:root {
    /* v2 theme tokens */
    --v2-blue: #5640ff; /* primary brand blue (requested) */
    --purple: var(--v2-blue); /* alias existing usage to new blue */
    --bg: #f7f7fc;
}

body {
    font-family: "Plus Jakarta Sans", sans-serif;
    background: var(--bg);
}

.hero-section {
    padding: 20px;
}

.hero-wrapper {
    max-width: 1400px;
    margin: auto;
    min-height: 860px;
    border-radius: 32px;
    overflow: hidden;
    background: #fafaff;
    display: flex;
    position: relative;
}

.hero-left {
    width: 48%;
    padding: 120px 40px 80px 70px;
    position: relative;
    z-index: 10;
}

.trust-badge {
    background: #f0edff;
    color: var(--purple);
    padding: 12px 18px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 700;
}

.hero-title {
    margin-top: 40px;
    font-size: 78px;
    line-height: 0.95;
    font-weight: 800;
    letter-spacing: -3px;
    color: #0e1040;
}

.hero-title span {
    color: var(--purple);
}

.hero-desc {
    margin-top: 30px;
    font-size: 28px;
    line-height: 1.6;
    color: #6d7392;
}

.store-buttons {
    display: flex;
    gap: 20px;
    margin-top: 40px;
}

.store-btn {
    text-decoration: none;
}

.apple {
    width: 290px;
    height: 86px;
    border-radius: 22px;
    background: linear-gradient(135deg, var(--purple), #765fff);
    color: #fff;
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 0 25px;
}

.apple i {
    font-size: 40px;
}

.apple strong {
    display: block;
    font-size: 24px;
}

.google {
    width: 290px;
    height: 86px;
    background: #fff;
    border-radius: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}

.google img {
    width: 200px;
}

.website-btn {
    width: 340px;
    height: 76px;
    margin-top: 22px;
    border-radius: 20px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    text-decoration: none;
    color: #111;
    font-weight: 700;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}

.customers {
    margin-top: 45px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.avatars {
    display: flex;
}

.avatars img {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    margin-left: -10px;
    border: 4px solid #fff;
}

.hero-right {
    width: 52%;
    position: relative;
}

.hero-glow {
    position: absolute;
    left: -200px;
    top: 0;
    width: 700px;
    height: 100%;
    background: radial-gradient(
        circle,
        rgba(102, 88, 255, 0.15),
        rgba(102, 88, 255, 0.05),
        transparent 70%
    );
}

.phone-wrap {
    position: absolute;
    left: 40%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 20;
}

.phone-image {
    width: 460px;
    max-width: none;
}

/* .van-scene {
    position: absolute;
    right: 0;
    top: 0;
    width: 52%;
    height: 100%;
}

.van-scene img {
    width: 100%;
    height: 100%;
    object-fit: cover;
} */
.van-scene {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.van-scene img {
    width: 100%;
    height: 100%;
    /* object-fit: cover; */
    object-position: right center;
}
.feature-section {
    max-width: 1400px;
    margin: -80px auto 0;
    position: relative;
    z-index: 30;
}

.feature-card {
    background: #fff;
    border-radius: 35px;
    padding: 60px;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.06);
}

.why-badge {
    background: #f0edff;
    color: var(--purple);
    padding: 10px 20px;
    border-radius: 999px;
    font-weight: 700;
}

.feature-card h2 {
    margin-top: 20px;
    font-size: 52px;
    font-weight: 800;
}

.feature-card h2 span {
    color: var(--purple);
}

.feature-item {
    display: flex;
    gap: 18px;
    align-items: flex-start;
}

.icon-box {
    width: 70px;
    height: 70px;
    border-radius: 18px;
    background: #f4f1ff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--purple);
    font-size: 28px;
}
/* Phone Frame */
.phone-frame {
    width: 300px;
    height: 534px;
    background: #fff;
    border-radius: 40px;
    border: 8px solid #1a1a2e;
    box-shadow:
        0 30px 80px rgba(91, 62, 245, 0.25),
        0 8px 20px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    position: relative;
}

.phone-notch {
    position: absolute;
    top: 8px;
    left: 50%;
    transform: translateX(-50%);
    width: 90px;
    height: 16px;
    background: #1a1a2e;
    border-radius: 0 0 16px 16px;
    z-index: 30;
}

.phone-screen {
    width: 100%;
    height: 100%;
    background: #f8f9ff;
    padding: 34px 14px 14px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    overflow: hidden;
}

.ps-icon-box {
    width: 34px;
    height: 34px;
    background: #ede9fe;
    border-radius: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--purple);
    font-size: 16px;
    flex-shrink: 0;
}

.ps-addr-card {
    background: #fff;
    border-radius: 14px;
    padding: 10px;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.06);
}

