/* =============================================
   irise-home.css — IRISE ICT Professional Blue Edition
   Direction:
   - Blue remains the dominant brand color
   - Orange is used as a clear secondary accent
   - Red is included minimally for emphasis only
   - Sections use distinct, controlled color treatment
   - Avoid busy diagonal color mixing
   ============================================= */

:root {
    --navy-950: #07121f;
    --navy-900: #0d1b2d;
    --navy-850: #13243a;
    --navy-800: #193552;
    --navy-700: #21466b;
    --navy-600: #2c5f91;

    --sapphire-800: #005bc7;
    --sapphire-700: #0878f2;
    --sapphire-600: #168cf7;
    --sapphire-500: #2d9cff;
    --sapphire-400: #67b9ff;

    --azure-50: #f3f9ff;
    --azure-100: #e7f3ff;
    --azure-200: #d3eaff;
    --azure-300: #b4dcff;

    --teal-500: #04aebc;
    --teal-400: #11c3cf;
    --teal-100: #e8fbfd;

    --gold-500: #f57c00;
    --gold-400: #ff930f;
    --gold-100: #fff3df;

    --orange-600: #f05a00;
    --orange-500: #ff6a00;
    --orange-400: #ff8a1c;

    --red-600: #e93612;
    --red-500: #ff3b12;
    --red-400: #ff6040;

    --platinum-50: #ffffff;
    --platinum-100: #f7fafc;
    --platinum-200: #edf2f7;
    --platinum-300: #d6dee8;
    --white: #ffffff;

    --cyan-400: var(--teal-400);
    --cyan-300: #5de7ef;
    --accent-blue: var(--sapphire-700);
    --accent-orange: var(--orange-500);
    --accent-red: var(--red-600);

    --dark-950: #07090d;
    --dark-900: #101318;
    --dark-850: #171c24;
    --dark-800: #202938;

    --ink: #111111;
    --ink-strong: #050505;
    --muted: #5f6673;
    --muted-soft: #7a8391;

    --line: rgba(8, 120, 242, .16);
    --line-strong: rgba(255, 106, 0, .22);
    --line-alert: rgba(233, 54, 18, .18);

    --surface: rgba(255, 255, 255, .90);
    --surface-strong: rgba(255, 255, 255, .98);
    --glass: rgba(255, 255, 255, .72);

    --shadow-soft: 0 18px 55px rgba(7, 18, 31, .10);
    --shadow-card: 0 24px 70px rgba(7, 18, 31, .15);
    --shadow-glow-sapphire: 0 14px 38px rgba(8, 120, 242, .22);
    --shadow-glow-cyan: 0 14px 36px rgba(4, 174, 188, .20);
    --shadow-glow-orange: 0 14px 38px rgba(255, 106, 0, .18);
    --shadow-glow-red: 0 14px 34px rgba(233, 54, 18, .14);

    --radius-xl: 28px;
    --radius-lg: 22px;
    --radius-md: 16px;
    --radius-sm: 12px;

    --max: 1180px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: "Plus Jakarta Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: var(--ink);
    background:
        radial-gradient(ellipse at 12% 0%, rgba(8, 120, 242, .11), transparent 34%),
        radial-gradient(ellipse at 88% 6%, rgba(255, 106, 0, .055), transparent 28%),
        linear-gradient(180deg, #ffffff 0%, var(--azure-50) 44%, #ffffff 100%);
    line-height: 1.6;
    overflow-x: hidden;
    letter-spacing: .005em;
}

body::before {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    opacity: .35;
    background:
        linear-gradient(90deg, rgba(8, 120, 242, .032) 1px, transparent 1px),
        linear-gradient(180deg, rgba(8, 120, 242, .024) 1px, transparent 1px);
    background-size: 72px 72px;
    z-index: 0;
}

/* ====================== GLOBAL UTILITIES ====================== */
a {
    color: inherit;
    text-decoration: none;
}

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

button,
input,
select,
textarea {
    font: inherit;
}

.skip-link {
    position: absolute;
    top: -100px;
    left: 16px;
    z-index: 1000;
    background: var(--navy-900);
    color: var(--white);
    padding: 10px 16px;
    border-radius: 12px;
    box-shadow: var(--shadow-card);
}

.skip-link:focus {
    top: 16px;
}

.container {
    width: min(var(--max), calc(100% - 36px));
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

::selection {
    background: rgba(255, 147, 15, .28);
    color: var(--ink-strong);
}

/* ====================== TOPBAR & HEADER ====================== */
.topbar {
    background: var(--sapphire-800);
    color: rgba(255,255,255,.96);
    font-size: 13px;
    border-bottom: 3px solid var(--red-600);
    letter-spacing: .02em;
}

.topbar-inner {
    min-height: 42px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    flex-wrap: wrap;
}

.topbar a {
    color: var(--white);
    font-weight: 700;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 100;
    background: rgba(255, 255, 255, .92);
    backdrop-filter: blur(22px);
    -webkit-backdrop-filter: blur(22px);
    border-bottom: 1px solid rgba(8, 120, 242, .14);
    box-shadow: 0 14px 40px rgba(7, 18, 31, .08);
}

.nav {
    min-height: 76px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
}

.brand {
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 800;
    letter-spacing: -.04em;
    color: var(--ink-strong);
    font-size: 22px;
}

.brand-mark {
    width: 44px;
    height: 44px;
    border-radius: 14px;
    display: grid;
    place-items: center;
    color: white;
    background: var(--sapphire-700);
    box-shadow: var(--shadow-glow-sapphire);
    border: 1px solid rgba(255, 255, 255, .55);
    border-bottom-color: rgba(233, 54, 18, .34);
    position: relative;
    overflow: hidden;
}

.brand-mark::after {
    content: "";
    position: absolute;
    inset: -30%;
    background: linear-gradient(90deg, transparent 35%, rgba(255,255,255,.48), transparent 65%);
    transform: translateX(-120%) rotate(12deg);
    animation: shimmer 7s linear infinite;
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 24px;
    color: var(--ink);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .01em;
}

.nav-links a {
    position: relative;
    padding: 8px 0;
}

.nav-links a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    transform: scaleX(0);
    transform-origin: left;
    background: var(--sapphire-700);
    transition: transform .25s cubic-bezier(.4,0,.2,1);
}

.nav-links a:hover {
    color: var(--sapphire-700);
}

.nav-links a:hover::after {
    transform: scaleX(1);
}

.nav-actions {
    display: flex;
    align-items: center;
    gap: 10px;
}

.menu-toggle {
    display: none;
    border: 1px solid rgba(8, 120, 242, .18);
    background: var(--white);
    width: 44px;
    height: 44px;
    border-radius: 14px;
    cursor: pointer;
    color: var(--sapphire-800);
    box-shadow: var(--shadow-soft);
}

/* ====================== BUTTONS ====================== */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 46px;
    padding: 0 22px;
    border-radius: 9999px;
    border: 1px solid transparent;
    font-weight: 800;
    font-size: 14px;
    letter-spacing: .015em;
    cursor: pointer;
    transition: transform .25s ease, box-shadow .25s ease, background .25s ease, border-color .25s ease, color .25s ease;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
    font-family: inherit;
}

