/*--flags--*/
.fib,
.fi {
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat
}

.fi {
    position: relative;
    display: inline-block;
    width: 1.333333em;
    line-height: 1em
}

.fi:before {
    content: " "
}

.fi.fis {
    width: 1em
}

.fi-cn {
    background-image: url(../libs/flags/4x3/cn.svg)
}

.fi-de {
    background-image: url(../libs/flags/4x3/de.svg)
}

.fi-fr {
    background-image: url(../libs/flags/4x3/fr.svg)
}

.fi-gb {
    background-image: url(../libs/flags/4x3/gb.svg)
}

.fi-it {
    background-image: url(../libs/flags/4x3/it.svg)
}

.fi-kz {
    background-image: url(../libs/flags/4x3/kz.svg)
}

.fi-nl {
    background-image: url(../libs/flags/4x3/nl.svg)
}

.fi-pl {
    background-image: url(../libs/flags/4x3/pl.svg)
}

.fi-ru {
    background-image: url(../libs/flags/4x3/ru.svg)
}

.fi-th {
    background-image: url(../libs/flags/4x3/th.svg)
}

.fi-tr {
    background-image: url(../libs/flags/4x3/tr.svg)
}

.fi-ua {
    background-image: url(../libs/flags/4x3/ua.svg)
}

.fi-eg {
    background-image: url(../libs/flags/4x3/eg.svg)
}

.fi-es {
    background-image: url(../libs/flags/4x3/es.svg)
}

.fi-jp {
    background-image: url(../libs/flags/4x3/jp.svg)
}

/*--main-style--*/

:root {
    --primary: #1B1B2F;
    --bg: #FEFEFE;
    --surface: #FFFFFF;
    --accent: #C9A84C;
    --accent-hover: #b8952f;
    --accent-light: #C9A84C33;
    --secondary: #1B1B2F;
    --text: #1B1B2F;
    --white: #fff;
    --text-light: #5A5A7A;
    --border: #E0D5C0;
    --card-bg: #FFFFFF;
    --shadow: 0 4px 24px rgba(27, 27, 47, 0.08);
    --shadow-lg: 0 12px 48px rgba(27, 27, 47, 0.14);
    --radius: 4px;
    --radius-sm: 2px;
    --radius-lg: 8px;
    --transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    --font-heading: 'Amiri', Georgia, serif;
    --font-body: 'Noto Sans', 'Segoe UI', sans-serif;
    --max-width: 1200px;
    --header-height: 80px;
    --gold-gradient: linear-gradient(135deg, #C9A84C 0%, #E8D48B 50%, #C9A84C 100%);
    --pattern-color: #C9A84C33;
}

/* --- Reset & Base --- */
*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    font-size: 16px;
}

body {
    font-family: var(--font-body);
    color: var(--text);
    background: var(--bg);
    line-height: 1.7;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-heading);
    font-weight: 700;
    line-height: 1.25;
    color: var(--primary);
}

h1 {
    font-size: clamp(2.4rem, 5vw, 3.6rem);
}

h2 {
    font-size: clamp(1.9rem, 4vw, 3rem);
}

h3 {
    font-size: clamp(1.3rem, 2.5vw, 1.7rem);
}

h4 {
    font-size: 1.2rem;
}

a {
    color: var(--accent);
    text-decoration: none;
    transition: color var(--transition);
}

a:hover {
    color: var(--accent-hover);
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

.container {
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 0 24px;
}

.section {
    padding: 100px 0;
    position: relative;
}

.section-models {
    padding: 100px 0 0 0;
}

/* --- Islamic Geometric Divider --- */
.geometric-divider {
    height: 40px;
    background:
        linear-gradient(135deg, transparent 33.33%, var(--accent-light) 33.33%, var(--accent-light) 66.66%, transparent 66.66%),
        linear-gradient(225deg, transparent 33.33%, var(--accent-light) 33.33%, var(--accent-light) 66.66%, transparent 66.66%);
    background-size: 40px 40px;
    opacity: 0.7;
}

/* --- Tessellation Background --- */
.tessellation-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: 0.06;
    background-image:
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80'%3E%3Cpath d='M40 0 L80 20 L80 60 L40 80 L0 60 L0 20Z' fill='none' stroke='%23C9A84C' stroke-width='1'/%3E%3Cpath d='M40 10 L70 25 L70 55 L40 70 L10 55 L10 25Z' fill='none' stroke='%23C9A84C' stroke-width='0.5'/%3E%3Ccircle cx='40' cy='40' r='8' fill='none' stroke='%23C9A84C' stroke-width='0.5'/%3E%3C/svg%3E");
    background-size: 80px 80px;
}

/* --- Section Header --- */
.section-header {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 60px;
}

.section-models__header {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 60px;
}

.section-header-editorial {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 60px;
}

.section-related h2 {
    color: #fff;
}

.section-related .model-grid-card {
    color: #fff;
}

.section-related .model-grid-card__name {
    color: #fff;
}

.section-related .model-grid-card:hover {
    color: #fff;
}

.section-badge {
    display: inline-block;
    font-family: var(--font-heading);
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--accent);
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 16px;
    position: relative;
    padding: 0 24px;
}

.section-badge::before,
.section-badge::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 16px;
    height: 16px;
    border: 1px solid var(--accent);
    transform: translateY(-50%) rotate(45deg);
}

.section-badge::before {
    left: 0;
}

.section-badge::after {
    right: 0;
}

.section-header h2 {
    margin-bottom: 16px;
}

.section-models__header h2 {
    margin-bottom: 16px;
}

.section-header p {
    color: var(--text-light);
    font-size: 1.1rem;
}

.section-models__header p {
    color: var(--text-light);
    font-size: 1.1rem;
}

/* ============================================
   HEADER
   ============================================ */
.site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: transparent;
    transition: all var(--transition);
}

.site-header.scrolled {
    background: rgba(254, 254, 254, 0.97);
    backdrop-filter: blur(12px);
    box-shadow: 0 1px 0 var(--border), var(--shadow);
}

.header-container {
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    column-gap: 10px;
    height: 100%;
    position: relative;
}

.logo {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: var(--accent);
    transition: color var(--transition);
    margin-right: auto;
}

.logo img {
    width: 200px;
    max-width: 100%;
}

.logo-icon {
    display: flex;
    align-items: center;
    color: var(--accent);
}

.logo-text {
    font-family: var(--font-heading);
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 1px;
    color: var(--primary);
}

.site-header:not(.scrolled) .logo-text {
    color: var(--surface);
}

.site-header:not(.scrolled) .logo-icon {
    color: var(--accent);
}

.main-nav {
    min-width: 0;
}

.nav-list {
    min-width: 0;
    display: flex;
    list-style: none;
    gap: 8px;
}

.nav-item {
    min-width: 0;
}

@media screen and (max-width: 992px) {
    .nav-item {
        width: 100%;
    }
}

.dropdown-item {
    position: relative;
}

.dropdown-item::after {
    content: "";
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #fff;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    transition: border-color .3s ease;
}

.site-header.scrolled .dropdown-item::after {
    border-top: 4px solid var(--text-light);
}

@media screen and (max-width: 992px) {
    .dropdown-item::after {
        border-top: 4px solid var(--accent);
        top: 25px;
        right: 15px;
        transform: translateY(0);
    }
}

.nav-item--lang {
    display: flex;
    align-items: center;
}

@media screen and (max-width: 992px) {
    .nav-item--lang {
        order: 1;
        margin: 0 0 20px 0;
    }

    .nav-item {
        order: 2;
    }
}

.nav-link {
    display: block;
    padding: 8px 16px;
    font-size: 0.9rem;
    font-weight: 500;
    color: var(--text-light);
    text-decoration: none;
    transition: all var(--transition);
    letter-spacing: 0.5px;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.site-header:not(.scrolled) .nav-link {
    color: rgba(255, 255, 255, 0.85);
}

.site-header:not(.scrolled) .nav-link:hover,
.site-header:not(.scrolled) .nav-link.active {
    color: var(--accent);
}

.nav-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background: var(--accent);
    transition: all var(--transition);
    transform: translateX(-50%);
}

.nav-link:hover::after,
.nav-link.active::after {
    width: 60%;
}

.nav-link:hover,
.nav-link.active {
    color: var(--accent);
}

/*------------------------ mega-menu --------------------*/

.mega-menu {
    width: 160px;
    max-height: 80vh;
    overflow-y: auto;
    background: var(--primary);
    scrollbar-width: thin;
    scrollbar-color: var(--accent) rgba(255, 255, 255, 0.05);
    position: absolute;
    top: 100%;
    left: 0;
    padding: 10px 10px;
    display: none;
}

@media screen and (max-width: 992px) {
    .mega-menu {
        width: 100%;
        max-height: none;
        overflow-y: visible;
        position: static;
        display: none;
    }

    .mega-menu.is-visible {
        display: block;
    }
}

.mega-menu::-webkit-scrollbar {
    width: 6px;
}

.mega-menu::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 3px;
}

