:root {
  --ink: #09224a;
  --muted: #5c6f8f;
  --blue: #2878f0;
  --green: #26a85a;
  --yellow: #ffb400;
  --red: #ea4335;
  --purple: #7048e8;
  --line: #d6e5fb;
  --surface: #ffffff;
  --soft: #f4f8ff;
  --shadow: 0 22px 65px rgba(25, 75, 145, 0.12);
  --radius: 28px;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: #f7faff;
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; color: var(--ink); background: linear-gradient(180deg, #f8fbff 0%, #fff 35%, #f5f9ff 100%); }
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  opacity: .42;
  background:
    radial-gradient(circle at 15% 12%, rgba(66,133,244,.14), transparent 24%),
    radial-gradient(circle at 86% 20%, rgba(112,72,232,.11), transparent 24%),
    radial-gradient(circle at 80% 80%, rgba(52,168,83,.10), transparent 25%);
}
a { color: inherit; }
img { max-width: 100%; display: block; }
button, input, textarea { font: inherit; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 99; padding: 12px 18px; border-radius: 12px; background: var(--ink); color: #fff; text-decoration: none; }
.skip-link:focus { top: 12px; }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.94); backdrop-filter: blur(18px); border-bottom: 1px solid rgba(180,205,240,.7); }
.header-inner { width: min(1180px, calc(100% - 40px)); min-height: 74px; margin: auto; display: flex; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; margin-right: auto; }
.brand img { width: 38px; height: 46px; object-fit: contain; }
.brand span { display: grid; line-height: 1.05; }
.brand strong { font-size: 1.25rem; }
.brand small { margin-top: 5px; color: var(--muted); font-weight: 700; }
.primary-nav { display: flex; align-items: center; gap: 24px; }
.primary-nav a { color: #294163; text-decoration: none; font-size: .94rem; font-weight: 760; white-space: nowrap; }
.primary-nav a:hover, .primary-nav a[aria-current="page"] { color: var(--blue); }
.header-cta, .button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 48px; padding: 0 22px; border: 0; border-radius: 999px; color: #fff; background: linear-gradient(135deg, #1778f2, #7048e8); box-shadow: 0 12px 30px rgba(47,105,235,.25); text-decoration: none; font-weight: 820; }
.header-cta { white-space: nowrap; }
.button.secondary { color: var(--blue); background: #fff; border: 1px solid #bed6fa; box-shadow: none; }
.nav-toggle { display: none; width: 46px; height: 46px; border: 1px solid #c9ddf7; border-radius: 14px; background: #f4f8ff; color: var(--ink); font-size: 1.35rem; }

.page { overflow: hidden; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.breadcrumbs { padding-top: 25px; color: #6680a3; font-size: .88rem; font-weight: 700; }
.breadcrumbs ol { display: flex; flex-wrap: wrap; gap: 8px; padding: 0; margin: 0; list-style: none; }
.breadcrumbs li + li::before { content: "/"; margin-right: 8px; color: #aac0df; }
.breadcrumbs a { text-decoration: none; }

.hero { position: relative; padding: 58px 0 70px; }
.hero::after, .section.route::after { content: ""; position: absolute; pointer-events: none; width: 340px; height: 160px; right: -60px; top: 45px; opacity: .34; border: 5px dashed #a8caff; border-left-color: transparent; border-bottom-color: transparent; border-radius: 55% 48%; transform: rotate(8deg); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.04fr) minmax(360px, .96fr); align-items: center; gap: 58px; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; padding: 9px 14px; border: 1px solid #bcd6fb; border-radius: 999px; color: #1764cd; background: #f1f7ff; font-size: .78rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow img { width: 22px; height: 26px; object-fit: contain; }
h1, h2, h3, p { margin-top: 0; }
h1 { margin: 22px 0 20px; max-width: 850px; font-size: clamp(2.7rem, 5.5vw, 5.2rem); line-height: .98; letter-spacing: -.06em; }
h1 em, h2 em { color: var(--blue); font-style: normal; }
.hero-lead { max-width: 760px; color: var(--muted); font-size: clamp(1.04rem, 1.7vw, 1.25rem); line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.trust-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
.trust-row span { display: inline-flex; align-items: center; gap: 9px; padding: 10px 13px; border: 1px solid #d7e5f8; border-radius: 14px; background: #fff; color: #365274; font-size: .9rem; font-weight: 750; }
.trust-row img { width: 28px; height: 28px; object-fit: contain; }

.hero-visual { position: relative; min-height: 470px; display: grid; place-items: center; }
.visual-card { position: relative; width: min(100%, 510px); padding: 34px; border: 1px solid #bcd5f8; border-radius: 34px; background: rgba(255,255,255,.88); box-shadow: var(--shadow); }
.visual-card::before { content: ""; position: absolute; inset: 18px; border-radius: 25px; background: linear-gradient(145deg, rgba(66,133,244,.10), rgba(52,168,83,.08) 52%, rgba(251,188,4,.12)); z-index: -1; }
.visual-main { width: min(330px, 80%); margin: auto; filter: drop-shadow(0 25px 25px rgba(16,48,92,.18)); }
.network-pill { position: absolute; left: -32px; bottom: 48px; display: flex; align-items: center; gap: 13px; padding: 15px 18px; border: 1px solid #c8dcf8; border-radius: 20px; background: #fff; box-shadow: 0 16px 36px rgba(34,79,141,.18); }
.network-pill img { width: 42px; height: 42px; object-fit: cover; border-radius: 50%; }
.network-pill strong, .network-pill small { display: block; }
.network-pill small { color: var(--green); margin-top: 3px; font-weight: 760; }
.floating-pin, .floating-star { position: absolute; animation: float 4.5s ease-in-out infinite; }
.floating-pin { width: 48px; right: 12px; top: 16px; }
.floating-star { width: 34px; left: 10px; top: 55px; color: var(--yellow); font-size: 2rem; }
@keyframes float { 50% { transform: translateY(-10px) rotate(3deg); } }

.section { position: relative; padding: 82px 0; }
.section.alt { background: linear-gradient(145deg, rgba(237,245,255,.76), rgba(255,255,255,.8)); border-block: 1px solid #e2edfb; }
.section-heading { max-width: 790px; margin: 0 auto 42px; text-align: center; }
.section-heading.left { margin-left: 0; text-align: left; }
.section-heading h2 { margin: 15px 0 14px; font-size: clamp(2.1rem, 4vw, 3.8rem); line-height: 1.04; letter-spacing: -.045em; }
.section-heading p { color: var(--muted); font-size: 1.08rem; line-height: 1.7; }
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.cards.two { grid-template-columns: repeat(2, 1fr); }
.card { padding: 26px; border: 1px solid #d0e1f8; border-radius: 24px; background: rgba(255,255,255,.95); box-shadow: 0 13px 35px rgba(37,86,151,.08); }
.card .icon { width: 54px; height: 54px; display: grid; place-items: center; margin-bottom: 18px; border-radius: 17px; background: #f2f7ff; box-shadow: 0 8px 18px rgba(40,120,240,.12); }
.card .icon img { width: 34px; height: 34px; object-fit: contain; }
.card h3 { margin-bottom: 10px; font-size: 1.18rem; }
.card p, .card li { color: var(--muted); line-height: 1.65; }
.card ul { padding-left: 19px; margin-bottom: 0; }
.number { color: #c2d8f6; font-size: 2rem; font-weight: 900; float: right; }

.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; counter-reset: steps; }
.step { position: relative; padding: 28px; border: 1px solid #cddff7; border-radius: 25px; background: #fff; }
.step::before { counter-increment: steps; content: "0" counter(steps); display: inline-grid; place-items: center; width: 46px; height: 46px; margin-bottom: 20px; border-radius: 50%; color: #fff; background: linear-gradient(135deg, var(--blue), var(--purple)); font-weight: 900; }
.step:not(:last-child)::after { content: "→"; position: absolute; right: -25px; top: 45%; z-index: 2; color: var(--yellow); font-size: 2rem; font-weight: 900; }

.split { display: grid; grid-template-columns: 1fr 1fr; gap: 38px; align-items: center; }
.feature-list { display: grid; gap: 15px; }
.feature { display: grid; grid-template-columns: 50px 1fr; gap: 16px; align-items: start; padding: 20px; border: 1px solid #d3e3f8; border-radius: 20px; background: #fff; }
.feature img { width: 42px; height: 42px; object-fit: contain; padding: 7px; border-radius: 13px; background: #f4f8ff; }
.feature h3 { margin-bottom: 5px; font-size: 1.06rem; }
.feature p { margin: 0; color: var(--muted); line-height: 1.6; }

.guide-strip { display: flex; flex-wrap: wrap; align-items: center; gap: 0; margin: 24px 0; }
.guide-strip span { position: relative; width: 58px; height: 58px; margin-left: -8px; border: 4px solid #fff; border-radius: 50%; box-shadow: 0 8px 20px rgba(31,72,129,.15); }
.guide-strip span:first-child { margin-left: 0; }
.guide-strip span > img:first-child { width: 100%; height: 100%; object-fit: cover; border-radius: 50%; }
.guide-strip span > img:last-child { position: absolute; right: -5px; bottom: -4px; width: 23px; height: 23px; border-radius: 50%; }

.faq { display: grid; gap: 12px; max-width: 880px; margin: auto; }
.faq details { border: 1px solid #d2e3f8; border-radius: 18px; background: #fff; padding: 0 20px; }
.faq summary { cursor: pointer; padding: 20px 30px 20px 0; font-weight: 820; }
.faq details p { color: var(--muted); line-height: 1.7; padding-bottom: 18px; }

.cta-band { padding: 36px; border: 1px solid #bcd6fb; border-radius: 30px; background: linear-gradient(135deg, #eaf4ff, #fff 48%, #f2edff); box-shadow: var(--shadow); display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.cta-band h2 { margin-bottom: 8px; font-size: clamp(1.8rem, 3vw, 2.8rem); }
.cta-band p { margin: 0; color: var(--muted); }

.form-shell { padding: 30px; border: 1px solid #cddff7; border-radius: 27px; background: #fff; box-shadow: var(--shadow); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { display: grid; gap: 8px; }
.field.full { grid-column: 1 / -1; }
.field label { font-size: .9rem; font-weight: 800; }
.field input, .field textarea { width: 100%; border: 1px solid #bdd2ef; border-radius: 14px; padding: 14px 15px; color: var(--ink); background: #fbfdff; outline: none; }
.field textarea { min-height: 120px; resize: vertical; }
.field input:focus, .field textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 4px rgba(40,120,240,.12); }
.form-note { margin: 16px 0; color: var(--muted); font-size: .88rem; line-height: 1.55; }

.site-footer { margin-top: 80px; padding: 55px 0 25px; background: #082149; color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 34px; }
.footer-brand { display: flex; align-items: center; gap: 12px; }
.footer-brand img { width: 38px; }
.site-footer p, .site-footer a { color: #c9d7ec; }
.site-footer p { line-height: 1.65; }
.site-footer h2 { font-size: 1rem; }
.site-footer nav { display: grid; gap: 11px; }
.site-footer a { text-decoration: none; }
.footer-bottom { margin-top: 34px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.13); display: flex; justify-content: space-between; gap: 20px; font-size: .86rem; }

@media (max-width: 980px) {
  .header-inner { min-height: 66px; }
  .nav-toggle { display: inline-grid; place-items: center; }
  .primary-nav { display: none; position: absolute; left: 20px; right: 20px; top: calc(100% + 10px); padding: 16px; border: 1px solid #cbdcf4; border-radius: 18px; background: #fff; box-shadow: var(--shadow); }
  .primary-nav.open { display: grid; gap: 0; }
  .primary-nav a { padding: 13px 10px; }
  .header-cta { display: none; }
  .hero-grid, .split { grid-template-columns: 1fr; }
  .hero-visual { min-height: 390px; order: -1; }
  .hero-grid { gap: 30px; }
  .cards { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: 1fr; }
  .step:not(:last-child)::after { content: "↓"; right: 50%; top: auto; bottom: -27px; }
  .footer-grid { grid-template-columns: 1.3fr 1fr 1fr; }
  .footer-grid > :first-child { grid-column: 1 / -1; }
}

@media (max-width: 640px) {
  .header-inner, .container { width: min(100% - 28px, 1180px); }
  .brand small { display: none; }
  .hero { padding: 26px 0 50px; }
  .hero-grid { display: flex; flex-direction: column; }
  .hero-visual { width: 100%; min-height: 335px; }
  .visual-card { padding: 22px; border-radius: 26px; }
  .network-pill { left: 8px; right: 8px; bottom: 15px; }
  h1 { font-size: clamp(2.55rem, 13vw, 4rem); }
  .hero-lead { font-size: 1rem; line-height: 1.65; }
  .hero-actions .button { width: 100%; }
  .section { padding: 58px 0; }
  .section-heading { text-align: left; margin-bottom: 28px; }
  .cards, .cards.two { grid-template-columns: 1fr; }
  .card { padding: 22px; }
  .cta-band { align-items: stretch; flex-direction: column; padding: 25px; }
  .cta-band .button { width: 100%; }
  .form-grid { grid-template-columns: 1fr; }
  .field.full { grid-column: auto; }
  .form-shell { padding: 21px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > :first-child { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; }
}

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

/* 2026 product and SEO page finishing system */
.site-header { box-shadow: 0 8px 30px rgba(37,86,151,.055); }
.site-header::after { content: ""; position: absolute; left: 0; right: 0; bottom: -1px; height: 3px; background: linear-gradient(90deg, var(--blue) 0 24%, var(--red) 24% 42%, var(--yellow) 42% 64%, var(--green) 64% 82%, var(--purple) 82%); opacity: .88; }
.primary-nav a[href*="play.google.com"] { display: inline-flex; align-items: center; gap: 7px; padding: 9px 13px; border: 1px solid #bfe8ce; border-radius: 999px; color: #12753a; background: #effaf3; }
.primary-nav a[href*="play.google.com"]::before { content: "↓"; display: inline-grid; place-items: center; width: 19px; height: 19px; border-radius: 50%; color: #fff; background: var(--green); font-size: .75rem; font-weight: 900; }
.hero { padding-top: 50px; overflow: hidden; }
.hero-grid { padding: 38px; border: 1px solid #c9ddf8; border-radius: 34px; background: radial-gradient(circle at 88% 10%, rgba(66,133,244,.13), transparent 31%), linear-gradient(145deg, rgba(255,255,255,.98), rgba(247,251,255,.94)); box-shadow: 0 22px 65px rgba(31,76,139,.09); }
.section::before { content: "★"; position: absolute; left: clamp(10px, 3vw, 48px); top: 28px; color: rgba(251,188,4,.58); font-size: 1.1rem; pointer-events: none; }
.card { position: relative; overflow: hidden; transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease; }
.card::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 4px; background: linear-gradient(90deg, var(--blue), var(--green), var(--yellow)); opacity: .68; }
.card:hover { transform: translateY(-4px); border-color: #a9caf6; box-shadow: 0 20px 44px rgba(37,86,151,.13); }
.install-section { padding-top: 28px; }
.install-band { position: relative; overflow: hidden; display: grid; grid-template-columns: auto minmax(0, 1fr) auto; align-items: center; gap: 24px; padding: 30px 34px; border: 1px solid #c5daf6; border-radius: 28px; background: radial-gradient(circle at 92% 18%, rgba(52,168,83,.14), transparent 27%), linear-gradient(135deg, #f4f9ff, #fff 48%, #f3fff7); box-shadow: 0 18px 48px rgba(35,78,139,.10); }
.install-band::after { content: ""; position: absolute; right: 18%; bottom: -43px; width: 190px; height: 90px; border: 4px dashed rgba(66,133,244,.18); border-left-color: transparent; border-radius: 50%; transform: rotate(-8deg); pointer-events: none; }
.install-icon { width: 66px; height: 66px; display: grid; place-items: center; border: 1px solid #c6dcfa; border-radius: 20px; background: #fff; box-shadow: 0 12px 26px rgba(37,86,151,.12); }
.install-icon img { width: 42px; height: 42px; object-fit: contain; }
.install-copy h2 { margin: 5px 0 7px; font-size: clamp(1.45rem, 2.5vw, 2.25rem); letter-spacing: -.035em; }
.install-copy p { margin: 0; max-width: 720px; color: var(--muted); line-height: 1.65; }
.install-points { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 12px; }
.install-points span { padding: 7px 10px; border: 1px solid #d3e3f7; border-radius: 999px; color: #365274; background: rgba(255,255,255,.8); font-size: .78rem; font-weight: 780; }
.install-actions { position: relative; z-index: 1; display: grid; gap: 8px; min-width: 205px; }
.install-actions .button { width: 100%; }
.install-actions a:not(.button) { color: var(--blue); text-align: center; font-size: .84rem; font-weight: 800; }
.path-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 20px; }
.path-card { display: block; padding: 22px; border: 1px solid #d2e3f8; border-radius: 20px; color: var(--ink); background: #fff; text-decoration: none; box-shadow: 0 10px 28px rgba(37,86,151,.07); transition: transform .2s ease, border-color .2s ease; }
.path-card small { display: block; margin-bottom: 6px; color: var(--blue); font-weight: 850; text-transform: uppercase; letter-spacing: .08em; }
.path-card strong { display: block; margin-bottom: 7px; font-size: 1.04rem; }
.path-card span { color: var(--muted); line-height: 1.55; }
.path-card:hover { border-color: #9fc5f8; transform: translateY(-2px); }

@media (max-width: 980px) {
  .primary-nav a[href*="play.google.com"] { margin-top: 5px; justify-content: center; }
  .install-band { grid-template-columns: auto 1fr; }
  .install-actions { grid-column: 1 / -1; grid-template-columns: 1fr 1fr; align-items: center; }
}

@media (max-width: 640px) {
  .hero-grid { padding: 22px; border-radius: 25px; }
  .install-band { grid-template-columns: 1fr; padding: 24px; text-align: left; }
  .install-icon { width: 58px; height: 58px; }
  .install-actions { grid-column: auto; grid-template-columns: 1fr; min-width: 0; }
  .path-grid { grid-template-columns: 1fr; }
}
