:root,html[data-effective-theme=light]{color-scheme:light;--theme-bg:#f7f4ef;--theme-bg-alt:#fffaf5;--theme-surface:rgba(255, 255, 255, 0.92);--theme-surface-solid:#ffffff;--theme-surface-muted:#f1ece6;--theme-surface-strong:#e9e1da;--theme-text:#27313d;--theme-text-muted:#65707d;--theme-text-soft:#828b96;--theme-heading:#15202c;--theme-primary:#e94f62;--theme-primary-dark:#be3047;--theme-primary-soft:rgba(233, 79, 98, 0.11);--theme-secondary:#6757d9;--theme-secondary-soft:rgba(103, 87, 217, 0.11);--theme-accent:#078f87;--theme-accent-soft:rgba(7, 143, 135, 0.12);--theme-warning:#a75f00;--theme-warning-soft:#fff2d6;--theme-border:rgba(32, 43, 55, 0.12);--theme-border-strong:rgba(233, 79, 98, 0.34);--theme-header:rgba(255, 250, 245, 0.88);--theme-shadow-sm:0 8px 24px rgba(50, 38, 35, 0.08);--theme-shadow-md:0 18px 48px rgba(50, 38, 35, 0.11);--theme-shadow-lg:0 28px 80px rgba(50, 38, 35, 0.16);--theme-gradient:linear-gradient(128deg, #e94f62 0%, #6757d9 55%, #078f87 115%);--theme-gradient-soft:radial-gradient(circle at 10% 8%, rgba(233, 79, 98, 0.17), transparent 31%),radial-gradient(circle at 88% 10%, rgba(103, 87, 217, 0.16), transparent 30%),radial-gradient(circle at 74% 86%, rgba(7, 143, 135, 0.12), transparent 34%),linear-gradient(180deg, #fffaf5 0%, #f7f4ef 52%, #f2eee9 100%);--theme-hero:radial-gradient(circle at 80% 18%, rgba(255, 255, 255, 0.23), transparent 29%),radial-gradient(circle at 8% 88%, rgba(7, 143, 135, 0.42), transparent 34%),linear-gradient(128deg, #b52f49 0%, #654fc8 54%, #087d78 115%);--theme-radius-sm:12px;--theme-radius:20px;--theme-radius-lg:30px;--theme-content:1180px;--primary-color:var(--theme-primary)!important;--primary-dark:var(--theme-primary-dark)!important;--secondary-color:var(--theme-text-muted)!important;--accent-color:var(--theme-secondary)!important;--color-bg:var(--theme-bg)!important;--color-surface:var(--theme-surface-solid)!important;--color-surface-muted:var(--theme-surface-muted)!important;--color-primary-light:var(--theme-primary-soft)!important;--color-text:var(--theme-text)!important;--color-text-muted:var(--theme-text-muted)!important;--color-text-soft:var(--theme-text-soft)!important;--color-border:var(--theme-border)!important;--color-border-strong:var(--theme-border-strong)!important;--card-bg:var(--theme-surface-solid)!important;--card-muted-bg:var(--theme-surface-muted)!important;--menu-bg:rgba(255, 255, 255, 0.98)!important;--menu-border:var(--theme-border)!important;--shadow-sm:var(--theme-shadow-sm)!important;--shadow-md:var(--theme-shadow-md)!important;--shadow-lg:var(--theme-shadow-lg)!important;--text-color:var(--theme-text)!important;--text-secondary:var(--theme-text-muted)!important;--text-dark:var(--theme-heading)!important;--text-medium:var(--theme-text-muted)!important;--text-light:var(--theme-text-soft)!important;--bg-light:var(--theme-surface-muted)!important;--light-bg:var(--theme-bg)!important;--light-gray:var(--theme-surface-muted)!important;--white:var(--theme-surface-solid)!important;--border:var(--theme-border)!important;--border-color:var(--theme-border)!important}html[data-effective-theme=dark]{color-scheme:dark;--theme-bg:#11151d;--theme-bg-alt:#171b24;--theme-surface:rgba(28, 33, 44, 0.9);--theme-surface-solid:#1c212c;--theme-surface-muted:#242a36;--theme-surface-strong:#303747;--theme-text:#eef1f6;--theme-text-muted:#b9c0cc;--theme-text-soft:#929cab;--theme-heading:#ffffff;--theme-primary:#ff7c8d;--theme-primary-dark:#ff9ca9;--theme-primary-soft:rgba(255, 124, 141, 0.14);--theme-secondary:#a99cff;--theme-secondary-soft:rgba(169, 156, 255, 0.14);--theme-accent:#57d4c8;--theme-accent-soft:rgba(87, 212, 200, 0.14);--theme-warning:#ffd184;--theme-warning-soft:rgba(255, 187, 73, 0.13);--theme-border:rgba(230, 235, 245, 0.13);--theme-border-strong:rgba(255, 124, 141, 0.38);--theme-header:rgba(17, 21, 29, 0.88);--theme-shadow-sm:0 10px 26px rgba(0, 0, 0, 0.25);--theme-shadow-md:0 20px 52px rgba(0, 0, 0, 0.32);--theme-shadow-lg:0 30px 90px rgba(0, 0, 0, 0.42);--theme-gradient:linear-gradient(128deg, #ff7084 0%, #9b8cff 56%, #50d0c4 115%);--theme-gradient-soft:radial-gradient(circle at 10% 8%, rgba(255, 112, 132, 0.13), transparent 31%),radial-gradient(circle at 88% 10%, rgba(155, 140, 255, 0.13), transparent 30%),radial-gradient(circle at 74% 86%, rgba(80, 208, 196, 0.1), transparent 34%),linear-gradient(180deg, #11151d 0%, #151923 52%, #10141b 100%);--theme-hero:radial-gradient(circle at 80% 18%, rgba(255, 255, 255, 0.11), transparent 29%),radial-gradient(circle at 8% 88%, rgba(80, 208, 196, 0.26), transparent 34%),linear-gradient(128deg, #7f2036 0%, #4d3b98 54%, #075c59 115%);--menu-bg:rgba(28, 33, 44, 0.98)!important;--white:var(--theme-surface-solid)!important}html{scroll-behavior:smooth;scroll-padding-top:96px;background:var(--theme-bg)}html[data-effective-theme] *,html[data-effective-theme] ::after,html[data-effective-theme] ::before{box-sizing:border-box}html[data-effective-theme] body{min-width:320px;margin:0;overflow-x:hidden;background:var(--theme-gradient-soft) fixed!important;color:var(--theme-text)!important;font-family:"IBM Plex Sans",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;font-size:16px;line-height:1.7;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}html[data-effective-theme] body::before{content:"";position:fixed;inset:0;z-index:-1;pointer-events:none;opacity:.34;background-image:radial-gradient(rgba(32,43,55,.18) .65px,transparent .65px);background-size:14px 14px;mask-image:linear-gradient(to bottom,black,transparent 52%)}html[data-effective-theme=dark] body::before{opacity:.18;background-image:radial-gradient(rgba(255,255,255,.2) .65px,transparent .65px)}html[data-effective-theme] ::selection{background:var(--theme-primary);color:#fff}html[data-effective-theme] :is(h1,h2,h3,h4,h5,h6){color:var(--theme-heading)!important;font-family:"IBM Plex Sans",system-ui,sans-serif!important;font-weight:750;line-height:1.12;letter-spacing:-.025em;text-wrap:balance}html[data-effective-theme] :is(p,li,dd,figcaption){color:var(--theme-text-muted)}html[data-effective-theme] a{color:var(--theme-primary);text-decoration-thickness:1px;text-underline-offset:3px}html[data-effective-theme] iframe,html[data-effective-theme] img,html[data-effective-theme] svg,html[data-effective-theme] video{max-width:100%}html[data-effective-theme] :is(a[href],button,input,select,textarea,[role=button]):focus-visible{outline:3px solid color-mix(in srgb,var(--theme-primary),white 18%)!important;outline-offset:3px!important}html[data-effective-theme] .container{width:min(var(--theme-content),calc(100% - 40px));max-width:var(--theme-content);margin-inline:auto}html[data-effective-theme] .header,html[data-effective-theme] header.header{position:fixed!important;inset:0 0 auto!important;z-index:1100!important;min-height:72px;padding:0!important;border-bottom:1px solid var(--theme-border)!important;background:var(--theme-header)!important;box-shadow:0 8px 30px rgba(28,22,25,.07)!important;backdrop-filter:blur(18px) saturate(150%);-webkit-backdrop-filter:blur(18px) saturate(150%)}html[data-effective-theme] .header .nav,html[data-effective-theme] header.header .nav{display:flex!important;align-items:center!important;gap:24px;min-height:72px!important;padding:0!important}html[data-effective-theme] :is(.logo,.brand-name){color:var(--theme-heading)!important;font-size:clamp(1.25rem, 1.7vw, 1.6rem)!important;font-weight:850!important;letter-spacing:-.055em!important;text-decoration:none!important}html[data-effective-theme] .header .logo::after{content:".";color:var(--theme-primary)}html[data-effective-theme] .nav-links{display:flex;align-items:center;gap:4px!important;margin:0 0 0 auto!important;padding:0!important;list-style:none!important}html[data-effective-theme] .nav-links>li{position:relative;margin:0!important}html[data-effective-theme] .dropdown-toggle,html[data-effective-theme] .nav-links a{display:inline-flex!important;align-items:center;gap:7px;min-height:44px;padding:10px 12px!important;border-radius:999px;color:var(--theme-text)!important;font-size:.86rem!important;font-weight:650!important;line-height:1.2;text-decoration:none!important;transition:color .2s ease,background-color .2s ease}html[data-effective-theme] .dropdown:focus-within>.dropdown-toggle,html[data-effective-theme] .dropdown:hover>.dropdown-toggle,html[data-effective-theme] .nav-links a:focus-visible,html[data-effective-theme] .nav-links a:hover{background:var(--theme-primary-soft)!important;color:var(--theme-primary-dark)!important}html[data-effective-theme] .dropdown-content{top:calc(100% + 10px)!important;min-width:245px;padding:10px!important;border:1px solid var(--theme-border)!important;border-radius:var(--theme-radius)!important;background:var(--menu-bg)!important;box-shadow:var(--theme-shadow-md)!important}html[data-effective-theme] .dropdown-content a{width:100%;border-radius:12px!important}html[data-effective-theme] .nav-cta .phone-link,html[data-effective-theme] :is(.cta-button,.hero-button,.product-button,.price-button,.blog-link,.catalog-search-submit,.search-button,.button){display:inline-flex!important;align-items:center;justify-content:center;gap:9px;min-height:46px;padding:12px 20px!important;border:0!important;border-radius:999px!important;background:var(--theme-gradient)!important;box-shadow:0 11px 24px rgba(190,48,71,.2)!important;color:#fff!important;font:inherit;font-weight:750!important;line-height:1.15;text-decoration:none!important;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,filter .2s ease}@media (hover:hover) and (pointer:fine){html[data-effective-theme] :is(.cta-button,.hero-button,.product-button,.price-button,.blog-link,.catalog-search-submit,.search-button,.button):hover{transform:translateY(-2px);box-shadow:0 16px 34px rgba(190,48,71,.26)!important;filter:saturate(1.08)}}html[data-effective-theme] .menu-toggle{display:none;width:46px;height:46px;padding:10px;border:1px solid var(--theme-border);border-radius:14px;background:var(--theme-surface-solid);cursor:pointer}html[data-effective-theme] .menu-toggle span{display:block;width:23px;height:2px;margin:5px auto;border-radius:3px;background:var(--theme-heading)!important;transition:transform .2s ease,opacity .2s ease}html[data-effective-theme] .theme-switcher{position:relative;display:flex;align-items:center}html[data-effective-theme] .theme-switcher__button{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;padding:10px;border:1px solid var(--theme-border);border-radius:999px;background:var(--theme-secondary-soft);color:var(--theme-secondary);cursor:pointer}html[data-effective-theme] .theme-switcher__icon,html[data-effective-theme] .theme-switcher__icon svg{display:block;width:19px;height:19px}html[data-effective-theme] .theme-switcher__label{display:none}html[data-effective-theme] .theme-switcher__menu{position:absolute;top:calc(100% + 10px);right:0;z-index:1300;display:none;min-width:210px;padding:8px;border:1px solid var(--theme-border);border-radius:17px;background:var(--menu-bg);box-shadow:var(--theme-shadow-md)}html[data-effective-theme] .theme-switcher.is-open .theme-switcher__menu{display:grid;gap:4px}html[data-effective-theme] .theme-switcher__option{min-height:42px;padding:10px 12px;border:0;border-radius:11px;background:0 0;color:var(--theme-text);font:inherit;font-size:.88rem;font-weight:650;text-align:left;cursor:pointer}html[data-effective-theme] .theme-switcher__option:hover,html[data-effective-theme] .theme-switcher__option[aria-checked=true]{background:var(--theme-primary-soft);color:var(--theme-primary-dark)}html[data-effective-theme] body main,html[data-effective-theme] body>main{color:var(--theme-text)}html[data-effective-theme] body>section:not(.hero),html[data-effective-theme] main>section:not(.hero){position:relative;padding-block:clamp(64px,8vw,112px)!important;background:0 0!important}html[data-effective-theme] .hero{position:relative;isolation:isolate;min-height:min(880px,100svh);padding:clamp(132px,15vw,184px) 0 clamp(76px,9vw,120px)!important;overflow:hidden;background:var(--theme-hero)!important;color:#fff}html[data-effective-theme] .hero::after,html[data-effective-theme] .hero::before{content:"";position:absolute;z-index:-1;border:1px solid rgba(255,255,255,.18);border-radius:999px}html[data-effective-theme] .hero::before{width:480px;height:480px;top:-190px;right:-100px}html[data-effective-theme] .hero::after{width:340px;height:340px;bottom:-200px;left:12%}html[data-effective-theme] .hero .container{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(320px,0.95fr);align-items:center;gap:clamp(38px,7vw,92px)}html[data-effective-theme] .hero :is(h1,h2,h3,p,span,li){color:#fff!important}html[data-effective-theme] .hero h1{max-width:12ch;margin:0 0 24px;font-size:clamp(2.8rem, 6.2vw, 6.1rem)!important;line-height:.96!important;letter-spacing:-.068em!important}html[data-effective-theme] .hero-subtitle{max-width:650px;margin:0 0 30px;font-size:clamp(1.04rem, 1.7vw, 1.28rem);line-height:1.65;opacity:.9}html[data-effective-theme] .hero-features{display:flex;flex-wrap:wrap;gap:10px;margin:0 0 32px}html[data-effective-theme] .hero-feature{display:inline-flex;align-items:center;gap:8px;padding:9px 13px;border:1px solid rgba(255,255,255,.19);border-radius:999px;background:rgba(255,255,255,.09);backdrop-filter:blur(8px)}html[data-effective-theme] .hero-image img,html[data-effective-theme] .hero-image-card{border-radius:var(--theme-radius-lg)!important;box-shadow:0 38px 90px rgba(18,10,26,.34)!important}html[data-effective-theme] .hero-image-card{overflow:hidden;border:1px solid rgba(255,255,255,.24);background:rgba(255,255,255,.1)}html[data-effective-theme] .section-header{max-width:780px;margin:0 auto clamp(34px,5vw,64px)!important;text-align:center}html[data-effective-theme] .section-tag,html[data-effective-theme] :is(.eyebrow,.hero-pill,.inline-pill,.part-meta){display:inline-flex;align-items:center;gap:8px;margin-bottom:15px;padding:8px 13px;border:1px solid var(--theme-border-strong)!important;border-radius:999px;background:var(--theme-primary-soft)!important;color:var(--theme-primary-dark)!important;font-size:.75rem;font-weight:800;letter-spacing:.09em;line-height:1;text-transform:uppercase}html[data-effective-theme] .section-header :is(h2,.section-title){margin:0 0 18px;font-size:clamp(2rem, 4.4vw, 4.2rem)!important}html[data-effective-theme] .section-description{margin-inline:auto;font-size:clamp(1rem, 1.5vw, 1.16rem)}html[data-effective-theme] :is(.about-grid,.features-grid,.products-grid,.price-cards,.training-grid,.contact-info--cards){gap:clamp(18px,2.5vw,30px)!important}html[data-effective-theme] :is(
.about-card,.feature-card,.product-card,.price-card,.training-card,.contact-item,.certificate-content
){position:relative;overflow:hidden;border:1px solid var(--theme-border)!important;border-radius:var(--theme-radius-lg)!important;background:var(--theme-surface)!important;box-shadow:var(--theme-shadow-sm)!important;color:var(--theme-text)!important;backdrop-filter:blur(12px)}html[data-effective-theme] :is(.about-card,.feature-card,.training-card,.contact-item){padding:clamp(24px,3.2vw,38px)!important}html[data-effective-theme] :is(.about-card,.feature-card,.product-card,.price-card,.training-card)::before{content:"";position:absolute;inset:0 0 auto;height:4px;background:var(--theme-gradient)}@media (hover:hover) and (pointer:fine){html[data-effective-theme] :is(.about-card,.feature-card,.product-card,.price-card,.training-card,.contact-item){transition:transform .24s ease,box-shadow .24s ease,border-color .24s ease}html[data-effective-theme] :is(.about-card,.feature-card,.product-card,.price-card,.training-card,.contact-item):hover{transform:translateY(-7px);border-color:var(--theme-border-strong)!important;box-shadow:var(--theme-shadow-md)!important}}html[data-effective-theme] .product-card .product-image{overflow:hidden;background:linear-gradient(145deg,var(--theme-primary-soft),var(--theme-secondary-soft))!important}html[data-effective-theme] .product-card .product-image img{width:100%;height:100%;object-fit:contain;transition:transform .35s ease}html[data-effective-theme] .product-content{padding:25px!important}html[data-effective-theme] :is(.product-features,.training-features,.price-features){padding-left:0!important;list-style:none!important}html[data-effective-theme] :is(.product-features,.training-features,.price-features) li{position:relative;padding-left:24px}html[data-effective-theme] :is(.product-features,.training-features,.price-features) li::before{content:"✓";position:absolute;left:0;color:var(--theme-accent);font-weight:900}html[data-effective-theme] .price-card.featured{border-color:var(--theme-border-strong)!important;box-shadow:var(--theme-shadow-md)!important}html[data-effective-theme] .price{color:var(--theme-primary)!important;font-size:clamp(2rem, 4vw, 3.5rem)!important;font-weight:850;letter-spacing:-.06em}html[data-effective-theme] :is(.training-icon,.contact-icon){display:inline-grid;place-items:center;width:52px;height:52px;border-radius:16px!important;background:var(--theme-gradient)!important;color:#fff!important;box-shadow:0 12px 28px rgba(190,48,71,.2)}html[data-effective-theme] .contact-container{gap:clamp(24px,4vw,54px)!important}html[data-effective-theme] :is(.contact-form,.contact-form-container,.contact-max-panel){border:1px solid var(--theme-border)!important;border-radius:var(--theme-radius-lg)!important;background:var(--theme-surface)!important;box-shadow:var(--theme-shadow-md)!important;color:var(--theme-text)!important}html[data-effective-theme] .contact-page-redesign .contact-map-panel{border-color:var(--theme-border)!important;background:var(--theme-surface)!important;box-shadow:var(--theme-shadow-md)!important;color:var(--theme-text)!important}html[data-effective-theme] .contact-page-redesign .map-title{color:var(--theme-heading)!important}html[data-effective-theme] .contact-page-redesign .contact-map-frame{border-color:var(--theme-border)!important;background:var(--theme-surface-muted)!important}html[data-effective-theme] .contact-page-redesign .map-fallback{background:var(--theme-surface-muted)!important;box-shadow:none!important;color:var(--theme-text)!important}html[data-effective-theme] .contact-page-redesign .map-fallback h3{color:var(--theme-heading)!important}html[data-effective-theme] .contact-page-redesign .fallback-address{border:1px solid var(--theme-border)!important;background:var(--theme-surface-solid)!important;box-shadow:var(--theme-shadow-sm)!important}html[data-effective-theme] .contact-page-redesign .fallback-address p{color:var(--theme-text-muted)!important}html[data-effective-theme] .contact-page-redesign .fallback-address a{background:var(--theme-primary-soft)!important;color:var(--theme-primary-dark)!important}html[data-effective-theme] :is(input,textarea,select){max-width:100%;border:1px solid var(--theme-border)!important;border-radius:14px!important;background:var(--theme-surface-solid)!important;color:var(--theme-text)!important;font:inherit}html[data-effective-theme] :is(input,textarea,select):focus{border-color:var(--theme-primary)!important;box-shadow:0 0 0 4px var(--theme-primary-soft)!important}html[data-effective-theme] .blog-container{width:min(var(--theme-content),calc(100% - 40px))!important;max-width:var(--theme-content)!important;margin:0 auto!important;padding:clamp(118px,12vw,152px) 0 90px!important}html[data-effective-theme] .blog-header{position:relative;isolation:isolate;overflow:hidden;margin-bottom:34px!important;padding:clamp(28px,5vw,58px)!important;border:1px solid rgba(255,255,255,.18)!important;border-radius:var(--theme-radius-lg)!important;background:var(--theme-hero)!important;box-shadow:var(--theme-shadow-lg)!important;text-align:left!important}html[data-effective-theme] .blog-header::after{content:"";position:absolute;z-index:-1;width:270px;height:270px;top:-145px;right:-60px;border:1px solid rgba(255,255,255,.2);border-radius:50%}html[data-effective-theme] .blog-header :is(h1,h2,p,span,i){color:#fff!important}html[data-effective-theme] .blog-header h1{max-width:15ch;margin:0 0 16px;font-size:clamp(2.3rem, 5.4vw, 5rem)!important;letter-spacing:-.055em!important}html[data-effective-theme] .article-count{min-height:42px;padding:9px 14px;border:1px solid rgba(255,255,255,.22)!important;border-radius:999px;background:rgba(255,255,255,.12)!important;color:#fff!important;font:inherit;font-weight:700;cursor:pointer}html[data-effective-theme] .bad-disclaimer{display:flex!important;align-items:flex-start;gap:14px;margin:24px 0!important;padding:18px 20px!important;border:1px solid color-mix(in srgb,var(--theme-warning),transparent 65%)!important;border-left:4px solid var(--theme-warning)!important;border-radius:16px!important;background:var(--theme-warning-soft)!important;color:var(--theme-text)!important;box-shadow:none!important}html[data-effective-theme] .blog-header .bad-disclaimer{border-color:rgba(255,255,255,.24)!important;background:rgba(16,19,30,.17)!important}html[data-effective-theme] .bad-disclaimer :is(span,p,strong,a){color:inherit!important}html[data-effective-theme] .bad-disclaimer>i{margin-top:4px;color:var(--theme-warning)!important}html[data-effective-theme] .blog-header .bad-disclaimer>i{color:#ffd184!important}html[data-effective-theme] .catalog-search-form,html[data-effective-theme] .search-form{margin-top:24px}html[data-effective-theme] .catalog-search-field{display:flex;align-items:center;gap:10px;max-width:740px;padding:7px 7px 7px 16px;border:1px solid rgba(255,255,255,.24);border-radius:999px;background:rgba(255,255,255,.96);box-shadow:0 16px 40px rgba(16,12,28,.2)}html[data-effective-theme] .catalog-search-input{flex:1;min-width:0;min-height:44px;padding:8px 4px!important;border:0!important;background:0 0!important;color:#202936!important;box-shadow:none!important}html[data-effective-theme] .catalog-search-icon{color:var(--theme-primary)!important}html[data-effective-theme] .fohow-static-related{margin:34px 0!important;padding:clamp(24px,4vw,38px)!important;border:1px solid var(--theme-border)!important;border-radius:var(--theme-radius-lg)!important;background:var(--theme-surface)!important;box-shadow:var(--theme-shadow-sm)!important}html[data-effective-theme] .fohow-static-related__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px!important}html[data-effective-theme] .fohow-static-related__card{display:flex;flex-direction:column;min-width:0;padding:19px!important;border:1px solid var(--theme-border)!important;border-radius:18px!important;background:var(--theme-surface-solid)!important;color:var(--theme-text)!important;text-decoration:none!important}html[data-effective-theme] .fohow-static-related__label{color:var(--theme-primary)!important;font-size:.7rem;font-weight:800;letter-spacing:.07em;text-transform:uppercase}html[data-effective-theme] .fohow-static-related__title{margin:7px 0;color:var(--theme-heading)!important;font-weight:800;line-height:1.3}html[data-effective-theme] .fohow-static-related__text{color:var(--theme-text-muted)!important;font-size:.88rem}html[data-effective-theme] :is(.category-menu,.sorting-panel,.tags-cloud){display:flex;flex-wrap:wrap;justify-content:center;gap:10px!important;margin:28px 0!important}html[data-effective-theme] :is(.category-btn,.sort-btn,.tag){display:inline-flex!important;align-items:center;justify-content:center;gap:8px;min-height:44px;padding:10px 16px!important;border:1px solid var(--theme-border)!important;border-radius:999px!important;background:var(--theme-surface)!important;color:var(--theme-text)!important;box-shadow:var(--theme-shadow-sm);font:inherit;font-size:.86rem;font-weight:700;line-height:1.25;text-decoration:none!important;cursor:pointer}html[data-effective-theme] :is(.category-btn,.sort-btn,.tag).active,html[data-effective-theme] :is(.category-btn,.sort-btn,.tag):hover{border-color:transparent!important;background:var(--theme-gradient)!important;color:#fff!important}html[data-effective-theme] .category-btn__count{display:inline-grid;place-items:center;min-width:24px;height:24px;padding-inline:6px;border-radius:999px;background:var(--theme-primary-soft);color:var(--theme-primary-dark);font-size:.75rem}html[data-effective-theme] .category-btn.active .category-btn__count{background:rgba(255,255,255,.2);color:#fff}html[data-effective-theme] .blog-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:clamp(20px,3vw,32px)!important}html[data-effective-theme] .blog-card{position:relative;display:flex!important;flex-direction:column;min-width:0;overflow:hidden;border:1px solid var(--theme-border)!important;border-radius:var(--theme-radius)!important;background:var(--theme-surface)!important;box-shadow:var(--theme-shadow-sm)!important;color:var(--theme-text)!important}html[data-effective-theme] .blog-card::after{content:"";position:absolute;inset:0 0 auto;height:4px;background:var(--theme-gradient);opacity:0;transition:opacity .25s ease}html[data-effective-theme] .blog-image{display:block;width:100%!important;aspect-ratio:16/10;height:auto!important;margin:0!important;border-radius:0!important;object-fit:cover!important;background:var(--theme-surface-muted);transition:transform .35s ease}html[data-effective-theme] .blog-content{display:flex;flex:1;flex-direction:column;padding:23px!important}html[data-effective-theme] .blog-title{margin-bottom:10px;color:var(--theme-heading)!important;font-size:clamp(1.05rem, 1.45vw, 1.28rem)!important;font-weight:800!important;line-height:1.3!important;text-decoration:none!important}html[data-effective-theme] .blog-date{margin-bottom:12px;color:var(--theme-primary)!important;font-size:.76rem;font-weight:750;letter-spacing:.035em;text-transform:uppercase}html[data-effective-theme] .blog-excerpt{flex:1;color:var(--theme-text-muted)!important;font-size:.92rem;line-height:1.65}html[data-effective-theme] .blog-card .blog-link{align-self:flex-start;margin-top:9px;min-height:42px;padding:10px 16px!important;font-size:.82rem}@media (hover:hover) and (pointer:fine){html[data-effective-theme] .blog-card{transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}html[data-effective-theme] .blog-card:focus-within,html[data-effective-theme] .blog-card:hover{transform:translateY(-7px);border-color:var(--theme-border-strong)!important;box-shadow:var(--theme-shadow-md)!important}html[data-effective-theme] .blog-card:focus-within::after,html[data-effective-theme] .blog-card:hover::after{opacity:1}html[data-effective-theme] .blog-card:focus-within .blog-image,html[data-effective-theme] .blog-card:hover .blog-image{transform:scale(1.035)}}html[data-effective-theme] :is(.article-container,article.article,.book-article,.manual-main,.meridian-guide__container){width:min(920px,calc(100% - 40px))!important;max-width:920px!important;margin:0 auto!important;padding:clamp(118px,12vw,152px) clamp(24px,5vw,64px) 74px!important;color:var(--theme-text)!important}html[data-effective-theme] .article-container,html[data-effective-theme] .book-article,html[data-effective-theme] article.article{position:relative}html[data-effective-theme] .article-container::before,html[data-effective-theme] .book-article::before,html[data-effective-theme] article.article::before{content:"";position:absolute;inset:94px 0 28px;z-index:-1;border:1px solid var(--theme-border);border-radius:var(--theme-radius-lg);background:var(--theme-surface);box-shadow:var(--theme-shadow-md);backdrop-filter:blur(12px)}html[data-effective-theme] :is(.article-content,.article-container > article){color:var(--theme-text)!important}html[data-effective-theme] :is(.article-header,.part-header,.book-part-hero){position:relative;margin:0 0 clamp(28px,5vw,48px)!important;padding:clamp(26px,5vw,52px)!important;overflow:hidden;border:0!important;border-radius:var(--theme-radius-lg)!important;background:var(--theme-hero)!important;box-shadow:var(--theme-shadow-md)!important;color:#fff!important}html[data-effective-theme] :is(.article-header,.part-header,.book-part-hero)::after{content:"";position:absolute;width:210px;height:210px;right:-100px;bottom:-120px;border:1px solid rgba(255,255,255,.2);border-radius:50%}html[data-effective-theme] :is(.article-header,.part-header,.book-part-hero) :is(h1,h2,h3,p,span,time,i,strong){color:#fff!important}html[data-effective-theme] .article-container>h1,html[data-effective-theme] :is(.article-header,.part-header,.book-part-hero) h1{margin:0 0 17px!important;font-size:clamp(2rem, 5vw, 4rem)!important;letter-spacing:-.05em!important}html[data-effective-theme] .article-container>h1{padding:28px 0 14px}html[data-effective-theme] .article-meta{display:flex;flex-wrap:wrap;gap:10px 18px;margin:0!important;color:var(--theme-text-soft)!important;font-size:.85rem!important;font-weight:650}html[data-effective-theme] .article-header .article-meta{color:rgba(255,255,255,.82)!important}html[data-effective-theme] :is(.breadcrumb,.breadcrumbs,.fohow-breadcrumbs,.book-breadcrumbs,.batl-breadcrumb){display:flex;align-items:center;gap:8px;max-width:100%;margin:0 0 22px!important;padding:10px 14px!important;overflow-x:auto;border:1px solid var(--theme-border)!important;border-radius:999px!important;background:var(--theme-surface-solid)!important;box-shadow:var(--theme-shadow-sm)!important;color:var(--theme-text-soft)!important;font-size:.78rem;line-height:1.4;white-space:nowrap;scrollbar-width:none}html[data-effective-theme] :is(.breadcrumb,.breadcrumbs,.fohow-breadcrumbs,.book-breadcrumbs,.batl-breadcrumb)::-webkit-scrollbar{display:none}html[data-effective-theme] :is(.breadcrumb,.breadcrumbs,.fohow-breadcrumbs,.book-breadcrumbs,.batl-breadcrumb) a{color:var(--theme-primary-dark)!important;font-weight:750;text-decoration:none!important}html[data-effective-theme] :is(.article-container,article.article,.article-content,.book-article,.manual-main) :is(h2,h3,h4){scroll-margin-top:100px}html[data-effective-theme] :is(.article-container,article.article,.article-content,.book-article,.manual-main) h2{margin:clamp(42px,6vw,66px) 0 20px!important;padding-left:18px;border-left:5px solid var(--theme-primary)!important;font-size:clamp(1.55rem, 3.2vw, 2.45rem)!important}html[data-effective-theme] :is(.article-container,article.article,.article-content,.book-article,.manual-main) h3{margin:34px 0 15px!important;font-size:clamp(1.2rem, 2.4vw, 1.7rem)!important}html[data-effective-theme] :is(.article-container,article.article,.article-content,.book-article,.manual-main) :is(p,li){color:var(--theme-text-muted)!important;font-size:clamp(.98rem, 1.3vw, 1.06rem);line-height:1.82!important}html[data-effective-theme] :is(.article-container,article.article,.article-content,.book-article,.manual-main) p{margin:0 0 1.25em!important}html[data-effective-theme] :is(.article-container,article.article,.article-content,.book-article,.manual-main) :is(ul,ol){margin:0 0 1.5em!important;padding-left:1.45em!important}html[data-effective-theme] .article-image,html[data-effective-theme] :is(.article-container,article.article,.article-content,.book-article)>img,html[data-effective-theme] :is(.article-figure,figure) img{display:block;max-width:100%!important;height:auto!important;margin:clamp(24px,4vw,42px) auto!important;border:1px solid var(--theme-border)!important;border-radius:var(--theme-radius)!important;background:var(--theme-surface-muted)!important;box-shadow:var(--theme-shadow-md)!important;object-fit:contain}html[data-effective-theme] :is(.article-figure,figure){max-width:100%;margin:clamp(24px,4vw,42px) 0!important;padding:10px;border:1px solid var(--theme-border)!important;border-radius:var(--theme-radius)!important;background:var(--theme-surface-solid)!important}html[data-effective-theme] :is(.article-figure,figure) img{margin:0 auto!important;border:0!important;box-shadow:none!important}html[data-effective-theme] figcaption{padding:10px 8px 3px!important;color:var(--theme-text-soft)!important;font-size:.8rem!important;line-height:1.55!important;text-align:center}html[data-effective-theme] :is(blockquote,.quote-block){margin:30px 0!important;padding:24px 26px!important;border:1px solid var(--theme-border)!important;border-left:5px solid var(--theme-secondary)!important;border-radius:0 var(--theme-radius) var(--theme-radius) 0!important;background:var(--theme-secondary-soft)!important;color:var(--theme-text)!important;font-style:normal!important}html[data-effective-theme] :is(
.highlight-box,.feature-box,.info-box,.alert-note,.lead-box,.notice,.warning,.danger,.success,.tip-card,.section-card,.stat-card,.point-card,.mini-card,.faq-item,.chapter-card,.book-card,.table-of-contents,.meridian-guide__panel,.meridian-guide__section-card,.meridian-guide__table-card,.meridian-guide__key-card,.meridian-guide__fact-card,.constitution-kit__panel
){border:1px solid var(--theme-border)!important;border-radius:var(--theme-radius)!important;background:var(--theme-surface-solid)!important;box-shadow:var(--theme-shadow-sm)!important;color:var(--theme-text)!important}html[data-effective-theme] :is(.highlight-box,.feature-box,.info-box,.alert-note,.lead-box,.notice,.warning,.danger,.success){margin:26px 0!important;padding:clamp(20px,3vw,28px)!important}html[data-effective-theme] :is(.highlight-box,.feature-box,.info-box,.alert-note,.lead-box){border-left:5px solid var(--theme-accent)!important}html[data-effective-theme] :is(.faq-item,.chapter-card,.book-card,.tip-card,.section-card,.stat-card,.point-card,.mini-card){padding:clamp(18px,3vw,28px)!important}html[data-effective-theme] .article-container :is([class$="-card"],[class$="__card"]),html[data-effective-theme] article.article :is([class$="-card"],[class$="__card"]){border-color:var(--theme-border)!important;background-color:var(--theme-surface-solid)!important;color:var(--theme-text)!important}html[data-effective-theme] .article-container :is([class$="-card"],[class$="__card"]) :is(h2,h3,h4,h5,strong,b),html[data-effective-theme] article.article :is([class$="-card"],[class$="__card"]) :is(h2,h3,h4,h5,strong,b){color:var(--theme-heading)!important}html[data-effective-theme] .article-container :is([class$="-card"],[class$="__card"]) :is(p,li,span,small),html[data-effective-theme] article.article :is([class$="-card"],[class$="__card"]) :is(p,li,span,small){color:var(--theme-text-muted)!important}html[data-effective-theme] :is(
.highlight-box,.feature-box,.info-box,.alert-note,.lead-box,.notice,.warning,.danger,.success,.tip-card,.section-card,.stat-card,.point-card,.mini-card,.faq-item,.chapter-card,.book-card,.table-of-contents
) :is(h2,h3,h4,h5,strong,b){color:var(--theme-heading)!important}html[data-effective-theme] .article-container :is(table,.comparison-table,.meridian-guide__table){width:100%!important;min-width:620px;border-collapse:separate!important;border-spacing:0;overflow:hidden;border:1px solid var(--theme-border)!important;border-radius:16px;background:var(--theme-surface-solid)!important;box-shadow:var(--theme-shadow-sm)}html[data-effective-theme] :is(.table-wrapper,.table-responsive,.meridian-guide__table-wrap,.comparison-table-wrapper){max-width:100%;margin:26px 0;padding-bottom:6px;overflow-x:auto;-webkit-overflow-scrolling:touch}html[data-effective-theme] .article-container :is(th,td){padding:13px 15px!important;border:0!important;border-right:1px solid var(--theme-border)!important;border-bottom:1px solid var(--theme-border)!important;color:var(--theme-text-muted)!important;text-align:left;vertical-align:top}html[data-effective-theme] .article-container th{background:var(--theme-gradient)!important;color:#fff!important;font-weight:750}html[data-effective-theme] :is(.article-cta,.product-cta,.cta-box,.part-header,.phase,.book-part-hero){border:0!important;border-radius:var(--theme-radius-lg)!important;background:var(--theme-hero)!important;box-shadow:var(--theme-shadow-md)!important;color:#fff!important}html[data-effective-theme] :is(.article-cta,.product-cta,.cta-box){margin:38px 0!important;padding:clamp(26px,5vw,48px)!important;text-align:center}html[data-effective-theme] :is(.article-cta,.product-cta,.cta-box,.part-header,.phase,.book-part-hero) :is(h1,h2,h3,h4,p,li,span,strong,b,a:not(.button):not(.cta-button)){color:#fff!important}html[data-effective-theme] :is(.related-articles,.article-tags,.nav-buttons,.book-nav,.related-content){margin-top:clamp(34px,6vw,62px)!important}html[data-effective-theme] :is(.related-grid,.article-gallery,.gallery-grid){display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:18px!important}html[data-effective-theme] .related-grid .blog-card{border-radius:18px!important}html[data-effective-theme] .related-grid .blog-image{aspect-ratio:16/9}html[data-effective-theme] .article-tags{display:flex;flex-wrap:wrap;gap:9px;padding-top:24px;border-top:1px solid var(--theme-border)}html[data-effective-theme] :is(.nav-buttons,.book-nav,.meridian-guide__nav-buttons){display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px!important}html[data-effective-theme] :is(.nav-btn,.book-nav__btn,.meridian-guide__nav-btn){display:flex!important;align-items:center;min-height:72px;padding:16px 18px!important;border:1px solid var(--theme-border)!important;border-radius:17px!important;background:var(--theme-surface-solid)!important;box-shadow:var(--theme-shadow-sm)!important;color:var(--theme-text)!important;text-decoration:none!important}html[data-effective-theme] :is(.nav-btn-title,.book-nav__title){color:var(--theme-heading)!important;font-weight:800}html[data-effective-theme] :is(.nav-btn-text,.book-nav__small){color:var(--theme-text-soft)!important;font-size:.78rem}html[data-effective-theme] body :is(.meridian-guide,.manual-body,.book-bem,.batl-body){color:var(--theme-text)}html[data-effective-theme] :is(.meridian-guide__hero,.book-part-hero,.manual-hero){background:var(--theme-hero)!important;color:#fff!important}html[data-effective-theme] :is(.meridian-guide__badge,.meridian-guide__chapter-chip,.bem-guide__step-chip,.chapter-number,.part-number,.book-toc__num,.type-number){background:var(--theme-gradient)!important;color:#fff!important}html[data-effective-theme] :is(.slide,.gallery-item){border:1px solid var(--theme-border)!important;border-radius:var(--theme-radius)!important;background:var(--theme-surface-solid)!important;box-shadow:var(--theme-shadow-sm)!important}html[data-effective-theme] .footer,html[data-effective-theme] footer.footer{position:relative;margin-top:0;padding:64px 0 26px!important;overflow:hidden;border-top:1px solid rgba(255,255,255,.1)!important;background:radial-gradient(circle at 12% 0,rgba(233,79,98,.22),transparent 30%),radial-gradient(circle at 90% 100%,rgba(7,143,135,.22),transparent 32%),#17141e!important;color:rgba(255,255,255,.76)!important}html[data-effective-theme] .footer-content{display:grid!important;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:40px!important}html[data-effective-theme] .footer :is(h2,h3,h4,.logo,strong){color:#fff!important}html[data-effective-theme] .footer :is(p,li,span){color:rgba(255,255,255,.68)!important}html[data-effective-theme] .footer a{color:#ff9cab!important}html[data-effective-theme] .footer-bottom{margin-top:36px!important;padding-top:22px!important;border-top:1px solid rgba(255,255,255,.11)!important}@media (max-width:1100px){html[data-effective-theme] .header .nav{gap:14px}html[data-effective-theme] .dropdown-toggle,html[data-effective-theme] .nav-links a{padding-inline:9px!important;font-size:.78rem!important}html[data-effective-theme] .hero .container{grid-template-columns:minmax(0,1fr) minmax(280px,0.78fr)}html[data-effective-theme] .fohow-static-related__grid{grid-template-columns:repeat(2,minmax(0,1fr))}html[data-effective-theme] .blog-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (max-width:820px){html{scroll-padding-top:70px}html[data-effective-theme] .blog-container,html[data-effective-theme] .container,html[data-effective-theme] :is(.article-container,article.article,.book-article,.manual-main,.meridian-guide__container){width:min(100% - 28px,var(--theme-content))!important}html[data-effective-theme] .header,html[data-effective-theme] header.header{min-height:60px}html[data-effective-theme] .header .nav,html[data-effective-theme] header.header .nav{min-height:60px!important}html[data-effective-theme] .menu-toggle{display:block!important;order:-1;flex:0 0 46px}html[data-effective-theme] .nav-cta{margin-left:auto}html[data-effective-theme] .nav-cta .phone-link{width:44px;min-width:44px;min-height:44px;padding:0!important;overflow:hidden;font-size:0}html[data-effective-theme] .nav-cta .phone-link i{font-size:1rem}html[data-effective-theme] .nav-links{position:fixed!important;inset:69px 14px auto!important;display:none!important;max-height:calc(100dvh - 86px);margin:0!important;padding:12px!important;overflow-y:auto;border:1px solid var(--theme-border)!important;border-radius:22px!important;background:var(--menu-bg)!important;box-shadow:var(--theme-shadow-lg)!important;backdrop-filter:blur(18px)}html[data-effective-theme] .nav-links.active{display:flex!important;flex-direction:column;align-items:stretch}html[data-effective-theme] .dropdown-toggle,html[data-effective-theme] .nav-links a,html[data-effective-theme] .nav-links>li{width:100%}html[data-effective-theme] .dropdown-toggle,html[data-effective-theme] .nav-links a{justify-content:space-between;min-height:48px;padding:12px 14px!important;border-radius:12px;font-size:.9rem!important}html[data-effective-theme] .dropdown-content{position:static!important;width:100%;margin:4px 0 8px;border-radius:14px!important;box-shadow:none!important}html[data-effective-theme] .theme-switcher__menu{right:auto;left:0}html[data-effective-theme] .hero{min-height:auto;padding:112px 0 74px!important}html[data-effective-theme] .hero .container{grid-template-columns:1fr;gap:48px}html[data-effective-theme] .hero h1{max-width:11ch;font-size:clamp(2.65rem, 12vw, 5.3rem)!important}html[data-effective-theme] .hero-image{max-width:620px;margin-inline:auto}html[data-effective-theme] .blog-container{padding-top:92px!important}html[data-effective-theme] :is(.article-container,article.article,.book-article,.manual-main,.meridian-guide__container){padding:92px clamp(17px,4vw,28px) 52px!important}html[data-effective-theme] .article-container::before,html[data-effective-theme] .book-article::before,html[data-effective-theme] article.article::before{inset:74px 0 18px;border-radius:22px}html[data-effective-theme] :is(.article-header,.part-header,.book-part-hero){border-radius:22px!important}html[data-effective-theme] :is(.related-grid,.article-gallery,.gallery-grid){grid-template-columns:1fr!important}html[data-effective-theme] :is(.nav-buttons,.book-nav,.meridian-guide__nav-buttons){grid-template-columns:1fr}html[data-effective-theme] .footer-content{grid-template-columns:1fr!important}}@media (max-width:600px){html[data-effective-theme] body{font-size:15px;background-attachment:scroll!important}html[data-effective-theme] .blog-container,html[data-effective-theme] .container,html[data-effective-theme] :is(.article-container,article.article,.book-article,.manual-main,.meridian-guide__container){width:calc(100% - 20px)!important}html[data-effective-theme] .header .logo,html[data-effective-theme] header.header .logo{max-width:130px;overflow:hidden;font-size:1.12rem!important;text-overflow:ellipsis;white-space:nowrap}html[data-effective-theme] .hero{padding-top:100px!important}html[data-effective-theme] .hero h1{font-size:clamp(2.45rem, 14vw, 4.2rem)!important}html[data-effective-theme] .hero-features{align-items:stretch;flex-direction:column}html[data-effective-theme] .hero-feature{width:100%;border-radius:14px}html[data-effective-theme] .blog-header{padding:26px 18px!important;border-radius:22px!important}html[data-effective-theme] .blog-header h1{font-size:clamp(2rem, 11vw, 3.2rem)!important}html[data-effective-theme] .catalog-search-field{align-items:stretch;flex-wrap:wrap;padding:10px;border-radius:18px}html[data-effective-theme] .catalog-search-icon{display:none}html[data-effective-theme] .catalog-search-input{flex-basis:100%;padding-inline:8px!important}html[data-effective-theme] .catalog-search-submit{width:100%}html[data-effective-theme] .fohow-static-related{padding:18px!important;border-radius:22px!important}html[data-effective-theme] .blog-grid,html[data-effective-theme] .fohow-static-related__grid{grid-template-columns:1fr!important}html[data-effective-theme] :is(.category-menu,.sorting-panel,.tags-cloud){align-items:stretch;flex-direction:column}html[data-effective-theme] :is(.category-btn,.sort-btn){width:100%;justify-content:space-between;border-radius:14px!important}html[data-effective-theme] :is(.article-container,article.article,.book-article,.manual-main,.meridian-guide__container){padding-inline:15px!important}html[data-effective-theme] :is(.article-header,.part-header,.book-part-hero){padding:25px 19px!important}html[data-effective-theme] .article-container>h1,html[data-effective-theme] :is(.article-header,.part-header,.book-part-hero) h1{font-size:clamp(1.85rem, 9.5vw, 2.8rem)!important}html[data-effective-theme] .article-meta{align-items:flex-start;flex-direction:column;gap:5px}html[data-effective-theme] :is(.article-container,article.article,.article-content,.book-article,.manual-main) h2{margin-top:38px!important;padding-left:12px;border-left-width:4px!important;font-size:clamp(1.4rem, 7vw, 2rem)!important}html[data-effective-theme] .bad-disclaimer{padding:15px!important}html[data-effective-theme] :is(blockquote,.quote-block){padding:20px!important}html[data-effective-theme] :is(.article-cta,.product-cta,.cta-box){padding:25px 18px!important}html[data-effective-theme] .footer{padding-top:48px!important}}html[data-effective-theme] body{font-size:15.5px;line-height:1.65}html[data-effective-theme] .header,html[data-effective-theme] .header .nav,html[data-effective-theme] header.header,html[data-effective-theme] header.header .nav{min-height:66px!important}html[data-effective-theme] .header .nav,html[data-effective-theme] header.header .nav{gap:18px}html[data-effective-theme] :is(.logo,.brand-name){font-size:clamp(1.15rem, 1.45vw, 1.4rem)!important}html[data-effective-theme] .dropdown-toggle,html[data-effective-theme] .nav-links a{min-height:40px;padding:8px 10px!important;font-size:14px!important}html[data-effective-theme] .hero{min-height:auto;padding:clamp(112px,11vw,146px) 0 clamp(64px,7vw,88px)!important}html[data-effective-theme] .hero .container{grid-template-columns:minmax(0,1.08fr) minmax(300px,0.92fr);gap:clamp(34px,5vw,62px)}html[data-effective-theme] .hero h1{max-width:660px;margin-bottom:18px;font-size:36px!important;line-height:1.12!important;letter-spacing:-.035em!important}html[data-effective-theme] #main.hero .main-title{display:block!important;max-width:660px!important;font-size:36px!important;line-height:1.12!important}html[data-effective-theme] #main.hero .title-line:first-child{display:block!important;max-width:640px!important;margin-bottom:15px!important;font-size:1em!important;font-weight:800!important;line-height:1.12!important}html[data-effective-theme] #main.hero .title-line--secondary,html[data-effective-theme] #main.hero .title-line.subtitle{display:inline!important;max-width:none!important;font-size:16px!important;font-weight:550!important;line-height:1.55!important;letter-spacing:0!important;opacity:.88!important}html[data-effective-theme] #main.hero .title-line--secondary+.title-line--secondary::before{content:"  •  ";opacity:.62}html[data-effective-theme] .hero-subtitle{max-width:590px;margin-bottom:24px;font-size:15px!important;line-height:1.6}html[data-effective-theme] .hero-features{gap:8px;margin-bottom:26px}html[data-effective-theme] .hero-feature{padding:7px 11px;font-size:.78rem}html[data-effective-theme] .hero-image{max-width:380px;margin-inline:auto}html[data-effective-theme] body>section:not(.hero),html[data-effective-theme] main>section:not(.hero){padding-block:clamp(52px,6vw,84px)!important}html[data-effective-theme] .section-header{margin-bottom:clamp(28px,4vw,44px)!important}html[data-effective-theme] .section-tag,html[data-effective-theme] :is(.eyebrow,.hero-pill,.inline-pill,.part-meta){margin-bottom:12px;padding:7px 11px;font-size:.68rem}html[data-effective-theme] .section-header :is(h2,.section-title){margin-bottom:14px;font-size:clamp(1.8rem, 3.35vw, 3.15rem)!important}html[data-effective-theme] .section-description{font-size:clamp(.94rem, 1.15vw, 1.04rem)}html[data-effective-theme] :is(
.about-card,.feature-card,.product-card,.price-card,.training-card,.contact-item,.certificate-content,.contact-form,.contact-form-container,.contact-max-panel
){border-radius:18px!important}html[data-effective-theme] :is(.about-card,.feature-card,.training-card,.contact-item){padding:clamp(20px,2.4vw,28px)!important}html[data-effective-theme] .product-content{padding:20px!important}html[data-effective-theme] :is(.training-icon,.contact-icon){width:46px;height:46px;border-radius:14px!important}html[data-effective-theme] .blog-container{padding-top:clamp(102px,9vw,124px)!important;padding-bottom:68px!important}html[data-effective-theme] .blog-header{margin-bottom:28px!important;padding:clamp(26px,3.5vw,42px)!important;border-radius:22px!important}html[data-effective-theme] .blog-header h1{max-width:18ch;font-size:clamp(2rem, 4vw, 3.55rem)!important;letter-spacing:-.045em!important}html[data-effective-theme] .fohow-static-related{margin-block:28px!important;padding:clamp(20px,3vw,28px)!important;border-radius:20px!important}html[data-effective-theme] .fohow-static-related__card{padding:16px!important;border-radius:14px!important}html[data-effective-theme] :is(.category-menu,.sorting-panel,.tags-cloud){margin-block:22px!important}html[data-effective-theme] :is(.category-btn,.sort-btn,.tag){min-height:40px;padding:8px 14px!important;font-size:.8rem}html[data-effective-theme] .blog-grid{gap:clamp(16px,2vw,24px)!important}html[data-effective-theme] .blog-card{border-radius:16px!important}html[data-effective-theme] .blog-content{padding:18px!important}html[data-effective-theme] .blog-title{font-size:clamp(.98rem, 1.16vw, 1.12rem)!important}html[data-effective-theme] .blog-excerpt{font-size:.84rem;line-height:1.58}html[data-effective-theme] :is(.article-container,article.article,.book-article,.manual-main,.meridian-guide__container){width:min(860px,calc(100% - 40px))!important;max-width:860px!important;padding:clamp(106px,9vw,126px) clamp(24px,4vw,48px) 62px!important}html[data-effective-theme] .article-container::before,html[data-effective-theme] .book-article::before,html[data-effective-theme] article.article::before{inset:86px 0 24px;border-radius:22px}html[data-effective-theme] :is(.article-header,.part-header,.book-part-hero){margin-bottom:clamp(24px,4vw,36px)!important;padding:clamp(24px,4vw,40px)!important;border-radius:20px!important}html[data-effective-theme] .article-container>h1,html[data-effective-theme] :is(.article-header,.part-header,.book-part-hero) h1{font-size:clamp(1.85rem, 3.7vw, 3.05rem)!important;letter-spacing:-.04em!important}html[data-effective-theme] :is(.article-container,article.article,.article-content,.book-article,.manual-main) h2{margin-top:clamp(34px,4.5vw,50px)!important;font-size:clamp(1.35rem, 2.35vw, 1.95rem)!important}html[data-effective-theme] :is(.article-container,article.article,.article-content,.book-article,.manual-main) h3{margin-top:27px!important;font-size:clamp(1.12rem, 1.85vw, 1.45rem)!important}html[data-effective-theme] :is(.article-container,article.article,.article-content,.book-article,.manual-main) :is(p,li){font-size:clamp(.94rem, 1vw, .99rem);line-height:1.72!important}html[data-effective-theme] .article-image,html[data-effective-theme] :is(.article-container,article.article,.article-content,.book-article)>img,html[data-effective-theme] :is(.article-figure,figure) img{margin-block:clamp(20px,3vw,30px)!important;border-radius:16px!important}html[data-effective-theme] :is(
.highlight-box,.feature-box,.info-box,.alert-note,.lead-box,.notice,.warning,.danger,.success,.tip-card,.section-card,.stat-card,.point-card,.mini-card,.faq-item,.chapter-card,.book-card,.table-of-contents
){border-radius:15px!important}html[data-effective-theme] :is(.article-cta,.product-cta,.cta-box){margin-block:30px!important;padding:clamp(22px,4vw,34px)!important;border-radius:18px!important}@media (max-width:820px){html[data-effective-theme] .header,html[data-effective-theme] .header .nav,html[data-effective-theme] header.header,html[data-effective-theme] header.header .nav{min-height:56px!important}html[data-effective-theme] .menu-toggle{width:42px;height:42px;flex-basis:42px;border-radius:12px}html[data-effective-theme] body .header .nav-links{top:62px!important;right:10px!important;left:10px!important;bottom:auto!important;z-index:1250!important;max-height:calc(100dvh - 74px);opacity:1!important;isolation:isolate;transform:none!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important}html[data-effective-theme=light] body .header .nav-links{background:#fffaf5!important;background-image:none!important}html[data-effective-theme=dark] body .header .nav-links{background:#1c212c!important;background-image:none!important}html[data-effective-theme] body .header .nav-links.active{z-index:1250!important;opacity:1!important;visibility:visible!important;transform:none!important}html[data-effective-theme] .hero{padding:88px 0 52px!important}html[data-effective-theme] .hero .container{grid-template-columns:1fr;gap:34px}html[data-effective-theme] .hero h1{max-width:100%;font-size:30px!important;line-height:1.12!important;letter-spacing:-.035em!important}html[data-effective-theme] #main.hero .main-title{max-width:100%!important;font-size:30px!important;line-height:1.12!important}html[data-effective-theme] #main.hero .title-line:first-child{max-width:100%!important;margin-bottom:12px!important;line-height:1.12!important}html[data-effective-theme] #main.hero .title-line--secondary,html[data-effective-theme] #main.hero .title-line.subtitle{font-size:14px!important;line-height:1.5!important}html[data-effective-theme] .hero-subtitle{font-size:14px!important}html[data-effective-theme] body>section:not(.hero),html[data-effective-theme] main>section:not(.hero){padding-block:46px!important}html[data-effective-theme] .section-header :is(h2,.section-title){font-size:clamp(1.62rem, 7vw, 2.1rem)!important}html[data-effective-theme] .blog-container{padding-top:76px!important}html[data-effective-theme] .blog-header h1{font-size:clamp(1.8rem, 8.2vw, 2.35rem)!important}html[data-effective-theme] :is(.article-container,article.article,.book-article,.manual-main,.meridian-guide__container){padding-top:78px!important}html[data-effective-theme] .article-container::before,html[data-effective-theme] .book-article::before,html[data-effective-theme] article.article::before{inset:66px 0 16px}html[data-effective-theme] .article-container>h1,html[data-effective-theme] :is(.article-header,.part-header,.book-part-hero) h1{font-size:clamp(1.65rem, 7.7vw, 2.15rem)!important}}@media (max-width:600px){html[data-effective-theme] body{font-size:15px}html[data-effective-theme] .header .logo,html[data-effective-theme] header.header .logo{font-size:1.05rem!important}html[data-effective-theme] .hero{padding-top:82px!important}html[data-effective-theme] .hero h1{font-size:29px!important}html[data-effective-theme] #main.hero .main-title{font-size:29px!important}html[data-effective-theme] .hero-feature{width:auto;border-radius:12px}html[data-effective-theme] .blog-header{padding:22px 16px!important}html[data-effective-theme] .blog-header h1{font-size:clamp(1.75rem, 8.5vw, 2.15rem)!important}html[data-effective-theme] :is(.article-header,.part-header,.book-part-hero){padding:22px 17px!important}html[data-effective-theme] :is(.article-container,article.article,.article-content,.book-article,.manual-main) h2{font-size:clamp(1.3rem, 6vw, 1.7rem)!important}html[data-effective-theme] :is(
.about-grid,.features-grid,.products-grid,.price-cards,.training-grid,.popular-articles__grid
){display:grid!important;grid-template-columns:none!important;grid-auto-flow:column;grid-auto-columns:minmax(265px,84vw);justify-content:start!important;gap:12px!important;width:calc(100% + 10px);margin-right:-10px;padding:2px 10px 14px 1px;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scroll-padding-left:1px;scrollbar-width:thin;scrollbar-color:var(--theme-primary) transparent;-webkit-overflow-scrolling:touch}html[data-effective-theme] :is(
.about-card,.feature-card,.product-card,.price-card,.training-card,.popular-articles__card
){min-width:0!important;scroll-snap-align:start}html[data-effective-theme] .product-card .product-image{height:190px!important;min-height:190px!important}html[data-effective-theme] .product-content{padding:16px!important}html[data-effective-theme] .product-content h3{margin-bottom:9px!important;font-size:1rem!important;line-height:1.3!important}html[data-effective-theme] .product-content :is(p,li){font-size:.8rem!important;line-height:1.5!important}html[data-effective-theme] .product-content .product-button{min-height:40px;padding:9px 14px!important;font-size:.78rem}html[data-effective-theme] .blog-container .fohow-static-related__grid{display:grid!important;grid-template-columns:none!important;grid-auto-flow:column;grid-auto-columns:minmax(230px,76vw);justify-content:start;gap:10px!important;padding-bottom:10px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:thin;scrollbar-color:var(--theme-primary) transparent}html[data-effective-theme] .blog-container .fohow-static-related__card{scroll-snap-align:start}html[data-effective-theme] .blog-container :is(.category-menu,.sorting-panel,.tags-cloud){display:flex!important;align-items:center;flex-direction:row!important;flex-wrap:nowrap!important;justify-content:flex-start!important;gap:8px!important;margin-block:16px!important;padding:2px 1px 8px;overflow-x:auto;scrollbar-width:none;-webkit-overflow-scrolling:touch}html[data-effective-theme] .blog-container :is(.category-menu,.sorting-panel,.tags-cloud)::-webkit-scrollbar{display:none}html[data-effective-theme] .blog-container :is(.category-btn,.sort-btn,.tag){flex:0 0 auto;width:auto!important;min-height:38px;padding:7px 11px!important;border-radius:999px!important;font-size:.72rem;white-space:nowrap}html[data-effective-theme] .blog-container .blog-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}html[data-effective-theme] .blog-container .blog-card{border-radius:13px!important}html[data-effective-theme] .blog-container .blog-image{aspect-ratio:4/3}html[data-effective-theme] .blog-container .blog-content{padding:11px!important}html[data-effective-theme] .blog-container .blog-title{margin-bottom:6px;font-size:.79rem!important;line-height:1.32!important}html[data-effective-theme] .blog-container .blog-date{margin-bottom:6px;font-size:.6rem}html[data-effective-theme] .blog-container .blog-excerpt{display:-webkit-box;margin-bottom:8px!important;overflow:hidden;font-size:.7rem;line-height:1.45;-webkit-box-orient:vertical;-webkit-line-clamp:4}html[data-effective-theme] .blog-container .blog-card .blog-link{width:100%;min-height:36px;margin-top:auto;padding:7px 8px!important;font-size:.67rem}html[data-effective-theme] .article-header .article-meta{font-size:.75rem!important}}html[data-effective-theme] body #prices .price-card,html[data-effective-theme] body #prices .price-card.featured{border-color:var(--theme-border)!important;background:var(--theme-surface-solid)!important;background-image:none!important;color:var(--theme-text)!important}html[data-effective-theme] body #prices .price-card.featured{border-color:var(--theme-border-strong)!important}html[data-effective-theme] body #prices .price-card .price-header h3{color:var(--theme-heading)!important}html[data-effective-theme] body #prices .price-card .price{color:var(--theme-primary)!important}html[data-effective-theme] body #prices .price-card .price-features li{color:var(--theme-text-muted)!important}html[data-effective-theme] body #prices .price-card .price-features li::before{color:var(--theme-accent)!important}html[data-effective-theme] body #prices .price-card .price-discount{color:var(--theme-warning)!important}html[data-effective-theme] body #prices .price-card .price-button{color:#fff!important}html[data-effective-theme] body .blog-header h1{max-width:22ch;font-size:38px!important;letter-spacing:-.04em!important}html[data-effective-theme] body .blog-header .bad-disclaimer,html[data-effective-theme] body .blog-header .bad-disclaimer :is(div,span,p,strong,b,a){color:rgba(255,255,255,.92)!important}html[data-effective-theme] body .section-header :is(h2,.section-title){font-size:36px!important}html[data-effective-theme] body #training .training-features{display:grid!important;width:100%;gap:10px!important;margin:18px 0 0!important;padding:0!important;text-align:left!important}html[data-effective-theme] body #training .training-features li{display:flex!important;position:relative;align-items:flex-start!important;justify-content:flex-start!important;gap:10px;margin:0!important;padding:0!important;color:var(--theme-text-muted)!important;font-size:14px;line-height:1.5;text-align:left!important}html[data-effective-theme] body #training .training-features li::before{content:none!important;display:none!important}html[data-effective-theme] body #training .training-features li>i{display:inline-block!important;flex:0 0 14px;width:14px;margin:.28em 0 0!important;color:var(--theme-accent)!important;font-size:12px;text-align:center}@media (max-width:820px){html[data-effective-theme] body .blog-header h1{font-size:30px!important}}@media (max-width:600px){html[data-effective-theme] body .blog-header h1{font-size:28px!important}html[data-effective-theme] body .section-header :is(h2,.section-title){font-size:28px!important}html[data-effective-theme] body #training .training-features li{font-size:13px}}@media (hover:none),(pointer:coarse){html[data-effective-theme] :is(a[href],button,input:not([type=hidden]),select,textarea,[role=button]){min-height:44px;touch-action:manipulation}html[data-effective-theme] :is(.header,header.header){backdrop-filter:none;-webkit-backdrop-filter:none}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,::after,::before{scroll-behavior:auto!important;transition-duration:0s!important;animation-duration:0s!important;animation-iteration-count:1!important}}@media print{html[data-effective-theme] body{background:#fff!important;color:#111!important}html[data-effective-theme] :is(.header,.footer,.menu-toggle,.theme-switcher,.nav-buttons,.book-nav,.article-cta){display:none!important}html[data-effective-theme] :is(.article-container,article.article,.book-article){width:100%!important;max-width:none!important;padding:0!important}html[data-effective-theme] :is(.article-container,article.article,.book-article)::before{content:none}}:root,html[data-effective-theme=light]{--theme-bg:#f4f4f4;--theme-bg-alt:#ffffff;--theme-surface:rgba(255, 255, 255, 0.97);--theme-surface-solid:#ffffff;--theme-surface-muted:#f7f7f7;--theme-surface-strong:#eeeeee;--theme-text:#646464;--theme-text-muted:#737373;--theme-text-soft:#969696;--theme-heading:#3c3b3b;--theme-primary:#2ebaae;--theme-primary-dark:#239c91;--theme-primary-soft:rgba(46, 186, 174, 0.1);--theme-secondary:#66747b;--theme-secondary-soft:rgba(102, 116, 123, 0.09);--theme-accent:#2ebaae;--theme-accent-soft:rgba(46, 186, 174, 0.11);--theme-warning:#a55c16;--theme-warning-soft:#fff6e9;--theme-border:rgba(160, 160, 160, 0.3);--theme-border-strong:rgba(46, 186, 174, 0.56);--theme-header:rgba(255, 255, 255, 0.98);--theme-shadow-sm:0 1px 2px rgba(35, 35, 35, 0.05);--theme-shadow-md:0 10px 28px rgba(35, 35, 35, 0.07);--theme-shadow-lg:0 18px 45px rgba(35, 35, 35, 0.1);--theme-gradient:linear-gradient(135deg, #2ebaae, #239c91);--theme-gradient-soft:linear-gradient(180deg, #f4f4f4, #f4f4f4);--theme-hero:linear-gradient(180deg, #ffffff, #ffffff);--theme-radius-sm:0;--theme-radius:0;--theme-radius-lg:0}html[data-effective-theme=dark]{--theme-bg:#17191b;--theme-bg-alt:#1d2023;--theme-surface:rgba(34, 38, 41, 0.97);--theme-surface-solid:#222629;--theme-surface-muted:#292e31;--theme-surface-strong:#303639;--theme-text:#d5d8d9;--theme-text-muted:#b9bec0;--theme-text-soft:#92999c;--theme-heading:#f4f5f5;--theme-primary:#60d5cb;--theme-primary-dark:#7ae1d8;--theme-primary-soft:rgba(96, 213, 203, 0.13);--theme-secondary:#b9c4c8;--theme-secondary-soft:rgba(185, 196, 200, 0.1);--theme-accent:#60d5cb;--theme-accent-soft:rgba(96, 213, 203, 0.13);--theme-warning:#efb56f;--theme-warning-soft:rgba(239, 181, 111, 0.12);--theme-border:rgba(190, 200, 204, 0.2);--theme-border-strong:rgba(96, 213, 203, 0.55);--theme-header:rgba(29, 32, 35, 0.98);--theme-shadow-sm:0 1px 2px rgba(0, 0, 0, 0.2);--theme-shadow-md:0 10px 30px rgba(0, 0, 0, 0.2);--theme-shadow-lg:0 18px 48px rgba(0, 0, 0, 0.28);--theme-gradient:linear-gradient(135deg, #60d5cb, #2ebaae);--theme-gradient-soft:linear-gradient(180deg, #17191b, #17191b);--theme-hero:linear-gradient(180deg, #222629, #222629);--menu-bg:rgba(34, 38, 41, 0.99)!important}@media screen{html[data-effective-theme] body{background:var(--theme-bg)!important;color:var(--theme-text)!important;font-family:"IBM Plex Sans","Segoe UI",Arial,sans-serif!important;font-size:16px;line-height:1.65}html[data-effective-theme] body::before{content:none!important}html[data-effective-theme] :is(h1,h2,h3,h4,h5,h6){font-family:"IBM Plex Sans","Segoe UI",Arial,sans-serif!important;font-weight:750!important;letter-spacing:.015em!important}html[data-effective-theme] :is(.header,header.header){min-height:64px;border-bottom:1px solid var(--theme-border)!important;background:var(--theme-header)!important;box-shadow:none!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important}html[data-effective-theme] :is(.header,header.header) .nav{min-height:64px!important;gap:18px}html[data-effective-theme] :is(.logo,.brand-name){color:var(--theme-heading)!important;font-size:15px!important;font-weight:800!important;letter-spacing:.12em!important;text-transform:uppercase}html[data-effective-theme] .header .logo::after{content:none}html[data-effective-theme] .dropdown-toggle,html[data-effective-theme] .nav-links a{min-height:40px;padding:9px 10px!important;color:var(--theme-heading)!important;font-size:14px!important;font-weight:650!important;letter-spacing:.035em}html[data-effective-theme] .dropdown-toggle:hover,html[data-effective-theme] .nav-links a:hover{color:var(--theme-primary)!important;background:0 0!important}html[data-effective-theme] :is(.dropdown-content,.theme-switcher__menu){border:1px solid var(--theme-border)!important;border-radius:0!important;background:var(--theme-surface-solid)!important;box-shadow:var(--theme-shadow-md)!important}html[data-effective-theme] :is(.phone-link,.theme-switcher__button,.menu-toggle){border:1px solid var(--theme-border-strong)!important;border-radius:0!important;background:0 0!important;box-shadow:none!important;color:var(--theme-primary)!important}html[data-effective-theme] .phone-link{min-height:40px;padding:8px 14px!important;font-size:14px!important;letter-spacing:.025em}html[data-effective-theme] .hero{min-height:auto!important;padding:112px 0 58px!important;border-bottom:1px solid var(--theme-border);background:var(--theme-surface-solid)!important;color:var(--theme-text)!important}html[data-effective-theme] .hero::after,html[data-effective-theme] .hero::before{content:none!important}html[data-effective-theme] .hero :is(h1,h2,h3,p,span,li){color:var(--theme-text-muted)!important;text-shadow:none!important}html[data-effective-theme] #main.hero .main-title,html[data-effective-theme] .hero h1{color:var(--theme-heading)!important;font-size:36px!important;line-height:1.18!important;letter-spacing:.01em!important}html[data-effective-theme] #main.hero .title-line:first-child{color:var(--theme-heading)!important;font-weight:800!important}html[data-effective-theme] #main.hero .title-line--secondary,html[data-effective-theme] #main.hero .title-line.subtitle{color:var(--theme-text-muted)!important;font-size:15px!important;font-weight:500!important;letter-spacing:.015em!important}html[data-effective-theme] #main.hero .title-line--secondary+.title-line--secondary::before{color:var(--theme-primary)}html[data-effective-theme] .hero-subtitle{color:var(--theme-text-muted)!important;font-size:15px!important}html[data-effective-theme] .hero-feature{border:1px solid var(--theme-border)!important;border-radius:0!important;background:var(--theme-surface-muted)!important;color:var(--theme-text-muted)!important;box-shadow:none!important}html[data-effective-theme] .hero-feature :is(i,span){color:var(--theme-text-muted)!important}html[data-effective-theme] .hero-feature i{color:var(--theme-primary)!important}html[data-effective-theme] .hero-image img,html[data-effective-theme] .hero-image-card,html[data-effective-theme] .hero-image.hero-image--stack .hero-image-card{border:1px solid var(--theme-border)!important;border-radius:0!important;background:var(--theme-bg)!important;box-shadow:none!important;filter:none!important}html[data-effective-theme] :is(.cta-button,.hero-button,.product-button,.price-button,.blog-link,.catalog-search-submit,.search-button,.button),html[data-effective-theme] :is(.primary-button,.secondary-button){min-height:42px;border:1px solid var(--theme-border-strong)!important;border-radius:0!important;background:0 0!important;background-image:none!important;box-shadow:none!important;color:var(--theme-primary)!important;font-size:12px!important;font-weight:800!important;letter-spacing:.09em;text-transform:uppercase}html[data-effective-theme] :is(.cta-button,.hero-button,.product-button,.price-button,.blog-link,.catalog-search-submit,.search-button,.button):hover,html[data-effective-theme] :is(.primary-button,.secondary-button):hover{border-color:var(--theme-primary)!important;background:var(--theme-primary-soft)!important;color:var(--theme-primary-dark)!important;transform:none!important;box-shadow:none!important}html[data-effective-theme] body>section:not(.hero),html[data-effective-theme] main>section:not(.hero){border-bottom:1px solid var(--theme-border);background:var(--theme-bg)!important}html[data-effective-theme] main>section:not(.hero):nth-of-type(2n){background:var(--theme-surface-muted)!important}html[data-effective-theme] .section-tag,html[data-effective-theme] :is(.eyebrow,.hero-pill,.inline-pill,.part-meta){border:0!important;border-bottom:2px solid var(--theme-primary)!important;border-radius:0!important;background:0 0!important;box-shadow:none!important;color:var(--theme-primary)!important;font-size:11px!important;font-weight:800!important;letter-spacing:.13em;text-transform:uppercase}html[data-effective-theme] body .section-header :is(h2,.section-title){color:var(--theme-heading)!important;font-size:36px!important;letter-spacing:.01em!important}html[data-effective-theme] :is(
.about-card,.feature-card,.product-card,.price-card,.training-card,.contact-item,.certificate-content,.contact-form,.contact-form-container,.contact-max-panel,.fohow-static-related,.fohow-static-related__card,.blog-card
){border:1px solid var(--theme-border)!important;border-radius:0!important;background:var(--theme-surface-solid)!important;background-image:none!important;box-shadow:none!important}html[data-effective-theme] .blog-card::after,html[data-effective-theme] :is(.about-card,.feature-card,.product-card,.price-card,.training-card)::before{content:none!important}html[data-effective-theme] :is(.about-card,.feature-card,.product-card,.price-card,.training-card,.contact-item):hover{border-color:var(--theme-border-strong)!important;transform:translateY(-2px)!important;box-shadow:var(--theme-shadow-sm)!important}html[data-effective-theme] :is(.feature-icon,.training-icon,.contact-icon){border:1px solid var(--theme-primary)!important;border-radius:50%!important;background:0 0!important;background-image:none!important;box-shadow:none!important;color:var(--theme-primary)!important}html[data-effective-theme] :is(.feature-icon,.training-icon,.contact-icon) i{color:var(--theme-primary)!important;text-shadow:none!important}html[data-effective-theme] :is(input,textarea,select){border:1px solid var(--theme-border)!important;border-radius:0!important;background:var(--theme-surface-muted)!important;box-shadow:none!important;color:var(--theme-text)!important}html[data-effective-theme] :is(input,textarea,select):focus{border-color:var(--theme-primary)!important;box-shadow:inset 3px 0 0 var(--theme-primary)!important}html[data-effective-theme] .blog-container{width:min(1180px,calc(100% - 40px))!important}html[data-effective-theme] .blog-header,html[data-effective-theme] :is(.article-header,.part-header,.book-part-hero){border:1px solid var(--theme-border)!important;border-radius:0!important;background:var(--theme-surface-solid)!important;background-image:none!important;box-shadow:none!important;color:var(--theme-text)!important}html[data-effective-theme] .blog-header::after,html[data-effective-theme] :is(.article-header,.part-header,.book-part-hero)::after{content:none!important}html[data-effective-theme] :is(.article-header,.part-header,.book-part-hero) h1,html[data-effective-theme] body .blog-header h1{color:var(--theme-heading)!important;font-size:36px!important;letter-spacing:.025em!important;text-shadow:none!important}html[data-effective-theme] .blog-header :is(h1,h2,p,span,i),html[data-effective-theme] :is(.article-header,.part-header,.book-part-hero) :is(h1,h2,h3,p,span,time,i,strong){color:var(--theme-text-muted)!important;text-shadow:none!important}html[data-effective-theme] body .blog-header .bad-disclaimer,html[data-effective-theme] body .blog-header .bad-disclaimer :is(div,span,p,strong,b,a){color:var(--theme-text-muted)!important}html[data-effective-theme] .blog-card{overflow:hidden}html[data-effective-theme] .blog-image{border-bottom:1px solid var(--theme-border);filter:saturate(.86) contrast(1.02)}html[data-effective-theme] .blog-title{color:var(--theme-heading)!important;font-weight:750!important;letter-spacing:.02em}html[data-effective-theme] .blog-date,html[data-effective-theme] .fohow-static-related__label{color:var(--theme-primary)!important;font-size:11px!important;font-weight:800!important;letter-spacing:.1em;text-transform:uppercase}html[data-effective-theme] :is(.category-btn,.sort-btn,.tag,.article-count){border:1px solid var(--theme-border)!important;border-radius:0!important;background:var(--theme-surface-solid)!important;box-shadow:none!important;color:var(--theme-text-muted)!important;letter-spacing:.04em}html[data-effective-theme] :is(.category-btn,.sort-btn,.tag).active,html[data-effective-theme] :is(.category-btn,.sort-btn,.tag):hover{border-color:var(--theme-primary)!important;background:var(--theme-primary-soft)!important;color:var(--theme-primary-dark)!important}html[data-effective-theme] :is(.article-container,article.article,.book-article,.manual-main,.meridian-guide__container){max-width:920px!important}html[data-effective-theme] :is(.article-container,article.article,.book-article)::before{border:1px solid var(--theme-border)!important;border-radius:0!important;background:var(--theme-surface-solid)!important;box-shadow:none!important}html[data-effective-theme] body #prices .price-card,html[data-effective-theme] body #prices .price-card.featured{border:1px solid var(--theme-border)!important;border-radius:0!important;background:var(--theme-surface-solid)!important;box-shadow:none!important}html[data-effective-theme] body #prices .price-card.featured{border-top:3px solid var(--theme-primary)!important}html[data-effective-theme] body #prices .price-card .price-button{border-color:var(--theme-primary)!important;background:0 0!important;background-image:none!important;color:var(--theme-primary)!important}html[data-effective-theme] .footer,html[data-effective-theme] footer.footer{border-top:1px solid var(--theme-border)!important;background:var(--theme-surface-solid)!important;background-image:none!important;color:var(--theme-text-muted)!important}html[data-effective-theme] .footer :is(h2,h3,h4,.logo,strong){color:var(--theme-heading)!important;letter-spacing:.06em!important;text-transform:uppercase}html[data-effective-theme] .footer :is(p,li,span,a){color:var(--theme-text-muted)!important}}@media screen and (max-width:820px){html[data-effective-theme] .nav-links.active{border:1px solid var(--theme-border)!important;border-radius:0!important;background:var(--menu-bg)!important;box-shadow:var(--theme-shadow-md)!important}html[data-effective-theme] .hero{padding:96px 0 48px!important}html[data-effective-theme] #main.hero .main-title,html[data-effective-theme] .hero h1{font-size:29px!important}html[data-effective-theme] :is(.article-header,.part-header,.book-part-hero) h1,html[data-effective-theme] body .blog-header h1,html[data-effective-theme] body .section-header :is(h2,.section-title){font-size:28px!important}}@media screen and (max-width:600px){html[data-effective-theme] :is(.header,header.header),html[data-effective-theme] :is(.header,header.header) .nav{min-height:60px!important}html[data-effective-theme] .hero{padding-top:86px!important}html[data-effective-theme] .blog-container,html[data-effective-theme] .container{width:min(100% - 24px,var(--theme-content))!important}html[data-effective-theme] .blog-container .blog-card,html[data-effective-theme] .blog-container .fohow-static-related__card{border-radius:0!important}}html[data-effective-theme] #all-posts-grid>.blog-card[data-hidden="1"],html[data-effective-theme] #all-posts-grid>.blog-card[hidden]{display:none!important}html[data-effective-theme] #allSortControls[hidden],html[data-effective-theme] #mainCategoryMenu[hidden]{display:none!important}@media screen{html[data-effective-theme] .contact-form .submit-button,html[data-effective-theme] .contact-form-container .submit-button,html[data-effective-theme] .header .menu-toggle,html[data-effective-theme] .nav-cta .phone-link{border:1px solid var(--theme-border-strong)!important;border-radius:0!important;background:0 0!important;background-image:none!important;box-shadow:none!important;color:var(--theme-primary)!important}html[data-effective-theme] .contact-form .submit-button,html[data-effective-theme] .contact-form-container .submit-button{min-height:44px;font-size:12px!important;font-weight:800!important;letter-spacing:.08em;text-transform:uppercase}html[data-effective-theme] .contact-form :is(input,textarea,select),html[data-effective-theme] .contact-form-container :is(input,textarea,select){border-radius:0!important}html[data-effective-theme] body .blog-header .bad-disclaimer{border:1px solid var(--theme-border)!important;border-left:3px solid var(--theme-warning)!important;border-radius:0!important;background:var(--theme-warning-soft)!important;box-shadow:none!important}html[data-effective-theme] .catalog-search-field,html[data-effective-theme] .catalog-search-input,html[data-effective-theme] .catalog-search-submit{border-radius:0!important;box-shadow:none!important}html[data-effective-theme] :is(#map,.map-container,.contact-map,.contact-map-fallback){border-radius:0!important;box-shadow:none!important}html[data-effective-theme] :is(.article-container,article.article,.article-content,.book-article)>img,html[data-effective-theme] :is(.article-figure,figure),html[data-effective-theme] :is(.article-figure,figure) img,html[data-effective-theme] :is(.article-image,.article-featured-image,.featured-image),html[data-effective-theme] :is(.slide,.gallery-item){border-radius:0!important;box-shadow:none!important}html[data-effective-theme] .article-container :is(table,.comparison-table,.meridian-guide__table),html[data-effective-theme] .related-grid .blog-card,html[data-effective-theme] :is(.breadcrumb,.breadcrumbs,.fohow-breadcrumbs,.book-breadcrumbs,.batl-breadcrumb),html[data-effective-theme] :is(.nav-btn,.book-nav__btn,.meridian-guide__nav-btn){border-radius:0!important;box-shadow:none!important}html[data-effective-theme] .article-container :is([class$="-card"],[class$="__card"]),html[data-effective-theme] :is(
.highlight-box,.feature-box,.info-box,.alert-note,.lead-box,.notice,.warning,.danger,.success,.tip-card,.section-card,.stat-card,.point-card,.mini-card,.faq-item,.chapter-card,.book-card,.table-of-contents,.meridian-guide__panel,.meridian-guide__section-card,.meridian-guide__table-card,.meridian-guide__key-card,.meridian-guide__fact-card,.constitution-kit__panel
),html[data-effective-theme] article.article :is([class$="-card"],[class$="__card"]){border-radius:0!important;box-shadow:none!important}html[data-effective-theme] :is(.article-cta,.product-cta,.cta-box){border:1px solid var(--theme-border-strong)!important;border-radius:0!important;background:var(--theme-surface-muted)!important;box-shadow:none!important;color:var(--theme-text)!important}html[data-effective-theme] :is(.article-cta,.product-cta,.cta-box) :is(h1,h2,h3,h4,p,li,span,strong,b,a:not(.button):not(.cta-button)){color:var(--theme-text-muted)!important}}@media screen and (max-width:820px){html[data-effective-theme] .header .menu-toggle,html[data-effective-theme] .nav-cta .phone-link{width:44px!important;min-width:44px!important;height:44px!important;min-height:44px!important;padding:0!important;border-radius:0!important}html[data-effective-theme] .nav-cta .phone-link span{display:none!important}html[data-effective-theme] .nav-cta .phone-link i{margin:0!important;font-size:15px!important}}:root,html[data-effective-theme=light]{--theme-bg:#ffffff;--theme-bg-alt:#f5f6f7;--theme-surface:rgba(255, 255, 255, 0.98);--theme-surface-solid:#ffffff;--theme-surface-muted:#f5f6f7;--theme-surface-strong:#eceff1;--theme-text:#535d64;--theme-text-muted:#5f6970;--theme-text-soft:#7d878d;--theme-heading:#3d4449;--theme-primary:#b4233a;--theme-primary-dark:#8f1830;--theme-primary-soft:rgba(180, 35, 58, 0.1);--theme-secondary:#59666e;--theme-secondary-soft:rgba(89, 102, 110, 0.08);--theme-accent:#b4233a;--theme-accent-soft:rgba(180, 35, 58, 0.11);--theme-warning:#ad641f;--theme-warning-soft:#fff7ec;--theme-border:rgba(210, 215, 217, 0.82);--theme-border-strong:rgba(180, 35, 58, 0.72);--theme-header:rgba(255, 255, 255, 0.98);--theme-shadow-sm:0 2px 8px rgba(61, 68, 73, 0.06);--theme-shadow-md:0 14px 34px rgba(61, 68, 73, 0.09);--theme-shadow-lg:0 22px 52px rgba(61, 68, 73, 0.12);--theme-gradient:linear-gradient(135deg, #b4233a, #8f1830);--theme-gradient-soft:linear-gradient(180deg, #ffffff, #f5f6f7);--theme-hero:#ffffff;--menu-bg:rgba(255, 255, 255, 0.995)!important;--editorial-rule:#b4233a;--editorial-icon:#b4233a}html[data-effective-theme=dark]{--theme-bg:#181b1e;--theme-bg-alt:#202428;--theme-surface:rgba(32, 36, 40, 0.98);--theme-surface-solid:#202428;--theme-surface-muted:#272c30;--theme-surface-strong:#30363b;--theme-text:#c8cfd3;--theme-text-muted:#b9c1c6;--theme-text-soft:#8f999f;--theme-heading:#f2f4f5;--theme-primary:#ff8585;--theme-primary-dark:#ff9b9b;--theme-primary-soft:rgba(255, 133, 133, 0.13);--theme-secondary:#c1c9cd;--theme-secondary-soft:rgba(193, 201, 205, 0.1);--theme-accent:#ff8585;--theme-accent-soft:rgba(255, 133, 133, 0.13);--theme-warning:#efb36f;--theme-warning-soft:rgba(239, 179, 111, 0.12);--theme-border:rgba(205, 215, 220, 0.19);--theme-border-strong:rgba(255, 133, 133, 0.7);--theme-header:rgba(24, 27, 30, 0.985);--theme-shadow-sm:0 2px 9px rgba(0, 0, 0, 0.22);--theme-shadow-md:0 14px 36px rgba(0, 0, 0, 0.28);--theme-shadow-lg:0 22px 54px rgba(0, 0, 0, 0.34);--theme-gradient:linear-gradient(135deg, #ff8585, #e76767);--theme-gradient-soft:linear-gradient(180deg, #202428, #181b1e);--theme-hero:#202428;--menu-bg:rgba(32, 36, 40, 0.995)!important;--editorial-rule:#ff8585;--editorial-icon:#ff8585}@media screen{html[data-effective-theme] body{background:var(--theme-bg-alt)!important;color:var(--theme-text)!important;font-family:"IBM Plex Sans","Segoe UI",Arial,sans-serif!important;font-size:15px!important;line-height:1.65!important}html[data-effective-theme] :is(h1,h2,h3,h4,h5,h6){color:var(--theme-heading)!important;font-family:"IBM Plex Serif",Georgia,serif!important;font-weight:700!important;letter-spacing:.015em!important;line-height:1.25!important}html[data-effective-theme] :is(.header,header.header){min-height:68px!important;border-bottom:0!important;background:var(--theme-header)!important;box-shadow:0 1px 0 var(--theme-border)!important}html[data-effective-theme] :is(.header,header.header)::after{content:""!important;position:absolute;right:max(24px,calc((100vw - 1200px)/ 2));bottom:0;left:max(24px,calc((100vw - 1200px)/ 2));height:3px;background:var(--editorial-rule);pointer-events:none}html[data-effective-theme] :is(.header,header.header) .nav{min-height:68px!important;gap:14px!important}html[data-effective-theme] .header .logo a,html[data-effective-theme] :is(.logo,.brand-name){color:var(--theme-primary)!important;font-family:"IBM Plex Serif",Georgia,serif!important;font-size:17px!important;font-weight:700!important;letter-spacing:.025em!important;text-transform:none!important}html[data-effective-theme] .nav-links{gap:2px!important}html[data-effective-theme] .dropdown-toggle,html[data-effective-theme] .nav-links a{min-height:40px!important;padding:9px 9px!important;color:var(--theme-heading)!important;font-family:"IBM Plex Sans","Segoe UI",Arial,sans-serif!important;font-size:14px!important;font-weight:600!important;letter-spacing:0!important;text-transform:none!important}html[data-effective-theme] .dropdown-toggle:focus-visible,html[data-effective-theme] .dropdown-toggle:hover,html[data-effective-theme] .nav-links a:focus-visible,html[data-effective-theme] .nav-links a:hover{color:var(--theme-primary)!important}html[data-effective-theme] :is(.dropdown-content,.theme-switcher__menu){border:1px solid var(--theme-border)!important;border-top:3px solid var(--theme-primary)!important;border-radius:5px!important;background:var(--theme-surface-solid)!important;box-shadow:var(--theme-shadow-md)!important}html[data-effective-theme] :is(.phone-link,.theme-switcher__button,.menu-toggle){border:1px solid var(--theme-primary)!important;border-radius:5px!important;background:0 0!important;color:var(--theme-primary)!important}html[data-effective-theme] .phone-link{min-height:42px!important;padding:8px 14px!important;font-size:14px!important;font-weight:700!important}html[data-effective-theme] .hero{min-height:auto!important;padding:116px 0 50px!important;border-bottom:1px solid var(--theme-border)!important;background:var(--theme-surface-solid)!important}html[data-effective-theme] .hero .container{width:min(1200px,calc(100% - 48px))!important;grid-template-columns:minmax(0,1.12fr) minmax(350px,0.88fr)!important;gap:clamp(38px,5vw,72px)!important;align-items:center!important}html[data-effective-theme] .hero-content{min-width:0}html[data-effective-theme] #main.hero .main-title,html[data-effective-theme] .hero h1{position:relative;max-width:690px!important;margin-bottom:22px!important;padding-bottom:18px!important;color:var(--theme-heading)!important;font-size:clamp(30px, 2.65vw, 38px)!important;line-height:1.17!important;letter-spacing:.005em!important}html[data-effective-theme] #main.hero .main-title::after{content:"";position:absolute;bottom:0;left:0;width:84px;height:3px;border-radius:3px;background:var(--editorial-rule)}html[data-effective-theme] #main.hero .title-line:first-child{color:var(--theme-heading)!important}html[data-effective-theme] #main.hero .title-line--secondary,html[data-effective-theme] #main.hero .title-line.subtitle{margin-top:8px!important;color:var(--theme-text-muted)!important;font-family:"IBM Plex Sans","Segoe UI",Arial,sans-serif!important;font-size:15px!important;font-weight:600!important;line-height:1.45!important;letter-spacing:0!important}html[data-effective-theme] .hero-subtitle{max-width:620px;margin-top:14px!important;color:var(--theme-text-muted)!important;font-size:14px!important;line-height:1.65!important}html[data-effective-theme] .hero-features{gap:8px!important;margin-top:20px!important}html[data-effective-theme] .hero-feature{min-height:36px!important;padding:7px 10px!important;border:1px solid var(--theme-border)!important;border-radius:4px!important;background:0 0!important;color:var(--theme-text-muted)!important;font-size:12px!important}html[data-effective-theme] .hero-feature i{color:var(--theme-primary)!important}html[data-effective-theme] .hero-cta{gap:12px!important;margin-top:24px!important}html[data-effective-theme] :is(.cta-button,.hero-button,.product-button,.price-button,.blog-link,.catalog-search-submit,.search-button,.button),html[data-effective-theme] :is(.primary-button,.secondary-button){min-height:42px!important;padding:10px 18px!important;border:2px solid var(--theme-primary)!important;border-radius:5px!important;background:0 0!important;color:var(--theme-primary)!important;font-family:"IBM Plex Sans","Segoe UI",Arial,sans-serif!important;font-size:12px!important;font-weight:700!important;letter-spacing:.075em!important;text-transform:uppercase!important}html[data-effective-theme] :is(.primary-button,.cta-button,.price-card.featured .price-button){background:var(--theme-primary)!important;color:#fff!important}html[data-effective-theme] :is(.cta-button,.hero-button,.product-button,.price-button,.blog-link,.catalog-search-submit,.search-button,.button):hover,html[data-effective-theme] :is(.primary-button,.secondary-button):hover{border-color:var(--theme-primary)!important;background:var(--theme-primary-soft)!important;color:var(--theme-primary-dark)!important;box-shadow:none!important;transform:none!important}html[data-effective-theme] .hero-image.hero-image--stack{width:100%!important;max-width:465px!important;gap:14px!important}html[data-effective-theme] .hero-image img,html[data-effective-theme] .hero-image-card,html[data-effective-theme] .hero-image.hero-image--stack .hero-image-card{border:1px solid var(--theme-border)!important;border-radius:5px!important;background:var(--theme-surface-muted)!important;box-shadow:none!important}html[data-effective-theme] .hero-image.hero-image--stack .hero-image-card--business{width:100%!important;max-width:465px!important;padding:12px!important}html[data-effective-theme] .hero-image.hero-image--stack .hero-image-card--massager{width:72%!important;max-width:335px!important;padding:10px!important;align-self:flex-end!important}html[data-effective-theme] body>section:not(.hero),html[data-effective-theme] main>section:not(.hero){padding-top:68px!important;padding-bottom:68px!important;border-bottom:1px solid var(--theme-border)!important;background:var(--theme-surface-solid)!important}html[data-effective-theme] main>section:not(.hero):nth-of-type(2n){background:var(--theme-bg-alt)!important}html[data-effective-theme] .section-header{max-width:none!important;margin:0 0 36px!important;text-align:left!important}html[data-effective-theme] .section-header .section-tag{display:inline-block!important;margin:0 0 10px!important;padding:0!important;border:0!important;color:var(--theme-primary)!important;font-size:11px!important;font-weight:700!important;letter-spacing:.12em!important;text-transform:uppercase!important}html[data-effective-theme] body .section-header :is(h2,.section-title){position:relative;display:inline-block;margin:0 0 14px!important;padding:0 0 12px!important;color:var(--theme-heading)!important;font-size:clamp(28px, 2.6vw, 34px)!important;line-height:1.2!important;letter-spacing:.01em!important}html[data-effective-theme] body .section-header :is(h2,.section-title)::after{content:"";position:absolute;bottom:0;left:0;width:72px;height:3px;border-radius:3px;background:var(--editorial-rule)}html[data-effective-theme] .section-description{max-width:760px!important;margin:0!important;color:var(--theme-text-muted)!important;font-size:15px!important}html[data-effective-theme] :is(.about-grid,.features-grid){gap:0!important;border-top:1px solid var(--theme-border);border-left:1px solid var(--theme-border)}html[data-effective-theme] :is(.about-card,.feature-card){min-height:210px;padding:28px!important;border:0!important;border-right:1px solid var(--theme-border)!important;border-bottom:1px solid var(--theme-border)!important;border-radius:0!important;background:0 0!important;box-shadow:none!important;text-align:left!important}html[data-effective-theme] :is(.about-card,.feature-card):hover{border-color:var(--theme-border)!important;background:var(--theme-primary-soft)!important;transform:none!important}html[data-effective-theme] .about-card>i,html[data-effective-theme] :is(.feature-icon,.training-icon,.contact-icon){display:inline-flex!important;width:54px!important;height:54px!important;min-width:54px!important;align-items:center!important;justify-content:center!important;border:1px solid var(--theme-primary)!important;border-radius:6px!important;background:0 0!important;color:var(--editorial-icon)!important;font-size:22px!important}html[data-effective-theme] :is(.about-card,.feature-card,.training-card,.product-card,.price-card) h3{color:var(--theme-heading)!important;font-size:20px!important}html[data-effective-theme] .products-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:34px!important}html[data-effective-theme] .product-card{overflow:hidden;border:1px solid var(--theme-border)!important;border-radius:5px!important;background:var(--theme-surface-solid)!important;box-shadow:none!important}html[data-effective-theme] .product-card:hover{border-color:var(--theme-primary)!important;transform:none!important;box-shadow:var(--theme-shadow-sm)!important}html[data-effective-theme] .product-image{height:245px!important;border-bottom:1px solid var(--theme-border)!important;background:var(--theme-surface-muted)!important}html[data-effective-theme] .product-image img{width:100%!important;height:100%!important;object-fit:contain!important;padding:12px}html[data-effective-theme] .product-content{padding:26px!important}html[data-effective-theme] :is(.product-features,.price-features,.training-features) li::before,html[data-effective-theme] :is(.product-features,.price-features,.training-features) li>i{color:var(--theme-primary)!important}html[data-effective-theme] .training-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:24px!important}html[data-effective-theme] .training-card{min-height:100%!important;padding:28px!important;border:1px solid var(--theme-border)!important;border-top:3px solid var(--theme-primary)!important;border-radius:5px!important;background:var(--theme-surface-solid)!important;box-shadow:none!important;text-align:left!important}html[data-effective-theme] .training-features li{justify-content:flex-start!important;text-align:left!important}html[data-effective-theme] .prices-grid{gap:28px!important}html[data-effective-theme] body #prices .price-card,html[data-effective-theme] body #prices .price-card.featured{padding:34px 30px!important;border:1px solid var(--theme-border)!important;border-radius:5px!important;background:var(--theme-surface-solid)!important;box-shadow:none!important}html[data-effective-theme] body #prices .price-card.featured{border-top:4px solid var(--theme-primary)!important}html[data-effective-theme] body #prices .price{color:var(--theme-primary)!important;font-family:"IBM Plex Serif",Georgia,serif!important;font-size:clamp(38px, 4.4vw, 52px)!important;text-shadow:none!important}html[data-effective-theme] body #prices .price-card .price-button{border-color:var(--theme-primary)!important;color:var(--theme-primary)!important}html[data-effective-theme] body #prices .price-card.featured .price-button{background:var(--theme-primary)!important;color:#fff!important}html[data-effective-theme] :is(.contact-item,.contact-form,.contact-form-container,.contact-max-panel,.certificate-content){border:1px solid var(--theme-border)!important;border-radius:5px!important;background:var(--theme-surface-solid)!important;box-shadow:none!important}html[data-effective-theme] .contact-item{padding:20px!important}html[data-effective-theme] .contact-form-container{border-top:3px solid var(--theme-primary)!important}html[data-effective-theme] :is(input,textarea,select){border:1px solid var(--theme-border)!important;border-radius:4px!important;background:var(--theme-surface-muted)!important;color:var(--theme-text)!important}html[data-effective-theme] :is(input,textarea,select):focus{border-color:var(--theme-primary)!important;box-shadow:0 0 0 1px var(--theme-primary)!important;outline:0!important}html[data-effective-theme] .contact-form .submit-button,html[data-effective-theme] .contact-form-container .submit-button{min-height:44px!important;border:2px solid var(--theme-primary)!important;border-radius:5px!important;background:var(--theme-primary)!important;color:#fff!important}html[data-effective-theme] :is(#map,.map-container,.contact-map,.contact-map-fallback){overflow:hidden;border:1px solid var(--theme-border)!important;border-radius:5px!important;box-shadow:none!important}html[data-effective-theme] .blog-container{width:min(1180px,calc(100% - 48px))!important;padding-top:116px!important;padding-bottom:72px!important}html[data-effective-theme] .blog-header,html[data-effective-theme] :is(.article-header,.part-header,.book-part-hero){position:relative;padding:36px 40px!important;border:1px solid var(--theme-border)!important;border-top:4px solid var(--theme-primary)!important;border-radius:5px!important;background:var(--theme-surface-solid)!important;box-shadow:none!important}html[data-effective-theme] :is(.article-header,.part-header,.book-part-hero) h1,html[data-effective-theme] body .blog-header h1{margin-bottom:18px!important;color:var(--theme-heading)!important;font-size:clamp(29px, 3vw, 38px)!important;line-height:1.2!important;letter-spacing:.01em!important}html[data-effective-theme] .blog-header :is(h1,h2,p,span,i),html[data-effective-theme] :is(.article-header,.part-header,.book-part-hero) :is(h1,h2,h3,p,span,time,i,strong){color:var(--theme-text-muted)!important;text-shadow:none!important}html[data-effective-theme] body .blog-header .bad-disclaimer{border:1px solid var(--theme-border)!important;border-left:4px solid var(--theme-warning)!important;border-radius:4px!important;background:var(--theme-warning-soft)!important}html[data-effective-theme] .blog-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:26px!important}html[data-effective-theme] .blog-card,html[data-effective-theme] .fohow-static-related,html[data-effective-theme] .fohow-static-related__card{border:1px solid var(--theme-border)!important;border-radius:5px!important;background:var(--theme-surface-solid)!important;box-shadow:none!important}html[data-effective-theme] .blog-card:hover,html[data-effective-theme] .fohow-static-related__card:hover{border-color:var(--theme-primary)!important;transform:none!important;box-shadow:var(--theme-shadow-sm)!important}html[data-effective-theme] .blog-image{height:190px!important;border-bottom:1px solid var(--theme-border)!important;filter:none!important;object-fit:cover!important}html[data-effective-theme] .blog-content{padding:22px!important}html[data-effective-theme] .blog-title{color:var(--theme-heading)!important;font-family:"IBM Plex Serif",Georgia,serif!important;font-size:18px!important;line-height:1.35!important}html[data-effective-theme] .blog-date,html[data-effective-theme] .fohow-static-related__label{color:var(--theme-primary)!important;font-size:10px!important;font-weight:700!important;letter-spacing:.11em!important;text-transform:uppercase!important}html[data-effective-theme] :is(.category-btn,.sort-btn,.tag,.article-count){border:1px solid var(--theme-border)!important;border-radius:4px!important;background:var(--theme-surface-solid)!important;color:var(--theme-text-muted)!important;box-shadow:none!important}html[data-effective-theme] :is(.category-btn,.sort-btn,.tag).active,html[data-effective-theme] :is(.category-btn,.sort-btn,.tag):hover{border-color:var(--theme-primary)!important;background:var(--theme-primary)!important;color:#fff!important}html[data-effective-theme] :is(.article-container,article.article,.book-article,.manual-main,.meridian-guide__container){max-width:960px!important}html[data-effective-theme] :is(.article-container,article.article,.book-article)::before{border:1px solid var(--theme-border)!important;border-radius:5px!important;background:var(--theme-surface-solid)!important;box-shadow:none!important}html[data-effective-theme] :is(.article-container,article.article,.article-content,.book-article) :is(h2,h3){position:relative}html[data-effective-theme] :is(.article-container,article.article,.article-content,.book-article) h2{padding-bottom:10px!important;border-bottom:1px solid var(--theme-border)!important}html[data-effective-theme] :is(.article-container,article.article,.article-content,.book-article) h2::after{content:"";position:absolute;bottom:-1px;left:0;width:72px;height:3px;background:var(--editorial-rule)}html[data-effective-theme] :is(.article-figure,figure),html[data-effective-theme] :is(.article-figure,figure) img,html[data-effective-theme] :is(.article-image,.article-featured-image,.featured-image),html[data-effective-theme] :is(.slide,.gallery-item){border-radius:5px!important;box-shadow:none!important}html[data-effective-theme] .footer,html[data-effective-theme] footer.footer{position:relative;padding-top:48px!important;border-top:4px solid var(--theme-primary)!important;background:var(--theme-surface-solid)!important;color:var(--theme-text-muted)!important}html[data-effective-theme] .footer :is(h2,h3,h4,.logo,strong){color:var(--theme-heading)!important;font-family:"IBM Plex Serif",Georgia,serif!important;letter-spacing:.015em!important;text-transform:none!important}}@media screen and (max-width:1080px){html[data-effective-theme] .dropdown-toggle,html[data-effective-theme] .nav-links a{padding-right:7px!important;padding-left:7px!important;font-size:13px!important}html[data-effective-theme] .hero .container{grid-template-columns:minmax(0,1.08fr) minmax(310px,0.92fr)!important;gap:34px!important}}@media screen and (max-width:820px){html[data-effective-theme] :is(.header,header.header),html[data-effective-theme] :is(.header,header.header) .nav{min-height:62px!important}html[data-effective-theme] :is(.header,header.header)::after{right:12px;left:12px;height:2px}html[data-effective-theme] .nav-links.active{top:62px!important;border:1px solid var(--theme-border)!important;border-top:3px solid var(--theme-primary)!important;border-radius:0 0 5px 5px!important;background:var(--menu-bg)!important;box-shadow:var(--theme-shadow-md)!important}html[data-effective-theme] .header .menu-toggle,html[data-effective-theme] .nav-cta .phone-link{width:42px!important;min-width:42px!important;height:42px!important;min-height:42px!important;padding:0!important;border-radius:5px!important}html[data-effective-theme] .hero{padding:94px 0 44px!important}html[data-effective-theme] .hero .container{width:min(100% - 28px,720px)!important;grid-template-columns:1fr!important;gap:24px!important}html[data-effective-theme] #main.hero .main-title,html[data-effective-theme] .hero h1{max-width:none!important;margin-bottom:16px!important;padding-bottom:15px!important;font-size:29px!important}html[data-effective-theme] #main.hero .title-line--secondary,html[data-effective-theme] #main.hero .title-line.subtitle{margin-top:5px!important;font-size:14px!important}html[data-effective-theme] .hero-image.hero-image--stack{display:none!important}html[data-effective-theme] body>section:not(.hero),html[data-effective-theme] main>section:not(.hero){padding-top:52px!important;padding-bottom:52px!important}html[data-effective-theme] :is(.article-header,.part-header,.book-part-hero) h1,html[data-effective-theme] body .blog-header h1,html[data-effective-theme] body .section-header :is(h2,.section-title){font-size:28px!important}html[data-effective-theme] .blog-grid,html[data-effective-theme] .products-grid,html[data-effective-theme] .training-grid,html[data-effective-theme] :is(.about-grid,.features-grid){grid-template-columns:repeat(2,minmax(0,1fr))!important}html[data-effective-theme] .blog-container{width:min(100% - 28px,760px)!important;padding-top:92px!important}}@media screen and (max-width:600px){html[data-effective-theme] body{font-size:14px!important}html[data-effective-theme] .blog-container,html[data-effective-theme] .container{width:min(100% - 24px,var(--theme-content))!important}html[data-effective-theme] .hero{padding-top:84px!important;padding-bottom:34px!important}html[data-effective-theme] .hero .container{width:min(100% - 24px,540px)!important}html[data-effective-theme] #main.hero .main-title,html[data-effective-theme] .hero h1{font-size:26px!important;line-height:1.16!important}html[data-effective-theme] #main.hero .title-line--secondary,html[data-effective-theme] #main.hero .title-line.subtitle{font-size:13px!important;line-height:1.38!important}html[data-effective-theme] .hero-subtitle{margin-top:12px!important;font-size:13px!important}html[data-effective-theme] .hero-features{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:7px!important;margin-top:16px!important}html[data-effective-theme] .hero-feature{width:100%!important;min-width:0!important;padding:6px 8px!important;font-size:11px!important}html[data-effective-theme] .hero-cta{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important;margin-top:18px!important}html[data-effective-theme] .hero-cta :is(.primary-button,.secondary-button){width:100%!important;min-width:0!important;min-height:42px!important;padding:8px 9px!important;font-size:10px!important;line-height:1.25!important}html[data-effective-theme] body>section:not(.hero),html[data-effective-theme] main>section:not(.hero){padding-top:42px!important;padding-bottom:42px!important}html[data-effective-theme] .section-header{margin-bottom:26px!important}html[data-effective-theme] :is(.article-header,.part-header,.book-part-hero) h1,html[data-effective-theme] body .blog-header h1,html[data-effective-theme] body .section-header :is(h2,.section-title){font-size:25px!important}html[data-effective-theme] .blog-grid,html[data-effective-theme] .products-grid,html[data-effective-theme] .training-grid,html[data-effective-theme] :is(.about-grid,.features-grid){grid-template-columns:1fr!important}html[data-effective-theme] :is(.about-card,.feature-card){min-height:0!important;padding:22px!important}html[data-effective-theme] .product-image{height:220px!important}html[data-effective-theme] .product-content,html[data-effective-theme] .training-card,html[data-effective-theme] body #prices .price-card,html[data-effective-theme] body #prices .price-card.featured{padding:22px!important}html[data-effective-theme] .blog-container{padding-top:84px!important;padding-bottom:48px!important}html[data-effective-theme] .blog-header,html[data-effective-theme] :is(.article-header,.part-header,.book-part-hero){padding:24px 20px!important}html[data-effective-theme] .blog-image{height:205px!important}html[data-effective-theme] .blog-content{padding:20px!important}html[data-effective-theme] body #prices .container .price-cards,html[data-effective-theme] body #training .container .training-grid{display:grid!important;grid-template-columns:minmax(0,1fr)!important;grid-auto-flow:row!important;grid-auto-columns:auto!important;justify-content:stretch!important;width:100%!important;max-width:none!important;margin-right:0!important;margin-left:0!important;padding:0!important;gap:16px!important;overflow:visible!important;overflow-x:visible!important;scroll-snap-type:none!important}html[data-effective-theme] body #prices .container .price-cards>.price-card,html[data-effective-theme] body #prices .container .price-cards>.price-card.featured,html[data-effective-theme] body #training .container .training-grid>.training-card{width:100%!important;min-width:0!important;max-width:none!important;min-height:0!important;margin:0!important;flex:none!important;scroll-snap-align:none!important}}@media screen{html[data-effective-theme]{--font-main:"IBM Plex Sans","Segoe UI",Arial,sans-serif;--font-heading:"IBM Plex Serif",Georgia,serif}html[data-effective-theme] body,html[data-effective-theme] body :is(
main,section,article,aside,header,footer,nav,div,p,a,ul,ol,li,dl,dt,dd,span,strong,b,em,button,input,textarea,select,option,label,summary,blockquote,figcaption,time,small,table,thead,tbody,tfoot,tr,th,td
){font-family:var(--font-main)!important}html[data-effective-theme] body :is(
h1,h2,h3,h4,h5,h6,.main-title,.section-title,.blog-title,.article-title,.part-title,.book-title,.brand-name,.logo
){font-family:var(--font-heading)!important}html[data-effective-theme] body :is(
h1,h2,h3,h4,h5,h6,.main-title,.section-title,.blog-title,.article-title,.part-title,.book-title,.brand-name,.logo
) :is(span,strong,b,em,a){font-family:var(--font-heading)!important}html[data-effective-theme] body #main.hero :is(.title-line--secondary,.title-line.subtitle){font-family:var(--font-main)!important}html[data-effective-theme] body :is(code,pre,kbd,samp){font-family:"Cascadia Mono","Courier New",monospace!important}}@media screen{html[data-effective-theme] body header.header .dropdown-toggle,html[data-effective-theme] body header.header .menu-search,html[data-effective-theme] body header.header .nav-links>li>a,html[data-effective-theme] body header.header :is(.logo,.logo a){color:var(--theme-heading)!important;text-shadow:none!important}html[data-effective-theme] body header.header :is(.logo,.logo a){font-size:17px!important;font-weight:700!important}html[data-effective-theme] body header.header nav.nav ul.nav-links>li>a.brand-name{color:var(--theme-heading)!important;font-family:var(--font-heading)!important;font-size:17px!important;font-weight:700!important}html[data-effective-theme] body header.header .dropdown-toggle,html[data-effective-theme] body header.header .menu-search,html[data-effective-theme] body header.header .nav-links>li>a{font-size:14px!important;font-weight:600!important}html[data-effective-theme] body header.header .dropdown-toggle:focus-visible,html[data-effective-theme] body header.header .dropdown-toggle:hover,html[data-effective-theme] body header.header .dropdown-toggle[aria-expanded=true],html[data-effective-theme] body header.header .menu-search:focus-visible,html[data-effective-theme] body header.header .menu-search:hover,html[data-effective-theme] body header.header .nav-cta .phone-link,html[data-effective-theme] body header.header .nav-links>li>a:focus-visible,html[data-effective-theme] body header.header .nav-links>li>a:hover{color:var(--theme-primary)!important}html[data-effective-theme] body :is(
main h1:not(.main-title),.blog-header h1,.tag-hero h1,.article-header h1,.part-header h1,.book-part-hero h1,.meridian-guide__hero h1,.meridian-guide__hero-copy h1
){max-width:24ch!important;font-size:clamp(30px, 3.1vw, 40px)!important;line-height:1.16!important;overflow-wrap:break-word!important;word-break:normal!important;text-wrap:balance}html[data-effective-theme] body .meridian-guide__hero{padding-top:34px!important;padding-bottom:24px!important}html[data-effective-theme] body .meridian-guide__hero-copy{padding:30px!important}html[data-effective-theme] body .meridian-guide__hero-copy p{font-size:15px!important;line-height:1.65!important}html[data-effective-theme] body .meridian-guide__hero-visual img{height:min(32vw,390px)!important;min-height:0!important}html[data-effective-theme] body .article-tags{display:flex!important;align-items:center!important;flex-wrap:wrap!important;gap:9px!important;margin:30px 0 0!important;padding:20px 0 0!important;border-top:1px solid var(--theme-border)!important}html[data-effective-theme] body .article-tags h3{display:inline-flex!important;align-items:center!important;flex:0 0 auto!important;width:auto!important;max-width:none!important;min-height:40px!important;margin:0 4px 0 0!important;padding:0!important;color:var(--theme-heading)!important;font-size:18px!important;line-height:1.2!important}html[data-effective-theme] body .article-tags .tag{min-height:40px!important;margin:0!important;padding:8px 13px!important;border-radius:4px!important;font-size:13px!important;line-height:1.2!important}html[data-effective-theme] body :is(
.fohow-static-related,.related-articles,.related-section,.related-content,.ctest-related,.cert-related,.search-links,.quick-nav,.meridian-guide__search-links
){width:100%!important;max-width:960px!important;min-height:0!important;margin:30px auto!important;padding:24px!important;border:1px solid var(--theme-border)!important;border-left:4px solid var(--theme-primary)!important;border-radius:5px!important;background:var(--theme-surface-solid)!important;box-shadow:none!important;color:var(--theme-text)!important;overflow:visible!important}html[data-effective-theme] body :is(
.fohow-static-related,.related-articles,.related-section,.related-content,.ctest-related,.cert-related,.search-links,.quick-nav,.meridian-guide__search-links
)>:is(h2,h3,.related-title,.meridian-guide__section-title){margin:0 0 18px!important;padding:0 0 12px!important;border:0!important;border-bottom:1px solid var(--theme-border)!important;background:0 0!important;color:var(--theme-heading)!important;font-family:var(--font-heading)!important;font-size:clamp(22px, 2.3vw, 28px)!important;font-weight:700!important;line-height:1.25!important;letter-spacing:0!important;text-transform:none!important}html[data-effective-theme] body :is(
.fohow-static-related__grid,.related-grid,.cert-related-grid,.batl-related-grid,.what-is-fohow__related-grid
){display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:14px!important;width:100%!important;margin:0!important;padding:0!important;overflow:visible!important}html[data-effective-theme] body :is(
.fohow-static-related__card,.related-card,.related-article,.cert-related-card,.batl-related-card,.what-is-fohow__related-card,.fohow-complexes-guide__link-card,.related-grid > .blog-card
){display:flex!important;flex-direction:column!important;align-items:stretch!important;justify-content:flex-start!important;width:100%!important;min-width:0!important;min-height:0!important;height:auto!important;margin:0!important;padding:18px!important;border:1px solid var(--theme-border)!important;border-radius:4px!important;background:var(--theme-surface-solid)!important;box-shadow:none!important;color:var(--theme-text)!important;text-decoration:none!important;overflow:visible!important;transform:none!important}html[data-effective-theme] body :is(
.fohow-static-related__card,.related-card,.related-article,.cert-related-card,.batl-related-card,.what-is-fohow__related-card,.fohow-complexes-guide__link-card,.related-grid > .blog-card
):hover{border-color:var(--theme-primary)!important;box-shadow:var(--theme-shadow-sm)!important;transform:none!important}html[data-effective-theme] body :is(
.fohow-static-related__card,.related-card,.related-article,.cert-related-card,.batl-related-card,.what-is-fohow__related-card,.fohow-complexes-guide__link-card,.related-grid > .blog-card
) :is(.body,.blog-content){display:flex!important;flex:1 1 auto!important;flex-direction:column!important;gap:10px!important;min-height:0!important;padding:14px 0 0!important;overflow:visible!important}html[data-effective-theme] body :is(
.fohow-static-related__card,.related-card,.related-article,.cert-related-card,.batl-related-card,.what-is-fohow__related-card,.fohow-complexes-guide__link-card,.related-grid > .blog-card
) :is(h2,h3,h4,.blog-title,.fohow-static-related__title,strong){display:block!important;min-height:0!important;margin:0 0 8px!important;color:var(--theme-heading)!important;font-family:var(--font-heading)!important;font-size:18px!important;font-weight:700!important;line-height:1.32!important;overflow:visible!important;overflow-wrap:break-word!important;word-break:normal!important;-webkit-box-orient:initial!important;-webkit-line-clamp:unset!important}html[data-effective-theme] body :is(
.fohow-static-related__card,.related-card,.related-article,.cert-related-card,.batl-related-card,.what-is-fohow__related-card,.fohow-complexes-guide__link-card,.related-grid > .blog-card
) :is(h2,h3,h4,.blog-title,.fohow-static-related__title,strong) a{color:var(--theme-heading)!important;text-decoration:none!important}html[data-effective-theme] body :is(
.fohow-static-related__card,.related-card,.related-article,.cert-related-card,.batl-related-card,.what-is-fohow__related-card,.fohow-complexes-guide__link-card,.related-grid > .blog-card
) :is(p,.blog-description,.fohow-static-related__text){margin:0!important;color:var(--theme-text-muted)!important;font-size:14px!important;line-height:1.55!important}html[data-effective-theme] body :is(
.fohow-static-related__card,.related-card,.related-article,.cert-related-card,.batl-related-card,.what-is-fohow__related-card,.fohow-complexes-guide__link-card,.related-grid > .blog-card
) :is(.fohow-static-related__label,[class*=label]){color:var(--theme-primary)!important;font-family:var(--font-main)!important;font-size:10px!important;font-weight:700!important;line-height:1.35!important;letter-spacing:.1em!important;text-transform:uppercase!important}html[data-effective-theme] body :is(.related-card,.related-grid > .blog-card) img{width:100%!important;height:140px!important;border:0!important;border-radius:2px!important;object-fit:cover!important}html[data-effective-theme] body :is(.search-links,.quick-nav,.meridian-guide__search-links) :is(p,li){color:var(--theme-text-muted)!important;font-size:15px!important;line-height:1.6!important}html[data-effective-theme] body :is(.search-links,.quick-nav,.meridian-guide__search-links) ul{margin:10px 0 0!important;padding-left:20px!important}html[data-effective-theme] body :is(.search-links,.quick-nav,.meridian-guide__search-links) a{color:var(--theme-primary-dark)!important;text-decoration-thickness:1px!important;text-underline-offset:3px!important}html[data-effective-theme] body .tag-layout .blog-grid{align-items:start!important}html[data-effective-theme] body .tag-layout .blog-card{align-self:start!important;min-height:0!important;height:auto!important;overflow:hidden!important}html[data-effective-theme] body .tag-layout .blog-card .blog-content{min-height:0!important;height:auto!important;overflow:visible!important}html[data-effective-theme] body .tag-layout .blog-title,html[data-effective-theme] body .tag-layout .blog-title a{display:block!important;min-height:0!important;height:auto!important;max-height:none!important;overflow:visible!important;overflow-wrap:break-word!important;-webkit-box-orient:initial!important;-webkit-line-clamp:unset!important}}@media screen and (max-width:820px){html[data-effective-theme] body :is(
main h1:not(.main-title),.blog-header h1,.tag-hero h1,.article-header h1,.part-header h1,.book-part-hero h1,.meridian-guide__hero h1,.meridian-guide__hero-copy h1
){max-width:none!important;font-size:clamp(25px, 7.2vw, 30px)!important;line-height:1.18!important;text-wrap:wrap}html[data-effective-theme] body .meridian-guide__hero{padding:14px 14px 20px!important}html[data-effective-theme] body .meridian-guide__hero-copy{padding:20px!important}html[data-effective-theme] body .meridian-guide__hero-copy p{font-size:14px!important;line-height:1.55!important}html[data-effective-theme] body .meridian-guide__hero-visual img{height:auto!important;max-height:300px!important}html[data-effective-theme] body :is(
.fohow-static-related,.related-articles,.related-section,.related-content,.ctest-related,.cert-related,.search-links,.quick-nav,.meridian-guide__search-links
){margin:24px auto!important;padding:18px!important}html[data-effective-theme] body :is(
.fohow-static-related__grid,.related-grid,.cert-related-grid,.batl-related-grid,.what-is-fohow__related-grid
){grid-template-columns:1fr!important;gap:12px!important}html[data-effective-theme] body :is(
.fohow-static-related__card,.related-card,.related-article,.cert-related-card,.batl-related-card,.what-is-fohow__related-card,.fohow-complexes-guide__link-card,.related-grid > .blog-card
){padding:16px!important}html[data-effective-theme] body .article-tags{align-items:center!important;margin-top:24px!important}}@media screen and (min-width:821px) and (max-width:1080px){html[data-effective-theme] body :is(
.fohow-static-related__grid,.related-grid,.cert-related-grid,.batl-related-grid,.what-is-fohow__related-grid
){grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media screen{html[data-effective-theme=dark] body :is(
.meridian-guide__hero-copy,.meridian-guide__hero-visual
){border-color:var(--theme-border)!important;background:var(--theme-surface-solid)!important;color:var(--theme-text)!important;box-shadow:none!important}html[data-effective-theme] body .meridian-guide__hero-copy h1{color:var(--theme-heading)!important;text-shadow:none!important}html[data-effective-theme] body .meridian-guide__hero-caption,html[data-effective-theme] body .meridian-guide__hero-copy p{color:var(--theme-text-muted)!important}html[data-effective-theme=dark] body :is(
.meridian-guide__eyebrow,.diabetes-guide__pill
){background:var(--theme-primary-soft)!important;color:var(--theme-primary-dark)!important}html[data-effective-theme] body .tag-layout :is(.blog-title,.blog-title a){overflow-wrap:break-word!important;word-break:normal!important;hyphens:auto}html[data-effective-theme] body .tag-layout .blog-title{font-size:17px!important}html[data-effective-theme] body :is(
.fohow-complexes-guide__links-grid,.ctest-related
){display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:14px!important}html[data-effective-theme] body .ctest-related>a{display:flex!important;align-items:flex-start!important;min-width:0!important;min-height:0!important;height:auto!important;padding:18px!important;border:1px solid var(--theme-border)!important;border-radius:4px!important;background:var(--theme-surface-solid)!important;color:var(--theme-heading)!important;font-family:var(--font-heading)!important;font-size:17px!important;font-weight:700!important;line-height:1.35!important;text-decoration:none!important;overflow-wrap:normal!important;word-break:normal!important}html[data-effective-theme] body :is(
.cert-related-card > span,.batl-related-card > h3
){margin:8px 0 0!important;color:var(--theme-heading)!important;font-family:var(--font-heading)!important;font-size:18px!important;font-weight:700!important;line-height:1.32!important}html[data-effective-theme] body :is(
.what-is-fohow__related-card > span,.batl-related-card > small
){color:var(--theme-primary)!important;font-size:10px!important;font-weight:700!important;letter-spacing:.1em!important;text-transform:uppercase!important}html[data-effective-theme] body .fohow-complexes-guide__link-card>span{margin-top:8px!important;color:var(--theme-text-muted)!important;font-size:14px!important;line-height:1.55!important}}@media screen and (max-width:820px){html[data-effective-theme] body .tag-layout .blog-grid{grid-template-columns:1fr!important;gap:16px!important}html[data-effective-theme] body :is(
.fohow-complexes-guide__links-grid,.ctest-related
){grid-template-columns:1fr!important}}@media screen{html[data-effective-theme] body.fohow-complexes-guide .fohow-complexes-guide__mini-gallery,html[data-effective-theme] body.fohow-complexes-guide .fohow-complexes-guide__mini-gallery.article-gallery{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;align-items:stretch!important;gap:12px!important;width:100%!important;margin:16px 0 0!important;padding:0!important;overflow:visible!important}html[data-effective-theme] body.fohow-complexes-guide .fohow-complexes-guide__mini-gallery>figure{display:grid!important;grid-template-columns:minmax(120px,132px) minmax(0,1fr)!important;align-items:center!important;gap:12px!important;width:100%!important;min-width:0!important;min-height:144px!important;margin:0!important;padding:10px!important;border:1px solid var(--theme-border)!important;border-radius:4px!important;background:var(--theme-surface-solid)!important;box-shadow:none!important;text-align:left!important;overflow:visible!important}html[data-effective-theme] body.fohow-complexes-guide .fohow-complexes-guide__mini-gallery>figure:hover{border-color:var(--theme-primary)!important;box-shadow:var(--theme-shadow-sm)!important}html[data-effective-theme] body.fohow-complexes-guide .fohow-complexes-guide__mini-gallery>figure>img{display:block!important;width:100%!important;min-width:0!important;max-width:none!important;height:124px!important;min-height:124px!important;max-height:none!important;margin:0!important;padding:5px!important;border:0!important;border-radius:3px!important;background:#f8fafc!important;object-fit:contain!important;cursor:zoom-in!important;transition:transform 160ms ease!important}html[data-effective-theme] body.fohow-complexes-guide .fohow-complexes-guide__mini-gallery>figure:hover>img{transform:scale(1.025)!important}html[data-effective-theme] body.fohow-complexes-guide .fohow-complexes-guide__mini-gallery>figure>figcaption{display:block!important;min-height:0!important;margin:0!important;color:var(--theme-heading)!important;font-size:13px!important;font-weight:700!important;line-height:1.35!important;text-align:left!important;overflow:visible!important;overflow-wrap:break-word!important;-webkit-box-orient:initial!important;-webkit-line-clamp:unset!important}}@media screen and (max-width:820px){html[data-effective-theme] body.fohow-complexes-guide .fohow-complexes-guide__mini-gallery,html[data-effective-theme] body.fohow-complexes-guide .fohow-complexes-guide__mini-gallery.article-gallery{gap:10px!important}html[data-effective-theme] body.fohow-complexes-guide .fohow-complexes-guide__mini-gallery>figure{display:flex!important;flex-direction:column!important;align-items:stretch!important;gap:8px!important;min-height:0!important;padding:9px!important}html[data-effective-theme] body.fohow-complexes-guide .fohow-complexes-guide__mini-gallery>figure>img{width:100%!important;height:120px!important;min-height:120px!important}html[data-effective-theme] body.fohow-complexes-guide .fohow-complexes-guide__mini-gallery>figure>figcaption{text-align:center!important}}@media screen and (max-width:430px){html[data-effective-theme] body.fohow-complexes-guide .fohow-complexes-guide__mini-gallery,html[data-effective-theme] body.fohow-complexes-guide .fohow-complexes-guide__mini-gallery.article-gallery{grid-template-columns:1fr!important}html[data-effective-theme] body.fohow-complexes-guide .fohow-complexes-guide__mini-gallery>figure{display:grid!important;grid-template-columns:126px minmax(0,1fr)!important;align-items:center!important}html[data-effective-theme] body.fohow-complexes-guide .fohow-complexes-guide__mini-gallery>figure>img{height:126px!important;min-height:126px!important}html[data-effective-theme] body.fohow-complexes-guide .fohow-complexes-guide__mini-gallery>figure>figcaption{text-align:left!important}}@media screen{html[data-effective-theme] body header.header .nav,html[data-effective-theme] body header.header>.nav.container,html[data-effective-theme] body header.header>nav.nav.container{width:min(calc(100% - 40px),1180px)!important;max-width:1180px!important;margin-right:auto!important;margin-left:auto!important;padding-right:0!important;padding-left:0!important}html[data-effective-theme] body header.header::after{right:auto!important;left:50%!important;width:min(calc(100% - 40px),1180px)!important;transform:translateX(-50%)!important}html[data-effective-theme] body header.header :is(
.logo,.logo:link,.logo:visited,.brand-name,.brand-name:link,.brand-name:visited,.nav-links > li > a,.nav-links > li > a:link,.nav-links > li > a:visited,.dropdown-toggle,.dropdown-toggle:link,.dropdown-toggle:visited,.menu-search,.menu-search:link,.menu-search:visited
){color:var(--theme-heading)!important;text-shadow:none!important}html[data-effective-theme] body header.header :is(
.nav-links > li > a,.dropdown-toggle,.menu-search
) :is(i,span,svg){color:inherit!important}html[data-effective-theme] body header.header .dropdown-toggle[aria-expanded=true],html[data-effective-theme] body header.header .nav-cta .phone-link,html[data-effective-theme] body header.header :is(
.nav-links > li > a,.dropdown-toggle,.menu-search
):is(:hover,:focus-visible){color:var(--theme-primary)!important}html[data-effective-theme] body.fohow-complexes-guide .fohow-complexes-guide__group{align-items:start!important}html[data-effective-theme] body.fohow-complexes-guide .fohow-complexes-guide__complex{align-self:start!important;min-height:0!important;height:auto!important}}@media screen and (max-width:820px){html[data-effective-theme] body header.header .nav,html[data-effective-theme] body header.header>.nav.container,html[data-effective-theme] body header.header>nav.nav.container{width:min(calc(100% - 24px),1180px)!important}html[data-effective-theme] body header.header::after{width:calc(100% - 24px)!important}}@media screen{html[data-effective-theme] .theme-switcher__icon svg{display:none!important}html[data-effective-theme] .theme-switcher__icon{display:inline-grid!important;place-items:center;width:24px!important;height:24px!important;font-family:Arial,sans-serif;font-size:25px;font-weight:400;line-height:1}html[data-effective-theme] .theme-switcher__icon::before{display:block;line-height:1}html[data-effective-theme] .theme-switcher__button[data-effective-theme=light] .theme-switcher__icon::before{content:"\2600";color:#1f2937}html[data-effective-theme] .theme-switcher__button[data-effective-theme=dark] .theme-switcher__icon::before{content:"\263e";color:#f8fafc}html[data-effective-theme] body .tag-layout .tags-container{border-color:var(--theme-border)!important;background:var(--theme-surface-solid)!important;color:var(--theme-text)!important;box-shadow:var(--theme-shadow-sm)!important}html[data-effective-theme] body .tag-layout .tags-container h2{color:var(--theme-heading)!important}html[data-effective-theme] body .tag-layout .tags-container .tags-container__hint{color:var(--theme-text-muted)!important}html[data-effective-theme] body .breadcrumbs>span,html[data-effective-theme] body .fohow-breadcrumbs>span:last-child{color:var(--theme-text-muted)!important}html[data-effective-theme] body :is(.blog-grid,.related-grid) .blog-excerpt{display:-webkit-box!important;flex:0 0 auto!important;min-height:calc(3 * 1.55em)!important;max-height:none!important;overflow:hidden!important;line-height:1.55!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:3!important}html[data-effective-theme] body .blog-grid{align-items:stretch!important}html[data-effective-theme] body .blog-grid>.blog-card{align-self:stretch!important;height:100%!important}html[data-effective-theme] body .blog-grid>.blog-card .blog-content{min-height:0!important;height:auto!important;overflow:visible!important}html[data-effective-theme] body .blog-grid>.blog-card .blog-link{margin-top:auto!important}html[data-effective-theme] body .contact-page-redesign .contact-icon--max{border-color:var(--theme-primary)!important;background:var(--theme-primary-soft)!important;color:var(--theme-primary)!important}html[data-effective-theme] body .contact-page-redesign .contact-icon--max span{color:inherit!important}html[data-effective-theme=light] body .contact-page-redesign .contact-icon--max{border-color:#b4233a!important;color:#b4233a!important}html[data-effective-theme] body.constitution-kit-guide .hero{margin-top:68px!important;padding:clamp(42px,6vw,72px) 20px!important;border-top:1px solid var(--theme-border)!important;border-bottom:1px solid var(--theme-border)!important;background:var(--theme-surface-solid)!important;background-image:none!important;color:var(--theme-text)!important}html[data-effective-theme] body.constitution-kit-guide .hero h1{max-width:22ch!important;margin:0 auto 18px!important;color:var(--theme-heading)!important;font-family:var(--font-heading)!important;font-size:clamp(32px, 4vw, 48px)!important;line-height:1.12!important;text-wrap:balance}html[data-effective-theme] body.constitution-kit-guide .hero p{color:var(--theme-text-muted)!important}html[data-effective-theme] body.constitution-kit-guide .hero-image{max-width:420px!important;border:1px solid var(--theme-border)!important;border-radius:4px!important;background:var(--theme-surface-muted)!important;box-shadow:none!important}html[data-effective-theme] body.constitution-kit-guide>.container{width:min(1000px,calc(100% - 40px))!important;padding:36px 0 64px!important}html[data-effective-theme] body.constitution-kit-guide :is(.intro-box,.stat-item,.chapter-card){border:1px solid var(--theme-border)!important;border-radius:4px!important;background:var(--theme-surface-solid)!important;color:var(--theme-text)!important;box-shadow:none!important}html[data-effective-theme] body.constitution-kit-guide :is(.intro-box h2,.toc-title,.chapter-title){color:var(--theme-heading)!important;font-family:var(--font-heading)!important}html[data-effective-theme] body.constitution-kit-guide :is(.intro-box p,.stat-label,.chapter-desc){color:var(--theme-text-muted)!important}html[data-effective-theme] body.constitution-kit-guide :is(.stat-number,.chapter-notes){color:var(--theme-primary)!important}html[data-effective-theme] body.constitution-kit-guide .chapter-number{border-radius:3px!important;background:var(--theme-primary)!important;background-image:none!important;color:#fff!important}html[data-effective-theme] body.constitution-kit-guide .chapter-card:focus-visible,html[data-effective-theme] body.constitution-kit-guide .chapter-card:hover{border-color:var(--theme-primary)!important;transform:none!important;box-shadow:var(--theme-shadow-sm)!important}}@media screen and (max-width:600px){html[data-effective-theme] body :is(.about-grid,.features-grid,.products-grid,.price-cards,.training-grid,.popular-articles__grid){display:grid!important;grid-template-columns:minmax(0,1fr)!important;grid-auto-flow:row!important;grid-auto-columns:auto!important;width:100%!important;max-width:100%!important;margin-right:0!important;margin-left:0!important;padding:0!important;gap:16px!important;overflow:visible!important;overflow-x:visible!important;scroll-snap-type:none!important;scroll-padding-left:0!important;border-top:0!important;border-left:0!important}html[data-effective-theme] body :is(.about-grid,.features-grid,.products-grid,.price-cards,.training-grid,.popular-articles__grid)>*{width:100%!important;min-width:0!important;max-width:none!important;min-height:0!important;margin:0!important;scroll-snap-align:none!important;overflow:hidden!important;text-align:left!important}html[data-effective-theme] body :is(.about-card,.feature-card,.product-card,.price-card,.training-card,.popular-articles__card) :is(h2,h3,h4,p,a,li){max-width:100%!important;overflow-wrap:break-word!important;word-break:normal!important;white-space:normal!important}html[data-effective-theme] body .blog-container :is(.blog-grid,#all-posts-grid),html[data-effective-theme] body .tag-layout .blog-grid{display:grid!important;grid-template-columns:minmax(0,1fr)!important;grid-auto-flow:row!important;grid-auto-columns:auto!important;width:100%!important;max-width:100%!important;margin-right:0!important;margin-left:0!important;padding:0!important;gap:16px!important;overflow:visible!important;overflow-x:visible!important;scroll-snap-type:none!important;scroll-padding-left:0!important}html[data-effective-theme] body .blog-container .blog-grid>.blog-card,html[data-effective-theme] body .tag-layout .blog-grid>.blog-card{display:flex!important;flex-direction:column!important;width:100%!important;min-width:0!important;max-width:none!important;height:auto!important;min-height:0!important;margin:0!important;overflow:hidden!important;scroll-snap-align:none!important}html[data-effective-theme] body .blog-card>a:first-child{position:static!important;display:block!important;flex:0 0 auto!important;width:100%!important;min-height:0!important;height:auto!important;line-height:0!important;overflow:visible!important;transform:none!important}html[data-effective-theme] body .blog-card :is(.blog-image,img.blog-image){position:static!important;display:block!important;width:100%!important;height:auto!important;aspect-ratio:16/9!important;min-height:0!important;max-height:none!important;margin:0!important;padding:0!important;object-fit:contain!important;object-position:center!important;transform:none!important}html[data-effective-theme] body .blog-card .blog-content{position:static!important;display:flex!important;flex:0 0 auto!important;flex-direction:column!important;width:100%!important;min-height:0!important;height:auto!important;padding:16px!important;overflow:visible!important;transform:none!important}html[data-effective-theme] body .blog-card :is(.blog-title,.blog-title a){position:static!important;display:block!important;min-height:0!important;max-height:none!important;margin:0 0 8px!important;padding:0!important;overflow:visible!important;color:var(--theme-heading)!important;font-size:18px!important;line-height:1.3!important;overflow-wrap:break-word!important;word-break:normal!important;-webkit-line-clamp:unset!important;-webkit-box-orient:initial!important}html[data-effective-theme] body .blog-card .blog-date{position:static!important;display:block!important;margin:0 0 8px!important;color:var(--theme-primary)!important;font-size:14px!important;line-height:1.35!important}html[data-effective-theme] body .blog-card .blog-excerpt{min-height:0!important;max-height:none!important;margin:0 0 14px!important;overflow:visible!important;font-size:15px!important;line-height:1.55!important;-webkit-line-clamp:unset!important;-webkit-box-orient:initial!important}}@media screen and (max-width:720px){html[data-effective-theme] body.constitution-kit-guide>.container{width:min(100% - 24px,1000px)!important;padding-top:24px!important}html[data-effective-theme] body.constitution-kit-guide .hero{margin-top:48px!important;padding:30px 16px!important}}@media screen and (min-width:1025px){html[data-effective-theme] body header.header{height:70px!important;min-height:70px!important}html[data-effective-theme] body header.header .nav{height:76px!important;min-height:76px!important;margin:0 auto!important;gap:18px!important;justify-content:space-between!important;align-items:center!important;overflow:visible!important}html[data-effective-theme] body header.header .menu-toggle{display:none!important}html[data-effective-theme] body header.header .nav-links{position:static!important;display:flex!important;width:auto!important;height:auto!important;max-height:none!important;margin:0!important;padding:0!important;flex-direction:row!important;align-items:center!important;gap:8px!important;overflow:visible!important;list-style:none!important;background:0 0!important;border:0!important;box-shadow:none!important;opacity:1!important;visibility:visible!important;pointer-events:auto!important;transform:none!important}html[data-effective-theme] body header.header .nav-links>li{width:auto!important;margin:0!important;padding:0!important;flex:0 0 auto!important;border:0!important;background:0 0!important}html[data-effective-theme] body header.header .dropdown-toggle,html[data-effective-theme] body header.header .menu-search-link,html[data-effective-theme] body header.header .nav-links>li>a{width:auto!important;min-width:44px!important;min-height:44px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;padding:10px 14px!important;border:1px solid transparent!important;border-radius:var(--radius-pill)!important;box-shadow:none!important;font-size:14px!important;font-weight:700!important;line-height:1.2!important;text-align:center!important;text-decoration:none!important;white-space:nowrap!important}html[data-effective-theme] body header.header .nav-links>li>a.brand-name{font-size:20px!important;font-weight:700!important;letter-spacing:0!important}html[data-effective-theme] body header.header .nav-cta{display:flex!important;align-items:center!important;flex:0 0 auto!important}html[data-effective-theme] body header.header .nav-cta .phone-link{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;min-height:40px!important;padding:10px 14px!important;color:var(--primary-color)!important;background:rgba(var(--primary-rgb),.08)!important;border:1px solid rgba(var(--primary-rgb),.18)!important;border-radius:var(--radius-md)!important;box-shadow:none!important;font-size:14px!important;font-weight:700!important;line-height:1!important;text-decoration:none!important;white-space:nowrap!important}}html[data-effective-theme] body .search-container .search-form{border-radius:5px!important;overflow:visible!important}html[data-effective-theme] body .search-container .search-input{border-radius:5px 0 0 5px!important}html[data-effective-theme] body .search-container .search-button{border-radius:0 5px 5px 0!important}@media screen and (max-width:600px){html[data-effective-theme] body .search-container .search-input{border-radius:5px 5px 0 0!important}html[data-effective-theme] body .search-container .search-button{border-radius:0 0 5px 5px!important}}@media screen and (max-width:600px){html[data-effective-theme] body .blog-container>#mainCategoryMenu{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;grid-template-rows:repeat(2,104px)!important;align-items:stretch!important;gap:10px!important;width:100%!important;margin:16px 0 20px!important;padding:0!important;overflow:visible!important}html[data-effective-theme] body .blog-container>#mainCategoryMenu>.category-btn,html[data-effective-theme] body .blog-container>#mainCategoryMenu>.category-btn[data-category=accessories],html[data-effective-theme] body .blog-container>#mainCategoryMenu>.category-btn[data-category=info]{display:flex!important;flex:none!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:6px!important;width:100%!important;min-width:0!important;max-width:none!important;height:104px!important;min-height:104px!important;margin:0!important;padding:10px 9px!important;border-radius:12px!important;font-size:13px!important;line-height:1.2!important;white-space:normal!important}html[data-effective-theme] body .blog-container>#mainCategoryMenu .category-btn__label{display:block!important;width:100%!important;max-width:100%!important;overflow:visible!important;white-space:normal!important;overflow-wrap:normal!important;word-break:normal!important;text-overflow:clip!important;text-align:center!important}html[data-effective-theme] body .blog-container>#mainCategoryMenu .category-btn__count{flex:0 0 24px!important;min-width:32px!important;height:24px!important;min-height:24px!important;padding:0 7px!important}}