.animated-hero{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden;background:linear-gradient(180deg,#0a0a1a,#1a1a2e 50%,#2563eb);margin:0;padding:0}.hero-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;overflow:hidden}.hero-background .hero-image{width:100%;height:100%;object-fit:cover;display:block;border-radius:0}.hero-background .hero-video-container{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;z-index:0}.hero-background .hero-video{position:absolute;top:50%;left:50%;min-width:100%;min-height:100%;width:auto;height:auto;transform:translateX(-50%) translateY(-50%);object-fit:cover;opacity:0;transition:opacity .8s ease-in-out;z-index:1;pointer-events:none}.hero-background .hero-video.visible{opacity:1}.hero-overlay{background:linear-gradient(180deg,rgba(10,10,26,.7),rgba(37,99,235,.4));z-index:1}.hero-overlay,.hero-particles{position:absolute;top:0;left:0;width:100%;height:100%}.hero-particles{z-index:2;pointer-events:none;overflow:hidden}.particle{position:absolute;width:4px;height:4px;background:hsla(0,0%,100%,.6);border-radius:50%;animation:float ease-in-out infinite;box-shadow:0 0 10px hsla(0,0%,100%,.5)}@keyframes float{0%,to{transform:translateY(0) translateX(0);opacity:0}10%{opacity:1}90%{opacity:1}to{transform:translateY(-100vh) translateX(20px);opacity:0}}.hero-content{position:relative;z-index:3;text-align:center;color:#fff;padding:2rem 0;max-width:900px;margin:0 auto}.hero-title{margin-bottom:1.5rem;opacity:0;transform:translateY(50px);transition:all .8s cubic-bezier(.16,1,.3,1)}.hero-title.is-visible{opacity:1;transform:translateY(0)}.hero-title .title-main{font-family:var(--font-syne),"Syne",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-size:clamp(3rem,10vw,6rem);font-weight:700;line-height:1.1;margin:0;color:#fff;text-shadow:none;letter-spacing:-.03em}@media(max-width:767px){.hero-title .title-main{font-size:clamp(2rem,10vw,3rem)}}.hero-subtitle{margin-bottom:1.5rem;opacity:0;transform:translateY(30px);transition:all .8s cubic-bezier(.16,1,.3,1) .2s}.hero-subtitle.is-visible{opacity:1;transform:translateY(0)}.hero-subtitle .subtitle-text{font-size:clamp(1.25rem,3vw,1.75rem);font-weight:500;color:hsla(0,0%,100%,.95);margin:0;line-height:1.5}.hero-description{margin-bottom:2.5rem;opacity:0;transform:translateY(20px);transition:all .8s cubic-bezier(.16,1,.3,1) .3s}.hero-description.is-visible{opacity:1;transform:translateY(0)}.hero-description .description-text{font-size:clamp(1rem,2vw,1.25rem);color:hsla(0,0%,100%,.85);line-height:1.7;max-width:700px;margin:0 auto}.hero-ctas{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap;opacity:0;transform:translateY(30px);transition:all .8s cubic-bezier(.16,1,.3,1) .4s}.hero-ctas.is-visible{opacity:1;transform:translateY(0)}@media(max-width:767px){.hero-ctas{flex-direction:column;align-items:center}}.cta-primary{display:inline-flex;align-items:center;gap:.75rem;padding:1rem 2rem;background:#2563eb;color:#fff;text-decoration:none;border:none;border-radius:8px;font-weight:600;font-size:1rem;transition:all .3s ease;box-shadow:0 4px 12px rgba(37,99,235,.3);position:relative;overflow:hidden;cursor:pointer;z-index:1}.cta-primary:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}.cta-primary:hover{background:#1e40af;transform:translateY(-2px);box-shadow:0 8px 24px rgba(37,99,235,.5)}.cta-primary:hover:before{left:100%}.cta-primary:hover .cta-icon{transform:translateY(4px)}.cta-primary:active{transform:translateY(0)}.cta-primary .cta-icon{transition:transform .3s ease;font-size:.875rem}.cta-secondary{display:inline-flex;align-items:center;gap:.75rem;padding:1rem 2rem;background:hsla(0,0%,100%,.1);color:#fff;text-decoration:none;border:2px solid hsla(0,0%,100%,.3);border-radius:8px;font-weight:600;font-size:1rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s cubic-bezier(.4,0,.2,1);cursor:pointer;z-index:1}.cta-secondary:hover{background:hsla(0,0%,100%,.2);border-color:hsla(0,0%,100%,.5);transform:translateY(-2px);box-shadow:0 8px 24px hsla(0,0%,100%,.2)}.cta-secondary:active{transform:translateY(0)}.articles-list-slice{padding:6rem 0;position:relative}@media(max-width:767px){.articles-list-slice{padding:4rem 0}}.articles-list-slice--light,.articles-list-slice--plain{background:#fff;color:#000}.articles-list-slice--light{background:#f8f9fa}.articles-list-slice--dark{background:#0a0a1a;color:#fff}.articles-list-slice--dark h1,.articles-list-slice--dark h2,.articles-list-slice--dark h3,.articles-list-slice--dark h4,.articles-list-slice--dark h5,.articles-list-slice--dark h6{color:#fff}.articles-list-slice--dark a,.articles-list-slice--dark p{color:hsla(0,0%,100%,.9)}.articles-list-slice__loading{text-align:center;padding:2rem;color:#666}.articles-list-slice__grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:3rem;gap:3rem;max-width:1200px;margin:0 auto}@media(max-width:47.99rem){.articles-list-slice__grid{grid-template-columns:1fr;gap:2rem}}@media(max-width:767px){.articles-list-slice__grid{gap:1.5rem}}.articles-list-slice__left-column{display:flex;flex-direction:column;gap:2rem}@media(max-width:767px){.articles-list-slice__left-column{gap:1.5rem}}.articles-list-slice__right-column{display:flex;flex-direction:column}.articles-list-slice__title{margin-bottom:1rem}.articles-list-slice__title h1,.articles-list-slice__title h2{font-family:var(--font-syne),"Syne",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-size:clamp(2.5rem,8vw,4.5rem);font-weight:700;line-height:1.1;letter-spacing:-.03em;margin:0;color:inherit}@media(max-width:767px){.articles-list-slice__title h1,.articles-list-slice__title h2{font-size:clamp(2rem,8vw,3rem)}}.articles-list-slice__subtitle{margin-bottom:0}.articles-list-slice__subtitle h2{font-size:1.1rem;font-weight:400;color:inherit;opacity:.8;line-height:1.5;margin:0;text-transform:uppercase;letter-spacing:.05em}@media(max-width:767px){.articles-list-slice__subtitle h2{font-size:1rem}}.articles-list-slice__description{font-size:1.125rem;line-height:1.7;color:inherit;opacity:.8;margin-bottom:2rem}@media(max-width:767px){.articles-list-slice__description{font-size:1rem}}.articles-list-slice__description p{margin-bottom:1rem}.articles-list-slice__description p:last-child{margin-bottom:0}.articles-list-slice__articles{display:flex;flex-direction:column;gap:2rem}@media(max-width:767px){.articles-list-slice__articles{gap:1.5rem}}.articles-list-slice__article-card{display:flex;flex-direction:row;gap:1.5rem;background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:8px;padding:1.5rem;transition:all .3s ease;box-shadow:0 2px 8px rgba(0,0,0,.04)}.articles-list-slice--dark .articles-list-slice__article-card{background:hsla(0,0%,100%,.05);border-color:hsla(0,0%,100%,.15);box-shadow:0 4px 12px rgba(37,99,235,.15)}@media(max-width:767px){.articles-list-slice__article-card{flex-direction:column;gap:1rem}}.articles-list-slice__article-card:hover{transform:translateY(-4px);border-color:#2563eb;box-shadow:0 8px 24px rgba(37,99,235,.15)}.articles-list-slice__article-image{flex-shrink:0;width:200px;height:150px;position:relative;overflow:hidden;border-radius:8px}@media(min-width:36rem)and (max-width:47.99rem){.articles-list-slice__article-image{width:180px;height:135px}}@media(max-width:767px){.articles-list-slice__article-image{width:100%;height:200px}}.articles-list-slice__article-image img{width:100%;height:100%;object-fit:cover;border-radius:8px;transition:transform .3s ease}.articles-list-slice__article-image:hover img{transform:scale(1.05)}.articles-list-slice__article-content{flex:1 1;display:flex;flex-direction:column;gap:.75rem}.articles-list-slice__article-title{margin:0;font-family:var(--font-syne),"Syne",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-size:1.5rem;font-weight:600;line-height:1.3;color:inherit}@media(min-width:36rem)and (max-width:47.99rem){.articles-list-slice__article-title{font-size:1.375rem}}@media(max-width:767px){.articles-list-slice__article-title{font-size:1.25rem}}.articles-list-slice__article-title a{color:inherit;text-decoration:none;transition:color .3s ease}.articles-list-slice__article-title a:hover{color:#2563eb}.articles-list-slice__article-excerpt{margin:0;font-size:.95rem;line-height:1.6;color:inherit;opacity:.8;flex:1 1}@media(max-width:767px){.articles-list-slice__article-excerpt{font-size:.9rem}}.articles-list-slice__article-link{display:inline-flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:600;color:#2563eb;text-decoration:none;transition:all .3s ease;margin-top:auto;width:-moz-fit-content;width:fit-content}.articles-list-slice__article-link:hover{color:#1e40af;gap:.75rem}.course-benefits{padding:6rem 0;position:relative;overflow:hidden}@media(max-width:767px){.course-benefits{padding:4rem 0}}.course-benefits--white{background:#fff;color:#000}.course-benefits--light{background:#f8f9fa;color:#000}.course-benefits--dark{background:#0a0a1a;color:#fff}.course-benefits--grid .benefits-container{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.5rem;gap:1.5rem;max-width:1200px;margin:0 auto}@media(max-width:767px){.course-benefits--grid .benefits-container{grid-template-columns:1fr;gap:1.25rem}}@media(max-width:968px){.course-benefits--grid .benefits-container{grid-template-columns:1fr}}.course-benefits--list .benefits-container{display:flex;flex-direction:column;gap:1rem;max-width:800px;margin:0 auto}.benefits-header{text-align:center;margin-bottom:4rem}@media(max-width:767px){.benefits-header{margin-bottom:3rem}}.benefits-header .benefits-title{font-family:var(--font-syne),"Syne",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-size:clamp(2.5rem,8vw,4.5rem);font-weight:700;line-height:1.1;letter-spacing:-.03em;margin-bottom:1rem;color:inherit;background:linear-gradient(135deg,currentColor,#2563eb);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text}@media(max-width:767px){.benefits-header .benefits-title{font-size:clamp(2rem,8vw,3rem)}}.course-benefits--light .benefits-header .benefits-title,.course-benefits--white .benefits-header .benefits-title{color:#000}.course-benefits--dark .benefits-header .benefits-title{color:#fff}.benefits-header .benefits-subtitle{font-size:1.125rem;color:inherit;opacity:.8;max-width:700px;margin:0 auto;line-height:1.7}.benefit-item{position:relative;border-radius:8px;padding:1.5rem;transition:opacity .6s cubic-bezier(.16,1,.3,1),transform .6s cubic-bezier(.16,1,.3,1),box-shadow .3s ease,border-color .3s ease;overflow:hidden;display:flex;gap:1rem;align-items:flex-start;opacity:0;transform:translateY(20px);min-height:120px}.course-benefits--white .benefit-item{background:#fff;border:1px solid rgba(0,0,0,.1);box-shadow:0 2px 8px rgba(0,0,0,.05);color:#000}.course-benefits--light .benefit-item{background:#fff;border:1px solid rgba(0,0,0,.08);box-shadow:0 4px 12px rgba(0,0,0,.06);color:#000}.course-benefits--dark .benefit-item{background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.15);box-shadow:0 4px 12px rgba(37,99,235,.15);color:#fff}.benefit-item.is-visible{opacity:1;transform:translateY(0)}.benefit-item.highlight{border-color:#2563eb;border-width:2px}.course-benefits--light .benefit-item.highlight,.course-benefits--white .benefit-item.highlight{background:#fff;box-shadow:0 4px 16px rgba(37,99,235,.15)}.course-benefits--dark .benefit-item.highlight{background:rgba(37,99,235,.1);box-shadow:0 4px 16px rgba(37,99,235,.25)}.benefit-item.highlight .benefit-icon-wrapper .benefit-icon-custom,.benefit-item.highlight .benefit-icon-wrapper .benefit-icon-default{background:#2563eb;color:#fff}.benefit-item:hover{transform:translateY(-4px);border-color:#2563eb}.course-benefits--light .benefit-item:hover,.course-benefits--white .benefit-item:hover{box-shadow:0 8px 24px rgba(37,99,235,.15)}.course-benefits--dark .benefit-item:hover{box-shadow:0 8px 24px rgba(37,99,235,.3)}.benefit-item:hover .benefit-icon-custom,.benefit-item:hover .benefit-icon-default{transform:scale(1.1);background:#2563eb;color:#fff}.benefit-icon-wrapper{position:relative;flex-shrink:0;width:48px;height:48px;min-width:48px}.benefit-icon-custom,.benefit-icon-default{position:relative;z-index:2;width:48px;height:48px;display:flex;align-items:center;justify-content:center;border-radius:10px;font-size:1.25rem;transition:all .3s ease}.course-benefits--light .benefit-icon-custom,.course-benefits--light .benefit-icon-default,.course-benefits--white .benefit-icon-custom,.course-benefits--white .benefit-icon-default{background:rgba(37,99,235,.1);color:#2563eb}.course-benefits--dark .benefit-icon-custom,.course-benefits--dark .benefit-icon-default{background:rgba(37,99,235,.2);color:#fff}.benefit-icon-glow{display:none}.benefit-content{flex:1 1;position:relative;z-index:2;min-width:0}.benefit-title{font-family:var(--font-syne),"Syne",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-size:1.125rem;font-weight:600;margin-bottom:.5rem;color:inherit;line-height:1.4}.course-benefits--light .benefit-title,.course-benefits--white .benefit-title{color:#000}.course-benefits--dark .benefit-title{color:#fff}.benefit-description{font-size:.95rem;color:inherit;line-height:1.6;margin:0}.course-benefits--light .benefit-description,.course-benefits--white .benefit-description{color:#000;opacity:.8}.course-benefits--dark .benefit-description{color:hsla(0,0%,100%,.85);opacity:.9}.benefit-hover-effect{display:none}.course-benefits--list .benefit-item{padding:1.5rem 2rem}@media(max-width:767px){.course-benefits--list .benefit-item{padding:1.25rem 1.5rem;flex-direction:column;gap:1rem}}.course-comparison{padding:6rem 0;position:relative;overflow:hidden}@media(max-width:767px){.course-comparison{padding:4rem 0}}.course-comparison--white{background:#fff;color:#000}.course-comparison--light{background:linear-gradient(135deg,#f8f9fa,rgba(37,99,235,.05));color:#000}.course-comparison--dark{background:#0a0a1a;color:#fff}.course-comparison:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at 70% 50%,rgba(37,99,235,.1) 0,transparent 50%);pointer-events:none;z-index:0}.course-comparison>*{position:relative;z-index:1}.comparison-header{text-align:center;margin-bottom:3rem}@media(max-width:767px){.comparison-header{margin-bottom:2rem}}.comparison-header .section-title{font-family:var(--font-syne),"Syne",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-size:clamp(2rem,6vw,3.5rem);font-weight:700;line-height:1.1;letter-spacing:-.03em;margin-bottom:1rem;color:inherit}@media(max-width:767px){.comparison-header .section-title{font-size:clamp(1.75rem,6vw,2.5rem)}}.course-comparison--light .comparison-header .section-title,.course-comparison--white .comparison-header .section-title{color:#000}.course-comparison--dark .comparison-header .section-title{color:#fff}.comparison-header .section-subtitle{font-size:1.125rem;line-height:1.7;color:inherit;opacity:.8;max-width:800px;margin:0 auto}@media(max-width:767px){.comparison-header .section-subtitle{font-size:1rem}}.comparison-table-wrapper{overflow-x:auto;-webkit-overflow-scrolling:touch}.comparison-table{width:100%;border-collapse:collapse;background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.15);border-radius:12px;overflow:hidden}.course-comparison--light .comparison-table,.course-comparison--white .comparison-table{background:#fff;border:1px solid rgba(0,0,0,.1)}.course-comparison--dark .comparison-table{background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.15)}.comparison-table thead{background:rgba(37,99,235,.15);border-bottom:2px solid #2563eb}.course-comparison--light .comparison-table thead,.course-comparison--white .comparison-table thead{background:rgba(37,99,235,.08);border-bottom-color:rgba(37,99,235,.3)}.course-comparison--dark .comparison-table thead{background:rgba(37,99,235,.15);border-bottom-color:#2563eb}.comparison-table th{padding:1.5rem;text-align:left;font-family:var(--font-syne),"Syne",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-weight:600;color:inherit;border-right:1px solid hsla(0,0%,100%,.1)}.course-comparison--light .comparison-table th,.course-comparison--white .comparison-table th{border-right-color:rgba(0,0,0,.1);color:#000}.course-comparison--dark .comparison-table th{border-right-color:hsla(0,0%,100%,.1);color:#fff}.comparison-table th:last-child{border-right:none}@media(max-width:767px){.comparison-table th{padding:1rem;font-size:.875rem}}.comparison-table .feature-column{min-width:200px;font-weight:600}.comparison-table .course-column{text-align:center;min-width:180px}.comparison-table .course-column .course-name{font-size:1.125rem;margin-bottom:.5rem}.comparison-table .course-column .course-price-header{display:flex;align-items:center;justify-content:center;gap:.25rem;font-size:1.5rem;font-weight:700;color:#2563eb;font-family:var(--font-syne),"Syne",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif}.comparison-table tbody tr{border-bottom:1px solid hsla(0,0%,100%,.05)}.course-comparison--light .comparison-table tbody tr,.course-comparison--white .comparison-table tbody tr{border-bottom-color:rgba(0,0,0,.05)}.course-comparison--dark .comparison-table tbody tr{border-bottom-color:hsla(0,0%,100%,.05)}.comparison-table tbody tr:last-child{border-bottom:none}.comparison-table tbody tr:hover{background:rgba(37,99,235,.05)}.course-comparison--light .comparison-table tbody tr:hover,.course-comparison--white .comparison-table tbody tr:hover{background:rgba(37,99,235,.08)}.course-comparison--dark .comparison-table tbody tr:hover{background:rgba(37,99,235,.1)}.comparison-table td{padding:1.25rem 1.5rem;border-right:1px solid hsla(0,0%,100%,.05);color:inherit}.course-comparison--light .comparison-table td,.course-comparison--white .comparison-table td{border-right-color:rgba(0,0,0,.05);color:#000}.course-comparison--dark .comparison-table td{border-right-color:hsla(0,0%,100%,.05);color:#fff}.comparison-table td:last-child{border-right:none}@media(max-width:767px){.comparison-table td{padding:.875rem 1rem;font-size:.875rem}}.comparison-table .feature-name{font-weight:500;color:inherit}.course-comparison--light .comparison-table .feature-name,.course-comparison--white .comparison-table .feature-name{color:#000}.course-comparison--dark .comparison-table .feature-name{color:#fff}.comparison-table .feature-value{text-align:center}.comparison-table .feature-value .check-icon{color:#10b981;font-size:1.25rem}.comparison-table .feature-value .times-icon{color:#ef4444;font-size:1.25rem;opacity:.6}.course-listing{padding:6rem 0;position:relative;overflow:hidden}@media(max-width:767px){.course-listing{padding:4rem 0}}.course-listing--white{background:#fff;color:#000}.course-listing--light{background:linear-gradient(135deg,#f8f9fa,rgba(37,99,235,.03));color:#000}.course-listing--dark{background:linear-gradient(135deg,#0a0a1a,rgba(37,99,235,.2));color:#fff}.course-listing:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at 30% 50%,rgba(37,99,235,.08) 0,transparent 50%);pointer-events:none;z-index:0}.course-listing-header,.course-listing>*{position:relative;z-index:1}.course-listing-header{text-align:center;margin-bottom:4rem}@media(max-width:767px){.course-listing-header{margin-bottom:2.5rem}}.course-listing-header .section-title{font-family:var(--font-syne),"Syne",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-size:clamp(2rem,6vw,3.5rem);font-weight:700;line-height:1.1;letter-spacing:-.03em;margin-bottom:1rem;color:inherit}@media(max-width:767px){.course-listing-header .section-title{font-size:clamp(1.75rem,6vw,2.5rem)}}.course-listing--light .course-listing-header .section-title,.course-listing--white .course-listing-header .section-title{color:#000}.course-listing--dark .course-listing-header .section-title{color:#fff}.course-listing-header .section-description{font-size:1.125rem;line-height:1.7;color:inherit;opacity:.8;max-width:800px;margin:0 auto}@media(max-width:767px){.course-listing-header .section-description{font-size:1rem}}.courses-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:2rem;gap:2rem;max-width:1200px;margin:0 auto}@media(max-width:767px){.courses-grid{grid-template-columns:1fr;gap:1.5rem}}@media(max-width:968px){.courses-grid{grid-template-columns:1fr}}.course-card{background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.1);border-radius:12px;overflow:hidden;transition:opacity .6s cubic-bezier(.16,1,.3,1),transform .6s cubic-bezier(.16,1,.3,1),box-shadow .3s ease,border-color .3s ease;display:flex;flex-direction:column;opacity:0;transform:translateY(20px)}.course-listing--light .course-card{background:#fff;border:1px solid rgba(0,0,0,.1);box-shadow:0 2px 8px rgba(0,0,0,.1)}.course-listing--dark .course-card{background:hsla(0,0%,100%,.03);border:1px solid hsla(0,0%,100%,.1);box-shadow:0 4px 12px rgba(37,99,235,.15)}.course-card.is-visible{opacity:1;transform:translateY(0) scale(1)}.course-card:hover{transform:translateY(-4px);box-shadow:0 8px 16px rgba(0,0,0,.15);border-color:rgba(37,99,235,.3)}.course-card:hover .course-image img{transform:scale(1.05)}.course-image{width:100%;height:300px;overflow:hidden;position:relative;background:#f5f5f5;border-radius:8px;padding:2rem}.course-image img{width:100%;height:100%;object-fit:cover;border-radius:8px;transition:transform .6s cubic-bezier(.4,0,.2,1)}.course-price-overlay{position:absolute;top:1rem;right:1rem;display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;background:#1e40af;color:#fff;border-radius:8px;font-size:1.25rem;font-weight:700;font-family:var(--font-syne),"Syne",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;z-index:2;box-shadow:0 4px 12px rgba(0,0,0,.3)}.course-price-overlay svg{color:#fff;font-size:1rem}.course-price-overlay .price-amount{font-size:1.5rem;color:#fff}.course-price-overlay .currency{font-size:.875rem;font-weight:400;opacity:.9;color:#fff}@media(max-width:767px){.course-price-overlay{top:.75rem;right:.75rem;padding:.5rem 1rem;font-size:1rem}.course-price-overlay .price-amount{font-size:1.25rem}}.course-content{padding:2rem;display:flex;flex-direction:column;flex:1 1;gap:1rem}.course-title{font-family:var(--font-syne),"Syne",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-size:1.5rem;font-weight:600;margin-bottom:.75rem;color:inherit}@media(max-width:767px){.course-title{font-size:1.25rem}}.course-description{font-size:.95rem;line-height:1.6;color:inherit;opacity:.8;margin-bottom:1rem;flex:1 1}.course-meta{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid hsla(0,0%,100%,.1)}.course-listing--light .course-meta{border-bottom-color:rgba(0,0,0,.1)}.meta-item{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:inherit;opacity:.7}.meta-item svg{color:#2563eb}.course-content .button{margin-top:auto;width:-moz-fit-content;width:fit-content}.course-pricing{padding:6rem 0;position:relative;overflow:hidden}@media(max-width:767px){.course-pricing{padding:4rem 0}}.course-pricing--white{background:#fff;color:#000}.course-pricing--light{background:linear-gradient(135deg,#f8f9fa,rgba(37,99,235,.05));color:#000}.course-pricing--dark{background:linear-gradient(135deg,#0a0a1a,rgba(37,99,235,.2));color:#fff}.course-pricing:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at 50% 50%,rgba(37,99,235,.1) 0,transparent 60%);pointer-events:none;z-index:0}.course-pricing>*{position:relative;z-index:1}.pricing-header{text-align:center;margin-bottom:4rem}@media(max-width:767px){.pricing-header{margin-bottom:2.5rem}}.pricing-header .section-title{font-family:var(--font-syne),"Syne",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-size:clamp(2rem,6vw,3.5rem);font-weight:700;line-height:1.1;letter-spacing:-.03em;margin-bottom:1rem;color:inherit}@media(max-width:767px){.pricing-header .section-title{font-size:clamp(1.75rem,6vw,2.5rem)}}.course-pricing--light .pricing-header .section-title,.course-pricing--white .pricing-header .section-title{color:#000}.course-pricing--dark .pricing-header .section-title{color:#fff}.pricing-header .section-subtitle{font-size:1.125rem;line-height:1.7;color:inherit;opacity:.8;max-width:800px;margin:0 auto}@media(max-width:767px){.pricing-header .section-subtitle{font-size:1rem}}.pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:2rem;gap:2rem;max-width:1200px;margin:0 auto}@media(max-width:767px){.pricing-grid{grid-template-columns:1fr;gap:1.5rem}}.pricing-card{position:relative;background:hsla(0,0%,100%,.05);border:2px solid hsla(0,0%,100%,.1);border-radius:16px;padding:2rem;transition:all .3s ease;cursor:pointer;display:flex;flex-direction:column}.course-pricing--light .pricing-card,.course-pricing--white .pricing-card{background:#fff;border:2px solid rgba(0,0,0,.1);box-shadow:0 4px 12px rgba(0,0,0,.08);color:#000}.course-pricing--dark .pricing-card{background:hsla(0,0%,100%,.05);border:2px solid hsla(0,0%,100%,.15);box-shadow:0 4px 12px rgba(37,99,235,.15);color:#fff}.pricing-card.popular{border-color:#2563eb;transform:scale(1.05)}@media(max-width:767px){.pricing-card.popular{transform:scale(1)}}.pricing-card.popular:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#2563eb,#3b82f6);border-radius:16px 16px 0 0}.pricing-card.selected{border-color:#3b82f6;box-shadow:0 8px 24px rgba(37,99,235,.3)}.pricing-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px rgba(37,99,235,.25);border-color:#2563eb}.popular-badge{position:absolute;top:-12px;right:2rem;background:#2563eb;color:#fff;padding:.375rem 1rem;border-radius:20px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.pricing-card-header{margin-bottom:2rem;text-align:center}.pricing-card-header .plan-name{font-family:var(--font-syne),"Syne",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-size:1.75rem;font-weight:600;margin-bottom:.5rem;color:inherit}.course-pricing--light .pricing-card-header .plan-name,.course-pricing--white .pricing-card-header .plan-name{color:#000}.course-pricing--dark .pricing-card-header .plan-name{color:#fff}@media(max-width:767px){.pricing-card-header .plan-name{font-size:1.5rem}}.pricing-card-header .plan-description{font-size:.95rem;color:inherit;opacity:.7;line-height:1.6}.course-pricing--light .pricing-card-header .plan-description,.course-pricing--white .pricing-card-header .plan-description{color:#000}.course-pricing--dark .pricing-card-header .plan-description{color:#fff}.pricing-card-price{text-align:center;margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid hsla(0,0%,100%,.1)}.course-pricing--light .pricing-card-price,.course-pricing--white .pricing-card-price{border-bottom-color:rgba(0,0,0,.1)}.course-pricing--dark .pricing-card-price{border-bottom-color:hsla(0,0%,100%,.1)}.pricing-card-price .original-price{display:flex;align-items:center;justify-content:center;gap:.25rem;font-size:1.125rem;color:inherit;opacity:.5;text-decoration:line-through;margin-bottom:.5rem}.pricing-card-price .current-price{display:flex;align-items:baseline;justify-content:center;gap:.25rem;font-size:2.5rem;font-weight:700;color:#2563eb;font-family:var(--font-syne),"Syne",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif}@media(max-width:767px){.pricing-card-price .current-price{font-size:2rem}}.pricing-card-price .current-price .price-amount{font-size:3rem;line-height:1}@media(max-width:767px){.pricing-card-price .current-price .price-amount{font-size:2.5rem}}.pricing-card-price .current-price .currency,.pricing-card-price .current-price .period{font-size:1.25rem;font-weight:400;opacity:.7}.pricing-features{list-style:none;padding:0;margin:0 0 2rem;flex:1 1}.pricing-features ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.pricing-features .feature-item{display:flex;align-items:flex-start;gap:.75rem;padding:.75rem 0;font-size:.95rem;color:inherit;opacity:.9;line-height:1.6}.course-pricing--light .pricing-features .feature-item,.course-pricing--white .pricing-features .feature-item{color:#000}.course-pricing--dark .pricing-features .feature-item{color:#fff}.pricing-features .feature-item .check-icon{color:#10b981;margin-top:.25rem;flex-shrink:0}.pricing-cta{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 2rem;background-color:#2563eb;color:#fff;text-decoration:none;border:none;border-radius:8px;font-weight:600;transition:all .3s ease;width:100%;margin-top:auto;box-shadow:0 4px 12px rgba(37,99,235,.3);cursor:pointer;position:relative;overflow:hidden}.pricing-cta:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}.pricing-cta:hover{background-color:#1e40af;transform:translateY(-2px);box-shadow:0 8px 24px rgba(37,99,235,.5)}.pricing-cta:hover:before{left:100%}.pricing-cta:hover svg{transform:translateX(4px)}.pricing-cta:active{transform:translateY(0)}.pricing-cta svg{transition:transform .3s ease}.cta-section{position:relative;padding:6rem 0;margin:4rem 0;text-align:center;overflow:hidden;border-radius:24px}@media(max-width:767px){.cta-section{padding:4rem 0;margin:2rem 0;border-radius:16px}}.cta-section--gradient{background:linear-gradient(135deg,#2563eb,#1e40af 50%,#3b82f6);color:#fff}.cta-section--dark{background:#0a0a1a;color:#fff}.cta-section--light{background:#fff;color:#000}.cta-section--image{color:#fff}.cta-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;border-radius:24px;overflow:hidden}.cta-background img{object-fit:cover;width:100%;height:100%;transform:scale(1.05);transition:transform .6s ease-out}.cta-section:hover .cta-background img{transform:scale(1.1)}.cta-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,rgba(10,10,26,.85),rgba(37,99,235,.75) 50%,rgba(10,10,26,.85));z-index:1}.cta-content{position:relative;z-index:2;max-width:800px;margin:0 auto;padding:0 2rem;opacity:0;transform:translateY(30px);transition:all .8s cubic-bezier(.16,1,.3,1)}.cta-content.is-visible{opacity:1;transform:translateY(0)}@media(max-width:767px){.cta-content{padding:0 1rem}}.cta-title{font-family:var(--font-syne),"Syne",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-size:clamp(2rem,6vw,3.5rem);font-weight:700;line-height:1.1;letter-spacing:-.03em;margin-bottom:1.5rem;color:inherit}@media(max-width:767px){.cta-title{font-size:clamp(1.75rem,6vw,2.5rem)}}.cta-section--gradient .cta-title{text-shadow:0 4px 20px rgba(0,0,0,.2)}.cta-description{font-size:clamp(1rem,2vw,1.25rem);line-height:1.7;margin-bottom:2.5rem;color:inherit;opacity:.95;max-width:700px;margin-left:auto;margin-right:auto}@media(max-width:767px){.cta-description{margin-bottom:2rem}}.cta-button{display:inline-flex;align-items:center;gap:.75rem;padding:1.125rem 2.5rem;background:#fff;color:#2563eb;text-decoration:none;border:none;border-radius:8px;font-weight:700;font-size:1.125rem;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 8px 24px rgba(0,0,0,.2);position:relative;overflow:hidden;cursor:pointer}.cta-section--light .cta-button{background:#2563eb;color:#fff}.cta-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);transition:left .5s}.cta-button:hover{transform:translateY(-2px);box-shadow:0 12px 32px rgba(0,0,0,.3)}.cta-section--dark .cta-button:hover,.cta-section--gradient .cta-button:hover,.cta-section--image .cta-button:hover{background:hsla(0,0%,100%,.95);color:#2563eb}.cta-section--light .cta-button:hover{background:#1e40af;color:#fff}.cta-button:hover:before{left:100%}.cta-button:hover svg{transform:translateX(4px)}.cta-button:active{transform:translateY(0)}.cta-button svg{transition:transform .3s ease;font-size:.875rem}.feature-highlights{padding:6rem 0;position:relative;overflow:hidden}@media(max-width:767px){.feature-highlights{padding:4rem 0}}.feature-highlights--white{background:#fff;color:#000}.feature-highlights--light{background:linear-gradient(135deg,#f8f9fa,rgba(37,99,235,.03));color:#000}.feature-highlights--dark{background:#0a0a1a;color:#fff}.feature-highlights:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at 50% 0,rgba(37,99,235,.08) 0,transparent 50%);pointer-events:none;z-index:0}.feature-highlights>*{position:relative;z-index:1}.feature-highlights--grid .features-container{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2rem;gap:2rem;max-width:1200px;margin:0 auto}@media(max-width:767px){.feature-highlights--grid .features-container{grid-template-columns:1fr;gap:1.5rem}}@media(max-width:968px){.feature-highlights--grid .features-container{grid-template-columns:1fr}}.feature-highlights--list .features-container{display:flex;flex-direction:column;gap:1.5rem;max-width:900px;margin:0 auto}.features-header{text-align:center;margin-bottom:4rem}@media(max-width:767px){.features-header{margin-bottom:3rem}}.features-header .features-title{font-family:var(--font-syne),"Syne",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-size:clamp(2.5rem,8vw,4.5rem);font-weight:700;line-height:1.1;letter-spacing:-.03em;margin-bottom:1rem;color:inherit;background:linear-gradient(135deg,currentColor,#2563eb);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text}@media(max-width:767px){.features-header .features-title{font-size:clamp(2rem,8vw,3rem)}}.feature-highlights--light .features-header .features-title{color:#000}.feature-highlights--dark .features-header .features-title{color:#fff}.features-header .features-subtitle{font-size:1.125rem;color:inherit;opacity:.8;max-width:700px;margin:0 auto;line-height:1.7}.feature-card{position:relative;background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.15);border-radius:12px;padding:2rem;transition:opacity .6s cubic-bezier(.16,1,.3,1),transform .6s cubic-bezier(.16,1,.3,1),box-shadow .3s ease,border-color .3s ease;overflow:hidden;display:flex;flex-direction:column;align-items:center;text-align:center;opacity:0;transform:translateY(20px)}.feature-highlights--light .feature-card{background:hsla(0,0%,100%,.8);border:1px solid rgba(0,0,0,.08);box-shadow:0 4px 12px rgba(0,0,0,.05)}.feature-highlights--dark .feature-card{background:hsla(0,0%,100%,.03);border:1px solid hsla(0,0%,100%,.1)}.feature-card.is-visible{opacity:1;transform:translateY(0)}.feature-card:hover{transform:translateY(-8px);border-color:#2563eb;box-shadow:0 16px 40px rgba(37,99,235,.25)}.feature-card:hover .feature-icon{transform:scale(1.1) rotate(5deg);color:#2563eb}.feature-card:hover .feature-icon-glow{opacity:1;transform:scale(1.5)}.feature-card:hover .feature-hover-effect{opacity:1}.feature-card:hover .feature-link{transform:translateX(4px);color:#2563eb}.feature-icon-wrapper{margin-bottom:1.5rem}.feature-icon,.feature-icon-wrapper{position:relative;width:80px;height:80px;display:flex;align-items:center;justify-content:center}.feature-icon{z-index:2;background:rgba(37,99,235,.1);border-radius:12px;font-size:2rem;color:#2563eb;transition:all .3s ease}.feature-highlights--light .feature-icon{background:linear-gradient(135deg,rgba(37,99,235,.08),rgba(37,99,235,.15))}.feature-icon-glow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(.8);width:100px;height:100px;background:radial-gradient(circle,rgba(37,99,235,.4) 0,transparent 70%);border-radius:50%;opacity:0;transition:all .4s cubic-bezier(.4,0,.2,1);z-index:1}.feature-content{position:relative;z-index:2}.feature-title{font-family:var(--font-syne),"Syne",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-size:1.25rem;font-weight:600;margin-bottom:.75rem;color:inherit;line-height:1.4}.feature-highlights--light .feature-title{color:#000}.feature-highlights--dark .feature-title{color:#fff}.feature-description{font-size:1rem;color:inherit;opacity:.8;line-height:1.7;margin-bottom:1.5rem}.feature-link{display:inline-flex;align-items:center;gap:.5rem;color:inherit;text-decoration:none;font-weight:600;font-size:.95rem;transition:all .3s ease;opacity:.9}.feature-link svg{transition:transform .3s ease;font-size:.875rem}.feature-link:hover{opacity:1}.feature-link:hover svg{transform:translateX(4px)}.feature-hover-effect{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,rgba(37,99,235,.05),transparent);opacity:0;transition:opacity .4s ease;pointer-events:none;border-radius:20px}.feature-highlights--list .feature-card{display:flex;gap:2rem;align-items:flex-start;padding:2rem}@media(max-width:767px){.feature-highlights--list .feature-card{flex-direction:column;gap:1.5rem}}.feature-highlights--list .feature-card .feature-icon-wrapper{flex-shrink:0;margin-bottom:0}.feature-highlights--list .feature-card .feature-content{flex:1 1}.yarl__fullsize{height:100%;width:100%}.yarl__relative{position:relative}.yarl__portal{bottom:0;left:0;opacity:0;overflow:hidden;position:fixed;right:0;top:0;transition:opacity var(--yarl__fade_animation_duration,.25s) var(--yarl__fade_animation_timing_function,ease);z-index:var(--yarl__portal_zindex,9999)}.yarl__portal_open{opacity:1}.yarl__container{background-color:var(--yarl__container_background_color,var(--yarl__color_backdrop,#000));bottom:0;left:0;outline:none;overflow:hidden;overscroll-behavior:var(--yarl__controller_overscroll_behavior,contain);position:absolute;right:0;top:0;touch-action:var(--yarl__controller_touch_action,none);-webkit-user-select:none;-moz-user-select:none;user-select:none}.yarl__carousel{align-content:center;align-items:stretch;display:flex;flex:0 0 auto;height:100%;justify-content:center;opacity:var(--yarl__pull_opacity,1);transform:translate(var(--yarl__swipe_offset,0),var(--yarl__pull_offset,0));width:calc(100% + (var(--yarl__carousel_slides_count) - 1)*(100% + var(--yarl__carousel_spacing_px, 0)*1px + var(--yarl__carousel_spacing_percent, 0)*1%))}.yarl__carousel_with_slides{column-gap:calc(var(--yarl__carousel_spacing_px, 0)*1px + 100/(var(--yarl__carousel_slides_count)*100 + (var(--yarl__carousel_slides_count) - 1)*var(--yarl__carousel_spacing_percent, 0))*var(--yarl__carousel_spacing_percent, 0)*1%)}.yarl__flex_center{align-content:center;align-items:center;display:flex;justify-content:center}.yarl__slide{flex:1 1;overflow:hidden;padding:calc(var(--yarl__carousel_padding_px, 0)*1px + 100/(var(--yarl__carousel_slides_count)*100 + (var(--yarl__carousel_slides_count) - 1)*var(--yarl__carousel_spacing_percent, 0))*var(--yarl__carousel_padding_percent, 0)*1%);position:relative}[dir=rtl] .yarl__slide{--yarl__direction:-1}.yarl__slide_image{max-height:100%;max-width:100%;object-fit:contain;touch-action:var(--yarl__controller_touch_action,none);-moz-user-select:none;user-select:none;-webkit-user-select:none;-webkit-touch-callout:none}.yarl__slide_image_cover{height:100%;object-fit:cover;width:100%}.yarl__slide_image_loading{opacity:0}@media screen and (min-width:800px){.yarl__slide_wrapper:not(.yarl__slide_wrapper_interactive) .yarl__slide_image{-webkit-backface-visibility:hidden;-webkit-transform:translateZ(0);-webkit-transform-style:preserve-3d}}.yarl__slide_placeholder{left:50%;line-height:0;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%)}.yarl__slide_loading{animation:yarl__delayed_fadein 1s linear;color:var(--yarl__slide_icon_loading_color,var(--yarl__color_button,hsla(0,0%,100%,.8)))}.yarl__slide_loading line{animation:yarl__stroke_opacity 1s linear infinite}.yarl__slide_loading line:first-of-type{animation-delay:-1.875s}.yarl__slide_loading line:nth-of-type(2){animation-delay:-1.75s}.yarl__slide_loading line:nth-of-type(3){animation-delay:-1.625s}.yarl__slide_loading line:nth-of-type(4){animation-delay:-1.5s}.yarl__slide_loading line:nth-of-type(5){animation-delay:-1.375s}.yarl__slide_loading line:nth-of-type(6){animation-delay:-1.25s}.yarl__slide_loading line:nth-of-type(7){animation-delay:-1.125s}.yarl__slide_loading line:nth-of-type(8){animation-delay:-1s}.yarl__slide_error{color:var(--yarl__slide_icon_error_color,red);height:var(--yarl__slide_icon_error_size,48px);width:var(--yarl__slide_icon_error_size,48px)}@media (prefers-reduced-motion){.yarl__portal,.yarl__slide{transition:unset}.yarl__slide_loading,.yarl__slide_loading line{animation:unset}}.yarl__toolbar{bottom:auto;display:flex;justify-content:flex-end;left:auto;padding:var(--yarl__toolbar_padding,8px);position:absolute;right:0;top:0}[dir=rtl] .yarl__toolbar{bottom:auto;left:0;right:auto;top:0}.yarl__icon{height:var(--yarl__icon_size,32px);width:var(--yarl__icon_size,32px)}.yarl__button{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:var(--yarl__button_background_color,transparent);border:var(--yarl__button_border,0);color:var(--yarl__color_button,hsla(0,0%,100%,.8));cursor:pointer;filter:var(--yarl__button_filter,drop-shadow(2px 2px 2px rgba(0,0,0,.8)));line-height:0;margin:var(--yarl__button_margin,0);outline:none;padding:var(--yarl__button_padding,8px);-webkit-tap-highlight-color:transparent}.yarl__button:focus{color:var(--yarl__color_button_active,#fff)}.yarl__button:focus:not(:focus-visible){color:var(--yarl__color_button,hsla(0,0%,100%,.8))}.yarl__button:focus-visible{color:var(--yarl__color_button_active,#fff)}@media (hover:hover){.yarl__button:focus-visible:hover,.yarl__button:focus:hover,.yarl__button:hover{color:var(--yarl__color_button_active,#fff)}}.yarl__button:disabled{color:var(--yarl__color_button_disabled,hsla(0,0%,100%,.4));cursor:default}.yarl__navigation_next,.yarl__navigation_prev{padding:var(--yarl__navigation_button_padding,24px 16px);position:absolute;top:50%;transform:translateY(-50%)}.yarl__navigation_prev{left:0}[dir=rtl] .yarl__navigation_prev{left:unset;right:0;transform:translateY(-50%) rotate(180deg)}.yarl__navigation_next{right:0}[dir=rtl] .yarl__navigation_next{left:0;right:unset;transform:translateY(-50%) rotate(180deg)}.yarl__no_scroll{height:100%;overflow:hidden;overscroll-behavior:none}@keyframes yarl__delayed_fadein{0%{opacity:0}80%{opacity:0}to{opacity:1}}@keyframes yarl__stroke_opacity{0%{stroke-opacity:1}to{stroke-opacity:.125}}.latest-blog-slice{padding:6rem 0;position:relative}@media(max-width:767px){.latest-blog-slice{padding:4rem 0}}.latest-blog-slice--light,.latest-blog-slice--plain{background:#fff;color:#000}.latest-blog-slice--light{background:#f8f9fa}.latest-blog-slice--dark{background:#0a0a1a;color:#fff}.latest-blog-slice--dark h1,.latest-blog-slice--dark h2,.latest-blog-slice--dark h3,.latest-blog-slice--dark h4,.latest-blog-slice--dark h5,.latest-blog-slice--dark h6{color:#fff}.latest-blog-slice--dark a,.latest-blog-slice--dark p{color:hsla(0,0%,100%,.9)}.latest-blog-slice__loading{text-align:center;padding:2rem;color:#666}.latest-blog-slice__header{text-align:center;margin-bottom:4rem}@media(max-width:767px){.latest-blog-slice__header{margin-bottom:3rem}}.latest-blog-slice__title{margin-bottom:1rem}.latest-blog-slice__title h1,.latest-blog-slice__title h2{font-family:var(--font-syne),"Syne",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-size:clamp(2.5rem,8vw,4.5rem);font-weight:700;line-height:1.1;letter-spacing:-.03em;margin:0;color:inherit}@media(max-width:767px){.latest-blog-slice__title h1,.latest-blog-slice__title h2{font-size:clamp(2rem,8vw,3rem)}}.latest-blog-slice__description{font-size:1.125rem;line-height:1.7;color:inherit;opacity:.8;max-width:700px;margin:0 auto}@media(max-width:767px){.latest-blog-slice__description{font-size:1rem}}.latest-blog-slice__description p{margin-bottom:1rem}.latest-blog-slice__description p:last-child{margin-bottom:0}.latest-blog-slice__articles-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:2rem;gap:2rem;max-width:1200px;margin:0 auto}@media(max-width:47.99rem){.latest-blog-slice__articles-grid{grid-template-columns:1fr;gap:1.5rem}}.latest-blog-slice__article-card{display:flex;flex-direction:row;gap:1.5rem;background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:8px;padding:1.5rem;transition:all .3s ease;box-shadow:0 2px 8px rgba(0,0,0,.04)}.latest-blog-slice--dark .latest-blog-slice__article-card{background:hsla(0,0%,100%,.05);border-color:hsla(0,0%,100%,.15);box-shadow:0 4px 12px rgba(37,99,235,.15)}@media(max-width:767px){.latest-blog-slice__article-card{flex-direction:column;gap:1rem}}.latest-blog-slice__article-card:hover{transform:translateY(-4px);border-color:#2563eb;box-shadow:0 8px 24px rgba(37,99,235,.15)}.latest-blog-slice__article-image{flex-shrink:0;width:200px;height:150px;position:relative;overflow:hidden;border-radius:8px}@media(min-width:36rem)and (max-width:47.99rem){.latest-blog-slice__article-image{width:180px;height:135px}}@media(max-width:767px){.latest-blog-slice__article-image{width:100%;height:200px}}.latest-blog-slice__article-image img{width:100%;height:100%;object-fit:cover;border-radius:8px;transition:transform .3s ease}.latest-blog-slice__article-image:hover img{transform:scale(1.05)}.latest-blog-slice__article-content{flex:1 1;display:flex;flex-direction:column;gap:.75rem}.latest-blog-slice__article-title{margin:0;font-family:var(--font-syne),"Syne",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-size:1.5rem;font-weight:600;line-height:1.3;color:inherit}@media(min-width:36rem)and (max-width:47.99rem){.latest-blog-slice__article-title{font-size:1.375rem}}@media(max-width:767px){.latest-blog-slice__article-title{font-size:1.25rem}}.latest-blog-slice__article-title a{color:inherit;text-decoration:none;transition:color .3s ease}.latest-blog-slice__article-title a:hover{color:#2563eb}.latest-blog-slice__article-excerpt{margin:0;font-size:.95rem;line-height:1.6;color:inherit;opacity:.8;flex:1 1}@media(max-width:767px){.latest-blog-slice__article-excerpt{font-size:.9rem}}.latest-blog-slice__article-link{display:inline-flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:600;color:#2563eb;text-decoration:none;transition:all .3s ease;margin-top:auto;width:-moz-fit-content;width:fit-content}.latest-blog-slice__article-link:hover{color:#1e40af;gap:.75rem}.latest-blog-slice__view-all{margin-top:4rem;text-align:center;padding-top:2rem;border-top:1px solid rgba(0,0,0,.1)}.latest-blog-slice--dark .latest-blog-slice__view-all{border-top-color:hsla(0,0%,100%,.15)}@media(max-width:767px){.latest-blog-slice__view-all{margin-top:3rem;padding-top:1.5rem}}.latest-blog-slice__view-all-button{display:inline-flex;align-items:center;gap:.75rem;padding:1rem 2.5rem;font-size:1rem;font-weight:600;color:#fff;background:#2563eb;text-decoration:none;border:none;border-radius:8px;transition:all .3s ease;box-shadow:0 4px 12px rgba(37,99,235,.3);cursor:pointer;position:relative;overflow:hidden}.latest-blog-slice__view-all-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}@media(max-width:767px){.latest-blog-slice__view-all-button{padding:.875rem 2rem;font-size:.95rem}}.latest-blog-slice__view-all-button .arrow{font-size:1.25rem;transition:transform .3s ease}.latest-blog-slice__view-all-button:hover{background:#1e40af;transform:translateY(-2px);box-shadow:0 8px 24px rgba(37,99,235,.5)}.latest-blog-slice__view-all-button:hover:before{left:100%}.latest-blog-slice__view-all-button:hover .arrow{transform:translateX(4px)}.latest-blog-slice__view-all-button:active{transform:translateY(0)}.our-services-slice{padding:3rem 0;background-color:#fff}@media(max-width:767px){.our-services-slice{padding:2rem 0}}.our-services-slice--plain{background-color:#fff;color:#000}.our-services-slice--light{background-color:rgba(0,0,0,.1);color:#000}.our-services-slice--dark{background-color:#252525;color:#fff}.our-services-slice--dark h1,.our-services-slice--dark h2,.our-services-slice--dark h3,.our-services-slice--dark h4,.our-services-slice--dark h5,.our-services-slice--dark h6{color:#fff}.our-services-slice--dark a,.our-services-slice--dark p{color:hsla(0,0%,100%,.9)}.our-services-slice--dark .our-services-slice__title h1{color:#fff}.our-services-slice--dark .our-services-slice__subtitle h2{color:hsla(0,0%,100%,.8)}.our-services-slice--dark .our-services-slice__text{color:hsla(0,0%,100%,.9)}.our-services-slice__main-grid{display:grid;grid-template-columns:1fr 400px;grid-gap:3rem;gap:3rem;align-items:flex-start}@media(min-width:36rem)and (max-width:47.99rem){.our-services-slice__main-grid{grid-template-columns:1fr;gap:2rem}}@media(max-width:767px){.our-services-slice__main-grid{grid-template-columns:1fr;gap:1.5rem}}.our-services-slice__left-area{display:flex;flex-direction:column;gap:2rem}@media(max-width:767px){.our-services-slice__left-area{gap:1.5rem}}.our-services-slice__text-columns{display:grid;grid-template-columns:1fr 1fr;grid-gap:2.5rem;gap:2.5rem;align-items:flex-start}@media(min-width:36rem)and (max-width:47.99rem){.our-services-slice__text-columns{grid-template-columns:1fr;gap:1.5rem}}@media(max-width:767px){.our-services-slice__text-columns{grid-template-columns:1fr;gap:1.5rem}}.our-services-slice__grid{display:grid;grid-template-columns:1fr 1fr 1fr;grid-gap:0;gap:0;align-items:flex-start}@media(min-width:36rem)and (max-width:47.99rem){.our-services-slice__grid{grid-template-columns:1fr;gap:1.5rem}}@media(max-width:767px){.our-services-slice__grid{grid-template-columns:1fr;gap:1.5rem}}.our-services-slice__header{margin-bottom:2rem;text-align:left}@media(min-width:36rem)and (max-width:47.99rem){.our-services-slice__header{margin-bottom:1.5rem}}@media(max-width:767px){.our-services-slice__header{margin-bottom:1rem}}.our-services-slice__main-grid .our-services-slice__header{margin-bottom:0}.our-services-slice__grid~.our-services-slice__header{margin-bottom:2rem}.our-services-slice__content{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;padding:0 1.5rem 0 0}@media(min-width:36rem)and (max-width:47.99rem){.our-services-slice__content{padding:0}}@media(max-width:767px){.our-services-slice__content{padding:0}}.our-services-slice__title{margin-bottom:1rem}.our-services-slice__title h1{font-family:var(--font-lato),"Lato",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-size:2.5rem;font-weight:700;color:#000;line-height:1.2;margin:0}@media(min-width:36rem)and (max-width:47.99rem){.our-services-slice__title h1{font-size:2.25rem}}@media(max-width:767px){.our-services-slice__title h1{font-size:2rem}}.our-services-slice__subtitle{margin-bottom:0}.our-services-slice__subtitle h2{font-family:var(--font-dm-sans),"DM Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-size:1.1rem;font-weight:400;color:#666;line-height:1.5;margin:0;text-transform:uppercase;letter-spacing:.05em}@media(min-width:36rem)and (max-width:47.99rem){.our-services-slice__subtitle h2{font-size:1.05rem}}@media(max-width:767px){.our-services-slice__subtitle h2{font-size:1rem}}.our-services-slice__text{color:#000;font-family:var(--font-dm-sans),"DM Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-size:1rem;line-height:1.7}.our-services-slice__text p{margin-bottom:1rem}.our-services-slice__text p:last-child{margin-bottom:0}@media(max-width:767px){.our-services-slice__text{font-size:.95rem}}.our-services-slice__second-column{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;padding:0 1.5rem 0 0}@media(min-width:36rem)and (max-width:47.99rem){.our-services-slice__second-column{padding:0}}@media(max-width:767px){.our-services-slice__second-column{padding:0}}.our-services-slice__image-block{position:relative;min-height:400px}@media(min-width:36rem)and (max-width:47.99rem){.our-services-slice__image-block{min-height:300px}}@media(max-width:767px){.our-services-slice__image-block{min-height:250px}}.our-services-slice__image-wrapper{position:relative;width:100%;height:100%;min-height:400px;overflow:hidden}@media(min-width:36rem)and (max-width:47.99rem){.our-services-slice__image-wrapper{min-height:300px}}@media(max-width:767px){.our-services-slice__image-wrapper{min-height:250px}}.our-services-slice__image-overlay{position:absolute;bottom:0;left:0;right:0;background:hsla(0,0%,100%,.95);border:1px solid rgba(0,0,0,.1);padding:1.5rem}@media(min-width:36rem)and (max-width:47.99rem){.our-services-slice__image-overlay{padding:1.25rem}}@media(max-width:767px){.our-services-slice__image-overlay{padding:1rem}}.our-services-slice__image-title{margin-bottom:.5rem}.our-services-slice__image-title h2{font-family:var(--font-lato),"Lato",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-size:1.75rem;font-weight:700;color:#000;margin:0;line-height:1.2}@media(min-width:36rem)and (max-width:47.99rem){.our-services-slice__image-title h2{font-size:1.6rem}}@media(max-width:767px){.our-services-slice__image-title h2{font-size:1.5rem}}.our-services-slice__image-subtitle h3{font-family:var(--font-dm-sans),"DM Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-size:.9rem;font-weight:400;color:#666;margin:0;text-transform:uppercase;letter-spacing:.05em}@media(max-width:767px){.our-services-slice__image-subtitle h3{font-size:.85rem}}.our-services-slice__search{position:relative;min-height:400px}@media(min-width:36rem)and (max-width:47.99rem){.our-services-slice__search{min-height:auto}}@media(max-width:767px){.our-services-slice__search{min-height:auto}}.our-services-slice__search-wrapper{position:relative;width:100%;height:100%;min-height:400px;background-color:#0a0a1a;background-size:cover;background-position:50%;background-repeat:no-repeat;padding:2rem;display:flex;flex-direction:column;justify-content:flex-start}.our-services-slice__search-wrapper:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(44,44,44,.85);z-index:1}.our-services-slice__search-wrapper>*{position:relative;z-index:2}@media(min-width:36rem)and (max-width:47.99rem){.our-services-slice__search-wrapper{min-height:350px;padding:1.75rem}}@media(max-width:767px){.our-services-slice__search-wrapper{min-height:auto;padding:1.5rem}}.our-services-slice__search-title{margin-bottom:2rem}.our-services-slice__search-title h2{font-family:var(--font-lato),"Lato",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-size:2rem;font-weight:700;color:#fff;margin:0;line-height:1.2}@media(min-width:36rem)and (max-width:47.99rem){.our-services-slice__search-title h2{font-size:1.875rem;margin-bottom:1.5rem}}@media(max-width:767px){.our-services-slice__search-title h2{font-size:1.75rem;margin-bottom:1.5rem}}.our-services-slice__form{display:flex;flex-direction:column;gap:1rem;flex:1 1}.our-services-slice__field{width:100%}.our-services-slice__input-wrapper{position:relative;display:flex;align-items:center;background-color:#fff;border-radius:4px;padding:.875rem 1rem;transition:all .3s ease}@media(max-width:767px){.our-services-slice__input-wrapper{padding:.75rem .875rem}}.our-services-slice__input-wrapper:focus-within{box-shadow:0 0 0 2px rgba(3,178,76,.3)}.our-services-slice__icon{color:#666;margin-right:.75rem;font-size:1rem;flex-shrink:0}.our-services-slice__input{flex:1 1;border:none;background:rgba(0,0,0,0);color:#000;font-size:.95rem;font-family:var(--font-dm-sans),"DM Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;outline:none;width:100%}@media(max-width:767px){.our-services-slice__input{font-size:.9rem}}.our-services-slice__input::placeholder{color:#666;font-size:.85rem}@media(max-width:767px){.our-services-slice__input::placeholder{font-size:.8rem}}.our-services-slice__button{background-color:var(--brand-primary,#03b24c);color:#fff;border:none;border-radius:4px;padding:1rem 1.5rem;font-size:1rem;font-weight:600;font-family:var(--font-dm-sans),"DM Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:.5rem;text-transform:uppercase;letter-spacing:.05em}@media(min-width:36rem)and (max-width:47.99rem){.our-services-slice__button{padding:.9rem 1.25rem;font-size:.95rem}}@media(max-width:767px){.our-services-slice__button{padding:.875rem 1rem;font-size:.9rem;width:100%}}.our-services-slice__button:hover{background-color:var(--brand-primary-dark,#028a3d);transform:translateY(-2px);box-shadow:0 4px 12px rgba(3,178,76,.3)}.our-services-slice__button:active{transform:translateY(0)}.our-services-slice__button svg{font-size:1rem}@media(max-width:767px){.our-services-slice__button svg{font-size:.9rem}}.our-services-slice__view-all{margin-top:1rem;text-align:center}.our-services-slice__view-all-link{color:var(--brand-primary,#03b24c);text-decoration:none;font-size:.95rem;font-weight:500;font-family:var(--font-dm-sans),"DM Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;transition:color .3s ease}@media(max-width:767px){.our-services-slice__view-all-link{font-size:.9rem;display:inline-block;padding:.5rem 0}}.our-services-slice__view-all-link:hover{color:var(--brand-primary-dark,#028a3d);text-decoration:underline}.our-services-slice__help-text{margin-top:1.5rem;color:hsla(0,0%,100%,.8);font-size:.85rem;font-family:var(--font-dm-sans),"DM Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;line-height:1.5;text-align:center}@media(min-width:36rem)and (max-width:47.99rem){.our-services-slice__help-text{font-size:.8rem;margin-top:1.25rem}}@media(max-width:767px){.our-services-slice__help-text{font-size:.75rem;margin-top:1rem}}.our-services-slice__search-wrapper[data-background-image]:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-size:cover;background-position:50%;background-repeat:no-repeat;z-index:0;opacity:.3}.our-team-section{padding:6rem 0;position:relative;color:#000}@media(max-width:767px){.our-team-section{padding:4rem 0}}.our-team-section--light,.our-team-section--plain{background:#fff;color:#000}.our-team-section--light{background:#f8f9fa}.our-team-section--dark{background:#0a0a1a;color:#fff}.our-team-section--dark h1,.our-team-section--dark h2,.our-team-section--dark h3,.our-team-section--dark h4,.our-team-section--dark h5,.our-team-section--dark h6{color:#fff}.our-team-section--dark a,.our-team-section--dark p{color:hsla(0,0%,100%,.9)}.our-team-section__header{margin-bottom:1.5rem}@media(max-width:767px){.our-team-section__header{margin-bottom:1rem}}.our-team-section__header h1,.our-team-section__header h2,.our-team-section__header h3{font-family:var(--font-syne),"Syne",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-size:clamp(2.5rem,8vw,4.5rem);font-weight:700;line-height:1.1;letter-spacing:-.03em;color:inherit;margin:0 0 1rem}@media(max-width:767px){.our-team-section__header h1,.our-team-section__header h2,.our-team-section__header h3{font-size:clamp(2rem,8vw,3rem)}}.our-team-section__description{margin-bottom:3rem;color:#666;font-family:var(--font-dm-sans),"DM Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-size:1.1rem;line-height:1.7}@media(max-width:767px){.our-team-section__description{margin-bottom:2rem;font-size:1rem}}.our-team-section__description p{margin-bottom:1rem}.our-team-section__description p:last-child{margin-bottom:0}.our-team-section__grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:2rem;gap:2rem;margin-top:2rem}@media(min-width:36rem)and (max-width:47.99rem){.our-team-section__grid{grid-template-columns:repeat(3,1fr);gap:1.5rem}}@media(max-width:767px){.our-team-section__grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-top:1.5rem}}@media(max-width:480px){.our-team-section__grid{grid-template-columns:1fr}}.our-team-section__member{max-width:350px;margin:0 auto;width:100%;text-align:center}.our-team-section__image{position:relative;width:200px;height:200px;margin:0 auto 1rem;border-radius:50%;overflow:hidden}@media(max-width:767px){.our-team-section__image{width:180px;height:180px}}.our-team-section__image-img{border-radius:50%;object-fit:cover}.our-team-section__details{text-align:center}.our-team-section__name{font-size:1.25rem;font-weight:600;margin-bottom:.5rem;color:#000;font-family:var(--font-dm-sans),"DM Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif}@media(max-width:767px){.our-team-section__name{font-size:1.125rem}}.our-team-section__position{color:#666;margin-bottom:.5rem;font-size:1rem;font-family:var(--font-dm-sans),"DM Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif}@media(max-width:767px){.our-team-section__position{font-size:.95rem}}.our-team-section__phone{color:#2563eb;text-decoration:none;font-size:1rem;font-family:var(--font-dm-sans),"DM Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;transition:color .3s ease}@media(max-width:767px){.our-team-section__phone{font-size:.95rem}}.our-team-section__phone:hover{color:rgb(18.5714285714,76.1428571429,202.4285714286)}.quote-section{padding:6rem 0;position:relative;color:#000}@media(max-width:767px){.quote-section{padding:4rem 0}}.quote-section--light,.quote-section--plain{background:#fff;color:#000}.quote-section--light{background:#f8f9fa}.quote-section--dark{background:#0a0a1a;color:#fff}.quote-section--dark h1,.quote-section--dark h2,.quote-section--dark h3,.quote-section--dark h4,.quote-section--dark h5,.quote-section--dark h6,.quote-section--dark p{color:#fff}.quote-section__container{max-width:48rem;margin:0 auto;text-align:center}.quote-section__text{font-size:1.5rem;font-weight:300;font-style:italic;margin-bottom:2rem;position:relative;line-height:1.6;color:#000}@media(min-width:36rem)and (max-width:47.99rem){.quote-section__text{font-size:1.375rem}}@media(max-width:767px){.quote-section__text{font-size:1.25rem;margin-bottom:1.5rem}}.quote-section__text p{margin:0;display:inline}.quote-section__quote-mark{position:absolute;font-size:4rem;color:rgba(0,0,0,.2);line-height:1}@media(max-width:767px){.quote-section__quote-mark{font-size:3rem}}.quote-section__quote-mark--left{left:-1rem;top:-1rem}@media(max-width:767px){.quote-section__quote-mark--left{left:-.75rem;top:-.75rem}}.quote-section__quote-mark--right{right:-1rem;bottom:-1rem}@media(max-width:767px){.quote-section__quote-mark--right{right:-.75rem;bottom:-.75rem}}.quote-section__person{display:flex;align-items:center;justify-content:center;gap:1rem}.quote-section__photo{position:relative;width:4rem;height:4rem;flex-shrink:0}@media(max-width:767px){.quote-section__photo{width:3.5rem;height:3.5rem}}.quote-section__photo-img{border-radius:50%;object-fit:cover}.quote-section__name{font-size:1.125rem;font-weight:500;color:#000}@media(max-width:767px){.quote-section__name{font-size:1rem}}.quote-section__name p{margin:0}.stats-counter{padding:6rem 0;position:relative;overflow:hidden}@media(max-width:767px){.stats-counter{padding:4rem 0}}.stats-counter--white{background:#fff;color:#000}.stats-counter--light{background:linear-gradient(135deg,#f8f9fa,rgba(37,99,235,.05));color:#000}.stats-counter--dark{background:#0a0a1a;color:#fff}.stats-counter:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at 30% 50%,rgba(37,99,235,.1) 0,transparent 50%);pointer-events:none}.stats-header{text-align:center;margin-bottom:4rem}@media(max-width:767px){.stats-header{margin-bottom:3rem}}.stats-header .stats-title{font-family:var(--font-syne),"Syne",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-size:clamp(2.5rem,8vw,4.5rem);font-weight:700;line-height:1.1;letter-spacing:-.03em;margin-bottom:1rem;color:inherit;background:linear-gradient(135deg,currentColor,#2563eb);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text;text-align:center}@media(max-width:767px){.stats-header .stats-title{font-size:clamp(2rem,8vw,3rem)}}.stats-header .stats-subtitle{font-size:1.125rem;color:inherit;opacity:.8;max-width:700px;margin:0 auto;line-height:1.7}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:2rem;gap:2rem;position:relative;z-index:1;max-width:1200px;margin:0 auto}@media(max-width:767px){.stats-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media(max-width:768px){.stats-grid{grid-template-columns:1fr}}.stat-card{background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.15);border-radius:12px;padding:2rem;text-align:center;transition:opacity .6s cubic-bezier(.16,1,.3,1),transform .6s cubic-bezier(.16,1,.3,1),box-shadow .3s ease,border-color .3s ease;opacity:0;transform:translateY(20px)}.stats-counter--light .stat-card{background:hsla(0,0%,100%,.8);border:1px solid rgba(0,0,0,.1);box-shadow:0 8px 24px rgba(0,0,0,.08)}.stats-counter--dark .stat-card{background:hsla(0,0%,100%,.03);border:1px solid hsla(0,0%,100%,.1);box-shadow:0 8px 24px rgba(37,99,235,.2)}.stat-card.is-visible{opacity:1;transform:translateY(0) scale(1)}.stat-card:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 16px 40px rgba(37,99,235,.3);border-color:#2563eb}.stat-card:hover .stat-icon{transform:scale(1.1) rotate(5deg);color:#2563eb}.stat-icon{width:60px;height:60px;margin:0 auto 1.25rem;display:flex;align-items:center;justify-content:center;background:rgba(37,99,235,.1);border-radius:12px;font-size:1.5rem;color:#2563eb;transition:all .3s ease}.stats-counter--light .stat-icon{background:linear-gradient(135deg,rgba(37,99,235,.1),rgba(37,99,235,.15))}.stat-content{display:flex;flex-direction:column;gap:.5rem}.stat-number-wrapper{margin-bottom:.5rem}.stat-number{font-family:var(--font-syne),"Syne",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-size:clamp(2.5rem,6vw,3.5rem);font-weight:700;line-height:1;color:inherit;display:block}.stats-counter--light .stat-number{color:#000}.stats-counter--dark .stat-number{color:#fff}.stat-label{font-family:var(--font-syne),"Syne",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-size:1rem;font-weight:500;color:inherit;margin:.5rem 0 0;line-height:1.4;opacity:.9}.stats-counter--light .stat-label{color:#000}.stats-counter--dark .stat-label{color:#fff}.stat-description{font-size:.95rem;color:inherit;opacity:.7;margin:0;line-height:1.6}