:root {
  --bg: #f4f8ff;
  --surface: #ffffff;
  --surface-soft: #eef5ff;
  --surface-dark: #0d1b3d;
  --text: #10203f;
  --text-soft: #53627f;
  --text-inverse: #f7fbff;
  --line: rgba(16, 32, 63, 0.1);
  --line-strong: rgba(16, 32, 63, 0.16);
  --brand: #1463ff;
  --brand-deep: #0d43b0;
  --brand-soft: #dbe9ff;
  --mint: #49d7bd;
  --hero-start: #0b1736;
  --hero-end: #164da8;
  --shadow-lg: 0 28px 70px rgba(13, 29, 70, 0.14);
  --shadow-md: 0 18px 42px rgba(17, 34, 82, 0.1);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --radius-sm: 14px;
  --header-height: 82px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", system-ui, sans-serif;
  background:
    radial-gradient(circle at top left, rgba(20, 99, 255, 0.12), transparent 26%),
    linear-gradient(180deg, #f9fbff 0%, #eff5ff 100%);
  color: var(--text);
}

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

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

button,
input,
textarea {
  font: inherit;
}

.site-page {
  min-height: 100vh;
}

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

.narrow-shell {
  width: min(860px, 100%);
}

.website-header {
  position: sticky;
  top: 0;
  z-index: 100;
  backdrop-filter: blur(18px);
  background: rgba(247, 251, 255, 0.86);
  border-bottom: 1px solid rgba(16, 32, 63, 0.06);
}

.website-header.is-scrolled {
  box-shadow: 0 10px 32px rgba(8, 19, 46, 0.08);
}

.nav-shell {
  min-height: var(--header-height);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 168px;
}

.brand-lockup img {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  box-shadow: 0 10px 20px rgba(20, 99, 255, 0.18);
}

.brand-lockup strong {
  display: block;
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.15rem;
  letter-spacing: -0.03em;
}

.brand-lockup small {
  display: block;
  color: var(--text-soft);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.header-nav {
  display: flex;
  align-items: center;
  gap: 26px;
}

.header-nav a {
  position: relative;
  color: var(--text-soft);
  font-weight: 700;
}

.header-nav a.is-active,
.header-nav a:hover,
.header-nav a:focus-visible {
  color: var(--text);
}

.header-nav a.is-active::after,
.header-nav a:hover::after,
.header-nav a:focus-visible::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  height: 2px;
  background: linear-gradient(90deg, var(--brand), var(--mint));
}

.header-login,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 22px;
  border-radius: 999px;
  font-weight: 800;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.header-login,
.button.primary {
  background: linear-gradient(135deg, var(--brand), var(--brand-deep));
  color: var(--text-inverse);
  box-shadow: 0 16px 30px rgba(20, 99, 255, 0.22);
}

.button.ghost {
  border: 1px solid rgba(16, 32, 63, 0.12);
  background: rgba(255, 255, 255, 0.7);
  color: var(--text);
}

.button:hover,
.button:focus-visible,
.header-login:hover,
.header-login:focus-visible {
  transform: translateY(-1px);
}

.mobile-only,
.nav-toggle {
  display: none;
}

.hero-section,
.page-hero,
.policy-hero {
  position: relative;
  overflow: hidden;
}

.hero-section::before,
.page-hero::before,
.policy-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 14% 24%, rgba(73, 215, 189, 0.18), transparent 24%),
    radial-gradient(circle at 84% 18%, rgba(255, 255, 255, 0.16), transparent 18%),
    linear-gradient(135deg, var(--hero-start), var(--hero-end));
  z-index: -1;
}

.hero-grid,
.page-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(320px, 0.98fr);
  gap: 42px;
  align-items: center;
  padding: 84px 0 76px;
}

.hero-copy h1,
.page-hero h1,
.policy-hero h1 {
  margin: 0;
  color: var(--text-inverse);
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(2.8rem, 4vw, 4.8rem);
  line-height: 0.98;
  letter-spacing: -0.05em;
}

