:root{
  --navy:#07142d;
  --navy2:#051027;
  --ink:#08142e;
  --muted:#5f6f8a;
  --line:#d9e6fb;
  --card:#ffffff;
  --blue:#2563eb;
  --green:#0f8f61;
  --purple:#6d28d9;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;color:var(--ink);background:#fff}
a{text-decoration:none;color:inherit}
.page{width:min(1240px,calc(100% - 56px));margin:0 auto}
.page.narrow{width:min(1160px,calc(100% - 56px))}

.hero{
  background:
    radial-gradient(circle at 82% 18%, rgba(80,138,255,.28), transparent 26%),
    radial-gradient(circle at 68% 54%, rgba(108,46,213,.16), transparent 28%),
    linear-gradient(135deg, #031329 0%, #061a3d 52%, #182b7a 100%);
  color:#fff;
  padding:30px 0 34px;
  overflow:hidden;
}
.brand{display:flex;gap:13px;align-items:center}
.brand-mark{display:flex;gap:5px;align-items:end;height:38px}
.brand-mark span{display:block;width:11px;border-radius:4px;background:linear-gradient(180deg,#55e3be,#3469ff)}
.brand-mark span:nth-child(1){height:18px}
.brand-mark span:nth-child(2){height:28px}
.brand-mark span:nth-child(3){height:38px}
.brand-name{font-size:30px;font-weight:800;letter-spacing:-.04em}
.brand-line{font-size:13px;font-weight:700;color:rgba(255,255,255,.9)}
.hero-grid{display:grid;grid-template-columns:minmax(340px, 1fr) minmax(520px, 1.18fr);gap:48px;align-items:center;margin-top:36px}
.hero-copy h1{font-size:64px;line-height:.98;letter-spacing:-.05em;margin:0 0 26px;font-weight:800}
.hero-copy h1 span{display:inline-block;background:linear-gradient(90deg,#65f0bb,#67d7ff);-webkit-background-clip:text;background-clip:text;color:transparent}
.hero-copy h1 em{display:inline-block;background:linear-gradient(90deg,#8d54ff,#a286ff);-webkit-background-clip:text;background-clip:text;color:transparent;font-style:normal}
.hero-copy p{font-size:18px;line-height:1.6;max-width:520px;margin:0 0 10px;color:rgba(255,255,255,.96)}
.hero-copy .privacy-line{font-size:17px;font-weight:800}
.hero-visual-wrap{position:relative}
.hero-visual-wrap::before{
  content:""; position:absolute; inset:-4% -3% -9% -6%;
  border-radius:34px;
  background:radial-gradient(circle at 40% 50%, rgba(53,119,255,.12), transparent 42%);
  pointer-events:none;
}
.hero-visual-image{display:block;width:100%;height:auto;max-width:820px;margin-left:auto;filter:drop-shadow(0 28px 36px rgba(6,11,39,.35));}

.tools-section{padding:26px 0 8px;background:#fff}
.section-head{text-align:center;margin-bottom:22px}
.section-head h2{font-size:34px;line-height:1.1;letter-spacing:-.035em;margin:0 0 8px}
.section-head p{margin:0;color:var(--muted);font-size:15px}
.carousel-wrap{position:relative}
.tool-carousel{
  display:grid;grid-auto-flow:column;grid-auto-columns:calc((100% - 48px)/3);gap:24px;
  overflow-x:auto;scroll-snap-type:x mandatory;padding:6px 4px 28px;scrollbar-width:none;
}
.tool-carousel::-webkit-scrollbar{display:none}
.tool-card{
  background:#fff;border:1px solid var(--line);border-radius:22px;padding:30px 26px 24px;
  box-shadow:0 24px 48px rgba(10,33,72,.10);scroll-snap-align:start;
  text-align:center;display:flex;flex-direction:column;min-height:438px;
}
.tool-icon{width:76px;height:76px;border-radius:50%;display:grid;place-items:center;margin:0 auto 20px;color:#fff;font-size:32px;font-weight:800}
.blue .tool-icon,.blue .tool-cta{background:linear-gradient(135deg,#2563eb,#1d4ed8)}
.green .tool-icon,.green .tool-cta{background:linear-gradient(135deg,#0f8f61,#08764d)}
.purple .tool-icon,.purple .tool-cta{background:linear-gradient(135deg,#7c3aed,#5b21b6)}
.orange .tool-icon,.orange .tool-cta{background:linear-gradient(135deg,#f97316,#ea580c)}
.cyan .tool-icon,.cyan .tool-cta{background:linear-gradient(135deg,#06b6d4,#2563eb)}
.blue h3{color:#1554e8}.green h3{color:#08764d}.purple h3{color:#5b21b6}.orange h3{color:#c2410c}.cyan h3{color:#0369a1}
.tool-card h3{font-size:22px;line-height:1.18;margin:0 0 14px}
.tool-desc{font-size:15px;line-height:1.52;margin:0 0 20px;min-height:46px}
.tool-card ul{list-style:none;padding:0;margin:0 0 24px;text-align:left}
.tool-card li{position:relative;margin:12px 0;padding-left:29px;font-size:14px;line-height:1.35}
.tool-card li:before{content:"✓";position:absolute;left:0;top:0;width:18px;height:18px;border-radius:50%;background:#e7f0ff;color:#2563eb;font-weight:800;text-align:center;font-size:12px}
.tool-cta{display:flex;align-items:center;justify-content:center;gap:16px;color:#fff;font-weight:800;border-radius:10px;min-height:50px;margin-top:auto;margin-bottom:14px;transition:.2s}
.tool-cta:hover{transform:translateY(-2px);filter:brightness(1.05)}
.tool-url{display:block;color:#2563eb;font-size:13px;font-weight:800;word-break:break-word}
.slide-btn{
  position:absolute;top:46%;transform:translateY(-50%);width:50px;height:50px;border-radius:50%;
  border:1px solid #d7e3f6;background:#fff;color:#0b2356;font-size:36px;line-height:1;
  box-shadow:0 12px 28px rgba(20,42,84,.14);cursor:pointer;z-index:5;
}
.slide-btn:hover{background:#f6f9ff}
.prev{left:-66px}.next{right:-66px}
.carousel-dots{text-align:center;margin-top:0}
.carousel-dots span{display:inline-block;width:10px;height:10px;border-radius:50%;background:#cbd5e1;margin:0 6px}
.carousel-dots .active{background:#2563eb}

.benefits{
  display:grid;grid-template-columns:repeat(6,1fr);gap:0;margin-top:24px;margin-bottom:34px;
  border-top:1px solid #edf2fb;border-bottom:1px solid #edf2fb;padding:22px 0;
}
.benefit{text-align:center;padding:0 16px;border-right:1px dashed #d7e2f3}
.benefit:last-child{border-right:0}
.benefit span{display:grid;place-items:center;width:34px;height:34px;margin:0 auto 10px;border:3px solid #15945f;color:#15945f;border-radius:50%;font-weight:800}
.benefit b{display:block;font-size:13px;margin-bottom:6px}
.benefit small{display:block;color:var(--muted);line-height:1.42;font-size:12px}

.info-row{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-bottom:34px}
.info-card{
  display:grid;grid-template-columns:78px 1fr;gap:20px;align-items:center;
  border:1px solid var(--line);border-radius:20px;padding:26px 28px;
  box-shadow:0 18px 42px rgba(10,33,72,.075);min-height:195px;
}
.subscribe-card{background:linear-gradient(135deg,#fbf7ff,#fff)}
.about-card{background:linear-gradient(135deg,#f0fffb,#fff)}
.info-icon{width:64px;height:64px;border-radius:50%;display:grid;place-items:center;color:#fff;font-size:28px;font-weight:800}
.purple-bg{background:linear-gradient(135deg,#7c3aed,#5428d9)}
.green-bg{background:linear-gradient(135deg,#0f8f61,#08764d)}
.info-card h2{margin:0 0 10px;font-size:24px}
.info-card p{margin:0 0 16px;line-height:1.55;font-size:14px}
.subscribe-form{display:flex;width:100%;margin:10px 0}
.subscribe-form input{flex:1;border:1px solid #d6e2f4;border-radius:9px 0 0 9px;padding:14px 15px;font:inherit;min-width:0}
.subscribe-form button{border:0;border-radius:0 9px 9px 0;background:linear-gradient(135deg,#7c3aed,#4f46e5);color:#fff;padding:0 22px;font-weight:800;cursor:pointer}
.form-message{font-size:14px;font-weight:700;margin:8px 0}
.form-message.ok{color:#08764d}.form-message.err{color:#b42318}
.info-card small{color:var(--muted);font-size:12px}
.contact-link{font-weight:800;color:#08764d}

.footer{background:linear-gradient(135deg,#061a3d,#051027);color:#fff;padding:34px 0 18px}
.footer-inner{display:grid;grid-template-columns:1.3fr 1fr 1fr;gap:40px;align-items:start}
.footer-brand-col{display:flex;flex-direction:column;gap:10px}
.footer .brand-name{font-size:25px}
.footer .brand-line{max-width:320px;line-height:1.5}
.footer-note{margin:4px 0 0;color:#b9c6db;font-size:14px;line-height:1.5}
.footer-link-col{display:grid;gap:10px;align-content:start}
.footer-link-col h3{margin:0 0 8px;font-size:16px;color:#fff}
.footer-link-col a{color:#e8f0ff;font-weight:600;line-height:1.5}
.footer-bottom{border-top:1px solid rgba(255,255,255,.12);margin-top:24px;padding-top:16px;color:#b9c6db;font-size:13px;text-align:center}

@media (max-width:1260px){.prev{left:-18px}.next{right:-18px}.page.narrow{width:min(1160px,calc(100% - 96px))}}
@media (max-width:1120px){
  .hero-grid{grid-template-columns:1fr;gap:30px}
  .hero-copy{text-align:center}
  .hero-copy p{margin-left:auto;margin-right:auto}
  .hero-visual-image{margin:0 auto;max-width:780px}
  .tool-carousel{grid-auto-columns:calc((100% - 24px)/2)}
  .benefits{grid-template-columns:repeat(3,1fr);row-gap:22px}
  .benefit:nth-child(3){border-right:0}
  .info-row{grid-template-columns:1fr}
  .footer-inner{grid-template-columns:1fr 1fr}
}
@media (max-width:700px){
  .page,.page.narrow{width:min(100% - 28px,1240px)}
  .hero{padding:24px 0 36px}
  .brand-name{font-size:25px}
  .hero-copy h1{font-size:44px}
  .hero-copy p{font-size:18px}
  .tool-carousel{grid-auto-columns:88%;gap:18px}
  .tool-card{min-height:420px;padding:28px 22px}
  .slide-btn{width:42px;height:42px;font-size:30px}
  .prev{left:-8px}.next{right:-8px}
  .benefits{grid-template-columns:1fr 1fr}
  .benefit{border-right:0}
  .info-card{grid-template-columns:1fr;text-align:center}
  .info-icon{margin:auto}
  .subscribe-form{flex-direction:column;gap:8px}
  .subscribe-form input,.subscribe-form button{border-radius:9px}
  .subscribe-form button{padding:14px}
  .footer-inner{grid-template-columns:1fr;text-align:center}
  .footer-brand{justify-content:center}
}
