:root {
  --navy: #061e48;
  --blue: #082b66;
  --cyan: #08c8ef;
  --ink: #122032;
  --muted: #5d6878;
  --line: #d9e4ed;
  --paper: #ffffff;
  --soft: #f5f8fb;
  --green: #0a7a55;
  --amber: #f2c14e;
  --shadow: 0 20px 48px rgba(6, 30, 72, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.5;
}

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 12px clamp(18px, 4vw, 56px);
  border-bottom: 1px solid rgba(8, 43, 102, 0.12);
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(14px);
}

.brand img {
  width: clamp(220px, 28vw, 340px);
}

nav {
  display: flex;
  gap: 22px;
  color: var(--muted);
  font-weight: 700;
}

nav a:hover {
  color: var(--blue);
}

.top-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-weight: 800;
  cursor: pointer;
}

.top-cta,
.button.primary {
  background: var(--cyan);
  color: #03182e;
}

.button.ghost {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.5);
}

.hero {
  position: relative;
  isolation: isolate;
  min-height: 76svh;
  display: grid;
  align-items: center;
  overflow: hidden;
  color: #fff;
  background: var(--navy);
}

.hero-bg,
.hero-shade {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.hero-bg {
  background-image: url("assets/gnt-hero-brand.png");
  background-size: cover;
  background-position: center;
  opacity: 0.34;
}

.hero-shade {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(6, 30, 72, 0.96), rgba(6, 30, 72, 0.8) 48%, rgba(6, 30, 72, 0.58)),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px 72px);
}

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

.hero-inner {
  padding: clamp(62px, 10vw, 116px) 0 clamp(42px, 7vw, 76px);
}

.kicker,
.section-kicker {
  margin: 0 0 14px;
  color: var(--cyan);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

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

h1 {
  width: min(860px, 100%);
  font-size: clamp(2.15rem, 5.4vw, 4.45rem);
  line-height: 1.02;
  letter-spacing: 0;
}

h2 {
  color: var(--blue);
  font-size: clamp(1.85rem, 3.4vw, 2.95rem);
  line-height: 1.08;
  letter-spacing: 0;
}

h3 {
  color: var(--blue);
  font-size: 1.25rem;
  line-height: 1.2;
}

.hero-copy {
  width: min(700px, 100%);
  margin-top: 24px;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1.02rem, 1.5vw, 1.18rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.proof-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 46px;
}

.proof-row span {
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 6px;
  color: rgba(255, 255, 255, 0.82);
  background: rgba(255, 255, 255, 0.08);
  font-weight: 750;
}

.section {
  padding: clamp(64px, 9vw, 112px) 0;
}

.split,
.process-layout,
.roi-layout,
.contact-box {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(30px, 6vw, 72px);
  align-items: start;
}

.copy {
  color: var(--muted);
  font-size: 1.08rem;
}

.copy p + p {
  margin-top: 16px;
}

.method-copy {
  margin-top: 18px;
  color: var(--muted);
  font-size: 1.08rem;
}

.problem,
.plans {
  background: var(--soft);
}

.problem .split {
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.72fr);
  gap: clamp(28px, 4vw, 48px);
  align-items: center;
}

.problem h2 {
  max-width: 760px;
  font-size: clamp(1.9rem, 3.2vw, 2.85rem);
}

.problem .copy {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 32px rgba(6, 30, 72, 0.08);
}

.section-heading {
  width: min(780px, 100%);
  margin-bottom: 34px;
}

.section-heading p:not(.section-kicker) {
  margin-top: 14px;
  color: var(--muted);
  font-size: 1.05rem;
}

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

.product-grid article,
.niche-list article,
.plan-grid article,
.calculator,
.contact-box form {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  box-shadow: var(--shadow);
}

.product-grid article {
  min-height: 250px;
  padding: 24px;
}

.product-grid span {
  display: block;
  margin-bottom: 38px;
  color: var(--green);
  font-weight: 950;
}

.product-grid p,
.niche-list p,
.plan-grid p,
.plan-grid span,
.roi-layout > div p,
.contact-box > div p {
  margin-top: 12px;
  color: var(--muted);
}

