/* =====================================================
   CONTACT US PAGE STYLES - YUVA SATHI SANGATHAN
   Strictly recreating the authentic Figma/mockup design.
   ===================================================== */

:root {
    --contact-cream: #FAF9F3;
    --contact-navy: #0B2028;
    --contact-green: #075C38;
    --contact-green-hover: #044528;
    --contact-green-light: #EEF8F1;
    --contact-green-border: #D7EDDF;
    --contact-orange: #F15A17;
    --contact-orange-hover: #D84C0F;
    --contact-orange-light: #FFF6F0;
    --contact-orange-border: #FDE4D3;
    --contact-text-body: #4A5568;
    --contact-text-muted: #718096;
}

/* Page Body Base */
.contact-page-body {
    background-color: var(--contact-cream);
    color: var(--contact-text-body);
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    line-height: 1.6;
    overflow-x: hidden;
}

/* Active State for Navbar Contact Link */
.site-header .desktop-nav .nav-link[href="contact.html"].active,
.site-header .mobile-nav-drawer .nav-link[href="contact.html"].active {
    color: var(--contact-orange) !important;
    font-weight: 700;
    position: relative;
}

.site-header .desktop-nav .nav-link[href="contact.html"].active::after {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
    width: 22px;
    height: 3px;
    background-color: var(--contact-orange);
    border-radius: 2px;
}

/* Shared Section Heading Styles */
.section-title {
    font-size: 2.1rem;
    font-weight: 800;
    color: var(--contact-navy);
    line-height: 1.25;
    margin-bottom: 6px;
}

.section-subtitle {
    font-size: 0.95rem;
    color: var(--contact-text-muted);
    line-height: 1.5;
    margin-bottom: 24px;
}

/* =====================================================
   2. HERO SECTION (Matching Figma Design Banner from Root Folder)
   ===================================================== */
.contact-hero-section {
    position: relative;
    width: 100%;
    min-height: 520px;
    background-color: #FAF9F3;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.contact-banner-bg-layer {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
    overflow: hidden;
}

.contact-banner-bg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right center;
    display: block;
}

.contact-hero-container {
    position: relative;
    z-index: 5;
    padding-top: 50px;
    padding-bottom: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 480px;
    width: 100%;
}

/* Breadcrumb */
.contact-breadcrumb {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.85rem;
    font-weight: 500;
    color: var(--contact-text-muted);
    margin-bottom: 14px;
}

.contact-breadcrumb a {
    color: var(--contact-text-muted);
    text-decoration: none;
    transition: color 0.2s ease;
}

.contact-breadcrumb a:hover {
    color: var(--contact-navy);
}

.crumb-separator {
    color: #CBD5E1;
    font-size: 0.8rem;
}

.crumb-current {
    color: var(--contact-navy);
    font-weight: 600;
}

/* Eyebrow */
.contact-eyebrow {
    font-size: 0.85rem;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--contact-orange);
    margin-bottom: 10px;
}

/* Main Heading */
.contact-hero-heading {
    font-size: 3.35rem;
    font-weight: 900;
    line-height: 1.12;
    letter-spacing: -0.025em;
    margin-bottom: 16px;
    display: flex;
    flex-direction: column;
}

.heading-line.line-navy {
    color: var(--contact-navy);
}

.heading-line.line-orange {
    color: var(--contact-orange);
}

.heading-line.line-green {
    color: var(--contact-green);
}

.contact-hero-left {
    max-width: 480px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 20px;
}

.contact-hero-desc {
    font-size: 1.02rem;
    line-height: 1.55;
    color: #4A5568;
    max-width: 460px;
}

/* Center / Right Callout Overlay */
.contact-hero-right {
    position: relative;
    flex: 1;
    min-height: 420px;
    display: flex;
    align-items: center;
}

.callout-handwritten {
    font-family: 'Caveat', 'Kalam', cursive;
    position: absolute;
    z-index: 6;
    pointer-events: none;
}

.callout-people-ideas {
    left: 12%;
    top: 22%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    line-height: 1.08;
    font-size: 1.45rem;
    font-weight: 700;
    color: #046A38;
}

.callout-people-ideas .sparkle-star {
    position: absolute;
    top: -14px;
    left: -16px;
    font-size: 1.25rem;
    color: #EAB308;
}

