

*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    background: #f8fafc;
    color: #0f172a;
    line-height: 1.6;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a {
    text-decoration: none;
    color: inherit;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

button {
    cursor: pointer;
    border: none;
    background: none;
    font-family: inherit;
}

input {
    font-family: inherit;
}

ul {
    list-style: none;
}

.hero-slider {
    position: relative;
    background: #fff;
    padding-top: 36px;
    overflow: hidden;
}

.hero-slider-viewport {
    position: relative;
    overflow: hidden;
}

.hero-slider-track {
    display: flex;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.hero-slide {
    flex: 0 0 100%;
    min-width: 100%;
}

.hero-slide-inner {
    min-height: 600px;
    display: flex;
    align-items: center;
    position: relative;
}

.hero-main-slide {
    background: linear-gradient(135deg, #f0f9ff 0%, #ffffff 50%, #f8fafc 100%);
    overflow: hidden;
}

.hero-container {
    position: relative;
    z-index: 2;
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    align-items: stretch;
    
    gap: 48px;
    padding: 40px 48px;
}

.hero-text-side {
    flex: 0 0 500px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    
}

.hero-text-content {
    display: flex;
    flex-direction: column;
    gap: 40px;
    
}

.hero-category-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #e0f2fe;
    color: #0284c7;
    font-size: 13px;
    font-weight: 600;
    padding: 8px 18px;
    border-radius: 9999px;
    width: fit-content;
}

.hero-heading h1 {
    font-family: 'Poppins', 'Inter', sans-serif;
    font-size: 44px;
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -1px;
    color: #0f172a;
}

.text-blue {
    color: #0284c7;
}

.hero-subtitle {
    font-size: 16px;
    color: #64748b;
    line-height: 1.6;
    max-width: 440px;
}

.hero-cta-row {
    display: flex;
    gap: 12px;
    align-items: center;
}

.btn-read-more {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #0284c7;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding: 12px 28px;
    border-radius: 8px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 14px rgba(2, 132, 199, 0.3);
}

.btn-read-more:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(2, 132, 199, 0.4);
    background: #0369a1;
}

.btn-contact-hero {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 600;
    color: #0284c7;
    background: transparent;
    padding: 12px 28px;
    border-radius: 8px;
    border: 1.5px solid #0284c7;
    transition: all 0.3s ease;
}

.btn-contact-hero:hover {
    background: #e0f2fe;
    transform: translateY(-1px);
}

.hero-image-side {
    flex: 1;
    position: relative;
}

.hero-main-img {
    width: 100%;
    height: auto;
    border-radius: 20px;
    display: block;
    object-fit: cover;
    min-height: 480px;
}

.hero-screenshot-card {
    position: absolute;
    top: 60px;
    left: -80px;
    
    background: #fff;
    border-radius: 20px;
    padding: 24px;
    width: 320px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 0 0 0 1px rgba(0, 0, 0, 0.02);
    z-index: 5;
}

.hero-screenshot-card h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #0f172a;
    line-height: 1.4;
    margin-bottom: 20px;
}

.screenshot-card-middle {
    display: flex;
    gap: 16px;
    align-items: center;
    margin-bottom: 20px;
}

.score-side {
    display: flex;
    flex-direction: column;
}

.stars {
    color: #eab308;
    font-size: 14px;
    letter-spacing: 2px;
    margin-bottom: 4px;
}

.star-outline {
    color: #cbd5e1;
}

.score {
    font-family: 'Poppins', sans-serif;
    font-size: 42px;
    font-weight: 800;
    line-height: 1;
    color: #0f172a;
}

.text-side p {
    font-size: 12px;
    color: #64748b;
    line-height: 1.5;
    margin: 0;
}

.screenshot-card-bottom {
    display: flex;
    align-items: center;
    gap: 14px;
    padding-top: 16px;
    border-top: 1px solid #f1f5f9;
}

.card-avatars {
    display: flex;
}

.card-avatars img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 2px solid #fff;
    margin-left: -10px;
    object-fit: cover;
}

.card-avatars img:first-child {
    margin-left: 0;
}

.card-active-text strong {
    font-size: 12px;
    color: #0f172a;
    font-weight: 700;
    line-height: 1.3;
    display: block;
}

.hero-floating-bottom-badge {
    position: absolute;
    bottom: 30px;
    right: 30px;
    background: #0284c7;
    
    color: #fff;
    font-weight: 700;
    font-size: 13px;
    padding: 10px 20px;
    border-radius: 8px;
    box-shadow: 0 8px 20px rgba(2, 132, 199, 0.4);
    z-index: 5;
}

.hero-badge {
    position: absolute;
    background: #fff;
    border-radius: 14px;
    padding: 12px 16px;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.03);
    animation: float 3.5s ease-in-out infinite;
    border-left: 3px solid transparent;
}

