:root {
  --ink: #08111f;
  --muted: #556070;
  --line: #d9e1e7;
  --green: #48a53d;
  --green-dark: #287c25;
  --blue: #1769a7;
  --bg: #f7f9f8;
  --panel: #ffffff;
  --dark: #07111e;
  --shadow: 0 18px 44px rgba(8, 17, 31, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  background: var(--bg);
}

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

button,
input,
textarea {
  font: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: var(--dark);
  color: #fff;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.22);
}

.nav-wrap {
  width: min(1180px, calc(100% - 32px));
  min-height: 76px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 28px;
}

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

.brand-mark {
  color: #75c947;
  font-size: 48px;
  font-weight: 900;
  line-height: 0.8;
}

.brand-mark.small {
  font-size: 28px;
  vertical-align: middle;
}

.brand strong {
  display: block;
  font-size: 20px;
}

.brand small {
  display: block;
  margin-top: 6px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.86);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-left: auto;
  font-weight: 700;
  font-size: 14px;
}

.nav-links a {
  padding: 28px 0 18px;
  border-bottom: 2px solid transparent;
}

.nav-links a.active,
.nav-links a:hover {
  color: #9bd75b;
  border-color: #9bd75b;
}

.whatsapp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  border-radius: 7px;
  padding: 12px 18px;
  background: linear-gradient(135deg, #58b948, #328b2d);
  color: #fff;
  font-weight: 800;
  box-shadow: 0 8px 20px rgba(43, 132, 39, 0.28);
}

.whatsapp span {
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border: 2px solid #fff;
  border-radius: 50%;
}

.whatsapp small {
  display: block;
  font-weight: 600;
  font-size: 12px;
}

.nav-toggle {
  display: none;
  margin-left: auto;
  border: 0;
  color: #fff;
  background: transparent;
  font-size: 30px;
}

.hero {
  display: grid;
  grid-template-columns: minmax(410px, 0.92fr) minmax(520px, 1.08fr);
  gap: 28px;
  min-height: 610px;
  padding: 46px max(24px, calc((100vw - 1180px) / 2));
  background: linear-gradient(90deg, #f7faf6 0%, #ffffff 48%, #eef5ea 100%);
  overflow: clip;
}

.hero-content {
  position: relative;
  z-index: 2;
  align-self: center;
  padding: 12px 0;
  background: transparent;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  margin: 0 0 18px;
  padding: 0 12px;
  border: 1px solid #cfe2c9;
  border-radius: 999px;
  background: #fff;
  color: var(--green-dark);
  font-weight: 800;
  font-size: 13px;
}

.hero h1 {
  max-width: 620px;
  margin: 0;
  font-size: clamp(42px, 4.7vw, 68px);
  line-height: 0.98;
  letter-spacing: 0;
}

.hero h1 span,
.green {
  color: var(--green);
}

.blue {
  color: var(--blue);
}

.hero-copy {
  max-width: 560px;
  margin: 22px 0;
  color: #2d3745;
  font-size: 20px;
  line-height: 1.5;
}

.hero-points {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 18px;
  max-width: 590px;
  margin: 0 0 24px;
  padding: 0;
}

.hero-points li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

.hero-points li::before {
  content: "✓";
  display: grid;
  place-items: center;
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--green);
  color: #fff;
  font-size: 12px;
}

.hero-cta {
  width: min(360px, 100%);
  justify-content: flex-start;
}

.social-proof {
  display: flex;
  align-items: center;
  gap: 14px;
  max-width: 530px;
  margin-top: 22px;
}

.avatars {
  display: flex;
}

.avatars span {
  width: 34px;
  height: 34px;
  margin-right: -8px;
  border: 3px solid #fff;
  border-radius: 50%;
  background: linear-gradient(145deg, #e9c8ad, #29475d);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
}

.social-proof strong {
  color: #ffb400;
  letter-spacing: 0;
}

.social-proof p {
  margin: 2px 0 0;
  font-size: 13px;
}

.hero-visual {
  position: relative;
  align-self: center;
  min-height: 520px;
  overflow: hidden;
  border-radius: 8px;
  background: #d7cab8;
  box-shadow: 0 26px 70px rgba(8, 17, 31, 0.18);
}

.hero-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.34), rgba(255, 255, 255, 0) 34%),
    linear-gradient(0deg, rgba(8, 17, 31, 0.18), rgba(8, 17, 31, 0) 38%);
  pointer-events: none;
}