.hero-lead,
.page-hero p,
.policy-hero p {
  margin: 22px 0 0;
  color: rgba(247, 251, 255, 0.84);
  font-size: 1.08rem;
  line-height: 1.7;
  max-width: 700px;
}

.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 18px;
  color: #bcd7ff;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.section-kicker::before {
  content: "";
  width: 32px;
  height: 1px;
  background: currentColor;
}

.hero-actions,
.footer-cta-row,
.cta-actions,
.cta-inline {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

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

.hero-stat,
.metric-card,
.workflow-card,
.story-card,
.role-card,
.testimonial-card,
.info-card,
.detail-card,
.form-card,
.policy-card,
.timeline-card,
.plan-card,
.visual-card,
.flow-row {
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.28);
  box-shadow: var(--shadow-md);
  border-radius: var(--radius-lg);
}

.hero-stat {
  padding: 20px 18px;
  backdrop-filter: blur(14px);
}

.hero-stat strong {
  display: block;
  color: var(--text-inverse);
  font-size: 1.24rem;
}

.hero-stat span {
  display: block;
  margin-top: 6px;
  color: rgba(247, 251, 255, 0.78);
  font-size: 0.92rem;
}

.hero-visual-stack {
  position: relative;
  padding: 46px 0 22px;
}

.hero-badge,
.floating-panel {
  position: absolute;
  z-index: 2;
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.88);
  color: var(--text);
  box-shadow: var(--shadow-lg);
}

.hero-badge {
  top: 0;
  right: 22px;
  font-size: 0.88rem;
  font-weight: 800;
}

.floating-left {
  left: -18px;
  bottom: 48px;
}

.floating-right {
  right: -12px;
  bottom: 120px;
}

.floating-panel span {
  display: block;
  color: var(--text-soft);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.floating-panel strong {
  display: block;
  margin-top: 6px;
  max-width: 190px;
  font-size: 0.95rem;
  line-height: 1.4;
}

.hero-image-card {
  position: relative;
  padding: 32px;
  border-radius: 40px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.08)),
    rgba(255, 255, 255, 0.08);
  box-shadow: var(--shadow-lg);
}

.hero-image-card img,
.visual-card img {
  width: 100%;
  height: auto;
}

.glow-card::before,
.visual-card::before,
.pricing-orbit::before {
  content: "";
  position: absolute;
  inset: auto;
}

.band-section {
  margin-top: -16px;
}

.band-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  padding: 0 0 22px;
}

.band-grid span {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
  border-radius: 18px;
  background: var(--surface);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-md);
  color: var(--text-soft);
  font-weight: 800;
  text-align: center;
}

.section-block {
  padding: 82px 0;
}

.alt-surface {
  background:
    radial-gradient(circle at top right, rgba(20, 99, 255, 0.08), transparent 20%),
    rgba(255, 255, 255, 0.55);
}

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

.section-heading.narrow {
  max-width: 760px;
}

.section-heading.left {
  max-width: 620px;
}

.section-heading h2 {
  margin: 0;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(2rem, 3.4vw, 3.2rem);
  line-height: 1.02;
  letter-spacing: -0.04em;
}

.section-heading p:not(.section-kicker) {
  margin: 18px 0 0;
  color: var(--text-soft);
  line-height: 1.75;
  font-size: 1.02rem;
}

.metric-grid,
.workflow-grid,
.role-grid,
.testimonial-grid,
.principle-grid,
.service-grid,
.feature-group-grid,
.plan-grid,
.timeline-grid {
  display: grid;
  gap: 20px;
}

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

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

.metric-card {
  padding: 26px;
}

.metric-card strong {
  display: block;
  color: var(--brand-deep);
  font-size: 1.35rem;
  font-family: "Space Grotesk", sans-serif;
}

.metric-card p {
  margin: 10px 0 0;
  color: var(--text-soft);
  line-height: 1.6;
}

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

