:root {
  --ink: #0a2948;
  --ink-soft: #466079;
  --blue: #075bd8;
  --blue-deep: #063f9a;
  --yellow: #ffcc00;
  --aqua: #33cbbd;
  --ice: #f1f7fc;
  --paper: #ffffff;
  --line: #dce8f2;
  --success: #147d64;
  --danger: #b42318;
  --radius-lg: 30px;
  --radius-md: 20px;
  --shadow-sm: 0 12px 32px rgba(21, 58, 91, 0.08);
  --shadow-md: 0 25px 70px rgba(21, 58, 91, 0.13);
  --container: min(1180px, calc(100% - 40px));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 88px;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

body.menu-open {
  overflow: hidden;
}

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

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

a {
  color: inherit;
}

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

.container {
  width: var(--container);
  margin-inline: auto;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 1000;
  padding: 11px 16px;
  border-radius: 10px;
  background: var(--ink);
  color: #fff;
  text-decoration: none;
  transform: translateY(-150%);
  transition: transform 160ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.84);
  backdrop-filter: blur(18px);
  transition: box-shadow 180ms ease, border-color 180ms ease, background 180ms ease;
}

.site-header.is-scrolled {
  border-color: rgba(15, 65, 105, 0.08);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 8px 28px rgba(21, 58, 91, 0.07);
}

.header-inner {
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.brand {
  flex: 0 0 auto;
}

.gotica-mark {
  width: 156px;
  height: auto;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 27px;
  font-size: 0.92rem;
  font-weight: 750;
}

.site-nav > a {
  text-decoration: none;
}

.site-nav > a:not(.button) {
  color: #3c5670;
  transition: color 150ms ease;
}

.site-nav > a:not(.button):hover,
.site-nav > a:not(.button):focus-visible {
  color: var(--blue);
}

.menu-button {
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  cursor: pointer;
}

.menu-button > span:not(.sr-only) {
  display: block;
  width: 20px;
  height: 2px;
  margin: 4px auto;
  background: var(--ink);
  border-radius: 3px;
  transition: transform 160ms ease, opacity 160ms ease;
}

.menu-button[aria-expanded="true"] > span:nth-child(2) {
  transform: translateY(6px) rotate(45deg);
}

.menu-button[aria-expanded="true"] > span:nth-child(3) {
  opacity: 0;
}

.menu-button[aria-expanded="true"] > span:nth-child(4) {
  transform: translateY(-6px) rotate(-45deg);
}

.button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 23px;
  border: 1px solid transparent;
  border-radius: 14px;
  text-decoration: none;
  font-weight: 820;
  line-height: 1.15;
  cursor: pointer;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease, border-color 160ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
}

.button-primary {
  background: var(--blue);
  color: #fff;
  box-shadow: 0 14px 32px rgba(7, 91, 216, 0.2);
}

.button-primary:hover,
.button-primary:focus-visible {
  background: var(--blue-deep);
  box-shadow: 0 18px 38px rgba(7, 91, 216, 0.27);
}

.button-secondary {
  border-color: #cddfeb;
  background: rgba(255, 255, 255, 0.75);
  color: var(--ink);
}

.button-secondary:hover,
.button-secondary:focus-visible {
  border-color: #9fc5df;
  background: #fff;
}

.button-small {
  min-height: 42px;
  padding-inline: 18px;
  border-radius: 12px;
  background: var(--ink);
  color: #fff;
  box-shadow: none;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 17px;
  color: var(--blue);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.115em;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 23px;
  height: 2px;
  border-radius: 2px;
  background: var(--yellow);
}

.eyebrow-light {
  color: #dceeff;
}

