*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: "DM Sans", sans-serif;
  background: #faf8f4;
  color: #0e0e0e;
  overflow-x: hidden;
}
section {
  position: relative;
}
img,
svg {
  display: block;
  max-width: 100%;
}
ol,
ul {
  list-style: none;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  border: none;
  background: none;
  cursor: pointer;
}
@-webkit-keyframes scrollPulse {
  0%,
  to {
    opacity: 0.3;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  50% {
    opacity: 0.8;
    -webkit-transform: scaleY(1.2);
    transform: scaleY(1.2);
  }
}
@keyframes scrollPulse {
  0%,
  to {
    opacity: 0.3;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  50% {
    opacity: 0.8;
    -webkit-transform: scaleY(1.2);
    transform: scaleY(1.2);
  }
}
@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@-webkit-keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(28px);
    transform: translateY(28px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(28px);
    transform: translateY(28px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes pulseGreen {
  0%,
  to {
    opacity: 1;
  }
  50% {
    opacity: 0.4;
  }
}
@keyframes pulseGreen {
  0%,
  to {
    opacity: 1;
  }
  50% {
    opacity: 0.4;
  }
}
body {
  background: #f5f0e8;
  color: #2a2a2a;
  font-family: "DM Sans", sans-serif;
  font-weight: 300;
  line-height: 1.65;
  overflow-x: hidden;
}
.page {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.top-stripe {
  height: 5px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#1a2e1e),
    color-stop(50%, #4a7c59),
    to(#c9a84c)
  );
  background: linear-gradient(90deg, #1a2e1e 0%, #4a7c59 50%, #c9a84c 100%);
}
header {
  background: #1a2e1e;
  color: #f5f0e8;
  padding: 56px 64px 52px;
  position: relative;
  overflow: hidden;
}
header:before {
  content: "";
  position: absolute;
  top: -80px;
  right: -80px;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  border: 1.5px solid rgba(201, 168, 76, 0.18);
  pointer-events: none;
}
header:after {
  content: "";
  position: absolute;
  top: -40px;
  right: -40px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  border: 1.5px solid rgba(201, 168, 76, 0.12);
  pointer-events: none;
}
.header-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 32px;
}
.logo-wordmark {
  font-family: "Playfair Display", serif;
  font-size: 3.2rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1;
  color: #f5f0e8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  gap: 0;
}
.logo-up {
  color: #c9a84c;
}
.logo-tagline {
  font-family: "DM Mono", monospace;
  font-size: 0.7rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #7aad8a;
  margin-top: 10px;
}
.header-right {
  text-align: right;
  padding-top: 6px;
}
.certified-badge {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 4px;
}
.badge-label {
  font-family: "DM Mono", monospace;
  font-size: 0.6rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #c9a84c;
}
.badge-name {
  font-family: "Playfair Display", serif;
  font-size: 1.1rem;
  font-weight: 700;
  font-style: italic;
  color: #f5f0e8;
}
.badge-title {
  font-size: 0.72rem;
  color: #7aad8a;
  letter-spacing: 0.04em;
}
.hero {
  background: #1a2e1e;
  padding: 0 64px 64px;
  border-bottom: 1px solid rgba(201, 168, 76, 0.3);
}
.hero .stats-row {
  background: transparent;
  border-color: rgba(201, 168, 76, 0.2);
  margin-top: 40px;
}
.hero .stat {
  background: rgba(255, 255, 255, 0.06);
}
.hero .stat-number {
  color: #f5f0e8;
}
.hero .stat-label {
  color: rgba(245, 240, 232, 0.55);
}
.hero-divider {
  width: 48px;
  height: 2px;
  background: #c9a84c;
  margin-bottom: 28px;
}
.hero-headline {
  font-family: "Playfair Display", serif;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.22;
  color: #f5f0e8;
  max-width: 100%;
  margin-bottom: 20px;
  -webkit-animation: fadeUp 0.7s ease both;
  animation: fadeUp 0.7s ease both;
}
.hero-headline em {
  font-style: italic;
  color: #e8c97a;
}
.hero-sub {
  font-size: 1.02rem;
  color: rgba(245, 240, 232, 0.7);
  max-width: 100%;
  line-height: 1.7;
  -webkit-animation: fadeUp 0.7s 0.15s ease both;
  animation: fadeUp 0.7s 0.15s ease both;
}
.usp-strip {
  background: #c9a84c;
  padding: 18px 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  -webkit-animation: fadeUp 0.5s 0.3s ease both;
  animation: fadeUp 0.5s 0.3s ease both;
}
.usp-strip-text {
  font-family: "DM Mono", monospace;
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #1a2e1e;
  font-weight: 500;
}
.usp-dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #1a2e1e;
  opacity: 0.5;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.body-content {
  padding: 0 64px;
}
.section {
  padding: 52px 0;
  border-bottom: 1px solid #ede6d6;
}
.section:last-child {
  border-bottom: none;
}
.section-label {
  font-family: "DM Mono", monospace;
  font-size: 0.62rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #4a7c59;
  margin-bottom: 18px;
}
.section-title {
  font-family: "Playfair Display", serif;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.25;
  color: #1a2e1e;
  margin-bottom: 18px;
}
.section-body {
  font-size: 0.95rem;
  color: #2a2a2a;
  line-height: 1.75;
  max-width: 100%;
}
.section-body p + p {
  margin-top: 14px;
}
.stats-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1px 1fr 1px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: #ede6d6;
  border: 1px solid #ede6d6;
  border-radius: 4px;
  overflow: hidden;
  margin-top: 32px;
}
.stat {
  background: #f5f0e8;
  padding: 28px 24px;
  text-align: center;
}
.stat-number {
  font-family: "Playfair Display", serif;
  font-size: 2.4rem;
  font-weight: 800;
  color: #1a2e1e;
  line-height: 1;
  margin-bottom: 6px;
}
.stat-number span {
  color: #c9a84c;
}
.stat-label {
  font-size: 0.75rem;
  color: #6b6b6b;
  letter-spacing: 0.06em;
  line-height: 1.4;
}
.dot-net-block {
  background: #1a2e1e;
  border-radius: 6px;
  padding: 36px 40px;
  margin-top: 32px;
  position: relative;
  overflow: hidden;
}
.dot-net-block:before {
  content: "";
  position: absolute;
  bottom: -40px;
  right: -40px;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  border: 1px solid rgba(201, 168, 76, 0.15);
}
.dot-net-title {
  font-family: "Playfair Display", serif;
  font-size: 1.15rem;
  font-weight: 700;
  color: #f5f0e8;
  margin-bottom: 14px;
}
.dot-net-body {
  font-size: 0.9rem;
  color: rgba(245, 240, 232, 0.75);
  line-height: 1.75;
}
.version-pills {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 20px;
}
.pill {
  font-family: "DM Mono", monospace;
  font-size: 0.68rem;
  padding: 5px 12px;
  border-radius: 100px;
  letter-spacing: 0.08em;
  border: 1px solid rgba(201, 168, 76, 0.35);
  color: #e8c97a;
}
.pill.highlight {
  background: #c9a84c;
  color: #1a2e1e;
  border-color: #c9a84c;
  font-weight: 500;
}
.who-for-bar {
  background: #ede6d6;
  border-radius: 6px;
  padding: 18px 26px;
  margin-top: 32px;
  border-left: 3px solid #4a7c59;
}
.who-for-label {
  font-family: "DM Mono", monospace;
  font-size: 0.65rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #4a7c59;
  margin-bottom: 6px;
}
.who-for-text {
  font-size: 0.88rem;
  color: #2a2a2a;
  line-height: 1.65;
}
.urgency-bar {
  background: #8b1a1a;
  border-left: 4px solid #c9a84c;
  border-radius: 6px;
  padding: 18px 26px;
  margin-bottom: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 16px;
}
.urgency-icon {
  font-size: 1.1rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: 2px;
}
.urgency-title {
  font-family: "Playfair Display", serif;
  font-size: 0.98rem;
  font-weight: 700;
  color: #f8d7d7;
  margin-bottom: 4px;
}
.urgency-body {
  font-size: 0.82rem;
  color: rgba(248, 215, 215, 0.75);
  line-height: 1.6;
}
.urgency-body strong {
  color: #f8d7d7;
}
.services-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 32px;
}
.service-card {
  border: 1px solid #ede6d6;
  border-radius: 6px;
  padding: 28px 28px 26px;
  position: relative;
  -webkit-transition:
    border-color 0.2s,
    -webkit-box-shadow 0.2s;
  transition:
    border-color 0.2s,
    -webkit-box-shadow 0.2s;
  transition:
    border-color 0.2s,
    box-shadow 0.2s;
  transition:
    border-color 0.2s,
    box-shadow 0.2s,
    -webkit-box-shadow 0.2s;
}
.service-card:hover {
  border-color: #4a7c59;
  -webkit-box-shadow: 0 4px 20px rgba(26, 46, 30, 0.08);
  box-shadow: 0 4px 20px rgba(26, 46, 30, 0.08);
}
.service-card.featured {
  background: #1a2e1e;
  border-color: #1a2e1e;
  -ms-grid-column-span: 2;
  grid-column: span 2;
}
.service-card.featured .service-number {
  color: #c9a84c;
}
.service-card.featured .service-name {
  color: #f5f0e8;
  font-size: 1.3rem;
}
.service-card.featured .service-desc {
  color: rgba(245, 240, 232, 0.72);
  max-width: 100%;
}
.service-number {
  font-family: "DM Mono", monospace;
  font-size: 0.6rem;
  color: #7aad8a;
  letter-spacing: 0.18em;
  margin-bottom: 12px;
}
.service-name {
  font-family: "Playfair Display", serif;
  font-size: 1.15rem;
  font-weight: 700;
  color: #1a2e1e;
  margin-bottom: 10px;
  line-height: 1.25;
}
.service-desc {
  font-size: 0.875rem;
  color: #6b6b6b;
  line-height: 1.65;
}
.service-tag {
  display: inline-block;
  margin-top: 14px;
  font-family: "DM Mono", monospace;
  font-size: 0.6rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #c9a84c;
  border-top: 1px solid rgba(201, 168, 76, 0.3);
  padding-top: 10px;
}
.pricing-intro {
  font-size: 0.9rem;
  color: #6b6b6b;
  line-height: 1.7;
  margin-top: 10px;
  max-width: 100%;
}
.pricing-group-label {
  font-family: "DM Mono", monospace;
  font-size: 0.6rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #4a7c59;
  margin: 32px 0 12px;
}
.pricing-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1px 1fr 1px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1px;
  background: #ede6d6;
  border: 1px solid #ede6d6;
  border-radius: 6px;
  overflow: hidden;
}
.pricing-card {
  background: #f5f0e8;
  padding: 26px 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
.pricing-card:hover {
  background: #f0ebe1;
}
.pricing-card.featured-price {
  background: #1a2e1e;
}
.pricing-card.featured-price:hover {
  background: #2d4a32;
}
.pricing-card.featured-price .pricing-tier {
  color: #c9a84c;
}
.pricing-card.featured-price .pricing-name {
  color: #f5f0e8;
}
.pricing-card.featured-price .pricing-from {
  color: rgba(245, 240, 232, 0.45);
}
.pricing-card.featured-price .pricing-number {
  color: #c9a84c;
}
.pricing-card.featured-price .pricing-number .pricing-unit {
  color: rgba(245, 240, 232, 0.5);
}
.pricing-card.featured-price .pricing-quote {
  color: #f5f0e8;
}
.pricing-card.featured-price .pricing-desc {
  color: rgba(245, 240, 232, 0.55);
}
.pricing-card.featured-price .pricing-best-for {
  color: #7aad8a;
  border-top-color: rgba(122, 173, 138, 0.2);
}
.pricing-tier {
  font-family: "DM Mono", monospace;
  font-size: 0.6rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #4a7c59;
}
.pricing-name {
  font-family: "Playfair Display", serif;
  font-size: 1.05rem;
  font-weight: 700;
  color: #1a2e1e;
  line-height: 1.2;
}
.pricing-amount {
  margin-top: 4px;
}
.pricing-from {
  font-family: "DM Mono", monospace;
  font-size: 0.6rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #6b6b6b;
  display: block;
  margin-bottom: 2px;
}
.pricing-number {
  font-family: "Playfair Display", serif;
  font-size: 1.55rem;
  font-weight: 800;
  color: #1a2e1e;
  line-height: 1;
}
.pricing-number .pricing-unit {
  font-size: 0.75rem;
  font-weight: 400;
  font-family: "DM Sans", sans-serif;
  color: #6b6b6b;
  margin-left: 2px;
}
.pricing-quote {
  font-family: "Playfair Display", serif;
  font-size: 1.1rem;
  font-weight: 700;
  font-style: italic;
  color: #1a2e1e;
  margin-top: 4px;
}
.pricing-desc {
  font-size: 0.8rem;
  color: #6b6b6b;
  line-height: 1.55;
  margin-top: 4px;
}
.retainer-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: #ede6d6;
  border: 1px solid #ede6d6;
  border-radius: 6px;
  overflow: hidden;
  margin-top: 0;
}
.free-assessment-bar {
  background: #c9a84c;
  border-radius: 6px;
  padding: 20px 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
  margin-top: 16px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.free-bar-title {
  font-family: "Playfair Display", serif;
  font-size: 1.05rem;
  font-weight: 700;
  color: #1a2e1e;
}
.free-bar-sub {
  font-size: 0.8rem;
  color: rgba(26, 46, 30, 0.65);
  margin-top: 3px;
}
.free-bar-badge {
  font-family: "DM Mono", monospace;
  font-size: 0.68rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  background: #1a2e1e;
  color: #c9a84c;
  padding: 7px 18px;
  border-radius: 100px;
  white-space: nowrap;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.pricing-best-for {
  font-family: "DM Mono", monospace;
  font-size: 0.62rem;
  letter-spacing: 0.06em;
  line-height: 1.55;
  color: #4a7c59;
  border-top: 1px solid rgba(74, 124, 89, 0.2);
  margin-top: 12px;
  padding-top: 10px;
}
.pricing-note {
  font-size: 0.75rem;
  color: #6b6b6b;
  margin-top: 14px;
  font-style: italic;
  line-height: 1.6;
}
.differentiators {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 24px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 32px;
}
.diff-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.diff-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #1a2e1e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: 2px;
}
.diff-icon svg {
  width: 16px;
  height: 16px;
  stroke: #c9a84c;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.diff-title {
  font-family: "Playfair Display", serif;
  font-size: 0.98rem;
  font-weight: 700;
  color: #1a2e1e;
  margin-bottom: 5px;
}
.diff-text {
  font-size: 0.855rem;
  color: #6b6b6b;
  line-height: 1.6;
}
.monopoly-badge {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  background: #c9a84c;
  color: #1a2e1e;
  font-family: "DM Mono", monospace;
  font-size: 0.62rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: 100px;
  margin-bottom: 14px;
}
.pull-quote {
  border-left: 3px solid #c9a84c;
  padding: 20px 28px;
  margin: 36px 0 0;
  background: #ede6d6;
  border-radius: 0 6px 6px 0;
}
.pull-quote p {
  font-family: "Playfair Display", serif;
  font-size: 1.1rem;
  font-style: italic;
  color: #1a2e1e;
  line-height: 1.6;
}
.pull-quote-attr {
  font-size: 0.75rem;
  color: #6b6b6b;
  margin-top: 10px;
  font-family: "DM Mono", monospace;
  letter-spacing: 0.1em;
}
.testimonials-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 32px;
}
.testimonial-card {
  background: #f5f0e8;
  border: 1px solid #ede6d6;
  border-radius: 6px;
  padding: 26px 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 14px;
  position: relative;
}
.testimonial-quote-mark {
  font-family: "Playfair Display", serif;
  font-size: 3rem;
  line-height: 1;
  color: #c9a84c;
  opacity: 0.4;
  position: absolute;
  top: 12px;
  left: 18px;
}
.testimonial-text {
  font-family: "Playfair Display", serif;
  font-size: 0.88rem;
  font-style: italic;
  color: #1a2e1e;
  line-height: 1.65;
  padding-top: 20px;
}
.testimonial-text.placeholder-text {
  color: #6b6b6b;
  opacity: 0.5;
}
.testimonial-author {
  margin-top: auto;
  border-top: 1px solid #ede6d6;
  padding-top: 12px;
}
.testimonial-name {
  font-family: "DM Sans", sans-serif;
  font-size: 0.8rem;
  font-weight: 500;
  color: #1a2e1e;
}
.testimonial-name.placeholder-name {
  color: #6b6b6b;
  opacity: 0.5;
}
.testimonial-role {
  font-family: "DM Mono", monospace;
  font-size: 0.6rem;
  letter-spacing: 0.1em;
  color: #6b6b6b;
  margin-top: 2px;
}
.testimonial-placeholder-badge {
  display: inline-block;
  font-family: "DM Mono", monospace;
  font-size: 0.65rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  background: #ede6d6;
  color: #6b6b6b;
  padding: 3px 8px;
  border-radius: 100px;
  margin-bottom: 6px;
}
.faq-list {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1px;
  background: #ede6d6;
  border: 1px solid #ede6d6;
  border-radius: 6px;
  overflow: hidden;
}
.faq-item {
  background: #f5f0e8;
  padding: 24px 28px;
}
.faq-item:last-child {
  border-top: 2px solid #c9a84c;
  position: relative;
}
.faq-item:last-child:before {
  content: "The big question";
  position: absolute;
  top: -10px;
  left: 28px;
  background: #c9a84c;
  color: #1a2e1e;
  font-family: "DM Mono", monospace;
  font-size: 0.65rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 2px 10px;
  border-radius: 100px;
}
.faq-q {
  font-family: "Playfair Display", serif;
  font-size: 1rem;
  font-weight: 700;
  color: #1a2e1e;
  margin-bottom: 10px;
  line-height: 1.3;
}
.faq-a {
  font-size: 0.88rem;
  color: #6b6b6b;
  line-height: 1.7;
}
.faq-a strong {
  color: #2a2a2a;
}
.cta-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 24px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #1a2e1e;
  border-radius: 8px;
  padding: 28px 36px;
  margin-top: 36px;
}
.cta-block.gold {
  background: #c9a84c;
}
.cta-block.gold .cta-heading {
  color: #1a2e1e;
}
.cta-block.gold .cta-sub {
  color: rgba(26, 46, 30, 0.65);
}
.cta-block.gold .cta-btn {
  background: #1a2e1e;
  color: #c9a84c;
}
.cta-block.gold .cta-btn:hover {
  background: #2d4a32;
}
.cta-block.subtle {
  background: transparent;
  border: 1px solid #ede6d6;
  padding: 22px 28px;
  margin-top: 28px;
}
.cta-block.subtle .cta-heading {
  color: #1a2e1e;
}
.cta-block.subtle .cta-sub {
  color: #6b6b6b;
}
.cta-block.subtle .cta-btn {
  background: #1a2e1e;
  color: #f5f0e8;
}
.cta-block.subtle .cta-btn:hover {
  background: #2d4a32;
}
.cta-heading {
  font-family: "Playfair Display", serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: #f5f0e8;
  line-height: 1.3;
  margin-bottom: 5px;
}
.cta-sub {
  font-size: 0.82rem;
  color: rgba(245, 240, 232, 0.6);
  line-height: 1.5;
}
.cta-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  background: #c9a84c;
  color: #1a2e1e;
  font-family: "DM Mono", monospace;
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 12px 24px;
  border-radius: 100px;
  white-space: nowrap;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition:
    background 0.2s,
    -webkit-transform 0.15s;
  transition:
    background 0.2s,
    -webkit-transform 0.15s;
  transition:
    background 0.2s,
    transform 0.15s;
  transition:
    background 0.2s,
    transform 0.15s,
    -webkit-transform 0.15s;
}
.cta-btn:hover {
  background: #e8c97a;
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
}
footer {
  background: #1a2e1e;
  padding: 52px 64px 44px;
}
.footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 32px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.footer-heading {
  font-family: "Playfair Display", serif;
  font-size: 1.6rem;
  font-weight: 700;
  color: #f5f0e8;
  line-height: 1.25;
  margin-bottom: 14px;
}
.footer-heading em {
  font-style: italic;
  color: #e8c97a;
}
.footer-body {
  font-size: 0.88rem;
  color: rgba(245, 240, 232, 0.6);
  max-width: 340px;
  line-height: 1.7;
}
.footer-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  min-width: 220px;
}
.contact-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 3px;
}
.contact-label {
  font-family: "DM Mono", monospace;
  font-size: 0.65rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #c9a84c;
}
.contact-value {
  font-size: 0.88rem;
  color: #f5f0e8;
}
.contact-value.placeholder {
  color: rgba(245, 240, 232, 0.4);
  font-style: italic;
}
.footer-bottom {
  max-width: 1200px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  border-top: 1px solid rgba(245, 240, 232, 0.1);
  padding-top: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 12px;
}
.footer-logo {
  font-family: "Playfair Display", serif;
  font-size: 1.3rem;
  font-weight: 800;
  color: rgba(245, 240, 232, 0.25);
  letter-spacing: -0.01em;
}
.footer-logo span {
  color: rgba(201, 168, 76, 0.4);
}
.footer-meta {
  font-family: "DM Mono", monospace;
  font-size: 0.6rem;
  letter-spacing: 0.16em;
  color: rgba(245, 240, 232, 0.3);
  text-align: right;
}
.about-hero-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 320px 64px 1fr;
  grid-template-columns: 320px 1fr;
  gap: 64px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}