.workflow-card,
.story-card,
.role-card,
.testimonial-card,
.info-card,
.detail-card,
.policy-card,
.timeline-card {
  padding: 28px;
}

.workflow-card span {
  color: var(--brand);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.workflow-card h3,
.story-card h3,
.role-card h3,
.info-card h3,
.detail-card h3,
.plan-card h3,
.timeline-card strong {
  margin: 14px 0 10px;
  font-size: 1.26rem;
  line-height: 1.25;
}

.workflow-card p,
.story-card p,
.role-card p,
.testimonial-card p,
.info-card p,
.detail-card p,
.policy-card p,
.timeline-card p,
.plan-card p {
  margin: 0;
  color: var(--text-soft);
  line-height: 1.72;
}

.split-media,
.dual-section,
.contact-layout {
  display: grid;
  grid-template-columns: minmax(320px, 0.95fr) minmax(0, 1.05fr);
  gap: 28px;
  align-items: start;
}

.split-media.reverse {
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
}

.stacked-copy {
  display: grid;
  gap: 18px;
}

.visual-card {
  position: relative;
  overflow: hidden;
  padding: 20px;
  min-height: 100%;
}

.visual-card img {
  border-radius: 20px;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.tall-card {
  min-height: 620px;
}

.feature-list {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.feature-list li {
  position: relative;
  padding-left: 24px;
  color: var(--text);
  font-weight: 700;
}

.feature-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--brand), var(--mint));
}

.story-card.compact h3 {
  margin-top: 0;
}

.role-grid,
.principle-grid,
.service-grid,
.timeline-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

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

.testimonial-card strong,
.testimonial-card span {
  display: block;
}

.testimonial-card strong {
  margin-top: 18px;
}

.testimonial-card span {
  margin-top: 4px;
  color: var(--text-soft);
}

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

.faq-item {
  overflow: hidden;
  border-radius: var(--radius-md);
  border: 1px solid var(--line);
  background: var(--surface);
}

.faq-question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 22px 24px;
  border: 0;
  background: transparent;
  color: var(--text);
  text-align: left;
  cursor: pointer;
  font-weight: 800;
}

.faq-question strong {
  font-size: 1.4rem;
  color: var(--brand);
}

.faq-answer {
  display: none;
  padding: 0 24px 24px;
}

.faq-item.is-open .faq-answer {
  display: block;
}

.cta-block {
  padding-top: 0;
}

.cta-panel,
.footer-spotlight {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  padding: 34px 38px;
  border-radius: 30px;
  background:
    radial-gradient(circle at top right, rgba(73, 215, 189, 0.28), transparent 28%),
    linear-gradient(135deg, #0f2048, #164da8);
  box-shadow: var(--shadow-lg);
}

.cta-panel h2,
.footer-spotlight h2 {
  margin: 0;
  color: var(--text-inverse);
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  line-height: 1.05;
}

.cta-panel p,
.footer-spotlight p {
  margin: 14px 0 0;
  color: rgba(247, 251, 255, 0.8);
  line-height: 1.7;
}

.footer-shell {
  padding: 0 0 34px;
}

.footer-spotlight {
  margin-bottom: 26px;
}

.footer-spotlight-copy {
  min-width: 0;
}

.footer-spotlight-copy .section-kicker {
  margin-bottom: 16px;
}

.footer-spotlight-copy h2 {
  max-width: 760px;
}

.footer-spotlight-copy p {
  max-width: 640px;
}

.footer-spotlight-actions {
  margin-top: 0;
  justify-content: flex-end;
  align-items: center;
}

.website-footer {
  padding-top: 18px;
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) repeat(3, minmax(160px, 1fr));
  gap: 22px;
}

.footer-branding,
.footer-column {
  padding: 28px;
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-md);
}

.footer-branding p {
  margin: 18px 0 0;
  color: var(--text-soft);
  line-height: 1.72;
}