.niches {
  background: #102033;
}

.niches h2,
.niches h3 {
  color: #fff;
}

.niches .section-heading {
  width: min(920px, 100%);
}

.niches .section-heading p:not(.section-kicker) {
  color: rgba(255, 255, 255, 0.72);
}

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

.niche-list article {
  padding: 22px;
  border-color: rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.06);
  box-shadow: none;
}

.niche-list p {
  color: rgba(255, 255, 255, 0.72);
}

.niche-note {
  display: grid;
  gap: 8px;
  margin-top: 18px;
  padding: 20px 22px;
  border: 1px solid rgba(8, 200, 239, 0.24);
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.82);
  background: rgba(255, 255, 255, 0.08);
}

.niche-note strong {
  color: #fff;
  font-size: 1.08rem;
  line-height: 1.2;
}

.niche-note p {
  color: rgba(255, 255, 255, 0.72);
}

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

.steps div {
  display: grid;
  gap: 10px;
  min-height: 210px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(8, 200, 239, 0.08), rgba(255, 255, 255, 0) 42%),
    #fff;
  box-shadow: 0 14px 32px rgba(6, 30, 72, 0.08);
}

.steps div:last-child {
  grid-column: 1 / -1;
  min-height: 170px;
}

.step-number {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 8px;
  color: #03182e;
  background: var(--cyan);
  font-weight: 950;
}

.steps strong {
  color: var(--blue);
  font-size: 1.22rem;
  line-height: 1.15;
}

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

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

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

.fit-grid article {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  box-shadow: var(--shadow);
}

.fit-card-quiet {
  background: #fff !important;
}

.fit-grid ul {
  display: grid;
  gap: 12px;
  margin: 18px 0 0;
  padding-left: 20px;
  color: var(--muted);
}

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

.plan-grid article {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 28px;
}

.plan-grid article.featured {
  border-color: var(--cyan);
}

.badge {
  display: inline-flex;
  margin-bottom: 16px;
  padding: 7px 10px;
  border-radius: 6px;
  color: #17340d;
  background: #ddf3c8;
  font-size: 0.82rem;
  font-weight: 900;
}

.plan-grid strong {
  display: block;
  margin-top: 24px;
  color: var(--blue);
  font-size: clamp(1.9rem, 4vw, 2.8rem);
  line-height: 1;
}

.plan-grid ul {
  display: grid;
  gap: 10px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.plan-grid li {
  position: relative;
  padding-left: 22px;
}

.plan-grid li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--amber);
}

@media (min-width: 961px) {
  .plan-grid article:not(.featured)::before {
    content: "";
    display: block;
    height: 31px;
    margin-bottom: 16px;
  }

  .plan-grid h3 {
    min-height: 3em;
  }

  .plan-grid article > p {
    min-height: 3.6em;
  }
}

.roi {
  background: #fff;
}

.roi .roi-layout {
  grid-template-columns: 1fr;
  gap: 28px;
}

.roi .roi-layout > div:first-child {
  width: min(860px, 100%);
}

.roi-panel {
  display: grid;
  gap: 18px;
}

.calculator-guide {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--soft);
}

.calculator-guide p,
.calculator-copy,
.calculator-footnote {
  margin-top: 10px;
  color: var(--muted);
}

