/*
Theme Name: TechnowayIT Theme
Theme URI: https://technowayit.com
Author: TechnowayIT
Description: Custom enterprise theme for TechnowayIT — Oracle & Cloud IT Solutions
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Tested up to: 6.9.1
License: GNU General Public License v3 or later
Text Domain: technowayit-theme
Tags: business, technology, custom-menu, custom-logo
*/

/* ============================================================
   DESIGN SYSTEM — Oracle-inspired Dark Enterprise
   Primary: Oracle Red   Accent: Tech Blue   Dark: Deep Navy
   ============================================================ */

:root {
    /* Oracle brand palette */
    --tw-red:         #C74634;
    --tw-red-dark:    #A73929;
    --tw-red-light:   #E05240;
    --tw-red-glow:    rgba(199,70,52,0.15);

    /* Dark / Navy — Enverus / Oracle enterprise */
    --tw-dark:        #0D0F1C;
    --tw-navy:        #131629;
    --tw-navy-mid:    #1C2240;
    --tw-navy-light:  #242B52;

    /* Neutral */
    --tw-white:       #FFFFFF;
    --tw-gray-50:     #F8F9FB;
    --tw-gray-100:    #F1F3F6;
    --tw-gray-200:    #E2E6ED;
    --tw-gray-300:    #C8D0DC;
    --tw-text:        #1A202C;
    --tw-text-mid:    #4A5568;
    --tw-text-muted:  #718096;
    --tw-border:      #E2E6ED;
    --tw-border-dark: rgba(255,255,255,0.08);

    /* Tech accent — electric blue */
    --tw-blue:        #2563EB;
    --tw-blue-light:  #3B82F6;
    --tw-cyan:        #06B6D4;

    /* Typography */
    --tw-font-heading: 'Plus Jakarta Sans', 'Inter', -apple-system, sans-serif;
    --tw-font-body:    'Inter', -apple-system, sans-serif;

    /* Shadows */
    --tw-shadow-sm:   0 1px 3px rgba(0,0,0,0.06), 0 1px 2px rgba(0,0,0,0.04);
    --tw-shadow-md:   0 4px 20px rgba(0,0,0,0.08), 0 2px 8px rgba(0,0,0,0.04);
    --tw-shadow-lg:   0 12px 40px rgba(0,0,0,0.12), 0 4px 16px rgba(0,0,0,0.06);
    --tw-shadow-card: 0 2px 12px rgba(0,0,0,0.06), 0 0 0 1px rgba(0,0,0,0.04);
    --tw-shadow-red:  0 8px 30px rgba(199,70,52,0.35);

    /* Radius */
    --tw-radius-sm:  6px;
    --tw-radius-md:  10px;
    --tw-radius-lg:  16px;
    --tw-radius-xl:  24px;
    --tw-radius-pill:9999px;

    /* Spacing */
    --tw-section-py: 72px;
    --tw-container:  1240px;
    --tw-transition: 0.22s cubic-bezier(0.4,0,0.2,1);

    /* Aliases for convenience */
    --tw-muted:    #718096;
    --tw-surface:  #F8F9FB;
}

/* ============================================================
   RESET & BASE
   ============================================================ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
    font-family: var(--tw-font-body);
    font-size: 16px;
    line-height: 1.75;
    color: var(--tw-text);
    background: var(--tw-white);
    -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--tw-red); text-decoration: none; transition: color var(--tw-transition); }
a:hover { color: var(--tw-red-dark); }

/* ============================================================
   TYPOGRAPHY
   ============================================================ */
h1, h2, h3, h4, h5, h6 {
    font-family: var(--tw-font-heading);
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -0.025em;
    color: var(--tw-text);
}
h1 { font-size: clamp(2.5rem, 5vw, 3.75rem); }
h2 { font-size: clamp(1.9rem, 3.5vw, 2.75rem); }
h3 { font-size: 1.35rem; font-weight: 700; letter-spacing: -0.015em; }
h4 { font-size: 1.1rem; font-weight: 700; }
p  { color: var(--tw-text-mid); margin-bottom: 1rem; }

/* ============================================================
   LAYOUT
   ============================================================ */
.tw-container {
    max-width: var(--tw-container);
    margin: 0 auto;
    padding: 0 32px;
}
.tw-section { padding: var(--tw-section-py) 0; }
.tw-section-sm { padding: 64px 0; }

.tw-section-header {
    text-align: center;
    max-width: 680px;
    margin: 0 auto 44px;
}
.tw-section-header .tw-label {
    display: inline-block;
    font-family: var(--tw-font-heading);
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--tw-red);
    margin-bottom: 14px;
}
.tw-section-header h2 { margin-bottom: 16px; }
.tw-section-header p { font-size: 1.05rem; color: var(--tw-text-muted); margin: 0; }

/* Dark section text overrides */
.tw-dark-section { background: var(--tw-navy); }
.tw-dark-section h1,
.tw-dark-section h2,
.tw-dark-section h3,
.tw-dark-section h4 { color: #fff; }
.tw-dark-section p { color: rgba(255,255,255,0.65); }
.tw-dark-section .tw-label { color: var(--tw-cyan); }
.tw-dark-section .tw-section-header p { color: rgba(255,255,255,0.6); }

/* ============================================================
   BUTTONS
   ============================================================ */
.tw-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 13px 28px;
    font-family: var(--tw-font-heading);
    font-size: 0.9rem;
    font-weight: 600;
    border-radius: var(--tw-radius-sm);
    cursor: pointer;
    border: 2px solid transparent;
    text-decoration: none;
    letter-spacing: 0.1px;
    line-height: 1;
    white-space: nowrap;
    transition: all var(--tw-transition);
}
.tw-btn-primary {
    background: var(--tw-red);
    color: #fff;
    border-color: var(--tw-red);
}
.tw-btn-primary:hover {
    background: var(--tw-red-dark);
    border-color: var(--tw-red-dark);
    color: #fff;
    transform: translateY(-2px);
    box-shadow: var(--tw-shadow-red);
}
.tw-btn-outline {
    background: transparent;
    color: #fff;
    border-color: rgba(255,255,255,0.35);
}
.tw-btn-outline:hover {
    background: rgba(255,255,255,0.08);
    border-color: rgba(255,255,255,0.7);
    color: #fff;
    transform: translateY(-2px);
}
.tw-btn-outline-dark {
    background: transparent;
    color: var(--tw-text);
    border-color: var(--tw-border);
}
.tw-btn-outline-dark:hover {
    border-color: var(--tw-red);
    color: var(--tw-red);
    transform: translateY(-2px);
}
.tw-btn-white {
    background: #fff;
    color: var(--tw-red);
    border-color: #fff;
    font-weight: 700;
}
.tw-btn-white:hover {
    background: var(--tw-gray-100);
    color: var(--tw-red-dark);
    transform: translateY(-2px);
    box-shadow: var(--tw-shadow-md);
}
.tw-btn-sm { padding: 9px 20px; font-size: 0.84rem; }
.tw-btn svg { flex-shrink: 0; transition: transform var(--tw-transition); }
.tw-btn:hover svg { transform: translateX(3px); }

/* ============================================================
   HEADER / NAVIGATION
   ============================================================ */
.tw-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: rgba(13,15,28,0.75);
    border-bottom: 1px solid rgba(255,255,255,0.06);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    transition: background 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}
.tw-header.tw-header--scrolled {
    background: rgba(13,15,28,0.97);
    border-bottom-color: rgba(255,255,255,0.1);
    box-shadow: 0 4px 40px rgba(0,0,0,0.5);
}
.tw-header-inner {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 32px;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 32px;
    min-height: 72px;
}

/* Logo */
.tw-logo { display: flex; align-items: center; flex-shrink: 0; }
.tw-logo img { max-height: 44px; width: auto; }
.tw-logo-text {
    font-family: var(--tw-font-heading);
    font-size: 1.4rem;
    font-weight: 900;
    color: #fff;
    letter-spacing: -0.5px;
    text-decoration: none;
}
.tw-logo-text span { color: var(--tw-red); }