.hero-badge .badge-icon {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.badge-icon.green {
    background: #dcfce7;
}

.badge-icon.blue {
    background: #dbeafe;
}

.badge-icon.yellow {
    background: #fef3c7;
}

.badge-number {
    font-size: 18px;
    font-weight: 800;
    line-height: 22px;
    color: #0f172a;
    display: block;
    letter-spacing: -0.03em;
}

.badge-label {
    font-size: 11px;
    font-weight: 500;
    line-height: 14px;
    color: #64748b;
    display: block;
}

.badge-users {
    top: -12px;
    right: -24px;
    border-left-color: #16a34a;
}

.badge-uptime {
    bottom: -12px;
    right: -32px;
    animation-delay: 0.5s;
    border-left-color: #0284c7;
}

.badge-claim {
    bottom: 50px;
    left: -40px;
    animation-delay: 1s;
    border-left-color: #d97706;
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}

.hero-blur {
    position: absolute;
    border-radius: 50%;
    filter: blur(120px);
    pointer-events: none;
    z-index: 0;
}

.blur-1 {
    width: 500px;
    height: 500px;
    background: rgba(2, 132, 199, 0.06);
    top: -100px;
    left: -200px;
}

.blur-2 {
    width: 350px;
    height: 350px;
    background: rgba(96, 165, 250, 0.08);
    bottom: 0;
    right: -100px;
}

.slide-inner {
    display: flex;
    border-radius: 20px;
    overflow: hidden;
    min-height: 440px;
    max-width: 1120px;
    margin: 0 auto;
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.08);
}

.slide-content-side {
    flex: 0 0 50%;
    background: #f0fdf4;
    padding: 56px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.slide-category {
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 1.5px;
    color: #0284c7;
    text-transform: uppercase;
    margin-bottom: 16px;
    background: #e0f2fe;
    padding: 4px 12px;
    border-radius: 4px;
    width: fit-content;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.slide-category img {
    width: 16px;
    height: 16px;
    object-fit: contain;
    
    filter: brightness(0) saturate(100%) invert(32%) sepia(85%) saturate(1915%) hue-rotate(174deg) brightness(88%) contrast(98%);
}

.slide-heading {
    font-family: 'Poppins', 'Inter', sans-serif;
    font-size: 38px;
    font-weight: 700;
    line-height: 1.12;
    color: #0f172a;
    margin-bottom: 20px;
    letter-spacing: -0.5px;
}

.slide-desc {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #475569;
    margin-bottom: 32px;
}

.slide-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: #0f172a;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 12px 28px;
    border-radius: 10px;
    width: fit-content;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    letter-spacing: -0.01em;
}

.slide-btn:hover {
    background: #1e293b;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(15, 23, 42, 0.2);
}

.slide-image-side {
    flex: 0 0 50%;
    overflow: hidden;
}

.slide-image-side img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slider-nav {
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    background: transparent;
    pointer-events: none;
    
}

.slider-arrow,
.slider-dots {
    pointer-events: auto;
    
}

.slider-arrow {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    transition: all 0.25s;
    border: 1px solid #e2e8f0;
}

.slider-arrow:hover {
    background: #f8fafc;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transform: scale(1.05);
}

.slider-dots {
    display: flex;
    align-items: center;
    gap: 6px;
}

.slider-dots .dot {
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background: #d1d5db;
    transition: all 0.3s;
    cursor: pointer;
}

.slider-dots .dot.active {
    width: 28px;
    background: #0284c7;
}

.slider-dots .dot:hover:not(.active) {
    background: #94a3b8;
}

.partners {
    background: #ffffff;
    padding: 40px 0 36px;
    border-top: 1px solid #f1f5f9;
    border-bottom: 1px solid #f1f5f9;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
    overflow: hidden;
}

.partners-label {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #94a3b8;
    text-transform: uppercase;
}

.partners-marquee {
    width: 100%;
    overflow: hidden;
    mask-image: linear-gradient(to right, transparent 0%, black 8%, black 92%, transparent 100%);
    -webkit-mask-image: linear-gradient(to right, transparent 0%, black 8%, black 92%, transparent 100%);
}

.partners-track {
    display: flex;
    align-items: center;
    gap: 72px;
    animation: marquee-scroll 28s linear infinite;
    width: max-content;
}

.partners-marquee:hover .partners-track {
    animation-play-state: paused;
}

.partners-track img {
    height: 40px;
    width: auto;
    object-fit: contain;
    filter: grayscale(100%) opacity(0.35);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    flex-shrink: 0;
}

.partners-track img:hover {
    filter: grayscale(0%) opacity(1);
    transform: scale(1.12);
}

@keyframes marquee-scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

.products {
    background: #f8fafc;
    padding: 88px 48px;
}

.products-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 56px;
}

.products-header {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
}

.products-header h2 {
    font-family: 'Poppins', 'Inter', sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
    color: #0f172a;
    text-align: center;
    letter-spacing: -0.5px;
}

.products-header p {
    font-size: 16px;
    font-weight: 400;
    color: #64748b;
    text-align: center;
}

.products-grid {
    display: flex;
    gap: 20px;
    justify-content: center;
}

