:root {
    --marketing-cream: #f6f1e6;
    --marketing-border: rgba(2, 35, 35, 0.12);
}

@font-face {
    font-family: 'Diagramm-Regular';
    src: url('../zerogateway-mirror/fonts/Diagramm-Regular.woff') format('woff');
}

@font-face {
    font-family: 'Diagramm-Medium';
    src: url('../zerogateway-mirror/fonts/Diagramm-Medium.woff') format('woff');
}

@font-face {
    font-family: 'Diagramm-Light';
    src: url('../zerogateway-mirror/fonts/Diagramm-Light.woff') format('woff');
}

@font-face {
    font-family: 'Diagramm-SemiBold';
    src: url('../zerogateway-mirror/fonts/Diagramm-SemiBold.woff') format('woff');
}

@font-face {
    font-family: 'Diagramm-Bold';
    src: url('../zerogateway-mirror/fonts/Diagramm-Bold.woff') format('woff');
}

body.marketing-site {
    overflow-x: hidden;
    background: #fff;
    font-family: 'Diagramm-Regular', 'Inter', sans-serif;
}

.hide {
    display: none !important;
}

.branding-link {
    text-decoration: none;
}

.branding-logo {
    height: 30px;
    width: auto;
    max-width: 220px;
    object-fit: contain;
}

.logofixed.branding-logo {
    /* Kept default logo without dark filters because header stays dark on scroll */
}

h1,
h2,
h3,
h4,
h5,
.fw-600,
.btn,
.nav-link {
    font-family: 'Diagramm-SemiBold', 'Inter', sans-serif;
}

p,
body,
input,
textarea,
button {
    font-family: 'Diagramm-Regular', 'Inter', sans-serif;
}

.branding-mark {
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.branding-mark__icon {
    width: 36px;
    height: 36px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(222, 233, 101, 0.16);
    color: #dee965;
    font-size: 18px;
}

.branding-mark__text {
    color: #e8f5d1;
    font-family: 'Diagramm-Bold';
    font-size: 20px;
    line-height: 1;
}

#myHeader,
#myHeader.fixed,
#myHeader.fixed.closableBannerVisible,
.header,
.header.intro.fixed,
.header.fixed {
    position: absolute !important;
    background-color: transparent !important;
    background: transparent !important;
    box-shadow: none !important;
    top: 0 !important;
    width: 100% !important;
    z-index: 1000 !important;
}


#myHeader.fixed .nav-link {
    color: inherit !important;
}

#myHeader.fixed .nav-link:hover {
    color: inherit !important;
}

#myHeader.fixed .branding-mark__icon {
    background: transparent;
    color: inherit;
}

#myHeader.fixed .branding-mark__text {
    color: inherit;
}

.marketing-hero-copy {
    max-width: 640px;
}

.marketing-inline-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 16px;
    border-radius: 999px;
    background: rgba(222, 233, 101, 0.08);
    color: #e8f5d1;
    border: 1px solid rgba(222, 233, 101, 0.12);
    margin-bottom: 24px;
}

.marketing-inline-badge i {
    color: #dee965;
}

.marketing-mini-points {
    display: flex;
    flex-wrap: wrap;
    gap: 22px;
    padding-left: 0;
    margin-top: 24px;
}

.marketing-mini-points li {
    list-style: none;
    color: #e8f5d1;
    font-size: 17px;
}

.marketing-mini-points i {
    color: #dee965;
}

.marketing-panel {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 30px;
    padding: 24px;
}

.marketing-surface {
    background: #fff;
    border-radius: 24px;
    padding: 28px;
    box-shadow: 0 25px 80px rgba(2, 35, 35, 0.12);
}

.marketing-payment-screen {
    border: 1px solid rgba(2, 35, 35, 0.08);
    border-radius: 18px;
    padding: 18px;
}

.marketing-payment-screen__amount {
    font-size: 48px;
    line-height: 1;
    color: #022d2d;
    margin-bottom: 14px;
}

.marketing-upi-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin-bottom: 18px;
}

.marketing-upi-chip {
    border: 1px solid #dee4ea;
    border-radius: 999px;
    background: #fbfbfb;
    padding: 8px 14px;
    font-size: 14px;
    color: #022d2d;
}

