/* ============================================================
   DBLoad.com — Custom Stylesheet
   Works on top of Bootstrap 5.
   Import this file in Bootstrap Studio under:
   Design > Styles > + > Link CSS file
   ============================================================ */

/* ── DESIGN TOKENS ────────────────────────────────────────── */

:root {
  --primary: #0a2540;
  --accent: #1a73e8;
  --accent-light: #4f9cf9;
  --accent-glow: rgba(26, 115, 232, 0.18);
  --surface: #f4f7fb;
  --surface-card: #ffffff;
  --text: #0a2540;
  --text-muted: #5f7490;
  --border: #dce4f0;
  --radius: 12px;
  --radius-lg: 20px;
}

/* ── BASE ─────────────────────────────────────────────────── */

body {
  font-family: 'DM Sans', sans-serif;
  background: #ffffff;
  color: var(--text);
  font-size: 16px;
  line-height: 1.65;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Outfit', sans-serif;
  letter-spacing: -0.025em;
}

/* ── NAVBAR ───────────────────────────────────────────────── */

.navbar {
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
  padding: 0.75rem 0;
  position: sticky;
  top: 0;
  z-index: 1000;
}

.navbar-brand {
  font-family: 'Outfit', sans-serif;
  font-weight: 900;
  font-size: 1.55rem;
  color: var(--primary) !important;
  letter-spacing: -0.04em;
}

.navbar-brand span {
  color: var(--accent);
}

.nav-link {
  font-weight: 500;
  color: var(--text-muted) !important;
  padding: 0.5rem 0.9rem !important;
  border-radius: 8px;
  transition: background 0.2s, color 0.2s;
}

.nav-link:hover, .nav-link.active {
  background: var(--surface);
  color: var(--primary) !important;
}

.btn-nav-cta {
  background: var(--accent);
  color: #ffffff !important;
  border-radius: 8px;
  padding: 0.45rem 1.1rem !important;
  font-weight: 600;
  transition: background 0.2s, transform 0.15s;
}

.btn-nav-cta:hover {
  background: #1558c0;
  transform: translateY(-1px);
}

/* ── HERO ─────────────────────────────────────────────────── */

.hero {
  background: var(--primary);
  color: #ffffff;
  padding: 100px 0 80px;
  position: relative;
  overflow: hidden;
}

.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 70% 60% at 80% 50%, rgba(26, 115, 232, 0.35) 0%, transparent 70%), radial-gradient(ellipse 40% 50% at 10% 80%, rgba(79, 156, 249, 0.15) 0%, transparent 60%);
  pointer-events: none;
}

.hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 40px 40px;
  pointer-events: none;
}

.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(26, 115, 232, 0.2);
  border: 1px solid rgba(26, 115, 232, 0.4);
  border-radius: 50px;
  padding: 4px 14px;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--accent-light);
  margin-bottom: 1.5rem;
}

.hero h1 {
  font-size: clamp(2.4rem, 5vw, 3.8rem);
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 1.25rem;
}

.hero h1 em {
  font-style: normal;
  color: var(--accent-light);
}

.hero p.lead {
  font-size: 1.15rem;
  color: rgba(255, 255, 255, 0.75);
  max-width: 520px;
  margin-bottom: 2.25rem;
}

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

.hero-stat-row {
  margin-top: 3.5rem;
  display: flex;
  gap: 2.5rem;
  flex-wrap: wrap;
}

.hero-stat strong {
  display: block;
  font-family: 'Outfit', sans-serif;
  font-size: 2rem;
  font-weight: 800;
  color: #ffffff;
}

.hero-stat span {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.55);
  font-weight: 500;
}

.hero-visual {
  position: relative;
  z-index: 1;
}

.hero-screenshot {
  /*background: #0e1d36;*/
  /*border: 1px solid rgba(255, 255, 255, 0.12);*/
  /*border-radius: var(--radius-lg);*/
  padding: 10px;
  /*box-shadow: 0 30px 80px rgba(0, 0, 0, 0.45), 0 0 0 1px rgba(255, 255, 255, 0.06);*/
}

.hero-screenshot img {
  width: 100%;
  border-radius: 10px;
  display: block;
}

.hero-badge {
  position: absolute;
  bottom: -18px;
  left: -18px;
  background: #ffffff;
  border-radius: 12px;
  padding: 12px 18px;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.18);
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  color: var(--primary);
  font-size: 0.9rem;
}

.hero-badge .dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #22c55e;
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0%, 100% {
    box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.4);
  }
  50% {
    box-shadow: 0 0 0 6px rgba(34, 197, 94, 0);
  }
}

/* ── HERO BUTTONS ─────────────────────────────────────────── */

