:root {
  --ink: #152033;
  --muted: #657084;
  --line: #dce3ef;
  --soft: #f4f7fb;
  --brand: #2457ff;
  --brand-dark: #1437b8;
  --green: #14a06f;
  --orange: #ff8a1f;
  --paper: #ffffff;
  --max: 1180px;
  --shadow: 0 18px 45px rgba(21,32,51,.08);
  --sans: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #fff; font-family: var(--sans); line-height: 1.6; }
a { color: inherit; text-decoration: none; }
img, svg { max-width: 100%; }
.wrap { max-width: var(--max); margin: 0 auto; padding: 0 22px; }
.topbar { position: sticky; top: 0; z-index: 20; background: rgba(255,255,255,.96); border-bottom: 1px solid var(--line); backdrop-filter: blur(10px); }
.topbar-inner { min-height: 72px; display: grid; grid-template-columns: auto minmax(0, 1fr) auto; align-items: center; gap: 18px; }
.header-actions { display: flex; align-items: center; gap: 12px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 1.28rem; font-weight: 900; letter-spacing: -.04em; white-space: nowrap; }
.brand-mark { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 10px; background: linear-gradient(135deg, var(--brand), #63b3ff); color: #fff; box-shadow: 0 8px 20px rgba(36,87,255,.25); }
.brand-mark-hch { position: relative; grid-template-columns: repeat(3, 1fr); gap: 0; width: 48px; height: 40px; padding: 6px; border-radius: 14px; background: linear-gradient(135deg, #2457ff 0%, #14a06f 55%, #ff8a1f 100%); box-shadow: 0 10px 24px rgba(36,87,255,.28); overflow: hidden; }
.brand-mark-hch::before { content: ''; position: absolute; inset: 5px; border: 1px solid rgba(255,255,255,.28); border-radius: 10px; }
.brand-mark-hch span { position: relative; display: grid; place-items: center; width: 100%; height: 100%; color: #fff; font-size: .74rem; font-weight: 950; letter-spacing: -.06em; }
.brand-mark-hch span:nth-child(2) { color: #eafffb; transform: translateY(-2px); }
.nav { display: flex; align-items: center; justify-content: center; gap: 4px; color: #2b3448; font-size: .88rem; font-weight: 850; }
.nav a { display: inline-flex; align-items: center; gap: 7px; min-height: 40px; padding: 0 10px; border-radius: 999px; white-space: nowrap; }
.nav a::before { content: attr(data-icon); display: none; }
.nav a:hover { background: #eef4ff; color: var(--brand); }
.search-toggle { display: inline-grid; place-items: center; width: 40px; height: 40px; border: 1px solid var(--line); border-radius: 999px; background: #fff; color: var(--ink); cursor: pointer; }
.search-toggle:hover { border-color: var(--brand); color: var(--brand); background: #eef4ff; }
.search-toggle svg { width: 20px; height: 20px; fill: currentColor; }
.search-panel { display: none; border-top: 1px solid var(--line); background: rgba(248,251,255,.98); }
.search-panel.is-open { display: block; }
.search-inner { display: flex; gap: 12px; padding-top: 14px; padding-bottom: 14px; }
.search-inner input { width: 100%; min-height: 46px; padding: 0 16px; border: 1px solid var(--line); border-radius: 12px; background: #fff; color: var(--ink); font: inherit; }
.nav-toggle { display: none; width: 42px; height: 42px; padding: 0; border: 1px solid var(--line); border-radius: 10px; background: #fff; font-weight: 800; }
.nav-toggle span { display: block; width: 18px; height: 2px; margin: 4px auto; border-radius: 2px; background: var(--ink); }
.language-select { min-height: 40px; padding: 0 34px 0 12px; border: 1px solid var(--line); border-radius: 999px; background: #fff; color: var(--ink); font: inherit; font-size: .86rem; font-weight: 900; cursor: pointer; }
.lang-switch { display: flex; align-items: center; gap: 8px; }
.lang-switch a { padding: 6px 9px; border: 1px solid var(--line); border-radius: 999px; color: var(--muted); font-size: .78rem; font-weight: 800; }
.lang-switch a.active { background: var(--ink); color: #fff; border-color: var(--ink); }
.hero { position: relative; overflow: hidden; padding: 66px 0 42px; background: radial-gradient(circle at 10% 8%, #dce8ff 0, transparent 30%), radial-gradient(circle at 88% 16%, #dcfff4 0, transparent 28%), linear-gradient(180deg, #f8fbff 0%, #fff 90%); border-bottom: 1px solid var(--line); }
.hero-premium { padding: 0; background: #061b3a; }
.hero-premium .wrap { position: relative; max-width: none; min-height: 245px; overflow: hidden; padding: 34px max(22px, calc((100vw - 1180px) / 2)) 24px; border-radius: 0; background: linear-gradient(100deg, rgba(6,20,55,.98) 0%, rgba(21,40,122,.93) 38%, rgba(13,148,136,.76) 70%, rgba(249,115,22,.66) 100%), url('https://images.unsplash.com/photo-1558494949-ef010cbdcc31?auto=format&fit=crop&w=1800&q=85') center/cover; box-shadow: none; }
.hero-premium .wrap::before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 76% 8%, rgba(251,191,36,.38), transparent 22%), radial-gradient(circle at 58% 88%, rgba(20,184,166,.28), transparent 26%), repeating-radial-gradient(ellipse at 80% 68%, rgba(147,197,253,.2) 0 1px, transparent 2px 14px); opacity: .96; pointer-events: none; }
.hero-premium::before { display: none; }
.hero::before { content: ''; position: absolute; inset: 22px auto auto 52%; width: 380px; height: 380px; border-radius: 50%; background: linear-gradient(135deg, rgba(36,87,255,.12), rgba(20,160,111,.12)); filter: blur(2px); pointer-events: none; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 560px) 390px; gap: 96px; align-items: center; justify-content: center; }
.hero-grid > div:first-child { max-width: 560px; padding-left: 0; }
.hero-premium h1 { max-width: 560px; color: #fff; font-size: clamp(2.15rem, 3.25vw, 3.15rem); line-height: .98; letter-spacing: -.045em; text-shadow: 0 14px 34px rgba(0,0,0,.24); }
.hero-premium h1::after { content: ''; display: block; width: 96px; height: 5px; margin-top: 12px; border-radius: 999px; background: linear-gradient(90deg, #38bdf8, #22c55e, #f97316); }
.hero-premium > .wrap > div:first-child > p:not(.kicker) { max-width: 540px; color: #e0f2fe; font-size: 1rem; line-height: 1.52; }
.kicker { margin: 0 0 12px; color: var(--brand); font-size: .78rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
h1 { margin: 0; font-size: clamp(2.35rem, 6vw, 4.9rem); line-height: .98; letter-spacing: -.07em; }
.hero p { max-width: 710px; color: #344052; font-size: 1.16rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
.hero-premium .kicker { color: #9fd8ff; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 18px; border-radius: 12px; background: var(--brand); color: #fff; font-weight: 900; box-shadow: 0 10px 24px rgba(36,87,255,.22); }
.btn.secondary { background: #fff; color: var(--ink); border: 1px solid var(--line); box-shadow: none; }
.hero-premium .btn.secondary { background: rgba(255,255,255,.96); color: #14213d; border-color: rgba(255,255,255,.42); }
.hero-panel { padding: 22px; border: 1px solid var(--line); border-radius: 22px; background: #fff; box-shadow: var(--shadow); }
.trust-row { display: none; }
.trust-row::before { display: none; }
.trust-row span { padding: 0; border: 0; border-radius: 0; background: transparent; color: #fff; font-size: .78rem; font-weight: 900; backdrop-filter: none; }
.hero-highlights { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 16px; }
.hero-highlights span { padding: 7px 11px; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; background: linear-gradient(135deg, rgba(56,189,248,.22), rgba(34,197,94,.16)); color: #fff; font-size: .76rem; font-weight: 900; backdrop-filter: blur(8px); }
.hero-illustration { position: relative; min-height: 190px; display: grid; place-items: center; }
.hero-illustration svg { position: relative; z-index: 2; width: min(390px, 100%); height: auto; filter: drop-shadow(0 24px 36px rgba(0,0,0,.28)); }
.mascot-orbit { position: absolute; inset: 6px 0 auto auto; width: 310px; height: 185px; border-radius: 999px; background: radial-gradient(circle at 72% 20%, rgba(251,191,36,.34), transparent 26%), radial-gradient(circle at 34% 78%, rgba(34,197,94,.24), transparent 28%); opacity: .9; }
.mascot-orbit span { position: absolute; display: block; border-radius: 999px; background: rgba(255,255,255,.42); }
.mascot-orbit span:nth-child(1) { width: 170px; height: 2px; right: 22px; top: 58px; transform: rotate(-14deg); }
.mascot-orbit span:nth-child(2) { width: 132px; height: 2px; right: 76px; top: 104px; transform: rotate(11deg); background: rgba(56,189,248,.55); }
.mascot-orbit span:nth-child(3) { width: 92px; height: 2px; right: 42px; top: 142px; transform: rotate(-8deg); background: rgba(249,115,22,.58); }
.banner-pills { position: absolute; left: 20px; bottom: 0; z-index: 3; display: flex; gap: 8px; }
.banner-pills span { padding: 6px 10px; border-radius: 999px; background: rgba(255,255,255,.16); color: #fff; font-size: .72rem; font-weight: 900; backdrop-filter: blur(8px); }
.server-stack { transform-origin: 110px 130px; }
.dashboard-card { transform-origin: 260px 80px; }
.mascot { transform-origin: 338px 150px; }
.hero-review-card { min-height: 0; padding: 18px; border: 1px solid rgba(255,255,255,.28); border-radius: 22px; background: rgba(255,255,255,.96); box-shadow: 0 26px 70px rgba(0,0,0,.22); backdrop-filter: blur(10px); }
.review-card-top { display: grid; grid-template-columns: 58px 1fr auto; gap: 12px; align-items: center; margin-bottom: 12px; }
.review-card-top img, .hero-logo-mark { width: 58px; height: 58px; object-fit: contain; padding: 0; border: 1px solid var(--line); border-radius: 16px; background: #fff; }
.hero-logo-mark { display: grid; place-items: center; background: linear-gradient(135deg, #673de6, #8c73ff); color: #fff; font-size: 1.75rem; font-weight: 950; letter-spacing: -.08em; box-shadow: 0 12px 26px rgba(103,61,230,.28); }
.review-card-top b, .review-card-top span { display: block; }
.review-card-top b { font-size: .9rem; }
.review-card-top span { color: var(--muted); font-size: .82rem; }
.review-card-top strong { display: grid; place-items: center; width: 46px; height: 40px; border-radius: 12px; background: #edf4ff; color: var(--brand); font-size: 1.15rem; }
.hero-review-card p { max-width: none; margin-bottom: 12px; font-size: .82rem; line-height: 1.55; }
.mini-bars { display: grid; gap: 10px; margin: 12px 0 16px; }
.mini-bars span { position: relative; display: block; padding-top: 9px; color: #344052; font-size: .78rem; font-weight: 900; }
.mini-bars span::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 5px; border-radius: 999px; background: #e7edf8; }
.mini-bars b { position: absolute; top: 0; left: 0; height: 5px; border-radius: 999px; background: linear-gradient(90deg, var(--brand), var(--green)); }
.hero-review-card .btn { min-height: 40px; padding: 0 16px; border-radius: 12px; font-size: .82rem; }
.panel-row { display: grid; grid-template-columns: 44px 1fr auto; gap: 12px; align-items: center; padding: 13px 0; border-bottom: 1px solid var(--line); }
.panel-row:last-child { border-bottom: 0; }
.rank { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 12px; background: var(--soft); font-weight: 900; }
.score { color: var(--green); font-weight: 900; }
.section { padding: 54px 0; border-bottom: 1px solid var(--line); }
.section-head { display: flex; justify-content: space-between; align-items: end; gap: 24px; margin-bottom: 24px; }
h2 { margin: 0; font-size: clamp(1.75rem, 3vw, 2.65rem); line-height: 1.05; letter-spacing: -.045em; }
.section-head p { max-width: 560px; margin: 0; color: var(--muted); }
.category-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.category-card { position: relative; min-height: 176px; padding: 24px; border: 1px solid rgba(220,227,239,.9); border-radius: 24px; background: linear-gradient(180deg, #fff 0%, #f8fbff 100%); box-shadow: 0 14px 34px rgba(21,32,51,.07); overflow: hidden; transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; }
.category-card::before { content: attr(data-icon); display: inline-grid; place-items: center; width: 62px; height: 62px; margin-bottom: 18px; border-radius: 20px; background: linear-gradient(135deg, #dff7ff, #e9fff5 48%, #fff2df); color: var(--brand); font-size: 1.78rem; box-shadow: 0 14px 30px rgba(36,87,255,.13); }
.category-card::after { content: ''; position: absolute; right: -38px; top: -38px; width: 118px; height: 118px; border-radius: 50%; background: radial-gradient(circle, rgba(36,87,255,.16), rgba(20,160,111,.08) 62%, transparent 64%); }
.category-card:hover { transform: translateY(-5px); border-color: rgba(36,87,255,.38); box-shadow: 0 24px 48px rgba(21,32,51,.12); }
.category-card:hover::before { background: linear-gradient(135deg, #2457ff, #14a06f 54%, #ff8a1f); color: #fff; }
.category-card strong { display: block; margin-bottom: 9px; font-size: 1.12rem; letter-spacing: -.025em; }
.category-card span { color: var(--muted); font-size: .95rem; }
.providers { display: grid; gap: 18px; }
.provider-card { position: relative; display: grid; grid-template-columns: 90px minmax(0, 1fr) 230px; gap: 20px; align-items: start; padding: 22px; border: 1px solid var(--line); border-radius: 22px; background: #fff; box-shadow: var(--shadow); overflow: hidden; transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; }
.provider-card::before { content: ''; position: absolute; inset: 0 auto 0 0; width: 5px; background: var(--provider-color, var(--brand)); }
.provider-card:hover { transform: translateY(-2px); border-color: color-mix(in srgb, var(--provider-color, var(--brand)) 35%, var(--line)); box-shadow: 0 24px 52px rgba(21,32,51,.12); }
.logo-box { display: grid; place-items: center; width: 74px; height: 74px; border-radius: 18px; background: #fff; color: #fff; font-weight: 950; font-size: 1.02rem; letter-spacing: -.04em; box-shadow: 0 12px 28px color-mix(in srgb, var(--provider-color, #2457ff) 24%, transparent); border: 1px solid rgba(220,227,239,.9); overflow: hidden; }
.logo-box img { max-width: 82%; max-height: 52px; object-fit: contain; }
.logo-box span { display: none; }
.logo-box.logo-fallback { background: linear-gradient(135deg, var(--provider-color, #17203a), color-mix(in srgb, var(--provider-color, #2457ff) 58%, #ffffff)); border: 0; }
.logo-box.logo-fallback span { display: block; color: #fff; }
.logo-box svg { width: 34px; height: 34px; fill: currentColor; }
.logo-box.logo-fallback span { font-size: .82rem; line-height: 1; }
.logo-box.brand-text { font-size: .78rem; text-align: center; line-height: 1.05; }
.logo-box.brand-hostinger { --provider-color: #673de6; background: linear-gradient(135deg, #673de6, #8c73ff); }
.logo-box.brand-kamatera { --provider-color: #0d8abc; background: linear-gradient(135deg, #0d8abc, #31c7ff); }
.logo-box.brand-cloudways { --provider-color: #2c6bed; background: linear-gradient(135deg, #2c6bed, #67d8ff); }
.logo-box.brand-ionos { --provider-color: #003d8f; background: linear-gradient(135deg, #003d8f, #1194ff); }
.logo-box.brand-bluehost { --provider-color: #196bff; background: linear-gradient(135deg, #196bff, #65a1ff); }
.logo-box.brand-siteground { --provider-color: #79b93c; background: linear-gradient(135deg, #79b93c, #b6dc63); }
.logo-box.brand-digitalocean { --provider-color: #0069ff; background: linear-gradient(135deg, #0069ff, #75b6ff); }
.logo-box.brand-hetzner { --provider-color: #d50c2d; background: linear-gradient(135deg, #d50c2d, #ff6d7e); }
.logo-box.brand-vultr { --provider-color: #007bfc; background: linear-gradient(135deg, #007bfc, #69bbff); }
.logo-box.brand-a2 { --provider-color: #1f9d55; background: linear-gradient(135deg, #1f9d55, #7ad66f); }
.logo-box.brand-dreamhost { --provider-color: #132b58; background: linear-gradient(135deg, #132b58, #3d75ff); }
.logo-box.brand-namecheap { --provider-color: #f36f21; background: linear-gradient(135deg, #f36f21, #ffad5f); }
.logo-box.brand-godaddy { --provider-color: #00a4a6; background: linear-gradient(135deg, #00a4a6, #5de0d8); }
.logo-box.brand-liquidweb { --provider-color: #111827; background: linear-gradient(135deg, #111827, #59657a); }
.logo-box.brand-kinsta { --provider-color: #5333ed; background: linear-gradient(135deg, #5333ed, #8d7bff); }
.logo-box.brand-wpengine { --provider-color: #0ec15b; background: linear-gradient(135deg, #0ec15b, #74e39e); }
.badge { display: inline-flex; margin-bottom: 8px; padding: 4px 9px; border-radius: 999px; background: #eaf1ff; color: var(--brand); font-size: .76rem; font-weight: 900; }
.provider-card h3 { margin: 0 0 8px; font-size: 1.42rem; letter-spacing: -.025em; }
.provider-card h3::before { content: attr(data-icon); margin-right: 8px; }
.provider-card p { margin: 0 0 12px; color: var(--muted); }
.metrics { display: flex; flex-wrap: wrap; gap: 8px; }
.metrics span { padding: 6px 9px; border: 1px solid var(--line); border-radius: 999px; color: #394357; font-size: .82rem; font-weight: 800; }
.filter-bar { display: flex; flex-wrap: wrap; gap: 10px; margin: 0 0 20px; }
.filter-bar button { min-height: 42px; padding: 0 14px; border: 1px solid var(--line); border-radius: 999px; background: #fff; color: var(--ink); font: inherit; font-weight: 900; cursor: pointer; }
.filter-bar button.active, .filter-bar button:hover { border-color: var(--brand); background: #eaf1ff; color: var(--brand); }
.rating-bars { display: grid; gap: 7px; margin: 10px 0 0; }
.rating-bars span { display: flex; justify-content: space-between; gap: 10px; color: var(--muted); font-size: .86rem; }
.provider-card[hidden] { display: none; }
.provider-rank-card.is-extra:not(.is-visible) { display: none; }
.providers-section { background: #f8fafc; }
.ranking-list { gap: 22px; }
.provider-rank-card { grid-template-columns: 190px minmax(0, 1fr) 150px 170px; align-items: center; padding: 0; border-radius: 16px; border: 1px solid #edf1f7; background: #fff; box-shadow: 0 8px 24px rgba(21,32,51,.07); }
.provider-rank-card::before { display: none; }
.provider-rank-card:hover { transform: translateY(-2px); border-color: #dbe6f5; box-shadow: 0 18px 38px rgba(21,32,51,.1); }
.provider-award { min-height: 168px; display: grid; align-content: center; justify-items: start; gap: 18px; padding: 22px; }
.award-badge { position: absolute; left: -1px; top: 18px; display: inline-flex; align-items: center; gap: 8px; min-width: 142px; padding: 8px 14px; background: #ff8a00; color: #fff; font-size: .86rem; font-weight: 900; }
.award-badge b, .rank-pill { display: inline-grid; place-items: center; width: 24px; height: 24px; border-radius: 999px; background: #fff; color: #ff8a00; font-weight: 950; }
.rank-pill { position: absolute; left: 18px; top: 18px; background: #f1f5f9; color: #697589; }
.provider-main { padding: 26px 6px 18px; }
.deal-link { display: inline-block; margin-bottom: 10px; color: #1684ff; font-weight: 900; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.feature-list { display: grid; gap: 8px; margin: 0 0 16px; padding: 0; list-style: none; color: #1f2a3d; font-size: .94rem; }
.feature-list li::before { content: '✓'; margin-right: 10px; color: #1684ff; font-weight: 950; }
.plan-drawer { margin: 12px 0 14px; padding: 14px 16px; border: 1px solid #e6edf7; border-radius: 14px; background: #f8fbff; }
.plan-drawer strong { display: block; margin-bottom: 8px; }
.plan-drawer ul { display: grid; gap: 6px; margin: 0; padding-left: 18px; color: var(--muted); font-size: .9rem; }
.show-plans { display: inline-flex; align-items: center; gap: 7px; min-height: 34px; padding: 0; border: 0; background: transparent; color: #36445a; font: inherit; font-size: .84rem; font-weight: 900; cursor: pointer; }
.show-plans::after { content: '⌄'; font-size: .95rem; }
.show-plans.is-open::after { content: '⌃'; }
.provider-score { display: grid; justify-items: center; gap: 2px; color: #68758a; font-size: .8rem; text-align: center; }
.provider-score .stars { color: #ffb21c; letter-spacing: 1px; font-size: .82rem; }
.provider-score strong { display: inline-grid; place-items: center; min-width: 58px; min-height: 42px; border-radius: 10px; background: #edf4ff; color: #657186; font-size: 1.45rem; }
.provider-score a { color: #1684ff; font-weight: 900; }
.provider-score small { color: #7e8da3; }
.provider-action { display: grid; justify-items: center; gap: 10px; padding: 24px 22px 24px 0; }
.provider-action .price { font-size: 1.68rem; color: #0f172a; }
.provider-action .btn { width: 140px; min-height: 42px; border-radius: 999px; box-shadow: none; }
.coupon-link { color: #6a7487; font-size: .9rem; font-weight: 900; }
.coupon-link b { display: inline-grid; place-items: center; min-width: 25px; height: 22px; padding: 0 7px; margin-left: 4px; border-radius: 999px; background: #22a32a; color: #fff; font-size: .78rem; }
.show-more-wrap { display: flex; justify-content: center; margin-top: 22px; }
.show-more-providers { min-height: 44px; padding: 0 22px; border: 1px solid var(--line); border-radius: 999px; background: #fff; color: var(--ink); font: inherit; font-weight: 950; cursor: pointer; box-shadow: 0 8px 20px rgba(21,32,51,.06); }
.price-box .btn { width: 100%; margin-top: 12px; box-shadow: none; }
.price-box a:not(.btn) { display: inline-block; margin-top: 9px; color: var(--brand); font-weight: 900; font-size: .9rem; }
.price-box { padding: 16px; border-radius: 18px; background: var(--soft); }
.price { display: block; font-size: 1.65rem; font-weight: 950; letter-spacing: -.04em; }
.price small { color: var(--muted); font-size: .82rem; font-weight: 800; }
.table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: 18px; -webkit-overflow-scrolling: touch; }
table { width: 100%; border-collapse: collapse; background: #fff; min-width: 760px; }
th, td { padding: 14px 16px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
th { background: var(--soft); font-size: .84rem; text-transform: uppercase; letter-spacing: .06em; }
.article-hero { padding: 54px 0 42px; }
.article-hero .wrap { max-width: 900px; }
.article-content { max-width: 860px; }
.article-content h2 { margin-top: 8px; margin-bottom: 14px; }
.article-content p { margin: 0 0 18px; color: #344052; font-size: 1.06rem; line-height: 1.78; }
.article-content p:last-child { margin-bottom: 0; }
.article-content a { color: var(--brand); font-weight: 850; }
.article-layout { display: grid; grid-template-columns: 220px minmax(0, 1fr); gap: 28px; align-items: start; }
.author-card { display: grid; grid-template-columns: 62px minmax(0, 1fr); gap: 14px; align-items: center; margin: 18px 0; padding: 16px; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: 0 10px 26px rgba(21,32,51,.06); }
.author-card img { width: 62px; height: 62px; border-radius: 50%; background: #eaf1ff; }
.author-card strong { display: block; }
.author-card span { display: block; color: var(--brand); font-size: .9rem; font-weight: 850; }
.author-card p { margin: 6px 0 0; color: var(--muted); font-size: .92rem; line-height: 1.5; }
.affiliate-cta { background: linear-gradient(135deg, #101827, #1f3b8f); color: #fff; }
.affiliate-cta .wrap { display: flex; justify-content: space-between; align-items: center; gap: 24px; }
.affiliate-cta h2 { color: #fff; }
.affiliate-cta p { max-width: 680px; color: #dbe5ff; }
.affiliate-cta .btn { background: #fff; color: var(--brand); box-shadow: none; }
.toc-card { position: sticky; top: 92px; display: grid; gap: 10px; padding: 18px; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: 0 10px 26px rgba(21,32,51,.06); }
.toc-card strong { margin-bottom: 4px; }
.toc-card a { color: var(--brand); font-weight: 850; font-size: .92rem; }
.visual-card { margin: 0; border-radius: 24px; overflow: hidden; box-shadow: var(--shadow); }
.visual-card svg { display: block; width: 100%; height: auto; }
.editor-note { margin-top: 18px; padding: 18px 20px; border: 1px solid #dbe7ff; border-radius: 18px; background: #f3f7ff; color: #33405a; }
.score-grid, .insight-grid, .feature-grid, .contact-grid { display: grid; gap: 18px; }
.score-grid { grid-template-columns: repeat(5, 1fr); }
.score-grid div, .insight-grid div, .contact-grid div { padding: 20px; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: 0 8px 22px rgba(21,32,51,.05); }
.score-grid b, .insight-grid b, .contact-grid b { display: block; margin-bottom: 6px; }
.score-grid span { display: inline-grid; place-items: center; min-width: 48px; height: 32px; margin-bottom: 10px; border-radius: 999px; background: #eaf1ff; color: var(--brand); font-weight: 950; }
.score-grid p, .insight-grid p, .contact-grid p { margin: 0; color: var(--muted); font-size: .94rem; }
.insight-grid { grid-template-columns: repeat(2, 1fr); margin-top: 22px; }
.feature-grid { grid-template-columns: repeat(4, 1fr); }
.feature-card { padding: 22px; border: 1px solid var(--line); border-radius: 22px; background: #fff; box-shadow: var(--shadow); overflow: hidden; }
.feature-img { display: block; width: calc(100% + 44px); max-width: none; height: 150px; margin: -22px -22px 18px; object-fit: cover; }
.feature-card h3 { margin: 14px 0 8px; line-height: 1.15; }
.feature-card p { color: var(--muted); }
.feature-card a { color: var(--brand); font-weight: 900; }
.mini-visual { display: grid; place-items: center; height: 112px; border-radius: 18px; color: #fff; font-weight: 950; letter-spacing: -.03em; }
.mini-visual.vps { background: linear-gradient(135deg, #2457ff, #14a06f); }
.mini-visual.dedicated { background: linear-gradient(135deg, #17203a, #ff8a1f); }
.mini-visual.hostinger { background: linear-gradient(135deg, #673de6, #8c73ff); }
.mini-visual.kamatera { background: linear-gradient(135deg, #0d8abc, #31c7ff); }
.faq-grid { display: grid; gap: 12px; }
.faq-grid details { padding: 18px 20px; border: 1px solid var(--line); border-radius: 16px; background: #fff; }
.faq-grid summary { cursor: pointer; font-weight: 900; }
.faq-grid p { color: var(--muted); }
.legal-content h2 { margin-top: 26px; }
.lab-section { background: #101827; color: #fff; }
.lab-section .section-head p, .lab-section p { color: #cbd7ea; }
.lab-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.lab-grid article { overflow: hidden; border: 1px solid rgba(220,227,239,.16); border-radius: 22px; background: rgba(255,255,255,.06); box-shadow: 0 20px 45px rgba(0,0,0,.16); }
.lab-grid img { width: 100%; height: 190px; object-fit: cover; }
.lab-grid h3 { margin: 18px 18px 8px; }
.lab-grid p { margin: 0 18px 20px; }
.review-snapshot { background: linear-gradient(180deg, #fff, #f8fbff); }
.review-snapshot.purple { background: linear-gradient(135deg, #fbf9ff, #f1ebff); }
.review-snapshot.blue { background: linear-gradient(135deg, #f5fcff, #eaf8ff); }
.review-snapshot.green { background: linear-gradient(135deg, #f7fffb, #eaf8ff); }
.review-snapshot.orange { background: linear-gradient(135deg, #fffaf4, #fff1e2); }
.snapshot-grid { display: grid; grid-template-columns: minmax(0, 1fr) 420px; gap: 26px; align-items: center; }
.snapshot-brand { display: flex; align-items: center; gap: 16px; margin-bottom: 16px; }
.snapshot-brand img { width: 72px; height: 72px; object-fit: contain; padding: 12px; border: 1px solid var(--line); border-radius: 18px; background: #fff; }
.snapshot-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 20px; }
.article-photo-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.snapshot-grid .article-photo-grid { grid-template-columns: 1fr; }
.article-photo-grid figure { margin: 0; overflow: hidden; border-radius: 22px; background: #fff; box-shadow: var(--shadow); }
.article-photo-grid img { width: 100%; height: 230px; object-fit: cover; }
.article-photo-grid figcaption { padding: 10px 14px; color: var(--muted); font-size: .86rem; }
.pros-cons { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.pros-cons div { padding: 24px; border: 1px solid var(--line); border-radius: 22px; background: #fff; box-shadow: var(--shadow); }
.pros-cons ul { display: grid; gap: 10px; margin: 0; padding-left: 20px; }
.rating-table strong { color: var(--brand); }
.tools-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.coupon-section { background: linear-gradient(180deg, #fff 0%, #f8fbff 100%); }
.coupon-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.coupon-card { position: relative; display: flex; justify-content: space-between; gap: 18px; align-items: center; padding: 22px; border: 1px solid var(--line); border-radius: 22px; background: #fff; box-shadow: var(--shadow); overflow: hidden; }
.coupon-card::before { content: attr(data-icon); display: grid; place-items: center; flex: 0 0 42px; width: 42px; height: 42px; border-radius: 14px; background: #fff4e8; color: var(--orange); font-size: 1.3rem; }
.coupon-card h3 { margin: 0 0 8px; font-size: 1.28rem; }
.coupon-card p { margin: 0 0 12px; color: var(--muted); }
.coupon-card .btn { flex: 0 0 auto; box-shadow: none; }
.tool-card { padding: 22px; border: 1px solid var(--line); border-radius: 20px; background: linear-gradient(180deg, #fff, #f8fbff); }
.tool-card h3 { margin: 0 0 8px; }
.method { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.method-box { padding: 26px; border-radius: 22px; background: #17203a; color: #fff; }
.method-box p { color: #dbe5ff; }
.footer { padding: 42px 0; background: #101827; color: #dfe7f5; }
.footer-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr 1fr; gap: 30px; }
.footer a { display: block; margin: 8px 0; color: #cbd7ea; }
.footer p { color: #aab8cf; }
.footer-legal { margin-top: 28px; padding-top: 18px; border-top: 1px solid rgba(220,227,239,.18); color: #93a4bd; font-size: .86rem; }
.footer-legal p { margin: 0; color: #93a4bd; }
@media (max-width: 900px) {
  .topbar-inner { grid-template-columns: auto auto auto; min-height: 64px; }
  .brand span:last-child { max-width: 150px; overflow: hidden; text-overflow: ellipsis; }
  .nav { display: none; position: absolute; left: 12px; right: 12px; top: 64px; grid-template-columns: repeat(4, 1fr); gap: 10px; padding: 14px; background: #fff; border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--shadow); }
  .nav.is-open { display: grid; }
  .nav a { display: grid; justify-items: center; gap: 5px; min-height: 62px; padding: 10px 6px; border: 1px solid var(--line); border-radius: 14px; background: #f8fbff; font-size: .72rem; text-align: center; }
  .nav a::before { display: block; font-size: 1.1rem; line-height: 1; }
  .nav .search-toggle { width: 100%; height: 62px; border-radius: 14px; background: #f8fbff; }
  .nav-toggle { display: block; order: 3; }
  .header-actions { margin-left: auto; }
  .language-select { max-width: 92px; padding-left: 10px; }
  .hero-grid, .provider-card, .method, .footer-grid, .article-layout, .snapshot-grid { grid-template-columns: 1fr; }
  .hero-grid > div:first-child, .hero-premium h1, .hero-premium > .wrap > div:first-child > p:not(.kicker) { max-width: none; }
  .hero-grid > div:first-child { padding-left: 0; }
  .toc-card { position: static; }
  .score-grid { grid-template-columns: repeat(2, 1fr); }
  .feature-grid, .lab-grid { grid-template-columns: repeat(2, 1fr); }
  .provider-rank-card { grid-template-columns: 150px minmax(0, 1fr) 130px 150px; }
  .provider-award { padding: 22px 16px; }
  .provider-action { padding-right: 16px; }
  .category-grid, .tools-grid, .coupon-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
  .wrap { padding: 0 16px; }
  .topbar-inner { gap: 10px; }
  .brand { font-size: 1.02rem; }
  .brand-mark { width: 34px; height: 34px; border-radius: 9px; }
  .brand span:last-child { max-width: 118px; }
  .nav { grid-template-columns: repeat(3, 1fr); left: 10px; right: 10px; padding: 10px; }
  .search-inner { display: grid; }
  .search-inner .btn { width: 100%; }
  .hero { padding: 42px 0 30px; }
  .hero-premium .wrap { padding: 30px 20px; border-radius: 0; }
  .hero-illustration { min-height: 170px; }
  .hero-illustration svg { width: min(330px, 100%); }
  .trust-row { grid-template-columns: 1fr; gap: 8px; width: 100%; border-top-width: 5px; }
  h1 { font-size: clamp(2.05rem, 12vw, 3rem); letter-spacing: -.055em; }
  h2 { font-size: clamp(1.55rem, 8vw, 2.1rem); }
  .hero p { font-size: 1rem; }
  .section { padding: 38px 0; }
  .category-grid, .tools-grid, .coupon-grid, .feature-grid, .score-grid, .insight-grid, .lab-grid, .pros-cons, .article-photo-grid { grid-template-columns: 1fr; }
  .coupon-card { display: grid; }
  .coupon-card .btn { width: 100%; }
  .section-head { display: block; }
  .section-head p { margin-top: 10px; }
  .provider-card { padding: 18px; }
  .provider-rank-card { display: grid; padding: 0; grid-template-columns: 1fr; }
  .provider-award { min-height: 118px; padding-top: 58px; }
  .provider-main { padding: 0 18px 18px; }
  .provider-score { justify-items: start; padding: 0 18px 4px; text-align: left; }
  .provider-action { justify-items: stretch; padding: 8px 18px 20px; }
  .provider-action .btn { width: 100%; }
  .feature-list { font-size: .9rem; }
  .filter-bar { overflow-x: auto; flex-wrap: nowrap; padding-bottom: 4px; }
  .filter-bar button { flex: 0 0 auto; }
  table { min-width: 680px; }
  th, td { padding: 12px; font-size: .9rem; }
  .article-hero { padding: 38px 0 30px; }
  .article-content p { font-size: 1rem; line-height: 1.72; }
  .footer { padding: 34px 0; }
}
