*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--color-primary: #174B4C;--color-primary-dark: #0A1818;--color-accent: #E89528;--color-accent-light: #F0A940;--color-bg: #F5F2ED;--color-surface: #FDFCFA;--color-surface-alt: #EDE8E0;--color-text: #0A1818;--color-text-secondary: #5A6B5A;--color-text-light: #ffffff;--color-border: #D5CFC5;--shadow-sm: 0 1px 3px rgba(0,0,0,.08);--shadow-md: 0 4px 16px rgba(0,0,0,.1);--shadow-lg: 0 8px 32px rgba(0,0,0,.14);--shadow-xl: 0 20px 60px rgba(0,0,0,.18);--content-max: 1200px;--content-inset: clamp(1rem, 5vw, 5rem);--section-gap: 6rem;--header-height: 64px;--card-radius: 20px;--device-radius: 32px;--transition: .3s ease;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:16px;line-height:1.6;color:var(--color-text);background-color:var(--color-bg);scroll-behavior:smooth}[data-theme=dark]{--color-bg: #0A1818;--color-surface: #112828;--color-surface-alt: #1A3535;--color-text: #F0EDE8;--color-text-secondary: #C8C0B2;--color-border: #254040;--shadow-sm: 0 1px 3px rgba(0,0,0,.3);--shadow-md: 0 4px 16px rgba(0,0,0,.4);--shadow-lg: 0 8px 32px rgba(0,0,0,.5);--shadow-xl: 0 20px 60px rgba(0,0,0,.6)}html{scroll-behavior:smooth}body{background-color:var(--color-bg);color:var(--color-text);transition:background-color var(--transition),color var(--transition);-webkit-font-smoothing:antialiased}img{display:block;max-width:100%;height:auto}button{cursor:pointer;border:none;background:none;font-family:inherit}a{text-decoration:none;color:inherit}section,#features-carousel{scroll-margin-top:72px}@media(max-width:767px){:root{--header-height: 115px}section,#features-carousel{scroll-margin-top:120px}}.container{max-width:var(--content-max);margin:0 auto;padding:0 var(--content-inset)}.btn-primary{display:inline-flex;align-items:center;gap:.5rem;padding:.85rem 2rem;background:var(--color-primary);color:var(--color-text-light);border-radius:100px;font-size:1rem;font-weight:600;letter-spacing:.01em;transition:background var(--transition),transform var(--transition),box-shadow var(--transition);box-shadow:0 4px 16px #174b4c59}.btn-primary:hover{background:var(--color-primary-dark);transform:translateY(-2px);box-shadow:0 8px 24px #174b4c73}.btn-accent{display:inline-flex;align-items:center;gap:.5rem;padding:.85rem 2rem;background:var(--color-accent);color:#0a1818;border-radius:100px;font-size:1rem;font-weight:700;transition:background var(--transition),transform var(--transition),box-shadow var(--transition);box-shadow:0 4px 16px #e8952866}.btn-accent:hover{background:var(--color-accent-light);transform:translateY(-2px)}.btn-ghost{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:transparent;color:var(--color-text);border:1.5px solid var(--color-border);border-radius:100px;font-size:.95rem;font-weight:500;transition:border-color var(--transition),background var(--transition)}.btn-ghost:hover{border-color:var(--color-primary);background:color-mix(in srgb,var(--color-primary) 8%,transparent)}.section-tag{display:inline-block;padding:.3rem 1rem;background:color-mix(in srgb,var(--color-primary) 10%,transparent);color:var(--color-primary);border-radius:100px;font-size:.8rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;margin-bottom:1rem}[data-theme=dark] .section-tag{background:color-mix(in srgb,var(--color-accent) 15%,transparent);color:var(--color-accent)}.header{position:fixed;top:0;left:0;right:0;z-index:100;height:var(--header-height);background:transparent;transition:background var(--transition),box-shadow var(--transition),backdrop-filter var(--transition),height .3s ease}.header--scrolled{background:color-mix(in srgb,var(--color-surface) 85%,transparent);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);box-shadow:var(--shadow-sm)}.header__inner{height:100%;display:flex;align-items:center;gap:2rem}.header__logo{display:flex;align-items:center;text-decoration:none;flex-shrink:0}.header__logo-img{height:4rem;width:auto;display:block;transition:height .3s ease}.header__nav{display:flex;gap:2rem;margin-left:auto}.header__nav a{font-size:.9rem;font-weight:500;color:#fffc;transition:color var(--transition)}.header__nav a:hover{color:#fff}.header--scrolled .header__nav a{color:var(--color-text-secondary)}.header--scrolled .header__nav a:hover{color:var(--color-primary)}[data-theme=dark] .header--scrolled .header__nav a:hover{color:var(--color-accent)}.header__actions{display:flex;align-items:center;gap:.75rem}.header__lang-btn,.header__theme-btn{padding:.4rem .75rem;border-radius:100px;font-size:.8rem;font-weight:600;background:#ffffff1a;color:#fff;transition:background var(--transition),color var(--transition),border-color var(--transition);cursor:pointer;border:1.5px solid rgba(255,255,255,.3)}.header__theme-btn{min-width:3.5rem;text-align:center}.header__lang-btn:hover,.header__theme-btn:hover{background:#fff3}.header--scrolled .header__lang-btn,.header--scrolled .header__theme-btn{background:color-mix(in srgb,var(--color-text) 8%,transparent);color:var(--color-text);border:1.5px solid var(--color-border)}.header--scrolled .header__lang-btn:hover,.header--scrolled .header__theme-btn:hover{background:color-mix(in srgb,var(--color-text) 15%,transparent)}.header__cta{font-size:.875rem;padding:.6rem 1.4rem}@media(max-width:768px){.header__inner{gap:.5rem;padding:0 .75rem}.header__nav{display:none}.header__logo{flex-shrink:1;min-width:0}.header__logo-img{height:1.75rem}.header__actions{gap:.35rem;margin-left:auto;flex-shrink:0}.header__lang-btn,.header__theme-btn{padding:.25rem .45rem;font-size:.7rem}.header__theme-btn{min-width:unset}.header__cta{font-size:.7rem;padding:.3rem .6rem;white-space:nowrap}}.mobile-header{position:fixed;top:0;left:0;right:0;z-index:100;background:var(--color-surface);border-bottom:1px solid var(--color-border)}.mobile-header__top{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem}.mobile-header__logo{height:1.75rem}.mobile-header__controls{display:flex;gap:.5rem}.mobile-header__btn{cursor:pointer;border:1px solid var(--color-border);background:var(--color-surface);color:var(--color-text);font-size:.78rem;font-family:inherit;padding:.4rem .75rem;border-radius:100px;min-height:36px;white-space:nowrap}.mobile-header__nav{display:flex;align-items:center;padding:0 .75rem .75rem;gap:.25rem;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.mobile-header__nav::-webkit-scrollbar{display:none}.mobile-header__nav-link{flex-shrink:0;padding:.5rem 1rem;min-height:44px;display:flex;align-items:center;font-size:.875rem;font-weight:500;color:var(--color-text);border-radius:100px;text-decoration:none;white-space:nowrap;border:1px solid transparent}.mobile-header__nav-link:active{background:color-mix(in srgb,var(--color-text) 8%,transparent)}.mobile-header__cta-row{padding:0 1rem .75rem}.mobile-header__cta{display:flex;justify-content:center;align-items:center;width:100%;padding:.65rem 1.25rem;min-height:44px;background:var(--color-primary);color:var(--color-text-light);border-radius:100px;font-size:.875rem;font-weight:600;text-decoration:none}.mobile-header__cta:active{opacity:.85}.device{display:flex;justify-content:center;align-items:center}.device__frame{position:relative;background:#1a1a1a;border-radius:var(--device-radius);box-shadow:0 0 0 1.5px #3a3a3a,0 20px 60px #00000080,0 4px 12px #0000004d;overflow:hidden;display:flex;flex-direction:column}.device--iphone .device__frame{width:220px;aspect-ratio:9 / 19.5;border-radius:14px;padding:6px 4px 5px}.device__notch{position:absolute;top:0;left:50%;transform:translate(-50%);width:70px;height:18px;background:#1a1a1a;border-bottom-left-radius:8px;border-bottom-right-radius:8px;z-index:2}.device--android .device__frame{width:220px;aspect-ratio:9 / 20;border-radius:14px;padding:5px 4px}.device__punch-hole{position:absolute;top:8px;left:50%;transform:translate(-50%);width:8px;height:8px;background:#1a1a1a;border-radius:50%;box-shadow:inset 0 0 0 2px #333;z-index:2}.device--tablet .device__frame{width:320px;aspect-ratio:3 / 4;border-radius:12px;padding:8px 6px 24px}.device__home-button{position:absolute;bottom:6px;left:50%;transform:translate(-50%);width:20px;height:20px;border-radius:50%;background:#2a2a2a;box-shadow:inset 0 0 0 2px #444;z-index:2}.device--desktop .device__frame{width:420px;aspect-ratio:16 / 10;border-radius:10px;padding:0;background:#2a2a2a}.device__menubar{height:16px;background:#2a2a2a;display:flex;align-items:center;gap:4px;padding:0 8px;flex-shrink:0;border-radius:10px 10px 0 0}.device__dot{width:6px;height:6px;border-radius:50%}.device__dot--red{background:#ff5f57}.device__dot--yellow{background:#ffbd2e}.device__dot--green{background:#28c840}.device__screen{flex:1;border-radius:10px;overflow:hidden;background:#0f0f1a;position:relative}.device--tablet .device__screen{border-radius:8px}.device--desktop .device__screen{border-radius:0 0 6px 6px}.device__screenshot{width:100%;height:100%;object-fit:cover;object-position:top;display:block}.device__slideshow{position:relative;width:100%;height:100%}.device__slide{position:absolute;top:0;left:0;opacity:0;transition:opacity .6s ease}.device__slide--active{opacity:1}.device__placeholder{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;color:#666;font-size:.8rem}.device__placeholder span{font-size:2rem}.device--sm.device--iphone .device__frame,.device--sm.device--android .device__frame{width:160px}.device--sm.device--tablet .device__frame{width:240px}.device--sm.device--desktop .device__frame{width:300px}.device--lg.device--iphone .device__frame,.device--lg.device--android .device__frame{width:280px}.device--lg.device--tablet .device__frame{width:400px}.device--lg.device--desktop .device__frame{width:560px}.device--2x.device--tablet .device__frame{width:640px;border-radius:24px;padding:16px 12px 48px}.device--2x.device--tablet .device__home-button{width:40px;height:40px;bottom:12px}.device--2x.device--tablet .device__screen{border-radius:16px}.device--2x.device--desktop .device__frame{width:840px;border-radius:20px}.device--2x.device--desktop .device__menubar{height:32px;padding:0 16px;gap:8px;border-radius:20px 20px 0 0}.device--2x.device--desktop .device__dot{width:12px;height:12px}.device--2x.device--desktop .device__screen{border-radius:0 0 12px 12px}.hero{min-height:100vh;padding-top:var(--header-height);display:flex;flex-direction:column;position:relative;overflow:hidden}.hero__bg{position:absolute;inset:0;z-index:0}.hero__bg-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center}.hero__bg:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,var(--color-primary) 0%,#0A1818 40%,#0D2E2E 70%,#0A1818 100%);opacity:.8;z-index:1}.hero__bg:after{content:"";position:absolute;inset:0;background:radial-gradient(ellipse 60% 40% at 80% 60%,rgba(232,149,40,.15) 0%,transparent 60%),radial-gradient(ellipse 40% 30% at 20% 80%,rgba(23,75,76,.3) 0%,transparent 60%);z-index:2}.hero__content{position:relative;z-index:1;flex:1;display:flex;align-items:center;gap:2rem;padding-top:4rem;padding-bottom:4rem}.hero__left{flex:1 1 380px;max-width:520px;color:#fff;z-index:2}.hero__left .section-tag{background:#e8952833;color:var(--color-accent);border:1px solid rgba(232,149,40,.3)}.hero__headline{font-size:clamp(2.5rem,5vw,3.8rem);font-weight:900;line-height:1.1;letter-spacing:-.03em;margin-bottom:1.5rem;color:#fff}.hero__subheadline{font-size:clamp(1rem,2vw,1.2rem);line-height:1.7;color:#fffc;margin-bottom:2.5rem;max-width:440px}.hero__ctas{display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap}.hero__ctas .btn-primary{background:var(--color-accent);color:#0a1818;box-shadow:0 4px 20px #e8952866}.hero__ctas .btn-primary:hover{background:var(--color-accent-light);box-shadow:0 8px 32px #e8952880}.hero__sub-cta{color:#ffffffb3;font-size:.95rem;font-weight:500;transition:color var(--transition)}.hero__sub-cta:hover{color:#fff}.hero__right{flex:0 0 620px;display:flex;justify-content:center;align-items:center;min-height:600px;position:relative}.hero__devices{position:relative;width:100%;max-width:620px;height:580px}.hero__device{position:absolute}.hero__device--desktop{top:0;left:0;right:0;display:flex;justify-content:center}.hero__device--desktop .device--desktop .device__frame{width:460px}.hero__device--tablet{top:40px;right:-30px;z-index:2}.hero__device--tablet .device--tablet .device__frame{width:210px}.hero__device--iphone{bottom:10px;right:20px;z-index:3}.hero__device--iphone .device--iphone .device__frame{width:150px}.hero__device--android{bottom:10px;right:200px;z-index:3}.hero__device--android .device--android .device__frame{width:150px}.hero__scroll-indicator{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;z-index:1}.hero__scroll-line{width:1.5px;height:60px;background:linear-gradient(to bottom,rgba(255,255,255,.6),transparent);animation:scrollPulse 2s ease-in-out infinite}@keyframes scrollPulse{0%,to{opacity:.4;transform:scaleY(1)}50%{opacity:1;transform:scaleY(1.1)}}@media(max-width:1100px){.hero__content{flex-direction:column;text-align:center;padding-top:3rem}.hero__left{width:100%;min-width:unset;max-width:100%}.hero__subheadline{max-width:100%}.hero__ctas{justify-content:center}.hero__right{width:100%;height:500px}.hero__devices{height:460px;max-width:520px}.hero__device--desktop .device--desktop .device__frame{width:320px}.hero__device--tablet .device--tablet .device__frame{width:140px}.hero__device--iphone .device--iphone .device__frame,.hero__device--android .device--android .device__frame{width:105px}.hero__device--tablet{top:30px;right:-15px}.hero__device--iphone{bottom:10px;right:10px}.hero__device--android{bottom:10px;right:130px}}@media(max-width:480px){.hero__right{height:320px;flex:0 0 auto;min-height:unset}.hero__devices{height:280px;max-width:340px}.hero__device--desktop .device--desktop .device__frame{width:220px}.hero__device--tablet .device--tablet .device__frame{width:100px}.hero__device--iphone .device--iphone .device__frame,.hero__device--android .device--android .device__frame{width:75px}.hero__device--tablet{top:20px;right:-10px}.hero__device--iphone{bottom:5px;right:5px}.hero__device--android{bottom:5px;right:90px}}.lifecycle{padding:4rem 0;background:var(--color-surface);border-bottom:1px solid var(--color-border)}.lifecycle__title{text-align:center;font-size:.8rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--color-text-secondary);margin-bottom:2.5rem}.lifecycle__steps{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:.5rem}.lifecycle__step{display:flex;align-items:center;gap:.5rem}.lifecycle__icon{width:56px;height:56px;display:flex;align-items:center;justify-content:center;font-size:1.6rem;background:color-mix(in srgb,var(--color-primary) 8%,transparent);border:1.5px solid color-mix(in srgb,var(--color-primary) 20%,transparent);border-radius:16px;transition:transform var(--transition),background var(--transition)}.lifecycle__step:hover .lifecycle__icon{transform:translateY(-4px);background:color-mix(in srgb,var(--color-primary) 15%,transparent)}.lifecycle__label{font-size:.78rem;font-weight:600;color:var(--color-text-secondary);text-align:center;max-width:60px;line-height:1.2;margin-top:.25rem}.lifecycle__arrow{color:#47622b;font-size:1.2rem;opacity:.5;padding:0 .25rem}.lifecycle__tagline{text-align:center;margin-top:2.5rem;font-size:1rem;font-weight:600;color:var(--color-primary);letter-spacing:.02em}[data-theme=dark] .lifecycle__tagline{color:var(--color-accent)}@media(max-width:600px){.lifecycle__steps{gap:.25rem}.lifecycle__icon{width:44px;height:44px;font-size:1.2rem;border-radius:12px}.lifecycle__arrow{font-size:.9rem}}.problem{position:relative;padding:var(--section-gap) 0;overflow:hidden;text-align:center}.problem__bg{position:absolute;inset:0;background:linear-gradient(135deg,#0a1818,#174b4c,#0a1818);z-index:0}.problem__bg:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse 60% 50% at 50% 50%,rgba(232,149,40,.08) 0%,transparent 70%)}.problem__content{position:relative;z-index:1;max-width:700px}.problem__headline{font-size:clamp(2rem,4vw,3rem);font-weight:900;color:#fff;letter-spacing:-.03em;line-height:1.15;margin-bottom:1.5rem}.problem__body{font-size:clamp(1rem,2vw,1.2rem);color:#ffffffb3;line-height:1.8;margin-bottom:2rem}.problem__solution{font-size:clamp(1.4rem,3vw,2rem);font-weight:800;color:var(--color-accent);margin-bottom:2.5rem;letter-spacing:-.02em}.problem__cta{font-size:1.05rem}.carousel-section{padding:var(--section-gap) 0 calc(var(--section-gap) / 2);overflow:hidden}.carousel-section__title{font-size:clamp(1.8rem,3.5vw,2.8rem);font-weight:900;letter-spacing:-.03em;color:var(--color-text);margin-bottom:3rem}.carousel-track{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;gap:0;padding:0}.carousel-track::-webkit-scrollbar{display:none}.carousel-item{flex:0 0 100vw;scroll-snap-align:start;display:flex;align-items:center;gap:4rem;padding:0 var(--content-inset);max-width:100vw;min-height:480px}.carousel-item--start{flex-direction:row}.carousel-item--end{flex-direction:row-reverse}.carousel-item__device{flex:0 0 auto;display:flex;justify-content:center;align-items:center}.carousel-item__annotation{flex:1;max-width:480px}.annotation__header{font-size:clamp(1.4rem,2.5vw,2rem);font-weight:800;letter-spacing:-.02em;color:var(--color-text);margin-bottom:1rem}.annotation__body{font-size:1.05rem;line-height:1.75;color:var(--color-text-secondary);margin-bottom:1.5rem}.annotation__bullets{list-style:none;display:flex;flex-direction:column;gap:.75rem}.annotation__bullets li{display:flex;align-items:flex-start;gap:.75rem;font-size:.95rem;color:var(--color-text-secondary);line-height:1.5}.annotation__bullet-dot{color:var(--color-primary);flex-shrink:0;margin-top:.1em;font-size:.7rem}[data-theme=dark] .annotation__bullet-dot{color:var(--color-accent)}.carousel-nav{display:flex;align-items:center;justify-content:center;gap:1.5rem;padding-top:2.5rem;padding-bottom:1rem}.carousel-nav__btn{width:40px;height:40px;border-radius:50%;background:var(--color-surface);border:1.5px solid var(--color-border);color:var(--color-text);font-size:1.1rem;display:flex;align-items:center;justify-content:center;transition:background var(--transition),border-color var(--transition),opacity var(--transition);cursor:pointer}.carousel-nav__btn:hover:not(:disabled){border-color:var(--color-primary);background:color-mix(in srgb,var(--color-primary) 8%,transparent)}.carousel-nav__btn:disabled{opacity:.3;cursor:default}.carousel-nav__pips{display:flex;gap:.5rem;align-items:center}.carousel-nav__pip{width:8px;height:8px;border-radius:50%;background:var(--color-border);border:none;cursor:pointer;transition:background var(--transition),transform var(--transition);padding:0}.carousel-nav__pip--active{background:var(--color-primary);transform:scale(1.3)}[data-theme=dark] .carousel-nav__pip--active{background:var(--color-accent)}@media(max-width:768px){.carousel-item{flex-direction:column!important;gap:2rem;min-height:auto;padding-top:2rem;padding-bottom:2rem}.carousel-item__annotation{max-width:100%;text-align:center}.annotation__bullets{align-items:center}}.demo-section{position:relative;padding:var(--section-gap) 0;overflow:hidden}.demo-section:before{content:"";position:absolute;inset:0;background:linear-gradient(160deg,#0a1818,#174b4c,#0a1818);z-index:0}.demo-section:after{content:"";position:absolute;inset:0;background:radial-gradient(ellipse 80% 60% at 50% 50%,rgba(232,149,40,.06) 0%,transparent 60%);z-index:0}.demo-section>.container{position:relative;z-index:1}.demo-section__title{font-size:clamp(1.8rem,3.5vw,2.8rem);font-weight:900;letter-spacing:-.03em;color:#fff;margin-bottom:4rem}.demo-section .section-tag{background:color-mix(in srgb,var(--color-accent) 15%,transparent);color:var(--color-accent)}.demo-row{position:relative;z-index:1;display:flex;align-items:center;gap:4rem;padding:0 var(--content-inset);max-width:var(--content-max);margin:0 auto 5rem}.demo-row:last-child{margin-bottom:0}.demo-row--start{flex-direction:row}.demo-row--end{flex-direction:row-reverse}.demo-row__device{flex:0 0 auto;display:flex;justify-content:center;align-items:center}.demo-row__annotation{flex:1;max-width:480px}.demo-row__header{font-size:clamp(1.4rem,2.5vw,2rem);font-weight:800;letter-spacing:-.02em;color:#fff;margin-bottom:1rem}.demo-row__body{font-size:1.05rem;line-height:1.75;color:#ffffffbf;margin-bottom:1.5rem}.demo-row__steps{list-style:none;display:flex;flex-direction:column;gap:.6rem;counter-reset:demo-step}.demo-row__step{display:flex;align-items:center;gap:.75rem;font-size:.95rem;color:#ffffffd9;line-height:1.5;counter-increment:demo-step;opacity:.45;transition:opacity .4s ease,transform .4s ease;cursor:pointer;-webkit-user-select:none;user-select:none}.demo-row__step:hover{opacity:.75}.demo-row__step--active{opacity:1;transform:translate(4px)}.demo-row__step--active:hover{opacity:1}.demo-row__step-number{flex-shrink:0;width:24px;height:24px;border-radius:50%;background:#ffffff26;color:#fff9;font-size:.75rem;font-weight:700;display:flex;align-items:center;justify-content:center;transition:background .4s ease,color .4s ease}.demo-row__step--active .demo-row__step-number{background:var(--color-accent);color:var(--color-primary-dark)}@media(max-width:1100px){.demo-row{flex-direction:column!important;gap:2rem;padding-top:1rem;padding-bottom:1rem}.demo-row__annotation{max-width:100%;text-align:center}.demo-row__steps{align-items:center}}@media(max-width:720px){.demo-row__device .device--2x.device--tablet .device__frame{width:90vw;max-width:640px}.demo-row__device .device--2x.device--desktop .device__frame{width:90vw;max-width:840px}}@media(max-width:767px){.demo-row__device .device--2x.device--tablet .device__frame{width:60vw;max-width:429px}.demo-row__device .device--2x.device--desktop .device__frame{width:60vw;max-width:563px}}.theme-card-section{padding:var(--section-gap) 0}.theme-card{border-radius:var(--card-radius);padding:4rem;display:flex;align-items:center;gap:4rem;overflow:hidden;position:relative;transition:background var(--transition)}.theme-card--light{background:linear-gradient(135deg,#ede8e0,#e0d8cc);border:1.5px solid #D5CFC5}.theme-card--dark{background:linear-gradient(135deg,#0a1818,#112828);border:1.5px solid #254040}.theme-card__content{flex:1;max-width:440px}.theme-card--light .section-tag{background:#174b4c1a;color:var(--color-primary)}.theme-card--dark .section-tag{background:#e8952826;color:var(--color-accent)}.theme-card__title{font-size:clamp(1.6rem,3vw,2.4rem);font-weight:800;letter-spacing:-.02em;margin-bottom:1rem;line-height:1.2}.theme-card--light .theme-card__title{color:#0a1818}.theme-card--dark .theme-card__title{color:#fff}.theme-card__desc{font-size:1rem;line-height:1.7;margin-bottom:2rem}.theme-card--light .theme-card__desc{color:#5a6b5a}.theme-card--dark .theme-card__desc{color:#ffffffb3}.theme-card__devices{flex:0 0 auto;display:flex;gap:-1rem;align-items:center}.theme-card__frame{transition:transform var(--transition),opacity var(--transition);opacity:.5;transform:scale(.9)}.theme-card__frame--active{opacity:1;transform:scale(1);z-index:1}@media(max-width:768px){.theme-card{flex-direction:column;padding:2rem;gap:2rem;text-align:center}.theme-card__content{max-width:100%}}.contact{padding:var(--section-gap) 0;background:var(--color-surface-alt)}.contact__inner{max-width:760px}.contact__header{margin-bottom:3rem}.contact__title{font-size:clamp(1.8rem,3.5vw,2.8rem);font-weight:900;letter-spacing:-.03em;color:var(--color-text);margin-bottom:1rem}.contact__desc{font-size:1.1rem;color:var(--color-text-secondary);line-height:1.7}.contact__form{display:flex;flex-direction:column;gap:1.25rem}.contact__row{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}.contact__field{display:flex;flex-direction:column;gap:.4rem}.contact__field span{font-size:.85rem;font-weight:600;color:var(--color-text-secondary);letter-spacing:.02em}.contact__field input,.contact__field select,.contact__field textarea{padding:.85rem 1rem;background:var(--color-surface);border:1.5px solid var(--color-border);border-radius:12px;font-size:.95rem;color:var(--color-text);font-family:inherit;transition:border-color var(--transition),box-shadow var(--transition);outline:none}.contact__field input:focus,.contact__field select:focus,.contact__field textarea:focus{border-color:var(--color-primary);box-shadow:0 0 0 3px color-mix(in srgb,var(--color-primary) 15%,transparent)}.contact__field textarea{resize:vertical;min-height:100px}.contact__field--full{grid-column:1 / -1}.contact__submit{align-self:flex-start;margin-top:.5rem}.contact__success{display:flex;align-items:center;gap:1rem;padding:2rem;background:color-mix(in srgb,#22c55e 10%,transparent);border:1.5px solid #22c55e;border-radius:16px;font-size:1.1rem;font-weight:600;color:var(--color-text)}.contact__success-icon{font-size:1.5rem}.contact__error{color:#e63946;font-size:.9rem;padding:.75rem 1rem;background:#e6394614;border:1.5px solid #e63946;border-radius:8px}@media(max-width:600px){.contact__row{grid-template-columns:1fr}.contact__submit{align-self:stretch;text-align:center;justify-content:center}}.footer{background:var(--color-surface);border-top:1px solid var(--color-border);padding:3rem 0}.footer__inner{display:flex;flex-direction:column;align-items:center;gap:2rem;text-align:center}.footer__brand{display:flex;flex-direction:column;align-items:center;gap:.5rem}.footer__logo-img{height:2.5rem;width:auto;opacity:.85}.footer__tagline{font-size:.9rem;color:var(--color-text-secondary)}.footer__nav{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem 2rem}.footer__nav a{font-size:.875rem;color:var(--color-text-secondary);transition:color var(--transition)}.footer__nav a:hover{color:var(--color-primary)}[data-theme=dark] .footer__nav a:hover{color:var(--color-accent)}.footer__copy{font-size:.8rem;color:color-mix(in srgb,var(--color-text-secondary) 60%,transparent)}
