/* ======================================
   Siesta Key Software LLC
   Main Stylesheet
   Ocean Blue / Sand / Coral Theme
   ====================================== */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap');

/* ======================================
   Custom Properties
   ====================================== */
:root {
    --theme-primary:        #1e6091;
    --theme-primary-dark:   #0d3556;
    --theme-secondary:      #5aafdf;
    --theme-accent:         #e07c5a;
    --theme-accent-dark:    #c9603e;
    --theme-background:     #f5f0e8;
    --theme-background-alt: #ede8df;
    --theme-text:           #1a2e3b;
    --theme-text-muted:     #5c6b76;
    --theme-white:          #ffffff;
    --shadow-soft:   0 8px 32px rgba(30, 96, 145, 0.10);
    --shadow-hover:  0 20px 52px rgba(30, 96, 145, 0.18);
    --radius:        14px;
    --radius-lg:     20px;
    --transition:    all 0.3s ease;
}

/* ======================================
   Base
   ====================================== */
*, *::before, *::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    background-color: var(--theme-background);
    color: var(--theme-text);
    line-height: 1.7;
    -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    line-height: 1.2;
    color: var(--theme-text);
}

a {
    color: var(--theme-primary);
    text-decoration: none;
}

a:hover {
    color: var(--theme-secondary);
}

img {
    max-width: 100%;
}

/* ======================================
   Fade-In Animations
   ====================================== */
.fade-in {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.65s ease, transform 0.65s ease;
}

.fade-in.visible {
    opacity: 1;
    transform: translateY(0);
}

.fade-delay-1 { transition-delay: 0.05s; }
.fade-delay-2 { transition-delay: 0.15s; }
.fade-delay-3 { transition-delay: 0.25s; }
.fade-delay-4 { transition-delay: 0.35s; }

/* ======================================
   Navbar
   ====================================== */
.navbar-sks {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: transparent;
    transition: background 0.35s ease, box-shadow 0.35s ease, padding 0.35s ease;
    padding: 1.1rem 0;
}

.navbar-sks.scrolled {
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    box-shadow: 0 2px 24px rgba(30, 96, 145, 0.10);
    padding: 0.65rem 0;
}

.brand-logo {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    text-decoration: none;
}

.brand-icon-wrap {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.18);
    border: 1px solid rgba(255, 255, 255, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition);
    flex-shrink: 0;
}

.navbar-sks.scrolled .brand-icon-wrap {
    background: rgba(30, 96, 145, 0.1);
    border-color: rgba(30, 96, 145, 0.15);
}

.brand-text {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
}

.brand-name {
    font-size: 1.05rem;
    font-weight: 800;
    color: var(--theme-white);
    letter-spacing: -0.3px;
    transition: color 0.3s ease;
}

.brand-tagline {
    font-size: 0.65rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.7);
    letter-spacing: 0.5px;
    text-transform: uppercase;
    transition: color 0.3s ease;
}

.navbar-sks.scrolled .brand-name {
    color: var(--theme-primary);
}

.navbar-sks.scrolled .brand-tagline {
    color: var(--theme-text-muted);
}

.navbar-sks .nav-link {
    color: rgba(255, 255, 255, 0.88) !important;
    font-weight: 500;
    font-size: 0.92rem;
    padding: 0.45rem 0.9rem !important;
    border-radius: 8px;
    transition: var(--transition);
    letter-spacing: 0.1px;
}

.navbar-sks.scrolled .nav-link {
    color: var(--theme-text) !important;
}

.navbar-sks .nav-link:hover {
    background: rgba(255, 255, 255, 0.14);
    color: var(--theme-white) !important;
}

.navbar-sks.scrolled .nav-link:hover {
    background: rgba(30, 96, 145, 0.08);
    color: var(--theme-primary) !important;
}

.navbar-sks .nav-link.active {
    color: var(--theme-white) !important;
    font-weight: 700;
    background: rgba(255, 255, 255, 0.12);
}

