:root {
    --bs-primary: #23245A;
    --bs-primary-rgb: 35, 36, 90;

    /* Optional: adjust related variants */
    --bs-primary-bg-subtle: #e5e6f0;
    --bs-primary-border-subtle: #a5a6c2;
    --bs-link-color: #23245A;
    --bs-link-hover-color: #1b1c48;

    --bs-info: #298FCB;
    --bs-info-rgb: 41, 143, 203;

    /* Optional — adjust related tones */
    --bs-info-bg-subtle: #e3f2fb;
    --bs-info-border-subtle: #99cae8;

    --primary-dark: #1e1e4d;
    --primary-blue: #3498db;
    --light-blue: #dfe9f3;
    --free-green: #2ecc71;
    --accent-yellow: #fdb714;
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #23245A;
    --bs-btn-border-color: #23245A;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #1b1c48;
    --bs-btn-hover-border-color: #1b1c48;
    --bs-btn-active-bg: #17183f;
    --bs-btn-active-border-color: #17183f;
}
.btn-outline-primary {
    --bs-btn-color: var(--bs-primary);
    --bs-btn-border-color: var(--bs-primary);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--bs-primary);
    --bs-btn-hover-border-color: var(--bs-primary);
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #1b1c48;
    --bs-btn-active-border-color: #1b1c48;
    --bs-btn-disabled-color: var(--bs-primary-border-subtle);
    --bs-btn-disabled-border-color: var(--bs-primary-border-subtle);
    --bs-gradient: none;
    --bs-btn-bg: #fff;
}

