
.mcsfc-hero{
    position:relative;
    overflow:hidden;
    background:var(--mcsfc-bg);
    min-height:610px;
    padding:72px 0 82px;
}
.mcsfc-inner{
    position:relative;
    z-index:2;
    width:min(1180px,92%);
    margin:auto;
    display:grid;
    grid-template-columns:1fr 1.2fr;
    gap:58px;
    align-items:center;
}
.mcsfc-left{padding-left:18px}
.mcsfc-badge{
    display:inline-flex;
    padding:10px 18px;
    border:2px solid #e89ab5;
    border-radius:999px;
    background:#fff;
    color:#4d4a57;
    font-size:14px;
    font-weight:700;
    box-shadow:0 12px 25px rgba(95,191,168,.14);
    transform:rotate(-2deg);
    margin-bottom:26px;
}
.mcsfc-title{
    margin:0 0 20px;
    font-family:"Comic Sans MS","Trebuchet MS",cursive;
    font-size:clamp(46px,6.2vw,82px);
    line-height:1;
    font-weight:800;
}
.mcsfc-title span{display:block}
.mcsfc-title .line1{color:var(--mcsfc-c1)}
.mcsfc-title .line2{color:var(--mcsfc-c2)}
.mcsfc-title .line3{color:var(--mcsfc-c3)}
.mcsfc-desc{
    max-width:500px;
    margin:0 0 26px;
    color:#4d4a57;
    font-size:17px;
    line-height:1.65;
    font-weight:500;
}
.mcsfc-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:50px;
    padding:0 28px;
    border-radius:999px;
    text-decoration:none!important;
    font-weight:800;
    color:#fff!important;
    background:linear-gradient(90deg,#5fbfa8,#e89ab5);
    box-shadow:0 16px 34px rgba(95,191,168,.25);
    transition:.25s ease;
}
.mcsfc-btn:hover{transform:translateY(-3px)}
.mcsfc-right{position:relative;min-height:435px}
.mcsfc-photo-slider{
    position:absolute;
    inset:20px 20px 20px 55px;
    overflow:hidden;
    border:12px solid #e89ab5;
    border-radius:38% 24% 33% 19%;
    box-shadow:22px 22px 0 rgba(95,191,168,.78),0 30px 80px rgba(89,56,140,.18);
    transform:rotate(-2deg);
    background:#fff;
}
.mcsfc-track{height:100%;display:flex;transition:transform .55s ease}
.mcsfc-slide{min-width:100%;height:100%}
.mcsfc-slide img{width:100%;height:100%;object-fit:cover;display:block}
.mcsfc-empty{
    height:100%;display:flex;align-items:center;justify-content:center;
    color:#7c6f88;font-weight:800;background:#fff;
}
.mcsfc-arrow{
    position:absolute;top:50%;transform:translateY(-50%);
    width:42px;height:42px;border-radius:50%;border:0;background:#fff;
    color:#5fbfa8;font-size:32px;line-height:1;cursor:pointer;
    box-shadow:0 10px 25px rgba(0,0,0,.18);z-index:10;
}
.mcsfc-arrow.prev{left:12px}.mcsfc-arrow.next{right:12px}
.mcsfc-float{
    position:absolute;z-index:5;display:flex;align-items:center;justify-content:center;
    color:#fff;font-weight:900;box-shadow:0 18px 38px rgba(85,50,130,.16);
    animation:mcsfcFloat 4s ease-in-out infinite;
}
.mcsfc-float.heart{
    width:82px;height:82px;border-radius:50%;background:#e89ab5;
    left:20px;top:20px;font-size:36px;
}
.mcsfc-float.star{
    width:94px;height:94px;border-radius:18px;background:#ffc400;
    right:8px;top:-10px;font-size:46px;transform:rotate(12deg);
}
.mcsfc-float.diamond{
    width:78px;height:78px;border-radius:22px;background:#5fbfa8;
    left:30px;bottom:15px;transform:rotate(45deg);
}
.mcsfc-float.diamond:after{
    content:"";width:28px;height:28px;background:#fff;border-radius:8px;
}
.mcsfc-float.circle{
    width:92px;height:92px;border-radius:50%;background:#6fc6b0;
    right:5px;bottom:22px;
}
.mcsfc-float.circle:after{
    content:"";width:36px;height:36px;background:#fff;border-radius:50%;
}
@keyframes mcsfcFloat{0%,100%{transform:translateY(0) rotate(0)}50%{transform:translateY(-14px) rotate(8deg)}}
@media(max-width:980px){
    .mcsfc-hero{padding:55px 0 90px}
    .mcsfc-inner{grid-template-columns:1fr;gap:24px;text-align:center}
    .mcsfc-left{padding-left:0}
    .mcsfc-desc{margin-left:auto;margin-right:auto}
    .mcsfc-right{min-height:380px}
    .mcsfc-photo-slider{inset:25px 40px}
}
@media(max-width:560px){
    .mcsfc-hero{padding-top:42px;min-height:auto}
    .mcsfc-title{font-size:42px}
    .mcsfc-desc{font-size:15px}
    .mcsfc-right{min-height:300px}
    .mcsfc-photo-slider{inset:30px 20px;border-width:8px}
    .mcsfc-float.heart{width:54px;height:54px;font-size:24px}
    .mcsfc-float.star{width:60px;height:60px;font-size:30px}
    .mcsfc-float.diamond{width:52px;height:52px}
    .mcsfc-float.circle{width:58px;height:58px}
    .mcsfc-float.circle:after{width:24px;height:24px}
}
