*{margin:0;padding:0;box-sizing:border-box}body,html{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#1a1a1a;background:#fff}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--primary:#007aff;--dark:#1a1a1a;--light:#f5f5f5;--gray:#8e8e93;--success:#34c759}h1{font-size:48px;font-weight:700;line-height:1.2;margin-bottom:16px}h2{font-size:36px;line-height:1.3;margin-bottom:24px}h2,h3{font-weight:600}h3{font-size:24px;margin-bottom:12px}p{line-height:1.6;color:var(--gray);margin-bottom:16px}.btn,p{font-size:16px}.btn{display:inline-block;padding:12px 24px;border-radius:8px;font-weight:600;text-decoration:none;border:none;cursor:pointer;transition:all .3s ease}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover{background:#0051d5;transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,122,255,.3)}.btn-secondary{background:var(--light);color:var(--dark);border:2px solid var(--primary)}.btn-secondary:hover{background:var(--primary);color:#fff}.container{max-width:1200px;margin:0 auto;padding:0 20px}.section{padding:80px 0}.section-dark{background:var(--dark);color:#fff}.section-light{background:var(--light)}@media (max-width:768px){h1{font-size:32px}h2{font-size:28px}.section{padding:40px 0}}