:root {
  --page: #ffffff;
  --panel: #ffffff;
  --section: #f3f7fc;
  --section-2: #eef5fb;
  --ink: #10233f;
  --ink-2: #213957;
  --muted: #5c6f86;
  --line: #cbd8e6;
  --logo-blue: #118fe7;
  --logo-green: #78c800;
  --logo-navy: #021f4f;
  --blue: var(--logo-blue);
  --blue-2: #0a76c6;
  --navy: #051e49;
  --navy-2: #03163b;
  --red: var(--logo-green);
  --red-2: #5fae00;
  --green: var(--logo-green);
  --yellow: #ffcc35;
  --shadow: 0 14px 30px rgba(14, 47, 95, 0.12);
  --shadow-strong: 0 22px 42px rgba(14, 47, 95, 0.18);
  --container: 1180px;
  --radius: 10px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Segoe UI", Roboto, Arial, sans-serif;
  color: var(--ink);
  background: var(--page);
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
.container { width: min(var(--container), calc(100% - 32px)); margin-inline: auto; }
.skip-link { position: absolute; top: -48px; left: 16px; z-index: 999; background: var(--navy); color: #fff; padding: 11px 14px; border-radius: 4px; }
.skip-link:focus { top: 12px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); border: 0; }

.topbar {
  background: var(--navy);
  color: #ffffff;
  font-size: 13px;
}
.topbar__inner, .topbar__left, .topbar__right { display: flex; align-items: center; }
.topbar__inner { min-height: 40px; justify-content: space-between; gap: 20px; }
.topbar__left, .topbar__right { gap: 24px; }
.topbar a { opacity: .95; }
.topbar a:hover { color: #ffffff; text-decoration: underline; text-underline-offset: 3px; }
.topbar span { color: var(--yellow); font-weight: 800; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: #ffffff;
  border-bottom: 1px solid #d6e2ee;
  box-shadow: 0 4px 14px rgba(16, 47, 95, .06);
}
.nav-wrap { display: flex; align-items: center; justify-content: space-between; min-height: 72px; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--logo-navy); }
.brand__icon { width: 72px; height: auto; display: block; flex: 0 0 auto; }
.brand__text { display: inline-flex; align-items: baseline; font-family: "Manrope", "Segoe UI", Roboto, Arial, sans-serif; font-size: 25px; line-height: 1; font-weight: 800; letter-spacing: -.055em; color: var(--logo-navy); white-space: nowrap; }
.brand__accent { color: var(--logo-green); padding-inline: .025em; }
.primary-nav { display: flex; align-items: center; justify-content: center; gap: 28px; color: #263b55; font-size: 15px; font-weight: 700; }
.primary-nav a { padding: 27px 0; position: relative; }
.primary-nav a::after { content: ""; position: absolute; left: 0; right: 0; bottom: 19px; height: 3px; background: var(--red); transform: scaleX(0); transform-origin: left; transition: transform .18s ease; }
.primary-nav a:hover { color: var(--blue); }
.primary-nav a:hover::after { transform: scaleX(1); }

.nav-cta, .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 5px;
  font-weight: 800;
  cursor: pointer;
  transition: transform .16s ease, box-shadow .16s ease, background .16s ease, color .16s ease, border-color .16s ease;
}
.nav-cta { min-height: 44px; padding: 0 22px; background: var(--red); color: var(--navy-2); box-shadow: 0 10px 20px rgba(120,200,0,.25); }
.nav-cta:hover, .btn:hover { transform: translateY(-1px); }
.menu-toggle, .mobile-menu { display: none; }

.hero {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #cddbeb;
  background:
    linear-gradient(110deg, rgba(255,255,255,.94) 0%, rgba(255,255,255,.94) 52%, rgba(236,246,255,.82) 52.2%, rgba(236,246,255,.82) 100%),
    radial-gradient(circle at 83% 16%, rgba(120,200,0,.14), transparent 24%),
    linear-gradient(180deg, #ffffff 0%, #eef6ff 100%);
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(27,117,188,.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(27,117,188,.07) 1px, transparent 1px);
  background-size: 40px 40px;
  mask-image: linear-gradient(90deg, transparent, #000 45%, #000 100%);
  pointer-events: none;
}
.hero__shell { position: relative; min-height: 560px; display: grid; align-items: center; padding: 34px 0 62px; }
.hero-slider { position: relative; min-height: 440px; }
.hero-slide {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: minmax(0, .98fr) minmax(430px, .9fr);
  gap: 52px;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transform: translateX(18px);
  transition: opacity .38s ease, transform .38s ease, visibility .38s ease;
}
.hero-slide.is-active { opacity: 1; visibility: visible; transform: translateX(0); z-index: 1; }
.eyebrow { margin: 0 0 15px; color: var(--red-2); font-size: 13px; line-height: 1; text-transform: uppercase; letter-spacing: .14em; font-weight: 900; }
.hero h1 { margin: 0; max-width: 720px; font-size: clamp(40px, 4.7vw, 62px); line-height: 1.04; letter-spacing: -.045em; color: var(--navy-2); text-wrap: balance; }
.hero-lede { max-width: 620px; margin: 20px 0 0; color: #51667d; font-size: 18px; line-height: 1.55; }
.hero-bullets { list-style: none; display: grid; grid-template-columns: repeat(3, max-content); gap: 10px 18px; padding: 0; margin: 26px 0 0; }
.hero-bullets li { display: inline-flex; align-items: center; gap: 9px; font-size: 14px; font-weight: 750; color: #304a67; }
.hero-bullets li::before { content: ""; width: 16px; height: 16px; border-radius: 3px; background: var(--red); box-shadow: inset 0 0 0 4px #fff, 0 0 0 1px rgba(120,200,0,.35); }
.hero-actions, .contact-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 28px; }
.btn { min-height: 49px; padding: 0 24px; font-size: 15px; }
.btn-primary { background: var(--red); color: var(--navy-2); box-shadow: 0 14px 22px rgba(120,200,0,.28); }
.btn-primary:hover { background: var(--red-2); }
.btn-secondary { background: #fff; color: var(--navy); border: 1px solid #bfd0e2; box-shadow: 0 9px 20px rgba(16,47,95,.08); }
.btn-secondary:hover { border-color: var(--blue); color: var(--blue-2); }
.hero-visual { position: relative; min-height: 365px; display: grid; place-items: center; }
.hosting-illustration { width: min(100%, 530px); filter: drop-shadow(0 22px 24px rgba(16,47,95,.15)); }
.hero-card--price { position: absolute; right: 6px; bottom: 26px; z-index: 3; width: 210px; border: 1px solid #d2dfeb; border-left: 5px solid var(--red); border-radius: 8px; background: #fff; box-shadow: var(--shadow-strong); padding: 18px 18px 16px; }
.hero-card--price span { display: block; margin-bottom: 6px; color: #5b7087; font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.hero-card--price strong { display: block; color: var(--red-2); font-size: 23px; line-height: 1.05; letter-spacing: -.02em; }
.slider-controls { position: absolute; left: 0; bottom: 0; z-index: 5; display: flex; align-items: center; gap: 18px; }
.slider-dots, .slider-arrows { display: flex; align-items: center; gap: 10px; }
.slider-dots button { width: 34px; height: 7px; border-radius: 0; border: 0; background: #cbd6e2; cursor: pointer; }
.slider-dots button.is-active { width: 54px; background: var(--red); }
.slider-arrows button { width: 38px; height: 38px; border-radius: 5px; border: 1px solid #bdccdc; background: #fff; color: var(--navy); box-shadow: 0 8px 15px rgba(16,47,95,.1); cursor: pointer; font-size: 25px; line-height: 1; }

.services, .plans, .why, .knowledge, .faq, .contact-band { padding: 66px 0; }
.service-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; margin-top: -34px; position: relative; z-index: 7; }
.service-card, .plan-card, .why-list article, .knowledge-grid article, .faq details { background: #fff; border: 1px solid #ccd9e7; box-shadow: 0 10px 21px rgba(16,47,95,.08); }
.service-card { padding: 26px; border-radius: 8px; display: grid; gap: 13px; border-top: 4px solid var(--blue); }
.service-card:hover, .plan-card:hover, .knowledge-grid article:hover { transform: translateY(-2px); box-shadow: 0 16px 26px rgba(16,47,95,.14); }
.service-card, .plan-card, .knowledge-grid article { transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease; }
.icon-box, .plan-icon { display: grid; place-items: center; border-radius: 6px; color: #fff; background: var(--blue); font-weight: 900; }
.icon-box { width: 50px; height: 50px; box-shadow: none; }
.service-card h2, .plan-card h3, .knowledge-grid h3, .why-list h3 { margin: 0; letter-spacing: -.025em; color: var(--navy-2); }
.service-card p, .plan-card li, .knowledge-grid p, .why-list p, .section-head p, .selector p, .faq p, .contact-band p, .footer p { color: var(--muted); line-height: 1.62; }
.service-card p { margin: 0; }
.service-card a, .plan-card a, .text-link { color: var(--red-2); font-weight: 900; font-size: 13px; letter-spacing: .05em; text-transform: uppercase; }

.selector { padding: 48px 0; background: var(--navy); color: #fff; }
.selector__inner { display: grid; grid-template-columns: .86fr 1.14fr; gap: 34px; align-items: center; }
.selector h2, .section-head h2, .why h2, .faq h2, .contact-band h2 { margin: 0; font-size: clamp(29px, 3.1vw, 42px); line-height: 1.1; letter-spacing: -.035em; color: var(--navy-2); }
.selector h2, .contact-band h2 { color: #fff; }
.selector p { color: rgba(255,255,255,.82); margin: 12px 0 0; }
.selector-form { display: grid; grid-template-columns: 1fr auto; gap: 8px; border-radius: 8px; padding: 8px; background: #fff; box-shadow: 0 16px 32px rgba(3,16,38,.24); }
.selector-form input { width: 100%; border: 0; outline: 0; min-height: 52px; padding: 0 15px; color: var(--ink); }
.selector-form button { border: 0; border-radius: 5px; padding: 0 24px; background: var(--red); color: var(--navy-2); font-weight: 900; cursor: pointer; }
.section-head { text-align: center; width: min(760px, 100%); margin: 0 auto 36px; }
.section-head p { margin: 14px 0 0; font-size: 17px; }
.plan-groups { display: grid; gap: 42px; }
.plan-group__title { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 16px; color: var(--navy); font-weight: 900; border-bottom: 2px solid #e2ebf5; padding-bottom: 12px; }
.plan-group__title span { font-size: 20px; }
.plan-group__title a { color: var(--red-2); }
.plans-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 22px; }
.plans-grid--two { grid-template-columns: repeat(2, minmax(0,1fr)); }
.plan-card { position: relative; border-radius: 8px; padding: 26px; overflow: hidden; }
.plan-card::before { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 4px; background: var(--blue); }
.plan-card--featured { border-color: rgba(120,200,0,.52); box-shadow: 0 17px 34px rgba(120,200,0,.13); }
.plan-card--featured::before { background: var(--red); }
.plan-icon { width: 52px; height: 52px; margin-bottom: 17px; background: var(--blue); }
.plan-card--featured .plan-icon { background: var(--red); }
.price { margin: 17px 0; padding: 15px 0; border-top: 1px solid #e0e9f3; border-bottom: 1px solid #e0e9f3; }
.price small { display: block; color: var(--muted); margin-bottom: 6px; text-transform: uppercase; font-weight: 900; letter-spacing: .08em; font-size: 12px; }
.price strong { color: var(--red-2); font-size: 24px; }
.plan-card ul { list-style: none; padding: 0; margin: 0 0 23px; display: grid; gap: 9px; }
.plan-card li { position: relative; padding-left: 22px; }
.plan-card li::before { content: ""; position: absolute; left: 0; top: 10px; width: 8px; height: 8px; border-radius: 2px; background: var(--green); }
.stats { padding: 32px 0; background: #eaf3fb; border-block: 1px solid #cbdceb; }
.stats-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 20px; text-align: center; }
.stats strong { display: block; color: var(--red-2); font-size: 32px; line-height: 1; font-weight: 900; }
.stats span { display: block; margin-top: 8px; color: var(--navy); font-weight: 800; }
.why__grid, .faq__grid, .contact-band__inner { display: grid; grid-template-columns: .82fr 1.18fr; gap: 46px; align-items: start; }
.why-copy p, .faq__grid > div > p, .contact-band p { margin: 15px 0 0; font-size: 17px; }
.text-link { display: inline-flex; margin-top: 20px; }
.why-list { display: grid; gap: 16px; }
.why-list article { border-radius: 8px; padding: 22px; border-left: 4px solid var(--blue); }
.knowledge { background: var(--section); }
.section-head--compact { margin-bottom: 32px; }
.knowledge-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 21px; }
.knowledge-grid article { border-radius: 8px; padding: 24px; }
.knowledge-grid span { display: inline-grid; place-items: center; width: 38px; height: 38px; margin-bottom: 16px; border-radius: 5px; background: #dcecf8; color: var(--navy); font-weight: 900; }
.knowledge-grid p { margin-bottom: 0; }
.faq-list { display: grid; gap: 12px; }
.faq details { border-radius: 8px; overflow: hidden; }
.faq summary { list-style: none; cursor: pointer; padding: 18px 20px; font-weight: 900; display: flex; justify-content: space-between; gap: 20px; color: var(--navy-2); }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; color: var(--red-2); font-size: 22px; line-height: 1; }
.faq details[open] summary::after { content: "−"; }
.faq details p { margin: 0; padding: 0 20px 20px; }
.contact-band { background: linear-gradient(112deg, var(--navy-2) 0%, var(--navy) 58%, var(--blue-2) 100%); color: #fff; }
.contact-band p { color: rgba(255,255,255,.82); }
.contact-actions { justify-content: flex-end; margin-top: 0; }
.contact-band .btn-secondary { color: #fff; background: rgba(255,255,255,.11); border-color: rgba(255,255,255,.32); box-shadow: none; }
.footer { padding: 54px 0 22px; background: #f3f7fc; border-top: 1px solid #d4e0eb; }
.footer-grid { display: grid; grid-template-columns: 1.25fr repeat(3,1fr); gap: 32px; }
.footer .brand { margin-bottom: 14px; }
.footer .brand__icon { width: 68px; }
.footer .brand__text { font-size: 24px; }
.footer p { max-width: 330px; }
.footer h3 { margin: 0 0 14px; font-size: 15px; color: var(--navy); }
.footer a, .footer span { display: block; color: #61748a; margin-top: 10px; font-weight: 650; }
.footer a:hover { color: var(--red-2); }
.footer .brand, .footer .brand:hover { display: inline-flex; margin-top: 0; color: var(--logo-navy); font-weight: 800; }
.footer .brand__text { display: inline-flex; margin-top: 0; color: var(--logo-navy); font-weight: 800; }
.footer .brand__text span { display: inline; margin-top: 0; color: inherit; font-weight: inherit; }
.footer .brand__accent { color: var(--logo-green); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 38px; padding-top: 20px; border-top: 1px solid #d4e0eb; color: #728296; font-size: 14px; }

@media (max-width: 1020px) {
  .primary-nav, .nav-cta { display: none; }
  .menu-toggle { display: inline-flex; flex-direction: column; gap: 5px; width: 44px; height: 44px; justify-content: center; align-items: center; border: 1px solid var(--line); border-radius: 6px; background: #fff; }
  .menu-toggle span { width: 18px; height: 2px; background: var(--ink); }
  .mobile-menu.is-open { display: grid; }
  .mobile-menu { padding: 14px 18px 22px; gap: 12px; border-top: 1px solid var(--line); background: #fff; }
  .mobile-menu a { padding: 12px 8px; font-weight: 800; }
  .hero-slide { grid-template-columns: 1fr; gap: 20px; }
  .hero__shell { min-height: 790px; }
  .hero-slider { min-height: 680px; }
  .hero-visual { min-height: 300px; }
  .service-grid, .plans-grid, .knowledge-grid, .footer-grid, .selector__inner, .why__grid, .faq__grid, .contact-band__inner { grid-template-columns: 1fr; }
  .plans-grid--two, .stats-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .service-grid { margin-top: 0; }
  .contact-actions { justify-content: flex-start; }
}
@media (max-width: 640px) {
  .topbar__inner, .topbar__left, .topbar__right, .footer-bottom, .hero-actions, .slider-controls { align-items: flex-start; flex-direction: column; }
  .topbar__right { display: none; }
  .topbar__left { gap: 12px; flex-wrap: wrap; }
  .nav-wrap { min-height: 66px; }
  .brand__icon { width: 58px; }
  .brand__text { font-size: 21px; }
  .hero__shell { min-height: 830px; padding-top: 32px; }
  .hero-slider { min-height: 720px; }
  .hero h1 { font-size: clamp(36px, 10vw, 48px); }
  .hero-lede { font-size: 16px; }
  .hero-bullets { grid-template-columns: 1fr; }
  .hero-card--price { right: 0; bottom: 18px; width: 185px; }
  .services, .plans, .why, .knowledge, .faq, .contact-band { padding: 52px 0; }
  .selector-form { grid-template-columns: 1fr; }
  .selector-form button { min-height: 48px; }
  .stats-grid { grid-template-columns: 1fr; text-align: left; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}
