.smart-form{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:16px}.smart-form .form-row{grid-column:span 6;display:grid;gap:7px;margin:0}.smart-form .form-row.width-half{grid-column:span 3}.smart-form .form-row.width-third{grid-column:span 2}.smart-form .form-row>span{font-size:.9rem;font-weight:700}.smart-form .form-row b{color:#c9362b}.smart-form .form-row small{color:#68758a}.smart-form input,.smart-form select,.smart-form textarea{width:100%;padding:12px 13px;border:1px solid #cfd7e3;border-radius:var(--button-radius,10px);background:#fff;color:var(--ink);font:inherit}.smart-form input:focus,.smart-form select:focus,.smart-form textarea:focus{outline:3px solid color-mix(in srgb,var(--primary) 15%,transparent);border-color:var(--primary)}.smart-form .form-radio-group{display:flex;flex-wrap:wrap;gap:12px}.smart-form .form-radio-group label,.smart-form .form-checkbox{display:flex;align-items:center;gap:7px;font-weight:500}.smart-form .form-radio-group input,.smart-form .form-checkbox input{width:auto}.smart-form>.button{grid-column:1/-1;justify-self:start}.smart-form [hidden]{display:none!important}
body.theme-aurora{--site-bg:#f8f6ff;background:var(--site-bg)}body.theme-aurora .site-header{border-bottom-color:color-mix(in srgb,var(--primary) 22%,#fff)}body.theme-aurora .block-hero{background:radial-gradient(circle at 80% 20%,color-mix(in srgb,var(--accent) 55%,transparent),transparent 34%),linear-gradient(135deg,color-mix(in srgb,var(--primary) 12%,#fff),#fff)}body.theme-aurora .block-hero h1{max-width:900px;font-size:clamp(3rem,7vw,6.7rem);letter-spacing:-.07em}body.theme-aurora .card,body.theme-aurora .news-card{border-radius:24px}
body.theme-studio{--site-bg:#f4efe8;background:var(--site-bg)}body.theme-studio .site-header{background:#171717;color:#fff}body.theme-studio .site-header a{color:#fff}body.theme-studio .block-hero{text-align:center;background:#171717;color:#fff}body.theme-studio .block-hero .inner{max-width:900px}body.theme-studio h1,body.theme-studio h2,body.theme-studio h3{font-family:Georgia,serif}body.theme-studio .button{border-radius:0}body.theme-studio .news-card{border-radius:0;border-width:0 0 1px}
@media(max-width:700px){.smart-form .form-row.width-half,.smart-form .form-row.width-third{grid-column:span 6}}
