:root {
  --ink: #08111c;
  --ink-soft: #142230;
  --panel: #1a2a36;
  --panel-strong: #20313d;
  --cloud-blue: #98a8a8;
  --steel-fog: #869292;
  --urban-grey: #989898;
  --ice-mist: #dedede;
  --white: #f7f8f8;
  --accent: #d7f2ee;
  --copper: #b99a63;
  --danger: #e35b5b;
  --success: #35e87b;
  --success-dark: #071b11;
  --line: rgba(222, 222, 222, 0.14);
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.34);
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

body {
  margin: 0;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  background:
    linear-gradient(115deg, rgba(152, 168, 168, 0.18), transparent 34%),
    linear-gradient(180deg, #111d28 0%, #172633 46%, #111f2b 100%);
  color: var(--white);
  font-family: "Inter", Arial, sans-serif;
  line-height: 1.5;
}

main {
  max-width: 100%;
  overflow-x: clip;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto;
  padding: 0.72rem 0;
  backdrop-filter: blur(18px);
}

.brand,
.header-nav,
.event-strip,
.hero-actions,
.site-footer {
  display: flex;
  align-items: center;
}

.brand {
  gap: 0.65rem;
  color: var(--ice-mist);
  font-weight: 800;
  letter-spacing: 0.08em;
}

.brand-logo {
  display: block;
  width: 8.25rem;
  height: auto;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 2.25rem;
  height: 2.25rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(222, 222, 222, 0.08);
  color: var(--accent);
  font-size: 0.95rem;
}

.header-nav {
  gap: 1.35rem;
  color: rgba(247, 248, 248, 0.72);
  font-size: 0.92rem;
}

.header-nav a:hover {
  color: var(--white);
}

.header-cta {
  border: 1px solid rgba(120, 216, 154, 0.52);
  border-radius: var(--radius);
  padding: 0.7rem 1rem;
  color: var(--success);
  font-size: 0.92rem;
  font-weight: 700;
}

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

.hero {
  position: relative;
  min-height: 610px;
  display: grid;
  align-items: start;
  padding: clamp(1rem, 2.4vw, 2rem) 0 clamp(2.2rem, 4vw, 3rem);
}

.hero::before {
  content: "";
  position: absolute;
  top: -4.3rem;
  bottom: 0;
  left: 50%;
  z-index: -2;
  width: 100vw;
  transform: translateX(-50%);
  background:
    linear-gradient(90deg, rgba(12, 23, 34, 0.9) 0%, rgba(12, 23, 34, 0.76) 39%, rgba(12, 23, 34, 0.24) 72%, rgba(12, 23, 34, 0.58) 100%),
    linear-gradient(180deg, rgba(12, 23, 34, 0.18) 0%, rgba(12, 23, 34, 0.08) 56%, #172633 100%),
    url("assets/hero-mapa-bussola.png") 32% center / cover no-repeat;
}

.hero::after {
  content: none;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(340px, 420px);
  gap: clamp(1.4rem, 3.5vw, 3.1rem);
  align-items: start;
}

.eyebrow {
  margin: 0 0 0.7rem;
  color: var(--cloud-blue);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

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

h1,
h2 {
  font-family: "Raleway", "Inter", sans-serif;
}

h1 {
  max-width: 700px;
  margin-bottom: 0.95rem;
  font-size: clamp(2.25rem, 4.1vw, 4.25rem);
  font-weight: 200;
  line-height: 0.96;
  letter-spacing: 0.03em;
}

h2 {
  margin-bottom: 1rem;
  font-size: clamp(2rem, 3.4vw, 3.55rem);
  font-weight: 300;
  line-height: 1.03;
  letter-spacing: 0.015em;
}

h3 {
  margin-bottom: 0.75rem;
  font-size: 1.3rem;
  line-height: 1.16;
}

.hero-subtitle {
  max-width: 610px;
  color: rgba(247, 248, 248, 0.72);
  font-size: clamp(1rem, 1.15vw, 1.08rem);
}

.hero-outcome {
  max-width: 620px;
  margin-bottom: 1.05rem;
  border-left: 3px solid var(--success);
  padding-left: 0.85rem;
  color: rgba(215, 242, 238, 0.92);
  font-size: 0.98rem;
  font-weight: 700;
}

.event-strip {
  flex-wrap: wrap;
  gap: 0.42rem;
  margin: 1.1rem 0;
}

.event-strip span {
  border: 1px solid rgba(222, 222, 222, 0.2);
  border-radius: var(--radius);
  background: rgba(222, 222, 222, 0.09);
  padding: 0.48rem 0.66rem;
  color: var(--ice-mist);
  font-size: 0.86rem;
  font-weight: 700;
}

.hero-actions {
  flex-wrap: wrap;
  gap: 0.85rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  padding: 0.78rem 1.05rem;
  border: 1px solid transparent;
  border-radius: var(--radius);
  font-weight: 800;
  text-align: center;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

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

.button-primary {
  background: var(--success);
  color: var(--success-dark);
  box-shadow: 0 14px 34px rgba(53, 232, 123, 0.18);
}

.button-secondary {
  border-color: rgba(222, 222, 222, 0.2);
  background: rgba(222, 222, 222, 0.09);
  color: var(--ice-mist);
}

.button-full {
  width: 100%;
}

.hero-card {
  position: relative;
  min-height: 500px;
  padding-top: 1.8rem;
}

.hero-proof {
  display: grid;
  align-content: start;
}

.paulo-photo-slot {
  height: 405px;
  padding: 0.58rem;
  border: 1px solid rgba(222, 222, 222, 0.16);
  border-radius: var(--radius);
  background: rgba(26, 42, 54, 0.66);
  backdrop-filter: blur(16px);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.3);
}

.portrait-image {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  object-fit: cover;
  object-position: center 20%;
}

.portrait-image-hero {
  object-position: center 18%;
}

.story-media .portrait-image {
  object-position: center center;
}

.portrait-shell,
.map-visual {
  height: 330px;
  padding: 0.6rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(152, 168, 168, 0.2), rgba(222, 222, 222, 0.05));
  box-shadow: var(--shadow);
}

.map-visual {
  position: relative;
  overflow: hidden;
  padding: 0;
}

.map-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(8, 17, 28, 0.5), transparent 48%),
    linear-gradient(180deg, transparent 55%, rgba(8, 17, 28, 0.32));
  pointer-events: none;
}

