:root{
  --ink:#151c2b; --muted:#657087; --softText:#8790a3;
  --bg:#f6f8fc; --paper:#ffffff; --line:#e4e8f1;
  --brand:#4d5fe8; --brand2:#7b87ff; --brandSoft:#eef0ff;
  --green:#0a966d; --greenSoft:#e9f8f2; --orange:#f28c36;
  --dark:#111a2e; --dark2:#1a2543;
  --shadow:0 25px 80px rgba(32,43,78,.12);
  --shadow2:0 12px 38px rgba(31,43,77,.08);
  --radius:26px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:90px}
body{
  margin:0; color:var(--ink); background:
    radial-gradient(circle at 12% 0%,rgba(77,95,232,.12),transparent 29rem),
    radial-gradient(circle at 95% 18%,rgba(10,150,109,.08),transparent 28rem),
    var(--bg);
  font-family:Pretendard,"Noto Sans KR","Apple SD Gothic Neo","Malgun Gothic",system-ui,sans-serif;
  word-break:keep-all; overflow-x:hidden;
}
a{color:inherit;text-decoration:none}
button,input{font:inherit}
.wrap{width:min(1180px,calc(100% - 42px));margin:auto}
.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}
.progress{position:fixed;z-index:200;left:0;top:0;height:3px;width:0;background:linear-gradient(90deg,var(--brand),#7d89ff,#15b783);box-shadow:0 0 14px rgba(77,95,232,.32)}
.topbar{position:sticky;top:0;z-index:100;border-bottom:1px solid rgba(228,232,241,.84);background:rgba(246,248,252,.86);backdrop-filter:blur(18px)}
.nav{min-height:72px;display:flex;align-items:center;gap:24px}
.brand{display:flex;align-items:center;gap:11px;margin-right:auto;font-weight:950;font-size:20px;letter-spacing:-.03em}
.brandmark{width:39px;height:39px;display:grid;place-items:center;border-radius:13px;color:white;background:linear-gradient(145deg,#4052d6,#7a86ff);box-shadow:0 10px 24px rgba(77,95,232,.25)}
.navlinks{display:flex;gap:24px;color:#525d72;font-size:14px;font-weight:800}
.navlinks a{transition:.18s}.navlinks a:hover,.navlinks a.active{color:var(--brand)}
.nav-actions{display:flex;gap:8px}
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;padding:0 17px;
  border:1px solid var(--line);border-radius:13px;background:white;color:var(--ink);font-weight:900;font-size:14px;
  transition:transform .18s,box-shadow .18s,background .18s;
}
.btn:hover{transform:translateY(-1px);box-shadow:var(--shadow2)}
.btn.primary{background:var(--brand);border-color:var(--brand);color:white;position:relative;overflow:hidden}
.btn.primary:hover{background:#3f51d7}
.btn.primary::after{
  content:"";position:absolute;top:-4px;bottom:-4px;left:-45%;width:34%;
  background:linear-gradient(110deg,transparent,rgba(255,255,255,.30),transparent);transform:skewX(-20deg);
  animation:shine 5.8s 2.6s ease-in-out infinite
}
@keyframes shine{0%,72%,100%{left:-45%}84%{left:115%}}
.btn.soft{background:var(--brandSoft);border-color:transparent;color:#3847c8}
.btn.dark{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.18);color:white}

.hero{padding:84px 0 68px}
.hero-grid{display:grid;grid-template-columns:1.04fr .96fr;gap:58px;align-items:center}
.eyebrow{
  display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:999px;background:var(--brandSoft);
  border:1px solid #dfe3ff;color:#3c4bca;font-size:13px;font-weight:900
}
h1{font-size:clamp(43px,5.5vw,74px);line-height:1.055;letter-spacing:-.057em;margin:21px 0 23px}
h1 em{font-style:normal;color:var(--brand)}
.hero-desc{font-size:18px;line-height:1.82;color:var(--muted);max-width:680px;margin:0}
.hero-desc strong{color:var(--ink)}
.hero-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:30px}
.hero-actions .btn{min-height:53px;padding:0 22px;font-size:16px;border-radius:15px}
.hero-note{margin-top:17px;color:#7d8699;font-size:13px;display:flex;align-items:center;gap:9px}
.hero-note:before{content:"";width:8px;height:8px;border-radius:50%;background:#1db481;box-shadow:0 0 0 5px rgba(29,180,129,.09)}

.hero-visual{min-height:540px;position:relative;border-radius:34px;overflow:hidden;background:linear-gradient(145deg,#10182d,#1b2749 58%,#243963);box-shadow:0 34px 100px rgba(17,26,52,.26)}
.hero-visual:before{content:"";position:absolute;width:310px;height:310px;border-radius:50%;right:-90px;top:-90px;background:rgba(117,130,255,.20)}
.hero-visual:after{content:"";position:absolute;width:260px;height:260px;border-radius:50%;left:-110px;bottom:-110px;background:rgba(23,193,140,.13)}
.mouse-glow{position:absolute;z-index:0;width:230px;height:230px;border-radius:50%;background:radial-gradient(circle,rgba(124,137,255,.22),rgba(124,137,255,0) 68%);transform:translate(-50%,-50%);opacity:0;pointer-events:none;transition:opacity .25s}
.hero-visual:hover .mouse-glow{opacity:1}
.central{
  position:absolute;z-index:3;left:50%;top:50%;transform:translate(-50%,-50%);
  width:190px;height:190px;border-radius:50%;display:grid;place-items:center;text-align:center;color:white;
  background:linear-gradient(145deg,#6575ff,#4658dc);box-shadow:0 0 0 15px rgba(102,117,255,.08),0 25px 65px rgba(0,0,0,.34)
}
.central b{font-size:24px;letter-spacing:-.04em}.central span{display:block;font-size:12px;color:#e5e8ff;margin-top:6px}
.hcard{position:absolute;z-index:4;padding:11px 14px;border-radius:14px;background:rgba(255,255,255,.96);box-shadow:0 15px 30px rgba(0,0,0,.17);font-size:13px;font-weight:900;color:#27324a;transition:translate .15s}
.h1c{left:7%;top:14%}.h2c{right:6%;top:18%}.h3c{left:5%;top:47%}.h4c{right:5%;top:50%}.h5c{left:12%;bottom:13%}.h6c{right:11%;bottom:12%}
.connector{position:absolute;z-index:1;height:2px;background:linear-gradient(90deg,transparent,#8290ff,transparent);opacity:.5;transform-origin:left center}
.k1{width:190px;left:126px;top:145px;transform:rotate(30deg)}.k2{width:190px;right:130px;top:150px;transform:rotate(150deg)}
.k3{width:170px;left:126px;top:282px}.k4{width:170px;right:126px;top:292px}
.k5{width:190px;left:145px;bottom:125px;transform:rotate(-32deg)}.k6{width:190px;right:142px;bottom:125px;transform:rotate(212deg)}

.section{padding:96px 0}
.section.alt{background:white;border-block:1px solid #e9ecf4}
.kicker{display:inline-block;color:var(--brand);font-size:13px;font-weight:950;letter-spacing:.11em;text-transform:uppercase}
h2{font-size:clamp(31px,4vw,49px);line-height:1.17;letter-spacing:-.047em;margin:12px 0 16px}
.lead{max-width:820px;color:var(--muted);font-size:17px;line-height:1.82;margin:0}
.problem-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:38px}
.problem{background:white;border:1px solid var(--line);border-radius:22px;padding:24px;box-shadow:0 8px 26px rgba(34,45,82,.05);transition:.2s}
.problem:hover{transform:translateY(-4px);box-shadow:var(--shadow2)}
.problem .num{font-size:12px;color:#969faf;font-weight:950}.problem b{display:block;font-size:19px;margin:18px 0 10px}.problem p{margin:0;color:var(--muted);font-size:14px;line-height:1.68}

.story{display:grid;grid-template-columns:.83fr 1.17fr;gap:52px;align-items:start}
.quote{position:sticky;top:104px;border-radius:28px;padding:33px;background:#19223b;color:white;box-shadow:var(--shadow);transition:.2s}
.quote:hover{transform:translateY(-3px) rotate(-.3deg)}
.quote p{font-size:24px;line-height:1.55;font-weight:950;margin:0}.quote small{display:block;margin-top:23px;color:#afb8cf;line-height:1.7}
.storycopy p{font-size:17px;line-height:2;color:#5d677b;margin:0 0 22px}.storycopy strong{color:#202a40}
.highlight{padding:24px 25px;background:var(--brandSoft);border-left:4px solid var(--brand);border-radius:0 15px 15px 0;color:#38435e;font-weight:850;line-height:1.75}

/* Product showcase */
.product-section{padding:110px 0;background:linear-gradient(180deg,#f7f8fc 0%,#f1f4fb 100%);border-block:1px solid #e4e9f3}
.product-intro{max-width:820px;margin-bottom:55px}
.product-grid{display:grid;grid-template-columns:1.06fr .94fr;gap:54px;align-items:start}
.device-sticky{position:sticky;top:105px}
.device{
  position:relative;border-radius:28px;background:#151c2d;padding:13px;box-shadow:0 30px 90px rgba(25,34,63,.22)
}
.device:before{content:"";display:block;width:9px;height:9px;border-radius:50%;background:#566079;margin:0 0 9px 8px;box-shadow:15px 0 0 #566079,30px 0 0 #566079}
.device-screen{position:relative;min-height:555px;border-radius:18px;overflow:hidden;background:#f7f8fc;border:1px solid rgba(255,255,255,.06)}
.ui-screen{position:absolute;inset:0;opacity:0;transform:translateY(14px) scale(.985);transition:opacity .5s ease,transform .5s ease;pointer-events:none}
.ui-screen.active{opacity:1;transform:none}
.ui-top{height:58px;background:#fff;border-bottom:1px solid #e7eaf2;display:flex;align-items:center;padding:0 17px;gap:12px}
.ui-top .logo-mini{width:30px;height:30px;border-radius:9px;background:var(--brand);color:white;display:grid;place-items:center;font-size:12px;font-weight:950}
.ui-top strong{font-size:14px}.ui-top span{font-size:11px;color:#8a93a4;margin-left:auto}
.ui-body{display:grid;grid-template-columns:122px 1fr;min-height:497px}
.ui-side{padding:15px 10px;background:#15203b;color:#d9def0}
.ui-side b{display:block;font-size:10px;color:#8e9ab9;margin:8px 9px 11px;text-transform:uppercase}
.ui-navitem{padding:9px 10px;border-radius:9px;font-size:10px;margin-bottom:4px}.ui-navitem.on{background:#4d5fe8;color:white;font-weight:900}
.ui-main{padding:18px;background:#f6f7fb}
.ui-title{display:flex;align-items:end;justify-content:space-between;margin-bottom:14px}.ui-title h4{font-size:19px;margin:0;letter-spacing:-.03em}.ui-title small{color:#8c94a4}
.metric-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.metric{background:white;border:1px solid #e4e7ef;border-radius:12px;padding:10px}.metric span{font-size:9px;color:#8991a1}.metric strong{display:block;margin-top:5px;font-size:16px}
.ui-panels{display:grid;grid-template-columns:1.15fr .85fr;gap:9px;margin-top:9px}.panel{background:#fff;border:1px solid #e4e7ef;border-radius:14px;padding:12px}.panel h5{font-size:11px;margin:0 0 10px}.rows{display:grid;gap:7px}.row{display:flex;align-items:center;gap:8px;padding:8px;background:#f8f9fc;border-radius:9px;font-size:9px}.avatar{width:22px;height:22px;border-radius:7px;background:#dfe3ff}.bar{height:7px;border-radius:99px;background:#e9ecf4;overflow:hidden;flex:1}.bar i{display:block;height:100%;background:#6272ed;border-radius:99px}
.quest-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:9px}.quest-card{background:#fff;border:1px solid #e4e7ef;border-radius:13px;padding:12px}.quest-card b{font-size:11px}.quest-card small{display:block;color:#8b93a5;margin-top:5px;font-size:9px}.tag{display:inline-flex;margin-top:8px;padding:4px 7px;border-radius:999px;background:#eef0ff;color:#4d5fe8;font-size:8px;font-weight:900}
.quiz-stage{border-radius:15px;background:linear-gradient(135deg,#25335c,#4058aa);padding:18px;color:white;min-height:260px}.quiz-stage h4{font-size:18px;margin:0 0 14px}.answers{display:grid;grid-template-columns:1fr 1fr;gap:8px}.answer{padding:13px;border-radius:11px;background:rgba(255,255,255,.12);font-size:10px;border:1px solid rgba(255,255,255,.1)}
.econ-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.econ-card{background:#fff;border:1px solid #e4e7ef;border-radius:13px;padding:12px}.econ-card strong{display:block;font-size:17px}.econ-card span{font-size:9px;color:#8991a1}.ledger{margin-top:10px;background:#fff;border:1px solid #e4e7ef;border-radius:13px;padding:12px}.ledger-row{display:grid;grid-template-columns:1fr 1fr 1fr;gap:8px;font-size:9px;padding:8px 0;border-bottom:1px solid #eef0f4}.ledger-row:last-child{border:0}

.demo-note{position:absolute;right:16px;bottom:14px;z-index:5;padding:7px 10px;border-radius:9px;background:rgba(17,26,46,.86);color:#dfe4fb;font-size:9px;backdrop-filter:blur(8px)}
.product-steps{display:grid;gap:18px;padding-top:10px}
.product-step{padding:25px 24px;border:1px solid transparent;border-radius:22px;transition:.25s;cursor:default}
.product-step.active{background:white;border-color:var(--line);box-shadow:var(--shadow2)}
.product-step .stepno{font-size:11px;color:var(--brand);font-weight:950;letter-spacing:.1em}
.product-step h3{font-size:24px;margin:9px 0 9px;letter-spacing:-.035em}
.product-step p{margin:0;color:var(--muted);font-size:15px;line-height:1.78}
.product-step .mini{display:flex;flex-wrap:wrap;gap:7px;margin-top:13px}.product-step .mini span{padding:6px 8px;border-radius:999px;background:#f2f4f9;color:#687286;font-size:10px;font-weight:850}
.capture-hint{margin-top:18px;color:#939bab;font-size:11px;line-height:1.65}

/* Flow / features */
.flow{display:grid;grid-template-columns:repeat(5,1fr);gap:10px;margin-top:37px}
.flow div{position:relative;background:white;border:1px solid var(--line);border-radius:18px;text-align:center;padding:21px 14px}
.flow div:not(:last-child):after{content:"→";position:absolute;right:-14px;top:50%;transform:translateY(-50%);z-index:3;color:#abb2c2;font-weight:950}
.flow b{display:block}.flow span{display:block;margin-top:7px;color:#8a92a3;font-size:12px}
.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px;margin-top:38px}
.feature{min-height:210px;border:1px solid var(--line);background:white;border-radius:24px;padding:26px;transition:.2s}
.feature:hover{transform:translateY(-4px);box-shadow:var(--shadow2)}
.feature i{font-style:normal;width:45px;height:45px;display:grid;place-items:center;border-radius:14px;background:var(--brandSoft);font-size:22px}
.feature:nth-child(2n) i{background:var(--greenSoft)}.feature:nth-child(3n) i{background:#fff2df}
.feature b{display:block;font-size:20px;margin:20px 0 8px}.feature p{font-size:14px;line-height:1.7;color:var(--muted);margin:0}

.synergy{padding:52px;border-radius:32px;color:white;background:linear-gradient(135deg,#4658dc,#6877ee 58%,#3d80d0);box-shadow:var(--shadow)}
.synergy h2{margin-top:0}.synergy>p{max-width:840px;color:#e7eaff;font-size:17px;line-height:1.85}
.outcomes{display:grid;grid-template-columns:repeat(4,1fr);gap:11px;margin-top:33px}
.outcome{padding:19px;border:1px solid rgba(255,255,255,.22);background:rgba(255,255,255,.10);border-radius:18px}.outcome b{display:block;margin-bottom:7px}.outcome span{font-size:12px;line-height:1.62;color:#e0e4ff}

.trust-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:38px}
.trust{background:white;border:1px solid var(--line);border-radius:22px;padding:24px}
.trust i{font-style:normal;font-size:22px}.trust b{display:block;margin:14px 0 8px;font-size:18px}.trust p{margin:0;color:var(--muted);font-size:14px;line-height:1.7}

.together{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:36px}
.share{border:1px solid var(--line);background:white;border-radius:28px;padding:33px;transition:.2s}.share:hover{transform:translateY(-3px);box-shadow:var(--shadow2)}
.share.green{background:var(--greenSoft);border-color:#c9ebdf}
.share h3{font-size:25px;margin:12px 0}.share p{font-size:15px;line-height:1.82;color:#606b7e}.share.green p{color:#416e60}
.tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:18px}.tags span{padding:8px 11px;border-radius:999px;border:1px solid #dfe3ed;background:#f7f8fb;color:#667086;font-size:12px;font-weight:850}.green .tags span{background:white;border-color:#cee8df;color:#437362}

.final{padding:78px 0 108px}.finalbox{padding:66px 28px;text-align:center;border-radius:34px;background:var(--dark);color:white;box-shadow:0 30px 90px rgba(20,29,55,.22)}
.finalbox h2{max-width:920px;margin:14px auto 16px}.finalbox p{max-width:720px;margin:auto;color:#bac3da;font-size:16px;line-height:1.82}.finalbox .hero-actions{justify-content:center}
footer{padding:24px 0 95px;color:#7e8798;font-size:12px}.foot{display:flex;justify-content:space-between;gap:20px;border-top:1px solid var(--line);padding-top:24px}

/* Motion */
.reveal{opacity:0;transform:translateY(28px);filter:blur(5px);transition:opacity .78s cubic-bezier(.2,.7,.2,1),transform .78s cubic-bezier(.2,.7,.2,1),filter .78s cubic-bezier(.2,.7,.2,1);transition-delay:var(--delay,0ms)}
.reveal.left{transform:translateX(-34px)}.reveal.right{transform:translateX(34px)}.reveal.scale{transform:scale(.95) translateY(12px)}
.reveal.visible{opacity:1;transform:none;filter:blur(0)}
.hero .eyebrow,.hero h1 .linehero,.hero .hero-desc,.hero .hero-actions,.hero .hero-note{opacity:0;transform:translateY(20px);animation:heroRise .76s cubic-bezier(.2,.75,.2,1) forwards}
.hero .eyebrow{animation-delay:.12s}.hero h1 .linehero:nth-child(1){animation-delay:.30s}.hero h1 .linehero:nth-child(3){animation-delay:.47s}.hero h1 .linehero:nth-child(5){animation-delay:.64s}.hero .hero-desc{animation-delay:.83s}.hero .hero-actions{animation-delay:1.01s}.hero .hero-note{animation-delay:1.18s}
@keyframes heroRise{from{opacity:0;transform:translateY(22px);filter:blur(5px)}to{opacity:1;transform:none;filter:none}}
.hero-visual{opacity:0;transform:translateY(24px) scale(.97);animation:visualIn .9s .35s cubic-bezier(.2,.75,.2,1) forwards}@keyframes visualIn{to{opacity:1;transform:none}}
.central{opacity:0;animation:core .7s 1.1s cubic-bezier(.18,.82,.3,1.18) forwards}@keyframes core{from{opacity:0;transform:translate(-50%,-50%) scale(.72)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}
.hcard{opacity:0;transform:translateY(12px) scale(.94);animation:pop .52s cubic-bezier(.18,.82,.3,1.12) forwards}.h1c{animation-delay:1.42s}.h2c{animation-delay:1.57s}.h3c{animation-delay:1.72s}.h4c{animation-delay:1.87s}.h5c{animation-delay:2.02s}.h6c{animation-delay:2.17s}@keyframes pop{to{opacity:1;transform:none}}
.connector{opacity:0;animation:draw .7s 2.28s ease forwards}@keyframes draw{from{opacity:0;scale:0 1}to{opacity:.5;scale:1 1}}

.mobile-actions{display:none}
@media(max-width:960px){
  .navlinks{display:none}.hero-grid,.story,.product-grid,.together{grid-template-columns:1fr}.device-sticky{position:static}.hero-visual{min-height:440px}.problem-grid{grid-template-columns:repeat(2,1fr)}.feature-grid{grid-template-columns:repeat(2,1fr)}.outcomes{grid-template-columns:repeat(2,1fr)}.trust-grid{grid-template-columns:1fr 1fr}.flow{grid-template-columns:1fr}.flow div:not(:last-child):after{content:"↓";right:auto;left:50%;top:auto;bottom:-19px;transform:translateX(-50%)}.quote{position:static}
}
@media(max-width:650px){
  .wrap{width:min(100% - 26px,1180px)}.nav{min-height:64px}.nav-actions{display:none}.hero{padding:48px 0 55px}h1{font-size:42px}.hero-desc{font-size:16px}.hero-actions{display:grid;grid-template-columns:1fr}.hero-actions .btn{width:100%}.hero-visual{min-height:395px;border-radius:25px}.central{width:145px;height:145px}.central b{font-size:19px}.hcard{font-size:10px;padding:8px 10px}.h1c{left:4%;top:12%}.h2c{right:3%;top:16%}.h3c{left:2%;top:45%}.h4c{right:2%;top:48%}.h5c{left:7%;bottom:12%}.h6c{right:7%;bottom:11%}.section,.product-section{padding:68px 0}.problem-grid,.feature-grid,.outcomes,.trust-grid{grid-template-columns:1fr}.synergy{padding:35px 22px;border-radius:25px}.device{border-radius:22px;padding:9px}.device-screen{min-height:460px}.ui-body{grid-template-columns:90px 1fr}.ui-main{padding:11px}.ui-side{padding:10px 6px}.metric-grid{grid-template-columns:repeat(2,1fr)}.ui-panels{grid-template-columns:1fr}.finalbox{padding:46px 18px;border-radius:25px}.foot{display:block;line-height:1.9}
  .mobile-actions{position:fixed;display:grid;grid-template-columns:1fr 1fr;gap:8px;left:10px;right:10px;bottom:10px;z-index:150;padding:8px;border-radius:18px;background:rgba(255,255,255,.92);backdrop-filter:blur(15px);border:1px solid #e0e4ef;box-shadow:0 12px 36px rgba(31,41,77,.16)}.mobile-actions .btn{min-height:47px}
}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important;scroll-behavior:auto!important}.reveal{opacity:1!important;transform:none!important;filter:none!important}}
/* V3 public-home production assets and retained public contracts */
.hcard{
  display:flex;align-items:center;gap:9px;padding:8px 12px 8px 8px;
}
.hcard img{
  width:38px;height:38px;display:block;border-radius:10px;object-fit:cover;box-shadow:0 5px 14px rgba(31,43,77,.12)
}
.device-screen{min-height:0;aspect-ratio:16/10;background:#08111f}
.product-shot{
  position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:0;
  transform:translateY(14px) scale(.985);transition:opacity .5s ease,transform .5s ease;pointer-events:none
}
.product-shot.active{opacity:1;transform:none}
.actual-screen-badge{
  position:absolute;right:14px;bottom:12px;z-index:5;padding:7px 10px;border-radius:9px;
  background:rgba(17,26,46,.88);color:#eef1ff;font-size:10px;font-weight:850;backdrop-filter:blur(8px)
}
.product-step{
  width:100%;display:block;text-align:left;color:inherit;background:transparent;font:inherit;cursor:pointer
}
.product-step:focus-visible{outline:3px solid rgba(77,95,232,.35);outline-offset:3px}
.product-step-title{display:block;font-size:24px;font-weight:900;margin:9px 0;letter-spacing:-.035em}
.product-step-copy{display:block;color:var(--muted);font-size:15px;line-height:1.78}
.feature img,.trust img{
  width:58px;height:58px;display:block;border-radius:16px;object-fit:cover;box-shadow:0 10px 26px rgba(31,43,77,.10)
}
.feature b{margin-top:18px}
.trust b{margin-top:14px}
.together-eyebrow{background:white;border-color:#cce7de;color:#157256}
.feedback-tags span{display:inline-flex;align-items:center;gap:7px;padding:6px 10px 6px 7px}
.feedback-tags img{width:30px;height:30px;display:block;border-radius:9px;object-fit:cover}
.final-eyebrow{background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.16);color:#dfe3ff}
.finalbox p strong{color:white}
.problem:nth-child(2),.feature:nth-child(2),.trust:nth-child(2){--delay:90ms}
.problem:nth-child(3),.feature:nth-child(3),.trust:nth-child(3){--delay:180ms}
.problem:nth-child(4),.feature:nth-child(4){--delay:270ms}
.feature:nth-child(5){--delay:320ms}.feature:nth-child(6){--delay:400ms}
.flow>div:nth-child(2){--delay:100ms}.flow>div:nth-child(3){--delay:200ms}.flow>div:nth-child(4){--delay:300ms}.flow>div:nth-child(5){--delay:400ms}
.outcome:nth-child(2){--delay:90ms}.outcome:nth-child(3){--delay:180ms}.outcome:nth-child(4){--delay:270ms}
.participation-stats{
  width:min(100%,620px);display:grid;grid-template-columns:repeat(3,minmax(0,1fr));
  margin:28px auto 0;overflow:hidden;border:1px solid var(--line);border-radius:18px;background:white;box-shadow:var(--shadow2)
}
.participation-stats article{padding:15px 10px 12px;text-align:center}
.participation-stats article+article{border-left:1px solid var(--line)}
.participation-stats article span{display:block;color:var(--muted);font-size:11px;font-weight:800}
.participation-stats article strong{display:block;margin-top:4px;color:var(--brand);font-size:21px;font-weight:950}
.participation-stats p{
  grid-column:1/-1;margin:0;border-top:1px solid var(--line);padding:7px 12px;text-align:center;
  background:#f7f8fc;color:#7e8798;font-size:10px;font-weight:750
}
.entry-privacy-link{
  display:block;width:max-content;margin:18px auto 0;color:#586276;text-decoration:underline;
  text-underline-offset:4px;font-size:12px;font-weight:800
}
@media(max-width:650px){
  .hcard{gap:6px;padding:6px 8px 6px 6px}
  .hcard img{width:30px;height:30px;border-radius:8px}
  .device-screen{min-height:0}
  .product-step-title{font-size:20px}
  .feature img,.trust img{width:54px;height:54px}
  footer{padding-bottom:118px}
  .participation-stats{margin-top:22px}
  .participation-stats article{padding:12px 5px 10px}
  .participation-stats article strong{font-size:18px}
}
