:root{--apc-blue:#0057B8;--apc-charcoal:#23272B;--apc-dark:#16191C;--apc-white:#FFF;--apc-near-black:#1A1C1E;--apc-font-head:'Oswald',sans-serif;--apc-font-body:'Roboto',sans-serif;--apc-max-w:1200px;--apc-transition:0.25s ease}.apc-contact-hero{background:var(--apc-dark);padding:64px 24px 56px;text-align:center}.apc-contact-hero__inner{max-width:600px;margin:0 auto}.apc-contact-hero__eyebrow{display:inline-block;font-family:var(--apc-font-head);font-size:0.72rem;font-weight:600;letter-spacing:0.18em;text-transform:uppercase;color:#6EB3FF;margin-bottom:10px}.apc-contact-hero__heading{font-family:var(--apc-font-head);font-size:clamp(2rem,5vw,3rem);font-weight:700;color:var(--apc-white);letter-spacing:0.03em;text-transform:uppercase;line-height:1.05;margin-bottom:14px}.apc-contact-hero__sub{font-family:var(--apc-font-body);font-size:0.95rem;color:rgba(255,255,255,0.65);line-height:1.65}.apc-contact-main{background:#F2F4F7;padding:64px 24px}.apc-contact-main__inner{max-width:var(--apc-max-w);margin:0 auto;display:grid;grid-template-columns:1fr 380px;gap:48px;align-items:start}.apc-contact__form-wrap{background:var(--apc-white);border-radius:14px;padding:36px 36px 32px;border:1px solid #E8EAED;box-shadow:0 2px 16px rgba(0,0,0,0.06)}.apc-contact__form-title{font-family:var(--apc-font-head);font-size:1.4rem;font-weight:700;color:var(--apc-near-black);letter-spacing:0.02em;text-transform:uppercase;margin-bottom:6px}.apc-contact__form-sub{font-family:var(--apc-font-body);font-size:0.875rem;color:#5A6470;margin-bottom:28px}.apc-ghl-form-wrap{min-height:465px;width:100%}.apc-ghl-form-wrap iframe{width:100%;min-height:465px;border:none;border-radius:8px;display:block}.apc-contact__sidebar{display:flex;flex-direction:column;gap:16px;position:sticky;top:120px}.apc-contact__sidebar-card{background:var(--apc-white);border-radius:14px;padding:28px 24px;border:1px solid #E8EAED;box-shadow:0 2px 12px rgba(0,0,0,0.05)}.apc-contact__sidebar-title{font-family:var(--apc-font-head);font-size:0.95rem;font-weight:600;color:var(--apc-near-black);letter-spacing:0.04em;text-transform:uppercase;margin-bottom:20px;padding-bottom:14px;border-bottom:1px solid #E8EAED}.apc-contact__method{display:flex;align-items:flex-start;gap:14px;padding:14px 0;border-bottom:1px solid #F2F4F7;text-decoration:none;transition:background var(--apc-transition);border-radius:8px}.apc-contact__method:last-child{border-bottom:none}a.apc-contact__method:hover .apc-contact__method-icon{background:var(--apc-blue);color:var(--apc-white)}.apc-contact__method--plain{cursor:default}.apc-contact__method-icon{width:40px;height:40px;border-radius:10px;background:rgba(0,87,184,0.08);color:var(--apc-blue);display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background var(--apc-transition),color var(--apc-transition)}.apc-contact__method-body{display:flex;flex-direction:column;gap:2px}.apc-contact__method-label{font-family:var(--apc-font-body);font-size:0.72rem;font-weight:600;letter-spacing:0.06em;text-transform:uppercase;color:#8A96A3}.apc-contact__method-value{font-family:var(--apc-font-body);font-size:0.95rem;font-weight:600;color:var(--apc-near-black)}.apc-contact__method-note{font-family:var(--apc-font-body);font-size:0.78rem;color:#8A96A3}.apc-contact__trust{background:var(--apc-white);border-radius:14px;padding:20px 24px;border:1px solid #E8EAED;display:flex;flex-direction:column;gap:10px}.apc-contact__trust-item{display:flex;align-items:center;gap:10px;font-family:var(--apc-font-body);font-size:0.85rem;color:#5A6470}.apc-contact__trust-item svg{flex-shrink:0;color:#38A169}.apc-contact-faq{background:var(--apc-white);padding:72px 24px;border-top:1px solid #E8EAED}.apc-contact-faq__inner{max-width:800px;margin:0 auto}.apc-contact-faq__header{text-align:center;margin-bottom:40px}.apc-contact-faq__eyebrow{display:inline-block;font-family:var(--apc-font-head);font-size:0.72rem;font-weight:600;letter-spacing:0.18em;text-transform:uppercase;color:var(--apc-blue);margin-bottom:10px}.apc-contact-faq__heading{font-family:var(--apc-font-head);font-size:clamp(1.6rem,4vw,2.2rem);font-weight:700;color:var(--apc-near-black);text-transform:uppercase;letter-spacing:0.02em}.apc-faq-list{display:flex;flex-direction:column;border:1px solid #E8EAED;border-radius:12px;overflow:hidden}.apc-faq-item{border-bottom:1px solid #E8EAED}.apc-faq-item:last-child{border-bottom:none}.apc-faq-item__trigger{width:100%;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:20px 24px;background:var(--apc-white);border:none;cursor:pointer;text-align:left;font-family:var(--apc-font-body);font-size:0.95rem;font-weight:600;color:var(--apc-near-black);transition:background var(--apc-transition),color var(--apc-transition)}.apc-faq-item__trigger:hover{background:#F2F4F7;color:var(--apc-blue)}.apc-faq-item__trigger[aria-expanded="true"]{color:var(--apc-blue);background:#F8FAFF}.apc-faq-item__icon{flex-shrink:0;color:#8A96A3;transition:transform var(--apc-transition),color var(--apc-transition)}.apc-faq-item__trigger[aria-expanded="true"] .apc-faq-item__icon{transform:rotate(180deg);color:var(--apc-blue)}.apc-faq-item__body{padding:0 24px 20px;background:#F8FAFF}.apc-faq-item__body p{font-family:var(--apc-font-body);font-size:0.9rem;color:#5A6470;line-height:1.7;margin:0}@media (max-width:900px){.apc-contact-main__inner{grid-template-columns:1fr}.apc-contact__sidebar{position:static;flex-direction:row;flex-wrap:wrap}.apc-contact__sidebar-card{flex:1;min-width:260px}.apc-contact__trust{flex:1;min-width:200px}}@media (max-width:600px){.apc-contact-main{padding:40px 16px}.apc-contact__form-wrap{padding:24px 20px}.apc-form__row--2col{flex-direction:column;gap:20px}.apc-contact__sidebar{flex-direction:column}.apc-contact-faq{padding:48px 16px}.apc-faq-item__trigger{padding:16px 18px;font-size:0.88rem}.apc-faq-item__body{padding:0 18px 16px}}@media (max-width:600px){.apc-about-hero,.apc-svcpage-hero,.apc-contact-hero,.apc-faq-hero,.apc-legal-hero,.apc-proj-page-hero{padding:28px 16px 24px}.apc-about-hero__heading,.apc-svcpage-hero__heading,.apc-contact-hero__heading,.apc-faq-hero__heading,.apc-legal-hero__heading,.apc-proj-page-hero__heading{font-size:clamp(1.6rem,8vw,2.2rem)}}