.mega-menu::-webkit-scrollbar-thumb {
    background-color: var(--accent);
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.mega-menu::-webkit-scrollbar-thumb:hover {
    background-color: var(--accent);
    filter: brightness(1.2);
}

@media (min-width: 992px) {
    .dropdown-item:hover>.mega-menu {
        display: block;
    }
}

.mega-menu__item {
    padding: 5px 0;
}

.mega-menu__link {
    transition: color .3s ease;
}

.mega-menu__link:hover {
    color: #fff;
}

/*--------------------- Language -----------------*/

.language-block {
    width: 75px;
    min-width: 75px;
    position: relative;
    padding: 3px 10px;
    -webkit-user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    cursor: pointer;
}

.language-block-head {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 0.82rem;
    color: var(--text-light);
    letter-spacing: 0.12em;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    position: relative;
    transition: color .3s ease;
}

.language-block-head:hover,
.site-header:not(.scrolled) .language-block-head:hover {
    color: var(--accent);
}

.site-header:not(.scrolled) .language-block-head {
    color: rgba(255, 255, 255, 0.85);
}

.language-block-head span {
    margin-right: 5px;
}

.language-block-head::after {
    content: "";
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid var(--text-light);
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    transition: border-color .3s ease;
}

.language-block-head:hover::after,
.site-header:not(.scrolled) .language-block-head:hover::after {
    border-top: 4px solid var(--accent);
}

.site-header:not(.scrolled) .language-block-head::after {
    border-top: 4px solid rgba(255, 255, 255, 0.85);
}

.language-block-list {
    list-style: none;
    width: 90px;
    background: var(--card-bg);
    border: 1px solid var(--border);
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 100;
    display: none;
}

@media screen and (max-width: 768px) {
    .language-block-list {
        right: auto;
        left: 0;
    }
}

.language-block-list.active {
    display: block;
}

.language-block-list li {
    padding: 5px 15px;
}

.language-block-list li:hover {
    background: var(--accent);
}

.language-block-list li a {
    display: block;
    color: var(--text-light);
    text-align: left;
}

/*---------------------- Hamburger -----------------*/

.hamburger {
    width: 25px;
    height: auto;
    border: none;
    background: none;
    flex-shrink: 0;
    cursor: pointer;
    z-index: 1001;
    display: none;
}

.hamburger-line {
    display: block;
    width: 100%;
    height: 2px;
    background: var(--text);
    margin: 6px 0;
}

.site-header:not(.scrolled) .hamburger-line {
    background: var(--surface);
}

.hamburger.active .hamburger-line:nth-child(1) {
    transform: rotate(45deg) translate(6px, 5px);
}

.hamburger.active .hamburger-line:nth-child(2) {
    opacity: 0;
}

.hamburger.active .hamburger-line:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -5px);
}

/*------------------- header-social --------------*/

.header__social {
    align-items: center;
    column-gap: 5px;
    display: none;
}

@media screen and (max-width: 992px) {
    .header__social {
        display: flex;
    }
}

.header__social-link {
    width: 30px;
    height: 30px;
    color: #fff;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .3s ease;
}

.header__social-link.btn_wa {
    background-color: rgb(37 211 102 / 1);
}

.header__social-link.btn_tg {
    background-color: rgb(0 136 204 / 1);
}

.header__social-link.btn_ph {
    background-color: rgb(255 77 79 / 1);
}

.header__social-link.btn_ln {
    background-color: rgb(0 185 0 / 1);
}

/*------------------- header-social /-------------*/

/* ============================================
   HERO — Islamic geometric overlay
   ============================================ */
.hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg,
            rgba(27, 27, 47, 0.75) 0%,
            rgba(27, 27, 47, 0.6) 50%,
            rgba(27, 27, 47, 0.85) 100%);
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 3;
    text-align: center;
    max-width: 800px;
    padding: 0 15px 0 15px;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 28px;
    border: 1px solid var(--accent);
    color: var(--accent);
    font-family: var(--font-heading);
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 32px;
}

.hero-star-icon {
    color: var(--accent);
}

.hero h1 {
    color: var(--surface);
    margin-bottom: 24px;
    font-weight: 700;
    letter-spacing: 1px;
}

.hero p {
    color: rgba(255, 255, 255, 0.85);
    font-size: 1.15rem;
    max-width: 620px;
    margin: 0 auto 40px;
    line-height: 1.8;
}

.hero-buttons {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
}

/* --- Breadcrumbs --- */

.breadcrumbs-wrap {
    padding: 10px 15px;
}

.breadcrumbs {
    list-style: none;
    color: rgba(255, 255, 255, 0.75);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 0 0;
    margin: 0 0;
}

.breadcrumbs li {
    position: relative;
    padding: 0;
}

.breadcrumbs li:not(:last-child) {
    margin-right: 25px;
}

.breadcrumbs li:first-child {
    padding-left: 0;
}

.breadcrumbs li:not(:last-child)::after {
    content: "/";
    position: absolute;
    top: 0;
    right: -15px;
}

.breadcrumbs li a {
    color: var(--accent);
}

/* --- Buttons --- */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 36px;
    font-family: var(--font-body);
    font-size: 0.95rem;
    font-weight: 600;
    letter-spacing: 0.8px;
    text-decoration: none;
    border: 2px solid transparent;
    cursor: pointer;
    transition: all var(--transition);
    text-transform: uppercase;
}

.btn-primary {
    background: var(--accent);
    color: var(--primary);
    border-color: var(--accent);
}

.btn-primary:hover {
    background: var(--accent-hover);
    border-color: var(--accent-hover);
    color: var(--primary);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(201, 168, 76, 0.3);
}

.btn-outline {
    background: transparent;
    color: var(--accent);
    border-color: var(--accent);
}

.btn-outline:hover {
    background: var(--accent);
    color: var(--primary);
    transform: translateY(-2px);
}

.btn-full {
    width: 100%;
}

.section-cta {
    text-align: center;
    margin-top: 48px;
}

/* ============================================
   Seo-articles
   ============================================ */

.light-border {
    border-top: 4px solid #e0c97b;
}

.seo-articles h1 {
    font-size: clamp(30px, 4vw, 40px);
    font-weight: 700;
    color: var(--primary);
    margin-bottom: 1rem;
}

.seo-articles h2 {
    font-size: clamp(26px, 3.6vw, 36px);
    font-weight: 700;
    color: var(--primary);
    margin-bottom: 1rem;
}

.seo-articles h3 {
    font-size: clamp(20px, 3.2vw, 28px);
    font-weight: 700;
    color: var(--primary);
    margin-bottom: 1rem;
}

.seo-articles p {
    color: var(--text-light);
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 16px;
}

/* ============================================
   MODEL CARDS — Octagonal frames
   ============================================ */
.models-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.model-card {
    text-align: center;
}

.model-image-octagon {
    position: relative;
    width: 240px;
    height: 280px;
    margin: 0 auto 20px;
    clip-path: polygon(30% 0%, 70% 0%, 100% 25%, 100% 75%, 70% 100%, 30% 100%, 0% 75%, 0% 25%);
    overflow: hidden;
}

.model-image-octagon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.model-card:hover .model-image-octagon img {
    transform: scale(1.08);
}

.model-overlay {
    position: absolute;
    inset: 0;
    background: rgba(27, 27, 47, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity var(--transition);
}

.model-card:hover .model-overlay {
    opacity: 1;
}

.model-social {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid var(--accent);
    color: var(--accent);
    font-size: 1.2rem;
    transition: all var(--transition);
    clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
    background: rgba(27, 27, 47, 0.6);
}

.model-social:hover {
    background: var(--accent);
    color: var(--primary);
}

.model-info h3 {
    font-size: 1.3rem;
    margin-bottom: 4px;
}

.model-info p {
    color: var(--text-light);
    font-size: 0.9rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 500;
}

/* ============================================
   SERVICE CARDS — Geometric star icons, gold borders
   ============================================ */
.services-preview {
    position: relative;
    overflow: hidden;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}

.service-card {
    background: var(--card-bg);
    padding: 40px 32px;
    text-align: center;
    border: 1px solid var(--border);
    position: relative;
    transition: all var(--transition);
    overflow: hidden;
}

/* Geometric gold corner ornaments */
.service-card::before,
.service-card::after {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    border: 2px solid var(--accent);
    transition: all var(--transition);
}

.service-card::before {
    top: 12px;
    left: 12px;
    border-right: none;
    border-bottom: none;
}

.service-card::after {
    bottom: 12px;
    right: 12px;
    border-left: none;
    border-top: none;
}

.service-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
    border-color: var(--accent);
}

.service-card:hover::before,
.service-card:hover::after {
    width: 32px;
    height: 32px;
}

.service-icon {
    width: 72px;
    height: 72px;
    margin: 0 auto 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    color: var(--accent);
    position: relative;
    background: var(--accent-light);
    clip-path: polygon(50% 0%, 85% 15%, 100% 50%, 85% 85%, 50% 100%, 15% 85%, 0% 50%, 15% 15%);
}

.service-card h3 {
    margin-bottom: 12px;
    font-size: 1.25rem;
}

.service-card p {
    color: var(--text-light);
    font-size: 0.95rem;
    line-height: 1.7;
}

/* ============================================
   STATS SECTION
   ============================================ */
.stats-section {
    background: var(--primary);
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.stats-section::before {
    content: '';
    position: absolute;
    inset: 0;
    opacity: 0.08;
    background-image:
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60'%3E%3Cpath d='M30 0 L60 15 L60 45 L30 60 L0 45 L0 15Z' fill='none' stroke='%23C9A84C' stroke-width='0.8'/%3E%3C/svg%3E");
    background-size: 60px 60px;
    pointer-events: none;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
    position: relative;
    z-index: 1;
}

.stat-card {
    text-align: center;
    padding: 24px;
}

.stat-value {
    display: block;
    font-family: var(--font-heading);
    font-size: clamp(2.4rem, 4vw, 3.2rem);
    font-weight: 700;
    color: var(--accent);
    margin-bottom: 8px;
    line-height: 1;
}

.stat-label {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
}

/* ============================================
   TESTIMONIALS
   ============================================ */
.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}

