/* Smart Couple — brand theme overrides */

:root {
    --sc-pink: #D81B60;
    --sc-pink-dark: #B0154F;
    --sc-orange: #FF6F00;
    --sc-orange-light: #FF8A33;
    --sc-peach: #FFF0E8;
    --sc-blush: #FFF5F8;
    --sc-warm-white: #FFFBFA;

    --color-primary: var(--sc-pink);
    --color-secondary: var(--sc-orange);
    --color-coral: #FF8A4C;
    --color-pink: #E91E8C;
    --color-violet: #C2185B;

    --primary-opacity: rgba(216, 27, 96, 0.12);
    --secondary-opacity: rgba(255, 111, 0, 0.12);
    --coral-opacity: rgba(255, 138, 76, 0.14);
    --pink-opacity: rgba(233, 30, 140, 0.12);

    --color-primary-light: var(--sc-blush);
    --color-primary-lighter: #FFEEF4;
    --color-secondary-alt: #FFF5EE;
    --color-extra2: #FFF9F6;
    --color-border: #F3D9E4;

    --gradient-1: linear-gradient(145deg, #FFFFFF 0%, #FFF5F8 42%, #FFF0E8 100%);
    --gradient-2: linear-gradient(0deg, #FFFFFF 0%, #FFF5F0 100%);
    --gradient-3: linear-gradient(90deg, var(--sc-orange) 0%, var(--sc-pink) 100%);
    --gradient-6: linear-gradient(to right, rgba(255, 111, 0, 0.08), rgba(216, 27, 96, 0.08), rgba(255, 143, 76, 0.08));
    --gradient-7: linear-gradient(218deg, var(--sc-orange) 0%, var(--sc-pink) 100%);
    --gradient-8: linear-gradient(270deg, var(--sc-orange-light) 0%, var(--sc-pink) 100%);
    --gradient-dark: linear-gradient(90deg, rgba(216, 27, 96, 0.92) 0%, rgba(255, 111, 0, 0.92) 100%);
    --gradient-dark-2: linear-gradient(90deg, rgba(216, 27, 96, 0.45) 0%, rgba(255, 111, 0, 0.45) 100%);
}

/* ─── Navigation menu ─── */
.sc-header .rbt-header-wrapper.sc-header-bar {
    background: #ffffff !important;
    border-bottom: 1px solid rgba(216, 27, 96, 0.1);
    box-shadow: 0 8px 30px rgba(42, 31, 36, 0.06) !important;
    padding-top: 0 !important;
}

.sc-header.rbt-header-8 .rbt-header-wrapper.sc-header-bar {
    background: #ffffff !important;
    box-shadow: 0 8px 30px rgba(42, 31, 36, 0.06) !important;
}

.sc-header.rbt-header-8 .sc-mainbar-centered {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    padding: 0 !important;
}

.sc-header .sc-mainbar-centered {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    min-height: 108px;
    width: 100%;
    padding: 0.4rem 0 !important;
}

.sc-header .sc-logo-left {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-width: 0;
}

.sc-header .sc-header-nav-wrap {
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(2rem, 3.5vw, 3.5rem);
    min-width: 0;
}

.sc-header .sc-nav-left,
.sc-header .sc-nav-right {
    flex: 0 0 auto;
}

.sc-header .sc-header-cta {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
}

.sc-header .sc-nav .sc-menu {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sc-header .sc-mobile-toggle {
    flex: 0 0 auto;
    margin-left: auto;
}

.sc-header .sc-site-logo-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    text-decoration: none;
}

.sc-header .sc-logo-left .sc-site-logo-link img,
.sc-header .sc-logo-left.rbt-header .logo a img.sc-site-logo,
.sc-header .sc-logo-left .logo a img.sc-site-logo {
    display: block;
    width: auto;
    height: 108px !important;
    max-height: 108px !important;
    max-width: min(240px, 34vw);
    object-fit: contain !important;
    object-position: center center;
    border-radius: 50%;
    background: transparent;
    transition: transform 0.25s ease;
}

.sc-header .sc-site-logo-link:hover img {
    transform: scale(1.03);
}

.sc-header .sc-menu-link {
    display: inline-flex;
    align-items: center;
    color: #2f2429 !important;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0.02em;
    padding: 0.5rem 0.95rem !important;
    border-radius: 999px;
    white-space: nowrap;
    text-decoration: none;
    transition: color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.sc-header .sc-menu-link:hover {
    color: var(--sc-pink) !important;
    background: var(--primary-opacity) !important;
}

.sc-header .sc-menu-link.is-active {
    color: #fff !important;
    background: linear-gradient(135deg, var(--sc-pink) 0%, var(--sc-orange) 100%) !important;
    box-shadow: 0 6px 16px rgba(216, 27, 96, 0.28);
}

.sc-header .sc-btn-register {
    display: inline-flex !important;
    align-items: center;
    gap: 0.5rem;
    background-image: linear-gradient(135deg, var(--sc-pink) 0%, var(--sc-orange) 100%) !important;
    border-radius: 999px !important;
    padding: 0 1.35rem !important;
    min-height: 42px !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    letter-spacing: 0.02em;
    box-shadow: 0 8px 20px rgba(216, 27, 96, 0.28);
    border: none;
    overflow: visible;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.sc-header .sc-btn-register span {
    position: static;
    display: inline;
    transform: none !important;
    opacity: 1 !important;
}

.sc-header .sc-btn-register span::after {
    content: none !important;
    display: none !important;
}

.sc-header .sc-btn-register i {
    font-size: 16px;
    line-height: 1;
}

.sc-header .sc-btn-register:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(255, 111, 0, 0.32) !important;
}

.sc-header .rbt-btn.btn-gradient {
    background-image: linear-gradient(135deg, var(--sc-pink) 0%, var(--sc-orange) 100%);
    border-radius: 999px;
    padding: 0 1.35rem;
    min-height: 44px;
    font-weight: 700;
    box-shadow: 0 8px 22px rgba(216, 27, 96, 0.28);
}

.sc-header .rbt-btn.btn-gradient:hover {
    box-shadow: 0 10px 28px rgba(255, 111, 0, 0.32);
}

/* Hamburger */
.sc-header .sc-hamburger,
.sc-header .hamberger-button {
    width: 44px;
    height: 44px;
    border: 1.5px solid rgba(216, 27, 96, 0.15) !important;
    background: var(--sc-blush) !important;
    color: var(--sc-pink) !important;
    transition: background 0.2s ease, border-color 0.2s ease;
}

.sc-header .sc-hamburger:hover,
.sc-header .hamberger-button:hover {
    background: var(--primary-opacity) !important;
    border-color: rgba(216, 27, 96, 0.3) !important;
}

.sc-header .rbt-header-top {
    background: linear-gradient(90deg, rgba(216, 27, 96, 0.06) 0%, rgba(255, 111, 0, 0.06) 100%) !important;
    border-bottom: 1px solid rgba(216, 27, 96, 0.08);
}

.sc-header .rbt-header-top .rbt-information-list li a {
    color: #5C4A52;
    font-weight: 500;
    font-size: 14px;
}

.sc-header .rbt-header-top .rbt-information-list li a i {
    color: var(--sc-pink);
    font-size: 15px;
}
/* Homepage accents */
.sc-home .border-bottom-gradient::before {
    background: linear-gradient(90deg, var(--sc-pink), var(--sc-orange)) !important;
}

/* ─── Hero section ─── */
.sc-home .sc-hero {
    position: relative;
    height: auto !important;
    min-height: 0;
    overflow: hidden;
    background: linear-gradient(135deg, #fff8fb 0%, #fff5f0 45%, #fff0f5 100%) !important;
}

.sc-home .sc-hero .wrapper {
    position: relative;
    z-index: 2;
    padding: 3.5rem 0 4rem !important;
    margin-top: 0 !important;
}

.sc-home .sc-hero-bg {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 12% 18%, rgba(216, 27, 96, 0.09), transparent 34%),
        radial-gradient(circle at 88% 12%, rgba(255, 111, 0, 0.1), transparent 30%),
        radial-gradient(circle at 70% 82%, rgba(216, 27, 96, 0.06), transparent 36%);
    pointer-events: none;
}

.sc-home .sc-hero-row {
    --bs-gutter-x: 2rem;
    --bs-gutter-y: 2rem;
}

.sc-home .sc-hero-content {
    max-width: 560px;
}

.sc-home .sc-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.45rem 1rem;
    border-radius: 999px;
    background: rgba(216, 27, 96, 0.1);
    color: var(--sc-pink);
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin-bottom: 1.25rem;
}

.sc-home .sc-hero-badge i {
    font-size: 20px;
}

.sc-home .sc-hero-title {
    color: #2a1f24;
    font-size: clamp(2.75rem, 5.6vw, 4.5rem);
    font-weight: 800;
    line-height: 1.15;
    margin: 0 0 1.25rem;
    letter-spacing: -0.02em;
}

.sc-home .sc-hero-desc {
    color: #5c4f55;
    font-size: 1.65rem;
    line-height: 1.75;
    margin: 0 0 1.75rem;
    max-width: 520px;
}

.sc-home .sc-hero-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
    margin-bottom: 2rem;
}

.sc-home .sc-hero-stat {
    flex: 1 1 140px;
    min-width: 130px;
    padding: 0.9rem 1rem;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(216, 27, 96, 0.1);
    box-shadow: 0 10px 28px rgba(216, 27, 96, 0.07);
}

.sc-home .sc-hero-stat strong {
    display: block;
    color: var(--sc-pink);
    font-size: 1.65rem;
    font-weight: 800;
    line-height: 1.2;
}

.sc-home .sc-hero-stat span {
    display: block;
    margin-top: 0.2rem;
    color: #6a5b62;
    font-size: 1.15rem;
    font-weight: 500;
}

.sc-home .sc-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
}

