:root {
     --bg: #ffffff;
     --text: #1e1b2e;
     --muted: #6b5a7a;
     --primary: #7b4b9e;
     --primary-dark: #5a3575;
     --secondary: #f2705e;
     --secondary-dark: #d95c4d;
     --accent: #cc5b4b;
     --soft: #faf7fc;
     --line: #e9e2ef;
     --dark: #2a1b3d;
     --dark-2: #3a2454;
     --warning: #f59e0b;
 }

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: 'Manrope', sans-serif;
    background: var(--bg);
    color: var(--text);
    line-height: 1.6;
}
@font-face {
    font-family: "Font Awesome 5 Free";
    src: url("/webfonts/fa-solid-900.woff2") format("woff2");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
.fas {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
    line-height: 1;
}
/* LATIN */
@font-face {
    font-family: 'Manrope';
    src: url('/webfonts/manrope-latin.woff2') format('woff2');
    font-weight: 200 700;
    font-display: swap;
    unicode-range: U+0000-00FF;
}

/* GREEK */
@font-face {
    font-family: 'Manrope';
    src: url('/webfonts/manrope-greek.woff2') format('woff2');
    font-weight: 200 700;
    font-display: swap;
    unicode-range: U+0370-03FF;
}
/* ICONS */
.fa-utensils:before { content: "\f2e7"; }
.fa-palette:before { content: "\f53f"; }
.fa-globe:before { content: "\f0ac"; }
.fa-mobile-alt:before { content: "\f3cd"; }
.fa-bullhorn:before { content: "\f0a1"; }
.fa-language:before { content: "\f1ab"; }
.fa-chevron-right:before { content: "\f054"; }
.fa-chevron-left:before { content: "\f053"; }
.fa-magic:before { content: "\f0d0"; }
.fa-headset:before { content: "\f590"; }
.fa-qrcode:before { content: "\f029"; }

/* Fix some header styles - menu */
.page-id-4821 .e-con-inner ul.elementor-icon-list-items.elementor-inline-items li {
    display: inline-block;
}

.page-id-4821 .e-con-inner ul.elementor-icon-list-items.elementor-inline-items li a {
    display: flex;
}

img {
    max-width: 100%;
    display: block;
}

.container {
    width: min(1140px, calc(100% - 32px));
    margin: 0 auto;
}

section {
    padding: 84px 0;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    margin: 0;
    color: #15161B;
    line-height: 1.2;
}

.h5,
h5 {
    font-size: 1.25rem;
}

h1 {
    font-size: clamp(36px, 5vw, 60px);
    line-height: 1.08;
    margin-bottom: 18px;
}

h2 {
    font-size: clamp(28px, 4vw, 42px);
    line-height: 1.14;
    margin-bottom: 14px;
    text-align: center;
}

.section-subtitle {
    max-width: 770px;
    margin: 0 auto 42px;
    text-align: center;
    color: var(--muted);
    font-size: 18px;
}

.muted {
    color: var(--muted);
}

.badge {
    display: inline-block;
    padding: 8px 14px;
    border-radius: 999px;
    background: var(--accent);
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 18px;
}

.btn {
    display: inline-block;
    padding: 14px 22px;
    border-radius: 14px;
    text-decoration: none;
    font-weight: 700;
    border: 2px solid transparent;
    transition: .2s ease;
}

.qr-btn-primary {
    background: var(--primary);
    color: #fff;
}

.qr-btn-primary:hover {
    background: var(--primary-dark);
    color: #fff;
}

.qr-btn-secondary {
    background: #fff;
    color: var(--text);
    border-color: var(--line);
}

.qr-btn-secondary:hover {
    background: var(--soft);
}

.qr-btn-dark {
    background: var(--secondary-dark);
    color: #fff;
}
.qr-btn-dark:hover {
    background: var(--secondary);
}

.btn-dark {
    background-color: rgb(33, 37, 41);
    padding: 14px 22px;
    border-radius: 14px;
    color: #fff;
}
.da-btn-dark {
    border-color: #f2705e;
    color: #1e1b2e;
    background-color: #fff;
}
.da-btn-dark:hover {
    background-color: #f2705e;
    color: #fff;
}
.hero {
    padding: 52px 0 72px;
    background: linear-gradient(135deg, #ffffff 0%, #c1b3cb 100%);
}

.hero-grid {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 40px;
    align-items: center;
}

.hero p {
    font-size: 18px;
    color: var(--muted);
    max-width: 640px;
    margin-bottom: 26px;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 14px;
}

.hero-note {
    font-size: 14px;
    color: var(--muted);
}

.hero-points {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
}

.pill {
    padding: 9px 12px;
    border-radius: 999px;
    background: #fff;
    border: 1px solid var(--line);
    font-size: 13px;
    font-weight: 700;
}

.phone-wrap {
    display: flex;
    justify-content: center;
    order: unset;
}

.phone {
    width: 380px;
    background: #0f172a;
    padding: 12px;
    border-radius: 36px;
    box-shadow: 0 26px 70px rgba(15, 23, 42, .18);
}

.phone-screen {
    position: relative;
    height: 680px;
    border-radius: 28px;
    overflow: hidden;
    background: #fff;
}

.phone-screen img {
    width: 100%;
    display: block;
    border-radius: 28px;
}

.scroll-area {
    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 45px;
}

.scroll-area img {
    width: 100%;
    display: block;
}

.bottom-fixed {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 5;
    pointer-events: none;
}

.bottom-fixed img {
    width: 100%;
    display: block;
}

.top-fixed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5;
    pointer-events: none;
}

.top-fixed img {
    width: 100%;
    display: block;
    border-radius: 20px 20px 0 0;
}

.app-top {
    background: linear-gradient(135deg, #16a34a, #22c55e);
    padding: 20px;
    color: #fff;
}

.app-top small {
    display: block;
    opacity: .95;
    margin-bottom: 10px;
}

.app-top h3 {
    font-size: 26px;
    margin-bottom: 5px;
}

.app-top p {
    font-size: 14px;
    color: #fff;
    margin: 0;
}

.app-search {
    margin-top: 14px;
    padding: 12px 14px;
    border-radius: 14px;
    background: rgba(255, 255, 255, .2);
    font-size: 14px;
}

.app-body {
    padding: 18px;
    background: #f8fafc;
}

.chip-row {
    display: flex;
    gap: 10px;
    overflow: auto;
    padding-bottom: 10px;
    margin-bottom: 16px;
}

.chip {
    white-space: nowrap;
    padding: 9px 14px;
    border-radius: 999px;
    background: #fff;
    border: 1px solid var(--line);
    font-size: 13px;
    font-weight: 700;
}

.chip.active {
    background: #dcfce7;
    border-color: #86efac;
    color: #166534;
}

.card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 22px;
    box-shadow: 0 10px 24px rgba(15, 23, 42, .04);
}

.menu-card {
    overflow: hidden;
    margin-bottom: 14px;
}

.menu-card img {
    height: 170px;
    width: 100%;
    object-fit: cover;
}

.menu-body {
    padding: 16px;
}

.menu-row {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    align-items: flex-start;
    margin-bottom: 6px;
}

.menu-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.25;
}