.roi-calculators {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

.roi-tool {
  display: grid;
  gap: 16px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  box-shadow: var(--shadow);
}

.calculator-head {
  display: grid;
  grid-template-columns: 82px 1fr;
  gap: 18px;
  align-items: start;
}

.calculator-label {
  width: fit-content;
  padding: 6px 10px;
  border-radius: 6px;
  color: var(--blue);
  background: #dff8ff;
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.solution-tool .calculator-label {
  color: #164537;
  background: #dff7ec;
}

.field-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  align-items: start;
}

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

.scenario-selector {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.scenario-option {
  position: relative;
  display: grid;
  gap: 4px;
  min-height: 70px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--blue);
  background: #fff;
  font: inherit;
  font-weight: 900;
  text-align: left;
  cursor: pointer;
}

.scenario-option input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.scenario-option span {
  display: grid;
  gap: 4px;
}

.scenario-option strong {
  font-size: 1.28rem;
  line-height: 1;
}

.scenario-conservative {
  border-color: rgba(242, 193, 78, 0.42);
  background: #fff8e5;
}

.scenario-conservative strong {
  color: #8a5a00;
}

.scenario-probable {
  border-color: rgba(10, 122, 85, 0.32);
  background: #eefaf5;
}

.scenario-probable strong {
  color: var(--green);
}

.scenario-ambitious {
  border-color: rgba(190, 71, 80, 0.34);
  background: #fff0f1;
}

.scenario-ambitious strong {
  color: #a72f3f;
}

.scenario-conservative.is-active,
.scenario-conservative:has(input:checked) {
  border-color: #d79b16;
  box-shadow: 0 10px 24px rgba(242, 193, 78, 0.24);
}

.scenario-probable.is-active,
.scenario-probable:has(input:checked) {
  border-color: var(--green);
  box-shadow: 0 10px 24px rgba(10, 122, 85, 0.2);
}

.scenario-ambitious.is-active,
.scenario-ambitious:has(input:checked) {
  border-color: #be4750;
  box-shadow: 0 10px 24px rgba(190, 71, 80, 0.22);
}

.scenario-option:has(input:focus-visible) {
  outline: 3px solid rgba(8, 200, 239, 0.26);
  outline-offset: 2px;
}

.field-grid label span {
  min-height: 42px;
  display: flex;
  align-items: flex-end;
}

.calculator-separator {
  justify-self: center;
  padding: 7px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--blue);
  background: #fff;
  font-size: 0.86rem;
  font-weight: 900;
}

.comparison-results,
.roi-reading {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.comparison-results .roi-result {
  margin-top: 0;
}

.comparison-results .roi-result:not(.net-result) {
  color: var(--blue);
  background: #eef8fb;
}

.roi-result.is-warning {
  color: #6e4a00;
  background: #fff2cd;
}

.roi-result.is-negative {
  color: #7d1f1f;
  background: #ffe7e3;
}

.roi-result small {
  color: currentColor;
  font-size: 0.82rem;
  opacity: 0.72;
}

.roi-reading {
  margin-top: 2px;
}

.roi-reading div {
  display: grid;
  gap: 10px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(6, 30, 72, 0.08);
}

.roi-reading .reading-label {
  color: var(--green);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.roi-reading strong {
  color: var(--blue);
  font-size: clamp(1.35rem, 2.6vw, 2rem);
  line-height: 1.08;
}

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

.demo-section {
  background: #102033;
  color: #fff;
}

.demo-section h2 {
  color: #fff;
}

.demo-layout,
.founder-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.05fr);
  gap: clamp(28px, 5vw, 62px);
  align-items: center;
}

.demo-layout > div:first-child p:not(.section-kicker),
.founder-layout > div:last-child p {
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 1.08rem;
}

.conversation-demo {
  display: grid;
  gap: 12px;
  padding: clamp(18px, 3vw, 28px);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
}

.demo-case-label {
  width: fit-content;
  padding: 8px 10px;
  border: 1px solid rgba(8, 200, 239, 0.28);
  border-radius: 6px;
  color: rgba(255, 255, 255, 0.78);
  background: rgba(8, 200, 239, 0.1);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.message,
.handoff-card,
.demo-case-card {
  padding: 16px;
  border-radius: 8px;
}

.message {
  width: min(88%, 520px);
  background: rgba(255, 255, 255, 0.1);
}

.ai-message {
  justify-self: end;
  background: rgba(8, 200, 239, 0.16);
}

.message span,
.handoff-card span,
.demo-case-card span,
.founder-card span {
  display: block;
  margin-bottom: 6px;
  color: var(--cyan);
  font-size: 0.76rem;
  font-weight: 950;
  text-transform: uppercase;
}

.message p,
.handoff-card p {
  color: rgba(255, 255, 255, 0.8);
}

.handoff-card {
  border: 1px solid rgba(8, 200, 239, 0.32);
  background: rgba(3, 24, 46, 0.72);
}

.handoff-card strong {
  display: block;
  color: #fff;
  line-height: 1.25;
}

.handoff-card p {
  margin-top: 8px;
}

.demo-case-card {
  margin-top: 6px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.08);
}

