/* ==============================
   NIGAMA - Exact Design Match
   Fonts: Syne (H1/H2) + Manrope (body/H3+)
   Primary: Nigama Orange #E8503A
============================== */

/* Manrope - Local Fonts */
@font-face { font-family: 'Manrope'; src: url('../fonts/Manrope-ExtraLight.woff2') format('woff2'), url('../fonts/Manrope-ExtraLight.woff') format('woff'); font-weight: 200; font-style: normal; font-display: swap; }
@font-face { font-family: 'Manrope'; src: url('../fonts/Manrope-Light.woff2') format('woff2'), url('../fonts/Manrope-Light.woff') format('woff'); font-weight: 300; font-style: normal; font-display: swap; }
@font-face { font-family: 'Manrope'; src: url('../fonts/Manrope-Regular.woff2') format('woff2'), url('../fonts/Manrope-Regular.woff') format('woff'); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: 'Manrope'; src: url('../fonts/Manrope-Medium.woff2') format('woff2'), url('../fonts/Manrope-Medium.woff') format('woff'); font-weight: 500; font-style: normal; font-display: swap; }
@font-face { font-family: 'Manrope'; src: url('../fonts/Manrope-SemiBold.woff2') format('woff2'), url('../fonts/Manrope-SemiBold.woff') format('woff'); font-weight: 600; font-style: normal; font-display: swap; }
@font-face { font-family: 'Manrope'; src: url('../fonts/Manrope-Bold.woff2') format('woff2'), url('../fonts/Manrope-Bold.woff') format('woff'); font-weight: 700; font-style: normal; font-display: swap; }
@font-face { font-family: 'Manrope'; src: url('../fonts/Manrope-ExtraBold.woff2') format('woff2'), url('../fonts/Manrope-ExtraBold.woff') format('woff'); font-weight: 800; font-style: normal; font-display: swap; }

:root {
    /* Nigama Orange Palette */
    --orange-50: #FFF5F2;
    --orange-100: #FFE4DB;
    --orange-200: #FFC4B3;
    --orange-300: #F59580;
    --orange-400: #EF6F50;
    --orange-500: #E8503A;
    --orange-600: #C93D2A;
    --orange-700: #A83220;
    --orange-800: #8A2818;
    --orange-900: #6E2014;

    /* Nigama Blue (Navy) Palette */
    --navy-50: #ECEEF4;
    --navy-100: #C9CEDC;
    --navy-200: #9BA3BD;
    --navy-300: #6D789E;
    --navy-400: #3E4D7F;
    --navy-500: #1B2B4B;
    --navy-600: #162340;
    --navy-700: #111B33;
    --navy-800: #0C1326;
    --navy-900: #080D1A;

    /* Neutral Gray */
    --gray-50: #F9FAFB;
    --gray-100: #F3F4F6;
    --gray-200: #E5E7EB;
    --gray-300: #D1D5DB;
    --gray-400: #9CA3AF;
    --gray-500: #6B7280;
    --gray-600: #4B5563;
    --gray-700: #374151;
    --gray-800: #1F2937;
    --gray-900: #111827;

    --primary: #E8503A;
    --primary-hover: #F5846E;
    --primary-active: #C93D2A;
    --primary-rgb: 232, 80, 58;

    --dark: #1B2B4B;
    --dark-rgb: 27, 43, 75;

    --font-heading: 'Manrope', sans-serif;
    --font-body: 'Manrope', sans-serif;

    --radius-sm: 8px;
    --radius-md: 12px;
    --radius-lg: 16px;
    --radius-xl: 24px;
    --radius-pill: 50px;

    --shadow-sm: 0 1px 3px rgba(0,0,0,0.06);
    --shadow-md: 0 4px 16px rgba(0,0,0,0.08);
    --shadow-lg: 0 8px 32px rgba(0,0,0,0.12);
    --shadow-card: 0 4px 24px rgba(0,0,0,0.06);

    --transition: all 0.3s ease;
}

/* === RESET === */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    font-family: var(--font-body);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    color: var(--gray-700);
    overflow-x: hidden;
    background: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; transition: var(--transition); }

/* Headings - Syne for H1 & H2, Manrope for H3+ */
h1, h2 { font-family: var(--font-heading); color: var(--navy-800); line-height: 1.1; font-weight: 700; }
h3 { font-family: var(--font-body); color: var(--navy-800); line-height: 1.2; font-weight: 700; font-size: 48px; }
h4 { font-family: var(--font-body); color: var(--navy-800); line-height: 1.3; font-weight: 700; font-size: 32px; }
h5 { font-family: var(--font-body); color: var(--navy-800); line-height: 1.3; font-weight: 700; font-size: 24px; }
h6 { font-family: var(--font-body); color: var(--navy-800); line-height: 1.4; font-weight: 600; font-size: 20px; }