.price {
    font-weight: 800;
    color: var(--primary-dark);
    white-space: nowrap;
}

.menu-desc {
    font-size: 14px;
    color: var(--muted);
    margin-bottom: 10px;
}

.tag {
    display: inline-block;
    background: #f1f5f9;
    border-radius: 999px;
    padding: 6px 10px;
    font-size: 12px;
    margin-right: 6px;
}

.stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 36px;
}

.stat {
    padding: 24px;
}

.stat strong {
    display: block;
    font-size: 34px;
    line-height: 1;
    margin-bottom: 8px;
}

.grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.feature,
.step,
.extra,
.testimonial,
.sector,
.pricing {
    padding: 24px;
}

.qr-icon {
    width: 54px;
    height: 54px;
    border-radius: 16px;
    display: grid;
    place-items: center;
    background: rgba(123, 75, 158, 0.10);
    color: var(--primary);
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 16px;
}

.feature h3,
.step h3,
.extra h3,
.sector h3,
.pricing h3 {
    font-size: 22px;
    margin-bottom: 8px;
}

.feature p,
.step p,
.extra p,
.sector p,
.testimonial p,
.pricing p {
    color: var(--muted);
}

.soft {
    background: var(--soft);
}

.steps-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
}

.step-number {
    width: 52px;
    height: 52px;
    border-radius: 16px;
    display: grid;
    place-items: center;
    background: var(--dark);
    color: #fff;
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 16px;
}

.layout-box {
    padding: 28px;
    background: linear-gradient(135deg, var(--dark), var(--dark-2));
    color: #fff;
    border-radius: 28px;
}

