* {
    padding: 0;
    margin: 0;
    border: none;
    font-family: 'EB Garamond', serif;
    font-size: 18px;
}

a {
    text-decoration: none;
}

:root {
    --color-dark-blue: #22189D;
    --color-dark-black: #030305;
    --color-light-grey: #4C5D8B;
    --color-blue: #1B1F47;
    --color-white: #fff;
    --color-violet: #9176AC;
    --primary: #6b4ee6;
    --primary-dark: #5538c9;
    --primary-light: #8b72f0;
    --accent: #a855f7;
    --bg: #f8f7ff;
    --card-bg: #ffffff;
    --text: #1a1a2e;
    --text-secondary: #5a5a7a;
    --border: #e8e5f5;
    --shadow: 0 4px 24px rgba(107, 78, 230, 0.08);
    --shadow-hover: 0 8px 40px rgba(107, 78, 230, 0.15);
    --gradient: linear-gradient(135deg, #6b4ee6 0%, #a855f7 100%);
    --gradient-soft: linear-gradient(135deg, #f5f3ff 0%, #ede9fe 100%);
}

section {
    margin: 0 auto;
    max-width: 1980px;
}

.section {
    margin: 100px auto;
    position: relative;
}

.container {
    width: 1200px;
    margin: 0 auto;
}

h1 {
    font-family: 'Marck Script', cursive;
    color: var(--color-dark-blue);
    font-size: 36px;
    line-height: 110%;

}

h2 {
    font-family: 'Marck Script', cursive;
    color: var(--color-dark-black);
    font-size: 28px;
    line-height: 110%;
    margin-bottom: 30px;
}

h3 {
    font-family: 'Marck Script', cursive;
    color: var(--color-dark-black);
    font-size: 20px;
    line-height: 110%;
    margin-bottom: 30px;
}

.post_item {
    display: flex;
    gap: 20px;
    width: 30%;
}

.post_item img {
    width: 150px;
    height: 150px;
}

.post_item>div {
    width: calc(100% - 180px);
}

.post_item__text {
    color: var(--color-light-grey);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    display: block;
}

.post_item__link_style {
    color: var(--color-dark-black);
}

.list_posts {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.post-thumbnail img {
    width: 150px;
    float: left;
    margin-right: 30px;
    margin-bottom: 10px;
}

.block__color_blue {
    padding: 50px 0;
    background: var(--color-blue);
    margin: 100px auto 0 auto;
}

.link__color_white {
    color: var(--color-white);
    font-size: 18px;
    line-height: 110%;
}

.div__post_tags {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.tag__content {
    margin-top: 50px;
}

.site-branding {
    background: #0f2e5d;
}

.div__display_flex {
    display: flex;
    align-items: center;
    gap: 150px
}

.my-account__div a {
    color: var(--color-white);
}

.site-description {
    color: var(--color-white);
    font-family: 'Marck Script', cursive;
    font-size: 36px;
    margin: 0;
}

.div__menu {
    padding: 10px 0;
    background: var(--color-violet);
}

.main-navigation ul {
    display: flex;
    gap: 50px;
    justify-content: space-around;
}

.menu-item a {
    color: var(--color-white);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    /* font-family: 'Marck Script', cursive; */
}

.div__background {
    background: center/ 100% 100% url(/wp-content/uploads/2023/08/header_bg.png) no-repeat;
    height: 150px;
}

.title__color_white {
    color: var(--color-white);
}

.article__content {
    display: flex;
    flex-direction: column;
    width: 30%;
}

.title__text_style {
    margin: 20px 0 0;
    font-size: 18px;
}

.container__main-content {
    margin-top: 50px;
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
}

#breadcrumbs {
    width: 1200px;
    margin: 50px auto;
}

.container__main-content article {
    width: 30%;
}

.archive__post_container .article__content {
    width: 100%;
}

.p__text_style {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.button__color_blue {
    background: var(--color-dark-blue);
    color: var(--color-white);
    padding: 10px 30px;
    transition-delay: 0.2s;
    cursor: pointer;
}

.button__color_blue:hover {
    background: #4e45b3;
}

.container__display_flex {
    display: flex;
    align-items: center;
    gap: 50px;
    justify-content: center;
}

.container__display_flex>div {
    width: 40%;
    min-height: 550px;
}

#flip img {
    display: block;
    margin: 0 auto;
}

.day__content_text {
    background: url(/wp-content/uploads/2023/12/card-day-bg.jpg);
    font-size: 20px;
    height: 100%;
    padding: 35px;
    border-radius: 15px;
    background-size: 100% 100%;
    color: var(--color-white);
    font-weight: 600;
}

.container__img {
    position: relative;
}

.cards__item {
    width: 120px;
    height: 120px;
    box-sizing: border-box;
}

.cards__item img {
    height: 100%;
    width: 100%;
}

.cards__list {
    display: flex;
    flex-wrap: wrap;
    gap: 3px;
    width: 700px;
    justify-content: center;
}

.button__align_center {
    margin: 50px auto;
    display: block;
}

.card {
    position: relative;
    width: 100%;
    height: 100%;
    cursor: pointer;
    transform-style: preserve-3d;
    transform-origin: center right;
    transition: transform 1s;
}

.card.is-flipped {
    transform: translateX(-100%) rotateY(-180deg);
}

.card__face {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
}

.card__face--back {
    transform: rotateY(180deg);
}

.attention__box_style,
.playing-card__list,
.answer-container {
    margin-top: 100px;
}

.playing-card__item img {
    width: 200px;
    height: 250px;
}

.playing-card__list {
    display: flex;
    gap: 20px;
    justify-content: center;
}

.card-container {
    position: relative;
    margin: 100px 0;
}

.card-container span {
    display: block;
    background: center/ 100% 100% url(/wp-content/uploads/2023/08/playing_card.png) no-repeat;
    height: 200px;
    width: 130px;
}

.card-container span:hover {
    border: 2px solid #fff;
}

/* @keyframes flicker {
   
    0%, 18%, 22%, 25%, 53%, 57%, 100% {
  
        box-shadow:
        0 0 4px #fff,
        0 0 11px #fff,
        0 0 19px #fff,
        0 0 40px #0fa,
        0 0 80px #0fa,
        0 0 90px #0fa,
        0 0 100px #0fa,
        0 0 150px #0fa;
   
    }
   
    20%, 24%, 55% {        
        box-shadow: none;
    }    
  } */

.сard-deck {
    position: relative;
    cursor: pointer;
    height: 200px;
    width: 130px;
    animation: flicker 1.5s infinite alternate;
}

.сard-deck-children {
    position: absolute;
    transition: transform 0.5s;
    display: block;
    background: center/ 100% 100% url(/wp-content/uploads/2023/08/playing_card.png) no-repeat;
    height: 200px;
    width: 130px;
}

.сard-deck.disabled {
    cursor: not-allowed;
    pointer-events: none;
    font-size: 24px;
    border-radius: 15px;
    width: 500px;
    padding: 30px;
    background: center/ 100% 100% url(/wp-content/uploads/2023/08/fon-result.png) no-repeat;
    text-align: center;
    font-weight: 700;
    color: var(--color-white);
}

.container__main_text {
    width: 70%;
}

.container__navigation_links {
    width: 27%;
}

.div__links_posts {
    padding: 15px;
    background: #e8e8e8;
    border-radius: 15px;
    background: center/ 100% 100% url(/wp-content/uploads/2023/09/box_bg.png) no-repeat;
}

.container__main_row {
    display: flex;
    gap: 55px;
}

.div__links_posts li {
    list-style-type: none;
    margin-bottom: 10px;
}

.div__links_posts li a {
    color: var(--color-white);
}

.div__links_posts li a:hover {
    color: #a42ed6;
}

.div__links_posts li::before {
    color: #a42ed6;
    content: "⁕";
    font-size: 20px;
    padding-right: 10px;
    font-family: 'Inter', sans-serif;
}

.main-navigation ul ul {
    display: flex;
    flex-direction: column;
    background: var(--color-light-grey);
    border-radius: 15px;
    padding: 15px;
    gap: 15px;
}

.text__color_white {
    color: var(--color-white);
    font-size: 18px;
    transition-delay: 0.2s;
}

.text__color_white:hover,
a:hover {
    color: rgb(192, 213, 231);
}

.comments__container textarea {
    height: 150px;
    min-height: 150px;
    max-height: 150px;
    padding: 20px;
}

.comments__container input[type="submit"] {
    background: var(--color-dark-blue);
    color: var(--color-white);
    padding: 10px 30px;
    transition-delay: 0.2s;
    cursor: pointer;
}

.comments {
    margin: 150px 0 50px;
}

.comment-list {
    margin: 20px 0 100px;
}

.comment-body {
    position: relative;
    margin: 0 0 15px;
    padding: 20px 20px 20px 100px;
    border-radius: 3px;
    background: #F3F3F4;
}

.comment .avatar {
    float: left;
    margin: 0 0 0 -80px;
    width: 50px;
}

.comment-meta {
    margin: 2px 0 10px;
    font-size: 12px;
}

.comment .reply {
    display: flex;
    justify-content: flex-end;
}

.comment .reply a {
    background: var(--wp--preset--color--luminous-vivid-amber);
    width: fit-content;
    border-radius: 5px;
    padding: 2px 10px;
    color: var(--color-blue);
}

.comment-author a {
    font-size: 16px;
    text-transform: capitalize;
    color: var(--color-light-grey);
}

.comment-metadata {
    display: none;
}

.nav-subtitle, .nav-title {
    font-family: 'Marck Script', cursive;
}

.sub_category__links {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.sub_category__links h2 {
    margin-bottom: 10px;
}

.sub_category__links>a {
    color: var(--color-dark-black);
}

.footer__info_style {
    margin: 20px auto;
}

.site-info {
    display: flex;
    gap: 30px;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.img__style_color {
    color: var(--color-violet);
    font-size: 24px;
    text-align: center;
}

.footer__text_display-flex {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.toggle_menu {
    display: none;
}

.container__p_text_fonts {
    font-family: 'Marck Script', cursive;
    color: var(--color-dark-blue);
    font-size: 24px;
    text-align: center;
    font-weight: 600;
}

.contact__form_style {
    padding: 20px;
    box-shadow: 0px 4px 8px 0px #9176AC;
    border-radius: 15px;
}

.contact__form_style input,
.contact__form_style textarea {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    margin-top: 5px;
    border-radius: 5px;
    border: none;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.25);
    padding: 5px;
}

.contact__form_style input[type="submit"] {
    background: var(--color-violet);
    color: var(--color-white);
    cursor: pointer;
    padding: 10px;
    text-transform: uppercase;
    transition-delay: 0.2s;
}

.contact__form_style input[type="submit"]:hover {
    background: #a42ed6;
}

.entry-content figure img {
    margin: 20px 0;
}

.sub_category__links_column {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.sub_category__links_column a {
    width: 45%;
    color: var(--color-dark-blue);
}

.link__cat_title {
    font-size: 24px;
    color: var(--color-blue);
}

.container__recommended_post_items {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.post_item_column {
    flex-direction: column;
    align-items: center;
}


/**/
.div__divination_main {
    margin: 100px auto 30px auto;
}

.div__divination_style-1 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    width: fit-content;
}

.div__box_img img {
    width: 100px;
}

.div__divination_row-1,
.div__divination_row-2,
.div__divination_row-3,
.div__divination_row-4,
.div__divination_row-5,
.div__divination_row-6 {
    display: flex;
    gap: 20px;
    position: relative;
    flex-wrap: nowrap;
}

.div__divination_result_img {
    width: 15%;
}

.div__divination_result_description {
    width: 83%;
}

.container__divination_result_item {
    display: flex;
    gap: 30px;
}

.container__divination_result_card-name {
    padding: 10px;
    margin: 30px 0;
    text-align: center;
    background: #fcb900;
}

.container__divination_result_card-name h2 {
    margin: 0;
}

.div__divination_result_keywords {
    margin-bottom: 20px;
}

.div__divination_result_text {
    font-size: 16px;
}

.container__button {
    display: flex;
    justify-content: center;
}

/* .container__divination_result {
    margin-top: 0;
    max-height: 1px;
} */
/* .section__answers.active .container__divination_result {
    margin-top: 100px;
    max-height: auto;
} */
.div__box_img_card-hide, .div__box_img_card-display {
    transition: opacity 2s ease-in-out;
}

.div__box_img_card-display {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.div__box_img_card-hide {
    opacity: 1;
}

.div__box_img {
    position: relative;
    margin-bottom: 20px;
}

.section__answers {
    /* opacity: 0;
    transition: opacity 1s ease-in-out;
    transition-delay: 2.5s;
    max-height: 1px; */
    display: none;
}

.section__answers.active {
    opacity: 1;
    height: auto;
}

.div__items_button button.highlight {
    background: var(--color-dark-blue);
}

.container__result_title {
    text-align: center;
    margin: 100px 0 50px 0;
}

.div__divination_style_fkex-1,
.div__divination_style_fkex-2 {
    width: 600px;
    justify-content: space-between;
}

.div__divination_style_fkex-2 {
    margin-bottom: -100px;
}

.div__divination_row_fixed-width {
    width: 500px;
    justify-content: flex-end;
}

.div__box_style_rotate-2 .div__box_img:nth-child(3) {
    position: absolute;
    transform: rotate(90deg);
    z-index: 8;
    top: 40%;
}

.div__divination_row_fixed-width .div__box_img:last-child {
    margin-left: 100px;
}

.div__box_style_rotate .div__box_img:last-child img {
    transform: rotate(90deg);
    left: -20px;
    position: relative;
}

.div__divination_row-margin-left .div__box_img:last-child {
    margin-left: 100px;
}

.div__divination_column {
    flex-direction: column;
}

.div__divination_style-1.div__divination_style-column {
    flex-direction: row;
    gap: 50px;
    justify-content: center;
    flex-wrap: nowrap;
}

/**/



.div__items_button {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    margin-bottom: 50px;
}

.div__items_button button {
    width: 22%;
    border-radius: 10px;
    background: var(--color-light-grey);
    color: var(--color-white);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 5px;
    cursor: pointer;
    font-size: 16px;
}

.post_item_style_row {
    display: flex;
    gap: 20px;
    width: 100%;
}

.link_style-2_flex {
    display: flex;
    gap: 20px;
}

.link_style-2_flex img {
    width: 100px;
    height: 100px;
}

.div__links_categories {
    padding: 20px;
    margin-top: 50px;
}

.div__link {
    display: flex;
    justify-content: center;
}

.div__link a {
    font-size: 20px;
    text-transform: uppercase;
}

.section_ads {
    margin-top: 50px;
}

.custom-select {
    display: block;
    color: #444;
    padding: .6em 1.4em .5em .8em;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    margin: 0;
    box-shadow: 0 1px 0 1px rgba(0, 0, 0, .04);
    border-radius: .5em;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'), linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%);
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: .65em auto, 100%;
}

.custom-select::-ms-expand {
    display: none;
}

.custom-select:hover {
    border-color: #888;
}

.custom-select:focus {
    border-color: #aaa;
    box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
    box-shadow: 0 0 0 3px -moz-mac-focusring;
    color: #222;
    outline: none;
}

.custom-select option {
    font-weight: normal;
}

.investments__form_margin input {
    margin-bottom: 15px;
}


.entry-content .form-img-margin {
    margin: 0;
}

.entry-content .form-img-margin img {
    border-radius: 10px;
    margin: 0;
}

.footer_content_img-donate img {
    width: 250px;
}

.site__info-donat {
    display: flex;
    gap: 50px;
    justify-content: center;
    flex-wrap: wrap;
}

.site__info-donat>div {
    width: 45%;
}

.footer_content_img-donate {
    display: flex;
    justify-content: center;
}

.ul__account_flex {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.ul__account_flex a {
    display: flex;
    align-items: center;
    gap: 10px;
}

.svg-icon {
    width: 1em;
    height: 1em;
}

.svg-icon path,
.svg-icon polygon,
.svg-icon rect {
    fill: #4691f6;
}

.svg-icon circle {
    stroke: #4691f6;
    stroke-width: 1;
}

.dem-poll-info {
    display: none;
}

.personal-question__form textarea {
    height: 50px;
    width: 500px;
    max-width: 500px;
    min-height: 50px;
    max-height: 50px;
    border-radius: 5px;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.25);
    padding: 5px;
}

.personal-question__form input {
    height: 50px;
    width: 250px;
    border-radius: 5px;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.25);
    padding: 5px;
}

.personal-question__form input[type="submit"] {
    background: var(--color-violet);
    color: var(--color-white);
    cursor: pointer;
    text-transform: uppercase;
    transition-delay: 0.2s;
}

.personal-question__form p {
    display: flex;
    gap: 30px;
    justify-content: center;
    flex-wrap: wrap;
}

.text__answer_style-padding {
    padding: 20px;
    border-radius: 15px;
    margin-bottom: 50px !important;
    background: #F4F6F7;
}

.personal-question__link {
    font-size: 20px;
    display: flex;
    justify-content: center;
    gap: 15px;
    align-items: baseline;
    flex-wrap: wrap;
    background: var(--color-violet);
    color: var(--color-white);
    width: 300px;
    margin: 0 auto;
    padding: 10px;
    text-transform: uppercase;
    border-radius: 5px;
}

.woo-wallet-sidebar ul li.card {
    width: auto;
}

.personal-question__form {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin: 20px 0;
}

.personal-question__form input {
    border-radius: 5px;
    border: 1px solid #bdbdbd;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.25);
    padding: 5px;
    width: 300px;
}

.personal-question__textarea {
    width: 300px;
    max-width: 300px;
    height: 50px;
    max-height: 50px;
    min-height: 300px;
    border-radius: 5px;
    border: 1px solid #bdbdbd;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.25);
    padding: 5px;
}

.registration__div {
    background: url(/wp-content/uploads/2024/04/registration__bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.registration__text-content {
    background-color: rgba(255, 255, 255, 0.5);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    border: 1px solid #ccc;
    padding: 50px;
    border-radius: 15px;
}

.h2__text-color {
    font-size: 36px;
}

.span__text-red {
    color: red;
    font-family: 'Marck Script', cursive;
    font-size: 36px;
}

.registration__text-content p,
.registration__text-content p a {
    text-align: center;
    font-size: 24px;
}

.description-site {
    display: flex;
    gap: 50px;
}

.survey__text-content {
    background: #f0eded;
    padding: 50px;
    border-radius: 15px;
    min-width: 300px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.container__moon {
    display: flex;
    gap: 50px;
    flex-wrap: wrap;
    padding: 30px;
    box-shadow: 3px 0px 9px #696968;
    margin: 0 auto;
    justify-content: center;
    width: fit-content;
    border-radius: 15px;
}

.container__moon img {
    width: 300px;
    border-radius: 15px;
}

.container__moon_text p {
    font-size: 24px;
}

.container__moon_text h3 {
    font-size: 32px;
}

.alphabet__links {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.alphabet__links_link {
    width: 33%;
    padding: 5px;
}

.alphabet__links-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 100px;
}

.letter__link {
    display: block;
    background: var(--color-blue);
    padding: 5px 10px;
    border-radius: 5px;
    color: var(--color-white);
}

.post_item_style_row__text {
    width: calc(100% - 100px);
}

.woocommerce ul.products li.product .button {
    display: inline-block;
    margin-top: 1em;
    background: #0f2e5d;
    color: #fff;
}

.oberegi-section {
    background: #f4eafe;
    padding: 20px;
    text-align: center;
}

body.popup-open {
    overflow: hidden;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.overlay.show {
    opacity: 1;
}

.popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 320px;
    background: #b8bfbe;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    overflow: hidden;
    opacity: 0;
    transition: opacity 0.5s ease;
    z-index: 1000;
    padding: 20px;
}

.popup.show {
    opacity: 1;
}

.popup img {
    width: 100%;
    height: auto;
    display: block;
}

.popup h2 {
    font-size: 24px;
    margin: 10px;
    text-align: center;
}

.popup-button {
    display: block;
    margin: 10px auto 15px;
    padding: 10px 20px;
    background: var(--color-violet);
    color: white;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
}

.hidden {
    display: none;
}

.popup-close {
    position: absolute;
    top: 8px;
    right: 10px;
    background: none;
    font-weight: 700;
    border: none;
    font-size: 24px;
    color: #e40808;
    cursor: pointer;
    z-index: 1001;
}

.popup-close:hover {
    color: #333;
}

.popup-content {
    display: flex;
    gap: 20px;
    align-items: center;
}

.popup-content-content {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.faq-header {
    text-align: center;
    padding: 30px 0 50px;
}

.faq-header .badge {
    display: inline-block;
    background: var(--gradient);
    color: white;
    padding: 6px 20px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 20px;
}

.faq-header h1 {
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 12px;
    letter-spacing: -0.5px;
}

.faq-header p {
    font-size: 17px;
    color: var(--text-secondary);
    max-width: 500px;
    margin: 0 auto;
}

/* Search */
.search-box {
    position: relative;
    margin-bottom: 40px;
}

.search-box input {
    width: 100%;
    padding: 18px 24px 18px 56px;
    border: 2px solid var(--border);
    border-radius: 16px;
    font-size: 16px;
    font-family: inherit;
    background: var(--card-bg);
    color: var(--text);
    transition: all 0.3s ease;
    outline: none;
}

.search-box input:focus {
    border-color: var(--primary);
    box-shadow: 0 0 0 4px rgba(107, 78, 230, 0.1);
}

.search-box input::placeholder {
    color: #a0a0c0;
}

.search-box svg {
    position: absolute;
    left: 22px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    color: var(--primary);
    pointer-events: none;
}

/* FAQ Item */
.faq-item {
    background: var(--card-bg);
    border: 1px solid var(--border);
    border-radius: 16px;
    margin-bottom: 14px;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: var(--shadow);
}

.faq-item:hover {
    box-shadow: var(--shadow-hover);
    border-color: #d4cff0;
}

.faq-item.active {
    border-color: var(--primary-light);
    box-shadow: var(--shadow-hover);
}

.faq-question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 22px 28px;
    cursor: pointer;
    background: none;
    border: none;
    width: 100%;
    text-align: left;
    font-family: inherit;
    font-size: 16px;
    font-weight: 600;
    color: var(--text);
    transition: color 0.2s;
    gap: 16px;
}

.faq-question:hover {
    color: var(--primary);
}

.faq-question-text {
    flex: 1;
    line-height: 1.5;
}

.faq-icon {
    min-width: 32px;
    height: 32px;
    border-radius: 10px;
    background: var(--gradient-soft);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.faq-icon svg {
    width: 16px;
    height: 16px;
    color: var(--primary);
    transition: transform 0.3s ease;
}

.faq-item.active .faq-icon {
    background: var(--gradient);
}

.faq-item.active .faq-icon svg {
    color: white;
    transform: rotate(180deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.4s ease;
}

.faq-item.active .faq-answer {
    max-height: 600px;
}

.faq-answer-inner {
    padding: 0 28px 24px;
    color: var(--text-secondary);
    font-size: 15px;
    line-height: 1.8;
}

.faq-answer-inner p {
    margin-bottom: 12px;
}

.faq-answer-inner p:last-child {
    margin-bottom: 0;
}

.faq-answer-inner strong {
    color: var(--text);
    font-weight: 600;
}

/* Highlight in answer */
.faq-answer-inner .tip {
    display: flex;
    gap: 12px;
    background: var(--gradient-soft);
    border-left: 3px solid var(--primary);
    padding: 14px 18px;
    border-radius: 0 10px 10px 0;
    margin-top: 14px;
    font-size: 14px;
}

.faq-answer-inner .tip svg {
    min-width: 20px;
    height: 20px;
    color: var(--primary);
    margin-top: 2px;
}

/* Category tags */
.faq-tag {
    display: inline-block;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 3px 10px;
    border-radius: 6px;
    margin-right: 8px;
    vertical-align: middle;
}

.tag-tarot {
    background: #ede9fe;
    color: #6b4ee6;
}

.tag-love {
    background: #fce7f3;
    color: #be185d;
}

.tag-money {
    background: #ecfdf5;
    color: #059669;
}

.tag-beginner {
    background: #fef3c7;
    color: #b45309;
}

.tag-runes {
    background: #e0f2fe;
    color: #0369a1;
}

/* No results */
.no-results {
    text-align: center;
    padding: 60px 20px;
    color: var(--text-secondary);
    display: none;
}

.no-results svg {
    width: 48px;
    height: 48px;
    color: var(--border);
    margin-bottom: 16px;
}

/* Footer CTA */
.faq-footer {
    text-align: center;
    padding: 50px 0 20px;
}

.faq-footer p {
    color: var(--text-secondary);
    margin-bottom: 16px;
}

.faq-footer .btn {
    display: inline-block;
    background: var(--gradient);
    color: white;
    padding: 14px 32px;
    border-radius: 12px;
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
    transition: transform 0.2s, box-shadow 0.2s;
    box-shadow: 0 4px 16px rgba(107, 78, 230, 0.3);
}

.faq-footer .btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 24px rgba(107, 78, 230, 0.4);
}

.feedback-modal {
    display: none;
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(4px);
}

.feedback-modal-content {
    background: #2d2079;
    color: #dcd9ee;
    padding: 30px;
    border-radius: 12px;
    width: 90%;
    max-width: 480px;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    position: absolute;
}

.feedback-modal-close {
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 32px;
    cursor: pointer;
    color: #dcd9ee;
}

.feedback-modal input,
.feedback-modal textarea {
    background: rgba(255, 255, 255, 0.04);
    color: rgba(241, 241, 241, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.15);
    padding: 10px;
    border-radius: 6px;
    width: 100%;
    max-height: 100px;
}

.feedback-modal input::placeholder,
.feedback-modal textarea::placeholder {
    color: rgba(241, 241, 241, 0.5);
}

.feedback-modal input[type="submit"] {
    background: var(--accent);
    color: #fff;
    border: none;
    padding: 12px 20px;
    border-radius: 6px;
    cursor: pointer;
    width: 100%;
    font-weight: bold;
}

body::before {
    content: "";
    position: fixed;
    inset: 0;
    background-image:
        radial-gradient(2px 2px at 12% 18%, rgba(107, 78, 230, .35), transparent 60%),
        radial-gradient(1.5px 1.5px at 78% 8%, rgba(168, 85, 247, .4), transparent 60%),
        radial-gradient(2px 2px at 90% 45%, rgba(107, 78, 230, .25), transparent 60%),
        radial-gradient(1.5px 1.5px at 25% 70%, rgba(168, 85, 247, .3), transparent 60%),
        radial-gradient(2px 2px at 55% 90%, rgba(107, 78, 230, .28), transparent 60%),
        radial-gradient(1px 1px at 40% 35%, rgba(34, 24, 157, .3), transparent 60%),
        radial-gradient(1.5px 1.5px at 66% 60%, rgba(168, 85, 247, .25), transparent 60%),
        radial-gradient(1px 1px at 5% 85%, rgba(107, 78, 230, .3), transparent 60%);
    pointer-events: none;
    z-index: 0;
}

.wrap {
    max-width: 1060px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 1
}

.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px
}

.logo {
    font-family: 'Marck Script', cursive;
    font-size: 34px;
    line-height: 1;
    background: var(--gradient);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent
}

.logo small {
    display: block;
    font-family: 'Inter Tight', sans-serif;
    font-size: 11px;
    letter-spacing: .28em;
    text-transform: uppercase;
    color: var(--text-secondary);
    margin-top: 4px
}

.header-badge {
    font-size: 13px;
    font-weight: 500;
    color: var(--primary-dark);
    background: var(--gradient-soft);
    border: 1px solid var(--border);
    padding: 9px 16px;
    border-radius: 100px;
    white-space: nowrap
}

/* ===== Герой ===== */
.hero {
    text-align: center;
    padding: 52px 0 34px
}

.hero .moon {
    font-size: 44px;
    display: inline-block;
    animation: float 5s ease-in-out infinite
}

.hero h1 {
    font-family: 'EB Garamond', serif;
    font-weight: 700;
    font-size: clamp(32px, 5.4vw, 54px);
    line-height: 1.12;
    margin: 14px 0 16px;
}

.hero h1 span {
    background: var(--gradient);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent
}

.hero p {
    max-width: 620px;
    margin: 0 auto;
    color: var(--text-secondary);
    font-size: 17px;
    line-height: 1.6
}

@keyframes float {
    0%, 100% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-10px)
    }
}

/* ===== Карточка модуля ===== */
.module {
    background: var(--card-bg);
    border: 1px solid var(--border);
    border-radius: 28px;
    box-shadow: var(--shadow);
    padding: clamp(24px, 4vw, 44px);
    position: relative;
    overflow: hidden;
}

.module::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 6px;
    background: var(--gradient);
}

.module-title {
    font-family: 'EB Garamond', serif;
    font-size: clamp(22px, 3vw, 30px);
    font-weight: 600;
    text-align: center;
    margin-bottom: 6px;
}

.module-sub {
    text-align: center;
    color: var(--text-secondary);
    font-size: 14.5px;
    margin-bottom: 30px
}

.pickers {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 18px;
    align-items: end;
    margin-bottom: 28px
}

.picker label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: var(--text-secondary);
    margin-bottom: 10px
}

.select-box {
    position: relative
}

.select-box::after {
    content: "⌄";
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-58%);
    font-size: 22px;
    color: var(--primary);
    pointer-events: none;
}

select {
    width: 100%;
    appearance: none;
    -webkit-appearance: none;
    font-family: 'Inter Tight', sans-serif;
    font-size: 16.5px;
    font-weight: 500;
    color: var(--text);
    background: var(--bg);
    border: 2px solid var(--border);
    border-radius: var(--radius);
    padding: 17px 48px 17px 18px;
    cursor: pointer;
    outline: none;
    transition: border-color .2s, box-shadow .2s;
}

select:hover {
    border-color: var(--primary-light)
}

select:focus {
    border-color: var(--primary);
    box-shadow: 0 0 0 4px rgba(107, 78, 230, .15)
}

.swap {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border: 2px solid var(--border);
    background: var(--gradient-soft);
    color: var(--primary-dark);
    font-size: 22px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 4px;
    transition: transform .35s, box-shadow .2s;
}

.swap:hover {
    transform: rotate(180deg);
    box-shadow: 0 6px 18px rgba(107, 78, 230, .25)
}

.cta {
    display: block;
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
    font-family: 'Inter Tight', sans-serif;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: .02em;
    color: #fff;
    background: var(--gradient);
    border: none;
    border-radius: var(--radius);
    padding: 18px 28px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 28px rgba(107, 78, 230, .35);
    transition: transform .2s, box-shadow .2s;
}

.cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 34px rgba(107, 78, 230, .45)
}

.cta:active {
    transform: translateY(0)
}

.cta::after {
    content: "";
    position: absolute;
    top: 0;
    left: -70%;
    width: 45%;
    height: 100%;
    background: linear-gradient(100deg, transparent, rgba(255, 255, 255, .45), transparent);
    transform: skewX(-20deg);
    animation: shine 3.2s ease-in-out infinite;
}

@keyframes shine {
    0% {
        left: -70%
    }

    55% {
        left: 130%
    }

    100% {
        left: 130%
    }
}

/* ===== Результат ===== */
.result {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height .7s ease, opacity .5s ease, margin .5s ease;
    margin-top: 0
}

.result.show {
    max-height: 1400px;
    opacity: 1;
    margin-top: 38px
}

.result-card {
    background: var(--gradient-soft);
    border: 1px solid var(--border);
    border-radius: 24px;
    padding: clamp(24px, 4vw, 40px);
    text-align: center;
}

.pair {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    flex-wrap: wrap;
    margin-bottom: 8px;
}

.sign-chip {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 18px;
    padding: 12px 20px;
    box-shadow: 0 6px 16px rgba(107, 78, 230, .1);
}

.sign-chip .glyph {
    width: 46px;
    height: 46px;
    border-radius: 14px;
    background: var(--gradient);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
}

.sign-chip .name {
    font-weight: 600;
    font-size: 17px;
    text-align: left
}

.sign-chip .dates {
    font-size: 12.5px;
    color: var(--text-secondary)
}

.heart {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--gradient);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    animation: pulse 1.6s ease-in-out infinite;
    box-shadow: 0 6px 18px rgba(168, 85, 247, .4);
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.12)
    }
}