.testimonial-card {
    background: var(--card-bg);
    padding: 40px 32px;
    border: 1px solid var(--border);
    position: relative;
}

/* Top gold geometric border */
.testimonial-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--gold-gradient);
}

.testimonial-stars {
    margin-bottom: 20px;
    color: var(--accent);
    font-size: 0.85rem;
    letter-spacing: 4px;
}

.testimonial-text {
    font-family: var(--font-heading);
    font-size: 1.05rem;
    font-style: italic;
    line-height: 1.8;
    color: var(--text);
    margin-bottom: 24px;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 16px;
}

.testimonial-author img {
    width: 48px;
    height: 48px;
    object-fit: cover;
    clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
}

.testimonial-author strong {
    display: block;
    font-size: 0.95rem;
}

.testimonial-author span {
    font-size: 0.8rem;
    color: var(--text-light);
}

/* ============================================
   CTA SECTION
   ============================================ */
.cta-section {
    background: var(--primary);
    position: relative;
    overflow: hidden;
}

.cta-section.white-bg {
    background-color: #fff;
}

.cta-geometric-bg {
    position: absolute;
    inset: 0;
    opacity: 0.06;
    background-image:
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3E%3Cpolygon points='50,5 61,20 80,12 73,32 95,38 73,44 80,64 61,56 50,71 39,56 20,64 27,44 5,38 27,32 20,12 39,20' fill='none' stroke='%23C9A84C' stroke-width='0.8'/%3E%3C/svg%3E");
    background-size: 100px 100px;
    pointer-events: none;
}

.cta-content {
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.cta-content h2 {
    color: var(--surface);
    margin-bottom: 20px;
}

.cta-section.white-bg h2 {
    color: var(--primary);
}

.cta-section.white-bg p {
    color: var(--text-light);
}

.cta-content p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 1.1rem;
    margin-bottom: 36px;
    line-height: 1.8;
}

/* ============================================
   PAGE HERO (Sub-pages)
   ============================================ */
.page-hero {
    padding: 180px 0 40px;
    text-align: center;
    background: var(--primary);
    position: relative;
    overflow: hidden;
}

.page-hero-bg {
    position: absolute;
    inset: 0;
}

.page-hero-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .2;
}

.page-hero-geometric {
    position: absolute;
    inset: 0;
    opacity: 0.07;
    background-image:
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3E%3Cpolygon points='50,5 61,20 80,12 73,32 95,38 73,44 80,64 61,56 50,71 39,56 20,64 27,44 5,38 27,32 20,12 39,20' fill='none' stroke='%23C9A84C' stroke-width='0.8'/%3E%3Ccircle cx='50' cy='38' r='12' fill='none' stroke='%23C9A84C' stroke-width='0.4'/%3E%3C/svg%3E");
    background-size: 100px 100px;
    pointer-events: none;
}

.page-hero-content {
    position: relative;
    z-index: 2;
    max-width: 700px;
    margin: 0 auto;
    padding: 0 24px;
}

.page-hero .section-badge {
    color: var(--accent);
}

.page-hero h1 {
    color: var(--surface);
    margin-bottom: 16px;
}

.page-hero p {
    color: rgba(255, 255, 255, 0.75);
    font-size: 1.15rem;
}

/* ============================================
   ABOUT PAGE
   ============================================ */
.about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: flex-start;
}

.islamic-arch-frame img {
    width: 100%;
    object-fit: cover;
}

.about-content h2 {
    margin-bottom: 24px;
}

.about-content p {
    color: var(--text-light);
    margin-bottom: 20px;
    line-height: 1.8;
    font-size: 1.02rem;
}

.about-values {
    margin-top: 32px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.value-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.value-icon-geo {
    width: 48px;
    height: 48px;
    min-width: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--accent-light);
    color: var(--accent);
    font-size: 1.1rem;
    clip-path: polygon(50% 0%, 85% 15%, 100% 50%, 85% 85%, 50% 100%, 15% 85%, 0% 50%, 15% 15%);
}

.value-item strong {
    display: block;
    font-size: 1rem;
    margin-bottom: 2px;
}

.value-item span {
    color: var(--text-light);
    font-size: 0.9rem;
}

/* ============================================
   SERVICES DETAIL
   ============================================ */
.services-detail-grid {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.service-detail-card {
    display: flex;
    gap: 32px;
    padding: 40px;
    background: var(--card-bg);
    border: 1px solid var(--border);
    position: relative;
    transition: all var(--transition);
}

.service-detail-card::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: var(--gold-gradient);
}

.service-detail-card:hover {
    box-shadow: var(--shadow);
    border-color: var(--accent-light);
}

.service-detail-icon {
    width: 64px;
    height: 64px;
    min-width: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    color: var(--accent);
    background: var(--accent-light);
    clip-path: polygon(50% 0%, 85% 15%, 100% 50%, 85% 85%, 50% 100%, 15% 85%, 0% 50%, 15% 15%);
}

.service-detail-content h3 {
    margin-bottom: 12px;
    font-size: 1.35rem;
}

.service-detail-content p {
    color: var(--text-light);
    margin-bottom: 20px;
    line-height: 1.7;
}

.service-features {
    list-style: none;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.service-features li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.9rem;
    color: var(--text);
}

.service-features li i {
    color: var(--accent);
    font-size: 0.8rem;
}

/* --- Process Section --- */
.process-section {
    background: var(--primary);
    position: relative;
    overflow: hidden;
    padding: 80px 0;
}

.process-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
}

.process-step {
    text-align: center;
    padding: 32px 24px;
    position: relative;
}

.process-number {
    font-family: var(--font-heading);
    font-size: 3rem;
    font-weight: 700;
    color: var(--accent);
    line-height: 1;
    margin-bottom: 16px;
}

.process-step h3 {
    color: #fff;
    margin-bottom: 12px;
}

.process-step p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.95rem;
    line-height: 1.7;
}

/* ============================================
   PRICING — Islamic arch tops
   ============================================ */
.pricing-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    align-items: start;
}

.pricing-card {
    background: var(--card-bg);
    border: 1px solid var(--border);
    overflow: hidden;
    transition: all var(--transition);
}

.pricing-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
}

.pricing-card.featured {
    border-color: var(--accent);
    transform: scale(1.02);
}

.pricing-card.featured:hover {
    transform: scale(1.02) translateY(-4px);
}

/* Islamic arch header for pricing */
.pricing-arch-header {
    background: var(--primary);
    padding: 40px 32px 32px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

/* Geometric pattern in arch header */
.pricing-arch-pattern {
    position: absolute;
    inset: 0;
    opacity: 0.1;
    background-image:
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60'%3E%3Cpath d='M30 0 L60 15 L60 45 L30 60 L0 45 L0 15Z' fill='none' stroke='%23C9A84C' stroke-width='0.6'/%3E%3Ccircle cx='30' cy='30' r='6' fill='none' stroke='%23C9A84C' stroke-width='0.4'/%3E%3C/svg%3E");
    background-size: 60px 60px;
    pointer-events: none;
}

/* Pointed arch bottom shape */
.pricing-arch-header::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 24px;
    background: var(--card-bg);
    clip-path: polygon(0% 100%, 50% 0%, 100% 100%);
}

.pricing-badge {
    display: inline-block;
    background: var(--accent);
    color: var(--primary);
    padding: 4px 20px;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 12px;
}

.pricing-arch-header h3 {
    color: var(--surface);
    font-size: 1.4rem;
    margin-bottom: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.pricing-price {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 6px;
    margin-bottom: 8px;
}

.currency {
    font-size: 1rem;
    color: var(--accent);
    font-weight: 600;
}

.amount {
    font-family: var(--font-heading);
    font-size: 2.8rem;
    font-weight: 700;
    color: var(--accent);
    line-height: 1;
}

.pricing-period {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.6);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.pricing-body {
    padding: 32px;
}

.pricing-desc {
    color: var(--text-light);
    font-size: 0.95rem;
    margin-bottom: 24px;
    text-align: center;
}

.pricing-features {
    list-style: none;
    margin-bottom: 32px;
}

.pricing-features li {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 0;
    border-bottom: 1px solid var(--border);
    font-size: 0.9rem;
    color: var(--text);
}

.pricing-features li:last-child {
    border-bottom: none;
}

.pricing-features li i {
    color: var(--accent);
    font-size: 0.8rem;
}

.pricing-note {
    text-align: center;
    margin-top: 48px;
    padding: 24px 32px;
    background: var(--accent-light);
    border-left: 4px solid var(--accent);
}

.pricing-note p {
    color: var(--text-light);
    font-size: 0.9rem;
}

.pricing-note a {
    font-weight: 600;
}

/* ============================================
   EVENTS
   ============================================ */
.events-controls {
    margin-bottom: 32px;
}

.events-months {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 20px;
}

.month-btn {
    padding: 8px 20px;
    background: transparent;
    border: 1px solid var(--border);
    font-family: var(--font-body);
    font-size: 0.85rem;
    font-weight: 500;
    color: var(--text-light);
    cursor: pointer;
    transition: all var(--transition);
}

.month-btn:hover,
.month-btn.active {
    background: var(--accent);
    color: var(--primary);
    border-color: var(--accent);
}

.events-filters {
    display: flex;
    gap: 16px;
}

.events-select {
    padding: 10px 16px;
    border: 1px solid var(--border);
    background: var(--card-bg);
    font-family: var(--font-body);
    font-size: 0.9rem;
    color: var(--text);
    cursor: pointer;
}

.events-count {
    margin-bottom: 24px;
    font-size: 0.9rem;
    color: var(--text-light);
}

.events-count span {
    color: var(--accent);
    font-weight: 700;
}

.events-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.event-card {
    background: var(--card-bg);
    border: 1px solid var(--border);
    overflow: hidden;
    cursor: pointer;
    transition: all var(--transition);
}

.event-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
    border-color: var(--accent);
}

