:root {
  --ink: #17201c;
  --muted: #627067;
  --paper: #f7f4ee;
  --panel: #ffffff;
  --line: #d8ded6;
  --teal: #12796f;
  --teal-dark: #0c504b;
  --coral: #d86f45;
  --gold: #c59637;
  --shadow: 0 22px 60px rgba(22, 34, 31, 0.14);
  --soft-shadow: 0 10px 26px rgba(22, 34, 31, 0.06);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.5;
  overflow-x: hidden;
}

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 16px clamp(18px, 5vw, 72px);
  background: rgba(247, 244, 238, 0.92);
  border-bottom: 1px solid rgba(216, 222, 214, 0.8);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  font-weight: 800;
}

.brand-mark {
  display: grid;
  width: 42px;
  height: 34px;
  place-items: center;
  color: #fff;
  background: var(--teal);
  border-radius: 8px;
  font-size: 0.82rem;
}

nav {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  justify-content: flex-end;
  color: var(--muted);
  font-size: 0.95rem;
}

nav a {
  text-decoration: none;
}

.hero {
  display: grid;
  min-height: min(780px, calc(100vh - 67px));
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.75fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  padding: clamp(40px, 8vw, 86px) clamp(18px, 5vw, 72px) clamp(56px, 7vw, 78px);
  background:
    linear-gradient(115deg, rgba(18, 121, 111, 0.13), rgba(216, 111, 69, 0.1) 45%, rgba(197, 150, 55, 0.16)),
    var(--paper);
}

.split-hero {
  display: grid;
  min-height: 0;
  grid-template-columns: minmax(0, 0.78fr) minmax(340px, 0.9fr);
  gap: clamp(16px, 2.4vw, 34px);
  align-items: start;
  padding: clamp(20px, 3.2vw, 42px) clamp(18px, 4vw, 56px) clamp(26px, 3.6vw, 46px);
  background:
    linear-gradient(115deg, rgba(18, 121, 111, 0.13), rgba(216, 111, 69, 0.1) 45%, rgba(197, 150, 55, 0.16)),
    var(--paper);
}

.split-copy {
  max-width: 720px;
  padding-top: clamp(18px, 3vw, 44px);
}

.split-copy h1 {
  margin-bottom: 14px;
  font-size: clamp(2.35rem, 3.8vw, 3.55rem);
  line-height: 0.98;
}

.split-copy .lead {
  font-size: clamp(0.96rem, 1.18vw, 1.03rem);
  line-height: 1.43;
}

.split-copy .hero-actions {
  margin-top: 20px;
}

.split-copy .trust-row {
  margin-top: 14px;
  gap: 8px;
}

.split-copy .trust-row span {
  padding: 7px 10px;
  font-size: 0.82rem;
}

.hero-media-stack {
  display: grid;
  gap: 14px;
  min-width: 0;
  width: 100%;
  max-width: 650px;
  justify-self: end;
}