.layout-box h3 {
    font-size: 28px;
    margin-bottom: 10px;
    color: #fff;
}

.layout-box p {
    color: rgba(255, 255, 255, .78);
    margin-bottom: 20px;
}

.layout-example {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.example {
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 20px;
    padding: 18px;
}

.example h4 {
    margin-bottom: 10px;
    font-size: 18px;
}

.example ul {
    margin: 0;
    padding-left: 18px;
    color: #e2e8f0;
}

.pricing-wrap {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 24px;
    align-items: start;
}

.pricing-main {
    padding: 30px;
    border: 2px solid rgba(123, 75, 158, .25);
    position: relative;
}

.ribbon {
    position: absolute;
    top: -12px;
    right: 22px;
    background: var(--primary);
    color: #fff;
    padding: 6px 12px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
}

.price-big {
    font-size: 56px;
    font-weight: 800;
    line-height: 1;
    margin: 18px 0 8px;
}

.price-big span {
    font-size: 18px;
    color: var(--muted);
    font-weight: 700;
}

.checklist {
    list-style: none;
    padding: 0;
    margin: 20px 0 0;
}

.checklist li {
    padding: 10px 0;
    border-bottom: 1px solid #f1f5f9;
}

.extras-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}

.extra .price-mini {
    font-size: 26px;
    font-weight: 800;
    color: var(--dark);
    margin-bottom: 8px;
}

.demo-grid {
    display: grid;
    grid-template-columns: .95fr 1.05fr;
    gap: 28px;
    align-items: center;
}

.demo-panel {
    padding: 26px;
}

.demo-panel h3 {
    font-size: 30px;
    margin-bottom: 10px;
}

.demo-panel p {
    font-size: 17px;
    color: var(--muted);
    margin-bottom: 18px;
}

.qr-box {
    margin-top: 18px;
    padding: 20px;
    border: 2px dashed #cbd5e1;
    border-radius: 20px;
    background: #f8fafc;
    text-align: center;
}

.qr-placeholder {
    width: 160px;
    height: 160px;
    border-radius: 16px;
    margin: 0 auto 12px;
    background: repeating-linear-gradient(45deg, #0f172a 0, #0f172a 8px, #fff 8px, #fff 16px);
    border: 8px solid #fff;
    box-shadow: 0 0 0 1px #cbd5e1 inset;
}

.website-box {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 20px;
    align-items: center;
    padding: 30px;
    border-radius: 28px;
    background: linear-gradient(135deg, #eff6ff, #f8fafc);
    border: 1px solid var(--line);
}

.website-box h3 {
    font-size: 28px;
    margin-bottom: 8px;
}

.website-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

.testimonial-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.testimonial {
    padding: 24px;
}

.stars {
    color: var(--warning);
    font-size: 18px;
    margin-bottom: 10px;
}

.cta {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    color: #fff;
    text-align: center;
}

.cta p {
    max-width: 740px;
    margin: 0 auto 22px;
    color: #cbd5e1;
}

.cta h2 {
    color: #fff;
}

footer {
    padding: 28px 0;
    border-top: 1px solid var(--line);
}

.footer-row {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    align-items: center;
    flex-wrap: wrap;
    color: var(--muted);
    font-size: 14px;
}

.demo-mobile-btn {
    display: none;
    margin-top: 16px;
}

.demo-desktop-qr {
    display: block;
    margin-top: 20px;
}

.qr-slider-section {
    text-align: center;
    overflow: hidden;
    padding-top: 84px;
    padding-bottom: 84px;
}

.qr-slider-heading {
    margin-bottom: 26px;
}

.qr-slider-full {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 20px;
    overflow: hidden;
}

.qr-slider {
    position: relative;
    overflow: visible;
    padding: 30px 110px;
}

.qr-track {
    display: flex;
    align-items: center;
    transition: transform 0.5s ease;
    will-change: transform;
}

.qr-slide {
    aspect-ratio: 9 / 16;
    flex: 0 0 260px;
    margin: 0 14px;
    opacity: 0.38;
    transform: scale(0.84);
    transition: transform 0.45s ease, opacity 0.45s ease;
}

.qr-slide.active {
    opacity: 1;
    transform: scale(1.08);
    z-index: 3;
}

.qr-slide img {
    width: 100%;
    display: block;
    border-radius: 49px;
    box-shadow: 0 22px 25px rgba(0, 0, 0, 0.14);
}

.qr-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 54px;
    height: 54px;
    border: none;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
}

.qr-arrow.prev {
    left: 18px;
}

.qr-arrow.next {
    right: 18px;
}

.qr-dots {
    margin-top: 20px;
}

.qr-dot {
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 50%;
    background: #d1d5db;
    margin: 0 5px;
    cursor: pointer;
}

.qr-dot.active {
    background: var(--primary);
}
#formStatus {
    margin-top: 15px;
    font-size: 14px;
    transition: all 0.3s ease;
}

