:root {
    --color-bg: #1a1a1a;
    --color-bg-secondary: #2c2c2c;
    --color-text: #f0f0f0;
    --color-text-muted: #a0a0a0;
    --color-accent: #d4af37;
    /* Gold */
    --color-accent-hover: #b5952f;
    --font-main: 'Montserrat', sans-serif;
    --font-heading: 'Playfair Display', serif;
    --container-width: 1200px;
    --spacing-section: 80px;
    --transition: all 0.3s ease;
    --color-input-bg: rgba(255, 255, 255, 0.05);
    --color-input-border: rgba(255, 255, 255, 0.1);
    --color-header-bg: rgba(26, 26, 26, 0.95);
}

[data-theme="light"] {
    --color-bg: #f9f9f9;
    --color-bg-secondary: #ffffff;
    --color-text: #333333;
    --color-text-muted: #666666;
    --color-accent: #b8860b;
    /* Dark Goldenrod for better contrast on light */
    --color-accent-hover: #996515;
    --color-input-bg: #ffffff;
    --color-input-border: #cccccc;
    --color-header-bg: rgba(255, 255, 255, 0.95);
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

/* montserrat-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/montserrat-v31-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/montserrat-v31-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/montserrat-v31-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/montserrat-v31-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/montserrat-v31-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* playfair-display-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/playfair-display-v40-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* playfair-display-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Playfair Display';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/playfair-display-v40-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* playfair-display-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/playfair-display-v40-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* playfair-display-600italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Playfair Display';
  font-style: italic;
  font-weight: 600;
  src: url('../fonts/playfair-display-v40-latin-600italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* playfair-display-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/playfair-display-v40-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* playfair-display-700italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Playfair Display';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/playfair-display-v40-latin-700italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: var(--font-main);
    background-color: var(--color-bg);
    color: var(--color-text);
    line-height: 1.6;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: inherit;
    transition: var(--transition);
}

ul {
    list-style: none;
}

img {
    max-width: 100%;
    display: block;
}

.container {
    max-width: var(--container-width);
    margin: 0 auto;
    padding: 0 20px;
}

.section {
    padding: var(--spacing-section) 0;
}

.section__title {
    font-family: var(--font-heading);
    font-size: 2.5rem;
    color: var(--color-accent);
    text-align: center;
    margin-bottom: 40px;
    position: relative;
}

.section__title::after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background-color: var(--color-accent);
    margin: 15px auto 0;
}

.btn {
    display: inline-block;
    padding: 12px 30px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-family: var(--font-main);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: var(--transition);
}

.btn--primary {
    background-color: var(--color-accent);
    color: var(--color-bg);
}

.btn--primary:hover {
    background-color: var(--color-accent-hover);
    transform: translateY(-2px);
}

/* Header */
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: var(--color-header-bg);
    backdrop-filter: blur(10px);
    z-index: 1000;
    padding: 15px 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.header__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo__img {
    height: 50px;
    border-radius: 50%;
    border: 2px solid var(--color-accent);
    transition: var(--transition);
}

.logo__img:hover {
    transform: scale(1.1);
}

.nav__list {
    display: flex;
    gap: 30px;
    align-items: center;
}

.nav__link {
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
}

.nav__link::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 2px;
    background-color: var(--color-accent);
    transition: var(--transition);
}

.nav__link:hover {
    color: var(--color-accent);
}

.nav__link:hover::after {
    width: 100%;
}

.theme-toggle {
    background: none;
    border: none;
    cursor: pointer;
    color: var(--color-text);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition);
}

.theme-toggle:hover {
    color: var(--color-accent);
}

.theme-icon-sun,
.theme-icon-moon {
    display: none;
}

body[data-theme="light"] .theme-icon-moon {
    display: block;
}

body:not([data-theme="light"]) .theme-icon-sun {
    display: block;
}

.header__controls {
    display: flex;
    align-items: center;
    gap: 15px;
}

.burger {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    flex-direction: column;
    gap: 5px;
}

.burger span {
    display: block;
    width: 25px;
    height: 3px;
    background-color: var(--color-accent);
    transition: var(--transition);
}

/* Mobile Menu */
.mobile-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    background-color: var(--color-bg);
    z-index: 1001;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: var(--transition);
}

.mobile-menu.active {
    right: 0;
}