.promo-reel {
  position: relative;
  overflow: hidden;
  min-height: 0;
  padding: clamp(12px, 1.6vw, 18px);
  color: #18322d;
  background:
    linear-gradient(135deg, rgba(255, 250, 242, 0.94), rgba(238, 244, 240, 0.98)),
    #eef4f0;
  border: 1px solid rgba(18, 121, 111, 0.18);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.promo-reel::after {
  content: "";
  position: absolute;
  inset: auto -16% -34% 36%;
  height: 180px;
  background: radial-gradient(circle, rgba(216, 111, 69, 0.18), transparent 68%);
  pointer-events: none;
}

.promo-reel-top {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
  font-size: 0.82rem;
  font-weight: 800;
}

.promo-reel-top span {
  color: var(--teal-dark);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.promo-reel-top strong {
  padding: 7px 10px;
  color: #fff;
  background: var(--teal-dark);
  border-radius: 999px;
  white-space: nowrap;
}

.promo-video {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background: #101815;
  border: 8px solid rgba(23, 32, 28, 0.92);
  border-radius: 28px;
  box-shadow: 0 22px 52px rgba(22, 34, 31, 0.16);
}

.promo-stage {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: 220px;
  grid-template-columns: minmax(90px, 0.72fr) minmax(170px, 1fr);
  gap: 16px;
  align-items: center;
}

.promo-avatar-group {
  display: grid;
  gap: 12px;
  justify-items: center;
}

.promo-avatar-group img {
  width: clamp(82px, 10vw, 118px);
  height: clamp(82px, 10vw, 118px);
  object-fit: cover;
  background: #fff;
  border: 5px solid #fff;
  border-radius: 999px;
  box-shadow: 0 18px 42px rgba(22, 34, 31, 0.18);
  animation: avatarFloat 6s ease-in-out infinite;
}

.promo-avatar-group img + img {
  width: clamp(70px, 8vw, 94px);
  height: clamp(70px, 8vw, 94px);
  margin-top: -30px;
  margin-left: 48px;
  animation-delay: -2s;
}

.promo-phone {
  position: relative;
  display: grid;
  gap: 8px;
  min-height: 198px;
  padding: 28px 13px 14px;
  background: #f8fbf7;
  border: 9px solid #1f2926;
  border-radius: 28px;
  box-shadow: 0 22px 46px rgba(22, 34, 31, 0.24);
  animation: phonePulse 7s ease-in-out infinite;
}

.phone-speaker {
  position: absolute;
  top: 10px;
  left: 50%;
  width: 46px;
  height: 5px;
  background: rgba(31, 41, 38, 0.28);
  border-radius: 99px;
  transform: translateX(-50%);
}

.phone-message {
  max-width: 88%;
  padding: 8px 10px;
  font-size: clamp(0.76rem, 1.2vw, 0.88rem);
  font-weight: 750;
  line-height: 1.2;
  border-radius: 14px;
  box-shadow: 0 8px 18px rgba(22, 34, 31, 0.08);
  animation: messageLift 8s ease-in-out infinite;
}

.phone-message.user {
  justify-self: end;
  color: #fff;
  background: var(--teal-dark);
}

.phone-message.agent {
  color: #283a34;
  background: #fff;
  animation-delay: -1.5s;
}

.phone-message.alt {
  background: #fff4e8;
  animation-delay: -3s;
}

.phone-action {
  justify-self: start;
  min-height: 34px;
  padding: 8px 12px;
  color: #fff;
  background: var(--coral);
  border-radius: 8px;
  font-size: 0.8rem;
  font-weight: 900;
  animation: actionGlow 3.6s ease-in-out infinite;
}

.promo-task-stack {
  position: absolute;
  right: clamp(4px, 2vw, 18px);
  bottom: 0;
  display: grid;
  gap: 8px;
  width: min(220px, 44%);
  pointer-events: none;
}

.promo-task-stack span {
  padding: 8px 10px;
  color: #33443e;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(18, 121, 111, 0.14);
  border-radius: 8px;
  font-size: 0.78rem;
  font-weight: 850;
  box-shadow: 0 10px 24px rgba(22, 34, 31, 0.1);
  animation: taskSlide 6s ease-in-out infinite;
}

.promo-task-stack span:nth-child(2) {
  animation-delay: -1.3s;
}

.promo-task-stack span:nth-child(3) {
  animation-delay: -2.6s;
}

.split-options {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.split-option {
  position: relative;
  display: grid;
  gap: 7px;
  min-height: 0;
  padding: clamp(16px, 1.8vw, 20px);
  color: inherit;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid var(--line);
  border-radius: 8px;
  text-decoration: none;
  box-shadow: var(--soft-shadow);
}

.split-option:hover {
  border-color: rgba(18, 121, 111, 0.45);
  box-shadow: var(--shadow);
}

.split-option h2 {
  margin-bottom: 0;
  font-size: clamp(1.3rem, 1.9vw, 1.75rem);
  line-height: 1.02;
}

.split-option p {
  max-width: 680px;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.36;
}

.card-cta {
  position: absolute;
  top: clamp(16px, 1.8vw, 20px);
  right: clamp(16px, 1.8vw, 20px);
  display: inline-flex;
  width: fit-content;
  min-height: 34px;
  align-items: center;
  padding: 7px 10px;
  color: #fff;
  background: var(--teal-dark);
  border-radius: 8px;
  font-size: 0.82rem;
  font-weight: 900;
}

.split-option.business .card-cta {
  background: var(--coral);
}

.split-agent-row {
  display: flex;
  align-items: center;
  min-height: 46px;
  margin-bottom: 2px;
}

.split-agent-row img {
  width: 46px;
  height: 46px;
  object-fit: cover;
  border: 4px solid #fff;
  border-radius: 999px;
  box-shadow: 0 10px 24px rgba(22, 34, 31, 0.12);
}

.split-agent-row img + img {
  margin-left: -18px;
}

.split-option.personal {
  background: #fffaf2;
}

.split-option.business {
  background: #eef4f0;
}

.hero-copy {
  min-width: 0;
  max-width: 760px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--teal-dark);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

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

h1 {
  margin-bottom: 20px;
  max-width: 820px;
  font-size: clamp(3rem, 4.8vw, 4.55rem);
  line-height: 0.94;
  letter-spacing: 0;
  overflow-wrap: break-word;
}

h2 {
  margin-bottom: 14px;
  font-size: clamp(2rem, 4vw, 4.2rem);
  line-height: 0.98;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.05rem;
}

.lead {
  max-width: 610px;
  color: #3f4d45;
  font-size: clamp(1.1rem, 2vw, 1.35rem);
  line-height: 1.55;
}

.hero-actions,
.trust-row,
.form-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 8px;
  padding: 0 20px;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
}

.primary {
  color: #fff;
  background: var(--teal);
}

.primary:hover {
  background: var(--teal-dark);
}

.secondary {
  color: var(--teal-dark);
  background: rgba(255, 255, 255, 0.66);
  border-color: var(--line);
}

.trust-row {
  margin-top: 28px;
}

.trust-row span {
  padding: 8px 12px;
  color: #47564d;
  background: rgba(255, 255, 255, 0.58);
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 700;
}

.assistant-panel {
  display: grid;
  gap: 16px;
  align-self: stretch;
  max-height: 720px;
}

.hero-agent-mosaic {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  align-self: center;
}

.hero-agent-mosaic article {
  display: grid;
  overflow: hidden;
  min-height: 310px;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--soft-shadow);
}

.hero-agent-mosaic img {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}

.hero-agent-mosaic div {
  padding: 18px;
}

.hero-agent-mosaic h2 {
  margin-bottom: 0;
  font-size: clamp(1.7rem, 3vw, 2.5rem);
}

.hero-agent-mosaic .status {
  margin-bottom: 6px;
  color: var(--teal-dark);
  font-size: 0.82rem;
  font-weight: 800;
}

.assistant-profile {
  display: grid;
  grid-template-columns: minmax(220px, 0.95fr) minmax(0, 1fr);
  overflow: hidden;
  min-height: 250px;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 16px 34px rgba(22, 34, 31, 0.09);
}

.assistant-profile.featured {
  min-height: 300px;
  box-shadow: var(--shadow);
}

.assistant-profile img {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  object-fit: cover;
  object-position: 50% 50%;
  background: #fff7ef;
}

.assistant-meta {
  display: grid;
  align-content: center;
  padding: 26px;
}

.assistant-meta h2 {
  margin-bottom: 8px;
  font-size: clamp(1.8rem, 3vw, 3.1rem);
}

.assistant-meta p {
  color: var(--muted);
  line-height: 1.55;
}

.assistant-meta .status {
  display: inline-flex;
  margin-bottom: 10px;
  color: var(--teal-dark);
  font-size: 0.88rem;
  font-weight: 800;
}

.section,
.examples-section,
.audience-section,
.case-study-section,
.people-section,
.answer-section,
.booking-section,
.trust-section,
.why-section,
.workflow-section,
.model-section,
.control-section,
.pricing-section,
.case-hero,
.case-detail-section,
.case-quote-section {
  padding: clamp(72px, 8vw, 108px) clamp(18px, 5vw, 72px);
  border-top: 1px solid rgba(216, 222, 214, 0.72);
}

.section-heading {
  max-width: 850px;
}

.section-heading.subheading {
  margin-top: clamp(32px, 5vw, 54px);
}

.service-grid,
.example-list,
.audience-grid,
.people-gallery,
.teen-grid,
.case-study-grid,
.why-grid,
.workflow-grid,
.model-grid,
.control-grid,
.price-grid,
.case-detail-grid {
  display: grid;
  gap: 14px;
  margin-top: 28px;
}

.service-grid,
.audience-grid,
.people-gallery,
.teen-grid,
.model-grid,
.control-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

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

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

.case-study-grid {
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.72fr);
  gap: clamp(18px, 4vw, 42px);
}

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

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

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

