:root {
    --brand: #155eef;
    --brand-dark: #0b4fcb;
    --brand-soft: #eef4ff;
    --ink: #15171c;
    --text: #3f444e;
    --muted: #737984;
    --line: #e5e7eb;
    --surface: #ffffff;
    --soft: #f6f7f9;
    --footer: #1d242c;
    --container: 1180px;
    --radius: 14px;
    --shadow: 0 12px 34px rgba(24, 28, 35, .08);
    --header-height: 78px;
    --topbar-height: 36px;
}

*, *::before, *::after { box-sizing: border-box; }
html { max-width: 100%; overflow-x: clip; scroll-behavior: smooth; scroll-padding-top: calc(var(--header-height) + 58px); }
body { max-width: 100%; margin: 0; overflow-x: clip; color: var(--text); background: #fff; font-family: "Be Vietnam Pro", Arial, sans-serif; font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
body.nav-open { overflow: hidden; }
img { max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
h1, h2, h3, p { margin-top: 0; }
.icon { display: block; width: 1em; height: 1em; flex: none; }
.sr-only { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.site-container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 48px 0; }
.section-tight { padding: 26px 0; }
.section-heading { margin-bottom: 28px; text-align: center; }
.section-heading h2 { margin-bottom: 6px; color: var(--ink); font-size: clamp(27px, 3vw, 34px); line-height: 1.25; letter-spacing: -.025em; }
.section-heading p { margin-bottom: 0; color: var(--muted); font-size: 16px; }
.section-heading--compact { margin-bottom: 18px; }
.section-heading--compact h2 { font-size: clamp(23px, 2.5vw, 29px); }
.section-heading--row { display: flex; align-items: end; justify-content: space-between; gap: 24px; text-align: left; }
.section-heading--row a { flex: none; color: var(--brand); font-size: 16px; font-weight: 600; }
.section-heading--row a span { font-size: 22px; vertical-align: -1px; }
.button { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; gap: 10px; padding: 10px 24px; border: 1px solid transparent; border-radius: 9px; font-weight: 600; line-height: 1.25; transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button--primary { color: #fff; background: linear-gradient(135deg, color-mix(in srgb,var(--brand) 88%,#fff), var(--brand)); box-shadow: 0 8px 20px color-mix(in srgb,var(--brand) 18%,transparent); }
.button--primary:hover { background: var(--brand-dark); box-shadow: 0 10px 25px rgba(21, 94, 239, .26); }
.button--outline { border-color: var(--brand); color: var(--brand); background: #fff; }
.button--outline:hover { color: #fff; background: var(--brand); }
.button--large { min-height: 55px; padding-inline: 29px; }
.button--light { color: var(--brand); background: #fff; box-shadow: none; }

.site-topbar { position: sticky; z-index: 110; top: 0; width: 100%; color: #fff; background: var(--brand); font-size: 12px; font-weight: 600; }
.site-topbar__inner { min-height: var(--topbar-height); overflow: hidden; }
.site-topbar__marquee { display: flex; width: max-content; margin: 0; white-space: nowrap; line-height: var(--topbar-height); will-change: transform; animation: site-topbar-marquee 20s linear infinite; }
.site-topbar__marquee > span { flex: none; padding-right: 72px; }
@keyframes site-topbar-marquee { to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) {
    .site-topbar__marquee { width: 100%; justify-content: center; animation: none; }
    .site-topbar__marquee > span { padding-right: 0; }
    .site-topbar__marquee > span[aria-hidden="true"] { display: none; }
}
.site-header { position: sticky; z-index: 100; top: var(--topbar-height); border-bottom: 1px solid #ebedf0; background: rgba(255, 255, 255, .96); backdrop-filter: blur(14px); }
.site-header__inner { display: grid; min-height: 78px; grid-template-columns: 180px minmax(0, 1fr) 46px; align-items: center; gap: 22px; }
.site-brand { display: inline-flex; width: max-content; align-items: center; gap: 9px; color: var(--ink); white-space: nowrap; }
.site-brand__mark { display: grid; width: 39px; height: 39px; place-items: center; border-radius: 11px; color: #fff; background: var(--brand); box-shadow: 0 7px 16px rgba(21,94,239,.2); font-size: 16px; font-weight: 800; letter-spacing: -.04em; }
.site-brand__copy { display: grid; gap: 2px; line-height: 1; }
.site-brand__copy strong { font-size: 17px; letter-spacing: -.02em; }
.site-brand__copy small { color: #647089; font-size: 9px; font-weight: 700; letter-spacing: .045em; text-transform: uppercase; }
.site-disclosure { border-bottom: 1px solid #dbe5f5; background: #f4f8ff; }
.site-disclosure__inner { display: grid; min-height: 48px; grid-template-columns: 24px minmax(0,1fr) auto; align-items: center; gap: 10px; padding-block: 8px; }
.site-disclosure__inner > span { color: var(--brand); font-size: 20px; }
.site-disclosure__inner p { margin: 0; color: #49566f; font-size: 12px; line-height: 1.45; }
.site-disclosure__inner a { color: var(--brand-dark); font-size: 12px; font-weight: 700; text-decoration: underline; }
.primary-nav { display: flex; min-width: 0; align-self: stretch; align-items: center; justify-content: center; gap: clamp(14px, 1.3vw, 24px); }
.primary-nav__item { position: relative; display: flex; height: 100%; align-items: center; }
.primary-nav a { position: relative; display: flex; height: 100%; align-items: center; color: #282c33; font-size: clamp(14px, 1vw, 16px); font-weight: 600; letter-spacing: .015em; text-transform: uppercase; white-space: nowrap; }
.primary-nav a::after { position: absolute; right: 0; bottom: 0; left: 0; height: 2px; background: var(--brand); content: ""; opacity: 0; transform: scaleX(.3); transition: .2s ease; }
.primary-nav a:hover, .primary-nav a.is-active { color: var(--brand); }
.primary-nav a:hover::after, .primary-nav a.is-active::after { opacity: 1; transform: scaleX(1); }
.primary-nav__caret { width: 7px; height: 7px; margin: -4px 0 0 8px; border-right: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor; transform: rotate(45deg); }
.primary-nav__submenu-toggle { display: none; }
.primary-nav__submenu { position: absolute; top: calc(100% - 1px); left: 50%; width: 280px; padding: 16px; border: 1px solid #eceef1; border-radius: 0 0 14px 14px; background: #fff; box-shadow: 0 18px 45px rgba(30, 35, 45, .14); opacity: 0; pointer-events: none; transform: translate(-50%, 10px); transition: opacity .18s ease, transform .18s ease; }
.primary-nav__submenu:has(.primary-nav__submenu-grid > a:nth-child(7)) { width: 520px; }
.primary-nav__item:hover .primary-nav__submenu, .primary-nav__item:focus-within .primary-nav__submenu { opacity: 1; pointer-events: auto; transform: translate(-50%, 0); }
.primary-nav__submenu-grid { display: grid; grid-template-columns: 1fr; gap: 3px 14px; }
.primary-nav__submenu-grid:has(> a:nth-child(7)) { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-rows: repeat(6, auto); grid-auto-flow: column; }
.primary-nav .primary-nav__submenu a { min-height: 42px; height: auto; padding: 9px 11px; border-radius: 8px; color: #414650; font-size: 14px; font-weight: 500; letter-spacing: 0; line-height: 1.35; text-transform: none; }
.primary-nav .primary-nav__submenu a::after { display: none; }
.primary-nav .primary-nav__submenu a:hover, .primary-nav .primary-nav__submenu a.is-active { background: #eef4ff; color: var(--brand); }
.primary-nav .primary-nav__advisor-link,
.primary-nav .primary-nav__advisor-link.is-active { min-height: 44px; height: auto; gap: 8px; padding: 0 15px; border-radius: 999px; color: #fff; background: linear-gradient(135deg, color-mix(in srgb,var(--brand) 88%,#fff), var(--brand)); box-shadow: 0 9px 22px color-mix(in srgb,var(--brand) 23%,transparent); font-size: 14px; letter-spacing: .01em; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.primary-nav .primary-nav__advisor-link::after { display: none; }
.primary-nav .primary-nav__advisor-link:hover,
.primary-nav .primary-nav__advisor-link.is-active { color: #fff; background: linear-gradient(135deg, color-mix(in srgb,var(--brand) 78%,#fff), var(--brand-dark)); box-shadow: 0 12px 28px color-mix(in srgb,var(--brand) 32%,transparent); transform: translateY(-1px); }
.primary-nav .primary-nav__advisor-link:focus-visible { outline: 3px solid rgba(226, 0, 26, .24); outline-offset: 3px; }
.primary-nav__advisor-icon { display: grid; width: 18px; height: 18px; flex: 0 0 18px; place-items: center; }
.primary-nav__advisor-icon .icon { width: 100%; height: 100%; }
.header-cta { display: none; }
.header-actions { display: flex; align-items: center; gap: 10px; }
.header-search-toggle { display: grid; width: 46px; height: 46px; padding: 0; place-items: center; border: 1px solid #e2e5e9; border-radius: 10px; color: #363b43; background: #fff; transition: border-color .2s ease, color .2s ease, background .2s ease; }
.header-search-toggle .icon { width: 21px; height: 21px; }
.header-search-toggle:hover, .header-search-toggle[aria-expanded="true"] { border-color: rgba(21,94,239,.3); color: var(--brand); background: var(--brand-soft); }
.header-search-panel { position: absolute; top: 100%; right: 0; left: 0; display: none; border-top: 1px solid #eef0f2; background: rgba(255,255,255,.98); box-shadow: 0 18px 34px rgba(24,28,35,.12); }
.header-search-panel.is-open { display: block; animation: header-search-panel-in .18s ease both; }
@keyframes header-search-panel-in { from { opacity: 0; transform: translateY(-8px); } to { opacity: 1; transform: translateY(0); } }
.header-search-form { display: grid; min-height: 82px; grid-template-columns: 24px minmax(0,1fr) auto; align-items: center; gap: 13px; }
.header-search-form > span { color: #8a9099; font-size: 22px; }
.header-search-form input { width: 100%; height: 48px; padding: 0 3px; border: 0; color: var(--ink); outline: 0; background: transparent; font-size: 16px; }
.header-search-form input::placeholder { color: #9298a1; }
.header-search-form .button { min-height: 46px; }
.header-search-ajax { position: relative; padding-bottom: 18px; }
.header-search-results-list { display: grid; max-height: min(340px,calc(100vh - 230px)); max-height: min(340px,calc(100dvh - 230px)); grid-template-columns: repeat(2,minmax(0,1fr)); gap: 8px; overflow-y: auto; overscroll-behavior: contain; }
.header-search-result { display: grid; min-width: 0; min-height: 70px; grid-template-columns: 42px minmax(0,1fr) auto 18px; align-items: center; gap: 11px; padding: 10px 13px; border: 1px solid #e7e9ec; border-radius: 11px; background: #fff; transition: border-color .18s ease, background .18s ease, transform .18s ease; }
.header-search-result:hover { border-color: rgba(21,94,239,.28); background: #f7f9ff; transform: translateY(-1px); }
.header-search-result__icon { display: grid; width: 40px; height: 40px; place-items: center; border-radius: 10px; color: var(--brand); background: var(--brand-soft); font-size: 19px; }
.header-search-result__content { min-width: 0; }
.header-search-result__content strong, .header-search-result__content small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.header-search-result__content strong { color: var(--ink); font-size: 16px; }
.header-search-result__content small { margin-top: 2px; color: var(--muted); font-size: 13px; }
.header-search-result__price { color: var(--brand); font-size: 15px; font-weight: 700; white-space: nowrap; }
.header-search-result__arrow { color: #9ca1aa; font-size: 17px; }
.header-search-all { width: 100%; min-height: 44px; margin-top: 10px; }
.header-search-message { display: flex; min-height: 82px; flex-direction: column; align-items: center; justify-content: center; padding: 16px; border: 1px dashed #dfe2e6; border-radius: 11px; background: #fafbfc; text-align: center; }
.header-search-message strong { color: var(--ink); }
.header-search-message span { color: var(--muted); font-size: 14px; }
.header-search-message--error strong { color: var(--brand); }
.header-search-ajax.is-loading { min-height: 96px; }
.header-search-ajax.is-loading::after { position: absolute; top: 23px; left: 50%; width: 34px; height: 34px; border: 3px solid #ffdadd; border-top-color: var(--brand); border-radius: 50%; content: ""; animation: header-search-spin .7s linear infinite; }
.header-search-ajax.is-loading > * { opacity: .25; pointer-events: none; }
@keyframes header-search-spin { to { transform: rotate(360deg); } }
.nav-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 0; border-radius: 8px; background: #eef4ff; }
.nav-toggle span:not(.sr-only) { display: block; width: 23px; height: 2px; margin: 4px auto; background: var(--brand); }

.home-hero { position: relative; overflow: hidden; padding: 0 0 20px; background: radial-gradient(circle at 82% 35%,rgba(21,94,239,.13),transparent 28%),linear-gradient(125deg,#fff 20%,#f4f8ff); }
.home-hero::before { position: absolute; top: -220px; right: -130px; width: 680px; height: 680px; border: 1px solid rgba(21,94,239,.12); border-radius: 50%; box-shadow: 0 0 0 95px rgba(21,94,239,.035),0 0 0 190px rgba(15,159,110,.02); content: ""; }
.hero-grid { position: relative; z-index: 1; display: grid; min-height: 480px; grid-template-columns: .95fr 1.05fr; align-items: center; gap: 30px; }
.hero-copy { position: relative; z-index: 4; padding: 54px 0 36px; }
.eyebrow { margin-bottom: 13px; color: var(--brand); font-size: 16px; font-weight: 600; letter-spacing: .03em; }
.hero-copy h1 { margin-bottom: 18px; color: #101216; font-size: clamp(39px, 4.2vw, 55px); font-weight: 700; line-height: 1.23; letter-spacing: -.045em; }
.hero-lead { max-width: 540px; margin-bottom: 27px; color: #545a65; font-size: 18px; line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 15px; }
.hero-actions .button .icon { width: 20px; height: 20px; }
.hero-visual { position: relative; z-index: 2; min-height: 455px; overflow: visible; }
.hero-visual::before { position: absolute; inset: 55px 25px 45px 75px; border: 1px solid rgba(21,94,239,.16); border-radius: 48% 52% 44% 56%; background: linear-gradient(145deg,rgba(255,255,255,.94),rgba(232,241,255,.92)); box-shadow: 0 30px 70px rgba(33,66,120,.13); content: ""; transform: rotate(-7deg); }
.hero-banner-image { position: absolute; z-index: 0; top: 0; bottom: 0; left: 50%; width: min(calc(100% - 40px), var(--container)); height: 100%; max-width: none; padding: 10px 0 24px; object-fit: cover; object-position: left center; transform: translateX(-50%); -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 3%, #000 94%, transparent 100%); mask-image: linear-gradient(90deg, transparent 0%, #000 3%, #000 94%, transparent 100%); }
.network-card { position: absolute; z-index: 5; display: grid; width: 158px; min-height: 78px; grid-template-columns: 38px 1fr; align-items: center; padding: 12px 14px; border: 1px solid #eee; border-radius: 11px; background: rgba(255,255,255,.96); box-shadow: 0 12px 26px rgba(33,38,45,.13); }
.network-card > span { grid-row: 1 / 3; display: grid; width: 32px; height: 32px; place-items: center; border-radius: 50%; color: #fff; background: var(--brand); font-size: 17px; }
.network-card small { color: #707680; font-size: 14px; line-height: 1.2; }
.network-card strong { color: #191c21; font-size: 16px; line-height: 1.3; }
.network-card i { position: absolute; right: 12px; bottom: 6px; left: 13px; height: 4px; overflow: hidden; border-radius: 5px; background: #eceef1; }
.network-card i::before { display: block; width: 62%; height: 100%; background: var(--brand); content: ""; }
.network-card--data { top: 75px; left: 55px; }
.network-card--time { top: 178px; right: 18px; left: auto; }
.network-card--speed { top: 285px; left: 155px; }
.trust-strip { position: relative; z-index: 7; display: flex; align-items: center; gap: 58px; padding: 14px 0 4px; }
.trust-strip > div { display: flex; align-items: center; gap: 12px; }
.trust-icon { display: grid; width: 42px; height: 42px; place-items: center; border: 2px solid var(--brand); border-radius: 50%; color: var(--brand); font-size: 22px; font-weight: 700; }
.trust-strip p { margin: 0; line-height: 1.35; }
.trust-strip strong, .trust-strip small { display: block; }
.trust-strip strong { color: #282c32; font-size: 16px; }
.trust-strip small { margin-top: 2px; color: #777d87; font-size: 14px; }

.business-model-section { background: #fff; }
.business-model-card { display: grid; grid-template-columns: 1.15fr .95fr; gap: 22px 36px; padding: 26px 30px; border: 1px solid #dbe5f5; border-radius: 18px; background: #fff; box-shadow: 0 14px 36px rgba(32,58,104,.08); }
.business-model-card h2 { margin-bottom: 8px; color: var(--ink); font-size: 25px; line-height: 1.3; }
.business-model-card p { margin-bottom: 0; color: #5e687b; }
.business-model-card ul { display: grid; gap: 8px; margin: 0; padding: 0; list-style: none; }
.business-model-card li { display: grid; grid-template-columns: 145px 1fr; gap: 10px; padding: 9px 11px; border-radius: 10px; background: #f5f8fd; font-size: 13px; }
.business-model-card li strong { color: var(--ink); }
.business-model-card li span { color: #687388; }
.business-model-card > a { grid-column: 1 / -1; display: inline-flex; width: max-content; align-items: center; gap: 7px; color: var(--brand-dark); font-size: 13px; font-weight: 700; }

.needs-section { background: #fff; }
.needs-panel { padding: 20px 28px 25px; border: 1px solid #eaebee; border-radius: 15px; background: #fff; box-shadow: var(--shadow); }
.needs-panel h2 { margin-bottom: 16px; color: #1b1e23; font-size: 23px; text-align: center; }
.needs-filters { display: grid; grid-template-columns: repeat(5, 1fr); gap: 24px; }
.needs-filters a { display: flex; min-height: 56px; align-items: center; justify-content: center; border: 1px solid #dfe2e7; border-radius: 8px; color: #555b65; background: #fff; transition: .2s ease; }
.needs-filters a:hover, .needs-filters a:focus-visible { border-color: var(--brand); outline: none; color: var(--brand); background: #f3f7ff; box-shadow: 0 5px 15px rgba(21,94,239,.08); }
.needs-filters a span { display: inline-grid; min-width: 28px; margin-right: 9px; color: var(--brand); font-size: 19px; font-weight: 700; vertical-align: -1px; }

.plans-section { position: relative; overflow: hidden; background: #fff; }
.plans-section > .site-container { position: relative; z-index: 1; }
.plans-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px; }
.plan-card { position: relative; isolation: isolate; display: flex; min-height: 325px; flex-direction: column; align-items: center; padding: 46px 20px 20px; border: 1px solid transparent; border-radius: 12px; background: linear-gradient(#fff,#fff) padding-box,linear-gradient(145deg,color-mix(in srgb,var(--brand) 13%,#e4e7eb),rgba(229,232,236,.55) 42%,rgba(229,232,236,.12) 78%,transparent) border-box; box-shadow: 0 12px 30px rgba(22,27,34,.08); text-align: center; transition: transform .2s ease, box-shadow .2s ease, opacity .2s ease; }
.plan-card::after { position: absolute; z-index: 0; top: 0; right: 0; width: 76px; height: 76px; border-radius: 0 12px 0 100%; background: color-mix(in srgb,var(--brand) 7%,#fff); content: ""; pointer-events: none; }
.plan-card > * { position: relative; z-index: 1; }
.plan-card:hover, .plan-card.is-recommended { transform: translateY(-5px); box-shadow: 0 15px 32px rgba(33,38,45,.12); }
.plan-card.is-recommended { outline: 0; }
.plan-card--popular { box-shadow: 0 16px 36px color-mix(in srgb,var(--brand) 14%,transparent); }
.popular-badge { position: absolute; top: -15px; left: 50%; padding: 6px 22px; border-radius: 0 0 7px 7px; color: #fff; background: var(--brand); font-size: 14px; font-weight: 700; transform: translateX(-50%); }
.plan-network-badge { position: absolute; top: 11px; right: 9px; display: inline-flex; min-height: 23px; align-items: center; gap: 4px; padding: 3px 5px; border: 0; border-radius: 0; color: var(--brand); background: transparent; font-size: 11px; font-weight: 800; line-height: 1; }
.plan-network-badge .icon { width: 13px; height: 13px; }
.plan-card h3 { margin: 0 0 3px; color: #202329; font-size: 24px; }
.plan-price { margin-bottom: 10px; color: var(--brand); font-size: 29px; font-weight: 700; line-height: 1.3; }
.plan-period { display: flex; align-items: center; gap: 8px; margin-bottom: 15px; color: #6d737d; font-size: 16px; }
.plan-period span, .plan-benefit span { color: #69707a; font-size: 18px; }
.plan-divider { width: 100%; height: 1px; margin-bottom: 18px; background: #e5e7ea; }
.plan-benefit { display: flex; min-height: 52px; align-items: flex-start; justify-content: center; gap: 8px; margin-bottom: 15px; color: #585e68; font-size: 16px; }
.plan-register { width: 100%; min-height: 47px; margin-top: auto; }
.plans-empty { padding: 30px; border-radius: 12px; background: var(--soft); text-align: center; }
.plans-all { display: flex; justify-content: center; margin-top: 30px; }
.plans-all .button { min-width: 210px; gap: 9px; }
.plans-all .icon { width: 18px; height: 18px; }

.sms-section { background: linear-gradient(#fff, #fafbfc); }
.sms-panel { position: relative; overflow: hidden; padding: 40px 48px 34px; border: 1px solid #e3e5e9; border-radius: 22px; background: #fff; box-shadow: 0 18px 50px rgba(28,32,38,.07); }
.sms-panel::before { position: absolute; top: -130px; left: 50%; width: 470px; height: 240px; border-radius: 50%; background: rgba(21,94,239,.055); content: ""; filter: blur(5px); transform: translateX(-50%); }
.sms-heading { position: relative; z-index: 1; margin-bottom: 27px; text-align: center; }
.sms-heading > span { display: block; margin-bottom: 7px; color: var(--brand); font-size: 14px; font-weight: 700; letter-spacing: .08em; }
.sms-panel h2 { margin-bottom: 7px; color: var(--ink); font-size: 30px; text-align: center; }
.sms-heading p { margin: 0; color: #676d77; font-size: 16px; }
.sms-command { position: relative; z-index: 1; display: grid; min-height: 112px; grid-template-columns: 64px 1fr 52px 180px; align-items: center; gap: 20px; padding: 15px 24px; border: 1px solid #cfe0ff; border-radius: 16px; background: linear-gradient(100deg, #fff 0%, #fff 65%, #f7f9ff 100%); box-shadow: 0 9px 24px rgba(31,64,119,.07); }
.sms-command__icon { display: grid; width: 58px; height: 58px; place-items: center; border-radius: 15px; color: #fff; background: var(--brand); box-shadow: 0 8px 18px rgba(21,94,239,.2); }
.sms-command__icon .icon { width: 29px; height: 29px; }
.sms-command__content > span, .sms-command__destination > span { display: block; margin-bottom: 3px; color: #777d86; font-size: 14px; font-weight: 700; letter-spacing: .06em; }
.sms-command__content p { margin: 0; line-height: 1.2; }
.sms-command__content strong, .sms-command__content b { font-size: clamp(28px, 3vw, 38px); }
.sms-command__content strong { color: var(--brand); }
.sms-command__content b { margin-left: 9px; color: #1b1e23; }
.sms-command__arrow { display: grid; color: #c9ced5; place-items: center; }
.sms-command__arrow .icon { width: 28px; height: 28px; }
.sms-command__destination { padding-left: 28px; border-left: 1px solid #e1e4e8; }
.sms-command__destination strong { display: block; color: var(--brand); font-size: 42px; line-height: 1.05; }
.sms-steps { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin: 20px 0 16px; padding: 0; list-style: none; }
.sms-steps li { display: grid; min-height: 82px; grid-template-columns: 38px 1fr; align-items: center; gap: 12px; padding: 14px 16px; border: 1px solid #e7e9ed; border-radius: 13px; color: #30343b; background: #fafbfc; font-size: 16px; }
.sms-steps li > span { display: grid; width: 36px; height: 36px; place-items: center; border-radius: 50%; color: #fff; background: var(--brand); font-weight: 700; }
.sms-steps li strong { display: block; font-size: 16px; }
.sms-steps li p { margin: 3px 0 0; color: #737983; font-size: 15px; line-height: 1.4; }
.sms-steps li p b { color: var(--brand); }
.sms-example { position: relative; z-index: 1; display: flex; align-items: center; justify-content: center; gap: 22px; margin: 0; padding: 12px 18px; border: 1px solid #cfe0ff; border-radius: 12px; color: #333740; background: #f3f7ff; text-align: center; }
.sms-example > span { color: #747a84; font-size: 14px; font-weight: 700; letter-spacing: .05em; }
.sms-example p { display: flex; align-items: center; gap: 10px; margin: 0; }
.sms-example strong { color: var(--brand); font-size: 20px; }
.sms-example i { color: #747a84; font-style: normal; }
.sms-example b { font-size: 20px; }
.sms-disclosure { position: relative; z-index: 1; display: grid; grid-template-columns: 160px minmax(0,1fr); gap: 12px; margin-top: 13px; padding: 12px 15px; border-left: 4px solid var(--brand); border-radius: 8px; background: #eef4ff; }
.sms-disclosure strong { color: var(--ink); font-size: 14px; }
.sms-disclosure p { margin: 0; color: #5e687b; font-size: 13px; line-height: 1.55; }

.advisor-panel { display: grid; overflow: hidden; grid-template-columns: 1fr 1.08fr; border: 1px solid #dfe1e5; border-radius: 14px; background: #fff; box-shadow: 0 8px 22px rgba(22,25,31,.06); }
.advisor-intro { position: relative; display: flex; min-height: 245px; align-items: center; gap: 24px; overflow: hidden; padding: 44px; color: #fff; background: radial-gradient(circle at 15% 25%, #143f82 0, transparent 28%), linear-gradient(120deg, #111b2d, #1f2b42); }
.advisor-intro::after { position: absolute; right: -100px; bottom: -150px; width: 420px; height: 260px; border: 1px solid rgba(21,94,239,.45); border-radius: 50%; content: ""; transform: rotate(-12deg); }
.advisor-target { position: relative; z-index: 2; display: grid; width: 75px; height: 75px; flex: none; place-items: center; border-radius: 50%; background: var(--brand); font-size: 48px; }
.advisor-intro > div { position: relative; z-index: 2; }
.advisor-intro h2 { margin-bottom: 9px; font-size: 28px; }
.advisor-intro p { max-width: 390px; margin-bottom: 0; color: #e5e7ea; font-size: 16px; }
.advisor-form { display: grid; gap: 9px; padding: 20px 25px; }
.advisor-form label { display: grid; min-height: 48px; grid-template-columns: 28px 145px 1fr; align-items: center; gap: 8px; padding: 5px 13px; border: 1px solid #dfe2e6; border-radius: 7px; }
.advisor-form label > span { color: var(--brand); font-size: 18px; text-align: center; }
.advisor-form label > span .icon { width: 20px; height: 20px; margin: auto; }
.advisor-form label strong { color: #333840; font-size: 16px; }
.advisor-form select { width: 100%; border: 0; outline: 0; color: #7c818a; background: transparent; font-size: 16px; }
.advisor-form .button { min-height: 48px; }
.advisor-form--cta { align-content: center; gap: 10px; padding: 25px 30px; }
.advisor-quick-point { display: grid; min-height: 55px; grid-template-columns: 38px minmax(0, 1fr); align-items: center; gap: 12px; padding: 8px 12px; border: 1px solid #e4e6ea; border-radius: 9px; background: #fff; }
.advisor-quick-point > span { display: grid; width: 36px; height: 36px; place-items: center; border-radius: 9px; color: var(--brand); background: #fff0f2; }
.advisor-quick-point > span .icon { width: 20px; height: 20px; }
.advisor-quick-point strong, .advisor-quick-point small { display: block; }
.advisor-quick-point strong { color: #30343b; font-size: 15px; }
.advisor-quick-point small { margin-top: 2px; color: #747a84; font-size: 13px; line-height: 1.45; }
.advisor-form--cta .button { margin-top: 2px; }

.benefits-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.benefits-grid article { display: flex; min-height: 115px; align-items: center; gap: 15px; padding: 20px; border: 1px solid #e0e2e6; border-radius: 10px; background: #fff; }
.benefits-grid article > span { flex: none; color: var(--brand); font-size: 42px; font-weight: 600; line-height: 1; }
.benefits-grid article > span .icon { width: 42px; height: 42px; }
.benefits-grid h3 { margin-bottom: 5px; color: #343840; font-size: 16px; }
.benefits-grid p { margin-bottom: 0; color: #737985; font-size: 15px; line-height: 1.65; }

.faq-list { overflow: hidden; border: 1px solid #d9dce1; border-radius: 13px; background: #fff; }
.faq-item + .faq-item { border-top: 1px solid #e4e6e9; }
.faq-item button { display: flex; width: 100%; min-height: 56px; align-items: center; justify-content: space-between; gap: 20px; padding: 14px 20px; border: 0; color: #30343b; background: #fff; font-size: 16px; font-weight: 500; text-align: left; }
.faq-item button i { display: grid; width: 30px; height: 30px; flex: none; place-items: center; border-radius: 50%; color: #252930; font-size: 18px; font-style: normal; transition: transform .2s ease; }
.faq-item.is-open button { color: var(--brand); }
.faq-item.is-open button i { color: #fff; background: var(--brand); }
.faq-item.is-open button i .icon { transform: rotate(180deg); }
.faq-answer { display: none; padding: 0 60px 18px 20px; color: #686e78; font-size: 16px; }
.faq-answer p { margin-bottom: 0; }
.faq-item.is-open .faq-answer { display: block; }

.guides-section { padding-top: 38px; }
.guides-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 25px; }
.guide-card { overflow: hidden; border: 1px solid #dfe2e6; border-radius: 13px; background: #fff; transition: transform .2s ease, box-shadow .2s ease; }
.guide-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.guide-thumb { position: relative; display: block; height: 165px; overflow: hidden; background: linear-gradient(135deg, #f3f7ff, #f5f6f8); }
.guide-thumb::before, .guide-thumb::after { position: absolute; border: 1px solid rgba(21,94,239,.15); border-radius: 50%; content: ""; }
.guide-thumb::before { top: -70px; right: -30px; width: 210px; height: 210px; }
.guide-thumb::after { right: 25px; bottom: -80px; width: 180px; height: 180px; }
.guide-thumb__initial { position: absolute; z-index: 1; inset: 0; display: grid; place-items: center; color: var(--brand); font-size: 64px; font-weight: 800; text-transform: uppercase; }
.guide-thumb--image::before, .guide-thumb--image::after { display: none; }
.guide-thumb--image img { position: relative; z-index: 2; display: block; width: 100%; height: 100%; object-fit: cover; background: #f7f7f8; transition: transform .25s ease; }
.guide-card:hover .guide-thumb--image img { transform: scale(1.035); }
.guide-phone { position: absolute; z-index: 2; top: 28px; left: 65px; width: 58px; height: 101px; border: 5px solid #333840; border-radius: 11px; background: #fff; box-shadow: 0 8px 15px rgba(31,35,41,.15); }
.guide-phone::before { position: absolute; top: 14px; right: 6px; bottom: 8px; left: 6px; background: repeating-linear-gradient(#ffe2e4 0 7px, transparent 7px 14px); content: ""; }
.guide-thumb i, .guide-thumb b { position: absolute; z-index: 2; display: grid; place-items: center; border-radius: 50%; background: var(--brand); }
.guide-thumb i { top: 36px; right: 72px; width: 48px; height: 48px; }
.guide-thumb i::before { color: #fff; content: "•••"; font-style: normal; letter-spacing: 2px; }
.guide-thumb b { right: 130px; bottom: 25px; width: 28px; height: 28px; }
.guide-thumb b::before { width: 7px; height: 12px; border-right: 2px solid #fff; border-bottom: 2px solid #fff; content: ""; transform: translateY(-1px) rotate(45deg); }
.guide-thumb--data .guide-phone { width: 100px; height: 70px; border-width: 3px; border-radius: 5px; }
.guide-thumb--data .guide-phone::before { background: linear-gradient(90deg, #f2f3f5 38%, #ffd4d8 38% 55%, #f2f3f5 55%); }
.guide-thumb--calendar .guide-phone { width: 85px; height: 88px; border-color: var(--brand); border-width: 3px; border-radius: 8px; }
.guide-thumb--calendar .guide-phone::before { background: repeating-linear-gradient(90deg, transparent 0 13px, #ffd4d8 13px 18px), repeating-linear-gradient(#fff 0 13px, #ffd4d8 13px 18px); }
.guide-card__body { padding: 16px 19px 19px; }
.guide-card__body > span { color: var(--brand); font-size: 14px; font-weight: 700; }
.guide-card h3 { min-height: 50px; margin: 5px 0 11px; color: #2a2e35; font-size: 17px; line-height: 1.45; }
.guide-more { display: inline-flex; align-items: center; gap: 7px; color: var(--brand); font-size: 15px; font-weight: 600; }
.guide-more .icon, .section-heading--row > a .icon { width: 18px; height: 18px; }
.section-heading--row > a { display: inline-flex; align-items: center; gap: 8px; }

@media (min-width: 1025px) {
    .footer-advice .guides-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 18px; }
    .footer-advice .guide-card__body { padding-inline: 15px; }
    .footer-advice .guide-card h3 { font-size: 15px; }
}

.final-cta { position: relative; overflow: hidden; color: #fff; background: linear-gradient(110deg, var(--brand-dark), color-mix(in srgb,var(--brand) 88%,#fff) 60%, var(--brand-dark)); }
.final-cta::after { position: absolute; right: -40px; bottom: -100px; width: 330px; height: 250px; border: 2px solid rgba(255,255,255,.15); border-radius: 50%; content: ""; }
.final-cta__inner { position: relative; z-index: 2; display: grid; min-height: 118px; grid-template-columns: 78px 1fr auto; align-items: center; gap: 24px; }
.final-cta__icon { display: grid; width: 68px; height: 68px; place-items: center; border-radius: 18px; color: var(--brand); background: #fff; font-size: 31px; }
.final-cta h2 { margin-bottom: 3px; font-size: 24px; }
.final-cta p { margin: 0; color: #ffecef; font-size: 16px; }
.final-cta__actions { display: flex; gap: 16px; }
.final-cta__actions .button { min-width: 175px; }

.site-footer { padding-bottom: calc(80px + env(safe-area-inset-bottom, 0px)); color: #d4d9df; background: linear-gradient(110deg, #172029, #242c34); }
.footer-directory { padding: 38px 0 34px; border-bottom: 1px solid rgba(255,255,255,.11); background: rgba(5,12,18,.2); }
.footer-directory__heading { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-bottom: 22px; }
.footer-directory__heading p { margin: 0 0 4px; color: #ff8293; font-size: 12px; font-weight: 700; letter-spacing: .1em; }
.footer-directory__heading h2 { margin: 0; color: #fff; font-size: 24px; }
.footer-directory__actions { display: flex; align-items: center; gap: 18px; }
.footer-directory__actions > span { color: #aeb6bf; font-size: 14px; }
.footer-directory__actions > a { display: inline-flex; min-height: 42px; align-items: center; gap: 7px; padding: 0 15px; border: 1px solid rgba(255,130,147,.6); border-radius: 9px; color: #fff; background: rgba(231,27,62,.12); font-size: 14px; font-weight: 700; white-space: nowrap; }
.footer-directory__actions > a:hover { border-color: #ff8293; background: rgba(231,27,62,.24); }
.footer-directory__actions .icon { width: 16px; height: 16px; }
.footer-directory__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.footer-category-group { min-width: 0; padding: 19px 20px; border: 1px solid rgba(255,255,255,.1); border-radius: 12px; background: rgba(255,255,255,.035); }
.footer-category-group--featured { border-color: rgba(231,27,62,.45); background: linear-gradient(145deg, rgba(231,27,62,.13), rgba(255,255,255,.035)); }
.footer-category-group__heading, .footer-category-item__row { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.footer-category-group__heading > a { color: #fff; font-size: 16px; font-weight: 700; line-height: 1.4; }
.footer-category-group--featured .footer-category-group__heading > a { color: #ff93a4; }
.footer-category-list { margin: 13px 0 0; padding: 0; list-style: none; }
.footer-category-list li { margin: 0; font-size: 14px; }
.footer-category-list a { display: inline-block; padding: 4px 0; color: #c4cbd2; line-height: 1.45; }
.footer-category-list a:hover { color: #fff; }
.footer-category-list--level-2 { margin: 1px 0 4px 12px; padding-left: 11px; border-left: 1px solid rgba(255,255,255,.13); }
.footer-category-list--level-2 a { color: #9fa9b3; font-size: 13px; }
.footer-category-group > .footer-category-children > .footer-category-list { columns: 2; column-gap: 34px; }
.footer-category-group > .footer-category-children > .footer-category-list > li { break-inside: avoid; }
.footer-category-group button, .footer-category-list button { display: none; width: 32px; height: 32px; flex: 0 0 32px; place-items: center; padding: 0; border: 0; color: #fff; background: transparent; cursor: pointer; }
.footer-category-group button span, .footer-category-list button span { position: relative; width: 12px; height: 12px; }
.footer-category-group button span::before, .footer-category-group button span::after, .footer-category-list button span::before, .footer-category-list button span::after { position: absolute; top: 5px; left: 1px; width: 10px; height: 2px; border-radius: 2px; background: currentColor; content: ''; transition: transform .2s ease; }
.footer-category-group button span::after, .footer-category-list button span::after { transform: rotate(90deg); }
.footer-category-group.is-open > .footer-category-group__heading button span::after, .footer-category-list li.is-open > .footer-category-item__row button span::after { transform: rotate(0); }
.footer-grid { display: grid; grid-template-columns: 1.35fr .85fr 1.1fr 1fr; gap: 54px; padding-top: 42px; padding-bottom: 34px; }
.site-brand--footer { margin-bottom: 13px; color: #fff; }
.site-brand--footer .site-brand__mark { background: #fff; color: var(--brand-dark); box-shadow: none; }
.site-brand--footer .site-brand__copy strong { color: #fff; }
.site-brand--footer .site-brand__copy small { color: #aeb8ca; }
.footer-brand > p { margin-bottom: 10px; color: #fff; font-size: 16px; }
.footer-block-content p { margin: 0 0 10px; color: #aeb6bf; font-size: 14px; line-height: 1.7; }
.footer-block-content p:last-child { margin-bottom: 0; }
.site-footer .footer-block-content li:has(> a[href*="goi-y-goi-cuoc"]) { display: none; }
.footer-advisor-highlight { display: grid; min-height: 64px; margin-bottom: 17px; padding: 11px 12px; grid-template-columns: 38px minmax(0, 1fr) 18px; align-items: center; gap: 10px; border: 1px solid rgba(255,255,255,.2); border-radius: 13px; color: #fff; background: linear-gradient(135deg, color-mix(in srgb,var(--brand) 88%,#fff), var(--brand-dark)); box-shadow: 0 10px 24px rgba(0,0,0,.19); transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.footer-advisor-highlight:hover { color: #fff; border-color: rgba(255,255,255,.48); box-shadow: 0 13px 29px rgba(0,0,0,.25); transform: translateY(-2px); }
.footer-advisor-highlight:focus-visible { outline: 3px solid rgba(255,255,255,.34); outline-offset: 3px; }
.footer-advisor-highlight__icon { display: grid; width: 38px; height: 38px; place-items: center; border-radius: 11px; color: var(--brand); background: #fff; }
.footer-advisor-highlight__icon .icon { width: 21px; height: 21px; }
.footer-advisor-highlight__copy { min-width: 0; }
.footer-advisor-highlight__copy small { display: block; margin-bottom: 2px; color: #ffd8dd; font-size: 10px; font-weight: 800; letter-spacing: .08em; line-height: 1.2; }
.footer-advisor-highlight__copy strong { display: block; color: #fff; font-size: 14px; line-height: 1.3; }
.footer-advisor-highlight__arrow { display: grid; place-items: center; }
.footer-advisor-highlight__arrow .icon { width: 17px; height: 17px; }
.footer-brand__content { max-width: 320px; }
.footer-brand__content strong { color: #fff; }
.footer-contact-extra { margin-top: 14px; padding-top: 13px; border-top: 1px solid rgba(255,255,255,.1); }
.footer-connect-block a { display: inline-flex; min-height: 40px; align-items: center; padding: 8px 14px; border: 1px solid rgba(255,255,255,.2); border-radius: 8px; color: #fff; background: rgba(255,255,255,.06); font-weight: 600; }
.footer-connect-block a:hover { border-color: var(--brand); background: var(--brand); }
.site-footer h2 { margin-bottom: 16px; color: #fff; font-size: 16px; }
.site-footer ul { margin: 0; padding: 0; list-style: none; }
.site-footer li { margin-bottom: 8px; color: #c0c7cf; font-size: 15px; }
.site-footer a:hover { color: #fff; }
.site-footer .footer-directory__heading h2 { margin: 0; font-size: 24px; }
.site-footer .footer-category-list { margin: 13px 0 0; }
.site-footer .footer-category-list--level-2 { margin: 1px 0 4px 12px; padding-left: 11px; }
.site-footer .footer-category-list li { margin: 0; font-size: 14px; }
.footer-contact li { display: flex; gap: 8px; }
.footer-contact li span { color: var(--brand); }
.footer-contact li span .icon { width: 18px; height: 18px; margin-top: 3px; }
.social-links { display: flex; gap: 9px; }
.social-links a { display: grid; width: 36px; height: 36px; place-items: center; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; color: #fff; background: #35414d; font-size: 14px; font-weight: 700; }
.social-links a:hover { background: var(--brand); }
.footer-security { display: flex; align-items: center; gap: 10px; margin-top: 19px; color: #c1c8d0; font-size: 15px; }
.footer-security span { display: grid; width: 36px; height: 42px; place-items: center; border: 1px solid #9aa4ae; border-radius: 12px; color: #fff; font-size: 22px; }
.footer-security span .icon { width: 21px; height: 21px; }
.footer-bottom { display: flex; min-height: 56px; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.11); color: #929ca6; font-size: 14px; }
.footer-bottom p { margin: 0; color: inherit; font-size: inherit; }
.footer-bottom__links p { display: flex; align-items: center; gap: 14px; }
.footer-bottom__links span { width: 1px; height: 12px; background: #69737d; }
.site-quick-actions { position: fixed; z-index: 95; bottom: calc(12px + env(safe-area-inset-bottom, 0px)); left: 50%; display: grid; width: min(calc(100% - 32px), 620px); padding: 7px; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; border: 1px solid rgba(255,255,255,.8); border-radius: 18px; background: rgba(255,255,255,.92); box-shadow: 0 14px 42px rgba(22, 29, 38, .2); backdrop-filter: blur(15px); transform: translateX(-50%); transition: opacity .18s ease, visibility .18s ease, transform .18s ease; }
.site-quick-actions__link { display: flex; min-width: 0; min-height: 52px; align-items: center; justify-content: center; gap: 9px; padding: 10px 15px; border-radius: 12px; color: #fff; background: #222a33; font-size: 14px; font-weight: 800; line-height: 1.2; text-align: center; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.site-quick-actions__link:hover { color: #fff; background: #10161c; box-shadow: 0 8px 19px rgba(17, 23, 30, .2); transform: translateY(-1px); }
.site-quick-actions__link:focus-visible { outline: 3px solid rgba(22, 29, 38, .25); outline-offset: 2px; }
.site-quick-actions__link--advisor { background: linear-gradient(135deg, color-mix(in srgb,var(--brand) 88%,#fff), var(--brand)); }
.site-quick-actions__link--advisor:hover { background: linear-gradient(135deg, color-mix(in srgb,var(--brand) 78%,#fff), var(--brand-dark)); box-shadow: 0 8px 20px color-mix(in srgb,var(--brand) 28%,transparent); }
.site-quick-actions__link--advisor:focus-visible { outline-color: rgba(226, 0, 26, .3); }
.site-quick-actions__icon { display: grid; width: 21px; height: 21px; flex: 0 0 21px; place-items: center; }
.site-quick-actions__icon .icon { width: 100%; height: 100%; }
.site-quick-actions__label { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
body.nav-open .site-quick-actions,
body.vf-modal-open .site-quick-actions { opacity: 0; visibility: hidden; pointer-events: none; transform: translate(-50%, 12px); }

@media (max-width: 1350px) and (min-width: 821px) {
    .header-cta { display: none; }
}

@media (max-width: 1024px) {
    .primary-nav { gap: 10px; }
    .site-header__inner { grid-template-columns: 140px minmax(0, 1fr) 46px; gap: 14px; }
    .site-brand__copy small { display: none; }
    .primary-nav .primary-nav__advisor-link,
    .primary-nav .primary-nav__advisor-link.is-active { min-height: 42px; gap: 6px; padding-inline: 11px; font-size: 13px; }
    .primary-nav__advisor-icon { width: 16px; height: 16px; flex-basis: 16px; }
    .hero-grid { grid-template-columns: 1fr 1fr; }
    .network-card { left: -15px; }
    .plans-grid, .benefits-grid { gap: 14px; }
    .advisor-intro { padding: 30px; }
    .footer-grid { gap: 30px; }
}

@media (max-width: 820px) {
    :root { --header-height: 68px; }
    body { padding-top: calc(var(--header-height) + var(--topbar-height)); }
    .site-container { width: min(calc(100% - 30px), var(--container)); }
    .site-topbar { position: fixed; z-index: 110; top: 0; right: 0; left: 0; font-size: 12px; }
    .site-header { position: fixed; top: var(--topbar-height); right: 0; left: 0; }
    .site-header__inner { min-height: var(--header-height); grid-template-columns: 1fr auto auto; gap: 9px; }
    .header-actions { grid-column: 2; grid-row: 1; }
    .nav-toggle { display: block; grid-column: 3; grid-row: 1; }
    .header-cta { display: none; }
    .header-search-toggle { width: 44px; height: 44px; }
    .header-search-form { min-height: 0; grid-template-columns: 22px minmax(0,1fr); gap: 9px; padding-block: 14px; }
    .header-search-form .button { grid-column: 1 / -1; width: 100%; }
    .header-search-panel { max-height: calc(100vh - var(--header-height) - var(--topbar-height)); max-height: calc(100dvh - var(--header-height) - var(--topbar-height)); overflow-y: auto; }
    .header-search-ajax { padding-bottom: 14px; }
    .header-search-results-list { max-height: calc(100vh - 340px); max-height: calc(100dvh - 340px); min-height: 70px; grid-template-columns: 1fr; }
    .header-search-result { grid-template-columns: 40px minmax(0,1fr) auto 16px; gap: 9px; padding-inline: 10px; }
    .header-search-result__price { font-size: 14px; }
    .primary-nav { position: absolute; z-index: 120; top: 100%; right: 0; left: 0; display: block; width: 100%; max-height: calc(100vh - var(--header-height) - var(--topbar-height)); max-height: calc(100dvh - var(--header-height) - var(--topbar-height)); padding: 12px 20px 24px; overflow-y: auto; overscroll-behavior: contain; border-top: 1px solid #eceef1; background: #fff; box-shadow: 0 18px 35px rgba(20,24,30,.16); opacity: 0; visibility: hidden; pointer-events: none; transform: translateY(-8px); transition: opacity .2s ease, transform .2s ease, visibility .2s; }
    .primary-nav.is-open { opacity: 1; visibility: visible; pointer-events: auto; transform: translateY(0); }
    .primary-nav__item { position: relative; display: block; height: auto; }
    .primary-nav a { height: auto; min-height: 50px; padding: 13px 48px 13px 5px; border-bottom: 1px solid #eceef1; }
    .primary-nav a::after { display: none; }
    .primary-nav__caret { display: none; }
    .primary-nav__submenu-toggle { position: absolute; z-index: 2; top: 4px; right: 0; display: grid; width: 44px; height: 44px; padding: 0; place-items: center; border: 0; border-radius: 8px; color: var(--brand); background: #eef4ff; }
    .primary-nav__submenu-toggle span { width: 8px; height: 8px; margin-top: -4px; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: rotate(45deg); transition: transform .2s ease, margin .2s ease; }
    .primary-nav__item.is-submenu-open > .primary-nav__submenu-toggle span { margin-top: 4px; transform: rotate(225deg); }
    .primary-nav .primary-nav__item .primary-nav__submenu { position: static; display: none; width: auto; padding: 8px 0 10px 12px; border: 0; border-radius: 0; box-shadow: none; opacity: 1; visibility: visible; pointer-events: auto; transform: none; transition: none; }
    .primary-nav__item.is-submenu-open > .primary-nav__submenu { display: block; transform: none; }
    .primary-nav .primary-nav__item .primary-nav__submenu-grid { grid-template-columns: 1fr; grid-template-rows: none; grid-auto-flow: row; gap: 0; }
    .primary-nav .primary-nav__submenu a { min-height: 42px; padding: 10px 8px; border-bottom: 1px solid #f0f1f3; border-radius: 0; font-size: 14px; }
    .primary-nav__item--advisor { margin: 8px 0 12px; }
    .primary-nav .primary-nav__advisor-link,
    .primary-nav .primary-nav__advisor-link.is-active { min-height: 52px; justify-content: center; gap: 9px; padding: 12px 18px; border-bottom: 0; border-radius: 12px; font-size: 15px; }
    .primary-nav__advisor-icon { width: 20px; height: 20px; flex-basis: 20px; }
    .hero-grid { min-height: auto; grid-template-columns: 1fr; }
    .hero-copy { z-index: 3; grid-row: 1; padding-bottom: 0; text-align: center; }
    .hero-lead { margin-inline: auto; }
    .hero-actions { justify-content: center; }
    .hero-visual { z-index: 2; grid-row: 2; grid-column: 1; min-height: 420px; background: url("../images/goicuoc4g-hero-5g-v4.webp") no-repeat 70% center / auto 100%; }
    .hero-banner-image { display: none; }
    .network-card--data, .network-card--time, .network-card--speed { left: 5%; }
    .trust-strip { justify-content: center; gap: 25px; }
    .needs-filters { grid-template-columns: repeat(3, 1fr); gap: 12px; }
    .plans-grid { grid-template-columns: repeat(2, 1fr); }
    .sms-panel { padding: 34px 24px 28px; }
    .sms-command { grid-template-columns: 58px 1fr 40px 145px; gap: 14px; padding-inline: 18px; }
    .sms-command__destination { padding-left: 20px; }
    .sms-command__destination strong { font-size: 38px; }
    .sms-steps li { grid-template-columns: 34px 1fr; padding-inline: 12px; }
    .sms-steps li > span { width: 32px; height: 32px; }
    .advisor-panel { grid-template-columns: 1fr; }
    .advisor-intro { min-height: 190px; }
    .benefits-grid, .guides-grid { grid-template-columns: repeat(2, 1fr); }
    .guides-grid article:last-child { grid-column: 1 / -1; width: calc(50% - 8px); margin-inline: auto; }
    .final-cta__inner { grid-template-columns: 65px 1fr; padding: 22px 0; }
    .final-cta__actions { grid-column: 1 / -1; justify-content: center; }
    .footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 560px) {
    body { font-size: 16px; }
    .site-container { width: min(calc(100% - 24px), var(--container)); }
    .section { padding: 35px 0; }
    .header-cta { min-height: 42px; padding: 8px 12px; font-size: 15px; }
    .site-brand__mark { width: 37px; height: 37px; }
    .site-brand__copy strong { font-size: 15px; }
    .hero-copy { padding-top: 38px; }
    .hero-copy h1 { font-size: 35px; }
    .hero-lead { font-size: 16px; }
    .hero-actions .button { width: 100%; }
    .hero-visual { min-height: 350px; }
    .hero-visual { background-position: 70% center; }
    .network-card { width: 145px; min-height: 66px; padding: 9px; }
    .network-card--data { top: 45px; }
    .network-card--time { top: 130px; }
    .network-card--speed { top: 214px; }
    .trust-strip { display: grid; grid-template-columns: 1fr; padding-top: 20px; }
    .site-disclosure__inner { grid-template-columns: 21px minmax(0,1fr); }
    .site-disclosure__inner p { font-size: 11px; }
    .site-disclosure__inner a { grid-column: 2; }
    .business-model-card { grid-template-columns: 1fr; padding: 22px 18px; }
    .business-model-card > a { grid-column: auto; width: auto; }
    .business-model-card li { grid-template-columns: 1fr; gap: 2px; }
    .sms-disclosure { grid-template-columns: 1fr; }
    .needs-panel { padding-inline: 14px; }
    .needs-filters { grid-template-columns: repeat(2, 1fr); }
    .needs-filters a:last-child { grid-column: 1 / -1; }
    .plans-grid { grid-template-columns: 1fr; }
    .plan-card { min-height: 305px; }
    .sms-panel { padding: 28px 14px 20px; border-radius: 16px; }
    .sms-heading { margin-bottom: 20px; }
    .sms-panel h2 { font-size: 24px; }
    .sms-command { min-height: auto; grid-template-columns: 50px 1fr; gap: 12px; padding: 15px; }
    .sms-command__icon { width: 48px; height: 48px; border-radius: 12px; }
    .sms-command__icon .icon { width: 25px; height: 25px; }
    .sms-command__content strong, .sms-command__content b { font-size: 27px; }
    .sms-command__content b { margin-left: 5px; }
    .sms-command__arrow { display: none; }
    .sms-command__destination { display: flex; grid-column: 1 / -1; align-items: center; justify-content: space-between; padding: 13px 2px 0; border-top: 1px solid #e7e9ed; border-left: 0; }
    .sms-command__destination > span { margin: 0; }
    .sms-command__destination strong { font-size: 34px; }
    .sms-steps { grid-template-columns: 1fr; gap: 9px; margin-top: 14px; }
    .sms-steps li { min-height: 72px; grid-template-columns: 38px 1fr; padding: 12px 14px; }
    .sms-steps li > span { width: 36px; height: 36px; }
    .sms-example { flex-direction: column; gap: 4px; }
    .advisor-intro { display: block; padding: 25px; text-align: center; }
    .advisor-target { margin: 0 auto 15px; }
    .advisor-form { padding: 16px; }
    .advisor-form label { grid-template-columns: 25px 1fr; }
    .advisor-form select { grid-column: 2; }
    .benefits-grid, .guides-grid { grid-template-columns: 1fr; }
    .guides-grid article:last-child { grid-column: auto; width: 100%; }
    .section-heading--row { display: block; }
    .section-heading--row > a { display: inline-block; margin-top: 12px; }
    .final-cta__inner { display: block; text-align: center; }
    .final-cta__icon { margin: 0 auto 14px; }
    .final-cta__actions { flex-direction: column; margin-top: 18px; }
    .footer-directory { padding: 30px 0; }
    .footer-directory__heading { display: block; margin-bottom: 17px; }
    .site-footer .footer-directory__heading h2 { font-size: 22px; }
    .footer-directory__actions { display: block; margin-top: 10px; }
    .footer-directory__actions > span { display: block; margin-bottom: 11px; }
    .footer-directory__actions > a { width: 100%; justify-content: center; }
    .footer-directory__grid { grid-template-columns: 1fr; gap: 9px; }
    .footer-category-group { padding: 0; }
    .footer-category-group__heading { min-height: 52px; padding: 8px 13px 8px 16px; }
    .footer-category-group button, .footer-category-list button { display: grid; }
    .has-js .footer-category-group > .footer-category-children, .has-js .footer-category-list li.has-children > .footer-category-children { display: none; }
    .has-js .footer-category-group.is-open > .footer-category-children, .has-js .footer-category-list li.has-children.is-open > .footer-category-children { display: block; }
    .footer-category-group > .footer-category-children { padding: 0 16px 13px; border-top: 1px solid rgba(255,255,255,.08); }
    .footer-category-item__row { min-height: 36px; }
    .site-footer .footer-category-list--level-2 { margin-left: 7px; }
    .footer-category-group > .footer-category-children > .footer-category-list { columns: 1; }
    .footer-grid { grid-template-columns: 1fr; gap: 28px; }
    .footer-bottom { display: block; padding: 16px 0; text-align: center; }
    .footer-bottom__links p { justify-content: center; margin-top: 10px; }
    .site-footer { padding-bottom: calc(76px + env(safe-area-inset-bottom, 0px)); }
    .site-quick-actions { bottom: calc(8px + env(safe-area-inset-bottom, 0px)); width: calc(100% - 16px); gap: 6px; padding: 6px; border-radius: 15px; }
    .site-quick-actions__link { min-height: 50px; gap: 7px; padding: 8px 9px; border-radius: 10px; font-size: 13px; }
    .site-quick-actions__icon { width: 19px; height: 19px; flex-basis: 19px; }
}

@media (prefers-reduced-motion: reduce) {
    .primary-nav .primary-nav__advisor-link,
    .footer-advisor-highlight,
    .site-quick-actions,
    .site-quick-actions__link { transition: none; }
}