.mobile-menu__close {
    position: absolute;
    top: 20px;
    right: 20px;
    background: none;
    border: none;
    color: var(--color-accent);
    font-size: 2rem;
    cursor: pointer;
}

.mobile-menu__list {
    text-align: center;
}

.mobile-menu__list li {
    margin: 20px 0;
    display: flex;
    justify-content: center;
}

.mobile-menu__link {
    font-size: 1.5rem;
    font-family: var(--font-heading);
}

/* Responsive behavior for controls */
@media (min-width: 769px) {
    .header__controls {
        display: none;
    }

    .theme-toggle--mobile {
        display: none;
    }
}

/* Hero Section */
.hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding-top: 100px;
    padding-bottom: 50px;
}

.hero__bg-animation,
.hero__bg-animation-light {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    transition: opacity 0.5s ease;
}

/* По умолчанию показываем анимацию для темной темы */
.hero__bg-animation {
    opacity: 1;
}
.hero__bg-animation-light {
    opacity: 0;
}

/* При светлой теме скрываем темную анимацию и показываем светлую */
[data-theme="light"] .hero__bg-animation {
    opacity: 0;
}
[data-theme="light"] .hero__bg-animation-light {
    opacity: 1;
}

.bg-svg {
    width: 100%;
    height: 100%;
}

/* Стили для темной темы (звезды) */
.star {
    fill: var(--color-accent);
    animation: twinkle 5s infinite ease-in-out;
}
.star:nth-child(2) { animation-delay: -1s; }
.star:nth-child(3) { animation-delay: -2s; }
.star:nth-child(4) { animation-delay: -3s; }
.star:nth-child(5) { animation-delay: -4s; }

@keyframes twinkle {
    0%, 100% { opacity: 0.2; }
    50% { opacity: 0.8; }
}

/* Стили для светлой темы (волны) */
.wave {
    fill: none;
    stroke: rgba(184, 134, 11, 0.1);
    stroke-width: 8;
    animation: moveWave 15s linear infinite;
}
.wave:nth-child(2) { animation-delay: -5s; animation-duration: 20s; }
.wave:nth-child(3) { animation-delay: -10s; animation-duration: 25s; }

@keyframes moveWave {
    0% {
        transform: translateX(0) translateY(0);
    }
    50% {
        transform: translateX(-50px) translateY(-10px);
    }
    100% {
        transform: translateX(0) translateY(0);
    }
}

.hero__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.hero__content {
    flex: 1;
    padding-right: 50px;
}

.hero__title {
    font-family: var(--font-heading);
    font-size: 3.5rem;
    line-height: 1.2;
    margin-bottom: 30px;
}

.highlight {
    color: var(--color-accent);
}

.hero__services-list {
    margin-bottom: 40px;
    font-size: 1.1rem;
    color: var(--color-text-muted);
}

.hero__services-list li {
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative;
}

.hero__services-list li::before {
    content: '•';
    color: var(--color-accent);
    position: absolute;
    left: 0;
}

.hero__socials {
    display: flex;
    gap: 20px;
}

.social-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 20px;
    border: 1px solid var(--color-accent);
    border-radius: 30px;
    color: var(--color-accent);
    font-weight: 600;
}

.social-btn:hover {
    background-color: var(--color-accent);
    color: var(--color-bg);
}

.hero__form-wrapper {
    flex: 0 0 400px;
    background-color: var(--color-bg-secondary);
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(212, 175, 55, 0.1);
}

.booking-form__title {
    font-family: var(--font-heading);
    font-size: 1.8rem;
    color: var(--color-accent);
    margin-bottom: 20px;
    text-align: center;
}

.form-group {
    margin-bottom: 20px;
}

.form-group input {
    width: 100%;
    padding: 12px;
    background-color: var(--color-input-bg);
    border: 1px solid var(--color-input-border);
    border-radius: 5px;
    color: var(--color-text);
    font-family: var(--font-main);
}

.form-group input:focus {
    outline: none;
    border-color: var(--color-accent);
}

.booking-form .btn {
    width: 100%;
}

.form-group--checkbox {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 20px;
}

.form-group--checkbox input[type="checkbox"] {
    width: auto; /* Reset width for checkbox */
    margin-top: 3px;
    flex-shrink: 0;
}

.form-group--checkbox label {
    font-size: 0.8rem;
    color: var(--color-text-muted);
    line-height: 1.4;
}

.form-group--checkbox label a {
    color: var(--color-accent);
    text-decoration: underline;
}