.sc-home .sc-hero-actions .rbt-btn {
    min-height: 52px;
    padding: 0 1.65rem;
    font-size: 1.375rem;
    font-weight: 700;
    border-radius: 999px;
}

.sc-home .sc-hero-btn-primary {
    box-shadow: 0 12px 28px rgba(216, 27, 96, 0.28);
}

.sc-home .sc-hero-btn-outline {
    border-color: rgba(216, 27, 96, 0.28) !important;
    color: var(--sc-pink) !important;
    background: #fff !important;
}

.sc-home .sc-hero-btn-light {
    background: #fff !important;
    border: 1px solid rgba(216, 27, 96, 0.12) !important;
    box-shadow: 0 8px 22px rgba(42, 31, 36, 0.05);
}

.sc-home .sc-hero-visual {
    position: relative;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
}

.sc-home .sc-hero-image-ring {
    position: absolute;
    inset: -14px -14px 14px 14px;
    border-radius: 28px;
    background: linear-gradient(135deg, rgba(216, 27, 96, 0.22), rgba(255, 111, 0, 0.22));
    transform: rotate(-3deg);
    z-index: 0;
}

.sc-home .sc-hero-image-frame {
    position: relative;
    z-index: 1;
    border-radius: 24px;
    overflow: hidden;
    padding: 5px;
    background: linear-gradient(135deg, var(--sc-pink), var(--sc-orange));
    box-shadow: 0 28px 60px rgba(42, 31, 36, 0.18);
}

