:root { --accent:#30a3e5; --accent-dark:#2681b5; --ink:oklch(20% 0.01 250); --muted:oklch(45% 0.01 250); --line:oklch(92% 0.005 250); --soft:oklch(97% 0.008 250); }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { margin:0; background:#fff; color:var(--ink); font-family:Inter,Helvetica,Arial,sans-serif; -webkit-font-smoothing:antialiased; overflow-x:hidden; }
a { color:var(--accent); text-decoration:none; }
a:hover { color:var(--accent-dark); }
img { display:block; max-width:100%; }
.page { width:100%; max-width:1280px; margin:0 auto; }
.site-nav { display:flex; align-items:center; justify-content:space-between; gap:24px; padding:32px 48px; }
.brand { display:flex; align-items:center; gap:10px; color:var(--ink); font-size:18px; font-weight:800; }
.brand img { width:32px; height:32px; }
.nav-links { display:flex; align-items:center; gap:28px; }
.login-link { color:var(--ink); font-size:18px; font-weight:600; }
.button { display:inline-block; padding:12px 24px; border:0; border-radius:100px; background:var(--accent); color:#fff; font-size:17px; font-weight:700; }
.button:hover { color:#fff; background:var(--accent-dark); }
.button-outline { border:4px solid var(--accent); background:#fff; color:var(--accent); }
.button-light { background:#fff; color:var(--accent); }
.hero { padding:80px 48px 0; text-align:center; }
.hero h1 { max-width:820px; margin:0 auto 26px; font-size:60px; font-weight:800; letter-spacing:-.02em; line-height:1.08; }
.hero p { max-width:600px; margin:0 auto 40px; font-size:22px; line-height:1.55; }
.hero .button { margin-bottom:72px; padding:16px 32px; font-size:19px; }
.hero-media { position:relative; left:50%; width:95vw; max-width:1600px; transform:translateX(-50%); }
.section { padding:140px 48px 0; }
.daily-grid, .feature { display:grid; grid-template-columns:1fr 1fr; gap:72px; align-items:center; }
.daily-grid { grid-template-columns:1fr auto; }
.daily-copy h2 { max-width:620px; margin:0 0 20px; font-size:38px; font-weight:800; letter-spacing:-.01em; line-height:1.2; }
.daily-copy p { max-width:460px; margin:0 0 32px; font-size:20px; line-height:1.65; }
.tag-list { display:flex; flex-wrap:wrap; gap:10px; margin-bottom:32px; }
.tag { padding:8px 18px; border-radius:100px; background:oklch(96% 0.008 250); font-size:17px; font-weight:600; }
.text-link { font-size:18px; font-weight:700; }
.daily-image { width:340px; }
.feature-copy h2 { margin:0 0 18px; font-size:32px; font-weight:800; letter-spacing:-.01em; line-height:1.22; }
.feature-copy p { margin:0; font-size:19px; line-height:1.7; }
.feature-copy .text-link { display:inline-block; margin-top:26px; }
.feature.reversed .feature-copy { order:2; }
.feature.reversed .feature-image { order:1; }
.setup-band { margin-top:140px; padding:64px 48px; background:oklch(96% 0.01 235); }
.setup-inner { max-width:1280px; margin:0 auto; }
.section-title { margin:0 0 48px; font-size:32px; font-weight:800; letter-spacing:-.01em; text-align:center; }
.setup-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:24px; max-width:980px; margin:0 auto; }
.setup-card { padding:32px 28px; border:4px solid #fff; border-radius:20px; background:#fff; }
.setup-number { margin-bottom:20px; font-size:40px; font-weight:900; line-height:1; }
.setup-card p { margin:0 0 16px; font-size:19px; font-weight:700; line-height:1.4; }
.setup-card .button { padding:10px 20px; }
.pricing-heading { max-width:560px; margin:0 auto 56px; text-align:center; }
.pricing-heading h2 { margin:0 0 16px; font-size:38px; font-weight:800; letter-spacing:-.01em; }
.pricing-heading p { margin:0; color:var(--muted); font-size:17px; line-height:1.6; }
.pricing-grid { display:grid; grid-template-columns:1fr 1fr; gap:24px; max-width:860px; margin:0 auto; }
.plan { padding:40px; border:4px solid var(--line); border-radius:24px; }
.plan.mega { border-color:var(--accent); background:var(--accent); color:#fff; }
.plan-header { display:flex; align-items:center; gap:10px; margin-bottom:6px; }
.plan h3 { margin:0; font-size:22px; font-weight:800; }
.popular { padding:4px 12px; border-radius:100px; background:rgba(255,255,255,.2); font-size:14px; font-weight:700; }
.plan-description { min-height:54px; margin:0 0 24px; font-size:17px; line-height:1.55; }
.mega .plan-description { color:rgba(255,255,255,.8); }
.plan-price { margin:0 0 28px; font-size:34px; font-weight:800; }
.plan-list { display:flex; flex-direction:column; gap:12px; margin-bottom:28px; font-size:17px; }
.plan .button { font-size:17px; }
.howto-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:20px; }
.howto-step p { margin:16px 0 0; font-size:17px; font-weight:600; line-height:1.45; }
.howto-done { display:flex; flex-direction:column; justify-content:center; gap:8px; min-height:260px; padding:24px; border-radius:20px; background:var(--soft); }
.howto-done p { margin:0; font-size:16px; line-height:1.6; }
.faq-list { max-width:720px; margin:0 auto; }
.faq-list details { border-bottom:1px solid var(--line); }
.faq-list summary { display:flex; align-items:center; justify-content:space-between; gap:16px; padding:22px 0; cursor:pointer; font-size:19px; font-weight:600; list-style:none; }
.faq-list summary::-webkit-details-marker { display:none; }
.faq-list summary::after { content:'↓'; flex-shrink:0; font-size:16px; transition:transform .2s; }
.faq-list details[open] summary::after { transform:rotate(180deg); }
.faq-list p { margin:0 32px 22px 0; font-size:18px; line-height:1.7; }
.site-footer { display:flex; align-items:center; justify-content:space-between; flex-wrap:wrap; gap:16px; margin-top:56px; padding:140px 48px 56px; border-top:1px solid oklch(94% 0.005 250); }
.footer-brand { font-size:15px; }
.footer-brand img { width:26px; height:26px; }
.footer-links { display:flex; gap:24px; font-size:17px; font-weight:600; }
.footer-links a, .support-link { color:var(--ink); }
.support-link { font-size:17px; font-weight:600; }
.copyright { margin:0; font-size:16px; }

@media (max-width:760px) {
  .site-nav { padding:20px; }
  .nav-links { gap:14px; }
  .site-nav a { font-size:15px; }
  .site-nav .button { padding:10px 16px; }
  .hero { padding:48px 20px 0; }
  .hero h1 { margin-bottom:20px; font-size:38px; line-height:1.12; }
  .hero p { margin-bottom:28px; font-size:18px; line-height:1.5; }
  .hero .button { margin-bottom:48px; padding:14px 24px; font-size:17px; }
  .hero-media { position:static; width:100%; transform:none; }
  .section { padding:80px 20px 0; }
  .daily-grid, .feature, .pricing-grid, .setup-grid, .howto-grid { grid-template-columns:minmax(0,1fr); gap:32px; }
  .daily-image { width:min(340px,100%); margin:0 auto; }
  .feature.reversed .feature-copy, .feature.reversed .feature-image { order:initial; }
  .daily-copy h2, .pricing-heading h2 { font-size:30px; }
  .feature-copy h2 { font-size:30px; }
  .daily-copy p, .feature-copy p { font-size:18px; }
  .setup-band { margin-top:80px; padding:48px 20px; }
  .section-title { margin-bottom:32px; font-size:30px; }
  .setup-grid { gap:16px; }
  .plan { padding:28px; }
  .howto-grid { gap:32px; }
  .howto-step { display:grid; grid-template-columns:minmax(0,3fr) minmax(0,2fr); gap:16px; align-items:start; }
  .howto-step .setup-image { grid-column:1; }
  .howto-step p { grid-column:2; margin:0; }
  .howto-done { min-height:0; }
  .faq-list summary { font-size:17px; }
  .faq-list p { margin-right:0; font-size:17px; }
  .site-footer { flex-direction:column; align-items:flex-start; padding:80px 20px 32px; }
}