/* success */
#formStatus.success {
    color: #155724;
    background: #d4edda;
    border: 1px solid #c3e6cb;
    padding: 10px;
    border-radius: 6px;
}

/* error */
#formStatus.error {
    color: #721c24;
    background: #f8d7da;
    border: 1px solid #f5c6cb;
    padding: 10px;
    border-radius: 6px;
}

/* loading */
#formStatus.loading {
    color: #856404;
    background: #fff3cd;
    border: 1px solid #ffeeba;
    padding: 10px;
    border-radius: 6px;
}
@media (min-width: 1440px) {
    .qr-slider-full {
        max-width: 1750px;
    }

    .qr-slide {
        flex: 0 0 220px;
    }
    .qr-slide img {
        border-radius: 39px;
    }

}

@media (max-width: 991px) {
    .hero-grid,
    .pricing-wrap,
    .demo-grid,
    .website-box {
        grid-template-columns: 1fr;
    }

    .grid-3,
    .steps-grid,
    .stats,
    .testimonial-grid,
    .extras-grid {
        grid-template-columns: 1fr 1fr;
    }

    .phone-wrap {
        order: -1;
    }

    .layout-example {
        grid-template-columns: 1fr;
    }

    .qr-slider {
        padding: 20px 70px;
    }

    .qr-slide {
        flex: 0 0 200px;
        margin: 0 10px;
    }
    .qr-slide img {
        border-radius: 29px;
    }
}

@media (max-width: 768px) {
    .demo-mobile-btn {
        display: inline-flex;
    }

    .demo-desktop-qr {
        display: none;
    }

    .qr-slide img {
        border-radius: 29px;
    }
}

@media (max-width: 640px) {
    section {
        padding: 64px 0;
    }
    .qr-slide img {
        border-radius: 20px;
    }
    .grid-3,
    .steps-grid,
    .stats,
    .testimonial-grid,
    .extras-grid {
        grid-template-columns: 1fr;
    }

    .phone {
        width: min(360px, 100%);
    }

    h1 {
        font-size: 38px;
    }

    .price-big {
        font-size: 46px;
    }

    .footer-row {
        flex-direction: column;
        align-items: flex-start;
    }

    .qr-slider-full {
        padding: 0 8px;
    }

    .qr-slider {
        padding: 16px 36px;
    }

    .qr-slide {
        flex: 0 0 185px;
        margin: 0 8px;
        opacity: 0.55;
        transform: scale(0.9);
    }

    .qr-slide.active {
        transform: scale(1.02);
    }

    .qr-arrow {
        width: 42px;
        height: 42px;
    }

    .qr-arrow.prev {
        left: 0;
    }

    .qr-arrow.next {
        right: 0;
    }
}

.faq-list {
    display: grid;
    gap: 14px;
    margin-top: 28px;
}

.faq-item {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 18px;
    overflow: hidden;
}

.faq-question {
    width: 100%;
    background: transparent;
    border: 0;
    padding: 20px 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    font: inherit;
    font-size: 18px;
    font-weight: 700;
    color: #15161B;
    text-align: left;
    cursor: pointer;
}

.faq-question:hover {
    background: rgba(0,0,0,0.02);
}

.faq-icon {
    font-size: 24px;
    line-height: 1;
    flex-shrink: 0;
    transition: transform 0.25s ease;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
    padding: 0 22px;
}

.faq-answer p {
    margin: 0;
    padding-bottom: 20px;
    color: #5f6470;
    line-height: 1.7;
}

.faq-item.active .faq-answer {
    max-height: 220px;
}

.faq-item.active .faq-icon {
    transform: rotate(45deg);
}

@media (max-width: 768px) {
    .faq-question {
        font-size: 16px;
        padding: 18px;
    }

    .faq-answer {
        padding: 0 18px;
    }

    .faq-answer p {
        padding-bottom: 18px;
    }
}
.contact-section {
    padding: 84px 0;
}

