:root {
  --ink: #0f172a;
  --ink-soft: #1f2937;
  --slate: #405060;
  --muted: #667085;
  --paper: #f7f8fa;
  --surface: #ffffff;
  --wine: #4b1e2f;
  --gold: #b9823b;
  --gold-soft: #f3dfbd;
  --teal: #275f5b;
  --graphite: #17202b;
  --line: rgba(15, 23, 42, 0.12);
  --shadow: 0 30px 90px rgba(15, 23, 42, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  font-family: "Segoe UI", Inter, ui-sans-serif, system-ui, sans-serif;
  background:
    linear-gradient(90deg, rgba(15, 23, 42, 0.028) 1px, transparent 1px),
    linear-gradient(rgba(15, 23, 42, 0.028) 1px, transparent 1px),
    radial-gradient(circle at 10% 4%, rgba(39, 95, 91, 0.13), transparent 30rem),
    radial-gradient(circle at 88% 0%, rgba(185, 130, 59, 0.17), transparent 28rem),
    linear-gradient(180deg, #fbfcfd 0%, #f4f6f7 44%, #ffffff 100%);
  background-size: 72px 72px, 72px 72px, auto, auto, auto;
}

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

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

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

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid rgba(201, 147, 67, 0.76);
  outline-offset: 3px;
}

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

h1 {
  max-width: 820px;
  margin-bottom: 24px;
  font-size: clamp(3rem, 6.2vw, 6.25rem);
  line-height: 0.95;
  letter-spacing: 0;
}

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

h3 {
  margin-bottom: 10px;
  font-size: 1.08rem;
  line-height: 1.28;
}

p {
  color: var(--muted);
  line-height: 1.72;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 50;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 20px;
  align-items: center;
  width: 100%;
  margin: 0;
  min-height: 86px;
  padding: 8px max(18px, calc((100% - 1240px) / 2));
  border: 0;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  background: #ffffff;
  box-shadow: 0 12px 34px rgba(15, 23, 42, 0.1);
  backdrop-filter: none;
}

.brand-mark,
.footer-brand {
  border: 1px solid rgba(201, 147, 67, 0.34);
  border-radius: 8px;
  background-color: var(--wine);
  background-image: url("./Logo 2BS.png");
  background-repeat: no-repeat;
  background-position: center 51%;
  background-size: 116%;
}

.brand-mark {
  width: 222px;
  height: 76px;
}

.nav-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px;
  color: var(--slate);
  font-size: 0.92rem;
  font-weight: 780;
}

.nav-menu a {
  padding: 8px 0;
}

.nav-menu a:hover {
  color: var(--ink);
}

.nav-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border: 1px solid transparent;
  border-radius: 8px;
  padding: 12px 18px;
  font-weight: 880;
  cursor: pointer;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease, background 0.22s ease;
}

.nav-cta,
.button.primary {
  color: #111827;
  background: linear-gradient(135deg, #e4bd72, var(--gold));
  box-shadow: 0 18px 42px rgba(185, 130, 59, 0.26);
}

.button.secondary {
  color: var(--ink);
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.84);
}

.button.light {
  color: var(--ink);
  background: #ffffff;
  border-color: rgba(255, 255, 255, 0.28);
}

.nav-cta:hover,
.button:hover {
  transform: translateY(-2px);
  box-shadow: 0 24px 52px rgba(15, 23, 42, 0.2);
}

.hero-v3,
.decision-strip,
.pain-section,
.section-block,
.difference-section,
.method-section,
.ai-lab,
.proof-section,
.credentials-section,
.knowledge-section,
.contact-section,
.footer-v3 {
  width: min(1180px, calc(100% - 40px));
  margin-right: auto;
  margin-left: auto;
}

.hero-v3 {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.86fr);
  gap: clamp(30px, 5vw, 68px);
  align-items: center;
  min-height: calc(100vh - 112px);
  padding: 84px 0 58px;
}

.overline {
  margin-bottom: 13px;
  color: var(--teal);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-summary {
  max-width: 720px;
  color: var(--slate);
  font-size: 1.18rem;
}

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

.hero-actions {
  margin: 30px 0 26px;
}

.trust-badges,
.assurance-row {
  max-width: 720px;
}

.trust-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 16px;
}

