:root{--nr-yellow:#ffc400;--nr-amber:#f5a800;--nr-ink:#17202b;--nr-muted:#5e6875;--nr-cream:#fffaf0;--nr-line:#eadfca}
*{box-sizing:border-box}.demo-page{margin:0;background:#fff;color:var(--nr-ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}.demo-shell{width:min(1160px,calc(100% - 40px));margin:auto}.demo-header{position:sticky;top:0;z-index:20;background:rgba(255,255,255,.96);border-bottom:1px solid #eee6d7;backdrop-filter:blur(12px)}.demo-header-inner{min-height:78px;display:flex;align-items:center;justify-content:space-between;gap:28px}.demo-brand img{display:block;width:190px;height:auto}.demo-header nav{display:flex;align-items:center;gap:28px}.demo-header nav a{color:#2b3440;text-decoration:none;font-size:14px;font-weight:750}.demo-header nav a:hover{color:#b87900}.demo-hero{padding:72px 0 88px;background:radial-gradient(circle at 7% 5%,#fff0a7 0,transparent 26%),linear-gradient(180deg,#fffdf8,#fff)}.demo-grid{display:grid;grid-template-columns:minmax(0,.92fr) minmax(480px,1fr);gap:72px;align-items:center}.demo-kicker,.demo-card-head>span{display:inline-block;color:#a76c00;font-size:12px;letter-spacing:.13em;font-weight:900;text-transform:uppercase}.demo-copy h1{max-width:650px;margin:15px 0 22px;font-size:clamp(42px,5vw,66px);line-height:1.02;letter-spacing:-.045em}.demo-copy>p{max-width:620px;margin:0;color:var(--nr-muted);font-size:18px;line-height:1.75}.demo-points{display:grid;gap:20px;margin:38px 0}.demo-points>div{display:grid;grid-template-columns:42px 1fr;gap:15px;align-items:start}.demo-points span{display:grid;place-items:center;width:42px;height:42px;border-radius:12px;background:#fff2b9;color:#865600;font-weight:900}.demo-points p{margin:0}.demo-points b,.demo-points small{display:block}.demo-points b{font-size:15px}.demo-points small{margin-top:5px;color:var(--nr-muted);font-size:13px;line-height:1.55}.demo-trust{display:flex;gap:18px;flex-wrap:wrap;color:#59636e;font-size:13px;font-weight:700}.demo-card{background:#fff;border:1px solid var(--nr-line);border-top:5px solid var(--nr-yellow);border-radius:24px;padding:34px;box-shadow:0 28px 70px rgba(75,57,22,.13)}.demo-card-head h2{margin:8px 0 7px;font-size:30px;letter-spacing:-.03em}.demo-card-head p{margin:0 0 26px;color:var(--nr-muted);line-height:1.6}.demo-alert{margin:0 0 20px;padding:14px 16px;border-radius:12px;background:#fff2f0;border:1px solid #ffc9c3;color:#a12a1f}.demo-alert p{margin:3px 0}.demo-form{display:grid;gap:19px}.demo-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:17px}.demo-form label{display:grid;gap:8px;color:#26303b;font-size:13px;font-weight:800}.demo-form label em{color:#9a6200;font-size:10px;font-style:normal;text-transform:uppercase;letter-spacing:.07em}.demo-form input,.demo-form select,.demo-form textarea{width:100%;min-width:0;border:1px solid #d9d5cc;border-radius:12px;background:#fff;padding:13px 14px;color:#1d2732;font:inherit;font-weight:500;outline:none}.demo-form input:focus,.demo-form select:focus,.demo-form textarea:focus{border-color:var(--nr-amber);box-shadow:0 0 0 4px rgba(255,196,0,.18)}.demo-form textarea{resize:vertical;line-height:1.55}.demo-date-wrap{width:100%;border:1px solid #d9d5cc;border-radius:12px;padding:13px 14px;background:#fff}.demo-date-wrap:focus-within{border-color:var(--nr-amber);box-shadow:0 0 0 4px rgba(255,196,0,.18)}.demo-date-wrap input{border:0;padding:0;box-shadow:none!important}.demo-hp{position:absolute!important;left:-9999px!important}.demo-btn{display:inline-flex;align-items:center;justify-content:center;gap:12px;min-height:50px;border:0;border-radius:12px;padding:0 22px;text-decoration:none;font-size:15px;font-weight:900;cursor:pointer}.demo-btn-primary{background:linear-gradient(135deg,var(--nr-yellow),var(--nr-amber));color:#161b21}.demo-btn-primary:hover{background:linear-gradient(135deg,#ffd83d,#ffb000);transform:translateY(-1px)}.demo-btn-block{width:100%}.demo-consent{margin:0;color:#737b84;font-size:11px;line-height:1.55;text-align:center}.demo-consent a{color:#8b5b00}.demo-success{text-align:center;padding:38px 15px}.demo-success>span{display:grid;place-items:center;width:70px;height:70px;margin:0 auto 22px;border-radius:50%;background:#e8f8ed;color:#16833d;font-size:32px;font-weight:900}.demo-success h2{font-size:32px;margin:0 0 12px}.demo-success p{color:var(--nr-muted);margin:0 auto 26px;max-width:430px;line-height:1.7}.demo-footer{background:#211f1a;color:#d8d1c3}.demo-footer>.demo-shell{min-height:100px;display:flex;align-items:center;justify-content:space-between;gap:25px}.demo-footer img{width:145px;filter:brightness(0) invert(1)}.demo-footer p{font-size:12px}.demo-footer div div{display:flex;gap:18px}.demo-footer a{color:#f3ead6;text-decoration:none;font-size:12px}.demo-footer a:hover{color:var(--nr-yellow)}
@media(max-width:900px){.demo-grid{grid-template-columns:1fr;gap:46px}.demo-copy{text-align:center}.demo-copy>p{margin-left:auto;margin-right:auto}.demo-points{max-width:620px;margin-left:auto;margin-right:auto;text-align:left}.demo-trust{justify-content:center}.demo-header nav a:not(:last-child){display:none}}
@media(max-width:600px){.demo-shell{width:min(100% - 28px,1160px)}.demo-header-inner{min-height:68px}.demo-brand img{width:155px}.demo-header nav a{font-size:13px}.demo-hero{padding:44px 0 60px}.demo-copy h1{font-size:38px}.demo-copy>p{font-size:16px}.demo-card{padding:24px 18px;border-radius:18px}.demo-form-grid{grid-template-columns:1fr}.demo-footer>.demo-shell{padding:26px 0;flex-direction:column;text-align:center}.demo-footer img{width:140px}.demo-footer p{margin:0}}

/* v13.1 logo containment */
.demo-brand{display:inline-flex!important;width:188px!important;max-width:188px!important;overflow:hidden!important}.demo-brand img{display:block!important;width:188px!important;height:48px!important;max-width:188px!important;max-height:48px!important;object-fit:contain!important;object-position:left center!important}.demo-footer img{display:block!important;width:180px!important;height:38px!important;max-width:180px!important;max-height:38px!important;object-fit:contain!important}
