:root {
  --ink: #121212;
  --muted: #5f5f5f;
  --paper: #ffffff;
  --soft: #f6f4ef;
  --line: #e6dfd2;
  --green: #4a7973;
  --green-dark: #2e5752;
  --gold: #c9933a;
  --lavender: #a886cd;
  --rose: #c85b63;
  --shadow: 0 22px 60px rgba(18, 18, 18, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "PT Serif", Georgia, serif;
  font-size: 18px;
  line-height: 1.65;
}

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid rgba(18, 18, 18, 0.08);
  backdrop-filter: blur(18px);
}

.nav {
  position: relative;
  width: min(1180px, calc(100% - 36px));
  min-height: 78px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: "Rufina", Georgia, serif;
  font-weight: 700;
  letter-spacing: 0;
}

.brand-logo {
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  object-fit: contain;
  filter: drop-shadow(0 8px 16px rgba(18, 18, 18, 0.14));
}

.brand-mark {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: var(--paper);
  background: var(--ink);
  border: 2px solid var(--gold);
  border-radius: 50%;
  font-size: 16px;
}

.brand small {
  display: block;
  color: var(--muted);
  font-family: "PT Serif", Georgia, serif;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 26px;
  font-size: 15px;
  font-weight: 700;
}

.nav-links a {
  position: relative;
  padding: 6px 0;
}

.nav-links a::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  content: "";
  background: var(--gold);
  transition: width 0.25s ease;
}

