﻿.registerApp .wrap {
    width: 100%;
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 24px;
}

.registerApp .eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #2F6FED;
    margin-bottom: 14px;
}
.registerApp .eyebrow::before {
    content: "";
    width: 18px;
    height: 2px;
    background: #2F6FED;
    border-radius: 2px;
}

/* ---------- Buttons ---------- */

.registerApp .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 14px 28px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 15px;
    font-family: 'Space Grotesk', sans-serif;
    border: 1px solid transparent;
    cursor: pointer;
    transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}

.registerApp .btn-primary {
    background: #2F6FED;
    color: #FFFFFF;
}
.btn-primary:hover {
    background: #4C8DFF;
    transform: translateY(-2px);
}
.registerApp .btn-ghost {
    background: #fafcff;
    color: #1d68d5;
    border-color: rgb(180 205 236);
}
.btn-ghost:hover {
    border-color: #9abcea;
    background: rgb(244 249 255);
}
.registerApp .btn-dark {
    background: #0B2545;
    color: #F5F8FC;
    box-shadow: 0 6px 0 #08172E;
}

    .btn-dark:hover {
        background: #1D4ED8;
        transform: translateY(-2px);
    }

/* ---------- Perforation motif (ticket tear edge) ---------- */

.registerApp .perf-bottom {
    position: relative;
}
.registerApp .perf-top {
    position: relative;
}

.registerApp .perf-card-edge {
    position: relative;
}

/* ---------- Breadcrumb strip ---------- */

.registerApp .breadcrumb {
    background: #fafcff;
    padding: 12px 0;
    font-size: 13.5px;
    color: #55698A;
}

    .registerApp .breadcrumb .wrap {
        display: flex;
        gap: 8px;
        align-items: center;
    }

    .registerApp .breadcrumb a {
        font-weight: 600;
        color: #1D4ED8;
    }

    .registerApp .breadcrumb span.sep {
        color: #AFC3E0;
    }

    .registerApp .breadcrumb span.current {
        color: #16273F;
        font-weight: 600;
    }

/* ---------- Hero ---------- */

.registerApp .hero {
    background: #e6f2ff;
    color: #243d5e;
    padding: 32px 0 36px;
    padding-bottom: 7vh;
}

.registerApp .hero-grid {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 3vw;
    align-items: center;
}

.registerApp .hero h1 {
    color: #103c76;
    font-size: 46px;
    margin-bottom: 20px;
}

    .hero h1 em {
        font-style: normal;
        color: #2F6FED;
    }

.registerApp .hero p.lead {
    font-size: 17.5px;
    color: #172c4e;
    max-width: 540px;
    margin-bottom: 32px;
}

.registerApp .hero-ctas {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.registerApp .hero-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.registerApp .chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgb(244 249 255);
    border: 1px solid rgb(244 249 255);
    font-size: 13px;
    font-weight: 600;
    color: #29477a;
}

    .registerApp .chip svg {
        width: 14px;
        height: 14px;
        color: #2F6FED;
    }

/* Hero visual: flat "receipt" card */

.registerApp .hero-visual {
    background: #F5F8FC;
    border-radius: 18px;
    padding: 28px 26px 34px;
    color: #16273F;
    position: relative;
    box-shadow: 0px 2px 40px rgb(11 37 69 / 1%), 0px 3px 24px rgb(11 37 69 / 12%);
    margin-top: 15px;
}

.registerApp .receipt-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 2px dashed #D9E4F5;
    padding-bottom: 14px;
    margin-bottom: 14px;
}

.registerApp .receipt-head .rh-title {
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
    font-size: 15px;
    color: #0B2545;
}

.registerApp .receipt-head .rh-tag {
    font-size: 11px;
    font-weight: 700;
    background: #2F6FED;
    color: #fff;
    padding: 5px 9px 3px;
    border-radius: 999px;
    letter-spacing: 0.03em;
}
.registerApp .receipt-head .kitchentag {
    background-color: #089988;
}
.registerApp .receipt-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid #E5EDF9;
    font-size: 14px;
}

    .registerApp .receipt-row:last-of-type {
        border-bottom: none;
    }

    .registerApp .receipt-row .r-name {
        font-weight: 600;
    }

    .registerApp .receipt-row .r-meta {
        color: #8A99B3;
        font-size: 12.5px;
    }

    .registerApp .receipt-row .r-price {
        font-weight: 700;
        color: #0B2545;
    }