.footer-contact-list {
  display: grid;
  gap: 8px;
  margin-top: 18px;
  color: var(--text);
  font-weight: 700;
}

.footer-column h3 {
  margin: 0 0 14px;
  font-size: 1rem;
}

.footer-column a,
.legal-nav a {
  color: var(--text-soft);
  font-weight: 700;
}

.footer-column {
  display: grid;
  gap: 12px;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 20px;
  padding: 0 6px;
}

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

.footer-bottom p {
  margin: 0;
  color: var(--text-soft);
  font-size: 0.95rem;
}

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

.flow-row {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 16px;
  padding: 18px 20px;
}

.flow-row span {
  width: 18px;
  height: 18px;
  margin-top: 5px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--brand), var(--mint));
  box-shadow: 0 0 0 6px rgba(20, 99, 255, 0.12);
}

.flow-row p {
  color: var(--text);
  font-weight: 700;
}

.price-visual-card {
  display: grid;
  place-items: center;
  min-height: 360px;
}

.pricing-orbit {
  position: relative;
  width: min(100%, 360px);
  aspect-ratio: 1;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: radial-gradient(circle, rgba(255, 255, 255, 0.18), transparent 60%);
}

.pricing-orbit span {
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 120px;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  color: var(--text);
  font-weight: 800;
  box-shadow: var(--shadow-md);
}

.pricing-orbit span:nth-child(1) {
  top: 10%;
  left: 34%;
}

.pricing-orbit span:nth-child(2) {
  bottom: 20%;
  left: -4%;
}

.pricing-orbit span:nth-child(3) {
  right: -2%;
  top: 46%;
}

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

.plan-card {
  position: relative;
  padding: 30px;
}

