:root {
  --bg: #f4f8fc;
  --surface: rgba(255, 255, 255, 0.88);
  --surface-strong: #ffffff;
  --surface-soft: #eef5fb;
  --ink: #10203a;
  --muted: #5b728f;
  --line: rgba(144, 173, 213, 0.28);
  --brand: #0d55c9;
  --brand-deep: #0b2f73;
  --cyan: #55c4d9;
  --success: #0e8f62;
  --danger: #b84343;
  --shadow-lg: 0 30px 70px rgba(9, 28, 58, 0.14);
  --shadow-md: 0 20px 45px rgba(12, 41, 83, 0.1);
  --shadow-sm: 0 12px 26px rgba(12, 41, 83, 0.08);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --radius-sm: 14px;
  --container: 1220px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 6rem;
}

body {
  margin: 0;
  font-family: "Avenir Next", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at top left, rgba(85, 196, 217, 0.14), transparent 24%),
    radial-gradient(circle at 80% 0%, rgba(13, 85, 201, 0.12), transparent 30%),
    linear-gradient(180deg, #f9fbff 0%, #f4f8fc 38%, #edf4fb 100%);
  line-height: 1.55;
}

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

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

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

code {
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;
}

.container {
  width: min(calc(100% - 2rem), var(--container));
  margin: 0 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;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  backdrop-filter: blur(16px);
  background: rgba(248, 252, 255, 0.8);
  border-bottom: 1px solid rgba(144, 173, 213, 0.18);
}

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

.brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
}

.brand-logo {
  width: 100px;
  height: auto;
}

.main-nav {
  display: inline-flex;
  align-items: center;
  gap: 1.35rem;
  color: var(--muted);
}

.main-nav a {
  font-size: 0.96rem;
  font-weight: 600;
  transition: color 0.2s ease, transform 0.2s ease;
}

.main-nav a:hover,
.main-nav a:focus-visible {
  color: var(--brand-deep);
}

.nav-cta {
  min-height: 42px;
  padding: 0.75rem 1rem;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--brand-deep), var(--brand));
  color: #fff !important;
  box-shadow: 0 14px 24px rgba(13, 85, 201, 0.2);
}

.nav-toggle {
  display: none;
  border: 0;
  background: transparent;
  padding: 0.25rem;
}

.nav-toggle span:not(.sr-only) {
  display: block;
  width: 24px;
  height: 2px;
  margin: 5px 0;
  background: var(--brand-deep);
  border-radius: 999px;
}

.hero,
.section {
  position: relative;
}

#inicio,
#desafios,
#plataforma,
#modulos,
#beneficios,
#demo {
  scroll-margin-top: 6rem;
}

.hero {
  padding: 3.2rem 0 4.4rem;
  overflow: clip;
}

.hero-pattern {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.pattern-dot {
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(13, 85, 201, 0.14);
  box-shadow: 0 0 0 8px rgba(85, 196, 217, 0.05);
}

.dot-one { top: 10%; left: 8%; }
.dot-two { top: 20%; right: 13%; }
.dot-three { bottom: 22%; left: 45%; }
.dot-four { bottom: 16%; right: 17%; }

.pattern-line {
  position: absolute;
  height: 1px;
  background: linear-gradient(90deg, rgba(85, 196, 217, 0.08), rgba(13, 85, 201, 0.18), rgba(85, 196, 217, 0.08));
  transform-origin: left center;
}

.line-one {
  top: 18%;
  left: 10%;
  width: 220px;
  transform: rotate(18deg);
}

.line-two {
  bottom: 21%;
  right: 16%;
  width: 220px;
  transform: rotate(-26deg);
}

.hero-layout {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(520px, 1.18fr);
  gap: 2rem;
  align-items: center;
}

.hero-copy {
  position: relative;
  z-index: 1;
  max-width: 560px;
}

.hero-kicker,
.section-kicker {
  margin: 0 0 1rem;
  color: var(--brand);
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero h1,
.section h2 {
  margin: 0;
  letter-spacing: -0.045em;
}

.hero h1 {
  max-width: 13.5ch;
  font-size: clamp(2.55rem, 4.6vw, 4.65rem);
  line-height: 1.05;
}

.keep-together {
  white-space: nowrap;
}

.hero-text,
.section p {
  color: var(--muted);
}

.hero-text {
  max-width: 58ch;
  margin: 1.2rem 0 0;
  font-size: 1.06rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 2.2rem;
  position: relative;
  z-index: 3;
}

.hero-actions-visual {
  margin-top: 1.2rem;
  justify-content: flex-start;
  padding-left: 1.4rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0.95rem 1.3rem;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 700;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-1px);
}

.btn-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--brand-deep), var(--brand), #2d8bde);
  box-shadow: 0 18px 30px rgba(13, 85, 201, 0.2);
}

