:root {
  --eco-navy-950: #071528;
  --eco-navy-900: #0c1f3f;
  --eco-navy-800: #12305f;
  --eco-navy-700: #1a4f94;
  --eco-cyan-500: #3fc3ff;
  --eco-cyan-300: #8be0ff;
  --eco-amber-500: #ffb14a;
  --eco-slate-50: #f6f8fc;
  --eco-slate-100: #e7edf6;
  --eco-slate-500: #61728d;
  --eco-slate-700: #2b3850;
  --eco-white: #ffffff;
  --eco-shadow-lg: 0 22px 60px rgba(7, 21, 40, 0.16);
  --eco-shadow-md: 0 16px 36px rgba(10, 22, 43, 0.12);
  --eco-radius-xl: 28px;
  --eco-radius-lg: 20px;
  --eco-radius-md: 14px;
  --eco-container-max: 1180px;
}

body {
  color: var(--eco-slate-700);
  font-family: "Open Sans", sans-serif;
  background: var(--eco-slate-50);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--eco-navy-900);
  font-family: "Bitter", serif;
  letter-spacing: -0.02em;
}

a:focus,
button:focus,
input:focus,
textarea:focus,
select:focus {
  outline: 3px solid var(--eco-cyan-500) !important;
  outline-offset: 3px;
}

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

.skip-link {
  position: absolute;
  left: 16px;
  top: -100px;
  z-index: 100000;
  background: var(--eco-white);
  color: var(--eco-navy-900);
  border-radius: 999px;
  padding: 12px 18px;
  box-shadow: var(--eco-shadow-md);
}

.skip-link:focus {
  top: 16px;
}

.container {
  max-width: var(--eco-container-max);
}

.main-page-wrapper .top-background {
  background:
    radial-gradient(circle at top right, rgba(63, 195, 255, 0.18), transparent 28%),
    linear-gradient(180deg, #0a1830 0%, #0f2550 52%, #113362 100%) !important;
  min-height: auto;
  height: auto !important;
}

.main-page-wrapper .top-background:after {
  display: none;
  margin-top: 0 !important;
}

body.home .top-background {
  height: auto !important;
}

body.home .top-background:after {
  display: none !important;
  margin-top: 0 !important;
}

.top-menu-wrapper {
  position: sticky;
  top: 0;
  z-index: 9999;
  background: rgba(7, 21, 40, 0.84) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(14px);
}

.top-menu-wrapper .top-menu ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  margin: 0;
}

.top-menu-wrapper .top-menu li {
  float: none;
  border: 0;
  height: auto;
}

.top-menu-wrapper .top-menu li a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: auto;
  height: auto;
  padding: 14px 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.top-menu-wrapper .top-menu li a strong,
.top-menu-wrapper .top-menu li a i {
  margin: 0;
}

#mobile_trigger_button {
  display: none;
}

.site-header {
  padding: 34px 0 24px;
}

.site-header .row {
  margin-top: 0;
  display: flex;
  align-items: center;
}

.logo img {
  max-height: 72px;
  width: auto;
}

.main-menu {
  display: flex;
  justify-content: flex-end;
}

.main-menu ul {
  float: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}

.main-menu ul li {
  float: none;
}

.main-menu ul li a {
  padding: 16px 18px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  text-transform: none;
  letter-spacing: 0;
}

.main-menu ul li a span {
  display: none;
}

header > hr {
  margin: 16px 0 0;
  opacity: 0.18;
}

.ecohosting-admin-link {
  margin-bottom: 20px;
}

.home-hero {
  background:
    radial-gradient(circle at top left, rgba(139, 224, 255, 0.16), transparent 26%),
    linear-gradient(180deg, #113362 0%, #102b57 52%, #0d2348 100%);
  padding: 42px 0 72px;
}

.home-hero-grid,
.home-value-grid,
.home-proof-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.95fr);
  gap: 36px;
  align-items: center;
}

.home-hero-grid:before,
.home-hero-grid:after,
.home-value-grid:before,
.home-value-grid:after,
.home-proof-grid:before,
.home-proof-grid:after,
.final-cta-shell:before,
.final-cta-shell:after {
  content: none !important;
  display: none !important;
}

.home-hero-copy {
  max-width: 620px;
}

.home-hero-panel {
  display: flex;
  justify-content: flex-end;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--eco-cyan-300);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.home-hero-copy h1 {
  margin: 0 0 18px;
  color: var(--eco-white);
  font-size: 54px;
  line-height: 1.04;
}

.hero-lead {
  max-width: 640px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 18px;
  line-height: 1.7;
}

.hero-actions,
.final-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.hero-trust-list,
.benefit-list {
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.hero-trust-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-trust-list li,
.benefit-list li {
  position: relative;
}

.hero-trust-list li {
  padding: 12px 16px 12px 36px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
}

.hero-trust-list li:before,
.benefit-list li:before {
  content: "";
  position: absolute;
  left: 14px;
  top: 50%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--eco-amber-500);
  transform: translateY(-50%);
}

.benefit-list li {
  margin-bottom: 12px;
  padding: 14px 16px 14px 38px;
  border-radius: var(--eco-radius-md);
  background: rgba(7, 21, 40, 0.04);
  line-height: 1.6;
}

.hero-visual-card,
.media-card,
.plan-card,
.solution-card,
.reviews-shell,
.final-cta-shell {
  border-radius: var(--eco-radius-xl);
  background: var(--eco-white);
  box-shadow: var(--eco-shadow-lg);
}

.hero-visual-card {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 28px;
  background: linear-gradient(145deg, rgba(247, 251, 255, 0.96), rgba(232, 242, 255, 0.94));
}

.hero-visual-card img {
  width: 42%;
  max-width: 280px;
  height: auto;
  object-fit: contain;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
  border-radius: 999px;
  background: rgba(17, 51, 98, 0.08);
  color: var(--eco-navy-800);
  padding: 8px 12px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.hero-visual-card h2 {
  margin: 0 0 10px;
  font-size: 30px;
}

.hero-visual-card p {
  margin: 0;
  line-height: 1.65;
}

.home-section {
  padding: 84px 0;
}

.home-plans {
  background: var(--eco-slate-50);
}

.section-heading {
  max-width: 760px;
  margin-bottom: 34px;
}

.section-heading .eyebrow {
  color: var(--eco-navy-700);
}

.section-heading h2 {
  margin: 0 0 14px;
  font-size: 42px;
}

.section-heading p,
.home-value-copy p,
.proof-copy p,
.final-cta-shell p {
  color: var(--eco-slate-500);
  line-height: 1.75;
}

.plan-grid,
.solution-grid {
  display: grid;
  gap: 22px;
}

.plan-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.solution-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.plan-card,
.solution-card {
  height: 100%;
  padding: 28px;
}

.plan-card-business {
  background: linear-gradient(180deg, #f7fbff 0%, #edf6ff 100%);
  transform: translateY(-10px);
}

.plan-eyebrow {
  margin: 0 0 14px;
  color: var(--eco-navy-700);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.plan-card h3 {
  margin: 0 0 18px;
  font-size: 28px;
  line-height: 1.2;
}

.plan-price {
  margin-bottom: 18px;
}

.plan-price strong {
  display: block;
  color: var(--eco-navy-900);
  font-size: 42px;
  line-height: 1;
}

.plan-price span {
  display: inline-block;
  margin-top: 8px;
  color: var(--eco-slate-500);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.plan-button,
.hero-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 14px 22px;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.hero-button.primary,
.plan-button {
  background: linear-gradient(135deg, var(--eco-amber-500), #ff8f2b);
  color: var(--eco-navy-950);
  box-shadow: 0 14px 28px rgba(255, 177, 74, 0.28);
}

.hero-button.secondary {
  background: rgba(255, 255, 255, 0.1);
  color: var(--eco-white);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.home-value,
.home-final-cta {
  background: var(--eco-white);
}

.media-card {
  padding: 20px;
}

.media-card img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: calc(var(--eco-radius-xl) - 10px);
}

.media-card figcaption {
  margin-top: 16px;
  color: var(--eco-slate-500);
  line-height: 1.65;
}

.solution-card img {
  width: 88px;
  height: 88px;
  object-fit: contain;
  margin-bottom: 18px;
}

.solution-card h3 {
  margin: 0 0 10px;
  font-size: 24px;
}

.solution-card p {
  margin-bottom: 18px;
  color: var(--eco-slate-500);
  line-height: 1.7;
}

.solution-card a {
  font-weight: 800;
}

.partner-strip {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
  margin-top: 24px;
  padding: 22px 24px;
  border-radius: var(--eco-radius-lg);
  background: rgba(7, 21, 40, 0.04);
}

.partner-strip img {
  max-height: 38px;
  width: auto;
}

.reviews-shell {
  padding: 32px;
}

.final-cta-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: 36px 40px;
  background: linear-gradient(145deg, #0f2550 0%, #16477d 100%);
}

.final-cta-shell .eyebrow,
.final-cta-shell h2,
.final-cta-shell p {
  color: var(--eco-white);
}

.final-cta-actions {
  display: grid;
  gap: 12px;
  min-width: 220px;
  justify-items: stretch;
  align-self: center;
}

.final-cta-actions .hero-button {
  width: 100%;
  text-align: center;
}

.site-footer {
  margin-top: 48px;
  padding: 72px 0 24px;
  background: linear-gradient(180deg, #071528 0%, #0b2241 100%);
  color: rgba(255, 255, 255, 0.8);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.35fr 0.85fr 0.85fr 1fr;
  gap: 28px;
  padding-bottom: 32px;
}

.footer-brand img {
  max-height: 58px;
  width: auto;
  margin-bottom: 20px;
}

.footer-brand p,
.footer-column li,
.footer-meta {
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.7;
}

.footer-column h5,
.footer-social-title {
  margin-bottom: 16px;
  color: var(--eco-white);
  font-size: 18px;
}

.footer-column ul,
.footer-social {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-column li {
  margin-bottom: 10px;
}

.footer-column a,
.footer-social a,
.footer-brand a {
  color: rgba(255, 255, 255, 0.86);
}

.footer-social {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 18px;
}

.footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  font-size: 17px;
}

.footer-newsletter-shell {
  border-radius: var(--eco-radius-lg);
  background: rgba(255, 255, 255, 0.06);
  padding: 24px;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-top: 26px;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
}

.footer-bottom p {
  margin: 0;
}

#searchform i {
  position: absolute;
  left: 14px;
  top: 14px;
  color: var(--eco-slate-500);
}

#searchform input[type="text"] {
  width: 100%;
  box-sizing: border-box;
  padding-left: 42px;
}

#searchsubmit {
  margin-top: 12px;
}

@media (max-width: 1199px) {
  .home-hero-grid,
  .home-value-grid,
  .home-proof-grid {
    grid-template-columns: 1fr;
  }

  .home-hero {
    padding: 34px 0 56px;
  }

  .home-hero-copy {
    max-width: 100%;
  }

  .home-hero-panel {
    justify-content: flex-start;
  }

  .hero-visual-card {
    max-width: 640px;
  }

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

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

  .home-hero-copy h1 {
    font-size: 48px;
  }
}

@media (max-width: 979px) {
  .footer-grid,
  .footer-bottom,
  .final-cta-shell {
    grid-template-columns: 1fr;
    flex-direction: column;
    align-items: flex-start;
  }

  .plan-grid,
  .solution-grid {
    grid-template-columns: 1fr;
  }

  .site-header .row {
    flex-direction: column;
    gap: 18px;
  }

  .main-menu {
    justify-content: center;
  }

  .main-menu ul {
    justify-content: center;
    flex-wrap: wrap;
  }

  .hero-visual-card {
    flex-direction: column;
    max-width: 100%;
  }

  .hero-visual-card img {
    width: min(100%, 280px);
  }
}

@media (max-width: 1100px) {
  #mobile_trigger_button {
    display: block;
  }

  .main-menu {
    display: none;
  }

  .top-menu-wrapper .top-menu ul {
    justify-content: space-between;
  }
}

@media (max-width: 767px) {
  .top-menu-wrapper .top-menu ul {
    gap: 0;
    justify-content: space-between;
  }

  .top-menu-wrapper .top-menu li a {
    font-size: 12px;
    padding: 12px 0;
  }

  #mobile_trigger_button {
    display: block;
  }

  .main-menu {
    display: none;
  }

  .site-header {
    padding: 24px 0 18px;
  }

  .home-hero {
    padding-top: 28px;
  }

  .home-hero-copy h1 {
    font-size: 38px;
  }

  .section-heading h2 {
    font-size: 34px;
  }

  .hero-trust-list {
    display: grid;
  }
}

/* Stage 2 composition overrides */
.top-menu.container,
.site-header.container,
.ecohosting-home .container,
.company-page .container,
.hosting-detail-page .container,
.service-detail-page .container,
.domains-page .container,
.contact-page .container,
.site-footer .container {
  width: min(calc(100% - 56px), var(--eco-container-max)) !important;
  max-width: var(--eco-container-max) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.main-page-wrapper .top-background,
body.home .top-background {
  min-height: auto !important;
  height: auto !important;
}

.main-page-wrapper .top-background:after,
body.home .top-background:after {
  display: none !important;
  margin-top: 0 !important;
}

.top-menu-wrapper .top-menu ul {
  gap: 18px;
}

.site-header {
  padding: 18px 0 14px;
}

.site-header .row {
  justify-content: space-between;
  gap: 24px;
}

.site-header .span4,
.site-header .span8 {
  width: auto !important;
  float: none !important;
  margin-left: 0 !important;
}

.site-header .span4 {
  flex: 0 0 clamp(180px, 22vw, 250px);
}

.site-header .span8 {
  flex: 1 1 auto;
  min-width: 0;
}

.logo {
  margin: 0 !important;
  display: flex;
  align-items: center;
}

.logo a {
  display: inline-flex;
  align-items: center;
}

.logo img {
  width: clamp(138px, 15vw, 196px);
  max-height: none;
  height: auto;
  display: block;
}

.main-menu ul li a {
  position: relative;
  padding: 14px 20px;
  font-size: 15px;
  line-height: 1.1;
  color: rgba(255, 255, 255, 0.9);
  background: transparent;
  white-space: nowrap;
  border: 1px solid transparent;
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.main-menu ul li a:hover,
.main-menu ul li a:focus-visible {
  color: var(--eco-white);
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.04);
  box-shadow: none;
  transform: none;
}

.main-menu ul li.current-menu-item a,
.main-menu ul li.current_page_item a,
.main-menu ul li.current-menu-ancestor a,
.main-menu ul li.current-page-ancestor a {
  color: var(--eco-white);
  background: transparent;
  border-color: transparent;
  box-shadow: none;
}

.main-menu ul li.current-menu-item a::after,
.main-menu ul li.current_page_item a::after,
.main-menu ul li.current-menu-ancestor a::after,
.main-menu ul li.current-page-ancestor a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 3px;
  width: 26px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--eco-cyan-300), var(--eco-cyan-500));
  transform: translateX(-50%);
  box-shadow: 0 6px 16px rgba(63, 195, 255, 0.22);
}

