:root {
  --ink: #07111d;
  --ink-soft: #111f2f;
  --paper: #f7f3ea;
  --paper-deep: #ebe3d2;
  --gold: #c8a044;
  --gold-light: #e2c77d;
  --white: #fffdf8;
  --muted: #aeb6bf;
  --line: rgba(200, 160, 68, 0.3);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--white);
  background: var(--ink);
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  line-height: 1.5;
}

h1,
h2,
h3 {
  font-family: "Manrope", sans-serif;
  text-transform: none;
}

h3 {
  font-weight: 600;
  letter-spacing: -0.02em;
}

.site-header {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding: 22px clamp(24px, 5vw, 80px);
}

.brand img {
  display: block;
  width: 184px;
  height: 62px;
  object-fit: cover;
  object-position: center 64%;
}

.button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  padding: 0 25px;
  color: #14100a;
  background: linear-gradient(135deg, var(--gold-light), var(--gold));
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 3px;
  box-shadow: 0 16px 35px rgba(0, 0, 0, 0.24);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 42px rgba(0, 0, 0, 0.34);
}

.button-small {
  min-height: 44px;
  padding-inline: 19px;
  background: transparent;
  border-color: var(--gold);
  box-shadow: none;
  color: var(--gold-light);
}

.hero {
  position: relative;
  display: grid;
  min-height: 810px;
  grid-template-columns: minmax(0, 1.08fr) minmax(420px, 0.92fr);
  align-items: center;
  gap: clamp(40px, 5vw, 90px);
  overflow: hidden;
  padding: 130px clamp(24px, 5vw, 80px) 86px;
  background:
    radial-gradient(circle at 18% 28%, rgba(39, 73, 94, 0.38), transparent 34%),
    linear-gradient(120deg, #07111d 0%, #0a1624 55%, #111722 100%);
}

.hero::before {
  position: absolute;
  width: 680px;
  height: 680px;
  border: 1px solid rgba(200, 160, 68, 0.12);
  border-radius: 50%;
  content: "";
  left: -390px;
  top: 120px;
}

.hero-copy {
  position: relative;
  z-index: 2;
  max-width: 760px;
}

.eyebrow {
  margin: 0 0 20px;
  color: var(--gold-light);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

h1 {
  max-width: 760px;
  margin: 0;
  font-family: "Manrope", sans-serif;
  font-size: clamp(46px, 5.3vw, 78px);
  font-weight: 500;
  letter-spacing: -0.055em;
  line-height: 1.03;
}

h1 span {
  color: var(--gold-light);
}

.hero-text {
  max-width: 670px;
  margin: 28px 0 0;
  color: #cbd2d9;
  font-size: clamp(17px, 1.35vw, 20px);
  line-height: 1.65;
}

.hero-benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 13px 24px;
  padding: 0;
  margin: 28px 0 0;
  list-style: none;
}

.hero-benefits li {
  position: relative;
  padding-left: 19px;
  color: #f2eee5;
  font-size: 14px;
}

.hero-benefits li::before {
  position: absolute;
  left: 0;
  top: 0.48em;
  width: 7px;
  height: 7px;
  border: 1px solid var(--gold);
  content: "";
  transform: rotate(45deg);
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 36px;
}

.hero-actions p {
  max-width: 190px;
  margin: 0;
  color: #8996a4;
  font-size: 12px;
  line-height: 1.5;
}

.hero-visual {
  position: relative;
  z-index: 2;
  align-self: stretch;
  min-height: 610px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 220px 220px 16px 16px;
  box-shadow: 0 38px 90px rgba(0, 0, 0, 0.42);
}

.hero-visual::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(7, 17, 29, 0.72), transparent 38%);
  content: "";
}

.hero-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 53% center;
}

.founder-badge {
  position: absolute;
  z-index: 2;
  right: 24px;
  bottom: 24px;
  left: 24px;
  padding: 19px 21px;
  background: rgba(6, 14, 24, 0.78);
  border: 1px solid rgba(226, 199, 125, 0.36);
  backdrop-filter: blur(13px);
}

.founder-badge span,
.founder-badge strong {
  display: block;
}