.nav-links a:hover::after,
.nav-links a.active::after {
  width: 100%;
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 4px;
  color: var(--ink);
  background: var(--paper);
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

.menu-check {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 14px 28px;
  border: 1px solid var(--ink);
  border-radius: 4px;
  color: var(--paper);
  background: var(--ink);
  box-shadow: 0 12px 28px rgba(18, 18, 18, 0.16);
  font-weight: 700;
  line-height: 1;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.btn:hover {
  transform: translateY(-2px);
  background: var(--green-dark);
  box-shadow: 0 18px 34px rgba(46, 87, 82, 0.22);
}

.btn.secondary {
  color: var(--ink);
  background: transparent;
  box-shadow: none;
}

.hero .btn.secondary,
.dark .btn.secondary,
.banner .btn.secondary,
.page-hero .btn.secondary {
  border-color: rgba(255, 255, 255, 0.42);
  color: var(--paper);
}

.btn.gold {
  border-color: var(--gold);
  color: var(--ink);
  background: var(--gold);
}

.hero {
  position: relative;
  min-height: calc(100vh - 78px);
  display: grid;
  align-items: end;
  overflow: hidden;
  color: var(--paper);
  background: var(--ink);
}

body.enhanced-site {
  --forest: #183d35;
  --mint: #dff6df;
  --lime: #b7e15c;
  --sun: #f6bf45;
  --sky: #d7f2ff;
  background:
    radial-gradient(circle at 8% 10%, rgba(183, 225, 92, 0.22), transparent 28rem),
    radial-gradient(circle at 88% 6%, rgba(168, 134, 205, 0.24), transparent 30rem),
    linear-gradient(180deg, #fffdf8 0%, #f4f9ee 45%, #ffffff 100%);
}

.enhanced-site .site-header {
  background: rgba(255, 253, 248, 0.86);
}

.enhanced-site .hero,
.enhanced-site .page-hero {
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(circle at 16% 30%, rgba(183, 225, 92, 0.38), transparent 20rem),
    radial-gradient(circle at 80% 22%, rgba(246, 191, 69, 0.32), transparent 22rem),
    linear-gradient(135deg, #102821 0%, #183d35 52%, #080c0b 100%);
}

.enhanced-site .hero::before {
  z-index: -2;
  opacity: 0.48;
  background:
    linear-gradient(90deg, rgba(8, 12, 11, 0.94), rgba(24, 61, 53, 0.6), rgba(8, 12, 11, 0.3)),
    url("marketing-storytelling.png") center / cover no-repeat;
}

.enhanced-site .hero::after,
.enhanced-site .page-hero::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(180deg, #000 0%, transparent 92%);
  animation: gridDrift 18s linear infinite;
}

.enhanced-site .hero-inner {
  padding-top: 118px;
}

.enhanced-site .lead {
  color: rgba(255, 255, 255, 0.86);
}

.enhanced-site .btn {
  position: relative;
  overflow: hidden;
}

.enhanced-site .btn::after {
  position: absolute;
  inset: -40% auto -40% -35%;
  width: 30%;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.45), transparent);
  transform: skewX(-16deg);
  transition: left 0.55s ease;
}

.enhanced-site .btn:hover::after {
  left: 120%;
}

.doodle-layer {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

.site-header,
main,
.site-footer,
.lead-popup,
.live-chat-widget {
  position: relative;
}

.site-header,
main,
.site-footer {
  z-index: 1;
}

.site-header {
  z-index: 1000;
}

.doodle {
  position: absolute;
  display: grid;
  place-items: center;
  border: 1px solid rgba(24, 61, 53, 0.14);
  color: rgba(24, 61, 53, 0.2);
  background: rgba(255, 255, 255, 0.26);
  backdrop-filter: blur(8px);
  font-weight: 700;
  animation: floatObject 12s ease-in-out infinite;
}

.doodle-reel {
  top: 16%;
  left: 4%;
  width: 78px;
  height: 48px;
  border-radius: 8px;
  transform: rotate(-8deg);
}

.doodle-hash {
  top: 26%;
  right: 7%;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  font-size: 38px;
  animation-delay: -4s;
}

.doodle-chat {
  top: 62%;
  left: 8%;
  width: 70px;
  height: 44px;
  border-radius: 22px 22px 22px 4px;
  animation-delay: -7s;
}

.doodle-graph {
  right: 10%;
  bottom: 16%;
  width: 84px;
  height: 56px;
  border-radius: 8px;
  background:
    linear-gradient(to top, rgba(246, 191, 69, 0.34) 0 42%, transparent 42%),
    linear-gradient(90deg, transparent 0 18%, rgba(24, 61, 53, 0.2) 18% 26%, transparent 26% 42%, rgba(24, 61, 53, 0.2) 42% 50%, transparent 50% 68%, rgba(24, 61, 53, 0.2) 68% 76%, transparent 76%);
  animation-delay: -2s;
}

.doodle-spark {
  top: 8%;
  right: 34%;
  width: 34px;
  height: 34px;
  border: 0;
  background: var(--sun);
  clip-path: polygon(50% 0, 62% 36%, 100% 50%, 62% 64%, 50% 100%, 38% 64%, 0 50%, 38% 36%);
  animation: spinFloat 9s linear infinite;
}

.funnel-section {
  margin-top: -36px;
  padding-top: 0;
}

.funnel-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(340px, 1fr);
  gap: 28px;
  align-items: stretch;
  padding: 30px;
  border: 1px solid rgba(24, 61, 53, 0.12);
  border-radius: 14px;
  background:
    radial-gradient(circle at top left, rgba(183, 225, 92, 0.18), transparent 18rem),
    rgba(255, 255, 255, 0.92);
  box-shadow: 0 28px 90px rgba(24, 61, 53, 0.14);
}

.funnel-panel h2 {
  font-size: clamp(2rem, 4vw, 3.8rem);
}

.funnel-steps {
  display: grid;
  gap: 12px;
  margin-top: 24px;
}

.funnel-step {
  display: flex;
  gap: 12px;
  align-items: center;
  color: #30413d;
  font-weight: 700;
}

.funnel-step span {
  display: grid;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  place-items: center;
  border-radius: 50%;
  color: #102821;
  background: var(--lime);
}

.lead-capture-form {
  display: grid;
  gap: 13px;
}

.lead-capture-form label {
  display: grid;
  gap: 6px;
  color: #283b36;
  font-size: 14px;
  font-weight: 700;
}

.field-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.lead-capture-form input,
.lead-capture-form select,
.lead-capture-form textarea {
  width: 100%;
  min-height: 46px;
  padding: 11px 12px;
  border: 1px solid rgba(24, 61, 53, 0.18);
  border-radius: 8px;
  color: #102821;
  background: rgba(255, 255, 255, 0.92);
  font: inherit;
  font-size: 15px;
}

.lead-capture-form textarea {
  resize: vertical;
}

.form-note {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}

.form-status {
  display: none;
  margin: 0;
  padding: 10px 12px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.45;
}

.form-status.is-error,
.form-status.is-success {
  display: block;
}

.form-status.is-error {
  color: #7a1f1f;
  background: #fff0ed;
  border: 1px solid rgba(180, 43, 33, 0.22);
}

.form-status.is-success {
  color: #123f35;
  background: #ecfff5;
  border: 1px solid rgba(24, 61, 53, 0.18);
}

.lead-capture-form button:disabled {
  cursor: wait;
  opacity: 0.74;
}

.thank-you-popup {
  position: fixed;
  inset: 0;
  z-index: 110;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 18px;
}

.thank-you-popup.is-open {
  display: flex;
}

.thank-you-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(8, 20, 17, 0.72);
  backdrop-filter: blur(10px);
}

.thank-you-card {
  position: relative;
  z-index: 1;
  width: min(560px, 100%);
  padding: clamp(26px, 5vw, 44px);
  border: 1px solid rgba(204, 158, 67, 0.38);
  border-radius: 14px;
  color: var(--cream);
  background: linear-gradient(145deg, #0c251f, #173d34);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.35);
}

.thank-you-card h2 {
  margin: 12px 0;
  max-width: 10ch;
  color: #ffffff;
  font-size: clamp(34px, 7vw, 62px);
  line-height: 0.98;
}

.thank-you-card p {
  color: rgba(255, 251, 242, 0.82);
}

.lead-popup {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 18px;
}

.lead-popup.is-open {
  display: flex;
}

.lead-popup-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(8, 12, 11, 0.72);
  backdrop-filter: blur(8px);
}

.lead-popup-panel {
  position: relative;
  width: min(980px, 100%);
  max-height: calc(100vh - 36px);
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(360px, 1fr);
  gap: 26px;
  overflow: auto;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 16px;
  background:
    radial-gradient(circle at 0 0, rgba(183, 225, 92, 0.24), transparent 20rem),
    #fffdf8;
  box-shadow: 0 32px 110px rgba(0, 0, 0, 0.34);
  animation: popupIn 0.38s ease both;
}

.popup-copy {
  align-self: center;
}

.popup-copy h2 {
  margin-top: 14px;
  font-size: clamp(2rem, 4vw, 3.5rem);
}

.popup-copy p {
  margin-top: 14px;
  color: var(--muted);
}

.popup-close,
.chat-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(24, 61, 53, 0.18);
  border-radius: 50%;
  background: #fff;
  color: var(--ink);
  font-weight: 700;
  cursor: pointer;
}

