@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;700;800&family=Space+Grotesk:wght@500;700&display=swap');

body {
    background:
        radial-gradient(900px 420px at 5% 0%, rgba(255, 193, 7, 0.22) 0%, rgba(255, 193, 7, 0) 60%),
        radial-gradient(820px 380px at 95% 10%, rgba(13, 110, 253, 0.17) 0%, rgba(13, 110, 253, 0) 58%),
        #f6f2ea;
    background-repeat: no-repeat;
    min-height: 100vh;
    color: #1f2a37;
    font-family: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

h1.display-6.bg-light {
    font-family: "Space Grotesk", "Manrope", sans-serif;
    font-weight: 700;
    letter-spacing: 0.01em;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    padding: 0.2rem 0 !important;
}

.ru-home {
    padding-bottom: 0.8rem;
}

.home-main-grid > .col-xxl-4,
.home-main-grid > .col-xl-4,
.home-main-grid > .col-lg-4,
.home-main-grid > .col-md-6 {
    display: flex;
    flex-direction: column;
}

.service-list,
.price-card,
.profile-card,
.benefit-item,
.about-section .col-12,
.insta-alert {
    border-radius: 18px;
    border: 1px solid rgba(15, 23, 42, 0.1);
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.1);
    background: rgba(255, 255, 255, 0.9);
}

.service-list {
    overflow: hidden;
}

