:root{--primary: #01547E;--accent: #E32211;--black: #000000;--white: #ffffff;--gray-100: #f3f4f6;--gray-200: #e5e7eb;--gray-600: #4b5563;--gray-700: #374151;--gray-900: #111827}.landing-header{position:sticky;top:0;z-index:50;background:#ffffffeb;backdrop-filter:saturate(180%) blur(8px);-webkit-backdrop-filter:saturate(180%) blur(8px);border-bottom:1px solid var(--gray-200);box-shadow:0 8px 24px #11182714}.landing-header .container{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem}.landing-header a{text-decoration:none}.landing-header img{height:74px;width:auto;margin-top:-16px}.landing-nav{display:flex;align-items:center;gap:.5rem}.nav-btn{display:inline-flex;align-items:center;gap:.4rem;padding:.5rem .9rem;border-radius:999px;font-weight:600;color:var(--gray-700);transition:all .2s ease}.nav-btn:hover{color:var(--primary);background:var(--gray-100)}.nav-btn:active{transform:translateY(1px)}.nav-btn--accent{color:var(--white);background:var(--primary);box-shadow:0 10px 20px #01547e59}.nav-btn--accent:hover{background:#c31d10;color:var(--white);box-shadow:0 12px 26px #e3221173}.nav-btn:not(.nav-btn--accent){position:relative}.nav-btn:not(.nav-btn--accent):after{content:"";position:absolute;left:16px;right:16px;bottom:4px;height:2px;border-radius:2px;background:transparent;transition:background .2s ease}.nav-btn:not(.nav-btn--accent):hover:after{background:var(--primary)}.hamburger-btn{display:none;align-items:center;justify-content:center;width:40px;height:40px;border-radius:999px;border:1px solid var(--gray-200);background:#ffffffb8;backdrop-filter:saturate(180%) blur(6px);-webkit-backdrop-filter:saturate(180%) blur(6px);box-shadow:0 8px 20px #1118271f;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease,background .2s ease;flex-direction:column;gap:5px}.hamburger-btn span{display:block;width:22px;height:2.5px;background:var(--gray-900);border-radius:2px;transition:transform .2s ease,opacity .2s ease,background .2s ease;transform-origin:center}.hamburger-btn span+span{margin-top:0}.hamburger-btn:hover{transform:translateY(-1px);box-shadow:0 12px 26px #1118272e}.hamburger-btn:active{transform:translateY(0)}.hamburger-btn:focus-visible{outline:none;box-shadow:0 0 0 3px #01547e40,0 12px 26px #1118272e}.hamburger-btn.active span:nth-child(1){transform:translateY(6px) rotate(45deg)}.hamburger-btn.active span:nth-child(2){opacity:0}.hamburger-btn.active span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}.hamburger-btn.active span{background:var(--primary)}.mobile-overlay{position:fixed;inset:0;background:#00000059;opacity:0;pointer-events:none;transition:opacity .2s ease}.mobile-overlay.visible{opacity:1;pointer-events:auto}.mobile-drawer{position:fixed;top:0;right:0;height:100vh;width:280px;background:#fff;border-left:1px solid var(--gray-200);box-shadow:-12px 0 30px #1118271f;transform:translate(100%);transition:transform .2s ease;display:flex;flex-direction:column}.mobile-drawer.open{transform:translate(0)}.drawer-header{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;border-bottom:1px solid var(--gray-200)}.drawer-title{font-weight:800;color:var(--gray-900)}.drawer-close{background:transparent;border:none;font-size:1.5rem;line-height:1;cursor:pointer;color:var(--gray-700)}.drawer-nav{padding:.75rem 1rem;display:flex;flex-direction:column;gap:.25rem}.drawer-link{display:block;padding:.75rem .9rem;border-radius:10px;color:var(--gray-900);text-decoration:none;border:1px solid var(--gray-200);background:#ffffffeb}.drawer-link:hover{background:var(--gray-100);color:var(--primary)}.landing-hero{position:relative;overflow:hidden;background:radial-gradient(1200px 600px at 90% -100px,rgba(1,84,126,.219) 0%,transparent 60%),linear-gradient(180deg,#fff,#f9fafb)}.landing-hero:before{content:"";position:absolute;inset:-40% -15% auto;height:60%;background:conic-gradient(from 180deg at 50% 50%,#e322114d,#01547e4d,#e3221114);filter:blur(60px);opacity:.6;pointer-events:none}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.35rem .7rem;border-radius:999px;background:#01547e14;color:var(--primary);font-weight:700;font-size:.95rem;box-shadow:inset 0 0 0 1px #01547e2e}.hero-title{color:var(--gray-900);letter-spacing:.1px;line-height:1.2}.hero-text{color:var(--gray-700);max-width:52rem;margin-inline:auto}.btn-store{display:inline-flex;align-items:center;gap:.6rem;padding:.6rem 1rem;border-radius:14px;background:var(--black);color:var(--white);box-shadow:0 8px 20px #1118272e;border:1px solid rgba(255,255,255,.12);transition:transform .15s ease,box-shadow .15s ease,opacity .2s ease}.btn-store:hover{transform:translateY(-1px);box-shadow:0 12px 26px #1118273d}.btn-store .store-icon svg{display:block}.btn-store .store-icon img{display:block}.btn-disabled{opacity:.85;cursor:not-allowed}.btn-disabled .soon-badge{margin-inline-start:.5rem;display:inline-flex;align-items:center;padding:.2rem .5rem;border-radius:999px;background:var(--accent);color:var(--white);font-weight:700;font-size:.8rem;box-shadow:0 0 0 1px #e3221140 inset;animation:pulseGlow 1.6s infinite}@keyframes pulseGlow{0%{box-shadow:0 0 #e3221159;transform:translateY(0)}50%{box-shadow:0 0 0 8px #e3221100;transform:translateY(-1px)}to{box-shadow:0 0 #e3221100;transform:translateY(0)}}.landing-about{position:relative;overflow:hidden}.landing-about:before{content:"";position:absolute;inset:-35% -20% auto;height:60%;filter:blur(64px);opacity:.6;pointer-events:none}.about-inner{padding:0 1rem}.about-card{position:relative;background:#ffffffe0;backdrop-filter:saturate(180%) blur(10px);-webkit-backdrop-filter:saturate(180%) blur(10px);border:1px solid var(--gray-200);box-shadow:0 12px 30px #1118271f;border-radius:18px;padding:2rem 1.5rem;margin-inline:auto;max-width:80rem;max-height:fit-content}.about-card:before{content:"";position:absolute;top:1rem;left:1rem;width:28px;height:28px;background-image:url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"%3E%3Ccircle cx="12" cy="12" r="10" fill="%2301547E"/%3E%3Crect x="11" y="10" width="2" height="7" fill="%23ffffff"/%3E%3Crect x="11" y="7" width="2" height="2" fill="%23ffffff"/%3E%3C/svg%3E');background-repeat:no-repeat;background-size:contain;opacity:.95}.landing-about .section-title{color:var(--gray-900);font-weight:800;letter-spacing:.1px;margin-bottom:.75rem;font-size:1.75rem}.landing-about .section-title:after{content:"";display:block;width:6rem;height:3px;border-radius:999px;background:linear-gradient(90deg,var(--primary),var(--accent));margin:.5rem auto 0}.landing-about .section-text{color:var(--gray-700);font-size:1.25rem;line-height:1.9}.landing-features{position:relative;overflow:hidden;background:radial-gradient(1000px 5px at 80% -100px,rgba(1,84,126,.16) 0%,transparent 60%),linear-gradient(180deg,#fff,#f9fafb);width:100%}.landing-features:before{content:"";position:absolute;inset:-35% -20% auto;height:60%;filter:blur(60px);opacity:.55;background:conic-gradient(from 180deg at 50% 50%,#e3221138,#01547e33,#e3221114);pointer-events:none}.features-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.35rem .7rem;border-radius:999px;background:#01547e14;color:var(--primary);font-weight:800;font-size:.95rem;box-shadow:inset 0 0 0 1px #01547e2e}.landing-features .section-title{color:var(--gray-900);font-weight:800;letter-spacing:.1px;margin-top:.5rem;font-size:1.75rem}.landing-features .section-title:after{content:"";display:block;width:6rem;height:3px;border-radius:999px;background:linear-gradient(90deg,var(--primary),var(--accent));margin:.5rem auto 0}.landing-features .section-text{color:var(--gray-700);font-size:1.15rem}.features-grid{display:grid;grid-template-columns:1fr;gap:0rem;justify-items:center}.feature-card{position:relative;background:#ffffffe0;border:1px solid var(--gray-200);box-shadow:0 12px 30px #1118271f;border-radius:18px;padding:1.5rem 1.25rem;transition:transform .2s ease,box-shadow .2s ease;overflow:hidden;animation:fadeInUp .8s ease both;animation-delay:var(--delay, 0s);margin-left:0;max-width:25rem;margin-inline:auto}.feature-card:before{content:"";position:absolute;inset:0;border-radius:18px;padding:1px;background:linear-gradient(120deg,#01547e40,#e3221140);-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask-composite:exclude}.feature-card:hover{transform:translateY(-3px);box-shadow:0 16px 36px #11182729}.feature-icon{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:12px;background:#01547e14;color:var(--primary);box-shadow:inset 0 0 0 1px #01547e29;margin-bottom:.75rem}.feature-title{color:var(--primary);font-weight:800;font-size:1.5rem;margin-bottom:.5rem}.feature-text{color:var(--gray-700);line-height:1.85}.feature-card:hover .feature-icon{background:#01547e1f;box-shadow:inset 0 0 0 1px #01547e38,0 0 0 6px #01547e14}@keyframes fadeInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.landing-contact{position:relative;overflow:hidden}.landing-contact:before{content:"";position:absolute;inset:-35% -20% auto;height:60%;filter:blur(64px);opacity:.55;background:linear-gradient(180deg,#e322112e,#01547e2e);pointer-events:none;width:100%}.landing-contact .section-title{color:var(--gray-900);font-weight:800;letter-spacing:.1px;margin-bottom:.75rem;font-size:1.75rem}.landing-contact .section-title:after{content:"";display:block;width:6rem;height:3px;border-radius:999px;background:linear-gradient(90deg,var(--primary),var(--accent));margin:.5rem auto 0}.landing-contact .section-text{color:var(--gray-700);font-size:1.15rem}.contact-card{background:#ffffffeb;backdrop-filter:saturate(180%) blur(10px);-webkit-backdrop-filter:saturate(180%) blur(10px);border:1px solid var(--gray-200);box-shadow:0 12px 30px #1118271f;border-radius:18px;padding:1.5rem 1.25rem;margin-inline:auto;max-width:70rem;animation:fadeInUp .8s ease both}.contact-grid{display:grid;grid-template-columns:1fr;gap:.75rem}.contact-item{display:flex;align-items:center;gap:.75rem;padding:1rem;border-radius:14px;border:1px solid var(--gray-200);background:#ffffffe6;transition:transform .2s ease,box-shadow .2s ease,background .2s ease;text-decoration:none;color:var(--gray-900)}.contact-item:hover{transform:translateY(-2px);box-shadow:0 14px 28px #11182724;background:#fffffffa}.contact-icon{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:12px;background:#01547e14;color:var(--primary);box-shadow:inset 0 0 0 1px #01547e29}.contact-content{flex:1;min-width:0}.contact-label{display:block;color:var(--gray-600);font-size:.9rem}.contact-value{display:block;color:var(--gray-900);font-weight:800;font-size:1.1rem;letter-spacing:.1px}.contact-actions{margin-top:.5rem}.contact-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.6rem 1rem;border-radius:999px;color:var(--white);background:linear-gradient(90deg,var(--primary),#046892);box-shadow:0 10px 22px #01547e4d;border:1px solid rgba(255,255,255,.12);transition:transform .15s ease,box-shadow .15s ease}.contact-btn:hover{transform:translateY(-1px);box-shadow:0 14px 30px #01547e66}.contact-btn:active{transform:translateY(0)}.landing-footer{border-top:1px solid var(--gray-900);background:var(--black);color:var(--white)}.landing-footer a{color:var(--white)}.landing-footer a:hover,.landing-footer p{color:var(--gray-200)}.landing-footer .copyright{text-align:center}.landing-footer .footer-bar{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:1rem}.landing-footer .footer-left{text-align:left}.landing-footer .footer-center{text-align:center}.landing-footer .footer-right{text-align:right}@media (max-width: 639px){.landing-header .container{padding:.5rem .75rem;flex-direction:row;align-items:center;justify-content:space-between;gap:.5rem}.landing-header img{height:52px;margin-top:0}.landing-nav{display:none}.hamburger-btn{display:inline-flex}.nav-btn{padding:.45rem .8rem;font-size:.9rem}.hero-actions{flex-direction:column;align-items:stretch;gap:.6rem}.hero-actions .btn-store{display:inline-flex;width:100%;justify-content:center;flex-wrap:nowrap;white-space:nowrap}.hero-text,.about-inner{padding:0 .75rem}.btn-store{width:100%;margin:.4rem 0}.contact-label{font-size:1.2rem;font-weight:800}.contact-value{font-size:.9rem;font-weight:500}.contact-card{padding:1rem;border-radius:16px;max-width:100%}.contact-grid{gap:.6rem}.contact-item{padding:.75rem;border-radius:12px;width:100%}.contact-icon{width:36px;height:36px;border-radius:10px}.contact-actions{margin-top:.4rem}}@media (min-width: 640px){.features-grid,.contact-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.features-grid{grid-template-columns:repeat(3,1fr)}.contact-grid{grid-template-columns:repeat(2,1fr)}.landing-header .container{padding:.75rem 2rem}}
