:root {
  --article-background: #f7f9fc;
  --article-surface: #ffffff;
  --article-surface-soft: #f0f4fa;
  --article-text: #172033;
  --article-heading: #0c1425;
  --article-muted: #647084;
  --article-border: #dce3ed;
  --article-primary: #635bff;
  --article-primary-hover: #4e46df;
  --article-code-background: #08111f;
  --article-code-surface: #0d192b;
  --article-success: #087f5b;
  --article-warning: #a15c00;
  --article-info: #0969a2;
  --article-focus: #0ea5e9;
  --article-shadow: 0 20px 55px rgba(23, 32, 51, .08);
}

.active-dark-mode.hostinger-article-page {
  --article-background: #080d18;
  --article-surface: #101827;
  --article-surface-soft: #151f31;
  --article-text: #d7dfeb;
  --article-heading: #f7f9fc;
  --article-muted: #9ba8bc;
  --article-border: #26344a;
  --article-primary: #9b96ff;
  --article-primary-hover: #b4b0ff;
  --article-success: #65d6ae;
  --article-warning: #f7bd67;
  --article-info: #73c9f3;
  --article-shadow: 0 20px 60px rgba(0, 0, 0, .25);
}

.hostinger-article-page { background: var(--article-background); color: var(--article-text); font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
.hostinger-article-page *, .hostinger-article-page *::before, .hostinger-article-page *::after { box-sizing: border-box; }
.hostinger-article-page .page-wrapper { overflow: clip; }
.hostinger-article-page a { color: var(--article-primary); }
.hostinger-article-page a:focus-visible, .hostinger-article-page button:focus-visible, .hostinger-article-page summary:focus-visible { outline: 3px solid var(--article-focus); outline-offset: 4px; }
.article-shell { width: min(1200px, calc(100% - 64px)); margin-inline: auto; }

.hostinger-hero { padding: 144px 0 72px; background: radial-gradient(circle at 84% 16%, rgba(99, 91, 255, .14), transparent 28%), linear-gradient(180deg, var(--article-surface), var(--article-background)); border-bottom: 1px solid var(--article-border); }
.article-breadcrumbs ol { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 34px; padding: 0; list-style: none; color: var(--article-muted); font-size: 14px; }
.article-breadcrumbs li + li::before { margin-right: 8px; color: var(--article-muted); content: "/"; }
.article-breadcrumbs a { color: var(--article-muted); text-decoration: none; }
.article-breadcrumbs a:hover { color: var(--article-primary); }
.article-category { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 20px; padding: 7px 12px; border: 1px solid color-mix(in srgb, var(--article-primary) 28%, transparent); border-radius: 999px; background: color-mix(in srgb, var(--article-primary) 9%, transparent); color: var(--article-primary); font-size: 12px; font-weight: 800; letter-spacing: .12em; }
.article-category::before { width: 7px; height: 7px; border-radius: 50%; background: currentColor; content: ""; }
.hostinger-hero h1 { max-width: 960px; margin: 0 0 24px; color: var(--article-heading); font-size: clamp(36px, 5vw, 58px); font-weight: 750; line-height: 1.08; letter-spacing: -.035em; }
.hostinger-hero__intro { max-width: 790px; margin: 0 0 30px; color: var(--article-muted); font-size: 20px; line-height: 1.7; }
.article-meta { display: flex; flex-wrap: wrap; gap: 12px 28px; margin: 0 0 42px; padding: 0; list-style: none; }
.article-meta li { display: grid; gap: 2px; color: var(--article-muted); font-size: 13px; line-height: 1.5; }
.article-meta strong { color: var(--article-text); font-size: 14px; font-weight: 650; }
.hostinger-hero__image { margin: 0; overflow: hidden; border: 1px solid var(--article-border); border-radius: 22px; background: var(--article-code-background); box-shadow: var(--article-shadow); }
.hostinger-hero__image img { display: block; width: 100%; height: auto; aspect-ratio: 16 / 9; object-fit: cover; }
.hostinger-hero__image figcaption { padding: 14px 18px; background: var(--article-surface); color: var(--article-muted); font-size: 13px; }

.article-grid { display: grid; grid-template-columns: minmax(0, 760px) 280px; justify-content: space-between; gap: 64px; padding-block: 72px 104px; }
.article-content { min-width: 0; color: var(--article-text); font-size: 18px; line-height: 1.75; }
.article-content > p:first-child { color: var(--article-heading); font-size: 20px; }
.article-content p { margin: 0 0 22px; }
.article-content h2 { margin: 64px 0 24px; scroll-margin-top: 110px; color: var(--article-heading); font-size: 36px; font-weight: 700; line-height: 1.2; letter-spacing: -.025em; }
.article-content h3 { margin: 40px 0 16px; scroll-margin-top: 110px; color: var(--article-heading); font-size: 26px; font-weight: 650; line-height: 1.3; }
.article-content h4 { margin: 30px 0 12px; color: var(--article-heading); font-size: 20px; }
.article-content ul, .article-content ol { margin: 0 0 24px; padding-left: 24px; }
.article-content li { margin-bottom: 9px; }
.article-content code:not(pre code) { padding: .15em .38em; border: 1px solid var(--article-border); border-radius: 6px; background: var(--article-surface-soft); color: var(--article-heading); font: .86em "JetBrains Mono", Consolas, monospace; }

.quick-summary { display: grid; grid-template-columns: .8fr 1.2fr; gap: 28px; margin: 38px 0 12px; padding: 26px; border: 1px solid var(--article-border); border-radius: 16px; background: var(--article-surface); box-shadow: var(--article-shadow); }
.quick-summary h2 { margin: 0 0 8px; font-size: 24px; }
.quick-summary p { margin: 0; color: var(--article-muted); font-size: 15px; line-height: 1.6; }
.quick-summary ul { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px 18px; margin: 0; padding: 0; list-style: none; }
.quick-summary li { position: relative; margin: 0; padding-left: 24px; font-size: 15px; font-weight: 600; }
.quick-summary li::before { position: absolute; left: 0; color: var(--article-success); content: "✓"; font-weight: 800; }

.article-toc { position: sticky; top: 102px; align-self: start; max-height: calc(100vh - 126px); overflow: auto; padding: 22px; border: 1px solid var(--article-border); border-radius: 16px; background: var(--article-surface); }
.article-toc h2 { margin: 0 0 15px; color: var(--article-heading); font-size: 15px; letter-spacing: 0; }
.article-toc ol { margin: 0; padding: 0; list-style: none; counter-reset: toc; }
.article-toc li { margin: 0; }
.article-toc a { display: block; padding: 6px 8px; border-left: 2px solid transparent; color: var(--article-muted); font-size: 13px; line-height: 1.35; text-decoration: none; }
.article-toc a:hover, .article-toc a[aria-current="true"] { border-color: var(--article-primary); color: var(--article-primary); }
.mobile-toc { display: none; margin: 0 0 34px; border: 1px solid var(--article-border); border-radius: 14px; background: var(--article-surface); }
.mobile-toc summary { padding: 17px 20px; color: var(--article-heading); cursor: pointer; font-weight: 700; }
.mobile-toc nav { padding: 0 20px 18px; columns: 2; }
.mobile-toc a { display: block; padding: 5px 0; color: var(--article-muted); font-size: 14px; text-decoration: none; }

.article-image { margin: 32px 0; overflow: hidden; border: 1px solid var(--article-border); border-radius: 16px; background: var(--article-surface); }
.article-image img { display: block; width: 100%; height: auto; }
.article-image figcaption { padding: 14px 17px; border-top: 1px solid var(--article-border); color: var(--article-muted); font-size: 13px; line-height: 1.55; }
.screenshot-placeholder { display: grid; min-height: 360px; place-content: center; margin: 32px 0; padding: 30px; border: 2px dashed var(--article-border); border-radius: 16px; background: var(--article-surface-soft); text-align: center; }
.screenshot-placeholder strong { color: var(--article-heading); font-size: 20px; }
.screenshot-placeholder span { margin-top: 8px; color: var(--article-muted); font: 13px "JetBrains Mono", monospace; }

.code-block { position: relative; margin: 28px 0 34px; overflow: hidden; border: 1px solid #24344f; border-radius: 14px; background: var(--article-code-background); color: #d9e6f7; }
.code-block__toolbar { display: flex; align-items: center; gap: 12px; min-height: 48px; padding: 0 15px; border-bottom: 1px solid #26364e; background: var(--article-code-surface); }
.code-block__dots { display: flex; gap: 5px; }
.code-block__dots i { width: 8px; height: 8px; border-radius: 50%; background: #ef6461; }
.code-block__dots i:nth-child(2) { background: #e9b949; }
.code-block__dots i:nth-child(3) { background: #35b87f; }
.code-block__label { display: block; padding: 14px 18px 0; color: #a9b8cd; font: 600 12px "JetBrains Mono", Consolas, monospace; }
.code-block__toolbar .code-block__label { flex: 1; padding: 0; }
.code-block__copy { min-width: 64px; min-height: 34px; border: 1px solid #3a4a63; border-radius: 8px; background: #142238; color: #e8f0fb; cursor: pointer; font: 600 12px Inter, sans-serif; }
.hostinger-article-page .article-content .code-block pre {
  max-width: 100%;
  margin: 0 !important;
  overflow-x: auto !important;
  padding: 20px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: var(--article-code-background) !important;
  color: #d9e6f7 !important;
  font: 14px/1.7 "JetBrains Mono", Consolas, monospace !important;
  tab-size: 2;
  white-space: pre !important;
  word-break: normal !important;
  overflow-wrap: normal !important;
}
.hostinger-article-page .article-content .code-block code {
  display: block;
  width: max-content;
  min-width: 100%;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: #d9e6f7 !important;
  font: inherit !important;
  white-space: inherit !important;
}
.hostinger-article-page .article-content .code-line { display: block; min-width: max-content; background: transparent !important; }
.hostinger-article-page .article-content .code-line__content { color: #d9e6f7; }
.syntax-comment { color: #71839c; }.syntax-string { color: #a7e3a1; }.syntax-keyword { color: #c6a3ff; }.syntax-literal,.syntax-number { color: #7dd8ff; }.syntax-tag { color: #ff9f91; }

.article-callout { display: grid; grid-template-columns: 10px 1fr; gap: 16px; margin: 30px 0; padding: 22px; border: 1px solid var(--article-border); border-radius: 14px; background: var(--article-surface); }
.article-callout__icon { width: 8px; min-height: 100%; border-radius: 99px; background: var(--article-info); }
.article-callout--tip .article-callout__icon { background: var(--article-success); }
.article-callout--warning .article-callout__icon { background: var(--article-warning); }
.article-callout strong { display: block; margin-bottom: 4px; color: var(--article-heading); font-size: 16px; }
.article-callout p { margin: 0; color: var(--article-muted); font-size: 15px; line-height: 1.65; }

.step-card { display: grid; grid-template-columns: 50px 1fr; gap: 20px; margin: 28px 0; padding: 24px; border: 1px solid var(--article-border); border-radius: 16px; background: var(--article-surface); }
.step-card__number { display: grid; width: 46px; height: 46px; place-items: center; border-radius: 13px; background: var(--article-primary); color: #fff; font-size: 15px; font-weight: 800; }
.step-card h3 { margin: 5px 0 12px; font-size: 22px; }
.step-card p:last-child, .step-card ul:last-child { margin-bottom: 0; }
.requirements-card, .recommendation-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin: 28px 0; }
.requirements-card { padding: 0; list-style: none; }
.requirements-card li, .recommendation-grid article { margin: 0; padding: 18px; border: 1px solid var(--article-border); border-radius: 13px; background: var(--article-surface); }
.requirements-card li { position: relative; padding-left: 48px; font-weight: 650; }
.requirements-card li::before { position: absolute; left: 17px; color: var(--article-success); content: "✓"; font-weight: 900; }
.recommendation-grid h3 { margin: 0 0 8px; font-size: 19px; }
.recommendation-grid p { margin: 0; color: var(--article-muted); font-size: 15px; line-height: 1.6; }

.affiliate-disclosure { margin: 40px 0 12px !important; color: var(--article-muted); font-size: 13px; line-height: 1.55; }
.affiliate-cta { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 24px; margin: 18px 0 42px; padding: 28px; border-radius: 18px; background: linear-gradient(135deg, #332f8e, #5650df 58%, #167aa3); color: #fff; box-shadow: var(--article-shadow); }
.affiliate-cta > div > span { color: #d9d7ff; font-size: 12px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.affiliate-cta h2 { margin: 7px 0 8px; color: #fff; font-size: 25px; letter-spacing: -.02em; }
.affiliate-cta p { margin: 0; color: #e7e8ff; font-size: 15px; line-height: 1.55; }
.affiliate-cta__button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 18px; border-radius: 10px; background: #fff; color: #302b83 !important; font-size: 15px; font-weight: 750; text-decoration: none; white-space: nowrap; }
.affiliate-cta__button:hover { background: #eef2ff; }
.affiliate-cta__unavailable { max-width: 230px; color: #e7e8ff; font-size: 12px; line-height: 1.5; }
.affiliate-cta__unavailable code { border-color: rgba(255,255,255,.3) !important; background: rgba(0,0,0,.16) !important; color: #fff !important; }

.troubleshooting-grid { display: grid; gap: 16px; margin: 28px 0; }
.troubleshooting-card { padding: 24px; border: 1px solid var(--article-border); border-radius: 16px; background: var(--article-surface); }
.troubleshooting-card h3 { margin: 0 0 18px; font-size: 22px; }
.troubleshooting-card dl, .troubleshooting-card dl div { margin: 0; }
.troubleshooting-card dl { display: grid; gap: 12px; }
.troubleshooting-card dl div { display: grid; grid-template-columns: 110px 1fr; gap: 16px; padding-top: 12px; border-top: 1px solid var(--article-border); }
.troubleshooting-card dt { color: var(--article-muted); font-size: 13px; font-weight: 750; text-transform: uppercase; letter-spacing: .04em; }
.troubleshooting-card dd { margin: 0; font-size: 15px; line-height: 1.6; }

.faq-list { display: grid; gap: 12px; margin-top: 28px; }
.faq-list details { border: 1px solid var(--article-border); border-radius: 14px; background: var(--article-surface); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 19px 22px; color: var(--article-heading); cursor: pointer; font-weight: 700; list-style: none; }
.faq-list summary::after { color: var(--article-primary); content: "+"; font-size: 24px; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details > div { padding: 0 22px 20px; }
.faq-list details p { margin: 0; color: var(--article-muted); font-size: 16px; }
.related-articles { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.related-articles a { display: grid; gap: 8px; min-height: 168px; padding: 22px; border: 1px solid var(--article-border); border-radius: 15px; background: var(--article-surface); color: var(--article-heading); text-decoration: none; }
.related-articles a:hover { border-color: var(--article-primary); transform: translateY(-2px); }
.related-articles span { color: var(--article-primary); font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.related-articles strong { font-size: 18px; line-height: 1.35; }
.related-articles em { align-self: end; color: var(--article-muted); font-size: 13px; font-style: normal; }
.author-card { display: grid; grid-template-columns: 76px 1fr; gap: 22px; margin-top: 54px; padding: 26px; border: 1px solid var(--article-border); border-radius: 16px; background: var(--article-surface); }
.author-card__mark { display: grid; width: 72px; height: 72px; place-items: center; border-radius: 20px; background: var(--article-primary); color: #fff; font-weight: 800; }
.author-card span { color: var(--article-muted); font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.author-card h2 { margin: 3px 0 7px; font-size: 22px; }
.author-card p { margin: 0 0 8px; color: var(--article-muted); font-size: 15px; }
.article-updated { margin-top: 24px !important; color: var(--article-muted); font-size: 13px; }

@media (max-width: 991px) {
  .article-shell { width: min(100% - 48px, 820px); }
  .article-grid { grid-template-columns: minmax(0, 760px); justify-content: center; gap: 0; }
  .article-toc { display: none; }
  .mobile-toc { display: block; }
}

@media (max-width: 767px) {
  .article-shell { width: min(100% - 32px, 760px); }
  .hostinger-hero { padding: 112px 0 48px; }
  .hostinger-hero h1 { font-size: 36px; }
  .hostinger-hero__intro { font-size: 17px; line-height: 1.65; }
  .hostinger-hero__image { border-radius: 14px; }
  .article-grid { padding-block: 48px 72px; }
  .article-content { font-size: 17px; line-height: 1.75; }
  .article-content > p:first-child { font-size: 18px; }
  .article-content h2 { margin-top: 52px; font-size: 28px; }
  .article-content h3 { margin-top: 34px; font-size: 22px; }
  .article-content h4 { font-size: 18px; }
  .quick-summary, .affiliate-cta { grid-template-columns: 1fr; }
  .quick-summary ul, .requirements-card, .recommendation-grid, .related-articles { grid-template-columns: 1fr; }
  .affiliate-cta { padding: 20px; }
  .affiliate-cta__button { width: fit-content; }
  .step-card { grid-template-columns: 1fr; padding: 20px; }
  .troubleshooting-card dl div { grid-template-columns: 1fr; gap: 5px; }
  .mobile-toc nav { columns: 1; }
  .screenshot-placeholder { min-height: 260px; }
}

@media (max-width: 420px) {
  .article-shell { width: calc(100% - 24px); }
  .hostinger-hero h1 { font-size: 33px; }
  .article-meta { display: grid; grid-template-columns: repeat(2, 1fr); }
  .code-block pre { padding: 17px 15px; }
  .article-image, .hostinger-hero__image { border-radius: 12px; }
  .author-card { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  .hostinger-article-page *, .hostinger-article-page *::before, .hostinger-article-page *::after { scroll-behavior: auto !important; transition: none !important; }
}