.callout-people-ideas .hw-line.hw-highlight {
    color: #046A38;
}

.callout-people-ideas .hw-curve {
    margin-top: 2px;
}

/* Mobile graphic container (hidden on desktop) */
.contact-hero-mobile-graphic {
    display: none;
}

/* =====================================================
   3. QUICK CONNECT + CONTACT FORM (2 COLUMNS)
   ===================================================== */
.contact-main-section {
    padding: 30px 0 60px;
    background-color: var(--contact-cream);
}

.contact-main-container {
    display: grid;
    grid-template-columns: 1.05fr 1.15fr;
    gap: 48px;
    align-items: start;
}

/* Quick Connect Cards List */
.quick-cards-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 34px;
}

.quick-card {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 18px 22px;
    border-radius: 18px;
    border: 1.5px solid transparent;
    transition: all 0.25s ease;
    background-color: #FFFFFF;
}

.quick-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
}

.quick-card.card-whatsapp {
    background-color: var(--contact-green-light);
    border-color: var(--contact-green-border);
}

.quick-card.card-email {
    background-color: var(--contact-orange-light);
    border-color: var(--contact-orange-border);
}

.quick-card.card-phone {
    background-color: var(--contact-green-light);
    border-color: var(--contact-green-border);
}

.quick-card-icon-box {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    font-size: 1.75rem;
    flex-shrink: 0;
}

.bg-whatsapp {
    background-color: #25D366;
}

.bg-email {
    background-color: #F15A17;
}

.bg-phone {
    background-color: #075C38;
}

.quick-card-info {
    flex: 1;
    min-width: 0;
}

.quick-card-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--contact-navy);
    margin-bottom: 3px;
}

.quick-card-desc {
    font-size: 0.85rem;
    line-height: 1.4;
    color: #4A5568;
}

.quick-card-action {
    flex-shrink: 0;
}

/* Pill Button on Cards */
.pill-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 9px 18px;
    border-radius: 30px;
    font-size: 0.88rem;
    font-weight: 700;
    border: none;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.25s ease;
}

.pill-btn-green,
.pill-btn-blue {
    background-color: #E6F0F8;
    color: #004a84;
}

.pill-btn-green:hover,
.pill-btn-blue:hover {
    background-color: #004a84;
    color: #FFFFFF;
}

.pill-btn-orange {
    background-color: #FFE6D6;
    color: #D84C0F;
}

.pill-btn-orange:hover {
    background-color: #F15A17;
    color: #FFFFFF;
}

.pill-circle-icon {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 1.5px solid currentColor;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    transition: transform 0.25s ease;
}

.pill-btn:hover .pill-circle-icon {
    transform: translateX(3px);
}

/* Social Connect Block */
.social-connect-block {
    padding-top: 6px;
}

.social-block-title {
    font-size: 1.25rem;
    font-weight: 800;
    color: var(--contact-navy);
    margin-bottom: 4px;
}

.social-block-desc {
    font-size: 0.88rem;
    color: var(--contact-text-muted);
    margin-bottom: 16px;
}

.social-circles-row {
    display: flex;
    gap: 12px;
    align-items: center;
}

.social-circle {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    font-size: 1.25rem;
    text-decoration: none;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}

.social-circle:hover {
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.15);
}

.sc-fb {
    background-color: #1877F2;
}

.sc-insta {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}

.sc-yt {
    background-color: #FF0000;
}

.sc-in {
    background-color: #0A66C2;
}

.sc-x {
    background-color: #000000;
}

/* =====================================================
   CONTACT FORM CARD (RIGHT COLUMN)
   ===================================================== */
.contact-form-column {
    position: relative;
}

.contact-form-card {
    background-color: #FFFFFF;
    border-radius: 24px;
    padding: 38px 42px;
    box-shadow: 0 12px 36px rgba(0, 0, 0, 0.04);
    border: 1px solid #EEF2F6;
    position: relative;
    z-index: 2;
}

/* Flying Paper Airplane */
.paper-plane-decoration {
    position: absolute;
    top: 20px;
    right: 24px;
    width: 140px;
    pointer-events: none;
    z-index: 3;
}

.paper-plane-img {
    width: 100%;
    height: auto;
    display: block;
}

.form-header {
    margin-bottom: 24px;
}

