:root{--ink:#0b1738;--line:#dce4f5;--muted:#42577f}*{box-sizing:border-box}body{margin:0;background:#f8fbff;color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif}.site-header,main{width:min(1420px,calc(100% - 80px));margin:auto}.site-header{display:flex;align-items:center;justify-content:space-between;padding:24px 0 34px}.logo img{width:180px;height:auto;display:block}.nav-actions{display:flex;align-items:center;gap:26px}.nav-actions a{color:var(--ink);font-size:15px;font-weight:700;text-decoration:none}.nav-actions .sign-in{border:1px solid var(--line);border-radius:999px;padding:14px 26px;background:#fff}.hero{display:grid;grid-template-columns:minmax(500px,.9fr) minmax(500px,1.1fr);gap:44px;align-items:center;padding:58px 0 34px}.hero-copy{padding-left:2px}.eyebrow{display:inline-flex;margin:0 0 24px;padding:10px 16px;border:1px solid #ccd9ff;border-radius:999px;background:#edf1ff;color:#1c4de2;font-size:13px;font-weight:850;letter-spacing:.12em}.hero h1{max-width:560px;margin:0 0 22px;font-size:clamp(48px,4.5vw,66px);line-height:1.04;letter-spacing:-.065em}.lede{max-width:590px;margin:0;color:#40567e;font-size:18px;line-height:1.55}.cta-row{display:flex;align-items:center;gap:14px;margin-top:28px;flex-wrap:nowrap}.button{display:inline-flex;align-items:center;justify-content:space-between;gap:28px;min-height:56px;padding:0 22px;border-radius:16px;text-decoration:none;font-weight:800;white-space:nowrap}.button.primary{color:#fff;background:linear-gradient(105deg,#2835e9,#7135ff);box-shadow:0 15px 28px #4e51e946}.button.secondary{color:var(--ink);background:#fff;border:1px solid var(--line)}.price-note{margin:18px 0 0;color:#344e7a;font-size:14px;font-weight:750}.hero-visual{min-height:0}.hero-artwork{display:block;width:100%;height:auto;border-radius:28px;box-shadow:0 22px 65px #2f4b9a30}.beauty-strip{display:grid;grid-template-columns:260px 1fr;gap:28px;align-items:center;margin:34px 0 60px;padding:30px 40px;border:1px solid var(--line);border-radius:24px;background:#fff;box-shadow:0 18px 50px #334a8f12}.beauty-strip h2{margin:0;font-size:32px;line-height:1.2;letter-spacing:-.045em}.beauty-types{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px}.beauty-types .loading{grid-column:1/-1;color:var(--muted);font-weight:700}.beauty-types span{display:flex;align-items:center;gap:13px;min-height:68px;padding:12px 16px;border:1px solid #dbe4f7;border-radius:17px;color:#283b68;font-size:14px;font-weight:750}.beauty-types b{display:grid;place-items:center;flex:0 0 32px;width:32px;height:32px;border-radius:10px;background:#eff3ff;color:#2646ff;font-size:21px}@media(max-width:1100px){.site-header,main{width:min(100% - 40px,760px)}.hero{grid-template-columns:1fr;gap:24px}.hero-visual{min-height:0}.beauty-strip{grid-template-columns:1fr}.beauty-types{grid-template-columns:repeat(3,1fr)}}@media(max-width:640px){.site-header,main{width:calc(100% - 28px)}.site-header{padding:18px 0 20px}.logo img{width:142px}.nav-actions{gap:10px}.nav-actions a:first-child{display:none}.nav-actions .sign-in{padding:11px 18px}.hero{padding:28px 0 8px}.hero h1{font-size:46px}.lede{font-size:16px}.cta-row{flex-wrap:wrap}.hero-visual{min-height:0}.beauty-strip{margin:18px 0 36px;padding:24px 18px}.beauty-strip h2{font-size:28px}.beauty-types{grid-template-columns:repeat(2,1fr);gap:10px}.beauty-types span{min-height:60px;padding:10px;font-size:12px}.beauty-types b{flex-basis:27px;width:27px;height:27px;font-size:16px}}/* Mobile-only overflow corrections; desktop rules above remain unchanged. */
@media (max-width: 1100px) {
  .hero { grid-template-columns: minmax(0, 1fr); }
}
@media (max-width: 640px) {
  .site-header, main { width: calc(100% - 28px); max-width: 100%; min-width: 0; }
  .site-header { gap: 10px; padding: 12px 0 14px; }
  .logo { min-width: 0; max-width: 62%; }
  .logo img { width: 142px; max-width: 100%; height: auto; }
  .nav-actions { min-width: 0; flex-shrink: 0; gap: 8px; }
  .nav-actions .sign-in { padding: 10px 16px; white-space: nowrap; }
  .hero { width: 100%; min-width: 0; padding: 12px 0 8px; gap: 20px; }
  .hero-copy, .hero-visual { min-width: 0; max-width: 100%; }
  .hero h1 { max-width: 100%; font-size: 44px; overflow-wrap: normal; }
  .lede { max-width: 100%; overflow-wrap: anywhere; }
  .cta-row { width: 100%; min-width: 0; flex-direction: column; align-items: stretch; flex-wrap: nowrap; gap: 10px; }
  .button { width: 100%; min-width: 0; white-space: normal; }
  .hero-artwork { width: 100%; max-width: 100%; height: auto; }
  .beauty-strip { width: 100%; min-width: 0; max-width: 100%; }
  .beauty-types { min-width: 0; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .beauty-types span { min-width: 0; overflow-wrap: anywhere; }
}@media (max-width: 640px) {
  .hero-copy, .hero-copy .lede, .hero-copy .price-note { width: 100%; max-width: 100%; min-width: 0; }
  .hero-copy .lede { overflow-wrap: anywhere; word-break: normal; }
  .hero-visual { width: 100%; max-width: 100%; min-width: 0; }
  .hero-artwork { display: block; width: 100%; max-width: 100%; height: auto; object-fit: contain; object-position: center; }
}.action-section{padding:18px 0 64px}.action-heading{max-width:620px}.action-heading h2{margin:0 0 14px;font-size:clamp(32px,4vw,48px);line-height:1.08;letter-spacing:-.05em}.action-heading>p:last-child{margin:0;color:var(--muted);font-size:16px}.action-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;margin-top:30px}.action-card{min-width:0;padding:18px;border:1px solid var(--line);border-radius:24px;background:#fff;box-shadow:0 18px 50px #334a8f12}.screenshot-frame{aspect-ratio:16/9;overflow:hidden;display:flex;align-items:center;justify-content:center;border:1px dashed #b9c7e8;border-radius:17px;background:linear-gradient(135deg,#f7f9ff,#eef2ff)}.action-screenshot{display:block;width:100%;height:100%;object-fit:contain}.action-card h3{margin:18px 0 6px;font-size:20px;letter-spacing:-.03em}.action-card p{margin:0;color:var(--muted);font-size:15px}@media(max-width:640px){.action-section{padding:10px 0 48px}.action-heading h2{font-size:34px}.action-grid{grid-template-columns:1fr;gap:14px;margin-top:22px}.action-card{padding:14px;border-radius:20px}.action-card h3{margin-top:14px;font-size:18px}}@media (max-width: 640px) {
  .beauty-types { width: 100%; max-width: 100%; min-width: 0; grid-template-columns: minmax(0, 1fr); }
  .beauty-types span { width: 100%; max-width: 100%; min-width: 0; }
  .action-section, .action-heading, .action-grid, .action-card, .screenshot-frame, .action-screenshot { width: 100%; max-width: 100%; min-width: 0; }
  .action-grid { grid-template-columns: minmax(0, 1fr); }
  .action-card { box-sizing: border-box; }
  .screenshot-frame { box-sizing: border-box; }
  .action-screenshot { height: auto; max-height: 100%; object-fit: contain; }
}@media (max-width: 375px) {
  .site-header, main { width: calc(100% - 24px); max-width: 100%; min-width: 0; }
  .site-header { padding-top: 10px; padding-bottom: 12px; }
  .hero { width: 100%; max-width: 100%; min-width: 0; padding-top: 8px; }
  .hero h1 { max-width: 100%; font-size: 40px; line-height: 1.04; white-space: normal; }
  .hero-copy, .lede, .price-note, .action-heading, .action-heading h2, .action-heading p, .action-card, .action-card h3, .action-card p { width: 100%; max-width: 100%; min-width: 0; white-space: normal; overflow-wrap: anywhere; }
  .hero-artwork, .action-screenshot { display: block; width: 100%; max-width: 100%; height: auto; object-fit: contain; }
  .beauty-types, .action-grid { width: 100%; max-width: 100%; min-width: 0; grid-template-columns: minmax(0, 1fr); }
  .beauty-types span, .action-card { width: 100%; max-width: 100%; min-width: 0; }
}@media (max-width: 375px) {
  .site-header, main { width: calc(100% - 32px); }
  .hero, .hero-copy, .hero-visual { width: 100%; max-width: 100%; min-width: 0; }
  .hero h1 { width: 100%; max-width: 100%; min-width: 0; font-size: 38px; }
  .lede, .cta-row, .hero-artwork { width: 100%; max-width: 100%; min-width: 0; }
}.benefits-section{padding:0 0 72px}.benefits-heading h2{margin:0;font-size:clamp(28px,3.2vw,40px);line-height:1.1;letter-spacing:-.045em}.benefits-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:24px}.benefit-card{min-width:0;padding:22px;border:1px solid var(--line);border-radius:20px;background:#fff;box-shadow:0 14px 36px #334a8f0d}.benefit-card h3{margin:0 0 8px;font-size:18px;line-height:1.2;letter-spacing:-.025em}.benefit-card p{margin:0;color:var(--muted);font-size:15px;line-height:1.5}@media(max-width:640px){.benefits-section{padding-bottom:48px}.benefits-grid{grid-template-columns:minmax(0,1fr);gap:12px;margin-top:18px}.benefit-card{padding:18px}.benefit-card h3{font-size:17px}}
.smart-positioning{margin:0 0 48px;padding:36px 40px;border:1px solid var(--line);border-radius:24px;background:linear-gradient(135deg,#fff,#f5f7ff);text-align:center}.section-kicker{margin:0 0 12px;color:#3159d9;font-size:12px;font-weight:850;letter-spacing:.13em}.smart-positioning h2{max-width:700px;margin:0 auto 12px;font-size:clamp(28px,3.5vw,42px);line-height:1.1;letter-spacing:-.05em}.smart-positioning p:not(.section-kicker){max-width:720px;margin:0 auto 6px;color:var(--muted);font-size:16px;line-height:1.55}.pricing-section{padding:0 0 64px}.pricing-card{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:42px;align-items:center;padding:42px;border:1px solid var(--line);border-radius:28px;background:#fff;box-shadow:0 20px 55px #334a8f12}.pricing-copy h2{margin:0 0 12px;font-size:clamp(32px,4vw,48px);line-height:1.05;letter-spacing:-.055em}.pricing-price{margin:0 0 6px;color:var(--ink);font-size:24px;font-weight:850;letter-spacing:-.03em}.pricing-support,.pricing-phone{margin:0;color:var(--muted);font-size:16px;line-height:1.5}.pricing-phone{margin-top:22px;color:#294578;font-weight:750}.pricing-cta{margin-top:24px}.pricing-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 18px;margin:0;padding:0;list-style:none}.pricing-list li{display:flex;align-items:flex-start;gap:10px;color:#283b68;font-size:15px;font-weight:750;line-height:1.35}.pricing-list li::before{content:"✓";display:grid;place-items:center;flex:0 0 22px;width:22px;height:22px;border-radius:50%;background:#edf1ff;color:#3159d9;font-weight:900}.faq-section{padding:0 0 64px}.section-heading{margin-bottom:24px}.section-heading h2{margin:0;font-size:clamp(30px,3.6vw,44px);line-height:1.08;letter-spacing:-.05em}.faq-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.faq-item{min-width:0;padding:20px 22px;border:1px solid var(--line);border-radius:18px;background:#fff}.faq-item summary{cursor:pointer;color:var(--ink);font-size:17px;font-weight:800;line-height:1.35}.faq-item p{margin:12px 0 0;color:var(--muted);font-size:15px;line-height:1.5}.final-cta{margin:0 0 34px;padding:52px 30px;border-radius:28px;background:linear-gradient(115deg,#eef2ff,#f8f5ff);text-align:center}.final-cta h2{max-width:680px;margin:0 auto 10px;font-size:clamp(30px,4vw,48px);line-height:1.08;letter-spacing:-.055em}.final-cta p{margin:0;color:var(--muted);font-size:18px}.final-cta .button{margin-top:24px}.site-footer{display:flex;justify-content:space-between;gap:20px;padding:24px 0 48px;border-top:1px solid var(--line);color:var(--muted);font-size:13px;font-weight:650}.site-footer nav{display:flex;gap:18px}.site-footer a{color:#3159d9;text-decoration:none;font-weight:800}@media(max-width:640px){.smart-positioning{margin-bottom:36px;padding:28px 20px}.smart-positioning h2{font-size:30px}.pricing-section,.faq-section{padding-bottom:48px}.pricing-card{grid-template-columns:minmax(0,1fr);gap:28px;padding:26px 20px;border-radius:22px}.pricing-price{font-size:21px}.pricing-list{grid-template-columns:minmax(0,1fr);gap:10px}.faq-grid{grid-template-columns:minmax(0,1fr);gap:10px}.faq-item{padding:18px}.faq-item summary{font-size:16px}.final-cta{margin-bottom:28px;padding:38px 20px;border-radius:22px}.final-cta p{font-size:16px}.site-footer{flex-direction:column;gap:14px;padding-bottom:34px}.site-footer nav{gap:14px}}
/* Lower-page beauty tone refinement: softer hierarchy, lighter surfaces, and calmer accents. */
.benefits-section{padding-top:4px}
.benefits-heading h2{color:#23335b;font-size:clamp(27px,3vw,36px);font-weight:650;letter-spacing:-.035em}
.benefit-card{padding:24px;border-color:#e7e8f2;border-radius:22px;background:linear-gradient(145deg,#fff,#fbfaff);box-shadow:0 12px 32px rgba(74,76,145,.07)}
.benefit-card h3{color:#344267;font-size:17px;font-weight:650;letter-spacing:-.015em}
.benefit-card p{color:#69738b;font-weight:450}

.smart-positioning{padding:42px 46px;border-color:#ebe7f0;background:linear-gradient(135deg,#fffaf7 0%,#f8f6ff 100%);box-shadow:0 16px 42px rgba(85,72,135,.07)}
.smart-positioning .section-kicker,.pricing-card .section-kicker,.section-heading .section-kicker{color:#7770b0;font-weight:700;letter-spacing:.14em}
.smart-positioning h2{color:#29385d;font-size:clamp(28px,3.2vw,38px);font-weight:650;letter-spacing:-.035em}
.smart-positioning p:not(.section-kicker){color:#6f7890;font-weight:450}

.pricing-section{padding-bottom:70px}
.pricing-card{gap:52px;padding:46px;border-color:#e8e7f0;background:linear-gradient(135deg,#fff 0%,#fff 62%,#faf8ff 100%);box-shadow:0 18px 48px rgba(74,76,145,.08)}
.pricing-copy h2{color:#2b395e;font-size:clamp(30px,3.6vw,42px);font-weight:650;letter-spacing:-.04em}
.pricing-price{color:#4e3bd1;font-size:27px;font-weight:750;letter-spacing:-.025em}
.pricing-support,.pricing-phone{color:#727b91;font-weight:450}
.pricing-phone{color:#52658e;font-weight:650}
.pricing-list{gap:14px 22px}
.pricing-list li{color:#596681;font-size:15px;font-weight:550}
.pricing-list li::before{background:#f0efff;color:#5b49d8;font-size:13px}

.section-heading h2{color:#2b395e;font-size:clamp(29px,3.3vw,40px);font-weight:650;letter-spacing:-.035em}
.faq-item{border-color:#e9e9f1;background:rgba(255,255,255,.82);box-shadow:0 8px 24px rgba(74,76,145,.045)}
.faq-item summary{color:#3a4869;font-size:16px;font-weight:650}
.faq-item p{color:#747d91;font-weight:450}

.final-cta{padding:58px 30px;background:linear-gradient(115deg,#f2f4ff 0%,#fcf4f7 100%);box-shadow:0 16px 42px rgba(74,76,145,.06)}
.final-cta h2{color:#2b395e;font-size:clamp(29px,3.6vw,42px);font-weight:650;letter-spacing:-.04em}
.final-cta p{color:#6f7890;font-weight:450}
.site-footer{color:#7b8498;border-color:#e8e9f1}
.site-footer a{color:#6259ad;font-weight:650}

@media(max-width:640px){
  .benefit-card{padding:20px}
  .smart-positioning{padding:32px 22px}
  .smart-positioning h2{font-size:29px}
  .pricing-card{gap:30px;padding:30px 22px}
  .pricing-price{font-size:24px}
  .pricing-list{gap:11px}
  .final-cta{padding:42px 22px}
}
/* Approved pricing cleanup: quieter Benefits heading and a clearer price hierarchy. */
.benefits-heading h2{font-weight:600;color:#3a496b}
.pricing-price{display:flex;flex-direction:column;gap:3px}
.pricing-price span{color:#737c91;font-size:18px;font-weight:600;letter-spacing:0}
.pricing-price strong{color:#4e3bd1;font-size:32px;font-weight:750;letter-spacing:-.035em}
@media(max-width:640px){
  .pricing-price span{font-size:17px}
  .pricing-price strong{font-size:28px}
}
/* Staging theme migration: production design tokens from d8727f0, applied without changing layout. */
:root{--ink:#071225;--line:#e6e8ec;--muted:#5b667a;--blue:#1f7aff;--purple:#7c3aed;--soft-blue:#eef6ff;--card:#fff;--shadow:0 20px 60px rgba(15,23,42,.08)}
body{font-family:system-ui,-apple-system,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;color:var(--ink);background:radial-gradient(circle at top right,rgba(124,58,237,.1),transparent 34%),radial-gradient(circle at top left,rgba(31,122,255,.08),transparent 32%),var(--bg)}
h1,h2,h3{color:var(--ink);letter-spacing:-.02em}
.hero h1{font-weight:700;letter-spacing:-.02em}
.hero-accent{background:linear-gradient(135deg,var(--blue),var(--purple));-webkit-background-clip:text;background-clip:text;color:transparent}
.hero .eyebrow,.section-kicker{color:#1555b8;background:var(--soft-blue);border-color:#dbeafe;font-weight:800}
.lede,.action-heading>p:last-child,.action-card p,.benefit-card p,.pricing-support,.pricing-phone,.faq-item p{color:var(--muted);font-weight:500}
.button.primary{background:linear-gradient(135deg,var(--blue),var(--purple));box-shadow:0 14px 34px rgba(31,122,255,.24)}
.button.secondary{color:var(--ink);background:#fff;border-color:var(--line);font-weight:700}
.beauty-strip,.pricing-card,.action-card,.benefit-card,.faq-item{border-color:rgba(226,232,240,.95);background:rgba(255,255,255,.94);box-shadow:var(--shadow)}
.beauty-strip h2,.action-heading h2,.benefits-heading h2,.section-heading h2,.pricing-copy h2{color:#1f3b72;font-weight:720;letter-spacing:-.02em}
.beauty-types span{border-color:var(--line);background:#fff;color:#334155;font-weight:650}
.screenshot-frame{border:1px solid var(--border);background:var(--soft-blue)}
.benefit-card{box-shadow:0 10px 30px rgba(15,23,42,.05)}
.benefit-card h3{color:#152034;font-weight:700}
.pricing-card{background:rgba(255,255,255,.94);box-shadow:var(--shadow)}
.pricing-price span{color:#475569;font-weight:500}
.pricing-price strong{background:linear-gradient(135deg,var(--blue),var(--purple));-webkit-background-clip:text;background-clip:text;color:transparent;font-weight:720}
.pricing-list li{color:#64748b;font-weight:600}
.pricing-list li::before{background:var(--soft-blue);color:#1555b8}
.faq-item{background:rgba(255,255,255,.88);border-radius:24px;box-shadow:0 18px 44px rgba(15,23,42,.07)}
.faq-item summary{color:#334155;font-weight:750}
.final-cta{background:linear-gradient(135deg,#1555b8,var(--purple));color:#fff;box-shadow:0 14px 34px rgba(31,122,255,.24)}
.final-cta h2,.final-cta p{color:#fff}
.site-footer{border-color:var(--line);color:#64748b}
.site-footer a{color:#1555b8}