.plan-card.accent-soft {
  background: linear-gradient(180deg, #ffffff, #f4f9ff);
}

.plan-card.accent-primary {
  background: linear-gradient(180deg, #0f224f, #164da8);
  color: var(--text-inverse);
}

.plan-card.accent-primary p,
.plan-card.accent-primary li,
.plan-card.accent-primary .plan-price span {
  color: rgba(247, 251, 255, 0.82);
}

.plan-card.accent-dark {
  background: linear-gradient(180deg, #ffffff, #edf2ff);
}

.plan-badge {
  position: absolute;
  top: 18px;
  right: 18px;
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(73, 215, 189, 0.18);
  color: var(--mint);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.plan-price {
  display: flex;
  align-items: flex-end;
  gap: 10px;
  margin: 12px 0 14px;
}

.plan-price strong {
  font-size: 2.2rem;
  font-family: "Space Grotesk", sans-serif;
  letter-spacing: -0.05em;
}

.plan-price span,
.meta-line,
.pricing-note-list p {
  color: var(--text-soft);
}

.pricing-note-list {
  display: grid;
  gap: 10px;
  margin-top: 22px;
}

.contact-layout {
  grid-template-columns: minmax(0, 0.9fr) minmax(340px, 1.1fr);
}

.contact-card-list {
  display: grid;
  gap: 18px;
}

.contact-orbit {
  position: relative;
  min-height: 360px;
  display: grid;
  place-items: center;
}

.contact-orbit::before {
  content: "";
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(255, 255, 255, 0.24), transparent 62%),
    rgba(20, 99, 255, 0.18);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.14);
}

.contact-orbit article {
  position: absolute;
  padding: 18px 20px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--shadow-md);
  max-width: 220px;
}

.contact-orbit article:nth-child(1) {
  left: 0;
  top: 18%;
}

.contact-orbit article:nth-child(2) {
  right: 0;
  top: 10%;
}

.contact-orbit article:nth-child(3) {
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
}

.contact-orbit span {
  display: block;
  color: var(--text-soft);
  font-size: 0.74rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.contact-orbit strong {
  display: block;
  margin-top: 8px;
  font-size: 0.98rem;
  line-height: 1.45;
}

.form-card {
  padding: 30px;
}

.form-card h2 {
  margin: 0 0 10px;
  font-size: 1.8rem;
}

.contact-form {
  display: grid;
  gap: 14px;
  margin-top: 22px;
}

.contact-form .button[disabled] {
  opacity: 0.78;
  cursor: not-allowed;
  transform: none;
  box-shadow: 0 10px 18px rgba(20, 99, 255, 0.14);
}

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

.contact-form span {
  font-weight: 800;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 14px 16px;
  border-radius: 14px;
  border: 1px solid var(--line-strong);
  background: #fff;
  color: var(--text);
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: 2px solid rgba(20, 99, 255, 0.18);
  border-color: rgba(20, 99, 255, 0.5);
}

.contact-site-list {
  margin-top: 8px;
}

.flash {
  padding: 14px 16px;
  border-radius: 14px;
  font-weight: 700;
}

.contact-form-status {
  min-height: 20px;
}

.flash.success {
  background: rgba(73, 215, 189, 0.14);
  color: #137b67;
}

.flash.error {
  background: rgba(255, 92, 92, 0.1);
  color: #a13434;
}

.policy-hero {
  padding: 74px 0 34px;
}

.policy-stack {
  display: grid;
  gap: 18px;
}

.policy-card h2 {
  margin: 0 0 10px;
  font-size: 1.22rem;
}

@media (max-width: 1120px) {
  .metric-grid,
  .plan-grid,
  .testimonial-grid,
  .role-grid,
  .principle-grid,
  .service-grid,
  .timeline-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

@media (max-width: 940px) {
  .hero-grid,
  .page-hero-grid,
  .split-media,
  .split-media.reverse,
  .dual-section,
  .contact-layout,
  .cta-panel,
  .footer-spotlight {
    grid-template-columns: 1fr;
  }

  .footer-spotlight-actions {
    justify-content: flex-start;
  }

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

  .tall-card {
    min-height: 420px;
  }

  .floating-left,
  .floating-right {
    position: static;
    margin-top: 14px;
  }

  .hero-badge {
    right: 0;
  }
}

@media (max-width: 760px) {
  :root {
    --header-height: 74px;
  }

  .website-shell {
    width: min(100% - 28px, 1180px);
  }

  .nav-shell {
    position: relative;
  }

  .nav-toggle {
    display: inline-grid;
    gap: 5px;
    padding: 0;
    width: 44px;
    height: 44px;
    place-content: center;
    border: 1px solid var(--line);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.85);
  }

  .nav-toggle span {
    width: 18px;
    height: 2px;
    background: var(--text);
    border-radius: 999px;
  }

  .header-login {
    display: none;
  }

  .mobile-only {
    display: inline-flex;
  }

  .header-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 10px);
    display: none;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    padding: 14px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid var(--line);
    box-shadow: var(--shadow-lg);
  }

  .header-nav.is-open {
    display: flex;
  }

  .header-nav a {
    width: 100%;
    padding: 12px 6px;
  }

  .header-nav a.is-active::after,
  .header-nav a:hover::after,
  .header-nav a:focus-visible::after {
    bottom: 4px;
  }

  .hero-grid,
  .page-hero-grid {
    padding: 62px 0 58px;
    gap: 26px;
  }

  .hero-stat-row,
  .metric-grid,
  .metric-grid.compact,
  .workflow-grid,
  .band-grid,
  .role-grid,
  .testimonial-grid,
  .principle-grid,
  .service-grid,
  .feature-group-grid,
  .plan-grid,
  .timeline-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .section-block {
    padding: 62px 0;
  }

  .hero-image-card,
  .cta-panel,
  .footer-spotlight {
    padding: 24px;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .contact-orbit article {
    position: static;
    max-width: none;
  }

  .contact-orbit {
    gap: 14px;
    min-height: auto;
  }

  .contact-orbit::before {
    display: none;
  }
}
