:root {
  --green-950: #071f16;
  --green-900: #0b2f1f;
  --green-800: #134a2a;
  --green-700: #236c24;
  --green-600: #3b8f18;
  --lime: #b7dc19;
  --lime-bright: #d6f12f;
  --lime-soft: #f1f9d6;
  --ink: #172018;
  --muted: #667069;
  --line: #e4e9e2;
  --paper: #fff;
  --page: #f7f9f5;
  --warn: #f04438;
  --shadow: 0 14px 45px rgba(17, 58, 26, .10);
  --radius: 22px;
  --container: 1180px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--page);
  font-family: "Noto Sans Thai", "Leelawadee UI", Tahoma, Arial, sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 999; padding: 10px 16px; background: white; border-radius: 10px; }
.skip-link:focus { top: 16px; }
.eyebrow { margin: 0 0 8px; color: var(--green-600); font-size: .82rem; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.section-title { margin: 0; font-size: clamp(1.55rem, 3vw, 2.25rem); line-height: 1.25; letter-spacing: -.025em; }
.section-copy { max-width: 720px; margin: 8px auto 0; color: var(--muted); }
.muted { color: var(--muted); }

/* Header */
.site-header { position: sticky; top: 0; z-index: 100; color: white; background: rgba(7, 31, 22, .96); box-shadow: 0 4px 24px rgba(0, 0, 0, .13); backdrop-filter: blur(12px); }
.nav-wrap { min-height: 70px; display: flex; align-items: center; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 10px; flex: 0 0 auto; }
.brand-mark { position: relative; width: 43px; height: 26px; transform: skewX(-17deg); }
.brand-mark::before, .brand-mark::after { content: ""; position: absolute; left: 0; border-radius: 100% 0 100% 0; background: linear-gradient(135deg, var(--lime-bright), #76ae00); }
.brand-mark::before { width: 42px; height: 10px; top: 2px; transform: rotate(-8deg); }
.brand-mark::after { width: 31px; height: 8px; left: 8px; top: 14px; transform: rotate(-10deg); }
.brand-text { line-height: 1.05; }
.brand-text strong { display: block; font-size: 1.05rem; letter-spacing: .06em; }
.brand-text small { color: #dce9df; font-size: .63rem; }
.site-nav { display: flex; align-items: stretch; align-self: stretch; margin-left: auto; }
.site-nav > a, .nav-dropdown > button { display: flex; align-items: center; gap: 5px; padding: 0 14px; border: 0; color: #eef5ef; background: transparent; font-size: .86rem; font-weight: 700; cursor: pointer; }
.site-nav > a:hover, .site-nav > a[aria-current="page"], .nav-dropdown > button:hover { color: var(--lime-bright); background: rgba(255,255,255,.055); box-shadow: inset 0 -3px var(--lime); }
.nav-dropdown { position: relative; display: flex; }
.dropdown-menu { position: absolute; top: calc(100% - 2px); left: 0; width: 225px; padding: 9px; visibility: hidden; opacity: 0; transform: translateY(8px); border: 1px solid rgba(255,255,255,.08); border-radius: 0 0 16px 16px; background: var(--green-950); box-shadow: var(--shadow); transition: .18s ease; }
.nav-dropdown:hover .dropdown-menu, .nav-dropdown:focus-within .dropdown-menu { visibility: visible; opacity: 1; transform: translateY(0); }
.dropdown-menu a { display: block; padding: 9px 11px; border-radius: 9px; color: #edf5ef; font-size: .84rem; }
.dropdown-menu a:hover { color: var(--lime-bright); background: rgba(255,255,255,.07); }
.nav-cta { align-self: center !important; height: 39px; margin-left: 8px; padding: 0 18px !important; color: var(--green-950) !important; border-radius: 999px; background: var(--lime) !important; box-shadow: none !important; }
.menu-toggle { display: none; margin-left: auto; width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.15); border-radius: 12px; color: white; background: rgba(255,255,255,.06); cursor: pointer; }

/* Hero */
.hero { position: relative; min-height: 430px; display: grid; align-items: center; overflow: hidden; background: #071c10; }
.hero::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(90deg, rgba(255,255,255,.98) 4%, rgba(255,255,255,.90) 35%, rgba(255,255,255,.08) 68%); }
.hero-content { position: relative; z-index: 1; width: min(630px, 60%); padding-block: 64px; }
.hero-badge { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 16px; padding: 7px 13px; border: 1px solid rgba(59,143,24,.18); border-radius: 999px; color: var(--green-700); background: rgba(255,255,255,.74); font-size: .79rem; font-weight: 900; }
.hero h1 { margin: 0; font-size: clamp(2.35rem, 5.3vw, 4.75rem); line-height: 1.03; letter-spacing: -.055em; }
.hero h1 span { color: var(--green-600); }
.hero .lead { max-width: 570px; margin: 18px 0 24px; color: #334237; font-size: clamp(1rem, 1.8vw, 1.2rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.trust-row { display: flex; flex-wrap: wrap; gap: 12px 22px; margin-top: 27px; color: #3c5141; font-size: .82rem; font-weight: 700; }
.trust-row span::before { content: "✓"; display: inline-grid; place-items: center; width: 20px; height: 20px; margin-right: 6px; color: var(--green-700); border: 1px solid #9cbc51; border-radius: 50%; }
.btn { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; gap: 8px; padding: 10px 19px; border: 0; border-radius: 999px; font-weight: 900; cursor: pointer; transition: transform .16s ease, box-shadow .16s ease, background .16s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: white; background: linear-gradient(135deg, var(--green-700), #63a711); box-shadow: 0 10px 24px rgba(48, 124, 29, .25); }
.btn-dark { color: var(--green-950); background: var(--lime); }
.btn-outline { color: var(--green-800); border: 1px solid #b7c5b7; background: rgba(255,255,255,.8); }
.btn-sm { min-height: 38px; padding: 7px 15px; font-size: .79rem; }

/* Duration navigation */
.duration-nav { position: relative; z-index: 3; margin-top: -24px; }
.duration-inner { display: grid; grid-template-columns: repeat(5, 1fr); overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: white; box-shadow: var(--shadow); }
.duration-inner a { min-height: 71px; display: flex; align-items: center; justify-content: center; gap: 10px; padding: 10px; border-right: 1px solid var(--line); font-size: .9rem; font-weight: 900; }
.duration-inner a:last-child { border-right: 0; }
.duration-inner a:hover, .duration-inner a.active { color: var(--green-800); background: var(--lime-soft); }
.calendar-icon { width: 33px; height: 33px; display: grid; place-items: center; border: 2px solid #8bb224; border-radius: 9px; color: var(--green-700); font-size: .72rem; font-weight: 900; }

/* Packages */
.package-section { padding: 70px 0 10px; scroll-margin-top: 100px; }
.section-heading { margin-bottom: 25px; text-align: center; }
.duration-pill { display: inline-flex; align-items: center; gap: 7px; margin-bottom: 10px; padding: 6px 15px; border-radius: 999px; color: white; background: linear-gradient(135deg, var(--green-700), #65a415); font-size: .79rem; font-weight: 900; }
.package-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.package-card { position: relative; min-width: 0; display: flex; flex-direction: column; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: white; box-shadow: 0 9px 28px rgba(16, 54, 26, .07); transition: transform .18s ease, box-shadow .18s ease; }
.package-card:hover { transform: translateY(-4px); box-shadow: 0 18px 40px rgba(16, 54, 26, .13); }
.package-card.recommended { border-color: #8dbd1e; box-shadow: 0 12px 34px rgba(73, 135, 24, .17); }
.recommend-ribbon { position: absolute; z-index: 2; top: 14px; right: -32px; width: 130px; padding: 5px; transform: rotate(40deg); color: white; background: #e82d55; text-align: center; font-size: .68rem; font-weight: 900; }
.card-head { padding: 22px 20px 17px; color: white; background: linear-gradient(145deg, var(--green-900), var(--green-700)); }
.card-head.pale { color: var(--green-950); background: linear-gradient(145deg, #eff9d7, #d9eea5); }
.card-name { display: block; max-width: 75%; color: var(--lime-bright); font-size: .74rem; font-weight: 800; }
.pale .card-name { color: var(--green-700); }
.price { margin: 3px 0 0; font-size: 2.5rem; font-weight: 950; line-height: 1.05; letter-spacing: -.05em; }
.price small { margin-left: 4px; font-size: .82rem; font-weight: 800; letter-spacing: 0; }
.vat { margin: 3px 0 0; opacity: .77; font-size: .68rem; }
.card-body { flex: 1; display: flex; flex-direction: column; padding: 17px 20px 20px; }
.feature-list { display: grid; gap: 9px; margin: 0 0 15px; padding: 0; list-style: none; }
.feature-list li { display: grid; grid-template-columns: 23px 1fr; gap: 8px; color: #334139; font-size: .78rem; line-height: 1.4; }
.feature-list li::before { content: "✓"; width: 21px; height: 21px; display: grid; place-items: center; color: var(--green-700); border-radius: 50%; background: var(--lime-soft); font-size: .7rem; font-weight: 900; }
.feature-list strong {
  display: inline-block;
  color: var(--green-700);
  font-size: .98rem;
  font-weight: 950;
  line-height: 1.15;
  white-space: nowrap;
}
.ussd { display: flex; align-items: center; justify-content: center; min-height: 35px; margin-top: auto; padding: 7px 8px; border-radius: 10px; color: #47711c; background: #f1f7e7; font-family: Tahoma, Arial, sans-serif; font-size: clamp(.68rem, 1.1vw, .76rem); font-weight: 900; white-space: nowrap; }
.card-actions { display: grid; grid-template-columns: 1fr auto; gap: 8px; margin-top: 11px; }
.listen-btn { width: 42px; padding-inline: 0; color: var(--green-700); border: 1px solid #ccdac8; background: white; }
.listen-btn.playing { color: white; background: var(--green-700); }
.daily-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.daily-grid .package-card { display: grid; grid-template-columns: 175px 1fr; }
.daily-grid .card-head { min-height: 220px; display: flex; flex-direction: column; justify-content: center; }
.daily-grid .card-body { padding: 20px; }
.daily-grid .feature-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }

/* Page hero and content */
.page-hero { position: relative; overflow: hidden; padding: 68px 0 62px; color: white; background: linear-gradient(120deg, var(--green-950), var(--green-700)); }
.page-hero::before { content: ""; position: absolute; width: 430px; height: 430px; right: -90px; top: -210px; border-radius: 50%; background: radial-gradient(circle, rgba(205,239,44,.32), transparent 65%); }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 17px; color: #cbd9ce; font-size: .75rem; }
.breadcrumbs a:hover { color: var(--lime-bright); }
.page-hero h1 { max-width: 800px; margin: 0; font-size: clamp(2rem, 5vw, 3.8rem); line-height: 1.15; letter-spacing: -.04em; }
.page-hero h1 span { color: var(--lime-bright); }
.page-hero p { max-width: 720px; margin: 15px 0 0; color: #e4eee6; font-size: 1rem; }
.page-hero .hero-actions { margin-top: 22px; }
.content-section { padding: 65px 0; }
.content-section.white { background: white; }
.prose { max-width: 850px; margin-inline: auto; }
.prose h2 { margin: 34px 0 12px; font-size: 1.65rem; line-height: 1.3; }
.prose h2:first-child { margin-top: 0; }
.prose p, .prose li { color: #4f5c53; }
.prose a { color: var(--green-700); text-decoration: underline; text-underline-offset: 3px; }
.info-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 27px; }
.info-card { padding: 23px; border: 1px solid var(--line); border-radius: 19px; background: white; box-shadow: 0 10px 26px rgba(17,58,26,.06); }
.info-icon { width: 45px; height: 45px; display: grid; place-items: center; margin-bottom: 14px; border-radius: 14px; color: var(--green-800); background: var(--lime-soft); font-size: 1.3rem; }
.info-card h3 { margin: 0 0 6px; font-size: 1rem; }
.info-card p { margin: 0; color: var(--muted); font-size: .85rem; }

/* Promo and utility pages */
.app-promo { margin: 72px 0; overflow: hidden; border-radius: 30px; background: linear-gradient(110deg, #edf9ca, #d7f36d); box-shadow: var(--shadow); }
.app-promo-inner { display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; }
.app-promo-copy { padding: 38px 44px; }
.app-promo-copy h2 { margin: 0 0 8px; font-size: clamp(1.55rem, 3vw, 2.2rem); line-height: 1.25; }
.app-promo-copy p { margin: 0 0 18px; color: #41503e; }
.app-promo-image { height: 300px; overflow: hidden; }
.app-promo-image img { width: 100%; height: 100%; object-fit: cover; object-position: center 37%; }
.code-list { display: grid; gap: 12px; max-width: 850px; margin: 30px auto 0; }
.code-row { display: grid; grid-template-columns: 54px 1fr auto; align-items: center; gap: 14px; padding: 16px; border: 1px solid var(--line); border-radius: 17px; background: white; box-shadow: 0 8px 22px rgba(17,58,26,.05); }
.code-icon { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 14px; color: var(--green-800); background: var(--lime-soft); font-size: 1.25rem; }
.code-row h2, .code-row h3 { margin: 0; font-size: .96rem; }
.code-row p { margin: 2px 0 0; color: var(--muted); font-size: .79rem; }
.code-copy { min-width: 145px; padding: 9px 13px; border: 1px solid #bfd2ba; border-radius: 999px; color: var(--green-700); background: #f8fbf5; font-weight: 900; cursor: pointer; }
.steps { max-width: 850px; margin: 30px auto 0; counter-reset: steps; }
.step { position: relative; display: grid; grid-template-columns: 44px 1fr; gap: 14px; padding-bottom: 24px; }
.step::before { counter-increment: steps; content: counter(steps); width: 36px; height: 36px; display: grid; place-items: center; z-index: 1; color: var(--lime-bright); border-radius: 50%; background: var(--green-900); font-weight: 900; }
.step:not(:last-child)::after { content: ""; position: absolute; left: 17px; top: 36px; bottom: 0; width: 2px; background: #dce6da; }
.step h3 { margin: 4px 0 2px; font-size: 1rem; }
.step p { margin: 0; color: var(--muted); font-size: .87rem; }
.profile-card { max-width: 800px; display: grid; grid-template-columns: 270px 1fr; overflow: hidden; margin: 0 auto; border-radius: 28px; color: white; background: linear-gradient(140deg, var(--green-950), var(--green-700)); box-shadow: var(--shadow); }
.profile-card img { width: 100%; height: 100%; min-height: 330px; object-fit: cover; }
.profile-copy { padding: 38px; align-self: center; }
.profile-copy h1, .profile-copy h2 { margin: 0 0 8px; font-size: 2rem; line-height: 1.25; }
.profile-copy p { color: #dce9df; }
.review-stars { color: #e2f52e; font-size: 2rem; letter-spacing: .1em; }

/* FAQ */
.faq { max-width: 850px; margin: 30px auto 0; }
.faq details { margin-bottom: 10px; overflow: hidden; border: 1px solid var(--line); border-radius: 16px; background: white; }
.faq summary { position: relative; padding: 17px 50px 17px 18px; font-weight: 800; cursor: pointer; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 18px; top: 14px; color: var(--green-700); font-size: 1.25rem; }
.faq details[open] summary::after { content: "−"; }
.faq details p { margin: 0; padding: 0 18px 18px; color: var(--muted); font-size: .88rem; }

/* Footer */
.quick-links { margin-top: 72px; border-top: 1px solid var(--line); background: white; }
.quick-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line); }
.quick-grid a { display: flex; align-items: center; gap: 12px; padding: 21px; background: white; }
.quick-grid a:hover { background: var(--lime-soft); }
.quick-grid strong { display: block; font-size: .86rem; }
.quick-grid small { color: var(--muted); font-size: .7rem; }
.site-footer { padding: 45px 0 22px; color: #dce8df; background: #07150e; }
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 35px; }
.footer-brand p { max-width: 360px; color: #9db0a1; font-size: .79rem; }
.footer-col h2 { margin: 0 0 12px; color: white; font-size: .88rem; }
.footer-col a { display: block; margin-bottom: 7px; color: #aebbaf; font-size: .76rem; }
.footer-col a:hover { color: var(--lime-bright); }
.disclaimer { margin-top: 34px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.1); color: #839388; font-size: .68rem; }

/* Toast and floating CTA */
.toast { position: fixed; left: 50%; bottom: 24px; z-index: 500; max-width: calc(100% - 32px); padding: 12px 18px; transform: translate(-50%, 20px); visibility: hidden; opacity: 0; border-radius: 999px; color: white; background: var(--green-950); box-shadow: 0 10px 28px rgba(0,0,0,.25); font-size: .85rem; font-weight: 700; transition: .2s ease; }
.toast.show { visibility: visible; opacity: 1; transform: translate(-50%, 0); }
.mobile-cta { display: none; }

@media (max-width: 1020px) {
  .site-nav > a, .nav-dropdown > button { padding-inline: 9px; font-size: .78rem; }
  .package-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .daily-grid { grid-template-columns: 1fr 1fr; }
  .daily-grid .package-card { grid-template-columns: 145px 1fr; }
  .daily-grid .feature-list { grid-template-columns: 1fr; }
}

@media (max-width: 820px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .menu-toggle { display: grid; place-items: center; }
  .site-nav { position: fixed; inset: 70px 0 auto; max-height: calc(100vh - 70px); display: block; overflow-y: auto; visibility: hidden; opacity: 0; transform: translateY(-8px); padding: 12px 14px 20px; background: var(--green-950); transition: .18s ease; }
  .site-nav.open { visibility: visible; opacity: 1; transform: translateY(0); }
  .site-nav > a, .nav-dropdown > button { width: 100%; min-height: 48px; justify-content: space-between; padding: 10px 12px; border-radius: 10px; }
  .nav-dropdown { display: block; }
  .dropdown-menu { position: static; width: 100%; display: none; visibility: visible; opacity: 1; transform: none; padding: 3px 8px 10px 20px; border: 0; box-shadow: none; }
  .nav-dropdown.open .dropdown-menu { display: block; }
  .nav-cta { margin: 10px 0 0 !important; }
  .hero { min-height: 600px; align-items: start; background-position: 68% center; }
  .hero::after { background: linear-gradient(180deg, rgba(255,255,255,.98) 0, rgba(255,255,255,.92) 50%, rgba(255,255,255,.05) 86%); }
  .hero-content { width: 100%; padding-block: 46px 310px; text-align: center; }
  .hero .lead { margin-inline: auto; }
  .hero-actions, .trust-row { justify-content: center; }
  .duration-inner { grid-template-columns: repeat(5, minmax(90px, 1fr)); overflow-x: auto; }
  .duration-inner a { flex-direction: column; gap: 4px; }
  .package-grid, .daily-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .daily-grid .package-card { display: flex; }
  .daily-grid .card-head { min-height: auto; }
  .daily-grid .feature-list { grid-template-columns: 1fr; }
  .info-grid { grid-template-columns: 1fr; }
  .quick-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 560px) {
  body { padding-bottom: calc(69px + env(safe-area-inset-bottom)); }
  body { padding-bottom: 69px; }
  .brand-text small { display: none; }
  .hero { min-height: 570px; background-position: 72% center; }
  .hero-content { padding-top: 38px; padding-bottom: 292px; }
  .hero h1 { font-size: 2.35rem; }
  .hero .lead { font-size: .92rem; }
  .trust-row { display: grid; gap: 7px; text-align: left; }
  .duration-nav { margin-top: -15px; }
  .duration-inner { border-radius: 14px; }
  .duration-inner a { min-width: 86px; min-height: 66px; font-size: .72rem; }
  .calendar-icon { width: 27px; height: 27px; }
  .package-section { padding-top: 52px; }
  .package-grid, .daily-grid { grid-template-columns: 1fr; }
  .package-card { border-radius: 18px; }
  .card-head { padding: 19px 18px 15px; }
  .card-body { padding: 15px 18px 18px; }
  .page-hero { padding: 43px 0 45px; }
  .content-section { padding: 48px 0; }
  .app-promo-inner { grid-template-columns: 1fr; }
  .app-promo-copy { padding: 28px 24px; }
  .app-promo-image { height: 230px; }
  .code-row { grid-template-columns: 42px 1fr; }
  .code-icon { width: 42px; height: 42px; }
  .code-copy { grid-column: 1 / -1; width: 100%; }
  .profile-card { grid-template-columns: 1fr; }
  .profile-card img { min-height: 250px; max-height: 310px; }
  .profile-copy { padding: 28px 24px; }
  .quick-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 28px; }
  .mobile-cta { position: fixed; inset: auto 0 0; z-index: 90; height: 69px; display: grid; grid-template-columns: repeat(3, 1fr); padding: 7px 10px calc(7px + env(safe-area-inset-bottom)); border-top: 1px solid #d9e0d8; background: rgba(255,255,255,.97); backdrop-filter: blur(12px); }
  .mobile-cta a { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 1px; color: var(--green-800); font-size: .67rem; font-weight: 800; }
  .mobile-cta span { font-size: 1.1rem; line-height: 1; }
}

@media (max-width: 420px) {
  .hero h1 { font-size: 2.05rem; }
  .hero .lead { font-size: .86rem; }
  .hero .hero-actions { flex-direction: column; align-items: center; }
  .hero .hero-actions .btn { width: min(100%, 250px); }
  .duration-inner { grid-template-columns: repeat(5, minmax(72px, 1fr)); }
  .duration-inner a { min-width: 72px; padding-inline: 3px; font-size: .66rem; }
  .calendar-icon { width: 25px; height: 25px; font-size: .65rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

/* ================================================================
   PREMIUM EXPERIENCE V2 — cinematic 5G visual system
   ================================================================ */
:root {
  --premium-black: #020d08;
  --premium-deep: #061a10;
  --premium-green: #0d3b22;
  --premium-lime: #c9f227;
  --premium-lime-2: #8dd90d;
  --premium-mint: #ebffd0;
  --premium-glass: rgba(255, 255, 255, .08);
  --premium-line: rgba(181, 231, 97, .18);
  --premium-shadow: 0 28px 80px rgba(5, 42, 20, .16);
}

html,
body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  overflow-x: clip;
}

body {
  position: relative;
  background:
    radial-gradient(circle at 8% 18%, rgba(194, 239, 39, .08), transparent 24rem),
    radial-gradient(circle at 92% 48%, rgba(84, 178, 23, .08), transparent 28rem),
    #f5f8f2;
}

.icon {
  width: 1.15em;
  height: 1.15em;
  display: inline-block;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  vertical-align: -.18em;
}

.site-header {
  min-height: 78px;
  background: rgba(2, 15, 9, .88);
  border-bottom: 1px solid rgba(215, 255, 107, .09);
  box-shadow: 0 12px 42px rgba(0, 0, 0, .25);
}

.site-header::after {
  content: "";
  position: absolute;
  inset: auto 0 -1px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(201, 242, 39, .78), transparent);
}

.nav-wrap { min-height: 78px; }
.brand { gap: 12px; }
.brand-mark { filter: drop-shadow(0 0 10px rgba(201, 242, 39, .45)); }
.brand-text strong { font-size: 1.08rem; font-weight: 950; }
.brand-text small { color: #a9b9ad; letter-spacing: .035em; }
.site-nav > a, .nav-dropdown > button {
  position: relative;
  padding-inline: 16px;
  color: #dfe9e2;
  font-size: .82rem;
  letter-spacing: .01em;
}
.site-nav > a:hover, .site-nav > a[aria-current="page"], .nav-dropdown > button:hover {
  color: var(--premium-lime);
  background: rgba(255, 255, 255, .035);
  box-shadow: inset 0 -2px var(--premium-lime);
}
.dropdown-menu {
  width: 238px;
  padding: 10px;
  border: 1px solid rgba(201, 242, 39, .12);
  background: rgba(2, 19, 11, .97);
  box-shadow: 0 24px 55px rgba(0, 0, 0, .42);
  backdrop-filter: blur(20px);
}
.dropdown-menu a { padding: 11px 12px; }
.nav-cta {
  height: 43px;
  margin-left: 12px;
  padding-inline: 20px !important;
  color: #09210f !important;
  background: linear-gradient(135deg, #dbff3f, #9ee211) !important;
  box-shadow: 0 8px 28px rgba(175, 230, 29, .28) !important;
}

/* Cinematic homepage hero */
.hero {
  min-height: 730px;
  isolation: isolate;
  align-items: center;
  color: white;
  background-color: var(--premium-black);
  background-image: url("../images/hero-premium-v2.jpg");
  background-position: center;
  background-size: cover;
}

.hero::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(1, 13, 8, .99) 0%, rgba(2, 20, 11, .94) 34%, rgba(2, 20, 11, .42) 61%, rgba(1, 13, 8, .08) 82%),
    linear-gradient(0deg, rgba(2, 13, 8, .64), transparent 46%);
}

.hero::after {
  content: "";
  position: absolute;
  z-index: 0;
  inset: auto 0 0;
  height: 170px;
  background: linear-gradient(0deg, rgba(3, 20, 11, .78), transparent);
  pointer-events: none;
}

.hero .container { position: relative; z-index: 2; }
.hero-content {
  width: min(690px, 58%);
  padding: 100px 0 112px;
}

.hero-badge {
  min-height: 34px;
  margin-bottom: 23px;
  padding: 7px 14px;
  color: var(--premium-mint);
  border: 1px solid rgba(201, 242, 39, .26);
  background: rgba(201, 242, 39, .09);
  box-shadow: inset 0 0 20px rgba(201, 242, 39, .035), 0 8px 30px rgba(0, 0, 0, .14);
  backdrop-filter: blur(14px);
  letter-spacing: .02em;
}
.hero-badge .icon { color: var(--premium-lime); }
.hero h1 {
  max-width: 680px;
  color: white;
  font-size: clamp(3.65rem, 6.2vw, 6.3rem);
  font-weight: 950;
  line-height: .92;
  letter-spacing: -.072em;
  text-wrap: balance;
  text-shadow: 0 12px 40px rgba(0, 0, 0, .34);
}
.hero h1 small {
  display: block;
  margin-bottom: 15px;
  color: #c8d5cc;
  font-size: clamp(.78rem, 1.25vw, 1rem);
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.hero h1 span {
  color: var(--premium-lime);
  text-shadow: 0 0 36px rgba(201, 242, 39, .28);
}
.hero h1 em {
  color: transparent;
  font-style: normal;
  -webkit-text-stroke: 1.5px rgba(226, 255, 151, .85);
  text-shadow: none;
}
.hero .lead {
  max-width: 620px;
  margin: 24px 0 29px;
  color: #c8d4cc;
  font-size: clamp(.97rem, 1.45vw, 1.12rem);
  line-height: 1.8;
}
.hero-actions { gap: 12px; }
.btn {
  position: relative;
  min-height: 50px;
  overflow: hidden;
  padding: 11px 21px;
  letter-spacing: .005em;
  isolation: isolate;
}
.btn::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: -60%;
  left: -35%;
  width: 24%;
  height: 220%;
  transform: rotate(22deg);
  background: rgba(255, 255, 255, .28);
  transition: left .55s ease;
}
.btn:hover::after { left: 118%; }
.btn-primary {
  color: #07180c;
  background: linear-gradient(135deg, #d9ff3c 0%, #9ae012 55%, #69b608 100%);
  box-shadow: 0 14px 34px rgba(142, 209, 19, .27), inset 0 1px rgba(255, 255, 255, .6);
}
.hero .btn-outline, .page-hero .btn-outline {
  color: #eef8ef;
  border-color: rgba(255, 255, 255, .24);
  background: rgba(255, 255, 255, .07);
  box-shadow: inset 0 1px rgba(255, 255, 255, .08);
  backdrop-filter: blur(14px);
}
.icon-end { width: .95em; height: .95em; transition: transform .18s ease; }
.btn:hover .icon-end { transform: translateX(4px); }

.trust-row {
  gap: 10px 18px;
  margin-top: 25px;
  color: #d7e2da;
  font-size: .78rem;
}
.trust-row span::before {
  width: 22px;
  height: 22px;
  color: #14230f;
  border: 0;
  background: var(--premium-lime);
  box-shadow: 0 0 18px rgba(201, 242, 39, .22);
}

.hero-metrics {
  max-width: 600px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: 34px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .11);
  border-radius: 18px;
  background: rgba(255, 255, 255, .08);
  box-shadow: 0 18px 42px rgba(0, 0, 0, .16);
  backdrop-filter: blur(16px);
}
.hero-metrics > div { padding: 15px 17px; background: rgba(2, 20, 11, .56); }
.hero-metrics strong { display: block; color: var(--premium-lime); font-size: 1.48rem; line-height: 1.1; }
.hero-metrics strong small { font-size: .64rem; letter-spacing: 0; }
.hero-metrics span { display: block; margin-top: 4px; color: #b7c7bb; font-size: .68rem; }

.hero-visual-ui { position: absolute; z-index: 3; inset: 0; pointer-events: none; }
.signal-chip {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 205px;
  padding: 13px 16px;
  border: 1px solid rgba(216, 255, 113, .22);
  border-radius: 18px;
  color: white;
  background: rgba(4, 25, 13, .66);
  box-shadow: 0 20px 55px rgba(0, 0, 0, .35), inset 0 1px rgba(255, 255, 255, .08);
  backdrop-filter: blur(18px);
  animation: premiumFloat 5s ease-in-out infinite;
}
.signal-chip-top { top: 20%; right: 5.5%; }
.signal-chip-bottom { right: 18%; bottom: 12%; animation-delay: -2.2s; }
.signal-icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: #10220b;
  border-radius: 13px;
  background: linear-gradient(135deg, #e1ff65, #8bd20c);
  box-shadow: 0 0 28px rgba(201, 242, 39, .25);
}
.signal-icon .icon { width: 22px; height: 22px; }
.signal-chip small { display: block; color: #aebdb2; font-size: .65rem; }
.signal-chip strong { display: block; margin-top: 1px; font-size: .84rem; }
@keyframes premiumFloat { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }

/* Duration selector */
.duration-nav { z-index: 8; margin-top: -42px; }
.duration-inner {
  min-height: 96px;
  border: 1px solid rgba(45, 100, 40, .1);
  border-radius: 25px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 28px 75px rgba(15, 65, 25, .17), inset 0 1px white;
  backdrop-filter: blur(22px);
}
.duration-inner a {
  min-height: 96px;
  gap: 13px;
  border-right-color: rgba(37, 80, 35, .09);
  font-size: .9rem;
  transition: background .2s ease, transform .2s ease;
}
.duration-inner a > span:last-child { display: grid; line-height: 1.25; }
.duration-inner a > span:last-child small { color: #8a958c; font-size: .62rem; font-weight: 700; }
.duration-inner a:hover, .duration-inner a.active {
  color: #0c351d;
  background: linear-gradient(180deg, rgba(222, 255, 138, .52), rgba(238, 249, 217, .62));
}
.calendar-icon {
  position: relative;
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 15px;
  color: var(--premium-lime);
  background: linear-gradient(145deg, #092817, #145329);
  box-shadow: 0 10px 24px rgba(11, 72, 31, .2), inset 0 1px rgba(255, 255, 255, .1);
}
.calendar-icon .icon { width: 30px; height: 30px; opacity: .82; }
.calendar-icon b { position: absolute; top: 19px; color: white; font-size: .69rem; line-height: 1; }

/* Curated packages */
.featured-showcase { padding-top: 92px; }
.featured-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 35px;
  margin-bottom: 28px;
}
.featured-heading .eyebrow { margin-bottom: 7px; }
.featured-heading h2 { margin: 0; color: #092516; font-size: clamp(1.85rem, 3vw, 2.55rem); line-height: 1.2; letter-spacing: -.045em; }
.featured-heading > p { max-width: 490px; margin: 0 0 4px; color: #748178; font-size: .87rem; }
.featured-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 19px; }
.featured-card {
  position: relative;
  isolation: isolate;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: 25px;
  border: 1px solid rgba(255, 255, 255, .11);
  border-radius: 28px;
  color: white;
  box-shadow: 0 24px 60px rgba(7, 46, 19, .18);
  transition: transform .22s ease, box-shadow .22s ease;
}
.featured-card::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 260px;
  height: 260px;
  right: -120px;
  top: -140px;
  border: 1px solid rgba(219, 255, 120, .18);
  border-radius: 50%;
  box-shadow: 0 0 0 30px rgba(219, 255, 120, .04), 0 0 0 64px rgba(219, 255, 120, .025);
}
.featured-card:hover { transform: translateY(-7px); box-shadow: 0 34px 72px rgba(7, 46, 19, .27); }
.featured-card-dark { background: radial-gradient(circle at 92% 12%, rgba(193, 244, 42, .25), transparent 35%), linear-gradient(145deg, #02130b, #0b3c20); }
.featured-card-deep { background: radial-gradient(circle at 92% 12%, rgba(127, 218, 53, .28), transparent 35%), linear-gradient(145deg, #082318, #155b32); }
.featured-card-lime { color: #0a2915; border-color: rgba(80, 121, 22, .12); background: radial-gradient(circle at 90% 10%, rgba(255, 255, 255, .75), transparent 30%), linear-gradient(145deg, #e7ff8f, #bfe542 58%, #8cc51b); }
.featured-top { display: flex; align-items: center; gap: 11px; }
.featured-icon { width: 46px; height: 46px; display: grid; place-items: center; color: #12240d; border-radius: 14px; background: linear-gradient(145deg, #e3ff6e, #96d510); box-shadow: 0 10px 24px rgba(153, 209, 21, .2); }
.featured-card-lime .featured-icon { color: #eaffb9; background: linear-gradient(145deg, #082a17, #206b2d); }
.featured-icon .icon { width: 23px; height: 23px; }
.featured-label { color: #c9d8cd; font-size: .72rem; font-weight: 800; }
.featured-card-lime .featured-label { color: #315020; }
.featured-card h3 { margin: 25px 0 10px; font-size: 1.7rem; line-height: 1.2; letter-spacing: -.03em; }
.featured-card h3 span { display: block; margin-top: 4px; color: var(--premium-lime); font-size: .78rem; letter-spacing: .05em; }
.featured-card-lime h3 span { color: #285b18; }
.featured-card > p { margin: 0; color: #b9c8bd; font-size: .82rem; line-height: 1.65; }
.featured-card-lime > p { color: #36502a; }
.featured-bottom { display: flex; align-items: end; justify-content: space-between; gap: 15px; margin-top: auto; padding-top: 24px; }
.featured-bottom strong { color: var(--premium-lime); font-size: 2.55rem; line-height: 1; letter-spacing: -.045em; }
.featured-card-lime .featured-bottom strong { color: #123b19; }
.featured-bottom strong small { margin-left: 4px; font-size: .7rem; letter-spacing: 0; }
.featured-bottom a { display: inline-flex; align-items: center; gap: 6px; padding: 9px 12px; border: 1px solid rgba(255, 255, 255, .16); border-radius: 999px; color: white; background: rgba(255, 255, 255, .07); font-size: .72rem; font-weight: 900; }
.featured-card-lime .featured-bottom a { color: #123b19; border-color: rgba(17, 64, 22, .15); background: rgba(255, 255, 255, .36); }
.featured-bottom a:hover .icon { transform: translateX(3px); }
.featured-bottom a .icon { transition: transform .18s ease; }
.featured-crown { position: absolute; top: 18px; right: 18px; display: inline-flex; align-items: center; gap: 5px; padding: 6px 9px; border-radius: 999px; color: #efffc3; background: #123b18; font-size: .63rem; font-weight: 900; }

/* Package catalogue */
#packages { position: relative; }
.package-section {
  position: relative;
  padding: 104px 0 16px;
}
.package-section::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 380px;
  height: 380px;
  top: 30px;
  right: -230px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(181, 232, 39, .1), transparent 68%);
  pointer-events: none;
}
.section-heading { margin-bottom: 34px; }
.section-heading .section-title { color: #0a2515; font-size: clamp(1.85rem, 3.4vw, 2.7rem); font-weight: 950; letter-spacing: -.045em; }
.section-copy { color: #718077; font-size: .92rem; }
.duration-pill {
  min-height: 31px;
  padding: 6px 15px;
  color: #efffd8;
  background: linear-gradient(135deg, #092a17, #24672c);
  box-shadow: 0 8px 24px rgba(15, 76, 31, .18);
  letter-spacing: .02em;
}
.package-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 21px; }
.package-card {
  overflow: hidden;
  border-color: rgba(32, 83, 40, .1);
  border-radius: 27px;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 16px 45px rgba(16, 62, 27, .09), inset 0 1px white;
  transform: translateZ(0);
}
.package-card:hover {
  transform: translateY(-8px);
  border-color: rgba(116, 175, 31, .26);
  box-shadow: 0 28px 62px rgba(13, 65, 26, .16), 0 0 0 1px rgba(201, 242, 39, .07);
}
.package-card.recommended {
  border-color: rgba(141, 199, 31, .62);
  box-shadow: 0 22px 58px rgba(84, 144, 24, .2), 0 0 0 4px rgba(190, 237, 52, .08);
}
.card-head {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 25px 22px 20px;
  background:
    radial-gradient(circle at 85% 15%, rgba(202, 255, 59, .27), transparent 32%),
    linear-gradient(145deg, #03170d, #0b3a20 70%, #1a622c);
}
.card-head::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 120px;
  height: 120px;
  right: -56px;
  bottom: -68px;
  border: 1px solid rgba(210, 255, 95, .18);
  border-radius: 50%;
  box-shadow: 0 0 0 18px rgba(210, 255, 95, .04), 0 0 0 38px rgba(210, 255, 95, .025);
}
.card-head.pale {
  color: #092414;
  background:
    radial-gradient(circle at 86% 10%, rgba(255, 255, 255, .75), transparent 32%),
    linear-gradient(145deg, #efffc1, #cce979 68%, #add84c);
}
.card-name { max-width: 78%; color: #dfff68; font-size: .76rem; letter-spacing: .01em; }
.pale .card-name { color: #194c21; }
.price { margin-top: 6px; font-size: 3.05rem; line-height: .98; }
.price small { font-size: .78rem; }
.vat { margin-top: 7px; }
.card-body { padding: 20px 21px 22px; }
.feature-list { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; }
.feature-list li { grid-template-columns: 25px 1fr; gap: 9px; color: #49574d; font-size: .79rem; }
.feature-list li:nth-last-child(1):nth-child(odd) { grid-column: 1 / -1; }
.feature-list li::before {
  width: 23px;
  height: 23px;
  color: #245f22;
  background: linear-gradient(145deg, #efffc9, #daf29b);
  box-shadow: inset 0 0 0 1px rgba(71, 124, 35, .06);
}
.feature-list strong { color: #1e7623; font-size: 1.02rem; }
.ussd {
  min-height: 39px;
  border: 1px solid rgba(98, 149, 43, .08);
  border-radius: 12px;
  color: #2f701f;
  background: linear-gradient(180deg, #f4f9e8, #ebf4dc);
  box-shadow: inset 0 1px white;
}
.card-actions { gap: 9px; margin-top: 12px; }
.card-actions .btn { min-height: 42px; }
.listen-btn {
  width: 44px;
  color: #205e2a;
  border-color: rgba(36, 104, 42, .18);
  background: #f6faf3;
}
.listen-btn .icon { width: 18px; height: 18px; }
.listen-btn.playing { background: linear-gradient(135deg, #0d4824, #4e9a20); }
.recommend-ribbon {
  top: 16px;
  right: -34px;
  width: 145px;
  padding: 6px;
  background: linear-gradient(90deg, #f3215c, #ff5d31);
  box-shadow: 0 8px 18px rgba(201, 22, 73, .25);
  letter-spacing: .04em;
}
.daily-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 21px; }
.daily-grid .package-card { grid-template-columns: 182px 1fr; }
.daily-grid .card-head { min-height: 238px; padding-inline: 23px; }
.daily-grid .card-body { padding: 21px; }

/* Editorial content, promo, and utility surfaces */
.app-promo {
  position: relative;
  isolation: isolate;
  margin: 100px 0 76px;
  border: 1px solid rgba(203, 255, 66, .16);
  border-radius: 34px;
  background:
    radial-gradient(circle at 18% 10%, rgba(188, 243, 39, .2), transparent 35%),
    linear-gradient(125deg, #03140b, #0b3e20 68%, #246728);
  box-shadow: 0 34px 85px rgba(7, 50, 19, .26);
}
.app-promo::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 330px;
  height: 330px;
  left: 32%;
  bottom: -210px;
  border-radius: 50%;
  background: rgba(184, 239, 38, .12);
  filter: blur(70px);
}
.app-promo-copy { padding: 52px 54px; color: white; }
.app-promo-copy .eyebrow { color: var(--premium-lime); }
.app-promo-copy h2 { color: white; font-size: clamp(1.8rem, 3.2vw, 2.75rem); }
.app-promo-copy p { color: #c6d4c9; }
.app-promo-image { height: 360px; }
.app-promo-image img { object-position: center 40%; filter: saturate(1.05) contrast(1.03); }
.content-section.white {
  position: relative;
  background:
    radial-gradient(circle at 90% 5%, rgba(201, 242, 39, .12), transparent 22rem),
    white;
}
.info-card {
  border-color: rgba(36, 89, 43, .09);
  border-radius: 23px;
  box-shadow: 0 18px 45px rgba(15, 65, 26, .075);
}
.info-icon {
  color: #164d25;
  border-radius: 15px;
  background: linear-gradient(145deg, #efffc4, #d9f091);
  box-shadow: 0 9px 20px rgba(75, 131, 31, .12);
}
.info-icon .icon { width: 22px; height: 22px; }
.faq details { border-radius: 18px; box-shadow: 0 10px 26px rgba(14, 57, 23, .045); }
.faq summary { padding-block: 19px; }

/* Premium internal-page masthead */
.page-hero {
  min-height: 430px;
  display: flex;
  align-items: center;
  isolation: isolate;
  padding: 76px 0 74px;
  background-color: #03130a;
  background-image: url("../images/hero-premium-v2.jpg");
  background-position: center;
  background-size: cover;
}
.page-hero::before {
  z-index: -1;
  inset: 0;
  width: auto;
  height: auto;
  right: 0;
  top: 0;
  border-radius: 0;
  background: linear-gradient(90deg, rgba(2, 16, 9, .98), rgba(3, 28, 14, .9) 46%, rgba(2, 16, 9, .22));
}
.breadcrumbs { color: #aebdb2; }
.breadcrumbs a:hover { color: var(--premium-lime); }
.page-hero h1 { max-width: 850px; font-size: clamp(2.65rem, 5.4vw, 4.8rem); font-weight: 950; letter-spacing: -.055em; }
.page-hero h1 span { color: var(--premium-lime); text-shadow: 0 0 30px rgba(201, 242, 39, .2); }
.page-hero p { max-width: 700px; color: #c6d2c9; line-height: 1.75; }

.code-row {
  border-color: rgba(28, 82, 37, .09);
  border-radius: 20px;
  box-shadow: 0 15px 40px rgba(16, 60, 25, .07);
}
.code-icon { color: #164f26; background: linear-gradient(145deg, #efffc8, #d9ee9c); }
.code-icon .icon { width: 24px; height: 24px; }
.code-copy { transition: transform .18s ease, background .18s ease; }
.code-copy { display: inline-flex; align-items: center; justify-content: center; gap: 7px; }
.code-copy .icon { width: 15px; height: 15px; }
.code-copy:hover { transform: translateY(-2px); background: #eef9df; }
.profile-card {
  border: 1px solid rgba(201, 242, 39, .15);
  background: linear-gradient(145deg, #03160c, #0b4824);
  box-shadow: 0 30px 78px rgba(4, 42, 17, .24);
}

/* Footer and quick actions */
.quick-links {
  border-top-color: rgba(28, 78, 36, .08);
  background: #f7faf5;
}
.quick-grid { gap: 12px; padding-block: 22px; background: transparent; }
.quick-grid a {
  min-height: 88px;
  padding: 17px 19px;
  border: 1px solid rgba(28, 79, 36, .08);
  border-radius: 18px;
  background: white;
  box-shadow: 0 12px 28px rgba(14, 59, 23, .055);
  transition: transform .18s ease, box-shadow .18s ease;
}
.quick-grid a:hover { transform: translateY(-4px); background: white; box-shadow: 0 20px 38px rgba(14, 59, 23, .11); }
.site-footer {
  position: relative;
  overflow: hidden;
  padding-top: 62px;
  background:
    radial-gradient(circle at 10% 0, rgba(121, 193, 32, .14), transparent 24rem),
    linear-gradient(135deg, #020b06, #061a10 60%, #092716);
}
.site-footer::before { content: ""; position: absolute; inset: 0 0 auto; height: 1px; background: linear-gradient(90deg, transparent, var(--premium-lime), transparent); opacity: .5; }

/* JS-enhanced icon buttons */
.menu-toggle .icon, .mobile-cta .icon { width: 20px; height: 20px; }
.mobile-cta a { gap: 3px; }

@media (max-width: 1180px) {
  .signal-chip-top { right: 3%; }
  .signal-chip-bottom { right: 11%; }
}

@media (max-width: 1020px) {
  .hero-content { width: min(650px, 62%); }
  .hero h1 { font-size: clamp(3.5rem, 7vw, 5.2rem); }
  .signal-chip { transform: scale(.9); transform-origin: right center; }
  .signal-chip-bottom { right: 5%; }
  .daily-grid .package-card { grid-template-columns: 158px 1fr; }
}

@media (max-width: 820px) {
  .site-nav { inset: 78px 0 auto; padding: 14px 16px 24px; border-top: 1px solid rgba(201, 242, 39, .1); background: rgba(2, 17, 10, .98); backdrop-filter: blur(22px); }
  .site-nav > a, .nav-dropdown > button { min-height: 51px; }
  .hero { min-height: 720px; align-items: center; background-position: 67% center; }
  .hero::before { background: linear-gradient(90deg, rgba(1, 13, 8, .96), rgba(2, 18, 10, .82)), linear-gradient(0deg, rgba(2, 14, 8, .82), transparent); }
  .hero-content { width: min(100%, 650px); padding: 76px 0 88px; text-align: center; }
  .hero h1 { margin-inline: auto; }
  .hero .lead { margin-inline: auto; }
  .hero-metrics { margin-inline: auto; }
  .hero-visual-ui { display: none; }
  .duration-nav { margin-top: -34px; }
  .duration-inner { grid-template-columns: repeat(5, minmax(102px, 1fr)); min-height: 88px; }
  .duration-inner a { min-height: 88px; flex-direction: row; }
  .calendar-icon { width: 43px; height: 43px; }
  .calendar-icon .icon { width: 27px; height: 27px; }
  .calendar-icon b { top: 17px; }
  .featured-showcase { padding-top: 75px; }
  .featured-heading { align-items: start; flex-direction: column; gap: 10px; }
  .featured-grid { grid-template-columns: 1fr 1fr; }
  .featured-card:last-child { grid-column: 1 / -1; min-height: 270px; }
  .package-section { padding-top: 86px; }
  .package-grid, .daily-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .daily-grid .package-card { display: flex; }
  .daily-grid .card-head { min-height: auto; }
  .app-promo-copy { padding: 42px 38px; }
  .page-hero { min-height: 400px; background-position: 62% center; }
}

@media (max-width: 560px) {
  .site-header, .nav-wrap { min-height: 70px; }
  .site-nav { inset-block-start: 70px; }
  .hero { min-height: 720px; background-position: 67% center; }
  .hero::before { background: linear-gradient(180deg, rgba(1, 13, 8, .98) 0%, rgba(2, 19, 10, .9) 58%, rgba(2, 16, 9, .72) 100%); }
  .hero-content { padding: 58px 0 82px; text-align: left; }
  .hero h1 { font-size: clamp(3.05rem, 14vw, 4.3rem); line-height: .98; }
  .hero h1 small { margin-bottom: 12px; font-size: .68rem; letter-spacing: .12em; }
  .hero .lead { margin: 20px 0 25px; font-size: .92rem; line-height: 1.7; }
  .hero .hero-actions { align-items: stretch; }
  .hero .hero-actions .btn { width: 100%; }
  .trust-row { display: grid; justify-content: start; gap: 8px; }
  .hero-metrics { width: 100%; margin-top: 27px; }
  .hero-metrics > div { padding: 13px 9px; }
  .hero-metrics strong { font-size: 1.25rem; }
  .hero-metrics span { font-size: .58rem; }
  .duration-nav { margin-top: -26px; }
  .duration-inner { grid-template-columns: repeat(5, minmax(84px, 1fr)); min-height: 82px; border-radius: 20px; }
  .duration-inner a { min-width: 84px; min-height: 82px; flex-direction: column; gap: 4px; padding: 8px 5px; }
  .duration-inner a > span:last-child small { display: none; }
  .calendar-icon { width: 36px; height: 36px; }
  .calendar-icon .icon { width: 23px; height: 23px; }
  .calendar-icon b { top: 14px; font-size: .58rem; }
  .featured-showcase { padding-top: 62px; }
  .featured-heading { margin-bottom: 22px; }
  .featured-heading h2 { font-size: 1.78rem; }
  .featured-grid { grid-template-columns: 1fr; }
  .featured-card, .featured-card:last-child { grid-column: auto; min-height: 280px; padding: 23px; border-radius: 24px; }
  .package-section { padding-top: 72px; }
  .section-heading { margin-bottom: 25px; }
  .section-heading .section-title { font-size: 1.78rem; }
  .package-grid, .daily-grid { grid-template-columns: 1fr; }
  .package-card { border-radius: 24px; }
  .card-head { padding: 22px 20px 18px; }
  .price { font-size: 2.75rem; }
  .card-body { padding: 18px 19px 20px; }
  .app-promo { margin-block: 74px 55px; border-radius: 26px; }
  .app-promo-copy { padding: 33px 25px; }
  .app-promo-image { height: 260px; }
  .page-hero { min-height: 390px; padding: 58px 0; background-position: 66% center; }
  .page-hero::before { background: rgba(2, 17, 9, .86); }
  .page-hero h1 { font-size: 2.7rem; }
  .quick-grid { padding-block: 16px; }
  .quick-grid a { min-height: 79px; }
  .mobile-cta {
    left: 0;
    right: 0;
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: 69px;
    margin: 0;
    overflow: hidden;
    border-top-color: rgba(23, 75, 32, .1);
    background: rgba(248, 252, 245, .96);
    box-shadow: 0 -12px 36px rgba(7, 43, 17, .1);
  }
  .mobile-cta a { min-width: 0; overflow: hidden; }
  .package-section::before { display: none; }
  .toast { bottom: calc(82px + env(safe-area-inset-bottom)); }
}

@media (max-width: 420px) {
  .hero h1 { font-size: 2.72rem; }
  .hero-badge { font-size: .69rem; }
  .duration-inner { grid-template-columns: repeat(5, minmax(75px, 1fr)); }
  .duration-inner a { min-width: 75px; }
}

@media print {
  .site-header, .mobile-cta, .listen-btn, .quick-links, .site-footer, .hero-actions { display: none !important; }
  body { background: white; padding: 0; }
  .package-card { break-inside: avoid; box-shadow: none; }
}
