*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--accent: #4F46E5;--accent-hover: #4338CA;--accent-light: #EEF2FF;--text: #111827;--text-muted: #6B7280;--bg: #ffffff;--bg-subtle: #F9FAFB;--border: #E5E7EB;--radius: 12px;--shadow: 0 4px 24px rgba(0,0,0,.08)}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;line-height:1.6}.container{max-width:1100px;margin:0 auto;padding:0 24px}.nav{position:sticky;top:0;z-index:100;background:#ffffffd9;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border)}.nav__inner{max-width:1100px;margin:0 auto;padding:0 24px;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-icon{width:36px;height:36px;background:var(--accent);color:#fff;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;letter-spacing:-.5px}.nav__logo-icon--sm{width:30px;height:30px;font-size:11px}.nav__logo-text{font-weight:700;font-size:17px;color:var(--text)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:none;cursor:pointer;font-family:inherit;font-weight:600;text-decoration:none;transition:background .15s,transform .1s;border-radius:10px}.btn--primary{background:var(--accent);color:#fff;padding:12px 22px;font-size:15px}.btn--primary:hover{background:var(--accent-hover);transform:translateY(-1px)}.btn--sm{padding:9px 18px;font-size:14px;border-radius:8px}.badge{display:inline-flex;align-items:center;gap:10px;background:#000;color:#fff;padding:10px 18px;border-radius:10px;text-decoration:none;transition:background .15s,transform .1s}.badge:hover{background:#222;transform:translateY(-2px)}.badge--large{padding:13px 22px;gap:12px}.badge__apple{width:22px;height:22px;flex-shrink:0}.badge--large .badge__apple{width:28px;height:28px}.badge__text{display:flex;flex-direction:column;line-height:1.2}.badge__top{font-size:10px;font-weight:400;opacity:.9;letter-spacing:.3px}.badge__bottom{font-size:17px;font-weight:700;letter-spacing:-.3px}.badge--large .badge__top{font-size:11px}.badge--large .badge__bottom{font-size:20px}.section-title{font-size:clamp(28px,4vw,40px);font-weight:800;line-height:1.15;letter-spacing:-.8px;text-align:center;color:var(--text)}.section-sub{font-size:17px;color:var(--text-muted);text-align:center;margin-top:12px;max-width:520px;margin-left:auto;margin-right:auto;line-height:1.6}.hero{padding:80px 0 0;text-align:center;background:linear-gradient(180deg,#f5f3ff,#fff);overflow:hidden}.hero__eyebrow{display:inline-block;background:var(--accent-light);color:var(--accent);font-size:13px;font-weight:600;padding:6px 14px;border-radius:100px;margin-bottom:24px;letter-spacing:.2px}.hero__headline{font-size:clamp(48px,8vw,80px);font-weight:800;letter-spacing:-2px;line-height:1.05;color:var(--text)}.hero__sub{font-size:19px;color:var(--text-muted);max-width:540px;margin:24px auto 0;line-height:1.6}.hero__actions{display:flex;flex-direction:column;align-items:center;gap:14px;margin-top:40px}.hero__price{font-size:13px;color:var(--text-muted)}.hero__preview{margin-top:60px;display:flex;justify-content:center}.hero__screen{width:680px;max-width:100%;background:#1c1c1e;border-radius:14px 14px 0 0;overflow:hidden;box-shadow:0 -4px 40px #4f46e526,0 0 0 1px #ffffff1a}.hero__screen-bar{background:#2c2c2e;padding:12px 16px;display:flex;gap:8px;align-items:center}.hero__screen-bar span{width:12px;height:12px;border-radius:50%;background:#3a3a3c}.hero__screen-bar span:nth-child(1){background:#ff5f57}.hero__screen-bar span:nth-child(2){background:#febc2e}.hero__screen-bar span:nth-child(3){background:#28c840}.hero__tiles{padding:20px;display:grid;grid-template-columns:1fr 1fr;grid-template-rows:120px 120px;gap:8px}.tile{background:#2c2c2e;border-radius:8px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;border:1px solid rgba(255,255,255,.08);transition:border-color .2s}.tile--left,.tile--right{grid-row:span 2}.tile--top-right{grid-column:2;grid-row:1}.tile--bottom-right{grid-column:2;grid-row:2}.tile__label{font-size:11px;color:var(--accent);font-weight:600;background:#4f46e526;padding:3px 8px;border-radius:6px;font-family:SF Mono,Fira Code,monospace}.tile__name{font-size:12px;color:#ffffff80;font-weight:500}.features{padding:100px 0}.features__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:24px;margin-top:60px}.feature-card{background:var(--bg-subtle);border:1px solid var(--border);border-radius:var(--radius);padding:28px;transition:box-shadow .2s,transform .2s}.feature-card:hover{box-shadow:var(--shadow);transform:translateY(-2px)}.feature-card__icon{width:44px;height:44px;background:var(--accent-light);color:var(--accent);border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:16px}.feature-card__title{font-size:17px;font-weight:700;margin-bottom:8px;color:var(--text)}.feature-card__desc{font-size:15px;color:var(--text-muted);line-height:1.6}.shortcuts-section{padding:100px 0;background:var(--bg-subtle);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.shortcuts-inner{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}@media (max-width: 768px){.shortcuts-inner{grid-template-columns:1fr;gap:40px}}.shortcuts-cycling{margin-top:32px;background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);padding:20px}.cycling-label{font-size:13px;color:var(--text-muted);margin-bottom:12px}.cycling-steps{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.cycling-step{background:var(--accent-light);color:var(--accent);font-size:14px;font-weight:600;padding:6px 14px;border-radius:8px}.cycling-arrow{color:var(--text-muted);font-size:16px}kbd{display:inline-block;background:var(--bg);border:1px solid var(--border);border-bottom-width:2px;border-radius:5px;padding:2px 7px;font-size:13px;font-family:SF Mono,Fira Code,monospace;color:var(--text);white-space:nowrap}.shortcuts-list{display:flex;flex-direction:column;gap:2px}.shortcut-row{display:flex;align-items:center;justify-content:space-between;padding:10px 14px;border-radius:8px;transition:background .1s}.shortcut-row:hover{background:var(--bg)}.shortcut-row__label{font-size:14px;color:var(--text);font-weight:500}.shortcut-row__keys{font-size:13px;background:var(--bg);border:1px solid var(--border);border-bottom-width:2px;padding:3px 9px;border-radius:6px;color:var(--accent);font-weight:600}.shortcut-row--more .shortcut-row__label{color:var(--text-muted);font-style:italic;font-size:13px}.pricing{padding:100px 0}.pricing__cards{display:flex;justify-content:center;align-items:stretch;gap:24px;margin-top:60px;flex-wrap:wrap}.pricing-card{border-radius:16px;padding:32px;position:relative}.pricing-card--main{background:var(--text);color:#fff;min-width:320px;display:flex;flex-direction:column;gap:0;box-shadow:0 8px 40px #11182740}.pricing-card__badge{display:inline-block;background:var(--accent);color:#fff;font-size:11px;font-weight:700;padding:4px 10px;border-radius:100px;text-transform:uppercase;letter-spacing:.5px;margin-bottom:16px;align-self:flex-start}.pricing-card__name{font-size:18px;font-weight:700;margin-bottom:8px}.pricing-card--competitors .pricing-card__name{color:var(--text-muted)}.pricing-card__price{font-size:48px;font-weight:800;letter-spacing:-1.5px;line-height:1;margin-bottom:4px;display:flex;align-items:baseline;gap:8px}.pricing-card--competitors .pricing-card__price{color:var(--text);font-size:40px}.pricing-card__period{font-size:14px;font-weight:500;opacity:.6}.pricing-card__apps{font-size:13px;color:var(--text-muted);margin-top:4px}.pricing-card__list{list-style:none;display:flex;flex-direction:column;gap:12px;margin:28px 0 32px}.pricing-card__item{display:flex;align-items:center;gap:10px;font-size:15px;opacity:.9}.pricing-card__check{color:#6ee7b7;flex-shrink:0;display:flex}.requirements{padding:60px 0;background:var(--bg-subtle);border-top:1px solid var(--border)}.requirements__inner{display:flex;justify-content:center;gap:60px;flex-wrap:wrap}.requirements__item{display:flex;align-items:flex-start;gap:16px;max-width:340px}.requirements__icon{font-size:28px;flex-shrink:0;margin-top:2px}.requirements__item strong{display:block;font-size:15px;margin-bottom:4px;color:var(--text)}.requirements__item p{font-size:14px;color:var(--text-muted);line-height:1.5}.footer{padding:48px 0 32px;border-top:1px solid var(--border)}.footer__inner{display:flex;align-items:center;justify-content:space-between;margin-bottom:32px;flex-wrap:wrap;gap:24px}.footer__brand{display:flex;flex-direction:column;gap:6px}.footer__tagline{font-size:13px;color:var(--text-muted);margin-left:40px}.footer__links{display:flex;gap:24px}.footer__links a{font-size:14px;color:var(--text-muted);text-decoration:none;transition:color .15s}.footer__links a:hover{color:var(--text)}.footer__copy{font-size:12px;color:var(--text-muted);border-top:1px solid var(--border);padding-top:24px}@media (max-width: 600px){.hero{padding:60px 0 0}.hero__headline{letter-spacing:-1.5px}.hero__sub{font-size:16px}.hero__tiles{grid-template-columns:1fr 1fr;grid-template-rows:80px 80px}.tile--left,.tile--right{grid-row:unset}.features,.pricing,.shortcuts-section{padding:60px 0}.pricing-card--main,.pricing-card--competitors{min-width:unset;width:100%}.footer__inner{flex-direction:column}.footer__tagline{margin-left:0}}