.form-title {
    font-size: 1.95rem;
    font-weight: 800;
    color: var(--contact-navy);
    line-height: 1.25;
    margin-bottom: 6px;
}

.text-orange {
    color: var(--contact-orange);
}

.form-subtitle {
    font-size: 0.92rem;
    color: var(--contact-text-muted);
}

/* Form Fields */
.form-row-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
    margin-bottom: 16px;
}

.form-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 16px;
}

.form-label {
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--contact-navy);
    margin-bottom: 7px;
}

.req-star {
    color: #EF4444;
}

.form-input,
.form-select,
.form-textarea {
    width: 100%;
    border: 1.5px solid #E2E8F0;
    border-radius: 12px;
    padding: 12px 16px;
    font-size: 0.92rem;
    font-family: inherit;
    color: #1A202C;
    background-color: #FFFFFF;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    outline: none;
}

.form-input::placeholder,
.form-textarea::placeholder {
    color: #A0AEC0;
}

.form-input:focus,
.form-select:focus,
.form-textarea:focus {
    border-color: var(--contact-orange);
    box-shadow: 0 0 0 3px rgba(241, 90, 23, 0.12);
}

.form-input.input-error,
.form-select.input-error,
.form-textarea.input-error {
    border-color: #EF4444;
    background-color: #FFF5F5;
}

.field-error-msg {
    font-size: 0.78rem;
    color: #DC2626;
    margin-top: 5px;
    display: none;
}

.field-error-msg.visible {
    display: block;
}

/* Custom Select Dropdown */
.select-wrapper {
    position: relative;
    width: 100%;
}

.form-select {
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    padding-right: 38px;
}

.select-chevron {
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    color: #718096;
    font-size: 1.2rem;
}

/* Textarea */
.form-textarea {
    resize: vertical;
    min-height: 130px;
    line-height: 1.5;
}

/* Checkbox & Send Button Footer */
.form-footer-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-top: 8px;
}

/* Custom Checkbox */
.checkbox-container {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    font-size: 0.85rem;
    color: #4A5568;
    user-select: none;
    position: relative;
}

.checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.custom-checkmark {
    width: 19px;
    height: 19px;
    border: 1.5px solid #CBD5E1;
    border-radius: 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    flex-shrink: 0;
}

.checkbox-container input:checked ~ .custom-checkmark {
    background-color: var(--contact-green);
    border-color: var(--contact-green);
}

.custom-checkmark::after {
    content: '';
    display: none;
    width: 5px;
    height: 9px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg) translate(-1px, -1px);
}

.checkbox-container input:checked ~ .custom-checkmark {
    background-color: var(--contact-orange);
    border-color: var(--contact-orange);
}

.checkbox-container input:checked ~ .custom-checkmark::after {
    display: block;
}

/* Submit Button */
.btn-send-message {
    background-color: var(--contact-orange);
    color: #FFFFFF;
    border: none;
    border-radius: 30px;
    padding: 12px 26px;
    font-size: 0.95rem;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    transition: all 0.25s ease;
    box-shadow: 0 4px 14px rgba(241, 90, 23, 0.35);
    white-space: nowrap;
}

.btn-send-message:hover {
    background-color: var(--contact-orange-hover);
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(241, 90, 23, 0.45);
}

.btn-send-message i {
    font-size: 1.05rem;
    transition: transform 0.25s ease;
}

.btn-send-message:hover i {
    transform: translateX(3px) translateY(-2px);
}

/* Form Status Toast */
.form-status-alert {
    margin-top: 16px;
    padding: 12px 18px;
    border-radius: 12px;
    font-size: 0.9rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
}

.form-status-alert.success {
    background-color: #ECFDF5;
    color: #065F46;
    border: 1px solid #A7F3D0;
}

.form-status-alert.error {
    background-color: #FEF2F2;
    color: #991B1B;
    border: 1px solid #FECACA;
}

/* Leaf Accent below form card */
.form-leaf-accent {
    position: absolute;
    right: -25px;
    bottom: -35px;
    width: 140px;
    height: auto;
    opacity: 0.55;
    transform: rotate(-35deg);
    pointer-events: none;
    z-index: 1;
}

/* =====================================================
   4. VISIT US SECTION (OFFICE INFO + MAP)
   ===================================================== */
