@import url("https://fonts.googleapis.com/css2?family=Fredoka:wght@400;600;700&family=Nunito:wght@400;600;800&display=swap");.landing-body{background:#fdfdfd;font-family:Nunito,sans-serif;color:#333;overflow-x:hidden}.landing-header{position:fixed;top:0;width:100%;z-index:1000;padding:1rem 3rem;justify-content:space-between;background:hsla(0,0%,100%,.92);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 4px 30px rgba(0,0,0,.05)}.landing-header,.landing-logo{display:flex;align-items:center}.landing-logo{gap:.5rem;font-family:Fredoka,sans-serif;font-size:1.8rem;font-weight:700;color:#0369a1;text-decoration:none}.landing-logo span{color:#ff6b81}.landing-nav{display:flex;gap:2rem;align-items:center}.landing-nav a:not(.landing-btn){font-weight:600;color:#475569;transition:color .3s;cursor:pointer;text-decoration:none}.landing-nav a:hover:not(.landing-btn){color:#ff6b81}.landing-btn{background:linear-gradient(135deg,#ff6b81,#ff4b68);color:#fff!important;padding:.65rem 1.6rem;border-radius:50px;font-weight:700;display:inline-flex;align-items:center;gap:.5rem;transition:transform .3s,box-shadow .3s;box-shadow:0 8px 18px rgba(255,75,104,.35);text-decoration:none;border:none;cursor:pointer;font-family:Nunito,sans-serif;font-size:1rem}.landing-btn:hover{transform:translateY(-3px);box-shadow:0 14px 24px rgba(255,75,104,.4)}.landing-btn--outline{background:transparent;color:#0369a1!important;border:2px solid #0369a1;box-shadow:none}.landing-btn--outline:hover{background:#0369a1;color:#fff!important;box-shadow:0 8px 15px rgba(3,105,161,.2)}.landing-hero{position:relative;padding:10rem 4rem 8rem;min-height:92vh;display:flex;align-items:center;justify-content:space-between;gap:4rem;overflow:hidden;background:linear-gradient(135deg,#f0f9ff,#e0f2fe 60%,#fdf4ff)}.landing-hero__wave{position:absolute;bottom:0;left:0;width:100%;line-height:0}.landing-hero__wave svg{display:block;width:100%;height:120px}.landing-hero__content{flex:1 1;max-width:580px;z-index:2}.landing-hero__subtitle{font-size:1rem;color:#ff6b81;font-weight:700;text-transform:uppercase;letter-spacing:3px;margin-bottom:1.2rem;font-family:Fredoka,sans-serif}.landing-hero__title{font-size:4.2rem;line-height:1.1;font-weight:800;color:#0f172a;margin-bottom:1.5rem;font-family:Fredoka,sans-serif}.landing-hero__text{font-size:1.15rem;color:#475569;margin-bottom:2.5rem;line-height:1.7}.landing-hero__visual{flex:1 1;position:relative;z-index:2;display:flex;justify-content:center}.landing-hero__image-wrapper{position:relative;width:480px;height:480px}.landing-hero__blob{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:110%;height:110%;background:#fde047;border-radius:40% 60% 70% 30%/40% 50% 60% 50%;z-index:0;animation:blobMorph 8s infinite alternate}@keyframes blobMorph{0%{border-radius:40% 60% 70% 30%/40% 50% 60% 50%}to{border-radius:60% 40% 30% 70%/60% 30% 70% 40%}}.landing-hero__circle-image{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:76%;height:76%;border-radius:50%;overflow:hidden;border:8px solid #fff;box-shadow:0 20px 60px rgba(0,0,0,.18);z-index:1}.landing-hero__icon{position:absolute;background:#fff;padding:0;border-radius:50%;box-shadow:0 8px 24px rgba(0,0,0,.14);display:flex;align-items:center;justify-content:center;z-index:4;width:64px;height:64px;border:3px solid hsla(0,0%,100%,.9)}.landing-section-tag{font-size:.9rem;color:#f59e0b;font-weight:700;text-transform:uppercase;letter-spacing:3px;font-family:Fredoka,sans-serif;margin-bottom:.5rem;display:block}.landing-section-title{font-size:2.8rem;color:#0f172a;font-family:Fredoka,sans-serif;margin-bottom:1rem;line-height:1.2}.landing-about{padding:9rem 4rem;background:linear-gradient(135deg,#f0f9ff,#fdf4ff)}.landing-about__content{display:flex;align-items:center;gap:5rem;max-width:1200px;margin:0 auto}.landing-about__visual{flex:1 1;min-width:300px}.landing-about__img{width:100%;height:500px;border-radius:30px;background:url(https://images.unsplash.com/photo-1503676260728-1c00da094a0b?q=80&w=900&auto=format&fit=crop) 50%/cover;box-shadow:0 30px 60px rgba(0,0,0,.14);position:relative}.landing-about__img:before{content:"";position:absolute;top:-20px;left:-20px;width:100%;height:100%;border-radius:30px;background:#fde047;z-index:-1}.landing-about__text-block{flex:1 1}.landing-about__features{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1rem}.landing-about__features li{display:flex;align-items:center;gap:.75rem;font-weight:700;font-size:1rem;color:#334155;background:#fff;padding:.85rem 1.5rem;border-radius:50px;box-shadow:0 4px 16px rgba(0,0,0,.06)}.landing-values{padding:9rem 4rem;text-align:center;background:#fff}.landing-values__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));grid-gap:2rem;gap:2rem;max-width:1200px;margin:0 auto}.l-card{border-radius:30px;padding:3rem 2rem;color:#fff;box-shadow:0 20px 40px rgba(0,0,0,.1);position:relative;overflow:hidden;text-align:left}.l-card__icon{width:80px;height:80px;background:hsla(0,0%,100%,.22);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.l-card__title{font-size:1.5rem;font-family:Fredoka,sans-serif;margin-bottom:.75rem}.l-card__text{font-size:14px;line-height:1.7;opacity:.9}.l-card--pink{background:linear-gradient(135deg,#ff6b81,#ff3d5f)}.l-card--yellow{background:linear-gradient(135deg,#f59e0b,#d97706)}.l-card--green{background:linear-gradient(135deg,#10b981,#059669)}.l-card--blue{background:linear-gradient(135deg,#0ea5e9,#0284c7)}.landing-contact{padding:9rem 4rem;background:#f8fafc}.landing-contact__wrapper{display:grid;grid-template-columns:1fr 1fr;grid-gap:5rem;gap:5rem;max-width:1100px;margin:0 auto;align-items:start}.landing-contact__info{padding-top:1rem}.landing-contact__form{background:#fff;border-radius:30px;padding:3rem;box-shadow:0 20px 60px rgba(0,0,0,.07);border:1px solid #e2e8f0}.form-group{display:flex;flex-direction:column;gap:.4rem;margin-bottom:1.25rem}.form-group label{font-weight:700;font-size:.78rem;color:#64748b;text-transform:uppercase;letter-spacing:.8px}.form-input{padding:.85rem 1.1rem;border:2px solid #e2e8f0;border-radius:12px;font-size:1rem;font-family:Nunito,sans-serif;transition:border-color .25s,box-shadow .25s;outline:none;color:#334155;width:100%;background:#f8fafc}.form-input:focus{border-color:#ff6b81;box-shadow:0 0 0 4px rgba(255,107,129,.1);background:#fff}.form-input::placeholder{color:#cbd5e1}textarea.form-input{resize:vertical;min-height:110px}.landing-footer{background:#0f172a;color:#fff;padding:7rem 4rem 2rem;position:relative}.landing-footer__wave{position:absolute;top:-1px;left:0;width:100%;line-height:0;transform:rotate(180deg)}.landing-footer__wave svg{display:block;width:100%;height:90px;fill:#f8fafc}.landing-footer__grid{display:grid;grid-template-columns:1.5fr 1fr 1fr;grid-gap:3rem;gap:3rem;max-width:1200px;margin:0 auto;padding-bottom:3rem;border-bottom:1px solid hsla(0,0%,100%,.08)}.landing-footer__logo{display:flex;align-items:center;gap:.5rem;font-family:Fredoka,sans-serif;font-size:1.8rem;margin-bottom:1rem}.landing-footer__logo span{color:#fde047}.landing-footer__text{color:#94a3b8;line-height:1.7;font-size:.95rem}.landing-footer__title{font-family:Fredoka,sans-serif;font-size:1.2rem;margin-bottom:1.25rem;color:#fff}.landing-footer__contact{display:flex;flex-direction:column;gap:1rem}.landing-footer__contact-item{display:flex;align-items:flex-start;gap:.75rem;color:#94a3b8;font-size:.9rem;line-height:1.5}.landing-footer__bottom{text-align:center;padding-top:2rem;color:#475569;font-size:.9rem;max-width:1200px;margin:0 auto}@media (max-width:1024px){.landing-about__content{gap:3rem}.landing-footer__grid{grid-template-columns:1fr 1fr}}@media (max-width:900px){.landing-hero{flex-direction:column;padding:8rem 2rem 7rem;text-align:center;gap:3rem}.landing-hero__content{max-width:100%}.landing-about__content{flex-direction:column;gap:3rem}.landing-about__visual{width:100%;min-width:unset}.landing-about__img{height:320px}.landing-contact__wrapper{grid-template-columns:1fr;gap:3rem}}@media (max-width:768px){.landing-header{padding:.8rem 1.5rem}.landing-nav{display:none}.landing-hero__title{font-size:2.6rem}.landing-hero__text{font-size:1rem}.landing-hero__image-wrapper{width:300px;height:300px}.landing-section-title{font-size:2rem}.landing-about,.landing-contact,.landing-values{padding:6rem 1.5rem}.landing-contact__form{padding:2rem 1.25rem;border-radius:20px}.landing-footer{padding:6rem 1.5rem 1.5rem}.landing-footer__grid{grid-template-columns:1fr;gap:2rem}}