/* === UTILITY === */
.section-padding { padding: 40px 0; }
.section-padding-sm { padding: 20px 0; }
.section-padding-xl { padding: 60px 0; }
.section-padding-xxl { padding: 80px 0; }
.bg-light { background: var(--gray-50) !important; }
.bg-peach { background: var(--orange-50) !important; }
.text-orange { color: var(--primary) !important; }
.text-white { color: #fff !important; }
.desc-full { max-width: 100%; }
.desc-md { max-width: 520px; }
.desc-lg { max-width: 560px; }
.btn-block { width: 100%; justify-content: center; }

/* Navbar toggler icon */
.nav-toggler-icon { font-size: 24px; color: var(--navy-800); }

/* Footer logo white */
.logo-text.logo-text-white { color: #fff; }

/* Badge icon colors */
.badge-blue { background: #2563EB; }
.badge-purple { background: #7C3AED; }
.badge-green { background: #059669; }
.badge-amber { background: #D97706; }

/* Image placeholder heights */
.img-placeholder-sm { min-height: 200px; height: 300px; }
.img-placeholder-md { min-height: 200px; height: 360px; }
.img-placeholder-lg { min-height: 200px; height: 380px; }

/* Leadership avatar */
.leader-avatar { width: 160px; height: 160px; border-radius: 50%; }
.leader-role { font-size: 14px; }

/* BOT section text on dark */
.bot-section .eyebrow { color: var(--orange-300); }
.bot-section .section-heading { color: #fff; }
.bot-section .section-heading .orange { color: var(--primary); }
.bot-section .bot-desc { color: rgba(255,255,255,0.65); margin-bottom: 32px; }

.eyebrow {
    font-family: var(--font-body);
    font-size: 14px;
    font-weight: 600;
    color: var(--primary);
    display: inline-block;
    margin-bottom: 12px;
}
.section-heading {
    font-family: var(--font-heading);
    font-size: 42px;
    font-weight: 700;
    color: var(--navy-800);
    margin-bottom: 16px;
    line-height: 1.15;
}
.section-heading .orange { color: var(--primary); }
.section-desc {
    font-size: 18px;
    color: var(--gray-500);
    /*max-width: 640px;*/
    line-height: 1.7;
}
.section-desc.centered { margin: 0 auto; }

/* === BUTTONS (exact match from Figma) === */
/* Fill button - default orange, rounded 8px */
.btn-fill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--primary);
    color: #fff;
    border: 2px solid var(--primary);
    padding: 12px 28px;
    border-radius: var(--radius-sm);
    font-family: var(--font-body);
    font-weight: 600;
    font-size: 15px;
    cursor: pointer;
    transition: var(--transition);
    line-height: 1.4;
    white-space: nowrap;
}
.btn-fill:hover {
    background: var(--primary-hover);
    border-color: var(--primary-hover);
    color: #fff;
}
.btn-fill:active {
    background: var(--primary-active);
    border-color: var(--primary-active);
}

/* Outline button */
.btn-ol {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: transparent;
    color: var(--primary);
    border: 2px solid var(--primary);
    padding: 12px 28px;
    border-radius: var(--radius-sm);
    font-family: var(--font-body);
    font-weight: 600;
    font-size: 15px;
    cursor: pointer;
    transition: var(--transition);
    line-height: 1.4;
    white-space: nowrap;
}
.btn-ol:hover {
    background: var(--primary);
    color: #fff;
}

/* White outline (for dark backgrounds) */
.btn-ol-white {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: transparent;
    color: #fff;
    border: 2px solid rgba(255,255,255,0.5);
    padding: 12px 28px;
    border-radius: var(--radius-sm);
    font-family: var(--font-body);
    font-weight: 600;
    font-size: 15px;
    cursor: pointer;
    transition: var(--transition);
    line-height: 1.4;
    white-space: nowrap;
}
.btn-ol-white:hover {
    background: #fff;
    color: var(--primary);
    border-color: #fff;
}

/* Pill variant (navbar CTA) */
.btn-pill { border-radius: var(--radius-pill) !important; }

/* White fill (for dark backgrounds) */
.btn-white {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    color: var(--primary);
    border: 2px solid #fff;
    padding: 12px 28px;
    border-radius: var(--radius-sm);
    font-family: var(--font-body);
    font-weight: 600;
    font-size: 15px;
    cursor: pointer;
    transition: var(--transition);
    line-height: 1.4;
}
.btn-white:hover { background: var(--orange-50); border-color: var(--orange-50); color: var(--primary); }

.btn-sm { padding: 8px 20px; font-size: 14px; }

/* === HEADER / NAVBAR === */
#header {
    position: fixed;
    top: 0; left: 0; right: 0;
    z-index: 1000;
    transition: var(--transition);
}
#header .navbar {
    padding: 14px 0;
    background: #fff;
    transition: var(--transition);
}
#header.scrolled .navbar {
    padding: 8px 0;
    box-shadow: var(--shadow-md);
}

/* Logo */
.navbar-brand { display: flex; align-items: center; gap: 0; }
.navbar-brand img { height: 32px; }
.logo-text {
    font-family: var(--font-heading);
    font-size: 28px;
    font-weight: 800;
    color: var(--navy-800);
    letter-spacing: -0.5px;
}
.logo-text .g-accent { color: var(--primary); }

/* Nav Links */
.navbar-nav .nav-link {
    font-family: var(--font-body);
    font-size: 14px;
    font-weight: 500;
    color: var(--gray-600);
    padding: 8px 16px !important;
    transition: var(--transition);
}
.navbar-nav .nav-link:hover { color: var(--navy-800); }
.navbar-nav .nav-link.active { color: var(--navy-800); font-weight: 600; }

/* Navbar CTA */
.nav-cta .btn-fill {
    padding: 8px 22px;
    font-size: 13px;
    border-radius: var(--radius-pill);
}

/* Dropdown */
.dropdown-menu {
    border: 1px solid var(--gray-100);
    box-shadow: var(--shadow-lg);
    border-radius: var(--radius-md);
    padding: 8px;
    min-width: 220px;
    margin-top: 8px;
}
.dropdown-item {
    font-size: 14px;
    padding: 10px 14px;
    border-radius: var(--radius-sm);
    color: var(--gray-600);
    transition: var(--transition);
}
.dropdown-item:hover { background: var(--orange-50); color: var(--primary); }
.navbar-toggler { border: none; padding: 4px; }
.navbar-toggler:focus { box-shadow: none; }

/* === HERO - HOME PAGE === */
.hero-home {
    padding-top: 80px;
    background: linear-gradient(180deg, #FFFFFF 0%, #FFE2DF 100%);
    position: relative;
    overflow: hidden;
}
.hero-slide { padding: 60px 0 40px; }
.hero-banner { padding: 60px 0 110px; }
.hero-title {
    font-family: var(--font-heading);
    font-size: 56px;
    font-weight: 800;
    line-height: 1.1;
    color: var(--navy-800);
    margin-bottom: 16px;
}
.hero-subtitle {
    font-family: var(--font-body);
    font-size: 20px;
    font-weight: 700;
    color: var(--primary);
    margin-bottom: 16px;
}
.hero-desc {
    font-size: 16px;
    color: var(--gray-500);
    max-width: 480px;
    line-height: 1.7;
    margin-bottom: 28px;
}
.hero-badge {
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    color: var(--primary);
    background: var(--orange-50);
    border: 1px solid var(--orange-200);
    padding: 6px 16px;
    border-radius: var(--radius-pill);
    margin-bottom: 16px;
}
.hero-ctas {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
.hero-img-wrap {
    text-align: center;
}
.hero-img {
    max-width: 100%;
    height: auto;
    max-height: 440px;
    object-fit: contain;
}

/* Hero Owl Carousel */
.hero-carousel .owl-dots {
    text-align: center;
    padding: 10px 0 20px;
}
.hero-carousel .owl-dot span {
    width: 10px;
    height: 10px;
    background: var(--gray-300);
    border-radius: 50%;
    display: inline-block;
    margin: 0 5px;
    transition: var(--transition);
}
.hero-carousel .owl-dot.active span {
    background: var(--primary);
    width: 28px;
    border-radius: 5px;
}

/* Hero Stripes (SVG) */
.hero-stripes {
    overflow: hidden;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 0;
}
.hero-stripes img {
    width: 100%;
    height: 150px;
    display: block;
}

/* === TRUSTED SECTION (Owl Carousel) === */
.trusted-section {
    padding: 48px 0;
    text-align: center;
    border-bottom: 1px solid var(--gray-100);
}
.trusted-label {
    font-size: 14px;
    color: var(--gray-400);
    margin-bottom: 28px;
}
.trusted-carousel .trusted-logo-item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
}
.trusted-carousel .logo-placeholder {
    font-family: var(--font-body);
    font-size: 18px;
    font-weight: 800;
    color: var(--gray-400);
    letter-spacing: 0.5px;
}
.trusted-carousel .logo-placeholder:hover { color: var(--gray-600); }
.trusted-carousel img {
    max-height: 32px;
    width: auto;
    opacity: 0.6;
    filter: grayscale(100%);
    transition: var(--transition);
}
.trusted-carousel img:hover { opacity: 1; filter: none; }
.trusted-carousel .owl-nav,
.trusted-carousel .owl-dots { display: none; }

/* === CONSULTING TABLE === */
.consulting-table {
    border: 1px solid var(--gray-200);
    border-radius: var(--radius-lg);
    overflow: hidden;
    background: #fff;
}
.ct-cell {
    padding: 14px 16px;
    font-size: 13px;
    color: var(--gray-600);
    border-bottom: 1px solid var(--gray-100);
    border-right: 1px solid var(--gray-100);
    min-height: 48px;
}
.ct-head {
    font-weight: 700;
    color: var(--navy-800);
    background: var(--gray-50);
    font-size: 14px;
}

/* === SMALL LIST (process cards) === */
.small-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.small-list li {
    font-size: 14px;
    color: var(--gray-600);
    padding: 5px 0 5px 16px;
    position: relative;
    line-height: 1.5;
}
.small-list li::before {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--primary);
    position: absolute;
    left: 0;
    top: 12px;
}

/* Impact number text (non-animated) */
.impact-number-text {
    font-family: var(--font-heading);
    font-size: 48px;
    font-weight: 800;
    color: #fff;
    line-height: 1;
    margin-bottom: 12px;
}

/* === SECTION CARDS (4-column features) === */
.feature-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}
.feature-box {
    text-align: center;
    padding: 32px 20px;
}
.feature-box .f-icon {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: var(--orange-50);
    color: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin: 0 auto 16px;
}
.feature-box h6 { font-size: 16px; margin-bottom: 8px; }
.feature-box p { font-size: 14px; color: var(--gray-500); margin: 0; line-height: 1.6; }

/* === LIFECYCLE CARDS (numbered steps) === */
.lc-card {
    background: #fff;
    border: 1px solid var(--gray-200);
    border-radius: var(--radius-lg);
    padding: 32px 24px;
    height: 100%;
    position: relative;
    overflow: hidden;
    transition: var(--transition);
}
.lc-card:hover {
    box-shadow: var(--shadow-lg);
    border-color: var(--orange-200);
    transform: translateY(-3px);
}
.lc-card .lc-num {
    font-family: var(--font-heading);
    font-size: 14px;
    font-weight: 700;
    color: var(--primary);
    margin-bottom: 12px;
}
.lc-card h5 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 16px;
}
.lc-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.lc-card ul li {
    font-size: 14px;
    color: var(--gray-600);
    padding: 6px 0;
    padding-left: 16px;
    position: relative;
    line-height: 1.5;
}
.lc-card ul li::before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--primary);
    position: absolute;
    left: 0;
    top: 13px;
}

