:root {
  --bg: #f4f4f1;
  --text: #10242b;
  --muted: #5a6c72;
  --secondary: #426271;
  --dark: #113845;
  --dark-2: #0d2d37;
  --card: #234b58;
  --line: rgba(16, 36, 43, 0.12);
  --accent: #f39200;
  --accent-2: #ffad33;
  --white: #ffffff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--text);
  background: var(--bg);
}

a { color: inherit; }
img { max-width: 100%; display: block; }

.page { width: 100%; }
.container {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}
.narrow { width: min(900px, calc(100% - 40px)); }

.section { padding: 72px 0; }
.section-compact { padding: 56px 0; }
.section-tight { padding-bottom: 48px; }
.section-dark {
  background: linear-gradient(180deg, var(--dark), var(--dark-2));
  color: var(--white);
}
.section-dark h2,
.section-dark h3,
.section-dark p,
.section-dark li,
.section-dark .card__eyebrow,
.section-dark .button,
.card--dark h2,
.card--dark h3,
.card--dark p,
.card--dark li,
.card--dark .card__eyebrow {
  color: var(--white);
}
.section-light { background: var(--bg); }
.center { text-align: center; }

.hero {
  padding: 46px 0 42px;
  text-align: center;
  background: radial-gradient(circle at top, rgba(255,255,255,0.08), transparent 40%), linear-gradient(180deg, #214f5c, #10313c);
}
.hero__inner { display: grid; justify-items: center; gap: 18px; }
.logo { width: 258px; height: auto; margin-bottom: 50px; }
h1, h2, h3, p { margin: 0; }
h1 {
  max-width: 900px;
  font-size: clamp(2.4rem, 4.9vw, 3.5rem);
  line-height: 1.02;
  letter-spacing: -0.05em;
}
h2 {
  font-size: clamp(1.55rem, 3vw, 2.3rem);
  line-height: 1.12;
  letter-spacing: -0.02em;
  margin-bottom: 14px;
  color: var(--secondary);
}
h3 {
  font-size: 1.15rem;
  margin-bottom: 14px;
  color: var(--secondary);
}
.lead, .intro, .callout p, .hero p, .footer p {
  line-height: 1.6;
  color: inherit;
}
.lead { max-width: 820px; font-size: 1rem; color: rgba(255,255,255,0.88); }

.cta-row { display: flex; justify-content: center; flex-wrap: wrap; gap: 12px; margin-top: 4px; }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 18px 18px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 0.01em;
  border: 1px solid transparent;
  transition: transform .15s ease, opacity .15s ease, background .15s ease;
}
.button:hover { transform: translateY(-1px); }
.button--primary {
  background: linear-gradient(180deg, var(--accent-2), var(--accent));
  color: #fff;
  margin: 20px 0;
}
.button--secondary {
  background: var(--secondary);
  color: #fff;
  border-color: var(--secondary);
}

.trustbar {
  list-style: none;
  padding: 0;
  margin: 50px 0 50px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 22px;
  color: rgba(255,255,255,0.88);
  font-size: 1rem;
}
.trustbar li {
  position: relative;
  padding-left: 16px;
  white-space: nowrap;
}
.trustbar li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--accent);
  font-weight: 700;
}

.split {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 36px;
  align-items: center;
}

.checklist {
  list-style: none;
  padding: 0;
  margin: 20px 0 20px;
  display: grid;
  gap: 12px;
}
.checklist li {
  position: relative;
  padding-left: 28px;
  line-height: 1.45;
}
.checklist li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--accent);
  font-weight: 700;
}
.checklist--two { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px 28px; }
.checklist--compact { gap: 10px; }

.visual {
  margin: 0;
  min-height: 230px;
  border-radius: 8px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid rgba(16,36,43,0.06);
  box-shadow: none;
}
.visual__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.cards {
  display: grid;
  gap: 18px;
  margin-top: 28px;
}
.cards--two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.card {
  padding: 22px 24px;
  border-radius: 10px;
  background: rgba(255,255,255,0.10);
  border: 1px solid rgba(255,255,255,0.06);
  color: var(--white);
}
.card--light {
  background: #ffffff;
  color: var(--text);
  border: 1px solid var(--line);
}
.card--dark {
  background: #1f5563;
}
.card__eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.8rem;
  color: var(--secondary);
  opacity: 1;
  margin-bottom: 8px;
}

