*, *::before, *::after{margin:0;padding:0;box-sizing:border-box;}html{scroll-behavior:smooth;}body{font-family:system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;line-height:1.7;color:#1f2933;background-color:#faf8f5;max-width:1120px;margin:0 auto;padding:1.5rem 1.5rem 3rem;}header{background:rgba(255, 255, 255, 0.95);border-bottom:1px solid #e8e4df;padding:1.25rem 0;margin-bottom:2.5rem;position:sticky;top:0;backdrop-filter:blur(10px);z-index:10;}nav{display:flex;gap:1.75rem;justify-content:center;flex-wrap:wrap;}nav a{color:#326496;text-decoration:none;font-weight:500;font-size:0.98rem;transition:color 0.12s ease, transform 0.12s ease;}nav a:hover{color:#285080;transform:translateY(-1px);}main{padding:0;}.hero{display:grid;grid-template-columns:minmax(0, 3fr) minmax(0, 2fr);gap:2.5rem;align-items:center;margin-bottom:3rem;}.hero-text h1{font-size:2.4rem;margin-bottom:1rem;color:#1a1a1a;line-height:1.2;font-weight:700;}.hero-text p{font-size:1.02rem;color:#334155;margin-bottom:1.5rem;}.hero-cta{display:inline-flex;align-items:center;gap:0.4rem;margin-top:0.75rem;font-size:0.94rem;color:#326496;text-decoration:none;font-weight:500;}.hero-cta:hover{text-decoration:underline;}.hero-illustration{border-radius:24px;padding:1.5rem;background:linear-gradient(145deg, #f5f0eb 0%, #ebe5de 100%);border:1px solid #ddd8d0;display:flex;align-items:center;justify-content:center;}.hero-illustration img{max-width:100%;border-radius:18px;display:block;}article{background:#ffffff;padding:2.25rem 2.4rem;border-radius:20px;box-shadow:0 14px 40px rgba(15, 23, 42, 0.06);}.intro{margin-bottom:2.5rem;font-size:1.02rem;color:#334155;}article h2{font-size:1.6rem;margin-top:2.5rem;margin-bottom:1rem;color:#1a1a1a;font-weight:600;}article h2:first-of-type{margin-top:0;}h3{font-size:1.2rem;margin-top:1.5rem;margin-bottom:0.6rem;color:#1e293b;font-weight:600;}p{margin-bottom:1.1rem;text-align:left;line-height:1.75;}article a{color:#326496;text-decoration:none;}article a:hover{text-decoration:underline;}.faq{margin-top:3rem;}.faq h2{margin-bottom:1.5rem;}.faq-grid{display:grid;grid-template-columns:repeat(2, minmax(0, 1fr));gap:1.5rem;}.faq-item{background:#faf8f5;padding:1.4rem 1.5rem;border-radius:16px;border:1px solid #e8e4df;}.faq-item h3{color:#326496;font-size:1.05rem;margin-top:0;margin-bottom:0.5rem;}.faq-item p{font-size:0.96rem;color:#475569;margin-bottom:0;}.faq-more{margin-top:1.5rem;margin-bottom:0;}.faq-more a{color:#326496;text-decoration:none;font-weight:500;}.faq-more a:hover{text-decoration:underline;}footer{margin-top:3rem;padding-top:2rem;border-top:1px solid #e8e4df;text-align:center;font-size:0.9rem;color:#64748b;}footer p{margin-bottom:0;}footer nav{margin-bottom:0.75rem;}footer a{color:#326496;text-decoration:none;}footer a:hover{text-decoration:underline;}@media (max-width:900px){.hero{grid-template-columns:minmax(0, 1fr);}.hero-illustration{order:-1;}article{padding:1.8rem 1.5rem;}.faq-grid{grid-template-columns:minmax(0, 1fr);}}@media (max-width:640px){body{padding:1rem 1rem 2.5rem;}.hero-text h1{font-size:1.9rem;}nav{gap:1.1rem;}}@media (prefers-color-scheme:dark){body{background-color:#1c1917;color:#e7e5e4;}header{background:rgba(28, 25, 23, 0.95);border-bottom-color:#292524;}article{background:#1c1917;box-shadow:0 18px 40px rgba(0, 0, 0, 0.5);}.hero-text h1{color:#fafaf9;}.hero-text p, .intro, article p{color:#d6d3d1;}article h2{color:#f5f5f4;}article h3{color:#e7e5e4;}.hero-illustration{background:linear-gradient(145deg, #292524 0%, #1c1917 100%);border-color:#44403c;}.faq-item{background:#292524;border-color:#44403c;}.faq-item h3{color:#7dd3fc;}.faq-item p{color:#d6d3d1;}nav a, footer a, .hero-cta, article a, .faq-more a{color:#7dd3fc;}footer{border-top-color:#44403c;color:#a8a29e;}footer p{color:#a8a29e;}}