.btn::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, transparent 20%, rgba(255,255,255,.24), transparent 50%);
    transform: translateX(-120%);
    transition: transform .55s ease;
}

.btn:hover::before {
    transform: translateX(120%);
}

.btn-primary {
    color: white;
    background: var(--sapphire-700);
    box-shadow: var(--shadow-glow-sapphire);
    border-color: rgba(255,255,255,.18);
    border-bottom-color: rgba(233, 54, 18, .34);
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 22px 55px rgba(8, 120, 242, .25), 0 18px 40px rgba(255, 106, 0, .20);
}

.btn-dark {
    color: white;
    background: var(--dark-950);
    box-shadow: 0 18px 45px rgba(7, 18, 31, .22);
}

.btn-outline {
    background: rgba(255,255,255,.88);
    color: var(--ink-strong);
    border-color: rgba(8, 120, 242, .20);
    backdrop-filter: blur(12px);
}

.btn-outline:hover {
    border-color: rgba(8, 120, 242, .40);
    color: var(--sapphire-700);
    transform: translateY(-2px);
    box-shadow: var(--shadow-glow-sapphire);
}

.btn-outline-light {
    background: rgba(255,255,255,.10);
    color: white;
    border: 1px solid rgba(255,255,255,.30);
    backdrop-filter: blur(14px);
}

.btn-outline-light:hover {
    background: rgba(255,255,255,.18);
    border-color: rgba(255,255,255,.72);
    transform: translateY(-2px);
}

.btn.large {
    min-height: 56px;
    font-size: 16px;
    padding: 0 28px;
}

.full-width {
    width: 100%;
}

/* ====================== HERO SLIDER ====================== */
.hero-slider {
    position: relative;
    height: 100vh;
    min-height: 720px;
    overflow: hidden;
    background: var(--sapphire-800);
}

.hero-slider::before,
.hero-slider::after {
    content: "";
    position: absolute;
    inset: auto;
    border-radius: 50%;
    filter: blur(46px);
    pointer-events: none;
    z-index: 0;
}

.hero-slider::before {
    width: 340px;
    height: 340px;
    left: -80px;
    top: 10%;
    background: rgba(8, 120, 242, .28);
    animation: floatGlow 14s ease-in-out infinite;
}

.hero-slider::after {
    width: 420px;
    height: 420px;
    right: -110px;
    bottom: -70px;
    background: rgba(255, 106, 0, .24);
    animation: floatGlow 16s ease-in-out infinite reverse;
}

.slider-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}

.slide {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 900ms cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    align-items: center;
    transform: scale(1.01);
}

.slide.active {
    opacity: 1;
    z-index: 2;
    animation: subtleZoom 10s ease-in-out infinite alternate;
}

.slide-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(7, 18, 31, .90), rgba(0, 91, 199, .72) 58%, rgba(0, 91, 199, .42)),
        radial-gradient(circle at 82% 18%, rgba(255, 106, 0, .12), transparent 24%);
    z-index: 1;
}

.slide-overlay::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, transparent 0 40%, rgba(255,255,255,.045) 50%, transparent 60%),
        radial-gradient(circle at 20% 20%, rgba(255,255,255,.08), transparent 18%);
    opacity: .62;
    mix-blend-mode: screen;
}

.slide-content {
    position: relative;
    z-index: 2;
    max-width: var(--max);
    margin: 0 auto;
    padding: 0 18px;
    width: 100%;
}

.slide-text {
    max-width: 860px;
    position: relative;
}

.slide-text::before {
    content: "";
    position: absolute;
    inset: -30px -20px;
    background: radial-gradient(circle at left center, rgba(255, 147, 15, .14), transparent 45%);
    pointer-events: none;
    z-index: -1;
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 9px 16px;
    border: 1px solid rgba(255,255,255,.24);
    background: rgba(255,255,255,.12);
    color: rgba(255,255,255,.96);
    border-radius: 9999px;
    font-size: 13px;
    font-weight: 800;
    backdrop-filter: blur(14px);
    box-shadow: 0 10px 35px rgba(7,18,31,.18);
    letter-spacing: .04em;
}

.pulse {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--red-500);
    box-shadow: 0 0 0 0 rgba(233, 54, 18, .30);
    animation: pulse 2s infinite;
}

@keyframes pulse {
    50% { box-shadow: 0 0 0 14px rgba(233, 54, 18, 0); }
}

.slide-text h1 {
    margin: 24px 0 20px;
    font-size: clamp(48px, 7vw, 82px);
    line-height: 1;
    letter-spacing: -.07em;
    color: white;
    text-wrap: balance;
    max-width: 820px;
    font-weight: 850;
}

.slide-text h1 span {
    background: linear-gradient(90deg, #ffffff, var(--azure-200));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    text-shadow: 0 0 25px rgba(8, 120, 242, .12);
}

.hero-copy,
.slide-text p {
    color: rgba(255, 255, 255, .90);
    font-size: 19px;
    max-width: 640px;
    margin-bottom: 32px;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.trust-strip {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 32px;
}

.trust-pill {
    background: rgba(255,255,255,.11);
    border: 1px solid rgba(255,255,255,.22);
    color: white;
    padding: 8px 14px;
    border-radius: 9999px;
    font-size: 13px;
    font-weight: 700;
    backdrop-filter: blur(12px);
    box-shadow: 0 12px 30px rgba(7,18,31,.14);
}

/* Slider controls */
.slider-arrow {
    position: absolute;
    top: 50%;
    z-index: 10;
    width: 52px;
    height: 52px;
    background: rgba(255,255,255,.13);
    border: 1px solid rgba(255,255,255,.24);
    border-radius: 50%;
    color: white;
    font-size: 28px;
    display: grid;
    place-items: center;
    cursor: pointer;
    backdrop-filter: blur(16px);
    transition: all .3s ease;
    box-shadow: 0 14px 40px rgba(7,18,31,.24);
}

.slider-arrow:hover {
    background: rgba(255, 106, 0, .26);
    transform: scale(1.08);
    box-shadow: 0 20px 55px rgba(255, 106, 0, .28);
}

.slider-prev { left: 30px; }
.slider-next { right: 30px; }

.slider-dots {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    display: flex;
    gap: 10px;
}

.dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255,255,255,.36);
    border: none;
    cursor: pointer;
    transition: all .3s ease;
}

.dot.active {
    background: var(--sapphire-700);
    width: 32px;
    border-radius: 9999px;
    box-shadow: 0 0 24px rgba(255, 106, 0, .34);
}

/* ====================== IMPACT BAR ====================== */
.impact-bar {
    background: var(--sapphire-800);
    color: white;
    padding: 42px 0;
    margin-top: -1px;
    border-top: 1px solid rgba(255,255,255,.10);
    border-bottom: 1px solid rgba(255,255,255,.06);
}

