/* Reploy — reploysolutions.com
   Light, monochrome slate. Simple, fast, no frameworks. */

:root{
  --bg:#f4f5f8;
  --panel:#ffffff;
  --ink:#3d4360;        /* headings + primary text (matches the app) */
  --text:#4a5068;
  --muted:#7d84a0;
  --faint:#a5abc0;
  --line:#e2e5ee;
  --inset:#eceef4;
  --r:14px;
  --maxw:1080px;
}

*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{
  background:var(--bg);color:var(--text);
  font-family:"Hanken Grotesk",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
  line-height:1.6;-webkit-font-smoothing:antialiased;letter-spacing:-.005em;
}
a{color:var(--ink);text-decoration:none}
img{max-width:100%;display:block}

.wrap{max-width:var(--maxw);margin:0 auto;padding:0 24px}

h1,h2,h3{color:var(--ink);font-weight:600;letter-spacing:-.02em;line-height:1.15}
h1{font-size:clamp(2rem,5vw,3.2rem)}
h2{font-size:clamp(1.5rem,3.4vw,2.2rem)}
h3{font-size:1.1rem}
.lead{font-size:clamp(1.02rem,1.6vw,1.2rem);color:var(--muted);max-width:60ch}
.kicker{font-size:.78rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--faint);margin-bottom:14px}

section{padding:84px 0}
section.tight{padding:56px 0}