.event-card-image {
    height: 180px;
    overflow: hidden;
}

.event-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.event-card:hover .event-card-image img {
    transform: scale(1.08);
}

.event-card-body {
    padding: 24px;
}

.event-card-category {
    display: inline-block;
    padding: 3px 14px;
    background: var(--accent-light);
    color: var(--accent);
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 12px;
}

.event-card-body h3 {
    font-size: 1.1rem;
    margin-bottom: 12px;
    line-height: 1.3;
}

.event-card-meta {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.event-card-meta span {
    font-size: 0.8rem;
    color: var(--text-light);
    display: flex;
    align-items: center;
    gap: 8px;
}

.event-card-meta i {
    color: var(--accent);
    width: 14px;
    text-align: center;
}

.events-empty {
    text-align: center;
    padding: 60px 24px;
    color: var(--text-light);
}

.events-empty i {
    font-size: 3rem;
    color: var(--accent);
    margin-bottom: 16px;
}

/* --- Event Modal --- */
.modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(27, 27, 47, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2000;
    opacity: 0;
    visibility: hidden;
    transition: all var(--transition);
    padding: 24px;
}

.modal-overlay.active {
    opacity: 1;
    visibility: visible;
}

.modal {
    background: var(--card-bg);
    max-width: 700px;
    width: 100%;
    max-height: 85vh;
    overflow-y: auto;
    position: relative;
}

.modal-close {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 40px;
    height: 40px;
    background: var(--primary);
    color: var(--accent);
    border: 1px solid var(--accent);
    font-size: 1.4rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    transition: all var(--transition);
}

.modal-close:hover {
    background: var(--accent);
    color: var(--primary);
}

.modal-image {
    width: 100%;
    height: 280px;
    object-fit: cover;
}

.modal-content {
    padding: 32px;
}

.modal-content h2 {
    font-size: 1.6rem;
    margin: 12px 0 16px;
}

.modal-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 20px;
}

.modal-meta-item {
    font-size: 0.9rem;
    color: var(--text-light);
    display: flex;
    align-items: center;
    gap: 8px;
}

.modal-meta-item i {
    color: var(--accent);
}

.modal-description {
    color: var(--text-light);
    line-height: 1.8;
    margin-bottom: 24px;
}

.modal-talent-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    background: var(--accent-light);
    color: var(--accent);
    font-weight: 600;
    font-size: 0.9rem;
}

/* ============================================
   FAQ
   ============================================ */
.faq-list {
    max-width: 800px;
    margin: 0 auto;
}

.faq-item {
    border: 1px solid var(--border);
    margin-bottom: 12px;
    transition: all var(--transition);
}

.faq-item:hover {
    border-color: var(--accent-light);
}

.faq-question {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 20px 24px;
    background: none;
    border: none;
    cursor: pointer;
    font-family: var(--font-heading);
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--text);
    text-align: left;
}

.faq-question i {
    color: var(--accent);
    transition: transform var(--transition);
    font-size: 0.8rem;
    min-width: 16px;

    transform: rotate(180deg);
}

/*
.faq-item.active .faq-question i {
    transform: rotate(180deg);
}
*/
.faq-answer {
    /*max-height: 0;*/
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.4s ease;
    /*padding: 0 24px 0;*/
    padding: 0 24px 24px;
}

.faq-item.active .faq-answer {
    /*max-height: 300px;*/
    padding: 0 24px 24px;
}

.faq-answer p {
    color: var(--text-light);
    line-height: 1.8;
}

.faq-item.active {
    border-color: var(--accent);
}

.faq-item.active .faq-question {
    color: var(--accent);
}

/* ============================================
   CONTACT
   ============================================ */
.contact-grid {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 48px;
    align-items: start;
}

.contact-form-wrapper h2 {
    margin-bottom: 32px;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    margin-bottom: 6px;
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--text);
}

.required {
    color: var(--accent);
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid var(--border);
    background: var(--card-bg);
    font-family: var(--font-body);
    font-size: 0.95rem;
    color: var(--text);
    transition: border-color var(--transition);
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: var(--accent);
    box-shadow: 0 0 0 3px var(--accent-light);
}

.form-group textarea {
    resize: vertical;
}

.form-checkbox {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.form-checkbox input[type="checkbox"] {
    width: auto;
    margin-top: 3px;
    accent-color: var(--accent);
}

.form-checkbox label {
    font-size: 0.85rem;
    font-weight: 400;
    color: var(--text-light);
}

.form-success {
    text-align: center;
    padding: 48px 24px;
}

.form-success i {
    font-size: 3rem;
    color: var(--accent);
    margin-bottom: 16px;
}

.form-success h3 {
    margin-bottom: 12px;
}

.form-success p {
    color: var(--text-light);
}

.contact-sidebar {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.contact-info-card {
    background: var(--card-bg);
    border: 1px solid var(--border);
    padding: 28px;
}

.contact-info-card h3 {
    font-size: 1.1rem;
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 2px solid var(--accent);
}

.contact-details {
    list-style: none;
}

.contact-details li {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 12px 0;
}

.contact-details li i {
    color: var(--accent);
    font-size: 1rem;
    margin-top: 4px;
    width: 20px;
    text-align: center;
}

.contact-details li strong {
    display: block;
    font-size: 0.85rem;
    margin-bottom: 2px;
}

.contact-details li span,
.contact-details li a {
    font-size: 0.9rem;
    color: var(--text-light);
}

.contact-socials {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.contact-socials a {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 16px;
    border: 1px solid var(--border);
    color: var(--text);
    font-size: 0.9rem;
    transition: all var(--transition);
}

.contact-socials a:hover {
    border-color: var(--accent);
    color: var(--accent);
    background: var(--accent-light);
}

.contact-socials a i {
    font-size: 1.1rem;
    color: var(--accent);
    width: 20px;
    text-align: center;
}

.contact-map {
    overflow: hidden;
}

/* ============================================
   LEGAL PAGES
   ============================================ */
.legal-content {
    max-width: 800px;
    margin: 0 auto;
}

.legal-content h2 {
    font-size: 1.5rem;
    margin: 40px 0 16px;
    padding-bottom: 12px;
    border-bottom: 2px solid var(--accent-light);
}

.legal-content h2:first-child {
    margin-top: 0;
}

.legal-content h3 {
    font-size: 1.15rem;
    margin: 24px 0 12px;
}

.legal-content p {
    color: var(--text-light);
    margin-bottom: 16px;
    line-height: 1.8;
}

.legal-content ul {
    margin: 0 0 16px 24px;
    color: var(--text-light);
}

.legal-content li {
    margin-bottom: 8px;
    line-height: 1.7;
}

.legal-table {
    width: 100%;
    border-collapse: collapse;
    margin: 16px 0 24px;
}

.legal-table th,
.legal-table td {
    padding: 12px 16px;
    text-align: left;
    border: 1px solid var(--border);
    font-size: 0.9rem;
}

.legal-table th {
    background: var(--primary);
    color: var(--accent);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.8rem;
}

.legal-table td {
    color: var(--text-light);
}

/* ============================================
   404 ERROR
   ============================================ */
.error-page {
    min-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 160px 0 80px;
    position: relative;
    overflow: hidden;
}

.error-geometric-bg {
    position: absolute;
    inset: 0;
    opacity: 0.04;
    background-image:
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cpolygon points='60,5 70,25 92,12 82,35 105,40 82,45 92,68 70,55 60,75 50,55 28,68 38,45 15,40 38,35 28,12 50,25' fill='none' stroke='%23C9A84C' stroke-width='1'/%3E%3C/svg%3E");
    background-size: 120px 120px;
    pointer-events: none;
}

.error-content {
    position: relative;
    z-index: 1;
}

.error-star {
    margin-bottom: 24px;
}

.error-page h1 {
    font-size: 8rem;
    color: var(--accent);
    line-height: 1;
    margin-bottom: 8px;
    opacity: 0.7;
}

.error-page h2 {
    font-size: 1.8rem;
    margin-bottom: 16px;
}

.error-page p {
    color: var(--text-light);
    max-width: 500px;
    margin: 0 auto 32px;
    line-height: 1.7;
}

/* ============================================
   PAGINATION
   ============================================ */

.pagination {
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 10px;
    padding: 60px 0 0 0;
    margin: 0 0;
}

.pagination__link {
    display: inline-block;
    width: 45px;
    height: 45px;
    font-weight: 500;
    color: var(--text);
    font-size: 16px;
    text-align: center;
    line-height: 1.3;
    border: 2px solid var(--accent);
    background: transparent;
    padding: 10px 10px;
    transition: all .3s ease;
}

.pagination__link.active,
.pagination__link:hover {
    text-decoration: none;
    color: var(--primary);
    border: 2px solid var(--accent);
    background: var(--accent);
}

/* ============================================
   FOOTER
   ============================================ */
.footer-geometric-border {
    height: 4px;
    background: var(--gold-gradient);
}

.site-footer {
    background: var(--primary);
    color: rgba(255, 255, 255, 0.7);
}

.footer-top {
    padding: 64px 0 48px;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.3fr 0.7fr 0.7fr 1fr;
    gap: 40px;
}

.footer-logo {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--accent);
    text-decoration: none;
    margin-bottom: 16px;
}

.footer-logo img {
    width: 200px;
    max-width: 100%;
}

.footer-logo .logo-text {
    font-family: var(--font-heading);
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--surface);
}

.footer-about p {
    font-size: 0.9rem;
    line-height: 1.7;
    margin-bottom: 20px;
}

.footer-socials {
    display: flex;
    gap: 8px;
}

.footer-socials a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(201, 168, 76, 0.4);
    color: var(--accent);
    font-size: 0.9rem;
    transition: all var(--transition);
}

