body,html{max-width:100%;overflow-x:clip}:root{--asaan-primary: #00BCD4;--asaan-primary-hover: #00ACC1;--asaan-primary-light: #E0F7FA;--asaan-primary-10: rgba(0, 188, 212, .1);--asaan-primary-20: rgba(0, 188, 212, .2);--asaan-dark: #1A1A2E;--asaan-dark-80: rgba(26, 26, 46, .8);--asaan-text: #222222;--asaan-text-secondary: #555555;--asaan-text-muted: #888888;--asaan-white: #FFFFFF;--asaan-bg: #FFFFFF;--asaan-bg-tint: #F0FAFA;--asaan-bg-gray: #F7F8FA;--asaan-bg-dark: #111827;--asaan-success: #22C55E;--asaan-warning: #F59E0B;--asaan-danger: #EF4444;--asaan-border: #E5E7EB;--asaan-border-light: #F0F0F0;--asaan-shadow-sm: 0 1px 3px rgba(0,0,0,.06), 0 1px 2px rgba(0,0,0,.04);--asaan-shadow-md: 0 4px 12px rgba(0,0,0,.08);--asaan-shadow-lg: 0 10px 40px rgba(0,0,0,.1);--asaan-shadow-card: 0 2px 8px rgba(0,0,0,.06), 0 0 1px rgba(0,0,0,.04);--asaan-font: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--asaan-h1: clamp(30px, 3.8vw, 48px);--asaan-h2: clamp(22px, 2.6vw, 34px);--asaan-h3: clamp(17px, 1.7vw, 22px);--asaan-body: 16px;--asaan-body-lg: 16px;--asaan-small: 14px;--asaan-xs: 13px;--asaan-space-xs: 4px;--asaan-space-sm: 8px;--asaan-space-md: 16px;--asaan-space-lg: 24px;--asaan-space-xl: 32px;--asaan-space-2xl: 48px;--asaan-space-3xl: 64px;--asaan-space-4xl: 80px;--asaan-section-pad: clamp(48px, 7vw, 80px);--asaan-container: 1320px;--asaan-container-narrow: 960px;--asaan-gutter: 24px;--asaan-radius-sm: 8px;--asaan-radius-md: 10px;--asaan-radius-lg: 16px;--asaan-radius-xl: 20px;--asaan-radius-full: 9999px;--asaan-ease: cubic-bezier(.4, 0, .2, 1);--asaan-duration: .25s}.shopify-section .asaan-section *{font-family:var(--asaan-font)!important;box-sizing:border-box}.asaan-section{font-family:var(--asaan-font);color:var(--asaan-text);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.asaan-section img{max-width:100%;height:auto;display:block}.asaan-section a{color:inherit;text-decoration:none}.asaan-container{max-width:var(--asaan-container);margin-left:auto;margin-right:auto;padding-left:var(--asaan-gutter);padding-right:var(--asaan-gutter)}.asaan-container--narrow{max-width:var(--asaan-container-narrow)}.asaan-section-padding{padding-top:var(--asaan-section-pad);padding-bottom:var(--asaan-section-pad)}.asaan-grid{display:grid;gap:var(--asaan-space-lg)}.asaan-grid--2{grid-template-columns:repeat(2,1fr)}.asaan-grid--3{grid-template-columns:repeat(3,1fr)}.asaan-grid--4{grid-template-columns:repeat(4,1fr)}@media(max-width:768px){.asaan-grid--2,.asaan-grid--3,.asaan-grid--4{grid-template-columns:1fr}}@media(min-width:769px)and (max-width:1024px){.asaan-grid--3,.asaan-grid--4{grid-template-columns:repeat(2,1fr)}}.asaan-flex{display:flex}.asaan-flex-col{flex-direction:column}.asaan-items-center{align-items:center}.asaan-justify-center{justify-content:center}.asaan-justify-between{justify-content:space-between}.asaan-gap-sm{gap:var(--asaan-space-sm)}.asaan-gap-md{gap:var(--asaan-space-md)}.asaan-gap-lg{gap:var(--asaan-space-lg)}.asaan-gap-xl{gap:var(--asaan-space-xl)}.asaan-text-center{text-align:center}.asaan-h1{font-size:var(--asaan-h1);font-weight:700;line-height:1.15;letter-spacing:-.02em;color:var(--asaan-text)}.asaan-h2{font-size:var(--asaan-h2);font-weight:700;line-height:1.2;letter-spacing:-.01em;color:var(--asaan-text)}.asaan-h3{font-size:var(--asaan-h3);font-weight:600;line-height:1.3;color:var(--asaan-text)}.asaan-subtext{font-size:var(--asaan-body-lg, 16px);color:var(--asaan-text-secondary)!important;line-height:1.7;max-width:620px}.asaan-section-header{text-align:center;margin-bottom:var(--asaan-space-2xl)}.asaan-section-header .asaan-subtext{margin:var(--asaan-space-md) auto 0}.asaan-label{display:inline-block;font-size:var(--asaan-xs);font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--asaan-primary);margin-bottom:var(--asaan-space-sm)}.asaan-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-family:var(--asaan-font);font-size:16px;font-weight:600;line-height:1;padding:15px 30px;border-radius:var(--asaan-radius-sm);border:2px solid transparent;cursor:pointer;transition:all var(--asaan-duration) var(--asaan-ease);white-space:nowrap;text-decoration:none}.asaan-btn--primary{background:var(--asaan-primary);color:#fff!important;border-color:var(--asaan-primary)}.asaan-btn--primary:hover{background:var(--asaan-primary-hover);border-color:var(--asaan-primary-hover);color:#fff!important;transform:translateY(-1px);box-shadow:0 4px 12px #00bcd44d}.asaan-btn--outline{background:transparent;color:var(--asaan-primary)!important;border-color:var(--asaan-primary)}.asaan-btn--outline:hover{background:var(--asaan-primary-10);color:var(--asaan-primary)!important}.asaan-btn--dark{background:var(--asaan-dark);color:#fff!important;border-color:var(--asaan-dark)}.asaan-btn--dark:hover{background:#2d2d4a;border-color:#2d2d4a;color:#fff!important}.asaan-btn--white{background:var(--asaan-white);color:var(--asaan-primary)!important;border-color:var(--asaan-white)}.asaan-btn--white:hover{background:#f0f0f0;color:var(--asaan-primary)!important}.asaan-btn--lg{padding:16px 36px;font-size:16px}.asaan-btn--sm{padding:10px 20px;font-size:14px}.asaan-btn--full{width:100%}.asaan-btn svg{width:18px;height:18px;flex-shrink:0}.asaan-card{background:var(--asaan-white);border-radius:var(--asaan-radius-lg);border:1px solid var(--asaan-border-light);overflow:hidden;transition:all var(--asaan-duration) var(--asaan-ease)}.asaan-card:hover{box-shadow:var(--asaan-shadow-md);transform:translateY(-2px)}.asaan-card__image{width:100%;aspect-ratio:1/1;object-fit:cover;background:var(--asaan-bg-gray)}.asaan-card__body{padding:var(--asaan-space-lg)}.asaan-card__badge{display:inline-block;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;padding:4px 10px;border-radius:var(--asaan-radius-full);margin-bottom:var(--asaan-space-sm)}.asaan-card__badge--popular{background:var(--asaan-primary-10);color:var(--asaan-primary)}.asaan-card__badge--recommended{background:#22c55e1a;color:var(--asaan-success)}.asaan-card__title{font-size:17px;font-weight:600;margin-bottom:var(--asaan-space-sm);line-height:1.35}.asaan-card__features{list-style:none;padding:0;margin:var(--asaan-space-md) 0}.asaan-card__features li{font-size:var(--asaan-small);color:var(--asaan-text-secondary);padding:3px 0 3px 20px;position:relative}.asaan-card__features li:before{content:"\2713";position:absolute;left:0;top:0;color:var(--asaan-primary);font-weight:700;font-size:13px;line-height:inherit}.asaan-card__price{font-size:20px;font-weight:700;color:var(--asaan-text)}.asaan-card__price small{font-size:var(--asaan-small);font-weight:400;color:var(--asaan-text-muted)}.asaan-card__price .asaan-card__price-original{font-size:15px;text-decoration:line-through;color:var(--asaan-text-muted);font-weight:400;margin-left:6px}.asaan-header{position:sticky;top:0;z-index:1001;background:var(--asaan-white);border-bottom:1px solid var(--asaan-border-light);transition:box-shadow .3s ease}.asaan-header.is-scrolled{box-shadow:var(--asaan-shadow-sm)}.asaan-header__inner{display:flex;align-items:center;justify-content:space-between;height:72px;gap:var(--asaan-space-lg)}.asaan-header__logo img{height:40px;width:auto}.asaan-header__nav{display:flex;align-items:center;gap:var(--asaan-space-xl)}.asaan-header__nav a{font-size:14px;font-weight:500;color:var(--asaan-text-secondary);transition:color var(--asaan-duration);position:relative}.asaan-header__nav a:hover,.asaan-header__nav a.active{color:var(--asaan-text)}.asaan-header__nav a:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background:var(--asaan-primary);transition:width var(--asaan-duration) var(--asaan-ease)}.asaan-header__nav a:hover:after{width:100%}.asaan-header__actions{display:flex;align-items:center;gap:var(--asaan-space-md)}.asaan-header__phone{display:flex;align-items:center;gap:6px;font-size:var(--asaan-small);font-weight:500;color:var(--asaan-text-secondary)}.asaan-header__phone svg{width:16px;height:16px;color:var(--asaan-primary)}.asaan-header__hamburger{display:none;background:none;border:none;cursor:pointer;padding:8px}.asaan-header__hamburger span{display:block;width:22px;height:2px;background:var(--asaan-primary);margin:5px 0;transition:all .3s}.asaan-header__hamburger[aria-expanded=true] span:nth-child(1){transform:translateY(7px) rotate(45deg)}.asaan-header__hamburger[aria-expanded=true] span:nth-child(2){opacity:0;transform:scaleX(0)}.asaan-header__hamburger[aria-expanded=true] span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.asaan-mobile-nav{display:none;position:fixed;top:110px;left:0;right:0;bottom:0;background:var(--asaan-white);z-index:999;padding:var(--asaan-space-lg);flex-direction:column;gap:var(--asaan-space-md)}.asaan-mobile-nav.is-open{display:flex}.asaan-mobile-nav a{font-size:18px;font-weight:500;padding:var(--asaan-space-md) 0;border-bottom:1px solid var(--asaan-border-light);color:var(--asaan-text)}@media(max-width:768px){.asaan-header__nav,.asaan-header__phone{display:none}.asaan-header__hamburger{display:block}}.asaan-hero{background:linear-gradient(135deg,var(--asaan-bg-tint) 0%,var(--asaan-white) 100%);overflow:hidden}.asaan-hero__inner{display:grid;grid-template-columns:1fr 1fr;gap:var(--asaan-space-3xl);align-items:center;min-height:560px;padding-top:var(--asaan-space-3xl);padding-bottom:var(--asaan-space-3xl)}.asaan-hero__content{max-width:560px}.asaan-hero__content .asaan-h1{margin-bottom:var(--asaan-space-lg)}.asaan-hero__content .asaan-h1 span{color:var(--asaan-primary)}.asaan-hero__content .asaan-subtext{margin-bottom:var(--asaan-space-xl)}.asaan-hero__ctas{display:flex;gap:var(--asaan-space-md);flex-wrap:wrap;margin-bottom:var(--asaan-space-2xl)}.asaan-hero__trust{display:flex;gap:var(--asaan-space-xl);padding-top:var(--asaan-space-lg);border-top:1px solid var(--asaan-border-light)}.asaan-hero__trust-item{display:flex;align-items:center;gap:10px}.asaan-hero__trust-icon{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.asaan-hero__trust-icon--green{background:#22c55e1a;color:#22c55e}.asaan-hero__trust-icon--blue{background:#3b82f61a;color:#3b82f6}.asaan-hero__trust-icon--cyan{background:var(--asaan-primary-10);color:var(--asaan-primary)}.asaan-hero__trust-icon svg{width:20px;height:20px}.asaan-hero__trust-text strong{display:block;font-size:var(--asaan-small);font-weight:600;color:var(--asaan-text)}.asaan-hero__trust-text span{font-size:var(--asaan-xs);color:var(--asaan-text-muted)}.asaan-hero__image{position:relative}.asaan-hero__image img{width:100%;border-radius:var(--asaan-radius-xl);object-fit:cover;max-height:560px;display:block}.asaan-hero__placeholder{width:100%;aspect-ratio:4/3;background:var(--asaan-bg-gray);border-radius:var(--asaan-radius-xl);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;color:var(--asaan-text-muted);font-size:14px}.asaan-hero__video{position:relative;border-radius:var(--asaan-radius-xl);overflow:hidden;background:var(--asaan-bg-dark);aspect-ratio:16/9;width:100%}.asaan-hero__video-cover{width:100%;height:100%;object-fit:cover;display:block}.asaan-hero__video iframe{width:100%;height:100%;border:none;display:block}.asaan-hero__play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:72px;height:72px;background:#fffffff2;border-radius:50%;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 8px 32px #00000040;transition:transform .3s,box-shadow .3s;z-index:2}.asaan-hero__play:hover{transform:translate(-50%,-50%) scale(1.1);box-shadow:0 12px 40px #0000004d}.asaan-hero__play svg{width:28px;height:28px;color:var(--asaan-primary);margin-left:4px}.asaan-hero__badge{position:absolute;bottom:20px;left:20px;background:var(--asaan-white);border-radius:var(--asaan-radius-md);padding:14px 20px;box-shadow:var(--asaan-shadow-lg);display:flex;align-items:center;gap:12px;z-index:2}.asaan-hero__badge-icon{width:42px;height:42px;border-radius:50%;background:var(--asaan-primary-10);display:flex;align-items:center;justify-content:center;color:var(--asaan-primary);flex-shrink:0}.asaan-hero__badge-icon svg{width:20px;height:20px}.asaan-hero__badge-text strong{display:block;font-size:var(--asaan-small);font-weight:700;color:var(--asaan-text)}.asaan-hero__badge-text span{font-size:var(--asaan-xs);color:var(--asaan-text-muted)}@media(max-width:768px){.asaan-hero__inner{grid-template-columns:1fr;gap:var(--asaan-space-xl);min-height:auto;padding-top:var(--asaan-space-xl);padding-bottom:var(--asaan-space-xl)}.asaan-hero__content{order:1}.asaan-hero__image{order:2}.asaan-hero__trust{flex-direction:column;gap:var(--asaan-space-md)}}.asaan-why{background:var(--asaan-white)}.asaan-why__comparison{display:grid;grid-template-columns:1fr 1fr;gap:var(--asaan-space-lg);max-width:640px;margin:0 auto var(--asaan-space-2xl)}.asaan-why__compare-card{border-radius:var(--asaan-radius-lg);padding:var(--asaan-space-xl);text-align:center}.asaan-why__compare-card--dirty{background:#fef2f2;border:1px solid #FECACA}.asaan-why__compare-card--clean{background:#f0fdf4;border:1px solid #BBF7D0}.asaan-why__compare-value{font-size:40px;font-weight:800;line-height:1;margin-bottom:4px}.asaan-why__compare-card--dirty .asaan-why__compare-value{color:#ef4444}.asaan-why__compare-card--clean .asaan-why__compare-value{color:#22c55e}.asaan-why__compare-label{font-size:var(--asaan-small);color:var(--asaan-text-secondary)}.asaan-why__stats{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--asaan-space-lg)}.asaan-why__stat{text-align:center;padding:var(--asaan-space-lg)}.asaan-why__stat-icon{width:56px;height:56px;border-radius:50%;background:var(--asaan-primary-10);color:var(--asaan-primary);display:flex;align-items:center;justify-content:center;margin:0 auto var(--asaan-space-md)}.asaan-why__stat-icon svg{width:26px;height:26px}.asaan-why__stat-value{font-size:24px;font-weight:700;color:var(--asaan-text);margin-bottom:4px}.asaan-why__stat-label{font-size:var(--asaan-small);color:var(--asaan-text-muted)}@media(max-width:768px){.asaan-why__comparison{grid-template-columns:1fr 1fr}.asaan-why__stats{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.asaan-why__comparison{grid-template-columns:1fr;max-width:280px}.asaan-why__stats{grid-template-columns:1fr 1fr}.asaan-why__compare-value{font-size:32px}}.asaan-products{background:var(--asaan-bg-gray)}.asaan-products__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--asaan-space-lg)}.asaan-product-card{background:var(--asaan-white);border-radius:var(--asaan-radius-lg);border:1px solid var(--asaan-border-light);overflow:hidden;transition:all var(--asaan-duration) var(--asaan-ease);position:relative}.asaan-product-card:hover{box-shadow:var(--asaan-shadow-lg);transform:translateY(-4px)}.asaan-product-card--featured{border-color:var(--asaan-primary);box-shadow:0 0 0 1px var(--asaan-primary)}.asaan-product-card__image-wrap{position:relative;background:var(--asaan-bg-gray);overflow:hidden}.asaan-product-card__image-wrap img{width:100%;aspect-ratio:4/5;object-fit:cover;transition:transform .4s var(--asaan-ease)}.asaan-product-card:hover .asaan-product-card__image-wrap img{transform:scale(1.03)}.asaan-product-card__badge{position:absolute;top:12px;left:12px;background:var(--asaan-primary);color:var(--asaan-white);font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;padding:5px 12px;border-radius:var(--asaan-radius-full);z-index:2}.asaan-product-card__body{padding:var(--asaan-space-lg)}.asaan-product-card__title{font-size:18px;font-weight:600;color:var(--asaan-text);margin-bottom:var(--asaan-space-sm);line-height:1.3}.asaan-product-card__desc{font-size:var(--asaan-small);color:var(--asaan-text-muted);margin-bottom:var(--asaan-space-md);line-height:1.5}.asaan-product-card__footer{display:flex;flex-direction:column;gap:10px;margin-top:var(--asaan-space-md);padding-top:var(--asaan-space-md);border-top:1px solid var(--asaan-border-light)}.asaan-product-card__actions{display:flex;gap:8px}.asaan-product-card__actions .asaan-btn{flex:1;padding:9px 6px;font-size:13px;text-align:center;justify-content:center;white-space:nowrap}.asaan-product-card__price{font-size:19px;font-weight:700;color:var(--asaan-text)}.asaan-product-card__price small{font-size:var(--asaan-xs);font-weight:400;color:var(--asaan-text-muted);display:block}@media(max-width:1024px){.asaan-products__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.asaan-products__grid{grid-template-columns:1fr}}.asaan-accessories{background:var(--asaan-white)}.asaan-accessories__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--asaan-space-lg)}.asaan-accessory-card{background:var(--asaan-bg-gray);border-radius:var(--asaan-radius-lg);padding:var(--asaan-space-lg);text-align:center;transition:all var(--asaan-duration) var(--asaan-ease);border:1px solid transparent}.asaan-accessory-card:hover{border-color:var(--asaan-border);box-shadow:var(--asaan-shadow-sm)}.asaan-accessory-card img{width:120px;height:120px;object-fit:contain;margin:0 auto var(--asaan-space-md)}.asaan-accessory-card__title{font-size:var(--asaan-body);font-weight:600;margin-bottom:4px}.asaan-accessory-card__price{font-size:18px;font-weight:700;color:var(--asaan-primary)}@media(max-width:640px){.asaan-accessories__grid{grid-template-columns:1fr}}.asaan-bundle{position:relative;overflow:hidden}.asaan-bundle__inner{display:grid;grid-template-columns:45% 55%;min-height:380px;max-height:520px}.asaan-bundle__image{position:relative}.asaan-bundle__image img{width:100%;height:100%;max-height:520px;object-fit:cover;object-position:center}.asaan-bundle__content{display:flex;flex-direction:column;justify-content:center;padding:var(--asaan-space-3xl);background:linear-gradient(145deg,#f0fafa,#e0f7fa 60%,#f7fffe);border-left:4px solid var(--asaan-primary);position:relative}.asaan-bundle__content:after{content:"";position:absolute;top:-40px;right:-40px;width:180px;height:180px;border-radius:50%;background:radial-gradient(circle,rgba(0,188,212,.08) 0%,transparent 70%);pointer-events:none}.asaan-bundle__savings{display:inline-flex;align-items:center;gap:6px;background:#22c55e1a;color:var(--asaan-success);font-size:var(--asaan-small);font-weight:600;padding:6px 14px;border-radius:var(--asaan-radius-full);margin-bottom:var(--asaan-space-md);width:fit-content}.asaan-bundle__title{font-size:var(--asaan-h3);font-weight:700;margin-bottom:var(--asaan-space-sm)}.asaan-bundle__desc{font-size:var(--asaan-small);color:var(--asaan-text-secondary);margin-bottom:var(--asaan-space-lg);line-height:1.6}.asaan-bundle__price{font-size:26px;font-weight:800;color:var(--asaan-text);margin-bottom:var(--asaan-space-lg)}.asaan-bundle__price .original{font-size:18px;text-decoration:line-through;color:var(--asaan-text-muted);font-weight:400;margin-left:8px}.asaan-bundle__eyebrow{margin-bottom:var(--asaan-space-sm)}.asaan-bundle__includes{list-style:none;padding:0;margin:0 0 var(--asaan-space-lg);display:flex;flex-direction:column;gap:8px}.asaan-bundle__includes li{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:500;color:var(--asaan-text-secondary)}.asaan-bundle__includes li svg{flex-shrink:0;color:var(--asaan-primary)}.asaan-bundle__trust{display:flex;align-items:flex-start;gap:6px;font-size:13px;color:var(--asaan-text-muted);margin-top:var(--asaan-space-lg);padding-top:var(--asaan-space-sm);border-top:1px solid rgba(0,188,212,.15);line-height:1.5}.asaan-bundle__trust svg{flex-shrink:0;color:var(--asaan-primary);margin-top:2px}@media(max-width:768px){.asaan-bundle__inner{grid-template-columns:1fr;min-height:auto}.asaan-bundle__image{min-height:260px;max-height:320px;overflow:hidden}.asaan-bundle__image img{height:100%;object-fit:cover}.asaan-bundle__content{padding:var(--asaan-space-xl) var(--asaan-space-lg);text-align:center;align-items:center}.asaan-bundle__savings{margin-left:auto;margin-right:auto}.asaan-bundle__price{font-size:22px}.asaan-bundle .asaan-btn{width:100%}}.asaan-demo{background:var(--asaan-white)}.asaan-demo__inner{display:grid;grid-template-columns:1.2fr 1fr;gap:var(--asaan-space-3xl);align-items:center}.asaan-demo__video{position:relative;border-radius:var(--asaan-radius-xl);overflow:hidden;background:var(--asaan-bg-dark);aspect-ratio:16/9}.asaan-demo__video img,.asaan-demo__video iframe,.asaan-demo__cover{width:100%;height:100%;object-fit:cover;display:block}.asaan-demo__video iframe{position:absolute;top:0;right:0;bottom:0;left:0}.asaan-demo__play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:72px;height:72px;background:var(--asaan-white);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:var(--asaan-shadow-lg);cursor:pointer;transition:transform .3s;border:none}.asaan-demo__play:hover{transform:translate(-50%,-50%) scale(1.08)}.asaan-demo__play svg{width:28px;height:28px;color:var(--asaan-primary);margin-left:3px}.asaan-demo__features{display:flex;flex-direction:column;gap:var(--asaan-space-lg)}.asaan-demo__feature{display:flex;gap:var(--asaan-space-md);align-items:flex-start}.asaan-demo__feature-icon{width:44px;height:44px;border-radius:var(--asaan-radius-md);background:var(--asaan-primary-10);color:var(--asaan-primary);display:flex;align-items:center;justify-content:center;flex-shrink:0}.asaan-demo__feature-icon svg{width:22px;height:22px}.asaan-demo__feature-title{font-size:var(--asaan-body);font-weight:600;margin-bottom:2px}.asaan-demo__feature-desc{font-size:var(--asaan-small);color:var(--asaan-text-muted);line-height:1.5}@media(max-width:768px){.asaan-demo__inner{grid-template-columns:1fr}}.asaan-testimonials{background:var(--asaan-bg-gray)}.asaan-testimonials__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--asaan-space-lg);margin-bottom:var(--asaan-space-3xl)}.asaan-testimonial-card{background:var(--asaan-white);border-radius:var(--asaan-radius-lg);padding:var(--asaan-space-xl);border:1px solid var(--asaan-border-light)}.asaan-testimonial-card__stars{display:flex;gap:2px;margin-bottom:var(--asaan-space-md);color:#fbbf24}.asaan-testimonial-card__stars svg{width:16px;height:16px}.asaan-testimonial-card__text{font-size:var(--asaan-small);color:var(--asaan-text-secondary);line-height:1.7;margin-bottom:var(--asaan-space-lg);font-style:italic}.asaan-testimonial-card__author{display:flex;align-items:center;gap:var(--asaan-space-md)}.asaan-testimonial-card__avatar{width:40px;height:40px;border-radius:50%;background:var(--asaan-primary-10);color:var(--asaan-primary);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:var(--asaan-small);flex-shrink:0}.asaan-testimonial-card__name{font-size:var(--asaan-small);font-weight:600}.asaan-testimonial-card__role{font-size:var(--asaan-xs);color:var(--asaan-text-muted)}.asaan-testimonials__stats{display:grid;grid-template-columns:repeat(4,1fr);background:var(--asaan-primary);border-radius:var(--asaan-radius-lg);padding:var(--asaan-space-xl);text-align:center;color:var(--asaan-white)}.asaan-testimonials__stat-value{font-size:22px;font-weight:800}.asaan-testimonials__stat-label{font-size:var(--asaan-xs);opacity:.85;margin-top:4px}@media(max-width:768px){.asaan-testimonials__grid{grid-template-columns:1fr}.asaan-testimonials__stats{grid-template-columns:repeat(2,1fr);gap:var(--asaan-space-md)}}.asaan-b2b{background:var(--asaan-bg-dark);color:var(--asaan-white)}.asaan-b2b__inner{display:grid;grid-template-columns:1fr 1fr;gap:var(--asaan-space-3xl);align-items:start}.asaan-b2b__benefits{display:flex;flex-direction:column;gap:var(--asaan-space-lg);margin-top:var(--asaan-space-lg)}.asaan-b2b__benefit{display:flex;gap:var(--asaan-space-md);align-items:flex-start}.asaan-b2b__benefit-icon{width:40px;height:40px;border-radius:var(--asaan-radius-sm);background:#ffffff1a;color:var(--asaan-primary);display:flex;align-items:center;justify-content:center;flex-shrink:0}.asaan-b2b__benefit-icon svg{width:20px;height:20px}.asaan-b2b__benefit-title{font-size:var(--asaan-body);font-weight:600;margin-bottom:2px}.asaan-b2b__benefit-desc{font-size:var(--asaan-small);color:#ffffffa6;line-height:1.5;word-break:break-word;overflow-wrap:break-word}.asaan-b2b__form{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:var(--asaan-radius-lg);padding:var(--asaan-space-xl)}.asaan-b2b__form-title{font-size:var(--asaan-h3);font-weight:700;margin-bottom:var(--asaan-space-lg)}.asaan-form-group{margin-bottom:var(--asaan-space-md)}.asaan-form-group label{display:block;font-size:var(--asaan-small);font-weight:500;margin-bottom:6px;color:#fffc}.asaan-form-input,.asaan-form-select,.asaan-form-textarea{width:100%;padding:12px 14px;font-family:var(--asaan-font);font-size:var(--asaan-small);background:#ffffff14;border:1px solid rgba(255,255,255,.15);border-radius:var(--asaan-radius-sm);color:var(--asaan-white);transition:border-color var(--asaan-duration);outline:none}.asaan-form-input::placeholder,.asaan-form-textarea::placeholder{color:#ffffff59}.asaan-form-input:focus,.asaan-form-select:focus,.asaan-form-textarea:focus{border-color:var(--asaan-primary)}.asaan-form-select{-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' fill='rgba(255,255,255,0.5)' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 6l4 4 4-4'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;background-size:16px}.asaan-form-select option{background:var(--asaan-bg-dark);color:var(--asaan-white)}.asaan-form-textarea{resize:vertical;min-height:80px}.asaan-form-row{display:grid;grid-template-columns:1fr 1fr;gap:var(--asaan-space-md)}@media(max-width:768px){.asaan-b2b__inner{grid-template-columns:1fr;gap:var(--asaan-space-xl)}.asaan-form-row{grid-template-columns:1fr}.asaan-b2b__benefit{align-items:flex-start}.asaan-b2b__benefit-icon{margin-top:2px}}.asaan-faq{background:var(--asaan-white)}.asaan-faq__list{max-width:800px;margin:0 auto}.asaan-faq__item{border-bottom:1px solid var(--asaan-border-light)}.asaan-faq__question{display:flex;align-items:center;justify-content:space-between;width:100%;padding:var(--asaan-space-lg) 0;background:none;border:none;cursor:pointer;font-family:var(--asaan-font);font-size:var(--asaan-body);font-weight:600;color:var(--asaan-text);text-align:left;gap:var(--asaan-space-md)}.asaan-faq__question:hover{color:var(--asaan-primary)}.asaan-faq__icon{width:24px;height:24px;flex-shrink:0;transition:transform .3s var(--asaan-ease);color:var(--asaan-text-muted)}.asaan-faq__item.is-open .asaan-faq__icon{transform:rotate(45deg);color:var(--asaan-primary)}.asaan-faq__answer{max-height:0;overflow:hidden;transition:max-height .4s var(--asaan-ease)}.asaan-faq__answer-inner{padding-bottom:var(--asaan-space-lg);font-size:var(--asaan-small);color:var(--asaan-text-secondary);line-height:1.7}.asaan-confidence{background:linear-gradient(135deg,var(--asaan-primary) 0%,var(--asaan-primary-hover) 100%);color:var(--asaan-white)}.asaan-confidence__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--asaan-space-lg);margin-bottom:var(--asaan-space-2xl)}.asaan-confidence__item{text-align:center;padding:var(--asaan-space-lg);background:#fffffff2;border-radius:var(--asaan-radius-lg);box-shadow:0 4px 20px #0000001a}.asaan-confidence__icon{width:48px;height:48px;border-radius:50%;background:var(--asaan-primary-10);color:var(--asaan-primary);display:flex;align-items:center;justify-content:center;margin:0 auto var(--asaan-space-md)}.asaan-confidence__icon svg{width:24px;height:24px}.asaan-confidence__title{font-size:var(--asaan-body);font-weight:700;color:var(--asaan-dark);margin-bottom:4px}.asaan-confidence__desc{font-size:var(--asaan-xs);color:var(--asaan-text-secondary);opacity:1;line-height:1.5}.asaan-confidence__stats{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--asaan-space-lg);text-align:center;padding-top:var(--asaan-space-2xl);border-top:1px solid rgba(255,255,255,.2)}.asaan-confidence__stat-value{font-size:26px;font-weight:800}.asaan-confidence__stat-label{font-size:var(--asaan-xs);opacity:.8;margin-top:4px}@media(max-width:768px){.asaan-confidence__grid,.asaan-confidence__stats{grid-template-columns:repeat(2,1fr)}}.asaan-footer{background:var(--asaan-bg-dark);color:#ffffffbf}.asaan-footer__top{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:var(--asaan-space-2xl);padding-bottom:var(--asaan-space-2xl);border-bottom:1px solid rgba(255,255,255,.1)}.asaan-footer__brand p{font-size:var(--asaan-small);line-height:1.7;margin:var(--asaan-space-md) 0 var(--asaan-space-lg);max-width:280px}.asaan-footer__social{display:flex;gap:var(--asaan-space-sm)}.asaan-footer__social a{width:36px;height:36px;border-radius:50%;background:#ffffff1a;display:flex;align-items:center;justify-content:center;transition:all var(--asaan-duration)}.asaan-footer__social a:hover{background:var(--asaan-primary);color:var(--asaan-white)}.asaan-footer__social a svg{width:16px;height:16px}.asaan-footer__col-title{font-size:var(--asaan-small);font-weight:700;color:var(--asaan-white);text-transform:uppercase;letter-spacing:.06em;margin-bottom:var(--asaan-space-lg)}.asaan-footer__links{list-style:none;padding:0;margin:0}.asaan-footer__links li{margin-bottom:var(--asaan-space-sm)}.asaan-footer__links a{font-size:var(--asaan-small);transition:color var(--asaan-duration)}.asaan-footer__links a:hover{color:var(--asaan-primary)}.asaan-footer__bottom{display:flex;align-items:center;justify-content:space-between;padding-top:var(--asaan-space-lg);font-size:var(--asaan-xs);color:#fff6}@media(max-width:768px){.asaan-footer__top{grid-template-columns:1fr 1fr}}@media(max-width:480px){.asaan-footer__top{grid-template-columns:1fr}}.asaan-whatsapp-float{position:fixed;bottom:24px;right:24px;width:56px;height:56px;min-width:56px;max-width:56px;background:#25d366;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px #25d36666;z-index:999;transition:transform .3s;cursor:pointer}.asaan-whatsapp-float:hover{transform:scale(1.08)}.asaan-whatsapp-float svg{width:28px;height:28px;fill:#fff}.asaan-mobile-cta{display:none;position:fixed;bottom:0;left:0;right:0;background:var(--asaan-white);border-top:1px solid var(--asaan-border);padding:12px var(--asaan-gutter) calc(12px + env(safe-area-inset-bottom,0px));z-index:998;box-shadow:0 -4px 20px #00000014}.asaan-mobile-cta__inner{display:flex;gap:var(--asaan-space-sm)}.asaan-mobile-cta__inner .asaan-btn{flex:1;padding:12px;font-size:14px}@media(max-width:768px){.asaan-mobile-cta{display:block}body{padding-bottom:calc(72px + env(safe-area-inset-bottom,0px))}.asaan-whatsapp-float{bottom:calc(84px + env(safe-area-inset-bottom,0px))}}@keyframes asaan-fade-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.asaan-animate{opacity:0;transform:translateY(20px);transition:opacity .6s var(--asaan-ease),transform .6s var(--asaan-ease)}.asaan-animate.is-visible{opacity:1;transform:translateY(0)}.asaan-stagger>*:nth-child(1){transition-delay:0ms}.asaan-stagger>*:nth-child(2){transition-delay:80ms}.asaan-stagger>*:nth-child(3){transition-delay:.16s}.asaan-stagger>*:nth-child(4){transition-delay:.24s}.announcement-bar{font-family:var(--asaan-font)!important}.shopify-section-group-header-group{z-index:1001!important;position:relative}.shopify-section--asaan-header+.shopify-section{margin-top:0}.asaan-section h1,.asaan-section h2,.asaan-section h3,.asaan-section h4,.asaan-section h5,.asaan-section p,.asaan-section ul,.asaan-section li{margin:0;padding:0;font-family:var(--asaan-font)}.asaan-section ul{list-style:none}.asaan-section a{text-underline-offset:initial;text-decoration-thickness:initial}body,.product__title,.product__text,.price,.price-item,.cart-item__name,.card__heading,.collection-hero__title,.h0,.h1,.h2,.h3,.h4,.h5{font-family:var(--font-body-family)}.product__title{letter-spacing:-.02em}.product__description{line-height:1.7;font-size:15px}.product__description p,.product__description li,.product__description span{font-size:15px}.price .price-item--regular,.price .price-item--sale{font-weight:700;font-size:20px}@media screen and (min-width:750px){.price .price-item--regular,.price .price-item--sale{font-size:24px}}.price .price-item--sale{color:var(--asaan-primary, #00BCD4)}.price .price-item--regular s,.price s{color:rgba(var(--color-foreground),.5)}.card__heading a{font-weight:600;text-decoration:none}.card__heading a:hover{color:var(--asaan-primary, #00BCD4)}.card-information .price{margin-top:4px}.button:not(.button--secondary):not(.button--tertiary),.shopify-challenge__button,.customer button,button.shopify-payment-button__button--unbranded{font-family:var(--font-body-family);font-weight:600;letter-spacing:0;text-transform:none}.cart__ctas .button,.cart__checkout-button{font-weight:600;letter-spacing:0}.field__input,.select__select,.customer .field input,.customer .field textarea{font-family:var(--font-body-family)}.breadcrumbs a{color:rgba(var(--color-foreground),.6)}.breadcrumbs a:hover{color:var(--asaan-primary, #00BCD4)}.footer .footer__content-top{font-family:var(--font-body-family)}.badge--sale,.badge--sold-out{font-family:var(--font-body-family);font-weight:600;letter-spacing:.02em}.quantity__button,.predictive-search__result-group .predictive-search__item a{font-family:var(--font-body-family)}body{color:rgba(var(--color-foreground),.85)}@media(max-width:480px){.asaan-hero__ctas{flex-direction:column}.asaan-hero__ctas .asaan-btn{width:100%;justify-content:center}.asaan-hero__inner{padding-top:var(--asaan-space-xl);padding-bottom:var(--asaan-space-xl)}}@media(max-width:768px){.asaan-section-header .asaan-subtext{max-width:100%}.asaan-product-card__actions{gap:6px}.asaan-footer__bottom{flex-direction:column;gap:var(--asaan-space-sm);text-align:center}.asaan-accessories__grid{grid-template-columns:1fr}.asaan-why__stat{padding:var(--asaan-space-md)}.asaan-form-input,.asaan-form-select,.asaan-form-textarea{font-size:16px}.asaan-confidence__stat-value{font-size:20px}.asaan-testimonials__stat-value{font-size:18px}.asaan-container{padding-left:18px;padding-right:18px}}#asaan-hero,#asaan-products,#asaan-why,#asaan-demo,#asaan-accessories,#asaan-bundle,#asaan-testimonials,#asaan-confidence,#asaan-faq,#b2b,#contact{scroll-margin-top:80px}html{scroll-behavior:smooth}.asaan-section a:focus-visible,.asaan-section button:focus-visible{outline:2px solid var(--asaan-primary);outline-offset:3px;border-radius:4px}.asaan-header__nav a.active:after{width:100%}.asaan-bundle{border-top:1px solid var(--asaan-border-light);border-bottom:1px solid var(--asaan-border-light)}@media(min-width:1025px){.asaan-product-card__image-wrap img{aspect-ratio:3/4}}@media(min-width:769px){.asaan-testimonials__stats>*+*{border-left:1px solid rgba(255,255,255,.15)}}@keyframes asaan-pulse{0%,to{box-shadow:0 10px 40px #0000001a}50%{box-shadow:0 10px 40px #00bcd433}}.asaan-hero__badge{animation:asaan-pulse 3s ease-in-out infinite}.asaan-whatsapp-float:before{content:"Chat on WhatsApp";position:absolute;right:68px;top:50%;transform:translateY(-50%);background:#111;color:#fff;font-size:13px;font-weight:500;white-space:nowrap;padding:6px 12px;border-radius:6px;opacity:0;pointer-events:none;transition:opacity .2s ease;font-family:var(--asaan-font)}.asaan-whatsapp-float:hover:before{opacity:1}.asaan-mobile-nav a:last-of-type{border-bottom:none}.asaan-section-header .asaan-label{display:inline-flex;align-items:center;gap:8px}.asaan-section-header .asaan-label:before{content:"";display:inline-block;width:18px;height:2px;background:var(--asaan-primary);border-radius:2px}.asaan-section-header .asaan-label:after{content:"";display:inline-block;width:18px;height:2px;background:var(--asaan-primary);border-radius:2px}.asaan-confidence .asaan-section-header .asaan-label:before,.asaan-confidence .asaan-section-header .asaan-label:after{background:#ffffff80}.asaan-confidence .asaan-section-header .asaan-label{color:#ffffffd9}.asaan-footer__logo-img{height:auto;width:auto;display:block;filter:brightness(0) invert(1);opacity:.9}.asaan-b2b__success{display:flex;align-items:flex-start;gap:var(--asaan-space-md);background:#22c55e26;border:1px solid rgba(34,197,94,.4);border-radius:var(--asaan-radius-md);padding:var(--asaan-space-xl);color:var(--asaan-white)}.asaan-b2b__success svg{width:24px;height:24px;flex-shrink:0;color:var(--asaan-success);margin-top:2px}.asaan-b2b__success p{font-size:var(--asaan-body);font-weight:500;line-height:1.5}.asaan-b2b__errors{background:#ef444426;border:1px solid rgba(239,68,68,.4);border-radius:var(--asaan-radius-sm);padding:var(--asaan-space-md);margin-bottom:var(--asaan-space-md);color:#fca5a5;font-size:var(--asaan-small)}.asaan-b2b__errors ul{list-style:disc;padding-left:var(--asaan-space-lg)}.asaan-required{color:#f87171;font-weight:700;margin-left:2px}.asaan-faq__cta{text-align:center;margin-top:var(--asaan-space-2xl)}.asaan-faq__cta p{font-size:var(--asaan-small);color:var(--asaan-text-muted);margin-bottom:var(--asaan-space-md)}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}html{scroll-behavior:auto}.asaan-animate{opacity:1!important;transform:none!important;transition:none!important}.asaan-hero__badge{animation:none}}.asaan-b2b__form-title,.asaan-b2b__form h3{color:var(--asaan-white)!important;line-height:1.25}@media(max-width:768px){.asaan-b2b__form{padding:var(--asaan-space-lg)}.asaan-b2b__form-title{font-size:clamp(22px,5.5vw,28px);margin-bottom:var(--asaan-space-md)}}html.shopify-design-mode .asaan-whatsapp-float,body.shopify-design-mode .asaan-whatsapp-float,html.shopify-design-mode .asaan-mobile-cta,body.shopify-design-mode .asaan-mobile-cta{display:none!important}html.shopify-design-mode body,body.shopify-design-mode{padding-bottom:0!important}
/*# sourceMappingURL=/cdn/shop/t/6/assets/asaan-custom.css.map */