.sc-home .sc-hero-image,
.sc-home .sc-hero-image-frame img {
    display: block;
    width: 100%;
    height: auto;
    min-height: 360px;
    max-height: 520px;
    object-fit: cover;
    object-position: center top;
    border-radius: 20px;
}

.sc-home .sc-hero-float-card {
    position: absolute;
    left: -10px;
    bottom: 28px;
    z-index: 3;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.9rem 1.1rem;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(216, 27, 96, 0.12);
    box-shadow: 0 16px 36px rgba(42, 31, 36, 0.12);
    backdrop-filter: blur(8px);
}

.sc-home .sc-hero-float-card i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: linear-gradient(135deg, var(--sc-pink), var(--sc-orange));
    color: #fff;
    font-size: 22px;
}

.sc-home .sc-hero-float-card strong {
    display: block;
    color: #2a1f24;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.2;
}

.sc-home .sc-hero-float-card span {
    display: block;
    color: #6a5b62;
    font-size: 1.1rem;
    margin-top: 0.15rem;
}

@media (max-width: 991px) {
    .sc-home .sc-hero .wrapper {
        padding: 2.5rem 0 3rem !important;
    }

    .sc-home .sc-hero-content {
        max-width: none;
        text-align: center;
        margin: 0 auto;
    }

    .sc-home .sc-hero-desc {
        margin-left: auto;
        margin-right: auto;
    }

    .sc-home .sc-hero-stats,
    .sc-home .sc-hero-actions {
        justify-content: center;
    }

    .sc-home .sc-hero-visual {
        max-width: 460px;
    }

    .sc-home .sc-hero-float-card {
        left: 12px;
        bottom: 16px;
    }
}

@media (max-width: 575px) {
    .sc-home .sc-hero-title {
        font-size: 2.35rem;
    }

    .sc-home .sc-hero-desc {
        font-size: 1.375rem;
    }

    .sc-home .sc-hero-stat {
        flex: 1 1 100%;
    }

    .sc-home .sc-hero-actions .rbt-btn {
        width: 100%;
        justify-content: center;
    }

    .sc-home .sc-hero-image,
    .sc-home .sc-hero-image-frame img {
        min-height: 300px;
    }
}