.demo-case-card strong {
  display: block;
  color: #fff;
  line-height: 1.25;
}

.demo-case-card p {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.78);
}

.demo-case-card ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}

.demo-case-card li {
  padding: 9px 10px;
  border-radius: 6px;
  color: rgba(255, 255, 255, 0.84);
  background: rgba(3, 24, 46, 0.52);
  font-size: 0.9rem;
  line-height: 1.25;
}

.validation-section {
  background: #fff;
}

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

.validation-grid article {
  min-height: 230px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(10, 122, 85, 0.08), rgba(255, 255, 255, 0) 46%),
    var(--paper);
  box-shadow: 0 14px 32px rgba(6, 30, 72, 0.08);
}

.validation-grid span {
  display: block;
  margin-bottom: 34px;
  color: var(--green);
  font-weight: 950;
}

.validation-grid p {
  margin-top: 10px;
  color: var(--muted);
}

.founder-section {
  background: #f7fbf7;
}

.founder-layout {
  grid-template-columns: minmax(280px, 0.62fr) minmax(0, 1fr);
}

.founder-layout > div:last-child p {
  color: var(--muted);
}

.founder-cards {
  display: grid;
  gap: 16px;
}

.founder-card {
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 18px;
  align-items: center;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
}

.founder-photo {
  align-self: end;
  width: 92px;
  height: 92px;
  border-radius: 8px;
  object-fit: contain;
  object-position: center bottom;
  background:
    radial-gradient(circle at 50% 22%, rgba(255, 255, 255, 0.95), rgba(233, 250, 255, 0.86) 52%, rgba(8, 200, 239, 0.18));
}

.founder-photo--portrait {
  object-fit: cover;
  object-position: center 18%;
}

.founder-card strong {
  display: block;
  color: var(--blue);
  font-size: 1.35rem;
  line-height: 1.15;
}

.founder-card p {
  margin-top: 8px;
  color: var(--muted);
}

.founder-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.founder-points li {
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 24px rgba(6, 30, 72, 0.07);
}

.founder-points strong {
  display: block;
  color: var(--blue);
  font-size: 0.95rem;
  line-height: 1.2;
}

.founder-points span {
  display: block;
  margin-top: 7px;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.45;
}

.faq-section {
  background: #fff;
}

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

.faq-grid article {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--soft);
}

.faq-grid p {
  margin-top: 10px;
  color: var(--muted);
}

.calculator,
.contact-box form {
  display: grid;
  gap: 15px;
  padding: 26px;
}

label {
  display: grid;
  gap: 7px;
  font-weight: 800;
}

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

textarea {
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  outline: 3px solid rgba(8, 200, 239, 0.26);
  border-color: var(--cyan);
}

output {
  display: grid;
  gap: 4px;
  margin-top: 6px;
  padding: 18px;
  border-radius: 8px;
  color: #124334;
  background: #dff7ec;
}

output.is-negative {
  color: #7d1f1f;
  background: #ffe7e3;
}

output span {
  font-weight: 900;
}

output strong {
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  line-height: 1;
}

.contact {
  background: #eef8fb;
}

.contact-box {
  align-items: center;
}

.contact-box > div p {
  font-size: 1.08rem;
}

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

.contact-box form label:has(textarea),
.privacy-check,
.contact-box .button {
  grid-column: 1 / -1;
}

.privacy-check {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 10px;
  align-items: start;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 650;
}

.privacy-check input {
  width: 18px;
  min-height: 18px;
  margin-top: 2px;
}

.contact-box .button {
  width: 100%;
  border: 0;
}

.whatsapp-button {
  gap: 10px;
}

.whatsapp-mark {
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  color: #fff;
  background: #25d366;
}

.whatsapp-mark svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.55;
  stroke-linecap: round;
  stroke-linejoin: round;
}

