:root{--color-bg:#fafbfc;--color-bg-alt:#f0f1f5;--color-surface:#fff;--color-accent:#7c3aed;--color-accent-light:#ede9fe;--color-accent-hover:#6d28d9;--color-secondary:#ec4899;--color-secondary-light:#fce7f3;--color-text:#0f172a;--color-text-secondary:#64748b;--color-text-muted:#94a3b8;--color-border:#e2e8f0;--color-border-light:#f1f5f9;--color-footer-bg:#0f172a;--color-footer-text:#94a3b8;--color-success:#10b981;--color-blue:#3b82f6;--font-heading:"Instrument Sans", system-ui, -apple-system, sans-serif;--font-body:"DM Sans", system-ui, -apple-system, sans-serif;--spacing-xs:4px;--spacing-sm:8px;--spacing-md:16px;--spacing-lg:24px;--spacing-xl:32px;--spacing-2xl:48px;--spacing-3xl:64px;--spacing-4xl:80px;--spacing-5xl:100px;--radius-sm:6px;--radius-md:10px;--radius-lg:16px;--radius-xl:20px;--radius-full:9999px;--shadow-sm:0 1px 2px #0000000a;--shadow-md:0 4px 12px #0000000f;--shadow-lg:0 8px 30px #00000014;--shadow-accent:0 4px 20px #7c3aed33;--max-width:1200px;--nav-height:72px;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;scroll-padding-top:var(--nav-height)}body{font-family:var(--font-body);color:var(--color-text);background-color:var(--color-bg);font-size:16px;line-height:1.6}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);color:var(--color-text);font-weight:700;line-height:1.15}a{color:var(--color-accent);text-decoration:none;transition:color .2s}a:hover{color:var(--color-accent-hover)}img{max-width:100%;height:auto}button{font-family:var(--font-body);cursor:pointer;border:none;outline:none}.container{width:100%;max-width:var(--max-width);padding:0 var(--spacing-lg);margin:0 auto}@media (width<=768px){.container{padding:0 var(--spacing-md)}}.section-label{font-family:var(--font-heading);letter-spacing:3px;text-transform:uppercase;color:var(--color-accent);margin-bottom:var(--spacing-md);font-size:13px;font-weight:600}.section-title{color:var(--color-text);margin-bottom:var(--spacing-md);letter-spacing:-.5px;font-size:clamp(28px,4vw,42px);font-weight:700}.section-subtitle{color:var(--color-text-secondary);max-width:600px;font-size:clamp(16px,2vw,18px);line-height:1.7}.reveal{opacity:0;transition:opacity .6s,transform .6s;transform:translateY(24px)}.reveal.visible{opacity:1;transform:translateY(0)}:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px;border-radius:var(--radius-sm)}.language-switch{border-radius:var(--radius-full);background-color:var(--color-accent);color:#fff;min-width:42px;height:32px;font-family:var(--font-heading);letter-spacing:.5px;cursor:pointer;border:none;justify-content:center;align-items:center;padding:0 12px;font-size:13px;font-weight:600;transition:background-color .2s,transform .2s,box-shadow .2s;display:inline-flex}.language-switch:hover{background-color:var(--color-accent-hover);box-shadow:var(--shadow-accent);transform:scale(1.05)}.language-switch:active{transform:scale(.97)}.language-switch__label{line-height:1}.nav{height:var(--nav-height);background-color:var(--color-surface);border-bottom:1px solid var(--color-border);z-index:1000;transition:box-shadow .3s;position:fixed;top:0;left:0;right:0}.nav--scrolled{box-shadow:var(--shadow-md)}.nav__inner{justify-content:space-between;align-items:center;height:100%;display:flex}.nav__logo{font-family:var(--font-heading);color:var(--color-accent);letter-spacing:-.5px;font-size:22px;font-weight:800;text-decoration:none;transition:opacity .2s}.nav__logo:hover{opacity:.85;color:var(--color-accent)}.nav__links{align-items:center;gap:var(--spacing-xl);margin:0;padding:0;list-style:none;display:flex}.nav__link{font-family:var(--font-body);color:var(--color-text-secondary);padding:4px 0;font-size:15px;font-weight:500;text-decoration:none;transition:color .2s;position:relative}.nav__link:after{content:"";background-color:var(--color-accent);border-radius:var(--radius-full);width:0;height:2px;transition:width .3s;position:absolute;bottom:-2px;left:0}.nav__link:hover{color:var(--color-accent)}.nav__link:hover:after{width:100%}.nav__actions{align-items:center;gap:var(--spacing-md);display:flex}.nav__cta{background-color:var(--color-accent);color:#fff;font-family:var(--font-body);border-radius:var(--radius-full);align-items:center;padding:10px 22px;font-size:14px;font-weight:600;text-decoration:none;transition:background-color .2s,transform .2s,box-shadow .2s;display:inline-flex}.nav__cta:hover{background-color:var(--color-accent-hover);box-shadow:var(--shadow-accent);color:#fff;transform:translateY(-1px)}.nav__hamburger{width:40px;height:40px;color:var(--color-text);cursor:pointer;border-radius:var(--radius-md);background:0 0;border:none;justify-content:center;align-items:center;transition:background-color .2s;display:none}.nav__hamburger:hover{background-color:var(--color-bg-alt)}.nav__mobile{top:var(--nav-height);width:300px;height:calc(100vh - var(--nav-height));background-color:var(--color-surface);border-left:1px solid var(--color-border);z-index:999;padding:var(--spacing-xl);flex-direction:column;transition:transform .3s;display:flex;position:fixed;right:0;transform:translate(100%)}.nav__mobile--open{transform:translate(0)}.nav__mobile-links{gap:var(--spacing-sm);flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.nav__mobile-link{font-family:var(--font-body);color:var(--color-text);border-radius:var(--radius-md);padding:12px 16px;font-size:16px;font-weight:500;text-decoration:none;transition:background-color .2s,color .2s;display:block}.nav__mobile-link:hover{background-color:var(--color-accent-light);color:var(--color-accent)}.nav__mobile-actions{gap:var(--spacing-md);padding-top:var(--spacing-xl);border-top:1px solid var(--color-border);flex-direction:column;margin-top:auto;display:flex}.nav__cta--mobile{text-align:center;justify-content:center}.nav__overlay{inset:0;top:var(--nav-height);z-index:998;background-color:#0f172a4d;position:fixed}@media (width<=768px){.nav__links,.nav__actions{display:none}.nav__hamburger{display:flex}}@media (width>=769px){.nav__mobile,.nav__overlay{display:none}}@media (width>=769px) and (width<=1024px){.nav__links{gap:var(--spacing-lg)}.nav__link{font-size:14px}.nav__cta{padding:8px 18px;font-size:13px}}.hero-section{background-color:var(--color-bg);min-height:100vh;padding-top:var(--nav-height);justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.hero-section__bg{pointer-events:none;position:absolute;inset:0;overflow:hidden}.hero-section__dot-grid{background-image:radial-gradient(circle, var(--color-border) 1px, transparent 1px);opacity:.5;background-size:32px 32px;position:absolute;inset:0}.hero-section__circle{opacity:.15;filter:blur(60px);border-radius:50%;position:absolute}.hero-section__circle--1{background-color:var(--color-accent);width:400px;height:400px;animation:8s ease-in-out infinite hero-float;top:10%;right:-100px}.hero-section__circle--2{background-color:var(--color-secondary);width:300px;height:300px;animation:10s ease-in-out infinite reverse hero-float;bottom:15%;left:-80px}.hero-section__circle--3{background-color:var(--color-accent);width:200px;height:200px;animation:12s ease-in-out 2s infinite hero-float;top:50%;left:40%}@keyframes hero-float{0%,to{transform:translate(0)}25%{transform:translate(20px,-30px)}50%{transform:translate(-10px,20px)}75%{transform:translate(15px,10px)}}.hero-section__content{z-index:1;text-align:center;align-items:center;gap:var(--spacing-lg);padding-top:var(--spacing-4xl);padding-bottom:var(--spacing-4xl);flex-direction:column;display:flex;position:relative}.hero-section__badge{background-color:var(--color-accent-light);color:var(--color-accent);font-family:var(--font-heading);letter-spacing:.5px;border-radius:var(--radius-full);align-items:center;padding:8px 20px;font-size:13px;font-weight:600;display:inline-flex}.hero-section__title{font-family:var(--font-heading);color:var(--color-text);letter-spacing:-1px;max-width:800px;font-size:clamp(36px,5.5vw,64px);font-weight:800;line-height:1.1}.hero-section__subtitle{color:var(--color-text-secondary);max-width:600px;font-size:clamp(16px,2.2vw,20px);line-height:1.7}.hero-section__actions{align-items:center;gap:var(--spacing-md);margin-top:var(--spacing-md);display:flex}.hero-section__cta-primary{align-items:center;gap:var(--spacing-sm);background-color:var(--color-accent);color:#fff;font-family:var(--font-body);border-radius:var(--radius-full);box-shadow:var(--shadow-accent);padding:14px 28px;font-size:16px;font-weight:600;text-decoration:none;transition:background-color .2s,transform .2s,box-shadow .2s;display:inline-flex}.hero-section__cta-primary:hover{background-color:var(--color-accent-hover);color:#fff;transform:translateY(-2px);box-shadow:0 6px 24px #7c3aed4d}.hero-section__cta-secondary{align-items:center;gap:var(--spacing-sm);color:var(--color-accent);font-family:var(--font-body);border:2px solid var(--color-accent);border-radius:var(--radius-full);background-color:#0000;padding:14px 28px;font-size:16px;font-weight:600;text-decoration:none;transition:background-color .2s,color .2s,transform .2s;display:inline-flex}.hero-section__cta-secondary:hover{background-color:var(--color-accent-light);color:var(--color-accent-hover);transform:translateY(-2px)}@media (width<=768px){.hero-section__content{padding-top:var(--spacing-3xl);padding-bottom:var(--spacing-3xl)}.hero-section__actions{flex-direction:column;width:100%}.hero-section__cta-primary,.hero-section__cta-secondary{justify-content:center;width:100%;padding:14px 24px}.hero-section__circle--1{width:250px;height:250px}.hero-section__circle--2{width:180px;height:180px}.hero-section__circle--3{width:120px;height:120px}}@media (width>=769px) and (width<=1024px){.hero-section__content{padding-top:var(--spacing-3xl);padding-bottom:var(--spacing-3xl)}.hero-section__title{max-width:650px}}.services{background-color:var(--color-bg-alt);padding:var(--spacing-5xl) 0}.services__inner{flex-direction:column;align-items:center;display:flex}.services__header{text-align:center;margin-bottom:var(--spacing-3xl)}.services__header .section-subtitle{margin-left:auto;margin-right:auto}.services__grid{gap:var(--spacing-lg);grid-template-columns:repeat(2,1fr);width:100%;display:grid}.services-card{background-color:var(--color-surface);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);padding:32px;transition:transform .3s,box-shadow .3s}.services-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.services-card__icon{border-radius:var(--radius-md);color:#fff;width:48px;height:48px;margin-bottom:var(--spacing-lg);justify-content:center;align-items:center;display:flex}.services-card__icon--accent{background-color:var(--color-accent)}.services-card__icon--secondary{background-color:var(--color-secondary)}.services-card__icon--blue{background-color:var(--color-blue)}.services-card__icon--success{background-color:var(--color-success)}.services-card__title{font-family:var(--font-heading);color:var(--color-text);margin-bottom:var(--spacing-sm);font-size:18px;font-weight:700}.services-card__description{color:var(--color-text-secondary);font-size:15px;line-height:1.7}@media (width<=768px){.services{padding:var(--spacing-4xl) 0}.services__grid{grid-template-columns:1fr}.services-card{padding:24px}}@media (width>=769px) and (width<=1024px){.services__grid{gap:var(--spacing-md)}.services-card{padding:28px}}.stats{padding:var(--spacing-3xl) 0}.stats__inner{background-color:var(--color-bg-alt);border-radius:var(--radius-xl);padding:var(--spacing-2xl) var(--spacing-xl)}.stats__row{justify-content:center;align-items:center;display:flex}.stats__item{align-items:center;gap:var(--spacing-xs);padding:var(--spacing-md) var(--spacing-lg);flex-direction:column;flex:1;display:flex;position:relative}.stats__item:not(:last-child):after{content:"";background-color:var(--color-border);width:1px;height:48px;position:absolute;top:50%;right:0;transform:translateY(-50%)}.stats__number{font-family:var(--font-heading);background:linear-gradient(135deg, var(--color-accent), var(--color-secondary));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:clamp(24px,3vw,36px);font-weight:800;line-height:1.2}.stats__label{color:var(--color-text-secondary);text-align:center;font-size:14px;font-weight:500}@media (width<=768px){.stats{padding:var(--spacing-2xl) 0}.stats__inner{padding:var(--spacing-xl) var(--spacing-md)}.stats__row{flex-wrap:wrap}.stats__item{padding:var(--spacing-md);flex:0 0 50%}.stats__item:not(:last-child):after{display:none}.stats__item:first-child,.stats__item:nth-child(2){border-bottom:1px solid var(--color-border)}.stats__item:nth-child(odd){border-right:1px solid var(--color-border)}}@media (width>=769px) and (width<=1024px){.stats__item{padding:var(--spacing-md)}}.about{background-color:var(--color-surface);padding:var(--spacing-5xl) 0}.about__inner{gap:var(--spacing-4xl);grid-template-columns:1fr 1fr;align-items:start;display:grid}.about__description{color:var(--color-text-secondary);margin-top:var(--spacing-lg);font-size:16px;line-height:1.8}.about__values{gap:var(--spacing-lg);flex-direction:column;display:flex}.about-value{align-items:flex-start;gap:var(--spacing-md);border-radius:var(--radius-lg);background-color:var(--color-bg);border-left:4px solid #0000;padding:24px;transition:transform .2s,box-shadow .2s;display:flex}.about-value:hover{box-shadow:var(--shadow-md);transform:translate(4px)}.about-value--accent{border-left-color:var(--color-accent)}.about-value--secondary{border-left-color:var(--color-secondary)}.about-value--blue{border-left-color:var(--color-blue)}.about-value__icon{border-radius:var(--radius-md);width:40px;min-width:40px;height:40px;color:var(--color-accent);background-color:var(--color-accent-light);justify-content:center;align-items:center;display:flex}.about-value--secondary .about-value__icon{color:var(--color-secondary);background-color:var(--color-secondary-light)}.about-value--blue .about-value__icon{color:var(--color-blue);background-color:#dbeafe}.about-value__content{flex:1}.about-value__title{font-family:var(--font-heading);color:var(--color-text);margin-bottom:var(--spacing-xs);font-size:16px;font-weight:700}.about-value__description{color:var(--color-text-secondary);font-size:14px;line-height:1.7}@media (width<=768px){.about{padding:var(--spacing-4xl) 0}.about__inner{gap:var(--spacing-2xl);grid-template-columns:1fr}.about-value{padding:20px}}@media (width>=769px) and (width<=1024px){.about__inner{gap:var(--spacing-2xl)}.about-value{padding:20px}}.why-us{padding:var(--spacing-5xl) 0;background-color:var(--color-surface)}.why-us__header{text-align:center;margin-bottom:var(--spacing-3xl)}.why-us__header .section-subtitle{margin:0 auto}.why-us__grid{gap:var(--spacing-lg);grid-template-columns:repeat(2,1fr);display:grid}.why-us__card{background:var(--color-surface);border:1px solid var(--color-border-light);border-radius:var(--radius-lg);padding:var(--spacing-xl);box-shadow:var(--shadow-sm);transition:transform .3s,box-shadow .3s}.why-us__card:hover{box-shadow:var(--shadow-md);transform:translateY(-4px)}.why-us__icon{border-radius:var(--radius-full);background-color:var(--color-accent-light);width:48px;height:48px;color:var(--color-accent);margin-bottom:var(--spacing-md);justify-content:center;align-items:center;display:flex}.why-us__card-title{font-family:var(--font-heading);color:var(--color-text);margin-bottom:var(--spacing-sm);font-size:18px;font-weight:700}.why-us__card-description{color:var(--color-text-secondary);font-size:15px;line-height:1.7}@media (width<=768px){.why-us{padding:var(--spacing-4xl) 0}.why-us__grid{gap:var(--spacing-md);grid-template-columns:1fr}.why-us__card{padding:var(--spacing-lg)}}@media (width>=769px) and (width<=1024px){.why-us__grid{gap:var(--spacing-md)}.why-us__card{padding:var(--spacing-lg)}}.process{padding:var(--spacing-5xl) 0;background-color:var(--color-bg-alt)}.process__header{text-align:center;margin-bottom:var(--spacing-3xl)}.process__header .section-subtitle{margin:0 auto}.process__steps{gap:var(--spacing-xl);display:flex;position:relative}.process__step{text-align:center;flex-direction:column;flex:1;align-items:center;display:flex}.process__number-wrapper{width:100%;margin-bottom:var(--spacing-lg);justify-content:center;align-items:center;display:flex;position:relative}.process__number{border-radius:var(--radius-full);background-color:var(--color-accent);color:#fff;width:48px;height:48px;font-family:var(--font-heading);z-index:1;flex-shrink:0;justify-content:center;align-items:center;font-size:16px;font-weight:700;display:flex;position:relative}.process__connector{background:repeating-linear-gradient(90deg, var(--color-accent) 0, var(--color-accent) 6px, transparent 6px, transparent 12px);height:2px;position:absolute;top:50%;left:calc(50% + 28px);right:calc(28px - 50%);transform:translateY(-50%)}.process__step-title{font-family:var(--font-heading);color:var(--color-text);margin-bottom:var(--spacing-sm);font-size:18px;font-weight:700}.process__step-description{color:var(--color-text-secondary);max-width:260px;font-size:15px;line-height:1.7}@media (width<=768px){.process{padding:var(--spacing-4xl) 0}.process__steps{flex-direction:column;gap:0}.process__step{text-align:left;align-items:flex-start;gap:var(--spacing-lg);padding-bottom:var(--spacing-xl);flex-direction:row}.process__step:last-child{padding-bottom:0}.process__number-wrapper{flex-direction:column;align-self:stretch;width:auto;margin-bottom:0}.process__connector{width:2px;height:100%;margin-top:var(--spacing-sm);background:repeating-linear-gradient(180deg, var(--color-accent) 0, var(--color-accent) 6px, transparent 6px, transparent 12px);flex:1;position:relative;top:auto;left:auto;right:auto;transform:none}.process__step-description{max-width:none}}@media (width>=769px) and (width<=1024px){.process__steps{gap:var(--spacing-md)}.process__step-description{max-width:200px;font-size:14px}}.cta{padding:var(--spacing-5xl) 0;background:linear-gradient(135deg, var(--color-accent), var(--color-accent-hover));border-radius:var(--radius-lg)}.cta__content{text-align:center;max-width:680px;margin:0 auto}.cta__title{font-family:var(--font-heading);color:#fff;margin-bottom:var(--spacing-md);letter-spacing:-.5px;font-size:clamp(26px,4vw,38px);font-weight:700}.cta__subtitle{color:#ffffffd9;margin-bottom:var(--spacing-xl);font-size:clamp(16px,2vw,18px);line-height:1.7}.cta__button{color:var(--color-accent);font-family:var(--font-heading);border-radius:var(--radius-full);background-color:#fff;padding:14px 36px;font-size:16px;font-weight:600;text-decoration:none;transition:box-shadow .3s,transform .2s;display:inline-block}.cta__button:hover{box-shadow:var(--shadow-lg);color:var(--color-accent);transform:translateY(-2px)}@media (width<=768px){.cta{padding:var(--spacing-4xl) 0;border-radius:0}.cta__button{padding:12px 28px;font-size:15px}}.contact{padding:var(--spacing-5xl) 0;background-color:var(--color-surface)}.contact__header{text-align:center;margin-bottom:var(--spacing-3xl)}.contact__header .section-subtitle{margin:0 auto}.contact__grid{gap:var(--spacing-3xl);grid-template-columns:1fr 1fr;align-items:flex-start;display:grid}.contact__info{gap:var(--spacing-xl);padding-top:var(--spacing-md);flex-direction:column;display:flex}.contact__info-item{align-items:flex-start;gap:var(--spacing-md);display:flex}.contact__info-icon{border-radius:var(--radius-full);background-color:var(--color-accent-light);width:48px;height:48px;color:var(--color-accent);flex-shrink:0;justify-content:center;align-items:center;display:flex}.contact__info-label{color:var(--color-text-muted);text-transform:uppercase;letter-spacing:1px;margin-bottom:2px;font-size:13px;font-weight:600;display:block}.contact__info-value{color:var(--color-text);font-size:16px;font-weight:500;display:block}.contact__form{gap:var(--spacing-md);flex-direction:column;display:flex}.contact__field{width:100%}.contact__input{width:100%;font-family:var(--font-body);color:var(--color-text);background-color:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);outline:none;padding:14px 16px;font-size:15px;transition:border-color .2s,box-shadow .2s}.contact__input::placeholder{color:var(--color-text-muted)}.contact__input:focus{border-color:var(--color-accent);box-shadow:0 0 0 3px var(--color-accent-light)}.contact__select{appearance:none;cursor:pointer;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%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-position:right 14px center;background-repeat:no-repeat;padding-right:40px}.contact__textarea{resize:vertical;min-height:120px}.contact__submit{width:100%;font-family:var(--font-heading);color:#fff;background-color:var(--color-accent);border-radius:var(--radius-md);cursor:pointer;border:none;padding:14px;font-size:16px;font-weight:600;transition:background-color .2s,box-shadow .2s}.contact__submit:hover{background-color:var(--color-accent-hover);box-shadow:var(--shadow-accent)}.contact__success{padding:var(--spacing-3xl) var(--spacing-xl);border:1px solid var(--color-success);border-radius:var(--radius-md);background-color:#10b98114;justify-content:center;align-items:center;display:flex}.contact__success p{color:var(--color-success);font-size:16px;font-weight:600}@media (width<=768px){.contact{padding:var(--spacing-4xl) 0}.contact__grid{gap:var(--spacing-2xl);grid-template-columns:1fr}.contact__info{padding-top:0}}@media (width>=769px) and (width<=1024px){.contact__grid{gap:var(--spacing-2xl)}}.footer{background-color:var(--color-footer-bg);padding:var(--spacing-3xl) 0 var(--spacing-xl)}.footer__top{justify-content:space-between;gap:var(--spacing-3xl);padding-bottom:var(--spacing-xl);display:flex}.footer__brand{max-width:400px}.footer__logo{font-family:var(--font-heading);color:#fff;margin-bottom:var(--spacing-md);font-size:22px;font-weight:700;text-decoration:none;display:inline-block}.footer__logo:hover{color:#fff}.footer__description{color:var(--color-footer-text);font-size:15px;line-height:1.7}.footer__nav-title{font-family:var(--font-heading);color:#fff;text-transform:uppercase;letter-spacing:1px;margin-bottom:var(--spacing-md);font-size:14px;font-weight:600}.footer__links{gap:var(--spacing-sm);flex-direction:column;list-style:none;display:flex}.footer__link{color:var(--color-footer-text);font-size:15px;text-decoration:none;transition:color .2s}.footer__link:hover{color:#fff}.footer__divider{height:1px;margin-bottom:var(--spacing-xl);background-color:#ffffff1a}.footer__bottom{justify-content:space-between;align-items:center;gap:var(--spacing-md);flex-wrap:wrap;display:flex}.footer__copyright{color:var(--color-footer-text);font-size:14px}.footer__legal-info{align-items:center;gap:var(--spacing-md);color:var(--color-footer-text);flex-wrap:wrap;font-size:13px;display:flex}.footer__legal-info span{opacity:.7}.footer__legal-link{color:var(--color-footer-text);font-weight:500;text-decoration:none;transition:color .2s}.footer__legal-link:hover{color:#fff}@media (width<=768px){.footer{padding:var(--spacing-2xl) 0 var(--spacing-lg)}.footer__top{gap:var(--spacing-xl);flex-direction:column}.footer__brand{max-width:none}.footer__bottom{align-items:flex-start;gap:var(--spacing-md);flex-direction:column}.footer__legal-info{align-items:flex-start;gap:var(--spacing-xs);flex-direction:column}}.legal{padding-top:calc(var(--nav-height) + var(--spacing-3xl));padding-bottom:var(--spacing-5xl);background-color:var(--color-surface);min-height:100vh}.legal__back{align-items:center;gap:var(--spacing-sm);color:var(--color-accent);margin-bottom:var(--spacing-xl);font-size:15px;font-weight:500;text-decoration:none;transition:color .2s;display:inline-flex}.legal__back:hover{color:var(--color-accent-hover)}.legal__title{font-family:var(--font-heading);color:var(--color-text);margin-bottom:var(--spacing-3xl);letter-spacing:-.5px;font-size:clamp(28px,4vw,40px);font-weight:700}.legal__sections{gap:var(--spacing-2xl);flex-direction:column;max-width:800px;display:flex}.legal__section-title{font-family:var(--font-heading);color:var(--color-text);margin-bottom:var(--spacing-md);font-size:22px;font-weight:700}.legal__section-content{color:var(--color-text-secondary);white-space:pre-line;font-size:15px;line-height:1.8}@media (width<=768px){.legal{padding-top:calc(var(--nav-height) + var(--spacing-2xl));padding-bottom:var(--spacing-4xl)}.legal__section-title{font-size:19px}.legal__section-content{font-size:14px}}main{padding-top:var(--nav-height)}main>section,main>div{scroll-margin-top:var(--nav-height)}.reveal:nth-child(2){transition-delay:.1s}.reveal:nth-child(3){transition-delay:.2s}.reveal:nth-child(4){transition-delay:.3s}