.marketing-qr-placeholder {
    background: linear-gradient(145deg, #f2f6eb, #fdfdf7);
    border: 1px dashed rgba(2, 35, 35, 0.16);
    border-radius: 18px;
    padding: 22px;
}

.marketing-qr-placeholder i {
    font-size: 96px;
    color: #022d2d;
}

.marketing-tool-card,
.marketing-doc-card,
.marketing-page-card,
.marketing-blog-card {
    background: #fff;
    border: 1px solid var(--marketing-border);
    border-radius: 24px;
    box-shadow: 0 18px 50px rgba(2, 35, 35, 0.08);
}

.marketing-tool-card {
    padding: 26px;
}

.marketing-doc-card {
    padding: 32px;
}

.marketing-page-card {
    padding: 36px;
}

.marketing-blog-card {
    overflow: hidden;
    height: 100%;
}

.marketing-blog-card__image {
    aspect-ratio: 16 / 9;
    width: 100%;
    object-fit: cover;
}

.marketing-blog-card__placeholder {
    aspect-ratio: 16 / 9;
    width: 100%;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, #022d2d, #0b4d4a);
    color: #dee965;
    font-size: 64px;
}

.marketing-blog-card__body {
    padding: 24px;
}

.marketing-empty-state {
    border: 1px dashed rgba(2, 35, 35, 0.16);
    border-radius: 20px;
    background: #fbfbfb;
    text-align: center;
    padding: 42px 24px;
}

.marketing-empty-state img {
    max-height: 160px;
    margin-bottom: 18px;
}

.marketing-empty-state__icon {
    display: block;
    margin-bottom: 16px;
    color: #78918d;
    font-size: 64px;
}

.qrmerchant {
    border: 1px solid #dee4ea;
    border-radius: 16px;
    overflow: hidden;
}

.Merchantname {
    background: #e8f5d1;
    padding: 20px;
}

.Merchantname h4 {
    font-size: 24px;
}

.upiapp li {
    background: #fbfbfb;
    border-radius: 4px;
    text-align: center;
    list-style: none;
    padding: 2px 16px;
    border: 0;
    margin-right: 13px;
    min-height: 39px;
    display: flex;
    justify-content: center;
}

.marketing-code-block {
    background: #07191b;
    border-radius: 22px;
    padding: 26px;
    color: #d9fbf7;
    box-shadow: 0 18px 45px rgba(2, 35, 35, 0.16);
}

.marketing-code-block pre {
    margin: 0;
    white-space: pre-wrap;
}

.marketing-pricing-table-wrap {
    background: #fff;
    border: 1px solid rgba(2, 35, 35, 0.08);
    border-radius: 28px;
    box-shadow: 0 20px 70px rgba(2, 35, 35, 0.08);
    overflow-x: auto;
}

.marketing-pricing-table-wrap .price-table td,
.marketing-pricing-table-wrap .price-table th {
    min-width: 220px;
}

.marketing-pricing-table-wrap .price-table th:first-child,
.marketing-pricing-table-wrap .price-table td:first-child {
    min-width: 240px;
}

.plan-column.is-highlighted {
    position: relative;
    background: linear-gradient(180deg, rgba(222, 233, 101, 0.18), rgba(222, 233, 101, 0.02));
}

.plan-column.is-highlighted::after {
    content: 'Popular';
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 12px;
    padding: 6px 12px;
    border-radius: 999px;
    background: #dee965;
    color: #022d2d;
    font-size: 13px;
    font-family: 'Diagramm-SemiBold';
}

.pricing-cta-copy {
    max-width: 360px;
}

.billing-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(222, 233, 101, 0.12);
    color: #dee965;
    font-size: 14px;
}

.generated-request-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.generated-request-card {
    border: 1px solid rgba(2, 35, 35, 0.12);
    border-radius: 18px;
    background: #fff;
    padding: 16px;
}

.generated-request-card h5 {
    font-size: 22px;
    margin-bottom: 8px;
}

.generated-request-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 12px 0;
}

.generated-request-meta span {
    background: #f6f8ef;
    border: 1px solid #e5ebd8;
    border-radius: 999px;
    padding: 7px 12px;
    font-size: 14px;
    color: #022d2d;
}

