@import url("https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:wght@400;600;700;800&family=Mulish:wght@400;500;600;700&display=swap");:root{--c-bg:oklch(0.985 0.004 258);--c-surface:oklch(0.967 0.008 258);--c-card:oklch(1 0 0);--c-border:oklch(0.885 0.012 258);--c-border-strong:oklch(0.76 0.028 258);--c-navy:oklch(0.25 0.115 258);--c-navy-dark:oklch(0.18 0.10 258);--c-navy-hover:oklch(0.31 0.12 258);--c-navy-subtle:oklch(0.92 0.025 258);--c-amber:oklch(0.70 0.155 72);--c-amber-strong:oklch(0.62 0.17 72);--c-amber-bg:oklch(0.96 0.045 72);--c-amber-border:oklch(0.88 0.08 72);--c-green:oklch(0.57 0.16 145);--c-green-bg:oklch(0.94 0.04 145);--c-text:oklch(0.17 0.058 258);--c-text-2:oklch(0.46 0.052 258);--c-text-3:oklch(0.63 0.028 258);--c-badge-sport-bg:oklch(0.93 0.03 258);--c-badge-sport-text:oklch(0.28 0.12 258);--c-badge-poker-bg:oklch(0.93 0.035 145);--c-badge-poker-text:oklch(0.35 0.15 145);--c-badge-hippique-bg:oklch(0.93 0.04 60);--c-badge-hippique-text:oklch(0.42 0.14 55);--f-display:var(--font-display,"Barlow Semi Condensed",system-ui,sans-serif);--f-body:var(--font-body,"Mulish",system-ui,sans-serif);--sp-1:4px;--sp-2:8px;--sp-3:12px;--sp-4:16px;--sp-5:20px;--sp-6:24px;--sp-8:32px;--sp-10:40px;--sp-12:48px;--sp-16:64px;--sp-20:80px;--sp-24:96px;--r-xs:3px;--r-sm:5px;--r-md:8px;--r-lg:12px;--r-xl:16px;--r-full:9999px;--shadow-xs:0 1px 2px oklch(0.18 0.06 258/0.06);--shadow-sm:0 1px 4px oklch(0.18 0.06 258/0.08);--shadow-md:0 4px 16px oklch(0.18 0.06 258/0.09);--shadow-lg:0 8px 32px oklch(0.18 0.06 258/0.11);--ease-out:cubic-bezier(0.23,1,0.32,1);--ease-in-out:cubic-bezier(0.77,0,0.175,1);--container-max:1160px;--container-pad:clamp(16px,4vw,40px);--header-h:64px}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:var(--f-body);font-size:1rem;line-height:1.65;color:var(--c-text);background-color:var(--c-bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-family:var(--f-display);font-weight:700;line-height:1.15;letter-spacing:-.01em;color:var(--c-text)}a{color:var(--c-navy);text-decoration:none}a:hover{text-decoration:underline}img,svg{display:block;max-width:100%}ol,ul{list-style:none}button{cursor:pointer;border:none;background:none;font:inherit}.container{max-width:var(--container-max);margin-inline:auto;padding-inline:var(--container-pad)}.section{padding-block:clamp(52px,9vw,96px)}.section--alt{background-color:var(--c-surface)}.section--dark{background-color:var(--c-navy);color:oklch(.94 .01 258)}main{min-height:calc(100vh - var(--header-h) - 320px)}.text-display{font-weight:800;font-size:clamp(2.25rem,5vw,3.5rem);line-height:1.08;letter-spacing:-.02em}.text-display,.text-heading{font-family:var(--f-display)}.text-heading{font-weight:700;font-size:clamp(1.5rem,3vw,2.25rem);letter-spacing:-.015em}.text-subheading{font-family:var(--f-display);font-weight:600;font-size:clamp(1.1rem,2vw,1.4rem)}.text-lead{font-size:clamp(1rem,1.4vw,1.15rem);line-height:1.7;color:var(--c-text-2);max-width:62ch}.text-small{font-size:.8125rem;line-height:1.5}.text-label,.text-muted{color:var(--c-text-3)}.text-label{font-size:.75rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase}.btn{display:inline-flex;align-items:center;gap:var(--sp-2);padding:10px 20px;border-radius:var(--r-md);font-family:var(--f-body);font-weight:600;font-size:.9375rem;line-height:1;text-decoration:none!important;transition:transform .16s var(--ease-out),opacity .16s var(--ease-out),box-shadow .2s var(--ease-out);white-space:nowrap}.btn:active{transform:scale(.97)}.btn--primary{background-color:var(--c-navy);color:oklch(.97 .005 258)!important}.btn--primary:hover{background-color:var(--c-navy-hover)}.btn--amber{background-color:var(--c-amber);color:oklch(.18 .06 258)!important;font-weight:700}.btn--amber:hover{background-color:var(--c-amber-strong)}.btn--ghost{background-color:transparent;color:var(--c-navy)!important;box-shadow:inset 0 0 0 1.5px var(--c-border-strong);padding:9px 18px}.btn--ghost:hover{background-color:var(--c-navy-subtle)}.btn--sm{font-size:.85rem;padding:7px 14px}.product-badge{display:inline-flex;align-items:center;padding:3px 9px;border-radius:var(--r-full);font-size:.75rem;font-weight:600;letter-spacing:.01em;white-space:nowrap}.product-badge--sport{background-color:var(--c-badge-sport-bg);color:var(--c-badge-sport-text)}.product-badge--poker{background-color:var(--c-badge-poker-bg);color:var(--c-badge-poker-text)}.product-badge--hippique{background-color:var(--c-badge-hippique-bg);color:var(--c-badge-hippique-text)}.feature-badge{padding:4px 10px;border-radius:var(--r-full);font-size:.78rem;font-weight:500;background-color:var(--c-surface);color:var(--c-text-2);border:1px solid var(--c-border);white-space:nowrap}.anj-badge,.feature-badge{display:inline-flex;align-items:center}.anj-badge{gap:5px;padding:3px 8px;border-radius:var(--r-sm);font-size:.74rem;font-weight:600;background-color:var(--c-green-bg);color:var(--c-green);border:1px solid oklch(.8 .06 145)}.anj-badge:before{content:"✓";font-size:.7rem}.safety-strip{background-color:var(--c-navy-dark);color:oklch(.88 .01 258);font-size:.8rem;font-weight:500;padding:8px 0;text-align:center}.safety-strip__inner{display:flex;align-items:center;justify-content:center;gap:var(--sp-4);flex-wrap:wrap}.safety-strip__item{display:flex;align-items:center;gap:5px}.safety-strip__sep{opacity:.3;font-size:.75rem}.header{position:-webkit-sticky;position:sticky;top:0;z-index:100;height:var(--header-h);background-color:var(--c-card);border-bottom:1px solid var(--c-border);box-shadow:var(--shadow-sm)}.header__inner{height:100%;justify-content:space-between;gap:var(--sp-6)}.header__inner,.header__logo{display:flex;align-items:center}.header__logo{gap:9px;text-decoration:none!important;flex-shrink:0}.header__logo-icon{width:32px;height:32px;flex-shrink:0}.header__logo-name{font-family:var(--f-display);font-weight:800;font-size:1.2rem;letter-spacing:-.02em;color:var(--c-navy);line-height:1}.header__logo-name span{color:var(--c-amber-strong)}.header__nav{display:flex;align-items:center;gap:var(--sp-1)}.header__nav a{padding:6px 12px;border-radius:var(--r-sm);font-size:.9rem;font-weight:500;color:var(--c-text-2);text-decoration:none!important;transition:background-color .15s,color .15s}.header__nav a.active,.header__nav a:hover{background-color:var(--c-navy-subtle);color:var(--c-navy)}.header__nav-cta{margin-left:var(--sp-2)}.header__hamburger{display:none;flex-direction:column;gap:5px;padding:8px;border-radius:var(--r-md);cursor:pointer;background:none;border:none}.header__hamburger span{display:block;width:22px;height:2px;background-color:var(--c-navy);border-radius:var(--r-full);transition:transform .2s var(--ease-out),opacity .15s}.header__hamburger.open span:first-child{transform:translateY(7px) rotate(45deg)}.header__hamburger.open span:nth-child(2){opacity:0}.header__hamburger.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.header__mobile-nav{display:none;flex-direction:column;position:absolute;top:var(--header-h);left:0;right:0;background-color:var(--c-card);border-bottom:1px solid var(--c-border);padding:var(--sp-4) var(--container-pad);gap:var(--sp-1);box-shadow:var(--shadow-md)}.header__mobile-nav.open{display:flex}.header__mobile-nav a{padding:10px 12px;border-radius:var(--r-md);font-size:.95rem;font-weight:500;color:var(--c-text-2);text-decoration:none!important}.header__mobile-nav a:hover{background-color:var(--c-surface);color:var(--c-navy)}.footer{background-color:var(--c-navy-dark);color:oklch(.78 .02 258);margin-top:auto}.footer__top{padding-block:var(--sp-12) var(--sp-8);display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;grid-gap:var(--sp-8);gap:var(--sp-8)}.footer__brand-name{font-family:var(--f-display);font-weight:800;font-size:1.2rem;color:oklch(.97 .005 258);display:flex;align-items:center;gap:8px;margin-bottom:var(--sp-3)}.footer__brand-name span{color:var(--c-amber)}.footer__tagline{font-size:.85rem;line-height:1.65;color:oklch(.68 .02 258);max-width:30ch;margin-bottom:var(--sp-5)}.footer__safety-logos{display:flex;align-items:center;gap:var(--sp-3);flex-wrap:wrap}.footer__safety-logo{height:28px;width:auto;opacity:.75;filter:brightness(0) invert(1);transition:opacity .15s}.footer__safety-logo:hover{opacity:1}.footer__col-title{font-family:var(--f-display);font-weight:700;font-size:.85rem;letter-spacing:.05em;text-transform:uppercase;color:oklch(.88 .015 258);margin-bottom:var(--sp-4)}.footer__links{display:flex;flex-direction:column;gap:var(--sp-2)}.footer__links a{font-size:.875rem;color:oklch(.7 .02 258);text-decoration:none!important;transition:color .15s}.footer__links a:hover{color:oklch(.94 .01 258)}.footer__safety-links a{font-size:.85rem;color:oklch(.65 .02 258);display:flex;align-items:center;gap:6px}.footer__safety-links a:before{content:"→";font-size:.75rem;color:var(--c-amber)}.footer__divider{border:none;border-top:1px solid oklch(.35 .05 258)}.footer__bottom{padding-block:var(--sp-6);display:flex;align-items:flex-start;justify-content:space-between;gap:var(--sp-6);flex-wrap:wrap}.footer__legal{font-size:.78rem;line-height:1.7;color:oklch(.55 .02 258);max-width:72ch}.footer__copyright{font-size:.78rem;color:oklch(.5 .02 258);white-space:nowrap;align-self:flex-end}.hero{padding-top:clamp(40px,7vw,72px);padding-bottom:clamp(40px,7vw,64px)}.hero__inner{display:grid;grid-template-columns:1fr 380px;grid-gap:clamp(32px,5vw,64px);gap:clamp(32px,5vw,64px);align-items:center}.hero__kicker{display:inline-flex;align-items:center;gap:6px;font-size:.78rem;font-weight:700;letter-spacing:.07em;text-transform:uppercase;color:var(--c-amber-strong);margin-bottom:var(--sp-4)}.hero__title{font-size:clamp(2.1rem,4.5vw,3.2rem);font-weight:800;letter-spacing:-.025em;line-height:1.07;color:var(--c-text);margin-bottom:var(--sp-5)}.hero__title em{font-style:normal;color:var(--c-navy)}.hero__lead{font-size:clamp(.95rem,1.3vw,1.1rem);line-height:1.72;color:var(--c-text-2);max-width:58ch;margin-bottom:var(--sp-6)}.hero__chips{display:flex;flex-wrap:wrap;gap:var(--sp-2);margin-bottom:var(--sp-8)}.hero__chip{display:inline-flex;align-items:center;gap:5px;padding:6px 13px;border-radius:var(--r-full);background-color:var(--c-navy-subtle);border:1px solid var(--c-border);font-size:.82rem;font-weight:600;color:var(--c-navy);white-space:nowrap}.hero__chip-icon{font-size:.9em}.hero__cta-group{display:flex;align-items:center;gap:var(--sp-3);flex-wrap:wrap}.hero__featured-card{background-color:var(--c-card);border-radius:var(--r-xl);box-shadow:var(--shadow-lg);border:1px solid var(--c-border);overflow:hidden}.hero__featured-card-header{background-color:var(--c-navy);padding:var(--sp-3) var(--sp-5);display:flex;align-items:center;justify-content:space-between}.hero__featured-label{font-size:.72rem;font-weight:700;letter-spacing:.07em;text-transform:uppercase;color:var(--c-amber)}.hero__featured-badge{font-size:.72rem;font-weight:600;color:oklch(.88 .01 258);background-color:oklch(1 0 0/.1);padding:2px 8px;border-radius:var(--r-full)}.hero__featured-body{padding:var(--sp-5) var(--sp-5) var(--sp-4)}.hero__featured-logo-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:var(--sp-4)}.hero__featured-logo{height:44px;width:auto;object-fit:contain}.hero__featured-score{text-align:right}.hero__featured-score-num{font-family:var(--f-display);font-size:2rem;font-weight:800;color:var(--c-amber-strong);line-height:1}.hero__featured-score-label{font-size:.72rem;color:var(--c-text-3)}.hero__featured-desc{font-size:.875rem;line-height:1.6;color:var(--c-text-2);margin-bottom:var(--sp-4)}.hero__featured-products{display:flex;flex-wrap:wrap;gap:var(--sp-1);margin-bottom:var(--sp-4)}.hero__featured-cta{display:block;width:100%;text-align:center}.hero__featured-terms{text-align:center;margin-top:var(--sp-2);font-size:.72rem;color:var(--c-text-3)}.ops-section__header{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:var(--sp-8);gap:var(--sp-4);flex-wrap:wrap}.ops-section__title{font-size:clamp(1.4rem,2.5vw,1.9rem);font-weight:800;letter-spacing:-.02em}.ops-section__subtitle{font-size:.875rem;color:var(--c-text-3)}.ops-list{display:flex;flex-direction:column;gap:var(--sp-4)}.op-card{background-color:var(--c-card);border-radius:var(--r-lg);border:1px solid var(--c-border);box-shadow:var(--shadow-sm);overflow:hidden;transition:box-shadow .2s var(--ease-out),transform .2s var(--ease-out)}@media (hover:hover) and (pointer:fine){.op-card:hover{box-shadow:var(--shadow-md);transform:translateY(-1px)}}.op-card--featured{border-color:var(--c-amber-border);box-shadow:0 2px 16px oklch(.7 .155 72/.12)}.op-card__rank-bar{display:flex;align-items:center;justify-content:space-between;padding:8px 20px;background-color:var(--c-navy)}.op-card__rank-bar--featured{background:linear-gradient(90deg,var(--c-navy-dark) 0,oklch(.28 .11 258) 100%)}.op-card__rank-label{display:flex;align-items:center;gap:8px}.op-card__rank-num{font-family:var(--f-display);font-weight:800;font-size:.78rem;letter-spacing:.05em;color:oklch(.72 .04 258)}.op-card__spotlight-tag{font-size:.72rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--c-amber);background-color:oklch(1 0 0/.08);padding:2px 8px;border-radius:var(--r-full)}.op-card__anj-bar{display:flex;align-items:center;gap:5px;font-size:.72rem;font-weight:600;color:oklch(.75 .03 145)}.op-card__anj-bar:before{content:"✓"}.op-card__body{padding:var(--sp-5) var(--sp-6);display:grid;grid-template-columns:100px 1fr auto;grid-gap:var(--sp-5);gap:var(--sp-5);align-items:start}.op-card__logo-col{display:flex;flex-direction:column;align-items:flex-start;gap:var(--sp-3);padding-top:2px}.op-card__logo{height:44px;width:90px;object-fit:contain;object-position:left center}.op-card__logo-fallback{height:44px;width:90px;display:flex;align-items:center;justify-content:center;background-color:var(--c-surface);border-radius:var(--r-sm);font-family:var(--f-display);font-weight:700;font-size:.8rem;color:var(--c-text-3);text-align:center}.op-card__score-block{text-align:left}.op-card__score-num{font-family:var(--f-display);font-size:1.5rem;font-weight:800;color:var(--c-amber-strong);line-height:1}.op-card__score-denom{font-size:.8rem;color:var(--c-text-3);font-weight:500}.op-card__review-count{font-size:.72rem;color:var(--c-text-3);margin-top:2px}.op-card__content{min-width:0}.op-card__name-row{display:flex;align-items:center;gap:var(--sp-2);flex-wrap:wrap;margin-bottom:var(--sp-2)}.op-card__name{font-family:var(--f-display);font-weight:700;font-size:1.25rem;letter-spacing:-.01em;color:var(--c-text)}.op-card__products{display:flex;gap:var(--sp-1);flex-wrap:wrap}.op-card__desc{font-size:.9rem;line-height:1.65;color:var(--c-text-2);max-width:60ch;margin-bottom:var(--sp-3)}.op-card__badges{display:flex;flex-wrap:wrap;gap:var(--sp-2)}.op-card__actions-col{display:flex;flex-direction:column;align-items:flex-end;gap:var(--sp-2);flex-shrink:0;min-width:150px}.op-card__terms{padding:8px var(--sp-6);background-color:oklch(.985 .003 258);border-top:1px solid var(--c-border);font-size:.72rem;color:var(--c-text-3);text-align:center}.legal-offer__grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:var(--sp-5);gap:var(--sp-5);margin-top:var(--sp-8)}.legal-offer__card{background-color:var(--c-card);border-radius:var(--r-lg);padding:var(--sp-6);border:1px solid var(--c-border)}.legal-offer__icon{width:44px;height:44px;border-radius:var(--r-md);display:flex;align-items:center;justify-content:center;font-size:1.3rem;margin-bottom:var(--sp-4)}.legal-offer__icon--sport{background-color:var(--c-badge-sport-bg)}.legal-offer__icon--poker{background-color:var(--c-badge-poker-bg)}.legal-offer__icon--hippique{background-color:var(--c-badge-hippique-bg)}.legal-offer__title{font-family:var(--f-display);font-size:1.15rem;font-weight:700;margin-bottom:var(--sp-2)}.legal-offer__desc{font-size:.875rem;line-height:1.7;color:var(--c-text-2);margin-bottom:var(--sp-4)}.legal-offer__note{font-size:.78rem;font-weight:600;color:var(--c-green);display:flex;align-items:center;gap:5px}.legal-offer__note:before{content:"✓"}.legal-offer__disclaimer{margin-top:var(--sp-6);padding:var(--sp-4) var(--sp-5);background-color:var(--c-amber-bg);border-radius:var(--r-md);border:1px solid var(--c-amber-border);font-size:.85rem;color:oklch(.42 .12 72);display:flex;align-items:flex-start;gap:var(--sp-3)}.methodology__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));grid-gap:var(--sp-4);gap:var(--sp-4);margin-top:var(--sp-8)}.methodology__item{display:flex;align-items:flex-start;gap:var(--sp-4);padding:var(--sp-5);background-color:var(--c-card);border-radius:var(--r-lg);border:1px solid var(--c-border)}.methodology__num{font-family:var(--f-display);font-size:1.6rem;font-weight:800;color:oklch(.87 .025 258);line-height:1;flex-shrink:0;width:36px}.methodology__text h4{font-size:.95rem;font-weight:700;margin-bottom:4px}.methodology__text p{font-size:.845rem;line-height:1.6;color:var(--c-text-2)}.safety-resources__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:var(--sp-4);gap:var(--sp-4);margin-top:var(--sp-8)}.safety-resource-card{display:flex;flex-direction:column;align-items:flex-start;gap:var(--sp-3);padding:var(--sp-5);background-color:var(--c-card);border-radius:var(--r-lg);border:1px solid var(--c-border);text-decoration:none!important;transition:box-shadow .18s var(--ease-out),transform .18s var(--ease-out)}@media (hover:hover) and (pointer:fine){.safety-resource-card:hover{box-shadow:var(--shadow-md);transform:translateY(-1px)}}.safety-resource-card__logo{height:36px;width:auto;object-fit:contain}.safety-resource-card__logo-text{font-family:var(--f-display);font-weight:700;font-size:1rem;color:var(--c-navy)}.safety-resource-card__title{font-weight:700;font-size:.9rem;color:var(--c-text)}.safety-resource-card__desc{font-size:.825rem;line-height:1.6;color:var(--c-text-2);flex:1 1}.safety-resource-card__link{font-size:.8rem;font-weight:600;color:var(--c-navy);display:flex;align-items:center;gap:4px}.faq__list{margin-top:var(--sp-8);display:flex;flex-direction:column;gap:0;border-radius:var(--r-lg);border:1px solid var(--c-border);overflow:hidden}.faq__item{border-bottom:1px solid var(--c-border)}.faq__item:last-child{border-bottom:none}.faq__question{width:100%;text-align:left;padding:var(--sp-5) var(--sp-6);font-family:var(--f-display);font-weight:700;font-size:1rem;letter-spacing:-.005em;color:var(--c-text);background-color:var(--c-card);display:flex;align-items:center;justify-content:space-between;gap:var(--sp-4);cursor:pointer;transition:background-color .15s}.faq__question:hover{background-color:var(--c-surface)}.faq__chevron{width:20px;height:20px;flex-shrink:0;border-radius:var(--r-full);background-color:var(--c-navy-subtle);display:flex;align-items:center;justify-content:center;font-size:.7rem;color:var(--c-navy);transition:transform .2s var(--ease-out),background-color .15s}.faq__item.open .faq__chevron{transform:rotate(180deg);background-color:var(--c-navy);color:white}.faq__answer{overflow:hidden;display:grid;grid-template-rows:0fr;transition:grid-template-rows .25s var(--ease-out)}.faq__item.open .faq__answer{grid-template-rows:1fr}.faq__answer-inner{overflow:hidden}.faq__answer-content{padding:0 var(--sp-6) var(--sp-5);font-size:.9rem;line-height:1.75;color:var(--c-text-2);max-width:72ch}.page-hero{background-color:var(--c-navy);padding-block:clamp(40px,6vw,72px)}.page-hero__kicker{font-size:.75rem;font-weight:700;letter-spacing:.07em;text-transform:uppercase;color:var(--c-amber);margin-bottom:var(--sp-3)}.page-hero__title{font-size:clamp(1.8rem,4vw,2.8rem);font-weight:800;letter-spacing:-.02em;color:oklch(.97 .005 258);margin-bottom:var(--sp-4)}.page-hero__lead{font-size:clamp(.95rem,1.2vw,1.05rem);line-height:1.72;color:oklch(.8 .02 258);max-width:60ch}.info-section__grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:var(--sp-12);gap:var(--sp-12);align-items:start}.info-section__content h3{font-size:1.25rem;font-weight:700;letter-spacing:-.01em;margin-bottom:var(--sp-3)}.info-section__content p{font-size:.9375rem;line-height:1.75;color:var(--c-text-2);margin-bottom:var(--sp-4)}.info-section__content p:last-child{margin-bottom:0}.info-card{background-color:var(--c-card);border-radius:var(--r-xl);padding:var(--sp-6);border:1px solid var(--c-border);box-shadow:var(--shadow-sm)}.info-card__title{font-family:var(--f-display);font-size:1rem;font-weight:700;margin-bottom:var(--sp-4);padding-bottom:var(--sp-3);border-bottom:1px solid var(--c-border)}.info-card__list{display:flex;flex-direction:column;gap:var(--sp-3)}.info-card__item{display:flex;align-items:flex-start;gap:var(--sp-3);font-size:.875rem;line-height:1.6;color:var(--c-text-2)}.info-card__item-icon{width:22px;height:22px;border-radius:var(--r-full);background-color:var(--c-green-bg);color:var(--c-green);display:flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:700;flex-shrink:0;margin-top:1px}.rg-tools__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));grid-gap:var(--sp-4);gap:var(--sp-4);margin-top:var(--sp-6)}.rg-tool-card{padding:var(--sp-5);background-color:var(--c-card);border-radius:var(--r-lg);border:1px solid var(--c-border)}.rg-tool-card__icon{width:40px;height:40px;border-radius:var(--r-md);background-color:var(--c-navy-subtle);display:flex;align-items:center;justify-content:center;font-size:1.2rem;margin-bottom:var(--sp-3)}.rg-tool-card__title{font-weight:700;font-size:.95rem;margin-bottom:var(--sp-2)}.rg-tool-card__desc{font-size:.85rem;line-height:1.65;color:var(--c-text-2)}.rg-alert{padding:var(--sp-5) var(--sp-6);background-color:var(--c-amber-bg);border-radius:var(--r-lg);border:1px solid var(--c-amber-border)}.rg-alert__title{font-weight:700;font-size:1rem;color:oklch(.38 .14 72);margin-bottom:var(--sp-2)}.rg-alert__text{font-size:.875rem;line-height:1.7;color:oklch(.46 .1 72)}.thematic-intro{padding-block:clamp(40px,6vw,64px)}.thematic-intro__grid{display:grid;grid-template-columns:1fr 340px;grid-gap:var(--sp-10);gap:var(--sp-10);align-items:start}.thematic-sidebar{background-color:var(--c-card);border-radius:var(--r-xl);border:1px solid var(--c-border);padding:var(--sp-5)}.thematic-sidebar__title{font-family:var(--f-display);font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--c-text-3);margin-bottom:var(--sp-4)}.thematic-sidebar__list{display:flex;flex-direction:column;gap:var(--sp-3)}.thematic-sidebar__item{display:flex;align-items:center;gap:var(--sp-3);padding:var(--sp-3);border-radius:var(--r-md);border:1px solid var(--c-border);background-color:var(--c-bg);text-decoration:none!important;transition:border-color .15s,background-color .15s}.thematic-sidebar__item:hover{border-color:var(--c-navy);background-color:var(--c-navy-subtle)}.thematic-sidebar__item-logo{height:28px;width:60px;object-fit:contain;object-position:left center;flex-shrink:0}.thematic-sidebar__item-info{min-width:0}.thematic-sidebar__item-name{font-size:.85rem;font-weight:700;color:var(--c-text)}.section-label,.thematic-sidebar__item-score{font-size:.75rem;color:var(--c-amber-strong);font-weight:700}.section-label{display:inline-flex;align-items:center;gap:8px;letter-spacing:.07em;text-transform:uppercase;margin-bottom:var(--sp-3)}.section-label:before{content:"";display:block;width:20px;height:2px;background-color:var(--c-amber);border-radius:var(--r-full)}.anj-notice{display:flex;align-items:flex-start;gap:var(--sp-4);padding:var(--sp-5);background-color:var(--c-surface);border-radius:var(--r-lg);border:1px solid var(--c-border);margin-top:var(--sp-6)}.anj-notice__logo{height:40px;width:auto;flex-shrink:0;object-fit:contain}.anj-notice__text{font-size:.875rem;line-height:1.7;color:var(--c-text-2)}.anj-notice__text strong{color:var(--c-text)}@keyframes fadeUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.animate-fade-up{animation:fadeUp .4s var(--ease-out) both}@media (max-width:1024px){.hero__inner{grid-template-columns:1fr;max-width:680px}.hero__featured-card{display:none}.legal-offer__grid{grid-template-columns:repeat(2,1fr)}.footer__top{grid-template-columns:1fr 1fr}.info-section__grid,.thematic-intro__grid{grid-template-columns:1fr}.info-section__grid{gap:var(--sp-6)}}@media (max-width:768px){.header__nav{display:none}.header__hamburger{display:flex}.op-card__body{grid-template-columns:1fr;gap:var(--sp-4)}.op-card__actions-col{flex-direction:row;align-items:center;min-width:0}.footer__top,.legal-offer__grid{grid-template-columns:1fr}.footer__top{gap:var(--sp-6)}.footer__bottom{flex-direction:column}}@media (max-width:480px){.hero__chips{gap:6px}.hero__cta-group,.op-card__name-row,.ops-section__header{flex-direction:column;align-items:flex-start}.op-card__actions-col{flex-direction:column;align-items:stretch}.op-card__actions-col .btn{text-align:center;justify-content:center}}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;transition-duration:.01ms!important}}@font-face{font-family:Barlow Semi Condensed;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/9c7c506f9df66edc-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Barlow Semi Condensed;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/2d08189da4797f3f-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Barlow Semi Condensed;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/a13ffa50c0e6dcb7-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Barlow Semi Condensed;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/d294f1e349318783-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Barlow Semi Condensed;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/c465e14413247d80-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Barlow Semi Condensed;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/52f8cf394b3641e4-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Barlow Semi Condensed;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/fa64e74b88370ed1-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Barlow Semi Condensed;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/6b99d524c7bef2f7-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Barlow Semi Condensed;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/2afc1581e19cce3f-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Barlow Semi Condensed;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/943b7ce34d516160-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Barlow Semi Condensed;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/26e7489ae3006ea1-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Barlow Semi Condensed;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/b8f40afd9984b39c-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Barlow Semi Condensed Fallback;src:local("Arial");ascent-override:115.49%;descent-override:23.10%;line-gap-override:0.00%;size-adjust:86.59%}.__className_7d83df{font-family:Barlow Semi Condensed,Barlow Semi Condensed Fallback;font-style:normal}.__variable_7d83df{--font-display:"Barlow Semi Condensed","Barlow Semi Condensed Fallback"}@font-face{font-family:Mulish;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/1ba4bcc28d9acde5-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Mulish;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/3cca6a2fae6396cc-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Mulish;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/af6b7096c023fb67-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Mulish;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/7d87e5ac6ec6000d-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Mulish;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/3be83a346553616c-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Mulish;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/1ba4bcc28d9acde5-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Mulish;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/3cca6a2fae6396cc-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Mulish;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/af6b7096c023fb67-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Mulish;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/7d87e5ac6ec6000d-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Mulish;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/3be83a346553616c-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Mulish;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/1ba4bcc28d9acde5-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Mulish;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/3cca6a2fae6396cc-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Mulish;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/af6b7096c023fb67-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Mulish;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/7d87e5ac6ec6000d-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Mulish;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/3be83a346553616c-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Mulish;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/1ba4bcc28d9acde5-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Mulish;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/3cca6a2fae6396cc-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Mulish;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/af6b7096c023fb67-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Mulish;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/7d87e5ac6ec6000d-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Mulish;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/3be83a346553616c-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Mulish Fallback;src:local("Arial");ascent-override:96.56%;descent-override:24.02%;line-gap-override:0.00%;size-adjust:104.08%}.__className_13d7ab{font-family:Mulish,Mulish Fallback;font-style:normal}.__variable_13d7ab{--font-body:"Mulish","Mulish Fallback"}