.live-chat-widget {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 70;
}

.chat-fab {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 52px;
  padding: 12px 18px;
  border: 0;
  border-radius: 999px;
  color: #102821;
  background: var(--lime);
  box-shadow: 0 18px 44px rgba(24, 61, 53, 0.24);
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

.chat-fab span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #18b75b;
  box-shadow: 0 0 0 8px rgba(24, 183, 91, 0.18);
}

.chat-panel {
  position: absolute;
  right: 0;
  bottom: 68px;
  width: min(330px, calc(100vw - 36px));
  display: none;
  padding: 24px;
  border: 1px solid rgba(24, 61, 53, 0.16);
  border-radius: 14px;
  background: #fffdf8;
  box-shadow: 0 24px 80px rgba(24, 61, 53, 0.2);
}

.live-chat-widget.is-open .chat-panel {
  display: block;
  animation: popupIn 0.28s ease both;
}

.chat-panel h3 {
  padding-right: 28px;
  font-size: 1.4rem;
}

.chat-panel p {
  margin: 10px 0 14px;
  color: var(--muted);
  font-size: 15px;
}

.chat-option {
  display: block;
  margin-top: 10px;
  padding: 11px 12px;
  border: 1px solid rgba(24, 61, 53, 0.14);
  border-radius: 8px;
  background: rgba(223, 246, 223, 0.48);
  font-weight: 700;
}

.package.is-muted {
  opacity: 0.32;
  transform: scale(0.985);
}

