/*
Theme Name: Dorset Hosting
Theme URI: https://dorsethosting.local
Author: Dorset Hosting
Description: A conversion-focused WordPress theme for Dorset Hosting, built for local hosting, web design, SEO, support, case studies, reviews, and pricing.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
Text Domain: dorset-hosting
*/

:root {
  --dh-navy: #06265a;
  --dh-deep: #031936;
  --dh-blue: #126eb0;
  --dh-sky: #4eb3e8;
  --dh-ink: #13233d;
  --dh-muted: #64748b;
  --dh-line: #d9e6f3;
  --dh-soft: #eef7fd;
  --dh-white: #ffffff;
  --dh-gold: #f3bd3e;
  --dh-green: #11845f;
  --dh-radius: 8px;
  --dh-shadow: 0 22px 50px rgba(6, 38, 90, 0.16);
  --dh-max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--dh-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  background: #f6faff;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: var(--dh-blue);
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid var(--dh-line);
  backdrop-filter: blur(14px);
}

.admin-bar .site-header {
  top: 32px;
}

.header-inner,
.section-inner {
  width: min(var(--dh-max), calc(100% - 32px));
  margin: 0 auto;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 76px;
  gap: 24px;
}

.site-branding {
  display: flex;
  align-items: center;
  min-width: 210px;
}

.site-title {
  display: block;
  color: var(--dh-navy);
  font-size: 1.35rem;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
  text-transform: uppercase;
}

.site-description {
  display: block;
  margin-top: 5px;
  color: var(--dh-muted);
  font-size: 0.86rem;
}

.primary-navigation {
  display: flex;
  align-items: center;
  gap: 18px;
}

.primary-menu,
.footer-menu {
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.primary-menu a {
  color: var(--dh-ink);
  font-size: 0.94rem;
  font-weight: 800;
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  color: var(--dh-navy);
  background: var(--dh-soft);
  border: 1px solid var(--dh-line);
  border-radius: var(--dh-radius);
}

.nav-toggle span,
.nav-toggle span::before,
.nav-toggle span::after {
  display: block;
  width: 20px;
  height: 2px;
  margin: 0 auto;
  background: currentColor;
  content: "";
}

.nav-toggle span::before {
  transform: translateY(-7px);
}

.nav-toggle span::after {
  transform: translateY(5px);
}

.button,
.wp-block-button__link,
button,
input[type="submit"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  color: var(--dh-white);
  font-weight: 900;
  line-height: 1;
  background: var(--dh-blue);
  border: 0;
  border-radius: var(--dh-radius);
  cursor: pointer;
}

.button:hover,
.wp-block-button__link:hover,
button:hover,
input[type="submit"]:hover {
  color: var(--dh-white);
  background: var(--dh-navy);
  text-decoration: none;
}

.button.secondary {
  color: var(--dh-navy);
  background: var(--dh-white);
  border: 1px solid var(--dh-line);
}

.button.secondary:hover {
  color: var(--dh-white);
  background: var(--dh-deep);
}

.hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 760px;
  color: var(--dh-white);
  background: var(--dh-deep);
}

.hero::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(3, 25, 54, 0.94) 0%, rgba(6, 38, 90, 0.84) 40%, rgba(6, 38, 90, 0.34) 72%, rgba(3, 25, 54, 0.18) 100%);
  content: "";
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right center;
}

.hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 410px);
  gap: 44px;
  align-items: center;
  min-height: 760px;
  padding: 84px 0 64px;
}

.hero-copy {
  max-width: 760px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--dh-sky);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero h1,