html {
    overflow-x: hidden;
}
/* Text & backgrounds */
.text-primary { color: #23245A !important; }
.bg-primary { background-color: #23245A !important; }
.border-primary { border-color: #23245A !important; }
.link-primary { color: #23245A !important; }
.link-primary:hover { color: #1b1c48 !important; }

.btn-info {
    --bs-btn-color: #fff;
    --bs-btn-bg: #298FCB;
    --bs-btn-border-color: #298FCB;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #2177a7;
    --bs-btn-hover-border-color: #2177a7;
    --bs-btn-active-bg: #1c6792;
    --bs-btn-active-border-color: #1c6792;
}

/* Text & backgrounds */
.text-info { color: #298FCB !important; }
.bg-info { background-color: #298FCB !important; color: #fff !important; }
.border-info { border-color: #298FCB !important; }
.link-info { color: #298FCB !important; }
.link-info:hover { color: #2177a7 !important; }

.navbar .navbar-brand {
    font-size: 28px
}
.navbar .nav-item .bi {
    color: #298FCB;
}

body {
    font-family: 'Poppins', sans-serif;
    padding-top: 84px
}
body.home {
    background: transparent url('../img/foot-back.png') bottom center no-repeat;
}
.half-circle {
    background: transparent url('../img/foot-back.png') bottom center / contain no-repeat;
}

/* Accent color */
.text-accent { color: #33a0ff; }

/* Hero section */
.hero-section {
    height: 1380px;
    background: #F2F7FC url('../img/home-back.png') top center / cover no-repeat;
}
.hero-section.merchant {
    height: 1000px;
    background: #F2F7FC url('../img/merchant-back.png') bottom center / cover no-repeat;
}
.hero-img { max-height: 360px; }

/* Features */
#about .feature-card {
    background: var(--light-blue);
    border-radius: 30px;
    padding: 60px 30px 40px;
    margin-top: 40px;
    min-height: 240px;
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: none;
}

#about .feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

#about .icon-circle  {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 2.5rem;
    color: white;
}

.icon-dark {
    background-color: var(--primary-dark);
}

.icon-blue {
    background-color: var(--primary-blue);
}

.feature-title {
    color: var(--primary-blue);
    font-weight: 700;
    margin-bottom: 1rem;
    margin-top: 20px;
}

.feature-description {
    color: #5a5a7d;
    font-size: 1rem;
    line-height: 1.6;
}

/* Coming Soon */
.coming-soon {
    background: #23255A url('../img/contact.png') bottom right / contain no-repeat;
}
.contact-section {
    max-width: 500px;
}
.coming-form {
    background: white;
}
.coming-form input {
    background-color: #f1f4f9;
    border: none;
}
.coming-form input:focus {
    outline: none;
    box-shadow: 0 0 0 2px #33a0ff;
}

.bg-blue-half {
    background: url('../img/what-back.png') bottom left / contain no-repeat !important;
}
#about,
#about * {
    z-index: 2;
}
/**/

.why-choose-section {
    padding: 80px 0;
}

.section-title {
    color: var(--primary-dark);
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 1rem;
    text-align: center;
}

.pei-beta-accent {
    color: var(--primary-blue);
}

.section-subtitle {
    color: #666;
    font-size: 1.05rem;
    text-align: center;
    max-width: 700px;
    margin: 0 auto 4rem;
    line-height: 1.8;
}

.feature-item {
    text-align: center;
    margin-bottom: 2rem;
}

.feature-icon {
    width: 70px;
    height: 70px;
    background: var(--primary-blue);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    font-size: 2rem;
    color: white;
}

.feature-title {
    color: var(--primary-dark);
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 0.8rem;
}

.feature-description {
    color: #666;
    font-size: 0.95rem;
    line-height: 1.6;
    max-width: 250px;
    margin: 0 auto;
}

/* Stay Safe Section */
.stay-safe-section {
    background:
            url('../img/mobile-back.png') bottom left / contain no-repeat,
            linear-gradient(135deg, #e8f4f8 0%, #d4ebf5 100%);
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.stay-safe-section::before {
    content: '';
    position: absolute;
    bottom: -100px;
    left: -100px;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(52, 152, 219, 0.15) 0%, transparent 70%);
    border-radius: 50%;
}

.stay-safe-section::after {
    content: '';
    position: absolute;
    top: -150px;
    right: -150px;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(138, 43, 226, 0.1) 0%, transparent 70%);
    border-radius: 50%;
}

.section-title-left {
    color: var(--primary-dark);
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 1rem;
    text-align: left;
}

.safe-accent {
    color: var(--primary-blue);
}

.section-description-left {
    color: #666;
    font-size: 1.05rem;
    margin-bottom: 3rem;
    line-height: 1.8;
}

.safety-card {
    background: white;
    border-radius: 20px;
    padding: 25px 30px;
    margin-bottom: 1.5rem;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    display: flex;
    align-items: flex-start;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    z-index: 2;
}

.safety-card:hover {
    transform: translateX(10px);
    box-shadow: 0 8px 30px rgba(0,0,0,0.12);
}

.safety-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-right: 20px;
    font-size: 1.5rem;
    color: white;
}

.safety-content {
    flex: 1;
    width: 100%;
}

.safety-title {
    color: var(--primary-dark);
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.safety-description {
    color: #666;
    font-size: 0.95rem;
    line-height: 1.6;
    margin: 0;
}

/* FAQ Section */
.faq-section {
    padding-top: 80px;
    position: relative;
}

.faq-icon {
    width: 60px;
    height: 60px;
    background: var(--primary-blue);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 2rem;
    font-size: 1.8rem;
    color: white;
}

.faq-title {
    color: var(--primary-dark);
    font-size: 2.4rem;
    font-weight: 800;
    text-align: center;
    margin-bottom: 0.5rem;
}

.questions-accent {
    color: var(--primary-blue);
}

.faq-subtitle {
    color: #666;
    font-size: 1.05rem;
    text-align: center;
    max-width: 700px;
    margin: 0 auto 3rem;
    line-height: 1.8;
}

.faq-container {
    max-width: 800px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(10px);
    border-radius: 30px;
    padding: 50px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
}

.accordion-item {
    border: none;
    background: #F2F7FC;
    border-radius: 15px !important;
    margin-bottom: 15px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.accordion-button {
    background: #F2F7FC;
    color: var(--primary-dark);
    font-weight: 600;
    font-size: 0.95rem;
    padding: 20px 25px;
    border: none;
    box-shadow: none !important;
}

.accordion-button:not(.collapsed) {
    background: #F2F7FC;
    color: var(--primary-blue);
}

.accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%233498db'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-body {
    padding: 20px 25px;
    color: #666;
    font-size: 0.95rem;
    line-height: 1.7;
}

.cta-section {
    text-align: center;
    margin-top: 3rem;
}

.cta-text {
    color: var(--primary-dark);
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
}

.btn-contact {
    background: var(--primary-blue);
    color: white;
    border: none;
    border-radius: 25px;
    padding: 12px 30px;
    font-weight: 600;
    margin: 0 0.5rem;
    transition: all 0.3s ease;
}

.btn-contact:hover {
    background: #2980b9;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(52, 152, 219, 0.3);
}
.fee-hero-section{
    background: #FFB612 url('../img/fee-hero-back.png') bottom right / contain no-repeat;
}
.customer-hero-section{
    background: #FFB612 url('../img/customer-back.png') bottom right / contain no-repeat;
}
.info-hero-section{
    background: #FFB612 url('../img/help-back.png') bottom right / contain no-repeat;
}
.btn-help {
    background: white;
    color: var(--primary-dark);
    border-radius: 25px;
    padding: 12px 30px;
    font-weight: 600;
    margin: 0 0.5rem;
    transition: all 0.3s ease;
}

.btn-help:hover {
    border-color: var(--primary-blue);
    color: var(--primary-blue);
    transform: translateY(-2px);
}

/* Footer Section */
.footer-section {
    padding: 60px 0 30px;
    margin-top: 80px;
    background: #F2F7FC;
}
.home .footer-section {
    background: transparent;
}

.footer-logo {
    margin-bottom: 1.5rem;
}

.footer-description {
    color: #666;
    font-size: 0.95rem;
    line-height: 1.7;
    margin-bottom: 2rem;
    max-width: 350px;
}

.footer-heading {
    color: var(--primary-dark);
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 0.8rem;
}

.footer-links a {
    color: #666;
    text-decoration: none;
    font-size: 0.95rem;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: var(--primary-blue);
}

.social-icons {
    display: flex;
    gap: 15px;
}

.social-icon {
    width: 40px;
    height: 40px;
    background: var(--primary-blue);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    font-size: 1.2rem;
    transition: all 0.3s ease;
}

.social-icon:hover {
    background: #2980b9;
    transform: translateY(-3px);
    color: white;
}

.footer-bottom {
    border-top: 1px solid #e0e0e0;
    color: #298FCB;
    padding-top: 30px;
    margin-top: 50px;
    padding-bottom: 30px;
}

.copyright {
    font-size: 0.85rem;
}

/* Header Section */
.pricing-header {
    padding: 80px 0 60px;
    background: linear-gradient(135deg, #f8fbfd 0%, #e8f4f8 100%);
}

.main-title {
    font-size: 3rem;
    font-weight: 800;
    color: var(--primary-dark);
    margin-bottom: 1rem;
}

.transparent-accent {
    color: var(--primary-blue);
}

.header-subtitle {
    color: #666;
    font-size: 1.05rem;
    line-height: 1.8;
}

/* Fee Structure Section */
.fee-structure-section {
    padding: 80px 0;
    position: relative;
    overflow: hidden;
    background: #D4E3F5  url('../img/fee-back.png') bottom right no-repeat;
}

.section-title {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--primary-dark);
    text-align: center;
    margin-bottom: 1rem;
}

.fee-accent {
    color: var(--primary-blue);
}

.section-subtitle {
    color: #666;
    font-size: 1.05rem;
    text-align: center;
    margin-bottom: 1rem;
}

.section-description {
    color: #666;
    font-size: 0.95rem;
    text-align: center;
    margin-bottom: 4rem;
}

/* Pricing Cards */
.pricing-card {
    background: white;
    border-radius: 25px;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.pricing-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.card-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    color: white;
    margin-bottom: 1.5rem;
}

.icon-dark {
    background: var(--primary-dark);
}

.icon-blue {
    background: var(--primary-blue);
}

.card-title {
    color: var(--primary-dark);
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.card-description {
    color: #666;
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 2rem;
}

.pricing-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pricing-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px solid #f0f0f0;
    color: #666;
    font-size: 0.95rem;
}

.pricing-item:last-child {
    border-bottom: none;
}

.price-free {
    color: var(--free-green);
    font-weight: 700;
    font-size: 0.9rem;
}

.price-amount {
    color: var(--primary-dark);
    font-weight: 700;
}
.feature-card,
.pricing-card,
.coming-soon-col,
.navbar.fixed-top,
.safety-card {
    opacity: 0.98;
}

#page-loader {
    transition: opacity 0.4s ease, visibility 0.4s ease;
}
#page-loader.hide {
    opacity: 0;
    visibility: hidden;
}

.reveal {
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.8s ease;
}

.reveal.active {
    opacity: 1;
    transform: translateY(0);
}

/* optional directional animations */
.fade-left { transform: translateX(-100px); }
.fade-right { transform: translateX(100px); }
.fade-up { transform: translateY(100px); }

.fade-left.active,
.fade-right.active,
.fade-up.active {
    transform: translate(0, 0);
}

#backToTop {
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    display: none; /* hidden by default */
    z-index: 1050;
}
#backToTop i {
    font-size: 1.25rem;
}
#backToTop.show {
    display: flex;
    justify-content: center;
    align-items: center;
    animation: fadeIn 0.3s ease-in-out;
}

.merchant-features-section {
    background: linear-gradient(135deg, #f8fbfd 0%, #e8f4f8 100%);
    padding: 80px 0;
}

.customer-features-section .section-title {
    color: var(--primary-dark);
    font-weight: 800;
}

.customer-features-section .title-accent {
    color: var(--primary-blue);
}

.customer-features-section .feature-card {
    background: white;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.customer-features-section .feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.15) !important;
}

.customer-features-section .feature-card-highlight,
.merchant-features-section .feature-card-highlight {
    background: var(--light-blue);
}

.customer-features-section .feature-icon {
    width: 60px;
    height: 60px;
    background: var(--primary-blue);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    color: white;
    margin: 0 auto;
}

.customer-features-section .btn-download-main {
    background: var(--primary-blue);
    color: white;
    border: none;
    transition: all 0.3s ease;
}

.customer-features-section .btn-download-main:hover {
    background: #2980b9;
    transform: translateY(-2px);
    color: white;
}


.merchant-area {
    padding: 60px 0;
    background: #f8f9fa;
}

.merchant-area h2 {
    color: #1e2b4d;
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 2rem;
}

.merchant-area h2 .text-highlight {
    color: #3b9dd8;
}

.merchant-area .lead-text {
    color: #6c757d;
    max-width: 600px;
    margin: 0 auto 40px;
}

.merchant-area .map-wrapper {
    margin-bottom: 30px;
}

.merchant-area .map-display {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    min-height: 500px;
    background-image: url('../img/map-back.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 15px;
}
.merchant-area .legend-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.merchant-area .legend-link:hover {
    transform: translateY(-2px);
}

.merchant-area .legend-link .legend-symbol {
    width: 40px;
    height: 40px;
    background: #3b9dd8;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    flex-shrink: 0;
}

.merchant-area .legend-link .legend-symbol.cash-icon {
    background: #1e2b4d;
}

.merchant-area .legend-link .legend-label {
    font-weight: 600;
    color: #1e2b4d;
    font-size: 0.95rem;
    white-space: nowrap;
}

.transparent-section {
    background: linear-gradient(135deg, #ffffff 0%, #f0f8ff 100%);
    padding: 80px 0;
    position: relative;
}

.transparent-section::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: url('../img/trans-back.png') bottom right / contain no-repeat;
    z-index: 1;
}

.logo-icon {
    width: 50px;
    height: 50px;
    background: var(--primary-blue);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 24px;
    margin-bottom: 20px;
}

.hero-title {
    font-size: 2.5rem;
    font-weight: 800;
    color: #333;
    margin-bottom: 20px;
}

.hero-title .brand-name {
    color: var(--primary-blue);
}

.hero-text {
    color: #666;
    font-size: 1rem;
    line-height: 1.8;
    margin-bottom: 30px;
}

.btn-primary-custom {
    background-color: var(--dark-blue);
    color: white;
    padding: 12px 30px;
    border-radius: 25px;
    border: none;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s;
}

.btn-primary-custom:hover {
    background-color: #1e2a54;
    transform: translateY(-2px);
}

.btn-primary-custom i {
    margin-right: 8px;
}

.customer-features-section {
    padding: 100px 0 80px;
    background-color: #F2F7FC;
    position: relative;
    z-index: 2;
}

.merchant-features-section .features-title {
    font-size: 2rem;
    font-weight: 800;
    color: #333;
    margin-bottom: 20px;
}

.merchant-features-section .features-description {
    color: #666;
    font-size: 0.95rem;
    line-height: 1.7;
    margin-bottom: 40px;
}

.merchant-features-section .feature-card {
    text-align: center;
    padding: 30px 15px;
    transition: transform 0.3s;
}

.merchant-features-section .feature-card:hover {
    transform: translateY(-10px);
}

.merchant-features-section .feature-icon {
    width: 80px;
    height: 80px;
    background: var(--primary-blue);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    color: white;
    font-size: 32px;
}

.merchant-features-section .feature-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 15px;
}

.merchant-features-section .feature-description {
    color: #666;
    font-size: 0.9rem;
    line-height: 1.6;
}

.merchant-features-section .btn-download {
    background-color: var(--primary-blue);
    color: white;
    padding: 10px 25px;
    border-radius: 25px;
    border: none;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 50px;
    transition: all 0.3s;
}

.merchant-features-section .btn-download:hover {
    background-color: #3a8fc8;
    transform: translateY(-2px);
}

.merchant-features-section .btn-download i {
    margin-right: 8px;
}

.transparent-section .hero-image-placeholder {
    width: 100%;
    height: 400px;
    background-image: url('../img/transparent.png');
    background-color: #e0e0e0;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    position: relative;
    z-index: 2;
}

.merchant-area .icon-circle, .transparent-section .icon-circle {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.merchant-area .icon-circle i,
.transparent-section .icon-circle i {
    font-size: 1.8rem;
}
/* Info Section */
.customer-info-section {
    background: white;
    padding: 80px 0;
}

.customer-info-section .info-image-placeholder {
    background: #f0f0f0;
    min-height: 400px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
    font-size: 1.2rem;
    background-image: url('../img/transparent.png');
    background-size: cover;
    background-position: center;
}

.btn-learn {
    background: var(--primary-dark);
    color: white;
    border: none;
    transition: all 0.3s ease;
}

.btn-learn:hover {
    background: #1e1e4d;
    transform: translateY(-2px);
    color: white;
}

.register-section {
    background: white;
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

/* Background Image - Desktop */
.register-section::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50%;
    height: 100%;
    max-height: 550px;
    background-image: url('../img/register-back.png');
    background-size: contain;
    background-position: left bottom;
    background-repeat: no-repeat;
    z-index: 0;
}

.register2-section::before {
    background-image: url('../img/register2-back.png');
}

.register-content {
    position: relative;
    z-index: 1;
}

/* Step Number */
.step-number {
    width: 50px;
    height: 50px;
    background: var(--primary-blue);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 700;
    color: white;
    flex-shrink: 0;
}

/* Timeline Connector */
.step-connector {
    width: 2px;
    height: 60px;
    background: var(--primary-blue);
    margin: 10px auto;
}

.btn-register {
    background: var(--primary-dark);
    color: white;
    border: none;
    transition: all 0.3s ease;
}

.btn-register:hover {
    background: #1e1e4d;
    transform: translateY(-2px);
    color: white;
}
@keyframes fadeIn {
    from { opacity: 0; transform: scale(0.8); }
    to { opacity: 1; transform: scale(1); }
}
/* Scroll hint overlay */
.scroll-hint {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(255, 255, 255, 0.9);
    color: #000;
    padding: 8px 16px;
    border-radius: 50px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.15);
    z-index: 1050;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    animation: fadeInHint 0.8s ease;
}

/* Text and icon alignment */
.scroll-hint .scroll-icon {
    font-size: 18px;
    margin-top: 4px;
    animation: bounceDown 1.5s infinite;
}

/* Appear smoothly */
@keyframes fadeInHint {
    from { opacity: 0; transform: translate(-50%, 20px); }
    to { opacity: 1; transform: translate(-50%, 0); }
}

/* Chevron bounce animation */
@keyframes bounceDown {
    0%, 20%, 50%, 80%, 100% { transform: translateY(0); }
    40% { transform: translateY(6px); }
    60% { transform: translateY(3px); }
}

/* Hide when user scrolls */
.scroll-hint.hide {
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.6s ease;
}


.ctd-banner {
    background: linear-gradient(135deg, var(--accent-yellow) 0%, #f5a623 100%);
    border-radius: 30px;
    padding: 40px 50px;
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    min-height: 280px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.1);
}

/* Desktop Background Image (shown on larger screens) */
.ctd-banner::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 400px;
    height: 100%;
    background-image: url('../img/download.png');
    background-size: contain;
    background-position: right bottom;
    background-repeat: no-repeat;
    pointer-events: none;
}

/* Text Content */
.ctd-text {
    position: relative;
    z-index: 1;
    max-width: 500px;
}

.ctd-text h2 {
    color: white;
    font-size: 2rem;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 1.5rem;
}

.text-png {
    color: var(--primary-dark);
}

/* Download Button */
.btn-download {
    background: var(--primary-dark);
    color: white;
    border: none;
    border-radius: 25px;
    padding: 12px 30px;
    font-weight: 700;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    display: inline-flex;
    align-items: center;
    gap: 10px;
    position: relative;
    z-index: 1;
}

.btn-download:hover {
    background: #1e1e4d;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.3);
}


/* Guides Section */
.guides-section {
    background: #F2F7FC url('../img/guide-back.png') center left / contain no-repeat;
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

/* Decorative Background Circles - Will be replaced with images */
.guides-section::before {
    content: '';
    position: absolute;
    top: -100px;
    left: -150px;
    width: 400px;
    height: 400px;
    background-size: cover;
    background-position: center;
    border-radius: 50%;
    opacity: 0.8;
}

.guides-section::after {
    content: '';
    position: absolute;
    bottom: -100px;
    left: 100px;
    width: 300px;
    height: 300px;
    background-size: cover;
    background-position: center;
    border-radius: 50%;
    opacity: 0.8;
}

.guides-content {
    position: relative;
    z-index: 1;
}

/* Guide Card */
.guide-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.guide-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.15) !important;
}

.guide-icon {
    width: 60px;
    height: 60px;
    background: var(--primary-dark);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: white;
}

.guides-content .btn-download {
    background: var(--primary-blue);
    color: white;
    border: none;
    transition: all 0.3s ease;
}

.guides-content .btn-download:hover {
    background: #2980b9;
    transform: translateY(-2px);
    color: white;
}

/* QR Code Popup */
.qr-popup {
    position: absolute;
    top: 550px;
    right: 20px;
    background: white;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.3);
    max-width: 450px;
    z-index: 1000;
    animation: slideInRight 0.5s ease;
}

