
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Arial,Helvetica,sans-serif;
  line-height:1.6;
  color:#243447;
  background:radial-gradient(circle at top,#f4f8ff 0%,#ffffff 38%,#f8fbff 100%);
}
img{max-width:100%;display:block}
a{text-decoration:none;color:inherit}
.container{width:min(1180px,calc(100% - 34px));margin:0 auto}

.topbar{
  position:sticky;
  top:0;
  z-index:30;
  background:rgba(255,255,255,.93);
  border-bottom:1px solid #e6edf3;
  backdrop-filter:blur(10px);
  box-shadow:0 6px 18px rgba(36,52,71,.05);
}
.nav{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:24px;
  padding:18px 0;
}
.brand{
  display:flex;
  align-items:center;
  gap:18px;
}
.logo{
  height:108px;
  width:auto;
  border-radius:18px;
  background:#fff;
  box-shadow:0 10px 24px rgba(36,52,71,.08);
}
.brand-title{
  font-size:2.85rem;
  font-weight:800;
  line-height:1;
  letter-spacing:-.045em;
  color:#0f172a;
}
.brand-subtitle{
  margin-top:8px;
  font-size:1.28rem;
  color:#64748b;
  font-weight:600;
}
.nav-links{
  display:flex;
  align-items:center;
  gap:18px;
  flex-wrap:wrap;
}
.nav-links a{
  font-size:1rem;
  font-weight:700;
  color:#475569;
}
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:14px 24px;
  border-radius:999px;
  font-weight:800;
  transition:.2s;
}
.btn:hover{transform:translateY(-1px)}
.btn-call{
  background:linear-gradient(135deg,#f4a340,#f6bc5f);
  color:#fff;
  box-shadow:0 12px 22px rgba(244,163,64,.18);
}
.btn-dark{
  background:#111827;
  color:#fff;
  box-shadow:0 12px 22px rgba(17,24,39,.14);
}
.btn-outline{
  background:#fff;
  border:1px solid #d7e2ec;
  color:#16324f;
}
.full{width:100%}

.hero{
  padding:72px 0 50px;
}
.hero-grid{
  display:grid;
  grid-template-columns:1.08fr .92fr;
  gap:30px;
  align-items:center;
}
.eyebrow,.section-tag{
  display:inline-block;
  padding:8px 14px;
  border-radius:999px;
  font-size:.92rem;
  font-weight:800;
}
.eyebrow{
  background:#e8f5ec;
  border:1px solid #d1e7d7;
  color:#2d6a4f;
}
.section-tag{
  background:#ecf4ff;
  border:1px solid #dbe8f8;
  color:#31659e;
}
.section-tag.green{
  background:#e8f5ec;
  border-color:#d1e7d7;
  color:#2d6a4f;
}
.section-tag.dark{
  background:#16324f;
  border:1px solid #16324f;
  color:#fff;
}
h1{
  margin:18px 0 16px;
  font-size:clamp(2.55rem,5vw,4.6rem);
  line-height:1.03;
  letter-spacing:-.045em;
  color:#0f172a;
}
h2{
  margin:0 0 10px;
  font-size:clamp(1.9rem,3vw,2.9rem);
  line-height:1.12;
  letter-spacing:-.035em;
  color:#16324f;
}
h3{
  margin:14px 0 10px;
  font-size:1.15rem;
  color:#16324f;
}
.lead,.section-head p,.info-card p,.quote-card p,.faq-card p,.signup-copy p,.light-panel p,.dark-panel p,.site-footer p{
  color:#64748b;
  font-size:1rem;
}
.hero-actions{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  margin:26px 0 28px;
}
.stats-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:14px;
}
.stat-card{
  background:#fff;
  border:1px solid #e6edf3;
  border-radius:24px;
  padding:18px;
  box-shadow:0 8px 18px rgba(36,52,71,.04);
}
.stat-value{
  font-size:1.18rem;
  font-weight:800;
  color:#16324f;
}
.stat-text{
  margin-top:4px;
  color:#64748b;
  font-size:.95rem;
}