.navbar-sks.scrolled .nav-link.active {
    color: var(--theme-primary) !important;
    background: rgba(30, 96, 145, 0.08);
}

.navbar-cta {
    background: var(--theme-accent) !important;
    color: var(--theme-white) !important;
    border-radius: 8px !important;
    font-weight: 600 !important;
    padding: 0.45rem 1.1rem !important;
}

.navbar-cta:hover {
    background: var(--theme-accent-dark) !important;
    transform: translateY(-1px);
}

.navbar-toggler {
    border: 1.5px solid rgba(255, 255, 255, 0.45);
    border-radius: 8px;
    padding: 0.35rem 0.55rem;
}

.navbar-toggler:focus {
    box-shadow: 0 0 0 3px rgba(255,255,255,0.25);
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255,255,255,0.88%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-sks.scrolled .navbar-toggler {
    border-color: rgba(30, 96, 145, 0.25);
}

.navbar-sks.scrolled .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2830,96,145,0.8%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* ======================================
   Hero - Full Height (Home)
   ====================================== */
.hero-home {
    background: linear-gradient(140deg, #072034 0%, #0d3556 30%, #1e6091 65%, #2e86c1 85%, #5aafdf 100%);
    min-height: 100vh;
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding-top: 80px;
}

/* Hero - Page Banner (inner pages) */
.hero-page {
    background: linear-gradient(140deg, #072034 0%, #0d3556 40%, #1e6091 100%);
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: 110px 0 64px;
}

/* Shared hero elements */
.hero-home::before,
.hero-page::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(ellipse at 20% 50%, rgba(90, 175, 223, 0.12) 0%, transparent 60%),
        radial-gradient(ellipse at 80% 20%, rgba(30, 96, 145, 0.2) 0%, transparent 50%);
    pointer-events: none;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 50px;
    padding: 0.38rem 1.1rem;
    font-size: 0.8rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.95);
    letter-spacing: 0.5px;
    margin-bottom: 1.4rem;
}

.hero-badge .dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #7de0a0;
    animation: pulse-dot 2s ease-in-out infinite;
}

@keyframes pulse-dot {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.6; transform: scale(0.8); }
}

.hero-title {
    font-size: clamp(2.1rem, 5.5vw, 3.8rem);
    font-weight: 900;
    color: var(--theme-white);
    line-height: 1.1;
    letter-spacing: -1.5px;
    margin-bottom: 1.4rem;
}

.hero-title .highlight {
    color: #ffc566;
    position: relative;
}

.hero-subtitle {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.8);
    max-width: 520px;
    line-height: 1.75;
    margin-bottom: 2.25rem;
}

.hero-page .hero-title {
    font-size: clamp(1.8rem, 4vw, 2.8rem);
    letter-spacing: -0.8px;
    margin-bottom: 0.75rem;
}

.hero-page .hero-subtitle {
    font-size: 1rem;
    margin-bottom: 0;
    max-width: 580px;
}

.hero-breadcrumb {
    font-size: 0.83rem;
    color: rgba(255, 255, 255, 0.55);
    margin-bottom: 0.75rem;
}

.hero-breadcrumb a {
    color: rgba(255, 255, 255, 0.75);
}

.hero-breadcrumb a:hover {
    color: var(--theme-white);
}

/* Wave SVG divider */
.wave-divider {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    line-height: 0;
    overflow: hidden;
}

/* Hero floating shapes */
.hero-shapes {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
}

.shape-circle {
    position: absolute;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.06);
    animation: floatCircle 10s ease-in-out infinite;
}

.shape-circle:nth-child(1) {
    width: 300px; height: 300px;
    top: -80px; right: 5%;
    animation-delay: 0s;
    background: radial-gradient(circle, rgba(90,175,223,0.07) 0%, transparent 70%);
}

.shape-circle:nth-child(2) {
    width: 180px; height: 180px;
    top: 40%; right: 20%;
    animation-delay: 2s;
    background: radial-gradient(circle, rgba(255,255,255,0.04) 0%, transparent 70%);
}