.map-visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.portrait-placeholder {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  min-height: 270px;
  border: 1px dashed rgba(222, 222, 222, 0.24);
  border-radius: 6px;
  background:
    linear-gradient(155deg, rgba(222, 222, 222, 0.14), rgba(152, 168, 168, 0.04)),
    var(--panel);
  color: rgba(247, 248, 248, 0.52);
  font-weight: 800;
  text-transform: uppercase;
}

.proof-card {
  position: relative;
  right: auto;
  bottom: auto;
  width: calc(100% - 1.4rem);
  margin: -2.6rem auto 0;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(20, 34, 48, 0.82);
  backdrop-filter: blur(18px);
  padding: 0.95rem;
  box-shadow: 0 18px 54px rgba(0, 0, 0, 0.28);
}

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

.proof-card strong {
  margin-bottom: 0.25rem;
  color: var(--accent);
  font-size: 1.55rem;
  line-height: 1.05;
}

.proof-card span {
  color: rgba(247, 248, 248, 0.68);
  font-size: 0.92rem;
}

.section {
  position: relative;
  padding: clamp(3.2rem, 7vw, 6rem) 0;
}

.section::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  z-index: -1;
  width: 100vw;
  transform: translateX(-50%);
  pointer-events: none;
}

.section-muted {
  position: relative;
  width: 100%;
  max-width: none;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  margin-top: -1px;
  background:
    linear-gradient(180deg, rgba(222, 222, 222, 0.07), rgba(134, 146, 146, 0.045));
}

.section-muted::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.section-muted > * {
  position: relative;
  z-index: 1;
  width: min(1180px, calc(100% - 2.5rem));
  margin-inline: auto;
}

.audience-section {
  border-block-color: rgba(53, 232, 123, 0.16);
  background:
    repeating-linear-gradient(135deg, rgba(53, 232, 123, 0.05) 0 1px, transparent 1px 34px),
    radial-gradient(ellipse at 50% 0%, rgba(30, 120, 75, 0.22), transparent 62%),
    linear-gradient(180deg, rgba(7, 18, 12, 0.74), rgba(6, 15, 11, 0.78));
}