.service-grid article,
.example-list span,
.audience-grid article,
.people-gallery article,
.teen-grid article,
.case-summary,
.testimonial-card,
.why-grid article,
.workflow-grid article,
.case-detail-grid article,
.case-metric-panel,
.model-grid article,
.control-grid article,
.price-grid article,
.booking-form,
.mini-card,
.assistant-option {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.service-grid article,
.audience-grid article,
.people-gallery article,
.teen-grid article,
.why-grid article,
.workflow-grid article,
.case-detail-grid article,
.control-grid article {
  min-height: 178px;
  padding: 22px;
  box-shadow: var(--soft-shadow);
}

.examples-section {
  background: var(--paper);
}

.audience-section {
  background: #fffaf2;
}

.people-section {
  background: #eef4f0;
}

.case-study-section {
  background: #eef4f0;
}

.answer-section {
  background: var(--paper);
}

.why-section {
  background: var(--paper);
}

.workflow-section {
  background: #fffaf2;
}

.personal-hero {
  background:
    linear-gradient(115deg, rgba(216, 111, 69, 0.1), rgba(197, 150, 55, 0.15) 48%, rgba(18, 121, 111, 0.1)),
    var(--paper);
}

.case-detail-section {
  background: var(--paper);
}

.case-detail-section.alt {
  background: #eef4f0;
}

.case-quote-section {
  background: #fffaf2;
}

.example-list span {
  display: flex;
  align-items: center;
  min-height: 72px;
  padding: 16px 18px;
  color: #334139;
  font-weight: 800;
  box-shadow: var(--soft-shadow);
}

.service-grid p,
.audience-grid p,
.people-gallery p,
.teen-grid p,
.faq-list p,
.case-summary p,
.why-grid p,
.workflow-grid p,
.case-detail-grid p,
.case-metric-panel p,
.model-grid p,
.control-grid p,
.price-grid p,
.booking-copy p,
.trust-section p,
.form-note,
.pricing-note {
  color: var(--muted);
  line-height: 1.55;
}

.faq-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 28px;
}

.faq-list article {
  min-height: 184px;
  padding: 22px;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--soft-shadow);
}

.faq-list a {
  color: var(--teal-dark);
  font-weight: 800;
  text-decoration: none;
}

.faq-list a:hover {
  text-decoration: underline;
}

.case-cta {
  width: fit-content;
  margin-top: 8px;
}

.teen-grid article {
  display: grid;
  align-content: start;
  min-height: 300px;
  padding: 18px;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--soft-shadow);
}

.people-gallery article {
  display: grid;
  min-height: 340px;
  align-content: start;
  padding: 18px;
}

.agent-avatar {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  margin-bottom: 18px;
  object-fit: cover;
  object-position: 50% 50%;
  background: #fff;
  border: 1px solid rgba(18, 121, 111, 0.16);
  border-radius: 8px;
}

.teen-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 14px;
}

.teen-gallery article {
  display: grid;
  grid-template-columns: 128px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  min-height: 164px;
  padding: 18px;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--soft-shadow);
}

.teen-gallery .agent-avatar {
  margin-bottom: 0;
}

.teen-gallery p {
  color: var(--muted);
  line-height: 1.55;
}