.impact-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 32px;
}

.impact-item {
    text-align: center;
    padding: 12px 8px;
}

.impact-value {
    font-size: clamp(42px, 6vw, 64px);
    font-weight: 850;
    letter-spacing: -.07em;
    line-height: 1;
    background: linear-gradient(90deg, #ffffff, var(--azure-200));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.impact-label {
    font-size: 15px;
    font-weight: 700;
    color: rgba(255,255,255,.78);
    margin-top: 6px;
}

/* ====================== PREMIUM SERVICES ====================== */
.premium-services {
    padding: 110px 0 90px;
    background:
        radial-gradient(circle at 10% 10%, rgba(8, 120, 242, .08), transparent 26%),
        linear-gradient(180deg, #ffffff, var(--azure-50));
}

.section-header-premium {
    text-align: center;
    max-width: 780px;
    margin: 0 auto 60px;
}

.kicker-premium {
    color: var(--sapphire-700);
    font-size: 13px;
    font-weight: 850;
    letter-spacing: .15em;
    text-transform: uppercase;
}

.title-premium {
    font-size: clamp(36px, 5vw, 58px);
    line-height: 1.05;
    letter-spacing: -.06em;
    margin: 12px 0 16px;
    color: var(--ink-strong);
    font-weight: 850;
}

.copy-premium {
    font-size: 18px;
    color: var(--muted);
}

.services-masonry {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
    gap: 24px;
}

.premium-service-card {
    background: rgba(255,255,255,.95);
    border-radius: var(--radius-xl);
    overflow: hidden;
    box-shadow: var(--shadow-card);
    border: 1px solid rgba(8, 120, 242, .12);
    transition: transform .3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .3s ease, border-color .3s ease;
    display: flex;
    flex-direction: column;
    position: relative;
}

.premium-service-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(8, 120, 242, .045), rgba(8, 120, 242, .012)),
        radial-gradient(circle at top right, rgba(255, 106, 0, .045), transparent 24%);
    opacity: 0;
    transition: opacity .3s ease;
    pointer-events: none;
}

.premium-service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 80px rgba(7, 18, 31, .16);
    border-color: rgba(255, 106, 0, .30);
}

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

.card-visual {
    height: 168px;
    background:
        radial-gradient(circle at 20% 15%, rgba(255,255,255,.20), transparent 22%),
        var(--sapphire-700);
    display: grid;
    place-items: center;
    font-size: 68px;
    position: relative;
    overflow: hidden;
}

.card-visual::before,
.card-visual::after {
    content: "";
    position: absolute;
    inset: auto;
    border-radius: 50%;
    filter: blur(22px);
}

.card-visual::before {
    width: 180px;
    height: 180px;
    left: -30px;
    top: -30px;
    background: rgba(255,255,255,.10);
}

.card-visual::after {
    width: 160px;
    height: 160px;
    right: -30px;
    bottom: -35px;
    background: rgba(255, 106, 0, .20);
}

.service-icon-large {
    filter: drop-shadow(0 14px 20px rgba(7,18,31,.26));
    position: relative;
    z-index: 1;
}

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

.card-content h3 {
    font-size: 22px;
    margin: 0 0 12px;
    letter-spacing: -.04em;
    color: var(--ink-strong);
    font-weight: 800;
}

.card-content p {
    flex: 1;
    color: var(--muted);
    font-size: 15px;
    margin-bottom: 24px;
}

.card-actions-premium {
    display: flex;
    gap: 12px;
}

.btn-explore {
    flex: 1;
    text-align: center;
    padding: 14px;
    border: 1px solid rgba(8, 120, 242, .16);
    border-radius: 9999px;
    font-weight: 700;
    font-size: 14px;
    background: var(--azure-50);
    color: var(--ink-strong);
    transition: all .25s ease;
}

.btn-explore:hover {
    border-color: rgba(255, 106, 0, .44);
    box-shadow: var(--shadow-glow-orange);
    transform: translateY(-2px);
    color: var(--orange-600);
}

.btn-pay {
    flex: 1;
    text-align: center;
    background: var(--orange-500);
    color: white;
    border-radius: 9999px;
    font-weight: 800;
    padding: 14px;
    box-shadow: 0 14px 38px rgba(8, 120, 242, .22);
    transition: transform .25s ease, box-shadow .25s ease;
}

.btn-pay:hover {
    transform: translateY(-2px);
    box-shadow: 0 20px 50px rgba(255, 106, 0, .25);
}

/* ====================== SPOTLIGHT BULK SMS ====================== */
.spotlight-bulk {
    position: relative;
    background-size: cover;
    background-position: center;
    color: white;
    padding: 120px 0;
    overflow: hidden;
}

.spotlight-bulk::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 20% 20%, rgba(8, 120, 242, .18), transparent 25%),
        radial-gradient(circle at 80% 70%, rgba(255, 106, 0, .20), transparent 28%);
    pointer-events: none;
}

.spotlight-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(7,18,31,.94), rgba(0,91,199,.78) 62%, rgba(0,91,199,.50));
}