.score-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(20px, 4vw, 44px);
    flex-wrap: wrap;
    margin: 26px 0 10px
}

.ring-box {
    position: relative;
    width: 170px;
    height: 170px
}

.ring-box svg {
    transform: rotate(-90deg)
}

.ring-bg {
    fill: none;
    stroke: #e6e1fa;
    stroke-width: 13
}

.ring-val {
    fill: none;
    stroke: url(#gradRing);
    stroke-width: 13;
    stroke-linecap: round;
    transition: stroke-dashoffset 1.4s cubic-bezier(.22, .9, .3, 1)
}

.ring-text {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.ring-text b {
    font-size: 40px;
    font-weight: 800;
    background: var(--gradient);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent
}

.ring-text span {
    font-size: 12px;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--text-secondary)
}

.verdict {
    max-width: 440px;
    text-align: left
}

.level-badge {
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #fff;
    background: var(--gradient);
    padding: 7px 16px;
    border-radius: 100px;
    margin-bottom: 12px;
}

.verdict h3 {
    font-family: 'EB Garamond', serif;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 1.25
}

.verdict p {
    color: var(--text-secondary);
    font-size: 15.5px;
    line-height: 1.65
}

.elements {
    margin-top: 14px;
    font-size: 14px;
    color: var(--primary-dark);
    background: rgba(255, 255, 255, .75);
    border: 1px dashed var(--primary-light);
    border-radius: 14px;
    padding: 12px 16px;
    line-height: 1.5
}

.again {
    margin-top: 26px;
    font-family: 'Inter Tight', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: var(--primary-dark);
    background: #fff;
    border: 2px solid var(--primary-light);
    border-radius: 100px;
    padding: 13px 30px;
    cursor: pointer;
    transition: all .2s;
}

.again:hover {
    background: var(--gradient);
    color: #fff;
    border-color: transparent
}

/* ===== Как это работает ===== */
.info {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    gap: 18px;
    margin: 54px 0
}

.info-card {
    background: var(--card-bg);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 26px 22px;
    box-shadow: 0 8px 24px rgba(107, 78, 230, .08);
    transition: transform .25s, box-shadow .25s
}

.info-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow)
}