.product-card {
    flex: 1;
    max-width: 210px;
    background: #fff;
    border-radius: 16px;
    padding: 32px 20px 28px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    border: 1px solid #f1f5f9;
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.product-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: #e2e8f0;
    transition: background 0.35s;
}

.product-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.1);
    border-color: transparent;
}

.product-card:nth-child(1):hover::before {
    background: #ef4444;
}

.product-card:nth-child(2):hover::before {
    background: #3b82f6;
}

.product-card:nth-child(3):hover::before {
    background: #64748b;
}

.product-card:nth-child(4):hover::before {
    background: #f59e0b;
}

.product-card:nth-child(5):hover::before {
    background: #10b981;
}

.product-icon-wrap {
    width: 64px;
    height: 64px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.product-card:hover .product-icon-wrap {
    transform: scale(1.1) rotate(-3deg);
}

.product-icon-wrap.red {
    background: #fef2f2;
}

.product-icon-wrap.blue {
    background: #eff6ff;
}

.product-icon-wrap.slate {
    background: #f1f5f9;
}

.product-icon-wrap.amber {
    background: #fffbeb;
}

.product-icon-wrap.green {
    background: #f0fdf4;
}

.product-name {
    font-size: 16px;
    font-weight: 700;
    color: #0f172a;
    text-align: center;
    letter-spacing: -0.02em;
}

.product-sub {
    font-size: 12px;
    font-weight: 400;
    color: #94a3b8;
    text-align: center;
    line-height: 16px;
}

.impact {
    background: linear-gradient(135deg, #0c4a6e 0%, #0f172a 100%);
    padding: 64px 48px;
    position: relative;
    overflow: hidden;
}

.impact-overlay {
    position: absolute;
    inset: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") repeat;
    pointer-events: none;
}

.impact-container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 20px;
}

.impact-stat {
    flex: 1;
    padding: 28px 20px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.impact-stat:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-4px);
    border-color: rgba(255, 255, 255, 0.15);
}

.impact-stat.bordered {
    border-left: 1px solid rgba(255, 255, 255, 0.08);
}

.impact-number {
    font-family: 'Poppins', 'Inter', sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.1;
    color: #fff;
    text-align: center;
    letter-spacing: -1px;
}

.impact-label {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #7dd3fc;
    text-align: center;
    letter-spacing: 0.02em;
}

.services {
    background: #fff;
    padding: 96px 48px;
}

.services-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 56px;
    align-items: center;
}

.services-header {
    max-width: 640px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: center;
}

.services-header h2 {
    font-family: 'Poppins', 'Inter', sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
    color: #0f172a;
    text-align: center;
    letter-spacing: -0.5px;
}

.services-header p {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #64748b;
    text-align: center;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    width: 100%;
}

.service-card {
    background: #f8fafc;
    border-radius: 16px;
    padding: 32px 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    border: 1px solid transparent;
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    border-radius: 16px 16px 0 0;
    transition: opacity 0.35s;
    opacity: 0;
}

.service-card:nth-child(1)::before {
    background: #0284c7;
}

.service-card:nth-child(2)::before {
    background: #0d9488;
}

.service-card:nth-child(3)::before {
    background: #4f46e5;
}

.service-card:nth-child(4)::before {
    background: #d97706;
}

.service-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 36px rgba(0, 0, 0, 0.08);
    border-color: #e2e8f0;
    background: #fff;
}

.service-card:hover::before {
    opacity: 1;
}

.service-icon-bg {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.35s;
}

.service-card:hover .service-icon-bg {
    transform: scale(1.08);
}

.service-icon-bg.light-blue {
    background: #e0f2fe;
}

.service-icon-bg.teal {
    background: #ccfbf1;
}

.service-icon-bg.indigo {
    background: #e0e7ff;
}

.service-icon-bg.amber {
    background: #fef3c7;
}

.service-card h3 {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    color: #0f172a;
    letter-spacing: -0.02em;
}

.service-card p {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #475569;
}

.service-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    font-weight: 600;
    transition: gap 0.25s;
    letter-spacing: -0.01em;
}

.service-link:hover {
    gap: 10px;
}

.service-link.blue {
    color: #0284c7;
}

.service-link.teal {
    color: #0d9488;
}

.service-link.indigo {
    color: #4f46e5;
}

.service-link.amber {
    color: #d97706;
}

.blog {
    background: #f8fafc;
    padding: 88px 48px;
}

.blog-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.blog-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.blog-header h2 {
    font-family: 'Poppins', 'Inter', sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
    color: #0f172a;
    letter-spacing: -0.5px;
}

.blog-header p {
    font-size: 16px;
    font-weight: 400;
    color: #64748b;
    margin-top: 6px;
}

.blog-view-all {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    font-weight: 600;
    color: #0284c7;
    white-space: nowrap;
    transition: gap 0.25s;
    letter-spacing: -0.01em;
}

.blog-view-all:hover {
    gap: 10px;
}

.blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.blog-card {
    display: flex;
    flex-direction: column;
    gap: 14px;
    transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #f1f5f9;
}