.spotlight-inner {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

.kicker-light {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 9px 16px;
    border-radius: 9999px;
    background: rgba(255,255,255,.11);
    border: 1px solid rgba(255,255,255,.24);
    backdrop-filter: blur(14px);
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
    font-size: 12px;
}

.spotlight-left h2 {
    font-size: clamp(38px, 5vw, 56px);
    line-height: 1.05;
    margin: 18px 0 20px;
    text-wrap: balance;
    font-weight: 850;
}

.spotlight-left p {
    font-size: 18px;
    max-width: 520px;
    margin-bottom: 32px;
    opacity: .92;
    color: rgba(255,255,255,.86);
}

.feature-list-modern {
    display: grid;
    gap: 18px;
    margin-bottom: 40px;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 16px;
    font-size: 15px;
    font-weight: 700;
    padding: 12px 16px;
    background: rgba(255,255,255,.09);
    border: 1px solid rgba(255,255,255,.15);
    border-radius: 16px;
    backdrop-filter: blur(14px);
}

.check-modern {
    color: var(--gold-400);
    font-size: 22px;
    text-shadow: 0 0 18px rgba(255, 147, 15, .28);
}

.spotlight-actions {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.spotlight-right .workflow-card {
    background: rgba(255,255,255,.10);
    backdrop-filter: blur(22px);
    -webkit-backdrop-filter: blur(22px);
    border-radius: 28px;
    padding: 28px;
    border: 1px solid rgba(255,255,255,.18);
    box-shadow: 0 24px 60px rgba(7,18,31,.24);
}

.workflow-step {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 18px 0;
    border-bottom: 1px solid rgba(255,255,255,.12);
    font-weight: 700;
}

.workflow-step:last-child {
    border-bottom: none;
}

.step-num {
    width: 38px;
    height: 38px;
    background: var(--sapphire-700);
    color: white;
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-size: 15px;
    flex-shrink: 0;
    box-shadow: 0 10px 30px rgba(8, 120, 242, .22);
}

/* ====================== INDUSTRIES FLOW ====================== */
.industries-flow {
    padding: 90px 0;
    background: linear-gradient(180deg, var(--azure-50), #ffffff);
}

.industries-marquee {
    display: flex;
    gap: 16px;
    overflow: hidden;
    white-space: nowrap;
    padding: 20px 0;
    mask-image: linear-gradient(90deg, transparent, black 10%, black 90%, transparent);
}

.industry-flow-item {
    display: inline-flex;
    align-items: center;
    background: var(--white);
    padding: 14px 28px;
    border-radius: 9999px;
    box-shadow: var(--shadow-soft);
    font-weight: 700;
    color: var(--ink-strong);
    font-size: 15px;
    border: 1px solid rgba(8, 120, 242, .12);
    animation: marquee 25s linear infinite;
    position: relative;
    overflow: hidden;
}

.industry-flow-item::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, transparent 20%, rgba(8,120,242,.10), transparent 60%);
    transform: translateX(-120%);
    animation: shimmer 6s linear infinite;
}

@keyframes marquee {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}

/* ====================== JOURNEY TIMELINE ====================== */
.journey-timeline {
    padding: 110px 0;
    background: #ffffff;
}

.timeline-wrapper {
    position: relative;
    max-width: 860px;
    margin: 0 auto;
}

.timeline-wrapper::before {
    content: '';
    position: absolute;
    left: 28px;
    top: 0;
    bottom: 0;
    width: 4px;
    background: var(--sapphire-700);
    border-radius: 9999px;
    box-shadow: 0 0 22px rgba(8, 120, 242, .14);
}

.timeline-item {
    display: flex;
    gap: 32px;
    margin-bottom: 60px;
    position: relative;
}

.timeline-item:last-child {
    margin-bottom: 0;
}

.timeline-marker {
    width: 60px;
    height: 60px;
    background: var(--white);
    border: 2px solid rgba(8, 120, 242, .22);
    color: var(--sapphire-700);
    font-weight: 850;
    font-size: 22px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    flex-shrink: 0;
    z-index: 2;
    box-shadow: var(--shadow-soft);
}

.timeline-content h3 {
    font-size: 24px;
    margin: 0 0 8px;
    color: var(--ink-strong);
    font-weight: 800;
}

.timeline-content p {
    color: var(--muted);
}

/* ====================== ACTION HUB ====================== */
.action-hub {
    padding: 100px 0;
    background:
        radial-gradient(circle at top, rgba(8, 120, 242, .08), transparent 30%),
        linear-gradient(180deg, var(--azure-50), #ffffff);
}

.hub-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

.hub-card {
    background: rgba(255,255,255,.95);
    border-radius: var(--radius-xl);
    padding: 42px;
    box-shadow: var(--shadow-card);
    border: 1px solid rgba(8, 120, 242, .12);
    height: 100%;
    position: relative;
    overflow: hidden;
}

.hub-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 0% 100%, rgba(8, 120, 242, .07), transparent 25%);
    pointer-events: none;
}

.hub-payment h2,
.hub-enquiry h2 {
    font-size: 32px;
    line-height: 1.1;
    margin-bottom: 14px;
    color: var(--ink-strong);
    font-weight: 800;
}

.gateway-list-modern {
    margin: 32px 0;
    display: grid;
    gap: 18px;
}

.gateway-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 16px 20px;
    background: var(--azure-50);
    border: 1px solid rgba(8, 120, 242, .10);
    border-radius: 18px;
    box-shadow: 0 12px 30px rgba(7, 18, 31, .06);
}

.lock-icon {
    font-size: 22px;
    flex-shrink: 0;
    color: var(--orange-500);
}

.hub-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

/* Form styles */
.modern-form {
    background: rgba(255,255,255,.96);
    border: 1px solid rgba(8, 120, 242, .12);
    border-radius: var(--radius-xl);
    padding: 30px;
    box-shadow: var(--shadow-card);
    position: relative;
    overflow: hidden;
}

.modern-form::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at bottom left, rgba(8, 120, 242, .06), transparent 24%);
    pointer-events: none;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.field {
    margin-bottom: 16px;
    position: relative;
}

.field label {
    display: block;
    margin-bottom: 8px;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: var(--navy-800);
}

.field input,
.field select,
.field textarea {
    width: 100%;
    border: 1px solid rgba(8, 120, 242, .16);
    background: var(--white);
    color: var(--ink-strong);
    border-radius: 16px;
    padding: 14px 16px;
    outline: none;
    transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease;
    box-shadow: 0 10px 24px rgba(7, 18, 31, .04);
}

.field textarea {
    min-height: 150px;
    resize: vertical;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
    border-color: rgba(8, 120, 242, .45);
    box-shadow: 0 0 0 4px rgba(8, 120, 242, .10), 0 16px 30px rgba(233, 54, 18, .05);
    transform: translateY(-1px);
}

/* ====================== VOICES / TESTIMONIALS ====================== */
.voices-section {
    padding: 100px 0;
    background: linear-gradient(180deg, #ffffff, var(--azure-50));
}

.testimonials-modern {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
    gap: 24px;
}

.voice-card {
    background: var(--white);
    padding: 36px;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-card);
    border: 1px solid rgba(8, 120, 242, .10);
    position: relative;
    overflow: hidden;
}

.voice-card::before {
    content: "“";
    position: absolute;
    top: -12px;
    left: 18px;
    font-size: 120px;
    line-height: 1;
    color: rgba(8, 120, 242, .08);
    pointer-events: none;
}

.voice-card p {
    font-size: 17px;
    line-height: 1.7;
    margin-bottom: 24px;
    font-style: italic;
    color: var(--ink);
    position: relative;
    z-index: 1;
}

.voice-card strong {
    color: var(--ink-strong);
}

.voice-card span {
    display: block;
    margin-top: 6px;
    color: var(--muted);
    font-size: 14px;
}

/* ====================== FINAL CTA ====================== */
.final-cta {
    padding: 110px 0;
    background:
        radial-gradient(circle at 85% 15%, rgba(255, 255, 255, .12), transparent 24%),
        linear-gradient(180deg, var(--sapphire-800), var(--navy-900));
    color: white;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.final-cta::before,
.final-cta::after {
    content: "";
    position: absolute;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    filter: blur(45px);
    pointer-events: none;
}

.final-cta::before {
    left: -90px;
    top: -70px;
    background: rgba(8, 120, 242, .22);
}

.final-cta::after {
    right: -100px;
    bottom: -100px;
    background: rgba(255, 106, 0, .20);
}

.cta-inner h2 {
    font-size: clamp(38px, 5.5vw, 62px);
    line-height: 1.05;
    margin-bottom: 16px;
    text-wrap: balance;
    font-weight: 850;
}

.cta-inner p {
    font-size: 19px;
    max-width: 620px;
    margin: 0 auto 40px;
    opacity: .92;
    color: rgba(255,255,255,.88);
}

.cta-buttons {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}

/* ====================== FOOTER ====================== */
.footer {
    background: linear-gradient(180deg, var(--dark-950), #05070b 100%);
    color: rgba(255,255,255,.72);
    padding: 64px 0 28px;
    position: relative;
}

.footer::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 10% 0%, rgba(8, 120, 242, .14), transparent 24%),
        radial-gradient(circle at 90% 20%, rgba(255, 106, 0, .12), transparent 24%);
    pointer-events: none;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.2fr .8fr .8fr .8fr;
    gap: 28px;
    position: relative;
    z-index: 1;
}

