*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:"Inter","Helvetica Neue",Arial,sans-serif;color:#3d2f44;background:#f4eef4;line-height:1.65;font-size:16px}
img{display:block;max-width:100%;height:auto}
a{color:inherit;text-decoration:none}
ul,ol{margin:0;padding:0;list-style:none}
p,h1,h2,h3,h4,figure{margin:0}
input,button,textarea,select{font:inherit;color:inherit}
.wrap{width:min(1140px,92%);margin:0 auto}
.eyebrow{font-size:11px;letter-spacing:.32em;text-transform:uppercase;color:#9b6db5;font-weight:600}

.head{padding:24px 0;background:#f4eef4}
.head__row{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:14px}
.head__logo{font-family:"Caveat","Brush Script MT",cursive;font-size:30px;color:#3d2f44;display:flex;align-items:center;gap:8px}
.head__logo b{color:#9b6db5}
.head__nav{display:flex;gap:30px}
.head__nav a{font-size:13px;color:#6a597a;letter-spacing:.06em;transition:color .2s}
.head__nav a:hover{color:#9b6db5}

.hero{padding:60px 0 90px}
.hero__row{display:grid;grid-template-columns:1.05fr 1fr;gap:60px;align-items:center}
.hero h1{font-size:clamp(46px,7vw,84px);font-weight:300;line-height:1.0;letter-spacing:-.018em;margin:18px 0 22px;color:#3d2f44}
.hero h1 span{font-family:"Caveat","Brush Script MT",cursive;color:#9b6db5;font-size:1.2em;font-weight:400}
.hero__d{font-size:18px;color:#6a597a;max-width:480px;margin-bottom:32px}
.hero__act{display:flex;gap:14px;flex-wrap:wrap}
.hero__pic img{width:100%;aspect-ratio:4/5;object-fit:cover;border-radius:24px}

.btn{display:inline-flex;align-items:center;padding:14px 30px;font-size:13px;font-weight:600;letter-spacing:.08em;cursor:pointer;transition:all .25s;border:1px solid transparent;border-radius:999px}
.btn--solid{background:#9b6db5;color:#fff}
.btn--solid:hover{background:#3d2f44}
.btn--line{border-color:#3d2f44;color:#3d2f44}
.btn--line:hover{background:#3d2f44;color:#f4eef4}

.cours{padding:90px 0;background:#e9def0}
.cours__hd{text-align:center;margin-bottom:50px;max-width:680px;margin-left:auto;margin-right:auto}
.cours h2{font-size:clamp(34px,4.8vw,52px);font-weight:300;line-height:1.05;margin:12px 0 14px;letter-spacing:-.018em}
.cours h2 span{font-family:"Caveat",cursive;color:#9b6db5;font-size:1.2em;font-weight:400}
.cours__d{color:#6a597a;font-size:17px}
.cours__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.scard{background:#f4eef4;padding:32px 28px;border-radius:24px;text-align:center;transition:transform .25s}
.scard:hover{transform:translateY(-4px)}
.scard__sym{display:inline-block;width:56px;height:56px;border-radius:50%;background:#9b6db5;color:#fff;font-family:"Caveat",cursive;font-size:32px;line-height:56px;margin-bottom:18px}
.scard h3{font-size:24px;font-weight:500;color:#3d2f44;margin-bottom:8px}
.scard p{color:#6a597a;font-size:15px;margin-bottom:18px}
.scard__time{display:flex;justify-content:center;gap:24px;padding-top:14px;border-top:1px dashed #d5c3dd;font-size:12px;letter-spacing:.1em;text-transform:uppercase;color:#9b6db5;font-weight:600}

.kits{padding:90px 0;background:#f4eef4}
.kits__grid{display:grid;grid-template-columns:1fr 1.1fr;gap:60px;align-items:center}
.kits__pic img{width:100%;aspect-ratio:4/5;object-fit:cover;border-radius:24px}
.kits h2{font-size:clamp(34px,4.8vw,52px);font-weight:300;line-height:1.05;margin:12px 0 18px;letter-spacing:-.018em}
.kits h2 span{font-family:"Caveat",cursive;color:#9b6db5;font-size:1.2em;font-weight:400}
.kits__lead{font-size:20px;font-style:italic;color:#9b6db5;margin-bottom:18px;line-height:1.45}
.kits p{color:#6a597a;margin-bottom:14px;font-size:16px}

.form-sec{padding:90px 0;background:#e9def0}
.form-sec__grid{display:grid;grid-template-columns:1fr 1.1fr;gap:60px;align-items:start}
.form-sec h2{font-size:clamp(32px,4.4vw,48px);font-weight:300;line-height:1.05;margin:12px 0 18px;letter-spacing:-.018em}
.form-sec h2 span{font-family:"Caveat",cursive;color:#9b6db5;font-size:1.2em;font-weight:400}
.form-sec__d{color:#6a597a;margin-bottom:30px;font-size:16px}
.form-sec__list{display:flex;flex-direction:column}
.form-sec__list li{display:grid;grid-template-columns:130px 1fr;gap:16px;padding:14px 0;border-top:1px dashed #d5c3dd;font-size:15px}
.form-sec__list li:last-child{border-bottom:1px dashed #d5c3dd}
.form-sec__list li span{font-size:11px;letter-spacing:.24em;text-transform:uppercase;color:#9b6db5;font-weight:600;align-self:center}

.f{background:#f4eef4;padding:34px;display:flex;flex-direction:column;gap:18px;border-radius:24px}
.f__row{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.f__field{display:flex;flex-direction:column;gap:6px}
.f__label{font-size:11px;letter-spacing:.2em;text-transform:uppercase;color:#6a597a;font-weight:600}
.f__input{background:#e9def0;border:1px solid #d5c3dd;padding:12px 14px;font-size:15px;border-radius:12px;color:#3d2f44;transition:border-color .2s}
.f__input:focus{outline:none;border-color:#9b6db5}
.f__check{display:flex;gap:10px;font-size:13px;color:#6a597a;align-items:flex-start}
.f__check input{margin-top:4px;accent-color:#9b6db5}
.f__check a{color:#9b6db5;border-bottom:1px solid #9b6db5}
.f__submit{background:#9b6db5;color:#fff;border:none;padding:14px 28px;font-size:13px;font-weight:600;letter-spacing:.08em;cursor:pointer;border-radius:999px;align-self:flex-start;transition:background .25s}
.f__submit:hover{background:#3d2f44}

.foot{padding:50px 0 20px;background:#3d2f44;color:rgba(244,238,244,.6)}
.foot__grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:40px;padding-bottom:30px;border-bottom:1px solid rgba(244,238,244,.1)}
.foot__b{font-family:"Caveat",cursive;font-size:28px;color:#f4eef4;margin-bottom:10px}
.foot__b b{color:#c9a3d9}
.foot p{font-size:14px;max-width:280px}
.foot h4{font-size:11px;letter-spacing:.28em;text-transform:uppercase;color:#c9a3d9;margin-bottom:14px;font-weight:600}
.foot ul{display:flex;flex-direction:column;gap:10px;font-size:14px}
.foot a:hover{color:#c9a3d9}
.foot__bot{margin-top:20px;font-size:12px;color:rgba(244,238,244,.35)}

.legal{padding:60px 0 90px;background:#f4eef4}
.legal__inner{width:min(780px,92%);margin:0 auto}
.legal h1{font-size:clamp(38px,5.5vw,64px);font-weight:300;letter-spacing:-.018em;line-height:1.0;margin:14px 0 10px}
.legal h1 span{font-family:"Caveat",cursive;color:#9b6db5;font-size:1.2em;font-weight:400}
.legal__upd{font-size:12px;letter-spacing:.24em;text-transform:uppercase;color:#9b6db5;margin-bottom:40px;padding-bottom:22px;border-bottom:1px dashed #d5c3dd;font-weight:600}
.legal h2{font-size:22px;font-weight:500;margin:32px 0 12px;color:#3d2f44}
.legal h2:first-of-type{margin-top:0}
.legal p,.legal li{font-size:16px;color:#3d2f44;line-height:1.75;margin-bottom:10px}
.legal ul{padding-left:22px;list-style:disc;margin:10px 0 16px}
.legal strong{color:#3d2f44}
.legal__back{display:inline-block;margin-top:40px;color:#9b6db5;font-size:13px;letter-spacing:.18em;text-transform:uppercase;border-bottom:1px solid #9b6db5;padding-bottom:3px;font-weight:600}

.thanks{padding:120px 0;text-align:center;background:#f4eef4}
.thanks__inner{width:min(720px,92%);margin:0 auto}
.thanks__mark{font-family:"Caveat",cursive;font-size:88px;color:#9b6db5;display:block;line-height:1;margin-bottom:14px}
.thanks h1{font-size:clamp(44px,6.5vw,80px);font-weight:300;line-height:1.0;margin:12px 0 22px;letter-spacing:-.018em}
.thanks h1 span{font-family:"Caveat",cursive;color:#9b6db5;font-size:1.2em;font-weight:400}
.thanks__d{color:#6a597a;font-size:18px;margin:0 auto 36px;max-width:520px}
.thanks__act{display:flex;justify-content:center;gap:12px;flex-wrap:wrap}

@media(max-width:900px){.hero__row,.kits__grid,.form-sec__grid{grid-template-columns:1fr;gap:40px}.cours__grid{grid-template-columns:1fr 1fr}.foot__grid{grid-template-columns:1fr 1fr}}
@media(max-width:560px){.cours__grid,.foot__grid{grid-template-columns:1fr}.f__row{grid-template-columns:1fr}.form-sec__list li{grid-template-columns:1fr;gap:4px}}
