/* ===== GRADIENT BACKGROUNDS (added) ===== */

.marketing-hero-section {
    background: radial-gradient(circle at 10% 20%, rgba(224, 237, 255, 0.45) 0%, rgba(246, 240, 255, 0.45) 100%);
}

.metrics-section {
    background: radial-gradient(circle at 90% 10%, rgba(224, 237, 255, 0.45) 0%, rgba(246, 240, 255, 0.45) 100%);
}

.app-dev-showcase {
    background: radial-gradient(circle at 15% 85%, rgba(224, 237, 255, 0.45) 0%, rgba(246, 240, 255, 0.45) 100%);
}

.services-showcase {
    background: radial-gradient(circle at 85% 90%, rgba(224, 237, 255, 0.45) 0%, rgba(246, 240, 255, 0.45) 100%);
}

/* ===== END GRADIENT BACKGROUNDS ===== */


/* Left Content Styles */
.main-heading {
    line-height: 1.25;
    color: #1a365d;
}

.text-accent {
    color: #2563eb;
}

.description-text {
    font-size: 1.05rem;
    line-height: 1.7;
}

.icon-wrapper {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    background-color: #1a365d;
    border-radius: 4px;
    font-size: 0.85rem;
    flex-shrink: 0;
}

.btn-primary-custom {
    background-color: #1a365d;
    border-color: #1a365d;
    color: #ffffff;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.btn-primary-custom:hover, 
.btn-primary-custom:focus {
    background-color: #112544;
    border-color: #112544;
    color: #ffffff;
    transform: translateY(-2px);
}

/* Form Card Container */
.form-card {
    background-color: #ffffff;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

/* Input Styles */
.custom-label {
    font-size: 0.85rem;
    font-weight: 600;
    color: #4a5568;
    margin-bottom: 0.4rem;
}

.custom-input {
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    padding: 0.65rem 0.75rem;
    font-size: 0.95rem;
    color: #334155;
    background-color: #f8fafc;
    transition: all 0.2s ease-in-out;
}

.custom-input:focus {
    background-color: #ffffff;
    border-color: #2563eb;
    box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.15);
    outline: none;
}

.custom-textarea {
    resize: none;
}

.custom-addon {
    background-color: #e2e8f0;
    border: 1px solid #cbd5e1;
    border-right: none;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    color: #475569;
    font-size: 0.95rem;
    font-weight: 500;
}

.custom-input.has-addon {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

/* Button Custom Settings */
.btn-submit-custom {
    background-color: #2563eb;
    border-color: #2563eb;
    color: #ffffff;
    border-radius: 8px;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-submit-custom:hover, 
.btn-submit-custom:focus {
    background-color: #1d4ed8;
    border-color: #1d4ed8;
    color: #ffffff;
    transform: translateY(-1px);
}

/* WhatsApp Floating Bar */
.whatsapp-sticky-widget {
    position: fixed;
    bottom: 24px;
    right: 24px;
    background-color: #25d366;
    color: #ffffff;
    padding: 12px 20px;
    border-radius: 50px;
    z-index: 1050;
    transition: all 0.3s transform ease;
}

.whatsapp-sticky-widget:hover {
    color: #ffffff;
    transform: scale(1.05);
}

.widget-text {
    font-size: 0.95rem;
}


.industry-title {
    color: #0f172a;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.highlight-text {
    color: #1e3a8a;
    position: relative;
}

.badge-category {
    background-color: #eff6ff;
    color: #1e40af;
    font-size: 0.8rem;
    padding: 0.5rem 1rem;
    border-radius: 30px;
    letter-spacing: 0.05em;
}

.lead-text {
    font-size: 1.15rem;
    line-height: 1.65;
    font-weight: 500;
}

.body-text {
    font-size: 1rem;
    line-height: 1.75;
}

/* Custom Interactive Controls (No :root parameters used) */
.btn-showcase-primary {
    background-color: #1e3a8a;
    border: 2px solid #1e3a8a;
    color: #ffffff;
    border-radius: 8px;
    letter-spacing: 0.03em;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-showcase-primary:hover,
.btn-showcase-primary:focus {
    background-color: #172554;
    border-color: #172554;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(30, 58, 138, 0.25) !important;
}

/* Showcase Component Layout Context */
.image-frame {
    z-index: 2;
}

.custom-showcase-img {
    border-radius: 20px;
    max-width: 100%;
    height: auto;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.custom-showcase-img:hover {
    transform: scale(1.02);
}

/* Background Visual Accents */
.decorative-blob {
    position: absolute;
    width: 70%;
    height: 70%;
    background-color: #dbeafe;
    bottom: -20px;
    right: -20px;
    z-index: -1;
    border-radius: 24px;
    opacity: 0.6;
}

/* Sticky Chat Element Base Configuration */
.whatsapp-floating-bar {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background-color: #22c55e;
    color: #ffffff;
    padding: 12px 24px;
    border-radius: 50px;
    z-index: 999;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.whatsapp-floating-bar:hover {
    color: #ffffff;
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 12px 24px rgba(34, 197, 94, 0.35) !important;
}

.widget-label-text {
    font-size: 0.95rem;
}

/* Responsive Overrides via Media Breaks */
@media (max-width: 991.98px) {
    .decorative-blob {
        display: none;
    }
    
    .industry-title {
        font-size: 2.25rem;
    }
}




/* Typography Hierarchy Styling */
.accent-eyebrow {
    color: #3b82f6;
    font-size: 0.85rem;
    letter-spacing: 0.12em;
}

.section-title {
    color: #0f172a;
    line-height: 1.2;
}

.highlight-text {
    color: #1e3a8a;
    position: relative;
    display: inline-block;
}

.intro-lead {
    color: #1e293b;
    border-left: 4px solid #3b82f6;
    padding-left: 1.25rem;
    line-height: 1.6;
    font-size: 1.15rem;
}

.body-desc {
    line-height: 1.7;
    font-size: 0.975rem;
}

/* Interactive Card System Layout */
.metric-ui-card {
    background-color: #ffffff;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(15, 23, 42, 0.03);
    transition: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.3s ease;
    cursor: default;
}

.metric-ui-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 30px rgba(30, 58, 138, 0.08);
}

/* Icon Decorative Container */
.stat-icon-box {
    width: 56px;
    height: 56px;
    background-color: #eff6ff;
    color: #3b82f6;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.metric-ui-card:hover .stat-icon-box {
    background-color: #1e3a8a;
    color: #ffffff;
}

/* Numbers and Descriptions Styles */
.counter-number {
    color: #0f172a;
    font-variant-numeric: tabular-nums;
}

.small-title {
    font-size: 0.9rem;
    line-height: 1.4;
}

/* Mobile Responsive Structure Fixes */
@media (max-width: 767.98px) {
    .intro-lead {
        border-left: none;
        padding-left: 0;
        margin-bottom: 1rem;
    }
}

/* Header Text Styles */
.service-eyebrow {
    color: #3b82f6;
    font-size: 0.85rem;
    letter-spacing: 0.15em;
}

.section-main-title {
    color: #0f172a;
}

.accent-highlight {
    color: #1e3a8a;
}

.lead-pitch {
    font-size: 1.05rem;
    line-height: 1.65;
    color: #64748b;
}

/* Interactive Card System Wrapper */
.service-interactive-ui {
    background-color: #ffffff;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(15, 23, 42, 0.02);
    transition: transform 0.35s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.35s ease, border-color 0.35s ease;
    border: 1px solid #e2e8f0 !important;
}

.service-interactive-ui:hover {
    transform: translateY(-8px);
    border-color: #3b82f6 !important;
    box-shadow: 0 20px 35px rgba(30, 58, 138, 0.06);
}

.card-service-title {
    color: #0f172a;
    transition: color 0.25s ease;
}

.service-interactive-ui:hover .card-service-title {
    color: #1e3a8a;
}

.small-desc {
    font-size: 0.925rem;
    line-height: 1.6;
    color: #64748b;
}

/* Dynamic Specialized Tech Brand Background Blocks */
.tech-icon-circle {
    width: 60px;
    height: 60px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.75rem;
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.service-interactive-ui:hover .tech-icon-circle {
    transform: rotate(6deg) scale(1.05);
}

.android-brand { background-color: #eafaf1; color: #22c55e; }
.apple-brand { background-color: #f1f5f9; color: #0f172a; }
.react-brand { background-color: #ecfeff; color: #06b6d4; }
.flutter-brand { background-color: #eff6ff; color: #3b82f6; }
.swift-brand { background-color: #fff7ed; color: #f97316; }
.cross-brand { background-color: #f5f3ff; color: #8b5cf6; }

/* JavaScript Scroll Entrance Keyframes */
.animate-hidden {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.animate-show {
    opacity: 1;
    transform: translateY(0);
}


/* ===== Company Overview Section ===== */
.company-overview-section {
    background: radial-gradient(circle at 10% 20%, rgba(224, 237, 255, 0.45) 0%, rgba(246, 240, 255, 0.45) 100%);
}

.overview-title {
    color: #0f172a;
    line-height: 1.3;
}

.overview-text {
    font-size: 1.02rem;
    line-height: 1.75;
}

/* ===== Uniqueness Section (dark band) ===== */
.uniqueness-section {
    background: radial-gradient(circle at 15% 15%, #1e3a8a 0%, #172554 55%, #0f1d42 100%);
    position: relative;
    overflow: hidden;
}

.uniqueness-section::before {
    content: "";
    position: absolute;
    top: -80px;
    right: -80px;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(224, 237, 255, 0.12) 0%, rgba(224, 237, 255, 0) 70%);
    border-radius: 50%;
    pointer-events: none;
}

.uniqueness-title {
    color: #ffffff;
    line-height: 1.3;
}

.uniqueness-lead {
    color: #cbd5e1;
    font-size: 1.02rem;
    line-height: 1.7;
}

.uniqueness-subtitle {
    color: #ffffff;
    font-size: 1.15rem;
}

/* Checklist items */
.uniqueness-item {
    background-color: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    padding: 0.9rem 1.1rem;
    transition: background-color 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
}

.uniqueness-item:hover {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: rgba(59, 130, 246, 0.5);
    transform: translateX(4px);
}

.check-badge {
    width: 26px;
    height: 26px;
    min-width: 26px;
    background-color: #3b82f6;
    color: #ffffff;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    flex-shrink: 0;
}

.uniqueness-text {
    color: #e2e8f0;
    font-size: 0.98rem;
    font-weight: 500;
}

/* Scroll-in animation (reuses your existing pattern) */
.animate-hidden {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.55s ease-out, transform 0.55s ease-out;
}

.animate-show {
    opacity: 1;
    transform: translateY(0);
}

/* ===== Responsive breakpoints ===== */
@media (max-width: 991.98px) {
    .overview-title,
    .uniqueness-title {
        font-size: 1.9rem;
    }
}

@media (max-width: 767.98px) {
    .company-overview-section,
    .uniqueness-section {
        text-align: left;
    }

    .uniqueness-title,
    .uniqueness-lead {
        text-align: center;
    }

    .uniqueness-item {
        padding: 0.8rem 1rem;
    }

    .overview-text {
        font-size: 0.98rem;
    }
}

@media (max-width: 575.98px) {
    .uniqueness-title {
        font-size: 1.6rem;
    }

    .check-badge {
        width: 24px;
        height: 24px;
        min-width: 24px;
        font-size: 0.75rem;
    }

    .uniqueness-text {
        font-size: 0.92rem;
    }
}


/* =========================================================================
   REUSABLE COMPONENT LIBRARY
   Shared across pages. Do not add page-specific selectors here —
   compose these utilities inside each page's own markup instead.
   ========================================================================= */

/* -------------------------------------------------------------------------
   1. SCROLL REVEAL — driven by reveal.js (IntersectionObserver)
   Usage: add `.scroll-fade-in` or `.scroll-slide-up` to any element.
   Optional: `.scroll-delay-1` … `.scroll-delay-4` to stagger a group.
   JS toggles `.is-visible` once the element enters the viewport.
   ------------------------------------------------------------------------- */
.scroll-fade-in,
.scroll-slide-up {
    opacity: 0;
    transition: opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1),
                transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: opacity, transform;
}

.scroll-slide-up {
    transform: translateY(28px);
}

.scroll-fade-in.is-visible,
.scroll-slide-up.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.scroll-delay-1 { transition-delay: 0.08s; }
.scroll-delay-2 { transition-delay: 0.16s; }
.scroll-delay-3 { transition-delay: 0.24s; }
.scroll-delay-4 { transition-delay: 0.32s; }

@media (prefers-reduced-motion: reduce) {
    .scroll-fade-in,
    .scroll-slide-up {
        transition: none !important;
        transform: none !important;
        opacity: 1 !important;
    }
}

/* -------------------------------------------------------------------------
   2. GRADIENT BACKGROUNDS — reusable section washes
   Apply one modifier to any <section>. Position variants let adjacent
   sections alternate corners so the gradients feel continuous down
   the page rather than repeating in place.
   ------------------------------------------------------------------------- */
.gradient-bg-soft {
    background: radial-gradient(circle at var(--gbs-x, 10%) var(--gbs-y, 20%),
                rgba(224, 237, 255, 0.45) 0%, rgba(246, 240, 255, 0.45) 100%);
}
.gradient-bg-soft--tl { --gbs-x: 10%; --gbs-y: 15%; }
.gradient-bg-soft--tr { --gbs-x: 90%; --gbs-y: 10%; }
.gradient-bg-soft--bl { --gbs-x: 15%; --gbs-y: 90%; }
.gradient-bg-soft--br { --gbs-x: 85%; --gbs-y: 85%; }
.gradient-bg-soft--center { --gbs-x: 50%; --gbs-y: 30%; }

.gradient-bg-dark {
    background: radial-gradient(circle at 15% 15%, #1e3a8a 0%, #172554 55%, #0f1d42 100%);
    position: relative;
    overflow: hidden;
}
.gradient-bg-dark::before {
    content: "";
    position: absolute;
    top: -80px;
    right: -80px;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(224, 237, 255, 0.12) 0%, rgba(224, 237, 255, 0) 70%);
    border-radius: 50%;
    pointer-events: none;
}

.gradient-bg-plain {
    background-color: #ffffff;
}

/* -------------------------------------------------------------------------
   3. TYPOGRAPHY UTILITIES
   ------------------------------------------------------------------------- */
.u-eyebrow {
    display: block;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 0.85rem;
    letter-spacing: 0.14em;
    color: #3b82f6;
    margin-bottom: 0.6rem;
}
.u-eyebrow--on-dark { color: #93c5fd; }

.u-section-title {
    color: #0f172a;
    line-height: 1.25;
    letter-spacing: -0.01em;
    font-weight: 700;
}
.u-section-title--on-dark { color: #ffffff; }

.u-accent-highlight { color: #1e3a8a; }
.u-accent-highlight--on-dark { color: #93c5fd; }

.u-lead {
    color: #64748b;
    font-size: 1.05rem;
    line-height: 1.7;
}
.u-lead--on-dark { color: #cbd5e1; }

/* -------------------------------------------------------------------------
   4. PREMIUM CARD SYSTEM
   ------------------------------------------------------------------------- */
.card-premium {
    background-color: #ffffff;
    border-radius: 18px;
    border: 1px solid #eef2f7;
    box-shadow: 0 4px 20px rgba(15, 23, 42, 0.04);
    transition: transform 0.35s cubic-bezier(0.25, 1, 0.5, 1),
                box-shadow 0.35s ease,
                border-color 0.35s ease;
}
.card-premium:hover {
    transform: translateY(-6px);
    border-color: #bfdbfe;
    box-shadow: 0 20px 35px rgba(30, 58, 138, 0.08);
}

/* Icon tile — used inside cards/list items */
.icon-tile {
    width: 44px;
    height: 44px;
    min-width: 44px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.05rem;
    background-color: #eff6ff;
    color: #2563eb;
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275),
                background-color 0.3s ease, color 0.3s ease;
}
.icon-tile--dark {
    background-color: rgba(255, 255, 255, 0.08);
    color: #93c5fd;
}
.card-premium:hover .icon-tile {
    background-color: #1e3a8a;
    color: #ffffff;
    transform: rotate(6deg) scale(1.06);
}

/* -------------------------------------------------------------------------
   5. CHECKLIST — reusable checkmark list (benefits, feature lists, etc.)
   ------------------------------------------------------------------------- */
.check-list-premium {
    list-style: none;
    margin: 0;
    padding: 0;
}
.check-list-premium li {
    display: flex;
    align-items: flex-start;
    gap: 0.9rem;
}
.check-list-premium li + li {
    margin-top: 0.9rem;
}
.check-badge-sm {
    width: 24px;
    height: 24px;
    min-width: 24px;
    border-radius: 6px;
    background-color: #2563eb;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.72rem;
    margin-top: 0.15rem;
}
.check-list-premium__text {
    color: #334155;
    font-size: 0.98rem;
    line-height: 1.55;
}
.check-list-premium--on-dark .check-list-premium__text { color: #e2e8f0; }
.check-list-premium--on-dark .check-badge-sm {
    background-color: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.18);
}

/* -------------------------------------------------------------------------
   6. SPLIT LAYOUT — text/media panel used by "collaborator" style sections
   ------------------------------------------------------------------------- */
.split-media-frame {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 45px rgba(15, 23, 42, 0.10);
}
.split-media-frame img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}
.split-media-frame:hover img {
    transform: scale(1.03);
}

/* -------------------------------------------------------------------------
   7. ACCORDION — reusable FAQ / expandable list
   Markup contract:
   <div class="accordion-premium">
     <div class="accordion-premium__item [is-open]">
       <button class="accordion-premium__trigger">Question<span class="accordion-premium__icon"></span></button>
       <div class="accordion-premium__panel"><div class="accordion-premium__panel-inner">Answer</div></div>
     </div>
   </div>
   ------------------------------------------------------------------------- */
.accordion-premium__item {
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    overflow: hidden;
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
}
.accordion-premium__item + .accordion-premium__item {
    margin-top: 0.9rem;
}
.accordion-premium__item.is-open {
    border-color: #bfdbfe;
    box-shadow: 0 10px 25px rgba(30, 58, 138, 0.06);
}
.accordion-premium__trigger {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    background: none;
    border: none;
    text-align: left;
    padding: 1.15rem 1.4rem;
    font-weight: 700;
    font-size: 1rem;
    color: #0f172a;
    cursor: pointer;
}
.accordion-premium__icon {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    border-radius: 8px;
    background-color: #eff6ff;
    color: #2563eb;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
    transition: transform 0.3s ease, background-color 0.3s ease, color 0.3s ease;
}
.accordion-premium__item.is-open .accordion-premium__icon {
    background-color: #1e3a8a;
    color: #ffffff;
    transform: rotate(45deg);
}
.accordion-premium__panel {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease;
}
.accordion-premium__panel-inner {
    padding: 0 1.4rem 1.25rem;
    color: #64748b;
    font-size: 0.96rem;
    line-height: 1.7;
}

/* -------------------------------------------------------------------------
   8. TESTIMONIAL CAROUSEL
   Markup contract:
   <div class="testimonial-carousel" data-autoplay="6000">
     <div class="testimonial-carousel__track">
       <div class="testimonial-carousel__slide">...</div>
     </div>
     <button class="testimonial-carousel__nav testimonial-carousel__nav--prev">‹</button>
     <button class="testimonial-carousel__nav testimonial-carousel__nav--next">›</button>
   </div>
   ------------------------------------------------------------------------- */
.testimonial-carousel {
    position: relative;
}
.testimonial-carousel__viewport {
    overflow: hidden;
}
.testimonial-carousel__track {
    display: flex;
    transition: transform 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.testimonial-carousel__slide {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 0.6rem;
}
@media (min-width: 768px) {
    .testimonial-carousel__slide { flex: 0 0 50%; max-width: 50%; }
}
.testimonial-card {
    background-color: #ffffff;
    border-radius: 18px;
    padding: 2rem;
    height: 100%;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
}
.testimonial-card__name {
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 0.9rem;
}
.testimonial-card__quote {
    color: #475569;
    font-size: 0.98rem;
    line-height: 1.7;
}
.testimonial-carousel__nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1px solid #cbd5e1;
    background-color: #ffffff;
    color: #1e3a8a;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    cursor: pointer;
    transition: background-color 0.25s ease, transform 0.25s ease;
    z-index: 2;
}
.testimonial-carousel__nav:hover {
    background-color: #1e3a8a;
    color: #ffffff;
}
.testimonial-carousel__nav--prev { left: -14px; }
.testimonial-carousel__nav--next { right: -14px; }
@media (max-width: 767.98px) {
    .testimonial-carousel__nav--prev { left: -6px; }
    .testimonial-carousel__nav--next { right: -6px; }
}

/* -------------------------------------------------------------------------
   9. RESPONSIVE TYPE SCALE ADJUSTMENTS (mobile-first safety net)
   ------------------------------------------------------------------------- */
@media (max-width: 991.98px) {
    .u-section-title { font-size: 1.9rem; }
}
@media (max-width: 575.98px) {
    .u-section-title { font-size: 1.6rem; }
    .accordion-premium__trigger { font-size: 0.94rem; padding: 1rem 1.1rem; }
    .testimonial-card { padding: 1.5rem; }
}


/* =========================================================================
   10. ENHANCED INTERACTIONS & MOTION (added)
   Shared easing tokens, richer hover states, and two extra scroll-reveal
   variants. Everything here is additive and respects prefers-reduced-motion
   via the rule already defined in section 1.
   ========================================================================= */
:root {
    --ease-smooth: cubic-bezier(0.22, 1, 0.36, 1);
    --ease-snap: cubic-bezier(0.34, 1.56, 0.64, 1);
}

/* Extra scroll-reveal variants alongside .scroll-fade-in / .scroll-slide-up */
.scroll-zoom-in {
    opacity: 0;
    transform: scale(0.92);
    transition: opacity 0.65s var(--ease-smooth), transform 0.65s var(--ease-smooth);
    will-change: opacity, transform;
}
.scroll-zoom-in.is-visible {
    opacity: 1;
    transform: scale(1);
}

.scroll-slide-left,
.scroll-slide-right {
    opacity: 0;
    transition: opacity 0.7s var(--ease-smooth), transform 0.7s var(--ease-smooth);
    will-change: opacity, transform;
}
.scroll-slide-left { transform: translateX(-32px); }
.scroll-slide-right { transform: translateX(32px); }
.scroll-slide-left.is-visible,
.scroll-slide-right.is-visible {
    opacity: 1;
    transform: translateX(0);
}

@media (prefers-reduced-motion: reduce) {
    .scroll-zoom-in,
    .scroll-slide-left,
    .scroll-slide-right {
        transition: none !important;
        transform: none !important;
        opacity: 1 !important;
    }
}

/* Generic hover-lift utility for any card-like element */
.hover-lift {
    transition: transform 0.35s var(--ease-smooth), box-shadow 0.35s ease, border-color 0.35s ease;
}
.hover-lift:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 32px rgba(15, 23, 42, 0.10);
}

/* Underline-on-hover for inline text links */
.link-underline {
    position: relative;
    color: #1e3a8a;
    text-decoration: none;
    font-weight: 600;
}
.link-underline::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 2px;
    background-color: currentColor;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.3s var(--ease-smooth);
}
.link-underline:hover::after { transform: scaleX(1); transform-origin: left; }

/* Accessible focus ring, consistent everywhere */
a:focus-visible,
button:focus-visible,
.accordion-premium__trigger:focus-visible {
    outline: 3px solid #93c5fd;
    outline-offset: 2px;
    border-radius: 4px;
}

/* -------------------------------------------------------------------------
   CTA band — full-width gradient banner with a single button, used to
   punctuate the page between content blocks.
   ------------------------------------------------------------------------- */
.cta-band {
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    background: linear-gradient(120deg, #1e3a8a 0%, #2563eb 55%, #1e40af 100%);
    background-size: 200% 200%;
    animation: ctaShift 10s ease-in-out infinite;
    padding: 3.25rem 2rem;
    text-align: center;
    box-shadow: 0 20px 45px rgba(30, 58, 138, 0.25);
}
@keyframes ctaShift {
    0%, 100% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
}
.cta-band__title {
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 1.5rem;
}
.cta-band .btn-showcase-primary {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #1e3a8a;
}
.cta-band .btn-showcase-primary:hover {
    background-color: #eff6ff;
    border-color: #eff6ff;
    color: #172554;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.2) !important;
}
@media (prefers-reduced-motion: reduce) {
    .cta-band { animation: none; }
}

/* -------------------------------------------------------------------------
   Quick-facts panel — replaces an empty hero form with a compact stat card.
   ------------------------------------------------------------------------- */
.quick-facts-panel {
    background-color: #ffffff;
    border-radius: 20px;
    padding: 2.25rem;
    box-shadow: 0 20px 45px rgba(15, 23, 42, 0.08);
    border: 1px solid #eef2f7;
}
.quick-facts-panel__eyebrow {
    color: #3b82f6;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 0.8rem;
    letter-spacing: 0.12em;
}
.quick-facts-panel__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
    margin-top: 1.5rem;
}
.quick-facts-panel__num {
    font-size: 2rem;
    font-weight: 800;
    color: #0f172a;
    line-height: 1;
}
.quick-facts-panel__label {
    color: #64748b;
    font-size: 0.85rem;
    margin-top: 0.35rem;
}

/* -------------------------------------------------------------------------
   Icon feature panel — for text-only sections that need a visual anchor
   without a photo (e.g. "Turning Business Needs into Mobile Solutions").
   ------------------------------------------------------------------------- */
.icon-feature-panel {
    background: radial-gradient(circle at 25% 20%, #1e3a8a 0%, #172554 60%, #0f1d42 100%);
    border-radius: 24px;
    padding: 3rem 2rem;
    position: relative;
    overflow: hidden;
    min-height: 320px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.icon-feature-panel::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle, rgba(147, 197, 253, 0.18) 0%, rgba(147, 197, 253, 0) 65%);
}
.icon-feature-panel__badge {
    position: relative;
    width: 96px;
    height: 96px;
    border-radius: 24px;
    background-color: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.18);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    color: #93c5fd;
    transition: transform 0.4s var(--ease-snap);
}
.icon-feature-panel:hover .icon-feature-panel__badge {
    transform: rotate(-6deg) scale(1.08);
}

/* -------------------------------------------------------------------------
   Business-value list — icon + heading + copy, three-column
   ------------------------------------------------------------------------- */
.value-item {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
}
.value-item__title {
    color: #0f172a;
    font-weight: 700;
    font-size: 0.98rem;
    margin-bottom: 0.2rem;
}
.value-item__text {
    color: #64748b;
    font-size: 0.92rem;
    line-height: 1.6;
}

/* =========================================================================
   REUSABLE COMPONENT LIBRARY
   Shared across pages. Do not add page-specific selectors here —
   compose these utilities inside each page's own markup instead.
   ========================================================================= */

/* -------------------------------------------------------------------------
   1. SCROLL REVEAL — driven by reveal.js (IntersectionObserver)
   Usage: add `.scroll-fade-in` or `.scroll-slide-up` to any element.
   Optional: `.scroll-delay-1` … `.scroll-delay-4` to stagger a group.
   JS toggles `.is-visible` once the element enters the viewport.
   ------------------------------------------------------------------------- */
.scroll-fade-in,
.scroll-slide-up {
    opacity: 0;
    transition: opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1),
                transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: opacity, transform;
}

.scroll-slide-up {
    transform: translateY(28px);
}

.scroll-fade-in.is-visible,
.scroll-slide-up.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.scroll-delay-1 { transition-delay: 0.08s; }
.scroll-delay-2 { transition-delay: 0.16s; }
.scroll-delay-3 { transition-delay: 0.24s; }
.scroll-delay-4 { transition-delay: 0.32s; }

@media (prefers-reduced-motion: reduce) {
    .scroll-fade-in,
    .scroll-slide-up {
        transition: none !important;
        transform: none !important;
        opacity: 1 !important;
    }
}

/* -------------------------------------------------------------------------
   2. GRADIENT BACKGROUNDS — reusable section washes
   Apply one modifier to any <section>. Position variants let adjacent
   sections alternate corners so the gradients feel continuous down
   the page rather than repeating in place.
   ------------------------------------------------------------------------- */
.gradient-bg-soft {
    background: radial-gradient(circle at var(--gbs-x, 10%) var(--gbs-y, 20%),
                rgba(224, 237, 255, 0.45) 0%, rgba(246, 240, 255, 0.45) 100%);
}
.gradient-bg-soft--tl { --gbs-x: 10%; --gbs-y: 15%; }
.gradient-bg-soft--tr { --gbs-x: 90%; --gbs-y: 10%; }
.gradient-bg-soft--bl { --gbs-x: 15%; --gbs-y: 90%; }
.gradient-bg-soft--br { --gbs-x: 85%; --gbs-y: 85%; }
.gradient-bg-soft--center { --gbs-x: 50%; --gbs-y: 30%; }

.gradient-bg-dark {
    background: radial-gradient(circle at 15% 15%, #1e3a8a 0%, #172554 55%, #0f1d42 100%);
    position: relative;
    overflow: hidden;
}
.gradient-bg-dark::before {
    content: "";
    position: absolute;
    top: -80px;
    right: -80px;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(224, 237, 255, 0.12) 0%, rgba(224, 237, 255, 0) 70%);
    border-radius: 50%;
    pointer-events: none;
}

.gradient-bg-plain {
    background-color: #ffffff;
}

/* -------------------------------------------------------------------------
   3. TYPOGRAPHY UTILITIES
   ------------------------------------------------------------------------- */
.u-eyebrow {
    display: block;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 0.85rem;
    letter-spacing: 0.14em;
    color: #3b82f6;
    margin-bottom: 0.6rem;
}
.u-eyebrow--on-dark { color: #93c5fd; }

.u-section-title {
    color: #0f172a;
    line-height: 1.25;
    letter-spacing: -0.01em;
    font-weight: 700;
}
.u-section-title--on-dark { color: #ffffff; }

.u-accent-highlight { color: #1e3a8a; }
.u-accent-highlight--on-dark { color: #93c5fd; }

.u-lead {
    color: #64748b;
    font-size: 1.05rem;
    line-height: 1.7;
}
.u-lead--on-dark { color: #cbd5e1; }

/* -------------------------------------------------------------------------
   4. PREMIUM CARD SYSTEM
   ------------------------------------------------------------------------- */
.card-premium {
    background-color: #ffffff;
    border-radius: 18px;
    border: 1px solid #eef2f7;
    box-shadow: 0 4px 20px rgba(15, 23, 42, 0.04);
    transition: transform 0.35s cubic-bezier(0.25, 1, 0.5, 1),
                box-shadow 0.35s ease,
                border-color 0.35s ease;
}
.card-premium:hover {
    transform: translateY(-6px);
    border-color: #bfdbfe;
    box-shadow: 0 20px 35px rgba(30, 58, 138, 0.08);
}

/* Icon tile — used inside cards/list items */
.icon-tile {
    width: 44px;
    height: 44px;
    min-width: 44px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.05rem;
    background-color: #eff6ff;
    color: #2563eb;
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275),
                background-color 0.3s ease, color 0.3s ease;
}
.icon-tile--dark {
    background-color: rgba(255, 255, 255, 0.08);
    color: #93c5fd;
}
.card-premium:hover .icon-tile {
    background-color: #1e3a8a;
    color: #ffffff;
    transform: rotate(6deg) scale(1.06);
}

/* -------------------------------------------------------------------------
   5. CHECKLIST — reusable checkmark list (benefits, feature lists, etc.)
   ------------------------------------------------------------------------- */
.check-list-premium {
    list-style: none;
    margin: 0;
    padding: 0;
}
.check-list-premium li {
    display: flex;
    align-items: flex-start;
    gap: 0.9rem;
}
.check-list-premium li + li {
    margin-top: 0.9rem;
}
.check-badge-sm {
    width: 24px;
    height: 24px;
    min-width: 24px;
    border-radius: 6px;
    background-color: #2563eb;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.72rem;
    margin-top: 0.15rem;
}
.check-list-premium__text {
    color: #334155;
    font-size: 0.98rem;
    line-height: 1.55;
}
.check-list-premium--on-dark .check-list-premium__text { color: #e2e8f0; }
.check-list-premium--on-dark .check-badge-sm {
    background-color: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.18);
}

/* -------------------------------------------------------------------------
   6. SPLIT LAYOUT — text/media panel used by "collaborator" style sections
   ------------------------------------------------------------------------- */
.split-media-frame {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 45px rgba(15, 23, 42, 0.10);
}
.split-media-frame img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}
.split-media-frame:hover img {
    transform: scale(1.03);
}

/* Floating stat/quote badge overlaid on a split-media-frame image */
.split-media-badge {
    position: absolute;
    left: -1.75rem;
    bottom: -1.5rem;
    z-index: 3;
    display: flex;
    align-items: center;
    gap: 0.9rem;
    background-color: #ffffff;
    border-radius: 16px;
    padding: 1.1rem 1.4rem;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.22);
    max-width: 260px;
    transition: transform 0.3s ease;
}
.split-media-frame:hover .split-media-badge {
    transform: translateY(-4px);
}
.split-media-badge__number {
    font-weight: 700;
    font-size: 1.3rem;
    color: #0f172a;
    line-height: 1.1;
}
.split-media-badge__label {
    font-size: 0.82rem;
    color: #64748b;
    line-height: 1.3;
}
@media (max-width: 575.98px) {
    .split-media-badge {
        left: 50%;
        transform: translateX(-50%);
        bottom: -1.25rem;
    }
    .split-media-frame:hover .split-media-badge {
        transform: translateX(-50%) translateY(-4px);
    }
}

/* -------------------------------------------------------------------------
   7. ACCORDION — reusable FAQ / expandable list
   Markup contract:
   <div class="accordion-premium">
     <div class="accordion-premium__item [is-open]">
       <button class="accordion-premium__trigger">Question<span class="accordion-premium__icon"></span></button>
       <div class="accordion-premium__panel"><div class="accordion-premium__panel-inner">Answer</div></div>
     </div>
   </div>
   ------------------------------------------------------------------------- */
.accordion-premium__item {
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    overflow: hidden;
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
}
.accordion-premium__item + .accordion-premium__item {
    margin-top: 0.9rem;
}
.accordion-premium__item.is-open {
    border-color: #bfdbfe;
    box-shadow: 0 10px 25px rgba(30, 58, 138, 0.06);
}
.accordion-premium__trigger {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    background: none;
    border: none;
    text-align: left;
    padding: 1.15rem 1.4rem;
    font-weight: 700;
    font-size: 1rem;
    color: #0f172a;
    cursor: pointer;
}
.accordion-premium__icon {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    border-radius: 8px;
    background-color: #eff6ff;
    color: #2563eb;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
    transition: transform 0.3s ease, background-color 0.3s ease, color 0.3s ease;
}
.accordion-premium__item.is-open .accordion-premium__icon {
    background-color: #1e3a8a;
    color: #ffffff;
    transform: rotate(45deg);
}
.accordion-premium__panel {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease;
}
.accordion-premium__panel-inner {
    padding: 0 1.4rem 1.25rem;
    color: #64748b;
    font-size: 0.96rem;
    line-height: 1.7;
}

/* -------------------------------------------------------------------------
   8. TESTIMONIAL CAROUSEL
   Markup contract:
   <div class="testimonial-carousel" data-autoplay="6000">
     <div class="testimonial-carousel__track">
       <div class="testimonial-carousel__slide">...</div>
     </div>
     <button class="testimonial-carousel__nav testimonial-carousel__nav--prev">‹</button>
     <button class="testimonial-carousel__nav testimonial-carousel__nav--next">›</button>
   </div>
   ------------------------------------------------------------------------- */
.testimonial-carousel {
    position: relative;
}
.testimonial-carousel__viewport {
    overflow: hidden;
}
.testimonial-carousel__track {
    display: flex;
    transition: transform 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.testimonial-carousel__slide {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 0.6rem;
}
@media (min-width: 768px) {
    .testimonial-carousel__slide { flex: 0 0 50%; max-width: 50%; }
}
.testimonial-card {
    background-color: #ffffff;
    border-radius: 18px;
    padding: 2rem;
    height: 100%;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
}
.testimonial-card__name {
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 0.9rem;
}
.testimonial-card__quote {
    color: #475569;
    font-size: 0.98rem;
    line-height: 1.7;
}
.testimonial-carousel__nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1px solid #cbd5e1;
    background-color: #ffffff;
    color: #1e3a8a;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    cursor: pointer;
    transition: background-color 0.25s ease, transform 0.25s ease;
    z-index: 2;
}
.testimonial-carousel__nav:hover {
    background-color: #1e3a8a;
    color: #ffffff;
}
.testimonial-carousel__nav--prev { left: -14px; }
.testimonial-carousel__nav--next { right: -14px; }
@media (max-width: 767.98px) {
    .testimonial-carousel__nav--prev { left: -6px; }
    .testimonial-carousel__nav--next { right: -6px; }
}

/* -------------------------------------------------------------------------
   9. GRADIENT TEXT + GRADIENT BUTTON
   ------------------------------------------------------------------------- */
.u-gradient-text {
    background: linear-gradient(90deg, #2563eb 0%, #7c3aed 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #2563eb; /* fallback */
}

.btn-gradient {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    background: linear-gradient(90deg, #2563eb 0%, #4f46e5 100%);
    background-size: 160% 100%;
    background-position: 0% 0%;
    border: none;
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 0.02em;
    padding: 0.95rem 2.1rem;
    border-radius: 10px;
    text-decoration: none;
    transition: background-position 0.45s ease, transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 10px 25px rgba(37, 99, 235, 0.25);
}
.btn-gradient:hover,
.btn-gradient:focus {
    background-position: 100% 0%;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 16px 32px rgba(37, 99, 235, 0.35);
}
.btn-gradient--on-dark {
    background: linear-gradient(90deg, #ffffff 0%, #dbeafe 100%);
    color: #1e3a8a;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
}
.btn-gradient--on-dark:hover { color: #1e3a8a; }

/* -------------------------------------------------------------------------
   10. CTA BAND — full-bleed gradient call-to-action section
   ------------------------------------------------------------------------- */
.cta-band {
    position: relative;
    overflow: hidden;
    background: linear-gradient(120deg, #1e3a8a 0%, #2563eb 55%, #4f46e5 100%);
    isolation: isolate;
}
.cta-band::before,
.cta-band::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    z-index: -1;
}
.cta-band::before {
    width: 420px;
    height: 420px;
    top: -180px;
    left: -120px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.14) 0%, rgba(255, 255, 255, 0) 70%);
}
.cta-band::after {
    width: 360px;
    height: 360px;
    bottom: -160px;
    right: -100px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.10) 0%, rgba(255, 255, 255, 0) 70%);
}
.cta-band__title {
    color: #ffffff;
    font-weight: 700;
    letter-spacing: -0.01em;
}
.cta-band__lead {
    color: #dbeafe;
    font-size: 1.05rem;
}

/* -------------------------------------------------------------------------
   11. VALUE GRID — icon + heading + text items (business-value style lists)
   ------------------------------------------------------------------------- */
.value-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1.1rem;
    border-radius: 14px;
    transition: background-color 0.3s ease, transform 0.3s ease;
}
.value-item:hover {
    background-color: #eff6ff;
    transform: translateY(-3px);
}
.value-item__title {
    color: #0f172a;
    font-weight: 700;
    font-size: 0.98rem;
    margin-bottom: 0.2rem;
}
.value-item__text {
    color: #64748b;
    font-size: 0.92rem;
    line-height: 1.55;
    margin: 0;
}

/* Stat card with gradient hover border, used in stats/metrics sections */
.stat-card-gradient {
    background-color: #ffffff;
    border-radius: 16px;
    padding: 2rem 1.5rem;
    text-align: center;
    position: relative;
    box-shadow: 0 4px 20px rgba(15, 23, 42, 0.03);
    transition: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.3s ease;
}
.stat-card-gradient::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 16px;
    padding: 1.5px;
    background: linear-gradient(135deg, #2563eb, #7c3aed);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.stat-card-gradient:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 32px rgba(30, 58, 138, 0.10);
}
.stat-card-gradient:hover::before { opacity: 1; }
.stat-card-gradient__number {
    font-weight: 700;
    font-size: 2.1rem;
    color: #0f172a;
    font-variant-numeric: tabular-nums;
}
.stat-card-gradient__label {
    color: #64748b;
    font-size: 0.9rem;
    font-weight: 500;
}

/* -------------------------------------------------------------------------
   12. RESPONSIVE TYPE SCALE ADJUSTMENTS (mobile-first safety net)
   ------------------------------------------------------------------------- */
@media (max-width: 991.98px) {
    .u-section-title { font-size: 1.9rem; }
}
@media (max-width: 575.98px) {
    .u-section-title { font-size: 1.6rem; }
    .accordion-premium__trigger { font-size: 0.94rem; padding: 1rem 1.1rem; }
    .testimonial-card { padding: 1.5rem; }
}





/* ── Contact form: card shell ─────────────────────────────── */
#ihContactForm {
    position: relative;
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    padding: 2.25rem 2rem;
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.1);
}
#ihContactForm::before {
    content: "";
    position: absolute;
    top: 0;
    left: 2rem;
    right: 2rem;
    height: 3px;
    background: linear-gradient(90deg, #1e3a8a, #ef4444);
    border-radius: 0 0 4px 4px;
}

/* ── Inputs ────────────────────────────────────────────────── */
.ih-input {
    width: 100%;
    background-color: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    padding: 0.85rem 1rem;
    font-size: 0.95rem;
    color: #0f172a;
    transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}
.ih-input::placeholder {
    color: #94a3b8;
}
.ih-input:hover {
    border-color: #cbd5e1;
}
.ih-input:focus {
    outline: none;
    background-color: #ffffff;
    border-color: #1e3a8a;
    box-shadow: 0 0 0 4px rgba(30, 58, 138, 0.1);
}
textarea.ih-input {
    resize: vertical;
    min-height: 96px;
}

/* iti (intl-tel-input) sits on top of .ih-input for the phone field —
   keep its flag dropdown vertically centered against the taller padding */
.iti {
    width: 100%;
}
.iti input.ih-input {
    padding-left: 4.75rem;
}

/* ── Basic validity feedback (pairs with required + JS checks) ── */
.ih-input:invalid:not(:placeholder-shown):not(:focus) {
    border-color: #fca5a5;
}
.ih-input:valid:not(:placeholder-shown) {
    border-color: #bbf7d0;
}

/* ── Submit button ─────────────────────────────────────────── */
.ih-submit-btn {
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    background-color: #1e3a8a;
    background-image: linear-gradient(135deg, #1e3a8a, #16296b);
    color: #ffffff;
    border: none;
    border-radius: 10px;
    padding: 0.95rem 1.5rem;
    font-size: 0.92rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
    box-shadow: 0 10px 24px rgba(30, 58, 138, 0.25);
}
.ih-submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 30px rgba(30, 58, 138, 0.32);
}
.ih-submit-btn:active {
    transform: translateY(0);
}
.ih-submit-btn:disabled {
    opacity: 0.65;
    cursor: not-allowed;
    transform: none;
}
.ih-submit-btn i {
    font-size: 0.9rem;
}

/* Simple spinner state — toggle a .is-loading class from JS while submitting */
.ih-submit-btn.is-loading i {
    animation: ih-spin 0.8s linear infinite;
}
@keyframes ih-spin {
    to { transform: rotate(360deg); }
}

/* ── Success / error messages ─────────────────────────────── */
.ih-form-success,
.ih-form-error {
    display: none;
    margin: 0.9rem 0 0;
    padding: 0.75rem 1rem;
    border-radius: 8px;
    font-size: 0.88rem;
    font-weight: 500;
}
.ih-form-success {
    background-color: #f0fdf4;
    border: 1px solid #bbf7d0;
    color: #15803d;
}
.ih-form-error {
    background-color: #fef2f2;
    border: 1px solid #fecaca;
    color: #b91c1c;
}
.ih-form-success.is-visible,
.ih-form-error.is-visible {
    display: block;
    animation: ih-fade-in 0.3s ease both;
}
@keyframes ih-fade-in {
    from { opacity: 0; transform: translateY(-4px); }
    to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 575.98px) {
    #ihContactForm {
        padding: 1.75rem 1.25rem;
        border-radius: 16px;
    }
}


.ih-breadcrumb {
    overflow-x: auto;
    white-space: nowrap;
    scrollbar-width: none;
}
.ih-breadcrumb::-webkit-scrollbar {
    display: none;
}

.ih-breadcrumb__list {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

.ih-breadcrumb__item {
    display: inline-flex;
    align-items: center;
}

.ih-breadcrumb__link {
    font-size: 0.85rem;
    font-weight: 600;
    color: #64748b;
    text-decoration: none;
    transition: color 0.2s ease;
    white-space: nowrap;
}
.ih-breadcrumb__link:hover {
    color: #1e3a8a;
    text-decoration: underline;
}

.ih-breadcrumb__current {
    font-size: 0.85rem;
    font-weight: 700;
    color: #0f172a;
    white-space: nowrap;
}

.ih-breadcrumb__sep {
    display: inline-flex;
    align-items: center;
    margin: 0 0.55rem;
    color: #cbd5e1;
    font-size: 0.65rem;
}

/* Responsive: shrink type and gaps on small screens, allow horizontal scroll if it still overflows */
@media (max-width: 575.98px) {
    .ih-breadcrumb__link,
    .ih-breadcrumb__current {
        font-size: 0.78rem;
    }
    .ih-breadcrumb__sep {
        margin: 0 0.4rem;
        font-size: 0.6rem;
    }
}