.registerApp .receipt-foot {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 2px dashed #D9E4F5;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.registerApp .receipt-foot .rf-label {
    font-size: 16px;
    color: #55698A;
    font-weight: 600;
}

.registerApp .receipt-foot .rf-total {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 26px;
    font-weight: 700;
    color: #0B2545;
}

/* ---------- Section shells ---------- */

.registerApp section {
    padding: 6vh 0;
}

.registerApp .section-head {
    max-width: 640px;
    margin-bottom: 48px;
}

    .registerApp .section-head.center {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    .registerApp .section-head h2 {
        font-size: 32px;
        margin-bottom: 14px;
    }

    .registerApp .section-head p {
        color: #55698A;
        font-size: 16px;
    }

/* ---------- Intro / overview ---------- */

.registerApp .intro {
    background: #F5F8FC;
}

.registerApp .intro-body p {
    color: #3A4A63;
    font-size: 16px;
    max-width: 880px;
    margin-bottom: 18px;
}

.registerApp .intro-body strong {
    color: #0B2545;
}

/* ---------- Why / bullet + panel ---------- */

.registerApp .why {
    background: #EAF1FB;
}

.registerApp .why-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 56px;
    align-items: center;
}

.registerApp .why-list {
    display: grid;
    gap: 16px;
}

.registerApp .why-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    background: #FFFFFF;
    border: 1px solid #D9E4F5;
    border-radius: 12px;
    padding: 16px 18px;
    box-shadow: 0 14px 30px rgba(11, 37, 69, 0.07);
}
.registerApp .why-item .wi-icon {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    background: #0B2545;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.registerApp .why-item .wi-icon svg {
    width: 19px;
    height: 19px;
    color: #b0c2e5;
}
.registerApp .why-item .wi-text {
    font-weight: 600;
    font-size: 15px;
    color: #16273F;
    padding-top: 8px;
}
.registerApp .why-panel {
    background: #0B2545;
    border-radius: 18px;
    padding: 36px 32px;
    color: #F5F8FC;
    box-shadow: 0 26px 55px rgba(11, 37, 69, 0.22);
}
.registerApp .why-panel .wp-kicker {
    font-size: 13px;
    font-weight: 700;
    color: #2F6FED;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.registerApp .why-panel h3 {
    color: #F5F8FC;
    font-size: 24px;
    margin-bottom: 14px;
}
.registerApp .why-panel p {
    color: #C7D9F7;
    font-size: 15px;
    margin-bottom: 22px;
}
.registerApp .stat-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}
.registerApp .stat-row .stat-num {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 30px;
    font-weight: 700;
    color: #2F6FED;
}
.registerApp .stat-row .stat-label {
    font-size: 12.5px;
    color: #C7D9F7;
}
/* ---------- Feature grid (17 capabilities) ---------- */
.registerApp .features {
    background: #F5F8FC;
}
.registerApp .feature-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.registerApp .feature-card {
    background: #FFFFFF;
    border: 1px solid #D9E4F5;
    border-radius: 14px;
    padding: 26px 24px;
    box-shadow: 0 16px 34px rgba(11, 37, 69, 0.07);
    transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
}
.registerApp .feature-card:hover {
    transform: translateY(-4px);
    box-shadow: 0px 1px 16px rgba(11, 37, 69, 0.14);
    border-color: #9abde9;
}
.registerApp .feature-card .fc-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: #EAF1FB;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}
.registerApp .feature-card .fc-icon svg {
    width: 22px;
    height: 22px;
    color: #0B2545;
}
.registerApp .feature-card:hover .fc-icon {
    background: #2F6FED;
}
.registerApp .feature-card:hover .fc-icon svg {
    color: #FFFFFF;
}
.registerApp .feature-card h3 {
    font-size: 16.5px;
    margin-bottom: 8px;
}
.registerApp .feature-card p {
    font-size: 14px;
    color: #55698A;
}

/* ---------- Dojo banner ---------- */