.ps-change-btn {
    background: #f0ecff;
    color: var(--purple);
    font-size: 10px;
    font-weight: 700;
    padding: 4px 8px;
    border-radius: 7px;
    white-space: nowrap;
}

.ps-book-banner {
    background: linear-gradient(135deg, #f0ecff, #e0d8ff);
    border-radius: 16px;
    padding: 14px;
}

.ps-book-btn {
    background: var(--purple);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    padding: 6px 14px;
    border-radius: 10px;
    display: inline-block;
}

.ps-book-img {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #d8b4fe, #a78bfa);
    border-radius: 12px;
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.ps-svc-item {
    flex: 1;
    background: #fff;
    border-radius: 12px;
    padding: 8px 4px;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.05);
}

.ps-promo {
    background: #fff;
    border-radius: 14px;
    padding: 10px 12px;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.05);
}
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap");

body {
    font-family: "Inter", sans-serif;
    background: var(--bg);
}

.trust-badge {
    font-size: 11px;
    font-weight: 600;
    padding: 8px 14px;
}

.hero-title {
    margin-top: 24px;
    font-size: 52px;
    line-height: 1.05;
    font-weight: 800;
    letter-spacing: -2px;
}

.hero-desc {
    margin-top: 16px;
    font-size: 16px;
    line-height: 1.6;
    color: #6d7392;
}

.store-buttons {
    gap: 12px;
    margin-top: 28px;
}

.apple {
    width: 190px;
    height: 56px;
    border-radius: 14px;
    gap: 10px;
    padding: 0 16px;
}

.apple i {
    font-size: 26px;
}

.apple small {
    font-size: 10px;
}

.apple strong {
    font-size: 16px;
}

.google {
    width: 190px;
    height: 56px;
    border-radius: 14px;
}

.google img {
    width: 130px;
}

.website-btn {
    width: 230px;
    height: 52px;
    margin-top: 14px;
    border-radius: 999px;
    font-size: 14px;
    gap: 8px;
}

.customers {
    margin-top: 28px;
    gap: 12px;
}

.avatars img {
    width: 38px;
    height: 38px;
    border: 3px solid #fff;
}

.customers h4 {
    font-size: 18px;
    font-weight: 800;
    margin: 0;
}

.customers p {
    font-size: 12px;
    color: #9ca3af;
    margin: 0;
}

/* Feature section */
.feature-card h2 {
    font-size: 36px;
    font-weight: 800;
}

.feature-item h5 {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 4px;
}

.feature-item p {
    font-size: 13px;
    color: #6b7280;
    margin: 0;
}

.icon-box {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    font-size: 22px;
    flex-shrink: 0;
}

.why-badge {
    font-size: 11px;
    font-weight: 700;
    padding: 7px 16px;
}

/* ===== v2 additional styles (Why page & shared) ===== */
/* ===================================
   ONZO FOOTER V2
=================================== */

.onzo-footer-v2 {
    background: #fff;
    border-top: 1px solid #ece9f8;
    padding: 22px 0;
    z-index: 3;
}

.onzo-footer-top {
    display: flex;
    align-items: center;
    justify-content: start;
    padding-bottom: 18px;
    gap: 297px;
}

.onzo-footer-brand {
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
}

.onzo-footer-brand img {
    width: 28px;
    height: 28px;
    object-fit: contain;
}

.onzo-footer-brand span {
    font-size: 26px;
    font-weight: 700;
    color: var(--purple);
    line-height: 1;
}

.onzo-footer-nav {
    display: flex;
    align-items: center;
    gap: 42px;
}

.onzo-footer-nav a {
    color: #51577a;
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
    transition: 0.3s;
}

