.elementor-47 .elementor-element.elementor-element-a54bcd9{--display:flex;}.elementor-47 .elementor-element.elementor-element-a54bcd9 .diteck-border-shape{width:30px;height:30px;clip-path:path("M0 0 Q0,30 30,30 L 0 30 Z");}.elementor-47 .elementor-element.elementor-element-9966c00 .diteck-border-shape{width:30px;height:30px;clip-path:path("M0 0 Q0,30 30,30 L 0 30 Z");}.breadcrumb-wrap .breadcrumb-overlay, .elementor-page-47 .breadcrumb-wrap .breadcrumb-overlay{opacity:0.5;}/* Start custom CSS for wp-widget-custom_html, class: .elementor-element-9966c00 *//* Reset & Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #f8fafc;
    overflow-x: hidden;
}

.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Typography */
h1, h2, h3, h4, h5 {
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1rem;
}

.hero-title {
    font-size: 3.5rem;
    color: #2A3881;
    margin-bottom: 1.5rem;
    line-height: 1.1;
    position: relative;
}

.hero-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #48C6E5 0%, #2A3881 100%);
    border-radius: 2px;
}

.section-title {
    font-size: 2.5rem;
    color: #2A3881;
}

.section-subtitle {
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 2px;
    color: #48C6E5;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

/* Hero Section */
.payment-hero {
    padding: 80px 0 100px;
    background: linear-gradient(135deg, #f8fafc 0%, #f0f9ff 100%);
    position: relative;
    overflow: hidden;
}

.payment-hero::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 60%;
    height: 200%;
    background: radial-gradient(circle, rgba(72, 198, 229, 0.1) 0%, rgba(42, 56, 129, 0.05) 70%);
    transform: rotate(45deg);
}

.breadcrumb {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #666;
    font-size: 0.875rem;
    margin-bottom: 40px;
    position: relative;
    z-index: 2;
}

.breadcrumb i {
    font-size: 0.75rem;
    opacity: 0.6;
}

.hero-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    position: relative;
    z-index: 2;
}

.hero-description {
    font-size: 1.5rem;
    color: #2A3881;
    margin-bottom: 1rem;
    line-height: 1.4;
    font-weight: 600;
}

.hero-subdescription {
    font-size: 1.125rem;
    color: #666;
    margin-bottom: 2.5rem;
    line-height: 1.6;
}

.hero-stats {
    display: flex;
    gap: 30px;
    margin-bottom: 40px;
}

.stat-item {
    text-align: center;
    flex: 1;
}

.stat-value {
    font-size: 2rem;
    font-weight: 800;
    color: #48C6E5;
    margin-bottom: 5px;
    line-height: 1;
}

.stat-label {
    font-size: 0.875rem;
    color: #666;
    font-weight: 500;
}