.audience-section::before {
  background: none;
}

.audience-section h2 {
  color: rgba(218, 245, 230, 0.9);
}

.audience-section .eyebrow {
  color: rgba(130, 200, 160, 0.85);
}

.audience-section .mini-card {
  border-color: rgba(53, 232, 123, 0.2);
  background:
    linear-gradient(135deg, rgba(30, 110, 70, 0.15), rgba(30, 110, 70, 0.05)),
    rgba(7, 18, 12, 0.5);
  box-shadow:
    inset 0 1px 0 rgba(53, 232, 123, 0.08),
    0 14px 42px rgba(30, 110, 70, 0.1);
}

.audience-section .mini-card::before {
  background: var(--success);
}

.content-section {
  overflow: visible;
}

.contrast-section::before {
  background:
    radial-gradient(circle at 18% 40%, rgba(227, 91, 91, 0.13), transparent 21rem),
    radial-gradient(circle at 78% 56%, rgba(53, 232, 123, 0.12), transparent 22rem),
    linear-gradient(180deg, rgba(17, 31, 43, 0.15), rgba(32, 49, 61, 0.22));
}

.content-section::before {
  background:
    radial-gradient(circle at 12% 18%, rgba(185, 154, 99, 0.18), transparent 20rem),
    radial-gradient(circle at 88% 76%, rgba(152, 168, 168, 0.18), transparent 25rem),
    linear-gradient(180deg, rgba(32, 49, 61, 0.18), rgba(222, 222, 222, 0.045));
}

.content-section::after,
.story-section::after,
.signup-section::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: -1;
}

.content-section::after {
  top: 3.5rem;
  right: max(2.5rem, calc((100vw - 1180px) / 2));
  width: min(34vw, 430px);
  height: min(34vw, 430px);
  border: 1px solid rgba(152, 168, 168, 0.12);
  border-radius: 50%;
  background:
    linear-gradient(90deg, transparent calc(50% - 1px), rgba(152, 168, 168, 0.12) 50%, transparent calc(50% + 1px)),
    linear-gradient(0deg, transparent calc(50% - 1px), rgba(152, 168, 168, 0.12) 50%, transparent calc(50% + 1px));
  opacity: 0.52;
}

.story-section::before {
  background:
    linear-gradient(110deg, rgba(17, 31, 43, 0.56), rgba(32, 49, 61, 0.28) 52%, rgba(17, 31, 43, 0.7)),
    repeating-radial-gradient(circle at 14% 42%, rgba(222, 222, 222, 0.1) 0 1px, transparent 1px 18px);
}

.story-section::after {
  top: 11%;
  left: 44%;
  width: min(46vw, 640px);
  height: 1px;
  background: linear-gradient(90deg, rgba(185, 154, 99, 0.05), rgba(185, 154, 99, 0.58), transparent);
  transform: rotate(-8deg);
}

.not-section {
  border-block-color: rgba(190, 55, 55, 0.2);
  background:
    radial-gradient(ellipse at 50% 0%, rgba(140, 35, 35, 0.24), transparent 62%),
    linear-gradient(180deg, rgba(20, 8, 8, 0.76), rgba(16, 6, 6, 0.8));
}

.not-section::before {
  background:
    repeating-linear-gradient(90deg, rgba(190, 55, 55, 0.05) 0 1px, transparent 1px 64px);
}

.not-section h2 {
  color: rgba(247, 220, 220, 0.9);
}

.not-section .eyebrow {
  color: rgba(200, 140, 140, 0.85);
}

.market-section {
  background:
    repeating-linear-gradient(135deg, rgba(152, 168, 168, 0.07) 0 1px, transparent 1px 36px),
    linear-gradient(110deg, rgba(17, 31, 43, 0.78), rgba(32, 49, 61, 0.66)),
    radial-gradient(circle at 84% 22%, rgba(185, 154, 99, 0.14), transparent 22rem);
}

.market-section::before {
  background: none;
}