.onzo-footer-nav a:hover {
    color: var(--purple);
}

.onzo-footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.onzo-footer-social {
    display: flex;
    align-items: center;
    gap: 16px;
}

.onzo-footer-social a {
    color: #8489a8;
    font-size: 14px;
    transition: 0.3s;
}

.onzo-footer-social a:hover {
    color: var(--purple);
}

.onzo-footer-contact {
    display: flex;
    align-items: center;
    gap: 34px;
}

.onzo-footer-contact a {
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    color: #6c7293;
    font-size: 13px;
    font-weight: 500;
}

.onzo-footer-contact i {
    color: var(--purple);
    font-size: 13px;
}

/* Tablet */

@media (max-width: 991px) {
    .onzo-footer-top {
        flex-direction: column;
        gap: 20px;
    }

    .onzo-footer-bottom {
        flex-direction: column;
        gap: 20px;
    }

    .onzo-footer-nav {
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
    }

    .onzo-footer-contact {
        flex-wrap: wrap;
        justify-content: center;
        gap: 15px;
    }
}

/* Mobile */

@media (max-width: 767px) {
    .onzo-footer-brand span {
        font-size: 22px;
    }

    .onzo-footer-nav {
        gap: 15px;
    }

    .onzo-footer-nav a {
        font-size: 12px;
    }

    .onzo-footer-contact {
        flex-direction: column;
        gap: 10px;
    }
}

/* ===== Sticky footer for v2 layout ===== */
body.landing-v2 {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    /* prevent horizontal scroll from full-bleed hero graphic */
    overflow-x: hidden;
}
body.landing-v2 > main {
    flex: 1 0 auto;
}

/* ===== v2 primary color overrides (scoped) ===== */
body.landing-v2 .btn-primary {
    background-color: var(--v2-blue);
    border-color: var(--v2-blue);
}
body.landing-v2 .btn-primary:hover,
body.landing-v2 .btn-primary:focus {
    background-color: var(--v2-blue);
    border-color: var(--v2-blue);
}
body.landing-v2 .text-primary {
    color: var(--v2-blue) !important;
}

/* new Home  */
/* new Home  */
/* new Home  */
/* new Home  */
/* new Home  */
/* ================================== HOME HERO HERO WITH CURVE ================================== */
.onzo-home-hero-section {
    background: white;
    position: relative;
    padding-bottom: 60px;
    /* Creating the clean fluid inner bottom curve seen in HOME PAGE.png */
    border-bottom-left-radius: 60px;
    border-bottom-right-radius: 60px;
    overflow: visible;
}

/* Specific Badge Adjustment */
.onzo-service-badge.uppercase-badge {
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 0.5px;
    display: inline-flex;
    align-items: center;
}

/* Web Booking Layout Element */
.onzo-web-booking-wrapper {
    max-width: 400px;
}

.onzo-web-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    border: 1px solid #ebe7fb;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
    border-radius: 14px;
    height: 72px;
    padding: 0 24px;
    text-decoration: none;
    transition: all 0.3s ease;
    width: 280px;
    height: 50px;
}

.onzo-web-btn i:not(.arrow-icon) {
    font-size: 26px;
    color: black;
}

.onzo-web-btn span {
    font-size: 17px;
    font-weight: 700;
    color: black;
}

.onzo-web-btn .arrow-icon {
    font-size: 24px;
    color: black;
    transition: transform 0.2s ease;
}

.onzo-web-btn:hover .arrow-icon {
    transform: translateX(4px);
}

/* ========================== AVATAR GROUP REALISM ========================== */
.onzo-customer-trust {
    display: flex;
    align-items: center;
    gap: 16px;
}

.avatar-group {
    display: flex;
    align-items: center;
}

.avatar-group img {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 3px solid #f8f8fc;
    margin-style: normal;
    margin-left: -12px;
    object-fit: cover;
}

.avatar-group img:first-child {
    margin-left: 0;
}

.trust-text {
    display: flex;
    flex-direction: column;
}

.trust-text strong {
    font-size: 18px;
    color: black;
    font-weight: 700;
    line-height: 1.2;
}

.trust-text small {
    font-size: 14px;
    color: #6d7392;
}