.generated-request-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.generated-request-actions button,
.generated-request-actions a {
    border: 0;
    border-radius: 999px;
    padding: 10px 18px;
    font-size: 14px;
    text-decoration: none;
}

.generated-request-actions .copy-btn {
    background: #dee965;
    color: #022d2d;
}

.generated-request-actions .open-btn {
    background: #022d2d;
    color: #e8f5d1;
}

.generated-request-actions .share-btn {
    background: #eef4f4;
    color: #022d2d;
}

.marketing-form-note {
    font-size: 15px;
    color: #456262;
}

.marketing-alert {
    border-radius: 18px;
    border: 1px solid rgba(2, 35, 35, 0.08);
}

.marketing-article {
    background: #fff;
    border: 1px solid rgba(2, 35, 35, 0.08);
    border-radius: 28px;
    padding: 38px;
    box-shadow: 0 18px 55px rgba(2, 35, 35, 0.08);
}

.marketing-article img {
    max-width: 100%;
    border-radius: 18px;
}

.marketing-article p,
.marketing-article li {
    color: #244040;
    font-size: 18px;
    line-height: 1.8;
}

.marketing-article h2,
.marketing-article h3,
.marketing-article h4 {
    margin-top: 2rem;
}

.marketing-article blockquote {
    border-left: 4px solid #dee965;
    background: #f7f9f3;
    border-radius: 0 18px 18px 0;
    padding: 18px 22px;
}

.marketing-page-body p,
.marketing-page-body li {
    color: #244040;
    font-size: 18px;
    line-height: 1.8;
}

.marketing-page-body img {
    max-width: 100%;
    border-radius: 18px;
}

.footer-social-list li {
    list-style: none;
    margin-left: 14px;
}

.footer-social-list a {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid rgba(232, 245, 209, 0.22);
    color: #e8f5d1;
    text-decoration: none;
}

.footer-contact-line {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    font-size: 13px;
}

.footer-contact-line,
.footer-contact-line a {
    color: #e8f5d1;
}

.footer-brand-text .branding-mark__text {
    color: #fff;
}

.blog-pagination nav {
    display: flex;
    justify-content: center;
}

.blog-pagination .pagination {
    gap: 8px;
}

.blog-pagination .page-link {
    border-radius: 999px;
    border: 1px solid rgba(2, 35, 35, 0.12);
    color: #022d2d;
    padding: 10px 16px;
}

.blog-pagination .active > .page-link {
    background: #dee965;
    border-color: #dee965;
    color: #022d2d;
}

@media (max-width: 991.98px) {
    .marketing-hero-copy {
        max-width: 100%;
    }

    .marketing-payment-screen__amount {
        font-size: 38px;
    }

    .marketing-page-card,
    .marketing-doc-card,
    .marketing-tool-card,
    .marketing-article {
        padding: 24px;
    }

    .footer-social-list li {
        margin: 0 7px;
    }
}

@media (max-width: 767.98px) {
    .marketing-inline-badge {
        font-size: 14px;
        padding: 8px 12px;
    }

    .marketing-mini-points {
        gap: 12px;
    }

    .pricing-cta-copy {
        max-width: none;
    }

    .generated-request-actions {
        flex-direction: column;
    }

    .generated-request-actions button,
    .generated-request-actions a {
        width: 100%;
        text-align: center;
    }

    .footer-contact-line {
        margin-top: 10px;
    }
}

/* Public home/header responsive hardening */
#myHeader {
    min-height: 88px;
    color: #e8f5d1;
    transition: background-color .2s ease, box-shadow .2s ease;
}

#myHeader.marketing-header-scrolled,
#myHeader.fixed,
#myHeader.fixed.closableBannerVisible,
.header.intro.fixed {
    position: fixed !important;
    background: #022d2d !important;
    box-shadow: 0 10px 32px rgba(1, 27, 27, .18) !important;
}

.marketing-desktop-nav {
    min-height: 88px;
    gap: 40px;
}

.marketing-header-logo {
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
    max-width: 250px;
}

.marketing-header-logo img {
    display: block;
    width: auto;
    max-width: 250px;
    height: 44px;
    object-fit: contain;
}

