.navbar-header{position:fixed;top:0;left:0;right:0;z-index:50;width:100%;background:transparent}.navbar-container{display:flex;align-items:flex-start;justify-content:space-between;width:100%;max-width:1600px;margin:0 auto;padding:1.25rem 1.5rem;position:relative}@media (min-width: 768px){.navbar-container{padding:1.5rem 2rem}}@media (min-width: 1024px){.navbar-container{padding:1.5rem 3rem}}@media (min-width: 1280px){.navbar-container{padding:1.5rem 2rem}}.navbar-logo-section{display:flex;flex-direction:column;align-items:center;gap:.75rem;flex-shrink:0}.navbar-logo{display:flex;align-items:center;text-decoration:none}.navbar-logo-img{display:block;background-image:url(/img/southeast-logo.png);background-size:contain;background-repeat:no-repeat;background-position:center left;filter:drop-shadow(0 2px 8px rgba(0,0,0,.3));height:clamp(3.5rem,6vw,5rem);width:clamp(180px,22vw,280px)}@media (max-width: 480px){.navbar-logo-img{height:3.5rem;width:190px}}@media (min-width: 481px) and (max-width: 767px){.navbar-logo-img{height:4rem;width:220px}}@media (min-width: 768px) and (max-width: 1023px){.navbar-logo-img{height:4rem;width:220px}}@media (min-width: 1024px) and (max-width: 1279px){.navbar-logo-img{height:4.5rem;width:250px}}@media (min-width: 1280px){.navbar-logo-img{height:5rem;width:280px}}.navbar-facebook-link{display:none;align-items:center;gap:.5rem;padding:.5rem 1rem;color:#fffc;background:#ffffff14;border:1px solid rgba(255,255,255,.1);border-radius:9999px;text-decoration:none;font-family:Poppins,sans-serif;font-size:.8rem;font-weight:500;transition:all .3s ease}@media (min-width: 1024px){.navbar-facebook-link{display:flex}}.navbar-facebook-link:hover{color:#fff;background:#00a99b33;border-color:#00a99b66;transform:translateY(-2px)}.navbar-facebook-link svg{color:#00a99b}.navbar-right{display:none;align-items:center;gap:1.5rem}@media (min-width: 1024px){.navbar-right{display:flex}}.navbar-center{display:flex;align-items:center}.navbar-glass-container{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#ffffff14;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.12);border-radius:9999px;box-shadow:0 8px 32px #0000001a}.navbar-cta-buttons{display:flex;align-items:center;gap:1rem;flex-shrink:0}.navbar-mobile-btn{display:block;padding:.5rem;color:#fff;background:transparent;border:none;border-radius:.5rem;cursor:pointer;transition:background-color .3s ease}.navbar-mobile-btn:hover{background-color:#ffffff1a}@media (min-width: 1024px){.navbar-mobile-btn{display:none}}.navbar-drawer-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#000000d9;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);z-index:100}.navbar-drawer{position:fixed;right:0;top:0;height:100%;height:100dvh;width:100%;max-width:380px;background:linear-gradient(180deg,#1a1a1a,#0f0f0f);display:flex;flex-direction:column;z-index:101;box-shadow:-20px 0 60px #000c;overflow:hidden}.navbar-drawer-close{position:absolute;top:1.5rem;right:1.5rem;width:48px;height:48px;display:flex;align-items:center;justify-content:center;color:#ffffffb3;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:50%;cursor:pointer;transition:all .3s ease;z-index:10}.navbar-drawer-close:hover{color:#00a99b;background:#00a99b1a;border-color:#00a99b4d;transform:rotate(90deg)}.navbar-drawer-accent{position:absolute;top:0;left:0;width:4px;height:100%;background:linear-gradient(180deg,#00A99B 0%,rgba(0,169,155,.3) 50%,transparent 100%)}.navbar-drawer-nav{display:flex;flex-direction:column;padding:5rem 2.5rem 1rem;gap:0}.navbar-drawer-link{font-family:Poppins,sans-serif;font-size:1.35rem;font-weight:500;color:#ffffffd9;text-decoration:none;padding:.75rem 0;border-bottom:1px solid rgba(255,255,255,.06);transition:all .3s ease;position:relative}.navbar-drawer-link:before{content:"";position:absolute;left:-2.5rem;top:50%;transform:translateY(-50%);width:0;height:2px;background:#00a99b;transition:width .3s ease}.navbar-drawer-link:hover{color:#00a99b;padding-left:1rem}.navbar-drawer-link:hover:before{width:1.5rem}.navbar-drawer-cta{display:flex;flex-direction:column;gap:.75rem;padding:1.5rem 2.5rem;margin-top:auto}.navbar-drawer-footer{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:1.5rem 2.5rem 2rem;background:#0a0a0a;border-top:1px solid rgba(255,255,255,.1)}.navbar-drawer-logo{display:flex;justify-content:center}.navbar-drawer-logo-img{height:3.5rem!important;width:190px!important;opacity:.9}.navbar-drawer-facebook{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:.75rem 1.5rem;color:#ffffffe6;background:#00a99b26;border:1px solid rgba(0,169,155,.3);border-radius:9999px;text-decoration:none;font-family:Poppins,sans-serif;font-size:.9rem;font-weight:500;transition:all .3s ease}.navbar-drawer-facebook:hover{color:#fff;background:#00a99b40;border-color:#00a99b80}.navbar-drawer-facebook svg{color:#00a99b}.navbar-drawer-tagline{font-family:Poppins,sans-serif;font-size:.75rem;font-weight:400;color:#fff6;text-transform:uppercase;letter-spacing:.15em;text-align:center}.navbar-hide-scroll{transition:transform .4s cubic-bezier(.4,0,.2,1)}.navbar-hide-scroll.hidden{transform:translateY(-100%)}.navbar-hide-scroll.visible{transform:translateY(0)}.hero-section{position:relative;z-index:1;min-height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden;background:#0a0a0a}.hero-bg-wrapper{position:absolute;top:-10%;left:-10%;width:120%;height:120%;z-index:0;overflow:hidden}.hero-bg-video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center;filter:saturate(.9)}.hero-bg-grain{position:absolute;top:0;right:0;bottom:0;left:0;opacity:.03;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");pointer-events:none}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:linear-gradient(180deg,#0006,#0003 30%,#0000004d 70%,#000000b3),radial-gradient(ellipse at 30% 20%,rgba(0,169,155,.08) 0%,transparent 50%)}.hero-decorative{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;pointer-events:none;overflow:hidden}.hero-glow{position:absolute;border-radius:50%;filter:blur(100px)}.hero-glow-1{width:600px;height:600px;background:radial-gradient(circle,rgba(0,169,155,.15) 0%,transparent 70%);top:-200px;right:-100px}.hero-glow-2{width:400px;height:400px;background:radial-gradient(circle,rgba(0,169,155,.1) 0%,transparent 70%);bottom:-100px;left:-100px}.hero-content{position:relative;z-index:10;width:100%;max-width:1200px;margin:0 auto;padding:12rem 3rem 6rem}.hero-inner{display:flex;flex-direction:column;align-items:center;text-align:center}.hero-badge{display:inline-flex;align-items:center;gap:.75rem;padding:.75rem 1.5rem;background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:100px;margin-bottom:2.5rem}.hero-badge-dot{width:8px;height:8px;background:#00a99b;border-radius:50%;box-shadow:0 0 12px #00a99b99;animation:pulse-dot 2s ease-in-out infinite}@keyframes pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.2)}}.hero-badge span:last-child{font-family:Poppins,sans-serif;font-size:.875rem;font-weight:500;color:#fffc;letter-spacing:.05em;text-transform:uppercase}.hero-title{display:flex;flex-direction:column;gap:.25rem;margin-bottom:1.5rem}.hero-title-line{font-family:Poppins,sans-serif;font-size:clamp(3rem,8vw,6rem);font-weight:700;color:#fff;line-height:1.05;letter-spacing:-.03em}.hero-title-accent{background:linear-gradient(135deg,#00a99b,#66d9ce,#00a99b);background-size:200% 200%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:gradient-shift 8s ease infinite}@keyframes gradient-shift{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}.hero-divider{display:flex;align-items:center;gap:1.5rem;margin:2rem 0}.hero-divider-line{width:60px;height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent)}.hero-divider-icon{color:#00a99b;font-size:1rem;opacity:.8}.hero-subtitle{font-family:Poppins,sans-serif;font-size:clamp(1.125rem,2vw,1.375rem);font-weight:400;color:#ffffffbf;line-height:1.8;max-width:600px;margin-bottom:3rem;letter-spacing:.01em}.hero-buttons{display:flex;gap:1.25rem;flex-wrap:wrap;justify-content:center;margin-bottom:4rem}.hero-trust{display:flex;align-items:center;gap:2.5rem;padding:2rem 3rem;background:#ffffff08;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.06);border-radius:20px}.hero-trust-item{display:flex;flex-direction:column;align-items:center;gap:.25rem}.hero-trust-number{font-family:Poppins,sans-serif;font-size:1.75rem;font-weight:700;color:#00a99b;letter-spacing:-.02em}.hero-trust-label{font-family:Poppins,sans-serif;font-size:.75rem;font-weight:500;color:#ffffff80;text-transform:uppercase;letter-spacing:.1em}.hero-trust-divider{width:1px;height:40px;background:#ffffff1a}@media (max-width: 1024px){.hero-content{padding:10rem 2rem 5rem}.hero-trust{gap:2rem;padding:1.5rem 2rem}}@media (max-width: 768px){.hero-content{padding:9rem 1.5rem 4rem}.hero-badge{padding:.625rem 1.25rem;margin-bottom:2rem}.hero-badge span:last-child{font-size:.75rem}.hero-title-line{font-size:clamp(2.5rem,10vw,4rem)}.hero-divider{margin:1.5rem 0}.hero-divider-line{width:40px}.hero-subtitle{font-size:1rem;margin-bottom:2.5rem}.hero-buttons{flex-direction:column;width:100%;max-width:320px;margin-bottom:3rem}.hero-trust{flex-direction:column;gap:1.5rem;padding:1.5rem 2rem}.hero-trust-divider{width:60px;height:1px}.hero-trust-number{font-size:1.5rem}.hero-glow-1{width:300px;height:300px}.hero-glow-2{width:200px;height:200px}}@media (max-width: 480px){.hero-content{padding:8rem 1rem 3rem}.hero-title-line{font-size:2.25rem}.hero-subtitle{font-size:.9375rem;line-height:1.7}.hero-trust{width:100%;padding:1.25rem 1.5rem}}.coverage-section{position:relative;background:#fafbfc;overflow:hidden}.section-background{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;overflow:hidden}.bg-gradient-orb{position:absolute;border-radius:50%;filter:blur(100px);opacity:.2}.orb-1{width:600px;height:600px;background:radial-gradient(circle,#00A99B 0%,transparent 70%);top:-300px;left:-300px}.orb-2{width:800px;height:800px;background:radial-gradient(circle,#66d9ce 0%,transparent 70%);bottom:-400px;right:-400px}.coverage-header{text-align:center;padding:6rem 2rem 4rem;max-width:800px;margin:0 auto;position:relative;z-index:1}.coverage-title{font-family:Poppins,sans-serif;font-size:clamp(2.5rem,5vw,4rem);font-weight:700;color:#333;margin-bottom:1.5rem;font-size:4rem;line-height:1.1}.coverage-subtitle{font-family:Poppins,sans-serif;font-size:1.5rem;color:#64748b;line-height:1.6;max-width:600px;margin:0 auto}.split-screen-container{display:grid;grid-template-columns:1fr .95fr;min-height:80vh;position:relative}.bento-section{padding:3rem;display:flex;flex-direction:column;gap:2rem;background:#fafbfc}.bento-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;grid-auto-rows:minmax(140px,auto)}.bento-item{position:relative;background:#333;border-radius:16px;overflow:hidden;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 10px #0000000d;border:1px solid #e5e7eb}.bento-item:hover{box-shadow:0 10px 30px #0000001a;border-color:#00a99b}.bento-item:first-child{grid-column:span 2}.bento-bg-image{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center;opacity:.15;transition:opacity .3s ease;z-index:0}.bento-item:hover .bento-bg-image{opacity:.35}.bento-content{position:relative;z-index:1;height:100%;padding:1.5rem;display:flex;flex-direction:column}.bento-icon{width:40px;height:40px;background:linear-gradient(135deg,#00a99b,#66d9ce);border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:.75rem;transition:all .3s ease;transform-style:preserve-3d}.bento-icon svg{color:#fff;font-size:1.25rem}.bento-title{font-family:Poppins,sans-serif;font-size:1.6rem;font-weight:600;margin-bottom:.5rem;background:linear-gradient(135deg,#00a99b,#66d9ce);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1.2}.bento-description{font-family:Poppins,sans-serif;font-size:1rem;line-height:1.4;color:#fff;margin-bottom:1.25rem;flex-grow:1}.bento-link{display:inline-flex;align-items:center;gap:.25rem;font-family:Poppins,sans-serif;font-size:1rem;font-weight:600;color:#00a99b;background:linear-gradient(135deg,#00a99b,#66d9ce);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-decoration:none;transition:all .3s ease;margin-top:auto}.bento-link:hover{color:#008f82}.bento-link svg{transition:transform .3s ease}.bento-link:hover svg{transform:translate(3px)}.bottom-section{display:grid;grid-template-columns:1fr 1.5fr;gap:1.5rem;align-items:stretch}.savings-badge{background:linear-gradient(135deg,#00a99b,#66d9ce);border-radius:16px;padding:1.5rem;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:0 2px 10px #0000000d;border:1px solid #e5e7eb}.badge-number{font-family:Poppins,sans-serif;font-size:4rem;font-weight:700;color:#fff;text-shadow:0 1px 3px rgba(0,0,0,.7);line-height:1;margin-bottom:.25rem}.badge-text{font-family:Poppins,sans-serif;font-size:1rem;color:#fff;text-shadow:0 1px 3px rgba(0,0,0,.7);line-height:1.3}.cta-card{background:linear-gradient(145deg,#2a2a2a,#1a1a1a);color:#fff;border-radius:16px;padding:2rem 2.5rem;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:.75rem;border:1px solid rgba(255,255,255,.05)}.cta-card-badge{font-family:Poppins,sans-serif;font-size:.75rem;font-weight:600;color:#00a99b;text-transform:uppercase;letter-spacing:.1em;background:#00a99b1a;padding:.375rem 1rem;border-radius:100px;border:1px solid rgba(0,169,155,.2)}.cta-card h3{font-family:Poppins,sans-serif;text-shadow:0 1px 3px rgba(0,0,0,.7);font-size:1.5rem;font-weight:700;margin:0}.cta-card p{font-family:Poppins,sans-serif;text-shadow:0 1px 3px rgba(0,0,0,.7);font-size:1rem;color:#ffffffb3;margin:0}.cta-card-features{display:flex;gap:1.25rem;margin:.5rem 0}.cta-card-features span{font-family:Poppins,sans-serif;font-size:.8rem;font-weight:500;color:#fff9;white-space:nowrap}.cta-button{display:inline-flex;align-items:center;gap:.5rem;background:#00a99b;color:#fff;padding:1rem 2rem;border-radius:50px;font-family:Poppins,sans-serif;font-weight:600;font-size:1rem;text-decoration:none;text-shadow:0 1px 3px rgba(0,0,0,.7);transition:all .3s ease;margin-top:.5rem;white-space:nowrap;box-shadow:0 4px 20px #00a99b66;position:relative;overflow:hidden;z-index:0}.cta-button:hover{background:#00d4aa;transform:translateY(-2px)}.cta-button:before{content:"";position:absolute;top:0;left:-150%;width:150%;height:100%;background:linear-gradient(120deg,#fff0,#ffffff1a 20%,#fff3,#ffffff1a 80%,#fff0);transform:skew(-25deg);animation:shimmer-coverage 2.5s infinite;pointer-events:none;z-index:-1}@keyframes shimmer-coverage{0%{left:-150%}to{left:150%}}.cta-button:hover:before{animation-duration:1.5s;opacity:.8}.cta-button>*{position:relative;z-index:1}.image-section{position:relative;height:100%;overflow:hidden;background-color:#fafbfc;background-image:url(/img/coverage-side.png);background-size:auto 100%;background-position:center center;background-repeat:no-repeat}.image-section:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#00000026 15%,#0000 70%);z-index:1}.image-overlay{position:absolute;bottom:3rem;left:50%;transform:translate(-50%);background:#00a99bf2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:1.5rem 2.5rem;border-radius:100px;text-align:center;width:90%;max-width:500px;z-index:2}.image-overlay h3{font-family:Poppins,sans-serif;font-size:2rem;font-weight:800;color:#333;margin:0}@media (max-width: 1200px){.split-screen-container{grid-template-columns:1fr}.image-section{height:400px;order:-1}.bento-section{padding:2rem}}@media (max-width: 768px){.coverage-header{padding:4rem 1.5rem 3rem}.coverage-title{font-size:2rem}.coverage-subtitle{font-size:1.1rem}.bento-grid{grid-template-columns:1fr}.bento-item:first-child{grid-column:span 1}.bottom-section{grid-template-columns:1fr}.bento-section,.cta-card{padding:1.5rem}.cta-card-features{flex-direction:column;gap:.5rem}.image-overlay{bottom:2rem;padding:1rem 2rem}.image-overlay h3{font-size:1.1rem}}.whyus-section{position:relative;padding:6rem 0 8rem;background:#333;overflow:hidden}.whyus-background{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;overflow:hidden}.whyus-background .bg-pattern{position:absolute;width:100%;height:100%;background-image:radial-gradient(circle at 20% 80%,rgba(0,169,155,.05) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgba(102,217,206,.05) 0%,transparent 50%),radial-gradient(circle at 40% 40%,rgba(0,169,155,.03) 0%,transparent 50%)}.whyus-header{text-align:center;max-width:800px;margin:0 auto 3rem;padding:0 2rem}.whyus-header .section-label{display:inline-block;font-family:Poppins,sans-serif;font-size:1.25rem;font-weight:600;color:#00a99b;text-shadow:0 1px 3px rgba(0,0,0,.7);text-transform:uppercase;letter-spacing:.1em;margin-bottom:1rem}.whyus-header .whyus-title{font-family:Poppins,sans-serif;font-size:clamp(2.5rem,5vw,3.25rem);font-weight:700;color:#fff;margin-bottom:1rem;font-size:4rem;line-height:1.1}.whyus-header .title-gradient{background:linear-gradient(135deg,#00a99b,#66d9ce);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.whyus-header .whyus-subtitle{font-family:Poppins,sans-serif;font-size:1.25rem;color:#9a9fa6;text-shadow:0 1px 3px rgba(0,0,0,.7);line-height:1.6}.whyus-story{max-width:900px;margin:0 auto 4rem;padding:0 2rem}.whyus-story p{font-family:Poppins,sans-serif;font-size:1rem;color:#fff;text-shadow:0 1px 3px rgba(0,0,0,.7);text-align:center;line-height:1.7;margin-bottom:1.5rem}.whyus-story p:last-of-type{margin-bottom:0}.whyus-pillars{max-width:1200px;margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.pillar-card{background:linear-gradient(135deg,#696464,#66d9ce);border-radius:16px;padding:2.5rem 1.5rem;text-align:center;box-shadow:0 10px 30px #00000008;transition:transform .2s ease,box-shadow .2s ease}.pillar-card:hover{transform:translateY(-4px);box-shadow:0 15px 40px #0000000d}.pillar-icon{margin-bottom:1rem}.pillar-icon svg{width:48px;height:48px}.pillar-card h4{font-family:Poppins,sans-serif;font-size:1.5rem;font-weight:600;color:#333;margin-bottom:1rem}.pillar-card p{font-family:Poppins,sans-serif;font-size:1rem;color:#fff;line-height:1.6}.whyus-cta{max-width:1000px;margin:4rem auto 0;padding:0 2rem;display:flex;align-items:center;justify-content:space-between;gap:2rem;background:linear-gradient(145deg,#00a99b1a,#66d9ce0d);border:1px solid rgba(0,169,155,.2);border-radius:20px;padding:2.5rem 3rem}.whyus-cta-content h3{font-family:Poppins,sans-serif;font-size:1.75rem;font-weight:700;color:#fff;margin-bottom:.5rem}.whyus-cta-content p{font-family:Poppins,sans-serif;font-size:1rem;color:#ffffffb3;margin-bottom:1.5rem;max-width:500px}.whyus-cta-buttons{display:flex;gap:1rem;flex-wrap:wrap}.whyus-cta-badge{display:flex;align-items:center;gap:1rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:1.25rem 1.5rem;flex-shrink:0}.whyus-cta-badge .badge-icon{width:40px;height:40px;background:linear-gradient(135deg,#00a99b,#66d9ce);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.25rem;color:#fff}.whyus-cta-badge .badge-text{display:flex;flex-direction:column}.whyus-cta-badge .badge-text strong{font-family:Poppins,sans-serif;font-size:1rem;font-weight:600;color:#fff}.whyus-cta-badge .badge-text span{font-family:Poppins,sans-serif;font-size:.85rem;color:#fff9}@media (max-width: 1200px){.whyus-pillars{grid-template-columns:repeat(2,1fr)}.whyus-cta{flex-direction:column;text-align:center}.whyus-cta-content p{max-width:100%}.whyus-cta-buttons{justify-content:center}}@media (max-width: 768px){.whyus-section{padding:4rem 0 6rem}.whyus-header{margin-bottom:2.5rem}.whyus-header .whyus-title{font-size:2rem}.whyus-header .whyus-subtitle{font-size:1rem}.whyus-story{margin-bottom:3rem}.whyus-story p{font-size:1.05rem}.whyus-pillars{grid-template-columns:1fr;gap:1.5rem}.pillar-card{padding:2rem 1rem}.pillar-card h4{font-size:1.5rem}.pillar-card p{font-size:1.05rem}.whyus-cta{padding:2rem 1.5rem;margin:3rem 1rem 0}.whyus-cta-content h3{font-size:1.5rem}.whyus-cta-buttons{flex-direction:column;width:100%}}.reviews-section{position:relative;padding:6rem 0;background:#fff;overflow:hidden}.reviews-background{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;overflow:hidden}.bg-pattern{position:absolute;width:100%;height:100%;background-image:radial-gradient(circle at 20% 80%,rgba(0,169,155,.05) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgba(102,217,206,.05) 0%,transparent 50%),radial-gradient(circle at 40% 40%,rgba(0,169,155,.03) 0%,transparent 50%)}.reviews-header{text-align:center;max-width:800px;margin:0 auto 4rem;padding:0 2rem}.section-label{display:inline-block;font-family:Poppins,sans-serif;font-size:.875rem;font-weight:600;color:#00a99b;text-transform:uppercase;letter-spacing:.1em;margin-bottom:1rem}.reviews-title{font-family:Poppins,sans-serif;font-size:clamp(2.5rem,5vw,3.5rem);font-weight:700;color:#0a0a0a;margin-bottom:1rem;font-size:4rem;line-height:1.1}.reviews-subtitle{font-family:Poppins,sans-serif;font-size:1.25rem;color:#64748b;line-height:1.6}.reviews-container{max-width:1400px;margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.left-column{display:flex;flex-direction:column;gap:3rem}.featured-review{position:sticky;top:100px}.featured-card{background:linear-gradient(135deg,#0a0a0a,#1a1a1a);border-radius:24px;padding:3rem;position:relative;overflow:hidden;box-shadow:0 20px 60px #0003}.featured-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,rgba(0,169,155,.1) 0%,transparent 100%);pointer-events:none}.quote-icon{color:#00a99b;margin-bottom:2rem;opacity:.5}.review-content{position:relative;z-index:1}.review-text{font-family:Poppins,sans-serif;font-size:1.5rem;line-height:1.6;color:#ffffffe6;margin-bottom:2rem;font-weight:300}.reviewer-info{display:flex;align-items:center;gap:1.5rem;margin-bottom:2rem}.reviewer-image{width:80px;height:80px;border-radius:50%;object-fit:cover;border:3px solid rgba(255,255,255,.1)}.reviewer-details h4{font-family:Poppins,sans-serif;font-size:1.25rem;font-weight:600;color:#fff;margin-bottom:.25rem}.reviewer-details p{font-family:Poppins,sans-serif;font-size:.875rem;color:#fff9;margin-bottom:.5rem}.rating{display:flex;gap:.25rem}.star{transition:transform .2s ease}.star:hover{transform:scale(1.1)}.coverage-badge{display:inline-block;background:#00a99b33;color:#00a99b;padding:.5rem 1rem;border-radius:50px;font-family:Poppins,sans-serif;font-size:.875rem;font-weight:600;border:1px solid rgba(0,169,155,.3)}.reviews-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.review-card{background:#fff;border-radius:16px;padding:1.75rem;cursor:pointer;transition:all .3s ease;border:1px solid #e5e7eb;position:relative;overflow:hidden}.review-card.active{border-color:#00a99b;box-shadow:0 10px 30px #00a99b1a}.review-card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,rgba(0,169,155,.05) 0%,transparent 100%);opacity:0;transition:opacity .3s ease}.review-card:hover:after{opacity:1}.card-header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.card-image{width:48px;height:48px;border-radius:50%;object-fit:cover}.card-info h5{font-family:Poppins,sans-serif;font-size:1rem;font-weight:600;color:#0a0a0a;margin-bottom:.125rem}.card-info p{font-family:Poppins,sans-serif;font-size:.75rem;color:#64748b}.card-text{font-family:Poppins,sans-serif;font-size:.875rem;color:#64748b;line-height:1.5;margin-bottom:1rem}.card-footer{display:flex;justify-content:space-between;align-items:center}.card-rating{display:flex;gap:.125rem}.card-rating .star{width:16px;height:16px}.card-coverage{font-family:Poppins,sans-serif;font-size:.75rem;color:#00a99b;font-weight:600}.reviews-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;max-width:1000px;margin:2rem 0 0;padding:3rem 2rem;background:linear-gradient(135deg,#00a99b,#66d9ce);border-radius:24px;box-shadow:0 10px 40px #0000000d}.stat-item{text-align:center}.stat-item h3{font-family:Poppins,sans-serif;font-size:2.5rem;font-weight:700;color:#fff;text-shadow:0 1px 3px rgba(0,0,0,.7);margin-bottom:.5rem}.stat-item p{font-family:Poppins,sans-serif;font-size:1rem;color:#333;font-weight:500}@media (max-width: 768px){.left-column{display:contents}.featured-review{order:1}.reviews-grid{order:2}.reviews-stats{order:3;margin:3rem auto 0;max-width:1000px;padding:2rem;grid-template-columns:repeat(2,1fr)}}@media (max-width: 1024px){.reviews-container{grid-template-columns:1fr;gap:3rem}.featured-review{position:relative;top:0}.reviews-grid{grid-template-columns:1fr}.left-column{flex-direction:column}.reviews-stats{max-width:1000px;margin:3rem auto 0;padding:3rem;grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.reviews-section{padding:4rem 0}.reviews-header{margin-bottom:3rem}.reviews-title{font-size:2rem}.reviews-subtitle{font-size:1.1rem}.featured-card{padding:2rem}.review-text{font-size:1.25rem}.reviewer-image{width:60px;height:60px}.reviews-stats{grid-template-columns:repeat(2,1fr);padding:2rem;margin:3rem auto 0}.stat-item h3{font-size:2rem}}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}.review-card.active{animation:pulse 2s ease-in-out infinite}@media (prefers-reduced-motion: no-preference){.reviews-section{scroll-behavior:smooth}}.reviews-cta{max-width:1000px;margin:4rem auto 0;padding:2.5rem 3rem;display:flex;align-items:center;justify-content:space-between;gap:2rem;background:linear-gradient(145deg,#f8f9fa,#e9ecef);border:1px solid rgba(0,0,0,.05);border-radius:20px;box-shadow:0 10px 40px #0000000d}.reviews-cta-content h3{font-family:Poppins,sans-serif;font-size:1.5rem;font-weight:700;color:#333;margin-bottom:.5rem}.reviews-cta-content p{font-family:Poppins,sans-serif;font-size:1rem;color:#64748b;max-width:450px;line-height:1.6}.reviews-cta-buttons{display:flex;gap:1rem;flex-shrink:0}@media (max-width: 900px){.reviews-cta{flex-direction:column;text-align:center;padding:2rem;margin:3rem 1.5rem 0}.reviews-cta-content p{max-width:100%}.reviews-cta-buttons{flex-direction:column;width:100%}}.faq-section{position:relative;padding:6rem 0;background:#333;overflow:hidden}.faq-background{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;overflow:hidden}.faq-background .bg-pattern{position:absolute;width:100%;height:100%;background-image:radial-gradient(circle at 20% 80%,rgba(0,169,155,.08) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgba(102,217,206,.05) 0%,transparent 50%),radial-gradient(circle at 40% 40%,rgba(0,169,155,.03) 0%,transparent 50%)}.faq-header{text-align:center;max-width:800px;margin:0 auto 3rem;padding:0 2rem;position:relative;z-index:1}.faq-header .section-label{display:inline-block;font-family:Poppins,sans-serif;font-size:1rem;font-weight:600;color:#00a99b;text-transform:uppercase;letter-spacing:.1em;margin-bottom:1rem}.faq-title{font-family:Poppins,sans-serif;font-size:clamp(2.5rem,5vw,3.5rem);font-weight:700;color:#fff;margin-bottom:1rem;line-height:1.1}.faq-title .title-gradient{background:linear-gradient(135deg,#00a99b,#66d9ce);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.faq-subtitle{font-family:Poppins,sans-serif;font-size:1.125rem;color:#ffffffb3;line-height:1.6}.faq-categories{display:flex;justify-content:center;flex-wrap:wrap;gap:.75rem;max-width:900px;margin:0 auto 3rem;padding:0 2rem;position:relative;z-index:1}.category-tab{font-family:Poppins,sans-serif;font-size:.9rem;font-weight:500;color:#fff9;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:100px;padding:.75rem 1.5rem;cursor:pointer;transition:all .3s ease}.category-tab:hover{color:#fff;background:#ffffff1a;border-color:#fff3}.category-tab.active{color:#fff;background:linear-gradient(135deg,#00a99b,#008f82);border-color:transparent;box-shadow:0 4px 20px #00a99b4d}.faq-content{max-width:900px;margin:0 auto;padding:0 2rem;position:relative;z-index:1}.faq-list{display:flex;flex-direction:column;gap:1rem}.faq-item{background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:16px;overflow:hidden;transition:all .3s ease}.faq-item:hover{border-color:#00a99b4d;background:#ffffff0d}.faq-item.open{border-color:#00a99b66;background:#00a99b0d}.faq-question{width:100%;display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:1.5rem;font-family:Poppins,sans-serif;font-size:1.1rem;font-weight:600;color:#fff;background:transparent;border:none;cursor:pointer;text-align:left;transition:color .3s ease}.faq-question:hover{color:#00a99b}.faq-question .chevron{width:24px;height:24px;color:#00a99b;flex-shrink:0;transition:transform .3s ease}.faq-question .chevron.rotated{transform:rotate(180deg)}.faq-answer{overflow:hidden}.faq-answer p{font-family:Poppins,sans-serif;font-size:1rem;color:#ffffffbf;line-height:1.8;padding:0 1.5rem 1.5rem}.faq-cta{max-width:900px;margin:4rem auto 0;padding:2.5rem 3rem;display:flex;align-items:center;justify-content:space-between;gap:2rem;background:linear-gradient(145deg,#00a99b26,#66d9ce14);border:1px solid rgba(0,169,155,.25);border-radius:20px;position:relative;z-index:1}.faq-cta-content h3{font-family:Poppins,sans-serif;font-size:1.5rem;font-weight:700;color:#fff;margin-bottom:.5rem}.faq-cta-content p{font-family:Poppins,sans-serif;font-size:1rem;color:#ffffffb3;max-width:400px;line-height:1.6}.faq-cta-buttons{display:flex;gap:1rem;flex-shrink:0}@media (max-width: 900px){.faq-categories{gap:.5rem}.category-tab{font-size:.8rem;padding:.625rem 1.25rem}.faq-cta{flex-direction:column;text-align:center;padding:2rem;margin:3rem 1.5rem 0}.faq-cta-content p{max-width:100%}.faq-cta-buttons{flex-direction:column;width:100%}}@media (max-width: 768px){.faq-section{padding:4rem 0}.faq-header{margin-bottom:2rem}.faq-title{font-size:2rem}.faq-subtitle{font-size:1rem}.faq-categories{margin-bottom:2rem}.category-tab{font-size:.75rem;padding:.5rem 1rem}.faq-question{font-size:1rem;padding:1.25rem}.faq-answer p{font-size:.95rem;padding:0 1.25rem 1.25rem}}.cta-section{position:relative;padding:6rem 0;background:#333;overflow:hidden}.cta-background{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;overflow:hidden}.cta-bg-pattern{position:absolute;width:100%;height:100%;background-image:radial-gradient(circle at 10% 20%,rgba(0,169,155,.1) 0%,transparent 50%),radial-gradient(circle at 90% 80%,rgba(102,217,206,.08) 0%,transparent 50%),radial-gradient(circle at 50% 50%,rgba(0,169,155,.05) 0%,transparent 60%)}.cta-header{text-align:center;max-width:900px;margin:0 auto 3rem;padding:0 2rem;position:relative;z-index:1}.section-label{display:inline-block;font-family:Poppins,sans-serif;font-size:1rem;font-weight:600;color:#00a99b;text-transform:uppercase;letter-spacing:.1em;margin-bottom:1rem}.cta-title{font-family:Poppins,sans-serif;font-size:clamp(2rem,5vw,3.5rem);font-weight:700;color:#fff;margin-bottom:1rem;line-height:1.2}.title-gradient{background:linear-gradient(135deg,#00a99b,#66d9ce);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.cta-subtitle{font-family:Poppins,sans-serif;font-size:1.125rem;color:#fffc;line-height:1.6;max-width:700px;margin:0 auto}.cta-trust-badges{display:flex;justify-content:center;gap:2rem;margin-top:2rem;flex-wrap:wrap}.trust-badge{display:flex;align-items:center;gap:.5rem;font-family:Poppins,sans-serif;font-size:.875rem;font-weight:500;color:#ffffffe6}.trust-badge-icon{width:18px;height:18px;color:#00a99b}.cta-content-wrapper{max-width:1300px;margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:1fr 1.1fr;gap:4rem;align-items:start;position:relative;z-index:1}.cta-value-props{display:flex;flex-direction:column;gap:1.25rem}.value-prop-card{display:flex;align-items:flex-start;gap:1rem;padding:1.25rem;background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:12px;transition:all .3s ease}.value-prop-card:hover{background:#ffffff0f;border-color:#00a99b4d;transform:translate(5px)}.value-prop-icon{flex-shrink:0;width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#00a99b33,#66d9ce1a);border-radius:10px;color:#00a99b}.value-prop-icon svg{width:22px;height:22px}.value-prop-content h4{font-family:Poppins,sans-serif;font-size:1rem;font-weight:600;color:#fff;margin-bottom:.25rem}.value-prop-content p{font-family:Poppins,sans-serif;font-size:.875rem;color:#ffffffa6;line-height:1.5}.cta-testimonial{margin-top:1rem;padding:1.5rem;background:linear-gradient(135deg,#00a99b1f,#66d9ce0f);border:1px solid rgba(0,169,155,.25);border-radius:16px}.testimonial-stars{display:flex;gap:.25rem;margin-bottom:.75rem}.star-filled{width:18px;height:18px;color:#fbbf24;fill:#fbbf24}.testimonial-text{font-family:Poppins,sans-serif;font-size:1rem;font-style:italic;color:#ffffffe6;line-height:1.6;margin-bottom:1rem}.testimonial-author{display:flex;align-items:center;gap:.75rem}.testimonial-avatar{width:44px;height:44px;border-radius:50%;object-fit:cover;border:2px solid rgba(0,169,155,.4)}.testimonial-name{display:block;font-family:Poppins,sans-serif;font-size:.875rem;font-weight:600;color:#fff}.testimonial-location{font-family:Poppins,sans-serif;font-size:.75rem;color:#fff9}.cta-form-container{background:#fff;border-radius:20px;padding:2.5rem;box-shadow:0 25px 60px #0000004d}.form-header{text-align:center;margin-bottom:1.75rem;padding-bottom:1.5rem;border-bottom:1px solid #e5e7eb}.form-header h3{font-family:Poppins,sans-serif;font-size:1.5rem;font-weight:700;color:#0a0a0a;margin-bottom:.25rem}.form-header p{font-family:Poppins,sans-serif;font-size:.875rem;color:#64748b}.form-result-banner{display:flex;align-items:center;gap:.75rem;padding:1rem 1.25rem;border-radius:10px;font-family:Poppins,sans-serif;font-size:.9rem;font-weight:500;margin-bottom:1rem;line-height:1.4}.form-result-banner.success{background:#ecfdf5;color:#065f46;border:1px solid #a7f3d0}.form-result-banner.error{background:#fef2f2;color:#991b1b;border:1px solid #fecaca}.form-result-banner svg{flex-shrink:0}.submit-btn:disabled{opacity:.7;cursor:not-allowed;transform:none;box-shadow:none}.submit-btn:disabled:before{animation:none}.cta-form{display:flex;flex-direction:column;gap:1.25rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-group{display:flex;flex-direction:column}.form-group label{font-family:Poppins,sans-serif;font-size:.875rem;font-weight:600;color:#333;margin-bottom:.5rem}.form-group .required{color:#e02424;margin-left:.25rem}.form-group input,.form-group select,.form-group textarea{font-family:Poppins,sans-serif;font-size:.9rem;color:#0a0a0a;background:#f8f9fa;border:2px solid #e5e7eb;border-radius:10px;padding:.875rem 1rem;transition:all .3s ease}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#00a99b;background:#fff;box-shadow:0 0 0 4px #00a99b1a}.form-group input::placeholder,.form-group textarea::placeholder{color:#9ca3af}.form-group select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3Csvg width='16' height='16' fill='%2364748b' viewBox='0 0 24 24'%3E%3Cpath d='M7 10l5 5 5-5H7z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;background-size:16px 16px;cursor:pointer}.form-group select::-ms-expand{display:none}.form-group textarea{resize:vertical;min-height:80px}.checkbox-group{margin-top:.25rem}.checkbox-label{display:flex;align-items:center;gap:.75rem;cursor:pointer}.checkbox-label input[type=checkbox]{width:18px;height:18px;accent-color:#00A99B;cursor:pointer}.checkbox-text{font-family:Poppins,sans-serif;font-size:.875rem;color:#64748b;font-weight:400}.submit-btn{display:flex;flex-direction:column;align-items:center;justify-content:center;font-family:Poppins,sans-serif;color:#fff;background:linear-gradient(135deg,#00a99b,#008f82);border:none;border-radius:12px;padding:1.25rem 2rem;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden;margin-top:.5rem}.submit-btn .btn-text{font-size:1.25rem;font-weight:700;position:relative;z-index:1}.submit-btn .btn-subtext{font-size:.75rem;font-weight:400;opacity:.9;margin-top:.25rem;position:relative;z-index:1}.submit-btn:hover{transform:translateY(-3px);box-shadow:0 15px 35px #00a99b66}.submit-btn:active{transform:translateY(-1px)}.submit-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.2) 50%,transparent 100%);transform:skew(-20deg);animation:shimmer-cta 2s infinite;pointer-events:none}@keyframes shimmer-cta{0%{left:-100%}to{left:200%}}.submit-btn:hover:before{animation-duration:1.2s}.form-security{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:.75rem;padding-top:1rem;border-top:1px solid #e5e7eb}.security-icon{width:14px;height:14px;color:#00a99b}.form-security span{font-family:Poppins,sans-serif;font-size:.75rem;color:#9ca3af}.cta-phone-section{text-align:center;margin-top:4rem;padding-top:3rem;border-top:1px solid rgba(255,255,255,.1);position:relative;z-index:1}.cta-phone-section p{font-family:Poppins,sans-serif;font-size:1rem;color:#ffffffb3;margin-bottom:.75rem}.phone-link{display:inline-flex;align-items:center;gap:.75rem;text-decoration:none;transition:transform .3s ease}.phone-link:hover{transform:scale(1.05)}.phone-icon{width:28px;height:28px;color:#00a99b}.phone-number{font-family:Poppins,sans-serif;font-size:2rem;font-weight:700;color:#fff}.phone-availability{display:block;font-family:Poppins,sans-serif;font-size:.875rem;color:#ffffff80;margin-top:.5rem}@media (max-width: 1024px){.cta-content-wrapper{grid-template-columns:1fr;gap:3rem}.cta-value-props{order:2}.cta-form-container{order:1}}@media (max-width: 768px){.cta-section{padding:4rem 0}.cta-header{margin-bottom:2rem}.cta-title{font-size:2rem}.cta-subtitle{font-size:1rem}.cta-trust-badges{gap:1rem}.trust-badge{font-size:.75rem}.cta-form-container{padding:1.75rem;border-radius:16px}.form-header h3{font-size:1.25rem}.form-row{grid-template-columns:1fr}.submit-btn .btn-text{font-size:1.1rem}.value-prop-card{padding:1rem}.phone-number{font-size:1.5rem}}@media (max-width: 480px){.cta-trust-badges{flex-direction:column;gap:.75rem}.cta-form-container{padding:1.5rem}}@media (prefers-reduced-motion: no-preference){.cta-section{scroll-behavior:smooth}}.footer-section{background:#333;padding:4rem 2rem;color:#fff}.footer-container{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:2rem}.footer-brand .footer-logo{height:100px;object-fit:contain;transition:transform .2s ease}.footer-brand .footer-logo:hover{transform:scale(1.05)}.footer-nav{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center}.footer-link{font-family:Poppins,sans-serif;font-size:1.25rem;color:#fff;text-decoration:none;transition:color .2s ease,transform .2s ease}.footer-link:hover{color:#00a99b;transform:translateY(-2px)}.footer-facebook{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;color:#ffffffe6;background:#00a99b26;border:1px solid rgba(0,169,155,.3);border-radius:9999px;text-decoration:none;font-family:Poppins,sans-serif;font-size:.9rem;font-weight:500;transition:all .3s ease}.footer-facebook:hover{color:#fff;background:#00a99b40;border-color:#00a99b80;transform:translateY(-2px)}.footer-facebook svg{color:#00a99b}.footer-copy{font-family:Poppins,sans-serif;font-size:1rem;color:#00a99b}@media (max-width: 768px){.footer-section{padding:3rem 1.5rem}.footer-nav{gap:1rem}.footer-link{font-size:.875rem}.footer-copy{text-align:center;font-size:.75rem}}/*! tailwindcss v4.1.8 | MIT License | https://tailwindcss.com */@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-border-style:solid;--tw-outline-style:solid;--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial;--tw-ease:initial}}}@layer theme{:root,:host{--font-sans:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-mono:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--spacing:.25rem;--ease-out:cubic-bezier(0,0,.2,1);--ease-in-out:cubic-bezier(.4,0,.2,1);--default-transition-duration:.15s;--default-transition-timing-function:cubic-bezier(.4,0,.2,1);--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono);--shadow-glass:0 8px 32px #1f26875e;--backdrop-blur-glass:10px;--animate-shimmer:shimmer 2.5s infinite}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab,red,red)){::placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){-webkit-appearance:button;-moz-appearance:button;appearance:button}::file-selector-button{-webkit-appearance:button;-moz-appearance:button;appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.visible{visibility:visible}.absolute{position:absolute}.relative{position:relative}.static{position:static}.block{display:block}.hidden{display:none}.inline-flex{display:inline-flex}.h-4{height:calc(var(--spacing)*4)}.h-5{height:calc(var(--spacing)*5)}.min-h-screen{min-height:100vh}.w-4{width:calc(var(--spacing)*4)}.w-5{width:calc(var(--spacing)*5)}.transform{transform:var(--tw-rotate-x,)var(--tw-rotate-y,)var(--tw-rotate-z,)var(--tw-skew-x,)var(--tw-skew-y,)}.border{border-style:var(--tw-border-style);border-width:1px}.lowercase{text-transform:lowercase}.outline{outline-style:var(--tw-outline-style);outline-width:1px}.filter{filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)}.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter,display,visibility,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.ease-in-out{--tw-ease:var(--ease-in-out);transition-timing-function:var(--ease-in-out)}.ease-out{--tw-ease:var(--ease-out);transition-timing-function:var(--ease-out)}}@keyframes shimmer{0%{left:-150%}to{left:150%}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;margin:0;padding:0}body{margin:0;padding:0;font-family:Poppins,sans-serif;line-height:1.5;overflow-x:hidden}h1,h2,h3,h4,h5,h6{margin:0;line-height:1.2}#root{margin:0;padding:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.glass-card{-webkit-backdrop-filter:blur(var(--backdrop-blur-glass));backdrop-filter:blur(var(--backdrop-blur-glass));box-shadow:var(--shadow-glass);background:#ffffff1a;border:1px solid #fff3;border-radius:1rem}.shimmer-effect{position:relative;overflow:hidden}.shimmer-effect:before{content:"";animation:var(--animate-shimmer);background:linear-gradient(90deg,#0000,#fff3,#0000);position:absolute;top:0;right:0;bottom:0;left:0;transform:translate(-100%)}.shadow-text{text-shadow:0 1px 2px #000000b3}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-outline-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-drop-shadow-color{syntax:"*";inherits:false}@property --tw-drop-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:"*";inherits:false}@property --tw-ease{syntax:"*";inherits:false}
