:root {
  --green: #0F9D58;
  --green-light: #34B574;
  --green-dark: #0B7B45;
  --green-glow: rgba(15,157,88,0.25);
  --black: #050807;
  --charcoal: #0E1311;
  --dark: #1A2220;
  --gray: #6B7570;
  --gray-light: #A8B0AC;
  --white: #FFFFFF;
  --cream: #F5F7F6;
  --border: #2A3431;
  --border-light: #DDE2E0;
  --shadow-sm: 0 2px 8px rgba(5,8,7,0.20);
  --shadow-md: 0 12px 32px rgba(5,8,7,0.30);
  --shadow-lg: 0 24px 64px rgba(5,8,7,0.45);
  --shadow-glow: 0 0 40px rgba(0,255,102,0.35);
  --amber: #FF6B2B;
  --amber-dark: #D4480E;
  --amber-glow: rgba(255,107,43,0.30);
  --electric: #E8F02A;
  --electric-dark: #C4CC00;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: 'Inter', -apple-system, sans-serif; font-size: 16px; line-height: 1.65; color: var(--charcoal); background: var(--white); -webkit-font-smoothing: antialiased; overflow-x: hidden; }
h1, h2, h3, h4, h5, h6 { font-family: 'Inter', sans-serif; font-weight: 700; line-height: 1.15; color: var(--black); letter-spacing: -0.015em; }
h1 { font-size: clamp(3rem, 7vw, 5.5rem); }
h2 { font-size: clamp(2.25rem, 4.5vw, 3.5rem); }
h3 { font-size: clamp(1.5rem, 2.5vw, 2rem); }
h4 { font-size: 1.25rem; }
p { margin-bottom: 1.25rem; color: var(--gray); }
a { color: var(--green-dark); text-decoration: none; transition: color 0.15s; }
a:hover { color: var(--green); }
img { max-width: 100%; height: auto; display: block; }
.container { max-width: 1280px; margin: 0 auto; padding: 0 32px; }
.container-narrow { max-width: 820px; margin: 0 auto; padding: 0 24px; }

.top-bar { background: #0a1428; color: #d1d5db; padding: 10px 0; font-size: 0.825rem; font-weight: 500; letter-spacing: 0.3px; border-bottom: 1px solid rgba(255,255,255,0.06); }
.top-bar a { color: var(--green-light); font-weight: 600; }
.top-bar-inner { display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.top-bar a { color: var(--black); }

.site-header { background: var(--black); color: var(--white); border-bottom: 3px solid var(--amber); position: sticky; top: 0; z-index: 100; }
.header-inner { display: flex; align-items: center; justify-content: space-between; padding: 14px 0; }
.logo { display: flex; align-items: center; height: 64px; }
.logo img { height: 64px; width: auto; }
.nav-menu { display: flex; gap: 32px; list-style: none; align-items: center; }
.nav-menu a { color: var(--white); font-weight: 600; font-size: 0.9375rem; transition: color 0.15s; letter-spacing: 0.1px; }
.nav-menu a:not(.btn):hover { color: var(--green); }

.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 14px 32px; border-radius: 0; font-weight: 700; font-size: 0.9375rem; letter-spacing: 0.3px; text-transform: none; transition: all 0.15s ease; cursor: pointer; border: none; font-family: 'Inter',sans-serif; text-decoration: none; white-space: nowrap; }
.btn-primary { background: linear-gradient(135deg, var(--amber) 0%, var(--amber-dark) 100%); color: #fff; box-shadow: 0 6px 24px var(--amber-glow); }
.btn-primary:hover { background: linear-gradient(135deg, #FF8050 0%, var(--amber) 100%); color: #fff; box-shadow: 0 10px 32px rgba(255,107,43,0.50); transform: translateY(-2px); }
.btn-large { padding: 22px 44px; font-size: 1.125rem; }
.btn-outline-light { background: transparent; color: var(--white); border: 2px solid rgba(255,255,255,0.6); }
.btn-outline-light:hover { background: rgba(255,255,255,0.1); color: var(--white); border-color: var(--white); }

.hero { position: relative; min-height: 88vh; display: flex; align-items: center; color: var(--white); overflow: hidden; background: radial-gradient(ellipse 120% 90% at 50% 110%, #160B03 0%, #0A0604 38%, #040303 75%, #020202 100%); }
.hero-bg { position: absolute; inset: 0; z-index: 1; }
.hero-bg-dark { background: radial-gradient(ellipse 60% 50% at 75% 30%, rgba(255,107,43,0.07) 0%, transparent 65%); }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(2,2,2,0.55) 0%, transparent 30%, transparent 60%, rgba(2,2,2,0.35) 100%); z-index: 2; }
.hero-overlay::after { content: ''; position: absolute; top: 0; right: 0; bottom: 0; width: 50%; background: radial-gradient(ellipse at right, rgba(255,107,43,0.10) 0%, transparent 60%); }
.hero-content { position: relative; z-index: 4; width: 100%; padding: 80px 0; }
.hero-inner { display: grid; grid-template-columns: 1.3fr 1fr; gap: 64px; align-items: center; }
.hero-text { min-width: 0; }
.hero-badge { display: inline-flex; align-items: center; gap: 10px; background: rgba(15,157,88,0.12); color: rgba(255,255,255,0.92); padding: 8px 20px; border-radius: 100px; font-size: 0.75rem; font-weight: 600; letter-spacing: 1.5px; text-transform: uppercase; margin-bottom: 32px; border: 1px solid rgba(15,157,88,0.35); }

.hero h1 { color: var(--white); margin-bottom: 28px; font-size: clamp(2.5rem, 6vw, 5rem); font-weight: 900; line-height: 1; letter-spacing: -0.03em; }
.hero h1 .accent { color: var(--green); display: inline-block; }
.hero-sub { font-size: 1.1875rem; color: rgba(255,255,255,0.88); margin-bottom: 36px; max-width: 620px; line-height: 1.55; font-weight: 400; }
.hero-cta { display: flex; gap: 16px; flex-wrap: wrap; align-items: center; margin-bottom: 40px; }
.hero-trust { display: flex; gap: 28px; flex-wrap: wrap; padding-top: 28px; border-top: 1px solid rgba(255,255,255,0.12); }
.hero-trust-item { display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,0.85); font-size: 0.8125rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.8px; }
.hero-trust-item .check { width: 18px; height: 18px; background: transparent; color: var(--green); border: 1.5px solid var(--green); border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; font-weight: 900; font-size: 0.625rem; flex-shrink: 0; line-height: 1; }
.hero-trust-item .check::before { content: '✓'; }
.hero-trust-item .check > * { display: none; }

.hero-card { background: rgba(8, 16, 12, 0.72); border: 1px solid rgba(0, 255, 102, 0.22); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); border-radius: 6px; padding: 32px; box-shadow: 0 24px 64px rgba(0,0,0,0.5), 0 0 0 1px rgba(0,255,102,0.04); }
.hero-card-header { display: flex; align-items: center; justify-content: space-between; padding-bottom: 22px; border-bottom: 1px solid rgba(255,255,255,0.1); margin-bottom: 18px; }
.hero-card-title { font-family: 'Inter', sans-serif; font-size: 0.875rem; color: rgba(255,255,255,0.6); margin: 0; font-weight: 600; text-transform: uppercase; letter-spacing: 1.5px; }
.hero-card-badge { display: inline-flex; align-items: center; gap: 6px; background: transparent; color: var(--green); padding: 4px 10px; border: 1px solid rgba(0,255,102,0.4); border-radius: 100px; font-size: 0.625rem; font-weight: 700; letter-spacing: 1.2px; text-transform: uppercase; }
.hero-card-badge::before { content: ''; width: 6px; height: 6px; background: var(--green); border-radius: 50%; box-shadow: 0 0 8px var(--green); animation: pulseDot 2s infinite; }
.hero-stat-row { display: flex; justify-content: space-between; align-items: baseline; padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,0.06); gap: 16px; }
.hero-stat-row:last-of-type { border-bottom: none; }
.hero-stat-label { color: rgba(255,255,255,0.65); font-size: 0.8125rem; letter-spacing: 0.2px; font-weight: 500; }
.hero-stat-value { color: var(--white); font-family: 'Barlow Condensed', sans-serif; font-size: 1.5rem; font-weight: 700; letter-spacing: -0.01em; text-align: right; }
.hero-stat-value.small { font-size: 1rem; font-family: 'Inter', sans-serif; font-weight: 600; color: rgba(255,255,255,0.92); }
.hero-card-footer { margin-top: 18px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,0.1); display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,0.7); font-size: 0.8125rem; }
.hero-card-footer .pulse-dot { width: 8px; height: 8px; background: var(--green); border-radius: 50%; box-shadow: 0 0 0 0 var(--green); animation: pulseDot 2s infinite; flex-shrink: 0; }

