.cfg{--red:var(--brand-accent,var(--action-primary));--red-text:var(--brand-accent-line,var(--red));--ink:var(--background);--frame-pad:14px;--frame-radius:var(--radius,12px);--ease-expo:cubic-bezier(.16, 1, .3, 1);--ease-std:cubic-bezier(.4, 0, .2, 1);--motion-base:.3s;--card-line:var(--border);--card-bg:var(--card);--module-ink:var(--foreground);--module-muted:var(--muted-foreground);--row-tint:color-mix(in srgb, var(--foreground) 3%, transparent);--cfg-font:var(--font-sans,"Figtree", system-ui, sans-serif);--cfg-card-bg:var(--background);--cfg-tw-bg:var(--background);padding:64px var(--page-gutter-bleed) 48px;color:var(--module-ink);font-family:var(--cfg-font)}@media (max-width:900px){.cfg{padding-top:32px;padding-bottom:40px}}.cfg-grid{display:block}.cfg-side{min-width:0;margin-bottom:clamp(24px,4vh,44px)}.cfg-main{min-width:0}@media (min-width:901px){.cfg-grid{gap:var(--page-gutter-bleed);grid-template-columns:minmax(240px,25%) 1fr;align-items:start;display:grid}.cfg-side{top:var(--site-header-offset);margin-bottom:0;position:sticky}}.cfg-eyebrow{letter-spacing:.01em;color:var(--module-muted);opacity:0;align-items:center;gap:12px;margin-bottom:20px;font-size:15px;font-weight:400;display:flex;transform:translateY(14px)}.cfg-eyebrow .mark{color:var(--module-ink);flex:none;place-items:center;display:grid}.cfg-title{letter-spacing:-.02em;font-size:clamp(28px,2.7vw,42px);font-weight:500;line-height:1.05}.cfg-title .line{margin-bottom:-.14em;padding-bottom:.14em;display:block;overflow:hidden}.cfg-title .line>span{transition:transform .95s var(--ease-expo);will-change:transform;display:block;transform:translateY(115%)}.cfg.in-view .cfg-title .line:first-child>span{transition-delay:.1s;transform:translateY(0)}.cfg.in-view .cfg-title .line:nth-child(2)>span{transition-delay:.22s;transform:translateY(0)}.cfg-sub{color:var(--module-muted);opacity:0;max-width:58ch;margin-top:16px;font-size:clamp(14px,1.2vw,16.5px);line-height:1.55;transform:translateY(14px)}.cfg.in-view .cfg-eyebrow,.cfg.in-view .cfg-sub{opacity:1;transition:opacity .7s var(--ease-expo), transform .8s var(--ease-expo);transform:none}.cfg.in-view .cfg-sub{transition-delay:.3s}.cfg-stage{background:var(--card-bg);border:1px solid var(--card-line);border-radius:var(--frame-radius);opacity:0;transition:background var(--motion-base) var(--ease-std), border-color var(--motion-base) var(--ease-std);padding:clamp(18px,2.4vw,30px);transform:translateY(24px)}.cfg.in-view .cfg-stage{opacity:1;transition:opacity .8s var(--ease-expo) .35s, transform .9s var(--ease-expo) .35s, background var(--motion-base) var(--ease-std), border-color var(--motion-base) var(--ease-std);transform:none}.cfg-stage h3{letter-spacing:-.01em;font-size:clamp(19px,2vw,24px);font-weight:700}.cfg-stage .why{color:var(--module-muted);max-width:62ch;margin-top:6px;font-size:13.5px;line-height:1.55}.cfg-cards-rail{--cfg-card-max:360px;--snap-rail-gap:var(--frame-pad);--snap-rail-pad-x:0px;--snap-rail-ink:var(--module-ink);--snap-rail-muted:var(--module-muted);--snap-rail-line:var(--card-line);--snap-rail-accent:var(--red);--snap-rail-ease-std:var(--ease-std);--snap-rail-ease-expo:var(--ease-expo);grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"head indicator""cards cards";column-gap:16px;margin-top:0;display:grid}.cfg-cards-rail--single{grid-template-columns:minmax(0,1fr);grid-template-areas:"head""cards"}@media (min-width:901px){.cfg-cards-rail--many .cfg-cards.snap-rail-track .cfg-cardw,.cfg-cards-rail--many .cfg-cards.snap-rail-track:not(.is-fit) .cfg-cardw{flex:0 0 calc((100% - 3 * var(--snap-rail-gap)) / 4);width:calc((100% - 3 * var(--snap-rail-gap)) / 4);max-width:calc((100% - 3 * var(--snap-rail-gap)) / 4);min-width:0}}.cfg-cards-head{grid-area:head;align-items:flex-start;display:flex}.cfg-cards-head>div:first-child{flex:1;min-width:0;padding-right:12px}.cfg-cards-head .why{max-width:42ch}.cfg-cards-ind{grid-area:indicator;align-items:flex-start;gap:12px;min-width:0;display:flex}.cfg-cards-controls{margin-top:2px}@media (max-width:900px){.cfg-cards-rail{display:block}.cfg-cards-ind{justify-content:space-between;align-items:center;width:100%;margin-top:14px}.cfg .snap-rail-arrows{display:flex}.cfg-cards-ind .snap-rail-meta{flex:auto;min-width:0}.cfg-cards-ind .snap-rail-progress{flex:auto;width:auto}}.cfg-cards.snap-rail-track{gap:var(--frame-pad);scrollbar-width:none;-webkit-overflow-scrolling:touch;grid-area:cards;margin-top:20px;padding:0 0 6px;scroll-padding-left:0;display:flex;overflow-x:auto}.cfg-cards.snap-rail-track::-webkit-scrollbar{display:none}.cfg-cardw{width:min(100%, var(--cfg-card-max));max-width:var(--cfg-card-max);scroll-snap-align:start;flex:none;min-width:min(176px,100%);position:relative}.cfg-cards.snap-rail-track:not(.is-fit) .cfg-cardw{flex:0 0 min(var(--cfg-card-max), 78%);width:min(var(--cfg-card-max), 78%);max-width:min(var(--cfg-card-max), 78%);min-width:0}.cfg-card{background:var(--cfg-card-bg);border:1px solid var(--card-line);text-align:left;width:100%;height:100%;color:var(--module-ink);transition:border-color .25s var(--ease-std), transform .35s var(--ease-expo), background .25s var(--ease-std), opacity .35s var(--ease-std);border-radius:10px;flex-direction:column;gap:10px;padding:14px;font-family:inherit;display:flex}.cfg-card:hover{border-color:var(--module-muted)}.cfg-card[data-selected=true]{border-color:var(--red)}.cfg-card-pick{text-align:left;color:inherit;font:inherit;cursor:pointer;background:0 0;border:none;flex-direction:column;align-items:flex-start;gap:10px;width:100%;margin:0;padding:0;display:flex}.cfg-card-pick:focus-visible{outline:2px solid var(--red);outline-offset:2px;border-radius:4px}.cfg-card .plan{border:1px solid var(--card-line);background:#fff;border-radius:7px;width:100%;height:96px;padding:0;display:block;position:relative;overflow:hidden}.cfg-card .plan img{object-fit:contain;pointer-events:none;width:100%;height:100%;display:block}.cfg-card .plan--zoom{cursor:zoom-in;font:inherit;color:inherit}.cfg-card .plan--zoom:focus-visible{outline:2px solid var(--red);outline-offset:2px}.cfg-card b{font-size:16px;font-weight:700}.cfg-card em{color:var(--red-text);font-size:13px;font-style:normal;font-weight:600}.cfg-card p{color:var(--module-muted);font-size:12.5px;line-height:1.5}.cfg-specs-about{color:var(--module-muted);max-width:62ch;margin:-4px 0 12px;font-size:12.5px;line-height:1.5}.cfg-fit{opacity:0;margin-top:clamp(20px,3vh,32px);transform:translateY(14px)}.cfg.in-view .cfg-fit{opacity:1;transition:opacity .7s var(--ease-expo) .4s, transform .8s var(--ease-expo) .4s;transform:none}.cfg-fit-q{font-size:14px;font-weight:700}.cfg-fit-len{margin-top:12px}.cfg-fit-len label{color:var(--module-muted);font-variant-numeric:tabular-nums;margin-bottom:8px;font-size:12.5px;font-weight:600;display:block}.cfg-fit-len input[type=range]{width:100%;accent-color:var(--red);cursor:pointer}.cfg-fit-acc{margin-top:14px}.cfg-fitb{z-index:2;letter-spacing:.02em;border-radius:999px;padding:3px 9px;font-size:10.5px;font-weight:700;position:absolute;top:20px;right:20px}.cfg-fitb--ok{color:#fff;background:#221f1f}.cfg-fitb--tight{color:#221f1f;background:#fff;border:1px solid #221f1f}.cfg-fitb--no{background:var(--red);color:#fff}.cfg-cardw--dim .cfg-card{opacity:.45}@media (max-width:900px){.cfg-cards.snap-rail-track:not(.is-fit) .cfg-cardw{flex:0 0 78%;width:78%;min-width:0;max-width:78%}.cfg-cards-rail--single .cfg-cards.snap-rail-track .cfg-cardw,.cfg-cards-rail--single .cfg-cards.snap-rail-track:not(.is-fit) .cfg-cardw{width:min(100%, var(--cfg-card-max));max-width:var(--cfg-card-max);flex:none}}.cfg-specsw{margin-top:26px}@keyframes cfgSpecIn{0%{opacity:0;transform:translateY(8px)}}.cfg-specsw:not([hidden]){animation:cfgSpecIn .6s var(--ease-expo) backwards}.cfg-specs-h{color:var(--module-ink);margin-bottom:8px;font-size:15px;font-weight:700}.cfg-specs-h b{font-weight:700}.cfg-specs{background:var(--card-bg);border:1px solid var(--card-line);border-radius:var(--frame-radius);transition:background var(--motion-base) var(--ease-std), border-color var(--motion-base) var(--ease-std);overflow:hidden}.cfg-specs-group{grid-template-columns:4.25rem minmax(0,1fr);align-items:stretch;display:grid}.cfg-specs-group+.cfg-specs-group{border-top:1px solid var(--card-line)}.cfg-specs-group-h{text-align:center;letter-spacing:.06em;text-transform:uppercase;color:var(--module-muted);background:var(--row-tint);border-right:1px solid var(--card-line);justify-content:center;align-items:center;margin:0;padding:8px;font-size:10px;font-weight:700;line-height:1.2;display:flex}.cfg-specs dl{grid-template-columns:repeat(auto-fit,minmax(96px,1fr));margin:0;display:grid}.cfg-specs dl div{border-left:1px solid var(--card-line);padding:7px 12px 8px}.cfg-specs dl div:first-child{border-left:0}.cfg-specs dt{color:var(--module-muted);white-space:nowrap;font-size:11px;font-weight:500}.cfg-specs dd{font-variant-numeric:tabular-nums;white-space:nowrap;color:var(--module-ink);margin:2px 0 0;font-size:13px}.cfg-specs dd.pend{color:var(--module-muted);font-size:12px}.cfg-tip-wrap{align-items:center;gap:4px;display:inline-flex;position:relative}.cfg-info-btn{width:13px;height:13px;color:inherit;cursor:pointer;background:0 0;border:1.5px solid;border-radius:50%;flex:none;place-items:center;padding:0;font-family:inherit;font-size:8px;font-style:normal;font-weight:700;line-height:1;display:inline-grid}.cfg-info-btn:focus-visible{outline:2px solid var(--red);outline-offset:2px}.cfg-tip-box{z-index:30;color:#f4f2ee;text-align:left;letter-spacing:0;text-transform:none;white-space:normal;opacity:0;visibility:hidden;width:min(220px,70vw);transition:opacity .25s var(--ease-std), transform .25s var(--ease-std), visibility 0s .25s;pointer-events:none;background:#141214;border-radius:8px;padding:10px 12px;font-size:11.5px;font-weight:500;line-height:1.5;position:absolute;bottom:calc(100% + 8px);left:-8px;transform:translateY(4px);box-shadow:0 14px 36px #00000059}.cfg-tip-box:after{content:"";border:5px solid #0000;border-top-color:#141214;position:absolute;top:100%;left:12px}.cfg-tip-wrap:hover .cfg-tip-box,.cfg-tip-wrap:focus-within .cfg-tip-box{opacity:1;visibility:visible;transition:opacity .25s var(--ease-std), transform .25s var(--ease-std);transform:none}@media (max-width:900px){.cfg-specs-group{grid-template-columns:1fr}.cfg-specs-group-h{text-align:left;border-right:0;border-bottom:1px solid var(--card-line);background:var(--row-tint);justify-content:flex-start;padding:9px 12px}.cfg-specs dl{margin:0;display:block}.cfg-specs dl div,.cfg-specs dl div:first-child{border-left:0;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:16px;padding:11px 12px;display:grid}.cfg-specs dl div+div{border-top:1px solid var(--card-line)}.cfg-specs dt{white-space:normal;min-width:0;font-size:13px}.cfg-specs dd,.cfg-specs dd.pend{text-align:right;margin:0;font-size:13px;font-weight:600}}.cfg-stage--noterrain .cfg-terrain{display:none}.cfg-terrain{margin-top:26px}.cfg-terrain .t-head b{font-size:15px;font-weight:700;display:block}.cfg-terrain .t-head p{color:var(--module-muted);max-width:62ch;margin:4px 0 12px;font-size:12.5px;line-height:1.5}.cfg-tway{flex-wrap:wrap;gap:12px;display:flex}.cfg-tw{background:var(--cfg-tw-bg);border:1px solid var(--card-line);cursor:pointer;text-align:left;color:var(--module-ink);transition:border-color .25s var(--ease-std);border-radius:10px;flex:260px;align-items:flex-start;gap:12px;padding:14px;font-family:inherit;display:flex}.cfg-tw:hover{border-color:var(--module-muted)}.cfg-tw:focus-visible{outline:2px solid var(--red);outline-offset:2px}.cfg-tw .rd{border:1.5px solid var(--card-line);width:20px;height:20px;transition:border-color .25s var(--ease-std);border-radius:50%;flex:none;place-items:center;margin-top:1px;display:grid}.cfg-tw .rd:after{content:"";background:var(--red);width:10px;height:10px;transition:transform .3s var(--ease-expo);border-radius:50%;transform:scale(0)}.cfg-tw[aria-pressed=true],.cfg-tw[aria-pressed=true] .rd{border-color:var(--red)}.cfg-tw[aria-pressed=true] .rd:after{transform:scale(1)}.cfg-tw .r1{justify-content:space-between;align-items:baseline;gap:10px;display:flex}.cfg-tw .tx{flex:1;min-width:0}.cfg-tw b{font-size:14px;font-weight:700}.cfg-tw i{color:var(--red-text);white-space:nowrap;font-variant-numeric:tabular-nums;font-size:12.5px;font-style:normal;font-weight:700}.cfg-tw p{color:var(--module-muted);margin-top:3px;font-size:12px;line-height:1.45}.cfg-t-sum{border-top:1px solid var(--card-line);color:var(--module-muted);font-variant-numeric:tabular-nums;margin-top:22px;padding-top:18px;font-size:13.5px;font-weight:600}.cfg-t-sum b{color:var(--module-ink)}.cfg-actions{flex-wrap:wrap;align-items:center;gap:12px;margin-top:18px;display:flex}.cfg .btn-solid{background:var(--red);color:#fff;border:1px solid var(--red);cursor:pointer;transition:transform .35s var(--ease-expo);border-radius:999px;align-items:center;gap:10px;padding:8px 8px 8px 20px;font-family:inherit;font-size:14px;font-weight:600;text-decoration:none;display:inline-flex}.cfg .btn-solid:hover{transform:translateY(-2px)}.cfg .btn-solid:focus-visible{outline-offset:2px;outline:2px solid #fff}.cfg .btn-solid .arr{width:30px;height:30px;color:var(--red);background:#fff;border-radius:50%;place-items:center;display:grid}.cfg .btn-ghost-c{border:1px solid var(--module-ink);color:var(--module-ink);cursor:pointer;transition:background .25s var(--ease-std), color .25s var(--ease-std);background:0 0;border-radius:999px;align-items:center;padding:12px 20px;font-family:inherit;font-size:14px;font-weight:600;text-decoration:none;display:inline-flex}.cfg .btn-ghost-c:hover{background:var(--module-ink);color:var(--ink)}.cfg .btn-ghost-c:focus-visible{outline:2px solid var(--red);outline-offset:2px}.cfg-note{color:var(--module-muted);opacity:0;max-width:78ch;margin-top:16px;font-size:12.5px;line-height:1.6}.cfg.in-view .cfg-note{opacity:1;transition:opacity .8s var(--ease-std) .6s}@media (max-width:760px){.cfg-actions{flex-direction:column;align-items:stretch}.cfg .btn-solid,.cfg .btn-ghost-c{justify-content:center}}@media (prefers-reduced-motion:reduce){.cfg-title .line>span{transition:none;transform:none}.cfg-eyebrow,.cfg-sub,.cfg-fit,.cfg-stage,.cfg-note{opacity:1!important;transition:none!important;transform:none!important}.cfg-card,.cfg-tw .rd:after{transition:none!important}.cfg-specsw{animation:none!important}}
.whats-included-module__fz_m4a__inc{padding:clamp(48px, 8vh, 96px) var(--page-gutter-bleed);max-width:none;margin:0}.whats-included-module__fz_m4a__incHead{max-width:60ch;margin-bottom:36px}.whats-included-module__fz_m4a__eyebrow{letter-spacing:.01em;color:var(--text-secondary);align-items:center;gap:10px;margin:0 0 18px;font-size:15px;font-weight:400;display:flex}.whats-included-module__fz_m4a__eyebrowMark{width:15px;height:13px;color:var(--brand-accent);flex:none;place-items:center;display:inline-grid}.whats-included-module__fz_m4a__eyebrowMark span{width:15px;height:13px;color:var(--brand-accent)}.whats-included-module__fz_m4a__eyebrowTriangle{width:15px;height:13px;color:var(--brand-accent)}.whats-included-module__fz_m4a__eyebrowMark svg{width:15px;height:13px;display:block}.whats-included-module__fz_m4a__eyebrowMark path{fill:currentColor}.whats-included-module__fz_m4a__inc h2{letter-spacing:-.02em;color:var(--text-primary);text-wrap:balance;margin:0 0 14px;font-size:clamp(1.9rem,3.4vw,2.55rem);font-weight:500;line-height:1.05}.whats-included-module__fz_m4a__ln{display:block}.whats-included-module__fz_m4a__incSub{color:var(--text-secondary);max-width:52ch;margin:0;font-size:16.5px;line-height:1.55}.whats-included-module__fz_m4a__incSub strong{color:var(--text-primary);font-weight:600}.whats-included-module__fz_m4a__specs{background:var(--border);border:1px solid var(--border);border-radius:var(--radius-xl);grid-template-columns:repeat(3,1fr);gap:1px;margin-bottom:26px;display:grid;overflow:hidden}.whats-included-module__fz_m4a__spec{background:var(--card);flex-direction:column;gap:8px;padding:22px 20px 20px;display:flex}.whats-included-module__fz_m4a__specIco{color:var(--brand-accent);height:22px}.whats-included-module__fz_m4a__specIco svg{width:22px;height:22px;display:block}.whats-included-module__fz_m4a__specVal{letter-spacing:-.02em;color:var(--text-primary);font-size:clamp(1.3rem,2.1vw,1.6rem);font-weight:500;line-height:1.12}.whats-included-module__fz_m4a__specLab{letter-spacing:.1em;text-transform:uppercase;color:var(--text-secondary);margin-top:-3px;font-size:11px;font-weight:600}.whats-included-module__fz_m4a__specNote{color:var(--text-secondary);margin:3px 0 0;font-size:13.5px;line-height:1.5}.whats-included-module__fz_m4a__cats{flex-wrap:wrap;gap:8px;margin:0 0 28px;padding:0;list-style:none;display:flex}.whats-included-module__fz_m4a__cats li{margin:0;list-style:none}.whats-included-module__fz_m4a__cat{background:var(--card);color:var(--text-primary);border:1px solid var(--border);cursor:pointer;transition:.18s var(--ease-out);white-space:nowrap;border-radius:9px;align-items:center;gap:9px;padding:11px 16px;font-size:14.5px;font-weight:600;display:inline-flex}.whats-included-module__fz_m4a__cat svg{width:15px;height:15px;color:var(--brand-accent);transition:all .18s}.whats-included-module__fz_m4a__cat b{font-variant-numeric:tabular-nums;color:var(--text-secondary);font-size:12.5px;font-weight:600}.whats-included-module__fz_m4a__cat:hover{border-color:var(--brand-accent);background:var(--accent)}.whats-included-module__fz_m4a__cat:hover b{color:var(--brand-accent)}.whats-included-module__fz_m4a__ctas{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.whats-included-module__fz_m4a__btnSolid{background:var(--brand-accent);color:var(--brand-accent-foreground,#fff);border:1px solid var(--brand-accent);cursor:pointer;transition:transform .35s var(--ease-out), background .25s var(--ease-out), border-color .25s var(--ease-out);border-radius:999px;justify-content:center;align-items:center;gap:12px;padding:8px 8px 8px 22px;font-family:inherit;font-size:14.5px;font-weight:600;line-height:1.2;text-decoration:none;display:inline-flex}.whats-included-module__fz_m4a__btnSolid:hover{background:color-mix(in srgb, var(--brand-accent) 82%, black);border-color:color-mix(in srgb, var(--brand-accent) 82%, black);transform:translateY(-2px)}.whats-included-module__fz_m4a__btnSolid:focus-visible{outline:2px solid var(--brand-accent-foreground,#fff);outline-offset:2px}.whats-included-module__fz_m4a__arr{background:var(--brand-accent-foreground,#fff);width:32px;height:32px;color:var(--brand-accent);transition:transform .3s var(--ease-out);border-radius:50%;flex:none;place-items:center;display:grid}.whats-included-module__fz_m4a__btnSolid:hover .whats-included-module__fz_m4a__arr{transform:translate(3px)}.whats-included-module__fz_m4a__btnGhost{border:1px solid var(--foreground);color:var(--foreground);cursor:pointer;transition:background .25s var(--ease-out), color .25s var(--ease-out);background:0 0;border-radius:999px;justify-content:center;align-items:center;padding:12px 22px;font-family:inherit;font-size:14.5px;font-weight:600;line-height:1.2;text-decoration:none;display:inline-flex}.whats-included-module__fz_m4a__btnGhost:hover{background:var(--foreground);color:var(--background)}.whats-included-module__fz_m4a__btnGhost:focus-visible{outline:2px solid var(--brand-accent);outline-offset:2px}.whats-included-module__fz_m4a__btnCount{font-variant-numeric:tabular-nums;opacity:.7;font-weight:500}.whats-included-module__fz_m4a__overlayHost{z-index:110;pointer-events:none;position:fixed;inset:0}.whats-included-module__fz_m4a__overlayHostOpen{pointer-events:auto}.whats-included-module__fz_m4a__scrim{background:var(--scrim);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);opacity:0;pointer-events:none;transition:opacity .28s var(--ease-out);position:fixed;inset:0}.whats-included-module__fz_m4a__scrimOn{opacity:1}.whats-included-module__fz_m4a__sheet{z-index:1;background:var(--popover);width:100%;height:100dvh;min-height:0;color:var(--popover-foreground);box-shadow:none;--sheet-gutter:var(--page-gutter-bleed);opacity:0;pointer-events:none;transition:opacity .3s var(--ease-out), transform .3s var(--ease-out);border:0;border-radius:0;flex-direction:column;display:flex;position:fixed;inset:0;overflow:hidden;transform:translateY(12px)}.whats-included-module__fz_m4a__sheetOn{opacity:1;pointer-events:auto;transform:none}.whats-included-module__fz_m4a__sheet:focus,.whats-included-module__fz_m4a__sheet:focus-visible{outline:none}.whats-included-module__fz_m4a__sheetTop{padding:22px var(--sheet-gutter) 0;border-bottom:1px solid var(--border);flex:none}.whats-included-module__fz_m4a__sheetTitlerow{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.whats-included-module__fz_m4a__sheetTitle{letter-spacing:-.02em;margin:0;font-size:22px;font-weight:500;line-height:1.15}.whats-included-module__fz_m4a__sheetTitle span{letter-spacing:.11em;text-transform:uppercase;color:var(--text-secondary);margin-bottom:7px;font-size:11px;font-weight:600;display:block}.whats-included-module__fz_m4a__close{border-radius:var(--radius-full);background:var(--muted);border:1px solid var(--border);width:38px;height:38px;color:var(--text-secondary);cursor:pointer;flex:none;place-items:center;transition:all .18s;display:grid}.whats-included-module__fz_m4a__close:hover{color:var(--text-primary);border-color:var(--text-secondary)}.whats-included-module__fz_m4a__close svg{width:16px;height:16px}.whats-included-module__fz_m4a__search{margin:16px 0 14px;position:relative}.whats-included-module__fz_m4a__search svg{width:16px;height:16px;color:var(--text-secondary);position:absolute;top:50%;left:14px;translate:0 -50%}.whats-included-module__fz_m4a__search input{background:var(--background);border:1px solid var(--input);border-radius:var(--radius-md);width:100%;color:var(--text-primary);font:inherit;outline:0;padding:12px 14px 12px 40px;font-size:15px;transition:all .18s}.whats-included-module__fz_m4a__search input::placeholder{color:var(--text-secondary);opacity:.85}.whats-included-module__fz_m4a__search input:focus{border-color:var(--ring);box-shadow:0 0 0 3px color-mix(in srgb, var(--ring) 16%, transparent)}.whats-included-module__fz_m4a__sheetBody{overscroll-behavior:contain;min-height:0;padding:0 var(--sheet-gutter) 44px;-webkit-overflow-scrolling:touch;touch-action:pan-y;flex:auto;overflow:hidden scroll}.whats-included-module__fz_m4a__ov{padding:24px 0 4px}.whats-included-module__fz_m4a__ov p{color:var(--text-secondary);max-width:62ch;margin:0 0 14px;font-size:15.5px;line-height:1.6}.whats-included-module__fz_m4a__ov p strong{color:var(--text-primary);font-weight:600}.whats-included-module__fz_m4a__ov a,.whats-included-module__fz_m4a__ovFoot a{color:var(--text-link);text-underline-offset:3px;font-weight:500;text-decoration:underline;text-decoration-thickness:1px}.whats-included-module__fz_m4a__ov a:hover,.whats-included-module__fz_m4a__ovFoot a:hover{text-decoration-thickness:2px}.whats-included-module__fz_m4a__ovStats{background:var(--border);border:1px solid var(--border);border-radius:var(--radius-xl);grid-template-columns:repeat(3,1fr);gap:1px;margin:18px 0 6px;display:grid;overflow:hidden}.whats-included-module__fz_m4a__ovStat{background:var(--card);padding:14px 16px}.whats-included-module__fz_m4a__ovStat b{letter-spacing:-.01em;color:var(--text-primary);font-size:17px;font-weight:500;display:block}.whats-included-module__fz_m4a__ovStat span{letter-spacing:.1em;text-transform:uppercase;color:var(--text-secondary);font-size:10.5px;font-weight:600}.whats-included-module__fz_m4a__ovFoot{color:var(--text-secondary);border-top:1px solid var(--border);align-items:flex-start;gap:10px;margin-top:22px;padding-top:16px;font-size:13px;line-height:1.5;display:flex}.whats-included-module__fz_m4a__ovFoot svg{flex:none;width:15px;height:15px;margin-top:2px}.whats-included-module__fz_m4a__toolrow{background:var(--popover);z-index:2;justify-content:space-between;align-items:center;gap:12px;padding:18px 0 10px;display:flex}.whats-included-module__fz_m4a__toolrow p{letter-spacing:.11em;text-transform:uppercase;color:var(--text-secondary);margin:0;font-size:11px;font-weight:600}.whats-included-module__fz_m4a__linkbtn{color:var(--text-secondary);cursor:pointer;background:0 0;border:0;padding:6px 2px;font-size:12.5px;font-weight:600}.whats-included-module__fz_m4a__linkbtn:hover{color:var(--text-primary)}.whats-included-module__fz_m4a__build{grid-template-columns:230px minmax(0,1fr);display:grid}.whats-included-module__fz_m4a__rail{border-right:1px solid var(--border);background:var(--popover);z-index:1;align-self:start;padding:16px 18px 24px 0;position:sticky;top:0}.whats-included-module__fz_m4a__railLab{letter-spacing:.11em;text-transform:uppercase;color:var(--text-secondary);margin:0 0 10px;padding-left:12px;font-size:11px;font-weight:600}.whats-included-module__fz_m4a__railList{flex-direction:column;gap:2px;display:flex}.whats-included-module__fz_m4a__railItem{cursor:pointer;text-align:left;width:100%;color:var(--text-secondary);transition:.16s var(--ease-out);background:0 0;border:1px solid #0000;border-radius:9px;align-items:center;gap:11px;padding:11px 12px;font-size:15px;font-weight:500;display:flex}.whats-included-module__fz_m4a__railItem svg{width:17px;height:17px;color:var(--brand-accent);flex:none;transition:all .16s}.whats-included-module__fz_m4a__railItem b{font-variant-numeric:tabular-nums;color:var(--text-secondary);margin-left:auto;font-size:12.5px;font-weight:600}.whats-included-module__fz_m4a__railItem:hover{color:var(--text-primary);background:var(--muted)}.whats-included-module__fz_m4a__railItemOn{color:var(--text-primary);background:var(--card);border-color:var(--border);font-weight:600}.whats-included-module__fz_m4a__railItemOn b{color:var(--text-primary)}.whats-included-module__fz_m4a__hide{display:none}.whats-included-module__fz_m4a__pane{min-width:0;padding-left:26px}.whats-included-module__fz_m4a__acc{border-top:1px solid var(--border)}.whats-included-module__fz_m4a__accGrp{border-bottom:1px solid var(--border)}.whats-included-module__fz_m4a__accH{font-size:inherit;font-weight:inherit;margin:0}.whats-included-module__fz_m4a__accBtn{cursor:pointer;text-align:left;background:0 0;border:0;align-items:center;gap:14px;width:100%;padding:18px 2px 4px;transition:all .15s;display:flex}.whats-included-module__fz_m4a__accIco{color:var(--brand-accent);flex:none;transition:all .18s}.whats-included-module__fz_m4a__accIco svg{width:19px;height:19px;display:block}.whats-included-module__fz_m4a__accName{letter-spacing:-.01em;min-width:0;color:var(--text-primary);flex:auto;align-items:baseline;gap:9px;font-size:16.5px;font-weight:500;display:flex}.whats-included-module__fz_m4a__accName em{color:var(--text-secondary);font-variant-numeric:tabular-nums;font-size:12px;font-style:normal;font-weight:600}.whats-included-module__fz_m4a__accBlurb{color:var(--text-secondary);cursor:pointer;margin:0;padding:0 34px 16px 35px;font-size:13.5px;line-height:1.45}.whats-included-module__fz_m4a__accChev{color:var(--text-secondary);transition:transform .25s var(--ease-out);flex:none}.whats-included-module__fz_m4a__accChev svg{width:16px;height:16px;display:block}.whats-included-module__fz_m4a__accBtn[aria-expanded=true] .whats-included-module__fz_m4a__accChev{transform:rotate(180deg)}.whats-included-module__fz_m4a__accPanel{visibility:hidden;transition:grid-template-rows .3s var(--ease-out), visibility 0s .3s;grid-template-rows:0fr;display:grid}.whats-included-module__fz_m4a__accOpen .whats-included-module__fz_m4a__accPanel{visibility:visible;transition:grid-template-rows .3s var(--ease-out), visibility 0s 0s;grid-template-rows:1fr}.whats-included-module__fz_m4a__accInner{min-height:0;overflow:hidden}.whats-included-module__fz_m4a__cover{background:var(--muted);border:1px solid var(--border);border-radius:var(--radius-md);color:var(--text-secondary);align-items:flex-start;gap:10px;margin:0 0 18px;padding:12px 14px;font-size:13px;line-height:1.5;display:flex}.whats-included-module__fz_m4a__cover svg{width:15px;height:15px;color:var(--brand-accent);flex:none;margin-top:2px}.whats-included-module__fz_m4a__rows{columns:2;column-gap:36px;margin:0 0 22px;padding:0;list-style:none}.whats-included-module__fz_m4a__row{break-inside:avoid;border-bottom:1px solid var(--hairline);justify-content:space-between;align-items:baseline;gap:14px;padding:9px 0;font-size:15px;display:flex}.whats-included-module__fz_m4a__row dt{color:var(--text-secondary);flex:none;max-width:48%}.whats-included-module__fz_m4a__row dd{text-align:right;color:var(--text-primary);margin:0;font-weight:500}.whats-included-module__fz_m4a__row mark{background:color-mix(in srgb, var(--brand-accent) 20%, transparent);color:var(--text-primary);border-radius:3px;padding:0 2px}.whats-included-module__fz_m4a__empty{text-align:center;color:var(--text-secondary);padding:40px 0 50px;font-size:14.5px}.whats-included-module__fz_m4a__empty b{color:var(--text-primary);margin-bottom:6px;font-size:16.5px;font-weight:500;display:block}.whats-included-module__fz_m4a__backed{background:var(--accent);border:1px solid color-mix(in srgb, var(--brand-accent) 22%, transparent);border-left:2px solid var(--brand-accent-line);border-radius:0 var(--radius-xl) var(--radius-xl) 0;gap:16px;margin:26px 0 4px;padding:20px 22px;display:flex}.whats-included-module__fz_m4a__backedIco{width:22px;height:22px;color:var(--brand-accent);flex:none}.whats-included-module__fz_m4a__backedIco svg{width:22px;height:22px;display:block}.whats-included-module__fz_m4a__backed h4{letter-spacing:-.01em;color:var(--text-primary);margin:0 0 8px;font-size:16.5px;font-weight:500}.whats-included-module__fz_m4a__backed p{color:var(--text-secondary);margin:0 0 10px;font-size:13.5px;line-height:1.55}.whats-included-module__fz_m4a__backedAcl{border-top:1px solid color-mix(in srgb, var(--brand-accent) 18%, transparent);opacity:.9;padding-top:10px;font-size:12px!important}.whats-included-module__fz_m4a__backedLink{color:var(--accent-foreground);border-bottom:1px solid;align-items:center;gap:7px;padding-bottom:2px;font-size:13.5px;font-weight:600;text-decoration:none;transition:all .16s;display:inline-flex}.whats-included-module__fz_m4a__backedLink svg{width:15px;height:15px;transition:transform .18s var(--ease-out)}.whats-included-module__fz_m4a__backedLink:hover svg{transform:translate(3px)}.whats-included-module__fz_m4a__sheetFoot{padding:14px var(--sheet-gutter);border-top:1px solid var(--border);background:var(--card);flex:none;justify-content:flex-end;align-items:center;gap:10px;display:flex}.whats-included-module__fz_m4a__hint{color:var(--text-secondary);margin-right:auto;font-size:12.5px}@media (min-width:901px){.whats-included-module__fz_m4a__accChev{display:none}.whats-included-module__fz_m4a__accBtn{cursor:default}.whats-included-module__fz_m4a__accGrp{scroll-margin-top:10px}.whats-included-module__fz_m4a__accGrp:first-child .whats-included-module__fz_m4a__accBtn{padding-top:14px}}@media (max-width:900px){.whats-included-module__fz_m4a__specs,.whats-included-module__fz_m4a__ovStats{grid-template-columns:repeat(2,1fr)}.whats-included-module__fz_m4a__rows{columns:1}.whats-included-module__fz_m4a__build{display:block}.whats-included-module__fz_m4a__toolrow{position:sticky;top:0}.whats-included-module__fz_m4a__rail{display:none}.whats-included-module__fz_m4a__pane{padding-left:0}}@media (max-width:640px){.whats-included-module__fz_m4a__incHead{margin-bottom:26px}.whats-included-module__fz_m4a__inc h2{font-size:1.85rem}.whats-included-module__fz_m4a__incSub,.whats-included-module__fz_m4a__eyebrow{font-size:15px}.whats-included-module__fz_m4a__spec{gap:6px;padding:16px 14px 15px}.whats-included-module__fz_m4a__specVal{font-size:1.2rem}.whats-included-module__fz_m4a__specNote{font-size:12.5px}.whats-included-module__fz_m4a__cats{scroll-snap-type:x proximity;margin-inline:calc(var(--page-gutter-bleed) * -1);padding:2px var(--page-gutter-bleed) 14px;scrollbar-width:none;flex-wrap:nowrap;overflow-x:auto}.whats-included-module__fz_m4a__cats::-webkit-scrollbar{display:none}.whats-included-module__fz_m4a__cats li{scroll-snap-align:start;flex:none}.whats-included-module__fz_m4a__ctas{flex-direction:column;align-items:stretch}.whats-included-module__fz_m4a__ctas .whats-included-module__fz_m4a__btnSolid,.whats-included-module__fz_m4a__ctas .whats-included-module__fz_m4a__btnGhost{width:100%}.whats-included-module__fz_m4a__sheet{height:100dvh;padding-top:env(safe-area-inset-top)}.whats-included-module__fz_m4a__sheetTop{padding-top:14px}.whats-included-module__fz_m4a__sheetTitle{font-size:19px}.whats-included-module__fz_m4a__sheetBody{padding-bottom:24px}.whats-included-module__fz_m4a__ov{padding:18px 0 0}.whats-included-module__fz_m4a__ov p{font-size:14.5px}.whats-included-module__fz_m4a__accBtn{gap:12px;padding:16px 2px 4px}.whats-included-module__fz_m4a__accName{font-size:15.5px}.whats-included-module__fz_m4a__accBlurb{padding:0 30px 14px 33px;font-size:12.5px}.whats-included-module__fz_m4a__cover{margin-bottom:14px;padding:11px 12px;font-size:12.5px}.whats-included-module__fz_m4a__row{padding:10px 0;font-size:14px}.whats-included-module__fz_m4a__row dt{max-width:52%}.whats-included-module__fz_m4a__backed{flex-direction:column;gap:12px;margin-top:22px;padding:18px}.whats-included-module__fz_m4a__sheetFoot{padding:12px var(--sheet-gutter) calc(12px + env(safe-area-inset-bottom))}.whats-included-module__fz_m4a__hint{display:none}.whats-included-module__fz_m4a__footCta{white-space:nowrap;flex:1 1 0;width:auto}}@media (prefers-reduced-motion:reduce){.whats-included-module__fz_m4a__inc,.whats-included-module__fz_m4a__inc *,.whats-included-module__fz_m4a__overlayHost,.whats-included-module__fz_m4a__overlayHost *{transition-duration:.01ms!important;animation-duration:.01ms!important}}
