﻿@font-face {
  font-family: "flat-jooza";
  src:
    local("JF Flat Regular"),
    local("JF Flat"),
    url("../fonts/flat-jooza-regular.ttf") format("truetype"),
    url("../fonts/flat-jooza-regular.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "flat-jooza";
  src:
    local("JF Flat Regular"),
    local("JF Flat"),
    url("../fonts/flat-jooza-regular.ttf") format("truetype"),
    url("../fonts/flat-jooza-regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "flat-jooza";
  src:
    local("JF Flat Regular"),
    local("JF Flat"),
    url("../fonts/flat-jooza-regular.ttf") format("truetype"),
    url("../fonts/flat-jooza-regular.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "flat-jooza";
  src:
    local("JF Flat Bold"),
    local("JF Flat"),
    url("../fonts/jf-flat-bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "flat-jooza";
  src:
    local("JF Flat Bold"),
    local("JF Flat"),
    url("../fonts/jf-flat-bold.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

:root {
  color-scheme: light;
  --brand: #003f34;
  --brand-deep: #06231e;
  --brand-soft: #0b6656;
  --gold: #c88a2d;
  --gold-soft: #efb45d;
  --ink: #173331;
  --muted: #647574;
  --line: #dce7e5;
  --soft: #f6f8f7;
  --white: #ffffff;
  --shadow: 0 18px 45px rgba(0, 46, 39, .10);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  direction: rtl;
  text-align: right;
  color: var(--ink);
  background: var(--white);
  font-family: 'flat-jooza', sans-serif !important;
}

body *,
button,
input,
select,
textarea {
  font-family: 'flat-jooza', sans-serif !important;
}

a {
  color: inherit;
  text-decoration: none;
}

.profarab-whmcs .container {
  width: 100%;
}

@media (min-width: 1400px) {
  .profarab-whmcs .container {
    max-width: 1320px;
  }
}

.topbar {
  color: #fff;
  background:
    radial-gradient(circle at 15% 50%, rgba(239, 180, 93, .18), transparent 28%),
    linear-gradient(90deg, var(--brand-deep), var(--brand));
  font-size: .93rem;
  padding: .58rem 0;
}

.topbar-row,
.nav-row,
.top-links,
.nav-links,
.hero-points,
.quick-row,
.footer-links {
  display: flex;
  align-items: center;
}

.topbar-row,
.nav-row {
  justify-content: space-between;
  gap: 1.2rem;
}

.top-links {
  gap: 1.4rem;
  flex-wrap: wrap;
}

.top-links span,
.top-links a {
  opacity: .96;
}

.main-nav {
  position: relative;
  z-index: 30;
  background: rgba(255, 255, 255, .97);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 4px 18px rgba(0, 0, 0, .035);
  backdrop-filter: blur(14px);
}

.brand {
  display: flex;
  align-items: center;
  gap: .7rem;
  min-width: 230px;
}

.site-logo {
  display: block;
  width: auto;
  max-width: 100%;
  object-fit: contain;
}

.site-logo-header {
  height: 58px;
  max-width: 245px;
}

.site-logo-footer {
  height: 70px;
  max-width: 275px;
}

.brand-mark {
  position: relative;
  width: 50px;
  height: 56px;
  display: grid;
  place-items: center;
  color: var(--gold);
  font-weight: 900;
  letter-spacing: .02em;
  border: 4px solid var(--gold);
  border-radius: 15px 15px 8px 8px;
  box-shadow: inset 0 0 0 3px #fff;
}

.brand-title {
  display: block;
  color: var(--brand);
  font-size: 1.35rem;
  font-weight: 900;
  line-height: 1.05;
}

.brand-subtitle {
  display: block;
  color: #556463;
  font-size: .78rem;
  font-weight: 800;
}

.nav-links {
  gap: 1.35rem;
  margin: 0;
  padding: 0;
  list-style: none;
  color: #1c3735;
  font-size: .96rem;
  font-weight: 800;
  flex-wrap: wrap;
}

.nav-links > li {
  position: relative;
}

.nav-links a,
.mega-trigger {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  padding: 1.75rem .1rem;
  border-bottom: 3px solid transparent;
}

.mega-trigger {
  appearance: none;
  border: 0;
  border-bottom: 3px solid transparent;
  background: transparent;
  color: inherit;
  font: inherit;
  cursor: pointer;
}

.mega-trigger span {
  color: var(--gold);
  font-size: .82rem;
  transform: translateY(1px);
}

.nav-links a:hover,
.nav-links a.active,
.mega-trigger:hover,
.mega-item:focus-within > .mega-trigger,
.mega-item:hover > .mega-trigger {
  color: var(--gold);
  border-bottom-color: var(--gold);
}

.mega-panel {
  position: absolute;
  top: 100%;
  right: 50%;
  z-index: 80;
  width: min(1120px, calc(100vw - 36px));
  padding: 1rem;
  border: 1px solid rgba(0,63,52,.12);
  border-radius: 8px;
  background: rgba(255,255,255,.98);
  box-shadow: 0 24px 60px rgba(0,63,52,.16);
  transform: translate(50%, 12px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
}

.mega-panel::before {
  content: "";
  position: absolute;
  top: -10px;
  right: 0;
  left: 0;
  height: 10px;
}

.mega-panel.compact {
  width: min(780px, calc(100vw - 36px));
}

.mega-item:hover > .mega-panel,
.mega-item:focus-within > .mega-panel {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate(50%, 0);
}

.mega-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: .9rem;
  padding: .9rem 1rem;
  border-radius: 8px;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(221,158,52,.18), transparent 36%),
    linear-gradient(135deg, var(--brand), #002a23);
}

.mega-panel-head strong {
  font-size: 1rem;
  font-weight: 900;
}

.mega-panel-head a {
  padding: .55rem .9rem;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 6px;
  color: #fff;
  font-size: .86rem;
  background: rgba(255,255,255,.08);
}

.mega-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: .85rem;
}

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

.mega-col {
  min-width: 0;
  padding: 1rem;
  border: 1px solid #edf2f1;
  border-radius: 8px;
  background: #fff;
}

.mega-col h4 {
  margin: 0 0 .8rem;
  color: var(--brand);
  font-size: .98rem;
  font-weight: 900;
}

.mega-col > a {
  width: 100%;
  display: flex;
  align-items: center;
  gap: .55rem;
  min-height: 40px;
  margin-bottom: .25rem;
  padding: .55rem .65rem;
  border: 0;
  border-radius: 6px;
  color: #344845;
  font-size: .9rem;
  line-height: 1.5;
}

.mega-col > a:hover,
.mega-col > a.active {
  color: var(--brand);
  background: #f5faf9;
}

.mega-col > a span {
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border: 1px solid rgba(0,63,52,.12);
  border-radius: 6px;
  color: var(--gold);
  background: #fbfdfd;
  font-size: .84rem;
}

.mega-highlight {
  color: #fff;
  border-color: rgba(221,158,52,.22);
  background:
    radial-gradient(circle at 20% 12%, rgba(221,158,52,.2), transparent 30%),
    linear-gradient(135deg, #003f34, #002a23);
}

.mega-highlight h4 {
  color: #fff;
}

.mega-highlight p {
  color: rgba(255,255,255,.76);
  font-size: .9rem;
  font-weight: 800;
  line-height: 1.8;
}

.mega-highlight > a {
  color: #fff;
}

.mega-highlight .mega-cta {
  justify-content: center;
  margin: .9rem 0 .45rem;
  color: #fff;
  background: var(--gold);
}

body[data-page="01-home"] .nav-home,
body[data-page="06-pricing"] .nav-pricing,
body[data-page="21-quote"] .nav-quote,
body[data-page="22-contact"] .nav-contact {
  color: var(--gold);
  border-bottom-color: var(--gold);
}

body[data-page="03-services"] .nav-services-trigger,
body[data-page="04-hosting"] .nav-services-trigger,
body[data-page="05-wordpress"] .nav-services-trigger,
body[data-page="07-knowledge"] .nav-services-trigger,
body[data-page="08-ssl"] .nav-services-trigger,
body[data-page="09-cloud-servers"] .nav-services-trigger,
body[data-page="10-dedicated-servers"] .nav-services-trigger,
body[data-page="11-business-email"] .nav-services-trigger,
body[data-page="12-cloud-backup"] .nav-services-trigger,
body[data-page="13-cybersecurity"] .nav-services-trigger,
body[data-page="14-web-design"] .nav-services-trigger,
body[data-page="15-ecommerce"] .nav-services-trigger {
  color: var(--gold);
  border-bottom-color: var(--gold);
}

body[data-page="02-about"] .nav-company-trigger,
body[data-page="16-knowledge"] .nav-company-trigger,
body[data-page="17-faq"] .nav-company-trigger,
body[data-page="18-support"] .nav-company-trigger,
body[data-page="19-success"] .nav-company-trigger,
body[data-page="20-partners"] .nav-company-trigger,
body[data-page="23-jobs"] .nav-company-trigger,
body[data-page="24-portal"] .nav-company-trigger,
body[data-page="25-login"] .nav-company-trigger {
  color: var(--gold);
  border-bottom-color: var(--gold);
}

.btn {
  border-radius: 7px;
  font-weight: 900;
}

.btn-gold {
  color: #fff;
  border: 0;
  background: linear-gradient(135deg, var(--gold), var(--gold-soft));
  box-shadow: 0 10px 22px rgba(200, 138, 45, .25);
}

.btn-brand {
  color: #fff;
  border: 0;
  background: linear-gradient(135deg, var(--brand), var(--brand-deep));
}

.btn-outline-brand {
  color: var(--brand);
  border: 1px solid var(--brand);
  background: #fff;
}

.hero {
  position: relative;
  overflow: hidden;
  min-height: 455px;
  background:
    linear-gradient(90deg, rgba(255,255,255,.98) 0 46%, rgba(255,255,255,.78) 61%, rgba(0,63,52,.08)),
    radial-gradient(circle at 24% 35%, rgba(239,180,93,.20), transparent 25%),
    linear-gradient(135deg, #fff, #eef4f1);
}

.hero.dark {
  color: #fff;
  background:
    linear-gradient(90deg, rgba(0, 43, 36, .96), rgba(0, 66, 55, .84)),
    radial-gradient(circle at 30% 20%, rgba(47, 239, 177, .14), transparent 25%),
    linear-gradient(135deg, var(--brand-deep), var(--brand));
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .17;
  background-image:
    linear-gradient(30deg, rgba(0,63,52,.11) 12%, transparent 12.5%, transparent 87%, rgba(0,63,52,.11) 87.5%, rgba(0,63,52,.11)),
    linear-gradient(150deg, rgba(0,63,52,.11) 12%, transparent 12.5%, transparent 87%, rgba(0,63,52,.11) 87.5%, rgba(0,63,52,.11));
  background-size: 54px 94px;
}

.hero .container {
  position: relative;
  min-height: inherit;
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  align-items: center;
  gap: 2.6rem;
  padding-top: 3.4rem;
  padding-bottom: 3.4rem;
}

.breadcrumb-mini {
  color: var(--muted);
  font-size: .86rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.hero.dark .breadcrumb-mini {
  color: rgba(255, 255, 255, .68);
}

.eyebrow {
  color: var(--gold);
  font-weight: 900;
  margin-bottom: .7rem;
}

.hero h1 {
  margin: 0 0 1rem;
  color: var(--brand);
  font-size: clamp(2.4rem, 4.25vw, 4.9rem);
  font-weight: 900;
  line-height: 1.16;
}

.hero.dark h1 {
  color: #fff;
}

.hero h1 .accent,
.accent {
  color: var(--gold);
}

.home-hero p {
    max-width: 540px;
    margin: 1.4rem 0 0;
    color: #121212;
    font-size: 19px;
    font-weight: 600;
    line-height: 2;
}

.hero.dark p {
  color: rgba(255, 255, 255, .82);
}

.hero-actions,
.hero-points {
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 1.6rem;
}

.hero-point {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  color: inherit;
  font-weight: 800;
}

.hero-point .mini-icon {
  color: var(--gold-soft);
}

.hero-art {
  position: relative;
  min-height: 310px;
  display: grid;
  place-items: center;
  overflow: hidden;
  isolation: isolate;
  border-radius: 0 0 28px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  box-shadow: 0 28px 60px rgba(0, 42, 35, .16);
}

.hero-art::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(0, 63, 52, .12), rgba(0, 63, 52, .02) 45%, rgba(255,255,255,.12)),
    radial-gradient(circle at 70% 18%, rgba(239, 180, 93, .18), transparent 28%);
}

.hero-art::after {
  content: "";
  position: absolute;
  right: -1px;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: 28%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.92));
}

.hero.dark .hero-art::after {
  background: linear-gradient(90deg, transparent, rgba(0, 38, 32, .88));
}

.hero-art > * {
  display: none;
}

body[data-page="01-home"] .hero-art,
body[data-page="03-services"] .hero-art,
body[data-page="04-hosting"] .hero-art,
body[data-page="05-wordpress"] .hero-art,
body[data-page="06-pricing"] .hero-art,
body[data-page="09-cloud-servers"] .hero-art,
body[data-page="10-dedicated-servers"] .hero-art,
body[data-page="11-business-email"] .hero-art {
  background-image: url("../images/hero-datacenter.png");
}

body[data-page="07-knowledge"] .hero-art,
body[data-page="08-contact"] .hero-art,
body[data-page="14-web-design"] .hero-art,
body[data-page="15-ecommerce"] .hero-art,
body[data-page="21-quote"] .hero-art,
body[data-page="22-contact"] .hero-art,
body[data-page="24-portal"] .hero-art {
  background-image: url("../images/hero-dashboard.png");
}

body[data-page="12-cloud-backup"] .hero-art,
body[data-page="13-cybersecurity"] .hero-art,
body[data-page="17-faq"] .hero-art,
body[data-page="18-support"] .hero-art,
body[data-page="20-partners"] .hero-art,
body[data-page="25-login"] .login-visual {
  background-image:
    linear-gradient(rgba(0, 55, 46, .78), rgba(0, 31, 26, .90)),
    url("../images/hero-security.png");
  background-size: cover;
  background-position: center;
}

body[data-page="02-about"] .hero-art,
body[data-page="19-success"] .hero-art,
body[data-page="23-jobs"] .hero-art {
  background-image: url("../images/hero-office.png");
  background-position: center left;
}

.server-stack {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  perspective: 900px;
  min-height: 310px;
}

.rack {
  width: 88px;
  height: 235px;
  margin-inline: -7px;
  border: 1px solid rgba(255,255,255,.25);
  background: linear-gradient(90deg, #080d0c, #26332f, #070a09);
  box-shadow: 0 26px 48px rgba(0, 30, 25, .30);
  transform: rotateY(-15deg);
}

.rack::before {
  content: "";
  display: block;
  width: 72%;
  height: 80%;
  margin: 18px auto;
  border-radius: 4px;
  background: repeating-linear-gradient(to bottom, #101c1a 0 10px, #18352f 10px 15px, #49d76b 15px 18px, #0b1210 18px 29px);
}

.office-building {
  position: relative;
  z-index: 1;
  width: min(520px, 100%);
  height: 310px;
  display: grid;
  align-items: end;
}

.building-body {
  height: 230px;
  border-radius: 6px 28px 6px 6px;
  border: 1px solid rgba(0, 63, 52, .18);
  background:
    repeating-linear-gradient(90deg, rgba(255,255,255,.08) 0 18px, rgba(0,0,0,.08) 18px 22px),
    repeating-linear-gradient(0deg, rgba(239,180,93,.42) 0 12px, rgba(0,63,52,.16) 12px 26px),
    linear-gradient(135deg, #1d3834, #081211);
  box-shadow: var(--shadow);
}

.palms {
  position: absolute;
  right: 10%;
  bottom: 0;
  color: var(--gold);
  font-size: 3rem;
  letter-spacing: 1rem;
}

.laptop-visual {
  position: relative;
  z-index: 1;
  width: min(540px, 100%);
  padding: 1.2rem;
}

.laptop-screen {
  height: 255px;
  border: 10px solid #1a2624;
  border-radius: 15px 15px 6px 6px;
  background:
    linear-gradient(135deg, rgba(47, 239, 177, .10), rgba(239, 180, 93, .10)),
    linear-gradient(90deg, #0c332d 0 24%, #f8faf9 24%);
  box-shadow: 0 28px 52px rgba(0, 30, 25, .25);
}

.dashboard-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: .7rem;
  padding: 1.2rem 1.2rem 1.2rem 28%;
}

.dash-card {
  min-height: 58px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid var(--line);
}

.shield-visual {
  position: relative;
  z-index: 1;
  width: min(330px, 78vw);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  margin-inline: auto;
  color: #2dedae;
  font-size: 7rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(45,237,174,.16), rgba(45,237,174,.05) 50%, transparent 70%);
}

.feature-strip {
  position: relative;
  z-index: 5;
  margin-top: -42px;
}

/* Home hero inspired by modern Saudi tech hosting layouts */
body[data-page="01-home"] .main-nav {
  position: sticky;
}

.home-hero {
  position: relative;
  overflow: hidden;
  color: var(--ink);
  min-height: 760px;
  padding: 4.6rem 0 3.5rem;
  background: #fff;
  isolation: isolate;
}

.home-hero-bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(255,255,255,0) 0 50%, rgba(255,255,255,.10) 61%, rgba(255,255,255,.70) 80%, rgba(255,255,255,.96) 100%),
    url("../images/hero-saudi-datacenter.png");
  background-size: cover;
  background-position: center left;
}

.home-hero::before {
  content: none;
}

.home-hero-grid {
  display: block;
  min-height: 560px;
  padding-top: 4.2rem;
}

.home-hero-copy {
  width: min(570px, 48%);
  max-width: 570px;
  margin-right: 0;
  margin-left: auto;
  padding: 1.1rem 0 1.5rem;
}

.home-kicker {
  display: inline-flex;
  align-items: center;
  gap: .65rem;
  color: var(--gold-soft);
  font-weight: 900;
  margin-bottom: 1.1rem;
}

.home-kicker span {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #25f0a5;
  box-shadow: 0 0 0 7px rgba(37, 240, 165, .12);
}

.home-hero h1 {
  margin: 0;
  max-width: 760px;
  color: var(--brand);
  font-size: clamp(2.7rem, 5vw, 4rem);
  line-height: 1.18;
  font-weight: 900;
  letter-spacing: 0;
}

.home-hero h1 span {
  display: block;
  color: var(--gold-soft);
}

.home-hero p {
  max-width: 540px;
  margin: 1.4rem 0 0;
  color: #647574;
  font-size: 1.18rem;
  line-height: 2;
}

.home-hero-actions {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 2rem;
}

.home-trust-row {
  display: flex;
  gap: .9rem;
  flex-wrap: wrap;
  margin-top: 1.45rem;
}

.home-trust-row span {
  color: var(--brand);
  border: 1px solid rgba(0,63,52,.14);
  border-radius: 999px;
  padding: .58rem .95rem;
  background: rgba(255,255,255,.74);
  backdrop-filter: blur(10px);
}

.home-hero-visual {
  position: relative;
  min-height: 455px;
}

.hosting-console {
  position: relative;
  z-index: 3;
  overflow: hidden;
  width: min(520px, 100%);
  margin-inline-start: auto;
  border: 1px solid rgba(255,255,255,.17);
  border-radius: 24px;
  background:
    linear-gradient(145deg, rgba(255,255,255,.17), rgba(255,255,255,.05)),
    url("../images/hero-dashboard.png");
  background-size: cover;
  background-position: center;
  box-shadow: 0 30px 75px rgba(0,0,0,.36);
  backdrop-filter: blur(14px);
  transform: rotate(-1deg);
  transition: transform .3s ease, box-shadow .3s ease;
}

.hosting-console:hover {
  transform: translateY(-8px) rotate(0deg);
  box-shadow: 0 40px 95px rgba(0,0,0,.44);
}

.console-top {
  display: flex;
  gap: .45rem;
  padding: 1rem;
  background: rgba(0, 31, 26, .72);
}

.console-top span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--gold-soft);
}

.console-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  padding: 1.25rem;
}

.metric-card {
  min-height: 126px;
  padding: 1rem;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 16px;
  background: rgba(0, 50, 42, .78);
}

.metric-card small {
  display: block;
  color: rgba(255,255,255,.70);
  margin-bottom: .55rem;
}

.metric-card strong {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 900;
}

.metric-card.primary {
  grid-column: span 2;
  min-height: 150px;
}

.pulse-line {
  height: 10px;
  margin-top: 1.5rem;
  border-radius: 999px;
  background:
    linear-gradient(90deg, #25f0a5 0 42%, var(--gold-soft) 42% 70%, rgba(255,255,255,.18) 70%);
  animation: pulseGlow 2.4s ease-in-out infinite;
}

.metric-card.chart {
  display: flex;
  align-items: end;
  gap: .5rem;
}

.metric-card.chart span {
  flex: 1;
  min-height: 28px;
  border-radius: 999px 999px 4px 4px;
  background: linear-gradient(180deg, var(--gold-soft), #25f0a5);
}

.metric-card.chart span:nth-child(2) { height: 58px; }
.metric-card.chart span:nth-child(3) { height: 92px; }
.metric-card.chart span:nth-child(4) { height: 66px; }
.metric-card.chart span:nth-child(5) { height: 116px; }

.floating-service-card {
  position: absolute;
  z-index: 4;
  display: block;
  min-width: 190px;
  padding: 1rem 1.15rem;
  color: #fff;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 18px;
  background: rgba(0, 46, 39, .82);
  box-shadow: 0 22px 46px rgba(0,0,0,.24);
  backdrop-filter: blur(10px);
  transition: transform .25s ease, background .25s ease;
}

.floating-service-card:hover {
  color: #fff;
  background: rgba(0, 70, 58, .94);
  transform: translateY(-6px);
}

.floating-service-card span {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: .75rem;
  color: var(--brand-deep);
  border-radius: 12px;
  background: var(--gold-soft);
  font-weight: 900;
}

.floating-service-card strong {
  display: block;
}

.card-vps {
  right: -10px;
  bottom: 18px;
}

.card-security {
  left: 4px;
  top: 38px;
}

.orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(2px);
  opacity: .78;
}

.orb-one {
  width: 170px;
  height: 170px;
  right: 5%;
  top: 2%;
  background: radial-gradient(circle, rgba(37,240,165,.36), transparent 68%);
  animation: drift 7s ease-in-out infinite;
}

.orb-two {
  width: 220px;
  height: 220px;
  left: 4%;
  bottom: 6%;
  background: radial-gradient(circle, rgba(239,180,93,.24), transparent 70%);
  animation: drift 8.5s ease-in-out infinite reverse;
}

.home-feature-dock {
  position: relative;
  z-index: 6;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  margin-top: 0;
  padding: 1rem;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 22px;
  background:
    linear-gradient(90deg, rgba(6,35,30,.98), rgba(0,63,52,.96));
  box-shadow: 0 24px 60px rgba(0, 46, 39, .18);
}

.home-feature-dock a {
  display: grid;
  gap: .25rem;
  padding: 1.25rem;
  color: #fff;
  border-radius: 16px;
  background: rgba(255,255,255,.045);
  border-inline-start: 1px solid rgba(255,255,255,.12);
  transition: transform .22s ease, box-shadow .22s ease;
}

.home-feature-dock a:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 34px rgba(0, 63, 52, .12);
}

.home-feature-dock span {
  color: var(--gold);
  font-size: 2rem;
}

.home-feature-dock strong {
  font-size: 1.08rem;
  font-weight: 900;
}

.home-feature-dock small {
  color: rgba(255,255,255,.72);
}

@keyframes pulseGlow {
  0%, 100% { box-shadow: 0 0 0 rgba(37,240,165,0); }
  50% { box-shadow: 0 0 28px rgba(37,240,165,.35); }
}

@keyframes drift {
  0%, 100% { transform: translate3d(0, 0, 0); }
  50% { transform: translate3d(14px, -18px, 0); }
}

.strip-inner {
  color: #fff;
  border-radius: 10px;
  padding: 1.1rem 1.25rem;
  background:
    linear-gradient(90deg, var(--brand-deep), var(--brand));
  box-shadow: 0 18px 36px rgba(0, 63, 52, .24);
}

.quick-row {
  justify-content: space-around;
  gap: 1rem;
  flex-wrap: wrap;
}

.quick-item {
  display: flex;
  align-items: center;
  gap: .75rem;
  min-width: 160px;
}

.quick-icon {
  color: var(--gold-soft);
  font-size: 1.75rem;
}

.quick-item strong,
.quick-item span span {
  display: block;
}

.quick-item span span {
  color: rgba(255, 255, 255, .72);
  font-size: .85rem;
}

.section {
  padding: 4.2rem 0;
}

.section.soft {
  background: var(--soft);
}

.section-title {
  text-align: center;
  margin-bottom: 2.2rem;
  margin-top: 50px;
}

.section-title h2 {
  position: relative;
  display: inline-block;
  margin-bottom: .75rem;
  color: var(--brand);
  font-weight: 900;
}

.section-title h2::after {
  content: "";
  position: absolute;
  right: 50%;
  bottom: -.55rem;
  width: 36px;
  height: 3px;
  border-radius: 3px;
  background: var(--gold);
  transform: translateX(50%);
}

.section-title p {
  margin: 0;
  color: var(--muted);
}

.service-card,
.price-card,
.post-card,
.form-card,
.mini-card,
.team-card,
.timeline-card,
.testimonial-card,
.table-card,
.step-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, .045);
}

.service-card {
  height: 100%;
  padding: 1.55rem;
  position: relative;
  overflow: hidden;
  transition: transform .2s ease, border-color .2s ease;
}

.profarab-whmcs .row.g-3 {
  margin-right: -.5rem;
  margin-left: -.5rem;
}

.profarab-whmcs .row.g-3 > [class*="col-"] {
  padding-right: .5rem;
  padding-left: .5rem;
  margin-bottom: 1rem;
}

.profarab-whmcs .row.g-4 {
  margin-right: -.85rem;
  margin-left: -.85rem;
}

.profarab-whmcs .row.g-4 > [class*="col-"] {
  padding-right: .85rem;
  padding-left: .85rem;
  margin-bottom: 1.7rem;
}

body[data-page="01-home"] .service-card {
  min-height: 245px;
}

.service-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, var(--brand), var(--gold));
  opacity: .82;
}

.service-card:hover {
  transform: translateY(-4px);
  border-color: rgba(200, 138, 45, .55);
}

.line-icon {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  margin-bottom: 1rem;
  color: var(--brand);
  font-size: 1.7rem;
  border: 1px solid rgba(0,63,52,.22);
  border-radius: 14px;
  background: #fbfdfc;
}

.service-card h3,
.price-card h3,
.post-card h3 {
  color: var(--brand);
  font-size: 1.1rem;
  font-weight: 900;
}

.service-card p,
.post-card p,
.timeline-card p {
  color: var(--muted);
  line-height: 1.75;
}

.service-card a,
.post-card a {
  color: var(--gold);
  font-weight: 900;
}

.stats-band {
  color: #fff;
  border-radius: 10px;
  padding: 1.4rem;
  background:
    linear-gradient(90deg, var(--brand-deep), var(--brand));
  box-shadow: var(--shadow);
}

.stat {
  text-align: center;
  border-inline-start: 1px solid rgba(255,255,255,.16);
}

.stat:first-child {
  border-inline-start: 0;
}

.stat b {
  display: block;
  color: var(--gold-soft);
  font-size: 1.85rem;
  font-weight: 900;
}

.price-card {
  position: relative;
  height: 100%;
  padding: 1.75rem;
}

.price-card.popular {
  border-color: var(--gold);
  transform: translateY(-10px);
}

.price-badge {
  position: absolute;
  top: -14px;
  right: 1.4rem;
  color: #fff;
  border-radius: 999px;
  padding: .28rem .85rem;
  background: var(--gold);
  font-size: .8rem;
  font-weight: 900;
}

.price {
  color: var(--brand);
  font-size: 2.8rem;
  font-weight: 900;
}

.price small {
  color: var(--muted);
  font-size: .95rem;
}

.price-card ul {
  margin: 1.2rem 0;
  padding: 0;
  list-style: none;
  line-height: 2.1;
}

.price-card li::before {
  content: "\2713";
  margin-left: .5rem;
  color: var(--gold);
  font-weight: 900;
}

.logo-row {
  position: relative;
  display: flex;
  gap: 1rem;
  overflow: hidden;
  padding: .45rem 0 1rem;
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}

.logo-row::before,
.logo-row::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: 72px;
  pointer-events: none;
}

.logo-row::before {
  right: 0;
  background: linear-gradient(270deg, #fff, transparent);
}

.logo-row::after {
  left: 0;
  background: linear-gradient(90deg, #fff, transparent);
}

.logo-pill {
  flex: 0 0 240px;
  display: flex;
  min-height: 138px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: .8rem;
  place-items: center;
  color: #36504e;
  font-weight: 900;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  padding: 1.2rem;
  animation: logoSlide 24s linear infinite;
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.logo-row:hover .logo-pill {
  animation-play-state: paused;
}

.logo-pill:hover {
  color: var(--brand);
  border-color: rgba(200, 138, 45, .55);
  box-shadow: 0 16px 34px rgba(0, 63, 52, .09);
  transform: translateY(-4px) scale(1.02);
}

.logo-pill img {
  display: block;
  width: auto;
  max-width: 190px;
  height: 70px;
  object-fit: contain;
}

.logo-pill span {
  color: var(--muted);
  font-size: .95rem;
}

@keyframes logoSlide {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(6 * (240px + 1rem)));
  }
}

.timeline {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1rem;
}

.timeline-card {
  position: relative;
  padding: 1.35rem;
  text-align: center;
}

.timeline-card b {
  display: block;
  color: var(--brand);
  font-size: 1.4rem;
  margin-bottom: .6rem;
}

/* About page - page 02 */
body[data-page="02-about"] main {
  background:
    radial-gradient(circle at 78% 10%, rgba(239,180,93,.08), transparent 26%),
    linear-gradient(180deg, #fff 0%, #fbfcfc 58%, #fff 100%);
}

.about-hero {
  position: relative;
  overflow: hidden;
  min-height: 500px;
  background:
    linear-gradient(90deg, rgba(255,255,255,.02) 0 44%, rgba(255,255,255,.82) 62%, rgba(255,255,255,.99) 100%),
    url("../images/hero-office.png") left center / cover no-repeat;
}

.about-hero::after {
  content: "";
  position: absolute;
  inset: 0 0 0 52%;
  background-image:
    linear-gradient(30deg, rgba(0,63,52,.035) 12%, transparent 12.5%, transparent 87%, rgba(0,63,52,.035) 87.5%),
    linear-gradient(150deg, rgba(0,63,52,.035) 12%, transparent 12.5%, transparent 87%, rgba(0,63,52,.035) 87.5%);
  background-size: 46px 46px;
  opacity: .75;
  pointer-events: none;
}

.about-hero .container {
  position: relative;
  z-index: 1;
  min-height: inherit;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  direction: ltr;
}

.about-hero-copy {
  grid-column: 2;
  direction: rtl;
  max-width: 520px;
  margin-right: auto;
  text-align: right;
}

.about-hero-copy h1 {
  margin: 0;
  color: var(--brand);
  font-size: clamp(2.6rem, 4.7vw, 4rem);
  font-weight: 900;
  line-height: 1.25;
}

.about-hero-copy h1 span {
  display: block;
}

.about-hero-copy h1 em {
  display: block;
  color: var(--gold);
  font-style: normal;
}

.about-hero-copy p {
  max-width: 470px;
  margin: 1.6rem 0 0;
  color: #667170;
  font-size: 1.05rem;
  line-height: 2.1;
  font-weight: 700;
}

.about-hero-copy .btn {
  margin-top: 1.45rem;
  min-width: 178px;
}

.about-story-section {
  padding: 4.2rem 0 2.6rem;
}

.about-story-grid {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 3rem;
  align-items: center;
}

.about-story-copy {
  text-align: center;
  padding-inline-end: 1.7rem;
  border-inline-end: 1px solid var(--line);
}

.about-story-copy h2,
.about-story-copy h3 {
  color: var(--brand);
  font-weight: 900;
}

.about-story-copy h2 {
  margin-bottom: .9rem;
  font-size: 1.75rem;
}

.about-story-copy h3 {
  margin-bottom: 1.4rem;
  font-size: 1.4rem;
}

.about-story-copy p {
  color: var(--muted);
  line-height: 2;
  margin-bottom: 1.7rem;
}

.about-timeline {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border-inline-start: 1px solid var(--line);
}

.about-timeline article {
  position: relative;
  min-height: 185px;
  padding: .3rem 1.15rem 0;
  text-align: center;
  border-inline-end: 1px solid var(--line);
}

.about-timeline article::before {
  content: "";
  position: absolute;
  top: 57px;
  left: 0;
  right: 0;
  height: 1px;
  background: var(--line);
}

.about-timeline b {
  display: block;
  color: var(--brand);
  font-size: 1.5rem;
  font-weight: 900;
}

.about-timeline span {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 1.15rem auto 1.2rem;
  border: 2px solid var(--gold);
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 0 6px rgba(239,180,93,.14);
}

.about-timeline h4 {
  color: var(--brand-deep);
  font-size: 1rem;
  font-weight: 900;
}

.about-timeline p {
  margin: .65rem 0 0;
  color: var(--muted);
  font-size: .9rem;
  line-height: 1.9;
}

.about-stats {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin-top: 3.2rem;
  padding: 1.05rem 1.3rem;
  color: #fff;
  border-radius: 10px;
  background:
    radial-gradient(circle at 18% 0%, rgba(239,180,93,.12), transparent 30%),
    linear-gradient(90deg, #003328, #00483b);
  box-shadow: 0 18px 42px rgba(0,63,52,.18);
}

.about-stats div {
  display: grid;
  grid-template-columns: 48px 1fr;
  align-items: center;
  column-gap: .8rem;
  min-height: 72px;
  padding-inline: .9rem;
  border-inline-end: 1px solid rgba(255,255,255,.15);
}

.about-stats div:last-child {
  border-inline-end: 0;
}

.about-stats i {
  grid-row: 1 / span 2;
  color: var(--gold);
  font-style: normal;
  font-size: 2rem;
  line-height: 1;
}

.about-stats b {
  color: var(--gold);
  font-size: 1.45rem;
  font-weight: 900;
  line-height: 1;
}

.about-stats span {
  color: rgba(255,255,255,.88);
  font-size: .88rem;
  font-weight: 800;
}

.about-values-section,
.about-team-section {
  padding: 1.7rem 0 3rem;
}

.about-values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.2rem;
}

.about-value-card {
  min-height: 285px;
  padding: 2.1rem 2rem;
  text-align: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 42px rgba(0,0,0,.035);
}

.about-value-card h3 {
  color: var(--brand);
  font-size: 1.45rem;
  font-weight: 900;
  margin-bottom: 1.25rem;
}

.about-value-card p {
  max-width: 300px;
  margin: 0 auto;
  color: #465553;
  line-height: 2;
  font-weight: 700;
}

.about-value-icon {
  display: grid;
  place-items: center;
  width: 74px;
  height: 74px;
  margin: 2.2rem auto 0;
  color: var(--brand);
  border-radius: 50%;
  background: #fbf0dc;
  font-size: 1.9rem;
  font-weight: 900;
}

.about-values-list ul {
  list-style: none;
  width: min(190px, 100%);
  margin: 0 auto;
  padding: 0;
}

.about-values-list li {
  display: grid;
  grid-template-columns: 1fr 54px;
  align-items: center;
  min-height: 39px;
  color: #394946;
  border-bottom: 1px solid #edf1f0;
  font-weight: 800;
}

.about-values-list li:last-child {
  border-bottom: 0;
}

.about-values-list i {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: var(--gold);
  border-radius: 999px;
  background: var(--brand);
  font-style: normal;
}

.about-team-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 2rem;
}

.about-team-card {
  overflow: hidden;
  text-align: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 36px rgba(0,0,0,.045);
}

.about-team-card img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1.05;
  object-fit: cover;
  object-position: center top;
  background: #f4f6f6;
}

.about-team-card h3 {
  margin: 1rem .8rem .3rem;
  color: var(--brand);
  font-size: 1rem;
  font-weight: 900;
}

.about-team-card p {
  margin: 0 .8rem 1rem;
  color: var(--muted);
  font-size: .88rem;
  font-weight: 800;
}

.about-trust-section {
  padding: 1.3rem 0 1.8rem;
}

.about-trust-band {
  min-height: 205px;
  display: grid;
  align-items: center;
  padding: 2rem 3rem;
  overflow: hidden;
  border-radius: 10px;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(0,63,52,.2), rgba(0,63,52,.96) 50%, rgba(0,42,35,.98)),
    url("../images/hero-security.png") left center / cover no-repeat;
  box-shadow: 0 18px 45px rgba(0,63,52,.18);
}

.about-trust-copy {
  max-width: 540px;
  margin-right: auto;
  text-align: right;
}

.about-trust-copy h2 {
  color: #fff;
  font-size: 1.75rem;
  font-weight: 900;
  margin-bottom: 1rem;
}

.about-trust-copy ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.about-trust-copy li {
  position: relative;
  padding-inline-start: 1.9rem;
  margin-bottom: .55rem;
  color: rgba(255,255,255,.9);
  font-weight: 800;
}

.about-trust-copy li::before {
  content: "\2713";
  position: absolute;
  inset-inline-start: 0;
  color: var(--gold);
  font-weight: 900;
}

.about-logos-section {
  padding: .7rem 0 2.6rem;
}

.about-tech-logos {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  align-items: center;
  gap: 2.5rem;
  padding: 1rem 1.2rem;
}

.about-tech-logos img {
  width: 100%;
  max-height: 56px;
  object-fit: contain;
  filter: saturate(1.08);
}

.about-logo-cert {
  color: #185174;
  text-align: center;
  font-size: 1.35rem;
  font-weight: 900;
  line-height: 1.05;
}

.about-logo-cert small {
  font-size: .75rem;
}

/* Services page - page 03 */
body[data-page="03-services"] main {
  background: #fff;
}

.services-hero {
  position: relative;
  overflow: hidden;
  min-height: 700px;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(0,20,18,.35) 0 38%, rgba(0,47,40,.78) 58%, rgba(0,58,48,.98) 100%),
    url("../images/hero-datacenter.png") left center / cover no-repeat;
}

.services-hero::after {
  content: "";
  position: absolute;
  inset: 0 58% 0 0;
  background-image:
    linear-gradient(30deg, rgba(255,255,255,.035) 12%, transparent 12.5%, transparent 87%, rgba(255,255,255,.035) 87.5%),
    linear-gradient(150deg, rgba(255,255,255,.035) 12%, transparent 12.5%, transparent 87%, rgba(255,255,255,.035) 87.5%);
  background-size: 44px 44px;
  opacity: .55;
  pointer-events: none;
}

.services-hero .container {
  position: relative;
  z-index: 1;
  min-height: inherit;
  display: grid;
  align-items: center;
}

.services-hero-copy {
  max-width: 570px;
  margin-right: 0;
  margin-left: auto;
  text-align: right;
}

.services-hero-copy h1 {
  margin: 0 0 .7rem;
  color: #fff;
  font-size: clamp(3rem, 5.5vw, 5.4rem);
  font-weight: 900;
  line-height: 1;
}

.services-hero-copy h2 {
  margin: 0 0 1.35rem;
  color: var(--gold);
  font-size: clamp(1.4rem, 2.3vw, 2rem);
  font-weight: 900;
}

.services-hero-copy p {
  margin: 0;
  color: rgba(255,255,255,.88);
  font-size: 1.08rem;
  line-height: 2;
  font-weight: 700;
}

.services-page-section {
  padding: 3.1rem 0 0;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.55rem;
}

.services-card {
  position: relative;
  min-height: 220px;
  padding: 1.45rem 1.15rem 1.25rem;
  text-align: center;
  border: 1px solid #dfe8e6;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(0,0,0,.045);
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.services-card:hover {
  transform: translateY(-5px);
  border-color: rgba(200,138,45,.5);
  box-shadow: 0 20px 44px rgba(0,63,52,.12);
}

.services-card.is-featured {
  border-color: rgba(200,138,45,.55);
  box-shadow: 0 18px 42px rgba(200,138,45,.11);
}

.services-badge {
  position: absolute;
  top: 0;
  inset-inline-start: 1rem;
  transform: translateY(-1px);
  padding: .28rem .78rem;
  color: #fff;
  border-radius: 0 0 8px 8px;
  background: var(--gold);
  font-size: .78rem;
  font-weight: 900;
}

.services-icon {
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  margin: 0 auto 1rem;
  color: var(--brand);
  border: 2px solid var(--gold);
  border-radius: 50%;
  background: #fffdf8;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1;
}

.services-card h3 {
  min-height: 42px;
  margin: 0 0 .75rem;
  color: var(--brand);
  font-size: 1.04rem;
  font-weight: 900;
  line-height: 1.45;
}

.services-card p {
  min-height: 52px;
  margin: 0;
  color: var(--muted);
  font-size: .88rem;
  line-height: 1.85;
  font-weight: 700;
}

.services-card a {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  margin-top: 1rem;
  color: var(--brand);
  font-size: .9rem;
  font-weight: 900;
}

.services-card a::before {
  content: "\2039";
  color: var(--gold);
  font-size: 1.2rem;
}

.services-stats {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin: 2.45rem 0 1.7rem;
  padding: 1rem 1.2rem;
  color: #fff;
  border-radius: 10px;
  background:
    radial-gradient(circle at 20% 0, rgba(239,180,93,.13), transparent 32%),
    linear-gradient(90deg, #003328, #00483b);
  box-shadow: 0 18px 42px rgba(0,63,52,.18);
}

.services-stats div {
  display: grid;
  grid-template-columns: 46px 1fr;
  align-items: center;
  column-gap: .8rem;
  min-height: 70px;
  padding-inline: .9rem;
  border-inline-end: 1px solid rgba(255,255,255,.15);
}

.services-stats div:last-child {
  border-inline-end: 0;
}

.services-stats i {
  grid-row: 1 / span 2;
  color: var(--gold);
  font-style: normal;
  font-size: 2rem;
  line-height: 1;
}

.services-stats b {
  color: var(--gold);
  font-size: 1.55rem;
  font-weight: 900;
  line-height: 1;
}

.services-stats span {
  color: rgba(255,255,255,.9);
  font-size: .88rem;
  font-weight: 800;
}

.compact-title {
  margin-top: 1.8rem;
  margin-bottom: 1.4rem;
}

.services-why {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0;
  margin-bottom: 2.1rem;
}

.services-why article {
  min-height: 130px;
  padding: .7rem 1.1rem;
  text-align: center;
  border-inline-start: 1px solid var(--line);
}

.services-why article:last-child {
  border-inline-start: 0;
}

.services-why span {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin: 0 auto .65rem;
  color: var(--brand);
  border: 1px solid rgba(0,63,52,.25);
  border-radius: 50%;
  font-size: 1.35rem;
}

.services-why h3 {
  margin: 0 0 .45rem;
  color: var(--brand);
  font-size: .96rem;
  font-weight: 900;
}

.services-why p {
  margin: 0;
  color: var(--muted);
  font-size: .82rem;
  line-height: 1.7;
  font-weight: 700;
}

.services-process {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.35rem;
  margin-bottom: 2.2rem;
}

.services-process article {
  position: relative;
  display: grid;
  justify-items: center;
  align-content: start;
  gap: .6rem;
  min-height: 190px;
  padding: 1.35rem 1.15rem 1.25rem;
  text-align: center;
  border: 1px solid #edf1f0;
  border-radius: 8px;
  background:
    radial-gradient(circle at 50% 0, rgba(221,158,52,.08), transparent 38%),
    #fff;
  box-shadow: 0 14px 34px rgba(0,63,52,.055);
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.services-process article:hover {
  transform: translateY(-4px);
  border-color: rgba(221,158,52,.55);
  box-shadow: 0 22px 44px rgba(0,63,52,.105);
}

.services-process b {
  position: absolute;
  top: .75rem;
  inset-inline-start: .8rem;
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  color: #fff;
  border-radius: 50%;
  background: var(--brand);
  font-size: .9rem;
}

.services-process span {
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  color: var(--brand);
  border-radius: 50%;
  background: #f5f8f7;
  font-size: 1.55rem;
  border: 1px solid #e7eeee;
}

.services-process h3 {
  margin: .2rem 0 .1rem;
  color: var(--brand);
  font-size: 1.05rem;
  font-weight: 900;
}

.services-process p {
  margin: 0;
  color: var(--muted);
  max-width: 210px;
  font-size: .88rem;
  line-height: 1.85;
  font-weight: 700;
}

.services-cta {
  min-height: 205px;
  display: grid;
  align-items: center;
  margin: 1.8rem 0 2.4rem;
  padding: 2rem 3rem;
  overflow: hidden;
  border-radius: 10px;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(0,63,52,.08), rgba(0,63,52,.94) 50%, rgba(0,42,35,.98)),
    url("../images/hero-dashboard.png") left center / cover no-repeat;
  box-shadow: 0 18px 45px rgba(0,63,52,.18);
}

.services-cta > div {
  max-width: 560px;
  margin-right: auto;
}

.services-cta h2 {
  margin: 0 0 .65rem;
  color: #fff;
  font-size: 2rem;
  font-weight: 900;
}

.services-cta p {
  margin: 0 0 1.4rem;
  color: var(--gold-soft);
  font-weight: 800;
}

.services-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.partners-title {
  margin-top: .3rem;
}

.services-partners {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  align-items: center;
  gap: 2.2rem;
  padding: .7rem 0 2.8rem;
}

.services-partners img {
  width: 100%;
  max-height: 52px;
  object-fit: contain;
}

.services-partners strong {
  color: #506160;
  text-align: center;
  font-size: 1.05rem;
  font-weight: 900;
}

/* Hosting page - page 04 */
body[data-page="04-hosting"] main {
  background:
    linear-gradient(180deg, #fff 0%, #fbfcfc 56%, #fff 100%);
}

.hosting-hero {
  position: relative;
  min-height: 700px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(255,255,255,.05) 0 42%, rgba(255,255,255,.74) 61%, rgba(255,255,255,.98) 100%),
    url("../images/hero-saudi-datacenter.png") left center / cover no-repeat;
}

.hosting-hero::before {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 42%;
  background: linear-gradient(180deg, transparent, rgba(255,255,255,.88));
  pointer-events: none;
}

.hosting-hero::after {
  content: "";
  position: absolute;
  inset: 0 58% 0 0;
  background-image:
    linear-gradient(30deg, rgba(0,63,52,.035) 12%, transparent 12.5%, transparent 87%, rgba(0,63,52,.035) 87.5%),
    linear-gradient(150deg, rgba(0,63,52,.035) 12%, transparent 12.5%, transparent 87%, rgba(0,63,52,.035) 87.5%);
  background-size: 46px 46px;
  opacity: .5;
  pointer-events: none;
}

.hosting-hero .container {
  position: relative;
  z-index: 1;
  min-height: inherit;
  display: grid;
  align-items: center;
}

.hosting-hero-copy {
  width: min(590px, 48%);
  margin-right: 0;
  margin-left: auto;
  padding-bottom: 2.4rem;
  text-align: right;
  filter: drop-shadow(0 10px 28px rgba(255,255,255,.72));
}

.hosting-hero .breadcrumb-mini {
  color: #7a8684;
  margin-bottom: 1.2rem;
}

.hosting-hero-copy h1 {
  margin: 0;
  color: var(--brand);
  font-size: clamp(2.8rem, 5vw, 4rem);
  font-weight: 900;
  line-height: 1.18;
}

.hosting-hero-copy h1 span {
  display: block;
  color: var(--gold);
  font-size: 50px;
  text-shadow: 0 8px 28px rgba(200,138,45,.16);
}

.hosting-hero-copy p {
  max-width: 520px;
  margin: 1.4rem 0 0;
  color: #697674;
  font-size: 1.08rem;
  line-height: 2;
  font-weight: 700;
}

.hosting-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1.6rem;
}

.hosting-feature-dock {
  position: relative;
  z-index: 3;
  margin-top: -38px;
}

.hosting-dock-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  overflow: hidden;
  color: #fff;
  border-radius: 10px;
  background:
    radial-gradient(circle at 18% 0, rgba(239,180,93,.13), transparent 30%),
    linear-gradient(90deg, #003328, #00483b);
  box-shadow: 0 18px 42px rgba(0,63,52,.2);
}

.hosting-dock-grid article {
  display: grid;
  grid-template-columns: 44px 1fr;
  align-items: center;
  min-height: 88px;
  gap: .75rem;
  padding: 1rem 1.15rem;
  border-inline-end: 1px solid rgba(255,255,255,.14);
  transition: background .22s ease, transform .22s ease;
}

.hosting-dock-grid article:hover {
  background: rgba(255,255,255,.055);
  transform: translateY(-2px);
}

.hosting-dock-grid article:last-child {
  border-inline-end: 0;
}

.hosting-dock-grid span {
  grid-row: 1 / span 2;
  color: var(--gold);
  font-size: 2rem;
  line-height: 1;
}

.hosting-dock-grid h3 {
  margin: 0;
  color: #fff;
  font-size: .98rem;
  font-weight: 900;
}

.hosting-dock-grid p {
  margin: 0;
  color: rgba(255,255,255,.76);
  font-size: .82rem;
  font-weight: 700;
}

.hosting-section {
  padding: 2.6rem 0 0;
}

.hosting-plans {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.45rem;
  align-items: stretch;
}

.hosting-plan {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 470px;
  padding: 1.55rem 1.35rem;
  text-align: center;
  border: 1px solid #dfe8e6;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 36px rgba(0,0,0,.045);
  overflow: hidden;
  transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}

.hosting-plan::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, var(--brand), var(--gold));
  opacity: .22;
}

.hosting-plan:hover {
  transform: translateY(-7px);
  border-color: rgba(200,138,45,.58);
  box-shadow: 0 24px 58px rgba(0,63,52,.13);
}

.hosting-plan.is-popular {
  border-color: rgba(200,138,45,.75);
  background:
    linear-gradient(180deg, rgba(239,180,93,.05), transparent 28%),
    #fff;
  box-shadow: 0 22px 54px rgba(200,138,45,.18);
}

.hosting-plan-badge {
  position: absolute;
  top: 0;
  inset-inline-start: 1.25rem;
  padding: .35rem .9rem;
  color: #fff;
  border-radius: 0 0 8px 8px;
  background: var(--gold);
  font-size: .78rem;
  font-weight: 900;
}

.hosting-plan h3 {
  margin: .45rem 0 .8rem;
  color: var(--brand);
  font-size: 1.25rem;
  font-weight: 900;
}

.hosting-price {
  display: inline-flex;
  justify-content: center;
  align-items: flex-end;
  gap: .35rem;
  color: var(--brand);
  margin-bottom: .65rem;
}

.hosting-price b {
  color: var(--brand);
  font-size: 3.5rem;
  font-weight: 900;
  line-height: .9;
}

.hosting-price span {
  color: var(--brand);
  font-size: .95rem;
  font-weight: 900;
}

.hosting-plan > p {
  min-height: 38px;
  margin: 0 0 1.05rem;
  color: var(--muted);
  font-size: .88rem;
  font-weight: 700;
}

.hosting-plan ul {
  flex: 1;
  list-style: none;
  margin: 0 0 1.15rem;
  padding: 0;
  text-align: right;
}

.hosting-plan li {
  display: grid;
  grid-template-columns: 20px 1fr auto;
  align-items: center;
  gap: .65rem;
  padding: .38rem 0;
  color: #42504e;
  border-bottom: 1px solid #eef3f2;
  font-size: .86rem;
  font-weight: 700;
}

.hosting-plan li::before {
  content: "\2713";
  display: grid;
  place-items: center;
  width: 18px;
  height: 18px;
  color: var(--brand);
  border-radius: 50%;
  background: rgba(0,63,52,.07);
  font-weight: 900;
  text-align: center;
  font-size: .74rem;
}

.hosting-plan li span {
  color: var(--brand);
  font-weight: 900;
  justify-self: end;
}

.hosting-note {
  margin: 1rem 0 2rem;
  text-align: center;
  color: var(--muted);
  font-size: .86rem;
  font-weight: 700;
}

.hosting-why {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1.3rem;
  margin-bottom: 2.4rem;
}

.hosting-why article,
.hosting-tech article {
  min-height: 126px;
  padding: 1.1rem .9rem;
  text-align: center;
  border: 1px solid #dfe8e6;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(0,0,0,.035);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.hosting-why article:hover,
.hosting-tech article:hover,
.hosting-testimonials article:hover {
  transform: translateY(-5px);
  border-color: rgba(200,138,45,.45);
  box-shadow: 0 20px 44px rgba(0,63,52,.1);
}

.hosting-why span {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  margin: 0 auto .8rem;
  color: var(--brand);
  border: 1px solid rgba(0,63,52,.24);
  border-radius: 50%;
  background: linear-gradient(180deg, #fff, #f7fbfa);
  font-size: 1.35rem;
}

.hosting-why h3 {
  margin: 0 0 .45rem;
  color: var(--brand);
  font-size: .98rem;
  font-weight: 900;
  line-height: 1.45;
}

.hosting-why p {
  margin: 0;
  color: var(--muted);
  font-size: .82rem;
  line-height: 1.65;
  font-weight: 700;
}

.hosting-tech {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 1rem;
  margin-bottom: 2.2rem;
}

.hosting-tech article {
  display: grid;
  place-items: center;
  min-height: 86px;
  padding: .85rem .75rem;
  background:
    linear-gradient(180deg, rgba(255,255,255,1), rgba(248,251,250,.9));
}

.hosting-tech img {
  max-width: 105px;
  max-height: 34px;
  object-fit: contain;
  margin-bottom: .35rem;
}

.hosting-tech strong {
  color: #17211f;
  font-size: 1.25rem;
  font-weight: 900;
  margin-bottom: .35rem;
}

.hosting-tech span {
  color: var(--muted);
  font-size: .78rem;
  font-weight: 800;
}

.hosting-testimonials {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-bottom: 2.2rem;
}

.hosting-testimonials article {
  min-height: 140px;
  padding: 1.2rem 1.35rem;
  border: 1px solid #dfe8e6;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(0,0,0,.035);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.hosting-testimonials .stars {
  color: var(--gold);
  letter-spacing: .06em;
  text-align: left;
}

.hosting-testimonials p {
  margin: .7rem 0 1rem;
  color: #52605e;
  line-height: 1.8;
  font-weight: 700;
}

.hosting-client {
  display: flex;
  align-items: center;
  gap: .85rem;
}

.hosting-client img {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #fff;
  box-shadow: 0 10px 22px rgba(0,63,52,.14);
}

.hosting-client b,
.hosting-client small {
  display: block;
}

.hosting-client b {
  color: var(--brand);
  font-weight: 900;
}

.hosting-client small {
  color: var(--muted);
  font-weight: 700;
}

.hosting-cta {
  min-height: 205px;
  display: grid;
  align-items: center;
  margin: .8rem 0 2.4rem;
  padding: 2rem 3rem;
  overflow: hidden;
  border-radius: 10px;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(0,63,52,.12), rgba(0,63,52,.95) 52%, rgba(0,42,35,.98)),
    url("../images/hero-datacenter.png") left center / cover no-repeat;
  box-shadow: 0 18px 45px rgba(0,63,52,.18);
  position: relative;
}

.hosting-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 82% 24%, rgba(239,180,93,.18), transparent 30%),
    linear-gradient(120deg, transparent 0 58%, rgba(255,255,255,.06));
  pointer-events: none;
}

.hosting-cta > div {
  position: relative;
  z-index: 1;
  max-width: 560px;
  margin-right: auto;
}

.hosting-cta h2 {
  margin: 0 0 .65rem;
  color: #fff;
  font-size: 2rem;
  font-weight: 900;
}

.hosting-cta p {
  margin: 0 0 1.35rem;
  color: rgba(255,255,255,.82);
  font-weight: 800;
}

.hosting-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

/* WordPress hosting page - page 05 */
body[data-page="05-wordpress"] main {
  background:
    linear-gradient(180deg, #fff 0%, #fbfcfc 58%, #fff 100%);
}

.wp-hero {
  position: relative;
  min-height: 700px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(255,255,255,.02) 0 42%, rgba(255,255,255,.72) 60%, rgba(255,255,255,.98) 100%),
    url("../images/hero-wordpress-hosting.png") left center / cover no-repeat;
}

.wp-hero::before {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 38%;
  background: linear-gradient(180deg, transparent, rgba(255,255,255,.9));
  pointer-events: none;
}

.wp-hero .container {
  position: relative;
  z-index: 1;
  min-height: inherit;
  display: grid;
  align-items: center;
}

.wp-hero .container::after {
  content: "";
  position: absolute;
  inset: 12% 58% 10% 0;
  background-image:
    linear-gradient(30deg, rgba(0,63,52,.035) 12%, transparent 12.5%, transparent 87%, rgba(0,63,52,.035) 87.5%),
    linear-gradient(150deg, rgba(0,63,52,.035) 12%, transparent 12.5%, transparent 87%, rgba(0,63,52,.035) 87.5%);
  background-size: 42px 42px;
  opacity: .55;
  pointer-events: none;
}

.wp-hero-copy {
  width: min(610px, 50%);
  margin-right: 0;
  margin-left: auto;
  padding-bottom: 2.4rem;
  text-align: right;
  filter: drop-shadow(0 10px 28px rgba(255,255,255,.72));
}

.wp-hero .breadcrumb-mini {
  color: #7a8684;
  margin-bottom: 1.2rem;
}

.wp-hero-copy h1 {
  margin: 0;
  color: var(--brand);
  font-size: clamp(2.8rem, 5vw, 4rem);
  font-weight: 900;
  line-height: 1.18;
}

.wp-hero-copy h1 span {
  display: block;
  color: var(--gold);
  font-size: clamp(2.3rem, 4vw, 3.25rem);
  text-shadow: 0 8px 28px rgba(200,138,45,.16);
}

.wp-hero-copy h2 {
  margin: .45rem 0 0;
  color: #17211f;
  font-size: clamp(1.55rem, 2.4vw, 2.3rem);
  font-weight: 900;
}

.wp-hero-copy p {
  max-width: 535px;
  margin: 1.1rem 0 0;
  color: #697674;
  font-size: 1.03rem;
  line-height: 2;
  font-weight: 700;
}

.wp-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1.55rem;
}

.wp-feature-dock {
  position: relative;
  z-index: 3;
  margin-top: -40px;
}

.wp-dock-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  overflow: hidden;
  border: 1px solid #e7eeee;
  border-radius: 10px;
  background: rgba(255,255,255,.96);
  box-shadow: 0 18px 44px rgba(0,63,52,.12);
  backdrop-filter: blur(10px);
}

.wp-dock-grid article {
  min-height: 112px;
  padding: 1.1rem .9rem;
  text-align: center;
  border-inline-end: 1px solid #e7eeee;
  transition: transform .22s ease, background .22s ease, box-shadow .22s ease;
}

.wp-dock-grid article:last-child {
  border-inline-end: 0;
}

.wp-dock-grid article:hover {
  transform: translateY(-3px);
  background: #fbfdfc;
  box-shadow: inset 0 3px 0 rgba(200,138,45,.38);
}

.wp-dock-grid span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin: 0 auto .65rem;
  color: var(--brand);
  border: 1px solid rgba(0,63,52,.18);
  border-radius: 50%;
  background: linear-gradient(180deg, #fff, #f7fbfa);
  font-size: 1.35rem;
}

.wp-dock-grid h3 {
  margin: 0 0 .35rem;
  color: var(--brand);
  font-size: .9rem;
  font-weight: 900;
  line-height: 1.45;
}

.wp-dock-grid p {
  margin: 0;
  color: var(--muted);
  font-size: .76rem;
  font-weight: 800;
}

.wp-section {
  padding: 2.7rem 0 0;
}

.wp-plans {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.45rem;
}

.wp-plan {
  position: relative;
  min-height: 430px;
  display: flex;
  flex-direction: column;
  padding: 1.65rem 1.35rem;
  text-align: center;
  overflow: hidden;
  border: 1px solid #dfe8e6;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 36px rgba(0,0,0,.045);
  transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}

.wp-plan::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, var(--brand), var(--gold));
  opacity: .2;
}

.wp-plan:hover {
  transform: translateY(-7px);
  border-color: rgba(200,138,45,.58);
  box-shadow: 0 24px 58px rgba(0,63,52,.13);
}

.wp-plan.is-popular {
  border-color: rgba(200,138,45,.75);
  background:
    linear-gradient(180deg, rgba(239,180,93,.055), transparent 28%),
    #fff;
  box-shadow: 0 22px 54px rgba(200,138,45,.18);
}

.wp-plan-badge {
  position: absolute;
  top: 0;
  inset-inline-start: 1.25rem;
  padding: .35rem .9rem;
  color: #fff;
  border-radius: 0 0 8px 8px;
  background: var(--gold);
  font-size: .78rem;
  font-weight: 900;
}

.wp-plan h3 {
  margin: .45rem 0 .55rem;
  color: var(--brand);
  font-size: 1.35rem;
  font-weight: 900;
}

.wp-plan > p {
  min-height: 40px;
  margin: 0 0 .85rem;
  color: var(--muted);
  font-size: .88rem;
  font-weight: 800;
}

.wp-price {
  display: grid;
  justify-items: center;
  gap: .1rem;
  margin-bottom: 1rem;
  color: var(--brand);
}

.wp-price small {
  color: #899392;
  font-size: .78rem;
  font-weight: 800;
}

.wp-price b {
  color: var(--brand);
  font-size: 3.3rem;
  font-weight: 900;
  line-height: .9;
}

.wp-price span {
  color: var(--brand);
  font-size: .86rem;
  font-weight: 900;
}

.wp-plan ul {
  flex: 1;
  list-style: none;
  margin: 0 0 1.15rem;
  padding: 0;
  text-align: right;
}

.wp-plan li {
  display: grid;
  grid-template-columns: 20px 1fr auto;
  align-items: center;
  gap: .65rem;
  padding: .38rem 0;
  color: #42504e;
  border-bottom: 1px solid #eef3f2;
  font-size: .86rem;
  font-weight: 700;
}

.wp-plan li::before {
  content: "\2713";
  display: grid;
  place-items: center;
  width: 18px;
  height: 18px;
  color: var(--brand);
  border-radius: 50%;
  background: rgba(0,63,52,.07);
  font-weight: 900;
  font-size: .74rem;
}

.wp-plan li span {
  color: var(--brand);
  font-weight: 900;
  justify-self: end;
}

.wp-note {
  margin: 1rem 0 2rem;
  text-align: center;
  color: var(--muted);
  font-size: .86rem;
  font-weight: 700;
}

.wp-why {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0;
  padding: 1.2rem 1rem;
  margin-bottom: 2rem;
  border-radius: 10px;
  background: #fbfcfc;
}

.wp-why article {
  min-height: 122px;
  padding: .7rem 1rem;
  text-align: center;
  border-inline-start: 1px solid var(--line);
  transition: transform .22s ease, background .22s ease;
}

.wp-why article:last-child {
  border-inline-start: 0;
}

.wp-why article:hover {
  transform: translateY(-4px);
  background: #fff;
}

.wp-why span {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin: 0 auto .65rem;
  color: var(--brand);
  border: 1px solid rgba(0,63,52,.22);
  border-radius: 50%;
  background: #fff;
}

.wp-why h3 {
  margin: 0 0 .35rem;
  color: var(--brand);
  font-size: .92rem;
  font-weight: 900;
  line-height: 1.45;
}

.wp-why p {
  margin: 0;
  color: var(--muted);
  font-size: .8rem;
  line-height: 1.7;
  font-weight: 700;
}

.wp-performance {
  position: relative;
  overflow: hidden;
  margin: 2rem auto;
  padding: 1.5rem 2rem 1.5rem 11rem;
  color: #fff;
  border-radius: 10px;
  background:
    radial-gradient(circle at 88% 40%, rgba(239,180,93,.24), transparent 24%),
    linear-gradient(90deg, #003328, #00483b);
  box-shadow: 0 18px 45px rgba(0,63,52,.2);
}

.wp-performance::before {
  content: "W";
  position: absolute;
  left: 2.3rem;
  top: 50%;
  display: grid;
  place-items: center;
  width: 110px;
  height: 110px;
  color: var(--gold);
  border: 5px solid rgba(239,180,93,.38);
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(239,180,93,.18), rgba(0,63,52,.18) 60%),
    rgba(255,255,255,.04);
  box-shadow:
    0 0 38px rgba(239,180,93,.18),
    inset 0 0 24px rgba(255,255,255,.08);
  transform: translateY(-50%);
  font-size: 3.8rem;
  font-weight: 900;
}

.wp-performance::after {
  content: "";
  position: absolute;
  left: 3.2rem;
  top: 50%;
  width: 92px;
  height: 46px;
  border-top: 2px solid rgba(239,180,93,.35);
  border-radius: 92px 92px 0 0;
  transform: translateY(-65%);
  pointer-events: none;
}

.wp-performance h2 {
  margin: 0 0 1.1rem;
  color: #fff;
  text-align: center;
  font-size: 1.45rem;
  font-weight: 900;
}

.wp-performance-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
}

.wp-performance article {
  text-align: center;
  border-inline-end: 1px solid rgba(255,255,255,.13);
}

.wp-performance article:last-child {
  border-inline-end: 0;
}

.wp-performance b,
.wp-performance span {
  display: block;
}

.wp-performance b {
  color: var(--gold);
  font-size: 1.65rem;
  font-weight: 900;
}

.wp-performance span {
  color: rgba(255,255,255,.82);
  font-size: .86rem;
  font-weight: 800;
}

.wp-tech {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1rem;
  margin-bottom: 2.2rem;
  padding: 1rem;
  border: 1px solid #e6eeee;
  border-radius: 8px;
  background: #fff;
}

.wp-tech article {
  display: grid;
  place-items: center;
  min-height: 62px;
  border-radius: 8px;
  transition: transform .22s ease, background .22s ease;
}

.wp-tech article:hover {
  transform: translateY(-4px);
  background: #f9fcfb;
}

.wp-tech img {
  max-width: 120px;
  max-height: 38px;
  object-fit: contain;
}

.wp-tech strong {
  color: #17211f;
  font-size: 1.25rem;
  font-weight: 900;
}

.wp-testimonials {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}

.wp-testimonials article {
  min-height: 150px;
  padding: 1.25rem 1.4rem;
  border: 1px solid #dfe8e6;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(0,0,0,.035);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.wp-testimonials article:hover {
  transform: translateY(-5px);
  border-color: rgba(200,138,45,.45);
  box-shadow: 0 20px 44px rgba(0,63,52,.1);
}

.wp-testimonials .stars {
  color: var(--gold);
  text-align: left;
}

.wp-testimonials p {
  margin: .75rem 0 1rem;
  color: #52605e;
  line-height: 1.8;
  font-weight: 700;
}

.wp-client {
  display: flex;
  align-items: center;
  gap: .85rem;
}

.wp-client img {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #fff;
  box-shadow: 0 10px 22px rgba(0,63,52,.14);
}

.wp-client b,
.wp-client small {
  display: block;
}

.wp-client b {
  color: var(--brand);
  font-weight: 900;
}

.wp-client small {
  color: var(--muted);
  font-weight: 700;
}

/* Cloud VPS page - page 09 */
body[data-page="09-cloud-servers"] main {
  background: linear-gradient(180deg, #fff 0%, #fbfcfc 58%, #fff 100%);
}

.vps-hero {
  position: relative;
  min-height: 700px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(255,255,255,.02) 0 42%, rgba(255,255,255,.72) 60%, rgba(255,255,255,.98) 100%),
    url("../images/hero-cloud-vps.png") left center / cover no-repeat;
}

.vps-hero::before {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 38%;
  background: linear-gradient(180deg, transparent, rgba(255,255,255,.9));
  pointer-events: none;
}

.vps-hero .container {
  position: relative;
  z-index: 1;
  min-height: inherit;
  display: grid;
  align-items: center;
}

.vps-hero .container::after {
  content: "";
  position: absolute;
  inset: 12% 58% 10% 0;
  background-image:
    linear-gradient(30deg, rgba(0,63,52,.035) 12%, transparent 12.5%, transparent 87%, rgba(0,63,52,.035) 87.5%),
    linear-gradient(150deg, rgba(0,63,52,.035) 12%, transparent 12.5%, transparent 87%, rgba(0,63,52,.035) 87.5%);
  background-size: 42px 42px;
  opacity: .55;
  pointer-events: none;
}

.vps-hero-copy {
  width: min(610px, 50%);
  margin-right: 0;
  margin-left: auto;
  padding-bottom: 2.4rem;
  text-align: right;
  filter: drop-shadow(0 10px 28px rgba(255,255,255,.72));
}

.vps-hero .breadcrumb-mini {
  color: #7a8684;
  margin-bottom: 1.2rem;
}

.vps-hero-copy h1 {
  margin: 0;
  color: var(--brand);
  font-size: clamp(2.8rem, 5vw, 4rem);
  font-weight: 900;
  line-height: 1.18;
}

.vps-hero-copy h1 span {
  display: block;
  color: var(--gold);
  font-size: clamp(2.15rem, 3.7vw, 3rem);
  text-shadow: 0 8px 28px rgba(200,138,45,.16);
}

.vps-hero-copy p {
  max-width: 535px;
  margin: 1.2rem 0 0;
  color: #697674;
  font-size: 1.03rem;
  line-height: 2;
  font-weight: 700;
}

.vps-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1.55rem;
}

.vps-feature-dock {
  position: relative;
  z-index: 3;
  margin-top: -38px;
}

.vps-dock-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  overflow: hidden;
  color: #fff;
  border-radius: 10px;
  background:
    radial-gradient(circle at 18% 0, rgba(239,180,93,.13), transparent 30%),
    linear-gradient(90deg, #003328, #00483b);
  box-shadow: 0 18px 42px rgba(0,63,52,.2);
}

.vps-dock-grid article {
  display: grid;
  grid-template-columns: 42px 1fr;
  align-items: center;
  min-height: 88px;
  gap: .75rem;
  padding: 1rem 1.1rem;
  border-inline-end: 1px solid rgba(255,255,255,.14);
  transition: background .22s ease, transform .22s ease;
}

.vps-dock-grid article:hover {
  background: rgba(255,255,255,.055);
  transform: translateY(-2px);
}

.vps-dock-grid article:last-child {
  border-inline-end: 0;
}

.vps-dock-grid span {
  grid-row: 1 / span 2;
  color: var(--gold);
  font-size: 1.85rem;
  line-height: 1;
}

.vps-dock-grid h3 {
  margin: 0;
  color: #fff;
  font-size: .95rem;
  font-weight: 900;
}

.vps-dock-grid p {
  margin: 0;
  color: rgba(255,255,255,.76);
  font-size: .8rem;
  font-weight: 700;
}

.vps-section {
  padding: 2.6rem 0 0;
}

.vps-plans {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.2rem;
  align-items: stretch;
}

.vps-plan {
  position: relative;
  min-height: 455px;
  display: flex;
  flex-direction: column;
  padding: 1.55rem 1.05rem;
  text-align: center;
  overflow: hidden;
  border: 1px solid #dfe8e6;
  border-radius: 8px;
  background:
    radial-gradient(circle at 50% -10%, rgba(221,158,52,.08), transparent 36%),
    #fff;
  box-shadow: 0 16px 38px rgba(0,63,52,.055);
  transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}

.vps-plan::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, var(--brand), var(--gold));
  opacity: .18;
}

.vps-plan:hover {
  transform: translateY(-7px);
  border-color: rgba(200,138,45,.58);
  box-shadow: 0 24px 58px rgba(0,63,52,.13);
}

.vps-plan.is-popular {
  border-color: rgba(200,138,45,.75);
  background:
    radial-gradient(circle at 50% 0, rgba(239,180,93,.16), transparent 34%),
    linear-gradient(180deg, rgba(239,180,93,.075), transparent 30%),
    #fff;
  box-shadow: 0 22px 54px rgba(200,138,45,.18);
}

.vps-plan-badge {
  position: absolute;
  top: 0;
  inset-inline-start: 1rem;
  padding: .35rem .9rem;
  color: #fff;
  border-radius: 0 0 8px 8px;
  background: var(--gold);
  font-size: .76rem;
  font-weight: 900;
}

.vps-plan h3 {
  margin: .45rem 0 .55rem;
  color: var(--brand);
  font-size: 1.12rem;
  font-weight: 900;
}

.vps-plan > p {
  min-height: 40px;
  margin: 0 0 .85rem;
  color: var(--muted);
  font-size: .82rem;
  font-weight: 800;
}

.vps-price {
  display: grid;
  justify-items: center;
  gap: .15rem;
  margin-bottom: 1rem;
}

.vps-price b {
  color: var(--brand);
  font-size: 2.85rem;
  font-weight: 900;
  line-height: .9;
}

.vps-price span {
  color: var(--brand);
  font-size: .8rem;
  font-weight: 900;
}

.vps-plan ul {
  flex: 1;
  list-style: none;
  margin: 0 0 1.15rem;
  padding: 0;
  text-align: right;
}

.vps-plan li {
  display: grid;
  grid-template-columns: 18px 1fr auto;
  align-items: center;
  gap: .55rem;
  padding: .35rem 0;
  color: #42504e;
  border-bottom: 1px solid #eef3f2;
  font-size: .8rem;
  font-weight: 700;
}

.vps-plan li::before {
  content: "\2713";
  display: grid;
  place-items: center;
  width: 17px;
  height: 17px;
  color: var(--brand);
  border-radius: 50%;
  background: rgba(0,63,52,.07);
  font-size: .68rem;
  font-weight: 900;
}

.vps-plan li span {
  color: var(--brand);
  font-weight: 900;
  justify-self: end;
}

.vps-plan-notes {
  display: flex;
  justify-content: center;
  gap: .7rem 2rem;
  flex-wrap: wrap;
  margin: 1.2rem auto 2.35rem;
  padding: .85rem 1.2rem;
  width: fit-content;
  max-width: 100%;
  color: var(--muted);
  border: 1px solid #e8eeee;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(0,63,52,.045);
  font-size: .86rem;
  font-weight: 800;
}

.vps-plan-notes span {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
}

.vps-plan-notes i {
  color: var(--brand);
  font-style: normal;
  font-weight: 900;
}

.vps-why,
.vps-features {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0;
  padding: 1.15rem 1rem;
  margin-bottom: 2rem;
  border-radius: 10px;
  background: #fbfcfc;
}

.vps-why article,
.vps-features article {
  min-height: 118px;
  padding: .7rem 1rem;
  text-align: center;
  border-inline-start: 1px solid var(--line);
  transition: transform .22s ease, background .22s ease;
}

.vps-why article:last-child,
.vps-features article:last-child {
  border-inline-start: 0;
}

.vps-why article:hover,
.vps-features article:hover {
  transform: translateY(-4px);
  background: #fff;
}

.vps-why span,
.vps-features span {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin: 0 auto .65rem;
  color: var(--brand);
  border: 1px solid rgba(0,63,52,.22);
  border-radius: 50%;
  background: #fff;
}

.vps-why h3,
.vps-features h3 {
  margin: 0 0 .35rem;
  color: var(--brand);
  font-size: .9rem;
  font-weight: 900;
  line-height: 1.45;
}

.vps-why p,
.vps-features p {
  margin: 0;
  color: var(--muted);
  font-size: .78rem;
  line-height: 1.7;
  font-weight: 700;
}

.vps-platforms {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 1rem;
  margin-bottom: 2.2rem;
}

.vps-platforms article {
  display: grid;
  place-items: center;
  gap: .65rem;
  min-height: 126px;
  padding: 1rem;
  text-align: center;
  border: 1px solid #e6eeee;
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.95), #fff),
    radial-gradient(circle at 50% 0, rgba(221,158,52,.12), transparent 45%);
  box-shadow: 0 14px 30px rgba(0,63,52,.05);
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.vps-platforms article:hover {
  transform: translateY(-4px);
  border-color: rgba(221,158,52,.55);
  box-shadow: 0 18px 40px rgba(0,63,52,.1);
}

.vps-platforms img {
  width: 92px;
  height: 58px;
  object-fit: contain;
}

.vps-platforms span {
  color: #17211f;
  font-size: .92rem;
  font-weight: 900;
}

.vps-testimonials {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}

.vps-testimonials article {
  min-height: 150px;
  padding: 1.25rem 1.4rem;
  border: 1px solid #dfe8e6;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(0,0,0,.035);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.vps-testimonials article:hover {
  transform: translateY(-5px);
  border-color: rgba(200,138,45,.45);
  box-shadow: 0 20px 44px rgba(0,63,52,.1);
}

.vps-testimonials .stars {
  color: var(--gold);
  text-align: left;
}

.vps-testimonials p {
  margin: .75rem 0 1rem;
  color: #52605e;
  line-height: 1.8;
  font-weight: 700;
}

.vps-client {
  display: flex;
  align-items: center;
  gap: .85rem;
}

.vps-client img {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #fff;
  box-shadow: 0 10px 22px rgba(0,63,52,.14);
}

.vps-client b,
.vps-client small {
  display: block;
}

.vps-client b {
  color: var(--brand);
  font-weight: 900;
}

.vps-client small {
  color: var(--muted);
  font-weight: 700;
}

.vps-cta {
  min-height: 190px;
  display: grid;
  align-items: center;
  margin: 1rem 0 2.4rem;
  padding: 2rem 3rem;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(0,63,52,.18), rgba(0,63,52,.92) 46%, rgba(0,42,35,.98)),
    url("../images/hero-cloud-vps.png") left center / cover no-repeat;
  box-shadow: 0 18px 45px rgba(0,63,52,.18);
}

.vps-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 82% 24%, rgba(239,180,93,.18), transparent 30%),
    linear-gradient(120deg, transparent 0 58%, rgba(255,255,255,.06));
  pointer-events: none;
}

.vps-cta > div {
  position: relative;
  z-index: 1;
  max-width: 640px;
  margin-right: auto;
  margin-left: 0;
  text-align: center;
}

.vps-cta h2 {
  color: #fff;
  margin: 0 0 .55rem;
  font-size: 1.75rem;
  font-weight: 900;
}

.vps-cta p {
  color: rgba(255,255,255,.82);
  margin-bottom: 1.2rem;
  font-weight: 800;
}

/* Dedicated servers page - page 10 */
body[data-page="10-dedicated-servers"] main {
  background: linear-gradient(180deg, #fff 0%, #fbfcfc 58%, #fff 100%);
}

.dedicated-hero {
  position: relative;
  min-height: 700px;
  display: grid;
  align-items: center;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(255,255,255,.14) 0 38%, rgba(255,255,255,.74) 61%, rgba(255,255,255,.98) 100%),
    url("../images/hero-dedicated-server.png") left center / cover no-repeat;
  border-bottom: 1px solid #edf1f1;
}

.dedicated-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 71% 43%, rgba(221,158,52,.13), transparent 24%),
    linear-gradient(135deg, rgba(0,63,52,.04) 0 1px, transparent 1px 36px);
  pointer-events: none;
}

.dedicated-hero .container {
  position: relative;
  z-index: 1;
}

.dedicated-hero-copy {
  width: min(650px, 58%);
  margin-right: 0;
  margin-left: auto;
  padding: 2.8rem 0;
}

.dedicated-hero-copy h1 {
  margin: .2rem 0 .8rem;
  color: var(--brand);
  font-size: clamp(2.45rem, 4.7vw, 3.8rem);
  font-weight: 900;
  line-height: 1.35;
}

.dedicated-hero-copy h1 span {
  color: var(--gold);
  font-size: clamp(1.8rem, 3.25vw, 2.6rem);
}

.dedicated-hero-copy p {
  max-width: 570px;
  color: #5b6b69;
  font-size: 1.04rem;
  font-weight: 800;
  line-height: 1.95;
}

.dedicated-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1.25rem;
}

.dedicated-feature-dock {
  position: relative;
  z-index: 2;
  margin-top: -42px;
}

.dedicated-dock-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  overflow: hidden;
  color: #fff;
  border-radius: 10px;
  background:
    radial-gradient(circle at 18% 0, rgba(239,180,93,.14), transparent 32%),
    linear-gradient(90deg, #003328, #00483b);
  box-shadow: 0 18px 42px rgba(0,63,52,.2);
}

.dedicated-dock-grid article {
  display: grid;
  grid-template-columns: 42px 1fr;
  align-items: center;
  min-height: 88px;
  gap: .75rem;
  padding: 1rem 1.1rem;
  border-inline-end: 1px solid rgba(255,255,255,.14);
}

.dedicated-dock-grid article:last-child {
  border-inline-end: 0;
}

.dedicated-dock-grid span {
  grid-row: 1 / span 2;
  color: var(--gold);
  font-size: 1.75rem;
}

.dedicated-dock-grid h3 {
  margin: 0;
  color: #fff;
  font-size: .92rem;
  font-weight: 900;
}

.dedicated-dock-grid p {
  margin: 0;
  color: rgba(255,255,255,.76);
  font-size: .78rem;
  font-weight: 700;
}

.dedicated-section {
  padding: 2.5rem 0 0;
}

.dedicated-plans {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.2rem;
}

.dedicated-plan {
  position: relative;
  min-height: 455px;
  display: flex;
  flex-direction: column;
  padding: 1.55rem 1.05rem;
  text-align: center;
  overflow: hidden;
  border: 1px solid #dfe8e6;
  border-radius: 8px;
  background:
    radial-gradient(circle at 50% -10%, rgba(221,158,52,.08), transparent 36%),
    #fff;
  box-shadow: 0 16px 38px rgba(0,63,52,.055);
  transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}

.dedicated-plan:hover {
  transform: translateY(-7px);
  border-color: rgba(200,138,45,.58);
  box-shadow: 0 24px 58px rgba(0,63,52,.13);
}

.dedicated-plan.is-popular {
  border-color: rgba(200,138,45,.75);
  background:
    radial-gradient(circle at 50% 0, rgba(239,180,93,.16), transparent 34%),
    linear-gradient(180deg, rgba(239,180,93,.075), transparent 30%),
    #fff;
  box-shadow: 0 22px 54px rgba(200,138,45,.18);
}

.dedicated-badge {
  position: absolute;
  top: 0;
  inset-inline-start: 1rem;
  padding: .35rem .9rem;
  color: #fff;
  border-radius: 0 0 8px 8px;
  background: var(--gold);
  font-size: .76rem;
  font-weight: 900;
}

.dedicated-plan h3 {
  margin: .45rem 0 .55rem;
  color: var(--brand);
  font-size: 1.12rem;
  font-weight: 900;
}

.dedicated-plan > p {
  min-height: 40px;
  margin: 0 0 .85rem;
  color: var(--muted);
  font-size: .82rem;
  font-weight: 800;
}

.dedicated-price {
  display: grid;
  justify-items: center;
  gap: .15rem;
  margin-bottom: 1rem;
}

.dedicated-price b {
  color: var(--brand);
  font-size: 2.65rem;
  font-weight: 900;
  line-height: .95;
}

.dedicated-price.custom-price b {
  font-size: 1.45rem;
}

.dedicated-price span {
  color: var(--brand);
  font-size: .8rem;
  font-weight: 900;
}

.dedicated-plan ul {
  flex: 1;
  list-style: none;
  margin: 0 0 1.15rem;
  padding: 0;
  text-align: right;
}

.dedicated-plan li {
  display: grid;
  grid-template-columns: 18px 1fr auto;
  align-items: center;
  gap: .5rem;
  padding: .35rem 0;
  color: #42504e;
  border-bottom: 1px solid #eef3f2;
  font-size: .78rem;
  font-weight: 700;
}

.dedicated-plan li::before {
  content: "\2713";
  display: grid;
  place-items: center;
  width: 17px;
  height: 17px;
  color: var(--brand);
  border-radius: 50%;
  background: rgba(0,63,52,.07);
  font-size: .68rem;
  font-weight: 900;
}

.dedicated-plan li span {
  color: var(--brand);
  font-weight: 900;
  justify-self: end;
}

.dedicated-plan .btn {
  margin-top: auto;
}

.dedicated-plan-notes {
  display: flex;
  justify-content: center;
  gap: .7rem 1.5rem;
  flex-wrap: wrap;
  margin: 1.2rem auto 2.35rem;
  padding: .85rem 1.2rem;
  width: fit-content;
  max-width: 100%;
  color: var(--muted);
  border: 1px solid #e8eeee;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(0,63,52,.045);
  font-size: .84rem;
  font-weight: 800;
}

.dedicated-plan-notes span {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
}

.dedicated-plan-notes i {
  color: var(--brand);
  font-style: normal;
}

.dedicated-why,
.dedicated-uses {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0;
  padding: 1.15rem 1rem;
  margin-bottom: 2rem;
  border-radius: 10px;
  background: #fbfcfc;
}

.dedicated-why article,
.dedicated-uses article {
  min-height: 118px;
  padding: .7rem 1rem;
  text-align: center;
  border-inline-start: 1px solid var(--line);
  transition: transform .22s ease, background .22s ease;
}

.dedicated-why article:last-child,
.dedicated-uses article:last-child {
  border-inline-start: 0;
}

.dedicated-why article:hover,
.dedicated-uses article:hover {
  transform: translateY(-4px);
  background: #fff;
}

.dedicated-why span,
.dedicated-uses span {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin: 0 auto .65rem;
  color: var(--brand);
  border: 1px solid rgba(0,63,52,.22);
  border-radius: 50%;
  background: #fff;
}

.dedicated-why h3,
.dedicated-uses h3 {
  margin: 0 0 .35rem;
  color: var(--brand);
  font-size: .9rem;
  font-weight: 900;
  line-height: 1.45;
}

.dedicated-why p,
.dedicated-uses p {
  margin: 0;
  color: var(--muted);
  font-size: .78rem;
  line-height: 1.7;
  font-weight: 700;
}

.dedicated-os {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1rem;
  margin-bottom: 2.2rem;
}

.dedicated-os article {
  display: grid;
  place-items: center;
  gap: .6rem;
  min-height: 112px;
  padding: 1rem;
  border: 1px solid #e6eeee;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 30px rgba(0,63,52,.05);
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.dedicated-os article:hover {
  transform: translateY(-4px);
  border-color: rgba(221,158,52,.55);
  box-shadow: 0 18px 40px rgba(0,63,52,.1);
}

.dedicated-os img {
  width: 92px;
  height: 52px;
  object-fit: contain;
}

.dedicated-os span {
  color: #17211f;
  font-size: .9rem;
  font-weight: 900;
}

.dedicated-testimonials {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}

.dedicated-testimonials article {
  min-height: 150px;
  padding: 1.25rem 1.4rem;
  border: 1px solid #dfe8e6;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(0,0,0,.035);
}

.dedicated-testimonials .stars {
  color: var(--gold);
  text-align: left;
}

.dedicated-testimonials p {
  margin: .75rem 0 1rem;
  color: #52605e;
  line-height: 1.8;
  font-weight: 700;
}

.dedicated-client {
  display: flex;
  align-items: center;
  gap: .85rem;
}

.dedicated-client img {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #fff;
  box-shadow: 0 10px 22px rgba(0,63,52,.14);
}

.dedicated-client b,
.dedicated-client small {
  display: block;
}

.dedicated-client b {
  color: var(--brand);
  font-weight: 900;
}

.dedicated-client small {
  color: var(--muted);
  font-weight: 700;
}

.dedicated-cta {
  min-height: 185px;
  display: grid;
  align-items: center;
  margin: 1rem 0 2.4rem;
  padding: 2rem 3rem;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(0,63,52,.18), rgba(0,63,52,.92) 46%, rgba(0,42,35,.98)),
    url("../images/hero-dedicated-server.png") left center / cover no-repeat;
  box-shadow: 0 18px 45px rgba(0,63,52,.18);
}

.dedicated-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 82% 24%, rgba(239,180,93,.18), transparent 30%),
    linear-gradient(120deg, transparent 0 58%, rgba(255,255,255,.06));
  pointer-events: none;
}

.dedicated-cta > div {
  position: relative;
  z-index: 1;
  max-width: 650px;
  margin-right: auto;
  margin-left: 0;
  text-align: center;
}

.dedicated-cta h2 {
  color: #fff;
  margin: 0 0 .55rem;
  font-size: 1.75rem;
  font-weight: 900;
}

.dedicated-cta p {
  color: rgba(255,255,255,.82);
  margin-bottom: 1.2rem;
  font-weight: 800;
}

/* Business email page - page 11 */
body[data-page="11-business-email"] main {
  background: linear-gradient(180deg, #fff 0%, #fbfcfc 58%, #fff 100%);
}

.email-hero {
  position: relative;
  min-height: 700px;
  display: grid;
  align-items: center;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(255,255,255,.14) 0 38%, rgba(255,255,255,.74) 61%, rgba(255,255,255,.98) 100%),
    url("../images/hero-business-email.png") left center / cover no-repeat;
  border-bottom: 1px solid #edf1f1;
}

.email-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 71% 43%, rgba(221,158,52,.13), transparent 24%),
    linear-gradient(135deg, rgba(0,63,52,.04) 0 1px, transparent 1px 36px);
  pointer-events: none;
}

.email-hero .container {
  position: relative;
  z-index: 1;
}

.email-hero-copy {
  width: min(680px, 60%);
  margin-right: 0;
  margin-left: auto;
  padding: 2.8rem 0;
}

.email-hero-copy h1 {
  margin: .2rem 0 .8rem;
  color: var(--brand);
  font-size: clamp(2.35rem, 4.5vw, 3.55rem);
  font-weight: 900;
  line-height: 1.35;
}

.email-hero-copy h1 span {
  color: var(--gold);
  font-size: clamp(1.7rem, 3vw, 2.45rem);
}

.email-hero-copy p {
  max-width: 570px;
  color: #5b6b69;
  font-size: 1.04rem;
  font-weight: 800;
  line-height: 1.95;
}

.email-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1.25rem;
}

.email-feature-dock {
  position: relative;
  z-index: 2;
  margin-top: -42px;
}

.email-dock-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  overflow: hidden;
  color: #fff;
  border-radius: 10px;
  background:
    radial-gradient(circle at 18% 0, rgba(239,180,93,.14), transparent 32%),
    linear-gradient(90deg, #003328, #00483b);
  box-shadow: 0 18px 42px rgba(0,63,52,.2);
}

.email-dock-grid article {
  display: grid;
  grid-template-columns: 42px 1fr;
  align-items: center;
  min-height: 88px;
  gap: .75rem;
  padding: 1rem 1.1rem;
  border-inline-end: 1px solid rgba(255,255,255,.14);
}

.email-dock-grid article:last-child {
  border-inline-end: 0;
}

.email-dock-grid span {
  grid-row: 1 / span 2;
  color: var(--gold);
  font-size: 1.75rem;
}

.email-dock-grid h3 {
  margin: 0;
  color: #fff;
  font-size: .92rem;
  font-weight: 900;
}

.email-dock-grid p {
  margin: 0;
  color: rgba(255,255,255,.76);
  font-size: .78rem;
  font-weight: 700;
}

.email-section {
  padding: 2.5rem 0 0;
}

.email-why {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0;
  padding: 1.15rem 1rem;
  margin-bottom: 2rem;
  border-radius: 10px;
  background: #fbfcfc;
}

.email-why article {
  min-height: 118px;
  padding: .7rem 1rem;
  text-align: center;
  border-inline-start: 1px solid var(--line);
}

.email-why article:last-child {
  border-inline-start: 0;
}

.email-why span {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin: 0 auto .65rem;
  color: var(--brand);
  border: 1px solid rgba(0,63,52,.22);
  border-radius: 50%;
  background: #fff;
}

.email-why h3 {
  margin: 0 0 .35rem;
  color: var(--brand);
  font-size: .9rem;
  font-weight: 900;
}

.email-why p {
  margin: 0;
  color: var(--muted);
  font-size: .78rem;
  line-height: 1.7;
  font-weight: 700;
}

.email-plans {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.2rem;
}

.email-plan {
  position: relative;
  min-height: 420px;
  display: flex;
  flex-direction: column;
  padding: 1.35rem 1.05rem;
  text-align: center;
  border: 1px solid #dfe8e6;
  border-radius: 8px;
  background:
    radial-gradient(circle at 50% -10%, rgba(221,158,52,.08), transparent 36%),
    #fff;
  box-shadow: 0 16px 38px rgba(0,63,52,.055);
  transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}

.email-plan:hover {
  transform: translateY(-7px);
  border-color: rgba(200,138,45,.58);
  box-shadow: 0 24px 58px rgba(0,63,52,.13);
}

.email-plan.is-popular {
  border-color: rgba(200,138,45,.75);
  box-shadow: 0 22px 54px rgba(200,138,45,.18);
}

.email-badge {
  position: absolute;
  top: 0;
  inset-inline-start: 1rem;
  padding: .35rem .9rem;
  color: #fff;
  border-radius: 0 0 8px 8px;
  background: var(--gold);
  font-size: .76rem;
  font-weight: 900;
}

.email-plan-icon {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  margin: 0 auto .55rem;
  color: var(--brand);
  border: 1px solid rgba(0,63,52,.18);
  border-radius: 50%;
  background: #f7faf9;
  font-size: 1.45rem;
}

.email-plan h3 {
  margin: 0 0 .25rem;
  color: var(--brand);
  font-size: 1.08rem;
  font-weight: 900;
}

.email-plan > p {
  margin: 0 0 .8rem;
  color: var(--muted);
  font-size: .82rem;
  font-weight: 800;
}

.email-price b {
  color: var(--brand);
  font-size: 2.8rem;
  font-weight: 900;
  line-height: .9;
}

.email-price span {
  display: block;
  color: var(--brand);
  font-size: .78rem;
  font-weight: 900;
}

.email-plan ul {
  flex: 1;
  list-style: none;
  margin: 1rem 0 1.1rem;
  padding: 0;
  text-align: right;
}

.email-plan li {
  position: relative;
  padding: .34rem 1.2rem .34rem 0;
  color: #42504e;
  border-bottom: 1px solid #eef3f2;
  font-size: .8rem;
  font-weight: 700;
}

.email-plan li::before {
  content: "\25E6";
  position: absolute;
  inset-inline-start: 0;
  color: var(--gold);
}

.email-plan .btn {
  margin-top: auto;
}

.email-note {
  margin: 1rem 0 1.8rem;
  color: var(--muted);
  text-align: center;
  font-weight: 800;
}

.email-feature-panel {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  margin-bottom: 2.2rem;
  overflow: hidden;
  border: 1px solid #edf1f1;
  border-radius: 10px;
  background: #fbfcfc;
}

.email-feature-panel > div {
  padding: 1.2rem;
  border-inline-start: 1px solid var(--line);
}

.email-feature-panel > div:last-child {
  border-inline-start: 0;
}

.email-feature-panel h2 {
  margin: 0 0 1rem;
  color: var(--brand);
  font-size: 1.18rem;
  font-weight: 900;
  text-align: center;
}

.email-feature-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: .75rem;
}

.email-feature-list span {
  min-height: 42px;
  display: grid;
  place-items: center;
  padding: .55rem;
  color: #394a48;
  border: 1px solid #e6eeee;
  border-radius: 8px;
  background: #fff;
  font-size: .78rem;
  font-weight: 800;
  text-align: center;
}

.email-platforms {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: .75rem;
}

.email-platforms img {
  width: 100%;
  height: 54px;
  object-fit: contain;
  padding: .45rem;
  border: 1px solid #e6eeee;
  border-radius: 8px;
  background: #fff;
}

.email-testimonials {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.email-testimonials article {
  min-height: 145px;
  padding: 1.25rem 1.4rem;
  border: 1px solid #dfe8e6;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(0,0,0,.035);
}

.email-testimonials .stars {
  color: var(--gold);
  text-align: left;
}

.email-testimonials p {
  margin: .75rem 0 1rem;
  color: #52605e;
  line-height: 1.8;
  font-weight: 700;
}

.email-client {
  display: flex;
  align-items: center;
  gap: .85rem;
}

.email-client img {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #fff;
  box-shadow: 0 10px 22px rgba(0,63,52,.14);
}

.email-client b,
.email-client small {
  display: block;
}

.email-client b {
  color: var(--brand);
  font-weight: 900;
}

.email-client small {
  color: var(--muted);
  font-weight: 700;
}

.email-cta {
  min-height: 175px;
  display: grid;
  align-items: center;
  margin: 1rem 0 2.4rem;
  padding: 2rem 3rem;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(0,63,52,.18), rgba(0,63,52,.92) 46%, rgba(0,42,35,.98)),
    url("../images/hero-business-email.png") left center / cover no-repeat;
  box-shadow: 0 18px 45px rgba(0,63,52,.18);
}

.email-cta > div {
  position: relative;
  z-index: 1;
  max-width: 650px;
  margin-right: auto;
  margin-left: 0;
  text-align: center;
}

.email-cta h2 {
  color: #fff;
  margin: 0 0 .55rem;
  font-size: 1.75rem;
  font-weight: 900;
}

.email-cta p {
  color: rgba(255,255,255,.82);
  margin-bottom: 1.2rem;
  font-weight: 800;
}

/* Cloud backup page - page 12 */
body[data-page="12-cloud-backup"] main {
  background: linear-gradient(180deg, #fff 0%, #fbfcfc 58%, #fff 100%);
}

.backup-hero {
  position: relative;
  min-height: 700px;
  display: grid;
  align-items: center;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(255,255,255,.14) 0 38%, rgba(255,255,255,.74) 61%, rgba(255,255,255,.98) 100%),
    url("../images/hero-cloud-backup.png") left center / cover no-repeat;
  border-bottom: 1px solid #edf1f1;
}

.backup-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 71% 43%, rgba(221,158,52,.13), transparent 24%),
    linear-gradient(135deg, rgba(0,63,52,.04) 0 1px, transparent 1px 36px);
  pointer-events: none;
}

.backup-hero .container {
  position: relative;
  z-index: 1;
}

.backup-hero-copy {
  width: min(680px, 60%);
  margin-right: 0;
  margin-left: auto;
  padding: 2.8rem 0;
}

.backup-hero-copy h1 {
  margin: .2rem 0 .8rem;
  color: var(--brand);
  font-size: clamp(2.35rem, 4.5vw, 3.55rem);
  font-weight: 900;
  line-height: 1.35;
}

.backup-hero-copy h1 span {
  color: var(--gold);
  font-size: clamp(1.7rem, 3vw, 2.45rem);
}

.backup-hero-copy p {
  max-width: 600px;
  color: #5b6b69;
  font-size: 1.04rem;
  font-weight: 800;
  line-height: 1.95;
}

.backup-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1.25rem;
}

.backup-feature-dock {
  position: relative;
  z-index: 2;
  margin-top: -42px;
}

.backup-dock-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  overflow: hidden;
  color: #fff;
  border-radius: 10px;
  background:
    radial-gradient(circle at 18% 0, rgba(239,180,93,.14), transparent 32%),
    linear-gradient(90deg, #003328, #00483b);
  box-shadow: 0 18px 42px rgba(0,63,52,.2);
}

.backup-dock-grid article {
  display: grid;
  grid-template-columns: 38px 1fr;
  align-items: center;
  min-height: 88px;
  gap: .65rem;
  padding: 1rem .9rem;
  border-inline-end: 1px solid rgba(255,255,255,.14);
}

.backup-dock-grid article:last-child {
  border-inline-end: 0;
}

.backup-dock-grid span {
  grid-row: 1 / span 2;
  color: var(--gold);
  font-size: 1.65rem;
}

.backup-dock-grid h3 {
  margin: 0;
  color: #fff;
  font-size: .86rem;
  font-weight: 900;
}

.backup-dock-grid p {
  margin: 0;
  color: rgba(255,255,255,.76);
  font-size: .74rem;
  font-weight: 700;
}

.backup-section {
  padding: 2.5rem 0 0;
}

.backup-plans {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.4rem;
}

.backup-plan {
  position: relative;
  min-height: 405px;
  display: flex;
  flex-direction: column;
  padding: 1.55rem 1.15rem;
  text-align: center;
  border: 1px solid #dfe8e6;
  border-radius: 8px;
  background:
    radial-gradient(circle at 50% -10%, rgba(221,158,52,.08), transparent 36%),
    #fff;
  box-shadow: 0 16px 38px rgba(0,63,52,.055);
  transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}

.backup-plan:hover {
  transform: translateY(-7px);
  border-color: rgba(200,138,45,.58);
  box-shadow: 0 24px 58px rgba(0,63,52,.13);
}

.backup-plan.is-popular {
  border-color: rgba(200,138,45,.75);
  box-shadow: 0 22px 54px rgba(200,138,45,.18);
}

.backup-badge {
  position: absolute;
  top: 0;
  inset-inline-start: 1rem;
  padding: .35rem .9rem;
  color: #fff;
  border-radius: 0 0 8px 8px;
  background: var(--gold);
  font-size: .76rem;
  font-weight: 900;
}

.backup-plan h3 {
  margin: .45rem 0 .55rem;
  color: var(--brand);
  font-size: 1.12rem;
  font-weight: 900;
}

.backup-plan > p {
  margin: 0 0 .85rem;
  color: var(--muted);
  font-size: .82rem;
  font-weight: 800;
}

.backup-price b {
  color: var(--brand);
  font-size: 2.65rem;
  font-weight: 900;
  line-height: .95;
}

.backup-price.custom-price b {
  font-size: 1.45rem;
}

.backup-price span {
  display: block;
  color: var(--brand);
  font-size: .8rem;
  font-weight: 900;
}

.backup-plan ul {
  flex: 1;
  list-style: none;
  margin: 1rem 0 1.1rem;
  padding: 0;
  text-align: center;
}

.backup-plan li {
  padding: .4rem 0;
  color: #42504e;
  font-size: .82rem;
  font-weight: 800;
}

.backup-plan .btn {
  margin-top: auto;
}

.backup-plan-notes {
  display: flex;
  justify-content: center;
  gap: .7rem 1.5rem;
  flex-wrap: wrap;
  margin: 1.2rem auto 2.35rem;
  padding: .85rem 1.2rem;
  width: fit-content;
  max-width: 100%;
  color: var(--muted);
  border: 1px solid #e8eeee;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(0,63,52,.045);
  font-size: .84rem;
  font-weight: 800;
}

.backup-plan-notes span {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
}

.backup-plan-notes i {
  color: var(--brand);
  font-style: normal;
}

.backup-why {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0;
  padding: 1.15rem 1rem;
  margin-bottom: 2rem;
  border-radius: 10px;
  background: #fbfcfc;
}

.backup-why article {
  min-height: 118px;
  padding: .7rem 1rem;
  text-align: center;
  border-inline-start: 1px solid var(--line);
}

.backup-why article:last-child {
  border-inline-start: 0;
}

.backup-why span,
.backup-steps span {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin: 0 auto .65rem;
  color: var(--brand);
  border: 1px solid rgba(0,63,52,.22);
  border-radius: 50%;
  background: #fff;
}

.backup-why h3,
.backup-steps h3 {
  margin: 0 0 .35rem;
  color: var(--brand);
  font-size: .9rem;
  font-weight: 900;
}

.backup-why p,
.backup-steps p {
  margin: 0;
  color: var(--muted);
  font-size: .78rem;
  line-height: 1.7;
  font-weight: 700;
}

.backup-platforms {
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  gap: .8rem;
  margin-bottom: 2.2rem;
}

.backup-platforms article {
  display: grid;
  place-items: center;
  gap: .45rem;
  min-height: 96px;
  padding: .8rem;
  border: 1px solid #e6eeee;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 30px rgba(0,63,52,.05);
}

.backup-platforms img {
  width: 82px;
  height: 42px;
  object-fit: contain;
}

.backup-platforms span {
  color: #17211f;
  font-size: .78rem;
  font-weight: 900;
}

.backup-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.8rem;
  margin-bottom: 2rem;
}

.backup-steps article {
  position: relative;
  min-height: 145px;
  padding: 1.3rem 1rem;
  text-align: center;
  border: 1px solid #e4eceb;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 32px rgba(0,63,52,.045);
}

.backup-steps article::after {
  content: "›";
  position: absolute;
  top: 50%;
  inset-inline-start: calc(100% + 1.08rem);
  color: var(--gold);
  font-size: 2rem;
  transform: translateY(-50%);
}

.backup-steps article:last-child::after {
  content: none;
}

.backup-steps b {
  position: absolute;
  top: .75rem;
  inset-inline-start: .8rem;
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  color: #fff;
  background: var(--brand);
  font-size: .78rem;
}

.backup-testimonials {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.backup-testimonials article {
  min-height: 145px;
  padding: 1.25rem 1.4rem;
  border: 1px solid #dfe8e6;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(0,0,0,.035);
}

.backup-testimonials p {
  margin: 0 0 1rem;
  color: #52605e;
  line-height: 1.8;
  font-weight: 800;
}

.backup-client {
  display: flex;
  align-items: center;
  gap: .85rem;
}

.backup-client img {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #fff;
  box-shadow: 0 10px 22px rgba(0,63,52,.14);
}

.backup-client b,
.backup-client small {
  display: block;
}

.backup-client b {
  color: var(--brand);
  font-weight: 900;
}

.backup-client small {
  color: var(--muted);
  font-weight: 700;
}

.backup-cta {
  min-height: 175px;
  display: grid;
  align-items: center;
  margin: 1rem 0 2.4rem;
  padding: 2rem 3rem;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(0,63,52,.18), rgba(0,63,52,.92) 46%, rgba(0,42,35,.98)),
    url("../images/hero-cloud-backup.png") left center / cover no-repeat;
  box-shadow: 0 18px 45px rgba(0,63,52,.18);
}

.backup-cta > div {
  position: relative;
  z-index: 1;
  max-width: 650px;
  margin-right: auto;
  margin-left: 0;
  text-align: center;
}

.backup-cta h2 {
  color: #fff;
  margin: 0 0 .55rem;
  font-size: 1.75rem;
  font-weight: 900;
}

.backup-cta p {
  color: rgba(255,255,255,.82);
  margin-bottom: 1.2rem;
  font-weight: 800;
}

/* Cybersecurity page - page 13 */
body[data-page="13-cybersecurity"] main {
  background: linear-gradient(180deg, #fff 0%, #fbfcfc 58%, #fff 100%);
}

.cyber-hero {
  position: relative;
  min-height: 700px;
  display: grid;
  align-items: center;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(255,255,255,.14) 0 38%, rgba(255,255,255,.74) 61%, rgba(255,255,255,.98) 100%),
    url("../images/hero-cybersecurity.png") left center / cover no-repeat;
  border-bottom: 1px solid #edf1f1;
}

.cyber-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 71% 43%, rgba(221,158,52,.13), transparent 24%),
    linear-gradient(135deg, rgba(0,63,52,.04) 0 1px, transparent 1px 36px);
  pointer-events: none;
}

.cyber-hero .container {
  position: relative;
  z-index: 1;
}

.cyber-hero-copy {
  width: min(680px, 60%);
  margin-right: 0;
  margin-left: auto;
  padding: 2.8rem 0;
}

.cyber-hero-copy h1 {
  margin: .2rem 0 .8rem;
  color: var(--brand);
  font-size: clamp(2.35rem, 4.5vw, 3.55rem);
  font-weight: 900;
  line-height: 1.35;
}

.cyber-hero-copy h1 span {
  color: var(--gold);
  font-size: clamp(1.7rem, 3vw, 2.45rem);
}

.cyber-hero-copy p {
  max-width: 600px;
  color: #5b6b69;
  font-size: 1.04rem;
  font-weight: 800;
  line-height: 1.95;
}

.cyber-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1.25rem;
}

.cyber-feature-dock {
  position: relative;
  z-index: 2;
  margin-top: -42px;
}

.cyber-dock-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  overflow: hidden;
  color: #fff;
  border-radius: 10px;
  background:
    radial-gradient(circle at 18% 0, rgba(239,180,93,.14), transparent 32%),
    linear-gradient(90deg, #003328, #00483b);
  box-shadow: 0 18px 42px rgba(0,63,52,.2);
}

.cyber-dock-grid article {
  display: grid;
  grid-template-columns: 38px 1fr;
  align-items: center;
  min-height: 88px;
  gap: .65rem;
  padding: 1rem .9rem;
  border-inline-end: 1px solid rgba(255,255,255,.14);
}

.cyber-dock-grid article:last-child {
  border-inline-end: 0;
}

.cyber-dock-grid span {
  grid-row: 1 / span 2;
  color: var(--gold);
  font-size: 1.65rem;
}

.cyber-dock-grid h3 {
  margin: 0;
  color: #fff;
  font-size: .86rem;
  font-weight: 900;
}

.cyber-dock-grid p {
  margin: 0;
  color: rgba(255,255,255,.76);
  font-size: .74rem;
  font-weight: 700;
}

.cyber-section {
  padding: 2.5rem 0 0;
}

.cyber-plans {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.4rem;
}

.cyber-plan {
  position: relative;
  min-height: 440px;
  display: flex;
  flex-direction: column;
  padding: 1.55rem 1.15rem;
  text-align: center;
  border: 1px solid #dfe8e6;
  border-radius: 8px;
  background:
    radial-gradient(circle at 50% -10%, rgba(221,158,52,.08), transparent 36%),
    #fff;
  box-shadow: 0 16px 38px rgba(0,63,52,.055);
  transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}

.cyber-plan:hover {
  transform: translateY(-7px);
  border-color: rgba(200,138,45,.58);
  box-shadow: 0 24px 58px rgba(0,63,52,.13);
}

.cyber-plan.is-popular {
  border-color: rgba(200,138,45,.75);
  box-shadow: 0 22px 54px rgba(200,138,45,.18);
}

.cyber-badge {
  position: absolute;
  top: 0;
  inset-inline-start: 1rem;
  padding: .35rem .9rem;
  color: #fff;
  border-radius: 0 0 8px 8px;
  background: var(--gold);
  font-size: .76rem;
  font-weight: 900;
}

.cyber-plan h3 {
  margin: .45rem 0 .55rem;
  color: var(--brand);
  font-size: 1.12rem;
  font-weight: 900;
}

.cyber-plan > p {
  margin: 0 0 .85rem;
  color: var(--muted);
  font-size: .82rem;
  font-weight: 800;
}

.cyber-price b {
  color: var(--brand);
  font-size: 2.65rem;
  font-weight: 900;
  line-height: .95;
}

.cyber-price.custom-price b {
  font-size: 1.45rem;
}

.cyber-price span {
  display: block;
  color: var(--brand);
  font-size: .8rem;
  font-weight: 900;
}

.cyber-plan ul {
  flex: 1;
  list-style: none;
  margin: 1rem 0 1.1rem;
  padding: 0;
  text-align: center;
}

.cyber-plan li {
  padding: .36rem 0;
  color: #42504e;
  font-size: .8rem;
  font-weight: 800;
}

.cyber-plan .btn {
  margin-top: auto;
}

.cyber-plan-notes {
  display: flex;
  justify-content: center;
  gap: .7rem 1.5rem;
  flex-wrap: wrap;
  margin: 1.2rem auto 2.35rem;
  padding: .85rem 1.2rem;
  width: fit-content;
  max-width: 100%;
  color: var(--muted);
  border: 1px solid #e8eeee;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(0,63,52,.045);
  font-size: .84rem;
  font-weight: 800;
}

.cyber-plan-notes span {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
}

.cyber-plan-notes i {
  color: var(--brand);
  font-style: normal;
}

.cyber-why,
.cyber-services {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0;
  padding: 1.15rem 1rem;
  margin-bottom: 2rem;
  border-radius: 10px;
  background: #fbfcfc;
}

.cyber-why article,
.cyber-services article {
  min-height: 118px;
  padding: .7rem 1rem;
  text-align: center;
  border-inline-start: 1px solid var(--line);
}

.cyber-why article:last-child,
.cyber-services article:last-child {
  border-inline-start: 0;
}

.cyber-why span,
.cyber-services span,
.cyber-steps span {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin: 0 auto .65rem;
  color: var(--brand);
  border: 1px solid rgba(0,63,52,.22);
  border-radius: 50%;
  background: #fff;
}

.cyber-why h3,
.cyber-services h3,
.cyber-steps h3 {
  margin: 0 0 .35rem;
  color: var(--brand);
  font-size: .9rem;
  font-weight: 900;
}

.cyber-why p,
.cyber-services p,
.cyber-steps p {
  margin: 0;
  color: var(--muted);
  font-size: .78rem;
  line-height: 1.7;
  font-weight: 700;
}

.cyber-partners {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: .8rem;
  margin-bottom: 2.2rem;
}

.cyber-partners article {
  display: grid;
  place-items: center;
  gap: .45rem;
  min-height: 96px;
  padding: .8rem;
  border: 1px solid #e6eeee;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 30px rgba(0,63,52,.05);
}

.cyber-partners img {
  width: 92px;
  height: 42px;
  object-fit: contain;
}

.cyber-partners span {
  color: #17211f;
  font-size: .78rem;
  font-weight: 900;
}

.cyber-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.8rem;
  margin-bottom: 2rem;
}

.cyber-steps article {
  position: relative;
  min-height: 145px;
  padding: 1.3rem 1rem;
  text-align: center;
  border: 1px solid #e4eceb;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 32px rgba(0,63,52,.045);
}

.cyber-steps article::after {
  content: "›";
  position: absolute;
  top: 50%;
  inset-inline-start: calc(100% + 1.08rem);
  color: var(--gold);
  font-size: 2rem;
  transform: translateY(-50%);
}

.cyber-steps article:last-child::after {
  content: none;
}

.cyber-steps b {
  position: absolute;
  top: .75rem;
  inset-inline-start: .8rem;
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  color: #fff;
  background: var(--brand);
  font-size: .78rem;
}

.cyber-testimonials {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.cyber-testimonials article {
  min-height: 145px;
  padding: 1.25rem 1.4rem;
  border: 1px solid #dfe8e6;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(0,0,0,.035);
}

.cyber-testimonials .stars {
  color: var(--gold);
  text-align: left;
}

.cyber-testimonials p {
  margin: .75rem 0 1rem;
  color: #52605e;
  line-height: 1.8;
  font-weight: 800;
}

.cyber-client {
  display: flex;
  align-items: center;
  gap: .85rem;
}

.cyber-client img {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #fff;
  box-shadow: 0 10px 22px rgba(0,63,52,.14);
}

.cyber-client b,
.cyber-client small {
  display: block;
}

.cyber-client b {
  color: var(--brand);
  font-weight: 900;
}

.cyber-client small {
  color: var(--muted);
  font-weight: 700;
}

.cyber-cta {
  min-height: 175px;
  display: grid;
  align-items: center;
  margin: 1rem 0 2.4rem;
  padding: 2rem 3rem;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(0,63,52,.18), rgba(0,63,52,.92) 46%, rgba(0,42,35,.98)),
    url("../images/hero-cybersecurity.png") left center / cover no-repeat;
  box-shadow: 0 18px 45px rgba(0,63,52,.18);
}

.cyber-cta > div {
  position: relative;
  z-index: 1;
  max-width: 650px;
  margin-right: auto;
  margin-left: 0;
  text-align: center;
}

.cyber-cta h2 {
  color: #fff;
  margin: 0 0 .55rem;
  font-size: 1.75rem;
  font-weight: 900;
}

.cyber-cta p {
  color: rgba(255,255,255,.82);
  margin-bottom: 1.2rem;
  font-weight: 800;
}

/* Web design page - page 14 */
body[data-page="14-web-design"] main {
  background: linear-gradient(180deg, #fff 0%, #fbfcfc 52%, #fff 100%);
}

.web-hero {
  position: relative;
  min-height: 720px;
  display: grid;
  align-items: center;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(255,255,255,.08) 0 36%, rgba(255,255,255,.82) 58%, #fff 100%),
    url("../images/hero-web-design.png") left center / cover no-repeat;
  border-bottom: 1px solid #edf1f1;
}

.web-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 72% 36%, rgba(221,158,52,.14), transparent 24%),
    linear-gradient(135deg, rgba(0,63,52,.05) 0 1px, transparent 1px 34px);
  pointer-events: none;
}

.web-hero .container {
  position: relative;
  z-index: 1;
}

.web-hero-copy {
  width: min(660px, 56%);
  margin-right: 0;
  margin-left: auto;
  padding: 2.4rem 0;
}

.web-hero-copy h1 {
  margin: .25rem 0 .45rem;
  color: var(--brand);
  font-size: clamp(2.25rem, 4.5vw, 3.7rem);
  font-weight: 900;
  line-height: 1.3;
}

.web-hero-copy h2 {
  margin: 0 0 1rem;
  color: var(--gold);
  font-size: clamp(1.75rem, 3.2vw, 2.65rem);
  font-weight: 900;
  line-height: 1.35;
}

.web-hero-copy p {
  max-width: 560px;
  color: #5d6b69;
  font-size: 1.05rem;
  font-weight: 800;
  line-height: 1.95;
}

.web-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1.5rem;
}

.web-feature-dock {
  position: relative;
  z-index: 2;
  margin-top: -66px;
}

.web-dock-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  overflow: hidden;
  border: 1px solid rgba(221,158,52,.22);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(0,63,52,.97), rgba(0,42,35,.95));
  box-shadow: 0 22px 46px rgba(0,63,52,.2);
}

.web-dock-grid article {
  min-height: 142px;
  padding: 1.35rem;
  color: #fff;
  border-inline-start: 1px solid rgba(255,255,255,.12);
}

.web-dock-grid article:last-child {
  border-inline-start: 0;
}

.web-dock-grid .line-icon {
  background: rgba(255,255,255,.08);
  color: var(--gold);
  border-color: rgba(221,158,52,.45);
}

.web-dock-grid h3 {
  margin: .9rem 0 .35rem;
  color: #fff;
  font-size: 1.04rem;
  font-weight: 900;
}

.web-dock-grid p {
  margin: 0;
  color: rgba(255,255,255,.7);
  font-weight: 800;
}

.web-section {
  padding: 5.2rem 0;
}

.web-soft {
  background:
    radial-gradient(circle at 12% 22%, rgba(221,158,52,.08), transparent 24%),
    linear-gradient(180deg, #fbfcfc, #fff);
}

.web-plans {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.35rem;
}

.web-plan {
  position: relative;
  min-height: 100%;
  padding: 1.7rem 1.45rem 1.35rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 36px rgba(0,63,52,.08);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.web-plan:hover {
  transform: translateY(-6px);
  border-color: rgba(221,158,52,.52);
  box-shadow: 0 24px 52px rgba(0,63,52,.14);
}

.web-plan.is-popular {
  border-color: rgba(221,158,52,.8);
  background:
    linear-gradient(180deg, rgba(221,158,52,.08), transparent 36%),
    #fff;
}

.web-badge {
  position: absolute;
  top: 0;
  left: 1.2rem;
  padding: .45rem 1.1rem;
  border-radius: 0 0 8px 8px;
  background: var(--gold);
  color: #fff;
  font-size: .88rem;
  font-weight: 900;
}

.web-plan h3 {
  margin: .25rem 0 .5rem;
  color: var(--brand);
  font-size: 1.35rem;
  font-weight: 900;
}

.web-price {
  display: flex;
  align-items: baseline;
  gap: .45rem;
  color: var(--brand);
}

.web-price b {
  font-size: 3.2rem;
  line-height: 1;
  font-weight: 900;
}

.web-price span {
  font-weight: 900;
}

.web-price.custom {
  display: grid;
  gap: .1rem;
  align-items: start;
}

.web-price.custom b {
  font-size: 1.65rem;
}

.web-plan > p {
  min-height: 52px;
  margin: .75rem 0 1rem;
  color: #63706e;
  font-weight: 800;
  line-height: 1.8;
}

.web-plan ul {
  display: grid;
  gap: .55rem;
  min-height: 260px;
  margin: 0 0 1.25rem;
  padding: 0;
  list-style: none;
}

.web-plan li {
  display: flex;
  align-items: flex-start;
  gap: .55rem;
  padding-bottom: .55rem;
  border-bottom: 1px solid #eef3f2;
  color: #364845;
  font-weight: 800;
}

.web-plan li span {
  flex: 0 0 auto;
  color: var(--brand);
  font-weight: 900;
}

.web-plan-notes {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 1.4rem;
  overflow: hidden;
  border: 1px solid rgba(0,63,52,.12);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 32px rgba(0,63,52,.06);
}

.web-plan-notes span {
  padding: 1rem;
  text-align: center;
  color: var(--brand);
  font-weight: 900;
  border-inline-start: 1px solid var(--line);
}

.web-plan-notes span:last-child {
  border-inline-start: 0;
}

.web-why {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}

.web-why article,
.web-tech article,
.web-steps article,
.web-client {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 34px rgba(0,63,52,.06);
}

.web-why article {
  position: relative;
  padding: 1.45rem;
  overflow: hidden;
}

.web-why article::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, var(--brand), var(--gold));
}

.web-why h3,
.web-steps h3 {
  margin: .95rem 0 .45rem;
  color: var(--brand);
  font-size: 1.1rem;
  font-weight: 900;
}

.web-why p,
.web-steps p {
  margin: 0;
  color: #60706d;
  font-weight: 800;
  line-height: 1.85;
}

.web-tech {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  gap: .9rem;
}

.web-tech article {
  min-height: 118px;
  display: grid;
  place-items: center;
  gap: .6rem;
  padding: 1rem .7rem;
}

.web-tech img {
  width: 58px;
  height: 58px;
  object-fit: contain;
}

.web-tech span {
  color: var(--brand);
  font-weight: 900;
  font-size: .9rem;
}

.web-steps {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1rem;
}

.web-steps article {
  position: relative;
  min-height: 220px;
  padding: 1.45rem;
}

.web-steps article:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -1rem;
  width: 1rem;
  border-top: 2px dotted rgba(0,63,52,.28);
}

.web-steps b {
  position: absolute;
  top: .9rem;
  left: .9rem;
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--brand);
  color: #fff;
  font-weight: 900;
}

.web-testimonials {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.35rem;
}

.web-client {
  position: relative;
  min-height: 190px;
  padding: 1.55rem;
}

.web-client .quote-mark {
  position: absolute;
  top: .8rem;
  left: 1.2rem;
  color: var(--gold);
  font-size: 3rem;
  line-height: 1;
  font-weight: 900;
}

.web-client p {
  max-width: 88%;
  margin: 0 0 1.25rem;
  color: #354845;
  font-weight: 900;
  line-height: 1.9;
}

.web-client div {
  display: flex;
  align-items: center;
  gap: .9rem;
}

.web-client img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid rgba(221,158,52,.22);
}

.web-client b,
.web-client small {
  display: block;
}

.web-client b {
  color: var(--brand);
  font-weight: 900;
}

.web-client small {
  margin-top: .25rem;
  color: #71807d;
  font-weight: 800;
}

.web-more-reviews {
  display: flex;
  justify-content: center;
  margin-bottom: .65rem;
}

.web-more-reviews a {
  min-width: 230px;
  padding: .55rem 1.45rem;
  border: 1px solid rgba(0,63,52,.28);
  border-radius: 5px;
  background: #fff;
  color: var(--brand);
  text-align: center;
  font-size: .82rem;
  font-weight: 900;
  box-shadow: 0 8px 18px rgba(0,63,52,.07);
}

.web-more-reviews a:hover {
  border-color: var(--gold);
  color: var(--gold);
}

.web-cta {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  min-height: 124px;
  padding: 1.4rem 245px 1.4rem 2rem;
  border-radius: 8px;
  color: #fff;
  overflow: hidden;
  background: linear-gradient(90deg, #073b32, #003f34 54%, #002a23);
  box-shadow: 0 18px 45px rgba(0,63,52,.16);
}

.web-cta::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 42%, rgba(221,158,52,.16), transparent 20%),
    linear-gradient(135deg, rgba(255,255,255,.04) 0 1px, transparent 1px 34px);
  pointer-events: none;
}

.web-cta-copy,
.web-cta > a {
  position: relative;
  z-index: 3;
}

.web-cta-copy {
  text-align: center;
  max-width: 520px;
}

.web-cta h2 {
  margin: 0 0 .45rem;
  color: #fff;
  font-size: 1.45rem;
  font-weight: 900;
}

.web-cta p {
  margin: 0;
  color: rgba(255,255,255,.8);
  font-size: .94rem;
  font-weight: 800;
}

.web-cta .btn {
  position: relative;
  z-index: 3;
  min-width: 190px;
  padding-top: .85rem !important;
  padding-bottom: .85rem !important;
}

.web-cta-visual {
  position: absolute;
  right: 7.5%;
  bottom: 0;
  z-index: 2;
  width: 210px;
  height: 118px;
}

.web-cta-monitor {
  position: absolute;
  left: 18px;
  bottom: 10px;
  width: 134px;
  height: 86px;
  border: 5px solid #c9d2d0;
  border-bottom-width: 10px;
  border-radius: 5px;
  background: #eef4f3;
  box-shadow: 0 14px 22px rgba(0,0,0,.22);
}

.web-cta-monitor::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -23px;
  width: 34px;
  height: 16px;
  transform: translateX(-50%);
  background: linear-gradient(180deg, #b8c3c1, #879796);
  clip-path: polygon(32% 0, 68% 0, 86% 100%, 14% 100%);
}

.web-cta-monitor::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -29px;
  width: 70px;
  height: 8px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: #b8c3c1;
}

.web-cta-monitor img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: 27% 42%;
  border-radius: 2px;
}

.web-cta-plant {
  position: absolute;
  right: 12px;
  bottom: 0;
  width: 40px;
  height: 44px;
  border-radius: 0 0 8px 8px;
  background: linear-gradient(180deg, #caa45b, #8a6933);
}

.web-cta-plant::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 34px;
  width: 76px;
  height: 62px;
  transform: translateX(-50%);
  background:
    radial-gradient(ellipse at 22% 72%, #4aa06b 0 30%, transparent 31%),
    radial-gradient(ellipse at 42% 40%, #7ac28b 0 31%, transparent 32%),
    radial-gradient(ellipse at 60% 68%, #2f825b 0 33%, transparent 34%),
    radial-gradient(ellipse at 78% 38%, #5daf76 0 30%, transparent 31%);
}

/* Ecommerce page - page 15 */
body[data-page="15-ecommerce"] main {
  background: linear-gradient(180deg, #fff 0%, #fbfcfc 52%, #fff 100%);
}

.store-hero {
  position: relative;
  min-height: 720px;
  display: grid;
  align-items: center;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(255,255,255,.08) 0 36%, rgba(255,255,255,.83) 58%, #fff 100%),
    url("../images/hero-ecommerce.png") left center / cover no-repeat;
  border-bottom: 1px solid #edf1f1;
}

.store-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 72% 36%, rgba(221,158,52,.14), transparent 24%),
    linear-gradient(135deg, rgba(0,63,52,.05) 0 1px, transparent 1px 34px);
  pointer-events: none;
}

.store-hero .container {
  position: relative;
  z-index: 1;
}

.store-hero-copy {
  width: min(670px, 57%);
  margin-right: 0;
  margin-left: auto;
  padding: 2.4rem 0;
}

.store-hero-copy h1 {
  margin: .25rem 0 .45rem;
  color: var(--brand);
  font-size: clamp(2.25rem, 4.4vw, 3.65rem);
  font-weight: 900;
  line-height: 1.3;
}

.store-hero-copy h2 {
  margin: 0 0 1rem;
  color: var(--gold);
  font-size: clamp(1.75rem, 3.15vw, 2.6rem);
  font-weight: 900;
  line-height: 1.35;
}

.store-hero-copy p {
  max-width: 580px;
  color: #5d6b69;
  font-size: 1.05rem;
  font-weight: 800;
  line-height: 1.95;
}

.store-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1.5rem;
}

.store-feature-dock {
  position: relative;
  z-index: 2;
  margin-top: -66px;
}

.store-dock-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  overflow: hidden;
  border: 1px solid rgba(221,158,52,.22);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(0,63,52,.97), rgba(0,42,35,.95));
  box-shadow: 0 22px 46px rgba(0,63,52,.2);
}

.store-dock-grid article {
  min-height: 142px;
  padding: 1.35rem;
  color: #fff;
  border-inline-start: 1px solid rgba(255,255,255,.12);
}

.store-dock-grid article:last-child {
  border-inline-start: 0;
}

.store-dock-grid .line-icon {
  background: rgba(255,255,255,.08);
  color: var(--gold);
  border-color: rgba(221,158,52,.45);
}

.store-dock-grid h3 {
  margin: .9rem 0 .35rem;
  color: #fff;
  font-size: 1.04rem;
  font-weight: 900;
}

.store-dock-grid p {
  margin: 0;
  color: rgba(255,255,255,.7);
  font-weight: 800;
}

.store-section {
  padding: 5.2rem 0;
}

.store-soft {
  background:
    radial-gradient(circle at 12% 22%, rgba(221,158,52,.08), transparent 24%),
    linear-gradient(180deg, #fbfcfc, #fff);
}

.store-plans,
.store-features,
.store-testimonials {
  display: grid;
  gap: 1.35rem;
}

.store-plans {
  grid-template-columns: repeat(4, 1fr);
}

.store-plan {
  position: relative;
  min-height: 100%;
  padding: 1.7rem 1.45rem 1.35rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 36px rgba(0,63,52,.08);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.store-plan:hover {
  transform: translateY(-6px);
  border-color: rgba(221,158,52,.52);
  box-shadow: 0 24px 52px rgba(0,63,52,.14);
}

.store-plan.is-popular {
  border-color: rgba(221,158,52,.8);
  background:
    linear-gradient(180deg, rgba(221,158,52,.08), transparent 36%),
    #fff;
}

.store-badge {
  position: absolute;
  top: 0;
  left: 1.2rem;
  padding: .45rem 1.1rem;
  border-radius: 0 0 8px 8px;
  background: var(--gold);
  color: #fff;
  font-size: .88rem;
  font-weight: 900;
}

.store-plan h3 {
  margin: .25rem 0 .5rem;
  color: var(--brand);
  font-size: 1.35rem;
  font-weight: 900;
}

.store-price {
  display: flex;
  align-items: baseline;
  gap: .45rem;
  color: var(--brand);
}

.store-price b {
  font-size: 3.2rem;
  line-height: 1;
  font-weight: 900;
}

.store-price span {
  font-weight: 900;
}

.store-price.custom {
  display: grid;
  gap: .1rem;
}

.store-price.custom b {
  font-size: 1.65rem;
}

.store-plan > p {
  min-height: 52px;
  margin: .75rem 0 1rem;
  color: #63706e;
  font-weight: 800;
  line-height: 1.8;
}

.store-plan ul {
  display: grid;
  gap: .55rem;
  min-height: 260px;
  margin: 0 0 1.25rem;
  padding: 0;
  list-style: none;
}

.store-plan li {
  display: flex;
  align-items: flex-start;
  gap: .55rem;
  padding-bottom: .55rem;
  border-bottom: 1px solid #eef3f2;
  color: #364845;
  font-weight: 800;
}

.store-plan li span {
  color: var(--brand);
  font-weight: 900;
}

.store-features,
.store-testimonials {
  grid-template-columns: repeat(3, 1fr);
}

.store-features article,
.store-tech article,
.store-steps article,
.store-client {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 34px rgba(0,63,52,.06);
}

.store-features article {
  position: relative;
  padding: 1.45rem;
  overflow: hidden;
}

.store-features article::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, var(--brand), var(--gold));
}

.store-features h3,
.store-steps h3 {
  margin: .95rem 0 .45rem;
  color: var(--brand);
  font-size: 1.1rem;
  font-weight: 900;
}

.store-features p,
.store-steps p {
  margin: 0;
  color: #60706d;
  font-weight: 800;
  line-height: 1.85;
}

.store-tech {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  gap: .9rem;
}

.store-tech article {
  min-height: 118px;
  display: grid;
  place-items: center;
  gap: .6rem;
  padding: 1rem .7rem;
}

.store-tech img {
  width: 58px;
  height: 58px;
  object-fit: contain;
}

.store-tech span {
  color: var(--brand);
  font-weight: 900;
  font-size: .9rem;
}

.store-steps {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1rem;
}

.store-steps article {
  position: relative;
  min-height: 220px;
  padding: 1.45rem;
}

.store-steps article:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -1rem;
  width: 1rem;
  border-top: 2px dotted rgba(0,63,52,.28);
}

.store-steps b {
  position: absolute;
  top: .9rem;
  left: .9rem;
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--brand);
  color: #fff;
  font-weight: 900;
}

.store-client {
  position: relative;
  min-height: 190px;
  padding: 1.55rem;
}

.store-client .quote-mark {
  position: absolute;
  top: .8rem;
  left: 1.2rem;
  color: var(--gold);
  font-size: 3rem;
  line-height: 1;
  font-weight: 900;
}

.store-client p {
  max-width: 88%;
  margin: 0 0 1.25rem;
  color: #354845;
  font-weight: 900;
  line-height: 1.9;
}

.store-client div {
  display: flex;
  align-items: center;
  gap: .9rem;
}

.store-client img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid rgba(221,158,52,.22);
}

.store-client b,
.store-client small {
  display: block;
}

.store-client b {
  color: var(--brand);
  font-weight: 900;
}

.store-client small {
  margin-top: .25rem;
  color: #71807d;
  font-weight: 800;
}

.store-more-reviews {
  display: flex;
  justify-content: center;
  margin-bottom: .65rem;
}

.store-more-reviews a {
  min-width: 230px;
  padding: .55rem 1.45rem;
  border: 1px solid rgba(0,63,52,.28);
  border-radius: 5px;
  background: #fff;
  color: var(--brand);
  text-align: center;
  font-size: .82rem;
  font-weight: 900;
  box-shadow: 0 8px 18px rgba(0,63,52,.07);
}

.store-cta {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  min-height: 124px;
  padding: 1.4rem 245px 1.4rem 2rem;
  border-radius: 8px;
  color: #fff;
  overflow: hidden;
  background: linear-gradient(90deg, #073b32, #003f34 54%, #002a23);
  box-shadow: 0 18px 45px rgba(0,63,52,.16);
}

.store-cta::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 42%, rgba(221,158,52,.16), transparent 20%),
    linear-gradient(135deg, rgba(255,255,255,.04) 0 1px, transparent 1px 34px);
}

.store-cta-copy,
.store-cta > a {
  position: relative;
  z-index: 3;
}

.store-cta-copy {
  max-width: 560px;
  text-align: center;
}

.store-cta h2 {
  margin: 0 0 .45rem;
  color: #fff;
  font-size: 1.45rem;
  font-weight: 900;
}

.store-cta p {
  margin: 0;
  color: rgba(255,255,255,.8);
  font-size: .94rem;
  font-weight: 800;
}

.store-cta .btn {
  position: relative;
  z-index: 3;
  min-width: 190px;
  padding-top: .85rem !important;
  padding-bottom: .85rem !important;
}

.store-cta-visual {
  position: absolute;
  right: 6.8%;
  bottom: 6px;
  z-index: 2;
  width: 225px;
  height: 120px;
}

.store-cta-cart {
  position: absolute;
  right: 18px;
  bottom: 8px;
  width: 170px;
  height: 104px;
  filter: drop-shadow(0 18px 16px rgba(0,0,0,.28));
}

.store-cart-basket {
  position: absolute;
  right: 28px;
  bottom: 24px;
  width: 116px;
  height: 62px;
  border: 5px solid #c58a32;
  border-top-width: 4px;
  border-radius: 6px 6px 10px 10px;
  transform: skewX(-8deg);
  background:
    linear-gradient(90deg, transparent 0 18%, rgba(255,255,255,.24) 18% 21%, transparent 21% 39%, rgba(255,255,255,.24) 39% 42%, transparent 42% 60%, rgba(255,255,255,.24) 60% 63%, transparent 63%),
    linear-gradient(0deg, transparent 0 44%, rgba(255,255,255,.22) 44% 48%, transparent 48%),
    linear-gradient(180deg, rgba(221,158,52,.36), rgba(120,70,22,.18));
}

.store-cart-handle {
  position: absolute;
  right: 15px;
  top: 18px;
  width: 142px;
  height: 58px;
  border-top: 6px solid #dca24a;
  border-right: 6px solid #dca24a;
  border-radius: 0 24px 0 0;
  transform: rotate(-5deg);
}

.store-cart-wheel {
  position: absolute;
  bottom: 13px;
  width: 17px;
  height: 17px;
  border: 4px solid #c58a32;
  border-radius: 50%;
  background: #082f29;
  box-shadow: 0 0 0 3px rgba(221,158,52,.18);
}

.store-cart-wheel.one {
  right: 52px;
}

.store-cart-wheel.two {
  right: 124px;
}

.store-cart-item {
  position: absolute;
  border-radius: 5px;
  background: linear-gradient(135deg, #f3c26b, #b7761f);
  box-shadow: 0 8px 12px rgba(0,0,0,.18);
}

.store-cart-item.item-1 {
  right: 54px;
  top: 16px;
  width: 42px;
  height: 34px;
  transform: rotate(8deg);
}

.store-cart-item.item-2 {
  right: 90px;
  top: 7px;
  width: 38px;
  height: 42px;
  background: linear-gradient(135deg, #dca24a, #8d5a20);
  transform: rotate(-9deg);
}

.store-cart-item.item-3 {
  right: 112px;
  top: 27px;
  width: 35px;
  height: 28px;
  background: linear-gradient(135deg, #f4d38e, #c58a32);
}

.store-cart-glow {
  position: absolute;
  right: 18px;
  bottom: 3px;
  width: 146px;
  height: 14px;
  border-radius: 999px;
  background: radial-gradient(ellipse, rgba(55,220,146,.42), transparent 70%);
}

.store-cta-cart::before {
  content: "";
  position: absolute;
  inset: 20px 15px 0 0;
  background: radial-gradient(circle, rgba(255,255,255,.16) 0 1px, transparent 2px);
  background-size: 18px 18px;
  opacity: .55;
}

/* Knowledge center page - page 16 */
body[data-page="16-knowledge"] main {
  background: linear-gradient(180deg, #fff 0%, #fbfcfc 54%, #fff 100%);
}

.knowledge-hero {
  position: relative;
  min-height: 700px;
  display: grid;
  align-items: center;
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(0,42,35,.28), rgba(0,63,52,.9) 48%, rgba(0,42,35,.98)),
    url("../images/hero-dashboard.png") left center / cover no-repeat;
}

.knowledge-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 76% 32%, rgba(221,158,52,.22), transparent 24%),
    linear-gradient(135deg, rgba(255,255,255,.05) 0 1px, transparent 1px 34px);
  pointer-events: none;
}

.knowledge-hero .container {
  position: relative;
  z-index: 1;
}

.knowledge-hero-copy {
  width: min(690px, 62%);
  margin-right: 0;
  margin-left: auto;
  padding: 3rem 0 5rem;
}

.knowledge-hero-copy h1 {
  margin: .2rem 0 .8rem;
  color: #fff;
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 900;
  line-height: 1.25;
}

.knowledge-hero-copy p {
  max-width: 620px;
  color: rgba(255,255,255,.82);
  font-size: 1.06rem;
  font-weight: 800;
  line-height: 1.95;
}

.knowledge-search {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: .7rem;
  max-width: 640px;
  margin-top: 1.45rem;
  padding: .55rem;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 8px;
  background: rgba(255,255,255,.12);
  backdrop-filter: blur(10px);
}

.knowledge-search input {
  min-height: 52px;
  padding: 0 1rem;
  border: 0;
  border-radius: 6px;
  outline: none;
  color: var(--brand);
  font-weight: 800;
}

.knowledge-search button {
  min-width: 116px;
  border: 0;
  border-radius: 6px;
  color: #fff;
  background: var(--gold);
  font-weight: 900;
}

.knowledge-quick-tags {
  display: flex;
  flex-wrap: wrap;
  gap: .6rem;
  margin-top: 1rem;
}

.knowledge-quick-tags a {
  padding: .5rem .85rem;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 999px;
  color: rgba(255,255,255,.86);
  background: rgba(255,255,255,.08);
  font-size: .88rem;
  font-weight: 800;
}

.knowledge-stats-dock {
  position: relative;
  z-index: 2;
  margin-top: -56px;
}

.knowledge-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  overflow: hidden;
  border: 1px solid rgba(221,158,52,.22);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(0,63,52,.98), rgba(0,42,35,.96));
  box-shadow: 0 22px 46px rgba(0,63,52,.18);
}

.knowledge-stats article {
  min-height: 116px;
  display: grid;
  align-content: center;
  gap: .35rem;
  padding: 1.25rem;
  color: #fff;
  text-align: center;
  border-inline-start: 1px solid rgba(255,255,255,.12);
}

.knowledge-stats article:last-child {
  border-inline-start: 0;
}

.knowledge-stats b {
  color: var(--gold);
  font-size: 1.55rem;
  font-weight: 900;
}

.knowledge-stats span {
  color: rgba(255,255,255,.75);
  font-weight: 800;
}

.knowledge-section {
  padding: 5rem 0;
}

.knowledge-soft {
  background:
    radial-gradient(circle at 14% 18%, rgba(221,158,52,.08), transparent 25%),
    linear-gradient(180deg, #fbfcfc, #fff);
}

.knowledge-cats,
.knowledge-posts,
.knowledge-paths {
  display: grid;
  gap: 1.1rem;
}

.knowledge-cats {
  grid-template-columns: repeat(3, 1fr);
}

.knowledge-cats a {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: .25rem .85rem;
  min-height: 118px;
  padding: 1.25rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 32px rgba(0,63,52,.06);
}

.knowledge-cats span {
  grid-row: span 2;
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(221,158,52,.35);
  border-radius: 8px;
  color: var(--gold);
  background: #fbfdfd;
}

.knowledge-cats strong {
  color: var(--brand);
  font-size: 1.05rem;
  font-weight: 900;
}

.knowledge-cats small {
  color: #657470;
  font-weight: 800;
  line-height: 1.7;
}

.knowledge-featured-grid {
  display: grid;
  grid-template-columns: 1.5fr .85fr;
  gap: 1.25rem;
}

.knowledge-featured,
.knowledge-side-list article,
.knowledge-post,
.knowledge-paths article,
.knowledge-faq-wrap {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 34px rgba(0,63,52,.06);
}

.knowledge-featured {
  position: relative;
  overflow: hidden;
}

.knowledge-badge {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 2;
  padding: .45rem .9rem;
  border-radius: 999px;
  color: #fff;
  background: var(--gold);
  font-size: .84rem;
  font-weight: 900;
}

.knowledge-cover {
  min-height: 250px;
  display: grid;
  align-items: end;
  padding: 1.5rem;
  color: rgba(255,255,255,.74);
  background:
    linear-gradient(135deg, rgba(0,63,52,.15), rgba(0,42,35,.92)),
    url("../images/hero-datacenter.png") center / cover no-repeat;
}

.knowledge-cover span {
  width: fit-content;
  padding: .5rem .85rem;
  border-radius: 6px;
  background: rgba(255,255,255,.12);
  font-weight: 900;
}

.knowledge-featured-body {
  padding: 1.45rem;
}

.knowledge-featured small,
.knowledge-post small,
.knowledge-side-list small {
  color: var(--gold);
  font-weight: 900;
}

.knowledge-featured h3,
.knowledge-post h3,
.knowledge-side-list h3,
.knowledge-paths h3 {
  color: var(--brand);
  font-weight: 900;
}

.knowledge-featured h3 {
  margin: .45rem 0 .65rem;
  font-size: 1.55rem;
}

.knowledge-featured p,
.knowledge-post p,
.knowledge-paths p,
.knowledge-faq p {
  color: #61706d;
  font-weight: 800;
  line-height: 1.85;
}

.knowledge-featured a,
.knowledge-post a {
  color: var(--gold);
  font-weight: 900;
}

.knowledge-side-list {
  display: grid;
  gap: 1rem;
}

.knowledge-side-list article {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: .9rem;
  padding: 1.15rem;
}

.knowledge-side-list span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  color: #fff;
  background: var(--brand);
  font-weight: 900;
}

.knowledge-side-list h3 {
  margin: .25rem 0 0;
  font-size: 1.02rem;
  line-height: 1.7;
}

.knowledge-head-row {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.7rem;
}

.knowledge-posts {
  grid-template-columns: repeat(3, 1fr);
}

.knowledge-post {
  overflow: hidden;
}

.knowledge-post > div:last-child {
  padding: 1.2rem;
}

.post-visual {
  min-height: 135px;
  background:
    radial-gradient(circle at 74% 20%, rgba(221,158,52,.28), transparent 24%),
    linear-gradient(135deg, #003f34, #002a23);
}

.post-visual.security { background-image: linear-gradient(135deg, rgba(0,63,52,.82), rgba(0,42,35,.95)), url("../images/hero-security.png"); background-size: cover; }
.post-visual.wordpress { background-image: linear-gradient(135deg, rgba(0,63,52,.82), rgba(0,42,35,.95)), url("../images/hero-wordpress-hosting.png"); background-size: cover; }
.post-visual.domains { background-image: linear-gradient(135deg, rgba(0,63,52,.82), rgba(0,42,35,.95)), url("../images/hero-domain-search.png"); background-size: cover; }
.post-visual.backup { background-image: linear-gradient(135deg, rgba(0,63,52,.82), rgba(0,42,35,.95)), url("../images/hero-cloud-backup.png"); background-size: cover; }
.post-visual.email { background-image: linear-gradient(135deg, rgba(0,63,52,.82), rgba(0,42,35,.95)), url("../images/hero-business-email.png"); background-size: cover; }

.knowledge-paths {
  grid-template-columns: repeat(3, 1fr);
}

.knowledge-paths article {
  position: relative;
  padding: 1.45rem;
  overflow: hidden;
}

.knowledge-paths span {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  margin-bottom: 1rem;
  border-radius: 50%;
  color: #fff;
  background: var(--brand);
  font-weight: 900;
}

.knowledge-faq-wrap {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 1.5rem;
  padding: 1.6rem;
}

.knowledge-faq {
  display: grid;
  gap: .85rem;
}

.knowledge-faq details {
  padding: 1rem 1.1rem;
  border: 1px solid #edf2f1;
  border-radius: 8px;
  background: #fbfdfd;
}

.knowledge-faq summary {
  color: var(--brand);
  cursor: pointer;
  font-weight: 900;
}

.knowledge-faq p {
  margin: .75rem 0 0;
}

.knowledge-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 2rem;
  border-radius: 8px;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(0,63,52,.2), rgba(0,63,52,.94) 44%, rgba(0,42,35,.98)),
    url("../images/hero-dashboard.png") left center / cover no-repeat;
  box-shadow: 0 18px 45px rgba(0,63,52,.16);
}

.knowledge-cta h2 {
  margin: 0 0 .45rem;
  color: #fff;
  font-size: 1.65rem;
  font-weight: 900;
}

.knowledge-cta p {
  margin: 0;
  color: rgba(255,255,255,.78);
  font-weight: 800;
}

/* FAQ page - page 17 */
body[data-page="17-faq"] main {
  background: linear-gradient(180deg, #fff 0%, #fbfcfc 54%, #fff 100%);
}

.faq-hero {
  position: relative;
  min-height: 520px;
  display: grid;
  align-items: center;
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(0,42,35,.34), rgba(0,63,52,.9) 48%, rgba(0,42,35,.98)),
    url("../images/hero-security.png") left center / cover no-repeat;
}

.faq-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 78% 32%, rgba(221,158,52,.22), transparent 24%),
    linear-gradient(135deg, rgba(255,255,255,.05) 0 1px, transparent 1px 34px);
  pointer-events: none;
}

.faq-hero .container {
  position: relative;
  z-index: 1;
}

.faq-hero-copy {
  width: min(680px, 62%);
  margin-right: 0;
  margin-left: auto;
  padding: 3rem 0 5rem;
}

.faq-hero-copy h1 {
  margin: .2rem 0 .8rem;
  color: #fff;
  font-size: clamp(2.45rem, 5vw, 3.9rem);
  font-weight: 900;
  line-height: 1.25;
}

.faq-hero-copy p {
  max-width: 600px;
  color: rgba(255,255,255,.82);
  font-size: 1.06rem;
  font-weight: 800;
  line-height: 1.95;
}

.faq-search {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: .7rem;
  max-width: 620px;
  margin-top: 1.45rem;
  padding: .55rem;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 8px;
  background: rgba(255,255,255,.12);
  backdrop-filter: blur(10px);
}

.faq-search input {
  min-height: 52px;
  padding: 0 1rem;
  border: 0;
  border-radius: 6px;
  outline: none;
  color: var(--brand);
  font-weight: 800;
}

.faq-search button {
  min-width: 116px;
  border: 0;
  border-radius: 6px;
  color: #fff;
  background: var(--gold);
  font-weight: 900;
}

.faq-dock {
  position: relative;
  z-index: 2;
  margin-top: -54px;
}

.faq-dock-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  overflow: hidden;
  border: 1px solid rgba(221,158,52,.22);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(0,63,52,.98), rgba(0,42,35,.96));
  box-shadow: 0 22px 46px rgba(0,63,52,.18);
}

.faq-dock-grid a {
  min-height: 120px;
  display: grid;
  align-content: center;
  gap: .3rem;
  padding: 1.25rem;
  color: #fff;
  border-inline-start: 1px solid rgba(255,255,255,.12);
}

.faq-dock-grid a:last-child {
  border-inline-start: 0;
}

.faq-dock-grid span {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(221,158,52,.45);
  border-radius: 8px;
  color: var(--gold);
  background: rgba(255,255,255,.08);
}

.faq-dock-grid strong {
  font-size: 1.04rem;
  font-weight: 900;
}

.faq-dock-grid small {
  color: rgba(255,255,255,.68);
  font-weight: 800;
}

.faq-section {
  padding: 5rem 0;
}

.faq-soft {
  background:
    radial-gradient(circle at 14% 18%, rgba(221,158,52,.08), transparent 25%),
    linear-gradient(180deg, #fbfcfc, #fff);
}

.faq-layout {
  display: grid;
  grid-template-columns: 310px 1fr;
  gap: 1.5rem;
  align-items: start;
}

.faq-sidebar,
.faq-group,
.faq-support-grid article {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 34px rgba(0,63,52,.06);
}

.faq-sidebar {
  position: sticky;
  top: 112px;
  padding: 1.1rem;
}

.faq-sidebar h3 {
  margin: 0 0 .85rem;
  color: var(--brand);
  font-size: 1.08rem;
  font-weight: 900;
}

.faq-sidebar > a {
  display: flex;
  align-items: center;
  gap: .6rem;
  min-height: 42px;
  padding: .6rem .7rem;
  border-radius: 6px;
  color: #40524f;
  font-weight: 900;
}

.faq-sidebar > a.active,
.faq-sidebar > a:hover {
  color: var(--brand);
  background: #f5faf9;
}

.faq-sidebar > a span {
  width: 26px;
  height: 26px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(221,158,52,.3);
  border-radius: 6px;
  color: var(--gold);
}

.faq-help-card {
  margin-top: 1rem;
  padding: 1rem;
  border-radius: 8px;
  color: #fff;
  background:
    radial-gradient(circle at 18% 14%, rgba(221,158,52,.18), transparent 28%),
    linear-gradient(135deg, var(--brand), #002a23);
}

.faq-help-card span {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  margin-bottom: .75rem;
  border-radius: 50%;
  color: #fff;
  background: var(--gold);
  font-weight: 900;
}

.faq-help-card h4 {
  margin: 0 0 .35rem;
  color: #fff;
  font-size: 1rem;
  font-weight: 900;
}

.faq-help-card p {
  color: rgba(255,255,255,.74);
  font-weight: 800;
  line-height: 1.8;
}

.faq-help-card a {
  color: var(--gold);
  font-weight: 900;
}

.faq-content {
  display: grid;
  gap: 1.1rem;
}

.faq-group {
  padding: 1.2rem;
}

.faq-group h3 {
  margin: 0 0 1rem;
  color: var(--brand);
  font-size: 1.18rem;
  font-weight: 900;
}

.faq-group details {
  border: 1px solid #edf2f1;
  border-radius: 8px;
  background: #fbfdfd;
}

.faq-group details + details {
  margin-top: .75rem;
}

.faq-group summary {
  position: relative;
  padding: 1rem 1.1rem 1rem 3rem;
  color: var(--brand);
  cursor: pointer;
  font-weight: 900;
  list-style: none;
}

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

.faq-group summary::after {
  content: "+";
  position: absolute;
  left: 1rem;
  top: 50%;
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  transform: translateY(-50%);
  border-radius: 50%;
  color: var(--gold);
  background: #fff;
  border: 1px solid rgba(221,158,52,.32);
  font-weight: 900;
}

.faq-group details[open] summary::after {
  content: "-";
  color: #fff;
  background: var(--gold);
}

.faq-group p {
  margin: 0;
  padding: 0 1.1rem 1rem;
  color: #61706d;
  font-weight: 800;
  line-height: 1.9;
}

.faq-support-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.2rem;
}

.faq-support-grid article {
  padding: 1.35rem;
}

.faq-support-grid span {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  margin-bottom: 1rem;
  border: 1px solid rgba(221,158,52,.35);
  border-radius: 8px;
  color: var(--gold);
  background: #fbfdfd;
}

.faq-support-grid h3 {
  color: var(--brand);
  font-size: 1.12rem;
  font-weight: 900;
}

.faq-support-grid p {
  color: #61706d;
  font-weight: 800;
  line-height: 1.85;
}

.faq-support-grid a {
  color: var(--gold);
  font-weight: 900;
}

.faq-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 2rem;
  border-radius: 8px;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(0,63,52,.2), rgba(0,63,52,.94) 44%, rgba(0,42,35,.98)),
    url("../images/hero-security.png") left center / cover no-repeat;
  box-shadow: 0 18px 45px rgba(0,63,52,.16);
}

.faq-cta h2 {
  margin: 0 0 .45rem;
  color: #fff;
  font-size: 1.65rem;
  font-weight: 900;
}

.faq-cta p {
  margin: 0;
  color: rgba(255,255,255,.78);
  font-weight: 800;
}

/* Support page - page 18 */
body[data-page="18-support"] main {
  background: linear-gradient(180deg, #fff 0%, #fbfcfc 54%, #fff 100%);
}

.support-hero {
  position: relative;
  min-height: 700px;
  display: grid;
  align-items: center;
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(0,42,35,.22), rgba(0,63,52,.9) 48%, rgba(0,42,35,.98)),
    url("../images/hero-support.png") left center / cover no-repeat;
}

.support-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 76% 32%, rgba(221,158,52,.2), transparent 24%),
    linear-gradient(135deg, rgba(255,255,255,.05) 0 1px, transparent 1px 34px);
  pointer-events: none;
}

.support-hero .container {
  position: relative;
  z-index: 1;
}

.support-hero-copy {
  width: min(690px, 62%);
  margin-right: 0;
  margin-left: auto;
  padding: 3rem 0 5rem;
}

.support-hero-copy h1 {
  margin: .2rem 0 .8rem;
  color: #fff;
  font-size: clamp(2.45rem, 5vw, 3.9rem);
  font-weight: 900;
  line-height: 1.25;
}

.support-hero-copy p {
  max-width: 610px;
  color: rgba(255,255,255,.82);
  font-size: 1.06rem;
  font-weight: 800;
  line-height: 1.95;
}

.support-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1.45rem;
}

.support-dock {
  position: relative;
  z-index: 2;
  margin-top: -56px;
}

.support-dock-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  overflow: hidden;
  border: 1px solid rgba(221,158,52,.22);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(0,63,52,.98), rgba(0,42,35,.96));
  box-shadow: 0 22px 46px rgba(0,63,52,.18);
}

.support-dock-grid article {
  min-height: 116px;
  display: grid;
  align-content: center;
  gap: .3rem;
  padding: 1.25rem;
  color: #fff;
  text-align: center;
  border-inline-start: 1px solid rgba(255,255,255,.12);
}

.support-dock-grid article:last-child {
  border-inline-start: 0;
}

.support-dock-grid span {
  color: var(--gold);
  font-size: 1.45rem;
  font-weight: 900;
}

.support-dock-grid strong {
  font-weight: 900;
}

.support-dock-grid small {
  color: rgba(255,255,255,.68);
  font-weight: 800;
}

.support-section {
  padding: 5rem 0;
}

.support-soft {
  background:
    radial-gradient(circle at 14% 18%, rgba(221,158,52,.08), transparent 25%),
    linear-gradient(180deg, #fbfcfc, #fff);
}

.support-channels,
.support-steps,
.support-form,
.support-mini-faq {
  display: grid;
  gap: 1.1rem;
}

.support-channels {
  grid-template-columns: repeat(4, 1fr);
}

.support-channels article,
.support-ticket-card,
.support-info-card,
.support-status,
.support-steps article,
.support-faq-layout,
.support-mini-faq details {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 34px rgba(0,63,52,.06);
}

.support-channels article {
  padding: 1.35rem;
}

.support-channels h3,
.support-steps h3,
.support-info-card h3 {
  color: var(--brand);
  font-size: 1.1rem;
  font-weight: 900;
}

.support-channels p,
.support-steps p,
.support-info-card p,
.support-mini-faq p {
  color: #61706d;
  font-weight: 800;
  line-height: 1.85;
}

.support-channels a,
.support-info-card a {
  color: var(--gold);
  font-weight: 900;
}

.support-ticket-layout {
  display: grid;
  grid-template-columns: 1.35fr .65fr;
  gap: 1.4rem;
  align-items: start;
}

.support-ticket-card {
  padding: 1.6rem;
}

.support-form {
  grid-template-columns: repeat(2, 1fr);
}

.support-form .full {
  grid-column: 1 / -1;
}

.support-form label {
  display: block;
  margin-bottom: .45rem;
  color: var(--brand);
  font-weight: 900;
}

.support-form input,
.support-form select,
.support-form textarea {
  width: 100%;
  min-height: 48px;
  padding: .75rem .9rem;
  border: 1px solid var(--line);
  border-radius: 7px;
  outline: none;
  color: var(--brand);
  background: #fff;
  font-weight: 800;
}

.support-form textarea {
  resize: vertical;
}

.support-upload {
  display: grid;
  place-items: center;
  gap: .25rem;
  min-height: 118px;
  padding: 1rem;
  border: 1px dashed rgba(0,63,52,.28);
  border-radius: 8px;
  background: #fbfdfd;
  text-align: center;
}

.support-upload span {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--gold);
}

.support-upload strong {
  color: var(--brand);
  font-weight: 900;
}

.support-upload small {
  color: #7a8885;
  font-weight: 800;
}

.support-info-panel {
  display: grid;
  gap: 1rem;
}

.support-status {
  display: grid;
  gap: .25rem;
  padding: 1rem;
}

.support-status span {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #20c46b;
  box-shadow: 0 0 0 6px rgba(32,196,107,.12);
}

.support-status strong {
  color: var(--brand);
  font-weight: 900;
}

.support-status small {
  color: #71807d;
  font-weight: 800;
}

.support-info-card {
  padding: 1.15rem;
}

.support-info-card ul {
  display: grid;
  gap: .55rem;
  margin: .8rem 0 0;
  padding: 0;
  list-style: none;
  color: #53625f;
  font-weight: 800;
  line-height: 1.8;
}

.support-info-card li::before {
  content: "✓";
  color: var(--gold);
  margin-left: .35rem;
  font-weight: 900;
}

.support-info-card.dark {
  color: #fff;
  background:
    radial-gradient(circle at 20% 12%, rgba(221,158,52,.18), transparent 28%),
    linear-gradient(135deg, var(--brand), #002a23);
}

.support-info-card.dark h3 {
  color: #fff;
}

.support-info-card.dark p {
  color: rgba(255,255,255,.76);
}

.support-steps {
  grid-template-columns: repeat(4, 1fr);
}

.support-steps article {
  position: relative;
  min-height: 205px;
  padding: 1.35rem;
}

.support-steps b {
  position: absolute;
  top: .9rem;
  left: .9rem;
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--brand);
}

.support-faq-layout {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 1.5rem;
  padding: 1.5rem;
}

.support-mini-faq details {
  padding: 1rem 1.1rem;
  box-shadow: none;
}

.support-mini-faq summary {
  color: var(--brand);
  cursor: pointer;
  font-weight: 900;
}

.support-mini-faq p {
  margin: .75rem 0 0;
}

.support-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 2rem;
  border-radius: 8px;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(0,63,52,.18), rgba(0,63,52,.94) 44%, rgba(0,42,35,.98)),
    url("../images/hero-support.png") left center / cover no-repeat;
  box-shadow: 0 18px 45px rgba(0,63,52,.16);
}

.support-cta h2 {
  margin: 0 0 .45rem;
  color: #fff;
  font-size: 1.65rem;
  font-weight: 900;
}

.support-cta p {
  margin: 0;
  color: rgba(255,255,255,.78);
  font-weight: 800;
}

/* Domains page - page 07 */
body[data-page="07-knowledge"] main {
  background: linear-gradient(180deg, #fff 0%, #fbfcfc 58%, #fff 100%);
}

.domains-hero {
  position: relative;
  min-height: 700px;
  display: grid;
  align-items: center;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(255,255,255,.12) 0 38%, rgba(255,255,255,.72) 60%, rgba(255,255,255,.98) 100%),
    url("../images/hero-domain-search.png") left center / cover no-repeat;
  border-bottom: 1px solid #edf1f1;
}

.domains-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 70% 45%, rgba(221,158,52,.12), transparent 24%),
    linear-gradient(135deg, rgba(0,63,52,.04) 0 1px, transparent 1px 36px);
  pointer-events: none;
}

.domains-hero .container {
  position: relative;
  z-index: 1;
}

.domains-hero-copy {
  width: min(650px, 58%);
  margin-right: 0;
  margin-left: auto;
  padding: 2.4rem 0;
}

.domains-hero-copy h1 {
  margin: .2rem 0 .8rem;
  color: var(--brand);
  font-size: clamp(2.4rem, 4.7vw, 3.65rem);
  font-weight: 900;
  line-height: 1.35;
}

.domains-hero-copy h1 span {
  color: var(--gold);
  font-size: clamp(1.8rem, 3.2vw, 2.55rem);
}

.domains-hero-copy p {
  max-width: 560px;
  color: #5d6b69;
  font-size: 1.03rem;
  font-weight: 800;
  line-height: 1.95;
}

.domain-search {
  display: grid;
  grid-template-columns: 96px 1fr 110px;
  align-items: stretch;
  direction: ltr;
  width: min(760px, 112%);
  margin-top: 1.45rem;
  overflow: hidden;
  border: 1px solid #dce5e4;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(0,63,52,.12);
}

.domain-search .btn {
  border-radius: 0;
}

.domain-search input,
.domain-search select {
  min-height: 54px;
  border: 0;
  outline: 0;
  direction: rtl;
  color: #263533;
  font-weight: 800;
  background: #fff;
}

.domain-search input {
  padding: 0 1.1rem;
  border-inline-start: 1px solid #edf1f1;
}

.domain-search select {
  padding-inline: .95rem;
  border-inline-start: 1px solid #edf1f1;
}

.domain-mini-prices {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  margin-top: 1rem;
  color: #21312f;
  font-size: .86rem;
  font-weight: 900;
}

.domain-mini-prices b {
  color: var(--brand);
}

.domains-benefits {
  padding: 1.65rem 0 1rem;
  background: #fff;
}

.domains-benefit-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  overflow: hidden;
  border: 1px solid #edf1f1;
  border-radius: 8px;
  border-bottom: 1px solid #edf1f1;
  background: #fff;
  box-shadow: 0 14px 34px rgba(0,63,52,.045);
}

.domains-benefit-grid article {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
  min-height: 108px;
  padding: 1.1rem 1.3rem;
  border-inline-start: 1px solid #e8eeee;
  transition: background .22s ease, transform .22s ease;
}

.domains-benefit-grid article:hover {
  background: linear-gradient(180deg, rgba(221,158,52,.06), rgba(255,255,255,0));
  transform: translateY(-2px);
}

.domains-benefit-grid article:last-child {
  border-inline-start: 0;
}

.domains-benefit-grid span,
.domain-steps span,
.domain-why-row span {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(221,158,52,.5);
  border-radius: 50%;
  color: var(--gold);
  background: #fff;
  font-size: 1.35rem;
}

.domains-benefit-grid h3,
.domain-steps h3,
.domain-why-row h3 {
  margin: 0 0 .25rem;
  color: var(--brand);
  font-size: 1rem;
  font-weight: 900;
}

.domains-benefit-grid article h3,
.domains-benefit-grid article p {
  text-align: right;
}

.domains-benefit-grid article p {
  max-width: none;
  text-wrap: pretty;
}

.domains-benefit-grid article > div {
  min-width: 0;
  flex: 1;
}

.domains-benefit-grid p,
.domain-steps p,
.domain-why-row p {
  margin: 0;
  color: #62716f;
  font-size: .86rem;
  font-weight: 700;
  line-height: 1.7;
}

.domains-section {
  padding: 2.1rem 0 0;
}

.domain-pricing-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.2rem;
}

.domain-card {
  position: relative;
  min-height: 196px;
  display: grid;
  justify-items: center;
  align-content: center;
  gap: .45rem;
  padding: 1.35rem 1rem;
  text-align: center;
  border: 1px solid #e1eaea;
  border-radius: 8px;
  background:
    radial-gradient(circle at 50% 0, rgba(221,158,52,.08), transparent 38%),
    #fff;
  box-shadow: 0 16px 36px rgba(0,63,52,.055);
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.domain-card:hover {
  transform: translateY(-5px);
  border-color: rgba(221,158,52,.55);
  box-shadow: 0 22px 44px rgba(0,63,52,.11);
}

.domain-card.featured {
  border-color: var(--gold);
  box-shadow: 0 22px 50px rgba(221,158,52,.13);
}

.domain-badge {
  position: absolute;
  top: -1px;
  inset-inline-start: 14px;
  padding: .35rem .85rem;
  border-radius: 0 0 8px 8px;
  color: #fff;
  background: var(--gold);
  font-size: .78rem;
  font-weight: 900;
}

.domain-card h3 {
  margin: 0;
  color: #10211f;
  font-size: 1.85rem;
  font-weight: 900;
}

.domain-card h3 em {
  color: #0b7a49;
  font-size: 1rem;
  font-style: normal;
}

.domain-card p {
  min-height: 28px;
  margin: 0;
  color: #62716f;
  font-size: .86rem;
  font-weight: 800;
}

.domain-price {
  display: flex;
  align-items: end;
  justify-content: center;
  gap: .25rem;
  color: var(--brand);
}

.domain-price b {
  font-size: 2rem;
  line-height: 1;
}

.domain-price span,
.domain-card small {
  color: #4d5c5a;
  font-weight: 800;
}

.domain-card .btn {
  width: 118px;
  padding-block: .45rem;
  font-size: .84rem;
}

.domain-extensions-strip {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  overflow: hidden;
  border: 1px solid #edf1f1;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 35px rgba(0,63,52,.045);
}

.domain-extensions-strip span {
  display: grid;
  gap: .3rem;
  min-height: 62px;
  place-items: center;
  padding: .7rem .5rem;
  border-inline-start: 1px solid #edf1f1;
}

.domain-extensions-strip span:last-child {
  border-inline-start: 0;
}

.domain-extensions-strip b {
  color: var(--brand);
  font-size: 1.08rem;
  font-weight: 900;
}

.domain-extensions-strip small {
  color: #61706e;
  font-weight: 800;
}

.domain-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.8rem;
}

.domain-steps article {
  position: relative;
  min-height: 145px;
  padding: 1.3rem 1rem;
  text-align: center;
  border: 1px solid #e4eceb;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 32px rgba(0,63,52,.045);
}

.domain-steps article::after {
  content: "›";
  position: absolute;
  top: 50%;
  inset-inline-start: calc(100% + 1.08rem);
  color: var(--gold);
  font-size: 2rem;
  transform: translateY(-50%);
}

.domain-steps article:last-child::after {
  content: none;
}

.domain-steps b {
  position: absolute;
  top: .75rem;
  inset-inline-start: .8rem;
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  color: #fff;
  background: var(--brand);
  font-size: .78rem;
}

.domain-steps span {
  margin-inline: auto;
  margin-bottom: .75rem;
}

.domain-why-row {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1rem;
}

.domain-why-row article {
  display: flex;
  align-items: center;
  gap: .85rem;
  min-height: 118px;
  padding: 1rem;
  border: 1px solid #e4eceb;
  border-radius: 8px;
  background:
    radial-gradient(circle at 10% 0, rgba(221,158,52,.08), transparent 42%),
    #fff;
  box-shadow: 0 14px 34px rgba(0,63,52,.055);
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.domain-why-row article:hover {
  transform: translateY(-4px);
  border-color: rgba(221,158,52,.55);
  box-shadow: 0 20px 42px rgba(0,63,52,.105);
}

.domain-why-row span {
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  font-size: 1.1rem;
}

.domain-why-row article > div {
  min-width: 0;
  flex: 1;
}

.domain-why-row h3,
.domain-why-row p {
  text-align: right;
}

.domain-testimonials {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.domain-testimonials article {
  min-height: 142px;
  padding: 1.25rem 1.35rem;
  border: 1px solid #e6eeee;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 34px rgba(0,63,52,.045);
}

.domain-testimonials .stars {
  color: var(--gold);
  letter-spacing: 1px;
}

.domain-testimonials p {
  margin: .45rem 0 1rem;
  color: #4f5d5b;
  font-weight: 800;
  line-height: 1.8;
}

.domain-client {
  display: flex;
  align-items: center;
  gap: .75rem;
}

.domain-client img {
  width: 52px;
  height: 52px;
  object-fit: cover;
  border-radius: 50%;
  border: 3px solid #f4eee4;
}

.domain-client span {
  display: grid;
  gap: .1rem;
}

.domain-client b {
  color: var(--brand);
  font-weight: 900;
}

.domain-client small {
  color: #6c7977;
  font-weight: 800;
}

.domains-cta {
  position: relative;
  min-height: 160px;
  display: grid;
  align-items: center;
  margin: 2.4rem 0 .4rem;
  padding: 1.5rem 2.2rem;
  overflow: hidden;
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(0,42,35,.98), rgba(0,63,52,.82)),
    url("../images/hero-domain-search.png") left center / cover no-repeat;
}

.domains-cta::after {
  content: "WWW.";
  position: absolute;
  inset-inline-start: 5%;
  bottom: -14px;
  color: rgba(221,158,52,.2);
  font-size: 5.2rem;
  font-weight: 900;
  line-height: 1;
}

.domains-cta h2 {
  color: #fff;
  margin: 0 0 .35rem;
  font-size: 1.7rem;
  font-weight: 900;
}

.domains-cta p {
  color: rgba(255,255,255,.8);
  margin-bottom: 1rem;
  font-weight: 800;
}

/* SSL certificates page - page 08 */
body[data-page="08-ssl"] main {
  background: linear-gradient(180deg, #fff 0%, #fbfcfc 58%, #fff 100%);
}

.ssl-hero {
  position: relative;
  min-height: 700px;
  display: grid;
  align-items: center;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(255,255,255,.12) 0 38%, rgba(255,255,255,.72) 60%, rgba(255,255,255,.98) 100%),
    url("../images/hero-ssl-security.png") left center / cover no-repeat;
  border-bottom: 1px solid #edf1f1;
}

.ssl-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 71% 43%, rgba(221,158,52,.13), transparent 24%),
    linear-gradient(135deg, rgba(0,63,52,.04) 0 1px, transparent 1px 36px);
  pointer-events: none;
}

.ssl-hero .container {
  position: relative;
  z-index: 1;
}

.ssl-hero-copy {
  width: min(640px, 58%);
  margin-right: 0;
  margin-left: auto;
  padding: 2.7rem 0;
}

.ssl-hero-copy h1 {
  margin: .2rem 0 .8rem;
  color: var(--brand);
  font-size: clamp(2.5rem, 4.7vw, 3.8rem);
  font-weight: 900;
  line-height: 1.35;
}

.ssl-hero-copy h1 span {
  color: var(--gold);
  font-size: clamp(1.8rem, 3.3vw, 2.65rem);
}

.ssl-hero-copy p {
  max-width: 560px;
  color: #5b6b69;
  font-size: 1.04rem;
  font-weight: 800;
  line-height: 1.95;
}

.ssl-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1.25rem;
}

.ssl-benefits {
  padding: 1.55rem 0 1rem;
  background: #fff;
}

.ssl-benefit-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  overflow: hidden;
  border: 1px solid #edf1f1;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(0,63,52,.045);
}

.ssl-benefit-grid article {
  display: grid;
  justify-items: center;
  gap: .45rem;
  min-height: 118px;
  padding: 1rem .8rem;
  text-align: center;
  border-inline-start: 1px solid #e8eeee;
}

.ssl-benefit-grid article:last-child {
  border-inline-start: 0;
}

.ssl-benefit-grid span,
.ssl-why span,
.ssl-steps span {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(221,158,52,.5);
  border-radius: 50%;
  color: var(--gold);
  background: #fff;
  font-size: 1.3rem;
}

.ssl-benefit-grid h3,
.ssl-why h3,
.ssl-steps h3 {
  margin: .1rem 0 0;
  color: var(--brand);
  font-size: .98rem;
  font-weight: 900;
}

.ssl-benefit-grid p,
.ssl-why p,
.ssl-steps p {
  margin: 0;
  color: #647371;
  font-size: .82rem;
  font-weight: 700;
  line-height: 1.7;
}

.ssl-section {
  padding: 2.1rem 0 0;
}

.ssl-plans {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.2rem;
  align-items: stretch;
}

.ssl-plan {
  position: relative;
  min-height: 345px;
  display: flex;
  flex-direction: column;
  padding: 1.35rem 1rem 1rem;
  text-align: center;
  border: 1px solid #e0e9e8;
  border-radius: 8px;
  background:
    radial-gradient(circle at 50% 0, rgba(221,158,52,.08), transparent 36%),
    #fff;
  box-shadow: 0 16px 36px rgba(0,63,52,.055);
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.ssl-plan:hover {
  transform: translateY(-5px);
  border-color: rgba(221,158,52,.55);
  box-shadow: 0 22px 44px rgba(0,63,52,.11);
}

.ssl-plan.is-popular {
  border-color: var(--gold);
  box-shadow: 0 22px 50px rgba(221,158,52,.13);
}

.ssl-badge {
  position: absolute;
  top: -1px;
  inset-inline-start: 14px;
  padding: .35rem .85rem;
  border-radius: 0 0 8px 8px;
  color: #fff;
  background: var(--gold);
  font-size: .78rem;
  font-weight: 900;
}

.ssl-plan h3 {
  min-height: 34px;
  margin: 0;
  color: var(--brand);
  font-size: 1rem;
  font-weight: 900;
}

.ssl-plan > p {
  margin: .25rem 0 .75rem;
  color: #5f6d6b;
  font-size: .82rem;
  font-weight: 900;
}

.ssl-price {
  display: flex;
  align-items: end;
  justify-content: center;
  gap: .3rem;
  margin-bottom: .75rem;
  color: var(--brand);
}

.ssl-price b {
  font-size: 2.15rem;
  line-height: 1;
}

.ssl-price span {
  color: #4e5d5b;
  font-size: .78rem;
  font-weight: 900;
}

.ssl-plan ul {
  display: grid;
  gap: .52rem;
  margin: 0 0 1rem;
  padding: 0;
  list-style: none;
  text-align: right;
}

.ssl-plan li {
  position: relative;
  padding-inline-start: 1.25rem;
  color: #61706e;
  font-size: .82rem;
  font-weight: 800;
}

.ssl-plan li::before {
  content: "\2713";
  position: absolute;
  inset-inline-start: 0;
  color: var(--gold);
  font-weight: 900;
}

.ssl-plan .btn {
  margin-top: auto;
}

.ssl-note {
  margin: 1.2rem 0 0;
  color: #61706e;
  text-align: center;
  font-weight: 800;
}

.ssl-why {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1rem;
}

.ssl-why article {
  min-height: 118px;
  display: grid;
  justify-items: center;
  gap: .45rem;
  padding: 1rem;
  text-align: center;
  border: 1px solid #e6eeee;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 32px rgba(0,63,52,.045);
}

.ssl-authorities {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  overflow: hidden;
  border: 1px solid #edf1f1;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(0,63,52,.045);
}

.ssl-authorities img {
  width: 100%;
  height: 76px;
  padding: 1rem;
  object-fit: contain;
  border-inline-start: 1px solid #edf1f1;
}

.ssl-authorities img:last-child {
  border-inline-start: 0;
}

.ssl-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.8rem;
}

.ssl-steps article {
  position: relative;
  min-height: 145px;
  padding: 1.3rem 1rem;
  text-align: center;
  border: 1px solid #e4eceb;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 32px rgba(0,63,52,.045);
}

.ssl-steps article::after {
  content: "›";
  position: absolute;
  top: 50%;
  inset-inline-start: calc(100% + 1.08rem);
  color: var(--gold);
  font-size: 2rem;
  transform: translateY(-50%);
}

.ssl-steps article:last-child::after {
  content: none;
}

.ssl-steps b {
  position: absolute;
  top: .75rem;
  inset-inline-start: .8rem;
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  color: #fff;
  background: var(--brand);
  font-size: .78rem;
}

.ssl-steps span {
  margin-inline: auto;
  margin-bottom: .75rem;
}

.ssl-testimonials {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.ssl-testimonials article {
  min-height: 145px;
  padding: 1.25rem 1.35rem;
  border: 1px solid #e6eeee;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 34px rgba(0,63,52,.045);
}

.ssl-testimonials .stars {
  color: var(--gold);
  letter-spacing: 1px;
}

.ssl-testimonials p {
  margin: .45rem 0 1rem;
  color: #4f5d5b;
  font-weight: 800;
  line-height: 1.8;
}

.ssl-client {
  display: flex;
  align-items: center;
  gap: .75rem;
}

.ssl-client img {
  width: 52px;
  height: 52px;
  object-fit: cover;
  border-radius: 50%;
  border: 3px solid #f4eee4;
}

.ssl-client span {
  display: grid;
  gap: .1rem;
}

.ssl-client b {
  color: var(--brand);
  font-weight: 900;
}

.ssl-client small {
  color: #6c7977;
  font-weight: 800;
}

.ssl-cta {
  position: relative;
  min-height: 170px;
  display: grid;
  align-items: center;
  margin: 2.4rem 0 .4rem;
  padding: 1.5rem 2.2rem;
  overflow: hidden;
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(0,42,35,.98), rgba(0,63,52,.82)),
    url("../images/hero-ssl-security.png") left center / cover no-repeat;
}

.ssl-cta::after {
  content: "\2713";
  position: absolute;
  inset-inline-start: 7%;
  bottom: -24px;
  display: grid;
  place-items: center;
  width: 128px;
  height: 128px;
  color: rgba(221,158,52,.28);
  border: 2px solid rgba(221,158,52,.25);
  border-radius: 50%;
  font-size: 4rem;
  line-height: 1;
}

.ssl-cta span {
  display: inline-flex;
  align-items: center;
  margin-bottom: .6rem;
  padding: .55rem 1rem;
  color: rgba(255,255,255,.82);
  border-radius: 999px;
  background: rgba(255,255,255,.1);
  font-weight: 900;
}

.ssl-cta h2 {
  color: #fff;
  margin: 0 0 .35rem;
  font-size: 1.7rem;
  font-weight: 900;
}

.ssl-cta p {
  color: rgba(255,255,255,.8);
  margin-bottom: 1rem;
  font-weight: 800;
}

.team-card {
  overflow: hidden;
  text-align: center;
}

.avatar {
  height: 210px;
  background:
    radial-gradient(circle at 50% 30%, #f1d2b3 0 17%, transparent 18%),
    linear-gradient(0deg, #f5f6f6 0 34%, transparent 34%),
    linear-gradient(135deg, #e7eceb, #f7f8f8);
}

.team-card h3 {
  margin: 1rem 0 .25rem;
  color: var(--brand);
  font-size: 1rem;
  font-weight: 900;
}

.team-card p {
  color: var(--muted);
  margin-bottom: 1rem;
}

.step-card {
  position: relative;
  padding: 1.4rem;
  text-align: center;
}

.step-number {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  margin: 0 auto 1rem;
  color: var(--brand);
  border: 1px solid var(--brand);
  border-radius: 50%;
  font-size: 1.35rem;
  font-weight: 900;
}

.step-card.active .step-number {
  color: #fff;
  background: var(--brand);
}

.form-card {
  padding: 2rem;
}

.form-control,
.form-select {
  border-color: #d6e1df;
  border-radius: 7px;
  padding: .82rem 1rem;
}

.form-label {
  color: var(--brand);
  font-weight: 900;
}

.testimonial-card {
  position: relative;
  min-height: 142px;
  height: 100%;
  padding: 1.55rem 1.75rem 1.35rem;
  overflow: hidden;
  text-align: right;
  border-radius: 9px;
  box-shadow: 0 12px 34px rgba(0, 45, 38, .07);
}

.testimonial-card .quote-mark {
  position: absolute;
  top: .55rem;
  right: 1.35rem;
  color: var(--gold);
  font-family: Georgia, serif;
  font-size: 4.2rem;
  font-weight: 900;
  line-height: 1;
}

.testimonial-card p {
  min-height: 48px;
  margin: .35rem 3.6rem 1.05rem 0;
  color: #495c5b;
  font-size: .98rem;
  font-weight: 700;
  line-height: 1.85;
}

.client-info {
  display: flex;
  align-items: center;
  gap: .8rem;
  margin-right: 3.4rem;
}

.client-info strong,
.client-info span {
  display: block;
}

.client-info strong {
  color: var(--brand);
  font-weight: 900;
}

.client-info div > span {
  color: var(--muted);
  font-size: .86rem;
  margin-top: .15rem;
}

.client-avatar {
  width: 58px;
  height: 58px;
  flex: 0 0 58px;
  border-radius: 50%;
  background-image: url("../images/clients/client-ahmad.png");
  background-size: cover;
  background-position: center;
  border: 4px solid #f4f6f5;
  box-shadow: 0 8px 18px rgba(0,0,0,.10);
}

.client-avatar.ghutra {
  background-image: url("../images/clients/client-salman.png");
}

.client-avatar.woman {
  background-image: url("../images/clients/client-noura.png");
}

.stars {
  color: var(--gold);
  letter-spacing: 2px;
}

.post-card {
  height: 100%;
  overflow: hidden;
}

.post-thumb {
  height: 150px;
  background:
    linear-gradient(90deg, rgba(0,63,52,.25), rgba(0,63,52,.55)),
    url("../images/hero-datacenter.png");
  background-size: cover;
  background-position: center;
}

.post-card:nth-child(even) .post-thumb,
.row > div:nth-child(even) .post-thumb {
  background:
    linear-gradient(90deg, rgba(0,63,52,.25), rgba(0,63,52,.55)),
    url("../images/hero-dashboard.png");
  background-size: cover;
  background-position: center;
}

.row > div:nth-child(3n) .post-thumb {
  background:
    linear-gradient(90deg, rgba(0,63,52,.25), rgba(0,63,52,.55)),
    url("../images/hero-security.png");
  background-size: cover;
  background-position: center;
}

.legacy-post-thumb {
  height: 150px;
  background:
    linear-gradient(135deg, rgba(0,63,52,.82), rgba(200,138,45,.38)),
    repeating-linear-gradient(90deg, #0c1d1a 0 16px, #193833 16px 22px);
}

.post-card .body {
  padding: 1.25rem;
}

.cta-band {
  overflow: hidden;
  color: #fff;
  border-radius: 10px;
  background:
    linear-gradient(90deg, rgba(0,63,52,.98), rgba(0,63,52,.72)),
    url("../images/hero-datacenter.png");
  background-size: cover;
  background-position: center;
}

.cta-band .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 2.2rem 2.6rem;
  flex-wrap: wrap;
}

.cta-band h2 {
  margin: 0 0 .5rem;
  font-weight: 900;
}

.cta-band p {
  margin: 0;
  color: rgba(255,255,255,.78);
}

.split-login {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 760px;
}

.login-visual {
  display: grid;
  place-items: center;
  color: #fff;
  padding: 3rem;
  background:
    linear-gradient(rgba(0, 55, 46, .92), rgba(0, 31, 26, .96)),
    radial-gradient(circle at 50% 30%, rgba(49,240,173,.22), transparent 30%),
    var(--brand-deep);
  background-size: cover;
  background-position: center;
}

.login-panel {
  display: grid;
  place-items: center;
  padding: 3rem;
  background: #f8faf9;
}

.login-panel .form-card {
  width: min(540px, 100%);
}

.table-card {
  overflow: hidden;
}

.table thead th {
  color: #fff;
  background: var(--brand);
}

.footer {
  color: #fff;
  padding: 3.2rem 0 1.25rem;
  background:
    radial-gradient(circle at 15% 20%, rgba(239,180,93,.13), transparent 25%),
    linear-gradient(90deg, var(--brand-deep), var(--brand));
}

.footer h3,
.footer h4 {
  font-weight: 900;
}

.footer p,
.footer a,
.footer li {
  color: rgba(255,255,255,.76);
}

.footer ul {
  margin: 0;
  padding: 0;
  line-height: 2.1;
  list-style: none;
}

.footer-bottom {
  margin-top: 2rem;
  padding-top: 1rem;
  color: rgba(255,255,255,.66);
  border-top: 1px solid rgba(255,255,255,.14);
  text-align: center;
  font-size: .9rem;
}

.site-footer {
  color: #fff;
  background:
    radial-gradient(circle at 12% 12%, rgba(239,180,93,.12), transparent 28%),
    linear-gradient(90deg, var(--brand-deep), var(--brand));
  margin-top: 4rem;
}

.footer-cta {
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(255,255,255,.12);
  border-bottom: 1px solid rgba(255,255,255,.18);
  background:
    radial-gradient(circle at 25% 0, rgba(239,180,93,.13), transparent 30%),
    linear-gradient(90deg, rgba(6,35,30,.98), rgba(0,63,52,.96));
}

.footer-cta-inner {
  min-height: 118px;
  display: grid;
  grid-template-columns: minmax(340px, .95fr) auto auto;
  align-items: center;
  gap: 2rem;
  position: relative;
}

.footer-skyline {
  position: absolute;
  left: 0;
  bottom: 0;
  width: min(560px, 48vw);
  height: 118px;
  background: url("../images/footer/footer-riyadh-skyline.png") left bottom / cover no-repeat;
  filter: saturate(1.08);
  pointer-events: none;
  z-index: 0;
}

.footer-cta-copy {
  text-align: right;
}

.footer-cta-copy h2 {
  margin: 0 0 .35rem;
  color: #fff;
  font-size: 1.55rem;
  font-weight: 900;
}

.footer-cta-copy p {
  margin: 0;
  color: rgba(255,255,255,.78);
  font-weight: 700;
}

.footer-main {
  padding: 2.35rem 0 1.25rem;
  background:
    linear-gradient(90deg, rgba(6,35,30,.98), rgba(0,63,52,.94)),
    radial-gradient(circle at 25% 20%, rgba(255,255,255,.05), transparent 32%);
}

.footer-grid-new {
  display: grid;
  grid-template-columns: 1.35fr .9fr 1.05fr .95fr .95fr;
  gap: 2rem;
  align-items: start;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: .75rem;
  margin-bottom: 1rem;
  width: fit-content;
}

.footer-brand strong,
.footer-brand small {
  display: block;
}

.footer-brand strong {
  color: #fff;
  font-size: 1.35rem;
  font-weight: 900;
}

.footer-brand small,
.footer-brand-block p,
.footer-col a,
.footer-bottom-new {
  color: rgba(255,255,255,.76);
}

.footer-brand-block p {
  max-width: 315px;
  line-height: 1.9;
  margin: 0;
}

.footer-col,
.footer-social-block {
  min-height: 150px;
  padding-inline-start: 1.7rem;
  border-inline-start: 1px solid rgba(255,255,255,.12);
}

.footer-col h4,
.footer-social-block h4 {
  margin: 0 0 .8rem;
  color: #fff;
  font-size: 1.04rem;
  font-weight: 900;
}

.footer-col ul {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 2.05;
}

.footer-col a {
  transition: color .2s ease, transform .2s ease;
}

.footer-col a:hover {
  color: var(--gold-soft);
}

.footer-socials {
  display: flex;
  gap: .65rem;
  flex-wrap: wrap;
  margin-top: 1.35rem;
}

.footer-socials a {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  color: #fff;
  border: 1px solid rgba(239,180,93,.58);
  border-radius: 50%;
  background: rgba(255,255,255,.045);
  font-weight: 900;
  transition: transform .2s ease, background .2s ease;
}

.footer-socials a:hover {
  background: var(--gold);
  transform: translateY(-3px);
}

.footer-bottom-new {
  min-height: 58px;
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  align-items: center;
  gap: 1.4rem;
  margin-top: 2rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255,255,255,.16);
  font-size: .9rem;
  direction: ltr;
}

.footer-bottom-new > * {
  direction: rtl;
}

.footer-bottom-new p {
  margin: 0;
}

.footer-bottom-links {
  display: flex;
  gap: 1.5rem;
}

.footer-bottom-links a {
  color: rgba(255,255,255,.74);
}

.footer-back-top {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  position: relative;
  overflow: hidden;
  font-size: 0;
  color: #fff;
  border: 1px solid rgba(239,180,93,.62);
  border-radius: 14px;
  background:
    linear-gradient(145deg, rgba(239,180,93,.26), rgba(255,255,255,.07)),
    rgba(0,45,38,.92);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.16),
    0 14px 28px rgba(0,0,0,.18);
  transition: transform .22s ease, border-color .22s ease, background .22s ease, box-shadow .22s ease;
}

.footer-back-top::before {
  content: "";
  width: 11px;
  height: 11px;
  border-top: 2px solid var(--gold-soft);
  border-left: 2px solid var(--gold-soft);
  transform: translateY(3px) rotate(45deg);
}

.footer-back-top::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: rgba(239,180,93,.55);
  transform: translateY(9px);
}

.footer-back-top:hover,
.footer-back-top:focus-visible {
  color: #fff;
  border-color: rgba(239,180,93,.95);
  background:
    linear-gradient(145deg, rgba(239,180,93,.38), rgba(255,255,255,.1)),
    rgba(0,63,52,.98);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.22),
    0 18px 34px rgba(0,0,0,.25);
  transform: translateY(-4px);
}

.footer-lang {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  color: rgba(255,255,255,.78);
}

.footer-lang select {
  color: #fff;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 8px;
  padding: .35rem 1rem;
  background: rgba(255,255,255,.06);
}

.floating-whatsapp,
.back-top {
  position: fixed;
  z-index: 40;
  display: grid;
  place-items: center;
  border-radius: 50%;
}

.floating-whatsapp {
  right: 22px;
  bottom: 22px;
  width: 54px;
  height: 54px;
  color: #fff;
  background: #20c46b;
  box-shadow: 0 12px 28px rgba(0,0,0,.22);
}

.back-top {
  left: 22px;
  bottom: 22px;
  width: 42px;
  height: 42px;
  color: var(--gold);
  border: 1px solid rgba(239,180,93,.5);
  background: rgba(0,63,52,.85);
}

@media (max-width: 1100px) {
  .nav-row {
    align-items: flex-start;
    flex-direction: column;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .mega-nav {
    width: 100%;
    gap: .65rem 1rem;
    align-items: flex-start;
  }

  .nav-links a,
  .mega-trigger {
    padding: .45rem .1rem;
  }

  .mega-item {
    width: 100%;
  }

  .mega-panel,
  .mega-panel.compact {
    position: static;
    width: 100%;
    margin-top: .2rem;
    display: none;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
    box-shadow: 0 14px 36px rgba(0,63,52,.11);
  }

  .mega-item:hover > .mega-panel,
  .mega-item:focus-within > .mega-panel {
    display: block;
    transform: none;
  }

  .mega-grid,
  .compact-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 992px) {
  .topbar {
    display: none;
  }

  .hero .container,
  .split-login {
    grid-template-columns: 1fr;
  }

  .feature-strip {
    margin-top: 0;
  }

  .timeline,
  .logo-row {
    display: flex;
  }

  .about-hero {
    min-height: 460px;
    background:
      linear-gradient(180deg, rgba(255,255,255,.94) 0 45%, rgba(255,255,255,.62) 72%, rgba(255,255,255,.18)),
      url("../images/hero-office.png") left center / cover no-repeat;
  }

  .about-hero::after {
    inset: 0;
    opacity: .28;
  }

  .about-hero .container,
  .about-story-grid {
    grid-template-columns: 1fr;
  }

  .about-hero-copy {
    grid-column: auto;
    max-width: 610px;
    margin-right: 0;
    padding: 3rem 0;
  }

  .about-story-copy {
    padding-inline-end: 0;
    padding-bottom: 1.8rem;
    border-inline-end: 0;
    border-bottom: 1px solid var(--line);
  }

  .about-timeline {
    display: flex;
    overflow-x: auto;
    padding-bottom: 1rem;
  }

  .about-timeline article {
    flex: 0 0 190px;
  }

  .about-stats {
    grid-template-columns: repeat(2, 1fr);
  }

  .about-stats div {
    border-inline-end: 0;
    border-bottom: 1px solid rgba(255,255,255,.12);
  }

  .about-values-grid {
    grid-template-columns: 1fr;
  }

  .about-team-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .about-trust-band {
    padding: 2rem;
    background:
      linear-gradient(90deg, rgba(0,63,52,.72), rgba(0,42,35,.98)),
      url("../images/hero-security.png") center / cover no-repeat;
  }

  .about-tech-logos {
    grid-template-columns: repeat(3, 1fr);
  }

  .services-hero {
    min-height: 330px;
    background:
      linear-gradient(180deg, rgba(0,42,35,.92), rgba(0,42,35,.72)),
      url("../images/hero-datacenter.png") left center / cover no-repeat;
  }

  .services-hero::after {
    inset: 0;
  }

  .services-hero-copy {
    max-width: 640px;
    margin-right: 0;
    margin-left: auto;
    padding: 2.5rem 0;
  }

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

  .services-stats {
    grid-template-columns: repeat(2, 1fr);
  }

  .services-stats div {
    border-inline-end: 0;
    border-bottom: 1px solid rgba(255,255,255,.12);
  }

  .services-why,
  .services-partners {
    grid-template-columns: repeat(3, 1fr);
  }

  .services-process {
    grid-template-columns: repeat(2, 1fr);
  }

  .services-process article::after {
    content: none !important;
  }

  .services-cta {
    padding: 2rem;
    background:
      linear-gradient(90deg, rgba(0,63,52,.72), rgba(0,42,35,.98)),
      url("../images/hero-dashboard.png") center / cover no-repeat;
  }

  .hosting-hero {
    min-height: 430px;
    background:
      linear-gradient(180deg, rgba(255,255,255,.93) 0 42%, rgba(255,255,255,.62) 72%, rgba(255,255,255,.18)),
      url("../images/hero-saudi-datacenter.png") left center / cover no-repeat;
  }

  .hosting-hero::after {
    inset: 0;
    opacity: .24;
  }

  .hosting-hero-copy {
    width: min(620px, 100%);
    max-width: 620px;
    margin-left: auto;
    margin-right: 0;
    padding: 3rem 0 5rem;
  }

  .hosting-dock-grid,
  .hosting-plans,
  .hosting-why,
  .hosting-tech,
  .hosting-testimonials {
    grid-template-columns: repeat(2, 1fr);
  }

  .hosting-dock-grid article {
    border-bottom: 1px solid rgba(255,255,255,.12);
  }

  .hosting-cta {
    padding: 2rem;
    background:
      linear-gradient(90deg, rgba(0,63,52,.72), rgba(0,42,35,.98)),
      url("../images/hero-datacenter.png") center / cover no-repeat;
  }

  .wp-hero {
    min-height: 430px;
    background:
      linear-gradient(180deg, rgba(255,255,255,.94) 0 42%, rgba(255,255,255,.64) 72%, rgba(255,255,255,.18)),
      url("../images/hero-wordpress-hosting.png") left center / cover no-repeat;
  }

  .wp-hero-copy {
    width: min(640px, 100%);
    margin-left: auto;
    margin-right: 0;
    padding: 3rem 0 5rem;
  }

  .wp-dock-grid,
  .wp-plans,
  .wp-why,
  .wp-tech,
  .wp-testimonials {
    grid-template-columns: repeat(2, 1fr);
  }

  .wp-dock-grid article,
  .wp-why article {
    border-bottom: 1px solid #e7eeee;
  }

  .wp-performance-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .wp-performance article {
    border-inline-end: 0;
  }

  .wp-performance {
    padding: 1.5rem 1.5rem 8.5rem;
  }

  .wp-performance::before {
    left: 50%;
    top: auto;
    bottom: 1rem;
    transform: translateX(-50%);
  }

  .wp-performance::after {
    left: 50%;
    top: auto;
    bottom: 4.2rem;
    transform: translateX(-50%);
  }

  .vps-hero {
    min-height: 430px;
    background:
      linear-gradient(180deg, rgba(255,255,255,.94) 0 42%, rgba(255,255,255,.64) 72%, rgba(255,255,255,.18)),
      url("../images/hero-cloud-vps.png") left center / cover no-repeat;
  }

  .vps-hero .container::after {
    opacity: .35;
    inset: 8% 46% 8% 0;
  }

  .vps-hero-copy {
    width: min(640px, 100%);
    margin-left: auto;
    margin-right: 0;
    padding: 3rem 0 5rem;
  }

  .vps-dock-grid,
  .vps-plans,
  .vps-why,
  .vps-features,
  .vps-testimonials {
    grid-template-columns: repeat(2, 1fr);
  }

  .vps-platforms {
    grid-template-columns: repeat(3, 1fr);
  }

  .vps-dock-grid article,
  .vps-why article,
  .vps-features article {
    border-bottom: 1px solid #e7eeee;
  }

  .dedicated-hero {
    min-height: 430px;
    background:
      linear-gradient(90deg, rgba(255,255,255,.18) 0 38%, rgba(255,255,255,.74) 62%, rgba(255,255,255,.98) 100%),
      url("../images/hero-dedicated-server.png") left center / cover no-repeat;
  }

  .dedicated-hero-copy {
    width: min(640px, 100%);
    margin-left: auto;
    margin-right: 0;
    padding: 3rem 0 5rem;
  }

  .dedicated-dock-grid,
  .dedicated-plans,
  .dedicated-why,
  .dedicated-uses,
  .dedicated-testimonials {
    grid-template-columns: repeat(2, 1fr);
  }

  .dedicated-os {
    grid-template-columns: repeat(3, 1fr);
  }

  .dedicated-dock-grid article,
  .dedicated-why article,
  .dedicated-uses article {
    border-bottom: 1px solid #e7eeee;
  }

  .email-hero {
    min-height: 430px;
    background:
      linear-gradient(90deg, rgba(255,255,255,.18) 0 38%, rgba(255,255,255,.74) 62%, rgba(255,255,255,.98) 100%),
      url("../images/hero-business-email.png") left center / cover no-repeat;
  }

  .email-hero-copy {
    width: min(660px, 100%);
    margin-left: auto;
    margin-right: 0;
    padding: 3rem 0 5rem;
  }

  .email-dock-grid,
  .email-plans,
  .email-why,
  .email-testimonials {
    grid-template-columns: repeat(2, 1fr);
  }

  .email-feature-panel {
    grid-template-columns: 1fr;
  }

  .email-feature-panel > div {
    border-inline-start: 0;
    border-bottom: 1px solid var(--line);
  }

  .email-feature-panel > div:last-child {
    border-bottom: 0;
  }

  .backup-hero {
    min-height: 430px;
    background:
      linear-gradient(90deg, rgba(255,255,255,.18) 0 38%, rgba(255,255,255,.74) 62%, rgba(255,255,255,.98) 100%),
      url("../images/hero-cloud-backup.png") left center / cover no-repeat;
  }

  .backup-hero-copy {
    width: min(660px, 100%);
    margin-left: auto;
    margin-right: 0;
    padding: 3rem 0 5rem;
  }

  .backup-dock-grid,
  .backup-plans,
  .backup-why,
  .backup-testimonials {
    grid-template-columns: repeat(2, 1fr);
  }

  .backup-platforms {
    grid-template-columns: repeat(3, 1fr);
  }

  .backup-steps {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .backup-steps article::after {
    content: none;
  }

  .cyber-hero {
    min-height: 430px;
    background:
      linear-gradient(90deg, rgba(255,255,255,.18) 0 38%, rgba(255,255,255,.74) 62%, rgba(255,255,255,.98) 100%),
      url("../images/hero-cybersecurity.png") left center / cover no-repeat;
  }

  .cyber-hero-copy {
    width: min(660px, 100%);
    margin-left: auto;
    margin-right: 0;
    padding: 3rem 0 5rem;
  }

  .cyber-dock-grid,
  .cyber-plans,
  .cyber-why,
  .cyber-services,
  .cyber-testimonials {
    grid-template-columns: repeat(2, 1fr);
  }

  .cyber-partners {
    grid-template-columns: repeat(4, 1fr);
  }

  .cyber-steps {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .cyber-steps article::after {
    content: none;
  }

  .web-hero {
    min-height: 430px;
    background:
      linear-gradient(90deg, rgba(255,255,255,.18) 0 38%, rgba(255,255,255,.76) 62%, rgba(255,255,255,.98) 100%),
      url("../images/hero-web-design.png") left center / cover no-repeat;
  }

  .web-hero-copy {
    width: min(660px, 100%);
    margin-left: auto;
    margin-right: 0;
    padding: 3rem 0 5rem;
  }

  .web-dock-grid,
  .web-plans,
  .web-why,
  .web-testimonials {
    grid-template-columns: repeat(2, 1fr);
  }

  .web-tech {
    grid-template-columns: repeat(5, 1fr);
  }

  .web-steps {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .web-steps article::after {
    content: none;
  }

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

  .web-cta {
    align-items: flex-start;
    flex-direction: column;
    padding-right: 2rem;
    padding-left: 2rem;
  }

  .web-cta-visual {
    right: 1.2rem;
    opacity: .42;
  }

  .store-hero {
    min-height: 430px;
    background:
      linear-gradient(90deg, rgba(255,255,255,.18) 0 38%, rgba(255,255,255,.76) 62%, rgba(255,255,255,.98) 100%),
      url("../images/hero-ecommerce.png") left center / cover no-repeat;
  }

  .store-hero-copy {
    width: min(660px, 100%);
    margin-left: auto;
    margin-right: 0;
    padding: 3rem 0 5rem;
  }

  .store-dock-grid,
  .store-plans,
  .store-features,
  .store-testimonials {
    grid-template-columns: repeat(2, 1fr);
  }

  .store-tech {
    grid-template-columns: repeat(5, 1fr);
  }

  .store-steps {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .store-steps article::after {
    content: none;
  }

  .store-cta {
    align-items: flex-start;
    flex-direction: column;
    padding-right: 2rem;
    padding-left: 2rem;
  }

  .store-cta-visual {
    right: 1.2rem;
    opacity: .42;
  }

  .knowledge-hero {
    min-height: 430px;
    background:
      linear-gradient(180deg, rgba(0,42,35,.94), rgba(0,63,52,.78)),
      url("../images/hero-dashboard.png") left center / cover no-repeat;
  }

  .knowledge-hero-copy {
    width: min(660px, 100%);
    margin-left: auto;
    margin-right: 0;
    padding: 3rem 0 5rem;
  }

  .knowledge-stats,
  .knowledge-cats,
  .knowledge-posts,
  .knowledge-paths {
    grid-template-columns: repeat(2, 1fr);
  }

  .knowledge-featured-grid,
  .knowledge-faq-wrap {
    grid-template-columns: 1fr;
  }

  .knowledge-head-row,
  .knowledge-cta {
    align-items: flex-start;
    flex-direction: column;
  }

  .faq-hero {
    min-height: 420px;
    background:
      linear-gradient(180deg, rgba(0,42,35,.94), rgba(0,63,52,.78)),
      url("../images/hero-security.png") left center / cover no-repeat;
  }

  .faq-hero-copy {
    width: min(660px, 100%);
    margin-left: auto;
    margin-right: 0;
    padding: 3rem 0 5rem;
  }

  .faq-dock-grid,
  .faq-support-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .faq-layout {
    grid-template-columns: 1fr;
  }

  .faq-sidebar {
    position: static;
  }

  .faq-cta {
    align-items: flex-start;
    flex-direction: column;
  }

  .support-hero {
    min-height: 430px;
    background:
      linear-gradient(180deg, rgba(0,42,35,.94), rgba(0,63,52,.78)),
      url("../images/hero-support.png") left center / cover no-repeat;
  }

  .support-hero-copy {
    width: min(660px, 100%);
    margin-left: auto;
    margin-right: 0;
    padding: 3rem 0 5rem;
  }

  .support-dock-grid,
  .support-channels,
  .support-steps {
    grid-template-columns: repeat(2, 1fr);
  }

  .support-ticket-layout,
  .support-faq-layout {
    grid-template-columns: 1fr;
  }

  .support-cta {
    align-items: flex-start;
    flex-direction: column;
  }

  .domains-hero {
    min-height: 430px;
    background:
      linear-gradient(90deg, rgba(255,255,255,.18) 0 38%, rgba(255,255,255,.74) 62%, rgba(255,255,255,.98) 100%),
      url("../images/hero-domain-search.png") left center / cover no-repeat;
  }

  .domains-hero-copy {
    width: min(640px, 100%);
    margin-right: 0;
    margin-left: auto;
    padding: 3rem 0 5rem;
  }

  .domain-search {
    width: 100%;
  }

  .domains-benefit-grid,
  .domain-pricing-grid,
  .domain-testimonials {
    grid-template-columns: repeat(2, 1fr);
  }

  .domain-extensions-strip {
    grid-template-columns: repeat(4, 1fr);
  }

  .domain-steps {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .domain-steps article::after {
    content: none;
  }

  .domain-why-row {
    grid-template-columns: repeat(2, 1fr);
  }

  .ssl-hero {
    min-height: 430px;
    background:
      linear-gradient(90deg, rgba(255,255,255,.18) 0 38%, rgba(255,255,255,.74) 62%, rgba(255,255,255,.98) 100%),
      url("../images/hero-ssl-security.png") left center / cover no-repeat;
  }

  .ssl-hero-copy {
    width: min(640px, 100%);
    margin-right: 0;
    margin-left: auto;
    padding: 3rem 0 5rem;
  }

  .ssl-benefit-grid,
  .ssl-plans,
  .ssl-testimonials {
    grid-template-columns: repeat(2, 1fr);
  }

  .ssl-why,
  .ssl-authorities {
    grid-template-columns: repeat(3, 1fr);
  }

  .ssl-steps {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .ssl-steps article::after {
    content: none;
  }

  .logo-pill {
    flex-basis: 210px;
  }

  .stat {
    border: 0;
  }

  .home-hero {
    min-height: auto;
    padding-top: 3.5rem;
    padding-bottom: 2rem;
  }

  .home-hero-grid {
    min-height: auto;
    padding-top: 2.5rem;
  }

  .home-hero-copy {
    width: min(620px, 100%);
    max-width: 620px;
    margin-left: auto;
    margin-right: 0;
  }

  .home-hero-bg {
    background:
      linear-gradient(180deg, rgba(255,255,255,.88) 0 38%, rgba(255,255,255,.54) 68%, rgba(255,255,255,.12)),
      url("../images/hero-saudi-datacenter.png");
    background-size: cover;
    background-position: center left;
  }

  .home-hero-visual {
    min-height: 410px;
  }

  .hosting-console {
    margin-inline: auto;
  }

  .home-feature-dock {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 1.5rem;
  }

  .footer-cta-inner {
    grid-template-columns: 1fr;
    gap: 1rem;
    padding-top: 1.4rem;
    padding-bottom: 1.4rem;
    text-align: center;
  }

  .footer-skyline {
    width: min(430px, 78vw);
    height: 112px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    opacity: .45;
  }

  .footer-cta-copy {
    text-align: center;
  }

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

  .footer-brand-block {
    grid-column: 1 / -1;
  }

  .footer-bottom-new {
    grid-template-columns: 1fr;
    text-align: center;
    justify-items: center;
  }
}

@media (max-width: 576px) {
  .brand {
    min-width: 0;
  }

  .site-logo-header {
    height: 48px;
    max-width: 205px;
  }

  .site-logo-footer {
    height: 58px;
    max-width: 225px;
  }

  .brand-title {
    font-size: 1.08rem;
  }

  .mega-nav {
    gap: .45rem;
  }

  .mega-trigger,
  .nav-links > li > a {
    width: 100%;
    justify-content: space-between;
  }

  .mega-panel {
    padding: .75rem;
  }

  .mega-panel-head {
    display: none;
  }

  .mega-grid,
  .compact-grid {
    grid-template-columns: 1fr;
  }

  .mega-col {
    padding: .85rem;
  }

  .mega-col > a {
    min-height: 38px;
  }

  .hero {
    min-height: auto;
  }

  .about-hero-copy h1 {
    font-size: 2.55rem;
  }

  .about-hero-copy p {
    font-size: .98rem;
  }

  .about-story-section {
    padding-top: 3rem;
  }

  .about-stats {
    grid-template-columns: 1fr;
  }

  .about-stats div {
    min-height: 62px;
  }

  .about-team-grid,
  .about-tech-logos {
    grid-template-columns: 1fr;
  }

  .about-trust-band {
    padding: 1.7rem;
  }

  .services-grid,
  .services-why,
  .services-process,
  .services-partners {
    grid-template-columns: 1fr;
  }

  .services-card {
    min-height: auto;
  }

  .services-stats {
    grid-template-columns: 1fr;
  }

  .services-stats div {
    min-height: 62px;
  }

  .services-why article {
    border-inline-start: 0;
    border-bottom: 1px solid var(--line);
  }

  .services-cta {
    padding: 1.6rem;
  }

  .services-cta-actions .btn {
    width: 100%;
  }

  .hosting-hero-copy h1 {
    font-size: 2.45rem;
  }

  .hosting-hero-copy p {
    font-size: .98rem;
  }

  .hosting-dock-grid,
  .hosting-plans,
  .hosting-why,
  .hosting-tech,
  .hosting-testimonials {
    grid-template-columns: 1fr;
  }

  .hosting-feature-dock {
    margin-top: -26px;
  }

  .hosting-plan {
    min-height: auto;
  }

  .hosting-cta {
    padding: 1.6rem;
  }

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

  .wp-hero-copy h1 {
    font-size: 2.35rem;
  }

  .wp-hero-copy h1 span {
    font-size: 2rem;
  }

  .wp-hero-actions .btn {
    width: 100%;
  }

  .wp-dock-grid,
  .wp-plans,
  .wp-why,
  .wp-tech,
  .wp-testimonials,
  .wp-performance-grid {
    grid-template-columns: 1fr;
  }

  .wp-feature-dock {
    margin-top: -26px;
  }

  .wp-plan {
    min-height: auto;
  }

  .vps-hero-copy h1 {
    font-size: 2.35rem;
  }

  .vps-hero-copy h1 span {
    font-size: 2rem;
  }

  .vps-hero-actions .btn {
    width: 100%;
  }

  .vps-dock-grid,
  .vps-plans,
  .vps-why,
  .vps-features,
  .vps-platforms,
  .vps-testimonials {
    grid-template-columns: 1fr;
  }

  .vps-feature-dock {
    margin-top: -26px;
  }

  .vps-plan {
    min-height: auto;
  }

  .vps-cta {
    padding: 1.6rem;
  }

  .dedicated-hero-copy h1 {
    font-size: 2.35rem;
  }

  .dedicated-hero-copy h1 span {
    font-size: 1.9rem;
  }

  .dedicated-hero-actions .btn {
    width: 100%;
  }

  .dedicated-dock-grid,
  .dedicated-plans,
  .dedicated-why,
  .dedicated-uses,
  .dedicated-os,
  .dedicated-testimonials {
    grid-template-columns: 1fr;
  }

  .dedicated-feature-dock {
    margin-top: -26px;
  }

  .dedicated-plan {
    min-height: auto;
  }

  .dedicated-plan-notes {
    border-radius: 8px;
  }

  .dedicated-cta {
    padding: 1.6rem;
  }

  .email-hero-copy h1 {
    font-size: 2.25rem;
  }

  .email-hero-copy h1 span {
    font-size: 1.75rem;
  }

  .email-hero-actions .btn {
    width: 100%;
  }

  .email-dock-grid,
  .email-plans,
  .email-why,
  .email-testimonials,
  .email-feature-list,
  .email-platforms {
    grid-template-columns: 1fr;
  }

  .email-feature-dock {
    margin-top: -26px;
  }

  .email-plan {
    min-height: auto;
  }

  .email-cta {
    padding: 1.6rem;
  }

  .backup-hero-copy h1 {
    font-size: 2.25rem;
  }

  .backup-hero-copy h1 span {
    font-size: 1.75rem;
  }

  .backup-hero-actions .btn {
    width: 100%;
  }

  .backup-dock-grid,
  .backup-plans,
  .backup-why,
  .backup-platforms,
  .backup-steps,
  .backup-testimonials {
    grid-template-columns: 1fr;
  }

  .backup-feature-dock {
    margin-top: -26px;
  }

  .backup-plan {
    min-height: auto;
  }

  .backup-plan-notes {
    border-radius: 8px;
  }

  .backup-cta {
    padding: 1.6rem;
  }

  .cyber-hero-copy h1 {
    font-size: 2.25rem;
  }

  .cyber-hero-copy h1 span {
    font-size: 1.75rem;
  }

  .cyber-hero-actions .btn {
    width: 100%;
  }

  .cyber-dock-grid,
  .cyber-plans,
  .cyber-why,
  .cyber-partners,
  .cyber-services,
  .cyber-steps,
  .cyber-testimonials {
    grid-template-columns: 1fr;
  }

  .cyber-feature-dock {
    margin-top: -26px;
  }

  .cyber-plan {
    min-height: auto;
  }

  .cyber-plan-notes {
    border-radius: 8px;
  }

  .cyber-cta {
    padding: 1.6rem;
  }

  .web-hero-copy h1 {
    font-size: 2.25rem;
  }

  .web-hero-copy h2 {
    font-size: 1.75rem;
  }

  .web-hero-actions .btn {
    width: 100%;
  }

  .web-dock-grid,
  .web-plans,
  .web-plan-notes,
  .web-why,
  .web-tech,
  .web-steps,
  .web-testimonials {
    grid-template-columns: 1fr;
  }

  .web-feature-dock {
    margin-top: -26px;
  }

  .web-plan,
  .web-plan > p,
  .web-plan ul,
  .web-steps article {
    min-height: auto;
  }

  .web-plan-notes {
    border-radius: 8px;
  }

  .web-cta {
    padding: 1.6rem;
  }

  .web-more-reviews a {
    width: 100%;
    min-width: 0;
  }

  .web-cta h2 {
    font-size: 1.24rem;
    line-height: 1.7;
  }

  .web-cta p {
    font-size: .88rem;
  }

  .web-cta-visual {
    right: .2rem;
    width: 185px;
    opacity: .22;
  }

  .web-cta .btn {
    width: 100%;
  }

  .store-hero-copy h1 {
    font-size: 2.25rem;
  }

  .store-hero-copy h2 {
    font-size: 1.75rem;
  }

  .store-hero-actions .btn {
    width: 100%;
  }

  .store-dock-grid,
  .store-plans,
  .store-features,
  .store-tech,
  .store-steps,
  .store-testimonials {
    grid-template-columns: 1fr;
  }

  .store-feature-dock {
    margin-top: -26px;
  }

  .store-plan,
  .store-plan > p,
  .store-plan ul,
  .store-steps article {
    min-height: auto;
  }

  .store-more-reviews a {
    width: 100%;
    min-width: 0;
  }

  .store-cta {
    padding: 1.6rem;
  }

  .store-cta h2 {
    font-size: 1.24rem;
    line-height: 1.7;
  }

  .store-cta p {
    font-size: .88rem;
  }

  .store-cta-visual {
    right: .2rem;
    width: 185px;
    opacity: .22;
  }

  .store-cta .btn {
    width: 100%;
  }

  .knowledge-hero-copy h1 {
    font-size: 2.35rem;
  }

  .knowledge-search {
    grid-template-columns: 1fr;
  }

  .knowledge-search button {
    min-height: 48px;
  }

  .knowledge-stats-dock {
    margin-top: -26px;
  }

  .knowledge-stats,
  .knowledge-cats,
  .knowledge-posts,
  .knowledge-paths {
    grid-template-columns: 1fr;
  }

  .knowledge-stats article {
    min-height: 90px;
    border-inline-start: 0;
    border-bottom: 1px solid rgba(255,255,255,.12);
  }

  .knowledge-section {
    padding: 3.5rem 0;
  }

  .knowledge-cover {
    min-height: 190px;
  }

  .knowledge-faq-wrap,
  .knowledge-cta {
    padding: 1.25rem;
  }

  .knowledge-cta .btn {
    width: 100%;
  }

  .faq-hero-copy h1 {
    font-size: 2.35rem;
  }

  .faq-search {
    grid-template-columns: 1fr;
  }

  .faq-search button {
    min-height: 48px;
  }

  .faq-dock {
    margin-top: -26px;
  }

  .faq-dock-grid,
  .faq-support-grid {
    grid-template-columns: 1fr;
  }

  .faq-dock-grid a {
    min-height: 92px;
    border-inline-start: 0;
    border-bottom: 1px solid rgba(255,255,255,.12);
  }

  .faq-section {
    padding: 3.5rem 0;
  }

  .faq-group,
  .faq-sidebar,
  .faq-cta {
    padding: 1.2rem;
  }

  .faq-group summary {
    padding-right: .9rem;
  }

  .faq-cta .btn {
    width: 100%;
  }

  .support-hero-copy h1 {
    font-size: 2.35rem;
  }

  .support-hero-actions .btn {
    width: 100%;
  }

  .support-dock {
    margin-top: -26px;
  }

  .support-dock-grid,
  .support-channels,
  .support-steps {
    grid-template-columns: 1fr;
  }

  .support-dock-grid article {
    min-height: 90px;
    border-inline-start: 0;
    border-bottom: 1px solid rgba(255,255,255,.12);
  }

  .support-section {
    padding: 3.5rem 0;
  }

  .support-ticket-card,
  .support-faq-layout,
  .support-cta {
    padding: 1.25rem;
  }

  .support-form {
    grid-template-columns: 1fr;
  }

  .support-steps article {
    min-height: auto;
  }

  .support-cta .btn {
    width: 100%;
  }

  .domains-hero-copy h1 {
    font-size: 2.35rem;
  }

  .domains-hero-copy h1 span {
    font-size: 1.9rem;
  }

  .domain-search {
    grid-template-columns: 1fr;
    border-radius: 8px;
  }

  .domain-search input,
  .domain-search select,
  .domain-search .btn {
    min-height: 50px;
    border-radius: 0;
    border-inline-start: 0;
    border-top: 1px solid #edf1f1;
  }

  .domain-search .btn {
    order: 3;
  }

  .domains-benefit-grid,
  .domain-pricing-grid,
  .domain-extensions-strip,
  .domain-steps,
  .domain-why-row,
  .domain-testimonials {
    grid-template-columns: 1fr;
  }

  .domains-benefit-grid article {
    border-inline-start: 0;
    border-bottom: 1px solid #edf1f1;
  }

  .domains-benefit-grid article:last-child {
    border-bottom: 0;
  }

  .domain-card,
  .domain-steps article {
    min-height: auto;
  }

  .domains-cta {
    padding: 1.5rem;
  }

  .ssl-hero-copy h1 {
    font-size: 2.35rem;
  }

  .ssl-hero-copy h1 span {
    font-size: 1.9rem;
  }

  .ssl-hero-actions .btn {
    width: 100%;
  }

  .ssl-benefit-grid,
  .ssl-plans,
  .ssl-why,
  .ssl-authorities,
  .ssl-steps,
  .ssl-testimonials {
    grid-template-columns: 1fr;
  }

  .ssl-benefit-grid article,
  .ssl-authorities img {
    border-inline-start: 0;
    border-bottom: 1px solid #edf1f1;
  }

  .ssl-benefit-grid article:last-child,
  .ssl-authorities img:last-child {
    border-bottom: 0;
  }

  .ssl-plan,
  .ssl-steps article {
    min-height: auto;
  }

  .ssl-cta {
    padding: 1.5rem;
  }

  .hero h1 {
    font-size: 2.15rem;
  }

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

  .form-card,
  .cta-band .inner {
    padding: 1.35rem;
  }

  .home-hero h1 {
    font-size: 60px !important;
  }

  .home-hero {
    padding-top: 2.6rem;
  }

  .home-hero-actions .btn {
    width: 100%;
  }

  .home-hero-visual {
    min-height: 520px;
  }

  .console-grid {
    grid-template-columns: 1fr;
  }

  .metric-card.primary {
    grid-column: auto;
  }

  .floating-service-card {
    position: relative;
    inset: auto;
    margin-top: 1rem;
  }

  .home-feature-dock {
    grid-template-columns: 1fr;
  }

  .logo-pill {
    flex-basis: 190px;
    min-height: 124px;
  }

  .logo-pill img {
    max-width: 160px;
    height: 58px;
  }

  .footer-grid-new {
    grid-template-columns: 1fr;
  }

  .site-footer {
    margin-top: 4rem;
  }

  .footer-skyline {
    width: min(360px, 88vw);
    height: 96px;
  }

  .footer-col,
  .footer-social-block {
    min-height: auto;
    padding-inline-start: 0;
    border-inline-start: 0;
    border-top: 1px solid rgba(255,255,255,.12);
    padding-top: 1.2rem;
  }

  .footer-bottom-links {
    flex-direction: column;
    gap: .5rem;
  }
}

/* Success stories page */
body[data-page="19-success"] {
  background: #fff;
}

body[data-page="19-success"] .site-footer {
  margin-top: 0;
}

body[data-page="19-success"] .footer-cta {
  display: none;
}

.success-page {
  --success-green: #003f34;
  --success-deep: #031d18;
  --success-teal: #0b7764;
  --success-gold: #d89527;
  --success-border: #dfe8e6;
  --success-muted: #5d706d;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 34%, rgba(216,149,39,.08), transparent 18%),
    linear-gradient(#fff, #fbfdfc);
}

.success-hero {
  position: relative;
  min-height: 700px;
  overflow: hidden;
  color: #fff;
  background: var(--success-deep);
  isolation: isolate;
}

.success-hero-bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(0,0,0,.04) 0 36%, rgba(0,33,28,.82) 54%, rgba(0,33,28,.98) 100%),
    url("../images/success/success-hero.png") center left / cover no-repeat;
}

.success-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: .42;
  background:
    radial-gradient(circle at 82% 30%, rgba(42,244,178,.15), transparent 22%),
    linear-gradient(0deg, rgba(0,0,0,.22), transparent 45%);
  pointer-events: none;
}

.success-hero-inner {
  min-height: inherit;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-top: 2.8rem;
  padding-bottom: 4.1rem;
}

.success-hero-copy {
  width: min(560px, 100%);
  margin-inline-start: 0;
  margin-inline-end: auto;
  text-align: right;
}

.success-hero h1 {
  margin: 0 0 .55rem;
  color: #fff;
  font-size: clamp(2.5rem, 4.4vw, 4.25rem);
  line-height: 1.15;
  font-weight: 900;
}

.success-hero h2 {
  margin: 0 0 1.25rem;
  color: var(--success-gold);
  font-size: clamp(1.35rem, 2.4vw, 2.1rem);
  font-weight: 900;
}

.success-hero p {
  width: min(520px, 100%);
  margin: 0 0 1.45rem;
  color: rgba(255,255,255,.9);
  font-size: 1.08rem;
  font-weight: 700;
  line-height: 2.05;
}

.success-outline-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .65rem;
  min-width: 260px;
  min-height: 48px;
  padding: .75rem 1.4rem;
  border: 1px solid rgba(255,255,255,.7);
  border-radius: 7px;
  color: #fff;
  font-weight: 900;
  background: rgba(255,255,255,.04);
  backdrop-filter: blur(10px);
  transition: transform .2s ease, border-color .2s ease, background .2s ease;
}

.success-outline-btn:hover {
  color: #fff;
  border-color: #fff;
  background: rgba(255,255,255,.12);
  transform: translateY(-2px);
}

.success-stats-dock {
  position: relative;
  z-index: 4;
  margin-top: -29px;
}

.success-stats {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  overflow: hidden;
  min-height: 96px;
  border: 1px solid rgba(0,63,52,.12);
  border-radius: 8px;
  background: rgba(255,255,255,.98);
  box-shadow: 0 18px 42px rgba(0,42,35,.14);
}

.success-stats article {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: .2rem .8rem;
  min-width: 0;
  padding: 1.15rem 1.1rem;
  text-align: right;
}

.success-stats article + article {
  border-inline-start: 1px solid #edf1f0;
}

.success-stat-icon {
  grid-row: span 2;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: var(--success-green);
  font-size: 1.55rem;
}

.success-stats strong {
  color: var(--success-green);
  font-size: 1.42rem;
  line-height: 1;
  font-weight: 900;
}

.success-stats small {
  color: #163a35;
  font-size: .78rem;
  font-weight: 900;
  white-space: normal;
}

.success-section {
  padding: 2.5rem 0 3.8rem;
}

.success-section-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.1rem;
  margin: 0 auto 1.5rem;
  text-align: center;
}

.success-section-title h2 {
  margin: 0;
  color: var(--success-green);
  font-size: 1.25rem;
  font-weight: 900;
}

.success-section-title span {
  width: 26px;
  height: 2px;
  border-radius: 99px;
  background: var(--success-gold);
}

.success-filter-row {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: .9rem;
  margin-bottom: 1rem;
}

.success-filter-row button,
.success-select,
.success-search {
  min-width: 0;
  min-height: 50px;
  border: 1px solid var(--success-border);
  border-radius: 7px;
  color: #173331;
  background: #fff;
  box-shadow: 0 8px 18px rgba(0,63,52,.035);
}

.success-filter-row button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .55rem;
  padding: .75rem .8rem;
  font-size: .9rem;
  font-weight: 900;
  cursor: pointer;
}

.success-filter-row button span {
  color: var(--success-green);
  font-size: 1.18rem;
}

.success-filter-row button.active {
  color: #fff;
  border-color: transparent;
  background: linear-gradient(135deg, var(--success-green), #002d26);
}

.success-filter-row button.active span {
  color: #fff;
}

.success-tools {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.55rem;
}

.success-select,
.success-search {
  display: flex;
  align-items: center;
  gap: .55rem;
  padding: 0 .85rem;
}

.success-select {
  width: min(270px, 100%);
}

.success-select select,
.success-search input {
  width: 100%;
  height: 48px;
  border: 0;
  outline: 0;
  color: #27443f;
  background: transparent;
  font-weight: 800;
}

.success-select span,
.success-search span {
  color: var(--success-green);
  font-size: 1.1rem;
  line-height: 1;
}

.success-search {
  width: min(315px, 100%);
}

.success-search input::placeholder {
  color: #a4b0ae;
}

.success-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.55rem 1.35rem;
}

.success-card {
  overflow: hidden;
  min-width: 0;
  border: 1px solid var(--success-border);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 32px rgba(0,63,52,.065);
  transition: transform .2s ease, box-shadow .2s ease;
}

.success-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 44px rgba(0,63,52,.12);
}

.success-card-cover {
  position: relative;
  min-height: 95px;
  overflow: hidden;
  background-color: #07372f;
}

.success-card-cover::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0,34,29,.86), rgba(0,34,29,.2)),
    var(--cover-art);
  background-size: cover;
  background-position: center;
  transition: transform .35s ease;
}

.success-card:hover .success-card-cover::before {
  transform: scale(1.06);
}

.success-card-cover span {
  position: absolute;
  top: .78rem;
  inset-inline-end: .85rem;
  z-index: 1;
  padding: .35rem .75rem;
  border-radius: 6px;
  color: #fff;
  background: linear-gradient(135deg, #04885e, var(--success-green));
  font-size: .78rem;
  font-weight: 900;
}

.cover-travel {
  --cover-art:
    linear-gradient(135deg, rgba(255,211,92,.32), transparent 35%),
    url("../images/success/success-hero.png");
  background-position: 18% 42%;
}

.cover-store {
  --cover-art:
    radial-gradient(circle at 34% 55%, rgba(255,255,255,.95) 0 5%, transparent 6%),
    linear-gradient(135deg, rgba(216,149,39,.46), transparent 42%),
    url("../images/success/success-hero.png");
}

.cover-security {
  --cover-art:
    radial-gradient(circle at 50% 46%, rgba(47,239,177,.28), transparent 24%),
    linear-gradient(135deg, #001b18, #08483c);
}

.cover-fitness {
  --cover-art:
    radial-gradient(circle at 70% 48%, rgba(255,255,255,.18), transparent 20%),
    linear-gradient(135deg, #101413, #38433d 52%, #0a201c);
}

.cover-email {
  --cover-art:
    linear-gradient(135deg, rgba(255,255,255,.16), transparent 36%),
    url("../images/success/success-hero.png");
}

.cover-cloud {
  --cover-art:
    radial-gradient(circle at 50% 50%, rgba(20,205,250,.35), transparent 30%),
    linear-gradient(135deg, #041f33, #021715);
}

.success-card-body {
  padding: 1rem 1.05rem .9rem;
}

.success-client {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .9rem;
  margin-bottom: .8rem;
}

.success-client h3 {
  margin: 0 0 .15rem;
  color: var(--success-green);
  font-size: 1.18rem;
  font-weight: 900;
}

.success-client small {
  color: #596b68;
  font-size: .73rem;
  font-weight: 800;
}

.success-client b {
  flex: 0 0 auto;
  color: var(--success-green);
  font-size: 1.75rem;
  line-height: 1;
}

.success-client .fit-logo {
  color: #111;
  font-size: .9rem;
  text-align: center;
}

.success-card-body p {
  min-height: 58px;
  margin: 0 0 .9rem;
  color: #5c6e6b;
  font-size: .85rem;
  font-weight: 700;
  line-height: 1.9;
}

.success-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: .1rem;
  margin: .4rem 0 .8rem;
}

.success-metrics span {
  display: grid;
  align-content: start;
  min-height: 46px;
  padding-inline: .45rem;
  border-inline-start: 1px solid #edf1f0;
  text-align: center;
}

.success-metrics span:last-child {
  border-inline-start: 0;
}

.success-metrics strong {
  color: var(--success-green);
  font-size: 1.08rem;
  font-weight: 900;
  line-height: 1.2;
}

.success-metrics small {
  color: #183b36;
  font-size: .69rem;
  font-weight: 900;
  line-height: 1.45;
}

.success-card-body > a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  border: 1px solid #e7eeee;
  border-radius: 6px;
  color: #173331;
  font-size: .82rem;
  font-weight: 900;
  background: #fff;
}

.success-card-body > a:hover {
  color: #fff;
  border-color: var(--success-green);
  background: var(--success-green);
}

.success-trust-title {
  margin-top: 2rem;
}

.success-logo-row {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.success-logo {
  min-height: 66px;
  display: grid;
  place-items: center;
  padding: .8rem;
  border: 1px solid var(--success-border);
  border-radius: 8px;
  color: #26413d;
  background: #fff;
  box-shadow: 0 10px 20px rgba(0,63,52,.035);
  text-align: center;
  font-weight: 900;
  line-height: 1.2;
}

.success-logo.stc {
  color: #6f2ca8;
  font-size: 2rem;
}

.success-logo.airline {
  color: #a77b30;
  font-size: .82rem;
}

.success-logo.nahdi,
.success-logo.noon {
  color: #1e2423;
  font-size: 1.35rem;
}

.success-logo.hospital {
  color: #42665f;
  font-size: .75rem;
}

.success-logo.jarir {
  color: #d92323;
  font-size: .82rem;
}

.success-cta {
  position: relative;
  display: grid;
  grid-template-columns: 190px 1fr auto;
  align-items: center;
  gap: 1.4rem;
  overflow: hidden;
  min-height: 142px;
  padding: 1.35rem 4.5rem 1.35rem 2.1rem;
  border-radius: 8px;
  color: #fff;
  background:
    radial-gradient(circle at 26% 40%, rgba(42,244,178,.18), transparent 25%),
    linear-gradient(135deg, #003f34, #00251f);
  box-shadow: 0 18px 38px rgba(0,63,52,.16);
}

.success-cta::before {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(42,244,178,.45), transparent);
}

.success-rocket {
  position: relative;
  height: 102px;
  display: grid;
  place-items: center;
}

.success-rocket::before {
  content: "";
  position: absolute;
  inset-inline: 12px;
  bottom: 6px;
  height: 42px;
  border-radius: 48% 52% 10px 10px;
  background: #eaf2ef;
  box-shadow:
    28px 9px 0 #fff,
    -28px 11px 0 #dce9e5,
    0 18px 22px rgba(255,255,255,.16);
}

.success-rocket span {
  position: relative;
  z-index: 1;
  display: inline-block;
  font-size: 4rem;
  transform: rotate(-18deg);
  filter: drop-shadow(0 10px 16px rgba(0,0,0,.22));
}

.success-cta h2 {
  margin: 0 0 .45rem;
  color: #fff;
  font-size: 1.65rem;
  font-weight: 900;
}

.success-cta p {
  margin: 0;
  color: rgba(255,255,255,.9);
  font-size: 1.05rem;
  font-weight: 800;
  line-height: 1.8;
}

.success-cta .success-outline-btn {
  min-width: 190px;
}

@media (max-width: 992px) {
  .success-hero-bg {
    background:
      linear-gradient(90deg, rgba(0,33,28,.1) 0 32%, rgba(0,33,28,.86) 56%, rgba(0,33,28,.98) 100%),
      url("../images/success/success-hero.png") center left / cover no-repeat;
  }

  .success-stats,
  .success-filter-row,
  .success-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .success-stats article:nth-child(2n + 1) {
    border-inline-start: 0;
  }

  .success-logo-row {
    grid-template-columns: repeat(3, 1fr);
  }

  .success-cta {
    grid-template-columns: 130px 1fr;
    padding: 1.4rem;
  }

  .success-cta .success-outline-btn {
    grid-column: 1 / -1;
    justify-self: start;
  }
}

@media (max-width: 768px) {
  .success-hero {
    min-height: 430px;
  }

  .success-hero-bg {
    background:
      linear-gradient(180deg, rgba(0,33,28,.76), rgba(0,33,28,.96)),
      url("../images/success/success-hero.png") center / cover no-repeat;
  }

  .success-hero-copy {
    margin: 0;
    padding-top: 2rem;
  }

  .success-hero p {
    font-size: .98rem;
  }

  .success-stats {
    grid-template-columns: 1fr;
  }

  .success-stats article,
  .success-stats article + article {
    border-inline-start: 0;
    border-bottom: 1px solid #edf1f0;
  }

  .success-stats article:last-child {
    border-bottom: 0;
  }

  .success-filter-row,
  .success-grid,
  .success-logo-row {
    grid-template-columns: 1fr;
  }

  .success-tools {
    flex-direction: column;
    align-items: stretch;
  }

  .success-select,
  .success-search {
    width: 100%;
  }

  .success-cta {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .success-rocket {
    order: -1;
    height: 86px;
  }

  .success-cta .success-outline-btn,
  .success-outline-btn {
    width: 100%;
    min-width: 0;
  }
}

/* Partners and accreditations page */
body[data-page="20-partners"] .site-footer {
  margin-top: 0;
}

body[data-page="20-partners"] .footer-cta {
  display: none;
}

.partners-page {
  --partners-green: #003f34;
  --partners-deep: #031d18;
  --partners-teal: #0a806a;
  --partners-gold: #d89527;
  --partners-line: #dfe8e6;
  --partners-muted: #5f706e;
  background:
    radial-gradient(circle at 82% 30%, rgba(216,149,39,.06), transparent 18%),
    linear-gradient(#fff, #fbfdfc);
}

.partners-hero {
  position: relative;
  min-height: 700px;
  overflow: hidden;
  color: #fff;
  background: var(--partners-deep);
  isolation: isolate;
}

.partners-hero-bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(0,0,0,.04) 0 38%, rgba(0,32,27,.82) 58%, rgba(0,32,27,.98) 100%),
    url("../images/partners/partners-hero.png") center left / cover no-repeat;
}

.partners-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 72% 44%, rgba(42,244,178,.15), transparent 24%),
    linear-gradient(0deg, rgba(0,0,0,.18), transparent 45%);
  pointer-events: none;
}

.partners-hero-inner {
  min-height: inherit;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.partners-hero-copy {
  width: min(590px, 100%);
  margin-inline-start: 0;
  margin-inline-end: auto;
  text-align: right;
}

.partners-hero h1 {
  margin: 0 0 .7rem;
  color: #fff;
  font-size: clamp(2.35rem, 4vw, 3.75rem);
  font-weight: 900;
  line-height: 1.2;
}

.partners-hero h2 {
  margin: 0 0 1.25rem;
  color: var(--partners-gold);
  font-size: clamp(1.35rem, 2.3vw, 2.05rem);
  font-weight: 900;
}

.partners-hero p {
  width: min(570px, 100%);
  margin: 0;
  color: rgba(255,255,255,.92);
  font-size: 1.08rem;
  font-weight: 700;
  line-height: 2.05;
}

.partners-section {
  padding: 1.8rem 0 3.8rem;
}

.partners-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin: 0 auto .75rem;
  text-align: center;
}

.partners-title h2 {
  margin: 0;
  color: var(--partners-green);
  font-size: 1.35rem;
  font-weight: 900;
}

.partners-title span {
  width: 24px;
  height: 2px;
  border-radius: 99px;
  background: var(--partners-gold);
}

.partners-lead {
  max-width: 720px;
  margin: 0 auto 1.25rem;
  color: #526a66;
  text-align: center;
  font-size: .96rem;
  font-weight: 800;
  line-height: 1.9;
}

.partners-logo-grid {
  display: grid;
  gap: 1rem;
  margin-bottom: 1rem;
}

.tech-logos {
  grid-template-columns: repeat(6, 1fr);
}

.certificate-grid {
  grid-template-columns: repeat(7, 1fr);
}

.strategic-logos {
  grid-template-columns: repeat(6, 1fr);
}

.partners-logo-grid article {
  min-width: 0;
  min-height: 108px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: .45rem;
  padding: 1rem .85rem;
  border: 1px solid var(--partners-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 26px rgba(0,63,52,.045);
  text-align: center;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.tech-logos article {
  min-height: 132px;
  padding: .8rem .55rem .85rem;
}

.partners-logo-grid article:hover {
  transform: translateY(-3px);
  border-color: rgba(0,63,52,.24);
  box-shadow: 0 18px 34px rgba(0,63,52,.09);
}

.tech-logos img {
  max-width: 190px;
  width: 92%;
  height: 78px;
  object-fit: contain;
  transform: scale(1.18);
  transform-origin: center;
}

.partners-logo-grid small {
  color: #183b36;
  font-size: .75rem;
  font-weight: 900;
}

.partners-center-action {
  display: flex;
  justify-content: center;
  margin: .9rem 0 1.4rem;
}

.partners-center-action a {
  min-width: 245px;
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(0,63,52,.45);
  border-radius: 7px;
  color: var(--partners-green);
  background: #fff;
  font-size: .84rem;
  font-weight: 900;
}

.partners-center-action a:hover {
  color: #fff;
  background: var(--partners-green);
}

.certificate-grid article {
  min-height: 154px;
  padding: 1rem .65rem;
}

.certificate-grid img {
  width: 76px;
  height: 76px;
  object-fit: contain;
  filter: drop-shadow(0 8px 15px rgba(0,63,52,.10));
}

.certificate-grid img.iso-cert-logo {
  width: 96px;
  height: 86px;
  object-fit: contain;
}

.certificate-grid img.iso-9001-logo {
  width: 136px;
  height: 92px;
  padding: 0;
  border-radius: 0;
  background: transparent;
}

.certificate-grid img.iso-27001-logo {
  width: 92px;
  height: 86px;
}

.certificate-grid h3 {
  margin: .1rem 0 0;
  color: #173331;
  font-size: .92rem;
  font-weight: 900;
}

.certificate-grid p {
  min-height: 34px;
  margin: 0;
  color: #586c69;
  font-size: .72rem;
  font-weight: 800;
  line-height: 1.55;
}

.strategic-logos strong {
  color: #173331;
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1.1;
}

.strategic-logos article:nth-child(1) strong {
  color: #17749b;
}

.strategic-logos article:nth-child(2) strong {
  color: #222;
}

.strategic-logos article:nth-child(3) strong {
  color: #16864f;
}

.strategic-logos article:nth-child(4) strong {
  color: #7b299d;
}

.strategic-logos article:nth-child(5) strong {
  color: #617a2e;
}

.strategic-logos article:nth-child(6) strong {
  color: #1a8693;
  font-size: .98rem;
}

.partners-stats {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  overflow: hidden;
  min-height: 105px;
  margin: 1.2rem auto 1.55rem;
  border-radius: 8px;
  color: #fff;
  background:
    radial-gradient(circle at 30% 40%, rgba(42,244,178,.16), transparent 25%),
    linear-gradient(135deg, #003f34, #00251f);
  box-shadow: 0 17px 36px rgba(0,63,52,.16);
}

.partners-stats article {
  display: grid;
  place-items: center;
  align-content: center;
  gap: .2rem;
  padding: 1rem .8rem;
  text-align: center;
}

.partners-stats article + article {
  border-inline-start: 1px solid rgba(255,255,255,.12);
}

.partners-stats span {
  color: var(--partners-gold);
  font-size: 1.8rem;
  line-height: 1;
}

.partners-stats strong {
  color: #fff;
  font-size: 1.45rem;
  font-weight: 900;
  line-height: 1.15;
}

.partners-stats small {
  color: rgba(255,255,255,.86);
  font-size: .78rem;
  font-weight: 900;
}

.partners-quote {
  position: relative;
  display: grid;
  grid-template-columns: 92px 210px 1fr;
  align-items: center;
  gap: 1.25rem;
  min-height: 128px;
  margin-bottom: 1rem;
  padding: 1.2rem 2rem;
  border: 1px solid var(--partners-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(0,63,52,.045);
}

.quote-mark {
  position: absolute;
  inset-inline-end: 1.4rem;
  top: .4rem;
  color: rgba(0,63,52,.62);
  font-size: 5.5rem;
  font-weight: 900;
  line-height: 1;
}

.partner-avatar {
  width: 82px;
  height: 82px;
  display: grid;
  place-items: center;
  border: 6px solid #edf4f2;
  border-radius: 50%;
  color: var(--partners-green);
  background:
    radial-gradient(circle at 50% 24%, #fff 0 17%, transparent 18%),
    linear-gradient(135deg, #e7f0ed, #fafcfb);
  font-size: 2rem;
  font-weight: 900;
}

.quote-person h3 {
  margin: 0 0 .2rem;
  color: #173331;
  font-size: 1.08rem;
  font-weight: 900;
}

.quote-person p,
.quote-person small {
  margin: 0;
  color: #687976;
  font-size: .78rem;
  font-weight: 800;
}

.partners-quote blockquote {
  position: relative;
  z-index: 1;
  margin: 0;
  padding-inline-end: 4.5rem;
  color: #183b36;
  font-size: 1.18rem;
  font-weight: 800;
  line-height: 2;
}

.partners-cta {
  display: grid;
  grid-template-columns: 250px 1fr auto;
  align-items: center;
  gap: 1.5rem;
  overflow: hidden;
  min-height: 124px;
  padding: 1.25rem 2rem;
  border-radius: 8px;
  color: #fff;
  background:
    radial-gradient(circle at 34% 48%, rgba(42,244,178,.18), transparent 25%),
    linear-gradient(135deg, #003f34, #00251f);
}

.partners-cta h2 {
  margin: 0 0 .35rem;
  color: #fff;
  font-size: 1.55rem;
  font-weight: 900;
}

.partners-cta p {
  margin: 0;
  color: rgba(255,255,255,.9);
  font-size: .96rem;
  font-weight: 800;
  line-height: 1.8;
}

.partners-cta-actions {
  display: flex;
  gap: .75rem;
  flex-wrap: wrap;
}

.partners-cta-actions a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: .65rem 1.25rem;
  border: 1px solid rgba(255,255,255,.55);
  border-radius: 7px;
  color: #fff;
  font-size: .9rem;
  font-weight: 900;
  background: rgba(255,255,255,.05);
}

.partners-cta-actions a:hover {
  color: #fff;
  background: rgba(255,255,255,.13);
}

.partners-cta-actions .phone {
  direction: ltr;
}

.puzzle {
  position: relative;
  height: 82px;
}

.puzzle span {
  position: absolute;
  width: 74px;
  height: 74px;
  border-radius: 10px;
  box-shadow: 0 14px 24px rgba(0,0,0,.14);
}

.puzzle span::before,
.puzzle span::after {
  content: "";
  position: absolute;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: inherit;
}

.puzzle span:first-child {
  right: 42px;
  top: 5px;
  background: linear-gradient(135deg, #0b7a60, #00604f);
}

.puzzle span:first-child::before {
  top: -11px;
  right: 25px;
}

.puzzle span:first-child::after {
  left: -11px;
  top: 26px;
}

.puzzle span:last-child {
  right: 108px;
  top: 5px;
  background: linear-gradient(135deg, #eef3ef, #d7e3de);
}

.puzzle span:last-child::before {
  top: -11px;
  right: 25px;
}

.puzzle span:last-child::after {
  right: -11px;
  top: 26px;
}

@media (max-width: 992px) {
  .partners-hero-bg {
    background:
      linear-gradient(90deg, rgba(0,32,27,.12) 0 34%, rgba(0,32,27,.86) 58%, rgba(0,32,27,.98) 100%),
      url("../images/partners/partners-hero.png") center left / cover no-repeat;
  }

  .tech-logos,
  .strategic-logos {
    grid-template-columns: repeat(3, 1fr);
  }

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

  .partners-stats {
    grid-template-columns: repeat(2, 1fr);
  }

  .partners-stats article + article {
    border-inline-start: 0;
    border-top: 1px solid rgba(255,255,255,.12);
  }

  .partners-quote {
    grid-template-columns: 82px 1fr;
  }

  .partners-quote blockquote {
    grid-column: 1 / -1;
    padding-inline-end: 0;
  }

  .partners-cta {
    grid-template-columns: 150px 1fr;
  }

  .partners-cta-actions {
    grid-column: 1 / -1;
  }
}

@media (max-width: 768px) {
  .partners-hero {
    min-height: 410px;
  }

  .partners-hero-bg {
    background:
      linear-gradient(180deg, rgba(0,32,27,.62), rgba(0,32,27,.96)),
      url("../images/partners/partners-hero.png") center / cover no-repeat;
  }

  .partners-hero-copy {
    margin: 0;
  }

  .partners-section {
    padding-top: 1.4rem;
  }

  .tech-logos,
  .certificate-grid,
  .strategic-logos,
  .partners-stats {
    grid-template-columns: 1fr;
  }

  .partners-logo-grid article {
    min-height: 102px;
  }

  .partners-center-action a {
    width: 100%;
    min-width: 0;
  }

  .partners-quote {
    grid-template-columns: 1fr;
    justify-items: center;
    padding: 1.2rem;
    text-align: center;
  }

  .quote-mark {
    opacity: .2;
  }

  .partners-quote blockquote {
    font-size: .98rem;
    line-height: 1.9;
  }

  .partners-cta {
    grid-template-columns: 1fr;
    padding: 1.3rem;
    text-align: center;
  }

  .puzzle {
    width: 185px;
    margin-inline: auto;
  }

  .partners-cta-actions,
  .partners-cta-actions a {
    width: 100%;
  }
}

/* Technical and financial quote page */
body[data-page="21-quote"] .site-footer {
  margin-top: 0;
}

body[data-page="21-quote"] .footer-cta {
  display: none;
}

.quote-page {
  --quote-green: #003f34;
  --quote-deep: #031d18;
  --quote-gold: #d89527;
  --quote-line: #dfe8e6;
  --quote-muted: #5f706e;
  background: #fff;
}

.quote-hero {
  position: relative;
  min-height: 700px;
  overflow: hidden;
  color: #fff;
  background: var(--quote-deep);
  isolation: isolate;
}

.quote-hero-bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(0,0,0,.04) 0 38%, rgba(0,32,27,.82) 58%, rgba(0,32,27,.98) 100%),
    url("../images/quote/quote-hero.png") center left / cover no-repeat;
}

.quote-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 72% 42%, rgba(42,244,178,.14), transparent 24%),
    linear-gradient(0deg, rgba(0,0,0,.15), transparent 45%);
  pointer-events: none;
}

.quote-hero-inner {
  min-height: inherit;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-top: 3rem;
  padding-bottom: 4.4rem;
}

.quote-hero-copy {
  width: min(660px, 100%);
  margin-inline-start: 0;
  margin-inline-end: auto;
  text-align: right;
}

.quote-hero h1 {
  margin: 0 0 .6rem;
  color: #fff;
  font-size: clamp(2.5rem, 4.2vw, 4rem);
  font-weight: 900;
  line-height: 1.2;
}

.quote-hero h2 {
  margin: 0 0 1.2rem;
  color: var(--quote-gold);
  font-size: clamp(1.35rem, 2.35vw, 2.1rem);
  font-weight: 900;
}

.quote-hero p {
  max-width: 650px;
  margin: 0 0 1.45rem;
  color: rgba(255,255,255,.9);
  font-size: 1.08rem;
  font-weight: 800;
  line-height: 2;
}

.quote-hero-points {
  display: flex;
  gap: 1.55rem;
  flex-wrap: wrap;
}

.quote-hero-points span {
  display: inline-flex;
  align-items: center;
  gap: .6rem;
  color: rgba(255,255,255,.92);
  font-size: .9rem;
  font-weight: 900;
}

.quote-hero-points b {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(216,149,39,.55);
  border-radius: 50%;
  color: var(--quote-gold);
  font-size: 1rem;
}

.quote-section {
  position: relative;
  padding: 0 0 3.8rem;
  background:
    radial-gradient(circle at 14% 34%, rgba(216,149,39,.055), transparent 19%),
    linear-gradient(#fff, #fbfdfc);
}

.quote-steps-card {
  position: relative;
  z-index: 4;
  margin-top: -42px;
  margin-bottom: 1.25rem;
  padding: 1.25rem 2rem 1.5rem;
  border: 1px solid var(--quote-line);
  border-radius: 8px;
  background: rgba(255,255,255,.98);
  box-shadow: 0 18px 42px rgba(0,42,35,.12);
}

.quote-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 1rem;
  text-align: center;
}

.quote-title h2 {
  margin: 0;
  color: var(--quote-green);
  font-size: 1.22rem;
  font-weight: 900;
}

.quote-title span {
  width: 24px;
  height: 2px;
  border-radius: 99px;
  background: var(--quote-gold);
}

.quote-steps {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1rem;
}

.quote-steps article {
  position: relative;
  display: grid;
  justify-items: center;
  gap: .35rem;
  text-align: center;
}

.quote-steps article:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 24px;
  left: calc(-50% + 26px);
  width: calc(100% - 52px);
  border-top: 2px dashed #cedbd8;
}

.quote-steps strong {
  position: relative;
  z-index: 1;
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(0,63,52,.35);
  border-radius: 50%;
  color: var(--quote-green);
  background: #fff;
  font-size: 1.55rem;
  font-weight: 900;
}

.quote-steps .active strong {
  color: #fff;
  border-color: transparent;
  background: radial-gradient(circle at 35% 30%, #0d765f, #002b24);
  box-shadow: 0 12px 22px rgba(0,63,52,.18);
}

.quote-steps h3 {
  margin: .25rem 0 0;
  color: #173331;
  font-size: .86rem;
  font-weight: 900;
}

.quote-steps p {
  margin: 0;
  color: #647574;
  font-size: .76rem;
  font-weight: 800;
}

.quote-layout {
  display: grid;
  grid-template-columns: 330px 1fr;
  gap: 1.25rem;
  align-items: start;
}

.quote-side {
  display: grid;
  gap: 1rem;
}

.quote-info-card,
.quote-form-card,
.quote-industries {
  border: 1px solid var(--quote-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(0,63,52,.045);
}

.quote-info-card {
  padding: 1.25rem 1.3rem;
}

.quote-info-card h2,
.quote-form-card h2,
.quote-industries h2 {
  margin: 0;
  color: #173331;
  font-size: 1.16rem;
  font-weight: 900;
}

.quote-info-card ul {
  display: grid;
  gap: .72rem;
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
}

.quote-info-card li {
  display: flex;
  align-items: center;
  gap: .65rem;
  color: #405550;
  font-size: .91rem;
  font-weight: 800;
}

.quote-info-card li::before {
  content: "✓";
  width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 50%;
  color: #fff;
  background: #07885f;
  font-size: .78rem;
  font-weight: 900;
}

.quote-info-card.compact {
  padding: 1.2rem;
}

.quote-note {
  display: grid;
  grid-template-columns: 54px 1fr;
  align-items: center;
  gap: .8rem;
  padding: .9rem 0;
}

.quote-note + .quote-note {
  border-top: 1px solid #edf1f0;
}

.quote-note span {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(0,63,52,.28);
  border-radius: 50%;
  color: var(--quote-green);
  font-size: 1.25rem;
}

.quote-note p,
.quote-help-copy {
  margin: 0;
  color: #536966;
  font-size: .86rem;
  font-weight: 800;
  line-height: 1.75;
}

.quote-help-copy {
  margin: .75rem 0 1rem;
  text-align: center;
}

.quote-info-card a {
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .8rem;
  margin-top: .55rem;
  padding: .65rem .9rem;
  border: 1px solid rgba(0,63,52,.25);
  border-radius: 6px;
  color: #173331;
  background: #fff;
  font-size: .88rem;
  font-weight: 900;
}

.quote-info-card a:hover {
  color: #fff;
  background: var(--quote-green);
}

.quote-form-card {
  padding: 1.35rem 1.5rem;
}

.quote-form-card h2 {
  margin-bottom: 1.05rem;
}

.quote-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem 1.1rem;
}

.quote-form label {
  display: grid;
  gap: .45rem;
  min-width: 0;
}

.quote-form label span,
.quote-upload > span,
.quote-radio legend {
  color: #173331;
  font-size: .86rem;
  font-weight: 900;
}

.quote-form b {
  color: #d92828;
}

.quote-form input,
.quote-form select,
.quote-form textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid #dfe8e6;
  border-radius: 6px;
  outline: 0;
  padding: .75rem .9rem;
  color: #243d39;
  background: #fff;
  font-size: .88rem;
  font-weight: 800;
}

.quote-form textarea {
  min-height: 112px;
  resize: vertical;
}

.quote-form input:focus,
.quote-form select:focus,
.quote-form textarea:focus {
  border-color: rgba(0,63,52,.45);
  box-shadow: 0 0 0 3px rgba(0,63,52,.08);
}

.quote-form .full,
.quote-upload,
.quote-submit {
  grid-column: 1 / -1;
}

.quote-radio {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  border: 0;
}

.quote-radio legend {
  width: 100%;
  margin-bottom: .1rem;
}

.quote-radio label {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  color: #526966;
  font-size: .86rem;
  font-weight: 800;
}

.quote-radio input {
  width: auto;
  min-height: auto;
}

.quote-upload {
  display: grid;
  gap: .55rem;
}

.quote-upload div {
  min-height: 66px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .8rem;
  padding: .75rem;
  border: 2px dashed #bfcfcb;
  border-radius: 7px;
  background: #fbfdfc;
}

.quote-upload button {
  min-height: 36px;
  padding: .45rem 1rem;
  border: 1px solid rgba(0,63,52,.4);
  border-radius: 6px;
  color: var(--quote-green);
  background: #fff;
  font-weight: 900;
}

.quote-upload p,
.quote-upload small,
.quote-submit p {
  margin: 0;
  color: #697a77;
  font-size: .78rem;
  font-weight: 800;
}

.quote-submit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

.quote-submit button {
  min-width: 200px;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .65rem;
  border: 0;
  border-radius: 6px;
  color: #fff;
  background: linear-gradient(135deg, #003f34, #00261f);
  font-weight: 900;
  box-shadow: 0 12px 24px rgba(0,63,52,.16);
}

.quote-industries {
  margin-top: 1rem;
  padding: 1rem 1.2rem;
  text-align: center;
}

.quote-industries h2 {
  margin-bottom: .9rem;
  color: var(--quote-green);
  font-size: 1.13rem;
}

.quote-industries > div {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: .75rem;
}

.quote-industries span {
  min-height: 70px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: .35rem;
  color: var(--quote-green);
  font-size: 1.55rem;
}

.quote-industries small {
  color: #173331;
  font-size: .76rem;
  font-weight: 900;
}

.quote-cta {
  display: grid;
  grid-template-columns: 110px 1fr auto;
  align-items: center;
  gap: 1.4rem;
  min-height: 98px;
  margin-top: 1rem;
  padding: 1.2rem 2rem;
  border-radius: 8px;
  color: #fff;
  background:
    radial-gradient(circle at 25% 50%, rgba(42,244,178,.16), transparent 26%),
    linear-gradient(135deg, #003f34, #00251f);
}

.quote-doc {
  width: 64px;
  height: 76px;
  display: grid;
  place-items: end center;
  border-radius: 7px;
  color: #fff;
  background:
    linear-gradient(135deg, transparent 0 18%, #eaf3ef 19% 100%);
  font-size: 1.2rem;
  font-weight: 900;
  box-shadow: 18px 9px 0 rgba(255,255,255,.14);
}

.quote-cta h2 {
  margin: 0 0 .25rem;
  color: #fff;
  font-size: 1.45rem;
  font-weight: 900;
}

.quote-cta p {
  margin: 0;
  color: rgba(255,255,255,.9);
  font-size: .95rem;
  font-weight: 800;
}

.quote-cta a {
  min-width: 200px;
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .6rem;
  border-radius: 6px;
  color: #173331;
  background: #fff;
  font-weight: 900;
}

@media (max-width: 992px) {
  .quote-hero-bg {
    background:
      linear-gradient(90deg, rgba(0,32,27,.12) 0 34%, rgba(0,32,27,.86) 58%, rgba(0,32,27,.98) 100%),
      url("../images/quote/quote-hero.png") center left / cover no-repeat;
  }

  .quote-steps,
  .quote-industries > div {
    grid-template-columns: repeat(2, 1fr);
  }

  .quote-steps article::after {
    content: none !important;
  }

  .quote-layout {
    grid-template-columns: 1fr;
  }

  .quote-side {
    order: 2;
    grid-template-columns: repeat(3, 1fr);
  }

  .quote-form-card {
    order: 1;
  }

  .quote-cta {
    grid-template-columns: 90px 1fr;
  }

  .quote-cta a {
    grid-column: 1 / -1;
    justify-self: start;
  }
}

@media (max-width: 768px) {
  .quote-hero {
    min-height: 430px;
  }

  .quote-hero-bg {
    background:
      linear-gradient(180deg, rgba(0,32,27,.68), rgba(0,32,27,.96)),
      url("../images/quote/quote-hero.png") center / cover no-repeat;
  }

  .quote-hero-copy {
    margin: 0;
  }

  .quote-hero-points,
  .quote-submit,
  .quote-upload div {
    flex-direction: column;
    align-items: stretch;
  }

  .quote-steps-card {
    padding: 1.1rem;
  }

  .quote-steps,
  .quote-form,
  .quote-side,
  .quote-industries > div,
  .quote-cta {
    grid-template-columns: 1fr;
  }

  .quote-form-card,
  .quote-info-card,
  .quote-industries,
  .quote-cta {
    padding: 1.1rem;
  }

  .quote-radio {
    align-items: flex-start;
    flex-direction: column;
    gap: .7rem;
  }

  .quote-submit button,
  .quote-cta a {
    width: 100%;
  }

  .quote-cta {
    text-align: center;
  }

  .quote-doc {
    margin-inline: auto;
  }
}

/* Contact page */
body[data-page="22-contact"] .site-footer {
  margin-top: 0;
}

body[data-page="22-contact"] .footer-cta {
  display: none;
}

.contact-page {
  --contact-green: #003f34;
  --contact-deep: #031d18;
  --contact-gold: #d89527;
  --contact-line: #dfe8e6;
  --contact-muted: #607471;
  background: #fff;
}

.contact-hero {
  position: relative;
  min-height: 700px;
  overflow: hidden;
  color: #fff;
  background: var(--contact-deep);
  isolation: isolate;
}

.contact-hero-bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(0,0,0,.04) 0 40%, rgba(0,32,27,.82) 60%, rgba(0,32,27,.98) 100%),
    url("../images/contact/contact-hero.png") center left / cover no-repeat;
}

.contact-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 75% 42%, rgba(42,244,178,.14), transparent 25%),
    linear-gradient(0deg, rgba(0,0,0,.18), transparent 48%);
}

.contact-hero-inner {
  min-height: inherit;
  display: flex;
  align-items: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.contact-hero-copy {
  width: min(620px, 100%);
  margin-inline-start: 0;
  margin-inline-end: auto;
  text-align: right;
}

.contact-hero h1 {
  margin: 0 0 .65rem;
  color: #fff;
  font-size: clamp(2.55rem, 4.4vw, 4.1rem);
  font-weight: 900;
  line-height: 1.2;
}

.contact-hero h2 {
  margin: 0 0 1.2rem;
  color: var(--contact-gold);
  font-size: clamp(1.35rem, 2.4vw, 2.1rem);
  font-weight: 900;
}

.contact-hero p {
  max-width: 610px;
  margin: 0 0 1.45rem;
  color: rgba(255,255,255,.9);
  font-size: 1.08rem;
  font-weight: 800;
  line-height: 2.05;
}

.contact-hero-points {
  display: flex;
  gap: 1rem 1.35rem;
  flex-wrap: wrap;
}

.contact-hero-points span {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  color: rgba(255,255,255,.92);
  font-size: .86rem;
  font-weight: 900;
}

.contact-hero-points b {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(216,149,39,.52);
  border-radius: 50%;
  color: var(--contact-gold);
}

.contact-section {
  padding: 1.7rem 0 3.8rem;
  background:
    radial-gradient(circle at 14% 38%, rgba(216,149,39,.055), transparent 19%),
    linear-gradient(#fff, #fbfdfc);
}

.contact-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin: 0 auto 1.25rem;
  text-align: center;
}

.contact-title h2 {
  margin: 0;
  color: var(--contact-green);
  font-size: 1.32rem;
  font-weight: 900;
}

.contact-title span {
  width: 24px;
  height: 2px;
  border-radius: 99px;
  background: var(--contact-gold);
}

.contact-methods {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1rem;
  margin-bottom: 1.35rem;
}

.contact-methods article,
.contact-form-card,
.contact-location,
.contact-hours,
.contact-why,
.contact-cta {
  border: 1px solid var(--contact-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(0,63,52,.045);
}

.contact-methods article {
  min-height: 190px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: .5rem;
  padding: 1rem .8rem;
  text-align: center;
}

.contact-methods b {
  color: #07885f;
  font-size: 2.4rem;
  line-height: 1;
}

.contact-methods h3 {
  margin: .35rem 0 0;
  color: #173331;
  font-size: .98rem;
  font-weight: 900;
}

.contact-methods p {
  min-height: 45px;
  margin: 0;
  color: #607471;
  font-size: .78rem;
  font-weight: 800;
  line-height: 1.75;
}

.contact-methods a {
  color: #00805d;
  font-size: .82rem;
  font-weight: 900;
  direction: ltr;
}

.contact-grid {
  display: grid;
  grid-template-columns: 440px 1fr;
  gap: 1.25rem;
  align-items: start;
}

.contact-form-card {
  padding: 1.35rem 1.5rem;
}

.contact-form-card h2,
.contact-location h2,
.contact-hours h2 {
  margin: 0;
  color: #173331;
  font-size: 1.25rem;
  font-weight: 900;
}

.contact-form-card > p,
.contact-location > p,
.contact-hours p,
.contact-hours small {
  color: var(--contact-muted);
  font-size: .9rem;
  font-weight: 800;
  line-height: 1.85;
}

.contact-form-card > p {
  margin: .35rem 0 1rem;
  text-align: center;
}

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

.contact-form label {
  display: grid;
  gap: .45rem;
}

.contact-form label span {
  color: #173331;
  font-size: .86rem;
  font-weight: 900;
}

.contact-form b {
  color: #d92828;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid #dfe8e6;
  border-radius: 6px;
  outline: 0;
  padding: .75rem .9rem;
  color: #243d39;
  background: #fff;
  font-size: .88rem;
  font-weight: 800;
}

.contact-form textarea {
  min-height: 130px;
  resize: vertical;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: rgba(0,63,52,.45);
  box-shadow: 0 0 0 3px rgba(0,63,52,.08);
}

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

.phone-row {
  display: grid;
  grid-template-columns: 95px 1fr;
}

.phone-row select {
  border-start-end-radius: 0;
  border-end-end-radius: 0;
}

.phone-row input {
  border-inline-start: 0;
  border-start-start-radius: 0;
  border-end-start-radius: 0;
}

.privacy {
  display: inline-flex !important;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: .5rem;
  color: #536966;
  font-size: .86rem;
  font-weight: 800;
}

.privacy input {
  width: auto;
  min-height: auto;
}

.contact-form button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .65rem;
  border: 0;
  border-radius: 6px;
  color: #fff;
  background: linear-gradient(135deg, #003f34, #00261f);
  font-weight: 900;
  box-shadow: 0 12px 24px rgba(0,63,52,.16);
}

.contact-side {
  display: grid;
  gap: 1.25rem;
  order: -1;
}

.contact-location,
.contact-hours {
  padding: 1.35rem;
  text-align: center;
}

.contact-location h2::before,
.contact-location h2::after,
.contact-hours h2::before,
.contact-hours h2::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 2px;
  margin: 0 .75rem .35rem;
  background: var(--contact-gold);
}

.contact-map {
  position: relative;
  min-height: 190px;
  overflow: hidden;
  margin-top: 1rem;
  border-radius: 8px;
  background:
    linear-gradient(30deg, transparent 0 47%, rgba(130,160,150,.22) 48% 52%, transparent 53%),
    linear-gradient(120deg, transparent 0 47%, rgba(130,160,150,.2) 48% 52%, transparent 53%),
    repeating-linear-gradient(0deg, #e9edea 0 2px, transparent 2px 34px),
    repeating-linear-gradient(90deg, #e9edea 0 2px, #f6f3ed 2px 42px);
}

.contact-map::before {
  content: "";
  position: absolute;
  inset: 20px 28px auto auto;
  width: 112px;
  height: 64px;
  border-radius: 14px 28px 18px 10px;
  background: rgba(0,92,73,.16);
  transform: rotate(-7deg);
}

.map-pin {
  position: absolute;
  left: 50%;
  top: 50%;
  display: grid;
  gap: .1rem;
  min-width: 220px;
  padding: .55rem .9rem;
  border-radius: 7px;
  color: var(--contact-green);
  background: #fff;
  box-shadow: 0 12px 24px rgba(0,63,52,.16);
  transform: translate(-50%, -50%);
}

.map-pin::before {
  content: "●";
  position: absolute;
  right: -22px;
  top: 50%;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--contact-green);
  transform: translateY(-50%);
}

.map-pin strong {
  font-size: 1rem;
  font-weight: 900;
}

.map-pin small {
  color: #5e6f6c;
  font-weight: 800;
}

.contact-hours {
  min-height: 265px;
  display: grid;
  align-content: center;
}

.contact-hours h2 span {
  color: var(--contact-green);
  font-size: 1.25rem;
}

.contact-hours p {
  margin: .8rem 0;
}

.contact-hours strong {
  color: #173331;
}

.contact-hours small {
  display: block;
  margin-top: .5rem;
}

.contact-why {
  margin-top: 1.25rem;
  padding: 1.15rem 1.25rem;
}

.contact-why .contact-title {
  margin-bottom: .8rem;
}

.contact-why > div:last-child {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}

.contact-why article {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .85rem;
  min-height: 78px;
  padding: .35rem 1.35rem;
  border-inline-start: 1px solid #edf1f0;
  text-align: right;
}

.contact-why article:last-child {
  border-inline-start: 0;
}

.contact-why b {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border: 1px solid rgba(0,63,52,.24);
  border-radius: 50%;
  color: var(--contact-green);
  font-size: 1.25rem;
}

.contact-why article > div {
  min-width: 0;
  max-width: 150px;
}

.contact-why h3 {
  margin: 0 0 .15rem;
  color: #173331;
  font-size: .98rem;
  font-weight: 900;
  line-height: 1.45;
  white-space: nowrap;
}

.contact-why p {
  margin: 0;
  color: #5c706d;
  font-size: .8rem;
  font-weight: 800;
  line-height: 1.65;
}

.contact-cta {
  display: grid;
  grid-template-columns: 220px 1fr auto;
  align-items: center;
  gap: 1.4rem;
  min-height: 128px;
  margin-top: 1.25rem;
  padding: 1.3rem 2rem;
  color: #fff;
  background:
    radial-gradient(circle at 24% 50%, rgba(42,244,178,.16), transparent 25%),
    linear-gradient(135deg, #003f34, #00251f);
}

.contact-cta-art {
  width: 150px;
  height: 90px;
  display: grid;
  place-items: center;
  border-radius: 50px;
  color: #fff;
  background:
    radial-gradient(circle, rgba(255,255,255,.18), transparent 62%),
    linear-gradient(135deg, #0a806a, #003f34);
  font-size: 3rem;
  box-shadow: 46px 18px 0 rgba(255,255,255,.12);
}

.contact-cta h2 {
  margin: 0 0 .3rem;
  color: #fff;
  font-size: 1.65rem;
  font-weight: 900;
}

.contact-cta p {
  margin: 0;
  color: rgba(255,255,255,.9);
  font-size: .95rem;
  font-weight: 800;
  line-height: 1.8;
}

.contact-cta a {
  min-width: 205px;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .6rem;
  border-radius: 6px;
  color: #173331;
  background: #fff;
  font-weight: 900;
}

@media (max-width: 992px) {
  .contact-hero-bg {
    background:
      linear-gradient(90deg, rgba(0,32,27,.12) 0 34%, rgba(0,32,27,.86) 58%, rgba(0,32,27,.98) 100%),
      url("../images/contact/contact-hero.png") center left / cover no-repeat;
  }

  .contact-methods,
  .contact-why > div:last-child {
    grid-template-columns: repeat(2, 1fr);
  }

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

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

  .contact-cta {
    grid-template-columns: 150px 1fr;
  }

  .contact-cta a {
    grid-column: 1 / -1;
    justify-self: start;
  }
}

@media (max-width: 768px) {
  .contact-hero {
    min-height: 430px;
  }

  .contact-hero-bg {
    background:
      linear-gradient(180deg, rgba(0,32,27,.7), rgba(0,32,27,.96)),
      url("../images/contact/contact-hero.png") center / cover no-repeat;
  }

  .contact-hero-copy {
    margin: 0;
  }

  .contact-hero-points {
    flex-direction: column;
    align-items: stretch;
  }

  .contact-methods,
  .contact-form,
  .contact-side,
  .contact-why > div:last-child,
  .contact-cta {
    grid-template-columns: 1fr;
  }

  .contact-form-card {
    order: 1;
  }

  .contact-side {
    order: 2;
  }

  .contact-form-card,
  .contact-location,
  .contact-hours,
  .contact-why,
  .contact-cta {
    padding: 1.1rem;
  }

  .phone-row {
    grid-template-columns: 86px 1fr;
  }

  .contact-methods article {
    min-height: 150px;
  }

  .contact-why article {
    justify-content: flex-start;
    border-inline-start: 0;
    border-bottom: 1px solid #edf1f0;
  }

  .contact-why article:last-child {
    border-bottom: 0;
  }

  .contact-cta {
    text-align: center;
  }

  .contact-cta-art {
    margin-inline: auto;
  }

  .contact-cta a,
  .contact-form button {
    width: 100%;
  }
}

/* Jobs and cooperation page */
body[data-page="23-jobs"] .site-footer {
  margin-top: 0;
}

body[data-page="23-jobs"] .footer-cta {
  display: none;
}

.jobs-page {
  --jobs-green: #003f34;
  --jobs-deep: #031d18;
  --jobs-gold: #d89527;
  --jobs-line: #dfe8e6;
  --jobs-muted: #607471;
  background: #fff;
}

.jobs-hero {
  position: relative;
  min-height: 700px;
  overflow: hidden;
  color: #fff;
  background: var(--jobs-deep);
  isolation: isolate;
}

.jobs-hero-bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(0,0,0,.04) 0 40%, rgba(0,32,27,.30) 58%, rgba(0,32,27,.82) 100%),
    url("../images/jobs/jobs-hero-generated.png") center / cover no-repeat;
}

.jobs-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 78% 42%, rgba(42,244,178,.14), transparent 25%),
    radial-gradient(circle at 57% 82%, rgba(216,149,39,.11), transparent 22%),
    linear-gradient(0deg, rgba(0,0,0,.18), transparent 48%);
}

.jobs-hero-inner {
  min-height: inherit;
  display: flex;
  align-items: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.jobs-hero-copy {
  width: min(650px, 100%);
  margin-inline-start: 0;
  margin-inline-end: auto;
  text-align: right;
}

.jobs-hero h1 {
  margin: 0 0 .65rem;
  color: #fff;
  font-size: clamp(2.55rem, 4.6vw, 4.25rem);
  font-weight: 900;
  line-height: 1.2;
}

.jobs-hero h2 {
  margin: 0 0 1.2rem;
  color: var(--jobs-gold);
  font-size: clamp(1.35rem, 2.35vw, 2.05rem);
  font-weight: 900;
}

.jobs-hero p {
  max-width: 620px;
  margin: 0 0 1.55rem;
  color: rgba(255,255,255,.9);
  font-size: 1.08rem;
  font-weight: 800;
  line-height: 2.05;
}

.jobs-hero-points {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  max-width: 780px;
}

.jobs-hero-points span {
  display: grid;
  justify-items: center;
  gap: .45rem;
  color: rgba(255,255,255,.92);
  font-size: .82rem;
  font-weight: 900;
  line-height: 1.55;
  text-align: center;
}

.jobs-hero-points b {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(216,149,39,.55);
  border-radius: 50%;
  color: var(--jobs-gold);
  font-size: 1.15rem;
  font-weight: 900;
  background: rgba(0,32,27,.28);
}

.jobs-section {
  padding: 1.55rem 0 1.25rem;
  background:
    radial-gradient(circle at 14% 28%, rgba(216,149,39,.05), transparent 18%),
    linear-gradient(#fff, #fbfdfc);
}

.jobs-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin: 0 auto 1.2rem;
  text-align: center;
}

.jobs-title h2 {
  margin: 0;
  color: var(--jobs-green);
  font-size: 1.36rem;
  font-weight: 900;
}

.jobs-title span {
  width: 24px;
  height: 2px;
  border-radius: 99px;
  background: var(--jobs-gold);
}

.jobs-benefits {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1rem;
  margin-bottom: 1.1rem;
}

.jobs-benefits article,
.jobs-openings-card,
.jobs-apply-card,
.jobs-partnerships {
  border: 1px solid var(--jobs-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(0,63,52,.045);
}

.jobs-benefits article {
  min-height: 165px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: .45rem;
  padding: 1rem .8rem;
  text-align: center;
}

.jobs-benefits b,
.partnership-grid b {
  color: #07885f;
  font-size: 2.25rem;
  line-height: 1;
}

.jobs-benefits h3,
.partnership-grid h3 {
  margin: .35rem 0 0;
  color: #173331;
  font-size: .98rem;
  font-weight: 900;
}

.jobs-benefits p,
.partnership-grid p,
.jobs-section-intro,
.jobs-cv-note {
  margin: 0;
  color: var(--jobs-muted);
  font-size: .82rem;
  font-weight: 800;
  line-height: 1.8;
}

.jobs-main-grid {
  display: grid;
  grid-template-columns: 1.14fr .86fr;
  gap: .65rem;
  align-items: start;
  margin-bottom: 1rem;
}

.jobs-openings-card,
.jobs-apply-card {
  padding: 1.25rem 1.3rem;
}

.jobs-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}

.jobs-card-head h2,
.jobs-apply-card h2 {
  margin: 0;
  color: var(--jobs-green);
  font-size: 1.25rem;
  font-weight: 900;
}

.jobs-card-head a {
  color: #173331;
  font-size: .85rem;
  font-weight: 900;
}

.jobs-list {
  display: grid;
  gap: .72rem;
}

.jobs-list article {
  display: grid;
  grid-template-columns: 44px 1fr 170px 108px;
  align-items: center;
  gap: .7rem;
  min-height: 64px;
  padding: .55rem .65rem;
  border: 1px solid #edf1f0;
  border-radius: 7px;
  background: #fff;
}

.job-icon {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(0,63,52,.17);
  border-radius: 7px;
  color: var(--jobs-green);
  background: #f8fbfa;
  font-weight: 900;
}

.jobs-list h3 {
  margin: 0 0 .12rem;
  color: #173331;
  font-size: .92rem;
  font-weight: 900;
}

.jobs-list p,
.jobs-list > article > span:not(.job-icon) {
  margin: 0;
  color: #607471;
  font-size: .78rem;
  font-weight: 800;
}

.jobs-list button,
.jobs-secondary-btn {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .35rem;
  border: 1px solid rgba(0,63,52,.24);
  border-radius: 6px;
  color: #173331;
  background: #fff;
  font-size: .82rem;
  font-weight: 900;
}

.jobs-list button b {
  color: var(--jobs-green);
}

.jobs-cv-note {
  margin-top: 1.2rem;
  text-align: center;
}

.jobs-secondary-btn {
  width: 255px;
  min-height: 44px;
  margin-top: .85rem;
}

.jobs-form {
  display: grid;
  gap: .85rem;
}

.jobs-form label {
  display: grid;
  gap: .42rem;
}

.jobs-form label span,
.jobs-upload > span {
  color: #173331;
  font-size: .84rem;
  font-weight: 900;
}

.jobs-form b {
  color: #d92828;
}

.jobs-form input,
.jobs-form select,
.jobs-form textarea {
  width: 100%;
  min-height: 45px;
  border: 1px solid #dfe8e6;
  border-radius: 6px;
  outline: 0;
  padding: .7rem .85rem;
  color: #243d39;
  background: #fff;
  font-size: .86rem;
  font-weight: 800;
}

.jobs-form textarea {
  min-height: 96px;
  resize: vertical;
}

.jobs-form input:focus,
.jobs-form select:focus,
.jobs-form textarea:focus {
  border-color: rgba(0,63,52,.45);
  box-shadow: 0 0 0 3px rgba(0,63,52,.08);
}

.jobs-phone-row {
  display: grid;
  grid-template-columns: 95px 1fr;
}

.jobs-phone-row select {
  border-start-end-radius: 0;
  border-end-end-radius: 0;
}

.jobs-phone-row input {
  border-inline-start: 0;
  border-start-start-radius: 0;
  border-end-start-radius: 0;
}

.jobs-upload div {
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .8rem;
  padding: .75rem;
  border: 2px dashed #bfcfcb;
  border-radius: 7px;
  background: #fbfdfc;
}

.jobs-upload p,
.jobs-upload small {
  margin: 0;
  color: #697a77;
  font-size: .78rem;
  font-weight: 800;
}

.jobs-upload button {
  min-height: 34px;
  padding: .4rem .95rem;
  border: 1px solid rgba(0,63,52,.35);
  border-radius: 6px;
  color: var(--jobs-green);
  background: #fff;
  font-size: .82rem;
  font-weight: 900;
}

.jobs-submit {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .65rem;
  border: 0;
  border-radius: 6px;
  color: #fff;
  background: linear-gradient(135deg, #003f34, #00261f);
  font-weight: 900;
  box-shadow: 0 12px 24px rgba(0,63,52,.16);
}

.jobs-partnerships {
  padding: 1.1rem 1.2rem 1.3rem;
  text-align: center;
}

.jobs-partnerships .jobs-title {
  margin-bottom: .35rem;
}

.jobs-section-intro {
  margin-bottom: 1rem;
  font-size: .92rem;
}

.partnership-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.partnership-grid article {
  min-height: 178px;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: .35rem;
  padding: .9rem 1.15rem;
  border-inline-start: 1px solid #edf1f0;
}

.partnership-grid article:last-child {
  border-inline-start: 0;
}

.partnership-grid a {
  min-width: 105px;
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: .35rem;
  border-radius: 6px;
  color: #fff;
  background: linear-gradient(135deg, #003f34, #00261f);
  font-size: .8rem;
  font-weight: 900;
}

.jobs-cta {
  display: grid;
  grid-template-columns: 220px 1fr auto;
  align-items: center;
  gap: 1.4rem;
  min-height: 138px;
  margin-top: 1rem;
  padding: 1.3rem 2rem;
  border-radius: 8px;
  color: #fff;
  background:
    radial-gradient(circle at 22% 52%, rgba(42,244,178,.16), transparent 25%),
    linear-gradient(135deg, #003f34, #00251f);
}

.jobs-cta-art {
  position: relative;
  width: 150px;
  height: 92px;
  display: grid;
  place-items: end center;
}

.jobs-cta-art::before {
  content: "";
  width: 58px;
  height: 78px;
  border-radius: 34px 34px 12px 12px;
  background: linear-gradient(180deg, #0ab77d, #005240);
  box-shadow: 0 16px 0 rgba(255,255,255,.12), -52px 22px 0 rgba(216,149,39,.95);
}

.jobs-cta-art span {
  position: absolute;
  right: 108px;
  bottom: 0;
  width: 34px;
  height: 44px;
  border-radius: 6px;
  background: linear-gradient(180deg, #003f34, #01251f);
  box-shadow: -54px -8px 0 rgba(255,255,255,.11);
}

.jobs-cta h2 {
  margin: 0 0 .3rem;
  color: #fff;
  font-size: 1.65rem;
  font-weight: 900;
}

.jobs-cta p {
  margin: 0;
  color: rgba(255,255,255,.9);
  font-size: .95rem;
  font-weight: 800;
  line-height: 1.8;
}

.jobs-cta a {
  min-width: 220px;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .6rem;
  border-radius: 6px;
  color: #173331;
  background: #fff;
  font-weight: 900;
}

@media (max-width: 992px) {
  .jobs-hero-bg {
    background:
      linear-gradient(90deg, rgba(0,32,27,.08) 0 36%, rgba(0,32,27,.70) 60%, rgba(0,32,27,.98) 100%),
      url("../images/jobs/jobs-hero-generated.png") center / cover no-repeat;
  }

  .jobs-hero-points,
  .jobs-benefits,
  .partnership-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .jobs-main-grid {
    grid-template-columns: 1fr;
  }

  .jobs-list article {
    grid-template-columns: 44px 1fr 150px 108px;
  }

  .partnership-grid article:nth-child(2n) {
    border-inline-start: 0;
  }

  .jobs-cta {
    grid-template-columns: 150px 1fr;
  }

  .jobs-cta a {
    grid-column: 1 / -1;
    justify-self: start;
  }
}

@media (max-width: 768px) {
  .jobs-hero {
    min-height: 700px;
  }

  .jobs-hero-bg {
    background:
      linear-gradient(180deg, rgba(0,32,27,.66), rgba(0,32,27,.97)),
      url("../images/jobs/jobs-hero-generated.png") 24% center / cover no-repeat;
  }

  .jobs-hero-copy {
    margin: 0;
  }

  .jobs-hero-points,
  .jobs-benefits,
  .partnership-grid,
  .jobs-cta {
    grid-template-columns: 1fr;
  }

  .jobs-hero-points span {
    display: flex;
    justify-content: flex-start;
    text-align: right;
  }

  .jobs-benefits article,
  .jobs-openings-card,
  .jobs-apply-card,
  .jobs-partnerships,
  .jobs-cta {
    padding: 1.1rem;
  }

  .jobs-card-head,
  .jobs-upload div {
    align-items: stretch;
    flex-direction: column;
  }

  .jobs-list article {
    grid-template-columns: 42px 1fr;
  }

  .jobs-list > article > span:not(.job-icon),
  .jobs-list button {
    grid-column: 2;
    justify-self: start;
  }

  .jobs-secondary-btn,
  .jobs-submit,
  .jobs-cta a {
    width: 100%;
  }

  .jobs-phone-row {
    grid-template-columns: 86px 1fr;
  }

  .partnership-grid article {
    border-inline-start: 0;
    border-bottom: 1px solid #edf1f0;
  }

  .partnership-grid article:last-child {
    border-bottom: 0;
  }

  .jobs-cta {
    text-align: center;
  }

  .jobs-cta-art {
    margin-inline: auto;
  }
}

/* Customer portal page */
body[data-page="24-portal"] .site-footer {
  margin-top: 0;
}

body[data-page="24-portal"] .footer-cta {
  display: none;
}

.portal-page {
  --portal-green: #003f34;
  --portal-deep: #031d18;
  --portal-gold: #d89527;
  --portal-line: #dfe8e6;
  --portal-muted: #607471;
  background: #fff;
}

.portal-hero {
  position: relative;
  min-height: 700px;
  overflow: hidden;
  color: #fff;
  background: var(--portal-deep);
  isolation: isolate;
}

.portal-hero-bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(0,0,0,.05) 0 36%, rgba(0,32,27,.62) 60%, rgba(0,32,27,.98) 100%),
    url("../images/hero-dashboard.png") center / cover no-repeat;
}

.portal-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 76% 44%, rgba(42,244,178,.14), transparent 24%),
    radial-gradient(circle at 50% 66%, rgba(216,149,39,.09), transparent 22%),
    linear-gradient(0deg, rgba(0,0,0,.22), transparent 54%);
}

.portal-hero-inner {
  min-height: inherit;
  display: flex;
  align-items: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.portal-hero-copy {
  width: min(610px, 100%);
  margin-inline-start: 0;
  margin-inline-end: auto;
  text-align: right;
}

.portal-hero h1 {
  margin: 0 0 .65rem;
  color: #fff;
  font-size: clamp(2.8rem, 5vw, 4.45rem);
  font-weight: 900;
  line-height: 1.16;
}

.portal-hero h2 {
  margin: 0 0 1.2rem;
  color: var(--portal-gold);
  font-size: clamp(1.45rem, 2.55vw, 2.2rem);
  font-weight: 900;
}

.portal-hero p {
  max-width: 590px;
  margin: 0 0 1.6rem;
  color: rgba(255,255,255,.9);
  font-size: 1.08rem;
  font-weight: 800;
  line-height: 2.05;
}

.portal-hero-points {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  max-width: 690px;
}

.portal-hero-points span {
  display: grid;
  justify-items: center;
  gap: .45rem;
  color: rgba(255,255,255,.92);
  font-size: .78rem;
  font-weight: 900;
  line-height: 1.55;
  text-align: center;
}

.portal-hero-points b {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(216,149,39,.55);
  border-radius: 50%;
  color: var(--portal-gold);
  font-size: 1.15rem;
  font-weight: 900;
  background: rgba(0,32,27,.28);
}

.portal-section {
  padding: 0 0 1.25rem;
  background:
    radial-gradient(circle at 12% 30%, rgba(216,149,39,.055), transparent 18%),
    linear-gradient(#fff, #fbfdfc);
}

.portal-access-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.34fr .96fr;
  gap: 1rem;
  align-items: stretch;
  margin-top: -10px;
  margin-bottom: 1.4rem;
}

.portal-quick-card,
.portal-login-card,
.portal-stats article,
.portal-help-card {
  border: 1px solid var(--portal-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 32px rgba(0,63,52,.06);
}

.portal-quick-card,
.portal-login-card {
  padding: 1.45rem 1.5rem;
}

.portal-quick-card h2,
.portal-login-card h2,
.portal-app-band h2,
.portal-help-card h2 {
  margin: 0;
  color: #173331;
  font-size: 1.28rem;
  font-weight: 900;
}

.portal-quick-card > p,
.portal-login-card > p,
.portal-app-band p,
.portal-help-card p {
  margin: .45rem 0 1rem;
  color: var(--portal-muted);
  font-size: .88rem;
  font-weight: 800;
  line-height: 1.8;
}

.portal-quick-card,
.portal-login-card {
  text-align: center;
}

.portal-quick-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: .85rem;
}

.portal-quick-grid a {
  min-height: 128px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: .35rem;
  padding: .9rem .75rem;
  border: 1px solid #edf1f0;
  border-radius: 7px;
  color: #173331;
  background: #fff;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.portal-quick-grid a:hover {
  transform: translateY(-3px);
  border-color: rgba(0,63,52,.24);
  box-shadow: 0 12px 24px rgba(0,63,52,.08);
}

.portal-quick-grid b {
  color: var(--portal-green);
  font-size: 1.9rem;
  line-height: 1;
}

.portal-quick-grid strong {
  font-size: .92rem;
  font-weight: 900;
}

.portal-quick-grid span {
  color: var(--portal-muted);
  font-size: .76rem;
  font-weight: 800;
  line-height: 1.65;
}

.portal-security-note {
  display: grid;
  grid-template-columns: 90px 1fr;
  align-items: center;
  gap: 1rem;
  min-height: 104px;
  margin-top: 1rem;
  padding: .9rem 1.2rem;
  border-radius: 8px;
  text-align: center;
  background:
    radial-gradient(circle at 16% 50%, rgba(0,63,52,.12), transparent 25%),
    linear-gradient(135deg, #eef4f2, #f9fbfa);
}

.portal-shield {
  width: 72px;
  height: 78px;
  display: grid;
  place-items: center;
  justify-self: center;
  clip-path: polygon(50% 0, 92% 16%, 85% 70%, 50% 100%, 15% 70%, 8% 16%);
  color: #fff;
  background: linear-gradient(180deg, #0a806a, #003f34);
  font-size: 1.55rem;
  box-shadow: 0 14px 24px rgba(0,63,52,.16);
}

.portal-security-note strong,
.portal-security-note span {
  display: block;
}

.portal-security-note strong {
  color: #173331;
  font-size: .95rem;
  font-weight: 900;
}

.portal-security-note span {
  color: #617471;
  font-size: .8rem;
  font-weight: 800;
  line-height: 1.75;
}

.portal-login-form {
  display: grid;
  gap: 1rem;
  text-align: right;
}

.portal-login-form label {
  display: grid;
  gap: .45rem;
}

.portal-login-form label span {
  color: #173331;
  font-size: .84rem;
  font-weight: 900;
}

.portal-login-form input {
  width: 100%;
  min-height: 48px;
  border: 1px solid #dfe8e6;
  border-radius: 6px;
  outline: 0;
  padding: .75rem .9rem;
  color: #243d39;
  background: #fff;
  font-size: .88rem;
  font-weight: 800;
}

.portal-login-form input:focus {
  border-color: rgba(0,63,52,.45);
  box-shadow: 0 0 0 3px rgba(0,63,52,.08);
}

.portal-password {
  position: relative;
}

.portal-password input {
  padding-inline-start: 3rem;
}

.portal-password button {
  position: absolute;
  top: 50%;
  left: .55rem;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 50%;
  color: #6c7f7b;
  background: transparent;
  transform: translateY(-50%);
}

.portal-login-options {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  font-size: .82rem;
  font-weight: 900;
}

.portal-login-options label {
  display: inline-flex;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: .45rem;
  color: #526966;
}

.portal-login-options input {
  width: auto;
  min-height: auto;
}

.portal-login-options a {
  color: var(--portal-green);
}

.portal-login-btn,
.portal-otp-btn,
.portal-help-card a {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .6rem;
  border-radius: 6px;
  font-weight: 900;
}

.portal-login-btn {
  border: 0;
  color: #fff;
  background: linear-gradient(135deg, #003f34, #00261f);
  box-shadow: 0 12px 24px rgba(0,63,52,.16);
}

.portal-divider {
  display: flex;
  align-items: center;
  gap: 1rem;
  color: #617471;
  font-size: .82rem;
  font-weight: 900;
}

.portal-divider::before,
.portal-divider::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #e6eeec;
}

.portal-otp-btn {
  border: 1px solid rgba(0,63,52,.28);
  color: #173331;
  background: #fff;
}

.portal-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin: 1.25rem auto 1rem;
  text-align: center;
}

.portal-title h2 {
  margin: 0;
  color: var(--portal-green);
  font-size: 1.24rem;
  font-weight: 900;
}

.portal-title span {
  width: 24px;
  height: 2px;
  border-radius: 99px;
  background: var(--portal-gold);
}

.portal-stats {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: .75rem;
  margin-bottom: 1rem;
  direction: ltr;
}

.portal-stats article {
  min-height: 126px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: .2rem;
  padding: .85rem .7rem;
  text-align: center;
  direction: rtl;
}

.portal-stats i {
  order: -1;
  color: var(--portal-green);
  font-size: 1.9rem;
  font-style: normal;
  line-height: 1;
}

.portal-stats b {
  color: var(--portal-green);
  font-size: 1.34rem;
  font-weight: 900;
  direction: ltr;
}

.portal-stats span {
  color: #526966;
  font-size: .8rem;
  font-weight: 800;
}

.portal-app-band {
  display: grid;
  grid-template-columns: 250px 1fr 170px;
  align-items: center;
  gap: 1.5rem;
  min-height: 190px;
  margin: 1rem 0;
  padding: 1.25rem 1.6rem;
  border-radius: 8px;
  color: #fff;
  background:
    radial-gradient(circle at 20% 52%, rgba(42,244,178,.14), transparent 24%),
    linear-gradient(135deg, #003f34, #00241e);
  overflow: hidden;
  direction: ltr;
}

.portal-app-art {
  position: relative;
  min-height: 150px;
  direction: rtl;
}

.portal-phone {
  position: absolute;
  left: 18px;
  bottom: -36px;
  width: 92px;
  height: 170px;
  padding: 20px 12px;
  border: 7px solid #122520;
  border-radius: 22px;
  background: linear-gradient(180deg, #f6faf9, #dfe9e6);
  transform: rotate(-14deg);
  box-shadow: 0 26px 42px rgba(0,0,0,.28);
}

.portal-phone::before {
  content: "";
  position: absolute;
  top: 8px;
  right: 50%;
  width: 34px;
  height: 4px;
  border-radius: 99px;
  background: #14332d;
  transform: translateX(50%);
}

.portal-phone span {
  display: block;
  height: 14px;
  margin-bottom: 10px;
  border-radius: 5px;
  background: #0a806a;
  opacity: .95;
}

.portal-phone span:nth-child(2) {
  width: 72%;
  background: var(--portal-gold);
}

.portal-phone span:nth-child(3) {
  height: 44px;
  background:
    conic-gradient(#0a806a 0 65%, #d89527 65% 84%, #dfe8e6 84% 100%);
}

.portal-chat-bubble {
  position: absolute;
  right: 22px;
  bottom: 24px;
  width: 120px;
  height: 92px;
  border-radius: 50% 50% 42% 48%;
  background: #f6fbfa;
  box-shadow: 0 16px 0 rgba(255,255,255,.16);
}

.portal-chat-bubble::before {
  content: "";
  position: absolute;
  right: 28px;
  top: 42px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #0a806a;
  box-shadow: 22px 0 0 #0a806a, 44px 0 0 #0a806a;
}

.portal-chat-bubble::after {
  content: "";
  position: absolute;
  left: 22px;
  bottom: -10px;
  width: 30px;
  height: 24px;
  border-radius: 0 0 24px 0;
  background: #f6fbfa;
}

.portal-app-copy {
  text-align: right;
  direction: rtl;
}

.portal-app-band h2 {
  color: #fff;
  font-size: 1.55rem;
}

.portal-app-band p {
  max-width: 520px;
  color: rgba(255,255,255,.9);
}

.portal-store-row {
  display: flex;
  gap: .85rem;
  flex-wrap: wrap;
  margin-bottom: .75rem;
}

.portal-store-row a {
  min-width: 145px;
  min-height: 52px;
  display: grid;
  align-content: center;
  gap: .05rem;
  padding: .4rem .9rem;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 7px;
  color: #fff;
  background: rgba(0,0,0,.72);
}

.portal-store-row small {
  font-size: .68rem;
  font-weight: 800;
  opacity: .82;
}

.portal-store-row strong {
  font-size: 1rem;
  font-weight: 900;
}

.portal-app-features {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  color: rgba(255,255,255,.82);
  font-size: .78rem;
  font-weight: 900;
}

.portal-app-features span::before {
  content: "♢";
  margin-left: .35rem;
  color: var(--portal-gold);
}

.portal-qr {
  width: 132px;
  aspect-ratio: 1;
  justify-self: center;
  border: 9px solid #fff;
  border-radius: 8px;
  background:
    linear-gradient(#111 0 0) 12px 12px / 24px 24px no-repeat,
    linear-gradient(#111 0 0) calc(100% - 36px) 12px / 24px 24px no-repeat,
    linear-gradient(#111 0 0) 12px calc(100% - 36px) / 24px 24px no-repeat,
    repeating-conic-gradient(#111 0 25%, #fff 0 50%) 0 0 / 18px 18px;
  box-shadow: 0 18px 36px rgba(0,0,0,.22);
}

.portal-help-card {
  display: grid;
  grid-template-columns: 310px 1fr;
  align-items: center;
  gap: 1.2rem;
  min-height: 142px;
  padding: 1.15rem 1.6rem;
  background:
    radial-gradient(circle at 20% 50%, rgba(0,63,52,.08), transparent 25%),
    linear-gradient(135deg, #f3f7f6, #fff);
  direction: ltr;
}

.portal-help-art {
  position: relative;
  min-height: 112px;
  direction: rtl;
}

.portal-headset {
  position: absolute;
  right: 60px;
  bottom: 8px;
  width: 88px;
  height: 74px;
  border: 12px solid #0b6b59;
  border-bottom: 0;
  border-radius: 55px 55px 18px 18px;
}

.portal-headset::before,
.portal-headset::after {
  content: "";
  position: absolute;
  bottom: -18px;
  width: 22px;
  height: 34px;
  border-radius: 8px;
  background: #0b6b59;
}

.portal-headset::before {
  right: -15px;
}

.portal-headset::after {
  left: -15px;
}

.portal-chat-one,
.portal-chat-two {
  position: absolute;
  border-radius: 42px;
}

.portal-chat-one {
  right: 122px;
  bottom: 32px;
  width: 104px;
  height: 70px;
  background: #f8fbfa;
  box-shadow: 0 14px 22px rgba(0,63,52,.08);
}

.portal-chat-one::before {
  content: "";
  position: absolute;
  right: 24px;
  top: 30px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #0b6b59;
  box-shadow: 20px 0 0 #0b6b59, 40px 0 0 #0b6b59;
}

.portal-chat-two {
  right: 22px;
  bottom: 22px;
  width: 86px;
  height: 58px;
  background: #dfe9e6;
}

.portal-plant {
  position: absolute;
  left: 36px;
  bottom: 0;
  width: 38px;
  height: 45px;
  border-radius: 0 0 8px 8px;
  background: #173331;
}

.portal-plant::before {
  content: "";
  position: absolute;
  right: 50%;
  bottom: 30px;
  width: 70px;
  height: 58px;
  background:
    radial-gradient(ellipse at 30% 55%, #0b8068 0 28%, transparent 29%),
    radial-gradient(ellipse at 70% 45%, #0b8068 0 28%, transparent 29%),
    radial-gradient(ellipse at 50% 20%, #0b8068 0 27%, transparent 28%);
  transform: translateX(50%);
}

.portal-help-card > div:last-child {
  text-align: right;
  direction: rtl;
}

.portal-help-card h2 {
  color: var(--portal-green);
  font-size: 1.35rem;
}

.portal-help-card p {
  margin-bottom: .85rem;
}

.portal-help-card a {
  min-width: 160px;
  min-height: 42px;
  border: 1px solid rgba(0,63,52,.28);
  color: #173331;
  background: #fff;
}

@media (max-width: 992px) {
  .portal-hero-bg {
    background:
      linear-gradient(90deg, rgba(0,32,27,.08) 0 34%, rgba(0,32,27,.74) 60%, rgba(0,32,27,.98) 100%),
      url("../images/hero-dashboard.png") center / cover no-repeat;
  }

  .portal-hero-points,
  .portal-stats {
    grid-template-columns: repeat(2, 1fr);
  }

  .portal-access-grid,
  .portal-app-band,
  .portal-help-card {
    grid-template-columns: 1fr;
  }

  .portal-login-card {
    order: 2;
  }

  .portal-quick-card {
    order: 1;
  }

  .portal-app-art {
    order: 2;
  }

  .portal-qr {
    order: 3;
  }

  .portal-help-art {
    order: 2;
  }
}

@media (max-width: 768px) {
  .portal-hero {
    min-height: 700px;
  }

  .portal-hero-bg {
    background:
      linear-gradient(180deg, rgba(0,32,27,.68), rgba(0,32,27,.98)),
      url("../images/hero-dashboard.png") 38% center / cover no-repeat;
  }

  .portal-hero-copy {
    margin: 0;
  }

  .portal-hero-points,
  .portal-quick-grid,
  .portal-stats {
    grid-template-columns: 1fr;
  }

  .portal-hero-points span {
    display: flex;
    justify-content: flex-start;
    text-align: right;
  }

  .portal-quick-card,
  .portal-login-card,
  .portal-app-band,
  .portal-help-card {
    padding: 1.1rem;
  }

  .portal-access-grid {
    margin-top: 0;
  }

  .portal-security-note {
    grid-template-columns: 1fr;
  }

  .portal-login-options,
  .portal-store-row,
  .portal-app-features {
    align-items: stretch;
    flex-direction: column;
  }

  .portal-login-btn,
  .portal-otp-btn,
  .portal-store-row a,
  .portal-help-card a {
    width: 100%;
  }

  .portal-app-band,
  .portal-help-card,
  .portal-help-card > div:last-child {
    text-align: center;
  }

  .portal-app-copy {
    text-align: center;
  }

  .portal-app-art {
    min-height: 175px;
  }

  .portal-help-art {
    min-height: 145px;
  }
}

/* Login page */
body[data-page="25-login"] .site-footer {
  margin-top: 0;
}

body[data-page="25-login"] .footer-cta {
  display: none;
}

.login-page {
  --login-green: #003f34;
  --login-deep: #031d18;
  --login-gold: #d89527;
  --login-line: #dfe8e6;
  --login-muted: #607471;
  --login-neon: #29f2b4;
  background: #fff;
}

.login-hero {
  height: 700px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  direction: ltr;
  background:
    linear-gradient(90deg, #001f1b 0 50%, #f7faf9 50% 100%);
}

.login-visual-panel {
  position: relative;
  height: 700px;
  display: grid;
  place-items: center;
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(180deg, rgba(0,36,31,.28), rgba(0,20,18,.92)),
    radial-gradient(circle at 51% 34%, rgba(41,242,180,.22), transparent 22%),
    radial-gradient(circle at 12% 76%, rgba(216,149,39,.16), transparent 24%),
    url("../images/hero-security.png") center / cover no-repeat;
  isolation: isolate;
}

.login-visual-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(rgba(41,242,180,.1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(41,242,180,.08) 1px, transparent 1px),
    radial-gradient(circle at 50% 36%, rgba(41,242,180,.22), transparent 29%),
    linear-gradient(0deg, rgba(0,0,0,.28), transparent 54%);
  background-size: 48px 48px, 48px 48px, auto, auto;
  opacity: .72;
}

.login-visual-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 20% 32%, rgba(41,242,180,.72) 0 2px, transparent 3px),
    radial-gradient(circle at 76% 20%, rgba(41,242,180,.55) 0 2px, transparent 3px),
    radial-gradient(circle at 72% 67%, rgba(41,242,180,.55) 0 2px, transparent 3px),
    radial-gradient(circle at 36% 74%, rgba(41,242,180,.45) 0 2px, transparent 3px);
  filter: drop-shadow(0 0 12px rgba(41,242,180,.65));
}

.login-visual-overlay {
  width: min(660px, 100%);
  display: grid;
  justify-items: center;
  gap: .9rem;
  padding: 2.7rem 3rem 2.4rem;
  text-align: center;
  direction: rtl;
}

.login-shield {
  position: relative;
  width: 222px;
  height: 252px;
  display: grid;
  place-items: center;
  clip-path: polygon(50% 0, 91% 15%, 84% 68%, 50% 100%, 16% 68%, 9% 15%);
  background:
    linear-gradient(145deg, rgba(255,255,255,.94), rgba(255,255,255,.24) 25%, rgba(0,63,52,.08) 26% 100%),
    linear-gradient(180deg, #ecf6f2, #7b918a 28%, #092c26 72%);
  box-shadow:
    0 28px 64px rgba(0,0,0,.42),
    0 0 36px rgba(41,242,180,.18),
    inset 0 0 0 10px rgba(255,255,255,.24);
}

.login-shield::before {
  content: "";
  position: absolute;
  inset: 22px 27px 32px;
  clip-path: inherit;
  background: linear-gradient(180deg, #004b3e, #01221d);
  box-shadow: inset 0 0 0 2px rgba(42,244,178,.24);
}

.login-shield span {
  position: relative;
  z-index: 2;
  width: 86px;
  height: 70px;
  display: block;
  border: 8px solid var(--login-neon);
  border-radius: 13px;
  filter: drop-shadow(0 0 18px rgba(41,242,180,.8));
}

.login-shield span::before {
  content: "";
  position: absolute;
  right: 50%;
  bottom: 55px;
  width: 54px;
  height: 62px;
  border: 8px solid var(--login-neon);
  border-bottom: 0;
  border-radius: 34px 34px 0 0;
  transform: translateX(50%);
}

.login-shield span::after {
  content: "";
  position: absolute;
  right: 50%;
  top: 23px;
  width: 12px;
  height: 24px;
  border-radius: 99px;
  background: var(--login-neon);
  transform: translateX(50%);
}

.login-visual-overlay h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(2rem, 3vw, 2.82rem);
  font-weight: 900;
  line-height: 1.35;
  text-shadow: 0 8px 26px rgba(0,0,0,.42);
}

.login-visual-overlay p {
  max-width: 560px;
  margin: 0;
  color: rgba(255,255,255,.9);
  font-size: 1.05rem;
  font-weight: 800;
  line-height: 2;
}

.login-trust-row {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin-top: 1.2rem;
}

.login-trust-row span {
  min-height: 132px;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: .35rem;
  padding: .7rem 1rem;
  border-inline-start: 1px solid rgba(255,255,255,.16);
}

.login-trust-row span:last-child {
  border-inline-start: 0;
}

.login-trust-row b {
  color: var(--login-neon);
  font-size: 2.08rem;
  line-height: 1;
  text-shadow: 0 0 18px rgba(41,242,180,.42);
}

.login-trust-row strong {
  color: #fff;
  font-size: .92rem;
  font-weight: 900;
}

.login-trust-row small {
  color: rgba(255,255,255,.78);
  font-size: .76rem;
  font-weight: 800;
  line-height: 1.7;
}

.login-form-panel {
  height: 700px;
  display: grid;
  place-items: center;
  padding: 2.2rem 3.1rem;
  background:
    radial-gradient(circle at 84% 18%, rgba(216,149,39,.07), transparent 20%),
    radial-gradient(circle at 18% 88%, rgba(0,63,52,.045), transparent 22%),
    linear-gradient(135deg, #f8faf9, #fff);
  direction: rtl;
}

.login-card {
  width: min(560px, 100%);
  padding: 3rem 3rem 2.7rem;
  border: 1px solid var(--login-line);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.98), #fff);
  box-shadow:
    0 26px 60px rgba(0,63,52,.13),
    0 1px 0 rgba(255,255,255,.95) inset;
}

.login-card h2 {
  margin: 0;
  color: var(--login-green);
  font-size: clamp(2rem, 3.2vw, 2.8rem);
  font-weight: 900;
  text-align: center;
}

.login-card > p {
  margin: .4rem 0 2rem;
  color: var(--login-muted);
  font-size: 1rem;
  font-weight: 800;
  text-align: center;
}

.login-form {
  display: grid;
  gap: 1.15rem;
}

.login-form label {
  display: grid;
  gap: .55rem;
}

.login-form label span {
  color: #173331;
  font-size: .88rem;
  font-weight: 900;
}

.login-input-icon {
  position: relative;
}

.login-input-icon input {
  width: 100%;
  min-height: 60px;
  border: 1px solid #dfe8e6;
  border-radius: 6px;
  outline: 0;
  padding: .85rem 1rem .85rem 3rem;
  color: #243d39;
  background: linear-gradient(180deg, #fff, #fcfdfd);
  font-size: .92rem;
  font-weight: 800;
  text-align: left;
  direction: ltr;
}

.login-input-icon input:focus {
  border-color: rgba(0,63,52,.45);
  box-shadow: 0 0 0 3px rgba(0,63,52,.08);
}

.login-input-icon b {
  position: absolute;
  top: 50%;
  left: .95rem;
  color: var(--login-green);
  font-size: 1.35rem;
  font-weight: 900;
  transform: translateY(-50%);
}

.login-options {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  color: #526966;
  font-size: .86rem;
  font-weight: 900;
}

.login-options label {
  display: inline-flex;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: .45rem;
}

.login-options input {
  width: 16px;
  height: 16px;
  accent-color: var(--login-green);
}

.login-options a,
.login-create a {
  color: #00795d;
  font-weight: 900;
}

.login-submit,
.login-otp,
.login-help a {
  min-height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .65rem;
  border-radius: 6px;
  font-weight: 900;
}

.login-submit {
  border: 0;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(255,255,255,.08), transparent 38%),
    linear-gradient(135deg, #00493c, #00251f);
  box-shadow: 0 16px 30px rgba(0,63,52,.22);
  transition: transform .2s ease, box-shadow .2s ease;
}

.login-submit:hover,
.login-otp:hover,
.login-help a:hover {
  transform: translateY(-2px);
}

.login-divider {
  display: flex;
  align-items: center;
  gap: 1rem;
  color: #617471;
  font-size: .84rem;
  font-weight: 900;
}

.login-divider::before,
.login-divider::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #e6eeec;
}

.login-otp {
  border: 1px solid rgba(0,63,52,.32);
  color: #173331;
  background: linear-gradient(180deg, #fff, #fbfdfc);
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.login-otp:hover,
.login-help a:hover {
  border-color: rgba(0,63,52,.48);
  box-shadow: 0 12px 26px rgba(0,63,52,.08);
}

.login-create {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .85rem;
  margin-top: .4rem;
  color: #5c706d;
  font-size: .88rem;
  font-weight: 800;
}

.login-section {
  padding: 3.2rem 0 1.25rem;
  background:
    radial-gradient(circle at 12% 30%, rgba(216,149,39,.05), transparent 18%),
    linear-gradient(#fff, #fbfdfc);
}

.login-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin: 0 auto 1.45rem;
  text-align: center;
}

.login-title h2 {
  margin: 0;
  color: var(--login-green);
  font-size: 1.34rem;
  font-weight: 900;
}

.login-title span {
  width: 24px;
  height: 2px;
  border-radius: 99px;
  background: var(--login-gold);
}

.login-features {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1rem;
  margin-bottom: 2rem;
}

.login-features article {
  min-height: 210px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: .45rem;
  padding: 1.25rem .9rem;
  border: 1px solid var(--login-line);
  border-radius: 8px;
  background: #fff;
  text-align: center;
  box-shadow: 0 12px 28px rgba(0,63,52,.045);
}

.login-features b {
  color: var(--login-green);
  font-size: 2.7rem;
  line-height: 1;
}

.login-features h3 {
  margin: .3rem 0 0;
  color: #173331;
  font-size: .98rem;
  font-weight: 900;
}

.login-features p {
  margin: 0;
  color: var(--login-muted);
  font-size: .8rem;
  font-weight: 800;
  line-height: 1.8;
}

.login-help {
  display: grid;
  grid-template-columns: 420px 1fr;
  align-items: center;
  gap: 1.5rem;
  min-height: 168px;
  padding: 1.2rem 2rem;
  border: 1px solid var(--login-line);
  border-radius: 8px;
  background:
    radial-gradient(circle at 20% 50%, rgba(0,63,52,.08), transparent 24%),
    linear-gradient(135deg, #f3f7f6, #fff);
  direction: ltr;
}

.login-help-art {
  position: relative;
  min-height: 132px;
  direction: rtl;
}

.login-help-laptop {
  position: absolute;
  right: 76px;
  bottom: 18px;
  width: 180px;
  height: 108px;
  border: 10px solid #1c2b27;
  border-radius: 9px 9px 4px 4px;
  background: linear-gradient(135deg, #eef5f2, #fff);
  box-shadow: 0 16px 30px rgba(0,63,52,.12);
}

.login-help-laptop::after {
  content: "";
  position: absolute;
  right: -28px;
  left: -28px;
  bottom: -22px;
  height: 18px;
  border-radius: 0 0 16px 16px;
  background: linear-gradient(180deg, #23342f, #0b1815);
}

.login-help-shield {
  position: absolute;
  right: 134px;
  bottom: 42px;
  width: 62px;
  height: 70px;
  clip-path: polygon(50% 0, 90% 15%, 82% 70%, 50% 100%, 18% 70%, 10% 15%);
  background: linear-gradient(180deg, #0c8069, #003f34);
}

.login-help-shield::before {
  content: "✓";
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 2rem;
  font-weight: 900;
}

.login-help-plant {
  position: absolute;
  right: 16px;
  bottom: 8px;
  width: 42px;
  height: 48px;
  border-radius: 0 0 8px 8px;
  background: #173331;
}

.login-help-plant::before {
  content: "";
  position: absolute;
  right: 50%;
  bottom: 34px;
  width: 82px;
  height: 70px;
  background:
    radial-gradient(ellipse at 30% 55%, #0b8068 0 28%, transparent 29%),
    radial-gradient(ellipse at 70% 45%, #0b8068 0 28%, transparent 29%),
    radial-gradient(ellipse at 50% 20%, #0b8068 0 27%, transparent 28%);
  transform: translateX(50%);
}

.login-help-mug {
  position: absolute;
  right: 270px;
  bottom: 16px;
  width: 52px;
  height: 56px;
  border-radius: 0 0 12px 12px;
  background: #003f34;
}

.login-help-mug::before {
  content: "";
  position: absolute;
  left: -20px;
  top: 14px;
  width: 28px;
  height: 28px;
  border: 6px solid #003f34;
  border-right: 0;
  border-radius: 14px 0 0 14px;
}

.login-help > div:last-child {
  text-align: right;
  direction: rtl;
}

.login-help h2 {
  margin: 0 0 .45rem;
  color: var(--login-green);
  font-size: 1.45rem;
  font-weight: 900;
}

.login-help p {
  margin: 0 0 .9rem;
  color: var(--login-muted);
  font-size: .95rem;
  font-weight: 800;
  line-height: 1.85;
}

.login-help a {
  min-width: 170px;
  min-height: 44px;
  border: 1px solid rgba(0,63,52,.28);
  color: #173331;
  background: #fff;
}

@media (max-width: 1100px) {
  .login-features {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 992px) {
  .login-hero {
    height: auto;
    grid-template-columns: 1fr;
  }

  .login-visual-panel,
  .login-form-panel {
    height: auto;
    min-height: 700px;
  }

  .login-trust-row {
    grid-template-columns: 1fr;
  }

  .login-trust-row span {
    min-height: auto;
    border-inline-start: 0;
    border-bottom: 1px solid rgba(255,255,255,.14);
  }

  .login-trust-row span:last-child {
    border-bottom: 0;
  }

  .login-help {
    grid-template-columns: 1fr;
  }

  .login-help-art {
    order: 2;
  }
}

@media (max-width: 768px) {
  body[data-page="25-login"] {
    overflow-x: hidden;
  }

  body[data-page="25-login"] .login-page,
  body[data-page="25-login"] .login-hero,
  body[data-page="25-login"] .login-visual-panel,
  body[data-page="25-login"] .login-form-panel,
  body[data-page="25-login"] .login-section {
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
  }

  body[data-page="25-login"] .nav-row {
    align-items: center;
    padding-top: .85rem;
    padding-bottom: .85rem;
  }

  body[data-page="25-login"] .brand {
    min-width: 0;
  }

  body[data-page="25-login"] .site-logo-header {
    height: 48px;
    max-width: 190px;
  }

  body[data-page="25-login"] .mega-nav {
    display: none;
  }

  body[data-page="25-login"] .main-nav .btn-gold {
    width: auto;
    max-width: 150px;
    padding-inline: 1rem !important;
    font-size: .82rem;
    white-space: normal;
  }

  .login-visual-panel,
  .login-form-panel {
    min-height: auto;
  }

  .login-visual-overlay,
  .login-form-panel,
  .login-card,
  .login-help {
    padding: 1.1rem;
  }

  .login-shield {
    width: 160px;
    height: 184px;
  }

  .login-visual-overlay h1 {
    max-width: 100%;
    font-size: 1.52rem;
    overflow-wrap: anywhere;
  }

  .login-visual-overlay p {
    max-width: 100%;
    font-size: .92rem;
    line-height: 1.85;
    overflow-wrap: anywhere;
  }

  .login-card {
    width: 100%;
    max-width: calc(100vw - 2.2rem);
  }

  .login-form label span,
  .login-options,
  .login-create {
    padding-inline: .35rem;
  }

  .login-form label span {
    width: 100%;
    text-align: center;
  }

  .login-options {
    align-items: center;
    text-align: center;
  }

  .login-options label {
    justify-content: center;
  }

  .login-features {
    grid-template-columns: 1fr;
  }

  .login-options,
  .login-create {
    align-items: stretch;
    flex-direction: column;
  }

  .login-submit,
  .login-otp,
  .login-help a {
    width: 100%;
  }

  .login-help,
  .login-help > div:last-child {
    text-align: center;
  }

  .login-help-art {
    min-height: 155px;
  }
}

.profarab-whmcs {
  background: var(--white);
}

.profarab-main-body {
  min-height: 40vh;
}

.profarab-main-body-fluid,
.profarab-main-body-fluid > div,
.profarab-main-body-fluid > div > div,
.profarab-main-body-fluid .primary-content {
  width: 100%;
  max-width: 100%;
}

.profarab-no-sidebar .primary-content {
  width: 100%;
  max-width: 100%;
  flex: 0 0 100%;
}

.profarab-header-shell {
  position: relative;
  z-index: 1000;
}

@media (min-width: 992px) {
  .profarab-header-shell {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
  }

  .profarab-whmcs {
    padding-top: 124px;
  }

  .profarab-whmcs.admin-masquerade-notice,
  .profarab-whmcs.admin-masquerade-notice.admin-masquerade-notice {
    padding-top: 124px;
  }
}

.profarab-nav-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 auto;
}

.profarab-nav-actions {
  display: flex;
  align-items: center;
  gap: .8rem;
  flex: 0 0 auto;
}

.profarab-cart,
.profarab-account {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  padding: .7rem 1rem;
  border: 1px solid rgba(0, 63, 52, .12);
  border-radius: 12px;
  background: rgba(255, 255, 255, .92);
  color: var(--brand);
  font-weight: 800;
}

.profarab-cart small {
  min-width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  color: #fff;
  background: var(--gold);
  font-size: .78rem;
}

.profarab-mobile-toggle {
  display: none;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 1px solid rgba(0, 63, 52, .14);
  border-radius: 12px;
  background: #fff;
  flex-direction: column;
  justify-content: center;
  gap: .3rem;
}

.profarab-mobile-toggle span {
  width: 20px;
  height: 2px;
  margin: 0 auto;
  border-radius: 999px;
  background: var(--brand);
}

.login-captcha,
.portal-captcha {
  margin-bottom: 1rem;
}

.login-captcha .text-center,
.portal-captcha .text-center,
.contact-form .full .text-center {
  text-align: right !important;
}

.contact-form .full .captcha,
.login-captcha .captcha,
.portal-captcha .captcha {
  width: 100%;
}

.support-page-shell .table-card {
  padding: 2rem;
}

.support-page-shell .table-card .section-title {
  margin-bottom: 1.5rem;
}

.support-page-shell .table td,
.support-page-shell .table th {
  vertical-align: middle;
}

.support-form-actions {
  display: flex;
  align-items: center;
  gap: .85rem;
  flex-wrap: wrap;
}

@media (max-width: 1200px) {
  .profarab-nav-actions {
    gap: .55rem;
  }

  .profarab-account {
    max-width: 180px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

@media (max-width: 1100px) {
  .main-nav .nav-row {
    align-items: center;
  }

  .profarab-mobile-toggle {
    display: inline-flex;
  }

  .profarab-nav-wrap {
    width: 100%;
    display: none;
  }

  .profarab-nav-wrap.is-open {
    display: flex;
  }

  .profarab-nav-actions {
    width: 100%;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}

@media (max-width: 767px) {
  .profarab-cart,
  .profarab-account,
  .profarab-nav-actions .btn {
    width: 100%;
    justify-content: center;
  }

  .support-page-shell .table-card {
    padding: 1.2rem;
  }
}

@media (max-width: 767px) {
  html,
  body,
  .profarab-whmcs {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }

  .main-nav .container,
  .profarab-header-shell .container,
  .profarab-main-body .container,
  .profarab-main-body-fluid,
  .profarab-main-body-fluid > div,
  .profarab-main-body-fluid > div > div,
  .profarab-main-body-fluid .primary-content,
  .profarab-no-sidebar .primary-content,
  .main-nav .nav-row,
  .profarab-nav-wrap,
  .profarab-nav-actions,
  .home-hero,
  .home-hero-grid,
  .home-hero-copy,
  .home-hero-actions {
    max-width: 100%;
    min-width: 0;
  }

  .profarab-header-shell .container,
  .profarab-main-body .container {
    width: 100% !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .main-nav .nav-row {
    align-items: stretch;
    gap: .95rem;
  }

  .brand {
    justify-content: center;
  }

  .profarab-mobile-toggle {
    align-self: center;
  }

  .profarab-nav-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .home-hero {
    padding-top: 1.4rem;
  }

  .home-hero-grid {
    padding-inline: 0;
  }

  .home-hero-copy {
    width: 100% !important;
    max-width: 100% !important;
    margin-inline: 0 !important;
    padding-inline: .95rem;
    text-align: center;
  }

  .home-hero h1 {
    max-width: 100%;
    font-size: clamp(2.35rem, 13vw, 3.35rem) !important;
    line-height: 1.18;
    overflow-wrap: anywhere;
  }

  .home-hero h1 span {
    display: block;
    font-size: clamp(2.05rem, 11vw, 3rem);
  }

  .home-hero p {
    max-width: 100%;
    font-size: .98rem;
    margin-inline: auto;
  }

  .home-hero-actions {
    grid-template-columns: 1fr;
    display: grid;
    width: 100%;
    padding-inline: .95rem;
  }

  .home-feature-dock {
    width: calc(100% - 1.9rem);
    margin-inline: auto;
  }

  .home-trust-row {
    justify-content: center;
    padding-inline: .95rem;
  }
}

@media (max-width: 430px) {
  .home-hero h1 {
    font-size: clamp(2rem, 11vw, 2.55rem) !important;
  }

  .home-hero h1 span {
    font-size: clamp(1.85rem, 10vw, 2.35rem);
  }

  .home-hero p {
    font-size: .92rem;
    line-height: 1.8;
  }
}