.btn-hero-primary {
  background: var(--accent);
  color: #ffffff;
  border: none;
  border-radius: 10px;
  padding: 0.8rem 1.8rem;
  font-weight: 700;
  font-size: 1rem;
  transition: background 0.2s, transform 0.15s, box-shadow 0.2s;
  box-shadow: 0 4px 20px rgba(26, 115, 232, 0.4);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.btn-hero-primary:hover {
  background: #1558c0;
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(26, 115, 232, 0.5);
  color: #ffffff;
}

.btn-hero-outline {
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 10px;
  padding: 0.8rem 1.8rem;
  font-weight: 600;
  font-size: 1rem;
  transition: background 0.2s, border-color 0.2s;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.btn-hero-outline:hover {
  background: rgba(255, 255, 255, 0.18);
  border-color: rgba(255, 255, 255, 0.5);
  color: #ffffff;
}

/* ── TRUST BAR ────────────────────────────────────────────── */

.trust-bar {
  background: var(--surface);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 28px 0;
}

.trust-bar p {
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin: 0 0 16px;
}

.db-logos {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.db-chip {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: #ffffff;
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 7px 14px;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--text);
}

.db-chip i {
  font-size: 1rem;
  color: var(--accent);
}

/* ── SECTION HEADINGS ─────────────────────────────────────── */

.section-label {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 0.5rem;
}

.section-title {
  font-family: 'Outfit', sans-serif;
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  font-weight: 800;
  line-height: 1.15;
  margin-bottom: 1rem;
  color: var(--primary);
}

.section-desc {
  font-size: 1.05rem;
  color: var(--text-muted);
  max-width: 560px;
}

/* ── PRODUCT CARDS ────────────────────────────────────────── */

.products-section {
  padding: 90px 0;
}

.product-card {
  background: var(--surface-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 40px;
  height: 100%;
  transition: transform 0.25s, box-shadow 0.25s, border-color 0.25s;
  position: relative;
  overflow: hidden;
}

.product-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  /*height: 4px;*/
  background: linear-gradient(90deg, var(--accent), var(--accent-light));
  border-radius: var(--radius-lg) var(--radius-lg) 0 0;
}

.product-card.featured {
  border-color: var(--accent);
}

.product-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 60px rgba(10, 37, 64, 0.1);
  border-color: var(--accent);
}

.product-icon {
  width: 56px;
  height: 56px;
  background: var(--accent-glow);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  color: var(--accent);
  margin-bottom: 1.5rem;
}

.product-card h3 {
  font-size: 1.4rem;
  font-weight: 800;
  margin-bottom: 0.5rem;
  color: var(--primary);
}

.product-card .tagline {
  font-size: 0.9rem;
  color: var(--text-muted);
  margin-bottom: 1.5rem;
}

.feature-list {
  list-style: none;
  padding: 0;
  margin: 0 0 2rem;
}

.feature-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 8px 0;
  border-bottom: 1px solid var(--surface);
  font-size: 0.9rem;
  color: var(--text);
}

.feature-list li:last-child {
  border-bottom: none;
}

.feature-list li i {
  color: var(--accent);
  font-size: 0.95rem;
  flex-shrink: 0;
  margin-top: 3px;
}

.product-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

/* ── SMALL BUTTONS ────────────────────────────────────────── */

.btn-primary-sm {
  background: var(--accent);
  color: #ffffff;
  border: none;
  border-radius: 8px;
  padding: 0.55rem 1.2rem;
  font-weight: 600;
  font-size: 0.9rem;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: background 0.2s, transform 0.15s;
}

.btn-primary-sm:hover {
  background: #1558c0;
  transform: translateY(-1px);
  color: #ffffff;
}

.btn-ghost-sm {
  background: transparent;
  color: var(--accent);
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 0.55rem 1.2rem;
  font-weight: 600;
  font-size: 0.9rem;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: background 0.2s, border-color 0.2s;
}

.btn-ghost-sm:hover {
  background: var(--surface);
  border-color: var(--accent);
}

/* ── FEATURES GRID ────────────────────────────────────────── */

.features-section {
  background: var(--surface);
  padding: 90px 0;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.feat-card {
  background: #ffffff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 28px;
  height: 100%;
  transition: box-shadow 0.2s, border-color 0.2s;
}

.feat-card:hover {
  box-shadow: 0 8px 28px rgba(10, 37, 64, 0.08);
  border-color: var(--accent-light);
}

.feat-icon {
  width: 44px;
  height: 44px;
  background: var(--accent-glow);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  color: var(--accent);
  margin-bottom: 1rem;
}

.feat-card h5 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.4rem;
}

