:root { --teal:#19b5a5; --ink:#101827; --muted:#627184; --surface:#fff; --soft:#f2f8f7; --line:#dce7e5; --gold:#f4a72c; }
* { box-sizing:border-box; }
body { margin:0; font-family:Inter,Arial,sans-serif; color:var(--ink); background:linear-gradient(145deg,#effbf8 0,#f7f9fc 42%,#fff 100%); }
.shell { width:min(920px,calc(100% - 32px)); margin:0 auto; padding:36px 0 64px; }
.hero,.feedback,.reviews-section { background:rgba(255,255,255,.96); border:1px solid var(--line); border-radius:24px; box-shadow:0 18px 55px rgba(22,65,62,.09); }
.hero { padding:34px clamp(22px,5vw,54px) 42px; text-align:center; }
.logo { width:205px; height:auto; display:block; margin:0 auto 28px; }
.eyebrow { color:#118c80; font-weight:800; text-transform:uppercase; letter-spacing:.09em; font-size:13px; }
h1 { font-size:clamp(25px,4vw,40px); line-height:1.2; margin:14px auto 18px; max-width:820px; }
.subtitle { font-size:18px; line-height:1.65; color:var(--muted); max-width:720px; margin:0 auto 26px; }
.program-link,.submit { display:inline-flex; justify-content:center; align-items:center; border:0; border-radius:12px; padding:14px 22px; background:var(--teal); color:white; font-weight:800; text-decoration:none; cursor:pointer; transition:.2s; }
.program-link:hover,.submit:hover { transform:translateY(-2px); background:#11988c; }
.contact { margin-top:28px; padding-top:24px; border-top:1px solid var(--line); color:var(--muted); }
.contact a { color:#0b776e; font-weight:700; }
.feedback,.reviews-section { padding:clamp(22px,5vw,38px); margin-top:24px; }
h2 { margin:0 0 8px; font-size:27px; }
.section-note { color:var(--muted); margin:0 0 22px; }
.form-grid { display:grid; grid-template-columns:1fr 180px; gap:18px; }
label { display:grid; gap:8px; font-weight:700; }
label.full { grid-column:1/-1; }
input,textarea,select { width:100%; border:1px solid #cbd8d6; border-radius:11px; padding:13px 14px; font:inherit; background:#fff; }
input:focus,textarea:focus,select:focus { outline:3px solid rgba(25,181,165,.18); border-color:var(--teal); }
textarea { min-height:120px; resize:vertical; }
.form-actions { display:flex; gap:16px; align-items:center; margin-top:18px; }
.submit:disabled { opacity:.65; cursor:wait; }
#status { color:var(--muted); font-size:14px; }
.review { padding:20px 0; border-bottom:1px solid var(--line); }
.review:last-child { border-bottom:0; padding-bottom:0; }
.review-head { display:flex; justify-content:space-between; gap:15px; }
.review time { color:var(--muted); font-size:14px; }
.review p { color:#364456; line-height:1.6; margin:10px 0 8px; }
.stars { color:var(--gold); letter-spacing:2px; }
@media(max-width:620px){.shell{width:min(100% - 20px,920px);padding-top:12px}.hero{border-radius:18px;padding-top:26px}.logo{width:175px}.form-grid{grid-template-columns:1fr}.form-actions{align-items:stretch;flex-direction:column}.submit{width:100%}.review-head{flex-direction:column;gap:4px}}