.info-card .ico {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: var(--gradient-soft);
    border: 1px solid var(--border);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin-bottom: 14px
}

.info-card h4 {
    font-family: 'EB Garamond', serif;
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 8px
}

.info-card p {
    font-size: 14px;
    color: var(--text-secondary);
    line-height: 1.6
}

footer {
    border-top: 1px solid var(--border);
    padding: 26px 0 34px;
    text-align: center
}

footer p {
    font-size: 13px;
    color: var(--text-secondary);
    line-height: 1.7;
    max-width: 680px;
    margin: 0 auto
}

footer .f-logo {
    font-family: 'Marck Script', cursive;
    font-size: 24px;
    background: var(--gradient);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    margin-bottom: 8px
}

#m365-compat-spread {
    --m365c-bg: #0f0f1a;
    --m365c-card: #16162a;
    --m365c-hover: #1e1e3a;
    --m365c-gold: #c9a96e;
    --m365c-gold-light: #e8d5a3;
    --m365c-gold-dark: #8b7355;
    --m365c-text: #e8e0d5;
    --m365c-muted: #9e968a;
    --m365c-border: #2a2a45;
    --m365c-violet: #4e45b3;
    --m365c-violet-glow: rgba(78, 69, 179, 0.35);
    --m365c-radius: 14px;
    --m365c-shadow: 0 8px 32px rgba(0, 0, 0, 0.45);
    background: var(--m365c-bg);
    color: var(--m365c-text);
    padding: 28px 20px;
    max-width: 1200px;
    margin: 0 auto;
    border-radius: var(--m365c-radius);
    box-shadow: var(--m365c-shadow);
    border: 1px solid var(--m365c-border);
    box-sizing: border-box;
}