/* Nav */
.tw-nav { display: flex; align-items: center; justify-content: center; }
.tw-nav-menu {
    list-style: none;
    display: flex;
    align-items: center;
    height: 72px;
    gap: 0;
    padding: 0; margin: 0;
}
.tw-nav-item { position: relative; display: flex; align-items: center; height: 100%; }
.tw-nav-link {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 0 14px;
    height: 100%;
    font-family: var(--tw-font-heading);
    font-size: 0.86rem;
    font-weight: 500;
    color: rgba(255,255,255,0.75);
    text-decoration: none;
    white-space: nowrap;
    position: relative;
    transition: color var(--tw-transition);
}
.tw-nav-link::after {
    content: '';
    position: absolute;
    bottom: 0; left: 14px; right: 14px;
    height: 2px;
    background: var(--tw-red);
    border-radius: 2px 2px 0 0;
    transform: scaleX(0);
    transition: transform 0.28s ease;
    transform-origin: center;
}
.tw-nav-link:hover { color: #fff; }
.tw-nav-link:hover::after { transform: scaleX(1); }
.tw-nav-link.active { color: #fff; }
.tw-nav-link.active::after { transform: scaleX(1); }

/* ── Mega Dropdown ── */
.tw-has-dropdown { position: static; }

.tw-dropdown {
    position: fixed;
    top: 72px;
    left: 0; right: 0;
    width: 100%;
    background: #fff;
    border-top: 3px solid var(--tw-red);
    box-shadow: 0 24px 60px rgba(0,0,0,0.14), 0 4px 16px rgba(0,0,0,0.06);
    opacity: 0; visibility: hidden;
    transform: translateY(-8px);
    transition: opacity 0.24s ease, transform 0.24s ease, visibility 0.24s;
    pointer-events: none;
    z-index: 998;
    padding: 0;
}
.tw-has-dropdown:hover .tw-dropdown {
    opacity: 1; visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
}
.tw-dropdown-inner {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 24px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 280px;
    gap: 0;
}

/* Column headers */
.tw-dropdown-col {
    padding: 28px 24px 28px 0;
    border-right: 1px solid var(--tw-border);
}
.tw-dropdown-col:last-child { border-right: none; padding-right: 0; }
.tw-dropdown-col-label {
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--tw-text-muted);
    margin-bottom: 12px;
    padding: 0 4px;
}

/* Individual service links */
.tw-dropdown-link {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 10px 8px;
    border-radius: 10px;
    text-decoration: none;
    transition: background 0.18s, transform 0.18s;
    margin-bottom: 2px;
    color: inherit;
}
.tw-dropdown-link:hover {
    background: var(--tw-gray-50);
    transform: translateX(3px);
    color: inherit;
}
.tw-dropdown-link-icon {
    width: 36px; height: 36px;
    border-radius: 8px;
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
    margin-top: 1px;
}
.tw-dropdown-link-text strong {
    display: block;
    font-size: 0.88rem;
    font-weight: 700;
    color: var(--tw-text);
    margin-bottom: 2px;
    font-family: var(--tw-font-heading);
}
.tw-dropdown-link-text span {
    display: block;
    font-size: 0.78rem;
    color: var(--tw-text-muted);
    line-height: 1.4;
}
.tw-dropdown-link:hover .tw-dropdown-link-text strong { color: var(--tw-red); }

/* CTA panel (last column) */
.tw-dropdown-cta-col {
    padding: 28px 0 28px 28px;
    display: flex;
    flex-direction: column;
    gap: 0;
}
.tw-dropdown-cta {
    background: linear-gradient(135deg, var(--tw-dark) 0%, var(--tw-navy) 100%);
    border-radius: 14px;
    padding: 24px 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
}
.tw-dropdown-cta::before {
    content: '';
    position: absolute;
    top: -30px; right: -30px;
    width: 100px; height: 100px;
    background: radial-gradient(circle, rgba(199,70,52,0.3) 0%, transparent 70%);
    border-radius: 50%;
}
.tw-dropdown-cta-eyebrow {
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--tw-red);
    margin-bottom: 8px;
}
.tw-dropdown-cta h4 {
    font-size: 1rem;
    font-weight: 800;
    color: #fff;
    line-height: 1.3;
    margin-bottom: 10px;
    font-family: var(--tw-font-heading);
}
.tw-dropdown-cta p {
    font-size: 0.8rem;
    color: rgba(255,255,255,0.55);
    line-height: 1.5;
    margin-bottom: 20px;
}
.tw-dropdown-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 9px 16px;
    background: var(--tw-red);
    color: #fff;
    border-radius: 8px;
    font-size: 0.82rem;
    font-weight: 700;
    font-family: var(--tw-font-heading);
    text-decoration: none;
    transition: background 0.2s;
    align-self: flex-start;
}
.tw-dropdown-cta-btn:hover { background: var(--tw-red-dark); color: #fff; }
.tw-dropdown-divider { display: none; }

.tw-chevron { transition: transform 0.28s ease; margin-left: 2px; }
.tw-has-dropdown:hover .tw-chevron { transform: rotate(180deg); }

/* Header actions */
.tw-header-actions { display: flex; align-items: center; gap: 12px; }

/* Mobile toggle */
.tw-mobile-toggle {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 6px;
    flex-direction: column;
    gap: 5px;
    z-index: 1001;
}
.tw-mobile-toggle span {
    display: block; width: 24px; height: 2px;
    background: rgba(255,255,255,0.85);
    border-radius: 2px;
    transition: all 0.3s ease;
    transform-origin: center;
}
.tw-mobile-toggle.active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.tw-mobile-toggle.active span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.tw-mobile-toggle.active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ============================================================
   MOBILE DRAWER
   ============================================================ */
.tw-mobile-overlay {
    position: fixed; inset: 0;
    background: rgba(0,0,0,0.6); backdrop-filter: blur(4px);
    z-index: 9998; opacity: 0; visibility: hidden;
    transition: all 0.35s ease;
}
.tw-mobile-overlay.active { opacity: 1; visibility: visible; }
/* ── Mobile Drawer ── */
.tw-mobile-drawer {
    position: fixed; top: 0; right: -100%;
    width: min(320px, 88vw); height: 100vh;
    background: #0d0f1c;
    z-index: 9999;
    display: flex; flex-direction: column;
    transition: right 0.38s cubic-bezier(0.4,0,0.2,1);
    box-shadow: -12px 0 48px rgba(0,0,0,0.5);
}
.tw-mobile-drawer.active { right: 0; }

/* Header */
.tw-drawer-header {
    display: flex; justify-content: space-between; align-items: center;
    padding: 18px 20px;
    border-bottom: 1px solid rgba(255,255,255,0.07);
    flex-shrink: 0;
}
.tw-drawer-close {
    display: flex; align-items: center; justify-content: center;
    width: 36px; height: 36px;
    background: rgba(255,255,255,0.07); border: none; border-radius: 8px;
    cursor: pointer; color: rgba(255,255,255,0.7);
    transition: background 0.2s, color 0.2s;
}
.tw-drawer-close:hover { background: rgba(199,70,52,0.2); color: #fff; }

/* Nav scroll area */
.tw-drawer-nav {
    flex: 1; overflow-y: auto; padding: 8px 0 16px;
    scrollbar-width: thin; scrollbar-color: rgba(255,255,255,0.1) transparent;
}

/* Group labels */
.tw-drawer-group-label {
    padding: 18px 20px 6px;
    font-size: 0.68rem; font-weight: 700; letter-spacing: 0.1em;
    text-transform: uppercase; color: rgba(255,255,255,0.28);
    font-family: var(--tw-font-heading);
}

/* Links */
.tw-drawer-link {
    display: flex; align-items: center; gap: 12px;
    padding: 11px 20px;
    font-family: var(--tw-font-heading);
    font-size: 0.92rem; font-weight: 500;
    color: rgba(255,255,255,0.72);
    text-decoration: none;
    border-radius: 0;
    transition: background 0.18s, color 0.18s, padding-left 0.18s;
    position: relative;
}
.tw-drawer-link::before {
    content: '';
    position: absolute; left: 0; top: 50%; transform: translateY(-50%);
    width: 3px; height: 0; border-radius: 0 3px 3px 0;
    background: var(--tw-red);
    transition: height 0.2s ease;
}
.tw-drawer-link:hover,
.tw-drawer-link.tw-active {
    background: rgba(255,255,255,0.05);
    color: #fff;
    padding-left: 24px;
}
.tw-drawer-link:hover::before,
.tw-drawer-link.tw-active::before { height: 60%; }

/* Icons */
.tw-dl-icon {
    display: flex; align-items: center; justify-content: center;
    width: 30px; height: 30px; border-radius: 7px; flex-shrink: 0;
    background: rgba(255,255,255,0.06);
    color: rgba(255,255,255,0.5);
    transition: background 0.2s, color 0.2s;
}
.tw-drawer-link:hover .tw-dl-icon { color: #fff; }
.tw-dl-icon--red   { background: rgba(199,70,52,0.15);  color: #e87b6b; }
.tw-dl-icon--green { background: rgba(16,185,129,0.15); color: #34d399; }
.tw-dl-icon--blue  { background: rgba(37,99,235,0.15);  color: #60a5fa; }
.tw-dl-icon--amber { background: rgba(245,158,11,0.15); color: #fbbf24; }
.tw-dl-icon--cyan  { background: rgba(6,182,212,0.15);  color: #22d3ee; }
.tw-dl-icon--purple{ background: rgba(139,92,246,0.15); color: #a78bfa; }

/* Footer CTA strip */
.tw-drawer-footer {
    flex-shrink: 0;
    padding: 16px 20px 24px;
    border-top: 1px solid rgba(255,255,255,0.07);
    background: rgba(0,0,0,0.25);
}
.tw-drawer-cta {
    display: flex; align-items: center; justify-content: center; gap: 8px;
    padding: 13px 20px;
    background: var(--tw-red);
    color: #fff !important;
    border-radius: 10px;
    font-family: var(--tw-font-heading);
    font-size: 0.9rem; font-weight: 700;
    text-decoration: none;
    transition: background 0.2s, transform 0.2s;
    margin-bottom: 12px;
}
.tw-drawer-cta:hover { background: var(--tw-red-dark); transform: translateY(-1px); }
.tw-drawer-contact-strip {
    display: flex; flex-direction: column; gap: 6px;
}
.tw-drawer-contact-strip a {
    display: flex; align-items: center; gap: 8px;
    font-size: 0.78rem; color: rgba(255,255,255,0.4);
    text-decoration: none; transition: color 0.2s;
}
.tw-drawer-contact-strip a:hover { color: rgba(255,255,255,0.75); }

/* ============================================================
   HERO SECTION
   ============================================================ */
.tw-hero {
    background: var(--tw-dark);
    padding: 100px 0 96px;
    position: relative;
    overflow: hidden;
}
/* Enverus-style diagonal mesh + glow */
.tw-hero::before {
    content: '';
    position: absolute; inset: 0;
    background:
        radial-gradient(ellipse 70% 60% at 85% 30%, rgba(199,70,52,0.12) 0%, transparent 55%),
        radial-gradient(ellipse 50% 70% at 15% 70%, rgba(37,99,235,0.10) 0%, transparent 55%),
        radial-gradient(ellipse 40% 40% at 50% 10%, rgba(6,182,212,0.06) 0%, transparent 50%);
    pointer-events: none;
}
/* Subtle grid */
.tw-hero::after {
    content: '';
    position: absolute; inset: 0;
    background-image:
        linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);
    background-size: 56px 56px;
    mask-image: radial-gradient(ellipse 80% 80% at 50% 50%, black 30%, transparent 100%);
    -webkit-mask-image: radial-gradient(ellipse 80% 80% at 50% 50%, black 30%, transparent 100%);
    pointer-events: none;
}
.tw-hero .tw-container { position: relative; z-index: 2; }
.tw-hero-inner {
    display: grid;
    grid-template-columns: 1fr minmax(0, 520px);
    align-items: center;
    gap: 72px;
}
.tw-hero-eyebrow {
    display: inline-flex; align-items: center; gap: 8px;
    font-family: var(--tw-font-heading);
    font-size: 0.75rem; font-weight: 700;
    letter-spacing: 2px; text-transform: uppercase;
    color: var(--tw-cyan);
    margin-bottom: 22px;
}
.tw-hero-eyebrow span {
    width: 28px; height: 2px;
    background: var(--tw-red);
    border-radius: 1px;
    display: block;
}
.tw-hero h1 {
    color: #fff;
    font-size: clamp(2.5rem, 5vw, 3.75rem);
    font-weight: 900;
    line-height: 1.06;
    letter-spacing: -0.03em;
    margin-bottom: 24px;
}
.tw-hero h1 em {
    font-style: normal;
    color: var(--tw-red);
}
.tw-hero-sub {
    font-size: 1.1rem;
    color: rgba(255,255,255,0.62);
    line-height: 1.78;
    max-width: 520px;
    margin-bottom: 40px;
    font-weight: 400;
}
.tw-hero-actions { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; }
.tw-hero-trust {
    display: flex; flex-wrap: wrap; gap: 24px;
    margin-top: 40px;
    padding-top: 32px;
    border-top: 1px solid var(--tw-border-dark);
}
.tw-hero-trust-item {
    display: flex; flex-direction: column;
}
.tw-hero-trust-item strong {
    font-family: var(--tw-font-heading);
    font-size: 1.6rem; font-weight: 900;
    color: #fff; letter-spacing: -0.04em; line-height: 1;
}
.tw-hero-trust-item strong span { color: var(--tw-red); }
.tw-hero-trust-item small {
    font-size: 0.78rem; color: rgba(255,255,255,0.45);
    font-weight: 500; margin-top: 4px;
}

/* Hero right panel */
.tw-hero-visual {
    position: relative;
    display: flex; flex-direction: column; gap: 14px;
}
.tw-hero-card {
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: var(--tw-radius-lg);
    padding: 22px 24px;
    display: flex; align-items: flex-start; gap: 16px;
    transition: background var(--tw-transition), border-color var(--tw-transition);
    cursor: default;
}
.tw-hero-card:hover {
    background: rgba(255,255,255,0.07);
    border-color: rgba(199,70,52,0.35);
}
.tw-hero-card-icon {
    width: 44px; height: 44px; border-radius: 10px;
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0; font-size: 1.25rem;
}
.tw-hero-card h4 {
    color: #fff; font-size: 0.95rem;
    font-weight: 700; margin-bottom: 4px; line-height: 1.3;
}
.tw-hero-card p {
    font-size: 0.8rem; color: rgba(255,255,255,0.45);
    margin: 0; line-height: 1.5;
}

/* ============================================================
   STATS BAR
   ============================================================ */
.tw-stats {
    background: var(--tw-navy-mid);
    padding: 0;
    border-bottom: 1px solid var(--tw-border-dark);
}
.tw-stats-inner {
    max-width: var(--tw-container);
    margin: 0 auto;
    padding: 0 32px;
    display: flex; justify-content: space-around; flex-wrap: wrap;
}
.tw-stat {
    text-align: center;
    padding: 36px 24px;
    flex: 1; min-width: 160px;
    border-right: 1px solid var(--tw-border-dark);
    position: relative;
}
.tw-stat:last-child { border-right: none; }
.tw-stat-num {
    font-family: var(--tw-font-heading);
    font-size: 2.4rem; font-weight: 900;
    color: #fff; line-height: 1;
    letter-spacing: -0.04em;
}
.tw-stat-num span { color: var(--tw-red); }
.tw-stat-label {
    font-size: 0.8rem; font-weight: 500;
    color: rgba(255,255,255,0.45);
    margin-top: 6px; text-transform: uppercase;
    letter-spacing: 0.8px;
}

/* ============================================================
   SERVICES GRID
   ============================================================ */
.tw-services-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
    background: var(--tw-border);
    border: 1px solid var(--tw-border);
    border-radius: var(--tw-radius-lg);
    overflow: hidden;
}
.tw-service-card {
    background: var(--tw-white);
    padding: 36px 28px;
    transition: background var(--tw-transition), transform var(--tw-transition);
    position: relative;
    cursor: pointer;
    text-decoration: none;
    display: block;
}
.tw-service-card::before {
    content: '';
    position: absolute; top: 0; left: 0;
    width: 100%; height: 3px;
    background: var(--tw-red);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
}
.tw-service-card:hover { background: var(--tw-gray-50); }
.tw-service-card:hover::before { transform: scaleX(1); }
.tw-service-icon {
    width: 52px; height: 52px;
    border-radius: var(--tw-radius-md);
    display: flex; align-items: center; justify-content: center;
    font-size: 1.4rem; margin-bottom: 18px;
}
.tw-service-card h3 {
    font-size: 1.05rem; font-weight: 700;
    color: var(--tw-text); margin-bottom: 10px;
    transition: color var(--tw-transition);
}
.tw-service-card:hover h3 { color: var(--tw-red); }
.tw-service-card p {
    font-size: 0.85rem; line-height: 1.65;
    color: var(--tw-text-muted); margin: 0;
}
.tw-card-link {
    display: inline-flex; align-items: center; gap: 4px;
    margin-top: 18px;
    font-size: 0.82rem; font-weight: 700;
    font-family: var(--tw-font-heading);
    color: var(--tw-red);
    letter-spacing: 0.2px;
}

/* ============================================================
   WHY US / FEATURES
   ============================================================ */
.tw-features-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
}
.tw-feature-item {
    display: flex; gap: 20px; align-items: flex-start;
    padding: 28px;
    background: var(--tw-white);
    border: 1px solid var(--tw-border);
    border-radius: var(--tw-radius-lg);
    transition: box-shadow var(--tw-transition), border-color var(--tw-transition);
}
.tw-feature-item:hover {
    box-shadow: var(--tw-shadow-md);
    border-color: rgba(199,70,52,0.25);
}
.tw-feature-icon {
    width: 48px; height: 48px; border-radius: 10px;
    display: flex; align-items: center; justify-content: center;
    font-size: 1.3rem; flex-shrink: 0;
    background: var(--tw-red-glow);
    color: var(--tw-red);
}
.tw-feature-item h3 { font-size: 1.05rem; margin-bottom: 8px; }
.tw-feature-item p { font-size: 0.88rem; margin: 0; line-height: 1.65; }

/* ============================================================
   PROCESS STEPS
   ============================================================ */
.tw-process-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    position: relative;
}
.tw-process-grid::before {
    content: '';
    position: absolute;
    top: 36px; left: 12.5%; right: 12.5%;
    height: 2px;
    background: linear-gradient(90deg, var(--tw-red) 0%, var(--tw-blue-light) 100%);
    z-index: 0;
}
.tw-process-step {
    text-align: center; padding: 0 20px 0;
    position: relative; z-index: 1;
}
.tw-process-num {
    width: 72px; height: 72px;
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    margin: 0 auto 20px;
    font-family: var(--tw-font-heading);
    font-size: 1.2rem; font-weight: 900;
    background: var(--tw-navy);
    color: #fff;
    border: 3px solid var(--tw-red);
    position: relative; z-index: 2;
}
.tw-process-step h3 { color: #fff; font-size: 1rem; margin-bottom: 10px; }
.tw-process-step p { font-size: 0.82rem; color: rgba(255,255,255,0.5); margin: 0; }

/* ============================================================
   TESTIMONIALS
   ============================================================ */
.tw-testimonials-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
.tw-testimonial {
    background: var(--tw-white);
    border: 1px solid var(--tw-border);
    border-radius: var(--tw-radius-lg);
    padding: 32px;
    position: relative;
    transition: box-shadow var(--tw-transition);
}
.tw-testimonial:hover { box-shadow: var(--tw-shadow-lg); }
.tw-testimonial::before {
    content: '\201C';
    position: absolute; top: 20px; left: 28px;
    font-size: 5rem; line-height: 1;
    font-family: Georgia, serif;
    color: var(--tw-red); opacity: 0.15;
}
.tw-testimonial-text {
    font-size: 0.95rem; line-height: 1.75;
    color: var(--tw-text-mid); margin-bottom: 24px;
    position: relative; z-index: 1;
    font-style: italic;
}
.tw-testimonial-author { display: flex; align-items: center; gap: 12px; }
.tw-testimonial-avatar {
    width: 44px; height: 44px; border-radius: 50%;
    background: var(--tw-red-glow);
    display: flex; align-items: center; justify-content: center;
    font-family: var(--tw-font-heading);
    font-size: 1rem; font-weight: 700; color: var(--tw-red);
    flex-shrink: 0;
}
.tw-testimonial-name {
    font-family: var(--tw-font-heading);
    font-size: 0.9rem; font-weight: 700; color: var(--tw-text);
}
.tw-testimonial-role { font-size: 0.78rem; color: var(--tw-text-muted); }

/* ============================================================
   CTA BANNER
   ============================================================ */
.tw-cta-section {
    background: var(--tw-dark);
    padding: 64px 0;
    position: relative; overflow: hidden;
    text-align: center;
}
.tw-cta-section::before {
    content: '';
    position: absolute; inset: 0;
    background: radial-gradient(ellipse 60% 80% at 50% 50%, rgba(199,70,52,0.12) 0%, transparent 60%);
    pointer-events: none;
}
.tw-cta-section .tw-container { position: relative; z-index: 1; }
.tw-cta-section h2 { color: #fff; margin-bottom: 16px; }
.tw-cta-section p { color: rgba(255,255,255,0.6); font-size: 1.05rem; max-width: 540px; margin: 0 auto 36px; }
.tw-cta-actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* ============================================================
   ORACLE PRODUCT LOGO TICKER
   ============================================================ */
.tw-logo-ticker-wrap {
    background: #fff;
    border-top: 1px solid var(--tw-border);
    border-bottom: 1px solid var(--tw-border);
    padding: 20px 0 0;
    overflow: hidden;
}
.tw-logo-ticker-label {
    text-align: center;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--tw-muted);
    margin-bottom: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.tw-logo-ticker-label::before,
.tw-logo-ticker-label::after {
    content: '';
    flex: 1;
    max-width: 80px;
    height: 1px;
    background: var(--tw-border);
}
.tw-oracle-wordmark {
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
    flex-shrink: 0;
}

/* Fade masks on left/right edges */
.tw-logo-ticker-outer {
    position: relative;
    overflow: hidden;
}
.tw-logo-ticker-outer::before,
.tw-logo-ticker-outer::after {
    content: '';
    position: absolute;
    top: 0; bottom: 0;
    width: 80px;
    z-index: 2;
    pointer-events: none;
}
.tw-logo-ticker-outer::before {
    left: 0;
    background: linear-gradient(to right, #fff 0%, transparent 100%);
}
.tw-logo-ticker-outer::after {
    right: 0;
    background: linear-gradient(to left, #fff 0%, transparent 100%);
}

/* The scrolling track — contains items × 2 for seamless loop */
.tw-logo-ticker-track {
    display: flex;
    align-items: center;
    gap: 0;
    width: max-content;
    animation: tw-ticker-scroll 32s linear infinite;
    padding: 12px 0 20px;
}
.tw-logo-ticker-wrap:hover .tw-logo-ticker-track {
    animation-play-state: paused;
}

@keyframes tw-ticker-scroll {
    0%   { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

/* Individual logo card */
.tw-logo-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 28px;
    border-right: 1px solid var(--tw-border);
    text-decoration: none;
    white-space: nowrap;
    flex-shrink: 0;
    transition: background 0.2s ease;
    cursor: pointer;
}
.tw-logo-item:hover {
    background: var(--tw-gray-50);
}
.tw-logo-item:first-child { border-left: 1px solid var(--tw-border); }

/* Icon circle */
.tw-logo-item-icon {
    width: 42px; height: 42px;
    border-radius: 10px;
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
    transition: transform 0.25s ease;
}
.tw-logo-item:hover .tw-logo-item-icon {
    transform: scale(1.1);
}

/* Text stack */
.tw-logo-item-text {
    display: flex;
    flex-direction: column;
    gap: 1px;
}
.tw-logo-item-oracle {
    font-size: 0.6rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #C74634;
    line-height: 1;
}
.tw-logo-item-name {
    font-size: 0.92rem;
    font-weight: 700;
    color: var(--tw-dark);
    font-family: var(--tw-font-heading);
    line-height: 1.2;
    transition: color 0.2s;
}
.tw-logo-item:hover .tw-logo-item-name {
    color: #C74634;
}

/* ============================================================
   NETSUITE SPOTLIGHT SECTION
   ============================================================ */
.tw-ns-spotlight {
    background: #fff;
    border-top: 1px solid var(--tw-border);
    border-bottom: 1px solid var(--tw-border);
}

/* Green top accent bar */
.tw-ns-topbar {
    background: #16A34A;
    padding: 11px 0;
}
.tw-ns-topbar-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
}
.tw-ns-topbar-left {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}
.tw-ns-featured-badge {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: rgba(255,255,255,0.18);
    color: #fff;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 4px 10px;
    border-radius: 9999px;
    white-space: nowrap;
}
.tw-ns-topbar-text {
    font-size: 0.82rem;
    color: rgba(255,255,255,0.88);
    font-weight: 500;
}
.tw-ns-topbar-cta {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #fff;
    color: #16A34A;
    font-size: 0.8rem;
    font-weight: 700;
    padding: 7px 16px;
    border-radius: 9999px;
    text-decoration: none;
    white-space: nowrap;
    transition: background 0.2s, transform 0.2s;
}
.tw-ns-topbar-cta:hover { background: #f0fdf4; transform: translateX(2px); }

/* Two-column inner layout */
.tw-ns-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    padding-top: 64px;
    padding-bottom: 64px;
}

/* Left visual */
.tw-ns-visual { display: flex; flex-direction: column; gap: 20px; }
.tw-ns-img-wrap {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 24px 64px rgba(0,0,0,0.12), 0 4px 16px rgba(0,0,0,0.08);
    border: 1px solid var(--tw-border);
}
.tw-ns-img-wrap img {
    width: 100%;
    height: 340px;
    object-fit: cover;
    display: block;
    transition: transform 0.6s ease;
}
.tw-ns-img-wrap:hover img { transform: scale(1.03); }

/* Floating pills on image */
.tw-ns-pill {
    position: absolute;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 8px 16px;
    border-radius: 9999px;
    font-size: 0.78rem;
    font-weight: 700;
    backdrop-filter: blur(12px);
    white-space: nowrap;
}
.tw-ns-pill--top {
    top: 16px; left: 16px;
    background: rgba(22,163,74,0.9);
    color: #fff;
}
.tw-ns-pill--bottom {
    bottom: 16px; right: 16px;
    background: rgba(13,15,28,0.85);
    color: #fff;
}

/* Stats row under image */
.tw-ns-stats {
    display: flex;
    align-items: center;
    background: var(--tw-gray-50);
    border: 1px solid var(--tw-border);
    border-radius: 12px;
    padding: 16px 24px;
}
.tw-ns-stat {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.tw-ns-stat strong {
    font-size: 1.4rem;
    font-weight: 900;
    color: #16A34A;
    font-family: var(--tw-font-heading);
    line-height: 1;
}
.tw-ns-stat span {
    font-size: 0.7rem;
    color: var(--tw-muted);
    margin-top: 3px;
    white-space: nowrap;
}
.tw-ns-stat-sep {
    width: 1px; height: 32px;
    background: var(--tw-border);
    flex-shrink: 0;
}

/* Right content */
.tw-ns-title {
    font-size: clamp(1.7rem, 3vw, 2.5rem);
    font-weight: 900;
    color: var(--tw-dark);
    line-height: 1.12;
    margin: 14px 0 16px;
    letter-spacing: -0.02em;
}
.tw-ns-title em {
    font-style: normal;
    color: #16A34A;
}
.tw-ns-desc {
    font-size: 1rem;
    color: var(--tw-muted);
    line-height: 1.75;
    margin-bottom: 28px;
}

/* Module mini-cards grid */
.tw-ns-modules {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-bottom: 32px;
}
.tw-ns-module {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 14px 16px;
    border-radius: 12px;
    border: 1px solid var(--tw-border);
    background: var(--tw-gray-50);
    transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
}
.tw-ns-module:hover {
    border-color: #16A34A;
    box-shadow: 0 4px 16px rgba(22,163,74,0.10);
    transform: translateY(-2px);
}
.tw-ns-module-icon {
    width: 36px; height: 36px;
    border-radius: 8px;
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
}
.tw-ns-module strong {
    display: block;
    font-size: 0.83rem;
    font-weight: 700;
    color: var(--tw-dark);
    line-height: 1.2;
    margin-bottom: 2px;
}
.tw-ns-module span {
    font-size: 0.72rem;
    color: var(--tw-muted);
    line-height: 1.4;
}

/* CTA row */
.tw-ns-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

/* Responsive */
@media (max-width: 1024px) {
    .tw-ns-inner { grid-template-columns: 1fr; gap: 40px; padding-top: 48px; padding-bottom: 48px; }
    .tw-ns-img-wrap img { height: 280px; }
}
@media (max-width: 640px) {
    .tw-ns-modules { grid-template-columns: 1fr; }
    .tw-ns-topbar-text { display: none; }
    .tw-ns-stats { padding: 12px 16px; }
    .tw-ns-stat strong { font-size: 1.1rem; }
}

/* ============================================================
   FOOTER
   ============================================================ */
.tw-footer {
    background: var(--tw-dark);
    color: #fff;
    padding: 72px 0 0;
    border-top: 1px solid var(--tw-border-dark);
}
.tw-footer-inner {
    max-width: var(--tw-container);
    margin: 0 auto; padding: 0 32px;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 48px;
    padding-bottom: 56px;
    border-bottom: 1px solid var(--tw-border-dark);
}
.tw-footer-brand p {
    color: rgba(255,255,255,0.5);
    font-size: 0.88rem; line-height: 1.7;
    margin-top: 16px; max-width: 280px;
}
.tw-footer-logo img { max-height: 48px; width: auto; filter: brightness(0) invert(1); opacity: 0.9; }
.tw-footer-contact { margin-top: 20px; }
.tw-footer-contact a {
    display: flex; align-items: center; gap: 8px;
    font-size: 0.85rem; color: rgba(255,255,255,0.55);
    text-decoration: none; margin-bottom: 10px;
    transition: color var(--tw-transition);
}
.tw-footer-contact a:hover { color: var(--tw-red); }
.tw-footer-social { display: flex; gap: 10px; margin-top: 20px; flex-wrap: wrap; }
.tw-social-link { width: 36px; height: 36px; border-radius: 8px; background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.1); color: rgba(255,255,255,0.55); display: flex; align-items: center; justify-content: center; text-decoration: none; transition: background var(--tw-transition), color var(--tw-transition); }
.tw-social-link:hover { background: var(--tw-red); color: #fff; border-color: var(--tw-red); }
.tw-footer-col h4 {
    font-family: var(--tw-font-heading);
    font-size: 0.75rem; font-weight: 700;
    text-transform: uppercase; letter-spacing: 1.5px;
    color: rgba(255,255,255,0.35);
    margin-bottom: 20px;
}
.tw-footer-col ul { list-style: none; }
.tw-footer-col ul li { margin-bottom: 10px; }
.tw-footer-col ul li a {
    font-size: 0.88rem; color: rgba(255,255,255,0.55);
    text-decoration: none;
    transition: color var(--tw-transition);
}
.tw-footer-col ul li a:hover { color: #fff; }
.tw-footer-bottom {
    max-width: var(--tw-container); margin: 0 auto;
    padding: 20px 32px;
    display: flex; justify-content: space-between;
    align-items: center; flex-wrap: wrap; gap: 12px;
}
.tw-footer-bottom p { font-size: 0.8rem; color: rgba(255,255,255,0.3); margin: 0; }
.tw-footer-bottom a { color: rgba(255,255,255,0.4); font-size: 0.8rem; }
.tw-footer-bottom a:hover { color: var(--tw-red); }
.tw-footer-bottom-links { display: flex; gap: 20px; }

/* ============================================================
   PAGE HEADER (inner pages)
   ============================================================ */
.tw-page-hero {
    background: var(--tw-dark);
    padding: 72px 0 64px;
    position: relative; overflow: hidden;
}
.tw-page-hero::before {
    content: '';
    position: absolute; inset: 0;
    background: radial-gradient(ellipse 50% 80% at 80% 50%, rgba(199,70,52,0.10) 0%, transparent 55%);
    pointer-events: none;
}
.tw-page-hero .tw-container { position: relative; z-index: 1; }
.tw-page-hero h1 {
    color: #fff; font-size: clamp(2rem, 4vw, 3rem);
    margin-bottom: 16px;
}
.tw-page-hero p { color: rgba(255,255,255,0.6); font-size: 1.05rem; max-width: 580px; margin: 0; }
.tw-breadcrumb {
    display: flex; align-items: center; gap: 8px;
    font-size: 0.8rem; margin-bottom: 20px;
}
.tw-breadcrumb a { color: rgba(255,255,255,0.4); text-decoration: none; }
.tw-breadcrumb a:hover { color: var(--tw-red); }
.tw-breadcrumb span { color: rgba(255,255,255,0.25); }
.tw-breadcrumb strong { color: rgba(255,255,255,0.7); font-weight: 500; }

/* ============================================================
   ICON COLOUR HELPERS
   ============================================================ */
.ic-red    { background: rgba(199,70,52,0.12); color: var(--tw-red); }
.ic-blue   { background: rgba(37,99,235,0.12); color: var(--tw-blue); }
.ic-cyan   { background: rgba(6,182,212,0.12); color: var(--tw-cyan); }
.ic-green  { background: rgba(16,185,129,0.12); color: #10B981; }
.ic-orange { background: rgba(245,158,11,0.12); color: #F59E0B; }
.ic-purple { background: rgba(139,92,246,0.12); color: #8B5CF6; }

/* ============================================================
   ANIMATE ON SCROLL
   ============================================================ */
.tw-reveal {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.55s ease, transform 0.55s ease;
}
.tw-reveal.visible,
.tw-reveal.tw-revealed { opacity: 1; transform: none; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1024px) {
    .tw-services-grid { grid-template-columns: repeat(2, 1fr); }
    .tw-hero-inner { grid-template-columns: 1fr; gap: 48px; }
    .tw-hero-visual { display: none; }
    .tw-process-grid { grid-template-columns: repeat(2, 1fr); gap: 32px; }
    .tw-process-grid::before { display: none; }
    .tw-footer-inner { grid-template-columns: 1fr 1fr; gap: 32px; }
    .tw-features-grid { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
    :root { --tw-section-py: 48px; }
    .tw-header-inner { grid-template-columns: auto auto; }
    .tw-nav { display: none; }
    .tw-mobile-toggle { display: flex; }
    .tw-services-grid { grid-template-columns: 1fr; gap: 0; }
    .tw-testimonials-grid { grid-template-columns: 1fr; }
    .tw-stats-inner { flex-direction: column; }
    .tw-stat { border-right: none; border-bottom: 1px solid var(--tw-border-dark); }
    .tw-stat:last-child { border-bottom: none; }
    .tw-hero-trust { gap: 16px; }
    .tw-process-grid { grid-template-columns: 1fr; }
    .tw-footer-inner { grid-template-columns: 1fr; }
    .tw-footer-bottom { flex-direction: column; text-align: center; }
    .tw-container { padding: 0 20px; }
    .tw-header-inner { padding: 0 20px; }
}
@media (max-width: 480px) {
    .tw-hero-actions { flex-direction: column; align-items: stretch; }
    .tw-btn { justify-content: center; }
    .tw-cta-actions { flex-direction: column; align-items: center; }
}

/* ============================================================
   SERVICE HERO (full-bleed image hero for service pages)
   ============================================================ */
.tw-service-hero {
    position: relative;
    min-height: 520px;
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}
.tw-service-hero-overlay {
    position: absolute; inset: 0;
    background: linear-gradient(105deg, rgba(13,15,28,0.92) 0%, rgba(13,15,28,0.7) 60%, rgba(13,15,28,0.4) 100%);
}
.tw-service-hero-content {
    position: relative;
    z-index: 2;
    padding-top: 80px;
    padding-bottom: 80px;
    max-width: 780px;
}
.tw-service-hero-content h1 {
    font-size: clamp(2.2rem, 5vw, 3.6rem);
    font-weight: 900;
    color: #fff;
    line-height: 1.1;
    margin: 16px 0 20px;
}
.tw-service-hero-content > p {
    font-size: 1.1rem;
    color: rgba(255,255,255,0.72);
    line-height: 1.7;
    max-width: 600px;
    margin-bottom: 32px;
}
.tw-service-hero-stats {
    display: flex;
    gap: 0;
    margin-top: 40px;
    border-top: 1px solid rgba(255,255,255,0.12);
    padding-top: 28px;
}
.tw-shs-item {
    padding-right: 32px;
    margin-right: 32px;
    border-right: 1px solid rgba(255,255,255,0.12);
}
.tw-shs-item:last-child { border-right: none; }
.tw-shs-item strong {
    display: block;
    font-size: 1.8rem;
    font-weight: 900;
    color: #fff;
    font-family: var(--tw-font-heading);
    line-height: 1;
    margin-bottom: 4px;
}
.tw-shs-item span {
    font-size: 0.8rem;
    color: rgba(255,255,255,0.5);
    font-weight: 500;
}

/* Light tag variant for dark hero backgrounds */
.tw-tag-light {
    color: #fff;
    background: rgba(255,255,255,0.12);
    border-color: rgba(255,255,255,0.2);
}

/* ============================================================
   MODULE / SERVICE CAPABILITY GRID
   ============================================================ */
.tw-module-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-top: 48px;
}
.tw-module-card {
    background: #fff;
    border: 1px solid var(--tw-border);
    border-radius: 16px;
    padding: 28px 24px;
    transition: box-shadow 0.3s, transform 0.3s;
    display: flex;
    flex-direction: column;
}
.tw-module-card:hover {
    box-shadow: 0 12px 36px rgba(0,0,0,0.09);
    transform: translateY(-4px);
}
.tw-module-icon {
    width: 52px; height: 52px;
    border-radius: 12px;
    display: flex; align-items: center; justify-content: center;
    margin-bottom: 18px;
    flex-shrink: 0;
}
.tw-module-card h3 {
    font-size: 1rem;
    font-weight: 700;
    color: var(--tw-text);
    margin-bottom: 10px;
    line-height: 1.3;
}
.tw-module-card > p {
    font-size: 0.88rem;
    color: var(--tw-text-muted);
    line-height: 1.65;
    margin-bottom: 16px;
    flex: 1;
}
.tw-module-features {
    list-style: none;
    padding: 0;
    margin: 0;
    border-top: 1px solid var(--tw-border);
    padding-top: 14px;
}
.tw-module-features li {
    font-size: 0.8rem;
    color: var(--tw-text-muted);
    padding: 4px 0;
    padding-left: 16px;
    position: relative;
}
.tw-module-features li::before {
    content: '→';
    position: absolute;
    left: 0;
    color: var(--tw-red);
    font-size: 0.75rem;
}

/* Industry tags */
.tw-industry-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 24px;
}
.tw-industry-tag {
    font-size: 0.82rem;
    font-weight: 600;
    padding: 6px 14px;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 6px;
    color: rgba(255,255,255,0.8);
}

/* Engagement cards (DBA page) */
.tw-engagement-cards {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 16px;
    margin-top: 28px;
}
.tw-engagement-card {
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 12px;
    padding: 20px 18px;
    border-top: 2px solid var(--tw-red);
}
.tw-engagement-card h4 {
    font-size: 0.95rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 8px;
    font-family: var(--tw-font-heading);
}
.tw-engagement-card p {
    font-size: 0.82rem;
    color: rgba(255,255,255,0.5);
    line-height: 1.55;
    margin: 0;
}

/* ============================================================
   PAGE HERO (inner pages)
   ============================================================ */
.tw-page-hero {
    background: var(--tw-dark);
    padding: 100px 0 72px;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.tw-page-hero::before {
    content: '';
    position: absolute; inset: 0;
    background: radial-gradient(ellipse 70% 60% at 50% 100%, rgba(199,70,52,0.12) 0%, transparent 70%);
    pointer-events: none;
}
.tw-page-hero-title {
    font-size: clamp(2rem, 5vw, 3.2rem);
    font-weight: 800;
    color: var(--tw-white);
    line-height: 1.15;
    margin: 0 auto 20px;
    max-width: 760px;
}
.tw-page-hero-sub {
    font-size: 1.1rem;
    color: var(--tw-muted);
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.7;
}

/* ============================================================
   PAGE CONTENT (generic)
   ============================================================ */
.tw-page-content {
    max-width: 840px;
    margin: 0 auto;
    font-size: 1.05rem;
    line-height: 1.8;
    color: var(--tw-text);
}
.tw-page-content h2, .tw-page-content h3 { font-weight: 700; margin: 2rem 0 1rem; }
.tw-page-content p { margin-bottom: 1.2rem; }
.tw-page-content ul { padding-left: 1.5rem; margin-bottom: 1.2rem; }
.tw-page-content li { margin-bottom: 0.5rem; }

/* ============================================================
   ABOUT PAGE
   ============================================================ */

/* Industry grid */
.tw-industry-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 8px;
}
.tw-industry-card {
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid var(--tw-border);
    background: #fff;
    transition: transform 0.28s ease, box-shadow 0.28s ease;
}
.tw-industry-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 16px 40px rgba(0,0,0,0.10);
}
.tw-industry-img {
    height: 160px;
    background-size: cover;
    background-position: center;
    transition: transform 0.5s ease;
}
.tw-industry-card:hover .tw-industry-img {
    transform: scale(1.04);
}
.tw-industry-body {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 18px 20px;
    border-top: 1px solid var(--tw-border);
}
.tw-industry-icon {
    width: 44px; height: 44px;
    border-radius: 10px;
    background: rgba(199,70,52,0.08);
    color: var(--tw-red);
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
}
.tw-industry-body span {
    font-size: 0.92rem;
    font-weight: 700;
    color: var(--tw-dark);
    font-family: var(--tw-font-heading);
}

/* Full-width image band with quote overlay */
.tw-about-band {
    position: relative;
    overflow: hidden;
    height: 340px;
}
.tw-about-band img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 40%;
    display: block;
}
.tw-about-band-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(13,15,28,0.85) 0%, rgba(13,15,28,0.55) 60%, rgba(13,15,28,0.2) 100%);
    display: flex;
    align-items: center;
}
.tw-about-band-quote {
    font-size: clamp(1.25rem, 2.5vw, 1.9rem);
    font-weight: 800;
    color: #fff;
    font-family: var(--tw-font-heading);
    line-height: 1.3;
    max-width: 680px;
    margin: 0 0 12px;
    letter-spacing: -0.01em;
}
.tw-about-band-attr {
    display: block;
    font-size: 0.82rem;
    color: rgba(255,255,255,0.6);
    font-weight: 500;
    letter-spacing: 0.04em;
}

.tw-about-mv {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    margin-bottom: 0;
}
.tw-about-mv-card {
    background: var(--tw-surface);
    border: 1px solid var(--tw-border);
    border-radius: 16px;
    padding: 40px 36px;
}
.tw-about-mv-card h3 { font-size: 1.4rem; font-weight: 700; margin: 20px 0 12px; }
.tw-about-mv-card p { color: var(--tw-muted); line-height: 1.7; }
.tw-about-icon {
    width: 56px; height: 56px;
    border-radius: 12px;
    display: flex; align-items: center; justify-content: center;
}
.tw-team-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 28px;
    margin-top: 48px;
}
.tw-team-card {
    background: var(--tw-surface);
    border: 1px solid var(--tw-border);
    border-radius: 16px;
    padding: 32px 24px;
    text-align: center;
    transition: box-shadow 0.3s, transform 0.3s;
}
.tw-team-card:hover { box-shadow: 0 8px 32px rgba(0,0,0,0.08); transform: translateY(-4px); }
.tw-team-avatar {
    width: 96px; height: 96px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 20px;
    border: 3px solid var(--tw-border);
}
.tw-team-avatar img { width: 100%; height: 100%; object-fit: cover; }
.tw-team-card h4 { font-size: 1.05rem; font-weight: 700; margin-bottom: 4px; }
.tw-team-role { font-size: 0.85rem; color: var(--tw-red); font-weight: 600; margin-bottom: 12px; }
.tw-team-bio { font-size: 0.88rem; color: var(--tw-muted); line-height: 1.65; }

/* ============================================================
   CONTACT PAGE
   ============================================================ */
.tw-contact-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: start;
}
.tw-contact-info h3 { font-size: 1.6rem; font-weight: 700; margin-bottom: 12px; }
.tw-contact-cards { display: flex; flex-direction: column; gap: 16px; }
.tw-contact-card {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 18px 20px;
    background: var(--tw-surface);
    border: 1px solid var(--tw-border);
    border-radius: 12px;
}
.tw-contact-card-icon {
    width: 40px; height: 40px;
    background: rgba(199,70,52,0.1);
    color: var(--tw-red);
    border-radius: 8px;
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
}
.tw-contact-card strong { display: block; font-size: 0.8rem; color: var(--tw-muted); text-transform: uppercase; letter-spacing: 0.05em; margin-bottom: 2px; }
.tw-contact-card a, .tw-contact-card span { font-size: 0.95rem; color: var(--tw-text); font-weight: 500; text-decoration: none; }
.tw-contact-card a:hover { color: var(--tw-red); }
.tw-contact-services { display: flex; flex-wrap: wrap; gap: 8px; }
.tw-service-tag {
    font-size: 0.8rem;
    padding: 5px 12px;
    background: var(--tw-surface);
    border: 1px solid var(--tw-border);
    border-radius: 20px;
    color: var(--tw-muted);
}
.tw-contact-form-card {
    background: var(--tw-surface);
    border: 1px solid var(--tw-border);
    border-radius: 20px;
    padding: 40px 36px;
}
.tw-contact-form-card h3 { font-size: 1.4rem; font-weight: 700; margin-bottom: 8px; }

/* Native form styles */
.tw-native-form { display: flex; flex-direction: column; gap: 20px; }
.tw-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.tw-form-group { display: flex; flex-direction: column; gap: 6px; }
.tw-form-group label { font-size: 0.85rem; font-weight: 600; color: var(--tw-text); }
.tw-form-group input,
.tw-form-group select,
.tw-form-group textarea {
    padding: 11px 14px;
    border: 1px solid var(--tw-border);
    border-radius: 8px;
    font-size: 0.95rem;
    font-family: inherit;
    color: var(--tw-text);
    background: var(--tw-white);
    transition: border-color 0.2s, box-shadow 0.2s;
    outline: none;
}
.tw-form-group input:focus,
.tw-form-group select:focus,
.tw-form-group textarea:focus {
    border-color: var(--tw-red);
    box-shadow: 0 0 0 3px rgba(199,70,52,0.1);
}
.tw-form-group textarea { resize: vertical; min-height: 110px; }

/* CF7 overrides */
.wpcf7-form { display: flex; flex-direction: column; gap: 20px; }
.wpcf7-form p { margin: 0; display: flex; flex-direction: column; gap: 6px; }
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form select,
.wpcf7-form textarea {
    width: 100%;
    padding: 11px 14px;
    border: 1px solid var(--tw-border);
    border-radius: 8px;
    font-size: 0.95rem;
    font-family: inherit;
    outline: none;
    transition: border-color 0.2s;
}
.wpcf7-form input:focus, .wpcf7-form textarea:focus { border-color: var(--tw-red); }
.wpcf7-form input[type="submit"] {
    background: var(--tw-red);
    color: #fff;
    border: none;
    padding: 14px 28px;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s;
}
.wpcf7-form input[type="submit"]:hover { background: var(--tw-red-dark); }

/* ============================================================
   BLOG
   ============================================================ */
.tw-blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}
.tw-blog-card {
    background: var(--tw-white);
    border: 1px solid var(--tw-border);
    border-radius: 16px;
    overflow: hidden;
    transition: box-shadow 0.3s, transform 0.3s;
}
.tw-blog-card:hover { box-shadow: 0 8px 32px rgba(0,0,0,0.08); transform: translateY(-4px); }
.tw-blog-thumb { display: block; aspect-ratio: 16/9; overflow: hidden; }
.tw-blog-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s; }
.tw-blog-card:hover .tw-blog-thumb img { transform: scale(1.04); }
.tw-blog-body { padding: 24px; }
.tw-blog-meta { display: flex; gap: 12px; font-size: 0.8rem; color: var(--tw-muted); margin-bottom: 12px; }
.tw-blog-title { font-size: 1.05rem; font-weight: 700; line-height: 1.4; margin-bottom: 10px; }
.tw-blog-title a { color: var(--tw-text); text-decoration: none; }
.tw-blog-title a:hover { color: var(--tw-red); }
.tw-blog-excerpt { font-size: 0.9rem; color: var(--tw-muted); line-height: 1.65; margin-bottom: 20px; }
.tw-pagination { margin-top: 60px; display: flex; justify-content: center; gap: 8px; }
.tw-empty-state { text-align: center; padding: 80px 20px; color: var(--tw-muted); }

/* ============================================================
   SINGLE POST
   ============================================================ */
.tw-single-wrap { max-width: 820px; margin: 0 auto; }
.tw-single-thumb { border-radius: 16px; overflow: hidden; margin-bottom: 40px; }
.tw-single-thumb img { width: 100%; height: auto; }
.tw-single-content { font-size: 1.05rem; line-height: 1.85; color: var(--tw-text); }
.tw-single-content h2, .tw-single-content h3 { font-weight: 700; margin: 2rem 0 1rem; }
.tw-single-content p { margin-bottom: 1.2rem; }
.tw-single-content ul, .tw-single-content ol { padding-left: 1.5rem; margin-bottom: 1.2rem; }
.tw-single-nav { display: flex; justify-content: space-between; gap: 20px; margin-top: 48px; padding-top: 32px; border-top: 1px solid var(--tw-border); }

/* ============================================================
   SERVICE CONTENT
   ============================================================ */
.tw-service-content {
    max-width: 960px;
    margin: 0 auto;
    font-size: 1.05rem;
    line-height: 1.8;
    color: var(--tw-text);
}
.tw-service-content h2, .tw-service-content h3 { font-weight: 700; margin: 2rem 0 1rem; color: var(--tw-dark); }
.tw-service-content p { margin-bottom: 1.2rem; }
.tw-service-content ul { padding-left: 1.5rem; margin-bottom: 1.2rem; }
.tw-service-content li { margin-bottom: 0.6rem; }

/* ============================================================
   SCROLL-TO-TOP
   ============================================================ */
#tw-scroll-top {
    position: fixed;
    bottom: 32px;
    right: 32px;
    width: 48px; height: 48px;
    background: rgba(13,15,28,0.9);
    backdrop-filter: blur(8px);
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex; align-items: center; justify-content: center;
    opacity: 0; visibility: hidden; transform: translateY(12px) scale(0.9);
    transition: opacity 0.3s, visibility 0.3s, transform 0.3s, box-shadow 0.3s;
    z-index: 999;
    padding: 0;
}
#tw-scroll-top.tw-scroll-visible {
    opacity: 1; visibility: visible; transform: translateY(0) scale(1);
}
#tw-scroll-top:hover { box-shadow: 0 0 20px rgba(199,70,52,0.4); }
.tw-progress-ring { position: absolute; top: 0; left: 0; width: 48px; height: 48px; }
#tw-progress-circle { transition: stroke-dashoffset 0.15s; }
.tw-arrow-icon { position: relative; z-index: 1; color: #fff; }

/* ============================================================
   ADDITIONAL RESPONSIVE
   ============================================================ */
@media (max-width: 1024px) {
    .tw-team-grid { grid-template-columns: repeat(2, 1fr); }
    .tw-contact-wrap { grid-template-columns: 1fr; gap: 40px; }
    .tw-blog-grid { grid-template-columns: repeat(2, 1fr); }
    .tw-about-mv { grid-template-columns: 1fr; }
    .tw-industry-grid { grid-template-columns: repeat(2, 1fr); }
    .tw-about-band { height: 260px; }
    .tw-about-band-quote { font-size: 1.2rem; }
}
@media (max-width: 640px) {
    .tw-industry-grid { grid-template-columns: 1fr; }
    .tw-about-band { height: 220px; }
    .tw-team-grid { grid-template-columns: 1fr; }
    .tw-blog-grid { grid-template-columns: 1fr; }
    .tw-form-row { grid-template-columns: 1fr; }
    .tw-page-hero { padding: 80px 0 56px; }
}

/* ============================================================
   MISSING UTILITY CLASSES — inner pages
   ============================================================ */

/* Tag / pill badge */
.tw-tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--tw-red);
    background: rgba(199,70,52,0.08);
    border: 1px solid rgba(199,70,52,0.2);
    padding: 5px 14px;
    border-radius: 9999px;
}

/* CTA section text helpers */
.tw-cta-title {
    font-size: clamp(1.8rem, 4vw, 2.8rem);
    font-weight: 800;
    color: #fff;
    margin-bottom: 16px;
    line-height: 1.15;
}
.tw-cta-sub {
    font-size: 1.05rem;
    color: rgba(255,255,255,0.65);
    max-width: 540px;
    margin: 0 auto 36px;
    line-height: 1.7;
}

/* Section title / sub helpers */
.tw-section-title {
    font-size: clamp(1.7rem, 3.5vw, 2.6rem);
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 16px;
    color: var(--tw-text);
}
.tw-section-sub {
    font-size: 1.05rem;
    color: var(--tw-text-muted);
    max-width: 580px;
    margin: 0 auto;
    line-height: 1.7;
}
.tw-dark-section .tw-section-title { color: #fff; }
.tw-dark-section .tw-section-sub { color: rgba(255,255,255,0.6); }

/* Outline white button (for dark backgrounds) */
.tw-btn-outline-white {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 13px 26px;
    background: transparent;
    color: #fff;
    border: 2px solid rgba(255,255,255,0.4);
    border-radius: 9999px;
    font-family: var(--tw-font-heading);
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
    transition: border-color 0.22s, background 0.22s, color 0.22s;
    text-decoration: none;
}
.tw-btn-outline-white:hover {
    border-color: #fff;
    background: rgba(255,255,255,0.08);
    color: #fff;
}

/* Stats bar — about/inner pages */
.tw-stats-bar {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    text-align: center;
}
.tw-stat-item {
    padding: 40px 20px;
    border-right: 1px solid var(--tw-border-dark);
}
.tw-stat-item:last-child { border-right: none; }
.tw-stat-number {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 900;
    color: #fff;
    line-height: 1;
    margin-bottom: 8px;
    font-family: var(--tw-font-heading);
}
.tw-stat-label {
    font-size: 0.88rem;
    color: rgba(255,255,255,0.55);
    font-weight: 500;
}

/* Feature icon */
.tw-feature-icon {
    width: 52px; height: 52px;
    border-radius: 12px;
    display: flex; align-items: center; justify-content: center;
    background: rgba(199,70,52,0.1);
    color: var(--tw-red);
    margin-bottom: 20px;
    flex-shrink: 0;
}

/* Features grid — used in about page */
.tw-features-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
    margin-top: 48px;
}
.tw-feature-item {
    background: var(--tw-surface);
    border: 1px solid var(--tw-border);
    border-radius: 16px;
    padding: 32px 28px;
}
.tw-feature-item h4 { font-size: 1.05rem; font-weight: 700; margin-bottom: 10px; }
.tw-feature-item p { color: var(--tw-muted); font-size: 0.93rem; line-height: 1.7; margin: 0; }

/* Testimonial avatars with real photos */
.tw-testimonial-avatar {
    width: 48px; height: 48px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    background: var(--tw-red);
    color: #fff;
    display: flex; align-items: center; justify-content: center;
    font-weight: 700; font-size: 1.1rem;
}
.tw-testimonial-avatar img { width: 100%; height: 100%; object-fit: cover; }

/* Homepage visual image section */
.tw-split-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: center;
}
.tw-split-section.reverse { direction: rtl; }
.tw-split-section.reverse > * { direction: ltr; }
.tw-split-img {
    border-radius: 20px;
    overflow: hidden;
    aspect-ratio: 4/3;
    position: relative;
}
.tw-split-img img { width: 100%; height: 100%; object-fit: cover; }
.tw-split-content { display: flex; flex-direction: column; gap: 20px; }
.tw-split-content h2 { font-size: clamp(1.7rem,3.5vw,2.4rem); font-weight: 800; line-height: 1.2; }
.tw-split-content p { color: var(--tw-muted); line-height: 1.75; }
.tw-split-checks { display: flex; flex-direction: column; gap: 12px; }
.tw-split-check {
    display: flex; align-items: flex-start; gap: 12px;
    font-size: 0.95rem; color: var(--tw-text);
}
.tw-split-check-icon {
    width: 22px; height: 22px;
    background: rgba(199,70,52,0.1);
    color: var(--tw-red);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0; margin-top: 1px;
}

@media (max-width: 1024px) {
    .tw-split-section { grid-template-columns: 1fr; gap: 36px; }
    .tw-split-section.reverse { direction: ltr; }
    .tw-stats-bar { grid-template-columns: repeat(2, 1fr); }
    .tw-stat-item { border-bottom: 1px solid var(--tw-border-dark); }
    .tw-stat-item:nth-child(even) { border-right: none; }
    .tw-features-grid { grid-template-columns: 1fr; }
    .tw-module-grid { grid-template-columns: repeat(2, 1fr); }
    .tw-dropdown { display: none !important; } /* Disable mega menu on tablet — use mobile drawer */
}
@media (max-width: 768px) {
    .tw-module-grid { grid-template-columns: 1fr; }
    .tw-service-hero { min-height: 420px; }
    .tw-service-hero-content { padding: 60px 0; }
    .tw-service-hero-stats { flex-direction: column; gap: 16px; }
    .tw-shs-item { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.1); padding-bottom: 16px; padding-right: 0; margin-right: 0; }
    .tw-shs-item:last-child { border-bottom: none; }
    .tw-engagement-cards { grid-template-columns: 1fr; }
}