/* nav */
header.site{position:sticky;top:0;z-index:20;background:rgba(244,245,248,.85);backdrop-filter:blur(12px);border-bottom:1px solid var(--line)}
.nav{display:flex;align-items:center;justify-content:space-between;height:66px}
.logo{display:flex;align-items:center;gap:10px;font-size:1.15rem;font-weight:700;color:var(--ink);letter-spacing:-.02em}
.logo .mk{width:28px;height:28px;border-radius:8px;background:var(--ink);color:#fff;display:flex;align-items:center;justify-content:center;font-size:15px;font-weight:700}
.nav-links{display:flex;gap:26px;align-items:center}
.nav-links a{color:var(--muted);font-size:.94rem}
.nav-links a:hover{color:var(--ink)}
@media(max-width:760px){.nav-links a:not(.btn){display:none}}

.btn{display:inline-block;background:var(--ink);color:#fff;border-radius:999px;padding:11px 22px;font-weight:600;font-size:.95rem}
.btn:hover{opacity:.92}
.btn.line{background:transparent;color:var(--ink);border:1px solid var(--line)}

/* hero */
.hero{padding:96px 0 72px;text-align:left}
.hero h1{max-width:20ch;margin:14px 0 18px}
.hero .lead{margin-bottom:30px}
.hero .foot{margin-top:22px;color:var(--faint);font-size:.9rem}

/* cards */
.grid{display:grid;gap:16px}
.grid.c3{grid-template-columns:repeat(3,1fr)}
.grid.c2{grid-template-columns:repeat(2,1fr)}
@media(max-width:860px){.grid.c3{grid-template-columns:1fr}.grid.c2{grid-template-columns:1fr}}
.card{background:var(--panel);border:1px solid var(--line);border-radius:var(--r);padding:28px}
.card h3{margin-bottom:8px}
.card p{color:var(--muted);font-size:.97rem}

/* numbered steps */
.step .n{font-size:.8rem;font-weight:700;letter-spacing:.12em;color:var(--faint)}
.step h3{margin:10px 0 8px}

/* phone mockups */
.phones{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;align-items:start}
@media(max-width:860px){.phones{grid-template-columns:1fr;max-width:340px;margin:0 auto}}
.phone{background:#fff;border:1px solid var(--line);border-radius:34px;padding:10px;box-shadow:0 24px 60px rgba(61,67,96,.12)}
.screen{background:#e6e9f0;border-radius:26px;overflow:hidden;height:560px;display:flex;flex-direction:column;font-size:.82rem}
.p-top{padding:14px 16px 10px;display:flex;align-items:center;justify-content:space-between}
.p-top .t{font-weight:700;color:#3d4360;font-size:.95rem}
.p-top .sub{color:#7d84a0;font-size:.72rem}
.p-body{flex:1;padding:6px 12px 12px;display:flex;flex-direction:column;gap:10px;overflow:hidden}
.p-card{background:#e6e9f0;border-radius:16px;padding:12px 14px;box-shadow:6px 6px 14px rgba(163,177,198,.55),-6px -6px 14px rgba(255,255,255,.9)}
.p-card .who{font-weight:700;color:#3d4360;font-size:.8rem;display:flex;justify-content:space-between}
.p-card .who span{color:#a5abc0;font-weight:500;font-size:.7rem}
.p-card .q{color:#4a5068;margin-top:4px}
.p-card .hint{color:#7d84a0;font-size:.72rem;margin-top:8px}
.p-input{background:#dde1ea;border-radius:12px;padding:10px 12px;color:#a5abc0;box-shadow:inset 4px 4px 8px rgba(163,177,198,.45),inset -4px -4px 8px rgba(255,255,255,.8)}
.p-send{align-self:flex-end;background:#3d4360;color:#fff;border-radius:999px;padding:7px 16px;font-weight:600;font-size:.75rem}
.bub{max-width:82%;padding:9px 12px;border-radius:14px;line-height:1.45}
.bub.in{background:#eceef4;color:#3d4360;align-self:flex-start;border-bottom-left-radius:5px;box-shadow:4px 4px 10px rgba(163,177,198,.4),-4px -4px 10px rgba(255,255,255,.85)}
.bub.out{background:#3d4360;color:#fff;align-self:flex-end;border-bottom-right-radius:5px}
.bub .tag{display:block;font-size:.62rem;letter-spacing:.06em;opacity:.65;margin-top:4px;text-transform:uppercase}
.p-row{background:#e6e9f0;border-radius:14px;padding:12px 14px;display:flex;justify-content:space-between;align-items:center;box-shadow:6px 6px 14px rgba(163,177,198,.5),-6px -6px 14px rgba(255,255,255,.9)}
.p-row .l b{display:block;color:#3d4360;font-size:.8rem}
.p-row .l span{color:#7d84a0;font-size:.7rem}
.tog{width:38px;height:22px;border-radius:999px;background:#3d4360;position:relative;flex:0 0 auto}
.tog::after{content:'';position:absolute;top:3px;right:3px;width:16px;height:16px;border-radius:50%;background:#fff}
.tog.off{background:#c9cedd}
.tog.off::after{right:auto;left:3px}
.tabbar{display:flex;justify-content:space-around;padding:10px 8px;border-top:1px solid #d3d9e5;color:#a5abc0;font-size:.66rem;font-weight:600}
.tabbar .on{color:#3d4360}
.shotcap{text-align:center;color:var(--muted);font-size:.9rem;margin-top:14px}

/* pricing */
.price .amt{font-size:2.4rem;font-weight:700;color:var(--ink);letter-spacing:-.03em;margin:10px 0 2px}
.price .amt span{font-size:.95rem;color:var(--faint);font-weight:400}
.price ul{list-style:none;margin-top:16px;display:flex;flex-direction:column;gap:9px;font-size:.94rem;color:var(--text)}
.price li::before{content:"— ";color:var(--faint)}

/* disclosure */
.disclosure{background:var(--panel);border:1px solid var(--line);border-radius:var(--r);padding:34px}
.disclosure ul{margin:14px 0 14px 20px;display:flex;flex-direction:column;gap:8px;color:var(--text)}
.disclosure p{color:var(--text)}

/* legal pages */
.legal{max-width:760px;margin:0 auto;padding:64px 24px}
.legal h1{font-size:2rem;margin-bottom:6px}
.legal .date{color:var(--faint);font-size:.9rem;margin-bottom:28px}
.legal h2{font-size:1.15rem;margin:32px 0 10px}
.legal p,.legal li{color:var(--text)}
.legal ul{margin:10px 0 10px 22px;display:flex;flex-direction:column;gap:8px}
.legal strong{color:var(--ink)}

/* footer */
footer.site{border-top:1px solid var(--line);padding:44px 0;color:var(--muted);font-size:.92rem}
.f-in{display:flex;justify-content:space-between;gap:24px;flex-wrap:wrap;align-items:center}
.f-links{display:flex;gap:22px;flex-wrap:wrap}
.f-links a{color:var(--muted)}
.f-links a:hover{color:var(--ink)}
.f-copy{margin-top:18px;color:var(--faint);font-size:.84rem}