.hero-panel{
  background:linear-gradient(135deg,#f2f8ff 0%,#ffffff 48%,#eef8f0 100%);
  border:1px solid #e6edf3;
  border-radius:32px;
  padding:26px;
  box-shadow:0 16px 34px rgba(36,52,71,.08);
}
.panel-top{
  color:#64748b;
  font-weight:800;
  font-size:1rem;
}
.support-list{
  display:grid;
  gap:12px;
  margin-top:18px;
}
.support-item{
  background:#fff;
  border:1px solid #e6edf3;
  border-radius:20px;
  padding:14px 16px;
  color:#334155;
  font-weight:600;
}
.focus-box{
  margin-top:18px;
  background:#111827;
  border-radius:26px;
  padding:22px;
  color:#fff;
}
.focus-label{
  color:#bfdbfe;
  text-transform:uppercase;
  letter-spacing:.12em;
  font-weight:800;
  font-size:.82rem;
}
.focus-text{
  margin-top:8px;
  font-size:1.08rem;
  line-height:1.65;
}

.section{padding:40px 0}
.section-soft{
  background:linear-gradient(180deg,#fbfdff 0%,#f7fafc 100%);
}
.section-head{
  max-width:840px;
  margin-bottom:28px;
}
.section-head.center{
  text-align:center;
  margin-left:auto;
  margin-right:auto;
}
.card-grid{
  display:grid;
  gap:22px;
}
.card-grid.four{grid-template-columns:repeat(4,1fr)}
.card-grid.three{grid-template-columns:repeat(3,1fr)}
.info-card,.quote-card,.pricing-card,.faq-card,.light-panel,.signup-card{
  background:#fff;
  border:1px solid #e6edf3;
  border-radius:28px;
  padding:24px;
  box-shadow:0 8px 18px rgba(36,52,71,.05);
}
.icon{
  width:54px;
  height:54px;
  border-radius:18px;
  display:grid;
  place-items:center;
  background:#edf5ff;
  color:#31659e;
  font-size:1.4rem;
}
.split-grid,.signup-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:24px;
}
.dark-panel{
  background:linear-gradient(180deg,#16324f 0%,#224869 100%);
  color:#fff;
  border-radius:32px;
  padding:30px;
  box-shadow:0 14px 30px rgba(22,50,79,.15);
}
.dark-panel p{color:#d7e2ec}
.panel-tag{
  font-size:.84rem;
  letter-spacing:.14em;
  text-transform:uppercase;
  color:#c4d4e4;
  font-weight:800;
}
.check-list{
  list-style:none;
  padding:0;
  margin:18px 0 0;
}
.check-list li{
  position:relative;
  padding:10px 0 10px 28px;
  color:#64748b;
  border-bottom:1px solid #e6edf3;
}
.check-list li:last-child{border-bottom:none}
.check-list li:before{
  content:"✓";
  position:absolute;
  left:0;
  top:10px;
  color:#2f855a;
  font-weight:800;
}
.check-list.light li{
  color:#e5eef6;
  border-color:rgba(255,255,255,.12);
}
.mini-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:14px;
  margin-top:18px;
}
.mini-box{
  background:#fff;
  border:1px solid #e6edf3;
  border-radius:18px;
  padding:16px;
  font-weight:600;
  color:#334155;
}
.step-number{
  width:44px;
  height:44px;
  border-radius:50%;
  background:#16324f;
  color:#fff;
  display:grid;
  place-items:center;
  font-weight:800;
}
.stars{
  color:#f59e0b;
  font-size:1rem;
  letter-spacing:.1em;
}
.pricing-card{
  position:relative;
}
.pricing-card.featured{
  border:2px solid #7fb0ea;
  box-shadow:0 14px 26px rgba(127,176,234,.16);
}
.featured-badge{
  position:absolute;
  top:14px;
  right:14px;
  background:#31659e;
  color:#fff;
  font-size:.78rem;
  font-weight:800;
  padding:6px 10px;
  border-radius:999px;
}
.price{
  margin:10px 0 8px;
  font-size:2.45rem;
  font-weight:800;
  color:#16324f;
}
.price span{
  font-size:1rem;
  color:#64748b;
  font-weight:700;
}
.table-wrap{
  margin-top:24px;
  overflow:auto;
  background:#fff;
  border:1px solid #e6edf3;
  border-radius:28px;
  box-shadow:0 8px 18px rgba(36,52,71,.05);
}
table{
  width:100%;
  border-collapse:collapse;
}
th,td{
  text-align:left;
  padding:16px 18px;
  border-bottom:1px solid #e6edf3;
}
th{
  background:#f8fbff;
  color:#16324f;
  font-weight:800;
}
.faq-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:20px;
}
.contact-boxes{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
  margin-top:24px;
}
.contact-box{
  background:#fff;
  border:1px solid #e6edf3;
  border-radius:22px;
  padding:16px;
  box-shadow:0 8px 18px rgba(36,52,71,.04);
}
.form-row{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
}
.form-group{margin-bottom:14px}
label{
  display:block;
  margin-bottom:8px;
  color:#334155;
  font-size:.94rem;
  font-weight:700;
}
input,textarea{
  width:100%;
  padding:14px 16px;
  border-radius:16px;
  border:1px solid #ccd8e3;
  font:inherit;
  color:#243447;
  background:#fff;
}
input:focus,textarea:focus{
  outline:none;
  border-color:#7fb0ea;
  box-shadow:0 0 0 3px rgba(127,176,234,.16);
}
.form-message{
  margin-top:14px;
  color:#2f855a;
  font-size:.95rem;
  font-weight:700;
}
.site-footer{
  margin-top:30px;
  background:linear-gradient(180deg,#16324f 0%,#0f2538 100%);
  color:#fff;
  padding:40px 0;
}
.footer-grid{
  display:grid;
  grid-template-columns:1.2fr .8fr .9fr;
  gap:24px;
}
.footer-title{
  font-size:1rem;
  font-weight:800;
  margin-bottom:10px;
}
.footer-links{
  list-style:none;
  padding:0;
  margin:0;
  display:grid;
  gap:8px;
}
.footer-links a,.footer-links li,.site-footer p{
  color:#d7e2ec;
}

@media (max-width:1120px){
  .card-grid.four{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:980px){
  .hero-grid,.split-grid,.signup-grid,.footer-grid,.card-grid.three,.faq-grid{
    grid-template-columns:1fr;
  }
}
@media (max-width:860px){
  .nav{
    flex-direction:column;
    align-items:flex-start;
  }
  .nav-links{width:100%}
}
@media (max-width:760px){
  .logo{height:90px}
  .brand-title{font-size:2.15rem}
  .brand-subtitle{font-size:1.03rem}
  .stats-grid,.mini-grid,.contact-boxes,.form-row{
    grid-template-columns:1fr;
  }
}