.feat-card p {
  font-size: 0.875rem;
  color: var(--text-muted);
  margin: 0;
}

/* ── DATABASE MATRIX ──────────────────────────────────────── */

.databases-section {
  padding: 90px 0;
}

.db-matrix {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  overflow: hidden;
}

.db-matrix table {
  margin: 0;
}

.db-matrix thead th {
  background: var(--primary);
  color: #ffffff;
  font-weight: 600;
  font-size: 0.85rem;
  padding: 14px 18px;
  border: none;
}

.db-matrix tbody td {
  padding: 12px 18px;
  font-size: 0.9rem;
  vertical-align: middle;
  border-color: var(--border);
}

.db-matrix tbody tr:hover td {
  background: rgba(26, 115, 232, 0.04);
}

.check {
  color: #22c55e;
  font-size: 1.1rem;
}

.dash {
  color: #cbd5e1;
}

/* ── RELEASE SECTION ──────────────────────────────────────── */

.release-section {
  padding: 80px 0;
  background: var(--primary);
  color: #ffffff;
}

.release-section .section-label {
  color: var(--accent-light);
}

.release-section .section-title {
  color: #ffffff;
}

.release-card {
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  padding: 24px 28px;
}

.release-card h6 {
  font-size: 0.85rem;
  color: var(--accent-light);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 0.6rem;
}

.release-card p {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
}

/* ── FAQ ──────────────────────────────────────────────────── */

.faq-section {
  padding: 90px 0;
}

.accordion-item {
  border: 1px solid var(--border) !important;
  border-radius: var(--radius) !important;
  margin-bottom: 12px;
  overflow: hidden;
}

.accordion-button {
  font-weight: 600;
  font-size: 1rem;
  color: var(--primary) !important;
  background: #ffffff !important;
  border-radius: var(--radius) !important;
  box-shadow: none !important;
}

.accordion-button:not(.collapsed) {
  color: var(--accent) !important;
}

.accordion-button::after {
  filter: invert(35%) sepia(70%) saturate(600%) hue-rotate(195deg);
}

.accordion-body {
  font-size: 0.95rem;
  color: var(--text-muted);
}

/* ── CTA BANNER ───────────────────────────────────────────── */

.cta-section {
  background: linear-gradient(135deg, var(--accent) 0%, #0e4da4 100%);
  padding: 80px 0;
  text-align: center;
  color: #ffffff;
}

.cta-section h2 {
  font-size: clamp(1.8rem, 3.5vw, 2.5rem);
  font-weight: 800;
  margin-bottom: 1rem;
}

.cta-section p {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 2rem;
}

/* ── FOOTER ───────────────────────────────────────────────── */

footer {
  background: var(--primary);
  color: rgba(255, 255, 255, 0.65);
  padding: 60px 0 30px;
}

footer .brand {
  font-family: 'Outfit', sans-serif;
  font-weight: 900;
  font-size: 1.4rem;
  color: #ffffff;
  margin-bottom: 0.5rem;
  display: block;
}

footer .brand span {
  color: var(--accent-light);
}

footer p {
  font-size: 0.875rem;
  max-width: 260px;
}

footer h6 {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.4);
  margin-bottom: 1rem;
}

footer a {
  color: rgba(255, 255, 255, 0.65);
  text-decoration: none;
  font-size: 0.875rem;
  display: block;
  margin-bottom: 0.5rem;
  transition: color 0.2s;
}

footer a:hover {
  color: #ffffff;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 40px;
  padding-top: 20px;
  font-size: 0.8rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.footer-bottom a {
  display: inline;
  margin: 0 0 0 12px;
  font-size: 0.8rem;
}

/* ── BADGE ────────────────────────────────────────────────── */

.badge-new {
  background: #dcfce7;
  color: #16a34a;
  font-size: 0.7rem;
  font-weight: 700;
  border-radius: 4px;
  padding: 2px 7px;
  letter-spacing: 0.04em;
  vertical-align: middle;
}

/* ── RESPONSIVE ───────────────────────────────────────────── */

@media (max-width: 991px) {
  .hero {
    padding: 60px 0 50px;
  }
}

@media (max-width: 991px) {
  .hero-visual {
    margin-top: 40px;
  }
}

@media (max-width: 991px) {
  .hero-stat-row {
    gap: 1.5rem;
  }
}

@media (max-width: 767px) {
  .page-banner {
    padding: 44px 0 36px;
  }
}

@media (max-width: 767px) {
  .products-section, .features-section, .databases-section, .faq-section {
    padding: 60px 0;
  }
}

/* ── EXTRA CLASSES (Bootstrap Studio compatible additions) ── */

/* Hero text column z-index */

.hero-text {
  position: relative;
  z-index: 1;
}

/* Green product icon variant */

.product-icon-green {
  width: 56px;
  height: 56px;
  background: rgba(16, 185, 129, 0.12);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  color: #059669;
  margin-bottom: 1.5rem;
}

/* Green buy button for Forms Data Loader */

.btn-green {
  background: #059669 !important;
}

.btn-green:hover {
  background: #047857 !important;
}

/* Ghost button light variant (used on dark backgrounds) */

.btn-ghost-light {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.3);
}