.page-title {
  margin: 0;
  font-size: clamp(3.1rem, 7vw, 6.6rem);
  line-height: 0.92;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero-subtitle {
  margin: 18px 0 0;
  color: #69c6f1;
  font-size: clamp(1.35rem, 2.8vw, 2.35rem);
  font-weight: 900;
  line-height: 1.12;
}

.hero-lede {
  max-width: 680px;
  margin: 20px 0 0;
  color: #edf7ff;
  font-size: 1.15rem;
}

.hero-actions,
.section-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.proof-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.proof-row span {
  padding: 8px 12px;
  color: #eef8ff;
  font-size: 0.92rem;
  font-weight: 800;
  background: rgba(255, 255, 255, 0.13);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
}

.hero-panel {
  display: grid;
  gap: 22px;
  padding: 28px;
  color: var(--dh-navy);
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: var(--dh-radius);
  box-shadow: var(--dh-shadow);
}

.price-orb {
  display: grid;
  place-items: center;
  width: 244px;
  height: 244px;
  margin: -70px auto 0;
  color: var(--dh-white);
  text-align: center;
  background: radial-gradient(circle at 35% 25%, #1d79bd, var(--dh-navy) 68%, var(--dh-deep));
  border: 4px solid rgba(255, 255, 255, 0.92);
  border-radius: 50%;
  box-shadow: 0 18px 34px rgba(3, 25, 54, 0.24);
}

.price-orb span,
.price-orb em {
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.price-orb strong {
  margin: -10px 0;
  font-size: 4.25rem;
  line-height: 1;
}

.product-search {
  display: grid;
  gap: 10px;
}

.product-search label {
  color: var(--dh-navy);
  font-weight: 900;
}

.product-search div {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
}

.product-search input,
.contact-form input,
.contact-form textarea {
  width: 100%;
  min-height: 46px;
  padding: 0 14px;
  color: var(--dh-ink);
  background: var(--dh-white);
  border: 1px solid var(--dh-line);
  border-radius: var(--dh-radius);
}

.trust-strip {
  background: var(--dh-white);
  border-bottom: 1px solid var(--dh-line);
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
}

.trust-item {
  display: grid;
  justify-items: center;
  gap: 8px;
  padding: 28px 16px;
  text-align: center;
  border-right: 1px solid var(--dh-line);
}

.trust-item:last-child {
  border-right: 0;
}

.trust-item strong {
  color: var(--dh-navy);
  font-size: 1.05rem;
  line-height: 1.15;
}

.trust-item span:last-child {
  color: var(--dh-muted);
  font-size: 0.92rem;
}

.line-icon {
  position: relative;
  display: inline-grid;
  place-items: center;
  width: 58px;
  height: 58px;
  color: var(--dh-blue);
  background: var(--dh-white);
  border: 2px solid #d7e7f5;
  border-radius: 50%;
  box-shadow: 0 8px 18px rgba(6, 38, 90, 0.08);
}

.line-icon::before {
  font-size: 1.55rem;
  font-weight: 900;
}

.shield::before { content: "\25C7"; }
.speed::before { content: "\25D4"; }
.headset::before { content: "\260E"; }
.calendar::before { content: "\2713"; }
.flag::before { content: "UK"; font-size: 1rem; }

.section {
  padding: 82px 0;
}

.section.alt {
  background: var(--dh-white);
}

.section-header {
  max-width: 820px;
  margin-bottom: 32px;
}

.section-header h2,
.image-feature h2,
.support-layout h2,
.cta-band h2 {
  margin: 0;
  color: var(--dh-navy);
  font-size: clamp(2rem, 4.4vw, 3.65rem);
  line-height: 1.04;
  letter-spacing: 0;
}

.section-header p,
.image-feature p,
.support-layout p {
  max-width: 700px;
  margin: 12px 0 0;
  color: var(--dh-muted);
  font-size: 1.05rem;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.service-card,
.benefit-card,
.pricing-card,
.testimonial-card,
.support-list article,
.faq-grid details,
.managed-panel,
.numbers-panel,
.deep-feature-grid article,
.content-card {
  background: var(--dh-white);
  border: 1px solid var(--dh-line);
  border-radius: var(--dh-radius);
  box-shadow: 0 10px 26px rgba(6, 38, 90, 0.07);
}

.service-card {
  display: flex;
  flex-direction: column;
  min-height: 280px;
  padding: 24px;
}

.service-card h3,
.benefit-card h3,
.pricing-card h3,
.deep-feature-grid h3,
.testimonial-card h3,
.support-list h3,
.faq-grid summary,
.content-card h2,
.content-card h3 {
  margin: 0 0 10px;
  color: var(--dh-navy);
  font-size: 1.18rem;
  line-height: 1.2;
}

.service-card p,
.benefit-card p,
.pricing-card p,
.deep-feature-grid p,
.testimonial-card p,
.support-list p,
.faq-grid p,
.content-card p {
  margin: 0;
  color: var(--dh-muted);
}

.service-price {
  margin-top: auto;
  padding-top: 24px;
  color: var(--dh-navy);
  font-size: 1.45rem;
  font-weight: 900;
}

.service-card a,
.text-link {
  margin-top: 14px;
  font-weight: 900;
}

.managed-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-top: 22px;
  padding: 30px;
  color: var(--dh-white);
  background: linear-gradient(135deg, var(--dh-deep), var(--dh-navy));
  border-color: rgba(255, 255, 255, 0.12);
}

.managed-panel h3 {
  max-width: 780px;
  margin: 6px 0 8px;
  color: var(--dh-white);
  font-size: clamp(1.55rem, 3vw, 2.3rem);
  line-height: 1.12;
}

.managed-panel p {
  max-width: 790px;
  margin: 0;
  color: #d7ecff;
}

.mini-label {
  color: var(--dh-sky);
  font-weight: 900;
  text-transform: uppercase;
}

.image-feature {
  background: linear-gradient(180deg, #f6faff 0%, #ffffff 100%);
}

.image-feature-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(360px, 1fr);
  gap: 46px;
  align-items: center;
}

.image-feature figure {
  margin: 0;
}

.image-feature img,
.wide-image-band img {
  width: 100%;
  border-radius: var(--dh-radius);
  box-shadow: var(--dh-shadow);
}

.stat-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 28px;
}

.stat-grid div,
.numbers-panel div {
  padding: 18px;
  background: var(--dh-soft);
  border: 1px solid var(--dh-line);
  border-radius: var(--dh-radius);
}

.stat-grid strong,
.numbers-panel strong {
  display: block;
  color: var(--dh-navy);
  font-size: 2rem;
  line-height: 1;
}

.stat-grid span,
.numbers-panel span {
  display: block;
  margin-top: 8px;
  color: var(--dh-muted);
  font-weight: 800;
}

.benefit-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.benefit-card,
.deep-feature-grid article {
  padding: 24px;
}

.deep-feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 24px;
}

.check-list {
  display: grid;
  gap: 9px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  display: flex;
  gap: 9px;
  color: var(--dh-ink);
}

.check-list li::before {
  flex: 0 0 auto;
  color: var(--dh-green);
  font-weight: 900;
  content: "\2713";
}

.wide-image-band {
  padding: 42px 16px;
  background: var(--dh-deep);
}

.wide-image-band img {
  width: min(var(--dh-max), 100%);
  margin: 0 auto;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.pricing-card {
  display: flex;
  flex-direction: column;
  padding: 26px;
}

.pricing-card.highlight {
  border-color: var(--dh-sky);
  box-shadow: var(--dh-shadow);
}

.plan-tag {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  min-height: 28px;
  padding: 0 10px;
  margin-bottom: 14px;
  color: var(--dh-navy);
  font-size: 0.8rem;
  font-weight: 900;
  background: #dff3ff;
  border-radius: 999px;
}

.plan-price {
  margin: 14px 0 16px;
  color: var(--dh-navy);
  font-size: 2.8rem;
  font-weight: 900;
  line-height: 1;
}

.plan-price small {
  color: var(--dh-muted);
  font-size: 1rem;
  font-weight: 800;
}

.pricing-card .button {
  align-self: flex-start;
  margin-top: auto;
}

.comparison-wrap {
  margin-top: 24px;
  overflow-x: auto;
  border: 1px solid var(--dh-line);
  border-radius: var(--dh-radius);
  background: var(--dh-white);
}

.comparison-table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
}

.comparison-table th,
.comparison-table td {
  padding: 16px;
  text-align: left;
  border-bottom: 1px solid var(--dh-line);
}

.comparison-table th {
  color: var(--dh-navy);
  background: var(--dh-soft);
}

.comparison-table tr:last-child td {
  border-bottom: 0;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.testimonial-card {
  padding: 24px;
}

.testimonial-card span {
  display: inline-flex;
  min-height: 28px;
  padding: 0 10px;
  margin-bottom: 14px;
  align-items: center;
  color: #8b5c00;
  font-weight: 900;
  background: #fff3d4;
  border-radius: 999px;
}

.testimonial-card strong {
  display: block;
  margin-top: 18px;
  color: var(--dh-navy);
}

.numbers-panel {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 24px;
  padding: 18px;
}

.support-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(340px, 1fr);
  gap: 42px;
  align-items: start;
}

.support-list {
  display: grid;
  gap: 14px;
}

.support-list article {
  padding: 22px;
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.faq-grid details {
  padding: 20px;
}

.faq-grid summary {
  cursor: pointer;
  font-weight: 900;
}

.faq-grid p {
  margin-top: 12px;
}

.cta-band {
  color: var(--dh-white);
  background: linear-gradient(135deg, var(--dh-deep), var(--dh-blue));
}

.cta-band .eyebrow {
  color: #9edcff;
}

.cta-band h2 {
  color: var(--dh-white);
}

.cta-band p {
  max-width: 720px;
  color: #dcefff;
}

.cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.site-main {
  min-height: 56vh;
}

.page-hero {
  padding: 70px 0;
  color: var(--dh-white);
  background: linear-gradient(135deg, var(--dh-navy), var(--dh-blue));
}

.service-hero {
  padding: 92px 0;
  color: var(--dh-white);
  background:
    linear-gradient(135deg, rgba(3, 25, 54, 0.96), rgba(18, 110, 176, 0.84)),
    url("assets/images/dorset-hosting-coast-hero.png") center / cover;
}

.advertising-hero {
  background:
    linear-gradient(135deg, rgba(3, 10, 28, 0.96), rgba(4, 50, 124, 0.82)),
    url("assets/images/abf729b9-3392-41ee-afd3-d9577a1cf477.png") center / cover;
}

.service-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 420px);
  gap: 42px;
  align-items: center;
}

