/*
Theme Name: Coodeh Media Launch
Theme URI: https://coodehmedia.com/
Author: Coodeh Media
Description: Premium one-page launch marketing website for Coodeh Media.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GPL-2.0-or-later
Text Domain: coodeh-media-launch
*/

:root {
  color-scheme: light;
  --ink: #08111f;
  --navy: #071a33;
  --charcoal: #15181d;
  --muted: #657080;
  --line: #dce3ec;
  --paper: #f7f4ee;
  --surface: #ffffff;
  --gold: #c69b4f;
  --blue: #166bff;
  --lime: #b8f24c;
  --error: #b42318;
  --success: #087443;
  --shadow: 0 22px 70px rgba(8, 17, 31, 0.14);
  --radius: 8px;
  --shell: min(1120px, calc(100% - 32px));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

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

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

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

:focus-visible {
  outline: 3px solid rgba(22, 107, 255, 0.45);
  outline-offset: 3px;
}

.sr-only,
.skip-link {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link:focus {
  position: fixed;
  z-index: 1000;
  top: 16px;
  left: 16px;
  width: auto;
  height: auto;
  margin: 0;
  padding: 12px 16px;
  clip: auto;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.shell {
  width: var(--shell);
  margin-inline: auto;
}

.section {
  padding: 88px 0;
}

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  background: rgba(247, 244, 238, 0.9);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid transparent;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.site-header[data-elevated="true"] {
  border-color: rgba(8, 17, 31, 0.08);
  box-shadow: 0 12px 36px rgba(8, 17, 31, 0.08);
}

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

.brand {
  display: inline-flex;
  align-items: center;
  width: 176px;
  min-height: 52px;
}

.brand img,
.site-footer img {
  width: 100%;
  height: auto;
}

.nav-menu {
  display: flex;
  align-items: center;
  gap: 18px;
  color: #263241;
  font-size: 0.93rem;
  font-weight: 650;
}

.nav-menu a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}

.nav-menu a:not(.nav-cta):hover {
  color: var(--blue);
}

.nav-cta {
  padding: 0 16px;
  border-radius: var(--radius);
  background: var(--ink);
  color: #fff;
}

.language-switcher {
  display: flex;
  align-items: center;
  padding: 4px;
  gap: 4px;
  background: #ebe6dc;
  border: 1px solid rgba(8, 17, 31, 0.08);
  border-radius: var(--radius);
}

.lang-btn {
  min-width: 44px;
  min-height: 36px;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: #425063;
  cursor: pointer;
  font-weight: 750;
}

.lang-btn.active {
  background: var(--surface);
  color: var(--ink);
  box-shadow: 0 6px 18px rgba(8, 17, 31, 0.08);
}

.nav-toggle {
  display: none;
  width: 48px;
  height: 48px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  cursor: pointer;
}

.nav-toggle span:not(.sr-only) {
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto;
  background: var(--ink);
  transition: transform 180ms ease, opacity 180ms ease;
}

.hero {
  padding: 64px 0 84px;
  background:
    linear-gradient(135deg, rgba(7, 26, 51, 0.97), rgba(8, 17, 31, 0.94)),
    radial-gradient(circle at 88% 18%, rgba(184, 242, 76, 0.28), transparent 28%),
    var(--navy);
  color: #fff;
}

.hero-grid,
.split,
.investment-grid,
.booking-grid,
.fit-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.88fr);
  gap: 56px;
  align-items: center;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--gold);
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.04;
  letter-spacing: 0;
}

h1 {
  max-width: 760px;
  font-size: clamp(3rem, 8vw, 6.4rem);
}

h2 {
  font-size: clamp(2rem, 4.5vw, 4.05rem);
}

h3 {
  font-size: clamp(1.05rem, 2vw, 1.35rem);
}

.hero-sub,
.section-heading p,
.copy-stack p,
.investment p,
.booking p {
  color: rgba(255, 255, 255, 0.78);
  max-width: 660px;
  font-size: 1.08rem;
}

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

.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 13px 18px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  cursor: pointer;
  font-weight: 800;
  line-height: 1.2;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

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

.button:active {
  transform: translateY(0);
}

.button.primary {
  background: var(--lime);
  color: var(--ink);
  box-shadow: 0 16px 40px rgba(184, 242, 76, 0.22);
}

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

.button.full {
  width: 100%;
}

.signal-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  max-width: 640px;
  margin: 34px 0 0;
}

.signal-row div {
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.06);
}

.signal-row dt {
  font-size: 1.5rem;
  font-weight: 900;
}

.signal-row dd {
  margin: 2px 0 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.9rem;
}

