:root {
    --blue: #06234a;
    --blue-2: #0b3b78;
    --orange: #ff7a18;
    --orange-2: #f05f00;
    --white: #ffffff;
    --soft: #f5f8fc;
    --text: #172033;
    --muted: #5d6879;
    --line: #dce5ef;
}

* { box-sizing: border-box; }
body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    color: var(--text);
    background: var(--white);
    line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.card > img, .section > img {
    width: 100%;
    aspect-ratio: 1400 / 820;
    object-fit: contain;
}
.topbar {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding: 9px 6%;
    background: var(--blue);
    color: var(--white);
    font-size: 14px;
}
.topbar a { color: var(--white); }
.navbar {
    position: sticky;
    top: 0;
    z-index: 50;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 8px 5%;
    background: #fff;
    border-bottom: 1px solid var(--line);
    box-shadow: 0 8px 24px rgba(6, 35, 74, .08);
}
.brand { flex: 0 0 215px; }
.brand img { width: 215px; height: 72px; object-fit: contain; object-position: left center; }
.menu { display: flex; align-items: center; justify-content: flex-end; gap: 4px; flex: 1; font-weight: 800; font-size: 13px; }
.menu > a, .has-dropdown > a {
    display: flex;
    align-items: center;
    min-height: 48px;
    padding: 10px 9px;
    border-radius: 6px;
    color: var(--blue);
    line-height: 1.2;
}
.menu > a:hover, .has-dropdown > a:hover { background: #fff4ec; color: var(--orange-2); }
.has-dropdown { position: relative; }
.has-dropdown .fa-angle-down { font-size: 11px; margin-left: 4px; margin-right: 0; }
.dropdown {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    min-width: 230px;
    padding: 8px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: 0 18px 40px rgba(6,35,74,.18);
}
.dropdown a {
    display: block;
    padding: 10px 12px;
    border-radius: 6px;
    color: var(--blue);
    white-space: nowrap;
}
.dropdown a:hover { background: var(--soft); color: var(--orange-2); }
.has-dropdown:hover .dropdown { display: block; }
.nav-quote, .btn.primary {
    background: linear-gradient(135deg, var(--orange), var(--orange-2));
    color: #fff !important;
    padding: 11px 16px;
    border-radius: 6px;
    box-shadow: 0 8px 20px rgba(255, 122, 24, .24);
}
.menu-toggle { display: none; border: 0; background: var(--blue); color: #fff; padding: 10px 14px; border-radius: 6px; }
.hero {
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    gap: 28px;
    align-items: center;
    padding: 54px 6%;
    color: #fff;
    background: radial-gradient(circle at 16% 10%, #184f95 0, transparent 35%), linear-gradient(135deg, var(--blue), #03152e);
}
.hero h1 { margin: 0 0 14px; font-size: 44px; line-height: 1.12; }
.hero p { font-size: 18px; color: #e8f1ff; margin-bottom: 22px; }
.hero-media img { border-radius: 8px; border: 3px solid rgba(255,255,255,.16); }
.section { padding: 58px 6%; }
.section.soft { background: var(--soft); }
.section-title { max-width: 850px; margin-bottom: 26px; }
.section-title h2 { margin: 0 0 10px; font-size: 32px; color: var(--blue); }
.section-title p { margin: 0; color: var(--muted); }
.eyebrow {
    color: var(--orange-2);
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
    font-size: 13px;
    margin-bottom: 8px;
}
.welcome-panel {
    display: grid;
    grid-template-columns: .95fr 1.05fr;
    gap: 34px;
    align-items: center;
}
.welcome-panel img,
.profile-intro img,
.contact-photo {
    border-radius: 8px;
    box-shadow: 0 18px 44px rgba(6,35,74,.16);
}
.feature-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin-top: 20px;
}
.feature-list span {
    padding: 12px 14px;
    border-left: 4px solid var(--orange);
    background: var(--soft);
    border-radius: 6px;
    font-weight: 800;
    color: var(--blue);
}
.quote-box {
    background: #fff;
    color: var(--text);
    border-radius: 8px;
    padding: 24px;
    box-shadow: 0 18px 48px rgba(0,0,0,.26);
}
.quote-box h2 { margin: 0 0 14px; color: var(--blue); }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
input, select, textarea {
    width: 100%;
    border: 1px solid var(--line);
    border-radius: 6px;
    padding: 12px;
    font: inherit;
}
textarea { min-height: 110px; grid-column: 1 / -1; }
button, .btn { display: inline-block; border: 0; cursor: pointer; font-weight: 800; }
.btn.secondary { background: var(--blue); color: #fff; padding: 11px 16px; border-radius: 6px; }
.btn-row { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 18px; }
.grid { display: grid; gap: 20px; }
.grid.two { grid-template-columns: repeat(2, 1fr); }
.grid.three { grid-template-columns: repeat(3, 1fr); }
.grid.four { grid-template-columns: repeat(4, 1fr); }
.stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-top: 24px;
}
.stat {
    padding: 20px;
    background: rgba(255,255,255,.1);
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 8px;
}
.stat strong { display: block; color: var(--orange); font-size: 30px; line-height: 1.1; }
.card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 10px 24px rgba(6,35,74,.08);
}
.card-body { padding: 18px; }
.card h3 { color: var(--blue); margin: 0 0 8px; }
.card p { color: var(--muted); margin: 0 0 14px; }
.link { color: var(--orange-2); font-weight: 800; }
.band {
    padding: 34px;
    border-radius: 8px;
    background: linear-gradient(135deg, var(--blue), var(--blue-2));
    color: #fff;
}
.band h2, .band h3 { margin-top: 0; }
.location-card, .term-card {
    padding: 16px;
    border-radius: 8px;
    background: #fff;
    border: 1px solid var(--line);
    color: var(--blue);
    font-weight: 800;
}
.route-card {
    display: grid;
    gap: 8px;
    padding: 18px;
    border-radius: 8px;
    border: 1px solid var(--line);
    background: #fff;
    box-shadow: 0 8px 22px rgba(6,35,74,.08);
}
.route-card strong { color: var(--blue); font-size: 18px; }
.route-card span { color: var(--muted); }
.mini-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-top: 20px;
}
.mini-list span {
    padding: 12px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 8px;
    color: var(--blue);
    font-weight: 800;
}
.image-check-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}
.image-check-grid img {
    width: 100%;
    border: 1px solid var(--line);
    border-radius: 8px;
}
.contact-modern {
    display: grid;
    grid-template-columns: .85fr 1.15fr;
    gap: 24px;
    align-items: stretch;
}
.contact-card {
    padding: 28px;
    border-radius: 8px;
    background: #fff;
    border: 1px solid var(--line);
    box-shadow: 0 14px 34px rgba(6,35,74,.1);
}
.contact-card h3 { color: var(--blue); margin-top: 0; font-size: 24px; }
.contact-row {
    display: flex;
    gap: 12px;
    padding: 13px 0;
    border-bottom: 1px solid var(--line);
}
.contact-row i { color: var(--orange-2); margin-top: 5px; }
.contact-visual {
    display: grid;
    grid-template-rows: auto 1fr;
    gap: 18px;
}
.map-wrap {
    border: 4px solid #fff;
    box-shadow: 0 14px 34px rgba(6,35,74,.16);
    border-radius: 8px;
    overflow: hidden;
    min-height: 320px;
}
.map-wrap iframe { width: 100%; height: 360px; border: 0; display: block; }
.review { padding: 22px; border-left: 5px solid var(--orange); }
.review-card {
    position: relative;
    padding: 24px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 12px 30px rgba(6,35,74,.08);
}
.stars { color: #ff9b21; font-size: 15px; margin-bottom: 10px; }
.review-card h3 { margin: 0 0 6px; color: var(--blue); }
.review-meta { color: var(--muted); font-size: 13px; margin-bottom: 12px; }
.summary-list { display: flex; flex-wrap: wrap; gap: 8px; margin: 14px 0; }
.summary-list span {
    padding: 6px 10px;
    border-radius: 999px;
    background: #fff4ec;
    color: var(--orange-2);
    font-weight: 800;
    font-size: 12px;
}
.profile-intro {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    align-items: center;
}
.split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
    align-items: center;
}
.steps { counter-reset: step; display: grid; gap: 14px; }
.step {
    position: relative;
    padding: 16px 16px 16px 58px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 8px;
}
.step:before {
    counter-increment: step;
    content: counter(step);
    position: absolute;
    left: 16px;
    top: 16px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: var(--orange);
    color: #fff;
    display: grid;
    place-items: center;
    font-weight: 800;
}
.faq details {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 8px;
    padding: 16px 18px;
    margin-bottom: 12px;
}
.faq summary { cursor: pointer; font-weight: 800; color: var(--blue); }
.footer {
    background: #03152e;
    color: #dbe8f9;
    padding: 44px 6% 18px;
}
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 28px; }
.footer a { display: block; color: #dbe8f9; margin: 8px 0; }
.footer-logo-shell {
    display: inline-block;
    padding: 12px 16px;
    border-radius: 8px;
    background: #fff;
    margin-bottom: 16px;
}
.footer-logo { width: 250px; height: 82px; object-fit: contain; object-position: left center; }
.copyright { border-top: 1px solid rgba(255,255,255,.12); margin-top: 22px; padding-top: 16px; font-size: 14px; }
.floating-actions {
    position: fixed;
    right: 16px;
    bottom: 16px;
    display: grid;
    gap: 10px;
    z-index: 80;
}
.floating-actions a {
    color: #fff;
    padding: 12px 15px;
    border-radius: 999px;
    font-weight: 800;
    box-shadow: 0 10px 24px rgba(0,0,0,.24);
}
.floating-actions .call { background: var(--blue); }
.floating-actions .whatsapp { background: #1faa59; }
.fa-solid, .fa-brands { margin-right: 6px; }
.pin-box { max-width: 430px; margin: 0 auto; }
.pin-box input { margin-bottom: 14px; }
.small-note { color: var(--muted); font-size: 14px; }
.error-msg {
    padding: 10px 12px;
    border-radius: 6px;
    background: #ffe9e4;
    color: #9d270d;
    font-weight: 700;
}
.feedback-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 18px;
    margin-bottom: 18px;
}
.feedback-header h2 { margin: 0; color: var(--blue); }
.feedback-header p { margin: 4px 0 0; color: var(--muted); }
.table-wrap {
    overflow-x: auto;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 8px;
}
.feedback-table {
    width: 100%;
    min-width: 980px;
    border-collapse: collapse;
    font-size: 14px;
}
.feedback-table th,
.feedback-table td {
    padding: 12px;
    border-bottom: 1px solid var(--line);
    text-align: left;
    vertical-align: top;
}
.feedback-table th {
    background: var(--blue);
    color: #fff;
}
.action-pill {
    display: inline-block;
    margin: 0 6px 6px 0;
    padding: 8px 10px;
    border-radius: 999px;
    color: #fff;
    font-weight: 800;
    white-space: nowrap;
}
.call-pill { background: var(--blue); }
.whatsapp-pill { background: #1faa59; }
.inner-hero {
    padding: 58px 6%;
    color: #fff;
    background: linear-gradient(135deg, var(--blue), var(--blue-2));
}
.inner-hero h1 { margin: 0 0 8px; font-size: 38px; }

@media (max-width: 980px) {
    .topbar { flex-direction: column; }
    .menu-toggle { display: block; }
    .menu {
        display: none;
        position: absolute;
        left: 0;
        right: 0;
        top: 96px;
        flex-direction: column;
        align-items: flex-start;
        background: #fff;
        padding: 18px 6%;
        border-bottom: 1px solid var(--line);
    }
    .menu.open { display: flex; }
    .hero, .grid.two, .grid.three, .grid.four, .footer-grid, .stats, .split, .mini-list, .image-check-grid, .welcome-panel, .profile-intro, .contact-modern { grid-template-columns: 1fr; }
    .hero h1 { font-size: 34px; }
    .has-dropdown { width: 100%; }
    .has-dropdown > a { width: 100%; }
    .dropdown {
        position: static;
        display: block;
        min-width: 0;
        width: 100%;
        box-shadow: none;
        border: 0;
        padding: 0 0 0 14px;
    }
}

@media (max-width: 620px) {
    .brand img { width: 180px; height: 60px; }
    .form-grid { grid-template-columns: 1fr; }
    .feature-list { grid-template-columns: 1fr; }
    .section, .hero, .inner-hero { padding-left: 18px; padding-right: 18px; }
    .hero h1, .inner-hero h1 { font-size: 30px; }
}

/* Final content and responsive refinement */
html { scroll-behavior:smooth; scroll-padding-top:24px; }
body { font-size:16px; }
h1,h2,h3 { letter-spacing:-.025em; line-height:1.2; }
h3 { font-size:22px; }
p { max-width:75ch; }
.section { padding-top:76px; padding-bottom:76px; }
.section-title { max-width:920px; }
.section-title h2 { font-size:clamp(28px,3vw,40px); }
.hero h1 { font-size:clamp(38px,4.3vw,64px); }
.hero .eyebrow,.band .eyebrow { color:#ffab68; }
.hero .quote-box p { color:var(--muted); font-size:14px; }
.hero-notes { display:grid; gap:10px; margin-top:30px; color:#dce8f8; font-size:14px; }
.hero-notes span::before { content:'✓'; margin-right:10px; color:#ffab68; }
.form-intro { margin:0 0 20px; }
label { display:block; font-size:14px; font-weight:700; }
label input,label select,label textarea { display:block; margin-top:6px; font-weight:400; min-width:0; }
.form-grid>* { min-width:0; }
.full { grid-column:1 / -1; }
.quote-box button { margin-top:16px; }
.small-note a,.journal-card a:not(.link) { text-decoration:underline; text-underline-offset:3px; }
.card>img,.section>img { aspect-ratio:auto; height:auto; width:100%; object-fit:contain; background:#fff; }
.split>img,.welcome-panel>img { width:100%; height:auto; }
.contact-photo { width:100%; height:auto; }
.contact-visual { display:flex; flex-direction:column; justify-content:center; }
.contact-row span { min-width:0; overflow-wrap:anywhere; }
.address-map { margin-top:28px; }
.journal-card { padding:30px; background:white; border:1px solid var(--line); border-radius:14px; }
.journal-card h3 { color:var(--blue); margin:12px 0 16px; }
.journal-card p,.journal-card li { color:var(--muted); }
.journal-card ul { padding-left:21px; }
.journal-card li { padding:4px 0; }
.step-number { font-size:34px; font-weight:800; color:#bd4a00; }
.step h3 { font-size:19px; margin:0 0 8px; }
.step p { margin:0; color:var(--muted); }
.page-jumps { display:flex; flex-wrap:wrap; gap:12px 26px; padding:18px 6%; border-bottom:1px solid var(--line); font-size:14px; font-weight:700; color:var(--blue); }
.page-jumps a:hover { color:#ad4100; }
.city-facts { display:grid; grid-template-columns:repeat(4,1fr); gap:18px; }
.city-facts>div { background:var(--blue); color:white; padding:24px; border-radius:12px; }
.city-facts span { display:block; font-size:13px; color:#d5e2f4; }
.city-facts strong { display:block; font-size:22px; margin-top:8px; }
.area-chips { display:flex; flex-wrap:wrap; gap:10px; margin-top:28px; }
.area-chips span { background:#edf2f8; color:var(--blue); padding:8px 15px; border-radius:25px; }
.faq-grid { display:grid; grid-template-columns:1fr 1fr; gap:14px 24px; align-items:start; }
.faq details { margin:0; padding:21px; border-radius:12px; }
.faq details[open] { border-color:#d47735; }
.faq summary { line-height:1.5; }
.faq details p { color:var(--muted); margin-bottom:0; }
.review-invite { display:flex; align-items:center; gap:36px; justify-content:space-between; padding:32px; border-radius:14px; background:var(--soft); border:1px solid var(--line); }
.review-invite h3 { color:var(--blue); }
.review-invite .btn { flex-shrink:0; }
.rating-field { border:0; padding:0; margin:8px 0; }
.rating-options { display:flex; flex-wrap:wrap; gap:8px; margin-top:8px; }
.rating-options label { cursor:pointer; }
.rating-options input { width:auto; display:inline-block; }
.rating-options span { display:inline-block; padding:8px; border:1px solid var(--line); border-radius:6px; color:#914000; }
.rating-options input:checked+span { background:var(--blue); color:white; }
.has-dropdown:focus-within .dropdown { display:block; }
.menu>a,.has-dropdown>a { white-space:nowrap; }
.menu { font-size:14px; }
.navbar { padding-left:4%; padding-right:4%; }
.brand { flex-basis:200px; }
.brand img { width:200px; background:white; }
:focus-visible { outline:3px solid #e46910; outline-offset:4px; }
.skip-link { position:absolute; top:-80px; left:15px; padding:12px; background:white; z-index:200; }
.skip-link:focus { top:10px; }
.link { color:#b54700; }
.eyebrow { color:#b54700; }
.grid>*,.split>*,.welcome-panel>*,.hero>* { min-width:0; }
@media(min-width:1600px){.section,.hero,.inner-hero { padding-left:calc((100vw - 1400px)/2); padding-right:calc((100vw - 1400px)/2); }}
@media(max-width:1180px){.menu-toggle {display:block;} .menu {display:none;position:absolute;left:0;right:0;top:100%;flex-direction:column;align-items:stretch;background:white;padding:18px 5%;max-height:75vh;overflow-y:auto;box-shadow:0 16px 24px #06234a22;} .menu.open {display:flex;} .dropdown {position:static;display:block;box-shadow:none;border:0;padding-left:16px;} .has-dropdown {width:100%;} .menu>a {min-height:44px;} }
@media(min-width:741px) and (max-width:980px){.grid.three,.grid.four {grid-template-columns:repeat(2,1fr);} }
@media(max-width:980px){.city-facts {grid-template-columns:repeat(2,1fr);} .hero {gap:36px;} .topbar {font-size:12px;overflow-wrap:anywhere;} }
@media(max-width:740px){.faq-grid,.city-facts {grid-template-columns:1fr;} .section {padding-top:48px;padding-bottom:48px;} .review-invite {display:block;} .brand {flex-basis:180px;} .brand img {width:180px;} .journal-card {padding:24px;} .floating-actions {right:10px;bottom:10px;gap:6px;} .floating-actions a {padding:10px 13px;font-size:13px;} .footer {padding-bottom:100px;} .topbar {gap:4px;} }
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto;}}