.service-hero h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(2.6rem, 5vw, 5.2rem);
  line-height: 1;
  letter-spacing: 0;
}

.service-hero p {
  max-width: 680px;
  margin: 18px 0 0;
  color: #e5f5ff;
  font-size: 1.12rem;
}

.service-summary {
  padding: 26px;
  color: var(--dh-ink);
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: var(--dh-radius);
  box-shadow: var(--dh-shadow);
}

.service-summary h2 {
  margin: 0 0 14px;
  color: var(--dh-navy);
  font-size: 1.35rem;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.process-grid article {
  padding: 24px;
  background: var(--dh-white);
  border: 1px solid var(--dh-line);
  border-radius: var(--dh-radius);
  box-shadow: 0 10px 26px rgba(6, 38, 90, 0.07);
}

.process-grid span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 16px;
  color: var(--dh-white);
  font-weight: 900;
  background: var(--dh-blue);
  border-radius: 50%;
}

.process-grid h3 {
  margin: 0 0 10px;
  color: var(--dh-navy);
}

.process-grid p {
  margin: 0;
  color: var(--dh-muted);
}

.ad-intro {
  background: linear-gradient(180deg, #f6faff 0%, #ffffff 100%);
}

.ad-feature-image img {
  max-height: 720px;
  object-fit: cover;
  object-position: top center;
}

.ad-showcase-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(280px, 0.75fr);
  gap: 18px;
  margin-bottom: 24px;
}

