﻿: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);--gradient-hero: linear-gradient(150deg, #2d1b3a 0%, #4a1e4a 20%, #3d2f5c 45%, #1e3a5f 75%, #0f2027 100%);--gradient-hero-text: linear-gradient(135deg, #ffffff 0%, #e8d5ff 50%, #ffccd5 100%);--hero-badge-bg: rgba(255, 255, 255, 0.1);--hero-badge-border: rgba(255, 255, 255, 0.2);--hero-badge-text: #ffb8c9;--hero-subtitle: rgba(255, 255, 255, 0.75);--hero-placeholder-bg: rgba(255, 255, 255, 0.04);--hero-placeholder-border: rgba(255, 255, 255, 0.2);--hero-placeholder-hover-border: rgba(255, 255, 255, 0.4);--hero-placeholder-hover-bg: rgba(255, 255, 255, 0.07);--status-dot-bg: #10b981;--status-dot-glow: rgba(16, 185, 129, 0.4);--status-text: #a7f3d0;--hero-glow-1: rgba(255, 120, 160, 0.35);--hero-glow-2: rgba(255, 180, 100, 0.3);--hero-glow-3: rgba(100, 180, 255, 0.25);--shadow-btn: 0 12px 28px -10px rgba(255, 94, 156, 0.45);--shadow-btn-hover: 0 20px 35px -10px rgba(255, 107, 127, 0.6);--shadow-outline-hover: 0 8px 20px rgba(0, 0, 0, 0.1);--font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;--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}[data-theme=dark]{--color-bg-primary: #0f1117;--color-bg-secondary: #1a1c2e;--color-text-primary: #ffffff;--color-text-secondary: #9ca3af}@keyframes floatShape{0%,100%{transform:translateY(0) rotate(25deg)}50%{transform:translateY(-20px) rotate(30deg)}}@keyframes pulse-dot{0%,100%{box-shadow:0 0 0 0 rgba(255,123,156,.7)}50%{box-shadow:0 0 0 12px rgba(255,123,156,0)}}.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}.hero{min-height:auto;display:flex;align-items:center;padding:5rem 1rem 2rem;position:relative;background:var(--gradient-hero);margin:0 -16px;padding-left:16px;padding-right:16px;overflow:hidden;text-align:center}@media(min-width: 640px){.hero{padding:6rem 1rem 3rem;min-height:90vh}}@media(min-width: 768px){.hero{margin:0 -24px;padding-left:24px;padding-right:24px;text-align:left;padding-top:7rem}}@media(min-width: 1024px){.hero{padding:8rem 0 var(--spacing-3xl)}}.hero-bg-decor{position:absolute;inset:0;pointer-events:none;z-index:1}.hero-glow-1,.hero-glow-2,.hero-glow-3{position:absolute;border-radius:50%;filter:blur(50px)}.hero-glow-1{width:300px;height:300px;background:radial-gradient(circle, var(--hero-glow-1) 0%, transparent 65%);top:-20%;right:-12%}.hero-glow-2{width:250px;height:250px;background:radial-gradient(circle, var(--hero-glow-2) 0%, transparent 65%);bottom:-15%;left:-8%;filter:blur(55px)}.hero-glow-3{width:200px;height:200px;background:radial-gradient(circle, var(--hero-glow-3) 0%, transparent 65%);top:40%;left:50%;filter:blur(60px)}@media(min-width: 768px){.hero-glow-1{width:600px;height:600px}.hero-glow-2{width:450px;height:450px}.hero-glow-3{width:300px;height:300px}}.hero-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-shape{position:absolute;border-radius:24px;z-index:1;display:none}@media(min-width: 768px){.hero-shape{display:block}}.hero-shape-1{width:80px;height:80px;border:2px solid hsla(0,0%,100%,.1);background:hsla(0,0%,100%,.03);top:15%;right:35%;transform:rotate(25deg);animation:floatShape 8s ease-in-out infinite}.hero-shape-2{width:50px;height:50px;border:2px solid rgba(255,180,120,.2);background:rgba(255,180,120,.06);bottom:20%;left:55%;transform:rotate(45deg);animation:floatShape 6s ease-in-out infinite reverse}.hero-shape-4{width:35px;height:35px;border:2px solid hsla(0,0%,100%,.12);background:hsla(0,0%,100%,.04);top:25%;left:10%;border-radius:50%;animation:floatShape 7s ease-in-out infinite}.hero-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-line{display:block}}.hero-line-1{width:40%;top:30%;left:5%;transform:rotate(-8deg)}.hero-line-2{width:30%;bottom:35%;right:8%;transform:rotate(5deg)}.hero-wave{position:absolute;bottom:-2px;left:0;width:100%;z-index:2;pointer-events:none}.hero-wave svg{display:block;width:100%;height:auto}.hero-container{position:relative;z-index:3;width:100%;max-width:1300px;margin:25px auto;padding:0 15px}@media(min-width: 768px){.hero-container{display:grid;grid-template-columns:1fr 1fr;gap:var(--spacing-3xl);align-items:center}}.hero-text{max-width:100%}@media(min-width: 768px){.hero-text{max-width:600px}}.hero-badge{display:inline-flex;align-items:center;gap:8px;background:var(--hero-badge-bg);border:1px solid var(--hero-badge-border);padding:var(--spacing-xs) var(--spacing-lg);border-radius:var(--radius-full);font-size:var(--font-size-xs);font-weight:600;color:var(--status-text);margin-bottom:var(--spacing-lg);letter-spacing:.02em;backdrop-filter:blur(6px)}@media(min-width: 768px){.hero-badge{padding:var(--spacing-sm) var(--spacing-xl);font-size:var(--font-size-sm);margin-bottom:var(--spacing-xl)}}.hero-badge-dot{width:8px;height:8px;border-radius:50%;background:var(--status-dot-bg);animation:pulse-dot-green 2s infinite;box-shadow:0 0 0 0 var(--status-dot-glow)}.hero h1{font-size:clamp(1.7rem,5vw,2.4rem);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 h1{font-size:clamp(2.4rem,5.5vw,3.6rem);margin-bottom:1.4rem;line-height:1.15}}.hero .hero-subtitle{font-size:var(--font-size-sm);color:var(--hero-subtitle);line-height:1.6;margin-bottom:var(--spacing-md)}@media(min-width: 768px){.hero .hero-subtitle{font-size:var(--font-size-md);line-height:1.7;margin-bottom:var(--spacing-sm)}}.hero-image-area{display:none}@media(min-width: 768px){.hero-image-area{display:flex;align-items:center;justify-content:center}}.hero-image-placeholder{width:100%;max-width:480px;aspect-ratio:1/1;background:var(--hero-placeholder-bg);border:2px dashed var(--hero-placeholder-border);border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;color:hsla(0,0%,100%,.5);font-size:var(--font-size-base);backdrop-filter:blur(4px);transition:all var(--transition-slow);position:relative;overflow:hidden}.hero-image-placeholder::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 30% 40%, rgba(255, 150, 180, 0.12) 0%, transparent 60%);pointer-events:none}.hero-image-placeholder:hover{border-color:var(--hero-placeholder-hover-border);background:var(--hero-placeholder-hover-bg)}.hero-image-icon{font-size:4rem;opacity:.7;position:relative;z-index:1}.hero-image-text{position:relative;z-index:1;font-weight:500}.btn-group{display:flex;flex-wrap:wrap;gap:12px;margin-top:var(--spacing-lg);justify-content:center}@media(min-width: 768px){.btn-group{gap:16px;margin-top:var(--spacing-xl);justify-content:flex-start}}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.7rem 1.5rem;border-radius:60px;font-weight:600;font-size:var(--font-size-sm);text-decoration:none;transition:all var(--transition-base);border:1px solid rgba(0,0,0,0);letter-spacing:.01em;cursor:pointer}@media(min-width: 768px){.btn{padding:.9rem 2.4rem;font-size:var(--font-size-base)}}.btn-primary{background:var(--gradient-primary);color:#fff;box-shadow:var(--shadow-btn);border:none}.btn-primary:hover{transform:translateY(-3px);box-shadow:var(--shadow-btn-hover)}.btn-outline-light{border:2px solid hsla(0,0%,100%,.5);background:hsla(0,0%,100%,.1);color:#fff;font-weight:600;backdrop-filter:blur(4px)}.btn-outline-light:hover{background:hsla(0,0%,100%,.22);border-color:hsla(0,0%,100%,.8);box-shadow:var(--shadow-outline-hover);transform:translateY(-2px)}@keyframes floatShape{0%,100%{transform:translateY(0) rotate(25deg)}50%{transform:translateY(-20px) rotate(30deg)}}@keyframes pulse-dot-green{0%{box-shadow:0 0 0 0 var(--status-dot-glow)}70%{box-shadow:0 0 0 8px rgba(16,185,129,0)}100%{box-shadow:0 0 0 0 rgba(16,185,129,0)}}.about-section{background:#fff;margin:0 -16px;padding:3rem 16px;position:relative;border-radius:0;box-shadow:0 15px 40px rgba(0,0,0,.03);overflow:hidden}@media(min-width: 768px){.about-section{margin:0 -24px;padding:5rem 24px;border-radius:0 0 48px 48px}}.about-grid{display:flex;flex-direction:column;gap:2rem;max-width:1300px;margin:0 auto;position:relative}@media(min-width: 768px){.about-grid{display:grid;grid-template-columns:1fr 2fr;gap:3rem;align-items:center}}.about-text{order:1;padding:0 15px}@media(min-width: 768px){.about-text{order:2}}.tech-cloud{order:2}@media(min-width: 768px){.tech-cloud{order:1}}.about-greeting{display:inline-block;background:linear-gradient(135deg, rgba(255, 94, 156, 0.0823529412), rgba(255, 123, 74, 0.0823529412));color:#d44a6e;font-weight:700;font-size:.85rem;padding:.35rem .9rem;border-radius:30px;margin-bottom:.8rem;letter-spacing:.03em}@media(min-width: 768px){.about-greeting{font-size:.9rem;padding:.4rem 1rem}}.about-text h2{font-size:clamp(1.2rem,3vw,2rem);margin-bottom:1rem;color:#1a1c2e;line-height:1.2}.about-text p{color:#4a4d6b;font-size:.95rem;line-height:1.6;margin-bottom:1rem}@media(min-width: 768px){.about-text p{font-size:1.05rem;line-height:1.75;margin-bottom:1.3rem}}.tech-cloud{position:relative;width:100%;min-height:300px;height:auto;overflow:hidden}@media(min-width: 768px){.tech-cloud{min-height:400px}}.tech-icon{position:absolute;width:40px;height:40px;opacity:.7;transition:all .3s ease;cursor:default;animation:pulse 3s ease-in-out infinite}.tech-icon img{width:100%;height:100%;object-fit:contain}.tech-icon:hover{opacity:1;transform:scale(1.15) !important;z-index:10}.tech-icon--lg{width:52px;height:52px}.tech-icon--sm{width:28px;height:28px}.tech-icon--xs{width:22px;height:22px}@media(min-width: 768px){.tech-icon{width:48px;height:48px}.tech-icon--lg{width:64px;height:64px}.tech-icon--sm{width:32px;height:32px}.tech-icon--xs{width:24px;height:24px}}.tech-icon:nth-child(1){top:5%;left:5%}.tech-icon:nth-child(2){top:20%;left:30%}.tech-icon:nth-child(3){top:10%;left:60%}.tech-icon:nth-child(4){top:30%;left:75%}.tech-icon:nth-child(5){top:50%;left:0%;width:48px;height:48px}.tech-icon:nth-child(6){top:60%;left:20%;width:34px;height:34px}.tech-icon:nth-child(7){top:45%;left:50%}.tech-icon:nth-child(8){top:70%;left:70%;width:30px;height:30px}.tech-icon:nth-child(9){top:80%;left:10%}.tech-icon:nth-child(10){top:85%;left:40%;width:44px;height:44px}.tech-icon:nth-child(11){top:15%;left:85%;width:26px;height:26px}.tech-icon:nth-child(12){top:75%;left:85%}.tech-icon:nth-child(13){top:40%;left:10%;width:38px;height:38px}.tech-icon:nth-child(14){top:88%;left:65%;width:26px;height:26px}.tech-icon:nth-child(15){top:55%;left:88%}.tech-icon:nth-child(16){top:25%;left:15%}.tech-icon:nth-child(17){top:65%;left:45%;width:36px;height:36px}@media(min-width: 768px){.tech-icon:nth-child(5){width:56px;height:56px}.tech-icon:nth-child(6){width:40px;height:40px}.tech-icon:nth-child(8){width:36px;height:36px}.tech-icon:nth-child(10){width:52px;height:52px}.tech-icon:nth-child(11){width:28px;height:28px}.tech-icon:nth-child(13){width:44px;height:44px}.tech-icon:nth-child(14){width:30px;height:30px}.tech-icon:nth-child(17){width:42px;height:42px}}@keyframes pulse{0%,100%{transform:scale(1)}50%{transform:scale(1.08)}}.services-section{background:radial-gradient(at 31.2444175316% 79.4664785416%, hsl(18.6206896552, 100%, 54.5098039216%) 0%, hsla(18.6206896552, 100%, 54.5098039216%, 0) 100%),radial-gradient(at 10.8538524729% 38.1860435146%, hsl(246.5882352941, 100%, 50%) 0%, hsla(246.5882352941, 100%, 50%, 0) 100%),radial-gradient(at 22.9301161819% 96.1814972341%, hsl(18.6206896552, 100%, 54.5098039216%) 0%, hsla(18.6206896552, 100%, 54.5098039216%, 0) 100%),radial-gradient(at 95.4698949005% 46.0154649993%, hsl(246.5882352941, 100%, 50%) 0%, hsla(246.5882352941, 100%, 50%, 0) 100%);margin:0 -16px;padding:3rem 16px;position:relative;overflow:hidden}@media(min-width: 768px){.services-section{margin:0 -24px;padding:5rem 24px}}.services-section h2{color:#fff}.services-section::before{content:"";position:absolute;top:-50%;right:-30%;width:80%;height:80%;background:radial-gradient(circle, rgba(255, 94, 156, 0.06) 0%, transparent 70%);border-radius:50%;pointer-events:none}.services-section::after{content:"";position:absolute;bottom:-50%;left:-30%;width:80%;height:80%;background:radial-gradient(circle, rgba(255, 123, 74, 0.06) 0%, transparent 70%);border-radius:50%;pointer-events:none}.section-title-wrap{position:relative;z-index:2;margin-bottom:2rem}@media(min-width: 768px){.section-title-wrap{margin-bottom:3rem}}.section-subtitle{font-size:1rem;color:#fff;margin-top:.5rem;max-width:650px}@media(min-width: 768px){.section-subtitle{font-size:1.15rem}}.title-accent{width:60px;height:5px;border-radius:10px;background:linear-gradient(90deg, #ff5e9c, #ff7b4a);margin-top:.4rem}.services-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;position:relative;z-index:2}@media(min-width: 640px){.services-grid{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 1024px){.services-grid{grid-template-columns:repeat(3, 1fr);gap:2rem}}@media(min-width: 1280px){.services-grid{grid-template-columns:repeat(4, 1fr)}}.service-card{background:#fff;border-radius:28px;padding:2rem 1.5rem;transition:all .3s ease;position:relative;overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,.04);animation:float-card 4s ease-in-out infinite;animation-fill-mode:both}.service-card:nth-child(1){animation-delay:0s}.service-card:nth-child(2){animation-delay:.3s}.service-card:nth-child(3){animation-delay:.6s}.service-card:nth-child(4){animation-delay:.9s}.service-card:nth-child(5){animation-delay:.2s}.service-card:nth-child(6){animation-delay:.5s}.service-card:nth-child(7){animation-delay:.8s}.service-card:nth-child(8){animation-delay:1.1s}.service-card::before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg, #ff5e9c, #ff7b4a);opacity:0;transition:opacity .3s}.service-card:hover{transform:translateY(-8px);box-shadow:0 25px 40px -15px rgba(255,90,140,.25)}.service-card:hover::before{opacity:1}.service-card__icon{font-size:2.5rem;margin-bottom:1.2rem;display:inline-flex;align-items:center;justify-content:center;width:60px;height:60px;border-radius:18px;background:linear-gradient(135deg, #fff0f5, #ffe8f0);transition:all .3s}.service-card:hover .service-card__icon{transform:scale(1.05);background:linear-gradient(135deg, #ffe0ec, #ffd6e8)}.service-card h3{font-size:1.35rem;margin-bottom:.7rem;color:#181a2c;font-weight:700}.service-card p{color:#5a5d7a;font-size:.95rem;line-height:1.6}@keyframes float-card{0%,100%{transform:translateY(0)}50%{transform:translateY(-6px)}}.shop-section{background:#1a1c2e;margin:0 -16px;padding:3rem 16px;position:relative;overflow:hidden}.shop-section h2{color:#fff}@media(min-width: 768px){.shop-section{margin:0 -24px;padding:4.5rem 24px}}.shop-section::before{content:"";position:absolute;top:-50px;right:-50px;width:350px;height:350px;background:radial-gradient(circle, rgba(255, 120, 150, 0.2) 0%, transparent 70%);border-radius:50%;pointer-events:none}.shop-inner{max-width:1300px;margin:0 auto;position:relative;z-index:2}.shop-grid{display:flex;flex-direction:column;gap:2rem}@media(min-width: 768px){.shop-grid{display:grid;grid-template-columns:2fr 1fr;gap:3rem;align-items:center}}.shop-content{order:1;padding:0 15px}@media(min-width: 768px){.shop-content{order:1}}@keyframes scrollBg{0%{transform:translateY(0)}50%{transform:translateY(calc(-100% + 500px))}100%{transform:translateY(0)}}.shop-image{order:2}@media(min-width: 768px){.shop-image{order:2}}.shop-image__link{display:block;text-decoration:none;position:relative;transition:transform .3s ease}.shop-image__link:hover{transform:translateY(-5px)}.shop-image__placeholder{width:100%;aspect-ratio:4/3;background:hsla(0,0%,100%,.05);border:2px dashed hsla(0,0%,100%,.2);border-radius:24px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;color:hsla(0,0%,100%,.5);font-size:.95rem;transition:all .3s;backdrop-filter:blur(4px);height:350px;overflow:hidden;position:relative}.shop-image__placeholder img{width:100%;height:auto;display:block;position:absolute;top:0;left:0;animation:scrollBg 35s linear infinite}.shop-image__placeholder:hover{border-color:hsla(0,0%,100%,.4);background:hsla(0,0%,100%,.08)}.shop-image__link:hover .shop-image__placeholder img{animation-play-state:paused}.shop-image__icon{font-size:3rem;opacity:.6}.shop-image__badge{position:absolute;top:1rem;right:1rem;background:linear-gradient(135deg, #ff5e9c, #ff7b4a);color:#fff;font-size:.8rem;font-weight:600;padding:.4rem .8rem;border-radius:20px;z-index:2;box-shadow:0 4px 12px rgba(0,0,0,.2)}.shop-list{list-style:none;margin:2rem 0 2.5rem;display:flex;flex-direction:column;gap:1rem}.shop-list li{display:flex;align-items:center;gap:16px;font-size:1rem;background:hsla(0,0%,100%,.05);padding:1rem 1.5rem;border-radius:20px;border-left:4px solid #ff7b4a;color:#e0e2f0;backdrop-filter:blur(4px);transition:background .2s}@media(min-width: 768px){.shop-list li{font-size:1.1rem}}.shop-list li:hover{background:hsla(0,0%,100%,.09)}.shop-list li::before{content:"✦";color:#ff7b4a;font-size:1.2rem}.shop-section .btn-group{justify-content:flex-start;margin-top:0}.shop-section .btn-primary{background:linear-gradient(135deg, #ff5e9c, #ff7b4a)}.tech-section{background:#fff;margin:0 -16px;padding:3rem 16px}@media(min-width: 768px){.tech-section{margin:0 -24px;padding:5rem 24px}}.tech-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-top:1.5rem}@media(min-width: 640px){.tech-grid{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 1024px){.tech-grid{grid-template-columns:repeat(3, 1fr)}}.tech-card{border-radius:20px;padding:1.8rem;transition:all .3s ease;box-shadow:0 4px 15px rgba(0,0,0,.03)}.tech-card:hover{transform:translateY(-5px);box-shadow:0 12px 28px -10px rgba(0,0,0,.1)}.tech-card--1{background:linear-gradient(135deg, #f8f9ff 0%, #f0f3ff 100%);border-bottom:3px solid #3776ab}.tech-card--2{background:linear-gradient(135deg, #fff8f0 0%, #fff3e6 100%);border-bottom:3px solid #ff8c42}.tech-card--3{background:linear-gradient(135deg, #f0fff4 0%, #e8f5ed 100%);border-bottom:3px solid #2e8b57}.tech-card--4{background:linear-gradient(135deg, #fff0f7 0%, #ffeaf2 100%);border-bottom:3px solid #ff6b9d}.tech-card--5{background:linear-gradient(135deg, #f0f5ff 0%, #e8efff 100%);border-bottom:3px solid #4a90e2}.tech-card--6{background:linear-gradient(135deg, #f5f0ff 0%, #ede5ff 100%);border-bottom:3px solid #9b59b6}.tech-card__category{display:inline-block;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:1px;margin-bottom:1rem}.tech-card h3{font-size:1.5rem;margin-bottom:.75rem;color:#1a1c2e;font-weight:700}.tech-card p{color:#5a5d7a;font-size:.9rem;line-height:1.5;margin-bottom:1.2rem}.tech-card__stack{display:flex;flex-wrap:wrap;gap:.6rem}.tech-card__stack span{font-size:.75rem;background:hsla(0,0%,100%,.7);padding:.3rem .8rem;border-radius:20px;color:#4a4d6b;font-weight:500;backdrop-filter:blur(2px)}.portfolio-dark{background:#3c2e5f;margin:0 -16px;padding:3rem 16px;position:relative;overflow:hidden}.portfolio-dark::before{content:"";position:absolute;top:-50%;right:-30%;width:80%;height:80%;background:radial-gradient(circle, rgba(255, 94, 156, 0.15) 0%, transparent 70%);border-radius:50%;pointer-events:none}.portfolio-dark::after{content:"";position:absolute;bottom:-50%;left:-30%;width:80%;height:80%;background:radial-gradient(circle, rgba(255, 123, 74, 0.1) 0%, transparent 70%);border-radius:50%;pointer-events:none}@media(min-width: 768px){.portfolio-dark{margin:0 -24px;padding:5rem 24px}}.portfolio-dark .section-title-wrap h2{color:#fff}.portfolio-dark .section-title-wrap .title-accent{background:linear-gradient(90deg, #ff5e9c, #ff7b4a)}.portfolio-dark .section-subtitle{color:#b9bedd}.portfolio-carousel-container{position:relative;display:flex;align-items:center;gap:.5rem;margin-top:2rem}@media(max-width: 480px){.portfolio-carousel-container{gap:.25rem}}.portfolio-carousel{flex:1;overflow:hidden;border-radius:28px}.carousel-track{display:flex;transition:transform .5s ease-out;gap:1rem}@media(min-width: 640px){.carousel-track{gap:1.5rem}}.portfolio-card-dark{flex:0 0 100%;background:hsla(0,0%,100%,.05);backdrop-filter:blur(4px);border-radius:24px;border:1px solid hsla(0,0%,100%,.08);overflow:hidden;transition:background .3s ease,border-color .3s ease,box-shadow .3s ease;display:flex;flex-direction:column}@media(min-width: 640px){.portfolio-card-dark{flex:0 0 calc(50% - 12px)}}@media(min-width: 1024px){.portfolio-card-dark{flex:0 0 calc(33.333% - 16px)}}.portfolio-card-dark:hover{background:hsla(0,0%,100%,.08);border-color:#95ca7e;box-shadow:0 20px 35px -12px rgba(0,0,0,.4)}.portfolio-card-dark:hover .portfolio-card-dark__image img{transform:scale(1.06)}.portfolio-card-dark__image{width:100%;aspect-ratio:3/4;overflow:hidden;position:relative;background:linear-gradient(135deg, #2a2c3e, #1f2133)}.portfolio-card-dark__image img{width:100%;height:100%;display:block;object-fit:cover;object-position:top center;transition:transform .4s ease-out}.portfolio-card-dark__content{padding:1.2rem}@media(min-width: 640px){.portfolio-card-dark__content{padding:1.3rem}}.portfolio-card-dark__title{font-size:1rem;font-weight:700;color:#95ca7e;margin-bottom:.75rem;line-height:1.4}@media(min-width: 640px){.portfolio-card-dark__title{font-size:1.1rem}}.portfolio-card-dark__tags{display:flex;flex-wrap:wrap;gap:.5rem}.portfolio-card-dark__tags span{font-size:.7rem;background:hsla(0,0%,100%,.1);padding:.2rem .7rem;border-radius:20px;color:#fa8;font-weight:500}@media(min-width: 640px){.portfolio-card-dark__tags span{font-size:.75rem}}.carousel-arrow{background:hsla(0,0%,100%,.1);border:1px solid hsla(0,0%,100%,.2);color:#fff;font-size:1.8rem;width:40px;height:40px;border-radius:50%;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;flex-shrink:0;z-index:10}.carousel-arrow:hover{background:linear-gradient(135deg, #ff5e9c, #ff7b4a);border-color:rgba(0,0,0,0)}@media(min-width: 640px){.carousel-arrow{width:44px;height:44px;font-size:2rem}}.carousel-dots{display:flex;justify-content:center;gap:.6rem;margin-top:2rem}.carousel-dots .dot{width:8px;height:8px;background:hsla(0,0%,100%,.3);border-radius:20px;cursor:pointer;transition:all .2s ease}.carousel-dots .dot.active{width:28px;background:linear-gradient(90deg, #ff5e9c, #ff7b4a)}.reviews-section{background:radial-gradient(at 48.0574946937% 91.8158966869%, hsl(56.5714285714, 100%, 86.2745098039%) 0%, hsla(56.5714285714, 100%, 86.2745098039%, 0) 100%),radial-gradient(at 56.0520366219% 69.7237816734%, hsl(257.3076923077, 96.2962962963%, 89.4117647059%) 0%, hsla(257.3076923077, 96.2962962963%, 89.4117647059%, 0) 100%),radial-gradient(at 86.2250787588% 39.5672553001%, hsl(56.5714285714, 100%, 86.2745098039%) 0%, hsla(56.5714285714, 100%, 86.2745098039%, 0) 100%),radial-gradient(at 89.1005289483% 91.1198563425%, hsl(257.3076923077, 96.2962962963%, 89.4117647059%) 0%, hsla(257.3076923077, 96.2962962963%, 89.4117647059%, 0) 100%),radial-gradient(at 7.5053819823% 8.0718322118%, hsl(56.5714285714, 100%, 86.2745098039%) 0%, hsla(56.5714285714, 100%, 86.2745098039%, 0) 100%);margin:0 -16px;padding:3rem 16px;position:relative;overflow:hidden}.reviews-section::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:radial-gradient(circle, rgba(150, 100, 200, 0.08) 2px, transparent 2px);background-size:30px 30px;pointer-events:none;animation:floatDots 15s linear infinite}.reviews-section::after{content:"";position:absolute;bottom:-20%;left:-10%;width:60%;height:60%;background:radial-gradient(circle, rgba(150, 100, 200, 0.1) 0%, transparent 70%);border-radius:50%;pointer-events:none;animation:pulseGlow 10s ease-in-out infinite}@media(min-width: 768px){.reviews-section{margin:0 -24px;padding:5rem 24px}}@keyframes floatDots{0%{background-position:0 0}100%{background-position:40px 40px}}.reviews-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-top:2rem;position:relative;z-index:2}@media(min-width: 640px){.reviews-grid{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 1024px){.reviews-grid{grid-template-columns:repeat(3, 1fr)}}.review-card{background:#fff;border-radius:28px;padding:2rem;transition:all .3s ease;box-shadow:0 8px 25px rgba(0,0,0,.04);position:relative;border:1px solid rgba(150,100,200,.1)}.review-card::before{content:"";position:absolute;top:20px;right:20px;width:60px;height:60px;background:radial-gradient(circle, rgba(150, 100, 200, 0.08) 0%, transparent 70%);border-radius:50%;pointer-events:none}.review-card__stars{margin-bottom:1rem;color:#ffb800;font-size:1rem;letter-spacing:3px}.review-card__text{font-size:.95rem;line-height:1.6;color:#2d2f45;position:relative;display:-webkit-box;-webkit-line-clamp:4;line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.review-card__text::before{content:'"';font-size:3rem;color:#9b59b6;opacity:.2;position:absolute;top:-10px;left:-8px;font-family:serif}.review-card__full-link{display:inline-block;margin-top:.5rem;color:#9b59b6;font-size:.85rem;text-decoration:none;font-weight:500;transition:color .2s}.review-card__full-link:hover{color:#ff5e9c;text-decoration:underline}.review-card__author{font-weight:700;color:#1a1c2e;font-size:1rem;margin-bottom:.2rem;margin-top:1rem;text-align:right}.review-card__position{font-size:.8rem;color:#7b7f9a;text-align:right}.review-modal{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.85);z-index:2000;align-items:center;justify-content:center;backdrop-filter:blur(5px)}.review-modal.is-open{display:flex}.review-modal__content{background:#fff;border-radius:28px;width:90%;max-width:500px;max-height:80vh;overflow-y:auto;position:relative;padding:2rem;animation:modalFadeIn .3s ease}@media(min-width: 768px){.review-modal__content{padding:2.5rem;max-width:550px}}.review-modal__close{position:absolute;top:1rem;right:1rem;background:none;border:none;font-size:1.8rem;cursor:pointer;color:#5a5d7a;transition:color .2s;line-height:1}.review-modal__close:hover{color:#ff5e9c}.review-modal__stars{margin-bottom:1rem;color:#ffb800;font-size:1.1rem;letter-spacing:3px}.review-modal__text{font-size:1rem;line-height:1.7;color:#2d2f45;margin-bottom:1.5rem}.review-modal__text::before{content:'"';font-size:3rem;color:#9b59b6;opacity:.2;position:absolute;top:1rem;left:1rem;font-family:serif}.review-modal__author{font-weight:700;color:#1a1c2e;font-size:1.1rem;margin-bottom:.2rem}.review-modal__position{font-size:.85rem;color:#7b7f9a}@keyframes modalFadeIn{from{opacity:0;transform:scale(0.95)}to{opacity:1;transform:scale(1)}}.faq-section{background:#fff;margin:0 -16px;padding:3rem 16px;position:relative}@media(min-width: 768px){.faq-section{margin:0 -24px;padding:5rem 24px;border-radius:48px 48px 0 0}}.faq-list{padding:1.5rem;display:flex;flex-direction:column;gap:0}@media(min-width: 768px){.faq-list{padding:2.5rem}}@media(min-width: 992px){.faq-list{display:grid;grid-template-columns:repeat(2, 1fr);column-gap:4rem;row-gap:0;background-image:linear-gradient(to bottom, #e8eaf3, #e8eaf3);background-position:center center;background-size:1px 100%;background-repeat:no-repeat}}.faq-item{padding:1.5rem 0;transition:all .3s ease}.faq-item:first-child{padding-top:0}@media(min-width: 992px){.faq-item{padding:1.5rem 0}.faq-item:nth-child(1),.faq-item:nth-child(2){padding-top:0}.faq-item:last-child,.faq-item:nth-last-child(2):nth-child(odd){border-bottom:none}}.faq-item:hover{padding-left:.5rem;background-color:hsla(0,0%,100%,.4);border-radius:12px}.faq-question{font-weight:700;font-size:1rem;color:#1f2037;display:flex;align-items:center;gap:12px;cursor:pointer;user-select:none}@media(min-width: 768px){.faq-question{font-size:1.1rem}}.faq-question::before{content:"→";color:#ff7b4a;font-size:1.1rem;font-weight:bold;transition:transform .3s ease;display:inline-block}.faq-item:has(.faq-answer--open) .faq-question::before{transform:rotate(90deg);color:#ff5e9c}.faq-answer{color:#5a5d7a;margin-left:1.8rem;font-size:.9rem;line-height:1.6;max-height:0;overflow:hidden;transition:max-height .35s cubic-bezier(0.4, 0, 0.2, 1),padding .3s ease,opacity .3s ease;padding:0;opacity:0}.faq-answer--open{max-height:300px;padding:.75rem 0 0;opacity:1}@media(min-width: 768px){.faq-answer{font-size:.95rem}}.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)}}*{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}.bg-decor{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:0;overflow:hidden}.bg-decor svg{position:absolute;opacity:.1;filter:blur(90px)}.wrapper{position:relative;z-index:2;max-width:1300px;margin:0 auto;padding:0 16px}@media(min-width: 768px){.wrapper{padding:0 24px}}h1,h2,h3{font-weight:700;letter-spacing:-0.02em}.section-title-wrap{margin-bottom:2rem}@media(min-width: 768px){.section-title-wrap{margin-bottom:2.5rem}}.section-title-wrap h2{margin-bottom:.5rem}.title-accent{width:60px;height:5px;border-radius:10px;background:linear-gradient(90deg, #ff5e9c, #ff7b4a);margin-top:.4rem}/*# sourceMappingURL=style.min.css.map */