.hero {
  position: relative;
  min-height: 760px;
  padding: 145px 0 84px;
  display: flex;
  align-items: center;
  background:
    radial-gradient(circle at 78% 33%, rgba(51, 203, 189, 0.12), transparent 24%),
    radial-gradient(circle at 20% 14%, rgba(7, 91, 216, 0.09), transparent 24%),
    linear-gradient(180deg, #fbfdff 0%, #f5faff 100%);
  overflow: hidden;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, #cddfeb 15%, #cddfeb 85%, transparent);
}

.optical-orbit {
  position: absolute;
  border: 1px solid rgba(7, 91, 216, 0.08);
  border-radius: 50%;
  pointer-events: none;
}

.orbit-one {
  width: 540px;
  height: 540px;
  right: -165px;
  top: 95px;
}

.orbit-two {
  width: 310px;
  height: 310px;
  right: -45px;
  top: 205px;
  border-color: rgba(51, 203, 189, 0.13);
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(520px, 1.08fr);
  align-items: center;
  gap: 70px;
}

.hero-copy h1 {
  max-width: 680px;
  margin-bottom: 24px;
  font-size: clamp(3rem, 5.15vw, 5.45rem);
  line-height: 0.98;
  letter-spacing: -0.055em;
  font-weight: 900;
}

.hero-copy h1 span {
  color: var(--blue);
}

.hero-text {
  max-width: 650px;
  margin-bottom: 31px;
  color: var(--ink-soft);
  font-size: 1.12rem;
  line-height: 1.75;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 34px;
}

.hero-proof {
  max-width: 670px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.hero-proof li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #3e5871;
  font-size: 0.84rem;
  font-weight: 720;
}

.hero-proof li span {
  width: 29px;
  height: 29px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border: 1px solid #cfe0ed;
  border-radius: 50%;
  background: #fff;
  color: var(--blue);
  font-size: 0.67rem;
  font-weight: 900;
}

.hero-visual {
  position: relative;
}

.lens-stage {
  position: relative;
  min-height: 500px;
  display: grid;
  place-items: center;
}

.lens-glow {
  position: absolute;
  width: 470px;
  height: 470px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.98) 0 42%, rgba(51, 203, 189, 0.12) 43% 54%, rgba(7, 91, 216, 0.08) 55% 63%, transparent 64%);
  filter: drop-shadow(0 28px 55px rgba(21, 58, 91, 0.1));
}

.app-window {
  position: relative;
  z-index: 3;
  width: min(100%, 570px);
  padding: 24px;
  border: 1px solid rgba(170, 203, 226, 0.8);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.91);
  box-shadow: var(--shadow-md);
  backdrop-filter: blur(18px);
}

.window-topbar,
.window-title,
.client-card,
.quick-modules article,
.testimonial-top {
  display: flex;
  align-items: center;
}

.window-topbar {
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 19px;
  border-bottom: 1px solid var(--line);
}

.window-title {
  gap: 11px;
}

.window-title small,
.client-card small,
.quick-modules small,
.support-grid small,
.price-card small,
.testimonial-top small {
  display: block;
  color: #71849a;
  font-size: 0.72rem;
  font-weight: 700;
}

.window-title strong,
.client-card strong,
.quick-modules strong {
  display: block;
  margin-top: 2px;
  font-size: 0.86rem;
  line-height: 1.35;
}

.focus-dot {
  width: 12px;
  height: 12px;
  border: 3px solid var(--yellow);
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(255, 204, 0, 0.14);
}

.status-pill {
  padding: 7px 10px;
  border-radius: 99px;
  background: #e8f8f4;
  color: var(--success);
  font-size: 0.69rem;
  font-weight: 820;
}

.client-card {
  gap: 13px;
  margin: 19px 0;
  padding: 16px;
  border-radius: 18px;
  background: linear-gradient(135deg, #f4f9fd, #fbfdff);
  border: 1px solid #e2edf5;
}

.client-avatar {
  width: 44px;
  height: 44px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--ink);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 900;
}

.optical-flow {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin-bottom: 16px;
}

.flow-item {
  position: relative;
  min-height: 105px;
  padding: 13px 11px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
}

