*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--yellow:#ffb800;--orange:#ff7a00;--orange-dark:#e06800;--blue:#4baee8;--green:#5bb450;--pink:#ff6b9d;--purple:#9b59b6;--dark:#2d3748;--gray:#718096;--light-gray:#f7fafc;--white:#fff;--bg:#fff9f0;--shadow-sm:0 2px 8px #00000014;--shadow:0 4px 20px #0000001f;--shadow-lg:0 8px 40px #00000026;--radius:16px;--radius-sm:8px;--radius-lg:24px;--transition:all .3s ease}body{background-color:var(--bg);color:var(--dark);font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.7;overflow-x:hidden}a{color:inherit;text-decoration:none}ul{list-style:none}img{max-width:100%;display:block}.container{max-width:1200px;margin:0 auto;padding:0 24px}.section{padding:80px 0}.section-title{color:var(--dark);margin-bottom:12px;font-size:2rem;font-weight:800;position:relative}.section-title:after{content:"";background:linear-gradient(90deg, var(--yellow), var(--orange));border-radius:2px;width:60px;height:4px;margin-top:10px;display:block}.section-subtitle{color:var(--gray);margin-bottom:48px;font-size:1.05rem}.btn{cursor:pointer;transition:var(--transition);border:none;border-radius:50px;align-items:center;gap:8px;padding:14px 32px;font-size:1rem;font-weight:600;text-decoration:none;display:inline-flex}.btn-primary{background:linear-gradient(135deg, var(--orange), var(--orange-dark));color:var(--white);box-shadow:0 4px 15px #ff7a004d}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 25px #ff7a0073}.btn-outline{color:var(--orange);border:2px solid var(--orange);background:0 0}.btn-outline:hover{background:var(--orange);color:var(--white);transform:translateY(-2px);box-shadow:0 4px 15px #ff7a004d}@media (width<=768px){.section{padding:56px 0}.section-title{font-size:1.6rem}}.app{flex-direction:column;min-height:100vh;display:flex}.app main{flex:1}.header{z-index:1000;background:#fff;position:sticky;top:0;box-shadow:0 2px 16px #00000014}.header__container{justify-content:space-between;align-items:center;gap:24px;height:72px;display:flex}.header__logo{flex-shrink:0;align-items:center;gap:12px;display:flex}.header__logo-icon{background:linear-gradient(135deg,#ffb800,#ff7a00);border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.4rem;display:flex;box-shadow:0 3px 10px #ff7a004d}.header__logo-text{flex-direction:column;display:flex}.header__logo-name{color:#ff7a00;letter-spacing:-.01em;font-size:1.25rem;font-weight:800;line-height:1.2}.header__logo-sub{color:#999;max-width:160px;font-size:.68rem;font-weight:400;line-height:1.3}.header__nav{align-items:center;gap:2px;display:flex}.header__nav-link{color:#2d3748;white-space:nowrap;border-radius:50px;padding:8px 14px;font-size:.92rem;font-weight:500;transition:all .2s}.header__nav-link:hover{color:#ff7a00;background:#fff3e0}.header__nav-link.active{color:#fff;background:#ff7a00;font-weight:600}.header__burger{cursor:pointer;color:#2d3748;background:#f7fafc;border:none;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;transition:background .2s;display:none}.header__burger:hover{background:#edf2f7}@media (width<=900px){.header__logo-sub{display:none}}@media (width<=768px){.header__burger{display:flex}.header__nav{opacity:0;pointer-events:none;background:#fff;flex-direction:column;align-items:stretch;gap:4px;padding:16px 20px 24px;transition:transform .3s,opacity .3s;position:fixed;top:72px;left:0;right:0;transform:translateY(-110%);box-shadow:0 12px 30px #0000001f}.header__nav--open{opacity:1;pointer-events:all;transform:translateY(0)}.header__nav-link{text-align:center;padding:12px 16px;font-size:1rem}}.footer{color:#e2e8f0;background:#1a202c;margin-top:auto;padding-top:60px}.footer__grid{border-bottom:1px solid #ffffff14;grid-template-columns:2fr 1fr 1.4fr;gap:48px;padding-bottom:48px;display:grid}.footer__logo{align-items:center;gap:12px;margin-bottom:16px;display:flex}.footer__logo-icon{background:linear-gradient(135deg,#ffb800,#ff7a00);border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.4rem;display:flex}.footer__logo-name{color:#ffb800;font-size:1.3rem;font-weight:800}.footer__fullname{color:#718096;margin-bottom:14px;font-size:.82rem;line-height:1.6}.footer__desc{color:#a0aec0;font-size:.92rem;line-height:1.8}.footer__col-title{color:#fff;text-transform:uppercase;letter-spacing:.08em;margin-bottom:20px;font-size:.8rem;font-weight:700}.footer__links{flex-direction:column;gap:10px;display:flex}.footer__links a{color:#a0aec0;font-size:.9rem;transition:color .2s}.footer__links a:hover{color:#ffb800}.footer__contacts{flex-direction:column;gap:14px;display:flex}.footer__contact-item{align-items:flex-start;gap:12px;display:flex}.footer__contact-icon{flex-shrink:0;margin-top:1px;font-size:1.1rem}.footer__contact-item span,.footer__contact-item a{color:#a0aec0;font-size:.88rem;line-height:1.5;transition:color .2s}.footer__contact-item a:hover{color:#ffb800}.footer__instagram{background:linear-gradient(135deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888);border-radius:50px;align-items:center;gap:8px;margin-top:4px;padding:10px 18px;font-size:.85rem;font-weight:600;transition:opacity .2s,transform .2s;display:inline-flex;color:#fff!important}.footer__instagram:hover{opacity:.9;transform:translateY(-1px);color:#fff!important}.footer__bottom{justify-content:space-between;align-items:center;gap:16px;padding:20px 0;display:flex}.footer__bottom p{color:#4a5568;font-size:.82rem}.footer__bottom-hearts{font-size:1rem}@media (width<=900px){.footer__grid{grid-template-columns:1fr 1fr}.footer__brand{grid-column:1/-1}}@media (width<=600px){.footer__grid{grid-template-columns:1fr;gap:32px}.footer__brand{grid-column:auto}.footer__bottom{text-align:center;flex-direction:column}}.hero{background:linear-gradient(135deg,#fff3cd 0%,#ffe4b5 50%,#ffdab9 100%);padding:80px 0 100px;position:relative;overflow:hidden}.hero__shapes{pointer-events:none;position:absolute;inset:0}.hero__shape{opacity:.25;border-radius:50%;position:absolute}.hero__shape--1{background:#ffb800;width:400px;height:400px;top:-120px;right:-80px}.hero__shape--2{background:#ff7a00;width:200px;height:200px;bottom:-60px;left:10%}.hero__shape--3{background:#4baee8;width:120px;height:120px;top:40px;left:5%}.hero__container{z-index:1;grid-template-columns:1fr 1fr;align-items:center;gap:48px;display:grid;position:relative}.hero__badge{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#ff7a00;background:#fffc;border:1px solid #ff7a0033;border-radius:50px;align-items:center;gap:6px;margin-bottom:20px;padding:6px 16px;font-size:.82rem;font-weight:600;display:inline-flex}.hero__title{color:#1a202c;margin-bottom:20px;font-size:3rem;font-weight:900;line-height:1.15}.hero__title-highlight{color:#ff7a00;position:relative}.hero__title-highlight:after{content:"";z-index:-1;background:#ffb80059;border-radius:4px;height:8px;position:absolute;bottom:2px;left:0;right:0}.hero__desc{color:#4a5568;max-width:500px;margin-bottom:36px;font-size:1.05rem;line-height:1.8}.hero__btns{flex-wrap:wrap;gap:16px;display:flex}.hero__visual{justify-content:center;align-items:center;display:flex;position:relative}.hero__sun-wrap{width:260px;height:260px;position:relative}.hero__sun-circle{background:linear-gradient(135deg,gold,#ff8c00);border-radius:50%;justify-content:center;align-items:center;width:260px;height:260px;font-size:7rem;animation:3s ease-in-out infinite pulse-sun;display:flex;box-shadow:0 0 80px #ffb80080,0 0 160px #ff7a0033}@keyframes pulse-sun{0%,to{transform:scale(1);box-shadow:0 0 80px #ffb80080}50%{transform:scale(1.04);box-shadow:0 0 120px #ffb800b3}}.hero__floating{font-size:2rem;animation:4s ease-in-out infinite float;position:absolute}.hero__floating--1{animation-delay:0s;top:0;right:10px}.hero__floating--2{animation-delay:1s;bottom:20px;left:-10px}.hero__floating--3{animation-delay:2s;top:50%;right:-20px}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}.stats{background:#fff;padding:40px 0;box-shadow:0 2px 20px #0000000f}.stats__grid{grid-template-columns:repeat(4,1fr);gap:24px;display:grid}.stats__grid--three{grid-template-columns:repeat(3,280px);justify-content:center}.stats__item{text-align:center;border-radius:16px;padding:24px 16px;transition:background .2s}.stats__item:hover{background:#fff9f0}.stats__number{color:#ff7a00;margin-bottom:8px;font-size:2.4rem;font-weight:900;line-height:1}.stats__label{color:#718096;font-size:.9rem;font-weight:500}.about__grid{grid-template-columns:1fr 1fr;align-items:center;gap:64px;display:grid}.about__desc{color:#4a5568;margin-bottom:16px;font-size:1rem;line-height:1.85}.about__features{flex-direction:column;gap:20px;display:flex}.about__feature{background:#fff;border-radius:16px;align-items:flex-start;gap:16px;padding:20px;transition:transform .2s,box-shadow .2s;display:flex;box-shadow:0 2px 12px #0000000f}.about__feature:hover{transform:translate(4px);box-shadow:0 4px 20px #0000001a}.about__feature-icon{background:#fff3cd;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.8rem;display:flex}.about__feature h3{color:#1a202c;margin-bottom:4px;font-size:1rem;font-weight:700}.about__feature p{color:#718096;font-size:.85rem}.pages-preview{background:#f7f4ff}.pages-preview__grid{grid-template-columns:repeat(4,1fr);gap:20px;display:grid}.pages-preview__card{color:#fff;border-radius:20px;flex-direction:column;align-items:flex-start;min-height:200px;padding:28px 24px;transition:transform .3s,box-shadow .3s;display:flex;position:relative;overflow:hidden}.pages-preview__card:before{content:"";background:#ffffff26;border-radius:50%;width:120px;height:120px;position:absolute;bottom:-30px;right:-30px}.pages-preview__card:hover{transform:translateY(-6px);box-shadow:0 16px 40px #0003}.pages-preview__card--blue{background:linear-gradient(135deg,#4baee8,#2980b9)}.pages-preview__card--green{background:linear-gradient(135deg,#5bb450,#27ae60)}.pages-preview__card--orange{background:linear-gradient(135deg,#ff7a00,#e06800)}.pages-preview__card--pink{background:linear-gradient(135deg,#ff6b9d,#c0392b)}.pages-preview__icon{margin-bottom:14px;font-size:2.4rem}.pages-preview__card h3{margin-bottom:8px;font-size:1.15rem;font-weight:800}.pages-preview__card p{opacity:.9;flex:1;font-size:.85rem;line-height:1.5}.pages-preview__arrow{margin-top:16px;font-size:1.4rem;font-weight:700;transition:transform .2s}.pages-preview__card:hover .pages-preview__arrow{transform:translate(4px)}@media (width<=1024px){.pages-preview__grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.hero__container{text-align:center;grid-template-columns:1fr}.hero__title{font-size:2.2rem}.hero__desc{margin:0 auto 32px}.hero__btns{justify-content:center}.hero__visual{display:none}.stats__grid{grid-template-columns:repeat(2,1fr)}.stats__grid--three{grid-template-columns:repeat(3,1fr)}.about__grid{grid-template-columns:1fr;gap:40px}.pages-preview__grid{grid-template-columns:1fr 1fr}}@media (width<=480px){.hero__title{font-size:1.8rem}.pages-preview__grid{grid-template-columns:1fr}.stats__grid{grid-template-columns:repeat(2,1fr)}}.page-hero{background:linear-gradient(135deg,#e3f2fd 0%,#bbdefb 100%);margin-bottom:0;padding:60px 0}.page-hero__title{color:#1a202c;margin-bottom:12px;font-size:2.4rem;font-weight:900}.page-hero__title span{color:#ff7a00}.page-hero__sub{color:#4a5568;max-width:540px;font-size:1rem}.director{padding:64px 0 48px}.director__card{background:#fff;border-radius:24px;align-items:center;gap:48px;max-width:820px;padding:48px;display:flex;box-shadow:0 4px 30px #00000014}.director__avatar{background:linear-gradient(135deg,#ffb800,#ff7a00);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:140px;height:140px;font-size:4rem;display:flex;box-shadow:0 8px 24px #ff7a004d}.director__label{text-transform:uppercase;letter-spacing:.1em;color:#ff7a00;margin-bottom:8px;font-size:.78rem;font-weight:700}.director__name{color:#1a202c;margin-bottom:6px;font-size:1.6rem;font-weight:800}.director__role{color:#718096;margin-bottom:16px;font-size:.95rem}.director__desc{color:#4a5568;font-size:.95rem;line-height:1.8}.team-section{padding:0 0 80px}.team-category{margin-bottom:56px}.team-category__title{color:#1a202c;align-items:center;gap:12px;margin-bottom:28px;font-size:1.4rem;font-weight:800;display:flex}.team-category__icon{border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.2rem;display:flex}.icon-blue{background:#dbeafe}.icon-green{background:#d1fae5}.icon-pink{background:#fce7f3}.icon-purple{background:#ede9fe}.team-grid{grid-template-columns:repeat(4,1fr);gap:20px;display:grid}.team-card{text-align:center;background:#fff;border-radius:20px;padding:28px 20px;transition:transform .25s,box-shadow .25s;box-shadow:0 2px 12px #0000000f}.team-card:hover{transform:translateY(-6px);box-shadow:0 12px 32px #0000001f}.team-card__avatar{border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 16px;font-size:2rem;display:flex}.avatar-blue{background:linear-gradient(135deg,#93c5fd,#3b82f6)}.avatar-green{background:linear-gradient(135deg,#6ee7b7,#10b981)}.avatar-orange{background:linear-gradient(135deg,#fcd34d,#f59e0b)}.avatar-pink{background:linear-gradient(135deg,#f9a8d4,#ec4899)}.avatar-purple{background:linear-gradient(135deg,#c4b5fd,#8b5cf6)}.team-card__name{color:#1a202c;margin-bottom:4px;font-size:.95rem;font-weight:700}.team-card__role{color:#718096;font-size:.8rem}@media (width<=900px){.team-grid{grid-template-columns:repeat(3,1fr)}}@media (width<=640px){.director__card{text-align:center;flex-direction:column;gap:24px;padding:32px 24px}.team-grid{grid-template-columns:repeat(2,1fr)}.page-hero__title{font-size:1.8rem}}.gallery-hero{background:linear-gradient(135deg,#d1fae5 0%,#a7f3d0 100%);padding:60px 0}.gallery-hero__title{color:#1a202c;margin-bottom:12px;font-size:2.4rem;font-weight:900}.gallery-hero__title span{color:#5bb450}.gallery-hero__sub{color:#4a5568;max-width:520px;font-size:1rem}.gallery-filter{padding:40px 0 8px}.gallery-filter__tabs{flex-wrap:wrap;gap:10px;display:flex}.gallery-filter__tab{color:#4a5568;cursor:pointer;background:#fff;border:2px solid #e2e8f0;border-radius:50px;padding:8px 22px;font-size:.9rem;font-weight:500;transition:all .2s}.gallery-filter__tab:hover{color:#5bb450;border-color:#5bb450}.gallery-filter__tab.active{color:#fff;background:#5bb450;border-color:#5bb450}.gallery-section{padding:32px 0 80px}.gallery-grid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.gallery-item{aspect-ratio:4/3;cursor:pointer;background:#e2e8f0;border-radius:16px;position:relative;overflow:hidden}.gallery-item:hover .gallery-item__overlay{opacity:1}.gallery-item__img{object-fit:cover;width:100%;height:100%;transition:transform .35s;display:block}.gallery-item:hover .gallery-item__img{transform:scale(1.05)}.gallery-item__overlay{opacity:0;background:linear-gradient(#0000 40%,#000000a6 100%);align-items:flex-end;padding:16px 18px;transition:opacity .25s;display:flex;position:absolute;inset:0}.gallery-item__overlay span{color:#fff;font-size:.88rem;font-weight:600;line-height:1.4}.gallery-instagram{text-align:center;color:#fff;background:linear-gradient(135deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888);border-radius:24px;flex-direction:column;align-items:center;gap:8px;margin-top:48px;padding:48px 40px;display:flex}.gallery-instagram h3{margin-top:4px;font-size:1.5rem;font-weight:800}.gallery-instagram p{opacity:.9;margin-bottom:12px;font-size:1rem}.gallery-instagram__btn{color:#fff;background:#fff3;border:2px solid #fff6;border-radius:50px;align-items:center;gap:10px;padding:14px 32px;font-size:1rem;font-weight:700;transition:background .2s,transform .2s;display:inline-flex}.gallery-instagram__btn:hover{background:#ffffff4d;transform:translateY(-2px)}@media (width<=768px){.gallery-grid{grid-template-columns:repeat(2,1fr)}.gallery-hero__title{font-size:1.8rem}.gallery-instagram{padding:36px 24px}}@media (width<=480px){.gallery-grid{grid-template-columns:1fr}}.parents-hero{background:linear-gradient(135deg,#fff3e0 0%,#ffe0b2 100%);padding:60px 0}.parents-hero__title{color:#1a202c;margin-bottom:12px;font-size:2.4rem;font-weight:900}.parents-hero__title span{color:#ff7a00}.parents-hero__sub{color:#4a5568;max-width:520px;font-size:1rem}.parents-info{padding:64px 0 40px}.parents-info__grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.info-card{background:#fff;border-radius:20px;padding:32px 28px;transition:transform .25s,box-shadow .25s;box-shadow:0 2px 16px #00000012}.info-card:hover{transform:translateY(-4px);box-shadow:0 8px 30px #0000001f}.info-card__icon{border-radius:16px;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:20px;font-size:1.6rem;display:flex}.icon-orange{background:#fff3e0}.icon-blue2{background:#eff6ff}.icon-green2{background:#ecfdf5}.info-card h3{color:#1a202c;margin-bottom:12px;font-size:1.1rem;font-weight:800}.info-card p,.info-card li{color:#4a5568;font-size:.9rem;line-height:1.75}.info-card ul{flex-direction:column;gap:6px;display:flex}.info-card li{align-items:center;gap:6px;display:flex}.info-contact-list{flex-direction:column;gap:10px;margin-top:4px;display:flex}.info-contact-item{color:#4a5568;align-items:center;gap:8px;font-size:.88rem;display:flex}.schedule-section{padding:0 0 64px}.schedule-title{color:#1a202c;align-items:center;gap:10px;margin-bottom:28px;font-size:1.6rem;font-weight:800;display:flex}.schedule-table{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 2px 16px #00000012}.schedule-row{border-bottom:1px solid #f7fafc;grid-template-columns:1fr 2fr 1fr;align-items:center;display:grid}.schedule-row:last-child{border-bottom:none}.schedule-row.header{color:#fff;background:linear-gradient(135deg,#ff7a00,#e06800)}.schedule-row>div{padding:16px 24px;font-size:.92rem}.schedule-row.header>div{text-transform:uppercase;letter-spacing:.06em;font-size:.85rem;font-weight:700}.schedule-row:not(.header):nth-child(2n){background:#fafafa}.schedule-time{color:#ff7a00;font-weight:700}.rules-section{padding:0 0 64px}.rules-grid{grid-template-columns:repeat(2,1fr);gap:20px;display:grid}.rule-card{background:#fff;border-radius:16px;align-items:flex-start;gap:16px;padding:24px;display:flex;box-shadow:0 2px 12px #0000000f}.rule-card__num{color:#fff;background:linear-gradient(135deg,#ffb800,#ff7a00);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:.9rem;font-weight:800;display:flex}.rule-card h4{color:#1a202c;margin-bottom:6px;font-size:.95rem;font-weight:700}.rule-card p{color:#4a5568;font-size:.85rem;line-height:1.65}.faq-section{padding:0 0 80px}.faq-list{flex-direction:column;gap:12px;max-width:760px;display:flex}.faq-item{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 2px 12px #0000000f}.faq-q{color:#1a202c;cursor:pointer;-webkit-user-select:none;user-select:none;justify-content:space-between;align-items:center;gap:16px;padding:20px 24px;font-size:.95rem;font-weight:700;display:flex}.faq-q span{font-size:1.1rem;transition:transform .2s}.faq-item.open .faq-q span{transform:rotate(180deg)}.faq-a{color:#4a5568;border-top:1px solid #f7fafc;padding:0 24px 20px;font-size:.9rem;line-height:1.75}.faq-chevron{color:#a0aec0;font-size:.75rem;transition:transform .2s;display:inline-block}.faq-chevron--open{transform:rotate(180deg)}@media (width<=768px){.parents-info__grid,.rules-grid,.schedule-row{grid-template-columns:1fr}.schedule-row>div{padding:10px 20px}.schedule-row.header>div:not(:first-child){display:none}.parents-hero__title{font-size:1.8rem}}.contact-hero{background:linear-gradient(135deg,#fce4ec 0%,#f8bbd9 100%);padding:60px 0}.contact-hero__title{color:#1a202c;margin-bottom:12px;font-size:2.4rem;font-weight:900}.contact-hero__title span{color:#ff6b9d}.contact-hero__sub{color:#4a5568;max-width:520px;font-size:1rem}.contact-main{padding:64px 0 80px}.contact-grid{grid-template-columns:1fr 1fr;align-items:start;gap:48px;display:grid}.contact-cards{flex-direction:column;gap:16px;display:flex}.contact-card{background:#fff;border-radius:20px;align-items:flex-start;gap:20px;padding:24px 28px;transition:transform .25s,box-shadow .25s;display:flex;box-shadow:0 2px 16px #00000012}.contact-card:hover{transform:translate(4px);box-shadow:0 6px 24px #0000001f}.contact-card__icon{border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;font-size:1.5rem;display:flex}.cc-orange{background:#fff3e0}.cc-blue{background:#eff6ff}.cc-pink{background:#fce7f3}.cc-green{background:#ecfdf5}.contact-card h3{text-transform:uppercase;letter-spacing:.08em;color:#718096;margin-bottom:6px;font-size:.78rem;font-weight:700}.contact-card p{color:#1a202c;font-size:.95rem;font-weight:500;line-height:1.6}.contact-card a{color:#1a202c;font-size:.95rem;font-weight:500;transition:color .2s}.contact-card a:hover{color:#ff7a00}.contact-instagram{color:#fff;background:linear-gradient(135deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888);border-radius:20px;align-items:center;gap:20px;padding:32px;text-decoration:none;transition:transform .25s,box-shadow .25s;display:flex;box-shadow:0 4px 20px #dc27434d}.contact-instagram:hover{transform:translate(4px)translateY(-2px);box-shadow:0 8px 30px #dc274366}.contact-instagram__icon{flex-shrink:0;font-size:2.4rem}.contact-instagram h3{text-transform:uppercase;letter-spacing:.08em;opacity:.8;margin-bottom:4px;font-size:.78rem;font-weight:700}.contact-instagram p{font-size:1.1rem;font-weight:700}.contact-map{background:#fff;border-radius:24px;overflow:hidden;box-shadow:0 4px 24px #0000001a}.contact-map__placeholder{background:linear-gradient(135deg,#e8f5e9,#c8e6c9);flex-direction:column;justify-content:center;align-items:center;gap:12px;width:100%;height:320px;display:flex}.contact-map__placeholder span:first-child{font-size:3.5rem}.contact-map__placeholder p{color:#2d6a4f;font-size:1rem;font-weight:700}.contact-map__placeholder small{color:#52b788;font-size:.85rem}.contact-map__info{padding:24px 28px}.contact-map__info h3{color:#1a202c;margin-bottom:10px;font-size:1.1rem;font-weight:800}.contact-map__info p{color:#4a5568;font-size:.92rem;line-height:1.7}.contact-hours{background:#f7f4ff;padding:64px 0}.hours-grid{grid-template-columns:repeat(5,1fr);gap:12px;margin-top:40px;display:grid}.hour-card{text-align:center;background:#fff;border-radius:16px;padding:20px 16px;box-shadow:0 2px 10px #0000000f}.hour-card.weekend{opacity:.5}.hour-card__day{text-transform:uppercase;letter-spacing:.06em;color:#718096;margin-bottom:8px;font-size:.82rem;font-weight:700}.hour-card__time{color:#ff7a00;font-size:.9rem;font-weight:700}.hour-card.weekend .hour-card__time{color:#a0aec0}@media (width<=900px){.contact-grid{grid-template-columns:1fr}.hours-grid{grid-template-columns:repeat(3,1fr)}.contact-hero__title{font-size:1.8rem}}@media (width<=480px){.hours-grid{grid-template-columns:repeat(2,1fr)}}.attest-hero{background:linear-gradient(135deg,#ede9fe 0%,#ddd6fe 100%);padding:60px 0}.attest-hero__title{color:#1a202c;margin-bottom:12px;font-size:2.4rem;font-weight:900}.attest-hero__sub{color:#4a5568;font-size:1rem}.attest-empty{padding:80px 0 120px}.attest-empty__box{text-align:center;background:#fff;border-radius:24px;flex-direction:column;justify-content:center;align-items:center;gap:16px;max-width:560px;margin:0 auto;padding:80px 40px;display:flex;box-shadow:0 2px 16px #0000000f}.attest-empty__box h2{color:#2d3748;font-size:1.3rem;font-weight:700}.attest-empty__box p{color:#718096;font-size:.95rem;line-height:1.7}