.hero-cta {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

/* Buttons */
.cta-button {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(135deg, #48C6E5 0%, #2A3881 100%);
    color: white;
    padding: 16px 32px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.cta-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: 0.5s;
}

.cta-button:hover::before {
    left: 100%;
}

.cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(42, 56, 129, 0.2);
}

.cta-button.outline {
    background: transparent;
    color: #2A3881;
    border: 2px solid #48C6E5;
}

.cta-button.outline:hover {
    background: linear-gradient(135deg, #48C6E5 0%, #2A3881 100%);
    color: white;
    border-color: transparent;
}

/* Hero Visual - Payment Devices */
.hero-visual {
    position: relative;
    height: 500px;
}

.payment-devices {
    position: relative;
    height: 100%;
    width: 100%;
}

.device-card {
    position: absolute;
    background: white;
    border-radius: 16px;
    padding: 20px;
    box-shadow: 0 20px 40px rgba(42, 56, 129, 0.15);
    transition: all 0.3s ease;
    z-index: 2;
}

.device-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 30px 60px rgba(42, 56, 129, 0.2);
}

.pos-terminal {
    top: 10%;
    left: 10%;
    width: 180px;
    height: 120px;
}

.mobile-app {
    top: 40%;
    right: 15%;
    width: 150px;
    height: 250px;
    border-radius: 30px;
}

.online-payment {
    bottom: 10%;
    left: 20%;
    width: 200px;
    height: 140px;
}

.device-screen {
    width: 100%;
    height: calc(100% - 30px);
    background: #1a1a1a;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}

.device-label {
    text-align: center;
    font-size: 0.875rem;
    font-weight: 600;
    color: #2A3881;
    margin-top: 10px;
}

.screen-content {
    padding: 15px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* POS Terminal Animation */
.payment-processing {
    text-align: center;
    color: white;
}

.processing-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-bottom: 10px;
}

.processing-dots .dot {
    width: 8px;
    height: 8px;
    background: #48C6E5;
    border-radius: 50%;
    animation: pulseDots 1.5s infinite ease-in-out;
}

.processing-dots .dot:nth-child(2) {
    animation-delay: 0.2s;
}

.processing-dots .dot:nth-child(3) {
    animation-delay: 0.4s;
}

@keyframes pulseDots {
    0%, 60%, 100% {
        transform: scale(1);
        opacity: 0.6;
    }
    30% {
        transform: scale(1.2);
        opacity: 1;
    }
}

.processing-text {
    font-size: 0.75rem;
    color: #48C6E5;
    animation: fadeText 2s infinite;
}

@keyframes fadeText {
    0%, 100% { opacity: 0.6; }
    50% { opacity: 1; }
}

/* QR Code Animation */
.qr-grid {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.qr-row {
    display: flex;
    gap: 2px;
}

.qr-cell {
    width: 10px;
    height: 10px;
    border-radius: 1px;
}

.qr-cell.black {
    background: #2A3881;
}

.qr-cell.white {
    background: white;
}

/* Secure Payment Animation */
.secure-payment {
    text-align: center;
    color: white;
}

.secure-payment i {
    font-size: 2rem;
    color: #48C6E5;
    margin-bottom: 10px;
    display: block;
    animation: lockPulse 2s infinite;
}

@keyframes lockPulse {
    0%, 100% {
        transform: scale(1);
        color: #48C6E5;
    }
    50% {
        transform: scale(1.1);
        color: white;
    }
}

.secure-payment span {
    font-size: 0.875rem;
    color: #48C6E5;
}

/* Payment Flow Animation */
.payment-flow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    height: 60px;
    z-index: 1;
}

.flow-line {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, #48C6E5, transparent);
    transform: translateY(-50%);
}

.flow-arrow {
    position: absolute;
    top: 50%;
    right: 0;
    width: 20px;
    height: 20px;
    border-right: 2px solid #48C6E5;
    border-top: 2px solid #48C6E5;
    transform: translateY(-50%) rotate(45deg);
    animation: arrowPulse 2s infinite;
}

@keyframes arrowPulse {
    0%, 100% {
        right: 0;
        opacity: 0.6;
    }
    50% {
        right: 10px;
        opacity: 1;
    }
}

.flow-item {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #48C6E5;
    font-size: 1rem;
    box-shadow: 0 5px 15px rgba(72, 198, 229, 0.3);
    animation: floatItem 3s infinite ease-in-out;
}

.flow-item.card {
    left: 10%;
    animation-delay: 0s;
}

.flow-item.processor {
    left: 40%;
    animation-delay: 0.5s;
}

.flow-item.bank {
    left: 70%;
    animation-delay: 1s;
}

.flow-item.merchant {
    left: 100%;
    transform: translate(-100%, -50%);
    animation-delay: 1.5s;
}

@keyframes floatItem {
    0%, 100% {
        transform: translateY(-50%);
        box-shadow: 0 5px 15px rgba(72, 198, 229, 0.3);
    }
    50% {
        transform: translateY(-60%);
        box-shadow: 0 15px 30px rgba(72, 198, 229, 0.4);
    }
}

/* Solutions Section */
.solutions-section {
    padding: 100px 0;
    background: white;
}

.section-header {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 60px;
}

.section-description {
    color: #666;
    font-size: 1.125rem;
    max-width: 600px;
    margin: 0 auto;
}

.solutions-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
    margin-top: 50px;
}

.solution-card {
    background: #f8fafc;
    border-radius: 16px;
    padding: 40px 30px;
    transition: all 0.3s ease;
    border: 2px solid #e8f4f8;
    position: relative;
    overflow: hidden;
}

.solution-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(72, 198, 229, 0.1) 0%, rgba(42, 56, 129, 0.05) 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.solution-card:hover::before {
    opacity: 1;
}

.solution-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(42, 56, 129, 0.1);
    border-color: #48C6E5;
}

