/* ==========================================================================
   Baluna Plus — Travel Agency theme (DreamsTour-inspired)
   Brand: orange #f4912b / brown #5b3a29 / navy ink #15233b
   ========================================================================== */

:root {
    --orange: #f4912b;
    --orange-dark: #e07414;
    --orange-soft: #fff3e6;
    --brown: #5b3a29;
    --ink: #15233b;
    --ink-2: #1f3354;
    --navy: #0e1b30;
    --muted: #667085;
    --line: #e7ebf1;
    --bg-soft: #f6f8fb;
    --white: #ffffff;
    --radius: 16px;
    --radius-sm: 10px;
    --shadow: 0 18px 50px rgba(20, 35, 59, .10);
    --shadow-sm: 0 8px 24px rgba(20, 35, 59, .08);
    --font: 'Plus Jakarta Sans', 'Poppins', system-ui, sans-serif;
    --container: 1200px;
    /* legacy aliases used by untouched product/gallery views */
    --text: #1f3354;
    --heading: #15233b;
}

/* Pagination (blog) */
.pager { display: flex; align-items: center; justify-content: center; gap: 18px; margin-top: 50px; }
.pager-btn { display: inline-flex; align-items: center; gap: 8px; padding: 11px 22px; border-radius: 40px; border: 1px solid var(--line); font-weight: 600; font-size: 14px; color: var(--ink); }
.pager-btn:hover { background: var(--orange); border-color: var(--orange); color: #fff; }
.pager-btn.disabled { opacity: .45; pointer-events: none; }
.pager-info { color: var(--muted); font-size: 14px; }

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
    font-family: var(--font);
    color: var(--ink);
    background: var(--white);
    line-height: 1.65;
    font-size: 16px;
    overflow-x: hidden;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; transition: .2s; }
ul { list-style: none; }

h1, h2, h3, h4, h5 { font-family: var(--font); color: var(--ink); line-height: 1.2; font-weight: 700; }

.container { max-width: var(--container); margin: 0 auto; padding: 0 20px; }

.accent { color: var(--orange); }

