:root {
  --lt-teal-front: #2a6f75;
  --lt-teal-mid: #1d5257;
  --lt-teal-dark: #0e2a2d;
  --lt-clay: #e07a5f;
  --lt-off-white: #f9f9f9;
  --lt-graphite: #333333;
  --lt-white: #ffffff;
  --lt-gray-200: #f3f3f3;
  --lt-gray-500: #e5e5e5;
  --lt-gray-700: #cccccc;
  --lt-bg-teal-subtle: #f0f4f5;
  --lt-radius: 2px;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  background: var(--lt-off-white);
  color: var(--lt-graphite);
  font-family: "Roboto", sans-serif;
  line-height: 1.5;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

.container {
  width: min(1100px, 92vw);
  margin: 0 auto;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--lt-radius);
  border: 1px solid transparent;
  padding: 0.65rem 1rem;
  font-family: "Roboto Condensed", sans-serif;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  font-size: 0.92rem;
  transition: transform 0.12s ease, box-shadow 0.12s ease, background-color 0.12s ease;
}

.btn:active {
  transform: translate(1px, 1px);
}

.btn-primary {
  background: var(--lt-teal-front);
  border-color: var(--lt-teal-mid);
  color: var(--lt-white);
  box-shadow: 3px 3px 0 var(--lt-teal-mid);
}

.btn-primary:hover {
  background: #246166;
}

.btn-ghost {
  background: var(--lt-white);
  border-color: var(--lt-gray-700);
  color: var(--lt-graphite);
  box-shadow: 2px 2px 0 var(--lt-gray-700);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: var(--lt-white);
  border-bottom: 1px solid var(--lt-gray-500);
}

.header-inner {
  min-height: 4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
}

.brand-mark {
  width: 2rem;
  height: 2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: 700;
  background: var(--lt-teal-front);
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}

.brand-text {
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-size: 1.15rem;
}

.main-nav {
  display: none;
}

.menu-toggle {
  border: 1px solid var(--lt-gray-700);
  background: var(--lt-white);
  color: var(--lt-graphite);
  padding: 0.4rem 0.65rem;
  border-radius: var(--lt-radius);
  font-family: "Roboto Mono", monospace;
  font-size: 0.75rem;
  text-transform: uppercase;
}

.mobile-nav {
  display: none;
  border-top: 1px solid var(--lt-gray-500);
  padding: 0.7rem 4vw 1rem;
  background: var(--lt-white);
  flex-direction: column;
  gap: 0.6rem;
}

.mobile-nav.open {
  display: flex;
}

.mobile-nav a:not(.btn) {
  padding: 0.5rem 0;
  border-bottom: 1px dashed var(--lt-gray-500);
  font-size: 0.95rem;
}

.hero {
  position: relative;
  overflow: clip;
  border-bottom: 1px solid var(--lt-gray-500);
}

.hero-pattern {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 20% 20%, rgba(42, 111, 117, 0.13), transparent 45%), radial-gradient(circle at 85% 60%, rgba(224, 122, 95, 0.18), transparent 35%);
}

.hero-grid {
  position: relative;
  display: grid;
  gap: 2rem;
  padding: 2.3rem 0;
}

.eyebrow {
  margin: 0;
  font-family: "Roboto Mono", monospace;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--lt-teal-mid);
  font-size: 0.72rem;
}

h1,
h2,
h3 {
  font-family: "Roboto Condensed", sans-serif;
  letter-spacing: 0.01em;
  margin: 0;
}

h1 {
  margin-top: 0.45rem;
  font-size: clamp(2rem, 9vw, 3.4rem);
  line-height: 1.04;
  text-transform: uppercase;
}

.lead {
  margin: 0.95rem 0 0;
  max-width: 52ch;
  color: #4a4a4a;
}