.contact-grid {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 24px;
    align-items: stretch;
}

.contact-info,
.contact-form-wrap {
    padding: 30px;
    border-radius: 28px;
}

.contact-info {
    background: linear-gradient(135deg, var(--dark), var(--dark-2));
    color: #fff;
    border: 1px solid rgba(255,255,255,0.06);
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.12);
}

.contact-info h2 {
    text-align: left;
    color: #fff;
    margin-bottom: 16px;
}

.contact-badge {
    display: inline-block;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(255,255,255,0.12);
    color: #ffcf99;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 18px;
}

.contact-lead {
    font-size: 18px;
    color: rgba(255,255,255,0.82);
    margin-bottom: 22px;
    max-width: 620px;
}

.contact-points {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 24px;
}

.contact-info .pill {
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.14);
    color: #fff;
}

.contact-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.contact-form-wrap {
    background: #fff;
}

.contact-form-wrap h3 {
    font-size: 28px;
    margin-bottom: 10px;
}

.contact-form {
    display: grid;
    gap: 14px;
    margin-top: 18px;
}

.contact-form input,
.contact-form textarea,
.contact-form select {
    width: 100%;
    border: 1px solid #d9dce3;
    background: #fff;
    color: var(--text);
    border-radius: 14px;
    padding: 14px 16px;
    font: inherit;
    transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.contact-form input:focus,
.contact-form textarea:focus,
.contact-form select:focus {
    outline: none;
    border-color: var(--primary);
    box-shadow: 0 0 0 4px rgba(123, 75, 158, 0.10);
}

.contact-form textarea {
    min-height: 130px;
    resize: vertical;
}

.contact-submit {
    width: 100%;
    text-align: center;
    cursor: pointer;
}

@media (max-width: 991px) {
    .contact-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .contact-section {
        padding: 64px 0;
    }

    .contact-info,
    .contact-form-wrap {
        padding: 22px;
    }

    .contact-actions {
        flex-direction: column;
    }

    .contact-actions .btn {
        width: 100%;
        text-align: center;
    }

    .contact-form-wrap h3 {
        font-size: 24px;
    }
}


#contact .qr-btn-primary {
    background: var(--secondary);
    color: #fff;
}

#contact .qr-btn-primary:hover {
    background: var(--secondary-dark);
}
#contact .contact-grid {
    align-items: center;
}
#contact .contact-badge {
    background: #ffb199;
    color: #fff;
}
@media (max-width: 768px) {
    .phone-wrap {
        display: none;
    }

    .hero {
        padding: 48px 0 36px;
    }

    .hero-grid {
        display: block;
    }

    .hero-actions {
        margin-top: 22px;
    }

    .mobile-demo-card {
        display: block;
    }
}

.mobile-demo-card {
    display: none;
}


.hero-icons,
.hero-mobile-image,
.hero-feature-card {
    display: none;
}