.method-section::before {
  background:
    radial-gradient(circle at 50% 16%, rgba(215, 242, 238, 0.15), transparent 24rem),
    linear-gradient(180deg, rgba(222, 222, 222, 0.045), rgba(17, 31, 43, 0.08));
}

.signup-section::before {
  background:
    radial-gradient(circle at 50% 10%, rgba(215, 242, 238, 0.18), transparent 24rem),
    radial-gradient(circle at 82% 62%, rgba(185, 154, 99, 0.16), transparent 21rem),
    linear-gradient(180deg, rgba(32, 49, 61, 0.18), rgba(222, 222, 222, 0.055));
}

.faq-section::before {
  background:
    linear-gradient(120deg, rgba(17, 31, 43, 0.36), rgba(32, 49, 61, 0.18)),
    repeating-linear-gradient(0deg, rgba(152, 168, 168, 0.055) 0 1px, transparent 1px 52px),
    repeating-linear-gradient(90deg, rgba(152, 168, 168, 0.05) 0 1px, transparent 1px 52px);
}

.faq-list {
  display: grid;
  gap: 0.75rem;
  max-width: 880px;
}

.faq-item {
  border: 1px solid rgba(222, 222, 222, 0.18);
  border-radius: var(--radius);
  background: rgba(222, 222, 222, 0.07);
  box-shadow: 0 14px 42px rgba(0, 0, 0, 0.1);
}

.faq-item summary {
  cursor: pointer;
  padding: 1rem 1.1rem;
  color: var(--white);
  font-weight: 800;
  list-style: none;
}

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

.faq-item summary::after {
  content: "+";
  float: right;
  color: var(--accent);
  font-size: 1.25rem;
  line-height: 1;
}

.faq-item[open] summary::after {
  content: "-";
}

.faq-item p {
  margin: 0;
  border-top: 1px solid rgba(222, 222, 222, 0.12);
  padding: 0 1.1rem 1rem;
  color: rgba(247, 248, 248, 0.72);
}

.signup-section::after {
  right: 8%;
  bottom: 9%;
  width: min(34vw, 420px);
  height: 160px;
  border-right: 1px solid rgba(185, 154, 99, 0.28);
  border-bottom: 1px solid rgba(185, 154, 99, 0.18);
  transform: skewX(-18deg);
  opacity: 0.8;
}

.section-grid {
  display: grid;
  grid-template-columns: 0.65fr 1fr;
  gap: clamp(1.5rem, 5vw, 4rem);
  align-items: start;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 2rem;
}

.audience-grid,
.not-for-grid,
.market-points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
}

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

.contrast-card {
  min-height: 18rem;
  border: 1px solid rgba(222, 222, 222, 0.18);
  border-radius: var(--radius);
  padding: clamp(1.15rem, 3vw, 1.65rem);
  background: rgba(222, 222, 222, 0.075);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.14);
}

