:root {
  --bg: #f7f8fc;
  --surface: #ffffff;
  --surface-2: #f1f3f9;
  --ink: #101426;
  --muted: #667085;
  --line: #e5e7ef;
  --primary: #ff6b00;
  --primary-2: #ff9500;
  --cyan: #ffb000;
  --success: #16a36a;
  --warning: #f59e0b;
  --danger: #dc2626;
  --radius-xs: 10px;
  --radius-sm: 14px;
  --radius: 20px;
  --radius-lg: 30px;
  --radius-xl: 42px;
  --shadow-sm: 0 8px 24px rgba(21, 24, 40, .06);
  --shadow: 0 18px 55px rgba(21, 24, 40, .10);
  --shadow-lg: 0 36px 100px rgba(54, 30, 8, .16);
  --container: 1220px;
  --header-h: 78px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--bg);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
body.no-scroll { overflow: hidden; }
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
button:disabled { cursor: not-allowed; opacity: .6; }
::selection { background: rgba(255, 107, 0, .18); color: var(--ink); }

.skip-link {
  position: fixed; left: 16px; top: -90px; z-index: 9999;
  background: var(--ink); color: white; padding: 12px 18px; border-radius: 12px;
  transition: top .2s ease;
}
.skip-link:focus { top: 16px; }