.hero-visual {
  position: relative;
  min-height: 560px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 18px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.05)),
    rgba(255, 255, 255, 0.08);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.visual-toolbar {
  display: flex;
  gap: 8px;
  align-items: center;
  min-height: 44px;
  padding: 0 12px;
  border-radius: var(--radius);
  background: rgba(8, 17, 31, 0.5);
}

.visual-toolbar span {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--gold);
}

.visual-toolbar span:nth-child(2) {
  background: var(--blue);
}

.visual-toolbar span:nth-child(3) {
  background: var(--lime);
}

.visual-toolbar strong {
  margin-left: auto;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.82rem;
}

.dashboard-card,
.mini-card,
.floating-note {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(12px);
}

.main-metric {
  margin-top: 20px;
  padding: 22px;
}

.main-metric p,
.mini-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
}

.main-metric strong {
  display: block;
  margin-top: 12px;
  font-size: 4rem;
  line-height: 1;
}

.progress {
  height: 10px;
  margin-top: 18px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
}

.progress span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--lime), var(--blue));
}

.dashboard-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 14px;
}

.mini-card {
  min-height: 132px;
  padding: 18px;
}

.mini-card strong {
  display: block;
  margin-top: 18px;
  font-size: 1.4rem;
}

.mini-card.wide {
  grid-column: 1 / -1;
}

.mini-icon {
  display: block;
  width: 36px;
  height: 36px;
  margin-bottom: 14px;
  border-radius: var(--radius);
  background: linear-gradient(135deg, var(--gold), #fff2ca);
}

.mini-icon.blue {
  background: linear-gradient(135deg, var(--blue), #a9ceff);
}

.bar-chart {
  display: flex;
  align-items: end;
  gap: 10px;
  height: 112px;
  margin-top: 16px;
}

.bar-chart span {
  flex: 1;
  min-width: 26px;
  border-radius: 6px 6px 0 0;
  background: linear-gradient(180deg, var(--lime), rgba(184, 242, 76, 0.2));
}

.floating-note {
  position: absolute;
  right: 18px;
  bottom: 18px;
  width: min(250px, calc(100% - 36px));
  padding: 16px;
  background: rgba(8, 17, 31, 0.8);
}

.floating-note span,
.floating-note strong {
  display: block;
}

.floating-note span {
  color: var(--gold);
  font-size: 0.8rem;
  font-weight: 850;
  text-transform: uppercase;
}

.problem,
.package,
.work,
.testimonials,
.booking {
  background: var(--surface);
}

.problem .eyebrow,
.transformation .eyebrow,
.package .eyebrow,
.fit .eyebrow,
.why .eyebrow,
.work .eyebrow,
.process .eyebrow,
.investment .eyebrow,
.testimonials .eyebrow,
.booking .eyebrow {
  color: #8d682a;
}

.problem .copy-stack p,
.package .section-heading p,
.investment p,
.booking p {
  color: #4c5a6b;
}

.section-heading {
  max-width: 850px;
  margin: 0 auto 36px;
  text-align: center;
}

.section-heading.align-left {
  margin: 0;
  text-align: left;
}

.before-after,
.offer-grid,
.why-grid,
.work-grid,
.testimonial-grid {
  display: grid;
  gap: 18px;
}

.before-after {
  grid-template-columns: repeat(2, 1fr);
}

.before-after article,
.offer-card,
.why-grid article,
.work-card,
blockquote,
.pricing-card,
.booking-form,
.booking-note {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: 0 12px 34px rgba(8, 17, 31, 0.06);
}

.before-after article {
  padding: 28px;
}

.before-after ul,
.pricing-card ul {
  display: grid;
  gap: 12px;
  padding-left: 20px;
  margin: 18px 0 0;
}

.after-card {
  background: var(--navy) !important;
  color: #fff;
  border-color: rgba(7, 26, 51, 0.2) !important;
}

.pill {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(184, 242, 76, 0.18);
  color: #2f4d00;
  font-size: 0.78rem;
  font-weight: 850;
}

.pill.muted {
  background: #ebe6dc;
  color: #4f5866;
}

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

.offer-card {
  min-height: 228px;
  padding: 24px;
  overflow: hidden;
}

.offer-card p,
.why-grid p,
.work-card p,
blockquote p {
  color: #566376;
}

.card-number {
  color: var(--blue);
  font-weight: 900;
}

.offer-card h3 {
  margin-top: 28px;
}

.media-card {
  padding: 0;
}

.media-card img {
  width: 100%;
  height: 164px;
  object-fit: cover;
}

.media-card h3,
.media-card p {
  padding-inline: 24px;
}

.growth {
  background: var(--ink);
  color: #fff;
}

.growth p {
  color: rgba(255, 255, 255, 0.74);
}

.fit,
.process,
.investment,
.faq {
  background: #f1ede5;
}

.compliance {
  background: var(--ink);
  color: #fff;
}

.compliance-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  gap: 36px;
  align-items: center;
}

.compliance h2 {
  max-width: 760px;
}

.compliance p {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.72);
}