.contrast-card span {
  display: inline-flex;
  margin-bottom: 1.15rem;
  border: 1px solid rgba(222, 222, 222, 0.14);
  border-radius: var(--radius);
  padding: 0.38rem 0.55rem;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.contrast-card p {
  margin-bottom: 0;
  color: rgba(247, 248, 248, 0.7);
}

.wrong-card {
  border-color: rgba(227, 91, 91, 0.34);
  background:
    linear-gradient(135deg, rgba(227, 91, 91, 0.14), rgba(227, 91, 91, 0.035)),
    rgba(222, 222, 222, 0.055);
}

.wrong-card span {
  color: #ff7777;
}

.right-card {
  border-color: rgba(53, 232, 123, 0.34);
  background:
    linear-gradient(135deg, rgba(53, 232, 123, 0.12), rgba(53, 232, 123, 0.035)),
    rgba(222, 222, 222, 0.055);
}

.right-card span {
  color: var(--success);
}

.mini-card,
.module-card {
  border: 1px solid rgba(222, 222, 222, 0.18);
  border-radius: var(--radius);
  background: rgba(222, 222, 222, 0.075);
  box-shadow: 0 14px 42px rgba(0, 0, 0, 0.12);
}

.mini-card {
  position: relative;
  z-index: 2;
  min-height: 6rem;
  padding: 1.05rem;
  color: rgba(247, 248, 248, 0.82);
  font-weight: 700;
}

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

.module-card {
  position: relative;
  padding: 1.25rem;
  overflow: hidden;
}

.module-card:nth-child(2)::after {
  background: var(--copper);
}

.module-card::before,
.mini-card::before {
  content: "";
  display: block;
  width: 2.4rem;
  height: 2px;
  margin-bottom: 1rem;
  background: var(--cloud-blue);
}

.module-card::after {
  content: "";
  position: absolute;
  right: 1rem;
  top: 1rem;
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 50%;
  background: var(--cloud-blue);
  box-shadow: 0 0 0 6px rgba(152, 168, 168, 0.08);
}

.module-card span {
  display: inline-flex;
  margin-bottom: 0.65rem;
  color: var(--cloud-blue);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.module-card p,
.story-copy p,
.checkout-note,
.site-footer {
  color: rgba(247, 248, 248, 0.68);
}

.method-card {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(300px, 0.62fr);
  gap: clamp(1.5rem, 5vw, 4rem);
  align-items: center;
  border: 1px solid rgba(215, 242, 238, 0.18);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(152, 168, 168, 0.16), rgba(222, 222, 222, 0.055)),
    rgba(26, 42, 54, 0.56);
  padding: clamp(1.25rem, 4vw, 2.6rem);
  box-shadow: 0 20px 68px rgba(0, 0, 0, 0.18);
}

.method-card p {
  margin-bottom: 0;
  color: rgba(247, 248, 248, 0.72);
  font-size: 1.02rem;
}

.method-steps {
  display: grid;
  gap: 0.75rem;
}

.method-steps div {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.85rem;
  align-items: center;
  border: 1px solid rgba(222, 222, 222, 0.16);
  border-radius: var(--radius);
  background: rgba(8, 17, 28, 0.32);
  padding: 0.85rem;
}

.method-steps strong {
  color: var(--success);
  font-size: 1.2rem;
}

.method-steps span {
  color: rgba(247, 248, 248, 0.78);
  font-weight: 700;
}

.story-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.7fr) minmax(0, 1fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
}

.story-media {
  min-height: 420px;
}

.portrait-large {
  min-height: 420px;
  height: 520px;
  border: 1px solid rgba(222, 222, 222, 0.16);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.24);
}

.paulo-quote {
  margin: 1.25rem 0 0;
  border-left: 3px solid var(--copper);
  padding: 0.15rem 0 0.15rem 1rem;
  color: var(--ice-mist);
  font-size: 1.05rem;
  font-weight: 800;
}

.not-for-grid {
  max-width: 820px;
}

.testimonials-section::before {
  background:
    radial-gradient(circle at 16% 32%, rgba(120, 216, 154, 0.1), transparent 22rem),
    radial-gradient(circle at 82% 48%, rgba(185, 154, 99, 0.13), transparent 24rem),
    linear-gradient(180deg, rgba(32, 49, 61, 0.2), rgba(17, 31, 43, 0.14));
}

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

.short-card {
  display: grid;
  gap: 0.85rem;
  border: 1px solid rgba(222, 222, 222, 0.18);
  border-radius: var(--radius);
  background: rgba(222, 222, 222, 0.075);
  padding: 0.75rem;
  transition: transform 160ms ease, border-color 160ms ease;
}

.short-card:hover {
  transform: translateY(-2px);
  border-color: rgba(120, 216, 154, 0.46);
}

.reel-embed {
  min-height: 520px;
  overflow: hidden;
  aspect-ratio: 9 / 16;
  border: 1px solid rgba(222, 222, 222, 0.16);
  border-radius: 6px;
  background:
    linear-gradient(145deg, rgba(120, 216, 154, 0.12), rgba(185, 154, 99, 0.08)),
    rgba(17, 31, 43, 0.72);
}

.reel-embed .instagram-media {
  min-width: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
}

.short-card strong {
  color: var(--white);
  font-size: 1.05rem;
}

.short-card p {
  margin: 0;
  color: rgba(247, 248, 248, 0.68);
}

.not-card {
  display: grid;
  gap: 0.35rem;
  align-content: start;
  border-color: rgba(190, 55, 55, 0.4);
  background:
    linear-gradient(135deg, rgba(155, 38, 38, 0.18), rgba(155, 38, 38, 0.06)),
    rgba(28, 10, 10, 0.52);
  box-shadow: 0 18px 54px rgba(155, 38, 38, 0.14);
}