#m365-compat-spread *,
#m365-compat-spread *::before,
#m365-compat-spread *::after {
    box-sizing: inherit;
    font-size: 18px;
}

.m365c-header {
    text-align: center;
    margin-bottom: 24px;
}

.m365c-header h2 {
    color: var(--m365c-gold);
    font-size: 26px;
    margin: 0 0 6px;
    letter-spacing: 1px;
    text-shadow: 0 0 12px rgba(201, 169, 110, 0.25);
}

.m365c-subtitle {
    color: var(--m365c-muted);
    font-size: 14px;
    margin: 0;
}

.m365c-names {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.m365c-name-field {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.m365c-name-field label {
    font-size: 12px;
    color: var(--m365c-muted);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.m365c-name-field input {
    background: var(--m365c-card);
    border: 1px solid var(--m365c-border);
    border-radius: 8px;
    padding: 10px 14px;
    color: var(--m365c-text);
    font-size: 15px;
    width: 160px;
    outline: none;
    transition: border-color 0.2s, box-shadow 0.2s;
    font-family: inherit;
}

.m365c-name-field input:focus {
    border-color: var(--m365c-gold);
    box-shadow: 0 0 8px rgba(201, 169, 110, 0.2);
    color: var(--color-white);
}

.m365c-heart {
    font-size: 22px;
    color: #cf2e2e;
    text-shadow: 0 0 8px rgba(207, 46, 46, 0.4);
    animation: m365cPulse 2s infinite;
}

@keyframes m365cPulse {
    0%, 100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.15);
    }
}

.m365c-btn {
    display: block;
    margin: 0 auto 28px;
    background: linear-gradient(135deg, var(--m365c-gold-dark), var(--m365c-gold));
    color: #0f0f1a;
    border: none;
    border-radius: 10px;
    padding: 12px 28px;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    letter-spacing: 0.5px;
    transition: transform 0.15s, box-shadow 0.2s;
    box-shadow: 0 4px 16px rgba(201, 169, 110, 0.25);
    font-family: inherit;
}

.m365c-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(201, 169, 110, 0.35);
}