header > hr {
  margin-top: 12px;
  opacity: 0.14;
}

.home-hero {
  background:
    radial-gradient(circle at top left, rgba(139, 224, 255, 0.18), transparent 22%),
    radial-gradient(circle at 85% 20%, rgba(255, 177, 74, 0.16), transparent 18%),
    linear-gradient(180deg, #102a56 0%, #0b2144 58%, #08172d 100%);
  padding: 26px 0 40px;
}

.home-hero-grid {
  grid-template-columns: minmax(380px, 1.08fr) minmax(360px, 0.92fr);
  gap: 30px;
  align-items: start;
}

.home-value-grid,
.home-proof-grid {
  grid-template-columns: minmax(0, 0.96fr) minmax(340px, 1.04fr);
  gap: 36px;
}

.home-hero-copy {
  max-width: 620px;
}

.home-hero-copy h1 {
  margin-bottom: 14px;
  font-size: clamp(32px, 3.2vw, 46px);
  line-height: 0.98;
  max-width: 10.5ch;
  text-wrap: balance;
}

.hero-lead {
  max-width: 500px;
  font-size: 14px;
  line-height: 1.62;
}

.hero-actions {
  gap: 16px;
  margin-top: 18px;
}

.hero-trust-list {
  margin-top: 18px;
  gap: 12px;
  max-width: 520px;
}

.hero-trust-list li {
  padding: 10px 14px 10px 34px;
  font-size: 12px;
}

.home-hero-panel {
  justify-content: flex-start;
}

.hero-visual-card {
  max-width: 520px;
  padding: 20px 22px;
  gap: 14px;
  transform: none;
}

.hero-visual-card img {
  width: 38%;
  max-width: 170px;
}

.hero-visual-card h2 {
  font-size: 20px;
  line-height: 1.08;
}

.hero-visual-card p {
  font-size: 13px;
  line-height: 1.55;
}

.home-section {
  padding: 76px 0;
}

.home-local-proof {
  padding-top: 30px;
  background:
    radial-gradient(circle at top left, rgba(143, 224, 255, 0.14), transparent 22%),
    linear-gradient(180deg, rgba(248, 251, 255, 0.96), rgba(237, 244, 252, 0.88));
}

.home-local-proof-heading {
  max-width: 900px;
}

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

.home-local-proof-card {
  padding: 24px 24px 22px;
  border: 1px solid rgba(18, 40, 82, 0.1);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 45px rgba(15, 32, 61, 0.07);
}

.home-local-proof-card h3 {
  margin: 0 0 10px;
  color: #102a58;
  font-size: 1.35rem;
  line-height: 1.08;
}

.home-local-proof-card p {
  margin: 0 0 14px;
  color: #50688b;
  line-height: 1.7;
}

.home-local-proof-card a {
  color: #163c79;
  font-weight: 800;
  text-decoration: none;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 30px;
}

.section-heading h2 {
  font-size: clamp(32px, 3.4vw, 44px);
  line-height: 1.06;
}

.section-heading p,
.home-value-copy p,
.proof-copy p,
.final-cta-shell p {
  font-size: 15px;
}

.plan-grid {
  grid-template-columns: repeat(3, minmax(250px, 1fr));
  gap: 26px;
}

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

.plan-card,
.solution-card {
  padding: 24px;
}

.plan-card-business {
  transform: translateY(-16px) scale(1.01);
}

.plan-card h3 {
  font-size: 31px;
  line-height: 1.06;
}

.plan-price strong {
  font-size: 46px;
}

.plan-button,
.hero-button {
  padding: 15px 24px;
}

.media-card {
  padding: 22px;
}

.solution-card img {
  width: 76px;
  height: 76px;
  margin-bottom: 18px;
}

.solution-card h3 {
  font-size: 21px;
  line-height: 1.12;
}

.solution-card p {
  margin-bottom: 14px;
  font-size: 14px;
  line-height: 1.65;
}

.partner-strip {
  gap: 18px;
  margin-top: 20px;
  padding: 16px 18px;
  width: fit-content;
  max-width: 100%;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(12, 31, 63, 0.08);
}

.proof-copy h2 {
  margin: 0 0 14px;
  font-size: clamp(28px, 2.9vw, 38px);
  line-height: 1.08;
  max-width: 15ch;
}

.proof-copy p {
  margin: 0;
  max-width: 48ch;
}

.service-semantic-summary {
  position: relative;
  z-index: 1;
  padding: 10px 0 42px;
}

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

.service-semantic-summary-card {
  min-height: 100%;
  padding: 22px 22px 20px;
  border: 1px solid rgba(18, 40, 82, 0.1);
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(244, 248, 253, 0.96));
  box-shadow: 0 12px 28px rgba(15, 32, 61, 0.05);
}

.service-semantic-summary-label {
  margin: 0 0 10px;
  color: #163c79;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.service-semantic-summary-card p:last-child {
  margin: 0;
  color: #50688b;
  line-height: 1.68;
}

.reviews-shell {
  padding: 28px;
}

.final-cta-shell {
  gap: 28px;
  padding: 32px 36px;
}

.final-cta-shell h2 {
  margin: 0 0 12px;
  font-size: clamp(28px, 3vw, 38px);
  line-height: 1.08;
  max-width: 16ch;
}

@media (max-width: 1199px) {
  .top-menu.container,
  .site-header.container,
  .ecohosting-home .container,
  .company-page .container,
  .hosting-detail-page .container,
  .service-detail-page .container,
  .domains-page .container,
  .contact-page .container,
  .site-footer .container {
    width: min(calc(100% - 44px), var(--eco-container-max)) !important;
  }

  .home-hero-grid,
  .home-value-grid,
  .home-proof-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .home-local-proof-grid,
  .service-semantic-summary-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-hero {
    padding: 24px 0 42px;
  }

  .home-hero-copy {
    max-width: 100%;
  }

  .home-hero-copy h1 {
    max-width: 10ch;
    font-size: clamp(31px, 4.1vw, 42px);
  }

  .hero-visual-card {
    max-width: 580px;
    transform: none;
  }

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

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

@media (max-width: 1100px) {
  #mobile_trigger_button {
    display: block;
  }

  .main-menu {
    display: none;
  }

  .top-menu-wrapper .top-menu ul {
    justify-content: space-between;
  }
}

@media (max-width: 979px) {
  .top-menu.container,
  .site-header.container,
  .ecohosting-home .container,
  .company-page .container,
  .hosting-detail-page .container,
  .service-detail-page .container,
  .domains-page .container,
  .contact-page .container,
  .site-footer .container {
    width: min(calc(100% - 36px), var(--eco-container-max)) !important;
  }

  .footer-grid,
  .footer-bottom,
  .final-cta-shell {
    grid-template-columns: 1fr;
    flex-direction: column;
    align-items: flex-start;
  }

  .plan-grid,
  .solution-grid {
    grid-template-columns: 1fr;
  }

  .site-header .row {
    flex-direction: row;
    align-items: center;
  }

  .site-header .span4 {
    flex-basis: clamp(150px, 30vw, 200px);
  }

  .home-hero-copy h1 {
    font-size: 40px;
  }

  .section-heading h2 {
    font-size: 34px;
  }

  .hero-visual-card {
    flex-direction: column;
    max-width: 100%;
  }

  .hero-visual-card img {
    width: min(100%, 200px);
    max-width: 200px;
  }
}

@media (max-width: 767px) {
  .top-menu.container,
  .site-header.container,
  .ecohosting-home .container,
  .company-page .container,
  .hosting-detail-page .container,
  .service-detail-page .container,
  .domains-page .container,
  .contact-page .container,
  .site-footer .container {
    width: min(calc(100% - 28px), var(--eco-container-max)) !important;
  }

  .site-header {
    padding: 18px 0 14px;
  }

  .logo img {
    width: clamp(126px, 42vw, 170px);
  }

  .home-hero {
    padding: 18px 0 36px;
  }

  .home-hero-copy h1 {
    max-width: 100%;
    font-size: 28px;
  }

  .hero-lead {
    font-size: 15px;
  }

  .section-heading h2 {
    font-size: 30px;
  }

  .hero-actions,
  .final-cta-actions {
    width: 100%;
  }

  .hero-actions .hero-button,
  .final-cta-actions .hero-button {
    width: 100%;
  }

  .plan-card-business {
    transform: none;
  }

  .hero-trust-list {
    display: grid;
  }
}

