@import "https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap";
@import "https://fonts.googleapis.com/css2?family=Bai+Jamjuree:wght@200;300;400;500;600;700&display=swap";
.pressure-page{color:#fff;background:#000;flex-direction:column;min-height:100vh;margin:0;padding:0;font-family:Poppins,sans-serif;display:flex}html:has(.pressure-page){background-color:#000}html:has(.pressure-page) body{background-color:#000}.pressure-header{padding-top:15px}.pressure-header-content{text-align:center;max-width:800px;margin:0 auto;padding:0 20px}.pressure-logo-container{text-align:center;padding:15px 0 3px}.pressure-logo{width:60%;max-width:400px;height:auto}.pressure-heading{color:#fff;text-align:center;text-transform:uppercase;margin-top:2px;font-size:29px;font-weight:700}.pressure-form-wrapper{width:100%;max-width:500px;margin:0 auto}.pressure-form{z-index:999;margin-top:23px;position:relative}.pressure-input{color:#514f4f;box-sizing:border-box;background-color:#fff;border:0;border-radius:30px;outline:none;width:100%;height:55px;padding:5px 130px 5px 20px;font-family:Poppins,sans-serif;font-size:14px}.pressure-input::placeholder{color:#999}.pressure-verify-btn{color:#fff;cursor:pointer;background:#ffc700;border:0;border-radius:30px;outline:none;width:116px;height:36px;margin:0;padding:0;font-family:Poppins,sans-serif;font-size:14px;font-weight:600;text-decoration:none;transition:transform .3s ease-out;display:inline-block;position:absolute;top:50%;right:9px;transform:translateY(-50%)}.pressure-verify-btn:hover{transform:translateY(-50%)scale(.9)}.pressure-verify-btn:disabled{opacity:.7;cursor:not-allowed}.pressure-products{padding:60px 0}.pressure-products-inner{max-width:1000px;margin:0 auto;padding:0 20px}.pressure-gif-container{justify-content:center;margin-bottom:5%;display:flex}.pressure-gif{width:60%;height:auto}.pressure-product-grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.pressure-product-img{width:100%;height:auto;display:block}.pressure-footer{padding-top:50px}.pressure-footer-inner{max-width:1000px;margin:0 auto;padding:0 20px 20px}.pressure-footer-links{margin-left:15px}.pressure-footer-links h4{color:#fff;padding:5px 0;font-size:20px;font-weight:600}.pressure-footer-links ul{margin:0;padding:0;list-style:none}.pressure-footer-links ul li{margin-bottom:10px}.pressure-footer-links ul li a{color:#fff;font-size:15px;text-decoration:none}.pressure-footer-links ul li a:hover{text-decoration:underline}.pressure-copyright{border-top:1px solid #fff;margin-top:20px;padding-top:15px;padding-bottom:10px}.pressure-copyright p{color:#fff;margin:0;font-size:16px}.pressure-modal-overlay{z-index:9999;background:#0009;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.pressure-modal{text-align:center;background:linear-gradient(131deg,#794900 16%,#763c36 52%,#6f3e3a 72%);border-radius:20px;flex-direction:column;justify-content:center;align-items:center;width:100%;max-width:400px;margin:0 auto;padding:30px 20px;display:flex;position:relative}.pressure-modal-close{color:#ffffff80;cursor:pointer;background:0 0;border:none;font-size:28px;line-height:1;position:absolute;top:10px;right:15px}.pressure-modal-close:hover{color:#fffc}.pressure-modal-logo{margin-bottom:10px}.pressure-modal-logo-img{max-width:200px;height:auto}.pressure-modal-icon-container{margin-bottom:10px}.pressure-modal-icon{width:85px;height:auto;margin:19px 0 0 15px}.pressure-modal-red-x{color:#fff;background:#e74c3c;border-radius:50%;justify-content:center;align-items:center;width:85px;height:85px;font-size:48px;font-weight:700;display:flex}.pressure-modal-message{color:#f5f5f5;margin:10px 0;font-size:18px;font-weight:500}.pressure-serial{color:#f5f5f5;margin:5px 0 0;font-size:18px;font-weight:500}@media (max-width:767px){.pressure-logo{width:250px}.pressure-heading{font-size:22px}.pressure-gif{width:80%}.pressure-product-grid{grid-template-columns:1fr;gap:15px}.pressure-product-img{width:100%;height:auto}.pressure-form-wrapper{max-width:400px;padding:0 10px}.pressure-footer{text-align:center;padding-top:0}.pressure-copyright{text-align:center;display:block}.pressure-modal{max-width:95%}}@media (min-width:768px) and (max-width:991px){.pressure-logo{width:250px}.pressure-heading{font-size:26px}.pressure-form-wrapper{max-width:400px}}
.redeye-page{color:#fff;background:#000;flex-direction:column;min-height:100vh;margin:0;padding:0;font-family:Bai Jamjuree,serif;font-weight:200;display:flex;overflow-x:hidden}html:has(.redeye-page){background-color:#000}html:has(.redeye-page) body{background-color:#000}.redeye-header{z-index:50;padding:16px 24px;position:relative}.redeye-header-inner{justify-content:space-between;align-items:center;width:100%;display:flex;position:relative}.redeye-logo-link{display:flex}.redeye-header-logo{width:128px;height:auto}.redeye-nav-actions{align-items:center;gap:12px;display:flex}.redeye-hamburger{cursor:pointer;background:0 0;border:none;padding:4px;display:none}.redeye-nav-desktop{align-items:center;gap:48px;display:flex;position:absolute;left:50%;transform:translate(-50%)}.redeye-nav-link{color:#fff;padding:4px 12px;font-weight:600;text-decoration:none;transition:color .2s}.redeye-nav-link.active,.redeye-nav-link:hover{color:red}.redeye-verify-header-btn{color:#fff;cursor:pointer;background:red;border:none;border-radius:9999px;justify-content:center;align-items:center;padding:10px 24px;font-family:Bai Jamjuree,serif;font-size:16px;font-weight:700;line-height:1;transition:background .3s;display:flex}.redeye-verify-header-btn:hover{background:#ffffff59}.redeye-mobile-overlay{z-index:100;background:#00000080;position:fixed;inset:0}.redeye-mobile-menu{z-index:101;background:#232323;flex-direction:column;gap:16px;width:300px;height:100%;padding:24px;display:flex;position:fixed;top:0;left:0;overflow-y:auto}.redeye-mobile-close{cursor:pointer;color:#000;background:#fff;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:20px;display:flex;position:absolute;top:20px;right:20px}.redeye-mobile-logo{width:128px;height:auto;margin-bottom:16px}.redeye-mobile-link{color:#fff;padding:12px 0;font-size:16px;font-weight:600;text-decoration:none}.redeye-mobile-link.active{color:red}.redeye-mobile-verify-btn{color:#fff;cursor:pointer;text-align:center;background:red;border:none;border-radius:9999px;margin-top:12px;padding:12px 24px;font-family:Bai Jamjuree,serif;font-size:16px;font-weight:700}.redeye-hero{justify-content:center;align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}.redeye-hero-video{z-index:0;position:absolute;inset:0}.redeye-hero-video video{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.redeye-hero-content{z-index:1;justify-content:center;max-width:1000px;padding:0 24px;display:flex;position:relative}.redeye-hero-logo{width:100%;max-width:900px;height:auto}.redeye-mission{width:100%;padding:40px 24px 24px;position:relative}.redeye-mission-inner{text-align:center;flex-direction:column;align-items:center;gap:12px;max-width:600px;margin:0 auto;display:flex}.redeye-section-title{margin:0;font-family:Bai Jamjuree,serif;font-size:36px;font-weight:400;line-height:1.1}.redeye-mission .redeye-section-title{font-size:48px}.redeye-mission-text{letter-spacing:.3px;color:#fff;margin:0;font-size:18px;font-weight:200;line-height:26px}.redeye-products{width:100%;padding:40px 24px;position:relative}.redeye-products-inner{grid-template-columns:1fr 2fr;align-items:center;gap:40px;max-width:1100px;margin:0 auto;display:grid}.redeye-products-text{flex-direction:column;gap:12px;display:flex}.redeye-products-text .redeye-section-title{font-size:48px}.redeye-products-subtitle{color:#fff;font-size:18px;font-weight:700}.redeye-products-text p{letter-spacing:.3px;color:#fff;margin:0;font-size:18px;font-weight:200;line-height:26px}.redeye-carousel{flex-direction:column;align-items:center;gap:20px;display:flex}.redeye-carousel-track{justify-content:center;align-items:center;min-height:400px;display:flex}.redeye-carousel-img{-o-object-fit:contain;object-fit:contain;width:auto;height:auto;max-height:400px;transition:opacity .3s}.redeye-carousel-dots{justify-content:center;gap:8px;display:flex}.redeye-dot{cursor:pointer;background:#444;border:none;border-radius:50%;width:10px;height:10px;padding:0;transition:background .2s}.redeye-dot.active{background:red}.redeye-footer{border-top:1px solid #2e2e2e;margin-top:auto;padding:0}.redeye-footer-inner{flex-direction:column;align-items:center;gap:24px;max-width:1200px;margin:0 auto;padding:60px 24px 24px;display:flex}.redeye-footer-logo-img{width:144px;height:auto}.redeye-footer-links{gap:16px;display:flex}.redeye-footer-links a{color:#f9f9f9;font-size:15px;text-decoration:none}.redeye-footer-links a:hover{color:#fff}.redeye-footer-bottom{border-top:1px solid #2e2e2e;justify-content:space-between;align-items:center;width:100%;padding-top:24px;display:flex}.redeye-footer-bottom p{color:#888;margin:0;font-size:14px}.redeye-footer-legal{gap:12px;display:flex}.redeye-footer-legal a{color:#888;font-size:14px;text-decoration:none}.redeye-footer-legal a:hover{color:#f9f9f9}.redeye-verify-overlay{z-index:99;background:#000000e6;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.redeye-verify-popup{background-color:#1a1a1a;border:1px solid #454444;border-radius:15px;flex-direction:column;justify-content:center;align-items:center;width:100%;max-width:500px;padding:50px 35px;display:flex;position:relative}.redeye-popup-close{color:#fff;cursor:pointer;background:#000c;border:none;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;font-size:20px;transition:background .2s;display:flex;position:absolute;top:15px;right:20px}.redeye-popup-close:hover{background:#0006}.redeye-popup-logo{width:128px;height:auto;margin-bottom:24px}.redeye-popup-title{color:#fff;text-align:center;margin:0 0 16px;font-family:Bai Jamjuree,serif;font-size:28px;font-weight:400}.redeye-popup-form{width:100%}.redeye-popup-input-group{width:100%;display:flex;position:relative}.redeye-popup-input{color:#fff;background:#ffffff26;border:none;border-radius:8px;outline:none;flex:1;height:50px;padding:0 100px 0 16px;font-family:Bai Jamjuree,serif;font-size:16px}.redeye-popup-input::placeholder{color:#898989}.redeye-popup-verify-btn{color:#fff;cursor:pointer;text-transform:uppercase;background:red;border:none;border-radius:8px;height:50px;padding:0 16px;font-family:Bai Jamjuree,serif;font-size:18px;font-weight:400;transition:background .2s;position:absolute;top:0;right:0}.redeye-popup-verify-btn:hover{background:#c00}.redeye-popup-verify-btn:disabled{opacity:.7;cursor:not-allowed}.redeye-modal-overlay{z-index:9999;background:#000c;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.redeye-modal{text-align:center;color:#fff;background-color:#212121;border:1px solid #454444;border-radius:15px;width:100%;max-width:460px;padding:40px 30px}.redeye-modal-logo{width:160px;height:auto;margin:0 auto 16px;display:block}.redeye-modal-icon-container{justify-content:center;margin-bottom:10px;display:flex}.redeye-modal-icon{width:100px;height:auto}.redeye-modal-red-x{color:#fff;background:#e74c3c;border-radius:50%;justify-content:center;align-items:center;width:100px;height:100px;margin:0 auto;font-size:52px;font-weight:700;display:flex}.redeye-modal-title{margin:0;padding:25px 0;font-family:Bai Jamjuree,serif;font-size:24px;font-weight:700}.redeye-modal-message{margin:0 0 30px;font-family:Bai Jamjuree,serif;font-size:19px;font-weight:500}.redeye-serial{color:#ccc;margin:0 0 20px;font-size:16px;font-weight:500}.redeye-modal-ok{color:#fff;cursor:pointer;background:green;border:none;border-radius:4px;width:60px;padding:6px 14px;font-family:Bai Jamjuree,serif;font-size:14px}.redeye-modal-ok:hover{opacity:.85}.redeye-product-page{justify-content:center;align-items:center;min-height:80vh;padding:80px 24px 60px;display:flex}.redeye-product-slider{width:100%;max-width:900px;margin:0 auto}.redeye-product-slide{justify-content:center;align-items:center;gap:60px;display:flex}.redeye-product-slide-info{flex-shrink:0}.redeye-product-slide-image{justify-content:center;align-items:center;display:flex}.redeye-product-img{width:auto;height:auto;max-height:500px}.redeye-product-slider-nav{justify-content:center;align-items:center;gap:24px;margin-top:30px;display:flex}.redeye-slider-arrow{color:#fff;cursor:pointer;background:0 0;border:1px solid #ffffff4d;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;font-size:28px;transition:background .2s;display:flex}.redeye-slider-arrow:hover{background:#ffffff1a}.redeye-slider-count{color:#fff9;letter-spacing:2px;font-size:14px}.redeye-contact{justify-content:center;align-items:center;min-height:80vh;padding:80px 24px 60px;display:flex}.redeye-contact-inner{grid-template-columns:1fr 1fr;align-items:start;gap:60px;width:100%;max-width:1100px;display:grid}.redeye-contact-text{padding-top:20px}.redeye-contact-desc{color:#fffc;margin-top:20px;font-size:15px;line-height:1.8}.redeye-contact-form{flex-direction:column;gap:20px;display:flex}.redeye-form-row{grid-template-columns:1fr 1fr;gap:20px;display:grid}.redeye-form-field{flex-direction:column;gap:6px;display:flex}.redeye-form-field label{font-size:18px;font-weight:400}.redeye-form-field input,.redeye-form-field textarea{color:#000;background:#fff;border:none;border-radius:12px;padding:12px 20px;font-family:inherit;font-size:16px}.redeye-form-field textarea{resize:vertical}.redeye-form-full{width:100%}.redeye-contact-submit{color:#fff;cursor:pointer;text-transform:uppercase;background:red;border:none;border-radius:50px;align-self:flex-start;padding:14px 32px;font-size:15px;font-weight:600;transition:opacity .2s}.redeye-contact-submit:hover{opacity:.85}.redeye-contact-success{text-align:center;padding:60px 20px}.redeye-contact-success h3{margin-bottom:12px;font-size:28px;font-weight:700}.redeye-contact-success p{color:#ffffffb3}@media (max-width:1024px){.redeye-nav-desktop{display:none}.redeye-hamburger{display:block}}@media (min-width:1025px){.redeye-nav-actions{display:none}}@media (max-width:1024px){.redeye-desktop-only{display:none}}@media (max-width:767px){.redeye-section-title{font-size:28px}.redeye-products-inner{text-align:center;grid-template-columns:1fr}.redeye-product-slide{text-align:center;flex-direction:column;gap:24px}.redeye-product-img{max-height:350px}.redeye-contact-inner{grid-template-columns:1fr;gap:30px}.redeye-form-row{grid-template-columns:1fr}.redeye-carousel-track{min-height:280px}.redeye-carousel-img{max-height:280px}.redeye-hero{min-height:80vh}.redeye-hero-logo{width:70vw!important;max-width:400px!important}.redeye-footer-bottom{text-align:center;flex-direction:column;gap:16px}.redeye-modal{max-width:95%}.redeye-popup-title{font-size:22px}.redeye-popup-input,.redeye-popup-verify-btn{font-size:14px}}@media (max-width:430px){.redeye-verify-popup{padding:35px 20px}}
.losthills-page{color:#fff;background-color:#0a0a0a;flex-direction:column;min-height:100vh;margin:0;padding:0;font-family:Poppins,sans-serif;display:flex}.losthills-content{flex-direction:column;flex:1;justify-content:center;align-items:center;padding:40px 20px;display:flex}.losthills-logo-container{text-align:center;margin-bottom:30px}.losthills-brand-title{letter-spacing:8px;color:#fff;text-transform:uppercase;margin:0;font-size:48px;font-weight:700}.losthills-modal-brand{color:#fff;letter-spacing:3px;margin:10px 0 5px;font-size:22px;font-weight:700}.losthills-heading{text-align:center;letter-spacing:2px;margin:0 0 30px;font-size:32px;font-weight:700}.losthills-form-container{width:100%;max-width:480px;padding:0 15px}.losthills-form{position:relative}.losthills-input{color:#fff;box-sizing:border-box;background-color:#ffffff14;border:1px solid #ffffff26;border-radius:8px;outline:none;width:100%;height:55px;padding:5px 130px 5px 20px;font-family:Poppins,sans-serif;font-size:14px;transition:border-color .3s}.losthills-input::placeholder{color:#fff6}.losthills-input:focus{border-color:#fff6}.losthills-verify-btn{color:#000;cursor:pointer;background:#fff;border:0;border-radius:6px;outline:none;width:116px;height:38px;margin:0;padding:0;font-family:Poppins,sans-serif;font-size:14px;font-weight:600;text-decoration:none;transition:opacity .3s;display:inline-block;position:absolute;bottom:8px;right:8px}.losthills-verify-btn:hover{opacity:.85}.losthills-verify-btn:disabled{opacity:.5;cursor:not-allowed}.losthills-footer{text-align:center;border-top:1px solid #ffffff1a;padding:20px}.losthills-footer p{color:#ffffff80;margin:0;font-size:14px}.losthills-modal-overlay{z-index:9999;background:#000000b3;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.losthills-modal{text-align:center;background:#1a1a1a;border:1px solid #ffffff1a;border-radius:16px;flex-direction:column;align-items:center;width:100%;max-width:400px;margin:0 auto;padding:30px 20px;display:flex;position:relative}.losthills-modal-close{color:#ffffff80;cursor:pointer;background:0 0;border:none;font-size:28px;line-height:1;position:absolute;top:10px;right:15px}.losthills-modal-close:hover{color:#fffc}.losthills-modal-icon{width:85px;height:auto;margin:10px 0}.losthills-modal-red-x{color:#fff;background:#e74c3c;border-radius:50%;justify-content:center;align-items:center;width:85px;height:85px;margin:10px 0;font-size:48px;font-weight:700;display:flex}.losthills-modal h5{color:#f5f5f5;margin:10px 0;font-size:18px;font-weight:500}.losthills-serial{color:#ffffffb3;margin:10px 0 0;font-size:16px;font-weight:500}@media (max-width:767px){.losthills-heading{font-size:24px}.losthills-brand-title{letter-spacing:6px;font-size:36px}.losthills-form-container{max-width:400px}}
.aura-page{color:#fff;background-color:#0a0a0a;flex-direction:column;min-height:100vh;margin:0;padding:0;font-family:Poppins,sans-serif;display:flex}.aura-content{flex-direction:column;flex:1;justify-content:center;align-items:center;padding:40px 20px;display:flex}.aura-logo-container{text-align:center;margin-bottom:30px}.aura-brand-title{letter-spacing:8px;color:#fff;text-transform:uppercase;margin:0;font-size:48px;font-weight:700}.aura-modal-brand{color:#fff;letter-spacing:3px;margin:10px 0 5px;font-size:22px;font-weight:700}.aura-heading{text-align:center;letter-spacing:2px;margin:0 0 30px;font-size:32px;font-weight:700}.aura-form-container{width:100%;max-width:480px;padding:0 15px}.aura-form{position:relative}.aura-input{color:#fff;box-sizing:border-box;background-color:#ffffff14;border:1px solid #ffffff26;border-radius:8px;outline:none;width:100%;height:55px;padding:5px 130px 5px 20px;font-family:Poppins,sans-serif;font-size:14px;transition:border-color .3s}.aura-input::placeholder{color:#fff6}.aura-input:focus{border-color:#fff6}.aura-verify-btn{color:#000;cursor:pointer;background:#fff;border:0;border-radius:6px;outline:none;width:116px;height:38px;margin:0;padding:0;font-family:Poppins,sans-serif;font-size:14px;font-weight:600;text-decoration:none;transition:opacity .3s;display:inline-block;position:absolute;bottom:8px;right:8px}.aura-verify-btn:hover{opacity:.85}.aura-verify-btn:disabled{opacity:.5;cursor:not-allowed}.aura-footer{text-align:center;border-top:1px solid #ffffff1a;padding:20px}.aura-footer p{color:#ffffff80;margin:0;font-size:14px}.aura-modal-overlay{z-index:9999;background:#000000b3;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.aura-modal{text-align:center;background:#1a1a1a;border:1px solid #ffffff1a;border-radius:16px;flex-direction:column;align-items:center;width:100%;max-width:400px;margin:0 auto;padding:30px 20px;display:flex;position:relative}.aura-modal-close{color:#ffffff80;cursor:pointer;background:0 0;border:none;font-size:28px;line-height:1;position:absolute;top:10px;right:15px}.aura-modal-close:hover{color:#fffc}.aura-modal-icon{width:85px;height:auto;margin:10px 0}.aura-modal-red-x{color:#fff;background:#e74c3c;border-radius:50%;justify-content:center;align-items:center;width:85px;height:85px;margin:10px 0;font-size:48px;font-weight:700;display:flex}.aura-modal h5{color:#f5f5f5;margin:10px 0;font-size:18px;font-weight:500}.aura-serial{color:#ffffffb3;margin:10px 0 0;font-size:16px;font-weight:500}@media (max-width:767px){.aura-heading{font-size:24px}.aura-brand-title{letter-spacing:6px;font-size:36px}.aura-form-container{max-width:400px}}
.thca-page{color:#282828;background-color:#fff;flex-direction:column;min-height:100vh;margin:0;padding:0;font-family:Roboto,sans-serif;display:flex}.thca-header{z-index:999;background:#fff;position:sticky;top:0;box-shadow:inset 0 -1px #ddd}.thca-topbar{background:#282828;padding:8px 0}.thca-topbar-nav{justify-content:flex-end;align-items:center;gap:20px;max-width:1200px;margin:0 auto;padding:0 20px;display:flex}.thca-topbar-nav span{color:#fff;cursor:default;font-size:14px}.thca-navbar{align-items:center;max-width:1200px;margin:0 auto;padding:15px 20px;display:flex}.thca-nav-logo{width:95px;height:auto}.thca-hero{background:#fff;padding:40px 0}.thca-hero-img-container{justify-content:center;max-width:1200px;margin:0 auto;padding:0 20px;display:flex}.thca-hero-img{width:900px;max-width:100%;height:auto}.thca-verify-section{background:#f5f5f5;padding:50px 0}.thca-verify-container{grid-template-columns:1fr 1fr;align-items:center;gap:40px;max-width:1200px;margin:0 auto;padding:0 20px;display:grid}.thca-verify-info h6{color:#282828;margin:0 0 15px;font-size:16px;font-weight:500}.thca-verify-info h2{color:#282828;margin:0 0 20px;padding-bottom:15px;font-size:32px;font-weight:700;position:relative}.thca-verify-info h2:after{content:"";background:linear-gradient(90deg,#000 0%,#0000 100%);width:100%;height:1px;margin-top:15px;display:block}.thca-verify-form-wrapper{background:#fff;border:1px solid #ddd;padding:30px;box-shadow:0 10px 30px -15px #0003}.thca-verify-form{flex-direction:column;gap:15px;display:flex}.thca-input{box-sizing:border-box;background:0 0;border:1px solid #ddd;outline:none;min-height:44px;padding:5px 15px;font-family:Roboto,sans-serif;font-size:14px;transition:border-color .3s}.thca-input:focus{border-color:#ffcf02}.thca-verify-btn{color:#282828;cursor:pointer;background:#ffcf02;border:0;outline:none;justify-content:center;align-items:center;min-height:44px;padding:5px 20px;font-family:Roboto,sans-serif;font-size:16px;font-weight:500;transition:all .3s;display:inline-flex;box-shadow:0 5px 15px #0003}.thca-verify-btn:hover{color:#fff;background:#282828}.thca-verify-btn:disabled{opacity:.6;cursor:not-allowed}.thca-contact-section{background:#fff;padding:50px 0}.thca-contact-container{grid-template-columns:1fr 1fr;align-items:center;gap:40px;max-width:1200px;margin:0 auto;padding:0 20px;display:grid}.thca-contact-info h6{margin:0 0 15px;font-size:16px;font-weight:500}.thca-contact-info h2{margin:0;padding-bottom:15px;font-size:32px;font-weight:700;position:relative}.thca-contact-info h2:after{content:"";background:linear-gradient(90deg,#000 0%,#0000 100%);width:100%;height:1px;margin-top:15px;display:block}.thca-contact-form{background:#fff;border:1px solid #ddd;flex-direction:column;gap:15px;padding:30px;display:flex;box-shadow:0 10px 30px -15px #0003}.thca-contact-input{box-sizing:border-box;background:0 0;border:1px solid #ddd;outline:none;min-height:44px;padding:5px 15px;font-family:Roboto,sans-serif;font-size:14px}.thca-contact-input:focus{border-color:#ffcf02}.thca-contact-textarea{box-sizing:border-box;resize:vertical;background:0 0;border:1px solid #ddd;outline:none;padding:10px 15px;font-family:Roboto,sans-serif;font-size:14px}.thca-contact-textarea:focus{border-color:#ffcf02}.thca-send-btn{color:#282828;cursor:pointer;background:#ffcf02;border:0;justify-content:center;align-self:flex-start;align-items:center;min-height:44px;padding:5px 20px;font-family:Roboto,sans-serif;font-size:16px;font-weight:500;transition:all .3s;display:inline-flex;box-shadow:0 5px 15px #0003}.thca-send-btn:hover{color:#fff;background:#282828}.thca-footer{background:#282828;margin-top:auto;padding:50px 0 15px}.thca-footer-description{border:1px solid #ddd;max-width:1200px;margin:0 auto 30px;padding:30px 50px}.thca-footer-description p{color:#fff;text-align:center;opacity:.7;margin:0;font-size:14px;font-weight:300}.thca-footer-bottom{border-top:1px solid #424242;max-width:1200px;margin:0 auto;padding:15px 20px 0}.thca-footer-bottom p{color:#fff;opacity:.7;margin:0;font-size:14px;font-weight:300}.thca-modal-overlay{z-index:9999;background:#0009;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.thca-modal{text-align:center;background:#fff;border-radius:12px;flex-direction:column;align-items:center;width:100%;max-width:400px;margin:0 auto;padding:30px 20px;display:flex;position:relative;box-shadow:0 15px 40px #0000004d}.thca-modal-close{color:#999;cursor:pointer;background:0 0;border:none;font-size:28px;line-height:1;position:absolute;top:10px;right:15px}.thca-modal-close:hover{color:#333}.thca-modal-icon{width:85px;height:auto;margin:10px 0}.thca-modal-red-x{color:#fff;background:#e74c3c;border-radius:50%;justify-content:center;align-items:center;width:85px;height:85px;margin:10px 0;font-size:48px;font-weight:700;display:flex}.thca-modal h5{color:#282828;margin:10px 0;font-size:18px;font-weight:500}.thca-modal-logo{max-width:100px;height:auto;margin-top:5px}.thca-serial{color:#666;margin:10px 0 0;font-size:16px;font-weight:500}@media (max-width:991px){.thca-verify-container,.thca-contact-container{grid-template-columns:1fr;gap:20px}.thca-verify-info h2,.thca-contact-info h2{font-size:26px}}@media (max-width:767px){.thca-topbar-nav{justify-content:center;gap:15px}.thca-topbar-nav span{font-size:12px}.thca-verify-info h2,.thca-contact-info h2{font-size:22px}.thca-footer-description{margin-left:20px;margin-right:20px;padding:20px}}
.paradise-page{color:#333;background-color:#fff;flex-direction:column;min-height:100vh;margin:0;padding:0;font-family:Inter,sans-serif;display:flex;overflow-x:hidden}.paradise-hero{width:100%;height:100vh;position:relative;overflow:hidden}.paradise-video-wrapper{width:100%;height:100%;position:absolute;top:0;left:0}.paradise-video-desktop{width:100%;height:100%;position:relative}.paradise-video-desktop iframe{border:none;width:100%;height:100%;position:absolute;top:0;left:0}.paradise-video-mobile{width:100%;height:100%;display:none;position:relative}.paradise-video-mobile iframe{border:none;width:100%;height:100%;position:absolute;top:0;left:0}.paradise-unlock{background-color:#01bd6c;width:100%;padding:60px 20px 40px;position:relative}.paradise-unlock-bg{z-index:0;opacity:.15;background-position:50%;background-repeat:no-repeat;background-size:cover;width:100%;height:100%;position:absolute;top:0;left:0}.paradise-unlock-content{z-index:1;max-width:1200px;margin:0 auto;position:relative}.paradise-unlock-title{text-transform:uppercase;color:#fff;margin:0 0 40px;font-size:72px;font-weight:900;line-height:1}.paradise-carousel{width:100%;margin:30px 0;overflow:hidden}.paradise-carousel-track{gap:20px;width:max-content;display:flex}.paradise-carousel-item{border-radius:12px;flex-shrink:0;width:250px;overflow:hidden}.paradise-carousel-img{border-radius:12px;width:100%;height:auto}.paradise-welcome-text{color:#fff;max-width:800px;margin:20px 0 0;font-size:16px;line-height:1.6}.paradise-featured{background:#fff;padding:80px 20px}.paradise-featured-content{max-width:1200px;margin:0 auto}.paradise-section-title{text-transform:uppercase;color:#333;margin:0 0 40px;font-size:64px;font-weight:900;line-height:1}.paradise-featured-grid{grid-template-columns:repeat(3,1fr);gap:30px;display:grid}.paradise-featured-card{flex-direction:column;align-items:center;display:flex}.paradise-featured-img-wrapper{justify-content:center;width:100%;display:flex;position:relative}.paradise-featured-img{width:80%;max-width:270px;height:auto;transition:transform .3s;transform:rotate(20deg)}.paradise-featured-card:hover .paradise-featured-img{transform:rotate(15deg)scale(1.05)}.paradise-why{background:#fff;padding:80px 20px}.paradise-why-content{flex-wrap:wrap;align-items:flex-start;gap:40px;max-width:1200px;margin:0 auto;display:flex}.paradise-why-header,.paradise-why-text{flex:1;min-width:280px}.paradise-why-text p{color:#333;margin:0 0 15px;font-size:16px;line-height:1.6}.paradise-verify-section{background:linear-gradient(90deg,#315324,#005e36);padding:60px 20px}.paradise-verify-container{text-align:center;max-width:600px;margin:0 auto}.paradise-verify-heading{color:#fff;margin:0 0 30px;font-size:32px;font-weight:700}.paradise-verify-form{background:#fff;border-radius:8px;justify-content:center;align-items:center;gap:12px;padding:4px;display:flex}.paradise-input{color:#333;background:0 0;border:none;outline:none;flex:1;padding:12px 15px;font-family:Inter,sans-serif;font-size:16px}.paradise-input::placeholder{color:#999}.paradise-verify-btn{color:#fff;cursor:pointer;white-space:nowrap;background-color:#4a6c32;border:none;border-radius:6px;padding:12px 24px;font-family:Inter,sans-serif;font-size:16px;font-weight:500;transition:background .3s}.paradise-verify-btn:hover{background-color:#3a5c25}.paradise-verify-btn:disabled{opacity:.6;cursor:not-allowed}.paradise-follow{text-align:center;background-color:#01bd6c;padding:60px 20px}.paradise-follow-content h4{text-transform:uppercase;color:#fff;margin:0 0 10px;font-size:18px;font-weight:400}.paradise-follow-content h1{text-transform:uppercase;color:#fff;margin:0;font-size:56px;font-weight:900}.paradise-logo-section{background:#fff;padding:60px 20px}.paradise-logo-footer{justify-content:center;display:flex}.paradise-footer-logo{width:200px;height:auto}.paradise-footer{text-align:center;background:#333;padding:20px}.paradise-footer p{color:#ffffffb3;margin:0;font-size:14px}.paradise-modal-overlay{z-index:9999;background:#0009;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.paradise-modal{text-align:center;background:linear-gradient(90deg,#315324,#005e36);border-radius:15px;flex-direction:column;align-items:center;width:100%;max-width:400px;margin:0 auto;padding:30px 20px;display:flex;position:relative;box-shadow:0 15px 40px #0000004d}.paradise-modal-close{color:#fff9;cursor:pointer;background:0 0;border:none;font-size:28px;line-height:1;position:absolute;top:10px;right:15px}.paradise-modal-close:hover{color:#ffffffe6}.paradise-modal-icon{width:85px;height:auto;margin:10px 0}.paradise-modal-red-x{color:#fff;background:#e74c3c;border-radius:50%;justify-content:center;align-items:center;width:85px;height:85px;margin:10px 0;font-size:48px;font-weight:700;display:flex}.paradise-modal h5{color:#fff;margin:10px 0;font-size:18px;font-weight:500}.paradise-modal-logo{max-width:100px;height:auto;margin-top:5px}.paradise-serial{color:#fffc;margin:10px 0 0;font-size:16px;font-weight:500}@media (max-width:767px){.paradise-video-desktop{display:none}.paradise-video-mobile{display:block}.paradise-unlock-title{font-size:48px}.paradise-section-title{font-size:40px}.paradise-featured-grid{grid-template-columns:1fr;gap:40px}.paradise-featured-img{width:60%;max-width:230px}.paradise-follow-content h1{font-size:36px}.paradise-verify-heading{font-size:24px}.paradise-verify-form{flex-direction:column;gap:8px;padding:10px}.paradise-verify-btn{width:100%}.paradise-carousel-item{width:200px}}@media (min-width:768px) and (max-width:1023px){.paradise-unlock-title{font-size:56px}.paradise-section-title{font-size:50px}.paradise-featured-grid{grid-template-columns:repeat(2,1fr)}}
.legacy-page{background:#000 url(/images/legacy/bg.jpg) 50%/cover no-repeat;min-height:100vh;margin:0;padding:0}.legacy-main{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;display:flex}.legacy-header{width:100%}.legacy-logo-wrapper{justify-content:flex-end;max-width:1200px;margin:0 auto;padding:20px 20px 0;display:flex}.legacy-logo{z-index:1;width:170px;position:relative}.legacy-video-sec{text-align:center;width:100%}.legacy-videoframe{width:500px;height:500px;margin:0 auto;position:relative}.legacy-videoframe iframe{border:none;width:500px;height:500px;margin:-73px 0;position:absolute;top:0;left:50%;transform:translate(-50%)}.legacy-verified-icon{margin-top:-248px;position:relative}.legacy-verified-icon img{width:180px;max-width:100%;height:auto}.legacy-pop-btn{-webkit-backdrop-filter:blur(10px);color:#fff;cursor:pointer;background:linear-gradient(#f2ab1b 0%,#f3bd3d 51.92%,#f2ab1b 100%);border:1px solid #ffffff4d;border-radius:50px;margin-top:20px;padding:8px 28px;font-family:inherit;font-size:16px;font-weight:500;text-decoration:none;transition:background .3s,color .3s,transform .2s;display:inline-block}.legacy-pop-btn:hover{transform:scale(1.05)}.legacy-modal-overlay{z-index:9999;background:#0009;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.legacy-modal{background:#515151e6;border:1px solid #ffffff21;border-radius:22px;flex-direction:column;align-items:center;width:260px;max-height:300px;padding:16px;display:flex;position:relative;overflow:hidden}.legacy-modal-close{cursor:pointer;color:#c1c1c1;z-index:1;background:0 0;border:none;font-size:24px;line-height:1;position:absolute;top:5px;right:12px}.legacy-modal-close:hover{color:#fff}.legacy-results-list{flex-direction:column;gap:8px;width:100%;max-height:250px;padding:5px 0;display:flex;overflow-y:auto}.legacy-results-list::-webkit-scrollbar{width:6px}.legacy-results-list::-webkit-scrollbar-track{border-radius:10px;box-shadow:inset 0 0 5px gray}.legacy-results-list::-webkit-scrollbar-thumb{background:#ccc;border-radius:10px}.legacy-result-item{text-align:center;color:#fff;background:0 0;border:1px solid #929292;border-radius:5px;padding:8px 12px;font-size:14px;text-decoration:none;transition:background .3s,transform .2s;display:block}.legacy-result-item:hover{background:#292929;transform:scale(1.02)}@media (max-width:1000px){.legacy-logo{width:90px}.legacy-videoframe,.legacy-videoframe iframe{width:400px;height:400px}}@media (max-width:576px){.legacy-header{padding-top:10px}.legacy-videoframe{width:320px;height:320px;margin:-50px auto}.legacy-videoframe iframe{width:100%;height:320px;margin:0;top:31px}.legacy-verified-icon{margin-top:-100px}.legacy-verified-icon img{width:120px}}