/* ---------- Buttons ---------- */
.btn {
    display: inline-flex; align-items: center; gap: 9px;
    padding: 13px 26px; border-radius: 40px;
    font-weight: 600; font-size: 15px; cursor: pointer; border: 2px solid transparent;
    transition: .25s; white-space: nowrap;
}
.btn i { font-size: 13px; }
.btn-primary { background: var(--orange); color: #fff; box-shadow: 0 10px 24px rgba(244,145,43,.35); }
.btn-primary:hover { background: var(--orange-dark); transform: translateY(-2px); }
.btn-dark { background: var(--ink); color: #fff; }
.btn-dark:hover { background: var(--navy); transform: translateY(-2px); }
.btn-outline { background: transparent; color: var(--ink); border-color: var(--line); }
.btn-outline:hover { border-color: var(--orange); color: var(--orange); }
.btn-light { background: #fff; color: var(--ink); }
.btn-light:hover { background: var(--orange); color: #fff; }
.btn-ghost-light { background: rgba(255,255,255,.14); color:#fff; border-color: rgba(255,255,255,.4); }
.btn-ghost-light:hover { background:#fff; color: var(--ink); }
.btn-lg { padding: 16px 32px; font-size: 16px; }

/* ---------- Section helpers ---------- */
.section { padding: 90px 0; }
.section-sm { padding: 60px 0; }
.bg-soft { background: var(--bg-soft); }
.bg-ink { background: var(--ink); color: #fff; }

.section-head { text-align: center; max-width: 680px; margin: 0 auto 50px; }
.section-head.left { text-align: left; margin-left: 0; }
.eyebrow {
    display: inline-flex; align-items: center; gap: 8px;
    color: var(--orange); font-weight: 700; font-size: 13px; letter-spacing: 1.5px;
    text-transform: uppercase; margin-bottom: 12px;
}
.eyebrow::before { content: ''; width: 26px; height: 2px; background: var(--orange); display: inline-block; }
.eyebrow.center { justify-content: center; }
.eyebrow.light { color: #ffd9b0; }
.section-title { font-size: 40px; font-weight: 800; letter-spacing: -.5px; }
.section-head p { color: var(--muted); margin-top: 14px; font-size: 16px; }

/* ==========================================================================
   Header
   ========================================================================== */
.top-bar { background: var(--navy); color: #cdd6e4; font-size: 13.5px; }
.top-bar-inner { display: flex; justify-content: space-between; align-items: center; height: 42px; }
.top-bar-left { display: flex; gap: 22px; flex-wrap: wrap; }
.top-bar-left i { color: var(--orange); margin-right: 6px; }
.top-bar-right { display: flex; align-items: center; gap: 18px; }
.tb-note i { color: var(--orange); margin-right: 6px; }
.tb-socials { display: flex; gap: 10px; }
.tb-socials a {
    width: 26px; height: 26px; border-radius: 50%; background: rgba(255,255,255,.1);
    display: grid; place-items: center; font-size: 12px;
}
.tb-socials a:hover { background: var(--orange); color: #fff; }

.main-nav { background: #fff; box-shadow: 0 4px 24px rgba(20,35,59,.06); position: relative; z-index: 50; }
.site-header.is-stuck .main-nav { position: fixed; top: 0; left: 0; right: 0; animation: slideDown .35s ease; }
.site-header.is-stuck { padding-bottom: 84px; }
@keyframes slideDown { from { transform: translateY(-100%);} to { transform: translateY(0);} }

.nav-inner { display: flex; align-items: center; gap: 24px; height: 84px; }
.brand { display: flex; align-items: center; gap: 12px; }
.brand-mark { width: 46px; height: 46px; }
.brand-text strong { display: block; font-size: 22px; font-weight: 800; letter-spacing: .5px; color: var(--ink); line-height: 1; }
.brand-text .accent { color: var(--orange); }
.brand-text em { font-style: normal; font-size: 11px; letter-spacing: 2.5px; text-transform: uppercase; color: var(--muted); }

.nav-menu { display: flex; gap: 6px; margin-left: 20px; }
.nav-menu > li > a {
    display: block; padding: 10px 16px; font-weight: 600; font-size: 15.5px; color: var(--ink); border-radius: 8px;
}
.nav-menu > li > a:hover, .nav-menu > li.active > a { color: var(--orange); }

.nav-actions { display: flex; align-items: center; gap: 18px; margin-left: auto; }
.nav-call { display: flex; align-items: center; gap: 11px; }
.nav-call-ic { width: 42px; height: 42px; border-radius: 50%; background: var(--orange-soft); color: var(--orange); display: grid; place-items: center; font-size: 17px; }
.nav-call-txt { display: flex; flex-direction: column; line-height: 1.2; }
.nav-call-txt small { font-size: 12px; color: var(--muted); }
.nav-call-txt strong { font-size: 15px; color: var(--ink); }

.nav-toggle { display: none; background: none; border: 0; font-size: 24px; color: var(--ink); cursor: pointer; margin-left: auto; }

/* ==========================================================================
   Hero
   ========================================================================== */
.hero {
    position: relative; min-height: 660px; display: flex; align-items: center;
    background: linear-gradient(120deg, rgba(14,27,48,.78), rgba(14,27,48,.45)), center/cover no-repeat;
    color: #fff; padding: 90px 0 130px;
}
.hero-inner { max-width: 760px; }
.hero .eyebrow { color: #ffd9b0; }
.hero .eyebrow::before { background: #ffd9b0; }
.hero h1 { font-size: 60px; font-weight: 800; letter-spacing: -1px; line-height: 1.05; margin-bottom: 20px; color: #fff; }
.hero h1 .accent { color: var(--orange); }
.hero p { font-size: 18px; color: #e7ecf4; max-width: 600px; margin-bottom: 30px; }
.hero-actions { display: flex; gap: 16px; flex-wrap: wrap; }
.hero-badges { display: flex; gap: 28px; margin-top: 38px; flex-wrap: wrap; }
.hero-badge { display: flex; align-items: center; gap: 12px; }
.hero-badge i { width: 44px; height: 44px; border-radius: 50%; background: rgba(255,255,255,.15); display: grid; place-items: center; color: var(--orange); font-size: 18px; }
.hero-badge strong { display: block; font-size: 16px; }
.hero-badge span { font-size: 13px; color: #cdd6e4; }

/* Search box */
.search-box {
    position: relative; margin-top: -70px; z-index: 20;
}
.search-card { background: #fff; border-radius: var(--radius); box-shadow: var(--shadow); padding: 10px; }
.search-tabs { display: flex; gap: 6px; padding: 8px 8px 0; flex-wrap: wrap; }
.search-tab {
    display: flex; align-items: center; gap: 8px; padding: 11px 20px; border-radius: 10px 10px 0 0;
    font-weight: 600; font-size: 14.5px; color: var(--muted); cursor: pointer; border: 0; background: none;
}
.search-tab i { font-size: 15px; }
.search-tab.active { color: #fff; background: var(--orange); }
.search-fields { display: grid; grid-template-columns: repeat(4, 1fr) auto; gap: 0; padding: 14px 8px 8px; align-items: stretch; }
.search-field { padding: 8px 18px; border-right: 1px solid var(--line); }
.search-field:last-of-type { border-right: 0; }
.search-field label { display: block; font-size: 12px; color: var(--muted); font-weight: 600; margin-bottom: 3px; }
.search-field input, .search-field select {
    border: 0; font-size: 16px; font-weight: 700; color: var(--ink); font-family: var(--font); width: 100%; background: none; outline: none;
}
.search-field span { font-size: 12px; color: var(--muted); }
.search-submit { display: grid; place-items: center; padding: 0 8px; }
.search-submit .btn { height: 100%; border-radius: 12px; padding: 0 30px; }

/* ==========================================================================
   Feature cards (services)
   ========================================================================== */
.cards-grid { display: grid; gap: 26px; }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }

.service-card {
    background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 34px 28px;
    transition: .3s; position: relative; overflow: hidden;
}
.service-card::after { content:''; position:absolute; left:0; bottom:0; height:4px; width:0; background:var(--orange); transition:.3s; }
.service-card:hover { box-shadow: var(--shadow); transform: translateY(-6px); border-color: transparent; }
.service-card:hover::after { width: 100%; }
.service-ic {
    width: 64px; height: 64px; border-radius: 16px; background: var(--orange-soft); color: var(--orange);
    display: grid; place-items: center; font-size: 26px; margin-bottom: 20px; transition: .3s;
}
.service-card:hover .service-ic { background: var(--orange); color: #fff; }
.service-card h3 { font-size: 19px; margin-bottom: 10px; }
.service-card p { color: var(--muted); font-size: 14.5px; }
.service-card .more { display: inline-flex; align-items: center; gap: 7px; margin-top: 16px; color: var(--orange); font-weight: 600; font-size: 14px; }

/* ==========================================================================
   Destination cards
   ========================================================================== */
.dest-card { position: relative; border-radius: var(--radius); overflow: hidden; height: 360px; box-shadow: var(--shadow-sm); }
.dest-card img { width: 100%; height: 100%; object-fit: cover; transition: .6s; }
.dest-card:hover img { transform: scale(1.08); }
.dest-card::before { content:''; position:absolute; inset:0; background: linear-gradient(to top, rgba(14,27,48,.85) 8%, transparent 55%); z-index:1; }
.dest-body { position: absolute; left: 0; bottom: 0; padding: 24px; z-index: 2; color: #fff; width: 100%; }
.dest-body .tag { display:inline-block; background: var(--orange); color:#fff; font-size:12px; font-weight:600; padding:4px 12px; border-radius: 20px; margin-bottom: 10px; }
.dest-body h3 { color: #fff; font-size: 21px; }
.dest-body p { font-size: 14px; color: #d8dfeb; }
.dest-meta { display:flex; justify-content: space-between; align-items:center; margin-top: 14px; font-size: 14px; }
.dest-meta .price { font-weight: 700; }
.dest-meta .price span { color: var(--orange); font-size: 18px; }

/* ==========================================================================
   Package / product cards
   ========================================================================== */
.package-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; transition: .3s; }
.package-card:hover { box-shadow: var(--shadow); transform: translateY(-6px); }
.package-thumb { position: relative; height: 220px; overflow: hidden; }
.package-thumb img { width: 100%; height: 100%; object-fit: cover; transition: .5s; }
.package-card:hover .package-thumb img { transform: scale(1.07); }
.package-cat { position: absolute; top: 14px; left: 14px; background: #fff; color: var(--ink); font-size: 12px; font-weight: 700; padding: 6px 14px; border-radius: 20px; }
.package-fav { position: absolute; top: 14px; right: 14px; width: 36px; height: 36px; border-radius: 50%; background: rgba(255,255,255,.9); display: grid; place-items: center; color: var(--orange); }
.package-body { padding: 22px; }
.package-loc { font-size: 13px; color: var(--muted); display: flex; align-items: center; gap: 6px; }
.package-loc i { color: var(--orange); }
.package-body h3 { font-size: 18px; margin: 8px 0 12px; }
.package-feats { display: flex; flex-wrap: wrap; gap: 14px; color: var(--muted); font-size: 13px; margin-bottom: 16px; }
.package-feats span i { color: var(--orange); margin-right: 5px; }
.package-foot { display: flex; justify-content: space-between; align-items: center; border-top: 1px solid var(--line); padding-top: 16px; }
.package-foot .price small { display: block; font-size: 12px; color: var(--muted); }
.package-foot .price strong { font-size: 22px; color: var(--orange); }
.stars { color: #f5b301; font-size: 13px; }

/* ==========================================================================
   Page banner
   ========================================================================== */
.page-banner {
    position: relative; padding: 110px 0; color: #fff; text-align: center;
    background: linear-gradient(120deg, rgba(14,27,48,.85), rgba(91,58,41,.6)), center/cover no-repeat;
}
.page-banner h1 { color: #fff; font-size: 48px; font-weight: 800; }
.breadcrumb { margin-top: 14px; display: flex; gap: 10px; justify-content: center; font-size: 14.5px; color: #e2e8f2; }
.breadcrumb a:hover { color: var(--orange); }
.breadcrumb .sep { color: var(--orange); }

/* ==========================================================================
   About / split image-text
   ========================================================================== */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.split-img { position: relative; }
.split-img img { border-radius: var(--radius); width: 100%; height: 100%; object-fit: cover; }
.split-img .exp-badge {
    position: absolute; right: -18px; bottom: -18px; background: var(--orange); color: #fff;
    border-radius: var(--radius); padding: 22px 26px; box-shadow: var(--shadow); text-align: center;
}
.split-img .exp-badge strong { font-size: 40px; display: block; line-height: 1; }
.split-img .exp-badge span { font-size: 13px; }
.split-text h2 { font-size: 36px; font-weight: 800; margin-bottom: 18px; }
.split-text > p { color: var(--muted); margin-bottom: 16px; }
.check-list { display: grid; gap: 12px; margin: 22px 0 28px; }
.check-list li { display: flex; align-items: flex-start; gap: 12px; font-weight: 500; }
.check-list li i { color: #fff; background: var(--orange); width: 22px; height: 22px; border-radius: 50%; display: grid; place-items: center; font-size: 11px; flex: none; margin-top: 3px; }

/* ==========================================================================
   Stats
   ========================================================================== */
.stats-band { background: var(--ink); color: #fff; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; text-align: center; }
.stat-item .stat-ic { font-size: 30px; color: var(--orange); margin-bottom: 12px; }
.stat-num { font-size: 44px; font-weight: 800; color: #fff; }
.stat-item p { color: #b9c4d6; font-size: 15px; }

/* ==========================================================================
   Marquee band
   ========================================================================== */
.marquee { background: var(--orange); color: #fff; overflow: hidden; padding: 16px 0; transform: rotate(-1.2deg); margin: 40px 0; }
.marquee-track { display: flex; gap: 50px; white-space: nowrap; animation: marquee 22s linear infinite; font-size: 22px; font-weight: 800; }
.marquee-track span { display: flex; align-items: center; gap: 50px; }
.marquee-track i { font-size: 14px; }
@keyframes marquee { from { transform: translateX(0);} to { transform: translateX(-50%);} }

/* ==========================================================================
   Process / steps
   ========================================================================== */
.steps-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px; }
.step-card { text-align: center; padding: 20px; position: relative; }
.step-ic { width: 84px; height: 84px; margin: 0 auto 18px; border-radius: 50%; background: var(--orange-soft); color: var(--orange); display: grid; place-items: center; font-size: 30px; position: relative; }
.step-num { position: absolute; top: -6px; right: -6px; width: 30px; height: 30px; border-radius: 50%; background: var(--ink); color: #fff; font-size: 13px; font-weight: 700; display: grid; place-items: center; }
.step-card h3 { font-size: 18px; margin-bottom: 8px; }
.step-card p { color: var(--muted); font-size: 14px; }

/* ==========================================================================
   Why-us features (icon list)
   ========================================================================== */
.feature-list { display: grid; gap: 22px; }
.feature-list li { display: flex; gap: 16px; align-items: flex-start; }
.feature-list .f-ic { width: 50px; height: 50px; border-radius: 12px; background: var(--orange-soft); color: var(--orange); display: grid; place-items: center; font-size: 19px; flex: none; }
.feature-list h4 { font-size: 16.5px; margin-bottom: 3px; }
.feature-list p { color: var(--muted); font-size: 14px; }

/* ==========================================================================
   Testimonials
   ========================================================================== */
.testi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.testi-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 30px; position: relative; }
.testi-card .quote-ic { position: absolute; top: 24px; right: 26px; font-size: 40px; color: var(--orange-soft); }
.testi-card .stars { margin-bottom: 14px; font-size: 15px; }
.testi-card p { color: var(--ink-2); font-size: 15px; margin-bottom: 22px; }
.testi-who { display: flex; align-items: center; gap: 14px; }
.testi-who img { width: 52px; height: 52px; border-radius: 50%; object-fit: cover; }
.testi-who strong { display: block; }
.testi-who span { font-size: 13px; color: var(--muted); }

/* ==========================================================================
   CTA banner
   ========================================================================== */
.cta-band {
    position: relative; padding: 80px 0; color: #fff; text-align: center;
    background: linear-gradient(120deg, rgba(14,27,48,.9), rgba(244,145,43,.75)), center/cover no-repeat;
}
.cta-band h2 { color: #fff; font-size: 38px; font-weight: 800; max-width: 760px; margin: 0 auto 16px; }
.cta-band p { color: #eef2f8; max-width: 600px; margin: 0 auto 28px; }
.cta-actions { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }

/* ==========================================================================
   Blog cards
   ========================================================================== */
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.blog-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; transition: .3s; }
.blog-card:hover { box-shadow: var(--shadow); transform: translateY(-6px); }
.blog-thumb { height: 220px; overflow: hidden; position: relative; }
.blog-thumb img { width: 100%; height: 100%; object-fit: cover; transition: .5s; }
.blog-card:hover .blog-thumb img { transform: scale(1.07); }
.blog-date { position: absolute; bottom: 14px; left: 14px; background: var(--orange); color: #fff; border-radius: 10px; padding: 8px 12px; text-align: center; line-height: 1; }
.blog-date strong { font-size: 20px; display: block; }
.blog-date span { font-size: 11px; text-transform: uppercase; }
.blog-body { padding: 24px; }
.blog-meta { display: flex; gap: 16px; color: var(--muted); font-size: 13px; margin-bottom: 12px; }
.blog-meta i { color: var(--orange); margin-right: 5px; }
.blog-body h3 { font-size: 19px; margin-bottom: 10px; line-height: 1.35; }
.blog-body h3 a:hover { color: var(--orange); }
.blog-body p { color: var(--muted); font-size: 14.5px; margin-bottom: 16px; }
.read-more { color: var(--orange); font-weight: 600; font-size: 14px; display: inline-flex; gap: 7px; align-items: center; }
.blog-cat-filter { display: flex; gap: 10px; flex-wrap: wrap; justify-content: center; margin-bottom: 40px; }
.blog-cat-filter a { padding: 9px 20px; border: 1px solid var(--line); border-radius: 30px; font-size: 14px; font-weight: 600; color: var(--muted); }
.blog-cat-filter a:hover, .blog-cat-filter a.active { background: var(--orange); border-color: var(--orange); color: #fff; }

/* blog single */
.post-hero { height: 420px; border-radius: var(--radius); overflow: hidden; margin-bottom: 34px; }
.post-hero img { width: 100%; height: 100%; object-fit: cover; }
.post-body { max-width: 820px; margin: 0 auto; }
.post-body h2, .post-body h3 { margin: 28px 0 14px; }
.post-body p { color: var(--ink-2); margin-bottom: 18px; }
.post-body img { border-radius: var(--radius); margin: 20px 0; }
.post-body ul { list-style: disc; padding-left: 22px; margin-bottom: 18px; color: var(--ink-2); }

/* ==========================================================================
   Contact
   ========================================================================== */
.contact-grid { display: grid; grid-template-columns: 1fr 1.3fr; gap: 40px; align-items: start; }
.contact-info-card { background: var(--ink); color: #fff; border-radius: var(--radius); padding: 40px 34px; }
.contact-info-card h3 { color: #fff; font-size: 24px; margin-bottom: 8px; }
.contact-info-card > p { color: #b9c4d6; margin-bottom: 26px; }
.contact-info-list li { display: flex; gap: 16px; margin-bottom: 22px; align-items: flex-start; }
.contact-info-list .ci-ic { width: 48px; height: 48px; border-radius: 12px; background: rgba(244,145,43,.18); color: var(--orange); display: grid; place-items: center; font-size: 18px; flex: none; }
.contact-info-list span { display: block; font-size: 13px; color: #9fb0c8; }
.contact-info-list strong { font-size: 15.5px; }
.contact-form-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 38px 34px; box-shadow: var(--shadow-sm); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-field { margin-bottom: 18px; }
.form-field.full { grid-column: 1 / -1; }
.form-field label { display: block; font-size: 14px; font-weight: 600; margin-bottom: 7px; }
.form-field input, .form-field select, .form-field textarea {
    width: 100%; padding: 13px 16px; border: 1px solid var(--line); border-radius: 10px; font-family: var(--font);
    font-size: 15px; background: var(--bg-soft); transition: .2s;
}
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { border-color: var(--orange); background: #fff; outline: none; }
.form-field textarea { resize: vertical; min-height: 130px; }
.hp-field { position: absolute; left: -9999px; opacity: 0; }
.alert { padding: 16px 20px; border-radius: 10px; margin-bottom: 24px; font-weight: 500; }
.alert-success { background: #e7f8ee; color: #137a43; border: 1px solid #b6e6c9; }
.alert-error { background: #fdecec; color: #c0392b; border: 1px solid #f5c6c6; }
.map-wrap { border-radius: var(--radius); overflow: hidden; height: 420px; box-shadow: var(--shadow-sm); }
.map-wrap iframe { width: 100%; height: 100%; border: 0; }

/* ==========================================================================
   WhatsApp float + scroll top
   ========================================================================== */
.wa-float {
    position: fixed; bottom: 24px; left: 24px; z-index: 90; width: 56px; height: 56px; border-radius: 50%;
    background: #25d366; color: #fff; display: grid; place-items: center; font-size: 28px; box-shadow: 0 10px 28px rgba(37,211,102,.45);
    animation: waPulse 2.4s infinite;
}
.wa-float:hover { transform: scale(1.08); color: #fff; }
@keyframes waPulse { 0%{ box-shadow:0 0 0 0 rgba(37,211,102,.5);} 70%{ box-shadow:0 0 0 16px rgba(37,211,102,0);} 100%{ box-shadow:0 0 0 0 rgba(37,211,102,0);} }
.scroll-top {
    position: fixed; bottom: 24px; right: 24px; z-index: 90; width: 48px; height: 48px; border-radius: 50%;
    background: var(--orange); color: #fff; display: grid; place-items: center; opacity: 0; visibility: hidden; transform: translateY(12px); transition: .3s;
}
.scroll-top.visible { opacity: 1; visibility: visible; transform: translateY(0); }
.scroll-top:hover { background: var(--orange-dark); color: #fff; }

/* ==========================================================================
   Footer
   ========================================================================== */
.site-footer { background: var(--navy); color: #b9c4d6; }
.footer-cta { background: var(--ink); border-bottom: 1px solid rgba(255,255,255,.08); }
.footer-cta-inner { display: flex; justify-content: space-between; align-items: center; gap: 30px; padding: 40px 0; flex-wrap: wrap; }
.footer-cta h3 { color: #fff; font-size: 26px; }
.footer-subscribe { display: flex; gap: 10px; flex: 1; max-width: 520px; }
.footer-subscribe input { flex: 1; padding: 14px 18px; border: 0; border-radius: 40px; font-family: var(--font); font-size: 15px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.3fr; gap: 40px; padding: 70px 0 50px; }
.brand-footer .brand-text strong { color: #fff; }
.brand-footer { margin-bottom: 20px; }
.footer-about p { font-size: 14.5px; margin-bottom: 22px; }
.footer-socials { display: flex; gap: 10px; }
.footer-socials a { width: 38px; height: 38px; border-radius: 50%; background: rgba(255,255,255,.08); display: grid; place-items: center; }
.footer-socials a:hover { background: var(--orange); color: #fff; }
.footer-title { color: #fff; font-size: 18px; margin-bottom: 22px; position: relative; padding-bottom: 12px; }
.footer-title::after { content:''; position:absolute; left:0; bottom:0; width:36px; height:3px; background: var(--orange); border-radius: 3px; }
.footer-list li { margin-bottom: 12px; }
.footer-list a { font-size: 14.5px; display: flex; align-items: center; gap: 9px; }
.footer-list a i { color: var(--orange); font-size: 12px; }
.footer-list a:hover { color: #fff; padding-left: 4px; }
.footer-contact li { display: flex; gap: 12px; margin-bottom: 16px; font-size: 14.5px; }
.footer-contact li i { color: var(--orange); margin-top: 4px; }
.footer-contact a:hover { color: #fff; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.08); }
.footer-bottom-inner { display: flex; justify-content: space-between; padding: 22px 0; font-size: 14px; flex-wrap: wrap; gap: 8px; }
.footer-tag { color: var(--orange); font-weight: 600; }

/* ==========================================================================
   Utilities
   ========================================================================== */
.text-center { text-align: center; }
.mt-50 { margin-top: 50px; }
.is-hidden { display: none !important; }

/* ==========================================================================
   Responsive
   ========================================================================== */
@media (max-width: 1024px) {
    .grid-4 { grid-template-columns: repeat(2, 1fr); }
    .steps-grid { grid-template-columns: repeat(2, 1fr); }
    .stats-grid { grid-template-columns: repeat(2, 1fr); }
    .hide-md { display: none !important; }
    .hero h1 { font-size: 48px; }
    .search-fields { grid-template-columns: repeat(2, 1fr); }
    .search-field { border-bottom: 1px solid var(--line); }
    .search-submit { grid-column: 1 / -1; padding: 14px 18px; }
    .search-submit .btn { width: 100%; padding: 14px; }
}
@media (max-width: 860px) {
    .nav-toggle { display: block; }
    .nav-menu {
        position: absolute; top: 100%; left: 0; right: 0; background: #fff; flex-direction: column;
        gap: 0; box-shadow: var(--shadow); padding: 10px; max-height: 0; overflow: hidden; transition: max-height .3s; margin: 0;
    }
    .nav-menu.open { max-height: 460px; }
    .nav-menu > li > a { padding: 14px 16px; border-bottom: 1px solid var(--line); }
    .nav-actions { margin-left: 0; }
    .nav-actions .nav-call { display: none; }
    .grid-2, .grid-3, .grid-4, .split, .contact-grid, .testi-grid, .blog-grid, .steps-grid { grid-template-columns: 1fr; }
    .stats-grid { grid-template-columns: repeat(2, 1fr); }
    .section { padding: 64px 0; }
    .hero h1 { font-size: 38px; }
    .section-title, .split-text h2, .cta-band h2 { font-size: 30px; }
    .page-banner h1 { font-size: 36px; }
    .form-grid { grid-template-columns: 1fr; }
    .footer-cta-inner { flex-direction: column; align-items: flex-start; }
    .footer-subscribe { max-width: 100%; width: 100%; }
}
@media (max-width: 520px) {
    .top-bar-left { gap: 12px; }
    .stats-grid { grid-template-columns: 1fr; }
    .hero { min-height: 560px; }
    .split-img .exp-badge { right: 12px; bottom: -14px; padding: 16px 18px; }
}