/* Interior Section */
.interior__gallery {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
}

.interior__item {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    cursor: pointer;
    aspect-ratio: 3/2;
}

.interior__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.interior__item:hover img {
    transform: scale(1.1);
}

/* Services Section */
.services__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 30px;
}

.service-card {
    background-color: var(--color-bg-secondary);
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
    padding-bottom: 20px;
    transition: var(--transition);
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

.service-card__img-wrapper {
    height: 200px;
    overflow: hidden;
}

.service-card__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service-card__title {
    margin-top: 15px;
    font-size: 1.2rem;
    color: var(--color-accent);
}

/* Specialists Section */
.specialists__grid {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
}

.specialist-card {
    text-align: center;
    width: 300px;
    transition: var(--transition);
}

.specialist-card:hover {
    transform: scale(1.05);
}

.specialist-card__img-wrapper {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 20px;
    border: 3px solid var(--color-accent);
}

.specialist-card__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Interior Section */
.interior__gallery {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
}

.interior__item {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    cursor: pointer;
    aspect-ratio: 3/2;
}

.interior__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.interior__item:hover img {
    transform: scale(1.1);
}

/* Services Section */
.price-table-wrapper {
    overflow-x: auto;
    background-color: var(--color-bg-secondary);
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    border: 1px solid var(--color-input-border);
}

.price-table {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
    font-size: 1rem;
}

.price-table th,
.price-table td {
    padding: 15px 20px;
    border-bottom: 1px solid var(--color-input-border);
}

.price-table thead th {
    background-color: rgba(0, 0, 0, 0.1);
    color: var(--color-accent);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 0.9rem;
}

.price-table tbody tr:last-child td {
    border-bottom: none;
}

.price-table tbody tr:hover {
    background-color: rgba(255, 255, 255, 0.03);
}

.price-table td[data-label] {
    display: table-cell;
}

.price-table td[data-label]::before {
    content: attr(data-label);
    font-weight: bold;
    display: none;
    margin-right: 10px;
    color: var(--color-accent);
}

.services__note {
    text-align: center;
    margin-top: 30px;
    color: var(--color-text-muted);
    font-style: italic;
}

/* Specialists Section */
.specialists__grid {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
}

.specialist-card {
    text-align: center;
    width: 300px;
}

.specialist-card__img-wrapper {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 20px;
    border: 3px solid var(--color-accent);
}

.specialist-card__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.specialist-card__name {
    font-family: var(--font-heading);
    font-size: 1.5rem;
    margin-bottom: 5px;
}

.specialist-card__role {
    color: var(--color-text-muted);
}

/* Awards Section */
.awards__grid {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 15px;
    -webkit-overflow-scrolling: touch;
}

.award-item {
    flex: 0 0 auto;
}

.award-item img {
    height: 250px;
    width: auto;
    object-fit: contain;
    filter: grayscale(100%) sepia(100%) hue-rotate(5deg) saturate(500%) contrast(0.8);
    /* Gold tint approximation */
    transition: var(--transition);
    opacity: 0.7;
    border-radius: 5px;
}

.award-item:hover img {
    opacity: 1;
}

.contacts__container {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-top: 40px; /* Add space below the main title */
}

.contacts__info {
    flex: 1;
    min-width: 300px;
}

.contacts__list li {
    margin-bottom: 15px;
    font-size: 1.1rem;
}

.contacts__list strong {
    color: var(--color-accent);
    display: inline-block;
    width: 100px;
}

.contacts__map {
    flex: 1;
    min-width: 300px;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid var(--color-accent);
}

/* Our Works Section */
.ourworks__grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
}

.ourworks__item {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    cursor: pointer;
    aspect-ratio: 1;
}

.ourworks__item img {
    width: 100%;
    padding: 30px 0;
    text-align: center;
    color: var(--color-text-muted);
    font-size: 0.9rem;
}

/* Lightbox */
.lightbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 2000;
    display: none;
    justify-content: center;
    align-items: center;
}

.lightbox.active {
    display: flex;
}

.lightbox__img {
    max-width: 90%;
    max-height: 90%;
    border: 2px solid var(--color-accent);
}

.lightbox__close,
.lightbox__prev,
.lightbox__next {
    position: absolute;
    background: none;
    border: none;
    color: #fff;
    font-size: 3rem;
    cursor: pointer;
    transition: var(--transition);
}

