/**handles:cons-contact**/
.consource-contact-page{background:var(--surface-0)}.consource-contact-container{max-width:1200px;margin:0 auto;padding:0 32px}.consource-contact-hero{padding:100px 0 80px;background:var(--surface-50);border-bottom:1px solid var(--surface-200);position:relative;overflow:hidden}.consource-contact-hero .consource-contact-container{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(320px,0.8fr);gap:48px;align-items:start}.consource-contact-card__kicker,.consource-contact-hero__eyebrow,.consource-contact-section-heading__eyebrow{display:inline-flex;align-items:center;gap:8px;padding:8px 20px;background:var(--surface-0);border:2px solid var(--brand-secondary);border-radius:12px;font-family:var(--font-body);font-size:.875rem;font-weight:600;color:var(--brand-secondary);margin-bottom:24px}.consource-contact-hero__title{margin:0 0 20px;font-family:var(--font-heading);font-size:clamp(2.5rem, 5vw, 4rem);font-weight:700;line-height:1.1;letter-spacing:-.02em;color:var(--text-color)}.consource-contact-hero__lead{margin:0 0 32px;font-family:var(--font-body);font-size:clamp(1.125rem, 2vw, 1.25rem);line-height:1.6;color:var(--text-muted);max-width:38rem}.consource-contact-hero__actions{display:flex;flex-wrap:wrap;gap:16px;margin-bottom:40px}.consource-contact-hero__trust{display:flex;flex-wrap:wrap;align-items:center;gap:24px}.consource-contact-trust-item{display:flex;align-items:center;gap:8px;font-family:var(--font-body);font-size:.875rem;font-weight:500;color:var(--text-muted)}.consource-contact-trust-bullet{width:8px;height:8px;background:var(--brand-green);border-radius:50%;flex-shrink:0}.consource-contact-hero__card{background:var(--surface-0);border:1px solid var(--surface-200);border-radius:16px;box-shadow:0 8px 25px var(--shadow-10);padding:40px}.consource-contact-card__title{margin:0 0 28px;font-family:var(--font-heading);font-size:1.5rem;font-weight:700;line-height:1.25;color:var(--text-color)}.consource-contact-card__list{margin:0 0 28px;padding:0;list-style:none;display:flex;flex-direction:column;gap:18px}.consource-contact-card__list li{display:flex;align-items:center;gap:14px;font-family:var(--font-body);font-weight:600;font-size:.9375rem;color:var(--text-color)}.consource-contact-card__list li i{color:var(--brand-secondary);font-size:1.1rem;flex-shrink:0}.consource-contact-card__list a{color:var(--text-color);text-decoration:none}.consource-contact-card__list a:hover{color:var(--brand-primary)}.consource-contact-card__quote{margin:0;padding-top:24px;border-top:1px solid var(--surface-100);font-family:var(--font-body);font-size:.875rem;line-height:1.7;color:var(--text-muted);font-style:italic}.consource-contact-section-heading{margin-bottom:48px}.consource-contact-section-heading--center{text-align:center;margin-left:auto;margin-right:auto}.consource-contact-section-heading__title{margin:0 0 16px;font-family:var(--font-heading);font-size:clamp(1.75rem, 3.5vw, 2.5rem);font-weight:600;line-height:1.2;color:var(--text-color)}.consource-contact-section-heading__lead{font-family:var(--font-body);font-size:1rem;line-height:1.7;color:var(--text-muted);margin:0}.consource-contact-routing{padding:80px 0;background:var(--surface-50);border-top:1px solid var(--surface-200);border-bottom:1px solid var(--surface-200)}.consource-contact-routing__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.consource-contact-routing__card{background:var(--surface-0);border:1px solid var(--surface-200);border-radius:12px;padding:28px;box-shadow:0 4px 15px var(--shadow-10);transition:box-shadow .3s ease,transform .3s ease;display:flex;flex-direction:column}.consource-contact-routing__card:hover{box-shadow:0 8px 25px var(--shadow-20);transform:translateY(-2px)}.consource-contact-routing__card--primary{border:2px solid var(--brand-secondary);box-shadow:0 8px 25px var(--shadow-20)}.consource-contact-routing__icon{width:48px;height:48px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:1.25rem;margin-bottom:20px;border:2px solid}.consource-contact-routing__icon--orange{background:var(--brand-secondary-soft);border-color:var(--brand-secondary);color:var(--brand-secondary)}.consource-contact-routing__icon--teal{background:var(--brand-primary-soft);border-color:var(--brand-primary);color:var(--brand-primary)}.consource-contact-routing__icon--green{background:var(--brand-green-soft);border-color:var(--brand-green);color:var(--brand-green)}.consource-contact-routing__card h3{margin:0 0 12px;font-family:var(--font-heading);font-size:1.25rem;font-weight:600;line-height:1.3;color:var(--text-color)}.consource-contact-routing__card--primary h3{color:var(--brand-secondary)}.consource-contact-routing__card p{margin:0 0 20px;font-family:var(--font-body);font-size:.9375rem;line-height:1.7;color:var(--text-muted);flex:1}.consource-contact-routing__cta{display:inline-flex;align-items:center;gap:6px;color:var(--brand-secondary);font-family:var(--font-body);font-weight:600;font-size:.9375rem;text-decoration:none;background:0 0;border:none;padding:0;cursor:pointer;transition:color .2s,gap .2s;margin-top:auto}.consource-contact-routing__cta:hover{color:var(--brand-secondary-2);gap:10px;text-decoration:none}.consource-contact-form-section{padding:100px 0;background:var(--surface-0)}.consource-contact-form-layout{display:grid;grid-template-columns:minmax(0,0.85fr) minmax(0,1.15fr);gap:64px;align-items:start}.consource-contact-form-copy__points{margin:24px 0 0;padding:0;list-style:none;display:flex;flex-direction:column;gap:16px}.consource-contact-form-copy__points li{display:flex;align-items:center;gap:14px;font-family:var(--font-body);font-size:1rem;line-height:1.5;color:var(--surface-700)}.consource-contact-form-copy__points li i{font-size:1.1rem;color:var(--brand-primary);flex-shrink:0;width:20px;text-align:center}.consource-contact-form-shell{background:var(--surface-0);border:1px solid var(--surface-200);border-radius:12px;box-shadow:0 8px 25px var(--shadow-10);overflow:hidden}.consource-contact-form-shell .calendly-inline-widget{display:block;width:100%}.consource-contact-process{background:var(--surface-0);border-top:1px solid var(--surface-100);border-bottom:1px solid var(--surface-100);padding:80px 0}.consource-contact-process__title{margin:0 0 56px;font-family:var(--font-heading);font-size:clamp(1.75rem, 3vw, 2.25rem);font-weight:700;line-height:1.2;color:var(--text-color);text-align:center}.consource-contact-process__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:32px;position:relative}.consource-contact-process__grid::before{content:'';position:absolute;top:36px;left:calc(33.33% - 24px);right:calc(33.33% - 24px);height:2px;background:var(--surface-200);z-index:0}.consource-contact-process__step{background:var(--surface-0);border:1px solid var(--surface-200);border-radius:16px;padding:32px 28px;text-align:center;box-shadow:0 4px 15px var(--shadow-10);position:relative;z-index:1;transition:box-shadow .3s ease,transform .3s ease}.consource-contact-process__step:hover{box-shadow:0 8px 25px var(--shadow-20);transform:translateY(-3px)}.consource-contact-process__icon{width:64px;height:64px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;margin:0 auto 20px;border:3px solid;position:relative;z-index:2}.consource-contact-process__icon--orange{background:var(--brand-secondary-soft);border-color:var(--brand-secondary);color:var(--brand-secondary)}.consource-contact-process__icon--teal{background:var(--brand-primary-soft);border-color:var(--brand-primary);color:var(--brand-primary)}.consource-contact-process__icon--green{background:var(--brand-green-soft);border-color:var(--brand-green);color:var(--brand-green)}.consource-contact-process__step-number{font-family:var(--font-heading);font-size:.75rem;font-weight:700;letter-spacing:.1em;color:var(--surface-400);text-transform:uppercase;margin-bottom:8px}.consource-contact-process__step h4{margin:0 0 10px;font-family:var(--font-heading);font-size:1.125rem;font-weight:700;color:var(--text-color)}.consource-contact-process__step p{margin:0;font-family:var(--font-body);font-size:.9375rem;line-height:1.6;color:var(--text-muted)}.consource-contact-team{padding:100px 0;background:var(--surface-50)}.consource-contact-team__title{font-family:var(--font-heading);font-size:clamp(1.75rem, 3.5vw, 2.5rem);font-weight:600;line-height:1.2;color:var(--text-color);text-align:center;max-width:560px;margin:0 auto 64px}.consource-contact-team__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:48px;text-align:center}.consource-contact-team__grid--two{grid-template-columns:repeat(2,minmax(0,1fr));max-width:840px;margin-left:auto;margin-right:auto}.consource-contact-team__photo{width:160px;height:160px;border-radius:50%;overflow:hidden;margin:0 auto 24px;border:4px solid var(--surface-0);box-shadow:0 8px 25px var(--shadow-20)}.consource-contact-team__photo img{width:100%;height:100%;object-fit:cover}.consource-contact-team__member h3{margin:0 0 6px;font-family:var(--font-heading);font-size:1.125rem;font-weight:700;color:var(--text-color)}.consource-contact-team__role{font-family:var(--font-body);font-weight:600;font-size:.875rem;color:var(--brand-secondary)!important;margin:0 auto 12px!important}.consource-contact-team__member p{margin:0 auto;max-width:300px;font-family:var(--font-body);font-size:.9375rem;line-height:1.6;color:var(--text-muted)}.consource-contact-team__linkedin{display:inline-flex;align-items:center;justify-content:center;margin-top:16px;color:var(--text-muted);font-size:1.25rem;transition:color .2s}.consource-contact-team__linkedin:hover{color:var(--brand-primary)}.consource-contact-faq{padding:80px 0;background:var(--surface-0)}.consource-contact-faq__layout{display:grid;grid-template-columns:minmax(0,0.4fr) minmax(0,1fr);gap:64px;align-items:start}.consource-contact-faq__heading{position:sticky;top:100px}.faq-q-icon{font-size:1rem;flex-shrink:0;width:20px;text-align:center}.faq-q-icon--teal{color:var(--brand-primary)}.faq-q-icon--orange{color:var(--brand-secondary)}.faq-q-icon--green{color:var(--brand-green)}.consource-contact-faq__list .faq-question{gap:12px}.consource-contact-closing{padding:100px 0;background:var(--brand-dark);text-align:center;position:relative;overflow:hidden}.consource-contact-closing::before{content:'';position:absolute;top:-80px;left:-80px;width:300px;height:300px;border-radius:50%;background:var(--brand-secondary);opacity:.06;pointer-events:none}.consource-contact-closing::after{content:'';position:absolute;bottom:-60px;right:-60px;width:240px;height:240px;border-radius:50%;background:var(--brand-primary);opacity:.06;pointer-events:none}.consource-contact-closing__title{margin:0 auto 40px;max-width:720px;font-family:var(--font-heading);font-size:clamp(1.75rem, 4vw, 3rem);font-weight:700;line-height:1.2;color:var(--surface-0);position:relative;z-index:1}.consource-contact-closing__highlight{color:var(--brand-secondary)}.consource-contact-closing__cta{display:inline-flex;position:relative;z-index:1}@media (max-width:1024px){.consource-contact-hero .consource-contact-container{grid-template-columns:1fr}.consource-contact-hero__card{max-width:560px}}@media (max-width:900px){.consource-contact-process__grid,.consource-contact-routing__grid,.consource-contact-team__grid,.consource-contact-team__grid--two{grid-template-columns:1fr;gap:24px}.consource-contact-process__grid::before{display:none}.consource-contact-form-layout{grid-template-columns:1fr;gap:40px}.consource-contact-faq__layout{grid-template-columns:1fr;gap:32px}.consource-contact-faq__heading{position:static}}@media (max-width:768px){.consource-contact-container{padding:0 20px}.consource-contact-hero{padding:80px 0 64px}.consource-contact-hero__actions{flex-direction:column;align-items:stretch}.consource-contact-hero__actions .btn-consource-primary,.consource-contact-hero__actions .btn-consource-secondary{justify-content:center}.consource-contact-hero__trust{gap:16px}.consource-contact-closing,.consource-contact-faq,.consource-contact-form-section,.consource-contact-routing,.consource-contact-team{padding:64px 0}}