*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #F5F8FF;--bg-card: #FFFFFF;--bg-alt: #EEF3FF;--bg-dark: #1B2B4B;--text: #1B2B4B;--text-muted: #64748B;--text-on-dark: rgba(255, 255, 255, .92);--text-on-dark-m: rgba(255, 255, 255, .58);--brand: #2563EB;--brand-hover: #1D4ED8;--brand-light: #EEF4FF;--brand-mid: #60A5FA;--accent: #2ABFBF;--accent-light: #E0F7F7;--gold: #F59E0B;--border: rgba(27, 43, 75, .09);--border-strong: rgba(27, 43, 75, .18);--max-w: 1200px;--max-w-text: 780px;--pad: 24px;--section-y: 96px;--radius: 20px;--radius-sm: 10px;--radius-pill: 100px;--shadow: 0 2px 16px rgba(0, 0, 0, .05);--shadow-md: 0 8px 36px rgba(0, 0, 0, .09);--shadow-lg: 0 20px 60px rgba(0, 0, 0, .12);--ease: cubic-bezier(.22, 1, .36, 1);--dur: .22s}html{font-size:16px;scroll-behavior:smooth}body{font-family:Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background-color:var(--bg);color:var(--text);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4{font-family:Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.12;letter-spacing:-.02em}img{display:block;max-width:100%}.container{max-width:var(--max-w);margin:0 auto;padding:0 var(--pad)}.section-header{text-align:center;margin-bottom:56px}.section-header__eyebrow{display:inline-block;font-size:11px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--brand);margin-bottom:14px}.section-header__title{font-size:clamp(30px,4vw,48px);color:var(--text);margin-bottom:16px}.section-header__title--light{color:#fff}.section-header__sub{font-size:17px;color:var(--text-muted);max-width:460px;margin:0 auto;line-height:1.7}.section-header__sub--light{color:#fff9}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 28px;border-radius:var(--radius-pill);font-size:15px;font-weight:500;font-family:inherit;cursor:pointer;transition:background var(--dur) var(--ease),transform var(--dur) var(--ease),box-shadow var(--dur) var(--ease);text-decoration:none;border:none;outline:none;white-space:nowrap}.btn--primary{background:var(--brand);color:#fff}.btn--primary:hover{background:var(--brand-hover);transform:translateY(-1px);box-shadow:0 6px 24px #2563eb52}.btn--small{padding:10px 20px;font-size:14px}.badge{display:inline-flex;align-items:center;gap:6px;padding:6px 14px;border-radius:var(--radius-pill);font-size:13px;font-weight:500;letter-spacing:.01em}.badge--accent{background:var(--accent-light);color:var(--accent)}.nav{position:sticky;top:0;z-index:100;background:#f8f6f1e0;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--border);padding:0 var(--pad)}.nav__inner{max-width:var(--max-w);margin:0 auto;height:64px;display:flex;align-items:center;justify-content:space-between}.nav__logo{display:flex;align-items:center;gap:10px;text-decoration:none}.nav__logo-img{height:56px;width:auto;display:block;padding:4px 0}.nav__logo-mark{width:34px;height:34px;background:var(--brand);border-radius:9px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.nav__logo-text{font-family:Roboto,sans-serif;font-size:22px;letter-spacing:-.04em;color:var(--text)}.hero{padding:72px var(--pad) 96px;overflow:hidden;position:relative}.hero__inner{max-width:var(--max-w);margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:72px;align-items:center}.hero__badge{margin-bottom:24px}.hero__headline{font-size:clamp(38px,5vw,68px);color:var(--text);margin-bottom:22px;max-width:560px;line-height:1.08}.hero__headline em{color:var(--brand);font-style:italic}.hero__sub{font-size:18px;color:var(--text-muted);line-height:1.72;margin-bottom:40px;max-width:470px}.hero__form{display:flex;gap:10px;margin-bottom:14px}.hero__input{flex:1;padding:14px 20px;border:1.5px solid var(--border-strong);border-radius:var(--radius-pill);font-size:15px;font-family:inherit;background:#fff;color:var(--text);outline:none;transition:border-color var(--dur);min-width:0}.hero__input:focus{border-color:var(--brand);box-shadow:0 0 0 3px #2563eb24}.hero__input::placeholder{color:var(--text-muted)}.hero__form-note{font-size:13px;color:var(--text-muted)}.hero-visual{position:relative;height:500px;display:flex;align-items:center;justify-content:center}.hero-bg-blob{position:absolute;width:420px;height:420px;border-radius:50%;background:radial-gradient(circle,var(--brand-light) 0%,transparent 68%);pointer-events:none}.hero-card{background:#fff;border-radius:24px;padding:22px;box-shadow:var(--shadow-lg);width:272px;position:relative;z-index:1;animation:cardBob 4.5s ease-in-out infinite}@keyframes cardBob{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.hero-card__thumb{width:100%;height:156px;border-radius:16px;background:linear-gradient(138deg,#95d5b2,#2a5c45);display:flex;align-items:center;justify-content:center;position:relative;margin-bottom:16px;overflow:hidden}.hero-card__thumb-photo{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center top}.hero-card__thumb:after{content:"";position:absolute;inset:0;background:linear-gradient(to bottom,transparent 35%,rgba(0,0,0,.45))}.speaking-bars{position:absolute;bottom:32px;right:12px;z-index:2;display:flex;align-items:flex-end;gap:3px;background:#00000061;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);border-radius:6px;padding:5px 7px 4px}.speaking-bar{width:3px;border-radius:2px;background:#ffffffeb;animation:speakPulse .7s ease-in-out infinite alternate;transform-origin:bottom}.speaking-bar:nth-child(1){height:8px;animation-delay:0s}.speaking-bar:nth-child(2){height:14px;animation-delay:.12s}.speaking-bar:nth-child(3){height:6px;animation-delay:.06s}.speaking-bar:nth-child(4){height:12px;animation-delay:.18s}.speaking-bar:nth-child(5){height:9px;animation-delay:.09s}@keyframes speakPulse{0%{transform:scaleY(.3);opacity:.55}to{transform:scaleY(1);opacity:1}}.hero-card__play-btn{width:52px;height:52px;background:#ffffffe6;backdrop-filter:blur(8px);border-radius:50%;display:flex;align-items:center;justify-content:center;position:relative;z-index:1}.hero-card__vid-label{position:absolute;bottom:10px;left:12px;font-size:11px;font-weight:500;color:#ffffffe6;z-index:1}.hero-card__name{font-family:Roboto,sans-serif;font-size:19px;color:var(--text);margin-bottom:8px}.hero-card__badges{display:flex;gap:5px;flex-wrap:wrap;margin-bottom:10px}.hero-card__vbadge{font-size:11px;padding:3px 9px;border-radius:100px;background:var(--brand-light);color:var(--brand);font-weight:500}.hero-card__rating{display:flex;align-items:center;gap:6px;margin-bottom:10px}.hero-card__stars{color:var(--gold);font-size:13px;letter-spacing:1px}.hero-card__rev{font-size:12px;color:var(--text-muted)}.hero-card__repeat{font-size:12px;color:var(--text-muted);padding-top:10px;border-top:1px solid var(--border)}.hero-float{position:absolute;background:#fff;border-radius:14px;padding:10px 14px;font-size:13px;font-weight:500;box-shadow:0 8px 28px #0000001a;display:flex;align-items:center;gap:7px;color:var(--text);z-index:2;white-space:nowrap}.hero-float--1{top:14%;right:-2%;animation:floatA 3.8s ease-in-out infinite}.hero-float--2{bottom:20%;left:-6%;animation:floatB 4.2s ease-in-out infinite;animation-delay:1.4s}@keyframes floatA{0%,to{transform:translateY(0) rotate(-2deg)}50%{transform:translateY(-10px) rotate(0)}}@keyframes floatB{0%,to{transform:translateY(0) rotate(1deg)}50%{transform:translateY(-8px) rotate(-1deg)}}.trust-phases{padding:var(--section-y) var(--pad);background:var(--bg-alt)}.trust-grid{max-width:var(--max-w);margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.phase-card{background:var(--bg-card);border-radius:var(--radius);padding:34px 30px;box-shadow:var(--shadow);border:1px solid var(--border);transition:transform var(--dur) var(--ease),box-shadow var(--dur) var(--ease)}.phase-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}.phase-card__icon{width:50px;height:50px;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:20px;font-size:22px}.phase-card__icon--blue{background:#eef4ff}.phase-card__icon--green{background:var(--brand-light)}.phase-card__icon--amber{background:#fef9ec}.phase-card__phase{font-size:10px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--text-muted);margin-bottom:6px}.phase-card__title{font-size:22px;color:var(--text);margin-bottom:10px}.phase-card__desc{font-size:15px;color:var(--text-muted);line-height:1.65;margin-bottom:18px}.phase-card__list{list-style:none;display:flex;flex-direction:column;gap:7px}.phase-card__list li{display:flex;align-items:flex-start;gap:8px;font-size:14px;color:var(--text-muted)}.phase-card__list li:before{content:"✓";color:var(--accent);font-weight:700;flex-shrink:0;margin-top:1px}.features{padding:var(--section-y) var(--pad)}.features-grid{max-width:var(--max-w);margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.feature-card{padding:30px 28px;border-radius:var(--radius);border:1px solid var(--border);background:var(--bg-card);transition:transform var(--dur) var(--ease),box-shadow var(--dur) var(--ease),border-color var(--dur)}.feature-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-md);border-color:transparent}.feature-card__icon{width:46px;height:46px;border-radius:11px;display:flex;align-items:center;justify-content:center;margin-bottom:14px;font-size:20px}.feature-card__title{font-family:Roboto,sans-serif;font-size:16px;font-weight:600;letter-spacing:-.01em;color:var(--text);margin-bottom:7px}.feature-card__desc{font-size:14px;color:var(--text-muted);line-height:1.62}.how-it-works{padding:var(--section-y) var(--pad);background:var(--bg-dark)}.steps-grid{max-width:900px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:40px;position:relative}.steps-grid:before{content:"";position:absolute;top:28px;left:calc(100% / 6);right:calc(100% / 6);height:1px;background:#ffffff1f;pointer-events:none}.step{text-align:center;position:relative}.step__num{width:56px;height:56px;border-radius:50%;border:1.5px solid rgba(255,255,255,.2);display:flex;align-items:center;justify-content:center;font-family:Roboto,sans-serif;font-size:24px;color:#fff;margin:0 auto 22px;position:relative;z-index:1;background:var(--bg-dark)}.step__title{font-size:20px;color:#fff;margin-bottom:10px}.step__desc{font-size:14px;color:#ffffff94;line-height:1.65}.comparison{padding:var(--section-y) var(--pad);background:var(--bg-alt)}.comparison-table-wrap{max-width:860px;margin:0 auto;border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-md)}.comparison-table{width:100%;border-collapse:collapse;background:#fff;font-size:15px}.comparison-table th{padding:16px 24px;text-align:left;font-size:12px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--text-muted);background:#fff;border-bottom:1px solid var(--border)}.comparison-table th.col-maido{background:var(--brand);color:#fffc;text-align:center}.comparison-table th.col-others{text-align:center}.comparison-table td{padding:15px 24px;border-bottom:1px solid var(--border);color:var(--text);font-size:14px;line-height:1.5}.comparison-table td.col-maido{background:#2a5c450a;text-align:center;font-weight:500;color:var(--brand)}.comparison-table td.col-others{text-align:center;color:var(--text-muted)}.comparison-table tr:last-child td{border-bottom:none}.waitlist{padding:100px var(--pad);text-align:center}.waitlist__inner{max-width:560px;margin:0 auto}.waitlist__title{font-size:clamp(34px,4.5vw,54px);margin-bottom:18px;color:var(--text)}.waitlist__title em{color:var(--brand);font-style:italic}.waitlist__sub{font-size:17px;color:var(--text-muted);margin-bottom:40px;line-height:1.7}.waitlist__form{display:flex;gap:10px;margin-bottom:12px}.waitlist__input{flex:1;padding:15px 22px;border:1.5px solid var(--border-strong);border-radius:var(--radius-pill);font-size:15px;font-family:inherit;background:#fff;color:var(--text);outline:none;transition:border-color var(--dur);min-width:0}.waitlist__input:focus{border-color:var(--brand);box-shadow:0 0 0 3px #2563eb24}.waitlist__input::placeholder{color:var(--text-muted)}.waitlist__note{font-size:13px;color:var(--text-muted)}.footer{padding:32px var(--pad);border-top:1px solid var(--border);background:var(--bg)}.footer__inner{max-width:var(--max-w);margin:0 auto;display:flex;align-items:center;justify-content:space-between}.footer__logo{font-family:Roboto,sans-serif;font-size:18px;letter-spacing:-.03em;color:var(--text);text-decoration:none}.footer__right{display:flex;align-items:center;gap:20px}.footer__copy{font-size:13px;color:var(--text-muted)}.footer__links{display:flex;gap:16px}.footer__link{font-size:13px;color:var(--text-muted);text-decoration:none;transition:color var(--dur)}.footer__link:hover{color:var(--text)}@media (max-width: 900px){.trust-grid,.features-grid{grid-template-columns:repeat(2,1fr)}.steps-grid:before{display:none}}@media (max-width: 768px){:root{--section-y: 64px}.hero__inner{grid-template-columns:1fr;gap:48px}.hero-visual{order:-1;height:380px}.hero-float--1{right:4%}.hero-float--2{left:0%}.hero__form{flex-direction:column}.trust-grid,.features-grid,.steps-grid{grid-template-columns:1fr}.comparison-table td,.comparison-table th{padding:12px 16px;font-size:13px}.footer__inner{flex-direction:column;gap:12px;text-align:center}.footer__right{flex-direction:column;gap:8px}}@media (max-width: 480px){.waitlist__form{flex-direction:column}.hero-float{font-size:12px;padding:8px 12px}}.nav{background:#ffffffeb}.nav__links{display:flex;align-items:center;gap:32px}.nav__link{font-size:15px;font-weight:500;color:var(--text);text-decoration:none;transition:color var(--dur)}.nav__link:hover{color:var(--brand)}@media (max-width: 768px){.nav__links{display:none}}.page-hero{padding:80px var(--pad) 72px;text-align:center;background:var(--bg)}.page-hero--brand{background:var(--bg-dark)}.page-hero__headline{font-size:clamp(36px,5vw,64px);color:var(--text);max-width:700px;margin:16px auto 20px}.page-hero__headline--light{color:#fff}.page-hero__sub{font-size:18px;color:var(--text-muted);max-width:560px;margin:0 auto;line-height:1.7}.page-hero__sub--light{color:#ffffffa6}.page-section{padding:var(--section-y) var(--pad)}.page-section--alt{background:var(--bg-alt)}.page-section--dark{background:var(--bg-dark)}.page-section__inner{max-width:720px;margin:0 auto}.page-section__title{font-size:clamp(28px,3.5vw,42px);color:var(--text);margin-bottom:20px}.page-section__body{font-size:17px;color:var(--text-muted);line-height:1.75}.values-grid{max-width:var(--max-w);margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.value-card{background:var(--bg-card);border-radius:var(--radius);padding:32px 28px;border:1px solid var(--border)}.value-card__icon{font-size:32px;margin-bottom:16px}.value-card__title{font-size:20px;color:var(--text);margin-bottom:10px}.value-card__desc{font-size:15px;color:var(--text-muted);line-height:1.65}.hiw-steps{max-width:800px;margin:0 auto;display:flex;flex-direction:column;gap:64px}.hiw-step{display:grid;grid-template-columns:80px 1fr;gap:32px;align-items:start}.hiw-step__num{font-size:48px;font-weight:700;color:var(--brand);opacity:.25;line-height:1}.hiw-step__title{font-size:28px;color:var(--text);margin-bottom:12px}.hiw-step__desc{font-size:16px;color:var(--text-muted);line-height:1.7;margin-bottom:20px}.hiw-step__list{list-style:none;display:flex;flex-direction:column;gap:8px}.hiw-step__list li{display:flex;align-items:center;gap:10px;font-size:14px;color:var(--text-muted)}.hiw-step__list li:before{content:"✓";color:var(--accent);font-weight:700;flex-shrink:0}.trust-mini-grid{max-width:var(--max-w);margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.trust-mini-card{text-align:center;padding:24px 16px}.trust-mini-card__icon{font-size:36px;margin-bottom:12px}.trust-mini-card__title{font-size:16px;font-weight:600;color:#fff;margin-bottom:8px}.trust-mini-card__desc{font-size:14px;color:#fff9;line-height:1.6}.earnings-grid{max-width:800px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr 1fr;gap:32px;align-items:start}.earnings-stat__num{font-size:56px;font-weight:700;color:var(--brand);line-height:1;margin-bottom:8px}.earnings-stat__label{font-size:15px;color:var(--text-muted);line-height:1.5}.earnings-list{list-style:none;display:flex;flex-direction:column;gap:10px}.earnings-list li{display:flex;align-items:center;gap:10px;font-size:15px;color:var(--text-muted)}.earnings-list li:before{content:"✓";color:var(--accent);font-weight:700}.requirements-list{list-style:none;display:flex;flex-direction:column;gap:14px;margin-top:24px}.requirements-list li{display:flex;align-items:center;gap:12px;font-size:16px;color:var(--text-muted)}.requirements-list li:before{content:"→";color:var(--brand);font-weight:700;flex-shrink:0}@media (max-width: 768px){.values-grid,.trust-mini-grid,.earnings-grid,.hiw-step{grid-template-columns:1fr}.hiw-step__num{font-size:32px}}@media (max-width: 900px){.values-grid{grid-template-columns:1fr 1fr}.trust-mini-grid{grid-template-columns:repeat(2,1fr)}}
