.cs{color:#e5e4e7;background:#08060d;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:0 24px;display:flex;position:relative;overflow:hidden}.cs-bg{pointer-events:none;z-index:0;position:fixed;inset:0}.cs-bg__glow{filter:blur(120px);opacity:.15;border-radius:50%;position:absolute}.cs-bg__glow--1{background:#1a5c38;width:600px;height:600px;top:-200px;left:-100px}.cs-bg__glow--2{opacity:.08;background:#16a34a;width:500px;height:500px;bottom:-150px;right:-100px}.cs-bg__grid{background-image:linear-gradient(#ffffff05 1px,#0000 1px),linear-gradient(90deg,#ffffff05 1px,#0000 1px);background-size:64px 64px;position:absolute;inset:0}.cs-header{z-index:1;justify-content:center;padding:32px 24px 0;display:flex;position:absolute;top:0;left:0;right:0}.cs-logo{align-items:center;gap:10px;display:flex}.cs-logo__text{letter-spacing:-.5px;font-size:22px;font-weight:800}.cs-logo__trade{color:#fff}.cs-logo__crew{color:#16a34a}.cs-hero{z-index:1;text-align:center;max-width:680px;position:relative}.cs-hero__badge{letter-spacing:1px;text-transform:uppercase;color:#16a34a;background:#16a34a1f;border:1px solid #16a34a40;border-radius:100px;margin-bottom:28px;padding:6px 16px;font-size:13px;font-weight:600;display:inline-block}.cs-hero__title{letter-spacing:-1.5px;color:#fff;margin-bottom:24px;font-size:clamp(36px,6vw,56px);font-weight:800;line-height:1.1}.cs-hero__accent{color:#16a34a}.cs-hero__sub{color:#a9a5b2;max-width:540px;margin:0 auto 40px;font-size:18px;line-height:1.7}.cs-hero__form{gap:12px;max-width:480px;margin:0 auto;display:flex}.cs-hero__input{color:#fff;font-size:16px;font-family:var(--font-sans);background:#ffffff0f;border:1px solid #ffffff1a;border-radius:12px;outline:none;flex:1;padding:16px 20px;transition:border-color .2s,background .2s}.cs-hero__input::placeholder{color:#6b6375}.cs-hero__input:focus{background:#ffffff14;border-color:#16a34a}.cs-hero__btn{color:#fff;font-size:16px;font-weight:600;font-family:var(--font-sans);cursor:pointer;white-space:nowrap;background:#1a5c38;border:none;border-radius:12px;padding:16px 28px;transition:background .2s,transform .15s,box-shadow .2s}.cs-hero__btn:hover{background:#16a34a;transform:translateY(-1px);box-shadow:0 4px 20px #16a34a4d}.cs-hero__btn:disabled{opacity:.7;cursor:not-allowed;transform:none}.cs-hero__note{color:#6b6375;margin-top:16px;font-size:13px}.cs-hero__error{color:#ef4444;margin-top:12px;font-size:14px}.cs-hero__success{background:#16a34a1a;border:1px solid #16a34a40;border-radius:12px;justify-content:center;align-items:center;gap:12px;max-width:480px;margin:0 auto;padding:20px 32px;display:flex}.cs-hero__success-icon{color:#fff;background:#16a34a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:16px;font-weight:700;display:flex}.cs-hero__success-text{color:#fff;font-size:16px;font-weight:500}.cs-footer{z-index:1;text-align:center;padding:0 24px 32px;position:absolute;bottom:0;left:0;right:0}.cs-footer__tagline{color:#6b6375;margin-bottom:6px;font-size:14px}.cs-footer__copy{color:#3d3654;font-size:13px}@media (width<=768px){.cs{padding:0 16px}.cs-hero__sub{font-size:16px}.cs-hero__form{flex-direction:column}.cs-hero__btn{width:100%}.cs-footer{padding:0 16px 24px}}:root{--green-900:#0a3d1f;--green-800:#0f4d28;--green-700:#1a5c38;--green-600:#16a34a;--green-500:#22c55e;--green-400:#4ade80;--green-100:#dcfce7;--green-50:#f0fdf4;--gray-900:#08060d;--gray-800:#1f1b2d;--gray-700:#3d3654;--gray-600:#6b6375;--gray-500:#8a8494;--gray-400:#a9a5b2;--gray-300:#d1cfd6;--gray-200:#e5e4e7;--gray-100:#f4f3f6;--gray-50:#fafafa;--white:#fff;--black:#08060d;--shadow-sm:0 1px 2px #0000000d;--shadow-md:0 4px 6px -1px #00000012, 0 2px 4px -2px #0000000d;--shadow-lg:0 10px 15px -3px #00000014, 0 4px 6px -4px #0000000a;--shadow-xl:0 20px 25px -5px #00000014, 0 8px 10px -6px #0000000a;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--radius-xl:24px;--font-sans:"Inter", system-ui, -apple-system, sans-serif;--font-mono:"JetBrains Mono", ui-monospace, monospace}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--font-sans);color:var(--gray-700);background:var(--white);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6}#root{flex-direction:column;min-height:100vh;display:flex}h1,h2,h3,h4,h5,h6{color:var(--gray-900);font-weight:700;line-height:1.2}a{color:var(--green-700);text-decoration:none;transition:color .2s}a:hover{color:var(--green-600)}img{max-width:100%;height:auto}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 24px}@media (width<=768px){.container{padding:0 16px}}.btn{border-radius:var(--radius-sm);font-size:16px;font-weight:600;font-family:var(--font-sans);cursor:pointer;border:none;align-items:center;gap:8px;padding:14px 28px;text-decoration:none;transition:all .2s;display:inline-flex}.btn-primary{background:var(--green-700);color:var(--white)}.btn-primary:hover{background:var(--green-800);color:var(--white);box-shadow:var(--shadow-lg);transform:translateY(-1px)}.btn-secondary{background:var(--white);color:var(--green-700);border:2px solid var(--green-700)}.btn-secondary:hover{background:var(--green-50);color:var(--green-700)}.btn-large{border-radius:var(--radius-md);padding:18px 36px;font-size:18px}.section{padding:96px 0}.section-sm{padding:64px 0}@media (width<=768px){.section{padding:64px 0}.section-sm{padding:48px 0}}.section-header{text-align:center;max-width:680px;margin:0 auto 64px}.section-header h2{letter-spacing:-.5px;margin-bottom:16px;font-size:40px}.section-header p{color:var(--gray-600);font-size:18px}@media (width<=768px){.section-header{margin-bottom:40px}.section-header h2{font-size:28px}.section-header p{font-size:16px}}.badge{letter-spacing:.5px;text-transform:uppercase;border-radius:100px;align-items:center;gap:6px;padding:6px 14px;font-size:13px;font-weight:600;display:inline-flex}.badge-green{background:var(--green-100);color:var(--green-700)}
