/* FG Site Experience: shared tokens and scoped components. */
:root{--fgx-bg:#0c0d10;--fgx-surface:#15171c;--fgx-line:#30333b;--fgx-ink:#f7f7f5;--fgx-muted:#b6bac4;--fgx-accent:#ff7043;--fgx-max:1180px}
.fgx-site{background:var(--fgx-bg);color:var(--fgx-ink);margin:0}.fgx-main,.fgx-header,.fgx-footer,.fgx-article-cta{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.6;-webkit-font-smoothing:antialiased}.fgx-main *,.fgx-header *,.fgx-footer *,.fgx-article-cta *{box-sizing:border-box}.fgx-main a,.fgx-header a,.fgx-footer a,.fgx-article-cta a{color:inherit;text-decoration:none}.fgx-main h1,.fgx-main h2,.fgx-main h3,.fgx-article-cta h2,.fgx-article-cta h3{color:var(--fgx-ink);font-family:inherit;font-weight:650;line-height:1.13;letter-spacing:-.04em;margin:0 0 20px}.fgx-main h1{font-size:clamp(39px,4.6vw,65px);max-width:950px}.fgx-main h2{font-size:clamp(29px,3vw,42px)}.fgx-main h3{font-size:23px;letter-spacing:-.025em}.fgx-main p{margin:0 0 23px;color:var(--fgx-muted)}.fgx-main em{font-style:normal;color:var(--fgx-accent)}.fgx-wrap{width:min(var(--fgx-max),calc(100% - 64px));margin-inline:auto}.fgx-main{background:var(--fgx-bg);color:var(--fgx-ink);min-height:60vh}.fgx-section{padding-block:76px}.fgx-section-tight{padding-top:0}.fgx-eyebrow{display:block!important;color:var(--fgx-accent)!important;font-size:12px!important;font-weight:750;line-height:1.5;letter-spacing:.13em;text-transform:uppercase;margin:0 0 22px!important}.fgx-main .fgx-lead{font-size:19px;line-height:1.7;max-width:730px}.fgx-main .fgx-small,.fgx-small{font-size:13px;line-height:1.7;color:var(--fgx-muted);margin-top:22px}.fgx-actions{display:flex;flex-wrap:wrap;align-items:center;gap:12px;margin-block:28px}.fgx-main .fgx-btn,.fgx-article-cta .fgx-btn{display:inline-flex;align-items:center;justify-content:center;gap:12px;padding:15px 22px;min-height:52px;background:var(--fgx-accent);border:1px solid var(--fgx-accent);border-radius:8px;color:#17100d;font:650 14px/1.4 Inter,system-ui,sans-serif;letter-spacing:0;text-align:center;cursor:pointer;transition:background .18s,transform .18s}.fgx-main .fgx-btn:hover,.fgx-article-cta .fgx-btn:hover{background:#ff8b65;transform:translateY(-1px)}.fgx-main .fgx-btn-secondary{color:var(--fgx-ink);background:transparent;border-color:#555a65}.fgx-main .fgx-btn-secondary:hover{background:#23262d}.fgx-main .fgx-text-link,.fgx-article-cta .fgx-text-link{display:inline-block;color:var(--fgx-ink);font-size:14px;font-weight:600;text-decoration:underline;text-decoration-color:#666;text-underline-offset:6px}.fgx-main .fgx-text-link:hover{color:var(--fgx-accent)}.fgx-main p a,.fgx-prose li a{color:var(--fgx-ink);text-decoration:underline;text-underline-offset:3px}.fgx-main :focus-visible,.fgx-header :focus-visible,.fgx-footer :focus-visible,.fgx-article-cta :focus-visible{outline:3px solid #ff9b78;outline-offset:5px}
.fgx-header{position:relative;z-index:90;background:#0c0d10;color:#f7f7f5;border-bottom:1px solid #292b32}.fgx-nav-wrap{width:min(1320px,calc(100% - 64px));margin:auto;min-height:88px;display:flex;align-items:center;justify-content:space-between;gap:34px}.fgx-logo{display:flex;flex:0 0 auto}.fgx-logo img{width:176px;height:46px;object-fit:contain;display:block}.fgx-header nav{display:flex;align-items:center;gap:28px}.fgx-header nav a{font-size:13px;font-weight:600;line-height:1.4;min-height:44px;display:flex;align-items:center;gap:8px;white-space:nowrap}.fgx-header nav a:hover,.fgx-header nav a[aria-current=page]{color:var(--fgx-accent)}.fgx-header nav .fgx-nav-cta{padding:12px 18px;border:1px solid #57504a;border-radius:6px;color:var(--fgx-ink)}.fgx-menu-toggle{display:none}.fgx-skip{position:absolute;top:4px;left:10px;transform:translateY(-200%);padding:12px;background:#fff!important;color:#000!important;z-index:99}.fgx-skip:focus{transform:translateY(0)}
.fgx-hero{display:grid;grid-template-columns:1.22fr 1fr;gap:70px;align-items:center;padding-block:72px 64px}.fgx-portrait{position:relative;margin:0;background:radial-gradient(ellipse at 50% 80%,#554034,transparent 80%),#18191e;border:1px solid #34312e;border-radius:18px;overflow:hidden;align-self:stretch;min-height:450px}.fgx-portrait img{display:block;width:100%;height:100%;position:absolute;inset:0;object-fit:cover;object-position:center top}.fgx-portrait figcaption{position:absolute;bottom:0;left:0;right:0;padding:85px 28px 28px;background:linear-gradient(transparent,#101115 85%);font-size:14px}.fgx-portrait figcaption span{display:block;color:#d3c2b7;font-size:12px}.fgx-portrait figcaption strong{font-weight:600}.fgx-grid3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.fgx-grid2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.fgx-section-head{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:34px}.fgx-section-head h2{margin:0}.fgx-section-head>.fgx-text-link{flex-shrink:0}.fgx-path{padding:30px;background:#14161a;border:1px solid var(--fgx-line);border-radius:12px;transition:border-color .2s,background .2s;display:flex;flex-direction:column}.fgx-path:hover{background:#1a1b20;border-color:#86604d}.fgx-path h3{margin-top:25px}.fgx-path p{font-size:15px}.fgx-path .fgx-text-link{margin-top:auto}.fgx-num{font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#ffad8e}.fgx-band{background:#121418;border-block:1px solid #292c32;padding:80px 0}.fgx-split{display:grid;grid-template-columns:1fr 1fr;gap:90px;align-items:start}.fgx-steps{list-style:none;counter-reset:steps;margin:0;padding:0}.fgx-steps li{position:relative;padding:0 0 20px 50px;margin-bottom:20px;border-bottom:1px solid #30323a}.fgx-steps li:last-child{margin-bottom:0;padding-bottom:0;border:0}.fgx-steps li:before{counter-increment:steps;content:"0" counter(steps);position:absolute;left:0;color:var(--fgx-accent);font-size:13px}.fgx-steps strong{color:#f7f7f5;font-size:19px;font-weight:600}.fgx-steps p{margin:7px 0 0;font-size:14px}.fgx-post{min-width:0}.fgx-post-image{aspect-ratio:16/9;display:block;overflow:hidden;background:#1b1c23;border-radius:10px;margin-bottom:18px}.fgx-post-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.fgx-post:hover img{transform:scale(1.025)}.fgx-meta{display:block;color:#a2a7b2;font-size:12px;margin-bottom:10px}.fgx-main .fgx-post h3{font-size:21px;line-height:1.35;letter-spacing:-.025em;margin-bottom:12px}.fgx-post h3 a:hover{color:var(--fgx-accent)}.fgx-post p{font-size:14px;line-height:1.7}.fgx-free{display:grid;grid-template-columns:1.4fr 1fr;gap:60px;background:#1b1816;border:1px solid #49362a;border-radius:14px;padding:48px;align-items:center}.fgx-free p{max-width:600px}.fgx-kit-mark{width:210px;min-height:255px;margin:auto;transform:rotate(5deg);background:#efede5;color:#171915;border-radius:3px 10px 10px 3px;padding:28px;border-left:14px solid #dcd8cd;box-shadow:15px 18px 0 #393329}.fgx-kit-mark span{font-size:31px;font-weight:850;line-height:1.15;letter-spacing:-.05em;display:block}.fgx-kit-mark small{display:block;font-size:12px;margin-top:48px;color:#56544e}.fgx-end{text-align:center;padding-block:70px 100px;max-width:780px}.fgx-end>p:not(.fgx-eyebrow){max-width:620px;margin-inline:auto}.fgx-end>.fgx-text-link{display:block;margin-top:24px}.fgx-end .fgx-actions{justify-content:center}.fgx-end h2{font-size:clamp(32px,4vw,52px)}.fgx-price-card{display:flex;flex-direction:column;border:1px solid var(--fgx-line);background:#14161a;border-radius:14px;padding:30px;min-width:0}.fgx-price-card h3{margin:22px 0 18px}.fgx-price-card p{font-size:15px;flex:1}.fgx-price-card small{color:var(--fgx-muted);font-size:12px;line-height:1.6}.fgx-price-card>small,.fgx-price-card>.fgx-text-link{margin-top:16px}.fgx-featured{border-color:#a76243;background:#211a16}.fgx-price{font-size:34px;font-weight:650;letter-spacing:-.04em;margin:15px 0 25px;color:#fff}.fgx-price small{display:block;letter-spacing:0;font-weight:400}.fgx-topics{display:flex;gap:9px;flex-wrap:wrap;margin-block:35px}.fgx-topics a{display:inline-flex;padding:9px 16px;border:1px solid #3a3e48;border-radius:30px;font-size:13px;min-height:44px;align-items:center}.fgx-topics a:hover,.fgx-topics a[aria-current=page]{color:#17100d;background:var(--fgx-accent);border-color:var(--fgx-accent)}.fgx-note{border:1px solid var(--fgx-line);border-radius:10px;background:#17191e;padding:28px;text-align:left}.fgx-note h2,.fgx-note h3{font-size:22px}.fgx-note ul{margin:0 0 20px;padding-left:20px;color:var(--fgx-muted);font-size:15px}.fgx-note li{margin-bottom:10px}.fgx-note p:last-child{margin-bottom:0}.fgx-prose{max-width:850px}.fgx-prose h2{margin-top:50px}.fgx-prose h3{margin-top:30px}.fgx-prose ul{padding-left:22px;color:var(--fgx-muted)}.fgx-prose li{margin-bottom:12px}.fgx-prose details{padding:22px 0;border-block-end:1px solid var(--fgx-line)}.fgx-prose summary{color:var(--fgx-ink);font-weight:600;cursor:pointer;padding-right:20px}.fgx-prose details p{font-size:15px;margin:18px 0 0}.fgx-contact{display:grid;grid-template-columns:1fr 1fr;gap:75px}.fgx-contact h1{font-size:clamp(40px,4vw,58px)}.fgx-contact .fgx-note{margin-top:30px}.fgx-form-panel{background:#17191e;padding:34px;border:1px solid var(--fgx-line);border-radius:14px;align-self:start}.fgx-form-panel h2{font-size:28px}.fgx-form-panel>p{font-size:14px}.fgx-form-panel form legend{position:absolute!important;width:1px!important;height:1px!important;overflow:hidden!important;clip-path:inset(50%)}.fgx-form-panel label,.fgx-field-label{font:500 14px/1.6 Inter,system-ui,sans-serif!important;color:#f1f2f4!important;display:block;margin-bottom:6px}.fgx-form-panel input:not([type=checkbox]):not([type=hidden]),.fgx-form-panel select,.fgx-form-panel textarea,.fgx-search input{border:1px solid #555b66!important;color:#f7f7f5!important;background:#101216!important;border-radius:6px!important;font:400 16px/1.5 Inter,system-ui,sans-serif!important;min-height:48px;padding:12px 14px!important;max-width:100%;width:100%}.fgx-form-panel input::placeholder,.fgx-form-panel textarea::placeholder{color:#949ba7}.fgx-form-panel #fgx-interest{margin-bottom:24px}.fgx-form-panel .ff-el-group{margin-bottom:21px}.fgx-form-panel textarea{min-height:160px}.fgx-form-panel button[type=submit]{background:var(--fgx-accent)!important;color:#17100d!important;border:0!important;min-height:52px;border-radius:7px!important;width:100%;font-weight:650!important;padding:14px!important}.fgx-form-panel .ff-message-success{color:#d5f9df;background:#13281b;border:1px solid #417c55;padding:20px}.fgx-form-panel .error,.fgx-form-panel .ff-el-is-error .text-danger,.fgx-form-panel .ff-el-error-message{color:#ffb3a0!important}.fgx-search{max-width:720px;margin-top:35px}.fgx-search label{display:block;font-size:14px;margin-bottom:8px;color:#ddd}.fgx-search>div{display:flex;gap:10px}.fgx-search input{min-width:0}.fgx-pagination{display:flex;justify-content:center;gap:10px;flex-wrap:wrap;margin-top:45px}.fgx-pagination .page-numbers{display:flex;align-items:center;justify-content:center;padding:10px 16px;border:1px solid #3b3e48;border-radius:5px;min-width:44px}.fgx-pagination .current{background:var(--fgx-accent);color:#17100d}.fgx-thanks{padding-top:110px}.fgx-thanks .fgx-note{margin:35px auto}.fgx-footer{background:#090a0c;border-top:1px solid #2b2d34;padding:58px 0 0;color:#c0c4cd}.fgx-footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:40px}.fgx-footer strong{display:block;color:#f7f7f5;font-size:13px;margin-bottom:15px}.fgx-footer a{display:block;font-size:13px;line-height:1.8;padding:4px 0}.fgx-footer a:hover{color:var(--fgx-accent)}.fgx-footer .fgx-wordmark{font-size:22px;font-weight:650;color:#fff;letter-spacing:-.04em}.fgx-wordmark span{color:var(--fgx-accent)}.fgx-footer p{font-size:13px;margin-top:12px;color:#aaaeba}.fgx-footer-bottom{display:flex;align-items:center;gap:22px;border-top:1px solid #282a30;margin-top:40px;padding-block:24px;font-size:11px}.fgx-footer-bottom span{margin-right:auto}.fgx-cookie-settings{background:transparent;border:0;color:inherit;padding:6px 0;font:inherit;cursor:pointer}.fgx-article-cta{display:grid;grid-template-columns:1.5fr 1fr;gap:40px;background:#191a1f;border:1px solid #42404a;border-radius:12px;padding:32px;margin-block:45px;color:#f7f7f5}.fgx-article-cta h2{font-size:27px!important;margin-bottom:15px!important}.fgx-article-cta h3{font-size:20px!important;margin-bottom:16px!important}.fgx-article-cta p{font-size:15px;color:#bfc3cd}.fgx-article-cta>div+div{border-left:1px solid #444;padding-left:28px}.fgx-guide .fgx-header{margin-bottom:0}.fgx-guide .fgx-header img{background:transparent;border:0;transform:none}.fgx-guide .fgx-header nav{margin:0;padding:0}.fgx-guide #main{scroll-margin-top:20px}
@media(max-width:1050px){.fgx-header nav{gap:17px}.fgx-nav-wrap{gap:20px}.fgx-logo img{width:150px}.fgx-hero{gap:38px}.fgx-contact,.fgx-split{gap:45px}.fgx-grid3{gap:18px}.fgx-price-card{padding:23px}.fgx-free{gap:35px;padding:36px}}
@media(max-width:850px){.fgx-nav-wrap{min-height:74px;width:calc(100% - 36px);flex-wrap:wrap;gap:0}.fgx-logo img{width:156px;height:42px}.fgx-menu-toggle{display:flex;gap:12px;align-items:center;background:transparent;border:1px solid #545761;border-radius:5px;color:#fff;min-height:44px;padding:9px 13px;font:600 13px/1.5 Inter,system-ui,sans-serif;cursor:pointer}.fgx-header nav{display:flex;width:100%;flex-direction:column;align-items:stretch;gap:0;padding:12px 0 20px}.fgx-header[data-enhanced] nav{display:none}.fgx-header[data-enhanced][data-open] nav{display:flex}.fgx-header nav a{font-size:15px;padding:13px 6px;border-bottom:1px solid #2e3038}.fgx-header nav .fgx-nav-cta{margin-top:12px;justify-content:space-between;padding:13px}.fgx-wrap{width:calc(100% - 40px)}.fgx-hero{grid-template-columns:1.2fr .8fr;gap:24px;padding-block:45px}.fgx-portrait{min-height:370px}.fgx-main h1{font-size:43px}.fgx-main .fgx-lead{font-size:17px}.fgx-grid3{grid-template-columns:repeat(2,minmax(0,1fr))}.fgx-grid3>.fgx-path:last-child,.fgx-grid3>.fgx-price-card:last-child{grid-column:1/-1}.fgx-section{padding-block:52px}.fgx-section-tight{padding-top:0}.fgx-section-head{align-items:start;flex-direction:column;gap:18px}.fgx-split,.fgx-contact{gap:32px}.fgx-free{padding:30px;gap:25px}.fgx-kit-mark{width:175px;min-height:220px;padding:22px}.fgx-kit-mark span{font-size:27px}.fgx-footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.fgx-footer-bottom{flex-wrap:wrap;gap:15px}.fgx-footer-bottom span{width:100%}.fgx-price{font-size:31px}.fgx-form-panel{padding:24px}.fgx-contact h1{font-size:40px}.fgx-band{padding:55px 0}}
@media(max-width:600px){.fgx-wrap{width:calc(100% - 36px)}.fgx-hero,.fgx-split,.fgx-contact,.fgx-free,.fgx-grid2,.fgx-grid3{grid-template-columns:1fr}.fgx-hero{padding-top:38px;gap:30px}.fgx-main h1{font-size:clamp(35px,9.5vw,46px);line-height:1.08}.fgx-main h2{font-size:30px}.fgx-main .fgx-lead{font-size:17px}.fgx-eyebrow{font-size:10px!important;margin-bottom:20px!important}.fgx-actions{gap:12px;margin-block:24px;align-items:stretch;flex-direction:column}.fgx-actions .fgx-btn{width:100%}.fgx-main .fgx-btn{font-size:14px;padding:14px 17px}.fgx-portrait{height:340px;min-height:0}.fgx-portrait img{object-position:center 18%}.fgx-portrait figcaption{padding:60px 22px 20px}.fgx-section{padding-block:42px}.fgx-section-tight{padding-top:0}.fgx-section-head{margin-bottom:27px}.fgx-path{padding:27px}.fgx-path h3{font-size:24px}.fgx-grid3>.fgx-path:last-child,.fgx-grid3>.fgx-price-card:last-child{grid-column:auto}.fgx-steps{margin-top:10px}.fgx-free{padding:28px 24px}.fgx-free .fgx-kit-mark{display:none}.fgx-end{padding-block:50px 65px}.fgx-note{padding:23px}.fgx-price-card{padding:28px}.fgx-contact .fgx-note{display:none}.fgx-contact .fgx-small{margin-top:18px}.fgx-contact{gap:30px}.fgx-form-panel{padding:24px 20px}.fgx-form-panel h2{font-size:26px}.fgx-form-panel .ff-t-container{display:block!important}.fgx-form-panel .ff-t-cell{padding:0!important;width:100%!important}.fgx-contact .fgx-lead{margin-bottom:16px}.fgx-search>div{gap:8px}.fgx-main .fgx-search .fgx-btn{padding:12px 16px}.fgx-topics{gap:8px;margin-block:25px}.fgx-topics a{font-size:12px;padding:8px 13px}.fgx-footer{padding-top:38px}.fgx-footer-grid{gap:30px 20px}.fgx-footer-grid>div:first-child{grid-column:1/-1}.fgx-footer-bottom{margin-top:30px;font-size:11px}.fgx-article-cta{grid-template-columns:1fr;padding:25px;gap:30px}.fgx-article-cta>div+div{padding:24px 0 0;border-left:0;border-top:1px solid #444}.fgx-thanks{padding-top:60px}.fgx-prose h2{margin-top:38px}}
@media(prefers-reduced-motion:reduce){.fgx-main *,.fgx-header *{scroll-behavior:auto!important;transition:none!important;animation:none!important}}
.fgx-book-offer{position:relative;display:flex;justify-content:center;align-items:center;align-self:stretch;min-height:450px;background:radial-gradient(ellipse at 50% 40%,#433322,transparent 75%),#171719;border:1px solid #3a3430;border-radius:16px;padding:30px 30px 80px;overflow:hidden}.fgx-book-offer img{height:350px;width:auto;max-width:90%;object-fit:contain;transform:rotate(4deg);filter:drop-shadow(16px 20px 10px #0007)}.fgx-offer-label{position:absolute;bottom:25px;left:20px;right:20px;text-align:center;color:#ccc3bb;font-size:13px}.fgx-offer-label strong{display:block;font-size:17px;color:#fff}.fgx-kit-benefits{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:30px;border-block:1px solid #353039;padding-block:26px}.fgx-kit-benefits strong{font-size:14px;font-weight:650;color:#f5f5f5}.fgx-kit-benefits p{font-size:13px;margin:8px 0 0}.fgx-home-offer .fgx-actions{margin-bottom:18px}.fgx-home-offer .fgx-small{margin-top:0}.fgx-home-offer>.fgx-text-link{font-size:13px}
@media(max-width:600px){.fgx-book-offer{min-height:340px;padding-top:23px;padding-bottom:65px}.fgx-book-offer img{height:255px}.fgx-kit-benefits{grid-template-columns:1fr;gap:20px}.fgx-kit-benefits>div+div{border-top:1px solid #292b32;padding-top:20px}.fgx-home-offer .fgx-text-link{font-size:13px}.fgx-home-offer .fgx-small{font-size:12px}}
.fgx-form-panel .ff-el-form-hide_label .ff-el-input--label{display:block!important;position:static!important;width:auto!important;height:auto!important;overflow:visible!important;clip:auto!important;clip-path:none!important;margin-bottom:7px!important}
.fgx-video-image{position:relative}.fgx-video-image span{position:absolute;right:12px;bottom:12px;background:#111e;color:white;font-size:12px;padding:4px 10px;border-radius:4px}.fgx-newsletter-edition{max-width:800px;margin:30px auto;background:#eef0f3;color:#222;border-radius:12px;overflow:auto;padding:20px}.fgx-newsletter-edition table{max-width:100%!important}.fgx-newsletter-edition img{max-width:100%;height:auto}.fgx-newsletter-edition p{color:inherit}.fgx-newsletter-edition a{text-decoration:underline;color:inherit}.fgx-newsletter-edition h2{color:inherit}
@media(max-width:600px){.fgx-newsletter-edition{padding:0}.fgx-newsletter-edition .outer,.fgx-newsletter-edition .content{padding:15px!important}.fgx-newsletter-edition .card{width:100%!important}.fgx-newsletter-edition .price td{display:block!important;width:auto!important}}
.fgx-legal{max-width:820px;margin:auto;padding-block:45px}.fgx-legal h1{margin-bottom:35px}.fgx-legal h2{font-size:clamp(24px,3vw,32px);margin-top:35px}.fgx-legal p,.fgx-legal li{line-height:1.8}.single-post .entry-content{overflow-wrap:break-word}.single-post .entry-content pre{max-width:100%;overflow:auto}.single-post .entry-content .wp-block-table{overflow:auto}.single-post .entry-content img{max-width:100%;height:auto}
.fgx-sidebar-offer{background:#f7f5ef;border:1px solid #e7c9b9;border-radius:12px;padding:25px;font-family:Inter,system-ui,sans-serif;color:#212226}.fgx-sidebar-offer>span{font-size:10px;color:#914221;font-weight:700;letter-spacing:.13em}.fgx-sidebar-offer h2{font-family:inherit;color:#17191c;font-size:24px;line-height:1.2;margin:17px 0}.fgx-sidebar-offer p{font-size:14px;line-height:1.65;color:#555b62}.fgx-sidebar-offer>a{display:block;background:#ff7043;color:#1b110d;text-align:center;border-radius:7px;padding:13px 15px;font-size:13px;font-weight:650;line-height:1.5}.fgx-sidebar-offer small{display:block;margin-top:15px;font-size:11px;color:#636363}.fgx-byline{font-family:Inter,system-ui,sans-serif;font-size:13px!important;color:#666!important;margin-bottom:28px!important}.fgx-byline a{text-decoration:underline;text-underline-offset:3px}.single-post .hero-section .page-title{font-size:clamp(34px,4.3vw,60px);line-height:1.15;max-width:1100px}.single-post .hero-section .entry-header{padding-block:48px}
.fgx-archive-intro{background:#111318;color:#fff;padding:45px 0;font-family:Inter,system-ui,sans-serif}.fgx-archive-intro h1{font-family:inherit;color:#fff;font-size:clamp(32px,4vw,52px);line-height:1.15;letter-spacing:-.035em;margin:0 0 15px}.fgx-archive-intro a{color:#ffac8e;font-size:14px;text-decoration:underline;text-underline-offset:4px}

/* Kit SCCV and practical demonstrations, September 2026. */
.fgx-main [hidden],.fgx-guide-v2 [hidden]{display:none!important}.fgx-home-secondary{margin:24px 0 0!important;font-size:13px}.fgx-main .fgx-service-thumb{display:block;width:calc(100% + 60px);max-width:none;height:190px;object-fit:cover;margin:-30px -30px 28px;border-radius:11px 11px 0 0}.fgx-decision-map{height:190px;margin:-30px -30px 28px;padding:24px;background:#17252b;border-radius:11px 11px 0 0;display:grid;place-content:center;text-align:center;gap:2px;font-size:13px;color:#d6e8e2}.fgx-decision-map b{color:#ffad8e}.fgx-decision-map strong{color:#fff;font-size:16px}.fgx-mini-cover{display:block;width:180px!important;height:auto!important;max-width:70%;margin:auto;box-shadow:12px 15px 0 #35302c;border-radius:3px}.fgx-community{display:grid;grid-template-columns:1.4fr .7fr;gap:60px;align-items:center;padding:48px;border:1px solid #31474e;border-radius:16px;background:#142128}.fgx-community-number{font-size:110px;font-weight:700;letter-spacing:-.08em;color:#d9eee6;line-height:1}.fgx-community-number span{display:block;font-size:15px;letter-spacing:0;line-height:1.5;font-weight:500;margin-top:14px;max-width:200px;color:#b9d1c9}.fgx-services-visual{display:grid;grid-template-columns:1.2fr 1fr;gap:42px;align-items:center;margin:48px 0}.fgx-services-visual figure,.fgx-service-figure{margin:36px 0}.fgx-services-visual img,.fgx-service-figure img{width:100%;height:auto;display:block;border-radius:12px}.fgx-main figcaption{font-size:13px;line-height:1.6;color:#aeb9bd;padding-top:12px}.fgx-training-banner{margin:28px 0 36px}.fgx-training-banner img{display:block;width:100%;max-height:350px;object-fit:cover;object-position:center 50%;border-radius:12px}.fgx-resource-lab{margin-top:28px}.fgx-service-figure{max-width:760px}.fgx-main .fgx-demo{padding:42px;margin-bottom:44px;background:#15191e;border:1px solid #354047;border-radius:16px}.fgx-demo .fgx-grid2{gap:32px}.fgx-demo label{display:block;font-size:14px;font-weight:600;margin:0 0 9px;color:#e3e8eb}.fgx-demo textarea,.fgx-demo input{width:100%;max-width:100%;font:14px/1.6 system-ui,sans-serif;color:#eef1f2;background:#0f1217;border:1px solid #4b555f;border-radius:8px;padding:12px;margin:0 0 18px;box-sizing:border-box;color-scheme:dark}.fgx-demo textarea{resize:vertical;font-family:ui-monospace,Consolas,monospace;min-height:160px}.fgx-demo .fgx-demo-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 14px}.fgx-demo-output{background:#101419;border:1px solid #303b44;border-radius:10px;padding:26px;min-width:0}.fgx-demo-output p{font-size:14px;min-height:50px}.fgx-demo-output ol{padding-left:20px;line-height:1.7;font-size:14px}.fgx-demo-output li{margin-bottom:12px}.fgx-demo-output .fgx-not-fit{color:#ffb291}.fgx-main button:disabled{opacity:.48;cursor:not-allowed;transform:none}.fgx-demo-use{margin-top:22px;border-top:1px solid #36414a;padding-top:20px;font-size:14px;color:#bdc8cc}.fgx-demo-use a{color:#fff;text-decoration:underline;text-underline-offset:4px}.fgx-table-scroll{overflow-x:auto;max-width:100%;margin:20px 0}.fgx-table-scroll table{border-collapse:collapse;font-size:12px;width:100%;color:#dce2e5}.fgx-table-scroll th,.fgx-table-scroll td{border-bottom:1px solid #33414a;padding:10px;text-align:left;max-width:210px;overflow-wrap:anywhere}.fgx-table-scroll th{color:#fff}.fgx-kit-hero{display:grid;grid-template-columns:1.35fr .65fr;gap:80px;align-items:center;padding-block:64px}.fgx-kit-hero-cover{margin:0;text-align:center}.fgx-kit-hero-cover img{max-width:100%;width:270px;height:auto;border-radius:4px;box-shadow:16px 18px 0 #282622}.fgx-kit-hero-cover figcaption{max-width:270px;margin:22px auto 0}.fgx-signup-layout{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center;background:#16262a;border:1px solid #385250;border-radius:16px;padding:42px}.fgx-signup-card{padding:30px;background:#f5f0e5;color:#18242b;border-radius:12px}.fgx-main .fgx-signup-card h3{color:#15252c}.fgx-main .fgx-signup-card p{color:#435058;font-size:14px}.fgx-signup-card a{color:#193d46!important}.fgx-signup-card form{margin:0}.signup-fields{display:grid;grid-template-columns:1fr;gap:12px}.signup-field{display:block;font-size:14px;font-weight:650}.signup-field span{display:block;margin-bottom:7px}.signup-field input{width:100%;font:16px/1.5 system-ui,sans-serif;color:#14242b;background:#fff;border:1px solid #929f9e;border-radius:7px;padding:12px;box-sizing:border-box}.signup-consent{display:flex;gap:10px;font:13px/1.6 system-ui,sans-serif;margin:20px 0;color:#33454b;align-items:flex-start}.signup-consent input{width:18px;height:18px;flex:0 0 18px;margin:2px 0 0;accent-color:#126b60}.fgx-signup-card .fgx-btn{width:100%;background:#126b60;border-color:#126b60;color:#fff}.fgx-signup-card .fgx-btn:hover{background:#0c5149}.fgx-signup-card .fgx-small{margin:12px 0 0!important;font-size:12px}.hp-field{position:absolute!important;left:-9999px;width:1px;height:1px;overflow:hidden}.fgx-check-list{padding-left:20px;font-size:15px;color:#c6d8d7;line-height:1.7}.fgx-check-list li{margin-bottom:14px}.fgx-kit-four{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px;margin-top:36px}.fgx-kit-part{min-width:0}.fgx-part-art{height:240px;background:#1c2023;border:1px solid #373c41;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:24px}.fgx-part-art img{max-width:80%;height:190px;width:auto;border-radius:2px}.fgx-kit-part h3{font-size:22px;margin-top:12px}.fgx-kit-part p{font-size:14px}.fgx-lab-symbol{display:grid;gap:20px;text-align:center;color:#cee5dd}.fgx-lab-symbol span{letter-spacing:.08em;font-size:16px;border:1px solid #517069;padding:14px;border-radius:8px}.fgx-lab-symbol strong{font-size:26px}.fgx-lab-symbol small{font-size:12px}.fgx-method-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;margin-top:35px}.fgx-method-grid b{display:block;color:#e8b7a0;font:500 60px/1.2 Georgia,serif;margin-bottom:15px}.fgx-method-grid p{font-size:15px;max-width:200px}.fgx-preview-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px;margin-top:30px}.fgx-preview-page{display:block;appearance:none;border:1px solid #414342;background:#1d201f;border-radius:10px;padding:12px;cursor:pointer;text-align:left;color:#f7f7f5;font:14px/1.5 system-ui,sans-serif;overflow:hidden}.fgx-preview-page img{display:block;width:100%;height:270px;object-fit:cover;object-position:top;border-radius:4px}.fgx-preview-page span{display:block;padding:16px 5px 5px}.fgx-preview-page b{display:block;font-size:12px;color:#ffac8d;margin-top:8px}.fgx-guide-author{display:grid;grid-template-columns:180px 1fr;gap:44px;align-items:center;border-block:1px solid #30383b}.fgx-guide-author>img{width:180px;height:180px;object-fit:cover;object-position:top;border-radius:50%;background:#2d2c29}.fgx-preview-dialog{border:1px solid #5f6668;padding:18px;width:min(700px,calc(100% - 24px));max-height:92dvh;border-radius:12px;background:#151a1e;color:#f6f7f8;font-family:system-ui,sans-serif;box-sizing:border-box}.fgx-preview-dialog::backdrop{background:#000b}.fgx-preview-dialog>img{display:block;width:100%;height:auto;max-width:459px;margin:10px auto 24px}.fgx-preview-toolbar{display:flex;align-items:center;justify-content:space-between;gap:14px;position:sticky;top:-18px;background:#151a1e;padding:12px 0}.fgx-preview-toolbar h2{font-size:17px;margin:0;color:#fff}.fgx-preview-dialog button,.consent-actions button,.consent-dialog button{font:600 13px/1.4 system-ui,sans-serif;min-height:44px;border:1px solid #68747b;color:inherit;background:transparent;border-radius:6px;padding:10px 15px;cursor:pointer}.fgx-preview-dialog>.fgx-btn{display:flex;justify-content:center;color:#10171c;background:#ff8a63;text-decoration:none;border-radius:8px;padding:15px;margin-top:14px}.consent-banner{position:fixed;bottom:18px;left:18px;width:min(480px,calc(100% - 36px));padding:22px;background:#f7f4ed;color:#1c292f;border:1px solid #677575;box-shadow:0 8px 50px #0008;border-radius:12px;z-index:100000;font:14px/1.6 system-ui,sans-serif;box-sizing:border-box}.consent-banner h2{font-size:18px;line-height:1.3;margin:0 0 10px;color:#15272d}.consent-banner p{margin:0 0 16px}.consent-banner a,.consent-dialog a{color:#175d64}.consent-actions{display:flex;flex-wrap:wrap;gap:9px}.consent-actions button{flex:1;color:#14282c;border-color:#7c898b;background:#fff}.consent-dialog{width:min(620px,calc(100% - 28px));max-height:90dvh;box-sizing:border-box;padding:26px;border:1px solid #738788;border-radius:12px;font:14px/1.6 system-ui,sans-serif;background:#f7f4ed;color:#1b2d32}.consent-dialog::backdrop{background:#000b}.consent-dialog-head{display:flex;align-items:center;justify-content:space-between;gap:20px}.consent-dialog h2{font-size:23px;line-height:1.3;color:#162b2e}.consent-option{display:flex;align-items:center;justify-content:space-between;gap:30px;border-block-end:1px solid #b7c0bd;padding:20px 0}.consent-option small{display:block;margin-top:8px}.consent-option input{width:22px;height:22px;flex-shrink:0}.consent-required{font-size:12px;white-space:nowrap}.consent-dialog .consent-actions{margin-top:22px}#signup-feedback{padding:18px;border:1px solid #447369;border-radius:8px;margin-top:22px;line-height:1.7}#signup-feedback.is-error{border-color:#ab472c;background:#fff5ef}.fgx-guide-v2 :target{scroll-margin-top:100px}.fgx-main .fgx-home-offer .fgx-book-offer img{height:auto;max-height:410px;width:auto;max-width:100%;object-fit:contain}.fgx-main .fgx-home-offer .fgx-book-offer{padding-top:22px}.fgx-kit-benefits a{color:#eee;text-decoration:underline}
@media(max-width:1050px){.fgx-kit-four{grid-template-columns:repeat(2,minmax(0,1fr))}.fgx-kit-hero{gap:40px}.fgx-signup-layout{gap:30px;padding:30px}.fgx-community-number{font-size:90px}.fgx-services-visual{gap:25px}.fgx-preview-page img{height:230px}.fgx-nav-wrap{gap:20px}.fgx-header nav{gap:17px}}
@media(max-width:760px){.fgx-kit-hero{grid-template-columns:1fr;padding-block:36px;gap:25px}.fgx-kit-hero-cover{display:none}.fgx-signup-layout{grid-template-columns:1fr;padding:26px;gap:12px}.fgx-signup-card{padding:24px}.fgx-signup-layout .fgx-check-list{display:none}.fgx-community,.fgx-services-visual{grid-template-columns:1fr;gap:24px;padding:28px}.fgx-services-visual{padding:0}.fgx-community-number{font-size:72px;border-top:1px solid #45606a;padding-top:24px}.fgx-community-number span{display:inline-block;margin-left:24px;font-size:14px;max-width:130px}.fgx-method-grid{grid-template-columns:1fr 1fr;gap:24px}.fgx-preview-grid{grid-template-columns:1fr 1fr}.fgx-guide-author{grid-template-columns:100px 1fr;gap:24px}.fgx-guide-author>img{width:100px;height:100px}.fgx-guide-author>div{grid-column:1/-1}.fgx-guide-author h2{font-size:30px}.fgx-main .fgx-demo{padding:26px 22px}.fgx-demo .fgx-grid2{grid-template-columns:1fr;gap:24px}.fgx-demo-output{padding:22px}.fgx-training-banner img{max-height:none}.fgx-kit-four{gap:22px}.fgx-part-art{height:210px}.fgx-part-art img{height:170px}.fgx-lab-symbol span{font-size:12px;padding:8px}.fgx-lab-symbol strong{font-size:21px}.fgx-preview-page img{height:230px}.fgx-preview-toolbar{gap:8px}.fgx-preview-toolbar button{padding:10px;font-size:12px}.fgx-main .fgx-kit-hero h1{font-size:42px}}
@media(max-width:480px){.fgx-signup-layout{padding:24px 18px}.fgx-signup-card{padding:22px 18px;margin-inline:-5px}.fgx-kit-four{grid-template-columns:1fr}.fgx-kit-part{display:grid;grid-template-columns:105px 1fr;column-gap:18px}.fgx-part-art{grid-row:1/4;height:160px;margin:0}.fgx-part-art img{height:auto;width:78px}.fgx-kit-part h3{font-size:20px;margin-bottom:10px}.fgx-kit-part p{margin:0;font-size:13px}.fgx-kit-part .fgx-num{font-size:10px;line-height:1.5}.fgx-lab-symbol span{font-size:10px;border:0;padding:0}.fgx-lab-symbol strong{font-size:16px}.fgx-lab-symbol small{font-size:10px;max-width:80px;margin:auto}.fgx-preview-page{padding:8px}.fgx-preview-page img{height:200px}.fgx-preview-page span{font-size:12px;padding:12px 2px 2px}.fgx-preview-page b{font-size:10px}.fgx-community{padding:25px}.fgx-main .fgx-demo{padding:24px 18px}.fgx-demo .fgx-actions{flex-direction:column;align-items:stretch}.fgx-demo .fgx-btn{width:100%}.fgx-demo-output{padding:18px}.fgx-main .fgx-service-thumb{height:170px}.fgx-decision-map{height:170px}.consent-banner{left:12px;bottom:12px;width:calc(100% - 24px);padding:18px}.consent-actions{gap:6px}.consent-actions button{font-size:12px;padding:10px 7px}.fgx-main .fgx-home-offer .fgx-book-offer{display:none}.fgx-main .fgx-home-offer{grid-template-columns:1fr}.fgx-main .fgx-kit-entry .fgx-mini-cover{width:130px!important}.fgx-main .fgx-kit-hero h1{font-size:38px}}
@media(prefers-reduced-motion:reduce){.fgx-main *{scroll-behavior:auto!important;transition:none!important}}
