:root {
    --contact-primary: #8f1d1d;
    --contact-primary-dark: #651212;
    --contact-gold: #d1a844;
    --contact-ink: #172033;
    --contact-muted: #687386;
    --contact-bg: #f6f4ef;
    --contact-line: #e8e2d8;
    --contact-white: #fff;
    --contact-shadow: 0 20px 55px rgba(39, 24, 13, .09);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--contact-ink); background: var(--contact-bg); font-family: "Inter", sans-serif; line-height: 1.6; }
button, input { font: inherit; }
.contact-header { position: sticky; top: 0; z-index: 1200; background: rgba(101,18,18,.98); box-shadow: 0 5px 28px rgba(45,6,6,.2); backdrop-filter: blur(12px); }
.contact-header-inner { max-width: 1240px; height: 74px; margin: auto; padding: 0 24px; display: flex; align-items: center; gap: 34px; }
.contact-brand { display: flex; align-items: center; gap: 11px; color: white; text-decoration: none; }
.contact-brand img { width: 43px; height: 43px; object-fit: contain; border: 2px solid var(--contact-gold); border-radius: 50%; padding: 3px; background: white; }
.contact-brand span { display: grid; }
.contact-brand strong { line-height: 1.2; font-size: .97rem; }
.contact-brand small { color: rgba(255,255,255,.55); font-size: .62rem; margin-top: 2px; }
.contact-nav { margin-left: auto; display: flex; align-items: center; gap: 27px; }
.contact-nav a { color: rgba(255,255,255,.75); text-decoration: none; font-size: .83rem; font-weight: 650; }
.contact-nav a:hover, .contact-nav a.active { color: #f0d58e; }
.contact-nav .contact-nav-cta { color: white; padding: 10px 16px; border: 1px solid rgba(255,255,255,.28); border-radius: 8px; }
.contact-menu { display: none; margin-left: auto; width: 42px; height: 42px; border: 0; border-radius: 8px; background: rgba(255,255,255,.1); color: white; }

.contact-hero { position: relative; overflow: hidden; background: linear-gradient(135deg, #571010 0%, #8b1b1b 65%, #6d1515 100%); color: white; }
.contact-hero::before, .contact-hero::after { content: ""; position: absolute; border-radius: 50%; border: 1px solid rgba(255,255,255,.1); }
.contact-hero::before { width: 580px; height: 580px; right: -250px; top: -300px; box-shadow: 0 0 0 85px rgba(255,255,255,.025), 0 0 0 170px rgba(255,255,255,.018); }
.contact-hero::after { width: 320px; height: 320px; left: -220px; bottom: -230px; box-shadow: 0 0 0 70px rgba(209,168,68,.035); }
.contact-hero-inner { position: relative; z-index: 1; max-width: 1240px; margin: auto; padding: 88px 24px 92px; display: grid; grid-template-columns: 1.15fr .85fr; gap: 75px; align-items: center; }
.contact-eyebrow { display: block; color: var(--contact-primary); font-size: .7rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.contact-hero .contact-eyebrow, .contact-team-section .contact-eyebrow { color: #efcd73; }
.contact-hero-copy h1 { max-width: 720px; margin: 13px 0 20px; font: 700 clamp(2.8rem, 5.2vw, 5.3rem)/1.02 "Playfair Display", serif; letter-spacing: -.04em; }
.contact-hero-copy > p { max-width: 670px; margin: 0; color: rgba(255,255,255,.72); font-size: 1.02rem; line-height: 1.8; }
.contact-hero-actions { margin-top: 32px; display: flex; gap: 12px; flex-wrap: wrap; }
.contact-btn { min-height: 49px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 12px 19px; border: 1px solid transparent; border-radius: 9px; text-decoration: none; font-size: .82rem; font-weight: 800; transition: transform .2s, background .2s, box-shadow .2s; }
.contact-btn:hover { transform: translateY(-2px); }
.contact-btn-primary { color: white; background: var(--contact-primary); box-shadow: 0 9px 22px rgba(111,17,17,.22); }
.contact-hero .contact-btn-primary { color: #2d1c05; background: var(--contact-gold); box-shadow: none; }
.contact-btn-ghost { color: white; border-color: rgba(255,255,255,.28); background: rgba(255,255,255,.05); }
.contact-btn-light { color: var(--contact-primary-dark); background: white; flex-shrink: 0; }
.contact-hero-trust { display: flex; gap: 0; margin-top: 42px; }
.contact-hero-trust span { padding: 0 24px; border-right: 1px solid rgba(255,255,255,.14); color: rgba(255,255,255,.58); font-size: .69rem; }
.contact-hero-trust span:first-child { padding-left: 0; }
.contact-hero-trust span:last-child { border-right: 0; }
.contact-hero-trust strong { display: block; color: white; font-size: .88rem; }
.contact-quick-card { padding: 22px; border: 1px solid rgba(255,255,255,.14); border-radius: 19px; background: rgba(255,255,255,.96); color: var(--contact-ink); box-shadow: 0 28px 75px rgba(27,5,5,.28); }
.contact-quick-head { display: flex; gap: 11px; align-items: flex-start; padding: 3px 3px 18px; }
.contact-status-dot { width: 9px; height: 9px; border-radius: 50%; margin-top: 8px; background: #20a365; box-shadow: 0 0 0 5px rgba(32,163,101,.12); }
.contact-quick-head div { display: grid; }
.contact-quick-head strong { font-size: .91rem; }
.contact-quick-head small { color: var(--contact-muted); font-size: .68rem; }
.contact-quick-row { display: grid; grid-template-columns: 45px 1fr auto; gap: 12px; align-items: center; padding: 14px 12px; border-top: 1px solid var(--contact-line); text-decoration: none; color: var(--contact-ink); }
.contact-quick-row > span { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 10px; background: #f7ede7; color: var(--contact-primary); }
.contact-quick-row.whatsapp > span { color: #147b47; background: #e8f6ed; }
.contact-quick-row div { display: grid; }
.contact-quick-row small { color: var(--contact-muted); font-size: .67rem; }
.contact-quick-row strong { font-size: .82rem; }
.contact-quick-row > i { color: #aaa39a; font-size: .72rem; }
.contact-response { margin: 12px 2px 0; padding-top: 13px; border-top: 1px solid var(--contact-line); color: var(--contact-muted); font-size: .66rem; text-align: center; }
.contact-response i { color: var(--contact-gold); }

.contact-route-section, .contact-process-section, .contact-faq-section { max-width: 1240px; margin: auto; padding: 82px 24px; }
.contact-section-heading { max-width: 720px; margin-bottom: 35px; }
.contact-section-heading h2, .contact-showroom-copy h2, .contact-map-copy h2 { margin: 8px 0 10px; font: 700 clamp(2rem, 3.5vw, 3.35rem)/1.12 "Playfair Display", serif; letter-spacing: -.03em; }
.contact-section-heading > p { margin: 0; color: var(--contact-muted); }
.contact-route-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.contact-route-card { position: relative; min-height: 335px; padding: 30px; overflow: hidden; border: 1px solid var(--contact-line); border-radius: 17px; background: white; color: var(--contact-ink); text-decoration: none; display: flex; flex-direction: column; transition: transform .25s, box-shadow .25s, border-color .25s; }
.contact-route-card:hover { transform: translateY(-6px); border-color: #d6b65f; box-shadow: var(--contact-shadow); }
.contact-route-number { position: absolute; right: 22px; top: 18px; color: #ded7cd; font-size: .72rem; font-weight: 800; }
.contact-route-icon { display: grid; place-items: center; width: 52px; height: 52px; border-radius: 12px; color: var(--contact-primary); background: #f7e9e5; font-size: 1.2rem; }
.contact-route-icon.green { color: #147b47; background: #e8f6ed; }
.contact-route-icon.gold { color: #8b6711; background: #f8f0d9; }
.contact-route-card h3 { margin: 28px 0 9px; font-size: 1.14rem; line-height: 1.35; }
.contact-route-card p { margin: 0 0 24px; color: var(--contact-muted); font-size: .79rem; }
.contact-route-card strong { margin-top: auto; color: var(--contact-primary); font-size: .76rem; }
.contact-route-card strong i { margin-left: 5px; }

.contact-showroom-section { padding: 0 24px 90px; }
.contact-showroom-grid { max-width: 1192px; margin: auto; display: grid; grid-template-columns: 1fr 1fr; min-height: 600px; background: white; border: 1px solid var(--contact-line); border-radius: 20px; overflow: hidden; box-shadow: var(--contact-shadow); }
.contact-showroom-visual { position: relative; min-height: 540px; overflow: hidden; background: #eee; }
.contact-showroom-visual img { width: 100%; height: 100%; object-fit: cover; }
.contact-showroom-carousel { position: absolute; inset: 0; overflow: hidden; outline: 0; background: #eee; }
.contact-showroom-carousel::after { content: ""; position: absolute; z-index: 1; inset: 0; pointer-events: none; background: linear-gradient(transparent 52%, rgba(25,10,5,.72)); }
.contact-showroom-slide { position: absolute; inset: 0; margin: 0; opacity: 0; visibility: hidden; transform: scale(1.015); transition: opacity .45s ease, transform .65s ease, visibility .45s; }
.contact-showroom-slide.active { opacity: 1; visibility: visible; transform: scale(1); }
.contact-showroom-slide img { display: block; width: 100%; height: 100%; object-fit: cover; }
.contact-carousel-arrow { position: absolute; z-index: 5; top: 50%; width: 45px; height: 45px; margin-top: -22px; border: 1px solid rgba(255,255,255,.38); border-radius: 50%; background: rgba(44,17,12,.65); color: white; cursor: pointer; backdrop-filter: blur(8px); transition: background .2s, transform .2s; }
.contact-carousel-arrow:hover { background: var(--contact-primary); transform: scale(1.06); }
.contact-carousel-arrow.previous { left: 18px; }
.contact-carousel-arrow.next { right: 18px; }
.contact-carousel-counter { position: absolute; z-index: 5; right: 19px; top: 18px; padding: 6px 10px; border: 1px solid rgba(255,255,255,.28); border-radius: 99px; background: rgba(35,14,10,.58); color: white; font-size: .64rem; font-weight: 700; backdrop-filter: blur(8px); }
.contact-carousel-dots { position: absolute; z-index: 5; left: 50%; bottom: 112px; display: flex; gap: 7px; transform: translateX(-50%); }
.contact-carousel-dots button { width: 7px; height: 7px; padding: 0; border: 0; border-radius: 50%; background: rgba(255,255,255,.48); cursor: pointer; transition: width .2s, border-radius .2s, background .2s; }
.contact-carousel-dots button.active { width: 23px; border-radius: 99px; background: var(--contact-gold); }
.contact-showroom-badge { position: absolute; z-index: 4; left: 25px; right: 25px; bottom: 24px; padding: 16px 18px; border: 1px solid rgba(255,255,255,.25); border-radius: 11px; background: rgba(53,22,13,.65); color: white; backdrop-filter: blur(12px); display: grid; }
.contact-showroom-badge strong { font-size: .87rem; }
.contact-showroom-badge span { color: rgba(255,255,255,.67); font-size: .68rem; }
.contact-showroom-copy { padding: 62px 55px; align-self: center; }
.contact-showroom-copy > p { color: var(--contact-muted); line-height: 1.8; }
.contact-showroom-copy address { display: flex; gap: 15px; margin-top: 27px; padding-top: 24px; border-top: 1px solid var(--contact-line); font-style: normal; }
.contact-showroom-copy address > span { display: grid; place-items: center; width: 42px; height: 42px; flex: 0 0 42px; border-radius: 10px; background: #f6e9e4; color: var(--contact-primary); }
.contact-showroom-copy address p { margin: 3px 0 0; color: var(--contact-muted); font-size: .79rem; }
.contact-visit-note { display: flex; gap: 9px; margin-top: 19px; padding: 13px; border-radius: 8px; background: #f9f3e5; color: #766229; font-size: .72rem; }
.contact-visit-note i { margin-top: 4px; }
.contact-visit-note p { margin: 0; }
.contact-showroom-actions { margin-top: 24px; display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }
.contact-text-link { color: var(--contact-primary); text-decoration: none; font-size: .76rem; font-weight: 800; }

.contact-team-section { padding: 82px max(24px, calc((100% - 1192px) / 2)); background: var(--contact-primary-dark); color: white; }
.contact-section-heading.light > p { color: rgba(255,255,255,.62); }
.contact-team-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.contact-person-card { padding: 26px; border: 1px solid rgba(255,255,255,.13); border-radius: 14px; background: rgba(255,255,255,.055); display: flex; gap: 18px; align-items: center; }
.contact-person-monogram { display: grid; place-items: center; width: 64px; height: 64px; flex: 0 0 64px; border-radius: 50%; background: var(--contact-gold); color: #3a2805; font-family: "Playfair Display", serif; font-weight: 700; }
.contact-person-copy { display: grid; }
.contact-person-copy > span { color: #e9c86e; font-size: .62rem; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.contact-person-copy h3 { margin: 3px 0 6px; font-size: 1rem; }
.contact-person-copy a { color: rgba(255,255,255,.66); text-decoration: none; font-size: .72rem; }
.contact-business-meta { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 28px; border: 1px solid rgba(255,255,255,.12); border-radius: 12px; overflow: hidden; }
.contact-business-meta > span { padding: 18px 22px; border-right: 1px solid rgba(255,255,255,.12); display: grid; }
.contact-business-meta > span:last-child { border-right: 0; }
.contact-business-meta small { color: rgba(255,255,255,.43); font-size: .61rem; }
.contact-business-meta strong { font-size: .77rem; }

.contact-process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; overflow: hidden; border: 1px solid var(--contact-line); border-radius: 15px; background: var(--contact-line); }
.contact-process-grid article { min-height: 235px; padding: 27px; background: white; }
.contact-process-grid span { color: var(--contact-gold); font-size: .7rem; font-weight: 800; }
.contact-process-grid h3 { margin: 38px 0 8px; font-size: .95rem; }
.contact-process-grid p { margin: 0; color: var(--contact-muted); font-size: .75rem; }
.contact-map-section { display: grid; grid-template-columns: .72fr 1.28fr; min-height: 430px; background: white; }
.contact-map-copy { padding: 60px max(32px, calc((100vw - 1192px) / 2)); padding-right: 50px; align-self: center; }
.contact-map-copy p { color: var(--contact-muted); }
.contact-map-section iframe { width: 100%; height: 100%; min-height: 430px; border: 0; }
.contact-faq-list { max-width: 880px; }
.contact-faq-list details { border-top: 1px solid var(--contact-line); }
.contact-faq-list details:last-child { border-bottom: 1px solid var(--contact-line); }
.contact-faq-list summary { list-style: none; padding: 21px 2px; display: flex; justify-content: space-between; gap: 25px; cursor: pointer; font-size: .88rem; font-weight: 750; }
.contact-faq-list summary::-webkit-details-marker { display: none; }
.contact-faq-list summary i { color: var(--contact-primary); transition: transform .2s; }
.contact-faq-list details[open] summary i { transform: rotate(45deg); }
.contact-faq-list details p { max-width: 760px; margin: -7px 0 22px; color: var(--contact-muted); font-size: .78rem; }
.contact-final-cta { max-width: 1192px; margin: 0 auto 82px; padding: 42px 46px; border-radius: 18px; background: var(--contact-gold); color: #2c210c; display: flex; align-items: center; justify-content: space-between; gap: 38px; }
.contact-final-cta > div { max-width: 780px; }
.contact-final-cta span { font-size: .68rem; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.contact-final-cta h2 { margin: 6px 0; font: 700 clamp(1.75rem, 3vw, 2.65rem)/1.18 "Playfair Display", serif; }
.contact-final-cta p { margin: 0; opacity: .72; font-size: .79rem; }
.contact-footer { color: white; background: #310d0d; }
.contact-footer-inner { max-width: 1240px; margin: auto; padding: 36px 24px; display: flex; align-items: center; justify-content: space-between; gap: 25px; }
.contact-footer-brand { display: flex; align-items: center; gap: 11px; }
.contact-footer-brand img { width: 43px; height: 43px; border-radius: 50%; padding: 3px; background: white; }
.contact-footer-brand span { display: grid; }
.contact-footer-brand small { color: rgba(255,255,255,.48); font-size: .65rem; }
.contact-footer-links { display: flex; gap: 22px; }
.contact-footer-links a { color: rgba(255,255,255,.66); text-decoration: none; font-size: .76rem; }
.contact-footer-bottom { padding: 15px 24px; border-top: 1px solid rgba(255,255,255,.08); color: rgba(255,255,255,.4); text-align: center; font-size: .65rem; }
.contact-whatsapp-float { position: fixed; right: 24px; bottom: 24px; z-index: 1100; display: grid; place-items: center; width: 56px; height: 56px; border-radius: 50%; background: #1d9659; color: white; text-decoration: none; font-size: 1.6rem; box-shadow: 0 10px 28px rgba(20,119,70,.35); }

@media (max-width: 980px) {
    .contact-menu { display: block; }
    .contact-nav { position: fixed; top: 74px; left: 0; right: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 12px 24px 20px; background: var(--contact-primary-dark); }
    .contact-nav.open { display: flex; }
    .contact-nav a { padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.08); }
    .contact-nav .contact-nav-cta { margin-top: 10px; text-align: center; }
    .contact-hero-inner { gap: 35px; }
    .contact-route-grid { grid-template-columns: 1fr; }
    .contact-route-card { min-height: 260px; }
    .contact-process-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 760px) {
    .contact-header-inner { height: 66px; padding: 0 16px; }
    .contact-brand img { width: 39px; height: 39px; }
    .contact-brand small { display: none; }
    .contact-nav { top: 66px; }
    .contact-hero-inner { padding: 62px 16px; grid-template-columns: 1fr; }
    .contact-hero-copy h1 { font-size: 3rem; }
    .contact-hero-trust { flex-wrap: wrap; gap: 16px; }
    .contact-hero-trust span { padding: 0; border: 0; width: calc(50% - 8px); }
    .contact-route-section, .contact-process-section, .contact-faq-section { padding: 58px 16px; }
    .contact-showroom-section { padding: 0 16px 58px; }
    .contact-showroom-grid { grid-template-columns: 1fr; }
    .contact-showroom-visual { min-height: 390px; }
    .contact-showroom-copy { padding: 35px 23px; }
    .contact-team-section { padding: 58px 16px; }
    .contact-team-grid { grid-template-columns: 1fr; }
    .contact-business-meta { grid-template-columns: 1fr; }
    .contact-business-meta > span { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); }
    .contact-business-meta > span:last-child { border-bottom: 0; }
    .contact-process-grid { grid-template-columns: 1fr; }
    .contact-process-grid article { min-height: 190px; }
    .contact-process-grid h3 { margin-top: 26px; }
    .contact-map-section { grid-template-columns: 1fr; }
    .contact-map-copy { padding: 44px 18px; }
    .contact-map-section iframe { min-height: 350px; }
    .contact-final-cta { margin: 0 16px 58px; padding: 30px 23px; flex-direction: column; align-items: stretch; }
    .contact-footer-inner { flex-direction: column; text-align: center; }
    .contact-footer-links { flex-wrap: wrap; justify-content: center; }
}

@media (max-width: 430px) {
    .contact-brand strong { font-size: .86rem; }
    .contact-hero-copy h1 { font-size: 2.5rem; }
    .contact-hero-actions .contact-btn { width: 100%; }
    .contact-person-card { align-items: flex-start; padding: 21px 17px; }
    .contact-person-monogram { width: 52px; height: 52px; flex-basis: 52px; }
    .contact-person-copy a { font-size: .65rem; overflow-wrap: anywhere; }
}

@media (prefers-reduced-motion: reduce) {
    * { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