.ad-showcase-card,
.ad-gallery article {
  background: var(--dh-white);
  border: 1px solid var(--dh-line);
  border-radius: var(--dh-radius);
  box-shadow: 0 10px 26px rgba(6, 38, 90, 0.07);
  overflow: hidden;
}

.ad-showcase-card {
  padding: 24px;
}

.ad-showcase-card-large {
  display: grid;
  grid-template-columns: minmax(280px, 0.85fr) minmax(0, 1fr);
  gap: 24px;
  align-items: center;
}

.ad-showcase-card img,
.ad-gallery img {
  width: 100%;
  border-radius: var(--dh-radius);
}

.ad-showcase-card h3,
.ad-gallery h3 {
  margin: 0 0 10px;
  color: var(--dh-navy);
}

.ad-showcase-card p,
.ad-gallery p {
  margin: 0;
  color: var(--dh-muted);
}

.ad-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.ad-gallery article {
  padding: 14px;
}

.ad-gallery img {
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: top center;
}

.ad-gallery h3 {
  margin-top: 14px;
}

.ad-gallery p {
  color: var(--dh-blue);
  font-weight: 900;
}

.content-area {
  padding: 58px 0;
}

.content-card {
  max-width: 880px;
  margin: 0 auto;
  padding: 26px;
}

