:root { --bg: #ffffff; --fg: #101827; --accent: #111827; --accent-soft: #f3f4f6; --border-subtle: #e5e7eb; --muted: #6b7280; --radius-lg: 18px; --radius-xl: 24px; --shadow-soft: 0 18px 45px rgba(15,23,42,0.08); --font-sans: system-ui, -apple-system, BlinkMacSystemFont, "SF Pro Text", "Segoe UI", sans-serif; } *, *::before, *::after { box-sizing: border-box; } html, body { margin: 0; padding: 0; } body { font-family: var(--font-sans); background: var(--bg); color: var(--fg); line-height: 1.6; } a { color: inherit; text-decoration: none; } a:hover { text-decoration: underline; } .container { width: 100%; max-width: 1120px; margin: 0 auto; padding: 0 1.5rem; } .site-header { position: sticky; top: 0; z-index: 40; backdrop-filter: blur(12px); background: rgba(255,255,255,0.9); border-bottom: 1px solid rgba(229,231,235,0.8); } .top-bar { background: #111827; color: #f9fafb; font-size: 0.85rem; padding: 0.45rem 1.5rem; text-align: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .main-nav { display: flex; align-items: center; justify-content: space-between; padding: 0.85rem 0; } .logo { display: inline-flex; align-items: center; gap: 0.5rem; font-weight: 600; } .logo-mark { width: 32px; height: 32px; border-radius: 999px; background: #111827; color: #f9fafb; display: inline-flex; align-items: center; justify-content: center; font-size: 0.9rem; } .logo-text { letter-spacing: 0.03em; } .nav-links { display: flex; gap: 1.5rem; font-size: 0.95rem; } .nav-links a { padding: 0.25rem 0; } .nav-links a:hover { text-decoration: none; color: #111827; } .nav-toggle { display: none; background: none; border: none; padding: 0.25rem; flex-direction: column; gap: 0.25rem; } .nav-toggle span { width: 22px; height: 2px; background: #111827; border-radius: 999px; } .hero { padding: 3.5rem 0 3rem; } .hero-home { border-bottom: 1px solid var(--border-subtle); } .hero-grid { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr); gap: 2.75rem; align-items: center; } .hero h1 { font-size: clamp(2.15rem, 3vw, 2.6rem); letter-spacing: -0.03em; margin-bottom: 1rem; } .highlight { background: #facc15; padding: 0 0.25em; border-radius: 999px; } .lead { font-size: 1rem; color: var(--muted); max-width: 34rem; } .hero-actions { display: flex; flex-wrap: wrap; gap: 0.75rem; margin: 1.4rem 0 1rem; } .btn-primary, .btn-secondary { display: inline-flex; align-items: center; justify-content: center; padding: 0.7rem 1.2rem; border-radius: 999px; border: 1px solid transparent; font-size: 0.95rem; font-weight: 500; cursor: pointer; } .btn-primary { background: #111827; color: #f9fafb; } .btn-secondary { background: #ffffff; color: #111827; border-color: var(--border-subtle); } .btn-primary:hover, .btn-secondary:hover { text-decoration: none; box-shadow: 0 10px 24px rgba(15,23,42,0.12); } .hero-points { list-style: none; padding: 0; margin: 0; display: grid; gap: 0.25rem; font-size: 0.9rem; color: var(--muted); } .hero-image-wrapper { border-radius: var(--radius-xl); overflow: hidden; box-shadow: var(--shadow-soft); background: #0f172a; } .hero-image-wrapper img { display: block; width: 100%; height: 100%; object-fit: cover; } .section { padding: 3rem 0; } .section-alt { background: var(--accent-soft); } .feature-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.75rem; } .feature-card { border-radius: var(--radius-lg); padding: 1.6rem 1.5rem; background: #ffffff; border: 1px solid var(--border-subtle); box-shadow: 0 12px 30px rgba(15,23,42,0.04); } .feature-card h2 { font-size: 1.1rem; } .two-column { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 2.25rem; } .two-column h2, .two-column h3 { margin-top: 0; } .fine-print { font-size: 0.8rem; color: var(--muted); } .blog-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.75rem; } .blog-card { border-radius: var(--radius-lg); border: 1px solid var(--border-subtle); overflow: hidden; background: #ffffff; box-shadow: 0 12px 30px rgba(15,23,42,0.04); } .blog-card img { width: 100%; height: 180px; object-fit: cover; display: block; } .blog-card h3 { font-size: 1rem; margin: 0.75rem 0 0.4rem; } .blog-card p { font-size: 0.9rem; color: var(--muted); margin: 0 0 0.6rem; } .blog-card a { display: block; padding: 0.9rem 1rem 1.1rem; } .blog-meta { font-size: 0.8rem; color: var(--muted); } .blog-cta { margin-top: 2rem; text-align: center; } .faq { max-width: 720px; } .faq-item + .faq-item { border-top: 1px solid var(--border-subtle); padding-top: 1.25rem; margin-top: 1.25rem; } .faq h2 { margin-top: 0; } .page-hero { padding: 3rem 0 2.5rem; } .page-hero .hero-grid { align-items: center; } .breadcrumb { font-size: 0.8rem; color: var(--muted); margin-bottom: 1rem; } .breadcrumb ol { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: 0.25rem; } .breadcrumb li::after { content: "›"; margin-left: 0.25rem; } .breadcrumb li[aria-current="page"]::after { content: ""; } .breadcrumb li[aria-current="page"] { font-weight: 500; } .narrow { max-width: 760px; } .text-center { text-align: center; } .article-hero-image img { width: 100%; max-height: 360px; object-fit: cover; } .article-body { max-width: 760px; padding: 2.2rem 0 3rem; } .article-body p { margin-bottom: 1.1rem; } .article-meta { font-size: 0.85rem; color: var(--muted); } .legal h1 { margin-top: 0; } .site-footer { border-top: 1px solid var(--border-subtle); margin-top: 2rem; padding-top: 2.5rem; } .footer-grid { display: grid; grid-template-columns: 2fr 2fr 1.5fr; gap: 2rem; font-size: 0.9rem; } .share-links { list-style: none; padding: 0; margin: 0; } .share-links li + li { margin-top: 0.4rem; } .footer-bottom { border-top: 1px solid var(--border-subtle); margin-top: 2rem; } .footer-bottom-inner { display: flex; justify-content: space-between; align-items: center; padding: 0.9rem 0 1.2rem; font-size: 0.8rem; color: var(--muted); } .footer-bottom nav { display: flex; gap: 1rem; } .contact-form { border-radius: var(--radius-lg); border: 1px solid var(--border-subtle); padding: 1.5rem 1.5rem 1.7rem; background: #ffffff; box-shadow: 0 12px 30px rgba(15,23,42,0.04); } .contact-form label { display: block; font-size: 0.85rem; margin-bottom: 0.35rem; } .contact-form input, .contact-form textarea { width: 100%; border-radius: 12px; border: 1px solid var(--border-subtle); padding: 0.5rem 0.75rem; font-family: var(--font-sans); font-size: 0.9rem; margin-bottom: 0.85rem; } .contact-form button { margin-top: 0.25rem; } @media (max-width: 900px) { .hero-grid, .feature-grid, .two-column, .blog-list, .footer-grid { grid-template-columns: minmax(0, 1fr); } .blog-card img { height: 200px; } } @media (max-width: 720px) { .nav-toggle { display: inline-flex; } .nav-links { position: absolute; top: 64px; right: 0; background: #ffffff; border-left: 1px solid var(--border-subtle); border-bottom: 1px solid var(--border-subtle); box-shadow: var(--shadow-soft); flex-direction: column; padding: 0.75rem 1.25rem 1rem; min-width: 180px; display: none; } .nav-links.is-open { display: flex; } .hero { padding-top: 2.4rem; } }