:root {
    --dashta-blue: #07518f;
    --dashta-blue2: #0c6bb8;
    --dashta-green: #0b4a27;
    --dashta-gold: #b89a5e;
    --dashta-gold2: #d6bd82;
    --dashta-red: #d71920;
    --dashta-red2: #a51015;
    --dashta-bg: #f8f7f3;
    --dashta-card: #ffffff;
    --dashta-text: #1d2935;
    --dashta-muted: #6f747b;
    --dashta-border: rgba(184, 154, 94, 0.28);
    --dashta-shadow: 0 16px 42px rgba(7, 81, 143, 0.10);
    --radius: 20px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: Tahoma, Arial, sans-serif;
    overflow-x: hidden;
}

a {
    color: inherit;
    text-decoration: none;
}

button,
input,
select,
textarea {
    font-family: inherit;
}

.container {
    width: min(1120px, calc(100% - 24px));
    margin-inline: auto;
}

/* =========================
   Body + Animated Background
   ========================= */

body.dashtaTheme {
    background:
        radial-gradient(circle at top right, rgba(7, 81, 143, 0.12), transparent 30%),
        radial-gradient(circle at top left, rgba(184, 154, 94, 0.16), transparent 28%),
        linear-gradient(180deg, #ffffff 0%, var(--dashta-bg) 100%);
    color: var(--dashta-text);
    position: relative;
}

body.dashtaTheme::before,
body.dashtaTheme::after {
    content: "";
    position: fixed;
    pointer-events: none;
    z-index: -1;
    border-radius: 999px;
    filter: blur(28px);
    display: block;
}

body.dashtaTheme::before {
    width: 420px;
    height: 420px;
    top: -120px;
    right: -110px;
    background:
        radial-gradient(circle, rgba(7, 81, 143, 0.20) 0%, rgba(11, 74, 39, 0.10) 42%, transparent 70%);
    animation: dashtaFloatBlue 10s ease-in-out infinite;
}

body.dashtaTheme::after {
    width: 360px;
    height: 360px;
    bottom: 8%;
    left: -110px;
    background:
        radial-gradient(circle, rgba(184, 154, 94, 0.28) 0%, rgba(215, 25, 32, 0.10) 42%, transparent 72%);
    animation: dashtaFloatGold 12s ease-in-out infinite;
}

.dashtaTheme main::before {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: -2;
    opacity: 0.09;
    background-image:
        linear-gradient(135deg, transparent 0 46%, var(--dashta-green) 47% 48%, transparent 49% 100%),
        linear-gradient(45deg, transparent 0 46%, var(--dashta-blue) 47% 48%, transparent 49% 100%);
    background-size: 220px 220px;
    animation: dashtaPatternMove 24s linear infinite;
}

/* =========================
   Header
   ========================= */

.topbar {
    position: sticky;
    top: 0;
    z-index: 100;
}

.dashtaTheme .topbar {
    background: rgba(255, 255, 255, 0.94);
    border-bottom: 1px solid var(--dashta-border);
    box-shadow: 0 10px 30px rgba(7, 81, 143, 0.08);
    backdrop-filter: blur(14px);
}

.topbar__inner {
    min-height: 82px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}

.brand {
    display: flex;
    align-items: center;
    gap: 11px;
}

.brand__logo {
    width: 64px;
    height: 64px;
    border-radius: 999px;
    object-fit: contain;
    background: #ffffff;
    border: 2px solid var(--dashta-gold);
    padding: 4px;
    box-shadow: 0 8px 22px rgba(184, 154, 94, 0.18);
}

.brand__name {
    color: var(--dashta-blue);
    font-size: 18px;
    font-weight: 900;
    letter-spacing: 0.4px;
}

.brand__sub {
    margin-top: 2px;
    color: var(--dashta-red);
    font-size: 12px;
    font-weight: 900;
}

.nav {
    display: flex;
    align-items: center;
    gap: 7px;
    flex-wrap: wrap;
}

.nav__link {
    padding: 9px 14px;
    border-radius: 999px;
    color: var(--dashta-blue);
    font-size: 14px;
    font-weight: 900;
    transition: 0.2s ease;
}

.nav__link:hover,
.nav__admin {
    color: #ffffff;
    background: linear-gradient(135deg, var(--dashta-blue), var(--dashta-blue2));
    box-shadow: 0 10px 24px rgba(7, 81, 143, 0.18);
}

.nav__whatsapp {
    color: #ffffff !important;
    background: linear-gradient(135deg, #25d366, #128c7e) !important;
    box-shadow: 0 10px 24px rgba(37, 211, 102, 0.20);
}

.nav__whatsapp:hover {
    color: #ffffff !important;
    background: linear-gradient(135deg, #128c7e, #25d366) !important;
}

/* =========================
   Language Switch
   ========================= */

.languageSwitch {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
}

.languageSwitch a {
    padding: 8px 11px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 900;
    color: var(--dashta-blue);
    border: 1px solid var(--dashta-border);
    background: #ffffff;
}

.languageSwitch a.is-active {
    color: #ffffff;
    background: linear-gradient(135deg, var(--dashta-red), var(--dashta-red2));
    border-color: transparent;
}

/* =========================
   Hero
   ========================= */

.hero {
    position: relative;
    padding: 44px 0 30px;
    overflow: hidden;
}

.dashtaTheme .hero {
    background:
        radial-gradient(circle at 50% 0%, rgba(184, 154, 94, 0.22), transparent 34%),
        radial-gradient(circle at 15% 25%, rgba(7, 81, 143, 0.12), transparent 28%),
        radial-gradient(circle at 85% 35%, rgba(11, 74, 39, 0.10), transparent 30%),
        linear-gradient(180deg, #ffffff 0%, #f8f7f3 100%);
    border-bottom: 1px solid var(--dashta-border);
}

.dashtaTheme .hero::before {
    content: "";
    position: absolute;
    width: 280px;
    height: 280px;
    border-radius: 999px;
    top: -80px;
    right: 12%;
    background: radial-gradient(circle, rgba(184, 154, 94, 0.22), transparent 68%);
    animation: dashtaHeroPulse 7s ease-in-out infinite;
    pointer-events: none;
}

.dashtaTheme .hero::after {
    content: "";
    position: absolute;
    width: 240px;
    height: 240px;
    border-radius: 999px;
    bottom: -90px;
    left: 12%;
    background: radial-gradient(circle, rgba(7, 81, 143, 0.16), transparent 70%);
    animation: dashtaHeroPulse 8s ease-in-out infinite reverse;
    pointer-events: none;
}

.hero__inner {
    position: relative;
    z-index: 2;
    text-align: center;
}

.hero__content {
    position: relative;
    max-width: 900px;
    margin: auto;
    padding: 36px 22px;
    border-radius: 34px;
    background:
        linear-gradient(#ffffff, #ffffff) padding-box,
        linear-gradient(135deg, var(--dashta-blue), var(--dashta-gold), var(--dashta-red)) border-box;
    border: 2px solid transparent;
    box-shadow: var(--dashta-shadow);
}

.hero__content::before {
    content: "";
    display: block;
    width: 160px;
    height: 160px;
    margin: 0 auto 16px;
    background-image: url("assets/dashta-logo.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 999px;
    filter: drop-shadow(0 12px 20px rgba(7, 81, 143, 0.12));
}

.badge {
    display: inline-flex;
    padding: 8px 16px;
    border-radius: 999px;
    background: rgba(184, 154, 94, 0.15);
    color: var(--dashta-blue);
    border: 1px solid var(--dashta-gold);
    font-weight: 900;
    margin-bottom: 14px;
}

.hero__title {
    margin: 0;
    color: var(--dashta-blue);
    font-size: clamp(34px, 5vw, 60px);
    line-height: 1.15;
    font-weight: 900;
    letter-spacing: 0.4px;
}

.hero__sub {
    max-width: 680px;
    margin: 14px auto 0;
    color: var(--dashta-muted);
    font-size: 16px;
    line-height: 1.9;
    font-weight: 700;
}

.heroContact {
    margin-top: 18px;
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

.heroContact__btn {
    min-height: 44px;
    padding: 10px 18px;
    border-radius: 999px;
    font-weight: 900;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.heroContact__call {
    color: var(--dashta-blue);
    background: #ffffff;
    border: 1px solid var(--dashta-border);
}

.heroContact__whatsapp {
    color: #ffffff;
    background: linear-gradient(135deg, #25d366, #128c7e);
    box-shadow: 0 10px 24px rgba(37, 211, 102, 0.20);
}

/* =========================
   Section
   ========================= */

.section {
    padding: 30px 0;
}

.section__head {
    text-align: right;
    margin-bottom: 14px;
}

.section__title {
    margin: 0;
    color: var(--dashta-blue);
    font-size: clamp(26px, 4vw, 40px);
    font-weight: 900;
}

.section__sub {
    margin: 7px 0 0;
    color: var(--dashta-muted);
    line-height: 1.7;
    font-weight: 700;
}

/* =========================
   Search
   ========================= */

.menuTools {
    position: sticky;
    top: 82px;
    z-index: 90;
    padding: 11px 0;
    background: rgba(248, 247, 243, 0.94);
    backdrop-filter: blur(14px);
}

.menuSearch {
    width: 100%;
    min-height: 54px;
    border-radius: 18px;
    border: 1px solid var(--dashta-border);
    background: #ffffff;
    color: var(--dashta-text);
    outline: none;
    padding: 0 18px;
    font-size: 15px;
    font-weight: 800;
    box-shadow: 0 10px 24px rgba(7, 81, 143, 0.08);
}

.menuSearch::placeholder {
    color: #969696;
}

.menuSearch:focus {
    border-color: var(--dashta-blue);
    box-shadow: 0 0 0 4px rgba(7, 81, 143, 0.10);
}

.menuEmpty,
.emptyCard {
    background: #fff0f0;
    color: var(--dashta-red);
    border: 1px solid rgba(215, 25, 32, 0.22);
    border-radius: 18px;
    padding: 15px;
    text-align: center;
    font-weight: 900;
    margin-bottom: 12px;
}

/* =========================
   Category Tabs
   ========================= */

.categoryTabs {
    position: sticky;
    top: 146px;
    z-index: 80;
    display: flex;
    gap: 11px;
    overflow-x: auto;
    padding: 11px 0 15px;
    margin-bottom: 15px;
    background: rgba(248, 247, 243, 0.96);
    backdrop-filter: blur(14px);
    scroll-snap-type: x mandatory;
}

.categoryTabs::-webkit-scrollbar {
    height: 5px;
}

.categoryTabs::-webkit-scrollbar-thumb {
    background: linear-gradient(135deg, var(--dashta-blue), var(--dashta-gold));
    border-radius: 999px;
}

.categoryTab {
    min-width: 106px;
    border: 1px solid var(--dashta-border);
    background: #ffffff;
    color: var(--dashta-blue);
    padding: 10px 9px;
    border-radius: 20px;
    font-weight: 900;
    white-space: nowrap;
    cursor: pointer;
    display: grid;
    justify-items: center;
    gap: 7px;
    box-shadow: 0 10px 24px rgba(7, 81, 143, 0.08);
    transition: 0.18s ease;
    scroll-snap-align: start;
}

.categoryTab:hover {
    transform: translateY(-1px);
    border-color: var(--dashta-gold);
}

.categoryTab.is-active {
    color: #ffffff;
    background: linear-gradient(135deg, var(--dashta-blue), var(--dashta-green));
    border-color: transparent;
    box-shadow: 0 12px 28px rgba(7, 81, 143, 0.22);
}

.categoryTab__img {
    width: 58px;
    height: 58px;
    border-radius: 999px;
    object-fit: contain;
    background: #ffffff;
    border: 3px solid var(--dashta-gold);
    padding: 4px;
}

.categoryTab span {
    font-size: 13px;
    max-width: 92px;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* =========================
   Menu
   ========================= */

.menuTabPanel {
    display: none;
}

.menuTabPanel.is-active {
    display: block;
}

.menuTabPanel__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 15px;
}

.menuTabPanel__title {
    margin: 0;
    color: var(--dashta-blue);
    font-size: 26px;
    font-weight: 900;
}

.menuTabPanel__note {
    margin: 0;
    background: rgba(184, 154, 94, 0.16);
    color: var(--dashta-green);
    border-radius: 999px;
    padding: 7px 13px;
    font-size: 13px;
    font-weight: 900;
    border: 1px solid var(--dashta-border);
}

.menuItemsGrid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.menuItemCard {
    position: relative;
    display: grid;
    grid-template-columns: 132px 1fr;
    gap: 13px;
    background: #ffffff;
    color: var(--dashta-text);
    border: 1px solid var(--dashta-border);
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 12px 28px rgba(7, 81, 143, 0.08);
    transition: 0.18s ease;
}

.menuItemCard:hover {
    border-color: var(--dashta-gold);
    box-shadow: 0 18px 38px rgba(7, 81, 143, 0.13);
    transform: translateY(-2px);
}

.menuItemCard__imageWrap {
    width: 132px;
    height: 132px;
    background:
        radial-gradient(circle at center, rgba(184, 154, 94, 0.16), transparent 55%),
        #f4f1e8;
    overflow: hidden;
}

.menuItemCard__image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 16px;
    display: block;
}

.menuItemCard::after {
    content: "";
    position: absolute;
    bottom: 11px;
    left: 11px;
    width: 36px;
    height: 36px;
    border-radius: 999px;
    background-image: url("assets/dashta-logo.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #ffffff;
    border: 2px solid var(--dashta-gold);
    box-shadow: 0 8px 18px rgba(184, 154, 94, 0.20);
}

.menuItemCard__body {
    padding: 14px 13px 14px 0;
    min-width: 0;
}

.menuItemCard__title {
    margin: 0;
    color: var(--dashta-blue);
    font-size: 18px;
    line-height: 1.45;
    font-weight: 900;
}

.menuItemCard__tag {
    display: inline-flex;
    margin-top: 7px;
    padding: 5px 10px;
    border-radius: 999px;
    background: rgba(11, 74, 39, 0.10);
    color: var(--dashta-green);
    font-size: 12px;
    font-weight: 900;
    border: 1px solid rgba(11, 74, 39, 0.18);
}

.priceList {
    display: flex;
    gap: 7px;
    flex-wrap: wrap;
    margin-top: 12px;
}

.priceList__row {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: #f8f7f3;
    border-radius: 999px;
    padding: 7px 11px;
    border: 1px solid var(--dashta-border);
}

.priceList__row span {
    color: var(--dashta-muted);
    font-size: 12px;
    font-weight: 800;
}

.priceList__row strong {
    color: var(--dashta-red);
    font-weight: 900;
    white-space: nowrap;
}

.menuItemCard__note {
    margin: 8px 0 0;
    color: var(--dashta-muted);
    line-height: 1.6;
    font-size: 13px;
    font-weight: 700;
}

/* =========================
   Footer
   ========================= */

.footer {
    padding: 24px 0 88px;
    background: linear-gradient(135deg, var(--dashta-blue), #05325b);
    border-top: 4px solid var(--dashta-gold);
    color: #ffffff;
}

.footer__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    color: rgba(255, 255, 255, 0.86);
    font-weight: 800;
}

.footer__left {
    display: flex;
    align-items: center;
    gap: 9px;
}

.footer__logo {
    width: 38px;
    height: 38px;
    border-radius: 11px;
    object-fit: contain;
    background: #ffffff;
    border: 1px solid var(--dashta-gold);
    padding: 3px;
}

.footer__right {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    align-items: center;
    justify-content: center;
}

.footer__right a {
    color: #ffffff;
    font-weight: 900;
}

/* =========================
   Mobile Bottom Bar
   ========================= */

.mobileBar {
    position: fixed;
    left: 12px;
    right: 12px;
    bottom: 12px;
    z-index: 120;
    display: none;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    padding: 8px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(14px);
    box-shadow: 0 16px 38px rgba(0, 0, 0, 0.12);
    border: 1px solid var(--dashta-border);
}

.mobileBar__item {
    min-height: 46px;
    border-radius: 15px;
    background: rgba(7, 81, 143, 0.08);
    color: var(--dashta-blue);
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobileBar__item:nth-child(3) {
    background: linear-gradient(135deg, #25d366, #128c7e);
    color: #ffffff;
}

.is-hidden-by-search {
    display: none !important;
}

/* =========================
   Email Registration
   ========================= */

.registerSection {
    padding: 34px 0 20px;
}

.registerCard {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
    gap: 18px;
    align-items: stretch;
    background:
        linear-gradient(#ffffff, #ffffff) padding-box,
        linear-gradient(135deg, var(--dashta-blue), var(--dashta-gold), var(--dashta-green)) border-box;
    border: 2px solid transparent;
    border-radius: 28px;
    padding: 22px;
    box-shadow: var(--dashta-shadow);
}

.registerCard .section__head {
    text-align: inherit;
    margin-bottom: 16px;
}

.registerCard__copy,
.registerCard__form {
    min-width: 0;
}

.accountStats {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.accountStat {
    border: 1px solid var(--dashta-border);
    border-radius: 18px;
    background: #f8f7f3;
    padding: 16px;
    display: grid;
    gap: 4px;
}

.accountStat strong {
    color: var(--dashta-blue);
    font-size: 30px;
    line-height: 1;
    font-weight: 900;
}

.accountStat span {
    color: var(--dashta-muted);
    font-size: 13px;
    font-weight: 900;
}

.emailRegisterForm {
    display: grid;
    gap: 12px;
}

.emailRegisterForm label {
    display: grid;
    gap: 8px;
    color: var(--dashta-blue);
    font-size: 14px;
    font-weight: 900;
}

.emailRegisterForm input {
    width: 100%;
    min-height: 48px;
    border: 1px solid rgba(184, 154, 94, 0.42);
    border-radius: 15px;
    background: #ffffff;
    color: var(--dashta-text);
    padding: 0 14px;
    font-size: 15px;
    font-weight: 800;
    outline: none;
}

.emailRegisterForm input:focus {
    border-color: var(--dashta-blue);
    box-shadow: 0 0 0 4px rgba(7, 81, 143, 0.10);
}

.profileLink {
    min-height: 46px;
    border-radius: 999px;
    background: rgba(184, 154, 94, 0.16);
    border: 1px solid var(--dashta-border);
    color: var(--dashta-blue);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    margin-bottom: 12px;
}

/* =========================
   LTR Fixes
   ========================= */

html[dir="ltr"] .section__head {
    text-align: left;
}

html[dir="ltr"] .menuItemCard__body {
    padding: 14px 0 14px 13px;
}

html[dir="ltr"] .menuItemCard::after {
    left: auto;
    right: 11px;
}

/* =========================
   Animations
   ========================= */

@keyframes dashtaFloatBlue {
    0%, 100% {
        transform: translate(0, 0) scale(1);
    }

    50% {
        transform: translate(-24px, 22px) scale(1.08);
    }
}

@keyframes dashtaFloatGold {
    0%, 100% {
        transform: translate(0, 0) scale(1);
    }

    50% {
        transform: translate(28px, -20px) scale(1.10);
    }
}

@keyframes dashtaPatternMove {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 220px 220px;
    }
}

@keyframes dashtaHeroPulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.75;
    }

    50% {
        transform: scale(1.12);
        opacity: 1;
    }
}

/* =========================
   Responsive
   ========================= */

@media (max-width: 920px) {
    .topbar__inner {
        min-height: auto;
        padding: 12px 0;
        flex-direction: column;
        align-items: flex-start;
    }

    .nav {
        width: 100%;
        overflow-x: auto;
        padding-bottom: 2px;
    }

    .languageSwitch {
        width: 100%;
    }

    .menuTools {
        top: 0;
    }

    .categoryTabs {
        top: 66px;
    }

    .menuItemsGrid {
        grid-template-columns: 1fr;
    }

    .footer__inner {
        flex-direction: column;
        text-align: center;
    }

    .registerCard {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 620px) {
    .container {
        width: min(100% - 20px, 1120px);
    }

    .hero {
        padding: 26px 0 18px;
    }

    .hero__content {
        padding: 24px 14px;
        border-radius: 24px;
    }

    .hero__content::before {
        width: 120px;
        height: 120px;
    }

    .brand__logo {
        width: 54px;
        height: 54px;
    }

    .brand__name {
        font-size: 16px;
    }

    .section {
        padding: 26px 0;
    }

    .section__head {
        margin-bottom: 12px;
    }

    .hero__title {
        font-size: 32px;
    }

    .hero__sub {
        font-size: 14px;
    }

    .categoryTab {
        min-width: 88px;
        padding: 8px;
        border-radius: 17px;
    }

    .categoryTab__img {
        width: 50px;
        height: 50px;
    }

    .menuTabPanel__title {
        font-size: 23px;
    }

    .menuItemCard {
        grid-template-columns: 108px 1fr;
        gap: 10px;
        border-radius: 18px;
    }

    .menuItemCard__imageWrap {
        width: 108px;
        height: 108px;
    }

    .menuItemCard__image {
        padding: 10px;
    }

    .menuItemCard::after {
        width: 31px;
        height: 31px;
        bottom: 8px;
        left: 8px;
    }

    .menuItemCard__body {
        padding: 10px 10px 10px 0;
    }

    html[dir="ltr"] .menuItemCard__body {
        padding: 10px 0 10px 10px;
    }

    .menuItemCard__title {
        font-size: 16px;
    }

    .priceList {
        gap: 6px;
        margin-top: 8px;
    }

    .priceList__row {
        padding: 6px 9px;
    }

    .heroContact__btn {
        width: 100%;
    }

    .footer {
        padding-bottom: 92px;
    }

    .mobileBar {
        display: grid;
    }

    .registerCard {
        padding: 16px;
        border-radius: 22px;
    }

    .accountStats {
        grid-template-columns: 1fr;
    }
}
/* =========================
   Feedback Section
   ========================= */

/* =========================
   Feedback Section - Professional
   ========================= */

.feedbackSection {
    padding: 46px 0 56px;
    position: relative;
}

.feedbackSection .section__head {
    text-align: center;
}

.feedbackCard {
    position: relative;
    background:
        linear-gradient(#ffffff, #ffffff) padding-box,
        linear-gradient(135deg, var(--dashta-blue), var(--dashta-gold), var(--dashta-red)) border-box;
    border: 2px solid transparent;
    border-radius: 28px;
    padding: 24px;
    box-shadow: 0 18px 45px rgba(7, 81, 143, 0.12);
    overflow: hidden;
}

.feedbackCard::before {
    content: "";
    position: absolute;
    width: 240px;
    height: 240px;
    top: -110px;
    right: -90px;
    background: radial-gradient(circle, rgba(184, 154, 94, 0.22), transparent 70%);
    border-radius: 999px;
    pointer-events: none;
}

.feedbackCard::after {
    content: "";
    position: absolute;
    width: 220px;
    height: 220px;
    bottom: -120px;
    left: -90px;
    background: radial-gradient(circle, rgba(7, 81, 143, 0.16), transparent 70%);
    border-radius: 999px;
    pointer-events: none;
}

.feedbackForm {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.feedbackForm label {
    display: grid;
    gap: 9px;
    background: #f8f7f3;
    border: 1px solid var(--dashta-border);
    border-radius: 18px;
    padding: 14px;
    color: var(--dashta-blue);
    font-size: 14px;
    font-weight: 900;
}

.feedbackForm select,
.feedbackForm textarea {
    width: 100%;
    border: 1px solid rgba(184, 154, 94, 0.42);
    border-radius: 14px;
    background: #ffffff;
    color: var(--dashta-text);
    padding: 12px 14px;
    font-size: 15px;
    font-weight: 800;
    outline: none;
}

.feedbackForm select {
    cursor: pointer;
}

.feedbackForm textarea {
    min-height: 130px;
    resize: vertical;
    line-height: 1.8;
}

.feedbackForm select:focus,
.feedbackForm textarea:focus {
    border-color: var(--dashta-blue);
    box-shadow: 0 0 0 4px rgba(7, 81, 143, 0.10);
}

.feedbackFull {
    grid-column: 1 / -1;
}

.feedbackBtn {
    width: 100%;
    min-height: 52px;
    border: 0;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--dashta-blue), var(--dashta-green));
    color: #ffffff;
    font-weight: 900;
    font-size: 16px;
    cursor: pointer;
    box-shadow: 0 12px 28px rgba(7, 81, 143, 0.22);
    transition: 0.18s ease;
}

.feedbackBtn:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 34px rgba(7, 81, 143, 0.28);
}

.feedbackBtn:active {
    transform: scale(0.98);
}

.feedbackAlert {
    position: relative;
    z-index: 2;
    padding: 14px 16px;
    border-radius: 18px;
    margin-bottom: 16px;
    font-weight: 900;
    text-align: center;
}

.feedbackSuccess {
    background: #eafaf0;
    color: #198754;
    border: 1px solid #c8efd7;
}

.feedbackError {
    background: #fff0f0;
    color: var(--dashta-red);
    border: 1px solid rgba(215, 25, 32, 0.22);
}

@media (max-width: 760px) {
    .feedbackSection {
        padding: 34px 0 42px;
    }

    .feedbackCard {
        padding: 16px;
        border-radius: 22px;
    }

    .feedbackForm {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .feedbackForm label {
        padding: 12px;
        border-radius: 16px;
    }

    .feedbackBtn {
        min-height: 48px;
        font-size: 15px;
    }
}
