@import"https://fonts.googleapis.com/css2?family=Poppins:wght@500;600;700;800&family=Inter:wght@400;500;600&display=swap";:root{--v3-cream:#F7F1E3;--v3-cream-deep:#EFE6D3;--v3-white:#FFFFFF;--v3-ink:#2C2B22;--v3-ink-muted:#5C5A4C;--v3-olive:#5B6B45;--v3-olive-deep:#454F34;--v3-sage:#DCE3CE;--v3-sage-deep:#AEBB92;--v3-coral:#D97757;--v3-coral-deep:#C4633F;--v3-gold:#E8A33D;--v3-border:#E7DFC9;--v3-radius-lg:22px;--v3-radius-md:14px;--v3-radius-pill:999px;--v3-shadow:0 10px 30px rgba(44,43,34,.1);--v3-font-heading:"Poppins",system-ui,sans-serif;--v3-font-body:"Inter",system-ui,sans-serif}.v3-wrap{max-width:1180px;margin:0 auto;padding:0 clamp(18px,4vw,32px)}.v3-section{padding:clamp(44px,7vw,92px) 0}.v3-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-family:var(--v3-font-body);font-weight:600;font-size:15px;padding:15px 32px;border-radius:var(--v3-radius-pill);text-decoration:none;cursor:pointer;border:2px solid transparent;transition:transform .15s ease,opacity .15s ease}.v3-btn:hover{transform:translateY(-1px);opacity:.92}.v3-btn-primary{background:var(--v3-coral);color:#fff}.v3-btn-primary:hover{background:var(--v3-coral-deep);color:#fff}.v3-btn-outline{background:transparent;color:var(--v3-ink);border-color:var(--v3-ink)}.v3-hero{background:var(--v3-cream)}.v3-hero-grid{display:grid;grid-template-columns:1fr;gap:40px;align-items:center}@media(min-width:990px){.v3-hero-grid{grid-template-columns:1fr 1.05fr;gap:64px}}.v3-hero-heading{font-family:var(--v3-font-heading);font-weight:800;color:var(--v3-ink);font-size:clamp(34px,5vw,54px);line-height:1.08;margin:0 0 18px}.v3-hero-sub{font-family:var(--v3-font-body);color:var(--v3-ink-muted);font-size:clamp(16px,2vw,19px);line-height:1.6;max-width:44ch;margin:0 0 30px}.v3-hero-media{position:relative}.v3-hero-media img{width:100%;height:auto;border-radius:var(--v3-radius-lg);box-shadow:var(--v3-shadow);display:block}.v3-trust{background:var(--v3-cream-deep);border-top:1px solid var(--v3-border);border-bottom:1px solid var(--v3-border)}.v3-trust-row{display:grid;grid-template-columns:repeat(2,1fr);gap:22px 18px}@media(min-width:750px){.v3-trust-row{grid-template-columns:repeat(4,1fr)}}.v3-trust-item{display:flex;align-items:center;justify-content:center;gap:10px;font-family:var(--v3-font-body);font-weight:600;font-size:14.5px;color:var(--v3-ink)}.v3-trust-item svg{flex:none;width:20px;height:20px;color:var(--v3-olive)}.v3-features{background:var(--v3-white)}.v3-features-grid{display:grid;grid-template-columns:1fr;gap:36px;text-align:center}@media(min-width:650px){.v3-features-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1000px){.v3-features-grid{grid-template-columns:repeat(4,1fr)}}.v3-feature-icon{width:72px;height:72px;border-radius:50%;background:var(--v3-sage);display:flex;align-items:center;justify-content:center;margin:0 auto 18px}.v3-feature-icon svg{width:30px;height:30px;color:var(--v3-olive-deep)}.v3-feature-item h3{font-family:var(--v3-font-heading);font-weight:700;font-size:17px;color:var(--v3-ink);margin:0 0 8px}.v3-feature-item p{font-family:var(--v3-font-body);font-size:14px;color:var(--v3-ink-muted);line-height:1.55;margin:0;max-width:26ch;margin-inline:auto}.v3-gallery{background:var(--v3-cream)}.v3-gallery-grid{display:grid;grid-template-columns:1fr;gap:16px}@media(min-width:800px){.v3-gallery-grid{grid-template-columns:1.15fr 1fr}}.v3-gallery-main img{width:100%;height:100%;object-fit:cover;border-radius:var(--v3-radius-lg);box-shadow:var(--v3-shadow);display:block;min-height:280px}.v3-gallery-side{display:grid;grid-template-columns:1fr 1fr;gap:16px}.v3-gallery-side img{width:100%;height:100%;object-fit:cover;border-radius:var(--v3-radius-lg);box-shadow:var(--v3-shadow);display:block;min-height:180px}.v3-gallery-side .v3-gallery-wide{grid-column:1 / -1}.v3-testi{background:var(--v3-cream-deep)}.v3-testi-head{text-align:center;margin:0 auto 44px;max-width:560px}.v3-testi-stars{color:var(--v3-gold);font-size:20px;letter-spacing:3px;margin-bottom:12px}.v3-testi-head h2{font-family:var(--v3-font-heading);font-weight:800;color:var(--v3-ink);font-size:clamp(24px,3.4vw,34px);margin:0 0 12px}.v3-testi-head p{font-family:var(--v3-font-body);color:var(--v3-ink-muted);font-size:15px;line-height:1.6;margin:0}.v3-testi-grid{display:grid;grid-template-columns:1fr;gap:22px}@media(min-width:760px){.v3-testi-grid{grid-template-columns:repeat(3,1fr)}}.v3-testi-card{background:var(--v3-white);border-radius:var(--v3-radius-lg);padding:26px;box-shadow:var(--v3-shadow)}.v3-testi-quote{font-family:var(--v3-font-body);color:var(--v3-ink);font-size:15px;line-height:1.6;margin:0 0 20px}.v3-testi-person{display:flex;align-items:center;gap:12px}.v3-testi-avatar{width:44px;height:44px;border-radius:50%;object-fit:cover;flex:none}.v3-testi-name{font-family:var(--v3-font-heading);font-weight:700;font-size:14px;color:var(--v3-ink)}.v3-testi-loc{font-family:var(--v3-font-body);font-size:13px;color:var(--v3-ink-muted)}.v3-testi-rating{color:var(--v3-gold);font-size:13px;margin-top:2px;letter-spacing:1px}.v3-realplay{background:var(--v3-white)}.v3-realplay h2{font-family:var(--v3-font-heading);font-weight:700;text-align:center;color:var(--v3-ink);font-size:clamp(20px,2.6vw,28px);margin:0 0 34px}.v3-realplay-row{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}@media(min-width:700px){.v3-realplay-row{grid-template-columns:repeat(5,1fr)}}.v3-realplay-row img{width:100%;aspect-ratio:4/5;object-fit:cover;border-radius:var(--v3-radius-md);display:block}.v3-newsletter{background:var(--v3-olive-deep)}.v3-newsletter-row{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:24px}.v3-newsletter-copy{display:flex;align-items:center;gap:16px}.v3-newsletter-copy svg{width:34px;height:34px;color:var(--v3-sage);flex:none}.v3-newsletter-copy h2{font-family:var(--v3-font-heading);font-weight:700;color:#fff;font-size:19px;margin:0 0 4px}.v3-newsletter-copy p{font-family:var(--v3-font-body);color:#ffffffbf;font-size:13.5px;margin:0}.v3-newsletter-form{display:flex;gap:10px;flex-wrap:wrap;flex:1 1 380px;max-width:460px}.v3-newsletter-form input[type=email]{flex:1 1 220px;padding:13px 18px;border-radius:var(--v3-radius-pill);border:none;font-family:var(--v3-font-body);font-size:14px}.v3-newsletter-form button{background:var(--v3-ink);color:#fff;border:none;font-family:var(--v3-font-body);font-weight:700;padding:13px 26px;border-radius:var(--v3-radius-pill);cursor:pointer;white-space:nowrap}.v3-newsletter-form button:hover{opacity:.9}
/*# sourceMappingURL=/cdn/shop/t/4/assets/budling-v3.css.map */
