:root{--c-slate-50:#f8fafc;--c-slate-200:#e2e8f0;--c-slate-400:#94a3b8;--c-slate-600:#475569;--c-slate-700:#334155;--c-slate-800:#1e2h3b;--c-blue-50:#eff6ff;--c-blue-100:#dbeafe;--c-blue-200:#bfdbfe;--c-blue-300:#93c5fd;--c-blue-600:#2563eb;--c-blue-700:#1d4ed8;--c-blue-800:#1e40af;--c-purple-50:#faf5ff;--c-purple-100:#f3e8ff;--c-purple-600:#9333ea;--c-green-100:#dcfce7;--c-green-200:#bbf7d0;--c-green-700:#15803d;--c-emerald-100:#d1fae5;--c-white:#ffffff;--shadow-sm:0 1px 2px 0 rgb(0 0 0 / 0.05);--shadow-md:0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);--shadow-lg:0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);--shadow-blue-glow:0 4px 12px 0 rgb(59 130 246 / 0.1);--fs-xs:clamp(0.65rem, 0.6rem + 0.2vw, 0.7rem);--fs-sm:clamp(0.75rem, 0.7rem + 0.2vw, 0.8rem);--fs-base:clamp(0.8rem, 0.75rem + 0.25vw, 0.9rem);--fs-lg:clamp(0.9rem, 0.8rem + 0.5vw, 1rem);--fs-xl:clamp(1rem, 0.9rem + 0.5vw, 1.15rem);--fs-h3:clamp(1.1rem, 1rem + 0.5vw, 1.25rem);--fs-h2:clamp(1.2rem, 1.1rem + 0.5vw, 1.5rem)}.shop-layout{background:linear-gradient(to bottom right,rgb(248 250 252 / .3),rgb(239 246 255 / .2),rgb(250 245 255 / .2));padding:32px 24px}.shop-layout__container{display:grid;grid-template-columns:288px 1fr;gap:32px;max-width:1600px;margin:0 auto;padding-bottom:48px}.shop-layout__sidebar{align-self:start}.shop-layout__sidebar-inner{width:100%;background:linear-gradient(to bottom,rgb(248 250 252 / .5),var(--c-white));border:1px solid var(--c-slate-200);border-radius:12px;box-shadow:var(--shadow-sm);display:flex;flex-direction:column;max-height:calc(100vh - 64px)}.sidebar-header{padding:0;border-bottom:1px solid var(--c-slate-200)}.sidebar-toggle{width:100%;padding:24px;background:linear-gradient(to right,var(--c-blue-50),var(--c-purple-50));border:none;display:flex;justify-content:space-between;align-items:center;cursor:pointer;text-align:left}.sidebar-header__icon-wrapper{display:flex;align-items:center;gap:8px;margin-bottom:0}.sidebar-header__icon{width:20px;height:20px;color:var(--c-blue-600)}.sidebar-header__title{margin:0;font-size:var(--fs-base);font-weight:600;color:var(--c-slate-800)}.sidebar-content{flex:1;min-height:0;overflow-y:auto}.sidebar-search{position:relative;padding:16px 24px}.sidebar-search__icon{position:absolute;left:36px;top:50%;transform:translateY(-50%);width:16px;height:16px;color:var(--c-slate-400);pointer-events:none}.sidebar-search input[type="search"]{width:100%;padding:8px 12px 8px 36px;border:1px solid var(--c-slate-200);background:var(--c-white);color:var(--c-slate-700);border-radius:8px;font-size:var(--fs-base)}.sidebar-nav{padding:16px;display:grid;gap:4px;border-top:1px solid var(--c-slate-200)}.sidebar-nav__link{display:flex;align-items:center;justify-content:space-between;width:100%;text-align:left;padding:12px;border-radius:12px;transition:all 0.2s ease;text-decoration:none;color:var(--c-slate-700);border:none;background:#fff0;cursor:pointer}.sidebar-nav__link:hover{background:linear-gradient(to right,var(--c-blue-50),var(--c-purple-50));box-shadow:var(--shadow-sm)}.sidebar-nav__link.is-active{background:linear-gradient(to right,var(--c-blue-100),var(--c-purple-100));color:var(--c-blue-800);box-shadow:var(--shadow-sm)}.sidebar-nav__name{font-weight:500;font-size:var(--fs-base)}.sidebar-nav__count{padding:2px 8px;border-radius:6px;font-size:var(--fs-xs);background:var(--c-blue-50);color:var(--c-blue-600);border:1px solid var(--c-blue-200);transition:all 0.2s ease}.sidebar-nav__link.is-active .sidebar-nav__count{background:var(--c-white);color:var(--c-blue-700);border-color:var(--c-blue-200)}.shop-header{margin-bottom:32px}.shop-header__banner{position:relative;overflow:hidden;background:linear-gradient(to bottom right,var(--c-blue-50),var(--c-purple-50),#f0f0ff);border-radius:24px;padding:32px;border:1px solid var(--c-blue-100)}.shop-header__banner-bg-shape-1,.shop-header__banner-bg-shape-2{position:absolute;border-radius:50%}.shop-header__banner-bg-shape-1{top:0;right:0;width:256px;height:256px;background:rgb(255 255 255 / .3);transform:translate(128px,-128px)}.shop-header__banner-bg-shape-2{bottom:0;left:0;width:192px;height:192px;background:rgb(219 234 254 / .2);transform:translate(-96px,96px)}.shop-header__banner-content{position:relative;display:flex;justify-content:space-between;align-items:flex-start}.shop-header__title-wrapper{display:flex;align-items:center;gap:12px;margin-bottom:12px}.shop-header__title-icon{width:40px;height:40px;background:rgb(255 255 255 / .6);backdrop-filter:blur(4px);border-radius:12px;display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow-sm)}.shop-header__title-icon svg{width:20px;height:20px;color:var(--c-blue-600)}.shop-header__title{margin:0;font-size:var(--fs-h2);font-weight:700;color:var(--c-slate-800)}.shop-header__subtitle{display:inline-flex;align-items:center;gap:8px;margin:0;color:var(--c-slate-600);font-size:var(--fs-base)}.shop-header__subtitle-badge{display:inline-flex;padding:4px 12px;border-radius:99px;font-weight:600;background:rgb(255 255 255 / .6);backdrop-filter:blur(4px);color:var(--c-blue-700)}.shop-header__subtitle .woocommerce-result-count{margin:0}.shop-header__subtitle-badge.is-category{color:var(--c-purple-600)}.btn.btn--basket{position:relative;background:rgb(255 255 255 / .7);backdrop-filter:blur(4px);border:2px solid var(--c-blue-200);color:var(--c-blue-700);font-weight:500;padding:10px 16px;height:auto;border-radius:12px;display:inline-flex;align-items:center;gap:8px;text-decoration:none;transition:all .2s ease}.btn.btn--basket:hover{border-color:var(--c-blue-300);background:rgb(255 255 255 / .9)}.btn.btn--basket .basket-count{position:absolute;top:-8px;right:-8px;min-width:20px;height:20px;padding:0 6px;border-radius:99px;background:linear-gradient(to right,#ef4444,#ec4899);color:var(--c-white);font-size:var(--fs-xs);display:flex;align-items:center;justify-content:center}.product-list{display:grid;gap:12px}.product-card{position:relative;overflow:hidden;background:linear-gradient(to right,var(--c-white),rgb(248 250 252 / .3));border:1px solid var(--c-slate-200);border-radius:16px;transition:all 0.3s ease}.product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg),var(--shadow-blue-glow)}.product-card__overlay{position:absolute;inset:0;background:linear-gradient(to right,rgb(239 246 255 / .3),rgb(250 245 255 / .3));opacity:0;transition:opacity 0.3s ease;pointer-events:none}.product-card:hover .product-card__overlay{opacity:1}.product-card__inner{position:relative;display:flex;align-items:center;justify-content:space-between;padding:24px;gap:20px}.product-card__left{display:flex;align-items:center;gap:20px;min-width:0;flex:1 1 auto}.product-card__icon{width:56px;height:56px;flex-shrink:0;border-radius:16px;display:flex;align-items:center;justify-content:center;background:linear-gradient(to bottom right,var(--c-blue-100),var(--c-purple-100));box-shadow:var(--shadow-sm);transition:all 0.3s ease}.product-card:hover .product-card__icon{transform:scale(1.05);box-shadow:var(--shadow-md)}.product-card__meta{min-width:0}.product-card__title{margin:0 0 8px;font-size:var(--fs-lg);font-weight:600;color:var(--c-slate-800);line-height:1.4}.product-card__title a{color:inherit;text-decoration:none;transition:color 0.2s ease}.product-card__title a:hover{color:var(--c-blue-600)}.product-card__meta-line{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.product-card__category{font-size:var(--fs-sm);font-weight:500;color:var(--c-slate-600)}.badge{display:inline-flex;align-items:center;padding:4px 12px;border-radius:99px;font-size:var(--fs-xs);font-weight:500;border:1px solid #fff0}.badge--cert{background:linear-gradient(to right,var(--c-blue-50),var(--c-purple-50));border-color:var(--c-blue-200);color:var(--c-blue-700)}.badge--format{font-size:var(--fs-sm);color:var(--c-slate-600);background:var(--c-slate-100);border-color:var(--c-slate-200)}.badge--discount{background:linear-gradient(to right,var(--c-green-100),var(--c-emerald-100));color:var(--c-green-700);border-color:var(--c-green-200);font-size:var(--fs-xs);padding:2px 8px}.product-card .product-card__right{display:flex!important;flex-direction:row!important;align-items:center!important;flex-wrap:nowrap!important;gap:8px!important;flex-shrink:0}.product-card .product-card__right>*{width:auto!important;flex-shrink:0!important}.product-card .product-card__price{text-align:right}.product-card .product-card__price-was-wrapper{display:flex;align-items:center;justify-content:flex-end;gap:8px;margin-bottom:4px}.product-card .price-was,.product-card .price-was .woocommerce-Price-amount.amount{text-decoration:line-through;color:var(--c-slate-400);font-size:var(--fs-sm)}.product-card .product-card__price-now,.product-card .product-card__price-now .woocommerce-Price-amount.amount{font-size:var(--fs-h2);font-weight:700;background:linear-gradient(to right,var(--c-blue-600),var(--c-purple-600));-webkit-background-clip:text;background-clip:text;color:#fff0}.product-card .product-card__price-now ins{text-decoration:none}.product-card .product-card__price-now del{display:none}.product-card .product-card__right .btn,.product-card .product-card__right .button.add_to_cart_button{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;padding:0 1rem!important;height:48px!important;min-width:150px;border-radius:12px!important;font-weight:600!important;font-size:var(--fs-base)!important;line-height:1!important;box-sizing:border-box!important;text-decoration:none!important;border:2px solid transparent!important;transition:all 0.3s ease!important;transform-origin:center!important}.product-card .product-card__right .btn:hover,.product-card .product-card__right .button.add_to_cart_button:hover{transform:scale(1.05)!important;box-shadow:var(--shadow-md)!important}.product-card .product-card__right .btn--details{background-color:transparent!important;border-color:var(--c-slate-200)!important;color:var(--c-slate-700)!important}.product-card .product-card__right .btn--details:hover{border-color:var(--c-blue-300)!important;background:linear-gradient(to right,var(--c-blue-50),var(--c-purple-50))!important}.product-card .product-card__right .add_to_cart_button.ajax_add_to_cart{background:linear-gradient(to right,var(--c-blue-50),var(--c-purple-50))!important;border-color:var(--c-blue-200)!important;color:var(--c-blue-700)!important;position:relative!important;top:6px!important}.product-card .product-card__right .add_to_cart_button.ajax_add_to_cart:hover{border-color:var(--c-blue-300)!important}.product-card .product-card__right .add_to_cart_button.ajax_add_to_cart.added{background:linear-gradient(to right,#4ade80,#22c55e)!important;border-color:transparent!important;color:var(--c-white)!important}.product-card .product-card__right .added_to_cart.wc-forward{display:none!important}.product-category-group{margin-bottom:48px}.product-category-group:last-of-type{margin-bottom:0}.product-category-title{font-size:var(--fs-h2);font-weight:700;color:var(--c-slate-800);margin-bottom:24px;padding-bottom:16px;border-bottom:1px solid var(--c-slate-200)}.shop-pagination-wrapper{margin-top:48px;display:flex;justify-content:center}.shop-pagination-wrapper .woocommerce-pagination{padding:12px;background:rgb(255 255 255 / .8);backdrop-filter:blur(4px);border:1px solid var(--c-slate-200);border-radius:16px;box-shadow:var(--shadow-sm)}.woocommerce-no-products-found-wrapper{text-align:center;padding:48px;margin:32px auto;max-width:448px;background:rgb(255 255 255 / .8);backdrop-filter:blur(4px);border:1px solid var(--c-slate-200);border-radius:24px;box-shadow:var(--shadow-sm)}.woocommerce-no-products-found-wrapper .icon-wrapper{width:64px;height:64px;background:linear-gradient(to bottom right,var(--c-blue-100),var(--c-purple-100));border-radius:16px;display:flex;align-items:center;justify-content:center;margin:0 auto 24px}.woocommerce-no-products-found-wrapper .icon-wrapper svg{width:32px;height:32px;color:var(--c-blue-600)}.woocommerce-no-products-found-wrapper h3{font-size:var(--fs-xl);font-weight:600;color:var(--c-slate-800);margin-bottom:8px}.woocommerce-no-products-found-wrapper p{color:var(--c-slate-600);margin:0;font-size:var(--fs-base)}body.post-type-archive-product .shop-page-title,body.tax-product_cat .shop-page-title,body.post-type-archive-product .page-title,body.tax-product_cat .page-title{display:none!important}body.post-type-archive-product,body.tax-product_cat{background:linear-gradient(to bottom right,rgb(248 250 252 / .3),rgb(239 246 255 / .2),rgb(250 245 255 / .2))}@media (max-width:1024px){.shop-layout__container{grid-template-columns:1fr}.shop-layout__sidebar{max-height:none}.sidebar-toggle{border-radius:0}.sidebar-toggle__icon{color:var(--c-slate-600);transition:transform 0.3s ease}.sidebar-content{transition:max-height 0.4s ease,padding 0.4s ease,border-top-width 0.4s ease;overflow:hidden;max-height:0;padding-top:0;padding-bottom:0;border-top:none}.shop-layout__sidebar-inner.is-open .sidebar-content{max-height:1000px;border-top:1px solid var(--c-slate-200);overflow-y:auto}.shop-layout__sidebar-inner.is-open .sidebar-toggle__icon{transform:rotate(180deg)}.shop-layout__sidebar-inner:not(.is-open) .sidebar-content>*{visibility:hidden}}@media (max-width:768px){.shop-layout{padding:16px}.shop-header__banner{padding:24px}.shop-header__banner-content{flex-direction:column;gap:24px}.product-card__inner{flex-direction:column;align-items:flex-start;gap:16px;padding:16px}.product-card .product-card__right{flex-direction:row!important;flex-wrap:wrap!important;align-items:center!important;width:100%;gap:16px!important}.product-card .product-card__price{text-align:left;flex-grow:1}.product-card .product-card__right .btn,.product-card .product-card__right .button.add_to_cart_button{flex-grow:1;justify-content:center;min-width:0}.product-card .product-card__title{white-space:normal}}.exam-frontstack{font-family:'Inter',system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;color:var(--c-slate-700);padding:0 clamp(1rem, 4vw, 4rem) clamp(2rem, 4vw, 4.5rem);background:linear-gradient(180deg,rgb(255 255 255 / .95) 0%,rgb(251 247 255 / .8) 40%,rgb(255 255 255) 100%)}.exam-frontstack section{margin-bottom:clamp(2.5rem, 6vw, 5rem)}.exam-frontstack section>*:not(.hero-background){max-width:min(1080px, 90vw);margin-left:auto;margin-right:auto}.exam-frontstack .eyebrow{text-transform:uppercase;letter-spacing:.2em;font-weight:600;color:var(--c-blue-600);font-size:.72rem;margin-bottom:.5rem}.exam-frontstack h1,.exam-frontstack h2,.exam-frontstack h3{margin:0 0 1rem;color:var(--c-slate-800);line-height:1.2}.exam-frontstack h1{font-size:clamp(2.1rem, 4vw, 3rem)}.exam-frontstack h2{font-size:clamp(1.5rem, 2.5vw, 2.1rem)}.exam-frontstack p.lead{font-size:1.1rem;max-width:640px;color:var(--c-slate-600)}.exam-frontstack .button{display:inline-flex;align-items:center;justify-content:center;gap:.35rem;border-radius:40px;font-weight:600;padding:.85rem 1.8rem;text-decoration:none;transition:transform 0.2s ease,box-shadow 0.2s ease}.exam-frontstack .button.primary{background:linear-gradient(110deg,#f54786,#eb3d57,#ec4e27);color:#fff;box-shadow:0 12px 28px rgb(236 78 39 / .35)}.exam-frontstack .button.ghost{border:1px solid rgb(228 64 80 / .2);color:var(--c-slate-700);background:rgb(255 255 255 / .9);backdrop-filter:blur(4px)}.exam-frontstack .button.cta-main{background:linear-gradient(135deg,#e85a71,#e8446a,#f97316);color:#fff;box-shadow:0 8px 20px rgb(232 90 113 / .3);position:relative;overflow:hidden;animation:cta-pulse 3s ease-in-out infinite}.exam-frontstack .button.cta-main::before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgb(255 255 255 / .2),transparent);animation:cta-shine 4s ease-in-out infinite}@keyframes cta-pulse{0%,100%{transform:scale(1);box-shadow:0 8px 20px rgb(232 90 113 / .3)}50%{transform:scale(1.015);box-shadow:0 10px 26px rgb(232 90 113 / .4)}}@keyframes cta-shine{0%{left:-100%}60%,100%{left:100%}}.exam-frontstack .button.cta-main:hover{animation:none;transform:translateY(-2px);box-shadow:0 12px 28px rgb(232 90 113 / .45)}.exam-frontstack .button:hover{transform:translateY(-2px);box-shadow:0 10px 22px rgb(234 71 65 / .25)}.exam-frontstack .button.disabled{opacity:.5;pointer-events:none}.exam-hero{max-width:1240px;margin:0 auto;padding-top:clamp(1rem, 2vw, 2rem)}.hero-card{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:clamp(1.5rem, 3vw, 3.5rem);background:#fff;border-radius:34px;padding:clamp(1.5rem, 4vw, 3rem);box-shadow:0 45px 85px rgb(234 72 107 / .25);border:1px solid rgb(234 72 107 / .1)}.hero-card__left{display:flex;flex-direction:column}.hero-card__right{display:flex;flex-direction:column;gap:1.25rem}.hero-ctas{display:flex;flex-wrap:wrap;gap:1rem;margin:1rem 0}.hero-value-promo{margin:1.5rem 0 0;padding:1.5rem 1.8rem;border-radius:24px;border:1px solid rgb(234 72 107 / .15);background:#fff;box-shadow:0 20px 30px rgb(0 0 0 / .08);display:flex;align-items:center;gap:1.25rem;text-decoration:none;color:inherit;position:relative;z-index:2;transition:transform 0.2s ease,box-shadow 0.2s ease;cursor:pointer}.hero-value-promo:hover{transform:translateY(-3px);box-shadow:0 30px 45px rgb(0 0 0 / .12)}.hero-value-promo__icon{flex-shrink:0;width:68px;height:68px;display:flex;align-items:center;justify-content:center;background:none;color:#00b67a;font-size:2.8rem;font-weight:700}.hero-value-promo__content{display:flex;flex-direction:column;gap:.35rem}.hero-value-promo__badge{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--c-blue-700);margin:0}.hero-value-promo__trust{display:flex;align-items:center;gap:.5rem;font-weight:700;color:var(--c-slate-700)}.hero-value-promo__trust-score{font-size:1.2rem}.hero-value-promo__trust-stars{color:#f4b400;letter-spacing:.12rem}.hero-value-promo__body{margin:0;color:var(--c-slate-600)}@media (max-width:640px){.hero-value-promo{flex-direction:column;align-items:flex-start}.hero-value-promo__icon{width:56px;height:56px}}.hero-glance{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:.75rem 1.25rem;color:var(--c-slate-600);font-weight:600}.hero-glance li{display:flex;align-items:center;gap:.3rem}.hero-glance li::before{content:"✔";color:var(--c-blue-700);font-size:.85rem}.exam-faq{margin:clamp(2rem, 5vw, 4rem) auto;padding:0 clamp(1rem, 4vw, 3rem);max-width:1100px}.exam-faq header{text-align:center;max-width:720px;margin:0 auto 2rem}.exam-faq header p{margin-bottom:.75rem}.faq-list{display:flex;flex-direction:column;gap:.65rem}.faq-item{border:1px solid rgb(15 23 42 / .12);border-radius:12px;background:rgb(255 255 255 / .8);overflow:hidden;box-shadow:0 6px 20px rgb(15 23 42 / .08)}.faq-item summary{list-style:none;display:flex;align-items:center;gap:.75rem;padding:.9rem 1.2rem;cursor:pointer;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.faq-item summary::-webkit-details-marker{display:none}.faq-plus{font-size:1.1rem;color:var(--c-slate-700)}.faq-item[open] .faq-plus{transform:rotate(45deg)}.faq-item p{padding:0 1.2rem 1rem;margin:0;color:var(--c-slate-600)}.faq-item p a{color:var(--c-blue-700);font-weight:600}.hero-card,.hero-value-promo{max-width:100%}@media (max-width:640px){.hero-card{grid-template-columns:1fr}.hero-card__right{width:100%}.hero-ctas{flex-direction:column}.hero-value-promo{width:100%;flex-direction:column;align-items:flex-start}.faq-item summary{flex-direction:row;align-items:flex-start}}@media (max-width:768px){.vendor-grid{grid-template-columns:1fr;gap:1.25rem;padding-left:.5rem;padding-right:.5rem}.vendor-card{width:100%}}.exam-hero__media{position:relative}.exam-hero__media .media-card{background:rgb(255 255 255 / .96);border-radius:26px;padding:2rem;border:1px solid rgb(230 90 110 / .12);box-shadow:0 30px 55px rgb(234 72 107 / .18);position:relative;min-height:260px}.exam-hero__media::before,.exam-hero__media::after{content:"";position:absolute;inset:10% 5%;border-radius:60px;filter:blur(40px);z-index:0}.exam-hero__media::before{background:rgb(234 72 107 / .35);transform:translate(-5%,-8%)}.exam-hero__media::after{background:rgb(255 98 79 / .25);transform:translate(8%,12%)}.exam-hero__media .media-card{position:relative;z-index:1}.media-card .badge{position:absolute;top:1.5rem;right:1.5rem;background:var(--c-green-100);color:var(--c-green-700)}.media-card--interactive{position:relative;overflow:hidden;border:1px solid rgb(234 72 107 / .18);border-radius:28px;box-shadow:0 25px 55px rgb(234 72 107 / .18);background:#fff;display:flex;flex-direction:column}.media-card--interactive.media-card--compact{border-radius:22px;box-shadow:0 18px 30px rgb(234 72 107 / .15);border-color:rgb(234 72 107 / .12);max-width:480px}.media-card--interactive::before{content:"";position:absolute;inset:-40% -10% 30% -10%;background:radial-gradient(circle at 0% 0%,rgb(255 255 255 / .25),transparent 65%);z-index:0}.media-card__panel{position:relative;z-index:1;padding:1.65rem 2rem}.media-card__panel--cta{background:radial-gradient(circle at 0% 0%,rgb(255 255 255 / .1),transparent 45%),linear-gradient(125deg,#f54786,#ec4e27 65%,#f97316);color:#fff}.media-card--compact .media-card__panel{padding:1.25rem 1.5rem}.media-card--compact .media-card__panel--cta{background:linear-gradient(135deg,#fff5f7,#ffe9e0);color:var(--c-slate-800);border-bottom:1px solid rgb(234 72 107 / .1)}.media-card--compact .media-card__panel--cta::after{display:none}.media-card--interactive .badge{position:static;margin-top:.2rem;background:rgb(255 255 255 / .18);color:#fff;border:1px solid rgb(255 255 255 / .35);flex-shrink:0}.media-card__panel--cta::after{content:"";position:absolute;inset:18% 10% auto 40%;height:120px;background:rgb(255 255 255 / .35);filter:blur(80px);z-index:-1}.media-card__cta-link{display:flex;flex-direction:column;gap:1.2rem;text-decoration:none;color:inherit}.media-card__title-row{display:flex;gap:1rem;align-items:flex-start}.media-card__title-row h3{margin:0 0 .4rem;color:#fff;font-size:clamp(1.25rem, 2vw, 1.5rem)}.media-card--compact .media-card__title-row h3{color:inherit;font-size:1.25rem}.media-card--compact .media-card__title-row p{color:var(--c-slate-600)}.media-card__title-row p{margin:0;color:rgb(255 255 255 / .9)}.media-card__feature-pills{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:.6rem}.media-card__feature-pills li{border-radius:999px;border:1px solid rgb(255 255 255 / .45);padding:.35rem .95rem;font-size:.8rem;font-weight:600;letter-spacing:.02em;background:rgb(255 255 255 / .12)}.media-card--compact .media-card__feature-pills li{border-color:rgb(234 72 107 / .2);background:rgb(255 255 255 / .7);color:var(--c-slate-700);font-weight:500}.media-card__cta-foot{display:inline-flex;align-items:center;gap:.5rem;font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em}.media-card__cta-icon{width:32px;height:32px;border-radius:999px;border:1px solid rgb(255 255 255 / .45);display:inline-flex;align-items:center;justify-content:center;font-size:1rem;transition:transform 0.2s ease,background 0.2s ease}.media-card__cta-link:hover .media-card__cta-icon{transform:translateX(3px);background:rgb(255 255 255 / .18)}.media-card--compact .media-card__cta-foot{font-size:.78rem;color:var(--c-slate-700)}.media-card--compact .media-card__cta-icon{border-color:rgb(234 72 107 / .25);background:rgb(255 255 255 / .8)}.media-card--compact .media-card__cta-link:hover .media-card__cta-icon{background:rgb(234 72 107 / .12)}.badge--pulse{background:rgb(255 255 255 / .2);border:1px solid rgb(255 255 255 / .45);color:#fff;text-transform:uppercase;letter-spacing:.1em;font-size:.7rem;animation:badgePulse 2.4s ease-in-out infinite}.media-card--compact .badge--pulse{background:rgb(234 72 107 / .08);border-color:rgb(234 72 107 / .2);color:var(--c-slate-700)}@keyframes badgePulse{0%,100%{box-shadow:0 0 0 0 rgb(255 255 255 / .5)}50%{box-shadow:0 0 0 6px #fff0}}.media-card__panel--stats{background:#fff;border-top:1px solid rgb(255 255 255 / .4)}.media-card--compact .media-card__panel--stats{border-top-color:rgb(234 72 107 / .08)}.media-card__stat-grid{display:flex;align-items:center;justify-content:space-between;gap:2rem}.media-card__stat{text-align:center}.media-card__stat .stat-label{font-size:.68rem;letter-spacing:.08em;text-transform:uppercase;color:var(--c-slate-500);margin:0 0 .35rem;white-space:nowrap}.media-card__stat .stat-value{margin:0;font-size:clamp(1.6rem, 3vw, 2rem);font-weight:800;color:var(--c-slate-800)}.media-card__assurance{margin:0;color:var(--c-slate-600);font-size:.95rem;line-height:1.5;max-width:260px}.media-card__assurance a{color:#f54786;font-weight:700}@media (max-width:768px){.media-card__stat-grid{flex-direction:column;align-items:flex-start;gap:1rem}}.media-stats{display:grid;grid-template-columns:repeat(2,minmax(120px,1fr));margin-top:1.5rem;gap:1rem}.media-stats .stat-label{font-size:.8rem;color:var(--c-slate-500);margin-bottom:.25rem}.media-stats .stat-value{font-size:1.5rem;font-weight:700}.exam-grid header{text-align:center;max-width:760px;margin:0 auto 2.5rem}.exam-grid .grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem}.exam-grid article{background:rgb(255 255 255 / .93);border-radius:22px;padding:1.8rem;border:1px solid rgb(234 72 107 / .08);box-shadow:0 16px 32px rgb(15 23 42 / .08);min-height:190px;transition:transform 0.2s ease,box-shadow 0.2s ease}.exam-grid article:hover{transform:translateY(-4px);box-shadow:0 24px 42px rgb(15 23 42 / .12)}.exam-products header{text-align:center;margin-bottom:2rem}.product-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem}.exam-top-vendors header{text-align:center;margin-bottom:2rem}.vendor-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:2rem;max-width:1200px;margin-left:auto;margin-right:auto}.vendor-card{background:#fff;border-radius:22px;padding:1.8rem;border:1px solid rgb(0 0 0 / .05);box-shadow:0 12px 24px rgb(0 0 0 / .06)}.vendor-card__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.vendor-card__header a,.vendor-card__cta{text-decoration:none;color:inherit;position:relative;padding-bottom:4px;transition:color 0.2s ease}.vendor-card__header a::after{content:"";position:absolute;left:0;bottom:0;width:100%;height:2px;background:linear-gradient(120deg,#f54786,#ec4e27);transform-origin:left;transform:scaleX(0);transition:transform 0.2s ease}.vendor-card__header a:hover,.vendor-card__cta:hover{color:#ec4e27}.vendor-card__header a:hover::after,.vendor-card__cta:hover::after{transform:scaleX(1)}.vendor-card__products{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem;color:var(--c-slate-600);font-size:.95rem}.vendor-card__products li{white-space:normal;text-overflow:initial}.vendor-card__products a{text-decoration:none;color:inherit;position:relative;padding-bottom:3px;transition:color 0.2s ease}.vendor-card__products a:hover{color:#ec4e27}.vendor-card__products a::after{content:"";position:absolute;left:0;bottom:0;width:100%;height:2px;background:linear-gradient(120deg,#f54786,#ec4e27);transform-origin:left;transform:scaleX(0);transition:transform 0.2s ease}.vendor-card__products a:hover::after{transform:scaleX(1)}.vendor-card__empty{color:var(--c-slate-500);font-size:.9rem}.exam-cta{max-width:1180px;margin:0 auto;text-align:center;background:linear-gradient(110deg,#f54786,#eb3d57);border-radius:2.2rem;padding:clamp(2rem, 5vw, 4rem);border:none;color:#fff;box-shadow:0 45px 70px rgb(234 72 107 / .35)}.exam-cta h2,.exam-cta p{color:#fff}.exam-cta .button.ghost{color:#fff;border:1px solid rgb(255 255 255 / .35);background:#fff0}.exam-cta p{max-width:620px;margin:0 auto 1.5rem;color:var(--c-slate-600)}@media (max-width:600px){.exam-frontstack{padding:1.5rem}.hero-ctas{flex-direction:column}.hero-glance{flex-direction:column}}.hero-card,.hero-value-promo{max-width:100%}@media (max-width:640px){.hero-card{grid-template-columns:1fr}.hero-card__right{width:100%}.hero-ctas{flex-direction:column}.hero-value-promo{width:100%;flex-direction:column;align-items:flex-start}.faq-item summary{flex-direction:row;align-items:flex-start}.vendor-grid{grid-template-columns:1fr}}@media (max-width:768px){.media-card--interactive{display:none}}