/* ─── Couple gallery (About section) ─── */
.sc-home .sc-couple-gallery {
    width: 100%;
    max-width: 540px;
    margin: 0 auto;
}

.sc-home .sc-couple-gallery__grid {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    grid-template-rows: 1fr 1fr;
    gap: 14px;
    height: 460px;
}

.sc-home .sc-couple-gallery__item {
    position: relative;
    overflow: hidden;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 18px 40px rgba(42, 31, 36, 0.14);
}

.sc-home .sc-couple-gallery__item picture {
    display: block;
    width: 100%;
    height: 100%;
}

.sc-home .sc-couple-gallery__item--main {
    grid-column: 1;
    grid-row: 1 / span 2;
}

.sc-home .sc-couple-gallery__img,
.sc-home .sc-couple-gallery__item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.sc-home .sc-couple-gallery__item--main .sc-couple-gallery__img,
.sc-home .sc-couple-gallery__item--main img {
    object-position: center 20%;
}

@media (max-width: 991px) {
    .sc-home .sc-couple-gallery {
        max-width: 100%;
    }

    .sc-home .sc-couple-gallery__grid {
        height: 400px;
    }
}

@media (max-width: 575px) {
    .sc-home .sc-couple-gallery__grid {
        grid-template-columns: 1fr;
        grid-template-rows: 240px 170px 170px;
        height: auto;
    }

    .sc-home .sc-couple-gallery__item--main {
        grid-column: 1;
        grid-row: 1;
    }
}

.sc-header .hamberger-button {
    border-color: rgba(216, 27, 96, 0.2) !important;
    color: var(--sc-pink) !important;
}

/* Mobile slide-out menu */
.popup-mobile-menu .sc-mobile-nav .mainmenu > li > a {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    padding: 0.85rem 1rem;
    border-radius: 10px;
    font-size: 1.125rem;
    font-weight: 500;
    transition: background 0.2s ease, color 0.2s ease;
}

.popup-mobile-menu .sc-mobile-nav .mainmenu > li > a i {
    font-size: 20px;
    color: var(--sc-pink);
    opacity: 0.85;
}

.popup-mobile-menu .sc-mobile-nav .mainmenu > li > a:hover,
.popup-mobile-menu .sc-mobile-nav .mainmenu > li > a.is-active {
    background: var(--primary-opacity);
    color: var(--sc-pink);
}

/* Mobile menu logo */
.popup-mobile-menu .sc-site-logo-link {
    display: inline-flex;
    align-items: center;
    line-height: 0;
    text-decoration: none;
}

.popup-mobile-menu .sc-site-logo {
    height: 60px !important;
    max-height: 60px !important;
    width: auto;
    max-width: 170px;
    object-fit: contain !important;
    border-radius: 50%;
}

.sc-footer .sc-site-logo-link {
    display: inline-flex;
    align-items: center;
    line-height: 0;
    text-decoration: none;
}

.sc-footer .sc-site-logo--footer {
    height: 68px !important;
    max-height: 68px !important;
    width: auto;
    max-width: 180px;
    object-fit: contain !important;
    border-radius: 50%;
}

/* ─── Footer ─── */
.sc-footer .footer-top {
    background: linear-gradient(180deg, #FFFFFF 0%, #FFF8F5 100%);
    border-top: 1px solid rgba(216, 27, 96, 0.08);
}

.sc-footer .ft-title {
    color: #2A1F24;
}

.sc-footer .ft-link a:hover {
    color: var(--sc-pink);
}

.sc-footer .rbt-btn.btn-border-gradient {
    border-color: rgba(216, 27, 96, 0.3);
}

/* ─── Shared accents ─── */
.rbt-progress-parent path {
    stroke: var(--sc-pink);
}

@media (min-width: 1200px) {
    .sc-header .sc-mainbar-centered {
        padding: 0.4rem 0 !important;
    }
}

@media (max-width: 1199px) {
    .sc-header .sc-mainbar-centered {
        justify-content: space-between;
        min-height: 84px;
        gap: 0.75rem;
    }

    .sc-header .sc-logo-left .sc-site-logo-link img,
    .sc-header .sc-logo-left .logo a img.sc-site-logo {
        height: 76px !important;
        max-height: 76px !important;
        max-width: min(180px, 42vw);
    }
}

@media (max-width: 767px) {
    .sc-header .sc-mainbar-centered {
        min-height: 76px;
    }

    .sc-header .sc-logo-left .sc-site-logo-link img,
    .sc-header .sc-logo-left .logo a img.sc-site-logo {
        height: 68px !important;
        max-height: 68px !important;
        max-width: min(160px, 48vw);
    }
}
