:root{--landing-bg:#fffaf0;--landing-accent:#ffb347;--landing-text:#2c5282;--landing-muted:#4a5568;--card-bg:#ffffff;--note-bg:#fff5e6;--nav-bg-soft:rgba(255,255,255,0.8);--nav-bg-hover:#ffffff;--landing-text-body:#2d3748}@media (prefers-color-scheme:dark){:root{--landing-bg:#1a1a2e;--landing-accent:#eb526b;--landing-text:#f7fafc;--landing-muted:#e2e8f0;--card-bg:#16213e;--note-bg:#0f3460;--nav-bg-soft:rgba(22,33,62,0.8);--nav-bg-hover:#16213e;--landing-text-body:#f7fafc}}body{margin:0;font-family:'Zen Maru Gothic',sans-serif;background:var(--landing-bg);color:var(--landing-text-body);min-height:100vh;display:flex;flex-direction:column;line-height:1.8}h1,h2,h3,h4,h5,h6{color:var(--landing-text)}main{flex:1;display:flex;flex-direction:column;gap:3rem;padding-bottom:4rem}section{padding:0 clamp(1.5rem,6vw,6rem)}.landing-hero{padding-top:clamp(2rem,5vw,4rem);display:grid;grid-template-columns:1fr;gap:2rem;align-items:center}@media (min-width:768px){.landing-hero{grid-template-columns:1fr 1fr;gap:3rem}}.hero-image{order:-1}@media (min-width:768px){.hero-image{order:1}}.hero-image img{width:100%;max-width:480px;height:auto;border-radius:24px;box-shadow:0 30px 60px rgba(0,0,0,0.08);margin:0 auto;display:block}.eyebrow{text-transform:uppercase;letter-spacing:0.2em;font-size:0.75rem;color:var(--landing-muted);margin:0}.hero-copy h1{font-size:clamp(2rem,5.2vw,3.4rem);margin:0.5rem 0 1rem;line-height:1.4}.hero-copy p{margin:0 0 1rem;font-size:1.05rem}.hero-note{margin:1rem;padding:1.25rem 1.5rem;border-left:4px solid var(--landing-accent);background:var(--note-bg);border-radius:12px;font-size:0.95rem;color:var(--landing-muted)}.cta-button{display:inline-flex;align-items:center;gap:0.5rem;padding:0.9rem 1.8rem;font-size:1rem;border-radius:999px;border:none;color:white;background:linear-gradient(120deg,var(--landing-accent),#ffcc33);text-decoration:none;font-weight:600;box-shadow:0 10px 25px rgba(255,179,71,0.35);transition:transform 0.2s ease}.cta-button:hover{transform:translateY(-2px)}.hero-sub-nav{margin-top:1.5rem;display:flex;gap:1rem}.soft-nav-item{display:inline-flex;align-items:center;gap:0.4rem;padding:0.6rem 1.2rem;border-radius:20px;background:var(--nav-bg-soft);border:2px solid rgba(84,124,152,0.2);color:var(--landing-text);text-decoration:none;font-weight:700;font-size:0.95rem;transition:all 0.2s}.soft-nav-item:hover{background:var(--nav-bg-hover);border-color:var(--landing-text);transform:translateY(-2px)}.soft-icon{font-size:1.1em}.section-heading{font-size:1.4rem;margin-bottom:1rem}.feature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:1.5rem}.feature-card{background:var(--card-bg);border-radius:18px;padding:1.5rem;box-shadow:0 25px 45px rgba(0,0,0,0.05);backdrop-filter:blur(6px)}.feature-card h3{margin:0 0 0.5rem;font-size:1.1rem}.values-list,.faq-list{display:flex;flex-direction:column;gap:1.25rem;margin:1rem 0 0}.faq-item{background:var(--card-bg);border-radius:16px;padding:1.25rem 1.5rem;box-shadow:0 20px 35px rgba(0,0,0,0.04)}.faq-item dt{font-weight:600;margin-bottom:0.4rem}.cta-section{text-align:center;padding-bottom:0}.cta-section p{margin:0.5rem 0 1.5rem;color:var(--landing-muted)}.site-header{padding:1rem clamp(1.5rem,6vw,6rem);display:flex;align-items:center;justify-content:space-between}.brand{font-weight:700;font-size:1.25rem;color:var(--landing-text);text-decoration:none;display:flex;align-items:center;gap:0.5rem}.brand-icon{font-size:1.4rem}.header-nav{display:flex;gap:1.25rem}.header-link{text-decoration:none;color:var(--landing-muted);font-size:0.95rem;font-weight:600;display:inline-flex;align-items:center;gap:0.4rem;transition:color 0.2s}.header-link:hover{color:var(--landing-accent)}