.trust-badges span {
  border: 1px solid rgba(39, 95, 91, 0.18);
  border-radius: 999px;
  padding: 8px 12px;
  color: var(--teal);
  background: rgba(39, 95, 91, 0.07);
  font-size: 0.82rem;
  font-weight: 900;
}

.assurance-row span,
.decision-strip a,
.badge-grid span {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 10px 14px;
  color: var(--ink-soft);
  background: rgba(255, 255, 255, 0.75);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06);
  font-size: 0.92rem;
  font-weight: 840;
}

.assurance-row span {
  display: grid;
  min-width: 176px;
  border-radius: 8px;
  padding: 13px 14px;
}

.assurance-row strong {
  color: var(--gold);
  font-size: 0.76rem;
  letter-spacing: 0.08em;
}

.hero-board {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--graphite);
  box-shadow: var(--shadow);
}

.hero-board img {
  width: 100%;
  height: clamp(440px, 58vh, 660px);
  object-fit: cover;
  filter: saturate(0.92) contrast(1.02) brightness(1.06);
}

.board-card {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  border: 1px solid rgba(255, 255, 255, 0.36);
  border-radius: 8px;
  padding: 18px;
  color: #ffffff;
  background: rgba(15, 23, 42, 0.82);
  backdrop-filter: blur(16px);
}

.board-card span,
.assessment-result span {
  color: var(--gold-soft);
  font-size: 0.76rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.board-card strong {
  display: block;
  margin: 6px 0;
  color: #ffffff;
  font-size: 1.55rem;
}

.board-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
}

.decision-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  padding: 10px 0 74px;
}

.decision-strip a {
  display: flex;
  justify-content: center;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.88);
  text-align: center;
}

.section-block,
.pain-section,
.difference-section,
.method-section,
.proof-section,
.credentials-section {
  padding: 78px 0;
}

.section-title {
  max-width: 900px;
  margin-bottom: 34px;
}

.section-title.compact {
  max-width: 760px;
}

.pain-section {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.pain-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.pain-grid article {
  position: relative;
  overflow: hidden;
  min-height: 236px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 48px rgba(15, 23, 42, 0.08);
}

.pain-grid article::after {
  position: absolute;
  right: -44px;
  bottom: -44px;
  width: 112px;
  height: 112px;
  border-radius: 999px;
  background: rgba(201, 147, 67, 0.12);
  content: "";
}

.pain-grid span {
  display: block;
  width: 38px;
  height: 4px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--gold), var(--teal));
}

.service-matrix {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.service-tile {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 18px;
  align-items: stretch;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 12px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 48px rgba(15, 23, 42, 0.08);
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.service-tile:hover {
  transform: translateY(-4px);
  border-color: rgba(201, 147, 67, 0.5);
  box-shadow: 0 26px 68px rgba(15, 23, 42, 0.12);
}

.service-tile img {
  width: 100%;
  height: 100%;
  min-height: 170px;
  border-radius: 8px;
  object-fit: cover;
}

.service-tile div {
  padding: 12px 8px 12px 0;
}

.service-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.service-tags span {
  border: 1px solid rgba(49, 95, 92, 0.22);
  border-radius: 999px;
  padding: 7px 10px;
  color: var(--teal);
  background: rgba(49, 95, 92, 0.08);
  font-size: 0.82rem;
  font-weight: 860;
}

.service-tile.featured {
  background: linear-gradient(135deg, rgba(15, 23, 42, 0.94), rgba(49, 95, 92, 0.92));
}

.service-tile.featured h3 {
  color: #ffffff;
}

.service-tile.featured p {
  color: rgba(255, 255, 255, 0.76);
}

.service-tile.featured .service-tags span {
  border-color: rgba(244, 230, 200, 0.28);
  color: var(--gold-soft);
  background: rgba(255, 255, 255, 0.08);
}

.difference-section {
  display: grid;
  grid-template-columns: minmax(0, 0.84fr) minmax(340px, 1fr);
  gap: 26px;
  align-items: stretch;
}

.difference-panel,
.difference-grid article {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 18px 48px rgba(15, 23, 42, 0.08);
}

.difference-panel {
  padding: clamp(26px, 4vw, 40px);
  background:
    radial-gradient(circle at 90% 12%, rgba(185, 130, 59, 0.2), transparent 18rem),
    linear-gradient(135deg, rgba(15, 23, 42, 0.98), rgba(39, 95, 91, 0.92));
}

.difference-panel h2 {
  color: #ffffff;
}

.difference-panel p {
  color: rgba(255, 255, 255, 0.76);
}

.difference-panel .overline {
  color: var(--gold-soft);
}

.difference-grid {
  display: grid;
  gap: 14px;
}

.difference-grid article {
  padding: 24px;
}

.method-section {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.48);
}

.method-grid,
.proof-grid,
.badge-grid {
  display: grid;
  gap: 18px;
}

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

.method-grid article,
.proof-grid article {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 16px 42px rgba(15, 23, 42, 0.07);
}

.method-grid span {
  display: block;
  width: 42px;
  height: 4px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--gold), var(--teal));
}

