*{box-sizing:border-box;margin:0}body{display:flex;flex-direction:column;margin:0;min-height:100svh}html:has(dialog[scroll-lock][open],details[scroll-lock][open]){overflow:hidden}img,picture,video,canvas,svg{display:block;max-width:100%;height:auto}input,textarea,select{font:inherit;border-radius:var(--style-border-radius-inputs)}select{background-color:var(--color-background);color:currentcolor}dialog{background-color:var(--color-background);color:var(--color-foreground)}p{text-wrap:pretty}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}p:empty{display:none}:is(p,h1,h2,h3,h4,h5,h6):first-child,:empty:first-child+:where(p,h1,h2,h3,h4,h5,h6){margin-block-start:0}:is(p,h1,h2,h3,h4,h5,h6):last-child,:where(p,h1,h2,h3,h4,h5,h6)+:has(+:empty:last-child){margin-block-end:0}body{font-family:var(--font-primary--family);background-color:var(--color-background);color:var(--color-foreground)}.hero{background:linear-gradient(135deg,#faf9f7,#f5f3f0);padding:80px 24px;position:relative;overflow:hidden}.hero-container{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;max-width:1400px;margin:0 auto;position:relative}.hero-content{position:relative;z-index:2;padding-right:40px}.hero-headline{font-size:56px;font-weight:700;line-height:1.2;color:#0f0f0f;margin-bottom:16px;letter-spacing:-.5px}.hero-subheading{font-size:24px;font-weight:600;color:#7a8f5d;margin-bottom:24px;line-height:1.3}.hero-description{font-size:16px;line-height:1.6;color:#5a5a5a;margin-bottom:40px;max-width:480px}.hero-buttons{display:flex;gap:16px;align-items:center;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;gap:8px;font-size:15px;font-weight:600;text-decoration:none;border:none;cursor:pointer;transition:all .3s ease;padding:14px 28px;border-radius:32px;font-family:inherit}.btn-primary{background-color:#7a8f5d;color:#fff}.btn-primary:hover{background-color:#6a7d50;transform:translateY(-2px);box-shadow:0 8px 20px #7a8f5d33}.btn-arrow{font-size:18px}.btn-secondary{background-color:transparent;color:#0f0f0f;border:1px solid #e0e0e0}.btn-secondary:hover{background-color:#f5f5f5;border-color:#d0d0d0}.btn-play-icon{font-size:12px;display:inline-flex;align-items:center}.hero-accent-dot{position:absolute;background-color:#e85d75;border-radius:50%;opacity:.6}.hero-accent-dot-top{width:8px;height:8px;top:40px;right:35%;z-index:3}.hero-accent-dot-middle{width:6px;height:6px;top:50%;right:10%;opacity:.4}.hero-accent-dot-bottom{width:10px;height:10px;bottom:60px;left:20%;z-index:1}.hero-visual{position:relative;display:flex;align-items:center;justify-content:center;height:500px;perspective:1000px}.device-mockup-wrapper{position:relative;width:280px;height:280px;display:flex;align-items:center;justify-content:center}.device-ring{position:absolute;width:90px;height:90px;border:6px solid #1a1a1a;border-radius:50%;top:-25px;right:-25px;z-index:4;background:transparent}.device-body{position:relative;width:240px;height:240px;background:radial-gradient(circle at 35% 35%,#8a9f6f,#6b7f54);border-radius:50%;box-shadow:0 20px 60px #0000004d,0 0 40px #00000026,inset -2px -2px 8px #0000001a;display:flex;align-items:center;justify-content:center;z-index:3;border:8px solid #1a1a1a}.device-screen{position:absolute;width:200px;height:200px;background:radial-gradient(circle at 30% 30%,#a8b891,#7a8f5d);border-radius:50%;display:flex;align-items:center;justify-content:center;border:3px solid #1a1a1a;z-index:2;box-shadow:inset 0 2px 6px #0003}.device-screen-content{display:flex;flex-direction:column;align-items:center;gap:12px;color:#1a1a1a}.device-icon{width:48px;height:48px;stroke:currentColor;opacity:.8}.device-label{font-size:14px;font-weight:700;letter-spacing:1px;color:#1a1a1a}.hero-bg-dots{position:absolute;width:100%;height:100%;background-image:radial-gradient(circle,#ddd 1px,transparent 1px);background-size:20px 20px;opacity:.3;pointer-events:none;border-radius:50%;top:0;left:0}@media(max-width:1024px){.hero-container{grid-template-columns:1fr;gap:40px;padding:0 20px}.hero-headline{font-size:44px}.hero-subheading{font-size:20px}.hero-visual{height:400px}.device-mockup-wrapper{width:220px;height:220px}.device-body{width:180px;height:180px}.device-screen{width:150px;height:150px}.device-icon{width:36px;height:36px}.device-label{font-size:12px}}@media(max-width:768px){.hero{padding:60px 16px}.hero-content{padding-right:0}.hero-headline{font-size:36px}.hero-subheading{font-size:18px;margin-bottom:20px}.hero-description{font-size:15px;margin-bottom:32px}.hero-buttons{gap:12px}.btn{padding:12px 24px;font-size:14px}.hero-visual{height:300px}.device-mockup-wrapper{width:160px;height:160px}.device-body{width:140px;height:140px;border-width:6px}.device-ring{width:70px;height:70px;border-width:5px;top:-15px;right:-15px}.device-screen{width:110px;height:110px;border-width:2px}.device-icon{width:28px;height:28px}.device-label{font-size:11px}.hero-accent-dot-top{width:6px;height:6px;display:none}.hero-accent-dot-middle,.hero-accent-dot-bottom{display:none}}@media(max-width:480px){.hero{padding:40px 16px}.hero-headline{font-size:28px;margin-bottom:12px}.hero-subheading{font-size:16px;margin-bottom:16px}.hero-description{font-size:14px;margin-bottom:24px}.hero-buttons{flex-direction:column;width:100%}.btn{width:100%;justify-content:center}.hero-visual{height:250px}.device-mockup-wrapper{width:140px;height:140px}.device-body{width:120px;height:120px;border-width:5px}.device-ring{width:60px;height:60px;border-width:4px;top:-10px;right:-10px}.device-screen{width:95px;height:95px;border-width:2px}.device-icon{width:24px;height:24px}.device-label{font-size:10px}}.shopify-section{--content-width: min( calc(var(--page-width) - var(--page-margin) * 2), calc(100% - var(--page-margin) * 2) );--content-margin: minmax(var(--page-margin), 1fr);--content-grid: var(--content-margin) var(--content-width) var(--content-margin);position:relative;grid-template-columns:var(--content-grid);display:grid;width:100%}.shopify-section>*{grid-column:2}.shopify-section>.full-width{grid-column:1 / -1}.intro{background:#fff;padding:80px 24px;position:relative;overflow:hidden}.intro-container{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;max-width:1400px;margin:0 auto;position:relative}.intro-image-wrapper{position:relative;display:flex;align-items:center;justify-content:center;height:450px}.intro-image-placeholder{position:relative;width:380px;height:380px;display:flex;align-items:center;justify-content:center}.circle-bg{position:absolute;width:100%;height:100%;border-radius:50%;background:linear-gradient(135deg,#e8e4e0,#d9d3cd);z-index:1}.intro-image{position:relative;z-index:2;width:100%;height:100%;border-radius:50%;object-fit:cover;box-shadow:0 20px 60px #00000026,0 0 40px #0000001a}.intro-accent-dot{position:absolute;background-color:#e85d75;border-radius:50%;opacity:.6}.intro-accent-dot-top{width:8px;height:8px;top:20px;right:30px;z-index:3}.intro-accent-dot-bottom{width:10px;height:10px;bottom:40px;left:20px;z-index:3}.intro-content{position:relative;z-index:2}.intro-label{font-size:12px;font-weight:600;letter-spacing:1.5px;color:#e85d75;text-transform:uppercase;margin-bottom:16px;line-height:1.4}.intro-heading{font-size:42px;font-weight:700;line-height:1.3;color:#0f0f0f;margin-bottom:24px;letter-spacing:-.5px}.intro-highlight{color:#7a8f5d;font-weight:700}.intro-description{font-size:16px;line-height:1.7;color:#5a5a5a;margin-bottom:48px;max-width:450px;white-space:pre-line}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;margin-top:48px}.feature-item{display:flex;flex-direction:column;align-items:flex-start;gap:16px;padding:24px;background:#faf9f7;border-radius:12px;transition:all .3s ease}.feature-item:hover{background:#f5f3f0;transform:translateY(-4px)}.feature-icon-wrapper{display:flex;align-items:center;justify-content:center;width:56px;height:56px;background:#fff;border-radius:50%;box-shadow:0 4px 12px #00000014}.feature-icon{width:28px;height:28px;color:#7a8f5d;stroke-width:2}.feature-title{font-size:18px;font-weight:600;color:#0f0f0f;line-height:1.3}.feature-description{font-size:14px;line-height:1.6;color:#5a5a5a}@media(max-width:1024px){.intro-container{grid-template-columns:1fr;gap:40px;padding:0 20px}.intro-image-wrapper{height:350px}.intro-image-placeholder{width:300px;height:300px}.intro-heading{font-size:36px}.features-grid{grid-template-columns:repeat(3,1fr);gap:24px}}@media(max-width:768px){.intro{padding:60px 16px}.intro-container{gap:32px}.intro-image-wrapper{height:280px}.intro-image-placeholder{width:240px;height:240px}.intro-heading{font-size:28px;margin-bottom:20px}.intro-description{font-size:15px;margin-bottom:36px}.features-grid{grid-template-columns:repeat(2,1fr);gap:20px;margin-top:36px}.feature-item{padding:20px}.feature-title{font-size:16px}.feature-description{font-size:13px}.intro-accent-dot-top{width:6px;height:6px;display:none}.intro-accent-dot-bottom{display:none}}@media(max-width:480px){.intro{padding:40px 16px}.intro-image-wrapper{height:240px}.intro-image-placeholder{width:200px;height:200px}.intro-heading{font-size:22px;margin-bottom:16px}.intro-label{font-size:11px;margin-bottom:12px}.intro-description{font-size:14px;margin-bottom:28px}.features-grid{grid-template-columns:1fr;gap:16px;margin-top:28px}.feature-item{padding:16px}.feature-icon-wrapper{width:48px;height:48px}.feature-icon{width:24px;height:24px}.feature-title{font-size:15px}.feature-description{font-size:12px}}:root{--color-header-promo-bg: #69733F;--color-header-accent: #E99AA0}footer{background-color:var(--color-background);border-top:1px solid #f0f0f0;padding:0;margin-top:4rem}footer a{text-decoration:none;color:var(--color-foreground);transition:opacity .2s ease}footer a:hover{opacity:.7}.footer__trust-row{background:linear-gradient(135deg,#faf9f7,#f5f3f0);padding:3rem 1.5rem;border-bottom:1px solid #f0f0f0}.trust-icon-container{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;align-items:center}.trust-icon-item{display:flex;flex-direction:column;align-items:center;gap:.75rem;text-align:center}.trust-icon-circle{display:flex;align-items:center;justify-content:center;width:56px;height:56px;background-color:#fff;border-radius:50%;box-shadow:0 2px 8px #0000000f;transition:all .3s ease}.trust-icon-circle:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.trust-icon-circle svg{width:28px;height:28px;color:#7a8f5d;stroke-width:2}.trust-icon-label{font-size:13px;font-weight:600;color:#0f0f0f;line-height:1.3;letter-spacing:.3px}.footer__content{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:4rem;padding:3rem 1.5rem}.footer__column{display:flex;flex-direction:column;gap:1.5rem}.footer__column-title{font-size:14px;font-weight:700;color:#0f0f0f;letter-spacing:.5px;text-transform:uppercase;margin:0}.footer__copyright{font-size:14px;color:#5a5a5a;line-height:1.6}.footer__copyright a{color:#7a8f5d;font-weight:600}.footer__powered{font-size:12px;color:#8a8a8a;margin:0;line-height:1.5}.footer__powered a{color:#7a8f5d}.footer__links{display:flex;flex-direction:column;gap:.75rem}.footer__link{font-size:14px;color:#5a5a5a;transition:color .2s ease}.footer__link:hover{color:#7a8f5d}.footer__payment{display:flex;gap:1rem;flex-wrap:wrap}.footer__payment-icon{display:flex;align-items:center;justify-content:center;width:auto;height:32px;opacity:.8;transition:opacity .2s ease}.footer__payment-icon:hover{opacity:1}.footer__payment-icon svg{height:100%;width:auto;max-width:48px}@media(max-width:1024px){.trust-icon-container{grid-template-columns:repeat(2,1fr);gap:1.5rem}.footer__content{grid-template-columns:repeat(2,1fr);gap:2.5rem;padding:2.5rem 1.5rem}}@media(max-width:768px){.footer__trust-row{padding:2rem 1rem}.trust-icon-container{grid-template-columns:repeat(2,1fr);gap:1.25rem}.trust-icon-circle{width:48px;height:48px}.trust-icon-circle svg{width:24px;height:24px}.trust-icon-label{font-size:12px}.footer__content{grid-template-columns:1fr;gap:2rem;padding:2rem 1rem}.footer__column-title{font-size:13px;margin-top:.5rem}}@media(max-width:480px){footer{margin-top:2rem}.footer__trust-row{padding:1.5rem 1rem}.trust-icon-container{grid-template-columns:1fr;gap:1rem}.trust-icon-circle{width:44px;height:44px}.trust-icon-circle svg{width:22px;height:22px}.trust-icon-label{font-size:11px}.footer__content{grid-template-columns:1fr;gap:1.5rem;padding:1.5rem 1rem}.footer__copyright,.footer__link{font-size:13px}.footer__payment{gap:.75rem}.footer__payment-icon{height:28px}}
/*# sourceMappingURL=/cdn/shop/t/9/assets/critical.css.map */
