:where(.hero-fullscreen){position:relative;min-height:var(--hero-min-height, 100vh);display:flex;align-items:center;overflow:hidden}:where(.hero-fullscreen--compact){min-height:340px}:where(.hero-fullscreen__bg){position:absolute;inset:0;background-size:cover;background-position:center;z-index:0}:where(.hero-fullscreen__overlay){position:absolute;inset:0;background:#000000a6;z-index:1}:where(.hero-fullscreen--compact .hero-fullscreen__overlay){background:#000000b3}:where(.hero-fullscreen__content){position:relative;z-index:2;padding:10rem 0 8rem;max-width:820px;text-align:var(--hero-text-align, left)}:where(.hero-fullscreen--compact .hero-fullscreen__content){padding:6rem 0 4rem;text-align:center;max-width:640px;margin:0 auto}:where(.hero-fullscreen__breadcrumb){display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#ffffff73;margin-bottom:1.25rem;justify-content:center}:where(.hero-fullscreen__breadcrumb a){color:#ffffff8c;text-decoration:none;transition:color var(--transition-fast)}:where(.hero-fullscreen__breadcrumb a:hover){color:#ffffffe6}:where(.hero-fullscreen__title){font-size:clamp(3rem,8vw,6rem);font-weight:400;color:var(--color-text-inverse);line-height:1.05;margin-bottom:1.5rem;letter-spacing:-.01em}:where(.hero-fullscreen--compact .hero-fullscreen__title){font-size:clamp(2.25rem,5vw,3.5rem);margin-bottom:.75rem}:where(.hero-fullscreen__subtitle){font-size:clamp(1.0625rem,2.5vw,1.3125rem);color:#ffffffbf;line-height:1.7;margin-bottom:2.5rem;max-width:540px;font-weight:400}:where(.hero-fullscreen--compact .hero-fullscreen__subtitle){margin-left:auto;margin-right:auto;margin-bottom:0}:where(.hero-fullscreen__actions){display:flex;gap:1rem;flex-wrap:wrap}:where(.hero-fullscreen--compact .hero-fullscreen__actions){justify-content:center}:where(.hero-fullscreen__scroll){position:absolute;bottom:2.5rem;left:50%;transform:translate(-50%);z-index:2;color:#ffffff80;animation:scroll-hint 2s ease-in-out infinite}@media(max-width:768px){:where(.hero-fullscreen){min-height:100svh}:where(.hero-fullscreen--compact){min-height:280px}:where(.hero-fullscreen__content){padding:8rem 0 6rem}:where(.hero-fullscreen--compact .hero-fullscreen__content){padding:5rem 0 3.5rem}:where(.hero-fullscreen__actions){flex-direction:column;align-items:flex-start}:where(.hero-fullscreen--compact .hero-fullscreen__actions){align-items:center}:where(.hero-fullscreen__scroll){bottom:1.5rem}}:where(.hero-split){display:grid;grid-template-columns:1fr 1fr;min-height:var(--hero-min-height, 100vh);overflow:hidden}:where(.hero-split--compact){min-height:400px}:where(.hero-split__text){display:flex;align-items:center;padding:8rem 2rem 6rem;background:var(--color-bg)}:where(.hero-split__text-inner){max-width:560px;margin-left:auto;padding-right:3rem}:where(.hero-split__breadcrumb){display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:var(--color-text-light);margin-bottom:1.25rem}:where(.hero-split__breadcrumb a){color:var(--color-text-light);text-decoration:none;transition:color var(--transition-fast)}:where(.hero-split__breadcrumb a:hover){color:var(--color-primary)}:where(.hero-split__title){font-size:clamp(2.5rem,5vw,4.5rem);font-weight:400;color:var(--color-text);line-height:1.08;margin-bottom:1.25rem;letter-spacing:-.01em}:where(.hero-split--compact .hero-split__title){font-size:clamp(2rem,4vw,3rem)}:where(.hero-split__subtitle){font-size:clamp(1rem,2vw,1.1875rem);color:var(--color-text-light);line-height:1.7;margin-bottom:2.5rem;max-width:460px}:where(.hero-split__actions){display:flex;gap:1rem;flex-wrap:wrap}:where(.hero-split__image){position:relative;overflow:hidden}:where(.hero-split__image img){width:100%;height:100%;object-fit:cover;border-radius:0 0 0 var(--border-radius-xl)}@media(max-width:768px){:where(.hero-split){grid-template-columns:1fr;min-height:auto}:where(.hero-split__image){order:-1;height:50vw;min-height:240px;max-height:400px}:where(.hero-split__image img){border-radius:0}:where(.hero-split__text){padding:3rem 1.5rem 4rem}:where(.hero-split__text-inner){max-width:100%;margin-left:0;padding-right:0}:where(.hero-split__actions){flex-direction:column;align-items:flex-start}}:where(.hero-minimal){position:relative;min-height:70vh;display:flex;align-items:center;background:var(--color-primary);overflow:hidden}:where(.hero-minimal--compact){min-height:320px}:where(.hero-minimal__content){position:relative;z-index:1;padding:10rem 0 8rem;max-width:900px;text-align:center;margin:0 auto}:where(.hero-minimal--compact .hero-minimal__content){padding:6rem 0 4rem}:where(.hero-minimal__breadcrumb){display:flex;align-items:center;justify-content:center;gap:.5rem;font-size:.875rem;color:#ffffff73;margin-bottom:1.25rem}:where(.hero-minimal__breadcrumb a){color:#ffffff8c;text-decoration:none;transition:color var(--transition-fast)}:where(.hero-minimal__breadcrumb a:hover){color:#ffffffe6}:where(.hero-minimal__title){font-size:clamp(3.5rem,10vw,7rem);font-weight:400;color:var(--color-text-inverse);line-height:1;margin-bottom:1.5rem;letter-spacing:-.02em}:where(.hero-minimal--compact .hero-minimal__title){font-size:clamp(2.25rem,5vw,3.5rem);margin-bottom:.75rem}:where(.hero-minimal__subtitle){font-size:clamp(1rem,2vw,1.25rem);color:#ffffffb3;line-height:1.7;margin-bottom:2.5rem;max-width:500px;margin-left:auto;margin-right:auto}:where(.hero-minimal--compact .hero-minimal__subtitle){margin-bottom:0}:where(.hero-minimal__actions){display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}:where(.hero-minimal .btn-primary){background-color:var(--color-text-inverse);color:var(--color-primary)}:where(.hero-minimal .btn-primary:hover){background-color:#ffffffe6;color:var(--color-primary);transform:translateY(-2px);box-shadow:0 8px 24px #0003}@media(max-width:768px){:where(.hero-minimal){min-height:60vh}:where(.hero-minimal--compact){min-height:260px}:where(.hero-minimal__content){padding:8rem 0 6rem}:where(.hero-minimal--compact .hero-minimal__content){padding:5rem 0 3.5rem}}:where(.hero-gradient){position:relative;min-height:var(--hero-min-height, 100vh);display:flex;align-items:center;overflow:hidden;background:var(--color-primary-dark, var(--color-primary))}:where(.hero-gradient--compact){min-height:340px}:where(.hero-gradient__bg){position:absolute;inset:0;overflow:hidden;background:radial-gradient(ellipse at 20% 50%,var(--color-primary) 0%,transparent 60%),radial-gradient(ellipse at 80% 20%,var(--color-secondary) 0%,transparent 50%),radial-gradient(ellipse at 50% 80%,var(--color-accent) 0%,transparent 50%),var(--color-primary-dark, var(--color-primary));animation:hero-gradient-shift 12s ease-in-out infinite alternate}@keyframes hero-gradient-shift{0%{filter:hue-rotate(0deg) brightness(1)}50%{filter:hue-rotate(5deg) brightness(1.05)}to{filter:hue-rotate(-5deg) brightness(.95)}}:where(.hero-gradient__shape){position:absolute;border-radius:50%;opacity:.08;animation:hero-gradient-float 20s ease-in-out infinite}:where(.hero-gradient__shape--1){width:600px;height:600px;top:-200px;right:-100px;background:var(--color-secondary);animation-delay:0s}:where(.hero-gradient__shape--2){width:400px;height:400px;bottom:-150px;left:-100px;background:var(--color-accent);animation-delay:-7s}:where(.hero-gradient__shape--3){width:300px;height:300px;top:50%;left:50%;transform:translate(-50%,-50%);background:var(--color-text-inverse);animation-delay:-14s}@keyframes hero-gradient-float{0%,to{transform:translate(0) scale(1)}25%{transform:translate(30px,-20px) scale(1.05)}50%{transform:translate(-20px,30px) scale(.95)}75%{transform:translate(20px,20px) scale(1.02)}}:where(.hero-gradient__shape--3){animation-name:hero-gradient-float-center}@keyframes hero-gradient-float-center{0%,to{transform:translate(-50%,-50%) scale(1)}25%{transform:translate(-50%,-50%) scale(1.1)}50%{transform:translate(-50%,-50%) scale(.9)}75%{transform:translate(-50%,-50%) scale(1.05)}}:where(.hero-gradient__content){position:relative;z-index:2;padding:10rem 0 8rem;max-width:820px;text-align:center;margin:0 auto}:where(.hero-gradient--compact .hero-gradient__content){padding:6rem 0 4rem}:where(.hero-gradient__breadcrumb){display:flex;align-items:center;justify-content:center;gap:.5rem;font-size:.875rem;color:#ffffff73;margin-bottom:1.25rem}:where(.hero-gradient__breadcrumb a){color:#ffffff8c;text-decoration:none;transition:color var(--transition-fast)}:where(.hero-gradient__breadcrumb a:hover){color:#ffffffe6}:where(.hero-gradient__title){font-size:clamp(3rem,8vw,6rem);font-weight:400;color:var(--color-text-inverse);line-height:1.05;margin-bottom:1.5rem;letter-spacing:-.01em}:where(.hero-gradient--compact .hero-gradient__title){font-size:clamp(2.25rem,5vw,3.5rem);margin-bottom:.75rem}:where(.hero-gradient__subtitle){font-size:clamp(1.0625rem,2.5vw,1.3125rem);color:#ffffffbf;line-height:1.7;margin-bottom:2.5rem;max-width:540px;margin-left:auto;margin-right:auto;font-weight:400}:where(.hero-gradient--compact .hero-gradient__subtitle){margin-bottom:0}:where(.hero-gradient__actions){display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}:where(.hero-gradient__cta){background-color:var(--color-text-inverse);color:var(--color-primary)}:where(.hero-gradient__cta:hover){background-color:#ffffffe6;color:var(--color-primary);transform:translateY(-2px);box-shadow:0 8px 24px #0003}@media(max-width:768px){:where(.hero-gradient){min-height:100svh}:where(.hero-gradient--compact){min-height:280px}:where(.hero-gradient__content){padding:8rem 0 6rem}:where(.hero-gradient--compact .hero-gradient__content){padding:5rem 0 3.5rem}:where(.hero-gradient__actions){flex-direction:column;align-items:center}}@media(prefers-reduced-motion:reduce){:where(.hero-gradient__bg){animation:none}:where(.hero-gradient__shape){animation:none}}:where(.hero-parallax){position:relative;min-height:var(--hero-min-height, 100vh);display:flex;align-items:flex-end;overflow:hidden}:where(.hero-parallax--compact){min-height:380px;align-items:center}:where(.hero-parallax__layer){position:absolute;inset:0}:where(.hero-parallax__layer--back){background-size:cover;background-position:center;background-attachment:fixed;z-index:0}:where(.hero-parallax__layer--mid){background:linear-gradient(135deg,color-mix(in srgb,var(--color-primary) 30%,transparent) 0%,transparent 50%,color-mix(in srgb,var(--color-secondary) 20%,transparent) 100%);background-attachment:fixed;z-index:1}:where(.hero-parallax__layer--overlay){background:linear-gradient(to top,#000000d9,#0006 40%,#0003);z-index:2}:where(.hero-parallax__content){position:relative;z-index:3;padding:0 0 6rem;max-width:700px;text-align:left}:where(.hero-parallax--compact .hero-parallax__content){padding:6rem 0 4rem;text-align:center;max-width:640px;margin:0 auto}:where(.hero-parallax__breadcrumb){display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#ffffff73;margin-bottom:1.25rem;justify-content:center}:where(.hero-parallax__breadcrumb a){color:#ffffff8c;text-decoration:none;transition:color var(--transition-fast)}:where(.hero-parallax__breadcrumb a:hover){color:#ffffffe6}:where(.hero-parallax__title){font-size:clamp(3rem,8vw,5.5rem);font-weight:400;color:var(--color-text-inverse);line-height:1.05;margin-bottom:1.25rem;letter-spacing:-.01em}:where(.hero-parallax--compact .hero-parallax__title){font-size:clamp(2.25rem,5vw,3.5rem);margin-bottom:.75rem}:where(.hero-parallax__subtitle){font-size:clamp(1.0625rem,2.5vw,1.25rem);color:#ffffffb3;line-height:1.7;margin-bottom:2.5rem;max-width:480px;font-weight:400}:where(.hero-parallax--compact .hero-parallax__subtitle){margin-left:auto;margin-right:auto;margin-bottom:0}:where(.hero-parallax__actions){display:flex;gap:1rem;flex-wrap:wrap}:where(.hero-parallax--compact .hero-parallax__actions){justify-content:center}@media(max-width:768px){:where(.hero-parallax){min-height:100svh}:where(.hero-parallax--compact){min-height:280px}:where(.hero-parallax__layer--back){background-attachment:scroll}:where(.hero-parallax__layer--mid){background-attachment:scroll}:where(.hero-parallax__content){padding:0 0 4rem}:where(.hero-parallax--compact .hero-parallax__content){padding:5rem 0 3.5rem}:where(.hero-parallax__actions){flex-direction:column;align-items:flex-start}:where(.hero-parallax--compact .hero-parallax__actions){align-items:center}}:where(.features-grid){display:grid;grid-template-columns:repeat(var(--grid-columns, 3),1fr);gap:2rem}@media(max-width:768px){:where(.features-grid){grid-template-columns:1fr;gap:1.5rem}}:where(.features-grid__card){text-align:center;padding:3rem 2.5rem;border-radius:var(--border-radius-xl);background:var(--color-surface);border:1px solid var(--color-border-light);transition:all var(--transition-base)}:where(.features-grid__card:hover){box-shadow:var(--shadow-card-hover);transform:translateY(-6px)}:where(.features-grid__icon){display:inline-flex;align-items:center;justify-content:center;width:72px;height:72px;border-radius:50%;background:color-mix(in srgb,var(--color-primary) 8%,transparent);color:var(--color-primary);margin-bottom:1.75rem}:where(.features-grid__title){font-size:1.375rem;font-weight:400;margin-bottom:.75rem}:where(.features-grid__description){font-size:.9375rem;color:var(--color-text-light);line-height:1.7}:where(.features-alt__list){display:flex;flex-direction:column;gap:4rem}:where(.features-alt__item){display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}:where(.features-alt__item:nth-child(2n) .features-alt__image){order:2}:where(.features-alt__item:nth-child(2n) .features-alt__text){order:1}:where(.features-alt__image){overflow:hidden;border-radius:var(--border-radius-xl);aspect-ratio:4 / 3}:where(.features-alt__image img){width:100%;height:100%;object-fit:cover;transition:transform var(--transition-slow)}:where(.features-alt__item:hover .features-alt__image img){transform:scale(1.05)}:where(.features-alt__text){padding:1rem 0}:where(.features-alt__icon){display:inline-flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:50%;background:color-mix(in srgb,var(--color-primary) 8%,transparent);color:var(--color-primary);margin-bottom:1.5rem}:where(.features-alt__title){font-size:clamp(1.5rem,3vw,2rem);font-weight:400;margin-bottom:1rem;letter-spacing:-.01em}:where(.features-alt__description){font-size:1.0625rem;color:var(--color-text-light);line-height:1.75;max-width:460px}@media(max-width:768px){:where(.features-alt__item),:where(.features-alt__item--reversed){grid-template-columns:1fr;gap:1.5rem;direction:ltr}:where(.features-alt__text){padding:0}}:where(.features-list){max-width:760px;margin:0 auto;display:flex;flex-direction:column}:where(.features-list__item){display:flex;gap:2.5rem;align-items:flex-start;padding:2.5rem 0;border-bottom:1px solid var(--color-border-light);transition:all var(--transition-base)}:where(.features-list__item:first-child){border-top:1px solid var(--color-border-light)}:where(.features-list__item:hover){padding-left:1rem}:where(.features-list__number){font-family:var(--font-heading);font-size:clamp(2.5rem,5vw,3.5rem);font-weight:400;line-height:1;color:color-mix(in srgb,var(--color-primary) 20%,transparent);flex-shrink:0;min-width:80px;letter-spacing:-.02em}:where(.features-list__item:hover .features-list__number){color:var(--color-primary)}:where(.features-list__content){padding-top:.5rem}:where(.features-list__title){font-size:1.375rem;font-weight:400;margin-bottom:.75rem;letter-spacing:-.01em}:where(.features-list__description){font-size:1rem;color:var(--color-text-light);line-height:1.75;max-width:500px}@media(max-width:640px){:where(.features-list__item){gap:1.5rem}:where(.features-list__number){min-width:50px}}:where(.pricing-cards-grid){display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;align-items:stretch}@media(max-width:640px){:where(.pricing-cards-grid){grid-template-columns:1fr}}:where(.sr-only){position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}:where(.pricing-table-wrap){overflow-x:auto;-webkit-overflow-scrolling:touch;border-radius:var(--border-radius-xl);border:1px solid var(--color-border-light);background:var(--color-surface)}:where(.pricing-table){width:100%;border-collapse:collapse;text-align:center;min-width:600px}:where(.pricing-table__feature-header){width:30%;text-align:left}:where(.pricing-table__plan-header){padding:2rem 1.5rem;vertical-align:bottom;border-bottom:1px solid var(--color-border-light);position:relative}:where(.pricing-table__plan-header--featured){background:color-mix(in srgb,var(--color-primary) 4%,transparent)}:where(.pricing-table__popular){display:inline-block;background:var(--color-primary);color:var(--color-text-inverse);font-family:var(--font-sans);font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;padding:.25rem .875rem;border-radius:100px;margin-bottom:.75rem}:where(.pricing-table__plan-name){display:block;font-family:var(--font-heading);font-size:1.375rem;font-weight:400;color:var(--color-text);margin-bottom:.5rem}:where(.pricing-table__plan-price){display:flex;align-items:baseline;justify-content:center;gap:.125rem;margin-bottom:.5rem}:where(.pricing-table__symbol){font-size:1.125rem;font-weight:700;color:var(--color-text)}:where(.pricing-table__amount){font-family:var(--font-heading);font-size:2.5rem;font-weight:400;line-height:1;color:var(--color-text)}:where(.pricing-table__period){font-size:.8125rem;color:var(--color-text-light)}:where(.pricing-table__plan-desc){display:block;font-size:.8125rem;color:var(--color-text-light)}:where(.pricing-table__feature-name){text-align:left;padding:1rem 1.5rem;font-size:.9375rem;color:var(--color-text);border-bottom:1px solid var(--color-border-light)}:where(.pricing-table__cell){padding:1rem 1.5rem;border-bottom:1px solid var(--color-border-light)}:where(.pricing-table__cell--featured){background:color-mix(in srgb,var(--color-primary) 4%,transparent)}:where(.pricing-table__dash){color:var(--color-border)}:where(.pricing-table__cta-cell){padding:1.5rem}:where(.pricing-table__cta-cell--featured){background:color-mix(in srgb,var(--color-primary) 4%,transparent)}:where(.pricing-table__cta-cell .btn){width:100%}@media(max-width:768px){:where(.pricing-table-wrap){margin-left:-1.5rem;margin-right:-1.5rem;border-radius:0;border-left:none;border-right:none}}:where(.card-elevated){display:flex;flex-direction:column;height:100%;background:var(--color-surface);border-radius:var(--border-radius-lg);box-shadow:var(--shadow-md);overflow:hidden;transition:all var(--transition-base);border:1px solid var(--color-border-light)}:where(.card-elevated:hover){box-shadow:var(--shadow-card-hover);transform:translateY(-6px)}:where(.card-elevated__image){position:relative;aspect-ratio:3 / 2;overflow:hidden;background:var(--color-bg-alt)}:where(.card-elevated__image img){width:100%;height:100%;object-fit:cover;transition:transform var(--transition-slow)}:where(.card-elevated:hover .card-elevated__image img){transform:scale(1.08)}:where(.card-elevated__image-overlay){position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.55) 0%,transparent 50%);transition:opacity var(--transition-base)}:where(.card-elevated__badge){position:absolute;top:1rem;right:1rem}:where(.card-elevated__name-overlay){position:absolute;bottom:0;left:0;right:0;padding:1.25rem 1.5rem;z-index:1}:where(.card-elevated__name){font-size:1.375rem;font-weight:400;color:var(--color-text-inverse);margin-bottom:.125rem}:where(.card-elevated__surface){font-size:.8125rem;color:#ffffffa6;font-weight:500}:where(.card-elevated__body){padding:1.25rem 1.5rem 1.5rem;flex-grow:1;display:flex;flex-direction:column}:where(.card-elevated__features){list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:.5rem}:where(.card-elevated__features li){display:inline-flex;align-items:center;gap:.375rem;font-size:.8125rem;color:var(--color-text-light);padding:.3125rem .75rem;background:var(--color-bg-alt);border-radius:100px}:where(.card-bordered){display:flex;flex-direction:column;height:100%;background:var(--color-surface);border-radius:var(--border-radius-lg);border:2px solid var(--color-border);overflow:hidden;transition:all var(--transition-base);position:relative}:where(.card-bordered__accent){position:absolute;top:0;left:0;bottom:0;width:4px;background:var(--color-accent, var(--color-primary));z-index:1;border-radius:var(--border-radius-lg) 0 0 var(--border-radius-lg)}:where(.card-bordered:hover){border-color:var(--color-primary);transform:translateY(-4px)}:where(.card-bordered__image){position:relative;aspect-ratio:3 / 2;overflow:hidden;background:var(--color-bg-alt)}:where(.card-bordered__image img){width:100%;height:100%;object-fit:cover;transition:transform var(--transition-slow)}:where(.card-bordered:hover .card-bordered__image img){transform:scale(1.05)}:where(.card-bordered__badge){position:absolute;top:1rem;right:1rem}:where(.card-bordered__body){padding:1.5rem;flex-grow:1;display:flex;flex-direction:column}:where(.card-bordered__name){font-size:1.25rem;font-weight:400;color:var(--color-text);margin-bottom:.25rem}:where(.card-bordered__surface){font-size:.8125rem;color:var(--color-text-light);font-weight:500;margin-bottom:1rem}:where(.card-bordered__features){list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:.5rem}:where(.card-bordered__features li){display:inline-flex;align-items:center;gap:.375rem;font-size:.8125rem;color:var(--color-text-light);padding:.3125rem .75rem;background:var(--color-bg-alt);border-radius:100px}:where(.card-glass){display:flex;flex-direction:column;height:100%;background:color-mix(in srgb,var(--color-surface) 60%,transparent);backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);border-radius:var(--border-radius-lg);border:1px solid color-mix(in srgb,var(--color-surface) 30%,transparent);overflow:hidden;transition:all var(--transition-base)}:where(.card-glass:hover){background:color-mix(in srgb,var(--color-surface) 75%,transparent);transform:translateY(-4px);box-shadow:0 12px 40px #0000001a}:where(.card-glass__image){position:relative;aspect-ratio:3 / 2;overflow:hidden;background:var(--color-bg-alt)}:where(.card-glass__image img){width:100%;height:100%;object-fit:cover;transition:transform var(--transition-slow)}:where(.card-glass:hover .card-glass__image img){transform:scale(1.06)}:where(.card-glass__image-overlay){position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.4) 0%,transparent 50%)}:where(.card-glass__badge){position:absolute;top:1rem;right:1rem}:where(.card-glass__body){padding:1.5rem;flex-grow:1;display:flex;flex-direction:column}:where(.card-glass__name){font-size:1.25rem;font-weight:400;color:var(--color-text);margin-bottom:.25rem}:where(.card-glass__surface){font-size:.8125rem;color:var(--color-text-light);font-weight:500;margin-bottom:1rem}:where(.card-glass__features){list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:.5rem}:where(.card-glass__features li){display:inline-flex;align-items:center;gap:.375rem;font-size:.8125rem;color:var(--color-text-light);padding:.3125rem .75rem;background:color-mix(in srgb,var(--color-surface) 50%,transparent);border-radius:100px}:where(.card-minimal){display:flex;flex-direction:column;height:100%;transition:all var(--transition-base)}:where(.card-minimal:hover){transform:translateY(-2px)}:where(.card-minimal__image){position:relative;aspect-ratio:3 / 2;overflow:hidden;border-radius:var(--border-radius-lg);background:var(--color-bg-alt)}:where(.card-minimal__image img){width:100%;height:100%;object-fit:cover;transition:transform var(--transition-slow)}:where(.card-minimal:hover .card-minimal__image img){transform:scale(1.04)}:where(.card-minimal__badge){position:absolute;top:1rem;right:1rem}:where(.card-minimal__body){padding:1.25rem .25rem;flex-grow:1;display:flex;flex-direction:column}:where(.card-minimal__name){font-size:1.25rem;font-weight:400;color:var(--color-text);margin-bottom:.125rem}:where(.card-minimal__surface){font-size:.8125rem;color:var(--color-text-light);font-weight:500;margin-bottom:.75rem}:where(.card-minimal__features){list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:.375rem}:where(.card-minimal__features li){font-size:.75rem;color:var(--color-text-light);padding:.25rem .5rem;border:1px solid var(--color-border-light);border-radius:100px}:where(.divider-wave){width:100%;line-height:0;overflow:hidden;margin:-1px 0}:where(.divider-wave svg){width:100%;height:60px;display:block}:where(.divider-wave--flip){transform:rotate(180deg)}@media(max-width:768px){:where(.divider-wave svg){height:40px}}:where(.divider-diagonal){width:100%;line-height:0;overflow:hidden;margin:-1px 0}:where(.divider-diagonal svg){width:100%;height:60px;display:block}:where(.divider-diagonal--flip){transform:rotate(180deg)}@media(max-width:768px){:where(.divider-diagonal svg){height:40px}}:where(.divider-gradient){width:100%;padding:.5rem 0;display:flex;justify-content:center}:where(.divider-gradient__line){width:100%;max-width:800px;height:1px;background:linear-gradient(90deg,transparent 0%,var(--color-border) 20%,var(--color-primary) 50%,var(--color-border) 80%,transparent 100%);opacity:.5}:where(.divider-gradient--flip .divider-gradient__line){background:linear-gradient(90deg,transparent 0%,var(--color-border) 20%,var(--color-secondary) 50%,var(--color-border) 80%,transparent 100%)}:where(.divider-accent){width:100%;display:flex;justify-content:center;padding:1rem 1.5rem}:where(.divider-accent__line){width:80px;height:3px;background:var(--color-accent, var(--color-primary));border-radius:2px}:where(.divider-accent--flip .divider-accent__line){background:var(--color-secondary)}:where(.faq-item){border-bottom:1px solid var(--color-border);overflow:hidden;transition:border-color var(--transition-base)}:where(.faq-item:first-child){border-top:1px solid var(--color-border)}:where(.faq-item[open]){border-bottom-color:var(--color-border)}:where(.faq-question){display:flex;align-items:center;justify-content:space-between;gap:1.5rem;padding:1.5rem 0;font-family:var(--font-heading);font-weight:400;font-size:1.125rem;color:var(--color-text);cursor:pointer;list-style:none;transition:color var(--transition-fast);user-select:none}:where(.faq-question::-webkit-details-marker){display:none}:where(.faq-question:hover){color:var(--color-primary)}:where(.faq-question-text){flex:1;line-height:1.4}:where(.faq-icon){position:relative;flex-shrink:0;width:24px;height:24px;border-radius:50%;background:var(--color-bg-alt);transition:background var(--transition-base),transform var(--transition-base)}:where(.faq-item[open] .faq-icon){background:var(--color-primary);transform:rotate(0)}:where(.faq-icon-bar){position:absolute;background:var(--color-text-light);border-radius:1px;transition:all var(--transition-base)}:where(.faq-icon-h){width:10px;height:2px;top:50%;left:50%;transform:translate(-50%,-50%)}:where(.faq-icon-v){width:2px;height:10px;top:50%;left:50%;transform:translate(-50%,-50%)}:where(.faq-item[open] .faq-icon-bar){background:var(--color-text-inverse)}:where(.faq-item[open] .faq-icon-v){transform:translate(-50%,-50%) rotate(90deg);opacity:0}:where(.faq-answer){padding:0 0 1.5rem;animation:faq-reveal .3s ease-out}@keyframes faq-reveal{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}:where(.faq-answer p){margin:0;font-size:1rem;color:var(--color-text-light);line-height:1.75;max-width:640px}:where(.subscribe-section){position:relative;padding:7rem 0;overflow:hidden}:where(.subscribe-bg){position:absolute;inset:0;background-size:cover;background-position:center}:where(.subscribe-overlay){position:absolute;inset:0;background:#000000bf}:where(.subscribe-inner){max-width:640px;margin:0 auto;text-align:center;position:relative;z-index:1}:where(.subscribe-content){margin-bottom:2rem}:where(.subscribe-content .section-label:before){background:var(--color-secondary)}:where(.subscribe-title){font-size:clamp(1.75rem,3.5vw,2.5rem);font-weight:400;margin-bottom:.75rem;color:var(--color-text-inverse)}:where(.subscribe-text){font-size:1.0625rem;color:#fff9;line-height:1.7}:where(.subscribe-form){display:flex;flex-direction:column;gap:.75rem}:where(.subscribe-input-group){display:flex;gap:.75rem}:where(.subscribe-input){flex:1;background:#ffffff1a;border-color:#ffffff26;color:var(--color-text-inverse)}:where(.subscribe-input::placeholder){color:#fff6}:where(.subscribe-input:focus){border-color:var(--color-primary);box-shadow:0 0 0 3px color-mix(in srgb,var(--color-primary) 20%,transparent)}:where(.subscribe-btn){flex-shrink:0}:where(.subscribe-message){font-size:.875rem;font-weight:500;padding:.75rem 1rem;border-radius:var(--border-radius)}:where(.subscribe-message-success){background:color-mix(in srgb,var(--color-primary) 15%,transparent);color:#6ee7b7}:where(.subscribe-message-error){background:color-mix(in srgb,var(--color-accent) 15%,transparent);color:#fca5a5}@media(max-width:480px){:where(.subscribe-input-group){flex-direction:column}}:where(.image-break){width:100%;height:400px;overflow:hidden}:where(.image-break img){width:100%;height:100%;object-fit:cover}@media(max-width:768px){:where(.image-break){height:250px}}:where(.courts-grid){display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}:where(.posts-grid){display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}@media(max-width:960px){:where(.posts-grid){grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){:where(.posts-grid){grid-template-columns:1fr}}:where(.news-magazine){display:grid;grid-template-columns:1.4fr 1fr;gap:1.5rem;align-items:stretch}:where(.news-magazine-featured){display:flex}:where(.news-magazine-featured .post-card){width:100%}:where(.news-magazine-sidebar){display:flex;flex-direction:column;gap:1.5rem}@media(max-width:768px){:where(.news-magazine){grid-template-columns:1fr}}:where(.faq-list){max-width:720px;margin:0 auto;display:flex;flex-direction:column}:where(.final-cta){background:var(--color-bg-alt)}:where(.final-cta-inner){text-align:center;max-width:600px;margin:0 auto}:where(.final-cta-title){font-size:clamp(2rem,4.5vw,3rem);font-weight:400;margin-bottom:.75rem}:where(.final-cta-text){font-size:1.125rem;color:var(--color-text-light);line-height:1.7;margin-bottom:2.5rem}:where(.final-cta-actions){display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}