/* ========================== GRAPHIC CONTAINER RIGHT ========================== */
.onzo-home-hero-graphic {
    width: 75%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    align-self: flex-end;
    position: relative;
}

.onzo-home-hero-graphic img {
    max-width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
}

/* ========================== BOTTOM RE-DESIGNED WHITE CARD ========================== */
/* REMOVE or replace these */
.onzo-features-card-container {
    /* DELETE: max-width: 1320px; */
    /* DELETE: margin: 40px auto -110px; */
    /* DELETE: margin-left: 24px; margin-right: 24px; (in breakpoints) */

    /* KEEP everything else, just change margin to: */
    margin-top: 80px;
    margin-bottom: -110px;
    background: #fff;
    border-radius: 28px;
    box-shadow: 0 15px 50px rgba(18, 23, 84, 0.06);
    padding: 40px 35px;
    position: relative;
    z-index: 2;
    bottom: 130px;
}
.onzo-features-card-header {
    text-align: center;
    margin-bottom: 40px;
}

.onzo-badge-sm {
    display: inline-block;
    background: #f1edff;
    color: var(--purple);
    font-size: 11px;
    font-weight: 700;
    padding: 6px 14px;
    border-radius: 30px;
    margin-bottom: 12px;
}

.onzo-features-card-header h2 {
    font-size: 32px;
    font-weight: 700;
    color: black;
}

.onzo-features-card-header h2 span {
    color: var(--purple);
}

/* Grid Layout Inside the Card */
.onzo-service-features-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.onzo-feature-card-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.onzo-feature-card-icon {
    width: 56px;
    height: 56px;
    flex-shrink: 0;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.onzo-feature-card-icon i {
    font-size: 35px;
}

/* Custom Dynamic Soft Branding Shadows matching icons in HOME PAGE.png */
.shadow-purple {
    background: #f4f0ff;
    color: var(--purple);
}
.shadow-blue {
    background: #edf2fe;
    color: #3b71fe;
}
.shadow-location {
    background: #edf2fe;
    color: var(--purple);
}
.shadow-lock {
    background: #edf2fe;
    color: var(--purple);
}

.onzo-feature-card-item h4 {
    font-size: 16px;
    font-weight: 700;
    color: black;
    margin-bottom: 6px;
}

.onzo-feature-card-item p {
    margin: 0;
    font-size: 13px;
    line-height: 1.6;
    color: #6d7392;
}

/* ================================== RESPONSIVE DESIGN (BREAKPOINTS) ================================== */

@media (max-width: 1400px) {
    .onzo-features-card-container {
        /* margin-left: 24px;
        margin-right: 24px; */
    }
}

@media (max-width: 1199px) {
    .onzo-service-content {
        width: 50%;
    }
    .onzo-home-hero-graphic {
        width: 50%;
    }
    .onzo-service-features-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
    .onzo-features-card-header h2 {
        font-size: 28px;
    }
}

/* ================================== MOBILE & TABLET DOWN ================================== */
@media (max-width: 991px) {
    .onzo-home-hero-section {
        border-bottom-left-radius: 40px;
        border-bottom-right-radius: 40px;
        padding-bottom: 30px;
    }

    .onzo-service-wrapper {
        flex-direction: column;
    }

    .onzo-service-content {
        width: 100%;
        text-align: center;
        padding: 50px 24px 30px;
    }

    .onzo-web-booking-wrapper {
        margin: 0 auto;
    }

    .onzo-customer-trust {
        justify-content: center;
    }

    .onzo-home-hero-graphic {
        width: 100%;
        justify-content: center;
        /* keep left pad for content, no right pad so image stays flush */
        padding: 0 0 0 20px;
        margin-right: calc(50% - 50vw);
        background-position: right center;
        border-radius: 40px 0 0 40px;
    }

    .onzo-features-card-container {
        margin: 40px 20px -60px;
        padding: 30px 20px;
    }
}

@media (max-width: 767px) {
    .onzo-features-card-container {
        margin-bottom: -20px; /* Safe stacking layout logic on tiny devices */
    }

    .onzo-service-features-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .onzo-features-card-header h2 {
        font-size: 22px;
    }

    .onzo-service-btn {
        max-width: 100%;
    }
}
/* ==========================================================================
   PIXEL PERFECT IPHONE MOCKUP DESIGN (ONZO BRANDING)
   ========================================================================== */

:root {
    --onzo-purple: #5c3cfc;
    --onzo-dark: black;
    --onzo-gray: #6d7392;
    --screen-bg: #f8f9fe;
}

/* Graphic Container Wrapper Setup */
.onzo-home-hero-graphic {
    width: 100%;
    display: flex;
    justify-content: start;
    align-items: center;
    position: relative;
    /* padding: 20px; */
    background-image: url(../images/landing-v2/van5.png);
    background-size: contain; /* show full image without cropping left */
    background-repeat: no-repeat;
    background-position: right center; /* stick image to the right edge */
    border-radius: 40px 0 0 40px; /* keep left rounded, right flush */
    overflow: hidden;
    min-height: 720px;
    margin-top: 20px;
    /* extend element to viewport right edge while left stays aligned to container */
    margin-right: calc(50% - 50vw);
}

/* Semi-transparent overlay to match design depth */
.onzo-home-hero-graphic::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.2) 0%,
        rgba(19, 24, 87, 0.1) 100%
    ); */
    z-index: 1;
}