.blog-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 36px rgba(0, 0, 0, 0.08);
}

.blog-image {
    overflow: hidden;
    height: 210px;
}

.blog-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.blog-card:hover .blog-image img {
    transform: scale(1.06);
}

.blog-meta {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0 20px;
}

.blog-cat {
    font-size: 11px;
    font-weight: 700;
    color: #0284c7;
    letter-spacing: 0.5px;
    background: #e0f2fe;
    padding: 3px 10px;
    border-radius: 4px;
}

.blog-dot {
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #cbd5e1;
}

.blog-read {
    font-size: 12px;
    font-weight: 400;
    color: #94a3b8;
}

.blog-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.35;
    color: #0f172a;
    padding: 0 20px;
    letter-spacing: -0.02em;
}

.blog-excerpt {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #64748b;
    padding: 0 20px 24px;
}

.app-section {
    background: #0f172a;
    padding: 96px 48px;
    position: relative;
    overflow: hidden;
}

.app-gradient-bg {
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 20% 50%, rgba(2, 132, 199, 0.12) 0%, transparent 60%),
        radial-gradient(ellipse at 80% 80%, rgba(14, 165, 233, 0.08) 0%, transparent 50%);
    pointer-events: none;
}

.app-blur-circle {
    display: none;
}

.app-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 64px;
    position: relative;
    z-index: 2;
}

.app-content {
    flex: 0 0 520px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.app-badge {
    display: inline-flex;
    align-items: center;
    padding: 5px 14px;
    border-radius: 6px;
    background: rgba(14, 165, 233, 0.12);
    border: 1px solid rgba(14, 165, 233, 0.25);
    font-size: 13px;
    font-weight: 600;
    color: #7dd3fc;
    width: fit-content;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-size: 11px;
}

.app-content h2 {
    font-family: 'Poppins', 'Inter', sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.15;
    color: #fff;
    letter-spacing: -1px;
}

.app-content>p {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #94a3b8;
}

.app-store-buttons {
    display: flex;
    gap: 14px;
    align-items: center;
    padding-top: 8px;
}

.badge-img {
    height: 46px;
    width: auto;
    transition: all 0.25s;
    border-radius: 8px;
}

.badge-img:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
}

.ussd-banner {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 14px;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 8px;
    transition: all 0.3s;
}

.ussd-banner:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.12);
}

.ussd-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: #0ea5e9;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.ussd-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.ussd-text strong {
    font-size: 15px;
    font-weight: 700;
    color: #fff;
}

.ussd-text span {
    font-size: 13px;
    color: #94a3b8;
}

.ussd-cta {
    margin-left: auto;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    white-space: nowrap;
    padding: 8px 16px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 8px;
    transition: all 0.25s;
}

.ussd-cta:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.3);
}

.app-phone-area {
    flex: 1;
    display: flex;
    justify-content: center;
    position: relative;
}

.phone-frame {
    width: 310px;
    background: #fff;
    border-radius: 40px;
    overflow: hidden;
    box-shadow: 0 30px 60px -12px rgba(0, 0, 0, 0.5), 0 0 0 1px rgba(255, 255, 255, 0.1);
    border: 6px solid #1e293b;
    position: relative;
}

.phone-notch {
    position: absolute;
    top: -1px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    width: 130px;
    height: 28px;
    background: #0f172a;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
}

