#root{width:100%;margin:0;padding:0}.legal-page-wrap{background-color:#f8fafc;flex-direction:column;width:100%;min-height:100vh;display:flex}.legal-navbar{z-index:1000;background:#001b3d;border-bottom:1px solid #ffffff1a;height:64px;position:sticky;top:0;box-shadow:0 2px 8px #0000001f}.legal-nav-container{justify-content:space-between;align-items:center;max-width:1200px;height:100%;margin:0 auto;padding:0 24px;display:flex}.legal-nav-logo{object-fit:contain;width:auto;height:38px}.legal-nav-actions{align-items:center;gap:12px;display:flex}.legal-back-btn{color:#fff;cursor:pointer;background:#ffffff14;border:1px solid #fff3;border-radius:6px;align-items:center;gap:6px;padding:6px 14px;font-size:13.5px;font-weight:500;text-decoration:none;transition:all .2s;display:inline-flex}.legal-back-btn:hover{background:#ffffff2e;border-color:#fff6}.legal-main{flex:1;padding:36px 20px 60px}.legal-container{max-width:860px;margin:0 auto}.legal-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:40px 48px;box-shadow:0 4px 16px #001b3d0a}.legal-header{border-bottom:1px solid #e2e8f0;margin-bottom:32px;padding-bottom:24px}.legal-title{color:#001b3d;letter-spacing:-.3px;margin-bottom:8px;font-size:30px;font-weight:700}.legal-date{color:#64748b;font-size:13px}.legal-section{margin-bottom:28px}.legal-section:last-child{margin-bottom:0}.legal-section h2{color:#001b3d;margin-bottom:10px;font-size:18px;font-weight:700}.legal-section p{color:#334155;margin-bottom:12px;font-size:14.5px;line-height:1.7}.legal-section ul{margin-bottom:12px;padding-left:20px}.legal-section li{color:#334155;margin-bottom:6px;font-size:14px;line-height:1.65}.legal-section strong{color:#0f172a}.legal-contact-box{border:1px solid #e2e8f0;border-left:4px solid var(--color-yellow);background:#f8fafc;border-radius:8px;margin-top:14px;padding:18px 22px}.legal-contact-box h3{color:#001b3d;margin-bottom:10px;font-size:15px;font-weight:700}.legal-contact-box p{color:#475569;margin-bottom:6px;font-size:13.5px}.legal-contact-box a{color:#001b3d;font-weight:600;text-decoration:underline}.legal-contact-box a:hover{color:#004085}@media (width<=768px){.legal-main{padding:20px 12px 40px}.legal-card{border-radius:8px;padding:24px 18px}.legal-title{font-size:24px}.legal-section h2{font-size:16.5px}.legal-section p,.legal-section li{font-size:13.5px}.legal-nav-container{padding:0 16px}.legal-nav-logo{height:32px}.legal-back-btn span{font-size:12.5px}}:root{--color-navy-darkest:#001229;--color-navy-dark:#001b3d;--color-navy-primary:#002b5c;--color-navy-light:#0b3a6f;--color-navy-text:#082444;--color-navy-subtext:#4a637f;--color-navy-muted:#6c8299;--color-yellow:#ffbf00;--color-yellow-hover:#e5ac00;--color-yellow-light:#fff9e6;--color-yellow-border:#ffe082;--color-bg-white:#fff;--color-bg-light:#f4f8fc;--color-bg-pale-blue:#ebf3fa;--color-border-light:#d5e4f2;--color-border-card:#e1ecf6;--color-green:#2e9c54;--color-green-bg:#eef8f1;--color-green-border:#c8e8d2;--color-red:#d9383a;--color-red-bg:#fdf0f0;--color-red-border:#f7cdcd;--font-primary:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-handwriting:"Caveat", cursive, sans-serif;--container-max-width:1240px;--content-padding-x:24px;--radius-sm:6px;--radius-md:10px;--radius-lg:16px;--radius-xl:20px;--radius-pill:9999px;--shadow-sm:0 2px 5px #00204d0d;--shadow-card:0 4px 12px #00204d0f;--shadow-hover:0 8px 24px #00204d1f;--shadow-popular:0 8px 25px #ffbf004d}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px}body{font-family:var(--font-primary);color:var(--color-navy-text);background-color:var(--color-bg-white);line-height:1.5;overflow-x:hidden}.app-viewport{flex-direction:column;width:100%;min-height:100vh;display:flex}.page-container{background-color:var(--color-bg-white);flex-direction:column;width:100%;min-height:100vh;display:flex}.container{width:100%;max-width:var(--container-max-width);padding-left:var(--content-padding-x);padding-right:var(--content-padding-x);margin:0 auto}.section{width:100%;padding-top:56px;padding-bottom:56px;position:relative}.section-header-wrap{margin-bottom:28px}.section-title-row{align-items:center;gap:12px;display:flex}.section-title{color:var(--color-navy-primary);letter-spacing:-.3px;font-size:26px;font-weight:800;line-height:1.2}.section-yellow-line{background-color:var(--color-yellow);border-radius:2px;width:46px;height:3.5px;display:inline-block}.section-subtitle{color:var(--color-navy-subtext);margin-top:4px;font-size:14px;font-weight:500}.btn{font-family:var(--font-primary);cursor:pointer;border-radius:var(--radius-pill);white-space:nowrap;letter-spacing:-.1px;border:none;justify-content:center;align-items:center;padding:10px 22px;font-size:14px;font-weight:700;text-decoration:none;transition:all .25s cubic-bezier(.16,1,.3,1);display:inline-flex}.btn-yellow{background-color:var(--color-yellow);color:var(--color-navy-dark);box-shadow:0 4px 12px #ffbf0059}.btn-yellow:hover{background-color:var(--color-yellow-hover);transform:translateY(-2px);box-shadow:0 6px 18px #ffbf0073}.btn-outline-white{color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffff0d;border:1.5px solid #ffffffb3}.btn-outline-white:hover{background:#ffffff26;border-color:#fff;transform:translateY(-2px)}.btn-navy{background-color:var(--color-navy-primary);color:#fff;box-shadow:0 4px 12px #002b5c40}.btn-navy:hover{background-color:var(--color-navy-light);transform:translateY(-2px);box-shadow:0 6px 16px #002b5c59}.compact-card{background:var(--color-bg-white);border:1px solid var(--color-border-card);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);transition:transform .25s cubic-bezier(.16,1,.3,1),box-shadow .25s}.compact-card:hover{box-shadow:var(--shadow-hover);transform:translateY(-3px)}.carousel-nav-btn{border:1px solid var(--color-border-light);cursor:pointer;width:36px;height:36px;color:var(--color-navy-primary);background:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:all .2s;display:flex;box-shadow:0 2px 6px #00000014}.carousel-nav-btn:hover{background:var(--color-yellow);border-color:var(--color-yellow);color:var(--color-navy-dark);transform:scale(1.08)}@media (width<=992px){.section{padding-top:40px;padding-bottom:40px}.section-title{font-size:22px}}@media (width<=600px){:root{--content-padding-x:16px}.section{padding-top:32px;padding-bottom:32px}}.navbar{z-index:1000;background:linear-gradient(135deg,#001a3d 0%,#002652 100%);border-bottom:1px solid #ffffff1f;height:70px;transition:background-color .3s,border-color .3s,box-shadow .3s;position:sticky;top:0;box-shadow:0 4px 18px #000f2840}.navbar .nav-item a{color:#e8f1fc}.navbar .nav-item a:hover{color:var(--color-yellow)}.navbar .nav-item.active a{color:#fff}.navbar .nav-item.active a:after{background-color:var(--color-yellow)}.navbar .mobile-menu-toggle{color:#fff}.navbar.navbar-scrolled{-webkit-backdrop-filter:blur(12px);background:#001a3df5;border-bottom:1px solid #ffffff26;box-shadow:0 4px 22px #000a1e80}.navbar.navbar-scrolled .nav-item a{color:#e8f1fc}.navbar.navbar-scrolled .nav-item a:hover{color:var(--color-yellow)}.navbar.navbar-scrolled .nav-item.active a{color:#fff}.navbar.navbar-scrolled .nav-item.active a:after{background-color:var(--color-yellow)}.navbar.navbar-scrolled .mobile-menu-toggle{color:#fff}.nav-container{justify-content:space-between;align-items:center;height:100%;display:flex}.nav-logo-link{align-items:center;text-decoration:none;display:flex}.nav-logo{object-fit:contain;height:38px}.nav-links{align-items:center;gap:20px;list-style:none;display:flex}.nav-item a{padding:6px 0;font-size:12.5px;font-weight:700;text-decoration:none;transition:color .2s;position:relative}.nav-item.active a:after{content:"";border-radius:2px;width:100%;height:2.5px;position:absolute;bottom:0;left:0}.nav-btn{border-radius:var(--radius-pill);padding:8px 18px;font-size:12.5px;font-weight:700}.mobile-menu-toggle{color:var(--color-navy-primary);cursor:pointer;background:0 0;border:none;padding:6px;display:none}.hero-section{color:#fff;background:linear-gradient(135deg,#001a3d 0%,#002b5c 45%,#001633 100%);padding-top:60px;padding-bottom:35px;position:relative;overflow:hidden}.hero-section:before{content:"";pointer-events:none;background:radial-gradient(circle at 60% 40%,#1455aa59 0%,#0000 65%);width:60%;height:140%;position:absolute;top:-20%;right:-10%}.hero-main-row{z-index:2;justify-content:space-between;align-items:center;gap:36px;display:flex;position:relative}.hero-left{flex:54%;max-width:620px}.hero-heading{letter-spacing:-.8px;margin-bottom:14px;font-size:40px;font-weight:800;line-height:1.15}.hero-heading .title-white{color:#fff;display:block}.hero-heading .title-yellow{color:var(--color-yellow);display:block}.hero-subheading{color:#e2edf9;letter-spacing:-.2px;margin-bottom:6px;font-size:17px;font-weight:700}.hero-tagline{color:#9ec6f5;margin-bottom:14px;font-size:14px;font-weight:600}.hero-description{color:#cfe2f7;margin-bottom:24px;font-size:13.5px;line-height:1.6}.hero-buttons{align-items:center;gap:14px;margin-bottom:30px;display:flex}.hero-btn-primary{padding:11px 24px;font-size:13.5px}.hero-btn-video{gap:8px;padding:10px 22px;font-size:13.5px}.video-dot{background-color:#fff;border-radius:50%;width:7px;height:7px;display:inline-block}.hero-right{flex-direction:column;flex:48%;align-items:flex-end;max-width:580px;display:flex;position:relative}.hero-handwriting{font-family:var(--font-handwriting);color:#fff;text-align:right;text-shadow:0 2px 6px #00000080;margin-bottom:8px;margin-right:20px;font-size:24px;font-weight:700;line-height:1.1;transform:rotate(-3deg)}.hero-dashboard-preview{border-radius:var(--radius-md);background:0 0;border:none;outline:none;width:100%;transition:transform .3s cubic-bezier(.2,.8,.2,1),box-shadow .3s;position:relative;overflow:hidden;box-shadow:0 16px 40px #000f2673}.hero-dashboard-preview:hover{transform:translateY(-4px);box-shadow:0 22px 48px #000f268c}.hero-dashboard-img{object-fit:contain;border:none;outline:none;width:100%;height:auto;display:block}.hero-badges-container{flex-direction:column;align-items:flex-end;gap:6px;margin-top:14px;display:flex}.hero-badges-row{align-items:center;gap:10px;display:flex}.hero-badge-pill{background:#fff;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;padding:4px;transition:transform .2s;display:flex;box-shadow:0 3px 10px #00000040}.hero-badge-pill:hover{transform:scale(1.1)}.hero-cert-badge{object-fit:contain;width:100%;height:100%}.hero-badges-tag{color:#a3c5ea;letter-spacing:.3px;font-size:11px;font-weight:600}.hero-feature-bar{z-index:2;border-top:1px solid #ffffff26;justify-content:space-between;align-items:stretch;gap:12px;margin-top:24px;padding-top:22px;display:flex;position:relative}.hero-feat-item{text-align:center;border-radius:var(--radius-sm);flex-direction:column;flex:1;align-items:center;gap:6px;padding:8px 6px;transition:background .2s;display:flex}.hero-feat-item:hover{background:#ffffff0d}.hero-feat-icon{color:var(--color-yellow)}.hero-feat-text{color:#ddebf8;font-size:11.5px;font-weight:600;line-height:1.25}.whoweare-section{background-color:var(--color-bg-white)}.whoweare-grid{align-items:stretch;gap:24px;display:flex}.whoweare-left-col{flex:36%}.whoweare-subheading{color:var(--color-navy-primary);margin-bottom:12px;font-size:19px;font-weight:800;line-height:1.3}.whoweare-text{color:var(--color-navy-subtext);font-size:13.5px;line-height:1.65}.whoweare-center-grid{flex:38%;grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.whoweare-card{background:var(--color-bg-white);border:1px solid var(--color-border-card);border-radius:var(--radius-md);text-align:center;box-shadow:var(--shadow-sm);flex-direction:column;justify-content:center;align-items:center;gap:8px;padding:16px 8px;transition:transform .2s,box-shadow .2s;display:flex}.whoweare-card:hover{box-shadow:var(--shadow-hover);transform:translateY(-2px)}.whoweare-card-icon{color:var(--color-navy-primary)}.whoweare-card-label{color:var(--color-navy-primary);font-size:11.5px;font-weight:700;line-height:1.25}.whoweare-promo-card{background-color:var(--color-bg-pale-blue);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);border:1px solid #d6e5f3;flex-direction:column;flex:26%;justify-content:center;padding:24px 20px;display:flex}.whoweare-promo-title{color:var(--color-navy-primary);font-size:18px;font-weight:800;line-height:1.25}.whoweare-promo-line{background-color:var(--color-yellow);border-radius:2px;width:44px;height:3px;margin-top:12px}.features-section{background-color:#fafcfe;border-top:1px solid #edf3f9;border-bottom:1px solid #edf3f9}.features-layout{align-items:stretch;gap:20px;display:flex}.features-grid-col{flex:76%;grid-template-columns:repeat(6,1fr);gap:10px;display:grid}.feat-item-card{background:var(--color-bg-white);border-radius:var(--radius-md);text-align:center;border:1px solid #dfeaf4;flex-direction:column;justify-content:flex-start;align-items:center;gap:8px;min-height:80px;padding:12px 6px;transition:transform .2s,box-shadow .2s;display:flex;box-shadow:0 1px 3px #001e460a}.feat-item-card:hover{box-shadow:var(--shadow-hover);border-color:#c5dcf0;transform:translateY(-2px)}.feat-item-icon-wrap{width:40px;height:40px;color:var(--color-navy-primary);background:radial-gradient(circle,#fff9ea 15%,#ffebb8 100%);border:1px solid #ffe082;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:transform .25s cubic-bezier(.16,1,.3,1),background .25s,box-shadow .25s;display:flex;box-shadow:0 2px 6px #ffbf0029}.feat-item-card:hover .feat-item-icon-wrap{background:radial-gradient(circle,#fff4d1 0%,#ffdf94 100%);border-color:#ffca28;transform:scale(1.08);box-shadow:0 4px 10px #ffbf0042}.feat-item-title{color:var(--color-navy-primary);font-size:10.5px;font-weight:700;line-height:1.2}.features-promo-col{border-radius:var(--radius-lg);text-align:center;box-shadow:var(--shadow-sm);background:linear-gradient(#eaf3fb 0%,#dfeef9 100%);border:1px solid #cfe2f2;flex-direction:column;flex:24%;justify-content:center;align-items:center;gap:16px;padding:24px 16px;display:flex}.promo-target-wrap{background:radial-gradient(circle,#fffdf7 20%,#fff3d6 100%);border:2px solid #ffe082;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:76px;height:76px;transition:transform .3s cubic-bezier(.16,1,.3,1),box-shadow .3s;display:flex;box-shadow:0 4px 14px #ffbf0038}.features-promo-col:hover .promo-target-wrap{transform:scale(1.08)rotate(3deg);box-shadow:0 6px 20px #ffbf0059}.promo-target-svg{filter:drop-shadow(0 2px 4px #e5ac0033);display:block}.promo-top-text{color:var(--color-navy-primary);font-size:19px;font-weight:800;line-height:1.3}.promo-yellow-divider{background-color:var(--color-yellow);border-radius:2px;width:48px;height:3px}.promo-bot-text{color:var(--color-navy-primary);font-size:16px;font-weight:700;line-height:1.25}.benefits-section{background-color:var(--color-bg-white)}.benefits-cards-grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.benefit-card{background-color:var(--color-bg-light);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);border:1px solid #d9e8f5;flex-direction:column;gap:16px;padding:24px 20px;transition:transform .2s,box-shadow .2s;display:flex}.benefit-card:hover{box-shadow:var(--shadow-hover);transform:translateY(-3px)}.benefit-header{align-items:center;gap:10px;display:flex}.benefit-icon-badge{background:var(--color-yellow);width:32px;height:32px;color:var(--color-navy-dark);border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.benefit-title{color:var(--color-navy-primary);font-size:16px;font-weight:800}.benefit-list{flex-direction:column;gap:10px;list-style:none;display:flex}.benefit-list-item{color:var(--color-navy-text);align-items:flex-start;gap:10px;font-size:13px;font-weight:500;line-height:1.4;display:flex}.benefit-check-icon{background:var(--color-yellow);color:#001f48;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:17px;height:17px;margin-top:1px;display:flex}.beforeafter-section{background-color:#fafcfe}.beforeafter-row{justify-content:space-between;align-items:center;gap:20px;display:flex}.comp-card{border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);flex:1;align-items:center;gap:20px;padding:22px 24px;display:flex}.before-card{background-color:var(--color-red-bg);border:1px solid var(--color-red-border)}.after-card{background-color:var(--color-green-bg);border:1px solid var(--color-green-border)}.comp-img{object-fit:cover;border-radius:var(--radius-md);border:1px solid #0000000d;flex-shrink:0;width:160px;height:140px;transition:transform .25s,box-shadow .25s;box-shadow:0 4px 14px #001a3d14}.comp-card:hover .comp-img{transform:scale(1.02);box-shadow:0 8px 20px #001a3d1f}.comp-content{flex:1}.comp-heading{margin-bottom:12px;font-size:18px;font-weight:800}.before-card .comp-heading{color:var(--color-red)}.after-card .comp-heading{color:var(--color-green)}.comp-list{flex-direction:column;gap:8px;list-style:none;display:flex}.comp-item{color:var(--color-navy-text);align-items:center;gap:10px;font-size:13px;font-weight:600;display:flex}.comp-bullet{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:17px;height:17px;display:flex}.comp-bullet-red{background-color:var(--color-red);color:#fff}.comp-bullet-green{background-color:var(--color-green);color:#fff}.beforeafter-arrow{color:var(--color-navy-primary);flex-shrink:0;justify-content:center;align-items:center;display:flex}.pricing-section{background-color:var(--color-bg-white)}.pricing-grid{grid-template-columns:repeat(4,1fr);align-items:stretch;gap:20px;display:grid}.pricing-card{background:var(--color-bg-white);border:2px solid var(--color-border-card);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);flex-direction:column;justify-content:space-between;padding:26px 20px;transition:transform .25s cubic-bezier(.16,1,.3,1),border-color .25s,box-shadow .25s;display:flex;position:relative}.pricing-card.popular{border-color:var(--color-yellow);box-shadow:0 6px 20px #ffbf0038}.pricing-grid:hover .pricing-card:not(:hover){border-color:var(--color-border-card);box-shadow:var(--shadow-sm)}.pricing-card:hover{transform:translateY(-6px);border-color:var(--color-yellow)!important;box-shadow:0 12px 30px #ffbf0047,0 4px 14px #00204d14!important}.popular-badge{background-color:var(--color-yellow);color:var(--color-navy-dark);border-radius:var(--radius-pill);white-space:nowrap;padding:4px 16px;font-size:11px;font-weight:800;position:absolute;top:-12px;left:50%;transform:translate(-50%);box-shadow:0 2px 6px #0000001f}.pricing-plan-name{color:var(--color-navy-primary);text-align:center;margin-top:4px;font-size:18px;font-weight:800}.pricing-plan-sub{color:var(--color-navy-subtext);text-align:center;margin-bottom:18px;font-size:12.5px}.pricing-feat-list{flex-direction:column;gap:10px;margin-bottom:22px;list-style:none;display:flex}.pricing-feat-item{color:var(--color-navy-text);align-items:flex-start;gap:8px;font-size:12.5px;font-weight:500;display:flex}.pricing-check{color:var(--color-yellow);flex-shrink:0;margin-top:2px}.pricing-btn{width:100%;padding:10px 14px;font-size:13px}.custom-pricing-body{text-align:center;flex-direction:column;align-items:center;gap:10px;margin-top:10px;margin-bottom:20px;display:flex}.custom-icon{width:36px;height:36px;color:var(--color-navy-primary)}.custom-pricing-text{color:var(--color-navy-subtext);font-size:12.5px;line-height:1.5}.clients-section{background-color:#f8fafc;padding:56px 0}.clients-stats-grid{grid-template-columns:repeat(4,1fr);gap:20px;margin-bottom:28px;display:grid}.client-stat-card{text-align:center;background:#fff;border:1px solid #e2ecf6;border-radius:16px;padding:26px 18px;transition:transform .2s,box-shadow .2s;box-shadow:0 4px 16px #001e460a}.client-stat-card:hover{transform:translateY(-2px);box-shadow:0 6px 20px #001e4612}.stat-number{color:#00224f;letter-spacing:-.5px;margin-bottom:6px;font-size:32px;font-weight:900;line-height:1.1}.stat-label{color:#4a637f;font-size:13px;font-weight:600}.clients-cards-row-wrap{justify-content:space-between;align-items:center;gap:14px;display:flex;position:relative}.client-round-arrow-btn{color:#002855;cursor:pointer;background:#eff5fb;border:1px solid #d5e4f2;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;transition:all .2s cubic-bezier(.2,.8,.2,1);display:flex}.client-round-arrow-btn:hover{border-color:var(--color-yellow);color:var(--color-navy-dark);background:#fff;transform:scale(1.08);box-shadow:0 4px 12px #001e461f}.client-round-arrow-btn:active{transform:scale(.95)}.clients-cards-track{scrollbar-width:none;scroll-behavior:smooth;-ms-overflow-style:none;flex:1;align-items:center;gap:14px;display:flex;overflow-x:auto}.clients-cards-track::-webkit-scrollbar{display:none}.client-single-card{-webkit-user-select:none;user-select:none;background:#fff;border:1px solid #e2ecf6;border-radius:14px;flex:1 1 0;justify-content:center;align-items:center;min-width:140px;height:72px;padding:10px 20px;transition:transform .25s,box-shadow .25s,border-color .25s;display:flex;box-shadow:0 2px 10px #001e460a}.client-single-card:hover{border-color:#bed6ec;transform:translateY(-3px);box-shadow:0 8px 22px #001e4614}.client-single-logo{object-fit:contain;width:auto;max-width:125px;height:auto;max-height:40px;transition:transform .2s}.client-single-card:hover .client-single-logo{transform:scale(1.05)}.gallery-section{background-color:var(--color-bg-white)}.gallery-carousel-row{align-items:center;gap:16px;display:flex}.gallery-thumbnails-wrap{scroll-behavior:smooth;scrollbar-width:none;flex:1;grid-template-columns:repeat(5,1fr);gap:16px;padding:8px 2px;display:grid;overflow-x:auto}.gallery-thumbnails-wrap::-webkit-scrollbar{display:none}.gallery-thumb-card{cursor:pointer;flex-direction:column;align-items:center;gap:10px;transition:transform .25s;display:flex}.gallery-thumb-card:hover{transform:translateY(-4px)}.gallery-img-box{aspect-ratio:16/10;background:#0b1626;border:1.5px solid #e2edf7;border-radius:12px;width:100%;transition:box-shadow .25s,border-color .25s;position:relative;overflow:hidden;box-shadow:0 4px 14px #001e460d}.gallery-thumb-card:hover .gallery-img-box{border-color:#00356b;box-shadow:0 10px 25px #001e4626}.gallery-img-box img{object-fit:cover;width:100%;height:100%;display:block}.gallery-zoom-overlay{color:#fff;opacity:0;background:#001a3d80;justify-content:center;align-items:center;transition:opacity .25s;display:flex;position:absolute;inset:0}.gallery-thumb-card:hover .gallery-zoom-overlay{opacity:1}.gallery-label{color:var(--color-navy-primary);text-align:center;font-size:13px;font-weight:700}.gallery-modal-overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:2000;background:#000a19d9;justify-content:center;align-items:center;padding:24px;animation:.2s fadeIn;display:flex;position:fixed;inset:0}.gallery-modal-content{background:#0b1626;border:1px solid #fff3;border-radius:16px;flex-direction:column;width:100%;max-width:1040px;max-height:92vh;display:flex;overflow:hidden;box-shadow:0 25px 60px #000000b3}.gallery-modal-header{color:#fff;border-bottom:1px solid #ffffff1f;justify-content:space-between;align-items:center;padding:16px 24px;display:flex}.gallery-modal-title{color:#fff;margin-bottom:2px;font-size:17px;font-weight:800}.gallery-modal-subtitle{color:#a3c5ea;font-size:12.5px}.gallery-modal-close{color:#a3c5ea;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:6px;transition:color .2s,background-color .2s;display:flex}.gallery-modal-close:hover{color:#fff;background-color:#ffffff1a}.gallery-modal-body{background:#050b14;justify-content:center;align-items:center;padding:20px;display:flex;overflow:auto}.gallery-modal-body img{object-fit:contain;border-radius:8px;max-width:100%;max-height:75vh;box-shadow:0 8px 30px #00000080}.cert-section{background-color:#fafcfe}.cert-grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.cert-card{background:var(--color-bg-white);border:1px solid var(--color-border-card);border-radius:var(--radius-lg);text-align:center;box-shadow:var(--shadow-sm);flex-direction:column;align-items:center;gap:12px;padding:24px 20px;transition:transform .2s;display:flex}.cert-card:hover{transform:translateY(-3px)}.cert-badge-wrap{border:1px solid var(--color-border-card);background:#fff;border-radius:50%;justify-content:center;align-items:center;width:90px;height:90px;margin-bottom:8px;padding:10px;transition:transform .25s;display:flex;box-shadow:0 4px 14px #001e4614}.cert-card:hover .cert-badge-wrap{transform:scale(1.08)}.cert-badge-img{object-fit:contain;width:100%;height:100%}.cert-card-title{color:var(--color-navy-primary);font-size:15px;font-weight:800}.cert-card-desc{color:var(--color-navy-subtext);font-size:13px;line-height:1.5}.faq-section{background-color:var(--color-bg-white)}.faq-grid{grid-template-columns:repeat(2,1fr);gap:14px 24px;display:grid}.faq-item{background-color:var(--color-bg-light);border-radius:var(--radius-md);border:1px solid #ddeaf5;transition:all .2s;overflow:hidden}.faq-item:hover{border-color:#bbd6ee}.faq-header{cursor:pointer;-webkit-user-select:none;user-select:none;justify-content:space-between;align-items:center;padding:14px 18px;display:flex}.faq-left-wrap{align-items:center;gap:10px;display:flex}.faq-chevron{color:var(--color-navy-primary);flex-shrink:0}.faq-question{color:var(--color-navy-primary);font-size:13.5px;font-weight:700}.faq-toggle-icon{color:var(--color-navy-primary);flex-shrink:0}.faq-answer{color:var(--color-navy-subtext);padding:0 18px 16px 36px;font-size:13px;line-height:1.55}.cta-banner-wrap{background-color:var(--color-bg-white);padding:20px 0 50px}.cta-banner{border-radius:var(--radius-xl);background:linear-gradient(90deg,#001633 0%,#002855 55%,#003875 100%);justify-content:space-between;align-items:center;padding:34px 44px;display:flex;position:relative;overflow:hidden;box-shadow:0 12px 32px #00193c33}.cta-banner:after{content:"";pointer-events:none;background:#ffffff12;width:70px;height:100%;position:absolute;top:0;right:20%;transform:skew(-20deg)}.cta-left{flex:1}.cta-title-white{color:#fff;margin-bottom:4px;font-size:20px;font-weight:700}.cta-title-yellow{color:var(--color-yellow);margin-bottom:8px;font-size:24px;font-weight:800}.cta-bullets{color:#a3c5ea;letter-spacing:.3px;font-size:13px;font-weight:600}.cta-right{z-index:2;align-items:center;gap:24px;display:flex}.cta-btn{padding:12px 26px;font-size:14px}.cta-regixs-logo{object-fit:contain;filter:brightness(0)invert();height:38px}.footer{background-color:var(--color-navy-darkest);color:#fff;border-top:1px solid #ffffff14;padding:44px 0 20px}.footer-main-row{border-bottom:1px solid #ffffff1a;justify-content:space-between;align-items:center;gap:24px;padding-bottom:24px;display:flex}.footer-brand{align-items:center;gap:14px;display:flex}.footer-mrb-logo{object-fit:contain;filter:drop-shadow(0 2px 6px #0006);width:auto;height:48px}.footer-brand-text{color:#9cb5d1;font-size:11.5px;line-height:1.35}.footer-contacts{align-items:center;gap:24px;display:flex}.footer-contact-item{color:#c3d5e8;align-items:center;gap:8px;font-size:12.5px;display:flex}.footer-contact-icon{color:var(--color-yellow)}.footer-social{flex-direction:column;align-items:flex-end;gap:8px;display:flex}.footer-social-title{color:#fff;font-size:12px;font-weight:700}.footer-social-icons{align-items:center;gap:14px;display:flex}.social-btn{border-radius:6px;justify-content:center;align-items:center;text-decoration:none;transition:transform .2s,filter .2s;display:inline-flex}.social-btn:hover{filter:brightness(1.12);transform:translateY(-2px)scale(1.08)}.footer-bottom-bar{color:#7995b3;justify-content:space-between;align-items:center;padding-top:16px;font-size:11.5px;display:flex}.footer-legal-links a{color:#7995b3;margin-left:6px;text-decoration:none;transition:color .2s}.footer-legal-links a:hover{color:#fff}@media (width<=1024px){.hero-main-row{text-align:center;flex-direction:column;gap:30px}.hero-left{max-width:100%}.hero-buttons{justify-content:center}.hero-right{align-items:center;width:100%;max-width:100%}.hero-handwriting{text-align:center;margin-right:0}.hero-badges-container{align-items:center}.hero-badges-row{justify-content:center}.whoweare-grid{flex-direction:column}.whoweare-promo-card{text-align:center;align-items:center}.features-layout{flex-direction:column}.features-grid-col{grid-template-columns:repeat(3,1fr)}.features-promo-col{width:100%}.pricing-grid{grid-template-columns:repeat(2,1fr)}.beforeafter-row{flex-direction:column;align-items:center}.beforeafter-arrow{margin:8px 0;transform:rotate(90deg)}.gallery-thumbnails-wrap{grid-template-columns:repeat(3,1fr)}.cert-grid{grid-template-columns:repeat(2,1fr)}.faq-grid{grid-template-columns:1fr}.footer-main-row{flex-direction:column;align-items:flex-start;gap:20px}.footer-social{align-items:flex-start}}@media (width<=768px){.hero-heading{font-size:28px;line-height:1.25}.hero-feature-bar{flex-wrap:wrap;gap:10px}.hero-feat-item{flex:calc(50% - 10px)}.whoweare-center-grid{grid-template-columns:repeat(2,1fr)}.benefits-cards-grid{grid-template-columns:1fr}.pricing-grid{grid-template-columns:1fr;width:100%;max-width:440px;margin:0 auto}.clients-stats-grid{grid-template-columns:repeat(2,1fr)}.clients-logo-row{flex-wrap:wrap;gap:12px}.gallery-thumbnails-wrap{grid-template-columns:repeat(2,1fr)}.cert-grid{grid-template-columns:1fr}.cta-banner{text-align:center;flex-direction:column;gap:20px;padding:32px 20px}.cta-right{flex-direction:column;align-items:center}}@media (width<=576px){.section{padding-top:36px;padding-bottom:36px}.hero-section{padding-top:36px;padding-bottom:28px}.hero-heading{font-size:24px;line-height:1.25}.hero-subheading{font-size:14.5px}.hero-tagline{font-size:13px}.hero-description{font-size:13px;line-height:1.55}.hero-buttons{width:100%}.hero-btn-primary{justify-content:center;width:100%}.hero-feat-item{flex:calc(50% - 6px);padding:10px 8px;font-size:11px}.hero-badges-row{flex-wrap:wrap;justify-content:center;gap:8px}.hero-badge-pill{padding:4px 10px}.hero-badges-tag{text-align:center;font-size:11px}.features-grid-col{grid-template-columns:repeat(2,1fr);gap:8px}.feat-item-card{gap:6px;min-height:75px;padding:10px 4px}.feat-item-icon-wrap{width:36px;height:36px}.feat-item-title{font-size:10.5px}.whoweare-card{padding:12px 6px}.whoweare-card-label{font-size:11px}.clients-stats-grid{grid-template-columns:repeat(2,1fr);gap:10px}.client-stat-card{padding:16px 12px}.client-stat-num{font-size:24px}.client-stat-label{font-size:11.5px}.gallery-viewer-box{border-radius:8px}.gallery-viewer-caption{padding:8px 12px;font-size:12.5px}.faq-question-btn{padding:14px 16px;font-size:13.5px}.faq-answer{padding:0 16px 14px;font-size:13px}.cta-title-white{font-size:18px}.cta-title-yellow{font-size:17px}.cta-bullets{font-size:11.5px}.cta-btn{justify-content:center;width:100%;font-size:13.5px}.footer-contacts{gap:10px;width:100%}.footer-contact-item{font-size:12px}.footer-bottom-bar{text-align:center;flex-direction:column;gap:8px;font-size:11.5px}}@media (width<=380px){.hero-heading{font-size:20px}.hero-feat-item{flex:100%}.nav-logo{height:30px}.nav-btn{padding:6px 12px;font-size:11.5px}.whoweare-center-grid,.gallery-thumbnails-wrap,.clients-stats-grid{grid-template-columns:1fr}}.demo-modal-overlay{z-index:10000;-webkit-backdrop-filter:blur(6px);background:#001229b8;justify-content:center;align-items:center;padding:16px;animation:.25s forwards overlayFadeIn;display:flex;position:fixed;inset:0}@keyframes overlayFadeIn{0%{opacity:0}to{opacity:1}}.demo-modal-container{background:var(--color-bg-white);border-radius:var(--radius-lg);flex-direction:column;width:100%;max-width:500px;max-height:90vh;animation:.25s cubic-bezier(.16,1,.3,1) forwards modalScaleUp;display:flex;overflow:hidden;box-shadow:0 20px 50px #001b3d59,0 0 0 1px #ffffff1a}@keyframes modalScaleUp{0%{opacity:0;transform:scale(.94)translateY(12px)}to{opacity:1;transform:scale(1)translateY(0)}}.demo-modal-header{background:linear-gradient(135deg, var(--color-navy-dark) 0%, var(--color-navy-primary) 100%);border-bottom:3px solid var(--color-yellow);justify-content:space-between;align-items:flex-start;gap:16px;padding:20px 24px;display:flex;position:relative}.demo-modal-header-content{align-items:center;gap:14px;display:flex}.demo-modal-logo{object-fit:contain;background:#ffffff14;border:1px solid #ffffff1f;border-radius:8px;width:auto;height:38px;padding:4px 8px}.demo-modal-title{color:#fff;margin:0;font-size:20px;font-weight:800;line-height:1.25}.demo-modal-subtitle{color:#a9c2df;margin:4px 0 0;font-size:12.5px;line-height:1.35}.demo-modal-close{color:#fff;cursor:pointer;background:#ffffff1a;border:1px solid #fff3;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex}.demo-modal-close:hover{background:var(--color-yellow);border-color:var(--color-yellow);color:var(--color-navy-dark);transform:rotate(90deg)}.demo-modal-body{padding:22px 24px 24px;overflow-y:auto}.demo-modal-plan-box{border:1px solid #cde2f5;border-left:4px solid var(--color-yellow);border-radius:var(--radius-md);background:#f0f6fc;align-items:center;gap:10px;padding:10px 14px;display:flex}.demo-plan-label{color:var(--color-navy-subtext);font-size:13px;font-weight:600}.demo-plan-name-badge{color:var(--color-navy-dark);border-radius:var(--radius-pill);background:#fff;border:1px solid #d5e4f2;padding:3px 12px;font-size:13.5px;font-weight:800;box-shadow:0 1px 3px #00204d0d}.demo-modal-form{flex-direction:column;gap:15px;display:flex}.demo-form-group{flex-direction:column;gap:6px;display:flex}.demo-form-label{color:var(--color-navy-text);align-items:center;gap:4px;font-size:13px;font-weight:700;display:flex}.required-star{color:var(--color-red);font-weight:700}.demo-input-wrap{border:1.5px solid var(--color-border-light);border-radius:var(--radius-md);background:#f8fafd;align-items:center;transition:all .2s;display:flex;position:relative}.demo-input-wrap:focus-within{border-color:var(--color-yellow);background:#fff;box-shadow:0 0 0 3.5px #ffbf0038}.demo-input-wrap.has-error{border-color:var(--color-red);background:var(--color-red-bg)}.demo-input-icon{color:var(--color-navy-subtext);pointer-events:none;flex-shrink:0;position:absolute;left:12px}.demo-input-icon.textarea-icon{top:12px}.demo-form-input{width:100%;font-family:var(--font-primary);color:var(--color-navy-text);background:0 0;border:none;outline:none;padding:11px 12px 11px 40px;font-size:13.5px}.demo-form-input::placeholder{color:#8da1b5;font-size:13px}.demo-form-textarea{resize:none;padding-top:10px;line-height:1.4}.demo-field-error{color:var(--color-red);margin-top:1px;font-size:11.5px;font-weight:600}.demo-submit-btn{border-radius:var(--radius-md);cursor:pointer;justify-content:center;align-items:center;gap:8px;width:100%;margin-top:6px;padding:13px 20px;font-size:14.5px;font-weight:800;transition:all .2s;display:flex;box-shadow:0 4px 14px #ffbf0059}.demo-submit-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #ffbf0073}.demo-submit-btn:active{transform:translateY(0)}.demo-modal-footer-note{text-align:center;color:var(--color-navy-muted);margin-top:4px;font-size:11px}.demo-success-state{text-align:center;flex-direction:column;align-items:center;padding:10px 0;animation:.3s modalScaleUp;display:flex}.demo-success-icon-wrap{background:var(--color-green-bg);border:2px solid var(--color-green-border);width:68px;height:68px;color:var(--color-green);border-radius:50%;justify-content:center;align-items:center;margin-bottom:14px;display:flex}.demo-success-title{color:var(--color-navy-dark);margin:0 0 8px;font-size:20px;font-weight:800}.demo-success-desc{color:var(--color-navy-subtext);max-width:400px;margin:0 0 16px;font-size:13px;line-height:1.5}.demo-success-details{border-radius:var(--radius-md);text-align:left;background:#f4f8fc;border:1px solid #d5e4f2;flex-direction:column;gap:8px;width:100%;margin-bottom:20px;padding:12px 16px;display:flex}.demo-detail-row{justify-content:space-between;align-items:flex-start;gap:12px;font-size:12.5px;display:flex}.demo-detail-row span{color:var(--color-navy-muted);flex-shrink:0;font-weight:500}.demo-detail-row strong{color:var(--color-navy-text);text-align:right;word-break:break-word}.demo-success-actions{flex-direction:column;gap:10px;width:100%;display:flex}.demo-success-btn{justify-content:center;width:100%;padding:11px 16px;font-size:13.5px;font-weight:700}.demo-close-btn{cursor:pointer;justify-content:center;width:100%;padding:10px 16px;font-size:13px;font-weight:600}@media (width<=480px){.demo-modal-overlay{padding:10px}.demo-modal-container{border-radius:var(--radius-md);max-width:96vw;max-height:94vh}.demo-modal-header{gap:10px;padding:14px 16px}.demo-modal-header-content{gap:10px}.demo-modal-logo{height:30px;padding:2px 6px}.demo-modal-title{font-size:17px}.demo-modal-subtitle{font-size:11.5px}.demo-modal-body{padding:16px 14px}.demo-modal-form{gap:12px}.demo-form-input{padding:9px 10px 9px 36px;font-size:13px}.demo-input-icon{left:10px}.demo-submit-btn{padding:11px 16px;font-size:13.5px}.demo-modal-plan-box{padding:8px 12px}}@media (width<=360px){.demo-modal-container{max-width:98vw}.demo-modal-header,.demo-modal-body{padding:12px 10px}.demo-modal-title{font-size:15px}.demo-form-input{padding:8px 8px 8px 34px;font-size:12.5px}}