/* ============================================================
   HERO SLIDER
   ============================================================ */
.tw-hero-slider-wrap {
    position: relative;
    height: 100vh;
    min-height: 600px;
    max-height: 960px;
    overflow: hidden;
    background: var(--tw-dark);
}

/* Slides */
.tw-slide {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0s;
    z-index: 1;
}
.tw-slide.tw-slide-active {
    opacity: 1;
    visibility: visible;
    z-index: 2;
}

/* Slide background */
.tw-slide-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center center;
    transform: scale(1);
    transition: transform 7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    will-change: transform;
    z-index: 0;
}
/* Subtle Ken Burns on active slide */
.tw-slide.tw-slide-active .tw-slide-bg {
    transform: scale(1.04);
}

/* Crossfade transitions — clean professional fade */
.tw-slide-from-right,
.tw-slide-from-left {
    opacity: 0 !important;
    visibility: visible !important;
    transform: none !important;
}
.tw-slide-entering {
    transition: opacity 0.9s ease !important;
    opacity: 1 !important;
    transform: none !important;
    visibility: visible !important;
}
.tw-slide-to-left,
.tw-slide-to-right {
    transition: opacity 0.9s ease !important;
    opacity: 0 !important;
    transform: none !important;
    visibility: visible !important;
    z-index: 1 !important;
}