.portrait,
.kid {
  position: relative;
  display: block;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 32%, rgba(255, 255, 255, 0.72), transparent 26%),
    linear-gradient(145deg, rgba(18, 121, 111, 0.14), rgba(216, 111, 69, 0.13));
}

.portrait {
  height: 174px;
  margin-bottom: 18px;
  border: 1px solid rgba(18, 121, 111, 0.16);
  border-radius: 8px;
}

.portrait .head,
.portrait .hair,
.portrait .body {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.portrait .head {
  z-index: 2;
  top: 40px;
  width: 68px;
  height: 78px;
  background: var(--skin);
  border-radius: 45% 45% 48% 48%;
  box-shadow: inset -7px -8px 0 rgba(61, 35, 24, 0.08);
}

.portrait .hair {
  z-index: 3;
  top: 28px;
  width: 78px;
  height: 48px;
  background: var(--hair);
  border-radius: 44px 44px 18px 18px;
}

.portrait .body {
  bottom: -32px;
  width: 136px;
  height: 88px;
  background: var(--shirt);
  border-radius: 52px 52px 12px 12px;
}

.portrait.hair-curly .hair {
  top: 24px;
  width: 92px;
  height: 58px;
  border-radius: 50%;
  box-shadow:
    -18px 10px 0 -6px var(--hair),
    18px 10px 0 -6px var(--hair),
    -8px -8px 0 -9px var(--hair);
}

.portrait.hair-straight .hair {
  width: 88px;
  height: 64px;
  border-radius: 42px 42px 20px 20px;
}

.portrait.hair-bob .hair {
  top: 28px;
  width: 88px;
  height: 78px;
  border-radius: 44px 44px 30px 30px;
}

.portrait.hair-bob .head {
  top: 48px;
}

.portrait.hair-bob .body {
  bottom: -38px;
}

.kids-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.kid {
  width: 74px;
  height: 74px;
  border: 1px solid rgba(18, 121, 111, 0.18);
  border-radius: 8px;
}

.kid::before,
.kid::after {
  position: absolute;
  left: 50%;
  content: "";
  transform: translateX(-50%);
}

.kid::before {
  z-index: 2;
  top: 20px;
  width: 28px;
  height: 32px;
  background: var(--skin);
  border-radius: 46%;
}

.kid::after {
  bottom: -12px;
  width: 54px;
  height: 34px;
  background: var(--shirt);
  border-radius: 28px 28px 8px 8px;
}

.kid.hair-short {
  box-shadow: inset 0 16px 0 -4px var(--hair);
}

.kid.hair-bob {
  box-shadow: inset 0 24px 0 -5px var(--hair);
}

.kid.hair-curly {
  box-shadow: inset 0 19px 0 -3px var(--hair), inset 13px 8px 0 -5px var(--hair), inset -13px 8px 0 -5px var(--hair);
}

.kid.hair-puffs {
  box-shadow: inset 0 18px 0 -5px var(--hair);
}

.kid.hair-puffs span,
.kid.hair-puffs::before {
  box-shadow: -19px -6px 0 -8px var(--hair), 19px -6px 0 -8px var(--hair);
}

.skin-deep {
  --skin: #6a3f2b;
  --hair: #1b1512;
}

.skin-rich {
  --skin: #8a5536;
  --hair: #211513;
}

.skin-warm {
  --skin: #c9905f;
  --hair: #211712;
}

.skin-light {
  --skin: #d7a474;
  --hair: #171414;
}

.skin-tan {
  --skin: #b8754e;
  --hair: #2a1712;
}

.skin-fair {
  --skin: #e3b989;
  --hair: #7b5134;
}

.shirt-teal {
  --shirt: var(--teal);
}

.shirt-coral {
  --shirt: var(--coral);
}

.shirt-gold {
  --shirt: var(--gold);
}

.shirt-ink {
  --shirt: #26332d;
}

.case-summary,
.testimonial-card {
  padding: clamp(20px, 3vw, 30px);
  box-shadow: var(--soft-shadow);
}

.metric-card {
  display: grid;
  gap: 12px;
  margin-bottom: 18px;
  padding: 18px;
  background: #fffaf2;
  border: 1px solid rgba(18, 121, 111, 0.24);
  border-radius: 8px;
}

.metric-card div,
.case-metric-panel div {
  display: grid;
  gap: 3px;
}

.metric-card div + div,
.case-metric-panel div + div {
  padding-top: 12px;
  border-top: 1px solid rgba(18, 121, 111, 0.18);
}

.metric-card strong {
  color: var(--teal-dark);
  font-size: clamp(1.65rem, 3vw, 2.45rem);
  line-height: 0.95;
}

.metric-card span {
  color: #334139;
  font-weight: 800;
}

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

.text-link:hover {
  text-decoration: underline;
}

.workflow-grid span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  margin-bottom: 18px;
  color: #fff;
  background: var(--teal);
  border-radius: 999px;
  font-weight: 800;
}

.case-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.36fr);
  gap: clamp(22px, 4vw, 52px);
  align-items: center;
  min-height: min(660px, calc(100vh - 67px));
  padding-top: clamp(46px, 6vw, 82px);
  padding-bottom: clamp(46px, 6vw, 82px);
  background:
    linear-gradient(115deg, rgba(18, 121, 111, 0.12), rgba(216, 111, 69, 0.1) 48%, rgba(197, 150, 55, 0.14)),
    var(--paper);
}

.case-hero h1 {
  max-width: 930px;
  margin-bottom: 18px;
  font-size: clamp(2.75rem, 5.15vw, 5.35rem);
  line-height: 0.98;
}

