@import "https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800;900&display=swap";*{box-sizing:border-box;margin:0;padding:0}.landing-page{background:radial-gradient(circle,#0c2b5c 0%,#020714 100%);justify-content:center;align-items:center;width:100%;min-height:100vh;padding:40px 20px;font-family:Montserrat,Arial,sans-serif;display:flex;position:relative;overflow:hidden}.water-bubbles-background{z-index:1;pointer-events:none;position:absolute;inset:0}.bubble{background:#38bdf814;border:1px solid #ffffff0d;border-radius:50%;animation:14s linear infinite floatUpSlow;position:absolute;bottom:-40px}.bubble:first-child{width:22px;height:22px;animation-delay:0s;left:5%}.bubble:nth-child(2){width:14px;height:14px;animation-delay:4s;left:15%}.bubble:nth-child(3){width:30px;height:30px;animation-delay:1.5s;left:28%}.bubble:nth-child(4){width:18px;height:18px;animation-delay:7s;left:38%}.bubble:nth-child(5){width:25px;height:25px;animation-delay:3s;left:46%}.bubble:nth-child(6){width:15px;height:15px;animation-delay:9s;left:55%}.bubble:nth-child(7){width:32px;height:32px;animation-delay:.5s;left:63%}.bubble:nth-child(8){width:12px;height:12px;animation-delay:5s;left:72%}.bubble:nth-child(9){width:28px;height:28px;animation-delay:11s;left:80%}.bubble:nth-child(10){width:16px;height:16px;animation-delay:2s;left:87%}.bubble:nth-child(11){width:20px;height:20px;animation-delay:8s;left:93%}.bubble:nth-child(12){width:14px;height:14px;animation-delay:5.5s;left:98%}@keyframes floatUpSlow{0%{opacity:0;transform:translateY(0)scale(1)}10%{opacity:1}90%{opacity:1}to{opacity:0;transform:translateY(-115vh)scale(1.1)}}.flyer-container-box{z-index:2;text-align:center;flex-direction:column;align-items:center;gap:34px;width:100%;max-width:780px;display:flex;position:relative}.branding-header-graphic{justify-content:center;width:100%;display:flex}.company-text-banner-img{filter:drop-shadow(0 4px 10px #00000073);width:100%;max-width:480px;height:auto}.logo-artwork-center{justify-content:center;width:100%;margin-top:-15px;margin-bottom:-5px;display:flex}.company-logo-img{object-fit:contain;filter:drop-shadow(0 0 20px #38bdf866);width:auto;max-width:100%;height:200px}.copywriting-section{width:100%;max-width:650px}.company-slogan-text{color:#fff;letter-spacing:1px;text-shadow:0 2px 6px #000000b3;margin-bottom:14px;font-size:1.75rem;font-weight:900}.marketing-paragraph-text{color:#cbd5e1;font-size:1.15rem;font-weight:500;line-height:1.6}.highlight-cyan{color:#38bdf8;font-weight:700}.highlight-white{color:#fff;font-weight:700}.expanded-details-block{width:100%}.section-mini-heading{color:#38bdf8;letter-spacing:2.5px;text-transform:uppercase;margin-bottom:20px;font-size:1.05rem;font-weight:900}.services-grid-list{grid-template-columns:repeat(4,1fr);gap:16px;width:100%;display:grid}.service-card-item{text-align:center;background:#2d4da626;border-bottom:3px solid #2d4da6;border-radius:8px;padding:20px 12px;transition:transform .2s,background .2s}.service-card-item:hover{background:#2d4da640;transform:translateY(-4px)}.card-icon{margin-bottom:8px;font-size:1.8rem;display:block}.service-card-item h4{color:#fff;margin-bottom:6px;font-size:1rem;font-weight:900}.service-card-item p{color:#94a3b8;font-size:.85rem;font-weight:500;line-height:1.4}.trust-footer-banners{color:#e2e8f0;justify-content:center;gap:30px;margin-top:26px;font-size:.95rem;font-weight:600;display:flex}.action-button-footer{width:100%;max-width:500px}.cyan-unified-button{cursor:pointer;background:linear-gradient(#00f2fe 0%,#04b3ff 100%);border:none;border-radius:14px;flex-direction:column;justify-content:center;align-items:center;width:100%;padding:18px 10px;text-decoration:none;transition:transform .15s,box-shadow .15s;display:flex;box-shadow:0 8px 30px #00f2fe66,inset 0 2px 4px #fff6}.button-upper-label{color:#011f4b;letter-spacing:1.5px;font-size:.85rem;font-weight:900}.button-lower-phone{color:#011f4b;margin-top:3px;font-size:2.1rem;font-weight:900}.cyan-unified-button:hover{transform:translateY(-2px)scale(1.01);box-shadow:0 12px 35px #00f2fe99}.cyan-unified-button:active{transform:translateY(1px)}@media (width<=768px){.landing-page{align-items:flex-start;overflow-y:auto}.services-grid-list{grid-template-columns:repeat(2,1fr);gap:14px}.trust-footer-banners{flex-direction:column;gap:8px}.company-logo-img{height:150px}.company-slogan-text{font-size:1.4rem}}@media (width<=360px){.company-text-banner-img{max-width:290px}.company-logo-img{height:115px}.company-slogan-text{font-size:1.2rem}.button-lower-phone{font-size:1.55rem}.services-grid-list{grid-template-columns:1fr;gap:12px}}