.content-card > *:first-child {
  margin-top: 0;
}

.contact-form {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.contact-form textarea {
  min-height: 130px;
  padding-top: 12px;
}

.woocommerce .site-main,
.woocommerce-page .site-main {
  background: #f6faff;
}

.woocommerce .products ul,
.woocommerce ul.products {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  width: auto;
  float: none;
  padding: 22px;
  margin: 0;
  background: var(--dh-white);
  border: 1px solid var(--dh-line);
  border-radius: var(--dh-radius);
  box-shadow: 0 10px 26px rgba(6, 38, 90, 0.07);
}

.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce div.product .product_title,
.woocommerce-account .woocommerce-MyAccount-content h2,
.woocommerce-cart .cart_totals h2,
.woocommerce-checkout h3 {
  color: var(--dh-navy);
}

.woocommerce span.onsale {
  min-height: 0;
  padding: 7px 10px;
  background: var(--dh-green);
  border-radius: 999px;
  line-height: 1;
}

.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce #payment #place_order {
  color: var(--dh-white);
  background: var(--dh-blue);
  border-radius: var(--dh-radius);
  font-weight: 900;
}

.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce #payment #place_order:hover {
  color: var(--dh-white);
  background: var(--dh-navy);
}

.woocommerce table.shop_table,
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register,
.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content {
  background: var(--dh-white);
  border: 1px solid var(--dh-line);
  border-radius: var(--dh-radius);
}

.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content {
  padding: 20px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation a {
  font-weight: 800;
}

.shop-hero {
  padding: 88px 0;
  color: var(--dh-white);
  background:
    linear-gradient(135deg, rgba(3, 25, 54, 0.96), rgba(18, 110, 176, 0.82)),
    url("assets/images/dorset-hosting-header.png") center / cover;
}

.shop-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 420px);
  gap: 42px;
  align-items: center;
}

.shop-hero h1 {
  max-width: 790px;
  margin: 0;
  font-size: clamp(2.7rem, 5vw, 5.4rem);
  line-height: 1;
}

.shop-hero p {
  max-width: 680px;
  margin: 18px 0 0;
  color: #e5f5ff;
  font-size: 1.12rem;
}

.shop-quick-panel {
  padding: 26px;
  color: var(--dh-ink);
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: var(--dh-radius);
  box-shadow: var(--dh-shadow);
}

.shop-quick-panel h2 {
  margin: 0 0 14px;
  color: var(--dh-navy);
  font-size: 1.35rem;
}

.shop-category-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.shop-category-grid article,
.shop-support-band {
  padding: 24px;
  background: var(--dh-white);
  border: 1px solid var(--dh-line);
  border-radius: var(--dh-radius);
  box-shadow: 0 10px 26px rgba(6, 38, 90, 0.07);
}

.shop-category-grid h3 {
  margin: 0 0 10px;
  color: var(--dh-navy);
}

.shop-category-grid p {
  margin: 0 0 14px;
  color: var(--dh-muted);
}

.shop-category-grid a {
  font-weight: 900;
}

.shop-products-section .woocommerce-result-count,
.shop-products-section .woocommerce-ordering {
  margin-bottom: 20px;
}

.shop-support-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.shop-support-band h2 {
  margin: 0;
  color: var(--dh-navy);
  font-size: clamp(1.8rem, 3vw, 2.6rem);
}

.shop-support-band p {
  max-width: 680px;
  margin: 10px 0 0;
  color: var(--dh-muted);
}

.cart-hero {
  padding: 78px 0;
  color: var(--dh-white);
  background:
    linear-gradient(135deg, rgba(3, 25, 54, 0.96), rgba(18, 110, 176, 0.82)),
    url("assets/images/dorset-hosting-naturalized.png") center / cover;
}

.cart-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 430px);
  gap: 42px;
  align-items: center;
}

