body {
    font-family: 'Inter', system-ui, -apple-system, sans-serif;
    background: #000;
    color: #fff;
}

.veyro-header {
    border-color: #1f2937 !important;
}

.text-veyro-accent {
    color: #facc15 !important;
}

.veyro-brand {
    display: flex;
    align-items: center;
}

.veyro-logo {
    height: 32px;
    width: auto;
    display: block;
}

@media (min-width: 768px) {
    .veyro-logo {
        height: 52px;
    }
}

@media (min-width: 992px) {
    .veyro-logo {
        height: 58px;
    }
}

.hero-bg {
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.85)),
        url('https://images.unsplash.com/photo-1513104890138-7c749659a591?q=80&w=2070');
    background-size: cover;
    background-position: center;
}

.min-vh-85 {
    min-height: 85vh;
}

@media (max-width: 575.98px) {
    .veyro-hero-section.min-vh-85 {
        min-height: auto;
        padding-top: 1.75rem !important;
        padding-bottom: 2rem !important;
    }
}

.veyro-hero-title {
    font-weight: 800;
    font-size: clamp(1.45rem, 5.2vw, 3.75rem);
    line-height: 1.15;
}

@media (max-width: 575.98px) {
    .veyro-hero-title {
        font-size: clamp(1.45rem, 6.2vw, 1.9rem);
        line-height: 1.2;
    }
}

@media (min-width: 768px) {
    .veyro-hero-title {
        line-height: 1.1;
    }
}

.veyro-cta-tap {
    min-height: 48px;
}

.veyro-num-strong {
    color: #facc15;
    font-weight: 800;
}

.veyro-pricing-section .veyro-pricing-panel {
    background: linear-gradient(165deg, #0f172a 0%, #111827 100%);
    border: 1px solid rgba(250, 204, 21, 0.28);
    border-radius: 1rem;
    padding: 1.5rem 1.25rem 1.35rem;
    max-width: 40rem;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
}

.veyro-pricing-list li {
    color: #e5e7eb;
    line-height: 1.55;
    padding-left: 0.25rem;
}

.veyro-li-check {
    color: #facc15;
    font-weight: 800;
    margin-right: 0.35rem;
}

.veyro-pricing-compare {
    color: #f3f4f6;
    font-size: 1.05rem;
    line-height: 1.5;
    padding-top: 0.75rem;
    border-top: 1px solid rgba(250, 204, 21, 0.2);
}

.veyro-impact-card {
    background: #111827;
    border: 1px solid rgba(250, 204, 21, 0.35);
    border-radius: 1rem;
    padding: 1.75rem 1.35rem;
    max-width: 28rem;
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.4);
}

.veyro-impact-result {
    font-size: clamp(1.35rem, 4.5vw, 1.75rem);
    font-weight: 800;
    color: #facc15;
    line-height: 1.25;
}

.veyro-comp-commission thead th.veyro-col-highlight {
    color: #fef08a;
}

.veyro-comp-commission tbody tr.veyro-row-winner td {
    background: rgba(250, 204, 21, 0.14);
    border-bottom: none;
    color: #fef9c3;
}

.veyro-comp-commission tbody tr.veyro-row-winner td.veyro-col-highlight {
    background: rgba(250, 204, 21, 0.22);
}

.hero-trust-line {
    line-height: 1.45;
}