.registerApp .dojo-banner {
    background: #2F6FED;
    color: #fff;
    padding: 56px 0;
}

.registerApp .dojo-inner {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 40px;
    align-items: center;
}
.registerApp .dojo-inner h2 {
    color: #fff;
    font-size: 28px;
    margin-bottom: 12px;
}

.registerApp .dojo-inner p.dj-lead {
    color: rgba(255,255,255,0.9);
    font-size: 15.5px;
    margin-bottom: 4px;
}
.registerApp .dojo-points {
    display: grid;
    gap: 12px;
    margin-top: 20px;
}

.registerApp .dojo-point {
    display: flex;
    align-items: center;
    gap: 12px;
    background: rgba(255,255,255,0.12);
    border-radius: 10px;
    padding: 12px 16px;
    font-size: 14.5px;
    font-weight: 600;
}
.registerApp .dojo-point svg {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}

/* ---------- Product suite cross-links ---------- */

.registerApp .suite {
    background: #EAF1FB;
}

.registerApp .suite-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}
.registerApp .suite-card {
    background: #FFFFFF;
    border-radius: 16px;
    padding: 30px 26px;
    border: 1px solid #D9E4F5;
    position: relative;
    box-shadow: 0 18px 38px rgba(11, 37, 69, 0.08);
}
.registerApp .suite-card.active {
    background: #0B2545;
    border-color: #0B2545;
    box-shadow: 0 22px 46px rgba(11, 37, 69, 0.28);
}

.registerApp .suite-card.active h3, .suite-card.active p {
    color: #F5F8FC;
}

.registerApp .suite-card.active p {
    color: #C7D9F7;
}
.registerApp .suite-card .sc-icon {
    width: 46px;
    height: 46px;
    border-radius: 12px;
    background: #EAF1FB;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
}

.registerApp .suite-card.active .sc-icon {
    background: #2F6FED;
}

.registerApp .suite-card .sc-icon svg {
    width: 23px;
    height: 23px;
    color: #0B2545;
}

.registerApp .suite-card.active .sc-icon svg {
    color: #fff;
}

.registerApp .suite-card h3 {
    font-size: 18px;
    margin-bottom: 8px;
}

.registerApp .suite-card p {
    font-size: 14px;
    color: #55698A;
    margin-bottom: 18px;
}

.registerApp .suite-card .sc-link {
    font-weight: 700;
    font-size: 13.5px;
    color: #2F6FED;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.registerApp .suite-card.active .sc-link {
    color: #2F6FED;
}

/* ---------- CTA band ---------- */

.registerApp .cta-band {
    background: #0B2545;
    color: #F5F8FC;
    text-align: center;
    padding: 5vh 0;
}

.registerApp .cta-band h2 {
    color: #F5F8FC;
    font-size: 30px;
    margin-bottom: 14px;
}

.registerApp .cta-band p {
    color: #C7D9F7;
    max-width: 520px;
    margin: 0 auto 32px;
}

.registerApp .cta-band .btn-row {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}

.registerApp .cta-band .phone-note {
    margin-top: 22px;
    font-size: 14px;
    color: #9FC0F0;
}

.registerApp .cta-band .phone-note strong {
    color: #2F6FED;
}
/* ---------- Responsive ---------- */