.service-filter {
  display: grid;
  gap: 8px;
  max-width: 520px;
  margin: 0 0 28px;
}

.service-filter label {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.service-filter select {
  min-height: 52px;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  font: inherit;
}

@keyframes floatObject {
  0%, 100% {
    transform: translate3d(0, 0, 0) rotate(-6deg);
  }
  50% {
    transform: translate3d(18px, -28px, 0) rotate(7deg);
  }
}

@keyframes spinFloat {
  from {
    transform: translateY(0) rotate(0deg);
  }
  to {
    transform: translateY(18px) rotate(360deg);
  }
}

@keyframes gridDrift {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 54px 54px;
  }
}

@keyframes slowRotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes counterRotate {
  from {
    rotate: 0deg;
  }
  to {
    rotate: -360deg;
  }
}

@keyframes popupIn {
  from {
    opacity: 0;
    transform: translateY(18px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@media (max-width: 900px) {
  .funnel-panel,
  .lead-popup-panel {
    grid-template-columns: 1fr;
  }

  .doodle-layer {
    opacity: 0.72;
  }

  .doodle-reel {
    left: -24px;
  }

  .doodle-hash {
    right: -18px;
  }
}

@media (max-width: 560px) {
  .enhanced-site .hero-inner {
    padding-top: 70px;
  }

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

  .funnel-panel,
  .lead-popup-panel {
    padding: 20px;
    border-radius: 12px;
  }

  .lead-popup {
    padding: 10px;
  }

  .lead-popup-panel {
    max-height: calc(100vh - 20px);
  }

  .live-chat-widget {
    right: 12px;
    bottom: 12px;
  }

  .chat-fab {
    min-height: 48px;
    padding: 10px 14px;
    font-size: 15px;
  }
}

.hero::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.92) 0%, rgba(0, 0, 0, 0.68) 42%, rgba(0, 0, 0, 0.18) 100%),
    url("marketing-storytelling.png") center / cover no-repeat;
  transform: scale(1.03);
}

.hero-inner {
  position: relative;
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
  padding: 96px 0 76px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 18px;
  color: var(--gold);
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.16em;
}

.eyebrow::before {
  width: 42px;
  height: 1px;
  content: "";
  background: currentColor;
}

h1,
h2,
h3,
h4 {
  margin: 0;
  font-family: "Rufina", Georgia, serif;
  line-height: 1.12;
  letter-spacing: 0;
}

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

h2 {
  font-size: clamp(2.25rem, 5vw, 4.5rem);
}

h3 {
  font-size: clamp(1.6rem, 3vw, 2.4rem);
}

p {
  margin: 0;
}

.lead {
  max-width: 720px;
  margin-top: 24px;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1.05rem, 2vw, 1.35rem);
}

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

.hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  width: min(760px, 100%);
  margin-top: 64px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.12);
}

.metric {
  min-height: 112px;
  padding: 20px;
  background: rgba(18, 18, 18, 0.52);
}

.metric strong {
  display: block;
  color: var(--gold);
  font-family: "Rufina", Georgia, serif;
  font-size: 2rem;
}

.metric span {
  display: block;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  line-height: 1.45;
}

.section {
  padding: 96px 0;
}

.section.soft {
  background: var(--soft);
}

.section.dark {
  color: var(--paper);
  background: var(--ink);
}

.container {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
}

.section-head {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(280px, 0.75fr);
  gap: 54px;
  align-items: end;
  margin-bottom: 48px;
}

.section-head p {
  color: var(--muted);
  font-size: 1.05rem;
}

.dark .section-head p {
  color: rgba(255, 255, 255, 0.68);
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.78fr);
  gap: 58px;
  align-items: center;
}

.image-panel {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.image-panel img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  transition: transform 0.55s ease;
}

.image-panel:hover img {
  transform: scale(1.04);
}

.quote-card {
  position: absolute;
  right: 22px;
  bottom: 22px;
  max-width: 360px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  color: var(--paper);
  background: rgba(18, 18, 18, 0.82);
  backdrop-filter: blur(10px);
  font-weight: 700;
}

.stack {
  display: grid;
  gap: 20px;
}

.text-block {
  color: #2f2f2f;
}