.footer h3,
.footer h4 {
    color: white;
    margin: 0 0 14px;
    font-weight: 800;
}

.footer h3 {
    letter-spacing: -.04em;
}

.footer a {
    display: block;
    margin: 8px 0;
    color: rgba(255,255,255,.70);
    transition: color .25s ease, transform .25s ease;
}

.footer a:hover {
    color: var(--orange-400);
    transform: translateX(2px);
}

.footer-bottom {
    border-top: 1px solid rgba(255,255,255,.08);
    margin-top: 34px;
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
    gap: 15px;
    flex-wrap: wrap;
    font-size: 13px;
    position: relative;
    z-index: 1;
}

/* ====================== REVEAL ANIMATION ====================== */
.reveal {
    opacity: 0;
    transform: translateY(30px);
    transition: all .7s cubic-bezier(0.4, 0, 0.2, 1);
}

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

/* ====================== ANIMATIONS ====================== */
@keyframes shimmer {
    0% { transform: translateX(-120%) rotate(12deg); }
    100% { transform: translateX(120%) rotate(12deg); }
}

@keyframes subtleZoom {
    from { transform: scale(1.01); }
    to { transform: scale(1.06); }
}

@keyframes floatGlow {
    0%, 100% { transform: translate3d(0,0,0) scale(1); opacity: .7; }
    50% { transform: translate3d(24px,-18px,0) scale(1.08); opacity: 1; }
}