.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.narrow { width: min(calc(100% - 40px), 850px); margin-inline: auto; }
.section { padding: 96px 0; position: relative; }
.section-sm { padding: 64px 0; }
.section-white { background: var(--surface); }
.section-dark { color: white; background: #0b0d1c; overflow: hidden; }
.section-dark::before {
  content: ""; position: absolute; width: 520px; height: 520px; border-radius: 50%;
  background: radial-gradient(circle, rgba(255,107,0,.28), transparent 70%); right: -120px; top: -220px;
}
.section-dark::after {
  content: ""; position: absolute; width: 420px; height: 420px; border-radius: 50%;
  background: radial-gradient(circle, rgba(255,176,0,.17), transparent 70%); left: -160px; bottom: -250px;
}
.section > .container, .section > .narrow { position: relative; z-index: 1; }

.eyebrow {
  display: inline-flex; align-items: center; gap: 9px;
  font-size: 13px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase;
  color: var(--primary); margin-bottom: 16px;
}
.eyebrow::before { content: ""; width: 28px; height: 2px; border-radius: 99px; background: currentColor; }
.section-title { margin: 0; font-size: clamp(34px, 4.2vw, 58px); line-height: 1.05; letter-spacing: -.045em; font-weight: 850; }
.section-title.small { font-size: clamp(30px, 3.4vw, 46px); }
.section-lead { max-width: 690px; margin: 20px 0 0; color: var(--muted); font-size: 18px; }
.section-dark .section-lead { color: #bdc2d2; }
.section-head { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 44px; }
.section-head > div:first-child { max-width: 760px; }
.text-gradient {
  color: transparent;
  background: linear-gradient(110deg, var(--primary), var(--primary-2) 52%, #e85d00);
  -webkit-background-clip: text; background-clip: text;
}
.muted { color: var(--muted); }
.center { text-align: center; }
.center .section-lead { margin-inline: auto; }

.announcement {
  min-height: 36px; display: flex; align-items: center; justify-content: center; text-align: center;
  padding: 7px 20px; color: white; font-size: 13px; font-weight: 700;
  background: linear-gradient(90deg, #c94f00, #ff8a00, #e85d00);
}
.announcement strong { padding: 1px 8px; margin-inline: 4px; border: 1px dashed rgba(255,255,255,.65); border-radius: 7px; letter-spacing: .06em; }

.site-header {
  position: sticky; top: 0; z-index: 1000; height: var(--header-h);
  background: rgba(255,255,255,.88); border-bottom: 1px solid rgba(229,231,239,.82);
  backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px);
}
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; flex: 0 0 auto; }
.brand img { width: 162px; height: auto; }
.main-nav { display: flex; align-items: center; gap: 4px; }
.main-nav > a, .nav-trigger {
  display: inline-flex; align-items: center; gap: 7px; border: 0; background: transparent;
  color: #33384b; padding: 11px 12px; border-radius: 11px; font-weight: 700; font-size: 14px;
  transition: background .2s, color .2s;
}
.main-nav > a:hover, .nav-trigger:hover, .main-nav > a[aria-current="page"] { color: var(--primary); background: #fff3e6; }
.nav-wrap { position: relative; }
.nav-trigger svg { width: 15px; transition: transform .2s; }
.nav-wrap.open .nav-trigger svg { transform: rotate(180deg); }
.mega-menu {
  visibility: hidden; opacity: 0; transform: translateY(8px); pointer-events: none;
  position: absolute; top: calc(100% + 13px); left: 50%; width: 670px; margin-left: -250px;
  padding: 18px; border: 1px solid var(--line); border-radius: 22px; background: white; box-shadow: var(--shadow-lg);
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; transition: .2s ease;
}
.nav-wrap.open .mega-menu, .nav-wrap:hover .mega-menu { visibility: visible; opacity: 1; transform: translateY(0); pointer-events: auto; }
.mega-item { display: grid; grid-template-columns: 46px 1fr; gap: 12px; align-items: center; padding: 11px; border-radius: 14px; }
.mega-item:hover { background: var(--surface-2); }
.mega-item .mini-icon { width: 42px; height: 42px; border-radius: 13px; }
.mega-item strong { display: block; font-size: 14px; line-height: 1.3; }
.mega-item small { display: block; color: var(--muted); font-size: 12px; margin-top: 2px; }
.header-actions { display: flex; align-items: center; gap: 8px; }
.icon-button {
  position: relative; width: 44px; height: 44px; border-radius: 13px; border: 1px solid var(--line);
  display: inline-grid; place-items: center; background: white; color: var(--ink); transition: .2s;
}
.icon-button:hover { border-color: #ffc48a; color: var(--primary); transform: translateY(-1px); }
.icon-button svg { width: 21px; height: 21px; }
.cart-count {
  position: absolute; top: -6px; right: -6px; min-width: 20px; height: 20px; padding: 0 5px;
  display: grid; place-items: center; border-radius: 99px; color: white; background: var(--primary-2);
  font-size: 11px; font-weight: 800; border: 2px solid white;
}
.menu-button { display: none; }
.header-cta { padding: 11px 17px !important; }

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  min-height: 48px; padding: 12px 20px; border-radius: 14px; border: 1px solid transparent;
  font-weight: 800; line-height: 1.2; transition: transform .18s, box-shadow .18s, background .18s, border-color .18s;
}
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0); }
.btn-primary { color: white; background: linear-gradient(110deg, var(--primary), #ff7a00 48%, var(--primary-2)); box-shadow: 0 12px 28px rgba(255,107,0,.26); }
.btn-primary:hover { box-shadow: 0 16px 34px rgba(255,107,0,.34); }
.btn-dark { color: white; background: var(--ink); box-shadow: 0 10px 24px rgba(16,20,38,.18); }
.btn-light { color: var(--ink); background: white; border-color: var(--line); }
.btn-light:hover { border-color: #ffc48a; box-shadow: var(--shadow-sm); }
.btn-ghost { color: var(--primary); background: #fff3e6; }
.btn-block { width: 100%; }
.btn-sm { min-height: 40px; padding: 9px 14px; border-radius: 11px; font-size: 14px; }
.btn svg { width: 18px; height: 18px; }
.link-arrow { display: inline-flex; align-items: center; gap: 7px; color: var(--primary); font-weight: 800; }
.link-arrow::after { content: "→"; transition: transform .2s; }
.link-arrow:hover::after { transform: translateX(4px); }

.hero { min-height: 720px; display: flex; align-items: center; padding: 80px 0 98px; overflow: hidden; background: #fff; }
.hero::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(circle at 9% 18%, rgba(255,107,0,.11), transparent 30%),
    radial-gradient(circle at 91% 28%, rgba(255,176,0,.13), transparent 28%),
    linear-gradient(to bottom, white, #fffaf5 70%, #f7f8fc);
}
.hero::after {
  content: ""; position: absolute; inset: 0; opacity: .42; pointer-events: none;
  background-image: radial-gradient(#c9c3dd 1px, transparent 1px); background-size: 24px 24px;
  mask-image: linear-gradient(to bottom, black, transparent 78%);
}
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; gap: 64px; }
.hero-badge {
  display: inline-flex; align-items: center; gap: 9px; margin-bottom: 22px; padding: 8px 12px;
  border: 1px solid #ffd7b3; border-radius: 99px; color: #c94f00; background: rgba(245,242,255,.9);
  font-size: 13px; font-weight: 800;
}
.hero-badge .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--success); box-shadow: 0 0 0 5px rgba(22,163,106,.13); }
.hero h1 { margin: 0; font-size: clamp(46px, 5.7vw, 76px); line-height: .99; letter-spacing: -.06em; font-weight: 900; }
.hero-copy { margin: 25px 0 0; max-width: 650px; color: var(--muted); font-size: 19px; }
.hero-checks { list-style: none; padding: 0; margin: 26px 0 0; display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 11px 18px; }
.hero-checks li { display: flex; align-items: center; gap: 9px; color: #363b4f; font-weight: 650; font-size: 14px; }
.check-icon { flex: 0 0 auto; width: 22px; height: 22px; display: grid; place-items: center; color: white; background: var(--success); border-radius: 50%; font-size: 13px; font-weight: 900; }
.hero-actions { display: flex; align-items: center; gap: 12px; margin-top: 32px; flex-wrap: wrap; }
.hero-trust { display: flex; align-items: center; gap: 14px; margin-top: 28px; }
.avatar-stack { display: flex; }
.avatar-stack span { width: 34px; height: 34px; display: grid; place-items: center; margin-left: -8px; border: 3px solid white; border-radius: 50%; color: white; font-size: 11px; font-weight: 800; background: linear-gradient(140deg,#ff7a00,#ff9500); }
.avatar-stack span:first-child { margin-left: 0; }
.trust-copy { font-size: 13px; line-height: 1.35; color: var(--muted); }
.trust-copy strong { color: var(--ink); }
.stars { color: #f59e0b; letter-spacing: 1px; }

.hero-visual { position: relative; min-height: 560px; display: grid; place-items: center; }
.hero-image { width: 100%; filter: drop-shadow(0 30px 60px rgba(46,25,8,.14)); }
.floating-chip {
  position: absolute; display: flex; align-items: center; gap: 10px; padding: 11px 14px;
  border: 1px solid rgba(229,231,239,.9); background: rgba(255,255,255,.92); box-shadow: var(--shadow);
  border-radius: 16px; backdrop-filter: blur(12px); animation: float 5s ease-in-out infinite;
}
.floating-chip img { width: 28px; height: 28px; }
.floating-chip strong { display: block; font-size: 13px; line-height: 1.2; }
.floating-chip small { display: block; color: var(--muted); font-size: 11px; margin-top: 2px; }
.floating-chip.one { left: -24px; top: 76px; }
.floating-chip.two { right: -18px; top: 138px; animation-delay: -1.4s; }
.floating-chip.three { right: 24px; bottom: 52px; animation-delay: -2.8s; }
@keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }

.proof-strip { border-block: 1px solid var(--line); background: white; overflow: hidden; }
.proof-track { display: flex; align-items: center; width: max-content; min-width: 100%; animation: marquee 32s linear infinite; }
.proof-item { flex: 0 0 auto; min-width: 260px; padding: 19px 30px; display: flex; align-items: center; justify-content: center; gap: 10px; color: #404559; font-size: 14px; font-weight: 750; border-right: 1px solid var(--line); }
.proof-item b { color: var(--ink); }
.proof-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--success); }
@keyframes marquee { to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .proof-track, .floating-chip { animation: none; } }

.platform-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 18px; }
.platform-card {
  position: relative; overflow: hidden; min-height: 280px; padding: 26px;
  border: 1px solid var(--line); border-radius: 24px; background: white; box-shadow: var(--shadow-sm);
  transition: transform .22s, box-shadow .22s, border-color .22s;
}
.platform-card::after { content: ""; position: absolute; width: 150px; height: 150px; border-radius: 50%; right: -60px; bottom: -70px; background: var(--platform-soft, #ffefdc); transition: transform .25s; }
.platform-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); border-color: #ffd0aa; }
.platform-card:hover::after { transform: scale(1.2); }
.platform-icon {
  width: 56px; height: 56px; display: grid; place-items: center; border-radius: 17px;
  color: var(--platform-accent, var(--primary)); background: var(--platform-soft, #ffefdc);
}
.platform-icon img, .platform-icon svg { width: 31px; height: 31px; color: inherit; }
.platform-card h3 { margin: 20px 0 7px; font-size: 22px; line-height: 1.2; letter-spacing: -.025em; }
.platform-card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.55; }
.platform-meta { margin-top: 22px; display: flex; align-items: center; justify-content: space-between; color: #4b5165; font-size: 13px; font-weight: 700; }
.platform-price { color: var(--primary); }
.platform-arrow { position: relative; z-index: 1; width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; background: var(--ink); color: white; font-size: 18px; }

.split-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 80px; }
.visual-panel { position: relative; min-height: 550px; border-radius: var(--radius-xl); overflow: hidden; background: linear-gradient(145deg,#11142a,#211654); box-shadow: var(--shadow-lg); }
.visual-panel::before { content:""; position:absolute; width:360px; height:360px; border-radius:50%; background:rgba(236,72,153,.36); filter:blur(20px); right:-140px; top:-130px; }
.visual-panel::after { content:""; position:absolute; width:320px; height:320px; border-radius:50%; background:rgba(34,211,238,.26); filter:blur(20px); left:-130px; bottom:-150px; }
.phone-card { position:absolute; left:50%; top:50%; width:285px; height:470px; padding:18px; transform:translate(-50%,-50%) rotate(-4deg); border:8px solid #080914; border-radius:42px; background:white; box-shadow:0 30px 70px rgba(0,0,0,.35); z-index:1; }
.phone-notch { width:90px; height:22px; border-radius:0 0 15px 15px; background:#080914; margin:-18px auto 15px; }
.phone-profile { display:flex; align-items:center; gap:11px; padding:11px 4px; }
.phone-avatar { width:45px; height:45px; border-radius:50%; background:linear-gradient(130deg,#ff6b00,#ff9500); }
.phone-lines { flex:1; }
.phone-lines i { display:block; height:8px; border-radius:8px; background:#e7e9f1; margin:6px 0; }
.phone-lines i:first-child { width:55%; background:#cfd2df; }
.phone-post { height:220px; border-radius:20px; background:linear-gradient(145deg,#ff6b00,#ff9500 60%,#ffb000); position:relative; overflow:hidden; }
.phone-post::before { content:""; position:absolute; inset:20px; border:1px solid rgba(255,255,255,.35); border-radius:50%; transform:scale(1.5); }
.phone-post::after { content:"BOOST"; position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); color:white; font-size:42px; font-weight:900; letter-spacing:-3px; }
.phone-actions { display:flex; gap:16px; padding:15px 4px 8px; }
.phone-actions span { width:21px; height:21px; border:2px solid #262b3b; border-radius:50%; }
.phone-stats { display:flex; justify-content:space-between; padding:8px 4px; color:#394054; font-size:12px; font-weight:700; }
.stat-float { position:absolute; z-index:2; padding:15px 17px; border-radius:18px; background:white; box-shadow:var(--shadow); }
.stat-float strong { display:block; font-size:22px; line-height:1.1; }
.stat-float small { color:var(--muted); font-size:12px; }
.stat-float.a { left:24px; top:70px; }
.stat-float.b { right:22px; bottom:76px; }

.feature-list { display: grid; gap: 16px; margin-top: 34px; }
.feature-row { display: grid; grid-template-columns: 48px 1fr; gap: 15px; align-items: start; }
.feature-row-icon { width: 48px; height: 48px; border-radius: 15px; display: grid; place-items: center; color: var(--primary); background: #fff2e3; }
.feature-row-icon svg { width: 23px; height: 23px; }
.feature-row h3 { margin: 1px 0 4px; font-size: 17px; }
.feature-row p { margin: 0; color: var(--muted); font-size: 14px; }

.steps-grid { counter-reset: step; display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.step-card { counter-increment: step; position: relative; padding: 30px; border: 1px solid rgba(255,255,255,.10); border-radius: 24px; background: rgba(255,255,255,.055); backdrop-filter: blur(10px); }
.step-card::before { content: "0" counter(step); display: inline-grid; place-items: center; width: 48px; height: 48px; border-radius: 15px; color: white; background: linear-gradient(135deg,var(--primary),var(--primary-2)); font-weight: 900; }
.step-card h3 { margin: 23px 0 8px; font-size: 22px; }
.step-card p { margin: 0; color: #b7bccd; font-size: 14px; }
.step-line { display:block; width:60px; height:1px; background:linear-gradient(90deg,#ff6b00,transparent); margin-top:24px; }

.benefit-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:18px; }
.benefit-card { padding:26px; border:1px solid var(--line); border-radius:22px; background:white; }
.benefit-icon { width:50px; height:50px; display:grid; place-items:center; border-radius:15px; color:var(--primary); background:#fff2e3; }
.benefit-icon svg { width:24px; }
.benefit-card h3 { margin:19px 0 7px; font-size:18px; }
.benefit-card p { margin:0; color:var(--muted); font-size:14px; }

.offer-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:20px; }
.offer-card { position:relative; overflow:hidden; padding:28px; border:1px solid var(--line); border-radius:24px; background:white; box-shadow:var(--shadow-sm); }
.offer-card.featured { color:white; border-color:transparent; background:linear-gradient(145deg,#16182d,#3d2179); box-shadow:var(--shadow-lg); }
.offer-card.featured::before { content:""; position:absolute; width:220px; height:220px; border-radius:50%; background:rgba(236,72,153,.3); right:-90px; top:-100px; }
.offer-card > * { position:relative; z-index:1; }
.offer-platform { display:flex; align-items:center; gap:10px; font-weight:800; }
.offer-platform .platform-icon { width:40px; height:40px; border-radius:12px; }
.offer-platform .platform-icon img { width:23px; }
.offer-card h3 { margin:22px 0 8px; font-size:25px; line-height:1.15; }
.offer-card p { margin:0; color:var(--muted); font-size:14px; }
.offer-card.featured p { color:#c8c9d8; }
.offer-price { margin:22px 0; font-size:15px; color:var(--muted); }
.offer-card.featured .offer-price { color:#c8c9d8; }
.offer-price strong { font-size:34px; color:var(--ink); letter-spacing:-.04em; }
.offer-card.featured .offer-price strong { color:white; }

.faq-list { display:grid; gap:12px; margin-top:38px; }
.faq-item { border:1px solid var(--line); border-radius:17px; background:white; overflow:hidden; }
.faq-question { width:100%; display:flex; align-items:center; justify-content:space-between; gap:20px; padding:20px 22px; border:0; background:transparent; color:var(--ink); text-align:left; font-weight:800; }
.faq-question span:last-child { flex:0 0 auto; width:28px; height:28px; display:grid; place-items:center; border-radius:50%; background:#fff2e4; color:var(--primary); font-size:20px; transition:transform .2s; }
.faq-item.open .faq-question span:last-child { transform:rotate(45deg); }
.faq-answer { display:grid; grid-template-rows:0fr; transition:grid-template-rows .25s ease; }
.faq-answer > div { overflow:hidden; }
.faq-answer p { margin:0; padding:0 22px 22px; color:var(--muted); font-size:15px; }
.faq-item.open .faq-answer { grid-template-rows:1fr; }

.cta-band { position:relative; overflow:hidden; padding:56px; border-radius:32px; color:white; background:linear-gradient(115deg,#c94f00,#ff7a00 42%,#ff8a00 78%,#e85d00); box-shadow:var(--shadow-lg); }
.cta-band::before { content:""; position:absolute; inset:0; opacity:.25; background-image:radial-gradient(white 1px,transparent 1px); background-size:22px 22px; }
.cta-band-inner { position:relative; display:flex; align-items:center; justify-content:space-between; gap:32px; }
.cta-band h2 { margin:0; font-size:clamp(30px,4vw,48px); line-height:1.05; letter-spacing:-.04em; }
.cta-band p { margin:13px 0 0; color:rgba(255,255,255,.82); }
.cta-band .btn-light { flex:0 0 auto; border:0; }

/* Category pages */
.page-hero { position:relative; overflow:hidden; padding:84px 0 70px; background:white; border-bottom:1px solid var(--line); }
.page-hero::before { content:""; position:absolute; width:500px; height:500px; border-radius:50%; right:-180px; top:-230px; background:var(--platform-soft,#fff2e3); }
.page-hero-grid { position:relative; display:grid; grid-template-columns:1.1fr .9fr; gap:60px; align-items:center; }
.breadcrumbs { display:flex; align-items:center; gap:8px; margin-bottom:20px; color:var(--muted); font-size:13px; }
.breadcrumbs a:hover { color:var(--primary); }
.page-platform { display:flex; align-items:center; gap:13px; color:var(--platform-accent,var(--primary)); font-weight:850; }
.page-platform .platform-icon { width:52px; height:52px; }
.page-hero h1 { margin:18px 0 0; font-size:clamp(42px,5.2vw,68px); line-height:1; letter-spacing:-.055em; }
.page-hero p { margin:22px 0 0; max-width:680px; color:var(--muted); font-size:18px; }
.category-visual { position:relative; min-height:330px; display:grid; place-items:center; }
.category-orbit { position:absolute; width:310px; height:310px; border:1px dashed rgba(255,107,0,.26); border-radius:50%; animation:spin 24s linear infinite; }
.category-orbit::before,.category-orbit::after { content:""; position:absolute; width:42px; height:42px; border-radius:15px; background:white; box-shadow:var(--shadow); }
.category-orbit::before { left:20px; top:35px; }
.category-orbit::after { right:-5px; bottom:70px; }
.category-main-icon { position:relative; width:160px; height:160px; display:grid; place-items:center; border-radius:44px; color:var(--platform-accent,var(--primary)); background:white; box-shadow:var(--shadow-lg); }
.category-main-icon img { width:88px; height:88px; }
.category-stat { position:absolute; padding:13px 17px; border:1px solid var(--line); border-radius:16px; background:white; box-shadow:var(--shadow); font-size:13px; font-weight:800; }
.category-stat.one { left:4%; top:28%; }
.category-stat.two { right:0; bottom:20%; }
@keyframes spin { to { transform:rotate(360deg); } }
.service-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:20px; }
.service-card { display:flex; flex-direction:column; min-height:360px; padding:26px; border:1px solid var(--line); border-radius:24px; background:white; box-shadow:var(--shadow-sm); transition:.22s; }
.service-card:hover { transform:translateY(-5px); box-shadow:var(--shadow); border-color:#ffd0aa; }
.service-top { display:flex; align-items:flex-start; justify-content:space-between; gap:15px; }
.service-top .platform-icon { width:48px; height:48px; border-radius:14px; }
.service-badge { display:inline-flex; padding:5px 9px; border-radius:99px; color:#6d28d9; background:#ffefdc; font-size:11px; font-weight:850; }
.service-card h2,.service-card h3 { margin:20px 0 9px; font-size:22px; line-height:1.18; letter-spacing:-.025em; }
.service-card p { margin:0; color:var(--muted); font-size:14px; }
.service-points { list-style:none; padding:0; margin:20px 0 0; display:grid; gap:8px; color:#42485b; font-size:13px; }
.service-points li { display:flex; align-items:center; gap:8px; }
.service-points li::before { content:"✓"; width:18px; height:18px; display:grid; place-items:center; border-radius:50%; color:white; background:var(--success); font-size:10px; font-weight:900; }
.service-bottom { margin-top:auto; padding-top:23px; display:flex; align-items:end; justify-content:space-between; gap:12px; }
.starting-price { color:var(--muted); font-size:12px; }
.starting-price strong { display:block; color:var(--ink); font-size:25px; line-height:1.1; }
.service-arrow { width:42px; height:42px; display:grid; place-items:center; border-radius:13px; color:white; background:var(--ink); }
.category-content { color:#444a5d; }
.category-content h2 { margin:45px 0 15px; color:var(--ink); font-size:30px; line-height:1.2; letter-spacing:-.03em; }
.category-content h3 { margin:30px 0 10px; color:var(--ink); font-size:21px; }
.category-content p { margin:0 0 17px; }
.category-content ul { padding-left:20px; }
.category-content li { margin:8px 0; }

/* Product / service */
.product-page { padding:54px 0 90px; }
.product-grid { display:grid; grid-template-columns:minmax(0,1.15fr) minmax(360px,.85fr); gap:60px; align-items:start; }
.product-kicker { display:flex; align-items:center; gap:12px; color:var(--platform-accent,var(--primary)); font-weight:850; }
.product-kicker .platform-icon { width:48px; height:48px; }
.product-title { margin:20px 0 0; font-size:clamp(38px,4.8vw,62px); line-height:1.02; letter-spacing:-.055em; }
.product-lead { margin:20px 0 0; color:var(--muted); font-size:18px; }
.product-trust-row { display:flex; align-items:center; gap:16px; flex-wrap:wrap; margin-top:25px; color:#40465a; font-size:13px; font-weight:700; }
.product-trust-row span { display:flex; align-items:center; gap:7px; }
.product-trust-row i { width:20px; height:20px; display:grid; place-items:center; border-radius:50%; color:white; background:var(--success); font-style:normal; font-size:11px; }
.product-preview { position:relative; overflow:hidden; min-height:340px; margin-top:38px; border-radius:30px; color:white; background:linear-gradient(145deg,#11142a,#31206c); box-shadow:var(--shadow); }
.product-preview::before { content:""; position:absolute; width:300px; height:300px; border-radius:50%; background:var(--platform-accent,var(--primary)); opacity:.34; right:-110px; top:-120px; filter:blur(5px); }
.product-preview::after { content:""; position:absolute; inset:0; opacity:.16; background-image:radial-gradient(white 1px,transparent 1px); background-size:24px 24px; }
.preview-content { position:relative; z-index:1; padding:38px; }
.preview-icon { width:76px; height:76px; display:grid; place-items:center; border-radius:22px; color:var(--platform-accent,var(--primary)); background:white; }
.preview-icon img { width:45px; }
.preview-content h2 { margin:32px 0 8px; font-size:31px; }
.preview-content p { margin:0; max-width:530px; color:#c8cad7; }
.preview-metrics { display:grid; grid-template-columns:repeat(3,1fr); gap:12px; margin-top:29px; }
.preview-metric { padding:15px; border:1px solid rgba(255,255,255,.12); border-radius:15px; background:rgba(255,255,255,.07); }
.preview-metric strong { display:block; font-size:19px; }
.preview-metric small { color:#b7bac9; }
.product-info { margin-top:44px; }
.product-info h2 { margin:0 0 18px; font-size:31px; letter-spacing:-.03em; }
.product-feature-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:14px; }
.product-feature { display:flex; align-items:flex-start; gap:11px; padding:16px; border:1px solid var(--line); border-radius:16px; background:white; color:#42485b; font-size:14px; }
.product-feature i { width:23px; height:23px; flex:0 0 auto; display:grid; place-items:center; border-radius:50%; color:white; background:var(--success); font-style:normal; font-size:12px; }
.order-card { position:sticky; top:calc(var(--header-h) + 28px); padding:28px; border:1px solid var(--line); border-radius:28px; background:white; box-shadow:var(--shadow); }
.order-card-head { display:flex; justify-content:space-between; align-items:flex-start; gap:16px; }
.order-card-head h2 { margin:0; font-size:24px; }
.order-card-head p { margin:4px 0 0; color:var(--muted); font-size:13px; }
.secure-pill { display:inline-flex; align-items:center; gap:5px; padding:5px 8px; border-radius:99px; color:#047857; background:#e8f8f1; font-size:11px; font-weight:800; }
.form-label { display:block; margin:20px 0 9px; color:#34394c; font-size:13px; font-weight:800; }
.tier-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:9px; }
.tier-option { position:relative; }
.tier-option input { position:absolute; opacity:0; pointer-events:none; }
.tier-option label { display:flex; align-items:center; justify-content:space-between; gap:8px; min-height:54px; padding:10px 12px; border:1px solid var(--line); border-radius:13px; background:white; transition:.18s; }
.tier-option label:hover { border-color:#bca7f3; }
.tier-option input:checked + label { color:#c94f00; border-color:var(--primary); background:#fff7ef; box-shadow:0 0 0 3px rgba(124,58,237,.08); }
.tier-option label strong { font-size:13px; }
.tier-option label span { font-size:12px; font-weight:800; }
.field { width:100%; min-height:50px; padding:12px 14px; border:1px solid var(--line); border-radius:13px; color:var(--ink); background:white; outline:none; transition:border .2s, box-shadow .2s; }
.field:focus { border-color:var(--primary); box-shadow:0 0 0 4px rgba(255,107,0,.11); }
textarea.field { min-height:130px; resize:vertical; }
.field-help { margin:6px 0 0; color:var(--muted); font-size:11px; }
.order-total { display:flex; align-items:end; justify-content:space-between; gap:15px; padding:18px 0; margin-top:18px; border-top:1px solid var(--line); }
.order-total span { color:var(--muted); font-size:13px; }
.order-total strong { font-size:31px; line-height:1; letter-spacing:-.04em; }
.payment-icons { display:flex; align-items:center; justify-content:center; gap:8px; margin-top:13px; color:var(--muted); font-size:11px; }
.payment-icons span { padding:4px 7px; border:1px solid var(--line); border-radius:6px; background:#fafafa; font-weight:800; }
.notice { padding:14px 16px; border-radius:14px; color:#5b6478; background:#f5f6fa; font-size:12px; line-height:1.5; }
.notice strong { color:var(--ink); }
.related-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }

/* Cart drawer */
.drawer-backdrop { position:fixed; inset:0; z-index:1500; background:rgba(11,13,28,.48); opacity:0; visibility:hidden; transition:.25s; }
.cart-drawer { position:fixed; z-index:1501; right:0; top:0; bottom:0; width:min(460px,100%); padding:0; background:white; box-shadow:-30px 0 70px rgba(12,14,31,.18); transform:translateX(102%); transition:transform .28s ease; display:flex; flex-direction:column; }
body.cart-open .drawer-backdrop { opacity:1; visibility:visible; }
body.cart-open .cart-drawer { transform:translateX(0); }
.drawer-head { display:flex; align-items:center; justify-content:space-between; gap:15px; padding:22px 24px; border-bottom:1px solid var(--line); }
.drawer-head h2 { margin:0; font-size:22px; }
.drawer-close { width:38px; height:38px; display:grid; place-items:center; border:1px solid var(--line); border-radius:12px; background:white; font-size:21px; }
.drawer-content { flex:1; overflow:auto; padding:22px 24px; }
.cart-empty { min-height:360px; display:grid; place-items:center; text-align:center; }
.empty-icon { width:76px; height:76px; margin:0 auto 17px; display:grid; place-items:center; border-radius:24px; color:var(--primary); background:#fff2e3; font-size:34px; }
.cart-empty h3 { margin:0; font-size:22px; }
.cart-empty p { margin:8px auto 20px; max-width:290px; color:var(--muted); font-size:14px; }
.cart-items { display:grid; gap:13px; }
.cart-item { display:grid; grid-template-columns:48px 1fr auto; gap:12px; align-items:start; padding:14px; border:1px solid var(--line); border-radius:16px; }
.cart-item .platform-icon { width:48px; height:48px; border-radius:14px; }
.cart-item h3 { margin:0; font-size:14px; line-height:1.35; }
.cart-item p { margin:5px 0 0; color:var(--muted); font-size:12px; }
.cart-item-price { text-align:right; font-size:14px; font-weight:850; }
.cart-remove { display:block; margin:6px 0 0 auto; border:0; background:transparent; color:var(--danger); font-size:11px; }
.drawer-foot { padding:20px 24px 24px; border-top:1px solid var(--line); background:#fff; }
.drawer-total { display:flex; justify-content:space-between; gap:12px; margin-bottom:15px; }
.drawer-total span { color:var(--muted); }
.drawer-total strong { font-size:23px; }

/* Checkout / forms */
.checkout-page { padding:55px 0 90px; }
.checkout-grid { display:grid; grid-template-columns:1fr 430px; gap:48px; align-items:start; }
.checkout-card { padding:30px; border:1px solid var(--line); border-radius:25px; background:white; box-shadow:var(--shadow-sm); }
.checkout-card h1,.checkout-card h2 { margin:0; letter-spacing:-.035em; }
.checkout-card h1 { font-size:38px; }
.checkout-card h2 { font-size:23px; }
.form-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:15px; }
.form-group { margin-top:18px; }
.form-group.full { grid-column:1/-1; }
.checkbox-row { display:flex; align-items:flex-start; gap:10px; margin-top:17px; color:#52586b; font-size:13px; }
.checkbox-row input { margin-top:4px; accent-color:var(--primary); }
.checkout-summary { position:sticky; top:calc(var(--header-h) + 28px); }
.summary-items { display:grid; gap:12px; margin-top:20px; }
.summary-item { display:grid; grid-template-columns:42px 1fr auto; gap:10px; align-items:center; padding-bottom:12px; border-bottom:1px solid var(--line); }
.summary-item .platform-icon { width:42px; height:42px; border-radius:12px; }
.summary-item strong { display:block; font-size:13px; line-height:1.3; }
.summary-item small { display:block; color:var(--muted); font-size:11px; margin-top:3px; }
.summary-price { font-weight:850; font-size:13px; }
.promo-row { display:grid; grid-template-columns:1fr auto; gap:9px; margin-top:18px; }
.summary-lines { display:grid; gap:10px; margin-top:20px; }
.summary-line { display:flex; justify-content:space-between; gap:15px; color:var(--muted); font-size:14px; }
.summary-line.total { padding-top:15px; margin-top:4px; border-top:1px solid var(--line); color:var(--ink); font-size:17px; font-weight:850; }
.summary-line.total strong { font-size:25px; }
.order-success { min-height:520px; display:grid; place-items:center; text-align:center; }
.success-icon { width:88px; height:88px; display:grid; place-items:center; margin:0 auto 22px; border-radius:50%; color:white; background:var(--success); font-size:42px; box-shadow:0 15px 35px rgba(22,163,106,.24); }
.order-number { display:inline-flex; padding:7px 12px; margin:15px 0; border-radius:9px; color:#c94f00; background:#ffefdc; font-weight:850; }
.status-box { margin-top:24px; padding:18px; border:1px solid var(--line); border-radius:17px; background:#fafbfe; }
.status-track { display:grid; grid-template-columns:repeat(4,1fr); margin-top:18px; }
.status-step { position:relative; text-align:center; color:var(--muted); font-size:11px; }
.status-step::before { content:""; position:relative; z-index:2; display:block; width:18px; height:18px; margin:0 auto 8px; border:4px solid #e3e5ed; border-radius:50%; background:white; }
.status-step:not(:last-child)::after { content:""; position:absolute; z-index:1; left:50%; top:7px; width:100%; height:3px; background:#e3e5ed; }
.status-step.active::before { border-color:var(--primary); background:var(--primary); }
.status-step.active:not(:last-child)::after { background:var(--primary); }

.contact-grid { display:grid; grid-template-columns:.75fr 1.25fr; gap:32px; align-items:start; }
.contact-panel { padding:32px; border-radius:26px; color:white; background:linear-gradient(145deg,#12152a,#48258c); box-shadow:var(--shadow); }
.contact-panel h2 { margin:0; font-size:30px; }
.contact-panel p { color:#c4c6d4; }
.contact-details { display:grid; gap:12px; margin-top:25px; }
.contact-detail { display:flex; gap:12px; align-items:center; padding:13px; border:1px solid rgba(255,255,255,.10); border-radius:14px; background:rgba(255,255,255,.06); }
.contact-detail i { width:38px; height:38px; display:grid; place-items:center; border-radius:11px; background:rgba(255,255,255,.1); font-style:normal; }
.contact-detail strong { display:block; font-size:13px; }
.contact-detail small { color:#bfc1cf; }

/* Blog */
.blog-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:22px; }
.article-card { overflow:hidden; border:1px solid var(--line); border-radius:24px; background:white; box-shadow:var(--shadow-sm); transition:.22s; }
.article-card:hover { transform:translateY(-5px); box-shadow:var(--shadow); }
.article-cover { position:relative; height:210px; overflow:hidden; display:flex; align-items:flex-end; padding:22px; color:white; background:linear-gradient(135deg,#ff6b00,#ff9500 60%,#ffb000); }
.article-cover::before { content:""; position:absolute; width:220px; height:220px; border:1px solid rgba(255,255,255,.26); border-radius:50%; right:-80px; top:-90px; }
.article-cover::after { content:""; position:absolute; width:120px; height:120px; background:rgba(255,255,255,.13); border-radius:30px; transform:rotate(25deg); left:-35px; bottom:-45px; }
.article-category { position:relative; z-index:1; padding:5px 9px; border-radius:99px; background:rgba(11,13,28,.35); backdrop-filter:blur(8px); font-size:11px; font-weight:800; }
.article-body { padding:22px; }
.article-meta { color:var(--muted); font-size:12px; }
.article-card h2,.article-card h3 { margin:10px 0 8px; font-size:22px; line-height:1.2; letter-spacing:-.025em; }
.article-card p { margin:0; color:var(--muted); font-size:14px; }
.article-page { padding:55px 0 90px; }
.article-header { text-align:center; }
.article-header .article-category { display:inline-flex; color:white; background:var(--primary); }
.article-header h1 { margin:18px auto 0; max-width:950px; font-size:clamp(42px,5.5vw,70px); line-height:1; letter-spacing:-.055em; }
.article-header p { margin:20px auto 0; max-width:730px; color:var(--muted); font-size:18px; }
.article-hero-cover { height:430px; margin-top:42px; border-radius:32px; background:linear-gradient(135deg,#11142a,#ff6b00 45%,#ff9500 75%,#ffb000); position:relative; overflow:hidden; }
.article-hero-cover::before { content:"BOOSTIC"; position:absolute; left:50%; top:50%; transform:translate(-50%,-50%) rotate(-7deg); color:rgba(255,255,255,.92); font-size:clamp(60px,12vw,150px); font-weight:950; letter-spacing:-.08em; }
.article-content { margin-top:50px; color:#41475a; font-size:17px; }
.article-content h2 { margin:50px 0 16px; color:var(--ink); font-size:34px; line-height:1.2; letter-spacing:-.035em; }
.article-content h3 { margin:34px 0 12px; color:var(--ink); font-size:24px; }
.article-content p { margin:0 0 20px; }
.article-content ul,.article-content ol { padding-left:24px; }
.article-content li { margin:9px 0; }
.article-content blockquote { margin:30px 0; padding:22px 24px; border-left:4px solid var(--primary); border-radius:0 16px 16px 0; color:#3f3659; background:#fff6ec; font-weight:650; }
.article-toc { padding:22px; margin:30px 0; border:1px solid var(--line); border-radius:18px; background:white; }
.article-toc strong { display:block; margin-bottom:10px; }
.article-toc a { display:block; padding:5px 0; color:var(--primary); font-size:14px; }

/* Account */
.account-shell { display:grid; grid-template-columns:270px 1fr; gap:28px; }
.account-nav { padding:18px; border:1px solid var(--line); border-radius:22px; background:white; align-self:start; }
.account-user { display:flex; align-items:center; gap:11px; padding:11px; margin-bottom:12px; border-radius:14px; background:#fff7ef; }
.account-avatar { width:42px; height:42px; display:grid; place-items:center; border-radius:13px; color:white; background:linear-gradient(135deg,var(--primary),var(--primary-2)); font-weight:900; }
.account-user strong { display:block; font-size:13px; }
.account-user small { color:var(--muted); font-size:11px; }
.account-link { width:100%; display:flex; align-items:center; gap:10px; padding:11px 12px; border:0; border-radius:12px; color:#4a5063; background:transparent; text-align:left; font-weight:700; font-size:14px; }
.account-link.active,.account-link:hover { color:var(--primary); background:#fff2e3; }
.account-content { min-width:0; }
.order-table-wrap { overflow:auto; border:1px solid var(--line); border-radius:18px; background:white; }
.order-table { width:100%; border-collapse:collapse; min-width:650px; }
.order-table th,.order-table td { padding:15px 17px; border-bottom:1px solid var(--line); text-align:left; font-size:13px; }
.order-table th { color:var(--muted); background:#fafbfe; font-size:11px; text-transform:uppercase; letter-spacing:.08em; }
.status-pill { display:inline-flex; padding:5px 9px; border-radius:99px; color:#047857; background:#e7f8f0; font-size:11px; font-weight:800; }

/* Legal */
.legal-page { padding:60px 0 95px; }
.legal-card { padding:44px; border:1px solid var(--line); border-radius:28px; background:white; box-shadow:var(--shadow-sm); }
.legal-card h1 { margin:0 0 12px; font-size:46px; line-height:1.05; letter-spacing:-.045em; }
.legal-card .updated { color:var(--muted); font-size:13px; }
.legal-card h2 { margin:42px 0 13px; font-size:27px; letter-spacing:-.025em; }
.legal-card h3 { margin:28px 0 10px; font-size:19px; }
.legal-card p,.legal-card li { color:#4a5063; }
.legal-card li { margin:8px 0; }
.legal-placeholder { padding:14px 16px; border:1px dashed #c7b9ee; border-radius:14px; color:#c94f00; background:#fff7ef; font-weight:700; }

/* Footer */
.site-footer { color:#c5c8d5; background:#0b0d1c; }
.footer-top { padding:72px 0 42px; }
.footer-grid { display:grid; grid-template-columns:1.2fr repeat(4,.7fr); gap:42px; }
.footer-brand img { width:170px; filter:brightness(0) invert(1); }
.footer-brand p { max-width:330px; margin:18px 0 0; color:#9ea3b6; font-size:14px; }
.footer-badges { display:flex; gap:8px; flex-wrap:wrap; margin-top:20px; }
.footer-badge { padding:6px 9px; border:1px solid rgba(255,255,255,.10); border-radius:8px; color:#bfc3d2; font-size:11px; }
.footer-col h3 { margin:0 0 16px; color:white; font-size:14px; }
.footer-links { display:grid; gap:10px; }
.footer-links a { color:#9ea3b6; font-size:13px; transition:color .2s; }
.footer-links a:hover { color:white; }
.footer-bottom { padding:22px 0; border-top:1px solid rgba(255,255,255,.08); }
.footer-bottom-inner { display:flex; align-items:center; justify-content:space-between; gap:20px; color:#83889c; font-size:12px; }
.social-links { display:flex; gap:7px; }
.social-links a { width:34px; height:34px; display:grid; place-items:center; border:1px solid rgba(255,255,255,.1); border-radius:10px; color:white; }

/* Cookie banner, toast */
.cookie-banner { position:fixed; z-index:1800; left:20px; bottom:20px; width:min(430px,calc(100% - 40px)); padding:20px; border:1px solid var(--line); border-radius:18px; background:white; box-shadow:var(--shadow-lg); transform:translateY(calc(100% + 50px)); opacity:0; transition:.3s; }
.cookie-banner.show { transform:translateY(0); opacity:1; }
.cookie-banner h3 { margin:0; font-size:17px; }
.cookie-banner p { margin:7px 0 14px; color:var(--muted); font-size:12px; }
.cookie-actions { display:flex; gap:8px; }
.toast { position:fixed; z-index:1900; right:22px; bottom:22px; max-width:360px; display:flex; align-items:center; gap:11px; padding:14px 17px; border-radius:15px; color:white; background:#111528; box-shadow:var(--shadow-lg); transform:translateY(30px); opacity:0; pointer-events:none; transition:.25s; }
.toast.show { transform:translateY(0); opacity:1; }
.toast i { width:26px; height:26px; display:grid; place-items:center; border-radius:50%; color:white; background:var(--success); font-style:normal; }

/* Utility */
.inline-icon { width:20px; height:20px; }
.hidden { display:none !important; }
.sr-only { position:absolute !important; width:1px !important; height:1px !important; padding:0 !important; margin:-1px !important; overflow:hidden !important; clip:rect(0,0,0,0) !important; white-space:nowrap !important; border:0 !important; }
.divider { height:1px; background:var(--line); margin:26px 0; }
.badge { display:inline-flex; align-items:center; gap:6px; padding:6px 10px; border-radius:99px; color:#c94f00; background:#ffefdc; font-size:12px; font-weight:800; }
.pulse-dot { width:7px; height:7px; border-radius:50%; background:var(--success); box-shadow:0 0 0 4px rgba(22,163,106,.12); }

@media (max-width: 1080px) {
  .main-nav { display:none; }
  .menu-button { display:grid; }
  .header-actions .header-cta { display:none; }
  .hero-grid { grid-template-columns:1fr; gap:42px; }
  .hero { padding-top:65px; }
  .hero-copy { max-width:760px; }
  .hero-visual { max-width:760px; width:100%; margin-inline:auto; }
  .platform-grid { grid-template-columns:repeat(2,1fr); }
  .split-grid { gap:45px; }
  .benefit-grid { grid-template-columns:repeat(2,1fr); }
  .footer-grid { grid-template-columns:1.3fr repeat(2,1fr); }
  .footer-brand { grid-row:span 2; }
  .page-hero-grid { gap:30px; }
  .service-grid { grid-template-columns:repeat(2,1fr); }
  .product-grid { grid-template-columns:1fr 400px; gap:35px; }
  .checkout-grid { grid-template-columns:1fr 390px; gap:30px; }
}

.mobile-nav { position:fixed; z-index:1400; inset:calc(36px + var(--header-h)) 0 auto 0; max-height:calc(100vh - 114px); overflow:auto; padding:18px 20px 28px; border-top:1px solid var(--line); background:white; transform:translateY(-15px); opacity:0; visibility:hidden; transition:.2s; box-shadow:0 30px 55px rgba(16,20,38,.12); }
body.mobile-open .mobile-nav { transform:translateY(0); opacity:1; visibility:visible; }
.mobile-nav-links { display:grid; gap:4px; }
.mobile-nav-links > a { padding:12px 13px; border-radius:12px; font-weight:800; }
.mobile-nav-links > a:hover { background:#fff3e6; color:var(--primary); }
.mobile-platforms { display:grid; grid-template-columns:repeat(2,1fr); gap:8px; margin:10px 0 16px; }
.mobile-platform { display:flex; align-items:center; gap:9px; padding:10px; border:1px solid var(--line); border-radius:12px; font-size:13px; font-weight:750; }
.mobile-platform .platform-icon { width:34px; height:34px; border-radius:10px; }
.mobile-platform .platform-icon img { width:20px; }

@media (max-width: 820px) {
  :root { --header-h: 70px; }
  .container,.narrow { width:min(calc(100% - 30px),var(--container)); }
  .section { padding:72px 0; }
  .section-head { display:block; }
  .section-head .btn { margin-top:22px; }
  .header-inner { gap:14px; }
  .brand img { width:142px; }
  .hero { min-height:auto; padding:58px 0 78px; }
  .hero h1 { font-size:clamp(43px,12vw,64px); }
  .hero-checks { grid-template-columns:1fr; }
  .hero-visual { min-height:450px; }
  .floating-chip.one { left:0; top:30px; }
  .floating-chip.two { right:0; top:110px; }
  .floating-chip.three { right:10px; bottom:15px; }
  .split-grid,.page-hero-grid,.contact-grid { grid-template-columns:1fr; }
  .split-grid { gap:38px; }
  .visual-panel { min-height:500px; }
  .steps-grid { grid-template-columns:1fr; }
  .offer-grid { grid-template-columns:1fr; }
  .cta-band { padding:38px 30px; }
  .cta-band-inner { display:block; }
  .cta-band .btn { margin-top:24px; }
  .page-hero { padding:58px 0 50px; }
  .category-visual { min-height:300px; }
  .product-grid,.checkout-grid { grid-template-columns:1fr; }
  .order-card,.checkout-summary { position:static; }
  .related-grid { grid-template-columns:1fr; }
  .blog-grid { grid-template-columns:repeat(2,1fr); }
  .article-hero-cover { height:330px; }
  .account-shell { grid-template-columns:1fr; }
  .account-nav { display:grid; grid-template-columns:repeat(2,1fr); }
  .account-user { grid-column:1/-1; }
  .footer-grid { grid-template-columns:repeat(2,1fr); }
  .footer-brand { grid-column:1/-1; grid-row:auto; }
  .footer-bottom-inner { align-items:flex-start; flex-direction:column; }
}

@media (max-width: 560px) {
  body { font-size:15px; }
  .announcement { min-height:40px; font-size:11px; }
  .site-header { top:0; }
  .header-actions .account-button { display:none; }
  .icon-button { width:41px; height:41px; }
  .hero { padding-top:46px; }
  .hero-badge { font-size:11px; }
  .hero h1 { font-size:44px; }
  .hero-copy { font-size:16px; }
  .hero-actions { align-items:stretch; flex-direction:column; }
  .hero-actions .btn { width:100%; }
  .hero-trust { align-items:flex-start; }
  .hero-visual { min-height:350px; }
  .hero-image { transform:scale(1.05); }
  .floating-chip { padding:9px 10px; }
  .floating-chip img { width:23px; height:23px; }
  .floating-chip strong { font-size:11px; }
  .floating-chip small { display:none; }
  .floating-chip.one { left:-4px; top:18px; }
  .floating-chip.two { right:-4px; top:92px; }
  .floating-chip.three { right:0; bottom:4px; }
  .platform-grid,.service-grid,.benefit-grid,.blog-grid { grid-template-columns:1fr; }
  .platform-card { min-height:250px; }
  .section-title { font-size:37px; }
  .section-lead { font-size:16px; }
  .visual-panel { min-height:430px; }
  .phone-card { width:235px; height:390px; border-radius:34px; }
  .phone-post { height:170px; }
  .stat-float { padding:10px 12px; }
  .stat-float.a { left:8px; top:48px; }
  .stat-float.b { right:8px; bottom:50px; }
  .cta-band { padding:32px 23px; border-radius:24px; }
  .category-visual { min-height:260px; }
  .category-orbit { width:250px; height:250px; }
  .category-main-icon { width:130px; height:130px; border-radius:36px; }
  .category-main-icon img { width:70px; }
  .product-page { padding-top:35px; }
  .product-feature-grid,.preview-metrics,.form-grid { grid-template-columns:1fr; }
  .preview-content { padding:28px 22px; }
  .product-preview { min-height:380px; }
  .tier-grid { grid-template-columns:1fr; }
  .order-card,.checkout-card { padding:22px; border-radius:21px; }
  .checkout-card h1 { font-size:32px; }
  .contact-panel { padding:24px; }
  .article-header h1 { font-size:42px; }
  .article-hero-cover { height:250px; border-radius:22px; }
  .article-content { font-size:16px; }
  .article-content h2 { font-size:29px; }
  .account-nav { grid-template-columns:1fr; }
  .account-user { grid-column:auto; }
  .legal-card { padding:27px 22px; border-radius:22px; }
  .legal-card h1 { font-size:37px; }
  .footer-grid { grid-template-columns:1fr; gap:30px; }
  .cookie-banner { left:12px; bottom:12px; width:calc(100% - 24px); }
  .toast { left:12px; right:12px; bottom:12px; max-width:none; }
}