.not-card::before {
  display: none;
}

.not-label {
  color: #c04444;
  font-size: clamp(2rem, 4vw, 3.45rem);
  font-weight: 900;
  line-height: 0.9;
}

.signup-section {
  padding-top: 2rem;
}

.signup-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.42fr);
  gap: clamp(1.5rem, 4vw, 3rem);
  border: 1px solid rgba(215, 242, 238, 0.2);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(152, 168, 168, 0.2), rgba(222, 222, 222, 0.08)),
    var(--panel-strong);
  padding: clamp(1.25rem, 4vw, 3rem);
  box-shadow: var(--shadow);
}

.benefit-list {
  display: grid;
  gap: 0.75rem;
  margin: 1.5rem 0 0;
  padding: 0;
  list-style: none;
}

.benefit-list li {
  border-top: 1px solid var(--line);
  padding-top: 0.75rem;
  color: rgba(247, 248, 248, 0.78);
  font-weight: 700;
}

.price-panel {
  border: 1px solid rgba(222, 222, 222, 0.18);
  border-radius: var(--radius);
  background: rgba(17, 31, 43, 0.58);
  padding: 1.25rem;
}

.price-anchor {
  display: block;
  margin-bottom: 1rem;
  border: 1px solid rgba(53, 232, 123, 0.22);
  border-radius: var(--radius);
  background: rgba(53, 232, 123, 0.08);
  padding: 0.8rem;
  color: rgba(215, 242, 238, 0.92);
  font-size: 0.9rem;
  font-weight: 800;
}

.price-label,
.price-note {
  display: block;
  color: var(--cloud-blue);
  font-weight: 800;
  text-transform: uppercase;
}

.price-label {
  font-size: 0.78rem;
  letter-spacing: 0.14em;
}

.price-panel > strong {
  display: block;
  margin: 0.3rem 0 0;
  font-size: clamp(3.8rem, 8vw, 5.8rem);
  line-height: 1;
}

.price-note {
  margin-bottom: 1.25rem;
  font-size: 0.82rem;
}

.countdown {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.45rem;
  margin-bottom: 1rem;
}

.countdown div {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 0.8rem 0.55rem;
  text-align: center;
}

.countdown strong,
.countdown span {
  display: block;
}

.countdown strong {
  font-size: 1.4rem;
}

.countdown span {
  color: rgba(247, 248, 248, 0.58);
  font-size: 0.78rem;
  font-weight: 700;
}

.checkout-note {
  margin: 0.8rem 0 0;
  font-size: 0.82rem;
}

.site-footer {
  justify-content: space-between;
  gap: 1rem;
  width: min(1180px, calc(100% - 2.5rem));
  margin: 0 auto;
  padding: 2rem 0 7rem;
  border-top: 1px solid var(--line);
  font-size: 0.9rem;
}

.footer-logo {
  display: block;
  width: 7.5rem;
  height: auto;
}

.site-footer a {
  color: var(--success);
  font-weight: 800;
}

