:root {
    --ev-blue: #2878f0;
    --ev-blue-deep: #125fce;
    --ev-blue-soft: #eaf3ff;
    --ev-black: #08090b;
    --ev-ink: #17191d;
    --ev-gray: #69707d;
    --ev-line: #dfe3e8;
    --ev-surface: #f4f5f7;
}

.ev-container {
    width: 100%;
    max-width: 1580px;
    margin: 0 auto;
    padding-right: clamp(18px, 4vw, 72px);
    padding-left: clamp(18px, 4vw, 72px);
}

.ev-heading {
    max-width: 900px;
    margin-bottom: 56px;
}

.ev-heading-center {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.ev-heading > span,
.ev-dark-kicker,
.ev-cta-copy > span {
    margin-bottom: 14px;
    display: inline-flex;
    color: var(--ev-blue);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.ev-heading h2,
.ev-dark-copy h2,
.ev-cta-copy h2,
.ev-manifesto {
    margin: 0;
    color: var(--ev-ink);
    font-size: clamp(44px, 5vw, 76px);
    font-weight: 800;
    letter-spacing: -0.055em;
    line-height: 0.98;
}

.ev-heading p {
    max-width: 720px;
    margin: 22px auto 0;
    color: var(--ev-gray);
    font-size: 17px;
    line-height: 1.65;
}

.ev-button {
    min-height: 54px;
    padding: 0 24px;
    border: 1px solid transparent;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
}

.ev-button-primary {
    color: #ffffff !important;
    background: var(--ev-blue);
    box-shadow: 0 14px 35px rgba(40, 120, 240, 0.28);
}

.ev-button-primary:hover {
    color: #ffffff !important;
    background: var(--ev-blue-deep);
    transform: translateY(-2px);
}

.ev-button-primary:focus,
.ev-button-primary:active,
.ev-button-primary.active {
    border-color: var(--ev-blue-deep) !important;
    color: #ffffff !important;
    background: var(--ev-blue-deep) !important;
    box-shadow: 0 0 0 4px rgba(40, 120, 240, 0.16) !important;
}

.ev-button-dark {
    color: #ffffff !important;
    background: var(--ev-black);
}

.ev-button-dark:hover,
.ev-button-dark:focus,
.ev-button-dark:active,
.ev-button-dark.active {
    border-color: var(--ev-black) !important;
    color: #ffffff !important;
    background: #202329 !important;
}

.ev-button-ghost {
    border-color: rgba(255, 255, 255, 0.35);
    color: #ffffff !important;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(14px);
}

.ev-button-ghost:hover,
.ev-button-ghost:focus,
.ev-button-ghost:active {
    border-color: rgba(255, 255, 255, 0.58) !important;
    color: #ffffff !important;
    background: rgba(255, 255, 255, 0.16) !important;
}

.public-page .btn-custom:focus,
.public-page .btn-custom:active,
.public-page .btn-custom.active {
    border-color: var(--ev-blue-deep) !important;
    color: #ffffff !important;
    background: var(--ev-blue-deep) !important;
    box-shadow: 0 0 0 4px rgba(40, 120, 240, 0.16) !important;
}

/* 01 — Hero */
.ev-hero {
    min-height: 100svh;
    padding: 78px 0 0;
    overflow: hidden;
    position: relative;
    display: flex;
    color: #ffffff;
    background: var(--ev-black);
}

.ev-hero-media,
.ev-hero-overlay {
    inset: 78px 0 0;
    position: absolute;
}

.ev-hero-media {
    background: url("../images/stock/restaurant-phone.webp") right center / cover no-repeat;
}

.ev-hero-overlay {
    background:
        linear-gradient(90deg, rgba(4, 6, 9, 0.98) 0%, rgba(4, 6, 9, 0.91) 35%, rgba(4, 6, 9, 0.3) 64%, rgba(4, 6, 9, 0.08) 100%),
        linear-gradient(0deg, rgba(3, 5, 8, 0.55), transparent 48%);
}

.ev-hero-inner {
    min-height: calc(100svh - 78px);
    padding-top: clamp(70px, 11vh, 130px);
    padding-bottom: 136px;
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
}

.ev-hero-copy {
    width: min(720px, 57%);
}

.ev-eyebrow {
    margin-bottom: 26px;
    padding: 9px 13px;
    border: 1px solid rgba(88, 157, 255, 0.4);
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #d6e7ff;
    background: rgba(40, 120, 240, 0.14);
    font-size: 13px;
    font-weight: 700;
}

.ev-hero h1 {
    max-width: 760px;
    margin: 0 0 28px;
    color: #ffffff;
    font-size: clamp(58px, 6.4vw, 106px);
    font-weight: 800;
    letter-spacing: -0.065em;
    line-height: 0.88;
}

.ev-hero h1 span {
    margin-top: 12px;
    display: block;
    color: #4a96ff;
}

.ev-hero-description,
.ev-hero-description p {
    max-width: 650px;
    margin: 0;
    color: rgba(255, 255, 255, 0.7);
    font-size: 18px;
    line-height: 1.65;
}

.ev-hero-actions {
    margin-top: 34px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.ev-order-toast {
    top: 25%;
    right: 34%;
    padding: 15px 18px;
    border: 1px solid rgba(255, 255, 255, 0.26);
    border-radius: 14px;
    position: absolute;
    display: flex;
    align-items: center;
    gap: 11px;
    color: var(--ev-ink);
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.32);
    backdrop-filter: blur(14px);
    animation: ev-float 5s ease-in-out infinite;
}

.ev-order-toast > span {
    width: 42px;
    height: 42px;
    border-radius: 10px;
    display: grid;
    color: #ffffff;
    background: var(--ev-blue);
    place-items: center;
}

.ev-order-toast small,
.ev-order-toast strong {
    display: block;
}

.ev-order-toast small {
    color: #858c98;
    font-size: 11px;
}

.ev-order-toast strong {
    font-size: 13px;
}

.ev-hero-metrics {
    right: clamp(18px, 4vw, 72px);
    bottom: 24px;
    left: clamp(18px, 4vw, 72px);
    min-height: 86px;
    padding: 18px 26px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 14px;
    position: absolute;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(20px);
}

.ev-hero-metrics > div {
    padding: 0 28px;
    border-right: 1px solid rgba(255, 255, 255, 0.14);
}

.ev-hero-metrics > div:last-child {
    border-right: 0;
}

.ev-hero-metrics strong,
.ev-hero-metrics span {
    display: block;
}

.ev-hero-metrics strong {
    color: #ffffff;
    font-size: 22px;
}

.ev-hero-metrics span {
    margin-top: 2px;
    color: rgba(255, 255, 255, 0.58);
    font-size: 12px;
}

/* 02 — Capabilities */
.ev-capabilities {
    padding: 128px 0 72px;
    overflow: hidden;
    background: #ffffff;
}

.ev-feature-track-wrap {
    width: 100%;
    overflow-x: auto;
    cursor: grab;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    overscroll-behavior-x: contain;
}

.ev-feature-track-wrap::-webkit-scrollbar {
    display: none;
}

.ev-feature-track {
    width: max-content;
    padding: 0 max(18px, calc((100vw - 1436px) / 2));
    display: flex;
    gap: 12px;
}

.ev-feature-card {
    width: clamp(440px, 29vw, 505px);
    min-height: 465px;
    padding: 38px 30px;
    border: 1px solid var(--ev-line);
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    flex: 0 0 auto;
    background: #ffffff;
    scroll-snap-align: center;
    transition: border-color 0.28s ease, background 0.28s ease, box-shadow 0.28s ease;
}

.ev-feature-card.is-active {
    border-color: rgba(40, 120, 240, 0.18);
    background: #f0f6ff;
    box-shadow: inset 0 0 0 1px rgba(40, 120, 240, 0.05);
}

.ev-feature-copy {
    width: 57%;
    position: relative;
    z-index: 2;
}

.ev-feature-index {
    color: #c9ced6;
    font-size: 13px;
    font-weight: 800;
}

.ev-feature-card h3 {
    margin: 14px 0 12px;
    color: var(--ev-ink);
    font-size: 28px;
    line-height: 1;
}

.ev-feature-card p {
    max-width: 255px;
    color: #858b95;
    font-size: 14px;
    line-height: 1.55;
}

.ev-feature-card ul {
    margin: 22px 0 0;
    padding: 0;
    list-style: none;
}

.ev-feature-card li {
    margin: 9px 0;
    color: #363b43;
    font-size: 13px;
    font-weight: 700;
}

.ev-feature-card li i {
    margin-right: 8px;
    color: var(--ev-blue);
}

.ev-mini-phone {
    width: 190px;
    height: 350px;
    margin: 0;
    padding: 14px 10px;
    border: 6px solid #1b1d21;
    border-radius: 34px;
    position: absolute;
    right: 16px;
    bottom: -22px;
    background: #f5f7fa;
    box-shadow: 0 28px 55px rgba(16, 24, 40, 0.2);
    transform: rotate(-2deg);
    transition: opacity 0.28s ease, filter 0.28s ease, transform 0.28s ease;
}

.ev-feature-card:nth-child(even) .ev-mini-phone {
    transform: rotate(2deg);
}

.ev-feature-card:not(.is-active) .ev-mini-phone {
    opacity: 0.5;
    filter: grayscale(0.35);
}

.ev-feature-card.is-active .ev-mini-phone {
    transform: translateY(-5px) rotate(0);
}

.ev-phone-speaker {
    width: 58px;
    height: 13px;
    margin: -7px auto 7px;
    border-radius: 0 0 10px 10px;
    background: #1b1d21;
}

.ev-mini-appbar {
    padding: 8px 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #242830;
    font-size: 10px;
}

.ev-mini-appbar i {
    color: var(--ev-blue);
    font-size: 15px;
}

.ev-mini-screen {
    padding: 10px;
    border-radius: 14px;
    background: #ffffff;
}

.ev-mini-title {
    width: 72%;
    height: 12px;
    margin-bottom: 13px;
    border-radius: 6px;
    background: #111318;
}

.ev-mini-products {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
}

.ev-mini-products span {
    height: 68px;
    border-radius: 9px;
    background:
        linear-gradient(145deg, rgba(40, 120, 240, 0.2), transparent),
        #d8dde5;
}

.ev-mini-products span:nth-child(2),
.ev-mini-products span:nth-child(3) {
    background:
        linear-gradient(145deg, rgba(26, 29, 35, 0.14), transparent),
        #e5e7eb;
}

.ev-mini-order {
    margin-top: 10px;
    padding: 10px;
    border-radius: 9px;
    background: var(--ev-blue-soft);
}

.ev-mini-order b,
.ev-mini-order i {
    height: 7px;
    margin: 5px 0;
    border-radius: 4px;
    display: block;
    background: #8cbcff;
}

.ev-mini-order i {
    width: 68%;
    background: #c7dbf7;
}

.ev-feature-controls {
    min-height: 112px;
    display: grid;
    grid-template-columns: 1fr minmax(180px, 360px) 1fr;
    align-items: center;
    gap: 32px;
}

.ev-feature-arrows {
    display: flex;
    gap: 10px;
}

.ev-feature-arrows button {
    width: 50px;
    height: 50px;
    border: 1px solid var(--ev-line);
    border-radius: 50%;
    display: grid;
    color: var(--ev-ink);
    background: #ffffff;
    place-items: center;
    transition: color 0.2s ease, background 0.2s ease, opacity 0.2s ease;
}

.ev-feature-arrows button:hover:not(:disabled),
.ev-feature-arrows button:focus:not(:disabled) {
    color: #ffffff;
    background: var(--ev-black);
}

.ev-feature-arrows button:disabled {
    opacity: 0.28;
}

.ev-feature-progress {
    height: 3px;
    overflow: hidden;
    position: relative;
    background: #e9ecf0;
}

.ev-feature-progress span {
    inset: 0;
    position: absolute;
    background: var(--ev-blue);
    transform: scaleX(0.08);
    transform-origin: left center;
    transition: transform 0.16s linear;
}

.ev-feature-counter {
    justify-self: end;
    color: #a2a8b1;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
}

/* 03 — Order flow */
.ev-order-section {
    padding: 26px 0 110px;
    background: #ffffff;
}

.ev-dark-panel {
    min-height: 760px;
    padding: clamp(52px, 7vw, 100px);
    border-radius: 14px;
    overflow: hidden;
    position: relative;
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    align-items: center;
    gap: 70px;
    color: #ffffff;
    background:
        radial-gradient(circle at 72% 40%, rgba(40, 120, 240, 0.2), transparent 30%),
        var(--ev-black);
}

.ev-dark-copy h2 {
    max-width: 610px;
    color: #ffffff;
}

.ev-dark-copy p {
    max-width: 540px;
    margin: 28px 0;
    color: rgba(255, 255, 255, 0.6);
    font-size: 17px;
    line-height: 1.7;
}

.ev-dark-copy ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.ev-dark-copy li {
    margin: 15px 0;
    font-size: 15px;
    font-weight: 700;
}

.ev-dark-copy li i {
    margin-right: 9px;
    color: #5fa1ff;
}

.ev-order-demo {
    min-height: 570px;
    position: relative;
}

.ev-demo-window {
    width: 92%;
    min-height: 465px;
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 20px;
    position: absolute;
    top: 18px;
    right: 0;
    background: #f6f7f9;
    box-shadow: 0 35px 90px rgba(0, 0, 0, 0.35);
}

.ev-demo-topbar {
    height: 44px;
    display: flex;
    align-items: center;
    gap: 7px;
    color: var(--ev-ink);
}

.ev-demo-topbar > span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #d3d7dd;
}

.ev-demo-topbar strong {
    margin-left: 12px;
}

.ev-demo-stats {
    margin: 12px 0 18px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.ev-demo-stats div {
    padding: 15px;
    border-radius: 10px;
    color: var(--ev-ink);
    background: #ffffff;
}

.ev-demo-stats small,
.ev-demo-stats strong {
    display: block;
}

.ev-demo-stats small {
    color: #8b919b;
    font-size: 10px;
}

.ev-demo-stats strong {
    margin-top: 3px;
    font-size: 24px;
}

.ev-demo-order-row {
    margin-bottom: 9px;
    padding: 14px;
    border-radius: 9px;
    display: grid;
    grid-template-columns: 0.7fr 1fr 1fr;
    gap: 12px;
    color: #29303a;
    background: #ffffff;
    font-size: 11px;
}

.ev-demo-order-row span {
    color: var(--ev-blue);
}

.ev-demo-chart {
    height: 116px;
    margin-top: 15px;
    padding: 14px 16px 0;
    border-radius: 9px;
    display: flex;
    align-items: flex-end;
    gap: 8px;
    background: #ffffff;
}

.ev-demo-chart i {
    width: 14%;
    height: 35%;
    border-radius: 5px 5px 0 0;
    background: #bcd6fb;
}

.ev-demo-chart i:nth-child(2) { height: 62%; }
.ev-demo-chart i:nth-child(3) { height: 44%; }
.ev-demo-chart i:nth-child(4) { height: 80%; background: var(--ev-blue); }
.ev-demo-chart i:nth-child(5) { height: 56%; }
.ev-demo-chart i:nth-child(6) { height: 72%; }
.ev-demo-chart i:nth-child(7) { height: 92%; background: var(--ev-blue); }

.ev-demo-phone {
    width: 210px;
    height: 410px;
    padding: 10px;
    border: 7px solid #111318;
    border-radius: 34px;
    position: absolute;
    right: -10px;
    bottom: 0;
    background: #ffffff;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.45);
    transform: rotate(3deg);
}

.ev-demo-phone-screen {
    height: 100%;
    padding: 11px;
    border-radius: 21px;
    overflow: hidden;
    color: var(--ev-ink);
    background: #f4f5f7;
}

.ev-food-cover {
    height: 92px;
    border-radius: 13px;
    background:
        radial-gradient(circle at 70% 30%, #68a5ff, transparent 30%),
        linear-gradient(135deg, #172235, #2c74d8);
}

.ev-demo-phone h4 {
    margin: 14px 0 11px;
    font-size: 17px;
}

.ev-food-item {
    margin: 8px 0;
    padding: 7px;
    border-radius: 9px;
    display: grid;
    grid-template-columns: 34px 1fr 24px;
    align-items: center;
    gap: 7px;
    background: #ffffff;
}

.ev-food-item span {
    height: 34px;
    border-radius: 8px;
    background: #d8dee8;
}

.ev-food-item b {
    width: 80%;
    height: 8px;
    border-radius: 4px;
    background: #aab2be;
}

.ev-food-item i {
    width: 23px;
    height: 23px;
    border-radius: 7px;
    display: grid;
    color: #ffffff;
    background: var(--ev-blue);
    font-style: normal;
    place-items: center;
}

.ev-demo-phone button {
    width: 100%;
    height: 38px;
    margin-top: 13px;
    border: 0;
    border-radius: 9px;
    color: #ffffff;
    background: var(--ev-blue);
    font-size: 11px;
    font-weight: 800;
}

/* 04 — WebApp */
.ev-webapp-section {
    padding: 128px 0 70px;
    overflow: hidden;
    background: #ffffff;
}

.ev-webapp-head {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    align-items: start;
    gap: 80px;
}

.ev-webapp-description {
    max-width: 590px;
    padding-top: 32px;
    color: var(--ev-gray);
    font-size: 18px;
    line-height: 1.7;
}

.ev-text-link {
    margin-top: 22px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--ev-blue);
    font-size: 14px;
    font-weight: 800;
}

.ev-webapp-visual {
    min-height: 720px;
    margin-top: 24px;
    position: relative;
    display: grid;
    place-items: center;
    background:
        radial-gradient(circle at center, rgba(40, 120, 240, 0.12), transparent 36%),
        linear-gradient(90deg, transparent 49.9%, #eef1f4 50%, transparent 50.1%),
        linear-gradient(0deg, transparent 49.9%, #eef1f4 50%, transparent 50.1%);
}

.ev-webapp-phone {
    width: 330px;
    height: 665px;
    padding: 12px;
    border: 8px solid #101216;
    border-radius: 52px;
    background: #ffffff;
    box-shadow: 0 44px 100px rgba(21, 35, 57, 0.22);
}

.ev-webapp-screen {
    height: 100%;
    padding: 17px;
    border-radius: 35px;
    overflow: hidden;
    background: #f5f6f8;
}

.ev-webapp-toolbar {
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--ev-ink);
}

.ev-webapp-banner {
    min-height: 150px;
    padding: 22px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    color: #ffffff;
    background:
        radial-gradient(circle at 80% 20%, rgba(255,255,255,.28), transparent 30%),
        linear-gradient(145deg, #101a2c, var(--ev-blue));
}

.ev-webapp-banner small,
.ev-webapp-banner strong {
    display: block;
}

.ev-webapp-banner small {
    margin-bottom: 5px;
    opacity: 0.68;
}

.ev-webapp-banner strong {
    max-width: 210px;
    font-size: 21px;
    line-height: 1.05;
}

.ev-webapp-tabs {
    margin: 18px 0 13px;
    display: flex;
    gap: 9px;
    font-size: 10px;
}

.ev-webapp-tabs span {
    padding: 7px 9px;
    border-radius: 8px;
    background: #ffffff;
}

.ev-webapp-tabs .active {
    color: #ffffff;
    background: var(--ev-blue);
}

.ev-webapp-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.ev-webapp-grid article {
    padding: 8px;
    border-radius: 12px;
    background: #ffffff;
}

.ev-webapp-grid article > div {
    height: 92px;
    margin-bottom: 8px;
    border-radius: 9px;
    background:
        linear-gradient(145deg, rgba(40, 120, 240, 0.22), transparent),
        #d9dee6;
}

.ev-webapp-grid b,
.ev-webapp-grid span {
    display: block;
}

.ev-webapp-grid b {
    color: var(--ev-ink);
    font-size: 10px;
}

.ev-webapp-grid span {
    margin-top: 3px;
    color: var(--ev-blue);
    font-size: 9px;
    font-weight: 800;
}

.ev-orbit {
    padding: 14px 18px;
    border: 1px solid var(--ev-line);
    border-radius: 999px;
    position: absolute;
    display: flex;
    align-items: center;
    gap: 9px;
    color: var(--ev-ink);
    background: #ffffff;
    box-shadow: 0 18px 50px rgba(17, 31, 49, 0.1);
    font-size: 13px;
    font-weight: 800;
    animation: ev-float 5s ease-in-out infinite;
}

.ev-orbit i {
    color: var(--ev-blue);
}

.ev-orbit-1 { top: 19%; left: 13%; }
.ev-orbit-2 { top: 22%; right: 12%; animation-delay: -1s; }
.ev-orbit-3 { bottom: 20%; left: 15%; animation-delay: -2s; }
.ev-orbit-4 { right: 14%; bottom: 17%; animation-delay: -3s; }

/* 05 — Steps */
.ev-steps-section {
    padding: 128px 0;
    background: #ffffff;
}

.ev-step-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
}

.ev-step-card {
    min-height: 390px;
    padding: 34px;
    border: 1px solid var(--ev-line);
    border-radius: 10px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background: #ffffff;
}

.ev-step-number {
    top: 22px;
    right: 28px;
    position: absolute;
    color: #eff1f3;
    font-size: 58px;
    font-weight: 800;
}

.ev-step-icon {
    width: 68px;
    height: 68px;
    margin-bottom: auto;
    border-radius: 50%;
    display: grid;
    color: var(--ev-blue);
    background: var(--ev-blue-soft);
    font-size: 25px;
    place-items: center;
}

.ev-step-card h3 {
    max-width: 330px;
    margin: 42px 0 14px;
    color: var(--ev-ink);
    font-size: 27px;
    line-height: 1.05;
}

.ev-step-card p {
    margin: 0;
    color: var(--ev-gray);
    font-size: 14px;
    line-height: 1.6;
}

.ev-step-card-accent {
    color: #ffffff;
    background: var(--ev-blue);
}

.ev-step-card-accent .ev-step-number {
    color: rgba(255, 255, 255, 0.14);
}

.ev-step-card-accent .ev-step-icon {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.15);
}

.ev-step-card-accent h3,
.ev-step-card-accent p {
    color: #ffffff;
}

/* 06 — Pricing */
.ev-pricing-section {
    padding: 128px 0;
    background: var(--ev-surface);
}

.ev-billing-tabs {
    width: fit-content;
    margin: 0 auto 38px;
    padding: 4px;
    border: 1px solid var(--ev-line);
    border-radius: 10px;
    background: #ffffff;
}

.ev-billing-tabs button {
    min-width: 130px;
    min-height: 42px;
    padding: 0 18px;
    border: 0;
    border-radius: 7px;
    color: var(--ev-gray);
    background: transparent;
    font-size: 13px;
    font-weight: 800;
}

.ev-billing-tabs button.active {
    color: #ffffff;
    background: var(--ev-black);
}

.ev-plan-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: stretch;
    gap: 14px;
}

.ev-plan-grid:has(.ev-plan-card:only-child) {
    max-width: 760px;
    margin: 0 auto;
    grid-template-columns: 1fr;
}

.ev-plan-card {
    min-height: 580px;
    padding: 34px;
    border: 1px solid var(--ev-line);
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    background: #ffffff;
}

.ev-plan-featured {
    color: #ffffff;
    background: var(--ev-black);
    transform: translateY(-12px);
}

.ev-plan-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--ev-blue);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.ev-plan-top b {
    padding: 7px 9px;
    border-radius: 6px;
    color: #ffffff;
    background: var(--ev-blue);
    letter-spacing: 0;
}

.ev-plan-card h3 {
    margin: 24px 0 12px;
    color: var(--ev-ink);
    font-size: 32px;
}

.ev-plan-price {
    color: var(--ev-ink);
    font-size: clamp(34px, 3vw, 48px);
    font-weight: 800;
    letter-spacing: -0.04em;
}

.ev-plan-price small {
    color: #8b919a;
    font-size: 13px;
    letter-spacing: 0;
}

.ev-plan-card > p {
    min-height: 50px;
    margin: 18px 0 24px;
    color: #858b95;
    font-size: 14px;
}

.ev-plan-card ul {
    margin: 0 0 28px;
    padding: 23px 0 0;
    border-top: 1px solid var(--ev-line);
    list-style: none;
}

.ev-plan-card li {
    margin: 14px 0;
    color: #414750;
    font-size: 14px;
    font-weight: 600;
}

.ev-plan-card li i {
    margin-right: 9px;
    color: var(--ev-blue);
}

.ev-plan-card .ev-button {
    width: 100%;
    margin-top: auto;
}

.ev-plan-featured h3,
.ev-plan-featured .ev-plan-price,
.ev-plan-featured li {
    color: #ffffff;
}

.ev-plan-featured > p,
.ev-plan-featured .ev-plan-price small {
    color: rgba(255, 255, 255, 0.58);
}

.ev-plan-featured ul {
    border-color: rgba(255, 255, 255, 0.14);
}

.ev-trial-card {
    margin-top: 28px;
    padding: 42px 46px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    color: #ffffff;
    background: linear-gradient(120deg, var(--ev-blue-deep), var(--ev-blue));
}

.ev-trial-card span {
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.ev-trial-card h3 {
    margin: 8px 0 7px;
    color: #ffffff;
    font-size: 34px;
}

.ev-trial-card p {
    max-width: 720px;
    margin: 0;
    color: rgba(255, 255, 255, 0.72);
}

.ev-trial-card .ev-button-primary {
    flex: 0 0 auto;
    color: var(--ev-ink) !important;
    background: #ffffff;
    box-shadow: none;
}

/* 07 — CTA */
.ev-final-cta {
    padding: 135px 0 110px;
    background: #ffffff;
}

.ev-manifesto {
    margin-bottom: 70px;
    text-align: center;
    font-size: clamp(54px, 7vw, 104px);
}

.ev-manifesto span {
    color: var(--ev-blue);
}

.ev-cta-card {
    min-height: 640px;
    border-radius: 14px;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    background: var(--ev-black);
}

.ev-cta-photo,
.ev-cta-overlay {
    inset: 0;
    position: absolute;
}

.ev-cta-photo {
    background: url("../images/stock/restaurant-team.webp") center / cover no-repeat;
}

.ev-cta-overlay {
    background: linear-gradient(90deg, rgba(5, 7, 10, 0.98) 0%, rgba(5, 7, 10, 0.88) 43%, rgba(5, 7, 10, 0.18) 75%, transparent);
}

.ev-cta-copy {
    max-width: 750px;
    padding: clamp(46px, 7vw, 100px);
    position: relative;
    z-index: 2;
}

.ev-cta-copy h2 {
    color: #ffffff;
}

.ev-cta-copy > div:not(.ev-cta-actions),
.ev-cta-copy > div:not(.ev-cta-actions) p {
    max-width: 620px;
    margin-top: 24px;
    color: rgba(255, 255, 255, 0.62);
    font-size: 17px;
    line-height: 1.65;
}

.ev-cta-actions {
    margin-top: 32px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

/* 08 — FAQ */
.ev-faq-section {
    padding: 120px 0 130px;
    background: #ffffff;
}

.ev-faq .accordion-item {
    border: 0;
    border-top: 1px solid var(--ev-line);
    border-radius: 0;
    background: transparent;
}

.ev-faq .accordion-item:last-child {
    border-bottom: 1px solid var(--ev-line);
}

.ev-faq .accordion-button {
    min-height: 110px;
    padding: 24px 0;
    border: 0;
    color: var(--ev-ink);
    background: transparent;
    box-shadow: none;
    font-size: clamp(21px, 2vw, 30px);
    font-weight: 800;
}

.ev-faq .accordion-button > span {
    width: 52px;
    flex: 0 0 auto;
    color: #b7bcc4;
    font-size: 13px;
}

.ev-faq .accordion-button::after {
    width: 54px;
    height: 54px;
    border: 1px solid var(--ev-line);
    border-radius: 50%;
    background-image: none;
    content: "+";
    display: grid;
    color: #6f7681;
    font-size: 28px;
    font-weight: 300;
    line-height: 1;
    place-items: center;
    transform: none;
}

.ev-faq .accordion-button:not(.collapsed)::after {
    content: "−";
    color: #ffffff;
    background: var(--ev-blue);
}

.ev-faq .accordion-body {
    max-width: 900px;
    padding: 0 0 36px 52px;
    color: var(--ev-gray);
    font-size: 16px;
    line-height: 1.75;
}

/* Footer */
.ev-footer {
    padding: 96px 0 34px;
    color: var(--ev-ink);
    background: var(--ev-surface);
}

.ev-footer-main {
    padding-bottom: 72px;
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    align-items: start;
    gap: 40px;
}

.ev-footer-contact span,
.ev-footer-contact small,
.ev-footer-contact strong {
    display: block;
}

.ev-footer-contact span {
    margin-bottom: 12px;
    font-size: 13px;
    font-weight: 700;
}

.ev-footer-contact strong {
    font-size: clamp(46px, 5.6vw, 86px);
    letter-spacing: -0.04em;
    line-height: 0.96;
}

.ev-footer-contact small {
    margin-top: 7px;
    color: var(--ev-gray);
}

.ev-footer-connect {
    justify-self: end;
}

.ev-footer-connect > span {
    margin-bottom: 20px;
    display: block;
    color: var(--ev-ink);
    font-size: 13px;
    font-weight: 700;
}

.ev-footer-social {
    display: flex;
    justify-content: flex-end;
    gap: 9px;
}

.ev-footer-social a {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    display: grid;
    color: var(--ev-ink);
    background: #ffffff;
    place-items: center;
}

/* Contacts */
.ev-contact-page {
    padding: 164px 0 118px;
    background: #ffffff;
}

.ev-contact-hero {
    margin-bottom: 64px;
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    align-items: end;
    gap: 70px;
}

.ev-contact-kicker,
.ev-contact-form-copy > span {
    margin-bottom: 15px;
    display: block;
    color: var(--ev-blue);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.ev-contact-hero h1 {
    max-width: 760px;
    margin: 0;
    color: var(--ev-ink);
    font-size: clamp(58px, 7vw, 106px);
    font-weight: 800;
    letter-spacing: -0.065em;
    line-height: 0.9;
}

.ev-contact-hero > p {
    max-width: 560px;
    margin: 0 0 8px;
    color: var(--ev-gray);
    font-size: 19px;
    line-height: 1.65;
}

.ev-contact-grid {
    margin-bottom: 24px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

.ev-contact-card {
    min-height: 250px;
    padding: 30px;
    border: 1px solid var(--ev-line);
    border-radius: 10px;
    position: relative;
    display: flex;
    flex-direction: column;
    color: var(--ev-ink);
    background: #ffffff;
}

.ev-contact-card:hover {
    color: var(--ev-ink);
    border-color: rgba(40, 120, 240, 0.34);
    background: var(--ev-blue-soft);
}

.ev-contact-card > span {
    width: 54px;
    height: 54px;
    margin-bottom: auto;
    border-radius: 50%;
    display: grid;
    color: var(--ev-blue);
    background: var(--ev-blue-soft);
    font-size: 19px;
    place-items: center;
}

.ev-contact-card small {
    margin-top: 28px;
    color: #9298a1;
    font-size: 12px;
    font-weight: 700;
}

.ev-contact-card strong {
    margin-top: 7px;
    font-size: clamp(20px, 2vw, 29px);
}

.ev-contact-card > i {
    top: 30px;
    right: 30px;
    position: absolute;
    color: #a7adb6;
}

.ev-contact-form-shell {
    min-height: 690px;
    padding: clamp(42px, 6vw, 82px);
    border-radius: 12px;
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    align-items: start;
    gap: clamp(50px, 8vw, 120px);
    color: #ffffff;
    background:
        radial-gradient(circle at 10% 95%, rgba(40, 120, 240, 0.22), transparent 34%),
        var(--ev-black);
}

.ev-contact-form-copy h2 {
    max-width: 500px;
    margin: 0;
    color: #ffffff;
    font-size: clamp(42px, 5vw, 72px);
    line-height: 0.98;
}

.ev-contact-form-copy > p {
    max-width: 470px;
    margin: 25px 0 40px;
    color: rgba(255, 255, 255, 0.58);
    font-size: 16px;
    line-height: 1.7;
}

.ev-contact-note {
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 14px;
    background: rgba(255, 255, 255, 0.06);
}

.ev-contact-note > i {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: grid;
    color: #ffffff;
    background: var(--ev-blue);
    place-items: center;
}

.ev-contact-note strong,
.ev-contact-note span {
    display: block;
}

.ev-contact-note span {
    margin-top: 2px;
    color: rgba(255, 255, 255, 0.52);
    font-size: 12px;
}

.ev-contact-form {
    padding: 34px;
    border-radius: 12px;
    color: var(--ev-ink);
    background: #ffffff;
}

.ev-contact-form label {
    margin-bottom: 19px;
    display: block;
}

.ev-contact-form label > span {
    margin-bottom: 8px;
    display: block;
    color: #505762;
    font-size: 12px;
    font-weight: 800;
}

.ev-field-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.ev-contact-form input,
.ev-contact-form textarea {
    width: 100%;
    min-height: 52px;
    padding: 13px 15px;
    border: 1px solid #dfe3e8;
    border-radius: 8px;
    outline: 0;
    color: var(--ev-ink);
    background: #f7f8fa;
    font-size: 14px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.ev-contact-form textarea {
    min-height: 135px;
    resize: vertical;
}

.ev-contact-form input:focus,
.ev-contact-form textarea:focus {
    border-color: var(--ev-blue);
    background: #ffffff;
    box-shadow: 0 0 0 4px rgba(40, 120, 240, 0.1);
}

.ev-contact-form .ev-button {
    width: 100%;
}

.ev-footer-bottom {
    padding-top: 24px;
    border-top: 1px solid #d7dbe0;
    display: grid;
    grid-template-columns: 1fr auto auto;
    align-items: center;
    gap: 35px;
    color: #717781;
    font-size: 13px;
}

.ev-footer-bottom > div {
    display: flex;
    gap: 22px;
}

.ev-footer-bottom a {
    color: inherit;
}

.ev-footer-languages a {
    font-weight: 800;
}

.ev-footer-languages a.active {
    color: var(--ev-blue);
}

@keyframes ev-float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

@media (max-width: 1199px) {
    .ev-hero-copy {
        width: 63%;
    }

    .ev-order-toast {
        right: 22%;
    }

    .ev-dark-panel {
        grid-template-columns: 1fr;
    }

    .ev-dark-copy {
        max-width: 720px;
    }

    .ev-order-demo {
        width: 100%;
        max-width: 760px;
        margin: 0 auto;
    }
}

@media (max-width: 991px) {
    .ev-heading h2,
    .ev-dark-copy h2,
    .ev-cta-copy h2 {
        font-size: 48px;
    }

    .ev-hero-media {
        background-position: 68% center;
    }

    .ev-hero-overlay {
        background: linear-gradient(90deg, rgba(4, 6, 9, 0.96), rgba(4, 6, 9, 0.68));
    }

    .ev-hero-copy {
        width: 78%;
    }

    .ev-order-toast {
        top: auto;
        right: 32px;
        bottom: 130px;
    }

    .ev-webapp-head {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .ev-webapp-description {
        padding-top: 0;
    }

    .ev-step-grid,
    .ev-plan-grid {
        grid-template-columns: 1fr;
    }

    .ev-plan-featured {
        transform: none;
    }

    .ev-footer-main {
        grid-template-columns: 1fr;
        align-items: start;
    }

    .ev-footer-connect {
        justify-self: start;
    }

    .ev-footer-social {
        justify-content: flex-start;
    }

    .ev-footer-bottom {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .ev-contact-hero,
    .ev-contact-form-shell {
        grid-template-columns: 1fr;
    }

    .ev-contact-hero {
        gap: 28px;
    }

    .ev-contact-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .ev-heading {
        margin-bottom: 38px;
    }

    .ev-heading h2,
    .ev-dark-copy h2,
    .ev-cta-copy h2 {
        font-size: 38px;
    }

    .ev-hero {
        min-height: 830px;
    }

    .ev-hero-media,
    .ev-hero-overlay {
        inset: 74px 0 0;
    }

    .ev-hero-media {
        background-position: 63% center;
    }

    .ev-hero-overlay {
        background:
            linear-gradient(180deg, rgba(4, 6, 9, 0.95) 0%, rgba(4, 6, 9, 0.84) 53%, rgba(4, 6, 9, 0.42) 100%);
    }

    .ev-hero-inner {
        min-height: 830px;
        padding-top: 120px;
        align-items: flex-start;
    }

    .ev-hero-copy {
        width: 100%;
    }

    .ev-hero h1 {
        font-size: 50px;
    }

    .ev-hero-description,
    .ev-hero-description p {
        font-size: 15px;
    }

    .ev-order-toast {
        display: none;
    }

    .ev-hero-metrics {
        right: 12px;
        bottom: 14px;
        left: 12px;
        padding: 14px 7px;
    }

    .ev-hero-metrics > div {
        padding: 0 8px;
    }

    .ev-hero-metrics strong {
        font-size: 16px;
    }

    .ev-hero-metrics span {
        font-size: 9px;
    }

    .ev-capabilities,
    .ev-webapp-section,
    .ev-steps-section,
    .ev-pricing-section,
    .ev-final-cta,
    .ev-faq-section {
        padding-top: 82px;
        padding-bottom: 82px;
    }

    .ev-feature-card {
        width: 342px;
        min-height: 465px;
        padding: 28px 22px;
    }

    .ev-feature-copy {
        width: 59%;
    }

    .ev-feature-card h3 {
        font-size: 23px;
    }

    .ev-feature-card p {
        font-size: 12px;
    }

    .ev-feature-card li {
        font-size: 11px;
    }

    .ev-mini-phone {
        width: 150px;
        height: 315px;
        right: 8px;
    }

    .ev-feature-controls {
        min-height: 94px;
        grid-template-columns: auto 1fr auto;
        gap: 15px;
    }

    .ev-feature-arrows button {
        width: 42px;
        height: 42px;
    }

    .ev-feature-counter {
        font-size: 10px;
    }

    .ev-dark-panel {
        min-height: auto;
        padding: 42px 22px;
        border-radius: 10px;
        gap: 40px;
    }

    .ev-order-demo {
        min-height: 480px;
    }

    .ev-demo-window {
        width: 100%;
        min-height: 390px;
    }

    .ev-demo-phone {
        right: 5px;
        transform: scale(0.78) rotate(3deg);
        transform-origin: right bottom;
    }

    .ev-demo-order-row {
        grid-template-columns: 1fr 1fr;
    }

    .ev-demo-order-row strong {
        display: none;
    }

    .ev-webapp-visual {
        min-height: 690px;
        margin-top: 50px;
    }

    .ev-webapp-phone {
        width: 286px;
        height: 590px;
    }

    .ev-orbit {
        padding: 10px 12px;
        font-size: 10px;
    }

    .ev-orbit-1 { top: 1%; left: 0; }
    .ev-orbit-2 { top: 12%; right: 0; }
    .ev-orbit-3 { bottom: 3%; left: 0; }
    .ev-orbit-4 { right: 0; bottom: 10%; }

    .ev-step-card,
    .ev-plan-card {
        min-height: auto;
        padding: 28px 24px;
    }

    .ev-trial-card {
        padding: 32px 24px;
        display: block;
    }

    .ev-trial-card h3 {
        font-size: 28px;
    }

    .ev-trial-card .ev-button {
        width: 100%;
        margin-top: 24px;
    }

    .ev-manifesto {
        margin-bottom: 42px;
        font-size: 47px;
        text-align: left;
    }

    .ev-cta-card {
        min-height: 650px;
        align-items: flex-end;
    }

    .ev-cta-photo {
        background-position: 70% center;
    }

    .ev-cta-overlay {
        background: linear-gradient(0deg, rgba(5, 7, 10, 0.98), rgba(5, 7, 10, 0.26));
    }

    .ev-cta-copy {
        padding: 36px 24px;
    }

    .ev-faq .accordion-button {
        min-height: 88px;
        padding-right: 4px;
        font-size: 20px;
    }

    .ev-faq .accordion-button > span {
        width: 34px;
    }

    .ev-faq .accordion-button::after {
        width: 42px;
        height: 42px;
        flex: 0 0 auto;
    }

    .ev-faq .accordion-body {
        padding-left: 34px;
    }

    .ev-footer {
        padding-top: 62px;
    }

    .ev-footer-contact strong {
        font-size: 32px;
    }

    .ev-footer-bottom > div {
        flex-wrap: wrap;
    }

    .ev-contact-page {
        padding: 116px 0 76px;
    }

    .ev-contact-hero {
        margin-bottom: 42px;
    }

    .ev-contact-hero h1 {
        font-size: 52px;
    }

    .ev-contact-hero > p {
        font-size: 16px;
    }

    .ev-contact-card {
        min-height: 210px;
        padding: 24px;
    }

    .ev-contact-form-shell {
        min-height: auto;
        padding: 38px 20px 20px;
        gap: 36px;
    }

    .ev-contact-form-copy h2 {
        font-size: 40px;
    }

    .ev-contact-form {
        padding: 24px 18px;
    }

    .ev-field-grid {
        grid-template-columns: 1fr;
        gap: 0;
    }
}

@media (prefers-reduced-motion: reduce) {
    .ev-order-toast,
    .ev-orbit {
        animation: none;
    }
}

/* 2026-07-28 — live product mockups and graphic backgrounds */
.ev-hero {
    background:
        radial-gradient(circle at 77% 28%, rgba(47, 128, 255, 0.34), transparent 28%),
        radial-gradient(circle at 62% 84%, rgba(18, 71, 152, 0.28), transparent 32%),
        linear-gradient(135deg, #05070b 0%, #080d16 48%, #071c3d 100%);
}

.ev-hero::before {
    content: "";
    inset: 78px 0 0;
    position: absolute;
    opacity: 0.18;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px);
    background-size: 72px 72px;
    mask-image: linear-gradient(90deg, transparent, #000 42%, #000);
}

.ev-hero-media,
.ev-hero-overlay {
    display: none;
}

.ev-hero-inner {
    min-height: calc(100svh - 78px);
    padding-top: 54px;
    padding-bottom: 54px;
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(420px, 0.78fr);
    gap: clamp(40px, 7vw, 110px);
}

.ev-hero-copy {
    width: auto;
}

.ev-hero-visual {
    min-height: 690px;
    position: relative;
    display: grid;
    place-items: center;
}

.ev-hero-glow {
    border: 1px solid rgba(94, 160, 255, 0.28);
    border-radius: 50%;
    position: absolute;
}

.ev-hero-glow-one {
    width: 560px;
    height: 560px;
    box-shadow: inset 0 0 100px rgba(40, 120, 240, 0.12);
}

.ev-hero-glow-two {
    width: 420px;
    height: 420px;
    border-style: dashed;
    opacity: 0.55;
    animation: ev-orbit-spin 28s linear infinite;
}

.ev-hero-phone {
    width: 340px;
    height: 670px;
    padding: 11px;
    border: 7px solid #15181e;
    border-radius: 50px;
    position: relative;
    z-index: 2;
    background: #ffffff;
    box-shadow: 0 55px 120px rgba(0, 0, 0, 0.56), 0 0 0 1px rgba(255, 255, 255, 0.28);
    transform: rotate(2deg);
}

.ev-hero-phone::before,
.auth-app-phone::before {
    content: "";
    width: 88px;
    height: 20px;
    border-radius: 0 0 14px 14px;
    top: 9px;
    left: 50%;
    z-index: 5;
    position: absolute;
    background: #15181e;
    transform: translateX(-50%);
}

.ev-hero-phone-screen {
    height: 100%;
    padding: 16px;
    border-radius: 35px;
    overflow: hidden;
    color: var(--ev-ink);
    background: #f2f4f7;
}

.ev-app-topbar {
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 13px;
}

.ev-app-topbar .fa-telegram-plane {
    color: var(--ev-blue);
}

.ev-app-cover {
    height: 168px;
    padding: 18px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    color: #ffffff;
    background: #15233a;
}

.ev-app-cover::after,
.ev-webapp-banner::after,
.auth-app-cover::after {
    content: "";
    inset: 0;
    position: absolute;
    background: linear-gradient(0deg, rgba(5, 9, 15, 0.84), rgba(5, 9, 15, 0.04) 70%);
}

.ev-app-cover img,
.ev-webapp-banner img,
.auth-app-cover img {
    width: 100%;
    height: 100%;
    inset: 0;
    position: absolute;
    object-fit: cover;
}

.ev-app-cover span,
.ev-app-cover strong {
    z-index: 1;
    position: relative;
}

.ev-app-cover span {
    margin-bottom: 3px;
    font-size: 10px;
    opacity: 0.75;
}

.ev-app-cover strong {
    max-width: 220px;
    font-size: 21px;
    line-height: 1.05;
}

.ev-app-tabs {
    margin: 15px 0 11px;
    display: flex;
    gap: 7px;
}

.ev-app-tabs span {
    padding: 7px 9px;
    border-radius: 8px;
    background: #ffffff;
    font-size: 9px;
}

.ev-app-tabs .active {
    color: #ffffff;
    background: var(--ev-blue);
}

.ev-app-products {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 9px;
}

.ev-app-products article {
    padding: 7px;
    border-radius: 12px;
    background: #ffffff;
}

.ev-app-products img {
    width: 100%;
    height: 92px;
    border-radius: 9px;
    display: block;
    object-fit: cover;
}

.ev-app-products b,
.ev-app-products small {
    display: block;
}

.ev-app-products b {
    margin-top: 7px;
    font-size: 10px;
}

.ev-app-products small {
    margin-top: 2px;
    color: var(--ev-blue);
    font-size: 8px;
    font-weight: 800;
}

.ev-hero-telegram {
    width: 96px;
    height: 96px;
    border-radius: 28px;
    right: 2%;
    bottom: 15%;
    z-index: 3;
    position: absolute;
    display: grid;
    color: #ffffff;
    background: linear-gradient(145deg, #5ca4ff, #176ee8);
    box-shadow: 0 30px 70px rgba(21, 104, 225, 0.42);
    font-size: 38px;
    place-items: center;
    transform: rotate(-8deg);
}

.ev-feature-track-wrap {
    touch-action: pan-y;
}

.ev-feature-track-wrap.is-dragging {
    cursor: grabbing;
    scroll-behavior: auto;
    scroll-snap-type: none;
    user-select: none;
}

.ev-mini-screen {
    padding: 8px;
}

.ev-mini-cover {
    height: 78px;
    margin-bottom: 8px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: flex-end;
}

.ev-mini-cover::after {
    content: "";
    inset: 0;
    position: absolute;
    background: linear-gradient(0deg, rgba(8, 13, 22, 0.72), transparent 75%);
}

.ev-mini-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ev-mini-cover strong {
    left: 9px;
    bottom: 7px;
    z-index: 1;
    position: absolute;
    color: #ffffff;
    font-size: 9px;
}

.ev-mini-products span {
    height: 68px;
    overflow: hidden;
    background: #e7e9ed !important;
}

.ev-mini-products img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.ev-feature-controls {
    min-height: 132px;
    padding-bottom: 24px;
    position: relative;
}

.ev-feature-drag-hint {
    left: 50%;
    bottom: 3px;
    position: absolute;
    display: flex;
    align-items: center;
    gap: 8px;
    color: #a8adb5;
    font-size: 10px;
    transform: translateX(-50%);
}

.ev-feature-drag-hint > span {
    width: 36px;
    height: 36px;
    border: 1px solid var(--ev-line);
    border-radius: 50%;
    display: grid;
    color: var(--ev-blue);
    background: #ffffff;
    font-size: 14px;
    place-items: center;
    animation: ev-drag-hint 2.2s ease-in-out infinite;
}

.ev-food-cover {
    overflow: hidden;
    background: #172235;
}

.ev-food-cover img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.ev-food-item {
    grid-template-columns: 42px 1fr 24px;
}

.ev-food-item > img {
    width: 42px;
    height: 42px;
    border-radius: 9px;
    object-fit: cover;
}

.ev-food-item > span {
    height: auto;
    background: transparent;
}

.ev-food-item b,
.ev-food-item small {
    width: auto;
    height: auto;
    margin: 0;
    display: block;
    background: none;
}

.ev-food-item b {
    color: var(--ev-ink);
    font-size: 9px;
}

.ev-food-item small {
    margin-top: 3px;
    color: var(--ev-blue);
    font-size: 8px;
    font-weight: 800;
}

.ev-webapp-banner {
    overflow: hidden;
    position: relative;
    background: #15233a;
}

.ev-webapp-banner small,
.ev-webapp-banner strong {
    z-index: 1;
    position: relative;
}

.ev-webapp-grid article > img {
    width: 100%;
    height: 92px;
    margin-bottom: 8px;
    border-radius: 9px;
    display: block;
    object-fit: cover;
}

.ev-orbit {
    min-width: 178px;
    min-height: 78px;
    padding: 14px 22px;
    border-radius: 20px;
    font-size: 14px;
}

.ev-orbit i {
    width: 44px;
    height: 44px;
    border-radius: 14px;
    display: grid;
    color: #ffffff;
    background: linear-gradient(145deg, #64a8ff, #2277ed);
    font-size: 18px;
    place-items: center;
    box-shadow: 0 12px 28px rgba(40, 120, 240, 0.25);
}

.ev-cta-card {
    background:
        radial-gradient(circle at 76% 36%, rgba(58, 135, 255, 0.34), transparent 25%),
        radial-gradient(circle at 92% 90%, rgba(21, 69, 148, 0.38), transparent 32%),
        linear-gradient(135deg, #05070b 0%, #0a101b 48%, #071c3e 100%);
}

.ev-cta-photo,
.ev-cta-overlay {
    display: none;
}

.ev-cta-copy {
    width: 56%;
    max-width: none;
}

.ev-cta-vector {
    inset: 0 0 0 52%;
    position: absolute;
    display: grid;
    place-items: center;
}

.ev-cta-vector::before {
    content: "";
    width: 520px;
    height: 520px;
    border-radius: 50%;
    position: absolute;
    opacity: 0.6;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.16), rgba(175, 189, 211, 0.04) 58%, transparent 60%);
}

.ev-cta-ring {
    border: 1px solid rgba(198, 210, 229, 0.23);
    border-radius: 50%;
    position: absolute;
}

.ev-cta-ring-one {
    width: 480px;
    height: 480px;
}

.ev-cta-ring-two {
    width: 360px;
    height: 360px;
    border-style: dashed;
    animation: ev-orbit-spin 24s linear infinite;
}

.ev-cta-device {
    width: 240px;
    height: 400px;
    border: 2px solid rgba(255, 255, 255, 0.34);
    border-radius: 48px;
    z-index: 2;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    color: rgba(255, 255, 255, 0.82);
    background: rgba(181, 199, 224, 0.1);
    box-shadow: inset 0 0 70px rgba(139, 173, 225, 0.08);
}

.ev-cta-device > i {
    color: #65a8ff;
    font-size: 48px;
}

.ev-cta-device strong {
    margin-top: 32px;
    font-size: 78px;
    letter-spacing: -0.06em;
}

.ev-cta-device small {
    color: rgba(255, 255, 255, 0.48);
}

.ev-cta-icon {
    width: 82px;
    height: 82px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 26px;
    z-index: 3;
    position: absolute;
    display: grid;
    color: rgba(214, 224, 239, 0.72);
    background: rgba(154, 177, 209, 0.12);
    font-size: 28px;
    place-items: center;
}

.ev-cta-icon-cart {
    top: 19%;
    right: 15%;
    transform: rotate(8deg);
}

.ev-cta-icon-chart {
    bottom: 16%;
    left: 12%;
    transform: rotate(-8deg);
}

.auth-showcase {
    background:
        radial-gradient(circle at 20% 12%, rgba(255, 255, 255, 0.95), transparent 28%),
        radial-gradient(circle at 75% 82%, rgba(57, 139, 255, 0.22), transparent 32%),
        #dfeeff;
}

.auth-showcase-copy {
    margin-top: 54px;
}

.auth-device {
    min-height: 430px;
    margin-top: 20px;
    display: grid;
    place-items: center;
}

.auth-app-phone {
    width: 270px;
    height: 455px;
    padding: 13px;
    border: 7px solid #171a20;
    border-radius: 46px;
    position: relative;
    color: var(--ev-ink);
    background: #f3f5f8;
    box-shadow: 0 42px 80px rgba(38, 75, 125, 0.28);
    transform: rotate(-2deg);
}

.auth-app-topbar {
    height: 48px;
    padding: 0 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 12px;
}

.auth-app-topbar .fa-telegram-plane {
    color: var(--ev-blue);
}

.auth-app-cover {
    height: 120px;
    padding: 16px;
    border-radius: 17px;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: flex-end;
    color: #ffffff;
}

.auth-app-cover strong {
    z-index: 1;
    position: relative;
    font-size: 18px;
}

.auth-app-products {
    margin-top: 10px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
}

.auth-app-products article {
    padding: 7px;
    border-radius: 11px;
    background: #ffffff;
}

.auth-app-products img {
    width: 100%;
    height: 62px;
    border-radius: 8px;
    display: block;
    object-fit: cover;
}

.auth-app-products b,
.auth-app-products span {
    display: block;
}

.auth-app-products b {
    margin-top: 6px;
    font-size: 9px;
}

.auth-app-products span {
    margin-top: 2px;
    color: var(--ev-blue);
    font-size: 8px;
    font-weight: 800;
}

.auth-app-phone > button {
    width: 100%;
    height: 38px;
    margin-top: 12px;
    border: 0;
    border-radius: 10px;
    color: #ffffff;
    background: var(--ev-blue);
    font-size: 10px;
    font-weight: 800;
}

.auth-notification {
    top: 18px;
}

.auth-stat {
    bottom: 46px;
}

.auth-divider {
    display: flex;
    align-items: center;
    gap: 14px;
    color: #8a94a2;
    font-size: 13px;
}

.auth-divider::before,
.auth-divider::after {
    content: "";
    height: 1px;
    flex: 1;
    background: #e2e6ec;
}

@keyframes ev-drag-hint {
    0%, 100% { transform: translateX(-5px); }
    50% { transform: translateX(5px); }
}

@keyframes ev-orbit-spin {
    to { transform: rotate(360deg); }
}

@media (max-width: 1199px) {
    .ev-hero-inner {
        grid-template-columns: minmax(0, 1fr) 390px;
        gap: 32px;
    }

    .ev-hero h1 {
        font-size: clamp(58px, 7vw, 82px);
    }

    .ev-hero-visual {
        min-height: 620px;
        transform: scale(0.9);
    }

    .ev-cta-copy {
        width: 61%;
    }

    .ev-cta-vector {
        left: 56%;
        transform: scale(0.86);
    }
}

@media (max-width: 991px) {
    .ev-hero-inner {
        padding-top: 100px;
        display: block;
    }

    .ev-hero-copy {
        max-width: 760px;
    }

    .ev-hero-visual {
        min-height: 690px;
        margin-top: 42px;
        transform: none;
    }

    .ev-cta-copy {
        width: 65%;
    }

    .ev-cta-vector {
        left: 53%;
        opacity: 0.68;
        transform: scale(0.78);
        transform-origin: right center;
    }
}

@media (max-width: 767px) {
    .ev-hero-inner {
        padding-top: 68px;
        padding-bottom: 36px;
    }

    .ev-hero h1 {
        font-size: 52px;
    }

    .ev-hero-visual {
        min-height: 570px;
        margin-top: 32px;
    }

    .ev-hero-phone {
        width: 285px;
        height: 560px;
        transform: none;
    }

    .ev-hero-glow-one {
        width: 390px;
        height: 390px;
    }

    .ev-hero-glow-two {
        width: 320px;
        height: 320px;
    }

    .ev-hero-telegram {
        width: 68px;
        height: 68px;
        right: 0;
        bottom: 9%;
        border-radius: 20px;
        font-size: 28px;
    }

    .ev-app-cover {
        height: 132px;
    }

    .ev-app-products img {
        height: 70px;
    }

    .ev-feature-controls {
        grid-template-columns: auto 1fr auto;
        gap: 16px;
    }

    .ev-feature-drag-hint {
        display: none;
    }

    .ev-orbit {
        min-width: auto;
        min-height: 58px;
        padding: 8px 10px;
        border-radius: 16px;
    }

    .ev-orbit i {
        width: 36px;
        height: 36px;
        border-radius: 11px;
        font-size: 14px;
    }

    .ev-cta-card {
        min-height: 720px;
        align-items: flex-end;
    }

    .ev-cta-copy {
        width: 100%;
        padding-top: 300px;
    }

    .ev-cta-vector {
        inset: -70px 0 auto;
        height: 440px;
        opacity: 0.5;
        transform: scale(0.7);
    }

    .ev-cta-vector::before {
        width: 430px;
        height: 430px;
    }

    .ev-cta-device {
        width: 220px;
        height: 350px;
    }

    .ev-footer-contact strong {
        font-size: 36px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .ev-hero-glow-two,
    .ev-feature-drag-hint > span,
    .ev-cta-ring-two {
        animation: none;
    }
}

/* 2026-07-28 — mobile polish and unified authentication */
html,
body {
    scrollbar-width: none !important;
    -ms-overflow-style: none !important;
}

html::-webkit-scrollbar,
body::-webkit-scrollbar {
    width: 0 !important;
    height: 0 !important;
    display: none !important;
}

.public-page .ev-text-link:hover,
.public-page .ev-text-link:focus,
.public-page .ev-webapp-description .ev-text-link:hover,
.public-page .ev-webapp-description .ev-text-link:focus {
    color: #145fc8 !important;
}

.public-page .ev-button-primary:hover,
.public-page .ev-button-primary:focus,
.public-page .ev-button-primary:active,
.public-page a.ev-button-primary:hover,
.public-page a.ev-button-primary:focus {
    border-color: var(--ev-blue-deep) !important;
    color: #ffffff !important;
    background: var(--ev-blue-deep) !important;
}

.mobile-nav-tools {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 8px;
    flex: 0 0 auto;
}

.mobile-language-dropdown {
    display: none;
}

.auth-showcase {
    color: #ffffff;
    background:
        radial-gradient(circle at 78% 34%, rgba(47, 128, 255, 0.38), transparent 30%),
        radial-gradient(circle at 12% 90%, rgba(18, 71, 152, 0.34), transparent 34%),
        linear-gradient(145deg, #05070b 0%, #09111e 52%, #08224a 100%);
}

.auth-showcase::before {
    content: "";
    inset: 0;
    position: absolute;
    opacity: 0.16;
    pointer-events: none;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.07) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.07) 1px, transparent 1px);
    background-size: 64px 64px;
    mask-image: linear-gradient(135deg, #000, transparent 78%);
}

.auth-logo img {
    width: 168px;
    height: 42px;
    filter: none;
}

.auth-logo {
    padding: 8px 12px;
    border-radius: 14px;
    background: #ffffff;
    box-shadow: 0 14px 36px rgba(0, 0, 0, 0.18);
}

.auth-showcase-copy h2 {
    color: #ffffff;
}

.auth-showcase-copy p {
    color: rgba(255, 255, 255, 0.62);
}

.auth-eyebrow {
    border: 1px solid rgba(93, 159, 255, 0.28);
    color: #bcd8ff;
    background: rgba(40, 120, 240, 0.14);
}

.auth-app-phone {
    width: 250px;
    height: 430px;
    padding: 9px;
    border-width: 4px;
    border-radius: 36px;
    box-shadow: 0 45px 100px rgba(0, 0, 0, 0.5);
    transform: none;
}

.auth-app-phone::before {
    width: 68px;
    height: 14px;
    top: 5px;
    border-radius: 0 0 10px 10px;
}

.auth-notification,
.auth-stat {
    border-color: rgba(255, 255, 255, 0.16);
    color: var(--ev-ink);
    background: #ffffff;
    backdrop-filter: none;
}

@media (max-width: 991px) {
    .mobile-language-dropdown {
        display: block;
        width: auto !important;
        flex: 0 0 auto;
    }

    .desktop-language-dropdown {
        display: none !important;
    }

    .mobile-language-dropdown .language-dropdown-toggle {
        width: 50px;
        min-width: 50px;
        height: 42px;
        padding: 0;
        justify-content: center;
        color: var(--ev-ink) !important;
        background: #f7f9fc !important;
        flex: 0 0 50px;
    }

    .mobile-language-dropdown .language-dropdown-toggle i,
    .mobile-language-dropdown .language-dropdown-toggle::after {
        display: none;
    }

    .mobile-language-dropdown .language-dropdown-toggle span {
        display: block !important;
        color: var(--ev-ink) !important;
        font-size: 12px;
        font-weight: 800;
    }

    .mobile-language-dropdown .dropdown-menu {
        width: 190px;
        right: 0;
        left: auto;
    }

    .foodchat-navbar .navbar-toggler,
    .foodchat-navbar .navbar-toggler:hover,
    .foodchat-navbar .navbar-toggler:focus,
    .foodchat-navbar .navbar-toggler[aria-expanded="true"] {
        border-color: #dfe4eb !important;
        color: var(--ev-ink) !important;
        background: #ffffff !important;
        box-shadow: none !important;
    }

    .foodchat-navbar .navbar-toggler i {
        color: var(--ev-ink) !important;
    }
}

@media (max-width: 767px) {
    body.public-page {
        min-height: 100svh;
        display: flex;
        flex-direction: column;
    }

    body.public-page > section {
        flex: 0 0 auto;
    }

    body.public-page > .ev-footer {
        width: 100%;
        margin-top: auto;
    }

    body.public-page > .pwa-popup {
        display: none !important;
    }

    .foodchat-navbar .navbar-brand img {
        max-width: 132px;
        height: 36px;
    }

    .foodchat-navbar .navbar-toggler {
        width: 42px;
        height: 42px;
    }

    .ev-footer {
        padding: 50px 0 14px;
    }

    .ev-footer-main {
        padding-bottom: 30px;
        gap: 28px;
    }

    .ev-footer-connect > span {
        margin-bottom: 14px;
    }

    .ev-footer-social a {
        width: 48px;
        height: 48px;
    }

    .ev-footer-bottom {
        padding-top: 18px;
        gap: 12px;
    }

    .ev-footer-bottom > div {
        gap: 12px;
    }

    .ev-footer-languages {
        padding-bottom: 0;
    }
}
