:root{--phantomos-fs-xs:0.75rem;--phantomos-fs-sm:0.875rem;--phantomos-fs-md:1rem;--phantomos-fs-lg:1.125rem;--phantomos-fs-xl:1.5rem;--phantomos-fs-2xl:2rem;--phantomos-sp-xs:4px;--phantomos-sp-sm:8px;--phantomos-sp-md:12px;--phantomos-sp-lg:16px;--phantomos-sp-xl:24px;--phantomos-sp-2xl:32px}*,*::before,*::after{box-sizing:border-box}body{margin:0;font-family:var(--phantomos-font-body,system-ui,-apple-system,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif);font-size:1rem;line-height:1.7;color:var(--phantomos-text,#1e293b);background-color:var(--phantomos-bg,#f8fafc);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-family:var(--phantomos-font-headings,system-ui,-apple-system,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif)}img{max-width:100%;height:auto;display:block}a{color:var(--phantomos-primary,#1a365d);text-decoration:none;transition:color 0.15s ease}a:hover{color:var(--phantomos-primary-light,#2b4c7e)}.phantomos-container{max-width:1100px;margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem}.phantomos-header{background:#fff;border-bottom:1px solid var(--phantomos-border,#e2e8f0);position:sticky;top:0;z-index:100;transition:box-shadow 0.25s ease}.phantomos-header.is-scrolled{box-shadow:0 2px 12px rgb(0 0 0 / .08)}.phantomos-header__inner{display:flex;align-items:center;justify-content:space-between;min-height:64px}.phantomos-logo{text-decoration:none;color:var(--phantomos-primary,#1a365d);font-size:1.25rem;font-weight:700;font-family:var(--phantomos-font-headings,system-ui,-apple-system,sans-serif);letter-spacing:-.01em;display:flex;align-items:center;gap:.5rem;flex-shrink:0}.phantomos-logo:hover{color:var(--phantomos-primary,#1a365d)}.phantomos-logo .custom-logo,.phantomos-logo__img{max-height:40px;width:auto;display:block}.phantomos-logo__text{font-size:1.25rem;font-weight:700;color:var(--phantomos-primary,#1a365d);letter-spacing:-.01em;line-height:1}.phantomos-menu-toggle{display:none;background:none;border:none;cursor:pointer;padding:.5rem;width:40px;height:40px;position:relative;z-index:110;flex-direction:column;align-items:center;justify-content:center;gap:5px}.phantomos-menu-toggle span{display:block;width:22px;height:2px;background:var(--phantomos-text,#1e293b);border-radius:2px;transition:transform 0.25s ease,opacity 0.2s ease}.phantomos-menu-toggle[aria-expanded="true"] span:nth-child(1){transform:translateY(7px) rotate(45deg)}.phantomos-menu-toggle[aria-expanded="true"] span:nth-child(2){opacity:0}.phantomos-menu-toggle[aria-expanded="true"] span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.phantomos-nav__list{list-style:none;margin:0;padding:0;display:flex;align-items:center;gap:2rem}.phantomos-nav__list li{margin:0}.phantomos-nav__list a{text-decoration:none;color:var(--phantomos-muted,#64748b);font-size:.9375rem;font-weight:500;transition:color 0.15s ease;padding:.25rem 0;position:relative}.phantomos-nav__list a:hover,.phantomos-nav__list .current-menu-item>a,.phantomos-nav__list .current_page_item>a{color:var(--phantomos-primary,#1a365d)}.phantomos-nav__list .current-menu-item>a::after,.phantomos-nav__list .current_page_item>a::after{content:'';position:absolute;bottom:-2px;left:0;right:0;height:2px;background:var(--phantomos-accent,#f59e0b);border-radius:1px}.phantomos-content-area{max-width:780px;margin-left:auto;margin-right:auto;padding-top:2.5rem;padding-bottom:3rem}.phantomos-content-area--wide{max-width:1100px}.phantomos-content-area--review{max-width:960px}.phantomos-content-area--with-sidebar{max-width:1100px}.phantomos-layout-sidebar{display:grid;grid-template-columns:1fr 300px;gap:2.5rem;align-items:start}.phantomos-layout-sidebar__main{min-width:0}.phantomos-sidebar{position:sticky;top:80px}.phantomos-widget{background:#fff;border:1px solid var(--phantomos-border,#e2e8f0);border-radius:10px;padding:1.25rem;margin-bottom:1.5rem;box-shadow:0 1px 3px rgb(0 0 0 / .04)}.phantomos-widget__title{font-size:.9375rem;font-weight:700;color:var(--phantomos-primary,#1a365d);margin:0 0 .75rem;padding-bottom:.5rem;border-bottom:2px solid var(--phantomos-accent,#f59e0b)}.phantomos-article__header{margin-bottom:2rem}.phantomos-article__header--review{text-align:center;padding-bottom:1.5rem;border-bottom:1px solid var(--phantomos-border,#e2e8f0)}.phantomos-article__title,.phantomos-review-headline__headline{font-size:clamp(1.5rem, 3vw, 1.875rem);font-weight:700;line-height:1.25;color:var(--phantomos-primary,#1a365d);letter-spacing:-.02em;margin:0 0 .5rem}.entry-content h2{font-size:1.5rem;font-weight:700;margin-top:2.5rem;margin-bottom:.75rem;color:var(--phantomos-primary,#1a365d)}.entry-content h3{font-size:1.25rem;font-weight:600;margin-top:2rem;margin-bottom:.5rem;color:var(--phantomos-text,#1e293b)}.entry-content p{margin-bottom:1.25rem;color:var(--phantomos-text,#1e293b)}.entry-content ul,.entry-content ol{margin-bottom:1.25rem;padding-left:1.5rem}.entry-content li{margin-bottom:.5rem}.entry-content a{color:var(--phantomos-primary,#1a365d);text-decoration:none}.entry-content a:hover{color:var(--phantomos-primary-light,#2b4c7e);text-decoration:underline;text-underline-offset:2px}.entry-content a.phantomos-button,.entry-content a.wp-block-button__link,.entry-content a.phantomos-comparison-table__button,.entry-content a.phantomos-product-review__cta-button,.entry-content a.phantomos-product-review__tier-cta,.entry-content a.phantomos-button:hover,.entry-content a.wp-block-button__link:hover,.entry-content a.phantomos-comparison-table__button:hover,.entry-content a.phantomos-product-review__cta-button:hover,.entry-content a.phantomos-product-review__tier-cta:hover,.entry-content a.phantomos-button:focus,.entry-content a.wp-block-button__link:focus,.entry-content a.phantomos-comparison-table__button:focus,.entry-content a.phantomos-product-review__cta-button:focus,.entry-content a.phantomos-product-review__tier-cta:focus,a.phantomos-button:hover,a.wp-block-button__link:hover,a.phantomos-offer-cta__button:hover,a.phantomos-comparison-table__button:hover,a.phantomos-product-review__cta-button:hover,a.phantomos-product-review__tier-cta:hover,a.phantomos-review-summary__button:hover,a.phantomos-sticky-cta-bar__button:hover,button:hover,.wp-block-button__link:hover{text-decoration:none}.entry-content blockquote{border-left:4px solid var(--phantomos-accent,#f59e0b);margin:1.5rem 0;padding:1rem 1.5rem;background:var(--phantomos-secondary,#e8f0fe);border-radius:0 8px 8px 0;font-style:italic;color:var(--phantomos-muted,#64748b)}.entry-content img{border-radius:8px}.last-updated{display:inline-block;font-size:.8125rem;color:var(--phantomos-muted,#64748b);margin-bottom:1rem}.phantomos-article__header--review .last-updated{display:block;text-align:center}.wp-block-button__link,.phantomos-button{display:inline-block;padding:.75rem 1.75rem;font-weight:600;font-size:1rem;text-decoration:none;border-radius:6px;border:none;cursor:pointer;transition:background-color 0.15s ease,transform 0.1s ease,box-shadow 0.15s ease;line-height:1.4}.wp-block-button__link,.phantomos-button--primary{background:var(--phantomos-primary,#1a365d);color:#fff}.wp-block-button__link:hover,.phantomos-button--primary:hover{background:var(--phantomos-primary-light,#2b4c7e);color:#fff;transform:translateY(-1px);box-shadow:0 4px 12px rgb(26 54 93 / .25)}.wp-block-button__link:active,.phantomos-button:active{transform:translateY(0)}.is-style-outline-primary .wp-block-button__link,.phantomos-button--outline{background:#fff0;color:var(--phantomos-primary,#1a365d);border:2px solid var(--phantomos-primary,#1a365d)}.is-style-outline-primary .wp-block-button__link:hover,.phantomos-button--outline:hover{background:var(--phantomos-primary,#1a365d);color:#fff}.is-style-accent .wp-block-button__link,.phantomos-button--accent{background:var(--phantomos-accent,#f59e0b);color:#1e293b;font-weight:700}.is-style-accent .wp-block-button__link:hover,.phantomos-button--accent:hover{background:#d97706;color:#1e293b;box-shadow:0 4px 14px rgb(245 158 11 / .4)}.is-style-card{background:#fff;border:1px solid var(--phantomos-border,#e2e8f0);border-radius:12px;padding:1.5rem;box-shadow:0 1px 3px rgb(0 0 0 / .06)}.phantomos-footer{background:var(--phantomos-primary,#1a365d);color:rgb(255 255 255 / .85);padding:3rem 0 1.25rem;margin-top:4rem}.phantomos-footer__top{display:flex;align-items:center;justify-content:space-between;gap:2rem;flex-wrap:wrap}.phantomos-footer__brand{flex-shrink:0}.phantomos-footer__logo{display:inline-flex;align-items:center;gap:.625rem;color:#fff;font-size:1.125rem;font-weight:700;font-family:var(--phantomos-font-headings,system-ui,-apple-system,sans-serif);text-decoration:none}.phantomos-footer__logo:hover{color:#fff}.phantomos-footer__logo-img{max-height:36px;width:auto;display:block;filter:brightness(0) invert(1);opacity:.95}.phantomos-footer__logo-text{color:#fff;line-height:1;letter-spacing:-.01em}.phantomos-footer__tagline{font-size:.875rem;color:rgb(255 255 255 / .6);margin:.5rem 0 0}.phantomos-footer__nav{flex-shrink:0}.phantomos-footer__list{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:.5rem 1.5rem;justify-content:flex-end}.phantomos-footer__list li{list-style:none}.phantomos-footer__list a{text-decoration:none;color:rgb(255 255 255 / .75);font-size:.875rem;font-weight:500;transition:color 0.15s ease}.phantomos-footer__list a:hover{color:#fff}.phantomos-footer__entity{margin-top:1.75rem;padding-top:1.25rem;border-top:1px solid rgb(255 255 255 / .14);font-size:.8125rem;color:rgb(255 255 255 / .72);text-align:left}.phantomos-footer__entity-line{margin:0 0 .35rem}.phantomos-footer__entity-name{font-weight:600;color:#fff}.phantomos-footer__entity-email{color:rgb(255 255 255 / .85);text-decoration:none}.phantomos-footer__entity-email:hover{color:#fff;text-decoration:underline}.phantomos-footer__sep{color:rgb(255 255 255 / .3);margin:0 .35rem}.phantomos-footer__disclosure{margin:.25rem 0 0;line-height:1.6;color:rgb(255 255 255 / .6);max-width:780px}.phantomos-footer__bar{margin-top:1.25rem;padding-top:1rem;border-top:1px solid rgb(255 255 255 / .1);text-align:left}.phantomos-footer__copyright{font-size:.8125rem;color:rgb(255 255 255 / .5);margin:0}.phantomos-404{text-align:center;padding:4rem 0}.phantomos-404__title{font-size:2rem;color:var(--phantomos-primary,#1a365d);margin:0 0 1rem}.phantomos-404__text{color:var(--phantomos-muted,#64748b);margin-bottom:2rem;font-size:1.125rem}.wp-block-separator{border:none;border-top:1px solid var(--phantomos-border,#e2e8f0);margin:2rem 0}.is-style-subtle .wp-block-separator,.wp-block-separator.is-style-subtle{border-top-color:var(--phantomos-border,#e2e8f0);opacity:.5}.admin-bar .phantomos-header{top:32px}@media (max-width:782px){.admin-bar .phantomos-header{top:46px}}@media (max-width:768px){.phantomos-menu-toggle{display:flex}.phantomos-nav{position:fixed;top:0;right:0;bottom:0;width:280px;background:#fff;box-shadow:-4px 0 24px rgb(0 0 0 / .12);padding:5rem 1.5rem 2rem;transform:translateX(100%);transition:transform 0.3s cubic-bezier(.4,0,.2,1);z-index:105;overflow-y:auto}.phantomos-nav.is-open{transform:translateX(0)}.phantomos-nav__list{flex-direction:column;align-items:stretch;gap:0}.phantomos-nav__list li{border-bottom:1px solid var(--phantomos-border,#e2e8f0)}.phantomos-nav__list a{display:block;padding:.875rem 0;font-size:1rem}.phantomos-nav__list .current-menu-item>a::after,.phantomos-nav__list .current_page_item>a::after{display:none}.phantomos-nav-overlay{position:fixed;inset:0;background:rgb(0 0 0 / .4);z-index:104;opacity:0;pointer-events:none;transition:opacity 0.3s ease}.phantomos-nav-overlay.is-visible{opacity:1;pointer-events:auto}.phantomos-content-area{padding-top:1.5rem;padding-bottom:2rem}.phantomos-article__title,.phantomos-review-headline__headline{font-size:1.5rem}.phantomos-footer{padding:2rem 0 1.25rem;margin-top:2.5rem}.phantomos-footer__top{flex-direction:column;align-items:flex-start;text-align:left;gap:1.25rem}.phantomos-footer__list{justify-content:flex-start;gap:.5rem 1.25rem}.phantomos-footer__entity,.phantomos-footer__bar{text-align:left}.phantomos-layout-sidebar{grid-template-columns:1fr;gap:2rem}.phantomos-sidebar{position:static}}@media (max-width:640px){.phantomos-footer__list{justify-content:flex-start;gap:.5rem 1rem}.phantomos-footer__top{flex-direction:column;gap:1rem}.phantomos-footer__entity,.phantomos-footer__bar{text-align:left}}.phantomos-nav__list .menu-item-has-children{position:relative}.phantomos-nav__list .menu-item-has-children>a::after{content:"▾";margin-left:.4em;font-size:.75em;color:var(--phantomos-muted,#64748b);display:inline-block;transition:transform 0.15s ease;vertical-align:middle;line-height:1}.phantomos-nav__list .menu-item-has-children:hover>a::after,.phantomos-nav__list .menu-item-has-children:focus-within>a::after,.phantomos-nav__list .menu-item-has-children.is-open>a::after{transform:rotate(180deg)}.phantomos-nav__list .sub-menu{position:absolute;top:100%;left:0;background:#fff;border:1px solid var(--phantomos-border);min-width:220px;padding:.5rem 0;margin:0;list-style:none;box-shadow:0 4px 12px rgb(0 0 0 / .08);opacity:0;visibility:hidden;transition:opacity .15s ease;z-index:50}.phantomos-nav__list .menu-item-has-children:hover>.sub-menu,.phantomos-nav__list .menu-item-has-children:focus-within>.sub-menu,.phantomos-nav__list .menu-item-has-children.is-open>.sub-menu{opacity:1;visibility:visible}.phantomos-nav__list .sub-menu a{display:block;padding:.5rem 1rem;white-space:nowrap;color:var(--phantomos-text,#1e293b);background:#fff0;font-size:.875rem;transition:background 0.12s ease,color 0.12s ease;border-left:4px solid #fff0}.phantomos-nav__list .sub-menu a:hover{background:rgb(0 0 0 / .04);color:var(--phantomos-primary,#1a365d);text-decoration:none}.phantomos-nav__list .sub-menu .current-menu-item>a,.phantomos-nav__list .sub-menu .current_page_item>a{border-left:4px solid var(--phantomos-primary,#1a365d);padding-left:calc(1rem - 0px);color:var(--phantomos-primary,#1a365d);font-weight:600;background:#fff0}.phantomos-nav__list .sub-menu .current-menu-item>a::after,.phantomos-nav__list .sub-menu .current_page_item>a::after{display:none}@media (max-width:768px){.phantomos-nav__list .sub-menu{position:static;box-shadow:none;border:0;display:none;opacity:1;visibility:visible;padding-left:1rem}.phantomos-nav__list .menu-item-has-children.is-open>.sub-menu{display:block}.phantomos-nav__list .menu-item-has-children>a::after{display:none}}.phantomos-compliance-footer{background:var(--phantomos-bg,#f8fafc);border-top:1px solid var(--phantomos-border,#e2e8f0);padding:1rem 0;font-size:.8125rem;color:var(--phantomos-muted,#64748b);text-align:center}.phantomos-compliance-footer__disclosure{margin:0 0 .25rem}.phantomos-compliance-footer__entity{margin:0}.phantomos-compliance-footer__entity a{color:inherit;text-decoration:underline}.entry-content .phantomos-home-section-label{font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;color:#3A8C3F;font-weight:700;margin:0 0 1rem}.entry-content .phantomos-home-hero{display:block;text-align:center;padding:4rem 1.25rem 3rem;border-bottom:1px solid var(--phantomos-border,#e2e8f0);margin:0 0 2rem}.entry-content .phantomos-home-hero__title{font-size:1.875rem;line-height:1.35;color:var(--phantomos-primary,#1a365d);margin:0 0 1rem;font-weight:700;letter-spacing:-.02em}.entry-content .phantomos-home-hero__subtitle{font-size:1rem;color:var(--phantomos-muted,#64748b);max-width:560px;margin:0 auto;line-height:1.7}@media (max-width:768px){.entry-content .phantomos-home-hero__title{font-size:1.5rem}}@media (max-width:480px){.entry-content .phantomos-home-hero{padding:2.5rem 1rem 2rem}.entry-content .phantomos-home-hero__title{font-size:1.375rem}}.entry-content .phantomos-featured-review__link,.entry-content .phantomos-home-guide-card{display:flex;gap:1.5rem;align-items:flex-start;background:#fff;border:1px solid var(--phantomos-border,#e2e8f0);border-radius:10px;padding:1.5rem;text-decoration:none;color:inherit;margin:0 0 1rem;transition:box-shadow .2s ease,border-color .2s ease}.entry-content .phantomos-featured-review__link:hover,.entry-content .phantomos-home-guide-card:hover{border-color:#C8D0D8;box-shadow:0 4px 16px rgb(0 0 0 / .06);text-decoration:none;color:inherit}.phantomos-featured-review{margin:0 0 2.25rem}.entry-content .phantomos-featured-review__thumb{flex:0 0 120px;width:120px;height:80px;border-radius:6px;overflow:hidden;background:linear-gradient(135deg,#EDF2F7 0%,#E2E8F0 100%);border:1px solid #E8ECF0;display:block}.entry-content .phantomos-featured-review__thumb img{width:100%;height:100%;object-fit:cover;display:block;border-radius:0}.entry-content .phantomos-featured-review__body{display:block;min-width:0}.entry-content .phantomos-featured-review__badge{display:inline-block;background:#3A8C3F;color:#fff;font-size:.625rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:3px 8px;border-radius:3px;margin-bottom:.5rem}.entry-content .phantomos-featured-review__headline{font-size:1.125rem;color:var(--phantomos-primary,#1a365d);font-weight:700;line-height:1.35;margin:0 0 .375rem}.entry-content .phantomos-featured-review__subheadline{font-size:.875rem;color:var(--phantomos-muted,#64748b);line-height:1.6;margin:0 0 .5rem}.entry-content .phantomos-featured-review__meta{font-size:.75rem;color:#99aab5;display:inline-block}.entry-content .phantomos-home-guides{display:block;margin:2.25rem 0 2.5rem}.entry-content .phantomos-home-guide-card__thumb{flex:0 0 120px;width:120px;height:80px;border-radius:6px;border:1px solid #E8ECF0;display:block;background-repeat:no-repeat;background-position:center;background-size:36px 36px}.entry-content .phantomos-home-guide-card__body{display:block;min-width:0}.entry-content .phantomos-home-guide-card__title{font-size:1.125rem;color:var(--phantomos-primary,#1a365d);font-weight:700;line-height:1.35;margin:0 0 .375rem}.entry-content .phantomos-home-guide-card__teaser{font-size:.875rem;color:var(--phantomos-muted,#64748b);line-height:1.6;margin:0 0 .5rem}.entry-content .phantomos-home-guide-card__meta{font-size:.75rem;color:#99aab5;display:inline-block}.entry-content .phantomos-home-guide-card__thumb--tint-green{background-color:#EEF6EE;border-color:#C8DCC8}.entry-content .phantomos-home-guide-card__thumb--tint-amber{background-color:#FFF8EC;border-color:#F0D4A8}.entry-content .phantomos-home-guide-card__thumb--tint-navy{background-color:#EEF4F8;border-color:#B8D2DE}.entry-content .phantomos-home-guide-card__thumb--tint-purple{background-color:#F4EEFB;border-color:#D0C0E0}.entry-content .phantomos-home-guide-card__thumb--tint-red{background-color:#FCEEEE;border-color:#E8B8B8}.entry-content .phantomos-home-guide-card__thumb--icon-book{background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='36' height='36' viewBox='0 0 24 24' fill='none' stroke='%231B3A5C' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'><path d='M2 3h6a4 4 0 0 1 4 4v14a3 3 0 0 0-3-3H2z'/><path d='M22 3h-6a4 4 0 0 0-4 4v14a3 3 0 0 1 3-3h7z'/></svg>"),linear-gradient(135deg,#E6F0F5 0%,#CFE2EB 100%)}.entry-content .phantomos-home-guide-card__thumb--icon-warning{background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='36' height='36' viewBox='0 0 24 24' fill='none' stroke='%23D4A947' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'><path d='M10.29 3.86L1.82 18a2 2 0 0 0 1.71 3h16.94a2 2 0 0 0 1.71-3L13.71 3.86a2 2 0 0 0-3.42 0z'/><line x1='12' y1='9' x2='12' y2='13'/><line x1='12' y1='17' x2='12.01' y2='17'/></svg>"),linear-gradient(135deg,#FFF5E6 0%,#FFE8CC 100%)}.entry-content .phantomos-home-guide-card__thumb--icon-check{background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='36' height='36' viewBox='0 0 24 24' fill='none' stroke='%233A8C3F' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'><rect x='8' y='2' width='8' height='4' rx='1' ry='1'/><path d='M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2'/><path d='M9 14l2 2 4-4'/></svg>"),linear-gradient(135deg,#E8F0E8 0%,#D4E6D4 100%)}.entry-content .phantomos-home-guide-card__thumb--icon-dollar{background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='36' height='36' viewBox='0 0 24 24' fill='none' stroke='%235B3A8C' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'><line x1='12' y1='1' x2='12' y2='23'/><path d='M17 5H9.5a3.5 3.5 0 0 0 0 7h5a3.5 3.5 0 0 1 0 7H6'/></svg>"),linear-gradient(135deg,#F0E8FA 0%,#E0D4F0 100%)}.entry-content .phantomos-home-guide-card__thumb--icon-x{background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='36' height='36' viewBox='0 0 24 24' fill='none' stroke='%23C53030' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'><circle cx='12' cy='12' r='10'/><line x1='15' y1='9' x2='9' y2='15'/><line x1='9' y1='9' x2='15' y2='15'/></svg>"),linear-gradient(135deg,#FCE8E8 0%,#F5D4D4 100%)}@media (max-width:480px){.entry-content .phantomos-featured-review__link,.entry-content .phantomos-home-guide-card{flex-direction:column;gap:.875rem}.entry-content .phantomos-featured-review__thumb,.entry-content .phantomos-home-guide-card__thumb{width:100%;height:120px;flex:0 0 auto;background-size:48px 48px}.entry-content .phantomos-featured-review__thumb{height:160px}}.site-review .entry-title{text-align:center;margin-bottom:.5rem}.site-review .entry-header{text-align:center;margin-bottom:2.5rem;padding-bottom:1.5rem;border-bottom:1px solid var(--phantomos-border,#e2e8f0)}.site-review .last-updated{display:block;text-align:center}.phantomos-stars,.phantomos-review-summary__stars,.phantomos-offer-cta__stars{display:inline-flex;gap:2px;line-height:1}.star{font-size:1.25rem;line-height:1}.star--full{color:var(--phantomos-accent,#f59e0b)}.star--half{position:relative;background:linear-gradient(90deg,var(--phantomos-accent,#f59e0b) 50%,#d1d5db 50%);-webkit-background-clip:text;background-clip:text;color:#fff0}.star--empty{color:#d1d5db}.phantomos-offer-cta--hero{background:linear-gradient(135deg,var(--phantomos-primary,#1a365d) 0%,#1e40af 100%);color:#fff;padding:3rem 2rem;border-radius:12px;text-align:center;margin:2rem 0;position:relative;overflow:hidden}.phantomos-offer-cta--hero::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(ellipse at 30% 0%,rgb(255 255 255 / .1) 0%,transparent 70%);pointer-events:none}.phantomos-offer-cta--hero .phantomos-offer-cta__badge{display:inline-block;background:var(--phantomos-accent,#f59e0b);color:#1e293b;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;padding:.3rem 1rem;border-radius:20px;margin-bottom:1rem}.phantomos-offer-cta--hero .phantomos-offer-cta__headline{font-size:clamp(1.5rem, 4vw, 2.25rem);font-weight:700;margin:0 0 .75rem;color:#fff;line-height:1.2}.phantomos-offer-cta--hero .phantomos-offer-cta__subheadline{font-size:1.125rem;opacity:.9;margin:0 0 1.5rem;max-width:560px;margin-left:auto;margin-right:auto}.phantomos-offer-cta--hero .phantomos-offer-cta__rating{margin-bottom:1.5rem;display:flex;align-items:center;justify-content:center;gap:.5rem}.phantomos-offer-cta--hero .phantomos-offer-cta__rating-count{font-size:.875rem;opacity:.8}.phantomos-offer-cta--hero .phantomos-offer-cta__button{display:inline-block;background:var(--phantomos-accent,#f59e0b);color:#1e293b;font-size:1.125rem;font-weight:700;padding:1rem 2.5rem;border-radius:8px;text-decoration:none;transition:all 0.2s ease;box-shadow:0 4px 14px rgb(245 158 11 / .4)}.phantomos-offer-cta--hero .phantomos-offer-cta__button:hover{background:#d97706;transform:translateY(-2px);box-shadow:0 6px 20px rgb(245 158 11 / .5);color:#1e293b}.phantomos-offer-cta--strip{background:var(--phantomos-secondary,#e8f0fe);border:1px solid var(--phantomos-border,#e2e8f0);border-radius:10px;padding:1.25rem 1.5rem;margin:1.5rem 0;display:flex;align-items:center;justify-content:space-between;gap:1rem}.phantomos-offer-cta--strip .phantomos-offer-cta__badge{display:inline-block;background:var(--phantomos-accent,#f59e0b);color:#1e293b;font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;padding:.2rem .6rem;border-radius:4px;margin-right:.75rem}.phantomos-offer-cta--strip .phantomos-offer-cta__headline{font-size:1.0625rem;font-weight:600;margin:0;color:var(--phantomos-primary,#1a365d)}.phantomos-offer-cta--strip .phantomos-offer-cta__subheadline{font-size:.875rem;color:var(--phantomos-muted,#64748b);margin:.25rem 0 0}.phantomos-offer-cta--strip .phantomos-offer-cta__content{display:flex;align-items:center;gap:1rem;flex:1;flex-wrap:wrap}.phantomos-offer-cta--strip .phantomos-offer-cta__rating{display:flex;align-items:center;gap:.25rem;font-size:.875rem}.phantomos-offer-cta--strip .phantomos-offer-cta__button{display:inline-block;background:var(--phantomos-primary,#1a365d);color:#fff;font-size:.875rem;font-weight:600;padding:.6rem 1.25rem;border-radius:6px;text-decoration:none;white-space:nowrap;transition:all 0.15s ease;flex-shrink:0}.phantomos-offer-cta--strip .phantomos-offer-cta__button:hover{background:var(--phantomos-primary-light,#2b4c7e);color:#fff}.phantomos-offer-cta--card{background:#fff;border:1px solid var(--phantomos-border,#e2e8f0);border-radius:12px;padding:2rem;margin:1.5rem 0;text-align:center;box-shadow:0 1px 3px rgb(0 0 0 / .06)}.phantomos-offer-cta--card .phantomos-offer-cta__badge{display:inline-block;background:var(--phantomos-accent,#f59e0b);color:#1e293b;font-size:.6875rem;font-weight:700;text-transform:uppercase;padding:.25rem .75rem;border-radius:4px;margin-bottom:.75rem}.phantomos-offer-cta--card .phantomos-offer-cta__headline{font-size:1.25rem;font-weight:700;margin:0 0 .5rem;color:var(--phantomos-primary,#1a365d)}.phantomos-offer-cta--card .phantomos-offer-cta__subheadline{font-size:.9375rem;color:var(--phantomos-muted,#64748b);margin:0 0 1rem}.phantomos-offer-cta--card .phantomos-offer-cta__rating{margin-bottom:1rem;display:flex;align-items:center;justify-content:center;gap:.5rem}.phantomos-offer-cta--card .phantomos-offer-cta__button{display:inline-block;background:var(--phantomos-primary,#1a365d);color:#fff;font-weight:600;padding:.75rem 2rem;border-radius:6px;text-decoration:none;transition:all 0.15s ease}.phantomos-offer-cta--card .phantomos-offer-cta__button:hover{background:var(--phantomos-primary-light,#2b4c7e);color:#fff;transform:translateY(-1px);box-shadow:0 4px 12px rgb(26 54 93 / .2)}.phantomos-comparison-table{margin:2.5rem 0}.phantomos-comparison-table__title{font-size:1.5rem;font-weight:700;color:var(--phantomos-primary,#1a365d);margin-bottom:1.25rem;text-align:center}.phantomos-comparison-table__wrapper{overflow-x:auto;-webkit-overflow-scrolling:touch}.phantomos-comparison-table__table{width:100%;border-collapse:separate;border-spacing:0;background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 1px 3px rgb(0 0 0 / .08),0 0 0 1px var(--phantomos-border,#e2e8f0)}.phantomos-comparison-table__table thead th{background:var(--phantomos-primary,#1a365d);color:#fff;font-size:.8125rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;padding:.875rem 1rem;text-align:left;white-space:nowrap}.phantomos-comparison-table__table thead th:first-child{border-radius:12px 0 0 0}.phantomos-comparison-table__table thead th:last-child{border-radius:0 12px 0 0}.phantomos-comparison-table__table tbody td{padding:1rem;border-bottom:1px solid var(--phantomos-border,#e2e8f0);font-size:.9375rem;vertical-align:middle}.phantomos-comparison-table__table tbody tr:last-child td{border-bottom:none}.phantomos-comparison-table__row--featured{background:linear-gradient(90deg,rgb(245 158 11 / .06) 0%,rgb(245 158 11 / .02) 100%);position:relative}.phantomos-comparison-table__row--featured td:first-child{border-left:3px solid var(--phantomos-accent,#f59e0b)}.phantomos-comparison-table__badge{display:inline-block;background:var(--phantomos-accent,#f59e0b);color:#1e293b;font-size:.625rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;padding:.2rem .5rem;border-radius:3px;margin-bottom:.25rem}.phantomos-comparison-table__name strong{display:block;font-size:1rem;color:var(--phantomos-text,#1e293b)}.phantomos-comparison-table__rating{font-weight:600;color:var(--phantomos-accent,#f59e0b)}.phantomos-comparison-table__rating .phantomos-stars{display:inline-flex;margin-right:.25rem}.phantomos-comparison-table__button{display:inline-block;background:var(--phantomos-primary,#1a365d);color:#fff;font-size:.8125rem;font-weight:600;padding:.5rem 1.25rem;border-radius:6px;text-decoration:none;white-space:nowrap;transition:all 0.15s ease}.phantomos-comparison-table__button:hover{background:var(--phantomos-primary-light,#2b4c7e);color:#fff;transform:translateY(-1px)}.phantomos-comparison-table__row--featured .phantomos-comparison-table__button{background:var(--phantomos-accent,#f59e0b);color:#1e293b}.phantomos-comparison-table__row--featured .phantomos-comparison-table__button:hover{background:#d97706;color:#1e293b}@media (max-width:640px){.phantomos-comparison-table__table,.phantomos-comparison-table__table thead,.phantomos-comparison-table__table tbody,.phantomos-comparison-table__table th,.phantomos-comparison-table__table td,.phantomos-comparison-table__table tr{display:block}.phantomos-comparison-table__table thead{display:none}.phantomos-comparison-table__table tbody tr{background:#fff;border:1px solid var(--phantomos-border,#e2e8f0);border-radius:10px;margin-bottom:1rem;padding:1.25rem;box-shadow:0 1px 3px rgb(0 0 0 / .06)}.phantomos-comparison-table__row--featured{border-color:var(--phantomos-accent,#f59e0b);border-width:2px}.phantomos-comparison-table__row--featured td:first-child{border-left:none}.phantomos-comparison-table__table tbody td{padding:.375rem 0;border-bottom:none;text-align:left}.phantomos-comparison-table__table tbody td::before{content:attr(data-label);display:block;font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--phantomos-muted,#64748b);margin-bottom:.15rem}.phantomos-comparison-table__cta{margin-top:.5rem;text-align:center!important}.phantomos-comparison-table__button{width:100%;text-align:center;display:block;padding:.75rem}}.phantomos-review-summary{background:#fff;border:1px solid var(--phantomos-border,#e2e8f0);border-radius:12px;padding:2rem;margin:2rem 0;box-shadow:0 1px 3px rgb(0 0 0 / .06)}.phantomos-review-summary__title{font-size:1.375rem;font-weight:700;color:var(--phantomos-primary,#1a365d);margin:0 0 1rem}.phantomos-review-summary__rating{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem;flex-wrap:wrap}.phantomos-review-summary__score{font-size:2rem;font-weight:700;color:var(--phantomos-accent,#f59e0b);line-height:1}.phantomos-review-summary__max{font-size:1rem;color:var(--phantomos-muted,#64748b);margin-right:.5rem}.phantomos-review-summary__stars .star{font-size:1.5rem}.phantomos-review-summary__body{color:var(--phantomos-text,#1e293b);line-height:1.7;margin-bottom:1.5rem}.phantomos-review-summary__lists{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:1.5rem}.phantomos-review-summary__pros,.phantomos-review-summary__cons{padding:1.25rem;border-radius:8px}.phantomos-review-summary__pros{background:#f0fdf4;border:1px solid #bbf7d0}.phantomos-review-summary__cons{background:#fef2f2;border:1px solid #fecaca}.phantomos-review-summary__list-title{font-size:.875rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;margin:0 0 .75rem}.phantomos-review-summary__pros .phantomos-review-summary__list-title{color:#16a34a}.phantomos-review-summary__cons .phantomos-review-summary__list-title{color:#dc2626}.phantomos-review-summary__pros ul,.phantomos-review-summary__cons ul{list-style:none;margin:0;padding:0}.phantomos-review-summary__pros li,.phantomos-review-summary__cons li{position:relative;padding-left:1.5rem;margin-bottom:.5rem;font-size:.9375rem;line-height:1.5}.phantomos-review-summary__pros li::before{content:'\2713';position:absolute;left:0;top:0;color:#16a34a;font-weight:700;font-size:.875rem}.phantomos-review-summary__cons li::before{content:'\2717';position:absolute;left:0;top:0;color:#dc2626;font-weight:700;font-size:.875rem}.phantomos-review-summary__cta{text-align:center;padding-top:.5rem}.phantomos-review-summary__button{display:inline-block;background:var(--phantomos-accent,#f59e0b);color:#1e293b;font-size:1.0625rem;font-weight:700;padding:.875rem 2.5rem;border-radius:8px;text-decoration:none;transition:all 0.2s ease;box-shadow:0 2px 8px rgb(245 158 11 / .3)}.phantomos-review-summary__button:hover{background:#d97706;color:#1e293b;transform:translateY(-1px);box-shadow:0 4px 16px rgb(245 158 11 / .4)}@media (max-width:640px){.phantomos-review-summary{padding:1.5rem}.phantomos-review-summary__lists{grid-template-columns:1fr;gap:1rem}.phantomos-review-summary__score{font-size:1.5rem}}.phantomos-faq-section{margin:2.5rem 0}.phantomos-faq-section__title{font-size:1.5rem;font-weight:700;color:var(--phantomos-primary,#1a365d);margin-bottom:1.25rem;text-align:center}.phantomos-faq-section__list{max-width:720px;margin:0 auto}.phantomos-faq-section__item{background:#fff;border:1px solid var(--phantomos-border,#e2e8f0);border-radius:8px;margin-bottom:.75rem;overflow:hidden;transition:box-shadow 0.15s ease}.phantomos-faq-section__item:hover{box-shadow:0 2px 8px rgb(0 0 0 / .06)}.phantomos-faq-section__item[open]{border-color:var(--phantomos-primary,#1a365d);box-shadow:0 2px 8px rgb(26 54 93 / .08)}.phantomos-faq-section__question{padding:1rem 1.25rem;font-weight:600;font-size:1rem;color:var(--phantomos-text,#1e293b);cursor:pointer;list-style:none;display:flex;align-items:center;justify-content:space-between;gap:1rem;user-select:none;transition:color 0.15s ease}.phantomos-faq-section__question::-webkit-details-marker{display:none}.phantomos-faq-section__question::marker{display:none;content:''}.phantomos-faq-section__question::after{content:'+';font-size:1.25rem;font-weight:300;color:var(--phantomos-muted,#64748b);flex-shrink:0;width:1.5rem;height:1.5rem;display:flex;align-items:center;justify-content:center;transition:transform 0.2s ease}.phantomos-faq-section__item[open] .phantomos-faq-section__question::after{content:'\2212';transform:rotate(180deg)}.phantomos-faq-section__item[open] .phantomos-faq-section__question{color:var(--phantomos-primary,#1a365d);border-bottom:1px solid var(--phantomos-border,#e2e8f0)}.phantomos-faq-section__answer{padding:1rem 1.25rem 1.25rem;color:var(--phantomos-text,#1e293b);font-size:.9375rem;line-height:1.7}.phantomos-faq-section__answer p:last-child{margin-bottom:0}.phantomos-rankings-disclaimer{margin:.25rem 0 1.5rem;font-size:.8125rem;font-style:italic;color:var(--phantomos-muted,#64748b);line-height:1.55}.phantomos-trust-strip{margin:.75rem 0 .5rem;padding:0}.phantomos-trust-strip__list{list-style:none;margin:0;padding:0;display:flex;align-items:center;justify-content:flex-start;flex-wrap:wrap;gap:.5rem 1.5rem}.phantomos-trust-strip__item{display:flex;align-items:center;gap:.5rem;font-size:.8125rem;font-weight:500;color:var(--phantomos-muted,#64748b);white-space:nowrap}.phantomos-trust-strip__icon{font-size:1.125rem;line-height:1;color:#16a34a;font-weight:700}.phantomos-trust-strip__image{width:20px;height:20px;object-fit:contain;opacity:.7}.phantomos-trust-strip__text{line-height:1.3}@media (max-width:640px){.phantomos-trust-strip__list{gap:1rem;justify-content:center}.phantomos-trust-strip__item{font-size:.75rem}}.phantomos-sticky-cta-bar{position:fixed;left:0;right:0;z-index:999;background:#fff8e1;color:var(--phantomos-text,#1e293b);border-top:1px solid #f0d060;box-shadow:0 -2px 8px rgb(0 0 0 / .08);transform:translateY(100%);transition:transform 0.35s cubic-bezier(.4,0,.2,1);padding:0}.phantomos-sticky-cta-bar--bottom{bottom:0}.phantomos-sticky-cta-bar--top{top:0;bottom:auto;transform:translateY(-100%);box-shadow:0 2px 8px rgb(0 0 0 / .08);border-top:none;border-bottom:1px solid #f0d060}.phantomos-sticky-cta-bar.is-visible{transform:translateY(0)}.phantomos-sticky-cta-bar.is-hidden{transform:translateY(100%)}.phantomos-sticky-cta-bar--top.is-hidden{transform:translateY(-100%)}.phantomos-sticky-cta-bar__inner{max-width:1100px;margin:0 auto;padding:.75rem 1.25rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}.phantomos-sticky-cta-bar__left{display:flex;align-items:center;gap:.75rem;flex:1;min-width:0}.phantomos-sticky-cta-bar__text{font-size:.9375rem;font-weight:600;color:var(--phantomos-text,#1e293b);line-height:1.3}.phantomos-sticky-cta-bar__stars{display:inline-flex;gap:1px;color:var(--phantomos-accent,#f59e0b);font-size:1.125rem;flex-shrink:0}.phantomos-sticky-cta-bar__button{display:inline-block;background:var(--phantomos-accent,#f59e0b);color:#1e293b;font-size:.9375rem;font-weight:700;padding:.625rem 1.75rem;border-radius:6px;text-decoration:none;white-space:nowrap;transition:all 0.15s ease;flex-shrink:0;box-shadow:0 2px 6px rgb(245 158 11 / .35)}.phantomos-sticky-cta-bar__button:hover{background:#d97706;color:#1e293b;box-shadow:0 4px 10px rgb(245 158 11 / .45);transform:translateY(-1px)}.phantomos-sticky-cta-bar__close{background:none;border:none;color:var(--phantomos-muted,#64748b);font-size:1.25rem;cursor:pointer;padding:.25rem;line-height:1;transition:color 0.15s ease;flex-shrink:0}.phantomos-sticky-cta-bar__close:hover{color:var(--phantomos-text,#1e293b)}@media (max-width:640px){.phantomos-sticky-cta-bar__inner{flex-wrap:wrap;padding:.75rem 1rem;gap:.625rem}.phantomos-sticky-cta-bar__left{flex:1 1 auto;min-width:0;flex-wrap:wrap;gap:.5rem}.phantomos-sticky-cta-bar__text{font-size:.875rem;flex:1;min-width:0}.phantomos-sticky-cta-bar__close{order:1}.phantomos-sticky-cta-bar__button{order:2;width:100%;text-align:center;padding:.625rem 1rem;white-space:normal}}.phantomos-disclaimer{margin:2rem 0;padding:1rem 1.25rem;border-radius:8px;font-size:.8125rem;line-height:1.6;color:var(--phantomos-muted,#64748b)}.phantomos-disclaimer--general{background:#f8fafc;border:1px solid var(--phantomos-border,#e2e8f0)}.phantomos-disclaimer--affiliate{background:#fffbeb;border:1px solid #fde68a}.phantomos-disclaimer--editorial{background:#e8f0fe;border:1px solid #bfdbfe}.phantomos-disclaimer--legal{background:#f8fafc;border:1px solid var(--phantomos-border,#e2e8f0)}.phantomos-disclaimer__label{margin:0 0 .375rem;font-size:.75rem;text-transform:uppercase;letter-spacing:.04em}.phantomos-disclaimer--affiliate .phantomos-disclaimer__label strong{color:#b45309}.phantomos-disclaimer--editorial .phantomos-disclaimer__label strong{color:var(--phantomos-primary,#1a365d)}.phantomos-disclaimer__text{margin:0}.phantomos-disclaimer__text p{margin:0}.phantomos-disclaimer__details{margin:0}.phantomos-disclaimer__details summary{cursor:pointer;list-style:none;user-select:none;font-size:.75rem;text-transform:uppercase;letter-spacing:.04em}.phantomos-disclaimer__details summary::-webkit-details-marker{display:none}.phantomos-disclaimer__details summary::marker{display:none;content:''}.phantomos-disclaimer__details summary::after{content:' \25BC';font-size:.625rem;opacity:.5}.phantomos-disclaimer__details[open] summary::after{content:' \25B2'}.phantomos-disclaimer__details .phantomos-disclaimer__text{margin-top:.5rem}@media (max-width:640px){.phantomos-offer-cta--strip{flex-direction:column;text-align:center;padding:1.25rem}.phantomos-offer-cta--strip .phantomos-offer-cta__content{flex-direction:column;align-items:center}.phantomos-offer-cta--strip .phantomos-offer-cta__button{width:100%;text-align:center;white-space:normal}.phantomos-offer-cta--hero{padding:2rem 1.25rem;border-radius:8px}}.phantomos-product-review{background:#fff;border:1px solid var(--phantomos-border,#e2e8f0);border-radius:14px;padding:2rem;margin:2.5rem 0;box-shadow:0 2px 8px rgb(0 0 0 / .06);position:relative;overflow:hidden}.phantomos-product-review--best_overall{border-color:var(--phantomos-accent,#f59e0b);border-width:2px}.phantomos-product-review--best_overall::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:var(--phantomos-accent,#f59e0b)}.phantomos-product-review__header-top{display:flex;align-items:flex-start;gap:1.5rem;margin-bottom:1.5rem}.phantomos-product-review__header-meta{flex:1;min-width:0}.phantomos-product-review__image-wrap{flex-shrink:0;width:140px}.phantomos-product-review__image{width:140px;height:140px;object-fit:cover;border-radius:10px;border:1px solid var(--phantomos-border,#e2e8f0)}.phantomos-product-review__rank-badge{display:inline-block;background:var(--phantomos-primary,#1a365d);color:#fff;font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;padding:.25rem .75rem;border-radius:4px;margin-bottom:.625rem}.phantomos-product-review--best_overall .phantomos-product-review__rank-badge{background:var(--phantomos-accent,#f59e0b);color:#1e293b}.phantomos-product-review__name{font-size:1.375rem;font-weight:700;color:var(--phantomos-primary,#1a365d);margin:0 0 .5rem;line-height:1.25}.phantomos-product-review__stars{display:inline-flex;gap:2px}.phantomos-product-review__rating{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem}.phantomos-product-review__rating-num{font-size:.9375rem;font-weight:700;color:var(--phantomos-accent,#f59e0b)}.phantomos-product-review__differentiator{font-style:italic;color:var(--phantomos-muted,#64748b);font-size:.9375rem;margin:0;line-height:1.5}.phantomos-product-review__summary{color:var(--phantomos-text,#1e293b);font-size:1rem;line-height:1.7;margin-bottom:1.5rem}.phantomos-product-review__pros-cons{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1.5rem}.phantomos-product-review__pros-wrap,.phantomos-product-review__cons-wrap{border-radius:8px;padding:1rem 1.125rem}.phantomos-product-review__pros-wrap{background:#f0fdf4;border:1px solid #bbf7d0}.phantomos-product-review__cons-wrap{background:#fef2f2;border:1px solid #fecaca}.phantomos-product-review__pros-heading,.phantomos-product-review__cons-heading{font-size:.8125rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;margin:0 0 .625rem}.phantomos-product-review__pros-heading{color:#15803d}.phantomos-product-review__cons-heading{color:#b91c1c}.phantomos-product-review__pros,.phantomos-product-review__cons{list-style:none;margin:0;padding:0}.phantomos-product-review__pros-item,.phantomos-product-review__cons-item{display:flex;align-items:flex-start;gap:.4rem;font-size:.9375rem;line-height:1.5;margin-bottom:.4rem;color:var(--phantomos-text,#1e293b)}.phantomos-product-review__check{color:#16a34a;font-weight:700;flex-shrink:0}.phantomos-product-review__cross{color:#dc2626;font-weight:700;flex-shrink:0}.phantomos-product-review__body{font-size:.9375rem;line-height:1.75;color:var(--phantomos-text,#1e293b);margin-bottom:1.5rem}.phantomos-product-review__social-proof{background:var(--phantomos-secondary,#e8f0fe);border-radius:8px;padding:1.25rem 1.5rem;margin-bottom:1.5rem}.phantomos-product-review__results-disclaimer{font-size:.75rem;color:var(--phantomos-muted,#64748b);margin:.5rem 0 0;font-style:italic}.phantomos-product-review__qualification{background:#f8fafc;border:1px solid var(--phantomos-border,#e2e8f0);border-radius:10px;padding:1.25rem 1.5rem;margin-bottom:1.5rem}.phantomos-product-review__qualification-title{font-size:1.0625rem;font-weight:700;color:var(--phantomos-primary,#1a365d);margin:0 0 1rem}.phantomos-product-review__qualification-cols{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.phantomos-product-review__qual-label{font-size:.8125rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;margin:0 0 .5rem;color:var(--phantomos-primary,#1a365d)}.phantomos-product-review__qual-col ul{list-style:none;margin:0;padding:0}.phantomos-product-review__qual-col li{font-size:.9375rem;line-height:1.5;padding:.25rem 0;padding-left:1.25rem;position:relative;color:var(--phantomos-text,#1e293b)}.phantomos-product-review__qual-col--right li::before{content:'✓';position:absolute;left:0;color:#16a34a;font-weight:700}.phantomos-product-review__qual-col--notright li::before{content:'✗';position:absolute;left:0;color:#dc2626;font-weight:700}.phantomos-product-review__pricing{margin-bottom:1.5rem}.phantomos-product-review__pricing-heading{font-size:1.0625rem;font-weight:700;color:var(--phantomos-primary,#1a365d);margin:0 0 1rem}.phantomos-product-review__pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem}.phantomos-product-review__tier{background:#fff;border:1px solid var(--phantomos-border,#e2e8f0);border-radius:10px;padding:1.25rem;text-align:center;box-shadow:0 1px 3px rgb(0 0 0 / .04)}.phantomos-product-review__tier-name{font-size:.875rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;margin:0 0 .5rem;color:var(--phantomos-primary,#1a365d)}.phantomos-product-review__price{font-size:1.5rem;font-weight:700;color:var(--phantomos-accent,#f59e0b);margin-bottom:.75rem;line-height:1}.phantomos-product-review__tier-features{list-style:none;margin:0 0 1rem;padding:0;text-align:left}.phantomos-product-review__tier-features li{font-size:.875rem;padding:.25rem 0 .25rem 1.25rem;position:relative;color:var(--phantomos-text,#1e293b)}.phantomos-product-review__tier-features li::before{content:'✓';position:absolute;left:0;color:#16a34a;font-weight:700}.phantomos-product-review__tier-cta{display:inline-block;background:var(--phantomos-primary,#1a365d);color:#fff;font-size:.875rem;font-weight:600;padding:.5rem 1.25rem;border-radius:6px;text-decoration:none;transition:background 0.15s ease}.phantomos-product-review__tier-cta:hover{background:var(--phantomos-primary-light,#2b4c7e);color:#fff}.phantomos-product-review__pricing-asof{font-size:.75rem;color:var(--phantomos-muted,#64748b);margin:.75rem 0 0;font-style:italic;text-align:right}.phantomos-ct__check{color:#16a34a;font-weight:700;font-size:1.125rem}.phantomos-ct__cross{color:#dc2626;font-weight:700;font-size:1.125rem}.phantomos-ct__col--featured{background:rgb(245 158 11 / .06)}@media (max-width:640px){.phantomos-product-review{padding:1.25rem}.phantomos-product-review__header-top{flex-direction:column-reverse;gap:1rem}.phantomos-product-review__image-wrap{width:100%;text-align:center}.phantomos-product-review__image{width:120px;height:120px;margin:0 auto}.phantomos-product-review__pros-cons{grid-template-columns:1fr;gap:.75rem}.phantomos-product-review__qualification-cols{grid-template-columns:1fr;gap:.75rem}.phantomos-product-review__pricing-grid{grid-template-columns:1fr}}.phantomos-inline-disclosure{display:flex;align-items:flex-start;gap:.625rem;margin:.5rem 0 .875rem;padding:.5rem .75rem;background:#f8fafc;border:1px solid var(--phantomos-border,#e2e8f0);border-radius:6px;color:var(--phantomos-muted,#64748b);font-size:.8125rem;line-height:1.5}.phantomos-inline-disclosure p{margin:0}.phantomos-inline-disclosure__icon{flex-shrink:0;font-size:1rem;line-height:1.4;color:var(--phantomos-muted,#64748b);opacity:.85}.phantomos-inline-disclosure__text{margin:0;flex:1 1 auto}.phantomos-inline-disclosure__link{color:inherit;font-weight:600;text-decoration:underline;margin-left:.25rem}.phantomos-inline-disclosure__link:hover,.phantomos-inline-disclosure__link:focus{color:var(--phantomos-text,#1e293b)}.phantomos-author-byline{display:flex;align-items:center;gap:.75rem;margin:1rem 0 1.5rem;padding:0;background:#fff0;border:0;border-radius:0}.phantomos-author-byline .phantomos-author-byline__avatar,.entry-content .phantomos-author-byline__avatar{width:40px;height:40px;border-radius:50%;object-fit:cover;flex-shrink:0;display:inline-flex;align-items:center;justify-content:center}.phantomos-author-byline__avatar--initials{background:var(--phantomos-muted,#64748b);color:#fff;font-size:.875rem;font-weight:700;letter-spacing:.02em;text-transform:uppercase}.phantomos-author-byline__meta{display:flex;align-items:center;flex-wrap:wrap;gap:.25rem 1rem;font-size:.875rem;color:var(--phantomos-muted,#64748b);line-height:1.4}.phantomos-author-byline__author{color:var(--phantomos-muted,#64748b)}.phantomos-author-byline__name{font-weight:600;color:var(--phantomos-text,#1e293b)}.phantomos-author-byline__title{font-style:italic}.phantomos-author-byline__date{white-space:nowrap}.phantomos-quick-comparison{margin:2.5rem 0}.phantomos-quick-comparison__title{font-size:1.5rem;font-weight:700;color:var(--phantomos-primary,#1a365d);margin-bottom:1.25rem;text-align:center}.phantomos-quick-comparison__table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch}.phantomos-quick-comparison__table{width:100%;border-collapse:collapse;background:#fff;box-shadow:0 1px 4px rgb(0 0 0 / .08);border-radius:8px;overflow:hidden}.phantomos-quick-comparison__table thead th{padding:1.25rem 1rem;text-align:center;font-size:1.0625rem;font-weight:700;color:var(--phantomos-primary,#1a365d);background:#f8fafc;border-bottom:2px solid var(--phantomos-border,#e2e8f0);vertical-align:bottom}.phantomos-quick-comparison__table thead th:first-child{background:#fff0}.phantomos-quick-comparison__table thead th.phantomos-qc__col--featured{background:rgb(58 140 63 / .08);border-top:3px solid #3a8c3f}.phantomos-qc__badge{display:inline-block;background:#3a8c3f;color:#fff;font-size:.625rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;padding:.2rem .6rem;border-radius:3px;margin-bottom:.25rem}.phantomos-quick-comparison__table tbody td{padding:.875rem 1rem;text-align:center;font-size:.9375rem;border-bottom:1px solid var(--phantomos-border,#e2e8f0);vertical-align:middle;color:var(--phantomos-text,#1e293b)}.phantomos-quick-comparison__table tbody td.phantomos-qc__col--featured{background:rgb(58 140 63 / .04)}.phantomos-qc__label{text-align:left!important;font-weight:600;color:var(--phantomos-primary,#1a365d);white-space:nowrap}.phantomos-qc__stars{display:inline-flex;gap:1px;margin-right:.25rem}.phantomos-qc__stars .star{font-size:1.125rem}.phantomos-qc__rating-num{font-size:.875rem;color:var(--phantomos-muted,#64748b)}.phantomos-qc__cta-row td{padding-top:1.25rem;padding-bottom:1.25rem;border-bottom:none}.phantomos-qc__cta-btn{display:inline-block;background:#3a8c3f;color:#fff;font-size:.9375rem;font-weight:700;padding:.75rem 1.5rem;border-radius:6px;text-decoration:none;transition:all 0.2s ease;box-shadow:0 2px 8px rgb(58 140 63 / .25)}.phantomos-qc__cta-btn:hover{background:#2d6e31;color:#fff;transform:translateY(-1px);box-shadow:0 4px 14px rgb(58 140 63 / .35)}.phantomos-qc__cta-link{color:var(--phantomos-primary,#1a365d);font-weight:600;font-size:.875rem;text-decoration:none;transition:color 0.15s ease}.phantomos-qc__cta-link:hover{color:var(--phantomos-primary-light,#2b4c7e);text-decoration:underline}.phantomos-quick-comparison__mobile{display:none}@media (max-width:768px){.phantomos-quick-comparison__table-wrap{display:none}.phantomos-quick-comparison__mobile{display:block}.phantomos-qc__card{background:#fff;border:1px solid var(--phantomos-border,#e2e8f0);border-radius:10px;margin-bottom:1rem;overflow:hidden;box-shadow:0 1px 3px rgb(0 0 0 / .06)}.phantomos-qc__card--featured{border-color:#3a8c3f;border-width:2px}.phantomos-qc__card-header{padding:1rem 1.25rem;display:flex;align-items:center;justify-content:space-between;gap:.75rem;border-bottom:1px solid var(--phantomos-border,#e2e8f0)}.phantomos-qc__card--featured .phantomos-qc__card-header{background:rgb(58 140 63 / .06);border-bottom-color:rgb(58 140 63 / .2)}.phantomos-qc__card-name{font-size:1.0625rem;font-weight:700;color:var(--phantomos-primary,#1a365d)}.phantomos-qc__card-row{display:flex;justify-content:space-between;align-items:center;padding:.625rem 1.25rem;border-bottom:1px solid #f1f5f9}.phantomos-qc__card-row:last-child{border-bottom:none}.phantomos-qc__card-label{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--phantomos-muted,#64748b);flex:1 1 auto;min-width:0;overflow-wrap:anywhere;margin-right:1rem}.phantomos-qc__card-value{text-align:right;font-size:.875rem;color:var(--phantomos-text,#1e293b);min-width:0;overflow-wrap:anywhere}.phantomos-qc__card-cta{padding:1rem 1.25rem;text-align:center}.phantomos-qc__card-cta .phantomos-qc__cta-btn{display:block;width:100%;text-align:center}}.phantomos-product-review__why{margin-bottom:1.25rem}.phantomos-product-review__why-heading{font-size:1.125rem;font-weight:700;color:var(--phantomos-primary,#1a365d);margin:0 0 .5rem}.phantomos-product-review__header{margin-bottom:1.5rem}.phantomos-product-review__image-wrap{width:100%;margin:1rem auto 0;text-align:center}.phantomos-product-review__image{display:block;margin:0 auto;width:100%;max-width:320px;aspect-ratio:1 / 1;height:auto;object-fit:contain;background:#fff;border-radius:10px;border:1px solid var(--phantomos-border,#e2e8f0);padding:.5rem}.phantomos-product-review__rank-badge--best_overall{background:var(--phantomos-accent,#f59e0b);color:#1e293b}.phantomos-product-review__rank-badge--runner_up{background:#64748b;color:#fff}.phantomos-product-review__rank-badge--budget{background:#94a3b8;color:#1e293b}.phantomos-product-review__qualification{border-left:4px solid var(--phantomos-accent,#f59e0b);background:#fffbeb;border-top-color:var(--phantomos-border,#e2e8f0);border-right-color:var(--phantomos-border,#e2e8f0);border-bottom-color:var(--phantomos-border,#e2e8f0)}.phantomos-product-review__tier{position:relative}.phantomos-product-review__tier-badge{display:inline-block;background:var(--phantomos-accent,#f59e0b);color:#1e293b;font-size:.625rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;padding:.2rem .6rem;border-radius:3px;margin-bottom:.5rem}.phantomos-product-review__tier--featured{border-color:var(--phantomos-accent,#f59e0b);box-shadow:0 0 0 1px var(--phantomos-accent,#f59e0b)}.phantomos-product-review__bottom-cta{margin:2rem 0 0;text-align:center}.phantomos-product-review__cta-button{display:inline-block;background:#3a8c3f!important;color:#ffffff!important;font-size:1.0625rem;font-weight:700;padding:1rem 2.25rem;border-radius:8px;text-decoration:none!important;transition:background 0.15s ease,transform 0.15s ease,box-shadow 0.15s ease;box-shadow:0 2px 6px rgb(58 140 63 / .22);line-height:1.3;text-align:center}.phantomos-product-review__cta-button:hover,.phantomos-product-review__cta-button:focus{background:#2d6e31!important;color:#ffffff!important;transform:translateY(-1px);box-shadow:0 4px 14px rgb(58 140 63 / .3)}.phantomos-product-review__section-cta{margin:1.75rem 0 1.5rem;text-align:center}.phantomos-product-review__cta-btn{display:inline-block;background:#3a8c3f;color:#ffffff!important;font-size:.9375rem;font-weight:700;padding:.85rem 1.5rem;border-radius:6px;text-decoration:none!important;line-height:1.3;transition:background 0.15s ease;box-shadow:0 2px 6px rgb(58 140 63 / .2)}.phantomos-product-review__cta-btn:hover,.phantomos-product-review__cta-btn:focus{background:#2d6e31;color:#ffffff!important}.phantomos-product-review__math-callout{background:#f0f7f0;border-left:4px solid #3a8c3f;border-radius:0 8px 8px 0;padding:18px 22px;margin:1.5rem 0;color:#333;font-size:.95rem;line-height:1.6}.phantomos-product-review__math-callout strong{color:#1b3a5c;margin-right:.25rem}.phantomos-product-review__math-emoji{margin-right:.4rem}.phantomos-product-review__qualification{background:#f8f8f8;border:1px solid #e2e2e2;border-radius:10px;padding:22px 24px;margin:1.75rem 0}.phantomos-product-review__qualification-title{font-size:1.0625rem;font-weight:700;color:#1b3a5c;margin:0 0 .85rem}.phantomos-product-review__fit-section{margin:0 0 .85rem}.phantomos-product-review__fit-section:last-child{margin-bottom:0}.phantomos-product-review__fit-label{color:#3a8c3f;font-weight:700;font-size:.875rem;margin:0 0 .4rem;text-transform:none;letter-spacing:normal}.phantomos-product-review__fit-label--alt{color:#666}.phantomos-product-review__fit-list{list-style:none;margin:0;padding:0}.phantomos-product-review__fit-list li{font-size:.95rem;color:#333;padding:.2rem 0;line-height:1.55}.phantomos-product-review__fit-list--right li::before{content:'✓';color:#3a8c3f;font-weight:700;margin-right:.5rem}.phantomos-product-review__fit-list--notright li::before{content:'→';color:#999;font-weight:700;margin-right:.5rem}.phantomos-product-review__pricing{background:#f8f8f8;border:1px solid #e2e2e2;border-radius:10px;padding:24px;margin:1.5rem 0}.phantomos-product-review__pricing-heading{font-size:1.0625rem;font-weight:700;color:#1b3a5c;margin:0 0 .85rem;text-transform:none;letter-spacing:normal}.phantomos-product-review__pricing-grid{display:block}.phantomos-product-review__pricing-row{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.6rem;padding:.55rem 0;border-bottom:1px solid #ececec}.phantomos-product-review__pricing-row:last-of-type{border-bottom:none}.phantomos-product-review__pricing-label{font-size:.95rem;font-weight:500;color:#333;flex:1 1 auto;min-width:0}.phantomos-product-review__pricing-value{display:inline-flex;align-items:center;flex-wrap:wrap;gap:.5rem;font-size:.95rem;font-weight:700;color:#1b3a5c;text-align:right;justify-content:flex-end}.phantomos-product-review__pricing-permonth{font-weight:400;color:#6b7280;font-size:.8125rem}.phantomos-product-review__pricing-tag{display:inline-block;font-size:.6875rem;font-weight:700;padding:2px 8px;border-radius:3px;margin-left:.5rem;vertical-align:middle;letter-spacing:normal;text-transform:none}.phantomos-product-review__pricing-tag--value{background:#e8f5e9;color:#3a8c3f}.phantomos-product-review__pricing-tag--popular{background:#fff8e1;color:#b8860b}.phantomos-product-review__pricing-plan-cta{display:inline-block;background:#3a8c3f;color:#ffffff!important;font-size:.8125rem;font-weight:600;padding:6px 14px;border-radius:4px;text-decoration:none!important;line-height:1.3;transition:background 0.15s ease}.phantomos-product-review__pricing-plan-cta:hover,.phantomos-product-review__pricing-plan-cta:focus{background:#2d6e31;color:#ffffff!important}.phantomos-product-review__pricing-note{font-size:.8125rem;color:#6b7280;margin:.85rem 0 0;text-align:center}.phantomos-product-review__pricing-note+.phantomos-product-review__pricing-asof{margin-top:.4rem}.phantomos-product-review__pricing .phantomos-product-review__pricing-asof{font-size:.75rem;color:#8da3b8;text-align:center;font-style:normal;margin:.5rem 0 0}.phantomos-product-review__reviews{margin:1.5rem 0}.phantomos-product-review__reviews-heading{font-size:1.0625rem;font-weight:700;color:#1b3a5c;margin:0 0 .85rem;text-transform:none;letter-spacing:normal}.phantomos-product-review__review-cards{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media (max-width:640px){.phantomos-product-review__review-cards{grid-template-columns:1fr}}.phantomos-product-review__review-card{background:#fff;border:1px solid #e2e2e2;border-radius:6px;padding:16px 18px;box-shadow:0 2px 8px rgb(0 0 0 / .06);font-size:.9375rem;line-height:1.5;color:#333}.phantomos-product-review__review-card-head{display:flex;align-items:center;gap:.65rem;margin-bottom:.6rem}.phantomos-product-review__review-avatar{width:32px;height:32px;border-radius:50%;background:#1b3a5c;color:#fff;font-size:.875rem;font-weight:700;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.phantomos-product-review__review-meta{line-height:1.25;min-width:0}.phantomos-product-review__review-name{font-size:.875rem;font-weight:700;color:#1f2937}.phantomos-product-review__review-verified{font-size:.75rem;color:#c45500;font-weight:700;margin-top:1px;display:inline-flex;align-items:center;gap:.25rem}.phantomos-product-review__review-card-source{font-size:.78rem;color:#6b7280;margin-top:.15rem}.phantomos-product-review__verified-mark{color:#c45500}.phantomos-product-review__review-rating{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;margin-bottom:.25rem}.phantomos-product-review__review-stars{color:#f90;font-size:.95rem;letter-spacing:1px}.phantomos-product-review__review-title{font-size:.9375rem;font-weight:700;color:#1f2937}.phantomos-product-review__review-date{font-size:.75rem;color:#6b7280;margin-bottom:.55rem}.phantomos-product-review__review-body{font-size:.9rem;color:#333;margin:0;line-height:1.55}.phantomos-product-review__review-source{font-size:.75rem;color:#9ca3af;margin:.6rem 0 .2rem}.phantomos-product-review__reviews .phantomos-product-review__results-disclaimer{font-size:.75rem;color:#9ca3af;margin:0}.phantomos-ct-v2__mobile{display:none}.phantomos-ct-v2__desktop{display:block;background:#fff;border:1px solid #e5e5e5}.phantomos-ct-v2__table{table-layout:fixed;width:100%;border-collapse:collapse!important;background:#ffffff!important;font-family:inherit}.phantomos-ct-v2__table>thead>tr>th:first-child,.phantomos-ct-v2__table>tbody>tr>td:first-child{width:19%}.phantomos-ct-v2__table>thead>tr>th:not(:first-child),.phantomos-ct-v2__table>tbody>tr>td:not(:first-child){width:27%}.phantomos-ct-v2__table th,.phantomos-ct-v2__table td{background:transparent!important;color:#333333!important;text-align:center!important;vertical-align:middle!important;padding:12px 14px!important;border-top:none!important;border-bottom:1px solid #f0f0f0!important;border-left:none!important;border-right:none!important;font-size:15px!important;line-height:1.45!important;font-weight:400!important;text-transform:none!important;letter-spacing:normal!important;white-space:normal!important;border-radius:0!important}.phantomos-ct-v2__table.phantomos-comparison-table__table{box-shadow:none!important;border-radius:0!important;background:#ffffff!important}.phantomos-ct-v2__table thead th{background:#fafafa!important;color:#1b3a5c!important;font-weight:700!important;font-size:15px!important;padding:16px 14px!important;border-bottom:2px solid #e2e2e2!important;vertical-align:middle!important}.phantomos-ct-v2__table thead th.phantomos-ct-v2__col-header--choice{background:rgb(58 140 63 / .1)!important;color:#1b3a5c!important;border-top:3px solid #3a8c3f!important;border-left:1px solid rgb(58 140 63 / .2)!important;border-right:1px solid rgb(58 140 63 / .2)!important;position:relative}.phantomos-ct-v2__criteria-cell{background:#fafafa!important;border-bottom:2px solid #e2e2e2!important}.phantomos-ct-v2__col-name{display:block;font-size:15px!important;font-weight:700!important;color:#1b3a5c!important;word-break:break-word;hyphens:auto;line-height:1.3;text-transform:none!important;letter-spacing:normal!important}.phantomos-ct-v2__rank-label{display:none!important}.phantomos-comparison-table__badge,.phantomos-ct-v2__badge{display:inline-block!important;background:#3a8c3f!important;color:#ffffff!important;font-size:10px!important;font-weight:700!important;letter-spacing:0.04em!important;padding:3px 8px!important;border-radius:3px!important;text-transform:uppercase!important;margin:0 0 6px!important;line-height:1.3!important}.phantomos-ct-v2__table tbody td.phantomos-ct-v2__row-label,.phantomos-ct-v2__table tbody td.phantomos-ct-v2__row-label strong{text-align:left!important;background:transparent!important;color:#1b3a5c!important;font-weight:600!important;font-size:14px!important;word-break:break-word}.phantomos-ct-v2__table tbody td.phantomos-ct-v2__cell--choice{background:rgb(58 140 63 / .07)!important;color:#333333!important;font-weight:400!important;border-left:1px solid rgb(58 140 63 / .2)!important;border-right:1px solid rgb(58 140 63 / .2)!important}.phantomos-ct-v2__table tbody tr.phantomos-ct-v2__cta-row td.phantomos-ct-v2__cell--choice,.phantomos-ct-v2__cta-row td.phantomos-ct-v2__cell--choice{border-bottom:3px solid #3a8c3f!important}.phantomos-ct-v2__cell--rating .phantomos-stars{display:inline-flex;gap:1px;vertical-align:middle}.phantomos-ct-v2__cell--rating .phantomos-stars .star{font-size:16px;line-height:1}.phantomos-ct-v2__cell--rating .phantomos-stars .star--full{color:#d4a947!important}.phantomos-ct-v2__cell--rating .phantomos-stars .star--half{background:linear-gradient(90deg,#d4a947 50%,#d1d5db 50%)!important;-webkit-background-clip:text!important;background-clip:text!important;color:transparent!important}.phantomos-ct-v2__cell--rating .phantomos-stars .star--empty{color:#d1d5db!important}.phantomos-ct-v2__rating-num{margin-left:6px;font-size:14px;color:#555555!important;font-weight:500;vertical-align:middle}.phantomos-ct-v2__cta-row td{padding:16px 14px!important}.phantomos-ct-v2__cta-row td:not(.phantomos-ct-v2__cell--choice){border-bottom:none!important}.phantomos-ct-v2__table .phantomos-comparison-table__button,.phantomos-ct-v2__table .phantomos-comparison-table__button--choice{display:inline-block;background:#3a8c3f!important;color:#ffffff!important;font-weight:700!important;font-size:15px!important;text-decoration:none!important;padding:13px 24px!important;border-radius:6px;line-height:1.3;text-align:center;box-sizing:border-box;box-shadow:none;text-transform:none!important}.phantomos-ct-v2__table .phantomos-comparison-table__button:hover,.phantomos-ct-v2__table .phantomos-comparison-table__button--choice:hover{background:#2d6e31!important;color:#ffffff!important}.phantomos-comparison-table__textlink{color:#1b3a5c!important;font-weight:500!important;font-size:14px!important;text-decoration:none!important}.phantomos-comparison-table__textlink:hover,.phantomos-comparison-table__textlink:focus{color:#1b3a5c!important;text-decoration:underline!important}.phantomos-ct-v2__card .phantomos-comparison-table__button,.phantomos-ct-v2__card .phantomos-comparison-table__button--choice{background:#3a8c3f!important;color:#ffffff!important}@media (max-width:720px){.phantomos-ct-v2__desktop{display:none}.phantomos-ct-v2__mobile{display:block}.phantomos-ct-v2__card{background:#fff;border:1px solid var(--phantomos-border,#e2e8f0);border-radius:12px;padding:1.25rem;margin-bottom:1rem;box-shadow:0 1px 3px rgb(0 0 0 / .06)}.phantomos-ct-v2__card--choice{border-color:var(--phantomos-accent,#f59e0b);border-width:2px;border-top-width:4px}.phantomos-ct-v2__card-name{font-size:1.125rem;font-weight:700;color:var(--phantomos-primary,#1a365d);margin:.5rem 0 1rem}.phantomos-ct-v2__card-rows{margin:0 0 1rem;padding:0}.phantomos-ct-v2__card-row{display:flex;justify-content:space-between;align-items:baseline;padding:.4rem 0;border-bottom:1px solid #f1f5f9;gap:.5rem}.phantomos-ct-v2__card-row:last-child{border-bottom:none}.phantomos-ct-v2__card-row dt{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--phantomos-muted,#64748b);flex:1 1 auto;min-width:0;overflow-wrap:anywhere}.phantomos-ct-v2__card-row dd{font-size:.875rem;color:var(--phantomos-text,#1e293b);margin:0;text-align:right;min-width:0;overflow-wrap:anywhere}.phantomos-ct-v2__card-cta{display:block;width:100%;text-align:center;padding:.75rem 1rem;white-space:normal}}.phantomos-product-review__image-missing{aspect-ratio:4 / 3;background:#f1f5f9;border:1px dashed #cbd5e1;display:flex;align-items:center;justify-content:center;color:#64748b;font-size:.875rem}.phantomos-product-review--condensed{display:block!important;grid-template-columns:none!important;grid-template-areas:none!important;grid-template-rows:none!important;gap:normal!important;padding:2.25rem 1.75rem!important;border:none!important;border-radius:8px!important;box-shadow:none!important;margin:1.25rem 0!important;text-align:left;background:transparent!important}.phantomos-product-review__compact-header{margin:0 0 1.25rem}.phantomos-product-review__compact-heading{font-size:1.5rem!important;font-weight:700!important;color:#1b3a5c!important;margin:0 0 4px!important;line-height:1.3!important;text-transform:none!important;letter-spacing:normal!important}.phantomos-product-review__compact-subtitle{font-size:.9375rem;color:#666;margin:0 0 8px;font-weight:400}.phantomos-product-review__compact-stars{display:inline-flex;align-items:center;gap:.5rem;margin:0 0 .75rem}.phantomos-product-review__compact-stars-glyphs{font-size:1.1rem;letter-spacing:1px;display:inline-flex;gap:1px;vertical-align:middle}.phantomos-product-review__compact-stars-glyphs .star--full{color:#d4a947!important}.phantomos-product-review__compact-stars-glyphs .star--half{background:linear-gradient(90deg,#d4a947 50%,#d1d5db 50%)!important;-webkit-background-clip:text!important;background-clip:text!important;color:transparent!important}.phantomos-product-review__compact-stars-glyphs .star--empty{color:#d1d5db!important}.phantomos-product-review__compact-rating-num{font-size:.9rem;color:#555;font-weight:500}.phantomos-product-review__compact-image-wrap{text-align:center;margin:0 auto 1.75rem}.phantomos-product-review__compact-image{max-width:320px;width:100%;height:auto;border-radius:10px;border:1px solid #e2e2e2;display:inline-block;vertical-align:middle;background:#fff}.phantomos-product-review--condensed .phantomos-product-review__image-missing{max-width:320px;width:100%;margin:0 auto;aspect-ratio:4 / 3;border-radius:10px;border:1px dashed #cbd5e1;background:#f1f5f9;display:flex;align-items:center;justify-content:center}.phantomos-product-review__compact-body{font-size:1rem;line-height:1.6;color:#333;max-width:720px}.phantomos-product-review__compact-body p{margin:0 0 1rem}.phantomos-product-review__compact-why-heading{font-size:1.125rem!important;font-weight:700!important;color:#1b3a5c!important;margin:1.75rem 0 0.85rem!important;text-transform:none!important}.phantomos-product-review__compact-pricing-note{background:#f0f4f8;border-left:4px solid #3a8c3f;border-radius:0 6px 6px 0;padding:12px 16px;margin:1.25rem 0;font-size:.95rem;color:#333;line-height:1.5}.phantomos-product-review__compact-pricing-note strong{color:#1b3a5c;margin-right:.25rem}.phantomos-product-review__compact-cta{margin:1.25rem 0 0}.phantomos-product-review__plain-link{color:#1b3a5c!important;font-weight:500;font-size:.95rem;text-decoration:none!important;transition:color 0.15s ease}.phantomos-product-review__plain-link:hover,.phantomos-product-review__plain-link:focus{color:#1b3a5c!important;text-decoration:underline!important}@media (max-width:640px){.phantomos-product-review--condensed{padding:1.5rem 1rem!important}.phantomos-product-review__compact-heading{font-size:1.25rem!important}}.phantomos-product-review__image-missing::after{content:'Image unavailable'}.phantomos-comparison-table__textlink{display:inline-block;padding:0;margin:0;font-size:.95rem;font-weight:500;color:#2563eb;text-decoration:underline;text-underline-offset:3px;background:none;border:0;border-radius:0;line-height:1.4}.phantomos-comparison-table__textlink:hover,.phantomos-comparison-table__textlink:focus{color:#1d4ed8;text-decoration:underline;text-decoration-thickness:2px}.phantomos-ct-v2__cta-row td .phantomos-comparison-table__textlink{display:inline-block;padding:.4rem 0}.phantomos-ct-v2__card .phantomos-comparison-table__textlink.phantomos-ct-v2__card-cta{display:inline-block;margin-top:.75rem;padding:0}.phantomos-methodology{margin:1.5rem 0;padding:1rem 1.25rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;font-size:.875rem;line-height:1.5}.phantomos-methodology__details{margin:0}.phantomos-methodology__summary{list-style:none;cursor:pointer;display:block;color:#334155}.phantomos-methodology__summary::-webkit-details-marker{display:none}.phantomos-methodology__summary::marker{content:''}.phantomos-methodology__title{display:inline-flex;align-items:center;gap:.4rem;font-size:.95rem;font-weight:600;color:#1e293b}.phantomos-methodology__title-caret{display:inline-block;width:0;height:0;border-left:4px solid #fff0;border-right:4px solid #fff0;border-top:4px solid #94a3b8;transition:transform 0.18s ease}.phantomos-methodology__details[open] .phantomos-methodology__title-caret{transform:rotate(180deg)}.phantomos-methodology__preview{display:block;margin-top:.4rem;color:#475569}.phantomos-methodology__preview strong{color:#1e293b}.phantomos-methodology__toggle{display:block;margin-top:.6rem;font-size:.825rem;color:#2563eb;text-decoration:underline;text-underline-offset:3px}.phantomos-methodology__toggle-show,.phantomos-methodology__toggle-hide{display:none;align-items:center;gap:.25rem}.phantomos-methodology__details:not([open]) .phantomos-methodology__toggle-show{display:inline-flex}.phantomos-methodology__details[open] .phantomos-methodology__toggle-hide{display:inline-flex}.phantomos-methodology__toggle-caret{display:inline-block;width:0;height:0;border-left:4px solid #fff0;border-right:4px solid #fff0;border-top:4px solid currentColor}.phantomos-methodology__toggle-caret--up{border-top:0;border-bottom:4px solid currentColor}.phantomos-methodology__body{margin-top:.9rem;padding-top:.9rem;border-top:1px solid #e2e8f0}.phantomos-methodology__transparency{margin:0 0 1rem;color:#475569}.phantomos-methodology__criteria{margin:0;color:#334155}.phantomos-methodology__criteria p{margin:0 0 .75rem;line-height:1.5}.phantomos-methodology__criteria p:last-child{margin-bottom:0}.phantomos-methodology__criteria strong{color:#1e293b}