.phone-gradient-bg {
    height: 16px;
    background: linear-gradient(135deg, #0284c7 0%, #0ea5e9 100%);
}

.phone-card {
    background: #fff;
    border-radius: 24px;
    overflow: hidden;
    margin: 0;
}

.phone-header {
    text-align: center;
    padding: 36px 24px 18px;
}

.phone-logo {
    height: 32px;
    width: auto;
    margin: 0 auto 18px;
}

.phone-header h3 {
    font-size: 19px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 6px;
}

.phone-header p {
    font-size: 11px;
    color: #64748b;
    line-height: 16px;
}

.phone-form {
    padding: 0 24px 24px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.form-group label {
    font-size: 11px;
    font-weight: 600;
    color: #334155;
    letter-spacing: 0.3px;
}

.form-input {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    padding: 10px 12px;
    transition: border-color 0.2s;
}

.form-input:hover {
    border-color: #cbd5e1;
}

.form-input span {
    font-size: 13px;
    color: #94a3b8;
    flex: 1;
}

.form-input .eye-icon {
    margin-left: auto;
    cursor: pointer;
}

.forgot-link {
    font-size: 11px;
    font-weight: 500;
    color: #0284c7;
    text-align: right;
}

.phone-login-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: #0284c7;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    padding: 11px;
    border-radius: 10px;
    width: 100%;
    cursor: pointer;
    border: none;
    transition: background 0.2s;
}

.phone-login-btn:hover {
    background: #0369a1;
}

.phone-divider {
    display: flex;
    align-items: center;
    gap: 10px;
}

.phone-divider::before,
.phone-divider::after {
    content: '';
    flex: 1;
    height: 1px;
    background: #e2e8f0;
}

.phone-divider span {
    font-size: 11px;
    font-weight: 500;
    color: #94a3b8;
    white-space: nowrap;
}

.phone-social-row {
    display: flex;
    gap: 10px;
}

.social-btn {
    flex: 1;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    padding: 8px;
    font-size: 12px;
    font-weight: 500;
    color: #334155;
    text-align: center;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    transition: all 0.2s;
}

.social-btn:hover {
    background: #f8fafc;
    border-color: #cbd5e1;
}

.phone-signup {
    font-size: 12px;
    color: #475569;
    text-align: center;
}

.phone-signup a {
    color: #0284c7;
    font-weight: 600;
}

.phone-security {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 12px 20px;
    background: #f8fafc;
    border-top: 1px solid #f1f5f9;
}

.phone-security span {
    font-size: 10px;
    color: #64748b;
}

.phone-footer-links {
    display: flex;
    justify-content: center;
    gap: 16px;
    padding: 18px 16px 14px;
}

.phone-footer-links span {
    font-size: 10px;
    color: #64748b;
}

.float-badge {
    position: absolute;
    background: #fff;
    border-radius: 14px;
    padding: 14px 18px;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    animation: float 3.5s ease-in-out infinite;
    border-left: 3px solid transparent;
}

.float-badge-icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.float-badge-icon.green-bg {
    background: #dcfce7;
}

.float-badge-icon.blue-bg {
    background: #dbeafe;
}

.float-badge-label {
    font-size: 11px;
    color: #64748b;
    display: block;
}

.float-badge-value {
    font-size: 14px;
    font-weight: 700;
    color: #0f172a;
    display: block;
    letter-spacing: -0.02em;
}

.claim-badge {
    top: 38%;
    right: -24px;
    animation-delay: 0.3s;
    border-left-color: #16a34a;
}

.response-badge {
    bottom: 18%;
    left: 8%;
    animation-delay: 0.8s;
    border-left-color: #0284c7;
}

.footer {
    background: #0f172a;
    padding: 72px 0 32px;
    color: #94a3b8;
    border-top: 1px solid #1e293b;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 48px;
}

.footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 2fr;
    gap: 48px;
    margin-bottom: 48px;
}

.footer-brand img {
    height: 36px;
    margin-bottom: 20px;
}

.footer-brand p {
    font-size: 14px;
    line-height: 1.6;
    max-width: 300px;
    color: #64748b;
}

.footer-contact-info {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 16px;
}