.footer-socials a:hover {
    background: var(--accent);
    color: var(--primary);
    border-color: var(--accent);
}

.footer-col h4 {
    font-family: var(--font-heading);
    font-size: 1.05rem;
    color: var(--surface);
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 2px solid var(--accent);
    display: inline-block;
}

.footer-col ul {
    list-style: none;
}

.footer-col ul li {
    margin-bottom: 10px;
}

.footer-col ul a {
    color: rgba(255, 255, 255, 0.65);
    font-size: 14px;
    transition: all var(--transition);
}

.footer-col ul a:hover {
    color: var(--accent);
    padding-left: 4px;
}

.footer-contact ul li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.footer-contact ul li i {
    color: var(--accent);
    margin-top: 4px;
    font-size: 0.85rem;
}

.footer-contact ul li a,
.footer-contact ul li span {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.65);
}

.footer-contact ul li a:hover {
    color: var(--accent);
}

.footer-bottom {
    padding: 20px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    overflow: hidden;
}

.footer-bottom p {
    text-align: center;
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.5);
}

.footer__legal-text {
    font-size: 12px;
    padding: 5px 0;
}

/* ============================================
   BACK TO TOP
   ============================================ */
.back-to-top {
    position: fixed;
    bottom: 65px;
    right: 15px;
    width: 48px;
    height: 48px;
    background: var(--accent);
    color: var(--primary);
    border: none;
    cursor: pointer;
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transform: translateY(16px);
    transition: all var(--transition);
    z-index: 900;
    clip-path: polygon(50% 0%, 85% 15%, 100% 50%, 85% 85%, 50% 100%, 15% 85%, 0% 50%, 15% 15%);
}

.back-to-top.visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.back-to-top:hover {
    background: var(--accent-hover);
    transform: translateY(-4px);
}

/* ============================================
   ANIMATIONS
   ============================================ */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(24px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fade-in-up {
    animation: fadeInUp 0.6s ease forwards;
}

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 1024px) {
    .models-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 24px;
    }

    .model-image-octagon {
        width: 200px;
        height: 240px;
    }

    .team-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .footer-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .process-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 992px) {
    .hamburger {
        display: block;
    }

    .main-nav {
        position: fixed;
        top: 0;
        right: -100%;
        width: 300px;
        height: 100vh;
        background: var(--primary);
        padding: 100px 32px 32px;
        transition: right var(--transition);
        z-index: 999;
    }

    .main-nav.active {
        right: 0;
    }

    .nav-list {
        width: 100%;
        max-height: 100vh;
        overflow-y: auto;
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
    }

    .nav-link {
        color: rgba(255, 255, 255, 0.8);
        padding: 14px 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        font-size: 1rem;
    }

    .nav-link:hover,
    .nav-link.active {
        color: var(--accent);
    }

    .nav-link::after {
        display: none;
    }
}

@media (max-width: 768px) {
    .hero {
        min-height: 90vh;
    }

    .hero h1 {
        font-size: clamp(2rem, 7vw, 2.6rem);
    }

    .models-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }

    .model-image-octagon {
        width: 160px;
        height: 200px;
    }

    .services-grid {
        grid-template-columns: 1fr;
    }

    .testimonials-grid {
        grid-template-columns: 1fr;
    }

    .about-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .pricing-grid {
        grid-template-columns: 1fr;
        max-width: 420px;
        margin: 0 auto;
    }

    .pricing-card.featured {
        transform: none;
    }

    .pricing-card.featured:hover {
        transform: translateY(-4px);
    }

    .events-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .contact-grid {
        grid-template-columns: 1fr;
    }

    .form-row {
        grid-template-columns: 1fr;
    }

    .service-detail-card {
        flex-direction: column;
        padding: 28px;
    }

    .service-features {
        grid-template-columns: 1fr;
    }

    .footer-grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .section {
        padding: 64px 0;
    }

    .page-hero {
        padding: 140px 0 60px;
    }
}

@media (max-width: 480px) {
    .models-grid {
        grid-template-columns: 1fr;
    }

    .model-image-octagon {
        width: 220px;
        height: 260px;
    }

    .events-grid {
        grid-template-columns: 1fr;
    }

    .stats-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .events-filters {
        flex-direction: column;
    }

    .events-select {
        width: 100%;
    }

    .hero-buttons {
        flex-direction: column;
        align-items: center;
    }

    .hero-buttons .btn {
        width: 100%;
        max-width: 280px;
    }

    .team-grid {
        grid-template-columns: 1fr;
    }

    .process-grid {
        grid-template-columns: 1fr;
    }

    .geometric-divider {
        height: 24px;
    }
}

/* ============================================
   Dating Extensions — Models Grid
   ============================================ */

.model-card-xl--link {
    text-decoration: none;
    color: inherit;
    display: block;
}

.model-card-xl__params {
    display: block;
    font-family: var(--font-body);
    font-size: 0.75rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--gray);
    margin-top: 4px;
}

/* Models Grid */
.models-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.model-grid-card {
    text-decoration: none;
    color: inherit;
    display: block;
    transition: transform .3s ease;
}

.model-grid-card:hover {
    transform: translateY(-6px);
    color: inherit;
}

.model-grid-card__image {
    position: relative;
    overflow: hidden;
    aspect-ratio: 3/4;
    border-radius: 0;
}

.model-grid-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .3s ease;
}

.model-grid-card:hover .model-grid-card__image img {
    transform: scale(1.05);
}

.video-label {
    line-height: 1;
    background-color: var(--accent);
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 10;
    padding: 0 5px;
}

.video-label svg {
    width: 23px;
    stroke: var(--primary);
}

.model-grid-card__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity .3s ease;
}

.model-grid-card:hover .model-grid-card__overlay {
    opacity: 1;
}

.model-grid-card__view {
    font-family: var(--font-body);
    font-size: 0.75rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #fff;
    padding: 12px 24px;
    border: 1px solid #fff;
}

.model-grid-card__info {
    padding: 16px 0;
}

.model-grid-card__name {
    font-family: var(--font-display);
    font-size: 1.3rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    column-gap: 10px;
    margin-bottom: 4px;
}

/* --------- online indicator animation --------- */

.status {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    background: #ababab;
}

.status--online {
    background: #2ecc71;
    flex-shrink: 0;
    position: relative;
    z-index: 10;
}

.status--pulse::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: inherit;
    animation: statusPulse 2s infinite ease-out;
    z-index: -1;
}

@keyframes statusPulse {
    0% {
        transform: scale(1);
        opacity: 0.8;
    }

    100% {
        transform: scale(2.5);
        opacity: 0;
    }
}

/* --------- online indicator animation /-------- */

.model-grid-card__spec {
    font-family: var(--font-body);
    font-size: 0.8rem;
    color: var(--accent-dark);
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block;
}

.model-grid-card__params {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: var(--font-body);
    font-size: 0.75rem;
    color: var(--gray);
    margin-top: 6px;
}

.model-grid-card__dot {
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: var(--gray);
}

/* ============================================
   Page navigation
   ============================================ */

.page-navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
    .page-navigation {
        position: sticky;
        top: 85px;
        z-index: 20;
    }
}

.page-nav-button {
    width: 50%;
    max-width: 190px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    color: var(--accent);
    line-height: 1.2;
    text-align: center;
    border: 2px solid var(--accent);
    background-color: #fff;
    position: relative;
    padding: 14px 36px;
    transition: all .3s ease;
}

.page-nav-button:hover {
    text-decoration: none;
    color: var(--primary);
    background-color: var(--accent);
    transform: translateY(-2px);
}

.page-nav-button.button-prev {
    margin-right: 1px;
}

.page-nav-button.button-prev::before {
    content: '';
    display: inline-block;
    border-top: 2px solid var(--accent);
    border-left: 2px solid var(--accent);
    height: 12px;
    width: 12px;
    position: absolute;
    top: 50%;
    left: 25px;
    transform: translateY(-50%) rotate(320deg);
    transition: border-color .3s ease;
}

.page-nav-button.button-next {
    margin-left: 1px;
}

.page-nav-button.button-next::after {
    content: '';
    display: inline-block;
    border-top: 2px solid var(--accent);
    border-left: 2px solid var(--accent);
    height: 12px;
    width: 12px;
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translateY(-50%) rotate(132deg);
    transition: border-color .3s ease;
}

.page-nav-button:hover::before,
.page-nav-button:hover::after {
    border-top: 2px solid var(--primary);
    border-left: 2px solid var(--primary);
}