@media (max-width: 768px) {
    .hero {
        padding: 34px 0 48px;
        background:
                radial-gradient(circle at left 30%, rgba(123,75,158,.10), transparent 32%),
                radial-gradient(circle at right 35%, rgba(123,75,158,.10), transparent 30%),
                linear-gradient(180deg, #ffffff 0%, #faf7fc 100%);
    }

    .hero-grid {
        display: block;
    }

    .hero-grid > div:first-child {
        text-align: center;
    }

    .phone-wrap {
        display: none;
    }

    .badge {
        margin-bottom: 22px;
    }

    .badge h1 {
        font-size: 13px !important;
        padding: 9px 14px !important;
        line-height: 1.2;
    }

    .hero p[style] {
        font-size: 34px !important;
        line-height: 1.15 !important;
        margin-bottom: 18px !important;
        font-weight: 800;
    }

    .hero p:not([style]) {
        font-size: 17px;
        line-height: 1.55;
        margin: 0 auto 26px;
        max-width: 92%;
    }

    .hero-actions {
        display: none;
    }

    .hero-note {
        display: none;
    }

    .hero-points {
        display: none;
    }

    .hero-icons {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 14px;
        margin: 28px 0 28px;
    }

    .hero-icon-item {
        text-align: center;
    }

    .hero-icon-item span {
        width: 58px;
        height: 58px;
        margin: 0 auto 8px;
        border-radius: 50%;
        display: grid;
        place-items: center;
        background: rgba(123, 75, 158, .12);
        color: var(--primary);
        font-size: 24px;
    }

    .hero-icon-item p {
        margin: 0;
        font-size: 13px;
        line-height: 1.3;
        color: var(--muted);
        font-weight: 700;
    }

    .hero-mobile-image {
        display: block;
        margin: 22px 0 34px;
        border-radius: 24px;
        overflow: hidden;
        box-shadow: 0 18px 38px rgba(15, 23, 42, .16);
    }

    .hero-mobile-image img {
        width: 100%;
        aspect-ratio: 16 / 10;
        object-fit: cover;
        display: block;
    }

    .hero-feature-card {
        display: block;
        background: #fff;
        border: 1px solid var(--line);
        border-radius: 26px;
        padding: 26px 18px;
        box-shadow: 0 16px 34px rgba(15, 23, 42, .06);
        text-align: left;
    }

    .hero-feature-card h2 {
        text-align: left;
        font-size: 27px;
        line-height: 1.18;
        margin: 0 0 22px;
        padding-left: 38px;
        position: relative;
    }

    .hero-feature-card h2:before {
        content: "✦";
        position: absolute;
        left: 0;
        top: 0;
        color: var(--primary);
        font-size: 28px;
    }

    .hero-feature-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .hero-feature-item {
        min-height: 102px;
        border: 1px solid var(--line);
        border-radius: 16px;
        display: grid;
        place-items: center;
        text-align: center;
        padding: 14px 8px;
        background: #fff;
        box-shadow: 0 8px 18px rgba(15, 23, 42, .035);
    }

    .hero-feature-item i {
        color: var(--primary);
        font-size: 25px;
        margin-bottom: 8px;
    }

    .hero-feature-item span {
        color: var(--muted);
        font-size: 14px;
        font-weight: 700;
        line-height: 1.25;
    }
}

@media (max-width: 390px) {
    .hero p[style] {
        font-size: 30px !important;
    }

    .hero-icons {
        gap: 8px;
    }

    .hero-icon-item span {
        width: 52px;
        height: 52px;
    }

    .hero-feature-card h2 {
        font-size: 24px;
    }
}

.fa-cog:before { content: "\f013"; }
.fa-bolt:before { content: "\f0e7"; }
.fa-moon:before { content: "\f186"; }
.fa-share-alt:before { content: "\f1e0"; }
.fa-chevron-right:before { content: "\f054"; }
.fa-chevron-left:before { content: "\f053"; }
.fa-chevron-up:before { content: "\f077"; } /* ← αυτό λείπει */
.hero-desktop-image {
    max-width: 300px;
    margin-left: auto; /* δεξιά */
    border-radius: 34px;
    overflow: hidden;
}

.hero-desktop-image img {
    width: 100%;
    height: auto;
    display: block;
}
@media (max-width: 768px) {
    .hero-desktop-image {
        display: none;
    }
}
.hero-desktop-image {
    transform: translateY(10px);
}
.mobile-only {
    display: none;
}

@media (max-width: 768px) {

    .hero-actions:not(.mobile-only) {
        display: none;
    }

    .mobile-only {
        display: grid;
        gap: 12px;
        margin: 22px 0 28px;
    }

    .mobile-only .btn {
        width: 100%;
        text-align: center;
    }
}
.hero-badge {
    display: inline-block;
    padding: 8px 8px;
    border-radius: 999px;
    background: var(--accent);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 18px;
}

/* MOBILE FIX */
@media (max-width: 768px) {

    .hero-badge {
        background: none;
        color: var(--primary);
        padding: 0;
        border-radius: 0;
        font-size: 11px;
        letter-spacing: 0.6px;
        text-transform: uppercase;
        margin-bottom: 12px;
        line-height: 1.3;
    }

}

@media (max-width: 768px) {
    .badge {
        background: none;
        padding: 0;
        border-radius: 0;
    }
}
#backToTop {
    position: fixed;
    bottom: 24px;
    right: 20px;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: none;
    background: var(--primary);
    color: #fff;
    font-size: 18px;

    display: flex;              /* ήδη το χρησιμοποιείς via JS */
    align-items: center;
    justify-content: center;

    line-height: 1;             /* FIX για vertical centering */
    padding: 0;                 /* FIX */

    cursor: pointer;
    z-index: 99999;

    box-shadow: 0 8px 18px rgba(0,0,0,0.15);
    transition: all .25s ease;
}