.solution-card.featured {
    background: linear-gradient(135deg, #2A3881 0%, #48C6E5 100%);
    color: white;
    transform: translateY(-10px);
}

.solution-card.featured::before {
    display: none;
}

.solution-card.featured:hover {
    transform: translateY(-15px);
}

.solution-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #48C6E5 0%, #2A3881 100%);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    color: white;
    font-size: 1.5rem;
}

.solution-card.featured .solution-icon {
    background: white;
    color: #2A3881;
}

.solution-card h3 {
    font-size: 1.5rem;
    color: #2A3881;
    margin-bottom: 15px;
}

.solution-card.featured h3 {
    color: white;
}

.solution-card p {
    color: #666;
    margin-bottom: 25px;
    line-height: 1.6;
}

.solution-card.featured p {
    color: rgba(255, 255, 255, 0.9);
}

.solution-features {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 25px;
}

.solution-features span {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.875rem;
    color: #555;
}

.solution-card.featured .solution-features span {
    color: rgba(255, 255, 255, 0.9);
}

.solution-features i {
    color: #48C6E5;
    font-size: 0.75rem;
}

.solution-card.featured .solution-features i {
    color: white;
}

.solution-stats {
    display: flex;
    gap: 20px;
    border-top: 1px solid #e8f4f8;
    padding-top: 20px;
}

.solution-card.featured .solution-stats {
    border-top-color: rgba(255, 255, 255, 0.2);
}

.stat {
    display: flex;
    align-items: center;
    gap: 8px;
    flex: 1;
}

.stat i {
    color: #48C6E5;
    font-size: 1rem;
}

.solution-card.featured .stat i {
    color: white;
}

.stat span {
    font-size: 0.875rem;
    font-weight: 600;
    color: #2A3881;
}

.solution-card.featured .stat span {
    color: white;
}

/* Security Section */
.security-section {
    padding: 100px 0;
    background: linear-gradient(135deg, #f0f9ff 0%, #e8f7fc 100%);
}

.security-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.security-description {
    color: #666;
    font-size: 1.125rem;
    margin-bottom: 40px;
    line-height: 1.7;
}

.security-features {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.feature {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.feature-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #48C6E5 0%, #2A3881 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.25rem;
    flex-shrink: 0;
}

.feature h4 {
    font-size: 1.25rem;
    color: #2A3881;
    margin-bottom: 5px;
}

.feature p {
    color: #666;
    font-size: 0.875rem;
}

/* Security Visual */
.security-visual {
    background: white;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 20px 40px rgba(42, 56, 129, 0.1);
}

.security-badge {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 40px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e8f4f8;
}

.badge-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #48C6E5 0%, #2A3881 100%);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 2rem;
}

.badge-content h4 {
    font-size: 1.25rem;
    color: #666;
    margin-bottom: 10px;
}

.rating {
    font-size: 3rem;
    font-weight: 800;
    color: #48C6E5;
    line-height: 1;
    margin-bottom: 5px;
}

.badge-content p {
    color: #666;
    font-size: 0.875rem;
}

.security-stats {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.security-metric {
    display: flex;
    align-items: center;
    gap: 15px;
}

.metric-label {
    font-size: 0.875rem;
    color: #666;
    width: 120px;
    flex-shrink: 0;
}

.metric-bar {
    flex: 1;
    height: 8px;
    background: #e8f4f8;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
}

.metric-bar::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #e8f4f8, rgba(232, 244, 248, 0.5));
    animation: shimmerBar 2s infinite linear;
}

.bar-fill {
    height: 100%;
    background: linear-gradient(90deg, #48C6E5 0%, #2A3881 100%);
    border-radius: 4px;
    width: 0;
    animation: fillBar 2s ease-in-out forwards;
    animation-delay: var(--delay, 0s);
}

@keyframes fillBar {
    from {
        width: 0;
    }
    to {
        width: var(--width);
    }
}

@keyframes shimmerBar {
    0% {
        background-position: -200px 0;
    }
    100% {
        background-position: 200px 0;
    }
}

.metric-value {
    font-size: 1rem;
    font-weight: 700;
    color: #2A3881;
    width: 60px;
    text-align: right;
}

/* Integration Section */
.integration-section {
    padding: 100px 0;
    background: white;
}

.integration-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-top: 50px;
}

.integration-card {
    background: #f8fafc;
    border-radius: 16px;
    padding: 30px;
    text-align: center;
    transition: all 0.3s ease;
    border: 1px solid #e8f4f8;
}

.integration-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(42, 56, 129, 0.1);
    border-color: #48C6E5;
}