.founder-badge span {
  margin-bottom: 5px;
  color: var(--gold-light);
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.founder-badge strong {
  font-family: "Manrope", sans-serif;
  font-size: 17px;
  font-weight: 500;
}

.proof-strip {
  padding: 30px clamp(24px, 5vw, 80px) 34px;
  color: var(--ink);
  background: var(--paper);
  text-align: center;
}

.proof-strip p {
  margin: 0 0 17px;
  color: #69717b;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.proof-names {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 22px 42px;
}

.proof-names a {
  display: flex;
  width: clamp(105px, 13vw, 160px);
  height: 58px;
  align-items: center;
  justify-content: center;
  padding: 7px;
  background: rgba(255, 255, 255, 0.48);
  border: 1px solid rgba(25, 40, 51, 0.09);
  border-radius: 7px;
  filter: grayscale(1);
  opacity: 0.74;
  transition: filter 180ms ease, opacity 180ms ease, transform 180ms ease;
}

.proof-names a:hover {
  filter: grayscale(0);
  opacity: 1;
  transform: translateY(-2px);
}

.proof-names img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.proof-names .proof-square {
  width: 44px;
  height: 44px;
  border-radius: 50%;
}

.section {
  padding: 105px clamp(24px, 6vw, 96px);
}

.section-heading {
  max-width: 900px;
  margin: 0 auto 58px;
  text-align: center;
}

.section-heading.compact {
  max-width: 760px;
  margin-bottom: 46px;
}

.eyebrow.dark {
  color: #8a6a24;
}

h2 {
  margin: 0;
  font-family: "Manrope", sans-serif;
  font-size: clamp(36px, 4.2vw, 62px);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 1.08;
}

h2 span {
  color: #91732e;
}

.section-heading > p:last-child {
  max-width: 680px;
  margin: 22px auto 0;
  color: #6c7278;
  line-height: 1.7;
}

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

.pain-section {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 82% 10%, rgba(45, 78, 98, 0.26), transparent 30%),
    #071522;
}

.problem-heading {
  max-width: 1080px;
  margin: 0 0 72px;
}

.problem-heading h2 {
  font-size: clamp(44px, 6.2vw, 88px);
  line-height: 1.03;
}

.problem-heading h2 span {
  display: block;
  color: var(--gold-light);
}

