.card-nav-container{z-index:99;box-sizing:border-box;width:90%;max-width:800px;position:absolute;top:2em;left:50%;transform:translate(-50%)}.card-nav{will-change:height;background-color:#fff;border:.5px solid #ffffff1a;border-radius:.75rem;height:45px;padding:0;display:block;position:relative;overflow:hidden;box-shadow:0 4px 6px #0000001a}.card-nav-top{z-index:2;justify-content:space-between;align-items:center;height:45px;padding:.5rem .45rem .55rem 1.1rem;display:flex;position:absolute;top:0;left:0;right:0}.hamburger-menu{cursor:pointer;flex-direction:column;justify-content:center;align-items:center;gap:6px;height:100%;display:flex}.hamburger-menu:hover .hamburger-line{opacity:.75}.hamburger-line{transform-origin:50%;background-color:currentColor;width:30px;height:2px;transition:transform .25s,opacity .2s,margin .3s}.hamburger-menu.open .hamburger-line:first-child{transform:translateY(4px)rotate(45deg)}.hamburger-menu.open .hamburger-line:last-child{transform:translateY(-4px)rotate(-45deg)}.logo-container{align-items:center;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.logo{height:28px}.card-nav-cta-button{color:#fff;cursor:pointer;background-color:#111;border:none;border-radius:.4rem;height:100%;padding:0 1rem;font-weight:500;transition:background-color .3s}.card-nav-cta-button:hover{background-color:#333}.card-nav-content{visibility:hidden;pointer-events:none;z-index:1;align-items:flex-end;gap:12px;padding:.5rem;display:flex;position:absolute;top:90px;bottom:0;left:0;right:0}.card-nav.open .card-nav-content{visibility:visible;pointer-events:auto}.nav-card{-webkit-user-select:none;user-select:none;border-radius:.55rem;flex-direction:column;flex:1 1 0;gap:8px;min-width:0;height:100%;padding:12px 16px;display:flex;position:relative}.nav-card-label{letter-spacing:-.5px;font-size:22px;font-weight:400}.nav-card-links{flex-direction:column;gap:2px;margin-top:auto;display:flex}.nav-card-link{cursor:pointer;color:#fff;align-items:center;gap:6px;font-size:16px;text-decoration:none;transition:opacity .3s;display:inline-flex}.nav-card-link:hover{opacity:.75}@media (max-width:768px){.card-nav-container{width:90%;top:1.2em}.card-nav-top{justify-content:space-between;padding:.5rem 1rem}.hamburger-menu{order:2}.logo-container{order:1;position:static;transform:none}.card-nav-cta-button{display:none}.card-nav-content{flex-direction:column;justify-content:flex-start;align-items:stretch;gap:8px;padding:.5rem;bottom:0}.nav-card{flex:auto;height:auto;min-height:45px;max-height:none}.nav-card-label{font-size:18px}.nav-card-link{font-size:15px}}.footer{color:#fff;background:linear-gradient(135deg,#231f20 0%,#1a1617 100%);padding:3rem 2rem 2rem;position:relative;overflow:hidden}.footer:before{content:"";background:linear-gradient(90deg,#0000 0%,#ffffff1a 50%,#0000 100%);height:1px;position:absolute;top:0;left:0;right:0}.footer-container{justify-content:space-between;align-items:flex-start;gap:2rem;max-width:1200px;margin:0 auto;display:flex}.footer-left{flex-direction:column;flex:1;gap:1.5rem;display:flex}.footer-copyright{color:#fffc;font-size:.9rem;font-weight:400}.footer-contact{flex-direction:column;gap:1rem;display:flex}.contact-item{align-items:center;gap:.75rem;transition:all .3s;display:flex}.contact-item:hover{color:#ce222f;transform:translate(4px)}.contact-icon{color:#ce222f;flex-shrink:0;font-size:1rem}.contact-text{color:#ffffffe6;font-size:.95rem;font-weight:400}.footer-right{flex-shrink:0;align-items:center;display:flex}.footer-right-content{flex-direction:column;align-items:flex-end;gap:1.5rem;display:flex}.footer-links{align-items:center;gap:2rem;display:flex}.footer-link{color:#fffc;font-size:.9rem;font-weight:400;text-decoration:none;transition:all .3s;position:relative}.footer-link:hover{color:#ce222f;transform:translateY(-1px)}.footer-link:after{content:"";background-color:#ce222f;width:0;height:1px;transition:width .3s;position:absolute;bottom:-2px;left:0}.footer-link:hover:after{width:100%}.footer-logos{align-items:center;gap:2rem;display:flex}.footer-logo{width:auto;height:50px;transition:all .3s}.footer-logo:hover{opacity:1;filter:brightness(1.4);transform:translateY(-2px)}@media (max-width:768px){.footer{padding:2.5rem 1.5rem 1.5rem}.footer-container{text-align:center;flex-direction:column;align-items:center;gap:2rem}.footer-left{order:2;align-items:center}.footer-right{order:1}.footer-right-content{align-items:center}.footer-links{gap:1.5rem}.footer-contact{align-items:center}.contact-item:hover{transform:translateY(-2px)}}@media (max-width:600px){.footer{padding:2rem 1rem 1rem}.footer-links{gap:1rem}.footer-link{font-size:.85rem}.footer-logos{gap:1rem}.footer-logo{height:28px}.footer-contact{gap:.5rem}.contact-text{font-size:.9rem}.footer-copyright{font-size:.85rem}}@media (max-width:480px){.footer-logos{flex-wrap:wrap;justify-content:center;gap:.75rem}.footer-logo{height:24px}}.app-layout{flex-direction:column;min-height:100vh;display:flex}html{scroll-behavior:smooth;scroll-padding-top:100px}@media (prefers-reduced-motion:no-preference){html,*{scroll-behavior:smooth}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}.main-content{flex:1;min-height:calc(100vh - 200px)}.nav-placeholder{transition:height .3s cubic-bezier(.4,0,.2,1);overflow:hidden}.nav-wrapper{transition:all .3s cubic-bezier(.4,0,.2,1)}.nav-wrapper.fixed{position:relative}.nav-wrapper.floating{z-index:1000;animation:.3s cubic-bezier(.4,0,.2,1) forwards slideDownSmooth;position:fixed;top:0;left:0;right:0}@keyframes slideDownSmooth{0%{transform:translateY(-100px)}to{transform:translateY(0)}}.nav-wrapper.floating .card-nav-container{width:90%;max-width:800px;margin:0 auto}.nav-wrapper.floating .card-nav{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#231f20f2;box-shadow:0 8px 32px #0000004d}@media (max-width:768px){.nav-wrapper.floating .card-nav-container{width:95%}}.pixel-blast-container{width:100%;height:100%;position:relative;overflow:hidden}.hero-container{background-color:#231f20;width:100%;height:1000px;position:relative;overflow:hidden}.hero-content{z-index:10;justify-content:center;align-items:center;padding:2rem;display:flex;position:absolute;top:0;bottom:0;left:0;right:0}.hero-text-container{text-align:center;width:100%;max-width:900px}.hero-slogan{color:#ce222f;margin:0;font-size:max(1.1rem,min(2.5vw,1.5rem));font-weight:400;line-height:1.6}.hero-title{color:#fff;letter-spacing:-.02em;-webkit-text-fill-color:transparent;background:linear-gradient(135deg,#fff 0%,#f0f0f0 100%);-webkit-background-clip:text;background-clip:text;margin:0 0 2rem;font-size:max(2rem,min(8vw,5rem));font-weight:700;line-height:1.1}.hero-subtitle{color:#ffffffd9;text-shadow:0 1px 10px #0003;max-width:700px;margin:0 auto;font-size:max(1.1rem,min(2.5vw,1.5rem));font-weight:400;line-height:1.6}@media (max-width:768px){.hero-content{align-items:flex-start;padding:8rem 1rem 1rem}.hero-title{margin-bottom:1.5rem}.hero-text-container{max-width:100%}}@media (max-width:480px){.hero-content{padding-top:6rem}}.text-type{white-space:pre-wrap;display:inline-block}.text-type__cursor{opacity:1;margin-left:.25rem;display:inline-block}.text-type__cursor--hidden{display:none}.about-section{background:linear-gradient(135deg,#f8f9fa 0%,#e9ecef 100%);padding:80px 0}.about-container{max-width:1200px;margin:0 auto;padding:0 20px}.about-content{grid-template-columns:1fr 1fr;align-items:center;gap:60px;display:grid}.about-text{flex-direction:column;gap:24px;display:flex}.about-title{color:#231f20;margin-bottom:16px;font-size:2.5rem;font-weight:700;line-height:1.2}.about-description{color:#495057;margin:0;font-size:1.1rem;line-height:1.7}.about-features{flex-direction:column;gap:20px;margin-top:20px;display:flex}.feature-item{background:#fff;border-radius:12px;align-items:flex-start;gap:16px;padding:20px;transition:transform .2s,box-shadow .2s;display:flex;box-shadow:0 2px 8px #00000014}.feature-item:hover{transform:translateY(-2px);box-shadow:0 4px 16px #0000001f}.feature-icon{color:#ce222f;flex-shrink:0;margin-top:4px;font-size:1.5rem}.feature-item h4{color:#231f20;margin:0 0 8px;font-size:1.1rem;font-weight:600}.feature-item p{color:#6c757d;margin:0;font-size:.95rem;line-height:1.5}.about-stats{justify-content:center;align-items:center;display:flex}.stats-grid{grid-template-columns:repeat(2,1fr);gap:30px;width:100%;max-width:400px;display:grid}.stat-item{text-align:center;background:#fff;border-radius:16px;flex-direction:column;align-items:center;padding:30px 20px;transition:transform .3s,box-shadow .3s;display:flex;box-shadow:0 4px 16px #0000001a}.stat-item:hover{transform:translateY(-4px);box-shadow:0 8px 24px #00000026}.stat-icon{color:#ce222f;margin-bottom:12px;font-size:2rem}.stat-value{color:#231f20;margin-bottom:8px;font-size:2.2rem;font-weight:700;line-height:1}.stat-label{color:#6c757d;font-size:.9rem;font-weight:500;line-height:1.3}@media (max-width:968px){.about-content{text-align:center;grid-template-columns:1fr;gap:40px}.about-title{font-size:2.2rem}.stats-grid{grid-template-columns:repeat(4,1fr);max-width:none}.stat-item{padding:20px 15px}.stat-value{font-size:1.8rem}}@media (max-width:768px){.about-section{padding:60px 0}.about-container{padding:0 15px}.about-title{font-size:2rem}.stats-grid{grid-template-columns:repeat(2,1fr);gap:20px}.feature-item{padding:16px}.feature-item h4{font-size:1rem}.feature-item p{font-size:.9rem}}@media (max-width:480px){.about-title{font-size:1.8rem}.about-description{font-size:1rem}.stats-grid{gap:15px}.stat-item{padding:15px 10px}.stat-value{font-size:1.5rem}.stat-label{font-size:.8rem}}.services-section{background:linear-gradient(135deg,#f8f9fa 0%,#e9ecef 100%);padding:80px 0}.services-container{max-width:1200px;margin:0 auto;padding:0 20px}.services-header{text-align:center;margin-bottom:60px}.services-title{color:#231f20;margin-bottom:16px;font-size:2.5rem;font-weight:700;line-height:1.2}.services-subtitle{color:#6c757d;max-width:700px;margin:0 auto;font-size:1.2rem;line-height:1.6}.services-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:32px;margin-bottom:60px;display:grid}.service-card{background:#fff;border:1px solid #e9ecef;border-radius:16px;flex-direction:column;height:100%;transition:transform .3s,box-shadow .3s;display:flex;box-shadow:0 4px 20px #00000014}.service-card:hover{transform:translateY(-4px);box-shadow:0 8px 32px #0000001f}.service-icon{color:#fff;background:linear-gradient(135deg,#ce222f 0%,#a91d28 100%);border-radius:16px;flex-shrink:0;justify-content:center;align-items:center;width:60px;height:60px;margin:24px;font-size:1.5rem;display:flex}.service-content{flex-direction:column;flex-grow:1;margin:0 24px 24px;display:flex}.service-title{color:#231f20;margin-bottom:16px;font-size:1.4rem;font-weight:600;line-height:1.3}.service-description{color:#495057;flex-grow:1;margin-bottom:24px;font-size:1rem;line-height:1.6}.service-features{flex-direction:column;gap:12px;margin:0;padding:0;list-style:none;display:flex}.service-feature{color:#495057;align-items:center;gap:12px;font-size:.95rem;display:flex}.feature-check{color:#28a745;flex-shrink:0;font-size:1.1rem;background:0 0!important}.services-cta{background:#fff;border:1px solid #e9ecef;border-radius:16px;margin-top:50px;padding:48px;box-shadow:0 4px 20px #00000014}.services-cta-content{align-items:center;gap:48px;display:flex}.services-cta-image-container{border-radius:16px;flex-shrink:0;justify-content:center;align-items:center;width:160px;height:200px;display:flex;overflow:hidden}.services-cta-image{object-fit:contain;width:120%;height:120%;transition:transform .3s}.services-cta-image:hover{transform:scale(1.05)}.services-cta-text h3{color:#231f20;margin-bottom:12px;font-size:1.5rem;font-weight:600;line-height:1.3}.services-cta-text p{color:#495057;margin:0;font-size:1.1rem;line-height:1.6}@media (max-width:768px){.services-section{padding:60px 0}.services-container{padding:0 15px}.services-title{font-size:2.2rem}.services-subtitle{font-size:1.1rem}.services-grid{grid-template-columns:1fr;gap:24px}.service-icon{width:50px;height:50px;font-size:1.3rem}.service-title{font-size:1.3rem}.services-cta{padding:32px}.services-cta-content{text-align:center;flex-direction:column;gap:32px}.services-cta-image-container{align-self:center;width:120px;height:150px}}@media (max-width:480px){.services-title{font-size:2rem}.services-subtitle{font-size:1rem}.service-icon{width:45px;height:45px;font-size:1.2rem}.service-title{font-size:1.2rem}.service-description{font-size:.95rem}.services-cta{padding:24px}.services-cta-image-container{width:100px;height:120px}.services-cta-text h3{font-size:1.3rem}.services-cta-text p{font-size:1rem}}.plans-section{box-sizing:border-box;background:linear-gradient(135deg,#f8f9fa 0%,#e9ecef 100%);align-items:center;min-height:100vh;padding:6rem 2rem;display:flex}.plans-section *,.plans-section :before,.plans-section :after{box-sizing:border-box}.plans-container{width:100%;max-width:1800px;margin:0 auto}.plans-header{text-align:center;margin-bottom:4rem}.plans-title{color:#231f20;letter-spacing:-.02em;margin:0 0 1rem;font-size:max(2.5rem,min(6vw,4rem));font-weight:700}.plans-subtitle{color:#6c757d;max-width:600px;margin:0 auto;font-size:max(1.1rem,min(2.5vw,1.3rem));line-height:1.6}.plans-grid{grid-template-columns:repeat(2,1fr);align-items:start;gap:3rem;max-width:1200px;margin:0 auto;display:grid}.plan-card{box-sizing:border-box;background:#fff;border:1px solid #fff3;border-radius:1rem;flex-direction:column;height:100%;padding:2rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;box-shadow:0 4px 20px #00000014}.plan-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #00000026}.plan-card.recommended{z-index:2;transform-origin:50%;border:2px solid #ce222f;transform:scale(1.01)}.plan-card.recommended:hover{transform:scale(1.01)translateY(-8px)}.recommended-badge{color:#fff;z-index:3;background:linear-gradient(135deg,#ce222f 0%,#a91d28 100%);border-radius:2rem;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:600;display:flex;position:absolute;top:-10px;left:50%;transform:translate(-50%);box-shadow:0 4px 12px #ce222f4d}.badge-icon{font-size:1rem}.plan-header{text-align:center;margin-bottom:2rem}.plan-title{color:#231f20;margin:0 0 .5rem;font-size:1.5rem;font-weight:700}.plan-subtitle{color:#6c757d;margin:0 0 1.5rem;font-size:.95rem;line-height:1.5}.plan-pricing{justify-content:center;align-items:baseline;gap:.5rem;display:flex}.plan-cost{color:#231f20;font-size:2.5rem;font-weight:800}.plan-period{color:#6c757d;font-size:.9rem}.plan-features{flex:1;margin-bottom:2rem}.plan-feature{align-items:center;gap:.75rem;margin-bottom:1rem;padding:.5rem 0;display:flex}.feature-icon{color:#fff;background:linear-gradient(135deg,#ce222f 0%,#a91d28 100%);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:1.5rem;height:1.5rem;font-size:.875rem;display:flex}.feature-text{color:#495057;font-size:.95rem;line-height:1.4}.plan-button{cursor:pointer;text-transform:uppercase;letter-spacing:.5px;border:none;border-radius:.75rem;width:100%;padding:1rem 2rem;font-size:1rem;font-weight:600;transition:all .3s}.plan-button.primary{color:#fff;background:linear-gradient(135deg,#ce222f 0%,#a91d28 100%);box-shadow:0 4px 15px #ce222f4d}.plan-button.primary:hover{background:linear-gradient(135deg,#a91d28 0%,#8b1821 100%);transform:translateY(-2px);box-shadow:0 6px 20px #ce222f66}.plan-button.secondary{color:#231f20;background:#f8f9fa;border:2px solid #e9ecef}.plan-button.secondary:hover{color:#ce222f;background:#e9ecef;border-color:#ce222f;transform:translateY(-2px)}.plan-button.premium{color:#fff;background:linear-gradient(135deg,#231f20 0%,#1a1617 100%);box-shadow:0 4px 15px #231f204d}.plan-button.premium:hover{background:linear-gradient(135deg,#1a1617 0%,#0f0c0d 100%);transform:translateY(-2px);box-shadow:0 6px 20px #231f2066}@media (max-width:900px){.plans-grid{gap:2rem;max-width:800px}.plan-card.recommended{transform:scale(1.01)}.plan-card.recommended:hover{transform:scale(1.01)translateY(-8px)}}@media (max-width:768px){.plans-section{padding:4rem 1rem}.plans-grid{gap:1.5rem;max-width:700px}.plan-card{padding:1.5rem}.plan-card.recommended{transform:none}.plan-card.recommended:hover{transform:translateY(-8px)}.plans-header{margin-bottom:3rem}.plan-cost{font-size:2.2rem}}@media (max-width:600px){.plans-grid{grid-template-columns:1fr;gap:2rem;max-width:500px}.plan-card{padding:1.5rem}.plan-cost{font-size:2rem}.recommended-badge{padding:.4rem .8rem;font-size:.8rem}}@media (max-width:480px){.plans-section{padding:3rem 1rem}.plans-grid{gap:1.5rem}.plan-card{padding:1.25rem}.plan-cost{font-size:1.8rem}.feature-text{font-size:.9rem}}.industries-section{background:#fff;padding:80px 0}.industries-container{max-width:1200px;margin:0 auto;padding:0 20px}.industries-header{text-align:center;margin-bottom:60px}.industries-title{color:#231f20;margin-bottom:16px;font-size:2.5rem;font-weight:700;line-height:1.2}.industries-subtitle{color:#6c757d;max-width:700px;margin:0 auto;font-size:1.2rem;line-height:1.6}.industries-grid{box-sizing:border-box;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:28px;margin-bottom:60px;display:grid}@media (max-width:600px){.industries-grid{grid-template-columns:1fr!important}}.industry-card{background:#fff;border:1px solid #e9ecef;border-radius:12px;flex-direction:column;height:100%;transition:transform .3s,box-shadow .3s;display:flex;box-shadow:0 2px 12px #0000000f}.industry-card:hover{transform:translateY(-3px);box-shadow:0 6px 24px #0000001a}.industry-icon{color:#fff;background:linear-gradient(135deg,#ce222f 0%,#a91d28 100%);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:50px;height:50px;margin:24px;font-size:1.3rem;display:flex}.industry-content{flex-direction:column;flex-grow:1;margin:0 24px 24px;display:flex}.industry-title{color:#231f20;margin-bottom:12px;font-size:1.3rem;font-weight:600;line-height:1.3}.industry-description{color:#495057;flex-grow:1;margin-bottom:20px;font-size:.95rem;line-height:1.6}.industry-specialties{flex-wrap:wrap;gap:8px;margin-top:auto;display:flex}.specialty-tag{color:#495057;background:#f8f9fa;border:1px solid #e9ecef;border-radius:20px;padding:6px 12px;font-size:.8rem;font-weight:500;transition:background-color .2s}.specialty-tag:hover{background:#e9ecef}.industries-cta{text-align:center;background:linear-gradient(135deg,#f8f9fa 0%,#e9ecef 100%);border:1px solid #e9ecef;border-radius:16px;padding:40px}.industries-cta h3{color:#231f20;margin-bottom:12px;font-size:1.5rem;font-weight:600}.industries-cta p{color:#6c757d;max-width:500px;margin-bottom:24px;margin-left:auto;margin-right:auto;font-size:1.1rem;line-height:1.6}.industries-cta-button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#ce222f 0%,#a91d28 100%);border:none;border-radius:8px;padding:14px 32px;font-size:1rem;font-weight:600;text-decoration:none;transition:transform .2s,box-shadow .2s;display:inline-block;box-shadow:0 2px 8px #ce222f4d}.industries-cta-button:hover{transform:translateY(-2px);box-shadow:0 4px 16px #ce222f66}.industries-cta-button:active{transform:translateY(0)}@media (max-width:768px){.industries-section{padding:60px 0}.industries-container{padding:0 15px}.industries-title{font-size:2.2rem}.industries-subtitle{font-size:1.1rem}.industries-grid{grid-template-columns:1fr;gap:20px;width:100%}.industry-card{box-sizing:border-box;width:100%;max-width:100%;padding:24px}.industry-icon{width:45px;height:45px;font-size:1.2rem}.industry-title{font-size:1.2rem}.industry-description{font-size:.9rem}.industries-cta{padding:32px 24px}}@media (max-width:480px){.industries-section{padding:40px 0}.industries-container{padding:0 10px}.industries-title{font-size:2rem}.industries-subtitle{font-size:1rem}.industries-grid{gap:16px;width:100%;grid-template-columns:1fr!important}.industry-card{box-sizing:border-box;padding:20px;width:100%!important;min-width:0!important;max-width:100%!important}.industry-icon{width:40px;height:40px;margin:20px 20px 16px;font-size:1.1rem}.industry-content{margin:0 20px 20px}.industry-title{font-size:1.1rem}.industry-specialties{gap:6px}.specialty-tag{padding:5px 10px;font-size:.75rem}.industries-cta h3{font-size:1.3rem}.industries-cta p{font-size:1rem}.industries-cta-button{padding:12px 24px;font-size:.95rem}}.cta-section{color:#fff;background:linear-gradient(135deg,#231f20 0%,#1a1617 100%);padding:180px 0;position:relative;overflow:hidden}.cta-section:before{content:"";pointer-events:none;background:url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 100 100\"><defs><pattern id=\"grid\" width=\"10\" height=\"10\" patternUnits=\"userSpaceOnUse\"><path d=\"M 10 0 L 0 0 0 10\" fill=\"none\" stroke=\"rgba%28255,255,255,0.03%29\" stroke-width=\"1\"/></pattern></defs><rect width=\"100\" height=\"100\" fill=\"url%28%23grid%29\"/></svg>");position:absolute;top:0;bottom:0;left:0;right:0}.cta-container{z-index:1;max-width:1200px;margin:0 auto;padding:0 20px;position:relative}.cta-content{grid-template-columns:1fr 1fr;align-items:center;gap:60px;display:grid}.cta-main{flex-direction:column;gap:24px;display:flex}.cta-title{-webkit-text-fill-color:transparent;background:linear-gradient(135deg,#fff 0%,#e9ecef 100%);-webkit-background-clip:text;background-clip:text;margin:0;font-size:2.8rem;font-weight:700;line-height:1.2}.cta-subtitle{color:#ffffffd9;margin:0;font-size:1.2rem;line-height:1.7}.cta-buttons{gap:16px;margin-top:16px;display:flex}.cta-button{cursor:pointer;border:none;border-radius:8px;align-items:center;gap:8px;padding:16px 32px;font-size:1.1rem;font-weight:600;text-decoration:none;transition:all .3s;display:flex;position:relative;overflow:hidden}.cta-button.primary{color:#fff;background:linear-gradient(135deg,#ce222f 0%,#a91d28 100%);box-shadow:0 4px 16px #ce222f4d}.cta-button.primary:hover{transform:translateY(-2px);box-shadow:0 6px 24px #ce222f66}.cta-button.secondary{color:#fff;background:0 0;border:2px solid #ffffff4d}.cta-button.secondary:hover{background:#ffffff1a;border-color:#ffffff80;transform:translateY(-2px)}.button-icon{font-size:1.2rem;transition:transform .3s}.cta-button:hover .button-icon{transform:translate(4px)}.cta-contact{justify-content:center;align-items:center;display:flex}.contact-grid{flex-direction:column;gap:24px;width:100%;max-width:350px;display:flex}.contact-icon{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;font-size:1.2rem;display:flex}.contact-details{flex-direction:column;gap:2px;display:flex}.contact-title{color:#ffffffb3;font-size:.9rem;font-weight:500}.contact-value{color:#fff;font-size:1.1rem;font-weight:600}.contact-subtitle{color:#fff9;font-size:.85rem}.cta-features{border-top:1px solid #ffffff1a;padding-top:40px}.feature-list{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:16px;display:grid}.feature-item{color:#231f20;align-items:center;gap:12px;font-size:1rem;display:flex}.feature-check{background:linear-gradient(135deg,#ce222f 0%,#a91d28 100%);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;font-size:.8rem;font-weight:700;display:flex}@media (max-width:968px){.cta-content{text-align:center;grid-template-columns:1fr;gap:40px}.cta-title{font-size:2.5rem}.contact-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;max-width:none;display:grid}}@media (max-width:768px){.cta-section{padding:60px 0}.cta-container{padding:0 15px}.cta-title{font-size:2.2rem}.cta-subtitle{font-size:1.1rem}.cta-buttons{flex-direction:column;align-items:center}.cta-button{justify-content:center;width:100%;max-width:300px}.contact-grid,.feature-list{grid-template-columns:1fr}}@media (max-width:480px){.cta-title{font-size:2rem}.cta-subtitle{font-size:1rem}.cta-button{padding:14px 24px;font-size:1rem}.contact-item{padding:16px}.contact-icon{width:35px;height:35px;font-size:1.1rem}}.snackbar{z-index:1001;opacity:0;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:12px;min-width:320px;max-width:480px;padding:0;font-family:inherit;position:fixed;top:2em;right:1em;transform:translate(calc(100% + 24px));box-shadow:0 8px 32px #0000001f,0 2px 8px #00000014}.snackbar--open{opacity:1;transform:translate(0)}.snackbar--success{color:#fff;background-color:#10b981;border:1px solid #ffffff1a}.snackbar--error{color:#fff;background-color:#ef4444;border:1px solid #ffffff1a}.snackbar__content{align-items:center;gap:14px;padding:16px 18px;display:flex}.snackbar__icon{flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;font-size:2em;display:flex}.snackbar__message{letter-spacing:-.01em;flex:1;font-size:15px;font-weight:500;line-height:1.5}.snackbar__close{color:inherit;cursor:pointer;opacity:.8;background:0 0;border:none;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;padding:6px;transition:all .2s;display:flex}.snackbar__close:hover{opacity:1;background-color:#ffffff26;transform:scale(1.05)}.snackbar__close:focus{outline-offset:2px;opacity:1;outline:2px solid #fff6}.snackbar__close:active{transform:scale(.95)}@media (max-width:1024px){.snackbar{min-width:280px;max-width:400px;right:20px}}@media (max-width:768px){.snackbar{border-radius:10px;min-width:auto;max-width:none;top:20px;left:16px;right:16px;transform:translateY(-120%)}.snackbar--open{transform:translateY(0)}.snackbar__content{gap:12px;padding:16px 18px}.snackbar__icon{width:20px;height:20px;font-size:16px}.snackbar__message{font-size:14px;line-height:1.4}}@media (max-width:480px){.snackbar{left:12px;right:12px}.snackbar__content{gap:10px;padding:14px 16px}.snackbar__message{font-size:13px}}@media (min-width:769px){.card-nav.open~* .snackbar,.card-nav.open+* .snackbar{top:280px}}.snackbar{will-change:transform,opacity}@media (prefers-reduced-motion:reduce){.snackbar{transition:opacity .2s}.snackbar__close:hover,.snackbar__close:active{transform:none}}.privacy-page{min-height:100vh}.privacy-header{text-align:center;background:linear-gradient(135deg,#231f20 0%,#2a2a2a 100%);padding:8rem 2rem 4rem;position:relative}.privacy-header-content{max-width:800px;margin:0 auto}.privacy-title{color:#fff;letter-spacing:-.02em;-webkit-text-fill-color:transparent;background:linear-gradient(135deg,#fff 0%,#f0f0f0 100%);-webkit-background-clip:text;background-clip:text;margin:0 0 1.5rem;font-size:max(2.5rem,min(6vw,4rem));font-weight:700;line-height:1.1}.privacy-subtitle{color:#ffffffd9;max-width:600px;margin:0 auto;font-size:max(1.1rem,min(2.5vw,1.3rem));font-weight:400;line-height:1.6}.privacy-content{color:#231f20;max-width:800px;margin:0 auto;padding:4rem 2rem}.privacy-section{margin-bottom:3rem}.privacy-section h2{color:#ce222f;letter-spacing:-.01em;margin:0 0 1rem;font-size:max(1.5rem,min(3vw,2rem));font-weight:600}.privacy-section p{color:#231f20;margin:0 0 1rem;font-size:max(1rem,min(2vw,1.1rem));line-height:1.7}.privacy-section h3{color:#231f20;letter-spacing:-.01em;margin:2rem 0 1rem;font-size:max(1.3rem,min(2.5vw,1.6rem));font-weight:600}.privacy-list{margin:1rem 0 1.5rem;padding-left:2rem;list-style:disc}.privacy-list li{color:#495057;margin-bottom:.75rem;font-size:max(1rem,min(2vw,1.1rem));line-height:1.7}.privacy-section strong{color:#231f20;font-weight:600}.privacy-section sup{vertical-align:super;font-size:.75em}@media (max-width:768px){.privacy-header{padding:6rem 1rem 3rem}.privacy-content{padding:3rem 1rem}.privacy-section{margin-bottom:2rem}}.terms-page{min-height:100vh}.terms-header{text-align:center;background:linear-gradient(135deg,#231f20 0%,#2a2a2a 100%);padding:8rem 2rem 4rem;position:relative}.terms-header-content{max-width:800px;margin:0 auto}.terms-title{color:#fff;letter-spacing:-.02em;-webkit-text-fill-color:transparent;background:linear-gradient(135deg,#fff 0%,#f0f0f0 100%);-webkit-background-clip:text;background-clip:text;margin:0 0 1.5rem;font-size:max(2.5rem,min(6vw,4rem));font-weight:700;line-height:1.1}.terms-subtitle{color:#ffffffd9;max-width:600px;margin:0 auto;font-size:max(1.1rem,min(2.5vw,1.3rem));font-weight:400;line-height:1.6}.terms-content{color:#231f20;max-width:800px;margin:0 auto;padding:4rem 2rem}.terms-section{margin-bottom:3rem}.terms-section h2{color:#ce222f;letter-spacing:-.01em;margin:0 0 1rem;font-size:max(1.5rem,min(3vw,2rem));font-weight:600}.terms-section h3{color:#231f20;letter-spacing:-.01em;margin:2rem 0 1rem;font-size:max(1.3rem,min(2.5vw,1.6rem));font-weight:600}.terms-section p{color:#231f20;margin:0 0 1rem;font-size:max(1rem,min(2vw,1.1rem));line-height:1.7}.terms-list{margin:1rem 0 1.5rem;padding-left:2rem;list-style:disc}.terms-list li{color:#495057;margin-bottom:.75rem;font-size:max(1rem,min(2vw,1.1rem));line-height:1.7}.terms-section strong{color:#231f20;font-weight:600}@media (max-width:768px){.terms-header{padding:6rem 1rem 3rem}.terms-content{padding:3rem 1rem}.terms-section{margin-bottom:2rem}}.human-trafficking-page{min-height:100vh}.human-trafficking-header{text-align:center;background:linear-gradient(135deg,#231f20 0%,#2a2a2a 100%);padding:8rem 2rem 4rem;position:relative}.human-trafficking-header-content{max-width:800px;margin:0 auto}.human-trafficking-title{color:#fff;letter-spacing:-.02em;-webkit-text-fill-color:transparent;background:linear-gradient(135deg,#fff 0%,#f0f0f0 100%);-webkit-background-clip:text;background-clip:text;margin:0 0 1.5rem;font-size:max(2.5rem,min(6vw,4rem));font-weight:700;line-height:1.1}.human-trafficking-subtitle{color:#ffffffd9;max-width:600px;margin:0 auto;font-size:max(1.1rem,min(2.5vw,1.3rem));font-weight:400;line-height:1.6}.human-trafficking-content{color:#fff;max-width:800px;margin:0 auto;padding:4rem 2rem}.human-trafficking-section{margin-bottom:3rem}.human-trafficking-section h2{color:#ce222f;letter-spacing:-.01em;margin:0 0 .625rem;font-size:max(1.5rem,min(3vw,2rem));font-weight:600}.human-trafficking-section h3{color:#ce222f;letter-spacing:-.01em;margin:2rem 0 1rem;font-size:max(1.3rem,min(2.5vw,1.6rem));font-weight:600}.human-trafficking-section h4{color:#444;letter-spacing:-.01em;margin:1.5rem 0 .5rem;font-size:max(1.1rem,min(2vw,1.3rem));font-weight:600}.human-trafficking-section p{color:#2a2a2a;margin:0 0 1rem;font-size:max(1rem,min(2vw,1.1rem));line-height:1.7}.trafficking-link{color:#ce222f;font-weight:500;text-decoration:none;transition:all .3s}.trafficking-link:hover{color:#ff4757;text-decoration:underline}.requirement-item{background:#ffffff0d;border-left:4px solid #ce222f;border-radius:8px;margin-bottom:2rem;padding:1.5rem}.sub-requirement{color:#333;background:#ffffff08;border-radius:6px;margin:1rem 0;padding:1rem;font-size:max(.95rem,min(1.8vw,1.05rem));line-height:1.6}.sub-requirement strong{color:#ce222f;font-weight:600}.determination-list{margin:1rem 0;padding-left:1.5rem}.determination-list li{color:#333;margin-bottom:.75rem;font-size:max(.95rem,min(1.8vw,1.05rem));line-height:1.6}.contact-info{border-radius:8px;margin-top:2rem;padding:1.5rem}.timeline-item{background:#ffffff08;border-left:4px solid #4caf50;border-radius:8px;margin-bottom:1.5rem;padding:1.25rem}.timeline-item h4{color:#4caf50;margin:0 0 .5rem;font-size:max(1rem,min(2vw,1.2rem));font-weight:600}.process-list{margin:.75rem 0 0 1.5rem;padding:0}.process-list li{color:#333;margin-bottom:.5rem;font-size:max(.95rem,min(1.8vw,1.05rem));line-height:1.6}.resource-item{background:#ce222f0d;border-left:4px solid #ce222f;border-radius:8px;margin-bottom:1.5rem;padding:1.25rem}.resource-item h4{color:#ce222f;margin:0 0 .5rem;font-size:max(1rem,min(2vw,1.2rem));font-weight:600}@media (max-width:768px){.human-trafficking-header{padding:6rem 1rem 3rem}.human-trafficking-content{padding:3rem 1rem}.human-trafficking-section{margin-bottom:2rem}.requirement-item{margin-bottom:1.5rem;padding:1rem}.sub-requirement{margin:.75rem 0;padding:.75rem}.contact-info{margin-top:1.5rem;padding:1rem}.timeline-item,.resource-item{margin-bottom:1rem;padding:1rem}}.checkout-page{min-height:100vh}.checkout-header{text-align:center;background:linear-gradient(135deg,#231f20 0%,#2a2a2a 100%);padding:8rem 2rem 4rem;position:relative}.checkout-header-content{max-width:800px;margin:0 auto}.checkout-title{color:#fff;letter-spacing:-.02em;-webkit-text-fill-color:transparent;background:linear-gradient(135deg,#fff 0%,#f0f0f0 100%);-webkit-background-clip:text;background-clip:text;margin:0 0 1.5rem;font-size:max(2.5rem,min(6vw,4rem));font-weight:700;line-height:1.1}.checkout-subtitle{color:#ffffffd9;max-width:600px;margin:0 auto;font-size:max(1.1rem,min(2.5vw,1.3rem));font-weight:400;line-height:1.6}.checkout-container{max-width:800px;min-height:calc(100vh - 260px);margin:0 auto;padding:4rem 2rem}.checkout-content{flex-direction:column;gap:2rem;display:flex}.plan-selection-section{background:#fff;border:1px solid #fff3;border-radius:1rem;padding:2rem;box-shadow:0 4px 20px #00000014}.section-title{color:#231f20;letter-spacing:-.01em;margin:0 0 1.5rem;font-size:max(1.5rem,min(3vw,2rem));font-weight:600}.plan-dropdown-container{margin-bottom:1.5rem}.plan-dropdown{color:#231f20;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#fff url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27none%27 viewBox=%270 0 20 20%27%3e%3cpath stroke=%27%236c757d%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%271.5%27 d=%27m6 8 4 4 4-4%27/%3e%3c/svg%3e") right 1rem center/1rem no-repeat;border:2px solid #e9ecef;border-radius:.75rem;outline:none;width:100%;padding:1rem 3rem 1rem 1.25rem;font-size:1rem;font-weight:500;transition:all .3s}.plan-dropdown:focus{border-color:#ce222f;box-shadow:0 0 0 3px #ce222f1a;outline:none!important}.plan-dropdown:hover{border-color:#ce222f}.plan-preview{color:#fff;background:linear-gradient(135deg,#ce222f 0%,#a91d28 100%);border-radius:.75rem;margin-top:1rem;padding:1.5rem}.preview-header{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.preview-title{color:#fff;margin:0;font-size:1.5rem;font-weight:700}.preview-price{color:#fff;font-size:1.25rem;font-weight:700}.preview-price span{opacity:.9;font-size:.9rem;font-weight:400}.preview-description{opacity:.95;margin:0;font-size:.95rem;line-height:1.6}.checkout-form{flex-direction:column;gap:2rem;display:flex}.form-section{background:#fff;border:1px solid #fff3;border-radius:1rem;padding:2rem;box-shadow:0 4px 20px #00000014}.form-row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.form-row.three-columns{grid-template-columns:1fr 1fr 120px}.form-row{margin-bottom:1.5rem}.form-row .form-group{margin-bottom:0}.form-group{margin-bottom:1.5rem}.form-group:last-child{margin-bottom:0}.form-label{color:#231f20;margin-bottom:.5rem;font-size:.95rem;font-weight:600;display:block}.form-input,.form-select{color:#231f20;box-sizing:border-box;background:#fff;border:2px solid #e9ecef;border-radius:.75rem;outline:none;width:100%;padding:1rem 1.25rem;font-size:1rem;transition:all .3s}.form-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.form-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.form-input:focus,.form-select:focus{border-color:#ce222f;box-shadow:0 0 0 3px #ce222f1a;outline:none!important}.form-input:hover,.form-select:hover{border-color:#ce222f}.form-input::placeholder{color:#6c757d}.form-select{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27none%27 viewBox=%270 0 20 20%27%3e%3cpath stroke=%27%236c757d%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%271.5%27 d=%27m6 8 4 4 4-4%27/%3e%3c/svg%3e");background-position:right 1rem center;background-repeat:no-repeat;background-size:1rem;padding-right:3rem}.form-submit{text-align:center;background:#fff;border:1px solid #fff3;border-radius:1rem;padding:2rem;box-shadow:0 4px 20px #00000014}.submit-button{color:#fff;cursor:pointer;text-transform:uppercase;letter-spacing:.5px;background:linear-gradient(135deg,#ce222f 0%,#a91d28 100%);border:none;border-radius:.75rem;width:100%;min-width:250px;padding:1.25rem 3rem;font-size:1.1rem;font-weight:600;transition:all .3s;box-shadow:0 4px 15px #ce222f4d}.submit-button:hover:not(:disabled){background:linear-gradient(135deg,#a91d28 0%,#8b1821 100%);transform:translateY(-2px);box-shadow:0 6px 20px #ce222f66}.submit-button:active:not(:disabled){transform:translateY(0)}.submit-button:disabled{cursor:not-allowed;box-shadow:none;background:#6c757d;transform:none}@media (max-width:768px){.checkout-header{padding:6rem 1rem 3rem}.checkout-container{padding:3rem 1rem}.plan-selection-section,.form-section,.form-submit{padding:1.5rem}.form-row{grid-template-columns:1fr;gap:0;margin-bottom:1.5rem}.form-row .form-group{margin-bottom:1rem}.form-row .form-group:last-child{margin-bottom:0}.form-row.three-columns{grid-template-columns:1fr}.preview-header{flex-direction:column;align-items:flex-start;gap:.5rem}.preview-price{font-size:1.1rem}.submit-button{width:100%;min-width:unset;padding:1rem 2rem}}@media (max-width:480px){.checkout-header{padding:4rem 1rem 2rem}.checkout-container{max-width:100%;padding:2rem 1rem}.plan-selection-section,.form-section,.form-submit{margin:0 .5rem;padding:1rem}.checkout-content{gap:1rem}.form-group{margin-bottom:1rem}.form-input,.form-select,.plan-dropdown{padding:.875rem 1rem;font-size:.95rem}.plan-dropdown,.form-select{padding-right:2.5rem}}.form-input:focus-visible{border-color:#ce222f;box-shadow:0 0 0 3px #ce222f1a;outline:none!important}.form-select:focus-visible{border-color:#ce222f;box-shadow:0 0 0 3px #ce222f1a;outline:none!important}.plan-dropdown:focus-visible{border-color:#ce222f;box-shadow:0 0 0 3px #ce222f1a;outline:none!important}.submit-button:focus-visible{outline-offset:2px;outline:2px solid #ce222f}.form-input.error,.form-select.error,.plan-dropdown.error{border-color:#dc3545;box-shadow:0 0 0 3px #dc35451a}.form-input.success,.form-select.success{border-color:#28a745;box-shadow:0 0 0 3px #28a7451a}.error-message{color:#dc3545;margin-top:.25rem;font-size:.875rem;font-weight:500;display:block}.error-message.plan-error{text-align:center;margin-top:1rem}.status-message{text-align:center;border-radius:.5rem;margin-bottom:1rem;padding:1rem;font-weight:500}.status-message.error{color:#721c24;background-color:#f8d7da;border:1px solid #f5c6cb}.status-message.success{color:#155724;background-color:#d4edda;border:1px solid #c3e6cb}.submit-button.loading{cursor:not-allowed;background:#6c757d;transform:none}.submit-button.loading:hover{background:#6c757d;transform:none;box-shadow:0 4px 15px #6c757d4d}.submit-another-button{color:#ce222f;cursor:pointer;text-transform:uppercase;letter-spacing:.5px;background:0 0;border:2px solid #ce222f;border-radius:.75rem;margin-top:1rem;padding:.75rem 2rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .3s}.submit-another-button:hover{color:#fff;background:#ce222f;transform:translateY(-1px);box-shadow:0 4px 15px #ce222f33}.submit-another-button:active{transform:translateY(0)}html{scroll-behavior:smooth}body{color:#fff;margin:0;font-family:Inter,Avenir,Helvetica,Arial,sans-serif}body ::selection{color:#fff;background-color:#231f20}