/* iPhone Physical Container Structure */
.iphone-device {
    margin-left: 120px;
    position: relative;
    width: 390px;
    height: 836px;
    background: #000000;
    border: 12px solid #1a1a1a;
    border-radius: 54px;
    /* box-shadow:
        0px 30px 100px rgba(19, 24, 87, 0.25),
        inset 0 0 4px 2px rgba(255, 255, 255, 0.2); */
    z-index: 2;
    overflow: hidden;
    font-family:
        -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial,
        sans-serif;
}

/* Dynamic Island / Notch */
.iphone-notch {
    position: absolute;
    top: 14px;
    left: 50%;
    transform: translateX(-50%);
    width: 110px;
    height: 30px;
    background: #000000;
    border-radius: 20px;
    z-index: 10;
}

/* Screen Shell */
.iphone-screen {
    width: 100%;
    height: 100%;
    background: var(--screen-bg);
    padding: 55px 20px 20px 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
}

/* Hide scrollbars inside phone screen */
.iphone-screen::-webkit-scrollbar {
    width: 0px;
}

/* Status Bar Layout */
.iphone-status-bar {
    position: absolute;
    top: 18px;
    left: 0;
    width: 100%;
    padding: 0 32px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 9;
    color: #000000;
    font-size: 13px;
    font-weight: 600;
}
.status-icons {
    display: flex;
    gap: 6px;
    font-size: 12px;
}

/* App Header Styling */
.app-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 20px;
}
.user-greeting h3 {
    font-size: 22px;
    font-weight: 800;
    color: var(--onzo-dark);
    margin: 0 0 2px 0;
}
.user-greeting p {
    font-size: 13px;
    color: var(--onzo-gray);
    margin: 0;
}
.header-actions {
    display: flex;
    gap: 10px;
}
.action-btn {
    width: 38px;
    height: 38px;
    background: #ffffff;
    border: 1px solid #f0eff6;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--purple);
    font-size: 16px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.02);
}

