.str-page{--v2-green: #18a88c;--v2-green-dark: #3c9179;--v2-green-glow: rgba(24,168,140,.12);--v2-red: #e74c3c;--v2-red-glow: rgba(231,76,60,.1);--v2-dark: #0a3d2e;--v2-text: #363636;--v2-muted: #6b7a8d;--v2-border: #e8ecf1;--v2-cream: #fdfaf3;--v2-warm: #f7f6f2;--v2-radius: 20px;--v2-py: 120px;overflow-x:hidden}.str-page *{box-sizing:border-box}.v2-container{max-width:1200px;margin:0 auto;padding:0 24px}.v2-label{font-family:Montserrat,sans-serif;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:2px;color:var(--v2-green);margin:0 0 16px}.v2-label--red{color:var(--v2-red)}.v2-title{font-family:Montserrat,sans-serif;font-weight:700;font-size:42px;line-height:1.12;color:var(--v2-dark);margin:0 0 16px}.v2-subtitle{font-family:Inter,sans-serif;font-size:17px;line-height:1.6;color:var(--v2-muted);margin:0 0 32px}.v2-btn{display:inline-flex;align-items:center;justify-content:center;font-family:Montserrat,sans-serif;font-size:15px;font-weight:700;border:none;border-radius:14px;cursor:pointer;text-decoration:none;transition:all .25s ease;gap:8px}.v2-btn--primary{background:linear-gradient(135deg,#5cbea3,#3c9179);color:#fff;padding:16px 40px;height:56px;box-shadow:0 4px 16px #18a88c4d}.v2-btn--primary:hover{box-shadow:0 12px 28px #18a88c73;transform:translateY(-2px)}.v2-btn--lg{padding:18px 48px;font-size:17px;height:60px}.v2-btn--ghost{background:transparent;color:var(--v2-dark);padding:16px 32px;border:2px solid var(--v2-border)}.v2-btn--ghost:hover{border-color:var(--v2-green);color:var(--v2-green)}.v2-hero__img-placeholder{background:var(--v2-warm);border:2px dashed var(--v2-border);border-radius:var(--v2-radius);display:flex;align-items:center;justify-content:center;min-height:400px;color:var(--v2-muted);font-family:Inter,sans-serif;font-size:14px}.v2-hero{background:#fff;padding:72px 0 96px}.v2-hero__grid{display:grid;grid-template-columns:1fr 1.1fr;gap:72px;align-items:center}.v2-hero__text-col{text-align:left}.v2-hero__title{font-family:Montserrat,sans-serif;font-weight:700;font-size:52px;line-height:1.06;color:var(--v2-dark);margin:0 0 20px}.v2-hero__sub{font-family:Inter,sans-serif;font-size:19px;line-height:1.55;color:var(--v2-muted);margin:0 0 32px;max-width:560px}.v2-hero__ctas{display:flex;gap:14px;flex-wrap:wrap;margin-bottom:32px}.v2-hero__proof{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}.v2-hero__proof li{font-family:Inter,sans-serif;font-size:14px;color:var(--v2-text);display:flex;align-items:center;gap:10px}.v2-hero__proof svg{width:14px;height:14px;color:var(--v2-green);flex-shrink:0}.v2-hero__img-col,.v2-hero__img-wrap{position:relative}.v2-hero__img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:24px;display:block;box-shadow:0 24px 60px -20px #0a3d2e40}.v2-hero__img-placeholder{aspect-ratio:4/3;min-height:auto}.v2-hero__insight{position:absolute;display:flex;align-items:center;gap:12px;background:#fff;border-radius:14px;padding:12px 16px;box-shadow:0 12px 32px #0a3d2e2e;font-family:Inter,sans-serif;animation:v2HeroFadeIn .6s ease both}.v2-hero__insight-icon{position:relative;width:40px;height:40px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.v2-hero__insight-icon svg{width:20px;height:20px}.v2-hero__insight-body{display:flex;flex-direction:column;line-height:1.2}.v2-hero__insight-title{font-size:14px;font-weight:700;color:var(--v2-dark)}.v2-hero__insight-sub{font-size:12px;color:var(--v2-muted);margin-top:2px}.v2-hero__insight-icon--window{background:var(--v2-green-glow);color:var(--v2-green)}.v2-hero__insight-dot{position:absolute;top:-3px;right:-3px;width:10px;height:10px;border-radius:50%;background:var(--v2-red);border:2px solid #fff;animation:v2HeroPulseDot 1.6s ease-out infinite}.v2-hero__insight-icon--ac{background:linear-gradient(135deg,#18a88c,#0a3d2e);color:#fff}.v2-hero__insight-icon--ac:before,.v2-hero__insight-icon--ac:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:12px;background:var(--v2-green);opacity:.45;z-index:-1;animation:v2HeroPulse 2.2s ease-out infinite}.v2-hero__insight-icon--ac:after{animation-delay:1.1s}.v2-hero__insight--window{top:8%;left:-28px;animation-delay:.4s}.v2-hero__insight--ac{bottom:36%;right:-32px;animation-delay:1.4s}@keyframes v2HeroFadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes v2HeroPulse{0%{transform:scale(1);opacity:.45}to{transform:scale(1.7);opacity:0}}@keyframes v2HeroPulseDot{0%,to{transform:scale(1);box-shadow:0 0 #e74c3c80}50%{transform:scale(1.15);box-shadow:0 0 0 6px #e74c3c00}}.v2-trust{background:#fff;padding:24px 0;border-bottom:1px solid var(--v2-border)}.v2-trust__inner{display:flex;align-items:center;justify-content:center;gap:40px;flex-wrap:wrap}.v2-trust__text{font-family:Inter,sans-serif;font-size:14px;font-weight:500;color:var(--v2-muted);flex-shrink:0}.v2-trust__logos{display:flex;align-items:center}.v2-trust__track{display:flex;align-items:center;gap:28px}.v2-trust__track-dup{display:contents}.v2-trust__logo{max-height:26px;width:auto;opacity:.55;transition:opacity .2s;flex-shrink:0}.v2-trust__logo:hover{opacity:1}.v2-statement{padding:var(--v2-py) 0 72px;background:#fff}.v2-statement__grid{display:grid;grid-template-columns:7fr 5fr;gap:80px;align-items:center}.v2-statement__img{width:100%;border-radius:var(--v2-radius);display:block}.v2-statement__placeholder{min-height:350px}.v2-statement .v2-title{font-size:38px}.v2-statement__list{list-style:none;padding:0;margin:0}.v2-statement__list li{font-family:Inter,sans-serif;font-size:16px;color:var(--v2-text);padding:10px 0;display:flex;align-items:center;gap:12px;border-bottom:1px solid rgba(0,0,0,.05)}.v2-statement__list li:last-child{border-bottom:none}.v2-statement__list svg{width:16px;height:16px;color:var(--v2-red);flex-shrink:0}.v2-solution{padding:56px 0 var(--v2-py);background:#fff}.v2-solution__inner{text-align:center;max-width:820px;margin:0 auto}.v2-solution__title{font-family:Montserrat,sans-serif;font-weight:700;font-size:42px;line-height:1.15;color:var(--v2-dark);margin:0 0 20px}.v2-solution__sub{font-family:Inter,sans-serif;font-size:18px;line-height:1.6;color:var(--v2-muted);margin:0 auto 48px;max-width:640px}.v2-solution__stats{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;max-width:720px;margin:0 auto}.v2-solution__stat{background:var(--v2-warm);border:1px solid var(--v2-border);border-radius:16px;padding:32px 20px;text-align:center;transition:transform .25s ease,box-shadow .25s ease}.v2-solution__stat:hover{transform:translateY(-4px);box-shadow:0 12px 28px -16px #0a3d2e2e}.v2-solution__stat-val{font-family:Montserrat,sans-serif;font-weight:700;font-size:40px;color:var(--v2-green);display:block;line-height:1}.v2-solution__stat-label{font-family:Inter,sans-serif;font-size:13px;color:var(--v2-muted);margin-top:10px;display:block;font-weight:500}.v2-features{padding:var(--v2-py) 0;background:#fff}.v2-features>.v2-container>div:first-child{margin-bottom:72px}.v2-feature{display:grid;grid-template-columns:2fr 3fr;gap:72px;align-items:center;margin-bottom:100px}.v2-feature:last-child{margin-bottom:0}.v2-feature--reverse{direction:rtl}.v2-feature--reverse>*{direction:ltr}.v2-feature__img{width:100%;border-radius:var(--v2-radius);display:block}.v2-feature__title{font-family:Montserrat,sans-serif;font-weight:700;font-size:32px;line-height:1.15;color:var(--v2-dark);margin:0 0 16px}.v2-feature__sub{font-family:Inter,sans-serif;font-size:17px;line-height:1.6;color:var(--v2-muted);margin:0 0 20px}.v2-feature__bullets{list-style:none;padding:0;margin:0}.v2-feature__bullets li{font-family:Inter,sans-serif;font-size:15px;color:var(--v2-text);padding:8px 0;display:flex;align-items:center;gap:10px}.v2-feature__bullets svg{width:16px;height:16px;color:var(--v2-green);flex-shrink:0}.v2-box{padding:var(--v2-py) 0;background:var(--v2-warm)}.v2-box__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;margin-top:48px}.v2-box__item{text-align:center}.v2-box__img-wrap{position:relative;margin-bottom:20px}.v2-box__img{width:100%;aspect-ratio:1;object-fit:contain;border-radius:var(--v2-radius);background:#fff;padding:24px;display:block}.v2-box__qty-badge{position:absolute;top:14px;right:14px;background:linear-gradient(135deg,#5cbea3,#3c9179);color:#fff;font-family:Montserrat,sans-serif;font-weight:700;font-size:15px;letter-spacing:.5px;padding:6px 12px;border-radius:999px;box-shadow:0 4px 14px #18a88c52;line-height:1}.v2-box__placeholder{aspect-ratio:1;min-height:auto}.v2-box__name{font-family:Montserrat,sans-serif;font-weight:700;font-size:18px;color:var(--v2-dark);margin:0 0 8px}.v2-box__desc{font-family:Inter,sans-serif;font-size:15px;color:var(--v2-muted);margin:0;line-height:1.5}.v2-box__included{margin-top:56px;padding:32px;background:#fff;border:1px solid var(--v2-border);border-radius:var(--v2-radius);box-shadow:0 8px 28px -16px #0a3d2e1f}.v2-box__included-label{display:block;text-align:center;font-family:Montserrat,sans-serif;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:2px;color:var(--v2-green);margin-bottom:24px}.v2-box__included-list{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.v2-box__included-item{display:flex;align-items:flex-start;gap:14px;padding:16px;border-radius:14px;background:var(--v2-green-glow);transition:transform .2s ease}.v2-box__included-item:hover{transform:translateY(-2px)}.v2-box__included-icon{width:40px;height:40px;border-radius:12px;background:#fff;color:var(--v2-green);display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 2px 8px #18a88c26}.v2-box__included-icon svg{width:20px;height:20px}.v2-box__included-text{display:flex;flex-direction:column}.v2-box__included-title{font-family:Montserrat,sans-serif;font-weight:700;font-size:15px;color:var(--v2-dark);line-height:1.3}.v2-box__included-desc{font-family:Inter,sans-serif;font-size:13px;color:var(--v2-muted);margin-top:4px;line-height:1.4}.v2-compare{padding:var(--v2-py) 0;background:#fff}.v2-compare__grid{display:grid;grid-template-columns:1fr 1fr;gap:28px;margin-top:48px}.v2-compare__card{border-radius:var(--v2-radius);overflow:hidden}.v2-compare__card--before{border:2px solid var(--v2-red)}.v2-compare__card--after{border:2px solid var(--v2-green)}.v2-compare__badge{font-family:Montserrat,sans-serif;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:1px;text-align:center;padding:10px}.v2-compare__badge--red{background:var(--v2-red);color:#fff}.v2-compare__badge--green{background:var(--v2-green);color:#fff}.v2-compare__heading--red{color:var(--v2-red)}.v2-compare__heading--green{color:var(--v2-green)}.v2-compare__img{width:100%;aspect-ratio:16/10;object-fit:cover;display:block}.v2-compare__placeholder{aspect-ratio:16/10;min-height:auto;border-radius:0;border:none}.v2-compare__body{padding:28px}.v2-compare__heading{font-family:Montserrat,sans-serif;font-weight:700;font-size:22px;color:var(--v2-dark);margin:0 0 20px}.v2-compare__list{list-style:none;padding:0;margin:0}.v2-compare__list li{font-family:Inter,sans-serif;font-size:15px;color:var(--v2-text);padding:10px 0;border-bottom:1px solid rgba(0,0,0,.05);display:flex;align-items:center;gap:10px}.v2-compare__list li:last-child{border-bottom:none}.v2-compare__list li:before{font-size:16px;flex-shrink:0}.v2-compare__list--bad li:before{content:"\2715";color:#e74c3c;font-weight:700}.v2-compare__list--good li:before{content:"\2713";color:var(--v2-green);font-weight:700}.v2-steps{padding:var(--v2-py) 0;background:var(--v2-cream)}.v2-steps__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;margin-top:48px;text-align:center}.v2-steps__img{width:100%;aspect-ratio:3/4;object-fit:cover;border-radius:var(--v2-radius);display:block;margin-bottom:24px}.v2-steps__placeholder{aspect-ratio:3/4;min-height:auto}.v2-steps__num{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#5cbea3,#3c9179);color:#fff;font-family:Montserrat,sans-serif;font-weight:700;font-size:16px;margin:0 auto 12px;box-shadow:0 4px 12px #18a88c4d}.v2-steps__name{font-family:Montserrat,sans-serif;font-weight:700;font-size:20px;color:var(--v2-dark);margin:0 0 8px}.v2-steps__desc{font-family:Inter,sans-serif;font-size:15px;color:var(--v2-muted);line-height:1.5;max-width:280px;margin:0 auto}.v2-calc{padding:var(--v2-py) 0;background:var(--v2-warm)}.str-calc{background:#fff;border-radius:var(--v2-radius);box-shadow:0 16px 48px -24px #0a3d2e2e;border:1px solid var(--v2-border);max-width:980px;margin:40px auto 0;display:grid;grid-template-columns:1fr 1fr;overflow:hidden}.str-calc__col{padding:40px;display:flex;flex-direction:column}.str-calc__col--inputs{background:#fff}.str-calc__col--results{background:linear-gradient(160deg,#0a3d2e,#145d44);color:#fff;position:relative}.str-calc__col-label{font-family:Montserrat,sans-serif;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:2px;color:var(--v2-green);margin-bottom:28px;display:block}.str-calc__col-label--light{color:#ffffffb3}.str-calc__inputs{display:flex;flex-direction:column;gap:32px}.str-calc__input-group{display:flex;flex-direction:column}.str-calc__label{font-family:Inter,sans-serif;font-size:13px;font-weight:600;color:var(--v2-muted);margin-bottom:12px;display:block;text-transform:uppercase;letter-spacing:.5px}.str-calc__input-row{display:flex;align-items:center;gap:16px;margin-bottom:12px}.str-calc__amount{font-family:Montserrat,sans-serif;font-size:40px;font-weight:700;color:var(--v2-dark)}.str-calc__rooms{display:flex;gap:8px;flex-wrap:wrap}.str-calc__room-btn{flex:1;min-width:48px;height:48px;border-radius:12px;border:2px solid var(--v2-border);background:#fff;font-family:Montserrat,sans-serif;font-size:16px;font-weight:700;color:var(--v2-text);cursor:pointer;transition:all .2s}.str-calc__room-btn:hover{border-color:var(--v2-green);color:var(--v2-green)}.str-calc__room-btn--active{background:var(--v2-green);border-color:var(--v2-green);color:#fff}.str-calc__slider{-webkit-appearance:none;appearance:none;width:100%;height:8px;border-radius:4px;background:linear-gradient(to right,var(--v2-green),var(--v2-green)) no-repeat,var(--v2-border);background-size:21.4% 100%;outline:none}.str-calc__slider::-webkit-slider-thumb{-webkit-appearance:none;width:26px;height:26px;border-radius:50%;background:var(--v2-green);cursor:pointer;border:4px solid #fff;box-shadow:0 2px 8px #0003}.str-calc__slider-range{display:flex;justify-content:space-between;margin-top:8px;font-family:Inter,sans-serif;font-size:11px;color:var(--v2-muted)}.str-calc__results{display:flex;flex-direction:column;gap:14px;flex:1}.str-calc__result{display:flex;justify-content:space-between;align-items:baseline;padding:18px 22px;background:#ffffff12;border:1px solid rgba(255,255,255,.1);border-radius:14px;text-align:left}.str-calc__result-value{font-family:Montserrat,sans-serif;font-size:32px;font-weight:700;color:#fff;display:block;line-height:1}.str-calc__result-label{font-family:Inter,sans-serif;font-size:13px;color:#ffffffb3;display:block;font-weight:500}.str-calc__result--highlight{background:var(--v2-green);border-color:var(--v2-green);box-shadow:0 12px 32px -8px #18a88c80}.str-calc__result--highlight .str-calc__result-value{color:#fff}.str-calc__result--highlight .str-calc__result-label{color:#ffffffd9;font-weight:600}.str-calc__cta{margin-top:24px;width:100%;background:#fff!important;color:var(--v2-dark)!important;box-shadow:0 6px 20px #0000002e!important}.str-calc__cta:hover{background:var(--v2-green)!important;color:#fff!important}.str-buybox{padding:var(--v2-py) 0;background:#fff;overflow-x:clip;max-width:100vw}.str-buybox__inner{max-width:1280px;margin:0 auto;padding:0 24px;box-sizing:border-box}.str-buybox__layout{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:start;min-width:0}.str-buybox__image{position:sticky;top:100px}.str-buybox__product-name{font-family:Montserrat,sans-serif;font-weight:700;font-size:24px;color:var(--v2-dark);margin:0 0 20px}.str-buybox__carousel-main{position:relative;border-radius:var(--v2-radius);overflow:hidden;background:#fff;aspect-ratio:1;border:1px solid rgba(10,22,44,.1)}.str-buybox__carousel-slide{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:contain;opacity:0;transition:opacity .3s ease;border-radius:var(--v2-radius)}.str-buybox__carousel-slide--active{opacity:1;position:relative}.str-buybox__carousel-arrow{position:absolute;top:50%;transform:translateY(-50%);width:36px;height:36px;border-radius:50%;background:#ffffffe6;border:1px solid var(--v2-border);cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:2;opacity:0;transition:opacity .2s}.str-buybox__carousel-main:hover .str-buybox__carousel-arrow{opacity:1}.str-buybox__carousel-arrow--prev{left:10px}.str-buybox__carousel-arrow--next{right:10px}.str-buybox__carousel-arrow svg{width:16px;height:16px;color:var(--v2-dark)}.str-buybox__carousel-thumbs{display:flex;gap:8px;margin-top:10px;overflow-x:auto}.str-buybox__carousel-thumb{width:64px;height:64px;border-radius:10px;border:1px solid var(--v2-border);background:#fff;cursor:pointer;padding:0;flex-shrink:0;transition:border-color .2s}.str-buybox__carousel-thumb--active{border-color:var(--v2-green)}.str-buybox__carousel-thumb img{width:100%;height:100%;object-fit:contain;display:block}.str-buybox__toggle{display:inline-flex;gap:0;margin-bottom:8px;background:var(--v2-warm);border-radius:12px;padding:4px;max-width:100%}.str-buybox__toggle-btn{padding:12px 24px;border:none;background:transparent;font-family:Montserrat,sans-serif;font-size:14px;font-weight:600;color:var(--v2-muted);cursor:pointer;border-radius:10px;transition:all .25s;display:flex;align-items:center;gap:8px;white-space:nowrap;min-width:0}.str-buybox__toggle-btn--active{background:#fff;color:var(--v2-dark);box-shadow:0 2px 8px #00000014}.str-buybox__toggle-btn--active[data-billing=monthly]{background:#fff;color:var(--v2-muted);box-shadow:0 1px 4px #0000000f}.str-buybox__toggle-save{font-size:11px;font-weight:700;color:#fff;background:var(--v2-green);padding:3px 8px;border-radius:6px}.str-buybox__billing-hint{font-family:Inter,sans-serif;font-size:13px;color:var(--v2-green);margin:0 0 16px;transition:color .25s}.str-buybox__billing-hint--monthly{color:var(--v2-red);font-weight:600}.str-buybox__cards{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-bottom:20px}.str-buybox__card{position:relative;border:2px solid var(--v2-border);border-radius:15px;padding:14px 10px 12px;text-align:center;cursor:pointer;transition:all .25s;display:flex;flex-direction:column;align-items:center;gap:3px;background:#fff}.str-buybox__card:hover{border-color:var(--v2-green);box-shadow:0 4px 16px #18a88c1f}.str-buybox__card--active{border-color:var(--v2-green);background:var(--v2-green-glow);box-shadow:0 8px 24px #18a88c38;transform:translateY(-2px)}.str-buybox__card-badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:var(--v2-green);color:#fff;font-family:Montserrat,sans-serif;font-size:11px;font-weight:700;padding:4px 14px;border-radius:10px;white-space:nowrap;text-transform:uppercase;letter-spacing:.5px}.str-buybox__card-badge--best{background:#d4a017}.str-buybox__card-rooms{font-family:Inter,sans-serif;font-size:13px;font-weight:500;color:var(--v2-muted);margin-top:4px}.str-buybox__card-price{font-family:Montserrat,sans-serif;font-size:24px;font-weight:700;color:var(--v2-dark);line-height:1;margin-top:6px}.str-buybox__card--active .str-buybox__card-price{color:var(--v2-green)}.str-buybox__card-per{font-family:Inter,sans-serif;font-size:13px;color:var(--v2-muted)}.str-buybox__card-billed{display:none}.str-buybox__card-save{display:inline-block;margin-top:8px;font-family:Montserrat,sans-serif;font-size:12px;font-weight:700;color:var(--v2-green);background:var(--v2-green-glow);padding:3px 10px;border-radius:6px}.str-buybox__total{display:flex;justify-content:space-between;align-items:center;padding:16px 24px;background:var(--v2-warm);border-radius:12px;margin-bottom:20px}.str-buybox__total-label{font-family:Inter,sans-serif;font-size:15px;color:var(--v2-text)}.str-buybox__total-label strong{font-weight:700;color:var(--v2-dark)}.str-buybox__total-price{font-family:Montserrat,sans-serif;font-size:22px;font-weight:700;color:var(--v2-dark)}.str-buybox__atc{font-size:17px;height:62px;box-shadow:0 6px 20px #18a88c59}.str-buybox__trust{padding-top:20px;border-top:1px solid var(--v2-border)}.v2-faq{padding:var(--v2-py) 0;background:var(--v2-warm)}.str-faq__list{max-width:800px;margin:32px auto 0}.str-faq__item{background:#fff;border-radius:14px;margin-bottom:12px;overflow:hidden;box-shadow:0 1px 4px #0000000a}.str-faq__question{width:100%;background:none;border:none;padding:20px 24px;font-family:Montserrat,sans-serif;font-size:16px;font-weight:600;color:var(--v2-dark);text-align:left;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:16px;transition:color .2s}.str-faq__question:hover{color:var(--v2-green)}.str-faq__chevron{width:20px;height:20px;transition:transform .3s ease;flex-shrink:0;color:var(--v2-muted)}.str-faq__item--open .str-faq__chevron{transform:rotate(180deg);color:var(--v2-green)}.str-faq__answer{max-height:0;overflow:hidden;transition:max-height .35s ease}.str-faq__item--open .str-faq__answer{max-height:300px}.str-faq__answer-inner{padding:0 24px 20px;font-family:Inter,sans-serif;font-size:15px;line-height:1.7;color:var(--v2-muted)}.str-floating-atc{position:fixed;bottom:0;left:0;right:0;z-index:999;background:var(--v2-warm);border-top:1px solid var(--v2-border);box-shadow:0 -2px 12px #0000000f;padding:10px 0;transform:translateY(100%);transition:transform .3s ease}.str-floating-atc--visible{transform:translateY(0)}.str-floating-atc__inner{max-width:1200px;margin:0 auto;padding:0 24px;display:flex;align-items:center;justify-content:space-between;gap:24px}.str-floating-atc__product{display:flex;align-items:center;gap:14px;flex-shrink:0}.str-floating-atc__thumb{width:44px;height:44px;border-radius:10px;border:1px solid var(--v2-border);object-fit:contain;background:#fff;padding:0}.str-floating-atc__name{font-family:Montserrat,sans-serif;font-size:14px;font-weight:700;color:var(--v2-dark)}.str-floating-atc__meta{font-family:Inter,sans-serif;font-size:12px;color:var(--v2-muted);margin-top:2px}.str-floating-atc__pricing{display:flex;align-items:baseline;gap:10px;border-left:1px solid var(--v2-border);padding-left:24px}.str-floating-atc__price{font-family:Montserrat,sans-serif;font-weight:700;font-size:22px;color:var(--v2-dark)}.str-floating-atc__period{font-family:Inter,sans-serif;font-size:13px;color:var(--v2-muted)}.str-floating-atc__btn{background:linear-gradient(135deg,#5cbea3,#3c9179);color:#fff;font-family:Montserrat,sans-serif;font-size:14px;font-weight:700;letter-spacing:.5px;text-transform:uppercase;border:none;border-radius:28px;padding:14px 36px;cursor:pointer;transition:all .25s;white-space:nowrap;flex-shrink:0}.str-floating-atc__btn:hover{box-shadow:0 8px 20px #18a88c66;transform:translateY(-1px)}@media(max-width:1024px){.v2-feature,.v2-statement__grid{grid-template-columns:1fr 1fr;gap:48px}.v2-hero__grid{grid-template-columns:1fr;gap:48px}.v2-hero__title{font-size:44px}.v2-hero__insight--window{left:12px}.v2-hero__insight--ac{right:12px}.str-calc{grid-template-columns:1fr;max-width:640px}.str-calc__col{padding:32px}.v2-box__included-list{grid-template-columns:1fr;gap:12px}}@media(max-width:768px){.str-page{--v2-py: 72px}.v2-title{font-size:30px}.v2-hero{padding:48px 0 64px}.v2-hero__title{font-size:34px}.v2-hero__sub{font-size:16px}.v2-hero__ctas{flex-direction:column;align-items:stretch}.v2-hero__ctas .v2-btn{width:100%}.v2-hero__insight{padding:10px 14px}.v2-hero__insight-icon{width:36px;height:36px}.v2-hero__insight-icon svg{width:18px;height:18px}.v2-hero__insight-title{font-size:13px}.v2-hero__insight-sub{font-size:11px}.v2-statement__grid{grid-template-columns:1fr;gap:32px}.v2-statement .v2-title{font-size:30px}.v2-statement{padding:72px 0 40px}.v2-solution{padding:32px 0 72px}.v2-solution__title{font-size:28px}.v2-solution__sub{font-size:16px;margin-bottom:32px}.v2-solution__stats{grid-template-columns:1fr;gap:12px;max-width:360px}.v2-solution__stat{padding:20px;display:flex;align-items:center;justify-content:space-between;text-align:left}.v2-solution__stat-val{font-size:32px}.v2-solution__stat-label{margin-top:0}.v2-features>.v2-container>div:first-child{margin-bottom:48px}.v2-feature{grid-template-columns:1fr;gap:24px;margin-bottom:64px}.v2-feature--reverse{direction:ltr}.v2-feature__title{font-size:26px}.v2-feature__text-col{order:2}.v2-feature__img-col{order:1}.v2-btn--lg{padding:16px 32px;font-size:15px;height:54px;width:100%;max-width:320px}.v2-box__grid{grid-template-columns:1fr;max-width:360px;margin-left:auto;margin-right:auto}.v2-box__included{padding:24px 20px}.v2-compare__grid{grid-template-columns:1fr}.v2-steps__grid{grid-template-columns:1fr;max-width:400px;margin-left:auto;margin-right:auto}.v2-trust{padding:18px 0;overflow:hidden}.v2-trust__inner{flex-direction:column;gap:12px;align-items:stretch}.v2-trust__text{text-align:center}.v2-trust__logos{width:100%;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,transparent,#000 12%,#000 88%,transparent);mask-image:linear-gradient(90deg,transparent,#000 12%,#000 88%,transparent)}.v2-trust__track{width:max-content;gap:40px;animation:v2TrustScroll 22s linear infinite}@keyframes v2TrustScroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.v2-calc{padding:72px 0}.str-calc{grid-template-columns:1fr}.str-calc__col{padding:28px 24px}.str-calc__amount{font-size:32px}.str-calc__result{padding:14px 18px}.str-calc__result-value{font-size:26px}.str-buybox,.str-buybox>.v2-container,.str-buybox__inner,.str-buybox__layout,.str-buybox__image,.str-buybox__pricing,.str-buybox__cards{width:100%;max-width:100%;min-width:0;box-sizing:border-box}.str-buybox>.v2-container{padding:0 16px}.str-buybox__inner{padding:0}.str-buybox__layout{grid-template-columns:1fr;gap:32px}.str-buybox__image{position:static;margin:0 auto}.str-buybox__pricing{overflow:visible}.str-buybox__product-name{font-size:20px}.str-buybox__toggle{width:100%}.str-buybox__toggle-btn{flex:1;justify-content:center;padding:10px 12px;font-size:13px}.str-buybox__carousel,.str-buybox__carousel-main{width:100%;max-width:100%;min-width:0}.str-buybox__carousel-thumbs{max-width:100%}.str-buybox__cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:18px}.str-buybox__card{padding:14px 10px 12px;gap:4px;align-items:center;text-align:center;flex-direction:column;width:100%;max-width:100%;min-width:0;box-sizing:border-box}.str-buybox__card-rooms{font-size:12px;margin-top:2px}.str-buybox__card-price{font-size:22px;margin-top:4px}.str-buybox__card-per{font-size:11px}.str-buybox__card-billed{display:none}.str-buybox__card-save{font-size:11px;padding:3px 8px;margin-top:6px}.str-buybox__card-badge{font-size:10px;padding:3px 10px;top:-10px}.str-buybox__total{padding:12px 16px}.str-buybox__total-price{font-size:18px}.str-floating-atc{padding:8px 0}.str-floating-atc__inner{padding:0 14px;gap:10px}.str-floating-atc__product{display:flex;align-items:center;flex-shrink:0;width:44px;gap:0}.str-floating-atc__product>div{display:none}.str-floating-atc__thumb{width:44px;height:44px}.str-floating-atc__pricing{border-left:none;padding-left:0;gap:0;flex-direction:column;align-items:flex-start;flex:1;min-width:0}.str-floating-atc__price{font-size:17px;line-height:1.1}.str-floating-atc__period{font-size:11px;line-height:1.2}.str-floating-atc__btn{padding:12px 20px;font-size:12px;flex-shrink:0}}@media(max-width:480px){.v2-hero__title{font-size:28px}.v2-hero__insight--window{left:8px;top:8px}.v2-hero__insight--ac{right:8px;bottom:8px}.v2-solution__stats{gap:10px}.v2-solution__stat{padding:16px}.str-calc__col{padding:24px 20px}.str-calc__amount{font-size:28px;min-width:auto}.str-calc__room-btn{height:44px;font-size:14px}.str-calc__result-value{font-size:24px}.str-buybox__atc{height:50px;font-size:14px}}@media(max-width:360px){.v2-container{padding:0 16px}.v2-hero__title{font-size:24px}.v2-hero__sub{font-size:15px}.v2-title{font-size:24px}.v2-label{font-size:11px}.str-buybox__toggle-btn{padding:8px;font-size:11px}.str-buybox__toggle-save{font-size:9px;padding:2px 5px}.str-buybox__total-price{font-size:16px}.str-buybox__total-label{font-size:13px}.str-buybox__atc{height:48px;font-size:13px}.str-buybox__product-name{font-size:18px}.str-buybox__card{padding:12px 8px 10px}.str-buybox__card-price{font-size:20px}.str-buybox__card-rooms{font-size:11px}.str-buybox__card-per{font-size:10px}.str-buybox__cards{gap:8px}.str-calc__col{padding:20px 16px}.str-calc__amount{font-size:24px}.str-calc__room-btn{height:40px;font-size:13px;border-radius:10px}.str-calc__rooms{gap:6px}.v2-feature__title{font-size:22px}.v2-compare__heading{font-size:18px}.v2-compare__list li{font-size:13px}.v2-solution__title,.v2-solution__stat-val{font-size:24px}.v2-btn--primary{padding:14px 24px;height:48px;font-size:14px}.v2-btn--ghost{padding:14px 20px;font-size:14px}.str-floating-atc__btn{padding:12px 18px;font-size:11px}.str-floating-atc__price{font-size:16px}.str-floating-atc__thumb{width:40px;height:40px}.str-floating-atc__product{width:40px}}p.icon-text-medium{font-family:Inter;font-size:13px}.buybox-icon{max-width:30px}p.icon-text{font-family:Inter}
/*# sourceMappingURL=/cdn/shop/t/95/assets/str-page-v2.css.map */
