:root{--color-bg-primary: #f3f4f8;--color-bg-secondary: #ffffff;--color-bg-dark: #1a1c2e;--color-text-primary: #1a1c2e;--color-text-secondary: #5a5d7a;--color-text-light: #ffffff;--color-text-muted: #b0b5cc;--gradient-primary: linear-gradient(135deg, #ff5e9c, #ff7b4a);--font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";--font-size-xs: 0.75rem;--font-size-sm: 0.875rem;--font-size-base: 1rem;--font-size-md: 1.125rem;--font-size-lg: 1.25rem;--font-size-xl: 1.5rem;--font-size-2xl: 1.875rem;--font-size-3xl: 2.25rem;--font-size-4xl: 3rem;--spacing-xs: 0.25rem;--spacing-sm: 0.5rem;--spacing-md: 1rem;--spacing-lg: 1.5rem;--spacing-xl: 2rem;--spacing-2xl: 3rem;--spacing-3xl: 5rem;--transition-fast: 0.2s ease;--transition-base: 0.25s ease;--transition-slow: 0.3s ease;--radius-sm: 0.25rem;--radius-md: 0.5rem;--radius-lg: 1rem;--radius-xl: 1.5rem;--radius-2xl: 2rem;--radius-3xl: 3rem;--radius-full: 9999px}.header{position:fixed;top:0;left:0;right:0;z-index:1000;padding:1rem;background:#1a1c2e;transition:transform .3s ease,box-shadow .3s ease;transform:translateY(0);box-shadow:0 2px 10px rgba(0,0,0,.1)}@media(min-width: 768px){.header{padding:1.2rem 2rem}}.header--hidden{transform:translateY(-100%)}.header__container{max-width:1300px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.header__logo{color:#fff;text-decoration:none;font-weight:700;font-size:1.25rem;letter-spacing:-0.02em;background:linear-gradient(135deg, #ffffff, #ffccd5);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}.header__logo span{font-weight:800}@media(min-width: 768px){.header__logo{font-size:1.5rem}}.header__nav{display:none}@media(min-width: 768px){.header__nav{display:block}}.header__links{display:flex;gap:2rem;list-style:none;margin:0;padding:0}.header__link{color:hsla(0,0%,100%,.8);text-decoration:none;font-size:.95rem;font-weight:500;letter-spacing:.01em;transition:all .25s ease;position:relative;padding:.5rem 0}.header__link::after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:linear-gradient(90deg, #ff5e9c, #ff7b4a);transition:width .25s ease}.header__link:hover{color:#fff}.header__link:hover::after{width:100%}.header__link--active{color:#fff}.header__link--active::after{width:100%}.header__burger{display:block;background:none;border:none;cursor:pointer;padding:.5rem;z-index:1001;position:relative}@media(min-width: 768px){.header__burger{display:none}}.header__burger span{display:block;width:25px;height:2px;background:#fff;margin:5px 0;transition:all .3s ease}.header__burger--open span:nth-child(1){transform:rotate(45deg) translate(5px, 5px)}.header__burger--open span:nth-child(2){opacity:0}.header__burger--open span:nth-child(3){transform:rotate(-45deg) translate(7px, -6px)}.header__mobile-nav{position:fixed;top:0;right:-100%;width:70%;max-width:300px;height:100vh;background:#1a1c2e;padding:5rem 2rem 2rem;transition:right .3s ease;z-index:999;box-shadow:-5px 0 20px rgba(0,0,0,.2)}.header__mobile-nav--open{right:0}.header__mobile-links{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:1.5rem}.header__mobile-link{color:hsla(0,0%,100%,.8);text-decoration:none;font-size:1.1rem;font-weight:500;transition:color .25s;display:block;padding:.5rem 0}.header__mobile-link:hover,.header__mobile-link--active{color:#ff7b4a}.menu-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);z-index:998;opacity:0;visibility:hidden;transition:all .3s ease}.menu-overlay--open{opacity:1;visibility:visible}.breadcrumbs{background:#f8f9fe;padding:1rem 0;margin-top:0;border-bottom:1px solid #eef2f8;padding-top:calc(1rem + 60px)}@media(min-width: 768px){.breadcrumbs{padding-top:calc(1rem + 70px)}}.breadcrumbs__container{max-width:1300px;margin:0 auto;padding:0 16px}@media(min-width: 768px){.breadcrumbs__container{padding:0 24px}}.breadcrumbs__list{display:flex;align-items:center;flex-wrap:wrap;gap:.5rem;list-style:none;margin:0;padding:0;font-size:.85rem}.breadcrumbs__list li{color:#5a5d7a;display:flex;align-items:center}.breadcrumbs__list li:not(:last-child)::after{content:"/";margin-left:.5rem;color:#b0b5cc}.breadcrumbs__list a{color:#ff7b4a;text-decoration:none;transition:color .2s}.breadcrumbs__list a:hover{color:#ff5e9c}.footer{background:#1a1c2e;color:#edeff7;text-align:center;padding:3rem 1rem;margin:0 -16px;position:relative;overflow:hidden}@media(min-width: 768px){.footer{margin:0 -24px;padding:4rem 2rem 3rem}}.footer::after{content:"";position:absolute;bottom:-40px;left:50%;transform:translateX(-50%);width:400px;height:200px;background:radial-gradient(ellipse, rgba(255, 110, 140, 0.25) 0%, transparent 70%);pointer-events:none}.footer .wrapper{position:relative;z-index:2}.footer h2{color:#fff;font-size:1.5rem}@media(min-width: 768px){.footer h2{font-size:2rem}}.footer .section-subtitle{color:#b9bedd;margin:.8rem auto 2rem;max-width:500px;font-size:.9rem}@media(min-width: 768px){.footer .section-subtitle{font-size:1rem}}.footer .btn-group{justify-content:center}.footer .btn-outline-dark{background:rgba(0,0,0,0);border-color:hsla(0,0%,100%,.3);color:#fff}.footer .btn-outline-dark:hover{background:hsla(0,0%,100%,.08);border-color:hsla(0,0%,100%,.6)}.footer .btn-primary{background:#2aabee;box-shadow:none}.footer .btn-primary:hover{background:#1c8bc4;transform:translateY(-2px)}.footer-copyright{margin-top:2.5rem;color:#7b7f9a;font-size:.8rem}@media(min-width: 768px){.footer-copyright{margin-top:3rem;font-size:.9rem}}.floating-btn{position:fixed;bottom:2rem;right:2rem;z-index:1000;background:linear-gradient(135deg, #ff5e9c, #ff7b4a);border:none;width:56px;height:56px;border-radius:50%;cursor:pointer;box-shadow:0 4px 20px rgba(255,94,156,.4);transition:all .3s ease;animation:float 2s ease-in-out infinite}@media(min-width: 768px){.floating-btn{width:60px;height:60px;bottom:2rem;right:2rem}}.floating-btn:hover{transform:scale(1.1);box-shadow:0 8px 30px rgba(255,94,156,.6)}.floating-btn__icon{font-size:1.8rem;line-height:1;display:block;color:#fff}@media(min-width: 768px){.floating-btn__icon{font-size:2rem}}@keyframes float{0%,100%{transform:translateY(0)}50%{transform:translateY(-8px)}}.modal{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.8);z-index:2000;align-items:center;justify-content:center;backdrop-filter:blur(4px)}.modal.is-open{display:flex}.modal__content{background:#fff;border-radius:32px;width:90%;max-width:500px;position:relative;padding:2rem 1.5rem;animation:modalFadeIn .3s ease}@media(min-width: 768px){.modal__content{padding:2.5rem}}.modal__close{position:absolute;top:1rem;right:1rem;background:none;border:none;font-size:1.5rem;cursor:pointer;color:#5a5d7a;transition:color .2s;line-height:1;padding:.5rem}.modal__close:hover{color:#ff5e9c}.modal__title{font-size:1.5rem;font-weight:700;color:#1a1c2e;margin-bottom:.5rem;text-align:center}@media(min-width: 768px){.modal__title{font-size:1.8rem}}.modal__subtitle{text-align:center;color:#5a5d7a;font-size:.9rem;margin-bottom:2rem}.modal__form-group{margin-bottom:1.2rem}.modal__label{display:block;font-size:.85rem;font-weight:600;color:#1a1c2e;margin-bottom:.4rem}.modal__input,.modal__textarea{width:100%;padding:.8rem 1rem;border:1px solid #e0e3f0;border-radius:16px;font-family:var(--font-family);font-size:.9rem;transition:all .2s;background:#f8f9fe}.modal__input:focus,.modal__textarea:focus{outline:none;border-color:#ff7b4a;box-shadow:0 0 0 3px rgba(255,123,74,.1)}.modal__textarea{resize:vertical;min-height:100px}.modal__submit{width:100%;padding:.9rem;background:linear-gradient(135deg, #ff5e9c, #ff7b4a);color:#fff;border:none;border-radius:60px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s;margin-top:.5rem}.modal__submit:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(255,94,156,.3)}@keyframes modalFadeIn{from{opacity:0;transform:scale(0.95)}to{opacity:1;transform:scale(1)}}.cookie-banner{position:fixed;bottom:0;left:0;right:0;z-index:9999;display:flex;flex-direction:column;gap:16px;padding:20px 16px;background-color:#fff;color:#1a1a1a;border-radius:16px 16px 0 0;box-shadow:0 -4px 20px rgba(0,0,0,.1);font-family:sans-serif;animation:cbSlideUp .3s ease-out forwards}@media(min-width: 768px){.cookie-banner{bottom:24px;right:24px;left:auto;max-width:400px;padding:24px;border-radius:16px;box-shadow:0 4px 20px rgba(0,0,0,.15);animation:cbSlideInRight .3s ease-out forwards}}.cookie-banner__title{margin:0;font-size:18px;font-weight:600}.cookie-banner__text{margin:0;font-size:14px;line-height:1.5;color:#666}.cookie-banner__text a{color:#2563eb;text-decoration:underline}.cookie-banner__text a:hover{text-decoration:none}.cookie-banner__actions{display:flex;gap:12px;width:100%}.cookie-banner__btn{flex:1;padding:12px 16px;font-size:14px;font-weight:500;border:none;border-radius:8px;cursor:pointer;transition:background-color .2s ease}@media(min-width: 768px){.cookie-banner__btn{padding:10px 16px}}.cookie-banner__btn--primary{background-color:#2563eb;color:#fff}.cookie-banner__btn--primary:hover{background-color:#1d4ed8}.cookie-banner__btn--secondary{background-color:#f3f4f6;color:#1a1a1a}.cookie-banner__btn--secondary:hover{background-color:#e5e7eb}@keyframes cbSlideUp{from{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes cbSlideInRight{from{transform:translateY(50px);opacity:0}to{transform:translateY(0);opacity:1}}.hero-page{position:relative;display:flex;align-items:center;padding:5rem 1rem 2rem;background:var(--gradient-hero);margin:0 -16px;padding-left:16px;padding-right:16px;overflow:hidden;text-align:center;min-height:auto}@media(min-width: 640px){.hero-page{padding:6rem 1rem 3rem}}@media(min-width: 768px){.hero-page{margin:0 -24px;padding-left:24px;padding-right:24px;text-align:left;padding-top:7rem}}@media(min-width: 1024px){.hero-page{padding:8rem 0 var(--spacing-3xl);margin:0}}.hero-page-bg-decor{position:absolute;inset:0;pointer-events:none;z-index:1}.hero-page-glow-1,.hero-page-glow-2,.hero-page-glow-3{position:absolute;border-radius:50%;filter:blur(50px)}.hero-page-glow-1{width:200px;height:200px;background:radial-gradient(circle, var(--hero-glow-1) 0%, transparent 65%);top:-10%;right:-8%}.hero-page-glow-2{width:180px;height:180px;background:radial-gradient(circle, var(--hero-glow-2) 0%, transparent 65%);bottom:-10%;left:-5%;filter:blur(55px)}.hero-page-glow-3{width:150px;height:150px;background:radial-gradient(circle, var(--hero-glow-3) 0%, transparent 65%);top:50%;left:50%;filter:blur(60px)}@media(min-width: 768px){.hero-page-glow-1{width:400px;height:400px}.hero-page-glow-2{width:300px;height:300px}.hero-page-glow-3{width:200px;height:200px}}.hero-page-dots{position:absolute;inset:0;background-image:radial-gradient(circle, rgba(255, 255, 255, 0.08) 1px, transparent 1px);background-size:28px 28px;z-index:1}.hero-page-shape{position:absolute;border-radius:24px;z-index:1;display:none}@media(min-width: 768px){.hero-page-shape{display:block}}.hero-page-shape-1{width:60px;height:60px;border:2px solid hsla(0,0%,100%,.1);background:hsla(0,0%,100%,.03);top:20%;right:30%;transform:rotate(25deg);animation:floatShape 8s ease-in-out infinite}.hero-page-shape-2{width:40px;height:40px;border:2px solid rgba(255,180,120,.2);background:rgba(255,180,120,.06);bottom:25%;left:60%;transform:rotate(45deg);animation:floatShape 6s ease-in-out infinite reverse}.hero-page-shape-3{width:30px;height:30px;border:2px solid hsla(0,0%,100%,.12);background:hsla(0,0%,100%,.04);top:30%;left:15%;border-radius:50%;animation:floatShape 7s ease-in-out infinite}.hero-page-line{position:absolute;height:1px;background:linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);z-index:1;display:none}@media(min-width: 768px){.hero-page-line{display:block}}.hero-page-line-1{width:30%;top:25%;left:10%;transform:rotate(-8deg)}.hero-page-line-2{width:25%;bottom:30%;right:10%;transform:rotate(5deg)}.hero-page__container{position:relative;z-index:3;width:100%;max-width:1150px;margin:25px auto;padding:0 15px}.hero-page__title{font-size:clamp(1.5rem,4vw,2.8rem);line-height:1.2;margin-bottom:1rem;font-weight:800;background:var(--gradient-hero-text);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text;letter-spacing:-0.03em}@media(min-width: 768px){.hero-page__title{font-size:clamp(2rem,4vw,3.2rem);margin-bottom:1.5rem}}.hero-page__breadcrumbs{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:8px;list-style:none;padding:0;margin:0;font-size:var(--font-size-sm)}@media(min-width: 768px){.hero-page__breadcrumbs{justify-content:flex-start;font-size:var(--font-size-base)}}.hero-page__breadcrumbs-item{color:hsla(0,0%,100%,.7)}.hero-page__breadcrumbs-item a{color:inherit;text-decoration:none;transition:color .3s}.hero-page__breadcrumbs-item a:hover{color:#fff}.hero-page__breadcrumbs-item--active{color:#fff}.hero-page__breadcrumbs-separator{color:hsla(0,0%,100%,.4);margin:0 4px;user-select:none}@keyframes floatShape{0%,100%{transform:translateY(0) rotate(25deg)}50%{transform:translateY(-15px) rotate(30deg)}}*{margin:0;padding:0;box-sizing:border-box}body{background:var(--color-bg-primary);color:var(--color-text-primary);font-family:var(--font-family);line-height:1.5;font-weight:400;overflow-x:hidden}html{scroll-behavior:smooth}::selection{background:#ff6b9d;color:#fff}.dn{display:none}h1,h2,h3{font-weight:700;letter-spacing:-0.02em}/*# sourceMappingURL=style.min.css.map */
