:root{--navy: #14213d;--navy-dark: #0e182c;--teal: #2fbf9f;--teal-gradient: linear-gradient(135deg, #14213d, #2fbf9f);--white: #ffffff;--off-white: #f6f8fa;--logo-bg: #f6f6f6;--border: #e1e6ec;--max-width: 1080px;--radius: 12px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:var(--navy);background:var(--white);line-height:1.5;-webkit-font-smoothing:antialiased}img{max-width:100%;display:block}a{color:inherit}:focus-visible{outline:3px solid var(--teal);outline-offset:3px}.container{max-width:var(--max-width);margin:0 auto;padding:0 1.25rem}.hero{display:grid;grid-template-columns:1fr}.hero__visual{background:var(--logo-bg);display:flex;align-items:center;justify-content:center;padding:3rem 1.5rem}.hero__logo{width:min(280px,70%)}.hero__copy{background:var(--navy);color:var(--logo-bg);display:flex;flex-direction:column;justify-content:center;gap:1.5rem;padding:3rem 1.5rem}.hero__intro{margin:0;font-size:1rem;line-height:1.6;max-width:34rem}.hero__headline{margin:0;font-size:1.75rem;font-weight:700;line-height:1.3;max-width:34rem}@media(min-width:768px){.hero{grid-template-columns:1fr 1fr;min-height:480px}.hero__visual,.hero__copy{padding:3rem 3.5rem}.hero__logo{width:min(320px,80%)}.hero__headline{font-size:2.25rem}}section{padding:3.5rem 0}.section-title{font-size:1.75rem;font-weight:700;margin:0 0 .5rem;position:relative;display:inline-block}.section-title:after{content:"";display:block;width:48px;height:4px;margin-top:.5rem;background:var(--teal-gradient);border-radius:2px}.legal{max-width:720px}.legal__title{font-size:2rem;font-weight:700;margin:0 0 .5rem}.legal__updated{color:var(--navy);opacity:.65;font-size:.9375rem;margin:0 0 2rem}.legal h2{font-size:1.25rem;font-weight:700;margin:2rem 0 .75rem}.legal p{font-size:1.0625rem;margin:0 0 1rem}.products{background:var(--off-white)}.products__grid{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-top:2rem}@media(min-width:720px){.products__grid{grid-template-columns:1fr 1fr}}.product-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);padding:2rem;display:flex;flex-direction:column;align-items:stretch;gap:1.25rem}.product-card__header{display:flex;align-items:center;gap:.75rem}.product-card__logo{height:40px;width:auto}.product-card h2{font-size:1.375rem;font-weight:700;margin:0}.product-card__screenshot{width:100%;aspect-ratio:21 / 10;object-fit:cover;object-position:top left;border-radius:8px;border:1px solid var(--border)}.product-card__bullets{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.75rem}.product-card__bullets li{position:relative;padding-left:1.25rem;color:var(--navy);font-size:.9375rem;line-height:1.5}.product-card__bullets li:before{content:"";position:absolute;left:0;top:.5em;width:8px;height:8px;border-radius:2px;background:var(--teal-gradient)}.button{display:inline-block;align-self:flex-start;background:var(--navy);color:var(--white);font-weight:600;text-decoration:none;padding:.75rem 1.5rem;border-radius:8px;margin-top:auto;transition:background-color .15s ease}.button:hover{background:var(--navy-dark)}.contact{background:var(--navy);color:var(--white);text-align:center}.contact p{font-size:1.0625rem;margin-bottom:1.5rem}.contact__link{display:inline-block;font-size:1.125rem;font-weight:600;text-decoration:underline;text-underline-offset:4px;color:var(--white)}.contact .section-title:after{margin-left:auto;margin-right:auto}.footer{background:var(--navy-dark);color:var(--white);text-align:center;padding:2rem 1.25rem;font-size:.9375rem}.footer a{color:var(--teal);text-decoration:underline;text-underline-offset:3px}.footer__row{display:flex;flex-direction:column;gap:.5rem;align-items:center}@media(min-width:480px){.footer__row{flex-direction:row;flex-wrap:wrap;justify-content:center;gap:.75rem 1.5rem}}@media(min-width:640px){.section-title{font-size:2rem}}