#backToTop:hover {
    background: var(--primary-dark);
    transform: translateY(-2px);
}
#backToTop i {
    font-size: 14px;
}
/* mobile λίγο πιο safe */
@media (max-width: 768px) {
    #backToTop {
        bottom: 18px;
        right: 14px;
        width: 42px;
        height: 42px;
    }
}
#backToTop span {
    color: #fff;
}
.stat h5 {
    margin-bottom: 10px;
}
/* ===== FOOTER ===== */
.footer {
    background: #ffffff;
    color: #1a1a1a;
    padding: 60px 0 0px;
    border-top: 1px solid #eaeaea;
}

/* grid layout */
.footer-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
    gap: 40px;
    align-items: flex-start;
}

/* ===== LOGO / BRAND ===== */
.footer-brand img {
    max-width: 180px;
    margin-bottom: 15px;
}

.footer-brand p {
    color: #666;
    font-size: 14px;
    line-height: 1.6;
}

/* ===== TITLES ===== */
.footer h4 {
    font-size: 16px;
    margin-bottom: 12px;
    color: #046878; /* το βασικό σου teal */
    font-weight: 600;
}

/* ===== LINKS ===== */
.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 8px;
}

.footer-links a {
    color: #555;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.2s ease;
}

.footer-links a:hover {
    color: #046878;
    transform: translateX(2px);
}

/* ===== CONTACT ICON STYLE (optional αν βάλεις icons) */
.footer-links i {
    margin-right: 8px;
    color: #046878;
}

/* ===== BOTTOM BAR ===== */
.footer-bottom {
    border-top: 1px solid #eaeaea;
    margin-top: 40px;
    padding-top: 15px;
    text-align: center;
    font-size: 13px;
    color: #888;
}

/* ===== EXTRA FOOTER LINE ===== */
.footer-extra {
    margin-top: 15px;
    font-size: 13px;
    color: #999;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
}

.footer-extra a {
    color: #046878;
    text-decoration: none;
}

.footer-extra a:hover {
    text-decoration: underline;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 900px) {
    .footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 30px;
    }
}

@media (max-width: 500px) {
    .footer-grid {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .footer-extra {
        flex-direction: column;
        text-align: center;
    }
}

.footer-brand {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.footer-brand img {
    margin-bottom: 10px;
}

.contact-consent {
    margin: 2px 0 4px;
}

.contact-consent label {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    cursor: pointer;
    font-size: 14px;
    line-height: 1.45;
    color: var(--muted);
}

.contact-consent input[type="checkbox"] {
    width: 16px;
    height: 16px;
    margin: 3px 0 0;
    flex: 0 0 16px;
    accent-color: var(--primary);
    cursor: pointer;
}

.contact-consent a {
    color: var(--primary);
    font-weight: 700;
    text-decoration: underline;
}

.contact-consent a:hover {
    color: var(--primary-dark);
}
.contact-submit:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
}
.offer-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    padding: 10px 18px;
    margin-bottom: 20px;

    border-radius: 999px;

    background: linear-gradient(
            135deg,
            #9d72c3 0%,
            #7b4b9e 55%,
            #6a3f88 100%
    );

    color: #ffffff;

    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    line-height: 1;

    border: 1px solid rgba(255,255,255,0.12);

    box-shadow:
            0 10px 24px rgba(123, 75, 158, 0.22),
            inset 0 1px 0 rgba(255,255,255,0.18);

    backdrop-filter: blur(10px);
}
.offer-sub{
color: #7b4b9e;
}

.website-offer-section {
    padding: 90px 0;
    background: linear-gradient(
            180deg,
            #fbfbfd 0%,
            #f7f8fc 100%
    );
}

.premium-offer-box {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    align-items: center;
    gap: 70px;

    padding: 52px;

    border-radius: 34px;

    background:
            radial-gradient(
                    circle at 100% 0%,
                    rgba(123, 75, 158, 0.10),
                    transparent 28%
            ),
            #ffffff;

    border: 1px solid rgba(123, 75, 158, 0.10);

    box-shadow:
            0 24px 80px rgba(3,24,25,0.06);
}

.premium-offer-content h3 {
    margin: 0 0 18px;

    color: #111827;

    font-size: clamp(34px, 4vw, 54px);
    line-height: 1.08;
    letter-spacing: -0.05em;

    font-weight: 900;
}

