/* PEQuu Form UI v2.1 — clean standalone visual layer */
:root{--blue:#2898EA;--navy:#131F69;--cream:#F0E6CB;--ink:#191F2B;--grey:#697086;--line:#E4E9F2;--soft:#F7F9FC;--tint:#EDF7FE;--ok:#15966C;--err:#D94B52}
*{margin:0;padding:0;box-sizing:border-box;-webkit-tap-highlight-color:transparent}
html,body{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Arial,sans-serif;color:var(--ink);background:#F3F6FA}
body{min-height:100vh}
.app{max-width:920px;margin:0 auto;min-height:100vh;background:#fff;box-shadow:0 0 0 1px rgba(19,31,105,.04)}
.bar{height:76px;padding:0 34px;display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;z-index:30;background:rgba(255,255,255,.94);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);border-bottom:1px solid var(--line)}
.bar .lg{display:flex;align-items:center;min-width:0}.bar .lg img{display:block;width:122px;height:auto}.bar-right{display:flex;align-items:center;gap:10px}.backlink{display:none!important}.bar .cnt{font-size:11px;color:var(--navy);background:var(--tint);border:1px solid rgba(40,152,234,.18);border-radius:999px;padding:7px 11px;font-weight:700;letter-spacing:.03em;text-transform:uppercase}.langswitch{display:flex;background:var(--soft);border:1px solid var(--line);border-radius:999px;padding:3px;gap:2px}.langswitch button{border:0;background:transparent;color:var(--grey);border-radius:999px;padding:6px 9px;font-weight:700;font-size:11px;cursor:pointer}.langswitch button.on{background:#fff;color:var(--navy);box-shadow:0 2px 8px rgba(19,31,105,.08)}
.tabs{display:flex;gap:4px;margin:28px 34px 0;padding:4px;background:var(--soft);border:1px solid var(--line);border-radius:14px;position:relative;top:auto;z-index:1}.tab{flex:1;text-align:center;padding:12px 10px;border-radius:10px;background:transparent;font-weight:700;font-size:13px;color:var(--grey);cursor:pointer;border:0;transition:.2s}.tab.on{background:#fff;color:var(--navy);box-shadow:0 4px 16px rgba(19,31,105,.08)}
.wrap{padding:38px 34px 120px}.hero{background:transparent;color:var(--ink);border-radius:0;padding:0 0 30px;margin-bottom:6px;border-bottom:1px solid var(--line);position:relative;overflow:visible}.hero:before{content:'PEQuu early access';display:inline-flex;margin-bottom:14px;color:var(--blue);font-size:11px;line-height:1;font-weight:700;letter-spacing:.09em;text-transform:uppercase}.hero h1{max-width:720px;font-size:clamp(30px,5vw,48px);font-weight:700;letter-spacing:-1.7px;line-height:1.02;color:var(--navy)}.hero p{max-width:680px;font-size:15px;color:var(--grey);margin-top:14px;line-height:1.6}.hero .pill{display:inline-flex;margin-top:18px;background:var(--tint);color:var(--navy);font-weight:700;font-size:10px;letter-spacing:.08em;padding:7px 10px;border-radius:999px}
.sec{margin-top:42px;margin-bottom:0}.sec-h{display:flex;align-items:center;gap:12px;margin-bottom:20px}.sec-h .tg{background:var(--navy);color:#fff;font-weight:700;font-size:11px;width:25px;height:25px;border-radius:50%;display:flex;align-items:center;justify-content:center}.sec-h h2{font-weight:700;font-size:20px;letter-spacing:-.35px;color:var(--navy)}
.row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.fl{min-width:0;margin-bottom:16px}.fl.full{grid-column:1/-1}label{display:block;font-weight:600;font-size:12px;color:#343B4C;margin-bottom:8px}label .req{color:var(--err)}input[type=text],input[type=email],input[type=tel],input[type=number],input[type=url],textarea,select{width:100%;border:1px solid var(--line);border-radius:12px;background:#fff;padding:13px 14px;font-size:15px;color:var(--ink);transition:border-color .18s,box-shadow .18s,background .18s}input:hover,textarea:hover,select:hover{border-color:#CAD3E2}input:focus,textarea:focus,select:focus{outline:none;border-color:var(--blue);box-shadow:0 0 0 4px rgba(40,152,234,.11);background:#fff}.hint{font-size:11px;color:#9299AA;margin-top:6px;line-height:1.4}textarea{resize:vertical;min-height:52px}
.choices{display:grid;gap:10px}.choice{display:flex;align-items:flex-start;gap:12px;border:1px solid var(--line);border-radius:13px;padding:14px 15px;cursor:pointer;font-size:13.5px;line-height:1.45;background:#fff;transition:.18s}.choice:hover{border-color:#C9D5E6;background:#FCFDFE}.choice .bx{margin-top:0;width:20px;height:20px;border:1.5px solid #AAB4C5;border-radius:6px;flex:none;display:flex;align-items:center;justify-content:center}.choice.sel{border-color:rgba(40,152,234,.55);background:var(--tint)}.choice.sel .bx{background:var(--blue);border-color:var(--blue)}.choice.sel .bx::after{content:'✓';color:#fff;font-size:12px;font-weight:800}.radio .bx{border-radius:50%}.radio.sel .bx::after{content:'';width:7px;height:7px;background:#fff;border-radius:50%}
.pet{border:1px solid var(--line);border-radius:15px;padding:18px;margin-bottom:12px;position:relative;background:var(--soft)}.pet .pt{font-weight:700;font-size:13px;color:var(--navy);display:flex;align-items:center;gap:8px;margin-bottom:14px}.rmpet{position:absolute;top:13px;right:13px;background:#fff;color:var(--err);border:1px solid #F0D8DA;border-radius:9px;padding:7px 10px;font-size:11px;font-weight:700;cursor:pointer}.addpet{width:100%;border:1px dashed rgba(40,152,234,.55);color:var(--navy);background:#fff;border-radius:12px;padding:13px;font-weight:700;font-size:13px;cursor:pointer}.addpet:hover{background:var(--tint)}
.consent{background:var(--soft);border:1px solid var(--line);border-radius:15px;padding:18px;font-size:12.5px;color:#4C5467;line-height:1.6}.sigwrap{margin-top:18px}.sigpad{border:1px solid var(--line);border-radius:13px;background:#fff;touch-action:none;width:100%;height:170px;display:block;box-shadow:inset 0 1px 2px rgba(19,31,105,.03)}.sigbar{display:flex;justify-content:space-between;align-items:center;margin-top:8px}.sigbar .lbl{font-weight:500;font-size:11px;color:var(--grey)}.clr{background:#fff;border:1px solid var(--line);border-radius:9px;padding:7px 12px;font-size:11px;font-weight:700;color:var(--navy);cursor:pointer}
.actions{position:sticky;bottom:0;background:rgba(255,255,255,.94);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);border-top:1px solid var(--line);padding:14px 34px;display:flex;justify-content:flex-end;gap:10px;z-index:25}.btn{border:0;border-radius:11px;padding:14px 20px;font-weight:700;font-size:14px;cursor:pointer;transition:.18s;flex:0 0 auto}.btn.primary{background:var(--navy);color:#fff;min-width:220px}.btn.primary:hover{background:#1A2B84;transform:translateY(-1px);box-shadow:0 10px 24px rgba(19,31,105,.17)}.btn.ghost{background:#fff;color:var(--grey);border:1px solid var(--line)}.btn:active{transform:translateY(0)}
.thankyou{background:#fff;color:var(--ink);border:1px solid var(--line);border-radius:18px;padding:38px;text-align:left;box-shadow:0 18px 50px rgba(19,31,105,.07)}.thankyou h1{font-size:34px;font-weight:700;line-height:1.1;margin-bottom:12px;color:var(--navy)}.thankyou p{font-size:15px;color:var(--grey);line-height:1.6;margin-bottom:22px}.thankyou .tick{width:42px;height:42px;border-radius:50%;background:var(--tint);color:var(--blue);display:flex;align-items:center;justify-content:center;font-size:22px;font-weight:800;margin-bottom:18px}.thank-actions button{background:var(--navy);color:#fff;border:0;border-radius:11px;padding:12px 15px;font-weight:700;font-size:13px;cursor:pointer}
.toast{position:fixed;left:50%;bottom:90px;transform:translateX(-50%);background:var(--navy);color:#fff;padding:12px 18px;border-radius:999px;font-weight:600;font-size:13px;z-index:50;opacity:0;transition:opacity .25s;pointer-events:none;box-shadow:0 12px 30px rgba(0,0,0,.2);max-width:92%;text-align:center}.toast.show{opacity:1}.err-field{border-color:var(--err)!important}.hide{display:none!important}.muted{font-size:10px;color:#A0A7B6;text-align:center;padding:12px 20px 90px}
@media(max-width:650px){.app{box-shadow:none}.bar{height:66px;padding:0 18px}.bar .lg img{width:106px}.bar .cnt{display:none}.tabs{margin:18px 16px 0}.wrap{padding:30px 18px 105px}.hero{padding-bottom:25px}.hero h1{font-size:34px;letter-spacing:-1.1px}.row{grid-template-columns:1fr;gap:0}.sec{margin-top:34px}.actions{padding:12px 16px}.btn.primary{min-width:0;flex:1}.btn.ghost{padding-left:14px;padding-right:14px}}

/* v2.2.2 premium polish */
html,body{background:linear-gradient(180deg,#F7F9FC 0%,#EEF3F8 100%)!important;}
.app{max-width:960px!important;border-left:1px solid rgba(19,31,105,.05)!important;border-right:1px solid rgba(19,31,105,.05)!important;box-shadow:0 24px 70px rgba(19,31,105,.09)!important;}
.bar{height:72px!important;padding:0 34px!important;border-bottom:1px solid rgba(19,31,105,.08)!important;}
.bar .lg{display:inline-flex!important;align-items:center!important;text-decoration:none!important;}
.bar .lg img{width:116px!important;max-height:42px!important;object-fit:contain!important;}
.bar .cnt{font-size:10px!important;padding:7px 10px!important;letter-spacing:.08em!important;}
.langswitch{display:none!important;}
.tabs{margin:24px 34px 0!important;border-radius:16px!important;padding:5px!important;background:#F4F6FA!important;}
.tab{padding:13px 12px!important;border-radius:11px!important;font-size:13px!important;}
.tab.on{box-shadow:0 5px 18px rgba(19,31,105,.09)!important;}
.wrap{padding:34px 34px 118px!important;}
.hero{padding-bottom:28px!important;}
.hero:before{margin-bottom:12px!important;font-size:10px!important;}
.hero h1{font-size:clamp(29px,4.4vw,43px)!important;line-height:1.06!important;letter-spacing:-1.45px!important;}
.hero p{font-size:15px!important;line-height:1.65!important;color:#5D6577!important;}
.hero .pill{margin-top:16px!important;padding:7px 10px!important;}
.sec{margin-top:38px!important;}
.sec-h{margin-bottom:18px!important;}
.sec-h .tg{width:27px!important;height:27px!important;background:var(--blue)!important;box-shadow:0 6px 14px rgba(40,152,234,.18)!important;}
.sec-h h2{font-size:19px!important;letter-spacing:-.3px!important;}
input[type=text],input[type=email],input[type=tel],input[type=number],input[type=url],textarea,select{border-radius:13px!important;padding:14px 15px!important;background:#FCFDFE!important;}
.choice{border-radius:14px!important;padding:15px 16px!important;}
.choice.sel{box-shadow:0 0 0 1px rgba(40,152,234,.12)!important;}
.consent,.pet{border-radius:16px!important;}
.sigpad{border-radius:14px!important;height:160px!important;}
.actions{padding:13px 34px!important;}
.btn{border-radius:12px!important;padding:13px 19px!important;}
.btn.primary{background:var(--navy)!important;box-shadow:0 10px 24px rgba(19,31,105,.16)!important;}
.btn.primary:hover{box-shadow:0 14px 30px rgba(19,31,105,.22)!important;}
@media(max-width:650px){.app{border:0!important;box-shadow:none!important}.bar{height:64px!important;padding:0 18px!important}.bar .lg img{width:104px!important}.tabs{margin:16px 16px 0!important}.wrap{padding:26px 18px 104px!important}.hero h1{font-size:32px!important}.actions{padding:12px 16px!important}}

/* v2.2.3 — official logo with slogan in form header */
.bar .lg img{
  content:url('../images/brand/pequu-logo-slogan-darkblue.svg');
  width:142px!important;
  height:auto!important;
  max-height:48px;
  display:block;
}
@media(max-width:640px){.bar .lg img{width:126px!important}}
