: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;
}

body {
  margin: 0;
  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;
}

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-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") 38% center / cover no-repeat;
}

.hero::after {
  content: "";
  position: absolute;
  right: -3rem;
  bottom: 3.5rem;
  z-index: -1;
  width: min(38vw, 520px);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(215, 242, 238, 0.5), transparent);
}

.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 {
  max-width: 700px;
  margin-bottom: 0.95rem;
  font-size: clamp(2.25rem, 4.1vw, 4.25rem);
  line-height: 0.98;
  letter-spacing: 0;
}

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

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);
}

.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-block: 1px solid var(--line);
  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::before {
  background:
    linear-gradient(90deg, rgba(17, 31, 43, 0.86), rgba(32, 49, 61, 0.72)),
    repeating-linear-gradient(135deg, rgba(152, 168, 168, 0.1) 0 1px, transparent 1px 34px);
}

.content-section {
  overflow: visible;
}

.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::before {
  background:
    linear-gradient(180deg, rgba(20, 34, 48, 0.74), rgba(17, 31, 43, 0.82)),
    linear-gradient(90deg, transparent 0 74%, rgba(185, 154, 99, 0.12) 74% 75%, transparent 75%),
    repeating-linear-gradient(90deg, rgba(152, 168, 168, 0.09) 0 1px, transparent 1px 64px);
}

.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 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
}

.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 {
  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);
}

.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);
}

.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);
}

.short-frame {
  display: grid;
  place-items: center;
  aspect-ratio: 9 / 16;
  border: 1px dashed rgba(222, 222, 222, 0.24);
  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);
  color: rgba(247, 248, 248, 0.62);
  font-weight: 900;
  text-transform: uppercase;
}

.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(227, 91, 91, 0.36);
  background:
    linear-gradient(135deg, rgba(227, 91, 91, 0.16), rgba(227, 91, 91, 0.055)),
    rgba(222, 222, 222, 0.06);
  box-shadow: 0 18px 54px rgba(227, 91, 91, 0.08);
}

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

.not-label {
  color: var(--danger);
  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-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(3, minmax(0, 1fr));
  gap: 0.55rem;
  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;
}

.site-footer span:first-child {
  color: var(--ice-mist);
  font-weight: 800;
  letter-spacing: 0.08em;
}

.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.15rem;
  height: 1.15rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  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) {
  .hero::before {
    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;
  }

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

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

  .hero-grid,
  .section-grid,
  .story-section,
  .signup-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,
  .shorts-grid {
    grid-template-columns: 1fr;
  }

  .portrait-large {
    height: 430px;
  }

  .mobile-sticky {
    display: block;
  }
}

@media (max-width: 560px) {
  .site-header {
    width: min(100% - 2.5rem, 1180px);
  }

  .hero,
  .section,
  .section-muted > *,
  .site-footer {
    width: min(100% - 2.5rem, 1180px);
  }

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

  h2 {
    font-size: 2rem;
  }

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

  .site-footer {
    display: grid;
  }
}
