:root{--blue:#3b5dc4;--ink:#24346f;--soft:#f4f5fa;--cyan:#d8f5fa;--btn:#68a0ff;--footer:#303030}
*{box-sizing:border-box}html,body{margin:0;min-height:100%;font-family:Arial,Helvetica,sans-serif;color:var(--ink);background:#fff}.topbar{height:62px;display:flex;align-items:center;justify-content:center;background:#fff}.brand{font-size:26px;font-weight:700;letter-spacing:-1px}.brand span{color:#10cfc3}.brand strong{color:#3157c6}.hero{display:grid;grid-template-columns:42% 58%;min-height:690px}.promo{background:var(--blue);color:#fff;display:flex;align-items:center;justify-content:center;padding:60px 42px}.promo-inner{max-width:560px;text-align:center}.promo h1{font-size:31px;margin:0 0 22px;line-height:1.15}.promo h1 em{text-decoration:underline}.promo p{font-size:17px;line-height:1.55;margin:0 auto 38px;max-width:470px}.art-card{height:190px;border:3px solid #fff;border-radius:14px;background:linear-gradient(110deg,#f7f7fb 0 50%,#eef4ff 50%);box-shadow:0 0 0 2px rgba(255,255,255,.2) inset;overflow:hidden;position:relative}.art-copy{height:100%;display:flex;align-items:center;justify-content:center;gap:42px}.phone{width:82px;height:145px;border:8px solid #273b69;border-radius:15px;background:linear-gradient(#fff,#dfefff);position:relative}.phone:after{content:"✓";position:absolute;left:21px;top:42px;width:28px;height:28px;border-radius:50%;background:#64d6b5;color:white;display:grid;place-items:center;font-weight:bold}.coins{width:100px;height:100px;border-radius:50%;background:#78d8bd;color:#2e806f;display:grid;place-items:center;font-size:58px;font-weight:bold;box-shadow:18px 23px 0 -8px #9fe3d0,-24px 35px 0 -15px #a8e7d6}.signup{background:var(--soft);display:flex;align-items:flex-start;justify-content:center;padding:100px 55px 70px}.form-wrap{width:min(650px,100%)}.headline{background:#d6f3f7;border:1px solid #c5e8ee;border-radius:4px;text-align:center;font-family:Georgia,serif;font-size:31px;padding:14px 18px;margin-bottom:28px}form{display:flex;flex-direction:column;gap:21px}.grid.two{display:grid;grid-template-columns:1fr 1fr;gap:28px}label{font-family:Georgia,serif;font-size:29px;display:flex;flex-direction:column;gap:10px}input[type=text],input[type=email],input[type=tel]{width:100%;height:46px;border:1px solid #cfd4df;border-radius:4px;background:#fff;padding:9px 12px;font:17px Arial;color:#222;outline:none}input:focus{border-color:#72a3ff;box-shadow:0 0 0 3px rgba(104,160,255,.15)}.hp{position:absolute!important;left:-9999px!important;opacity:0!important}button{align-self:center;border:0;border-radius:5px;background:var(--btn);color:#fff;font-size:19px;padding:14px 22px;cursor:pointer;min-width:205px}button:hover{filter:brightness(.96)}.fineprint{text-align:center;color:#159db5;font-size:12px;line-height:1.5;max-width:610px;margin:12px auto 0}.fineprint a{color:#159db5}footer{min-height:190px;background:var(--footer);color:#fff;text-align:center;padding:55px 20px}footer nav{margin-top:20px;display:flex;justify-content:center;gap:28px}footer a{color:#0cc0d9;text-decoration:none}@media(max-width:900px){.hero{grid-template-columns:1fr}.promo{padding:60px 24px}.signup{padding:55px 24px}.grid.two{grid-template-columns:1fr}.hero{min-height:unset}.headline{font-size:26px}label{font-size:24px}}@media(max-width:520px){.promo h1{font-size:27px}.promo p{font-size:16px}.art-card{height:160px}.headline{font-size:22px}.signup{padding:40px 18px}.topbar{height:56px}.brand{font-size:23px}}
