:root{--navy-blue: #1e3a8a;--light-blue: #38bdf8;--cyan: #06b6d4;--white: #ffffff;--gray-50: #f9fafb;--gray-100: #f3f4f6;--gray-200: #e5e7eb;--gray-300: #d1d5db;--gray-400: #9ca3af;--gray-500: #6b7280;--gray-600: #4b5563;--gray-700: #374151;--gray-800: #1f2937;--gray-900: #111827}*{margin:0;padding:0;box-sizing:border-box}.home{min-height:100vh;display:flex;flex-direction:column;background:var(--white)}.page-container{min-height:100vh;display:flex;flex-direction:column;width:100%;overflow-x:hidden;background:var(--white)}.header{background:var(--white);border-bottom:1px solid var(--gray-200);position:sticky;top:0;z-index:100;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;width:100%;flex-shrink:0;flex-grow:0;height:auto}.nav{max-width:1280px;margin:0 auto;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center;width:100%;box-sizing:border-box}.nav-brand{display:flex;align-items:center;gap:.75rem}.nav-logo-container{width:50px;height:50px;border-radius:50%;background-color:var(--white);border:1px solid var(--gray-300);background-image:url(/logo.png);background-size:150%;background-position:51% 40%;background-repeat:no-repeat}.nav-logo{width:50px;height:50px;border-radius:50%;object-fit:cover;border:1px solid var(--gray-300)}.nav-brand-text{font-size:1.25rem;font-weight:700;color:var(--gray-900)}.nav-links{display:flex;align-items:center;gap:1.5rem}.nav-link{color:var(--gray-700);text-decoration:none;font-weight:500;font-size:.9375rem;transition:color .2s ease;padding:.5rem 0}.nav-link:hover{color:var(--navy-blue)}.nav-link-outline{border:1.5px solid var(--gray-300);padding:.5rem 1.25rem;border-radius:8px}.nav-link-outline:hover{border-color:var(--navy-blue);color:var(--navy-blue)}.nav-link-primary{background:linear-gradient(135deg,var(--navy-blue) 0%,var(--cyan) 100%);color:var(--white);padding:.5rem 1.25rem;border-radius:8px;border:none}.nav-link-primary:hover{opacity:.9;color:var(--white)}.main{flex:1}.hero{max-width:1280px;margin:0 auto;padding:6rem 2rem 4rem;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.hero-container{display:flex;flex-direction:column;gap:1.5rem}.hero-title{font-size:3.5rem;font-weight:700;line-height:1.1;color:var(--gray-900);letter-spacing:-.02em}.hero-title-accent{background:linear-gradient(135deg,var(--navy-blue) 0%,var(--cyan) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:1.125rem;line-height:1.7;color:var(--gray-600);max-width:540px}.btn-primary{padding:.875rem 2rem;font-size:1rem;font-weight:600;border-radius:10px;border:none;cursor:pointer;transition:all .3s ease;font-family:inherit;background:linear-gradient(135deg,var(--navy-blue) 0%,var(--cyan) 100%);color:var(--white);box-shadow:0 4px 14px #1e3a8a40;align-self:flex-start}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #1e3a8a59}.btn-hero{margin-top:.5rem}.btn-large{padding:1rem 2.5rem;font-size:1.125rem}.app-store-badge{display:inline-block;margin-top:.5rem;transition:transform .3s ease;align-self:flex-start}.app-store-badge:hover{transform:translateY(-2px)}.app-store-badge-img{height:60px;width:auto;display:block}.app-store-badge-light{align-self:center;margin-top:1rem}.app-store-badge-light .app-store-badge-img{height:60px}.hero-image{display:flex;align-items:center;justify-content:center}.hero-image-img{width:100%;height:auto;border-radius:20px;object-fit:cover;box-shadow:0 10px 40px #0000001a}.features{max-width:1280px;margin:0 auto;padding:6rem 2rem;background:var(--gray-50)}.features-title{text-align:center;font-size:2.5rem;font-weight:700;color:var(--gray-900);margin-bottom:1rem;letter-spacing:-.01em}.features-subtitle{text-align:center;font-size:1.125rem;color:var(--gray-600);max-width:700px;margin:0 auto 4rem;line-height:1.7}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.feature-card{background:var(--white);border-radius:16px;padding:2.5rem;transition:all .3s ease;border:1px solid var(--gray-200)}.feature-card:hover{transform:translateY(-4px);box-shadow:0 10px 30px #00000014;border-color:var(--light-blue)}.feature-title{font-size:1.5rem;font-weight:600;color:var(--gray-900);margin-bottom:1rem}.feature-description{color:var(--gray-600);line-height:1.7;font-size:1rem}.cta-section{background:linear-gradient(135deg,var(--navy-blue) 0%,var(--cyan) 100%);padding:6rem 2rem;text-align:center}.cta-content{max-width:800px;margin:0 auto;display:flex;flex-direction:column;gap:1.5rem}.cta-title{font-size:2.5rem;font-weight:700;color:var(--white);letter-spacing:-.01em}.cta-subtitle{font-size:1.125rem;color:#fffffff2;line-height:1.7}.cta-section .app-store-badge{margin-top:1rem}.footer{background:var(--gray-900);color:var(--white);padding:4rem 2rem 2rem}.footer-container{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:2fr 3fr;gap:4rem;margin-bottom:3rem}.footer-brand{display:flex;flex-direction:column;gap:1rem;align-items:flex-start}.footer-logo-container{width:80px;height:80px;border-radius:50%;background-color:var(--white);border:1px solid var(--gray-300);background-image:url(/logo.png);background-size:150%;background-position:51% 40%;background-repeat:no-repeat}.footer-tagline{color:var(--gray-300);font-size:.9375rem;line-height:1.6}.footer-links-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.footer-column{display:flex;flex-direction:column;gap:1rem}.footer-column-title{font-size:.875rem;font-weight:600;color:var(--white);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem}.footer-link{color:var(--gray-300);text-decoration:none;font-size:.9375rem;transition:color .2s ease}.footer-link:hover{color:var(--light-blue)}.footer-bottom{max-width:1280px;margin:0 auto;padding-top:2rem;border-top:1px solid var(--gray-700);text-align:center}.footer-copyright{color:var(--gray-400);font-size:.875rem}@media (max-width: 968px){.hero{grid-template-columns:1fr;padding:4rem 2rem 2rem;gap:3rem}.hero-title{font-size:2.75rem}.features-grid{grid-template-columns:1fr}.footer-container{grid-template-columns:1fr;gap:3rem}.footer-links-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 768px){.nav{padding:1rem;flex-wrap:wrap;gap:1rem}.nav-links{flex-wrap:wrap;gap:.75rem}.nav-link{font-size:.875rem}.nav-link-outline,.nav-link-primary{padding:.5rem 1rem}.hero{padding:3rem 1rem 2rem}.hero-title{font-size:2.25rem}.hero-subtitle{font-size:1rem}.btn-primary{width:100%;text-align:center}.app-store-badge{align-self:center}.app-store-badge-img{height:50px}.features{padding:4rem 1.5rem}.features-title{font-size:2rem}.features-subtitle{font-size:1rem;margin-bottom:3rem}.cta-section{padding:4rem 1.5rem}.cta-title{font-size:2rem}.cta-subtitle{font-size:1rem}.footer{padding:3rem 1.5rem 1.5rem}.footer-links-grid{grid-template-columns:1fr;gap:2rem}}:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#1e3a8a;text-decoration:inherit}a:hover{color:#0284c7}body{margin:0;min-width:320px;min-height:100vh;background-color:#fff}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:#1e3a8a}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:#1e40af}button{background-color:#f9f9f9}}