/* === BOT FRAMEWORK STEPS === */
.bot-section { background: var(--navy-800); color: #fff; }
/* === EXTENDED TEAMS SECTION === */
.ext-teams-section {
    position: relative;
    overflow: hidden;
}
.ext-teams-img {
    width: 100%;
    max-width: 280px;
    border-radius: var(--radius-lg);
    object-fit: cover;
}
.ext-teams-bg {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 1440px;
    z-index: 0;
    pointer-events: none;
}
.ext-teams-section .container {
    position: relative;
    z-index: 1;
}
.bot-step-card {
    display: flex;
    gap: 16px;
    margin-bottom: 24px;
    align-items: flex-start;
    background: #fff;
    border: 1px solid var(--gray-200);
    border-left: 3px solid var(--orange-200);
    border-radius: var(--radius-md);
    padding: 20px 24px;
}
.bot-step-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-width: fit-content;
    background: var(--primary);
    color: #fff;
    padding: 8px 18px;
    border-radius: var(--radius-sm);
    font-weight: 700;
    font-size: 14px;
    white-space: nowrap;
    font-family: var(--font-body);
}
.bot-step-card p { font-size: 14px; color: var(--gray-600); line-height: 1.7; margin: 0; }
.btn-dark {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--navy-800);
    color: #fff;
    border: 2px solid var(--navy-800);
    padding: 12px 28px;
    border-radius: var(--radius-sm);
    font-family: var(--font-body);
    font-weight: 600;
    font-size: 15px;
    cursor: pointer;
    transition: var(--transition);
    line-height: 1.4;
    white-space: nowrap;
}
.btn-dark:hover {
    background: var(--navy-700);
    border-color: var(--navy-700);
    color: #fff;
}

/* Image placeholder on dark bg */
.dark-img-placeholder {
    width: 100%;
    height: 300px;
    background: rgba(255,255,255,0.05);
    border-radius: var(--radius-lg);
    border: 1px solid rgba(255,255,255,0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255,255,255,0.3);
    font-size: 14px;
}

/* === CTA BANNER === */
.cta-banner {
    background: #F16036;
    border-radius: var(--radius-xl);
    padding: 56px 48px;
    color: #fff;
    position: relative;
    overflow: hidden;
}
.cta-banner::after {
    content: '';
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320"><path fill="rgba(255,255,255,0.08)" d="M0,192L80,186.7C160,181,320,171,480,176C640,181,800,203,960,192C1120,181,1280,139,1360,117.3L1440,96L1440,320L1360,320C1280,320,1120,320,960,320C800,320,640,320,480,320C320,320,160,320,80,320L0,320Z"/></svg>') no-repeat center/cover;
    pointer-events: none;
}
.cta-banner .cta-eyebrow {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 12px;
    display: block;
}
.cta-banner h3 {
    font-family: var(--font-heading);
    font-size: 36px;
    color: #fff;
    margin-bottom: 16px;
    line-height: 1.2;
    position: relative;
    z-index: 2;
}
.cta-banner p {
    font-size: 15px;
    color: rgba(255,255,255,0.85);
    max-width: 480px;
    margin-bottom: 0;
    position: relative;
    z-index: 2;
    line-height: 1.7;
}
.cta-banner .cta-btns { position: relative; z-index: 2; }
.btn-white {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    color: var(--navy-800);
    border: 2px solid #fff;
    padding: 12px 28px;
    border-radius: var(--radius-sm);
    font-family: var(--font-body);
    font-weight: 600;
    font-size: 15px;
    cursor: pointer;
    transition: var(--transition);
    line-height: 1.4;
    white-space: nowrap;
}
.btn-white:hover {
    background: rgba(255,255,255,0.9);
    color: var(--navy-800);
}
.btn-white .bi { color: var(--primary); }

/* === BUSINESS IMPACT STATS === */
.impact-section {
    position: relative;
    background: #fff url('../images/svg/full-rectacgle-dots-bg.svg') center center / cover no-repeat;
}
.impact-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.impact-card {
    background: var(--navy-800);
    border-radius: var(--radius-lg);
    padding: 32px 20px;
    text-align: left;
    position: relative;
}
.impact-card::after {
    content: '';
    width: 28px; height: 28px;
    border: 3px solid rgba(255,255,255,0.15);
    border-radius: 50%;
    position: absolute;
    top: 16px; right: 16px;
    background: radial-gradient(circle at 60% 40%, rgba(255,200,50,0.5), transparent 60%);
}
.impact-number {
    font-family: var(--font-heading);
    font-size: 48px;
    font-weight: 800;
    color: #fff;
    line-height: 1;
    margin-bottom: 12px;
}
.impact-label {
    font-size: 14px;
    color: rgba(255,255,255,0.65);
    line-height: 1.5;
}

/* === FAQ SECTION === */
.faq-section { }
.faq-sidebar h2 {
    font-family: var(--font-heading);
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 16px;
}
.faq-sidebar p {
    font-size: 14px;
    color: var(--gray-500);
    margin-bottom: 4px;
}
.faq-sidebar a {
    font-size: 14px;
    font-weight: 600;
    color: var(--primary);
}

.faq-tabs {
    display: flex;
    gap: 28px;
    border-bottom: 2px solid var(--gray-200);
    margin-bottom: 0;
}
.faq-tab-btn {
    font-family: var(--font-body);
    font-size: 15px;
    font-weight: 600;
    color: var(--gray-400);
    padding: 12px 0;
    background: none;
    border: none;
    border-bottom: 2px solid transparent;
    margin-bottom: -2px;
    cursor: pointer;
    transition: var(--transition);
    white-space: nowrap;
}
.faq-tab-btn.active,
.faq-tab-btn:hover {
    color: var(--navy-800);
    border-bottom-color: var(--navy-800);
}

.faq-panel { display: none; }
.faq-panel.active { display: block; }