.veyro-founder-card {
    background: linear-gradient(165deg, #0c1220 0%, #111827 100%);
    border: 1px solid rgba(250, 204, 21, 0.35);
    border-radius: 1rem;
    padding: 1.75rem 1.35rem;
    max-width: 40rem;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
}

.veyro-founder-headline {
    font-size: clamp(1.2rem, 4vw, 1.5rem);
    font-weight: 800;
    color: #facc15;
    line-height: 1.25;
    margin-bottom: 0;
}

.veyro-founder-list li {
    color: #e5e7eb;
    line-height: 1.55;
}

.veyro-comm-visual {
    max-width: 32rem;
}

.veyro-progress-track {
    height: 1.75rem;
    background-color: #1f2937;
    border-radius: 0.5rem;
    overflow: hidden;
}

.veyro-progress-others {
    background: linear-gradient(90deg, #4b5563, #6b7280) !important;
    color: #fff;
    font-size: 0.8125rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 0.5rem;
}

.veyro-progress-veyro {
    background: linear-gradient(90deg, #ca8a04, #facc15) !important;
    color: #000;
    font-size: 0.8125rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 0.5rem;
}

.veyro-faq-accordion {
    max-width: 40rem;
}

.veyro-faq-item {
    background: #0b0f14;
    border: 1px solid #374151 !important;
    border-radius: 0.5rem !important;
    overflow: hidden;
    margin-bottom: 0.5rem;
}

.veyro-section-compact .veyro-faq-item .accordion-button {
    padding-top: 0.85rem;
    padding-bottom: 0.85rem;
}

.veyro-section-compact .veyro-faq-item .accordion-body {
    padding-top: 0.85rem;
    padding-bottom: 0.85rem;
}

.veyro-faq-item .accordion-button {
    background: #111827;
    color: #fff;
    font-weight: 600;
    font-size: 0.95rem;
    box-shadow: none !important;
}

.veyro-faq-item .accordion-button:not(.collapsed) {
    background: rgba(250, 204, 21, 0.12);
    color: #facc15;
}

.veyro-faq-item .accordion-button::after {
    filter: invert(1);
}

.veyro-faq-item .accordion-body {
    background: #0b0f14;
    border-top: 1px solid #1f2937;
    font-size: 0.9375rem;
    line-height: 1.6;
}

.veyro-muted {
    color: #d1d5db;
}

.veyro-bg-section {
    background-color: #111827;
}

.veyro-section-y {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.veyro-section-y-sm {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}

.veyro-btn-primary {
    --bs-btn-bg: #facc15;
    --bs-btn-border-color: #facc15;
    --bs-btn-color: #000;
    --bs-btn-hover-bg: #eab308;
    --bs-btn-hover-border-color: #eab308;
    --bs-btn-hover-color: #000;
    --bs-btn-active-bg: #ca8a04;
    --bs-btn-active-border-color: #ca8a04;
    --bs-btn-active-color: #000;
}

.veyro-bg-apps {
    background-color: #facc15;
}

.veyro-footer {
    border-color: #1f2937 !important;
}

.veyro-footer-text {
    color: #6b7280;
}

.veyro-nav a {
    color: #9ca3af;
    text-decoration: none;
}

.veyro-nav a:hover {
    color: #facc15;
}

.veyro-social-link {
    color: #9ca3af;
}

.veyro-social-link:hover {
    color: #facc15;
}

.lang-switcher .btn {
    min-width: 2.75rem;
    font-weight: 600;
    border-color: rgba(255, 255, 255, 0.25);
}

.veyro-bg-apps .lang-switcher .btn-outline-secondary {
    border-color: rgba(0, 0, 0, 0.35);
    color: #212529;
}

.footer-legal-links a {
    color: #9ca3af;
    text-decoration: none;
}

.footer-legal-links a:hover {
    color: #facc15;
}

.footer-entity-label {
    font-size: 0.7rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin-bottom: 0.35rem !important;
}

a.footer-contact-link {
    color: #facc15;
    text-decoration: none;
}

a.footer-contact-link:hover {
    text-decoration: underline;
}

.legal-top-bar {
    background: #0b0f14;
}

.legal-back-link {
    color: #facc15;
    font-weight: 600;
}

.legal-back-link:hover {
    color: #fde047;
}

.legal-inner-nav-muted {
    color: #9ca3af;
}

.legal-inner-nav-muted:hover {
    color: #facc15;
}

.legal-inner-nav-active {
    color: #facc15;
    font-weight: 600;
}

.legal-privacy-shell {
    background: #000;
    min-height: 60vh;
}

/* Legal / terms (dark) */
.legal-doc-wrap {
    max-width: 52rem;
    margin: 0 auto;
    padding: 1.5rem 1.25rem 4rem;
}

.legal-doc .legal-doc-h1 {
    font-size: 1.75rem;
    margin-bottom: 0.5rem;
    color: #fff;
}

.legal-doc .legal-doc-meta {
    color: #94a3b8;
    font-size: 0.8125rem;
    margin-bottom: 1.75rem;
}

.legal-doc p {
    margin: 0 0 0.875rem;
    color: #cbd5e1;
    line-height: 1.65;
}

.legal-doc .legal-doc-h2 {
    font-size: 1.125rem;
    color: #facc15;
    margin-top: 2rem;
    margin-bottom: 0.75rem;
}

.legal-doc .legal-doc-h3 {
    font-size: 0.9375rem;
    color: #fff;
    margin: 0 0 0.75rem;
}

.legal-doc-ul {
    margin: 0 0 0.875rem;
    padding-left: 1.375rem;
    color: #cbd5e1;
}

.legal-doc-ul li {
    margin-bottom: 0.5rem;
}

.legal-doc-card {
    background: #111827;
    border: 1px solid #1f2937;
    border-radius: 0.75rem;
    padding: 1.25rem 1.375rem;
    margin-top: 1.75rem;
}

.legal-doc-card p {
    margin-bottom: 0.5rem;
}

.legal-doc-card a {
    color: #facc15;
}

.legal-doc-muted {
    color: #94a3b8;
    font-size: 0.8125rem;
    margin-top: 2rem;
}

.legal-doc-muted a {
    color: #facc15;
}

.min-vh-50 {
    min-height: 50vh;
}

/* —— High-conversion restaurant lead sections —— */
.veyro-hero-badge {
    display: inline-block;
    font-size: 0.9rem;
    font-weight: 600;
    color: #000;
    background: linear-gradient(135deg, #facc15, #fde047);
    border-radius: 999px;
    padding: 0.45rem 1.1rem;
    margin-bottom: 1.25rem;
    max-width: min(100%, 52rem);
    line-height: 1.35;
}

@media (max-width: 767.98px) {
    .veyro-hero-badge {
        border-radius: 1rem;
        text-align: start;
    }
}

.veyro-hero-subtitle {
    font-size: 1.125rem;
    line-height: 1.55;
    color: #e5e7eb;
}

.veyro-landing-compact .veyro-section-compact {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
}

.veyro-hero-fullscreen {
    min-height: 100vh;
    padding-top: 2rem;
    padding-bottom: 2.75rem;
}

.veyro-urgency-list {
    background: rgba(17, 24, 39, 0.65);
    border: 1px solid rgba(250, 204, 21, 0.25);
    border-radius: 0.9rem;
    padding: 0.85rem 0.95rem;
    box-shadow: 0 10px 32px rgba(0, 0, 0, 0.35);
}

.veyro-urgency-row {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    padding: 0.35rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.veyro-urgency-row:last-child {
    border-bottom: none;
}

.veyro-card {
    background: #111827;
    border: 1px solid #1f2937;
    border-radius: 1rem;
    padding: 1.25rem 1.15rem;
    box-shadow: 0 10px 32px rgba(0, 0, 0, 0.35);
    transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.veyro-card:hover {
    transform: translateY(-2px);
    border-color: rgba(250, 204, 21, 0.35);
    box-shadow: 0 14px 46px rgba(0, 0, 0, 0.45);
}

.veyro-card-number {
    font-size: clamp(1.75rem, 5vw, 2.25rem);
    font-weight: 900;
    letter-spacing: -0.02em;
}

.veyro-card-muted {
    background: #0b0f14;
}

.veyro-card-highlight {
    background: linear-gradient(145deg, #facc15 0%, #fde047 70%);
    border-color: rgba(0, 0, 0, 0.12);
    box-shadow: 0 18px 55px rgba(250, 204, 21, 0.12);
}

.veyro-card-soft {
    background: #0b0f14;
}

.veyro-card-border {
    border-color: rgba(250, 204, 21, 0.55);
}

.veyro-card-lg {
    padding: 1.5rem 1.25rem;
}

.veyro-mini-row {
    display: flex;
    align-items: center;
    padding: 0.75rem 0.85rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 0.75rem;
    background: rgba(0, 0, 0, 0.2);
}

.veyro-impact-highlight {
    font-size: clamp(1.2rem, 4.2vw, 1.6rem);
    font-weight: 900;
    color: #facc15;
    line-height: 1.25;
}

.veyro-impact-amount {
    font-size: clamp(2.1rem, 8.5vw, 3.2rem);
    line-height: 1;
    letter-spacing: -0.03em;
}

.veyro-impact-sub {
    font-size: 0.95rem;
    color: #e5e7eb;
    font-weight: 600;
    margin-top: 0.35rem;
}

.veyro-pill {
    display: inline-flex;
    align-items: center;
    padding: 0.25rem 0.6rem;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.18);
    color: #000;
    font-weight: 800;
    font-size: 0.75rem;
}

.veyro-benefit-icon {
    font-size: 1.1rem;
    line-height: 1;
    margin-top: 0.15rem;
}

@media (prefers-reduced-motion: no-preference) {
    .veyro-cta-pulse {
        animation: veyroPulse 5s ease-in-out infinite;
    }
}

@keyframes veyroPulse {
    0%, 92%, 100% { transform: translateY(0); filter: brightness(1); }
    94% { transform: translateY(-1px); filter: brightness(1.06); }
    96% { transform: translateY(0); filter: brightness(1); }
}
.veyro-sticky-cta {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0.75rem 0.9rem calc(0.85rem + env(safe-area-inset-bottom, 0px));
    background: rgba(0, 0, 0, 0.78);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
    z-index: 1090;
}

.veyro-sticky-helper {
    font-size: 0.78rem;
    color: rgba(209, 213, 219, 0.9);
    text-align: center;
    margin-top: 0.5rem;
}

.veyro-city-card {
    display: block;
    text-decoration: none;
    background: #111827;
    border: 1px solid rgba(255, 255, 255, 0.10);
    border-radius: 0.9rem;
    padding: 0.9rem 0.85rem;
    transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
    color: #fff;
    width: 100%;
    text-align: start;
    overflow: hidden;
}

.veyro-city-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.veyro-city-card:hover {
    transform: translateY(-2px);
    border-color: rgba(250, 204, 21, 0.45);
    box-shadow: 0 14px 46px rgba(0, 0, 0, 0.45);
}

.veyro-city-card:active {
    transform: translateY(0);
}

.veyro-city-card.is-loading {
    border-color: rgba(250, 204, 21, 0.55);
    box-shadow: 0 18px 62px rgba(250, 204, 21, 0.10);
    transform: translateY(-1px) scale(0.99);
}

.veyro-city-loading {
    display: none;
    margin-top: 0.4rem;
    font-size: 0.78rem;
    color: rgba(250, 204, 21, 0.95);
    font-weight: 700;
}

.veyro-city-card.is-loading .veyro-city-loading {
    display: block;
}

.veyro-city-name {
    font-weight: 800;
    letter-spacing: -0.01em;
    font-size: 1.1rem;
    line-height: 1.15;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.veyro-city-sub {
    font-size: 0.9rem;
    color: #9ca3af;
    margin-top: 0.25rem;
}

.veyro-city-badge {
    font-size: 0.82rem;
    font-weight: 800;
    color: #000;
    background: linear-gradient(135deg, #facc15, #fde047);
    border-radius: 999px;
    padding: 0.2rem 0.55rem;
    white-space: nowrap;
    box-shadow: 0 10px 26px rgba(250, 204, 21, 0.12);
    flex-shrink: 0;
    max-width: 100%;
}

.veyro-modal-momentum {
    font-size: 1rem;
    font-weight: 800;
    color: #facc15;
    background: rgba(250, 204, 21, 0.10);
    border: 1px solid rgba(250, 204, 21, 0.22);
    border-radius: 0.75rem;
    padding: 0.6rem 0.75rem;
    margin-bottom: 0.75rem;
}

.veyro-modal .modal-title {
    font-size: 1.25rem;
}

.veyro-modal .modal-header .veyro-muted {
    font-size: 0.95rem;
}

.veyro-modal .modal-body .veyro-muted {
    font-size: 0.9rem;
}

@media (min-width: 768px) {
    .veyro-modal .modal-title { font-size: 1.35rem; }
    .veyro-city-name { font-size: 1.15rem; }
    .veyro-city-sub { font-size: 0.95rem; }
}

@media (min-width: 768px) {
    .modal-dialog {
        max-width: 720px;
    }
}

/* Modal backdrop blur + mobile bottom sheet */
.modal-backdrop.show {
    opacity: 0.78;
    backdrop-filter: blur(10px);
}

.modal .modal-content.veyro-modal {
    transform: scale(0.98);
    transition: transform 180ms ease;
}

.modal.show .modal-content.veyro-modal {
    transform: scale(1);
}

@media (max-width: 575.98px) {
    .modal-dialog {
        margin: 0;
        align-items: flex-end;
        min-height: 100%;
    }

    .modal-content.veyro-modal {
        border-radius: 1rem 1rem 0 0;
        width: 100%;
    }
}

.veyro-modal {
    background: #0b0f14;
    border: 1px solid rgba(250, 204, 21, 0.25);
    border-radius: 1rem;
}

.veyro-btn-primary {
    transition: filter 140ms ease, transform 140ms ease;
}

.veyro-btn-primary:hover {
    filter: brightness(1.07);
    transform: translateY(-1px) scale(1.01);
}

@media (prefers-reduced-motion: no-preference) {
    .veyro-anim-in.veyro-anim-play .veyro-cta-bounce {
        animation: veyroBounceOnce 520ms ease-out both;
    }
}

@keyframes veyroBounceOnce {
    0% { transform: translateY(0); }
    45% { transform: translateY(-3px); }
    100% { transform: translateY(0); }
}

@media (prefers-reduced-motion: no-preference) {
    .veyro-anim-in.veyro-anim-ready { opacity: 0; transform: translateY(8px); }
    .veyro-anim-in.veyro-anim-play { animation: veyroFadeUp 420ms ease-out both; }
}

@keyframes veyroFadeUp {
    from {
        opacity: 0;
        transform: translateY(8px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
@media (min-width: 768px) {
    .veyro-hero-subtitle {
        font-size: 1.35rem;
    }
}

.veyro-benefits-list {
    list-style: none;
    padding-left: 0;
    margin: 0 auto;
    max-width: 28rem;
    text-align: start;
}

.veyro-benefits-list li {
    position: relative;
    padding-left: 1.75rem;
    margin-bottom: 0.75rem;
    color: #d1d5db;
}

.veyro-benefits-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #facc15;
    font-weight: 800;
}

.veyro-comparison-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin: 0 -0.5rem;
    padding: 0 0.5rem;
}

.veyro-comparison-table {
    width: 100%;
    min-width: 320px;
    border-collapse: separate;
    border-spacing: 0;
    border: 1px solid #374151;
    border-radius: 0.75rem;
    overflow: hidden;
    font-size: 0.875rem;
}

@media (min-width: 576px) {
    .veyro-comparison-table {
        font-size: 0.9375rem;
    }
}

.veyro-comparison-table thead th {
    background: #1f2937;
    color: #fff;
    font-weight: 700;
    padding: 0.85rem 0.75rem;
    text-align: center;
    border-bottom: 1px solid #374151;
}

.veyro-comparison-table thead th:first-child {
    text-align: start;
}

.veyro-comparison-table thead th.veyro-col-highlight {
    background: rgba(250, 204, 21, 0.18);
    color: #facc15;
}

.veyro-comparison-table tbody td {
    padding: 0.75rem;
    border-bottom: 1px solid #1f2937;
    color: #d1d5db;
    vertical-align: top;
}

.veyro-comparison-table tbody td:first-child {
    font-weight: 600;
    color: #fff;
}

.veyro-comparison-table tbody td.veyro-col-highlight {
    background: rgba(250, 204, 21, 0.06);
    color: #fef9c3;
}

.veyro-comparison-table tbody tr:last-child td {
    border-bottom: none;
}

.veyro-urgency-card {
    background: linear-gradient(145deg, #1a1208 0%, #111827 45%);
    border: 1px solid rgba(250, 204, 21, 0.35);
    border-radius: 1rem;
    padding: 2rem 1.5rem;
    max-width: 40rem;
    margin: 0 auto;
}

.veyro-testimonial {
    max-width: 36rem;
    margin: 0 auto;
    padding: 1.5rem 1.25rem;
    background: #111827;
    border-radius: 0.75rem;
    border-left: 4px solid #facc15;
}

.veyro-testimonial blockquote {
    margin: 0 0 0.75rem;
    font-size: 1.05rem;
    line-height: 1.6;
    color: #e5e7eb;
    font-style: italic;
}

.veyro-testimonial cite {
    font-size: 0.875rem;
    color: #9ca3af;
    font-style: normal;
}

.veyro-wa-fab {
    z-index: 1080;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.65rem 1.1rem;
    bottom: calc(1rem + env(safe-area-inset-bottom, 0px));
    right: calc(1rem + env(safe-area-inset-right, 0px));
    left: auto;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.45);
    border: none;
}

.veyro-wa-fab svg {
    flex-shrink: 0;
}

@media (max-width: 400px) {
    .veyro-wa-fab .veyro-wa-fab-label {
        display: none;
    }

    .veyro-wa-fab {
        padding: 0.75rem;
        border-radius: 50% !important;
    }
}