@keyframes pulseDot { 0% { box-shadow: 0 0 0 0 rgba(0,255,102,0.6); } 70% { box-shadow: 0 0 0 10px rgba(0,255,102,0); } 100% { box-shadow: 0 0 0 0 rgba(0,255,102,0); } }

@media (max-width: 980px) {
  .hero-inner { grid-template-columns: 1fr; gap: 48px; }
  .hero-card { max-width: 480px; }
}

.stats-section { background: var(--black); color: var(--white); padding: 60px 0; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); position: relative; }
.stats-section::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: var(--green); box-shadow: 0 0 20px var(--green-glow); }
.stats-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 48px; text-align: center; }
.stat-item { position: relative; }
.stat-item:not(:last-child)::after { content: ''; position: absolute; right: -24px; top: 20%; bottom: 20%; width: 1px; background: var(--green); opacity: 0.3; }
.stat-item .stat-number { font-family: 'Barlow Condensed', sans-serif; font-size: clamp(2.5rem, 4vw, 3.75rem); font-weight: 900; color: var(--green); line-height: 1; margin-bottom: 8px; letter-spacing: -0.02em; }
.stat-item .stat-label { color: rgba(255,255,255,0.7); font-size: 0.875rem; letter-spacing: 1.5px; text-transform: uppercase; font-weight: 600; }

section { padding: 100px 0; position: relative; }
.section-header { text-align: center; margin-bottom: 64px; max-width: 760px; margin-left: auto; margin-right: auto; }
.section-eyebrow { display: inline-block; color: var(--green-dark); font-size: 0.8125rem; font-weight: 800; letter-spacing: 3px; text-transform: uppercase; margin-bottom: 18px; }
.section-eyebrow.center::before, .section-eyebrow.center::after { content: ''; display: inline-block; width: 32px; height: 2px; background: var(--green); vertical-align: middle; margin: 0 12px; }
.section-header h2 { margin-bottom: 20px; }
.section-header p { font-size: 1.125rem; color: var(--gray); }

.split-section { display: grid; grid-template-columns: 1.1fr 1fr; gap: 80px; align-items: center; }
.split-section.reverse { grid-template-columns: 1fr 1.1fr; }
.split-image { position: relative; overflow: hidden; box-shadow: var(--shadow-md); border-left: 4px solid var(--green); }
.split-image img { width: 100%; height: 580px; object-fit: cover; }
.split-content > p { font-size: 1.0625rem; line-height: 1.7; margin-bottom: 24px; }
.split-features { list-style: none; margin-top: 32px; }
.split-features li { padding: 16px 0; border-bottom: 1px solid var(--border-light); display: flex; align-items: center; gap: 16px; color: var(--charcoal); font-weight: 600; }
.split-features li:last-child { border-bottom: none; }
.split-features li::before { content: '⚡'; width: 32px; height: 32px; background: var(--green); color: var(--black); display: inline-flex; align-items: center; justify-content: center; font-weight: 900; flex-shrink: 0; font-size: 1rem; }