.compliance-list {
  display: grid;
  gap: 12px;
}

.compliance-list a,
.footer-legal a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: inherit;
  font-weight: 800;
}

.compliance-list a {
  justify-content: space-between;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.08);
}

.compliance-list a::after {
  content: ">";
  color: var(--lime);
}

.fit-grid {
  grid-template-columns: 0.9fr 1.1fr;
}

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

.fit-list span {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 10px 14px;
  border: 1px solid rgba(8, 17, 31, 0.12);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.74);
  font-weight: 750;
}

.why {
  background: var(--navy);
  color: #fff;
}

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

.why-grid article {
  min-height: 190px;
  padding: 22px;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.12);
  box-shadow: none;
}

.why-grid p {
  color: rgba(255, 255, 255, 0.7);
}

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

.work-card {
  overflow: hidden;
}

.work-card img,
.video-frame {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  background: #0e1724;
}

.work-card h3,
.work-card p,
.work-card .pill {
  margin-inline: 20px;
}

.work-card h3 {
  margin-top: 18px;
}

.work-card p {
  margin-bottom: 22px;
}

.work-card.featured {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  align-items: center;
}

.video-frame {
  display: grid;
  place-items: center;
}

.video-frame video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.process-list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.process-list li {
  min-height: 148px;
  padding: 16px;
  border-left: 3px solid var(--blue);
  background: var(--surface);
  border-radius: var(--radius);
}

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

.process-list span {
  color: var(--gold);
  font-weight: 900;
}

.process-list strong {
  margin-top: 22px;
  line-height: 1.2;
}

.investment-grid {
  grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
}

.pricing-card {
  padding: 28px;
}

.pricing-card > p {
  margin: 0;
  color: #59677b;
  font-weight: 800;
}

.pricing-card > strong {
  display: block;
  margin-top: 10px;
  font-size: clamp(2.1rem, 4vw, 3.6rem);
  line-height: 1;
}

.pricing-card .button.secondary,
.site-footer .button.secondary {
  color: var(--ink);
  border-color: var(--line);
  background: var(--surface);
}

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

blockquote {
  margin: 0;
  padding: 24px;
}

blockquote p {
  margin-top: 0;
  font-size: 1.05rem;
}

blockquote footer {
  color: var(--ink);
  font-weight: 850;
}

.faq-list {
  display: grid;
  gap: 12px;
  max-width: 900px;
  margin-inline: auto;
}

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

.faq-question {
  width: 100%;
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 18px;
  border: 0;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  font-weight: 850;
  text-align: left;
}

.faq-question span:last-child {
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 999px;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 220ms ease;
}

.faq-answer p {
  margin: 0;
  padding: 0 18px 18px;
  color: #566376;
}

.faq-item.open .faq-answer {
  max-height: 220px;
}

.booking-grid {
  align-items: start;
}

.booking-note {
  margin-top: 22px;
  padding: 18px;
}

.booking-note strong,
.booking-note span {
  display: block;
}

.booking-note span {
  color: #4d5b6e;
}

.booking-form {
  padding: 22px;
}

.form-status {
  display: none;
  margin-bottom: 16px;
  padding: 12px 14px;
  border-radius: var(--radius);
  font-weight: 750;
}

.form-status.show {
  display: block;
}

.form-status.success {
  background: #e8f7ef;
  color: var(--success);
}

.form-status.error {
  background: #fff0ed;
  color: var(--error);
}

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

label {
  display: grid;
  gap: 7px;
  color: #263241;
  font-weight: 750;
}

.full-span {
  grid-column: 1 / -1;
}

input,
select,
textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid #cfd8e3;
  border-radius: var(--radius);
  background: #fbfcfe;
  color: var(--ink);
  padding: 12px 13px;
  transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

textarea {
  min-height: 128px;
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 4px rgba(22, 107, 255, 0.12);
  outline: none;
}

label.invalid input,
label.invalid select,
label.invalid textarea {
  border-color: var(--error);
  background: #fff8f7;
}

.recaptcha-field {
  display: grid;
  gap: 8px;
  margin-top: 16px;
  min-height: 78px;
}

.recaptcha-warning {
  margin: 0;
  padding: 12px 14px;
  border-radius: var(--radius);
  background: #fff0ed;
  color: var(--error);
  font-weight: 750;
}

.error {
  min-height: 18px;
  color: var(--error);
  font-size: 0.85rem;
  font-weight: 700;
}

