:root{--bg-top: #ebf0f2;--bg-bottom: #ffffff;--bg-success: #edf5ee;--text-main: #11181c;--text-muted: #687076;--text-success: #2b8a4e;--btn-dark: #161e24;--btn-light: #ffffff;--border-color: #e1e4e8;--font-stack: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "Helvetica Neue", Arial, sans-serif;--font-mono: "SF Mono", "Menlo", monospace;--page-padding: 4vw}*{margin:0;padding:0;box-sizing:border-box;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-stack);background-color:var(--bg-bottom);color:var(--text-main);line-height:1.5;font-size:14px}h1,h2,h3,h4{font-weight:500;color:var(--text-main)}p{color:var(--text-muted)}ul{list-style:none}a{text-decoration:none;color:inherit}.t-display{font-size:clamp(3rem,6vw,5.5rem);line-height:1.05;letter-spacing:-.035em;margin-bottom:1rem}.t-heading{font-size:1.5rem;letter-spacing:-.02em;margin-bottom:.5rem;color:var(--text-main)}.t-body-large{font-size:1.125rem;line-height:1.6;letter-spacing:-.01em}.t-body{font-size:.875rem;line-height:1.6}.t-meta{font-size:.75rem;font-weight:500;color:var(--text-muted);letter-spacing:.02em}.t-eyebrow{font-size:.6875rem;text-transform:uppercase;letter-spacing:.05em;font-weight:600;color:var(--text-muted)}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;border-radius:999px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;border:none}.btn-dark{background-color:var(--btn-dark);color:#fff}.btn-dark:hover{opacity:.9}.btn-light{background-color:var(--btn-light);color:var(--text-main);box-shadow:0 1px 2px #0000000d;border:1px solid rgba(0,0,0,.05)}.top-split{background-color:var(--bg-top);padding:var(--page-padding);padding-bottom:5rem;border-bottom:1px solid var(--border-color);position:relative}.bottom-split{background-color:var(--bg-bottom);padding:0 var(--page-padding)}header{display:flex;justify-content:center;align-items:center;margin-bottom:6rem}.logo{display:flex;align-items:center;gap:.5rem;font-weight:600;font-size:1.25rem;letter-spacing:-.03em}.logo svg{width:24px;height:24px}.hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.hero-content{max-width:600px}.hero-content .t-body-large{margin-bottom:2.5rem;max-width:80%}.hero-visual{position:relative;height:100%;min-height:400px;display:flex;align-items:center;justify-content:center}.mock-window{width:100%;max-width:500px;background:#fff6;border:1px solid rgba(255,255,255,.6);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-radius:12px;box-shadow:0 20px 40px #0000000a;overflow:hidden;display:flex;flex-direction:column}.mock-header{height:40px;border-bottom:1px solid rgba(0,0,0,.05);display:flex;align-items:center;padding:0 16px;gap:6px}.mac-dot{width:10px;height:10px;border-radius:50%;background:#d1d5da}.mock-body{padding:24px;display:flex;gap:16px;align-items:center;justify-content:center}.mock-record-btn{width:64px;height:64px;border-radius:50%;background:#ff3b30;border:4px solid rgba(255,59,48,.2);box-shadow:0 0 0 2px #fff inset;display:flex;align-items:center;justify-content:center}.mock-record-inner{width:24px;height:24px;background:#fff;border-radius:4px}.mock-hud{flex:1;background:#000c;border-radius:8px;padding:12px;display:flex;flex-direction:column;gap:8px}.mock-track{height:4px;background:#fff3;border-radius:2px;overflow:hidden}.mock-track-fill{height:100%;width:60%;background:#34c759}.section-block{border-bottom:1px solid var(--border-color);padding:4rem 0;display:grid;grid-template-columns:1fr 2fr;gap:4rem}.section-block:last-child{border-bottom:none}.section-header{position:sticky;top:2rem}.section-header .t-eyebrow{margin-bottom:1rem;display:block}.content-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:3rem 2rem}.content-item h3{margin-bottom:.5rem}footer{padding:2rem var(--page-padding);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem;border-top:1px solid var(--border-color);background:var(--bg-bottom)}.footer-left{display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap}.lang-switcher{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.lang-switcher a{font-size:.75rem;color:var(--text-muted);padding:.25rem .5rem;border-radius:4px;transition:color .15s}.lang-switcher a:hover{color:var(--text-main)}.lang-switcher a.active{color:var(--text-main);font-weight:600}.cap-card{background:#f8f9fa;border-radius:12px;padding:1.5rem;border:1px solid var(--border-color)}.cap-icon{width:40px;height:40px;background:var(--btn-dark);border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.cap-card h4{font-size:.9375rem;font-weight:600;margin-bottom:.5rem;color:var(--text-main)}.cap-card p{font-size:.8125rem;color:var(--text-muted);line-height:1.5}.feat-row{display:flex;gap:1.25rem;padding:1.25rem;background:#f8f9fa;border-radius:12px;border:1px solid var(--border-color)}.feat-icon{width:44px;height:44px;border-radius:12px;background:var(--btn-dark);display:flex;align-items:center;justify-content:center;flex-shrink:0}.feat-row strong{font-size:.9375rem;font-weight:600;color:var(--text-main);display:block;margin-bottom:.375rem}.feat-row p{font-size:.8125rem;color:var(--text-muted);line-height:1.6;margin:0}@media(max-width:1024px){.hero-grid{grid-template-columns:1fr}.section-block{grid-template-columns:1fr;gap:2rem}.section-header{position:static}}