.grid { display: grid; gap: 24px; }
.grid-3 { grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); }
.grid-4 { grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); }
.grid-2 { grid-template-columns: repeat(auto-fit, minmax(420px, 1fr)); }

.card { background: var(--white); padding: 36px 32px; border: 1px solid var(--border-light); transition: all 0.22s ease; position: relative; box-shadow: 0 2px 12px rgba(5,8,7,0.06); }
.card::before { content: ''; position: absolute; top: -2px; left: -2px; right: -2px; height: 4px; background: var(--green); transform: scaleX(0); transform-origin: left; transition: transform 0.2s ease; }
.card:hover { transform: translateY(-4px); border-color: var(--green); box-shadow: var(--shadow-md); }
.card:hover::before { transform: scaleX(1); }
.card-icon { width: 56px; height: 56px; background: var(--black); display: flex; align-items: center; justify-content: center; color: var(--green); margin-bottom: 24px; border-radius: 10px; }
.card-icon svg { width: 28px; height: 28px; stroke: var(--green); }
.card h3 { font-size: 1.5rem; margin-bottom: 14px; color: var(--black); }
.card p { font-size: 0.9375rem; color: var(--gray); margin-bottom: 20px; line-height: 1.6; }
.card .card-link { color: var(--green-dark); font-weight: 800; font-size: 0.875rem; display: inline-flex; align-items: center; gap: 8px; letter-spacing: 1px; text-transform: uppercase; }
.card .card-link::after { content: '→'; transition: transform 0.15s; }
.card:hover .card-link::after { transform: translateX(6px); }

.process { background: var(--black); color: var(--white); }
.process h2 { color: var(--white); }
.process .section-header p { color: rgba(255,255,255,0.75); }
.process-steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 32px; }
.process-step { text-align: center; padding: 32px; border: 2px solid var(--border); transition: all 0.2s; }
.process-step:hover { border-color: var(--green); }
.step-number { width: 72px; height: 72px; background: var(--green); color: var(--black); display: inline-flex; align-items: center; justify-content: center; font-family: 'Barlow Condensed', sans-serif; font-size: 2.25rem; font-weight: 900; margin-bottom: 24px; }
.process-step h3 { color: var(--white); font-size: 1.5rem; margin-bottom: 12px; }
.process-step p { color: rgba(255,255,255,0.7); font-size: 0.9375rem; }

.compare-table { background: var(--white); border: 2px solid var(--black); overflow: hidden; }
.compare-table table { width: 100%; border-collapse: collapse; }
.compare-table th, .compare-table td { padding: 20px 24px; text-align: left; border-bottom: 1px solid var(--border-light); }
.compare-table th { background: var(--black); color: var(--white); font-weight: 800; font-size: 1rem; text-transform: uppercase; letter-spacing: 1px; }
.compare-table th:last-child { color: var(--green); }
.compare-table tr:last-child td { border-bottom: none; }
.compare-table tr:hover { background: var(--cream); }
.compare-table .check { color: var(--green-dark); font-weight: 800; }
.compare-table .x { color: var(--gray-light); }

.cta-banner { position: relative; color: var(--white); padding: 120px 0; text-align: center; overflow: hidden; background: var(--black); }
.cta-banner::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse at center, rgba(0,255,102,0.15) 0%, transparent 60%); }
.cta-banner > .container { position: relative; z-index: 2; }
.cta-banner h2 { color: var(--white); margin-bottom: 24px; }
.cta-banner h2 .accent { color: var(--green); }
.cta-banner p { color: rgba(255,255,255,0.9); font-size: 1.1875rem; max-width: 680px; margin: 0 auto 40px; }

.faq-item { background: var(--white); border: 1px solid var(--border-light); margin-bottom: 12px; overflow: hidden; transition: all 0.2s; }
.faq-item:hover { border-color: var(--green); }
.faq-question { padding: 22px 28px; cursor: pointer; font-weight: 700; display: flex; justify-content: space-between; align-items: center; color: var(--black); font-size: 1.05rem; font-family: 'Barlow Condensed', sans-serif; text-transform: uppercase; letter-spacing: 0.5px; }
.faq-question::after { content: '+'; font-size: 1.5rem; color: var(--green-dark); transition: transform 0.2s; font-weight: 800; }
.faq-item.open .faq-question::after { transform: rotate(45deg); }
.faq-answer { padding: 0 28px; max-height: 0; overflow: hidden; transition: all 0.3s; color: var(--gray); }
.faq-item.open .faq-answer { padding: 0 28px 24px; max-height: 600px; }

.site-footer { background: var(--black); color: rgba(255,255,255,0.7); padding: 80px 0 32px; border-top: 2px solid var(--green); }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 48px; margin-bottom: 56px; }
.footer-brand .logo { margin-bottom: 24px; height: auto; }
.footer-brand .logo img { height: 80px; }
.footer-brand p { color: rgba(255,255,255,0.6); font-size: 0.9375rem; line-height: 1.7; }
.footer-col h4 { color: var(--green); font-family: 'Barlow Condensed', sans-serif; font-size: 1.0625rem; font-weight: 800; margin-bottom: 20px; text-transform: uppercase; letter-spacing: 1px; }
.footer-col ul { list-style: none; }
.footer-col li { margin-bottom: 12px; }
.footer-col a { color: rgba(255,255,255,0.7); font-size: 0.9375rem; }
.footer-col a:hover { color: var(--green); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.1); padding-top: 24px; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 16px; color: rgba(255,255,255,0.5); font-size: 0.8125rem; }