.shape-circle:nth-child(3) {
    width: 100px; height: 100px;
    bottom: 20%; left: 8%;
    animation-delay: 4s;
    background: radial-gradient(circle, rgba(224,124,90,0.08) 0%, transparent 70%);
}

@keyframes floatCircle {
    0%, 100% { transform: translateY(0) scale(1); }
    50% { transform: translateY(-18px) scale(1.03); }
}

/* Hero mockup (right side) */
.hero-mockup-wrap {
    position: relative;
    animation: floatMockup 6s ease-in-out infinite;
}

@keyframes floatMockup {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-12px); }
}

.hero-mockup {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 16px;
    overflow: hidden;
    box-shadow:
        0 32px 80px rgba(0, 0, 0, 0.35),
        0 0 0 1px rgba(255, 255, 255, 0.15);
    max-width: 460px;
}

.mockup-titlebar {
    background: #f0f0f0;
    padding: 0.6rem 1rem;
    display: flex;
    align-items: center;
    gap: 0.4rem;
    border-bottom: 1px solid rgba(0,0,0,0.06);
}

.mockup-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}
.mockup-dot-red { background: #ff5f57; }
.mockup-dot-yellow { background: #ffbd2e; }
.mockup-dot-green { background: #28ca41; }

.mockup-url {
    flex: 1;
    background: rgba(0,0,0,0.05);
    border-radius: 4px;
    padding: 0.25rem 0.75rem;
    font-size: 0.7rem;
    color: #666;
    margin-left: 0.5rem;
    font-family: monospace;
}

.mockup-body {
    padding: 1rem;
    background: #f8f9fc;
}

.mockup-sidebar {
    width: 36px;
    background: var(--theme-primary);
    border-radius: 8px;
    padding: 0.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    align-items: center;
}

.mockup-nav-dot {
    width: 20px;
    height: 4px;
    background: rgba(255,255,255,0.5);
    border-radius: 2px;
}

.mockup-nav-dot.active {
    background: rgba(255,255,255,0.95);
}

.mockup-stat {
    background: var(--theme-white);
    border-radius: 8px;
    padding: 0.6rem 0.75rem;
    flex: 1;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}

.mockup-stat-label {
    font-size: 0.6rem;
    color: #999;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 0.15rem;
}

.mockup-stat-value {
    font-size: 1.1rem;
    font-weight: 800;
    color: var(--theme-primary);
    line-height: 1;
}

.mockup-chart-bar {
    height: 6px;
    border-radius: 3px;
    background: linear-gradient(90deg, var(--theme-primary), var(--theme-secondary));
}

.mockup-row-item {
    background: var(--theme-white);
    border-radius: 6px;
    padding: 0.5rem 0.65rem;
    margin-bottom: 0.35rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    box-shadow: 0 1px 4px rgba(0,0,0,0.04);
}

.mockup-avatar {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    flex-shrink: 0;
}

.mockup-text-line {
    height: 6px;
    border-radius: 3px;
    background: #e8edf2;
}

/* ======================================
   Buttons
   ====================================== */
.btn-primary-theme {
    background: linear-gradient(135deg, var(--theme-accent), var(--theme-accent-dark));
    border: none;
    color: var(--theme-white);
    font-weight: 700;
    padding: 0.82rem 2rem;
    border-radius: 10px;
    font-size: 0.95rem;
    letter-spacing: 0.2px;
    transition: var(--transition);
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    text-decoration: none;
    cursor: pointer;
}

.btn-primary-theme:hover {
    background: linear-gradient(135deg, var(--theme-accent-dark), #a84b2a);
    color: var(--theme-white);
    transform: translateY(-2px);
    box-shadow: 0 10px 28px rgba(224, 124, 90, 0.42);
    text-decoration: none;
}

.btn-ghost-white {
    background: rgba(255, 255, 255, 0.12);
    border: 1.5px solid rgba(255, 255, 255, 0.45);
    color: var(--theme-white);
    font-weight: 600;
    padding: 0.82rem 2rem;
    border-radius: 10px;
    font-size: 0.95rem;
    transition: var(--transition);
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    text-decoration: none;
    cursor: pointer;
}

.btn-ghost-white:hover {
    background: rgba(255, 255, 255, 0.22);
    border-color: rgba(255, 255, 255, 0.75);
    color: var(--theme-white);
    transform: translateY(-2px);
    text-decoration: none;
}

.btn-solid-primary {
    background: var(--theme-primary);
    border: none;
    color: var(--theme-white);
    font-weight: 700;
    padding: 0.82rem 2rem;
    border-radius: 10px;
    font-size: 0.95rem;
    transition: var(--transition);
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    text-decoration: none;
    cursor: pointer;
}

.btn-solid-primary:hover {
    background: #164f77;
    color: var(--theme-white);
    transform: translateY(-2px);
    box-shadow: var(--shadow-soft);
    text-decoration: none;
}

.btn-outline-primary-theme {
    background: transparent;
    border: 2px solid var(--theme-primary);
    color: var(--theme-primary);
    font-weight: 700;
    padding: 0.72rem 1.75rem;
    border-radius: 10px;
    font-size: 0.9rem;
    transition: var(--transition);
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    text-decoration: none;
    cursor: pointer;
}

.btn-outline-primary-theme:hover {
    background: var(--theme-primary);
    color: var(--theme-white);
    transform: translateY(-2px);
    box-shadow: var(--shadow-soft);
    text-decoration: none;
}

/* ======================================
   Stats Bar
   ====================================== */
.stats-bar {
    background: var(--theme-white);
    box-shadow: 0 4px 24px rgba(30, 96, 145, 0.09);
    position: relative;
    z-index: 2;
}

.stat-item {
    text-align: center;
    padding: 1.75rem 1.5rem;
    border-right: 1px solid rgba(30, 96, 145, 0.07);
}

.stat-item:last-child {
    border-right: none;
}

.stat-number {
    display: block;
    font-size: 2.1rem;
    font-weight: 900;
    color: var(--theme-primary);
    line-height: 1;
    letter-spacing: -1px;
    margin-bottom: 0.25rem;
}

.stat-label {
    font-size: 0.82rem;
    color: var(--theme-text-muted);
    font-weight: 500;
}

/* ======================================
   Section Common
   ====================================== */
.section-label {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    color: var(--theme-accent);
    margin-bottom: 0.6rem;
}

.section-title {
    font-size: clamp(1.8rem, 3.5vw, 2.6rem);
    font-weight: 800;
    letter-spacing: -0.75px;
    line-height: 1.15;
    color: var(--theme-text);
}

.section-subtitle {
    font-size: 1.05rem;
    color: var(--theme-text-muted);
    line-height: 1.75;
    max-width: 580px;
}

.section-alt {
    background-color: var(--theme-background-alt);
}

/* ======================================
   Feature Cards (Why SKS)
   ====================================== */
.feature-card {
    background: var(--theme-white);
    border-radius: var(--radius);
    padding: 1.85rem;
    box-shadow: var(--shadow-soft);
    transition: var(--transition);
    height: 100%;
    border: 1px solid rgba(30, 96, 145, 0.05);
}

.feature-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-hover);
    border-color: rgba(30, 96, 145, 0.1);
}

.feature-icon-wrap {
    width: 52px;
    height: 52px;
    border-radius: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    margin-bottom: 1.15rem;
    flex-shrink: 0;
}

.icon-ocean  { background: rgba(30, 96, 145, 0.09); color: var(--theme-primary); }
.icon-sky    { background: rgba(90, 175, 223, 0.12); color: #2e86c1; }
.icon-coral  { background: rgba(224, 124, 90, 0.1);  color: var(--theme-accent); }
.icon-green  { background: rgba(32, 178, 79, 0.1);   color: #1a9942; }

.feature-card h4 {
    font-size: 1.08rem;
    font-weight: 700;
    margin-bottom: 0.6rem;
    color: var(--theme-text);
}

.feature-card p {
    font-size: 0.91rem;
    color: var(--theme-text-muted);
    line-height: 1.65;
    margin: 0;
}

/* ======================================
   Solution Cards
   ====================================== */
.solution-card {
    background: var(--theme-white);
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-soft);
    transition: var(--transition);
    border: 1px solid rgba(30, 96, 145, 0.05);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.solution-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-hover);
}

.solution-card-header {
    padding: 2rem 2rem 1.75rem;
    color: var(--theme-white);
    position: relative;
    overflow: hidden;
}

.solution-card-header.bg-performance {
    background: linear-gradient(140deg, #0d3556, #1e6091);
}

.solution-card-header.bg-finance {
    background: linear-gradient(140deg, #1a3a5c, #2471a3);
}

.solution-card-header.bg-learning {
    background: linear-gradient(140deg, #0b3d2e, #1a7a5e);
}

.solution-card-header::after {
    content: '';
    position: absolute;
    top: -40%;
    right: -10%;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.05);
    pointer-events: none;
}

.solution-card-icon {
    font-size: 2.6rem;
    display: block;
    margin-bottom: 0.9rem;
    position: relative;
    z-index: 1;
}

.solution-card-header h3 {
    font-size: 1.3rem;
    font-weight: 800;
    color: var(--theme-white);
    margin-bottom: 0.4rem;
    position: relative;
    z-index: 1;
}

.solution-card-header p {
    font-size: 0.88rem;
    color: rgba(255, 255, 255, 0.78);
    line-height: 1.6;
    margin: 0;
    position: relative;
    z-index: 1;
}

.solution-card-body {
    padding: 1.75rem;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.solution-card-body h5 {
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: var(--theme-text-muted);
    margin-bottom: 0.85rem;
}

.solution-features {
    list-style: none;
    padding: 0;
    margin: 0 0 1.5rem;
    flex: 1;
}

.solution-features li {
    padding: 0.38rem 0;
    font-size: 0.9rem;
    color: var(--theme-text-muted);
    display: flex;
    align-items: flex-start;
    gap: 0.6rem;
    border-bottom: 1px solid rgba(30, 96, 145, 0.05);
}

.solution-features li:last-child {
    border-bottom: none;
}

.solution-features li::before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--theme-primary);
    margin-top: 0.5rem;
    flex-shrink: 0;
    opacity: 0.6;
}

/* ======================================
   Process Steps
   ====================================== */
.process-step {
    text-align: center;
    padding: 1rem;
    position: relative;
}

.step-number {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--theme-primary), var(--theme-secondary));
    color: var(--theme-white);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 900;
    margin: 0 auto 1.25rem;
    box-shadow: 0 8px 20px rgba(30, 96, 145, 0.3);
    position: relative;
    z-index: 1;
}

.process-step::after {
    content: '';
    position: absolute;
    top: calc(1rem + 32px);
    left: calc(50% + 32px);
    right: calc(-50% + 32px);
    height: 2px;
    background: linear-gradient(90deg, var(--theme-secondary), rgba(90, 175, 223, 0.2));
}

.process-step:last-child::after {
    display: none;
}

.process-step h4 {
    font-size: 1.05rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.process-step p {
    font-size: 0.89rem;
    color: var(--theme-text-muted);
    line-height: 1.6;
    margin: 0;
}

/* ======================================
   CTA Section
   ====================================== */
.cta-section {
    background: linear-gradient(140deg, #072034 0%, #0d3556 40%, #1e6091 100%);
    position: relative;
    overflow: hidden;
}

.cta-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(ellipse at 30% 50%, rgba(90,175,223,0.1) 0%, transparent 60%);
    pointer-events: none;
}

.cta-section h2 {
    color: var(--theme-white);
}

.cta-section p {
    color: rgba(255, 255, 255, 0.78);
}

/* ======================================
   Trust Badges
   ====================================== */
.trust-badge {
    background: var(--theme-white);
    border-radius: var(--radius);
    padding: 1.25rem 1.5rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    box-shadow: var(--shadow-soft);
    border: 1px solid rgba(30, 96, 145, 0.05);
    transition: var(--transition);
}

.trust-badge:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-hover);
}