.price-badge {
  margin-top: 0.9rem;
  display: inline-flex;
  align-items: center;
  padding: 0.35rem 0.65rem;
  border-radius: 999px;
  background: rgba(42, 111, 117, 0.1);
  border: 1px solid rgba(42, 111, 117, 0.35);
  color: #1d5257;
  font-family: "Roboto Mono", monospace;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.hero-actions {
  margin-top: 1.2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.trust-line {
  margin-top: 0.7rem;
  font-size: 0.92rem;
  color: #355b60;
}

.hero-visual {
  position: relative;
  min-height: 280px;
}

.hex-frame,
.hex-float {
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  overflow: hidden;
  border: 3px solid var(--lt-teal-front);
  background: var(--lt-white);
}

.hex-frame {
  width: min(78vw, 360px);
  aspect-ratio: 1 / 1;
  box-shadow: 8px 8px 0 rgba(42, 111, 117, 0.28);
}

.hex-frame img,
.hex-float img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hex-float {
  width: min(34vw, 140px);
  aspect-ratio: 1 / 1;
  position: absolute;
  right: 2%;
  bottom: -7%;
  border-color: var(--lt-clay);
  box-shadow: 5px 5px 0 rgba(224, 122, 95, 0.3);
}

.section {
  padding: 3rem 0;
}

.section-soft {
  background: var(--lt-bg-teal-subtle);
  border-top: 1px solid var(--lt-gray-500);
  border-bottom: 1px solid var(--lt-gray-500);
}

.section-head p {
  margin-top: 0.45rem;
  color: #5d5d5d;
}

.social-grid {
  margin-top: 1rem;
  display: grid;
  gap: 0.9rem;
}

.social-duo {
  margin-top: 1rem;
  background: linear-gradient(180deg, #ffffff 0%, #f7fbfb 100%);
  border: 1px solid #d8e2e3;
  box-shadow: 3px 3px 0 rgba(29, 82, 87, 0.12);
  border-radius: 10px;
  padding: 1rem;
}

.social-duo-layout {
  display: grid;
  gap: 0.9rem;
}

.social-duo-copy {
  min-width: 0;
}

.social-duo p {
  margin: 0.45rem 0 0;
}

.social-duo p:first-child {
  margin-top: 0;
}

.social-links {
  font-family: "Roboto Mono", monospace;
  font-size: 0.82rem;
}

.social-links a {
  color: var(--lt-teal-mid);
  text-decoration: underline;
  text-underline-offset: 2px;
  font-weight: 700;
}

.social-links a:hover {
  color: var(--lt-teal-front);
}

.founders-figure {
  margin: 0;
  border: 1px solid #d8e2e3;
  background: #fff;
  box-shadow: 2px 2px 0 rgba(29, 82, 87, 0.12);
}

.founders-figure img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: 50% 30%;
}

.founders-figure figcaption {
  font-family: "Roboto Mono", monospace;
  font-size: 0.75rem;
  color: #485355;
  padding: 0.5rem 0.65rem 0.55rem;
}

.social-card {
  background: linear-gradient(180deg, #ffffff 0%, #f7fbfb 100%);
  border: 1px solid #d8e2e3;
  box-shadow: 3px 3px 0 rgba(29, 82, 87, 0.12);
  border-radius: 10px;
  padding: 0.9rem;
}

.social-card h3 {
  font-size: 1.15rem;
}

.social-card p {
  margin: 0.45rem 0 0;
}

.social-card a {
  color: var(--lt-teal-mid);
  text-decoration: underline;
  text-underline-offset: 2px;
  font-weight: 700;
}

.social-card a:hover {
  color: var(--lt-teal-front);
}

.cards {
  margin-top: 1.3rem;
  display: grid;
  gap: 1rem;
}

.card {
  background: var(--lt-white);
  border: 1px solid var(--lt-gray-500);
  box-shadow: 3px 3px 0 rgba(29, 82, 87, 0.16);
}

.card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-bottom: 1px solid var(--lt-gray-500);
}

.card-body {
  padding: 0.9rem;
}

.card h3 {
  margin-top: 0.25rem;
  font-size: 1.15rem;
}

.card p {
  margin: 0.45rem 0 0;
}

.chip {
  display: inline-block;
  margin: 0;
  padding: 0.2rem 0.45rem;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: white;
  background: var(--lt-clay);
  border: 1px solid #c46a52;
}

.workflow-grid {
  display: grid;
  gap: 1.4rem;
}

.steps {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.6rem;
}

.steps li {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.7rem;
  background: var(--lt-white);
  border: 1px solid var(--lt-gray-500);
  box-shadow: 2px 2px 0 rgba(29, 82, 87, 0.14);
}

.steps span {
  width: 1.7rem;
  height: 1.7rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-family: "Roboto Mono", monospace;
  background: var(--lt-teal-front);
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}

.newsletter-box {
  background: var(--lt-white);
  border: 1px solid var(--lt-gray-500);
  box-shadow: 4px 4px 0 rgba(29, 82, 87, 0.16);
  padding: 1rem;
}

#gapa-interesse .newsletter-box,
#newsletter .newsletter-box {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(29, 82, 87, 0.2);
  box-shadow: 0 18px 40px rgba(14, 42, 45, 0.08), 6px 6px 0 rgba(29, 82, 87, 0.2);
  background: linear-gradient(180deg, #ffffff 0%, #fbfdfd 100%);
}

#gapa-interesse .newsletter-box::before,
#newsletter .newsletter-box::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--lt-teal-front), var(--lt-clay));
}

#gapa-interesse h2,
#newsletter h2 {
  font-size: clamp(1.5rem, 3.4vw, 2rem);
  margin-bottom: 0.3rem;
}