/* Overlay — strong on left for text, lighter on right for visual panel */
.tw-slide-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to right,
        rgba(13,15,28,0.97) 0%,
        rgba(13,15,28,0.92) 42%,
        rgba(13,15,28,0.65) 68%,
        rgba(13,15,28,0.30) 100%
    );
    z-index: 1;
}

/* Two-column slide inner grid */
.tw-slide-inner {
    position: relative;
    z-index: 3;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 48px;
    padding-top: 80px; /* account for fixed header */
    padding-bottom: 100px; /* above trust bar */
    width: 100%;
}

/* Left column — text */
.tw-slide-left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

/* Right column — visual card */
.tw-slide-right {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Floating visual card */
.tw-slide-visual {
    position: relative;
    width: 100%;
    max-width: 520px;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 32px 80px rgba(0,0,0,0.55), 0 8px 24px rgba(0,0,0,0.35);
    opacity: 0;
    transform: translateX(48px) translateY(12px);
    transition: opacity 0.85s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.45s,
                transform 0.85s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.45s;
    border: 1px solid rgba(255,255,255,0.10);
}
.tw-slide.tw-slide-active .tw-slide-visual {
    opacity: 1;
    transform: none;
}
.tw-slide-visual img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    display: block;
}

/* Badge on visual card */
.tw-sv-badge {
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 4;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    padding: 6px 12px;
    border-radius: 9999px;
    backdrop-filter: blur(10px);
}
.tw-sv-badge--red   { background: rgba(199,70,52,0.85); color: #fff; }
.tw-sv-badge--blue  { background: rgba(37,99,235,0.85); color: #fff; }
.tw-sv-badge--cyan  { background: rgba(6,182,212,0.85); color: #fff; }
.tw-sv-badge--green { background: rgba(34,197,94,0.85); color: #fff; }

/* Floating info strip at bottom of visual */
.tw-sv-float {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 18px;
    background: rgba(13,15,28,0.88);
    backdrop-filter: blur(12px);
    border-top: 1px solid rgba(255,255,255,0.1);
}
.tw-sv-float strong {
    display: block;
    font-size: 0.85rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
}
.tw-sv-float small {
    display: block;
    font-size: 0.72rem;
    color: rgba(255,255,255,0.6);
    margin-top: 2px;
}
.tw-sv-float-icon {
    width: 36px; height: 36px;
    border-radius: 8px;
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
}

/* CTA button row */
.tw-slide-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 28px;
}

/* Stats row */
.tw-slide-stats {
    display: flex;
    align-items: center;
    gap: 0;
    margin-top: 4px;
}
.tw-slide-stat {
    display: flex;
    flex-direction: column;
    padding: 0 20px;
}
.tw-slide-stat:first-child { padding-left: 0; }
.tw-slide-stat strong {
    font-size: 1.35rem;
    font-weight: 900;
    color: #fff;
    line-height: 1.1;
}
.tw-slide-stat span {
    font-size: 0.72rem;
    color: rgba(255,255,255,0.55);
    margin-top: 2px;
    white-space: nowrap;
}
.tw-slide-stat-sep {
    width: 1px;
    height: 32px;
    background: rgba(255,255,255,0.2);
    flex-shrink: 0;
}

/* Animate slide-left children in when slide becomes active */
.tw-slide-left > * {
    opacity: 0;
    transform: translateY(24px);
    transition: none;
}
.tw-slide.tw-slide-active .tw-slide-left > * {
    animation: slideUp 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
.tw-slide.tw-slide-active .tw-slide-left > *:nth-child(1) { animation-delay: 0.08s; }
.tw-slide.tw-slide-active .tw-slide-left > *:nth-child(2) { animation-delay: 0.18s; }
.tw-slide.tw-slide-active .tw-slide-left > *:nth-child(3) { animation-delay: 0.28s; }
.tw-slide.tw-slide-active .tw-slide-left > *:nth-child(4) { animation-delay: 0.38s; }
.tw-slide.tw-slide-active .tw-slide-left > *:nth-child(5) { animation-delay: 0.46s; }

@keyframes slideUp {
    from { opacity: 0; transform: translateY(28px); }
    to   { opacity: 1; transform: translateY(0); }
}

/* Eyebrow */
.tw-slide-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.7);
    margin-bottom: 20px;
    padding: 7px 16px;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 9999px;
    backdrop-filter: blur(8px);
    width: fit-content;
}
.tw-slide-dot-pulse {
    width: 8px; height: 8px;
    background: var(--tw-red);
    border-radius: 50%;
    display: inline-block;
    animation: pulse 1.8s ease-in-out infinite;
}
@keyframes pulse {
    0%, 100% { box-shadow: 0 0 0 0 rgba(199,70,52,0.6); }
    50%       { box-shadow: 0 0 0 6px rgba(199,70,52,0); }
}

/* Slide title */
.tw-slide-title {
    font-size: clamp(2.4rem, 5.5vw, 4rem);
    font-weight: 900;
    color: #fff;
    line-height: 1.08;
    margin-bottom: 20px;
    letter-spacing: -0.02em;
}
.tw-slide-title em {
    font-style: normal;
    background: linear-gradient(135deg, var(--tw-red) 0%, #E8956D 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Sub-text */
.tw-slide-sub {
    font-size: 1.05rem;
    color: rgba(255,255,255,0.7);
    line-height: 1.75;
    max-width: 580px;
    margin-bottom: 32px;
}

/* Prev / Next buttons */
.tw-slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 52px; height: 52px;
    border-radius: 50%;
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.2);
    color: #fff;
    cursor: pointer;
    display: flex; align-items: center; justify-content: center;
    backdrop-filter: blur(8px);
    transition: background 0.22s, transform 0.22s, border-color 0.22s;
}
.tw-slider-btn:hover {
    background: var(--tw-red);
    border-color: var(--tw-red);
    transform: translateY(-50%) scale(1.1);
}
.tw-slider-prev { left: 28px; }
.tw-slider-next { right: 28px; }

/* Dots navigation */
.tw-slider-dots {
    position: absolute;
    bottom: 88px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    display: flex;
    gap: 10px;
    align-items: center;
}
.tw-slide-dot {
    width: 8px; height: 8px;
    border-radius: 9999px;
    background: rgba(255,255,255,0.3);
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 0;
}
.tw-slide-dot.active {
    width: 28px;
    background: var(--tw-red);
}
.tw-slide-dot:hover { background: rgba(255,255,255,0.6); }

/* Trust bar at bottom of slider */
.tw-slider-trust {
    position: absolute;
    bottom: 0; left: 0; right: 0;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    background: rgba(13,15,28,0.75);
    backdrop-filter: blur(16px);
    border-top: 1px solid rgba(255,255,255,0.08);
    padding: 14px 24px;
}
.tw-st-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 32px;
    text-align: center;
}
.tw-st-item strong {
    font-size: 1.3rem;
    font-weight: 900;
    color: #fff;
    font-family: var(--tw-font-heading);
    line-height: 1;
}
.tw-st-item span {
    font-size: 0.72rem;
    color: rgba(255,255,255,0.5);
    font-weight: 500;
    margin-top: 2px;
    white-space: nowrap;
}
.tw-st-sep {
    width: 1px;
    height: 32px;
    background: rgba(255,255,255,0.12);
    flex-shrink: 0;
}

/* ============================================================
   IMAGE PARALLAX / ZOOM EFFECTS
   ============================================================ */

/* Split images — cursor moves image */
.tw-split-img {
    cursor: crosshair;
}
.tw-split-img img {
    transform-origin: center;
    will-change: transform;
    transition: transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* Service hero image zoom */
.tw-service-hero {
    cursor: default;
}

/* Team avatar hover */
.tw-team-avatar {
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.tw-team-avatar:hover {
    transform: scale(1.08) translateY(-4px);
    box-shadow: 0 12px 32px rgba(0,0,0,0.2);
}

/* Card tilt — smooth reset */
.tw-module-card,
.tw-service-card,
.tw-testimonial {
    transform-style: preserve-3d;
    will-change: transform;
    transition: transform 0.15s ease, box-shadow 0.3s ease;
}
.tw-module-card:hover,
.tw-service-card:hover {
    box-shadow: 0 20px 48px rgba(0,0,0,0.12);
}

/* Blog thumb zoom */
.tw-blog-thumb {
    cursor: pointer;
    overflow: hidden;
}
.tw-blog-thumb img {
    will-change: transform;
    transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* ============================================================
   SLIDER RESPONSIVE
   ============================================================ */
@media (max-width: 1024px) {
    .tw-hero-slider-wrap { height: 80vh; min-height: 600px; max-height: 860px; }
    .tw-slide-inner { gap: 28px; padding-top: 100px; padding-bottom: 80px; }
    .tw-slider-btn { width: 44px; height: 44px; }
    .tw-slider-prev { left: 16px; }
    .tw-slider-next { right: 16px; }
    .tw-slider-trust { gap: 0; padding: 12px 16px; }
    .tw-st-item { padding: 0 16px; }
    .tw-st-item strong { font-size: 1.1rem; }
    .tw-slide-visual img { height: 240px; }
}
@media (max-width: 768px) {
    .tw-hero-slider-wrap { height: 100vh; min-height: 620px; max-height: 800px; }
    .tw-slide-inner { grid-template-columns: 1fr; padding-top: 90px; padding-bottom: 120px; gap: 24px; }
    .tw-slide-right { display: none; }
    .tw-slide-overlay {
        background: rgba(13,15,28,0.92);
    }
    .tw-slider-btn { display: none; }
    .tw-slide-title { font-size: clamp(1.9rem, 7vw, 2.8rem); }
    .tw-slide-sub { font-size: 0.95rem; }
    .tw-slider-trust { flex-wrap: wrap; gap: 8px; }
    .tw-st-sep { display: none; }
    .tw-st-item { padding: 4px 16px; }
    .tw-slider-dots { bottom: 100px; }
    .tw-slide-stat { padding: 0 14px; }
    .tw-slide-stat strong { font-size: 1.1rem; }
}

/* ============================================================
   COMPREHENSIVE MOBILE RESPONSIVE — TechnowayIT v1.5.3
   ============================================================ */

/* ── Viewport meta safety ── */
img, video { max-width: 100%; height: auto; }

/* ── Split sections stack on mobile ── */
@media (max-width: 768px) {
    .tw-split-section {
        grid-template-columns: 1fr !important;
        direction: ltr !important;
        gap: 28px;
    }
    .tw-split-img { min-height: 220px; order: -1; }
    .tw-split-img img { width: 100%; height: 220px; object-fit: cover; border-radius: 12px; }
    .tw-split-content { padding: 0; }
    .tw-split-checks { gap: 10px; }
}

/* ── Services grid: 2-col on tablet, 1-col on mobile with gap ── */
@media (max-width: 768px) {
    .tw-services-grid { grid-template-columns: 1fr !important; gap: 16px !important; }
    .tw-service-card { padding: 24px 20px; }
}
@media (min-width: 540px) and (max-width: 768px) {
    .tw-services-grid { grid-template-columns: repeat(2, 1fr) !important; }
}

/* ── Module grid (service pages) ── */
@media (max-width: 768px) {
    .tw-module-grid { grid-template-columns: 1fr !important; gap: 16px; }
    .tw-module-card { padding: 24px 20px; }
}

/* ── Process grid ── */
@media (max-width: 540px) {
    .tw-process-grid { grid-template-columns: 1fr !important; }
    .tw-process-step { padding: 24px; }
}

/* ── NetSuite spotlight ── */
@media (max-width: 768px) {
    .tw-ns-inner { padding-top: 36px; padding-bottom: 36px; gap: 28px; }
    .tw-ns-modules { grid-template-columns: 1fr; gap: 10px; }
    .tw-ns-actions { flex-direction: column; }
    .tw-ns-actions .tw-btn { width: 100%; justify-content: center; }
    .tw-ns-topbar-inner { flex-direction: column; align-items: flex-start; gap: 10px; }
    .tw-ns-topbar-text { font-size: 0.75rem; }
    .tw-ns-stats { padding: 12px; gap: 0; }
}

/* ── Hero slider mobile ── */
@media (max-width: 768px) {
    .tw-slide-left { align-items: center; text-align: center; }
    .tw-slide-eyebrow { margin-left: auto; margin-right: auto; }
    .tw-slide-actions { justify-content: center; }
    .tw-slide-stats { justify-content: center; }
    .tw-slide-stat:first-child { padding-left: 12px; }
    .tw-slide-sub { max-width: 100%; }
}

/* ── Service hero mobile ── */
@media (max-width: 768px) {
    .tw-service-hero { min-height: 380px; }
    .tw-service-hero-content { padding: 70px 0 40px; }
    .tw-service-hero-content h1 { font-size: clamp(1.7rem, 6vw, 2.4rem); }
    .tw-service-hero-content > p { font-size: 0.95rem; }
    .tw-service-hero-stats { flex-direction: column; gap: 0; border: none; padding-top: 16px; }
    .tw-shs-item { border-right: none; margin-right: 0; padding-right: 0; border-bottom: 1px solid rgba(255,255,255,0.1); padding-bottom: 12px; margin-bottom: 12px; }
    .tw-shs-item:last-child { border-bottom: none; }
    .tw-hero-actions { flex-direction: column; align-items: stretch; gap: 10px; }
    .tw-hero-actions .tw-btn { justify-content: center; }
}

/* ── Contact page ── */
@media (max-width: 768px) {
    .tw-contact-wrap { grid-template-columns: 1fr; gap: 32px; }
    .tw-contact-cards { gap: 12px; }
    .tw-contact-form-card { padding: 28px 20px; }
}

/* ── About page ── */
@media (max-width: 768px) {
    .tw-team-grid { grid-template-columns: repeat(2, 1fr) !important; gap: 16px; }
    .tw-about-band { height: 200px; }
    .tw-about-band-quote { font-size: 1rem; }
    .tw-industry-grid { grid-template-columns: 1fr !important; }
}
@media (max-width: 480px) {
    .tw-team-grid { grid-template-columns: 1fr !important; }
}

/* ── Testimonials ── */
@media (max-width: 768px) {
    .tw-testimonials-grid { grid-template-columns: 1fr; gap: 16px; }
    .tw-testimonial { padding: 24px 20px; }
}

/* ── Stats bar ── */
@media (max-width: 768px) {
    .tw-stats-bar { grid-template-columns: repeat(2, 1fr); }
    .tw-stat-item { padding: 20px 16px; }
}

/* ── CTA section ── */
@media (max-width: 480px) {
    .tw-cta-section { padding: 48px 0; }
    .tw-cta-actions { flex-direction: column; align-items: stretch; gap: 10px; }
    .tw-cta-actions .tw-btn { justify-content: center; }
}

/* ── Logo ticker ── */
@media (max-width: 480px) {
    .tw-logo-ticker-label { font-size: 0.62rem; gap: 6px; }
    .tw-logo-item { padding: 10px 18px; }
    .tw-logo-item-name { font-size: 0.82rem; }
}

/* ── Footer ── */
@media (max-width: 768px) {
    .tw-footer { padding: 48px 0 0; }
    .tw-footer-inner { grid-template-columns: 1fr; gap: 32px; padding-bottom: 32px; }
    .tw-footer-bottom { flex-direction: column; text-align: center; gap: 8px; }
}

/* ── Drawer / mobile nav ── */
@media (max-width: 768px) {
    .tw-mobile-drawer { width: min(300px, 85vw); }
    .tw-drawer-nav a { font-size: 1rem; padding: 14px 0; }
    .tw-hide-mobile { display: none !important; }
}

/* ── Buttons full-width on very small screens ── */
@media (max-width: 360px) {
    .tw-btn { padding: 12px 18px; font-size: 0.85rem; }
    h1 { font-size: clamp(1.6rem, 7vw, 2.2rem); }
    h2 { font-size: clamp(1.3rem, 5vw, 1.8rem); }
}

/* ── Touch target minimum sizes ── */
@media (max-width: 768px) {
    .tw-btn, button, [role="button"] { min-height: 44px; }
    .tw-nav-link, .tw-dropdown-link { min-height: 44px; }
    .tw-slide-dot { min-width: 24px; min-height: 24px; }
}

/* ============================================================
   MOBILE FIX PASS v1.6.2 — Comprehensive fixes for all pages
   ============================================================ */

/* ── Global safety: prevent horizontal scroll ── */
/* overflow-x: clip (not hidden) — hidden breaks position:sticky */
html { overflow-x: clip; }
body { overflow-x: clip; max-width: 100%; }
* { box-sizing: border-box; }
img { max-width: 100%; height: auto; }

/* ── Module grid: 2-col on tablet, 1-col on phone ── */
@media (max-width: 768px) {
    .tw-module-grid { grid-template-columns: repeat(2, 1fr) !important; gap: 16px; }
}
@media (max-width: 480px) {
    .tw-module-grid { grid-template-columns: 1fr !important; }
    .tw-module-card { padding: 20px 16px; }
    .tw-module-icon { width: 44px; height: 44px; }
}

/* ── Process grid: 2-col on tablet (was jumping 4→1) ── */
@media (max-width: 768px) {
    .tw-process-grid { grid-template-columns: repeat(2, 1fr) !important; gap: 16px; }
    .tw-process-grid::before { display: none; }
    .tw-process-step { padding: 20px 16px; }
    .tw-process-num { width: 52px; height: 52px; font-size: 1rem; }
}
@media (max-width: 480px) {
    .tw-process-grid { grid-template-columns: 1fr !important; }
}

/* ── Contact form row: 1-col from tablet down (was only 640px) ── */
@media (max-width: 768px) {
    .tw-form-row { grid-template-columns: 1fr !important; gap: 0; }
}

/* ── Service hero content padding: tighter on phones ── */
@media (max-width: 480px) {
    .tw-service-hero { min-height: 320px; }
    .tw-service-hero-content { padding: 50px 0 32px; }
    .tw-service-hero-content h1 { font-size: clamp(1.5rem, 7vw, 2rem); }
    .tw-service-hero-content > p { font-size: 0.9rem; }
    .tw-service-hero-stats { margin-top: 12px; }
    .tw-shs-item strong { font-size: 1.4rem; }
}

/* ── Stats bar: 2-col → wrap on very small ── */
@media (max-width: 360px) {
    .tw-stats-bar { grid-template-columns: 1fr; }
}

/* ── About page: mission/vision grid ── */
@media (max-width: 768px) {
    .tw-about-mv { grid-template-columns: 1fr !important; gap: 20px; }
    .tw-industry-grid { grid-template-columns: repeat(2, 1fr) !important; gap: 14px; }
}
@media (max-width: 480px) {
    .tw-industry-grid { grid-template-columns: 1fr !important; }
    .tw-industry-card { min-height: 140px; }
}

/* ── Blog grid: 2-col on tablet ── */
@media (max-width: 768px) {
    .tw-blog-grid { grid-template-columns: repeat(2, 1fr); gap: 20px; }
}
@media (max-width: 540px) {
    .tw-blog-grid { grid-template-columns: 1fr; }
}

/* ── Blog card text sizes ── */
@media (max-width: 480px) {
    .tw-blog-title { font-size: 1rem; }
    .tw-blog-excerpt { font-size: 0.88rem; }
    .tw-blog-body { padding: 16px; }
}

/* ── Single post content ── */
@media (max-width: 480px) {
    .tw-single-wrap { padding: 0; }
    .tw-single-content { font-size: 0.97rem; }
    .tw-single-nav { flex-direction: column; gap: 10px; }
    .tw-single-nav .tw-btn { font-size: 0.8rem; padding: 10px 14px; }
}

/* ── Slider: phone-specific ── */
@media (max-width: 480px) {
    .tw-hero-slider-wrap { height: 100svh; min-height: 560px; }
    .tw-slide-title { font-size: clamp(1.6rem, 8vw, 2rem); }
    .tw-slide-sub { font-size: 0.88rem; line-height: 1.6; }
    .tw-slide-actions { flex-direction: column; align-items: center; gap: 10px; }
    .tw-slide-actions .tw-btn { width: 100%; max-width: 280px; justify-content: center; }
    .tw-slide-stats { gap: 0; }
    .tw-slide-stat { padding: 0 10px; }
    .tw-slide-stat strong { font-size: 1rem; }
    .tw-slide-stat span { font-size: 0.7rem; }
    .tw-slide-stat-sep { display: none; }
}

/* ── Footer: reduce gap on tablet ── */
@media (max-width: 768px) {
    .tw-footer-inner { gap: 24px; }
    .tw-footer-col h4 { font-size: 0.85rem; }
}

/* ── Page hero (blog/policy pages) ── */
@media (max-width: 480px) {
    .tw-page-hero { padding: 60px 0 36px; }
    .tw-page-hero-title { font-size: clamp(1.6rem, 7vw, 2.2rem); }
    .tw-page-hero-sub { font-size: 0.9rem; }
}

/* ── Section padding: tighter on phones ── */
@media (max-width: 480px) {
    :root { --tw-section-py: 36px; }
    .tw-container { padding: 0 16px; }
}

/* ── CTA section: full-width buttons on phone ── */
@media (max-width: 480px) {
    .tw-cta-inner { padding: 40px 20px; }
    .tw-cta-inner h2 { font-size: clamp(1.4rem, 6vw, 2rem); }
}

/* ── NetSuite topbar: wrap on phone ── */
@media (max-width: 480px) {
    .tw-ns-topbar-inner { flex-direction: column; align-items: flex-start; gap: 12px; }
    .tw-ns-inner { padding-top: 28px; padding-bottom: 28px; gap: 20px; }
    .tw-ns-modules { grid-template-columns: 1fr; }
    .tw-ns-pill-row { gap: 6px; }
    .tw-ns-pill { font-size: 0.72rem; padding: 5px 10px; }
    .tw-ns-stats { flex-direction: column; gap: 16px; padding: 16px; }
    .tw-ns-stat-sep { display: none; }
}

/* ── Split sections on phone ── */
@media (max-width: 480px) {
    .tw-split-img { min-height: 200px; }
    .tw-split-img img { height: 200px; }
    .tw-split-content h2 { font-size: clamp(1.4rem, 6vw, 1.8rem); }
}

/* ── Engagement/DBA cards ── */
@media (max-width: 768px) {
    .tw-engagement-cards { grid-template-columns: 1fr !important; gap: 16px; }
}

/* ── Header actions: keep only toggle on phone ── */
@media (max-width: 380px) {
    .tw-logo-text { font-size: 1.1rem; }
    .tw-header-inner { padding: 0 14px; }
}

/* ── Policy / legal pages ── */
@media (max-width: 768px) {
    .tw-single-content table { display: block; overflow-x: auto; -webkit-overflow-scrolling: touch; }
    .tw-single-content th, .tw-single-content td { padding: 8px 10px; font-size: 0.85rem; }
}

/* ============================================================
   PARALLAX + STICKY HEADER v1.6.4
   ============================================================ */

/* Service page hero parallax */
.tw-service-hero {
    background-attachment: fixed;
}
/* Page hero (blog, policy, etc) parallax */
.tw-page-hero {
    background-attachment: fixed;
}
/* Disable fixed attachment on mobile — iOS doesn't support it */
@media (max-width: 768px) {
    .tw-service-hero,
    .tw-page-hero { background-attachment: scroll; }
}

/* ── CF7 form enhancements v1.6.7 ── */
.wpcf7-form .tw-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}
.wpcf7-form .tw-form-group {
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.wpcf7-form .tw-form-group label {
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--tw-text);
}
.wpcf7-form select {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23888' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    padding-right: 36px;
    cursor: pointer;
}
.wpcf7-form textarea { resize: vertical; min-height: 110px; }
.wpcf7-form .tw-form-group input,
.wpcf7-form .tw-form-group select,
.wpcf7-form .tw-form-group textarea { width: 100%; }
/* Submit button */
.wpcf7-form .tw-cf7-submit {
    width: 100%;
    background: var(--tw-red);
    color: #fff !important;
    border: none;
    padding: 14px 28px;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.2s, transform 0.2s;
    letter-spacing: 0.02em;
}
.wpcf7-form .tw-cf7-submit:hover { background: var(--tw-red-dark); transform: translateY(-1px); }
/* Validation messages */
.wpcf7-not-valid-tip { color: #e53e3e; font-size: 0.8rem; margin-top: 4px; }
.wpcf7-response-output {
    margin-top: 16px !important;
    padding: 12px 16px !important;
    border-radius: 8px !important;
    font-size: 0.9rem !important;
    border: none !important;
}
.wpcf7-mail-sent-ok { background: #f0fdf4; color: #166534; }
.wpcf7-validation-errors, .wpcf7-mail-sent-ng { background: #fef2f2; color: #991b1b; }
/* Mobile */
@media (max-width: 640px) {
    .wpcf7-form .tw-form-row { grid-template-columns: 1fr; }
}