.offer-sub {
    display: inline-block;

    background: linear-gradient(
            135deg,
            #9d72c3 0%,
            #7b4b9e 55%,
            #6a3f88 100%
    );

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;

    font-weight: 900;
}

.premium-offer-content .muted {
    max-width: 620px;

    margin: 0;

    color: rgba(17,24,39,0.68);

    font-size: 18px;
    line-height: 1.75;

    font-weight: 700;
}

.offer-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    padding: 10px 18px;
    margin-bottom: 22px;

    border-radius: 999px;

    background: linear-gradient(
            135deg,
            #9d72c3 0%,
            #7b4b9e 55%,
            #6a3f88 100%
    );

    color: #ffffff;

    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;

    box-shadow:
            0 12px 28px rgba(123, 75, 158, 0.24),
            inset 0 1px 0 rgba(255,255,255,0.18);
}

.website-tags {
    display: flex;
    flex-wrap: wrap;

    gap: 14px;

    margin-top: 32px;
    margin-bottom: 34px;
}

.pill {
    display: inline-flex;
    align-items: center;

    padding: 13px 18px;

    border-radius: 999px;

    background: #ffffff;

    border: 1px solid rgba(123, 75, 158, 0.12);

    color: rgba(17,24,39,0.78);

    font-size: 14px;
    font-weight: 800;

    box-shadow:
            0 4px 12px rgba(3,24,25,0.04);
}

.btn.btn-dark {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-width: 220px;
    min-height: 58px;

    padding: 16px 30px;

    border-radius: 999px;

    background: #111827;
    color: #ffffff;

    text-decoration: none;

    font-size: 15px;
    font-weight: 900;

    transition: 0.3s ease;

    box-shadow:
            0 16px 34px rgba(17,24,39,0.18);
}

.btn.btn-dark:hover {
    transform: translateY(-2px);

    background: linear-gradient(
            135deg,
            #7b4b9e,
            #9d72c3
    );

    box-shadow:
            0 18px 38px rgba(123, 75, 158, 0.24);
}

/*.premium-offer-visual {*/
    /*display: flex;*/
    /*justify-content: center;*/
    /*align-items: center;*/
/*}*/

.premium-offer-visual img {
    width: 100%;
    max-width: 560px;

    display: block;

    filter:
            drop-shadow(0 34px 70px rgba(3,24,25,0.12));

    transition: transform 0.35s ease;
}

.premium-offer-visual img:hover {
    transform: translateY(-6px);
}

@media (max-width: 980px) {

    .premium-offer-box {
        grid-template-columns: 1fr;
        gap: 40px;

        padding: 34px;
    }

    .premium-offer-visual {
        order: -1;
    }

    .premium-offer-visual img {
        max-width: 400px;
    }
}

@media (max-width: 560px) {

    .website-offer-section {
        padding: 60px 0;
    }

    .premium-offer-box {
        padding: 26px;
        border-radius: 28px;
    }

    .premium-offer-content .muted {
        font-size: 16px;
    }

    .website-tags {
        gap: 10px;
    }

    .pill {
        width: 100%;
        justify-content: center;
    }

    .btn.btn-dark {
        width: 100%;
    }

    .premium-offer-visual img {
        max-width: 320px;
    }
}

.premium-offer-visual {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 28px;
}

.visual-cta {
    margin-top: 4px;
}
@media (min-width: 981px) {
    .premium-offer-visual {
        transform: translateY(10px);
    }

    .premium-offer-visual img {
        max-width: 500px;
    }
}

@font-face {
    font-family: "Font Awesome 5 Brands";
    src: url("/webfonts/fa-brands-400.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

.fab {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
    font-style: normal;
}
.fa-facebook-f:before { content: "\f39e"; }
.fa-instagram:before { content: "\f16d"; }
.fa-tiktok:before { content: "\e07b"; }
.footer-links a {
    display: inline-flex;
    align-items: center;
    gap: 10px;

    color: #555;
    text-decoration: none;
    font-size: 15px;
    transition: all .2s ease;
}

.footer-links a:hover {
    color: #046878;
    transform: translateX(2px);
}

.footer-links .fab {
    font-size: 18px;
    width: 20px;
    text-align: center;

    color: #046878;

    transition: transform .2s ease;
}

.footer-links a:hover .fab {
    transform: scale(1.08);
}