.hero-visual img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  display: block;
  object-fit: cover;
  object-position: 58% center;
}

.shelf {
  position: absolute;
  top: 0;
  right: 140px;
  width: 210px;
  height: 190px;
  border-left: 8px solid rgba(60, 42, 31, 0.35);
  border-right: 8px solid rgba(60, 42, 31, 0.35);
  background:
    linear-gradient(90deg, #303845 0 28px, transparent 28px 42px, #f1f3f5 42px 70px, transparent 70px 86px, #4e5b68 86px 116px, transparent 116px),
    linear-gradient(#6c4b32 0 8px, transparent 8px 86px, #6c4b32 86px 94px, transparent 94px);
  opacity: 0.72;
}

.lamp {
  position: absolute;
  top: 58px;
  left: 70px;
  width: 66px;
  height: 66px;
  border-radius: 50% 50% 45% 45%;
  background: #f5c56f;
  box-shadow: 0 0 34px rgba(255, 224, 149, 0.85);
}

.lamp::before {
  content: "";
  position: absolute;
  top: -62px;
  left: 30px;
  width: 4px;
  height: 70px;
  background: rgba(64, 50, 42, 0.45);
}

.person {
  position: absolute;
  left: 155px;
  bottom: 130px;
  width: 245px;
  height: 330px;
}

.person .head {
  position: absolute;
  top: 0;
  left: 78px;
  width: 92px;
  height: 108px;
  border-radius: 46% 46% 44% 44%;
  background: #d7a27f;
  box-shadow: inset 0 18px 0 #42261d;
}

.person .body {
  position: absolute;
  top: 96px;
  left: 25px;
  width: 190px;
  height: 210px;
  border-radius: 54px 54px 16px 16px;
  background: linear-gradient(145deg, #4c5142, #2f352c);
}

.person .body::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 88px;
  width: 2px;
  background: rgba(255, 255, 255, 0.2);
}

.person .arm {
  position: absolute;
  top: 190px;
  width: 120px;
  height: 26px;
  border-radius: 999px;
  background: #d7a27f;
}

.person .arm.left {
  left: -24px;
  rotate: 28deg;
}

.person .arm.right {
  right: -56px;
  rotate: -20deg;
}

.desk {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 90px;
  height: 145px;
  background: linear-gradient(180deg, #a87545, #7d502d);
  box-shadow: inset 0 18px 0 rgba(255, 255, 255, 0.1);
}

.desk .notebook {
  position: absolute;
  left: 128px;
  top: 22px;
  width: 210px;
  height: 80px;
  transform: skewX(-14deg);
  border-radius: 4px;
  background: linear-gradient(90deg, #fff 0 49%, #eef1f4 49% 51%, #fff 51%);
  box-shadow: 0 12px 20px rgba(8, 17, 31, 0.12);
}

.desk .phone {
  position: absolute;
  left: 28px;
  top: -42px;
  width: 52px;
  height: 94px;
  rotate: -18deg;
  border-radius: 10px;
  background: #1c2a36;
  border: 5px solid #44515f;
}

.desk .laptop {
  position: absolute;
  right: 94px;
  top: -8px;
  width: 172px;
  height: 106px;
  transform: skewX(-8deg);
  border-radius: 8px 8px 3px 3px;
  background: linear-gradient(135deg, #d9dde1, #9ca6af);
  box-shadow: -8px 16px 26px rgba(8, 17, 31, 0.16);
}

.desk .mug {
  position: absolute;
  right: 310px;
  top: 28px;
  width: 68px;
  height: 72px;
  display: grid;
  place-items: center;
  border-radius: 0 0 18px 18px;
  background: #111923;
  color: #75c947;
  box-shadow: 0 8px 18px rgba(8, 17, 31, 0.24);
}

.desk .mug::after {
  content: "";
  position: absolute;
  right: -18px;
  top: 22px;
  width: 24px;
  height: 28px;
  border: 6px solid #111923;
  border-left: 0;
  border-radius: 0 18px 18px 0;
}

.desk .mug small {
  font-size: 28px;
  font-weight: 900;
}

.hero-card {
  position: absolute;
  z-index: 2;
  right: 24px;
  width: min(270px, calc(100% - 48px));
  display: flex;
  gap: 14px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(8, 17, 31, 0.86);
  backdrop-filter: blur(10px);
  color: #fff;
  box-shadow: var(--shadow);
}

.hero-card.top {
  top: 28px;
}

.hero-card.middle {
  top: 148px;
}

.hero-card.bottom {
  top: 268px;
}

.line-icon {
  color: #75c947;
  font-size: 26px;
  line-height: 1;
}

.hero-card strong {
  display: block;
  margin-bottom: 6px;
  font-size: 16px;
}

.hero-card p {
  margin: 0;
  font-size: 13px;
  line-height: 1.5;
}

section {
  border-bottom: 1px solid rgba(8, 17, 31, 0.08);
}

.section-dark {
  background: #050b12 !important;
  color: #fff;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

.section-dark h1,
.section-dark h2,
.section-dark h3,
.section-dark p,
.section-dark li,
.section-dark blockquote,
.section-dark small {
  color: inherit;
}

.section-dark .hero-copy,
.section-dark .service-card p,
.section-dark .process-step p,
.section-dark .social-proof p,
.section-dark .story-card small,
.section-dark .client-tab small,
.section-dark .plan-card > p,
.section-dark .price small {
  color: rgba(255, 255, 255, 0.76);
}

.section-dark .service-card,
.section-dark .story-card,
.section-dark .plan-card,
.section-dark .client-tab {
  border-color: rgba(255, 255, 255, 0.16);
  background: #0d1724;
  color: #fff;
}

.section-dark .client-tab.active {
  border-color: var(--green);
  background: #102318;
}

.section-dark .eyebrow {
  border-color: rgba(117, 201, 71, 0.42);
  background: #0d1724;
}

.section-dark .hero-visual {
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.42);
}

.section-dark.final-cta {
  background: #050b12 !important;
}

.section-light.final-cta {
  background: #fff !important;
  color: var(--ink);
}

.services-section,
.process-section,
.stories-section,
.plans-section {
  padding: 28px max(24px, calc((100vw - 1180px) / 2));
  background: #fff;
}

.services-section h2,
.process-section h2,
.stories-section h2,
.plans-section h2 {
  margin: 0 auto 32px;
  text-align: center;
  font-size: clamp(24px, 2.3vw, 34px);
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0;
}

.service-card {
  min-height: 172px;
  padding: 0 22px;
  text-align: center;
  border-left: 1px solid var(--line);
}

.service-card:first-child {
  border-left: 0;
}

.service-icon,
.process-icon {
  width: 58px;
  height: 58px;
  margin: 0 auto 14px;
  display: grid;
  place-items: center;
  color: var(--green);
  font-size: 38px;
}

.service-card h3,
.process-step h3 {
  margin: 0 0 10px;
  font-size: 15px;
}

.service-card p,
.process-step p {
  margin: 0;
  color: #202836;
  font-size: 13px;
  line-height: 1.55;
}

.process-section {
  background: linear-gradient(180deg, #fbfcfb, #fff);
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 26px;
}

.process-step {
  position: relative;
  text-align: center;
}

.step-number {
  width: 34px;
  height: 34px;
  margin: 0 auto 10px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--green);
  color: #fff;
  font-size: 19px;
  font-weight: 800;
}

.process-step:not(:last-child)::after {
  content: "→";
  position: absolute;
  top: 9px;
  right: -24px;
  color: #98a0aa;
  font-size: 34px;
}

.process-icon {
  margin-top: 18px;
  border-radius: 50%;
  background: #e9f4e4;
}

.stories-section,
.plans-section {
  background: #fbfbfb;
}

.stories-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}

.story-card {
  display: grid;
  grid-template-columns: 124px 1fr;
  gap: 18px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(8, 17, 31, 0.06);
}

.story-card.has-video {
  cursor: pointer;
}

.story-card.has-video:hover {
  border-color: var(--green);
  box-shadow: 0 16px 34px rgba(72, 165, 61, 0.16);
}

.story-photo {
  position: relative;
  min-height: 132px;
  border-radius: 7px;
  overflow: hidden;
  background: linear-gradient(150deg, #d9ad8a, #1d4353);
}

.story-photo::before {
  content: "";
  position: absolute;
  inset: 16px 30px auto;
  height: 48px;
  border-radius: 50%;
  background: #f2c9ad;
}

.story-photo::after {
  content: "▶";
  position: absolute;
  right: 10px;
  bottom: 10px;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: rgba(8, 17, 31, 0.42);
  color: #fff;
}

.story-photo span {
  position: absolute;
  left: 10px;
  bottom: 12px;
  z-index: 1;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.45);
}

.story-card blockquote {
  margin: 10px 0 18px;
  color: #236c22;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.45;
}

.story-card strong,
.story-card small {
  display: block;
}

.story-card small {
  margin-top: 5px;
  color: #2e3743;
}

.text-link {
  display: block;
  margin: 18px auto 0;
  border: 0;
  background: transparent;
  color: var(--green-dark);
  font-weight: 800;
  cursor: pointer;
}

.plans-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 34px;
  align-items: stretch;
}

.client-tabs {
  width: min(960px, 100%);
  margin: -14px auto 28px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.client-tab {
  min-height: 76px;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
  text-align: left;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(8, 17, 31, 0.05);
}

.client-tab strong,
.client-tab small {
  display: block;
}

.client-tab strong {
  margin-bottom: 5px;
  font-size: 16px;
}

.client-tab small {
  color: #5b6674;
  font-size: 12px;
  line-height: 1.35;
}

.client-tab.active {
  border-color: var(--green);
  background: #f1faee;
  box-shadow: 0 14px 30px rgba(72, 165, 61, 0.16);
}

.client-tab.active strong {
  color: var(--green-dark);
}

.plan-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 250px;
  padding: 24px 30px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 34px rgba(8, 17, 31, 0.08);
}

.plan-card.featured {
  border-color: #52ad43;
}

.plan-badge {
  position: absolute;
  inset: 0 0 auto;
  height: 24px;
  display: grid;
  place-items: center;
  border-radius: 8px 8px 0 0;
  background: var(--green);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
}

.plan-card.featured {
  padding-top: 38px;
}

.plan-card h3 {
  margin: 0;
  text-align: center;
  font-size: 19px;
}

.plan-card > p {
  margin: 8px 0 20px;
  text-align: center;
  color: #465160;
}

.price {
  text-align: center;
  font-size: 42px;
  font-weight: 900;
}

.price span {
  font-size: 18px;
}

.price small {
  font-size: 14px;
  color: #465160;
}

.plan-card ul {
  flex: 1;
  margin: 18px 0;
  padding: 0;
  list-style: none;
}

.plan-card li {
  display: flex;
  gap: 10px;
  margin: 8px 0;
  font-size: 13px;
}

.plan-card li::before {
  content: "✓";
  color: var(--green-dark);
  font-weight: 900;
}

.plan-card button {
  min-height: 34px;
  border: 1px solid var(--green-dark);
  border-radius: 5px;
  background: #fff;
  color: var(--green-dark);
  font-weight: 800;
  cursor: pointer;
}

.plan-card.featured button {
  border-color: transparent;
  background: var(--green);
  color: #fff;
}

.final-cta {
  width: min(1080px, calc(100% - 48px));
  margin: 16px auto 0;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  padding: 16px 42px;
  border-radius: 10px;
  background: var(--dark);
  color: #fff;
}

.cta-icon {
  display: grid;
  place-items: center;
  width: 76px;
  height: 76px;
  border-radius: 50%;
  background: var(--green);
  font-size: 42px;
}

.final-cta h2 {
  margin: 0 0 6px;
  font-size: 28px;
}

.final-cta p {
  margin: 0;
}

.site-footer {
  width: min(1180px, calc(100% - 48px));
  margin: 18px auto 24px;
  display: grid;
  grid-template-columns: repeat(4, 1fr) auto;
  gap: 24px;
  align-items: center;
  font-size: 12px;
}

.site-footer span,
.site-footer small {
  display: block;
}

.site-footer small {
  margin-top: 4px;
  color: #5c6673;
}

.edit-fab {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 30;
  min-height: 44px;
  border: 0;
  border-radius: 999px;
  padding: 0 18px;
  background: var(--ink);
  color: #fff;
  font-weight: 800;
  box-shadow: var(--shadow);
  cursor: pointer;
}

.video-modal {
  position: fixed;
  inset: 0;
  z-index: 60;
  display: none;
  place-items: center;
  padding: 28px;
  background: rgba(8, 17, 31, 0.72);
}

.video-modal.open {
  display: grid;
}

.video-frame {
  width: min(980px, 96vw);
  aspect-ratio: 16 / 9;
  border-radius: 8px;
  overflow: hidden;
  background: #000;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.42);
}

.video-frame video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.video-close {
  position: fixed;
  top: 22px;
  right: 24px;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  background: #fff;
  color: var(--ink);
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
}

.editor {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 40;
  width: min(430px, 100%);
  padding: 20px;
  overflow: auto;
  background: #fff;
  box-shadow: -20px 0 60px rgba(8, 17, 31, 0.24);
  transform: translateX(105%);
  transition: transform 0.22s ease;
}

.editor.open {
  transform: translateX(0);
}

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

.editor-head h2 {
  margin: 0;
}

.editor-head button {
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 50%;
  background: #edf1f4;
  font-size: 26px;
}

.editor-actions {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  margin: 16px 0;
}

.save-status {
  min-height: 30px;
  display: inline-grid;
  place-items: center;
  margin-top: 8px;
  padding: 0 12px;
  border-radius: 999px;
  background: #eaf6e7;
  color: var(--green-dark);
  font-size: 12px;
  font-weight: 800;
  opacity: 0;
  transform: translateY(-4px);
  transition: opacity 0.18s ease, transform 0.18s ease;
}

.save-status.visible {
  opacity: 1;
  transform: translateY(0);
}

.editor button,
.field-group button {
  min-height: 36px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #f8faf9;
  cursor: pointer;
}

.field-group {
  padding: 14px;
  margin-bottom: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.field-group h3 {
  margin: 0 0 12px;
  font-size: 15px;
}

.field-group label {
  display: grid;
  gap: 5px;
  margin-bottom: 10px;
  color: #2a3440;
  font-size: 12px;
  font-weight: 800;
}

.field-group input,
.field-group textarea,
.field-group select {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 5px;
  padding: 8px;
}

.field-group textarea {
  min-height: 72px;
  resize: vertical;
}

.nested-editor {
  margin-top: 12px;
  padding: 12px;
  border: 1px solid #e5ebef;
  border-radius: 7px;
  background: #fbfcfb;
}

.nested-editor h4 {
  margin: 0 0 10px;
  font-size: 13px;
}

.plan-editor {
  background: #fff;
}

@media (max-width: 980px) {
  .nav-wrap {
    flex-wrap: wrap;
    padding: 14px 0;
  }

  .nav-toggle {
    display: block;
  }

  .nav-links,
  .nav-cta {
    display: none;
  }

  .nav-links.open {
    display: grid;
    width: 100%;
    gap: 10px;
  }

  .nav-links a {
    padding: 10px 0;
  }

  .hero {
    grid-template-columns: 1fr;
    padding: 34px 24px;
  }

  .hero-content {
    padding: 0;
    margin-left: 0;
    background: #fff;
  }

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

  .hero-visual img {
    min-height: 460px;
  }

  .person {
    left: 130px;
  }

  .shelf {
    right: 160px;
  }

  .service-grid,
  .process-grid,
  .stories-grid,
  .plans-grid,
  .client-tabs,
  .site-footer {
    grid-template-columns: repeat(2, 1fr);
  }

  .service-card {
    border-left: 0;
    border-top: 1px solid var(--line);
    padding: 22px;
  }

  .final-cta {
    grid-template-columns: 1fr;
    text-align: center;
    justify-items: center;
  }
}

@media (max-width: 640px) {
  .brand {
    min-width: 0;
  }

  .brand strong {
    font-size: 16px;
  }

  .brand small {
    display: none;
  }

  .hero h1 {
    font-size: 42px;
  }

  .hero-points {
    grid-template-columns: 1fr;
  }

  .hero-card {
    position: relative;
    right: auto;
    top: auto !important;
    width: calc(100% - 32px);
    margin: 12px 16px;
  }

  .hero-visual {
    display: flex;
    flex-direction: column;
    min-height: auto;
    padding: 0 0 12px;
  }

  .hero-visual img {
    min-height: 300px;
  }

  .person {
    left: 70px;
    bottom: 70px;
    scale: 0.72;
    transform-origin: bottom left;
  }

  .desk {
    left: 0;
    height: 88px;
  }

  .desk .notebook {
    left: 118px;
    top: 12px;
    width: 150px;
    height: 54px;
  }

  .desk .phone,
  .desk .laptop,
  .desk .mug,
  .shelf,
  .lamp {
    display: none;
  }

  .service-grid,
  .process-grid,
  .stories-grid,
  .plans-grid,
  .client-tabs,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .process-step::after {
    display: none;
  }

  .story-card {
    grid-template-columns: 96px 1fr;
  }

  .final-cta {
    width: calc(100% - 24px);
    padding: 20px;
  }
}