.lightbox__close:hover,
.lightbox__prev:hover,
.lightbox__next:hover {
    color: var(--color-accent);
}

.lightbox__close {
    top: 20px;
    right: 30px;
}

.lightbox__prev {
    left: 20px;
}

.lightbox__next {
    right: 20px;
}

/* Responsive */
@media (max-width: 992px) {
    .hero__title {
        font-size: 2.5rem;
    }

    .hero__container {
        flex-direction: column;
        text-align: center;
    }

    .hero__content {
        padding-right: 0;
        margin-bottom: 40px;
    }

    .hero__services-list {
        display: inline-block;
        text-align: left;
    }

    .hero__socials {
        justify-content: center;
    }
}

@media (min-width: 769px) {
    .contacts__container {
        flex-direction: row;
    }
}
@media (max-width: 768px) {
    .nav__list {
        display: none;
    }

    .theme-toggle--desktop {
        display: none;
    }

    .header__controls {
        display: flex;
    }

    .burger {
        display: flex;
    }

    .section__title {
        font-size: 2rem;
    }

    .container {
        padding: 0 15px;
    }

    .awards__grid {
        justify-content: flex-start;
    }

    /* Responsive Price Table */
    .price-table thead {
        display: none;
    }

    .price-table tr {
        display: block;
        margin-bottom: 20px;
        background-color: var(--color-bg-secondary);
        border-radius: 10px;
        padding: 20px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
        border: none;
    }

    .price-table td {
        display: block;
        padding: 8px 0;
        border-bottom: none;
        text-align: left;
    }

    .price-table tr td:first-child {
        font-family: var(--font-heading);
        font-size: 1.3rem;
        font-weight: 600;
        color: var(--color-accent);
        padding-bottom: 15px;
        margin-bottom: 10px;
        border-bottom: 1px solid var(--color-input-border);
    }

    .price-table tr td:not(:first-child) {
        display: flex;
        justify-content: space-between;
    }

    .price-table td[data-label]::before {
        display: inline-block;
        text-align: left;
        font-weight: 600;
        color: var(--color-text-muted);
    }
}

@media (max-width: 480px) {
    .hero__title {
        font-size: 1.8rem;
    }

    .hero__form-wrapper {
        padding: 20px;
        flex: 0 0 auto;
        width: 100%;
        box-shadow: none;
        border: 1px solid rgba(212, 175, 55, 0.2);
    }

    .social-btn span {
        display: inline;
    }

    .social-btn {
        padding: 8px 15px;
        font-size: 0.9rem;
    }

    .section {
        top: 60px;
        padding: 50px 0;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .titletext {
        display: none;
    }
}

.ourworks__more {
    text-align: center;
    margin-top: 50px;
}

/* Footer */
.footer {
    padding: 30px 0;
    background-color: var(--color-bg-secondary);
    margin-top: var(--spacing-section);
    text-align: center;
    color: var(--color-text-muted);
    font-size: 0.9rem;
}

.footer a {
    color: var(--color-accent);
    font-weight: 600;
}

.footer a:hover {
    text-decoration: underline;
}

.review-card {
    background-color: var(--color-bg-secondary);
    border-radius: 12px;
    padding: 20px;
    border: 1px solid var(--color-input-border);
    display: flex;
    flex-direction: column;
}

.review-card__header {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.review-card__avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: var(--color-accent);
    color: var(--color-bg);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.5rem;
    margin-right: 15px;
    flex-shrink: 0;
}

.review-card__user-info {
    flex-grow: 1;
}

.review-card__author {
    font-weight: 600;
    font-size: 1.1rem;
    margin: 0;
}

.review-card__meta {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 4px;
}

.review-card__stars {
    color: #ffc107;
    font-size: 1rem;
    letter-spacing: 1px;
}

.review-card__date {
    font-size: 0.85rem;
    color: var(--color-text-muted);
}

.review-card__content {
    line-height: 1.7;
}

.review-card__text {
    margin: 0;
    color: var(--color-text);
}

.review-card__more-btn {
    background: none;
    border: none;
    color: var(--color-accent);
    cursor: pointer;
    padding: 5px 0 0;
    font-weight: 600;
    font-family: var(--font-main);
    display: inline;
    margin-left: 5px;
}

.review-card__more-btn:hover {
    text-decoration: underline;
}

.reviews__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.reviews__more {
    text-align: center;
    margin-top: 50px;
}