.ai-lab {
  display: grid;
  grid-template-columns: minmax(300px, 0.72fr) minmax(520px, 1fr);
  gap: clamp(28px, 4vw, 54px);
  align-items: start;
  margin-top: 76px;
  margin-bottom: 76px;
  border-radius: 8px;
  padding: clamp(28px, 5vw, 48px);
  color: #ffffff;
  background:
    radial-gradient(circle at 84% 20%, rgba(185, 130, 59, 0.2), transparent 24rem),
    linear-gradient(135deg, #0f172a, #213142);
  box-shadow: var(--shadow);
}

.ai-lab h2,
.ai-lab h3 {
  color: #ffffff;
}

.ai-lab p,
.check-list {
  color: rgba(255, 255, 255, 0.76);
}

.ai-lab .overline {
  color: var(--gold-soft);
}

.check-list {
  display: grid;
  gap: 10px;
  margin: 24px 0 0;
  padding-left: 18px;
}

.assessment-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(260px, 0.72fr);
  gap: 16px;
}

.assessment-intro,
.assessment-form,
.assessment-result,
.contact-card {
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
}

.assessment-intro {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  column-gap: 22px;
  align-items: center;
  padding: 20px 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.06));
}

.assessment-intro span {
  color: var(--gold-soft);
  font-size: 0.76rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.assessment-intro strong {
  display: block;
  margin: 4px 0 0;
  color: #ffffff;
  font-size: clamp(1.55rem, 3vw, 2.45rem);
}

.assessment-intro p {
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
}

.assessment-form,
.contact-card {
  display: grid;
  gap: 12px;
  padding: 20px;
}

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

.assessment-form label,
.contact-card label {
  display: grid;
  gap: 7px;
  font-weight: 780;
  min-width: 0;
}

.assessment-form select,
.contact-card input,
.contact-card select,
.contact-card textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 12px 13px;
  color: var(--ink);
  background: #ffffff;
}

.assessment-result {
  padding: 22px;
}

.assessment-result strong {
  display: block;
  margin: 12px 0 10px;
  color: var(--gold-soft);
  font-size: clamp(3rem, 7vw, 4.8rem);
  line-height: 1;
}

.assessment-result .button {
  width: 100%;
  margin-top: 12px;
}

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

.proof-grid article {
  min-height: 178px;
  background: rgba(255, 255, 255, 0.9);
}

.proof-grid article::before {
  display: block;
  width: 34px;
  height: 3px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--gold), var(--teal));
  content: "";
}

.credentials-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(300px, 0.8fr);
  gap: 34px;
  align-items: center;
  border-top: 1px solid var(--line);
}