.flow-item::after {
  content: "";
  position: absolute;
  top: 28px;
  right: -9px;
  width: 9px;
  height: 1px;
  background: #b8cada;
}

.flow-item:last-child::after {
  display: none;
}

.flow-item > span {
  width: 26px;
  height: 26px;
  display: grid;
  place-items: center;
  margin-bottom: 12px;
  border-radius: 50%;
  background: #edf4fa;
  color: #71849a;
  font-size: 0.65rem;
  font-weight: 900;
}

.flow-item.active > span {
  background: var(--blue);
  color: #fff;
}

.flow-item small {
  display: block;
  color: #8a9caf;
  font-size: 0.65rem;
}

.flow-item strong {
  display: block;
  margin-top: 2px;
  font-size: 0.77rem;
}

.quick-modules {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 9px;
}

.quick-modules article {
  gap: 10px;
  padding: 12px 13px;
  border-radius: 15px;
  background: #fbfdff;
  border: 1px solid #e2edf5;
}

.module-icon,
.resource-icon {
  display: grid;
  place-items: center;
  color: var(--blue);
}

.module-icon {
  width: 35px;
  height: 35px;
  flex: 0 0 auto;
  border-radius: 11px;
  background: #eaf3ff;
}

.module-icon svg,
.resource-icon svg {
  width: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.floating-note {
  position: absolute;
  z-index: 4;
  padding: 9px 13px;
  border-radius: 99px;
  background: #fff;
  color: var(--ink);
  box-shadow: var(--shadow-sm);
  font-size: 0.74rem;
  font-weight: 850;
}

.note-one {
  left: -22px;
  top: 91px;
}

.note-two {
  right: -8px;
  bottom: 75px;
  color: var(--blue);
}

.clarity-strip {
  padding: 21px 0;
  background: var(--ink);
  color: #fff;
}

.strip-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: center;
  gap: 32px;
}

.strip-grid p {
  margin: 0;
  color: #d7e5f1;
  font-size: 0.92rem;
}

.strip-grid strong {
  color: #fff;
}

.strip-items {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 8px;
}

.strip-items span {
  padding: 7px 11px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 99px;
  color: #c8d9e8;
  font-size: 0.72rem;
  font-weight: 750;
}

.section {
  padding: 112px 0;
}

.section-heading {
  max-width: 750px;
  margin-bottom: 48px;
}

.section-heading h2,
.section-copy h2,
.faq-intro h2,
.investment-copy h2,
.hpr-panel h2,
.lead-copy h2 {
  margin-bottom: 18px;
  font-size: clamp(2.25rem, 4vw, 3.75rem);
  line-height: 1.04;
  letter-spacing: -0.045em;
}

.section-heading p,
.section-copy > p,
.faq-intro p,
.investment-copy p {
  max-width: 680px;
  margin-bottom: 0;
  color: var(--ink-soft);
  font-size: 1.02rem;
  line-height: 1.75;
}

.experience {
  background: #fff;
}

.experience-grid {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  align-items: center;
  gap: 80px;
}

.experience-points {
  margin-top: 34px;
  display: grid;
  gap: 12px;
}

.experience-points article {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 14px;
  padding: 18px 0;
  border-top: 1px solid var(--line);
}

.experience-points article > span {
  color: var(--blue);
  font-size: 0.72rem;
  font-weight: 900;
}

.experience-points strong {
  display: block;
  margin-bottom: 3px;
}

.experience-points p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.9rem;
}

.focus-card {
  position: relative;
  min-height: 485px;
  padding: 36px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: linear-gradient(145deg, #0b2e51 0%, #071f39 100%);
  color: #fff;
  box-shadow: var(--shadow-md);
}

.focus-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(3, 20, 36, 0.78));
  pointer-events: none;
}

.focus-card > * {
  position: relative;
  z-index: 2;
}

.focus-visual {
  position: absolute;
  inset: 20px 25px auto;
  height: 250px;
  z-index: 1;
}