/* Location Selector Card */
.location-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 14px 16px;
    display: flex;
    align-items: center;
    gap: 12px;
    box-shadow: 0 10px 25px rgba(19, 24, 87, 0.03);
    border: 1px solid #f0eff6;
    margin-bottom: 20px;
}
.loc-icon-wrapper {
    width: 42px;
    height: 42px;
    background: #f1edff;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--onzo-purple);
    font-size: 18px;
}
.loc-details {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
.loc-title {
    font-size: 9px;
    font-weight: 700;
    color: var(--onzo-purple);
    letter-spacing: 0.5px;
}
.loc-address {
    font-size: 14px;
    font-weight: 700;
    color: var(--onzo-dark);
    margin: 1px 0;
}
.loc-city {
    font-size: 11px;
    color: var(--onzo-gray);
}
.loc-change-btn {
    background: #f4f3ff;
    border: none;
    padding: 6px 12px;
    border-radius: 12px;
    color: var(--onzo-purple);
    font-size: 11px;
    font-weight: 700;
    cursor: pointer;
}

/* Main Premium Banner Graphic */
.main-booking-banner {
    background: linear-gradient(135deg, #fbfaff 0%, #f4f0ff 100%);
    border-radius: 24px;
    padding: 24px;
    display: flex;
    position: relative;
    overflow: hidden;
    border: 1px solid #eadeff;
    min-height: 170px;
    margin-bottom: 24px;
}
.banner-content {
    width: 55%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 2;
}
.banner-content h2 {
    font-size: 24px;
    font-weight: 700;
    color: var(--onzo-dark);
    line-height: 1.2;
    margin: 30px 0 14px 0;
}
.banner-btn {
    background: var(--onzo-purple);
    color: #ffffff;
    border: none;
    padding: 10px 18px;
    border-radius: 19px;
    font-size: 13px;
    font-weight: 700;
    width: fit-content;
    box-shadow: 0 6px 16px rgba(92, 60, 252, 0.3);
}
.banner-image-container {
    position: absolute;
    right: 0;
    bottom: -10px;
    width: 50%;
    height: 110%;
}
.banner-image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-top-left-radius: 24px;
}
.cleaner-badge {
    position: absolute;
    bottom: 25px;
    right: 15px;
    background: #ffffff;
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 10px;
    font-weight: 700;
    color: var(--onzo-dark);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    gap: 4px;
}
.cleaner-badge i {
    color: var(--onzo-purple);
    font-size: 6px;
}

/* Other Services Section Setup */
.other-services-section {
    margin-bottom: 22px;
}
.section-title {
    font-size: 15px;
    font-weight: 700;
    color: var(--onzo-dark);
    margin: 0 0 14px 0;
}
.services-mini-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}
.mini-service-item {
    background: #ffffff;
    border-radius: 18px;
    padding: 14px 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    box-shadow: 0 6px 20px rgba(19, 24, 87, 0.02);
    border: 1px solid #f0eff6;
}
.mini-icon-box {
    width: 44px;
    height: 44px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin-bottom: 10px;
}
.mini-service-item span {
    font-size: 11px;
    font-weight: 700;
    color: var(--onzo-dark);
    line-height: 1.3;
}

/* Specialized Colors for Grid Icons */
.mini-icon-box.m-theme {
    background: #f2eeff;
    color: var(--onzo-purple);
}
.mini-icon-box.a-coating {
    background: #eef3ff;
    color: #3b71fe;
}
.mini-icon-box.d-cleaning {
    background: #eef3ff;
    color: var(--purple);
}
.home-hero-google {
    line-height: 18px;
}
.home-hero-app-store {
    line-height: 18px;
}
/* Promotional Promo Bar */
.promo-bar {
    background: #ffffff;
    border-radius: 18px;
    padding: 12px 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 10px 25px rgba(19, 24, 87, 0.02);
    border: 1px solid #f0eff6;
}
.promo-left {
    display: flex;
    align-items: center;
    gap: 12px;
}
.promo-icon {
    width: 36px;
    height: 36px;
    background: #eef3ff;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--purple);
    font-size: 16px;
}
.promo-info {
    display: flex;
    flex-direction: column;
}
.promo-info strong {
    font-size: 11px;
    font-weight: 700;
    color: var(--onzo-dark);
}
.promo-info span {
    font-size: 10px;
    color: var(--onzo-gray);
    margin-top: 1px;
}
.code-highlight {
    color: var(--onzo-purple);
    font-weight: 700;
}
.arrow-next {
    font-size: 14px;
    color: var(--onzo-purple);
}

/* ==========================================================================
   RESPONSIVE LAYOUT FOR MOBILE DEVICES
   ========================================================================== */
@media (max-width: 991px) {
    .onzo-home-hero-graphic {
        width: 100%;
        min-height: auto;
        padding: 40px 10px;
        background-radius: 30px;
    }
    .iphone-device {
        width: 340px;
        height: 680px;
        border-width: 10px;
    }
    .iphone-screen {
        padding-top: 45px;
    }
    .main-booking-banner {
        min-height: 150px;
        padding: 16px;
    }
    .banner-content h2 {
        font-size: 20px;
    }
}
.onzo-home-hero-graphic {
    /* Change background-size and position */
    /* background-size: cover; */
    background-position: right center;

    /* Also ensure it extends fully to the right edge of the section */
    /* If it's inside a .container, it will be constrained — 
       you may want to keep it OUTSIDE the container, see note below */
}
/* ==================================================
   LARGE LAPTOPS
================================================== */
@media (max-width: 1399px) {
    .iphone-device {
        width: 340px;
        height: 730px;
    }

    .onzo-footer-top {
        gap: 120px;
    }
}

