:root {
  color-scheme: light;
  font-family: Inter, Arial, Helvetica, sans-serif;
  color: #121827;
  background: #f8fbff;
  line-height: 1.55;
  --blue: #4b4ff0;
  --blue-dark: #3432cc;
  --cyan: #27b7ee;
  --green: #21a66a;
  --ink: #111827;
  --muted: #526071;
  --line: #dfe5f1;
  --panel: rgba(255, 255, 255, 0.94);
}
* { box-sizing: border-box; }
body {
  margin: 0;
  background: radial-gradient(circle at 12% 8%, rgba(82, 87, 241, 0.12), transparent 26%), radial-gradient(circle at 90% 18%, rgba(39, 183, 238, 0.12), transparent 30%), #f8fbff;
}
a { color: inherit; }
.topbar { position: sticky; top: 0; z-index: 10; border-bottom: 1px solid rgba(20, 28, 46, 0.08); background: rgba(255, 255, 255, 0.9); backdrop-filter: blur(18px); }
.nav { display: flex; align-items: center; justify-content: space-between; gap: 28px; max-width: 1320px; margin: 0 auto; padding: 18px 28px; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--ink); text-decoration: none; font-size: 1.42rem; font-weight: 900; }
.logo-mark { position: relative; width: 34px; height: 34px; }
.logo-mark::before { content: ""; position: absolute; inset: 2px 8px 8px 2px; border: 4px solid var(--cyan); border-right-color: var(--blue); border-radius: 50%; }
.logo-mark::after { content: ""; position: absolute; right: 1px; bottom: 3px; width: 14px; height: 4px; border-radius: 999px; background: var(--blue); transform: rotate(45deg); }
.nav-links, .nav-actions { display: flex; align-items: center; gap: 24px; }
.nav-links a { color: var(--ink); font-size: 0.96rem; font-weight: 650; text-decoration: none; }
.badge, .button { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 42px; border-radius: 7px; text-decoration: none; white-space: nowrap; }
.badge { border: 1px solid var(--line); padding: 9px 15px; background: #ffffff; color: var(--ink); font-weight: 800; font-size: 0.92rem; box-shadow: 0 8px 24px rgba(38, 48, 72, 0.06); }
.badge span { color: #f5a400; }
.button { border: 1px solid var(--blue); padding: 11px 18px; background: linear-gradient(135deg, #5b5cf2, #3e39d8); color: #ffffff; font-weight: 850; box-shadow: 0 14px 28px rgba(70, 72, 225, 0.24); }
.button.secondary { border-color: rgba(75, 79, 240, 0.14); background: #ffffff; color: var(--blue-dark); box-shadow: 0 8px 22px rgba(45, 58, 82, 0.06); }
.affiliate-cta { margin: 28px 0; border: 1px solid #bbf7d0; border-radius: 16px; padding: 22px; background: linear-gradient(135deg, #f0fdf4, #ffffff); color: #173f2d; }
.affiliate-cta strong { display: block; margin-bottom: 8px; color: #102a1f; font-size: 1.08rem; }
.affiliate-cta p { margin: 0 0 16px; max-width: 72ch; color: #315647; }
.affiliate-disclosure { margin-top: 14px; border-top: 1px solid #ccebdc; padding-top: 12px; font-size: .94rem; color: #315647; }
.page-hero { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.72fr); gap: 42px; align-items: stretch; max-width: 1320px; margin: 0 auto; padding: 72px 28px 36px; }
.eyebrow { display: inline-flex; margin: 0 0 18px; border-radius: 8px; padding: 7px 14px; background: #e9ebff; color: var(--blue-dark); font-size: 0.82rem; font-weight: 900; text-transform: uppercase; }
h1 { max-width: 760px; margin: 0; color: var(--ink); font-size: clamp(2.7rem, 5vw, 4.7rem); line-height: 1.05; letter-spacing: 0; }
h1 span, .accent { color: var(--blue); }
.hero-copy { max-width: 710px; margin: 22px 0 0; color: #344054; font-size: clamp(1.05rem, 1.7vw, 1.25rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 30px; }
.hero-badges { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
.hero-badge { display: inline-flex; align-items: center; gap: 8px; border: 1px solid #dce4f2; border-radius: 999px; padding: 8px 12px; background: rgba(255, 255, 255, 0.92); color: #344054; font-weight: 800; font-size: 0.92rem; }
.score-panel { border: 1px solid var(--line); border-radius: 14px; padding: 28px; background: var(--panel); box-shadow: 0 26px 80px rgba(65, 76, 108, 0.14); }
.score-panel h2 { margin: 0 0 18px; font-size: 1.2rem; }
.score-list { display: grid; gap: 14px; margin: 0; padding: 0; list-style: none; }
.score-list li { display: flex; align-items: center; justify-content: space-between; gap: 18px; border-bottom: 1px solid #edf1f8; padding-bottom: 12px; color: #344054; font-weight: 700; }
.score-list li:last-child { border-bottom: 0; padding-bottom: 0; }
.pill { display: inline-flex; align-items: center; border-radius: 999px; padding: 6px 10px; background: #eef0ff; color: var(--blue-dark); font-size: 0.78rem; font-weight: 900; text-transform: uppercase; }
.check { display: inline-grid; place-items: center; width: 18px; height: 18px; border-radius: 50%; background: var(--green); color: #ffffff; font-size: 0.76rem; font-weight: 900; }
.section { max-width: 1320px; margin: 0 auto; padding: 26px 28px; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin: 0 0 18px; }
.section-head h2 { position: relative; margin: 0; font-size: clamp(1.6rem, 3vw, 2.05rem); line-height: 1.15; }
.section-head h2::after { content: ""; display: block; width: 36px; height: 3px; margin-top: 10px; border-radius: 999px; background: var(--blue); }
.section-head p { max-width: 620px; margin: 0; color: var(--muted); }
.grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.grid.two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.card, .feature-card, .guide-card, .method-card { border: 1px solid var(--line); border-radius: 14px; background: var(--panel); box-shadow: 0 18px 50px rgba(45, 58, 82, 0.07); }
.card, .feature-card, .method-card { padding: 24px; }
.card h3, .feature-card h3, .method-card h3 { margin: 0 0 8px; font-size: 1.2rem; }
.card p, .feature-card p, .method-card p { margin: 0; color: var(--muted); }
.icon { display: grid; place-items: center; width: 48px; height: 48px; margin-bottom: 16px; border-radius: 12px; background: #edf4ff; color: var(--blue-dark); font-size: 1.1rem; font-weight: 900; }
.feature-card:nth-child(2n) .icon, .card:nth-child(2n) .icon { background: #eafaf2; color: #0f7f4d; }
.feature-card:nth-child(3n) .icon, .card:nth-child(3n) .icon { background: #fff0f5; color: #c93062; }
.tool-icon {
  position: relative;
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  margin-bottom: 16px;
  border-radius: 14px;
  background: #edf4ff;
}
.tool-icon.server::before,
.tool-icon.server::after {
  content: "";
  position: absolute;
  left: 13px;
  right: 13px;
  height: 10px;
  border-radius: 4px;
  background: #2f64a0;
  box-shadow: 0 15px 0 #204a79;
}
.tool-icon.server::after {
  width: 5px;
  height: 5px;
  left: auto;
  right: 18px;
  top: 16px;
  border-radius: 50%;
  background: #5df0a4;
  box-shadow: 0 15px 0 #5df0a4;
}
.tool-icon.compare::before {
  content: "";
  width: 28px;
  height: 18px;
  border-left: 4px solid var(--blue);
  border-right: 4px solid var(--blue);
  border-bottom: 4px solid var(--blue);
  border-radius: 0 0 8px 8px;
}
.tool-icon.compare::after {
  content: "";
  position: absolute;
  top: 14px;
  width: 30px;
  height: 4px;
  border-radius: 999px;
  background: var(--blue);
}
.tool-icon.wordpress {
  color: var(--blue-dark);
  font-size: 1.05rem;
  font-weight: 950;
}
.tool-icon.wordpress::before { content: "WP"; }
.tool-icon.cloud::before {
  content: "";
  width: 28px;
  height: 18px;
  border-radius: 16px 16px 10px 10px;
  background: var(--blue);
  box-shadow: -10px 7px 0 -3px var(--blue), 10px 7px 0 -3px var(--blue);
}
.tool-icon.checklist::before {
  content: "";
  width: 26px;
  height: 30px;
  border: 3px solid var(--green);
  border-radius: 7px;
}
.tool-icon.checklist::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 8px;
  border-left: 4px solid var(--green);
  border-bottom: 4px solid var(--green);
  transform: rotate(-45deg);
}
.guide-card { display: grid; grid-template-columns: 170px minmax(0, 1fr) 260px; gap: 28px; align-items: center; padding: 22px; }
.guide-art { min-height: 142px; border-radius: 12px; background: radial-gradient(circle at 76% 70%, #7ae6aa 0 18px, transparent 19px), radial-gradient(circle at 68% 78%, #1fb977 0 24px, transparent 25px), linear-gradient(145deg, #dfe8ff, #f7f9ff); display: grid; place-items: center; }
.server-stack { position: relative; width: 88px; height: 92px; }
.server-stack i { position: absolute; left: 0; width: 88px; height: 26px; border-radius: 7px; background: linear-gradient(135deg, #2d6296, #183e69); box-shadow: 0 8px 18px rgba(24, 62, 105, 0.18); }
.server-stack i:nth-child(1) { top: 0; }
.server-stack i:nth-child(2) { top: 32px; }
.server-stack i:nth-child(3) { top: 64px; }
.server-stack i::after { content: ""; position: absolute; right: 12px; top: 10px; width: 8px; height: 8px; border-radius: 50%; background: #5df0a4; }
.guide-card h3 { margin: 0 0 8px; font-size: clamp(1.25rem, 2.4vw, 1.65rem); }
.guide-card p { margin: 0; color: var(--muted); }
.guide-tags { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 18px; color: #405066; font-size: 0.94rem; }
.guide-tags span { display: inline-flex; align-items: center; gap: 7px; }
.guide-side { display: grid; gap: 12px; border-left: 1px solid var(--line); padding-left: 22px; }
.meta-line { color: #344054; font-weight: 650; }
.trust-band { border: 1px solid #ccebdc; border-radius: 12px; padding: 22px; background: #f3fff8; color: #173f2d; }
.trust-band strong { display: block; margin-bottom: 6px; font-size: 1.06rem; }
.timeline { display: grid; gap: 14px; }
.timeline article { display: grid; grid-template-columns: 42px 1fr; gap: 14px; align-items: start; border: 1px solid var(--line); border-radius: 12px; padding: 18px; background: var(--panel); }
.step-number { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 11px; background: #eef0ff; color: var(--blue-dark); font-weight: 900; }
.timeline h3 { margin: 0 0 4px; }
.timeline p { margin: 0; color: var(--muted); }
.footer { max-width: 1320px; margin: 36px auto 0; padding: 26px 28px 42px; color: var(--muted); }
@media (max-width: 1080px) {
  .nav { align-items: flex-start; flex-direction: column; }
  .nav-actions { width: 100%; justify-content: space-between; }
  .page-hero, .grid, .grid.two, .guide-card { grid-template-columns: 1fr 1fr; }
  .page-hero { padding-top: 54px; }
  .guide-side { grid-column: 1 / -1; border-left: 0; border-top: 1px solid var(--line); padding: 18px 0 0; }
}
@media (max-width: 720px) {
  .nav, .page-hero, .section, .footer { padding-left: 18px; padding-right: 18px; }
  .nav-links { display: grid; grid-template-columns: 1fr 1fr; width: 100%; gap: 12px 18px; }
  .nav-actions { align-items: stretch; flex-direction: column; }
  .page-hero, .grid, .grid.two, .guide-card { grid-template-columns: 1fr; }
  .section-head { align-items: start; flex-direction: column; }
  .button, .guide-side .button { width: 100%; }
}