.cart-hero h1 {
  max-width: 790px;
  margin: 0;
  font-size: clamp(2.6rem, 5vw, 5.2rem);
  line-height: 1;
}

.cart-hero p {
  max-width: 680px;
  margin: 18px 0 0;
  color: #e5f5ff;
  font-size: 1.12rem;
}

.cart-help-panel {
  padding: 26px;
  color: var(--dh-ink);
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: var(--dh-radius);
  box-shadow: var(--dh-shadow);
}

.cart-help-panel h2 {
  margin: 0 0 14px;
  color: var(--dh-navy);
  font-size: 1.35rem;
}

.cart-detail-section .cart-shortcode-wrap,
.cart-detail-section .woocommerce-cart-form,
.cart-detail-section .cart-collaterals {
  padding: 22px;
  background: var(--dh-white);
  border: 1px solid var(--dh-line);
  border-radius: var(--dh-radius);
  box-shadow: 0 10px 26px rgba(6, 38, 90, 0.07);
}

.cart-detail-section .cart-shortcode-wrap .woocommerce-cart-form {
  padding: 0;
  border: 0;
  box-shadow: none;
}

.cart-detail-section .cart-collaterals {
  margin-top: 20px;
}

.cart-detail-section table.shop_table {
  margin: 0;
}

.cart-detail-section .coupon {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 10px;
}

.cart-detail-section .coupon .input-text {
  min-height: 46px;
  padding: 0 14px;
  border: 1px solid var(--dh-line);
  border-radius: var(--dh-radius);
}

.cart-support-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.cart-support-grid article {
  padding: 24px;
  background: var(--dh-white);
  border: 1px solid var(--dh-line);
  border-radius: var(--dh-radius);
  box-shadow: 0 10px 26px rgba(6, 38, 90, 0.07);
}

.cart-support-grid h3 {
  margin: 0 0 10px;
  color: var(--dh-navy);
}

.cart-support-grid p {
  margin: 0 0 14px;
  color: var(--dh-muted);
}

.cart-support-grid a {
  font-weight: 900;
}

.account-hero {
  padding: 78px 0;
  color: var(--dh-white);
  background:
    linear-gradient(135deg, rgba(3, 25, 54, 0.96), rgba(18, 110, 176, 0.82)),
    url("assets/images/dorset-hosting-header.png") center / cover;
}

.account-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 430px);
  gap: 42px;
  align-items: center;
}

.account-hero h1 {
  max-width: 790px;
  margin: 0;
  font-size: clamp(2.6rem, 5vw, 5.2rem);
  line-height: 1;
}

.account-hero p {
  max-width: 680px;
  margin: 18px 0 0;
  color: #e5f5ff;
  font-size: 1.12rem;
}

.account-help-panel {
  padding: 26px;
  color: var(--dh-ink);
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: var(--dh-radius);
  box-shadow: var(--dh-shadow);
}

.account-help-panel h2 {
  margin: 0 0 14px;
  color: var(--dh-navy);
  font-size: 1.35rem;
}

.account-shortcode-wrap {
  padding: 22px;
  background: var(--dh-white);
  border: 1px solid var(--dh-line);
  border-radius: var(--dh-radius);
  box-shadow: 0 10px 26px rgba(6, 38, 90, 0.07);
}

.account-shortcode-wrap .woocommerce {
  width: 100%;
}

.account-support-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.account-support-grid article {
  padding: 24px;
  background: var(--dh-white);
  border: 1px solid var(--dh-line);
  border-radius: var(--dh-radius);
  box-shadow: 0 10px 26px rgba(6, 38, 90, 0.07);
}

.account-support-grid h3 {
  margin: 0 0 10px;
  color: var(--dh-navy);
}

.account-support-grid p {
  margin: 0 0 14px;
  color: var(--dh-muted);
}

.account-support-grid a {
  font-weight: 900;
}

.campaigns-hero {
  padding: 82px 0;
  color: var(--dh-white);
  background:
    linear-gradient(135deg, rgba(3, 25, 54, 0.97), rgba(18, 110, 176, 0.78)),
    url("assets/images/dorset-hosting-header.png") center / cover;
}

.campaigns-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 430px);
  gap: 42px;
  align-items: center;
}

