.btn{cursor:pointer;}

h1,h2,h3{font-family:var(--display);}

.btn:focus-visible{outline:2px solid var(--blue);outline-offset:3px;}

.btn-outline:focus-visible{outline:2px solid var(--blue);outline-offset:3px;}

.nav-links a.nav-item[aria-current="page"]{opacity:1;color:var(--blue);}

.nav-links a:focus-visible{outline:2px solid var(--blue);outline-offset:4px;border-radius:4px;}

.section-head{max-width:640px;margin:0 0 56px;}

.section-head.centered{margin-left:auto;margin-right:auto;text-align:center;}

.contact-hero{padding:64px 0 120px;position:relative;background:var(--white);overflow:hidden;}

.contact-hero .wrap{max-width:1240px;}

.contact-hero-grid{display:grid;grid-template-columns:54fr 46fr;gap:56px;align-items:center;padding:56px 0 0;}

.contact-hero .eyebrow{margin-bottom:18px;}

.contact-hero h1{
    font-family:var(--cabin);font-weight:600;
    font-size:clamp(32px,4.2vw,46px);line-height:1.18;letter-spacing:0;
    margin:0 0 22px;color:var(--black);
  }

.contact-hero .sub{font-size:18px;line-height:1.6;color:var(--gray-text);max-width:480px;margin:0 0 26px;}

.contact-hero-cta{display:flex;align-items:center;gap:16px;flex-wrap:wrap;}

.contact-support-line{font-size:13.5px;font-weight:600;letter-spacing:.02em;color:var(--gray-text-2);margin:20px 0 0;}

.contact-hero-visual svg{width:100%;height:auto;display:block;filter:drop-shadow(0 30px 60px rgba(28,26,23,.1));}

.paths{padding:120px 0;background:var(--gray-bg);}

.paths-grid{display:grid;grid-template-columns:1.4fr 1fr 0.85fr;gap:24px;align-items:stretch;}

.path-card{background:var(--white);border-radius:20px;padding:36px 32px;display:flex;flex-direction:column;box-shadow:0 20px 40px -28px rgba(28,26,23,.14);border:1px solid var(--border);min-width:0;}

.path-card.primary{background:var(--black);color:var(--white);border-color:transparent;box-shadow:0 30px 60px -24px rgba(10,10,10,.4);}

.path-card .path-tag{display:inline-flex;align-items:center;gap:8px;font-size:12px;font-weight:800;letter-spacing:.05em;text-transform:uppercase;margin-bottom:18px;}

