:root{
  --navy:#072437;
  --navy-2:#0b3448;
  --green:#13a06f;
  --green-dark:#0b7c58;
  --ink:#10212b;
  --muted:#5f7079;
  --line:#dde8eb;
  --soft:#f4f8f7;
  --white:#ffffff;
  --shadow:0 24px 70px rgba(7,36,55,.13);
}
*{box-sizing:border-box}
body{
  margin:0;
  font-family:Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  color:var(--ink);
  background:#fff;
  line-height:1.6;
}
a{color:inherit}
.container{width:min(1120px, calc(100% - 40px)); margin:0 auto}
.narrow{width:min(860px, calc(100% - 40px))}
.site-header{
  position:sticky; top:0; z-index:10;
  background:rgba(255,255,255,.92);
  backdrop-filter:blur(12px);
  border-bottom:1px solid var(--line);
}
.nav-wrap{display:flex; align-items:center; justify-content:space-between; min-height:76px; gap:22px}
.brand{display:flex; align-items:center; gap:12px; text-decoration:none}
.brand-mark{
  display:grid; place-items:center;
  width:44px; height:44px; border-radius:14px;
  background:linear-gradient(135deg,var(--green),var(--navy));
  color:#fff; font-weight:800; letter-spacing:.04em;
  box-shadow:0 10px 25px rgba(19,160,111,.25);
}
.brand strong{display:block; font-size:1.05rem; line-height:1.1}
.brand small{display:block; color:var(--muted); font-size:.78rem; margin-top:2px}
.nav{display:flex; gap:26px; color:#28424f; font-weight:650}
.nav a{text-decoration:none}
.nav a:hover{color:var(--green-dark)}
.nav-cta{
  text-decoration:none; color:#fff; background:var(--navy);
  padding:10px 16px; border-radius:999px; font-weight:700;
}
.hero{padding:80px 0 70px; background:
  radial-gradient(circle at 80% 10%, rgba(19,160,111,.18), transparent 35%),
  linear-gradient(180deg, #f8fbfa 0%, #ffffff 100%);
}
.hero-grid{display:grid; grid-template-columns:1.05fr .95fr; gap:44px; align-items:center}
.eyebrow{
  text-transform:uppercase; letter-spacing:.14em; font-size:.78rem; font-weight:800;
  color:var(--green-dark); margin:0 0 12px;
}
h1,h2,h3{line-height:1.08; color:var(--navy); margin:0}
h1{font-size:clamp(2.4rem, 5vw, 4.8rem); letter-spacing:-.055em}
h2{font-size:clamp(1.8rem, 3vw, 3rem); letter-spacing:-.04em}
h3{font-size:1.35rem; margin-bottom:12px}
.lead{font-size:1.2rem; color:#425964; max-width:720px}
.hero-actions{display:flex; gap:14px; flex-wrap:wrap; margin:30px 0 28px}
.btn{
  display:inline-flex; align-items:center; justify-content:center;
  text-decoration:none; padding:14px 20px; border-radius:999px;
  font-weight:800; border:1px solid transparent;
}
.btn.primary{background:var(--green); color:white}
.btn.primary:hover{background:var(--green-dark)}
.btn.secondary{background:white; border-color:var(--line); color:var(--navy); box-shadow:0 8px 20px rgba(7,36,55,.06)}
.btn.small{padding:10px 16px; font-size:.92rem}
.btn.full{width:100%; margin-top:24px}
.trust-row{display:flex; gap:10px; flex-wrap:wrap}
.trust-row span{
  background:#fff; border:1px solid var(--line); border-radius:999px;
  padding:8px 12px; color:#47616b; font-weight:700; font-size:.88rem;
}
.hero-card{
  min-height:460px; position:relative; overflow:hidden; border-radius:34px;
  background:linear-gradient(135deg,#edf6f4,#ffffff);
  border:1px solid var(--line); box-shadow:var(--shadow);
  display:grid; place-items:center;
}
.hero-card svg{width:94%; max-width:520px; position:relative; z-index:2}
.orb{position:absolute; border-radius:999px; filter:blur(2px); opacity:.45}
.orb-one{width:230px;height:230px;background:var(--green);right:-70px;top:-70px}
.orb-two{width:170px;height:170px;background:var(--navy);left:-50px;bottom:-40px}
.section{padding:72px 0}
.section.muted{background:var(--soft)}
.section-heading{max-width:760px; margin-bottom:34px}
.cards{display:grid; grid-template-columns:repeat(3,1fr); gap:22px}
.cards.two{grid-template-columns:repeat(2,1fr)}
.card{
  background:#fff; border:1px solid var(--line); border-radius:26px;
  padding:28px; box-shadow:0 16px 35px rgba(7,36,55,.06);
}
.card p{color:var(--muted); margin-bottom:0}
.icon{
  display:inline-grid; place-items:center; width:48px; height:48px; border-radius:16px;
  color:#fff; background:var(--navy); font-weight:900; margin-bottom:22px;
}
.band{background:var(--navy); color:#d9e8ec; padding:58px 0}
.band h2{color:#fff}
.band .eyebrow{color:#8ae2bf}
.band-grid{display:grid; grid-template-columns:.95fr 1.05fr; gap:40px; align-items:center}
.band p{font-size:1.05rem}
.page-hero{padding:70px 0 58px; background:linear-gradient(180deg,#f4f8f7,#fff)}
.product-panel{
  background:#fff; border:1px solid var(--line); border-radius:30px;
  box-shadow:var(--shadow); overflow:hidden;
}
.table-head{
  padding:28px; display:flex; justify-content:space-between; align-items:center; gap:24px;
  border-bottom:1px solid var(--line);
}
.table-head p{margin:8px 0 0; color:var(--muted)}
.table-wrap{overflow-x:auto}
table{width:100%; border-collapse:collapse; min-width:640px}
th,td{text-align:left; padding:16px 22px; border-bottom:1px solid var(--line)}
th{background:#f6faf9; color:var(--navy); font-size:.85rem; text-transform:uppercase; letter-spacing:.08em}
td:last-child{font-weight:800; color:var(--green-dark)}
tr:hover td{background:#fbfdfd}
.contact-grid{display:grid; grid-template-columns:1fr 1.1fr; gap:24px}
.contact-card{
  border:1px solid var(--line); border-radius:30px; padding:34px; background:#fff;
  box-shadow:0 16px 35px rgba(7,36,55,.06);
}
.contact-card.dark{background:var(--navy); color:#dce9ed}
.contact-card.dark h2{color:#fff}
.big-link{
  display:block; font-size:1.18rem; font-weight:900; color:var(--green-dark);
  margin:6px 0 24px; text-decoration:none;
}
.contact-card.dark .big-link{color:#8ae2bf}
.check-list{padding:0; margin:18px 0 0; list-style:none}
.check-list li{position:relative; padding-left:28px; margin:10px 0}
.check-list li:before{
  content:""; position:absolute; left:0; top:.45em; width:12px; height:12px; border-radius:50%;
  background:var(--green);
}
.footer{background:#061b2a; color:#cbdbe0; padding-top:54px}
.footer-grid{display:grid; grid-template-columns:1.3fr .8fr 1fr; gap:36px}
.footer a{color:#fff; text-decoration:none}
.footer h4{color:#fff; margin:0 0 10px}
.footer-brand .brand-mark{box-shadow:none}
.footer p{margin:8px 0; color:#b8c9cf}
.footer-bottom{text-align:center; border-top:1px solid rgba(255,255,255,.12); margin-top:40px; padding:18px; color:#98adb5}
@media (max-width: 860px){
  .nav{display:none}
  .nav-cta{display:none}
  .hero-grid,.band-grid,.contact-grid,.footer-grid{grid-template-columns:1fr}
  .hero{padding-top:54px}
  .hero-card{min-height:340px}
  .cards,.cards.two{grid-template-columns:1fr}
  .table-head{display:block}
  .table-head .btn{margin-top:18px}
}