.trust-badge-icon {
    width: 46px;
    height: 46px;
    border-radius: 12px;
    background: rgba(30, 96, 145, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    color: var(--theme-primary);
    flex-shrink: 0;
}

.trust-badge strong {
    display: block;
    font-size: 0.92rem;
    color: var(--theme-text);
    font-weight: 700;
    margin-bottom: 0.1rem;
}

.trust-badge span {
    font-size: 0.8rem;
    color: var(--theme-text-muted);
}

/* ======================================
   About Page
   ====================================== */
.value-card {
    background: var(--theme-white);
    border-radius: var(--radius);
    padding: 2rem 1.75rem;
    text-align: center;
    box-shadow: var(--shadow-soft);
    border: 1px solid rgba(30, 96, 145, 0.05);
    transition: var(--transition);
    height: 100%;
}

.value-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-hover);
}

.value-card-icon {
    font-size: 2.4rem;
    display: block;
    margin-bottom: 1rem;
}

.value-card h4 {
    font-size: 1.05rem;
    font-weight: 700;
    margin-bottom: 0.6rem;
}

.value-card p {
    font-size: 0.9rem;
    color: var(--theme-text-muted);
    line-height: 1.65;
    margin: 0;
}

.team-stat {
    text-align: center;
    padding: 2rem 1.5rem;
    background: var(--theme-white);
    border-radius: var(--radius);
    box-shadow: var(--shadow-soft);
    border: 1px solid rgba(30, 96, 145, 0.05);
}

