:root {
  --sky: #3FA9F5;
  --sky-hover: #2B8FDA;
  --sky-deep: #1C6FB0;
  --heat: #FF7A45;
  --heat-hover: #E9622F;
  --heat-light: #FFA57A;

  --navy-deep: #0B1F33;
  --navy: #12283F;
  --navy-2: #16324E;
  --footer: #081525;

  --bg: #F5FAFE;
  --bg-ice: #EAF3FA;
  --bg-ice-2: #E1EDF8;
  --card: #FFFFFF;
  --card-2: #F5FAFE;

  --tint: #DCEEFC;
  --border: #D3E4F2;
  --border-2: #C1D8EB;

  --text: #0F2036;
  --text-body: #33465C;
  --text-muted: #55688068;
  --text-muted: #55688C;
  --text-soft: #5C7089;
  --text-faint: #7189A3;

  --on-dark: #EAF3FC;
  --on-dark-muted: #9DBBD8;
  --label-dark: #7DD3FC;

  --heading: 'Sora', system-ui, -apple-system, sans-serif;
  --sans: 'Inter', system-ui, -apple-system, sans-serif;
  --maxw: 1160px;
  --radius: 16px;
  --shadow: 0 14px 32px -18px rgba(11,31,51,0.22);
  --shadow-sm: 0 8px 20px -14px rgba(11,31,51,0.18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body {
  margin: 0;
  font-family: var(--sans);
  color: var(--text);
  background: var(--bg);
  line-height: 1.5;
  overflow-x: hidden;
}
h1, h2, h3 { font-family: var(--heading); font-weight: 700; margin: 0; }
p { margin: 0; }
a { color: var(--sky-deep); text-decoration: none; }
a:hover { color: var(--sky-hover); }
img { display: block; max-width: 100%; height: auto; }

.wrap { max-width: var(--maxw); margin: 0 auto; padding-left: 28px; padding-right: 28px; }
.eyebrow { font-family: 'Sora', monospace; font-size: 12px; letter-spacing: 0.16em; font-weight: 700; text-transform: uppercase; }
.eyebrow.sky { color: var(--sky-deep); }
.eyebrow.ice { color: var(--sky-deep); }
.eyebrow.light { color: var(--label-dark); }
.section-head { text-align: center; margin-bottom: 44px; }
.section-head h2 { font-size: 34px; color: var(--text); margin-top: 12px; }
.how-works-sub{ color: var(--on-dark) !important; }
.section-head p { color: var(--text-muted); font-size: 15px; max-width: 36em; margin: 12px auto 0; line-height: 1.55; }
.section-head p b { color: var(--heat); font-weight: 700; letter-spacing: 0.02em; }
.on-dark { color: #fff; }
.on-dark-sub { color: var(--on-dark-muted); }
.stars { color: var(--heat); letter-spacing: 1px; }

.ph {
  position: relative;
  width: 100%;
  border-radius: 20px;
  display: flex; align-items: center; justify-content: center; text-align: center;
  background: repeating-linear-gradient(135deg, #DCEEFC, #DCEEFC 14px, #EAF3FA 14px, #EAF3FA 28px);
  border: 1px solid var(--border-2);
  color: var(--text-soft);
  overflow: hidden;
}
.ph-label { font-family: 'Sora', monospace; font-size: 12px; letter-spacing: 0.04em; line-height: 1.5; font-weight: 600; }
.ph-hero { aspect-ratio: 1 / 1; max-width: 460px; margin: 0 auto; }

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  border: none; cursor: pointer; text-decoration: none; max-width: 100%;
  font-family: var(--heading); font-weight: 700; border-radius: 13px;
  transition: background 0.15s ease, transform 0.15s ease;
}
.btn:hover { color: #fff; }
.btn-primary { background: var(--sky); color: #fff; box-shadow: 0 14px 30px -12px rgba(63,169,245,0.55); }
.btn-primary:hover { background: var(--sky-hover); }
.btn-accent { background: var(--heat); color: #fff; box-shadow: 0 14px 30px -12px rgba(255,122,69,0.5); }
.btn-accent:hover { background: var(--heat-hover); color: #fff; }
.btn-lg { font-size: 16.5px; padding: 16px 30px; border-radius: 14px; }
.btn-xl { font-size: 19px; padding: 21px 44px; border-radius: 15px; }
.btn-md { font-size: 16px; padding: 17px 28px; }
.btn-cta { font-size: 17px; padding: 17px 33px; }

.promo {
  position: sticky; top: 0; z-index: 50;
  background: var(--navy-deep); color: #EAF3FC;
  display: flex; align-items: center; justify-content: center;
  gap: 16px; padding: 10px 18px; font-size: 14px; font-weight: 600;
  flex-wrap: wrap; text-align: center; border-bottom: 1px solid var(--border-2);
}
.promo strong { color: var(--label-dark); }
.promo .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--sky); display: inline-block; animation: pulse 1.6s ease-in-out infinite; }
.promo .code { font-family: 'Sora', monospace; background: var(--heat); color: #fff; padding: 2px 9px; border-radius: 5px; letter-spacing: 0.06em; }
.promo .muted { opacity: 0.75; }
@keyframes pulse { 0%,100% { opacity: 1; } 50% { opacity: 0.4; } }

.site-header { position: relative; background: #FFFFFF; border-bottom: 1px solid #E1EAF2; }
.nav { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 16px 28px; max-width: var(--maxw); margin: 0 auto; }
.brand { display: flex; align-items: center; gap: 10px; text-decoration: none; }
.brand-mark { width: 30px; height: 30px; border-radius: 9px; background: linear-gradient(145deg, var(--sky), var(--sky-deep)); flex: none; position: relative; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.brand-mark img { width: 20px; height: 20px; object-fit: contain; }
.brand-word { font-family: var(--heading); font-weight: 800; font-size: 19px; color: var(--navy-deep); letter-spacing: -0.01em; }
.nav-links { display: flex; align-items: center; gap: 22px; font-size: 14px; font-weight: 600; color: #33465C; }
.nav-links a { text-decoration: none; color: inherit; }
.nav-links a:hover { color: var(--sky-deep); }
.nav-cta { background: var(--sky); color: #fff; padding: 10px 18px; border-radius: 10px; text-decoration: none; font-weight: 700; }
.nav-cta, .nav-cta:hover, .nav-cta:visited, .nav-cta:active, .nav-cta:link { color: #fff !important; }
.nav-cta:hover { background: var(--sky-hover); }
.nav-toggle { display: none; flex-direction: column; gap: 4px; background: #EEF5FC; border: 1px solid #DCE8F3; border-radius: 10px; padding: 11px 12px; cursor: pointer; }
.nav-toggle span { display: block; width: 20px; height: 2.5px; border-radius: 2px; background: var(--navy-deep); }
.mobile-menu { display: none; position: absolute; top: 100%; left: 16px; right: 16px; z-index: 60; background: #FFFFFF; border: 1px solid #DCE8F3; border-radius: 14px; box-shadow: 0 20px 44px -18px rgba(11,31,51,0.25); padding: 10px; flex-direction: column; }
.mobile-menu.open { display: flex; }
.mobile-menu a { text-decoration: none; font-size: 15px; font-weight: 600; color: #1B3A57; padding: 13px 14px; border-radius: 9px; }
.mobile-menu a:hover { background: #EEF5FC; }
.mobile-menu .nav-cta { margin-top: 6px; text-align: center; padding: 14px; }

.hero { background: linear-gradient(180deg, var(--bg), var(--bg-ice)); overflow: hidden; }
.hero-inner { display: flex; gap: 48px; padding: 44px 28px 28px; align-items: center; flex-wrap: wrap; max-width: var(--maxw); margin: 0 auto; }
.hero-copy { flex: 1 1 440px; min-width: 300px; }
.hero-kicker { display: inline-block; font-family: var(--heading); font-size: 12.5px; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; color: var(--sky-deep); background: var(--tint); padding: 7px 15px; border-radius: 999px; margin-bottom: 18px; }
.hero h1 { font-size: 50px; line-height: 1.05; color: var(--text); margin-bottom: 18px; letter-spacing: -0.02em; }
.hero .lead { font-size: 18px; line-height: 1.55; color: var(--text-muted); margin-bottom: 26px; max-width: 34em; }
.hero-stats { display: flex; gap: 14px; margin-bottom: 30px; flex-wrap: wrap; }
.hero-stat { display: flex; flex-direction: column; gap: 2px; padding: 12px 18px; background: var(--card); border: 1px solid var(--border-2); border-radius: 13px; box-shadow: var(--shadow-sm); }
.hero-stat b { font-family: var(--heading); font-weight: 800; font-size: 19px; color: var(--sky-deep); }
.hero-stat span { font-size: 12px; color: var(--text-soft); font-weight: 600; }
.hero-cta-row { display: flex; flex-direction: column; gap: 14px; align-items: flex-start; }
.hero-note { display: flex; align-items: center; gap: 16px; font-size: 13px; color: var(--text-soft); flex-wrap: wrap; }
.hero-media { flex: 1 1 360px; min-width: 280px; max-width: 480px; margin: 0 auto; }
.hero-visual { position: relative; display: flex; align-items: center; justify-content: center; width: 100%; }
.hero-shot-wrap { position: relative; display: flex; align-items: center; justify-content: center; aspect-ratio: 1 / 1; width: 100%; }
.hero-orb { position: absolute; inset: 6%; border-radius: 44% 56% 58% 42% / 48% 44% 56% 52%; background: linear-gradient(150deg, var(--tint), var(--bg-ice-2)); z-index: 0; }
.hero-shot { position: relative; z-index: 1; width: 78%; max-width: 360px; height: auto; object-fit: contain; filter: drop-shadow(0 24px 40px rgba(11,31,51,0.22)); }

.hero-tag { position: absolute; z-index: 2; background: var(--card); border: 1px solid var(--border-2); border-radius: 14px; padding: 10px 16px; box-shadow: var(--shadow); display: flex; align-items: center; gap: 8px; }
.hero-tag--discount { top: 6%; right: 2%; flex-direction: column; align-items: center; gap: 0; background: var(--heat); border-color: var(--heat); padding: 12px 16px; }
.hero-tag--discount b { font-family: var(--heading); font-weight: 800; font-size: 21px; color: #fff; line-height: 1; }
.hero-tag--discount span { font-size: 10.5px; color: #FFE4D6; font-weight: 700; text-transform: uppercase; letter-spacing: 0.04em; }
.hero-tag--rating { bottom: 8%; left: 0%; font-size: 12.5px; color: var(--text-soft); font-weight: 600; }
.hero-tag--rating .stars { font-size: 13px; }

.trust { border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); background: var(--bg); }
.trust-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 4px; padding: 6px 12px; max-width: var(--maxw); margin: 0 auto; }
.trust-item { display: flex; align-items: center; gap: 11px; padding: 16px 14px; justify-content: center; }
.trust-item .ico { flex: none; width: 34px; height: 34px; border-radius: 9px; background: var(--tint); color: var(--sky-deep); display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 15px; }
.trust-item b { font-size: 14px; font-weight: 800; color: var(--text); display: block; }
.trust-item small { font-size: 12px; color: var(--text-faint); }

.band { padding: 76px 0; }
.band-ice { background: var(--bg-ice); }
.band-navy { background: var(--navy-deep); color: var(--on-dark); }

.duo { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; align-items: stretch; }
.duo-panel { border-radius: 20px; padding: clamp(24px, 4vw, 38px); }
.duo-tag { display: inline-block; font-size: 11.5px; font-weight: 800; letter-spacing: 0.06em; text-transform: uppercase; padding: 5px 12px; border-radius: 999px; margin-bottom: 16px; }
.duo-problem { background: var(--navy-deep); color: var(--on-dark); }
.duo-problem .duo-tag { background: rgba(255,122,69,0.18); color: var(--heat-light); }
.duo-problem h3 { font-size: 22px; color: #fff; margin-bottom: 14px; line-height: 1.25; }
.duo-problem p { font-size: 15px; color: var(--on-dark-muted); line-height: 1.62; margin-bottom: 16px; }
.duo-solution { background: var(--card); border: 1px solid var(--border-2); box-shadow: var(--shadow); }
.duo-solution .duo-tag { background: var(--tint); color: var(--sky-deep); }
.duo-solution h3 { font-size: 22px; color: var(--text); margin-bottom: 14px; line-height: 1.25; }
.duo-solution p { font-size: 15px; color: var(--text-body); line-height: 1.62; margin-bottom: 16px; }
.duo-list { margin: 0; padding: 0; list-style: none; display: flex; flex-direction: column; gap: 10px; }
.duo-list li { font-size: 14px; line-height: 1.5; padding-left: 22px; position: relative; }
.duo-problem .duo-list li { color: var(--on-dark-muted); }
.duo-solution .duo-list li { color: var(--text-soft); }
.duo-problem .duo-list li::before { content: "\2715"; position: absolute; left: 0; top: 1px; color: var(--heat-light); font-weight: 800; font-size: 12px; }
.duo-solution .duo-list li::before { content: "\2713"; position: absolute; left: 0; top: 1px; color: var(--sky-deep); font-weight: 800; font-size: 12px; }

.flow { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; margin-top: 8px; }
.flow-line { display: none; }
.flow-step { position: relative; background: var(--navy); border: 1px solid rgba(125,211,252,0.18); border-radius: 18px; padding: 30px 24px 26px; text-align: center; }
.flow-ico { width: 52px; height: 52px; border-radius: 14px; background: rgba(125,211,252,0.12); color: var(--label-dark); display: flex; align-items: center; justify-content: center; margin: 0 auto 14px; }
.flow-ico svg { width: 26px; height: 26px; }
.flow-n { display: inline-flex; align-items: center; justify-content: center; width: 26px; height: 26px; border-radius: 50%; background: var(--sky); color: #fff; font-family: var(--heading); font-weight: 800; font-size: 13px; margin-bottom: 10px; }
.flow-step h3 { font-size: 17px; color: #fff; margin-bottom: 8px; }
.flow-step p { font-size: 14px; color: var(--on-dark-muted); line-height: 1.55; }
.center-cta { text-align: center; margin-top: 36px; }

.guide-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 18px; }
.guide-card { background: var(--card); border: 1px solid var(--border-2); border-radius: var(--radius); padding: 26px 24px; box-shadow: var(--shadow-sm); }
.guide-ico { font-size: 28px; display: block; margin-bottom: 12px; }
.guide-card h3 { font-size: 18px; color: var(--text); margin-bottom: 10px; }
.guide-meta { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 12px; }
.guide-meta span { font-size: 11.5px; font-weight: 700; color: var(--sky-deep); background: var(--tint); padding: 4px 10px; border-radius: 999px; }
.guide-card p { font-size: 14px; color: var(--text-soft); line-height: 1.55; }

.i-ico { flex: none; display: inline-flex; align-items: center; justify-content: center; }
.i-ico svg { width: 22px; height: 22px; display: block; }

.cards-auto { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 18px; }
.benefit-card { background: var(--card); border: 1px solid var(--border); border-radius: var(--radius); padding: 26px 24px; box-shadow: var(--shadow-sm); }
.benefit-card h3 { font-family: var(--sans); font-size: 17px; color: var(--text); margin-bottom: 8px; display: flex; align-items: center; gap: 12px; }
.benefit-card h3 .i-ico { width: 40px; height: 40px; border-radius: 11px; background: var(--tint); color: var(--sky-deep); }
.benefit-card p { font-size: 14.5px; color: var(--text-soft); line-height: 1.55; }

.spec-table { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 14px; }
.spec-cell { background: var(--card); border: 1px solid var(--border-2); border-radius: 14px; padding: 18px 20px; display: flex; flex-direction: column; gap: 4px; box-shadow: var(--shadow-sm); }
.spec-k { font-size: 12px; color: var(--text-faint); font-weight: 600; text-transform: uppercase; letter-spacing: 0.03em; }
.spec-v { font-size: 16px; color: var(--text); font-weight: 700; font-family: var(--heading); }

.matrix { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 18px; align-items: stretch; }
.matrix-card { background: var(--card); border: 1px solid var(--border-2); border-radius: 18px; padding: 26px 24px; box-shadow: var(--shadow-sm); position: relative; }
.matrix-card h3 { font-size: 18px; color: var(--text); margin: 4px 0 16px; }
.matrix-card ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 11px; }
.matrix-card li { font-size: 14px; line-height: 1.45; padding-left: 24px; position: relative; color: var(--text-soft); }
.matrix-card li.yes::before { content: "\2713"; position: absolute; left: 0; color: var(--sky-deep); font-weight: 800; }
.matrix-card li.no::before { content: "\2715"; position: absolute; left: 0; color: var(--heat); font-weight: 800; }
.matrix-card li.mid::before { content: "~"; position: absolute; left: 2px; color: var(--text-faint); font-weight: 800; }
.matrix-best { background: var(--navy-deep); border-color: var(--navy-deep); box-shadow: var(--shadow); }
.matrix-best h3 { color: #fff; }
.matrix-best li { color: var(--on-dark-muted); }
.matrix-best li.yes::before { color: var(--label-dark); }
.matrix-flag { position: absolute; top: -12px; left: 24px; background: var(--sky); color: #fff; font-size: 11px; font-weight: 800; letter-spacing: 0.05em; text-transform: uppercase; padding: 5px 14px; border-radius: 999px; }

.reviews-head { text-align: center; margin-bottom: 12px; }
.reviews-head h2 { font-size: 34px; margin: 12px 0 8px; }
.reviews-head .rate { font-size: 14px; font-weight: 600; }
.reviews-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 18px; margin-top: 32px; }
.review-card { background: var(--navy); border: 1px solid rgba(125,211,252,0.18); border-radius: var(--radius); padding: 24px; display: flex; flex-direction: column; }
.review-card .stars { margin-bottom: 10px; }
.review-card h3 { font-family: var(--sans); font-size: 15.5px; color: #fff; margin-bottom: 8px; }
.review-card p { font-size: 14.5px; color: var(--on-dark-muted); line-height: 1.55; margin-bottom: 18px; }
.review-who { display: flex; align-items: center; gap: 10px; margin-top: auto; font-size: 13px; }
.review-who .av { width: 34px; height: 34px; border-radius: 50%; background: rgba(125,211,252,0.16); color: var(--label-dark); display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 13px; overflow: hidden; flex: none; }
.review-who .av img { width: 100%; height: 100%; object-fit: cover; }
.review-who b { color: #fff; }
.review-who .verified { color: var(--label-dark); font-weight: 700; }

.pricing-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 18px; align-items: stretch; }
.price-card { position: relative; background: var(--card); border: 1px solid var(--border-2); border-radius: 18px; padding: 26px 22px 24px; display: flex; flex-direction: column; box-shadow: var(--shadow); }
.price-card.popular { border-color: var(--sky); box-shadow: 0 20px 44px -20px rgba(63,169,245,0.5); }
.price-flag { position: absolute; top: -12px; left: 50%; transform: translateX(-50%); white-space: nowrap; background: var(--sky); color: #fff; font-size: 11px; font-weight: 800; letter-spacing: 0.05em; text-transform: uppercase; padding: 5px 14px; border-radius: 999px; }
.price-flag.alt { background: var(--heat); }
.price-qty { font-family: var(--heading); font-weight: 700; font-size: 22px; color: var(--text); margin-bottom: 2px; }
.price-sub { font-size: 13px; color: var(--text-soft); margin-bottom: 16px; }
.price-off { display: inline-block; align-self: flex-start; background: var(--tint); color: var(--sky-deep); font-size: 12px; font-weight: 800; padding: 4px 11px; border-radius: 999px; margin-bottom: 14px; }
.price-was { font-size: 14px; color: var(--text-faint); margin-bottom: 16px; }
.price-was s { text-decoration-color: var(--heat); }
.price-per { display: flex; align-items: baseline; gap: 6px; margin-bottom: 4px; }
.price-per b { font-family: var(--heading); font-weight: 800; font-size: 38px; color: var(--text); line-height: 1; }
.price-per span { font-size: 13px; color: var(--text-muted); font-weight: 600; }
.price-total { font-size: 13.5px; color: var(--text-soft); margin-bottom: 18px; }
.price-card .btn { margin-top: auto; justify-content: center; width: 100%; font-size: 15px; padding: 14px 18px; }
.price-note { text-align: center; font-size: 13px; color: var(--text-soft); margin-top: 24px; display: flex; gap: 18px; justify-content: center; flex-wrap: wrap; }

.faq-wrap-inner { max-width: 820px; }
.faq-list { display: flex; flex-direction: column; gap: 10px; }
.faq-item { background: var(--card); border: 1px solid var(--border); border-radius: 13px; overflow: hidden; box-shadow: var(--shadow-sm); }
.faq-q { list-style: none; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 18px 22px; cursor: pointer; }
.faq-q::-webkit-details-marker { display: none; }
.faq-q span:first-child { font-size: 15.5px; font-weight: 700; color: var(--text); }
.faq-q .sign { flex: none; width: 22px; height: 22px; position: relative; }
.faq-q .sign::before, .faq-q .sign::after { content: ""; position: absolute; background: var(--sky-deep); border-radius: 2px; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.faq-q .sign::before { width: 15px; height: 2.5px; }
.faq-q .sign::after { width: 2.5px; height: 15px; transition: transform 0.2s ease, opacity 0.2s ease; }
.faq-item[open] .faq-q .sign::after { opacity: 0; transform: translate(-50%, -50%) rotate(90deg); }
.faq-a { padding: 0 22px 20px; font-size: 14.5px; color: var(--text-muted); line-height: 1.6; }

.final { background: var(--navy-deep); text-align: center; border-top: 1px solid rgba(125,211,252,0.18); }
.final-inner { max-width: 780px; margin: 0 auto; padding: 84px 28px; }
.final .pill { display: inline-block; background: rgba(63,169,245,0.16); color: var(--label-dark); font-weight: 700; font-size: 13px; padding: 7px 15px; border-radius: 999px; margin-bottom: 20px; }
.final h2 { font-size: 42px; color: #fff; margin-bottom: 16px; line-height: 1.08; }
.final p { font-size: 17px; color: var(--on-dark-muted); margin: 0 auto 30px; line-height: 1.55; max-width: 32em; }
.final-guarantee { display: flex; align-items: center; justify-content: center; gap: 14px; margin: 30px auto 8px; max-width: 34em; background: rgba(255,255,255,0.05); border: 1px solid rgba(125,211,252,0.2); border-radius: 14px; padding: 14px 20px; }
.seal-mini { flex: none; width: 42px; height: 42px; border-radius: 50%; border: 2px dashed var(--sky); display: flex; align-items: center; justify-content: center; font-family: var(--heading); font-weight: 800; font-size: 15px; color: var(--label-dark); }
.final-guarantee span:last-child { font-size: 13.5px; color: var(--on-dark-muted); text-align: left; line-height: 1.45; }
.final-note { display: flex; align-items: center; justify-content: center; gap: 22px; margin-top: 22px; font-size: 13px; color: var(--on-dark-muted); flex-wrap: wrap; }

.expert-card { display: flex; gap: 28px; align-items: flex-start; background: var(--card); border: 1px solid var(--border-2); border-radius: 22px; padding: clamp(24px, 4vw, 40px); box-shadow: var(--shadow); flex-wrap: wrap; }
.expert-photo { flex: none; width: 88px; height: 88px; border-radius: 50%; object-fit: cover; border: 3px solid var(--tint); }
.expert-body { flex: 1 1 320px; min-width: 240px; }
.expert-quote { font-size: 17px; line-height: 1.6; color: var(--text-body); margin-bottom: 18px; font-style: italic; }
.expert-who { display: flex; align-items: baseline; gap: 10px; flex-wrap: wrap; margin-bottom: 10px; }
.expert-name { font-family: var(--heading); font-weight: 800; font-size: 16px; color: var(--text); }
.expert-title { font-size: 13px; font-weight: 700; color: var(--sky-deep); background: var(--tint); padding: 3px 11px; border-radius: 999px; }
.expert-note { font-size: 12px; color: var(--text-faint); }

.footer-brand { margin-bottom: 18px; }
.footer-brand img { border-radius: 6px; }
.disclosure { background: rgba(125,211,252,0.08); border: 1px solid rgba(125,211,252,0.18); border-radius: 10px; padding: 12px 16px; }
.inline-link { background: none; border: none; padding: 0; margin: 0; font: inherit; color: #7DD3FC; text-decoration: underline; text-underline-offset: 2px; cursor: pointer; }
.inline-link:hover { color: #fff; }
.footer { background: var(--footer); color: #8CA3BE; }
@media (max-width: 780px) {
  .expert-card { flex-direction: column; align-items: center; text-align: center; }
  .expert-body { width: 100%; }
  .expert-who { justify-content: center; width: 100%; }
}
.footer-inner { max-width: var(--maxw); margin: 0 auto; padding: 36px 28px; font-size: 11.5px; line-height: 1.6; }
.footer-links { display: flex; gap: 18px; flex-wrap: wrap; margin-bottom: 16px; }
.footer-links button { background: none; border: none; cursor: pointer; font-family: var(--sans); color: #A9C0D9; text-decoration: underline; text-underline-offset: 3px; text-decoration-color: rgba(169,192,217,0.35); font-weight: 600; font-size: 11.5px; padding: 0; }
.footer-links button:hover { color: #fff; }
.footer-inner .head { color: #BCD1E5; font-weight: 600; margin-bottom: 10px; }
.footer-inner p { margin-bottom: 8px; }
.footer-inner a { color: #7DD3FC; }

.modal { display: none; position: fixed; inset: 0; z-index: 200; background: rgba(4,12,20,0.72); backdrop-filter: blur(3px); align-items: center; justify-content: center; padding: 24px; }
.modal.open { display: flex; }
.modal-box { background: var(--bg); border: 1px solid var(--border-2); width: 100%; max-width: 640px; max-height: 84vh; border-radius: 20px; box-shadow: 0 40px 90px -30px rgba(0,0,0,0.5); display: flex; flex-direction: column; overflow: hidden; }
.modal-top { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 22px 28px; border-bottom: 1px solid var(--border); background: var(--card); }
.modal-top h2 { font-size: 24px; color: var(--text); }
.modal-close { flex: none; width: 38px; height: 38px; border-radius: 10px; border: 1px solid var(--border-2); background: var(--bg-ice); color: var(--text-muted); font-size: 20px; line-height: 1; cursor: pointer; }
.modal-close:hover { background: var(--border); }
.modal-body { padding: 24px 28px; overflow-y: auto; }
.modal-body h3 { font-family: var(--sans); font-size: 15.5px; font-weight: 800; color: var(--sky-deep); margin: 20px 0 6px; }
.modal-body p { font-size: 14.5px; color: var(--text-body); line-height: 1.62; margin-bottom: 10px; white-space: pre-line; }

.skip-link { position: absolute; left: -9999px; top: 0; z-index: 300; background: var(--sky); color: #fff; padding: 10px 16px; border-radius: 0 0 10px 0; font-weight: 700; text-decoration: none; }
.skip-link:focus { left: 0; }


@media (max-width: 900px) {
  .duo { grid-template-columns: 1fr; }
  .flow { grid-template-columns: 1fr; }
}

@media (max-width: 780px) {
  .final-inner { padding-bottom: 84px; }
  .footer-inner { padding-bottom: 36px; }
  .nav-links { display: none; }
  .nav-toggle { display: inline-flex; }
  .hero h1 { font-size: 34px; }
  .hero-kicker { font-size: 11px; padding: 6px 12px; }
  .hero-stats { gap: 10px; }
  .hero-stat { padding: 10px 14px; }
  .section-head h2, .reviews-head h2 { font-size: 28px; }
  .final h2 { font-size: 32px; }
  .band { padding: 56px 0; }
}

@media (max-width: 640px) {
  .matrix { grid-template-columns: 1fr; }
  .guide-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 560px) {
  .wrap { padding-left: 16px; padding-right: 16px; }
  .hero-inner { padding: 32px 16px 20px; gap: 32px; }
  .final-inner { padding: 60px 16px; }
  .footer-inner { padding: 28px 16px; }
  .nav { padding: 14px 16px; }
  .promo { gap: 8px 12px; padding: 9px 12px; font-size: 12.5px; }
  .modal { padding: 12px; }
  .modal-top, .modal-body { padding-left: 18px; padding-right: 18px; }

  .cards-auto, .guide-grid, .spec-table, .reviews-grid, .pricing-grid { grid-template-columns: 1fr; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .hero-media { max-width: 300px; }

  h1, h2, h3, p, a, span, li { overflow-wrap: anywhere; }

  .final-guarantee { flex-direction: column; text-align: center; }
  .final-guarantee span:last-child { text-align: center; }
  .ph-hero { max-width: 100%; }
}

@media (max-width: 640px) {
  .hero-visual { display: flex; flex-direction: column; align-items: center; gap: 12px; }
  .hero-shot-wrap { max-width: 300px; }
  /* .hero-orb { display: none; } */
  .hero-shot { width: 78%; max-width: 280px; filter: drop-shadow(0 14px 24px rgba(11,31,51,0.18)); }
  .hero-tag--rating { position: static; }
}

@media (max-width: 480px) {
  .btn-lg, .btn-xl, .btn-cta, .center-cta .btn,  {
    width: 100%;
    justify-content: center;
    text-align: center;
    white-space: normal;
    font-size: 15px;
    padding: 15px 18px;
    gap: 6px;
  }
  .hero-cta-row .btn{
      font-size: 13px;
      padding: 15px 12px;
  }
}

@media (max-width: 380px) {
  .hero h1 { font-size: 27px; }
  .section-head h2, .reviews-head h2 { font-size: 23px; }
  .final h2 { font-size: 26px; }
  .modal-top h2 { font-size: 20px; }
  .hero .lead { font-size: 15.5px; }
  .promo { font-size: 11.5px; }
  .btn-lg, .btn-xl { font-size: 15px; padding: 16px 22px; }
  .nav-cta { padding: 9px 13px; }
  .guide-grid { grid-template-columns: 1fr; }
  .brand-word { font-size: 17px; }
  .hero-kicker { font-size: 10px; padding: 5px 10px; }
}