.conversion-band,
.final-cta {
  width: min(1180px, calc(100% - 40px));
  margin-right: auto;
  margin-left: auto;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.conversion-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  margin-top: 26px;
  margin-bottom: 34px;
  padding: clamp(26px, 4vw, 38px);
  color: #ffffff;
  background: linear-gradient(135deg, var(--graphite), #263442);
}

.conversion-band h2,
.final-cta h2 {
  color: #ffffff;
}

.conversion-band p,
.final-cta p {
  color: rgba(255, 255, 255, 0.76);
}

.conversion-band .overline,
.final-cta .overline {
  color: var(--gold-soft);
}

.final-cta {
  margin-top: 30px;
  margin-bottom: 78px;
  padding: clamp(30px, 5vw, 54px);
  text-align: center;
  background:
    radial-gradient(circle at 8% 20%, rgba(185, 130, 59, 0.24), transparent 24rem),
    linear-gradient(135deg, #0f172a, #275f5b);
}

.final-cta p {
  max-width: 680px;
  margin-right: auto;
  margin-left: auto;
}

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

.badge-grid span {
  border-radius: 8px;
}

.knowledge-section {
  width: min(1180px, calc(100% - 80px)) !important;
  overflow: hidden;
  margin: 72px auto !important;
  padding: 78px 0;
}

.knowledge-section .section-title {
  max-width: 880px;
  margin-right: 0;
  margin-left: 0;
}

.knowledge-section h2 {
  max-width: 880px;
  font-size: clamp(2rem, 3.4vw, 3rem);
  line-height: 1.06;
  overflow-wrap: normal;
}

.article-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

.article-grid article {
  display: flex;
  min-height: 306px;
  flex-direction: column;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 22px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 16px 42px rgba(15, 23, 42, 0.07);
  transition:
    transform 0.22s ease,
    border-color 0.22s ease,
    box-shadow 0.22s ease;
}

.article-grid article:hover {
  transform: translateY(-4px);
  border-color: rgba(185, 130, 59, 0.42);
  box-shadow: 0 24px 56px rgba(15, 23, 42, 0.12);
}

.article-grid span {
  width: fit-content;
  margin-bottom: 18px;
  border-radius: 999px;
  padding: 7px 10px;
  color: var(--teal);
  background: rgba(39, 95, 91, 0.1);
  font-size: 0.74rem;
  font-weight: 950;
  text-transform: uppercase;
}

.article-grid h3 {
  font-size: 1.02rem;
}

.article-grid p {
  margin-bottom: 18px;
  font-size: 0.94rem;
}

.article-grid a {
  margin-top: auto;
  color: var(--teal);
  font-weight: 900;
}

.article-index-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 34px;
}

.article-page {
  width: min(940px, calc(100% - 40px));
  margin: 54px auto 80px;
}

.article-hero {
  border-bottom: 1px solid var(--line);
  padding-bottom: 32px;
}

.article-hero h1 {
  max-width: 880px;
  font-size: clamp(2.6rem, 5.5vw, 5.25rem);
}

.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.article-meta span {
  border: 1px solid rgba(39, 95, 91, 0.2);
  border-radius: 999px;
  padding: 8px 12px;
  color: var(--teal);
  background: rgba(255, 255, 255, 0.7);
  font-size: 0.82rem;
  font-weight: 850;
}

.article-body {
  margin-top: 34px;
}

.article-body h2 {
  margin-top: 34px;
  font-size: clamp(1.6rem, 3vw, 2.2rem);
}

.article-body ul {
  display: grid;
  gap: 10px;
  padding-left: 22px;
  color: var(--slate);
  line-height: 1.7;
}

.article-cta {
  margin-top: 42px;
  border-radius: 8px;
  padding: clamp(24px, 4vw, 38px);
  color: #ffffff;
  background: linear-gradient(135deg, var(--graphite), var(--teal));
  box-shadow: var(--shadow);
}

.article-cta h2 {
  color: #ffffff;
}

.article-cta p {
  color: rgba(255, 255, 255, 0.78);
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(340px, 0.76fr);
  gap: 36px;
  align-items: start;
  margin-top: 40px;
  margin-bottom: 80px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: clamp(24px, 4vw, 38px);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: var(--shadow);
}

.contact-card {
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.84);
}

.contact-channels {
  display: grid;
  gap: 12px;
  margin-top: 24px;
}