.m365c-btn:active {
    transform: translateY(0);
}

.m365c-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    margin-bottom: 28px;
}

@media (max-width: 640px) {
    .m365c-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 400px) {
    .m365c-grid {
        grid-template-columns: 1fr;
    }
}

.m365c-slot {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.m365c-slot-label {
    font-size: 12px;
    color: var(--m365c-muted);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 8px;
    text-align: center;
}

.m365c-card {
    height: 320px;
    width: 250px;
    perspective: 800px;
    cursor: pointer;
}

.m365c-card-inner {
    width: 100%;
    height: 100%;
    position: relative;
    transform-style: preserve-3d;
    transition: transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}

.m365c-card.flipped .m365c-card-inner {
    transform: rotateY(180deg);
}

.m365c-card-front,
.m365c-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    border-radius: 12px;
    border: 1px solid var(--m365c-border);
    overflow: hidden;
}

.m365c-card-front {
    background: linear-gradient(145deg, #1e1a45, #2a2460);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 16px var(--m365c-violet-glow);
}

.m365c-pattern {
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(circle at 30% 30%, rgba(78, 69, 179, 0.2) 0%, transparent 50%),
        radial-gradient(circle at 70% 70%, rgba(122, 0, 223, 0.15) 0%, transparent 50%);
}

.m365c-star {
    font-size: 48px;
    color: var(--m365c-gold);
    text-shadow: 0 0 16px rgba(201, 169, 110, 0.4);
    z-index: 1;
}

.m365c-card-front::after {
    content: '';
    position: absolute;
    inset: 6px;
    border: 1px solid rgba(201, 169, 110, 0.25);
    border-radius: 8px;
    pointer-events: none;
}

.m365c-card-back {
    background: var(--m365c-card);
    transform: rotateY(180deg);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 14px;
    text-align: center;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.35);
}