.faq-list { }
.faq-item { border-bottom: 1px solid var(--gray-200); }
.faq-q {
    width: 100%;
    background: none;
    border: none;
    text-align: left;
    padding: 20px 0;
    font-family: var(--font-body);
    font-size: 16px;
    font-weight: 600;
    color: var(--navy-700);
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    transition: var(--transition);
}
.faq-q:hover { color: var(--primary); }
.faq-q .arrow {
    font-size: 14px;
    color: var(--gray-400);
    transition: transform 0.3s ease;
}
.faq-item.open .arrow { transform: rotate(180deg); }
.faq-a {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}
.faq-a-inner {
    padding: 0 0 20px;
    font-size: 15px;
    color: var(--gray-500);
    line-height: 1.7;
}
.faq-item.open .faq-a { max-height: 300px; }

/* === HERO - SUB PAGES === */
.hero-sub {
    padding: 150px 0 80px;
    position: relative;
    overflow: hidden;
    color: #fff;
}
.hero-sub .container { position: relative; z-index: 2; }
.hero-badge {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: rgba(255,255,255,0.6);
    margin-bottom: 16px;
    padding: 5px 14px;
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: var(--radius-pill);
}
.hero-sub h1 {
    font-size: 56px;
    color: #fff;
    margin-bottom: 16px;
}
.hero-sub h1 .orange { color: var(--primary); }
.hero-sub .hero-desc {
    font-size: 16px;
    color: rgba(255,255,255,0.75);
    max-width: 500px;
    line-height: 1.7;
    margin-bottom: 32px;
}
.hero-sub .hero-dots {
    display: flex;
    gap: 8px;
    margin-top: 32px;
}
.hero-sub .dot {
    width: 10px; height: 10px;
    border-radius: 50%;
    background: rgba(255,255,255,0.3);
    border: none;
    cursor: pointer;
}
.hero-sub .dot.active {
    background: var(--primary);
    width: 28px;
    border-radius: 5px;
}

.hero-products { background: linear-gradient(135deg, var(--navy-900) 0%, var(--navy-700) 40%, var(--navy-500) 100%); }
.hero-ai { background: linear-gradient(135deg, var(--navy-900) 0%, #2D1B4E 50%, var(--orange-700) 100%); }
.hero-teams { background: linear-gradient(135deg, var(--navy-900) 0%, var(--navy-600) 50%, var(--gray-700) 100%); }
.hero-contact { background: linear-gradient(135deg, var(--navy-900) 0%, var(--navy-600) 60%, var(--primary) 100%); }
.hero-about { background: linear-gradient(135deg, var(--navy-900) 0%, var(--navy-600) 100%); }

/* === ICON CARD (3/4 columns) === */
.icon-card {
    text-align: center;
    padding: 28px 20px;
    background: #fff;
    border: 1px solid var(--gray-200);
    border-radius: var(--radius-lg);
    height: 100%;
    transition: var(--transition);
}
.icon-card:hover {
    box-shadow: var(--shadow-md);
    transform: translateY(-3px);
    border-color: transparent;
}
.icon-card .ic-icon {
    width: 52px; height: 52px;
    border-radius: 50%;
    background: var(--orange-50);
    color: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    margin: 0 auto 14px;
}
.icon-card h6 { font-size: 15px; font-weight: 700; margin-bottom: 8px; }
.icon-card p { font-size: 13px; color: var(--gray-500); margin: 0; line-height: 1.6; }

/* === VISIBILITY CARDS (product page) === */
.vis-card {
    background: #fff;
    border: 1px solid var(--gray-200);
    border-radius: var(--radius-lg);
    padding: 28px 24px;
    text-align: center;
    height: 100%;
    transition: var(--transition);
}
.vis-card:hover { box-shadow: var(--shadow-md); transform: translateY(-3px); }
.vis-card .v-icon {
    width: 48px; height: 48px;
    border-radius: 50%;
    background: var(--orange-50);
    color: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin: 0 auto 14px;
}
.vis-card h6 { font-size: 15px; font-weight: 700; margin-bottom: 8px; }
.vis-card p { font-size: 13px; color: var(--gray-500); line-height: 1.6; margin: 0; }

/* === CHECKLIST === */
.check-list { list-style: none; padding: 0; margin: 0; }
.check-list li {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 20px;
    font-size: 15px;
    color: var(--gray-600);
    line-height: 1.6;
}
.check-list li .ci {
    width: 28px; height: 28px; min-width: 28px;
    border-radius: 6px;
    background: var(--primary);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    margin-top: 2px;
}
.check-list li strong {
    display: block;
    color: var(--navy-800);
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 2px;
}

/* === ASSESS ONCE SECTION === */
.assess-section {
    position: relative;
    overflow: hidden;
    background: var(--gray-50);
}
.assess-bg-radial {
    position: absolute;
    bottom: -19px;
    width: 100%;
    z-index: 0;
    pointer-events: none;

}
.assess-section .container {
    position: relative;
    z-index: 1;
}
.mapping-card-wrap {
    position: relative;
}
/*.assess-bg-stripes {
    position: absolute;
    right: -40px;
    bottom: 20px;
    width: 320px;
    z-index: 0;
    pointer-events: none;
}*/
.assess-bg-stripes {
    bottom: -24px;
    width: 400px;
    z-index: -4;
    pointer-events: none;
    left: -31px;
    position: relative;
}
.mapping-card {
    position: relative;
    z-index: 1;
    border-radius: var(--radius-lg);
    box-shadow: 0 0px 4px #FFC3BD;
    padding: 24px;
    max-width: 100%;
    border: 1px solid #FFC3BD;
    background: #FFF6F5;
    overflow: hidden;
}
.mapping-card-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 24px;
}
.evidence-tag {
    background: var(--primary);
    color: #fff;
    padding: 8px 20px;
    border-radius: var(--radius-sm);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.5px;
}
.validated-badge {
    background: #fff;
    border: 1px solid var(--gray-200);
    color: var(--gray-700);
    padding: 6px 14px;
    border-radius: var(--radius-sm);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.5px;
}
.mapping-rows {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 280px;
}
.mapping-rows::before {
    content: '';
    position: absolute;
    left: 97px;
    top: 40px;
    bottom: 40px;
    width: 2px;
    background: var(--gray-300);
    z-index: 0;
}
.mapping-row {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 8px 0;
    position: relative;
    z-index: 1;
    flex: 1;
}
.mapping-label {
    font-size: 15px;
    font-weight: 500;
    color: var(--gray-500);
    min-width: 70px;
}
.mapping-dot {
    width: 24px;
    height: 24px;
    min-width: 24px;
    border-radius: 50%;
    background: var(--navy-800);
    border: 4px solid var(--gray-200);
    box-shadow: 0 0 0 1px var(--gray-300);
}
.mapping-target {
    border: 1px solid #F16036;
    background: #FFC3BD;
    padding: 12px 18px;
    border-radius: var(--radius-sm);
    font-size: 14px;
    font-weight: 700;
    color: var(--navy-800);
    flex: 1;
}
.mapping-target small {
    font-weight: 400;
    font-size: 12px;
    color: var(--gray-500);
}

/* === ROLES GRID === */
.roles-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 8px;
}
.role-tag {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    border-radius: var(--radius-sm);
    font-size: 14px;
    color: var(--gray-700);
    transition: var(--transition);
}
.role-tag:hover { background: var(--orange-50); color: var(--primary); }
.role-tag .dot {
    width: 8px; height: 8px; min-width: 8px;
    border-radius: 50%;
    background: var(--primary);
}

