:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}:root{--bg: #f5f5f5;--card-bg: #ffffff;--accent: #2563eb;--accent-soft: rgba(37, 99, 235, .06);--text-main: #111827;--text-muted: #6b7280;--border-subtle: #e5e7eb;--radius-lg: 20px;--shadow-soft: 0 20px 45px rgba(15, 23, 42, .12);--max-width: 1100px}*{box-sizing:border-box;margin:0;padding:0}body{font-family:system-ui,sans-serif;background:radial-gradient(circle at top,#e0ebff 0,#f5f5f5 45%);padding:32px 16px;display:flex;justify-content:center;color:var(--text-main)}.page{width:100%;max-width:var(--max-width);background:var(--card-bg);border-radius:28px;box-shadow:var(--shadow-soft);padding:40px;display:flex;flex-direction:column;gap:40px}.header{display:flex;justify-content:space-between;border-bottom:1px solid var(--border-subtle);padding-bottom:24px;align-items:center}.brand{display:flex;gap:16px;align-items:center}.brand-logo{width:50px;height:50px;border-radius:14px;background:var(--accent-soft);color:var(--accent);display:flex;justify-content:center;align-items:center;font-weight:700;font-size:24px}.brand-text h1{font-size:22px;font-weight:700}.brand-text p{font-size:15px;color:var(--text-muted)}.header-contact{display:flex;flex-direction:column;align-items:flex-end;gap:6px;font-size:15px}.header-contact a{color:var(--accent);font-weight:600;text-decoration:none}.main{display:grid;grid-template-columns:minmax(0,2fr) minmax(0,1.5fr);gap:40px}@media(max-width:780px){.main{grid-template-columns:1fr}.header-contact{align-items:flex-start}}.hero{display:flex;flex-direction:column;gap:32px}.hero-title{font-size:32px;font-weight:700;line-height:1.3}.hero-subtitle{font-size:17px;color:var(--text-muted);margin-top:8px;max-width:440px}.hero-tags{display:flex;gap:10px;flex-wrap:wrap;margin-top:10px}.tag{background:#f9fafb;border:1px solid var(--border-subtle);padding:6px 14px;border-radius:999px;color:var(--text-muted);font-size:13px}.hero-actions{display:flex;gap:16px;flex-wrap:wrap;margin-top:12px;margin-bottom:12px}.btn-primary,.btn-secondary{padding:12px 24px;border-radius:999px;font-size:16px;text-decoration:none;display:inline-flex;align-items:center;font-weight:600;cursor:pointer;transition:.15s ease}.btn-primary{background:var(--accent);color:#fff;box-shadow:0 12px 28px #2563eb4d}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 18px 36px #2563eb73}.btn-secondary{border:1px solid var(--border-subtle);background:#fff;color:var(--text-main)}.btn-secondary:hover{background:#f3f4f6}.trust-row{display:flex;gap:12px;flex-wrap:wrap;margin-top:10px}.trust-item{display:flex;align-items:center;gap:6px;background:#f9fafb;padding:6px 14px;border-radius:999px;font-size:13px;color:var(--text-muted);border:1px solid var(--border-subtle)}.dot{width:7px;height:7px;border-radius:999px;background:#10b981}.services{margin-top:14px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.service-card{background:#f8fafc;border:1px solid var(--border-subtle);border-radius:16px;padding:20px}.service-card h3{font-size:16px;margin-bottom:10px}.service-card p{font-size:14px;color:var(--text-muted)}.section-title{font-size:18px;font-weight:600}.why-card{margin-top:24px;border:1px dashed var(--border-subtle);background:#fff;border-radius:16px;padding:20px}.why-list{margin-top:10px;padding-left:22px}.why-list li{margin-bottom:6px;font-size:14px;color:var(--text-muted)}.quote-card{border:1px solid var(--border-subtle);border-radius:24px;padding:32px;background:#f9fbff;display:flex;flex-direction:column;gap:20px}.quote-header p{font-size:14px;color:var(--text-muted)}.small-note{font-size:12px;color:var(--text-muted)}form{display:flex;flex-direction:column;gap:16px}label{display:flex;flex-direction:column;gap:6px;font-size:15px}input,textarea,select{appearance:none!important;border-radius:12px;border:1px solid var(--border-subtle);padding:12px 16px;font-size:15px;outline:none;background:#fff!important;color:#111!important}textarea{min-height:120px;border-radius:16px;resize:vertical}input::placeholder,textarea::placeholder{color:#9ca3af}input:focus,textarea:focus,select:focus{border-color:var(--accent);box-shadow:0 0 0 3px #2563eb33;background:#fff!important}.req{color:#ef4444}.footer{border-top:1px solid var(--border-subtle);padding-top:20px;font-size:14px;color:var(--text-muted);display:flex;justify-content:space-between;flex-wrap:wrap}