.m365c-rank {
    font-size: 11px;
    color: var(--m365c-gold);
    letter-spacing: 2px;
    margin-bottom: 4px;
    border: 1px solid var(--m365c-gold-dark);
    padding: 2px 8px;
    border-radius: 4px;
}

.m365c-title {
    font-size: 16px;
    color: var(--m365c-gold-light);
    font-weight: 700;
    margin-bottom: 8px;
    text-shadow: 0 0 8px rgba(232, 213, 163, 0.15);
}

.m365c-desc {
    font-size: 11px;
    color: var(--m365c-muted);
    line-height: 1.4;
    margin-bottom: 10px;
}

.m365c-icon {
    font-size: 28px;
    filter: drop-shadow(0 0 6px rgba(201, 169, 110, 0.3));
}

.m365c-interpretation {
    background: var(--m365c-card);
    border: 1px solid var(--m365c-border);
    border-radius: var(--m365c-radius);
    padding: 22px;
}

.m365c-interpretation h3 {
    color: var(--m365c-gold);
    margin: 0 0 14px;
    font-size: 18px;
    text-align: center;
}

.m365c-interp-list {
    display: grid;
    gap: 10px;
    margin-bottom: 16px;
}

.m365c-interp-item {
    background: rgba(15, 15, 26, 0.5);
    border-left: 3px solid var(--m365c-gold-dark);
    padding: 10px 14px;
    border-radius: 0 8px 8px 0;
    font-size: 13px;
    line-height: 1.5;
    color: var(--m365c-text);
}