.contact-row {
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.contact-row svg {
    flex-shrink: 0;
    margin-top: 2px;
}

.contact-row span {
    font-size: 13px;
    color: #94a3b8;
    line-height: 1.5;
}

.footer-links h4 {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 18px;
    letter-spacing: 0.3px;
}

.footer-links a {
    display: block;
    font-size: 13px;
    margin-bottom: 10px;
    color: #94a3b8;
    transition: color 0.2s, padding-left 0.2s;
}

.footer-links a:hover {
    color: #fff;
    padding-left: 4px;
}

.footer-newsletter h4 {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px;
    letter-spacing: 0.3px;
}

.footer-newsletter p {
    font-size: 13px;
    margin-bottom: 16px;
    color: #64748b;
    line-height: 1.5;
}

.newsletter-input {
    display: flex;
}

.newsletter-input input {
    flex: 1;
    padding: 11px 14px;
    border-radius: 10px 0 0 10px;
    border: 1px solid #334155;
    border-right: none;
    background: #1e293b;
    color: #fff;
    font-size: 13px;
    outline: none;
    transition: border-color 0.2s;
}

.newsletter-input input:focus {
    border-color: #0284c7;
}

.newsletter-input input::placeholder {
    color: #64748b;
}

.newsletter-input button {
    padding: 0 20px;
    border: none;
    background: #0284c7;
    color: #fff;
    font-weight: 600;
    font-size: 13px;
    border-radius: 0 10px 10px 0;
    cursor: pointer;
    transition: background 0.25s;
}

.newsletter-input button:hover {
    background: #0369a1;
}

.footer-bottom {
    padding-top: 24px;
    border-top: 1px solid #1e293b;
    text-align: center;
    font-size: 13px;
    color: #475569;
}

@media (max-width: 1200px) {
    .nav-container {
        padding: 0 32px;
    }

    .hero-container {
        padding: 32px;
        gap: 32px;
    }

    .hero-text-side {
        flex: 0 0 auto;
    }

    .hero-heading h1 {
        font-size: 44px;
    }

    .slide-heading {
        font-size: 32px;
    }

    .slide-content-side {
        padding: 36px;
    }

    .impact {
        padding: 56px 32px;
    }

    .services {
        padding: 72px 32px;
    }

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

    .app-section {
        padding: 72px 32px;
    }

    .app-content {
        flex: 0 0 auto;
    }

    .footer {
        padding: 56px 32px 28px;
    }

    .products {
        padding: 64px 32px;
    }

    .blog {
        padding: 64px 32px;
    }
}

@media (max-width: 900px) {
    .hero-container {
        flex-direction: column;
        text-align: center;
    }

    .hero-text-side {
        align-items: center;
    }

    .trust-badge {
        margin: 0 auto;
    }

    .hero-cta-row {
        justify-content: center;
    }

    .hero-image-side {
        padding: 0;
    }

    .hero-dashboard-img img {
        width: 100%;
        height: auto;
    }

    .slide-inner {
        flex-direction: column;
    }

    .slide-content-side,
    .slide-image-side {
        flex: none;
        width: 100%;
    }

    .slide-image-side {
        height: 260px;
    }

    .products-grid {
        flex-wrap: wrap;
    }

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

    .impact-container {
        flex-wrap: wrap;
    }

    .impact-stat {
        flex: 0 0 calc(50% - 10px);
    }

    .app-container {
        flex-direction: column;
    }

    .blog-grid {
        grid-template-columns: 1fr;
    }

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

@media (max-width: 600px) {
    .nav-links {
        display: none;
    }

    .nav-container {
        height: 60px;
    }

    .hero-slider {
        padding-top: 60px;
    }

    .hero-heading h1 {
        font-size: 32px;
    }

    .hero-slide-inner {
        min-height: 480px;
    }

    .slide-heading {
        font-size: 26px;
    }

    .impact {
        padding: 40px 20px;
    }

    .impact-number {
        font-size: 28px;
    }

    .impact-stat {
        flex: 0 0 calc(50% - 10px);
    }

    .products-grid {
        gap: 12px;
    }

    .product-card {
        padding: 20px 16px;
    }

    .products-header h2,
    .services-header h2,
    .blog-header h2 {
        font-size: 26px;
    }
}

.animate-in {
    opacity: 1 !important;
    transform: translateY(0) !important;
}

.services-hero {
    background: #f8fafc;
    padding: 120px 0 60px;
    overflow: hidden;
}

.services-hero-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 48px;
    display: flex;
    align-items: center;
    gap: 60px;
}

.hero-left {
    flex: 1;
    max-width: 540px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.hero-left h1 {
    font-family: 'Poppins', 'Inter', sans-serif;
    font-size: 52px;
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -1.5px;
    color: #0f172a;
}

.hero-left p {
    font-size: 18px;
    line-height: 1.6;
    color: #475569;
}

.hero-buttons {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 8px;
}

.btn-primary {
    background: #2563eb;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    padding: 14px 32px;
    border-radius: 8px;
    transition: all 0.3s;
    box-shadow: 0 4px 14px rgba(37, 99, 235, 0.25);
    display: inline-block;
}

.btn-primary:hover {
    background: #1d4ed8;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(37, 99, 235, 0.35);
}

.btn-outline-blue {
    background: transparent;
    color: #2563eb;
    font-size: 15px;
    font-weight: 600;
    padding: 13px 31px;
    border: 2px solid #2563eb;
    border-radius: 8px;
    transition: all 0.3s;
    display: inline-block;
}

.btn-outline-blue:hover {
    background: #eff6ff;
}

.hero-right {
    flex: 1;
    position: relative;
    max-width: 540px;
}

.hero-image-box {
    position: relative;
    border-radius: 20px;
    box-shadow: 0 24px 48px rgba(0,0,0,0.1);
}

.hero-image-box img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 20px;
}

.floating-stat-box {
    position: absolute;
    bottom: -20px;
    left: -20px;
    background: #2563eb;
    color: #fff;
    padding: 20px 32px;
    border-radius: 12px;
    box-shadow: 0 12px 24px rgba(37, 99, 235, 0.3);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.floating-stat-box strong {
    font-size: 28px;
    font-weight: 800;
    line-height: 1.2;
}

.floating-stat-box span {
    font-size: 14px;
    font-weight: 500;
    opacity: 0.9;
}

.stats-section {
    padding: 40px 0;
    background: #f0f9ff;
}

.stats-grid-four {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 48px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.stat-box {
    background: #fff;
    border-radius: 12px;
    padding: 24px 20px;
    text-align: center;
    box-shadow: 0 4px 12px rgba(0,0,0,0.03);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.stat-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #eff6ff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2563eb;
    margin-bottom: 4px;
}

.stat-box strong {
    font-size: 28px;
    font-weight: 800;
    color: #0f172a;
    line-height: 1;
}

.stat-box span {
    font-size: 14px;
    font-weight: 500;
    color: #64748b;
}

.features-section {
    padding: 80px 0;
    background: #fff;
}

.section-head {
    text-align: center;
    margin-bottom: 60px;
}

.section-head h2 {
    font-family: 'Poppins', 'Inter', sans-serif;
    font-size: 36px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 16px;
    letter-spacing: -0.5px;
}

.section-head p {
    font-size: 16px;
    color: #475569;
    max-width: 600px;
    margin: 0 auto;
}

.features-grid-four {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 48px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.feature-box {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #e2e8f0;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s;
}

.feature-box:hover {
    transform: translateY(-5px);
}

.feature-image {
    height: 160px;
    width: 100%;
}

.feature-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.feature-content {
    padding: 24px;
    display: flex;
    flex-direction: column;
    flex: 1;
    position: relative;
}

.feature-icon-badge {
    position: relative;
    width: 48px;
    height: 48px;
    background: #eff6ff;
    color: #2563eb;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}

.feature-content h3 {
    font-size: 18px;
    font-weight: 700;
    color: #0f172a;
    margin-top: 16px;
    margin-bottom: 12px;
}

.feature-content p {
    font-size: 14px;
    color: #64748b;
    line-height: 1.6;
    margin-bottom: 24px;
    flex: 1;
}

.feature-link {
    font-size: 14px;
    font-weight: 600;
    color: #2563eb;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: gap 0.2s;
}

.feature-link:hover {
    gap: 10px;
}

.explore-all-center {
    text-align: center;
    margin-top: 48px;
}

.how-it-works-section {
    padding: 80px 0;
    background: #f8fafc;
}

.steps-grid {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 48px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
}

.step-card {
    background: #fff;
    padding: 24px;
    border-radius: 16px;
    border: 1px solid #e2e8f0;
    position: relative;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}

.step-number {
    position: absolute;
    top: -12px;
    right: -12px;
    width: 28px;
    height: 28px;
    background: #2563eb;
    color: #fff;
    border-radius: 50%;
    font-size: 13px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 8px rgba(37, 99, 235, 0.3);
}

.step-icon-large {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: #2563eb;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.step-icon-large img {
    filter: brightness(0) invert(1);
}

.step-card h3 {
    font-size: 18px;
    font-weight: 700;
    color: #0f172a;
}

.step-card p {
    font-size: 14px;
    color: #64748b;
    line-height: 1.6;
}

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

.why-choose-grid {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 48px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.why-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    transition: transform 0.3s;
}

.why-card:hover {
    transform: translateY(-5px);
}

.why-image {
    height: auto;
    width: 100%;
    margin-bottom: 0;
}

.why-image img {
    height: auto;
    width: 100%;
    display: block;
    object-fit: cover;
}

.why-card-content {
    padding: 24px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.why-icon-badge {
    width: 44px;
    height: 44px;
    border-radius: 8px;
    background: #eff6ff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}

.why-card-icon {
    width: 20px;
}

.why-card h3 {
    font-size: 18px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 12px;
}

.why-card p {
    font-size: 14px;
    color: #64748b;
    line-height: 1.6;
}

.services-bottom-cta {
    background: #1e3a8a;
    padding: 80px 0;
    text-align: center;
    color: #fff;
    position: relative;
}

.services-bottom-cta h2 {
    font-family: 'Poppins', 'Inter', sans-serif;
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 12px;
    letter-spacing: -1px;
}

.services-bottom-cta p {
    font-size: 16px;
    color: #bfdbfe;
    max-width: 600px;
    margin: 0 auto 32px;
    line-height: 1.6;
}

.cta-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(255, 255, 255, 0.15);
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 20px;
}

.cta-features {
    display: flex;
    justify-content: center;
    gap: 32px;
    margin-top: 32px;
    flex-wrap: wrap;
}

.cta-feature-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #bfdbfe;
    font-weight: 500;
}

.stat-subtext {
    font-size: 13px;
    color: #64748b;
    margin-top: -6px;
}

.btn-white {
    background: #fff;
    color: #1e3a8a;
    font-size: 16px;
    font-weight: 700;
    padding: 14px 32px;
    border-radius: 12px;
    transition: all 0.3s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.btn-white:hover {
    background: #f8fafc;
    transform: translateY(-2px);
    box-shadow: 0 12px 32px rgba(255, 255, 255, 0.15);
}

.btn-white img {
    width: 20px;
    height: 20px;
}

.btn-outline-white {
    background: transparent;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 14px 32px;
    border: 2px solid #fff;
    border-radius: 12px;
    transition: all 0.3s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.btn-outline-white:hover {
    background: rgba(255,255,255,0.1);
}

.btn-outline-white img {
    width: 20px;
    height: 20px;
}

@media (max-width: 1024px) {
    .features-grid-four, .steps-grid, .why-choose-grid { grid-template-columns: repeat(2, 1fr); gap: 24px; }
    .stats-grid-four { grid-template-columns: repeat(2, 1fr); padding: 0 32px; }
}

@media (max-width: 768px) {
    .services-hero-container { flex-direction: column; text-align: center; gap: 40px; }
    .hero-buttons { justify-content: center; flex-wrap: wrap; }
    .floating-stat-box { bottom: -10px; left: 50%; transform: translateX(-50%); padding: 12px 24px; align-items: center; }
    .features-grid-four, .steps-grid, .why-choose-grid { grid-template-columns: 1fr; }
    .stats-grid-four { grid-template-columns: 1fr; }
    .services-bottom-cta h2 { font-size: 32px; }
}

@media (max-width: 768px) {

    .service-hero,
    .services-hero {
        padding: 90px 24px 44px !important;
        text-align: center;
        min-height: auto !important;
    }

    .service-hero-badge,
    .services-hero-badge {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        font-size: 11px;
        font-weight: 600;
        padding: 5px 14px;
        border-radius: 20px;
        margin-bottom: 16px;
        text-transform: uppercase;
        letter-spacing: 0.05em;
    }

    .service-hero-title,
    .services-hero-title {
        font-size: 30px !important;
        font-weight: 800 !important;
        line-height: 1.2 !important;
        letter-spacing: -0.02em !important;
        margin-bottom: 12px !important;
    }

    .service-hero-desc,
    .services-hero-desc {
        font-size: 14px !important;
        line-height: 1.6 !important;
        max-width: 320px;
        margin: 0 auto 26px !important;
    }

    .service-hero-buttons,
    .services-hero-buttons {
        flex-direction: column !important;
        align-items: center !important;
        gap: 10px !important;
        width: 100% !important;
    }

    .service-hero-buttons a,
    .service-hero-buttons button,
    .services-hero-buttons a,
    .services-hero-buttons button {
        width: 100% !important;
        max-width: 340px !important;
        justify-content: center !important;
        min-height: 50px !important;
        border-radius: 10px !important;
        font-size: 15px !important;
        font-weight: 600 !important;
    }

    .stats-grid,
    .services-stats {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        gap: 10px !important;
        padding: 16px 24px !important;
        margin: 0 -24px !important;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
    }
    .stats-grid::-webkit-scrollbar { display: none; }

    .stat-item {
        flex: 0 0 130px !important;
        min-width: 130px !important;
        border-radius: 12px !important;
        padding: 16px 12px !important;
        text-align: center;
    }

    .stat-number {
        font-size: 24px !important;
        font-weight: 800 !important;
    }

    .stat-label {
        font-size: 11px !important;
    }

    .services-section,
    .service-section {
        padding: 36px 24px !important;
    }

    .section-title,
    .services-section-title {
        font-size: 22px !important;
        font-weight: 700 !important;
        margin-bottom: 6px !important;
    }

    .section-sub {
        font-size: 13px !important;
        color: #64748b !important;
        margin-bottom: 20px !important;
    }

    .capabilities-grid,
    .services-grid {
        display: flex !important;
        flex-direction: column !important;
        gap: 12px !important;
    }

    .capability-card,
    .service-card {
        border-radius: 14px !important;
        padding: 18px !important;
        display: flex !important;
        flex-direction: row !important;
        align-items: flex-start !important;
        gap: 14px !important;
    }

    .capability-icon,
    .service-icon-bg {
        width: 42px !important;
        height: 42px !important;
        border-radius: 10px !important;
        flex-shrink: 0;
    }

    .capability-card h3,
    .service-card h3 {
        font-size: 14px !important;
        font-weight: 700 !important;
        margin-bottom: 4px;
    }

    .capability-card p,
    .service-card p {
        font-size: 12px !important;
        line-height: 1.5;
        color: #64748b;
        margin-bottom: 8px;
    }

    .workflow-steps {
        display: flex !important;
        flex-direction: column !important;
        gap: 0 !important;
    }

    .workflow-step {
        display: flex !important;
        flex-direction: row !important;
        align-items: flex-start !important;
        gap: 14px !important;
        padding: 14px 0 !important;
        border-bottom: 1px solid #f1f5f9;
    }
    .workflow-step:last-child { border-bottom: none; }

    .workflow-step-num {
        width: 32px !important;
        height: 32px !important;
        font-size: 13px !important;
        border-radius: 50% !important;
        flex-shrink: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #eff6ff;
        color: #0284c7;
        font-weight: 700;
    }

    .workflow-step-content h3 { font-size: 14px !important; font-weight: 700 !important; }
    .workflow-step-content p { font-size: 12px !important; color: #64748b; }

    .cta-strip,
    .services-cta {
        padding: 36px 24px !important;
        text-align: center !important;
    }

    .cta-strip h2,
    .services-cta h2 {
        font-size: 24px !important;
        font-weight: 800 !important;
        line-height: 1.2 !important;
        margin-bottom: 12px !important;
    }

    .cta-strip p {
        font-size: 14px !important;
        margin-bottom: 24px !important;
    }

    .cta-strip-buttons,
    .cta-buttons {
        display: flex !important;
        flex-direction: column !important;
        gap: 10px !important;
        align-items: center;
        width: 100% !important;
    }

    .cta-strip-buttons a,
    .cta-strip-buttons button,
    .cta-buttons a,
    .cta-buttons button {
        width: 100% !important;
        max-width: 340px !important;
        justify-content: center !important;
        min-height: 50px !important;
        border-radius: 10px !important;
        font-size: 15px !important;
        font-weight: 600 !important;
    }
}

@media (max-width: 768px) {
    .container,
    [class$="-container"],
    [class*="hero-container"],
    [class*="page-container"],
    [class*="section-container"],
    .checkout-grid,
    .quote-main {
        padding-left: 20px !important;
        padding-right: 20px !important;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
    }
}