.page-hero { position: relative; color: var(--white); padding: 120px 0 80px; text-align: center; overflow: hidden; background: var(--black); border-bottom: 2px solid var(--green); }
.page-hero::after { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse at center, rgba(0,255,102,0.2) 0%, transparent 60%); }
.page-hero-bg { position: absolute; inset: 0; z-index: 1; }
.page-hero-bg img { width: 100%; height: 100%; object-fit: cover; opacity: 0.25; }
.page-hero > .container { position: relative; z-index: 3; }
.page-hero h1 { color: var(--white); margin-bottom: 18px; font-size: clamp(2.5rem, 5vw, 4rem); }
.page-hero p { color: rgba(255,255,255,0.9); font-size: 1.1875rem; max-width: 760px; margin: 0 auto; }
.breadcrumb { padding: 16px 0; font-size: 0.875rem; color: var(--gray); border-bottom: 1px solid var(--border-light); background: var(--cream); text-transform: uppercase; letter-spacing: 1px; font-weight: 600; }
.breadcrumb a { color: var(--green-dark); }

.article-content { padding: 80px 0; background: var(--white); }
.article-content h2 { margin: 48px 0 20px; color: var(--black); }
.article-content h3 { margin: 32px 0 16px; color: var(--green-dark); text-transform: none; font-weight: 700; font-style: italic; }
.article-content p { font-size: 1.0625rem; line-height: 1.75; margin-bottom: 20px; color: var(--charcoal); }
.article-content ul, .article-content ol { margin: 20px 0 20px 28px; color: var(--charcoal); }
.article-content li { font-size: 1.0625rem; line-height: 1.75; margin-bottom: 10px; }
.article-content blockquote { border-left: 4px solid var(--green); padding: 16px 0 16px 28px; margin: 32px 0; font-style: italic; font-size: 1.125rem; color: var(--gray); background: var(--cream); }
.callout { background: var(--black); color: var(--white); border-left: 4px solid var(--green); padding: 24px 28px; margin: 32px 0; }
.callout strong { color: var(--green); display: block; margin-bottom: 8px; font-family: 'Barlow Condensed', sans-serif; font-size: 1.125rem; text-transform: uppercase; letter-spacing: 1px; }
.callout p { color: rgba(255,255,255,0.92); margin: 0; }
.related-pages { background: var(--cream); padding: 80px 0; }

.apply-page { background: var(--cream); padding: 60px 0; }
.form-container { max-width: 1080px; margin: 0 auto; background: var(--white); border-top: 4px solid var(--green); box-shadow: var(--shadow-md); }
.form-section { margin-bottom: 40px; padding-bottom: 0; border-bottom: 1px solid var(--border-light); }
.form-section:last-of-type { border-bottom: none; }
.form-section h3 { color: var(--black); font-size: 1.5rem; padding-bottom: 12px; border-bottom: 3px solid var(--green); margin-bottom: 24px; }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.form-group { display: flex; flex-direction: column; }
.form-group.full-width { grid-column: 1 / -1; }
.form-group label { font-size: 0.875rem; font-weight: 700; color: var(--black); margin-bottom: 8px; text-transform: uppercase; letter-spacing: 0.5px; }
.form-group input, .form-group select, .form-group textarea { padding: 14px 18px; border: 2px solid var(--border-light); font-family: inherit; font-size: 1rem; background: var(--white); transition: border-color 0.15s; }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { outline: none; border-color: var(--green); }

@media (max-width: 968px) {
  .nav-menu { display: none; }
  .split-section, .split-section.reverse { grid-template-columns: 1fr; gap: 48px; }
  .split-image img { height: 400px; }
  section { padding: 64px 0; }
  .hero { min-height: 80vh; }
  .hero-cta { flex-direction: column; align-items: stretch; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .form-grid { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  .footer-grid { grid-template-columns: 1fr; }
  .stat-item:not(:last-child)::after { display: none; }
  .stats-grid { gap: 32px; }
}

@keyframes pulse { 0%,100% { opacity: 1; } 50% { opacity: 0.5; } }
.pulse { animation: pulse 2s ease-in-out infinite; }
@keyframes fadeInUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } }
.fade-up { animation: fadeInUp 0.6s ease-out backwards; }
.fade-up-delay-1 { animation-delay: 0.1s; }
.fade-up-delay-2 { animation-delay: 0.2s; }
.fade-up-delay-3 { animation-delay: 0.3s; }

/* TRUST BADGES SECTION */
.trust-badges-section { background: var(--white); padding: 56px 0; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.trust-badges-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 32px; }
.trust-badge { display: flex; align-items: center; gap: 16px; padding: 4px 0; }
.trust-badge-icon { width: 48px; height: 48px; background: var(--cream); border-radius: 8px; display: flex; align-items: center; justify-content: center; color: var(--green-dark); flex-shrink: 0; }
.trust-badge-icon svg { width: 22px; height: 22px; }
.trust-badge-content {}
.trust-badge-title { font-weight: 700; color: var(--charcoal); font-size: 0.9375rem; line-height: 1.2; margin-bottom: 2px; }
.trust-badge-sub { color: var(--gray); font-size: 0.8125rem; }