.btn-ghost-light:hover {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.6);
}

/* Release section intro paragraph */

.release-intro {
  color: rgba(255, 255, 255, 0.65);
  font-size: 1rem;
}

/* Accent coloured inline link */

.link-accent {
  color: var(--accent);
  text-decoration: none;
}

.link-accent:hover {
  text-decoration: underline;
  color: var(--accent);
}

/* Footer brand (replaces .brand to avoid Bootstrap conflict) */

.footer-brand {
  font-family: 'Outfit', sans-serif;
  font-weight: 900;
  font-size: 1.45rem;
  color: #ffffff;
  letter-spacing: -0.04em;
  margin-bottom: 0.5rem;
  display: block;
}

.footer-brand span {
  color: var(--accent-light);
}

/* CTA section white button */

.btn-cta-white {
  background: #ffffff;
  color: var(--accent);
  border: none;
  border-radius: 10px;
  padding: 0.8rem 1.8rem;
  font-weight: 700;
  font-size: 1rem;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: transform 0.15s, box-shadow 0.2s;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.btn-cta-white:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.25);
  color: var(--accent);
}

/* CTA section outline button */

.btn-cta-outline {
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  border: 1.5px solid rgba(255, 255, 255, 0.35);
  border-radius: 10px;
  padding: 0.8rem 1.8rem;
  font-weight: 600;
  font-size: 1rem;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: background 0.2s, border-color 0.2s;
}

.btn-cta-outline:hover {
  background: rgba(255, 255, 255, 0.22);
  border-color: rgba(255, 255, 255, 0.6);
  color: #ffffff;
}

.logo-container {
  width: 100%;
  overflow: hidden;
  background: #f5f5f5;
  padding: 20px 0;
}

.logo-strip {
  white-space: nowrap;
}

.logo-strip img {
  display: inline-block;
  height: 80px;
  width: auto;
  margin: 0 40px;
  vertical-align: middle;
  transition: transform 0.3s;
}

.logo-strip img:hover {
  transform: scale(1.05);
}

/* ============================================================   SIDEBAR — Articles / Resources widget   Use alongside main content in a 2-column layout:   <div class="row">     <div class="col-lg-8">...main content...</div>     <div class="col-lg-4"><!-- sidebar here --></div>   </div>   ============================================================ */

.sidebar-sticky {
  position: sticky;
  top: 90px;
}

.sidebar-widget {
  background: var(--surface-card);
  border: 1px solid var(--border);
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 24px;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);
}

.sidebar-widget-header {
  background: var(--primary);
  color: #ffffff;
  font-weight: 700;
  font-size: 0.85rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 12px 18px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.sidebar-widget-header i {
  color: var(--accent-light);
  font-size: 0.95rem;
}

.sidebar-widget-body {
  padding: 18px 20px;
}

/* Tip box variant — accent colored header */

.sidebar-widget.tip .sidebar-widget-header {
  background: var(--accent);
}

.sidebar-widget.tip .sidebar-widget-body {
  font-size: 0.88rem;
  color: var(--text-muted);
  background: var(--accent-glow);
}

/* Article link list */

.sidebar-article-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sidebar-article-list li {
  border-bottom: 1px solid var(--surface);
}

.sidebar-article-list li:last-child {
  border-bottom: none;
}

.sidebar-article-list a {
  display: block;
  padding: 11px 0;
  font-size: 0.88rem;
  font-weight: 500;
  color: var(--primary);
  text-decoration: none;
  line-height: 1.4;
  transition: color 0.15s, padding-left 0.15s;
}

.sidebar-article-list a:hover {
  color: var(--accent);
  padding-left: 4px;
}

.sidebar-article-list a i {
  font-size: 0.7rem;
  color: var(--accent);
  margin-right: 6px;
  vertical-align: middle;
}

/* Optional: collapsible "show more" for long lists */

.sidebar-show-more {
  display: block;
  text-align: center;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--accent);
  padding: 10px 0 2px;
  text-decoration: none;
}

.sidebar-show-more:hover {
  text-decoration: underline;
}

@media (max-width: 991px) {
  .sidebar-sticky {
    position: static;
    margin-top: 40px;
  }
}

div {
}

