html,body{height:100%}body{margin:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background-color:#02151d;overflow-x:hidden;display:flex;justify-content:center}:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}*{box-sizing:border-box;margin:0;padding:0}body{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background-color:#02151d;overflow-x:hidden}.card-image{width:100%;height:140px;object-fit:cover;border-radius:8px;margin-bottom:10px;border:1px solid rgba(255,255,255,.1)}.app{min-height:100vh;color:#fff;width:100%;max-width:1100px;background-color:#062b3a}.header{background-color:#031821;border-bottom:1px solid rgba(255,255,255,.08);position:sticky;top:0;z-index:10}.header-inner{padding:12px 20px;display:flex;align-items:center;justify-content:space-between}.logo{font-weight:700;font-size:1.05rem}.nav a{color:#fff;text-decoration:none;margin-left:16px;font-size:.95rem;opacity:.9}.nav a:hover{opacity:1;text-decoration:underline}.hero{padding:160px 20px 40px;background:#0b4f6c}.hero-inner{display:flex;justify-content:center}.hero-card{max-width:900px;width:100%;background:#00364d;border-radius:14px;padding:28px 26px 24px}.hero-card h1{font-size:2rem;margin-bottom:8px}.hero-card h2{font-size:1.2rem;margin-bottom:20px}.hero-card p{margin-bottom:6px}.hero-card ul{margin-left:18px;margin-bottom:10px}.hero-card li{margin-bottom:4px}.hero-text{margin-top:12px}.buttons{margin-top:18px;display:flex;flex-wrap:wrap;gap:10px}.btn{display:inline-block;padding:10px 18px;border-radius:8px;font-size:.95rem;text-decoration:none;cursor:pointer;border:none;text-align:center}.btn-primary{background-color:#25d366;color:#fff;font-weight:600}.btn-primary:hover{background-color:#1eb257}.btn-secondary{border:1px solid #ffffff;color:#fff;background:transparent}.btn-secondary:hover{background-color:#ffffff14}.section{padding:32px 20px;background-color:#062b3a}.section:nth-of-type(2n){background-color:#053549}.section-inner{max-width:1000px;margin:0 auto}.section h2{font-size:1.6rem;margin-bottom:12px}.section p{margin-bottom:10px}.cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:18px}.card{background:#043245;border-radius:10px;padding:14px 12px}.card h3{margin-bottom:8px;font-size:1.05rem}.card p{font-size:.92rem}.section-contact .contact-grid{display:grid;grid-template-columns:1.2fr 1fr;gap:20px;margin-top:18px}.contact-extra ul{margin-left:18px}.contact-extra li{margin-bottom:6px}.footer{background-color:#02151d;border-top:1px solid rgba(255,255,255,.1);margin-top:20px}.footer-inner{padding:16px 20px;display:flex;flex-wrap:wrap;justify-content:space-between;gap:16px;font-size:.9rem}.footer-inner a{color:#25d366;text-decoration:none}.footer-inner a:hover{text-decoration:underline}.footer-bottom{text-align:center;padding:8px 10px 12px;font-size:.8rem;opacity:.8}@media(max-width:768px){.header-inner{flex-direction:column;align-items:flex-start;gap:8px}.cards,.section-contact .contact-grid{grid-template-columns:1fr}}
