:root {
  color-scheme: light;
  --ink: #25154e;
  --muted: #6d6381;
  --purple: #6131d4;
  --pink: #f33f99;
  --cream: #faf7ff;
  --line: #e6ddf5;
  --surface: #ffffff;
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body { margin: 0; background: var(--cream); color: var(--ink); line-height: 1.75; }
a { color: inherit; text-decoration: none; }
a:focus-visible { outline: 3px solid var(--pink); outline-offset: 4px; }
.wrap { width: min(1160px, calc(100% - 64px)); margin-inline: auto; }
.skip-link { position: absolute; top: -80px; left: 12px; z-index: 30; padding: 8px 14px; background: #fff; border-radius: 8px; }
.skip-link:focus { top: 12px; }

/* Navigation */
.site-header { position: sticky; top: 0; z-index: 20; height: 78px; border-bottom: 1px solid #ffffff26; background: #311088f0; color: #fff; backdrop-filter: blur(18px); }
.nav, .brand, .nav-links { display: flex; align-items: center; }
.nav { height: 100%; justify-content: space-between; gap: 24px; }
.brand { gap: 10px; font-size: 1rem; font-weight: 900; letter-spacing: -.04em; white-space: nowrap; }
.brand img { display: block; width: 38px; height: 38px; border-radius: 10px; box-shadow: 0 5px 16px #18034c66; }
.nav-links { gap: 32px; font-size: .82rem; font-weight: 700; }
.nav-links > a:not(.nav-cta) { color: #e4d8ff; }
.nav-links > a:not(.nav-cta):hover { color: #fff; }
.nav-cta { display: inline-flex; align-items: center; gap: 13px; padding: 9px 17px; border-radius: 999px; background: #fff; color: #371194; box-shadow: 0 4px 18px #17024a36; }
.nav-cta:hover { background: #ffe6f3; }

/* Hero */
.hero { position: relative; overflow: hidden; background: radial-gradient(circle at 82% 32%, #7542e5 0%, #4f1fbd 33%, #35108f 67%, #2e0d80 100%); color: #fff; }
.hero::before { content: ""; position: absolute; inset: auto auto -240px -120px; width: 480px; height: 480px; border-radius: 50%; background: #f33f9930; filter: blur(45px); }
.hero::after { content: ""; position: absolute; top: -240px; right: -120px; width: 500px; height: 500px; border-radius: 50%; background: #c284ff24; filter: blur(50px); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.03fr); align-items: center; gap: clamp(8px, 2vw, 38px); min-height: 655px; padding-block: 60px 80px; }
.hero-copy { min-width: 0; z-index: 2; }
.eyebrow { margin: 0; color: #eedfff; font-size: .83rem; font-weight: 800; letter-spacing: .02em; }
.hero h1 { margin: 23px 0 22px; font-size: clamp(2.8rem, 5.15vw, 4.95rem); line-height: 1.3; letter-spacing: -.072em; font-weight: 900; white-space: nowrap; text-shadow: 0 5px 24px #16004d45; }
.hero h1 span { color: #ff83c0; }
.hero-lead { margin: 0; color: #eee2ff; font-size: .98rem; line-height: 2.12; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 33px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 16px; min-height: 50px; padding: 11px 20px; border: 1px solid transparent; border-radius: 13px; font-size: .9rem; font-weight: 800; line-height: 1.4; transition: background .2s ease, color .2s ease, transform .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-light { background: #fff; color: #4115a5; box-shadow: 0 10px 28px #16004e52; }
.button-light:hover { background: #fff0f8; box-shadow: 0 14px 34px #16004e6b; }
.button-dark { background: #3c169f; color: #fff; }
.button-dark:hover { background: #5e30c6; }
.button-outline { border-color: #ffffff9e; background: #ffffff0f; color: #fff; }
.button-outline:hover { background: #ffffff24; }
.hero-note { margin: 17px 0 0; color: #cfb8f8; font-size: .75rem; }

.hero-art { position: relative; z-index: 1; width: 100%; height: 530px; display: grid; place-items: center; }
.hero-art::before { content: ""; position: absolute; inset: 55px 40px; border: 1px solid #ffffff32; border-radius: 50%; box-shadow: 0 0 0 48px #ffffff08, 0 0 0 96px #ffffff05; }
.hero-illustration { position: relative; z-index: 1; display: block; width: 118%; max-width: none; height: auto; filter: drop-shadow(0 25px 26px #1b00637a); animation: hero-float 5s ease-in-out infinite; }
.floating-chip { position: absolute; z-index: 2; width: max-content; max-width: 70%; padding: 10px 17px; border: 1px solid #ffffff66; border-radius: 15px; background: #ffffffef; box-shadow: 0 14px 28px #16004c42; color: #3d2190; font-size: .8rem; font-weight: 850; white-space: nowrap; }
.floating-chip span { color: var(--pink); }
.chip-top { top: 32px; left: 4%; transform: rotate(-5deg); }
.chip-bottom { right: 1%; bottom: 36px; transform: rotate(4deg); }
.feature-ribbon { background: #fff; border-bottom: 1px solid #e9e1f6; }
.feature-ribbon .wrap { display: flex; justify-content: space-between; gap: 22px; padding-block: 22px; }
.feature-ribbon span { display: inline-flex; align-items: center; gap: 10px; color: #49346f; font-size: .87rem; font-weight: 850; white-space: nowrap; }
.feature-ribbon b { display: grid; place-items: center; width: 31px; height: 31px; border-radius: 50%; background: #f3edff; color: var(--purple); font-size: .67rem; }
@keyframes hero-float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }

/* Editorial sections */
.section-pad { padding-block: 104px; }
.section-kicker { margin: 0 0 15px; color: var(--pink); font-size: .72rem; font-weight: 900; letter-spacing: .18em; }
.section-pad h2 { margin: 0; font-size: clamp(2rem, 3.5vw, 3rem); font-weight: 900; letter-spacing: -.065em; line-height: 1.47; }
.intro { position: relative; background: #fff; }
.intro::before { content: "“"; position: absolute; top: 16px; right: max(3vw, 20px); color: #f0eaff; font-family: Georgia, serif; font-size: 15rem; line-height: 1; }
.intro-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 100px; }
.intro h2 span { color: var(--purple); }
.intro p:last-child { max-width: 500px; margin: 0; color: #625b67; font-size: 1rem; line-height: 2.12; }
.how { background: #f9f6ff; border-block: 1px solid var(--line); }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 48px; }
.step { min-width: 0; min-height: 240px; padding: 25px 25px 29px; border: 1px solid #ece4f7; border-radius: 21px; background: #fff; box-shadow: 0 15px 30px #36139a0b; }
.step-number { color: var(--purple); font-size: .8rem; font-weight: 900; letter-spacing: .08em; }
.step-icon { display: grid; place-items: center; width: 51px; height: 51px; margin: 18px 0 19px; border-radius: 15px; background: #eee8ff; color: var(--purple); font-size: 1.4rem; font-weight: 900; }
.step:nth-child(2) .step-icon { background: #ffe4f1; color: #d83283; }
.step:nth-child(3) .step-icon { background: #fff0cc; color: #b8791b; }
.step h3 { margin: 0 0 10px; font-size: 1.08rem; letter-spacing: -.04em; }
.step p { max-width: 290px; margin: 0; color: var(--muted); font-size: .87rem; line-height: 1.9; }

.styles { background: #fff; }
.style-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin-top: 43px; }
.style-card { position: relative; min-height: 292px; padding: 32px; overflow: hidden; border: 1px solid transparent; border-radius: 24px; }
.style-card::after { content: ""; position: absolute; right: -75px; bottom: -110px; width: 230px; height: 230px; border-radius: 50%; background: #ffffff6a; }
.style-offline { background: linear-gradient(135deg, #f0eaff, #ddd0ff); }
.style-online { background: linear-gradient(135deg, #fff0f7, #ffd2e8); }
.style-tag { display: inline-block; padding: 5px 12px; border-radius: 100px; background: #fff; color: var(--purple); font-size: .72rem; font-weight: 900; }
.style-online .style-tag { color: #be4378; }
.style-illustration { position: absolute; z-index: 1; top: 26px; right: 29px; display: flex; align-items: center; gap: 1px; color: #a78cde; font-size: 1.9rem; letter-spacing: -.22em; }
.style-online .style-illustration { color: #de8eb7; }
.style-illustration .connection { margin: 0 13px 0 9px; font-size: 1.6rem; }
.style-card h3 { position: relative; z-index: 1; margin: 87px 0 8px; font-size: 1.5rem; letter-spacing: -.05em; }
.style-card p { position: relative; z-index: 1; max-width: 390px; margin: 0; color: #645775; font-size: .87rem; line-height: 1.88; }
.style-footnote { margin: 20px 0 0; color: #8a838d; font-size: .77rem; }

/* Conversion */
.download { position: relative; overflow: hidden; background: radial-gradient(circle at 100% 0%, #a33de0 0, #6428be 38%, #36108d 78%); color: #fff; }
.download::before { content: ""; position: absolute; left: -130px; bottom: -180px; width: 480px; height: 480px; border-radius: 50%; background: #f33f9933; filter: blur(50px); }
.download .wrap { position: relative; z-index: 1; }
.download .section-kicker { color: #ffb0d6; }
.download-lead { margin: 8px 0 35px; color: #e8d9ff; font-size: .97rem; }
.download-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 19px; }
.download-card { display: flex; flex-direction: column; align-items: flex-start; min-height: 290px; padding: 29px; border: 1px solid #ffffffae; border-radius: 22px; background: #fff; box-shadow: 0 18px 34px #21046635; color: var(--ink); }
.platform-mark { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 9px; background: #eee8f8; color: var(--purple); font-size: 1.1rem; }
.android-mark { background: #fbe8ef; color: var(--pink); }
.download-label { margin: 18px 0 3px !important; color: var(--purple) !important; font-size: .7rem !important; font-weight: 900; letter-spacing: .07em; }
.android-card .download-label { color: #c93c7c !important; }
.download-card h3 { margin: 0 0 5px; font-size: 1.3rem; letter-spacing: -.05em; }
.download-card p { margin: 0; color: var(--muted); font-size: .86rem; line-height: 1.85; }
.download-card .button, .android-action { margin-top: auto; }
.button-pink { background: var(--pink); color: #fff; }
.button-pink:hover { background: #cc3778; }
.button-disabled { background: #ede9ef; color: #79737e; cursor: not-allowed; }
.button-disabled:hover { transform: none; }
.test-info { margin-top: 19px; padding: 24px 27px; border: 1px solid #ffffff72; border-radius: 18px; background: #ffffff16; backdrop-filter: blur(10px); }
.test-info-heading { display: flex; align-items: center; gap: 11px; }
.test-info-heading > span { display: grid; place-items: center; width: 25px; height: 25px; border: 1px solid #ffffffad; border-radius: 50%; color: #fff; font-size: .73rem; font-weight: 900; }
.test-info h3 { margin: 0; font-size: .94rem; }
.test-info p { max-width: 900px; margin: 10px 0 0; color: #f1eaff; font-size: .82rem; line-height: 1.9; }
.test-info .test-small { margin-top: 9px; color: #d2beef; font-size: .72rem; }
.approved-link { display: inline-block; margin-top: 14px; color: #fff; font-size: .84rem; font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }
.approved-link[hidden] { display: none; }
.download-more { margin: 20px 0 0; color: #eadcff; font-size: .84rem; }
.download-more a { color: #fff; font-weight: 850; text-decoration: underline; text-underline-offset: 3px; }

/* Android search and tester information page */
.android-hero { overflow: hidden; background: radial-gradient(circle at 84% 18%, #824ce9, #491bb3 47%, #300d84 100%); color: #fff; }
.android-hero-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 25px; min-height: 510px; padding-block: 60px; }
.android-hero h1 { margin: 22px 0 17px; font-size: clamp(3.25rem, 5.8vw, 5.7rem); line-height: 1.23; letter-spacing: -.07em; }
.android-hero h1 span { color: #ff8dc7; }
.android-hero-lead { max-width: 520px; margin: 0 0 27px; color: #eee2ff; font-size: .97rem; line-height: 2; }
.android-hero-image { width: 112%; max-width: none; height: auto; filter: drop-shadow(0 22px 24px #18005360); }
.android-copy-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 65px; }
.android-status { background: #fff; }
.android-copy-grid > div:last-child { color: #655a74; font-size: .95rem; line-height: 2; }
.android-copy-grid > div:last-child p { margin: 0 0 15px; }
.android-copy-grid a, .faq-list a, .faq-note a { color: var(--purple); font-weight: 850; text-decoration: underline; text-underline-offset: 3px; }
.android-steps { background: #faf6ff; }
.section-lead { color: var(--muted); font-size: .92rem; }
.join-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin: 37px 0 25px; padding: 0; list-style: none; }
.join-steps li { min-height: 225px; padding: 23px; border: 1px solid #ece2f8; border-radius: 20px; background: #fff; box-shadow: 0 12px 26px #320e900a; }
.join-steps li > span { display: grid; place-items: center; width: 33px; height: 33px; margin-bottom: 23px; border-radius: 10px; background: #eee6ff; color: var(--purple); font-weight: 900; }
.join-steps li:nth-child(2) > span { background: #ffe4f1; color: #d23182; }
.join-steps li:nth-child(3) > span { background: #fff0ca; color: #a77313; }
.join-steps h3 { margin: 0 0 9px; font-size: 1.03rem; letter-spacing: -.04em; }
.join-steps p { margin: 0; color: #72677e; font-size: .82rem; line-height: 1.85; }
.join-action { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 23px 27px; border: 1px solid #e6daf7; border-radius: 20px; background: #f1eaff; }
.join-action strong { color: #4e269e; font-size: 1rem; }
.join-action p { margin: 3px 0 0; color: #766985; font-size: .83rem; }
.android-steps .approved-link { color: var(--purple); }
.android-faq { background: #fff; }
.faq-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 55px; }
.faq-list article { padding: 24px 0; border-top: 1px solid var(--line); }
.faq-list article:last-child { border-bottom: 1px solid var(--line); }
.faq-list h3 { margin: 0 0 8px; font-size: 1rem; letter-spacing: -.025em; }
.faq-list p { margin: 0; color: #6c6178; font-size: .86rem; line-height: 1.95; }
.faq-note { margin-top: 24px; color: #7d728a; font-size: .78rem; }
.android-end { padding-block: 72px; background: linear-gradient(125deg, #35108c, #8b3fd2); color: #fff; text-align: center; }
.android-end h2 { margin: 0; font-size: clamp(1.8rem, 3vw, 2.7rem); letter-spacing: -.05em; }
.android-end p { margin: 9px 0 25px; color: #ecddff; font-size: .9rem; }

.site-footer { padding: 34px 0; background: #230861; color: #d9c7f4; }
.footer-inner { display: flex; align-items: center; gap: 27px; font-size: .76rem; }
.footer-inner .footer-brand { margin-right: auto; color: #fff; font-size: 1rem; font-weight: 900; }
.footer-inner a:hover { color: #fff; text-decoration: underline; }

@media (max-width: 980px) {
  .hero-grid { gap: 12px; }
  .hero h1 { font-size: clamp(2.6rem, 4.8vw, 4rem); }
  .hero-art { height: 440px; }
  .hero-illustration { width: 132%; }
  .floating-chip { font-size: .7rem; }
  .intro-grid { gap: 50px; }
}

@media (max-width: 760px) {
  html { scroll-padding-top: 73px; }
  .wrap { width: min(560px, calc(100% - 38px)); }
  .site-header { height: 66px; }
  .brand img { width: 34px; height: 34px; }
  .nav-links { gap: 0; }
  .nav-links > a:not(.nav-cta) { display: none; }
  .nav-cta { padding: 7px 12px; font-size: .76rem; }
  .hero-grid { grid-template-columns: 1fr; min-height: 0; gap: 12px; padding-block: 60px 30px; }
  .hero h1 { font-size: clamp(2.65rem, 9.5vw, 4rem); white-space: normal; }
  .hero-lead { font-size: .9rem; line-height: 1.9; }
  .hero-art { max-width: 530px; height: 390px; margin-inline: auto; }
  .hero-illustration { width: 110%; }
  .chip-top { top: 20px; }
  .chip-bottom { bottom: 18px; }
  .feature-ribbon .wrap { gap: 8px; padding-block: 18px; }
  .feature-ribbon span { gap: 5px; font-size: .68rem; }
  .feature-ribbon b { width: 24px; height: 24px; font-size: .56rem; }
  .section-pad { padding-block: 75px; }
  .intro-grid, .steps, .style-grid, .download-grid { grid-template-columns: 1fr; }
  .intro-grid { gap: 23px; }
  .intro p:last-child { font-size: .93rem; }
  .steps { gap: 14px; margin-top: 36px; }
  .step { min-height: 0; padding: 22px; }
  .step-icon { margin: 16px 0 12px; }
  .style-grid { gap: 13px; margin-top: 31px; }
  .style-card { min-height: 232px; }
  .style-card h3 { margin-top: 65px; }
  .download-card { min-height: 252px; }
  .android-hero-grid { grid-template-columns: 1fr; gap: 0; padding-block: 55px 15px; }
  .android-hero h1 { font-size: clamp(3rem, 11vw, 4.8rem); }
  .android-hero-image { width: min(112%, 570px); margin-inline: auto; }
  .android-copy-grid, .faq-grid { grid-template-columns: 1fr; gap: 22px; }
  .join-steps { grid-template-columns: 1fr; gap: 12px; }
  .join-steps li { display: flex; gap: 15px; min-height: 0; padding: 19px; }
  .join-steps li > span { flex: 0 0 33px; margin: 0; }
  .join-action { align-items: flex-start; flex-direction: column; }
  .footer-inner { flex-wrap: wrap; gap: 10px 18px; }
  .footer-inner .footer-brand { width: 100%; }
}

@media (max-width: 430px) {
  .hero h1 { font-size: clamp(2.28rem, 9.3vw, 2.65rem); }
  .hero-lead br { display: none; }
  .hero-actions { display: grid; }
  .hero-actions .button { justify-content: space-between; }
  .hero-art { height: 310px; }
  .hero-illustration { width: 124%; }
  .floating-chip { padding: 7px 10px; font-size: .62rem; }
  .chip-top { top: 12px; left: 0; }
  .chip-bottom { right: 0; bottom: 12px; }
  .feature-ribbon .wrap { flex-wrap: wrap; justify-content: center; gap: 9px 20px; }
  .style-card { padding: 24px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .button { transition: none; }
  .hero-illustration { animation: none; }
}
