*{box-sizing:border-box}
:root{
  --blue:#1267df;
  --blue-dark:#082b62;
  --navy:#061a36;
  --text:#172033;
  --muted:#667085;
  --line:#e5eaf2;
  --surface:#ffffff;
  --background:#f6f8fc;
}
html{scroll-behavior:smooth}
body{
  margin:0;
  color:var(--text);
  background:var(--background);
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}
a{color:inherit}
.site-header{
  position:sticky;
  top:0;
  z-index:20;
  height:76px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  padding:0 max(28px,calc((100vw - 1180px)/2));
  border-bottom:1px solid rgba(226,232,240,.9);
  background:rgba(255,255,255,.92);
  backdrop-filter:blur(16px);
}
.brand{
  display:inline-flex;
  align-items:center;
  gap:10px;
  text-decoration:none;
  font-size:18px;
  white-space:nowrap;
}
.brand strong{color:var(--blue)}
.brand-mark{
  width:42px;
  height:42px;
  display:grid;
  place-items:center;
  border-radius:50%;
  color:white;
  font-size:24px;
  font-weight:900;
  background:linear-gradient(145deg,#2390ff,#0759cd);
  box-shadow:0 8px 20px rgba(18,103,223,.24);
}
.site-header nav{display:flex;gap:25px}
.site-header nav a{
  color:#475467;
  text-decoration:none;
  font-size:14px;
  font-weight:650;
}
.site-header nav a:hover{color:var(--blue)}
.header-actions,.hero-actions{display:flex;align-items:center;gap:10px}
.button{
  min-height:42px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:0 17px;
  border-radius:10px;
  text-decoration:none;
  font-size:14px;
  font-weight:800;
  transition:.18s ease;
}
.button:hover{transform:translateY(-1px)}
.button.primary{color:#fff;background:linear-gradient(135deg,#1677ee,#0759ca);box-shadow:0 9px 22px rgba(18,103,223,.2)}
.button.ghost{border:1px solid var(--line);background:white}
.button.secondary{border:1px solid #cfd8e6;background:white;color:#17345e}
.button.light{background:white;color:#0b55bd}
.button.large{min-height:50px;padding:0 23px;border-radius:12px}
.hero{
  min-height:710px;
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(500px,.95fr);
  align-items:center;
  gap:55px;
  max-width:1240px;
  margin:auto;
  padding:80px 30px 65px;
}
.eyebrow{
  color:var(--blue);
  font-size:11px;
  font-weight:900;
  letter-spacing:.12em;
}
.hero h1{
  max-width:700px;
  margin:18px 0;
  font-size:clamp(44px,5.3vw,70px);
  line-height:1.02;
  letter-spacing:-.055em;
}
.hero-copy>p{
  max-width:650px;
  margin:0 0 28px;
  color:var(--muted);
  font-size:19px;
  line-height:1.65;
}
.hero-trust{
  display:flex;
  flex-wrap:wrap;
  gap:17px;
  margin-top:25px;
  color:#475467;
  font-size:12px;
  font-weight:700;
}
.hero-trust b{color:#079455}
.hero-product{
  min-height:520px;
  overflow:hidden;
  border:1px solid #dce4ef;
  border-radius:22px;
  background:white;
  box-shadow:0 35px 80px rgba(15,42,81,.16);
  transform:perspective(1200px) rotateY(-3deg) rotateX(1deg);
}
.product-top{
  height:63px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:0 20px;
  border-bottom:1px solid #e8edf4;
}
.mini-brand{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:850}
.mini-brand i{
  width:27px;height:27px;display:grid;place-items:center;border-radius:50%;
  background:var(--blue);color:#fff;font-style:normal
}
.product-status{font-size:10px;color:#067647;font-weight:800}
.product-status i{display:inline-block;width:7px;height:7px;border-radius:50%;background:#12b76a;margin-right:5px}
.product-layout{display:grid;grid-template-columns:170px 1fr;min-height:455px}
.product-layout aside{
  padding:22px 15px;
  border-right:1px solid #e8edf4;
  background:#f7f9fd;
}
.profile-circle{
  width:48px;height:48px;display:grid;place-items:center;border-radius:50%;
  background:#1769df;color:#fff;font-weight:900;margin-bottom:10px
}
.product-layout aside b,.product-layout aside small{display:block}
.product-layout aside b{font-size:12px}
.product-layout aside small{margin:4px 0 18px;color:#7b8799;font-size:8px;line-height:1.4}
.fake-nav{padding:10px;border-radius:8px;color:#475467;font-size:10px;font-weight:750}
.fake-nav.active{background:#eaf2ff;color:#1769df}
.product-feed{padding:20px;background:#f4f7fb}
.composer{padding:17px;border:1px solid #e1e7f0;border-radius:13px;background:white;color:#98a2b3;font-size:10px}
.product-feed article{
  display:grid;
  grid-template-columns:38px 1fr;
  gap:10px;
  margin-top:15px;
  padding:17px;
  border:1px solid #e1e7f0;
  border-radius:14px;
  background:#fff;
}
.post-avatar{width:38px;height:38px;display:grid;place-items:center;border-radius:50%;background:#0d55b4;color:#fff;font-weight:900}
.product-feed article b,.product-feed article small{display:block}
.product-feed article b{font-size:11px}
.product-feed article small{margin-top:2px;color:#98a2b3;font-size:8px}
.product-feed article h3{margin:15px 0 6px;font-size:14px;line-height:1.35}
.product-feed article p{margin:0;color:#667085;font-size:10px;line-height:1.5}
.product-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:13px}
.product-cards span{padding:20px 8px;border-radius:12px;background:linear-gradient(145deg,#0c2d61,#176bd3);color:white;text-align:center;font-size:9px;font-weight:850}
.metrics{
  max-width:1180px;
  margin:0 auto 45px;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  border:1px solid var(--line);
  border-radius:17px;
  background:white;
  box-shadow:0 15px 35px rgba(16,24,40,.05);
}
.metrics div{padding:25px;border-right:1px solid var(--line)}
.metrics div:last-child{border-right:0}
.metrics b,.metrics span{display:block}
.metrics b{font-size:16px}
.metrics span{margin-top:5px;color:var(--muted);font-size:11px}
.section{max-width:1180px;margin:auto;padding:90px 25px}
.section-heading{max-width:700px;margin:0 auto 45px;text-align:center}
.section-heading h2,.split-section h2,.launch h2{
  margin:13px 0;
  font-size:clamp(32px,4vw,48px);
  letter-spacing:-.04em;
  line-height:1.08;
}
.section-heading p,.split-section>div>p,.launch p{color:var(--muted);line-height:1.7}
.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}
.feature-grid article{
  min-height:230px;
  padding:25px;
  border:1px solid var(--line);
  border-radius:16px;
  background:white;
  box-shadow:0 10px 24px rgba(16,24,40,.035);
}
.feature-grid article>span{width:48px;height:48px;display:grid;place-items:center;border-radius:13px;background:#eef4ff;font-size:22px}
.feature-grid h3{margin:20px 0 8px}
.feature-grid p{margin:0;color:var(--muted);font-size:13px;line-height:1.65}
.split-section{
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:70px;
  align-items:center;
}
.text-link{display:inline-block;margin-top:12px;color:var(--blue);font-weight:850;text-decoration:none}
.audience-list{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}
.audience-list span{padding:17px;border:1px solid var(--line);border-radius:12px;background:white;font-size:13px;font-weight:750}
.steps-section{max-width:1220px}
.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
.steps article{padding:24px;border-top:3px solid #1769df;border-radius:12px;background:white;box-shadow:0 9px 22px rgba(16,24,40,.04)}
.steps b{color:#1769df;font-size:12px}
.steps h3{margin:17px 0 7px}
.steps p{margin:0;color:var(--muted);font-size:12px;line-height:1.6}
.launch{
  max-width:1180px;
  margin:50px auto 95px;
  padding:55px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:40px;
  border-radius:23px;
  background:radial-gradient(circle at 90% 10%,rgba(56,139,255,.42),transparent 35%),linear-gradient(135deg,#061a36,#0c4595);
  color:white;
}
.launch .eyebrow{color:#9fc9ff}
.launch h2{max-width:760px}
.launch p{color:#c5d7ee}
footer{
  padding:42px max(30px,calc((100vw - 1180px)/2));
  display:grid;
  grid-template-columns:auto 1fr auto;
  align-items:center;
  gap:30px;
  border-top:1px solid var(--line);
  background:white;
}
footer p,footer small{color:var(--muted);font-size:11px}
footer div{display:flex;gap:18px}
footer div a{color:#475467;text-decoration:none;font-size:12px;font-weight:750}
footer small{grid-column:1/-1;text-align:center}
.footer-brand .brand-mark{width:35px;height:35px;font-size:18px}
@media(max-width:1000px){
  .site-header nav{display:none}
  .hero{grid-template-columns:1fr;padding-top:60px}
  .hero-copy{text-align:center}
  .hero-copy>p{margin-left:auto;margin-right:auto}
  .hero-actions,.hero-trust{justify-content:center}
  .hero-product{max-width:720px;width:100%;margin:auto;transform:none}
  .feature-grid{grid-template-columns:repeat(2,1fr)}
  .steps{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:700px){
  .site-header{height:68px;padding:0 16px}
  .brand{font-size:15px}
  .brand-mark{width:37px;height:37px;font-size:20px}
  .header-actions .ghost{display:none}
  .button{padding:0 13px;font-size:12px}
  .hero{display:block;min-height:auto;padding:55px 18px}
  .hero h1{font-size:42px}
  .hero-copy>p{font-size:16px}
  .hero-product{margin-top:45px;min-height:430px}
  .product-layout{grid-template-columns:115px 1fr}
  .product-layout aside{padding:15px 9px}
  .product-cards{grid-template-columns:1fr}
  .metrics{grid-template-columns:repeat(2,1fr);margin:0 17px}
  .metrics div{border-bottom:1px solid var(--line)}
  .feature-grid,.split-section,.audience-list,.steps{grid-template-columns:1fr}
  .section{padding:65px 18px}
  .split-section{gap:30px}
  .launch{margin:25px 17px 65px;padding:35px 24px;align-items:flex-start;flex-direction:column}
  footer{grid-template-columns:1fr;text-align:center}
  footer .brand,footer div{justify-content:center}
}