/* === BENEFITS === */
.benefit-item { 
    display: flex;
    align-items: flex-start;
    gap: 16px;
    /* margin-bottom: 20px; */
    border: 1px solid var(--orange-200);
    border-radius: var(--radius-md);
    padding: 28px 20px;
    background: #fff;
    }
.benefit-item h6 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 4px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.benefit-item h6 i { color: var(--primary); font-size: 18px; }
.benefit-item p { font-size: 14px; color: var(--gray-500); margin: 0; padding-left: 26px; }

/* === PROCESS STEPS === */
/* === AI STEPS CAROUSEL === */
.ai-steps-carousel .owl-stage-outer {
    overflow: visible;
}
.ai-steps-carousel.owl-carousel {
    overflow: hidden;
}
.ai-step-card {
    background: #fff;
    border: 1px solid var(--gray-200);
    border-radius: var(--radius-lg);
    padding: 28px 24px;
    min-height: 280px;
}
.ai-step-header {
    display: flex;
    align-items: baseline;
    gap: 12px;
    margin-bottom: 20px;
}
.ai-step-num {
    font-family: var(--font-heading);
    font-size: 42px;
    font-weight: 800;
    color: var(--primary);
    -webkit-text-stroke: 1px var(--primary);
    -webkit-text-fill-color: transparent;
    line-height: 1;
}
.ai-step-header h6 {
    font-size: 18px;
    font-weight: 700;
    color: var(--navy-800);
    margin: 0;
}
.ai-step-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.ai-step-list li {
    font-size: 14px;
    color: var(--gray-600);
    padding: 6px 0 6px 18px;
    position: relative;
    line-height: 1.5;
}
.ai-step-list li::before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 1px;
    background: var(--primary);
    position: absolute;
    left: 0;
    top: 13px;
}
.ai-steps-carousel .owl-nav {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 32px;
}
.ai-steps-carousel .owl-nav button {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid var(--gray-300) !important;
    background: #fff !important;
    color: var(--navy-800) !important;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition);
}
.ai-steps-carousel .owl-nav button:hover {
    border-color: var(--primary) !important;
    color: var(--primary) !important;
}
.ai-steps-carousel .owl-dots {
    display: none;
}

.process-card {
    text-align: center;
    padding: 24px 16px;
}
.process-card .step-circle {
    width: 52px; height: 52px;
    border-radius: 50%;
    background: var(--orange-50);
    color: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-heading);
    font-size: 18px;
    font-weight: 700;
    margin: 0 auto 14px;
}
.process-card h6 { font-size: 15px; font-weight: 700; margin-bottom: 6px; }
.process-card p { font-size: 13px; color: var(--gray-500); margin: 0; line-height: 1.5; }

/* === TESTIMONIALS === */
.testimonial-card {
    background: #fff;
    border: 1px solid var(--gray-200);
    border-radius: var(--radius-lg);
    padding: 24px;
    height: 100%;
}
.testimonial-card .t-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}
.testimonial-card .t-avatar {
    width: 44px; height: 44px; min-width: 44px;
    border-radius: 50%;
    background: var(--gray-200);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    font-size: 20px;
    color: var(--gray-400);
    margin-bottom: 8px;
}
.testimonial-card .t-name { font-size: 15px; font-weight: 700; color: var(--navy-700); margin-bottom: 2px; }
.testimonial-card .t-role { font-size: 13px; color: var(--gray-400); }
.testimonial-card .t-text { font-size: 15px; color: var(--gray-600); line-height: 1.7; font-style: italic; margin: 0; }

/* Testimonial Carousel Nav */
.testimonial-carousel .owl-nav {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 32px;
}
.testimonial-carousel .owl-nav button {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid var(--gray-300) !important;
    background: #fff !important;
    color: var(--navy-800) !important;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition);
}
.testimonial-carousel .owl-nav button:hover {
    border-color: var(--primary) !important;
    color: var(--primary) !important;
}
.testimonial-carousel .owl-dots { display: none; }

/* === CONTACT === */
.contact-form .form-label { font-size: 14px; font-weight: 600; color: var(--gray-700); margin-bottom: 6px; }
.contact-form .form-control,
.contact-form .form-select {
    border: 1px solid var(--gray-200);
    border-radius: var(--radius-sm);
    padding: 12px 16px;
    font-size: 14px;
    font-family: var(--font-body);
    transition: var(--transition);
}
.contact-form .form-control:focus,
.contact-form .form-select:focus {
    border-color: var(--primary);
    box-shadow: 0 0 0 3px rgba(var(--primary-rgb), 0.1);
}
.contact-info-card {
    background: #fff;
    border: 1px solid var(--gray-200);
    border-radius: var(--radius-lg);
    padding: 28px;
    display: flex;
    gap: 16px;
    align-items: flex-start;
    height: 100%;
    transition: var(--transition);
}
.contact-info-card:hover { box-shadow: var(--shadow-md); }
.contact-info-card .info-icon {
    width: 48px; height: 48px; min-width: 48px;
    border-radius: var(--radius-sm);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #fff;
    background: var(--primary);
}
.contact-info-card h6 { font-weight: 700; margin-bottom: 6px; font-size: 15px; }
.contact-info-card p { font-size: 14px; color: var(--gray-500); margin: 0; line-height: 1.7; }

/* === PRODUCTS PAGE - HIGHLIGHTS === */
.highlight-card { padding: 24px 16px; }
.highlight-icon {
    width: 48px; height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: var(--primary);
    margin: 0 auto 16px;
}
.highlight-card h6 {
    font-size: 16px;
    font-weight: 700;
    color: var(--navy-800);
    margin-bottom: 8px;
}
.highlight-card p {
    font-size: 14px;
    color: var(--gray-500);
    line-height: 1.6;
    margin: 0;
}

/* === PRODUCTS PAGE - PLATFORM CARDS === */
.platform-card {
    border: 1px solid var(--orange-200);
    border-radius: var(--radius-md);
    padding: 28px 20px;
    text-align: center;
    background: #fff;
    transition: var(--transition);
    height: 100%;
}
.platform-card:hover {
    box-shadow: var(--shadow-md);
}
.platform-icon {
    width: 48px; height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: var(--primary);
    margin: 0 auto 14px;
}
.platform-card h6 {
    font-size: 16px;
    font-weight: 700;
    color: var(--navy-800);
    margin-bottom: 10px;
}
.platform-card p {
    font-size: 14px;
    color: var(--gray-500);
    line-height: 1.6;
    margin: 0;
}

/* === PLATFORM SECTION BOTTOM BG === */
.platform-section {
    position: relative;
    overflow: hidden;
    padding-bottom: 60px;
}
.platform-section::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 200px;
    background: url('../images/svg/main-page-bg-2.svg') center bottom / 100% auto no-repeat;
    z-index: -1;
}

/* === WHY CHOOSE (AI Engineering) === */
.why-choose-item {
    padding: 30px 20px;
}
.why-choose-icon {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #FFF0EE;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
    font-size: 28px;
    color: var(--orange);
}
.why-choose-item h6 {
    font-family: var(--font-heading);
    font-size: 18px;
    font-weight: 600;
    color: var(--navy);
    line-height: 1.4;
}

/* === BOT FAQ ACCORDION === */
.bot-faq-list .faq-item {
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    margin-bottom: 20px;
    padding: 0;
}
.bot-faq-q {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 24px 28px;
}
.bot-faq-text {
    flex: 1;
    font-size: 16px;
    color: var(--navy);
    line-height: 1.5;
    text-align: left;
}
.bot-faq-list .faq-a-inner {
    padding: 0 28px 24px 28px;
}
.bot-faq-list .faq-a-inner h6 {
    font-weight: 700;
    margin-bottom: 8px;
}
.bot-faq-list .faq-a-inner p {
    font-size: 14px;
    color: #666;
    margin-bottom: 16px;
}