.page-nav-name {
    position: relative;
    z-index: 10;
}

/* ---------- animation page-navigation ----------- */

.next-timer {
    position: absolute;
    top: 7px;
    left: 5px;
    z-index: 10;
    font-size: 12px;
    color: #999;
    opacity: 0;
    transition: opacity 0.2s;
    transform: translateY(-50%);
}

.button-next.progress-run .next-timer {
    opacity: 1;
}

.button-next .progress {
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background: rgb(141 255 164 / 50%);
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
}

.button-next.progress-run .progress {
    animation: fillProgress 20s linear forwards;
}

@keyframes fillProgress {
    from {
        width: 0%;
    }

    to {
        width: 100%;
    }
}

/* ---------- animation page-navigation /---------- */

/* ============================================
   Dating Extensions — Model Profile
   ============================================ */

.model-profile {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: start;
}

.model-profile__details {
    min-width: 0;
}

.model-profile__name-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.model-profile__name {
    font-family: var(--font-display);
    font-size: clamp(2rem, 4vw, 3rem);
    display: flex;
    align-items: center;
    column-gap: 10px;
    margin-bottom: 8px;
}

.single-social {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 4px;
    margin: 0 0 15px 0;
}

@media screen and (max-width: 992px) {
    .single-social {
        display: none;
    }
}

.single-social__link {
    width: 40px;
    height: 40px;
    color: #fff;
    font-size: 20px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .3s ease;
}

.single-social__link:hover {
    color: #fff;
    transform: translateY(-2px);
}

.single-social__link.btn_wa {
    background-color: #25D366;
}

.single-social__link.btn_tg {
    background-color: #0088cc;
}

.single-social__link.btn_ph {
    background-color: #FF4D4F;
}

.single-social__link.btn_ln {
    background-color: #00B900;
}

/*------------------- Social animation ------------------- */

.social-button--neon.neon-active[data-attr="link_whatsapp"] {
    animation: neon-flicker-green 0.25s ease-in-out 6 alternate;
}

.social-button--neon.neon-active[data-attr="link_telegram"] {
    animation: neon-flicker-blue 0.25s ease-in-out 0.15s 6 alternate;
}

.social-button--neon.neon-active[data-attr="link_mobile"] {
    animation: neon-flicker-red 0.25s ease-in-out 0.3s 6 alternate;
}

.social-button--neon.neon-active[data-attr="link_line"] {
    animation: neon-flicker-line 0.25s ease-in-out 0.45s 6 alternate;
}

@keyframes neon-flicker-green {
    0% {
        box-shadow: none;
    }

    100% {
        box-shadow: 0 0 20px #25D366, 0 0 40px rgba(37, 211, 102, 0.6);
    }
}

@keyframes neon-flicker-blue {
    0% {
        box-shadow: none;
    }

    100% {
        box-shadow: 0 0 20px #0088cc, 0 0 40px rgba(0, 136, 204, 0.6);
    }
}

@keyframes neon-flicker-red {
    0% {
        box-shadow: none;
    }

    100% {
        box-shadow: 0 0 20px #cb2845, 0 0 40px rgba(203, 40, 69, 0.6);
    }
}

@keyframes neon-flicker-line {
    0% {
        box-shadow: none;
    }

    100% {
        box-shadow: 0 0 20px #00B900, 0 0 40px rgba(0, 185, 0, 0.6);
    }
}

/*------------------- Social animation ------------------- */

.model-profile__specialty {
    font-family: var(--font-body);
    font-size: 0.85rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--accent-dark);
    display: block;
    margin-bottom: 24px;
}

.model-profile__bio {
    font-size: 1rem;
    line-height: 1.8;
    color: var(--text);
    margin-bottom: 32px;
}

.model-profile__section-title {
    font-family: var(--font-display);
    font-size: 1.4rem;
    font-weight: 500;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--subtle);
}

/* Parameters Grid */
.model-profile__params {
    margin-bottom: 40px;
}

.model-profile__params-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.model-profile__param {
    text-align: center;
    padding: 16px 8px;
    background: var(--cream);
}

.model-profile__param-label {
    display: block;
    font-family: var(--font-body);
    font-size: 0.65rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--gray);
    margin-bottom: 6px;
}

.model-profile__param-value {
    display: block;
    font-family: var(--font-display);
    font-size: 1.2rem;
    font-weight: 500;
    color: var(--primary);
}

/* Services & Pricing */
.model-profile__services {
    margin-bottom: 40px;
}

.model-profile__services-list {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin: 0 0 20px 0;
}

.model-profile__service-row {
    display: flex;
    align-items: baseline;
    gap: 12px;
    padding: 14px 0;
}

.model-profile__service-row:not(:last-child) {
    border-bottom: 1px solid #f6f2e5;
}

.model-profile__service-name {
    font-family: var(--font-body);
    font-size: 0.9rem;
}

.model-profile__service-line {
    flex: 1;
    border-bottom: 1px dotted var(--gray-light);
    min-width: 40px;
}

.model-profile__service-price {
    font-family: var(--font-display);
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--primary);
    white-space: nowrap;
}

.model-profile__rates-row {
    display: flex;
    align-items: baseline;
    gap: 12px;
    padding: 14px 0;
}

.model-profile__rates-row:not(:last-child) {
    border-bottom: 1px solid #f6f2e5;
}

/* CTA */
.model-profile__cta {
    display: flex;
    gap: 16px;
    margin-top: 10px;
}

/* Responsive */
@media (max-width: 1024px) {
    .models-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 24px;
    }
}

@media (max-width: 768px) {
    .models-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }

    .model-profile {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .model-profile__params-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .model-profile__cta {
        flex-direction: column;
    }
}

@media (max-width: 480px) {
    .models-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}

/* === Models Carousel & Cards (from d001) === */

.models-hscroll {
    overflow: hidden;
    cursor: grab;
    position: relative;
    padding: 0 0 20px;
}

.models-hscroll:active {
    cursor: grabbing;
}

.models-hscroll__track {
    display: flex;
    gap: 30px;
    padding: 0 80px;
    transition: transform 0.1s ease-out;
    will-change: transform;
}

.model-card-xl {
    flex-shrink: 0;
    width: 320px;
    position: relative;
}

.model-card-xl__image {
    width: 100%;
    aspect-ratio: 3/4.2;
    overflow: hidden;
    position: relative;
}

.model-card-xl__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s cubic-bezier(0.25, 0.1, 0.25, 1);
    filter: grayscale(20%);
}

.model-card-xl:hover .model-card-xl__image img {
    transform: scale(1.06);
    filter: grayscale(0%);
}

.model-card-xl__info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    padding: 20px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.3) 60%, transparent 100%);
}

.model-card-xl__name {
    font-family: var(--font-display);
    font-size: 1.6rem;
    font-weight: 400;
    color: var(--white);
    text-shadow: 0 2px 20px rgba(0, 0, 0, 0.5);
    line-height: 1;
    margin-bottom: 4px;
}

.model-card-xl__spec {
    font-size: 0.7rem;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: var(--accent);
    text-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
}

.models-hscroll__track {
    padding: 0 50px;
}

.model-card-xl {
    width: 280px;
}

.models-hscroll__track {
    padding: 0 30px;
    gap: 20px;
}

.model-card-xl {
    width: 260px;
}

.models-hscroll__track {
    padding: 0 20px;
}

.model-card-xl {
    width: 240px;
}

.model-card-xl--link {
    text-decoration: none;
    color: inherit;
    display: block;
}

.model-card-xl__params {
    display: block;
    font-family: var(--font-body);
    font-size: 0.75rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--gray);
    margin-top: 4px;
}

@media (pointer: fine) {
    .custom-cursor {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 40px;
        height: 40px;
        border: 1px solid var(--accent);
        border-radius: 50%;
        pointer-events: none;
        z-index: 9999;
        transform: translate(-50%, -50%);
        transition: width 0.2s, height 0.2s, border-color 0.2s;
        mix-blend-mode: difference;
    }

    .custom-cursor-dot {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 4px;
        height: 4px;
        background: var(--accent);
        border-radius: 50%;
        pointer-events: none;
        z-index: 10000;
        transform: translate(-50%, -50%);
    }

    .custom-cursor.cursor-hover {
        width: 60px;
        height: 60px;
        border-color: var(--white);
    }
}

@media (max-width: 1200px) {
    .hero-split__left {
        padding: 120px 40px 80px 50px;
    }

    .models-hscroll__track {
        padding: 0 50px;
    }

    .model-card-xl {
        width: 280px;
    }

    .section-stats-editorial__inner {
        grid-template-columns: repeat(4, 1fr);
        gap: 24px;
    }

    .process-timeline {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px;
    }

    .process-timeline__line {
        display: none;
    }
}

@media (max-width: 992px) {
    .hamburger {
        display: block;
    }

    .header-nav {
        position: fixed;
        top: 0;
        right: -100%;
        width: 85%;
        max-width: 400px;
        height: 100vh;
        background: var(--white);
        padding: 110px 40px 40px;
        transition: right 0.4s ease;
        box-shadow: -10px 0 40px rgba(0, 0, 0, 0.1);
        z-index: 999;
    }

    .header-nav.active {
        right: 0;
    }

    .header-nav-list {
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
    }

    .header-nav-list li {
        width: 100%;
    }

    .header-nav-list a {
        display: block;
        padding: 16px 0;
        font-size: 0.95rem;
        border-bottom: 1px solid var(--subtle);
        color: var(--primary) !important;
    }

    .header-nav-list a::after {
        display: none;
    }
}

