
:root{
 --green:#65a931;--green-dark:#397c22;--blue:#1478c9;--pink:#ed4f86;
 --orange:#f3a32b;--purple:#8753b4;--ink:#1d3447;--paper:#fff;
 --soft:#f3f8f4;--line:#dce8e0;--danger:#b82f45;--shadow:0 14px 36px rgba(25,67,52,.11)
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:linear-gradient(#fffdf9,#f1f8f3);font-family:Arial,Helvetica,sans-serif;color:var(--ink)}
a{color:var(--green-dark)}
.site-header{background:#fff;border-bottom:4px solid #f3a0b7;padding:15px 20px}
.header-inner{max-width:1160px;margin:auto;display:flex;align-items:center;justify-content:space-between;gap:24px}
.logo{width:min(620px,65vw);height:auto;display:block}
.header-note{max-width:340px;padding:15px 17px;background:#fff8ed;border:1px dashed #e98aa6;border-radius:18px;line-height:1.5}
.hero{max-width:1100px;margin:30px auto 20px;padding:0 18px;text-align:center}
.hero h1{margin:7px 0;font:700 clamp(34px,5vw,62px)/1.12 "Comic Sans MS","Trebuchet MS",cursive}
.hero .pink{color:var(--pink)}.hero .green{color:var(--green-dark)}.hero .blue{color:var(--blue)}
.hero p{max-width:850px;margin:10px auto;font-size:18px;line-height:1.55}
.choice-grid{max-width:1160px;margin:25px auto;padding:0 18px;display:grid;grid-template-columns:1fr 1fr;gap:22px}
.card,.survey-card{background:#fff;border:1px solid var(--line);border-radius:23px;box-shadow:var(--shadow)}
.choice-card{padding:27px}
.choice-card.parent{background:linear-gradient(145deg,#fcfff6,#f2fae9);border-color:#aed083}
.choice-card.child{background:linear-gradient(145deg,#f9fcff,#edf7ff);border-color:#acd4ef}
.choice-card h2,.survey-card h2{font-family:"Comic Sans MS","Trebuchet MS",cursive;margin-top:0}
.choice-card h2{font-size:29px}.parent h2{color:var(--green-dark)}.child h2{color:#0b5da8}
.choice-card ul{line-height:1.8;padding-left:23px}
.icon{float:left;width:62px;height:62px;border-radius:50%;display:grid;place-items:center;color:#fff;font-size:31px;margin:0 17px 12px 0}
.parent .icon{background:var(--green)}.child .icon{background:var(--blue)}
.btn{display:inline-block;border:0;border-radius:12px;padding:13px 20px;color:#fff;text-decoration:none;font-weight:700;font-size:17px;cursor:pointer}
.btn-green{background:linear-gradient(#78ba3c,#559526)}.btn-blue{background:linear-gradient(#2a96df,#0873c6)}
.btn-pink{background:linear-gradient(#f06898,#dc3e76)}.btn-danger{background:var(--danger)}
.info-strip{max-width:1160px;margin:18px auto 35px;padding:18px;display:grid;grid-template-columns:repeat(4,1fr);gap:15px;background:#fffaf1;border:1px solid #efd9a8;border-radius:22px}
.info{text-align:center;padding:10px}.bubble{width:52px;height:52px;border-radius:50%;display:grid;place-items:center;margin:0 auto 8px;color:#fff;font-size:25px}
.info:nth-child(1) .bubble{background:var(--pink)}.info:nth-child(2) .bubble{background:var(--orange)}.info:nth-child(3) .bubble{background:var(--green)}.info:nth-child(4) .bubble{background:var(--purple)}
.page{max-width:980px;margin:27px auto 50px;padding:0 16px}.survey-card{padding:25px;margin-bottom:20px}.survey-card h2{font-size:27px;color:var(--green-dark)}
.child-theme .survey-card h2{color:#0b5da8}.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.field{margin-bottom:18px}label,legend{font-weight:700}input[type=text],input[type=email],input[type=url],input[type=password],input[type=number],select,textarea{width:100%;padding:13px;border:1px solid #b9cbc1;border-radius:11px;font:16px Arial;background:#fff}
textarea{min-height:110px;resize:vertical}.rating{border:0;padding:0;margin:0 0 20px}.rating legend{margin-bottom:7px}
.stars{display:inline-flex;flex-direction:row-reverse;gap:4px}.stars input,.smileys input{position:absolute;opacity:0}
.stars label{font-size:39px;color:#c9d5cf;cursor:pointer}.stars input:checked~label,.stars label:hover,.stars label:hover~label{color:#f1a62e}
.smileys{display:flex;gap:9px;flex-wrap:wrap}.smileys label{font-size:33px;padding:8px 11px;border:2px solid #d7e3e8;border-radius:13px;cursor:pointer;background:#fff}
.smileys input:checked+label{border-color:var(--blue);background:#e8f5ff;transform:scale(1.05)}
.checkline{display:block;padding:13px;background:#f6faf7;border-radius:12px;margin:10px 0;font-weight:400;line-height:1.55}
.notice{padding:14px 16px;border-radius:12px;margin:13px 0}.ok{background:#e6f7e9;color:#165c2d}.error{background:#ffe6e8;color:#842031}.warn{background:#fff5d9;color:#715516}
.submit{width:100%;border:0;border-radius:14px;padding:16px;color:#fff;background:linear-gradient(90deg,var(--pink),#ef803e);font-size:19px;font-weight:700;cursor:pointer}
.child-theme .submit{background:linear-gradient(90deg,var(--blue),var(--purple))}
.hp{position:absolute;left:-99999px}.legal h1{color:var(--green-dark)}.legal h2{margin-top:29px}.legal h3{color:var(--green-dark)}.legal p,.legal li{line-height:1.68}
.legal-box{background:#fff8e8;border:1px solid #ecd59d;border-radius:14px;padding:16px;margin:17px 0}
footer{background:linear-gradient(90deg,#68aa38,#8cca52);color:#fff;text-align:center;padding:22px 16px;line-height:1.8}
footer a{color:#fff;margin:0 7px}
@media(max-width:800px){.header-inner{flex-direction:column}.logo{width:100%}.header-note{max-width:none}.choice-grid{grid-template-columns:1fr}.info-strip{grid-template-columns:1fr 1fr}.grid-2{grid-template-columns:1fr}}
@media(max-width:520px){.info-strip{grid-template-columns:1fr}.choice-card,.survey-card{padding:19px}.hero h1{font-size:36px}}