.path-card.primary .path-tag{color:#cfe0f2;}

.path-card:not(.primary) .path-tag{color:var(--pc,var(--blue));}

.path-card h3{font-size:20px;font-weight:700;letter-spacing:-.01em;line-height:1.3;margin:0 0 12px;}

.path-card p{font-size:14.5px;line-height:1.65;margin:0 0 20px;}

.path-card:not(.primary) p{color:var(--gray-text);}

.path-card.primary p{color:rgba(253,252,250,.82);}

.path-list{list-style:none;margin:0 0 24px;padding:0;display:flex;flex-direction:column;gap:10px;flex:1;}

.path-list li{position:relative;padding-left:20px;font-size:13.5px;line-height:1.55;}

.path-list li::before{content:"";position:absolute;left:0;top:6px;width:6px;height:6px;border-radius:50%;background:currentColor;opacity:.55;}

.path-card:not(.primary) .path-list li{color:var(--gray-text);}

.path-card.primary .path-list li{color:rgba(253,252,250,.85);}

.path-card .btn{align-self:flex-start;margin-top:auto;}

.path-card.primary .btn{background:var(--white);color:var(--black);box-shadow:none;}

.path-card.primary .btn:hover{background:var(--gray-bg-2);}

.path-card.simple{justify-content:center;}

.path-connectors{display:flex;justify-content:center;gap:0;margin-bottom:8px;}

.schedule-section{padding:110px 0;background:var(--gray-bg);}
.schedule-shell{max-width:1040px;margin:0 auto;}
.schedule-intro{text-align:center;max-width:690px;margin:0 auto 36px;}
.schedule-intro h2{font-family:var(--display);font-size:clamp(30px,4vw,44px);line-height:1.14;margin:0 0 16px;}
.schedule-intro p{font-size:17px;line-height:1.7;color:var(--gray-text);margin:0;}
.calendly-shell{min-height:720px;background:var(--white);border:1px solid var(--border);border-radius:24px;overflow:hidden;box-shadow:0 24px 60px -38px rgba(10,10,10,.35);}
.calendly-shell iframe{display:block;width:100%;height:720px;border:0;}
.calendly-placeholder{min-height:720px;display:flex;align-items:center;justify-content:center;text-align:center;padding:40px;}
.calendly-placeholder-inner{max-width:520px;}
.calendly-placeholder h3{font-family:var(--display);font-size:26px;margin:0 0 14px;}
.calendly-placeholder p{color:var(--gray-text);line-height:1.7;margin:0 0 24px;}
.schedule-note{text-align:center;font-size:12.5px;line-height:1.6;color:var(--gray-text-2);margin:18px 0 0;}

  .contact-form-section{padding:120px 0;background:var(--white);}

.form-shell{max-width:820px;margin:0 auto;}

.form-intro{font-size:17px;line-height:1.7;color:var(--gray-text);margin:0 0 40px;}

.cform{background:var(--gray-bg-2);border:1px solid var(--border);border-radius:22px;padding:48px;}

.form-row{display:grid;grid-template-columns:1fr 1fr;gap:22px;margin-bottom:22px;}

.form-field{display:flex;flex-direction:column;margin-bottom:22px;}

.form-row .form-field{margin-bottom:0;}

.form-field:last-of-type{margin-bottom:0;}

.field-label{display:flex;align-items:baseline;justify-content:space-between;gap:10px;font-size:14px;font-weight:700;color:var(--black);margin-bottom:8px;}

.field-tag{font-size:10.5px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:var(--gray-text-2);}

.field-tag.required{color:var(--blue);}

.cform input[type="text"],
  .cform input[type="email"],
  .cform select,
  .cform textarea{
    width:100%;
    font-family:var(--sans);
    font-size:15px;
    color:var(--black);
    background:var(--white);
    border:1.5px solid var(--border);
    border-radius:10px;
    padding:13px 14px;
    transition:border-color .15s ease;
  }

.cform textarea{resize:vertical;min-height:130px;line-height:1.55;}

.cform select{
    appearance:none;
    -webkit-appearance:none;
    background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' fill='none' stroke='%236b6660' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat:no-repeat;
    background-position:right 14px center;
    padding-right:36px;
  }

.cform input:focus,
  .cform select:focus,
  .cform textarea:focus{outline:none;border-color:var(--blue);box-shadow:0 0 0 3px rgba(46,107,179,.14);}

.cform input[aria-invalid="true"],
  .cform select[aria-invalid="true"],
  .cform textarea[aria-invalid="true"]{border-color:var(--red);}

.field-hint{font-size:12.5px;color:var(--gray-text-2);margin-top:6px;}

.field-error{font-size:12.5px;color:var(--red);margin-top:6px;font-weight:600;}

.field-error:empty{display:none;}

.form-consent{font-size:12.5px;line-height:1.6;color:var(--gray-text-2);margin:28px 0 22px;padding-top:22px;border-top:1px solid var(--border);}

.form-actions{display:flex;align-items:center;gap:16px;flex-wrap:wrap;}

.form-message{border-radius:16px;padding:26px 28px;font-size:15px;line-height:1.65;margin-top:0;}

.form-message.success{background:#eaf5f0;border:1px solid rgba(13,159,110,.35);color:#0d5c40;}

.form-message.error{background:#fbecea;border:1px solid rgba(179,53,44,.32);color:#7d2820;margin-bottom:24px;}

.form-message a{text-decoration:underline;font-weight:700;}

.honeypot-field{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0;}

.next-steps{padding:110px 0;background:var(--gray-bg);}

.next-steps-row{display:grid;grid-template-columns:1fr auto 1fr auto 1fr;gap:18px;align-items:start;max-width:980px;margin:0 auto;}

.next-step{text-align:left;}

.next-step-num{width:34px;height:34px;border-radius:50%;background:var(--black);color:var(--white);display:flex;align-items:center;justify-content:center;font-family:var(--display);font-weight:800;font-size:13px;margin-bottom:16px;}

.next-step h3{font-size:16.5px;font-weight:700;margin:0 0 8px;letter-spacing:-.005em;}

.next-step p{font-size:14px;line-height:1.6;color:var(--gray-text);margin:0;}

.next-arrow{align-self:center;color:var(--border);padding-top:12px;}

.next-arrow svg{width:20px;height:20px;}

.next-supporting{max-width:640px;margin:48px auto 0;text-align:center;font-size:15.5px;font-weight:700;color:var(--black);}

@media(min-width:901px){
    .next-supporting{max-width:720px;white-space:nowrap;}
  }

.direct{padding:100px 0;background:var(--white);}

.direct-panel{max-width:900px;margin:0 auto;background:var(--gray-bg-2);border:1px solid var(--border);border-radius:20px;padding:44px 48px;}

.direct-head{margin-bottom:32px;}

.direct-head .eyebrow{margin-bottom:14px;}

.direct-head h2{font-size:clamp(22px,2.6vw,28px);font-weight:700;letter-spacing:-.01em;margin:0;}

.direct-row{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:28px;}

.direct-item{display:flex;align-items:center;gap:14px;}

.direct-icon{flex:none;width:40px;height:40px;border-radius:10px;background:var(--white);border:1px solid var(--border);display:flex;align-items:center;justify-content:center;}

.direct-icon svg{width:18px;height:18px;}

.direct-text{display:flex;flex-direction:column;gap:2px;}

.direct-text .direct-label{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--gray-text-2);}

.direct-text a{font-size:15px;font-weight:700;color:var(--black);}

.direct-text a:hover{color:var(--blue);}

.direct-note{font-size:13.5px;line-height:1.6;color:var(--gray-text);padding-top:24px;border-top:1px solid var(--border);margin:0;}

.faq{padding:120px 0;background:var(--gray-bg);}

.faq-list{max-width:820px;margin:0 auto;border-top:1px solid var(--border);}

.faq-list details{border-bottom:1px solid var(--border);padding:26px 0;}

.faq-list summary{list-style:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:20px;font-size:17px;font-weight:600;color:var(--black);}

.faq-list summary::-webkit-details-marker{display:none;}

.faq-list summary .icon{flex:none;width:22px;height:22px;border-radius:50%;border:1.5px solid var(--border);display:flex;align-items:center;justify-content:center;font-size:14px;color:var(--gray-text);background:var(--white);}

.faq-list details[open] summary .icon{background:var(--black);color:var(--white);border-color:transparent;}

.faq-list details[open] summary .icon:before{content:"\2013";}

.faq-list summary .icon:before{content:"+";}

.faq-list p{font-size:16px;line-height:1.7;color:var(--gray-text);margin:16px 0 0;max-width:680px;}

.final-cta{position:relative;color:var(--black);text-align:center;padding:100px 0 130px;background:var(--white);}

.final-cta p{font-size:18px;color:var(--gray-text);margin:0 0 36px;max-width:540px;margin-left:auto;margin-right:auto;}

.final-cta .contact-hero-cta{justify-content:center;}

@media(max-width:900px){
    .wrap{padding:0 24px;}
    .nav-inner{padding:14px 24px;}
    .nav-links{gap:20px;}
    .contact-hero-grid{grid-template-columns:1fr;gap:44px;padding:36px 0 0;}
    .contact-hero-visual{order:-1;max-width:420px;margin:0 auto;}
    .paths-grid{grid-template-columns:1fr;gap:20px;}
    .path-card .btn{white-space:normal;text-align:center;}
    .cform{padding:32px 24px;}
    .form-row{grid-template-columns:1fr;gap:22px;}
    .next-steps-row{grid-template-columns:1fr;gap:28px;}
    .next-arrow{display:none;}
    .direct-panel{padding:32px 24px;}
    .direct-row{grid-template-columns:1fr;gap:20px;}
    .footer-top{grid-template-columns:1fr 1fr;gap:32px 24px;}
    .footer-brand{grid-column:1/-1;margin-bottom:8px;}
    .final-cta{padding:72px 0 96px;}
    .cta-panel{padding:60px 32px;border-radius:22px;}
  }

@media(max-width:560px){
    .footer-top{grid-template-columns:1fr;}
    .footer-brand{grid-column:auto;}
    .footer-bottom{flex-direction:column;align-items:flex-start;gap:8px;}
    .cta-panel{padding:48px 24px;border-radius:18px;}
  }