/* === ABOUT LIFECYCLE === */
.about-lifecycle-section {
    position: relative;
    overflow: hidden;
    background-image: url('../images/svg/full-rectacgle-dots-bg.svg');
    background-repeat: repeat;
    background-size: cover;
    background-position: center;
}
.about-lifecycle-section p {
    font-size: 15px;
    color: #555;
    line-height: 1.7;
    margin-bottom: 20px;
}

/* === FOOTER LINKS ROW === */
.footer-links {
    position: relative;
    z-index: 1;
}

/* === CONTACT PAGE === */
.contact-form-card {
    background: #fff;
    border-radius: 16px;
    padding: 40px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.08);
}
.contact-form-card h4 {
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: 22px;
    color: var(--navy);
    line-height: 1.4;
}
.contact-form .form-control {
    border: none;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
    padding: 12px 0;
    font-size: 15px;
    background: transparent;
}
.contact-form .form-control:focus {
    box-shadow: none;
    border-bottom-color: #E8503A;
}
.contact-info-block p {
    font-size: 15px;
    color: #555;
    line-height: 1.7;
    margin: 0;
}
.contact-info-item {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}
.contact-info-icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: #E8503A;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}
.contact-info-item h6 {
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: 16px;
    color: var(--navy);
    margin: 0;
}

/* Form success & spinner */
.form-success-msg {
    text-align: center;
    padding: 40px 20px;
}
.form-success-icon {
    font-size: 56px;
    color: #22c55e;
    margin-bottom: 16px;
}
.form-success-msg h5 {
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 8px;
}
.form-success-msg p {
    color: var(--gray-500);
    font-size: 15px;
}
@keyframes spin {
    to { transform: rotate(360deg); }
}
.spin {
    display: inline-block;
    animation: spin 0.8s linear infinite;
}

/* === TEAM === */
.team-card {
    text-align: left;
}
.team-img-wrap {
    margin-bottom: 16px;
    border-radius: 8px;
    overflow: hidden;
}
.team-img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
}
.team-card h6 {
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: 16px;
    color: var(--navy);
    margin-bottom: 2px;
}
.team-card p {
    font-size: 14px;
    color: #666;
    margin: 0;
}

/* === OUR VALUES === */
.value-item {
    padding: 28px 0;
}
.value-divider {
    border: none;
    height: 2px;
    background: #E8503A;
    opacity: 1;
    margin: 0;
}
.value-title {
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: 20px;
    color: var(--navy);
    margin: 0;
}
.value-item p {
    font-size: 15px;
    color: #555;
    margin: 0;
    line-height: 1.7;
}

/* === ENGAGEMENT PROCESS === */
.process-step-card {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 24px 0;
}
.process-step-num {
    font-family: var(--font-heading);
    font-size: 40px;
    font-weight: 700;
    color: var(--orange);
    line-height: 1;
    min-width: 44px;
    opacity: 0.7;
}
.process-step-content h6 {
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: 16px;
    color: var(--navy);
    margin-bottom: 6px;
}
.process-step-content p {
    font-size: 14px;
    color: #666;
    margin: 0;
    line-height: 1.5;
}

/* === BENEFITS LIST === */
.benefit-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    /*margin-bottom: 20px;*/
}
.benefit-item .why-choose-icon {
    width: 48px;
    height: 48px;
    min-width: 48px;
    font-size: 20px;
    margin: 0;
}
.benefit-item h6 {
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: 16px;
    color: var(--navy);
    margin-bottom: 4px;
}
.benefit-item p {
    font-size: 14px;
    color: #666;
    margin: 0;
}

/* === BOT ACCORDION CHECKS === */
.bot-check {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: var(--navy);
    margin-bottom: 4px;
}
.bot-check i {
    color: var(--navy);
    font-size: 16px;
}

/* === FOOTER === */
.footer {
    background: var(--gray-900);
    color: var(--gray-400);
    padding: 56px 0 0;
}
.footer-light {
    background: #fff;
    color: var(--gray-700);
    padding: 48px 0 0;
    position: relative;
    overflow: hidden;
}
.footer-logo-wrap { margin-bottom: 8px; }
.footer-logo { height: 32px; }
.footer-tagline { font-size: 14px; color: var(--gray-500); line-height: 1.6; max-width: 260px; }
.footer h6 {
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 16px;
}
.footer-light h6 {
    color: var(--gray-900);
    font-size: 14px;
    font-weight: 700;
    text-transform: none;
    letter-spacing: 0;
    margin-bottom: 14px;
}
.footer ul { list-style: none; padding: 0; margin: 0; }
.footer ul li { margin-bottom: 8px; }
.footer ul li a { color: var(--gray-500); font-size: 14px; transition: var(--transition); }
.footer ul li a:hover { color: var(--primary); }
.footer-light ul li a { color: var(--gray-600); font-size: 14px; }
.footer-light ul li a:hover { color: var(--primary); }

.footer .social-links { display: flex; gap: 8px; margin-top: 20px; }
.footer .social-links a {
    width: 32px; height: 32px;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,0.05);
    color: var(--gray-500);
    font-size: 14px;
    transition: var(--transition);
}
.footer .social-links a:hover { background: var(--primary); color: #fff; }

.footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.08);
    padding: 20px 0;
    margin-top: 40px;
}
.footer-light .footer-bottom {
    /*border-top: 1px solid var(--gray-200);*/
    padding: 16px 0;
    margin-top: 32px;
}
.footer-bottom p { font-size: 13px; color: var(--gray-600); margin: 0; }
.footer-light .footer-bottom p { color: var(--gray-500); font-size: 13px; }
.footer-bottom a { color: var(--gray-500); font-size: 13px; }
.footer-bottom a:hover { color: var(--primary); }
.footer-bottom .soc-badge {
    font-size: 13px;
    color: var(--gray-500);
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-weight: 500;
}
.footer-bottom .footer-legal { display: flex; gap: 20px; flex-wrap: wrap; align-items: center; }
.footer-bottom .social-icons { display: flex; gap: 12px; }
.footer-bottom .social-icons a { color: var(--gray-500); font-size: 16px; }
.footer-bottom .social-icons a:hover { color: var(--primary); }

.footer-arrows {
    width: 100%;
    line-height: 0;
    /*margin-top: 24px;*/
}
.footer-arrows img {
    width: 100%;
    height: auto;
    display: block;
    position: absolute;
    bottom: 80px;
    opacity: 0.5;
}
.footer-orange-bar {
    width: 100%;
    line-height: 0;
    position: relative;
    margin-top: -2px;
    display: flex;
    justify-content: center;
}
.footer-orange-bar img {
    width: 60%;
    height: auto;
    display: block;
}