#gapa-interesse p,
#newsletter p {
  color: #445355;
}

.interest-note {
  margin-top: 0.45rem;
  padding: 0.55rem 0.65rem;
  border-radius: 8px;
  background: rgba(42, 111, 117, 0.08);
  border: 1px dashed rgba(42, 111, 117, 0.35);
  font-size: 0.9rem;
}

.newsletter-form {
  margin-top: 1rem;
  display: grid;
  gap: 0.6rem;
}

.newsletter-form input[type="email"] {
  min-height: 2.75rem;
  border: 1px solid #9ab3b6;
  border-radius: 10px;
  padding: 0.75rem 0.9rem;
  font-size: 1rem;
  background: #fcfefe;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.newsletter-form input[type="email"]:focus {
  outline: none;
  border-color: var(--lt-teal-front);
  box-shadow: 0 0 0 4px rgba(42, 111, 117, 0.12);
  background: #ffffff;
}

.interest-layout {
  display: grid;
  gap: 1rem;
  min-width: 0;
}

.interest-layout > * {
  min-width: 0;
}

.interest-form {
  margin-top: 1rem;
  display: grid;
  gap: 0.7rem;
  padding: 1rem;
  border: 1px solid rgba(42, 111, 117, 0.2);
  border-radius: 12px;
  background: linear-gradient(180deg, #fafdfe 0%, #f2f8f8 100%);
  min-width: 0;
}

.form-kicker {
  margin: 0 0 0.2rem;
  font-family: "Roboto Mono", monospace;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #2a6f75;
}

.field-group {
  display: grid;
  gap: 0.45rem;
  min-width: 0;
}

.field-group-wide {
  grid-column: 1 / -1;
}

.consent-field {
  margin-top: 0.25rem;
}

.consent-label {
  display: inline-flex;
  align-items: flex-start;
  gap: 0.6rem;
  font-size: 0.88rem;
  line-height: 1.45;
  color: #2f4b4f;
  text-transform: none !important;
  letter-spacing: normal !important;
}

.consent-label input[type="checkbox"] {
  width: 1rem;
  height: 1rem;
  margin-top: 0.15rem;
  accent-color: var(--lt-teal-front);
  flex: 0 0 auto;
}

.consent-label a {
  color: var(--lt-teal-mid);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.consent-label a:hover {
  color: var(--lt-teal-front);
}

.interest-form label {
  font-family: "Roboto Mono", monospace;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #355f63;
  margin-top: 0.25rem;
}

.interest-form input[type="text"],
.interest-form input[type="email"],
.interest-form textarea,
.interest-form select {
  width: 100%;
  max-width: 100%;
  min-height: 2.75rem;
  border: 1px solid #9ab3b6;
  border-radius: 10px;
  padding: 0.75rem 0.9rem;
  font-size: 1rem;
  font-family: "Roboto", sans-serif;
  line-height: 1.4;
  background: #fcfefe;
  color: var(--lt-graphite);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.interest-form textarea {
  min-height: 7rem;
  resize: vertical;
}

.interest-form select {
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, #3f5f63 50%), linear-gradient(135deg, #3f5f63 50%, transparent 50%);
  background-position: calc(100% - 20px) calc(50% - 3px), calc(100% - 14px) calc(50% - 3px);
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
}

.interest-form input[type="text"]:focus,
.interest-form input[type="email"]:focus,
.interest-form textarea:focus,
.interest-form select:focus {
  outline: none;
  border-color: var(--lt-teal-front);
  box-shadow: 0 0 0 4px rgba(42, 111, 117, 0.12);
  background: #ffffff;
}

.interest-form .btn,
.newsletter-form .btn {
  width: 100%;
  max-width: 100%;
  margin-top: 0.35rem;
  min-height: 2.9rem;
  border-radius: 10px;
  font-size: 0.88rem;
  letter-spacing: 0.06em;
}

.interest-form .btn.btn-primary,
.newsletter-form .btn.btn-primary {
  background: linear-gradient(135deg, #2a6f75 0%, #1d5257 100%);
  border: 1px solid #16474c;
  box-shadow: 0 10px 20px rgba(29, 82, 87, 0.25), 3px 3px 0 #1d5257;
}

.interest-form .btn.btn-primary:hover,
.newsletter-form .btn.btn-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 26px rgba(29, 82, 87, 0.32), 3px 3px 0 #1d5257;
}

#gapa-interesse .steps li {
  border-radius: 10px;
  border: 1px solid #d6e0e1;
  box-shadow: none;
  background: linear-gradient(180deg, #ffffff 0%, #f9fbfb 100%);
}

#gapa-interesse .status,
#newsletter .status {
  margin-top: 0.9rem;
  padding: 0.65rem 0.75rem;
  border-radius: 8px;
  font-size: 0.9rem;
}

#gapa-interesse .status.success,
#newsletter .status.success {
  background: rgba(42, 111, 117, 0.08);
  border: 1px solid rgba(42, 111, 117, 0.2);
}

#gapa-interesse .status.error,
#newsletter .status.error {
  background: rgba(159, 43, 35, 0.07);
  border: 1px solid rgba(159, 43, 35, 0.2);
}

