:root {
  --ink: #0a261d;
  --muted: #5f716a;
  --line: #d8e2dc;
  --paper: #f4f7f2;
  --white: #ffffff;
  --green: #087653;
  --green-dark: #07523d;
  --green-soft: #e6f4eb;
  --lime: #b8f05d;
  --yellow: #fff2a8;
  --shadow: 0 22px 60px rgba(8, 50, 36, .10);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
a { color: inherit; }
button, input { font: inherit; }
.campaign-shell { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.campaign-header { position: sticky; top: 0; z-index: 20; border-bottom: 1px solid rgba(10, 38, 29, .08); background: rgba(244, 247, 242, .92); backdrop-filter: blur(14px); }
.campaign-nav { min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.campaign-brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; font-size: 15px; font-weight: 850; letter-spacing: -.02em; }
.campaign-mark { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 10px; color: var(--ink); background: var(--lime); font-size: 19px; }
.campaign-nav-links { display: flex; align-items: center; gap: 24px; }
.campaign-nav-links a { color: #40564e; font-size: 13px; font-weight: 700; text-decoration: none; }
.campaign-nav-links a:hover { color: var(--green); }
.campaign-nav-links a.campaign-button-primary { color: white; }
.campaign-button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 14px 22px; border: 0; border-radius: 13px; text-decoration: none; font-weight: 850; line-height: 1.25; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.campaign-button:hover { transform: translateY(-2px); }
.campaign-button-primary { color: white; background: var(--green); box-shadow: 0 13px 30px rgba(8, 118, 83, .22); }
.campaign-button-primary:hover { background: var(--green-dark); }
.campaign-button-secondary { color: var(--green-dark); border: 1px solid #b9cdc2; background: transparent; }
.campaign-button-compact { min-height: 42px; padding: 10px 17px; border-radius: 11px; font-size: 12px; }
.campaign-button-wide { width: 100%; }
.wa-icon { width: 20px; height: 20px; flex: 0 0 auto; }
.wa-icon path { fill: currentColor; }
.campaign-status { min-height: 20px; margin: 10px 0 0; color: #a43b2d; font-size: 12px; font-weight: 700; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; margin: 0 0 18px; color: var(--green); font-size: 11px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow::before { width: 26px; height: 2px; content: ""; background: currentColor; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 10px 20px; margin-top: 17px; color: var(--muted); font-size: 12px; font-weight: 700; }
.hero-proof span { display: inline-flex; align-items: center; gap: 7px; }
.hero-proof span::before { content: "✓"; color: var(--green); font-weight: 900; }
.campaign-section { padding-block: 92px; }
.campaign-section-white { background: var(--white); }
.campaign-section-dark { color: white; background: var(--green-dark); }
.section-heading { max-width: 760px; margin-bottom: 42px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading.centered .eyebrow { justify-content: center; }
.section-heading h2 { margin: 0 0 16px; font-size: clamp(34px, 4.2vw, 54px); line-height: 1.03; letter-spacing: -.055em; }
.section-heading p { margin: 0; color: var(--muted); font-size: 16px; line-height: 1.7; }
.campaign-section-dark .section-heading p { color: #bbcec6; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.info-card { min-height: 250px; padding: 30px; border: 1px solid var(--line); border-radius: 22px; background: var(--white); box-shadow: 0 10px 34px rgba(9, 55, 39, .05); }
.info-card > span { color: var(--green); font-size: 11px; font-weight: 900; letter-spacing: .12em; }
.info-card h3 { margin: 40px 0 12px; font-size: 23px; line-height: 1.1; letter-spacing: -.035em; }
.info-card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.section-action { margin-top: 32px; }

/* Learn stock */
.learn-hero { padding-block: 78px 84px; }
.learn-hero-grid { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(380px, .72fr); gap: 70px; align-items: center; }
.learn-hero h1 { max-width: 760px; margin: 0; font-size: clamp(48px, 6.5vw, 78px); line-height: .98; letter-spacing: -.065em; }
.learn-hero .lead { max-width: 720px; margin: 24px 0 30px; color: var(--muted); font-size: 18px; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 13px; }
.learn-visual { position: relative; min-height: 480px; padding: 36px; overflow: hidden; border-radius: 30px; color: white; background: linear-gradient(145deg, #0b684c, #063829); box-shadow: var(--shadow); }
.learn-visual::after { position: absolute; right: -90px; bottom: -100px; width: 300px; height: 300px; border-radius: 50%; content: ""; background: var(--lime); opacity: .22; }
.learn-visual-label { position: relative; z-index: 1; color: var(--lime); font-size: 11px; font-weight: 900; letter-spacing: .13em; }
.learn-visual h2 { position: relative; z-index: 1; max-width: 360px; margin: 48px 0 26px; font-size: 39px; line-height: 1.04; letter-spacing: -.05em; }
.visual-list { position: relative; z-index: 1; display: grid; gap: 12px; }
.visual-list span { display: flex; align-items: center; gap: 12px; padding: 13px 15px; border: 1px solid rgba(255,255,255,.15); border-radius: 12px; background: rgba(255,255,255,.07); font-size: 13px; font-weight: 750; }
.visual-list b { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 8px; color: var(--ink); background: var(--lime); font-size: 11px; }
.pain-summary { margin: 32px 0 0; padding-left: 24px; border-left: 3px solid var(--lime); font-size: 18px; font-weight: 800; }
.learning-roadmap { display: grid; gap: 1px; overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: var(--line); }
.roadmap-step { display: grid; grid-template-columns: 116px 1fr 1fr; gap: 30px; align-items: start; padding: 34px; background: var(--white); }
.roadmap-step > strong { color: var(--green); font-size: 12px; letter-spacing: .1em; }
.roadmap-step h3 { margin: 0 0 11px; font-size: 25px; letter-spacing: -.04em; }
.roadmap-step p { margin: 0; color: var(--muted); line-height: 1.65; }
.roadmap-step ul { display: grid; grid-template-columns: 1fr 1fr; gap: 9px 22px; margin: 0; padding: 0; list-style: none; color: #40564e; font-size: 13px; }
.roadmap-step li::before { margin-right: 8px; color: var(--green); content: "•"; }
.starter-kit { display: grid; grid-template-columns: .75fr 1.25fr; gap: 60px; align-items: center; }
.kit-cover { min-height: 470px; display: flex; flex-direction: column; justify-content: space-between; padding: 38px; border-radius: 28px; color: white; background: linear-gradient(155deg, #0d7958, #063d2d); box-shadow: var(--shadow); transform: rotate(-2deg); }
.kit-cover span { color: var(--lime); font-size: 11px; font-weight: 900; letter-spacing: .14em; }
.kit-cover strong { max-width: 330px; font-size: 48px; line-height: .98; letter-spacing: -.06em; }
.kit-cover small { color: #c9d9d2; }
.kit-content h2 { margin: 0 0 18px; font-size: clamp(38px, 4.5vw, 58px); line-height: 1; letter-spacing: -.055em; }
.kit-content > p { color: var(--muted); line-height: 1.7; }
.check-list { display: grid; grid-template-columns: 1fr 1fr; gap: 13px 22px; margin: 26px 0 30px; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 28px; font-size: 14px; font-weight: 750; }
.check-list li::before { position: absolute; left: 0; width: 20px; height: 20px; display: grid; place-items: center; border-radius: 50%; content: "✓"; color: white; background: var(--green); font-size: 11px; }
.content-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.content-card { padding: 28px; border: 1px solid var(--line); border-radius: 20px; background: var(--white); }
.content-card > span { color: var(--green); font-size: 11px; font-weight: 900; }
.content-card h3 { min-height: 54px; margin: 20px 0 11px; font-size: 21px; line-height: 1.2; }
.content-card p { color: var(--muted); font-size: 13px; line-height: 1.6; }
.content-card details { border-top: 1px solid var(--line); padding-top: 14px; }
.content-card summary { color: var(--green); font-size: 12px; font-weight: 850; cursor: pointer; }
.why-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.why-grid article { min-height: 250px; padding: 28px; border: 1px solid rgba(255,255,255,.13); border-radius: 20px; background: rgba(255,255,255,.05); }
.why-grid span { color: var(--lime); font-size: 11px; font-weight: 900; }
.why-grid h3 { margin: 42px 0 12px; font-size: 21px; }
.why-grid p { margin: 0; color: #bbcec6; font-size: 13px; line-height: 1.65; }
.whatsapp-value { display: grid; grid-template-columns: .9fr 1.1fr; gap: 60px; align-items: center; }
.whatsapp-value h2 { margin: 0; font-size: clamp(40px, 5vw, 62px); line-height: 1; letter-spacing: -.055em; }
.value-panel { padding: 34px; border: 1px solid var(--line); border-radius: 24px; background: white; box-shadow: var(--shadow); }
.value-panel .check-list { grid-template-columns: 1fr; margin-top: 0; }
.faq-list { max-width: 900px; margin-inline: auto; border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); padding: 23px 4px; }
.faq-list summary { display: flex; justify-content: space-between; gap: 20px; font-size: 18px; font-weight: 850; cursor: pointer; list-style: none; }
.faq-list summary::after { content: "+"; color: var(--green); }
.faq-list details[open] summary::after { content: "−"; }
.faq-list p { max-width: 760px; margin: 16px 0 0; color: var(--muted); line-height: 1.7; }
.final-cta { padding-block: 86px; text-align: center; }
.final-cta h2 { margin: 0 auto 18px; font-size: clamp(42px, 5.5vw, 68px); line-height: 1; letter-spacing: -.06em; }
.final-cta > p { max-width: 650px; margin: 0 auto 28px; color: var(--muted); font-size: 17px; line-height: 1.7; }
.final-cta .campaign-button { min-width: 330px; }

/* Free guide */
.guide-page { background: #edf4ef; }
.guide-header { position: static; background: transparent; }
.guide-hero { padding-block: 56px 72px; }
.guide-hero-grid { display: grid; grid-template-columns: 1.02fr .98fr; gap: 72px; align-items: center; }
.free-label { display: inline-flex; padding: 8px 12px; border-radius: 999px; color: var(--green-dark); background: var(--lime); font-size: 11px; font-weight: 950; letter-spacing: .13em; }
.guide-hero h1 { max-width: 650px; margin: 22px 0; font-size: clamp(50px, 6.4vw, 78px); line-height: .96; letter-spacing: -.067em; }
.guide-hero .lead { max-width: 620px; color: var(--muted); font-size: 18px; line-height: 1.7; }
.guide-benefits { display: grid; gap: 11px; margin: 27px 0 30px; padding: 0; list-style: none; }
.guide-benefits li { display: flex; gap: 11px; font-size: 14px; font-weight: 780; }
.guide-benefits li::before { content: "✓"; color: var(--green); }
.guide-card { position: relative; padding: 24px; border-radius: 30px; background: white; box-shadow: var(--shadow); }
.guide-mockup { min-height: 520px; display: flex; flex-direction: column; padding: 42px; border-radius: 21px; color: white; background: linear-gradient(145deg, #0a7052, #063e2e); }
.guide-mockup .logo-line { display: flex; justify-content: space-between; color: var(--lime); font-size: 11px; font-weight: 900; letter-spacing: .13em; }
.guide-mockup h2 { max-width: 360px; margin: auto 0 25px; font-size: 52px; line-height: .94; letter-spacing: -.06em; }
.guide-mockup p { max-width: 350px; margin: 0; color: #c9d9d2; }
.guide-mockup .page-count { align-self: end; margin-top: 50px; color: var(--lime); font-weight: 850; }
.guide-items { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.guide-item { min-height: 260px; padding: 26px; border: 1px solid var(--line); border-radius: 19px; background: white; }
.guide-item span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 12px; color: var(--green-dark); background: var(--green-soft); font-size: 12px; font-weight: 900; }
.guide-item h3 { margin: 36px 0 12px; font-size: 20px; line-height: 1.12; }
.guide-item p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.6; }
.guide-market-section { background: #f4f7f2; }
.guide-market-layout { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(300px, .55fr); gap: 20px; align-items: stretch; }
.guide-market-chart { min-height: 570px; padding: 12px; overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: white; box-shadow: var(--shadow); }
.guide-market-chart .tradingview-widget-container { width: 100%; height: 100%; min-height: 545px; }
.guide-market-chart .tradingview-widget-container__widget { width: 100%; height: calc(100% - 44px); min-height: 495px; }
.guide-market-credit { display: flex; justify-content: space-between; gap: 16px; padding: 11px 8px 3px; color: var(--muted); font-size: 9px; line-height: 1.5; }
.guide-market-credit a { color: var(--green); font-weight: 800; }
.guide-market-context { display: flex; flex-direction: column; padding: 34px; border: 1px solid var(--line); border-radius: 24px; background: white; box-shadow: var(--shadow); }
.guide-market-context .free-label { align-self: start; }
.guide-market-context h3 { margin: 28px 0 14px; font-size: 31px; line-height: 1.05; letter-spacing: -.045em; }
.guide-market-context > p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.7; }
.guide-market-context ul { display: grid; gap: 17px; margin: 28px 0 30px; padding: 24px 0; border-block: 1px solid var(--line); list-style: none; color: var(--muted); font-size: 13px; line-height: 1.6; }
.guide-market-context li { position: relative; padding-left: 18px; }
.guide-market-context li::before { position: absolute; left: 0; color: var(--green); content: "•"; }
.guide-market-context .campaign-button { margin-top: auto; }
.campaign-news-section { color: white; background: #062f24; }
.campaign-news-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; }
.campaign-news-heading .section-heading { margin-bottom: 38px; }
.campaign-news-heading .section-heading p { color: #b8cbc3; }
#campaign-news-status { max-width: 340px; margin-bottom: 42px; color: #9fb5ac; font-size: 10px; line-height: 1.5; text-align: right; }
.campaign-news-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.campaign-news-grid article { min-height: 280px; display: flex; flex-direction: column; padding: 28px; border: 1px solid rgba(255,255,255,.13); border-radius: 20px; background: rgba(255,255,255,.055); }
.campaign-news-grid article > span { color: var(--lime); font-size: 9px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.campaign-news-grid h3 { margin: 34px 0 13px; font-size: 23px; line-height: 1.12; letter-spacing: -.035em; }
.campaign-news-grid p { margin: 0 0 22px; color: #b9ccc4; font-size: 13px; line-height: 1.65; }
.campaign-news-grid a { margin-top: auto; color: var(--lime); font-size: 11px; font-weight: 850; text-decoration: none; }
.campaign-news-analysis { display: grid; grid-template-columns: 1fr auto; gap: 28px; align-items: center; margin-top: 18px; padding: 30px; border-radius: 20px; color: var(--ink); background: var(--lime); }
.campaign-news-analysis span { color: var(--green-dark); font-size: 9px; font-weight: 950; letter-spacing: .1em; }
.campaign-news-analysis h3 { margin: 12px 0 8px; font-size: 27px; letter-spacing: -.04em; }
.campaign-news-analysis p { max-width: 820px; margin: 0; color: #2d4a40; font-size: 13px; line-height: 1.65; }
.campaign-news-analysis > b { min-width: 92px; padding: 10px 13px; border-radius: 999px; color: white; background: var(--green-dark); font-size: 10px; text-align: center; text-transform: uppercase; }
.campaign-news-analysis > b[data-tone="positif"] { color: var(--green-dark); background: white; }
.campaign-news-analysis > b[data-tone="waspada"] { background: #9b392c; }
.campaign-news-action { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 30px; }
.campaign-news-action p { color: #bed0c9; font-size: 14px; }
.fit-list { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; max-width: 900px; margin-inline: auto; padding: 0; list-style: none; }
.fit-list li { padding: 18px 20px; border: 1px solid var(--line); border-radius: 14px; background: white; font-weight: 750; }
.fit-list li::before { margin-right: 12px; color: var(--green); content: "✓"; }
.steps-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.steps-3 article { padding: 30px; border: 1px solid rgba(255,255,255,.14); border-radius: 20px; background: rgba(255,255,255,.05); }
.steps-3 span { color: var(--lime); font-size: 11px; font-weight: 900; }
.steps-3 h3 { margin: 50px 0 10px; font-size: 24px; }
.steps-3 p { color: #c3d3cc; line-height: 1.65; }
.positioning { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.positioning h2 { margin: 0; font-size: clamp(40px, 5vw, 62px); line-height: 1; letter-spacing: -.055em; }
.positioning-copy { padding: 32px; border-left: 3px solid var(--lime); }
.positioning-copy p { color: var(--muted); line-height: 1.7; }
.positioning-copy ul { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; padding: 0; list-style: none; font-weight: 750; }
.guide-final { background: var(--yellow); }

.campaign-footer { padding-block: 46px; color: #c2d1ca; background: #062f24; }
.footer-main { display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: start; }
.footer-main-links-only { grid-template-columns: 1fr; }
.footer-main-links-only .footer-links { justify-content: start; }
.campaign-footer .campaign-brand { color: white; }
.campaign-footer p { max-width: 620px; margin: 18px 0 0; font-size: 12px; line-height: 1.7; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: end; gap: 18px; }
.footer-links a { font-size: 12px; font-weight: 750; text-decoration: none; }
.footer-disclaimer { margin-top: 34px; padding-top: 23px; border-top: 1px solid rgba(255,255,255,.12); font-size: 11px; line-height: 1.7; }

@media (max-width: 980px) {
  .campaign-nav-links a:not(.campaign-button) { display: none; }
  .learn-hero-grid, .guide-hero-grid, .starter-kit, .whatsapp-value, .positioning { grid-template-columns: 1fr; }
  .learn-visual { min-height: 410px; }
  .grid-3, .why-grid { grid-template-columns: 1fr 1fr; }
  .grid-4 { grid-template-columns: 1fr 1fr; }
  .roadmap-step { grid-template-columns: 90px 1fr; }
  .roadmap-step ul { grid-column: 2; }
  .guide-items { grid-template-columns: repeat(2, 1fr); }
  .guide-item:last-child { grid-column: 1 / -1; min-height: auto; }
  .guide-market-layout { grid-template-columns: 1fr; }
  .guide-market-context .campaign-button { margin-top: 0; }
}

@media (max-width: 680px) {
  .campaign-shell { width: min(100% - 28px, 1160px); }
  .campaign-nav { min-height: 64px; }
  .campaign-brand span:last-child { max-width: 150px; line-height: 1.1; }
  .campaign-nav-links .campaign-button { padding: 9px 12px; font-size: 11px; }
  .campaign-section { padding-block: 66px; }
  .learn-hero, .guide-hero { padding-block: 43px 62px; }
  .learn-hero h1, .guide-hero h1 { font-size: 48px; }
  .learn-hero-grid, .guide-hero-grid { gap: 44px; }
  .learn-visual { min-height: 400px; padding: 28px; }
  .learn-visual h2 { font-size: 34px; }
  .grid-3, .grid-4, .content-cards, .why-grid, .steps-3, .fit-list, .guide-items { grid-template-columns: 1fr; }
  .campaign-news-grid { grid-template-columns: 1fr; }
  .guide-market-chart { min-height: 500px; padding: 8px; border-radius: 18px; }
  .guide-market-chart .tradingview-widget-container { min-height: 480px; }
  .guide-market-chart .tradingview-widget-container__widget { min-height: 430px; }
  .guide-market-credit { display: grid; gap: 3px; }
  .guide-market-context { padding: 26px; }
  .campaign-news-heading, .campaign-news-analysis, .campaign-news-action { display: grid; grid-template-columns: 1fr; }
  #campaign-news-status { margin: -20px 0 28px; text-align: left; }
  .campaign-news-analysis > b { justify-self: start; }
  .campaign-news-action .campaign-button { width: 100%; }
  .guide-item:last-child { grid-column: auto; }
  .info-card { min-height: auto; }
  .info-card h3 { margin-top: 28px; }
  .roadmap-step { grid-template-columns: 1fr; gap: 14px; padding: 26px; }
  .roadmap-step ul { grid-column: auto; grid-template-columns: 1fr; }
  .kit-cover { min-height: 390px; transform: none; }
  .kit-cover strong { font-size: 42px; }
  .check-list, .positioning-copy ul { grid-template-columns: 1fr; }
  .guide-mockup { min-height: 430px; padding: 30px; }
  .guide-mockup h2 { font-size: 43px; }
  .hero-actions, .hero-actions .campaign-button, .final-cta .campaign-button { width: 100%; min-width: 0; }
  .footer-main { grid-template-columns: 1fr; }
  .footer-links { justify-content: start; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .campaign-button { transition: none; }
}