@media (max-width: 768px) {

    /* Hero Split */
    .hero-split {
        grid-template-columns: 1fr;
        min-height: auto;
    }

    .hero-split__left {
        padding: 140px 30px 60px;
        order: 2;
    }

    .hero-split__right {
        height: 55vh;
        min-height: 400px;
        order: 1;
    }

    .hero-split__image-wrap {
        clip-path: none;
    }

    .hero-scroll-indicator {
        display: none;
    }

    .hero-split__title span {
        font-size: clamp(2.8rem, 10vw, 4rem);
    }

    /* Sections */
    .section {
        padding: 80px 0;
    }

    .section-models {
        padding: 80px 0 60px;
    }

    .models-hscroll__track {
        padding: 0 30px;
        gap: 20px;
    }

    .model-card-xl {
        width: 260px;
    }

    /* Grids */
    .services-icon-grid {
        grid-template-columns: 1fr;
    }

    .section-stats-editorial__inner {
        grid-template-columns: repeat(2, 1fr);
    }

    .about-story-editorial {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .mission-editorial {
        grid-template-columns: 1fr;
    }

    .team-editorial {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .footer-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .footer-bottom-inner {
        flex-direction: column;
        gap: 12px;
        text-align: center;
    }

    .contact-split {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .form-row {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .events-masonry {
        columns: 2;
    }

    .process-timeline {
        grid-template-columns: 1fr 1fr;
    }

    .page-hero-minimal {
        padding: 130px 0 60px;
    }

    .page-hero-bleed {
        height: 50vh;
        min-height: 400px;
    }

    .cta-diagonal {
        padding: 100px 0;
    }

    .pricing-table__feature-head {
        position: static;
    }

    .pricing-table__feature {
        position: static;
    }
}

@media (max-width: 480px) {
    .hero-split__left {
        padding: 130px 20px 50px;
    }

    .hero-split__title span {
        font-size: clamp(2.2rem, 12vw, 3.2rem);
    }

    .hero-split__right {
        height: 45vh;
        min-height: 320px;
    }

    .btn {
        padding: 14px 32px;
        font-size: 0.75rem;
    }

    .section {
        padding: 60px 0;
    }

    .section-header-editorial {
        margin-bottom: 50px;
    }

    .section-stats-editorial {
        padding: 70px 0;
    }

    .section-stats-editorial__inner {
        grid-template-columns: 1fr 1fr;
        gap: 30px;
    }

    .stat-editorial__number {
        font-size: 3rem;
    }

    .models-hscroll__track {
        padding: 0 20px;
    }

    .model-card-xl {
        width: 240px;
    }

    .events-masonry {
        columns: 1;
    }

    .process-timeline {
        grid-template-columns: 1fr;
    }

    .faq-question {
        font-size: 1.1rem;
    }

    .faq-answer-inner {
        padding-left: 0;
    }

    .faq-number {
        display: none;
    }

    .testimonial-slide {
        padding: 0 10px;
    }

    .page-404__number {
        font-size: 8rem;
    }

    .cta-diagonal__bg {
        clip-path: polygon(0 5%, 100% 0, 100% 95%, 0 100%);
    }

    .contact-info-card {
        padding: 35px 25px;
    }

    .modal-editorial {
        padding: 35px 25px;
    }

    .footer-nav-columns {
        grid-template-columns: 1fr;
        gap: 25px;
    }
}

/* ============================================================
   GALLERY SLIDER 
============================================================ */

.gallery {
    width: 100%;
    min-width: 0;
}

.main-slider {
    position: relative;
    overflow: hidden;
    transition: height 0.35s;
}

.main-track {
    display: flex;
    transition: transform 0.4s ease;
    will-change: transform;
}

.slide {
    min-width: 100%;
}

.slide img {
    width: 100%;
    display: block;
    pointer-events: none;
}

.nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    border: none;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    cursor: pointer;
}

.prev {
    left: 10px;
}

.prev::after {
    content: '';
    display: inline-block;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    height: 10px;
    width: 10px;
    position: absolute;
    top: 50%;
    left: 55%;
    transform: translate(-50%, -50%) rotate(314deg);
}

.next {
    right: 10px;
}

.next::after {
    content: '';
    display: inline-block;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    height: 10px;
    width: 10px;
    position: absolute;
    top: 50%;
    left: 45%;
    transform: translate(-50%, -50%) rotate(135deg);
}

.thumbs {
    overflow: hidden;
    margin-top: 8px;
}

.thumb-track {
    display: flex;
    gap: 6px;
    transition: transform 0.3s ease;
}

.thumb {
    flex: 0 0 calc(25% - 5px);
    cursor: pointer;
    opacity: 0.6;
    border: 2px solid transparent;
}

.thumb.active {
    opacity: 1;
    border-color: var(--accent);
}

.thumb img {
    width: 100%;
    display: block;
}

/* ============================================================
   MODAL LOGIN 
============================================================ */

.login-btn {
    color: var(--primary);
    border-color: var(--accent);
    background: var(--accent);
    border: none;
    padding: 7px 20px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.2s, transform 0.15s;
    white-space: nowrap;
}

.login-btn:hover {
    background: var(--accent-hover);
    border-color: var(--accent-hover);
    color: var(--primary);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(201, 168, 76, 0.3);
}

.login-btn:active {
    transform: scale(0.97);
}

.modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.65);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s, visibility 0.25s;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}

.modal-overlay.active {
    opacity: 1;
    visibility: visible;
}

.modal {
    border: 1px solid var(--border);
    background: var(--card-bg);
    padding: 50px 28px 28px;
    width: 100%;
    max-width: 420px;
    position: relative;
    transform: translateY(16px);
    transition: transform 0.25s;
}

.modal-overlay.active .modal {
    transform: translateY(0);
}

.modal-close {
    position: absolute;
    top: 16px;
    right: 16px;
    background: transparent;
    border: none;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
}

.modal-close:hover {
    background: var(--accent-light);
}

.modal-tabs {
    display: flex;
    gap: 5px;
    margin-bottom: 24px;
}

.modal-tab {
    flex: 1;
    border: 1px solid var(--accent);
    background: transparent;
    padding: 9px 0;
    font-size: 14px;
    font-weight: 500;
    color: var(--primary);
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
}

.modal-tab.active {
    color: var(--primary);
    border: 1px solid var(--accent);
    background: var(--accent);
}

.modal-title {
    font-size: 22px;
    font-weight: 600;
    color: var(--primary);
    margin: 0 0 4px;
}

.modal-subtitle {
    font-size: 14px;
    color: var(--text-light);
    margin: 0 0 24px;
}

.modal-panel {
    display: block;
}

.modal-panel.hidden {
    display: none;
}

.field-group {
    margin-bottom: 16px;
}

.field-label {
    display: block;
    font-size: 13px;
    color: var(--text-light);
    margin-bottom: 6px;
}

.field-input-wrap {
    position: relative;
}

.field-input {
    width: 100%;
    border: 1px solid var(--border);
    background: var(--card-bg);
    padding: 11px 14px;
    font-size: 14px;
    color: var(--text);
    outline: none;
    transition: border-color 0.2s, background 0.2s;
    box-sizing: border-box;
}

.field-input-wrap .field-input {
    padding-right: 42px;
}

.field-input::placeholder {
    color: var(--text-light);
}

.field-input:focus {
    border-color: var(--accent);
    background: var(--accent-light);
}

.toggle-pass {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: rgba(255, 255, 255, 0.35);
    cursor: pointer;
    display: flex;
    align-items: center;
    padding: 0;
    transition: color 0.2s;
}

.toggle-pass:hover {
    color: rgba(255, 255, 255, 0.7);
}

.forgot-link {
    display: block;
    text-align: right;
    font-size: 13px;
    color: var(--accent);
    text-decoration: none;
    margin-top: -8px;
    margin-bottom: 20px;
    transition: opacity 0.2s;
}

.forgot-link:hover {
    opacity: 0.75;
}

.submit-btn {
    width: 100%;
    color: var(--primary);
    background: var(--accent);
    border: none;
    padding: 13px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    letter-spacing: 0.3px;
    transition: background 0.2s, transform 0.15s;
    margin-top: 4px;
}

.submit-btn:hover {
    background: var(--accent-hover);
    color: var(--primary);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(201, 168, 76, 0.3);
}

.submit-btn:active {
    transform: scale(0.98);
}

.switch-text {
    text-align: center;
    font-size: 13px;
    color: var(--text-light);
    margin: 16px 0 0;
}

.switch-tab {
    background: none;
    border: none;
    color: var(--primary);
    font-size: 13px;
    cursor: pointer;
    padding: 0;
    text-decoration: underline;
    text-decoration-color: transparent;
    transition: text-decoration-color 0.2s;
}

.switch-tab:hover {
    text-decoration-color: var(--primary);
}

.checkbox-label {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    cursor: pointer;
    margin-bottom: 20px;
}

.checkbox-label input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.checkbox-custom {
    width: 18px;
    height: 18px;
    min-width: 18px;
    border: 1.5px solid var(--accent);
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.05);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1px;
    transition: border-color 0.2s, background 0.2s;
}

.checkbox-label input:checked+.checkbox-custom {
    background: var(--primary);
    border-color: var(--primary);
}