.campaigns-hero h1 {
  max-width: 860px;
  margin: 0;
  font-size: clamp(2.6rem, 5vw, 5.2rem);
  line-height: 1;
}

.campaigns-hero p {
  max-width: 720px;
  margin: 18px 0 0;
  color: #e5f5ff;
  font-size: 1.12rem;
}

.campaigns-impact-panel,
.campaigns-intro-grid article,
.campaigns-plugin-wrap,
.campaigns-detail-card {
  background: var(--dh-white);
  border: 1px solid var(--dh-line);
  border-radius: var(--dh-radius);
  box-shadow: 0 10px 26px rgba(6, 38, 90, 0.07);
}

.campaigns-impact-panel {
  padding: 28px;
  color: var(--dh-ink);
}

.campaigns-impact-panel h2,
.campaigns-intro-grid h2,
.campaigns-detail-card h2 {
  margin: 0 0 12px;
  color: var(--dh-navy);
}

.campaigns-intro-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.campaigns-intro-grid article,
.campaigns-detail-card {
  padding: 24px;
}

.campaigns-intro-grid span {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 16px;
  color: var(--dh-white);
  font-weight: 900;
  background: var(--dh-blue);
  border-radius: 50%;
}

.campaigns-intro-grid p,
.campaigns-detail-card p,
.campaigns-empty-state p {
  color: var(--dh-muted);
}

.campaigns-plugin-wrap {
  padding: clamp(22px, 4vw, 34px);
}

.campaigns-plugin-wrap form,
.campaigns-plugin-wrap .give-form-wrap,
.campaigns-plugin-wrap .charitable-campaigns,
.campaigns-plugin-wrap .campaigns {
  max-width: 100%;
}

.campaigns-editor-content {
  margin-bottom: 22px;
}

.campaigns-empty-state {
  padding: 24px;
  background: var(--dh-soft);
  border: 1px dashed #b8d7ef;
  border-radius: var(--dh-radius);
}

.campaigns-empty-state h3 {
  margin: 0 0 10px;
  color: var(--dh-navy);
}

.campaigns-empty-state code {
  display: inline-block;
  padding: 2px 6px;
  color: var(--dh-navy);
  background: var(--dh-white);
  border: 1px solid var(--dh-line);
  border-radius: 6px;
}

.campaigns-detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.legal-hero {
  padding: 78px 0;
  color: var(--dh-white);
  background:
    linear-gradient(135deg, rgba(3, 25, 54, 0.97), rgba(18, 110, 176, 0.78)),
    url("assets/images/dorset-hosting-naturalized.png") center / cover;
}

.legal-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 430px);
  gap: 42px;
  align-items: center;
}

.legal-hero h1 {
  max-width: 860px;
  margin: 0;
  font-size: clamp(2.6rem, 5vw, 5.2rem);
  line-height: 1;
}

.legal-hero p {
  max-width: 720px;
  margin: 18px 0 0;
  color: #e5f5ff;
  font-size: 1.12rem;
}

.legal-summary-panel {
  padding: 26px;
  color: var(--dh-ink);
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: var(--dh-radius);
  box-shadow: var(--dh-shadow);
}

.legal-summary-panel h2 {
  margin: 0 0 14px;
  color: var(--dh-navy);
  font-size: 1.35rem;
}

.legal-layout {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 28px;
  align-items: start;
}

.legal-nav,
.legal-card {
  background: var(--dh-white);
  border: 1px solid var(--dh-line);
  border-radius: var(--dh-radius);
  box-shadow: 0 10px 26px rgba(6, 38, 90, 0.07);
}

.legal-nav {
  position: sticky;
  top: 104px;
  display: grid;
  gap: 8px;
  padding: 22px;
}

.legal-nav h2 {
  margin: 0 0 8px;
  color: var(--dh-navy);
  font-size: 1.2rem;
}

.legal-nav a {
  padding: 9px 10px;
  color: var(--dh-ink);
  font-weight: 800;
  border-radius: 8px;
}

.legal-nav a:hover {
  color: var(--dh-white);
  background: var(--dh-blue);
  text-decoration: none;
}

.legal-card {
  padding: clamp(24px, 4vw, 44px);
}

