:root{--i:#101b35;--p:#f8f5ef;--c:#ff6b4a;--m:#65708a}*{box-sizing:border-box}body{margin:0;background:var(--p);color:var(--i);font-family:Arial,sans-serif}a{color:inherit;text-decoration:none}nav{max-width:1180px;margin:auto;padding:26px 28px;display:flex;justify-content:space-between}nav b{font-size:21px}nav b span,.hero p,section>p,.product p,.success p{color:var(--c)}nav a{font-size:14px;color:var(--m)}.hero,section{max-width:1180px;margin:auto;padding:55px 28px 100px}.hero{margin-top:50px;background:radial-gradient(circle at 85% 20%,#ffd0c3,transparent 25%)}p{font-size:11px;font-weight:800;letter-spacing:.15em}.hero h1,.product h1,.success h1{font-size:clamp(64px,9vw,112px);letter-spacing:-.08em;line-height:.85;margin:20px 0 38px}.hero em{font-family:Georgia,serif;font-weight:400}.hero div,.desc{color:var(--m);font-size:18px;line-height:1.6;max-width:520px}.hero a,.buy,.success a{display:inline-block;background:var(--i);color:#fff;border-radius:999px;padding:14px 22px;font-size:14px;font-weight:700;margin-top:18px}.grid{display:grid;grid-template-columns:repeat(2,1fr);gap:26px}.grid article{display:grid;grid-template-columns:190px 1fr;gap:24px;border-top:1px solid #ded9d0;padding-top:18px}.cover{min-height:250px;padding:20px;color:#fff8eb;display:flex;flex-direction:column;justify-content:space-between;box-shadow:10px 12px #101b3520}.cover strong{font:400 31px/1.02 Georgia,serif}.cover small{font-size:9px;letter-spacing:.12em}.grid h3{font-size:26px}.grid article>div:last-child{align-self:end}.grid article>div:last-child a{float:right;color:var(--c);font-size:14px;font-weight:700}.product{max-width:1000px;padding:90px 28px;display:grid;grid-template-columns:360px 1fr;gap:90px;align-items:center}.big{min-height:500px;padding:34px}.big strong{font-size:54px}.product h1{font-size:72px}.product span,.product small{display:block;color:var(--m);font-size:14px}.product h2{font-size:30px}.buy{background:var(--c);min-width:300px;text-align:center}.success{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.success i{font-style:normal;background:var(--c);color:#fff;width:64px;height:64px;border-radius:50%;display:grid;place-items:center;font-size:32px}.success h1{font-size:70px;max-width:700px}.success>span{color:var(--m);margin-bottom:20px}@media(max-width:720px){.grid,.product{grid-template-columns:1fr}.grid article{grid-template-columns:130px 1fr}.product{gap:42px}.hero h1,.product h1,.success h1{font-size:55px}}