/* TESTIMONIALS SECTION */
.testimonials-section { background: var(--cream); padding: 96px 0; }
.testimonial-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 24px; }
.testimonial-card { background: var(--white); padding: 32px; border-radius: 8px; border: 1px solid var(--border); transition: all 0.25s; box-shadow: var(--shadow-sm); }
.testimonial-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.testimonial-rating { color: #FFB400; font-size: 1.0625rem; margin-bottom: 16px; letter-spacing: 1px; display: flex; align-items: center; gap: 8px; }
.rating-label { font-size: 0.75rem; color: var(--gray); font-weight: 600; letter-spacing: 0.5px; text-transform: uppercase; }
.testimonial-quote { font-size: 1rem; line-height: 1.6; color: var(--charcoal); margin-bottom: 24px; font-style: italic; }
.testimonial-author { display: flex; align-items: center; gap: 14px; padding-top: 18px; border-top: 1px solid var(--border); }
.testimonial-avatar { width: 44px; height: 44px; border-radius: 50%; background: linear-gradient(135deg, var(--charcoal), #4A5568); color: var(--white); display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 1.125rem; flex-shrink: 0; }
.testimonial-meta {}
.testimonial-name { font-weight: 700; color: var(--charcoal); font-size: 0.9375rem; }
.testimonial-biz { color: var(--gray); font-size: 0.8125rem; margin: 2px 0; }
.testimonial-amount { font-size: 0.8125rem; color: var(--charcoal); margin-top: 4px; }
.testimonial-amount strong { color: inherit; }

/* === Logo flush-left override (push logo to page edge, polished baseline) === */
.site-header .container { padding-left: 0 !important; padding-right: 16px !important; }
.site-header .header-inner { padding-left: 0 !important; }
.site-header .logo { margin-left: -8px !important; }
@media (max-width: 768px) {
  .site-header .container { padding-left: 8px !important; padding-right: 12px !important; }
  .site-header .logo { margin-left: 0 !important; }
}

/* === WOW-UPGRADE CSS START === */

/* ===== Funding Calculator ===== */
.calc-widget-section { padding: 80px 0; background: linear-gradient(135deg, #f8f9fb 0%, #eef1f6 100%); }
.calc-widget { display: grid; grid-template-columns: 1.1fr 1fr; gap: 0; background: #fff; border-radius: 20px; overflow: hidden; box-shadow: 0 30px 80px rgba(10,20,40,0.10), 0 0 0 1px rgba(10,20,40,0.04); max-width: 1100px; margin: 0 auto; }
.calc-widget-left { padding: 48px 44px; }
.calc-widget-right { padding: 48px 44px; background: linear-gradient(135deg, #0B7B45 0%, #0a1428 100%); color: #fff; display: flex; flex-direction: column; justify-content: center; }
.calc-eyebrow { font-size: 0.75rem; font-weight: 800; letter-spacing: 3px; color: #0B7B45; margin-bottom: 12px; }
.calc-title { font-size: 2rem; font-weight: 800; line-height: 1.15; margin: 0 0 12px; color: #0a1428; }
.calc-subtitle { color: #5a6678; line-height: 1.55; margin: 0 0 32px; font-size: 1rem; }
.calc-control { margin-bottom: 28px; }
.calc-control label { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 12px; font-size: 0.875rem; color: #5a6678; font-weight: 500; }
.calc-control label strong { color: #0a1428; font-size: 1.125rem; font-weight: 800; font-variant-numeric: tabular-nums; }
.calc-slider { -webkit-appearance: none; appearance: none; width: 100%; height: 8px; border-radius: 4px; background: #e2e8f0; outline: none; cursor: pointer; transition: background 0.2s; }
.calc-slider::-webkit-slider-thumb { -webkit-appearance: none; appearance: none; width: 28px; height: 28px; border-radius: 50%; background: #0F9D58; cursor: pointer; box-shadow: 0 4px 12px rgba(0,0,0,0.15), 0 0 0 4px rgba(255,255,255,0.9); transition: transform 0.15s; }
.calc-slider::-webkit-slider-thumb:hover { transform: scale(1.15); }
.calc-slider::-moz-range-thumb { width: 28px; height: 28px; border-radius: 50%; background: #0F9D58; cursor: pointer; border: none; box-shadow: 0 4px 12px rgba(0,0,0,0.15); }
.calc-result-label { font-size: 0.75rem; font-weight: 800; letter-spacing: 3px; color: rgba(255,255,255,0.7); text-transform: uppercase; margin-bottom: 16px; }
.calc-result-amount { font-size: 3.25rem; font-weight: 900; line-height: 1; letter-spacing: -0.02em; margin-bottom: 14px; display: flex; align-items: baseline; gap: 12px; flex-wrap: wrap; color: #0F9D58; font-variant-numeric: tabular-nums; }
.calc-result-sep { color: rgba(255,255,255,0.4); font-weight: 400; }
.calc-result-meta { color: rgba(255,255,255,0.85); font-size: 0.9rem; margin-bottom: 28px; line-height: 1.5; }
.calc-cta { display: inline-block; padding: 16px 32px; background: #0F9D58; color: #0a1428; font-weight: 800; text-decoration: none; border-radius: 10px; font-size: 1.05rem; letter-spacing: 0.3px; transition: transform 0.15s, box-shadow 0.15s; box-shadow: 0 8px 22px rgba(0,0,0,0.25); text-align: center; }
.calc-cta:hover { transform: translateY(-2px); box-shadow: 0 14px 32px rgba(0,0,0,0.35); }
.calc-result-note { font-size: 0.75rem; color: rgba(255,255,255,0.6); margin-top: 18px; line-height: 1.5; }
@media (max-width: 880px) {
  .calc-widget { grid-template-columns: 1fr; }
  .calc-widget-left, .calc-widget-right { padding: 36px 28px; }
  .calc-result-amount { font-size: 2.5rem; }
  .calc-title { font-size: 1.65rem; }
}

/* ===== Sticky mobile CTA ===== */
.sticky-mobile-cta { display: none; position: fixed; bottom: 0; left: 0; right: 0; z-index: 9000; background: #fff; padding: 12px 16px; box-shadow: 0 -8px 30px rgba(0,0,0,0.18); border-top: 1px solid rgba(0,0,0,0.08); }
.sticky-mobile-cta a { display: block; padding: 14px; background: #0F9D58; color: #0a1428; font-weight: 800; text-decoration: none; border-radius: 10px; text-align: center; font-size: 1rem; letter-spacing: 0.3px; }
@media (max-width: 768px) { .sticky-mobile-cta { display: block; } body { padding-bottom: 72px; } }

/* Animated stat counter — start invisible until JS triggers */
.stat-number[data-target] { font-variant-numeric: tabular-nums; }

/* === WOW-UPGRADE CSS END === */

/* === NETWORK-LINKS CSS START === */

/* ===== Network Partners section ===== */
.network-section { padding: 70px 0; background: #f8fafc; border-top: 1px solid rgba(0,0,0,0.05); }
.network-eyebrow { text-align: center; font-size: 0.75rem; font-weight: 800; letter-spacing: 3px; color: #6b7280; text-transform: uppercase; margin-bottom: 12px; }
.network-title { text-align: center; font-size: clamp(1.6rem, 3vw, 2.2rem); margin: 0 0 12px; color: #0a1421; }
.network-intro { text-align: center; color: #5a6678; max-width: 620px; margin: 0 auto 38px; }
.network-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 16px; max-width: 1000px; margin: 0 auto; }
.network-card { display: flex; flex-direction: column; gap: 4px; padding: 22px 24px; background: #fff; border-radius: 12px; text-decoration: none; color: inherit; box-shadow: 0 4px 18px rgba(10,20,40,0.05); transition: transform 0.15s, box-shadow 0.15s; position: relative; }
.network-card:hover { transform: translateY(-3px); box-shadow: 0 14px 32px rgba(10,20,40,0.10); }
.network-card-name { font-weight: 800; font-size: 1.05rem; color: #0a1421; }
.network-card-tag { font-size: 0.85rem; color: #5a6678; }
.network-card-arrow { position: absolute; top: 22px; right: 24px; font-size: 1.2rem; color: #94a3b8; transition: transform 0.15s, color 0.15s; }
.network-card:hover .network-card-arrow { transform: translateX(4px); color: #0a1421; }

/* ===== Trust Ticker ===== */
.trust-ticker { background: #0a1421; color: #fff; padding: 10px 0; font-size: 0.85rem; border-bottom: 1px solid rgba(255,255,255,0.08); }
.trust-ticker-inner { max-width: 1280px; margin: 0 auto; padding: 0 32px; display: flex; align-items: center; gap: 12px; }
.trust-ticker-pulse { width: 8px; height: 8px; border-radius: 50%; background: #22c55e; box-shadow: 0 0 0 0 rgba(34,197,94,0.7); animation: tickerPulse 2s infinite; flex-shrink: 0; }
@keyframes tickerPulse { 0% { box-shadow: 0 0 0 0 rgba(34,197,94,0.6); } 70% { box-shadow: 0 0 0 8px rgba(34,197,94,0); } 100% { box-shadow: 0 0 0 0 rgba(34,197,94,0); } }
.trust-ticker-label { font-weight: 700; color: #22c55e; text-transform: uppercase; font-size: 0.7rem; letter-spacing: 1.5px; }
.trust-ticker-text { color: rgba(255,255,255,0.92); transition: opacity 0.35s; }
@media (max-width: 540px) { .trust-ticker-inner { padding: 0 12px; font-size: 0.78rem; } .trust-ticker-label { display: none; } }

/* === NETWORK-LINKS CSS END === */


/* Footer utility links */
.footer-utility a { color: rgba(255,255,255,0.6); text-decoration: none; transition: color 0.15s; margin: 0 4px; }
.footer-utility a:hover { color: rgba(255,255,255,0.95); }


/* Header search */
.nav-search { display: inline-flex; align-items: center; }
.nav-search input { padding: 7px 14px; border-radius: 100px; border: 1px solid rgba(0,0,0,0.1); font-size: 0.85rem; background: rgba(0,0,0,0.04); transition: all 0.15s; min-width: 160px; outline: none; font-family: inherit; }
.nav-search input:focus { background: #fff; border-color: rgba(0,0,0,0.2); box-shadow: 0 0 0 3px rgba(0,0,0,0.06); }


@media (max-width: 980px) {
  .nav-search { display: none; }
}


/* Popular Resources section */
.popular-section { padding: 70px 0; background: linear-gradient(180deg, #fff 0%, #f8fafc 100%); }
.popular-eyebrow { text-align: center; font-size: 0.75rem; font-weight: 800; letter-spacing: 3px; color: #6b7280; text-transform: uppercase; margin-bottom: 12px; }
.popular-title { text-align: center; font-size: clamp(1.6rem, 3vw, 2.2rem); margin: 0 0 44px; }
.popular-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 32px; max-width: 1100px; margin: 0 auto; }
.popular-col { background: #fff; padding: 28px 30px; border-radius: 12px; box-shadow: 0 4px 18px rgba(10,20,40,0.05); border-top: 3px solid; }
.popular-col h3 { font-size: 1rem; margin: 0 0 18px; padding-bottom: 12px; border-bottom: 1px solid #eef1f5; letter-spacing: 0.3px; }
.popular-col ul { list-style: none; padding: 0; margin: 0; }
.popular-col li { padding: 6px 0; }
.popular-col a { text-decoration: none; font-size: 0.94rem; line-height: 1.5; padding: 4px 0; display: block; transition: color 0.15s, transform 0.15s; }
.popular-col a:hover { transform: translateX(3px); }

.popular-col { border-top-color: #0F9D58; }
.popular-col h3 { color: #0a1428; }
.popular-col a { color: #0a1428; }
.popular-col a:hover { color: #0F9D58; }


/* ===== MOBILE RESPONSIVE FIXES ===== */

/* Hamburger button */
.mobile-menu-btn {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 6px;
  flex-direction: column;
  gap: 5px;
  align-items: center;
  justify-content: center;
}
.mobile-menu-btn span {
  display: block;
  width: 24px;
  height: 2.5px;
  background: var(--white);
  border-radius: 2px;
  transition: all 0.3s ease;
}
.mobile-menu-btn.open span:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); }
.mobile-menu-btn.open span:nth-child(2) { opacity: 0; }
.mobile-menu-btn.open span:nth-child(3) { transform: rotate(-45deg) translate(5px, -5px); }

/* Mobile nav drawer */
.mobile-nav-drawer {
  display: none;
  position: fixed !important;
  z-index: 9999 !important;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(5,8,7,0.97);
  z-index: 9998;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 28px;
  padding: 24px;
}
.mobile-nav-drawer.open { display: flex; }
.mobile-nav-drawer a {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: -0.5px;
  transition: color 0.15s;
}
.mobile-nav-drawer a:hover { color: var(--green); }
.mobile-nav-drawer .btn {
  margin-top: 12px;
  width: 100%;
  max-width: 280px;
  text-align: center;
  font-size: 1.125rem;
  padding: 16px 32px;
}
.mobile-nav-close {
  position: absolute;
  top: 20px;
  right: 20px;
  background: none;
  border: none;
  color: rgba(255,255,255,0.7);
  font-size: 2rem;
  cursor: pointer;
  line-height: 1;
  padding: 4px 10px;
}

@media (max-width: 968px) {
  /* Show hamburger, hide nav */
  .mobile-menu-btn { display: flex; }

  /* Logo: constrain width on mobile */
  .logo img { height: 56px !important; max-width: 240px; }
  .logo { height: 56px !important; }

  /* Top bar: hide email on mobile, keep phone */
  .top-bar-email-link { display: none; }
  .top-bar-inner { flex-direction: row; justify-content: space-between; font-size: 0.8rem; }

  /* Hero improvements */
  .hero { min-height: 80vh; }
  .hero-content { padding: 40px 0 60px; }
  .hero-inner { grid-template-columns: 1fr; gap: 32px; }
  .hero-text { padding: 0 4px; }
  .hero h1 { font-size: clamp(2rem, 8vw, 3rem); }
  .hero-sub { font-size: 1rem; }
  .hero-cta { flex-direction: column; gap: 12px; }
  .hero-cta .btn { width: 100%; text-align: center; justify-content: center; }
  .hero-trust { gap: 16px; flex-wrap: wrap; }
  .hero-badge { font-size: 0.7rem; padding: 6px 14px; white-space: normal; text-align: center; }

  /* Hero card — hide on smallest screens */
  .hero-card { display: none; }

  /* Value banner — truncate */
  .value-banner .container { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
}

@media (max-width: 480px) {
  .container { padding: 0 16px; }
  .hero-trust-item { font-size: 0.8rem; }
  .hero-badge { font-size: 0.65rem; }
}
/* ===== END MOBILE FIXES ===== */

@media (max-width: 968px) {
  /* Hide top bar body text — too long for mobile */
  .top-bar-inner > div:first-child { display: none; }
  /* Top bar: phone left, apply right */
  .top-bar-inner { justify-content: space-between; padding: 0 16px; }
  /* Hide email in top bar on mobile */
  .top-bar-email-link { display: none !important; }
  /* Announcement ticker — single line */
  .value-banner > div { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-size: 0.8rem; }
  /* Trust ticker label hide */
  .trust-ticker-label { display: none; }
}

@media (max-width: 968px) {
  /* Full width page on mobile */
  body, html { width: 100% !important; max-width: 100% !important; }
  .container { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; }
  
  /* Logo — bigger and readable */
  .logo img { height: 60px !important; width: auto !important; max-width: 200px !important; }
  .logo { height: 60px !important; }
  
  /* Header fills full width */
  .site-header { width: 100% !important; }
  .header-inner { width: 100% !important; display: flex !important; justify-content: space-between !important; align-items: center !important; padding: 0 16px !important; }
  
  /* Hamburger — bigger, visible */
  .mobile-menu-btn { display: flex !important; margin-left: auto; }
  .mobile-menu-btn span { width: 26px !important; height: 3px !important; background: #fff !important; }
  
  /* Hero badge — shorter text, single line if possible */
  .hero-badge { font-size: 0.65rem !important; padding: 6px 12px !important; letter-spacing: 0.8px !important; }
  
  /* Mobile drawer — ensure hidden by default + position:fixed */
  .mobile-nav-drawer { display: none !important; }
  .mobile-nav-drawer.open { display: flex !important; position: fixed !important; top: 0 !important; left: 0 !important; right: 0 !important; bottom: 0 !important; z-index: 9999 !important; }
}

.badge-mobile { display: none !important; }
.badge-desktop { display: inline; }
@media (max-width: 968px) {
  .badge-mobile { display: inline; }
  .badge-desktop { display: none; }
}

@media (max-width: 968px) {
  /* Hide announcement bar completely on mobile — too long */
  .value-banner { display: none !important; }
  
  /* Hamburger icon — explicit 3-line styling */
  .mobile-menu-btn { 
    display: flex !important; 
    flex-direction: column !important;
    gap: 5px !important;
    width: 36px !important;
    height: 36px !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    background: none !important;
    border: none !important;
    padding: 4px !important;
  }
  .mobile-menu-btn span {
    display: block !important;
    width: 22px !important;
    height: 2.5px !important;
    background: #ffffff !important;
    border-radius: 2px !important;
  }
}

/* === REDLINE-STYLE HERO LAYOUT === */
.hero-inner-redline { display: grid; grid-template-columns: 1fr; max-width: 840px; align-items: center; }
.hero-photo-col { position: relative; }
.hero-photo-card { position: relative; border-radius: 16px; overflow: hidden; box-shadow: 0 32px 80px rgba(0,0,0,0.5); }
.hero-photo-card img { width: 100%; height: 440px; object-fit: cover; display: block; }
.hero-trust-badge {
  position: absolute; bottom: 24px; left: 24px;
  background: rgba(255,255,255,0.95); border-radius: 12px;
  padding: 12px 18px; display: flex; align-items: center; gap: 12px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.2);
  backdrop-filter: blur(12px);
}
.htb-2 { bottom: auto; top: 24px; left: auto; right: 24px; }
.htb-icon { width: 36px; height: 36px; background: #0F9D58; border-radius: 8px; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 1.1rem; font-weight: 900; flex-shrink: 0; }
.htb-number { font-size: 1.25rem; font-weight: 900; color: #0a1428; line-height: 1.1; }
.htb-label { font-size: 0.7rem; color: #6b7280; font-weight: 600; text-transform: uppercase; letter-spacing: 0.5px; }

/* Fix hero height now that we have content */
.hero { min-height: 75vh !important; }
.hero-content { padding: 60px 0 80px !important; }

@media (max-width: 968px) {
  .hero-inner-redline { grid-template-columns: 1fr; }
  .hero-photo-col { display: none; }
  .hero { min-height: 80vh !important; }
}
/* === END REDLINE HERO === */


/* ===== REVIEW TRUST BAR ===== */
.review-trust-bar {
  background: #0B7B45;
  padding: 9px 0;
  font-size: 0.78rem;
  font-weight: 500;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.review-trust-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.review-trust-left {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.rtb-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #FFFFFF;
  opacity: 0.95;
}
.rtb-stars {
  color: #FFD700;
  font-size: 0.75rem;
  letter-spacing: 1px;
}
.rtb-text strong {
  color: #FFFFFF;
}
.rtb-divider {
  color: #FFFFFF;
  opacity: 0.3;
  font-size: 0.9rem;
  padding: 0 4px;
}
.review-trust-right {
  display: flex;
  align-items: center;
  gap: 12px;
}
.rtb-phone {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #FFFFFF;
  font-weight: 700;
  text-decoration: none;
  opacity: 0.9;
  transition: opacity 0.15s;
}
.rtb-phone:hover { opacity: 1; color: #FFFFFF; }
.rtb-social {
  display: flex;
  gap: 10px;
  align-items: center;
}
.rtb-social-link {
  color: #FFFFFF;
  opacity: 0.7;
  transition: opacity 0.15s;
  display: flex;
  align-items: center;
}
.rtb-social-link:hover { opacity: 1; }
@media (max-width: 768px) {
  .review-trust-bar { display: none; }
}
/* ===== END REVIEW TRUST BAR ===== */

/* ===== REDLINE ELEMENTS — PRODUCT TICKER ===== */
.product-ticker {
  background: #050807;
  border-top: 2px solid #0F9D58;
  border-bottom: 2px solid rgba(255,255,255,0.04);
  overflow: hidden;
  padding: 0;
  position: relative;
}
.product-ticker::before,
.product-ticker::after {
  content: '';
  position: absolute;
  top: 0; bottom: 0;
  width: 80px;
  z-index: 2;
  pointer-events: none;
}
.product-ticker::before { left: 0; background: linear-gradient(90deg, #050807 0%, transparent 100%); }
.product-ticker::after  { right: 0; background: linear-gradient(270deg, #050807 0%, transparent 100%); }
.product-ticker-track {
  display: flex;
  flex-wrap: nowrap;
  white-space: nowrap;
  width: max-content;
  animation: tickerScroll 28s linear infinite;
  padding: 13px 0;
}
.product-ticker-track:hover { animation-play-state: paused; cursor: default; }
@keyframes tickerScroll {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
.ticker-item {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  padding: 0 36px;
  font-family: 'Inter', sans-serif;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.75);
}
.ticker-item::after {
  content: '◆';
  display: inline-block;
  margin-left: 36px;
  font-size: 0.45rem;
  color: #0F9D58;
  opacity: 0.7;
  vertical-align: middle;
}
.ticker-item:last-child::after { display: none; }

/* ===== CLIENTS BAR ===== */
.clients-bar {
  background: #f9fafb;
  padding: 52px 0;
  border-bottom: 1px solid rgba(0,0,0,0.06);
}
.clients-bar-eyebrow {
  text-align: center;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #9ca3af;
  margin-bottom: 32px;
}
.clients-logo-grid {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  flex-wrap: wrap;
}
.client-logo-item {
  font-family: 'Inter', sans-serif;
  font-size: 0.8125rem;
  font-weight: 700;
  color: #6b7280;
  padding: 0 36px;
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: nowrap;
  position: relative;
}
.client-logo-item::after {
  content: '';
  position: absolute;
  right: 0; top: 50%;
  transform: translateY(-50%);
  width: 1px; height: 20px;
  background: #e5e7eb;
}
.client-logo-item:last-child::after { display: none; }
/* ===== END REDLINE ELEMENTS ===== */


/* ===== TESTIMONIALS SECTION ===== */
.testimonials-section { padding: 80px 0; }
.testi-header { text-align: center; margin-bottom: 48px; }
.testi-header h2 { color: #fff; margin-bottom: 0; }
.testi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.testi-card { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.12); border-radius: 4px; padding: 32px; display: flex; flex-direction: column; }
.testi-stars { font-size: 1rem; letter-spacing: 2px; margin-bottom: 16px; }
.testi-quote { color: rgba(255,255,255,0.85); font-size: 0.9375rem; line-height: 1.75; font-style: italic; flex: 1; margin-bottom: 24px; }
.testi-author { border-top: 1px solid rgba(255,255,255,0.1); padding-top: 18px; }
.testi-author strong { display: block; color: #fff; font-size: 0.9375rem; margin-bottom: 4px; }
.testi-author span { color: rgba(255,255,255,0.5); font-size: 0.8125rem; }
.testi-aggregate { text-align: center; margin-top: 40px; background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08); border-radius: 100px; padding: 12px 32px; display: inline-block; width: 100%; max-width: 500px; margin-left: auto; margin-right: auto; display: flex; justify-content: center; align-items: center; gap: 12px; font-size: 0.875rem; color: rgba(255,255,255,0.7); }
.testi-aggregate strong { color: #fff; }
@media (max-width: 768px) { .testi-grid { grid-template-columns: 1fr; } }
/* ===== END TESTIMONIALS ===== */

/* ===== FUTURISTIC HERO v2 ===== */
.hero h1 { text-shadow: 0 0 60px rgba(255,107,43,0.25); }
.hero h1 .accent { background: linear-gradient(120deg, #FF6B2B 0%, #FF9D5C 50%, #FFCC70 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; filter: drop-shadow(0 0 24px rgba(255,107,43,0.45)); }
.hero .btn-primary { box-shadow: 0 0 32px rgba(255,107,43,0.45), 0 8px 24px rgba(0,0,0,0.4); }
.hero .btn-primary:hover { box-shadow: 0 0 48px rgba(255,107,43,0.65), 0 8px 24px rgba(0,0,0,0.4); }

/* ===== END FUTURISTIC HERO v2 ===== */
