:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.galaxy-theme{--rose-primary: #E11D48;--rose-dark: #881337;--rose-soft: #FFE4E6;--gold-accent: #D97706;--gold-soft: #FFFBEB;--text-main: #1A1A1A;--text-muted: #4B5563;--bg-main: #FFFFFF;--bg-soft: #FFF1F2;--border-soft: #FECDD3;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff!important;color:var(--text-main);display:flex;flex-direction:column;overflow-x:hidden!important;width:100%;min-width:0;min-height:100vh}.galaxy-theme *{box-sizing:border-box}.galaxy-theme .page-wrapper{min-height:100vh;display:flex;justify-content:center;width:100%;padding:2rem}.galaxy-theme .page-container{width:100%;max-width:1400px;margin:0 auto;background:#fff;box-shadow:0 20px 60px #0000001a;border-radius:1rem;overflow:hidden}.galaxy-theme .notification-bar{background:linear-gradient(to right,#e11d48,#881337);color:#fff;padding:.5rem 1rem;text-align:center;font-size:.875rem;font-weight:500}.galaxy-theme .container{max-width:1280px;margin:0 auto;padding:0 1rem}.galaxy-theme .container-md{max-width:1024px;margin:0 auto;padding:0 1rem}.galaxy-theme .container-sm{max-width:768px;margin:0 auto;padding:0 1rem}.galaxy-theme .hero-section{padding:3rem 0 5rem}.galaxy-theme .hero-grid{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center}.galaxy-theme .hero-grid-aligned{display:grid;grid-template-columns:1fr;gap:3rem;align-items:flex-start}@media(min-width:1024px){.galaxy-theme .hero-grid,.galaxy-theme .hero-grid-aligned{grid-template-columns:1fr 1fr}}.galaxy-theme .hero-content{order:2}@media(min-width:1024px){.galaxy-theme .hero-content{order:1}}.galaxy-theme .hero-image-wrapper{order:1}@media(min-width:1024px){.galaxy-theme .hero-image-wrapper{order:2}}.galaxy-theme .badge{display:inline-block;background-color:#ffe4e6;color:#e11d48;padding:.25rem 1rem;border-radius:9999px;font-size:.875rem;font-weight:600;margin-bottom:1rem}.galaxy-theme .hero-title{color:#881337;font-size:clamp(1.75rem,6vw,2.5rem);line-height:1.3;font-weight:700;margin-bottom:1rem;text-align:left;z-index:1}.galaxy-theme .hero-description{font-size:1.125rem;color:#4b5563;margin-bottom:1.5rem;line-height:1.75}.galaxy-theme .features-list{margin-bottom:2rem}.galaxy-theme .feature-item{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem}.galaxy-theme .feature-icon{background-color:#ffe4e6;border-radius:9999px;padding:.25rem;display:flex;align-items:center;justify-content:center;width:1.5rem;height:1.5rem}.galaxy-theme .feature-icon svg{width:1rem;height:1rem;color:#e11d48}.galaxy-theme .feature-text{color:#374151}.galaxy-theme .price-box-compact{max-width:100%;padding:1rem;background:#fff;border-radius:1rem;box-shadow:0 6px 20px #00000014;border-left:5px solid #D97706;font-family:Inter,sans-serif;display:flex;flex-direction:column;gap:.5rem}.galaxy-theme .price-label{font-size:.75rem;font-weight:600;color:#d97706;text-transform:uppercase;letter-spacing:.5px}.galaxy-theme .price-values{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.galaxy-theme .price-current{font-size:1.75rem;font-weight:800;color:#1a1a1a}.galaxy-theme .price-old{font-size:.95rem;color:#9ca3af;text-decoration:line-through}.galaxy-theme .price-discount{font-size:.85rem;font-weight:700;color:#fff;background:#d97706;padding:.25rem .5rem;border-radius:1rem}.galaxy-theme .flash-timer-box{display:flex;justify-content:center;gap:.5rem;padding:.3rem .5rem;background:#fffbeb;border-radius:.75rem;border:1px dashed #D97706;font-size:.75rem;font-weight:600;color:#b45309}.galaxy-theme .flash-time{font-weight:800;animation:pulse 1.2s infinite}.galaxy-theme .btn-primary,.galaxy-theme .btn-primary-large,.galaxy-theme .btn-primary-small,.galaxy-theme .btn-white{width:100%;text-align:center;display:inline-flex;align-items:center;justify-content:center;gap:.75rem;border:none;cursor:pointer;transition:all .2s;margin-bottom:1rem;margin-top:2rem}.galaxy-theme .btn-primary{background:linear-gradient(to right,#e11d48,#881337);color:#fff;font-weight:700;padding:1rem;border-radius:9999px;font-size:1rem;box-shadow:0 10px 20px #e11d4826}.galaxy-theme .btn-primary:hover{transform:scale(1.05);box-shadow:0 15px 30px #e11d4840}.galaxy-theme .btn-primary-large{background:linear-gradient(135deg,#e11d48,#881337);padding:1.25rem;font-size:1.15rem}.galaxy-theme .btn-primary-small{background:linear-gradient(135deg,#e11d48,#881337);padding:.8rem;font-size:.95rem;color:#fff!important;-webkit-appearance:none;-moz-appearance:none;appearance:none}.galaxy-theme .btn-white{background:#fff;color:#e11d48;padding:1rem;border-radius:9999px}.galaxy-theme .trust-badges-enhanced{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:2rem}.galaxy-theme .trust-badge-enhanced{background:#fff;border:2px solid #FFF1F2;border-radius:1rem;padding:1rem;display:flex;align-items:center;gap:.75rem;transition:all .3s}.galaxy-theme .trust-badge-enhanced:hover{border-color:#fecdd3;box-shadow:0 4px 12px #0000001a}.galaxy-theme .trust-icon{background:linear-gradient(135deg,#ffe4e6,#fff1f2);border-radius:.75rem;padding:.75rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.galaxy-theme .trust-icon svg{width:1.5rem;height:1.5rem;color:#e11d48}.galaxy-theme .trust-text{text-align:left}.galaxy-theme .trust-title{font-size:.875rem;font-weight:700;color:#111827;line-height:1.2}.galaxy-theme .trust-subtitle{font-size:.75rem;color:#6b7280;line-height:1.2}.galaxy-theme .features-list-enhanced{background:#fff;border:2px solid #FFF1F2;border-radius:1rem;padding:1.5rem}.galaxy-theme .features-title{font-size:1rem;font-weight:700;color:#881337;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:2px solid #FFF1F2}.galaxy-theme .feature-item-enhanced{display:flex;align-items:center;gap:.75rem;padding:.75rem 0;border-bottom:1px solid #F9FAFB}.galaxy-theme .feature-item-enhanced:last-child{border-bottom:none}.galaxy-theme .feature-icon-enhanced{background:linear-gradient(135deg,#ffe4e6,#fecdd3);border-radius:.5rem;padding:.5rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.galaxy-theme .feature-icon-enhanced svg{width:1rem;height:1rem;color:#e11d48}.galaxy-theme .feature-text-enhanced{color:#374151;font-size:.9375rem;font-weight:500}.galaxy-theme .product-gallery{display:flex;flex-direction:column;gap:.75rem;width:100%;position:relative}.galaxy-theme .gallery-main{display:block;width:100%;aspect-ratio:4 / 3;background:#fff1f2;border-radius:1rem;overflow:hidden;position:relative}.galaxy-theme .gallery-main-image{width:100%;height:100%;object-fit:contain;display:block}.galaxy-theme .gallery-thumbnails-wrapper{width:100%;position:relative}.galaxy-theme .gallery-thumbnails{display:flex;gap:.5rem;overflow-x:auto;-webkit-overflow-scrolling:touch;padding:.25rem 0;scrollbar-width:none;-ms-overflow-style:none}.galaxy-theme .gallery-thumbnails::-webkit-scrollbar{display:none}.galaxy-theme .gallery-thumbnail{flex:0 0 64px;height:64px;border-radius:.5rem;border:2px solid transparent;background:#fff;cursor:pointer;overflow:hidden}.galaxy-theme .gallery-thumbnail.active{border-color:#e11d48}.galaxy-theme .gallery-thumbnail img{width:100%;height:100%;object-fit:contain;display:block}.galaxy-theme .thumb-arrow{display:none}@media(min-width:1024px){.galaxy-theme .product-gallery{gap:1rem}.galaxy-theme .gallery-main{display:flex;position:relative;border-radius:1.5rem;overflow:hidden;box-shadow:0 20px 40px #00000026;background:#fff1f2;width:100%;max-width:450px;aspect-ratio:1 / 1;margin:0 auto;align-items:center;justify-content:center}.galaxy-theme .gallery-main-image{width:100%;height:100%;object-fit:cover}.galaxy-theme .gallery-thumbnails{gap:.5rem;padding:.5rem 0;background:transparent}.galaxy-theme .gallery-thumbnail{flex:0 0 calc(25% - .375rem);aspect-ratio:1 / 1;height:auto;border-radius:.5rem;cursor:pointer;border:2px solid transparent}.galaxy-theme .gallery-thumbnail.active{border-color:#e11d48;box-shadow:0 4px 12px #e11d484d}.galaxy-theme .gallery-thumbnail img{object-fit:cover}.galaxy-theme .thumb-arrow.premium{display:flex;position:absolute;top:50%;transform:translateY(-50%);width:42px;height:42px;border-radius:50%;background:#ffffffa6;border:1px solid rgba(255,255,255,.4);align-items:center;justify-content:center;cursor:pointer;z-index:5;font-size:1.4rem;color:#111827}.galaxy-theme .thumb-arrow.premium:hover{background:#e11d48;color:#fff}.galaxy-theme .thumb-arrow.premium.left{left:-18px}.galaxy-theme .thumb-arrow.premium.right{right:-18px}.galaxy-theme .rating-badge-gallery{position:absolute;top:1rem;right:1rem;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:1rem;box-shadow:0 10px 25px #0003;padding:.75rem 1rem}.galaxy-theme .rating-stars{display:flex;align-items:center;gap:.25rem;margin-bottom:.15rem}.galaxy-theme .rating-stars svg{width:1rem;height:1rem;fill:#facc15;color:#facc15}.galaxy-theme .rating-text{font-size:.75rem;font-weight:500;color:#111827}}.galaxy-theme .section{padding:4rem 0}.galaxy-theme .section-gray{background-color:#fff1f2}.galaxy-theme .section-rose{background:linear-gradient(to bottom,#ffe4e6,#fff)}.galaxy-theme .section-gradient{background:linear-gradient(to right,#e11d48,#881337)}.galaxy-theme .section-title{text-align:center;font-size:1.875rem;font-weight:700;color:#881337;margin-bottom:1rem}@media(min-width:1024px){.galaxy-theme .section-title{font-size:2.25rem}}.galaxy-theme .section-title-white{color:#fff}.galaxy-theme .section-subtitle{text-align:center;font-size:1.125rem;color:#4b5563;max-width:42rem;margin:0 auto 3rem}.galaxy-theme .section-subtitle-light{color:#ffe4e6}.galaxy-theme .grid-2{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:768px){.galaxy-theme .grid-2{grid-template-columns:repeat(2,1fr)}}.galaxy-theme .grid-3{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:768px){.galaxy-theme .grid-3{grid-template-columns:repeat(3,1fr)}}.galaxy-theme .grid-4{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:768px){.galaxy-theme .grid-4{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.galaxy-theme .grid-4{grid-template-columns:repeat(4,1fr)}}.galaxy-theme .card{background:#fff;border-radius:1rem;padding:1.5rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;transition:box-shadow .3s}.galaxy-theme .card:hover{box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.galaxy-theme .card-number{width:3rem;height:3rem;background-color:#ffe4e6;border-radius:9999px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;margin-bottom:1rem;color:#e11d48}.galaxy-theme .card-title{font-size:1.25rem;font-weight:700;color:#881337;margin-bottom:.5rem}.galaxy-theme .card-text{color:#4b5563}.galaxy-theme .benefit-card{background:linear-gradient(to bottom right,#fff1f2,#ffe4e6);border-radius:1rem;padding:1.5rem;border:2px solid #FFE4E6;transition:border-color .3s}.galaxy-theme .benefit-card:hover{border-color:#fecdd3}.galaxy-theme .benefit-icon{width:3rem;height:3rem;background-color:#e11d48;border-radius:9999px;display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.galaxy-theme .benefit-icon svg{width:1.5rem;height:1.5rem;color:#fff}.galaxy-theme .benefit-title{font-size:1.25rem;font-weight:700;color:#881337;margin-bottom:.75rem}.galaxy-theme .benefit-description{color:#4b5563}.galaxy-theme .review-card{background:#fff;border-radius:1rem;padding:1.5rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;transition:box-shadow .3s}.galaxy-theme .review-card:hover{box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.galaxy-theme .review-stars{display:flex;gap:.25rem;margin-bottom:.75rem}.galaxy-theme .review-stars svg{width:1.25rem;height:1.25rem;fill:#facc15;color:#facc15}.galaxy-theme .review-text{color:#374151;margin-bottom:1rem;font-style:italic}.galaxy-theme .review-author{border-top:1px solid #e5e7eb;padding-top:1rem}.galaxy-theme .review-name{font-weight:700;color:#881337}.galaxy-theme .review-location{font-size:.875rem;color:#6b7280}.galaxy-theme .star-rating{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-bottom:.5rem}.galaxy-theme .star-rating svg{width:2rem;height:2rem;fill:#facc15;color:#facc15}.galaxy-theme .faq-container{max-width:56rem;margin:0 auto}.galaxy-theme .faq-list{display:flex;flex-direction:column;gap:1rem}.galaxy-theme .faq-item{border:2px solid #FFE4E6;border-radius:.75rem;overflow:hidden}.galaxy-theme .faq-question{width:100%;padding:1.25rem 1.5rem;display:flex;align-items:center;justify-content:space-between;background:#fff;border:none;cursor:pointer;transition:background-color .3s;text-align:left}.galaxy-theme .faq-question:hover{background-color:#fff1f2}.galaxy-theme .faq-question-text{font-weight:600;color:#1a1a1a}.galaxy-theme .faq-icon{width:1.25rem;height:1.25rem;color:#6b7280;transition:transform .3s}.galaxy-theme .faq-icon.active{transform:rotate(180deg)}.galaxy-theme .faq-answer{padding:1rem 1.5rem;background-color:#fff1f2;border-top:1px solid #FFE4E6}.galaxy-theme .faq-answer-text{color:#374151}.galaxy-theme .faq-layout{display:grid;grid-template-columns:1fr;gap:2rem;align-items:center}@media(min-width:1024px){.galaxy-theme .faq-layout{grid-template-columns:1.2fr .8fr}}.galaxy-theme .faq-left{width:100%}.galaxy-theme .faq-right{display:flex;justify-content:center;align-items:center}.galaxy-theme .faq-product-image{width:100%;max-width:420px;border-radius:1.5rem;box-shadow:0 20px 40px #00000026;object-fit:contain}.galaxy-theme .modal-overlay{position:fixed;inset:0;height:calc(var(--vh) * 100);background-color:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:9999;padding:env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left);overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.galaxy-theme body.modal-open{position:fixed;width:100%;overflow:hidden}.galaxy-theme .modal-overlay{position:fixed;inset:0;height:100dvh;background-color:#000000a6;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:9999;padding:.75rem;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;animation:fadeIn .2s ease-out}.galaxy-theme .modal-content{width:100%;max-width:420px;max-height:calc(100dvh - 1.5rem);background:#fff;border-radius:12px;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;animation:slideUp .3s ease-out;transform:translateZ(0);will-change:transform}.galaxy-theme .modal-header{position:sticky;top:0;background:linear-gradient(135deg,#e11d48,#881337);color:#fff;padding:.875rem 1rem;display:flex;align-items:center;justify-content:space-between;z-index:20;box-shadow:0 2px 8px #0000001a}.galaxy-theme .modal-title{font-size:1rem;font-weight:700;margin:0;line-height:1.2}.galaxy-theme .modal-subtitle{color:#ffe4e6;margin:.125rem 0 0;font-size:.688rem;line-height:1.2}.galaxy-theme .modal-close{background-color:#fff3;border:none;border-radius:50%;padding:.5rem;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;flex-shrink:0;color:#fff;-webkit-tap-highlight-color:transparent}.galaxy-theme .modal-close:hover,.galaxy-theme .modal-close:active{background-color:#ffffff4d;transform:rotate(90deg)}.galaxy-theme .modal-close svg{width:1.125rem;height:1.125rem;stroke-width:2.5}.galaxy-theme .modal-body{flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch;padding:.875rem 1rem 1rem}.galaxy-theme .modal-body::-webkit-scrollbar{width:6px}.galaxy-theme .modal-body::-webkit-scrollbar-track{background:#fff1f2}.galaxy-theme .modal-body::-webkit-scrollbar-thumb{background:#fecdd3;border-radius:10px}.galaxy-theme .modal-body::-webkit-scrollbar-thumb:hover{background:#e11d48}.galaxy-theme .required-star{color:#dc2626;font-weight:700;margin-left:2px}.galaxy-theme .optional-section{margin-top:8px;padding:10px;background-color:#f8f9fa;border:1px dashed #cbd5e0;border-radius:6px}.galaxy-theme .optional-section-title{font-size:.8rem;color:#718096;font-weight:600;text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px;display:block}.galaxy-theme .order-summary{background:linear-gradient(135deg,#fff1f2,#ffe4e6);border:2px solid #FECDD3;border-radius:10px;padding:.625rem;margin-bottom:.875rem;box-shadow:0 2px 6px #e11d4814}.galaxy-theme .order-summary-mobile{display:block}.galaxy-theme .order-summary-desktop{display:none}.galaxy-theme .order-mobile-top{margin-bottom:.5rem}.galaxy-theme .order-product-info{display:flex;flex-direction:column;gap:.125rem}.galaxy-theme .product-name-compact{font-weight:700;color:#111827;font-size:.813rem;line-height:1.2}.galaxy-theme .product-meta{font-size:.688rem;color:#6b7280;font-weight:500}.galaxy-theme .order-mobile-bottom{display:flex;align-items:center;gap:.5rem;padding:.5rem;background:#ffffff80;border-radius:6px;margin-bottom:.375rem}.galaxy-theme .price-item{display:flex;flex-direction:column;gap:.125rem}.galaxy-theme .price-label{font-size:.625rem;color:#6b7280;font-weight:600;text-transform:uppercase;letter-spacing:.025em;line-height:1}.galaxy-theme .price-amount{font-size:.75rem;color:#374151;font-weight:700;line-height:1}.galaxy-theme .price-divider{width:1px;height:24px;background:#fecdd3;margin:0 .25rem}.galaxy-theme .price-total{margin-left:auto;align-items:flex-end}.galaxy-theme .price-label-total{font-size:.625rem;color:#d97706;font-weight:700;text-transform:uppercase;letter-spacing:.025em;line-height:1}.galaxy-theme .price-amount-total{font-size:1.125rem;color:#d97706;font-weight:800;line-height:1}.galaxy-theme .payment-method{background:linear-gradient(90deg,#05966914,#0596691f);border:1px solid rgba(5,150,105,.25);border-radius:5px;padding:.313rem .5rem;font-size:.688rem;color:#059669;font-weight:600;text-align:center;line-height:1}.galaxy-theme .order-row{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:.375rem}.galaxy-theme .order-row:last-of-type{margin-bottom:0}.galaxy-theme .order-label{font-weight:600;color:#111827;font-size:.813rem;line-height:1.2}.galaxy-theme .order-value{font-size:.875rem;font-weight:700;color:#e11d48;white-space:nowrap}.galaxy-theme .order-label-sm{font-size:.688rem;color:#6b7280;font-weight:500}.galaxy-theme .order-value-sm{font-size:.75rem;font-weight:600;color:#374151;white-space:nowrap}.galaxy-theme .order-divider{border:none;border-top:1px solid #FECDD3;margin:.5rem 0}.galaxy-theme .order-total{margin-top:.25rem}.galaxy-theme .order-total-label{font-size:.875rem;font-weight:700;color:#111827}.galaxy-theme .order-total-price{font-size:1.25rem;font-weight:800;color:#d97706;white-space:nowrap}.galaxy-theme .payment-badge{background:#0596691a;border:1px solid rgba(5,150,105,.3);border-radius:6px;padding:.375rem .5rem;font-size:.688rem;color:#059669;font-weight:600;text-align:center;margin-top:.5rem}.galaxy-theme .order-form{display:flex;flex-direction:column;gap:.75rem}.galaxy-theme .form-field{display:flex;flex-direction:column;gap:.375rem}.galaxy-theme .form-field label{font-size:.813rem;font-weight:600;color:#374151;line-height:1}.galaxy-theme .form-field input,.galaxy-theme .form-field textarea{width:100%;padding:.625rem .75rem;border:1.5px solid #D1D5DB;border-radius:8px;font-size:.875rem;color:#111827;background:#fff;transition:all .2s;-webkit-appearance:none;-moz-appearance:none;appearance:none;font-family:inherit}.galaxy-theme .form-field input:focus,.galaxy-theme .form-field textarea:focus{outline:none;border-color:#e11d48;box-shadow:0 0 0 3px #e11d481a}.galaxy-theme .form-field input::placeholder,.galaxy-theme .form-field textarea::placeholder{color:#9ca3af;font-size:.813rem}.galaxy-theme .form-field textarea{resize:vertical;min-height:60px;font-family:inherit}.galaxy-theme .form-field input.error{border-color:#ef4444;background:#fef2f2}.galaxy-theme .error-msg{font-size:.688rem;color:#ef4444;font-weight:500;margin-top:-.125rem}.galaxy-theme .form-row{display:grid;grid-template-columns:1fr 1fr;gap:.625rem}.galaxy-theme .submit-btn{width:100%;background:linear-gradient(135deg,#e11d48,#881337);color:#fff;border:none;border-radius:10px;padding:.875rem;font-size:.938rem;font-weight:700;cursor:pointer;transition:all .3s;box-shadow:0 4px 12px #e11d484d;display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:5px!important;-webkit-tap-highlight-color:transparent;touch-action:manipulation}.galaxy-theme .submit-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 16px #e11d4866}.galaxy-theme .submit-btn:active:not(:disabled){transform:translateY(0)}.galaxy-theme .submit-btn:disabled{opacity:.7;cursor:not-allowed}.galaxy-theme .spinner{display:inline-block;width:14px;height:14px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .6s linear infinite}.galaxy-theme .disclaimer{font-size:.688rem;color:#6b7280;text-align:center;margin:.5rem 0 0;line-height:1.4}@media(max-width:374px){.galaxy-theme .modal-overlay{padding:.5rem}.galaxy-theme .modal-content{max-width:100%;border-radius:10px}.galaxy-theme .modal-header{padding:.75rem .875rem}.galaxy-theme .modal-title{font-size:.938rem}.galaxy-theme .modal-body{padding:.75rem .875rem .875rem}.galaxy-theme .order-summary{padding:.625rem}.galaxy-theme .form-field input,.galaxy-theme .form-field textarea{padding:.563rem .625rem;font-size:.813rem}.galaxy-theme .submit-btn{padding:.75rem;font-size:.875rem}}@media(max-height:500px)and (orientation:landscape){.galaxy-theme .modal-overlay{padding:.5rem;align-items:flex-start}.galaxy-theme .modal-content{max-height:calc(100dvh - 1rem);margin-top:.5rem}.galaxy-theme .modal-header{position:sticky}}@media(min-width:640px){.galaxy-theme .order-summary-mobile{display:none}.galaxy-theme .order-summary-desktop{display:block}.galaxy-theme .modal-overlay{padding:2rem}.galaxy-theme .modal-content{max-width:440px;max-height:calc(100dvh - 4rem)}.galaxy-theme .modal-header{padding:1rem 1.25rem}.galaxy-theme .modal-body{padding:1rem 1.25rem 1.25rem}.galaxy-theme .order-summary{padding:.875rem}.galaxy-theme .order-form{gap:.875rem}}@supports (-webkit-touch-callout: none){.galaxy-theme .modal-content{height:-webkit-fill-available}}@media screen and (max-width:767px){.galaxy-theme .form-field input,.galaxy-theme .form-field textarea,.galaxy-theme .form-field select{font-size:16px}}.galaxy-theme input[type=text],.galaxy-theme input[type=email],.galaxy-theme input[type=tel],.galaxy-theme textarea,.galaxy-theme select{-webkit-appearance:none;-moz-appearance:none;appearance:none}.galaxy-theme input:-webkit-autofill,.galaxy-theme input:-webkit-autofill:hover,.galaxy-theme input:-webkit-autofill:focus{-webkit-box-shadow:0 0 0 1000px white inset;-webkit-text-fill-color:#111827;transition:background-color 5000s ease-in-out 0s}.galaxy-theme .cta-section{text-align:center}.galaxy-theme .cta-title{font-size:1.875rem;font-weight:700;color:#fff;margin-bottom:1rem}@media(min-width:1024px){.galaxy-theme .cta-title{font-size:2.25rem}}.galaxy-theme .cta-description{font-size:1.25rem;color:#ffe4e6;margin-bottom:2rem}.galaxy-theme .cta-footer{color:#ffe4e6;margin-top:1rem;font-size:.875rem}.galaxy-theme .text-center{text-align:center}.galaxy-theme .mb-1{margin-bottom:.25rem}.galaxy-theme .mb-2{margin-bottom:.5rem}.galaxy-theme .mb-3{margin-bottom:.75rem}.galaxy-theme .mb-4{margin-bottom:1rem}.galaxy-theme .mb-6{margin-bottom:1.5rem}.galaxy-theme .mt-4{margin-top:1rem}.galaxy-theme .mt-6{margin-top:1.5rem}.galaxy-theme .gap-4{gap:1rem}.galaxy-theme .announcement-bar{background:#881337;width:100%;overflow:hidden;position:relative;z-index:10;padding:.75rem 0;-webkit-user-select:none;user-select:none}.galaxy-theme .announcement-track{display:flex;width:100%}.galaxy-theme .scrolling-content{display:flex;align-items:center;gap:3rem;padding-right:3rem;flex:0 0 auto;min-width:100%;white-space:nowrap;animation:scroll-loop 30s linear infinite;will-change:transform;transform:translateZ(0)}.galaxy-theme .scrolling-content span{color:#fff1f2;font-size:.95rem;font-weight:600}.galaxy-theme .pain-grid{display:flex;flex-direction:column;gap:3rem;padding:2rem 1rem}.galaxy-theme .pain-item{display:flex;flex-direction:column;align-items:center;gap:1.5rem;background:linear-gradient(135deg,#fff1f2,#ffe4e6);padding:1.5rem;border-radius:1.5rem;box-shadow:0 6px 20px #00000014;transition:transform .3s ease,box-shadow .3s ease}.galaxy-theme .pain-item:hover{transform:translateY(-8px);box-shadow:0 12px 25px #0000001f}.galaxy-theme .pain-gif video{width:100%;max-width:300px;height:250px;object-fit:cover;border-radius:1rem;box-shadow:0 4px 15px #0000000d;transition:transform .3s ease;aspect-ratio:auto;display:block;margin:0 auto}@media(min-width:1024px){.galaxy-theme .pain-gif video{width:270px;height:480px;max-width:none;aspect-ratio:9 / 16;box-shadow:0 10px 30px #00000026}}.galaxy-theme .pain-item:hover .pain-gif video{transform:scale(1.02)}.galaxy-theme .pain-text{max-width:550px;text-align:center;padding:0 1rem}.galaxy-theme .pain-text h3{font-size:1.625rem;margin-bottom:.75rem;color:#881337;font-weight:600}.galaxy-theme .pain-text p{font-size:1rem;color:#4b5563;line-height:1.6}@media(min-width:768px){.galaxy-theme .pain-item{flex-direction:row;align-items:center;gap:2rem}.galaxy-theme .pain-item.gif-left{flex-direction:row}.galaxy-theme .pain-item.gif-right{flex-direction:row-reverse}.galaxy-theme .pain-text{flex:1;text-align:left;padding:0 2rem}.galaxy-theme .pain-gif{flex:1;display:flex;justify-content:center}}.galaxy-theme .pain-item:hover .pain-gif img{transform:scale(1.05)}@media(max-width:767px){.galaxy-theme .pain-item{padding:1.5rem!important}.galaxy-theme .pain-gif video{width:85%!important;max-width:280px!important;aspect-ratio:9 / 16!important;height:auto!important;margin:0 auto!important;display:block!important;object-fit:cover!important;border-radius:12px!important}}.galaxy-theme .section-compare,.galaxy-theme .section-compare *{color:#1a1a1a}.galaxy-theme .section-compare{background:#fff1f2;padding:1rem .5rem}.galaxy-theme .compare-table{display:grid;grid-template-columns:1fr 1fr 1fr;gap:1px;background:#fecdd3;border-radius:.75rem;overflow:hidden;border:1px solid #FECDD3;width:100%;box-sizing:border-box}.galaxy-theme .compare-row{display:contents}.galaxy-theme .compare-cell{padding:.625rem .375rem;background:#fff;text-align:center;font-size:.75rem;line-height:1.3;word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;box-sizing:border-box;min-width:0}.galaxy-theme .compare-row.header .compare-cell{font-weight:700;background:#ffe4e6;color:#881337;padding:.75rem .5rem;font-size:.8125rem}@media(min-width:768px){.galaxy-theme .compare-cell{padding:1rem;font-size:1rem}}.galaxy-theme .success-overlay{position:fixed;inset:0;background-color:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:100;padding:1rem;animation:fadeIn .2s ease-out}.galaxy-theme .thank-you-box{background:linear-gradient(135deg,#f0fdf4,#dcfce7);border:2px solid #22c55e;padding:2rem;border-radius:1rem;text-align:center;box-shadow:0 20px 25px -5px #22c55e33,0 10px 10px -5px #22c55e1a;max-width:500px;width:100%;position:relative;overflow:hidden;animation:slideIn .4s ease-out}.galaxy-theme .thank-you-box:before{content:"✓";position:absolute;top:-20px;right:-20px;font-size:8rem;color:#22c55e0d;font-weight:700;z-index:0}.galaxy-theme .success-close-btn{position:absolute;top:1rem;right:1rem;background:#1665341a;border:none;border-radius:50%;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s;z-index:2}.galaxy-theme .success-close-btn:hover{background:#16653433;transform:rotate(90deg)}.galaxy-theme .success-close-btn svg{width:1.25rem;height:1.25rem;color:#166534}.galaxy-theme .thank-you-box h2{color:#166534;font-size:1.875rem;font-weight:700;margin:0 0 1rem;position:relative;z-index:1;display:flex;align-items:center;justify-content:center;gap:.5rem}.galaxy-theme .thank-you-box h2:before{content:"✓";display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;background:linear-gradient(135deg,#22c55e,#16a34a);color:#fff;border-radius:50%;font-size:1.5rem;font-weight:700;box-shadow:0 4px 6px -1px #22c55e4d;animation:checkPulse .6s ease-in-out}.galaxy-theme .thank-you-box p{color:#15803d;font-size:1rem;line-height:1.6;margin:.5rem 0;position:relative;z-index:1}.galaxy-theme .thank-you-box p:first-of-type{font-weight:600;font-size:1.125rem}.galaxy-theme .thank-you-box p:last-of-type{color:#16a34a;font-size:.938rem;margin-top:1rem;padding-top:1rem;border-top:1px solid rgba(34,197,94,.2);margin-bottom:1.5rem}.galaxy-theme .success-ok-btn{background:linear-gradient(135deg,#22c55e,#16a34a);color:#fff;font-weight:600;font-size:1rem;padding:.75rem 2rem;border-radius:.625rem;border:none;cursor:pointer;transition:all .3s;box-shadow:0 4px 6px -1px #22c55e4d;position:relative;z-index:1;min-width:120px}.galaxy-theme .success-ok-btn:hover{background:linear-gradient(135deg,#16a34a,#15803d);box-shadow:0 10px 15px -3px #22c55e66;transform:translateY(-2px)}.galaxy-theme .success-ok-btn:active{transform:translateY(0)}@media(max-width:640px){.galaxy-theme .thank-you-box{padding:1.5rem;margin:1rem;border-radius:.75rem}.galaxy-theme .success-close-btn{top:.75rem;right:.75rem;width:1.75rem;height:1.75rem}.galaxy-theme .thank-you-box h2{font-size:1.5rem}.galaxy-theme .thank-you-box h2:before{width:2rem;height:2rem;font-size:1.25rem}.galaxy-theme .thank-you-box p{font-size:.938rem}.galaxy-theme .thank-you-box p:first-of-type{font-size:1rem}.galaxy-theme .thank-you-box:before{font-size:6rem}.galaxy-theme .success-ok-btn{font-size:.938rem;padding:.625rem 1.5rem}}.galaxy-theme .price-quantity-wrapper{display:flex;gap:1.5rem;align-items:flex-start;flex-wrap:wrap}.galaxy-theme .quantity-selector{display:flex;flex-direction:column;gap:.5rem}.galaxy-theme .quantity-label{font-size:.875rem;font-weight:600;color:#374151;text-align:center}.galaxy-theme .quantity-controls{display:flex;align-items:center;background:#fff;border:2px solid #e5e7eb;border-radius:.75rem;overflow:hidden;box-shadow:0 2px 8px #0000000d;transition:all .3s}.galaxy-theme .quantity-controls:hover{border-color:#e11d48;box-shadow:0 4px 12px #e11d4826}.galaxy-theme .quantity-btn{background:linear-gradient(135deg,#e11d48,#881337);color:#fff;border:none;width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s;font-size:1.25rem;font-weight:700}.galaxy-theme .quantity-btn:hover:not(:disabled){background:linear-gradient(135deg,#881337,#5c0d24)}.galaxy-theme .quantity-btn:active:not(:disabled){transform:scale(.95)}.galaxy-theme .quantity-btn:disabled{background:#d1d5db;cursor:not-allowed;opacity:.5}.galaxy-theme .quantity-btn svg{width:1rem;height:1rem}.galaxy-theme .quantity-input{width:3.5rem;height:2.5rem;border:none;text-align:center;font-size:1.125rem;font-weight:600;color:#111827;background:transparent;outline:none;-moz-appearance:textfield}.galaxy-theme .quantity-input::-webkit-outer-spin-button,.galaxy-theme .quantity-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}@media(max-width:768px){.galaxy-theme .page-wrapper{padding:0!important;background-color:#fff;overflow-x:hidden;width:100%;display:block!important}.galaxy-theme .page-container{box-shadow:none;border-radius:0;max-width:100vw;width:100%;margin:0}.galaxy-theme .container,.galaxy-theme .container-md,.galaxy-theme .container-sm{padding-left:1rem;padding-right:1rem;max-width:100vw;overflow-x:hidden}.galaxy-theme .notification-bar{background:linear-gradient(to right,#e11d48,#881337);color:#fff;padding:.625rem .75rem;text-align:center;font-size:.75rem;font-weight:500;line-height:1.4;word-wrap:break-word}.galaxy-theme .announcement-bar{background:#881337;overflow:hidden;white-space:nowrap;padding:.625rem 0}.galaxy-theme .announcement-track{display:inline-flex;gap:2rem;animation:scroll-left 20s linear infinite;padding-left:0;transform:translate(100%)}.galaxy-theme .announcement-track span{color:#fff1f2;font-size:.8125rem;font-weight:600;display:inline-block}@keyframes scroll-left{0%{transform:translate(0)}to{transform:translate(-100%)}}.galaxy-theme .hero-section{height:auto!important;min-height:auto!important;padding:2rem 0;overflow:hidden}.galaxy-theme .hero-grid,.galaxy-theme .hero-grid-aligned{display:flex;flex-direction:column;align-items:center;width:100%;max-width:100vw;padding:0 1rem;gap:1.5rem}.galaxy-theme .hero-content{width:100%;position:relative;overflow:visible;display:flex;flex-direction:column;align-items:center;text-align:center}.galaxy-theme .hero-title{font-size:clamp(1.5rem,5vw,2rem)!important;line-height:1.3!important;width:100%!important;max-width:100vw;white-space:normal!important;overflow-wrap:break-word!important;word-wrap:break-word!important;margin:0 auto 1rem;text-align:center!important;padding:0 1rem}.galaxy-theme .hero-description{font-size:1rem!important;line-height:1.6;width:100%!important;max-width:100vw;white-space:normal!important;margin:0 auto 1.5rem;text-align:center!important;padding:0 1rem}.galaxy-theme .section-title,.galaxy-theme .cta-title{font-size:clamp(1.25rem,5vw,1.75rem);line-height:1.3;padding:0 1rem;margin-bottom:1rem;word-wrap:break-word}.galaxy-theme .section-subtitle{font-size:clamp(1rem,4vw,1.25rem)!important;width:100%;max-width:100vw;padding:0 1rem;white-space:normal;overflow-wrap:break-word;word-break:break-word}.galaxy-theme .section-rose .grid-3{padding-bottom:20px;margin-bottom:-10px}.galaxy-theme .badge{display:inline-block;margin:0 auto 1rem;padding:.35rem .85rem;font-size:.75rem}.galaxy-theme .feature-item{display:flex;align-items:center;justify-content:center;gap:.5rem;font-size:.95rem;padding:.25rem 0}.galaxy-theme .price-box-compact{padding:1.25rem;margin:0 auto 0rem;width:100%;max-width:100vw;box-sizing:border-box}.galaxy-theme .price-current{font-size:1.5rem;font-weight:600}.galaxy-theme .price-old{font-size:.9rem;opacity:.7}.galaxy-theme .price-quantity-wrapper{display:flex;flex-direction:column;gap:1rem;align-items:stretch}.galaxy-theme .quantity-selector{width:100%;display:flex;flex-direction:column;gap:.5rem}.galaxy-theme .quantity-controls{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;max-width:100vw;margin:0 auto}.galaxy-theme .quantity-btn{width:2.5rem;height:2.5rem;min-width:2.5rem;display:flex;align-items:center;justify-content:center;border-radius:.375rem;font-size:1.25rem;cursor:pointer}.galaxy-theme .quantity-input{flex:1;min-width:0;text-align:center;font-size:1.125rem;padding:.5rem;border-radius:.375rem}.galaxy-theme .btn-primary,.galaxy-theme .btn-primary-large,.galaxy-theme .btn-primary-small{width:100%;max-width:100vw;padding:1rem 1.5rem;font-size:1rem;margin-top:1rem;border-radius:.5rem}.galaxy-theme .gallery-thumbnails{grid-template-columns:repeat(4,1fr)}.galaxy-theme .trust-badges-enhanced{display:flex;flex-direction:row;justify-content:space-between;gap:.5rem;margin-bottom:.5rem;padding:0 .75rem .5rem;width:100%;box-sizing:border-box;overflow:visible}.galaxy-theme .trust-badge-enhanced{background:#fff;border:2px solid #FFF1F2;border-radius:.75rem;padding:.5rem;display:flex;flex-direction:column;align-items:center;gap:.375rem;flex:1;min-width:0;text-align:center;box-sizing:border-box}.galaxy-theme .trust-icon{background:linear-gradient(135deg,#ffe4e6,#fff1f2);border-radius:.5rem;padding:.5rem;display:flex;align-items:center;justify-content:center;flex-shrink:0;width:32px;height:32px}.galaxy-theme .trust-icon svg,.galaxy-theme .trust-icon img{width:100%;height:100%;object-fit:contain}.galaxy-theme .trust-badge-enhanced h4,.galaxy-theme .trust-badge-enhanced p{margin:0;word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.galaxy-theme .trust-badge-enhanced h4{font-size:.6875rem;font-weight:600;color:#881337;line-height:1.2}.galaxy-theme .trust-badge-enhanced p{font-size:.625rem;color:#4b5563;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.galaxy-theme .pain-text{max-width:100vw;text-align:center}.galaxy-theme .pain-text h3{font-size:1.5rem!important}.galaxy-theme .pain-text p{white-space:normal;overflow-wrap:break-word;word-break:break-word;font-size:.9rem!important}.galaxy-theme .benefit-card{padding:1rem;display:flex;flex-direction:column}.galaxy-theme .benefit-card .benefit-icon{width:1.5rem;height:1.5rem;margin-bottom:.5;align-self:flex-start}.galaxy-theme .benefit-card .benefit-icon svg{width:1rem;height:1rem}.galaxy-theme .benefit-card .benefit-title{font-size:1rem;margin-bottom:.625rem;margin-top:-2.5rem;margin-left:1.95rem;text-align:left}.galaxy-theme .benefit-card .benefit-description{font-size:.875rem;line-height:1.5;word-wrap:break-word;overflow-wrap:break-word;text-align:left}.galaxy-theme .review-card{padding:1rem;border-radius:.875rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.galaxy-theme .review-card:hover{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.galaxy-theme .review-stars{gap:.1875rem;margin-bottom:.625rem;justify-content:center}.galaxy-theme .review-stars svg{width:1.125rem;height:1.125rem}.galaxy-theme .review-text{margin-bottom:.875rem;font-size:.875rem;line-height:1.5;word-wrap:break-word;overflow-wrap:break-word;text-align:center}.galaxy-theme .review-author{padding-top:.875rem;text-align:center}.galaxy-theme .review-name{font-size:.9375rem}.galaxy-theme .review-location{font-size:.8125rem}.galaxy-theme .star-rating{gap:.375rem;margin-bottom:.5rem}.galaxy-theme .star-rating svg{width:1.5rem;height:1.5rem}.galaxy-theme .faq-container{max-width:100%;padding:0 .75rem}.galaxy-theme .faq-list{gap:.75rem}.galaxy-theme .faq-item{border-radius:.625rem}.galaxy-theme .faq-question{padding:1rem;gap:.75rem}.galaxy-theme .faq-question-text{font-size:.9375rem;line-height:1.4;word-wrap:break-word;overflow-wrap:break-word;padding-right:.5rem}.galaxy-theme .faq-icon{width:1.125rem;height:1.125rem;flex-shrink:0}.galaxy-theme .faq-answer{padding:.875rem 1rem}.galaxy-theme .faq-answer-text{font-size:.875rem;line-height:1.5;word-wrap:break-word;overflow-wrap:break-word}.galaxy-theme .faq-layout{gap:1.5rem}.galaxy-theme .faq-product-image{max-width:100%;border-radius:1rem;box-shadow:0 10px 25px #0000001f}}@media(max-width:375px){.galaxy-theme .trust-badges-enhanced{gap:.375rem;padding:0 .5rem .5rem}.galaxy-theme .trust-badge-enhanced{padding:.375rem;gap:.25rem}.galaxy-theme .trust-icon{width:28px;height:28px;padding:.375rem}.galaxy-theme .trust-badge-enhanced h4{font-size:.625rem}.galaxy-theme .trust-badge-enhanced p{font-size:.5625rem}.galaxy-theme .pain-gif video{max-width:100%;height:auto;max-height:250px;border-radius:.5rem;display:block;margin:0 auto;object-fit:cover}.galaxy-theme .container,.galaxy-theme .page-container,.galaxy-theme .hero-content,.galaxy-theme .pain-text,.galaxy-theme .section{max-width:100vw;box-sizing:border-box}.galaxy-theme .section-title,.galaxy-theme .section-subtitle{width:100%;max-width:100vw;padding:0 1rem;white-space:normal;overflow-wrap:break-word;word-break:break-word}.galaxy-theme .pain-text{max-width:100vw;padding:1rem;text-align:center}.galaxy-theme .pain-text h3,.galaxy-theme .pain-text p{white-space:normal;overflow-wrap:break-word;word-break:break-word}.galaxy-theme .pain-gif video{max-width:100vw}.galaxy-theme .pain-item{padding:1.25rem}.galaxy-theme .pain-grid{padding:1.5rem .75rem}}@media(max-width:480px){.galaxy-theme .hero-title{font-size:1.35rem!important}.galaxy-theme .hero-description{font-size:.95rem!important}.galaxy-theme .badge{padding:.25rem .7rem;font-size:.7rem}.galaxy-theme .feature-item{font-size:.9rem}.galaxy-theme .price-box-compact{padding:1rem}.galaxy-theme .price-current{font-size:1.25rem}.galaxy-theme .price-old{font-size:.85rem}.galaxy-theme .btn-primary,.galaxy-theme .btn-primary-large,.galaxy-theme .btn-primary-small{padding:.75rem 1rem;font-size:.95rem}.galaxy-theme .gallery-thumbnails{grid-template-columns:repeat(3,1fr)}.galaxy-theme .price-quantity-wrapper{flex-direction:column;align-items:stretch}.galaxy-theme .quantity-controls{max-width:180px}.galaxy-theme .quantity-btn{width:2rem;height:2rem;font-size:1rem}.galaxy-theme .quantity-btn svg{width:.875rem;height:.875rem}}@media(max-width:360px){.galaxy-theme .hero-title{font-size:1.125rem!important}.galaxy-theme .gallery-thumbnails{grid-template-columns:repeat(2,1fr)}}.galaxy-theme .alert-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;padding:20px;z-index:9999;padding-left:1rem;padding-right:1rem}.galaxy-theme .alert{background:#fff;border-radius:8px;padding:30px;max-width:400px;width:100%;text-align:center;box-shadow:0 4px 12px #00000026}.galaxy-theme .alert-icon{width:50px;height:50px;background:#ff6b6b;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:28px;font-weight:700;margin:0 auto 20px}.galaxy-theme .alert-message{color:#333;font-size:16px;line-height:1.5;margin-bottom:25px}.galaxy-theme .alert-button{background:#4caf50;color:#fff;border:none;padding:12px 30px;border-radius:6px;font-size:15px;cursor:pointer;transition:background .3s}.galaxy-theme .alert-button:hover{background:#45a049}@media(max-width:480px){.galaxy-theme .alert-overlay{padding:50px}.galaxy-theme .alert{padding:10px}.galaxy-theme .alert-icon{width:45px;height:45px;font-size:24px}.galaxy-theme .alert-message{font-size:15px}.galaxy-theme .alert-button{padding:10px 25px;font-size:14px}}.root-page-wrapper{--root-primary: #0A0A0A;--root-secondary: #1A1A1A;--root-accent: #C9A052;--root-accent-light: #E8D4A0;--root-accent-dark: #A07B31;--root-bg: #FFFFFF;--root-bg-light: #F8F8F8;--root-bg-dark: #F0F0F0;--root-text: #2C2C2C;--root-text-light: #6B6B6B;--root-text-lighter: #999999;--root-border: #E5E5E5;--root-shadow-sm: 0 2px 8px rgba(0, 0, 0, .04);--root-shadow-md: 0 4px 16px rgba(0, 0, 0, .08);--root-shadow-lg: 0 12px 40px rgba(0, 0, 0, .12);--root-font-display: "Georgia", "Times New Roman", Times, serif;--root-font-body: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;--root-transition-fast: .2s cubic-bezier(.4, 0, .2, 1);--root-transition-base: .3s cubic-bezier(.4, 0, .2, 1);--root-transition-slow: .5s cubic-bezier(.4, 0, .2, 1);--root-transition-bounce: .6s cubic-bezier(.68, -.55, .265, 1.55);width:100%;min-height:100vh;overflow-x:hidden;background-color:var(--root-bg);color:var(--root-text);font-family:var(--root-font-body);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.root-page-wrapper *{box-sizing:border-box;margin:0;padding:0}.root-page-wrapper a{text-decoration:none;color:inherit}@keyframes root-heroFloat{0%,to{transform:translate(0) scale(1)}33%{transform:translate(30px,-30px) scale(1.05)}66%{transform:translate(-20px,20px) scale(.95)}}@keyframes root-pulse{0%,to{opacity:1;transform:translate(-50%,-50%) scale(1)}50%{opacity:0;transform:translate(-50%,-50%) scale(2)}}@keyframes root-fadeInUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes root-fadeIn{to{opacity:1}}@keyframes root-scrollWheel{0%,to{opacity:0;transform:translate(-50%) translateY(0)}50%{opacity:1;transform:translate(-50%) translateY(12px)}}@keyframes root-fadeInScale{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.root-page-wrapper .root-hero{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden;background:linear-gradient(135deg,#fafafa,#fff)}.root-page-wrapper .root-hero-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;overflow:hidden}.root-page-wrapper .root-hero-shape{position:absolute;border-radius:50%;opacity:.6;animation:root-heroFloat 20s ease-in-out infinite}.root-page-wrapper .root-hero-shape-1{width:600px;height:600px;background:radial-gradient(circle,rgba(201,160,82,.08) 0%,transparent 70%);top:-20%;right:-10%;animation-delay:0s}.root-page-wrapper .root-hero-shape-2{width:400px;height:400px;background:radial-gradient(circle,rgba(201,160,82,.05) 0%,transparent 70%);bottom:-10%;left:-5%;animation-delay:2s}.root-page-wrapper .root-hero-gradient{position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(ellipse at top right,rgba(201,160,82,.03) 0%,transparent 50%)}.root-page-wrapper .root-hero-content{position:relative;z-index:1;text-align:center;max-width:900px;padding:2rem;opacity:0;transform:translateY(30px);transition:all .8s cubic-bezier(.4,0,.2,1)}.root-page-wrapper .root-hero-content.visible{opacity:1;transform:translateY(0)}.root-page-wrapper .root-hero-badge{display:inline-flex;align-items:center;gap:10px;padding:10px 24px;background:#fffffff2;border:1px solid var(--root-border);border-radius:100px;font-size:.8rem;font-weight:600;letter-spacing:1.5px;text-transform:uppercase;color:var(--root-text);margin-bottom:2.5rem;box-shadow:var(--root-shadow-sm);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:var(--root-transition-base)}.root-page-wrapper .root-hero-badge:hover{transform:translateY(-2px);box-shadow:var(--root-shadow-md)}.root-page-wrapper .root-badge-pulse{width:10px;height:10px;background:var(--root-accent);border-radius:50%;position:relative}.root-page-wrapper .root-badge-pulse:before{content:"";position:absolute;top:50%;left:50%;width:100%;height:100%;background:var(--root-accent);border-radius:50%;transform:translate(-50%,-50%);animation:root-pulse 2s ease-in-out infinite}.root-page-wrapper .root-hero-title{font-family:var(--root-font-display);font-size:clamp(2.5rem,7vw,5.5rem);font-weight:800;line-height:1.1;color:var(--root-primary);margin-bottom:1.5rem;letter-spacing:-.02em}.root-page-wrapper .root-title-word{display:inline-block;margin:0 .3rem;animation:root-fadeInUp .6s ease-out forwards;opacity:0}.root-page-wrapper .root-title-word:nth-child(1){animation-delay:.2s}.root-page-wrapper .root-title-word:nth-child(2){animation-delay:.4s}.root-page-wrapper .root-title-word:nth-child(3){animation-delay:.6s}.root-page-wrapper .root-title-gradient{background:linear-gradient(135deg,var(--root-accent) 0%,var(--root-accent-dark) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;position:relative;font-style:italic}.root-page-wrapper .root-hero-subtitle{font-size:clamp(1rem,2vw,1.2rem);color:var(--root-text-light);max-width:650px;margin:0 auto 3rem;line-height:1.7;animation:root-fadeInUp .6s ease-out .8s forwards;opacity:0}.root-page-wrapper .root-hero-subtitle strong{color:var(--root-accent);font-weight:600}.root-page-wrapper .root-hero-cta{animation:root-fadeInUp .6s ease-out 1s forwards;opacity:0}.root-page-wrapper .root-btn-primary{display:inline-flex;align-items:center;gap:12px;padding:18px 40px;background:var(--root-primary);color:#fff;border:none;border-radius:50px;font-family:var(--root-font-body);font-size:1.05rem;font-weight:600;letter-spacing:.5px;cursor:pointer;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;box-shadow:0 4px 20px #0a0a0a26}.root-page-wrapper .root-btn-primary:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease}.root-page-wrapper .root-btn-primary:hover:before{left:100%}.root-page-wrapper .root-btn-primary:hover{transform:translateY(-3px);box-shadow:0 8px 30px #0a0a0a40;background:var(--root-accent)}.root-page-wrapper .root-btn-primary svg{transition:transform .3s ease}.root-page-wrapper .root-btn-primary:hover svg{transform:translate(4px)}.root-page-wrapper .root-scroll-indicator{position:absolute;bottom:40px;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:12px;opacity:0;animation:root-fadeIn .6s ease-out 1.5s forwards}.root-page-wrapper .root-scroll-mouse{width:24px;height:40px;border:2px solid var(--root-text-light);border-radius:15px;position:relative}.root-page-wrapper .root-scroll-wheel{width:4px;height:8px;background:var(--root-text-light);border-radius:2px;position:absolute;top:8px;left:50%;transform:translate(-50%);animation:root-scrollWheel 2s ease-in-out infinite}.root-page-wrapper .root-scroll-indicator span{font-size:.75rem;text-transform:uppercase;letter-spacing:2px;color:var(--root-text-light);font-weight:500}.root-page-wrapper .root-benefits{background:var(--root-bg-light);padding:3rem 1.5rem;border-top:1px solid var(--root-border);border-bottom:1px solid var(--root-border)}.root-page-wrapper .root-benefits-container{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.root-page-wrapper .root-benefit-item{display:flex;align-items:center;gap:1rem;padding:1rem;background:#fff;border-radius:12px;box-shadow:var(--root-shadow-sm);transition:var(--root-transition-base);animation:root-fadeInScale .5s ease-out forwards;opacity:0}.root-page-wrapper .root-benefit-item:hover{transform:translateY(-4px);box-shadow:var(--root-shadow-md)}.root-page-wrapper .root-benefit-icon{font-size:2.5rem;line-height:1}.root-page-wrapper .root-benefit-text h4{font-size:1rem;font-weight:600;color:var(--root-primary);margin-bottom:.25rem}.root-page-wrapper .root-benefit-text p{font-size:.875rem;color:var(--root-text-light)}.root-page-wrapper .root-promo-banner{position:relative;background:linear-gradient(135deg,var(--root-accent-dark) 0%,var(--root-accent) 100%);color:#fff;padding:4rem 2rem;margin:4rem 0;overflow:hidden}.root-page-wrapper .root-promo-background{position:absolute;top:0;left:0;width:100%;height:100%;opacity:.1}.root-page-wrapper .root-promo-pattern{width:100%;height:100%;background-image:repeating-linear-gradient(45deg,transparent,transparent 10px,rgba(255,255,255,.05) 10px,rgba(255,255,255,.05) 20px)}.root-page-wrapper .root-promo-content{position:relative;z-index:1;max-width:1200px;margin:0 auto;text-align:center}.root-page-wrapper .root-promo-badge{display:inline-block;padding:8px 20px;background:#fff3;border-radius:50px;font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:1.5px;margin-bottom:1rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.root-page-wrapper .root-promo-content h2{font-family:var(--root-font-display);font-size:clamp(2rem,5vw,3.5rem);font-weight:700;margin-bottom:1rem;letter-spacing:-.01em}.root-page-wrapper .root-promo-content>p{font-size:1.2rem;margin-bottom:2rem;opacity:.95}.root-page-wrapper .root-promo-features{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap}.root-page-wrapper .root-promo-features span{display:flex;align-items:center;gap:8px;font-size:1rem;font-weight:500}.root-page-wrapper .root-promo-features svg{flex-shrink:0}.root-page-wrapper .root-featured-section{max-width:1400px;margin:6rem auto;padding:0 2rem}.root-page-wrapper .root-section-header{text-align:center;margin-bottom:4rem}.root-page-wrapper .root-section-label{display:flex;align-items:center;justify-content:center;gap:1rem;margin-bottom:1.5rem;font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:2px;color:var(--root-accent)}.root-page-wrapper .root-label-line{width:40px;height:2px;background:var(--root-accent)}.root-page-wrapper .root-section-title{font-family:var(--root-font-display);font-size:clamp(2.5rem,5vw,4rem);font-weight:700;color:var(--root-primary);margin-bottom:1rem;letter-spacing:-.02em}.root-page-wrapper .root-section-subtitle{font-size:1.1rem;color:var(--root-text-light);max-width:600px;margin:0 auto}.root-page-wrapper .root-products-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:3rem}.root-page-wrapper .root-product-card{background:#fff;border:1px solid var(--root-border);border-radius:20px;overflow:hidden;transition:all .4s cubic-bezier(.4,0,.2,1);animation:root-fadeInScale .6s ease-out forwards;opacity:0;display:flex;flex-direction:column}.root-page-wrapper .root-product-card:hover{transform:translateY(-12px);box-shadow:var(--root-shadow-lg);border-color:var(--root-accent-light)}.root-page-wrapper .root-product-image-wrapper{position:relative;overflow:hidden}.root-page-wrapper .root-product-badge{position:absolute;top:20px;left:20px;z-index:2;padding:10px 20px;background:#fff;color:var(--root-primary);font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;border-radius:50px;box-shadow:0 4px 12px #0000001a}.root-page-wrapper .root-product-image{position:relative;width:100%;height:450px;background:var(--root-bg-light);overflow:hidden}.root-page-wrapper .root-product-image img{width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.4,0,.2,1)}.root-page-wrapper .root-product-card:hover .root-product-image img{transform:scale(1.08)}.root-page-wrapper .root-product-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#0006;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.root-page-wrapper .root-product-card:hover .root-product-overlay{opacity:1}.root-page-wrapper .root-quick-view{display:flex;align-items:center;gap:8px;padding:12px 24px;background:#fff;color:var(--root-primary);border-radius:50px;font-weight:600;font-size:.9rem;transform:translateY(10px);transition:all .3s ease;box-shadow:0 4px 20px #0003}.root-page-wrapper .root-product-card:hover .root-quick-view{transform:translateY(0)}.root-page-wrapper .root-quick-view:hover{background:var(--root-accent);color:#fff;transform:translateY(-2px)}.root-page-wrapper .root-product-content{padding:2.5rem;flex-grow:1;display:flex;flex-direction:column}.root-page-wrapper .root-product-title{font-family:var(--root-font-display);font-size:2rem;font-weight:600;color:var(--root-primary);margin-bottom:1rem;line-height:1.3}.root-page-wrapper .root-product-description{font-size:1rem;color:var(--root-text-light);line-height:1.7;margin-bottom:2rem;flex-grow:1}.root-page-wrapper .root-product-footer{margin-top:auto}.root-page-wrapper .root-product-btn{display:flex;align-items:center;justify-content:center;gap:12px;width:100%;padding:16px;background:var(--root-primary);color:#fff;border-radius:12px;font-weight:600;font-size:1rem;text-transform:uppercase;letter-spacing:1px;transition:all .3s ease;position:relative;overflow:hidden}.root-page-wrapper .root-product-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease}.root-page-wrapper .root-product-btn:hover:before{left:100%}.root-page-wrapper .root-product-btn:hover{background:var(--root-accent);transform:translateY(-2px);box-shadow:0 6px 20px #c9a0524d}.root-page-wrapper .root-product-btn svg{transition:transform .3s ease}.root-page-wrapper .root-product-btn:hover svg{transform:translate(4px)}.root-page-wrapper .root-trust-section{background:var(--root-bg-light);padding:5rem 2rem;margin:6rem 0}.root-page-wrapper .root-trust-content{max-width:1200px;margin:0 auto}.root-page-wrapper .root-trust-stats{display:flex;justify-content:center;align-items:center;gap:4rem;margin-bottom:4rem;flex-wrap:wrap}.root-page-wrapper .root-stat-item{text-align:center}.root-page-wrapper .root-stat-number{font-family:var(--root-font-display);font-size:3.5rem;font-weight:700;color:var(--root-accent);line-height:1;margin-bottom:.5rem}.root-page-wrapper .root-stat-label{font-size:1rem;color:var(--root-text-light);font-weight:500}.root-page-wrapper .root-stat-divider{width:1px;height:60px;background:var(--root-border)}.root-page-wrapper .root-trust-text{text-align:center;max-width:700px;margin:0 auto}.root-page-wrapper .root-trust-text h2{font-family:var(--root-font-display);font-size:clamp(2rem,4vw,3rem);font-weight:700;color:var(--root-primary);margin-bottom:1rem}.root-page-wrapper .root-trust-text p{font-size:1.1rem;color:var(--root-text-light);line-height:1.7}.root-page-wrapper .root-footer{background:var(--root-primary);color:#fff;padding:4rem 2rem 2rem}.root-page-wrapper .root-footer-content{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:3rem;margin-bottom:3rem}.root-page-wrapper .root-footer-brand h3{font-family:var(--root-font-display);font-size:1.8rem;font-weight:700;margin-bottom:1rem;color:var(--root-accent-light)}.root-page-wrapper .root-footer-brand p{color:#ffffffb3;line-height:1.7;font-size:.95rem}.root-page-wrapper .root-footer-column h4{font-family:var(--root-font-display);font-size:1.2rem;font-weight:600;margin-bottom:1.5rem;color:var(--root-accent-light)}.root-page-wrapper .root-footer-column p,.root-page-wrapper .root-footer-column a{display:block;color:#ffffffb3;margin-bottom:.75rem;transition:var(--root-transition-fast);font-size:.95rem}.root-page-wrapper .root-footer-column a:hover{color:var(--root-accent-light);transform:translate(4px)}.root-page-wrapper .root-footer-bottom{max-width:1400px;margin:0 auto;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1.5rem}.root-page-wrapper .root-footer-bottom p{color:#fff9;font-size:.9rem}.root-page-wrapper .root-footer-payment{display:flex;align-items:center;gap:1rem}.root-page-wrapper .root-footer-payment span{color:#fff9;font-size:.9rem}.root-page-wrapper .root-payment-icons{display:flex;gap:.5rem;font-size:1.5rem}@media(max-width:1024px){.root-page-wrapper .root-products-container{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.root-page-wrapper .root-footer-content{grid-template-columns:1fr 1fr}}@media(max-width:768px){.root-page-wrapper .root-hero{min-height:90vh}.root-page-wrapper .root-hero-title{font-size:2.5rem}.root-page-wrapper .root-title-word{display:block;margin:0}.root-page-wrapper .root-benefits-container{grid-template-columns:1fr;gap:1rem}.root-page-wrapper .root-promo-features{flex-direction:column;gap:1rem}.root-page-wrapper .root-products-container{grid-template-columns:1fr}.root-page-wrapper .root-product-image{height:350px}.root-page-wrapper .root-trust-stats{gap:2rem}.root-page-wrapper .root-stat-divider{display:none}.root-page-wrapper .root-footer-content{grid-template-columns:1fr;text-align:center}.root-page-wrapper .root-footer-column a{display:inline-block}.root-page-wrapper .root-footer-bottom{flex-direction:column;text-align:center}}@media(max-width:480px){.root-page-wrapper .root-hero-content{padding:1.5rem}.root-page-wrapper .root-btn-primary{padding:14px 30px;font-size:.95rem}.root-page-wrapper .root-product-content{padding:2rem 1.5rem}.root-page-wrapper .root-product-title{font-size:1.5rem}}:root{--blue-primary: #1F4FD8;--blue-dark: #0B3C91;--blue-soft: #EAF2FF;--red-accent: #E53935;--red-soft: #FFF5F5;--text-main: #1A1A1A;--text-muted: #4B5563;--bg-main: #FFFFFF;--bg-soft: #F3F7FF;--border-soft: #D6E2FF}html,body{flex-direction:column;overflow-x:hidden!important;width:100%;min-width:0}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--bg-soft);color:var(--text-main)}.page-wrapper{min-height:100vh;display:flex;justify-content:center;width:100%;padding:2rem;background-color:#f3f7ff}.page-container{width:100%;max-width:1400px;margin:0 auto;background:#fff;box-shadow:0 20px 60px #0b3c911a;border-radius:1rem;overflow:hidden}.notification-bar{background:linear-gradient(to right,#1f4fd8,#0b3c91);color:#fff;padding:.5rem 1rem;text-align:center;font-size:.875rem;font-weight:500}.container{max-width:1280px;margin:0 auto;padding:0 1rem}.container-md{max-width:1024px;margin:0 auto;padding:0 1rem}.container-sm{max-width:768px;margin:0 auto;padding:0 1rem}.hero-section{padding:3rem 0 5rem}.hero-grid{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center}.hero-grid-aligned{display:grid;grid-template-columns:1fr;gap:3rem;align-items:flex-start}@media(min-width:1024px){.hero-grid,.hero-grid-aligned{grid-template-columns:1fr 1fr}}.hero-content{order:2}@media(min-width:1024px){.hero-content{order:1}}.hero-image-wrapper{order:1}@media(min-width:1024px){.hero-image-wrapper{order:2}}.badge{display:inline-block;background-color:#eaf2ff;color:#1f4fd8;padding:.25rem 1rem;border-radius:9999px;font-size:.875rem;font-weight:600;margin-bottom:1rem}.hero-title{color:#0b3c91;font-size:clamp(1.75rem,6vw,2.5rem);line-height:1.3;font-weight:700;margin-bottom:1rem;text-align:left;z-index:1}.hero-description{font-size:1.125rem;color:#4b5563;margin-bottom:1.5rem;line-height:1.75}.features-list{margin-bottom:2rem}.feature-item{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem}.feature-icon{background-color:#eaf2ff;border-radius:9999px;padding:.25rem;display:flex;align-items:center;justify-content:center;width:1.5rem;height:1.5rem}.feature-icon svg{width:1rem;height:1rem;color:#1f4fd8}.feature-text{color:#374151}.price-box-compact{max-width:100%;padding:1rem;background:#fff;border-radius:1rem;box-shadow:0 6px 20px #00000014;border-left:5px solid #E53935;font-family:Inter,sans-serif;display:flex;flex-direction:column;gap:.5rem}.price-label{font-size:.75rem;font-weight:600;color:#e53935;text-transform:uppercase;letter-spacing:.5px}.price-values{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.price-current{font-size:1.75rem;font-weight:800;color:#1a1a1a}.price-old{font-size:.95rem;color:#9ca3af;text-decoration:line-through}.price-discount{font-size:.85rem;font-weight:700;color:#fff;background:#e53935;padding:.25rem .5rem;border-radius:1rem}.flash-timer-box{display:flex;justify-content:center;gap:.5rem;padding:.3rem .5rem;background:#fff5f5;border-radius:.75rem;border:1px dashed #E53935;font-size:.75rem;font-weight:600;color:#d32f2f}.flash-time{font-weight:800;animation:pulse 1.2s infinite}.btn-primary,.btn-primary-large,.btn-primary-small,.btn-white{width:100%;text-align:center;display:inline-flex;align-items:center;justify-content:center;gap:.75rem;border:none;cursor:pointer;transition:all .2s;margin-bottom:1rem;margin-top:2rem}.btn-primary{background:linear-gradient(to right,#1f4fd8,#0b3c91);color:#fff;font-weight:700;padding:1rem;border-radius:9999px;font-size:1rem;box-shadow:0 10px 20px #0b3c911a}.btn-primary:hover{transform:scale(1.05);box-shadow:0 15px 30px #0b3c9133}.btn-primary-large{background:linear-gradient(135deg,#1f4fd8,#0b3c91);padding:1.25rem;font-size:1.15rem}.btn-primary-small{background:linear-gradient(135deg,#1f4fd8,#0b3c91);padding:.8rem;font-size:.95rem;color:#fff!important;-webkit-appearance:none;-moz-appearance:none;appearance:none}.btn-white{background:#fff;color:#1f4fd8;padding:1rem;border-radius:9999px}.trust-badges-enhanced{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:2rem}.trust-badge-enhanced{background:#fff;border:2px solid #F3F7FF;border-radius:1rem;padding:1rem;display:flex;align-items:center;gap:.75rem;transition:all .3s}.trust-badge-enhanced:hover{border-color:#d6e2ff;box-shadow:0 4px 12px #0000001a}.trust-icon{background:linear-gradient(135deg,#eaf2ff,#f3f7ff);border-radius:.75rem;padding:.75rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.trust-icon svg{width:1.5rem;height:1.5rem;color:#1f4fd8}.trust-text{text-align:left}.trust-title{font-size:.875rem;font-weight:700;color:#111827;line-height:1.2}.trust-subtitle{font-size:.75rem;color:#6b7280;line-height:1.2}.features-list-enhanced{background:#fff;border:2px solid #F3F7FF;border-radius:1rem;padding:1.5rem}.features-title{font-size:1rem;font-weight:700;color:#0b3c91;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:2px solid #F3F7FF}.feature-item-enhanced{display:flex;align-items:center;gap:.75rem;padding:.75rem 0;border-bottom:1px solid #F9FAFB}.feature-item-enhanced:last-child{border-bottom:none}.feature-icon-enhanced{background:linear-gradient(135deg,#eaf2ff,#d6e2ff);border-radius:.5rem;padding:.5rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.feature-icon-enhanced svg{width:1rem;height:1rem;color:#1f4fd8}.feature-text-enhanced{color:#374151;font-size:.9375rem;font-weight:500}.product-gallery{display:flex;flex-direction:column;gap:.75rem;width:100%;position:relative}.gallery-main{display:block;width:100%;aspect-ratio:4 / 3;background:#f3f7ff;border-radius:1rem;overflow:hidden;position:relative}.gallery-main-image{width:100%;height:100%;object-fit:contain;display:block}.gallery-thumbnails-wrapper{width:100%;position:relative}.gallery-thumbnails{display:flex;gap:.5rem;overflow-x:auto;-webkit-overflow-scrolling:touch;padding:.25rem 0;scrollbar-width:none;-ms-overflow-style:none}.gallery-thumbnails::-webkit-scrollbar{display:none}.gallery-thumbnail{flex:0 0 64px;height:64px;border-radius:.5rem;border:2px solid transparent;background:#fff;cursor:pointer;overflow:hidden}.gallery-thumbnail.active{border-color:#1f4fd8}.gallery-thumbnail img{width:100%;height:100%;object-fit:contain;display:block}.thumb-arrow{display:none}@media(min-width:1024px){.product-gallery{gap:1rem}.gallery-main{display:flex;position:relative;border-radius:1.5rem;overflow:hidden;box-shadow:0 20px 40px #00000026;background:#f3f7ff;width:100%;max-width:450px;aspect-ratio:1 / 1;margin:0 auto;align-items:center;justify-content:center}.gallery-main-image{width:100%;height:100%;object-fit:cover}.gallery-thumbnails{gap:.5rem;padding:.5rem 0;background:transparent}.gallery-thumbnail{flex:0 0 calc(25% - .375rem);aspect-ratio:1 / 1;height:auto;border-radius:.5rem;cursor:pointer;border:2px solid transparent}.gallery-thumbnail.active{border-color:#1f4fd8;box-shadow:0 4px 12px #1f4fd84d}.gallery-thumbnail img{object-fit:cover}.thumb-arrow.premium{display:flex;position:absolute;top:50%;transform:translateY(-50%);width:42px;height:42px;border-radius:50%;background:#ffffffa6;border:1px solid rgba(255,255,255,.4);align-items:center;justify-content:center;cursor:pointer;z-index:5;font-size:1.4rem;color:#111827}.thumb-arrow.premium:hover{background:#1f4fd8;color:#fff}.thumb-arrow.premium.left{left:-18px}.thumb-arrow.premium.right{right:-18px}.rating-badge-gallery{position:absolute;top:1rem;right:1rem;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:1rem;box-shadow:0 10px 25px #0003;padding:.75rem 1rem}.rating-stars{display:flex;align-items:center;gap:.25rem;margin-bottom:.15rem}.rating-stars svg{width:1rem;height:1rem;fill:#facc15;color:#facc15}.rating-text{font-size:.75rem;font-weight:500;color:#111827}}.section{padding:4rem 0}.section-gray{background-color:#f3f7ff}.section-rose{background:linear-gradient(to bottom,#eaf2ff,#fff)}.section-gradient{background:linear-gradient(to right,#1f4fd8,#0b3c91)}.section-title{text-align:center;font-size:1.875rem;font-weight:700;color:#0b3c91;margin-bottom:1rem}@media(min-width:1024px){.section-title{font-size:2.25rem}}.section-title-white{color:#fff}.section-subtitle{text-align:center;font-size:1.125rem;color:#4b5563;max-width:42rem;margin:0 auto 3rem}.section-subtitle-light{color:#eaf2ff}.grid-2{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:768px){.grid-2{grid-template-columns:repeat(2,1fr)}}.grid-3{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:768px){.grid-3{grid-template-columns:repeat(3,1fr)}}.grid-4{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:768px){.grid-4{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.grid-4{grid-template-columns:repeat(4,1fr)}}.card{background:#fff;border-radius:1rem;padding:1.5rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;transition:box-shadow .3s}.card:hover{box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.card-number{width:3rem;height:3rem;background-color:#eaf2ff;border-radius:9999px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;margin-bottom:1rem;color:#1f4fd8}.card-title{font-size:1.25rem;font-weight:700;color:#0b3c91;margin-bottom:.5rem}.card-text{color:#4b5563}.benefit-card{background:linear-gradient(to bottom right,#f3f7ff,#eaf2ff);border-radius:1rem;padding:1.5rem;border:2px solid #EAF2FF;transition:border-color .3s}.benefit-card:hover{border-color:#d6e2ff}.benefit-icon{width:3rem;height:3rem;background-color:#1f4fd8;border-radius:9999px;display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.benefit-icon svg{width:1.5rem;height:1.5rem;color:#fff}.benefit-title{font-size:1.25rem;font-weight:700;color:#0b3c91;margin-bottom:.75rem}.benefit-description{color:#4b5563}.review-card{background:#fff;border-radius:1rem;padding:1.5rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;transition:box-shadow .3s}.review-card:hover{box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.review-stars{display:flex;gap:.25rem;margin-bottom:.75rem}.review-stars svg{width:1.25rem;height:1.25rem;fill:#facc15;color:#facc15}.review-text{color:#374151;margin-bottom:1rem;font-style:italic}.review-author{border-top:1px solid #e5e7eb;padding-top:1rem}.review-name{font-weight:700;color:#0b3c91}.review-location{font-size:.875rem;color:#6b7280}.star-rating{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-bottom:.5rem}.star-rating svg{width:2rem;height:2rem;fill:#facc15;color:#facc15}.faq-container{max-width:56rem;margin:0 auto}.faq-list{display:flex;flex-direction:column;gap:1rem}.faq-item{border:2px solid #EAF2FF;border-radius:.75rem;overflow:hidden}.faq-question{width:100%;padding:1.25rem 1.5rem;display:flex;align-items:center;justify-content:space-between;background:#fff;border:none;cursor:pointer;transition:background-color .3s;text-align:left}.faq-question:hover{background-color:#f3f7ff}.faq-question-text{font-weight:600;color:#1a1a1a}.faq-icon{width:1.25rem;height:1.25rem;color:#6b7280;transition:transform .3s}.faq-icon.active{transform:rotate(180deg)}.faq-answer{padding:1rem 1.5rem;background-color:#f3f7ff;border-top:1px solid #EAF2FF}.faq-answer-text{color:#374151}.faq-layout{display:grid;grid-template-columns:1fr;gap:2rem;align-items:center}@media(min-width:1024px){.faq-layout{grid-template-columns:1.2fr .8fr}}.faq-left{width:100%}.faq-right{display:flex;justify-content:center;align-items:center}.faq-product-image{width:100%;max-width:420px;border-radius:1.5rem;box-shadow:0 20px 40px #00000026;object-fit:contain}.modal-overlay{position:fixed;inset:0;height:calc(var(--vh) * 100);background-color:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:9999;padding:env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left);overscroll-behavior:contain;-webkit-overflow-scrolling:touch}body.modal-open{position:fixed;width:100%;overflow:hidden}.modal-overlay{position:fixed;inset:0;height:100dvh;background-color:#000000a6;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:9999;padding:.75rem;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;animation:fadeIn .2s ease-out}.modal-content{width:100%;max-width:420px;max-height:calc(100dvh - 1.5rem);background:#fff;border-radius:12px;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;animation:slideUp .3s ease-out;transform:translateZ(0);will-change:transform}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.modal-header{position:sticky;top:0;background:linear-gradient(135deg,#1f4fd8,#0b3c91);color:#fff;padding:.875rem 1rem;display:flex;align-items:center;justify-content:space-between;z-index:20;box-shadow:0 2px 8px #0000001a}.modal-title{font-size:1rem;font-weight:700;margin:0;line-height:1.2}.modal-subtitle{color:#eaf2ff;margin:.125rem 0 0;font-size:.688rem;line-height:1.2}.modal-close{background-color:#fff3;border:none;border-radius:50%;padding:.5rem;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;flex-shrink:0;color:#fff;-webkit-tap-highlight-color:transparent}.modal-close:hover,.modal-close:active{background-color:#ffffff4d;transform:rotate(90deg)}.modal-close svg{width:1.125rem;height:1.125rem;stroke-width:2.5}.modal-body{flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch;padding:.875rem 1rem 1rem}.modal-body::-webkit-scrollbar{width:6px}.modal-body::-webkit-scrollbar-track{background:#f3f7ff}.modal-body::-webkit-scrollbar-thumb{background:#b8d0ff;border-radius:10px}.modal-body::-webkit-scrollbar-thumb:hover{background:#1f4fd8}.required-star{color:#dc2626;font-weight:700;margin-left:2px}.optional-section{margin-top:8px;padding:10px;background-color:#f8f9fa;border:1px dashed #cbd5e0;border-radius:6px}.optional-section-title{font-size:.8rem;color:#718096;font-weight:600;text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px;display:block}.order-summary{background:linear-gradient(135deg,#f3f7ff,#eaf2ff);border:2px solid #D6E2FF;border-radius:10px;padding:.625rem;margin-bottom:.875rem;box-shadow:0 2px 6px #1f4fd814}.order-summary-mobile{display:block}.order-summary-desktop{display:none}.order-mobile-top{margin-bottom:.5rem}.order-product-info{display:flex;flex-direction:column;gap:.125rem}.product-name-compact{font-weight:700;color:#111827;font-size:.813rem;line-height:1.2}.product-meta{font-size:.688rem;color:#6b7280;font-weight:500}.order-mobile-bottom{display:flex;align-items:center;gap:.5rem;padding:.5rem;background:#ffffff80;border-radius:6px;margin-bottom:.375rem}.price-item{display:flex;flex-direction:column;gap:.125rem}.price-label{font-size:.625rem;color:#6b7280;font-weight:600;text-transform:uppercase;letter-spacing:.025em;line-height:1}.price-amount{font-size:.75rem;color:#374151;font-weight:700;line-height:1}.price-divider{width:1px;height:24px;background:#d6e2ff;margin:0 .25rem}.price-total{margin-left:auto;align-items:flex-end}.price-label-total{font-size:.625rem;color:#e53935;font-weight:700;text-transform:uppercase;letter-spacing:.025em;line-height:1}.price-amount-total{font-size:1.125rem;color:#e53935;font-weight:800;line-height:1}.payment-method{background:linear-gradient(90deg,#05966914,#0596691f);border:1px solid rgba(5,150,105,.25);border-radius:5px;padding:.313rem .5rem;font-size:.688rem;color:#059669;font-weight:600;text-align:center;line-height:1}.order-row{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:.375rem}.order-row:last-of-type{margin-bottom:0}.order-label{font-weight:600;color:#111827;font-size:.813rem;line-height:1.2}.order-value{font-size:.875rem;font-weight:700;color:#e53935;white-space:nowrap}.order-label-sm{font-size:.688rem;color:#6b7280;font-weight:500}.order-value-sm{font-size:.75rem;font-weight:600;color:#374151;white-space:nowrap}.order-divider{border:none;border-top:1px solid #D6E2FF;margin:.5rem 0}.order-total{margin-top:.25rem}.order-total-label{font-size:.875rem;font-weight:700;color:#111827}.order-total-price{font-size:1.25rem;font-weight:800;color:#e53935;white-space:nowrap}.payment-badge{background:#0596691a;border:1px solid rgba(5,150,105,.3);border-radius:6px;padding:.375rem .5rem;font-size:.688rem;color:#059669;font-weight:600;text-align:center;margin-top:.5rem}.order-form{display:flex;flex-direction:column;gap:.75rem}.form-field{display:flex;flex-direction:column;gap:.375rem}.form-field label{font-size:.813rem;font-weight:600;color:#374151;line-height:1}.form-field input,.form-field textarea{width:100%;padding:.625rem .75rem;border:1.5px solid #D1D5DB;border-radius:8px;font-size:.875rem;color:#111827;background:#fff;transition:all .2s;-webkit-appearance:none;-moz-appearance:none;appearance:none;font-family:inherit}.form-field input:focus,.form-field textarea:focus{outline:none;border-color:#1f4fd8;box-shadow:0 0 0 3px #1f4fd81a}.form-field input::placeholder,.form-field textarea::placeholder{color:#9ca3af;font-size:.813rem}.form-field textarea{resize:vertical;min-height:60px;font-family:inherit}.form-field input.error{border-color:#ef4444;background:#fef2f2}.error-msg{font-size:.688rem;color:#ef4444;font-weight:500;margin-top:-.125rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:.625rem}.submit-btn{width:100%;background:linear-gradient(135deg,#1f4fd8,#0b3c91);color:#fff;border:none;border-radius:10px;padding:.875rem;font-size:.938rem;font-weight:700;cursor:pointer;transition:all .3s;box-shadow:0 4px 12px #1f4fd84d;display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:5px!important;-webkit-tap-highlight-color:transparent;touch-action:manipulation}.submit-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 16px #1f4fd866}.submit-btn:active:not(:disabled){transform:translateY(0)}.submit-btn:disabled{opacity:.7;cursor:not-allowed}.spinner{display:inline-block;width:14px;height:14px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .6s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.disclaimer{font-size:.688rem;color:#6b7280;text-align:center;margin:.5rem 0 0;line-height:1.4}@media(max-width:374px){.modal-overlay{padding:.5rem}.modal-content{max-width:100%;border-radius:10px}.modal-header{padding:.75rem .875rem}.modal-title{font-size:.938rem}.modal-body{padding:.75rem .875rem .875rem}.order-summary{padding:.625rem}.form-field input,.form-field textarea{padding:.563rem .625rem;font-size:.813rem}.submit-btn{padding:.75rem;font-size:.875rem}}@media(max-height:500px)and (orientation:landscape){.modal-overlay{padding:.5rem;align-items:flex-start}.modal-content{max-height:calc(100dvh - 1rem);margin-top:.5rem}.modal-header{position:sticky}}@media(min-width:640px){.order-summary-mobile{display:none}.order-summary-desktop{display:block}.modal-overlay{padding:2rem}.modal-content{max-width:440px;max-height:calc(100dvh - 4rem)}.modal-header{padding:1rem 1.25rem}.modal-body{padding:1rem 1.25rem 1.25rem}.order-summary{padding:.875rem}.order-form{gap:.875rem}}@supports (-webkit-touch-callout: none){.modal-content{height:-webkit-fill-available}}@media screen and (max-width:767px){.form-field input,.form-field textarea,.form-field select{font-size:16px}}input[type=text],input[type=email],input[type=tel],textarea,select{-webkit-appearance:none;-moz-appearance:none;appearance:none}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus{-webkit-box-shadow:0 0 0 1000px white inset;-webkit-text-fill-color:#111827;transition:background-color 5000s ease-in-out 0s}.cta-section{text-align:center}.cta-title{font-size:1.875rem;font-weight:700;color:#fff;margin-bottom:1rem}@media(min-width:1024px){.cta-title{font-size:2.25rem}}.cta-description{font-size:1.25rem;color:#eaf2ff;margin-bottom:2rem}.cta-footer{color:#eaf2ff;margin-top:1rem;font-size:.875rem}.text-center{text-align:center}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.gap-4{gap:1rem}.announcement-bar{background:#0b3c91;width:100%;overflow:hidden;position:relative;z-index:10;padding:.75rem 0;-webkit-user-select:none;user-select:none}.announcement-track{display:flex;width:100%}.scrolling-content{display:flex;align-items:center;gap:3rem;padding-right:3rem;flex:0 0 auto;min-width:100%;white-space:nowrap;animation:scroll-loop 30s linear infinite;will-change:transform;transform:translateZ(0)}.scrolling-content span{color:#f3f7ff;font-size:.95rem;font-weight:600}@keyframes scroll-loop{0%{transform:translate(0)}to{transform:translate(-100%)}}.pain-grid{display:flex;flex-direction:column;gap:3rem;padding:2rem 1rem}.pain-item{display:flex;flex-direction:column;align-items:center;gap:1.5rem;background:#fff;padding:1.5rem;border-radius:1.5rem;box-shadow:0 6px 20px #00000014;transition:transform .3s ease,box-shadow .3s ease}.pain-item:hover{transform:translateY(-8px);box-shadow:0 12px 25px #0000001f}.pain-gif video{width:85%;max-width:280px;height:auto;aspect-ratio:9 / 16;object-fit:cover;border-radius:1rem;box-shadow:0 10px 25px #0000001a;transition:transform .3s ease;display:block;margin:0 auto}.pain-item:hover .pain-gif video{transform:scale(1.02)}.pain-text{max-width:550px;text-align:center;padding:0 1rem}.pain-text h3{font-size:1.625rem;margin-bottom:.75rem;color:#0b3c91;font-weight:600}.pain-text p{font-size:1rem;color:#4b5563;line-height:1.6}@media(min-width:768px){.pain-item{flex-direction:row;align-items:center;gap:2rem}.pain-item.gif-left{flex-direction:row}.pain-item.gif-right{flex-direction:row-reverse}.pain-text{flex:1;text-align:left;padding:0 2rem}.pain-gif{flex:1;display:flex;justify-content:center}.pain-gif video{width:270px!important;height:480px!important;max-width:none!important;aspect-ratio:9 / 16;object-fit:cover;border-radius:1rem;box-shadow:0 10px 30px #00000026}}.pain-item{background:linear-gradient(135deg,#f3f7ff,#eaf2ff)}.pain-gif img{transition:transform .3s ease}.pain-item:hover .pain-gif img{transform:scale(1.05)}.section-compare,.section-compare *{color:#1a1a1a}.section-compare{background:#f3f7ff}.compare-table{display:grid;grid-template-columns:1fr 1fr 1fr;gap:1px;background:#d6e2ff;border-radius:.75rem;overflow:hidden;border:1px solid #D6E2FF}.compare-row{display:contents}.compare-cell{padding:1rem;background:#fff;text-align:center;font-size:1rem}.compare-row.header .compare-cell{font-weight:700;background:#eaf2ff;color:#0b3c91}.success-overlay{position:fixed;inset:0;background-color:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:100;padding:1rem;animation:fadeIn .2s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.thank-you-box{background:linear-gradient(135deg,#f0fdf4,#dcfce7);border:2px solid #22c55e;padding:2rem;border-radius:1rem;text-align:center;box-shadow:0 20px 25px -5px #22c55e33,0 10px 10px -5px #22c55e1a;max-width:500px;width:100%;position:relative;overflow:hidden;animation:slideIn .4s ease-out}.thank-you-box:before{content:"✓";position:absolute;top:-20px;right:-20px;font-size:8rem;color:#22c55e0d;font-weight:700;z-index:0}.success-close-btn{position:absolute;top:1rem;right:1rem;background:#1665341a;border:none;border-radius:50%;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s;z-index:2}.success-close-btn:hover{background:#16653433;transform:rotate(90deg)}.success-close-btn svg{width:1.25rem;height:1.25rem;color:#166534}.thank-you-box h2{color:#166534;font-size:1.875rem;font-weight:700;margin:0 0 1rem;position:relative;z-index:1;display:flex;align-items:center;justify-content:center;gap:.5rem}.thank-you-box h2:before{content:"✓";display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;background:linear-gradient(135deg,#22c55e,#16a34a);color:#fff;border-radius:50%;font-size:1.5rem;font-weight:700;box-shadow:0 4px 6px -1px #22c55e4d;animation:checkPulse .6s ease-in-out}.thank-you-box p{color:#15803d;font-size:1rem;line-height:1.6;margin:.5rem 0;position:relative;z-index:1}.thank-you-box p:first-of-type{font-weight:600;font-size:1.125rem}.thank-you-box p:last-of-type{color:#16a34a;font-size:.938rem;margin-top:1rem;padding-top:1rem;border-top:1px solid rgba(34,197,94,.2);margin-bottom:1.5rem}.success-ok-btn{background:linear-gradient(135deg,#22c55e,#16a34a);color:#fff;font-weight:600;font-size:1rem;padding:.75rem 2rem;border-radius:.625rem;border:none;cursor:pointer;transition:all .3s;box-shadow:0 4px 6px -1px #22c55e4d;position:relative;z-index:1;min-width:120px}.success-ok-btn:hover{background:linear-gradient(135deg,#16a34a,#15803d);box-shadow:0 10px 15px -3px #22c55e66;transform:translateY(-2px)}.success-ok-btn:active{transform:translateY(0)}@keyframes slideIn{0%{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes checkPulse{0%{transform:scale(0);opacity:0}50%{transform:scale(1.1)}to{transform:scale(1);opacity:1}}@media(max-width:640px){.thank-you-box{padding:1.5rem;margin:1rem;border-radius:.75rem}.success-close-btn{top:.75rem;right:.75rem;width:1.75rem;height:1.75rem}.success-close-btn svg{width:1rem;height:1rem}.thank-you-box h2{font-size:1.5rem}.thank-you-box h2:before{width:2rem;height:2rem;font-size:1.25rem}.thank-you-box p{font-size:.938rem}.thank-you-box p:first-of-type{font-size:1rem}.thank-you-box p:last-of-type{margin-bottom:1.25rem}.thank-you-box:before{font-size:6rem}.success-ok-btn{font-size:.938rem;padding:.625rem 1.5rem}}.price-quantity-wrapper{display:flex;gap:1.5rem;align-items:flex-start;flex-wrap:wrap}.quantity-selector{display:flex;flex-direction:column;gap:.5rem}.quantity-label{font-size:.875rem;font-weight:600;color:#374151;text-align:center}.quantity-controls{display:flex;align-items:center;background:#fff;border:2px solid #e5e7eb;border-radius:.75rem;overflow:hidden;box-shadow:0 2px 8px #0000000d;transition:all .3s}.quantity-controls:hover{border-color:#1f4fd8;box-shadow:0 4px 12px #1f4fd826}.quantity-btn{background:linear-gradient(135deg,#1f4fd8,#0b3c91);color:#fff;border:none;width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s;font-size:1.25rem;font-weight:700}.quantity-btn:hover:not(:disabled){background:linear-gradient(135deg,#0b3c91,#082a6b)}.quantity-btn:active:not(:disabled){transform:scale(.95)}.quantity-btn:disabled{background:#d1d5db;cursor:not-allowed;opacity:.5}.quantity-btn svg{width:1rem;height:1rem}.quantity-input{width:3.5rem;height:2.5rem;border:none;text-align:center;font-size:1.125rem;font-weight:600;color:#111827;background:transparent;outline:none;-moz-appearance:textfield}.quantity-input::-webkit-outer-spin-button,.quantity-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}@media(max-width:768px){.page-wrapper{padding:0!important;background-color:#fff;overflow-x:hidden;width:100%;display:block!important}.page-container{box-shadow:none;border-radius:0;max-width:100vw;width:100%;margin:0}.container,.container-md,.container-sm{padding-left:1rem;padding-right:1rem;max-width:100vw;overflow-x:hidden}.notification-bar{background:linear-gradient(to right,#1f4fd8,#0b3c91);color:#fff;padding:.625rem .75rem;text-align:center;font-size:.75rem;font-weight:500;line-height:1.4;word-wrap:break-word}.announcement-bar{background:#0b3c91;overflow:hidden;white-space:nowrap;padding:.625rem 0}.announcement-track{display:inline-flex;gap:2rem;animation:scroll-left 20s linear infinite;padding-left:0;transform:translate(100%)}.announcement-track span{color:#f3f7ff;font-size:.8125rem;font-weight:600;display:inline-block}@keyframes scroll-left{0%{transform:translate(0)}to{transform:translate(-100%)}}.hero-section{height:auto!important;min-height:auto!important;padding:2rem 0;overflow:hidden}.hero-grid,.hero-grid-aligned{display:flex;flex-direction:column;align-items:center;width:100%;max-width:100vw;padding:0 1rem;gap:1.5rem}.hero-content{width:100%;position:relative;overflow:visible;display:flex;flex-direction:column;align-items:center;text-align:center}.hero-title{font-size:clamp(1.5rem,5vw,2rem)!important;line-height:1.3!important;width:100%!important;max-width:100vw;white-space:normal!important;overflow-wrap:break-word!important;word-wrap:break-word!important;margin:0 auto 1rem;text-align:center!important;padding:0 1rem}.hero-description{font-size:1rem!important;line-height:1.6;width:100%!important;max-width:100vw;white-space:normal!important;margin:0 auto 1.5rem;text-align:center!important;padding:0 1rem}.section-rose .grid-3{padding-bottom:20px;margin-bottom:-10px}.section-title,.cta-title{font-size:clamp(1.25rem,5vw,1.75rem);line-height:1.3;padding:0 1rem;margin-bottom:1rem;word-wrap:break-word}.section-subtitle{font-size:clamp(1rem,4vw,1.25rem)!important;width:100%;max-width:100vw;padding:0 1rem;white-space:normal;overflow-wrap:break-word;word-break:break-word}.badge{display:inline-block;margin:0 auto 1rem;padding:.35rem .85rem;font-size:.75rem}.feature-item{display:flex;align-items:center;justify-content:center;gap:.5rem;font-size:.95rem;padding:.25rem 0}.price-box-compact{padding:1.25rem;margin:0 auto 0rem;width:100%;max-width:100vw;box-sizing:border-box}.price-current{font-size:1.5rem;font-weight:600}.price-current-large{font-size:2.5rem;font-weight:700}.price-old{font-size:.9rem;opacity:.7}.price-quantity-wrapper{display:flex;flex-direction:column;gap:1rem;align-items:stretch}.quantity-selector{width:100%;display:flex;flex-direction:column;gap:.5rem}.quantity-controls{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;max-width:100vw;margin:0 auto}.quantity-btn{width:2.5rem;height:2.5rem;min-width:2.5rem;display:flex;align-items:center;justify-content:center;border-radius:.375rem;font-size:1.25rem;cursor:pointer}.quantity-input{flex:1;min-width:0;text-align:center;font-size:1.125rem;padding:.5rem;border-radius:.375rem}.btn-primary,.btn-primary-large,.btn-primary-small{width:100%;max-width:100vw;padding:1rem 1.5rem;font-size:1rem;margin-top:1rem;border-radius:.5rem}.gallery-thumbnails{grid-template-columns:repeat(4,1fr)}.trust-badges-enhanced{display:flex;flex-direction:row;justify-content:space-between;gap:.5rem;margin-bottom:.5rem;padding:0 .75rem .5rem;width:100%;box-sizing:border-box;overflow:visible}.trust-badge-enhanced{background:#fff;border:2px solid #F3F7FF;border-radius:.75rem;padding:.5rem;display:flex;flex-direction:column;align-items:center;gap:.375rem;flex:1;min-width:0;text-align:center;box-sizing:border-box}.trust-icon{background:linear-gradient(135deg,#eaf2ff,#f3f7ff);border-radius:.5rem;padding:.5rem;display:flex;align-items:center;justify-content:center;flex-shrink:0;width:32px;height:32px}.trust-icon svg,.trust-icon img{width:100%;height:100%;object-fit:contain}.trust-badge-enhanced h4,.trust-badge-enhanced p{margin:0;word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.trust-badge-enhanced h4{font-size:.6875rem;font-weight:600;color:#0b3c91;line-height:1.2}.trust-badge-enhanced p{font-size:.625rem;color:#4b5563;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.section-compare,.section-compare *{color:#1a1a1a}.section-compare{background:#f3f7ff;padding:1rem .5rem}.compare-table{display:grid;grid-template-columns:1fr 1fr 1fr;gap:1px;background:#d6e2ff;border-radius:.75rem;overflow:hidden;width:100%;max-width:100%;box-sizing:border-box}.compare-row{display:contents}.compare-cell{padding:.625rem .375rem;background:#fff;text-align:center;font-size:.75rem;line-height:1.3;word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;box-sizing:border-box;min-width:0}.compare-row.header .compare-cell{font-weight:700;background:#eaf2ff;color:#0b3c91;padding:.75rem .5rem;font-size:.8125rem}.pain-text{max-width:100vw;text-align:center}.pain-text h3{font-size:1.5rem!important}.pain-text p{white-space:normal;overflow-wrap:break-word;word-break:break-word;font-size:.9rem!important}.benefit-card{padding:1rem;display:flex;flex-direction:column}.benefit-card .benefit-icon{width:1.5rem;height:1.5rem;margin-bottom:.5;align-self:flex-start}.benefit-card .benefit-icon svg{width:1rem;height:1rem}.benefit-card .benefit-title{font-size:1rem;margin-bottom:.625rem;margin-top:-2.5rem;margin-left:1.95rem;text-align:left}.benefit-card .benefit-description{font-size:.875rem;line-height:1.5;word-wrap:break-word;overflow-wrap:break-word;text-align:left}.review-card{padding:1rem;border-radius:.875rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.review-card:hover{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.review-stars{gap:.1875rem;margin-bottom:.625rem;justify-content:center}.review-stars svg{width:1.125rem;height:1.125rem}.review-text{margin-bottom:.875rem;font-size:.875rem;line-height:1.5;word-wrap:break-word;overflow-wrap:break-word;text-align:center}.review-author{padding-top:.875rem;text-align:center}.review-name{font-size:.9375rem}.review-location{font-size:.8125rem}.star-rating{gap:.375rem;margin-bottom:.5rem}.star-rating svg{width:1.5rem;height:1.5rem}.faq-container{max-width:100%;padding:0 .75rem}.faq-list{gap:.75rem}.faq-item{border-radius:.625rem}.faq-question{padding:1rem;gap:.75rem}.faq-question-text{font-size:.9375rem;line-height:1.4;word-wrap:break-word;overflow-wrap:break-word;padding-right:.5rem}.faq-icon{width:1.125rem;height:1.125rem;flex-shrink:0}.faq-answer{padding:.875rem 1rem}.faq-answer-text{font-size:.875rem;line-height:1.5;word-wrap:break-word;overflow-wrap:break-word}.faq-layout{gap:1.5rem}.faq-product-image{max-width:100%;border-radius:1rem;box-shadow:0 10px 25px #0000001f}}@media(max-width:375px){.trust-badges-enhanced{gap:.375rem;padding:0 .5rem .5rem}.trust-badge-enhanced{padding:.375rem;gap:.25rem}.trust-icon{width:28px;height:28px;padding:.375rem}.trust-badge-enhanced h4{font-size:.625rem}.trust-badge-enhanced p{font-size:.5625rem}.pain-gif video{max-width:100%;height:auto;max-height:250px;border-radius:.5rem;display:block;margin:0 auto;object-fit:cover}.container,.page-container,.hero-content,.pain-text,.section{max-width:100vw;box-sizing:border-box}.section-title,.section-subtitle{width:100%;max-width:100vw;padding:0 1rem;white-space:normal;overflow-wrap:break-word;word-break:break-word}.pain-text{max-width:100vw;padding:1rem;text-align:center}.pain-text h3,.pain-text p{white-space:normal;overflow-wrap:break-word;word-break:break-word}.pain-gif video{max-width:100vw}.pain-item{padding:1.25rem}.pain-grid{padding:1.5rem .75rem}}@media(max-width:480px){.hero-title{font-size:1.35rem!important}.hero-description{font-size:.95rem!important}.badge{padding:.25rem .7rem;font-size:.7rem}.feature-item{font-size:.9rem}.price-box-compact{padding:1rem}.price-current{font-size:1.25rem}.price-old{font-size:.85rem}.btn-primary,.btn-primary-large,.btn-primary-small{padding:.75rem 1rem;font-size:.95rem}.gallery-thumbnails{grid-template-columns:repeat(3,1fr)}.price-quantity-wrapper{flex-direction:column;align-items:stretch}.quantity-controls{max-width:180px}.quantity-btn{width:2rem;height:2rem;font-size:1rem}.quantity-btn svg{width:.875rem;height:.875rem}}@media(max-width:360px){.hero-title{font-size:1.125rem!important}.gallery-thumbnails{grid-template-columns:repeat(2,1fr)}}.alert-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;padding:20px;z-index:9999;padding-left:1rem;padding-right:1rem}.alert{background:#fff;border-radius:8px;padding:30px;max-width:400px;width:100%;text-align:center;box-shadow:0 4px 12px #00000026}.alert-icon{width:50px;height:50px;background:#ff6b6b;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:28px;font-weight:700;margin:0 auto 20px}.alert-message{color:#333;font-size:16px;line-height:1.5;margin-bottom:25px}.alert-button{background:#4caf50;color:#fff;border:none;padding:12px 30px;border-radius:6px;font-size:15px;cursor:pointer;transition:background .3s}.alert-button:hover{background:#45a049}@media(max-width:480px){.alert-overlay{padding:50px}.alert{padding:10px}.alert-icon{width:45px;height:45px;font-size:24px}.alert-message{font-size:15px}.alert-button{padding:10px 25px;font-size:14px}}.package-selector{display:flex;flex-direction:column;gap:12px;margin:15px 0 25px;width:100%}.package-option{display:flex;justify-content:space-between;align-items:center;border:2px solid #e2e8f0;border-radius:12px;padding:12px 16px;cursor:pointer;transition:all .2s ease;position:relative;background:#fff}.package-option:hover{border-color:#3b82f6;background-color:#f8fafc}.package-option.active{border-color:#2563eb;background-color:#eff6ff;box-shadow:0 0 0 2px #2563eb33}.radio-circle{height:20px;width:20px;border-radius:50%;border:2px solid #cbd5e1;margin-right:12px;position:relative;flex-shrink:0}.package-option.active .radio-circle{border-color:#2563eb;background-color:#2563eb}.package-option.active .radio-circle:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:8px;height:8px;background:#fff;border-radius:50%}.package-info{flex-grow:1;display:flex;flex-direction:column;text-align:left}.package-title{font-weight:700;color:#1e293b;font-size:.95rem}.package-savings{font-size:.85rem;color:#16a34a;font-weight:700}.package-price{font-weight:800;font-size:1.1rem;color:#1e293b}.best-seller-badge{position:absolute;top:-10px;right:12px;background:#ef4444;color:#fff;font-size:.7rem;font-weight:700;padding:2px 8px;border-radius:99px;text-transform:uppercase;box-shadow:0 2px 5px #ef444466;animation:pulse 2s infinite;z-index:2}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}.quantity-selector{display:none!important}.package-content-text{font-size:.8rem;color:#64748b;font-weight:500;display:flex;align-items:center;gap:4px;margin-top:2px}.package-content-text span{background:#f1f5f9;padding:2px 6px;border-radius:4px;color:#334155}