.btn-secondary {
  border-color: rgba(13, 85, 201, 0.18);
  background: rgba(255, 255, 255, 0.75);
  color: var(--brand-deep);
}

.hero-visual {
  position: relative;
  min-height: 660px;
  padding: 1.8rem 0.2rem 1rem 2rem;
}

.dashboard-shell {
  position: relative;
  z-index: 1;
  padding: 1rem;
  margin-top: 6rem;
  border-radius: var(--radius-xl);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(233, 242, 252, 0.84));
  border: 1px solid rgba(144, 173, 213, 0.3);
  box-shadow: 0 40px 90px rgba(8, 31, 70, 0.18);
}

.dashboard-image {
  width: 100%;
  aspect-ratio: 1672 / 941;
  object-fit: cover;
  border-radius: 24px;
  box-shadow: 0 22px 36px rgba(10, 34, 77, 0.12);
}

.floating-card {
  position: absolute;
  z-index: 2;
  max-width: 240px;
  padding: 1rem 1.05rem;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(144, 173, 213, 0.28);
  box-shadow: var(--shadow-md);
}

.floating-card strong {
  display: block;
  margin-bottom: 0.4rem;
  font-size: 1rem;
}

.floating-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.floating-left {
  top: 30%;
  left: -10%;
}

.floating-top {
  top: 10%;
  right: 3%;
}

.floating-bottom {
  right: 5%;
  bottom: 10%;
}

.section {
  padding: 3.5rem 0;
}

.section-heading {
  display: grid;
  gap: 0.9rem;
  margin-bottom: 1.8rem;
  max-width: 880px;
}

.section-heading.center {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.section-heading.light h2,
.section-heading.light p {
  color: #fff;
}

.section h2 {
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 1.06;
}

.problem-heading {
  margin-bottom: 1.5rem;
  max-width: 940px;
}

.problem-visual {
  padding: 1rem;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(14, 52, 115, 0.08), rgba(85, 196, 217, 0.08));
  border: 1px solid rgba(144, 173, 213, 0.26);
}

.problem-visual img {
  width: 100%;
  aspect-ratio: 1672 / 941;
  object-fit: cover;
  border-radius: 22px;
}

.problem-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.3rem;
}

.pain-card,
.pillar-card,
.module-card,
.benefit-card,
.demo-form,
.demo-side-card,
.workspace-card,
.mobile-card {
  border: 1px solid rgba(144, 173, 213, 0.25);
  box-shadow: var(--shadow-md);
}

.pain-card,
.module-card,
.demo-form,
.demo-side-card,
.workspace-card,
.mobile-card {
  background: rgba(255, 255, 255, 0.84);
}

.pain-card {
  display: flex;
  align-items: center;
  min-height: 108px;
  padding: 1.15rem;
  border-radius: 20px;
}

.pain-card strong {
  display: block;
  font-size: 1rem;
  line-height: 1.35;
}

.section-solution::before,
.section-benefits::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 10% 20%, rgba(85, 196, 217, 0.08), transparent 20%),
    radial-gradient(circle at 80% 70%, rgba(13, 85, 201, 0.07), transparent 28%);
}

.pillar-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.2rem;
}

.pillar-card {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 0;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.84);
  overflow: hidden;
}

