﻿*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;scroll-padding-top:70px}body{min-height:100vh;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}a{color:inherit;text-decoration:none}ul,ol{list-style:none}h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}@media (prefers-reduced-motion: reduce){html:not(.force-motion) *,html:not(.force-motion) *::before,html:not(.force-motion) *::after{animation-duration:0.01ms !important;animation-iteration-count:1 !important;transition-duration:0.01ms !important;scroll-behavior:auto !important}}@font-face{font-family:'Poppins';font-style:normal;font-weight:600;font-display:swap;src:url("/fonts/poppins-600-latin-ext.woff2") format("woff2");unicode-range:U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF}@font-face{font-family:'Poppins';font-style:normal;font-weight:600;font-display:swap;src:url("/fonts/poppins-600-latin.woff2") format("woff2");unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD}@font-face{font-family:'Poppins';font-style:normal;font-weight:700;font-display:swap;src:url("/fonts/poppins-700-latin-ext.woff2") format("woff2");unicode-range:U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF}@font-face{font-family:'Poppins';font-style:normal;font-weight:700;font-display:swap;src:url("/fonts/poppins-700-latin.woff2") format("woff2");unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD}@font-face{font-family:'Nunito';font-style:normal;font-weight:300 700;font-display:swap;src:url("/fonts/nunito-latin-ext.woff2") format("woff2");unicode-range:U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF}@font-face{font-family:'Nunito';font-style:normal;font-weight:300 700;font-display:swap;src:url("/fonts/nunito-latin.woff2") format("woff2");unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD}body{font-family:"Nunito",sans-serif;font-weight:400;color:#4d4d4d;font-size:1rem}h1,h2,h3,h4,h5,h6{font-family:"Poppins",sans-serif;color:#333;line-height:1.3}h1{font-size:clamp(1.875rem, 6vw, 2.75rem);font-weight:700}h2{font-size:clamp(1.5rem, 4.5vw, 2.125rem);font-weight:700}h3{font-size:clamp(1.2rem, 3.2vw, 1.5rem);font-weight:600}h4{font-size:clamp(1.1rem, 2.5vw, 1.25rem);font-weight:600}p{margin-bottom:1rem}a{color:#5fbcd3;transition:color 0.3s ease}a:hover{color:#35a4c0}a:focus-visible{outline:2px solid #5fbcd3;outline-offset:2px;border-radius:2px}button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:2px solid #5fbcd3;outline-offset:2px}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.section{padding:5rem 0}@media (max-width: 768px){.section{padding:3rem 0}}.section--alt{background:#f7fbfd}.section--warm{background:#fef9f3}.section__header{text-align:center;margin-bottom:3rem}.section__header--left{text-align:left}.section__header--left .section__title::after{margin:0.75rem 0 0}.section__header--left .section__subtitle{margin-left:0}.section__title{margin-bottom:0.75rem;position:relative;display:inline-block}.section__title::after{content:'';display:block;width:60px;height:3px;background:#f6b781;margin:0.75rem auto 0;border-radius:2px}.section__subtitle{color:#616161;font-size:1.1rem;max-width:600px;margin:0 auto}.grid{display:grid;gap:2rem}.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 (max-width: 992px){.grid--4{grid-template-columns:repeat(2, 1fr)}.grid--3{grid-template-columns:1fr}}@media (max-width: 576px){.grid--2,.grid--4{grid-template-columns:1fr}}.reveal{opacity:0;transform:translateY(15px);transition:opacity 0.6s cubic-bezier(0.16, 1, 0.3, 1),transform 0.6s cubic-bezier(0.16, 1, 0.3, 1)}.reveal.is-visible{opacity:1;transform:translateY(0)}.btn{display:inline-flex;align-items:center;gap:0.5rem;padding:0.85rem 2rem;border-radius:30px;font-family:"Poppins",sans-serif;font-weight:600;font-size:1rem;border:2px solid transparent;cursor:pointer;transition:all 0.3s ease;text-decoration:none}.btn--primary{background:#f6b781;color:#fff;border-color:#f6b781}.btn--primary:hover{background:#f39c51;border-color:#f39c51;color:#fff;transform:translateY(-2px);box-shadow:0 4px 15px rgba(246,183,129,0.4)}.btn--secondary{background:#5fbcd3;color:#fff;border-color:#5fbcd3}.btn--secondary:hover{background:#35a4c0;border-color:#35a4c0;color:#fff;transform:translateY(-2px);box-shadow:0 4px 15px rgba(95,188,211,0.4)}.btn--outline{background:transparent;color:#5fbcd3;border-color:#5fbcd3}.btn--outline:hover{background:#5fbcd3;color:#fff;transform:translateY(-2px)}.btn:disabled,.btn[disabled]{opacity:0.6;cursor:not-allowed;transform:none;box-shadow:none;pointer-events:none}.btn--block{width:100%;justify-content:center}.btn--ghost-white{color:#fff;border:2px solid rgba(255,255,255,0.5);background:transparent}.btn--ghost-white:hover{background:rgba(255,255,255,0.15);border-color:rgba(255,255,255,0.8);color:#fff;transform:translateY(-2px)}.card{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 4px 20px rgba(0,0,0,0.06);transition:transform 0.3s ease, box-shadow 0.3s ease}.card:hover{transform:translateY(-4px);box-shadow:0 8px 30px rgba(0,0,0,0.1)}.card__icon{width:48px;height:48px;margin-bottom:1rem;color:#5fbcd3}.card__icon svg{width:100%;height:100%;stroke:currentColor;stroke-width:2;fill:none;stroke-linecap:round;stroke-linejoin:round}.card__title{margin-bottom:0.5rem}.card__text{color:#676767;font-size:0.95rem;line-height:1.6}.photo-placeholder{border-radius:16px;background:linear-gradient(135deg, #c3e6ef, #fdede0);display:flex;align-items:center;justify-content:center;flex-direction:column;gap:0.5rem;color:rgba(255,255,255,0.7);font-family:"Poppins",sans-serif;font-weight:600;position:relative;overflow:hidden;aspect-ratio:16 / 10}.photo-placeholder::before{content:'';position:absolute;inset:0;background:url("/logo.svg") center/40% no-repeat;opacity:0.08}.photo-placeholder span{position:relative;z-index:1;font-size:0.85rem;text-transform:uppercase;letter-spacing:2px}.photo-placeholder__label{position:relative;z-index:1;font-size:0.75rem;font-weight:400;opacity:0.8;letter-spacing:0.5px}.faq-item{border:1px solid #e8eef2;border-radius:12px;margin-bottom:1rem;overflow:hidden;transition:box-shadow 0.3s ease}.faq-item:hover{box-shadow:0 2px 10px rgba(0,0,0,0.05)}.faq-question{width:100%;display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;background:#fff;border:none;cursor:pointer;font-family:"Poppins",sans-serif;font-weight:600;font-size:1.05rem;color:#333;text-align:left;gap:1rem}.faq-question .faq-icon{flex-shrink:0;width:24px;height:24px;position:relative;transition:transform 0.3s ease}.faq-question .faq-icon::before,.faq-question .faq-icon::after{content:'';position:absolute;background:#5fbcd3;border-radius:2px}.faq-question .faq-icon::before{width:100%;height:2px;top:50%;transform:translateY(-50%)}.faq-question .faq-icon::after{width:2px;height:100%;left:50%;transform:translateX(-50%);opacity:1;transition:transform 0.3s ease, opacity 0.3s ease}.faq-question[aria-expanded="true"]{background:#f7fbfd}.faq-question[aria-expanded="true"] .faq-icon::after{transform:translateX(-50%) rotate(90deg);opacity:0}.faq-answer{max-height:0;overflow:hidden;transition:max-height 0.35s ease}.faq-answer[aria-hidden="false"]{max-height:600px}.faq-answer .faq-answer__inner{padding:0.75rem 1.5rem;color:#676767;line-height:1.7}.faq-answer .faq-answer__inner p{margin-bottom:0}.pricing-group{margin-bottom:1.5rem}.pricing-group:last-child{margin-bottom:0}.pricing-group__title{display:flex;align-items:center;gap:0.6rem;font-family:"Poppins",sans-serif;font-weight:700;font-size:1rem;color:#767676;text-transform:uppercase;letter-spacing:0.06em;margin-bottom:0.75rem;padding-bottom:0.4rem;border-bottom:1px solid #e8eef2}.pricing-group__pill{display:inline-block;font-size:0.7rem;font-weight:600;letter-spacing:0;text-transform:none;color:#267d94;background:rgba(95,188,211,0.1);padding:0.15rem 0.65rem;border-radius:20px}.pricing-group:nth-child(even) .pricing-group__pill{color:#aa6020;background:rgba(246,183,129,0.15)}.pricing-group__cards{display:grid;grid-template-columns:repeat(2, 1fr);gap:1rem}@media (max-width: 992px){.pricing-group__cards{grid-template-columns:1fr;gap:0.75rem}}.pricing-group__cards--single{grid-template-columns:1fr;max-width:calc(50% - 0.5rem)}@media (max-width: 992px){.pricing-group__cards--single{max-width:100%}}.pricing-card{background:#fff;border-radius:12px;padding:1rem 1.1rem 0.9rem;box-shadow:0 4px 20px rgba(0,0,0,0.06);border:1px solid #e8eef2;transition:transform 0.2s ease, box-shadow 0.2s ease}.pricing-card:hover{transform:translateY(-2px);box-shadow:0 8px 30px rgba(0,0,0,0.1)}.pricing-card__top{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:0.65rem;padding-bottom:0.65rem;border-bottom:1px solid #e8eef2}.pricing-card__meta{flex:1;min-width:0}.pricing-card__name{font-family:"Poppins",sans-serif;font-weight:600;font-size:0.975rem;color:#333;line-height:1.3;display:block;margin-bottom:0.2rem}.pricing-card__tag{font-size:0.8rem;font-style:italic;color:#767676;line-height:1.4}.pricing-card__pricing{flex-shrink:0;text-align:right}.pricing-card__price{font-family:"Poppins",sans-serif;font-weight:700;font-size:1.55rem;color:#5fbcd3;line-height:1;display:block;margin-bottom:0.2rem}.pricing-group:nth-child(even) .pricing-card__price{color:#f6b781}.pricing-card__duration{display:inline-flex;align-items:center;justify-content:flex-end;gap:0.2rem;font-size:0.78rem;color:#767676;line-height:1}.pricing-card__desc{font-size:0.85rem;color:#616161;line-height:1.55}.section__intro{font-size:1.1rem;color:#767676;margin-top:-0.5rem;margin-bottom:0;line-height:1.5}.partners-grid{display:grid;grid-template-columns:repeat(4, 1fr);gap:1.5rem}@media (max-width: 992px){.partners-grid{grid-template-columns:repeat(3, 1fr)}}@media (max-width: 768px){.partners-grid{grid-template-columns:repeat(2, 1fr);gap:1rem}}@media (max-width: 576px){.partners-grid{gap:0.75rem}}.partner-card{display:flex;flex-direction:column;align-items:center;text-align:center;text-decoration:none;background:#fff;border-radius:12px;padding:1.75rem 1.25rem 1.5rem;border:1px solid rgba(232,238,242,0.7);transition:all 0.35s ease;position:relative}.partner-card:hover{transform:translateY(-4px);box-shadow:0 8px 28px rgba(0,0,0,0.08);border-color:rgba(95,188,211,0.3)}.partner-card:hover .partner-card__logo img{filter:grayscale(0%);opacity:1;transform:scale(1.06)}.partner-card:hover .partner-card__desc{color:#5a5a5a}@media (max-width: 576px){.partner-card{padding:1.25rem 0.75rem 1rem}}.partner-card__logo{height:56px;display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.partner-card__logo img{max-height:56px;max-width:110px;width:auto;object-fit:contain;filter:grayscale(40%);opacity:0.7;transition:all 0.35s ease}@media (max-width: 576px){.partner-card__logo{height:44px;margin-bottom:0.75rem}.partner-card__logo img{max-height:44px;max-width:90px}}.partner-card__info{flex:1}.partner-card__name{display:block;font-family:"Poppins",sans-serif;font-weight:600;font-size:0.8rem;color:#333;letter-spacing:0.5px;text-transform:uppercase;margin-bottom:0.4rem}@media (max-width: 576px){.partner-card__name{font-size:0.7rem}}.partner-card__desc{font-size:0.8rem;line-height:1.5;color:#767676;transition:color 0.3s ease}@media (max-width: 576px){.partner-card__desc{font-size:0.72rem;line-height:1.4}}.form{max-width:600px}.form__group{margin-bottom:1.25rem}.form__label{display:block;margin-bottom:0.4rem;font-weight:600;font-size:0.9rem;color:#333}.form__input,.form__textarea{width:100%;padding:0.85rem 1rem;border:2px solid #e8eef2;border-radius:8px;font-size:1rem;transition:border-color 0.3s ease;background:#fff}.form__input:focus,.form__textarea:focus{outline:none;border-color:#5fbcd3;box-shadow:0 0 0 3px rgba(95,188,211,0.15)}.form__textarea{min-height:140px;resize:vertical}.form__group.has-error .form__input,.form__group.has-error .form__textarea{border-color:#e8a0a0;animation:form-shake 0.4s ease}.form__group.has-error .form__input:focus,.form__group.has-error .form__textarea:focus{border-color:#d48a8a;box-shadow:0 0 0 3px rgba(212,138,138,0.12)}.form__group.has-error .form__label{color:#c27272}.form__error{display:block;font-size:0.8rem;color:#c27272;margin-top:0.35rem;min-height:1.2em;transition:opacity 0.2s ease}.form__group.is-valid .form__input,.form__group.is-valid .form__textarea{border-color:#a5e2db}@keyframes form-shake{0%,100%{transform:translateX(0)}20%,60%{transform:translateX(-4px)}40%,80%{transform:translateX(4px)}}.form__gdpr-note{margin-top:0.35rem;font-size:0.78rem;color:#767676;text-align:center;line-height:1.5}.breadcrumbs{padding:1rem 0;font-size:0.85rem;color:#767676}.breadcrumbs a{color:#5fbcd3}.breadcrumbs a:hover{text-decoration:underline}.breadcrumbs span{margin:0 0.4rem}.stat{text-align:center;padding:1.5rem}.stat__value{font-family:"Poppins",sans-serif;font-weight:700;font-size:2.5rem;color:#5fbcd3;line-height:1.2}.stat__label{font-family:"Poppins",sans-serif;font-weight:600;font-size:1.1rem;color:#333;margin-top:0.25rem}.stat__desc{font-size:0.85rem;color:#737373;margin-top:0.15rem}.timeline{position:relative;padding-left:2rem}.timeline::before{content:'';position:absolute;left:0;top:0;bottom:0;width:2px;background:linear-gradient(#5fbcd3, #f6b781);border-radius:1px}.timeline__item{position:relative;padding-bottom:2rem;padding-left:1.5rem}.timeline__item::before{content:'';position:absolute;left:-2rem;top:0.3rem;width:12px;height:12px;background:#5fbcd3;border:3px solid #fff;border-radius:50%;box-shadow:0 0 0 2px #5fbcd3;transform:translateX(-5px)}.timeline__item:nth-child(even)::before{background:#f6b781;box-shadow:0 0 0 2px #f6b781}.timeline__year{font-family:"Poppins",sans-serif;font-weight:700;font-size:0.85rem;color:#5fbcd3;text-transform:uppercase;letter-spacing:1px;margin-bottom:0.25rem}.timeline__title{font-weight:700;color:#333;margin-bottom:0.25rem}.timeline__text{font-size:0.9rem;color:#676767}.lightbox{position:fixed;inset:0;z-index:9999;background:rgba(0,0,0,0.85);display:flex;align-items:center;justify-content:center;cursor:zoom-out;opacity:0;visibility:hidden;transition:opacity 0.25s, visibility 0.25s}.lightbox.is-open{opacity:1;visibility:visible}.lightbox__img{max-width:90vw;max-height:90vh;border-radius:12px;box-shadow:0 8px 60px rgba(0,0,0,0.4);object-fit:contain;transform:scale(0.95);transition:transform 0.25s, opacity 0.2s}.is-open .lightbox__img{transform:scale(1)}.header{position:fixed;top:0;left:0;right:0;z-index:1000;background:rgba(255,255,255,0.97);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(232,238,242,0.5);transition:box-shadow 0.3s ease}.header.is-scrolled{box-shadow:0 2px 20px rgba(0,0,0,0.08)}.header__inner{max-width:1200px;margin:0 auto;padding:0 1.5rem;display:flex;align-items:center;justify-content:space-between;height:70px}.header__logo{display:flex;align-items:center}.header__logo img{height:44px;width:auto}.header__nav{display:flex;align-items:center;gap:0.25rem}@media (max-width: 768px){.header__nav{position:fixed;top:70px;left:0;right:0;height:calc(100vh - 70px);z-index:999;background:#fff;flex-direction:column;justify-content:flex-start;padding-top:2rem;gap:0;transform:translateX(100%);transition:transform 0.3s ease}.header__nav.is-open{transform:translateX(0)}}.header__link{padding:0.5rem 1rem;font-family:"Poppins",sans-serif;font-weight:600;font-size:0.9rem;color:#4d4d4d;border-radius:8px;transition:color 0.3s ease, background 0.3s ease;white-space:nowrap}.header__link:hover,.header__link.is-active{color:#267d94;background:rgba(95,188,211,0.06)}@media (max-width: 768px){.header__link{padding:1rem 2rem;font-size:1.1rem;width:100%;text-align:center}}.header__cta{margin-left:0.5rem;white-space:nowrap}@media (min-width: 769px) and (max-width: 1080px){.header__cta svg{display:none}}@media (max-width: 768px){.header__cta{margin:1.5rem 2rem 0;width:calc(100% - 4rem);justify-content:center}}.hamburger{display:none;background:none;border:none;cursor:pointer;padding:0.5rem;z-index:1001}@media (max-width: 768px){.hamburger{display:flex;flex-direction:column;gap:5px}}.hamburger span{display:block;width:24px;height:2px;background:#333;border-radius:2px;transition:all 0.3s ease}.hamburger.is-active span:nth-child(1){transform:rotate(45deg) translate(5px, 5px)}.hamburger.is-active span:nth-child(2){opacity:0}.hamburger.is-active span:nth-child(3){transform:rotate(-45deg) translate(5px, -5px)}.footer{background:#333;color:rgba(255,255,255,0.7);padding:3rem 0 1.5rem}.footer__inner{max-width:1200px;margin:0 auto;padding:0 1.5rem}.footer__grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:3rem;margin-bottom:2.5rem}@media (max-width: 768px){.footer__grid{grid-template-columns:1fr;gap:2rem}}.footer__brand img{height:36px;width:auto;margin-bottom:1rem;filter:brightness(0) invert(1)}.footer__brand p{font-size:0.9rem;line-height:1.7;max-width:360px}.footer__heading{font-family:"Poppins",sans-serif;font-weight:600;font-size:1rem;color:#fff;margin-bottom:1rem}.footer__links{columns:2;column-gap:2rem}.footer__links li{margin-bottom:0.5rem;break-inside:avoid}.footer__links a{color:rgba(255,255,255,0.7);font-size:0.9rem;transition:color 0.3s ease}.footer__links a:hover{color:#f6b781}.footer__contact-item{display:flex;align-items:center;gap:0.75rem;margin-bottom:0.75rem;font-size:0.9rem}.footer__contact-item svg{flex-shrink:0;width:18px;height:18px;stroke:#f6b781;fill:none;stroke-width:2}.footer__contact-item a{color:rgba(255,255,255,0.7)}.footer__contact-item a:hover{color:#f6b781}.footer__social{display:flex;gap:1rem;margin-top:1.5rem}.footer__social a{display:flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:50%;background:rgba(255,255,255,0.1);transition:background 0.3s ease}.footer__social a:hover{background:rgba(246,183,129,0.3)}.footer__social a svg{width:18px;height:18px;stroke:#fff;fill:none;stroke-width:2}.footer__legal{font-size:0.75rem;color:rgba(255,255,255,0.4);padding-bottom:1.25rem;margin-bottom:0}.footer__bottom{border-top:1px solid rgba(255,255,255,0.1);padding-top:1.5rem;display:flex;justify-content:space-between;align-items:center;font-size:0.8rem}@media (max-width: 576px){.footer__bottom{flex-direction:column;gap:0.5rem;text-align:center}}.hero{padding:8rem 0 4rem;padding-bottom:calc(4rem + 60px);min-height:540px;background:linear-gradient(165deg, #f7fbfd 0%, #fff 50%, #fef9f3 100%);position:relative;overflow:hidden}.hero::before{content:'';position:absolute;border-radius:50%;opacity:0.08;width:400px;height:400px;background:#5fbcd3;top:-100px;right:-100px}.hero::after{content:'';position:absolute;bottom:0;left:0;right:0;height:60px;background:#f7fbfd;-webkit-mask:url("data:image/svg+xml,%3Csvg viewBox='0 0 1440 80' preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0,40 C360,80 720,0 1080,40 C1260,60 1380,50 1440,40 L1440,80 L0,80 Z' fill='%23fff'/%3E%3C/svg%3E") no-repeat bottom/100% 100%;mask:url("data:image/svg+xml,%3Csvg viewBox='0 0 1440 80' preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0,40 C360,80 720,0 1080,40 C1260,60 1380,50 1440,40 L1440,80 L0,80 Z' fill='%23fff'/%3E%3C/svg%3E") no-repeat bottom/100% 100%;z-index:1}@media (max-width: 576px){.hero{padding:6rem 0 3rem;padding-bottom:calc(3rem + 60px)}}.hero__inner{max-width:1200px;margin:0 auto;padding:0 1.5rem;display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}@media (max-width: 768px){.hero__inner{grid-template-columns:1fr;text-align:center}}.hero__content{position:relative;z-index:1}.hero__badge{display:inline-block;background:rgba(95,188,211,0.1);color:#267d94;padding:0.4rem 1rem;border-radius:30px;font-size:0.85rem;font-weight:600;margin-bottom:1.5rem}.hero__title{font-size:2.75rem;margin-bottom:1rem;line-height:1.2}.hero__title span{color:#5fbcd3}@media (max-width: 768px){.hero__title{font-size:2.2rem}}@media (max-width: 576px){.hero__title{font-size:1.8rem}}.hero__subtitle{font-size:1.15rem;color:#676767;margin-bottom:2rem;line-height:1.7;max-width:520px}@media (max-width: 768px){.hero__subtitle{margin-left:auto;margin-right:auto}}.hero__actions{display:flex;gap:1rem;flex-wrap:wrap}@media (max-width: 768px){.hero__actions{justify-content:center}}.hero__visual{position:relative;z-index:1;display:flex;justify-content:center}.hero__visual .photo-placeholder{width:100%;max-width:480px;aspect-ratio:4 / 3}@media (max-width: 768px){.hero__visual{order:-1}}.hero__mascot{max-width:380px;width:100%;height:auto;filter:drop-shadow(0 10px 30px rgba(0,0,0,0.1))}@media (max-width: 768px){.hero__mascot{max-width:280px}}.services-preview .card__icon svg{width:40px;height:40px}.services-preview .card{text-align:center;padding:2.5rem 1.5rem}.services-preview .card__icon{margin:0 auto 1rem;width:56px;height:56px;background:rgba(95,188,211,0.08);border-radius:50%;display:flex;align-items:center;justify-content:center;transition:background 0.3s ease}.services-preview .card__icon svg{width:28px;height:28px}.card:hover .services-preview .card__icon{background:rgba(95,188,211,0.15)}.wave-divider{line-height:0;margin:-1px 0}.cta-banner{background:#5fbcd3;padding:4rem 0;padding-top:calc(4rem + 60px);text-align:center;color:#fff;position:relative;overflow:hidden}.cta-banner::before{content:'';position:absolute;left:-50px;bottom:-50px;width:200px;height:200px;background:rgba(255,255,255,0.08);border-radius:50%}.cta-banner::after{content:'';position:absolute;top:0;left:0;right:0;height:60px;background:var(--wave-bg, #fff);-webkit-mask:url("data:image/svg+xml,%3Csvg viewBox='0 0 1440 80' preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0,40 C360,80 720,0 1080,40 C1260,60 1380,50 1440,40 L1440,0 L0,0 Z' fill='%23fff'/%3E%3C/svg%3E") no-repeat top/100% 100%;mask:url("data:image/svg+xml,%3Csvg viewBox='0 0 1440 80' preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0,40 C360,80 720,0 1080,40 C1260,60 1380,50 1440,40 L1440,0 L0,0 Z' fill='%23fff'/%3E%3C/svg%3E") no-repeat top/100% 100%}.cta-banner h2{color:#fff;margin-bottom:1rem}.cta-banner p{opacity:0.9;margin-bottom:2rem;font-size:1.1rem}.cta-banner p a{color:#fff;text-decoration:underline;font-weight:600}.cta-banner p a:hover{opacity:0.85}.cta-banner .btn--primary{background:#f6b781;border-color:#f6b781}.cta-banner .btn--primary:hover{background:#f39c51;border-color:#f39c51}.cta-banner .btn:focus-visible{outline-color:#fff;box-shadow:0 0 0 3px rgba(255,255,255,0.4)}.cta-banner__actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.section--has-mascot{position:relative;overflow:hidden}.section--top-compact{padding-top:2rem}.trust-section{position:relative;overflow:hidden}.trust-section .grid{align-items:start}.services-preview__cta{text-align:center;margin-top:2.5rem}.trust-section__photo{margin-top:2.5rem}.trust-photo{width:100%;height:auto;border-radius:16px;box-shadow:0 4px 20px rgba(0,0,0,0.1)}.faq-list{max-width:800px;margin:0 auto;position:relative}.faq-cta{text-align:center;margin-top:3rem}.faq-cta__text{font-size:1.05rem;margin-bottom:1.5rem}.services-cta__text{font-size:1.1rem;margin-bottom:1.5rem;color:#767676}.about-hero__title{text-align:left}.about-hero__intro{font-size:1.1rem;line-height:1.8;margin-top:1rem}.about-hero__story-intro{font-size:1.05rem;line-height:1.8;margin-top:1rem}.about-story p{line-height:1.8}.team-card__role{color:#4d4d4d;font-weight:600;margin-bottom:0.75rem}.team-card__credentials{margin-top:1rem;list-style:disc;padding-left:1.25rem}.team-card__credentials li{margin-bottom:0.35rem;font-size:0.9rem;color:#767676}.team-card__website{margin-top:1rem}.team-card__website a{font-weight:600}.services-info-cta{text-align:center}.services-info-cta p{margin-bottom:2rem;font-size:1.05rem}.services-grid{display:grid;grid-template-columns:repeat(2, 1fr);gap:2rem}@media (max-width: 576px){.services-grid{grid-template-columns:1fr}}.services-grid .card{display:flex;gap:1.25rem;text-align:left;padding:1.75rem}.services-grid .card__icon{flex-shrink:0;width:52px;height:52px;background:rgba(95,188,211,0.08);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:0}.services-grid .card__icon svg{width:24px;height:24px}.services-grid .card__body{flex:1}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem}@media (max-width: 768px){.contact-grid{grid-template-columns:1fr}}.contact-info{display:flex;flex-direction:column;gap:1.5rem}.contact-card{display:flex;align-items:center;gap:1rem;padding:1.25rem;background:#f7fbfd;border-radius:12px}.contact-card .contact-card__icon{flex-shrink:0;width:44px;height:44px;background:rgba(95,188,211,0.1);border-radius:8px;display:flex;align-items:center;justify-content:center}.contact-card .contact-card__icon svg{width:20px;height:20px;stroke:#5fbcd3;fill:none;stroke-width:2}.contact-card__label{font-size:0.8rem;text-transform:uppercase;letter-spacing:1px;color:#767676;margin-bottom:0.25rem}.contact-card__value{font-weight:600;color:#333}.contact-card__value a{color:#333}.contact-card__value a:hover{color:#5fbcd3}.map-embed{border-radius:16px;overflow:hidden;margin-top:2rem;box-shadow:0 4px 20px rgba(0,0,0,0.06)}.map-embed iframe{width:100%;height:350px;border:0}.values-grid .card{text-align:center}.values-grid .card__icon{margin:0 auto 1rem;width:56px;height:56px;background:rgba(95,188,211,0.08);border-radius:50%;display:flex;align-items:center;justify-content:center}.values-grid .card__icon svg{width:24px;height:24px}.values-grid .card:nth-child(1) .card__icon{background:rgba(95,188,211,0.1);color:#267d94}.values-grid .card:nth-child(2) .card__icon{background:rgba(246,183,129,0.12);color:#aa6020}.values-grid .card:nth-child(3) .card__icon{background:rgba(165,226,219,0.18);color:#3ab4a6}.values-grid .card:nth-child(4) .card__icon{background:rgba(173,207,157,0.18);color:#5c8e45}.gallery-grid{display:grid;grid-template-columns:repeat(3, 1fr);grid-template-rows:auto auto;gap:1.25rem}@media (max-width: 768px){.gallery-grid{grid-template-columns:repeat(2, 1fr)}}@media (max-width: 576px){.gallery-grid{grid-template-columns:1fr}}.gallery-item{position:relative;border-radius:16px;overflow:hidden}.gallery-item--large{grid-row:span 2}.gallery-item--large .photo-placeholder{height:100%;aspect-ratio:auto}.gallery-item--large picture{display:block;height:100%}.gallery-item--large .gallery-photo{aspect-ratio:auto;height:100%;object-fit:cover}.gallery-item .photo-placeholder{aspect-ratio:4 / 3;border-radius:0}.gallery-item .gallery-photo{width:100%;height:100%;object-fit:cover;display:block;aspect-ratio:4 / 3;border-radius:0;transition:transform 0.3s ease}.gallery-item:hover .gallery-photo{transform:scale(1.04)}.gallery-label{position:absolute;bottom:0;left:0;right:0;padding:0.6rem 1rem;background:linear-gradient(transparent, rgba(0,0,0,0.4));color:#fff;font-family:"Poppins",sans-serif;font-weight:600;font-size:0.85rem}.vojtova-content{max-width:800px;margin:0 auto}.vojtova-content h2{margin-top:3rem;margin-bottom:1.2rem;padding-bottom:0.6rem;border-bottom:2px solid rgba(95,188,211,0.25)}.vojtova-content h3{margin-top:2rem;margin-bottom:0.75rem}.vojtova-content ul{list-style:none;padding-left:0;margin-bottom:1.5rem}.vojtova-content ul li{margin-bottom:0.6rem;line-height:1.6;padding-left:1.5rem;position:relative}.vojtova-content ul li::before{content:'';position:absolute;left:0;top:0.55em;width:8px;height:8px;border-radius:50%;background:#5fbcd3}.vojtova-content h3+ul{background:#f7fbfd;border-radius:12px;padding:1.5rem 1.5rem 1rem 1.5rem;border:1px solid #e8eef2}.vojtova-content h3+ul li{padding-left:1.5rem}.vojtova-content h2:last-of-type+ul li::before{content:'✓';background:none;width:auto;height:auto;border-radius:0;color:#5fbcd3;font-weight:700;font-size:1rem;top:0.15em}.vojtova-content table{width:100%;border-collapse:separate;border-spacing:0;margin:1.5rem 0 2rem;border-radius:12px;overflow:hidden;border:1px solid #e8eef2;font-size:0.95rem}.vojtova-content table thead tr{background:#5fbcd3;color:#fff}.vojtova-content table thead tr th{padding:0.85rem 1rem;font-weight:600;text-align:left}.vojtova-content table tbody tr:nth-child(even){background:#f7fbfd}.vojtova-content table tbody td{padding:0.75rem 1rem;line-height:1.5;border-top:1px solid #e8eef2}.vojtova-content table tbody td:first-child{font-weight:600;color:#333;white-space:normal}.vojtova-content ol{list-style:decimal;padding-left:1.5rem;margin:1.5rem 0 2rem}.vojtova-content ol li{margin-bottom:0.6rem;line-height:1.6;padding-left:0.25rem}.vojtova-content ol li::before{content:none}.vop-content{max-width:800px;margin:0 auto;line-height:1.8}.vop-content h1{margin-bottom:0.5rem}.vop-content .vop-meta{color:#767676;font-size:0.9rem;margin-bottom:2.5rem}.vop-content h2{margin-top:2.5rem;margin-bottom:1rem;font-size:1.35rem;padding-bottom:0.5rem;border-bottom:1px solid #e8eef2}.vop-content ul{list-style:disc;padding-left:1.5rem;margin-bottom:1rem}.vop-content ul li{margin-bottom:0.4rem}.opening-hours{background:#fef9f3;border-radius:12px;padding:1.5rem;margin-top:1.5rem}.opening-hours h4{margin-bottom:0.75rem}.opening-hours .hours-row{display:flex;justify-content:space-between;padding:0.4rem 0;border-bottom:1px solid rgba(232,238,242,0.5)}.opening-hours .hours-row:last-child{border-bottom:none}.mascot{pointer-events:none;user-select:none}.mascot--cta{position:absolute;bottom:-5px;right:4%;width:160px;height:auto;opacity:0.7;transform:scaleX(-1)}@media (max-width: 768px){.mascot--cta{width:110px;right:2%}}.mascot--section{position:absolute;height:auto;opacity:0.6;z-index:0}@media (max-width: 992px){.mascot--section{width:110px}}@media (max-width: 576px){.mascot--section{width:80px;opacity:0.4}}.mascot--section-right{right:2%;top:2rem;transform:scaleX(-1)}.mascot--section-left{left:2%;top:2rem}.about-hero{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;margin-bottom:3rem}@media (max-width: 992px){.about-hero{grid-template-columns:1fr}}.photo-easter-egg{position:relative}.photo-easter-egg picture:last-child{position:absolute;inset:0}.photo-easter-egg .photo-easter-egg__reveal{opacity:0;transition:opacity 0.8s ease}.photo-easter-egg:hover .photo-easter-egg__reveal{opacity:1;transition-delay:2s}.about-photo{width:100%;height:auto;border-radius:16px;box-shadow:0 4px 20px rgba(0,0,0,0.1);transition:transform 0.3s ease}.about-photo:hover{transform:scale(1.03)}.team-card{max-width:900px;margin:0 auto;display:grid;grid-template-columns:300px 1fr;gap:2rem;align-items:start}@media (max-width: 768px){.team-card{grid-template-columns:1fr;text-align:center}.team-card .photo-placeholder,.team-card .team-card__photo{max-width:280px;margin:0 auto}.team-card ul{text-align:left}}.team-card__photo{width:100%;height:auto;border-radius:12px;box-shadow:0 2px 12px rgba(0,0,0,0.1)}.success-page{text-align:center;padding:6rem 0 4rem;min-height:60vh;display:flex;align-items:center;justify-content:center}.success-page .container{display:flex;flex-direction:column;align-items:center}.success-check{margin-bottom:2rem}.success-check svg{display:block}.success-check__circle{fill:none;stroke-dasharray:282;stroke-dashoffset:282;animation:success-circle 0.6s ease forwards}.success-check__tick{fill:none;stroke-dasharray:80;stroke-dashoffset:80;animation:success-tick 0.4s ease 0.5s forwards}@keyframes success-circle{to{stroke-dashoffset:0}}@keyframes success-tick{to{stroke-dashoffset:0}}.success-info{background:#f7fbfd;border-radius:12px;padding:1.25rem 1.5rem;margin-bottom:2rem;font-size:0.9rem;color:#767676;line-height:1.7;text-align:left;max-width:460px}.success-info strong{color:#5fbcd3}.success-info a{color:#5fbcd3;font-weight:600}.success-redirect{margin-top:1.5rem;font-size:0.8rem;color:#bbb}.error-page{text-align:center;padding:6rem 0 4rem;min-height:60vh;display:flex;align-items:center;justify-content:center}.error-page .container{display:flex;flex-direction:column;align-items:center}.error-page__code{font-family:"Poppins",sans-serif;font-weight:700;font-size:8rem;line-height:1;color:#5fbcd3;opacity:0.45;margin-bottom:1rem}@media (max-width: 576px){.error-page__code{font-size:5rem}}.testimonials-list{display:flex;flex-direction:column;gap:2rem;max-width:740px;margin:0 auto}.testimonial-card{background:#fff;border-radius:16px;padding:2.25rem 2.5rem;box-shadow:0 4px 20px rgba(0,0,0,0.06);position:relative;margin:0;border:1px solid #e8eef2}.testimonial-card__quote{position:absolute;top:1.25rem;right:1.75rem;color:#5fbcd3;opacity:0.18}.testimonial-card:nth-child(2) .testimonial-card__quote{color:#f6b781}.testimonial-card:nth-child(3) .testimonial-card__quote{color:#a5e2db}.testimonial-card:nth-child(4) .testimonial-card__quote{color:#adcf9d}.testimonial-card__text{font-size:0.95rem;line-height:1.8;color:#4d4d4d;margin-bottom:1.5rem;font-style:italic}.testimonial-card__text p{margin:0 0 0.75rem}.testimonial-card__text p:last-child{margin-bottom:0}.testimonial-card__footer{display:flex;align-items:center;gap:0.5rem}.testimonial-card__footer::before{content:'';display:inline-block;width:24px;height:2px;background:#e8eef2}.testimonial-card__author{font-weight:700;font-style:normal;color:#333;font-size:0.9rem}@media (max-width: 576px){.testimonial-card{padding:1.5rem 1.25rem}}body{padding-top:70px}.skip-link{position:absolute;top:-100%;left:1rem;padding:0.5rem 1rem;background:#5fbcd3;color:#fff;border-radius:8px;z-index:9999;font-weight:600}.skip-link:focus{top:0.5rem}@media (max-width: 576px){.btn{padding:0.75rem 1.5rem;font-size:0.9rem}.section{padding:2.5rem 0}}#back-to-top{position:fixed;bottom:2rem;right:2rem;width:42px;height:42px;border-radius:50%;background:#35a4c0;color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 3px 14px rgba(95,188,211,0.4);opacity:0;transform:translateY(12px);transition:opacity 0.3s ease, transform 0.3s ease, background 0.2s;pointer-events:none;z-index:999}#back-to-top.visible{opacity:1;transform:translateY(0);pointer-events:auto}#back-to-top:hover{background:#2c89a0}#back-to-top svg{width:18px;height:18px}.cookie-consent{position:fixed;bottom:0;left:0;right:0;z-index:10000;transform:translateY(100%);opacity:0;transition:transform 0.4s cubic-bezier(0.4, 0, 0.2, 1),opacity 0.4s ease;pointer-events:none}.cookie-consent--visible{transform:translateY(0);opacity:1}.cookie-consent--visible .cookie-consent__inner{pointer-events:auto}.cookie-consent__inner{background:rgba(51,51,51,0.96);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:1.25rem 1.5rem;display:flex;align-items:center;justify-content:center;gap:1.5rem;max-width:1200px;margin:0 auto;border-radius:12px 12px 0 0}@media (max-width: 768px){.cookie-consent__inner{flex-direction:column;gap:1rem;padding:1.25rem;border-radius:0}}.cookie-consent__text{color:#f0f0f0;font-family:"Nunito",sans-serif;font-size:0.9rem;line-height:1.5;margin:0;flex:1}.cookie-consent__actions{display:flex;gap:0.75rem;flex-shrink:0}@media (max-width: 576px){.cookie-consent__actions{width:100%;flex-direction:column}}.cookie-consent__btn{font-family:"Poppins",sans-serif;font-weight:600;font-size:0.9rem;padding:0.6rem 1.5rem;border:none;border-radius:30px;cursor:pointer;white-space:nowrap;transition:background-color 0.2s ease, transform 0.15s ease}.cookie-consent__btn:hover{transform:translateY(-1px)}.cookie-consent__btn:focus-visible{outline:2px solid #f6b781;outline-offset:2px}.cookie-consent__btn--accept{background:#267d94;color:#fff}.cookie-consent__btn--accept:hover{background:#1e6274}.cookie-consent__btn--reject{background:transparent;color:#ccc;border:1px solid rgba(255,255,255,0.3)}.cookie-consent__btn--reject:hover{background:rgba(255,255,255,0.1);color:#fff}@media (max-width: 576px){.cookie-consent__btn{width:100%;text-align:center}}.footer__cookie-link{display:inline-block;margin-top:0.5rem;font-size:0.85rem;color:rgba(255,255,255,0.7);cursor:pointer;border:none;background:none;padding:0;font-family:"Nunito",sans-serif;text-decoration:underline;text-decoration-color:rgba(255,255,255,0.2);transition:color 0.2s ease}.footer__cookie-link:hover{color:rgba(255,255,255,0.8)}@media print{.header,.footer,.hamburger,.skip-link,.mascot,.mascot--cta,.mascot--section,.mascot--section-left,.mascot--section-right,.hero__mascot,.cta-banner,.btn,.btn--primary,.btn--secondary,.btn--outline,.header__cta,.hero__actions,.footer__social,.map-embed,.wave-divider,.photo-placeholder,.gallery-grid,.success-check,.success-redirect,.cookie-consent,.footer__cookie-link{display:none !important}.reveal{opacity:1 !important;transform:none !important;transition:none !important}*,*::before,*::after{background:transparent !important;color:#000 !important;box-shadow:none !important;text-shadow:none !important;transition:none !important;animation:none !important}body{padding-top:0 !important;font-size:12pt;line-height:1.6}.hero::before,.hero::after,.cta-banner::before,.section__title::after,.timeline::before,.timeline__item::before,.photo-placeholder::before{display:none !important;content:none !important}h1,h2,h3,h4,h5,h6{color:#000 !important;page-break-after:avoid;break-after:avoid}h1{font-size:22pt}h2{font-size:18pt}h3{font-size:14pt}h4{font-size:12pt}p,li,td,th{color:#000 !important;font-size:11pt;line-height:1.6}a[href]{color:#000 !important;text-decoration:underline}a[href]::after{content:" (" attr(href) ")";font-size:0.8em;font-weight:400;color:#555 !important}a[href^="#"]::after,a[href^="javascript"]::after,.header__link::after,.footer__links a::after,.breadcrumbs a::after{content:none}.container{max-width:100% !important;padding:0 !important}.section{padding:1.5rem 0 !important}.section--alt,.section--warm{background:transparent !important}.grid,.grid--2,.grid--3,.grid--4{display:block !important}.grid>*{margin-bottom:1rem}.card,.pricing-card,.partner-card,.faq-item,.contact-card{break-inside:avoid;page-break-inside:avoid;border:1px solid #ccc !important;border-radius:0 !important;box-shadow:none !important;padding:1rem !important;margin-bottom:1rem;background:transparent !important}.pricing-card{border-top:2px solid #000 !important}.pricing-card__price{color:#000 !important;font-size:1.5rem}.pricing-card__name,.pricing-card__age,.pricing-card__desc{color:#000 !important}.contact-card__label,.contact-card__value,.contact-card__value a,.footer__contact-item,.opening-hours{color:#000 !important}.contact-grid{display:block !important}.faq-answer{max-height:none !important;overflow:visible !important}.faq-question .faq-icon{display:none !important}.hero{padding:1rem 0 !important;background:transparent !important}.hero__inner{display:block !important}.hero__visual{display:none !important}.hero__title{font-size:22pt}.hero__badge{border:1px solid #999;background:transparent !important;color:#000 !important}.services-grid{display:block !important}.services-grid .card{margin-bottom:1rem}.partners-grid{display:block !important}.partner-card__logo img{filter:none !important;opacity:1 !important}.timeline{padding-left:0 !important}.timeline__item{padding-left:0 !important;padding-bottom:1rem;border-bottom:1px solid #ccc}img{max-width:100% !important;page-break-inside:avoid;break-inside:avoid}table,figure,blockquote{page-break-inside:avoid;break-inside:avoid}*{border-radius:0 !important}}