.case-hero .lead {
  max-width: 760px;
  font-size: clamp(1rem, 1.45vw, 1.18rem);
  line-height: 1.5;
}

.case-metric-panel {
  display: grid;
  gap: 10px;
  padding: clamp(20px, 3vw, 30px);
  box-shadow: var(--shadow);
}

.case-metric-panel strong {
  color: var(--teal-dark);
  font-size: clamp(1.9rem, 3vw, 3.05rem);
  line-height: 0.94;
}

.case-metric-panel span {
  color: var(--ink);
  font-size: 0.98rem;
  font-weight: 800;
}

.case-quote-section {
  display: grid;
  gap: 14px;
}

.case-quote-section blockquote {
  max-width: 980px;
  margin-bottom: 0;
}

.case-quote-section > p {
  color: var(--teal-dark);
  font-weight: 800;
}

.case-summary p:last-child,
.testimonial-card p {
  margin-bottom: 0;
}

.testimonial-card {
  display: grid;
  align-content: center;
  border-color: rgba(18, 121, 111, 0.32);
}

blockquote {
  margin: 0 0 18px;
  color: var(--ink);
  font-size: clamp(1.08rem, 1.7vw, 1.28rem);
  line-height: 1.55;
}

.testimonial-card p {
  color: var(--teal-dark);
  font-weight: 800;
}

.outcome-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 24px;
}

.outcome-row span {
  min-height: 70px;
  padding: 16px 18px;
  color: #334139;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid var(--line);
  border-radius: 8px;
  font-weight: 800;
}

.proof-row {
  margin-bottom: 24px;
}

.proof-row span {
  display: grid;
  gap: 4px;
  align-content: start;
  min-height: 116px;
  background: rgba(255, 255, 255, 0.86);
}

.proof-row strong {
  display: block;
  color: var(--teal-dark);
  font-size: clamp(1.2rem, 2.2vw, 2rem);
  line-height: 1;
}

.model-grid article {
  min-height: 230px;
  padding: 22px;
  box-shadow: var(--soft-shadow);
}

.model-grid span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  margin-bottom: 18px;
  color: #fff;
  background: var(--teal);
  border-radius: 8px;
  font-size: 0.84rem;
  font-weight: 800;
}

.price-grid article {
  display: grid;
  gap: 10px;
  align-content: start;
  min-height: 250px;
  padding: 24px;
  box-shadow: var(--soft-shadow);
}

.price-grid article.recommended {
  border-color: var(--teal);
  box-shadow: 0 0 0 3px rgba(18, 121, 111, 0.12), 0 18px 40px rgba(22, 34, 31, 0.1);
}

.plan-label {
  margin: 0;
  color: var(--teal-dark);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.price-grid strong {
  color: var(--ink);
  font-size: clamp(1.7rem, 3vw, 2.5rem);
  line-height: 1;
}

.pricing-note {
  max-width: 850px;
  margin: 20px 0 0;
}

.trust-section {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.72fr);
  gap: clamp(24px, 5vw, 64px);
  align-items: center;
  background: #fffaf2;
  border-top: 1px solid rgba(216, 222, 214, 0.8);
  border-bottom: 1px solid rgba(216, 222, 214, 0.8);
}

.trust-section h2 {
  margin-bottom: 0;
  max-width: 850px;
}

.trust-section > p {
  max-width: 560px;
  margin: 0;
  padding: 22px;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--soft-shadow);
}

.model-section,
.pricing-section {
  background: var(--paper);
}

.control-section,
.booking-section {
  background: #eef4f0;
}

.booking-section {
  display: grid;
  min-height: min(780px, calc(100vh - 67px));
  grid-template-columns: minmax(0, 1.02fr) minmax(360px, 0.92fr);
  gap: clamp(32px, 5vw, 72px);
  align-items: start;
}

.booking-copy {
  position: sticky;
  top: 100px;
  max-width: 780px;
}

.mini-card {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  max-width: 560px;
  margin-top: 22px;
  padding: 16px;
}

.mini-card span {
  color: var(--teal-dark);
  font-weight: 800;
}

.booking-form {
  display: grid;
  gap: 16px;
  padding: clamp(22px, 4vw, 38px);
  box-shadow: 0 16px 40px rgba(22, 34, 31, 0.08);
}

.assistant-picker {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  border: 0;
}

.assistant-picker legend {
  margin-bottom: 4px;
  color: #334139;
  font-size: 0.92rem;
  font-weight: 800;
}

.assistant-option {
  display: grid;
  grid-template-columns: 58px 1fr;
  align-items: center;
  gap: 12px;
  padding: 10px;
  cursor: pointer;
}

.plan-picker .assistant-option {
  grid-template-columns: 1fr;
  padding: 14px;
}

.admin-shell {
  padding: clamp(48px, 6vw, 82px) clamp(18px, 5vw, 72px);
  background: #eef4f0;
}

.admin-heading {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 18px;
}

.admin-heading h1 {
  max-width: 760px;
}

.admin-stats,
.admin-controls,
.admin-list {
  display: grid;
  gap: 14px;
  margin-top: 22px;
}

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

.admin-stats article,
.admin-card {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--soft-shadow);
}

.admin-stats article {
  display: grid;
  gap: 6px;
  padding: 18px;
}

.admin-stats span,
.admin-details dt {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
}

