@import url(https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&family=Inter:wght@300;400;500;600&display=swap);:root{--background:hsl(235, 45%, 14%);--foreground:hsl(0, 0%, 98%);--card:hsl(235, 40%, 18%);--card-foreground:hsl(0, 0%, 98%);--primary:hsl(216, 100%, 50%);--primary-foreground:hsl(0, 0%, 100%);--secondary:hsl(340, 100%, 50%);--secondary-foreground:hsl(0, 0%, 100%);--muted:hsl(235, 30%, 22%);--muted-foreground:hsl(235, 15%, 65%);--border:hsl(235, 30%, 25%);--input:hsl(235, 30%, 25%);--ring:hsl(216, 100%, 50%);--radius:0.75rem;--footer-bg:hsl(235, 45%, 8%);--font-display:'Space Grotesk', sans-serif;--font-body:'Inter', sans-serif}*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background-color:var(--background);color:var(--foreground);font-family:var(--font-body);font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);font-weight:700;line-height:1.2;color:var(--foreground)}a{color:var(--primary);text-decoration:none;transition:opacity .2s}a:hover{opacity:.8}img{max-width:100%;height:auto;display:block}ul,ol{list-style:none}button{cursor:pointer;font-family:inherit;border:none;background:none}.glass-card{background:hsl(235 40% 18% / .6);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid hsl(235 30% 25% / .5);border-radius:1rem}.text-gradient{background:linear-gradient(135deg,hsl(216 100% 60%),hsl(340 100% 60%));-webkit-background-clip:text;-webkit-text-fill-color:#fff0;background-clip:text}.bg-gradient-brand{background:linear-gradient(135deg,hsl(216 100% 50%),hsl(340 100% 50%))}.glow-primary{box-shadow:0 0 20px hsl(216 100% 50% / .3),0 0 60px hsl(216 100% 50% / .1)}.glow-primary-strong{box-shadow:0 0 30px hsl(216 100% 50% / .5),0 0 80px hsl(216 100% 50% / .2)}.glow-secondary{box-shadow:0 0 20px hsl(340 100% 50% / .3),0 0 60px hsl(340 100% 50% / .1)}.text-muted{color:var(--muted-foreground)}.text-primary{color:var(--primary)}.text-foreground{color:var(--foreground)}.font-display{font-family:var(--font-display)}@keyframes pulse-glow{0%,100%{box-shadow:0 0 20px hsl(340 100% 50% / .4),0 0 60px hsl(216 100% 50% / .2)}50%{box-shadow:0 0 40px hsl(340 100% 50% / .6),0 0 80px hsl(216 100% 50% / .3)}}@keyframes spin-slow{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}@keyframes float-emoji{0%{transform:translateY(0) scale(1);opacity:1}100%{transform:translateY(-80px) scale(1.3);opacity:0}}@keyframes bounce-dot{0%,80%,100%{transform:scale(0)}40%{transform:scale(1)}}@keyframes fade-in-up{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,100%{opacity:1}50%{opacity:.5}}.animate-pulse-glow{animation:pulse-glow 2s ease-in-out infinite}.animate-spin-slow{animation:spin-slow 20s linear infinite}.animate-float-emoji{animation:float-emoji .8s ease-out forwards}.animate-fade-in-up{animation:fade-in-up .6s ease forwards}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}.site-wrapper{display:flex;flex-direction:column;min-height:100vh}.site-content{flex:1}.container{max-width:48rem;margin:0 auto;padding:0 1rem}.container-wide{max-width:72rem;margin:0 auto;padding:0 1rem}.bg-orb{position:fixed;border-radius:50%;pointer-events:none;filter:blur(80px);z-index:0}.bg-orb--top-left{top:-200px;left:-200px;width:500px;height:500px;background:hsl(216 100% 50% / .05);animation:spin-slow 20s linear infinite}.bg-orb--bot-right{bottom:-200px;right:-200px;width:500px;height:500px;background:hsl(340 100% 50% / .05);animation:spin-slow 20s linear infinite reverse}.age-banner{width:100%;background:hsl(235 30% 22% / .6);border-bottom:1px solid hsl(235 30% 25% / .5);padding:.5rem 1rem;text-align:center;font-size:.75rem;color:var(--muted-foreground);position:relative;z-index:10}.site-header{position:sticky;top:0;z-index:50;width:100%;background:hsl(235 45% 14% / .8);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid hsl(235 30% 25% / .5)}.navbar{max-width:72rem;margin:0 auto;display:flex;align-items:center;justify-content:space-between;padding:0 1rem;height:3.5rem}.navbar__logo{display:flex;align-items:center;gap:.5rem;text-decoration:none;flex-shrink:0}.navbar__logo-icon{width:2rem;height:2rem;border-radius:.75rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.navbar__logo-text{font-family:var(--font-display);font-weight:700;font-size:.9rem;color:var(--foreground)}@media(min-width:640px){.navbar__logo-text{font-size:1rem}}.navbar__nav{display:none;align-items:center;gap:.25rem}@media(min-width:1024px){.navbar__nav{display:flex}}.navbar__link{padding:.375rem .75rem;border-radius:.5rem;font-size:.875rem;font-weight:500;color:var(--muted-foreground);transition:color .2s,background .2s;text-decoration:none}.navbar__link:hover,.navbar__link.active{color:var(--foreground);background:hsl(235 30% 22% / .5)}.navbar__link.current-menu-item,.navbar__link[aria-current="page"]{background:hsl(216 100% 50% / .1);color:var(--primary)}.navbar__divider{width:1px;height:1.25rem;background:hsl(235 30% 25% / .5);margin:0 .25rem}.navbar__geo{position:relative}.navbar__geo-btn{display:flex;align-items:center;gap:.375rem;padding:.375rem .75rem;border-radius:.5rem;font-size:.875rem;font-weight:500;color:var(--muted-foreground);background:none;cursor:pointer;transition:color .2s,background .2s}.navbar__geo-btn:hover{color:var(--foreground);background:hsl(235 30% 22% / .5)}.navbar__geo-dropdown{display:none;position:absolute;top:calc(100% + .375rem);right:0;width:13rem;background:hsl(235 40% 16% / .95);backdrop-filter:blur(20px);border:1px solid hsl(235 30% 25% / .5);border-radius:1rem;box-shadow:0 10px 30px rgb(0 0 0 / .3);overflow:hidden;max-height:60vh;overflow-y:auto;z-index:100}.navbar__geo-dropdown.open{display:block}.navbar__geo-option{display:flex;align-items:center;gap:.625rem;padding:.5rem .75rem;font-size:.875rem;color:var(--muted-foreground);text-decoration:none;transition:color .2s,background .2s}.navbar__geo-option:hover{color:var(--foreground);background:hsl(235 30% 22% / .5)}.navbar__hamburger{display:flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;color:var(--muted-foreground);transition:color .2s}.navbar__hamburger:hover{color:var(--foreground)}@media(min-width:1024px){.navbar__hamburger{display:none}}.mobile-menu{display:none;border-top:1px solid hsl(235 30% 25% / .5);background:hsl(235 45% 14% / .95);backdrop-filter:blur(20px)}.mobile-menu.open{display:block}.mobile-menu__inner{display:flex;flex-direction:column;padding:.75rem;gap:.25rem}.mobile-menu__link{padding:.625rem 1rem;border-radius:.5rem;font-size:.875rem;font-weight:500;color:var(--muted-foreground);text-decoration:none;transition:color .2s,background .2s}.mobile-menu__link:hover,.mobile-menu__link.active{color:var(--foreground);background:hsl(235 30% 22% / .5)}.mobile-menu__link.current-menu-item{background:hsl(216 100% 50% / .1);color:var(--primary)}.hero{position:relative;z-index:10;display:flex;flex-direction:column;align-items:center;gap:2rem;width:100%;max-width:48rem;margin:0 auto;padding:2rem 1rem}.hero__title-row{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;justify-content:center}.hero__icon{width:3rem;height:3rem;border-radius:1rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.hero__title{font-size:1.875rem;font-weight:700;text-align:center}@media(min-width:640px){.hero__title{font-size:2.25rem}}.hero__subtitle{color:var(--muted-foreground);text-align:center;font-size:.875rem;max-width:20rem}@media(min-width:640px){.hero__subtitle{font-size:1rem}}.online-counter{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:var(--muted-foreground)}.online-counter__dot{width:.5rem;height:.5rem;border-radius:50%;background:var(--primary);flex-shrink:0}.chat-filters{width:100%;display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.chat-filters__group{padding:.75rem}.chat-filters__label{display:flex;align-items:center;gap:.375rem;font-size:.75rem;color:var(--muted-foreground);margin-bottom:.375rem}.chat-filters__select{width:100%;background:var(--muted);color:var(--foreground);font-size:.875rem;font-family:var(--font-body);border-radius:.5rem;padding:.5rem .75rem;border:none;outline:none;appearance:none;-webkit-appearance:none;cursor:pointer;transition:box-shadow .2s}.chat-filters__select:focus{box-shadow:0 0 0 2px var(--primary)}.chat-filters__select option{background:hsl(235 40% 18%)}.consent-box{display:flex;align-items:flex-start;gap:.75rem;width:100%;padding:1rem;cursor:pointer}.consent-box input[type="checkbox"]{margin-top:.125rem;width:1rem;height:1rem;border-radius:.25rem;accent-color:var(--primary);cursor:pointer;flex-shrink:0}.consent-box__text{font-size:.75rem;color:var(--muted-foreground);line-height:1.5}.consent-box__text a{color:var(--primary);text-decoration:underline}.start-btn{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:1rem 2rem;border-radius:1rem;font-family:var(--font-display);font-weight:700;font-size:1.125rem;color:var(--primary-foreground);border:none;cursor:pointer;transition:opacity .3s,transform .15s;position:relative;overflow:hidden}.start-btn--active{animation:pulse-glow 2s ease-in-out infinite}.start-btn--active:hover{opacity:.95;transform:scale(1.03)}.start-btn--disabled{background:var(--muted)!important;color:var(--muted-foreground);cursor:not-allowed;animation:none;box-shadow:none}.trust-badges{display:flex;gap:1.5rem;font-size:.75rem;color:var(--muted-foreground);flex-wrap:wrap;justify-content:center}.trust-badge{display:flex;align-items:center;gap:.375rem}.stats-bar{position:relative;z-index:10;width:100%;max-width:48rem;margin:0 auto;padding:0 1rem 2rem}.stats-bar__inner{padding:1.5rem 2rem}.stats-bar__grid{display:flex;justify-content:center;gap:3rem;text-align:center}.stats-bar__value{font-family:var(--font-display);font-weight:700;font-size:1.5rem;line-height:1}@media(min-width:640px){.stats-bar__value{font-size:1.875rem}}.stats-bar__label{font-size:.75rem;color:var(--muted-foreground);margin-top:.25rem}@media(min-width:640px){.stats-bar__label{font-size:.875rem}}.section{position:relative;z-index:10;width:100%;max-width:48rem;margin:0 auto;padding:4rem 1rem}.section__title{font-size:1.5rem;font-weight:700;text-align:center;margin-bottom:2rem}@media(min-width:640px){.section__title{font-size:1.875rem}}.section__subtitle{color:var(--muted-foreground);text-align:center;font-size:.875rem;max-width:36rem;margin:0 auto 2rem}.grid-3{display:grid;gap:1.5rem}@media(min-width:640px){.grid-3{grid-template-columns:repeat(3,1fr)}}.grid-2{display:grid;gap:1rem}@media(min-width:640px){.grid-2{grid-template-columns:repeat(2,1fr)}}.feature-card{padding:1.5rem;text-align:center}.feature-card__icon-wrap{width:2.5rem;height:2.5rem;border-radius:50%;background:hsl(216 100% 50% / .1);display:flex;align-items:center;justify-content:center;margin:0 auto .75rem}.feature-card__step{font-size:.75rem;color:var(--primary);font-weight:600;margin-bottom:.25rem}.feature-card__title{font-family:var(--font-display);font-weight:600;margin-bottom:.5rem}.feature-card__desc{color:var(--muted-foreground);font-size:.875rem}.icon-card{padding:1.25rem}.icon-card__icon{color:var(--primary);margin-bottom:.5rem;width:1.25rem;height:1.25rem}.icon-card__title{font-family:var(--font-display);font-weight:600;margin-bottom:.25rem}.icon-card__desc{color:var(--muted-foreground);font-size:.875rem}.trust-card{padding:1.25rem;display:flex;gap:1rem;align-items:flex-start}.trust-card__icon-wrap{width:2.5rem;height:2.5rem;border-radius:.75rem;background:hsl(216 100% 50% / .1);display:flex;align-items:center;justify-content:center;flex-shrink:0}.comparison-table{overflow:hidden}.comparison-table table{width:100%;border-collapse:collapse}.comparison-table th{padding:.75rem 1rem;font-family:var(--font-display);font-weight:600;text-align:left;font-size:.875rem;border-bottom:1px solid hsl(235 30% 25% / .5);color:var(--foreground)}.comparison-table th:not(:first-child){text-align:center}.comparison-table td{padding:.75rem 1rem;font-size:.875rem;border-bottom:1px solid hsl(235 30% 25% / .3);color:var(--foreground)}.comparison-table td:not(:first-child){text-align:center}.comparison-table tr.highlight{background:hsl(216 100% 50% / .1)}.comparison-table tr.highlight td:first-child{color:var(--primary);font-weight:600}.comparison-table .check{color:#4ade80}.comparison-table .cross{color:hsl(235 15% 65% / .5)}.faq__item{margin-bottom:.5rem;border-radius:1rem}.faq__trigger{width:100%;display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;font-family:var(--font-display);font-weight:600;font-size:.875rem;text-align:left;cursor:pointer;background:none;color:var(--foreground);gap:.5rem}.faq__trigger svg{flex-shrink:0;transition:transform .3s;width:1rem;height:1rem;color:var(--muted-foreground)}.faq__item.open .faq__trigger svg{transform:rotate(180deg)}.faq__content{display:none;padding:0 1.25rem 1rem;color:var(--muted-foreground);font-size:.875rem;line-height:1.6}.faq__item.open .faq__content{display:block}.article-card{padding:1.25rem;display:flex;flex-direction:column;transition:border-color .2s}.article-card:hover{border-color:hsl(216 100% 50% / .3)}.article-card__tag{display:inline-block;font-size:.625rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;padding:.125rem .5rem;border-radius:999px;margin-bottom:.75rem}.tag--guide{background:hsl(216 100% 50% / .2);color:var(--primary)}.tag--safety{background:hsl(142 71% 45% / .2);color:#4ade80}.tag--review{background:hsl(38 92% 50% / .2);color:#fbbf24}.article-card__title{font-family:var(--font-display);font-weight:600;font-size:.875rem;margin-bottom:.5rem;transition:color .2s}.article-card:hover .article-card__title{color:var(--primary)}.article-card__excerpt{color:var(--muted-foreground);font-size:.75rem;margin-bottom:.75rem;flex:1}.article-card__more{font-size:.75rem;font-weight:500;color:var(--primary)}.seo-block{padding:1.5rem}@media(min-width:640px){.seo-block{padding:2rem}}.seo-block>*+*{margin-top:1.5rem}.seo-block h2{font-size:1.5rem;text-align:center;margin-bottom:.5rem}@media(min-width:640px){.seo-block h2{font-size:1.875rem}}.seo-block h3{font-size:1.125rem}@media(min-width:640px){.seo-block h3{font-size:1.25rem}}.seo-block p{color:var(--muted-foreground);font-size:.875rem;line-height:1.7}.seo-block ul{list-style:disc;padding-left:1.25rem;color:var(--muted-foreground);font-size:.875rem;line-height:1.7}.seo-block ul li+li{margin-top:.5rem}.seo-block strong{color:var(--foreground)}.seo-block a{color:var(--primary);text-decoration:underline}.popular-pages{position:relative;z-index:10;width:100%;max-width:48rem;margin:0 auto;padding:0 1rem 4rem}.popular-pages__grid{display:grid;gap:.75rem}@media(min-width:640px){.popular-pages__grid{grid-template-columns:repeat(2,1fr)}}.popular-page-card{padding:1rem;display:flex;align-items:center;gap:.75rem;text-decoration:none;transition:border-color .2s}.popular-page-card:hover{border-color:hsl(216 100% 50% / .3)}.popular-page-card__icon{width:2rem;height:2rem;border-radius:.625rem;background:hsl(216 100% 50% / .1);display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:.875rem}.popular-page-card__text{flex:1}.popular-page-card__title{font-family:var(--font-display);font-weight:600;font-size:.875rem;color:var(--foreground);transition:color .2s}.popular-page-card:hover .popular-page-card__title{color:var(--primary)}.popular-page-card__desc{font-size:.75rem;color:var(--muted-foreground)}.cta-section{position:relative;z-index:10;width:100%;max-width:48rem;margin:0 auto;padding:4rem 1rem;text-align:center}.cta-section p{color:var(--muted-foreground);margin-bottom:2rem;max-width:36rem;margin-left:auto;margin-right:auto}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 2rem;border-radius:.75rem;font-family:var(--font-display);font-weight:600;font-size:1rem;color:var(--primary-foreground);border:none;cursor:pointer;transition:opacity .2s,transform .15s;text-decoration:none}.btn:hover{opacity:.9;transform:scale(1.02);color:var(--primary-foreground);text-decoration:none}.btn{text-decoration:none!important}.btn--lg{font-size:1.125rem;padding:1rem 2.5rem}.teaser-overlay{position:fixed;inset:0;z-index:9999;display:flex;flex-direction:column;align-items:center;justify-content:center;background:hsl(235 45% 14% / .95);backdrop-filter:blur(20px);opacity:0;pointer-events:none;transition:opacity .3s}.teaser-overlay.active{opacity:1;pointer-events:all}.teaser-overlay__orb{width:6rem;height:6rem;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2.5rem;margin-bottom:2rem;animation:pulse-glow 1.5s ease-in-out infinite}.teaser-overlay__msg{font-family:var(--font-display);font-weight:600;font-size:1.25rem;color:var(--foreground);margin-bottom:1.5rem;min-height:1.75rem}.teaser-overlay__dots{display:flex;gap:.375rem}.teaser-overlay__dot{width:.625rem;height:.625rem;border-radius:50%;background:var(--primary);animation:bounce-dot .9s ease-in-out infinite both}.teaser-overlay__dot:nth-child(2){animation-delay:.16s}.teaser-overlay__dot:nth-child(3){animation-delay:.32s}@keyframes bounce-dot{0%,80%,100%{transform:scale(0);opacity:0}40%{transform:scale(1);opacity:1}}.teaser-overlay__emoji{position:absolute;font-size:1.5rem;animation:float-emoji .8s ease-out forwards;pointer-events:none}.modal-overlay{display:none;position:fixed;inset:0;z-index:9998;background:rgb(0 0 0 / .6);backdrop-filter:blur(4px);align-items:center;justify-content:center;padding:1rem}.modal-overlay.active{display:flex}.modal-box{width:100%;max-width:24rem;padding:2rem;text-align:center;position:relative}.modal-box__close{position:absolute;top:.75rem;right:.75rem;background:none;border:none;color:var(--muted-foreground);cursor:pointer;padding:.25rem;border-radius:.375rem;transition:color .2s}.modal-box__close:hover{color:var(--foreground)}.modal-box__emoji{font-size:3rem;margin-bottom:1rem}.modal-box__title{font-size:1.375rem;margin-bottom:.75rem}.modal-box__text{color:var(--muted-foreground);font-size:.875rem;margin-bottom:1.5rem}#age-gate-overlay{display:none;position:fixed;inset:0;z-index:99999;background:var(--background);align-items:center;justify-content:center;padding:1rem}#age-gate-overlay.active{display:flex}.age-gate-box{width:100%;max-width:22rem;padding:2rem;text-align:center}.age-gate-box__emoji{font-size:3rem;margin-bottom:1.5rem}.age-gate-box__title{font-size:1.5rem;margin-bottom:.75rem}.age-gate-box__text{color:var(--muted-foreground);font-size:.875rem;margin-bottom:1.5rem;line-height:1.6}.age-gate-box__buttons{display:flex;gap:.75rem}.age-gate-box__btn{flex:1;padding:.75rem 1rem;border-radius:.75rem;font-size:.875rem;font-weight:600;font-family:var(--font-body);border:none;cursor:pointer;transition:opacity .2s}.age-gate-box__btn--no{background:var(--muted);color:var(--muted-foreground)}.age-gate-box__btn--yes{color:var(--primary-foreground)}.age-gate-box__btn:hover{opacity:.85}.contact-modal{display:none}.contact-modal.active{display:flex}.contact-form{display:flex;flex-direction:column;gap:.75rem;text-align:left}.contact-form label{font-size:.875rem;color:var(--muted-foreground)}.contact-form input,.contact-form textarea{width:100%;background:var(--muted);color:var(--foreground);border:1px solid var(--border);border-radius:.625rem;padding:.625rem .875rem;font-family:var(--font-body);font-size:.875rem;outline:none;transition:box-shadow .2s}.contact-form input:focus,.contact-form textarea:focus{box-shadow:0 0 0 2px var(--primary)}.contact-form textarea{resize:vertical;min-height:5rem}.site-footer{position:relative;z-index:10;width:100%;background-color:hsl(235 45% 8%);border-top:1px solid hsl(235 30% 25% / .5);margin-top:4rem}.site-footer__inner{max-width:64rem;margin:0 auto;padding:3rem 1rem}.footer-share{text-align:center;margin-bottom:3rem}.footer-share h2{font-size:1.125rem;margin-bottom:1rem}.footer-share__icons{display:flex;justify-content:center;gap:.75rem;flex-wrap:wrap}.social-icon{width:2.5rem;height:2.5rem;border-radius:50%;background:hsl(216 100% 50% / .1);border:1px solid hsl(235 30% 25% / .5);display:flex;align-items:center;justify-content:center;color:var(--muted-foreground);transition:all .2s;text-decoration:none}.social-icon:hover{color:var(--primary);background:hsl(216 100% 50% / .2);border-color:hsl(216 100% 50% / .4)}.social-icon svg{width:1rem;height:1rem}.footer-divider{border:none;border-top:1px solid hsl(235 30% 25% / .3);margin:0 0 2.5rem}.footer-searches{margin-bottom:3rem}.footer-searches h2{font-size:1.125rem;text-align:center;margin-bottom:1.25rem}.footer-searches__tags{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem}.footer-tag{padding:.375rem .75rem;font-size:.75rem;border-radius:999px;border:1px solid hsl(235 30% 25% / .5);background:hsl(216 100% 50% / .05);color:var(--muted-foreground);text-decoration:none;transition:all .2s}.footer-tag:hover{color:var(--primary);border-color:hsl(216 100% 50% / .4);background:hsl(216 100% 50% / .1)}.footer-grid{display:grid;grid-template-columns:1fr;gap:2rem;margin-bottom:3rem}@media(min-width:640px){.footer-grid{grid-template-columns:repeat(3,1fr)}}.footer-col h3{font-size:.875rem;margin-bottom:.75rem}.footer-col ul{display:flex;flex-direction:column;gap:.5rem}.footer-col a,.footer-col button{font-size:.875rem;color:var(--muted-foreground);text-decoration:none;background:none;border:none;cursor:pointer;font-family:var(--font-body);padding:0;transition:color .2s}.footer-col a:hover,.footer-col button:hover{color:var(--primary)}.footer-payments{display:flex;justify-content:center;align-items:center;gap:.75rem;flex-wrap:wrap;margin-bottom:2rem}.footer-disclosure{color:var(--muted-foreground);font-size:.75rem;text-align:center;max-width:36rem;margin:0 auto 1.5rem;line-height:1.6}.footer-copyright{text-align:center}.footer-copyright__logo{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-bottom:.75rem}.footer-copyright__logo-icon{width:1.75rem;height:1.75rem;border-radius:.5rem;display:flex;align-items:center;justify-content:center}.footer-copyright__name{font-family:var(--font-display);font-weight:700;font-size:.875rem}.footer-copyright p{color:var(--muted-foreground);font-size:.75rem;margin-top:.25rem}.footer-copyright p.sub{color:hsl(235 15% 65% / .6)}.page-simple{position:relative;z-index:10;max-width:48rem;margin:0 auto;padding:3rem 1rem 4rem}.page-simple h1{font-size:2rem;margin-bottom:1.5rem}.page-simple h2{font-size:1.375rem;margin-bottom:.75rem;margin-top:2rem}.page-simple p,.page-simple li{color:var(--muted-foreground);font-size:.9375rem;line-height:1.7}.page-simple ul{list-style:disc;padding-left:1.25rem}.page-simple li+li{margin-top:.375rem}.page-simple a{color:var(--primary);text-decoration:underline}.blog-grid{display:grid;gap:1.5rem}@media(min-width:640px){.blog-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.blog-grid{grid-template-columns:repeat(3,1fr)}}.blog-card{padding:1.5rem;display:flex;flex-direction:column;text-decoration:none;transition:border-color .2s}.blog-card:hover{border-color:hsl(216 100% 50% / .3)}.blog-card__tag{font-size:.625rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;padding:.125rem .5rem;border-radius:999px;display:inline-block;margin-bottom:.75rem;width:fit-content}.blog-card__title{font-family:var(--font-display);font-weight:600;font-size:1rem;color:var(--foreground);margin-bottom:.5rem;transition:color .2s}.blog-card:hover .blog-card__title{color:var(--primary)}.blog-card__excerpt{color:var(--muted-foreground);font-size:.875rem;flex:1;margin-bottom:1rem}.blog-card__read{color:var(--primary);font-size:.8125rem;font-weight:500}.affiliate-modal__cta{display:flex;flex-direction:column;gap:1rem;align-items:center}.affiliate-cta-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 2.5rem;border-radius:1rem;font-family:var(--font-display);font-weight:700;font-size:1rem;color:var(--primary-foreground);text-decoration:none;border:none;cursor:pointer;transition:opacity .2s;animation:pulse-glow 2s ease-in-out infinite}.affiliate-cta-btn:hover{opacity:.9;color:var(--primary-foreground)}@media(max-width:640px){.hero__title{font-size:1.5rem}.section{padding:2.5rem 1rem}}.wp-block-image{margin:1.5rem 0}.aligncenter{text-align:center}.alignleft{float:left;margin-right:1rem}.alignright{float:right;margin-left:1rem}.navigation .nav-links{display:flex;gap:.75rem;justify-content:center;padding:2rem 0}.navigation .page-numbers{padding:.5rem .875rem;border-radius:.5rem;color:var(--muted-foreground);text-decoration:none;font-size:.875rem;border:1px solid var(--border);transition:all .2s}.navigation .page-numbers:hover,.navigation .page-numbers.current{background:hsl(216 100% 50% / .1);color:var(--primary);border-color:hsl(216 100% 50% / .4)}.search-form{display:flex;gap:.5rem}.search-form .search-field{flex:1;background:var(--muted);color:var(--foreground);border:1px solid var(--border);border-radius:.625rem;padding:.625rem .875rem;font-family:var(--font-body);font-size:.875rem;outline:none}.search-form .search-submit{padding:.625rem 1.25rem;border-radius:.625rem;font-weight:600;font-size:.875rem;color:var(--primary-foreground);border:none;cursor:pointer}a.btn,a.btn:link,a.btn:visited,a.btn:hover,a.btn:focus,a.btn:active,.btn,[class*="btn"]{text-decoration:none!important}.entry-content h3,.page-content h3,.seo-block h3{.page-simple h3{font-family:var(--font-display);font-weight:700;font-size:1.1rem;color:var(--foreground);margin-top:2rem;margin-bottom:.5rem}.entry-content p,.page-content p,.seo-block p{margin-bottom:1rem;line-height:1.8}.entry-content ul,.page-content ul,.seo-block ul{margin:.75rem 0 1.25rem 1.5rem;padding:0;list-style:disc}.entry-content ol,.page-content ol,.seo-block ol{margin:.75rem 0 1.25rem 1.5rem;padding:0;list-style:decimal}.entry-content li,.page-content li,.seo-block li{margin-bottom:.5rem;color:var(--muted-foreground);font-size:.9375rem;line-height:1.7}.entry-content a,.page-content a,.seo-block a{color:var(--primary);text-decoration:underline}.entry-content h2{font-family:var(--font-display);font-weight:700;font-size:1.25rem;color:var(--foreground);margin:2rem 0 .75rem;padding-bottom:.5rem;border-bottom:1px solid hsl(235 30% 25% / .3)}.entry-content h3{font-family:var(--font-display);font-weight:700;font-size:1rem;color:var(--foreground);margin:1.5rem 0 .5rem}.entry-content p{color:var(--muted-foreground);font-size:.9375rem;line-height:1.8;margin-bottom:1rem}.entry-content ul,.entry-content ol{margin:.75rem 0 1.25rem 1.5rem;color:var(--muted-foreground);font-size:.9375rem;line-height:1.8}.entry-content li{margin-bottom:.5rem}.entry-content strong{color:var(--foreground);font-weight:600}.entry-content a{color:var(--primary);text-decoration:underline}.review-filter-btn{padding:.5rem 1.25rem;border-radius:999px;border:1px solid rgb(255 255 255 / .15);background:rgb(255 255 255 / .06);color:rgb(255 255 255 / .7);font-size:.8125rem;font-weight:600;cursor:pointer;transition:all .2s ease;font-family:var(--font-display)}.review-filter-btn:hover{border-color:var(--primary);color:#fff;background:rgb(108 62 244 / .12)}.review-filter-btn--active{background:var(--primary);color:#fff;border-color:var(--primary)}.review-filter-btn--active:hover{background:var(--primary);color:#fff}