.section-trust {
  background: #fff;
  padding: 82px 0;
}
.section-trust .split {
  grid-template-columns: 0.92fr 1.08fr;
  gap: 54px;
}
.section-trust .visual {
  min-height: 300px;
  border: none;
  border-radius: 10px;
  background: #f4f4f1;
}
.section-trust .checklist {
  margin-top: 28px;
  grid-template-columns: 1fr;
}

.section-panel {
  background: linear-gradient(180deg, #456c79 0%, #244f5d 100%);
}
.section-hosting {
  background: linear-gradient(180deg, #456c79 0%, #315f6d 100%);
  padding-bottom: 30px;
}
.section-compare {
  background: linear-gradient(180deg, #315f6d 0%, #244f5d 100%);
  padding-top: 30px;
}
.section-panel .container {
  width: min(980px, calc(100% - 40px));
}
.section-panel h2 {
  color: #fff;
  margin-bottom: 34px;
}
.section-panel .cards {
  gap: 22px;
  margin-top: 0;
}
.section-panel .card {
  min-height: 238px;
  padding: 44px 54px;
  border: none;
  border-radius: 10px;
  background: rgba(255,255,255,0.13);
}
.section-panel .card h3,
.section-panel .card__eyebrow {
  color: var(--accent);
}
.section-panel .checklist li {
  color: #fff;
}
.section-panel .callout {
  margin-top: 36px;
  padding: 48px 70px 34px;
  border: none;
  border-radius: 10px;
  background: #07343f;
}
.section-compare .card--light,
.section-compare .card--dark {
  color: #fff;
  background: rgba(255,255,255,0.13);
}
.section-compare .card--light .checklist li::before {
  content: "×";
}

.callout {
  margin-top: 24px;
  padding: 26px 22px;
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(17,56,69,0.98), rgba(11,42,52,0.98));
  color: var(--white);
  text-align: center;
  border: 1px solid rgba(255,255,255,0.06);
}
.callout p { margin-bottom: 18px; }

.grid {
  display: grid;
  gap: 12px;
  margin-top: 24px;
}
.grid--three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.pill {
  padding: 22px 16px;
  text-align: center;
  border-radius: 0;
  background: #fff;
  border: 1px solid #e2e5e7;
  font-weight: 700;
  color: #173c48;
}

.logo-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 26px;
}
.logo-slot {
  height: 74px;
  border-radius: 0;
  background: #f0f0f0;
  border: none;
}

.faq-list { display: grid; gap: 12px; margin-top: 24px; padding: 0; list-style: none; }
.faq-item {
  background: #fff;
  border: 1px solid rgba(16,36,43,0.10);
  border-radius: 10px;
  color: var(--text);
  overflow: hidden;
}
.faq-item summary {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 20px 54px 20px 22px;
  color: var(--secondary);
  cursor: pointer;
  font-weight: 700;
  line-height: 1.35;
  list-style: none;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+";
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--accent);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
}
.faq-item[open] summary::after { content: "-"; }
.faq-item p {
  padding: 0 22px 22px;
  color: var(--muted);
  line-height: 1.65;
}

.intro,
section h2 + p,
section h3 + p {
  color: var(--secondary);
}

.footer { padding: 28px 0 36px; }
.footer__inner {
  text-align: center;
  display: grid;
  gap: 8px;
  color: rgba(255,255,255,0.86);
}
.footer__logo { width: 32px; margin: 0 auto 8px; opacity: 0.95; }
.footer a { text-decoration: none; }

@media (max-width: 900px) {
  .split, .cards--two, .grid--three, .logo-row, .checklist--two { grid-template-columns: 1fr; }
  .hero { padding-top: 38px; }
  .section { padding: 56px 0; }
  .visual { min-height: 220px; }
  .section-trust .split { grid-template-columns: 1fr; gap: 30px; }
  .section-trust .visual { min-height: 240px; }
  .section-hosting { padding-bottom: 24px; }
  .section-compare { padding-top: 24px; }
  .section-panel .card { min-height: 0; padding: 30px; }
  .section-panel .callout { padding: 34px 28px 24px; }
}

@media (max-width: 640px) {
  .container, .narrow { width: min(100% - 28px, 100%); }
  .section { padding: 48px 0; }
  .section-compact { padding: 40px 0; }
  .logo { width: 132px; }
  .trustbar { flex-direction: column; align-items: stretch; }
  .trustbar li { text-align: center; }
  .button { width: 100%; }
  .card, .callout { padding: 20px; }
  .section-panel .container { width: min(100% - 28px, 100%); }
  .section-panel h2 { margin-bottom: 24px; }
  .section-panel .card { padding: 24px 22px; }
  .section-panel .callout { padding: 28px 22px 20px; }
}
