
/* V14 — Responsive PC + Mobile */
:root{
  --container:1180px;
  --radius:18px;
  --text:#17324d;
  --muted:#62748a;
  --brand:#0b63ce;
  --brand-dark:#084b9c;
  --soft:#f4f8fc;
}
html{scroll-behavior:smooth;overflow-x:hidden}
body{
  margin:0;
  overflow-x:hidden;
  color:var(--text);
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}
img{
  max-width:100%;
  height:auto;
  display:block;
}
.container,
section > .container{
  width:min(var(--container),calc(100% - 40px));
  margin-left:auto;
  margin-right:auto;
}
header{
  position:sticky;
  top:0;
  z-index:1000;
  backdrop-filter:blur(14px);
  -webkit-backdrop-filter:blur(14px);
}
.main-nav{
  display:flex!important;
  align-items:center;
  justify-content:flex-end;
  gap:4px;
  flex-wrap:nowrap;
}
.main-nav a{
  font-family:Inter,Manrope,"Segoe UI",Arial,sans-serif!important;
  font-size:15px!important;
  line-height:1;
  white-space:nowrap;
}
.nav-toggle{
  display:none;
  width:44px;
  height:44px;
  border:1px solid #dbe5ef;
  border-radius:12px;
  background:#fff;
  align-items:center;
  justify-content:center;
  cursor:pointer;
}
.nav-toggle span,
.nav-toggle span::before,
.nav-toggle span::after{
  content:"";
  display:block;
  width:20px;
  height:2px;
  background:#17324d;
  border-radius:2px;
  transition:.2s ease;
}
.nav-toggle span::before{transform:translateY(-6px)}
.nav-toggle span::after{transform:translateY(4px)}
.hero,
.hero-section{
  overflow:hidden;
}
.hero h1,
.hero-section h1{
  max-width:760px;
  text-wrap:balance;
}
.hero p,
.hero-section p{
  max-width:700px;
}
section{
  overflow:hidden;
}
.cards,
.services-grid,
.features-grid,
.plans,
.grid,
.two-col{
  min-width:0;
}
.card,
.service-card,
.feature-card,
.plan-card{
  min-width:0;
  overflow:hidden;
}
h1,h2,h3,h4,p,li{
  overflow-wrap:anywhere;
}
button,a{
  -webkit-tap-highlight-color:transparent;
}
a{
  text-underline-offset:3px;
}
@media (max-width:1100px){
  .container,
  section > .container{width:min(100% - 32px,var(--container))}
  .main-nav{gap:0}
  .main-nav a{padding-left:9px!important;padding-right:9px!important;font-size:14px!important}
  .main-nav .nav-cta{padding-left:14px!important;padding-right:14px!important}
}
@media (max-width:900px){
  header{position:sticky}
  .nav-toggle{display:flex}
  header .main-nav{
    display:none!important;
    position:absolute;
    left:16px;
    right:16px;
    top:calc(100% + 8px);
    padding:10px;
    background:rgba(255,255,255,.98);
    border:1px solid #e1e9f2;
    border-radius:16px;
    box-shadow:0 18px 45px rgba(20,50,80,.14);
    flex-direction:column;
    align-items:stretch;
    gap:2px;
  }
  header .main-nav.is-open{display:flex!important}
  header .main-nav a{
    min-height:46px!important;
    width:100%;
    justify-content:flex-start;
    padding:0 14px!important;
    border-radius:10px;
    box-sizing:border-box;
  }
  header .main-nav .nav-cta{
    justify-content:center;
    margin:5px 0 0!important;
  }
  .hero,
  .hero-section{
    padding-top:54px!important;
    padding-bottom:54px!important;
  }
  .hero h1,
  .hero-section h1{
    font-size:clamp(34px,7vw,52px)!important;
    line-height:1.08!important;
  }
  .hero .hero-grid,
  .hero-section .hero-grid{
    grid-template-columns:1fr!important;
  }
  .hero img,
  .hero-section img{max-height:440px;object-fit:cover}
  .services-grid,
  .features-grid,
  .plans,
  .grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
  .two-col,
  .content-grid{
    grid-template-columns:1fr!important;
  }
}
@media (max-width:620px){
  .container,
  section > .container{width:calc(100% - 28px)}
  header{
    padding-left:0!important;
    padding-right:0!important;
  }
  .hero,
  .hero-section{
    padding-top:38px!important;
    padding-bottom:40px!important;
  }
  .hero h1,
  .hero-section h1{
    font-size:34px!important;
    line-height:1.08!important;
    letter-spacing:-.025em;
  }
  .hero h2,
  .hero-section h2{font-size:25px!important}
  .hero p,
  .hero-section p{font-size:16px!important;line-height:1.65!important}
  .hero .actions,
  .hero-section .actions,
  .cta-actions{
    flex-direction:column!important;
    align-items:stretch!important;
  }
  .hero .actions a,
  .hero-section .actions a,
  .cta-actions a,
  .hero button,
  .hero-section button{
    width:100%!important;
    box-sizing:border-box;
    text-align:center;
  }
  .services-grid,
  .features-grid,
  .plans,
  .grid{
    grid-template-columns:1fr!important;
  }
  .card,
  .service-card,
  .feature-card,
  .plan-card{
    border-radius:16px!important;
  }
  section{padding-top:48px!important;padding-bottom:48px!important}
  .section-title{font-size:28px!important;line-height:1.15!important}
  footer .container{
    grid-template-columns:1fr!important;
  }
  footer{
    text-align:left!important;
  }
  table{
    display:block;
    width:100%;
    overflow-x:auto;
    -webkit-overflow-scrolling:touch;
  }
}
