:root {
  --gfp-bg: #080a0a;
  --gfp-bg-soft: #111514;
  --gfp-panel: #171c1a;
  --gfp-panel-2: #202622;
  --gfp-line: rgba(255,255,255,.10);
  --gfp-text: #f4f7f2;
  --gfp-muted: #aab4ad;
  --gfp-accent: #beff2e;
  --gfp-accent-dark: #0d1506;
  --gfp-max: 1180px;
  --gfp-radius: 28px;
  --gfp-shadow: 0 28px 80px rgba(0,0,0,.35);
}

body.gfp-active-page {
  background: var(--gfp-bg);
}

body.gfp-active-page .site-content,
body.gfp-active-page .content-area,
body.gfp-active-page .site-main,
body.gfp-active-page article,
body.gfp-active-page .inside-article,
body.gfp-active-page .entry-content {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

body.gfp-active-page .site-content { display: block; }
body.gfp-active-page .widget-area { display: none; }
body.gfp-active-page .entry-header,
body.gfp-active-page .entry-meta,
body.gfp-active-page .post-navigation,
body.gfp-active-page .comments-area { display: none; }

.gfp-page,
.gfp-page * { box-sizing: border-box; }

.gfp-page {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  overflow: clip;
  background: var(--gfp-bg);
  color: var(--gfp-text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.72;
  letter-spacing: -.01em;
}

.gfp-page img { display: block; max-width: 100%; height: auto; }
.gfp-page a { text-decoration: none; }
.gfp-page p { margin: 0 0 1.2rem; color: #d7ddd8; font-size: clamp(1rem, .94rem + .18vw, 1.12rem); }
.gfp-page h1,
.gfp-page h2,
.gfp-page h3 { color: var(--gfp-text); font-weight: 800; line-height: 1.06; letter-spacing: -.045em; margin: 0; }
.gfp-page h2 { font-size: clamp(2rem, 1.35rem + 2.1vw, 3.45rem); }
.gfp-page h3 { font-size: 1.35rem; }
.gfp-page em { color: var(--gfp-accent); font-style: normal; }

.gfp-container { width: min(calc(100% - 40px), var(--gfp-max)); margin-inline: auto; }
.gfp-section-label,
.gfp-kicker { display: inline-flex; align-items: center; gap: 10px; color: var(--gfp-accent); font-size: .78rem; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.gfp-section-label::before,
.gfp-kicker::before { content: ""; width: 28px; height: 2px; background: var(--gfp-accent); }

.gfp-progress { position: fixed; inset: 0 0 auto; height: 4px; z-index: 9999; background: rgba(255,255,255,.05); }
.gfp-progress span { display: block; width: 0; height: 100%; background: var(--gfp-accent); box-shadow: 0 0 18px rgba(190,255,46,.65); }

.gfp-hero { position: relative; min-height: 760px; padding: 92px 0 70px; isolation: isolate; background: radial-gradient(circle at 75% 18%, rgba(190,255,46,.12), transparent 30%), linear-gradient(145deg,#070909,#121716); }
.gfp-hero-bg { position: absolute; inset: 0; z-index: -1; opacity: .32; background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: 76px 76px; mask-image: linear-gradient(to bottom,#000 45%,transparent 100%); }
.gfp-hero-grid { display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: clamp(40px,6vw,90px); }
.gfp-hero-copy h1 { max-width: 760px; font-size: clamp(3rem, 2rem + 4vw, 6.45rem); margin: 24px 0; }
.gfp-lead { max-width: 680px; color: #c9d0ca !important; font-size: clamp(1.12rem, 1rem + .5vw, 1.42rem) !important; }
.gfp-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; margin: 34px 0 16px; }
.gfp-btn { display: inline-flex; justify-content: center; align-items: center; min-height: 58px; padding: 15px 25px; border-radius: 14px; border: 1px solid transparent; font-size: .9rem; font-weight: 900; letter-spacing: .045em; text-align: center; transition: transform .22s ease, box-shadow .22s ease, background .22s ease; }
.gfp-btn:hover { transform: translateY(-3px); }
.gfp-btn-primary { color: #0a0e08 !important; background: var(--gfp-accent); box-shadow: 0 18px 42px rgba(190,255,46,.18); }
.gfp-btn-primary:hover { box-shadow: 0 22px 55px rgba(190,255,46,.28); }
.gfp-btn-ghost { color: var(--gfp-text) !important; border-color: rgba(255,255,255,.2); background: rgba(255,255,255,.035); }
.gfp-btn-large { min-height: 66px; padding-inline: 34px; }
.gfp-checkout-note { margin-bottom: 22px !important; color: var(--gfp-muted) !important; font-size: .88rem !important; }
.gfp-trust-row { display: flex; flex-wrap: wrap; gap: 20px; padding: 0; margin: 0; list-style: none; }
.gfp-trust-row li { position: relative; padding-left: 18px; color: #cbd4cd; font-size: .9rem; }
.gfp-trust-row li::before { content: ""; position: absolute; left: 0; top: .65em; width: 7px; height: 7px; border-radius: 50%; background: var(--gfp-accent); box-shadow: 0 0 0 4px rgba(190,255,46,.1); }
.gfp-hero-media { position: relative; }
.gfp-hero-media figure { margin: 0; border-radius: 34px; overflow: hidden; border: 1px solid rgba(255,255,255,.12); box-shadow: var(--gfp-shadow); transform: rotate(1.5deg); }
.gfp-floating-card { position: absolute; min-width: 195px; padding: 16px 19px; border: 1px solid rgba(255,255,255,.14); border-radius: 18px; background: rgba(15,19,18,.87); backdrop-filter: blur(14px); box-shadow: 0 18px 40px rgba(0,0,0,.35); }
.gfp-floating-card b { display: block; color: var(--gfp-accent); font-size: 1rem; }
.gfp-floating-card span { color: var(--gfp-muted); font-size: .8rem; }
.gfp-floating-card-one { left: -34px; bottom: 68px; }
.gfp-floating-card-two { right: -22px; top: 70px; }

.gfp-proof-strip { border-block: 1px solid var(--gfp-line); background: #0d100f; }
.gfp-proof-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.gfp-proof-grid > div { min-height: 126px; display: flex; align-items: center; gap: 15px; padding: 25px; border-right: 1px solid var(--gfp-line); }
.gfp-proof-grid > div:last-child { border-right: 0; }
.gfp-proof-grid strong { color: var(--gfp-accent); font-size: 1.5rem; }
.gfp-proof-grid span { color: #d9dfda; font-size: .98rem; font-weight: 700; }

.gfp-answer-box { display: grid; grid-template-columns: 170px 1fr; gap: 35px; align-items: start; margin-top: 110px; padding: 40px; border: 1px solid rgba(190,255,46,.28); border-radius: var(--gfp-radius); background: linear-gradient(135deg,rgba(190,255,46,.08),rgba(255,255,255,.025)); }
.gfp-answer-badge { color: var(--gfp-accent); font-weight: 900; font-size: .8rem; letter-spacing: .13em; }
.gfp-answer-box h2 { font-size: clamp(1.8rem,1.5rem + 1vw,2.6rem); margin-bottom: 15px; }
.gfp-answer-box p { margin: 0; }

.gfp-feature-intro { padding: 120px 0 70px; text-align: center; }
.gfp-feature-intro > h2 { max-width: 780px; margin: 18px auto 20px; }
.gfp-feature-intro > p { max-width: 760px; margin: 0 auto 45px; color: var(--gfp-muted); }
.gfp-feature-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; text-align: left; }
.gfp-feature-card { min-height: 235px; padding: 30px; border: 1px solid var(--gfp-line); border-radius: 22px; background: linear-gradient(150deg,rgba(255,255,255,.045),rgba(255,255,255,.015)); }
.gfp-feature-card > span { display: block; color: var(--gfp-accent); font-size: .82rem; font-weight: 900; margin-bottom: 45px; }
.gfp-feature-card h3 { margin-bottom: 12px; }
.gfp-feature-card p { margin: 0; color: var(--gfp-muted); font-size: .97rem; }

.gfp-toc-wrap { padding: 30px 0 80px; }
.gfp-toc { display: grid; grid-template-columns: .75fr 1.25fr; gap: 50px; padding: 36px; border-radius: var(--gfp-radius); background: var(--gfp-panel); border: 1px solid var(--gfp-line); }
.gfp-toc h2 { font-size: clamp(1.7rem,1.35rem + 1vw,2.5rem); margin-top: 14px; }
.gfp-toc nav { display: grid; grid-template-columns: repeat(2,1fr); gap: 10px; }
.gfp-toc a { display: flex; align-items: center; min-height: 49px; padding: 10px 15px; color: #dbe2dc; border-radius: 12px; background: rgba(255,255,255,.035); border: 1px solid transparent; }
.gfp-toc a:hover { color: var(--gfp-accent); border-color: rgba(190,255,46,.24); }

.gfp-article { max-width: 920px; padding-bottom: 70px; }
.gfp-editorial-meta { display: flex; align-items: center; gap: 14px; margin: 20px 0 65px; padding-bottom: 22px; border-bottom: 1px solid var(--gfp-line); }
.gfp-avatar { width: 48px; height: 48px; border-radius: 15px; display: grid; place-items: center; color: #0b0f09; background: var(--gfp-accent); font-weight: 950; }
.gfp-editorial-meta strong,
.gfp-editorial-meta span { display: block; }
.gfp-editorial-meta strong { color: var(--gfp-text); }
.gfp-editorial-meta span { color: var(--gfp-muted); font-size: .85rem; }
.gfp-article-section { scroll-margin-top: 80px; margin-bottom: 66px; }
.gfp-article-section h2 { margin-bottom: 25px; font-size: clamp(1.85rem,1.45rem + 1.35vw,3rem); }
.gfp-article-section p { max-width: 830px; }
.gfp-article-section p:first-of-type::first-letter { color: var(--gfp-accent); font-size: 1.08em; font-weight: 800; }
.gfp-media { margin: 0 0 35px; overflow: hidden; border-radius: var(--gfp-radius); border: 1px solid var(--gfp-line); background: var(--gfp-panel); box-shadow: 0 20px 65px rgba(0,0,0,.25); }
.gfp-media img { width: 100%; }
.gfp-media figcaption { padding: 12px 18px; color: var(--gfp-muted); font-size: .78rem; border-top: 1px solid var(--gfp-line); }
.gfp-inline-cta { margin: 10px 0 75px; padding: 30px; border-radius: 24px; border: 1px solid rgba(190,255,46,.24); background: linear-gradient(115deg,rgba(190,255,46,.11),rgba(255,255,255,.02)); }
.gfp-inline-cta span,
.gfp-inline-cta strong,
.gfp-inline-cta small { display: block; }
.gfp-inline-cta span { color: var(--gfp-accent); font-size: .78rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.gfp-inline-cta strong { margin: 6px 0 19px; color: var(--gfp-text); font-size: clamp(1.3rem,1.1rem + .7vw,1.8rem); }
.gfp-inline-cta small { margin-top: 10px; color: var(--gfp-muted); }

.gfp-comparison { padding: 85px 0 115px; border-top: 1px solid var(--gfp-line); }
.gfp-comparison-copy { max-width: 760px; margin-bottom: 45px; }
.gfp-comparison-copy h2 { margin: 18px 0; }
.gfp-comparison-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.gfp-before,
.gfp-after { padding: 34px; border-radius: 24px; border: 1px solid var(--gfp-line); }
.gfp-before { background: #141615; }
.gfp-after { background: linear-gradient(145deg,rgba(190,255,46,.16),rgba(190,255,46,.045)); border-color: rgba(190,255,46,.25); }
.gfp-before > span,
.gfp-after > span { font-size: .8rem; font-weight: 900; letter-spacing: .14em; }
.gfp-before > span { color: #9aa39d; }
.gfp-after > span { color: var(--gfp-accent); }
.gfp-comparison ul { margin: 22px 0 0; padding: 0; list-style: none; }
.gfp-comparison li { position: relative; padding: 11px 0 11px 27px; border-bottom: 1px solid rgba(255,255,255,.07); color: #dbe1dc; }
.gfp-comparison li::before { content: ""; position: absolute; left: 0; top: 20px; width: 9px; height: 9px; border-radius: 50%; background: var(--gfp-accent); }

.gfp-faq-section { padding: 110px 0; background: #0e1110; border-block: 1px solid var(--gfp-line); }
.gfp-faq-section h2 { max-width: 760px; margin: 18px 0 40px; }
.gfp-faq-list { display: grid; gap: 12px; }
.gfp-faq-item { border: 1px solid var(--gfp-line); border-radius: 18px; background: rgba(255,255,255,.026); overflow: hidden; }
.gfp-faq-item summary { position: relative; cursor: pointer; list-style: none; padding: 23px 64px 23px 24px; color: var(--gfp-text); font-weight: 800; }
.gfp-faq-item summary::-webkit-details-marker { display: none; }
.gfp-faq-item summary::after { content: "+"; position: absolute; right: 24px; top: 50%; transform: translateY(-50%); color: var(--gfp-accent); font-size: 1.7rem; font-weight: 400; }
.gfp-faq-item[open] summary::after { content: "−"; }
.gfp-faq-item p { padding: 0 24px 24px; margin: 0; color: var(--gfp-muted); }

.gfp-sources { display: grid; grid-template-columns: 1fr .9fr; gap: 70px; padding: 100px 0; }
.gfp-sources h2 { margin: 18px 0; font-size: clamp(1.8rem,1.4rem + 1vw,2.65rem); }
.gfp-source-links { display: grid; gap: 12px; align-content: start; }
.gfp-source-links a { display: flex; align-items: center; justify-content: space-between; min-height: 57px; padding: 15px 18px; color: #dce3dd; border: 1px solid var(--gfp-line); border-radius: 14px; background: rgba(255,255,255,.025); }
.gfp-source-links a::after { content: "↗"; color: var(--gfp-accent); }
.gfp-source-links a:hover { border-color: rgba(190,255,46,.32); color: var(--gfp-accent); }

.gfp-final-cta { padding: 115px 0; background: linear-gradient(135deg,#111614,#080a0a 65%); }
.gfp-final-grid { display: grid; grid-template-columns: 1fr .82fr; gap: 75px; align-items: center; }
.gfp-final-grid h2 { margin: 20px 0; font-size: clamp(2.5rem,1.8rem + 2.8vw,5rem); }
.gfp-final-grid figure { margin: 0; border-radius: 30px; overflow: hidden; border: 1px solid rgba(255,255,255,.14); box-shadow: var(--gfp-shadow); }
.gfp-final-grid small { display: block; margin-top: 12px; color: var(--gfp-muted); }
.gfp-disclaimer { padding: 35px 0 95px; background: #080a0a; }
.gfp-disclaimer .gfp-container { padding-top: 30px; border-top: 1px solid var(--gfp-line); }
.gfp-disclaimer strong { color: #dce3dd; }
.gfp-disclaimer p { margin: 8px 0 0; color: #87908a; font-size: .86rem; }

.gfp-mobile-cta { display: none; }
.gfp-reveal { opacity: 0; transform: translateY(24px); transition: opacity .65s ease, transform .65s ease; }
.gfp-reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .gfp-hero { min-height: auto; padding-top: 70px; }
  .gfp-hero-grid,
  .gfp-final-grid,
  .gfp-sources { grid-template-columns: 1fr; }
  .gfp-hero-copy { text-align: center; }
  .gfp-hero-copy .gfp-kicker { justify-content: center; }
  .gfp-lead { margin-inline: auto !important; }
  .gfp-actions,
  .gfp-trust-row { justify-content: center; }
  .gfp-hero-media { max-width: 760px; margin: 30px auto 0; }
  .gfp-proof-grid { grid-template-columns: repeat(2,1fr); }
  .gfp-proof-grid > div:nth-child(2) { border-right: 0; }
  .gfp-proof-grid > div:nth-child(-n+2) { border-bottom: 1px solid var(--gfp-line); }
  .gfp-feature-grid { grid-template-columns: 1fr; }
  .gfp-toc { grid-template-columns: 1fr; }
  .gfp-final-grid figure { max-width: 720px; }
}

@media (max-width: 720px) {
  .gfp-container { width: min(calc(100% - 26px), var(--gfp-max)); }
  .gfp-page { padding-bottom: 78px; }
  .gfp-hero { padding: 54px 0 45px; }
  .gfp-hero-copy h1 { margin: 18px 0; font-size: clamp(2.65rem,13vw,4.25rem); }
  .gfp-actions { display: grid; }
  .gfp-btn { width: 100%; }
  .gfp-floating-card { display: none; }
  .gfp-proof-grid { grid-template-columns: 1fr 1fr; }
  .gfp-proof-grid > div { min-height: 100px; padding: 18px 12px; flex-direction: column; align-items: flex-start; gap: 4px; }
  .gfp-proof-grid span { font-size: .85rem; }
  .gfp-answer-box { grid-template-columns: 1fr; gap: 15px; margin-top: 70px; padding: 26px; }
  .gfp-feature-intro { padding: 85px 0 50px; }
  .gfp-toc-wrap { padding-bottom: 55px; }
  .gfp-toc { padding: 24px; gap: 24px; }
  .gfp-toc nav { grid-template-columns: 1fr; }
  .gfp-editorial-meta { align-items: flex-start; }
  .gfp-article-section { margin-bottom: 52px; }
  .gfp-inline-cta { padding: 24px; }
  .gfp-comparison { padding: 65px 0 80px; }
  .gfp-comparison-grid { grid-template-columns: 1fr; }
  .gfp-faq-section { padding: 80px 0; }
  .gfp-sources { gap: 35px; padding: 75px 0; }
  .gfp-final-cta { padding: 80px 0; }
  .gfp-final-grid { gap: 40px; }
  .gfp-mobile-cta { position: fixed; left: 12px; right: 12px; bottom: 10px; z-index: 9998; display: flex; justify-content: space-between; align-items: center; min-height: 60px; padding: 11px 17px; border-radius: 16px; color: #0a0e08 !important; background: var(--gfp-accent); box-shadow: 0 16px 45px rgba(0,0,0,.45); }
  .gfp-mobile-cta span { font-size: .72rem; font-weight: 900; letter-spacing: .12em; }
  .gfp-mobile-cta strong { font-size: .88rem; }
}

@media (prefers-reduced-motion: reduce) {
  .gfp-reveal { opacity: 1; transform: none; transition: none; }
  .gfp-btn { transition: none; }
}