/* === SCROLL ANIMATIONS === */
.fade-up, .fade-down, .fade-left, .fade-right, .scale-up, .zoom-in {
    opacity: 0;
    transition: opacity 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.fade-up { transform: translateY(40px); }
.fade-down { transform: translateY(-40px); }
.fade-left { transform: translateX(-40px); }
.fade-right { transform: translateX(40px); }
.scale-up { transform: scale(0.92); }
.zoom-in { transform: scale(0.85); }
.fade-up.visible, .fade-down.visible, .fade-left.visible, .fade-right.visible, .scale-up.visible, .zoom-in.visible {
    opacity: 1;
    transform: translate(0) scale(1);
}
.delay-1 { transition-delay: 0.1s; }
.delay-2 { transition-delay: 0.2s; }
.delay-3 { transition-delay: 0.3s; }
.delay-4 { transition-delay: 0.4s; }
.delay-5 { transition-delay: 0.5s; }
.delay-6 { transition-delay: 0.6s; }

.fade-right.business-benefits{
    display: flex;
    justify-content: center; 
    flex-direction: column; 
    align-items: center;
} 
/* Stagger children animation */
.stagger-children > * {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}
.stagger-children.visible > *:nth-child(1) { transition-delay: 0.05s; }
.stagger-children.visible > *:nth-child(2) { transition-delay: 0.12s; }
.stagger-children.visible > *:nth-child(3) { transition-delay: 0.19s; }
.stagger-children.visible > *:nth-child(4) { transition-delay: 0.26s; }
.stagger-children.visible > *:nth-child(5) { transition-delay: 0.33s; }
.stagger-children.visible > *:nth-child(6) { transition-delay: 0.4s; }
.stagger-children.visible > *:nth-child(7) { transition-delay: 0.47s; }
.stagger-children.visible > * { opacity: 0; transform: translateY(30px); }
.stagger-children.visible > * {
    opacity: 1;
    transform: translateY(0);
}

/* Hero entrance animation */
.hero-animate .eyebrow,
.hero-animate .hero-title,
.hero-animate .hero-desc,
.hero-animate .hero-btns,
.hero-animate .hero-img-wrap {
    opacity: 0;
    transform: translateY(30px);
    animation: heroEntrance 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}
.hero-animate .eyebrow { animation-delay: 0.1s; }
.hero-animate .hero-title { animation-delay: 0.25s; }
.hero-animate .hero-desc { animation-delay: 0.4s; }
.hero-animate .hero-btns { animation-delay: 0.55s; }
.hero-animate .hero-img-wrap { animation-delay: 0.3s; transform: translateX(40px); }

@keyframes heroEntrance {
    to { opacity: 1; transform: translate(0); }
}

/* Floating animation for decorative elements */
@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}
.float-anim {
    animation: float 3s ease-in-out infinite;
}

/* CTA banner entrance */
.cta-banner {
    transition: transform 0.6s ease, box-shadow 0.3s ease;
}
.fade-up.visible .cta-banner,
.scale-up.visible .cta-banner {
    transform: none;
}

/* Card hover animations */
.platform-card,
.process-step-card,
.team-card,
.contact-form-card,
.why-choose-item {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.platform-card:hover,
.process-step-card:hover,
.team-card:hover,
.why-choose-item:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 32px rgba(0,0,0,0.1);
}

