:root {
  --navy: #153f51;
  --navy-deep: #0b2b3a;
  --blue: #2c7795;
  --green: #20967f;
  --red: #d88928;
  --cream: #fff7e2;
  --pink: #f2f7f1;
  --light: #f3f8f7;
  --pricing: #edf7f5;
  --ink: #171a1f;
  --muted: #59616b;
  --radius: 18px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); font-family: "Inter", Arial, sans-serif; line-height: 1.45; background: #fff; }
img { display: block; max-width: 100%; }
a { color: inherit; }
h1, h2, h3 { margin: 0; font-family: "Poppins", Arial, sans-serif; line-height: 1.05; }
p { margin: 0; }

.topbar { min-height: 56px; display: grid; place-items: center; padding: 10px 18px; color: #fff; background: var(--navy-deep); text-align: center; font-size: 16px; }
.container { width: min(900px, calc(100% - 36px)); margin: 0 auto; text-align: center; }
.container.wide { width: min(1160px, calc(100% - 36px)); }
.section-light { background: var(--light); }
.section-white { background: #fff; }
.section-cream { background: var(--cream); }
.section-pink { background: var(--pink); }

.hero { padding: 34px 0 60px; }
.hero-inner { display: flex; flex-direction: column; align-items: center; }
.eyebrow { display: inline-block; margin-bottom: 24px; border: 1px solid #d07e27; border-radius: 999px; padding: 7px 13px; background: #f4bd75; color: #17202a; font-size: 16px; font-weight: 800; }
.hero h1 { max-width: 900px; font-size: clamp(34px, 4vw, 51px); letter-spacing: -1.9px; }
.hero h1 .red, .hero h1 .blue, .hero h1 .green { display: inline; }
.red { color: var(--red); }
.ink { color: #22221f; }
.blue { color: var(--blue); }
.green { color: #20967f; }
.hero-product { margin: 30px auto 18px; padding: 16px; border-radius: 22px; background: #fff; }
.hero-product img { width: min(640px, 100%); }
.hero-copy { max-width: 740px; font-size: 18px; }
.hero-copy p + p { margin-top: 8px; }
.check-list { list-style: none; padding: 0; margin: 0; text-align: left; }
.check-list li { position: relative; padding-left: 24px; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--green); font-weight: 900; }
.hero-list { width: min(700px, 100%); margin: 20px auto; font-size: 14px; }
.hero-list li + li { margin-top: 4px; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 48px; margin-top: 24px; border-radius: 8px; padding: 13px 24px; text-decoration: none; font-family: "Poppins", sans-serif; font-size: 14px; font-weight: 800; transition: transform .2s ease, filter .2s ease; }
.button:hover { transform: translateY(-2px) scale(1.015); filter: brightness(1.04); }
.button-primary { color: #fff; background: linear-gradient(180deg, #28a98f, #187f6c); box-shadow: 0 8px 22px rgba(24, 127, 108, .24); }
.button-dark { color: #fff; background: var(--navy); }
.pulse { animation: pulse 2s infinite; }
@keyframes pulse { 0%,100% { box-shadow: 0 0 0 0 rgba(32, 150, 127, .28); } 50% { box-shadow: 0 0 0 12px rgba(32, 150, 127, 0); } }
.delivery-note { margin-top: 18px; font-size: 13px; font-weight: 500; }
.registered-note { margin-top: 18px; font-size: 12px; }

section h2 { color: var(--navy); font-size: clamp(29px, 3.4vw, 47px); letter-spacing: -1.2px; }
.showcase { padding: 70px 0 54px; overflow: hidden; }
.showcase-main { width: min(760px, 92%); margin: 28px auto 16px; }
.marquee { width: 100%; overflow: hidden; padding: 8px 0; mask-image: linear-gradient(to right, transparent, #000 6%, #000 94%, transparent); }
.marquee-track { display: flex; width: max-content; gap: 18px; animation: slide 40s linear infinite; }
.marquee-track img { width: 170px; aspect-ratio: 3 / 4; object-fit: cover; border-radius: 8px; box-shadow: 0 5px 16px rgba(15,55,100,.14); }
@keyframes slide { to { transform: translateX(-48%); } }
.section-note { max-width: 700px; margin: 18px auto 0; color: #62728a; font-size: 13px; }

.features { padding: 72px 0; }
.feature-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 28px; }
.feature-card { display: flex; align-items: center; gap: 16px; min-height: 155px; border: 1px solid #ccd4dc; border-radius: 14px; padding: 20px; background: #fff; text-align: left; box-shadow: 0 5px 14px rgba(20,42,67,.04); transition: transform .2s ease; }
.feature-card:hover { transform: translateY(-3px); }
.feature-card img { width: 72px; height: 72px; object-fit: contain; }
.feature-card h3 { color: var(--navy); font-size: 17px; }
.feature-card p { margin-top: 8px; color: #515a65; font-size: 13px; }

.clarity { padding: 56px 0 70px; }
.clarity-panel { border-radius: 24px; padding: 46px; color: #fff; background: var(--navy-deep); }
.clarity-panel h2 { color: #fff; }
.compact-list { width: min(650px, 100%); margin: 26px auto 0; font-size: 14px; }
.compact-list li + li { margin-top: 8px; }

.question { min-height: 560px; display: grid; place-items: center; padding: 90px 0; }
.question p { margin-top: 20px; color: #f06445; }

.ideal { padding: 78px 0; }
.ideal-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 32px; }
.mini-card { position: relative; min-height: 180px; border: 1px solid #cbd3dc; border-radius: 14px; padding: 24px 18px 18px 54px; background: #fff; text-align: left; }
.mini-card::before { content: "✓"; position: absolute; left: 20px; top: 28px; display: grid; place-items: center; width: 24px; height: 24px; border-radius: 50%; color: #fff; background: var(--green); font-weight: 900; }
.mini-card h3 { color: var(--navy); font-size: 14px; }
.mini-card p { margin-top: 10px; color: #59616b; font-size: 13px; }

.package { padding: 72px 0 36px; }
.package-card { position: relative; width: min(460px, 100%); margin: 28px auto 0; border: 2px solid #9cc7d2; border-radius: 16px; overflow: hidden; background: var(--cream); }
.access-badge { display: inline-block; border-radius: 999px; padding: 6px 12px; color: #fff; background: #70d97f; font-size: 12px; font-weight: 800; transform: translateY(-2px); }
.package-card h3 { margin-top: 10px; color: var(--navy); font-size: 28px; }
.package-card > p { padding: 14px 34px; color: #505965; font-size: 14px; }
.package-card > img { width: 100%; background: #fff; }
.package-list { list-style: none; margin: 0; padding: 8px 16px 18px; text-align: left; font-size: 12px; }
.package-list li { border-bottom: 1px solid #999; padding: 8px 8px 8px 24px; }
.package-list li::before { content: "✓"; margin-left: -18px; margin-right: 8px; color: var(--green); font-weight: 900; }

.bonuses { padding: 34px 0 80px; }
.bonus-lead { margin-top: 18px; font-size: 18px; font-style: italic; font-weight: 700; }
.bonus-pill, .deadline-pill { display: inline-block; margin-top: 22px; border-radius: 999px; padding: 7px 15px; color: #fff; background: #ff3939; font-weight: 700; }
.bonus-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 34px; align-items: start; }
.bonus-card { min-height: 590px; border-radius: 14px; padding: 14px 14px 18px; background: #fff; text-align: left; box-shadow: 0 5px 18px rgba(99, 43, 43, .06); }
.bonus-card > span { float: right; border-radius: 5px; padding: 5px 7px; background: #f5c400; font-size: 10px; font-weight: 900; }
.bonus-card img { width: 100%; height: 165px; margin: 26px 0 14px; border-radius: 8px; object-fit: contain; }
.bonus-card h3 { color: var(--navy); font-size: 16px; line-height: 1.2; }
.bonus-card p, .bonus-card li { color: #59616b; font-size: 12px; }
.bonus-card p { margin-top: 12px; }
.bonus-card ul { padding-left: 17px; }
.bonus-card li { margin: 5px 0; }
.bonus-card li::marker { color: var(--green); }
.bonus-card b { display: block; margin-top: 14px; border-radius: 5px; padding: 7px; color: #fff; background: #273f38; text-align: center; font-size: 11px; }

.pricing { padding: 72px 0 82px; background: var(--pricing); }
.pricing h2 { margin-top: 26px; }
.price-grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: 18px; width: min(760px, 100%); margin: 40px auto 0; align-items: start; }
.price-card { position: relative; border: 1px solid #9faebb; border-radius: 14px; padding: 22px; background: #fff; text-align: left; box-shadow: 0 7px 18px rgba(16, 55, 94, .12); }
.price-card h3 { color: var(--navy); text-align: center; font-size: 26px; }
.price-card > img { width: 100%; max-height: 310px; margin: 12px auto; object-fit: contain; }
.basic-card { margin-top: 20px; }
.price-card > p, .price-card li { font-size: 12px; }
.price-card .check-list { margin: 16px 0; }
.price-card .check-list li + li { margin-top: 7px; }
.from { margin-top: 16px; color: #e85f5e; text-align: center; font-weight: 700; }
.price { margin-top: 2px; color: var(--green); text-align: center; font-family: "Poppins", sans-serif; font-size: 44px; font-weight: 700; }
.price-card small { display: block; text-align: center; }
.price-card .button { display: flex; width: 100%; }
.popular { position: absolute; top: -14px; left: 50%; transform: translateX(-50%); white-space: nowrap; border-radius: 999px; padding: 5px 12px; color: #fff; background: var(--green); font-size: 11px; font-weight: 900; }
.card-deadline { display: block; margin: 2px auto 18px; border-radius: 999px; padding: 7px; color: #fff; background: #ff3737; text-align: center; font-size: 10px; font-weight: 800; }
.content-pill { display: block; border: 1px solid #59d574; border-radius: 999px; padding: 5px; color: #3dbe65; text-align: center; font-size: 11px; }
.plan-list { margin: 16px 0; }
.plan-list li { padding-left: 20px; }
.saving-note { display: flex; flex-direction: column; width: min(520px, 100%); margin: 20px auto 0; border: 1px solid #bdc7d0; border-radius: 12px; padding: 16px; background: #fff; font-size: 12px; }
.saving-note strong { color: var(--navy); }
.saving-note span { margin-top: 7px; color: #59616b; }

.testimonials { padding: 78px 0; }
.testimonials > .container > p { margin-top: 16px; color: #666; }
.testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; margin-top: 52px; }
blockquote { position: relative; min-height: 290px; margin: 0; border-bottom: 1px solid #dadfe4; padding: 50px 22px 22px; background: linear-gradient(100deg, #fff, #fbfbfb); box-shadow: 5px 7px 12px rgba(0,0,0,.06); }
blockquote > span { position: absolute; top: 0; left: 50%; display: grid; place-items: center; width: 54px; height: 54px; border-radius: 0 0 28px 28px; color: #fff; background: #2f80ed; font: 52px Georgia, serif; transform: translateX(-50%); }
blockquote h3 { margin-top: 15px; font-size: 14px; }
blockquote small { color: #888; }
blockquote div { color: #f4b400; letter-spacing: 4px; }
blockquote p { margin-top: 18px; color: #777; font-size: 12px; }

.guarantee { padding: 72px 0; background: #f2f9fc; }
.guarantee-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 46px; align-items: center; text-align: left; }
.guarantee-grid img { width: 330px; margin: auto; }
.guarantee-grid h2 { color: #111; font-size: 36px; }
.guarantee-grid p, .guarantee-grid li { font-size: 13px; }
.guarantee-grid p { margin-top: 16px; }
.guarantee-grid li + li { margin-top: 10px; }

.steps { padding: 72px 0; }
.steps h2 { color: #111; }
.steps h2 small { font-size: 16px; }
.step-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; margin-top: 48px; }
.step-grid article { text-align: center; }
.step-grid img { width: 105px; height: 105px; margin: 0 auto 16px; object-fit: contain; transition: transform .2s ease; }
.step-grid article:hover img { transform: translateY(-8px); }
.step-grid h3 { font-size: 15px; }
.step-grid p { margin-top: 8px; color: #5d6670; font-size: 12px; }

.faq { padding: 70px 0 78px; }
.faq-container { width: min(720px, calc(100% - 36px)); }
.faq h2 { color: #111; }
.accordion { margin-top: 40px; text-align: left; }
details { border-bottom: 1px solid #87919b; }
summary { position: relative; padding: 18px 42px 18px 8px; cursor: pointer; list-style: none; font-size: 14px; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; position: absolute; right: 10px; font-size: 22px; line-height: 1; }
details[open] summary::after { content: "−"; }
details p { padding: 0 8px 18px; color: #59616b; font-size: 13px; }

footer { padding: 28px 20px; color: #fff; background: #050505; text-align: center; }
footer h2 { font-size: 13px; }
footer p { max-width: 1000px; margin: 10px auto 0; color: #c7c7c7; font-size: 9px; }

@media (max-width: 760px) {
  .topbar { min-height: 31px; padding: 6px 12px; font-size: 11px; }
  .container, .container.wide { width: min(100% - 30px, 580px); }
  .hero { padding: 20px 0 42px; }
  .eyebrow { margin-bottom: 12px; padding: 4px 7px; font-size: 14px; }
  .hero h1 { font-size: 24px; line-height: 1; letter-spacing: -1px; }
  .hero h1 .red { display: block; margin-bottom: 2px; }
  .hero-product { margin-top: 12px; padding: 6px; border-radius: 20px; }
  .hero-product img { width: 100%; }
  .hero-copy { font-size: 16px; line-height: 1.4; }
  .hero-list { font-size: 13px; }
  .button { width: 100%; }
  section h2 { font-size: 27px; }
  .showcase, .features, .ideal, .testimonials, .guarantee, .steps, .faq, .pricing { padding: 52px 0; }
  .showcase h2 br { display: none; }
  .showcase-main { width: 100%; margin-top: 20px; }
  .marquee-track img { width: 120px; }
  .feature-grid, .ideal-grid, .bonus-grid, .price-grid, .testimonial-grid, .guarantee-grid, .step-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: 0; padding: 16px; }
  .feature-card img { width: 56px; height: 56px; }
  .clarity { padding: 18px 0 45px; }
  .clarity-panel { width: calc(100% - 30px); padding: 32px 20px; }
  .clarity-panel h2 { font-size: 28px; }
  .question { min-height: 430px; padding: 60px 0; }
  .question h2 br { display: none; }
  .mini-card { min-height: 0; }
  .package { padding-top: 52px; }
  .package-card h3 { font-size: 24px; }
  .bonuses { padding-bottom: 58px; }
  .bonus-grid { gap: 14px; }
  .bonus-card { min-height: 0; }
  .bonus-card img { height: auto; max-height: 280px; }
  .price-grid { width: 100%; gap: 32px; }
  .basic-card { margin-top: 0; }
  .price-card { padding: 20px 17px; }
  .price-card > img { max-height: none; }
  .testimonial-grid { gap: 20px; }
  blockquote { min-height: 0; }
  .guarantee-grid { gap: 24px; text-align: center; }
  .guarantee-grid img { width: 230px; }
  .guarantee-grid h2 { font-size: 28px; }
  .guarantee-grid ul { text-align: left; }
  .step-grid { grid-template-columns: 1fr 1fr; gap: 32px 18px; }
}

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

/* ==========================================================
   BÚSSOLA — DIGITAL NATURALISM / TECHNICAL BRUTALISM THEME
   ========================================================== */
:root {
  --bg: #0c0a09;
  --surface: #1c1917;
  --surface-raised: #292524;
  --stone: #e7e5e4;
  --stone-muted: #a8a29e;
  --lime: #d4f268;
  --lime-dark: #809538;
  --line: rgba(255, 255, 255, 0.1);
  --ink: #e7e5e4;
  --navy: #d4f268;
  --navy-deep: #0c0a09;
  --blue: #e7e5e4;
  --green: #d4f268;
  --red: #d4f268;
  --cream: #1c1917;
  --pink: #0c0a09;
  --light: #0c0a09;
  --pricing: #0c0a09;
  --radius: 24px;
  --ease: 300ms cubic-bezier(0.4, 0, 0.2, 1);
}

html { background: var(--bg); }
body {
  color: var(--stone);
  background: var(--bg);
  font-family: "Instrument Sans", sans-serif;
  font-size: 18px;
  line-height: 1.55;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 9999;
  pointer-events: none;
  opacity: 0.04;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.82' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

h1, h2, h3,
.package-card h3,
.price-card h3,
.feature-card h3,
.mini-card h3,
.bonus-card h3,
blockquote h3,
.step-grid h3 {
  font-family: "Newsreader", Georgia, serif;
  font-weight: 300;
  letter-spacing: -0.02em;
}

.topbar {
  min-height: 42px;
  border-bottom: 1px solid var(--line);
  padding: 8px 18px;
  color: var(--lime);
  background: var(--bg);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

main { counter-reset: section; }
main > section {
  position: relative;
  isolation: isolate;
  counter-increment: section;
  border-bottom: 1px solid var(--line);
}
main > section:not(:last-child)::after {
  content: "";
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: -18px;
  left: 0;
  height: 18px;
  background: inherit;
  -webkit-mask: radial-gradient(10px at 50% 100%, transparent 98%, #000 102%) 50% 0 / 20px 100% repeat-x;
  mask: radial-gradient(10px at 50% 100%, transparent 98%, #000 102%) 50% 0 / 20px 100% repeat-x;
}
main > section:not(.hero) h2::before {
  content: "FIG. " counter(section, decimal-leading-zero) " / SISTEMA BÚSSOLA";
  display: block;
  margin-bottom: 13px;
  color: var(--lime);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.16em;
  line-height: 1.2;
}

.section-light, .section-pink, .section-white { background: var(--bg); }
.section-cream, .showcase, .package, .testimonials, .guarantee { background: var(--surface); }
section h2 {
  color: var(--stone);
  font-size: clamp(40px, 5vw, 68px);
  font-weight: 300;
  line-height: 0.95;
  letter-spacing: -0.035em;
}

.hero {
  min-height: 100vh;
  padding: 54px 0 84px;
  background:
    radial-gradient(circle at 50% 10%, rgba(212, 242, 104, 0.08), transparent 32%),
    var(--bg);
}
.brand-logo {
  width: 164px;
  height: 164px;
  margin: 0 auto 24px;
  border: 1px solid rgba(212, 242, 104, 0.35);
  border-radius: 24px;
  object-fit: cover;
  box-shadow: 0 0 70px rgba(212, 242, 104, 0.12);
}
.eyebrow {
  margin-bottom: 28px;
  border: 1px solid var(--lime);
  border-radius: 9999px;
  padding: 8px 16px;
  color: var(--bg);
  background: var(--lime);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
}
.hero h1 {
  max-width: 1080px;
  color: var(--stone);
  font-family: "Newsreader", Georgia, serif;
  font-size: clamp(52px, 6.2vw, 92px);
  font-weight: 200;
  line-height: 0.93;
  letter-spacing: -0.045em;
}
.hero h1 .red { display: inline-block; margin-bottom: 18px; color: var(--lime); font-style: italic; }
.hero h1 .ink { color: var(--stone); }
.hero h1 .blue { color: var(--stone-muted); }
.hero h1 .green { color: var(--lime); font-style: italic; }
.hero-product {
  width: min(760px, 100%);
  margin: 54px auto 28px;
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 14px;
  background: var(--stone);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.38);
}
.hero-product img { width: 100%; border-radius: 14px; }
.material-collection {
  position: relative;
  isolation: isolate;
  width: 100%;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 16px;
  background:
    radial-gradient(circle at 50% 42%, rgba(212, 242, 104, .12), transparent 42%),
    linear-gradient(145deg, #171412, var(--bg));
}
.material-collection::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: .32;
  background-image:
    linear-gradient(var(--line) 1px, transparent 1px),
    linear-gradient(90deg, var(--line) 1px, transparent 1px);
  background-size: 42px 42px;
}
.material-collection--complete::after {
  content: "COLEÇÃO INTEGRAL  /  07 CADERNOS";
  position: absolute;
  z-index: 12;
  right: 14px;
  bottom: 12px;
  border: 1px solid rgba(212, 242, 104, .42);
  border-radius: 9999px;
  padding: 5px 9px;
  color: var(--lime);
  background: rgba(12, 10, 9, .88);
  font: 500 9px/1.2 ui-monospace, SFMono-Regular, Menlo, monospace;
  letter-spacing: .08em;
}
.material-collection img,
.hero-product .material-collection img {
  position: absolute;
  z-index: 1;
  width: auto;
  max-width: none;
  height: 70%;
  border: 1px solid rgba(212, 242, 104, .34);
  border-radius: 3px;
  object-fit: contain;
  box-shadow: 0 20px 38px rgba(0, 0, 0, .58);
  transform-origin: 50% 100%;
  transition: transform var(--ease), filter var(--ease);
}
.material-collection--complete img:nth-child(1) { top: 15%; left: 1%; z-index: 1; transform: rotate(-7deg); }
.material-collection--complete img:nth-child(2) { top: 9%; left: 16%; z-index: 2; transform: rotate(-3deg); }
.material-collection--complete img:nth-child(3) { top: 5%; left: 33%; z-index: 4; transform: rotate(0deg); }
.material-collection--complete img:nth-child(4) { top: 9%; left: 50%; z-index: 3; transform: rotate(3deg); }
.material-collection--complete img:nth-child(5) { top: 15%; left: 69%; z-index: 2; transform: rotate(7deg); }
.material-collection--complete img.material-landscape { top: 62%; height: 34%; z-index: 7; }
.material-collection--complete img:nth-child(6) { left: 5%; transform: rotate(-2deg); }
.material-collection--complete img:nth-child(7) { left: 50%; transform: rotate(2deg); }
.material-collection--complete:hover img { filter: brightness(1.08); }
.material-collection--complete:hover img:nth-child(3) { transform: translateY(-8px); }
.material-collection--compact { border-right: 0; border-left: 0; border-radius: 0; }
.material-collection--basic {
  display: block;
  aspect-ratio: 4 / 3;
  margin: 14px auto;
  padding: 22px;
}
.material-collection--basic img,
.hero-product .material-collection--basic img {
  position: absolute;
  top: 7%;
  left: 15%;
  width: auto;
  max-width: none;
  height: 82%;
  transform: rotate(-4deg);
}
.material-collection--basic img + img {
  top: 11%;
  left: 43%;
  margin-left: 0;
  transform: rotate(5deg);
}
.package-card > .material-collection { width: 100%; margin: 8px 0 0; }
.price-card > .material-collection { width: 100%; margin: 14px auto; }
.hero-copy { max-width: 760px; color: var(--stone); font-size: 18px; }
.hero-copy strong { color: var(--lime); font-weight: 500; }
.check-list li::before, .package-list li::before { color: var(--lime); }
.hero-list { color: var(--stone-muted); font-size: 15px; }
.delivery-note, .registered-note, .section-note { color: var(--stone-muted); }

.button {
  min-height: 54px;
  border: 1px solid transparent;
  border-radius: 9999px;
  padding: 15px 30px;
  font-family: "Instrument Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.03em;
  transition: transform var(--ease), background-color var(--ease), border-color var(--ease), color var(--ease);
}
.button:hover { transform: translateY(-3px); filter: none; }
.button-primary {
  color: var(--bg);
  background: var(--lime);
  box-shadow: 0 12px 34px rgba(212, 242, 104, 0.12);
}
.button-primary:hover { background: #e2fa88; }
.button-dark {
  border-color: var(--line);
  color: var(--stone);
  background: var(--surface-raised);
}
@keyframes pulse { 0%,100% { box-shadow: 0 0 0 0 rgba(212,242,104,.18); } 50% { box-shadow: 0 0 0 12px rgba(212,242,104,0); } }

.showcase { padding: 108px 0 88px; }
.showcase-main {
  margin-top: 46px;
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 12px;
  background: var(--stone);
}
.marquee { margin-top: 26px; }
.marquee-track img { border: 1px solid var(--line); border-radius: 4px; box-shadow: 0 14px 30px rgba(0,0,0,.28); }
@keyframes slide { to { transform: translateX(-50%); } }
.section-note { font-size: 14px; }

.inside-material { padding: 108px 0; background: var(--bg); }
.inside-kicker {
  display: inline-flex;
  margin-bottom: 18px;
  border: 1px solid rgba(212, 242, 104, .45);
  border-radius: 999px;
  padding: 7px 12px;
  color: var(--lime);
  background: rgba(212, 242, 104, .06);
  font: 600 10px/1 ui-monospace, SFMono-Regular, Menlo, monospace;
  letter-spacing: .1em;
}
.inside-lead {
  max-width: 760px;
  margin: 24px auto 0;
  color: var(--stone-muted);
  font-size: 18px;
  line-height: 1.65;
}
.inside-lead strong { color: var(--lime); font-weight: 500; }
.module-showcase { display: grid; gap: 22px; margin-top: 58px; }
.module-preview {
  display: grid;
  grid-template-columns: minmax(260px, .72fr) minmax(0, 1.28fr);
  gap: 34px;
  align-items: center;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 26px;
  padding: 28px;
  color: var(--stone);
  background:
    radial-gradient(circle at 78% 42%, rgba(212, 242, 104, .07), transparent 36%),
    var(--surface);
}
.module-preview:nth-child(even) {
  grid-template-columns: minmax(0, 1.28fr) minmax(260px, .72fr);
  background:
    radial-gradient(circle at 22% 42%, rgba(212, 242, 104, .07), transparent 36%),
    var(--surface);
}
.module-preview:nth-child(even) .module-copy { order: 2; }
.module-preview:nth-child(even) .module-pages { order: 1; }
.module-copy { text-align: left; }
.module-number {
  display: inline-block;
  margin-bottom: 14px;
  color: var(--lime);
  font: 600 10px/1 ui-monospace, SFMono-Regular, Menlo, monospace;
  letter-spacing: .12em;
}
.module-copy h3 {
  margin: 0;
  color: var(--stone);
  font-family: "Newsreader", serif;
  font-size: clamp(30px, 3vw, 43px);
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.035em;
}
.module-copy p { margin-top: 18px; color: var(--stone-muted); font-size: 15px; line-height: 1.55; }
.module-copy ul { display: grid; gap: 8px; margin: 18px 0 22px; padding: 0; list-style: none; }
.module-copy li { position: relative; padding-left: 22px; color: var(--stone-muted); font-size: 13px; }
.module-copy li::before { content: "✓"; position: absolute; left: 0; color: var(--lime); }
.module-count {
  display: inline-flex;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 7px 11px;
  color: var(--stone);
  background: var(--bg);
  font: 500 9px/1 ui-monospace, SFMono-Regular, Menlo, monospace;
  letter-spacing: .08em;
}
.module-pages {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  align-items: center;
  min-width: 0;
  padding: 8px;
}
.module-pages a {
  display: block;
  min-width: 0;
  border: 1px solid rgba(212, 242, 104, .25);
  border-radius: 7px;
  background: #fff;
  box-shadow: 0 20px 34px rgba(0, 0, 0, .38);
  transition: transform var(--ease), border-color var(--ease), box-shadow var(--ease);
}
.module-pages a:nth-child(1) { transform: rotate(-2deg); }
.module-pages a:nth-child(2) { transform: translateY(-8px); }
.module-pages a:nth-child(3) { transform: rotate(2deg); }
.module-pages a:hover { z-index: 2; border-color: var(--lime); transform: translateY(-10px) scale(1.045); box-shadow: 0 28px 44px rgba(0, 0, 0, .48); }
.module-pages img { display: block; width: 100%; height: auto; border-radius: 6px; background: #fff; }
.module-preview--landscape .module-pages { gap: 9px; }
.module-preview--landscape .module-pages a { border-radius: 6px; }
.preview-hint { margin: 28px auto 22px; color: var(--stone-muted); font-size: 12px; }
.inside-material .button { margin-top: 0; }

.features, .ideal, .bonuses, .pricing, .steps, .faq { padding: 104px 0; }
.feature-grid { gap: 16px; margin-top: 48px; }
.feature-card,
.mini-card,
.bonus-card,
.price-card,
blockquote {
  border: 1px solid var(--line);
  border-radius: 24px;
  color: var(--stone);
  background: var(--surface);
  box-shadow: none;
}
.feature-card { padding: 24px; }
.feature-card:hover { transform: translateY(-5px); border-color: rgba(212,242,104,.42); }
.feature-card img {
  border-radius: 14px;
  padding: 8px;
  background: var(--stone);
}
.feature-card h3, .mini-card h3, .bonus-card h3 { color: var(--stone); font-size: 23px; }
.feature-card p, .mini-card p, .bonus-card p, .bonus-card li { color: var(--stone-muted); }

.clarity { padding: 88px 0; background: var(--surface); }
.clarity-panel {
  border: 1px solid var(--lime);
  border-radius: 24px;
  padding: 68px 54px;
  background: var(--bg);
  box-shadow: inset 0 0 80px rgba(212,242,104,.025);
}
.clarity-panel h2 { color: var(--stone); }
.compact-list { color: var(--stone-muted); }

.question {
  min-height: 620px;
  color: var(--bg);
  background: var(--lime);
}
.question h2, .question h2::before { color: var(--bg); }
.question h2::before { opacity: .65; }
.question p { color: rgba(12,10,9,.65); font-family: ui-monospace, monospace; font-size: 13px; }
.question .button-primary { border-color: var(--bg); color: var(--stone); background: var(--bg); }

.ideal-grid { gap: 16px; margin-top: 50px; }
.mini-card { min-height: 210px; padding: 28px 22px 22px 62px; }
.mini-card::before { left: 22px; top: 30px; color: var(--bg); background: var(--lime); }

.package { padding: 104px 0 54px; }
.package-card {
  width: min(520px, 100%);
  margin-top: 48px;
  border: 1px solid var(--line);
  border-radius: 24px;
  color: var(--stone);
  background: var(--bg);
}
.access-badge, .content-pill {
  border-color: var(--lime);
  color: var(--bg);
  background: var(--lime);
}
.package-card h3 { color: var(--stone); font-size: 38px; font-style: italic; }
.package-card > p { color: var(--stone-muted); font-size: 15px; }
.package-card > img { background: var(--stone); }
.package-list { color: var(--stone-muted); }
.package-list li { border-color: var(--line); }

.bonuses { padding-top: 54px; }
.bonus-lead { color: var(--stone-muted); font-family: "Newsreader", serif; font-size: 24px; font-weight: 300; }
.bonus-pill, .deadline-pill {
  border: 1px solid var(--lime);
  color: var(--bg);
  background: var(--lime);
  font-family: ui-monospace, monospace;
  font-size: 12px;
  letter-spacing: .06em;
}
.bonus-grid { gap: 16px; margin-top: 48px; }
.bonus-card { padding: 16px 16px 22px; }
.bonus-card > span { color: var(--bg); background: var(--lime); font-family: ui-monospace, monospace; }
.bonus-card img { border-radius: 14px; padding: 4px; background: var(--stone); }
.bonus-card img[src*="material-bussola"] {
  border-color: rgba(212, 242, 104, .28);
  background: var(--bg);
}
.bonus-card b { border: 1px solid rgba(212,242,104,.3); color: var(--lime); background: var(--bg); }

.pricing { background: var(--surface); }
.price-grid { margin-top: 54px; }
.price-card { border-radius: 24px; background: var(--bg); }
.price-card h3 { color: var(--stone); font-size: 36px; }
.price-card > img { border-radius: 16px; background: var(--stone); }
.price-card > p, .price-card li { color: var(--stone-muted); }
.from { color: var(--stone-muted); }
.price { color: var(--lime); font-family: "Newsreader", serif; font-size: 56px; font-weight: 300; }
.price-card small { color: var(--stone-muted); }
.popular { color: var(--bg); background: var(--lime); font-family: ui-monospace, monospace; }
.card-deadline { border: 1px solid var(--line); color: var(--stone); background: var(--surface-raised); font-family: ui-monospace, monospace; }
.content-pill { font-family: ui-monospace, monospace; }
.saving-note { border-color: var(--line); color: var(--stone); background: var(--bg); }
.saving-note strong { color: var(--lime); }
.saving-note span { color: var(--stone-muted); }

.testimonials { padding: 104px 0; }
.testimonials > .container > p { color: var(--stone-muted); }
.testimonial-grid { margin-top: 54px; }
blockquote { background: var(--bg); }
blockquote > span { color: var(--bg); background: var(--lime); }
blockquote h3 { color: var(--stone); font-size: 22px; }
blockquote small, blockquote p { color: var(--stone-muted); }
blockquote div { color: var(--lime); }

.guarantee { padding: 104px 0; }
.guarantee-grid img { border: 1px solid var(--line); border-radius: 24px; background: var(--bg); }
.guarantee-grid h2 { color: var(--stone); font-size: 54px; }
.guarantee-grid p, .guarantee-grid li { color: var(--stone-muted); font-size: 15px; }
.guarantee-grid strong { color: var(--lime); font-weight: 500; }

.steps h2, .faq h2 { color: var(--stone); }
.steps h2 small { color: var(--stone-muted); font-family: ui-monospace, monospace; }
.step-grid img { border: 1px solid var(--line); border-radius: 24px; padding: 12px; background: var(--stone); }
.step-grid h3 { color: var(--stone); font-size: 22px; }
.step-grid p { color: var(--stone-muted); }

.faq { background: var(--surface); }
details { border-color: var(--line); }
summary { color: var(--stone); font-size: 16px; transition: color var(--ease); }
summary:hover, details[open] summary { color: var(--lime); }
details p { color: var(--stone-muted); font-size: 15px; }

footer {
  border-top: 1px solid var(--line);
  padding: 54px 20px;
  color: var(--stone);
  background: var(--bg);
}
.footer-logo { width: 92px; height: 92px; margin: 0 auto 20px; border: 1px solid var(--line); border-radius: 18px; object-fit: cover; }
footer h2 { color: var(--lime); font-family: ui-monospace, monospace; font-size: 12px; letter-spacing: .14em; text-transform: uppercase; }
footer p { color: var(--stone-muted); font-size: 11px; }

@media (max-width: 760px) {
  html, body { max-width: 100%; overflow-x: clip; }
  body { font-size: 16px; }
  .container, .container.wide {
    width: calc(100% - 30px);
    max-width: 580px;
    min-width: 0;
  }
  .topbar { min-height: 36px; font-size: 9px; letter-spacing: .08em; }
  .hero { padding: 34px 0 64px; }
  .brand-logo { width: 118px; height: 118px; margin-bottom: 18px; border-radius: 20px; }
  .eyebrow { margin-bottom: 24px; padding: 7px 11px; font-size: 9px; }
  .hero h1 { font-size: 43px; line-height: .94; letter-spacing: -.04em; }
  .hero h1 .red { margin-bottom: 14px; }
  .hero-product { margin-top: 38px; padding: 8px; }
  .material-collection { aspect-ratio: 4 / 3; }
  .material-collection--complete img { height: 64%; }
  .material-collection--complete img:nth-child(1) { left: -4%; }
  .material-collection--complete img:nth-child(2) { left: 12%; }
  .material-collection--complete img:nth-child(3) { left: 30%; }
  .material-collection--complete img:nth-child(4) { left: 48%; }
  .material-collection--complete img:nth-child(5) { left: 70%; }
  .material-collection--complete img.material-landscape { top: 60%; height: 32%; }
  .material-collection--complete::after { right: 8px; bottom: 7px; font-size: 7px; }
  .material-collection--basic { aspect-ratio: 4 / 3; }
  .material-collection--basic img { top: 8%; left: 10%; height: 78%; }
  .material-collection--basic img + img { top: 12%; left: 42%; }
  .hero-copy { font-size: 17px; }
  .hero-list { font-size: 14px; }
  section h2 { font-size: 43px; }
  main > section:not(.hero) h2::before { font-size: 9px; }
  .showcase, .features, .ideal, .bonuses, .pricing, .testimonials, .guarantee, .steps, .faq { padding: 74px 0; }
  .inside-material { padding: 74px 0; }
  .inside-lead { font-size: 16px; }
  .module-showcase { gap: 16px; margin-top: 38px; }
  .module-preview,
  .module-preview:nth-child(even) {
    grid-template-columns: minmax(0, 1fr);
    gap: 24px;
    padding: 24px 18px 20px;
  }
  .module-preview:nth-child(even) .module-copy,
  .module-preview:nth-child(even) .module-pages { order: initial; }
  .module-copy h3 { font-size: 35px; }
  .module-pages {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    margin: 0 -18px;
    padding: 14px 18px 24px;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
  }
  .module-pages a {
    flex: 0 0 72%;
    scroll-snap-align: center;
  }
  .module-preview--landscape .module-pages a { flex-basis: 92%; }
  .module-pages a:nth-child(1),
  .module-pages a:nth-child(2),
  .module-pages a:nth-child(3) { transform: none; }
  .preview-hint { max-width: 270px; line-height: 1.5; }
  .clarity { padding: 64px 0; }
  .clarity-panel { padding: 44px 22px; }
  .clarity-panel h2 { font-size: 42px; }
  .question { min-height: 500px; }
  .question .container {
    width: calc(100% - 30px);
    min-width: 0;
  }
  .showcase h2 { font-size: 39px; }
  .showcase h2 br, .question h2 br { display: block; }
  .question h2 {
    max-width: 100%;
    font-size: 38px;
    overflow-wrap: normal;
    word-break: normal;
  }
  .question .button { max-width: 100%; }
  .mini-card { min-height: 0; }
  .package { padding-top: 74px; }
  .package-card h3 { font-size: 34px; }
  .bonus-card h3 { font-size: 27px; }
  .price-card h3 { font-size: 34px; }
  .price-grid { grid-template-columns: minmax(0, 1fr); min-width: 0; }
  .price-card { width: 100%; min-width: 0; overflow: hidden; }
  .price-card .button, .card-deadline, .content-pill { max-width: 100%; white-space: normal; overflow-wrap: anywhere; }
  .guarantee-grid h2 { font-size: 42px; }
  .step-grid h3 { font-size: 19px; }
}