.admin-stats strong {
  color: var(--teal-dark);
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  line-height: 1;
}

.admin-controls {
  grid-template-columns: minmax(220px, 1fr) repeat(2, minmax(180px, 0.35fr));
}

.admin-card {
  display: grid;
  gap: 16px;
  padding: 20px;
}

.admin-card-top {
  display: flex;
  justify-content: space-between;
  gap: 18px;
}

.admin-card h2 {
  margin-bottom: 4px;
  font-size: clamp(1.6rem, 2.4vw, 2.2rem);
}

.admin-card p,
.admin-details dd {
  color: var(--muted);
}

.admin-card-actions,
.admin-tags,
.admin-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.admin-card-actions {
  justify-content: flex-end;
}

.admin-tags span {
  padding: 7px 10px;
  color: #334139;
  background: #f8fbf7;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 0.84rem;
  font-weight: 800;
}

.admin-tags .status-good {
  color: #fff;
  background: var(--teal);
}

.admin-tags .status-warn {
  color: #17201c;
  background: #f4d99c;
}

.admin-tags .status-bad {
  color: #fff;
  background: #a84228;
}

.admin-actions .button {
  min-height: 36px;
  padding: 0 12px;
  font-size: 0.84rem;
}

.admin-details {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 18px;
  margin: 0;
}

.admin-details div {
  min-width: 0;
}

.admin-details dd {
  margin: 4px 0 0;
  overflow-wrap: anywhere;
}

.assistant-option.selected {
  border-color: var(--teal);
  box-shadow: 0 0 0 3px rgba(18, 121, 111, 0.14);
}

.assistant-option input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.assistant-option img {
  width: 58px;
  height: 58px;
  object-fit: cover;
  object-position: 50% 18%;
  border-radius: 8px;
}

.assistant-option span {
  display: grid;
  gap: 4px;
  color: var(--muted);
  line-height: 1.35;
}

.assistant-option strong {
  color: var(--ink);
}

label {
  display: grid;
  gap: 8px;
  color: #334139;
  font-size: 0.92rem;
  font-weight: 800;
}

.optional-label {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 700;
}

.form-row > label {
  flex: 1 1 220px;
}

.form-row.compact {
  gap: 10px;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid #cbd5ce;
  border-radius: 8px;
  padding: 13px 14px;
  color: var(--ink);
  background: #fff;
  font: inherit;
}

section,
article,
form,
.assistant-profile,
.service-grid article,
.example-list span,
.audience-grid article,
.case-summary,
.testimonial-card,
.why-grid article,
.workflow-grid article,
.case-detail-grid article,
.outcome-row span,
.model-grid article,
.control-grid article,
.price-grid article,
.trust-section,
.trust-section > p,
.booking-form,
.mini-card {
  break-inside: avoid;
  page-break-inside: avoid;
}

textarea {
  resize: vertical;
}

.full {
  width: 100%;
}

.form-note {
  min-height: 24px;
  margin: 0;
  font-size: 0.95rem;
}

.brain-review-panel {
  display: grid;
  gap: 12px;
  margin: 14px 0;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 250, 242, 0.72);
}

.compact-check {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.9rem;
  line-height: 1.35;
}

.compact-check input {
  flex: 0 0 auto;
  width: auto;
  margin-top: 3px;
}

.pairing-panel {
  display: grid;
  gap: 12px;
  margin: 14px 0;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fffaf2;
}

.pairing-panel img {
  width: min(100%, 280px);
  aspect-ratio: 1;
  justify-self: center;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.pairing-code {
  justify-self: center;
  padding: 12px 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
  font-size: 1.8rem;
  letter-spacing: 0;
  text-align: center;
}

.checkbox-field {
  align-items: flex-start;
  display: flex;
  flex-direction: row;
  gap: 0.7rem;
  line-height: 1.45;
}

.checkbox-field input {
  margin-top: 0.2rem;
  min-height: auto;
  width: auto;
}

footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px;
  padding: 26px clamp(18px, 5vw, 72px);
  color: var(--muted);
  background: var(--ink);
}

footer a,
footer span {
  color: #fff;
}

@keyframes avatarFloat {
  0%,
  100% {
    transform: translateY(0) rotate(-1deg);
  }

  50% {
    transform: translateY(-8px) rotate(1deg);
  }
}

@keyframes phonePulse {
  0%,
  100% {
    transform: translateY(0) rotate(0deg);
  }

  50% {
    transform: translateY(-5px) rotate(-1deg);
  }
}

@keyframes messageLift {
  0%,
  100% {
    opacity: 0.88;
    transform: translateY(0);
  }

  45% {
    opacity: 1;
    transform: translateY(-5px);
  }
}

@keyframes actionGlow {
  0%,
  100% {
    box-shadow: 0 0 0 rgba(216, 111, 69, 0);
    transform: scale(1);
  }

  50% {
    box-shadow: 0 0 28px rgba(216, 111, 69, 0.3);
    transform: scale(1.03);
  }
}

@keyframes taskSlide {
  0%,
  100% {
    opacity: 0.8;
    transform: translateX(0);
  }

  50% {
    opacity: 1;
    transform: translateX(-8px);
  }
}