.marketing-desktop-nav nav {
    min-width: 0;
}

.marketing-desktop-nav .nav-link {
    color: #e8f5d1 !important;
    white-space: nowrap;
    padding: 31px 0;
}

.marketing-desktop-nav .nav-item.active .nav-link,
.marketing-desktop-nav .nav-link:hover,
.marketing-desktop-nav .nav-link:focus-visible {
    color: #dee965 !important;
}

.marketing-header-actions {
    flex: 0 0 auto;
}

.marketing-header-actions .btn {
    white-space: nowrap;
}

.marketing-mobile-bar {
    min-height: 76px;
    width: 100%;
    gap: 12px;
}

.marketing-mobile-logo {
    min-width: 0;
    max-width: min(53vw, 210px);
}

.marketing-mobile-logo img {
    display: block;
    width: 100%;
    max-width: 210px;
    height: auto;
    max-height: 42px;
    object-fit: contain;
    object-position: left center;
}

.marketing-mobile-actions {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 0 0 auto;
}

.marketing-mobile-cta {
    min-width: 92px;
    padding: 10px 17px !important;
    white-space: nowrap;
    font-size: 15px !important;
}

.marketing-menu-toggle {
    width: 44px;
    height: 44px;
    padding: 9px;
    border: 0;
    border-radius: 12px;
    background: rgba(255, 255, 255, .08);
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
}

.marketing-menu-toggle span {
    display: block;
    width: 100%;
    height: 3px;
    border-radius: 10px;
    background: #fff;
    transition: transform .2s ease, opacity .2s ease;
}

.marketing-menu-toggle.is-open span:nth-child(1) {
    transform: translateY(9px) rotate(45deg);
}

.marketing-menu-toggle.is-open span:nth-child(2) {
    opacity: 0;
}

.marketing-menu-toggle.is-open span:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
}

.marketing-mobile-menu {
    position: absolute;
    top: 76px;
    left: 0;
    right: 0;
    max-height: calc(100vh - 76px);
    overflow-y: auto;
    padding: 14px 20px 22px;
    background: #022d2d;
    border-top: 1px solid rgba(255, 255, 255, .1);
    box-shadow: 0 22px 40px rgba(0, 0, 0, .22);
}

.marketing-mobile-menu[hidden] {
    display: none !important;
}

.marketing-mobile-menu nav {
    display: grid;
}

.marketing-mobile-menu nav a {
    color: #e8f5d1;
    text-decoration: none;
    font-size: 18px;
    font-family: 'Diagramm-SemiBold', 'Inter', sans-serif;
    padding: 14px 4px;
    border-bottom: 1px solid rgba(255, 255, 255, .09);
}

.marketing-mobile-menu nav a.active,
.marketing-mobile-menu nav a:hover {
    color: #dee965;
}

.marketing-mobile-auth {
    padding-top: 18px;
}

body.marketing-menu-open {
    overflow: hidden;
}

.home-hero .linebg1 {
    padding-top: 0 !important;
    padding-bottom: 60px !important;
}

.home-hero-row {
    min-height: 690px;
    padding-top: 115px;
}

.home-hero .marketing-hero-copy h1 {
    overflow-wrap: anywhere;
}

.home-hero-image {
    display: inline-block;
    width: min(100%, 520px);
    height: auto;
}

.home-integrations {
    padding-top: 18px;
}

.home-integrations-label {
    margin-bottom: 22px;
    color: rgba(232, 245, 209, .72);
    font-size: 14px;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.marketing-integrations {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    align-items: center;
    gap: 18px;
    max-width: 960px;
}

.marketing-integration-item {
    min-width: 0;
    min-height: 82px;
    padding: 16px;
    border: 1px solid rgba(232, 245, 209, .14);
    border-radius: 18px;
    background: rgba(255, 255, 255, .055);
    display: flex;
    align-items: center;
    justify-content: center;
}

.marketing-integration-item img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    max-height: 48px;
    object-fit: contain;
}

.appdevbg {
    height: 100%;
}

.testimonial-slider:not(.slick-initialized) {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}

.testimonial-slider:not(.slick-initialized) .testimonial-slide {
    min-width: 0;
}

.rate {
    gap: 4px;
    color: #f4b400;
}