.checkbox-label input:checked+.checkbox-custom::after {
    content: '';
    display: block;
    width: 10px;
    height: 6px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg) translateY(-1px);
}

.checkbox-text {
    font-size: 13px;
    color: var(--text-light);
    line-height: 1.5;
}

.checkbox-text a {
    color: var(--primary);
    text-decoration: none;
}

.checkbox-text a:hover {
    text-decoration: underline;
}

@media (max-width: 480px) {
    .modal {
        padding: 50px 18px 22px;
    }

    .modal-title {
        font-size: 19px;
    }

    .submit-btn {
        padding: 12px;
        font-size: 14px;
    }
}

/*------------------------ blog-pages ---------------------*/

.blog {
    padding: 100px 0;
}

.blog__grid {
    display: grid;
    grid-template-columns: 1fr minmax(280px, 360px);
    gap: 30px;
}

@media screen and (max-width: 768px) {
    .blog__grid {
        grid-template-columns: 1fr;
    }
}

.blog__content {
    min-width: 0;
}

.blog__content-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 20px;
}

@media screen and (max-width: 992px) {
    .blog__content-cards {
        grid-template-columns: 1fr;
    }
}

.blog__card-image {
    overflow: hidden;
    margin: 0 0 10px 0;
}

.blog__card-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    opacity: .8;
    transition: transform .3s ease, opacity .3s ease;
}

.blog__card-image:hover img {
    transform: scale(1.1);
    opacity: 1;
}

.blog__card-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 10px;
    margin: 0 0 10px 0;
}

.blog-author {
    color: var(--accent);
}

.blog-date {
    color: var(--text-muted);
}

.blog__card-title {
    font-size: 20px;
    line-height: 1.4;
    min-height: 2.8em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0 0 5px 0;
}

@media screen and (max-width: 992px) {
    .blog__card-title {
        min-height: auto;
        margin: 0 0 10px 0;
    }
}

.blog__card-title a {
    font-weight: 700;
    color: var(--text);
    transition: color .3s ease;
}

.blog__card-title a:hover {
    color: var(--accent);
}

.blog__card-description {
    color: var(--text-muted);
    line-height: 1.4;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    margin: 0 0 15px 0;
}

.blog__card-more {
    font-weight: 700;
    font-size: 14px;
    color: var(--accent);
}

.blog__sidebar-item {
    margin: 0 0 30px 0;
}

.blog__sidebar-title {
    display: block;
    font-size: 24px;
    font-weight: 700;
    color: var(--text);
    margin: 0 0 15px 0;
}

.blog__sidebar-list {
    list-style: none;
    padding: 0 0;
    margin: 0 0;
}

.blog__sidebar-list-item {
    padding: 5px 0;
    border-bottom: 1px solid var(--glass-border);
}

.blog__sidebar-list-link {
    font-size: 18px;
    color: var(--text-muted);
    line-height: 1.4;
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 10px;
}

.blog__sidebar-tags {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    padding: 0 0;
    margin: 0 0;
}

.blog__sidebar-tags-link {
    display: inline-block;
    font-weight: 500;
    font-size: 14px;
    color: var(--primary);
    white-space: nowrap;
    background-color: var(--accent);
    padding: 5px 15px;
    transition: background-color .3s ease;
}

.blog__sidebar-tags-link:hover {
    color: var(--primary);
    background-color: var(--accent-hover);
}

/*------------------- blog-post --------------*/

.blog__post {
    margin: 0 0 40px 0;
}

.blog__post-image {
    margin: 0 0 10px 0;
}

.blog__post-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.blog__post-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 10px;
    margin: 0 0 10px 0;
}

.blog__post-content img {
    margin: 15px 0 15px 0;
}

.blog__post-content h2 {
    font-size: 28px;
    margin: 0 0 15px 0;
}

.blog__post-content h3 {
    font-size: 24px;
    margin: 0 0 15px 0;
}

.blog__post-content p {
    color: var(--text-muted);
    line-height: 1.4;
    margin: 0 0 10px 0;
}

.blog__post-content a {
    color: var(--accent);
}

.blog__post-content ol {
    padding-left: 15px;
}

.blog__post-content ol li {
    padding: 5px 0;
}

.blog__post-content ul {
    list-style: none;
    padding-left: 15px;
}

.blog__post-content ul li {
    padding: 5px 0;
}

.blog__post-content ul li,
.blog__post-content ul li a {
    color: var(--text);
}

.blog__post-content blockquote {
    font-style: italic;
    padding: 10px 20px;
    margin: 10px 0 20px 0;
    font-size: 17.5px;
    border-left: 5px solid var(--accent);
}

.table-responsive {
    width: 100%;
    overflow-x: auto;
}

.blog__post-content table {
    width: 100%;
    border: 1px solid var(--border);
    background-color: transparent;
    border-collapse: collapse;
    margin: 15px 0;
}

.blog__post-content table,
.blog__post-content td,
.blog__post-content th {
    border: 1px solid var(--border);
    border-collapse: collapse;
    padding: 10px 15px;
}

.blog__post-content td,
.blog__post-content th {
    border: 1px solid var(--border);
    border-collapse: collapse;
    padding: 10px 15px;
}

.articles-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    padding: 10px 0;
}

.articles-tags__title {
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: var(--text);
}

.articles-tags__item {
    font-weight: 500;
    font-size: 12px;
    color: var(--primary);
    white-space: nowrap;
    background-color: var(--accent);
    padding: 5px 15px;
    transition: background-color .3s ease;
}

.articles-tags__item:hover {
    color: var(--primary);
    background-color: var(--accent-hover);
}

/*------------------- blog-comments ----------------*/

.blog__comments-title {
    display: block;
    font-size: 28px;
    font-weight: 700;
    color: var(--text);
    margin: 0 0 20px 0;
}

.blog__comments-list {
    list-style: none;
    padding: 0 0;
    margin: 0 0;
}

.blog__comments-item {
    border-bottom: 1px solid var(--accent);
    padding: 0 0 20px 0;
    margin: 0 0 30px 0;
}

.blog__comments-head {
    display: flex;
    align-items: center;
    column-gap: 15px;
    margin: 0 0 15px 0;
}

.blog__comments-avatar {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
}

.blog__comments-avatar img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.blog__comments-author {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.4;
    color: var(--text);
    margin: 0 0 5px 0;
}

.blog__comments-date {
    color: var(--text-muted);
}

.blog__comments-body {
    line-height: 1.4;
    color: var(--text-muted);
}

.comment-form__group {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin: 0 0 15px 0;
}

@media screen and (max-width: 640px) {
    .comment-form__group {
        grid-template-columns: 1fr;
    }
}

.comment-form__input {
    font-size: 14px;
    color: #fff;
    outline: none;
    border: 1px solid var(--accent);
    background: #fff;
    padding: 15px 15px;
    transition: border-color 0.2s, background 0.2s;
}

.comment-form__textarea {
    width: 100%;
    min-height: 120px;
    font-size: 14px;
    color: #fff;
    outline: none;
    border: 1px solid var(--accent);
    background: #fff;
    resize: vertical;
    padding: 15px 15px;
    transition: border-color 0.2s, background 0.2s;
    margin: 0 0 15px 0;
}

.button-submit {
    font-weight: 600;
    font-size: 15px;
    color: var(--primary);
    border: none;
    background-color: var(--accent);
    padding: 15px 15px;
    cursor: pointer;
    letter-spacing: 0.3px;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.button-submit:hover {
    color: var(--primary);
    background-color: var(--accent-hover);
}

/*--------------------- video -------------------*/

.video-player__main {
    position: relative;
    aspect-ratio: 9 / 16;
    background: #000;
    overflow: hidden;
    margin-top: 20px;
}

#main-video {
    width: 100%;
    height: 100%;
    object-fit: contain;
    background-color: #000;
    cursor: pointer;
    margin-top: 0;
}

.video-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.55);
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.2s, transform 0.15s;
    pointer-events: none;
    opacity: 1;
}

.video-play-btn svg {
    width: 28px;
    height: 28px;
    fill: #fff;
}

.video-overlay {
    position: absolute;
    inset: 0;
    cursor: pointer;
    z-index: 2;
    bottom: 48px;
}

/*-------------------- fixed-social -----------------*/

.fixed-social {
    width: 100%;
    justify-content: center;
    align-items: center;
    column-gap: 10px;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 100;
    padding: 10px 15px;
    display: none;
}

@media screen and (max-width: 992px) {
    .fixed-social {
        display: flex;
    }
}

.fixed-social__link {
    flex: 1;
    color: #fff;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 10px;
    transition: all .3s ease;
    padding: 10px 20px;
    box-shadow: 0px 3px 14px -6px rgba(0, 0, 0, 0.4);
}

.fixed-social__link.btn_wa {
    background-color: #25D366;
}

.fixed-social__link.btn_tg {
    background-color: #0088cc;
}

.fixed-social__link svg {
    width: 20px;
    fill: #fff;
}

/*----------------- options-list ------------*/

.options-list {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 20px 0 50px 0;
}

.options-list__link {
    display: inline-block;
    font-weight: 500;
    font-size: 14px;
    color: var(--primary);
    white-space: nowrap;
    background: var(--accent);
    border-color: var(--accent);
    padding: 7px 20px;
    transition: all .3s ease;
}

.options-list__link:hover {
    background: var(--accent-hover);
    border-color: var(--accent-hover);
    color: var(--primary);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(201, 168, 76, 0.3);
}

/*----------------- options-list /-----------*/
