*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
:root {
  --ink: #1d1d1f; --ink-2: #6e6e73; --ink-3: #98989d;
  --line: #d2d2d7; --line-soft: #e8e8ea;
  --bg: #ffffff; --grey: #f5f5f7;
  --accent: #185FA5; --accent-2: #378ADD; --accent-dark: #0C447C; --accent-soft: #E6F1FB;
  --ok: #1d8a52; --ok-soft: #e6f6ee; --warn: #9a6400; --warn-soft: #fbf1de;
}
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; background: #fff; }
body { font-family: "Inter", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
  color: var(--ink); background: var(--bg); line-height: 1.45; -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; font-size: 17px; letter-spacing: -0.011em; }
h1, h2, h3 { color: var(--ink); font-weight: 600; line-height: 1.05; letter-spacing: -0.035em; }
a { color: inherit; text-decoration: none; }

/* NAV */
.nav { position: fixed; inset: 0 0 auto 0; z-index: 100; height: 52px;
  background: rgba(255,255,255,0.72); -webkit-backdrop-filter: saturate(180%) blur(20px); backdrop-filter: saturate(180%) blur(20px);
  border-bottom: 1px solid rgba(0,0,0,0.06); }
.nav-in { max-width: 1080px; margin: 0 auto; padding: 0 22px; height: 100%; display: flex; align-items: center; justify-content: space-between; }
.nav-logo { font-weight: 700; font-size: 19px; letter-spacing: 0.18em; color: var(--ink); }
.nav-links { display: flex; gap: 32px; align-items: center; }
.nav-links a { color: var(--ink); font-size: 13px; opacity: .82; transition: opacity .2s; }
.nav-links a:hover { opacity: 1; }
.nav-cta { color: #fff !important; background: var(--accent); padding: 7px 16px; border-radius: 980px; font-weight: 500; opacity: 1 !important; }
.nav-cta:hover { background: var(--accent-2); }
.nav.scrolled { box-shadow: 0 1px 0 rgba(0,0,0,0.05); }

/* SECTIONS */
.s { padding: 130px 22px; }
.grey { background: var(--grey); }
.wrap { max-width: 1080px; margin: 0 auto; }
.kicker { font-size: clamp(20px, 2.3vw, 27px); font-weight: 600; letter-spacing: -0.02em; color: var(--accent); margin-bottom: 8px; display: inline-block; }
.em { color: var(--accent); }
a.more-link { cursor: pointer; } a.more-link:hover { text-decoration: underline; }

/* APP-HERO */
.app-hero { background: linear-gradient(180deg, #f4f8fd 0%, #ffffff 60%); text-align: center; padding: 150px 22px 80px; }
.app-hero .back { display: inline-block; color: var(--accent); font-size: 14px; font-weight: 500; margin-bottom: 18px; }
.app-hero .ek { font-size: 18px; color: var(--accent); font-weight: 600; margin-bottom: 12px; }
.app-hero h1 { font-size: clamp(40px, 7vw, 84px); font-weight: 700; letter-spacing: -0.04em; margin-bottom: 18px; }
.app-hero p { font-size: clamp(19px,2.2vw,25px); color: var(--ink-2); max-width: 640px; margin: 0 auto 18px; line-height: 1.35; }
.app-hero .pricetag { font-size: 15px; color: var(--ink-2); } .app-hero .pricetag b { color: var(--accent); }

/* MOMENT */
.moment { display: grid; grid-template-columns: 1.05fr 1fr; gap: 70px; align-items: center; }
.moment.rev .m-visual { order: 2; }
.moment h2 { font-size: clamp(34px, 5vw, 60px); margin-bottom: 22px; }
.moment p { font-size: clamp(17px, 1.5vw, 21px); color: var(--ink-2); line-height: 1.5; max-width: 32ch; }
.m-list { list-style: none; margin-top: 22px; }
.m-list li { font-size: 16px; padding: 9px 0; display: flex; gap: 11px; align-items: flex-start; border-top: 1px solid var(--line-soft); }
.m-list li::before { content: ''; width: 19px; height: 19px; flex: none; margin-top: 1px; border-radius: 50%; background: var(--accent-soft) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23185FA5' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") center/12px no-repeat; }
.m-price { margin-top: 26px; font-size: 15px; color: var(--ink-2); }
.m-price b { color: var(--accent); font-weight: 600; }

/* PANEL */
.panel { background: #fff; border: 1px solid var(--line-soft); border-radius: 18px; padding: 24px; box-shadow: 0 30px 70px -40px rgba(20,40,80,0.30); }
.panel .ph { font-size: 14px; font-weight: 600; margin-bottom: 4px; }
.panel .psub { font-size: 12px; color: var(--ink-3); margin-bottom: 14px; }
.lrow { display: flex; align-items: center; justify-content: space-between; background: var(--grey); border-radius: 13px; padding: 13px 14px; margin-bottom: 9px; }
.lrow .nm { font-size: 13.5px; font-weight: 600; } .lrow .sub { font-size: 11.5px; color: var(--ink-3); margin-top: 1px; }
.lrow .amt { font-size: 13.5px; font-weight: 600; text-align: right; }
.pill { font-size: 10.5px; font-weight: 600; padding: 3px 9px; border-radius: 980px; display: inline-block; margin-top: 3px; }
.pill.ok { background: var(--ok-soft); color: var(--ok); } .pill.late { background: var(--warn-soft); color: var(--warn); } .pill.live { background: var(--ok-soft); color: var(--ok); }

/* PHONE */
.phone-wrap { display: flex; justify-content: center; }
.phone { width: 300px; height: 612px; background: #0b0b0d; border-radius: 50px; padding: 11px; box-shadow: 0 44px 90px -40px rgba(20,40,80,0.45), inset 0 0 0 2px #2a2a2e; position: relative; }
.phone::before { content: ''; position: absolute; top: 11px; left: 50%; transform: translateX(-50%); width: 120px; height: 26px; background: #0b0b0d; border-radius: 0 0 17px 17px; z-index: 4; }
.screen { width: 100%; height: 100%; background: #fff; border-radius: 39px; overflow: hidden; text-align: left; display: flex; flex-direction: column; }
.screen > img { flex: 1 1 auto; min-height: 0; }
.abody { flex: 0 0 auto; }
.sbar { display: flex; justify-content: space-between; padding: 14px 24px 6px; font-size: 11px; font-weight: 600; }
.atop { padding: 12px 20px 14px; } .atop .h { font-size: 19px; font-weight: 700; letter-spacing: -0.02em; } .atop .s { font-size: 12px; color: var(--ink-3); margin-top: 2px; padding: 0; }
.abody { padding: 4px 16px 16px; }
.hero-amt { background: linear-gradient(135deg, var(--accent), var(--accent-2)); color: #fff; border-radius: 16px; padding: 18px; margin-bottom: 12px; }
.hero-amt .l { font-size: 11px; opacity: .85; } .hero-amt .big { font-size: 28px; font-weight: 700; margin-top: 3px; }
.doc { background: var(--grey); border-radius: 13px; padding: 14px; }
.doc .ln { height: 7px; border-radius: 4px; background: #d8d8dc; margin-bottom: 8px; } .doc .ln.s{width:58%} .doc .ln.m{width:84%}
.doc .sign { margin-top: 12px; height: 42px; border: 1.5px dashed var(--accent); border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 11px; color: var(--accent); font-weight: 600; }
.pg { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; } .pg i { height: 66px; border-radius: 11px; background: linear-gradient(135deg,#d7e3f0,#eef3f9); border: 1px solid var(--line-soft); }
.bud i { display: block; height: 11px; border-radius: 6px; background: var(--accent); margin: 9px 0; } .bud i.b2{width:72%;background:var(--accent-2)} .bud i.b3{width:46%;background:var(--ok)} .bud .l{font-size:11px;color:var(--ink-3)}
.mc { display: flex; align-items: flex-end; gap: 6px; height: 100px; padding: 6px 2px; } .mc i { flex: 1; border-radius: 4px 4px 0 0; background: linear-gradient(180deg,var(--accent-2),var(--accent)); }

/* CENTER */
.center { text-align: center; max-width: 900px; margin: 0 auto; }
.center h2 { font-size: clamp(38px, 6vw, 76px); margin-bottom: 18px; }
.center p { font-size: clamp(18px, 2vw, 23px); color: var(--ink-2); max-width: 600px; margin: 0 auto; }

/* FAQ */
.faq { max-width: 820px; margin: 0 auto; }
.faq details { border-bottom: 1px solid var(--line-soft); }
.faq summary { list-style: none; cursor: pointer; padding: 22px 4px; font-size: clamp(17px,1.8vw,21px); font-weight: 600; display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: '+'; font-weight: 400; color: var(--accent); font-size: 26px; line-height: 1; }
.faq details[open] summary::after { content: '\2212'; }
.faq details p { padding: 0 4px 24px; color: var(--ink-2); font-size: 16px; line-height: 1.55; max-width: 72ch; }

/* PRICING (shared subset for app pages CTA) */
.trial { text-align: center; margin: 26px 0; }
.trial span { display: inline-block; background: var(--accent-soft); color: var(--accent); border-radius: 980px; padding: 11px 22px; font-size: 14.5px; font-weight: 500; }

/* CTA */
.cta { background: var(--accent); text-align: center; }
.cta h2 { color: #fff; font-size: clamp(36px,5.5vw,68px); margin-bottom: 16px; }
.cta p { color: rgba(255,255,255,0.85); font-size: 20px; margin-bottom: 34px; }
.btn-white { display: inline-block; background: #fff; color: var(--accent); padding: 14px 30px; border-radius: 980px; font-weight: 600; font-size: 16px; transition: .2s; } .btn-white:hover { background: #eef4fb; }
.btn-blue { display: inline-block; background: var(--accent); color: #fff; padding: 14px 30px; border-radius: 980px; font-weight: 500; font-size: 16px; transition: .2s; } .btn-blue:hover { background: var(--accent-dark); }

/* FOOTER */
.footer { background: var(--grey); color: var(--ink-2); padding: 56px 22px 40px; border-top: 1px solid var(--line-soft); }
.footer-in { max-width: 1080px; margin: 0 auto; display: flex; justify-content: space-between; gap: 40px; flex-wrap: wrap; }
.footer .lg { font-weight: 700; font-size: 18px; letter-spacing: .15em; color: var(--ink); margin-bottom: 8px; }
.footer p { font-size: 13.5px; max-width: 320px; line-height: 1.5; color: var(--ink-3); }
.fl { display: flex; gap: 56px; flex-wrap: wrap; } .fc h4 { font-size: 13px; color: var(--ink); margin-bottom: 12px; } .fc ul { list-style: none; } .fc li { margin-bottom: 8px; } .fc a { font-size: 13.5px; color: var(--ink-2); } .fc a:hover { color: var(--ink); }
.fb { max-width: 1080px; margin: 32px auto 0; padding-top: 22px; border-top: 1px solid var(--line); font-size: 12.5px; color: var(--ink-3); display: flex; justify-content: space-between; flex-wrap: wrap; gap: 8px; }

/* RESPONSIVE */
@media (max-width: 900px) {
  .moment { grid-template-columns: 1fr; gap: 40px; } .moment.rev .m-visual { order: 0; }
}
@media (max-width: 600px) {
  body { font-size: 16px; } .s { padding: 84px 20px; } .nav-links a:not(.nav-cta) { display: none; }
  .nav-links { gap: 14px; } .phone { width: 264px; height: 540px; }
}

/* MOTION */
.js .reveal { opacity: 0; transform: translateY(40px); transition: opacity .9s cubic-bezier(.16,1,.3,1), transform .9s cubic-bezier(.16,1,.3,1); }
.js .reveal.in { opacity: 1; transform: none; }
.float { animation: fl 6s ease-in-out infinite; } @keyframes fl { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-12px)} }
@media (prefers-reduced-motion: reduce) { .js .reveal { opacity:1!important; transform:none!important; } .float { animation: none; } }