.pillar-dark {
  color: #fff;
  background: linear-gradient(160deg, rgba(10, 37, 80, 0.98), rgba(13, 85, 201, 0.92));
}

.pillar-dark p,
.pillar-dark h3 {
  color: inherit;
}

.pillar-media {
  width: 100%;
  background: linear-gradient(180deg, #eff6fc, #e5f0fb);
}

.pillar-media img {
  width: 100%;
  aspect-ratio: 1672 / 941;
  object-fit: cover;
}

.pillar-copy h3 {
  margin: 0 0 0.5rem;
  font-size: 1.15rem;
}

.pillar-copy {
  padding: 1.3rem 1.35rem 1.4rem;
}

.pillar-copy p {
  margin: 0;
}

.modules-heading {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.module-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.2rem;
}

.module-card {
  display: flex;
  flex-direction: column;
  border-radius: 24px;
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.module-card-wide {
  grid-column: span 3;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.65fr);
}

.module-media {
  background: linear-gradient(180deg, #eff6fc, #e5f0fb);
}

.module-media img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1672 / 941;
  object-fit: cover;
}

.module-copy {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  padding: 1.4rem 1.5rem 1.55rem;
}

.module-copy h3 {
  margin: 0;
  font-size: 1.12rem;
}

.module-copy p {
  margin: 0;
}

.module-card-wide .module-copy h3 {
  font-size: 1.5rem;
}

.module-card-wide .module-copy p {
  font-size: 1.3rem;
  line-height: 1.75;
}

.section-field {
  padding-top: 4rem;
}

.field-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  gap: 1.8rem;
  align-items: center;
}

.field-copy {
  max-width: 600px;
}

.field-points {
  display: grid;
  gap: 0.8rem;
  margin: 1.6rem 0 0;
  padding: 0;
  list-style: none;
}

.field-points li {
  display: flex;
  align-items: flex-start;
  gap: 0.8rem;
  color: var(--muted);
}

.field-points li::before {
  content: "";
  width: 10px;
  height: 10px;
  margin-top: 0.45rem;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--brand), var(--cyan));
  flex: 0 0 auto;
}

.field-visuals {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 220px;
  gap: 1rem;
  align-items: stretch;
}

.workspace-card,
.mobile-card {
  border-radius: 24px;
  overflow: hidden;
}

.workspace-card {
  display: flex;
  flex-direction: column;
}

.mobile-card {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  min-height: 100%;
  padding: 0.8rem;
  gap: 0.9rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(234, 244, 255, 0.9));
}

.mobile-screen {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 0;
  padding: 0.4rem;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(14, 52, 115, 0.06), rgba(85, 196, 217, 0.08));
}

.mobile-screen img {
  width: 100%;
  height: auto;
  max-height: 300px;
  object-fit: contain;
  object-position: center;
  border-radius: 18px;
}

.mobile-meta {
  display: grid;
  gap: 0.45rem;
  padding: 0 0.15rem 0.1rem;
}

.mobile-meta strong {
  font-size: 1rem;
}

.mobile-meta span {
  color: var(--muted);
}

.mobile-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0.25rem;
}

.mobile-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0.45rem 0.7rem;
  border-radius: 999px;
  border: 1px solid rgba(144, 173, 213, 0.28);
  background: rgba(255, 255, 255, 0.72);
  color: var(--brand-deep);
  font-size: 0.84rem;
  font-weight: 700;
  line-height: 1;
}

.workspace-screen {
  padding: 0.8rem;
  background: linear-gradient(180deg, rgba(14, 52, 115, 0.08), rgba(85, 196, 217, 0.08));
}

.workspace-screen img {
  width: 100%;
  aspect-ratio: 1672 / 941;
  object-fit: cover;
  border-radius: 18px;
}

.workspace-meta {
  display: grid;
  gap: 0.4rem;
  padding: 1rem 1.2rem 1.25rem;
}

.workspace-meta strong {
  font-size: 1rem;
}

.workspace-meta span {
  color: var(--muted);
}