@media (max-width: 920px) {
  .hero,
  .split-hero,
  .case-hero,
  .booking-section {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

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

  .assistant-panel {
    align-self: auto;
    max-height: none;
  }

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

  .hero-agent-mosaic article {
    min-height: 0;
  }

  .booking-copy {
    position: static;
  }

  .service-grid,
  .example-list,
  .audience-grid,
  .people-gallery,
  .teen-grid,
  .teen-gallery,
  .faq-list,
  .case-study-grid,
  .why-grid,
  .workflow-grid,
  .case-detail-grid,
  .model-grid,
  .control-grid,
  .price-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .trust-section {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 980px) {
  .split-hero {
    grid-template-columns: 1fr;
    gap: 26px;
    min-height: 0;
    padding-top: 30px;
    padding-bottom: 36px;
  }

  .split-copy,
  .hero-media-stack {
    width: 100%;
    max-width: 760px;
  }

  .split-copy {
    padding-top: 0;
  }

  .split-copy h1 {
    max-width: 720px;
    font-size: clamp(2.35rem, 5vw, 3.35rem);
    line-height: 0.98;
  }

  .split-copy .lead {
    max-width: 720px;
  }

  .hero-media-stack {
    gap: 12px;
  }

  .promo-video {
    border-width: 6px;
    border-radius: 22px;
  }

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

@media (min-width: 1181px) and (max-height: 820px) {
  .site-header {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .case-hero {
    min-height: 0;
    grid-template-columns: minmax(0, 1fr) minmax(260px, 0.34fr);
    gap: clamp(18px, 3.2vw, 36px);
    padding-top: clamp(28px, 4vw, 46px);
    padding-bottom: clamp(28px, 4vw, 46px);
  }

  .case-hero h1 {
    max-width: 780px;
    margin-bottom: 12px;
    font-size: clamp(2.65rem, 4.55vw, 4.65rem);
    line-height: 0.98;
  }

  .case-hero .lead {
    max-width: 680px;
    font-size: 0.96rem;
    line-height: 1.42;
  }

  .case-metric-panel {
    gap: 8px;
    padding: 18px;
  }

  .case-metric-panel strong {
    font-size: clamp(1.75rem, 2.7vw, 2.55rem);
  }

  .case-metric-panel span,
  .case-metric-panel p {
    font-size: 0.88rem;
    line-height: 1.34;
  }

  .split-hero {
    min-height: 0;
    grid-template-columns: minmax(0, 0.74fr) minmax(320px, 0.9fr);
    gap: clamp(16px, 2.5vw, 32px);
    padding-top: clamp(18px, 3vw, 34px);
    padding-bottom: clamp(20px, 3vw, 34px);
  }

  .split-copy {
    padding-top: 10px;
  }

  .split-copy h1 {
    margin-bottom: 12px;
    font-size: clamp(2.55rem, 4vw, 3.55rem);
    line-height: 0.96;
  }

  .split-copy .lead {
    font-size: 0.98rem;
    line-height: 1.42;
  }

  .hero-media-stack {
    gap: 10px;
  }

  .promo-reel {
    min-height: 238px;
    padding: 14px;
  }

  .promo-stage {
    min-height: 178px;
    gap: 12px;
  }

  .promo-avatar-group img {
    width: 82px;
    height: 82px;
  }

  .promo-avatar-group img + img {
    width: 70px;
    height: 70px;
    margin-top: -24px;
    margin-left: 36px;
  }

  .promo-phone {
    min-height: 168px;
    padding: 24px 11px 12px;
    border-width: 8px;
  }

  .phone-message {
    padding: 7px 9px;
    font-size: 0.74rem;
  }

  .phone-action {
    min-height: 30px;
    padding: 6px 10px;
    font-size: 0.74rem;
  }

  .promo-task-stack span {
    padding: 7px 9px;
    font-size: 0.72rem;
  }

  .split-option {
    padding: 13px;
  }

  .split-agent-row {
    min-height: 48px;
  }

  .split-agent-row img {
    width: 48px;
    height: 48px;
  }

  .split-option h2 {
    font-size: clamp(1.35rem, 2.2vw, 1.75rem);
  }

  .split-option p {
    font-size: 0.84rem;
    line-height: 1.34;
  }
}

@media (max-width: 620px) {
  .site-header {
    align-items: flex-start;
    flex-direction: column;
    padding-right: 24px;
    padding-left: 24px;
  }

  nav {
    width: 100%;
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 26px;
    overflow-x: auto;
    padding-bottom: 2px;
    scrollbar-width: none;
    white-space: nowrap;
  }

  nav::-webkit-scrollbar {
    display: none;
  }

  .hero,
  .split-hero,
  .section,
  .examples-section,
  .audience-section,
  .people-section,
  .answer-section,
  .case-study-section,
  .booking-section,
  .trust-section,
  .why-section,
  .workflow-section,
  .case-hero,
  .case-detail-section,
  .case-quote-section,
  .model-section,
  .control-section,
  .pricing-section {
    padding-right: 24px;
    padding-left: 24px;
  }

  .hero-copy,
  .split-copy,
  .split-options,
  .assistant-panel,
  .hero-agent-mosaic,
  .hero-media-stack,
  .assistant-profile,
  .promo-reel,
  .lead,
  .button,
  .trust-row,
  .service-grid,
  .example-list,
  .audience-grid,
  .people-gallery,
  .teen-grid,
  .teen-gallery,
  .faq-list,
  .case-study-grid,
  .why-grid,
  .workflow-grid,
  .case-detail-grid,
  .outcome-row,
  .model-grid,
  .control-grid,
  .price-grid,
  .booking-form {
    max-width: 342px;
  }

  .service-grid article,
  .example-list span,
  .audience-grid article,
  .people-gallery article,
  .teen-grid article,
  .teen-gallery article,
  .faq-list article,
  .case-summary,
  .testimonial-card,
  .why-grid article,
  .workflow-grid article,
  .case-detail-grid article,
  .outcome-row span,
  .model-grid article,
  .control-grid article,
  .price-grid article {
    min-width: 0;
  }

  h1 {
    font-size: clamp(2.25rem, 10vw, 2.65rem);
    line-height: 0.94;
  }

  .case-hero h1 {
    font-size: clamp(2.25rem, 10vw, 2.75rem);
    line-height: 0.98;
  }

  .case-hero .lead {
    font-size: 1rem;
    line-height: 1.5;
  }

  .split-copy h1 {
    font-size: clamp(2.4rem, 11vw, 3.2rem);
    line-height: 0.98;
  }

  .split-options {
    grid-template-columns: 1fr;
  }

  .split-option {
    min-height: 0;
  }

  .card-cta {
    position: static;
    margin-top: 4px;
  }

  .promo-reel {
    min-height: 0;
  }

  .promo-reel-top {
    align-items: flex-start;
    flex-direction: column;
  }

  .promo-stage {
    grid-template-columns: 1fr;
  }

  .promo-avatar-group {
    display: flex;
    justify-content: flex-start;
    padding-left: 4px;
  }

  .promo-avatar-group img + img {
    margin-top: 0;
    margin-left: -30px;
  }

  .promo-phone {
    min-height: 188px;
  }

  .promo-task-stack {
    position: static;
    width: 100%;
    margin-top: 10px;
  }

  .split-agent-row img {
    width: 74px;
    height: 74px;
  }

  h2 {
    max-width: 342px;
    font-size: clamp(2rem, 9vw, 2.45rem);
    line-height: 1.02;
  }

  .service-grid,
  .example-list,
  .audience-grid,
  .people-gallery,
  .teen-grid,
  .teen-gallery,
  .faq-list,
  .case-study-grid,
  .why-grid,
  .workflow-grid,
  .case-detail-grid,
  .model-grid,
  .control-grid,
  .price-grid {
    grid-template-columns: 1fr;
  }

  .outcome-row {
    grid-template-columns: 1fr;
  }

  .teen-gallery article {
    grid-template-columns: 96px minmax(0, 1fr);
    padding: 14px;
  }

  .trust-section > p {
    max-width: 342px;
    padding: 18px;
  }

  .assistant-profile,
  .assistant-profile.featured {
    grid-template-columns: 1fr;
    min-height: 0;
  }

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

  .hero-agent-mosaic div {
    padding: 12px;
  }

  .hero-agent-mosaic h2 {
    font-size: 1.35rem;
  }

  .assistant-profile img {
    height: 300px;
    object-fit: contain;
    object-position: 50% 50%;
  }

  .button {
    width: 100%;
  }

  .admin-heading,
  .admin-card-top {
    display: grid;
  }

  .admin-stats,
  .admin-controls,
  .admin-details {
    grid-template-columns: 1fr;
  }

  .admin-card-actions {
    justify-content: flex-start;
  }
}

@media print {
  @page {
    size: A4;
    margin: 14mm;
  }

  html {
    scroll-behavior: auto;
  }

  body {
    background: #fff;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }

  .site-header,
  .booking-copy {
    position: static;
  }

  .site-header {
    padding: 0 0 12px;
    margin-bottom: 18px;
    background: #fff;
  }

  .hero,
  .section,
  .examples-section,
  .audience-section,
  .people-section,
  .answer-section,
  .case-study-section,
  .booking-section,
  .trust-section,
  .why-section,
  .workflow-section,
  .case-hero,
  .case-detail-section,
  .case-quote-section,
  .model-section,
  .control-section,
  .pricing-section {
    padding: 0;
  }

  .hero {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 22px;
    margin-bottom: 28px;
    background: #fff;
  }

  .assistant-panel {
    max-height: none;
  }

  .assistant-profile,
  .assistant-profile.featured {
    min-height: 0;
    grid-template-columns: 180px 1fr;
    box-shadow: none;
  }

  .assistant-profile img {
    min-height: 190px;
  }

  h1 {
    font-size: 58px;
    line-height: 0.95;
  }

  h2 {
    font-size: 34px;
    line-height: 1.05;
  }

  .section,
  .examples-section,
  .audience-section,
  .answer-section,
  .case-study-section,
  .booking-section,
  .trust-section,
  .model-section,
  .control-section,
  .pricing-section {
    margin-top: 28px;
  }

  .service-grid,
  .example-list,
  .audience-grid,
  .people-gallery,
  .teen-grid,
  .teen-gallery,
  .faq-list,
  .case-study-grid,
  .model-grid,
  .control-grid,
  .price-grid,
  .booking-section,
  .trust-section {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }

  .service-grid article,
  .example-list span,
  .audience-grid article,
  .people-gallery article,
  .teen-grid article,
  .teen-gallery article,
  .faq-list article,
  .case-summary,
  .testimonial-card,
  .outcome-row span,
  .model-grid article,
  .control-grid article,
  .price-grid article,
  .trust-section > p,
  .booking-form {
    box-shadow: none;
  }

  .button {
    min-height: 42px;
  }

  footer {
    margin-top: 24px;
    padding: 16px 0;
  }
}
