:root {
  --peach: #E76F51;
  --blue: #264653;
  --sun: #E9C46A;
  --bronze: #D4A373;
  --white: #FDF8F0;
  --ink: #17272d;
  --muted: #6f6258;
  --line: rgba(38, 70, 83, 0.14);
  --line-strong: rgba(38, 70, 83, 0.22);
  --shadow: 0 26px 70px rgba(23, 39, 45, 0.15);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at 78% 8%, rgba(233, 196, 106, 0.24), transparent 30%),
    linear-gradient(180deg, var(--white), #fffaf2 44%, var(--white));
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(38, 70, 83, 0.032) 1px, transparent 1px),
    linear-gradient(90deg, rgba(38, 70, 83, 0.032) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: linear-gradient(to bottom, black, transparent 72%);
}

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

button,
input,
select {
  font: inherit;
}

.site-header {
  position: fixed;
  top: 16px;
  left: 50%;
  z-index: 20;
  display: flex;
  width: min(1120px, calc(100% - 32px));
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 10px 12px 10px 16px;
  border: 1px solid rgba(253, 248, 240, 0.78);
  border-radius: 999px;
  background: rgba(253, 248, 240, 0.84);
  box-shadow: 0 16px 45px rgba(23, 39, 45, 0.1);
  backdrop-filter: blur(18px);
  transform: translateX(-50%);
  transition: background 220ms ease, box-shadow 220ms ease;
}

.site-header.is-scrolled {
  background: rgba(253, 248, 240, 0.96);
  box-shadow: 0 16px 45px rgba(23, 39, 45, 0.16);
}

.brand,
.site-nav {
  display: flex;
  align-items: center;
}

.brand {
  gap: 10px;
  color: var(--blue);
  font-weight: 850;
}

.brand-mark {
  width: 36px;
  height: 36px;
  display: block;
  object-fit: contain;
}

.site-nav {
  gap: 6px;
}

.site-nav a {
  padding: 10px 14px;
  border-radius: 999px;
  color: var(--blue);
  font-size: 0.92rem;
  font-weight: 760;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.site-nav a:hover {
  background: rgba(38, 70, 83, 0.08);
}

.site-nav .nav-cta {
  background: var(--blue);
  color: var(--white);
  box-shadow: 0 12px 26px rgba(38, 70, 83, 0.18);
}

.site-nav .nav-cta:hover {
  background: #1d3944;
  transform: translateY(-1px);
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  background: var(--blue);
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 5px auto;
  background: var(--white);
}

.section-band {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.section-narrow {
  width: min(1040px, calc(100% - 32px));
  margin: 0 auto;
}

.hero {
  display: grid;
  min-height: 94vh;
  grid-template-columns: minmax(0, 0.95fr) minmax(470px, 1.05fr);
  align-items: center;
  gap: 48px;
  padding: 112px 0 54px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--peach);
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1,
h2,
h3 {
  margin: 0;
  color: var(--blue);
}

h1 {
  max-width: 730px;
  font-size: clamp(3.25rem, 6.7vw, 6.6rem);
  line-height: 0.92;
}

h2 {
  font-size: clamp(2.15rem, 4.2vw, 4.4rem);
  line-height: 1;
}

h3 {
  font-size: 1.08rem;
}

.hero-text,
.section-heading p,
.ai-copy p,
.demo-inner p {
  color: var(--muted);
  font-size: clamp(1.02rem, 1.55vw, 1.18rem);
  line-height: 1.72;
}

.hero-text {
  max-width: 640px;
  margin: 24px 0 0;
}

.hero-modules {
  margin: 16px 0 0;
  color: var(--blue);
  font-size: 0.86rem;
  font-weight: 760;
  letter-spacing: 0.02em;
}

.hero-modules span {
  color: var(--peach);
  margin: 0 2px;
}

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

.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  padding: 0 22px;
  cursor: pointer;
  font-weight: 850;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

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

.button.primary {
  background: var(--blue);
  color: var(--white);
  box-shadow: 0 18px 34px rgba(38, 70, 83, 0.24);
}

.button.primary:hover {
  background: #1f3d48;
}

.button.secondary {
  border: 1px solid var(--line-strong);
  background: rgba(253, 248, 240, 0.74);
  color: var(--blue);
}

.trust-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.trust-strip span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 9px 12px;
  background: rgba(253, 248, 240, 0.72);
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 720;
}

.trust-strip span::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--sun);
}

