:root{--navy:#0b3153;--deep:#051f39;--aqua:#33abc5;--orange:#fc822a;--off:#f8fafc}*{box-sizing:border-box}body{margin:0;font-family:Manrope,Arial,sans-serif;color:var(--deep);line-height:1.65;background:var(--off)}a{color:inherit;text-decoration:none}.wrap{width:min(1100px,calc(100% - 40px));margin:auto}header{height:88px;background:#fff;display:flex;align-items:center;box-shadow:0 8px 28px #052a4610}header .wrap{display:flex;align-items:center;justify-content:space-between}header .wrap>a:first-child{width:180px;height:60px;background:url('assets/images/medicult-logo-official-cropped.jpg') center/contain no-repeat}header .wrap>a:first-child img{width:100%;height:100%;object-fit:contain;opacity:0}.back{border:1px solid var(--aqua);border-radius:99px;padding:10px 18px}.page-hero{padding:110px 0 90px;color:#fff;background:linear-gradient(110deg,#24b4c9,#087a9c 42%,#06375c)}.eyebrow{letter-spacing:.16em;font-weight:700;color:#baf4fa}.page-hero h1{font-size:clamp(44px,7vw,76px);line-height:1.02;margin:14px 0}.page-hero p{font-size:19px;max-width:700px}.content{padding:100px 0 130px}.grid{display:grid;grid-template-columns:repeat(2,1fr);gap:28px}.card{background:#fff;border-radius:26px;padding:34px;box-shadow:0 18px 50px #07365513;border:1px solid #33abc52c}.card h2{margin-top:0}.card img{width:100%;aspect-ratio:1.7;object-fit:cover;border-radius:18px;margin-bottom:22px}.button{display:inline-block;background:linear-gradient(110deg,#30b7cb,#6ad9e3);padding:13px 22px;border-radius:99px;font-weight:700;margin-top:12px}footer{background:var(--deep);color:#fff;padding:40px 0;text-align:center}@media(max-width:700px){.grid{grid-template-columns:1fr}.page-hero{padding:80px 0 70px}}
