@font-face{font-family:"DM Serif Display";font-style:normal;font-weight:400;font-display:swap;src:url(/fonts/dm-serif-display-latin.woff2) format("woff2")}@font-face{font-family:"DM Serif Display";font-style:italic;font-weight:400;font-display:swap;src:url(/fonts/dm-serif-display-italic-latin.woff2) format("woff2")}@font-face{font-family:Outfit;font-style:normal;font-weight:300 600;font-display:swap;src:url(/fonts/outfit-latin.woff2) format("woff2")}:root{--foreground: #0d1b2a;--accent: #3d5a80;--background: #fdfcf9;--surface: #f7f5f0}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}body{font-family:Outfit,sans-serif;background:var(--background);color:var(--foreground);overflow-x:hidden}.hero{min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:2rem;position:relative;background:linear-gradient(160deg,var(--background) 0%,var(--surface) 50%,color-mix(in srgb,var(--surface),var(--foreground) 8%) 100%)}.hero:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse 600px 400px at 20% 30%,color-mix(in srgb,var(--accent),transparent 88%),transparent),radial-gradient(ellipse 500px 500px at 80% 70%,color-mix(in srgb,var(--accent),transparent 92%),transparent);pointer-events:none}.hero-badge{display:inline-block;padding:.4rem 1.2rem;border:1.5px solid var(--accent);border-radius:100px;font-size:.75rem;letter-spacing:.15em;text-transform:uppercase;color:var(--accent);margin-bottom:2rem;animation:fade-down .8s ease-out}.hero h1{font-family:"DM Serif Display",serif;font-size:clamp(2.8rem,7vw,5.5rem);line-height:1.05;color:var(--foreground);margin-bottom:.5rem;animation:fade-down .8s ease-out .15s both}.hero h1 em{color:var(--accent);font-style:italic}.hero-sub{font-size:clamp(1rem,2.5vw,1.25rem);font-weight:300;color:var(--accent);max-width:500px;margin:1rem auto 2.5rem;line-height:1.6;animation:fade-down .8s ease-out .3s both}.hero-name{font-family:"DM Serif Display",serif;font-size:2rem;color:var(--foreground);margin-bottom:.4rem;animation:fade-down .8s ease-out .4s both}.hero-title{font-size:.8rem;letter-spacing:.12em;text-transform:uppercase;color:color-mix(in srgb,var(--accent),transparent 30%);animation:fade-down .8s ease-out .45s both}.scroll-hint{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:.5rem;color:color-mix(in srgb,var(--accent),transparent 30%);font-size:.7rem;letter-spacing:.1em;text-transform:uppercase;animation:pulse 2s ease-in-out infinite}.scroll-hint .line{width:1px;height:30px;background:color-mix(in srgb,var(--accent),transparent 30%)}section{padding:5rem 2rem}.section-inner{max-width:800px;margin:0 auto}.section-label{font-size:.7rem;letter-spacing:.2em;text-transform:uppercase;color:var(--accent);margin-bottom:1rem}.section-title{font-family:"DM Serif Display",serif;font-size:clamp(1.8rem,4vw,2.8rem);line-height:1.2;margin-bottom:1.5rem}.section-text{font-weight:300;font-size:1.05rem;line-height:1.8;color:var(--accent);max-width:600px}.about{background:var(--background)}.about-content{display:flex;align-items:flex-start;gap:3rem}.about-text{flex:1}.about-logo{width:18rem;height:auto;flex-shrink:0}@media(max-width:640px){.about-content{flex-direction:column;align-items:stretch}.about-logo{width:12rem;order:1;align-self:center}}.benefits{background:var(--foreground);color:var(--background)}.benefits .section-label{color:var(--accent)}.benefits .section-text{color:color-mix(in srgb,var(--background),transparent 30%)}.benefit-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:2rem;margin-top:3rem}.benefit-card{padding:2rem;border:1px solid color-mix(in srgb,var(--accent),transparent 70%);border-radius:16px;transition:border-color .3s,transform .3s}.benefit-card:hover{border-color:var(--accent);transform:translateY(-4px)}.benefit-icon{width:48px;height:48px;border-radius:12px;background:color-mix(in srgb,var(--accent),transparent 80%);display:flex;align-items:center;justify-content:center;font-size:1.4rem;margin-bottom:1.2rem}.benefit-card h3{font-family:"DM Serif Display",serif;font-size:1.15rem;margin-bottom:.6rem}.benefit-card p{font-size:.9rem;font-weight:300;line-height:1.6;color:color-mix(in srgb,var(--background),transparent 40%)}.kurse-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-top:3rem}.kurs-card{background:var(--surface);border-radius:16px;padding:2rem;border:1px solid color-mix(in srgb,var(--foreground),transparent 90%);box-shadow:0 4px 24px color-mix(in srgb,var(--foreground),transparent 88%);transition:transform .3s,box-shadow .3s;position:relative;overflow:hidden}.kurs-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:var(--accent);opacity:0;transition:opacity .3s}.kurs-card:hover{transform:translateY(-4px);box-shadow:0 8px 32px color-mix(in srgb,var(--foreground),transparent 82%)}.kurs-card:hover:before{opacity:1}.kurs-tag{display:inline-block;padding:.25rem .75rem;background:color-mix(in srgb,var(--accent),transparent 90%);color:var(--accent);border-radius:100px;font-size:.7rem;letter-spacing:.1em;text-transform:uppercase;margin-bottom:1rem}.kurs-card h3{font-family:"DM Serif Display",serif;font-size:1.3rem;margin-bottom:.5rem}.kurs-card p{font-size:.9rem;font-weight:300;line-height:1.6;color:var(--accent);margin-bottom:1.2rem}.kurs-details{display:flex;flex-wrap:wrap;gap:1rem;font-size:.8rem;color:var(--accent);margin-bottom:1.5rem}.kurs-details span{display:flex;align-items:center;gap:.3rem}.cta-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.9rem 2rem;background:var(--foreground);color:var(--background);border:none;border-radius:100px;font-family:Outfit,sans-serif;font-size:.9rem;font-weight:500;cursor:pointer;text-decoration:none;transition:background .3s,transform .2s}.cta-btn:hover{background:var(--accent);transform:scale(1.03)}.cta-btn.outline{background:transparent;border:1.5px solid var(--foreground);color:var(--foreground)}.cta-btn.outline:hover{background:var(--foreground);color:var(--background)}.contact{background:var(--surface);text-align:center}.contact-links{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem;margin-top:2rem}.contact-link{display:flex;align-items:center;gap:.5rem;padding:.8rem 1.5rem;background:var(--surface);border-radius:100px;text-decoration:none;color:var(--foreground);font-size:.9rem;font-weight:400;box-shadow:0 2px 12px color-mix(in srgb,var(--foreground),transparent 94%);transition:transform .2s,box-shadow .2s}.contact-link:hover{transform:translateY(-2px);box-shadow:0 4px 20px color-mix(in srgb,var(--foreground),transparent 90%)}.legal-page{padding:6rem 2rem 4rem;background:var(--background)}.legal-inner{max-width:680px;margin:0 auto}.legal-home{display:inline-flex;align-items:center;gap:.4rem;font-family:"DM Serif Display",serif;font-size:1rem;color:var(--accent);text-decoration:none;margin-bottom:2rem;transition:color .2s}.legal-home:hover{color:var(--foreground)}.legal-title{font-family:"DM Serif Display",serif;font-size:clamp(2rem,4vw,3rem);margin-bottom:.5rem}.legal-subtitle{font-size:.9rem;color:var(--accent);margin-bottom:3rem}.legal-section{padding:0;margin-bottom:1.5rem}.legal-section h2{font-family:"DM Serif Display",serif;font-size:1.2rem;margin-bottom:.8rem;color:var(--foreground)}.legal-section p{font-weight:300;font-size:.95rem;line-height:1.8;color:var(--accent);margin-bottom:.8rem}.legal-section ul{list-style:none;padding:0;margin-bottom:.8rem}.legal-section li{font-weight:300;font-size:.95rem;line-height:1.8;color:var(--accent);padding-left:1.2rem;position:relative}.legal-section li:before{content:"";position:absolute;left:0;top:.75rem;width:5px;height:5px;border-radius:50%;background:var(--accent)}.legal-section a{color:var(--accent);text-decoration:none;transition:opacity .2s}.legal-section a:hover{opacity:.7}.site-footer{display:flex;flex-wrap:wrap;justify-content:center;gap:.4rem 1.2rem;padding:2rem;font-size:.75rem;color:var(--accent);background:var(--background)}.site-footer a{color:var(--accent);text-decoration:none;transition:color .2s}.site-footer a:hover{color:var(--foreground)}@keyframes fade-down{0%{opacity:0;transform:translateY(-16px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{opacity:.4}50%{opacity:1}}@media(max-width:600px){section{padding:2rem 1.5rem}.benefit-grid,.kurse-grid{grid-template-columns:1fr}}