.rate .bi {
    display: inline-block;
    width: auto;
    height: auto;
    font-size: 17px;
    line-height: 1;
}

footer,
footer .container-xl,
footer .row {
    max-width: 100%;
}

.footer-contact-line {
    align-items: center;
    overflow-wrap: anywhere;
}

@media (max-width: 1199.98px) and (min-width: 992px) {
    .marketing-desktop-nav {
        gap: 20px;
    }

    .marketing-header-logo,
    .marketing-header-logo img {
        max-width: 190px;
    }

    .marketing-desktop-nav .gap-4 {
        gap: 1rem !important;
    }

    .marketing-desktop-nav .nav-link {
        font-size: 14px;
    }

    .marketing-header-actions .btn {
        padding-left: 18px;
        padding-right: 18px;
    }
}

@media (max-width: 991.98px) {
    #myHeader {
        min-height: 76px;
        background: #022d2d !important;
    }

    .home-hero-row {
        min-height: auto;
        padding-top: 115px;
    }

    .home-hero .marketing-hero-copy {
        text-align: left;
    }

    .home-hero-image {
        max-width: 460px;
    }

    .marketing-integrations {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .footer-logo,
    .footer-icon,
    footer .copyright,
    footer .footer-contact-line {
        text-align: center !important;
        justify-content: center;
    }
}

@media (max-width: 767.98px) {
    .container.nav-px {
        padding-left: 18px !important;
        padding-right: 18px !important;
    }

    .home-hero .linebg1 {
        padding-bottom: 40px !important;
    }

    .home-hero-row {
        padding-top: 104px;
    }

    .home-hero-row > [class*="col-"] {
        min-width: 0;
    }

    .home-hero .marketing-inline-badge {
        max-width: 100%;
        border-radius: 16px;
        line-height: 1.45;
    }

    .home-hero .marketing-hero-copy h1 {
        font-size: clamp(38px, 11vw, 52px) !important;
        line-height: 1.04;
    }

    .home-hero .marketing-hero-copy p {
        font-size: 17px;
        line-height: 1.6;
    }

    .home-hero .marketing-hero-copy .btn {
        width: 100%;
        margin: 0 0 12px !important;
        text-align: center;
    }

    .marketing-mini-points {
        display: grid;
    }

    .home-hero-row .col-md-5 {
        padding-top: 12px !important;
        padding-bottom: 12px !important;
    }

    .home-hero-image {
        max-width: min(100%, 390px);
        margin-bottom: 10px !important;
    }

    .home-integrations {
        padding-top: 26px;
    }

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

    .marketing-integration-item {
        min-height: 72px;
        padding: 13px;
    }

    .marketing-integration-item:last-child {
        grid-column: 1 / -1;
        width: calc(50% - 6px);
        justify-self: center;
    }

    .linebg1.py-100,
    .counter-bg .py-100,
    .Testimonial.py-100 {
        padding-top: 64px !important;
        padding-bottom: 64px !important;
    }

    .px-40 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .appdevbg {
        min-height: 0;
        padding: 24px !important;
    }

    .counter-box {
        padding: 18px 4px;
    }

    .countertext {
        font-size: 32px !important;
    }

    .Testimonial {
        padding-left: 18px !important;
        padding-right: 18px !important;
    }

    .Testimonial .diagrammr {
        font-size: 44px !important;
        line-height: 1.05;
    }

    .testimonial-slider:not(.slick-initialized) {
        grid-template-columns: 1fr;
    }

    .testimonial_box {
        min-width: 0;
    }

    .footer-bottum-box {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    footer .copyright {
        font-size: 16px;
        line-height: 1.5;
    }

    .footer-contact-line {
        flex-direction: column;
        gap: 5px;
        font-size: 14px;
    }

    .footer-contact-line > span:not(:last-child) {
        display: none;
    }
}

@media (max-width: 420px) {
    .marketing-mobile-logo {
        max-width: 46vw;
    }

    .marketing-mobile-cta {
        min-width: 78px;
        padding: 9px 13px !important;
        font-size: 14px !important;
    }

    .marketing-mobile-actions {
        gap: 7px;
    }

    .marketing-menu-toggle {
        width: 41px;
        height: 41px;
    }
}
