:root {
  --ink: #141817;
  --muted: #56615e;
  --soft: #f4f5ef;
  --paper: #fbfbf7;
  --line: #dfe4da;
  --charcoal: #101414;
  --panel: #ffffff;
  --teal: #0d7768;
  --teal-strong: #08a88c;
  --green: #2fd47e;
  --amber: #d89b2a;
  --rust: #a95836;
  --shadow: 0 18px 60px rgba(20, 24, 23, 0.13);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font: 16px/1.5 Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}

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

button,
input,
select,
textarea {
  font: inherit;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px clamp(18px, 4vw, 56px);
  color: #fff;
  background: linear-gradient(180deg, rgba(16, 20, 20, 0.88), rgba(16, 20, 20, 0.18));
}

.site-header.solid {
  background: rgba(16, 20, 20, 0.97);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.brand,
.nav-cta,
.button,
.use-list div,
.spec-card i,
.price-card i {
  display: inline-flex;
  align-items: center;
}

.brand {
  gap: 10px;
  font-weight: 760;
  letter-spacing: 0;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.12);
  font-size: 13px;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 24px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.82);
}

.nav-links a:hover,
.nav-cta:hover {
  color: #fff;
}

.nav-cta {
  gap: 8px;
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.10);
  font-size: 14px;
}

.nav-cta svg,
.button svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
}

.hero {
  min-height: 78svh;
  display: flex;
  align-items: flex-end;
  padding: 150px clamp(20px, 6vw, 84px) 90px;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(8, 10, 10, 0.58), rgba(8, 10, 10, 0.18) 56%, rgba(8, 10, 10, 0.36)),
    url("assets/hero-compute-room.png") center / cover no-repeat;
}

.hero-inner {
  width: min(820px, 100%);
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--teal-strong);
  font-size: 13px;
  font-weight: 780;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: #70f0cf;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 780px;
  margin-bottom: 22px;
  font-size: clamp(44px, 7vw, 88px);
  line-height: 0.96;
  letter-spacing: 0;
}

.hero-copy {
  max-width: 660px;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(18px, 2.4vw, 23px);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.button {
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-weight: 750;
  cursor: pointer;
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button.primary {
  color: #071211;
  background: #65f0c4;
}

.button.secondary {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.10);
}

.status-strip {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1px;
  width: min(1180px, calc(100% - 40px));
  margin: -38px auto 0;
  position: relative;
  z-index: 5;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--line);
  box-shadow: var(--shadow);
}

.metric {
  min-height: 112px;
  padding: 24px;
  background: var(--panel);
}

.metric-label {
  display: block;
  margin-bottom: 9px;
  color: var(--muted);
  font-size: 13px;
}

.metric strong {
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.12;
}

.section {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 92px 0;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  align-items: end;
  gap: 56px;
  margin-bottom: 34px;
}

.section-heading.compact {
  display: block;
  max-width: 740px;
}

.section-heading h2,
.availability-panel h2,
.contact-copy h2 {
  margin-bottom: 0;
  font-size: clamp(32px, 4vw, 54px);
  line-height: 1.03;
  letter-spacing: 0;
}

.spec-grid,
.pricing-grid,
.trust-grid,
.process-grid {
  display: grid;
  gap: 16px;
}

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

.spec-card,
.price-card,
.trust-grid div,
.process-grid article {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
  box-shadow: 0 10px 34px rgba(20, 24, 23, 0.06);
}

.spec-card {
  min-height: 282px;
  padding: 24px;
}

.spec-card svg {
  width: 28px;
  height: 28px;
  margin-bottom: 28px;
  color: var(--teal);
}

.spec-card h3,
.price-card h3 {
  margin-bottom: 12px;
  font-size: 21px;
  line-height: 1.12;
}

.spec-card p,
.price-card li,
.trust-grid span,
.availability-panel p,
.contact-copy p {
  color: var(--muted);
}

.use-section {
  width: 100%;
  padding-left: max(20px, calc((100% - 1180px) / 2));
  padding-right: max(20px, calc((100% - 1180px) / 2));
  background: var(--soft);
}

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

.use-list div {
  gap: 12px;
  min-height: 66px;
  padding: 16px 18px;
  border: 1px solid #d7ded1;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.66);
  font-weight: 700;
}

.use-list svg {
  width: 21px;
  height: 21px;
  color: var(--rust);
}

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

