:root{--red: #c4161c;--dark: #0f1c18;--gold: #d4af6a}*{box-sizing:border-box;margin:0;padding:0}body{margin:0;padding:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,sans-serif;background:var(--dark);color:#fff;line-height:1.6}a{color:inherit;text-decoration:none}#promo-bar{position:fixed;top:0;left:0;right:0;width:100%;background:var(--red);padding:6px 12px;font-size:13px;font-weight:600;z-index:9999;display:flex;gap:6px;justify-content:center;align-items:center;white-space:nowrap;height:48px;margin:0;border:none;box-shadow:none}#countdown-box{display:flex;gap:4px}.time-box{background:#a80000;padding:4px 6px;border-radius:4px;min-width:48px;height:36px;display:flex;flex-direction:column;align-items:center;justify-content:center;line-height:1}.time-box span{font-size:12px;font-weight:700}.time-box small{font-size:9px;opacity:.9}.promo-label{background:#8f0000;min-width:84px;height:36px;display:flex;align-items:center;justify-content:center}.hero{background:linear-gradient(180deg,#3f5346,#243629);padding:32px 16px 80px;min-height:100vh;text-align:center;margin-top:48px;border-top:none}.hero-inner{max-width:1100px;margin:0 auto}.hero-title{font-size:clamp(28px,5vw,48px);font-family:Poppins;font-weight:700;margin-bottom:12px;margin-top:0;line-height:1.2}.hero-title span{color:#ffd28d}.hero-tagline{font-size:clamp(14px,2.5vw,22px);font-family:Poppins;font-weight:500;background:linear-gradient(90deg,#5d7a5d,#4a6349);color:#ffd28d;padding:8px 24px;border-radius:8px;display:inline-block;margin:0 auto 16px;letter-spacing:.3px}.hero-sub{font-size:15px;opacity:.9;margin:2px 0}.hero-number{font-size:clamp(40px,6vw,64px);font-weight:800;color:#ffd28d;margin:4px 0}.hero-phones{position:relative;margin:40px auto 0;height:380px;max-width:520px}.phone-wrap{position:absolute;top:0;transform-origin:top center}.phone-wrap.left{left:40px;opacity:.9;transform:scale(.72) translateY(0);animation:floatLeft 4s ease-in-out infinite}.phone-wrap.middle{left:50%;z-index:3;transform:translate(-50%) scale(.78) translateY(0);animation:floatMiddle 4s ease-in-out infinite}.phone-wrap.right{right:40px;opacity:.9;transform:scale(.72) translateY(0);animation:floatRight 4s ease-in-out infinite}.phone-img{display:block;max-width:100%;height:auto}@keyframes floatLeft{0%,to{transform:scale(.72) translateY(0)}50%{transform:scale(.72) translateY(-12px)}}@keyframes floatMiddle{0%,to{transform:translate(-50%) scale(.78) translateY(0)}50%{transform:translate(-50%) scale(.78) translateY(-15px)}}@keyframes floatRight{0%,to{transform:scale(.72) translateY(0)}50%{transform:scale(.72) translateY(-12px)}}.hero-cta{display:inline-block;background:#ffd28d;color:#1f2d24;font-weight:600;padding:14px 28px;border-radius:10px;font-size:15px;margin-top:8px;transition:transform .2s,box-shadow .2s}.hero-cta:hover{transform:translateY(-2px);box-shadow:0 4px 12px #ffd28d4d}.hero-note{margin-top:12px;font-size:13px;opacity:.9}.features{background:#f7f7f7;padding:80px 16px;color:#1f2d24}.features-inner{max-width:1100px;margin:0 auto;text-align:center}.features h2{font-size:clamp(22px,3.5vw,32px);font-weight:700;margin-bottom:12px}.features h2 span{color:#4a564a}.features-desc{max-width:720px;margin:0 auto 48px;font-size:15px;color:#555}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:24px}.feature-card{background:#4a564a;border-radius:14px;padding:36px 20px;transition:transform .25s ease,box-shadow .25s ease}.feature-card:hover{transform:translateY(-4px);box-shadow:0 12px 28px #00000026}.feature-icon{width:52px;height:52px;background:#354035;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:22px;margin:0 auto 16px}.feature-card span{color:#ffd28d;font-weight:600;font-size:15px}.themes{background:#f7f7f7;padding:80px 16px;color:#1f2d24}.themes-inner{max-width:1100px;margin:0 auto;text-align:center}.themes h2{font-size:clamp(22px,3.5vw,32px);font-weight:700;margin-bottom:8px}.themes-desc{font-size:15px;color:#555;margin-bottom:48px}.themes-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:28px}.theme-card{background:#fff;border-radius:14px;padding:16px;box-shadow:0 10px 28px #0000001f;position:relative;transition:transform .25s ease,box-shadow .25s ease}.theme-card:hover{transform:translateY(-6px);box-shadow:0 16px 36px #0000002e}.theme-badge{position:absolute;top:12px;left:12px;background:red;color:#fff;font-size:11px;font-weight:700;padding:6px 10px;border-radius:20px;z-index:2}.theme-image{background:#eee;border-radius:10px;overflow:hidden;aspect-ratio:1 / 1}.theme-image img{width:100%;height:100%;object-fit:cover;display:block}.theme-card h3{font-size:14px;font-weight:700;letter-spacing:.5px;margin:14px 0 12px;text-transform:uppercase}.theme-btn{display:inline-flex;align-items:center;gap:6px;padding:10px 14px;border:1px solid #1f2d24;border-radius:8px;font-size:13px;font-weight:600;transition:all .2s ease}.theme-btn:hover{background:#1f2d24;color:#fff}.themes-cta{margin-top:40px;display:flex;justify-content:center}.themes-btn-all{background:#ffc980;color:#1f2d24;font-weight:700;font-size:14px;padding:14px 28px;border-radius:6px;border:1px solid #1f2d24;display:inline-flex;align-items:center;gap:8px;transition:all .25s ease}.themes-btn-all:hover{background:#1f2d24;color:#fff;transform:translateY(-2px);box-shadow:0 6px 18px #0003}.testimonials{background:#fff;padding:80px 16px;color:#1f2d24}.testimonials-inner{max-width:1100px;margin:0 auto;text-align:center}.testimonials h2{font-size:clamp(22px,3.5vw,32px);font-weight:700;margin-bottom:8px}.testimonials-desc{font-size:15px;color:#555;margin-bottom:48px}.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.testimonial-card{background:#f7f7f7;border-radius:14px;padding:24px 20px;box-shadow:0 10px 28px #00000014;transition:transform .25s ease,box-shadow .25s ease;text-align:left}.testimonial-card:hover{transform:translateY(-4px);box-shadow:0 14px 32px #0000001f}.stars{color:#f5b301;font-size:14px;margin-bottom:12px}.testimonial-text{font-size:14px;line-height:1.6;margin-bottom:16px;color:#333}.testimonial-user strong{display:block;font-size:13px}.testimonial-user span{font-size:12px;color:#777}.slider-dots{display:none}@media(min-width:1440px){.hero-inner,.features-inner,.themes-inner,.testimonials-inner{max-width:1200px}.hero{padding:32px 24px 100px}.hero-phones{height:440px;max-width:600px;margin-bottom:0}.phone-wrap.left{left:60px;animation-name:floatLeft1440}.phone-wrap.middle{animation-name:floatMiddle1440}.phone-wrap.right{right:60px;animation-name:floatRight1440}@keyframes floatLeft1440{0%,to{transform:scale(.78) translateY(0)}50%{transform:scale(.78) translateY(-14px)}}@keyframes floatMiddle1440{0%,to{transform:translate(-50%) scale(.85) translateY(0)}50%{transform:translate(-50%) scale(.85) translateY(-18px)}}@keyframes floatRight1440{0%,to{transform:scale(.78) translateY(0)}50%{transform:scale(.78) translateY(-14px)}}.hero-cta{margin-top:8px}.features,.themes,.testimonials{padding:100px 24px}.features-grid{grid-template-columns:repeat(6,1fr);gap:28px}.themes-grid{grid-template-columns:repeat(4,1fr);gap:32px}.testimonials-grid{grid-template-columns:repeat(3,1fr);gap:28px}.testimonial-card{padding:28px 24px}}@media(max-width:1024px){.hero{padding:32px 16px 70px}.hero-phones{height:360px;max-width:480px;margin-bottom:0}.phone-wrap.left{left:30px;animation-name:floatLeft1024}.phone-wrap.middle{animation-name:floatMiddle1024}.phone-wrap.right{right:30px;animation-name:floatRight1024}@keyframes floatLeft1024{0%,to{transform:scale(.68) translateY(0)}50%{transform:scale(.68) translateY(-12px)}}@keyframes floatMiddle1024{0%,to{transform:translate(-50%) scale(.75) translateY(0)}50%{transform:translate(-50%) scale(.75) translateY(-14px)}}@keyframes floatRight1024{0%,to{transform:scale(.68) translateY(0)}50%{transform:scale(.68) translateY(-12px)}}.hero-cta{margin-top:8px}.features,.themes,.testimonials{padding:70px 16px}.features-grid{grid-template-columns:repeat(3,1fr);gap:20px}.feature-card{padding:28px 16px}.themes-grid{grid-template-columns:repeat(3,1fr);gap:24px}.testimonials-grid{grid-template-columns:repeat(3,1fr);gap:20px}}@media(max-width:768px){#promo-bar{height:48px;padding:4px 8px;gap:4px}.time-box{min-width:40px;height:32px;padding:3px 5px}.time-box span{font-size:11px}.time-box small{font-size:8px}.promo-label{min-width:70px;height:32px;font-size:11px}.hero{margin-top:48px;min-height:auto;padding:24px 16px 56px}.hero-inner{max-width:100%;padding:0 8px}.hero-title{font-size:26px;line-height:1.3;margin-bottom:10px}.hero-tagline{font-size:14px;padding:6px 18px;border-radius:6px;margin-bottom:12px}.hero-sub{font-size:14px}.hero-number{font-size:42px;margin:8px 0}.hero-phones{position:relative;margin:28px auto 0;height:280px;width:280px;max-width:280px}.phone-wrap{position:absolute}.phone-wrap img{width:auto;height:auto}.phone-wrap.left{left:0;top:20px;transform-origin:top left;opacity:.9;z-index:1;animation-name:floatLeft768}.phone-wrap.middle{left:50%;top:0;transform-origin:top center;z-index:3;animation-name:floatMiddle768}.phone-wrap.right{right:0;top:20px;transform-origin:top right;opacity:.9;z-index:1;animation-name:floatRight768}@keyframes floatLeft768{0%,to{transform:scale(.55) translateY(0)}50%{transform:scale(.55) translateY(-10px)}}@keyframes floatMiddle768{0%,to{transform:translate(-50%) scale(.62) translateY(0)}50%{transform:translate(-50%) scale(.62) translateY(-12px)}}@keyframes floatRight768{0%,to{transform:scale(.55) translateY(0)}50%{transform:scale(.55) translateY(-10px)}}.hero-cta{margin-top:8px;padding:12px 24px;font-size:14px}.hero-note{margin-top:10px;font-size:12px}.features{padding:56px 16px}.features-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.feature-card{padding:20px 12px;border-radius:12px}.feature-icon{width:44px;height:44px;font-size:18px;margin-bottom:12px}.feature-card span{font-size:12px;line-height:1.3;display:block}.themes{padding:56px 16px}.themes-inner{padding-left:12px;padding-right:12px}.themes-desc{font-size:14px;margin-bottom:36px}.themes-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;justify-content:center}.theme-card{width:100%;padding:14px;border-radius:12px}.theme-image{aspect-ratio:1 / 1}.theme-card h3{font-size:13px;margin:12px 0 10px;text-align:center}.theme-btn{width:100%;justify-content:center;padding:10px 0;font-size:12px}.theme-badge{top:10px;left:10px;font-size:10px;padding:5px 8px}.themes-cta{margin-top:32px}.themes-btn-all{width:100%;max-width:280px;justify-content:center;font-size:13px;padding:12px 20px}.testimonials{padding:56px 0;overflow:hidden}.testimonials-inner{padding:0 16px;max-width:100%}.testimonials-desc{font-size:14px;margin-bottom:32px}.testimonials-grid{display:flex;flex-direction:row;flex-wrap:nowrap;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;gap:16px;padding:8px 16px 24px;margin-left:-16px;margin-right:-16px;scrollbar-width:none;-ms-overflow-style:none}.testimonials-grid::-webkit-scrollbar{display:none;width:0;height:0;background:transparent}.testimonials-grid .testimonial-card{flex:0 0 280px;min-width:280px;width:280px;max-width:280px;margin:0;padding:20px 16px}.testimonials-grid .testimonial-card:hover{transform:none}.testimonial-text{font-size:13px}.slider-dots{display:flex;justify-content:center;align-items:center;gap:8px;margin-top:16px;padding:0 16px}.slider-dot{width:8px;height:8px;border-radius:50%;background:#ddd;border:none;padding:0;cursor:pointer;transition:all .3s ease}.slider-dot.active{background:#1f2d24;transform:scale(1.3)}}@media(max-width:480px){#promo-bar{height:46px;padding:4px 6px;gap:4px}.time-box{min-width:38px;height:30px;padding:3px 4px}.time-box span{font-size:10px}.time-box small{font-size:7px}.promo-label{min-width:65px;height:30px;font-size:10px}.hero{margin-top:46px;padding:20px 14px 48px}.hero-title{font-size:23px}.hero-tagline{font-size:13px;padding:5px 16px}.hero-sub{font-size:13px}.hero-number{font-size:38px}.hero-phones{height:220px;width:220px;max-width:220px;margin:20px auto 0}.phone-wrap.left{top:18px;animation-name:floatLeft480}.phone-wrap.middle{animation-name:floatMiddle480}.phone-wrap.right{top:18px;animation-name:floatRight480}@keyframes floatLeft480{0%,to{transform:scale(.48) translateY(0)}50%{transform:scale(.48) translateY(-8px)}}@keyframes floatMiddle480{0%,to{transform:translate(-50%) scale(.55) translateY(0)}50%{transform:translate(-50%) scale(.55) translateY(-10px)}}@keyframes floatRight480{0%,to{transform:scale(.48) translateY(0)}50%{transform:scale(.48) translateY(-8px)}}.hero-cta{padding:11px 22px;font-size:13px;margin-top:8px}.hero-note{font-size:11px}.features{padding:48px 14px}.features h2{font-size:20px;margin-bottom:8px}.features-desc{font-size:13px;margin-bottom:36px}.features-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.feature-card{padding:16px 8px}.feature-icon{width:38px;height:38px;font-size:16px;margin-bottom:10px}.feature-card span{font-size:11px}.themes{padding:48px 14px}.themes h2{font-size:20px}.themes-desc{font-size:13px;margin-bottom:28px}.themes-grid{gap:12px}.theme-card{padding:10px;border-radius:10px}.theme-card h3{font-size:11px;margin:10px 0 8px}.theme-btn{padding:8px 0;font-size:11px}.theme-badge{font-size:9px;padding:4px 7px}.themes-btn-all{max-width:240px;font-size:12px;padding:11px 18px}.testimonials{padding:48px 0}.testimonials-inner{padding:0 14px}.testimonials h2{font-size:20px}.testimonials-desc{font-size:13px;margin-bottom:28px}.testimonials-grid{gap:12px;padding:8px 14px 20px;margin-left:-14px;margin-right:-14px}.testimonials-grid .testimonial-card{flex:0 0 260px;min-width:260px;width:260px;max-width:260px;padding:18px 14px}.testimonial-text{font-size:12px;margin-bottom:14px}.stars{font-size:13px;margin-bottom:10px}.testimonial-user strong{font-size:12px}.testimonial-user span{font-size:11px}.slider-dots{gap:6px}.slider-dot{width:7px;height:7px}}@media(max-width:400px){#promo-bar{height:44px;padding:3px 5px;gap:3px}.time-box{min-width:36px;height:28px;padding:2px 4px}.time-box span{font-size:10px}.time-box small{font-size:7px}.promo-label{min-width:60px;height:28px;font-size:10px}.hero{margin-top:44px;padding:16px 12px 40px}.hero-title{font-size:21px}.hero-tagline{font-size:12px;padding:5px 14px}.hero-sub{font-size:12px}.hero-number{font-size:34px}.hero-phones{height:200px;width:200px;max-width:200px;margin:18px auto 0}.phone-wrap.left{top:16px;animation-name:floatLeft400}.phone-wrap.middle{animation-name:floatMiddle400}.phone-wrap.right{top:16px;animation-name:floatRight400}@keyframes floatLeft400{0%,to{transform:scale(.44) translateY(0)}50%{transform:scale(.44) translateY(-8px)}}@keyframes floatMiddle400{0%,to{transform:translate(-50%) scale(.5) translateY(0)}50%{transform:translate(-50%) scale(.5) translateY(-10px)}}@keyframes floatRight400{0%,to{transform:scale(.44) translateY(0)}50%{transform:scale(.44) translateY(-8px)}}.hero-cta{padding:10px 20px;font-size:13px;margin-top:8px}.features{padding:44px 12px}.features h2{font-size:18px}.features-desc{font-size:12px;margin-bottom:32px}.features-grid{gap:8px}.feature-card{padding:14px 6px}.feature-icon{width:34px;height:34px;font-size:14px;border-radius:10px;margin-bottom:8px}.feature-card span{font-size:10px}.themes{padding:44px 12px}.themes h2{font-size:18px}.themes-desc{font-size:12px;margin-bottom:24px}.themes-grid{gap:10px}.theme-card{padding:8px}.theme-card h3{font-size:10px;margin:8px 0 6px}.theme-btn{padding:7px 0;font-size:10px;border-radius:6px}.theme-badge{top:6px;left:6px;font-size:8px;padding:3px 6px}.themes-btn-all{max-width:220px;font-size:11px;padding:10px 16px}.testimonials{padding:44px 0}.testimonials-inner{padding:0 12px}.testimonials h2{font-size:18px}.testimonials-desc{font-size:12px;margin-bottom:24px}.testimonials-grid{gap:10px;padding:8px 12px 18px;margin-left:-12px;margin-right:-12px}.testimonials-grid .testimonial-card{flex:0 0 240px;min-width:240px;width:240px;max-width:240px;padding:16px 12px;border-radius:12px}.testimonial-text{font-size:12px;line-height:1.5}.stars{font-size:12px}.slider-dots{gap:5px}.slider-dot{width:6px;height:6px}}@media(max-width:360px){#promo-bar{height:42px;padding:2px 4px;gap:2px;font-size:11px}.time-box{min-width:32px;height:26px;padding:2px 3px;border-radius:3px}.time-box span{font-size:9px}.time-box small{font-size:6px}.promo-label{min-width:54px;height:26px;font-size:9px}.hero{margin-top:42px;padding:12px 10px 36px}.hero-title{font-size:19px;line-height:1.25}.hero-tagline{font-size:11px;padding:4px 12px;border-radius:5px;margin-bottom:10px}.hero-sub{font-size:11px}.hero-number{font-size:30px;margin:4px 0}.hero-phones{height:175px;width:180px;max-width:180px;margin:16px auto 0}.phone-wrap.left{top:14px;animation-name:floatLeft360}.phone-wrap.middle{animation-name:floatMiddle360}.phone-wrap.right{top:14px;animation-name:floatRight360}@keyframes floatLeft360{0%,to{transform:scale(.4) translateY(0)}50%{transform:scale(.4) translateY(-6px)}}@keyframes floatMiddle360{0%,to{transform:translate(-50%) scale(.46) translateY(0)}50%{transform:translate(-50%) scale(.46) translateY(-8px)}}@keyframes floatRight360{0%,to{transform:scale(.4) translateY(0)}50%{transform:scale(.4) translateY(-6px)}}.hero-cta{margin-top:8px;padding:9px 18px;font-size:12px;border-radius:8px}.hero-note{font-size:10px;margin-top:8px}.features{padding:40px 10px}.features h2{font-size:16px;margin-bottom:6px}.features-desc{font-size:11px;margin-bottom:28px}.features-grid{gap:6px}.feature-card{padding:12px 4px;border-radius:10px}.feature-icon{width:30px;height:30px;font-size:13px;border-radius:8px;margin-bottom:6px}.feature-card span{font-size:9px;line-height:1.2}.themes{padding:40px 10px}.themes h2{font-size:16px}.themes-desc{font-size:11px;margin-bottom:20px}.themes-grid{gap:8px}.theme-card{padding:6px;border-radius:8px}.theme-image{border-radius:6px}.theme-card h3{font-size:9px;margin:6px 0 5px}.theme-btn{padding:6px 0;font-size:9px;border-radius:5px}.theme-badge{top:4px;left:4px;font-size:7px;padding:2px 5px;border-radius:12px}.themes-cta{margin-top:24px}.themes-btn-all{max-width:200px;font-size:10px;padding:9px 14px;border-radius:5px}.testimonials{padding:40px 0}.testimonials-inner{padding:0 10px}.testimonials h2{font-size:16px}.testimonials-desc{font-size:11px;margin-bottom:20px}.testimonials-grid{gap:8px;padding:8px 10px 16px;margin-left:-10px;margin-right:-10px}.testimonials-grid .testimonial-card{flex:0 0 220px;min-width:220px;width:220px;max-width:220px;padding:14px 10px;border-radius:10px}.testimonial-text{font-size:11px;line-height:1.5;margin-bottom:12px}.stars{font-size:11px;margin-bottom:8px}.testimonial-user strong{font-size:11px}.testimonial-user span{font-size:10px}.slider-dots{gap:4px;margin-top:12px}.slider-dot{width:5px;height:5px}}@media(max-width:360px){#promo-bar{height:42px;padding:2px 4px;gap:2px;font-size:11px}.time-box{min-width:32px;height:26px;padding:2px 3px;border-radius:3px}.time-box span{font-size:9px}.time-box small{font-size:6px}.promo-label{min-width:54px;height:26px;font-size:9px}.hero{margin-top:42px;padding:12px 10px 36px}.hero-title{font-size:19px;line-height:1.25}.hero-tagline{font-size:11px;padding:4px 12px;border-radius:5px;margin-bottom:10px}.hero-sub{font-size:11px}.hero-number{font-size:30px;margin:4px 0}.hero-phones{height:175px;width:180px;max-width:180px;margin:16px auto 0}.phone-wrap.left{top:14px;animation-name:floatLeft360}.phone-wrap.middle{animation-name:floatMiddle360}.phone-wrap.right{top:14px;animation-name:floatRight360}.hero-cta{padding:9px 18px;font-size:12px;border-radius:8px;margin-top:8px}.hero-note{font-size:10px;margin-top:8px}.features{padding:40px 10px}.features h2{font-size:16px;margin-bottom:6px}.features-desc{font-size:11px;margin-bottom:28px}.features-grid{gap:6px}.feature-card{padding:12px 4px;border-radius:10px}.feature-icon{width:30px;height:30px;font-size:13px;border-radius:8px;margin-bottom:6px}.feature-card span{font-size:9px;line-height:1.2}.themes{padding:40px 10px}.themes h2{font-size:16px}.themes-desc{font-size:11px;margin-bottom:20px}.themes-grid{gap:8px}.theme-card{padding:6px;border-radius:8px}.theme-image{border-radius:6px}.theme-card h3{font-size:9px;margin:6px 0 5px}.theme-btn{padding:6px 0;font-size:9px;border-radius:5px}.theme-badge{top:4px;left:4px;font-size:7px;padding:2px 5px;border-radius:12px}.themes-cta{margin-top:24px}.themes-btn-all{max-width:200px;font-size:10px;padding:9px 14px;border-radius:5px}.testimonials{padding:40px 0}.testimonials-inner{padding:0 10px}.testimonials h2{font-size:16px}.testimonials-desc{font-size:11px;margin-bottom:20px}.testimonials-grid{gap:8px;padding:8px 10px 16px;margin-left:-10px;margin-right:-10px}.testimonials-grid .testimonial-card{flex:0 0 220px;min-width:220px;width:220px;max-width:220px;padding:14px 10px;border-radius:10px}.testimonial-text{font-size:11px;line-height:1.5;margin-bottom:12px}.stars{font-size:11px;margin-bottom:8px}.testimonial-user strong{font-size:11px}.testimonial-user span{font-size:10px}}.cta{background:#4a564a;padding:80px 16px;text-align:center;color:#fff}.cta-inner{max-width:900px;margin:0 auto}.cta h2{font-size:clamp(22px,4vw,32px);font-weight:700;margin-bottom:12px}.cta-sub{font-size:16px;line-height:1.6;margin-bottom:28px;opacity:.95}.cta-btn{display:inline-flex;align-items:center;gap:10px;background:#ffc980;color:#1f2d24;font-weight:700;font-size:15px;padding:14px 30px;border-radius:8px;box-shadow:0 6px 18px #00000040;transition:transform .2s ease,box-shadow .2s ease}.cta-btn:hover{transform:translateY(-2px);box-shadow:0 10px 24px #00000059}.cta-wa-icon{width:20px;height:20px;color:#1f2d24;flex-shrink:0}@media(max-width:1024px){.cta-inner{max-width:760px}.cta-sub{font-size:15px}}@media(max-width:768px){.cta{padding:56px 16px}.cta h2{font-size:22px}.cta-sub{font-size:14px;margin-bottom:24px}.cta-btn{width:100%;max-width:280px;justify-content:center;font-size:14px;padding:12px 24px}.cta-wa-icon{width:18px;height:18px}}@media(max-width:480px){.cta h2{font-size:21px}.cta-sub{font-size:13.5px;line-height:1.55}.cta-btn{max-width:260px;font-size:13.5px}}@media(max-width:400px){.cta{padding:48px 12px}.cta h2{font-size:20px}.cta-sub{font-size:13px}.cta-btn{max-width:240px;padding:11px 20px}}@media(max-width:360px){.cta h2{font-size:19px}.cta-sub{font-size:12.5px}.cta-btn{font-size:13px;padding:10px 18px}}@media(min-width:1440px){.cta-inner{max-width:1000px}.cta h2{font-size:36px}.cta-sub{font-size:17px}.cta-btn{font-size:16px;padding:16px 34px}}.mini-faq{background:#fff;padding:72px 16px;color:#1f2d24}.mini-faq-inner{max-width:900px;margin:0 auto}.mini-faq h2{text-align:center;font-size:clamp(20px,3.5vw,28px);font-weight:700;margin-bottom:40px}.faq-accordion{display:flex;flex-direction:column;gap:14px}.faq-item{background:#f7f7f7;border-radius:14px;overflow:hidden}.faq-question{width:100%;background:transparent;border:none;padding:18px 22px;display:flex;justify-content:space-between;align-items:center;cursor:pointer;text-align:left;font-size:15px;font-weight:700;color:#1f2d24}.faq-question:focus{outline:none}.faq-icon{font-size:20px;font-weight:700;transition:transform .25s ease}.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease;padding:0 22px}.faq-answer p{font-size:14px;line-height:1.6;color:#444;padding-bottom:18px}.faq-item.active .faq-answer{max-height:200px}.faq-item.active .faq-icon{transform:rotate(45deg)}@media(max-width:768px){.mini-faq{padding:56px 16px}.mini-faq h2{margin-bottom:32px}.faq-question{padding:16px 18px;font-size:14px}.faq-answer{padding:0 18px}.faq-answer p{font-size:13px}}@media(max-width:480px){.faq-question{padding:14px 16px;font-size:13.5px}.faq-icon{font-size:18px}}.mini-faq,.mini-faq h2,.mini-faq .faq-question,.mini-faq .faq-answer,.mini-faq p{font-family:Poppins,system-ui,-apple-system,BlinkMacSystemFont,sans-serif}.mini-faq h2{letter-spacing:-.3px}.faq-question{font-weight:600}.faq-answer p{font-weight:400}.wa-floating{position:fixed;bottom:24px;right:24px;width:60px;height:60px;background:#25d366;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #25d36666;z-index:9998;transition:transform .3s ease,box-shadow .3s ease}.wa-floating:hover{transform:scale(1.1);box-shadow:0 6px 20px #25d36680}.wa-floating svg{width:32px;height:32px;color:#fff}.wa-floating:before{content:"";position:absolute;width:100%;height:100%;border-radius:50%;background:#25d366;z-index:-1;animation:waPulse 2s infinite}@keyframes waPulse{0%{transform:scale(1);opacity:.7}70%{transform:scale(1.3);opacity:0}to{transform:scale(1);opacity:0}}@media(max-width:768px){.wa-floating{bottom:20px;right:20px;width:54px;height:54px}.wa-floating svg{width:28px;height:28px}}@media(max-width:480px){.wa-floating{bottom:16px;right:16px;width:50px;height:50px}.wa-floating svg{width:26px;height:26px}}@media(max-width:360px){.wa-floating{bottom:14px;right:14px;width:46px;height:46px}.wa-floating svg{width:24px;height:24px}}