.problem-kicker {
  max-width: 1240px;
  margin: 0 auto 13px;
  color: var(--gold-light);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.pain-grid {
  display: grid;
  max-width: 1240px;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin: 0 auto;
}

.pain-card {
  position: relative;
  min-height: 116px;
  padding: 22px 54px 20px 20px;
  background: rgba(15, 37, 54, 0.62);
  border: 1px solid rgba(200, 160, 68, 0.85);
  border-radius: 12px;
  cursor: pointer;
  transition: min-height 280ms ease, background 220ms ease, border-color 220ms ease;
}

.pain-card.is-open {
  min-height: 160px;
  background: rgba(20, 47, 65, 0.88);
  border-color: var(--gold-light);
}

.pain-card > span {
  display: inline-block;
  padding-bottom: 9px;
  color: var(--gold-light);
  font-family: "Manrope", sans-serif;
  font-size: 9px;
  font-weight: 700;
}

.pain-toggle {
  position: absolute;
  right: 18px;
  top: 50%;
  display: grid;
  width: 25px;
  height: 25px;
  padding: 0;
  place-items: center;
  color: #1a2630;
  background: var(--gold);
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  transform: translateY(-50%);
  transition: background 180ms ease, transform 280ms ease;
}

.pain-card.is-open .pain-toggle {
  background: var(--gold-light);
  transform: translateY(-50%) rotate(45deg);
}

.pain-card h3 {
  margin: 0 0 8px;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25;
}

.pain-card p {
  max-height: 0;
  margin: 0;
  overflow: hidden;
  color: #aebdca;
  font-size: 11px;
  line-height: 1.55;
  opacity: 0;
  transform: translateY(-5px);
  transition: max-height 320ms ease, margin 280ms ease, opacity 220ms ease, transform 280ms ease;
}

.pain-card.is-open p {
  max-height: 96px;
  margin-top: 8px;
  opacity: 1;
  transform: translateY(0);
}

.center-copy {
  max-width: 760px;
  margin: 42px auto 0;
  text-align: center;
}

.center-copy p {
  color: #424a51;
  font-size: 18px;
  line-height: 1.7;
}

.pain-section .center-copy {
  display: flex;
  max-width: 1240px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 24px;
  text-align: left;
}

.pain-section .text-link {
  color: var(--gold-light);
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 10px;
  color: #795d1f;
  font-weight: 700;
  text-decoration: none;
}

.text-link span {
  font-size: 22px;
}

.method-section {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  gap: clamp(50px, 8vw, 130px);
  background:
    radial-gradient(circle at 15% 20%, rgba(47, 79, 97, 0.32), transparent 32%),
    var(--ink-soft);
}

.method-intro {
  align-self: center;
}

.method-intro > p:not(.eyebrow) {
  margin: 25px 0 31px;
  color: #b8c1c9;
  font-size: 17px;
  line-height: 1.75;
}

.method-intro h2 span,
.founders-copy h2 span {
  color: var(--gold-light);
}

.method-steps {
  border-top: 1px solid rgba(255, 255, 255, 0.13);
}

.method-steps article {
  display: grid;
  grid-template-columns: 76px 1fr;
  gap: 20px;
  padding: 30px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}

.step-number {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  color: var(--gold-light);
  border: 1px solid var(--gold);
  border-radius: 50%;
  font-family: "Manrope", sans-serif;
  font-size: 24px;
}

.method-steps span,
.founder-profile span,
.media-grid span,
.form-heading span {
  color: var(--gold-light);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.method-steps h3 {
  margin: 6px 0 7px;
  font-family: "Manrope", sans-serif;
  font-size: 22px;
  font-weight: 600;
}

.method-steps p {
  margin: 0;
  color: #9ca8b3;
  line-height: 1.6;
}

.evidence-section {
  position: relative;
  overflow: hidden;
  padding-block: 100px 90px;
  color: var(--ink);
  background:
    radial-gradient(circle at 88% 12%, rgba(210, 178, 101, 0.2), transparent 34%),
    radial-gradient(circle at 12% 88%, rgba(211, 223, 226, 0.52), transparent 38%),
    linear-gradient(135deg, #ffffff 0%, #f8f7f2 58%, #eef3f4 100%);
}

.evidence-section::before {
  position: absolute;
  width: 540px;
  height: 540px;
  border: 1px solid rgba(159, 119, 35, 0.13);
  border-radius: 50%;
  content: "";
  right: -300px;
  top: -230px;
}

.evidence-content {
  position: relative;
  z-index: 1;
  max-width: 1180px;
  margin: 0 auto;
}

.evidence-content h2 {
  max-width: 990px;
  font-size: clamp(44px, 6.2vw, 88px);
  line-height: 1.04;
}

.evidence-content h2 span {
  color: var(--gold-light);
}

.evidence-lead {
  max-width: 900px;
  margin: 38px 0 0;
  color: #53616a;
  font-size: clamp(18px, 1.8vw, 24px);
  line-height: 1.55;
}

.solution-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 38px;
}

.solution-chips span {
  padding: 10px 15px;
  color: #263a48;
  background: rgba(255, 255, 255, 0.54);
  border: 1px solid rgba(31, 56, 72, 0.2);
  border-radius: 999px;
  font-size: 11px;
  white-space: nowrap;
}

.asset-stat {
  position: relative;
  margin-top: 26px;
  padding-top: 24px;
  border-top: 1px solid rgba(159, 119, 35, 0.32);
}

.asset-stat .section-cta {
  position: absolute;
  right: 0;
  bottom: 8px;
}

.asset-stat > p {
  margin: 0 0 7px;
  color: #53616a;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.asset-stat-value {
  min-height: clamp(76px, 8vw, 116px);
}

.asset-stat-value strong {
  display: block;
  color: #18865f;
  font-family: "Manrope", sans-serif;
  font-size: clamp(51px, 7.6vw, 106px);
  font-variant-numeric: tabular-nums;
  font-weight: 700;
  letter-spacing: -0.065em;
  line-height: 1;
  white-space: nowrap;
}

.asset-stat small {
  display: block;
  margin-top: 7px;
  color: #8b681e;
  font-size: 10px;
}

.founders-section {
  display: grid;
  grid-template-columns: minmax(360px, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(50px, 7vw, 110px);
  background: #091522;
}

.founders-photo {
  min-height: 720px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 12px 190px 12px 12px;
}

.founders-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 52% center;
}

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

.founder-profile {
  padding: 25px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.founder-profile h3 {
  margin: 0 0 4px;
  font-family: "Manrope", sans-serif;
  font-size: 26px;
  font-weight: 600;
}

.founder-profile p {
  margin: 13px 0 0;
  color: #adb7c1;
  line-height: 1.65;
}

blockquote {
  margin: 28px 0 0;
  padding-left: 20px;
  color: var(--gold-light);
  border-left: 2px solid var(--gold);
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  line-height: 1.55;
}

.media-grid {
  display: grid;
  max-width: 1180px;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin: 0 auto;
}

.media-grid a,
.media-grid article {
  min-height: 290px;
  padding: 30px;
  color: var(--ink);
  background: #fffdf8;
  border: 1px solid #dcd3c1;
  text-decoration: none;
  transition: transform 180ms ease, border-color 180ms ease;
}


.media-grid a:hover {
  border-color: var(--gold);
  transform: translateY(-4px);
}

.media-grid span {
  color: #8a6a24;
}

.media-grid h3 {
  margin: 25px 0 13px;
  font-family: "Manrope", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.25;
}

.media-grid p {
  color: #6b7278;
  line-height: 1.6;
}

.media-grid strong {
  display: inline-block;
  margin-top: 18px;
  color: #73591f;
  font-size: 13px;
}


.repercussion {
  max-width: 930px;
  margin: 34px auto 0;
  color: #777d82;
  font-size: 13px;
  line-height: 1.7;
  text-align: center;
}

.repercussion strong {
  color: #30383f;
}

.media-cta {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}

.section-cta {
  flex-shrink: 0;
  min-width: 238px;
}

.booking-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.72fr);
  justify-content: center;
  gap: clamp(55px, 9vw, 140px);
  padding: 110px clamp(24px, 8vw, 130px);
  background:
    radial-gradient(circle at 15% 15%, rgba(49, 84, 105, 0.4), transparent 28%),
    #07111d;
}

.booking-copy {
  align-self: center;
  max-width: 650px;
}

.booking-copy h2 {
  color: var(--gold-light);
}

.booking-copy > p:not(.eyebrow) {
  max-width: 590px;
  color: #b5bfc8;
  font-size: 18px;
  line-height: 1.7;
}

.booking-copy ol {
  display: grid;
  gap: 14px;
  padding: 0;
  margin: 34px 0 0;
  list-style: none;
}

.booking-copy li {
  color: #d7dde2;
}

.booking-copy li span {
  display: inline-grid;
  width: 27px;
  height: 27px;
  place-items: center;
  margin-right: 10px;
  color: var(--gold-light);
  border: 1px solid var(--gold);
  border-radius: 50%;
  font-size: 11px;
}

.chat-invite {
  align-self: center;
  padding: clamp(30px, 4vw, 48px);
  color: var(--ink);
  background: linear-gradient(145deg, #fffefa, #f2eee3);
  border: 1px solid rgba(226, 199, 125, 0.6);
  box-shadow: 0 35px 80px rgba(0, 0, 0, 0.35);
}

.chat-status {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #6e5723;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.chat-status i,
.chat-header i {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #35b879;
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(53, 184, 121, 0.13);
}

.chat-invite h3 {
  margin: 18px 0 12px;
  font-family: "Manrope", sans-serif;
  font-size: clamp(27px, 3vw, 38px);
  font-weight: 600;
  line-height: 1.15;
}

.chat-invite p {
  margin: 0 0 25px;
  color: #5e686f;
  line-height: 1.65;
}

.form-button {
  width: 100%;
  border: 0;
  cursor: pointer;
}

.chat-invite small {
  display: block;
  margin-top: 14px;
  color: #858a8d;
  font-size: 9px;
  line-height: 1.5;
  text-align: center;
}

.chat-dialog {
  width: min(94vw, 448px);
  max-height: min(90vh, 760px);
  padding: 0;
  overflow: hidden;
  color: #f7f8f8;
  background: #071522;
  border: 1px solid rgba(200, 160, 68, 0.48);
  border-radius: 18px;
  box-shadow: 0 35px 100px rgba(0, 0, 0, 0.62);
}

.chat-dialog::backdrop {
  background: rgba(2, 8, 13, 0.76);
  backdrop-filter: blur(6px);
}

.chat-shell {
  display: flex;
  max-height: min(90vh, 760px);
  flex-direction: column;
}

.chat-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 18px;
  background:
    radial-gradient(circle at 15% 0%, rgba(200, 160, 68, 0.16), transparent 42%),
    #06111c;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.chat-header > div {
  display: flex;
  align-items: center;
  gap: 11px;
}

.chat-header img {
  width: 48px;
  height: 48px;
  padding: 5px;
  object-fit: contain;
  background: #f8f5ed;
  border: 1px solid rgba(226, 199, 125, 0.45);
  border-radius: 50%;
}

.chat-header p,
.chat-header strong,
.chat-header span {
  display: block;
  margin: 0;
}

.chat-header strong {
  font-size: 13px;
}

.chat-header span {
  margin-top: 4px;
  color: #aebbc6;
  font-size: 10px;
}

.chat-header span i {
  width: 6px;
  height: 6px;
  margin-right: 5px;
}

.chat-close {
  width: 38px;
  height: 38px;
  color: #d8dfdc;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  cursor: pointer;
  font-size: 23px;
}

.chat-progress {
  height: 3px;
  background: rgba(255, 255, 255, 0.08);
}

.chat-progress span {
  display: block;
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, var(--gold), var(--gold-light));
  transition: width 260ms ease;
}

.chat-body {
  min-height: 420px;
  padding: 22px;
  overflow-y: auto;
  background:
    radial-gradient(circle at 82% 8%, rgba(200, 160, 68, 0.11), transparent 34%),
    radial-gradient(circle at 8% 92%, rgba(46, 82, 103, 0.24), transparent 38%),
    #091725;
}

.chat-message {
  max-width: 88%;
  margin: 0 0 16px;
  padding: 15px 16px;
  background: #142b3a;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 14px 14px 14px 4px;
  font-size: 14px;
  line-height: 1.55;
}

.chat-message strong {
  color: var(--gold-light);
}

.chat-message-user {
  max-width: 78%;
  margin-left: auto;
  color: #17130b;
  background: linear-gradient(135deg, var(--gold-light), var(--gold));
  border-color: rgba(255, 255, 255, 0.14);
  border-radius: 14px 14px 4px 14px;
}

.chat-options {
  display: grid;
  gap: 9px;
}

.chat-option {
  width: 100%;
  padding: 14px 16px;
  color: #f7f8f8;
  background: rgba(14, 35, 50, 0.9);
  border: 1px solid rgba(200, 160, 68, 0.7);
  border-radius: 12px;
  cursor: pointer;
  font: inherit;
  line-height: 1.4;
  text-align: left;
  transition: background 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.chat-option:hover,
.chat-option:focus-visible {
  color: #17130b;
  background: linear-gradient(135deg, var(--gold-light), var(--gold));
  border-color: var(--gold-light);
  outline: none;
  transform: translateY(-1px);
}

.chat-input-form {
  display: grid;
  gap: 10px;
}

.chat-input-form input {
  width: 100%;
  height: 54px;
  padding: 0 15px;
  color: #f5f7f6;
  background: #102534;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 10px;
  font: inherit;
  outline: none;
}

.chat-input-form input:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(200, 160, 68, 0.12);
}

.chat-input-form button {
  min-height: 50px;
}

.chat-note {
  margin: 12px 2px 0;
  color: #93a29c;
  font-size: 10px;
  line-height: 1.5;
}

.chat-end-actions {
  display: grid;
  gap: 9px;
  margin-top: 18px;
}

.chat-secondary {
  min-height: 46px;
  color: #d7dfdb;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 4px;
  cursor: pointer;
}

footer {
  display: grid;
  grid-template-columns: 210px minmax(220px, 1fr) auto;
  gap: 25px 40px;
  align-items: center;
  padding: 45px clamp(24px, 6vw, 96px);
  color: #9ca7b1;
  background: #040b12;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
}

footer img {
  width: 180px;
  height: 62px;
  object-fit: cover;
  object-position: center 64%;
}

footer p {
  font-size: 12px;
  line-height: 1.6;
}

footer div {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 15px 22px;
}

footer a {
  color: #cbd2d8;
  font-size: 12px;
  text-decoration: none;
}

footer small {
  grid-column: 1 / -1;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: #69747e;
  font-size: 9px;
  line-height: 1.6;
}

.mobile-cta {
  display: none;
}

@media (max-width: 960px) {
  .site-header {
    position: relative;
    background: var(--ink);
  }

  .hero {
    min-height: auto;
    grid-template-columns: 1fr;
    padding-top: 72px;
  }

  .hero-copy {
    max-width: 720px;
  }

  .hero-visual {
    min-height: 570px;
    border-radius: 180px 180px 12px 12px;
  }

  .pain-grid,
  .media-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .asset-stat .section-cta {
    position: static;
    margin-top: 24px;
  }

  .method-section,
  .founders-section,
  .booking-section {
    grid-template-columns: 1fr;
  }

  .founders-photo {
    min-height: 620px;
  }

  .booking-copy {
    max-width: 760px;
  }

  footer {
    grid-template-columns: 180px 1fr;
  }

  footer div {
    grid-column: 1 / -1;
    justify-content: flex-start;
  }
}

@media (max-width: 640px) {
  .chat-dialog {
    width: 100vw;
    max-width: none;
    height: 100dvh;
    max-height: none;
    border: 0;
    border-radius: 0;
  }

  .chat-shell {
    height: 100dvh;
    max-height: none;
  }

  .chat-body {
    min-height: 0;
    flex: 1;
    padding: 18px 14px 28px;
  }

  .site-header {
    padding: 15px 18px;
  }

  .brand img {
    width: 138px;
    height: 50px;
  }

  .button-small {
    display: none;
  }

  .hero {
    gap: 45px;
    padding: 56px 20px 52px;
  }

  h1 {
    font-size: 45px;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .hero-actions .button {
    width: 100%;
  }

  .hero-actions p {
    max-width: none;
    text-align: center;
  }

  .hero-visual {
    min-height: 500px;
    border-radius: 130px 130px 10px 10px;
  }

  .proof-names {
    gap: 15px 24px;
  }

  .section {
    padding: 75px 20px;
  }

  .section-heading {
    margin-bottom: 38px;
    text-align: left;
  }

  .section-heading.compact {
    text-align: left;
  }

  .pain-grid,
  .media-grid {
    grid-template-columns: 1fr;
  }

  .problem-heading {
    margin-bottom: 46px;
  }

  .problem-heading h2 {
    font-size: clamp(39px, 11.5vw, 58px);
  }

  .problem-kicker {
    line-height: 1.5;
  }

  .evidence-section {
    padding: 74px 20px 68px;
  }

  .evidence-content h2 {
    font-size: clamp(40px, 12vw, 58px);
  }

  .evidence-lead {
    margin-top: 28px;
    font-size: 17px;
  }

  .solution-chips {
    margin-top: 28px;
  }

  .solution-chips span {
    padding: 8px 11px;
    font-size: 10px;
  }

  .asset-stat-value strong {
    font-size: clamp(43px, 13vw, 66px);
  }

  .pain-card {
    min-height: auto;
  }

  .center-copy {
    text-align: left;
  }

  .pain-section .center-copy {
    align-items: stretch;
    flex-direction: column;
  }

  .section-cta {
    width: 100%;
  }

  .method-steps article {
    grid-template-columns: 58px 1fr;
  }

  .founders-photo {
    min-height: 520px;
    border-radius: 10px 100px 10px 10px;
  }

  .booking-section {
    padding: 75px 20px 105px;
  }

  .booking-form {
    padding: 27px 22px;
  }

  footer {
    grid-template-columns: 1fr;
    padding-bottom: 95px;
  }

  footer div,
  footer small {
    grid-column: 1;
  }

  .mobile-cta {
    position: fixed;
    z-index: 30;
    right: 12px;
    bottom: 12px;
    left: 12px;
    display: flex;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    color: #151008;
    background: linear-gradient(135deg, var(--gold-light), var(--gold));
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.45);
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
  }
}