.home-plans {
  background: linear-gradient(180deg, #f3f7fc 0%, #edf3fa 100%);
}

.plans-board {
  padding: 36px;
  border-radius: 36px;
  background: linear-gradient(180deg, #ffffff 0%, #f5f9fd 100%);
  box-shadow: 0 28px 56px rgba(10, 22, 43, 0.1);
}

.plans-showcase {
  display: grid;
  grid-template-columns: minmax(240px, 320px) minmax(0, 1fr);
  gap: 42px;
  align-items: end;
  margin-bottom: 28px;
}

.plans-showcase-media {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.plans-showcase-media img {
  width: min(100%, 280px);
  height: auto;
  filter: drop-shadow(0 24px 36px rgba(11, 33, 68, 0.16));
}

.plans-showcase-copy h2 {
  margin: 0 0 14px;
  font-size: clamp(30px, 3.5vw, 44px);
  line-height: 1.08;
  max-width: 12ch;
}

.plans-showcase-copy > p {
  margin: 0;
  color: var(--eco-slate-500);
  max-width: 48ch;
  line-height: 1.7;
}

.plans-highlight-list {
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0;
}

.plans-highlight-list li {
  position: relative;
  padding: 14px 0 14px 26px;
  border-bottom: 1px solid #dbe5f1;
  line-height: 1.6;
}

.plans-highlight-list li:before {
  content: "";
  position: absolute;
  left: 4px;
  top: 50%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--eco-amber-500);
  transform: translateY(-50%);
}

.plans-comparison-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}

.hosting-plan-card {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
  border-radius: 22px;
  border: 1px solid rgba(12, 31, 63, 0.08);
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
  box-shadow: 0 22px 38px rgba(10, 22, 43, 0.09);
}

.hosting-plan-top {
  position: relative;
  min-height: 250px;
  padding: 26px 24px 22px;
  background: linear-gradient(180deg, #113362 0%, #0a1b38 100%);
  color: var(--eco-white);
}

.hosting-plan-card.is-featured .hosting-plan-top {
  background: linear-gradient(180deg, #1a4f94 0%, #0a2347 100%);
}

.hosting-plan-card.is-featured {
  transform: translateY(-12px) scale(1.02);
  box-shadow: 0 30px 54px rgba(10, 22, 43, 0.14);
}

.hosting-plan-flag {
  position: absolute;
  top: 16px;
  right: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  border-radius: 999px;
  background: linear-gradient(135deg, #ffd65c, #ff9b36);
  color: #091427;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hosting-plan-kicker {
  margin: 0 0 10px;
  color: var(--eco-cyan-300);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hosting-plan-top h3 {
  margin: 0 0 12px;
  color: var(--eco-white);
  font-size: 28px;
  line-height: 1.08;
}

.hosting-plan-summary {
  margin: 0;
  min-height: 72px;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.7;
}

.hosting-plan-price {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.hosting-plan-price strong {
  display: block;
  color: var(--eco-white);
  font-size: 46px;
  line-height: 1;
}

.hosting-plan-price span {
  display: inline-block;
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hosting-plan-features {
  margin: 0;
  padding: 8px 24px 12px;
  list-style: none;
  display: grid;
  gap: 0;
}

.hosting-plan-features li {
  position: relative;
  padding: 14px 0 14px 24px;
  border-top: 1px solid #dbe5f1;
  color: var(--eco-slate-700);
  line-height: 1.6;
}

.hosting-plan-features a {
  color: var(--eco-navy-700);
  font-weight: 800;
  text-decoration: none;
}

.hosting-plan-features strong,
.hosting-plan-features b {
  color: var(--eco-navy-900);
}

.hosting-plan-features li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--eco-amber-500);
}

.hosting-plan-card .plan-button {
  width: calc(100% - 48px);
  margin: auto 24px 24px;
  justify-content: center;
  background: linear-gradient(135deg, var(--eco-amber-500), #ff8f2b);
  color: #071528;
  box-shadow: 0 14px 28px rgba(255, 177, 74, 0.2);
}

.hosting-plan-card.is-featured .plan-button {
  background: #0e264d;
  color: var(--eco-white);
  box-shadow: none;
}

.hosting-plan-card .plan-button:hover {
  transform: translateY(-2px);
}

.plans-trust-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 18px;
  padding: 18px 22px;
  border-radius: 16px;
  background: linear-gradient(135deg, #102a56, #0b1f40);
  color: rgba(255, 255, 255, 0.88);
}

.plans-trust-band p {
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
  font-weight: 600;
  line-height: 1.7;
}

.plan-band-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 14px 22px;
  background: linear-gradient(135deg, var(--eco-amber-500), #ff8f2b);
  color: var(--eco-navy-950);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.home-value-advisor {
  background: var(--eco-white);
}

.advisor-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.9fr);
  gap: 24px;
  align-items: center;
  padding: 28px 30px;
  border-radius: 32px;
  background: linear-gradient(145deg, #ffffff 0%, #f4f8fc 100%);
  box-shadow: 0 22px 48px rgba(10, 22, 43, 0.08);
}

.advisor-copy h2 {
  margin: 0 0 14px;
  font-size: clamp(28px, 3vw, 38px);
  line-height: 1.08;
  max-width: 15ch;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
  text-wrap: balance;
}

.advisor-copy p {
  margin: 0;
  color: var(--eco-slate-500);
  font-size: 15px;
  line-height: 1.7;
}

.advisor-actions {
  margin-top: 24px;
}

.advisor-media {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

.advisor-media img {
  width: min(100%, 350px);
  height: auto;
}

.advisor-badge {
  position: absolute;
  left: 0;
  top: 10px;
  display: inline-flex;
  align-items: center;
  padding: 10px 14px;
  border-radius: 999px;
  background: linear-gradient(135deg, #ffd65c, #ffb14a);
  color: var(--eco-navy-950);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: 0 14px 28px rgba(255, 177, 74, 0.2);
}

.support-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 24px;
}

.support-card {
  padding: 20px;
  border-radius: 20px;
  background: #f7fafc;
  box-shadow: 0 16px 30px rgba(10, 22, 43, 0.06);
}

.support-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  margin-bottom: 14px;
  border-radius: 18px;
  background: rgba(17, 51, 98, 0.08);
  color: #0f2d5d;
  font-size: 22px;
}

.support-icon img {
  max-width: 34px;
  max-height: 34px;
  width: auto;
  height: auto;
}

.support-card h3 {
  margin: 0 0 10px;
  font-size: 18px;
  line-height: 1.08;
}

.support-card p {
  margin: 0;
  color: var(--eco-slate-500);
  font-size: 14px;
  line-height: 1.6;
}

.support-card p a {
  color: var(--eco-navy-700);
  font-weight: 800;
}

.plan-rating {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 20px;
  color: var(--eco-slate-500);
}

.plan-rating p {
  margin: 0;
  font-size: 14px;
}

@media (max-width: 1199px) {
  .plans-showcase,
  .advisor-shell {
    grid-template-columns: 1fr;
  }

  .plans-showcase-copy h2,
  .advisor-copy h2 {
    max-width: 100%;
  }

  .plans-comparison-grid,
  .support-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .plans-showcase-media {
    order: -1;
  }

  .advisor-media {
    justify-content: center;
  }

  .hosting-plan-card.is-featured {
    transform: none;
  }
}

@media (max-width: 979px) {
  .plans-comparison-grid,
  .support-grid {
    grid-template-columns: 1fr;
  }

  .plans-trust-band,
  .plan-rating {
    flex-direction: column;
    align-items: flex-start;
  }

  .advisor-shell {
    padding: 28px;
  }

  .hosting-plan-top {
    padding: 24px 24px 20px;
    min-height: auto;
  }

  .hosting-plan-features {
    padding: 22px 24px 12px;
  }

  .hosting-plan-card .plan-button {
    width: calc(100% - 48px);
    margin: auto 24px 24px;
  }
}

@media (max-width: 767px) {
  .plans-board {
    padding: 24px 20px;
    border-radius: 24px;
  }

  .plans-showcase-media img {
    width: min(100%, 220px);
  }

  .plans-showcase-copy h2,
  .advisor-copy h2 {
    font-size: 34px;
  }

  .hosting-plan-top h3 {
    font-size: 26px;
  }

  .hosting-plan-price strong {
    font-size: 40px;
  }

  .plans-trust-band {
    padding: 18px;
  }

  .advisor-media {
    display: block;
  }

  .advisor-badge {
    position: static;
    margin-bottom: 12px;
  }

  .advisor-media img {
    width: min(100%, 340px);
  }
}

.hosting-page .home-section {
  padding: 78px 0;
}

.hosting-page .home-hero {
  padding: 38px 0 58px;
}

.hosting-page-hero-grid {
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  align-items: start;
  gap: 40px;
}

.hosting-page-copy {
  max-width: 640px;
}

.hosting-page-copy h1 {
  max-width: 10ch;
  font-size: clamp(44px, 5vw, 66px);
}

.hosting-page-copy .hero-lead {
  max-width: 52ch;
}

.hosting-page-key-points {
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.hosting-page-key-points li {
  position: relative;
  padding-left: 26px;
  color: rgba(255, 255, 255, 0.86);
  line-height: 1.65;
}

.hosting-page-key-points li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--eco-amber-500);
}

.hosting-page-panel {
  padding-top: 10px;
}

.hosting-page-visual-card {
  min-height: 100%;
  padding: 34px 34px 28px;
  gap: 26px;
  align-items: center;
}

.hosting-page-visual-card .hero-visual-copy {
  max-width: 28ch;
}

.hosting-page-visual-card .hero-visual-copy h2 {
  max-width: 11ch;
}

.hosting-page-visual-card img {
  width: min(100%, 250px);
}

.hosting-page-section-heading {
  max-width: 760px;
  margin: 0 auto 28px;
  text-align: center;
}

.hosting-page-section-heading h2 {
  max-width: none;
}

.hosting-page-plans {
  background:
    radial-gradient(circle at top left, rgba(63, 195, 255, 0.08), transparent 22%),
    linear-gradient(180deg, #f4f8fd 0%, #edf3fa 100%);
}

.hosting-page-plans .plans-comparison-grid {
  margin-top: 12px;
}

.hosting-page-advisor {
  padding-top: 34px;
}

.hosting-proof-section {
  background: var(--eco-white);
}

.hosting-proof-section:nth-of-type(even) {
  background: linear-gradient(180deg, #f9fbff 0%, #f1f6fc 100%);
}

.hosting-proof-grid.is-reversed .proof-copy {
  order: 2;
}

.hosting-proof-grid.is-reversed .proof-media {
  order: 1;
}

.hosting-logo-cloud {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.hosting-logo-cloud img {
  max-height: 34px;
  margin: 0 auto;
}

.hosting-page-reviews .reviews-shell {
  margin-top: 0;
}

.hosting-page-final {
  padding-top: 24px;
}

@media (max-width: 1199px) {
  .hosting-page-hero-grid {
    grid-template-columns: 1fr;
  }

  .hosting-page-copy,
  .hosting-page-section-heading {
    max-width: 100%;
  }

  .hosting-page-panel {
    padding-top: 0;
  }

  .hosting-page-visual-card {
    justify-content: space-between;
  }

  .hosting-proof-grid.is-reversed .proof-copy,
  .hosting-proof-grid.is-reversed .proof-media {
    order: initial;
  }
}

@media (max-width: 979px) {
  .hosting-page .home-section {
    padding: 64px 0;
  }

  .hosting-page .home-hero {
    padding: 30px 0 46px;
  }

  .hosting-page-visual-card {
    padding: 28px 26px 22px;
  }

  .hosting-logo-cloud {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .hosting-page .home-section {
    padding: 52px 0;
  }

  .hosting-page-copy h1 {
    max-width: 9ch;
  }

  .hosting-page-visual-card {
    padding: 24px 20px;
    justify-items: start;
  }

  .hosting-page-visual-card img {
    width: min(100%, 190px);
  }

  .hosting-page-key-points {
    margin-top: 18px;
  }

  .hosting-page-section-heading {
    margin-bottom: 22px;
  }

  .hosting-logo-cloud {
    grid-template-columns: 1fr 1fr;
  }
}

.hosting-detail-page {
  background: linear-gradient(180deg, #f5f8fc 0%, #edf3fa 100%);
}

.eco-breadcrumbs {
  margin: 0 0 20px;
  padding-top: 8px;
}

.eco-breadcrumbs ol {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.eco-breadcrumbs li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0;
  color: var(--eco-slate-500);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5;
  white-space: nowrap;
}

.eco-breadcrumbs li + li:before {
  content: "›";
  color: #b4bfd0;
  font-size: 12px;
  font-weight: 700;
  margin-right: 1px;
}

.eco-breadcrumbs a {
  color: #72839d;
  text-decoration: none;
  padding: 0;
}

.eco-breadcrumbs a:hover,
.eco-breadcrumbs a:focus-visible {
  color: var(--eco-navy-700);
}

.eco-breadcrumbs span[aria-current="page"] {
  color: var(--eco-slate-700);
  font-weight: 700;
}

.hosting-detail-page .container:before,
.hosting-detail-page .container:after {
  content: none !important;
  display: none !important;
}

.hosting-detail-hero {
  padding: 34px 0 54px;
}

.hosting-detail-hero-shell {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(320px, 0.96fr);
  gap: 34px;
  padding: 34px;
  border-radius: 32px;
  overflow: hidden;
  background:
    radial-gradient(circle at top left, rgba(63, 195, 255, 0.14), transparent 28%),
    radial-gradient(circle at bottom left, rgba(255, 177, 74, 0.12), transparent 22%),
    linear-gradient(145deg, #ffffff 0%, #f3f8fd 100%);
  box-shadow: 0 28px 60px rgba(10, 22, 43, 0.14);
  align-items: start;
}

.hosting-detail-hero-shell:before,
.hosting-detail-hero-shell:after {
  content: "";
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
}

.hosting-detail-hero-shell:before {
  right: -80px;
  top: -80px;
  width: 240px;
  height: 240px;
  background: radial-gradient(circle, rgba(17, 51, 98, 0.08), transparent 68%);
}

.hosting-detail-hero-shell:after {
  left: -70px;
  bottom: -90px;
  width: 220px;
  height: 220px;
  background: radial-gradient(circle, rgba(255, 177, 74, 0.12), transparent 72%);
}

.hosting-detail-copy h1 {
  margin: 0 0 16px;
  max-width: 10ch;
  font-size: clamp(40px, 4.8vw, 62px);
  line-height: 1.02;
}

.hosting-detail-lead {
  margin: 0;
  max-width: 54ch;
  color: var(--eco-slate-500);
  font-size: 18px;
  line-height: 1.7;
}

.hosting-detail-bullets {
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.hosting-detail-bullets li {
  position: relative;
  padding-left: 24px;
  color: var(--eco-slate-700);
  line-height: 1.65;
}

.hosting-detail-bullets li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--eco-amber-500);
}

.hosting-detail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.hosting-detail-proof-pills {
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hosting-detail-proof-pills li {
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(17, 51, 98, 0.08);
  color: var(--eco-navy-900);
  font-size: 13px;
  font-weight: 700;
}

.hosting-detail-summary {
  display: block;
}

.hosting-detail-summary-card {
  position: relative;
  padding: 28px 28px 24px;
  border-radius: 28px;
  overflow: hidden;
  background:
    radial-gradient(circle at top right, rgba(63, 195, 255, 0.16), transparent 30%),
    linear-gradient(180deg, #102b57 0%, #0c1f40 100%);
  color: var(--eco-white);
  box-shadow: 0 22px 48px rgba(10, 22, 43, 0.18);
}

.hosting-detail-summary-card:after {
  content: "";
  position: absolute;
  right: -42px;
  top: -36px;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 177, 74, 0.18), transparent 72%);
  pointer-events: none;
}

.hosting-detail-summary-top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(126px, 170px);
  gap: 16px;
  align-items: center;
  margin: 14px 0 18px;
}

.hosting-detail-summary-card h2 {
  margin: 0;
  color: var(--eco-white);
  font-size: clamp(26px, 2.8vw, 36px);
  line-height: 1.08;
  max-width: 8.5ch;
  text-wrap: balance;
}

.hosting-detail-summary-figure {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  min-height: 170px;
  position: relative;
}

.hosting-detail-summary-figure:before {
  content: "";
  position: absolute;
  inset: 18px 4px 0;
  border-radius: 26px;
  background:
    radial-gradient(circle at top, rgba(255, 177, 74, 0.3), transparent 58%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.03));
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.hosting-detail-summary-figure img {
  position: relative;
  z-index: 1;
  width: min(100%, 150px);
  height: auto;
  filter: drop-shadow(0 18px 28px rgba(7, 21, 40, 0.22));
}

.hosting-detail-plan-glance {
  display: grid;
  gap: 10px;
}

.hosting-detail-plan-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
}

.hosting-detail-plan-row.is-featured {
  background: linear-gradient(135deg, rgba(255, 177, 74, 0.22), rgba(255, 177, 74, 0.08));
  border: 1px solid rgba(255, 177, 74, 0.36);
}

.hosting-detail-plan-row p,
.hosting-detail-plan-row span,
.hosting-detail-note {
  margin: 0;
}

.hosting-detail-plan-row p {
  color: var(--eco-white);
  font-size: 15px;
  font-weight: 800;
}

.hosting-detail-plan-row span {
  display: block;
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 12px;
  line-height: 1.5;
}

.hosting-detail-plan-row strong {
  color: var(--eco-white);
  font-size: 28px;
  line-height: 1;
  white-space: nowrap;
}

.hosting-detail-note {
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.7;
}

.hosting-detail-compare,
.hosting-detail-benefits,
.hosting-detail-proof,
.hosting-detail-advisor,
.hosting-detail-final {
  padding: 74px 0;
}

.hosting-detail-compare-shell {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  align-items: start;
}

.hosting-detail-intro {
  padding: 28px;
  border-radius: 26px;
  background: linear-gradient(145deg, #ffffff 0%, #f6f9fd 100%);
  box-shadow: 0 20px 42px rgba(10, 22, 43, 0.08);
}

.hosting-detail-intro h2,
.hosting-detail-section-head h2 {
  margin: 0 0 14px;
  font-size: clamp(30px, 3vw, 42px);
  line-height: 1.08;
}

.hosting-detail-intro > p,
.hosting-detail-section-head > p {
  margin: 0;
  color: var(--eco-slate-500);
  line-height: 1.75;
}

.hosting-detail-checklist {
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.hosting-detail-checklist li {
  position: relative;
  padding-left: 24px;
  color: var(--eco-slate-700);
  line-height: 1.65;
}

.hosting-detail-checklist li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--eco-cyan-500);
}

.hosting-detail-intro .button {
  margin-top: 22px;
}

.hosting-detail-plan-stack .plans-comparison-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.hosting-detail-plan-stack .hosting-plan-card.is-featured {
  transform: none;
  box-shadow: 0 28px 52px rgba(10, 22, 43, 0.14);
}

.hosting-detail-plan-stack .hosting-plan-card {
  overflow: visible;
}

.hosting-detail-plan-stack .hosting-plan-features {
  padding-top: 0;
}

.hosting-detail-plan-stack .hosting-plan-feature-item {
  position: relative;
  padding: 14px 18px 14px 24px;
  border-top: 1px solid #dbe5f1;
}

.hosting-detail-plan-stack .hosting-plan-feature-item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 20px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--eco-amber-500);
}

.hosting-feature-row {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: start;
  gap: 12px;
}

.hosting-feature-label {
  color: var(--eco-slate-700);
  line-height: 1.58;
  word-break: break-word;
}

.hosting-feature-help {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  margin-right: 10px;
  border: 1px solid rgba(17, 51, 98, 0.08);
  border-radius: 999px;
  background: rgba(17, 51, 98, 0.05);
  color: var(--eco-navy-700);
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  cursor: pointer;
  transition:
    background 0.18s ease,
    border-color 0.18s ease,
    box-shadow 0.18s ease,
    color 0.18s ease,
    transform 0.18s ease;
}

.hosting-feature-help:hover,
.hosting-feature-help:focus-visible,
.hosting-feature-row.is-open .hosting-feature-help {
  border-color: rgba(17, 51, 98, 0.16);
  background: rgba(17, 51, 98, 0.1);
  color: var(--eco-navy-900);
  box-shadow: 0 10px 20px rgba(17, 51, 98, 0.1);
  outline: none;
  transform: translateY(-1px);
}

.hosting-feature-popover {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  z-index: 8;
  width: min(230px, calc(100vw - 48px));
  padding: 12px 14px;
  border: 1px solid rgba(17, 51, 98, 0.12);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 18px 34px rgba(10, 22, 43, 0.18);
  color: var(--eco-slate-600);
  pointer-events: none;
}

.hosting-feature-popover p {
  margin: 0;
  font-size: 12.5px;
  font-weight: 600;
  line-height: 1.55;
}

.hosting-feature-row.is-top .hosting-feature-popover {
  top: auto;
  bottom: calc(100% + 10px);
}

.hosting-feature-row.is-right .hosting-feature-popover {
  left: auto;
  right: 0;
}

@media (max-width: 979px) {
  .hosting-feature-popover {
    width: min(220px, calc(100vw - 44px));
  }
}

@media (max-width: 767px) {
  .hosting-feature-row {
    gap: 10px;
  }

  .hosting-feature-help {
    width: 20px;
    height: 20px;
    margin-right: 0;
  }

  .hosting-feature-popover {
    width: min(208px, calc(100vw - 36px));
    padding: 11px 12px;
    border-radius: 12px;
  }

  .hosting-feature-popover p {
    font-size: 12px;
  }
}

.hosting-detail-band {
  margin-top: 24px;
}

.hosting-detail-benefits {
  background: var(--eco-white);
}

.hosting-detail-section-head {
  max-width: 780px;
  margin: 0 auto 28px;
  text-align: center;
}

.hosting-detail-support-grid {
  margin-top: 0;
}

.hosting-detail-faq {
  padding: 74px 0;
  background: linear-gradient(180deg, #f7fbff 0%, #eef4fb 100%);
}

.hosting-faq-list {
  display: grid;
  gap: 14px;
  max-width: 980px;
  margin: 0 auto;
}

.hosting-faq-item {
  overflow: hidden;
  border-radius: 20px;
  background: linear-gradient(145deg, #ffffff 0%, #f6f9fd 100%);
  box-shadow: 0 18px 36px rgba(10, 22, 43, 0.08);
}

.hosting-faq-item summary {
  position: relative;
  padding: 20px 54px 20px 24px;
  cursor: pointer;
  list-style: none;
  color: var(--eco-navy-900);
  font-family: "Bitter", Georgia, serif;
  font-size: 24px;
  line-height: 1.08;
}

.hosting-faq-item summary::-webkit-details-marker {
  display: none;
}

.hosting-faq-item summary:after {
  content: "+";
  position: absolute;
  right: 22px;
  top: 18px;
  color: var(--eco-navy-700);
  font-size: 26px;
  font-weight: 800;
  line-height: 1;
}

.hosting-faq-item[open] summary:after {
  content: "\2212";
}

.hosting-faq-item p {
  margin: 0;
  padding: 0 24px 22px;
  color: var(--eco-slate-500);
  line-height: 1.75;
}

.hosting-detail-proof-shell {
  display: grid;
  gap: 22px;
}

.hosting-detail-proof-card {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
  gap: 26px;
  align-items: center;
  padding: 28px;
  border-radius: 28px;
  background: linear-gradient(145deg, #ffffff 0%, #f4f8fc 100%);
  box-shadow: 0 20px 42px rgba(10, 22, 43, 0.08);
}

.hosting-detail-proof-card.is-reversed .proof-copy {
  order: 2;
}

.hosting-detail-proof-card.is-reversed .proof-media {
  order: 1;
}

.hosting-detail-logos {
  padding: 24px 28px;
  border-radius: 26px;
  background: linear-gradient(180deg, #102b57 0%, #0c1f40 100%);
  text-align: center;
}

.hosting-detail-logos p {
  margin: 0 0 16px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hosting-detail-logos .partner-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: center;
  gap: 18px;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  padding: 18px 20px;
  box-sizing: border-box;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(10px);
  overflow: hidden;
}

.hosting-detail-logos .partner-strip img {
  justify-self: center;
  max-height: 34px;
  max-width: 100%;
  opacity: 0.98;
  filter: brightness(0) invert(1);
}

.hosting-detail-advisor {
  background: linear-gradient(180deg, #f7fbff 0%, #eef4fb 100%);
}

.hosting-detail-advisor-shell {
  grid-template-columns: minmax(0, 1.08fr) minmax(260px, 0.92fr);
  padding: 32px 34px;
  background: linear-gradient(145deg, #ffffff 0%, #fff7e6 100%);
}

.hosting-detail-advisor-shell .advisor-copy {
  max-width: 660px;
}

.hosting-detail-advisor-shell .advisor-copy h2 {
  max-width: 15ch;
  font-size: clamp(36px, 3.8vw, 50px);
  text-wrap: balance;
  overflow-wrap: normal;
  word-break: normal;
}

.hosting-detail-advisor-shell .advisor-copy p {
  max-width: 56ch;
}

.hosting-detail-advisor-shell .advisor-media {
  justify-content: center;
  align-items: center;
  min-height: 100%;
  padding: 18px 18px 0;
  border-radius: 26px;
  background: linear-gradient(145deg, #fff4d6 0%, #ffffff 72%);
}

.hosting-detail-advisor-shell .advisor-media img {
  width: min(100%, 310px);
}

.hosting-detail-advisor-shell .advisor-badge {
  left: 18px;
  top: 18px;
}

.hosting-detail-final {
  padding-top: 22px;
}

.hosting-detail-final .final-cta-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 260px);
  align-items: center;
}

.hosting-detail-final .final-cta-actions {
  justify-self: center;
  width: 100%;
  max-width: 240px;
}

@media (max-width: 1199px) {
  .hosting-detail-hero-shell,
  .hosting-detail-proof-card {
    grid-template-columns: 1fr;
  }

  .hosting-detail-summary-top {
    grid-template-columns: 1fr;
  }

  .hosting-detail-summary-figure {
    justify-content: center;
    min-height: auto;
  }

  .hosting-detail-copy h1 {
    max-width: 100%;
  }

  .hosting-detail-proof-card.is-reversed .proof-copy,
  .hosting-detail-proof-card.is-reversed .proof-media {
    order: initial;
  }

  .hosting-detail-advisor-shell {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 979px) {
  .hosting-detail-hero,
  .hosting-detail-compare,
  .hosting-detail-benefits,
  .hosting-detail-proof,
  .hosting-detail-advisor,
  .hosting-detail-final {
    padding: 58px 0;
  }

  .hosting-detail-hero-shell,
  .hosting-detail-intro,
  .hosting-detail-proof-card,
  .hosting-detail-advisor-shell {
    padding: 24px;
  }

  .hosting-detail-plan-row strong {
    font-size: 24px;
  }

  .hosting-detail-plan-stack .plans-comparison-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hosting-detail-proof-pills {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hosting-detail-advisor-shell .advisor-copy,
  .hosting-detail-advisor-shell .advisor-copy p {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .eco-breadcrumbs {
    margin-bottom: 14px;
  }

  .hosting-detail-hero {
    padding: 24px 0 42px;
  }

  .hosting-detail-hero-shell {
    gap: 22px;
    padding: 20px;
    border-radius: 24px;
  }

  .hosting-detail-copy h1 {
    font-size: 42px;
    max-width: 9ch;
  }

  .hosting-detail-proof-pills,
  .hosting-detail-actions {
    grid-template-columns: 1fr;
  }

  .hosting-detail-actions {
    display: grid;
  }

  .hosting-detail-actions .hero-button {
    width: 100%;
  }

  .hosting-detail-proof-pills {
    display: grid;
  }

  .hosting-detail-proof-pills li {
    text-align: center;
  }

  .hosting-detail-logos .partner-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hosting-detail-plan-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .hosting-detail-plan-stack .plans-comparison-grid {
    grid-template-columns: 1fr;
  }

  .hosting-detail-summary-card h2,
  .hosting-detail-intro h2,
  .hosting-detail-section-head h2 {
    font-size: 34px;
  }

  .hosting-detail-advisor-shell .advisor-copy h2 {
    max-width: 100%;
    font-size: 34px;
  }

  .hosting-detail-advisor-shell .advisor-media {
    padding: 20px 14px 0;
  }

  .hosting-detail-advisor-shell .advisor-badge {
    position: static;
    margin-bottom: 12px;
  }

  .hosting-detail-faq {
    padding: 58px 0;
  }

  .hosting-faq-item summary {
    padding: 18px 46px 18px 20px;
    font-size: 21px;
  }

  .hosting-faq-item summary:after {
    right: 18px;
    top: 16px;
  }

  .hosting-faq-item p {
    padding: 0 20px 20px;
  }
}

/* Contact page refresh */
.contact-page {
  background:
    radial-gradient(circle at top left, rgba(26, 83, 170, 0.09), transparent 36%),
    linear-gradient(180deg, #f4f8ff 0%, #edf3fb 100%);
  padding-bottom: 58px;
}

.contact-page .container {
  position: relative;
  z-index: 1;
}

.contact-admin-toolbar {
  padding: 14px 0 0;
  color: #5a6c8c;
  font-size: 13px;
}

.contact-admin-toolbar a {
  color: #1b4d9b;
}

.contact-page-hero {
  padding: 24px 0 14px;
}

.contact-hero-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  gap: 18px;
  align-items: stretch;
}

.contact-hero-copy,
.contact-hero-panel,
.contact-form-shell,
.contact-detail-card,
.contact-channel-card {
  border-radius: 28px;
  box-shadow: 0 22px 52px rgba(16, 40, 82, 0.1);
}

.contact-hero-copy {
  background:
    radial-gradient(circle at top right, rgba(47, 109, 215, 0.1), transparent 36%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(247, 250, 255, 0.96) 100%);
  padding: 30px clamp(22px, 3vw, 40px);
  border: 1px solid rgba(23, 50, 93, 0.08);
}

.contact-hero-copy h1,
.contact-form-shell h2,
.contact-channel-card h3,
.contact-cta-copy h2,
.contact-hero-panel h2 {
  font-family: "Bitter", Georgia, serif;
  letter-spacing: -0.04em;
  color: #142a4f;
}

.contact-hero-copy h1 {
  margin: 0 0 14px;
  max-width: 9.4ch;
  font-size: clamp(38px, 4.4vw, 58px);
  line-height: 0.96;
}

.contact-hero-copy .lead,
.contact-form-shell > p:not(.eyebrow),
.contact-cta-copy > p:not(.eyebrow),
.contact-channel-card p,
.contact-detail-card p:not(.eyebrow) {
  color: #465571;
  line-height: 1.65;
}

.contact-hero-copy .lead {
  max-width: 56ch;
  margin: 0 0 18px;
  font-size: 16px;
}

.contact-hero-actions,
.contact-cta-actions,
.contact-channel-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.contact-hero-actions {
  margin-bottom: 14px;
}

.contact-hero-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.contact-hero-pills li {
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(16, 43, 88, 0.08);
  color: #17325d;
  font-size: 13px;
  font-weight: 700;
}

.contact-hero-panel {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at bottom right, rgba(255, 171, 75, 0.18), transparent 38%),
    linear-gradient(155deg, #102b58 0%, #183a70 100%);
  padding: 22px;
  color: #ffffff;
}

.contact-hero-panel:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), transparent 55%);
  pointer-events: none;
}

.contact-hero-panel .eyebrow,
.contact-cta-copy .eyebrow {
  color: rgba(148, 220, 255, 0.9);
}

.contact-hero-panel h2 {
  margin: 0 0 14px;
  max-width: 12ch;
  font-size: 32px;
  line-height: 1;
  color: #ffffff;
}

.contact-route-list {
  display: grid;
  gap: 10px;
}

.contact-route-card {
  display: block;
  padding: 15px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  text-decoration: none;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.contact-route-card:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 181, 82, 0.35);
  box-shadow: 0 18px 36px rgba(6, 18, 38, 0.24);
}

.contact-route-card .route-tag {
  display: inline-flex;
  margin-bottom: 8px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  color: #ffbf74;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.contact-route-card strong {
  display: block;
  margin-bottom: 6px;
  color: #ffffff;
  font-size: 18px;
  line-height: 1.12;
}

.contact-route-card span:last-child {
  display: block;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  line-height: 1.45;
}

.contact-route-card.featured {
  border-color: rgba(255, 180, 82, 0.34);
  background: linear-gradient(180deg, rgba(255, 179, 82, 0.14) 0%, rgba(255, 255, 255, 0.08) 100%);
}

.contact-page-channels {
  padding: 2px 0 18px;
}

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

.contact-channel-card {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-height: 100%;
  padding: 20px;
  border: 1px solid rgba(17, 47, 94, 0.08);
  background: linear-gradient(180deg, #ffffff 0%, #f5f9ff 100%);
  box-shadow: 0 18px 40px rgba(16, 40, 82, 0.08);
}

.contact-channel-card h3 {
  margin: 0;
  font-size: 22px;
  line-height: 1.08;
}

.contact-channel-card p {
  margin: 0;
  font-size: 15px;
  line-height: 1.62;
}

.contact-channel-card .hero-button {
  margin-top: auto;
  align-self: flex-start;
}

.contact-channel-meta {
  margin-top: 2px;
  padding: 9px 12px;
  border-radius: 14px;
  background: #edf4ff;
  color: #1b4d9b;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.45;
}

.contact-page-main {
  padding: 4px 0 18px;
}

.contact-main-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(300px, 0.88fr);
  gap: 18px;
  align-items: start;
}

.contact-form-shell {
  padding: 28px;
  border: 1px solid rgba(17, 47, 94, 0.08);
  background: linear-gradient(180deg, #ffffff 0%, #f7faff 100%);
}

.contact-form-shell h2 {
  margin: 0 0 10px;
  max-width: 12ch;
  font-size: 38px;
  line-height: 1;
}

.contact-form-shell .alert {
  margin: 18px 0 0;
  border-radius: 18px;
}

.contact-modern-form {
  margin-top: 18px;
}

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

.contact-field {
  display: grid;
  gap: 8px;
}

.contact-field.full {
  grid-column: 1 / -1;
}

.contact-field label {
  color: #17325d;
  font-size: 14px;
  font-weight: 700;
}

.contact-field input,
.contact-field select,
.contact-field textarea {
  width: 100%;
  margin: 0;
  border: 1px solid #d5e0ef;
  border-radius: 14px;
  background: #f7faff;
  box-shadow: none;
  color: #17325d;
  font-size: 15px;
  line-height: 1.5;
  padding: 13px 14px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.contact-field input:focus,
.contact-field select:focus,
.contact-field textarea:focus {
  border-color: rgba(20, 86, 184, 0.46);
  background: #ffffff;
  box-shadow: 0 0 0 4px rgba(30, 101, 208, 0.1);
}

.contact-field textarea {
  min-height: 152px;
  resize: vertical;
}

.contact-honeypot {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.contact-submit-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 18px;
}

.contact-form-note {
  margin: 0;
  max-width: 56ch;
  color: #5a6b89;
  line-height: 1.65;
}

.contact-form-note a {
  color: #1b4d9b;
  font-weight: 700;
}

.contact-sidebar {
  display: grid;
  gap: 14px;
}

.contact-detail-card {
  padding: 22px;
  border: 1px solid rgba(17, 47, 94, 0.08);
  background: linear-gradient(180deg, #ffffff 0%, #eef4fc 100%);
}

.contact-detail-card.primary {
  background:
    radial-gradient(circle at top right, rgba(255, 171, 75, 0.18), transparent 40%),
    linear-gradient(160deg, #102b58 0%, #1a3e74 100%);
  color: #ffffff;
}

.contact-detail-card h3 {
  margin: 0 0 8px;
  font-size: 28px;
  line-height: 1.04;
  font-family: "Bitter", Georgia, serif;
  letter-spacing: -0.04em;
}

.contact-detail-card.primary h3,
.contact-detail-card.primary p,
.contact-detail-card.primary .eyebrow,
.contact-detail-card.primary strong,
.contact-detail-card.primary span,
.contact-detail-card.primary a {
  color: #ffffff;
}

.contact-detail-list {
  display: grid;
  gap: 10px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.contact-detail-list li {
  padding: 12px 14px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.08);
}

.contact-detail-card:not(.primary) .contact-detail-list li {
  background: #ffffff;
}

.contact-detail-list strong {
  display: block;
  margin-bottom: 6px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  opacity: 0.82;
}

.contact-detail-list span {
  display: block;
  line-height: 1.55;
}

.contact-link-stack {
  display: grid;
  gap: 10px;
  margin-top: 16px;
}

.contact-link-stack a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 12px 14px;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 12px 28px rgba(15, 35, 66, 0.08);
  color: #17325d;
  font-weight: 700;
  text-decoration: none;
}

.contact-link-stack a:after {
  content: "\2192";
  color: #ff9d2c;
  font-size: 20px;
  line-height: 1;
}

.contact-page-cta {
  padding: 4px 0 0;
}

.contact-cta-shell {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  padding: 24px clamp(20px, 3vw, 30px);
  border-radius: 24px;
  background:
    radial-gradient(circle at bottom right, rgba(255, 171, 75, 0.22), transparent 34%),
    linear-gradient(140deg, #0f2852 0%, #194277 100%);
  box-shadow: 0 26px 70px rgba(10, 28, 57, 0.25);
}

.contact-cta-shell:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), transparent 60%);
  pointer-events: none;
}

.contact-cta-copy,
.contact-cta-actions {
  position: relative;
  z-index: 1;
}

.contact-cta-copy h2 {
  margin: 0 0 12px;
  max-width: 13ch;
  font-size: 34px;
  line-height: 1;
  color: #ffffff;
}

.contact-cta-copy p:not(.eyebrow) {
  margin: 0;
  max-width: 62ch;
  color: rgba(255, 255, 255, 0.84);
  font-size: 15px;
}

.contact-cta-shell .hero-button.secondary {
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
}

@media (max-width: 1200px) {
  .contact-hero-shell,
  .contact-main-grid,
  .contact-cta-shell {
    grid-template-columns: 1fr;
  }

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

  .contact-hero-copy h1 {
    max-width: 11ch;
    font-size: 46px;
  }

  .contact-hero-panel h2,
  .contact-form-shell h2,
  .contact-cta-copy h2 {
    max-width: 100%;
  }

  .contact-cta-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 820px) {
  .contact-page {
    padding-bottom: 42px;
  }

  .contact-page-hero {
    padding-top: 18px;
  }

  .contact-hero-copy,
  .contact-hero-panel,
  .contact-form-shell,
  .contact-detail-card,
  .contact-channel-card,
  .contact-cta-shell {
    border-radius: 24px;
  }

  .contact-hero-copy,
  .contact-hero-panel,
  .contact-form-shell,
  .contact-detail-card,
  .contact-channel-card {
    padding: 20px;
  }

  .contact-hero-copy h1,
  .contact-hero-panel h2,
  .contact-form-shell h2,
  .contact-detail-card h3,
  .contact-cta-copy h2 {
    font-size: 30px;
  }

  .contact-form-grid,
  .contact-channel-grid {
    grid-template-columns: 1fr;
  }

  .contact-hero-actions,
  .contact-cta-actions,
  .contact-channel-actions {
    display: grid;
  }

  .contact-hero-actions .hero-button,
  .contact-cta-actions .hero-button,
  .contact-channel-actions .hero-button,
  .contact-channel-card .hero-button {
    width: 100%;
    text-align: center;
  }

  .contact-submit-row {
    align-items: stretch;
  }

  .contact-submit-row .hero-button {
    width: 100%;
    justify-content: center;
  }

  .contact-link-stack a {
    align-items: flex-start;
  }

  .contact-hero-pills {
    display: grid;
  }
}

/* Home refinement: human hero + summarized plans */
.home-hero {
  padding: 30px 0 46px;
}

.home-hero-grid {
  grid-template-columns: minmax(400px, 1fr) minmax(420px, 1fr);
  gap: 24px;
  align-items: stretch;
}

.home-hero-copy {
  max-width: 600px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.home-hero-copy h1 {
  font-size: clamp(34px, 3.3vw, 48px);
  line-height: 0.96;
  max-width: 12ch;
}

.hero-lead {
  max-width: 54ch;
  font-size: 15px;
  line-height: 1.66;
}

.home-hero-panel {
  display: flex;
  justify-content: stretch;
}

.hero-visual-card.hero-visual-card-human {
  width: 100%;
  max-width: none;
  min-height: 100%;
  display: grid;
  grid-template-columns: minmax(180px, 0.9fr) minmax(0, 1.1fr);
  align-items: end;
  gap: 18px;
  padding: 18px 22px 18px 16px;
  background:
    radial-gradient(circle at top right, rgba(255, 173, 77, 0.14), transparent 34%),
    linear-gradient(145deg, rgba(247, 251, 255, 0.98), rgba(227, 239, 255, 0.96));
}

.hero-visual-figure {
  min-height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.hero-visual-card-human .hero-visual-figure img {
  width: min(100%, 238px);
  max-width: 238px;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 18px 24px rgba(10, 31, 64, 0.14));
}

.hero-visual-card-human .hero-visual-copy {
  align-self: center;
}

.hero-visual-card-human .hero-badge {
  margin-bottom: 12px;
}

.hero-visual-card-human h2 {
  font-size: 28px;
  line-height: 1.02;
}

.hero-visual-card-human p {
  font-size: 14px;
  line-height: 1.58;
}

.hero-panel-list {
  display: grid;
  gap: 8px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.hero-panel-list li {
  position: relative;
  padding-left: 18px;
  color: var(--eco-slate-600);
  font-size: 13px;
  line-height: 1.45;
}

.hero-panel-list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--eco-amber-500);
}

.plans-showcase {
  gap: 32px;
  align-items: center;
}

.home-plans .hosting-plan-card {
  box-shadow: 0 18px 32px rgba(10, 22, 43, 0.08);
}

.home-plans .hosting-plan-card.is-featured {
  transform: translateY(-8px) scale(1.01);
}

.home-plans .hosting-plan-top {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: auto;
  padding: 22px 22px 18px;
}

.home-plans .hosting-plan-kicker {
  margin: 0 0 8px;
  max-width: 100%;
  font-size: 11px;
  letter-spacing: 0.06em;
}

.home-plans .hosting-plan-top h3 {
  margin-bottom: 10px;
  max-width: 100%;
  font-size: 22px;
  line-height: 1.08;
  text-wrap: balance;
}

.home-plans .hosting-plan-card.is-featured .hosting-plan-top {
  padding-top: 18px;
}

.home-plans .hosting-plan-card.is-featured .hosting-plan-flag {
  position: static;
  order: -1;
  align-self: flex-start;
  margin: 0 0 10px;
  padding: 7px 12px;
}

.home-plans .hosting-plan-price {
  margin-top: 14px;
  padding-top: 14px;
}

.home-plans .hosting-plan-price strong {
  font-size: 40px;
}

.home-plans .hosting-plan-features {
  padding: 4px 22px 6px;
}

.home-plans .hosting-plan-features li {
  padding: 11px 0 11px 22px;
  font-size: 14px;
  line-height: 1.45;
}

.hosting-plan-more {
  margin: 0 22px 12px;
  color: var(--eco-slate-500);
  font-size: 12px;
  line-height: 1.45;
}

.home-plans .hosting-plan-card .plan-button {
  width: calc(100% - 44px);
  margin: 0 22px 22px;
}

@media (max-width: 1199px) {
  .home-hero-grid {
    grid-template-columns: 1fr;
  }

  .hero-visual-card.hero-visual-card-human {
    grid-template-columns: minmax(170px, 220px) minmax(0, 1fr);
  }
}

@media (max-width: 979px) {
  .hero-visual-card.hero-visual-card-human {
    grid-template-columns: 1fr;
    padding: 20px;
  }

  .hero-visual-card-human .hero-visual-figure {
    order: -1;
  }

  .hero-visual-card-human .hero-visual-figure img {
    width: min(100%, 200px);
    max-width: 200px;
  }
}

@media (max-width: 767px) {
  .home-hero {
    padding: 20px 0 34px;
  }

  .home-hero-copy h1 {
    max-width: 100%;
    font-size: 30px;
  }

  .hero-panel-list {
    gap: 6px;
  }
}

/* Home refinement pass 2: stronger human focus */
.hero-visual-card.hero-visual-card-human {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 24px 26px 22px;
  min-height: 100%;
}

.hero-visual-card.hero-visual-card-human:before {
  content: "";
  position: absolute;
  right: -26px;
  bottom: -46px;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(162, 201, 255, 0.52) 0%, rgba(162, 201, 255, 0.08) 58%, transparent 72%);
  pointer-events: none;
}

.hero-visual-card.hero-visual-card-human:after {
  content: "";
  position: absolute;
  top: 18px;
  right: 18px;
  bottom: 18px;
  width: min(44%, 286px);
  border-radius: 26px;
  background: linear-gradient(180deg, rgba(210, 227, 255, 0.62) 0%, rgba(188, 214, 255, 0.24) 100%);
  pointer-events: none;
}

.hero-visual-card.hero-visual-card-human .hero-visual-copy {
  position: relative;
  z-index: 2;
  max-width: 52%;
  padding: 8px 0 12px;
}

.hero-visual-card.hero-visual-card-human .hero-visual-figure {
  position: absolute;
  right: 14px;
  top: 22px;
  bottom: 0;
  width: min(46%, 298px);
  border-radius: 24px 24px 0 0;
  background-color: rgba(206, 223, 250, 0.92);
  background-image: var(--hero-figure-image);
  background-repeat: no-repeat;
  background-size: 188%;
  background-position: 56% 12%;
  min-height: 0;
  z-index: 1;
  box-shadow: inset 0 -20px 30px rgba(255, 255, 255, 0.16);
}

.hero-visual-card-human h2 {
  max-width: 9ch;
  font-size: 31px;
}

.hero-panel-list {
  max-width: 29ch;
}

.home-plans .hosting-plan-features li:last-child {
  border-bottom: 0;
}

.home-plans .hosting-plan-card {
  min-height: 100%;
}

.home-plans .hosting-plan-features {
  gap: 0;
}

.home-plans .hosting-plan-card .plan-button {
  margin-top: auto;
}

@media (max-width: 1199px) {
  .hero-visual-card.hero-visual-card-human .hero-visual-copy {
    max-width: 56%;
  }
}

@media (max-width: 979px) {
  .hero-visual-card.hero-visual-card-human {
    display: grid;
    padding: 20px;
  }

  .hero-visual-card.hero-visual-card-human .hero-visual-copy {
    max-width: 100%;
  }

  .hero-visual-card.hero-visual-card-human .hero-visual-figure {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    order: -1;
    min-height: 240px;
    background-size: 132%;
    background-position: 50% 14%;
  }

  .hero-visual-card.hero-visual-card-human:before {
    right: 50%;
    transform: translateX(50%);
    bottom: -38px;
  }

  .hero-visual-card.hero-visual-card-human:after {
    top: auto;
    left: 22px;
    right: 22px;
    bottom: 18px;
    width: auto;
    height: 180px;
  }
}

/* Home refinement pass 4: image-only hero panel */
.hero-visual-card.hero-visual-card-image-only {
  padding: 0;
  background:
    radial-gradient(circle at top right, rgba(255, 173, 77, 0.14), transparent 34%),
    linear-gradient(145deg, rgba(247, 251, 255, 0.99), rgba(227, 239, 255, 0.98));
}

.hero-visual-card.hero-visual-card-image-only:before {
  right: 50%;
  transform: translateX(50%);
  bottom: -56px;
  width: 360px;
  height: 360px;
}

.hero-visual-card.hero-visual-card-image-only:after {
  inset: 18px;
  width: auto;
  height: auto;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(210, 227, 255, 0.54) 0%, rgba(188, 214, 255, 0.22) 100%);
}

.hero-visual-card.hero-visual-card-image-only .hero-visual-figure {
  inset: 12px 12px 0 12px;
  width: auto;
  min-height: auto;
  border-radius: 30px 30px 0 0;
  background-size: 132%;
  background-position: 50% 8%;
  box-shadow: inset 0 -20px 30px rgba(255, 255, 255, 0.18);
}

@media (max-width: 979px) {
  .hero-visual-card.hero-visual-card-image-only {
    padding: 0;
  }

  .hero-visual-card.hero-visual-card-image-only .hero-visual-figure {
    inset: 10px 10px 0 10px;
    min-height: 260px;
    background-size: 144%;
    background-position: 50% 10%;
  }

  .hero-visual-card.hero-visual-card-image-only:after {
    left: 10px;
    right: 10px;
    bottom: 10px;
    height: auto;
  }
}

/* Service landing system */
.service-detail-page .hosting-detail-copy h1 {
  max-width: 11ch;
}

.service-detail-summary .hosting-detail-summary-card h2 {
  max-width: 9.5ch;
}

.service-detail-page .hosting-detail-proof-pills li {
  max-width: 28ch;
}

.service-detail-page .hosting-detail-plan-stack .plans-comparison-grid {
  gap: 18px;
}

.service-detail-page .hosting-plan-top {
  min-height: 232px;
}

.service-detail-page .hosting-plan-card.is-featured {
  transform: none;
  box-shadow: 0 28px 52px rgba(10, 22, 43, 0.14);
}

.service-detail-page .hosting-plan-top h3 {
  font-size: 25px;
}

.service-detail-page .hosting-plan-price strong {
  font-size: 42px;
}

.service-plan-count-4 .plans-comparison-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.service-plan-count-4 .hosting-plan-top {
  min-height: 246px;
  padding: 24px 20px 20px;
}

.service-plan-count-4 .hosting-plan-top h3 {
  font-size: 22px;
}

.service-plan-count-4 .hosting-plan-price strong {
  font-size: 38px;
}

.service-plan-count-4 .hosting-plan-card .plan-button,
.service-plan-count-6 .hosting-plan-card .plan-button {
  width: calc(100% - 36px);
  margin: auto 18px 18px;
}

.service-plan-count-4 .hosting-plan-features,
.service-plan-count-6 .hosting-plan-features {
  padding-left: 18px;
  padding-right: 18px;
}

.service-plan-count-6 .plans-comparison-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.service-plan-count-6 .hosting-plan-top {
  min-height: 214px;
  padding: 22px 18px 18px;
}

.service-plan-count-6 .hosting-plan-top h3 {
  font-size: 21px;
}

.service-plan-count-6 .hosting-plan-kicker {
  font-size: 11px;
}

.service-plan-count-6 .hosting-plan-price strong {
  font-size: 34px;
}

.service-plan-count-6 .hosting-feature-label {
  font-size: 14px;
}

.service-plan-count-6 .hosting-feature-row {
  gap: 10px;
}

.service-detail-page-vps .hosting-detail-summary-card h2 {
  max-width: 10.5ch;
}

.service-detail-page-vps .hosting-detail-summary-figure img {
  width: min(100%, 170px);
}

.service-detail-page-dedicated .hosting-detail-summary-card,
.service-detail-page-premium .hosting-detail-summary-card {
  background:
    radial-gradient(circle at top right, rgba(63, 195, 255, 0.12), transparent 32%),
    linear-gradient(180deg, #123264 0%, #0c1f40 100%);
}

.service-detail-page-dedicated .hosting-detail-summary-figure {
  min-height: 190px;
}

.service-detail-page-dedicated .hosting-detail-summary-figure img {
  width: min(100%, 182px);
  border-radius: 22px;
  box-shadow: 0 18px 34px rgba(5, 17, 35, 0.28);
}

.service-network-proof {
  padding: 0.35rem 0 2.6rem;
}

.service-network-proof-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.35fr);
  gap: 1.35rem;
  align-items: start;
  padding: 1.7rem;
  border: 1px solid rgba(18, 40, 82, 0.1);
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(143, 224, 255, 0.16), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(248, 251, 255, 0.98) 100%);
  box-shadow: 0 22px 50px rgba(15, 32, 61, 0.08);
}

.service-network-proof-copy h2 {
  margin: 0 0 0.85rem;
  color: var(--eco-navy-900);
  font-size: clamp(1.8rem, 2.6vw, 2.8rem);
  line-height: 1;
  text-wrap: balance;
}

.service-network-proof-copy p:last-child {
  margin: 0;
  color: #50688b;
  line-height: 1.75;
}

.service-network-proof-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.service-network-proof-card {
  padding: 1.1rem 1.05rem;
  border: 1px solid rgba(18, 40, 82, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.service-network-proof-label {
  margin: 0 0 0.35rem;
  color: #6f89ab;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.service-network-proof-card h3 {
  margin: 0 0 0.45rem;
  color: var(--eco-navy-900);
  font-size: clamp(1.05rem, 1.8vw, 1.45rem);
  line-height: 1.08;
}

.service-network-proof-card p {
  margin: 0;
  color: #50688b;
  font-size: 0.96rem;
  line-height: 1.7;
}

.service-detail-final .final-cta-shell {
  align-items: center;
}

.service-detail-final .final-cta-actions {
  justify-content: center;
  align-items: center;
}

.service-detail-final .final-cta-actions .hero-button {
  width: 220px;
  justify-content: center;
}

/* Domains landing */
.domains-page {
  background: linear-gradient(180deg, #f5f8fc 0%, #edf3fa 100%);
}

.domains-page .container:before,
.domains-page .container:after {
  content: none !important;
  display: none !important;
}

.domains-hero,
.domains-actions-section,
.domains-benefits,
.domains-final {
  padding: 74px 0;
}

.domains-hero {
  padding-top: 34px;
}

.domains-hero-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.96fr);
  gap: 32px;
  padding: 34px;
  border-radius: 32px;
  background:
    radial-gradient(circle at top right, rgba(255, 177, 74, 0.12), transparent 32%),
    radial-gradient(circle at bottom left, rgba(63, 195, 255, 0.12), transparent 30%),
    linear-gradient(145deg, #ffffff 0%, #f4f8fc 100%);
  box-shadow: 0 28px 60px rgba(10, 22, 43, 0.14);
}

.domains-copy h1 {
  margin: 0 0 16px;
  max-width: 11ch;
  font-size: clamp(40px, 4.8vw, 62px);
  line-height: 1.02;
}

.domains-lead {
  margin: 0;
  max-width: 56ch;
  color: var(--eco-slate-500);
  font-size: 18px;
  line-height: 1.72;
}

.domains-extension-list {
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.domains-extension-list li {
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(17, 51, 98, 0.08);
  color: var(--eco-navy-900);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.domains-search-card {
  padding: 28px;
  border-radius: 28px;
  background:
    radial-gradient(circle at top right, rgba(255, 177, 74, 0.18), transparent 28%),
    linear-gradient(180deg, #102b57 0%, #0c1f40 100%);
  box-shadow: 0 22px 48px rgba(10, 22, 43, 0.18);
}

.domains-search-card h2 {
  margin: 14px 0 12px;
  color: var(--eco-white);
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.06;
  max-width: 11ch;
}

.domains-search-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.72;
}

.domains-checker-embed {
  margin-top: 24px;
}

.domains-checker-embed .wdc-search-one,
.domains-checker-embed .wdc-form,
.domains-checker-embed .wdc-search-wrapper {
  max-width: 100% !important;
}

.domains-checker-embed .wdc-search-one {
  padding: 0;
}

.domains-checker-embed .wdc-search-content {
  margin-bottom: 18px;
}

.domains-checker-embed .wdc-search-input__field {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.domains-checker-embed .wdc-search-input__label {
  flex: 1;
  margin: 0;
}

.domains-checker-embed .wdc-input {
  width: 100%;
  min-height: 58px;
  padding: 0 18px;
  border: 0;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.98);
  color: var(--eco-navy-950);
  font-size: 16px;
  box-sizing: border-box;
}

.domains-checker-embed .wdc-button,
.domains-fallback-row .button {
  min-height: 58px;
  padding: 0 24px;
  border: 0;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--eco-amber-500), #ff8f2b);
  color: #071528;
  font-weight: 800;
  box-shadow: 0 14px 28px rgba(255, 177, 74, 0.22);
}

.domains-checker-embed .wdc-heading {
  margin-top: 6px;
}

.domains-checker-embed .wdc-heading-result,
.domains-checker-embed .wdc-result-subhead {
  color: var(--eco-white);
}

.domains-checker-embed .wdc-heading-query {
  color: rgba(255, 255, 255, 0.8);
}

.domains-checker-embed .wdc-container {
  padding: 0;
}

.domains-fallback-row {
  display: flex;
  align-items: center;
  gap: 12px;
}

.domains-fallback-copy {
  flex: 1;
  display: grid;
  gap: 6px;
  padding: 18px 20px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.84);
}

.domains-fallback-copy strong {
  color: var(--eco-white);
  font-size: 15px;
}

.domains-fallback-copy span {
  font-size: 14px;
  line-height: 1.65;
}

.domains-actions-section {
  padding-top: 0;
}

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

.domains-action-card {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 20px;
  border-radius: 24px;
  background: linear-gradient(145deg, #ffffff 0%, #f6f9fd 100%);
  box-shadow: 0 20px 42px rgba(10, 22, 43, 0.08);
}

.domains-action-media {
  overflow: hidden;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(17, 51, 98, 0.08), rgba(17, 51, 98, 0.02));
}

.domains-action-media img {
  display: block;
  width: 100%;
  height: 178px;
  object-fit: cover;
}

.domains-action-copy h3 {
  margin: 0 0 10px;
  font-size: 24px;
  line-height: 1.08;
}

.domains-action-copy p {
  margin: 0;
  color: var(--eco-slate-500);
  line-height: 1.7;
}

.domains-action-card .hero-button {
  width: 100%;
  justify-content: center;
  margin-top: auto;
}

.domains-benefits {
  background: var(--eco-white);
}

.domains-support-grid {
  margin-top: 0;
}

.domains-final .final-cta-shell {
  align-items: center;
}

.domains-final .final-cta-actions {
  justify-content: center;
}

.domains-final .final-cta-actions .hero-button {
  width: 220px;
  justify-content: center;
}

@media (max-width: 1199px) {
  .service-plan-count-4 .plans-comparison-grid,
  .domains-action-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .domains-hero-shell {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 979px) {
  .service-plan-count-4 .plans-comparison-grid,
  .service-plan-count-6 .plans-comparison-grid,
  .domains-action-grid {
    grid-template-columns: 1fr;
  }

  .service-detail-final .final-cta-actions .hero-button,
  .domains-final .final-cta-actions .hero-button {
    width: 100%;
  }

  .domains-hero,
  .domains-actions-section,
  .domains-benefits,
  .domains-final {
    padding: 58px 0;
  }

  .domains-hero-shell {
    padding: 26px;
  }

  .domains-search-card {
    padding: 24px;
  }

  .domains-fallback-row,
  .domains-checker-embed .wdc-search-input__field {
    flex-direction: column;
  }

  .domains-checker-embed .wdc-button,
  .domains-fallback-row .button {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .service-detail-page .hosting-detail-copy h1,
  .domains-copy h1 {
    max-width: 100%;
    font-size: 36px;
  }

  .service-detail-summary .hosting-detail-summary-card h2 {
    max-width: 100%;
  }

  .domains-search-card h2,
  .domains-action-copy h3 {
    font-size: 28px;
  }

  .domains-action-media img {
    height: 150px;
  }
}

/* Domains landing refinement: search-first storytelling */
.domains-hero-shell {
  align-items: stretch;
}

.domains-copy h1 {
  max-width: 10.4ch;
}

.domains-visual-card {
  display: grid;
  gap: 18px;
  align-content: start;
  padding: 28px;
  border-radius: 28px;
  background:
    radial-gradient(circle at top right, rgba(255, 177, 74, 0.18), transparent 26%),
    linear-gradient(180deg, #102b57 0%, #0c1f40 100%);
  box-shadow: 0 22px 48px rgba(10, 22, 43, 0.18);
}

.domains-visual-domain {
  color: var(--eco-white);
  font-family: "Bitter", Georgia, serif;
  font-size: clamp(42px, 4.2vw, 58px);
  line-height: 0.96;
  letter-spacing: -0.03em;
}

.domains-visual-domain span {
  color: var(--eco-cyan-300);
}

.domains-visual-extensions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.domains-visual-extensions li {
  padding: 12px 14px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.92);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
}

.domains-visual-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.72;
}

.domains-visual-note {
  padding: 14px 16px;
  border-radius: 16px;
  background: rgba(255, 177, 74, 0.12);
  color: #ffdba3;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
}

.domains-search-section {
  padding: 0 0 74px;
}

.domains-search-shell {
  padding: 34px;
  border-radius: 32px;
  background: linear-gradient(145deg, #ffffff 0%, #f7fbff 100%);
  box-shadow: 0 24px 54px rgba(10, 22, 43, 0.1);
}

.domains-search-head {
  max-width: 760px;
  margin: 0 auto 24px;
  text-align: center;
}

.domains-search-head h2 {
  margin: 0 0 14px;
  font-size: clamp(30px, 3vw, 44px);
  line-height: 1.06;
}

.domains-search-head p {
  margin: 0;
  color: var(--eco-slate-500);
  line-height: 1.75;
}

.domains-search-card {
  padding: 28px;
  border-radius: 26px;
  background: linear-gradient(180deg, #eef4fb 0%, #f9fbff 100%);
  border: 1px solid #d9e4f2;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.domains-checker-embed {
  margin-top: 0;
}

.domains-checker-embed .wdc-search-one .wdc-search-form {
  margin-bottom: 0;
}

.domains-checker-embed .wdc-search-content {
  margin-bottom: 12px;
}

.domains-checker-embed .wdc-search-input__field {
  padding: 14px;
  border-radius: 22px;
  background: #ffffff;
  border: 1px solid #d8e3f0;
  box-shadow: 0 14px 28px rgba(10, 22, 43, 0.06);
}

.domains-checker-embed .wdc-search-one .wdc-search-form .wdc-search-content .wdc-search-input__field .wdc-search-input__label {
  margin-right: 0;
}

.domains-checker-embed .wdc-search-one .wdc-search-form .wdc-search-content input,
.domains-checker-embed .wdc-input {
  height: 60px;
  min-height: 60px;
  padding: 0 18px;
  box-shadow: none !important;
  background: #f7fbff;
  border-radius: 16px;
}

.domains-checker-embed .wdc-search-one .wdc-search-form .wdc-search-content .wdc-search-input__label .wdc-input:focus,
.domains-checker-embed .wdc-input:focus {
  box-shadow: 0 0 0 2px rgba(17, 51, 98, 0.18) !important;
}

.domains-checker-embed .wdc-button,
.domains-fallback-row .button {
  min-width: 192px;
  min-height: 60px;
  border-radius: 16px;
  box-shadow: 0 14px 28px rgba(255, 177, 74, 0.22);
}

.domains-checker-embed .wdc-container {
  width: 100%;
}

.domains-checker-embed .wdc-result-subhead,
.domains-checker-embed .wdc-heading-query {
  color: var(--eco-slate-500);
}

.domains-checker-embed .wdc-domain-result {
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid #d9e4f2;
  background: #ffffff;
}

.domains-checker-embed .wdc-domain-result .wdc-domain-result__button,
.domains-checker-embed .wdc-domain-result .wdc-domain-result__list {
  padding-left: 14px;
  padding-right: 14px;
}

.domains-search-trust {
  display: grid;
  gap: 14px;
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid #d8e3f0;
}

.domains-search-trust strong,
.domains-search-trust span {
  display: block;
}

.domains-search-trust-label {
  margin: 0;
  color: var(--eco-navy-900);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.domains-search-trust strong {
  color: var(--eco-navy-900);
  font-size: 15px;
}

.domains-search-trust span {
  margin-top: 4px;
  color: var(--eco-slate-500);
  line-height: 1.7;
}

.domains-extension-list-inline {
  margin-top: 0;
  justify-content: flex-start;
  width: 100%;
  gap: 12px;
}

.domains-search-trust .domains-extension-list-inline li {
  min-width: 72px;
  justify-content: center;
  padding: 11px 16px;
  background: rgba(17, 51, 98, 0.12);
  color: var(--eco-navy-900);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  box-shadow: inset 0 0 0 1px rgba(17, 51, 98, 0.06);
}

.domains-protection {
  padding: 0 0 74px;
}

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

.domains-protection-card {
  padding: 24px;
  border-radius: 22px;
  background: linear-gradient(145deg, #ffffff 0%, #f6f9fd 100%);
  box-shadow: 0 20px 42px rgba(10, 22, 43, 0.08);
}

.domains-protection-card h3 {
  margin: 0 0 12px;
  font-size: 24px;
  line-height: 1.08;
}

.domains-protection-card p {
  margin: 0;
  color: var(--eco-slate-500);
  line-height: 1.72;
}

.domains-actions-section {
  padding-top: 0;
}

.domains-action-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.domains-action-card {
  gap: 14px;
  padding: 24px;
  border-radius: 22px;
}

.domains-action-card:before {
  content: "";
  display: block;
  width: 42px;
  height: 6px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--eco-cyan-500), var(--eco-amber-500));
}

.domains-action-copy h3 {
  font-size: 22px;
}

.domains-action-card .hero-button.secondary {
  background: rgba(17, 51, 98, 0.08);
  color: var(--eco-navy-900);
  border-color: transparent;
  box-shadow: none;
}

.domains-action-card .hero-button.secondary:hover,
.domains-action-card .hero-button.secondary:focus-visible {
  background: var(--eco-navy-900);
  color: var(--eco-white);
}

.domains-final .final-cta-shell {
  align-items: center;
}

@media (max-width: 1199px) {
  .domains-protection-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 979px) {
  .domains-search-section,
  .domains-protection {
    padding-bottom: 58px;
  }

  .domains-search-shell {
    padding: 24px;
  }

  .domains-search-trust {
    flex-direction: column;
    align-items: flex-start;
  }

  .domains-extension-list-inline {
    justify-content: flex-start;
  }

  .domains-visual-extensions {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .domains-search-head h2,
  .domains-protection-card h3 {
    font-size: 28px;
  }

  .domains-search-card,
  .domains-search-shell,
  .domains-visual-card {
    padding: 22px;
  }
}

.domains-search-card .eco-domain-search-form {
  display: grid;
  gap: 18px;
}

.domains-search-card .eco-domain-search-input-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  align-items: end;
}

.domains-search-card .eco-domain-search-label {
  display: grid;
  gap: 10px;
  margin: 0;
}

.domains-search-card .eco-domain-search-label span {
  color: var(--eco-navy-900);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.domains-search-card .eco-domain-search-input {
  width: 100%;
  height: 64px;
  padding: 0 20px;
  border: 1px solid #d8e3f0;
  border-radius: 18px;
  background: #ffffff;
  color: var(--eco-navy-950);
  font-size: 17px;
  box-sizing: border-box;
  box-shadow: 0 18px 34px rgba(10, 22, 43, 0.06);
}

.domains-search-card .eco-domain-search-input:focus {
  outline: none;
  border-color: rgba(17, 51, 98, 0.38);
  box-shadow: 0 0 0 4px rgba(63, 195, 255, 0.16);
}

.domains-search-card .eco-domain-search-submit {
  min-width: 220px;
  min-height: 64px;
  justify-content: center;
}

.domains-search-card .eco-domain-extension-picker {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.domains-search-card .eco-domain-extension-chip {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 16px;
  border-radius: 999px;
  background: #f1f6fc;
  color: var(--eco-navy-900);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.domains-search-card .eco-domain-extension-chip span {
  position: relative;
  z-index: 1;
}

.domains-search-card .eco-domain-extension-chip input {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
}

.domains-search-card .eco-domain-extension-chip.is-priority {
  background: rgba(255, 177, 74, 0.16);
}

.domains-search-card .eco-domain-extension-chip:has(input:checked) {
  background: linear-gradient(180deg, rgba(26, 79, 148, 0.18), rgba(12, 31, 63, 0.1));
  color: var(--eco-navy-900);
  border: 1px solid rgba(26, 79, 148, 0.16);
  box-shadow: 0 12px 24px rgba(17, 51, 98, 0.1);
}

.domains-search-card .eco-domain-extension-chip:has(input:checked) span {
  color: var(--eco-navy-900);
}

.domains-search-card .eco-domain-inline-message {
  display: grid;
  gap: 10px;
  margin: 16px 0 0;
  padding: 16px 18px;
  border-radius: 18px;
  border: 1px solid #d7e0ec;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.domains-search-card .eco-domain-inline-message.is-hidden {
  display: none;
}

.domains-search-card .eco-domain-inline-message.is-warning {
  border-color: rgba(255, 177, 74, 0.45);
  background: linear-gradient(180deg, #fffaf1 0%, #fff4dd 100%);
}

.domains-search-card .eco-domain-inline-message.is-error {
  border-color: rgba(206, 72, 72, 0.24);
  background: linear-gradient(180deg, #fff7f7 0%, #fff0f0 100%);
}

.domains-search-card .eco-domain-inline-message strong {
  color: var(--eco-navy-900);
  font-size: 15px;
  font-weight: 800;
}

.domains-search-card .eco-domain-inline-message p {
  margin: 0;
  color: var(--eco-slate-500);
  line-height: 1.65;
}

.domains-search-card .eco-domain-inline-actions {
  display: grid;
  gap: 10px;
}

.domains-search-card .eco-domain-inline-actions > span {
  color: var(--eco-navy-900);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.domains-search-card .eco-domain-inline-action-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.domains-search-card .eco-domain-inline-action {
  appearance: none;
  border: 0;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(17, 51, 98, 0.1);
  color: var(--eco-navy-900);
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.domains-search-card .eco-domain-inline-action:hover,
.domains-search-card .eco-domain-inline-action:focus-visible {
  background: var(--eco-navy-900);
  color: var(--eco-white);
  transform: translateY(-1px);
}

.domains-search-card .eco-domain-search-helper {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.domains-search-card .eco-domain-search-helper-item {
  display: grid;
  gap: 6px;
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(17, 51, 98, 0.04);
  border: 1px solid rgba(17, 51, 98, 0.08);
}

.domains-search-card .eco-domain-search-helper-item strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: var(--eco-amber-500);
  color: #071528;
  font-size: 14px;
  font-weight: 800;
}

.domains-search-card .eco-domain-search-helper-item span {
  color: var(--eco-slate-500);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.55;
}

.domains-search-card .eco-domain-search-feedback {
  display: grid;
  gap: 18px;
  margin-top: 22px;
}

.domains-search-card .eco-domain-search-feedback.is-empty .eco-domain-results {
  display: none;
}

.domains-search-card .eco-domain-search-status {
  margin: 0;
  color: var(--eco-slate-500);
  font-size: 15px;
  line-height: 1.7;
}

.domains-search-card .eco-domain-recommendation {
  display: grid;
  gap: 10px;
  padding: 18px 20px;
  border-radius: 20px;
  background: linear-gradient(145deg, rgba(255, 177, 74, 0.12) 0%, rgba(255, 255, 255, 0.96) 100%);
  border: 1px solid rgba(255, 177, 74, 0.18);
}

.domains-search-card .eco-domain-recommendation h3 {
  margin: 0;
  color: var(--eco-navy-900);
  font-size: 22px;
  line-height: 1.08;
}

.domains-search-card .eco-domain-recommendation p {
  margin: 0;
  color: var(--eco-slate-500);
  font-size: 15px;
  line-height: 1.7;
}

.domains-search-card .eco-domain-bundle-offers {
  margin-top: 18px;
}

.domains-search-card .eco-domain-bundle-offers:empty {
  display: none;
  margin-top: 0;
}

.domains-search-card .eco-domain-choice-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: 18px;
}

.domains-search-card .eco-domain-choice-card {
  display: grid;
  gap: 14px;
  align-content: start;
  padding: 22px;
  border-radius: 22px;
  background: #ffffff;
  border: 1px solid #d9e4f2;
  box-shadow: 0 16px 34px rgba(10, 22, 43, 0.06);
}

.domains-search-card .eco-domain-choice-card.is-featured {
  background:
    radial-gradient(circle at top right, rgba(255, 177, 74, 0.18), transparent 28%),
    linear-gradient(180deg, #16315f 0%, #10264b 100%);
  border-color: transparent;
  box-shadow: 0 22px 46px rgba(10, 22, 43, 0.16);
}

.domains-search-card .eco-domain-choice-kicker {
  color: var(--eco-slate-500);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.domains-search-card .eco-domain-choice-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255, 177, 74, 0.18);
  color: #ffe1b3;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.domains-search-card .eco-domain-choice-card h3 {
  margin: 0;
  color: var(--eco-navy-900);
  font-size: 28px;
  line-height: 1.04;
}

.domains-search-card .eco-domain-choice-card.is-featured h3,
.domains-search-card .eco-domain-choice-card.is-featured p,
.domains-search-card .eco-domain-choice-card.is-featured li,
.domains-search-card .eco-domain-choice-card.is-featured .eco-domain-choice-note,
.domains-search-card .eco-domain-choice-card.is-featured .eco-domain-choice-price span,
.domains-search-card .eco-domain-choice-card.is-featured .eco-domain-choice-price strong {
  color: var(--eco-white);
}

.domains-search-card .eco-domain-choice-card p {
  margin: 0;
  color: var(--eco-slate-500);
  line-height: 1.72;
}

.domains-search-card .eco-domain-choice-highlight {
  display: grid;
  gap: 6px;
  padding: 16px 18px;
  border-radius: 18px;
  background: linear-gradient(180deg, #f4f8fc 0%, #ffffff 100%);
  border: 1px solid #d9e4f2;
}

.domains-search-card .eco-domain-choice-highlight strong {
  color: var(--eco-navy-900);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.35;
}

.domains-search-card .eco-domain-choice-highlight span {
  color: var(--eco-slate-500);
  font-size: 14px;
  line-height: 1.55;
}

.domains-search-card .eco-domain-choice-highlight.is-featured {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.12);
}

.domains-search-card .eco-domain-choice-card.is-featured .eco-domain-choice-highlight strong,
.domains-search-card .eco-domain-choice-card.is-featured .eco-domain-choice-highlight span {
  color: var(--eco-white);
}

.domains-search-card .eco-domain-choice-card .hero-button.secondary,
.domains-search-card .eco-domain-result-card .hero-button.secondary {
  background: rgba(17, 51, 98, 0.08);
  color: var(--eco-navy-900);
  border: 1px solid rgba(17, 51, 98, 0.14);
}

.domains-search-card .eco-domain-choice-card .hero-button.secondary:hover,
.domains-search-card .eco-domain-choice-card .hero-button.secondary:focus-visible,
.domains-search-card .eco-domain-result-card .hero-button.secondary:hover,
.domains-search-card .eco-domain-result-card .hero-button.secondary:focus-visible {
  background: rgba(17, 51, 98, 0.12);
  color: var(--eco-navy-900);
  border-color: rgba(17, 51, 98, 0.18);
}

.domains-search-card .eco-domain-choice-card.is-featured .hero-button.secondary {
  background: rgba(255, 255, 255, 0.08);
  color: var(--eco-white);
  border-color: rgba(255, 255, 255, 0.14);
}

.domains-search-card .eco-domain-choice-card.is-featured .hero-button.secondary:hover,
.domains-search-card .eco-domain-choice-card.is-featured .hero-button.secondary:focus-visible {
  background: rgba(255, 255, 255, 0.12);
  color: var(--eco-white);
  border-color: rgba(255, 255, 255, 0.18);
}

.domains-search-card .eco-domain-choice-price {
  display: grid;
  gap: 4px;
  padding: 16px 18px;
  border-radius: 18px;
  background: linear-gradient(180deg, #f4f8fc 0%, #ffffff 100%);
  border: 1px solid #d9e4f2;
}

.domains-search-card .eco-domain-choice-card.is-featured .eco-domain-choice-price {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.12);
}

.domains-search-card .eco-domain-choice-price strong {
  font-family: "Bitter", Georgia, serif;
  font-size: clamp(28px, 3vw, 40px);
  line-height: 0.96;
}

.domains-search-card .eco-domain-choice-price span {
  color: var(--eco-slate-500);
  font-size: 14px;
  line-height: 1.5;
}

.domains-search-card .eco-domain-choice-note {
  padding: 14px 16px;
  border-radius: 16px;
  background: rgba(17, 51, 98, 0.06);
  color: var(--eco-slate-500);
  font-size: 14px;
  line-height: 1.65;
}

.domains-search-card .eco-domain-choice-card.is-featured .eco-domain-choice-note {
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.88);
}

.domains-search-card .eco-domain-choice-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.domains-search-card .eco-domain-choice-list li {
  position: relative;
  padding-left: 18px;
  color: var(--eco-slate-500);
  line-height: 1.6;
}

.domains-search-card .eco-domain-choice-list li::before {
  content: "";
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--eco-amber-500);
}

.domains-search-card .eco-domain-results {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 18px;
  align-items: start;
}

.domains-search-card .eco-domain-result-card {
  display: grid;
  gap: 14px;
  padding: 22px;
  border-radius: 22px;
  background: linear-gradient(145deg, #ffffff 0%, #f9fbff 100%);
  border: 1px solid #d7e3f0;
  box-shadow: 0 16px 32px rgba(10, 22, 43, 0.08);
  min-width: 0;
}

.domains-search-card .eco-domain-result-card.is-available {
  border-color: rgba(34, 170, 111, 0.28);
  background: linear-gradient(145deg, #ffffff 0%, #f5fffa 100%);
}

.domains-search-card .eco-domain-result-card.is-registered {
  border-color: rgba(17, 51, 98, 0.18);
  background: linear-gradient(145deg, #ffffff 0%, #f5f8fd 100%);
}

.domains-search-card .eco-domain-result-head {
  display: grid;
  gap: 12px;
}

.domains-search-card .eco-domain-result-domain {
  margin: 0 0 10px;
  color: var(--eco-navy-900);
  font-family: "Bitter", Georgia, serif;
  font-size: clamp(22px, 2vw, 30px);
  line-height: 1.04;
  letter-spacing: -0.03em;
  overflow-wrap: anywhere;
  word-break: break-word;
  hyphens: auto;
}

.domains-search-card .eco-domain-status-pill {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(17, 51, 98, 0.08);
  color: var(--eco-navy-900);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.domains-search-card .eco-domain-status-pill.is-available {
  background: rgba(34, 170, 111, 0.12);
  color: #157247;
}

.domains-search-card .eco-domain-status-pill.is-registered {
  background: rgba(17, 51, 98, 0.1);
  color: var(--eco-navy-900);
}

.domains-search-card .eco-domain-status-pill.is-invalid,
.domains-search-card .eco-domain-status-pill.is-error {
  background: rgba(255, 159, 67, 0.14);
  color: #a25a00;
}

.domains-search-card .eco-domain-price {
  display: grid;
  gap: 4px;
  text-align: left;
  justify-items: start;
  padding-top: 10px;
  border-top: 1px solid #e0e9f4;
}

.domains-search-card .eco-domain-price-label,
.domains-search-card .eco-domain-price span {
  color: var(--eco-slate-500);
  font-size: 13px;
  line-height: 1.4;
}

.domains-search-card .eco-domain-price strong {
  color: var(--eco-navy-900);
  font-size: 28px;
  line-height: 1;
}

.domains-search-card .eco-domain-result-copy {
  margin: 0;
  color: var(--eco-slate-500);
  font-size: 15px;
  line-height: 1.7;
  min-height: 5.1em;
}

.domains-search-card .eco-domain-result-details {
  padding-top: 4px;
  border-top: 1px solid #e0e9f4;
}

.domains-search-card .eco-domain-result-details summary {
  cursor: pointer;
  list-style: none;
  color: var(--eco-navy-900);
  font-size: 14px;
  font-weight: 800;
}

.domains-search-card .eco-domain-result-details summary::-webkit-details-marker {
  display: none;
}

.domains-search-card .eco-domain-whois {
  display: grid;
  gap: 8px;
  padding: 12px 0 0;
  border-radius: 0;
  background: #f6f9fd;
  border: 0;
}

.domains-search-card .eco-domain-whois strong {
  color: var(--eco-navy-900);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.domains-search-card .eco-domain-whois p {
  margin: 0;
  color: var(--eco-slate-500);
  font-size: 14px;
  line-height: 1.7;
}

.domains-search-card .eco-domain-actions {
  display: grid;
  gap: 10px;
  margin-top: auto;
}

.domains-search-card .eco-domain-order-form {
  margin: 0;
}

.domains-search-card .eco-domain-order-form .button,
.domains-search-card .eco-domain-secondary-link {
  width: 100%;
  justify-content: center;
}

.domains-search-card .eco-domain-secondary-link {
  min-height: 52px;
}

.domains-search-card .eco-domain-search-form.is-loading {
  opacity: 0.78;
}

@media (max-width: 1199px) {
  .domains-search-card .eco-domain-search-helper,
  .domains-search-card .eco-domain-results {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .domains-search-card .eco-domain-choice-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 979px) {
  .domains-search-card .eco-domain-search-input-row,
  .domains-search-card .eco-domain-result-head,
  .domains-search-card .eco-domain-search-helper {
    grid-template-columns: 1fr;
    display: grid;
  }

  .domains-search-card .eco-domain-search-submit {
    width: 100%;
    min-width: 0;
  }

  .domains-search-trust {
    gap: 12px;
  }

  .domains-search-card .eco-domain-results {
    grid-template-columns: 1fr;
  }

  .domains-search-trust .domains-extension-list-inline {
    justify-content: flex-start;
  }
}

@media (max-width: 767px) {
  .eco-breadcrumbs {
    margin-bottom: 18px;
    padding-top: 2px;
  }

  .eco-breadcrumbs ol {
    width: 100%;
    gap: 4px 8px;
    padding: 0;
  }

  .domains-search-trust .domains-extension-list-inline li {
    min-width: 64px;
    padding: 10px 14px;
  }
}

@media (max-width: 767px) {
  .domains-search-card .eco-domain-recommendation h3,
  .domains-search-card .eco-domain-result-domain,
  .domains-search-card .eco-domain-choice-card h3 {
    font-size: 24px;
  }

  .domains-search-card .eco-domain-result-card,
  .domains-search-card .eco-domain-recommendation,
  .domains-search-card .eco-domain-choice-card {
    padding: 18px;
  }
}

.company-page {
  padding: 0 0 5.5rem;
  background:
    radial-gradient(circle at top left, rgba(140, 224, 255, 0.18), transparent 28%),
    linear-gradient(180deg, #eff5fb 0%, #f7f9fc 100%);
}

.company-page .company-page-hero {
  padding: 1.2rem 0 2.2rem;
}

.company-page .company-page-hero-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.82fr);
  gap: 2rem;
  align-items: start;
}

.company-page .company-page-copy,
.company-page .company-page-aside {
  border-radius: 32px;
  box-shadow: 0 24px 60px rgba(11, 31, 59, 0.12);
}

.company-page .company-page-copy {
  padding: 2.35rem 2.45rem;
  background:
    linear-gradient(135deg, rgba(106, 214, 255, 0.12), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #fdfefe 100%);
}

.company-page .company-page-copy h1 {
  margin: 0 0 1rem;
  max-width: 13.5ch;
  color: #102a58;
  font-size: clamp(2.45rem, 4.3vw, 4.6rem);
  line-height: 0.94;
}

.company-page .company-page-copy > p:last-of-type {
  max-width: 48rem;
  margin-bottom: 0;
  color: #50688b;
  font-size: 1.06rem;
  line-height: 1.75;
}

.company-page .company-page-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin: 1.6rem 0 1.45rem;
}

.company-page .company-page-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.company-page .company-page-pills li,
.company-page .company-page-pills li a {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.72rem 1rem;
  border-radius: 999px;
  background: rgba(19, 46, 90, 0.08);
  color: #18345f;
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-decoration: none;
}

.company-page .company-page-pills li::before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: #f8a340;
  box-shadow: 0 0 0 6px rgba(248, 163, 64, 0.16);
}

.company-page .company-page-aside {
  padding: 2rem;
  background:
    linear-gradient(180deg, rgba(32, 69, 130, 0.96) 0%, rgba(18, 40, 82, 0.98) 100%);
  color: rgba(245, 249, 255, 0.9);
}

.company-page .company-page-aside h2 {
  margin: 0 0 1rem;
  color: #ffffff;
  font-size: clamp(1.8rem, 2.2vw, 2.65rem);
  line-height: 0.98;
}

.company-page .company-page-aside-label {
  margin: 0 0 1rem;
  color: #8fe0ff;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.company-page .company-page-body {
  padding: 0;
}

.company-highlights {
  margin-bottom: 1.5rem;
}

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

.company-highlight-card {
  padding: 22px 22px 20px;
  border: 1px solid rgba(18, 40, 82, 0.1);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 45px rgba(15, 32, 61, 0.06);
}

.company-highlight-label {
  margin: 0 0 10px;
  color: #163c79;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.company-highlight-card h2 {
  margin: 0 0 8px;
  color: #102a58;
  font-size: clamp(1.5rem, 2vw, 2rem);
  line-height: 1;
}

.company-highlight-card p:last-child {
  margin: 0;
  color: #50688b;
  line-height: 1.68;
}

.company-network-proof {
  margin-bottom: 1.5rem;
}

.company-page .company-page-surface {
  padding: 2.2rem;
  border: 1px solid rgba(18, 40, 82, 0.1);
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 22px 55px rgba(15, 32, 61, 0.1);
  backdrop-filter: blur(18px);
}

.company-page .company-page-legacy-intro {
  display: grid;
  gap: 10px;
  margin-bottom: 1.5rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid rgba(18, 40, 82, 0.08);
}

.company-page .company-page-legacy-intro h2 {
  margin: 0;
  max-width: 19ch;
  color: #102a58;
  font-size: clamp(1.8rem, 2.4vw, 2.8rem);
  line-height: 1;
}

.company-page .company-page-legacy-intro p:last-child {
  margin: 0;
  max-width: 62ch;
  color: #50688b;
  line-height: 1.72;
}

.company-page .company-page-edit-link {
  margin: 0 0 1.25rem;
  color: #58739a;
  font-size: 0.92rem;
}

.company-page .company-page-edit-link a {
  color: inherit;
}

.company-page .company-page-richtext {
  color: #314866;
  font-size: 1.03rem;
  line-height: 1.85;
}

.company-page .company-page-richtext > *:first-child {
  margin-top: 0;
}

.company-page .company-page-richtext > *:last-child {
  margin-bottom: 0;
}

.company-page .company-page-richtext h1,
.company-page .company-page-richtext h2,
.company-page .company-page-richtext h3,
.company-page .company-page-richtext h4,
.company-page .company-page-richtext h5 {
  color: #102a58;
}

.company-page .company-page-richtext h1 {
  font-size: clamp(2.1rem, 3.2vw, 3.4rem);
  line-height: 0.98;
}

.company-page .company-page-richtext h2 {
  margin-top: 2rem;
  font-size: clamp(1.7rem, 2.3vw, 2.5rem);
  line-height: 1.02;
}

.company-page .company-page-richtext h3 {
  font-size: 1.25rem;
  line-height: 1.2;
}

.company-page .company-page-richtext p,
.company-page .company-page-richtext li {
  color: #50688b;
}

.company-page .company-page-richtext a {
  color: #163c79;
  font-weight: 700;
}

.company-page .company-page-richtext img {
  max-width: 100%;
  height: auto;
  border-radius: 22px;
}

.company-page .company-page-richtext > p:first-child img {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  object-fit: cover;
}

.company-page .company-page-richtext .aligncenter {
  text-align: center;
}

.company-page .company-page-richtext .kk-star-ratings,
.company-page .company-page-richtext .kksr-legend {
  display: none !important;
}

.company-page .company-page-richtext .white-section {
  padding: 0;
  background: transparent;
}

.company-page .company-page-richtext .white-section > .container {
  width: auto;
  max-width: none;
  margin: 0;
  padding: 0;
}

.company-page .company-page-richtext .well {
  border: 1px solid rgba(19, 46, 90, 0.12);
  border-radius: 24px;
  background: linear-gradient(180deg, #143567 0%, #102a58 100%);
  color: rgba(255, 255, 255, 0.92);
}

.company-page .company-page-richtext .well a.button {
  color: #102a58;
}

.company-page .company-page-richtext .button {
  box-shadow: none;
}

.company-page .company-page-richtext .accordion {
  margin-bottom: 1rem;
}

.company-page .company-page-richtext .accordion-group {
  margin-bottom: 0.9rem;
  border: 1px solid rgba(19, 46, 90, 0.12);
  border-radius: 20px;
  overflow: hidden;
  background: #ffffff;
}

.company-page .company-page-richtext .accordion-heading .accordion-toggle {
  padding: 1.1rem 1.2rem;
  color: #102a58;
  font-weight: 700;
  text-decoration: none;
}

.company-page .company-page-richtext .accordion-inner {
  border-top: 1px solid rgba(19, 46, 90, 0.08);
  color: #50688b;
}

.company-page .company-page-richtext .row {
  margin-bottom: 1.4rem;
}

.company-contact-list {
  display: grid;
  gap: 0.9rem;
  margin: 1.3rem 0 0;
  padding: 0;
  list-style: none;
}

.company-contact-list li {
  padding: 0.95rem 1rem;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.company-contact-list strong,
.company-contact-list span {
  display: block;
}

.company-contact-list strong {
  margin-bottom: 0.2rem;
  color: #8fe0ff;
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.company-contact-list span,
.company-contact-list span a {
  color: rgba(255, 255, 255, 0.96);
  font-size: 1.02rem;
  font-weight: 700;
  line-height: 1.45;
  text-decoration: none;
}

.company-action-stack {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.support-hub-actions {
  display: grid;
  gap: 0.85rem;
}

.support-hub-action {
  padding: 1rem 1.05rem;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.08);
  text-decoration: none;
}

.support-hub-action strong,
.support-hub-action span {
  display: block;
}

.support-hub-action strong {
  color: #ffffff;
  margin-bottom: 0.2rem;
}

.support-hub-action span {
  color: rgba(245, 249, 255, 0.72);
  font-size: 0.92rem;
  line-height: 1.55;
}

.support-hub-surface {
  padding-top: 1.9rem;
}

.support-hub-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.5rem;
  margin-bottom: 1.8rem;
}

.support-hub-heading h2 {
  margin: 0;
  max-width: 15ch;
  color: #102a58;
  font-size: clamp(1.9rem, 2.4vw, 2.9rem);
  line-height: 0.98;
}

.support-hub-heading .eyebrow {
  margin-bottom: 0.45rem;
}

.support-hub-heading #searchform {
  flex: 0 0 min(22rem, 100%);
  margin: 0;
}

.support-hub-heading #searchform > div {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  padding: 0.45rem 0.5rem 0.45rem 1rem;
  border: 1px solid rgba(18, 40, 82, 0.12);
  border-radius: 999px;
  background: #ffffff;
}

.support-hub-heading #searchform i {
  color: #7891b0;
}

.support-hub-heading #searchform input[type="text"] {
  flex: 1;
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.support-hub-heading #searchform input[type="submit"] {
  margin: 0;
  padding: 0.8rem 1.2rem;
  border: 0;
  border-radius: 999px;
  background: #f7a33d;
  color: #102a58;
  font-weight: 800;
  text-shadow: none;
  box-shadow: none;
}

.support-posts-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.4rem;
}

.support-post-card {
  overflow: hidden;
  border: 1px solid rgba(18, 40, 82, 0.1);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 45px rgba(15, 32, 61, 0.08);
}

.support-post-thumb {
  display: block;
  aspect-ratio: 1.58;
  background: linear-gradient(135deg, rgba(143, 224, 255, 0.28), rgba(16, 42, 88, 0.16));
}

.support-post-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.support-post-fallback {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  color: #102a58;
  font-size: 3rem;
  font-weight: 800;
}

.support-post-body {
  padding: 1.2rem 1.25rem 1.3rem;
}

.support-post-meta {
  margin: 0 0 0.5rem;
  color: #7891b0;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.support-post-body h2 {
  margin: 0 0 0.65rem;
  font-size: 1.45rem;
  line-height: 1;
}

.support-post-body h2 a {
  color: #102a58;
  text-decoration: none;
}

.support-post-body p {
  margin: 0;
  color: #50688b;
  line-height: 1.75;
}

.support-post-link {
  display: inline-flex;
  margin-top: 1rem;
  color: #163c79;
  font-weight: 800;
  text-decoration: none;
}

.support-posts-pagination {
  margin-top: 2rem;
}

.support-posts-pagination .pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  justify-content: center;
}

.support-posts-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.75rem;
  height: 2.75rem;
  padding: 0 1rem;
  border-radius: 999px;
  background: rgba(19, 46, 90, 0.08);
  color: #163c79;
  font-weight: 800;
  text-decoration: none;
}

.support-posts-pagination .page-numbers.current {
  background: #102a58;
  color: #ffffff;
}

@media (max-width: 1199px) {
  .service-network-proof-shell {
    grid-template-columns: 1fr;
  }

  .service-network-proof-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .company-page .company-page-hero-shell {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 979px) {
  .company-page .company-page-copy,
  .company-page .company-page-aside,
  .company-page .company-page-surface {
    padding: 1.7rem;
  }

  .support-hub-heading {
    flex-direction: column;
    align-items: stretch;
  }
}

@media (max-width: 767px) {
  .service-network-proof-shell {
    padding: 1.25rem;
    border-radius: 22px;
  }

  .service-network-proof-grid {
    grid-template-columns: 1fr;
  }

  .home-local-proof-grid,
  .service-semantic-summary-grid,
  .company-highlights-grid {
    grid-template-columns: 1fr;
  }

  .company-page {
    padding-bottom: 4rem;
  }

  .company-page .company-page-hero {
    padding-top: 0.85rem;
  }

  .company-page .company-page-copy h1,
  .support-hub-heading h2 {
    max-width: none;
  }

  .support-posts-grid {
    grid-template-columns: 1fr;
  }

  .company-page .company-page-copy,
  .company-page .company-page-aside,
  .company-page .company-page-surface {
    padding: 1.35rem;
    border-radius: 24px;
  }

  .company-page .company-page-richtext .white-section > .container,
  .company-page .company-page-richtext .row {
    margin-left: 0;
    margin-right: 0;
  }
}