.hero-visual {
  position: relative;
  min-height: 540px;
  perspective: 1200px;
}

.salento-sun {
  position: absolute;
  top: 20px;
  right: 36px;
  width: 242px;
  height: 242px;
  border-radius: 50%;
  background:
    repeating-conic-gradient(from 0deg, rgba(233, 196, 106, 0.92) 0deg 9deg, rgba(212, 163, 115, 0.7) 9deg 13deg),
    var(--sun);
  box-shadow: 0 24px 80px rgba(233, 196, 106, 0.34);
  animation: rotateSun 36s linear infinite;
}

.device {
  position: absolute;
  background: #101c21;
  box-shadow: var(--shadow);
}

.desktop-device {
  left: 8px;
  top: 78px;
  width: min(640px, 92%);
  border: 10px solid #13262d;
  border-radius: 24px;
  transform: rotateY(-7deg) rotateX(3deg);
  animation: floatDevice 8s ease-in-out infinite;
}

.device-top {
  display: flex;
  gap: 7px;
  padding: 12px 14px;
  background: #0d171b;
}

.device-top span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--peach);
}

.device-top span:nth-child(2) {
  background: var(--sun);
}

.device-top span:nth-child(3) {
  background: #7db39a;
}

.dashboard {
  display: grid;
  min-height: 360px;
  grid-template-columns: 70px 1fr;
  background: linear-gradient(135deg, #fffaf2, #f3dfbd);
}

.dash-sidebar {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 17px;
  padding: 20px 0;
  background: var(--blue);
}

.dash-sidebar span {
  width: 24px;
  height: 24px;
  border-radius: 8px;
  background: rgba(253, 248, 240, 0.28);
}

.dash-sidebar .dash-logo {
  border-radius: 50%;
  background: var(--peach);
}

.dash-main {
  padding: 22px;
}

.dash-heading {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 14px;
  align-items: start;
}

.dash-heading small,
.dash-grid small,
.phone-screen small {
  color: var(--muted);
  font-weight: 760;
}

.dash-heading strong {
  display: block;
  margin-top: 4px;
  color: var(--blue);
  font-size: 1.5rem;
}

.dash-heading em {
  border-radius: 999px;
  padding: 8px 11px;
  background: var(--peach);
  color: var(--white);
  font-size: 0.76rem;
  font-style: normal;
  font-weight: 850;
}

.demo-badge {
  display: inline-flex;
  margin-top: 12px;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  padding: 5px 10px;
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 760;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.dash-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 22px;
}

.dash-grid article {
  min-height: 116px;
  border: 1px solid rgba(38, 70, 83, 0.12);
  border-radius: 8px;
  padding: 14px;
  background: rgba(253, 248, 240, 0.72);
}

.dash-grid strong {
  display: block;
  margin: 12px 0;
  color: var(--ink);
  font-size: 1.34rem;
}

.trend {
  display: inline-flex;
  border-radius: 999px;
  padding: 6px 9px;
  color: var(--white);
  font-size: 0.72rem;
  font-weight: 850;
}

.trend.up {
  background: #4c956c;
}

.trend.down {
  background: var(--blue);
}

.trend.warn {
  background: var(--bronze);
}

.insight-panel {
  display: grid;
  grid-template-columns: 10px 1fr;
  gap: 12px;
  align-items: center;
  margin-top: 18px;
  border: 1px solid rgba(38, 70, 83, 0.12);
  border-radius: 8px;
  padding: 14px;
  background: rgba(233, 196, 106, 0.28);
}

.insight-panel span {
  width: 10px;
  height: 44px;
  border-radius: 999px;
  background: var(--peach);
  animation: barPulse 2.8s ease-in-out infinite;
}

.insight-panel p {
  margin: 0;
  color: var(--blue);
  font-size: 0.92rem;
  font-weight: 780;
  line-height: 1.4;
}

.tablet-device {
  right: 4px;
  bottom: 34px;
  width: 260px;
  border: 10px solid #13262d;
  border-radius: 24px;
  transform: rotateZ(5deg);
  animation: floatDevice 8.4s ease-in-out 0.7s infinite;
}

.tablet-screen {
  display: grid;
  gap: 10px;
  padding: 22px;
  background: var(--blue);
  color: var(--white);
}

.tablet-screen strong {
  color: var(--sun);
}

.tablet-screen span {
  border-radius: 8px;
  padding: 11px;
  background: rgba(253, 248, 240, 0.1);
  font-size: 0.84rem;
  font-weight: 680;
}

.phone-device {
  left: 64px;
  bottom: 0;
  width: 170px;
  min-height: 294px;
  border: 9px solid #13262d;
  border-radius: 32px;
  transform: rotateZ(-7deg);
  animation: floatDevice 6.8s ease-in-out 0.3s infinite;
}

.phone-notch {
  position: absolute;
  top: 8px;
  left: 50%;
  z-index: 2;
  width: 58px;
  height: 16px;
  border-radius: 999px;
  background: #13262d;
  transform: translateX(-50%);
}

.phone-screen {
  display: grid;
  min-height: 276px;
  align-content: center;
  gap: 12px;
  padding: 30px 18px 20px;
  border-radius: 22px;
  background: linear-gradient(160deg, var(--white), #f3cf8a);
}

.phone-screen strong {
  color: var(--blue);
  font-size: 1.25rem;
}

.phone-screen p {
  margin: 0;
  color: var(--peach);
  font-size: 0.78rem;
  font-weight: 850;
}

.gauge {
  height: 10px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(38, 70, 83, 0.15);
}

.gauge span {
  display: block;
  width: 78%;
  height: 100%;
  border-radius: inherit;
  background: var(--peach);
  animation: gaugeMove 4s ease-in-out infinite;
}

.problem,
.outcomes,
.proof {
  padding: 92px 0;
}

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

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

.section-heading p {
  margin: 22px 0 0;
}

.relief-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 40px;
}

.relief-item {
  min-height: 230px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 28px;
  background: rgba(253, 248, 240, 0.8);
}

.relief-item span {
  display: inline-flex;
  margin-bottom: 28px;
  border-radius: 999px;
  padding: 8px 10px;
  background: rgba(38, 70, 83, 0.08);
  color: var(--blue);
  font-size: 0.78rem;
  font-weight: 850;
  text-transform: uppercase;
}

.relief-positive {
  background: var(--blue);
}

.relief-positive span {
  background: rgba(233, 196, 106, 0.22);
  color: var(--sun);
}

.relief-positive h3,
.relief-positive p {
  color: var(--white);
}

.relief-item p,
.outcome p {
  color: var(--muted);
  line-height: 1.66;
}

.relief-positive p {
  color: rgba(253, 248, 240, 0.78);
}

.connections {
  padding: 92px 0;
}

.connections .section-heading p {
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}

.chain {
  display: grid;
  gap: 0;
  max-width: 640px;
  margin: 48px auto 0;
  padding: 0;
  list-style: none;
}

.chain-node {
  position: relative;
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 18px;
  padding-bottom: 34px;
  padding-left: 2px;
}

.chain-node::before {
  content: "";
  position: absolute;
  top: 26px;
  left: 13px;
  width: 2px;
  height: calc(100% - 10px);
  background: var(--line-strong);
}

.chain-node:last-child::before {
  display: none;
}

.chain-dot {
  position: relative;
  z-index: 1;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 2px solid var(--line-strong);
  background: var(--white);
  transition: background 400ms ease, border-color 400ms ease, transform 400ms ease;
}

.chain-node.is-visible .chain-dot {
  border-color: var(--peach);
  background: var(--peach);
  transform: scale(1.08);
}

.chain-node.is-visible::before {
  background: var(--peach);
}

.chain-node:nth-child(1) { transition-delay: 0ms; }
.chain-node:nth-child(2) { transition-delay: 60ms; }
.chain-node:nth-child(3) { transition-delay: 120ms; }
.chain-node:nth-child(4) { transition-delay: 180ms; }
.chain-node:nth-child(5) { transition-delay: 240ms; }
.chain-node:nth-child(6) { transition-delay: 300ms; }
.chain-node:nth-child(7) { transition-delay: 360ms; }
.chain-node:nth-child(8) { transition-delay: 420ms; }

.chain-node:nth-child(1) .chain-dot,
.chain-node:nth-child(1)::before { transition-delay: 0ms; }
.chain-node:nth-child(2) .chain-dot,
.chain-node:nth-child(2)::before { transition-delay: 90ms; }
.chain-node:nth-child(3) .chain-dot,
.chain-node:nth-child(3)::before { transition-delay: 180ms; }
.chain-node:nth-child(4) .chain-dot,
.chain-node:nth-child(4)::before { transition-delay: 270ms; }
.chain-node:nth-child(5) .chain-dot,
.chain-node:nth-child(5)::before { transition-delay: 360ms; }
.chain-node:nth-child(6) .chain-dot,
.chain-node:nth-child(6)::before { transition-delay: 450ms; }
.chain-node:nth-child(7) .chain-dot,
.chain-node:nth-child(7)::before { transition-delay: 540ms; }
.chain-node:nth-child(8) .chain-dot,
.chain-node:nth-child(8)::before { transition-delay: 630ms; }

.chain-text {
  display: grid;
  gap: 4px;
  padding-top: 2px;
}

.chain-text strong {
  color: var(--blue);
  font-size: 1.02rem;
}

.chain-text span {
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.5;
}

.chain-final .chain-text strong {
  color: var(--peach);
}

.connections-tagline {
  max-width: 520px;
  margin: 12px auto 0;
  padding: 20px 26px;
  border-radius: 999px;
  background: var(--blue);
  color: var(--white);
  text-align: center;
  font-size: 1.02rem;
}

.connections-tagline strong {
  color: var(--sun);
}

.product-real {
  padding: 92px 0;
}

.product-real .section-heading p {
  max-width: 520px;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
  margin-top: 40px;
}

.product-shot--wide {
  grid-column: 1 / -1;
}

.product-shot--placeholder {
  align-self: start;
}

.product-frame {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  background: #101c21;
  box-shadow: var(--shadow);
}

.product-frame picture,
.product-frame img {
  display: block;
  width: 100%;
  height: auto;
}

.product-frame--phone {
  max-width: 280px;
  margin: 0 auto;
  border-radius: 26px;
  padding: 10px;
}

.product-frame--phone img {
  border-radius: 18px;
}

.shot-annotation {
  position: absolute;
  top: var(--y, 20%);
  left: var(--x, 50%);
  transform: translate(-50%, -50%);
  border-radius: 999px;
  padding: 8px 14px;
  background: var(--peach);
  color: var(--white);
  font-size: 0.78rem;
  font-weight: 800;
  box-shadow: 0 10px 24px rgba(23, 39, 45, 0.3);
}

.shot-placeholder {
  display: flex;
  min-height: 220px;
  align-items: center;
  justify-content: center;
  border: 2px dashed var(--line-strong);
  border-radius: 16px;
  padding: 24px;
  background: rgba(38, 70, 83, 0.04);
  color: var(--muted);
  text-align: center;
  font-weight: 760;
}

.product-shot figcaption {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin-top: 16px;
}

.product-shot figcaption strong {
  flex-shrink: 0;
  color: var(--peach);
  font-size: 1.05rem;
}

.product-shot figcaption span {
  color: var(--muted);
  line-height: 1.5;
}

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

.outcome {
  min-height: 260px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 24px;
  background: rgba(253, 248, 240, 0.82);
  transition: transform 200ms ease, box-shadow 200ms ease, background 200ms ease;
}

.outcome:hover {
  background: #fffaf2;
  box-shadow: 0 18px 44px rgba(23, 39, 45, 0.1);
  transform: translateY(-5px);
}

.icon {
  position: relative;
  width: 46px;
  height: 46px;
  border-radius: 8px;
  margin-bottom: 22px;
  background: var(--blue);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.icon::before,
.icon::after {
  content: "";
  position: absolute;
}

.calm-icon::before {
  left: 8px;
  top: 11px;
  width: 25px;
  height: 18px;
  border: 3px solid var(--sun);
  border-top: 0;
  border-radius: 0 0 20px 20px;
}

.calm-icon::after {
  left: 14px;
  top: 9px;
  width: 14px;
  height: 3px;
  border-radius: 999px;
  background: var(--peach);
  box-shadow: 0 -7px 0 rgba(233, 196, 106, 0.8);
}

.waste-icon::before {
  left: 11px;
  top: 8px;
  width: 18px;
  height: 26px;
  border: 3px solid var(--sun);
  border-radius: 0 0 10px 10px;
}

.time-icon::before {
  inset: 8px;
  border: 3px solid var(--sun);
  border-radius: 50%;
}

.time-icon::after {
  left: 20px;
  top: 13px;
  width: 3px;
  height: 15px;
  border-radius: 999px;
  background: var(--peach);
  transform-origin: bottom;
  animation: handMove 5s linear infinite;
}

.finance-icon::before {
  left: 8px;
  bottom: 8px;
  width: 5px;
  height: 16px;
  background: var(--sun);
  box-shadow: 10px -8px 0 var(--peach), 20px -15px 0 var(--sun);
}

.ai-section {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 46px;
  align-items: start;
  padding: 96px 0;
}

.ai-copy p {
  max-width: 620px;
}

.ai-section .chain {
  margin: 8px 0 0;
}

.ai-section .ai-tagline {
  grid-column: 1 / -1;
  margin-top: 8px;
}

.proof {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 46px;
  align-items: start;
}

.proof-copy p {
  margin: 18px 0 0;
  max-width: 520px;
  color: var(--muted);
  line-height: 1.7;
}

.proof-shot {
  margin: 26px 0 0;
  max-width: 280px;
}

.proof-shot img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.proof-shot figcaption {
  margin-top: 10px;
  color: var(--muted);
  font-size: 0.86rem;
}

.proof-points {
  display: grid;
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--line);
}

.proof-points div {
  padding: 22px;
  background: rgba(253, 248, 240, 0.86);
}

.proof-points strong,
.proof-points span {
  display: block;
}

.proof-points strong {
  color: var(--blue);
}

.proof-points span {
  margin-top: 8px;
  color: var(--muted);
  line-height: 1.55;
}

.pricing {
  padding: 92px 0 78px;
}

.pricing-toggle {
  display: inline-flex;
  margin: 36px auto 0;
  padding: 4px;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  gap: 4px;
}

.pricing .section-heading.centered + .pricing-toggle {
  display: flex;
  width: fit-content;
}

.pricing-toggle-btn {
  border: 0;
  border-radius: 999px;
  padding: 10px 20px;
  background: transparent;
  color: var(--blue);
  font-weight: 800;
  cursor: pointer;
  transition: background 180ms ease, color 180ms ease;
}

.pricing-toggle-btn.is-active {
  background: var(--blue);
  color: var(--white);
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin-top: 32px;
}

.pricing-card {
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 32px;
  background: rgba(253, 248, 240, 0.86);
}

.pricing-card--secondary {
  background: transparent;
  border-style: dashed;
}

.pricing-label {
  margin: 0;
  color: var(--muted);
  font-weight: 800;
  text-transform: uppercase;
  font-size: 0.8rem;
  letter-spacing: 0.06em;
}

.pricing-amount {
  display: flex;
  align-items: baseline;
  gap: 6px;
  margin: 14px 0 12px;
}

.pricing-value {
  color: var(--blue);
  font-size: clamp(2.2rem, 4vw, 2.9rem);
  font-weight: 850;
}

.pricing-period {
  color: var(--muted);
  font-weight: 760;
}

.pricing-note {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.pricing-founders {
  max-width: 640px;
  margin: 30px auto 0;
  text-align: center;
}

.pricing-founders p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.pricing-founders strong {
  color: var(--blue);
}

.pricing-fineprint {
  margin-top: 8px !important;
  font-size: 0.86rem;
}

.cta-final {
  padding: 72px 0;
}

.cta-final-inner {
  max-width: 680px;
  margin: 0 auto;
  padding: clamp(28px, 6vw, 56px);
  border-radius: 24px;
  background: var(--blue);
  color: var(--white);
  text-align: center;
}

.cta-final-inner .eyebrow {
  color: var(--sun);
}

.cta-final-inner h2 {
  color: var(--white);
}

.cta-final-inner p {
  margin: 18px auto 0;
  max-width: 480px;
  color: rgba(253, 248, 240, 0.82);
  line-height: 1.7;
}

.cta-final-inner .hero-actions {
  justify-content: center;
}

.cta-final-inner .button.secondary {
  border-color: rgba(253, 248, 240, 0.4);
  background: transparent;
  color: var(--white);
}

.demo-contact p {
  max-width: 520px;
}

.contact-direct {
  display: grid;
  gap: 10px;
  margin-top: 24px;
}

.contact-link {
  display: flex;
  flex-direction: column;
  gap: 2px;
  border: 1px solid var(--line-strong);
  border-radius: 10px;
  padding: 14px 16px;
  background: rgba(253, 248, 240, 0.7);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.contact-link:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 26px rgba(23, 39, 45, 0.12);
}

.contact-link span {
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 760;
}

.contact-link strong {
  color: var(--blue);
  font-size: 1.02rem;
}

.contact-whatsapp {
  border-color: #25d36655;
  background: rgba(37, 211, 102, 0.1);
}

.contact-whatsapp span {
  color: #1a8f47;
}

.faq {
  padding: 86px 0 64px;
}

.faq-list {
  display: grid;
  gap: 14px;
  margin-top: 34px;
}

.faq-item {
  border: 1px solid var(--line);
  border-radius: 12px;
  overflow: hidden;
  background: rgba(253, 248, 240, 0.88);
}

.faq-question {
  width: 100%;
  border: 0;
  background: transparent;
  padding: 20px 22px;
  text-align: left;
  font-weight: 850;
  color: var(--blue);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq-question::after {
  content: '+';
  font-size: 1.2rem;
  color: var(--peach);
  transition: transform 200ms ease;
}

.faq-item.active .faq-question::after {
  transform: rotate(45deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 22px;
  color: var(--muted);
  line-height: 1.75;
  transition: max-height 240ms ease, padding 240ms ease;
}

.faq-item.active .faq-answer {
  max-height: 240px;
  padding: 16px 22px 22px;
}

.site-footer {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background: var(--peach);
  color: #fff;
  padding: 72px 24px 90px;
  border-radius: 32px 32px 0 0;
}

.site-footer .section-heading,
.site-footer .eyebrow,
.site-footer p,
.site-footer a {
  color: #fff;
}

.site-footer h2 {
  color: var(--blue);
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
  gap: 32px;
  align-items: center;
}

.footer-contact {
  display: grid;
  gap: 14px;
}

.footer-contact a {
  display: inline-flex;
  color: #fff;
  text-decoration: underline;
}

.footer-contact .button {
  width: fit-content;
}

@media (max-width: 720px) {
  .faq {
    padding-top: 56px;
  }

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

  .footer-contact {
    justify-items: start;
  }
}

.demo {
  padding: 86px 0 118px;
}

.demo-inner {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 42px;
  align-items: start;
  border-radius: 8px;
  padding: clamp(28px, 6vw, 64px);
  background:
    linear-gradient(135deg, rgba(253, 248, 240, 0.92), rgba(233, 196, 106, 0.42)),
    var(--sun);
  box-shadow: var(--shadow);
}

.demo-inner p {
  max-width: 560px;
}

.demo-form {
  display: grid;
  gap: 14px;
}

.demo-form label {
  display: grid;
  gap: 8px;
  color: var(--blue);
  font-size: 0.9rem;
  font-weight: 800;
}

.demo-form input,
.demo-form select {
  width: 100%;
  min-height: 52px;
  border: 1px solid rgba(38, 70, 83, 0.18);
  border-radius: 8px;
  padding: 0 14px;
  background: rgba(253, 248, 240, 0.9);
  color: var(--ink);
  outline: none;
}

.demo-form input:focus,
.demo-form select:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 4px rgba(38, 70, 83, 0.1);
}

.demo-form .button {
  margin-top: 4px;
}

.form-status {
  margin-top: 18px;
  color: var(--blue);
  font-weight: 760;
}

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

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

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

@keyframes floatDevice {
  0%,
  100% {
    translate: 0 0;
  }
  50% {
    translate: 0 -14px;
  }
}

@keyframes gaugeMove {
  0%,
  100% {
    width: 72%;
  }
  50% {
    width: 88%;
  }
}

@keyframes barPulse {
  0%,
  100% {
    transform: scaleY(0.62);
  }
  50% {
    transform: scaleY(1);
  }
}

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

@media (max-width: 1040px) {
  .hero,
  .ai-section,
  .proof,
  .demo-inner {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 100px;
    padding-bottom: 40px;
  }

  .hero-visual {
    min-height: 420px;
  }

  .desktop-device {
    left: 50%;
    width: 75%;
    transform: translateX(-50%);
  }

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

  .ai-section .ai-tagline {
    grid-column: auto;
  }

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

  .product-shot--wide {
    grid-column: auto;
  }

  .pricing-grid {
    grid-template-columns: 1fr;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 720px) {
  .site-header {
    align-items: flex-start;
    border-radius: 26px;
  }

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

  .site-nav {
    position: absolute;
    top: 62px;
    right: 0;
    left: 0;
    display: none;
    flex-direction: column;
    gap: 0;
    padding: 10px;
    border: 1px solid rgba(38, 70, 83, 0.12);
    border-radius: 22px;
    background: rgba(253, 248, 240, 0.98);
  }

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

  .site-nav a {
    text-align: center;
    padding: 12px 16px;
  }

  .hero {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    min-height: auto;
    gap: 0;
    padding-top: 100px;
    padding-bottom: 24px;
  }

  .hero-visual {
    grid-row: 1;
    min-height: 320px;
    margin-bottom: 48px;
    perspective: none;
  }

  .hero-copy {
    grid-row: 2;
    padding: 0 16px;
  }

  h1 {
    font-size: 2.5rem;
    line-height: 1;
  }

  h2 {
    font-size: 1.8rem;
  }

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

  .trust-strip {
    flex-direction: column;
    gap: 8px;
  }

  .trust-strip span {
    padding: 8px 10px;
    font-size: 0.8rem;
  }

  .salento-sun {
    top: 10px;
    right: 10px;
    width: 100px;
    height: 100px;
  }

  .desktop-device {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 85%;
    max-width: 280px;
    border-width: 5px;
  }

  .dashboard {
    grid-template-columns: 35px 1fr;
    min-height: 200px;
  }

  .dash-sidebar span {
    width: 18px;
    height: 18px;
  }

  .dash-main {
    padding: 12px;
  }

  .dash-heading {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .dash-heading strong {
    font-size: 1rem;
    margin-top: 2px;
  }

  .dash-heading em {
    padding: 6px 9px;
    font-size: 0.7rem;
  }

  .dash-grid {
    grid-template-columns: 1fr;
    gap: 8px;
    margin-top: 12px;
  }

  .dash-grid article {
    min-height: 70px;
    padding: 10px;
  }

  .dash-grid article:nth-child(3),
  .insight-panel {
    display: none;
  }

  .tablet-device {
    display: none;
  }

  .phone-device {
    right: 10px;
    left: auto;
    bottom: 10px;
    width: 100px;
    min-height: 180px;
  }

  .phone-screen {
    min-height: 160px;
    padding: 18px 12px 14px;
    gap: 8px;
  }

  .phone-screen strong {
    font-size: 1rem;
  }

  .problem,
  .outcomes,
  .proof,
  .connections,
  .product-real,
  .ai-section {
    padding: 50px 0;
  }

  .relief-grid,
  .outcome-grid {
    grid-template-columns: 1fr;
  }

  .demo {
    padding: 50px 0 70px;
  }

  .demo-inner {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 20px;
  }

  .chain {
    margin-top: 32px;
  }

  .chain-node {
    grid-template-columns: 22px 1fr;
    gap: 12px;
    padding-bottom: 26px;
  }

  .chain-dot {
    width: 20px;
    height: 20px;
  }

  .chain-node::before {
    top: 20px;
    left: 9px;
  }

  .connections-tagline {
    padding: 16px 20px;
    font-size: 0.94rem;
  }

  .product-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .product-shot--wide {
    grid-column: auto;
  }

  .shot-annotation {
    font-size: 0.7rem;
    padding: 6px 10px;
  }

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

  .pricing-toggle {
    display: flex;
    width: 100%;
  }

  .pricing-toggle-btn {
    flex: 1;
  }

  .cta-final-inner {
    padding: 28px 22px;
    border-radius: 18px;
  }

  .cta-final-inner .hero-actions {
    flex-direction: column;
  }

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

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
}