footer {
  padding: clamp(48px, 6vw, 70px) 0 28px;
  color: rgba(255, 255, 255, 0.74);
  background: linear-gradient(180deg, var(--navy) 0%, #041735 100%);
  border-top: 1px solid rgba(8, 200, 239, 0.28);
}

footer .container {
  width: min(1440px, calc(100% - 48px));
}

.footer-inner {
  display: grid;
  grid-template-columns: minmax(300px, 1.35fr) minmax(150px, 0.65fr) minmax(220px, 0.75fr) minmax(220px, 0.75fr);
  gap: clamp(28px, 5vw, 80px);
  align-items: start;
  justify-content: space-between;
}

.footer-inner img {
  width: 232px;
  max-width: 100%;
  height: 76px;
  object-fit: contain;
  object-position: left center;
}

.footer-brand,
.footer-column {
  display: grid;
  gap: 12px;
}

.footer-brand {
  max-width: 560px;
}

.footer-tagline {
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.96rem;
  line-height: 1.58;
}

.footer-slogan {
  max-width: 500px;
  margin: 4px 0 0;
  color: #ffffff;
  font-size: 1.02rem;
  font-weight: 850;
  line-height: 1.45;
}

.footer-title {
  margin: 0 0 2px;
  color: rgba(8, 200, 239, 0.94);
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

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

.footer-list a,
.footer-list button {
  color: rgba(255, 255, 255, 0.78);
  font: inherit;
  font-size: 0.94rem;
  font-weight: 650;
  line-height: 1.35;
  text-align: left;
  text-decoration: none;
  overflow-wrap: anywhere;
}

.footer-list a:hover,
.footer-list button:hover {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.footer-list button {
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.footer-column:nth-child(2) {
  justify-self: center;
}

.footer-column:nth-child(3) {
  justify-self: center;
}

.footer-column:last-child {
  justify-self: end;
  text-align: left;
}

.footer-column:last-child .footer-list a,
.footer-column:last-child .footer-list button {
  text-align: left;
}

.footer-bottom {
  display: grid;
  gap: 10px;
  margin-top: 40px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  color: rgba(255, 255, 255, 0.54);
  font-size: 0.86rem;
}

.footer-bottom-main {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  justify-content: space-between;
}

.footer-bottom p {
  margin: 0;
}

.footer-legal-note {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.46);
  font-size: 0.8rem;
  line-height: 1.5;
}

@media (max-width: 1120px) {
  .footer-inner {
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
    gap: 30px 56px;
  }

  .footer-column,
  .footer-column:nth-child(2),
  .footer-column:nth-child(3),
  .footer-column:last-child {
    justify-self: stretch;
    text-align: left;
  }

  .footer-brand {
    max-width: none;
  }

  .footer-column:last-child .footer-list a,
  .footer-column:last-child .footer-list button {
    text-align: left;
  }
}

@media (max-width: 960px) {
  .site-header {
    flex-wrap: wrap;
  }

  nav {
    order: 3;
    width: 100%;
    justify-content: space-between;
    overflow-x: auto;
  }

  .split,
  .process-layout,
  .roi-layout,
  .contact-box,
  .demo-layout,
  .founder-layout,
  .fit-grid {
    grid-template-columns: 1fr;
  }

  .problem .split {
    grid-template-columns: 1fr;
  }

  .product-grid,
  .niche-list,
  .plan-grid,
  .steps,
  .validation-grid,
  .founder-points,
  .faq-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .site-header {
    position: static;
  }

  .top-cta {
    width: 100%;
  }

  .hero {
    min-height: auto;
  }

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

  .product-grid,
  .niche-list,
  .plan-grid,
  .steps,
  .fit-grid,
  .footer-inner {
    grid-template-columns: 1fr;
  }

  .steps div {
    min-height: auto;
  }

  .steps div:last-child {
    grid-column: auto;
  }

  .field-grid,
  .field-grid.compact,
  .scenario-selector,
  .calculator-head,
  .comparison-results,
  .roi-reading,
  .demo-case-card ul,
  .validation-grid,
  .founder-points,
  .faq-grid,
  .contact-box form {
    grid-template-columns: 1fr;
  }

  .field-grid label span {
    min-height: auto;
  }

  .message {
    width: 100%;
  }

  .founder-card {
    grid-template-columns: 1fr;
  }
}