.contact-visit-section {
    padding: 40px 0 70px;
    background-color: var(--contact-cream);
}

.contact-visit-container {
    display: grid;
    grid-template-columns: 1fr 1.15fr;
    gap: 48px;
    align-items: start;
}

/* Head Office Card */
.head-office-card {
    background-color: #FFFFFF;
    border-radius: 20px;
    padding: 24px 26px;
    display: flex;
    gap: 18px;
    border: 1px solid #EEF2F6;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.03);
    margin-bottom: 26px;
}

.office-pin-box {
    width: 50px;
    height: 50px;
    border-radius: 14px;
    background-color: #FFF2E8;
    color: var(--contact-orange);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.75rem;
    flex-shrink: 0;
}

.office-details {
    flex: 1;
}

.office-card-title {
    font-size: 1.25rem;
    font-weight: 800;
    color: var(--contact-navy);
    margin-bottom: 2px;
}

.office-org-name {
    font-size: 0.98rem;
    font-weight: 600;
    color: #2D3748;
}

.office-city-state {
    font-size: 0.92rem;
    color: #4A5568;
}

.office-note {
    font-size: 0.82rem;
    color: #A0AEC0;
    margin-top: 3px;
    margin-bottom: 12px;
}

.office-directions-link {
    color: var(--contact-orange);
    font-size: 0.9rem;
    font-weight: 700;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: color 0.2s ease;
}

.office-directions-link:hover {
    color: var(--contact-orange-hover);
}

.office-directions-link .arrow-icon-circle {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1.5px solid currentColor;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    transition: transform 0.2s ease;
}

.office-directions-link:hover .arrow-icon-circle {
    transform: translateX(3px);
}

/* Office Meta List */
.office-meta-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.office-meta-item {
    display: flex;
    align-items: center;
    gap: 16px;
}

.meta-icon-circle {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: #FFF2E8;
    color: var(--contact-orange);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    flex-shrink: 0;
}

.meta-item-title {
    font-size: 0.82rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: var(--contact-navy);
    margin-bottom: 1px;
}

.meta-item-line {
    font-size: 0.84rem;
    color: #718096;
}

.meta-item-bold {
    font-size: 0.92rem;
    font-weight: 700;
    color: var(--contact-navy);
}

.meta-item-link {
    font-size: 0.92rem;
    font-weight: 700;
    color: var(--contact-navy);
    text-decoration: none;
    transition: color 0.2s ease;
}

.meta-item-link:hover {
    color: var(--contact-orange);
}

/* Right Column: Interactive Map */
.visit-map-column {
    position: relative;
}

.map-card-container {
    height: 420px;
    border-radius: 24px;
    overflow: hidden;
    border: 2px solid #A8D5BA;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.05);
    position: relative;
    background-color: #E2E8F0;
}

.google-map-iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}

/* Map Info Window Overlay */
.map-overlay-infobox {
    position: absolute;
    top: 16px;
    left: 16px;
    background-color: #FFFFFF;
    border-radius: 12px;
    padding: 12px 16px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
    z-index: 5;
    max-width: 240px;
    pointer-events: auto;
}

.map-org-title {
    font-size: 0.92rem;
    font-weight: 800;
    color: var(--contact-navy);
    margin-bottom: 2px;
}

.map-org-location {
    font-size: 0.8rem;
    color: #718096;
    margin-bottom: 5px;
}

.map-larger-link {
    font-size: 0.78rem;
    font-weight: 700;
    color: #1A73E8;
    text-decoration: none;
}

.map-larger-link:hover {
    text-decoration: underline;
}

/* Map Center Pin Marker Badge */
.map-center-pin-badge {
    position: absolute;
    top: 50%;
    left: 56%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    gap: 8px;
    background-color: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(4px);
    padding: 7px 14px;
    border-radius: 30px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15);
    z-index: 4;
    pointer-events: none;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.map-center-pin-badge i {
    color: #DC2626;
    font-size: 1.4rem;
}

.map-center-pin-badge .pin-title {
    font-size: 0.76rem;
    font-weight: 700;
    color: #0F172A;
    line-height: 1.15;
}

.map-center-pin-badge .pin-title small {
    color: #64748B;
    font-weight: 600;
}

