@import "https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700&display=swap";.topbar{background:var(--sky-900);padding:.5rem 0;font-size:.8125rem}.topbar-content{justify-content:flex-end;align-items:center;display:flex}.topbar-right{align-items:center;gap:1.25rem;display:flex}.topbar-item{color:#fffc;align-items:center;gap:.5rem;transition:color .15s;display:flex}.topbar-item:hover{color:var(--white)}.topbar-item svg{opacity:.7}.topbar-divider{background:#fff3;width:1px;height:16px}.header{background:var(--white);z-index:100;position:sticky;top:0;box-shadow:0 2px 12px #0000000f}.header-content{justify-content:space-between;align-items:center;height:80px;display:flex}.logo img{width:auto;height:58px}.nav-desktop{align-items:center;gap:.375rem;display:flex}.nav-link{color:var(--gray-600);border-radius:6px;padding:.625rem 1rem;font-size:.9375rem;font-weight:500;transition:all .2s;position:relative}.nav-link:after{content:"";background:var(--sun);border-radius:1px;width:0;height:2px;transition:width .25s;position:absolute;bottom:4px;left:50%;transform:translate(-50%)}.nav-link:hover{color:var(--sky-800)}.nav-link:hover:after{width:60%}.nav-link.active{color:var(--sky-800);background:var(--sky-50);font-weight:600}.nav-link.active:after{width:60%}.btn-cta{background:var(--sky-700);color:var(--white);border-radius:6px;margin-left:1rem;padding:.625rem 1.25rem;font-size:.875rem;font-weight:600;transition:all .2s}.btn-cta:hover{background:var(--sky-800);color:var(--white);transform:translateY(-1px);box-shadow:0 4px 12px #16406940}.menu-toggle{color:var(--sky-800);cursor:pointer;background:0 0;border:none;padding:.5rem;display:none}.nav-mobile{background:var(--white);border-top:1px solid var(--gray-100);flex-direction:column;padding:1rem 1.5rem 1.5rem;display:none}.nav-mobile .nav-link{border-bottom:1px solid var(--gray-100);border-radius:0;padding:1rem 0}.nav-mobile .nav-link:after{display:none}.nav-mobile .nav-link.active{color:var(--sky-700);background:0 0}.nav-mobile .btn-cta{text-align:center;justify-content:center;margin:1rem 0 0}@media (width<=900px){.topbar-left{display:none}.topbar-content{justify-content:center}.topbar-right{gap:.75rem}.header-content{height:70px}.logo img{height:50px}.nav-desktop{display:none}.menu-toggle{display:block}.nav-mobile{display:flex}}.footer{background:var(--sky-900);color:var(--white);padding:3.5rem 0 0}.footer-grid{grid-template-columns:1.5fr 1fr 1fr 1.4fr;gap:2.5rem;display:grid}.footer-logo{background:var(--white);border-radius:var(--radius);width:fit-content;height:44px;margin-bottom:1rem;padding:.375rem .5rem}.footer-tagline{text-transform:uppercase;letter-spacing:.08em;color:var(--sun);margin-bottom:.75rem;font-size:.6875rem;font-weight:600}.footer-desc{color:#ffffffb3;font-size:.875rem;line-height:1.7}.footer-links h4,.footer-contact h4{color:var(--white);text-transform:uppercase;letter-spacing:.06em;margin-bottom:1.25rem;font-size:.75rem;font-weight:600}.footer-links ul,.footer-contact ul{list-style:none}.footer-links li{margin-bottom:.625rem}.footer-links a{color:#ffffffb3;transition:color .15s var(--ease);font-size:.875rem}.footer-links a:hover{color:var(--white)}.footer-contact li{color:#ffffffb3;gap:.625rem;margin-bottom:.875rem;font-size:.875rem;line-height:1.5;display:flex}.footer-contact li svg{color:var(--sun);opacity:.8;flex-shrink:0;margin-top:.125rem}.footer-bottom{text-align:center;color:#ffffff80;border-top:1px solid #ffffff14;margin-top:3rem;padding:1.25rem 0;font-size:.8125rem}@media (width<=1024px){.footer-grid{grid-template-columns:1fr 1fr;gap:2rem}}@media (width<=640px){.footer-grid{grid-template-columns:1fr}}.hero{align-items:center;min-height:80vh;display:flex;position:relative}.hero-bg{position:absolute;inset:0}.hero-bg img{object-fit:cover;object-position:center 30%;width:100%;height:100%}.hero-overlay{background:linear-gradient(90deg,#0c1929f2 0%,#0c1929d9 30%,#0c192980 60%,#0c192940 100%);position:absolute;inset:0}.hero-content{z-index:2;padding:6rem 0 5rem;position:relative}.hero-text{max-width:560px;color:var(--white)}.hero-tagline{text-transform:uppercase;letter-spacing:.12em;color:var(--sun);margin-bottom:1.25rem;padding-left:2rem;font-size:.75rem;font-weight:600;display:inline-block;position:relative}.hero-tagline:before{content:"";background:var(--sun);width:20px;height:2px;position:absolute;top:50%;left:0;transform:translateY(-50%)}.hero h1{color:var(--white);margin-bottom:1.25rem}.hero-subtitle{color:#ffffffd9;margin-bottom:2rem;font-size:1.0625rem;line-height:1.75}.hero-actions{flex-wrap:wrap;gap:1rem;display:flex}.hero-actions .btn{transition:all .25s var(--ease)}.hero-actions .btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #00000040}.hero-actions .btn-outline{color:var(--white);background:0 0;border:1.5px solid #ffffff80}.hero-actions .btn-outline:hover{border-color:var(--white);color:var(--white);background:#ffffff1a}.stats{z-index:3;margin-top:-2.5rem;padding:0;position:relative}.stats:before{content:"";pointer-events:none;background:linear-gradient(#0000,#ffffff26);height:40px;position:absolute;top:-40px;left:0;right:0}.stats-grid{background:var(--white);border-radius:var(--radius-lg);box-shadow:0 -8px 30px #00000014, var(--shadow-lift);grid-template-columns:repeat(4,1fr);display:grid;overflow:hidden}.stat-item{text-align:center;padding:2rem 1rem;position:relative}.stat-item:not(:last-child):after{content:"";background:var(--gray-200);width:1px;height:50%;position:absolute;top:25%;right:0}.stat-item svg{color:var(--sky-500);margin-bottom:.75rem}.stat-value{color:var(--sky-900);margin-bottom:.375rem;font-size:2.25rem;font-weight:700;line-height:1}.stat-label{color:var(--text-soft);font-size:.8125rem}.filiere-card{text-align:left;padding:2rem 1.5rem}.filiere-icon{background:var(--sky-100);border-radius:var(--radius);width:48px;height:48px;color:var(--sky-700);transition:all .25s var(--ease);justify-content:center;align-items:center;margin-bottom:1.25rem;display:flex}.filiere-card:hover .filiere-icon{background:var(--sky-800);color:var(--white)}.filiere-card h4{margin-bottom:.5rem}.filiere-card p{color:var(--text-soft);font-size:.9375rem;line-height:1.6}.gallery-2{grid-template-columns:1fr 1fr;gap:1.25rem;display:grid}.gallery-item{border-radius:var(--radius-lg);position:relative;overflow:hidden}.gallery-item img{object-fit:cover;width:100%;height:300px;transition:transform .4s var(--ease)}.gallery-item:hover img{transform:scale(1.03)}.why-grid{grid-template-columns:1.1fr 1fr;align-items:center;gap:4rem;display:grid}.why-list{margin-top:1.5rem;list-style:none}.why-list li{gap:.75rem;margin-bottom:1rem;font-size:.9375rem;line-height:1.5;display:flex}.why-list svg{color:var(--sun);flex-shrink:0;margin-top:.125rem}.why-image{position:relative}.why-image img{border-radius:var(--radius-lg);box-shadow:var(--shadow)}.why-image:after{content:"";background:linear-gradient(90deg, var(--sun), var(--sky-500));border-radius:2px;width:100px;height:4px;position:absolute;bottom:-12px;left:-12px}.event-highlight{border-radius:var(--radius-lg);box-shadow:var(--shadow);background:var(--white);grid-template-columns:1.15fr 1fr;display:grid;overflow:hidden}.event-highlight img{object-fit:cover;width:100%;height:100%;min-height:320px}.event-caption{flex-direction:column;justify-content:center;padding:2.5rem;display:flex}.event-caption h4{margin-bottom:.75rem}.event-caption p{color:var(--text-soft);line-height:1.7}.partenaires-grid{grid-template-columns:repeat(6,1fr);gap:1rem;display:grid}.partenaire-item{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius);text-align:center;color:var(--sky-800);transition:all .2s var(--ease);padding:1.25rem .75rem;font-size:.75rem;font-weight:600}.partenaire-item:hover{border-color:var(--sky-500);box-shadow:var(--shadow-soft)}.cta{background:var(--sky-900);padding:5rem 0;position:relative;overflow:hidden}.cta:before{content:"";background:linear-gradient(90deg,#0000,#e07a384d,#0000);height:1px;position:absolute;bottom:30%;left:0;right:0}.cta-content{text-align:center;max-width:560px;margin:0 auto;position:relative}.cta h2{color:var(--white);margin-bottom:.75rem}.cta p{color:#fffc;margin-bottom:2rem}.cta-actions{flex-wrap:wrap;justify-content:center;gap:.75rem;display:flex}@media (width<=1024px){.stats-grid{grid-template-columns:repeat(2,1fr)}.stat-item:nth-child(2):after{display:none}.stat-item:first-child,.stat-item:nth-child(2){border-bottom:1px solid var(--gray-100)}.why-grid{grid-template-columns:1fr;gap:2.5rem}.why-image{order:-1}.why-image:after{display:none}.partenaires-grid{grid-template-columns:repeat(3,1fr)}.event-highlight{grid-template-columns:1fr}}@media (width<=768px){.hero{min-height:75vh}.stats{margin-top:-2rem;padding:0 1rem}.stat-value{font-size:1.75rem}.gallery-2{grid-template-columns:1fr}.gallery-item img{height:240px}.partenaires-grid{grid-template-columns:repeat(2,1fr)}}.hero-split{grid-template-columns:1fr 1fr;min-height:70vh;display:grid}.hero-split-content{background:var(--sky-900);align-items:center;padding:4rem 0;display:flex}.hero-split h1{color:var(--white);margin-bottom:1.25rem}.hero-split-text{color:#fffc;max-width:440px;font-size:1.0625rem;line-height:1.75}.hero-split-image{position:relative;overflow:hidden}.hero-split-image img{object-fit:cover;width:100%;height:100%}@media (width<=900px){.hero-split{grid-template-columns:1fr;min-height:auto}.hero-split-content{padding:3.5rem 0}.hero-split-image{height:280px}}.mission-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}.mission-card{text-align:left;padding:2.5rem 2rem}.mission-icon{background:var(--sky-100);border-radius:var(--radius);width:52px;height:52px;color:var(--sky-700);transition:all .25s var(--ease);justify-content:center;align-items:center;margin-bottom:1.25rem;display:flex}.mission-card:hover .mission-icon{background:var(--sky-800);color:var(--white)}.mission-card h3{margin-bottom:.75rem}.mission-card p{color:var(--text-soft);line-height:1.7}.community-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem;display:grid}.community-item{border-radius:var(--radius-lg);position:relative;overflow:hidden}.community-item img{object-fit:cover;width:100%;height:280px;transition:transform .4s var(--ease)}.community-item:hover img{transform:scale(1.03)}.community-label{color:var(--white);background:linear-gradient(#0000,#0c1929e6);padding:1rem 1.25rem;font-size:.8125rem;font-weight:600;position:absolute;bottom:0;left:0;right:0}.value-card{text-align:left;padding:2rem 1.5rem}.value-icon{color:var(--sun);margin-bottom:1rem}.value-card h4{margin-bottom:.5rem}.history-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem;display:grid}.history-card{background:var(--white);border-radius:var(--radius-lg);border:1px solid var(--gray-100);padding:1.5rem;transition:all .2s}.history-card:hover{border-color:var(--sky-500);box-shadow:var(--shadow)}.history-year{color:var(--sun);background:var(--sun-light);border-radius:4px;margin-bottom:.75rem;padding:.25rem .625rem;font-size:.75rem;font-weight:700;display:inline-block}.history-card p{color:var(--text);margin:0;font-size:.9375rem;line-height:1.5}@media (width<=900px){.history-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=640px){.history-grid{grid-template-columns:1fr}}.events-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}.event-card{border-radius:var(--radius-lg);box-shadow:var(--shadow-soft);border:1px solid var(--gray-100);transition:all .25s var(--ease);overflow:hidden}.event-card:hover{box-shadow:var(--shadow)}.event-card img{object-fit:cover;width:100%;height:220px}.event-info{background:var(--white);padding:1.25rem}.event-info h4{margin-bottom:.375rem}.event-info p{color:var(--text-soft);margin:0;font-size:.9375rem}.debouches-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem;display:grid}.debouche-card{gap:1rem;padding:1.5rem;display:flex}.debouche-card svg{color:var(--sun);flex-shrink:0}.debouche-card h4{margin-bottom:.25rem}.debouche-card p{color:var(--text-soft);font-size:.875rem}@media (width<=1024px){.community-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.mission-grid,.community-grid{grid-template-columns:1fr}.community-item img{height:240px}.events-grid,.debouches-grid{grid-template-columns:1fr}}.hero-page{align-items:center;min-height:50vh;display:flex;position:relative}.hero-page-bg{object-fit:cover;object-position:center 30%;width:100%;height:100%;position:absolute;inset:0}.hero-page-overlay{background:linear-gradient(#0c1929d9 0%,#0c1929b3 100%);position:absolute;inset:0}.hero-page-content{z-index:1;max-width:600px;padding:5rem 0 4rem;position:relative}.hero-page h1{color:var(--white);margin-bottom:1rem}.hero-page-text{color:#ffffffd9;font-size:1.0625rem;line-height:1.7}@media (width<=768px){.hero-page{min-height:45vh}.hero-page-content{padding:4rem 0 3rem}}.accordion{max-width:820px}.accordion-item{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius);transition:all .2s var(--ease);margin-bottom:.625rem;overflow:hidden}.accordion-item.open{box-shadow:var(--shadow);border-color:var(--sky-500)}.accordion-header{cursor:pointer;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;width:100%;padding:1.125rem 1.5rem;display:flex}.accordion-title{align-items:center;gap:1rem;display:flex}.accordion-title svg{color:var(--sky-500)}.accordion-title h3{margin:0;font-size:1rem;font-weight:600}.accordion-duration{color:var(--text-soft);align-items:center;gap:.25rem;margin-top:.125rem;font-size:.75rem;display:flex}.accordion-chevron{color:var(--gray-400);transition:transform .2s var(--ease)}.accordion-item.open .accordion-chevron{color:var(--sky-600);transform:rotate(180deg)}.accordion-content{overflow:hidden}.programs-grid{grid-template-columns:repeat(2,1fr);gap:.75rem;padding:0 1.5rem 1.5rem;display:grid}.program-card{background:var(--sky-50);border-radius:var(--radius);padding:1.25rem}.program-card h4{margin-bottom:.375rem;font-size:.875rem}.program-card p{color:var(--text-soft);font-size:.8125rem;line-height:1.6}.continues-grid{grid-template-columns:1.2fr 1fr;align-items:start;gap:3rem;display:grid}.continues-list{margin-top:1.25rem;list-style:none}.continues-list li{align-items:center;gap:.75rem;margin-bottom:.875rem;font-size:.9375rem;display:flex}.continues-list svg{color:var(--sun);flex-shrink:0}.continues-info .card{position:sticky;top:100px}.continues-info h4{margin-bottom:.5rem}.info-list{margin-top:1rem;padding-left:1.25rem}.info-list li{color:var(--text-soft);margin-bottom:.5rem;font-size:.875rem}.practice-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.practice-card{border-radius:var(--radius-lg);box-shadow:var(--shadow-soft);border:1px solid var(--gray-100);transition:all .25s var(--ease);overflow:hidden}.practice-card:hover{box-shadow:var(--shadow)}.practice-card img{object-fit:cover;width:100%;height:200px}.practice-info{background:var(--white);padding:1.25rem}.practice-info h4{margin-bottom:.25rem}.practice-info p{color:var(--text-soft);margin:0;font-size:.875rem}.filieres-list{grid-template-columns:repeat(2,1fr);gap:.75rem;max-width:880px;margin:0 auto;display:grid}.filiere-item{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius);transition:all .2s var(--ease);align-items:center;gap:1rem;padding:1rem 1.25rem;font-size:.9375rem;display:flex}.filiere-item:hover{border-color:var(--sky-500);box-shadow:var(--shadow-soft)}.filiere-number{color:var(--sun);min-width:28px;font-size:.8125rem;font-weight:700}.cta{background:var(--sky-900);padding:5rem 0}.cta h2{color:var(--white)}.cta p{color:#fffc}@media (width<=1024px){.practice-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.programs-grid{grid-template-columns:1fr}.continues-grid{grid-template-columns:1fr;gap:2rem}.continues-info .card{position:static}.practice-grid,.filieres-list{grid-template-columns:1fr}}.hero-simple{background:var(--sky-900);padding:5rem 0 4rem}.hero-simple-content{text-align:center;max-width:600px;margin:0 auto}.hero-eyebrow{text-transform:uppercase;letter-spacing:.1em;color:var(--sun);margin-bottom:.875rem;font-size:.75rem;font-weight:600;display:inline-block}.hero-simple h1{color:var(--white);margin-bottom:1rem}.hero-simple p{color:#fffc;font-size:1.0625rem;line-height:1.7}@media (width<=768px){.hero-simple{padding:4rem 0 3rem}}.contact-grid{grid-template-columns:1fr 1.25fr;gap:3.5rem;display:grid}.contact-info h2{margin-bottom:.5rem}.info-cards{flex-direction:column;gap:1.25rem;margin-top:1.5rem;display:flex}.info-card{gap:1rem;display:flex}.info-icon{background:var(--sky-100);border-radius:var(--radius);width:44px;height:44px;color:var(--sky-700);transition:all .2s var(--ease);flex-shrink:0;justify-content:center;align-items:center;display:flex}.info-card:hover .info-icon{background:var(--sky-800);color:var(--white)}.info-card h4{margin-bottom:.25rem;font-size:.9375rem}.info-card p{color:var(--text-soft);margin:0;font-size:.875rem;line-height:1.5}.contact-form-wrapper{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-lg);box-shadow:var(--shadow);padding:2rem}.contact-form-wrapper h3{margin-bottom:.375rem}.contact-form{flex-direction:column;gap:1.25rem;margin-top:1.25rem;display:flex}.form-row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.form-group{flex-direction:column;display:flex}.form-group label{color:var(--text);margin-bottom:.375rem;font-size:.8125rem;font-weight:500}.form-group input,.form-group select,.form-group textarea{border:1px solid var(--gray-200);border-radius:var(--radius);color:var(--text);transition:all .15s var(--ease);padding:.75rem 1rem;font-family:inherit;font-size:.9375rem}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--sky-500);outline:none;box-shadow:0 0 0 3px #2b7ab81a}.form-group textarea{resize:vertical;min-height:120px}.form-group select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2394A3B8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-position:right 1rem center;background-repeat:no-repeat;padding-right:2.5rem}.btn-block{justify-content:center;width:100%}.form-success{text-align:center;padding:3rem 2rem}.form-success svg{color:var(--sky-500);margin-bottom:1.25rem}.form-success h3{margin-bottom:.5rem}.form-success p{color:var(--text-soft);margin-bottom:1.5rem}.map-section{background:var(--sky-50)}.map-placeholder{flex-direction:column;justify-content:center;align-items:center;gap:1rem;height:320px;display:flex}.map-placeholder svg{color:var(--sky-600);opacity:.6}.map-placeholder p{color:var(--sky-800);font-weight:500}@media (width<=1024px){.contact-grid{grid-template-columns:1fr;gap:2.5rem}}@media (width<=768px){.contact-hero-grid{grid-template-columns:1fr}.contact-hero-image{display:none}.form-row{grid-template-columns:1fr}.contact-form-wrapper{padding:1.5rem}}:root{--sky-900:#0c1929;--sky-800:#0f2744;--sky-700:#164069;--sky-600:#1e5a8a;--sky-500:#2b7ab8;--sky-100:#e8f4fc;--sky-50:#f4f9fd;--white:#fff;--gray-100:#f1f5f9;--gray-200:#e2e8f0;--gray-400:#94a3b8;--gray-600:#475569;--gray-900:#0f172a;--sun:#e07a38;--sun-light:#f5dfd0;--text:#1e293b;--text-soft:#475569;--border:#e2e8f0;--shadow-soft:0 2px 8px #0c19290f;--shadow:0 4px 16px #0c192914;--shadow-lift:0 8px 30px #0c19291f;--radius:6px;--radius-lg:10px;--ease:cubic-bezier(.4, 0, .2, 1)}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{color:var(--text);background:var(--white);-webkit-font-smoothing:antialiased;font-family:Plus Jakarta Sans,system-ui,sans-serif;font-size:16px;line-height:1.65}h1,h2,h3,h4{color:var(--sky-900);letter-spacing:-.02em;font-weight:700;line-height:1.2}h1{font-size:clamp(2rem,4vw,2.75rem)}h2{font-size:clamp(1.5rem,3vw,2rem)}h3{font-size:1.25rem}h4{font-size:1rem}a{color:var(--sky-600);transition:color .2s var(--ease);text-decoration:none}a:hover{color:var(--sky-800)}img{max-width:100%;height:auto;display:block}.container{width:100%;max-width:1140px;margin:0 auto;padding:0 1.5rem}.section{padding:5rem 0}.section-gray{background:var(--sky-50)}.section-dark{background:var(--sky-900);color:var(--white)}.section-dark h2,.section-dark h3,.section-dark h4{color:var(--white)}.section-dark .text-soft{color:var(--gray-400)}.section-header{margin-bottom:3rem}.section-header h2{margin-bottom:.75rem;display:inline-block}.section-header p{max-width:520px}.section-header.center{text-align:center}.section-header.center p{margin:0 auto}.horizon{background:linear-gradient(90deg, var(--sun), var(--sky-500));border-radius:2px;width:48px;height:3px;margin-bottom:1.25rem}.center .horizon{margin-left:auto;margin-right:auto}.btn{border-radius:var(--radius);cursor:pointer;transition:all .2s var(--ease);border:none;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-family:inherit;font-size:.9375rem;font-weight:600;display:inline-flex}.btn-primary{background:var(--sky-800);color:var(--white)}.btn-primary:hover{background:var(--sky-900);color:var(--white);box-shadow:var(--shadow);transform:translateY(-1px)}.btn-secondary{background:var(--white);color:var(--sky-800);box-shadow:inset 0 0 0 1px var(--border)}.btn-secondary:hover{box-shadow:inset 0 0 0 1px var(--sky-600);color:var(--sky-800)}.btn-white{background:var(--white);color:var(--sky-900)}.btn-white:hover{background:var(--sky-50);color:var(--sky-900)}.btn-ghost{color:var(--white);background:0 0;box-shadow:inset 0 0 0 1px #ffffff4d}.btn-ghost:hover{color:var(--white);background:#ffffff1a;box-shadow:inset 0 0 0 1px #ffffff80}.card{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-soft);border:1px solid var(--gray-100);transition:all .25s var(--ease);padding:1.75rem}.card:hover{box-shadow:var(--shadow);border-color:var(--border)}.text-center{text-align:center}.text-soft{color:var(--text-soft)}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.grid{gap:1.5rem;display:grid}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}@media (width<=1024px){.grid-4,.grid-3{grid-template-columns:repeat(2,1fr)}}@media (width<=640px){.grid-4,.grid-3{grid-template-columns:repeat(2,1fr)}.grid-2{grid-template-columns:1fr}.section{padding:3.5rem 0}}:focus-visible{outline:2px solid var(--sky-500);outline-offset:2px}