/* ======================================
   Solutions Detail Page
   ====================================== */
.solution-detail {
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-soft);
    border: 1px solid rgba(30, 96, 145, 0.06);
}

.solution-detail-header {
    padding: 2.5rem;
    color: var(--theme-white);
    position: relative;
    overflow: hidden;
}

.solution-detail-header.bg-performance {
    background: linear-gradient(140deg, #0d3556, #1e6091);
}

.solution-detail-header.bg-finance {
    background: linear-gradient(140deg, #1a3a5c, #2471a3);
}

.solution-detail-header.bg-learning {
    background: linear-gradient(140deg, #0b3d2e, #1a7a5e);
}

.solution-detail-header::after {
    content: '';
    position: absolute;
    top: -30%;
    right: -5%;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.04);
}

.solution-detail-header h2 {
    color: var(--theme-white);
    font-size: 1.8rem;
    position: relative;
    z-index: 1;
}

.solution-detail-header p {
    color: rgba(255,255,255,0.8);
    font-size: 1rem;
    position: relative;
    z-index: 1;
    margin: 0;
}

.solution-detail-header .sol-icon {
    font-size: 3rem;
    display: block;
    margin-bottom: 1rem;
    position: relative;
    z-index: 1;
}

.solution-detail-body {
    background: var(--theme-white);
    padding: 2.25rem;
}

.feature-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem;
}

.feature-item {
    display: flex;
    align-items: flex-start;
    gap: 0.65rem;
    padding: 0.75rem;
    background: rgba(30, 96, 145, 0.03);
    border-radius: 10px;
    border: 1px solid rgba(30, 96, 145, 0.06);
}

.feature-item-icon {
    font-size: 1.1rem;
    color: var(--theme-primary);
    flex-shrink: 0;
    margin-top: 0.1rem;
}

.feature-item p {
    font-size: 0.87rem;
    color: var(--theme-text-muted);
    margin: 0;
    line-height: 1.5;
}

.feature-item strong {
    display: block;
    font-size: 0.88rem;
    font-weight: 700;
    color: var(--theme-text);
    margin-bottom: 0.1rem;
}

/* ======================================
   Contact Page
   ====================================== */
.contact-card {
    background: var(--theme-white);
    border-radius: var(--radius-lg);
    padding: 2.5rem;
    box-shadow: var(--shadow-soft);
    border: 1px solid rgba(30, 96, 145, 0.06);
}

.form-label {
    font-weight: 600;
    font-size: 0.85rem;
    color: var(--theme-text);
    margin-bottom: 0.4rem;
}

.form-control,
.form-select {
    border: 1.5px solid #dce5ec;
    border-radius: 10px;
    padding: 0.72rem 1rem;
    font-size: 0.92rem;
    background-color: #f8fafc;
    color: var(--theme-text);
    transition: var(--transition);
}

.form-control:focus,
.form-select:focus {
    border-color: var(--theme-secondary);
    box-shadow: 0 0 0 3px rgba(90, 175, 223, 0.15);
    background-color: var(--theme-white);
    outline: none;
}

.form-control::placeholder {
    color: #aab7c2;
}

.contact-info-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

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

.contact-info-icon {
    width: 44px;
    height: 44px;
    border-radius: 11px;
    background: rgba(30, 96, 145, 0.09);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    color: var(--theme-primary);
    flex-shrink: 0;
}

.contact-info-text strong {
    display: block;
    font-size: 0.88rem;
    font-weight: 700;
    color: var(--theme-text);
    margin-bottom: 0.15rem;
}

.contact-info-text span {
    font-size: 0.88rem;
    color: var(--theme-text-muted);
}

.form-success {
    display: none;
    text-align: center;
    padding: 2rem;
}

.form-success.show {
    display: block;
}

/* ======================================
   Footer
   ====================================== */
.footer {
    background: #072034;
    color: rgba(255, 255, 255, 0.65);
}

.footer-brand-name {
    font-size: 1.15rem;
    font-weight: 800;
    color: var(--theme-white);
    letter-spacing: -0.3px;
}

.footer-tagline {
    font-size: 0.82rem;
    color: rgba(255, 255, 255, 0.45);
    margin-top: 0.2rem;
}

.footer h6 {
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.55);
    margin-bottom: 1rem;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 0.55rem;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.55);
    font-size: 0.88rem;
    text-decoration: none;
    transition: var(--transition);
}