/* Leaf Accent for Map */
.map-leaf-accent {
    position: absolute;
    bottom: -32px;
    right: -24px;
    width: 140px;
    height: auto;
    opacity: 0.6;
    transform: rotate(20deg);
    pointer-events: none;
    z-index: 1;
}

/* =====================================================
   5. LARGE CTA BANNER
   ===================================================== */
.contact-cta-section {
    padding: 30px 0 80px;
    background-color: var(--contact-cream);
}

.contact-cta-banner {
    background: linear-gradient(135deg, #E6EFE9 0%, #F5F7EE 100%);
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
    position: relative;
    border: 1px solid rgba(11, 93, 59, 0.14);
    box-shadow: 0 10px 30px rgba(11, 31, 42, 0.04);
    min-height: 240px;
}

/* Photo on Left */
.cta-banner-photo-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 360px;
    height: 100%;
    z-index: 1;
}

.cta-banner-photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    -webkit-mask-image: linear-gradient(to right, rgba(0,0,0,1) 0%, rgba(0,0,0,0.95) 45%, rgba(0,0,0,0.2) 80%, rgba(0,0,0,0) 100%);
    mask-image: linear-gradient(to right, rgba(0,0,0,1) 0%, rgba(0,0,0,0.95) 45%, rgba(0,0,0,0.2) 80%, rgba(0,0,0,0) 100%);
}

.cta-photo-gradient-fade {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(to right, transparent 50%, rgba(230, 239, 233, 0.8) 85%, #E6EFE9 100%);
}

/* Center Content */
.cta-banner-content {
    margin-left: 330px;
    padding: 36px 20px;
    z-index: 2;
    max-width: 530px;
}

.cta-eyebrow {
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 2px;
    color: var(--contact-orange);
    margin-bottom: 8px;
    text-transform: uppercase;
}

.cta-heading {
    font-size: 2.25rem;
    font-weight: 800;
    color: #0B2F20;
    line-height: 1.2;
    letter-spacing: -0.02em;
    margin-bottom: 10px;
}

.cta-description {
    font-size: 0.96rem;
    color: #385045;
    line-height: 1.6;
    margin-bottom: 22px;
}

.btn-cta-get-involved {
    background-color: var(--contact-orange);
    color: #FFFFFF;
    padding: 12px 28px;
    border-radius: 50px;
    font-size: 0.95rem;
    font-weight: 700;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 4px 14px rgba(240, 90, 22, 0.35);
    transition: all 0.25s ease;
}

.btn-cta-get-involved:hover {
    background-color: var(--contact-orange-hover);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(240, 90, 22, 0.45);
    color: #FFFFFF;
}

.btn-cta-get-involved i {
    transition: transform 0.25s ease;
}

.btn-cta-get-involved:hover i {
    transform: translateX(4px);
}

/* Far Right Handwritten Badge */
.cta-handwritten-badge {
    position: relative;
    padding: 30px 48px 30px 20px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-family: 'Caveat', 'Kalam', cursive;
    color: #004a84;
    font-size: 1.95rem;
    font-weight: 700;
    line-height: 1.05;
    flex-shrink: 0;
}

.cta-hw-line.indent {
    margin-left: 14px;
}

.cta-orange-underline {
    margin-top: 4px;
}

/* =====================================================
   6. PHONE NUMBERS MODAL
   ===================================================== */
.contact-modal-backdrop {
    position: fixed;
    inset: 0;
    background-color: rgba(11, 32, 40, 0.6);
    backdrop-filter: blur(4px);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s ease, visibility 0.25s ease;
}

.contact-modal-backdrop.active {
    opacity: 1;
    visibility: visible;
}

.contact-modal-dialog {
    background: #FFFFFF;
    border-radius: 24px;
    padding: 36px 32px;
    max-width: 440px;
    width: 100%;
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    text-align: center;
    transform: translateY(20px);
    transition: transform 0.25s ease;
}

.contact-modal-backdrop.active .contact-modal-dialog {
    transform: translateY(0);
}

.modal-close-btn {
    position: absolute;
    top: 18px;
    right: 18px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #F1F5F9;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    color: #475569;
    cursor: pointer;
    transition: all 0.2s ease;
}

.modal-close-btn:hover {
    background-color: #E2E8F0;
    color: #0F172A;
}

.modal-header-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #E6F0F8;
    color: #004a84;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.9rem;
    margin: 0 auto 16px;
}

