@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&family=Playfair+Display:wght@700;800;900&display=swap";:root{--ds-primary: #0A2540;--ds-primary-container: #122E54;--ds-primary-fixed: #dbe1ff;--ds-primary-fixed-dim: #b4c5ff;--ds-on-primary: #ffffff;--ds-on-primary-container: #eeefff;--ds-on-primary-fixed: #00174b;--ds-on-primary-fixed-variant: #2563EB;--ds-inverse-primary: #b4c5ff;--ds-surface-tint: #2563EB;--ds-secondary: #2563EB;--ds-secondary-container: #1D4ED8;--ds-secondary-fixed: #EFF4FF;--ds-secondary-fixed-dim: #DBEAFE;--ds-on-secondary: #ffffff;--ds-on-secondary-container: #ffffff;--ds-on-secondary-fixed: #1E3A8A;--ds-on-secondary-fixed-variant:#2563EB;--ds-accent: #E11D48;--ds-accent-hover: #BE123C;--ds-tertiary: #475569;--ds-tertiary-container: #64748B;--ds-tertiary-fixed: #F1F5F9;--ds-tertiary-fixed-dim: #E2E8F0;--ds-on-tertiary: #ffffff;--ds-on-tertiary-container: #F8FAFC;--ds-on-tertiary-fixed: #0F172A;--ds-on-tertiary-fixed-variant: #334155;--ds-background: #FFFFFF;--ds-surface: #FAFAFB;--ds-surface-bright: #FFFFFF;--ds-surface-dim: #F1F5F9;--ds-surface-cream: #FFF8F1;--ds-surface-variant: #F7F9FC;--ds-surface-container-lowest: #ffffff;--ds-surface-container-low: #F7F9FC;--ds-surface-container: #EFF4FF;--ds-surface-container-high: #E5E7EB;--ds-surface-container-highest: #CBD5E1;--ds-inverse-surface: #0A2540;--ds-inverse-on-surface: #F8FAFC;--ds-on-background: #0F172A;--ds-on-surface: #0F172A;--ds-on-surface-variant: #334155;--ds-outline: #94A3B8;--ds-outline-variant: #E5E7EB;--ds-error: #E11D48;--ds-error-container: #FFF1F2;--ds-on-error: #ffffff;--ds-on-error-container: #9F1239;--ds-ok: #10B981;--ds-ok-container: #D1FAE5;--ds-font-family: "Inter", system-ui, -apple-system, sans-serif;--ds-font-family-heading: "Playfair Display", Georgia, serif;--ds-font-size-xs: .78rem;--ds-font-size-sm: .85rem;--ds-font-size-base: 1rem;--ds-font-size-md: 1.15rem;--ds-font-size-lg: 1.25rem;--ds-font-size-xl: 1.6rem;--ds-font-size-2xl: 2.3rem;--ds-font-size-3xl: 2.6rem;--ds-font-size-4xl: 3.8rem;--ds-font-size-hero: clamp(2.2rem, 5vw, 3.8rem);--ds-font-weight-regular: 400;--ds-font-weight-medium: 500;--ds-font-weight-semibold: 600;--ds-font-weight-bold: 700;--ds-font-weight-extrabold: 800;--ds-font-weight-black: 900;--ds-line-height-tight: 1.15;--ds-line-height-snug: 1.2;--ds-line-height-normal: 1.5;--ds-line-height-relaxed: 1.6;--ds-letter-spacing-tighter: -.04em;--ds-letter-spacing-tight: -.02em;--ds-letter-spacing-wide: .05em;--ds-letter-spacing-wider: .1em;--ds-letter-spacing-widest: .14em;--ds-radius-xs: 4px;--ds-radius-sm: 8px;--ds-radius-md: 12px;--ds-radius-lg: 14px;--ds-radius-xl: 18px;--ds-radius-2xl: 22px;--ds-radius-3xl: 24px;--ds-radius-full: 999px;--ds-shadow-sm: 0 2px 8px rgba(0, 0, 0, .04);--ds-shadow-md: 0 10px 30px rgba(10, 37, 64, .08);--ds-shadow-lg: 0 20px 50px rgba(10, 37, 64, .14);--ds-shadow-primary: 0 8px 20px rgba(225, 29, 72, .35);--ds-shadow-primary-hover: 0 12px 26px rgba(225, 29, 72, .45);--ds-gradient-primary: linear-gradient(135deg, var(--ds-secondary), var(--ds-accent));--ds-gradient-nav: linear-gradient(135deg, var(--ds-secondary), var(--ds-accent));--ds-gradient-hero: linear-gradient(180deg, #FFFFFF, #F7F9FC);--ds-gradient-final-cta: linear-gradient(135deg, var(--ds-primary), #0B1E3B);--ds-gradient-teacher: linear-gradient(135deg, #FEF3C7, #FED7AA);--ds-transition-fast: .15s ease-in-out;--ds-transition-normal: .25s ease-in-out;--ds-transition-slow: .35s ease-in-out;--ds-transition-smooth: .5s cubic-bezier(.4, 0, .2, 1);--ds-transition-image: .7s cubic-bezier(.4, 0, .2, 1);--ds-space-1: .25rem;--ds-space-2: .5rem;--ds-space-3: .75rem;--ds-space-4: 1rem;--ds-space-5: 1.25rem;--ds-space-6: 1.5rem;--ds-space-8: 2rem;--ds-space-10: 2.5rem;--ds-space-12: 3rem;--ds-space-16: 4rem;--ds-space-20: 5rem;--ds-space-24: 6rem;--ds-space-32: 8rem;--ds-container-max: 88rem;--ds-container-padding: 2rem;--ds-z-dropdown: 1000;--ds-z-sticky: 1020;--ds-z-fixed: 1030;--ds-z-modal-backdrop: 1040;--ds-z-modal: 1050;--ds-z-popover: 1060;--ds-z-tooltip: 1070;--color-primary: var(--ds-primary);--color-primary-light: var(--ds-primary-fixed-dim);--color-primary-dark: var(--ds-on-primary-fixed-variant);--color-secondary: var(--ds-secondary-container);--color-secondary-dark: var(--ds-secondary);--color-success: #4caf50;--color-success-dark: #388e3c;--color-error: var(--ds-error);--color-warning: var(--ds-secondary-container);--color-text-primary: var(--ds-on-surface);--color-text-secondary: var(--ds-tertiary);--color-text-light: #ffffff;--color-text-muted: var(--ds-outline);--color-background: var(--ds-background);--color-background-light: var(--ds-surface-container-low);--color-background-dark: var(--ds-surface-container-high);--color-border: var(--ds-outline-variant);--color-border-light: var(--ds-surface-container);--color-shadow: rgba(18, 28, 42, .08);--color-shadow-light: rgba(18, 28, 42, .04);--color-shadow-dark: rgba(18, 28, 42, .15);--color-gray-50: var(--ds-surface-container-lowest);--color-gray-100: var(--ds-surface-container-low);--color-gray-200: var(--ds-surface-container);--color-gray-300: var(--ds-surface-container-high);--color-gray-400: var(--ds-surface-container-highest);--color-gray-500: var(--ds-outline);--color-gray-600: var(--ds-on-surface-variant);--color-gray-700: var(--ds-tertiary);--color-gray-800: var(--ds-on-background);--color-gray-900: var(--ds-on-surface);--theme-primary: var(--ds-primary);--theme-primary-light: var(--ds-primary-fixed-dim);--theme-primary-dark: var(--ds-on-primary-fixed-variant);--theme-secondary: var(--ds-secondary-container);--theme-secondary-light: var(--ds-secondary-fixed-dim);--theme-secondary-dark: var(--ds-secondary);--theme-primary-rgb: 0, 74, 198;--theme-secondary-rgb: 254, 152, 0;--theme-error: var(--ds-error);--theme-success: #4caf50;--theme-text-primary: var(--ds-on-surface);--theme-text-secondary: var(--ds-tertiary);--theme-text-light: #ffffff;--theme-text-muted: var(--ds-outline);--theme-text-on-primary: var(--ds-on-primary);--theme-text-on-secondary:var(--ds-on-secondary);--theme-bg-primary: var(--ds-surface-container-lowest);--theme-bg-secondary: var(--ds-background);--theme-bg-tertiary: var(--ds-surface-container-low);--theme-bg-dark: var(--ds-inverse-surface);--theme-border-color: var(--ds-outline-variant);--theme-border-light: var(--ds-surface-container);--theme-border-width: 1px;--theme-border-width-thick: 2px;--theme-font-primary: var(--ds-font-family);--theme-font-heading: var(--ds-font-family);--theme-gradient-primary: var(--ds-gradient-primary);--theme-gradient-button-primary: var(--ds-gradient-primary);--theme-gradient-button-secondary: var(--ds-gradient-amber);--theme-radius-sm: var(--ds-radius-sm);--theme-radius-md: var(--ds-radius-md);--theme-radius-lg: var(--ds-radius-lg);--theme-radius-xl: var(--ds-radius-xl);--theme-radius-full: var(--ds-radius-full);--theme-shadow-sm: var(--ds-shadow-sm);--theme-shadow-md: var(--ds-shadow-md);--theme-shadow-lg: var(--ds-shadow-lg);--theme-shadow-xl: var(--ds-shadow-xl);--theme-shadow-primary: var(--ds-shadow-primary);--theme-transition-fast: var(--ds-transition-fast);--theme-transition-normal:var(--ds-transition-normal);--theme-transition-slow: var(--ds-transition-slow);--theme-transition-smooth:.4s cubic-bezier(.4, 0, .2, 1);--theme-z-dropdown: var(--ds-z-dropdown);--theme-z-sticky: var(--ds-z-sticky);--theme-z-fixed: var(--ds-z-fixed);--theme-z-modal-backdrop: var(--ds-z-modal-backdrop);--theme-z-modal: var(--ds-z-modal);--theme-z-popover: var(--ds-z-popover);--theme-z-tooltip: var(--ds-z-tooltip);--theme-glass-white: rgba(248, 249, 255, .92);--theme-glass-white-light:rgba(248, 249, 255, .2);--theme-glass-white-medium:rgba(248, 249, 255, .3);--theme-glass-blur: blur(20px);--theme-card-padding: var(--ds-space-8);--theme-card-bg: var(--ds-surface-container-lowest);--theme-card-border: 1px solid var(--ds-outline-variant);--theme-card-radius: var(--ds-radius-3xl);--theme-card-shadow: var(--ds-shadow-card);--theme-input-height: 44px;--theme-input-padding: var(--ds-space-4);--theme-input-border: 2px solid var(--ds-outline-variant);--theme-input-border-focus: 2px solid var(--ds-primary);--theme-input-radius: var(--ds-radius-md);--theme-input-bg: var(--ds-surface-container-low);--theme-container-sm: 640px;--theme-container-md: 768px;--theme-container-lg: 1024px;--theme-container-xl: 1200px;--theme-container-2xl: 1440px;--theme-breakpoint-xs: 320px;--theme-breakpoint-sm: 480px;--theme-breakpoint-md: 768px;--theme-breakpoint-lg: 1024px;--theme-breakpoint-xl: 1200px;--theme-breakpoint-2xl: 1440px;--spacing-xs: var(--ds-space-1);--spacing-sm: var(--ds-space-2);--spacing-md: var(--ds-space-4);--spacing-lg: var(--ds-space-6);--spacing-xl: var(--ds-space-8);--spacing-xxl: var(--ds-space-12);--border-radius-sm: var(--ds-radius-sm);--border-radius-md: var(--ds-radius-md);--border-radius-lg: var(--ds-radius-lg);--shadow-sm: var(--ds-shadow-sm);--shadow-md: var(--ds-shadow-md);--shadow-lg: var(--ds-shadow-lg);--transition-fast: var(--ds-transition-fast);--transition-normal: var(--ds-transition-normal);--transition-slow: var(--ds-transition-slow)}.glass-nav{background:#f8f9ffd9;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid rgba(195,198,215,.15)}.glass-card{background:#ffffffb3;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(195,198,215,.2)}.glass{background:var(--theme-glass-white-light);-webkit-backdrop-filter:var(--theme-glass-blur);backdrop-filter:var(--theme-glass-blur);border:1px solid rgba(195,198,215,.15)}.glass-white{background:var(--theme-glass-white);-webkit-backdrop-filter:var(--theme-glass-blur);backdrop-filter:var(--theme-glass-blur)}.btn-gradient-primary{background:var(--ds-gradient-primary);color:var(--ds-on-primary);border:none}.btn-gradient-primary:hover{background:var(--ds-gradient-primary-hover)}.surface-lowest{background:var(--ds-surface-container-lowest)}.surface-low{background:var(--ds-surface-container-low)}.surface-default{background:var(--ds-surface-container)}.surface-high{background:var(--ds-surface-container-high)}.surface-highest{background:var(--ds-surface-container-highest)}.text-shadow-sm{text-shadow:1px 2px 4px rgba(0,0,0,.25)}.text-shadow-md{text-shadow:2px 4px 8px rgba(0,0,0,.35)}.text-shadow-lg{text-shadow:2px 4px 12px rgba(0,0,0,.5)}.bg-gradient-primary,.bg-gradient-button-primary{background:var(--ds-gradient-primary)}.bg-gradient-button-secondary{background:var(--ds-gradient-amber)}.container{width:100%;max-width:var(--ds-container-max);margin:0 auto;padding:0 var(--ds-container-padding)}.container-sm{max-width:var(--theme-container-sm)}.container-lg{max-width:var(--theme-container-lg)}.container-2xl{max-width:var(--theme-container-2xl)}.pill{border-radius:var(--ds-radius-full)}.card-rounded{border-radius:var(--ds-radius-3xl)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-16px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-24px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate(24px)}to{opacity:1;transform:translate(0)}}@keyframes scaleUp{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}@keyframes scalePop{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}@keyframes pressDown{0%{transform:scale(1)}to{transform:scale(.95)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes slideDown{0%{opacity:0;transform:translateY(-8px);max-height:0}to{opacity:1;transform:translateY(0);max-height:500px}}@keyframes slideUp{0%{opacity:1;transform:translateY(0);max-height:500px}to{opacity:0;transform:translateY(-8px);max-height:0}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}@keyframes blobPulse{0%,to{transform:scale(1) rotate(0)}33%{transform:scale(1.05) rotate(2deg)}66%{transform:scale(.97) rotate(-2deg)}}.animate-fade-in{animation:fadeIn .3s ease-in-out both}.animate-fade-in-up{animation:fadeInUp .5s ease-out both}.animate-fade-in-down{animation:fadeInDown .4s ease-out both}.animate-fade-in-left{animation:fadeInLeft .5s ease-out both}.animate-fade-in-right{animation:fadeInRight .5s ease-out both}.animate-scale-up{animation:scaleUp .4s cubic-bezier(.4,0,.2,1) both}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}.animate-spin{animation:spin .8s linear infinite}.animate-float{animation:float 4s ease-in-out infinite}.animate-delay-100{animation-delay:.1s}.animate-delay-200{animation-delay:.2s}.animate-delay-300{animation-delay:.3s}.animate-delay-400{animation-delay:.4s}.animate-delay-500{animation-delay:.5s}.shimmer{background:linear-gradient(90deg,var(--ds-surface-container-high, #dee9fc) 25%,var(--ds-surface-container, #e6eeff) 50%,var(--ds-surface-container-high, #dee9fc) 75%);background-size:200% 100%;animation:shimmer 1.8s ease-in-out infinite}.hover-scale{transition:transform .2s cubic-bezier(.4,0,.2,1),opacity .2s ease}.hover-scale:hover{transform:scale(1.02)}.hover-scale:active{transform:scale(.97)}.img-zoom-container{overflow:hidden}.img-zoom-container img{transition:transform .7s cubic-bezier(.4,0,.2,1)}.img-zoom-container:hover img{transform:scale(1.06)}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{font-family:var(--ds-font-family);line-height:var(--ds-line-height-relaxed);font-weight:var(--ds-font-weight-regular);color:var(--ds-on-surface);background-color:var(--ds-background);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scroll-behavior:smooth}body{min-width:320px;min-height:100vh;background-color:var(--ds-background);color:var(--ds-on-surface)}h1,h2,h3{font-family:var(--ds-font-family-heading);line-height:var(--ds-line-height-tight);color:var(--ds-primary);letter-spacing:var(--ds-letter-spacing-tight)}h4,h5,h6{font-family:var(--ds-font-family);line-height:var(--ds-line-height-snug);color:var(--ds-on-surface);font-weight:var(--ds-font-weight-bold)}h1{font-size:var(--ds-font-size-hero);font-weight:var(--ds-font-weight-extrabold)}h2{font-size:var(--ds-font-size-3xl);font-weight:var(--ds-font-weight-extrabold)}h3{font-size:var(--ds-font-size-xl);font-weight:var(--ds-font-weight-bold);font-family:var(--ds-font-family)}h4{font-size:var(--ds-font-size-lg)}h5{font-size:var(--ds-font-size-base)}h6{font-size:var(--ds-font-size-xs)}p{color:var(--ds-tertiary);line-height:var(--ds-line-height-relaxed)}.eyebrow{display:inline-block;text-transform:uppercase;letter-spacing:var(--ds-letter-spacing-widest);font-weight:var(--ds-font-weight-bold);font-size:var(--ds-font-size-xs);color:var(--ds-secondary);background:var(--ds-secondary-fixed);padding:6px 12px;border-radius:var(--ds-radius-full);margin-bottom:14px}a{color:var(--ds-primary);text-decoration:none;transition:color var(--ds-transition-fast)}a:hover{color:var(--ds-on-primary-fixed-variant)}button,.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 26px;border-radius:var(--ds-radius-full);font-weight:var(--ds-font-weight-bold);font-size:var(--ds-font-size-base);transition:transform .15s ease,box-shadow .2s ease,background .2s ease;cursor:pointer;border:none;white-space:nowrap}button:hover,.btn:hover{transform:translateY(-2px)}button:active,.btn:active{transform:translateY(0)}.btn-primary{background:var(--ds-accent);color:var(--ds-on-primary);box-shadow:var(--ds-shadow-primary)}.btn-primary:hover{background:var(--ds-accent-hover);box-shadow:var(--ds-shadow-primary-hover)}.btn-secondary{background:#fff;color:var(--ds-primary);border:1.5px solid var(--ds-outline-variant)}.btn-secondary:hover{border-color:var(--ds-primary)}.btn-dark{background:var(--ds-primary);color:var(--ds-on-primary)}.btn-lg{padding:18px 34px;font-size:var(--ds-font-size-md)}.btn-ghost{background:transparent;color:var(--ds-primary);box-shadow:none}.btn-ghost:hover{background:var(--ds-surface-container-low);transform:none}.btn-error{background:transparent;color:var(--ds-error);box-shadow:none}.btn-error:hover{background:var(--ds-error-container);box-shadow:none}input,select,textarea{font-family:inherit;font-size:var(--ds-font-size-base);color:var(--ds-on-surface);background:var(--ds-surface-container-low);border:none;border-bottom:2px solid transparent;border-radius:var(--ds-radius-md);padding:.75rem 1rem;width:100%;transition:border-color var(--ds-transition-fast);outline:none}input:focus,select:focus,textarea:focus{border-bottom-color:var(--ds-primary)}input::placeholder,textarea::placeholder{color:var(--ds-outline)}.container{width:100%;max-width:var(--ds-container-max);margin:0 auto;padding:0 2rem}@media(max-width:768px){.container{padding:0 1.25rem}}.grid{display:grid;gap:1rem}.grid-cols-1{grid-template-columns:1fr}@media(min-width:768px){.grid-cols-md-2{grid-template-columns:repeat(2,1fr)}.grid-cols-md-3{grid-template-columns:repeat(3,1fr)}}@media(min-width:1024px){.grid-cols-lg-3{grid-template-columns:repeat(3,1fr)}.grid-cols-lg-4{grid-template-columns:repeat(4,1fr)}}.section-padding{padding:4rem 0}@media(max-width:768px){.section-padding{padding:2.5rem 0}h1{font-size:var(--ds-font-size-3xl)}h2{font-size:var(--ds-font-size-2xl)}h3{font-size:var(--ds-font-size-xl)}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link{position:absolute;top:-40px;left:6px;background:var(--ds-primary);color:var(--ds-on-primary);padding:8px;text-decoration:none;border-radius:var(--ds-radius-sm);z-index:9999;font-weight:var(--ds-font-weight-bold)}.skip-link:focus{top:6px}button,a,input,select,textarea{min-height:44px}@media(prefers-contrast:high){:root{--ds-primary: #00008b;--ds-on-surface: #000000;--ds-background: #ffffff;--ds-outline-variant: #000000}button{border:2px solid currentColor}}@font-face{font-display:swap}._header_ewlsi_3{position:sticky;top:0;z-index:50;width:100%;background:#ffffffd9;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border-bottom:1px solid var(--ds-outline-variant)}._container_ewlsi_14{display:flex;align-items:center;justify-content:space-between;width:100%;max-width:1180px;margin:0 auto;padding:14px 24px}._logo_ewlsi_25{flex-shrink:0}._logoLink_ewlsi_27{text-decoration:none;display:flex;align-items:center;gap:10px;color:var(--ds-primary)}._logoMark_ewlsi_35{width:36px;height:36px;border-radius:10px;background:linear-gradient(135deg,var(--ds-secondary),var(--ds-accent));display:flex;align-items:center;justify-content:center;color:#fff;font-weight:800;font-family:var(--ds-font-family-heading);font-size:.95rem}._logoText_ewlsi_49{font-size:1.15rem;font-weight:800;color:var(--ds-primary)}._desktopNav_ewlsi_56{display:none}._navList_ewlsi_58{display:flex;list-style:none;gap:28px;align-items:center}._navItem_ewlsi_65{margin:0}._navLink_ewlsi_67{text-decoration:none;color:var(--ds-tertiary);font-weight:500;font-size:.95rem;transition:color .2s ease}._navLink_ewlsi_67:hover,._navLink_ewlsi_67:focus{color:var(--ds-primary);outline:none}._navLink_ewlsi_67[aria-current=page]{color:var(--ds-primary);font-weight:700}._authSection_ewlsi_87,._authButtons_ewlsi_93{display:flex;align-items:center;gap:10px}._loginButton_ewlsi_99{text-decoration:none;font-weight:600;font-size:.9rem;color:var(--ds-tertiary);padding:10px 18px;border-radius:var(--ds-radius-full);transition:color .2s ease;min-height:auto;display:inline-flex;align-items:center}._loginButton_ewlsi_99:hover{color:var(--ds-primary)}._signupButton_ewlsi_115{text-decoration:none;font-weight:700;font-size:.9rem;color:#fff;background:var(--ds-accent);padding:10px 20px;border-radius:var(--ds-radius-full);transition:transform .15s ease,box-shadow .2s ease;min-height:auto;display:inline-flex;align-items:center;box-shadow:var(--ds-shadow-primary)}._signupButton_ewlsi_115:hover{transform:translateY(-2px);box-shadow:var(--ds-shadow-primary-hover);color:#fff}._mobileMenuButton_ewlsi_136{display:flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;padding:.5rem;border-radius:var(--ds-radius-md);transition:background .15s;min-height:auto;min-width:auto;box-shadow:none}._mobileMenuButton_ewlsi_136:hover,._mobileMenuButton_ewlsi_136:focus{background:var(--ds-surface-container-low);transform:none;box-shadow:none}._hamburger_ewlsi_157{display:flex;flex-direction:column;width:1.375rem;height:1rem;justify-content:space-between}._hamburgerLine_ewlsi_164{width:100%;height:2px;background:var(--ds-on-surface);border-radius:2px;transition:all .15s}._mobileNav_ewlsi_173{position:absolute;top:100%;left:0;right:0;background:#fffffff7;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);box-shadow:var(--ds-shadow-lg);transform:translateY(-8px);opacity:0;visibility:hidden;transition:all .25s ease;border-bottom:1px solid var(--ds-outline-variant)}._mobileNavOpen_ewlsi_189{transform:translateY(0);opacity:1;visibility:visible}._mobileNavList_ewlsi_195{list-style:none;padding:1rem 0}._mobileNavItem_ewlsi_199{margin:0}._mobileNavLink_ewlsi_201{display:block;text-decoration:none;color:var(--ds-tertiary);font-weight:500;font-size:1rem;padding:.75rem 1.5rem;transition:background .15s,color .15s}._mobileNavLink_ewlsi_201:hover,._mobileNavLink_ewlsi_201:focus{background:var(--ds-surface-container-low);color:var(--ds-primary);outline:none}._mobileNavLink_ewlsi_201[aria-current=page]{color:var(--ds-primary);font-weight:700}._mobileAuthSection_ewlsi_222{padding:1rem 1.5rem 1.5rem;border-top:1px solid var(--ds-outline-variant)}._mobileAuthButtons_ewlsi_226{display:flex;flex-direction:column;gap:.75rem}._mobileLoginButton_ewlsi_232,._mobileSignupButton_ewlsi_233{display:block;text-align:center;text-decoration:none;padding:14px 26px;border-radius:var(--ds-radius-full);font-weight:700;font-size:1rem;transition:all .15s;min-height:auto}._mobileLoginButton_ewlsi_232{color:var(--ds-primary);background:#fff;border:1.5px solid var(--ds-outline-variant)}._mobileLoginButton_ewlsi_232:hover{border-color:var(--ds-primary)}._mobileSignupButton_ewlsi_233{color:#fff;background:var(--ds-accent);box-shadow:var(--ds-shadow-primary)}._mobileSignupButton_ewlsi_233:hover{box-shadow:var(--ds-shadow-primary-hover)}@media(max-width:480px){._container_ewlsi_14{padding:10px 18px}._logoText_ewlsi_49{font-size:1rem}._logoMark_ewlsi_35{width:32px;height:32px;font-size:.9rem}._authButtons_ewlsi_93{display:none}}@media(min-width:481px)and (max-width:767px){._container_ewlsi_14{padding:10px 18px}._authButtons_ewlsi_93{display:none}}@media(min-width:768px){._desktopNav_ewlsi_56{display:block}._mobileMenuButton_ewlsi_136,._mobileNav_ewlsi_173{display:none}}@media(min-width:1024px){._navList_ewlsi_58{gap:28px}}@media(max-width:420px){._logoText_ewlsi_49{display:none}._signupButton_ewlsi_115{padding:9px 14px;font-size:.82rem}}._footer_pxlsd_1{background:#0a1629;color:#94a3b8;padding:60px 0 30px;margin-top:60px}._container_pxlsd_8{max-width:1180px;margin:0 auto;padding:0 24px}._footGrid_pxlsd_14{display:grid;grid-template-columns:1.3fr 1fr 1fr 1fr;gap:40px;margin-bottom:40px}@media(max-width:760px){._footGrid_pxlsd_14{grid-template-columns:1fr 1fr;gap:30px}}._logo_pxlsd_28{display:flex;align-items:center;gap:10px;font-weight:800;font-size:1.15rem;color:#fff;margin-bottom:14px}._logoMark_pxlsd_38{width:36px;height:36px;border-radius:10px;background:linear-gradient(135deg,var(--ds-secondary),var(--ds-accent));display:flex;align-items:center;justify-content:center;color:#fff;font-weight:800;font-family:var(--ds-font-family-heading)}._desc_pxlsd_51{color:#94a3b8;font-size:.92rem;max-width:300px}._socials_pxlsd_57{display:flex;gap:10px;margin-top:16px}._socials_pxlsd_57 a{width:38px;height:38px;border-radius:50%;background:#ffffff0f;display:flex;align-items:center;justify-content:center;color:#cbd5e1;transition:background .2s,color .2s}._socials_pxlsd_57 a:hover{background:var(--ds-secondary);color:#fff}._footer_pxlsd_1 h4{color:#fff;font-size:1rem;margin-bottom:14px;font-weight:700}._footer_pxlsd_1 a{display:block;padding:4px 0;font-size:.92rem;color:#94a3b8;transition:color .15s}._footer_pxlsd_1 a:hover{color:#fff}._footBottom_pxlsd_99{border-top:1px solid rgba(255,255,255,.08);padding-top:24px;text-align:center;font-size:.85rem}@media(max-width:760px){._footer_pxlsd_1{padding:44px 0 24px}._footGrid_pxlsd_14{gap:24px;margin-bottom:28px}}._hero_1j6y1_1{padding:70px 0 90px;background:radial-gradient(1200px 500px at 85% -10%,rgba(37,99,235,.12),transparent 60%),radial-gradient(800px 400px at -10% 80%,rgba(225,29,72,.1),transparent 60%),linear-gradient(180deg,#fff,#f7f9fc)}._container_1j6y1_9{max-width:1180px;margin:0 auto;padding:0 24px}._heroGrid_1j6y1_15{display:grid;grid-template-columns:1.15fr .85fr;gap:56px;align-items:center}._hero_1j6y1_1 h1{color:var(--ds-primary)}._lede_1j6y1_26{font-size:1.15rem;margin:22px 0 28px;max-width:560px;color:#334155;line-height:1.6}._lede_1j6y1_26 strong{color:var(--ds-on-surface)}._heroCta_1j6y1_38{display:flex;gap:14px;flex-wrap:wrap}._btnLg_1j6y1_44{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:18px 34px;border-radius:var(--ds-radius-full);font-weight:700;font-size:1.05rem;cursor:pointer;border:none;white-space:nowrap;text-decoration:none;transition:transform .15s ease,box-shadow .2s ease}._heroMeta_1j6y1_60{display:flex;gap:22px;margin-top:30px;flex-wrap:wrap;align-items:center}._avatars_1j6y1_68{display:flex}._avatars_1j6y1_68 span{width:38px;height:38px;border-radius:50%;border:3px solid #fff;margin-left:-10px;display:flex;align-items:center;justify-content:center;font-weight:700;color:#fff;font-size:.85rem}._avatars_1j6y1_68 span:first-child{margin-left:0}._stars_1j6y1_90{color:#f59e0b;letter-spacing:2px;font-size:1rem}._ratingText_1j6y1_96{font-size:.9rem;color:var(--ds-tertiary);font-weight:500}._ratingText_1j6y1_96 strong{color:var(--ds-primary)}._heroVisual_1j6y1_107{position:relative;background:linear-gradient(160deg,var(--ds-primary),var(--ds-primary-container));border-radius:24px;padding:36px;color:#fff;box-shadow:var(--ds-shadow-lg);overflow:hidden}._heroVisual_1j6y1_107:before{content:"";position:absolute;top:-60px;right:-60px;width:220px;height:220px;border-radius:50%;background:radial-gradient(circle,rgba(245,158,11,.35),transparent 70%)}._visualLabel_1j6y1_128{font-size:.85rem;color:#93c5fd;letter-spacing:.14em;text-transform:uppercase;font-weight:700;margin-bottom:18px}._scoreCard_1j6y1_137{background:#ffffff14;border:1px solid rgba(255,255,255,.15);border-radius:16px;padding:20px;margin-bottom:14px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}._scoreCardHighlight_1j6y1_146{background:#10b9811f;border-color:#10b9814d}._scoreRow_1j6y1_151{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}._scoreLabel_1j6y1_158{font-size:.85rem;color:#cbd5e1;font-weight:500}._scoreLabelGreen_1j6y1_164{font-size:.85rem;color:#a7f3d0;font-weight:500}._scoreVal_1j6y1_170{font-size:1.6rem;font-weight:800;font-family:var(--ds-font-family-heading)}._scoreSubtext_1j6y1_176{font-size:.82rem;color:#bbf7d0;margin-top:4px}._bar_1j6y1_182{height:8px;background:#ffffff1f;border-radius:var(--ds-radius-full);overflow:hidden}._bar_1j6y1_182>div{height:100%;background:linear-gradient(90deg,#60a5fa,#10b981);border-radius:var(--ds-radius-full)}._badgeFloat_1j6y1_195{position:absolute;bottom:24px;right:24px;background:#fff;color:var(--ds-primary);padding:12px 16px;border-radius:12px;font-weight:700;font-size:.9rem;box-shadow:var(--ds-shadow-md);display:flex;align-items:center;gap:8px}._dot_1j6y1_211{width:10px;height:10px;border-radius:50%;background:var(--ds-ok);box-shadow:0 0 0 4px #10b98133}@media(max-width:960px){._heroGrid_1j6y1_15{grid-template-columns:1fr;gap:32px}}@media(max-width:760px){._hero_1j6y1_1{padding:44px 0 60px}._container_1j6y1_9{padding:0 18px}._lede_1j6y1_26{font-size:1.02rem;margin:18px 0 22px}._heroVisual_1j6y1_107{padding:24px}._badgeFloat_1j6y1_195{bottom:16px;right:16px;padding:9px 12px;font-size:.8rem}._heroCta_1j6y1_38{flex-direction:column;width:100%}._heroCta_1j6y1_38 ._btnLg_1j6y1_44{width:100%;justify-content:center}._btnLg_1j6y1_44{padding:15px 24px;font-size:1rem}}._trust_kaoat_1{padding:38px 0;border-top:1px solid var(--ds-outline-variant);border-bottom:1px solid var(--ds-outline-variant);background:#fff}._container_kaoat_8{max-width:1180px;margin:0 auto;padding:0 24px;display:grid;grid-template-columns:repeat(4,1fr);gap:24px;text-align:center}._num_kaoat_18{font-family:var(--ds-font-family-heading);font-size:2.3rem;font-weight:800;color:var(--ds-primary);line-height:1}._lbl_kaoat_26{font-size:.9rem;color:var(--ds-tertiary);margin-top:6px;font-weight:500}@media(max-width:760px){._container_kaoat_8{grid-template-columns:repeat(2,1fr)}._trust_kaoat_1{padding:28px 0}._num_kaoat_18{font-size:1.8rem}._lbl_kaoat_26{font-size:.78rem}}@media(max-width:420px){._container_kaoat_8{grid-template-columns:1fr 1fr;gap:18px}._num_kaoat_18{font-size:1.55rem}}._pricing_r5hdn_1{background:linear-gradient(180deg,#f7f9fc,#fff);padding:90px 0}._container_r5hdn_6{max-width:1180px;margin:0 auto;padding:0 24px}._sectionHead_r5hdn_12{text-align:center;max-width:720px;margin:0 auto 56px}._sectionHead_r5hdn_12 p{font-size:1.05rem;margin-top:14px;color:var(--ds-tertiary)}._sectionHead_r5hdn_12 p strong{color:var(--ds-on-surface)}._cards_r5hdn_28{display:grid;grid-template-columns:repeat(2,1fr);gap:28px;align-items:stretch;max-width:880px;margin:0 auto}._card_r5hdn_28{background:#fff;border:1px solid var(--ds-outline-variant);border-radius:18px;padding:32px 28px;display:flex;flex-direction:column;transition:transform .2s ease,box-shadow .25s ease;position:relative}._card_r5hdn_28:hover{transform:translateY(-4px);box-shadow:var(--ds-shadow-lg)}._featured_r5hdn_53{border-color:var(--ds-accent);box-shadow:0 20px 45px #e11d4826;transform:scale(1.02)}._featured_r5hdn_53:hover{transform:translateY(-4px) scale(1.02)}._ribbon_r5hdn_63{position:absolute;top:-14px;left:50%;transform:translate(-50%);background:var(--ds-accent);color:#fff;font-size:.78rem;font-weight:700;padding:6px 14px;border-radius:var(--ds-radius-full);letter-spacing:.08em;text-transform:uppercase;white-space:nowrap}._card_r5hdn_28 h3{font-family:var(--ds-font-family-heading);font-size:1.6rem;margin-bottom:6px}._sub_r5hdn_85{color:var(--ds-tertiary);font-size:.95rem;margin-bottom:22px}._sub_r5hdn_85 strong{color:var(--ds-on-surface)}._price_r5hdn_95{font-family:var(--ds-font-family-heading);font-size:2.6rem;font-weight:800;color:var(--ds-primary);line-height:1}._price_r5hdn_95 small{font-size:1rem;color:var(--ds-tertiary);font-family:var(--ds-font-family);font-weight:500;margin-left:6px}._discountText_r5hdn_111{margin-top:8px;color:var(--ds-tertiary);font-size:.9rem}._featuresList_r5hdn_117{list-style:none;margin:22px 0 28px;flex-grow:1;padding:0}._featuresList_r5hdn_117 li{padding:8px 0;display:flex;gap:10px;align-items:flex-start;color:#334155;font-size:.97rem}._featuresList_r5hdn_117 li:before{content:"✓";color:var(--ds-ok);font-weight:800;flex-shrink:0;background:#d1fae5;width:22px;height:22px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.8rem}._featuresList_r5hdn_117 li strong{color:var(--ds-on-surface)}._offerNotice_r5hdn_152{text-align:center;margin-top:30px;font-size:.9rem;color:var(--ds-tertiary)}._offerNotice_r5hdn_152 strong{color:var(--ds-on-surface)}@media(max-width:760px){._pricing_r5hdn_1{padding:56px 0}._cards_r5hdn_28{grid-template-columns:1fr;gap:32px;max-width:460px;margin-top:30px}._card_r5hdn_28{padding:26px 22px;margin-top:14px}._featured_r5hdn_53{transform:none}._featured_r5hdn_53:hover{transform:translateY(-3px)}._price_r5hdn_95{font-size:2.1rem}._ribbon_r5hdn_63{font-size:.68rem;padding:5px 11px;letter-spacing:.06em}}._testimonials_1rgiw_1{background:var(--ds-surface-cream);padding:90px 0}._container_1rgiw_6{max-width:1180px;margin:0 auto;padding:0 24px}._sectionHead_1rgiw_12{text-align:center;max-width:720px;margin:0 auto 56px}._testGrid_1rgiw_18{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}._test_1rgiw_1{background:#fff;border-radius:16px;padding:28px;box-shadow:0 2px 8px #0000000a;display:flex;flex-direction:column;gap:14px;border:1px solid #F1ECE4}._stars_1rgiw_35{font-size:1.05rem;color:#f59e0b;margin-bottom:6px}._scoreTag_1rgiw_41{display:inline-block;background:#d1fae5;color:#065f46;padding:4px 10px;border-radius:var(--ds-radius-full);font-size:.78rem;font-weight:700;letter-spacing:.04em}._test_1rgiw_1 blockquote{color:#334155;font-size:1rem;line-height:1.6;font-style:normal;margin:0}._person_1rgiw_60{display:flex;align-items:center;gap:12px;margin-top:auto;padding-top:14px}._avatar_1rgiw_68{width:48px;height:48px;border-radius:50%;color:#fff;font-weight:700;display:flex;align-items:center;justify-content:center;font-size:1.1rem;flex-shrink:0}._name_1rgiw_81{font-weight:700;color:var(--ds-primary)}._role_1rgiw_86{font-size:.85rem;color:var(--ds-tertiary);line-height:1.3}@media(max-width:960px){._testGrid_1rgiw_18{grid-template-columns:1fr 1fr}}@media(max-width:680px){._testGrid_1rgiw_18{grid-template-columns:1fr}}@media(max-width:760px){._testimonials_1rgiw_1{padding:56px 0}._test_1rgiw_1{padding:22px}._test_1rgiw_1 blockquote{font-size:.95rem}}._errorBoundary_1t7c6_2{min-height:50vh;display:flex;align-items:center;justify-content:center;padding:2rem;background-color:#f8f9fa}._errorContainer_1t7c6_11{max-width:600px;text-align:center;background:#fff;padding:3rem 2rem;border-radius:1rem;box-shadow:0 4px 12px #0000001a}._errorTitle_1t7c6_20{font-size:1.5rem;font-weight:600;color:#d32f2f;margin-bottom:1rem}._errorMessage_1t7c6_27{font-size:1rem;color:#666;line-height:1.6;margin-bottom:2rem}._errorActions_1t7c6_34{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}._retryButton_1t7c6_41,._refreshButton_1t7c6_42{padding:.75rem 1.5rem;border:none;border-radius:.5rem;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s ease}._retryButton_1t7c6_41{background-color:#1976d2;color:#fff}._retryButton_1t7c6_41:hover,._retryButton_1t7c6_41:focus{background-color:#1565c0;transform:translateY(-1px);outline:none;box-shadow:0 2px 8px #1976d24d}._refreshButton_1t7c6_42{background-color:#f5f5f5;color:#333;border:1px solid #ddd}._refreshButton_1t7c6_42:hover,._refreshButton_1t7c6_42:focus{background-color:#e0e0e0;transform:translateY(-1px);outline:none;box-shadow:0 2px 8px #0000001a}._errorDetails_1t7c6_79{margin-top:2rem;text-align:left;background-color:#f5f5f5;border-radius:.5rem;padding:1rem}._errorDetails_1t7c6_79 summary{cursor:pointer;font-weight:500;color:#666;margin-bottom:.5rem}._errorStack_1t7c6_94{font-family:Courier New,monospace;font-size:.8rem;color:#d32f2f;white-space:pre-wrap;overflow-x:auto;background-color:#fff;padding:1rem;border-radius:.25rem;border:1px solid #ddd}@media(max-width:768px){._errorContainer_1t7c6_11{padding:2rem 1rem}._errorActions_1t7c6_34{flex-direction:column;align-items:center}._retryButton_1t7c6_41,._refreshButton_1t7c6_42{width:100%;max-width:200px}}@media(prefers-contrast:high){._errorContainer_1t7c6_11{border:2px solid #000}._retryButton_1t7c6_41:focus,._refreshButton_1t7c6_42:focus{outline:3px solid #000;outline-offset:2px}}@media(prefers-reduced-motion:reduce){._retryButton_1t7c6_41:hover,._refreshButton_1t7c6_42:hover,._retryButton_1t7c6_41:focus,._refreshButton_1t7c6_42:focus{transform:none}._retryButton_1t7c6_41,._refreshButton_1t7c6_42{transition:none}}._skeletonWrapper_14rwa_3{width:100%}@keyframes _shimmer_14rwa_13{0%{background-position:-200% 0}to{background-position:200% 0}}._shimmerBase_14rwa_13{background:linear-gradient(90deg,var(--ds-surface-container-high, #dee9fc) 25%,var(--ds-surface-container-highest, #d1d9e6) 50%,var(--ds-surface-container-high, #dee9fc) 75%);background-size:200% 100%;animation:_shimmer_14rwa_13 1.8s ease-in-out infinite;border-radius:var(--ds-radius-sm, 4px)}._skeletonCard_14rwa_26{background:var(--ds-surface-container-lowest);border-radius:var(--ds-radius-3xl);overflow:hidden;border:1px solid rgba(195,198,215,.15);box-shadow:var(--ds-shadow-sm)}._skeletonImage_14rwa_34{extend:.shimmerBase;width:100%;height:195px;border-radius:0;background:linear-gradient(90deg,#dee9fc 25%,#d1d9e6,#dee9fc 75%);background-size:200% 100%;animation:_shimmer_14rwa_13 1.8s ease-in-out infinite}._skeletonContent_14rwa_44{padding:1.5rem;display:flex;flex-direction:column;gap:.75rem}._skeletonTitle_14rwa_51{height:1.5rem;width:80%;border-radius:var(--ds-radius-md);background:linear-gradient(90deg,#dee9fc 25%,#d1d9e6,#dee9fc 75%);background-size:200% 100%;animation:_shimmer_14rwa_13 1.8s ease-in-out infinite}._skeletonText_14rwa_60{height:.875rem;width:100%;border-radius:var(--ds-radius-sm);background:linear-gradient(90deg,#dee9fc 25%,#d1d9e6,#dee9fc 75%);background-size:200% 100%;animation:_shimmer_14rwa_13 1.8s ease-in-out infinite}._skeletonPrice_14rwa_69{height:2rem;width:100px;margin-top:.5rem;border-radius:var(--ds-radius-lg);background:linear-gradient(90deg,#dee9fc 25%,#d1d9e6,#dee9fc 75%);background-size:200% 100%;animation:_shimmer_14rwa_13 1.8s ease-in-out infinite}._skeletonTestimonial_14rwa_80{background:var(--ds-surface-container-lowest);border-radius:var(--ds-radius-2xl);padding:1.75rem;box-shadow:var(--ds-shadow-sm);border:1px solid rgba(195,198,215,.15);display:flex;flex-direction:column;align-items:center;gap:1rem}._skeletonAvatar_14rwa_92{width:3.5rem;height:3.5rem;border-radius:50%;background:linear-gradient(90deg,#dee9fc 25%,#d1d9e6,#dee9fc 75%);background-size:200% 100%;animation:_shimmer_14rwa_13 1.8s ease-in-out infinite}._skeletonRating_14rwa_101{height:1rem;width:120px;border-radius:var(--ds-radius-full);background:linear-gradient(90deg,#dee9fc 25%,#d1d9e6,#dee9fc 75%);background-size:200% 100%;animation:_shimmer_14rwa_13 1.8s ease-in-out infinite}._skeletonName_14rwa_110{height:1.125rem;width:60%;border-radius:var(--ds-radius-md);margin-top:.5rem;background:linear-gradient(90deg,#dee9fc 25%,#d1d9e6,#dee9fc 75%);background-size:200% 100%;animation:_shimmer_14rwa_13 1.8s ease-in-out infinite}._skeletonBox_14rwa_121{border-radius:var(--ds-radius-md);background:linear-gradient(90deg,#dee9fc 25%,#d1d9e6,#dee9fc 75%);background-size:200% 100%;animation:_shimmer_14rwa_13 1.8s ease-in-out infinite}._skeletonCircle_14rwa_128{border-radius:50%;background:linear-gradient(90deg,#dee9fc 25%,#d1d9e6,#dee9fc 75%);background-size:200% 100%;animation:_shimmer_14rwa_13 1.8s ease-in-out infinite}._skeletonScreen_14rwa_136{position:fixed;inset:0;background:var(--ds-background);z-index:9999;padding:2.5rem;display:flex;flex-direction:column;gap:3rem}._skeletonHeader_14rwa_147{display:flex;justify-content:space-between;align-items:center}._skeletonLogo_14rwa_153{width:140px;height:2.25rem;border-radius:var(--ds-radius-md);background:linear-gradient(90deg,#dee9fc 25%,#d1d9e6,#dee9fc 75%);background-size:200% 100%;animation:_shimmer_14rwa_13 1.8s ease-in-out infinite}._skeletonNav_14rwa_162{display:flex;gap:2rem}._skeletonNavItem_14rwa_167{width:70px;height:1rem;border-radius:var(--ds-radius-full);background:linear-gradient(90deg,#dee9fc 25%,#d1d9e6,#dee9fc 75%);background-size:200% 100%;animation:_shimmer_14rwa_13 1.8s ease-in-out infinite}._skeletonHero_14rwa_176{display:flex;flex-direction:column;gap:1.5rem}._skeletonHeroTitle_14rwa_182{width:60%;height:4rem;border-radius:var(--ds-radius-xl);background:linear-gradient(90deg,#dee9fc 25%,#d1d9e6,#dee9fc 75%);background-size:200% 100%;animation:_shimmer_14rwa_13 1.8s ease-in-out infinite}._skeletonHeroText_14rwa_191{width:40%;height:1.125rem;border-radius:var(--ds-radius-md);background:linear-gradient(90deg,#dee9fc 25%,#d1d9e6,#dee9fc 75%);background-size:200% 100%;animation:_shimmer_14rwa_13 1.8s ease-in-out infinite}._banner_11mea_1{background:var(--ds-primary);color:#fff;text-align:center;padding:10px 16px;font-size:.9rem;font-weight:500;z-index:100}._banner_11mea_1 strong{color:var(--ds-warning)}@media(max-width:760px){._banner_11mea_1{font-size:.82rem;padding:9px 14px;line-height:1.35}}._section_1xws5_1{padding:90px 0}._container_1xws5_2{max-width:1180px;margin:0 auto;padding:0 24px}._sectionHead_1xws5_4{text-align:center;max-width:720px;margin:0 auto 56px}._sectionHead_1xws5_4 p{font-size:1.05rem;margin-top:14px}._features_1xws5_11{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}._feature_1xws5_11{background:#fff;border:1px solid var(--ds-outline-variant);border-radius:var(--ds-radius-lg);padding:28px;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}._feature_1xws5_11:hover{transform:translateY(-4px);box-shadow:var(--ds-shadow-md);border-color:var(--ds-surface-container-highest)}._icon_1xws5_31{width:52px;height:52px;border-radius:12px;display:flex;align-items:center;justify-content:center;background:var(--ds-secondary-fixed);color:var(--ds-secondary);margin-bottom:18px;font-size:1.4rem}._feature_1xws5_11 h3{margin-bottom:8px;letter-spacing:-.01em}@media(max-width:900px){._features_1xws5_11{grid-template-columns:1fr 1fr}}@media(max-width:620px){._features_1xws5_11{grid-template-columns:1fr}}@media(max-width:760px){._section_1xws5_1{padding:56px 0}._sectionHead_1xws5_4{margin-bottom:40px}}._section_1ckxk_1{padding:20px 0 90px}._container_1ckxk_2{max-width:1180px;margin:0 auto;padding:0 24px}._guarantee_1ckxk_4{background:linear-gradient(135deg,var(--ds-primary),var(--ds-primary-container));color:#fff;border-radius:22px;padding:48px;display:grid;grid-template-columns:auto 1fr auto;gap:30px;align-items:center;box-shadow:var(--ds-shadow-lg)}._seal_1ckxk_16{width:120px;height:120px;border-radius:50%;background:radial-gradient(circle at 30% 30%,#fde68a,#e11d48);display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;font-weight:800;text-align:center;font-family:var(--ds-font-family-heading);font-size:1rem;line-height:1.1;box-shadow:0 10px 30px #f59e0b59;flex-shrink:0}._sealSub_1ckxk_35{font-size:.7rem;letter-spacing:.08em;margin-top:4px}._guarantee_1ckxk_4 h2{color:#fff;margin-bottom:8px}._guarantee_1ckxk_4 p{color:#cbd5e1;max-width:640px}._ctaBtn_1ckxk_51{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:18px 34px;border-radius:var(--ds-radius-full);font-weight:700;font-size:1.05rem;background:var(--ds-accent);color:#fff;box-shadow:var(--ds-shadow-primary);text-decoration:none;transition:transform .15s ease,box-shadow .2s ease;white-space:nowrap}._ctaBtn_1ckxk_51:hover{transform:translateY(-2px);box-shadow:var(--ds-shadow-primary-hover)}@media(max-width:820px){._guarantee_1ckxk_4{grid-template-columns:1fr;text-align:center;padding:28px 22px;gap:20px}._seal_1ckxk_16{width:96px;height:96px;font-size:.85rem;margin:0 auto}._guarantee_1ckxk_4 h2{font-size:1.4rem}._guarantee_1ckxk_4 p{font-size:.92rem;margin:0 auto}}@media(max-width:760px){._section_1ckxk_1{padding:56px 0}}._section_10thl_1{padding:90px 0}._container_10thl_2{max-width:1180px;margin:0 auto;padding:0 24px}._sectionHead_10thl_4{text-align:center;max-width:720px;margin:0 auto 56px}._steps_10thl_10{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;position:relative}._step_10thl_10{text-align:center;padding:0 10px}._num_10thl_22{width:60px;height:60px;border-radius:50%;background:#fff;border:2px solid var(--ds-accent);color:var(--ds-accent);font-weight:800;font-size:1.4rem;font-family:var(--ds-font-family-heading);display:flex;align-items:center;justify-content:center;margin:0 auto 18px;position:relative;z-index:2}._step_10thl_10 h3{margin-bottom:8px}@media(max-width:900px){._steps_10thl_10{grid-template-columns:1fr}}@media(max-width:760px){._section_10thl_1{padding:56px 0}._sectionHead_10thl_4{margin-bottom:40px}}._section_1ahsa_1{padding:90px 0}._container_1ahsa_2{max-width:1180px;margin:0 auto;padding:0 24px}._teacherGrid_1ahsa_4{display:grid;grid-template-columns:.8fr 1.2fr;gap:48px;align-items:center}._teacherImg_1ahsa_11{background:linear-gradient(135deg,#fef3c7,#fed7aa);border-radius:22px;aspect-ratio:4/5;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}._initials_1ahsa_22{font-family:var(--ds-font-family-heading);font-size:7rem;color:var(--ds-primary);font-weight:800;opacity:.3}._credentials_1ahsa_30{position:absolute;bottom:20px;left:20px;right:20px;background:#fff;padding:16px 20px;border-radius:var(--ds-radius-md);box-shadow:var(--ds-shadow-sm)}._credentials_1ahsa_30 strong{display:block;color:var(--ds-primary);font-size:1.05rem}._credentials_1ahsa_30 span{color:var(--ds-tertiary);font-size:.85rem}._bioFirst_1ahsa_52{font-size:1.05rem;margin-top:16px;line-height:1.6}._bioSecond_1ahsa_58{margin-top:14px;line-height:1.6}._credList_1ahsa_63{display:flex;flex-wrap:wrap;gap:10px;margin-top:20px}._credList_1ahsa_63 span{background:var(--ds-secondary-fixed);color:var(--ds-secondary);padding:8px 14px;border-radius:var(--ds-radius-full);font-weight:600;font-size:.88rem}._ctaWrap_1ahsa_79{margin-top:30px}@media(max-width:860px){._teacherGrid_1ahsa_4{grid-template-columns:1fr;text-align:center}._teacherImg_1ahsa_11{aspect-ratio:1/1;max-width:400px;margin:0 auto}._initials_1ahsa_22{font-size:5rem}._credList_1ahsa_63{justify-content:center}}@media(max-width:760px){._section_1ahsa_1{padding:56px 0}}._section_ppg0e_1{background:var(--ds-surface-variant);padding:90px 0}._container_ppg0e_2{max-width:1180px;margin:0 auto;padding:0 24px}._sectionHead_ppg0e_4{text-align:center;max-width:720px;margin:0 auto 56px}._faqWrap_ppg0e_10{max-width:820px;margin:0 auto}._details_ppg0e_12{background:#fff;border:1px solid var(--ds-outline-variant);border-radius:12px;padding:0;margin-bottom:12px;transition:border-color .2s ease}._details_ppg0e_12[open]{border-color:var(--ds-secondary)}._summary_ppg0e_23{padding:20px 24px;font-weight:600;color:var(--ds-primary);cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center;font-size:1.02rem}._summary_ppg0e_23::-webkit-details-marker{display:none}._summary_ppg0e_23:after{content:"+";font-size:1.5rem;color:var(--ds-secondary);font-weight:400;transition:transform .2s ease}._details_ppg0e_12[open] ._summary_ppg0e_23:after{content:"–";transform:scaleY(.9)}._faqBody_ppg0e_47{padding:0 24px 22px;color:var(--ds-tertiary);line-height:1.7}._faqBody_ppg0e_47 strong{color:var(--ds-on-surface)}@media(max-width:760px){._section_ppg0e_1{padding:56px 0}._summary_ppg0e_23{padding:16px 18px;font-size:.96rem}._faqBody_ppg0e_47{padding:0 18px 18px;font-size:.93rem}}._section_1gbs8_1{padding:30px 0 90px}._container_1gbs8_2{max-width:1180px;margin:0 auto;padding:0 24px}._finalCta_1gbs8_4{background:radial-gradient(600px 280px at 20% 0%,rgba(225,29,72,.18),transparent 60%),radial-gradient(700px 320px at 100% 100%,rgba(37,99,235,.22),transparent 60%),linear-gradient(135deg,var(--ds-primary),#0B1E3B);color:#fff;text-align:center;border-radius:24px;padding:70px 30px;margin:40px 0;box-shadow:var(--ds-shadow-lg)}._finalCta_1gbs8_4 h2{color:#fff;max-width:680px;margin:0 auto 16px}._finalCta_1gbs8_4 p{color:#cbd5e1;max-width:580px;margin:0 auto 30px;font-size:1.05rem;line-height:1.6}._urgency_1gbs8_31{display:inline-flex;align-items:center;gap:8px;background:#f59e0b26;color:#fde68a;padding:8px 16px;border-radius:var(--ds-radius-full);font-weight:600;font-size:.9rem;margin-bottom:20px}._dot_1gbs8_44{width:8px;height:8px;background:#fde68a;border-radius:50%;animation:_pulse_1gbs8_1 1.6s infinite}@keyframes _pulse_1gbs8_1{0%,to{opacity:1}50%{opacity:.35}}._ctaGroup_1gbs8_57{display:flex;gap:14px;justify-content:center;flex-wrap:wrap}._ghostBtn_1gbs8_64{background:#ffffff14!important;color:#fff!important;border-color:#fff3!important}._ghostBtn_1gbs8_64:hover{background:#ffffff26!important;border-color:#fff!important}._bonusNotice_1gbs8_75{margin:22px auto 0!important;font-size:.88rem!important;color:#94a3b8!important}@media(max-width:760px){._section_1gbs8_1{padding:0 0 56px}._finalCta_1gbs8_4{padding:48px 22px;border-radius:18px}._finalCta_1gbs8_4 h2{font-size:1.5rem}._finalCta_1gbs8_4 p{font-size:.95rem}._ctaGroup_1gbs8_57 a{width:100%}}._fab_11e1t_1{position:fixed;bottom:24px;right:24px;z-index:60;background:#25d366;color:#fff;width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 30px #25d36673;transition:transform .2s ease}._fab_11e1t_1:hover{transform:scale(1.08)}._fab_11e1t_1 svg{width:30px;height:30px}@media(max-width:760px){._fab_11e1t_1{width:54px;height:54px;bottom:18px;right:18px}._fab_11e1t_1 svg{width:26px;height:26px}}._profileDropdown_xex0y_3{position:relative}._avatarButton_xex0y_7{display:flex;align-items:center;gap:8px;padding:6px 10px;background:transparent;border:none;border-radius:var(--ds-radius-md);cursor:pointer;transition:background-color .15s ease;color:var(--ds-on-surface)}._avatarButton_xex0y_7:hover{background-color:var(--ds-surface-variant)}._avatar_xex0y_7{width:38px;height:38px;border-radius:50%;overflow:hidden;background:var(--ds-primary);display:flex;align-items:center;justify-content:center;flex-shrink:0}._avatarImage_xex0y_36{width:100%;height:100%;object-fit:cover}._initials_xex0y_42{color:#fff;font-weight:600;font-size:.9rem}._userName_xex0y_48{font-weight:500;font-size:.95rem}._chevron_xex0y_53{transition:transform .2s ease;color:var(--ds-tertiary)}._chevronOpen_xex0y_58{transform:rotate(180deg)}._dropdownMenu_xex0y_63{position:absolute;top:calc(100% + 8px);right:0;min-width:250px;background:#fff;border-radius:var(--ds-radius-md);box-shadow:var(--ds-shadow-lg);border:1px solid var(--ds-outline-variant);padding:8px 0;z-index:1000;animation:_dropdownFadeIn_xex0y_1 .2s ease-out}@keyframes _dropdownFadeIn_xex0y_1{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}._userInfo_xex0y_89{padding:16px 20px}._userInfoName_xex0y_93{font-weight:600;color:var(--ds-primary);margin-bottom:4px}._userInfoEmail_xex0y_99{font-size:.875rem;color:var(--ds-tertiary)}._divider_xex0y_104{height:1px;background:var(--ds-outline-variant);margin:8px 0}._menuItem_xex0y_110{display:flex;align-items:center;gap:16px;width:100%;padding:12px 20px;background:none;border:none;text-align:left;font-size:.95rem;color:var(--ds-primary);cursor:pointer;transition:background-color .15s ease;text-decoration:none}._menuItem_xex0y_110:hover{background-color:var(--ds-surface-cream)}._menuItem_xex0y_110 svg{color:var(--ds-tertiary);flex-shrink:0}@media(max-width:768px){._userName_xex0y_48{display:none}._dropdownMenu_xex0y_63{right:-10px}}@media(max-width:480px){._dropdownMenu_xex0y_63{min-width:220px}}@media(prefers-reduced-motion:reduce){._dropdownMenu_xex0y_63{animation:none}._chevron_xex0y_53{transition:none}}._homePage_qvw4a_2{min-height:100vh;display:flex;flex-direction:column}._main_qvw4a_8{flex:1}._loadingContainer_qvw4a_13,._errorContainer_qvw4a_14{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;padding:2rem;text-align:center}._spinner_qvw4a_24{width:3rem;height:3rem;border:3px solid #f3f3f3;border-top:3px solid #1976d2;border-radius:50%;animation:_spin_qvw4a_24 1s linear infinite;margin-bottom:1rem}@keyframes _spin_qvw4a_24{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._errorContainer_qvw4a_14 h1{color:#d32f2f;margin-bottom:1rem}._errorContainer_qvw4a_14 button{background-color:#1976d2;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:.25rem;cursor:pointer;font-size:1rem;margin-top:1rem;transition:background-color .3s ease}._errorContainer_qvw4a_14 button:hover{background-color:#1565c0}._container_qvw4a_61{max-width:1200px;margin:0 auto;padding:0 1rem}._sectionSpacing_qvw4a_68{margin:0}@media(min-width:768px){._sectionSpacing_qvw4a_68{margin:1rem 0}}._heroSection_qvw4a_80{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:4rem 0;min-height:60vh;display:flex;align-items:center}._heroContainer_qvw4a_89{max-width:1200px;margin:0 auto;padding:0 1rem;display:grid;grid-template-columns:1fr;gap:2rem;align-items:center}._heroContent_qvw4a_99{text-align:center}._heroTitle_qvw4a_103{font-size:2.5rem;font-weight:700;margin-bottom:1.5rem;line-height:1.2}._heroSubtitle_qvw4a_110{font-size:1.2rem;line-height:1.6;margin-bottom:2rem;opacity:.9;max-width:600px;margin-left:auto;margin-right:auto}._ctaButton_qvw4a_120{background-color:#ff6b35;color:#fff;border:none;padding:1rem 2rem;font-size:1.1rem;font-weight:600;border-radius:.5rem;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:.5px}._ctaButton_qvw4a_120:hover,._ctaButton_qvw4a_120:focus{background-color:#e55a2b;transform:translateY(-2px);box-shadow:0 4px 12px #ff6b354d;outline:none}._heroImageContainer_qvw4a_142{display:none}._heroImage_qvw4a_142{width:100%;height:auto;border-radius:1rem;box-shadow:0 10px 30px #0000004d}._storySection_qvw4a_154{padding:4rem 0;background-color:#f8f9fa}._sectionTitle_qvw4a_159{font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:3rem;color:#2c3e50}._missionContainer_qvw4a_167{margin-bottom:3rem}._missionText_qvw4a_171{font-size:1.3rem;line-height:1.7;text-align:center;color:#34495e;font-weight:500;max-width:800px;margin:0 auto}._storyContainer_qvw4a_181{display:grid;grid-template-columns:1fr;gap:2rem;align-items:center;margin-bottom:3rem}._storyText_qvw4a_189{font-size:1.1rem;line-height:1.7;color:#555;text-align:center}._teamImageContainer_qvw4a_196{display:flex;justify-content:center}._teamImage_qvw4a_196{width:100%;max-width:400px;height:auto;border-radius:1rem;box-shadow:0 8px 24px #0000001a}._statisticsContainer_qvw4a_210{margin-top:3rem}._statisticsGrid_qvw4a_214{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;max-width:600px;margin:0 auto}._statItem_qvw4a_222{text-align:center;padding:1.5rem;background:#fff;border-radius:1rem;box-shadow:0 4px 12px #0000001a;transition:transform .3s ease}._statItem_qvw4a_222:hover{transform:translateY(-4px)}._statNumber_qvw4a_235{display:block;font-size:2.5rem;font-weight:700;color:#1976d2;margin-bottom:.5rem}._statLabel_qvw4a_243{font-size:.9rem;color:#666;text-transform:uppercase;letter-spacing:.5px;font-weight:500}._placeholderSection_qvw4a_252{padding:4rem 0;background-color:#fff;text-align:center}._placeholderText_qvw4a_258{font-size:1.1rem;color:#666;max-width:600px;margin:0 auto;line-height:1.6}@media(max-width:480px){._container_qvw4a_61{padding:0 .75rem}._heroSection_qvw4a_80{padding:2.5rem 0;min-height:50vh}._heroContainer_qvw4a_89{padding:0 .75rem;gap:1.5rem}._heroTitle_qvw4a_103{font-size:1.875rem;margin-bottom:1rem}._heroSubtitle_qvw4a_110{font-size:1rem;margin-bottom:1.5rem}._ctaButton_qvw4a_120{padding:.75rem 1.5rem;font-size:.9375rem}._storySection_qvw4a_154{padding:2.5rem 0}._sectionTitle_qvw4a_159{font-size:1.875rem;margin-bottom:2rem}._missionText_qvw4a_171{font-size:1.0625rem}._storyText_qvw4a_189{font-size:.9375rem}._statisticsGrid_qvw4a_214{grid-template-columns:1fr;gap:1.25rem}._statNumber_qvw4a_235{font-size:2rem}._statLabel_qvw4a_243{font-size:.8125rem}._placeholderSection_qvw4a_252{padding:2.5rem 0}._placeholderText_qvw4a_258{font-size:1rem}}@media(min-width:481px)and (max-width:767px){._container_qvw4a_61{padding:0 1rem}._heroSection_qvw4a_80{padding:3rem 0;min-height:55vh}._heroContainer_qvw4a_89{padding:0 1rem;gap:2rem}._heroTitle_qvw4a_103{font-size:2.25rem;margin-bottom:1.25rem}._heroSubtitle_qvw4a_110{font-size:1.0625rem;margin-bottom:1.75rem}._ctaButton_qvw4a_120{padding:.875rem 1.75rem;font-size:1rem}._storySection_qvw4a_154{padding:3rem 0}._sectionTitle_qvw4a_159{font-size:2.125rem;margin-bottom:2.25rem}._missionText_qvw4a_171{font-size:1.125rem}._storyText_qvw4a_189{font-size:1rem}._statisticsGrid_qvw4a_214{grid-template-columns:repeat(2,1fr);gap:1.5rem}._statNumber_qvw4a_235{font-size:2.25rem}}@media(min-width:768px)and (max-width:1023px){._container_qvw4a_61{padding:0 1.5rem}._heroContainer_qvw4a_89{padding:0 1.5rem;grid-template-columns:1fr 1fr;gap:3rem}._heroContent_qvw4a_99{text-align:left}._heroTitle_qvw4a_103{font-size:2.75rem}._heroSubtitle_qvw4a_110{margin-left:0;margin-right:0;font-size:1.125rem}._heroImageContainer_qvw4a_142{display:block}._sectionTitle_qvw4a_159{font-size:2.5rem}._missionText_qvw4a_171{font-size:1.25rem}._storyContainer_qvw4a_181{grid-template-columns:1fr 1fr;gap:3rem}._storyText_qvw4a_189{text-align:left;font-size:1.0625rem}._statisticsGrid_qvw4a_214{grid-template-columns:repeat(4,1fr);max-width:none}}@media(min-width:1024px)and (max-width:1199px){._container_qvw4a_61{padding:0 2rem}._heroSection_qvw4a_80{padding:5rem 0}._heroContainer_qvw4a_89{padding:0 2rem;grid-template-columns:1fr 1fr;gap:3.5rem}._heroTitle_qvw4a_103{font-size:3.25rem}._heroSubtitle_qvw4a_110{font-size:1.25rem}._sectionTitle_qvw4a_159{font-size:2.75rem}._missionText_qvw4a_171{font-size:1.3125rem}._storyContainer_qvw4a_181{gap:3.5rem}._storyText_qvw4a_189{font-size:1.125rem}}@media(min-width:1200px){._container_qvw4a_61{padding:0 2.5rem}._heroSection_qvw4a_80{padding:6rem 0}._heroContainer_qvw4a_89{padding:0 2.5rem;gap:4.5rem}._heroTitle_qvw4a_103{font-size:3.75rem}._heroSubtitle_qvw4a_110{font-size:1.375rem}._sectionTitle_qvw4a_159{font-size:3.25rem}._missionText_qvw4a_171{font-size:1.5rem}._storyContainer_qvw4a_181{gap:4.5rem}._storyText_qvw4a_189{font-size:1.25rem}._statNumber_qvw4a_235{font-size:2.75rem}._placeholderText_qvw4a_258{font-size:1.1875rem}}@media(prefers-contrast:high){._heroSection_qvw4a_80{background:#000;color:#fff}._ctaButton_qvw4a_120:focus{outline:3px solid #ffffff;outline-offset:2px}}@media(prefers-reduced-motion:reduce){._spinner_qvw4a_24{animation:none}._ctaButton_qvw4a_120:hover,._statItem_qvw4a_222:hover{transform:none}._ctaButton_qvw4a_120,._statItem_qvw4a_222{transition:none}}._form_oztec_3{max-width:440px;width:100%;padding:2.5rem;background:#fff;border-radius:var(--ds-radius-3xl);box-shadow:var(--ds-shadow-xl);border:1px solid rgba(195,198,215,.1)}._formTitle_oztec_13{font-size:2rem;font-weight:900;color:var(--ds-on-surface);margin-bottom:.5rem;text-align:center;letter-spacing:-.04em}._formSubtitle_oztec_22{color:var(--ds-tertiary);text-align:center;margin-bottom:2.5rem;font-size:.95rem}._formGroup_oztec_30{margin-bottom:1.5rem}._label_oztec_32{display:block;font-weight:700;color:var(--ds-on-surface-variant);margin-bottom:.5rem;font-size:.85rem;letter-spacing:.02em}._required_oztec_41{color:var(--ds-error);margin-left:.25rem}._inputWrapper_oztec_44{position:relative}._input_oztec_44{width:100%;padding:.875rem 1.125rem;border:1px solid var(--ds-outline-variant);border-radius:var(--ds-radius-lg);font-size:1rem;font-family:inherit;transition:all var(--ds-transition-normal);background:var(--ds-surface-container-lowest);color:var(--ds-on-surface)}._input_oztec_44:focus{outline:none;border-color:var(--ds-primary);box-shadow:0 0 0 4px var(--ds-primary-container);background:#fff}._inputError_oztec_65{border-color:var(--ds-error)}._inputError_oztec_65:focus{box-shadow:0 0 0 4px var(--ds-error-container)}._togglePassword_oztec_68{position:absolute;right:1rem;top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;color:var(--ds-outline);padding:4px;font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em}._errorMessage_oztec_85{display:block;color:var(--ds-error);font-size:.75rem;margin-top:.375rem;font-weight:700}._apiError_oztec_93{padding:1rem;background:var(--ds-error-container);border-radius:var(--ds-radius-lg);color:var(--ds-error);margin-bottom:1.5rem;font-size:.875rem;font-weight:700}._submitButton_oztec_104{width:100%;padding:1rem;margin-top:1.5rem;background:var(--ds-gradient-primary);color:var(--ds-on-primary);border:none;border-radius:var(--ds-radius-full);font-weight:800;font-size:1rem;cursor:pointer;transition:all var(--ds-transition-normal);box-shadow:var(--ds-shadow-primary)}._submitButton_oztec_104:hover:not(:disabled){opacity:.9;transform:scale(1.015);box-shadow:0 8px 28px #004ac64d}._submitButton_oztec_104:disabled{opacity:.5;cursor:not-allowed}._divider_oztec_131{display:flex;align-items:center;text-align:center;margin:1.75rem 0;color:var(--ds-outline);font-size:.75rem;font-weight:800;text-transform:uppercase;letter-spacing:.1em}._divider_oztec_131:before,._divider_oztec_131:after{content:"";flex:1;border-bottom:1px solid var(--ds-outline-variant)}._divider_oztec_131 span{padding:0 1rem}._switchForm_oztec_150{text-align:center;margin-top:1.75rem;color:var(--ds-tertiary);font-size:.9rem}._link_oztec_157{color:var(--ds-primary);font-weight:800;text-decoration:none;margin-left:.375rem}._link_oztec_157:hover{text-decoration:underline}@media(max-width:480px){._form_oztec_3{padding:1.75rem}._formTitle_oztec_13{font-size:1.75rem}}._pageContainer_1uz6s_4{min-height:100vh;display:grid;grid-template-columns:1fr 1fr;overflow:hidden}._brandSection_1uz6s_12{background:linear-gradient(135deg,var(--ds-primary),var(--ds-primary-container));padding:4rem 3.5rem;display:flex;flex-direction:column;justify-content:center;position:relative;overflow:hidden;animation:_fadeInLeft_1uz6s_1 .6s ease-out both}._brandSection_1uz6s_12:after{content:"";position:absolute;bottom:-4rem;right:-4rem;width:22rem;height:22rem;background:#ffffff0f;border-radius:50%;pointer-events:none}._brandTitle_1uz6s_36{font-size:clamp(2.5rem,4vw,3.5rem);font-weight:900;color:#fff;letter-spacing:-.04em;line-height:1.05;margin-bottom:1.25rem;text-shadow:0 4px 20px rgba(0,0,0,.2)}._brandTagline_1uz6s_46{font-size:1.1rem;color:#ffffffd9;line-height:1.65;margin-bottom:3rem}._features_1uz6s_54{display:flex;flex-direction:column;gap:.875rem}._feature_1uz6s_54{display:flex;align-items:center;gap:1rem;font-size:1rem;font-weight:600;color:#fff;padding:.875rem 1.25rem;background:#ffffff1f;border-radius:var(--ds-radius-full);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transition:background var(--ds-transition-fast)}._feature_1uz6s_54:hover{background:#fff3}._featureIcon_1uz6s_78{width:2.25rem;height:2.25rem;background:#fe9800e6;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1rem;font-weight:700;flex-shrink:0;box-shadow:0 4px 12px #fe980059;color:#fff}._formSection_1uz6s_94{background:var(--ds-background);display:flex;flex-direction:column;justify-content:center;padding:4rem 3.5rem;animation:_fadeInRight_1uz6s_1 .6s ease-out .1s both}._contentWrapper_1uz6s_104{display:contents}@media(max-width:900px){._pageContainer_1uz6s_4{grid-template-columns:1fr}._brandSection_1uz6s_12{padding:3rem 2rem;min-height:auto}._brandSection_1uz6s_12:after{display:none}._formSection_1uz6s_94{padding:3rem 2rem}}@media(max-width:480px){._brandSection_1uz6s_12,._formSection_1uz6s_94{padding:2rem 1.25rem}._brandTitle_1uz6s_36{font-size:2rem}}@media(prefers-reduced-motion:reduce){._brandSection_1uz6s_12,._formSection_1uz6s_94{animation:none}._feature_1uz6s_54{transition:none}._feature_1uz6s_54:hover{transform:none}}._pageContainer_zhy0y_3{min-height:100vh;display:grid;grid-template-columns:1fr 1fr;overflow:hidden}._brandSection_zhy0y_11{background:linear-gradient(135deg,var(--ds-primary),var(--ds-primary-container));padding:4rem 3.5rem;display:flex;flex-direction:column;justify-content:center;position:relative;overflow:hidden;animation:_fadeInLeft_zhy0y_1 .6s ease-out both}._brandSection_zhy0y_11:after{content:"";position:absolute;top:-4rem;right:-4rem;width:24rem;height:24rem;background:#ffffff0d;border-radius:50%;pointer-events:none}._brandTitle_zhy0y_35{font-size:clamp(2.5rem,4vw,3.5rem);font-weight:900;color:#fff;letter-spacing:-.04em;line-height:1.05;margin-bottom:1.25rem;text-shadow:0 4px 20px rgba(0,0,0,.15)}._brandTagline_zhy0y_45{font-size:1.1rem;color:#ffffffd9;line-height:1.65;margin-bottom:3.5rem}._benefits_zhy0y_53{display:flex;flex-direction:column;gap:1.25rem}._benefit_zhy0y_53{display:flex;gap:1.25rem;align-items:flex-start;padding:1.5rem;background:#ffffff1a;border-radius:var(--ds-radius-2xl);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.15);transition:all var(--ds-transition-normal)}._benefit_zhy0y_53:hover{background:#ffffff2e;transform:translateY(-4px);box-shadow:0 12px 32px #0000001f}._benefitIcon_zhy0y_77{font-size:2rem;flex-shrink:0;line-height:1}._benefit_zhy0y_53 h3{font-size:1.125rem;font-weight:800;margin-bottom:.375rem;color:#fff;letter-spacing:-.01em}._benefit_zhy0y_53 p{font-size:.95rem;margin:0;line-height:1.6;color:#fffc}._formSection_zhy0y_99{background:var(--ds-background);display:flex;flex-direction:column;justify-content:center;padding:4rem 3.5rem;animation:_fadeInRight_zhy0y_1 .6s ease-out .1s both}._contentWrapper_zhy0y_108{display:contents}@media(max-width:900px){._pageContainer_zhy0y_3{grid-template-columns:1fr}._brandSection_zhy0y_11{padding:3rem 2rem;min-height:auto}._brandSection_zhy0y_11:after{display:none}._formSection_zhy0y_99{padding:3rem 2rem}}@media(max-width:480px){._brandSection_zhy0y_11,._formSection_zhy0y_99{padding:2rem 1.25rem}._brandTitle_zhy0y_35{font-size:2rem}._benefit_zhy0y_53{padding:1rem;gap:1rem}}@media(prefers-reduced-motion:reduce){._brandSection_zhy0y_11,._formSection_zhy0y_99{animation:none}._benefit_zhy0y_53{transition:none;transform:none!important}}._container_d2txc_3{background:var(--ds-surface-container-lowest);border-radius:var(--ds-radius-3xl);padding:2rem;box-shadow:var(--ds-shadow-card);border:1px solid rgba(195,198,215,.15)}._header_d2txc_11{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}._title_d2txc_18{font-size:1.25rem;font-weight:800;color:var(--ds-on-surface);letter-spacing:-.02em;margin:0}._editButton_d2txc_26{padding:.625rem 1.25rem;background:var(--ds-surface-container-high);color:var(--ds-primary);border:none;border-radius:var(--ds-radius-full);font-weight:700;font-size:.85rem;cursor:pointer;transition:all var(--ds-transition-fast)}._editButton_d2txc_26:hover{background:var(--ds-surface-container-highest)}._successMessage_d2txc_41{padding:1rem;background:#4caf501a;border-radius:var(--ds-radius-lg);color:#2e7d32;margin-bottom:1.5rem;font-size:.9rem;font-weight:600}._errorMessage_d2txc_51{padding:1rem;background:var(--ds-error-container);border-radius:var(--ds-radius-lg);color:var(--ds-error);margin-bottom:1.5rem;font-size:.9rem;font-weight:600}._form_d2txc_61{display:flex;flex-direction:column;gap:1.5rem}._row_d2txc_67{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}._actions_d2txc_73{display:flex;gap:.75rem;justify-content:flex-end;margin-top:1rem}._button_d2txc_80{padding:.875rem 1.75rem;border-radius:var(--ds-radius-full);font-weight:700;cursor:pointer;transition:all var(--ds-transition-normal);border:none}._cancelButton_d2txc_89{background:var(--ds-surface-container-high);color:var(--ds-on-surface-variant)}._saveButton_d2txc_94{background:var(--ds-gradient-primary);color:var(--ds-on-primary);box-shadow:var(--ds-shadow-primary-sm)}._saveButton_d2txc_94:hover{opacity:.9;box-shadow:var(--ds-shadow-primary)}@media(max-width:768px){._row_d2txc_67{grid-template-columns:1fr}._actions_d2txc_73{flex-direction:column-reverse}._button_d2txc_80{width:100%}}._container_14x66_3{background:var(--ds-surface-container-lowest);border-radius:var(--ds-radius-3xl);padding:2rem;box-shadow:var(--ds-shadow-card);border:1px solid rgba(195,198,215,.15)}._title_14x66_11{font-size:1.25rem;font-weight:800;color:var(--ds-on-surface);letter-spacing:-.02em;margin-bottom:2rem}._loading_14x66_20{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;gap:1rem}._spinner_14x66_29{width:2.5rem;height:2.5rem;border:4px solid var(--ds-outline-variant);border-top-color:var(--ds-primary);border-radius:50%;animation:_spin_14x66_29 .8s linear infinite}@keyframes _spin_14x66_29{to{transform:rotate(360deg)}}._empty_14x66_41{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center}._emptyIcon_14x66_50{font-size:3rem;margin-bottom:1.25rem;opacity:.5}._empty_14x66_41 h3{font-size:1.25rem;font-weight:800;color:var(--ds-on-surface);margin-bottom:.5rem}._empty_14x66_41 p{color:var(--ds-tertiary);margin-bottom:1.75rem}._coursesList_14x66_65{display:flex;flex-direction:column;gap:1.25rem}._courseCard_14x66_71{display:flex;gap:1.5rem;background:var(--ds-surface-container-low);border-radius:var(--ds-radius-2xl);overflow:hidden;transition:all var(--ds-transition-normal);border:1px solid rgba(195,198,215,.1)}._courseCard_14x66_71:hover{background:var(--ds-surface-container-high);transform:translateY(-2px);box-shadow:var(--ds-shadow-md)}._courseImage_14x66_87{position:relative;width:12rem;height:8rem;flex-shrink:0;overflow:hidden}._courseImage_14x66_87 img{width:100%;height:100%;object-fit:cover}._progressOverlay_14x66_101{position:absolute;inset:0;background:#004ac666;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);display:flex;align-items:center;justify-content:center}._progressCircle_14x66_111{position:relative;width:56px;height:56px}._progressText_14x66_112{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:800;font-size:.8rem}._courseContent_14x66_123{flex:1;padding:1.25rem;display:flex;flex-direction:column}._courseTitle_14x66_130{font-size:1.1rem;font-weight:800;color:var(--ds-on-surface);margin-bottom:.375rem}._courseDescription_14x66_137{color:var(--ds-tertiary);font-size:.875rem;line-height:1.5;margin-bottom:auto}._courseFooter_14x66_144{display:flex;justify-content:space-between;align-items:center;margin-top:1rem}._enrolledDate_14x66_151{font-size:.75rem;color:var(--ds-outline);text-transform:uppercase;letter-spacing:.05em}._continueButton_14x66_158{font-size:.85rem}@media(max-width:768px){._courseCard_14x66_71{flex-direction:column}._courseImage_14x66_87{width:100%;height:12rem}._courseFooter_14x66_144{flex-direction:column;align-items:flex-start;gap:1rem}._continueButton_14x66_158{width:100%;text-align:center}}._page_vjqlo_3{min-height:100vh;background:var(--ds-background)}._main_vjqlo_8{padding:0}._container_vjqlo_12{max-width:var(--ds-container-max);margin:0 auto;padding:2.5rem 2rem 4rem}._pageHeader_vjqlo_19{margin-bottom:2.5rem}._pageTitle_vjqlo_23{font-size:clamp(2rem,3.5vw,2.75rem);font-weight:900;color:var(--ds-on-surface);letter-spacing:-.04em;margin-bottom:.5rem}._pageSubtitle_vjqlo_31{font-size:1rem;color:var(--ds-tertiary);margin:0}._content_vjqlo_38{display:grid;grid-template-columns:22rem 1fr;gap:2rem;align-items:start}._sidebar_vjqlo_45{position:sticky;top:5.5rem}._mainContent_vjqlo_50{display:flex;flex-direction:column;gap:1.5rem}@media(max-width:900px){._content_vjqlo_38{grid-template-columns:1fr}._sidebar_vjqlo_45{position:static}}@media(max-width:480px){._container_vjqlo_12{padding:1.5rem 1rem 3rem}._pageTitle_vjqlo_23{font-size:1.75rem}}._courseDetailsPage_1dh1v_3{background:var(--ds-background);min-height:100vh}._container_1dh1v_8{max-width:var(--ds-container-max);margin:0 auto;padding:2.5rem 2rem 4rem}._contentGrid_1dh1v_15{display:grid;grid-template-columns:1fr 22rem;gap:2.5rem;align-items:start}._mainContent_1dh1v_22{display:flex;flex-direction:column;gap:2rem}._section_1dh1v_29{background:var(--ds-surface-container-lowest);border-radius:var(--ds-radius-3xl);padding:2rem;box-shadow:var(--ds-shadow-card);border:1px solid rgba(195,198,215,.15)}._sectionTitle_1dh1v_37{font-size:1.75rem;font-weight:800;color:var(--ds-on-surface);letter-spacing:-.03em;margin:0 0 1.5rem;padding-bottom:1rem;border-bottom:1px solid var(--ds-outline-variant)}._sidebar_1dh1v_48{position:sticky;top:5.5rem}._errorContainer_1dh1v_54{background:var(--ds-surface-container-lowest);border-radius:var(--ds-radius-3xl);padding:3rem;text-align:center;box-shadow:var(--ds-shadow-card);margin-top:2rem}._errorContainer_1dh1v_54 h2{color:var(--ds-error);margin-bottom:.75rem;font-size:1.5rem;font-weight:800}._errorContainer_1dh1v_54 p{color:var(--ds-tertiary);margin-bottom:2rem}@media(max-width:1100px){._contentGrid_1dh1v_15{grid-template-columns:1fr 18rem}}@media(max-width:900px){._contentGrid_1dh1v_15{grid-template-columns:1fr}._sidebar_1dh1v_48{display:none}}@media(max-width:480px){._container_1dh1v_8{padding:1.25rem 1rem 3rem}._section_1dh1v_29{padding:1.5rem;border-radius:var(--ds-radius-2xl)}}._customerReviews_1dtg9_3{display:flex;flex-direction:column;gap:2.5rem}._ratingSummary_1dtg9_10{display:grid;grid-template-columns:10rem 1fr;gap:3rem;padding:2.5rem;background:var(--ds-surface-container-low);border-radius:var(--ds-radius-3xl);border:1px solid rgba(195,198,215,.1)}._averageRating_1dtg9_20{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.625rem}._ratingNumber_1dtg9_28{font-size:4rem;font-weight:900;color:var(--ds-primary);letter-spacing:-.05em;line-height:1}._stars_1dtg9_36{display:flex;gap:.25rem;font-size:1.25rem}._starFilled_1dtg9_42{color:var(--ds-secondary-container)}._starEmpty_1dtg9_43{color:var(--ds-outline-variant)}._reviewCount_1dtg9_45{font-size:.8rem;color:var(--ds-tertiary);font-weight:700;text-transform:uppercase}._ratingDistribution_1dtg9_53{display:flex;flex-direction:column;gap:.875rem;justify-content:center}._distributionRow_1dtg9_60{display:grid;grid-template-columns:2.5rem 1fr 2.5rem;align-items:center;gap:1.25rem}._starLabel_1dtg9_67{font-size:.85rem;font-weight:800;color:var(--ds-outline)}._distributionBar_1dtg9_73{height:.5rem;background:var(--ds-outline-variant);border-radius:var(--ds-radius-full);overflow:hidden}._distributionFill_1dtg9_80{height:100%;background:var(--ds-gradient-primary);border-radius:var(--ds-radius-full);transition:width .6s cubic-bezier(.4,0,.2,1)}._distributionCount_1dtg9_87{font-size:.85rem;color:var(--ds-tertiary);font-weight:700;text-align:right}._reviewsList_1dtg9_95{display:flex;flex-direction:column;gap:1.25rem}._reviewCard_1dtg9_101{padding:2rem;background:var(--ds-surface-container-lowest);border:1px solid rgba(195,198,215,.15);border-radius:var(--ds-radius-2xl);transition:all var(--ds-transition-normal)}._reviewCard_1dtg9_101:hover{background:var(--ds-surface-container-low);transform:translateY(-2px);box-shadow:var(--ds-shadow-md)}._reviewerInfo_1dtg9_115{display:flex;gap:1.125rem;align-items:center;margin-bottom:1.25rem}._reviewerAvatar_1dtg9_122{width:3rem;height:3rem;border-radius:50%;background:var(--ds-gradient-primary);color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.125rem;font-weight:900;flex-shrink:0}._reviewerName_1dtg9_136{font-size:1.1rem;font-weight:800;color:var(--ds-on-surface);margin:0;letter-spacing:-.01em}._reviewMeta_1dtg9_144{display:flex;align-items:center;gap:1rem}._reviewDate_1dtg9_150{font-size:.8rem;color:var(--ds-outline);font-weight:600}._reviewComment_1dtg9_156{color:var(--ds-on-surface-variant);line-height:1.7;margin:0;font-size:1rem}@media(max-width:768px){._ratingSummary_1dtg9_10{grid-template-columns:1fr;padding:2rem 1.5rem;text-align:center}._distributionRow_1dtg9_60{grid-template-columns:2.25rem 1fr 2.25rem}._reviewerInfo_1dtg9_115{flex-direction:column;text-align:center}}._courseHeader_1h8j6_3{background:var(--ds-surface-container-lowest);padding:4rem 0;border-bottom:1px solid var(--ds-outline-variant);margin-bottom:3rem;animation:_fadeIn_1h8j6_1 .6s ease-out both}._container_1h8j6_11{max-width:var(--ds-container-max);margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:1fr 24rem;gap:4rem;align-items:center}._headerContent_1h8j6_21{display:flex;flex-direction:column;gap:1.5rem}._courseTitle_1h8j6_27{font-size:clamp(2.5rem,5vw,3.5rem);font-weight:900;color:var(--ds-on-surface);letter-spacing:-.04em;line-height:1.1;margin:0}._courseDescription_1h8j6_36{font-size:1.15rem;color:var(--ds-tertiary);line-height:1.6;margin:0;max-width:42rem}._courseMetadata_1h8j6_44{display:flex;flex-wrap:wrap;gap:2.5rem;margin-top:1rem}._metadataItem_1h8j6_51{display:flex;align-items:center;gap:.625rem}._metadataLabel_1h8j6_57{font-size:.75rem;font-weight:800;color:var(--ds-outline);text-transform:uppercase;letter-spacing:.1em}._metadataValue_1h8j6_65{font-size:1rem;color:var(--ds-on-surface);font-weight:700}._difficultyBeginner_1h8j6_71{color:#2e7d32}._difficultyIntermediate_1h8j6_72{color:var(--ds-secondary)}._difficultyAdvanced_1h8j6_73{color:var(--ds-error)}._headerImage_1h8j6_75{border-radius:var(--ds-radius-3xl);overflow:hidden;box-shadow:var(--ds-shadow-xl);aspect-ratio:4/3}._courseImage_1h8j6_82{width:100%;height:100%;object-fit:cover;transition:transform var(--ds-transition-image)}._headerImage_1h8j6_75:hover ._courseImage_1h8j6_82{transform:scale(1.05)}@media(max-width:1100px){._container_1h8j6_11{grid-template-columns:1fr;gap:3rem}._headerImage_1h8j6_75{order:-1;max-width:32rem}}@media(max-width:600px){._courseHeader_1h8j6_3{padding:3rem 0}._courseTitle_1h8j6_27{font-size:2.25rem}._courseMetadata_1h8j6_44{gap:1.5rem}}._section_21cwf_3{background:linear-gradient(180deg,var(--ds-surface-container-lowest),var(--ds-surface-container-low));border-radius:var(--ds-radius-3xl);padding:2.25rem;box-shadow:var(--ds-shadow-card);border:1px solid rgba(195,198,215,.2)}._sectionHead_21cwf_11{margin-bottom:1.6rem}._sectionTitle_21cwf_15{font-size:clamp(1.65rem,2.6vw,2rem);font-weight:900;color:var(--ds-on-surface);letter-spacing:-.03em;margin:.55rem 0 .6rem}._sectionCopy_21cwf_23{margin:0;color:var(--ds-tertiary);line-height:1.6;font-size:1rem}._detailsGrid_21cwf_30{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:1rem}._detailItem_21cwf_36{display:flex;gap:.9rem;padding:1.1rem;background:var(--ds-surface-container-lowest);border-radius:var(--ds-radius-xl);border:1px solid var(--ds-outline-variant);transition:all var(--ds-transition-normal)}._detailItem_21cwf_36:hover{transform:translateY(-2px);box-shadow:var(--ds-shadow-md)}._detailIconWrap_21cwf_51{width:2.35rem;height:2.35rem;border-radius:var(--ds-radius-full);display:grid;place-items:center;background:linear-gradient(135deg,#eef4ff,#fdf2f8);border:1px solid #e7ecf7;flex-shrink:0}._detailIcon_21cwf_51{font-size:1.2rem;line-height:1}._detailContent_21cwf_67{display:flex;flex-direction:column}._detailTitle_21cwf_72{font-size:.72rem;font-weight:800;color:var(--ds-outline);margin:0 0 .35rem;text-transform:uppercase;letter-spacing:.1em}._detailValue_21cwf_81{font-size:1.03rem;font-weight:800;color:var(--ds-on-surface);margin:0;letter-spacing:-.01em}@media(max-width:560px){._section_21cwf_3{padding:1.5rem}}._purchaseCard_1gn6r_3{background:var(--ds-surface-container-lowest);border-radius:var(--ds-radius-3xl);padding:2rem;box-shadow:var(--ds-shadow-card);border:1px solid rgba(195,198,215,.15)}._priceSection_1gn6r_12{margin-bottom:1.75rem;padding-bottom:1.75rem;border-bottom:1px solid var(--ds-outline-variant)}._priceContainer_1gn6r_18{display:flex;align-items:baseline;gap:.875rem;flex-wrap:wrap}._currentPrice_1gn6r_25{font-size:2.5rem;font-weight:900;color:var(--ds-primary);letter-spacing:-.04em;line-height:1}._originalPrice_1gn6r_33{font-size:1.25rem;color:var(--ds-outline);text-decoration:line-through}._discountBadge_1gn6r_39{background:var(--ds-secondary-container);color:#fff;padding:.3rem .75rem;border-radius:var(--ds-radius-full);font-weight:700;font-size:.75rem;text-transform:uppercase;letter-spacing:.06em}._enrolledStatus_1gn6r_50{display:flex;flex-direction:column;gap:.5rem}._enrolledBadge_1gn6r_56{color:var(--ds-primary);font-size:1.5rem;font-weight:800;display:flex;align-items:center;gap:.5rem}._enrolledText_1gn6r_65{color:var(--ds-outline);font-size:.9rem;margin:0}._purchaseActions_1gn6r_72{display:flex;flex-direction:column;gap:.875rem;margin-bottom:1.75rem}._buyNowButton_1gn6r_79{width:100%;padding:1rem;border:none;border-radius:var(--ds-radius-full);font-size:1rem;font-weight:700;cursor:pointer;background:var(--ds-gradient-primary);color:var(--ds-on-primary);box-shadow:var(--ds-shadow-primary);transition:all var(--ds-transition-normal);min-height:auto}._buyNowButton_1gn6r_79:hover:not(:disabled){opacity:.9;box-shadow:0 8px 28px #004ac64d;transform:scale(1.015)}._addToCartButton_1gn6r_99{width:100%;padding:1rem;border-radius:var(--ds-radius-full);font-size:1rem;font-weight:700;cursor:pointer;background:var(--ds-surface-container-high);color:var(--ds-primary);border:none;box-shadow:none;transition:all var(--ds-transition-normal);min-height:auto}._addToCartButton_1gn6r_99:hover:not(:disabled){background:var(--ds-surface-container-highest);box-shadow:none;transform:none}._buyNowButton_1gn6r_79:disabled,._addToCartButton_1gn6r_99:disabled{opacity:.55;cursor:not-allowed;transform:none;box-shadow:none}._courseIncludes_1gn6r_128{margin-top:.5rem;padding:1.1rem;border-radius:var(--ds-radius-2xl);background:#eff4ff8c;border:1px solid var(--ds-outline-variant)}._includesTitle_1gn6r_136{margin:0 0 .7rem;font-size:1rem;font-weight:800;color:var(--ds-on-surface)}._includesList_1gn6r_143{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:.5rem}._includesList_1gn6r_143 li{display:flex;align-items:flex-start;gap:.55rem;color:var(--ds-on-surface-variant);font-size:.92rem}._includesList_1gn6r_143 li:before{content:"✓";color:var(--ds-ok);font-weight:900}@media(max-width:480px){._purchaseCard_1gn6r_3{padding:1.5rem}._currentPrice_1gn6r_25{font-size:2rem}}._stickyBar_1w7qc_1{position:fixed;bottom:0;left:0;right:0;background:#fff;padding:1rem 1.5rem;box-shadow:0 -4px 20px #0000001a;display:none;align-items:center;justify-content:space-between;z-index:1000;border-top:1px solid #e5e7eb}._priceContainer_1w7qc_17{display:flex;align-items:center;gap:.75rem}._currentPrice_1w7qc_23{font-size:1.5rem;font-weight:700;color:var(--primary-color, #4a90e2)}._originalPrice_1w7qc_29{font-size:1rem;color:#999;text-decoration:line-through}._actions_1w7qc_35{display:flex;gap:.75rem}._buyNowButton_1w7qc_40,._addToCartButton_1w7qc_41{border:none;border-radius:8px;font-weight:700;cursor:pointer;transition:all .3s ease;height:44px;display:flex;align-items:center;justify-content:center}._buyNowButton_1w7qc_40{background:linear-gradient(135deg,#4a90e2,#357abd);color:#fff;padding:0 1.5rem;font-size:1rem;box-shadow:0 4px 12px #4a90e24d}._addToCartButton_1w7qc_41{background:#fff;color:var(--primary-color, #4a90e2);border:2px solid var(--primary-color, #4a90e2);width:44px;font-size:1.25rem;padding:0}._enrolledActions_1w7qc_70{width:100%}._buyNowButton_1w7qc_40:disabled,._addToCartButton_1w7qc_41:disabled{opacity:.6;cursor:not-allowed}@media(max-width:992px){._stickyBar_1w7qc_1{display:flex;animation:_slideUp_1w7qc_1 .3s ease-out}}@keyframes _slideUp_1w7qc_1{0%{transform:translateY(100%)}to{transform:translateY(0)}}._cartPage_18ai6_3{min-height:100vh;background:var(--ds-background)}._container_18ai6_8{max-width:var(--ds-container-max);margin:0 auto;padding:2.5rem 2rem 4rem}._pageTitle_18ai6_14{font-size:clamp(2rem,3.5vw,2.75rem);font-weight:900;color:var(--ds-on-surface);letter-spacing:-.04em;margin-bottom:2rem}._emptyState_18ai6_23{background:var(--ds-surface-container-lowest);border-radius:var(--ds-radius-3xl);padding:5rem 2rem;text-align:center;box-shadow:var(--ds-shadow-card)}._emptyIcon_18ai6_31{font-size:4rem;margin-bottom:1.25rem;display:block}._emptyState_18ai6_23 h2{font-size:1.75rem;font-weight:800;color:var(--ds-on-surface);letter-spacing:-.03em;margin-bottom:.5rem}._emptyState_18ai6_23 p{color:var(--ds-tertiary);font-size:1rem;margin-bottom:2rem}._cartLayout_18ai6_49{display:grid;grid-template-columns:1fr 22rem;gap:2rem;align-items:start}._cartItems_18ai6_57{background:var(--ds-surface-container-lowest);border-radius:var(--ds-radius-3xl);padding:2rem;box-shadow:var(--ds-shadow-card);border:1px solid rgba(195,198,215,.15)}._cartHeader_18ai6_65{display:grid;grid-template-columns:1fr 100px 50px;padding-bottom:1rem;border-bottom:1px solid var(--ds-outline-variant);margin-bottom:1.5rem;font-weight:700;color:var(--ds-outline);text-transform:uppercase;font-size:.75rem;letter-spacing:.12em}._headerPrice_18ai6_78{text-align:right}._headerAction_18ai6_79{text-align:center}._cartItem_18ai6_57{display:grid;grid-template-columns:1fr 100px 50px;align-items:center;padding:1.5rem 0;border-bottom:1px solid var(--ds-outline-variant)}._cartItem_18ai6_57:last-child{border-bottom:none}._itemInfo_18ai6_90{display:flex;gap:1.25rem}._itemImage_18ai6_92{width:6.5rem;height:4.5rem;border-radius:var(--ds-radius-xl);overflow:hidden;flex-shrink:0}._itemImage_18ai6_92 img{width:100%;height:100%;object-fit:cover}._itemDetails_18ai6_105{display:flex;flex-direction:column;justify-content:center}._itemTitle_18ai6_107{font-size:1rem;font-weight:700;color:var(--ds-on-surface);margin:0 0 .25rem;letter-spacing:-.01em}._itemInstructor_18ai6_115{font-size:.85rem;color:var(--ds-tertiary);margin:0 0 .375rem}._itemMeta_18ai6_121{display:flex;gap:.5rem;font-size:.8rem;color:var(--ds-outline)}._itemPrice_18ai6_128{text-align:right;display:flex;flex-direction:column;align-items:flex-end;gap:.2rem}._price_18ai6_136{font-weight:800;color:var(--ds-primary);font-size:1.125rem;letter-spacing:-.02em}._originalPrice_18ai6_143{font-size:.85rem;color:var(--ds-outline);text-decoration:line-through}._itemAction_18ai6_149{display:flex;justify-content:center}._removeButton_18ai6_151{background:none;border:none;color:var(--ds-outline);cursor:pointer;font-size:1.25rem;padding:.5rem;border-radius:var(--ds-radius-md);transition:all var(--ds-transition-fast);min-height:auto;min-width:auto;box-shadow:none}._removeButton_18ai6_151:hover{color:var(--ds-error);background:var(--ds-error-container);transform:none;box-shadow:none}._cartActions_18ai6_171{margin-top:2rem;display:flex;justify-content:flex-end}._orderSummary_18ai6_178{background:var(--ds-surface-container-lowest);border-radius:var(--ds-radius-3xl);padding:2rem;box-shadow:var(--ds-shadow-card);border:1px solid rgba(195,198,215,.15);position:sticky;top:5.5rem}._summaryTitle_18ai6_188{font-size:1.375rem;font-weight:800;color:var(--ds-on-surface);letter-spacing:-.03em;margin-bottom:1.5rem}._summaryRow_18ai6_196{display:flex;justify-content:space-between;margin-bottom:.875rem;color:var(--ds-tertiary);font-size:.95rem}._totalRow_18ai6_204{margin-top:1.25rem;padding-top:1.25rem;border-top:1px solid var(--ds-outline-variant);color:var(--ds-on-surface);font-weight:800;font-size:1.25rem;letter-spacing:-.02em}._checkoutButton_18ai6_214{width:100%;margin-top:1.5rem}._secureCheckout_18ai6_219{text-align:center;margin-top:.875rem;color:var(--ds-outline);font-size:.8rem;display:flex;align-items:center;justify-content:center;gap:.375rem}@media(max-width:992px){._cartLayout_18ai6_49{grid-template-columns:1fr}._orderSummary_18ai6_178{position:static}}@media(max-width:600px){._container_18ai6_8{padding:1.5rem 1rem 3rem}._cartHeader_18ai6_65{display:none}._cartItem_18ai6_57{grid-template-columns:1fr;gap:.875rem;position:relative}._itemPrice_18ai6_128{flex-direction:row;justify-content:space-between;align-items:center;width:100%}._itemAction_18ai6_149{position:absolute;top:1rem;right:0}._itemInfo_18ai6_90{padding-right:2.5rem}}._contactContainer_1dvyz_1{max-width:1200px;margin:0 auto;padding:80px 20px;animation:_fadeIn_1dvyz_1 .8s ease-out}._header_1dvyz_8{text-align:center;margin-bottom:60px}._header_1dvyz_8 h1{font-family:var(--font-primary, "Playfair Display", serif);font-size:3.5rem;color:var(--color-primary-dark, #1a2a44);margin-bottom:16px;letter-spacing:-.02em}._header_1dvyz_8 p{font-size:1.25rem;color:var(--color-text-secondary, #666);max-width:600px;margin:0 auto}._contentWrapper_1dvyz_28{display:grid;grid-template-columns:1fr 1.5fr;gap:60px;align-items:start}._infoSection_1dvyz_35{display:flex;flex-direction:column;gap:32px}._infoCard_1dvyz_41{background:#ffffffb3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.3);border-radius:20px;padding:32px;box-shadow:0 10px 30px #0000000d;transition:transform .3s ease,box-shadow .3s ease;display:flex;align-items:center;gap:24px}._infoCard_1dvyz_41:hover{transform:translateY(-5px);box-shadow:0 15px 40px #00000014}._iconWrapper_1dvyz_59{width:64px;height:64px;background:var(--color-accent-light, #f0f7ff);border-radius:16px;display:flex;align-items:center;justify-content:center;font-size:2rem;color:var(--color-primary, #2c3e50)}._infoCardContent_1dvyz_71 h3{font-size:1.25rem;margin-bottom:8px;color:var(--color-primary-dark, #1a2a44)}._infoCardContent_1dvyz_71 p{color:var(--color-text-secondary, #666)}._formSection_1dvyz_81{background:#fff;border-radius:24px;padding:48px;box-shadow:0 20px 50px #1a2a441a}._form_1dvyz_81{display:flex;flex-direction:column;gap:24px}._formGroup_1dvyz_94{display:flex;flex-direction:column;gap:8px}._formGroup_1dvyz_94 label{font-weight:600;font-size:.9rem;color:var(--color-primary-dark, #1a2a44)}._input_1dvyz_106,._textarea_1dvyz_106,._select_1dvyz_106{padding:16px;border:2px solid #edf2f7;border-radius:12px;font-size:1rem;transition:all .3s ease;background:#f8fafc}._input_1dvyz_106:focus,._textarea_1dvyz_106:focus,._select_1dvyz_106:focus{outline:none;border-color:var(--color-primary, #2c3e50);background:#fff;box-shadow:0 0 0 4px #2c3e501a}._textarea_1dvyz_106{min-height:150px;resize:vertical}._submitButton_1dvyz_127{background:var(--color-primary, #2c3e50);color:#fff;padding:18px;border-radius:12px;border:none;font-size:1.1rem;font-weight:700;cursor:pointer;transition:all .3s ease;margin-top:12px;display:flex;align-items:center;justify-content:center;gap:12px}._submitButton_1dvyz_127:hover{background:var(--color-primary-dark, #1a2a44);transform:scale(1.02)}._submitButton_1dvyz_127:disabled{background:#a0aec0;cursor:not-allowed;transform:none}._successMessage_1dvyz_155{background:#f0fff4;color:#2f855a;padding:24px;border-radius:16px;text-align:center;animation:_slideUp_1dvyz_1 .5s ease}@keyframes _fadeIn_1dvyz_1{0%{opacity:0}to{opacity:1}}@keyframes _slideUp_1dvyz_1{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}@media(max-width:968px){._contentWrapper_1dvyz_28{grid-template-columns:1fr;gap:40px}._header_1dvyz_8 h1{font-size:2.5rem}}._contactPage_14f3c_1{min-height:100vh;display:flex;flex-direction:column;background:linear-gradient(to bottom,#f8f9fa,#fff)}._main_14f3c_8{flex:1;padding:2rem 0 4rem}._container_14f3c_13{max-width:1400px;margin:0 auto;padding:0 1rem}._pageHeader_14f3c_19{text-align:center;margin-bottom:3rem;padding:2rem 0}._title_14f3c_25{font-size:2.5rem;font-weight:700;color:#1a202c;margin:0 0 1rem;line-height:1.2;background:linear-gradient(135deg,#1976d2,#42a5f5);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._subtitle_14f3c_37{font-size:1.125rem;color:#4b5563;max-width:800px;margin:0 auto;line-height:1.6}._contentWrapper_14f3c_45{display:grid;grid-template-columns:1fr 1.5fr;gap:60px;align-items:start;margin-top:2rem}._infoSection_14f3c_53{display:flex;flex-direction:column;gap:24px}._infoCard_14f3c_59{background:#fff;border-radius:16px;padding:24px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;display:flex;align-items:center;gap:20px;transition:transform .2s ease}._infoCard_14f3c_59:hover{transform:translateY(-4px)}._iconWrapper_14f3c_74{width:48px;height:48px;background:#ebf5ff;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.5rem}._infoCardContent_14f3c_85 h3{font-size:1.125rem;font-weight:600;margin-bottom:4px;color:#1a202c}._infoCardContent_14f3c_85 p{color:#4b5563;margin:0}@media(max-width:968px){._contentWrapper_14f3c_45{grid-template-columns:1fr;gap:40px}._title_14f3c_25{font-size:2rem}}@media(max-width:480px){._main_14f3c_8{padding:1rem 0 2rem}._title_14f3c_25{font-size:1.75rem}._infoCard_14f3c_59{padding:16px}}._checkoutPage_62ztc_3{min-height:100vh;display:flex;flex-direction:column;background:var(--ds-background)}._container_62ztc_10{flex:1;display:flex;justify-content:center;align-items:center;padding:2.5rem 1.5rem}._card_62ztc_18{background:var(--ds-surface-container-lowest);padding:3.5rem 2.5rem;border-radius:var(--ds-radius-3xl);box-shadow:var(--ds-shadow-xl);border:1px solid rgba(195,198,215,.15);text-align:center;max-width:480px;width:100%;animation:_scaleUp_62ztc_1 .5s ease-out both}._card_62ztc_18 h2{font-size:1.75rem;font-weight:900;color:var(--ds-on-surface);letter-spacing:-.04em;margin-bottom:.875rem}._card_62ztc_18 p{font-size:1rem;color:var(--ds-tertiary);margin-bottom:2.5rem;line-height:1.6}._actions_62ztc_45{display:flex;flex-direction:column;gap:1rem}@media(max-width:480px){._card_62ztc_18{padding:2.5rem 1.5rem;border-radius:var(--ds-radius-2xl)}._card_62ztc_18 h2{font-size:1.5rem}}#root{width:100%;margin:0;padding:0}