@media (max-width: 980px) {
    .registerApp .hero-grid {
        grid-template-columns: 1fr;
    }

    .registerApp .why-grid {
        grid-template-columns: 1fr;
    }

    .registerApp .dojo-inner {
        grid-template-columns: 1fr;
    }

    .registerApp .feature-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .registerApp .suite-grid {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 620px) {
    .registerApp .hero h1 {
        font-size: 32px;
    }

    .registerApp .feature-grid {
        grid-template-columns: 1fr;
    }

    .registerApp section {
        padding: 56px 0;
    }

    .registerApp .footer-grid {
        grid-template-columns: 1fr;
    }

    .registerApp .header-phone {
        display: none;
    }
}
@media (max-width: 480px) {
    div.monitor-screen {
        grid-template-columns: 1fr;
    }

    div.registerApp .hero h1 {
        font-size: 28px;
    }
}
@media (max-width: 440px){
    .registerApp .receipt-head span.kitchentag{
        display:none;
    }
}
@media (max-width: 390px) {
    .registerApp .btn {
        padding: 14px 16px;
    }

    .registerApp .chip {
        width: 100%;
        justify-content: center;
        border-radius: 5px;
    }

    .registerApp div.hero-ctas {
        flex-direction: column;
    }
    .registerApp .cta-band div.btn-row {
        flex-direction: column;
    }
    div.phone-body {
        width: 275px;
        box-shadow: 0px 9px 16px rgb(11 37 69 / 20%), 0 8px 24px rgba(11, 37, 69, 0.25);
    }
    .registerApp div.wrap {
        padding: 0 16px;
    }
}
/*************  Waiter App Styles  ****************/
.phone-body {
    width: 300px;
    background: #26416c;
    border-radius: 40px;
    padding: 10px;
    box-shadow: 0px 1px 20px 0px rgb(11 37 69 / 35%);
    position: relative;
}

.phone-notch {
    width: 90px;
    height: 22px;
    background: #26416c;
    border-radius: 0 0 14px 14px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}

.phone-screen {
    background: #F5F8FC;
    border-radius: 28px;
    padding: 30px 18px 18px;
    color: #16273F;
    min-height: 420px;
    display: flex;
    flex-direction: column;
}

.phone-home-bar {
    width: 90px;
    height: 4px;
    border-radius: 3px;
    background: rgba(245, 248, 252, 0.35);
    margin: 12px auto 2px;
}

.app-topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 2px dashed #D9E4F5;
    padding-bottom: 14px;
    margin-bottom: 14px;
}

.app-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid #E5EDF9;
    font-size: 13.5px;
}

.app-total {
    margin-top: 4px;
    padding-top: 16px;
    border-top: 2px dashed #D9E4F5;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 14px;
}

.app-send-btn {
    background: #2F6FED;
    color: #fff;
    text-align: center;
    padding: 13px;
    border-radius: 12px;
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 10px;
}

.hero-visual.phone-mock {
    background: transparent;
    box-shadow: none;
    display: flex;
    justify-content: center;
    padding: 0;
}

.app-send-btn svg {
    width: 16px;
    height: 16px;
}
/*********   KDS Styles   **********/
.hero-visual.kds-mock {
    background: transparent;
    box-shadow: none;
    padding: 0;
}

.monitor-frame {
    background: #26416c;
    border-radius: 20px;
    padding: 10px 10px 10px;
    box-shadow: 0px 1px 20px 0px rgb(11 37 69 / 35%);
}

.monitor-stand {
    width: 90px;
    height: 10px;
    background: #26416c;
    border-radius: 0 0 6px 6px;
    margin: 0 auto;
}

.monitor-stand-base {
    width: 150px;
    height: 6px;
    background: #26416c;
    border-radius: 4px;
    margin: 2px auto 0;
    box-shadow: 0px 1px 20px 0px rgb(11 37 69 / 35%);
}

.monitor-screen {
    background: #d2e0f5;
    border-radius: 10px;
    padding: 18px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.kds-ticket {
    background: #F5F8FC;
    border-radius: 12px;
    padding: 14px 14px 16px;
    color: #16273F;
}
.kds-ticket-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 2px dashed #D9E4F5;
    padding-bottom: 4px;
    margin-bottom: 4px;
}
.kds-item.modified {
    background: #FDECEC;
    color: #C22B20;
    border-radius: 6px;
    padding: 6px 8px;
    margin: 2px 0;
    border-bottom: none;
}
.kds-item {
    font-size: 12.5px;
    font-weight: 600;
    padding: 6px 0;
    border-bottom: 1px solid #E5EDF9;
}
.kds-item.deleted {
    color: #A9B7CC;
    text-decoration: line-through;
}
.kds-serve-btn {
    margin-top: 12px;
    background: #2F6FED;
    color: #fff;
    text-align: center;
    padding: 8px;
    border-radius: 8px;
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}
.kds-serve-btn svg {
    width: 13px;
    height: 13px;
}
.kds-item .ki-meta {
    display: block;
    font-weight: 500;
    color: #8A99B3;
    font-size: 11px;
}
.ar-price {
    font-weight: bold;
    color: #3862a1;
    font-size: 13px;
}