.text-block p + p {
  margin-top: 18px;
}

.pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.pill {
  padding: 8px 13px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.74);
  color: #333;
  font-size: 14px;
  font-weight: 700;
}

.grid {
  display: grid;
  gap: 22px;
}

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

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

.card {
  position: relative;
  overflow: hidden;
  min-height: 100%;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  box-shadow: 0 16px 44px rgba(18, 18, 18, 0.06);
}

.dark .card {
  border-color: rgba(255, 255, 255, 0.15);
  color: var(--paper);
  background: rgba(255, 255, 255, 0.06);
}

.card::before {
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 4px;
  content: "";
  background: linear-gradient(90deg, var(--green), var(--gold), var(--lavender));
}

.card h3,
.card h4 {
  margin-bottom: 12px;
}

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

.dark .card p {
  color: rgba(255, 255, 255, 0.72);
}

.number {
  display: inline-grid;
  width: 38px;
  height: 38px;
  place-items: center;
  margin-bottom: 18px;
  border-radius: 50%;
  color: var(--paper);
  background: var(--green);
  font-size: 15px;
  font-weight: 700;
}

.list {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 22px 0 0;
  list-style: none;
}

.list li {
  position: relative;
  padding-left: 24px;
  color: #333;
}

.list li::before {
  position: absolute;
  left: 0;
  top: 0.68em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  content: "";
  background: var(--gold);
}

.dark .list li {
  color: rgba(255, 255, 255, 0.82);
}

.banner {
  position: relative;
  min-height: 320px;
  display: grid;
  align-items: center;
  overflow: hidden;
  color: var(--paper);
  background: var(--ink);
}

.banner::before {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, rgba(18, 18, 18, 0.88), rgba(18, 18, 18, 0.54)), url("brand-banner.jpg") center / cover no-repeat;
}

.banner .container {
  position: relative;
}

.page-hero {
  padding: 92px 0 72px;
  color: var(--paper);
  background:
    radial-gradient(circle at 84% 16%, rgba(246, 191, 69, 0.28), transparent 18rem),
    radial-gradient(circle at 18% 34%, rgba(168, 134, 205, 0.26), transparent 20rem),
    linear-gradient(135deg, rgba(18, 18, 18, 0.98), rgba(46, 87, 82, 0.92));
}

.strategy-board {
  position: relative;
  min-height: 440px;
  display: grid;
  align-items: center;
  overflow: hidden;
  padding: 34px;
  border: 1px solid rgba(24, 61, 53, 0.14);
  border-radius: 14px;
  background:
    radial-gradient(circle at 50% 42%, rgba(183, 225, 92, 0.2), transparent 13rem),
    linear-gradient(135deg, #fdfbf3, #eaf7e6);
  box-shadow: var(--shadow);
}

.strategy-board::before {
  position: absolute;
  inset: 18px;
  content: "";
  border: 1px dashed rgba(24, 61, 53, 0.22);
  border-radius: 12px;
}

.strategy-orbit {
  position: relative;
  width: min(360px, 76vw);
  height: min(360px, 76vw);
  margin: 0 auto;
  border: 1px solid rgba(24, 61, 53, 0.16);
  border-radius: 50%;
  animation: slowRotate 24s linear infinite;
}

.orbit-core,
.orbit-item {
  position: absolute;
  display: grid;
  place-items: center;
  border-radius: 999px;
  color: #102821;
  background: #fffdf8;
  box-shadow: 0 14px 38px rgba(24, 61, 53, 0.12);
  font-weight: 700;
}

.orbit-core {
  inset: 50% auto auto 50%;
  width: 138px;
  height: 138px;
  padding: 18px;
  text-align: center;
  transform: translate(-50%, -50%);
  background: var(--lime);
  font-family: "Rufina", Georgia, serif;
  font-size: 1.35rem;
  line-height: 1.1;
}

.orbit-item {
  width: 92px;
  height: 46px;
  animation: counterRotate 24s linear infinite;
}

.item-1 {
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}

.item-2 {
  top: 50%;
  right: -34px;
  transform: translateY(-50%);
}

.item-3 {
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
}

.item-4 {
  top: 50%;
  left: -34px;
  transform: translateY(-50%);
}

.strategy-note {
  position: relative;
  max-width: 420px;
  margin: 30px auto 0;
  padding: 18px;
  border-radius: 10px;
  color: var(--paper);
  background: #183d35;
  font-weight: 700;
  text-align: center;
}

.page-hero .lead {
  color: rgba(255, 255, 255, 0.78);
}

.timeline {
  position: relative;
  display: grid;
  gap: 24px;
}

.timeline-item {
  display: grid;
  grid-template-columns: 130px minmax(0, 1fr);
  gap: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--line);
}