.about-photo {
  width: 100%;
  aspect-ratio: 3/4;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
  display: block;
  -webkit-filter: grayscale(15%);
  filter: grayscale(15%);
}
.about-photo-tag {
  background: #c9a84c;
  padding: 14px 18px;
}
.about-photo-tag .badge-name {
  color: #1a2e1e;
  font-style: normal;
  display: block;
  margin-bottom: 2px;
}
.about-photo-tag .badge-title {
  color: rgba(26, 46, 30, 0.7);
}
.upb-focus-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2px;
  margin-top: 16px;
}
.upb-focus-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 16px;
  padding: 16px 20px;
  background: #f5f0e8;
  border: 1px solid #ede6d6;
  font-size: 0.88rem;
  font-weight: 400;
  color: #2a2a2a;
  line-height: 1.5;
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
.upb-focus-item:hover {
  background: #ede6d6;
}
.upb-focus-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #c9a84c;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: 7px;
}
.upb-exp-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2px;
  margin-top: 16px;
}
.upb-exp-item {
  padding: 22px 24px;
  background: #f5f0e8;
  border: 1px solid #ede6d6;
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
.upb-exp-item:hover {
  background: #ede6d6;
}
.upb-exp-result {
  font-family: "Playfair Display", serif;
  font-size: 0.88rem;
  font-weight: 700;
  color: #4a7c59;
  margin-bottom: 6px;
}
.upb-exp-desc {
  font-size: 0.88rem;
  font-weight: 400;
  color: #2a2a2a;
  line-height: 1.55;
}
.upb-exp-desc span {
  display: block;
  font-size: 0.78rem;
  font-weight: 300;
  color: #6b6b6b;
  margin-top: 4px;
}
.diff-stack {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  margin-top: 16px;
}
.hero-video-wrap {
  margin-top: 40px;
}
.infographic {
  margin-top: 40px;
  width: 100%;
}
.infographic svg {
  width: 100%;
  height: auto;
  display: block;
}
.infographic-caption {
  font-family: "DM Mono", monospace;
  font-size: 0.65rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #6b6b6b;
  text-align: center;
  margin-top: 10px;
}
.infographic-compare {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0;
  margin-top: 40px;
}
.infographic-compare svg {
  width: 100%;
  height: auto;
  display: block;
}
.infographic-vs {
  font-family: "Playfair Display", serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: #c9a84c;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 0 10px;
  opacity: 0.7;
}
@media (max-width: 680px) {
  .body-content,
  .hero,
  footer,
  header {
    padding-left: 22px;
    padding-right: 22px;
  }
  header {
    padding-top: 28px;
    padding-bottom: 24px;
  }
  .header-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 18px;
  }
  .header-right {
    text-align: left;
  }
  .logo-wordmark {
    font-size: 2.4rem;
  }
  .hero {
    padding-left: 22px;
    padding-right: 22px;
    padding-bottom: 36px;
  }
  .hero-headline {
    font-size: 1.65rem;
  }
  .hero-sub {
    font-size: 0.9rem;
  }
  .who-for-bar {
    margin-left: 0;
    margin-right: 0;
  }
  .hero-video-wrap {
    margin-top: 24px;
  }
  .hero-video-wrap video {
    border-radius: 6px;
  }
  .usp-strip {
    padding-left: 22px;
    padding-right: 22px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 8px;
  }
  .about-hero-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .stats-row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .services-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .service-card.featured {
    -ms-grid-column-span: 1;
    grid-column: span 1;
  }
  .pricing-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .retainer-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .testimonials-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .differentiators {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .stat-number {
    font-size: 2rem;
  }
  .dot-net-block {
    padding: 24px 20px;
  }
  .version-pills {
    gap: 6px;
  }
  .pill {
    font-size: 0.62rem;
    padding: 4px 10px;
  }
  .pricing-card {
    padding: 22px 18px;
  }
  .pricing-number {
    font-size: 1.3rem;
  }
  .free-assessment-bar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 14px;
    padding: 18px;
  }
  .urgency-bar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    padding: 16px 18px;
  }
  .monopoly-badge {
    font-size: 0.65rem;
    padding: 5px 10px;
    white-space: normal;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .diff-icon {
    width: 30px;
    height: 30px;
  }
  .pull-quote {
    padding: 16px 18px;
  }
  .pull-quote p {
    font-size: 0.95rem;
  }
  .faq-item {
    padding: 20px 18px;
  }
  .faq-q {
    font-size: 0.92rem;
  }
  .cta-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 22px 18px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .cta-btn {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footer-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 28px;
  }
  .footer-right {
    min-width: auto;
    width: 100%;
  }
  .footer-heading {
    font-size: 1.3rem;
  }
  .footer-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 8px;
  }
  .footer-meta {
    text-align: left;
  }
  .infographic {
    margin-top: 28px;
    overflow-x: auto;
  }
  .infographic svg {
    min-width: 480px;
  }
  .infographic-caption {
    font-size: 0.6rem;
  }
  .infographic-compare {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 28px;
  }
  .infographic-vs {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    padding: 6px 0;
  }
  .section-title {
    font-size: 1.4rem;
  }
  .section {
    padding: 36px 0;
  }
}
@media print {
  body {
    background: white;
  }
  .page {
    max-width: 100%;
  }
}
