@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=Playfair+Display:ital,wght@0,400;0,600;0,700;1,400&display=swap";:root{--color-red-50: #fef2f2;--color-red-100: #fee2e2;--color-red-500: #ef4444;--color-red-600: #dc2626;--color-amber-50: #fffbeb;--color-amber-100: #fef3c7;--color-amber-200: #fde68a;--color-amber-400: #fbbf24;--color-amber-500: #f59e0b;--color-amber-600: #d97706;--color-amber-800: #92400e;--color-yellow-200: #fef08a;--color-yellow-300: #fde047;--color-yellow-500: #eab308;--color-yellow-600: #ca8a04;--color-emerald-50: #ecfdf5;--color-emerald-100: #d1fae5;--color-emerald-500: #10b981;--color-emerald-600: #059669;--color-indigo-500: #6366f1;--color-slate-50: #f8fafc;--color-slate-100: #f1f5f9;--color-slate-200: #e2e8f0;--color-slate-400: #94a3b8;--color-slate-500: #64748b;--color-slate-600: #475569;--color-slate-700: #334155;--color-slate-800: #1e293b;--color-slate-900: #0f172a;--color-slate-950: #020617;--color-white: #ffffff;--font-sans: "Inter", ui-sans-serif, system-ui, sans-serif;--font-serif: "Playfair Display", ui-serif, Georgia, serif;--container-max: 80rem;--header-height: 5rem;--radius-sm: .5rem;--radius-md: .75rem;--radius-lg: 1rem;--radius-xl: 1.25rem;--radius-2xl: 1rem;--radius-3xl: 1.5rem;--radius-full: 9999px;--shadow-xs: 0 1px 2px rgba(15, 23, 42, .05);--shadow-sm: 0 1px 3px rgba(15, 23, 42, .08);--shadow-md: 0 4px 12px rgba(15, 23, 42, .08);--shadow-lg: 0 10px 24px rgba(15, 23, 42, .1);--shadow-xl: 0 20px 40px rgba(15, 23, 42, .12);--shadow-2xl: 0 25px 50px rgba(15, 23, 42, .15);--gradient-brand: linear-gradient(to right, var(--color-red-600), var(--color-amber-500));--gradient-amber: linear-gradient(to right, var(--color-amber-500), var(--color-yellow-500));--gradient-amber-hover: linear-gradient(to right, var(--color-amber-400), var(--color-yellow-400));--gradient-text-hero: linear-gradient(to right, var(--color-amber-600), var(--color-yellow-600), var(--color-emerald-600));--z-header: 50;--z-drawer: 50;--z-modal: 100}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{overflow-x:clip;scroll-behavior:smooth}body{font-family:var(--font-sans);color:var(--color-slate-800);background:var(--color-slate-50);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.5}img{max-width:100%;height:auto;display:block}button{font:inherit;cursor:pointer;border:none;background:none}a{color:inherit;text-decoration:none}::selection{background:#fcd34d;color:var(--color-slate-900)}.app-shell{min-height:100vh;display:flex;flex-direction:column;justify-content:space-between;background:var(--color-slate-50);color:var(--color-slate-800)}.app-main{flex-grow:1}.section-anchor{scroll-margin-top:var(--header-height)}.container{width:100%;max-width:var(--container-max);margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}@media(min-width:640px){.container{padding-left:1.5rem;padding-right:1.5rem}}@media(min-width:1024px){.container{padding-left:2rem;padding-right:2rem}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-weight:700;border-radius:var(--radius-xl);transition:all .2s ease;cursor:pointer;border:none}.btn:focus{outline:none}.btn--brand{padding:.625rem 1rem;background:var(--gradient-brand);color:var(--color-white);font-size:.875rem;box-shadow:var(--shadow-sm)}.btn--brand:hover{box-shadow:var(--shadow-lg)}.btn--amber{padding:1rem 1.5rem;background:var(--gradient-amber);color:var(--color-slate-950);font-size:.875rem;box-shadow:var(--shadow-md)}.btn--amber:hover{background:var(--gradient-amber-hover);transform:scale(1.01)}.btn--outline{padding:1rem 1.5rem;background:var(--color-white);color:var(--color-slate-800);border:1px solid var(--color-slate-200);font-size:.875rem;box-shadow:var(--shadow-xs)}.btn--outline:hover{background:var(--color-slate-50);box-shadow:var(--shadow-sm)}.btn--icon{padding:.5rem;border-radius:var(--radius-full);color:var(--color-slate-400);transition:all .2s}.btn--icon:hover{color:var(--color-slate-700);background:var(--color-slate-100)}.text-gradient-brand{background:var(--gradient-text-hero);-webkit-background-clip:text;background-clip:text;color:transparent}.scrollbar-none{-ms-overflow-style:none;scrollbar-width:none}.scrollbar-none::-webkit-scrollbar{display:none}.icon-sm{width:1rem;height:1rem}.icon-md{width:1.25rem;height:1.25rem}.icon-lg{width:1.5rem;height:1.5rem}.icon-xl{width:2rem;height:2rem}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}@keyframes spin-slow{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.animate-spin-slow{animation:spin-slow 12s linear infinite}@keyframes pulse-dot{0%,to{opacity:1}50%{opacity:.5}}.animate-pulse-dot{animation:pulse-dot 2s ease-in-out infinite}.site-header{position:sticky;top:0;z-index:var(--z-header);background:color-mix(in srgb,var(--color-white) 95%,transparent);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid color-mix(in srgb,var(--color-slate-200) 80%,transparent);box-shadow:var(--shadow-xs);color:var(--color-slate-800)}.site-header__container{width:100%;max-width:var(--container-max);margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}@media(min-width:640px){.site-header__container{padding-left:1.5rem;padding-right:1.5rem}}@media(min-width:1024px){.site-header__container{padding-left:2rem;padding-right:2rem}}.site-header__bar{display:flex;justify-content:space-between;align-items:center;height:var(--header-height)}.site-header__logo{display:flex;align-items:center;gap:.75rem;cursor:pointer}.site-header__logo-image{position:relative;width:3rem;height:3rem;border-radius:var(--radius-full);overflow:hidden;box-shadow:var(--shadow-md);border:1px solid var(--color-slate-100);flex-shrink:0;transition:transform .3s ease}.site-header__logo:hover .site-header__logo-image{transform:scale(1.05)}.site-header__logo-img{width:100%;height:100%;object-fit:cover}.site-header__brand{line-height:1;text-align:left}.site-header__brand-name{display:flex;align-items:baseline;font-family:var(--font-sans)}.site-header__brand-ttc{font-size:1.5rem;font-weight:900;font-style:italic;letter-spacing:-.05em;color:var(--color-red-600)}.site-header__brand-energy{font-size:1.125rem;font-weight:900;font-style:italic;letter-spacing:-.025em;color:var(--color-slate-800);margin-left:.25rem}.site-header__brand-divider{height:1px;background:var(--color-red-600);width:100%;margin:.125rem 0}.site-header__brand-tagline{font-size:9px;color:var(--color-red-600);font-weight:800;letter-spacing:.1em;text-transform:uppercase}.site-header__nav{display:none;gap:2rem}@media(min-width:768px){.site-header__nav{display:flex}}.site-header__nav-link{position:relative;padding-top:.5rem;padding-bottom:.5rem;font-weight:600;font-size:.875rem;color:var(--color-slate-600);cursor:pointer;transition:color .2s ease}.site-header__nav-link:focus{outline:none}.site-header__nav-link:hover,.site-header__nav-link--active{color:var(--color-red-600)}.site-header__nav-indicator{position:absolute;bottom:0;left:0;right:0;height:2px;background:var(--gradient-brand);border-radius:var(--radius-full)}.site-header__actions{display:flex;align-items:center;gap:1rem}.site-header__hotline{display:none;align-items:center;gap:.375rem;padding:.25rem .75rem;border-radius:var(--radius-full);font-size:.75rem;font-weight:600;background:var(--color-red-50);color:var(--color-red-600);border:1px solid var(--color-red-100);box-shadow:var(--shadow-xs)}@media(min-width:1024px){.site-header__hotline{display:inline-flex}}.site-header__hotline-dot{width:.5rem;height:.5rem;border-radius:var(--radius-full);background:var(--color-red-500)}.site-header__cta{position:relative;display:none;align-items:center;gap:.5rem;padding:.625rem 1rem;border-radius:var(--radius-xl);background:var(--gradient-brand);color:var(--color-white);font-weight:700;font-size:.875rem;box-shadow:var(--shadow-sm);cursor:pointer;transition:box-shadow .3s ease}.site-header__cta:focus{outline:none}.site-header__cta:hover{box-shadow:var(--shadow-lg),0 10px 24px color-mix(in srgb,var(--color-red-500) 10%,transparent)}@media(min-width:640px){.site-header__cta{display:flex}}.site-header__cta-icon{color:var(--color-white);fill:var(--color-white)}.site-header__cta-badge{display:flex;height:1.25rem;width:1.25rem;align-items:center;justify-content:center;border-radius:var(--radius-full);background:var(--color-slate-950);font-size:10px;font-weight:700;color:var(--color-white);box-shadow:var(--shadow-md);margin-left:.25rem}.site-header__menu-toggle{display:flex;padding:.5rem;border-radius:var(--radius-xl);color:var(--color-slate-600);background:var(--color-slate-100);cursor:pointer;transition:color .2s ease,background .2s ease}.site-header__menu-toggle:focus{outline:none}.site-header__menu-toggle:hover{color:var(--color-slate-950);background:var(--color-slate-200)}@media(min-width:768px){.site-header__menu-toggle{display:none}}.site-header__mobile-menu{background:var(--color-white);border-bottom:1px solid var(--color-slate-200);padding:.5rem 1rem 1.5rem;display:flex;flex-direction:column;gap:.5rem;box-shadow:var(--shadow-lg)}@media(min-width:768px){.site-header__mobile-menu{display:none}}.site-header__mobile-nav-link{display:block;width:100%;text-align:left;padding:.75rem 1rem;border-radius:var(--radius-xl);font-size:1rem;font-weight:600;color:var(--color-slate-600);cursor:pointer;transition:background .2s ease,color .2s ease}.site-header__mobile-nav-link:hover{background:var(--color-slate-50);color:var(--color-slate-900)}.site-header__mobile-nav-link--active{background:var(--gradient-brand);color:var(--color-white);font-weight:700;box-shadow:var(--shadow-md)}.site-header__mobile-nav-link--active:hover{background:var(--gradient-brand);color:var(--color-white)}.site-header__mobile-footer{padding-top:1rem;padding-left:1rem;padding-right:1rem;display:flex;flex-direction:column;gap:.75rem}.site-header__mobile-support{display:flex;align-items:center;gap:.5rem;font-size:.75rem;color:var(--color-red-600)}.footer{background:var(--color-white);color:var(--color-slate-600);border-top:4px solid var(--color-amber-500);text-align:left}.footer__commitments{background:var(--color-slate-50);border-bottom:1px solid rgba(226,232,240,.8)}.footer__commitments-inner{padding-top:2.5rem;padding-bottom:2.5rem}.footer__commitments-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:768px){.footer__commitments-grid{grid-template-columns:repeat(3,1fr)}}.footer__commitment{display:flex;align-items:flex-start;gap:1rem}.footer__commitment-icon{width:3rem;height:3rem;padding:0;display:flex;align-items:center;justify-content:center;border-radius:var(--radius-2xl);margin-top:.25rem;box-shadow:inset 0 2px 4px #0f172a0f;flex-shrink:0}.footer__commitment-icon--amber{background:var(--color-amber-100);color:var(--color-amber-600)}.footer__commitment-icon--emerald{background:var(--color-emerald-100);color:var(--color-emerald-600)}.footer__commitment-icon--pulse{animation:pulse-dot 2s ease-in-out infinite}.footer__commitment-title{color:var(--color-slate-900);font-weight:700;font-size:1rem;margin-bottom:.25rem}@media(min-width:640px){.footer__commitment-title{font-size:1.125rem}}.footer__commitment-text{color:var(--color-slate-500);font-size:.75rem;line-height:1.625}@media(min-width:640px){.footer__commitment-text{font-size:.875rem}}.footer__main{padding-top:4rem;padding-bottom:4rem}.footer__grid{display:grid;grid-template-columns:1fr;gap:3rem}@media(min-width:768px){.footer__grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.footer__grid{grid-template-columns:repeat(4,1fr)}}.footer__brand{display:flex;flex-direction:column;gap:1rem}.footer__brand-header{display:flex;align-items:center;gap:.75rem}.footer__logo{width:2.5rem;height:2.5rem;border-radius:var(--radius-full);overflow:hidden;box-shadow:var(--shadow-sm);border:1px solid var(--color-slate-100);flex-shrink:0}.footer__logo-img{width:100%;height:100%;object-fit:cover}.footer__brand-lockup{line-height:1;text-align:left}.footer__brand-name{display:flex;align-items:baseline;font-family:var(--font-sans)}.footer__brand-ttc{font-size:1.25rem;font-weight:900;font-style:italic;letter-spacing:-.05em;color:var(--color-red-600)}.footer__brand-energy{font-size:.875rem;font-weight:900;font-style:italic;letter-spacing:-.025em;color:var(--color-slate-800);margin-left:.25rem}.footer__brand-divider{height:1px;background:var(--color-red-600);width:100%;margin:.125rem 0}.footer__brand-tagline{font-size:7px;color:var(--color-red-600);font-weight:800;letter-spacing:.1em;text-transform:uppercase}.footer__company-name{color:var(--color-slate-900);font-size:.75rem;font-weight:900;text-align:left;line-height:1.375;text-transform:uppercase}.footer__company-desc{color:var(--color-slate-500);font-size:.75rem;line-height:1.625;text-align:left}.footer__column-title{color:var(--color-slate-900);font-weight:700;font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1.5rem;text-align:left}.footer__nav-list{display:flex;flex-direction:column;gap:.75rem;font-size:.75rem;text-align:left;list-style:none;margin:0;padding:0}.footer__nav-list li{list-style:none}@media(min-width:640px){.footer__nav-list{font-size:.875rem}}.footer__nav-link{color:var(--color-slate-500);transition:color .2s ease;display:flex;align-items:center;cursor:pointer;font-weight:500}.footer__nav-link:hover{color:var(--color-red-600)}.footer__nav-dot{width:.375rem;height:.375rem;border-radius:var(--radius-full);background:var(--color-red-600);margin-right:.5rem;flex-shrink:0;transition:transform .2s ease}.footer__nav-link:hover .footer__nav-dot{transform:scale(1.2)}.footer__contact-list{display:flex;flex-direction:column;gap:1rem;font-size:.75rem;color:var(--color-slate-500);text-align:left}@media(min-width:640px){.footer__contact-list{font-size:.875rem}}.footer__contact-item{display:flex;gap:.75rem}.footer__contact-item--start{align-items:flex-start}.footer__contact-item--center{align-items:center}.footer__contact-icon{width:1.25rem;height:1.25rem;color:var(--color-red-600);flex-shrink:0}.footer__contact-icon--offset{margin-top:.125rem}.footer__sim-desc{color:var(--color-slate-500);font-size:.75rem;line-height:1.625;margin-bottom:1rem;text-align:left}@media(min-width:640px){.footer__sim-desc{font-size:.875rem}}.footer__sim-btn{display:inline-flex;align-items:center;justify-content:space-between;width:100%;padding:.75rem 1rem;border-radius:var(--radius-xl);background:var(--color-slate-50);font-size:.75rem;color:var(--color-slate-700);border:1px solid var(--color-slate-200);transition:all .2s ease;cursor:pointer;font-weight:700;box-shadow:var(--shadow-xs);text-align:left}@media(min-width:640px){.footer__sim-btn{font-size:.875rem}}.footer__sim-btn:hover{background:var(--color-red-600);color:var(--color-white)}.footer__sim-btn-icon{width:1rem;height:1rem;transition:transform .2s ease}.footer__sim-btn:hover .footer__sim-btn-icon{transform:translate(.25rem,-.25rem)}.footer__bottom{background:var(--color-slate-50);color:var(--color-slate-400);font-size:.75rem;padding-top:1.5rem;padding-bottom:1.5rem;border-top:1px solid var(--color-slate-200)}.footer__bottom-inner{display:flex;flex-direction:column;justify-content:space-between;align-items:center;gap:1rem}@media(min-width:768px){.footer__bottom-inner{flex-direction:row}}.footer__copyright{text-align:center;display:flex;flex-direction:column;gap:.25rem}@media(min-width:768px){.footer__copyright{text-align:left}}.footer__copyright-meta{font-size:10px;color:var(--color-slate-400);font-weight:500}.footer__legal-links{display:flex;gap:1.5rem}.footer__legal-link{cursor:pointer;transition:color .2s ease}.footer__legal-link:hover{color:var(--color-slate-600)}.home{background:var(--color-slate-50);color:var(--color-slate-800);font-family:var(--font-sans)}.home__hero{position:relative;overflow:hidden;padding-top:1.5rem;padding-bottom:3.5rem;border-bottom:1px solid rgba(226,232,240,.7);isolation:isolate}@media(min-width:1024px){.home__hero{padding-top:2.5rem;padding-bottom:5.5rem}}.home__hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.home__hero-bg-image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center;transform:scale(1.1);opacity:.72;filter:saturate(1.1) contrast(1.05)}.home__hero-bg-scrim-left{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to right,rgba(255,255,255,.9) 0%,rgba(255,255,255,.55) 38%,transparent 62%)}.home__hero-bg-scrim-warm{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom right,transparent,rgba(254,243,199,.25),rgba(254,202,202,.3))}.home__hero-bg-scrim-bottom{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(248,250,252,.8),transparent,transparent)}.home__hero-bg-grid{position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(to right,rgba(239,68,68,.08) 1px,transparent 1px),linear-gradient(to bottom,rgba(239,68,68,.08) 1px,transparent 1px);background-size:32px 32px;-webkit-mask-image:linear-gradient(to right,transparent,black 20%,black);mask-image:linear-gradient(to right,transparent,black 20%,black)}.home__hero-bg-glow-red{position:absolute;top:-6rem;left:0;width:36rem;height:36rem;border-radius:50%;background:#fca5a54d;filter:blur(64px);animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}.home__hero-bg-glow-amber{position:absolute;bottom:-8rem;right:0;width:34rem;height:34rem;border-radius:50%;background:#fcd34d59;filter:blur(64px)}.home__hero-bg-glow-yellow{position:absolute;top:25%;right:-5%;width:28rem;height:28rem;border-radius:50%;background:#fef08a40;filter:blur(64px)}.home__hero-bg-fade{position:absolute;bottom:0;left:0;right:0;height:6rem;background:linear-gradient(to top,var(--color-slate-50),transparent)}.home__hero-inner{position:relative;z-index:10}.home__hero-grid{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center}@media(min-width:1024px){.home__hero-grid{grid-template-columns:1fr 1fr;gap:4rem}}.home__hero-content{position:relative;text-align:left;padding-bottom:1.5rem}@media(min-width:640px){.home__hero-content{padding-bottom:2rem}}.home__hero-content-panel{position:absolute;top:-1rem;right:-1rem;left:-1rem;bottom:-1rem;background:#fff6;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);border-radius:var(--radius-3xl);z-index:-1;border:1px solid rgba(255,255,255,.5);box-shadow:var(--shadow-sm)}@media(min-width:640px){.home__hero-content-panel{top:-1.5rem;right:-1.5rem;left:-1.5rem;bottom:-1.5rem}}.home__hero-quote-mobile{display:flex;justify-content:center;width:100%;margin-bottom:1rem}@media(min-width:640px){.home__hero-quote-mobile{display:none}}.home__hero-quote-btn{display:flex;align-items:center;gap:.5rem;padding:.875rem 1.5rem;border-radius:var(--radius-2xl);background:var(--gradient-brand);color:var(--color-white);font-weight:900;font-size:.875rem;box-shadow:var(--shadow-xl),0 0 #dc262699;cursor:pointer}.home__hero-badge{display:inline-flex;align-items:center;gap:.5rem;width:fit-content;max-width:100%;align-self:flex-start;background:#fef3c799;border:1px solid var(--color-amber-200);border-radius:var(--radius-full);padding:.375rem 1rem;font-size:.75rem;color:var(--color-amber-800);font-weight:600;box-shadow:var(--shadow-xs)}.home__hero-badge+.home__hero-title{margin-top:1.5rem}.home__hero-title{font-size:2.25rem;font-weight:800;color:var(--color-slate-900);line-height:1.25;position:relative;-webkit-user-select:none;user-select:none}@media(min-width:640px){.home__hero-title{font-size:3rem}}@media(min-width:1024px){.home__hero-title{font-size:3.75rem}}.home__hero-title-template{visibility:hidden;display:block}.home__hero-title-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:block;color:var(--color-slate-900)}.home__hero-title-gradient{background:var(--gradient-text-hero);-webkit-background-clip:text;background-clip:text;color:transparent}.home__hero-title-cursor{display:inline-block;width:3px;height:.9em;background:var(--color-amber-500);margin-left:.25rem;vertical-align:baseline}.home__hero-desc{font-size:1rem;color:var(--color-slate-600);line-height:1.625;max-width:36rem;text-align:left;margin-top:1.5rem}@media(min-width:640px){.home__hero-desc{font-size:1.125rem}}.home__hero-actions{display:flex;flex-direction:column;gap:1rem;padding-top:.5rem;margin-top:1.5rem}@media(min-width:640px){.home__hero-actions{flex-direction:row}}.home__hero-btn-primary{display:inline-flex;align-items:center;justify-content:center;padding:1rem 1.5rem;border-radius:var(--radius-xl);background:var(--gradient-amber);color:var(--color-slate-950);font-weight:700;font-size:.875rem;box-shadow:var(--shadow-md),0 4px 12px #f59e0b1a;cursor:pointer;transition:all .2s ease;border:none}.home__hero-btn-primary:hover{background:var(--gradient-amber-hover);box-shadow:var(--shadow-md),0 4px 12px #f59e0b33;transform:scale(1.01)}.home__hero-btn-primary:hover .home__hero-btn-arrow{transform:translate(.375rem)}.home__hero-btn-arrow{margin-left:.5rem;width:1rem;height:1rem;transition:transform .2s ease}.home__hero-btn-secondary{display:inline-flex;align-items:center;justify-content:center;padding:1rem 1.5rem;border-radius:var(--radius-xl);background:var(--color-white);color:var(--color-slate-800);font-weight:700;font-size:.875rem;border:1px solid var(--color-slate-200);box-shadow:var(--shadow-xs);cursor:pointer;transition:all .2s ease}.home__hero-btn-secondary:hover{background:var(--color-slate-50);box-shadow:var(--shadow-sm)}.home__hero-features{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;padding-top:1.5rem;padding-bottom:.25rem;border-top:1px solid var(--color-slate-100);margin-top:1.5rem}.home__hero-feature{display:flex;align-items:center;gap:.5rem}.home__hero-feature-text{font-size:.75rem;font-weight:700;color:var(--color-slate-600)}.home__hero-visual{position:relative;display:flex;justify-content:center;align-items:center}.home__slideshow-card{position:relative;width:100%;max-width:32rem;padding:.75rem;background:var(--color-white);border-radius:var(--radius-3xl);box-shadow:var(--shadow-xl);border:1px solid var(--color-slate-100);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.home__slideshow-frame{position:relative;border-radius:var(--radius-2xl);overflow:hidden;aspect-ratio:16 / 10;box-shadow:inset 0 2px 4px #0f172a0f;background:var(--color-slate-100)}.home__slideshow-slide{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.home__slideshow-image{width:100%;height:100%;object-fit:cover}.home__slideshow-gradient{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(2,6,23,.15),transparent,transparent);pointer-events:none}.home__slideshow-arrow{position:absolute;top:50%;transform:translateY(-50%);width:2rem;height:2rem;padding:0;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;border-radius:var(--radius-full);background:#fffc;color:var(--color-slate-800);transition:all .2s ease;opacity:0;box-shadow:var(--shadow-sm);border:1px solid rgba(226,232,240,.5);cursor:pointer;z-index:10}.home__slideshow-frame:hover .home__slideshow-arrow{opacity:1}.home__slideshow-arrow:hover{background:var(--color-white);transform:translateY(-50%) scale(1.05)}.home__slideshow-arrow--prev{left:.75rem}.home__slideshow-arrow--next{right:.75rem}.home__slideshow-dots{position:absolute;top:1rem;right:1rem;display:flex;gap:.375rem;z-index:10;background:#0f172a4d;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);padding:.375rem .625rem;border-radius:var(--radius-full);border:1px solid rgba(255,255,255,.1)}.home__slideshow-dot{width:.375rem;height:.375rem;border-radius:var(--radius-full);background:#fff9;cursor:pointer;transition:all .3s ease;border:none;padding:0}.home__slideshow-dot:hover{background:var(--color-white)}.home__slideshow-dot--active{background:var(--color-red-500);transform:scale(1.25);width:.75rem}.home__slideshow-thumb{position:absolute;border-radius:var(--radius-2xl);overflow:hidden;border:4px solid var(--color-white);box-shadow:var(--shadow-lg);display:none}@media(min-width:640px){.home__slideshow-thumb{display:block}}.home__slideshow-thumb--top-left{top:-1.5rem;left:-1.5rem;width:6rem;height:6rem;transform:rotate(-12deg)}.home__slideshow-thumb--bottom-right{bottom:-1.5rem;right:-1.5rem;width:7rem;height:7rem;transform:rotate(8deg)}.home__slideshow-thumb img{width:100%;height:100%;object-fit:cover}.home__metrics{padding:3rem 0;background:linear-gradient(to bottom,var(--color-slate-50),var(--color-white));border-bottom:1px solid var(--color-slate-100)}.home__metrics-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;text-align:center}@media(min-width:1024px){.home__metrics-grid{grid-template-columns:repeat(4,1fr)}}.home__metric-card{padding:1rem;border-radius:var(--radius-2xl);border:1px solid transparent;transition:all .2s ease}.home__metric-card:hover{background:#f8fafccc;box-shadow:var(--shadow-xs);border-color:var(--color-slate-100)}.home__metric-num{font-size:1.875rem;font-weight:900;color:var(--color-red-600);letter-spacing:-.025em;transition:transform .3s ease}@media(min-width:640px){.home__metric-num{font-size:2.25rem}}.home__metric-card:hover .home__metric-num{transform:scale(1.05)}.home__metric-title{font-size:.875rem;font-weight:700;color:var(--color-slate-800);margin-top:.375rem}.home__metric-desc{font-size:.75rem;color:var(--color-slate-500);max-width:200px;margin:.375rem auto 0;line-height:1.625}.home__calculator{padding:5rem 0;position:relative;overflow:hidden;background:linear-gradient(to bottom,var(--color-slate-50),var(--color-white))}.home__calculator-pattern{position:absolute;top:0;right:0;bottom:0;left:0;background-image:radial-gradient(var(--color-amber-500) .3px,transparent .3px);background-size:24px 24px;opacity:.1}.home__calculator-header{text-align:center;margin-bottom:4rem;max-width:42rem;margin-left:auto;margin-right:auto}.home__section-label{display:block;color:var(--color-amber-600);font-weight:800;text-transform:uppercase;letter-spacing:.05em;font-size:.75rem}.home__section-title{font-size:1.875rem;font-weight:800;color:var(--color-slate-900);margin-top:.75rem}@media(min-width:640px){.home__section-title{font-size:2.25rem}}.home__section-desc{color:var(--color-slate-600);font-size:.875rem;line-height:1.625;margin-top:.75rem}@media(min-width:640px){.home__section-desc{font-size:1rem}}.home__calculator-grid{display:grid;grid-template-columns:1fr;gap:3rem;align-items:stretch}@media(min-width:1024px){.home__calculator-grid{grid-template-columns:repeat(12,1fr)}}.home__calculator-inputs{background:var(--color-white);padding:1.5rem;border-radius:var(--radius-3xl);border:1px solid rgba(226,232,240,.8);box-shadow:var(--shadow-md);display:flex;flex-direction:column;justify-content:space-between}@media(min-width:640px){.home__calculator-inputs{padding:2rem}}@media(min-width:1024px){.home__calculator-inputs{grid-column:span 5}}.home__calculator-results{background:var(--color-white);padding:1.5rem;border-radius:var(--radius-3xl);border:1px solid rgba(226,232,240,.8);box-shadow:var(--shadow-md);text-align:left;position:relative;display:flex;flex-direction:column;justify-content:space-between}@media(min-width:640px){.home__calculator-results{padding:2.5rem}}@media(min-width:1024px){.home__calculator-results{grid-column:span 7}}.home__calculator-inputs-header{display:flex;align-items:center;gap:.75rem;color:var(--color-slate-900)}.home__calculator-inputs-title{font-size:1.25rem;font-weight:700}.home__form-group{margin-top:2rem}.home__form-label-row{display:flex;justify-content:space-between;align-items:center}.home__form-label{font-size:.875rem;font-weight:700;color:var(--color-slate-700)}.home__form-value{font-size:1.25rem;font-weight:900;color:var(--color-amber-600);font-family:JetBrains Mono,ui-monospace,monospace}.home__range-input{width:100%;height:.5rem;background:var(--color-slate-100);border-radius:var(--radius-lg);-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;accent-color:var(--color-amber-500);margin-top:1rem}.home__range-labels{display:flex;justify-content:space-between;font-size:.625rem;color:var(--color-slate-400);font-family:JetBrains Mono,ui-monospace,monospace;font-weight:600;margin-top:1rem}.home__roof-options{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem;margin-top:.75rem}.home__roof-btn{padding:.875rem;border-radius:var(--radius-xl);border:1px solid rgba(226,232,240,.8);font-size:.875rem;font-weight:700;cursor:pointer;display:flex;flex-direction:column;align-items:center;gap:.25rem;transition:all .2s ease;background:var(--color-slate-50);color:var(--color-slate-600)}.home__roof-btn:hover{background:var(--color-slate-100);color:var(--color-slate-900)}.home__roof-btn--active{background:var(--color-amber-500);color:var(--color-white);border-color:var(--color-amber-500);font-weight:800;box-shadow:var(--shadow-sm)}.home__roof-btn-icon{font-size:1.125rem}.home__calculator-callout{margin-top:2rem;background:var(--color-slate-50);padding:1rem;border-radius:var(--radius-2xl);border:1px solid var(--color-slate-100);font-size:.75rem;color:var(--color-slate-500);text-align:left;display:flex;align-items:flex-start;gap:.75rem;line-height:1.625}.home__calculator-deco{position:absolute;top:1rem;right:1rem;font-size:4.5rem;opacity:.05}.home__roi-badge{display:inline-block;padding:.25rem .75rem;background:var(--color-emerald-50);color:#047857;font-weight:700;font-size:.75rem;border-radius:var(--radius-lg);text-transform:uppercase;letter-spacing:.05em;border:1px solid var(--color-emerald-100)}.home__roi-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-top:1.5rem}@media(min-width:768px){.home__roi-grid{grid-template-columns:repeat(2,1fr)}}.home__roi-card{background:var(--color-slate-50);padding:1rem;border-radius:var(--radius-2xl);border:1px solid var(--color-slate-100)}.home__roi-card-label{font-size:.75rem;color:var(--color-slate-500);font-weight:700}.home__roi-card-value{font-size:1.875rem;font-weight:900;margin-top:.25rem;font-family:JetBrains Mono,ui-monospace,monospace}.home__roi-card-value--amber{color:var(--color-amber-600)}.home__roi-card-value--emerald{color:var(--color-emerald-600)}.home__roi-card-value--dark{color:var(--color-slate-900);font-size:1.5rem}.home__roi-card-hint{font-size:.625rem;color:var(--color-slate-400);font-weight:600;margin-top:.25rem}.home__eco-widget{background:linear-gradient(to right,var(--color-emerald-50),var(--color-slate-50));padding:1.25rem;border-radius:var(--radius-2xl);border:1px solid rgba(209,250,229,.8);display:flex;align-items:center;justify-content:space-between;margin-top:1.5rem}.home__eco-widget-left{display:flex;align-items:center;gap:1rem}.home__eco-icon-wrap{padding:.75rem;background:#d1fae599;border-radius:var(--radius-xl);color:var(--color-emerald-600)}.home__eco-title{font-size:.875rem;font-weight:700;color:var(--color-slate-900)}.home__eco-desc{font-size:.75rem;color:var(--color-slate-600)}.home__eco-desc strong{color:var(--color-emerald-600);font-weight:700}.home__eco-trees{text-align:right}.home__eco-trees-num{font-size:1.5rem;font-weight:900;color:var(--color-emerald-600);font-family:JetBrains Mono,ui-monospace,monospace}.home__eco-trees-label{font-size:.625rem;color:var(--color-slate-400);font-weight:600}.home__calculator-actions{padding-top:1.5rem;display:flex;flex-direction:column;gap:1rem;align-items:center;margin-top:1.5rem}@media(min-width:640px){.home__calculator-actions{flex-direction:row}}.home__btn-cta-amber{width:100%;padding:.875rem 1.5rem;border-radius:var(--radius-xl);background:var(--gradient-amber);color:var(--color-slate-950);font-weight:700;font-size:.875rem;text-align:center;box-shadow:var(--shadow-sm);cursor:pointer;border:none;transition:all .2s ease}@media(min-width:640px){.home__btn-cta-amber{width:auto}}.home__btn-cta-amber:hover{box-shadow:var(--shadow-lg),0 4px 12px #f59e0b26;transform:scale(1.01)}.home__btn-cta-muted{width:100%;padding:.875rem 1.5rem;border-radius:var(--radius-xl);background:var(--color-slate-100);color:var(--color-slate-700);border:1px solid rgba(226,232,240,.6);font-size:.875rem;font-weight:700;text-align:center;cursor:pointer;transition:all .2s ease}@media(min-width:640px){.home__btn-cta-muted{width:auto}}.home__btn-cta-muted:hover{background:var(--color-slate-200)}.home__packages{padding:5rem 0;background:var(--color-slate-50);border-top:1px solid var(--color-slate-100);border-bottom:1px solid var(--color-slate-100)}.home__packages-header{display:flex;flex-direction:column;justify-content:space-between;margin-bottom:3rem;gap:1rem}@media(min-width:640px){.home__packages-header{flex-direction:row;align-items:flex-end}}.home__packages-intro{text-align:left}.home__packages-nav{display:flex;align-items:center;gap:.75rem;flex-shrink:0}.home__packages-nav-btn{width:2.75rem;height:2.75rem;padding:0;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;border-radius:var(--radius-full);border:1px solid var(--color-slate-200);background:var(--color-white);color:var(--color-slate-600);box-shadow:var(--shadow-xs);cursor:pointer;transition:all .2s ease}.home__packages-nav-btn:hover{color:var(--color-red-600);border-color:var(--color-red-600)}.home__packages-nav-btn:active{transform:scale(.95)}.home__packages-scroll{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:1.5rem;padding-bottom:1rem;scroll-behavior:smooth;padding-left:.25rem;padding-right:.25rem}@media(min-width:640px){.home__packages-scroll{gap:2rem}}.home__package-card{scroll-snap-align:start;width:100%;flex-shrink:0;background:var(--color-white);border-radius:var(--radius-3xl);overflow:hidden;box-shadow:var(--shadow-md);border:1px solid rgba(226,232,240,.8);display:flex;flex-direction:column;transition:all .3s ease}@media(min-width:640px){.home__package-card{width:calc(50% - 12px)}}@media(min-width:1024px){.home__package-card{width:calc(33.333% - 16px)}}.home__package-card:hover{box-shadow:var(--shadow-xl);transform:translateY(-.25rem)}.home__package-image-wrap{position:relative;aspect-ratio:16 / 11;overflow:hidden;background:var(--color-slate-100);cursor:pointer}.home__package-image{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.home__package-image-wrap:hover .home__package-image{transform:scale(1.05)}.home__package-rating{position:absolute;bottom:.75rem;right:.75rem;background:#ffffffe6;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);padding:.375rem .625rem;border-radius:var(--radius-xl);display:flex;align-items:center;gap:.25rem;font-size:.75rem;color:var(--color-amber-600);font-weight:800;box-shadow:var(--shadow-sm)}.home__package-body{padding:1.5rem;flex:1;display:flex;flex-direction:column;justify-content:space-between;text-align:left}.home__package-meta{display:flex;align-items:center;justify-content:space-between}.home__package-tag{font-size:.625rem;color:var(--color-emerald-600);font-weight:800;letter-spacing:.1em;text-transform:uppercase}.home__package-capacity{font-size:.75rem;color:var(--color-slate-500);font-weight:700}.home__package-name{font-weight:700;color:var(--color-slate-900);font-size:1.125rem;cursor:pointer;transition:color .2s ease;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;margin-top:.75rem}.home__package-name:hover{color:var(--color-red-600)}.home__package-desc{font-size:.75rem;color:var(--color-slate-500);line-height:1.625;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;margin-top:.75rem}.home__package-features{list-style:none;margin-top:.25rem;padding-top:.25rem}.home__package-feature{font-size:.6875rem;color:var(--color-slate-600);display:flex;align-items:center;gap:.375rem;margin-top:.375rem}.home__package-feature span{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}.home__package-footer{padding-top:1rem;border-top:1px solid var(--color-slate-100);margin-top:1.5rem}.home__package-cta{width:100%;padding:.75rem;border-radius:var(--radius-xl);background:var(--color-red-50);color:var(--color-red-600);font-weight:800;font-size:.75rem;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.375rem;transition:all .2s ease;border:none}.home__package-cta:hover{background:var(--color-red-600);color:var(--color-white)}.home__process{padding:5rem 0;background:var(--color-white);position:relative;overflow:hidden}.home__process-pattern{position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(to right,rgba(15,23,42,.015) 1px,transparent 1px),linear-gradient(to bottom,rgba(15,23,42,.015) 1px,transparent 1px);background-size:24px 24px;opacity:.4}.home__process-grid{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center;position:relative}@media(min-width:1024px){.home__process-grid{grid-template-columns:1fr 1fr}}.home__process-info{text-align:left}.home__process-steps{margin-top:1rem;padding-top:1rem}.home__process-step-btn{width:100%;text-align:left;padding:1rem;border-radius:var(--radius-2xl);border:1px solid rgba(226,232,240,.8);transition:all .2s ease;display:flex;align-items:center;gap:1rem;cursor:pointer;margin-top:.75rem;background:var(--color-slate-50);color:var(--color-slate-700)}.home__process-step-btn:first-child{margin-top:0}.home__process-step-btn:hover{background:var(--color-slate-100)}.home__process-step-btn--active{background:var(--gradient-amber);color:var(--color-slate-950);border-color:var(--color-amber-400);box-shadow:var(--shadow-md);font-weight:700}.home__process-step-icon{font-size:1.25rem;flex-shrink:0}.home__process-step-label{font-size:.875rem;text-transform:uppercase;letter-spacing:.025em;font-weight:700}.home__process-detail-wrap{display:flex;justify-content:center}.home__process-detail{background:var(--color-slate-50);color:var(--color-slate-800);border-radius:var(--radius-3xl);padding:2rem;box-shadow:var(--shadow-lg);border:1px solid rgba(226,232,240,.8);max-width:28rem;width:100%;text-align:left;position:relative}@media(min-width:640px){.home__process-detail{padding:2.5rem}}.home__process-detail-deco{position:absolute;top:1rem;right:1rem;font-size:3.75rem;opacity:.05}.home__process-detail-badge{display:inline-block;padding:.25rem .75rem;background:var(--color-amber-100);color:var(--color-amber-800);font-weight:700;font-size:.75rem;border-radius:var(--radius-lg);text-transform:uppercase;letter-spacing:.05em}.home__process-detail-title{font-size:1.25rem;font-weight:700;color:var(--color-slate-950);margin-top:1.5rem}@media(min-width:640px){.home__process-detail-title{font-size:1.5rem}}.home__process-detail-desc{color:var(--color-slate-600);font-size:.875rem;line-height:1.625;margin-top:1.5rem}@media(min-width:640px){.home__process-detail-desc{font-size:1rem}}.home__process-detail-note{background:var(--color-white);border-radius:var(--radius-2xl);padding:1rem;border:1px solid rgba(226,232,240,.6);font-size:.75rem;color:var(--color-slate-500);display:flex;align-items:flex-start;gap:.625rem;line-height:1.625;text-align:left;margin-top:1.5rem}.home__projects{padding:5rem 0;background:var(--color-slate-50);border-top:1px solid var(--color-slate-100)}.home__projects-header{text-align:center;margin-bottom:3rem;max-width:42rem;margin-left:auto;margin-right:auto}.home__projects-carousel{position:relative;max-width:64rem;margin:0 auto;padding:0 1rem}@media(min-width:640px){.home__projects-carousel{padding:0}}.home__projects-card{background:var(--color-white);border-radius:var(--radius-3xl);overflow:hidden;box-shadow:var(--shadow-lg);border:1px solid rgba(226,232,240,.8);padding:1.25rem}@media(min-width:640px){.home__projects-card{padding:2rem}}.home__projects-slide{display:grid;grid-template-columns:1fr;gap:2rem;align-items:center}@media(min-width:768px){.home__projects-slide{grid-template-columns:repeat(12,1fr)}}.home__projects-image-wrap{position:relative;aspect-ratio:16 / 10;border-radius:var(--radius-2xl);overflow:hidden;background:var(--color-slate-100);box-shadow:var(--shadow-md)}@media(min-width:768px){.home__projects-image-wrap{grid-column:span 6;aspect-ratio:4 / 3}}@media(min-width:640px)and (max-width:767px){.home__projects-image-wrap{aspect-ratio:4 / 3}}.home__projects-image{width:100%;height:100%;object-fit:cover}.home__projects-image-gradient{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(2,6,23,.45),transparent,transparent);pointer-events:none}.home__projects-capacity-badge{position:absolute;top:1rem;right:1rem;background:var(--color-emerald-500);color:var(--color-white);font-weight:800;font-size:.75rem;padding:.375rem .875rem;border-radius:var(--radius-xl);box-shadow:var(--shadow-md)}.home__projects-location-badge{position:absolute;bottom:1rem;left:1rem;background:#0f172acc;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:var(--color-white);font-size:.6875rem;font-weight:500;padding:.25rem .75rem;border-radius:var(--radius-lg)}.home__projects-info{text-align:left}@media(min-width:768px){.home__projects-info{grid-column:span 6}}.home__projects-tags{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.home__projects-type-badge{background:var(--color-red-50);color:var(--color-red-600);font-size:.625rem;font-weight:900;text-transform:uppercase;letter-spacing:.05em;padding:.25rem .625rem;border-radius:var(--radius-full);border:1px solid var(--color-red-100)}.home__projects-year{color:var(--color-slate-400);font-size:.75rem;font-weight:600}.home__projects-title{font-size:1.25rem;font-weight:800;color:var(--color-slate-900);line-height:1.25}@media(min-width:640px){.home__projects-title{font-size:1.5rem}}.home__projects-client{color:var(--color-red-600);font-weight:700;font-size:.75rem;margin-top:.25rem}@media(min-width:640px){.home__projects-client{font-size:.875rem}}.home__projects-desc{color:var(--color-slate-500);font-size:.75rem;line-height:1.625;margin-top:1.25rem}@media(min-width:640px){.home__projects-desc{font-size:.875rem}}.home__projects-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;padding-top:.5rem;margin-top:1.25rem}.home__projects-stat{background:#f8fafccc;padding:.75rem;border-radius:var(--radius-2xl);border:1px solid var(--color-slate-100)}.home__projects-stat-label{font-size:.625rem;color:var(--color-slate-400);text-transform:uppercase;letter-spacing:.1em;font-weight:700}.home__projects-stat-value{font-size:1rem;font-weight:900;margin-top:.125rem}@media(min-width:640px){.home__projects-stat-value{font-size:1.125rem}}.home__projects-stat-value--emerald{color:var(--color-emerald-600)}.home__projects-stat-value--red{color:var(--color-red-600)}.home__projects-nav-btn{position:absolute;top:50%;transform:translateY(-50%);width:2.5rem;height:2.5rem;border-radius:var(--radius-full);background:var(--color-white);color:var(--color-slate-800);display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow-lg);border:1px solid rgba(226,232,240,.6);cursor:pointer;transition:all .2s ease;z-index:10}.home__projects-nav-btn:hover{background:var(--color-slate-50);transform:translateY(-50%) scale(1.05)}.home__projects-nav-btn:active{transform:translateY(-50%) scale(.95)}.home__projects-nav-btn--prev{left:-.5rem}@media(min-width:640px){.home__projects-nav-btn--prev{left:-3.5rem}}.home__projects-nav-btn--next{right:-.5rem}@media(min-width:640px){.home__projects-nav-btn--next{right:-3.5rem}}.home__projects-dots{display:flex;justify-content:center;gap:.5rem;margin-top:1.5rem}.home__projects-dot{width:.5rem;height:.5rem;border-radius:var(--radius-full);background:#cbd5e1;cursor:pointer;transition:all .3s ease;border:none;padding:0}.home__projects-dot:hover{background:var(--color-slate-400)}.home__projects-dot--active{background:var(--color-red-600);transform:scale(1.25);width:1rem}.home__cta{padding:5rem 0;background:linear-gradient(to top right,var(--color-amber-500),var(--color-yellow-500));color:var(--color-slate-950);text-align:center;position:relative;overflow:hidden}.home__cta-glow-top{position:absolute;top:-50px;left:-50px;width:12rem;height:12rem;border-radius:50%;background:#fff3;filter:blur(32px)}.home__cta-glow-bottom{position:absolute;bottom:-50px;right:-50px;width:12rem;height:12rem;border-radius:50%;background:#0206171a;filter:blur(32px)}.home__cta-inner{position:relative;max-width:56rem;margin:0 auto}.home__cta-logo{width:4rem;height:4rem;border-radius:var(--radius-full);overflow:hidden;margin:0 auto;box-shadow:var(--shadow-md);border:1px solid rgba(255,255,255,.2)}.home__cta-logo img{width:100%;height:100%;object-fit:cover}.home__cta-title{font-size:1.875rem;font-weight:800;line-height:1.25;color:var(--color-slate-950);margin-top:1.5rem}@media(min-width:640px){.home__cta-title{font-size:2.25rem}}.home__cta-desc{color:var(--color-slate-900);font-weight:600;max-width:36rem;margin:1.5rem auto 0;font-size:.875rem;line-height:1.625}@media(min-width:640px){.home__cta-desc{font-size:1rem}}.home__cta-actions{padding-top:1rem;display:flex;flex-direction:column;gap:1rem;justify-content:center;margin-top:1.5rem}@media(min-width:640px){.home__cta-actions{flex-direction:row}}.home__cta-btn-dark{padding:1rem 2rem;border-radius:var(--radius-xl);background:var(--color-slate-950);color:var(--color-white);font-weight:700;font-size:.875rem;box-shadow:var(--shadow-md);cursor:pointer;border:none;transition:all .2s ease}.home__cta-btn-dark:hover{background:var(--color-slate-900)}.home__cta-btn-light{padding:1rem 2rem;border-radius:var(--radius-xl);background:var(--color-white);color:var(--color-slate-950);font-weight:700;font-size:.875rem;border:1px solid transparent;box-shadow:var(--shadow-sm);cursor:pointer;transition:all .2s ease}.home__cta-btn-light:hover{background:var(--color-slate-100)}.home .icon-amber{color:var(--color-amber-500)}.home .icon-emerald{color:var(--color-emerald-600)}.home .icon-indigo{color:var(--color-indigo-500)}.home .icon-red{color:var(--color-red-600)}.home .icon-fill-white{fill:var(--color-white)}.home .icon-bounce{animation:bounce 1s infinite}@keyframes bounce{0%,to{transform:translateY(-25%);animation-timing-function:cubic-bezier(.8,0,1,1)}50%{transform:translateY(0);animation-timing-function:cubic-bezier(0,0,.2,1)}}.home .icon-xs{width:.875rem;height:.875rem;flex-shrink:0}.home .icon-sm{width:1rem;height:1rem;flex-shrink:0}.home .icon-md{width:1.25rem;height:1.25rem;flex-shrink:0}.home .icon-lg{width:1.5rem;height:1.5rem;flex-shrink:0}.home .icon-xl{width:2rem;height:2rem;flex-shrink:0}.shop{background:var(--color-slate-50);color:var(--color-slate-800);padding:2rem 0 0;text-align:left}.shop__container{width:100%;max-width:var(--container-max);margin:0 auto;padding:0 1rem}@media(min-width:640px){.shop__container{padding:0 1.5rem}}@media(min-width:1024px){.shop__container{padding:0 2rem}}.shop__banner{position:relative;border-radius:var(--radius-3xl);overflow:hidden;background:var(--gradient-brand);color:var(--color-white);padding:2rem;margin-bottom:2.5rem;box-shadow:var(--shadow-xl);border:1px solid rgba(239,68,68,.25)}@media(min-width:640px){.shop__banner{padding:3rem}}.shop__banner-grid{position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(to right,rgba(0,0,0,.047) 1px,transparent 1px),linear-gradient(to bottom,rgba(0,0,0,.047) 1px,transparent 1px);background-size:24px 24px;opacity:.15}.shop__banner-content{max-width:36rem;text-align:left;display:flex;flex-direction:column;gap:1rem;position:relative}.shop__banner-badge{color:var(--color-white);font-weight:700;text-transform:uppercase;letter-spacing:.1em;font-size:.75rem;display:inline-flex;align-items:center;width:fit-content;max-width:100%;align-self:flex-start;background:#0f172a66;padding:.25rem .75rem;border-radius:var(--radius-lg)}.shop__banner-title{font-size:1.875rem;font-weight:800;color:var(--color-white)}@media(min-width:640px){.shop__banner-title{font-size:2.25rem}}.shop__banner-text{color:var(--color-slate-100);font-size:.875rem;line-height:1.625;font-weight:500}@media(min-width:640px){.shop__banner-text{font-size:1rem}}.shop__banner-blur{position:absolute;bottom:-2.5rem;right:1.25rem;width:15rem;height:15rem;border-radius:var(--radius-full);background:#fff3;filter:blur(40px);display:none}@media(min-width:1024px){.shop__banner-blur{display:block}}.shop__standards{display:grid;grid-template-columns:1fr;gap:2rem;margin-top:3rem;text-align:left}@media(min-width:768px){.shop__standards{grid-template-columns:repeat(2,1fr)}}.shop__standard-card{background:var(--color-white);border-radius:var(--radius-3xl);padding:2rem;border:1px solid var(--color-slate-200);box-shadow:var(--shadow-xs);display:flex;flex-direction:column;justify-content:space-between}.shop__standard-body{display:flex;flex-direction:column;gap:1rem}.shop__standard-icon-wrap{width:3rem;height:3rem;border-radius:var(--radius-2xl);background:var(--color-amber-50);color:var(--color-amber-600);display:flex;align-items:center;justify-content:center}.shop__standard-title{font-size:1.25rem;font-weight:700;color:var(--color-slate-900)}.shop__standard-text{color:var(--color-slate-600);font-size:.875rem;line-height:1.625}.shop__standard-footer{margin-top:1.5rem;padding-top:1rem;border-top:1px solid var(--color-slate-100);display:flex;align-items:center;justify-content:space-between;font-size:.75rem;font-weight:700;color:var(--color-emerald-600);text-transform:uppercase;letter-spacing:.1em}.shop-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:var(--z-drawer);display:flex;align-items:center;justify-content:center;padding:1rem}.shop-modal__backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a99;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.shop-modal__panel{position:relative;background:var(--color-white);border-radius:var(--radius-3xl);box-shadow:var(--shadow-2xl);border:1px solid var(--color-slate-200);max-width:56rem;width:100%;max-height:90vh;overflow-y:auto;z-index:10;text-align:left;color:var(--color-slate-800)}.shop-modal__close{position:absolute;top:1rem;right:1rem;padding:.5rem;border-radius:var(--radius-full);background:var(--color-slate-100);color:var(--color-slate-500);z-index:20;cursor:pointer;transition:all .2s ease}.shop-modal__close:hover{background:var(--color-slate-200);color:var(--color-slate-950)}.shop-modal__close:focus{outline:none}.shop-modal__grid{display:grid;grid-template-columns:1fr;gap:2rem;padding:1.5rem}@media(min-width:768px){.shop-modal__grid{grid-template-columns:repeat(2,1fr);padding:2.5rem}}.shop-modal__gallery{display:flex;flex-direction:column;gap:1rem}.shop-modal__main-image-wrap{border-radius:var(--radius-2xl);overflow:hidden;aspect-ratio:1;background:var(--color-slate-50);border:1px solid var(--color-slate-200)}.shop-modal__main-image{width:100%;height:100%;object-fit:cover}.shop-modal__thumbs{display:flex;gap:.625rem}.shop-modal__thumb{width:4rem;height:4rem;border-radius:var(--radius-xl);overflow:hidden;border:2px solid var(--color-slate-200);transition:all .2s ease;flex-shrink:0;cursor:pointer;padding:0}.shop-modal__thumb--active{border-color:var(--color-red-600);transform:scale(1.02);box-shadow:var(--shadow-sm)}.shop-modal__thumb img{width:100%;height:100%;object-fit:cover}.shop-modal__quality{background:var(--color-slate-50);border-radius:var(--radius-2xl);padding:1rem;border:1px solid var(--color-slate-200);display:flex;align-items:flex-start;gap:.75rem;color:var(--color-slate-600)}.shop-modal__quality-icon-wrap{padding:.5rem;background:var(--color-red-50);border-radius:var(--radius-xl);color:var(--color-red-600);margin-top:.125rem;box-shadow:var(--shadow-xs)}.shop-modal__quality-icon{width:1.125rem;height:1.125rem}.shop-modal__quality-text{font-size:.75rem;text-align:left}.shop-modal__quality-title{font-weight:700;color:var(--color-red-600)}.shop-modal__quality-subtitle{font-weight:700;color:var(--color-slate-800)}.shop-modal__quality-desc{font-size:.6875rem;color:var(--color-slate-500);line-height:1.625;margin-top:.25rem}.shop-modal__details{display:flex;flex-direction:column;gap:1.5rem}.shop-modal__intro{display:flex;flex-direction:column;gap:.5rem}.shop-modal__category{font-size:.625rem;color:var(--color-emerald-600);font-weight:700;letter-spacing:.1em;text-transform:uppercase}.shop-modal__name{font-size:1.5rem;font-weight:700;color:var(--color-slate-900);line-height:1.25}.shop-modal__rating{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:var(--color-slate-500)}.shop-modal__stars{display:flex;gap:.125rem}.shop-modal__star--filled{color:var(--color-amber-500);fill:var(--color-amber-500)}.shop-modal__star--empty{color:var(--color-slate-200)}.shop-modal__rating-value{font-weight:700;color:var(--color-slate-800)}.shop-modal__rating-count{color:var(--color-slate-400)}.shop-modal__price-box{display:flex;align-items:baseline;gap:.75rem;background:var(--color-amber-50);padding:1rem;border-radius:var(--radius-2xl);border:1px solid var(--color-amber-100)}.shop-modal__price{font-size:1.5rem;font-weight:900;color:var(--color-amber-600);font-family:ui-monospace,monospace}.shop-modal__price-original{font-size:.875rem;color:var(--color-slate-400);text-decoration:line-through;font-family:ui-monospace,monospace}.shop-modal__description{display:flex;flex-direction:column;gap:.5rem;font-size:.875rem;text-align:left}.shop-modal__description-title{font-weight:700;color:var(--color-slate-800)}.shop-modal__description-text{color:var(--color-slate-600);line-height:1.625;font-size:.75rem}.shop-modal__options{display:flex;flex-direction:column;gap:.75rem;text-align:left}.shop-modal__option-group{display:flex;flex-direction:column}.shop-modal__option-label{font-size:.75rem;font-weight:700;color:var(--color-slate-700);display:block;margin-bottom:.375rem}.shop-modal__option-row{display:flex;gap:.5rem}.shop-modal__option-wrap{display:flex;flex-wrap:wrap;gap:.5rem}.shop-modal__option-btn{padding:.5rem .75rem;border-radius:var(--radius-xl);font-size:.75rem;font-weight:700;border:1px solid var(--color-slate-200);transition:all .2s ease;cursor:pointer;background:var(--color-slate-50);color:var(--color-slate-600)}.shop-modal__option-btn:hover{background:var(--color-slate-100)}.shop-modal__option-btn--active{background:var(--color-amber-500);color:var(--color-white);border-color:var(--color-amber-500);box-shadow:var(--shadow-sm)}.shop-modal__config-btn{padding:.375rem .75rem;border-radius:var(--radius-xl);font-size:.75rem;font-weight:600;border:1px solid var(--color-slate-200);transition:all .2s ease;cursor:pointer;display:flex;align-items:center;gap:.375rem;background:var(--color-slate-50);color:var(--color-slate-600)}.shop-modal__config-btn:hover{background:var(--color-slate-100)}.shop-modal__config-btn--active{background:var(--color-emerald-50);color:var(--color-emerald-600);border-color:#6ee7b7;box-shadow:var(--shadow-xs)}.shop-modal__info-box{background:var(--color-slate-50);border-radius:var(--radius-2xl);padding:1rem;border:1px solid var(--color-slate-200);display:flex;align-items:flex-start;gap:.625rem;text-align:left}.shop-modal__info-icon{color:var(--color-amber-500);flex-shrink:0;margin-top:.125rem}.shop-modal__info-text{font-size:.75rem;color:var(--color-slate-500)}.shop-modal__features{background:var(--color-slate-50);padding:1rem;border-radius:var(--radius-2xl);border:1px solid var(--color-slate-200);text-align:left}.shop-modal__features-title{font-size:.75rem;font-weight:700;color:var(--color-slate-800);margin-bottom:.5rem}.shop-modal__features-list{display:flex;flex-direction:column;gap:.375rem;list-style:none}.shop-modal__feature-item{font-size:.75rem;color:var(--color-slate-600);display:flex;align-items:flex-start;gap:.5rem}.shop-modal__feature-icon{color:var(--color-emerald-600);flex-shrink:0;margin-top:.125rem}.shop-modal__specs{border-top:1px solid var(--color-slate-100);padding-top:1.25rem;font-size:.75rem;text-align:left}.shop-modal__specs-title{font-weight:700;color:var(--color-slate-700);margin-bottom:.75rem}.shop-modal__specs-grid{display:grid;grid-template-columns:repeat(2,1fr);column-gap:1.5rem;row-gap:.5rem}.shop-modal__spec-row{display:flex;justify-content:space-between;padding:.25rem 0;border-bottom:1px solid var(--color-slate-100)}.shop-modal__spec-label{color:var(--color-slate-400)}.shop-modal__spec-value{font-weight:700;color:var(--color-slate-800)}.shop-modal__spec-value--amber{font-weight:700;color:var(--color-amber-600)}.shop-modal__spec-value--muted{font-weight:700;color:var(--color-slate-700)}.shop-modal__footer{padding-top:1.5rem;border-top:1px solid var(--color-slate-100);display:flex;align-items:center;gap:1rem}.shop-modal__qty{display:flex;align-items:center;border:1px solid var(--color-slate-200);border-radius:var(--radius-xl);overflow:hidden;flex-shrink:0}.shop-modal__qty-btn{padding:.625rem .875rem;background:var(--color-slate-50);color:var(--color-slate-500);font-weight:700;cursor:pointer;transition:background .2s ease}.shop-modal__qty-btn:hover{background:var(--color-slate-200)}.shop-modal__qty-btn:focus{outline:none}.shop-modal__qty-value{padding:.5rem 1rem;font-size:.875rem;font-weight:700;color:var(--color-slate-900);min-width:2.5rem;text-align:center;background:var(--color-white)}.shop-modal__add-btn{flex:1;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 1.5rem;background:var(--gradient-amber);color:var(--color-slate-950);font-weight:700;border-radius:var(--radius-xl);box-shadow:var(--shadow-md);transition:all .2s ease;cursor:pointer;font-size:.875rem}.shop-modal__add-btn:hover{box-shadow:var(--shadow-lg)}@keyframes phone-modal-pulse{0%,to{opacity:1}50%{opacity:.5}}.phone-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:var(--z-modal);display:flex;align-items:center;justify-content:center;padding:1rem}.phone-modal__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#02061799;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.phone-modal__panel{position:relative;width:100%;max-width:28rem;background:var(--color-white);border-radius:var(--radius-3xl);overflow:hidden;box-shadow:var(--shadow-2xl);border:1px solid var(--color-slate-100);padding:1.5rem;text-align:center;color:var(--color-slate-800)}@media(min-width:640px){.phone-modal__panel{padding:2rem}}.phone-modal__close{position:absolute;top:1rem;right:1rem;padding:.5rem;border-radius:var(--radius-full);color:var(--color-slate-400);transition:all .2s ease;cursor:pointer}.phone-modal__close:hover{color:var(--color-slate-700);background:var(--color-slate-100)}.phone-modal__icon-wrap{margin:0 auto 1.25rem;width:4rem;height:4rem;border-radius:var(--radius-full);background:var(--color-red-50);display:flex;align-items:center;justify-content:center;border:1px solid var(--color-red-100);box-shadow:inset 0 2px 4px #0f172a0f}.phone-modal__icon{width:2rem;height:2rem;color:var(--color-red-600);fill:var(--color-red-100);animation:phone-modal-pulse 2s cubic-bezier(.4,0,.6,1) infinite}.phone-modal__header{display:flex;flex-direction:column;align-items:center;gap:.5rem;margin-bottom:1.5rem}.phone-modal__badge{display:inline-flex;align-items:center;width:fit-content;max-width:100%;font-size:.625rem;color:var(--color-red-600);font-weight:800;letter-spacing:.1em;text-transform:uppercase;background:var(--color-red-50);padding:.25rem .625rem;border-radius:var(--radius-full);border:1px solid var(--color-red-100)}.phone-modal__title{font-size:1.25rem;font-weight:900;color:var(--color-slate-900);padding-top:.25rem}@media(min-width:640px){.phone-modal__title{font-size:1.5rem}}.phone-modal__description{font-size:.75rem;color:var(--color-slate-500);line-height:1.625;max-width:24rem;margin:0 auto}@media(min-width:640px){.phone-modal__description{font-size:.875rem}}.phone-modal__hotline-card{background:var(--color-slate-50);border:1px solid rgba(226,232,240,.8);border-radius:var(--radius-2xl);padding:1.25rem;margin-bottom:1.25rem;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;box-shadow:var(--shadow-xs)}.phone-modal__hotline-label{font-size:.625rem;color:var(--color-slate-400);font-weight:700;text-transform:uppercase;letter-spacing:.05em}.phone-modal__hotline-link{display:inline-flex;align-items:center;gap:.625rem;font-size:1.5rem;font-weight:900;color:var(--color-red-600);transition:all .3s ease;letter-spacing:-.025em}@media(min-width:640px){.phone-modal__hotline-link{font-size:1.875rem}}.phone-modal__hotline-link:hover{color:var(--color-red-500);transform:scale(1.02)}.phone-modal__hotline-icon{width:1.75rem;height:1.75rem;fill:var(--color-red-50);color:var(--color-red-600)}.phone-modal__actions{display:grid;grid-template-columns:repeat(2,1fr);gap:.875rem;margin-bottom:1.5rem}.phone-modal__btn{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1rem;border-radius:var(--radius-xl);font-size:.75rem;font-weight:800;transition:all .2s ease;cursor:pointer}.phone-modal__btn:active{transform:scale(.95)}.phone-modal__btn--copy{border:1px solid var(--color-slate-200);color:var(--color-slate-700)}.phone-modal__btn--copy:hover{background:var(--color-slate-50)}.phone-modal__btn--copy-copied{color:var(--color-emerald-600)}.phone-modal__btn--zalo{background:var(--color-slate-900);color:var(--color-white)}.phone-modal__btn--zalo:hover{background:var(--color-slate-800)}.phone-modal__trust{padding-top:1.25rem;border-top:1px solid var(--color-slate-100);display:flex;align-items:center;justify-content:center;gap:1.5rem;font-size:.625rem;color:var(--color-slate-400);font-weight:700}.phone-modal__trust-item{display:flex;align-items:center;gap:.25rem}.phone-modal__trust-icon--emerald{color:var(--color-emerald-600);flex-shrink:0}.phone-modal__trust-icon--amber{color:var(--color-amber-500);flex-shrink:0}.phone-modal__copy-icon--muted{color:var(--color-slate-500)}.phone-modal__copy-icon--success{color:var(--color-emerald-600)}.kym-space{background:var(--color-slate-50);color:var(--color-slate-800);min-height:100vh;padding:3rem 0;text-align:left;font-family:var(--font-sans)}.kym-space__inner{display:flex;flex-direction:column;gap:4rem}.kym-space__intro{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center}@media(min-width:1024px){.kym-space__intro{grid-template-columns:1fr 1fr}}.kym-space__intro-content{display:flex;flex-direction:column;gap:1.5rem}.kym-space__badge{display:inline-flex;align-items:center;width:fit-content;max-width:100%;align-self:flex-start;color:var(--color-amber-600);font-weight:700;text-transform:uppercase;letter-spacing:.1em;font-size:.75rem;background:#f59e0b1a;padding:.25rem .875rem;border-radius:var(--radius-full);border:1px solid rgba(245,158,11,.2)}.kym-space__title{font-size:1.875rem;font-weight:800;color:var(--color-slate-900);line-height:1.25}@media(min-width:640px){.kym-space__title{font-size:2.25rem}}@media(min-width:1024px){.kym-space__title{font-size:3rem}}.kym-space__title-accent{color:var(--color-amber-500);font-family:var(--font-sans)}.kym-space__intro-desc{color:var(--color-slate-600);line-height:1.625;font-size:.875rem}@media(min-width:640px){.kym-space__intro-desc{font-size:1rem}}.kym-space__features{display:flex;flex-direction:column;gap:1rem;padding-top:.5rem}.kym-space__feature{display:flex;align-items:flex-start;gap:.75rem;font-size:.875rem}.kym-space__feature-icon{padding:.5rem;border-radius:var(--radius-xl);flex-shrink:0}.kym-space__feature-icon--amber{background:var(--color-amber-100);color:var(--color-amber-600)}.kym-space__feature-icon--emerald{background:var(--color-emerald-100);color:var(--color-emerald-600)}.kym-space__feature-title{font-weight:700;color:var(--color-slate-900)}.kym-space__feature-desc{color:var(--color-slate-500);font-size:.75rem}.kym-space__intro-visual{position:relative}.kym-space__intro-image-wrap{border-radius:var(--radius-3xl);overflow:hidden;aspect-ratio:4 / 3;box-shadow:var(--shadow-lg);border:1px solid var(--color-slate-200)}.kym-space__intro-image{width:100%;height:100%;object-fit:cover}.kym-space__intro-overlay{position:absolute;bottom:-1.5rem;left:-1.5rem;background:var(--color-white);border-radius:var(--radius-2xl);padding:1rem;box-shadow:var(--shadow-xl);border:1px solid rgba(226,232,240,.8);display:flex;align-items:center;gap:.875rem;max-width:20rem}.kym-space__overlay-icon{width:2.75rem;height:2.75rem;padding:0;display:flex;align-items:center;justify-content:center;background:var(--color-amber-400);color:var(--color-slate-950);border-radius:var(--radius-full);flex-shrink:0}.kym-space__overlay-title{font-weight:700;color:var(--color-slate-900);font-size:.75rem}.kym-space__overlay-desc{color:var(--color-slate-500);font-size:.6875rem;line-height:1.625}.kym-space__simulator{background:var(--color-white);border-radius:var(--radius-3xl);padding:1.5rem;box-shadow:var(--shadow-lg);border:1px solid rgba(226,232,240,.8);position:relative;overflow:hidden}@media(min-width:640px){.kym-space__simulator{padding:2.5rem}}.kym-space__simulator-glow{position:absolute;top:-40px;right:-40px;width:8rem;height:8rem;border-radius:50%;background:#f59e0b0d;filter:blur(24px)}.kym-space__simulator-header{text-align:left;max-width:48rem}.kym-space__simulator-header .kym-space__section-label{margin-bottom:.75rem}.kym-space__section-label{color:var(--color-amber-600);font-weight:700;text-transform:uppercase;letter-spacing:.1em;font-size:.75rem}.kym-space__section-title{font-size:1.5rem;font-weight:800;color:var(--color-slate-900)}@media(min-width:640px){.kym-space__section-title{font-size:1.875rem}}.kym-space__section-desc{color:var(--color-slate-500);font-size:.875rem;margin-top:.75rem}.kym-space__simulator-grid{display:grid;grid-template-columns:1fr;gap:2rem;padding-top:1rem;margin-top:2rem}@media(min-width:1024px){.kym-space__simulator-grid{grid-template-columns:repeat(12,1fr)}}.kym-space__controls{background:var(--color-slate-50);padding:1.25rem;border-radius:var(--radius-2xl);border:1px solid rgba(226,232,240,.6);display:flex;flex-direction:column;gap:1.5rem}@media(min-width:1024px){.kym-space__controls{grid-column:span 4}}.kym-space__controls-title{font-weight:700;color:var(--color-slate-900);font-size:.875rem;text-transform:uppercase;letter-spacing:.05em;padding-bottom:.5rem;border-bottom:1px solid var(--color-slate-200);display:flex;align-items:center;gap:.5rem}.kym-space__control-group{display:flex;flex-direction:column;gap:.5rem;text-align:left}.kym-space__control-row{display:flex;justify-content:space-between;font-size:.75rem;font-weight:700;color:var(--color-slate-700)}.kym-space__control-value{color:var(--color-amber-600);font-weight:800}.kym-space__control-value--emerald{color:var(--color-emerald-600);font-family:JetBrains Mono,ui-monospace,monospace}.kym-space__range{width:100%;height:.375rem;background:var(--color-slate-200);border-radius:var(--radius-lg);-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;accent-color:var(--color-amber-500)}.kym-space__control-warning{font-size:.625rem;color:#f43f5e;font-weight:600}.kym-space__direction-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem}.kym-space__direction-btn{padding:.5rem .75rem;font-size:.75rem;border-radius:var(--radius-xl);border:1px solid var(--color-slate-200);font-weight:700;cursor:pointer;transition:all .2s ease;background:var(--color-white);color:var(--color-slate-600)}.kym-space__direction-btn:hover{background:var(--color-slate-100)}.kym-space__direction-btn--active{background:var(--color-amber-500);color:var(--color-white);border-color:var(--color-amber-500);box-shadow:var(--shadow-sm)}.kym-space__material-section{padding-top:.5rem;border-top:1px solid var(--color-slate-200)}.kym-space__material-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem;margin-top:.5rem}.kym-space__material-btn{padding:.375rem .5rem;font-size:.625rem;border-radius:var(--radius-lg);border:1px solid var(--color-slate-200);font-weight:600;cursor:pointer;transition:all .2s ease;background:var(--color-white);color:var(--color-slate-600)}.kym-space__material-btn:hover{background:var(--color-slate-100)}.kym-space__material-btn--active{background:var(--color-emerald-50);color:var(--color-emerald-600);border-color:#6ee7b7}.kym-space__roof-area{display:flex;flex-direction:column;justify-content:space-between;background:var(--color-slate-900);border:1px solid var(--color-slate-950);border-radius:var(--radius-2xl);padding:1.25rem;text-align:center;min-height:350px}@media(min-width:1024px){.kym-space__roof-area{grid-column:span 5}}.kym-space__roof-header{display:flex;justify-content:space-between;align-items:center;padding-bottom:.75rem;border-bottom:1px solid #292524}.kym-space__roof-header-label{font-size:.75rem;font-weight:700;color:#a8a29e;text-transform:uppercase;letter-spacing:.05em}.kym-space__roof-header-size{font-size:.625rem;color:var(--color-amber-400);font-family:JetBrains Mono,ui-monospace,monospace;font-weight:700}.kym-space__roof-canvas-wrap{flex:1;margin:1.5rem 0;display:flex;align-items:center;justify-content:center;padding:1rem}.kym-space__roof-canvas{width:100%;max-width:320px;aspect-ratio:4 / 3;border-radius:var(--radius-2xl);padding:.75rem;border:2px solid;transition:all .2s ease;position:relative;overflow:hidden;display:flex;flex-direction:column;justify-content:center;align-items:center}.kym-space__roof-canvas--ton{background:#78350f1a;border-color:#f59e0b33;background-image:repeating-linear-gradient(45deg,#292524,#292524 10px,#1c1917 10px,#1c1917 20px)}.kym-space__roof-canvas--ngoi{background:#4c05191a;border-color:#f43f5e33;background-image:repeating-linear-gradient(0deg,#292524,#292524 12px,#44403c 12px,#44403c 14px)}.kym-space__roof-canvas--betong{background:#292524;border-color:#44403c}.kym-space__roof-label-top{position:absolute;top:.25rem;left:.5rem;font-size:.5625rem;color:#78716c;font-family:JetBrains Mono,ui-monospace,monospace;font-weight:600}.kym-space__roof-label-bottom{position:absolute;bottom:.25rem;right:.5rem;font-size:.5625rem;color:#78716c;font-family:JetBrains Mono,ui-monospace,monospace;font-weight:600}.kym-space__panel-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:.5rem;width:100%}.kym-space__panel{aspect-ratio:4 / 6;border-radius:var(--radius-md);background:linear-gradient(to top right,#082f49,#312e81);border:1px solid rgba(56,189,248,.5);position:relative;display:flex;flex-direction:column;justify-content:space-between;padding:.25rem;box-shadow:0 4px 6px #082f4933;cursor:help}.kym-space__panel-cells{width:100%;height:100%;opacity:.35;display:grid;grid-template-columns:repeat(3,1fr);gap:.125rem;pointer-events:none}.kym-space__panel-cell{border-right:1px dashed rgba(56,189,248,1)}.kym-space__panel-cell:last-child{border-right:none}.kym-space__panel-num{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;font-size:.5rem;font-family:JetBrains Mono,ui-monospace,monospace;font-weight:800;color:#7dd3fc}.kym-space__roof-footer{display:flex;justify-content:space-between;align-items:center;font-size:.625rem;color:#78716c;font-weight:600;border-top:1px solid #292524;padding-top:.75rem}.kym-space__roof-legend{display:flex;align-items:center;gap:.25rem}.kym-space__roof-legend-swatch{width:.625rem;height:.625rem;background:linear-gradient(to top right,#082f49,#312e81);border:1px solid rgba(56,189,248,.5);border-radius:2px}.kym-space__metrics{display:flex;flex-direction:column;justify-content:space-between;gap:1rem}@media(min-width:1024px){.kym-space__metrics{grid-column:span 3}}.kym-space__metric-card{background:var(--color-slate-50);padding:1rem;border-radius:var(--radius-xl);border:1px solid var(--color-slate-200);color:var(--color-slate-800);text-align:left;box-shadow:var(--shadow-xs)}.kym-space__metric-label{font-size:.625rem;color:var(--color-slate-500);font-weight:700;text-transform:uppercase;letter-spacing:.05em}.kym-space__metric-value{font-size:1.5rem;font-weight:900;margin-top:.25rem;font-family:JetBrains Mono,ui-monospace,monospace}.kym-space__metric-value--amber{color:var(--color-amber-600)}.kym-space__metric-value--emerald{color:var(--color-emerald-600)}.kym-space__metric-hint{font-size:.625rem;color:var(--color-slate-500);margin-top:.25rem}.kym-space__warning-box{padding:.75rem;background:var(--color-amber-50);border:1px solid var(--color-amber-100);border-radius:var(--radius-xl);font-size:.625rem;color:var(--color-amber-800);line-height:1.625;text-align:left}.kym-space__booking{display:grid;grid-template-columns:1fr;gap:3rem;align-items:start}@media(min-width:1024px){.kym-space__booking{grid-template-columns:1fr 1fr}}.kym-space__booking-info{display:flex;flex-direction:column;gap:1.5rem}.kym-space__service-card{background:var(--color-white);border-radius:var(--radius-2xl);padding:1.25rem;border:1px solid var(--color-slate-200);box-shadow:var(--shadow-xs)}.kym-space__service-card-title{font-weight:700;color:var(--color-slate-900);font-size:.875rem;margin-bottom:.875rem}.kym-space__service-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;font-size:.75rem;color:var(--color-slate-500)}.kym-space__service-item-label{font-weight:700;display:block;color:var(--color-slate-700)}.kym-space__service-item-value--free{color:var(--color-emerald-600);font-weight:700}.kym-space__testimonial{border-left:4px solid var(--color-amber-500);padding-left:1rem;padding-top:.25rem;padding-bottom:.25rem;font-style:italic;font-size:.75rem;color:var(--color-slate-500);line-height:1.625}.kym-space__testimonial-author{display:block;font-weight:700;color:var(--color-slate-700);margin-top:.375rem;font-style:normal}.kym-space__form-card{background:var(--color-white);border-radius:var(--radius-3xl);padding:1.5rem;box-shadow:var(--shadow-lg);border:1px solid var(--color-slate-200)}@media(min-width:640px){.kym-space__form-card{padding:2rem}}.kym-space__form{display:flex;flex-direction:column;gap:1.25rem}.kym-space__form-title{font-size:1.125rem;font-weight:700;color:var(--color-slate-900);padding-bottom:.75rem;border-bottom:1px solid var(--color-slate-100);text-align:left}.kym-space__form-fields{display:flex;flex-direction:column;gap:1rem;text-align:left}.kym-space__form-field{display:flex;flex-direction:column;gap:.25rem}.kym-space__form-label{font-size:.75rem;font-weight:700;color:var(--color-slate-700)}.kym-space__form-input{width:100%;background:var(--color-slate-50);border:1px solid var(--color-slate-200);border-radius:var(--radius-xl);padding:.625rem 1rem;font-size:.75rem;color:var(--color-slate-900);text-align:left}.kym-space__form-input::placeholder{color:var(--color-slate-400)}.kym-space__form-input:focus{outline:none;border-color:var(--color-amber-500)}.kym-space__form-row{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;text-align:left;padding-top:.5rem;border-top:1px solid var(--color-slate-100)}.kym-space__form-submit-wrap{display:flex;flex-direction:column;gap:.75rem}.kym-space__form-submit{width:100%;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 1.5rem;background:var(--gradient-amber);color:var(--color-slate-950);font-weight:700;border-radius:var(--radius-xl);box-shadow:var(--shadow-md);cursor:pointer;font-size:.875rem;border:none;transition:all .2s ease}.kym-space__form-submit:hover{box-shadow:var(--shadow-lg),0 4px 12px #f59e0b1a}.kym-space__form-hotline{text-align:center;font-size:.6875rem;color:var(--color-slate-500);line-height:1}.kym-space__form-hotline a{color:var(--color-red-600);font-weight:800}.kym-space__form-hotline a:hover{text-decoration:underline}.kym-space__modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:var(--z-modal);display:flex;align-items:center;justify-content:center;padding:1rem}.kym-space__modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a99;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.kym-space__modal{position:relative;background:var(--color-white);border-radius:var(--radius-3xl);box-shadow:var(--shadow-2xl);border:1px solid var(--color-slate-200);padding:1.5rem;max-width:28rem;width:100%;z-index:10;text-align:center;color:var(--color-slate-800)}@media(min-width:640px){.kym-space__modal{padding:2rem}}.kym-space__modal-close{position:absolute;top:1rem;right:1rem;padding:.5rem;border-radius:var(--radius-full);background:var(--color-slate-100);color:var(--color-slate-500);cursor:pointer;transition:all .2s ease;border:none}.kym-space__modal-close:hover{background:var(--color-slate-200);color:var(--color-slate-950)}.kym-space__modal-icon{width:4rem;height:4rem;border-radius:var(--radius-full);background:var(--color-red-50);color:var(--color-red-600);display:flex;align-items:center;justify-content:center;margin:0 auto;animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}.kym-space__modal-label{color:var(--color-emerald-600);font-weight:800;text-transform:uppercase;letter-spacing:.05em;font-size:.75rem}.kym-space__modal-title{font-size:1.25rem;font-weight:800;color:var(--color-slate-900);margin-top:.5rem}.kym-space__modal-desc{font-size:.75rem;color:var(--color-slate-500);line-height:1.625;margin-top:.5rem}.kym-space__modal-phone-box{display:block;background:linear-gradient(to bottom right,var(--color-red-50),var(--color-amber-50));border-radius:var(--radius-2xl);border:1px solid var(--color-red-100);padding:1.25rem;cursor:pointer;transition:all .2s ease;margin-top:1.5rem}.kym-space__modal-phone-box:hover{border-color:#fca5a5}.kym-space__modal-phone-label{font-size:.625rem;color:var(--color-slate-400);font-weight:700;text-transform:uppercase;letter-spacing:.1em;display:block;margin-bottom:.25rem}.kym-space__modal-phone-number{font-size:1.5rem;font-weight:900;color:var(--color-red-600);font-family:JetBrains Mono,ui-monospace,monospace;letter-spacing:-.025em;display:block;transition:color .2s ease}@media(min-width:640px){.kym-space__modal-phone-number{font-size:1.875rem}}.kym-space__modal-phone-box:hover .kym-space__modal-phone-number{color:#b91c1c}.kym-space__modal-phone-hint{font-size:.6875rem;color:var(--color-emerald-600);font-weight:700;margin-top:.25rem;display:block}.kym-space__modal-actions{display:flex;flex-direction:column;gap:.75rem;padding-top:.5rem;margin-top:1.5rem}@media(min-width:640px){.kym-space__modal-actions{flex-direction:row}}.kym-space__modal-btn-call{flex:1;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.25rem;background:var(--color-red-600);color:var(--color-white);font-weight:800;border-radius:var(--radius-xl);box-shadow:var(--shadow-md);font-size:.875rem;cursor:pointer;transition:all .2s ease;border:none}.kym-space__modal-btn-call:hover{background:#b91c1c}.kym-space__modal-btn-close{flex:1;padding:.75rem 1.25rem;background:var(--color-slate-100);color:var(--color-slate-700);font-weight:700;border-radius:var(--radius-xl);font-size:.875rem;cursor:pointer;border:none;transition:all .2s ease}.kym-space__modal-btn-close:hover{background:var(--color-slate-200)}.kym-space .icon-sm{width:1rem;height:1rem;flex-shrink:0}.kym-space .icon-md{width:1.25rem;height:1.25rem;flex-shrink:0}.kym-space .icon-lg{width:1.5rem;height:1.5rem;flex-shrink:0}.kym-space .icon-xl{width:2rem;height:2rem;flex-shrink:0}.kym-space .icon-amber{color:var(--color-amber-500)}.kym-space .icon-fill{fill:currentColor}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.our-story{background:var(--color-slate-50);color:var(--color-slate-800);padding-top:4rem;padding-bottom:4rem;text-align:left}.our-story__container{display:flex;flex-direction:column;gap:5rem}.our-story__intro{text-align:center;max-width:48rem;margin-left:auto;margin-right:auto;display:flex;flex-direction:column;gap:1rem}.our-story__badge{color:var(--color-amber-600);font-weight:700;text-transform:uppercase;letter-spacing:.1em;font-size:.75rem;display:inline-flex;align-items:center;width:fit-content;max-width:100%;align-self:center;background:#f59e0b1a;padding:.25rem .875rem;border-radius:var(--radius-full);border:1px solid rgba(245,158,11,.2)}.our-story__title{font-size:1.875rem;font-weight:800;color:var(--color-slate-900);line-height:1.25}@media(min-width:640px){.our-story__title{font-size:2.25rem}}@media(min-width:1024px){.our-story__title{font-size:3rem}}.our-story__title-accent{color:var(--color-red-600);font-family:var(--font-sans)}.our-story__lead{color:var(--color-slate-600);font-size:.875rem;line-height:1.625}@media(min-width:640px){.our-story__lead{font-size:1rem}}.our-story__values{display:flex;flex-direction:column;gap:2rem}.our-story__section-heading{text-align:center;font-size:1.5rem;font-weight:800;color:var(--color-slate-900)}@media(min-width:640px){.our-story__section-heading{font-size:1.875rem}}.our-story__values-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:768px){.our-story__values-grid{grid-template-columns:repeat(3,1fr)}}.our-story__value-card{background:var(--color-white);border-radius:var(--radius-3xl);padding:2rem;border:1px solid var(--color-slate-200);box-shadow:var(--shadow-md);display:flex;flex-direction:column;gap:1rem}.our-story__value-icon{width:3rem;height:3rem;border-radius:var(--radius-2xl);display:flex;align-items:center;justify-content:center;box-shadow:inset 0 2px 4px #0f172a0f}.our-story__value-icon--amber{background:var(--color-amber-100);color:var(--color-amber-600)}.our-story__value-icon--emerald{background:var(--color-emerald-100);color:var(--color-emerald-600)}.our-story__value-title{font-size:1.125rem;font-weight:700;color:var(--color-slate-900)}.our-story__value-text{color:var(--color-slate-500);font-size:.75rem;line-height:1.625}@media(min-width:640px){.our-story__value-text{font-size:.875rem}}.our-story__experts{display:flex;flex-direction:column;gap:3rem}.our-story__experts-header{text-align:center;max-width:42rem;margin-left:auto;margin-right:auto;display:flex;flex-direction:column;gap:.5rem}.our-story__experts-subtitle{color:var(--color-slate-500);font-size:.875rem}.our-story__experts-list{display:flex;flex-direction:column;gap:3rem}.our-story__expert-card{display:flex;flex-direction:column;gap:2rem;align-items:center;background:var(--color-white);border-radius:var(--radius-3xl);padding:1.5rem;border:1px solid var(--color-slate-200);box-shadow:var(--shadow-lg)}@media(min-width:640px){.our-story__expert-card{padding:2.5rem}}@media(min-width:1024px){.our-story__expert-card{flex-direction:row;gap:4rem}.our-story__expert-card--reverse{flex-direction:row-reverse}}.our-story__expert-portrait{width:100%;flex-shrink:0;max-width:24rem}@media(min-width:1024px){.our-story__expert-portrait{width:33.333%}}.our-story__expert-photo-wrap{position:relative;aspect-ratio:3 / 4;border-radius:var(--radius-2xl);overflow:hidden;border:1px solid var(--color-slate-200);box-shadow:var(--shadow-sm)}.our-story__expert-photo{width:100%;height:100%;object-fit:cover;object-position:top}.our-story__expert-badge{position:absolute;top:1rem;left:1rem;background:var(--color-red-600);color:var(--color-white);font-weight:700;font-size:10px;padding:.25rem .75rem;border-radius:var(--radius-lg);text-transform:uppercase;letter-spacing:.05em}.our-story__expert-bio{flex:1;display:flex;flex-direction:column;gap:1.25rem;text-align:left}.our-story__expert-name-wrap{display:flex;flex-direction:column;gap:.25rem}.our-story__expert-name{font-size:1.5rem;font-weight:700;color:var(--color-slate-950)}.our-story__expert-role{font-size:.875rem;font-weight:700;color:var(--color-amber-600)}.our-story__expert-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;font-size:.75rem;background:var(--color-slate-50);padding:1rem;border-radius:var(--radius-xl);border:1px solid var(--color-slate-200);max-width:28rem}.our-story__expert-stat-label{color:var(--color-slate-400);display:block}.our-story__expert-stat-value{font-weight:700;color:var(--color-slate-800)}.our-story__expert-story{display:flex;flex-direction:column;gap:.5rem;font-size:.875rem;color:var(--color-slate-600);line-height:1.625;text-align:left}.our-story__expert-story-title{font-weight:700;color:var(--color-slate-900)}.our-story__expert-story-text{font-size:.75rem;line-height:1.625}.our-story__expert-quote{padding:1.25rem;background:#fffbeb66;border-radius:var(--radius-2xl);border:1px solid var(--color-amber-100);position:relative;overflow:hidden;text-align:left}.our-story__expert-quote-icon{position:absolute;top:.5rem;right:1rem;width:3rem;height:3rem;color:#f59e0b1a;fill:#f59e0b0d}.our-story__expert-quote-text{font-style:italic;font-size:.75rem;font-weight:600;color:var(--color-amber-800);line-height:1.625;position:relative}@media(min-width:640px){.our-story__expert-quote-text{font-size:.875rem}}
