:root{
  --green:#0b5d45;
  --green-2:#10a84a;
  --text:#12352f;
  --muted:#6f7782;
  --line:#dfe5e8;
  --yellow:#ffbf00;
  --page:#f5f7f8;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:radial-gradient(circle at 50% 0,#ffffff 0,#f7f9fa 42%,#f0f3f4 100%);
  color:var(--text);
  font-family:Arial,"Helvetica Neue",sans-serif;
}
img{display:block;max-width:100%}
.site-header{padding:14px 16px 0;text-align:center}
.site-header__inner{display:flex;justify-content:center}
.ai-pill{
  display:inline-flex;align-items:center;gap:8px;
  padding:7px 22px;border-radius:999px;
  color:#fff;font-size:25px;line-height:1;font-weight:500;
  background:linear-gradient(90deg,#90cf2e 0%,#27c6d1 55%,#3297f2 100%);
  box-shadow:0 6px 18px rgba(32,157,122,.15)
}
.ai-pill span{font-size:20px}
.page{width:min(1120px,calc(100% - 24px));margin:10px auto 0}
.visual-section{width:100%;overflow:hidden;border-radius:26px;background:#fff;box-shadow:0 8px 28px rgba(25,45,55,.08)}
.visual-section img{width:100%;height:auto}
.hero-section{border-radius:26px;position:relative;z-index:1}

.form-card{
  width:min(550px,calc(100% - 32px));
  margin:18px auto 0;
  position:relative;z-index:3;
  background:rgba(255,255,255,.98);
  border:1px solid #e5e9ec;
  border-radius:28px;
  padding:28px 34px 24px;
  box-shadow:0 18px 42px rgba(20,38,48,.14);
  text-align:center;
}
.form-card h1,.form-card h2{
  margin:0 0 20px;
  color:#0a3130;
  font-size:clamp(28px,3.4vw,42px);
  line-height:1.08;
  letter-spacing:-.025em;
  font-weight:800;
}
.signup-form{display:grid;gap:12px}
.form-field{width:100%}
.signup-form input{
  width:100%;height:58px;
  border:1px solid #d8dde2;border-radius:8px;
  background:#fff;color:#28333b;
  padding:0 20px;
  font-size:18px;outline:none;
  box-shadow:inset 0 1px 2px rgba(0,0,0,.02)
}
.signup-form input:focus{border-color:#98bcae;box-shadow:0 0 0 3px rgba(16,168,74,.08)}
.signup-form input::placeholder{color:#7a818a}
.signup-form button{
  height:62px;border:0;border-radius:8px;
  background:linear-gradient(180deg,#ffc800,#ffb900);
  color:#111;font-size:20px;font-weight:800;cursor:pointer;
  box-shadow:0 5px 12px rgba(214,153,0,.22)
}
.signup-form button:hover{filter:brightness(1.02)}
.privacy{margin:14px 0 0;color:#757b84;font-size:15px}
.privacy span{margin-right:8px;color:#7a8087}

.stats-section{margin-top:18px;border-radius:24px}
.trust-section{margin-top:22px;border-radius:26px}
.license-section{margin-top:22px;border-radius:26px}
.repeat-registration{margin-top:24px;margin-bottom:24px}

.site-footer{
  width:min(1120px,calc(100% - 24px));
  margin:0 auto 24px;
  display:grid;grid-template-columns:330px 1fr;align-items:center;
  background:#fff;border:1px solid #e4e8ea;border-radius:24px;
  padding:24px 36px;box-shadow:0 8px 28px rgba(25,45,55,.08)
}
.site-footer__brand{padding-right:36px;border-right:1px solid #dfe4e7;display:flex;align-items:center}
.site-footer__brand img{width:260px;max-width:100%;height:auto}
.site-footer__copy{padding-left:36px;color:#737b86;font-size:16px;line-height:1.45}
.site-footer__copy p{margin:0 0 12px}.site-footer__copy small{font-size:16px}

@media(max-width:760px){
  .site-header{padding-top:10px}.ai-pill{font-size:18px;padding:6px 16px}
  .page{width:calc(100% - 12px);margin-top:8px}
  .visual-section{border-radius:16px}
  .form-card{width:calc(100% - 26px);margin-top:12px;padding:22px 16px 18px;border-radius:20px}
  .form-card h1,.form-card h2{font-size:27px;margin-bottom:16px}
  .signup-form input{height:52px;font-size:16px}
  .signup-form button{height:56px;font-size:17px}
  .privacy{font-size:12px}
  .stats-section,.trust-section,.license-section{margin-top:12px}
  .site-footer{width:calc(100% - 12px);grid-template-columns:1fr;padding:20px;border-radius:18px;text-align:center}
  .site-footer__brand{border-right:0;border-bottom:1px solid #e1e5e7;padding:0 0 16px;justify-content:center}
  .site-footer__brand img{width:210px}
  .site-footer__copy{padding:16px 0 0;font-size:13px}.site-footer__copy small{font-size:13px}
}