.integration-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #48C6E5 0%, #2A3881 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    color: white;
    font-size: 1.5rem;
}

.integration-card h4 {
    font-size: 1.25rem;
    color: #2A3881;
    margin-bottom: 10px;
}

.integration-card p {
    color: #666;
    font-size: 0.875rem;
    line-height: 1.6;
}

/* Demo Section */
.demo-section {
    padding: 100px 0;
    background: linear-gradient(135deg, #f0f9ff 0%, #e8f7fc 100%);
}

.demo-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.demo-description {
    color: #666;
    font-size: 1.125rem;
    margin-bottom: 40px;
    line-height: 1.7;
}

.demo-features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin-bottom: 40px;
}

.demo-feature {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.875rem;
    color: #2A3881;
    font-weight: 500;
}

.demo-feature i {
    color: #48C6E5;
}

/* Demo Terminal */
.demo-visual {
    position: relative;
}

.demo-terminal {
    background: white;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(42, 56, 129, 0.2);
    transform: perspective(1000px) rotateY(-5deg);
    transition: transform 0.3s ease;
}

.demo-terminal:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.terminal-header {
    background: linear-gradient(90deg, #2A3881 0%, #48C6E5 100%);
    color: white;
    padding: 15px 20px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.terminal-controls {
    display: flex;
    gap: 8px;
}

.control {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
}

.control.close { background: #ff5f57; }
.control.minimize { background: #ffbd2e; }
.control.maximize { background: #28ca42; }

.terminal-title {
    flex: 1;
    font-size: 0.875rem;
    font-weight: 600;
}

.terminal-status {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 0.75rem;
    opacity: 0.8;
}

.terminal-status i {
    color: #28ca42;
    font-size: 0.5rem;
}

.terminal-body {
    padding: 30px;
}

.transaction-display {
    background: #f8fafc;
    border-radius: 12px;
    padding: 25px;
    border: 1px solid #e8f4f8;
}

.transaction-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e8f4f8;
}

.transaction-header span {
    font-size: 1rem;
    font-weight: 600;
    color: #2A3881;
}

.transaction-id {
    font-size: 0.875rem;
    color: #666;
    font-family: monospace;
}

.transaction-details {
    margin-bottom: 30px;
}

.detail-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.detail-row span:first-child {
    font-size: 0.875rem;
    color: #666;
}

.amount {
    font-size: 1.5rem;
    font-weight: 700;
    color: #2A3881;
}

.method {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.875rem;
    color: #2A3881;
    font-weight: 500;
}

.method i {
    color: #48C6E5;
}

.status {
    font-size: 0.875rem;
    font-weight: 600;
    padding: 4px 12px;
    border-radius: 20px;
}

.status.processing {
    background: rgba(72, 198, 229, 0.1);
    color: #48C6E5;
}

.transaction-animation {
    text-align: center;
    padding: 20px;
    animation: fadeInOut 4s infinite;
}

.animation-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-bottom: 10px;
}

.animation-dots .dot {
    width: 8px;
    height: 8px;
    background: #48C6E5;
    border-radius: 50%;
    animation: processingDots 1.5s infinite ease-in-out;
}

.animation-dots .dot:nth-child(2) {
    animation-delay: 0.2s;
}

.animation-dots .dot:nth-child(3) {
    animation-delay: 0.4s;
}

@keyframes processingDots {
    0%, 60%, 100% {
        transform: scale(1);
        opacity: 0.6;
    }
    30% {
        transform: scale(1.2);
        opacity: 1;
    }
}

.animation-text {
    font-size: 0.875rem;
    color: #48C6E5;
    font-weight: 500;
}

.transaction-success {
    text-align: center;
    padding: 20px;
    opacity: 0;
    animation: successAppear 4s infinite;
    animation-delay: 2s;
}

@keyframes successAppear {
    0%, 50% {
        opacity: 0;
        transform: translateY(10px);
    }
    60%, 100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.transaction-success i {
    font-size: 3rem;
    color: #28ca42;
    margin-bottom: 10px;
    display: block;
}

.transaction-success span {
    font-size: 1rem;
    color: #2A3881;
    font-weight: 600;
}

@keyframes fadeInOut {
    0%, 50% {
        opacity: 1;
    }
    60%, 100% {
        opacity: 0;
    }
}

/* CTA Section */
.payment-cta {
    padding: 100px 0;
    background: linear-gradient(135deg, #2A3881 0%, #48C6E5 100%);
    color: white;
}

.cta-content {
    max-width: 800px;
    margin: 0 auto;
}

.cta-text {
    text-align: center;
    margin-bottom: 50px;
}

.cta-text h2 {
    font-size: 2.5rem;
    color: white;
    margin-bottom: 20px;
}

.cta-text p {
    font-size: 1.125rem;
    opacity: 0.9;
}

.signup-form {
    background: white;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 20px;
}

.form-group {
    position: relative;
}

.form-group input,
.form-group select {
    width: 100%;
    padding: 15px 15px 15px 45px;
    border: 1px solid #e8f4f8;
    border-radius: 8px;
    font-size: 1rem;
    transition: all 0.3s ease;
    font-family: 'Inter', sans-serif;
    background: #f8fafc;
}

.form-group input:focus,
.form-group select:focus {
    outline: none;
    border-color: #48C6E5;
    background: white;
    box-shadow: 0 0 0 3px rgba(72, 198, 229, 0.1);
}

.form-group i {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #48C6E5;
    font-size: 1rem;
}

.signup-form button {
    width: 100%;
    margin-top: 20px;
    justify-content: center;
}

.form-note {
    text-align: center;
    font-size: 0.875rem;
    opacity: 0.8;
    margin-top: 20px;
    color: white;
}

/* Responsive Styles */
@media (max-width: 1200px) {
    .hero-title {
        font-size: 3rem;
    }
    
    .hero-visual {
        height: 450px;
    }
}

@media (max-width: 992px) {
    .hero-title {
        font-size: 2.5rem;
    }
    
    .section-title {
        font-size: 2rem;
    }
    
    .hero-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .hero-visual {
        height: 400px;
        order: -1;
    }
    
    .security-grid,
    .demo-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .solutions-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .demo-terminal {
        transform: none;
    }
}

@media (max-width: 768px) {
    .payment-hero {
        padding: 60px 0 80px;
    }
    
    .hero-title {
        font-size: 2.2rem;
    }
    
    .section-title {
        font-size: 1.8rem;
    }
    
    .hero-stats {
        flex-direction: column;
        gap: 20px;
    }
    
    .hero-cta {
        flex-direction: column;
    }
    
    .cta-button {
        width: 100%;
        justify-content: center;
    }
    
    .solutions-grid {
        grid-template-columns: 1fr;
    }
    
    .solution-card.featured {
        transform: none;
    }
    
    .integration-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .demo-features {
        grid-template-columns: 1fr;
    }
    
    .form-row {
        grid-template-columns: 1fr;
    }
    
    .signup-form {
        padding: 30px 20px;
    }
}

@media (max-width: 576px) {
    .container {
        padding: 0 15px;
    }
    
    .hero-title {
        font-size: 1.8rem;
    }
    
    .hero-description {
        font-size: 1.25rem;
    }
    
    .hero-description,
    .section-description,
    .security-description,
    .demo-description {
        font-size: 1rem;
    }
    
    .integration-grid {
        grid-template-columns: 1fr;
    }
    
    .hero-visual {
        height: 350px;
    }
    
    .device-card {
        transform: scale(0.8);
    }
    
    .pos-terminal {
        top: 5%;
        left: 5%;
    }
    
    .mobile-app {
        top: 35%;
        right: 5%;
    }
    
    .online-payment {
        bottom: 5%;
        left: 15%;
    }
    
    .payment-flow {
        display: none;
    }
    
    .security-visual {
        padding: 30px 20px;
    }
    
    .security-badge {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }
    
    .security-metric {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    
    .metric-label {
        width: auto;
    }
    
    .metric-value {
        text-align: left;
        width: auto;
    }
}/* End custom CSS */