.modal-title {
    font-size: 1.35rem;
    font-weight: 800;
    color: var(--contact-navy);
    margin-bottom: 6px;
}

.modal-subtitle {
    font-size: 0.85rem;
    color: #64748B;
    margin-bottom: 22px;
}

.numbers-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 24px;
    text-align: left;
}

.number-item {
    background-color: #F8FAFC;
    border: 1px solid #E2E8F0;
    border-radius: 14px;
    padding: 14px 16px;
}

.number-label {
    font-size: 0.78rem;
    font-weight: 700;
    color: #64748B;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 4px;
}

.number-link {
    font-size: 1.05rem;
    font-weight: 700;
    color: #004a84;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.number-link.wa-link {
    color: #15803D;
}

.number-link:hover {
    text-decoration: underline;
}

.btn-modal-dismiss {
    background-color: #004a84;
    color: #FFFFFF;
    border: none;
    border-radius: 30px;
    padding: 11px 28px;
    font-size: 0.95rem;
    font-weight: 700;
    cursor: pointer;
    width: 100%;
    transition: background-color 0.2s ease, transform 0.2s ease;
}

.btn-modal-dismiss:hover {
    background-color: #003660;
    transform: translateY(-1px);
}

/* =====================================================
   7. RESPONSIVE BREAKPOINTS
   ===================================================== */
@media (max-width: 1200px) {
    .contact-hero-heading {
        font-size: 2.85rem;
    }

    .hero-photo-organic {
        width: 440px;
        height: 340px;
    }

    .cta-banner-content {
        margin-left: 280px;
    }

    .cta-banner-photo-wrapper {
        width: 300px;
    }

    .cta-heading {
        font-size: 1.9rem;
    }
}

@media (max-width: 992px) {
    .contact-hero-section {
        min-height: auto;
        flex-direction: column;
        padding: 30px 0 0;
    }

    .contact-banner-bg-layer {
        display: none;
    }

    .contact-hero-container {
        flex-direction: column;
        min-height: auto;
        padding-top: 10px;
        padding-bottom: 20px;
    }

    .contact-hero-left {
        max-width: 100%;
    }

    .contact-hero-right {
        display: none;
    }

    .contact-hero-mobile-graphic {
        display: block;
        width: 100%;
        overflow: hidden;
    }

    .mobile-banner-img {
        width: 100%;
        height: auto;
        display: block;
        object-fit: cover;
    }

    .contact-main-container {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .contact-visit-container {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .contact-cta-banner {
        flex-direction: column;
        align-items: flex-start;
        padding-bottom: 30px;
    }

    .cta-banner-photo-wrapper {
        position: relative;
        width: 100%;
        height: 200px;
    }

    .cta-photo-gradient-fade {
        background: linear-gradient(to bottom, rgba(230, 239, 233, 0) 0%, rgba(230, 239, 233, 0.7) 60%, #E6EFE9 100%);
    }

    .cta-banner-content {
        margin-left: 0;
        padding: 24px 30px;
        max-width: 100%;
    }

    .cta-handwritten-badge {
        padding: 0 30px 20px;
    }
}

@media (max-width: 768px) {
    .contact-hero-heading {
        font-size: 2.35rem;
    }

    .form-leaf-accent,
    .map-leaf-accent {
        display: none;
    }

    .contact-form-card {
        padding: 28px 20px;
    }

    .quick-card {
        flex-direction: column;
        align-items: flex-start;
        gap: 14px;
    }

    .quick-card-action {
        width: 100%;
    }

    .pill-btn {
        width: 100%;
        justify-content: center;
    }

    .form-row-2 {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .form-footer-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }

    .btn-send-message {
        width: 100%;
        justify-content: center;
    }

    .map-card-container {
        height: 340px;
    }
}

@media (max-width: 480px) {
    .contact-hero-heading {
        font-size: 2rem;
    }

    .quick-card {
        flex-direction: column;
        align-items: flex-start;
        gap: 14px;
    }

    .quick-card-action {
        width: 100%;
    }

    .pill-btn {
        width: 100%;
        justify-content: center;
    }

    .social-circles-row {
        flex-wrap: wrap;
    }

    .paper-plane-decoration {
        display: none;
    }
}