.timeline-item strong {
  color: var(--green-dark);
  font-family: "Rufina", Georgia, serif;
  font-size: 1.6rem;
}

.package-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  align-items: stretch;
}

.package {
  display: flex;
  flex-direction: column;
  gap: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  box-shadow: var(--shadow);
}

.package.featured {
  border-color: var(--gold);
  transform: translateY(-12px);
}

.package-top {
  padding: 30px 30px 0;
}

.tag {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 6px 10px;
  border-radius: 999px;
  color: var(--paper);
  background: var(--green);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.price {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  margin: 12px 0 0;
  font-family: "Rufina", Georgia, serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
}

.price span {
  color: var(--muted);
  font-family: "PT Serif", Georgia, serif;
  font-size: 15px;
  font-weight: 700;
}

.package .list {
  padding: 0 30px;
}

.package-foot {
  margin-top: auto;
  padding: 0 30px 30px;
}

.mini-offers {
  display: grid;
  grid-template-columns: 0.82fr 1fr;
  gap: 22px;
  align-items: stretch;
}

.contact-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 40px;
}

.contact-item {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
}

.contact-item small {
  display: block;
  margin-bottom: 6px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.form {
  display: grid;
  gap: 16px;
}

.field {
  display: grid;
  gap: 7px;
}

.field label {
  color: #333;
  font-size: 14px;
  font-weight: 700;
}

.field input,
.field textarea,
.field select {
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: #fff;
  color: var(--ink);
  font: inherit;
}

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

.site-footer {
  color: rgba(255, 255, 255, 0.76);
  background: var(--ink);
}

.footer-inner {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
  padding: 54px 0;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 30px;
  align-items: center;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  font-size: 15px;
  font-weight: 700;
}

.reveal {
  opacity: 1;
  transform: translateY(0);
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: no-preference) {
  .reveal {
    animation: fadeUp 0.7s ease both;
  }
}

@media (max-width: 900px) {
  body {
    font-size: 17px;
  }

  .menu-toggle {
    display: inline-grid;
    place-items: center;
    position: relative;
    z-index: 1002;
  }

  .nav-links {
    position: absolute;
    z-index: 1001;
    top: calc(100% + 10px);
    left: 0;
    right: 0;
    display: none;
    padding: 22px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--paper);
    box-shadow: var(--shadow);
  }

  .nav-links.open {
    display: grid;
    gap: 16px;
  }

  .menu-check:checked + .menu-toggle + .nav-links {
    display: grid;
    gap: 16px;
  }

  .section-head,
  .split,
  .grid.two,
  .mini-offers,
  .footer-inner {
    grid-template-columns: 1fr;
  }

  .grid.three,
  .package-grid,
  .contact-strip {
    grid-template-columns: 1fr;
  }

  .package.featured {
    transform: none;
  }

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

  .timeline-item {
    grid-template-columns: 1fr;
    gap: 6px;
  }
}

@media (max-width: 560px) {
  .nav {
    width: min(100% - 28px, 1180px);
  }

  .hero-inner,
  .container,
  .footer-inner {
    width: min(100% - 28px, 1180px);
  }

  .hero-inner {
    padding: 78px 0 54px;
  }

  .section {
    padding: 68px 0;
  }

  .page-hero {
    padding: 72px 0 58px;
  }

  .card,
  .package-top,
  .package .list,
  .package-foot {
    padding-left: 22px;
    padding-right: 22px;
  }

  .quote-card {
    position: static;
    max-width: none;
    border-radius: 0;
  }

  .image-panel img {
    min-height: 320px;
  }
}