.m365c-accent {
    color: var(--m365c-gold-light);
}

.m365c-advice {
    background: linear-gradient(90deg, rgba(78, 69, 179, 0.15), rgba(201, 169, 110, 0.15));
    border: 1px solid var(--m365c-border);
    border-radius: 10px;
    padding: 14px;
    text-align: center;
    font-size: 14px;
    color: var(--m365c-gold-light);
    line-height: 1.5;
}

/* Header */
.reviews-header {
    text-align: center;
    margin-bottom: 50px;
}

.reviews-header .badge {
    display: inline-block;
    background: var(--gradient);
    color: white;
    padding: 6px 20px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 18px;
}

.reviews-header h2 {
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 14px;
    letter-spacing: -0.5px;
}

.reviews-header p {
    font-size: 17px;
    color: var(--text-secondary);
    max-width: 500px;
    margin: 0 auto 24px;
}

/* Rating summary */
.rating-summary {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    background: var(--card-bg);
    border: 1px solid var(--border);
    border-radius: 16px;
    padding: 16px 28px;
    box-shadow: var(--shadow);
}

.rating-big {
    font-size: 42px;
    font-weight: 800;
    color: var(--primary);
    line-height: 1;
}

.rating-info {
    text-align: left;
}

.rating-stars {
    display: flex;
    gap: 3px;
    margin-bottom: 4px;
}

.rating-stars svg {
    width: 18px;
    height: 18px;
    fill: var(--star);
}

.rating-stars svg.empty {
    fill: #e5e7eb;
}

.rating-count {
    font-size: 13px;
    color: var(--text-muted);
}

/* Slider */
.slider-wrapper {
    position: relative;
    overflow: hidden;
    padding: 10px 0 40px;
}

.slider-track {
    display: flex;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    gap: 20px;
}

.review-card {
    min-width: calc(33.333% - 14px);
    background: var(--card-bg);
    border: 1px solid var(--border);
    border-radius: 20px;
    padding: 28px;
    box-shadow: var(--shadow);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    position: relative;
}

.review-card:hover {
    box-shadow: var(--shadow-hover);
    transform: translateY(-4px);
    border-color: #d4cff0;
}

.review-card::before {
    content: '"';
    position: absolute;
    top: 16px;
    right: 24px;
    font-size: 80px;
    line-height: 1;
    color: var(--primary);
    opacity: 0.08;
    font-family: Georgia, serif;
    font-weight: 700;
    pointer-events: none;
}

.review-header {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 16px;
}

.review-avatar {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 700;
    color: white;
    flex-shrink: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.review-meta {
    flex: 1;
    min-width: 0;
}

.review-name {
    font-weight: 700;
    font-size: 15px;
    color: var(--text);
    margin-bottom: 2px;
}

.review-verified {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 12px;
    color: #10b981;
    font-weight: 500;
}

.review-verified svg {
    width: 14px;
    height: 14px;
}

.review-rating {
    display: flex;
    gap: 2px;
    margin-bottom: 14px;
}

.review-rating svg {
    width: 16px;
    height: 16px;
    fill: var(--star);
}

.review-rating svg.empty {
    fill: #e5e7eb;
}

.review-text {
    font-size: 15px;
    color: var(--text-secondary);
    line-height: 1.7;
    flex: 1;
    margin-bottom: 18px;
}

.review-service {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: var(--gradient-soft);
    color: var(--primary);
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    align-self: flex-start;
}

.review-service svg {
    width: 14px;
    height: 14px;
}

.review-date {
    font-size: 12px;
    color: var(--text-muted);
    margin-top: 12px;
}

/* Navigation */
.slider-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    margin-top: 10px;
}

.slider-arrow {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 2px solid var(--border);
    background: var(--card-bg);
    color: var(--primary);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    outline: none;
}

.slider-arrow:hover {
    background: var(--gradient);
    border-color: transparent;
    color: white;
    box-shadow: 0 4px 16px rgba(107, 78, 230, 0.3);
}

.slider-arrow svg {
    width: 20px;
    height: 20px;
}

.slider-dots {
    display: flex;
    gap: 8px;
}

.slider-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: none;
    background: #ddd6fe;
    cursor: pointer;
    transition: all 0.3s ease;
    outline: none;
}

.slider-dot.active {
    background: var(--gradient);
    width: 28px;
    border-radius: 5px;
}

.slider-dot:hover {
    background: var(--primary-light);
}