/* === SIGNUP / LOGIN PAGE === */
.signup-section {
    padding-top: 80px;
}
.signup-form-wrap {
    max-width: 480px;
    width: 100%;
    padding: 60px 40px 60px 80px;
}
.signup-title {
    font-family: 'Manrope', sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: var(--navy-800);
    margin-bottom: 4px;
}
.signup-subtitle {
    font-size: 14px;
    color: var(--gray-600);
    margin-bottom: 32px;
}
.signup-link {
    color: var(--navy-800);
    font-weight: 600;
    text-decoration: underline;
}
.signup-form {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.signup-field {
    position: relative;
}
.signup-label {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: var(--gray-600);
    margin-bottom: 8px;
}
.signup-input {
    width: 100%;
    padding: 14px 16px;
    border: 1px solid var(--gray-300);
    border-radius: 8px;
    font-size: 15px;
    font-family: 'Manrope', sans-serif;
    background: #fff;
    transition: border-color 0.2s;
}
.signup-input:focus {
    outline: none;
    border-color: #E8503A;
}
.signup-password-toggle {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 13px;
    color: var(--gray-500);
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 4px;
}
.signup-password-toggle i {
    font-size: 16px;
}
.signup-checkbox {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}
.signup-checkbox input[type="checkbox"] {
    width: 20px;
    height: 20px;
    min-width: 20px;
    margin-top: 2px;
    accent-color: #E8503A;
    cursor: pointer;
}
.signup-checkbox label {
    font-size: 13px;
    color: var(--gray-600);
    line-height: 1.5;
    cursor: pointer;
}
.signup-terms {
    font-size: 13px;
    color: var(--gray-500);
}
.signup-terms a {
    color: var(--navy-800);
    font-weight: 600;
    text-decoration: underline;
}
.signup-btn {
    font-size: 16px;
    padding: 14px 36px;
    width: fit-content;
    border: none;
    cursor: pointer;
}
.signup-bottom-text {
    font-size: 14px;
    color: var(--gray-600);
    margin-top: 24px;
}
.signup-illustration {
    position: relative;
    height: 100%;
    min-height: 100vh;
    background: linear-gradient(180deg, #FFF5F2 0%, #FDDDD6 40%, #F5C4B3 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.signup-svg {
    width: 80%;
    max-width: 500px;
    height: auto;
}
.signup-stripes {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: 1;
}
.signup-stripes img {
    width: 100%;
    display: block;
}
@media (max-width: 991px) {
    .signup-form-wrap {
        padding: 40px 20px;
        margin: 0 auto;
    }
}

/* Back to top */
.back-to-top {
    position: fixed;
    bottom: 24px; right: 24px;
    width: 42px; height: 42px;
    border-radius: 50%;
    background: var(--primary);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    box-shadow: var(--shadow-md);
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: var(--transition);
    cursor: pointer;
    border: none;
}
.back-to-top.show { opacity: 1; visibility: visible; }
.back-to-top:hover { background: var(--primary-active); }

/* Image placeholders */
.img-placeholder {
    background: linear-gradient(135deg, var(--gray-100), var(--gray-50));
    border-radius: var(--radius-lg);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gray-400);
    font-size: 14px;
    font-weight: 500;
    min-height: 200px;
}

/* === RESPONSIVE === */
@media (max-width: 1199px) {
    .hero-home h1 { font-size: 52px; }
    .section-heading { font-size: 36px; }
    .impact-row { grid-template-columns: repeat(4, 1fr); }
}
@media (max-width: 991px) {
    .hero-home { padding: 120px 0 40px; }
    .hero-home h1 { font-size: 42px; }
    .hero-sub h1 { font-size: 40px; }
    .section-heading { font-size: 32px; }
    .feature-grid { grid-template-columns: repeat(2, 1fr); }
    .impact-row { grid-template-columns: repeat(2, 1fr); }
    .navbar-collapse {
        background: #fff;
        padding: 16px;
        border-radius: var(--radius-md);
        margin-top: 8px;
        box-shadow: var(--shadow-lg);
    }
    .cta-banner { padding: 40px 28px; }
    .cta-banner h3 { font-size: 28px; }
    .faq-sidebar h2 { font-size: 36px; }
}
@media (max-width: 767px) {
    .section-padding { padding: 56px 0; }
    .hero-home { padding: 110px 0 32px; }
    .hero-home h1 { font-size: 34px; }
    .hero-sub { padding: 130px 0 56px; }
    .hero-sub h1 { font-size: 30px; }
    .section-heading { font-size: 28px; }
    .impact-row { gap: 12px; }
    .impact-number { font-size: 36px; }
    .trusted-logos { gap: 20px; }
    .trusted-logos span { font-size: 13px; }
    .feature-grid { grid-template-columns: 1fr 1fr; gap: 16px; }
    .roles-grid { grid-template-columns: repeat(2, 1fr); }
    .faq-tabs { gap: 16px; overflow-x: auto; flex-wrap: nowrap; }
    .faq-sidebar h2 { font-size: 32px; }
}
@media (max-width: 576px) {
    .hero-home h1 { font-size: 28px; }
    .hero-sub h1 { font-size: 26px; }
    .section-heading { font-size: 24px; }
    .impact-row { grid-template-columns: 1fr 1fr; }
    .cta-banner { padding: 28px 20px; }
    .cta-banner h3 { font-size: 22px; }
}
.product-features > :nth-child(1){
    margin-bottom: 1.5rem;
    display: flex;
    justify-content: center;
}
.product-features > :nth-child(2){
    /*margin-bottom: 1.5rem;*/
    display: flex;
    justify-content: center;
}



/* ==============================================
   LEGAL / POLICY PAGES
   (Terms, Privacy Policy, Cookie Policy,
   Security & Compliance, Cookie Settings, SOC 2)
============================================== */

/* --- Legal hero: shorter sub-hero, centered, no image column --- */
.hero-legal {
    background: linear-gradient(180deg, #FFFFFF 0%, #FFE2DF 100%);
    padding: 130px 0 64px;
    position: relative;
    overflow: hidden;
    color: #fff;
}
.hero-legal .container { position: relative; z-index: 2; max-width: 760px; text-align: center; margin-left: auto; margin-right: auto; }
.hero-legal .eyebrow { color: var(--orange-300); }
.hero-legal h1 { font-size: 44px; margin-bottom: 14px; }
.hero-legal .hero-desc { font-size: 16px; max-width: 560px; margin: 0 auto 20px; line-height: 1.7; }
.legal-updated {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 600;
    color: rgba(255,255,255,0.85);
    background: var(--orange-300);
    border: 1px solid rgba(255,255,255,0.15);
    padding: 6px 16px;
    border-radius: var(--radius-pill);
}

/* --- Legal body layout: sticky TOC + content --- */
.legal-body { padding: 64px 0 40px; }
.legal-toc {
    position: sticky;
    top: 100px;
}
.legal-toc-label {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--gray-400);
    margin-bottom: 14px;
    display: block;
}
.legal-toc nav ul { list-style: none; margin: 0; padding: 0; border-left: 2px solid var(--gray-200); }
.legal-toc nav ul li { margin: 0; }
.legal-toc nav ul li a {
    display: block;
    padding: 9px 0 9px 18px;
    margin-left: -2px;
    border-left: 2px solid transparent;
    font-size: 14px;
    color: var(--gray-500);
    font-weight: 500;
    line-height: 1.4;
}
.legal-toc nav ul li a:hover { color: var(--navy-800); }
.legal-toc nav ul li a.active { color: var(--primary); border-left-color: var(--primary); font-weight: 700; }
.legal-toc .legal-toc-contact {
    margin-top: 28px;
    padding-top: 24px;
    border-top: 1px solid var(--gray-200);
    font-size: 13px;
    color: var(--gray-500);
    line-height: 1.7;
}
.legal-toc .legal-toc-contact a { color: var(--primary); font-weight: 600; }

.legal-content { max-width: 760px; }
.legal-content section { margin-bottom: 40px; scroll-margin-top: 110px; }
.legal-content section:last-child { margin-bottom: 0; }
.legal-content h2 {
    font-family: var(--font-body);
    font-size: 24px;
    font-weight: 700;
    color: var(--navy-800);
    margin-bottom: 14px;
    display: flex;
    align-items: baseline;
    gap: 10px;
}
.legal-content h2 .num { color: var(--primary); font-size: 16px; font-weight: 800; }
.legal-content h3 { font-size: 17px; font-weight: 700; color: var(--navy-800); margin: 20px 0 8px; }
.legal-content p { font-size: 15px; color: var(--gray-600); line-height: 1.8; margin-bottom: 14px; }
.legal-content ul, .legal-content ol { margin: 0 0 14px; padding-left: 20px; }
.legal-content ul li, .legal-content ol li { font-size: 15px; color: var(--gray-600); line-height: 1.8; margin-bottom: 8px; }
.legal-content a { color: var(--primary); font-weight: 600; }
.legal-content a:hover { color: var(--primary-hover); }
.legal-content strong { color: var(--navy-800); }
.legal-intro {
    font-size: 16px;
    color: var(--gray-600);
    line-height: 1.8;
    padding-bottom: 32px;
    margin-bottom: 32px;
    border-bottom: 1px solid var(--gray-200);
}

/* --- Certification / compliance badge grid (Security & SOC 2 pages) --- */
.cert-card {
    text-align: center;
    padding: 32px 20px;
    background: #fff;
    border: 1px solid var(--gray-200);
    border-radius: var(--radius-lg);
    height: 100%;
    transition: var(--transition);
}
.cert-card:hover { box-shadow: var(--shadow-md); transform: translateY(-3px); border-color: transparent; }
.cert-card .cert-icon {
    width: 56px; height: 56px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #fff;
    margin: 0 auto 16px;
}
.cert-card h6 { font-size: 15px; font-weight: 700; margin-bottom: 6px; }
.cert-card p { font-size: 13px; color: var(--gray-500); margin: 0; line-height: 1.6; }

/* --- Cookie settings: preference cards with toggle switches --- */
.cookie-pref-card {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
    background: #fff;
    border: 1px solid var(--gray-200);
    border-radius: var(--radius-lg);
    padding: 24px 28px;
    margin-bottom: 16px;
}
.cookie-pref-card h6 { font-size: 16px; font-weight: 700; margin-bottom: 6px; }
.cookie-pref-card p { font-size: 14px; color: var(--gray-500); margin: 0; line-height: 1.7; max-width: 560px; }
.cookie-pref-card .always-on { font-size: 12px; font-weight: 700; color: var(--primary); text-transform: uppercase; letter-spacing: .5px; }

.toggle-switch { position: relative; display: inline-block; width: 46px; height: 26px; flex: none; }
.toggle-switch input { opacity: 0; width: 0; height: 0; }
.toggle-switch .slider {
    position: absolute; cursor: pointer;
    top: 0; left: 0; right: 0; bottom: 0;
    background-color: var(--gray-300);
    transition: var(--transition);
    border-radius: 999px;
}
.toggle-switch .slider::before {
    position: absolute;
    content: "";
    height: 20px; width: 20px;
    left: 3px; bottom: 3px;
    background-color: #fff;
    transition: var(--transition);
    border-radius: 50%;
    box-shadow: var(--shadow-sm);
}
.toggle-switch input:checked + .slider { background-color: var(--primary); }
.toggle-switch input:checked + .slider::before { transform: translateX(20px); }
.toggle-switch input:disabled + .slider { background-color: var(--orange-300); cursor: not-allowed; opacity: .8; }

.cookie-save-bar {
    position: sticky;
    bottom: 0;
    background: #fff;
    border-top: 1px solid var(--gray-200);
    padding: 16px 0;
    margin-top: 8px;
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    flex-wrap: wrap;
}
.cookie-save-msg { font-size: 13px; color: var(--gray-500); align-self: center; margin-right: auto; }
.cookie-save-msg.show { color: var(--primary); font-weight: 600; }

@media (max-width: 991px) {
    .legal-toc { position: static; margin-bottom: 32px; }
    .hero-legal h1 { font-size: 32px; }
}
@media (max-width: 576px) {
    .cookie-pref-card { flex-direction: column; }
    .hero-legal { padding: 110px 0 48px; }
}
.benefits-list{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}
section[id] {
    scroll-margin-top: 60px;
}