.legal-note {
  margin: 0 0 28px;
  padding: 18px 20px;
  color: #5b4300;
  background: #fff4cf;
  border: 1px solid #f2cf66;
  border-radius: var(--dh-radius);
}

.legal-card section {
  padding: 26px 0;
  border-top: 1px solid var(--dh-line);
}

.legal-card section:first-of-type {
  border-top: 0;
}

.legal-card h2 {
  margin: 0 0 12px;
  color: var(--dh-navy);
  font-size: clamp(1.45rem, 2.4vw, 2rem);
}

.legal-card p {
  max-width: 960px;
  margin: 0 0 14px;
  color: var(--dh-muted);
  line-height: 1.75;
}

.legal-card p:last-child {
  margin-bottom: 0;
}

.site-footer {
  color: #dcecff;
  background: #061e43;
}

.footer-inner {
  display: grid;
  grid-template-columns: 1.35fr 1fr 1fr 1fr;
  gap: 32px;
  padding: 56px 0;
}

.site-footer h2,
.site-footer h3 {
  margin: 0 0 12px;
  color: var(--dh-white);
}

.site-footer p,
.site-footer a {
  color: #dcecff;
}

.footer-menu {
  display: grid;
  gap: 8px;
  align-items: start;
}

.footer-bottom {
  padding: 18px 0;
  color: #bdd8f2;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

@media (max-width: 1080px) {
  .hero-inner,
  .image-feature-inner,
  .support-layout,
  .service-hero-inner,
  .shop-hero-inner,
  .cart-hero-inner,
  .account-hero-inner,
  .campaigns-hero-inner,
  .legal-hero-inner,
  .legal-layout {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .hero-inner {
    min-height: auto;
  }

  .price-orb {
    margin-top: 0;
  }

  .trust-grid,
  .service-grid,
  .benefit-grid,
  .ad-gallery,
  .shop-category-grid,
  .cart-support-grid,
  .account-support-grid,
  .campaigns-intro-grid,
  .campaigns-detail-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .legal-nav {
    position: static;
  }

  .trust-item {
    border-right: 0;
    border-bottom: 1px solid var(--dh-line);
  }

  .pricing-grid,
  .testimonial-grid,
  .numbers-panel,
  .process-grid,
  .woocommerce .products ul,
  .woocommerce ul.products {
    grid-template-columns: 1fr;
  }

  .footer-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .admin-bar .site-header {
    top: 46px;
  }

  .header-inner {
    min-height: 68px;
  }

  .site-description {
    display: none;
  }

  .nav-toggle {
    display: inline-grid;
    place-items: center;
  }

  .primary-navigation {
    position: absolute;
    top: 100%;
    right: 16px;
    left: 16px;
    display: none;
    align-items: stretch;
    padding: 14px;
    background: var(--dh-white);
    border: 1px solid var(--dh-line);
    border-radius: var(--dh-radius);
    box-shadow: var(--dh-shadow);
  }

  .primary-navigation.is-open {
    display: grid;
  }

  .primary-menu {
    display: grid;
    gap: 10px;
  }

  .primary-navigation .button {
    width: 100%;
  }

  .hero::after {
    background: linear-gradient(180deg, rgba(3, 25, 54, 0.96), rgba(6, 38, 90, 0.82));
  }

  .hero-inner {
    padding: 54px 0 46px;
  }

  .hero h1 {
    font-size: clamp(2.6rem, 14vw, 4.1rem);
  }

  .product-search div,
  .trust-grid,
  .service-grid,
  .benefit-grid,
  .deep-feature-grid,
  .stat-grid,
  .faq-grid,
  .footer-inner,
  .ad-showcase-grid,
  .ad-showcase-card-large,
  .ad-gallery,
  .shop-category-grid,
  .cart-support-grid,
  .account-support-grid,
  .campaigns-intro-grid,
  .campaigns-detail-grid {
    grid-template-columns: 1fr;
  }

  .section {
    padding: 56px 0;
  }

  .managed-panel,
  .cta-inner,
  .shop-support-band {
    display: grid;
    align-items: start;
  }

  .price-orb {
    width: 210px;
    height: 210px;
  }

  .price-orb strong {
    font-size: 3.5rem;
  }

  .wide-image-band {
    padding: 24px 16px;
  }

}