.instagram-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.instagram-link svg {
  width: 1.5rem;
  height: 1.5rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.mobile-sticky {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 20;
  display: none;
  padding: 0.75rem;
  background: rgba(8, 17, 28, 0.9);
  backdrop-filter: blur(16px);
  border-top: 1px solid var(--line);
}

@media (max-width: 900px) {
  body {
    position: relative;
  }

  .hero,
  .section,
  .section-muted,
  .story-section,
  .signup-section,
  .faq-section,
  .testimonials-section {
    overflow-x: clip;
  }

  .hero::before {
    width: 100%;
    left: 0;
    transform: none;
    background:
      linear-gradient(90deg, rgba(12, 23, 34, 0.9) 0%, rgba(12, 23, 34, 0.68) 48%, rgba(12, 23, 34, 0.5) 100%),
      linear-gradient(180deg, rgba(12, 23, 34, 0.1) 0%, rgba(12, 23, 34, 0.08) 56%, #172633 100%),
      url("assets/hero-mapa-bussola.png") 68% center / cover no-repeat;
  }

  .section::before,
  .section-muted::before {
    width: 100%;
    left: 0;
    transform: none;
  }

  .header-nav,
  .header-cta {
    display: none;
  }

  .hero {
    min-height: auto;
    padding-top: 1.25rem;
  }

  .hero-grid,
  .section-grid,
  .story-section,
  .signup-card,
  .contrast-grid,
  .method-card {
    grid-template-columns: 1fr;
  }

  .hero-card {
    min-height: auto;
    padding-top: 0;
  }

  .paulo-photo-slot {
    height: 330px;
  }

  .portrait-shell,
  .map-visual {
    height: auto;
    min-height: 300px;
  }

  .proof-card {
    width: 100%;
    margin: 0.85rem 0 0;
  }

  .module-list,
  .audience-grid,
  .not-for-grid,
  .market-points,
  .shorts-grid {
    grid-template-columns: 1fr;
  }

  .portrait-large {
    height: 430px;
  }

  .mobile-sticky {
    display: block;
  }
}

@media (max-width: 560px) {
  .site-header {
    width: calc(100% - 1.5rem);
  }

  .hero,
  .section,
  .section-muted > *,
  .site-footer {
    width: calc(100% - 1.5rem);
  }

  h1 {
    font-size: clamp(2.05rem, 10vw, 3rem);
  }

  h2 {
    font-size: 2rem;
  }

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

  .site-footer {
    display: grid;
  }
}

/* =============================================
   MOTION SYSTEM
   ============================================= */

:root {
  --ease-out-expo: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-out-quart: cubic-bezier(0.25, 1, 0.5, 1);
}

@keyframes reveal-up {
  from { opacity: 0; transform: translateY(22px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* --- Hero: entrada orquestrada no load --- */
.hero-copy .eyebrow        { animation: reveal-up 0.65s var(--ease-out-expo) 0.05s both; }
.hero-copy h1              { animation: reveal-up 0.80s var(--ease-out-expo) 0.16s both; }
.hero-copy .hero-subtitle  { animation: reveal-up 0.65s var(--ease-out-expo) 0.30s both; }
.hero-copy .hero-outcome   { animation: reveal-up 0.60s var(--ease-out-expo) 0.42s both; }
.hero-copy .event-strip    { animation: reveal-up 0.55s var(--ease-out-expo) 0.52s both; }
.hero-copy .hero-actions   { animation: reveal-up 0.55s var(--ease-out-expo) 0.62s both; }
.hero-proof                { animation: reveal-up 0.70s var(--ease-out-expo) 0.36s both; }

/* --- Scroll reveal --- */
.reveal { opacity: 0; }
.reveal.reveal--visible                         { animation: reveal-up 0.70s var(--ease-out-expo) both; }
.reveal.reveal--visible[data-delay="1"]         { animation-delay: 0.10s; }
.reveal.reveal--visible[data-delay="2"]         { animation-delay: 0.20s; }
.reveal.reveal--visible[data-delay="3"]         { animation-delay: 0.28s; }

/* --- Hover: botões --- */
.button {
  transition: transform 0.14s var(--ease-out-quart), box-shadow 0.18s, background-color 0.18s;
}
.button:hover  { transform: translateY(-2px); }
.button:active { transform: scale(0.97); }
.button-primary:hover { box-shadow: 0 10px 30px rgba(53, 232, 123, 0.26); }

.header-cta {
  transition: background-color 0.16s, box-shadow 0.16s;
}
.header-cta:hover {
  background-color: rgba(53, 232, 123, 0.08);
  box-shadow: 0 0 0 1px rgba(53, 232, 123, 0.36);
}

/* --- Hover: cards --- */
.mini-card {
  transition: transform 0.20s var(--ease-out-quart), box-shadow 0.20s;
}
.mini-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 56px rgba(0, 0, 0, 0.22);
}

.module-card {
  transition: transform 0.20s var(--ease-out-quart), border-color 0.20s;
}
.module-card:hover {
  transform: translateY(-4px);
  border-color: rgba(222, 222, 222, 0.30);
}

/* --- Hover: FAQ --- */
.faq-item summary { transition: color 0.16s; }
.faq-item[open] summary { color: var(--accent); }

/* --- Reduced motion --- */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