.contact-channels a {
  display: grid;
  gap: 3px;
  border: 1px solid rgba(39, 95, 91, 0.18);
  border-radius: 8px;
  padding: 14px 16px;
  color: var(--graphite);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.06);
  transition:
    transform 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

.contact-channels a:hover {
  transform: translateY(-2px);
  border-color: rgba(185, 130, 59, 0.42);
  box-shadow: 0 18px 36px rgba(15, 23, 42, 0.1);
}

.contact-channels span {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.contact-card textarea {
  min-height: 112px;
  resize: vertical;
}

.hidden-field {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.form-note {
  margin: 0;
  color: var(--teal);
  font-weight: 800;
}

.footer-v3 {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
  margin-bottom: 28px;
  border-top: 1px solid var(--line);
  padding-top: 28px;
}

.footer-brand {
  width: 170px;
  height: 62px;
}

.footer-v3 a {
  color: var(--teal);
  font-weight: 900;
}

.footer-contact {
  display: grid;
  gap: 6px;
  justify-items: end;
}

.floating-contact {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 60;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  border-radius: 999px;
  color: #ffffff;
  background: linear-gradient(135deg, var(--teal), #153b39);
  box-shadow: 0 20px 46px rgba(15, 23, 42, 0.28);
  font-size: 0.82rem;
  font-weight: 950;
}

@media (max-width: 1120px) {
  .topbar,
  .hero-v3,
  .ai-lab,
  .difference-section,
  .credentials-section,
  .conversion-band,
  .contact-section,
  .footer-v3 {
    grid-template-columns: 1fr;
  }

  .topbar {
    justify-items: center;
  }

  .brand-mark {
    width: 210px;
    height: 74px;
  }

  .decision-strip,
  .pain-grid,
  .method-grid,
  .proof-grid,
  .article-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .service-matrix {
    grid-template-columns: 1fr;
  }

  .assessment-shell {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 760px) {
  .hero-v3,
  .decision-strip,
  .pain-section,
  .conversion-band,
  .section-block,
  .difference-section,
  .method-section,
  .ai-lab,
  .proof-section,
  .credentials-section,
  .knowledge-section,
  .contact-section,
  .final-cta,
  .footer-v3 {
    width: min(100% - 28px, 1180px);
  }

  .brand-mark {
    width: 180px;
    height: 66px;
  }

  .nav-menu {
    gap: 10px 14px;
    font-size: 0.86rem;
  }

  .hero-v3 {
    min-height: auto;
    padding-top: 46px;
  }

  .hero-board img {
    height: 380px;
  }

  .decision-strip,
  .pain-grid,
  .method-grid,
  .proof-grid,
  .article-grid,
  .badge-grid,
  .assessment-shell,
  .assessment-form {
    grid-template-columns: 1fr;
  }

  .assessment-intro {
    grid-template-columns: 1fr;
  }

  .assessment-result strong {
    font-size: clamp(3rem, 18vw, 4.5rem);
  }

  .service-tile {
    grid-template-columns: 1fr;
  }

  .service-tile img {
    height: 220px;
  }

  .contact-section,
  .ai-lab,
  .conversion-band,
  .final-cta {
    padding: 22px;
  }

  .assurance-row span {
    min-width: 100%;
  }
}

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

/* Publicacion: evita que la evaluacion IA se comprima en columnas estrechas. */
.ai-lab {
  grid-template-columns: 1fr !important;
}

.ai-lab > div:first-child {
  max-width: 860px;
}

.assessment-shell {
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.42fr) !important;
  gap: 18px !important;
}

.assessment-intro {
  grid-column: 1 / -1 !important;
  display: grid !important;
  grid-template-columns: auto minmax(0, 1fr) !important;
  gap: 10px 24px !important;
}

.assessment-form {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  min-width: 0;
}

.assessment-form select {
  min-width: 0;
}

.assessment-result {
  min-width: 0;
}

@media (max-width: 900px) {
  .assessment-shell,
  .assessment-form,
  .assessment-intro {
    grid-template-columns: 1fr !important;
  }
}