/* ====================== RESPONSIVE ====================== */
@media (max-width: 980px) {
    .nav-links,
    .nav-actions {
        display: none;
    }

    .menu-toggle {
        display: inline-grid;
        place-items: center;
    }

    .nav-links.open {
        position: absolute;
        left: 18px;
        right: 18px;
        top: 82px;
        display: grid;
        gap: 0;
        background: rgba(255,255,255,.97);
        color: var(--ink-strong);
        border: 1px solid rgba(8, 120, 242, .12);
        border-radius: 22px;
        box-shadow: var(--shadow-card);
        padding: 12px;
    }

    .nav-links.open a {
        padding: 13px 12px;
        border-radius: 14px;
    }

    .nav-links.open a:hover {
        background: var(--azure-50);
    }

    .slider-arrow {
        width: 44px;
        height: 44px;
        font-size: 24px;
    }

    .spotlight-inner,
    .hub-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .services-masonry {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    }

    .form-row {
        grid-template-columns: 1fr;
    }

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

@media (max-width: 640px) {
    .container {
        width: min(100% - 24px, var(--max));
    }

    .topbar-inner {
        justify-content: center;
        text-align: center;
        padding: 8px 0;
    }

    .hero-slider {
        min-height: 620px;
    }

    .impact-grid,
    .services-masonry,
    .testimonials-modern,
    .footer-grid {
        grid-template-columns: 1fr;
    }

    .timeline-item {
        flex-direction: column;
        gap: 12px;
    }

    .timeline-wrapper::before {
        left: 18px;
    }

    .cta-buttons {
        flex-direction: column;
    }

    .hero-actions,
    .spotlight-actions,
    .hub-actions,
    .card-actions-premium {
        flex-direction: column;
    }

    .btn,
    .btn-explore,
    .btn-pay {
        width: 100%;
    }

    .slide-text h1 {
        font-size: clamp(40px, 13vw, 64px);
    }

    .spotlight-left p,
    .hero-copy,
    .slide-text p {
        font-size: 17px;
    }

    .slider-prev { left: 14px; }
    .slider-next { right: 14px; }
}


/* ==========================================================
   FINAL SHARP BRAND OVERRIDES
   Blue remains dominant; red is minimal; section treatments are distinct.
   Background image paths assume this CSS file is inside /css/
   and images are inside /images/.
   ========================================================== */

:root {
    --navy-950: #04101f;
    --navy-900: #071b35;
    --navy-850: #0d2748;
    --navy-800: #103b6a;
    --sapphire-800: #005fe8;
    --sapphire-700: #007cff;
    --sapphire-600: #16a2ff;
    --sapphire-500: #44b7ff;
    --sapphire-400: #82ccff;
    --azure-50: #f4faff;
    --azure-100: #e8f5ff;
    --azure-200: #d3edff;
    --teal-500: #00b8d4;
    --teal-400: #16d3e7;
    --orange-600: #f05a00;
    --orange-500: #ff7900;
    --orange-400: #ff9b26;
    --red-600: #e51f14;
    --red-500: #ff2b1f;
    --section-blue: #062f73;
    --section-blue-deep: #041a3d;
    --shine-blue: #00b7ff;
    --shine-blue-soft: rgba(0, 183, 255, .26);
    --shine-white: rgba(255, 255, 255, .72);
    --line: rgba(0, 124, 255, .18);
    --line-strong: rgba(255, 121, 0, .22);
    --line-alert: rgba(229, 31, 20, .18);
    --shadow-glow-sapphire: 0 18px 48px rgba(0, 124, 255, .32);
    --shadow-glow-orange: 0 16px 44px rgba(255, 121, 0, .24);
    --shadow-glow-red: 0 14px 34px rgba(229, 31, 20, .14);
}

body {
    background:
        radial-gradient(ellipse at 10% 0%, rgba(0, 124, 255, .16), transparent 34%),
        radial-gradient(ellipse at 90% 8%, rgba(0, 183, 255, .10), transparent 28%),
        radial-gradient(ellipse at 50% 100%, rgba(255, 121, 0, .055), transparent 34%),
        linear-gradient(180deg, #ffffff 0%, var(--azure-50) 45%, #ffffff 100%);
}

body::before {
    opacity: .38;
    background:
        linear-gradient(90deg, rgba(0, 124, 255, .034) 1px, transparent 1px),
        linear-gradient(180deg, rgba(0, 124, 255, .026) 1px, transparent 1px);
}

.topbar {
    background: linear-gradient(90deg, var(--navy-950) 0%, var(--sapphire-800) 54%, var(--section-blue) 100%);
    border-bottom: 3px solid var(--red-600);
    box-shadow: inset 0 -1px 0 rgba(255,255,255,.12);
}

.site-header {
    background: rgba(255, 255, 255, .94);
    border-bottom: 1px solid rgba(0, 124, 255, .16);
    box-shadow: 0 16px 44px rgba(7, 18, 31, .10);
}

.brand-logo {
    display: block;
    width: auto;
    height: 58px;
    max-width: 190px;
    object-fit: contain;
    filter: drop-shadow(0 8px 18px rgba(0, 95, 232, .14));
}

.brand-mark {
    background: linear-gradient(180deg, var(--sapphire-500), var(--sapphire-800));
    box-shadow: var(--shadow-glow-sapphire), inset 0 1px 0 rgba(255,255,255,.28);
    border-bottom-color: rgba(229, 31, 20, .34);
}

.nav-links a::after {
    height: 3px;
    background: var(--sapphire-700);
    box-shadow: 0 0 16px rgba(0, 124, 255, .45);
}

.nav-links a:hover {
    color: var(--sapphire-700);
}

.menu-toggle {
    color: var(--sapphire-800);
    border-color: rgba(0, 124, 255, .20);
}

.btn-primary {
    color: white;
    background: linear-gradient(180deg, var(--sapphire-600) 0%, var(--sapphire-700) 58%, var(--sapphire-800) 100%);
    box-shadow: var(--shadow-glow-sapphire), inset 0 1px 0 rgba(255,255,255,.35);
    border-color: rgba(255,255,255,.22);
    border-bottom-color: rgba(229, 31, 20, .45);
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 24px 62px rgba(0, 124, 255, .34), 0 14px 34px rgba(0, 183, 255, .18);
}

.btn-outline {
    border-color: rgba(0, 124, 255, .22);
}

.btn-outline:hover {
    border-color: rgba(0, 124, 255, .46);
    color: var(--sapphire-700);
    box-shadow: 0 18px 42px rgba(0, 124, 255, .18);
}

.btn-dark {
    background: linear-gradient(180deg, var(--navy-950), var(--dark-950));
    box-shadow: 0 18px 45px rgba(7, 18, 31, .30), inset 0 1px 0 rgba(255,255,255,.10);
}

.hero-slider {
    background: var(--sapphire-800);
}

.hero-slider::before {
    background: rgba(0, 124, 255, .34);
}

.hero-slider::after {
    background: rgba(0, 183, 255, .20);
}

.slide-overlay {
    background:
        linear-gradient(90deg, rgba(4, 16, 31, .94) 0%, rgba(6, 47, 115, .84) 52%, rgba(0, 124, 255, .52) 100%),
        radial-gradient(circle at 82% 18%, rgba(0, 183, 255, .20), transparent 24%),
        radial-gradient(circle at 84% 82%, rgba(255, 121, 0, .10), transparent 22%);
}

.slide-overlay::before {
    background:
        linear-gradient(90deg, transparent 0 40%, rgba(255,255,255,.055) 50%, transparent 60%),
        radial-gradient(circle at 20% 20%, rgba(255,255,255,.09), transparent 18%);
}

.slide-text::before {
    background: radial-gradient(circle at left center, rgba(0, 183, 255, .18), transparent 46%);
}

.pulse {
    background: var(--red-500);
    box-shadow: 0 0 0 0 rgba(229, 31, 20, .30);
}

@keyframes pulse {
    50% { box-shadow: 0 0 0 14px rgba(229, 31, 20, 0); }
}

.slide-text h1 span {
    background: none;
    -webkit-background-clip: initial;
    background-clip: initial;
    color: var(--sapphire-400);
    text-shadow: 0 0 28px rgba(0, 183, 255, .38);
}

.trust-pill,
.eyebrow {
    box-shadow: 0 12px 36px rgba(0, 124, 255, .18);
}

.dot.active {
    background: var(--sapphire-500);
    box-shadow: 0 0 24px rgba(0, 183, 255, .40);
}

.impact-bar {
    background:
        radial-gradient(circle at 20% 0%, rgba(0, 183, 255, .26), transparent 26%),
        linear-gradient(180deg, var(--sapphire-800), var(--section-blue-deep));
    border-top: 1px solid rgba(255,255,255,.16);
    border-bottom: 3px solid var(--red-600);
}

.impact-value {
    background: none;
    -webkit-background-clip: initial;
    background-clip: initial;
    color: #ffffff;
    text-shadow: 0 0 28px rgba(0, 183, 255, .45);
}

.premium-services {
    background:
        linear-gradient(180deg, rgba(255,255,255,.94), rgba(244,250,255,.96)),
        radial-gradient(circle at 10% 10%, rgba(0, 124, 255, .10), transparent 26%),
        url('../images/hero-slide-2.jpg') center / cover no-repeat;
    position: relative;
}

.kicker-premium {
    color: var(--sapphire-700);
}

.title-premium {
    color: var(--navy-950);
}

.premium-service-card {
    background: rgba(255,255,255,.96);
    border-color: rgba(0, 124, 255, .13);
    box-shadow: 0 24px 70px rgba(4, 16, 31, .14);
}

.premium-service-card::before {
    background:
        linear-gradient(180deg, rgba(0, 124, 255, .050), rgba(0, 124, 255, .012)),
        radial-gradient(circle at top right, rgba(0,183,255,.08), transparent 24%);
}

.premium-service-card:hover {
    border-color: rgba(0, 124, 255, .34);
    box-shadow: 0 30px 90px rgba(0, 95, 232, .18);
}

.card-visual {
    background:
        radial-gradient(circle at 28% 18%, rgba(255,255,255,.26), transparent 22%),
        radial-gradient(circle at 78% 72%, rgba(0,183,255,.22), transparent 25%),
        linear-gradient(180deg, var(--sapphire-600), var(--sapphire-800));
}

.card-visual::after {
    background: rgba(0, 183, 255, .18);
}

.btn-explore:hover {
    color: var(--sapphire-700);
    border-color: rgba(0, 124, 255, .44);
    box-shadow: 0 18px 42px rgba(0, 124, 255, .18);
}

.btn-pay {
    background: linear-gradient(180deg, var(--orange-400), var(--orange-500));
    border-bottom: 2px solid var(--red-600);
    box-shadow: 0 14px 38px rgba(255, 121, 0, .26), inset 0 1px 0 rgba(255,255,255,.28);
}

.btn-pay:hover {
    box-shadow: 0 20px 50px rgba(255, 121, 0, .30);
}

.spotlight-overlay {
    background:
        linear-gradient(90deg, rgba(4,16,31,.96) 0%, rgba(6,47,115,.86) 58%, rgba(0,124,255,.58) 100%),
        radial-gradient(circle at 82% 16%, rgba(0,183,255,.24), transparent 24%),
        radial-gradient(circle at 80% 82%, rgba(255,121,0,.14), transparent 20%);
}

.spotlight-right .workflow-card {
    background: rgba(255,255,255,.11);
    border-color: rgba(255,255,255,.22);
    box-shadow: 0 28px 70px rgba(0, 0, 0, .28), inset 0 1px 0 rgba(255,255,255,.14);
}

.step-num {
    background: linear-gradient(180deg, var(--sapphire-500), var(--sapphire-800));
    box-shadow: 0 10px 30px rgba(0, 124, 255, .34), inset 0 1px 0 rgba(255,255,255,.35);
}

.check-modern {
    color: var(--orange-400);
    text-shadow: 0 0 18px rgba(255, 155, 38, .36);
}

.industries-flow {
    background:
        linear-gradient(180deg, rgba(244,250,255,.94), rgba(255,255,255,.98)),
        url('../images/hero-slide-3.jpg') center / cover no-repeat;
}

.industry-flow-item {
    border-color: rgba(0, 124, 255, .14);
    box-shadow: 0 18px 44px rgba(4, 16, 31, .09);
}

.industry-flow-item::before {
    background: linear-gradient(90deg, transparent 20%, rgba(0,124,255,.10), transparent 60%);
}

.journey-timeline {
    background:
        radial-gradient(circle at 14% 12%, rgba(0,124,255,.08), transparent 24%),
        radial-gradient(circle at 88% 86%, rgba(255,121,0,.06), transparent 26%),
        #ffffff;
}

.timeline-wrapper::before {
    background: linear-gradient(180deg, var(--sapphire-500), var(--sapphire-800));
    box-shadow: 0 0 26px rgba(0, 124, 255, .24);
}

.timeline-marker {
    border-color: rgba(0, 124, 255, .24);
    color: var(--sapphire-700);
    box-shadow: 0 16px 38px rgba(0, 124, 255, .12);
}

.action-hub {
    background:
        linear-gradient(180deg, rgba(244,250,255,.94), rgba(255,255,255,.96)),
        radial-gradient(circle at top, rgba(0, 124, 255, .12), transparent 30%),
        url('../images/hero-slide-1.jpg') center / cover fixed no-repeat;
}

.hub-card,
.modern-form {
    background: rgba(255,255,255,.96);
    border-color: rgba(0, 124, 255, .13);
    box-shadow: 0 26px 78px rgba(4, 16, 31, .14);
}

.gateway-item {
    background: rgba(244, 250, 255, .88);
    border-color: rgba(0, 124, 255, .12);
}

.lock-icon {
    color: var(--sapphire-700);
}

.field input:focus,
.field select:focus,
.field textarea:focus {
    border-color: rgba(0, 124, 255, .48);
    box-shadow: 0 0 0 4px rgba(0, 124, 255, .10), 0 16px 30px rgba(0, 183, 255, .07);
}

.voices-section {
    background:
        linear-gradient(180deg, rgba(255,255,255,.96), rgba(244,250,255,.95)),
        url('../images/hero-slide-2.jpg') center / cover no-repeat;
}

.voice-card {
    border-color: rgba(0, 124, 255, .12);
    box-shadow: 0 24px 70px rgba(4, 16, 31, .13);
}

.voice-card::before {
    color: rgba(0, 124, 255, .09);
}

.final-cta {
    background:
        linear-gradient(180deg, rgba(0,95,232,.88), rgba(4,16,31,.96)),
        radial-gradient(circle at 85% 15%, rgba(255, 255, 255, .18), transparent 24%),
        url('../images/bulk-sms-hero.jpg') center / cover no-repeat;
}

.final-cta::before {
    background: rgba(0, 183, 255, .22);
}

.final-cta::after {
    background: rgba(255, 121, 0, .18);
}

.footer {
    background:
        linear-gradient(180deg, rgba(4,16,31,.98), rgba(5,7,11,1)),
        url('../images/hero-slide-3.jpg') center / cover no-repeat;
}

.footer::before {
    background:
        radial-gradient(circle at 10% 0%, rgba(0, 124, 255, .18), transparent 24%),
        radial-gradient(circle at 92% 16%, rgba(0, 183, 255, .10), transparent 24%),
        linear-gradient(180deg, transparent, rgba(0,0,0,.20));
}

.footer-brand {
    display: inline-flex;
    align-items: center;
    margin: 0 0 18px;
}

.footer-logo {
    display: block;
    width: auto;
    height: 62px;
    max-width: 210px;
    object-fit: contain;
    filter: drop-shadow(0 12px 24px rgba(0, 124, 255, .28));
}

.footer a:hover {
    color: var(--sapphire-400);
}

@media (max-width: 640px) {
    .brand-logo {
        height: 46px;
        max-width: 154px;
    }

    .footer-logo {
        height: 52px;
        max-width: 180px;
    }

    .action-hub {
        background-attachment: scroll;
    }
}

/* ==========================================================
   FINAL HOME IMAGE BACKGROUND + SHARP VISIBILITY FIX
   Purpose:
   - Keep blue as the dominant brand color.
   - Make background images clearly visible on selected homepage sections.
   - Use controlled overlays instead of hiding images behind opaque gradients.
   - Keep red minimal for emphasis only.
   - Image paths assume this CSS file is in /css/ and images are in /images/.
   ========================================================== */

/* ---------- Logo visibility ---------- */
.brand-logo {
    display: block;
    width: auto;
    height: 58px;
    max-width: 210px;
    object-fit: contain;
    filter: drop-shadow(0 10px 20px rgba(0, 124, 255, .18));
}

.footer-brand {
    display: inline-flex;
    align-items: center;
    margin: 0 0 18px;
}

.footer-logo {
    display: block;
    width: auto;
    height: 62px;
    max-width: 220px;
    object-fit: contain;
    filter: drop-shadow(0 12px 26px rgba(0, 124, 255, .34));
}

/* ---------- Slider image visibility ---------- */
.hero-slider {
    background: var(--navy-950);
}

.slide {
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

.slide:nth-child(1) {
    background-image: url('../images/hero-slide-1.jpg');
}

.slide:nth-child(2) {
    background-image: url('../images/hero-slide-2.jpg');
}

.slide:nth-child(3) {
    background-image: url('../images/hero-slide-3.jpg');
}

.slide-overlay {
    background:
        linear-gradient(90deg,
            rgba(4, 16, 31, .93) 0%,
            rgba(4, 16, 31, .82) 35%,
            rgba(0, 95, 232, .46) 70%,
            rgba(0, 124, 255, .24) 100%),
        radial-gradient(circle at 80% 18%, rgba(0, 183, 255, .24), transparent 25%),
        radial-gradient(circle at 82% 82%, rgba(255, 121, 0, .12), transparent 22%);
}

.slide-overlay::before {
    background:
        linear-gradient(90deg, transparent 0 36%, rgba(255,255,255,.05) 50%, transparent 64%),
        radial-gradient(circle at 20% 20%, rgba(255,255,255,.10), transparent 18%);
    opacity: .68;
}

.slide-text h1 span {
    background: none;
    -webkit-background-clip: initial;
    background-clip: initial;
    color: var(--sapphire-400);
    text-shadow: 0 0 30px rgba(0, 183, 255, .42);
}

/* ---------- Shared background image section setup ---------- */
.premium-services,
.industries-flow,
.action-hub,
.voices-section,
.final-cta,
.footer {
    position: relative;
    isolation: isolate;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

.premium-services::after,
.industries-flow::after,
.action-hub::after,
.voices-section::after,
.final-cta::after,
.footer::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    pointer-events: none;
}

/* ---------- Services section: visible image, bright professional overlay ---------- */
.premium-services {
    background-image:
        linear-gradient(90deg,
            rgba(255,255,255,.88) 0%,
            rgba(244,250,255,.76) 48%,
            rgba(244,250,255,.54) 100%),
        url('../images/hero-slide-2.jpg') !important;
    background-color: var(--azure-50);
}

.premium-services::after {
    background:
        radial-gradient(circle at 8% 10%, rgba(0, 124, 255, .14), transparent 28%),
        radial-gradient(circle at 92% 12%, rgba(0, 183, 255, .12), transparent 24%),
        linear-gradient(180deg, rgba(255,255,255,.20), rgba(255,255,255,.68));
}

/* ---------- Bulk SMS spotlight: image is already inline in HTML; overlay now reveals it ---------- */
.spotlight-bulk {
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-color: var(--navy-950);
}

.spotlight-overlay {
    background:
        linear-gradient(90deg,
            rgba(4,16,31,.95) 0%,
            rgba(4,16,31,.84) 38%,
            rgba(0,95,232,.50) 74%,
            rgba(0,124,255,.30) 100%),
        radial-gradient(circle at 84% 18%, rgba(0,183,255,.24), transparent 24%),
        radial-gradient(circle at 82% 82%, rgba(255,121,0,.16), transparent 22%);
}

.spotlight-bulk::before {
    background:
        radial-gradient(circle at 20% 20%, rgba(0, 183, 255, .20), transparent 25%),
        radial-gradient(circle at 80% 70%, rgba(255, 121, 0, .14), transparent 28%);
}

/* ---------- Industries section: image visible on right, content stays readable ---------- */
.industries-flow {
    background-image:
        linear-gradient(90deg,
            rgba(244,250,255,.92) 0%,
            rgba(255,255,255,.78) 48%,
            rgba(255,255,255,.46) 100%),
        url('../images/hero-slide-3.jpg') !important;
    background-color: #ffffff;
}

.industries-flow::after {
    background:
        radial-gradient(circle at 12% 18%, rgba(0,124,255,.12), transparent 26%),
        linear-gradient(180deg, rgba(255,255,255,.20), rgba(255,255,255,.64));
}

/* ---------- Action/payment section: visible background image, cards remain readable ---------- */
.action-hub {
    background-image:
        linear-gradient(90deg,
            rgba(244,250,255,.90) 0%,
            rgba(255,255,255,.80) 52%,
            rgba(255,255,255,.50) 100%),
        url('../images/hero-slide-1.jpg') !important;
    background-color: var(--azure-50);
    background-attachment: fixed;
}

.action-hub::after {
    background:
        radial-gradient(circle at top left, rgba(0,124,255,.16), transparent 30%),
        radial-gradient(circle at bottom right, rgba(255,121,0,.10), transparent 28%);
}

/* ---------- Testimonials: visible background image with clean readable cards ---------- */
.voices-section {
    background-image:
        linear-gradient(90deg,
            rgba(255,255,255,.90) 0%,
            rgba(244,250,255,.78) 50%,
            rgba(244,250,255,.52) 100%),
        url('../images/hero-slide-2.jpg') !important;
    background-color: var(--azure-50);
}

.voices-section::after {
    background:
        radial-gradient(circle at 85% 12%, rgba(0,183,255,.12), transparent 26%),
        linear-gradient(180deg, rgba(255,255,255,.20), rgba(255,255,255,.58));
}

/* ---------- Final CTA: strong image-backed section, not plain gradient ---------- */
.final-cta {
    background-image:
        linear-gradient(180deg,
            rgba(0,95,232,.70) 0%,
            rgba(4,16,31,.90) 100%),
        url('../images/bulk-sms-hero.jpg') !important;
    background-color: var(--sapphire-800);
}

.final-cta::before {
    background: rgba(0, 183, 255, .26);
}

.final-cta::after {
    z-index: 0;
    background:
        radial-gradient(circle at 85% 16%, rgba(255,255,255,.16), transparent 24%),
        radial-gradient(circle at 88% 88%, rgba(255,121,0,.16), transparent 25%);
}

.final-cta .container,
.final-cta .cta-inner {
    position: relative;
    z-index: 1;
}

/* ---------- Footer: image-backed but still dark enough for text ---------- */
.footer {
    background-image:
        linear-gradient(180deg,
            rgba(4,16,31,.92) 0%,
            rgba(5,7,11,.98) 100%),
        url('../images/hero-slide-3.jpg') !important;
    background-color: var(--dark-950);
}

.footer::before {
    z-index: 0;
    background:
        radial-gradient(circle at 10% 0%, rgba(0,124,255,.18), transparent 24%),
        radial-gradient(circle at 92% 16%, rgba(0,183,255,.12), transparent 24%);
}

.footer::after {
    background: linear-gradient(180deg, transparent, rgba(0,0,0,.26));
}

.footer-grid,
.footer-bottom {
    position: relative;
    z-index: 1;
}

/* ---------- Sharper card contrast over image sections ---------- */
.premium-service-card,
.hub-card,
.modern-form,
.voice-card,
.industry-flow-item {
    background: rgba(255,255,255,.94);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-color: rgba(0, 124, 255, .14);
    box-shadow: 0 26px 76px rgba(4, 16, 31, .16);
}

.premium-service-card:hover,
.voice-card:hover {
    box-shadow: 0 34px 92px rgba(0, 95, 232, .20);
    border-color: rgba(0, 124, 255, .30);
}

/* ---------- Buttons and accents remain sharp ---------- */
.btn-primary {
    background: linear-gradient(180deg, var(--sapphire-600) 0%, var(--sapphire-700) 58%, var(--sapphire-800) 100%);
    box-shadow: 0 18px 48px rgba(0, 124, 255, .32), inset 0 1px 0 rgba(255,255,255,.35);
}

.btn-pay {
    background: linear-gradient(180deg, var(--orange-400), var(--orange-500));
    border-bottom: 2px solid var(--red-600);
    box-shadow: 0 14px 38px rgba(255, 121, 0, .26), inset 0 1px 0 rgba(255,255,255,.28);
}

.kicker-premium {
    color: var(--sapphire-700);
    text-shadow: 0 0 18px rgba(0, 124, 255, .08);
}

.title-premium {
    color: var(--navy-950);
}

/* ---------- Mobile: avoid fixed background jank ---------- */
@media (max-width: 980px) {
    .action-hub {
        background-attachment: scroll;
    }
}

@media (max-width: 640px) {
    .brand-logo {
        height: 46px;
        max-width: 160px;
    }

    .footer-logo {
        height: 52px;
        max-width: 180px;
    }

    .premium-services,
    .industries-flow,
    .action-hub,
    .voices-section {
        background-position: center top !important;
    }

    .slide-overlay,
    .spotlight-overlay {
        background:
            linear-gradient(180deg,
                rgba(4,16,31,.94) 0%,
                rgba(4,16,31,.84) 58%,
                rgba(0,95,232,.48) 100%),
            radial-gradient(circle at 78% 18%, rgba(0,183,255,.18), transparent 24%);
    }
}