.service-list .list-group-item {
    border-color: rgba(15, 23, 42, 0.08);
    background: transparent;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

.service-list .list-group-item a {
    color: #1c3f71;
    font-weight: 600;
    text-decoration: none;
}

.service-list .list-group-item a:hover {
    text-decoration: underline;
}

.price-card {
    padding: 1rem !important;
}

.price-card-main {
    background: linear-gradient(160deg, rgba(186, 220, 255, 0.78) 0%, rgba(230, 242, 255, 0.94) 100%) !important;
}

.price-card-light {
    background: linear-gradient(160deg, rgba(255, 221, 155, 0.76) 0%, rgba(255, 242, 214, 0.95) 100%) !important;
}

.profile-card {
    background: linear-gradient(180deg, #ffffff 0%, #f6f8fb 100%) !important;
}

.benefit-item {
    padding: 0.95rem !important;
    line-height: 1.6;
    margin-bottom: 0.7rem;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.benefit-item-soft {
    background: linear-gradient(180deg, #fffdfa 0%, #f7f3ea 100%) !important;
}

.step-title {
    font-family: "Space Grotesk", "Manrope", sans-serif;
    font-size: clamp(1.35rem, 2.6vw, 1.8rem);
    margin-top: 0.8rem;
}

.step-list {
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(15, 23, 42, 0.1);
    border-radius: 16px;
    padding: 1rem 1.2rem 1rem 2.2rem;
}

.about-section .col-12 {
    padding: 1.25rem 1.25rem 0.8rem;
}

.about-section h2 {
    font-family: "Space Grotesk", "Manrope", sans-serif;
    font-size: clamp(1.45rem, 2.6vw, 2rem);
    margin-bottom: 0.95rem;
}

.about-section p {
    color: #2a3a4f;
    line-height: 1.7;
}

.insta-alert {
    background: linear-gradient(125deg, #eef4ff 0%, #f6f1ff 55%, #fff3da 100%) !important;
    border: 1px solid rgba(94, 81, 171, 0.23);
    color: #2a2752;
}

.content-page {
    padding-bottom: 1.2rem;
}

.content-grid {
    row-gap: 0.5rem;
}

.content-card {
    border-radius: 18px;
    border: 1px solid rgba(15, 23, 42, 0.1);
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.1);
    background: rgba(255, 255, 255, 0.9);
    line-height: 1.65;
    height: 100%;
    padding: 1rem 1.1rem;
}

.content-card h2.display-6 {
    font-family: "Space Grotesk", "Manrope", sans-serif;
    font-size: clamp(1.3rem, 2.4vw, 1.75rem);
    margin-bottom: 0.8rem;
}

.contact-card a,
.social-card a {
    color: #1c3f71;
    font-weight: 600;
    text-decoration: none;
}

.contact-card a:hover,
.social-card a:hover {
    text-decoration: underline;
}

.contact-card svg,
.social-card svg {
    color: #1c3f71;
    margin-right: 0.2rem;
}

.photo-card {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, #ffffff 0%, #f6f8fb 100%);
    padding: 0.8rem;
}

.contact-photo {
    width: min(100%, 420px);
    height: auto;
    border: 1px solid rgba(15, 23, 42, 0.1);
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.14);
}

.price-page .price-summary {
    background: linear-gradient(160deg, rgba(186, 220, 255, 0.72) 0%, rgba(230, 242, 255, 0.9) 100%);
}

.price-page .social-card {
    background: linear-gradient(160deg, rgba(255, 245, 224, 0.92) 0%, rgba(255, 255, 255, 0.96) 100%);
}

.price-page .price-panel {
    width: 100%;
}

.price-page .price-panel + .price-panel {
    margin-top: 0.75rem;
}

.video-page .video-intro-grid,
.video-page .video-gallery-grid,
.video-page .video-dance-grid {
    row-gap: 0.55rem;
}

.video-page .video-info-col,
.video-page .video-price-col,
.video-page .video-dance-info,
.video-page .video-item {
    border-radius: 18px;
    border: 1px solid rgba(15, 23, 42, 0.1);
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.1);
    background: rgba(255, 255, 255, 0.92);
}

.video-page .video-info-col,
.video-page .video-price-col,
.video-page .video-dance-info {
    line-height: 1.6;
}

.video-page .video-info-col {
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.video-page .video-price-col {
    background: linear-gradient(160deg, rgba(255, 245, 224, 0.92) 0%, rgba(255, 255, 255, 0.96) 100%);
}

.video-page .video-dance-info {
    background: linear-gradient(160deg, rgba(227, 240, 255, 0.74) 0%, rgba(255, 255, 255, 0.95) 100%);
}

.video-page .video-price-col .display-6 {
    font-family: "Space Grotesk", "Manrope", sans-serif;
}

.video-page .video-item {
    padding: 0.7rem !important;
}

.video-page .video-gallery-grid > .video-item {
    flex: 1 1 320px;
    width: min(100%, 360px);
}

.video-page .video-dance-grid > .video-item {
    display: flex;
    align-items: stretch;
}

.video-page ul {
    margin-bottom: 0;
    padding-left: 1.2rem;
}

.video-page li + li {
    margin-top: 0.18rem;
}

.video-page iframe {
    display: block;
    width: 100%;
    border: 0;
    border-radius: 12px;
    background: #000;
}

.video-page .video-item-vertical iframe {
    aspect-ratio: 9 / 16;
    height: auto;
}

.video-page .video-item-horizontal iframe {
    aspect-ratio: 16 / 9;
    height: auto;
}

/* Keep visible gaps between video cards even when classes are on Bootstrap columns */
.video-page .video-info-col,
.video-page .video-price-col,
.video-page .video-dance-info,
.video-page .video-item {
    position: relative;
    border: 0 !important;
    box-shadow: none !important;
    background: transparent !important;
    overflow: visible;
}

.video-page .video-info-col::before,
.video-page .video-price-col::before,
.video-page .video-dance-info::before,
.video-page .video-item::before {
    content: "";
    position: absolute;
    inset: 0.45rem;
    border-radius: 18px;
    border: 1px solid rgba(15, 23, 42, 0.1);
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.1);
    background: rgba(255, 255, 255, 0.92);
    z-index: 0;
}

.video-page .video-info-col::before {
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.video-page .video-price-col::before {
    background: linear-gradient(160deg, rgba(255, 245, 224, 0.92) 0%, rgba(255, 255, 255, 0.96) 100%);
}

.video-page .video-dance-info::before {
    background: linear-gradient(160deg, rgba(227, 240, 255, 0.74) 0%, rgba(255, 255, 255, 0.95) 100%);
}

.video-page .video-info-col > *,
.video-page .video-price-col > *,
.video-page .video-dance-info > *,
.video-page .video-item > * {
    position: relative;
    z-index: 1;
}

.tfp-page {
    padding-bottom: 1.2rem;
}

.tfp-page .tfp-hero-grid,
.tfp-page .tfp-details-grid {
    row-gap: 0.55rem;
}

.tfp-page .tfp-card {
    position: relative;
    border: 0 !important;
    box-shadow: none !important;
    background: transparent !important;
    line-height: 1.65;
    height: 100%;
    padding: 1.35rem 1.45rem !important;
    display: block;
    overflow: visible;
}

.tfp-page .tfp-card::before {
    content: "";
    position: absolute;
    inset: 0.42rem;
    border-radius: 18px;
    border: 1px solid rgba(15, 23, 42, 0.1);
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.1);
    background: rgba(255, 255, 255, 0.92);
    z-index: 0;
}

.tfp-page .tfp-card-intro::before {
    background: linear-gradient(160deg, rgba(227, 240, 255, 0.74) 0%, rgba(255, 255, 255, 0.95) 100%);
}

.tfp-page .tfp-card-contact::before {
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.tfp-page .tfp-card-rules::before {
    background: linear-gradient(160deg, rgba(255, 245, 224, 0.92) 0%, rgba(255, 255, 255, 0.96) 100%);
}

.tfp-page .tfp-terms-card {
    width: 100%;
}

.tfp-page .tfp-terms-card::before {
    background: linear-gradient(180deg, #ffffff 0%, #f7f3ea 100%);
}

.tfp-page .tfp-card > * {
    position: relative;
    z-index: 1;
}

.tfp-page .tfp-card p:last-child,
.tfp-page .tfp-card ul:last-child {
    margin-bottom: 0;
}

.tfp-page .tfp-card ul {
    margin-bottom: 0.95rem;
    padding-left: 1.2rem;
}

.tfp-page .tfp-card li + li {
    margin-top: 0.18rem;
}

.tfp-page .tfp-card a {
    color: #1c3f71;
    font-weight: 600;
    text-decoration: none;
}

.tfp-page .tfp-card a:hover {
    text-decoration: underline;
}

.tfp-page .tfp-card svg {
    color: #1c3f71;
    margin-right: 0.2rem;
}

.tfp-page .tfp-terms-card h2,
.tfp-page .tfp-terms-card h3 {
    font-family: "Space Grotesk", "Manrope", sans-serif;
}

.tfp-page .tfp-terms-card h2 {
    font-size: clamp(1.35rem, 2.3vw, 1.8rem);
    margin-bottom: 0.85rem;
}

.tfp-page .tfp-terms-card h3 {
    font-size: clamp(1.05rem, 1.8vw, 1.3rem);
    margin-top: 1rem;
    margin-bottom: 0.55rem;
}

@media (max-width: 575.98px) {
    .tfp-page .tfp-card {
        padding: 1.15rem 1.2rem !important;
    }
}

.model-portfolio-page {
    padding-bottom: 1.25rem;
}

.model-portfolio-page .model-portfolio-intro-section .col,
.model-portfolio-page .model-portfolio-text-section .col,
.model-portfolio-page .model-portfolio-gallery-wrap .row {
    border-radius: 18px;
    border: 1px solid rgba(15, 23, 42, 0.1);
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.1);
    background: rgba(255, 255, 255, 0.92);
}

.model-portfolio-page .model-portfolio-intro-section .col {
    padding: 1.1rem 1.2rem;
    background: linear-gradient(160deg, rgba(227, 240, 255, 0.74) 0%, rgba(255, 255, 255, 0.95) 100%);
}

.model-portfolio-page .model-portfolio-intro-section .display-6 {
    font-family: "Space Grotesk", "Manrope", sans-serif;
    font-size: clamp(1.35rem, 2.5vw, 1.85rem);
}

.model-portfolio-page .model-portfolio-intro-section ul {
    margin-bottom: 0;
    padding-left: 1.2rem;
}

.model-portfolio-page .model-portfolio-intro-section li + li {
    margin-top: 0.2rem;
}

.model-portfolio-page .model-portfolio-section-heading h2.display-6 {
    font-family: "Space Grotesk", "Manrope", sans-serif;
    font-size: clamp(1.3rem, 2.2vw, 1.75rem);
    margin-bottom: 0;
}

.model-portfolio-page .model-portfolio-gallery-wrap .row {
    margin: 0;
    padding: 0.9rem 0.95rem;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.model-portfolio-page .model-portfolio-gallery-wrap .grid,
.model-portfolio-page .model-portfolio-grid {
    width: 100%;
}

.model-portfolio-page .model-portfolio-gallery-wrap .grid .grid-item,
.model-portfolio-page .model-portfolio-grid .grid-item {
    width: 160px;
    padding: 0;
}

.model-portfolio-page .model-portfolio-gallery-wrap .grid .grid-item--width2,
.model-portfolio-page .model-portfolio-grid .grid-item--width2 {
    width: 160px;
}

.model-portfolio-page .model-portfolio-gallery-wrap .grid .grid-item img,
.model-portfolio-page .model-portfolio-grid .grid-item img {
    display: block;
    border-radius: 10px;
    border: 1px solid rgba(15, 23, 42, 0.1);
}

.model-portfolio-page .model-portfolio-text-section .col {
    padding: 1.1rem 1.2rem;
    line-height: 1.68;
    background: linear-gradient(160deg, rgba(255, 245, 224, 0.92) 0%, rgba(255, 255, 255, 0.96) 100%);
}