.benefits-shell {
  position: relative;
  padding: 2rem;
  border-radius: 32px;
  background: linear-gradient(160deg, rgba(10, 37, 80, 0.98), rgba(13, 85, 201, 0.94) 62%, rgba(44, 138, 222, 0.88));
  overflow: hidden;
  box-shadow: 0 36px 70px rgba(10, 35, 75, 0.22);
}

.benefits-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 82% 28%, rgba(255, 255, 255, 0.1), transparent 18%),
    radial-gradient(circle at 20% 78%, rgba(85, 196, 217, 0.18), transparent 22%);
}

.benefit-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.benefit-card {
  padding: 1.15rem;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.benefit-card strong {
  display: block;
  margin-bottom: 0.45rem;
  font-size: 1.02rem;
}

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

.section-demo {
  padding-top: 4rem;
  padding-bottom: 4.4rem;
}

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

.cta-copy h2 {
  margin: 0 0 0.75rem;
  font-size: clamp(2rem, 4vw, 3.2rem);
  letter-spacing: -0.04em;
}

.cta-copy p {
  margin: 0;
}

.demo-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  gap: 1.6rem;
  align-items: start;
}

.demo-copy h3 {
  margin: 0 0 0.75rem;
  font-size: 1.45rem;
  letter-spacing: -0.03em;
}

.cta-copy.demo-copy {
  padding-top: 0.25rem;
}

.cta-copy.demo-copy h2 {
  margin-bottom: 0.85rem;
}

.demo-side-card {
  margin-top: 1.4rem;
  padding: 1.2rem;
  border-radius: 20px;
}

.demo-side-card strong,
.demo-side-card span {
  display: block;
}

.demo-side-card strong {
  margin-bottom: 0.3rem;
}

.demo-side-card span {
  margin-bottom: 0.6rem;
  color: var(--brand-deep);
  font-weight: 700;
}

.demo-side-card p {
  margin: 0;
}

.demo-form {
  position: relative;
  padding: 1.8rem;
  border-radius: 28px;
}

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

.demo-form label {
  display: grid;
  gap: 0.5rem;
  color: var(--ink);
  font-weight: 600;
}

.demo-form label span {
  font-size: 0.94rem;
}

