@font-face{font-family:Roboto;src:url(/assets/roboto-latin-ccAYIvAh.woff2) format("woff2");font-style:normal;font-weight:400;font-display:swap;unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Roboto;src:url(/assets/roboto-latin-ccAYIvAh.woff2) format("woff2");font-style:normal;font-weight:500;font-display:swap;unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Roboto;src:url(/assets/roboto-latin-ccAYIvAh.woff2) format("woff2");font-style:normal;font-weight:700;font-display:swap;unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}:root{color-scheme:light;--bg: #fafafa;--bg-accent: #f7eef9;--surface: rgba(255, 255, 255, .88);--surface-strong: #ffffff;--text: #2f2438;--text-soft: #6f6478;--primary: #9c27b0;--primary-light: #ba68c8;--primary-dark: #7b1fa2;--secondary: #f3e5f5;--border: rgba(0, 0, 0, .08);--shadow: 0 8px 24px rgba(0, 0, 0, .06)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;font-family:Roboto,sans-serif;color:var(--text);background:linear-gradient(180deg,#fcfbfc,#faf7fb 42%,#fff)}a{color:inherit}.topbar{position:sticky;top:0;z-index:50;width:100%;background:#fff3;transition:background-color .18s ease,box-shadow .18s ease,backdrop-filter .18s ease}.topbar-scrolled{background:#ffffffad;box-shadow:0 4px 18px #0000000d;backdrop-filter:blur(14px) saturate(140%);-webkit-backdrop-filter:blur(14px) saturate(140%)}.container{width:min(1180px,calc(100% - 32px));margin:0 auto}.top-stage{background:url(/assets/background-Dq-ZLpyz.png) center left / cover no-repeat}.topbar-inner{display:flex;align-items:center;min-height:68px}.brand-link{display:inline-flex;align-items:center;gap:10px;text-decoration:none;font-size:1.15rem;font-weight:500;color:var(--text)}.brand-link img{width:34px;height:34px;display:block}.hero{padding:24px 0 32px}.hero-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr);gap:40px;align-items:center;padding:32px;background:#fff3;border-radius:24px}.main-content{padding:32px 0 56px}.eyebrow{display:inline-flex;align-items:center;gap:8px;font-weight:500;color:var(--primary-dark)}.eyebrow{margin:0;font-size:.95rem}.hero h1,.section-heading h2,.info-card h2,.feedback-card h2{margin:12px 0 0;line-height:1.05}.hero h1{font-size:clamp(2.5rem,5vw,4rem);letter-spacing:-.04em}.hero-gradient-text{background:linear-gradient(90deg,var(--primary) 5%,var(--primary-light) 90%);background-clip:text;-webkit-background-clip:text;color:transparent;-webkit-text-fill-color:transparent}.lead,.step-card p,.feedback-card p,.step-note{color:var(--text-soft);line-height:1.7}.lead{margin:20px 0 0;max-width:60ch;font-size:1rem}.button{display:inline-flex;justify-content:center;align-items:center;min-height:52px;padding:0 20px;border-radius:8px;border:1px solid transparent;text-decoration:none;font-weight:500;transition:transform .12s ease,box-shadow .12s ease,background-color .12s ease}.button:hover{transform:translateY(-1px)}.button-primary{color:#fff;background:var(--primary);box-shadow:none}.button-primary:hover{background:var(--primary-dark)}.button-outlined{color:var(--primary-dark);background:transparent;border-color:#9c27b059}.button-ghost{color:var(--primary-dark);background:#fff;border-color:#0000001f;white-space:nowrap}.hero-visual{position:relative;min-height:360px;display:grid;place-items:center}.hero-banner{display:block;width:min(100%,560px);height:auto}.step-card,.feedback-card{background:var(--surface);border:1px solid var(--border);border-radius:14px;box-shadow:var(--shadow);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.steps{margin-top:28px}.section-heading{text-align:center;margin-bottom:22px}.section-heading h2{font-size:clamp(2rem,4vw,2.8rem)}.step-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:48px}.step-card{padding:28px;text-align:center}.step-card .description{min-height:110px}.step-head{display:flex;align-items:center;justify-content:space-between;gap:14px}.step-number{display:inline-flex;align-items:center;justify-content:center;min-height:32px;padding:0 12px;border-radius:999px;background:#9c27b01f;color:var(--primary-dark);font-weight:500;font-size:.875rem;line-height:1}.step-icon,.feedback-icon{display:grid;place-items:center;width:44px;height:44px;border-radius:10px;background:#f6f0f8;color:var(--primary)}.step-icon-prominent{width:128px;height:128px;margin:16px auto 0;border-radius:16px}.step-icon svg,.feedback-icon svg{width:22px;height:22px;fill:currentColor}.step-icon img{display:block}.step-card h3{margin:18px 0 0;font-size:1.25rem}.step-card .button,.feedback-card .button{margin-top:16px;width:100%}.step-note{display:flex;align-items:flex-start;gap:8px;margin:14px 0 0;font-size:.875rem;text-align:left}.hint-icon{display:inline-grid;place-items:center;min-width:18px;width:18px;height:18px;margin-top:2px;border:1px solid rgba(0,0,0,.18);border-radius:999px;color:var(--text-soft);font-size:.75rem;font-weight:700}.feedback-card{position:relative;display:grid;grid-template-columns:auto 1fr auto;justify-content:space-between;align-items:center;gap:20px;margin-top:28px;padding:28px;overflow:hidden}.footer{padding:28px 0 0;text-align:center;color:var(--primary-dark);font-weight:500}.footer p{margin:0}.footer-subline{margin-top:6px!important;color:#8f8f8f;font-size:.9rem;font-weight:400}@media (max-width: 760px){.hero-grid{grid-template-columns:1fr;padding:18px}.hero-visual{min-height:280px}.hero-banner{width:min(100%,380px)}}@media (max-width: 760px){.container{width:min(100% - 24px,100%)}.topbar-inner{min-height:62px}.main-content{padding-top:18px}.step-grid,.feedback-card{grid-template-columns:1fr;align-items:stretch}.step-card .button,.feedback-card .button{width:100%}.hero-visual{min-height:220px}}
