@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";.cm-hero-scope .cm-hero{background-color:#fff;padding:50px 5%;font-family:Inter,sans-serif;overflow:hidden}.cm-hero-scope .cm-hero__container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.cm-hero-scope .cm-hero__content{display:flex;flex-direction:column;justify-content:center}.cm-hero-scope .cm-hero__title{font-size:clamp(2.5rem,4vw,4rem);font-weight:700;color:#000;line-height:1.15;margin-bottom:1.5rem;letter-spacing:-.02em}.cm-hero-scope .block-line{display:block}.cm-hero-scope .cm-hero__description{font-size:clamp(1rem,1.2vw,1.125rem);line-height:1.6;color:#333;font-weight:400;max-width:90%;margin-bottom:2.5rem}.cm-hero-scope .cm-hero__actions{display:flex}.cm-hero-scope .btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:14px 28px;border-radius:8px;font-weight:600;font-size:1rem;cursor:pointer;border:none;transition:all .3s ease;text-decoration:none}.cm-hero-scope .btn--primary{background-color:#75b946;color:#fff}.cm-hero-scope .btn--primary:hover{background-color:#64a13a;transform:translateY(-2px);box-shadow:0 4px 12px rgba(117,185,70,.3)}.cm-hero-scope .icon{width:1.2rem;height:1.2rem}.cm-hero-scope .cm-hero__image-wrapper{width:100%;height:100%;display:flex;justify-content:flex-end}.cm-hero-scope .cm-hero__image{width:100%;max-width:400px;height:auto;-o-object-fit:cover;object-fit:cover;border-radius:40px;box-shadow:0 20px 40px rgba(0,0,0,.08)}.cm-hero-scope .book-button.fixed{position:fixed;top:60px;left:50%;transform:translateX(-50%);z-index:9999;background-color:#75b946;color:#111827;border-radius:50px;padding:10px 24px;border:1px solid #75b946;display:flex;align-items:center;gap:8px;box-shadow:0 10px 30px rgba(0,0,0,.25);cursor:pointer;transition:all .3s ease;font-family:Inter,sans-serif;font-size:.95rem}.cm-hero-scope .book-button.fixed:hover{background:#f4fcf0;transform:translateX(-50%) translateY(-2px);box-shadow:0 4px 12px rgba(100,157,47,.3)}.cm-hero-scope .tilt-icon{height:1.8rem;animation:tilt .6s ease-in-out infinite alternate}@keyframes tilt{0%{transform:rotate(-8deg)}to{transform:rotate(8deg)}}@media(max-width:992px){.cm-hero-scope .cm-hero__container{grid-template-columns:1fr;gap:40px;text-align:left}.cm-hero-scope .cm-hero__image-wrapper{justify-content:center;order:-1}.cm-hero-scope .cm-hero__description{max-width:100%}}@media(max-width:768px){.cm-hero-scope .cm-hero{padding:60px 5%}.cm-hero-scope .cm-hero__title{font-size:clamp(2rem,8vw,2.5rem)}.cm-hero-scope .cm-hero__image{border-radius:24px}.cm-hero-scope .book-button.fixed{top:auto;bottom:30px}}@media(max-width:480px){.cm-hero-scope .cm-hero{padding:40px 5%}.cm-hero-scope .btn{width:100%}}