/* ==================================================
   LAPTOP
================================================== */
@media (max-width: 1199px) {
    .onzo-service-wrapper {
        display: flex;
        align-items: center;
        gap: 30px;
    }

    .onzo-service-content {
        width: 48%;
    }

    .onzo-home-hero-graphic {
        width: 52%;
        min-height: 650px;
        background-position: right center;
    }

    .iphone-device {
        width: 300px;
        height: 640px;
        margin-left: 30px;
    }

    .onzo-service-features-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .onzo-footer-top {
        gap: 60px;
    }
}

/* ==================================================
   TABLET
================================================== */
@media (max-width: 991px) {
    .onzo-service-wrapper {
        flex-direction: column;
        gap: 40px;
    }

    .onzo-service-content {
        width: 100%;
        text-align: center;
    }

    .onzo-service-buttons {
        justify-content: center;
    }

    .onzo-web-booking-wrapper {
        margin-left: auto;
        margin-right: auto;
    }

    .onzo-customer-trust {
        justify-content: center;
    }

    .onzo-home-hero-graphic {
        width: 100%;
        min-height: auto;
        padding: 50px 20px;
        justify-content: center;
        background-position: right center;
    }

    .iphone-device {
        width: 320px;
        height: 680px;
        margin-left: 0;
    }

    .onzo-features-card-container {
        bottom: 80px;
        margin-bottom: -50px;
    }

    .onzo-service-features-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }
}

/* ==================================================
   MOBILE
================================================== */
@media (max-width: 767px) {
    .onzo-home-hero-section {
        overflow-x: hidden;
    }

    .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .onzo-service-content {
        padding-top: 30px;
    }

    .onzo-service-content h1 {
        font-size: 38px;
        line-height: 1.15;
    }

    .onzo-service-content p {
        font-size: 16px;
        line-height: 1.6;
    }

    .onzo-service-buttons {
        flex-direction: column;
        align-items: center;
        gap: 12px;
    }

    .onzo-service-btn,
    .apple-btn,
    .google-btn {
        width: 100%;
        max-width: 320px;
    }

    .onzo-web-booking-wrapper {
        max-width: 320px;
        width: 100%;
    }

    .onzo-web-btn {
        width: 100%;
    }

    .onzo-home-hero-graphic {
        padding: 30px 10px;
        border-radius: 24px;
        background-position: 75% center;
    }

    .iphone-device {
        width: 280px;
        height: 580px;
        border-width: 8px;
    }

    .user-greeting h3 {
        font-size: 18px;
    }

    .banner-content h2 {
        font-size: 18px;
    }

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

    .onzo-features-card-container {
        padding: 25px 20px;
        bottom: 40px;
        margin-bottom: 0;
    }

    .onzo-service-features-grid {
        grid-template-columns: 1fr;
    }

    .onzo-feature-card-item {
        gap: 12px;
    }

    .onzo-features-card-header h2 {
        font-size: 24px;
    }
}

/* ==================================================
   SMALL MOBILE
================================================== */
@media (max-width: 575px) {
    .onzo-service-content h1 {
        font-size: 32px;
    }

    .onzo-service-content p {
        font-size: 15px;
    }

    .iphone-device {
        width: 250px;
        height: 520px;
    }

    .location-card {
        padding: 10px;
    }

    .loc-address {
        font-size: 12px;
    }

    .main-booking-banner {
        min-height: 130px;
        padding: 12px;
    }

    .banner-content h2 {
        font-size: 16px;
    }

    .services-mini-grid {
        grid-template-columns: 1fr;
    }

    .onzo-feature-card-icon {
        width: 48px;
        height: 48px;
    }

    .avatar-group img {
        width: 36px;
        height: 36px;
    }

    .trust-text strong {
        font-size: 16px;
    }

    .trust-text small {
        font-size: 12px;
    }
}