.footer-links a:hover {
    color: var(--theme-secondary);
}

.footer-divider {
    border-color: rgba(255, 255, 255, 0.07);
    margin: 0;
}

.footer-bottom {
    font-size: 0.82rem;
    color: rgba(255, 255, 255, 0.35);
    padding: 1.25rem 0;
}

.footer-florida-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.78rem;
    color: rgba(255, 255, 255, 0.4);
}

/* ======================================
   Utility Classes
   ====================================== */
.text-primary-theme  { color: var(--theme-primary) !important; }
.text-accent-theme   { color: var(--theme-accent) !important; }
.text-muted-theme    { color: var(--theme-text-muted) !important; }
.bg-primary-theme    { background: var(--theme-primary) !important; }

.rounded-sks         { border-radius: var(--radius) !important; }
.shadow-sks          { box-shadow: var(--shadow-soft) !important; }

/* ======================================
   Responsive
   ====================================== */
@media (max-width: 991px) {
    .hero-mockup-wrap {
        display: none;
    }

    .process-step::after {
        display: none;
    }

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

@media (max-width: 767px) {
    .hero-home {
        min-height: auto;
        padding: 100px 0 64px;
    }

    .stat-item {
        padding: 1.1rem 0.75rem;
        border-right: none;
        border-bottom: 1px solid rgba(30, 96, 145, 0.07);
    }

    .stat-item:last-child {
        border-bottom: none;
    }

    .stat-number {
        font-size: 1.7rem;
    }

    .contact-card {
        padding: 1.75rem;
    }

    .solution-detail-body {
        padding: 1.5rem;
    }
}
