:root,html.light{color-scheme:light;--bg: #fafaf9;--bg-elevated: #ffffff;--text: #1c1917;--text-muted: #57534e;--border: #e7e5e4;--accent: #0c4a6e;--accent-hover: #075985;--accent-soft: #e0f2fe;--radius: 12px;--shadow: 0 1px 2px rgba(28, 25, 23, .06), 0 4px 12px rgba(28, 25, 23, .04);--font-sans: "DM Sans", system-ui, sans-serif;--font-serif: "Source Serif 4", Georgia, serif;--max: 1120px;--page-tint-1: rgba(12, 74, 110, .06);--page-tint-2: rgba(12, 74, 110, .04);--header-bg: rgba(250, 250, 249, .92);--section-soft: linear-gradient(180deg, rgba(255, 255, 255, .65) 0%, rgba(250, 250, 249, .9) 100%);--hero-illustration-filter: none;--contact-illustration-filter: none}html.dark{color-scheme:dark;--bg: #0c0a09;--bg-elevated: #1c1917;--text: #fafaf9;--text-muted: #a8a29e;--border: #292524;--accent: #38bdf8;--accent-hover: #7dd3fc;--accent-soft: rgba(56, 189, 248, .12);--shadow: 0 1px 2px rgba(0, 0, 0, .2), 0 4px 12px rgba(0, 0, 0, .15);--page-tint-1: rgba(56, 189, 248, .08);--page-tint-2: rgba(12, 74, 110, .12);--header-bg: rgba(12, 10, 9, .92);--section-soft: linear-gradient(180deg, rgba(28, 25, 23, .5) 0%, rgba(12, 10, 9, .85) 100%);--hero-illustration-filter: brightness(.92) contrast(1.05);--contact-illustration-filter: brightness(.92) contrast(1.05)}html.light .card--product--life-pilot{--card-product-border: rgba(124, 58, 237, .22);--card-product-media-bg: linear-gradient( 145deg, rgba(224, 231, 255, .9) 0%, rgba(224, 242, 254, .95) 100% );--card-product-accent: #7c3aed}html.dark .card--product--life-pilot{--card-product-border: rgba(167, 139, 250, .35);--card-product-media-bg: linear-gradient( 145deg, rgba(76, 29, 149, .35) 0%, rgba(12, 74, 110, .4) 100% );--card-product-accent: #a78bfa}html.light .card--product--smart-budget{--card-product-border: rgba(79, 70, 229, .2);--card-product-media-bg: linear-gradient( 145deg, rgba(238, 242, 255, .95) 0%, rgba(209, 250, 229, .85) 100% );--card-product-accent: #4f46e5}html.dark .card--product--smart-budget{--card-product-border: rgba(129, 140, 248, .4);--card-product-media-bg: linear-gradient( 145deg, rgba(49, 46, 129, .45) 0%, rgba(6, 78, 59, .35) 100% );--card-product-accent: #818cf8}*,*:before,*:after{box-sizing:border-box}@media (prefers-reduced-motion: reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}html{scroll-behavior:smooth}body{margin:0;font-family:var(--font-sans);font-size:1.0625rem;line-height:1.6;color:var(--text);background-color:var(--bg);background-image:radial-gradient(ellipse 120% 80% at 100% -20%,var(--page-tint-1),transparent 50%),radial-gradient(ellipse 80% 60% at 0% 100%,var(--page-tint-2),transparent 45%);background-attachment:fixed;-webkit-font-smoothing:antialiased}img{max-width:100%;height:auto}a{color:var(--accent);text-decoration-thickness:1px;text-underline-offset:3px}a:hover{color:var(--accent-hover)}:focus-visible{outline:2px solid var(--accent);outline-offset:3px}.wrap{width:min(100% - 2rem,var(--max));margin-inline:auto}.site-header{padding:1.25rem 0;border-bottom:1px solid var(--border);background:var(--header-bg);backdrop-filter:blur(12px);position:sticky;top:0;z-index:10}.header-inner{display:flex;align-items:center;justify-content:space-between;gap:1rem}.header-actions{display:flex;align-items:center;gap:.75rem}.header-nav{display:flex;align-items:center;gap:1.5rem}.header-nav a{font-size:.9375rem;font-weight:600;color:var(--text-muted);text-decoration:none}.header-nav a:hover{color:var(--accent)}.theme-toggle{display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;padding:0;border-radius:10px;border:1px solid var(--border);background:var(--bg-elevated);color:var(--text);cursor:pointer;transition:background .15s ease,border-color .15s ease}.theme-toggle:hover{border-color:var(--accent);color:var(--accent)}.theme-toggle svg{width:1.25rem;height:1.25rem}.brand{display:inline-flex;align-items:center;gap:.5rem;font-weight:700;font-size:1.125rem;letter-spacing:-.02em;color:var(--text);text-decoration:none}.brand img{height:32px;width:auto;display:block}.brand:hover{color:var(--accent)}.brand:hover img{opacity:.92}.hero{padding:3rem 0 3.5rem;overflow:hidden}@media (min-width: 768px){.hero{padding:4rem 0 4.5rem}}.hero-grid{display:grid;gap:2.5rem;align-items:center}@media (min-width: 900px){.hero-grid{grid-template-columns:1fr minmax(280px,440px);gap:3rem}}.hero-copy{min-width:0}.hero-visual{margin:0 -.5rem;border-radius:20px;overflow:hidden;box-shadow:var(--shadow);border:1px solid var(--border);background:var(--bg-elevated)}.hero-visual img{display:block;width:100%;height:auto;vertical-align:middle;filter:var(--hero-illustration-filter)}.hero h1{font-family:var(--font-serif);font-weight:600;font-size:clamp(2.125rem,4vw,2.875rem);line-height:1.15;letter-spacing:-.03em;margin:0 0 1.25rem}.lede{font-size:1.1875rem;color:var(--text-muted);margin:0}@media (min-width: 900px){.hero h1{max-width:22ch}.lede{max-width:48ch}}.section{padding:3.5rem 0}.section--soft{background:var(--section-soft);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.section-title{font-family:var(--font-serif);font-size:1.75rem;font-weight:600;letter-spacing:-.02em;margin:0 0 .5rem}.section-intro{color:var(--text-muted);margin:0 0 2rem}@media (min-width: 900px){.section-intro{max-width:52ch}}.principles{display:grid;gap:1rem}@media (min-width: 640px){.principles{grid-template-columns:repeat(3,1fr);gap:1.25rem}}.principle{background:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem 1.35rem;box-shadow:var(--shadow)}.principle-icon{width:2.5rem;height:2.5rem;margin-bottom:1rem;color:var(--accent);opacity:.9}.principle-icon svg{width:100%;height:100%}.principle h3{font-size:1rem;font-weight:700;margin:0 0 .5rem;letter-spacing:-.01em}.principle p{margin:0;font-size:.9375rem;color:var(--text-muted);line-height:1.55}.products{display:grid;gap:1.25rem}@media (min-width: 640px){.products{grid-template-columns:repeat(2,1fr)}.products:has(>:only-child){grid-template-columns:1fr}}.card{display:flex;flex-direction:column;background:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem 1.35rem;box-shadow:var(--shadow);height:100%}.card--product{padding-top:1.25rem;border-color:var(--card-product-border, var(--border))}.card--product .card-media{border-color:var(--card-product-border, rgba(12, 74, 110, .08));background:var(--card-product-media-bg, linear-gradient(145deg, #f8fafc 0%, #f0f9ff 100%))}.card--product .btn-primary{background:var(--card-product-accent, var(--accent))}.card--product .btn-primary:hover{filter:brightness(1.08)}.card-media{border-radius:10px;overflow:hidden;margin-bottom:1.25rem;border:1px solid rgba(12,74,110,.08);background:linear-gradient(145deg,#f8fafc,#f0f9ff)}html.dark .card-media{border-color:var(--border)}.card-media img{display:block;width:100%;height:auto}.card h3{font-size:1.1875rem;font-weight:700;margin:0 0 .5rem;letter-spacing:-.02em}.card-body{flex:1;margin:0 0 1.35rem;font-size:.9375rem;color:var(--text-muted);line-height:1.55}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.35rem;font-family:var(--font-sans);font-size:.9375rem;font-weight:600;padding:.55rem 1rem;border-radius:8px;border:none;cursor:pointer;text-decoration:none;transition:background .15s ease,color .15s ease}.btn-primary{background:var(--accent);color:#fff;text-decoration:none}.btn-primary:hover{background:var(--accent-hover);color:#fff}.btn-ghost{background:transparent;color:var(--accent);border:1px solid var(--border)}.btn-ghost:hover{background:var(--accent-soft);border-color:var(--accent);color:var(--accent-hover)}.contact-section{display:grid;gap:1.5rem;align-items:start}@media (min-width: 768px){.contact-section{grid-template-columns:1fr minmax(200px,280px);grid-template-rows:auto auto;column-gap:2rem}.contact-copy{grid-column:1 / -1}.contact-box{grid-row:2;grid-column:1;align-self:center}.contact-visual{grid-row:2;grid-column:2;justify-self:end;align-self:center}}.contact-visual{max-width:280px}.contact-visual img{display:block;width:100%;height:auto;border-radius:16px;border:1px solid var(--border);filter:var(--contact-illustration-filter)}.contact-box{background:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--radius);padding:1.75rem 1.5rem;box-shadow:var(--shadow);max-width:420px;display:flex;align-items:center;min-height:4.5rem}.contact-email{font-weight:600;font-size:1.125rem;color:var(--accent);text-decoration:none;word-break:break-all}.contact-email:hover{text-decoration:underline}.site-footer{padding:2.5rem 0;margin-top:2rem;border-top:1px solid var(--border)}.footer-inner{display:flex;flex-direction:column;gap:.75rem;align-items:flex-start}@media (min-width: 640px){.footer-inner{flex-direction:row;align-items:flex-start;justify-content:space-between;flex-wrap:wrap;gap:1rem}}.footer-copy{font-size:.875rem;color:var(--text-muted);margin:0}.footer-copy--brand{display:inline-flex;align-items:center;gap:.5rem}.footer-app-icon{flex-shrink:0;display:block}.footer-ext{display:inline-flex;align-items:center;gap:.4rem}.footer-meta{font-size:.75rem;color:var(--text-muted);font-variant-numeric:tabular-nums;margin:.25rem 0 0;opacity:.9}.footer-links{display:flex;flex-wrap:wrap;gap:1rem 1.25rem;font-size:.875rem}.footer-links a{color:var(--text-muted);text-decoration:none}.footer-links a:hover{color:var(--accent)}.sr-only[data-astro-cid-j7pv25f6]{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}html.light .theme-toggle[data-astro-cid-j7pv25f6] .icon-sun[data-astro-cid-j7pv25f6],html.dark .theme-toggle[data-astro-cid-j7pv25f6] .icon-moon[data-astro-cid-j7pv25f6]{display:none}.theme-toggle[data-astro-cid-j7pv25f6] .icon-moon[data-astro-cid-j7pv25f6],.theme-toggle[data-astro-cid-j7pv25f6] .icon-sun[data-astro-cid-j7pv25f6]{display:block}