/* CTA */
.reviews-cta {
    text-align: center;
    margin-top: 40px;
    padding: 30px;
    background: var(--gradient-soft);
    border: 1px solid var(--border);
    border-radius: 20px;
}

.reviews-cta p {
    color: var(--text-secondary);
    margin-bottom: 16px;
    font-size: 15px;
}

.reviews-cta .btn {
    display: inline-block;
    background: var(--gradient);
    color: white;
    padding: 14px 32px;
    border-radius: 12px;
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
    transition: transform 0.2s, box-shadow 0.2s;
    box-shadow: 0 4px 16px rgba(107, 78, 230, 0.3);
    border: none;
    cursor: pointer;
    font-family: inherit;
}

.reviews-cta .btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 24px rgba(107, 78, 230, 0.4);
}

.reviews-container {
    max-width: 1200px;
    margin: 0 auto;
}

/* Responsive */
@media (max-width: 992px) {
    .review-card {
        min-width: calc(50% - 10px);
    }
}

@media (max-width: 640px) {
    .review-card {
        min-width: 100%;
        padding: 22px;
    }

    .rating-summary {
        flex-direction: column;
        gap: 8px;
        text-align: center;
    }

    .rating-info {
        text-align: center;
    }

    .slider-dots {
        display: none;
    }
}

@media(max-width:640px) {
    .pickers {
        grid-template-columns: 1fr;
        gap: 14px
    }

    .swap {
        margin: 0 auto;
        transform: rotate(90deg)
    }

    .swap:hover {
        transform: rotate(270deg)
    }

    .verdict {
        text-align: center
    }

    .header-badge {
        display: none
    }
}

/* Responsive */
@media (max-width: 600px) {

    .faq-header h1 {
        font-size: 26px;
    }

    .faq-question {
        padding: 18px 20px;
        font-size: 15px;
    }

    .faq-answer-inner {
        padding: 0 20px 20px;
    }

    .faq-tag {
        display: none;
    }
}

@media (max-width: 768px) {
    .oberegi-slider-wrapper {
        .slide {
            flex: 0 0 100%;
        }
    }
}

@media (min-width: 600px) {
    .post_item_text-main {
        width: calc(100% - 150px);
    }
}

@media (max-width: 1200px) {
    .container {
        width: 100%;
        padding: 0 20px;
    }

    #breadcrumbs {
        width: 100%;
        padding: 0 20px;
    }
}

@media (max-width: 1024px) {
    .toggle_menu {
        display: flex;
        flex-direction: column;
        gap: 3px;
        cursor: pointer;
        float: right;
        position: relative;
    }

    .toggle_menu span {
        display: block;
        width: 20px;
        height: 3px;
        background: var(--color-white);
    }

    .toggle_menu.active span:first-child {
        position: absolute;
        transform: rotate(135deg);
    }

    .toggle_menu.active span:nth-child(2) {
        display: none;
    }

    .toggle_menu.active span:last-child {
        transform: rotate(45deg);
    }

    .main-navigation {
        display: none;
    }

    .main-navigation.active {
        display: flex;
        flex-direction: column;
        transition-delay: 0.2s;
    }

    .div__display_flex {
        gap: 20px;
        flex-wrap: wrap;
    }

    .main-navigation.active ul {
        display: flex;
        gap: 10px;
        justify-content: center;
        flex-direction: column;
    }

    .main-navigation ul li:hover>ul, .main-navigation ul li.focus>ul {
        left: auto;
        position: relative;
    }

    .main-navigation ul ul {
        background: transparent;
    }

    .div__menu {
        padding: 10px;
    }

    .toggle_menu.active {
        width: 25px;
        height: 25px;
        border: 1px solid var(--color-white);
        border-radius: 50%;
        align-items: center;
        justify-content: center;
    }
}

@media (min-width: 851px) and (max-width: 1200px) {
    .cards__list {
        max-width: 700px;
    }
}

@media (max-width: 768px) {
    .site-description {
        font-size: 18px;
    }

    .custom-logo-link img {
        width: 70px;
        height: 70px;
    }

    .div__display_flex {
        gap: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .div__background {
        height: 70px;
    }

    .section {
        margin: 25px auto;
    }

    .container__main_row {
        gap: 20px;
    }

    .registration__text-content {
        padding: 20px;
    }

    .description-site {
        flex-wrap: wrap;
    }

    .alphabet__links_link {
        width: 100%;
    }

    .popup-content {
        flex-wrap: wrap;
    }
}

@media (min-width: 601px) and (max-width: 850px) {
    .post_item {
        width: 45%;
    }

    .cards__item {
        width: 100px;
        height: 110px;
        box-sizing: border-box;
    }

    .cards__list {
        max-width: 600px;
    }

    .container__main-content article {
        width: 45%;
    }

    .link_style-2_flex img {
        width: 50px;
        height: 50px;
    }

    .div__links_categories h3 {
        font-size: 16px;
    }

    .personal-question__form textarea {
        width: 300px;
    }

    .personal-question__form input {
        width: 130px;
    }

    .personal-question__form p {
        gap: 15px;
    }
}

@media (max-width: 600px) {
    .container__display_flex {
        flex-wrap: wrap;
    }

    .container__display_flex>div {
        width: 100%;
    }

    .playing-card__list {
        flex-wrap: wrap;
    }

    .cards__item {
        width: 50px;
        height: 50px;
    }

    .cards__list {
        max-width: 320px;
    }

    .post_item {
        width: 100%;
        flex-wrap: wrap;
    }

    .post_item h3 {
        margin-bottom: 10px;
    }

    .site-info {
        gap: 10px;
        flex-wrap: wrap;
    }

    .container__main_row {
        flex-wrap: wrap;
    }

    .container__navigation_links, .container__main_text {
        width: 100%;
    }

    .playing-card__item img {
        width: 100px;
        height: 130px;
    }

    .custom-logo-link {
        height: 70px;
    }

    .sub_category__links_column a {
        width: 100%;
    }

    .div__items_button button {
        width: 100%;
    }

    .div__divination_style-1.div__divination_style-column {
        gap: 30px;
    }

    .div__box_img img {
        width: 70px;
    }

    .div__divination_style_fkex-1, .div__divination_style_fkex-2 {
        width: 300px;
    }

    .div__divination_style_fkex-2 {
        margin-bottom: -20px;
    }

    .day__content_text {
        padding: 20px;
        font-size: 18px;
        font-weight: 500;
    }

    .container__main-content article {
        width: 100%;
    }

    .site__info-donat>div {
        width: 100%;
    }

    .personal-question__form textarea,
    .personal-question__form input {
        width: 100%;
    }

    .personal-question__form .wpcf7-form-control-wrap {
        width: 100%;
    }
}