.price-card {
  min-height: 390px;
  padding: 26px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.price-card.featured {
  border-color: rgba(13, 119, 104, 0.45);
  background: #f6fbf6;
}

.plan-label {
  margin-bottom: 10px;
  color: var(--teal);
  font-weight: 800;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.price-range {
  margin-bottom: 26px;
  color: var(--ink);
  font-size: 30px;
  font-weight: 820;
  line-height: 1;
}

.price-card ul {
  margin: 0 0 26px;
  padding-left: 20px;
}

.quote-button {
  color: var(--ink);
  border-color: #cfd8cc;
  background: #fff;
}

.availability-section {
  width: 100%;
  padding: 92px max(20px, calc((100% - 1180px) / 2));
  background: var(--charcoal);
}

.availability-panel,
.payment-panel,
.partner-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 420px;
  gap: 64px;
  align-items: center;
  color: #fff;
}

.availability-panel p,
.payment-panel p,
.partner-panel p {
  max-width: 650px;
}

.availability-table {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
}

.availability-table div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 74px;
  padding: 0 22px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.availability-table div:last-child {
  border-bottom: 0;
}

.availability-table span {
  color: rgba(255, 255, 255, 0.68);
}

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

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

.process-grid article {
  min-height: 250px;
  padding: 24px;
}

.process-grid span {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 30px;
  border: 1px solid #cfd8cc;
  border-radius: 8px;
  color: var(--teal);
  font-weight: 820;
}

.process-grid h3 {
  margin-bottom: 12px;
  font-size: 21px;
  line-height: 1.12;
}

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

.payment-section,
.partner-section {
  width: 100%;
  padding-left: max(20px, calc((100% - 1180px) / 2));
  padding-right: max(20px, calc((100% - 1180px) / 2));
  color: #fff;
  background: var(--charcoal);
}

.payment-panel h2,
.partner-panel h2 {
  margin-bottom: 18px;
  font-size: clamp(32px, 4vw, 54px);
  line-height: 1.03;
  letter-spacing: 0;
}

.policy-links {
  display: grid;
  gap: 12px;
}

.policy-links a {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 66px;
  padding: 16px 18px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  color: #fff;
  background: rgba(255, 255, 255, 0.07);
  font-weight: 760;
}

.policy-links svg {
  width: 21px;
  height: 21px;
  color: #65f0c4;
  flex: 0 0 auto;
}

.trust-grid div {
  min-height: 170px;
  padding: 22px;
}

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

.trust-grid strong {
  margin-bottom: 12px;
  font-size: 18px;
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  gap: 58px;
  align-items: start;
}

.email-link {
  display: inline-flex;
  margin-top: 18px;
  color: var(--teal);
  font-weight: 800;
}

.lead-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
  box-shadow: var(--shadow);
}

.lead-form label {
  display: grid;
  gap: 8px;
}

.lead-form label.full,
.lead-form .full {
  grid-column: 1 / -1;
}

.lead-form span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 720;
}

.lead-form input,
.lead-form select,
.lead-form textarea {
  width: 100%;
  min-height: 46px;
  border: 1px solid #cfd7cf;
  border-radius: 8px;
  padding: 11px 12px;
  color: var(--ink);
  background: #fff;
}

.lead-form textarea {
  resize: vertical;
}

.footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 28px clamp(20px, 5vw, 56px);
  color: rgba(255, 255, 255, 0.74);
  background: var(--charcoal);
}

.footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.footer a:hover {
  color: #fff;
}

.subpage main {
  padding-top: 72px;
}

.legal-hero,
.partner-hero {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 96px 0 52px;
}

.legal-hero h1,
.partner-hero h1 {
  max-width: 900px;
  margin-bottom: 20px;
  font-size: clamp(42px, 6vw, 76px);
}

.legal-hero p,
.partner-hero p {
  max-width: 780px;
  color: var(--muted);
  font-size: clamp(18px, 2.2vw, 22px);
}

.legal-layout {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 46px;
  align-items: start;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 0 0 92px;
}

.legal-nav {
  position: sticky;
  top: 98px;
  display: grid;
  gap: 8px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
}

.legal-nav a {
  padding: 10px 12px;
  border-radius: 7px;
  color: var(--muted);
  font-weight: 720;
}

.legal-nav a:hover {
  color: var(--ink);
  background: var(--soft);
}

.legal-content {
  display: grid;
  gap: 18px;
}

.legal-block {
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
  box-shadow: 0 10px 34px rgba(20, 24, 23, 0.06);
}

.legal-block h2 {
  margin-bottom: 14px;
  font-size: clamp(26px, 3vw, 36px);
  line-height: 1.08;
}

.legal-block h3 {
  margin: 20px 0 8px;
  font-size: 18px;
}

.legal-block p,
.legal-block li,
.source-note {
  color: var(--muted);
}

.legal-block ul {
  margin: 0;
  padding-left: 20px;
}

.source-note {
  margin-top: 22px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
  font-size: 14px;
}

.partner-panel {
  color: #fff;
}

.partner-list {
  display: grid;
  gap: 14px;
  margin-top: 24px;
}

.partner-list div {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
}

.partner-list strong,
.partner-list span {
  display: block;
}

.partner-list strong {
  margin-bottom: 8px;
}

.partner-list span {
  color: var(--muted);
}

@media (max-width: 960px) {
  .nav-links {
    display: none;
  }

  .hero {
    min-height: 82svh;
    padding-top: 128px;
    padding-bottom: 70px;
  }

  .status-strip,
  .spec-grid,
  .pricing-grid,
  .trust-grid,
  .process-grid,
  .use-list,
  .section-heading,
  .availability-panel,
  .payment-panel,
  .partner-panel,
  .legal-layout,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .legal-nav {
    position: static;
  }

  .status-strip {
    margin-top: -22px;
  }

  .metric {
    min-height: 92px;
  }

  .section {
    padding: 72px 0;
  }

  .availability-section,
  .use-section,
  .payment-section,
  .partner-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }
}

@media (max-width: 620px) {
  .site-header {
    padding: 14px 16px;
  }

  .nav-cta span {
    display: none;
  }

  h1 {
    font-size: 43px;
  }

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

  .lead-form {
    grid-template-columns: 1fr;
  }

  .footer {
    flex-direction: column;
  }
}