.honeypot {
  position: absolute;
  left: -9999px;
  opacity: 0;
  pointer-events: none;
}

.status {
  min-height: 1.2rem;
  margin-top: 0.7rem;
  font-size: 0.92rem;
}

.status.success {
  color: var(--lt-teal-mid);
}

.status.error {
  color: #9f2b23;
}

.site-footer {
  border-top: 1px solid var(--lt-gray-500);
  background: var(--lt-white);
  margin-top: 1.5rem;
}

.footer-inner {
  min-height: 4rem;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  justify-content: center;
  padding: 0.6rem 0;
  font-family: "Roboto Mono", monospace;
  font-size: 0.76rem;
}

.footer-links {
  display: inline-flex;
  gap: 0.75rem;
}

.footer-links a {
  color: var(--lt-teal-mid);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.footer-links a:hover {
  color: var(--lt-teal-front);
}

.legal-page {
  background: var(--lt-white);
  border: 1px solid var(--lt-gray-500);
  box-shadow: 4px 4px 0 rgba(29, 82, 87, 0.14);
  padding: 1rem;
}

.legal-page h1 {
  margin-bottom: 0.35rem;
  font-size: clamp(1.9rem, 10vw, 2.7rem);
  line-height: 1.06;
  overflow-wrap: anywhere;
  word-break: break-word;
  hyphens: auto;
}

.legal-note {
  margin-top: 0;
  color: #5a696c;
}

.legal-block {
  border-top: 1px solid #d7e0e1;
  padding-top: 0.9rem;
  margin-top: 0.9rem;
}

.legal-block h2 {
  font-size: 1.1rem;
  margin-bottom: 0.2rem;
}

.reveal {
  opacity: 0;
  transform: translateY(14px);
  animation: reveal-in 650ms ease forwards;
}

.reveal.delay-1 {
  animation-delay: 120ms;
}

@keyframes reveal-in {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (min-width: 768px) {
  .main-nav {
    display: flex;
    align-items: center;
    gap: 1.05rem;
  }

  .main-nav a:not(.btn) {
    font-size: 0.9rem;
    color: #555;
    border-bottom: 2px solid transparent;
    padding-bottom: 0.15rem;
  }

  .main-nav a:not(.btn):hover {
    color: var(--lt-teal-front);
    border-color: var(--lt-teal-front);
  }

  .menu-toggle,
  .mobile-nav {
    display: none !important;
  }

  .hero-grid {
    grid-template-columns: 1.1fr 0.9fr;
    align-items: center;
    padding: 3.2rem 0;
  }

  .cards {
    grid-template-columns: 1fr 1fr;
  }

  .social-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .social-duo-layout {
    grid-template-columns: 1.15fr 0.85fr;
    align-items: start;
  }

  .founders-figure img {
    aspect-ratio: 4 / 5;
    object-position: 50% 35%;
  }

  .workflow-grid {
    grid-template-columns: 1fr 1fr;
    align-items: start;
  }

  .newsletter-form {
    grid-template-columns: 1fr auto;
    align-items: end;
  }

  .newsletter-form .btn {
    width: auto;
  }

  .interest-form {
    grid-template-columns: 1fr 1fr;
    column-gap: 0.9rem;
  }

  .interest-form .form-kicker,
  .interest-form .field-group-wide,
  .interest-form .honeypot,
  .interest-form .btn {
    grid-column: 1 / -1;
  }

  .interest-layout {
    grid-template-columns: 1.15fr 0.85fr;
    align-items: start;
  }

  .footer-inner {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}

@media (min-width: 1024px) {
  .header-inner {
    min-height: 4.4rem;
  }

  .hero-grid {
    padding: 4rem 0;
    gap: 2.8rem;
  }

  .newsletter-box {
    padding: 1.5rem;
  }

  .legal-page {
    padding: 1.5rem;
  }
}