.demo-form input,
.demo-form select,
.demo-form textarea {
  width: 100%;
  border: 1px solid rgba(144, 173, 213, 0.35);
  border-radius: 14px;
  background: #fff;
  color: var(--ink);
  padding: 0.9rem 1rem;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.demo-form input:focus,
.demo-form select:focus,
.demo-form textarea:focus {
  outline: none;
  border-color: rgba(13, 85, 201, 0.7);
  box-shadow: 0 0 0 4px rgba(13, 85, 201, 0.08);
}

.demo-form input[aria-invalid="true"],
.demo-form select[aria-invalid="true"],
.demo-form textarea[aria-invalid="true"] {
  border-color: rgba(184, 67, 67, 0.7);
  box-shadow: 0 0 0 4px rgba(184, 67, 67, 0.08);
}

.full-width {
  grid-column: 1 / -1;
}

.honeypot {
  position: absolute;
  left: -9999px;
  opacity: 0;
  pointer-events: none;
}

.consent {
  display: flex !important;
  align-items: flex-start;
  gap: 0.8rem;
  margin-top: 1.25rem;
  color: var(--muted);
  font-weight: 500 !important;
}

.consent input {
  width: 18px;
  height: 18px;
  margin-top: 0.2rem;
}

.btn-submit {
  width: 100%;
  margin-top: 1.25rem;
}

.form-note,
.form-status {
  margin: 0.9rem 0 0;
  font-size: 0.92rem;
  color: var(--muted);
}

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

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

.site-footer {
  padding: 1.1rem 0 1.4rem;
  border-top: 1px solid rgba(144, 173, 213, 0.18);
  background: rgba(248, 252, 255, 0.7);
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.footer-claim,
.footer-meta p,
.footer-meta a {
  margin: 0;
  color: var(--muted);
}

.footer-meta {
  display: grid;
  gap: 0.5rem;
  justify-items: end;
}

@media (hover: hover) and (pointer: fine) {
  .module-card:hover,
  .benefit-card:hover,
  .pain-card:hover,
  .pillar-card:hover,
  .workspace-card:hover,
  .mobile-card:hover {
    transform: translateY(-4px);
    border-color: rgba(13, 85, 201, 0.32);
    box-shadow: var(--shadow-lg);
  }
}

@media (max-width: 1180px) {
  .hero-layout,
  .field-layout,
  .demo-layout {
    grid-template-columns: 1fr;
  }

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

  .hero h1 {
    max-width: 14ch;
  }

  .hero-visual {
    min-height: 0;
    padding: 0.5rem 0 0;
  }

  .field-visuals {
    grid-template-columns: minmax(0, 1fr) 220px;
  }
}

@media (max-width: 1080px) {
  .problem-grid,
  .pillar-grid,
  .benefit-grid,
  .module-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .module-card-wide {
    grid-column: auto;
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  html {
    scroll-padding-top: 5.5rem;
  }

  #inicio,
  #desafios,
  #plataforma,
  #modulos,
  #beneficios,
  #demo {
    scroll-margin-top: 5.5rem;
  }

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

  .brand-logo,
  .footer-logo {
    width: 126px;
  }

  .nav-toggle {
    display: inline-block;
    flex: 0 0 auto;
  }

  .main-nav {
    position: absolute;
    top: calc(100% + 0.75rem);
    right: 1rem;
    display: none;
    min-width: 240px;
    padding: 1rem;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.97);
    border: 1px solid rgba(144, 173, 213, 0.22);
    box-shadow: var(--shadow-lg);
    flex-direction: column;
    align-items: flex-start;
  }

  .main-nav.is-open {
    display: flex;
  }

  .main-nav a {
    width: 100%;
  }

  .main-nav .nav-cta {
    width: 100%;
    justify-content: center;
  }

  .hero {
    padding-top: 2.8rem;
    padding-bottom: 3.25rem;
  }

  .hero h1 {
    max-width: 12ch;
    font-size: clamp(2.05rem, 8vw, 3rem);
    line-height: 1.08;
  }

  .keep-together {
    white-space: normal;
  }

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

  .hero-actions {
    flex-direction: column;
    gap: 0.75rem;
  }

  .btn {
    width: 100%;
    min-height: 52px;
  }

  .hero-actions-visual {
    padding-left: 0;
    margin-top: 0.25rem;
    grid-column: 1 / -1;
  }

  .hero-visual {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.9rem;
    align-items: start;
    padding: 0.35rem 0 0;
  }

  .dashboard-shell,
  .hero-actions-visual {
    grid-column: 1 / -1;
  }

  .dashboard-shell {
    margin-top: 0;
    padding: 0.75rem;
    border-radius: 26px;
    box-shadow: 0 24px 48px rgba(8, 31, 70, 0.14);
  }

  .dashboard-image {
    border-radius: 20px;
    box-shadow: 0 14px 28px rgba(10, 34, 77, 0.12);
  }

  .floating-card {
    position: static;
    max-width: none;
    min-height: 100%;
    padding: 1rem;
    border-radius: 18px;
    box-shadow: var(--shadow-sm);
  }

  .floating-card strong {
    margin-bottom: 0.35rem;
    font-size: 0.98rem;
  }

  .floating-card p {
    font-size: 0.9rem;
    line-height: 1.5;
  }

  .problem-grid,
  .pillar-grid,
  .module-grid,
  .benefit-grid,
  .form-grid,
  .field-visuals {
    grid-template-columns: 1fr;
  }

  .benefits-shell,
  .demo-form {
    padding: 1.5rem;
  }

  .section h2 {
    font-size: clamp(1.8rem, 7vw, 2.4rem);
    line-height: 1.12;
  }

  .problem-heading,
  .section-heading,
  .modules-heading,
  .field-copy,
  .cta-copy {
    max-width: none;
  }

  .problem-visual,
  .workspace-screen,
  .mobile-screen {
    padding: 0.75rem;
    border-radius: 24px;
  }

  .problem-visual img,
  .workspace-screen img,
  .mobile-screen img {
    border-radius: 18px;
    box-shadow: 0 14px 28px rgba(10, 34, 77, 0.08);
  }

  .pain-card {
    min-height: 0;
    padding: 1rem 1.05rem;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 10px 24px rgba(12, 41, 83, 0.06);
  }

  .benefits-shell {
    border-radius: 26px;
  }

  .pillar-card,
  .module-card,
  .workspace-card,
  .mobile-card {
    border-radius: 22px;
  }

  .pillar-media,
  .module-media {
    padding: 0.75rem 0.75rem 0;
  }

  .pillar-media img,
  .module-media img {
    border-radius: 18px;
    box-shadow: 0 14px 28px rgba(10, 34, 77, 0.08);
  }

  .pillar-media {
    padding: 0;
  }

  .pillar-media img {
    border-top-left-radius: 22px;
    border-top-right-radius: 22px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    box-shadow: none;
  }

  .module-media,
  .workspace-screen {
    padding: 0;
  }

  .module-media img,
  .workspace-screen img {
    border-top-left-radius: 22px;
    border-top-right-radius: 22px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    box-shadow: none;
  }

  .pillar-copy,
  .module-copy {
    padding: 1.2rem 1.2rem 1.35rem;
  }

  .module-card-wide .module-copy h3 {
    font-size: 1.2rem;
  }

  .module-card-wide .module-copy p {
    font-size: 1rem;
    line-height: 1.65;
  }

  .field-layout {
    gap: 1.35rem;
  }

  .field-copy h2 {
    max-width: 12ch;
  }

  .field-visuals {
    gap: 1rem;
  }

  .workspace-card {
    order: 1;
  }

  .mobile-card {
    order: 2;
    min-height: 0;
    padding: 0.9rem;
  }

  .mobile-screen {
    min-height: 0;
  }

  .mobile-screen img {
    width: min(100%, 260px);
    height: auto;
    max-height: 240px;
    margin: 0 auto;
  }

  .footer-inner,
  .footer-meta {
    justify-items: start;
    align-items: flex-start;
  }

  .footer-inner {
    flex-direction: column;
  }
}

@media (max-width: 560px) {
  .container {
    width: min(calc(100% - 1.25rem), var(--container));
  }

  .hero {
    padding-top: 2.4rem;
  }

  .hero h1 {
    max-width: 100%;
    font-size: clamp(1.9rem, 8.4vw, 2.45rem);
  }

  .section h2,
  .cta-copy h2 {
    font-size: clamp(1.65rem, 7vw, 2.1rem);
    line-height: 1.14;
  }

  .hero-visual {
    grid-template-columns: 1fr;
    gap: 0.8rem;
  }

  .hero-actions-visual {
    margin-top: 0.15rem;
  }

  .problem-grid,
  .pillar-grid,
  .module-grid,
  .benefit-grid,
  .field-visuals {
    gap: 0.85rem;
  }

  .dashboard-shell,
  .problem-visual,
  .benefits-shell,
  .demo-form,
  .workspace-card,
  .mobile-card,
  .pillar-card,
  .module-card {
    border-radius: 20px;
  }

  .dashboard-shell,
  .problem-visual,
  .workspace-screen,
  .mobile-screen,
  .pillar-media,
  .module-media {
    padding: 0.65rem;
  }

  .pillar-media,
  .module-media {
    padding-bottom: 0;
  }

  .pillar-media {
    padding: 0;
  }

  .pillar-media img {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .module-media,
  .workspace-screen {
    padding: 0;
  }

  .module-media img,
  .workspace-screen img {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .pain-card {
    padding: 0.95rem 1rem;
  }

  .pillar-copy,
  .module-copy,
  .mobile-meta,
  .workspace-meta,
  .benefits-shell,
  .demo-form {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .main-nav {
    right: 0.625rem;
    left: 0.625rem;
    min-width: 0;
  }
}