.lens {
  position: absolute;
  top: 42px;
  width: 178px;
  height: 178px;
  border: 2px solid rgba(255, 255, 255, 0.33);
  border-radius: 50%;
  box-shadow: inset 0 0 40px rgba(51, 203, 189, 0.09);
}

.lens::after {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(255, 204, 0, 0.42);
  border-radius: 50%;
}

.lens-a {
  left: 20px;
}

.lens-b {
  right: 20px;
}

.bridge {
  position: absolute;
  top: 115px;
  left: 50%;
  width: 85px;
  height: 35px;
  border-top: 2px solid rgba(255, 255, 255, 0.33);
  border-radius: 50%;
  transform: translateX(-50%);
}

.focus-label {
  margin-bottom: 12px;
  color: #79e3d6;
  font-size: 0.75rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.focus-card h3 {
  max-width: 440px;
  margin-bottom: 12px;
  font-size: 2rem;
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.focus-card p {
  max-width: 470px;
  margin-bottom: 0;
  color: #c5d8e8;
}

.resources {
  background: var(--ice);
}

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

.resource-card {
  position: relative;
  min-height: 280px;
  padding: 28px;
  border: 1px solid #deebf4;
  border-radius: var(--radius-md);
  background: #fff;
  box-shadow: 0 12px 32px rgba(21, 58, 91, 0.04);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.resource-card:hover {
  transform: translateY(-4px);
  border-color: #bed8e9;
  box-shadow: var(--shadow-sm);
}

.resource-card.featured {
  background: var(--ink);
  color: #fff;
  border-color: var(--ink);
}

.resource-number {
  position: absolute;
  top: 22px;
  right: 25px;
  color: #a9bdcd;
  font-size: 0.7rem;
  font-weight: 900;
}

.resource-icon {
  width: 46px;
  height: 46px;
  margin-bottom: 24px;
  border-radius: 14px;
  background: #edf5ff;
}

.featured .resource-icon {
  background: rgba(51, 203, 189, 0.13);
  color: #77e0d3;
}

.resource-card h3 {
  margin-bottom: 11px;
  font-size: 1.12rem;
}

.resource-card p {
  margin-bottom: 0;
  color: var(--ink-soft);
  font-size: 0.9rem;
  line-height: 1.7;
}

.featured p {
  color: #c8d9e8;
}

.resource-tag {
  display: inline-block;
  margin-top: 22px;
  padding: 6px 9px;
  border-radius: 99px;
  background: rgba(255, 204, 0, 0.12);
  color: #ffe174;
  font-size: 0.68rem;
  font-weight: 850;
}

.proof {
  background: #fff;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}

.testimonial-card {
  min-height: 255px;
  padding: 25px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: #fff;
}

.testimonial-top {
  gap: 12px;
  margin-bottom: 24px;
}

.testimonial-mark {
  width: 48px;
  height: 48px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border-radius: 15px;
  background: linear-gradient(145deg, #edf6ff, #f9fcff);
  color: var(--blue);
  font-size: 0.72rem;
  font-weight: 900;
  border: 1px solid #dbe9f4;
}

.testimonial-top strong {
  display: block;
  font-size: 0.88rem;
}

.testimonial-card > p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.9rem;
  line-height: 1.7;
}

.hpr-section {
  padding-top: 0;
}

.hpr-panel {
  padding: 50px;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 65px;
  align-items: center;
  border-radius: 32px;
  background: var(--ink);
  color: #fff;
  overflow: hidden;
  position: relative;
}

.hpr-panel::before {
  content: "";
  position: absolute;
  width: 380px;
  height: 380px;
  right: -120px;
  top: -170px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  box-shadow: 0 0 0 55px rgba(51, 203, 189, 0.035), 0 0 0 110px rgba(7, 91, 216, 0.035);
}

.hpr-panel-copy,
.support-grid {
  position: relative;
  z-index: 2;
}

.hpr-panel-copy > img {
  width: 38px;
  height: auto;
  margin-bottom: 23px;
}

.hpr-panel h2 {
  max-width: 650px;
  font-size: clamp(2.1rem, 3.5vw, 3.25rem);
}

.hpr-panel-copy p {
  max-width: 650px;
  margin: 0;
  color: #c5d8e8;
  line-height: 1.75;
}

.support-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.support-grid article {
  min-height: 115px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.045);
}

.support-grid small {
  color: #8fa8bd;
}

.support-grid strong {
  display: block;
  margin-top: 8px;
  font-size: 0.91rem;
  line-height: 1.4;
}

.investment {
  background: linear-gradient(180deg, #f8fbfe, #eef6fc);
}

.investment-grid {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  align-items: center;
  gap: 80px;
}

.price-card {
  padding: 36px;
  border: 1px solid #d7e6f1;
  border-radius: 26px;
  background: #fff;
  box-shadow: var(--shadow-sm);
}

.price-card > strong {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 7px;
  margin: 10px 0 6px;
  font-size: clamp(2.4rem, 5vw, 4rem);
  line-height: 1;
  letter-spacing: -0.045em;
}

.price-card > strong span {
  color: var(--blue);
  font-size: 0.42em;
}

.price-card > strong em {
  color: #8192a3;
  font-size: 0.36em;
  font-style: normal;
  font-weight: 700;
}

.price-card p {
  color: var(--ink-soft);
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--blue);
  font-weight: 820;
  text-decoration: none;
}

.faq {
  background: #fff;
}

.faq-grid {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 80px;
  align-items: start;
}

.faq-intro {
  position: sticky;
  top: 120px;
}

.faq-list {
  border-top: 1px solid var(--line);
}

.faq-list details {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  position: relative;
  padding: 24px 48px 24px 0;
  list-style: none;
  cursor: pointer;
  font-weight: 820;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  content: "+";
  position: absolute;
  right: 3px;
  top: 50%;
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--blue);
  transform: translateY(-50%);
  transition: transform 160ms ease;
}

.faq-list details[open] summary::after {
  transform: translateY(-50%) rotate(45deg);
}

.faq-list details p {
  max-width: 730px;
  margin: -6px 45px 24px 0;
  color: var(--ink-soft);
  line-height: 1.75;
}

.lead-section {
  position: relative;
  padding: 105px 0;
  background:
    radial-gradient(circle at 10% 20%, rgba(51, 203, 189, 0.13), transparent 26%),
    radial-gradient(circle at 80% 10%, rgba(7, 91, 216, 0.22), transparent 30%),
    var(--ink);
  color: #fff;
  overflow: hidden;
}

.lead-grid {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 80px;
  align-items: center;
}

.lead-copy > p {
  max-width: 590px;
  color: #c7d9e8;
  font-size: 1.03rem;
  line-height: 1.75;
}

.lead-assurance {
  display: grid;
  gap: 11px;
  margin-top: 33px;
}

.lead-assurance article {
  display: grid;
  grid-template-columns: 170px 1fr;
  gap: 14px;
  padding: 13px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.lead-assurance strong {
  font-size: 0.85rem;
}

.lead-assurance span {
  color: #9eb4c7;
  font-size: 0.83rem;
}

.lead-form {
  position: relative;
  padding: 34px;
  border-radius: 28px;
  background: #fff;
  color: var(--ink);
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.18);
}

.form-heading {
  margin-bottom: 25px;
}

.form-heading > span {
  display: block;
  margin-bottom: 4px;
  font-size: 1.4rem;
  font-weight: 900;
  letter-spacing: -0.025em;
}

.form-heading p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.9rem;
}

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

.field {
  margin-bottom: 14px;
}

.field label {
  display: block;
  margin-bottom: 7px;
  color: #3c5670;
  font-size: 0.78rem;
  font-weight: 780;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  border: 1px solid #d4e2ed;
  border-radius: 13px;
  background: #fbfdff;
  color: var(--ink);
  outline: 0;
  transition: border-color 150ms ease, box-shadow 150ms ease, background 150ms ease;
}

.field input,
.field select {
  height: 48px;
  padding: 0 13px;
}

.field textarea {
  min-height: 84px;
  padding: 12px 13px;
  resize: vertical;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: #79afea;
  background: #fff;
  box-shadow: 0 0 0 4px rgba(7, 91, 216, 0.09);
}

.field.has-error input,
.field.has-error select,
.field.has-error textarea {
  border-color: #d86b63;
}

.privacy-check {
  display: grid;
  grid-template-columns: 19px 1fr;
  gap: 10px;
  align-items: start;
  margin: 4px 0 18px;
  color: #5b7085;
  font-size: 0.76rem;
  line-height: 1.5;
}

.privacy-check input {
  width: 18px;
  height: 18px;
  margin: 1px 0 0;
  accent-color: var(--blue);
}

.button-submit {
  width: 100%;
}

.button-submit:disabled {
  opacity: 0.72;
  cursor: wait;
  transform: none;
}

.spinner {
  display: none;
  width: 17px;
  height: 17px;
  border: 2px solid rgba(255, 255, 255, 0.45);
  border-top-color: #fff;
  border-radius: 50%;
  animation: spin 700ms linear infinite;
}

.button-submit.is-loading .spinner {
  display: inline-block;
}

.form-status {
  min-height: 22px;
  margin: 12px 0 0;
  text-align: center;
  font-size: 0.78rem;
  font-weight: 700;
}

.form-status[data-type="success"] {
  color: var(--success);
}

.form-status[data-type="error"] {
  color: var(--danger);
}

.form-status[data-type="neutral"] {
  color: #63788e;
}

.honeypot {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.site-footer {
  padding: 42px 0;
  background: #061a2e;
  color: #b7c9d8;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  gap: 30px;
}

.footer-brand img {
  width: 128px;
  filter: brightness(0) invert(1);
  opacity: 0.95;
}

.footer-brand p,
.footer-company span,
.footer-copy span {
  display: block;
  margin: 8px 0 0;
  font-size: 0.78rem;
}

.footer-company {
  text-align: center;
}

.footer-company strong {
  display: block;
  color: #fff;
}

.footer-company a {
  display: inline-block;
  margin-top: 6px;
  color: #d9e8f4;
  text-decoration: none;
  font-size: 0.8rem;
}

.footer-copy {
  text-align: right;
}

.mobile-cta {
  position: fixed;
  right: 12px;
  bottom: 12px;
  left: 12px;
  z-index: 80;
  min-height: 52px;
  display: none;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: var(--yellow);
  color: #182b3d;
  text-decoration: none;
  font-weight: 900;
  box-shadow: 0 16px 34px rgba(7, 33, 56, 0.25);
  transform: translateY(calc(100% + 28px));
  transition: transform 200ms ease;
}

.mobile-cta.is-visible {
  transform: translateY(0);
}

.toast {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 200;
  max-width: 380px;
  padding: 13px 16px;
  border-radius: 13px;
  background: var(--ink);
  color: #fff;
  box-shadow: var(--shadow-md);
  font-size: 0.84rem;
  font-weight: 750;
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.toast.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.toast[data-type="error"] {
  background: #821c1c;
}

.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 650ms ease, transform 650ms ease;
}

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

@keyframes spin {
  to { transform: rotate(360deg); }
}

@media (max-width: 1080px) {
  .hero-grid {
    grid-template-columns: 1fr 1fr;
    gap: 38px;
  }

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

  .hero-proof li {
    max-width: 320px;
  }

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

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

  .experience-grid,
  .investment-grid,
  .lead-grid {
    gap: 50px;
  }

  .lens {
    width: 155px;
    height: 155px;
  }
}

@media (max-width: 900px) {
  :root {
    --container: min(100% - 32px, 760px);
  }

  .menu-button {
    display: block;
  }

  .site-nav {
    position: fixed;
    top: 80px;
    right: 16px;
    left: 16px;
    padding: 18px;
    display: grid;
    gap: 5px;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: var(--shadow-md);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    transition: opacity 160ms ease, visibility 160ms ease, transform 160ms ease;
  }

  .site-nav.is-open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .site-nav > a {
    padding: 12px;
    border-radius: 10px;
  }

  .site-nav .button {
    margin-top: 5px;
  }

  .hero {
    padding-top: 125px;
  }

  .hero-grid,
  .experience-grid,
  .investment-grid,
  .faq-grid,
  .lead-grid,
  .hpr-panel,
  .strip-grid {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    gap: 45px;
  }

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

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

  .hero-visual {
    width: min(100%, 650px);
    margin-inline: auto;
  }

  .strip-items {
    justify-content: flex-start;
  }

  .experience-grid,
  .investment-grid,
  .faq-grid,
  .lead-grid {
    gap: 42px;
  }

  .focus-card {
    min-height: 450px;
  }

  .hpr-panel {
    gap: 38px;
  }

  .faq-intro {
    position: static;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .footer-copy {
    grid-column: 1 / -1;
    text-align: left;
  }
}

@media (max-width: 640px) {
  :root {
    --container: calc(100% - 28px);
  }

  html {
    scroll-padding-top: 76px;
  }

  .header-inner {
    min-height: 72px;
  }

  .gotica-mark {
    width: 132px;
  }

  .site-nav {
    top: 72px;
  }

  .hero {
    min-height: auto;
    padding: 108px 0 58px;
  }

  .hero-copy h1 {
    font-size: clamp(2.65rem, 13.5vw, 4rem);
  }

  .hero-text {
    font-size: 1rem;
  }

  .hero-actions {
    display: grid;
  }

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

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

  .lens-stage {
    min-height: 430px;
  }

  .lens-glow {
    width: 390px;
    height: 390px;
  }

  .app-window {
    padding: 17px;
    border-radius: 22px;
  }

  .window-topbar {
    align-items: flex-start;
  }

  .status-pill {
    display: none;
  }

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

  .flow-item::after {
    display: none;
  }

  .quick-modules {
    grid-template-columns: 1fr;
  }

  .floating-note {
    display: none;
  }

  .clarity-strip {
    padding: 25px 0;
  }

  .strip-grid {
    gap: 18px;
  }

  .section {
    padding: 78px 0;
  }

  .section-heading {
    margin-bottom: 34px;
  }

  .section-heading h2,
  .section-copy h2,
  .faq-intro h2,
  .investment-copy h2,
  .hpr-panel h2,
  .lead-copy h2 {
    font-size: clamp(2.15rem, 10vw, 3rem);
  }

  .focus-card {
    min-height: 425px;
    padding: 27px;
  }

  .focus-visual {
    inset-inline: 10px;
  }

  .lens {
    width: 138px;
    height: 138px;
  }

  .lens-a {
    left: 7px;
  }

  .lens-b {
    right: 7px;
  }

  .resource-grid,
  .testimonial-grid,
  .support-grid,
  .field-row {
    grid-template-columns: 1fr;
  }

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

  .hpr-panel {
    width: calc(100% - 20px);
    padding: 32px 24px;
    border-radius: 26px;
  }

  .price-card,
  .lead-form {
    padding: 25px 20px;
    border-radius: 22px;
  }

  .lead-section {
    padding: 80px 0 100px;
  }

  .lead-assurance article {
    grid-template-columns: 1fr;
    gap: 2px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-company,
  .footer-copy {
    text-align: left;
  }

  .mobile-cta {
    display: flex;
  }

  .toast {
    right: 12px;
    bottom: 76px;
    left: 12px;
    max-width: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}