.booking-form .button {
  margin-top: 14px;
  border: 0;
}

.spinner {
  display: none;
  width: 18px;
  height: 18px;
  border: 2px solid rgba(8, 17, 31, 0.24);
  border-top-color: var(--ink);
  border-radius: 999px;
  animation: spin 800ms linear infinite;
}

.booking-form.submitting .spinner {
  display: inline-block;
}

.booking-form.submitting .button-label {
  opacity: 0.74;
}

.submissions-panel {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}

.panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.text-button {
  min-height: 44px;
  border: 0;
  background: transparent;
  color: var(--error);
  cursor: pointer;
  font-weight: 850;
}

.submissions-list {
  display: grid;
  gap: 10px;
  margin-top: 12px;
}

.submission-item {
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #f8fafc;
}

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

.submission-item span {
  color: #59677a;
  font-size: 0.92rem;
}

.mobile-booking-cta {
  position: fixed;
  z-index: 90;
  right: 16px;
  bottom: 16px;
  left: 16px;
  min-height: 52px;
  display: none;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius);
  background: var(--lime);
  color: var(--ink);
  box-shadow: 0 18px 48px rgba(8, 17, 31, 0.22);
  font-weight: 900;
}

.site-footer {
  padding: 44px 0;
  background: var(--ink);
  color: #fff;
}

.footer-grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.site-footer img {
  width: 190px;
  filter: brightness(0) invert(1);
}

.site-footer p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.7);
}

.footer-legal {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.94rem;
}

.legal-nav {
  margin-left: auto;
}

.legal-page {
  background: var(--paper);
}

.legal-hero {
  padding: 78px 0 42px;
  background: var(--navy);
  color: #fff;
}

.legal-hero h1 {
  font-size: clamp(2.5rem, 7vw, 5rem);
}

.legal-hero p {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 1.08rem;
}

.legal-content {
  display: grid;
  gap: 18px;
  padding: 48px 0 84px;
}

.legal-content article {
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: 0 12px 34px rgba(8, 17, 31, 0.06);
}

.legal-content h2 {
  font-size: clamp(1.35rem, 3vw, 2rem);
}

.legal-content p,
.legal-content li,
.legal-details dd {
  color: #526072;
}

.legal-content ul {
  display: grid;
  gap: 10px;
  padding-left: 20px;
}

.legal-details {
  display: grid;
  gap: 10px;
  margin: 20px 0 0;
}

.legal-details div {
  display: grid;
  grid-template-columns: minmax(160px, 0.3fr) 1fr;
  gap: 14px;
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
}

.legal-details dt {
  font-weight: 850;
}

.legal-details dd {
  margin: 0;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

@media (max-width: 980px) {
  .nav-toggle {
    display: block;
  }

  .nav-menu {
    position: fixed;
    top: 76px;
    right: 16px;
    left: 16px;
    display: none;
    align-items: stretch;
    flex-direction: column;
    gap: 8px;
    padding: 16px;
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
  }

  .nav-menu.open {
    display: flex;
  }

  .nav-menu a {
    min-height: 46px;
    color: var(--ink);
  }

  .nav-cta {
    justify-content: center;
    color: #fff !important;
  }

  .language-switcher {
    justify-content: stretch;
  }

  .lang-btn {
    flex: 1;
  }

  .hero-grid,
  .split,
  .fit-grid,
  .investment-grid,
  .booking-grid,
  .compliance-grid {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    min-height: 500px;
  }

  .offer-grid,
  .why-grid,
  .work-grid,
  .testimonial-grid {
    grid-template-columns: repeat(2, 1fr);
  }

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

  .work-card.featured {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .section {
    padding: 68px 0;
  }

  .hero {
    padding-top: 44px;
  }

  h1 {
    font-size: clamp(2.55rem, 15vw, 4.8rem);
  }

  .hero-sub,
  .section-heading p,
  .copy-stack p,
  .investment p,
  .booking p {
    font-size: 1rem;
  }

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

  .signal-row,
  .before-after,
  .offer-grid,
  .why-grid,
  .work-grid,
  .testimonial-grid,
  .process-list,
  .form-grid {
    grid-template-columns: 1fr;
  }

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

  .dashboard-grid {
    grid-template-columns: 1fr;
  }

  .mini-card.wide {
    grid-column: auto;
  }

  .floating-note {
    position: static;
    width: 100%;
    margin-top: 14px;
  }

  .process-list li {
    min-height: 112px;
  }

  .full-span {
    grid-column: auto;
  }

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

  .legal-details div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .mobile-booking-cta {
    display: flex;
  }

  body {
    padding-bottom: 80px;
  }
}
