:root {
  --ink: #111318;
  --text: #1d1d1f;
  --muted: #6e6e73;
  --blue: #0071e3;
  --blue-dark: #0059b3;
  --green: #30d158;
  --surface: #ffffff;
  --soft: #f5f5f7;
  --line: rgba(0, 0, 0, .08);
  --shadow: 0 20px 60px rgba(26, 35, 50, .09);
  --radius: 30px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--surface); color: var(--text); font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "PingFang SC", "Helvetica Neue", sans-serif; line-height: 1.65; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }

.site-header { position: fixed; z-index: 100; top: 12px; left: 50%; width: min(calc(100% - 32px), 1120px); height: 62px; display: flex; align-items: center; gap: 32px; padding: 0 14px 0 18px; transform: translateX(-50%); border: 1px solid rgba(255,255,255,.72); border-radius: 22px; background: rgba(255,255,255,.72); box-shadow: 0 8px 32px rgba(50,60,80,.07); backdrop-filter: saturate(180%) blur(24px); -webkit-backdrop-filter: saturate(180%) blur(24px); transition: .3s ease; }
.site-header.is-scrolled { top: 8px; background: rgba(255,255,255,.88); box-shadow: 0 12px 36px rgba(50,60,80,.12); }
.brand { display: flex; align-items: center; gap: 10px; margin-right: auto; }
.brand-mark { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 10px; background: linear-gradient(145deg, #2688f4, #0065ce); color: #fff; box-shadow: 0 7px 18px rgba(0,113,227,.25); font: 700 19px/1 Arial; }
.brand-copy { display: flex; flex-direction: column; line-height: 1.08; }
.brand-copy strong { font-size: 12px; letter-spacing: .08em; }
.brand-copy small { margin-top: 4px; color: var(--muted); font-size: 10px; }
.site-nav { display: flex; gap: 28px; font-size: 12px; color: #4e4e53; }
.site-nav a { transition: color .2s ease; }
.site-nav a:hover { color: var(--blue); }
.menu-toggle { display: none; border: 0; background: none; padding: 8px; }
.menu-toggle span { display: block; width: 22px; height: 2px; margin: 5px; border-radius: 2px; background: var(--text); }

.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: 12px; padding: 0 24px; border: 1px solid transparent; border-radius: 980px; font-size: 13px; font-weight: 600; transition: transform .22s ease, background .22s ease, box-shadow .22s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--blue); color: #fff; box-shadow: 0 10px 24px rgba(0,113,227,.2); }
.button-primary:hover { background: var(--blue-dark); box-shadow: 0 12px 28px rgba(0,113,227,.28); }
.button-ghost { border-color: rgba(0,0,0,.12); background: rgba(255,255,255,.72); color: var(--blue); }
.button-ghost:hover { background: #fff; }
.button-small { min-height: 36px; padding: 0 16px; font-size: 11px; box-shadow: none; }
.button-light { background: #fff; color: var(--blue); box-shadow: 0 10px 28px rgba(0,45,100,.14); }

.hero { position: relative; min-height: 800px; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 70px; padding: 130px max(28px, calc((100vw - var(--max)) / 2)) 95px; background: radial-gradient(circle at 80% 30%, rgba(112,181,255,.2), transparent 30%), radial-gradient(circle at 15% 65%, rgba(196,223,255,.2), transparent 28%), linear-gradient(180deg, #f8fbff 0%, #f4f7fb 100%); overflow: hidden; }
.hero-grid { position: absolute; inset: 0; opacity: .6; background: linear-gradient(115deg, transparent 20%, rgba(255,255,255,.82) 48%, transparent 76%); }
.hero::before { content: ""; position: absolute; width: 420px; height: 420px; right: -150px; top: -160px; border-radius: 50%; background: rgba(0,113,227,.06); filter: blur(2px); }
.hero-orbit { position: absolute; border-radius: 50%; filter: blur(1px); }
.hero-orbit-one { width: 340px; height: 340px; right: 18%; top: 22%; background: rgba(255,255,255,.45); }
.hero-orbit-two { width: 180px; height: 180px; right: 3%; bottom: 9%; background: rgba(129,193,255,.14); }
.hero-content, .hero-console { position: relative; z-index: 2; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 18px; color: var(--blue); font-size: 11px; font-weight: 650; letter-spacing: .08em; }
.eyebrow span { width: 7px; height: 7px; border-radius: 50%; background: currentColor; box-shadow: 0 0 0 5px rgba(0,113,227,.1); }
.hero h1 { max-width: 680px; margin: 0; font-size: clamp(52px, 6vw, 80px); line-height: 1.03; letter-spacing: -.055em; font-weight: 700; }
.hero h1 em { color: var(--blue); font-style: normal; }
.hero-lead { max-width: 590px; margin: 28px 0 34px; color: var(--muted); font-size: 17px; line-height: 1.8; }
.hero-actions { display: flex; gap: 12px; }
.hero-points { display: flex; flex-wrap: wrap; gap: 22px; margin: 32px 0 0; padding: 0; list-style: none; color: #65656a; font-size: 12px; }
.hero-points li { display: flex; align-items: center; gap: 8px; }
.hero-points i { width: 18px; height: 18px; display: grid; place-items: center; border-radius: 50%; background: #e4f7e9; }
.hero-points i::after { content: "✓"; color: #1aa641; font-size: 10px; font-style: normal; font-weight: 800; }

.hero-console { justify-self: end; width: min(100%, 470px); min-height: 500px; display: grid; place-items: center; }
.phone-shell { position: relative; width: 270px; height: 550px; padding: 9px; border: 1px solid rgba(0,0,0,.17); border-radius: 54px; background: #151619; box-shadow: 0 45px 90px rgba(45,65,90,.23), inset 0 0 0 2px #46474a; transform: rotate(3deg); overflow: hidden; }
.phone-shell img { width: 100%; height: 100%; border-radius: 45px; object-fit: cover; object-position: 50% 50%; }
.phone-island { position: absolute; z-index: 2; top: 18px; left: 50%; width: 90px; height: 25px; transform: translateX(-50%); border-radius: 16px; background: #08090a; box-shadow: 0 0 0 1px rgba(255,255,255,.05); }
.phone-home { position: absolute; z-index: 2; bottom: 17px; left: 50%; width: 90px; height: 4px; transform: translateX(-50%); border-radius: 4px; background: rgba(255,255,255,.8); }
.floating-card { position: absolute; display: flex; align-items: center; gap: 12px; min-width: 180px; padding: 14px 17px; border: 1px solid rgba(255,255,255,.8); border-radius: 20px; background: rgba(255,255,255,.86); box-shadow: 0 18px 40px rgba(39,58,84,.14); backdrop-filter: blur(18px); }
.floating-card-top { top: 56px; left: -16px; }
.floating-card-bottom { right: -8px; bottom: 70px; }
.floating-card div { display: flex; flex-direction: column; line-height: 1.3; }
.floating-card strong { font-size: 14px; }
.floating-card small, .floating-card span { color: var(--muted); font-size: 10px; }
.floating-card-bottom > strong { color: var(--blue); font-size: 30px; line-height: 1; }
.floating-icon { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 10px; background: #e7f8ec; color: #20ad47 !important; font-size: 14px !important; font-weight: 800; }

.signal-strip { position: relative; z-index: 3; display: grid; grid-template-columns: repeat(4,1fr); max-width: var(--max); margin: -45px auto 0; padding: 10px; border: 1px solid rgba(255,255,255,.8); border-radius: 28px; background: rgba(255,255,255,.8); box-shadow: var(--shadow); backdrop-filter: blur(20px); }
.signal-strip div { position: relative; padding: 22px 20px; border-right: 1px solid var(--line); }
.signal-strip div:last-child { border: 0; }
.signal-strip span { position: absolute; right: 15px; top: 12px; color: #d9e8f8; font-size: 25px; font-weight: 700; }
.signal-strip strong { display: block; font-size: 14px; }
.signal-strip small { color: var(--muted); font-size: 10px; }

.section { max-width: var(--max); margin: 0 auto; padding: 120px 0; }
.section-heading { display: grid; grid-template-columns: 1.15fr .85fr; align-items: end; gap: 80px; margin-bottom: 46px; }
.section-heading h2, .platform-copy h2, .support h2 { margin: 0; font-size: clamp(38px,4.2vw,56px); line-height: 1.08; letter-spacing: -.045em; }
.section-heading > p, .platform-copy > p { margin: 0; color: var(--muted); font-size: 14px; }

.features { padding-top: 140px; }
.feature-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.feature-card { position: relative; min-height: 300px; padding: 32px; border: 1px solid rgba(0,0,0,.045); border-radius: var(--radius); background: var(--soft); overflow: hidden; transition: transform .3s ease, box-shadow .3s ease; }
.feature-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.feature-card-wide { grid-row: span 2; min-height: 618px; background: linear-gradient(165deg, #e9f4ff, #f7fbff); }
.feature-card-accent { background: var(--blue); color: #fff; }
.feature-number { position: absolute; top: 28px; right: 30px; color: #b7bbc1; font-size: 11px; font-weight: 700; }
.feature-card-accent .feature-number { color: rgba(255,255,255,.55); }
.feature-icon { width: 52px; height: 52px; display: grid; place-items: center; margin-bottom: 70px; border-radius: 16px; background: #fff; color: var(--blue); box-shadow: 0 8px 22px rgba(40,80,120,.08); font-size: 21px; }
.feature-card-wide .feature-icon { margin-bottom: 175px; }
.feature-card-accent .feature-icon { background: rgba(255,255,255,.16); color: #fff; box-shadow: none; }
.feature-card h3 { margin: 0 0 10px; font-size: 21px; letter-spacing: -.02em; }
.feature-card p { margin: 0; color: var(--muted); font-size: 13px; }
.feature-card-accent p { color: rgba(255,255,255,.72); }
.feature-card ul { display: grid; gap: 8px; margin: 26px 0 0; padding: 0; list-style: none; color: #54545a; font-size: 12px; }
.feature-card li::before { content: "✓"; margin-right: 9px; color: var(--blue); font-weight: 700; }
.feature-card > a { position: absolute; left: 32px; right: 32px; bottom: 28px; display: flex; justify-content: space-between; padding-top: 14px; border-top: 1px solid rgba(255,255,255,.25); font-size: 12px; font-weight: 600; }

.gallery-section { max-width: none; padding-left: max(28px, calc((100vw - var(--max)) / 2)); padding-right: max(28px, calc((100vw - var(--max)) / 2)); background: var(--soft); }
.gallery-section .section-heading, .image-gallery { max-width: var(--max); margin-left: auto; margin-right: auto; }
.image-gallery { display: grid; grid-template-columns: 1.08fr .92fr; gap: 18px; }
.gallery-card { margin: 0; padding: 9px; border: 1px solid rgba(0,0,0,.04); border-radius: 28px; background: #fff; box-shadow: 0 16px 50px rgba(60,70,90,.07); overflow: hidden; }
.gallery-card img { aspect-ratio: 1.7/1; border-radius: 21px; object-fit: cover; transition: transform .5s ease; }
.gallery-card:hover img { transform: scale(1.015); }
.gallery-card figcaption { display: flex; justify-content: space-between; align-items: center; padding: 17px 13px 9px; }
.gallery-card figcaption span { font-weight: 600; font-size: 13px; }
.gallery-card figcaption b { margin-right: 10px; color: var(--blue); font-size: 11px; }
.gallery-card figcaption small { color: var(--muted); font-size: 10px; }

.platforms { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: center; }
.platform-copy > p { margin-top: 22px; }
.platform-note { display: grid; gap: 4px; margin-top: 30px; padding: 18px; border-radius: 16px; background: #fff8e8; }
.platform-note strong { font-size: 12px; color: #a66600; }
.platform-note span { color: #806a45; font-size: 11px; }
.platform-list { display: grid; gap: 14px; }
.platform-card { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 20px; min-height: 150px; padding: 25px; border: 1px solid rgba(0,0,0,.045); border-radius: 25px; background: var(--soft); transition: transform .25s ease, box-shadow .25s ease; }
.platform-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.platform-logo { width: 66px; height: 66px; display: grid; place-items: center; border-radius: 19px; background: #fff; box-shadow: 0 8px 24px rgba(45,60,80,.08); font-size: 23px; font-weight: 700; }
.platform-logo.android { color: #20a443; }
.platform-logo.ios { color: var(--text); }
.platform-logo.pc { color: #1769d2; font-size: 14px; }
.platform-card small { color: var(--blue); font-size: 9px; font-weight: 700; letter-spacing: .1em; }
.platform-card h3 { margin: 6px 0 2px; font-size: 20px; }
.platform-card p { margin: 0; color: var(--muted); font-size: 11px; }
.round-link { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%; background: #fff; color: var(--blue); box-shadow: 0 7px 20px rgba(50,70,100,.08); transition: background .2s, color .2s; }
.round-link:hover { background: var(--blue); color: #fff; }

.guides { max-width: none; padding-left: max(28px, calc((100vw - var(--max)) / 2)); padding-right: max(28px, calc((100vw - var(--max)) / 2)); background: #fbfbfd; }
.guides .section-heading, .article-grid { max-width: var(--max); margin-left: auto; margin-right: auto; }
.article-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.article-card { min-height: 310px; display: flex; flex-direction: column; padding: 29px; border: 1px solid rgba(0,0,0,.045); border-radius: 26px; background: #fff; box-shadow: 0 12px 35px rgba(50,60,80,.045); }
.article-featured { grid-column: span 2; background: linear-gradient(145deg, #eaf4ff, #fff); }
.article-meta { display: flex; justify-content: space-between; color: #9b9ba0; font-size: 9px; font-weight: 600; letter-spacing: .05em; }
.article-meta span { color: var(--blue); }
.article-card h3 { max-width: 520px; margin: 46px 0 14px; font-size: 21px; line-height: 1.45; letter-spacing: -.01em; }
.article-card p { margin: 0; color: var(--muted); font-size: 12px; }
.article-card a { display: flex; justify-content: space-between; margin-top: auto; padding-top: 16px; border-top: 1px solid var(--line); color: var(--blue); font-size: 11px; font-weight: 600; }

.support { max-width: var(--max); display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 40px; margin-bottom: 110px; padding: 54px; border-radius: 34px; background: linear-gradient(135deg, #0878e8, #0062c7); color: #fff; box-shadow: 0 25px 70px rgba(0,92,190,.22); }
.support .eyebrow { color: rgba(255,255,255,.76); }
.support .eyebrow span { background: #fff; box-shadow: 0 0 0 5px rgba(255,255,255,.13); }
.support-mark { font-size: 82px; font-weight: 700; line-height: 1; letter-spacing: -.07em; }
.support-mark small { font-size: 20px; }
.support h2 { font-size: clamp(34px, 3.6vw, 48px); }
.support-copy > p:last-child { max-width: 640px; margin: 14px 0 0; color: rgba(255,255,255,.76); font-size: 12px; }
.support-actions { display: flex; flex-direction: column; align-items: stretch; gap: 8px; text-align: center; }
.support-actions small { color: rgba(255,255,255,.7); font-size: 9px; }

.site-footer { max-width: var(--max); display: grid; grid-template-columns: 1fr 1.2fr auto; align-items: center; gap: 45px; margin: 0 auto; padding: 44px 0; border-top: 1px solid var(--line); color: var(--muted); font-size: 11px; }
.footer-brand { display: flex; align-items: center; gap: 11px; }
.footer-brand div { display: flex; flex-direction: column; }
.footer-brand strong { color: var(--text); font-size: 13px; }
.footer-brand small { font-size: 8px; letter-spacing: .1em; }
.footer-links { display: flex; gap: 22px; }
.footer-links a:hover { color: var(--blue); }
.copyright { grid-column: 1/-1; padding-top: 18px; border-top: 1px solid var(--line); }

@media (max-width: 980px) {
  .site-header { padding: 0 14px 0 16px; }
  .menu-toggle { display: block; order: 2; }
  .header-cta { display: none; }
  .site-nav { position: absolute; top: 68px; left: 0; right: 0; display: none; flex-direction: column; gap: 0; padding: 10px 20px; border: 1px solid rgba(0,0,0,.06); border-radius: 20px; background: rgba(255,255,255,.95); box-shadow: var(--shadow); backdrop-filter: blur(20px); }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: 14px 2px; border-bottom: 1px solid var(--line); }
  .site-nav a:last-child { border: 0; }
  .hero { grid-template-columns: 1fr; gap: 45px; padding-left: 24px; padding-right: 24px; }
  .hero-console { justify-self: center; }
  .signal-strip { margin-left: 24px; margin-right: 24px; grid-template-columns: repeat(2,1fr); }
  .section, .support, .site-footer { margin-left: 24px; margin-right: 24px; }
  .feature-grid { grid-template-columns: repeat(2,1fr); }
  .feature-card-wide { grid-row: auto; min-height: 300px; }
  .feature-card-wide .feature-icon { margin-bottom: 70px; }
  .platforms { grid-template-columns: 1fr; gap: 42px; }
  .article-grid { grid-template-columns: repeat(2,1fr); }
  .support { grid-template-columns: auto 1fr; }
  .support-actions { grid-column: 1/-1; }
  .site-footer { grid-template-columns: 1fr 1fr; }
  .footer-links { justify-self: end; }
  .site-footer > p { grid-column: 1/-1; grid-row: 2; }
}

@media (max-width: 680px) {
  .site-header { top: 8px; height: 56px; border-radius: 18px; }
  .brand-copy strong { font-size: 10px; }
  .brand-mark { width: 32px; height: 32px; }
  .hero { min-height: auto; padding-top: 115px; padding-bottom: 78px; }
  .hero h1 { font-size: 46px; }
  .hero-lead { font-size: 14px; }
  .hero-actions { flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-points { gap: 12px 16px; }
  .hero-console { min-height: 450px; transform: scale(.88); margin: -20px 0; }
  .phone-shell { height: 500px; width: 246px; }
  .floating-card-top { left: -18px; }
  .floating-card-bottom { right: -20px; }
  .signal-strip { grid-template-columns: 1fr; margin-top: 0; }
  .signal-strip div { border-right: 0; border-bottom: 1px solid var(--line); }
  .signal-strip div:last-child { border-bottom: 0; }
  .section { padding: 82px 0; }
  .section-heading { grid-template-columns: 1fr; gap: 18px; }
  .section-heading h2, .platform-copy h2 { font-size: 38px; }
  .feature-grid, .image-gallery, .article-grid { grid-template-columns: 1fr; }
  .feature-card-wide, .article-featured { grid-column: auto; }
  .feature-card { min-height: 310px; }
  .gallery-card figcaption { align-items: flex-start; gap: 5px; flex-direction: column; }
  .platform-card { grid-template-columns: auto 1fr; gap: 15px; padding: 20px; }
  .round-link { grid-column: 1/-1; width: 100%; border-radius: 14px; }
  .support { grid-template-columns: 1fr; gap: 20px; margin-bottom: 70px; padding: 34px 26px; border-radius: 28px; }
  .support-mark { font-size: 62px; }
  .site-footer { grid-template-columns: 1fr; gap: 22px; }
  .footer-links { justify-self: start; flex-wrap: wrap; }
  .site-footer > p { grid-column: auto; grid-row: auto; }
  .copyright { grid-column: auto; }
}

html:not(.qlmx) body {
  filter: blur(10px);
  -webkit-filter: blur(10px);
}
body {
  transition: filter 0.5s ease, opacity 0.5s ease;
}

.inner-page { background: #fbfbfd; }
.inner-page main { padding-top: 94px; }
.inner-hero { max-width: var(--max); margin: 0 auto; padding: 84px 0 50px; text-align: center; }
.inner-hero .eyebrow { justify-content: center; }
.inner-hero h1 { max-width: 850px; margin: 0 auto; font-size: clamp(46px, 6.5vw, 76px); line-height: 1.05; letter-spacing: -.055em; }
.inner-hero > p:not(.eyebrow) { max-width: 670px; margin: 24px auto 0; color: var(--muted); font-size: 15px; }
.trust-pills { display: flex; justify-content: center; flex-wrap: wrap; gap: 9px; margin-top: 26px; }
.trust-pills span { padding: 7px 13px; border: 1px solid rgba(0,113,227,.09); border-radius: 999px; background: #eef6ff; color: #376b9e; font-size: 10px; }

.device-purchase { max-width: var(--max); margin: 0 auto; padding: 42px 0 110px; }
.compact-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 30px; }
.compact-heading h2, .purchase-notes h2, .refund-faq h2 { margin: 0; font-size: clamp(32px,4vw,46px); line-height: 1.1; letter-spacing: -.04em; }
.compact-heading > p { margin: 0 0 3px; color: var(--muted); font-size: 12px; }
.purchase-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 17px; }
.purchase-card { position: relative; min-height: 490px; display: flex; flex-direction: column; padding: 29px; border: 1px solid rgba(0,0,0,.045); border-radius: 30px; background: #fff; box-shadow: 0 15px 45px rgba(55,70,90,.06); transition: transform .25s ease, box-shadow .25s ease; }
.purchase-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.featured-purchase { border-color: rgba(0,113,227,.18); background: linear-gradient(160deg,#edf6ff 0%,#fff 48%); }
.recommend-badge { position: absolute; top: 22px; right: 22px; padding: 5px 10px; border-radius: 999px; background: #e7f2ff; color: var(--blue); font-size: 9px; font-weight: 650; }
.purchase-icon { width: 58px; height: 58px; display: grid; place-items: center; margin-bottom: 45px; border-radius: 18px; background: var(--soft); color: var(--blue); font-size: 22px; font-weight: 700; }
.purchase-icon.android { background: #eaf9ee; color: #1c9f41; }
.purchase-icon.ios { background: #f1f1f3; color: #222; }
.purchase-icon.pc { background: #eaf4ff; font-size: 13px; }
.purchase-card > small { color: var(--blue); font-size: 9px; font-weight: 700; letter-spacing: .1em; }
.purchase-card h3 { margin: 7px 0 8px; font-size: 25px; letter-spacing: -.03em; }
.purchase-card p { margin: 0; color: var(--muted); font-size: 12px; }
.purchase-card ul { display: grid; gap: 8px; margin: 23px 0 28px; padding: 0; list-style: none; color: #56565c; font-size: 11px; }
.purchase-card li::before { content: "✓"; margin-right: 8px; color: var(--green); font-weight: 750; }
.purchase-button { width: 100%; margin-top: auto; }

.purchase-notes { max-width: var(--max); display: grid; grid-template-columns: .7fr 1.3fr; gap: 75px; margin: 0 auto; padding: 85px 70px; border-radius: 34px; background: var(--soft); }
.purchase-notes ol { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; counter-reset: item; }
.purchase-notes li { position: relative; display: grid; gap: 3px; padding: 4px 0 22px 52px; border-bottom: 1px solid var(--line); counter-increment: item; }
.purchase-notes li + li { padding-top: 22px; }
.purchase-notes li::before { content: "0" counter(item); position: absolute; top: 4px; left: 0; color: var(--blue); font-size: 12px; font-weight: 700; }
.purchase-notes li + li::before { top: 22px; }
.purchase-notes strong { font-size: 14px; }
.purchase-notes span { color: var(--muted); font-size: 11px; }

.mini-refund { max-width: var(--max); display: flex; align-items: center; justify-content: space-between; gap: 35px; margin: 72px auto 105px; padding: 38px 42px; border-radius: 28px; background: linear-gradient(135deg,#0878e8,#0063c9); color: #fff; box-shadow: 0 24px 60px rgba(0,95,195,.18); }
.mini-refund > div { display: flex; align-items: center; gap: 19px; }
.mini-refund-icon { flex: 0 0 auto; width: 50px; height: 50px; display: grid; place-items: center; border-radius: 16px; background: rgba(255,255,255,.15); font-size: 21px; }
.mini-refund h2 { margin: 0; font-size: 22px; letter-spacing: -.02em; }
.mini-refund p { margin: 3px 0 0; color: rgba(255,255,255,.72); font-size: 11px; }

.refund-layout { max-width: var(--max); display: grid; grid-template-columns: .92fr 1.08fr; gap: 80px; align-items: center; margin: 0 auto; padding: 86px 0 105px; }
.refund-intro h1 { margin: 0; font-size: clamp(52px,6vw,76px); line-height: 1.04; letter-spacing: -.06em; }
.refund-intro > p:not(.eyebrow) { max-width: 520px; margin: 25px 0 0; color: var(--muted); font-size: 14px; }
.refund-timeline { display: grid; gap: 0; margin-top: 38px; }
.refund-timeline > div { position: relative; display: flex; align-items: center; gap: 16px; padding-bottom: 24px; }
.refund-timeline > div:not(:last-child)::after { content: ""; position: absolute; left: 17px; top: 37px; bottom: 0; width: 1px; background: #d9e6f3; }
.refund-timeline b { position: relative; z-index: 1; width: 35px; height: 35px; display: grid; place-items: center; border-radius: 50%; background: #e9f4ff; color: var(--blue); font-size: 11px; }
.refund-timeline span { display: flex; flex-direction: column; }
.refund-timeline strong { font-size: 13px; }
.refund-timeline small { color: var(--muted); font-size: 10px; }
.refund-card { padding: 34px; border: 1px solid rgba(0,0,0,.045); border-radius: 32px; background: #fff; box-shadow: var(--shadow); }
.refund-card-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 28px; }
.refund-card-head small { color: var(--blue); font-size: 9px; font-weight: 700; letter-spacing: .12em; }
.refund-card-head h2 { margin: 4px 0 0; font-size: 26px; letter-spacing: -.03em; }
.refund-card-head > span { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 15px; background: #eaf4ff; color: var(--blue); font-size: 20px; }
.refund-card form { display: grid; gap: 9px; }
.refund-card label { margin-top: 7px; color: #4f4f54; font-size: 11px; font-weight: 600; }
.refund-card input:not([type="checkbox"]), .refund-card select, .refund-card textarea { width: 100%; padding: 14px 15px; border: 1px solid rgba(0,0,0,.09); border-radius: 14px; outline: none; background: #f8f8fa; color: var(--text); font: inherit; font-size: 12px; transition: border-color .2s, box-shadow .2s; }
.refund-card textarea { resize: vertical; min-height: 110px; }
.refund-card input:focus, .refund-card select:focus, .refund-card textarea:focus { border-color: rgba(0,113,227,.55); box-shadow: 0 0 0 4px rgba(0,113,227,.09); }
.consent-row { display: flex; align-items: flex-start; gap: 9px; margin: 10px 0 6px !important; font-weight: 400 !important; }
.consent-row input { margin: 3px 0 0; accent-color: var(--blue); }
.consent-row span { color: var(--muted); }
.refund-submit { width: 100%; border: 0; cursor: pointer; font-family: inherit; }
.form-message { min-height: 20px; margin: 2px 0 0; color: var(--blue); text-align: center; font-size: 11px; }
.form-message.is-error { color: #d43c31; }
.privacy-note { margin-top: 16px; padding-top: 15px; border-top: 1px solid var(--line); color: #97979c; text-align: center; font-size: 9px; }

.refund-faq { max-width: var(--max); display: grid; grid-template-columns: .7fr 1.3fr; gap: 75px; margin: 0 auto; padding: 90px 0; border-top: 1px solid var(--line); }
.faq-list { display: grid; }
.faq-list details { padding: 20px 2px; border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; cursor: pointer; list-style: none; font-size: 14px; font-weight: 600; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; color: var(--blue); font-size: 20px; font-weight: 400; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list p { margin: 13px 0 0; color: var(--muted); font-size: 11px; }
.refund-back { background: #1d1d1f; box-shadow: 0 24px 60px rgba(0,0,0,.12); }

@media (max-width: 980px) {
  .inner-hero, .device-purchase, .purchase-notes, .mini-refund, .refund-layout, .refund-faq { margin-left: 24px; margin-right: 24px; }
  .purchase-grid { grid-template-columns: repeat(2,1fr); }
  .featured-purchase { grid-column: 1/-1; }
  .purchase-notes, .refund-faq { grid-template-columns: 1fr; gap: 35px; }
  .refund-layout { grid-template-columns: 1fr; gap: 48px; }
}

@media (max-width: 680px) {
  .inner-page main { padding-top: 74px; }
  .inner-hero { padding: 65px 0 36px; }
  .inner-hero h1 { font-size: 44px; }
  .device-purchase { padding: 35px 0 78px; }
  .compact-heading { align-items: flex-start; flex-direction: column; gap: 10px; }
  .purchase-grid { grid-template-columns: 1fr; }
  .featured-purchase { grid-column: auto; }
  .purchase-card { min-height: 455px; }
  .purchase-notes { padding: 52px 25px; border-radius: 26px; }
  .mini-refund { align-items: stretch; flex-direction: column; padding: 29px 24px; }
  .mini-refund > div { align-items: flex-start; }
  .refund-layout { padding: 62px 0 80px; }
  .refund-intro h1 { font-size: 49px; }
  .refund-card { padding: 25px 20px; border-radius: 26px; }
  .refund-faq { padding: 70px 0; }
}

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