@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(100px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.qr-popup.closing {
    animation: slideOutRight 0.3s ease forwards;
}

@keyframes slideOutRight {
    from {
        opacity: 1;
        transform: translateX(0);
    }
    to {
        opacity: 0;
        transform: translateX(100px);
    }
}

.qr-close {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #f0f0f0;
    border: none;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 1.2rem;
    color: #666;
}

.qr-close:hover {
    background: #e0e0e0;
    transform: rotate(90deg);
    color: var(--primary-dark);
}

.qr-content {
    display: flex;
    align-items: center;
    gap: 25px;
}

.qr-code {
    width: 120px;
    height: 120px;
    background: white;
    border-radius: 10px;
    flex-shrink: 0;
}

.qr-code #qrcode {
    width: 100%;
    height: 100%;
    display: block;
}

.qr-text h3 {
    color: var(--primary-dark);
    font-size: 1.5rem;
    font-weight: 800;
    margin-bottom: 0.8rem;
}

.qr-text p {
    color: #666;
    font-size: 0.95rem;
    margin: 0;
    line-height: 1.6;
}
/* Only show on mobile */
@media (min-width: 768px) {
    #scrollHint {
        display: none;
    }
}
/* Responsive adjustments */
@media (max-width: 768px) {
    .qr-popup {
        display:none
    }
    .section-title,
    .section-title-left {
        font-size: 2rem;
    }

    .safety-card {
        padding: 20px;
    }

    .safety-icon {
        width: 45px;
        height: 45px;
        font-size: 1.3rem;
        margin-right: 15px;
    }

    .section-title,
    .section-title-left {
        font-size: 2rem;
    }

    .safety-card {
        padding: 20px;
    }

    .safety-icon {
        width: 45px;
        height: 45px;
        font-size: 1.3rem;
        margin-right: 15px;
    }
    .faq-title {
        font-size: 2rem;
    }

    .faq-container {
        padding: 30px 20px;
    }

    .btn-contact,
    .btn-help {
        display: block;
        width: 100%;
        margin: 0.5rem 0;
    }

    .social-icons {
        justify-content: center;
    }

    .main-title {
        font-size: 2rem;
    }

    .section-title {
        font-size: 1.8rem;
    }

    .pricing-card {
        padding: 30px 25px;
    }
    /* download foot */
    .ctd-banner {
        text-align: center;
        padding: 40px 30px 280px;
        max-width: 350px;
        margin: 0 auto;
    }

    /* Switch to Mobile Background Image */
    .ctd-banner::after {
        width: 300px;
        height: 280px;
        left: 50%;
        transform: translateX(-50%);
        background-image: url('../img/mobile/download.png');
        background-position: center bottom;
        right: auto;
    }

    .ctd-text {
        max-width: 100%;
    }

    .ctd-text h2 {
        font-size: 1.8rem;
    }

    .ctd-text h2 br {
        display: inline;
    }

    .customer-hero-section{
        background: #FFB612 url('../img/mobile/customer-back.png') bottom right / contain no-repeat;
        min-height: 750px;
    }

    .info-hero-section{
        background: #FFB612 url('../img/mobile/help-back.png') bottom right / contain no-repeat;
        min-height: 650px;
    }

    .guides-section {
        background: #F2F7FC url('../img/mobile/guide-back.png') center right / contain no-repeat;
    }

    .register-section::before {
        display: none;
    }

    .register-section::after {
        content: '';
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 400px;
        background-image: url('../img/register-back.png');
        background-size: contain;
        background-position: left bottom;
        background-repeat: no-repeat;
        z-index: 0;
    }
    .register2-section::after{
        background-image: url('../img/register2-back.png');
    }

    .register-section {
        padding-bottom: 450px;
    }

    .step-item {
        margin-left: 0;
    }

    .transparent-section {
        padding: 50px 0;
    }

    .transparent-section::after {
        width: 250px;
        height: 150px;
        bottom: -30px;
    }

    .merchant-area .hero-title {
        font-size: 2rem;
    }

    .merchant-features-section {
        padding: 80px 0 60px;
    }

    .merchant-area .features-title {
        font-size: 1.5rem;
    }

    .merchant-area .hero-image-placeholder {
        height: 300px;
        margin-top: 30px;
    }
    .hero-section.merchant {
        height: 700px;
        background: #F2F7FC url('../img/mobile/merchant-back.png') left bottom / contain no-repeat;
    }
    .fee-hero-section {
        min-height: 800px
    }
}

@media (max-width: 991px) {
    html, body {
        overflow-x: hidden;
    }
    body > * {
        overflow: hidden;
    }
    .hero-section h1 { font-size: 2rem; }
    .hero-section p { font-size: 1rem; }
    .hero-img { max-height: 280px; }

    .hero-section {
        height: 800px;
    }
    .hero-section .btn {
        box-shadow: 1px 1px 10px rgba(255, 255, 255, 0.25);
        transition: box-shadow 0.2s ease-in-out;
    }
    .register-section {
        padding-bottom: 450px;
    }
    .phone-hands-illustration {
        margin-top: 3rem;
        margin-bottom: 3rem;
    }
}
@media (min-width: 1200px) {

}
@media (min-width: 1440px) {

}