/**
 * Plexbooks — modern minimal marketing site overrides
 */

:root {
  --pb-font: "Inter", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif;
  --bs-primary: #4f46e5;
  --bs-primary-hover: #4338ca;
  --bs-primary-rgb: 79, 70, 229;
  --pb-text: #0f172a;
  --pb-muted: #64748b;
  --pb-border: #e2e8f0;
  --pb-bg: #ffffff;
  --pb-soft: #f8fafc;
  --pb-radius: 14px;
  --pb-shadow: 0 1px 2px rgba(15, 23, 42, 0.04), 0 12px 32px rgba(15, 23, 42, 0.06);
  --pb-text-base: 1.0625rem; /* 17px marketing body */
  --pb-leading: 1.65;
  --pb-tracking: -0.011em;
}

html {
  font-size: 16px;
}

body {
  font-family: var(--pb-font) !important;
  font-size: var(--pb-text-base) !important;
  font-weight: 400;
  font-optical-sizing: auto;
  font-feature-settings: "ss01" on, "cv11" on;
  letter-spacing: var(--pb-tracking);
  line-height: var(--pb-leading) !important;
  color: var(--pb-text);
  background: var(--pb-bg);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--pb-font) !important;
  font-weight: 700 !important;
  letter-spacing: -0.03em !important;
  line-height: 1.2 !important;
  color: var(--pb-text);
}

p, li, .nav-link {
  font-family: var(--pb-font) !important;
}

p {
  font-size: 1.0625rem !important;
  line-height: 1.7 !important;
  letter-spacing: -0.01em;
  color: var(--pb-muted);
}

/* Hide heavy preloader for snappier feel */
#preloader {
  display: none !important;
}

/* ---------- Navbar ---------- */
.fkr-navbar,
#main_navbar {
  background: rgba(255, 255, 255, 0.9) !important;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--pb-border) !important;
  box-shadow: none !important;
  padding: 0.65rem 0 !important;
}

.fkr-navbar .navbar-brand img,
#main_navbar .navbar-brand img {
  max-height: 36px;
  width: auto;
}

.fkr-navbar .nav-link,
#main_navbar .nav-link {
  color: var(--pb-muted) !important;
  font-weight: 500 !important;
  font-size: 0.9375rem !important;
  letter-spacing: -0.01em !important;
  padding: 0.5rem 0.9rem !important;
  border-radius: 8px;
  transition: color 0.15s ease, background 0.15s ease;
}

.fkr-navbar .nav-link:hover,
.fkr-navbar .nav-link.active,
#main_navbar .nav-link:hover,
#main_navbar .nav-link.active {
  color: var(--pb-text) !important;
  background: transparent;
}

.fkr-navbar .btn-login,
#main_navbar .btn-login {
  color: var(--pb-text) !important;
  border: 1px solid var(--pb-border) !important;
  border-radius: 999px !important;
  padding: 0.45rem 1.1rem !important;
  margin-left: 0.35rem;
  background: #fff !important;
}

.fkr-navbar .btn-login:hover,
#main_navbar .btn-login:hover {
  border-color: #cbd5e1 !important;
  background: var(--pb-soft) !important;
}

.fkr-navbar .btn-register,
#main_navbar .btn-register,
.fkr-navbar .btn-logout,
#main_navbar .btn-logout {
  background: var(--bs-primary) !important;
  color: #fff !important;
  border: none !important;
  border-radius: 999px !important;
  padding: 0.45rem 1.15rem !important;
  font-weight: 550 !important;
}

.fkr-navbar .btn-register:hover,
#main_navbar .btn-register:hover {
  background: var(--bs-primary-hover) !important;
  color: #fff !important;
}

.navbar-toggler {
  border: 1px solid var(--pb-border) !important;
  border-radius: 8px !important;
  padding: 0.4rem 0.55rem;
}

/* ---------- Hero ---------- */
.hero-area {
  background: linear-gradient(180deg, #f8fafc 0%, #ffffff 55%) !important;
  padding: 4.5rem 0 3.5rem !important;
  border-bottom: 1px solid var(--pb-border);
}

.hero-area h1 {
  font-size: clamp(2.25rem, 4.5vw, 3.25rem) !important;
  font-weight: 750 !important;
  line-height: 1.1 !important;
  letter-spacing: -0.035em !important;
  margin-bottom: 1.15rem !important;
  color: var(--pb-text) !important;
}

.hero-area p,
.hero-content p {
  color: var(--pb-muted) !important;
  font-size: clamp(1.0625rem, 1.5vw, 1.1875rem) !important;
  font-weight: 400 !important;
  line-height: 1.7 !important;
  letter-spacing: -0.01em !important;
  max-width: 36rem;
}

.hero-area .parent-box {
  border: 1px solid var(--pb-border) !important;
  border-radius: 999px !important;
  box-shadow: var(--pb-shadow) !important;
  background: #fff !important;
  padding-left: 1.1rem !important;
  overflow: hidden;
}

.hero-area .parent-box .form-control {
  border: none !important;
  box-shadow: none !important;
  background: transparent !important;
}

.hero-area .btn-primary,
.btn-primary {
  background: var(--bs-primary) !important;
  border-color: var(--bs-primary) !important;
  border-radius: 999px !important;
  font-weight: 600 !important;
  box-shadow: 0 1px 2px rgba(79, 70, 229, 0.25) !important;
}

.hero-area .btn-primary:hover,
.btn-primary:hover {
  background: var(--bs-primary-hover) !important;
  border-color: var(--bs-primary-hover) !important;
}

.border-right-radius-10 {
  border-radius: 0 999px 999px 0 !important;
}

/* ---------- Sections ---------- */
section.bg-light,
#services.bg-light {
  background: var(--pb-soft) !important;
}

.section-header h3 {
  color: var(--bs-primary) !important;
  font-size: 0.8125rem !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.08em !important;
  margin-bottom: 0.75rem !important;
}

.section-header h2 {
  font-size: clamp(1.65rem, 2.8vw, 2.15rem) !important;
  font-weight: 700 !important;
  letter-spacing: -0.03em !important;
  margin-bottom: 0.85rem !important;
  color: var(--pb-text) !important;
}

.section-header p {
  color: var(--pb-muted) !important;
  font-size: 1.0625rem !important;
  line-height: 1.65 !important;
  letter-spacing: -0.01em;
}

/* Feature cards */
.feature {
  background: #fff !important;
  border: 1px solid var(--pb-border) !important;
  border-radius: var(--pb-radius) !important;
  padding: 1.75rem !important;
  box-shadow: none !important;
  transition: border-color 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease !important;
  height: 100%;
}

.feature:hover {
  border-color: #c7d2fe !important;
  box-shadow: var(--pb-shadow) !important;
  transform: translateY(-2px);
}

.feature .icon {
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: #eef2ff;
  color: var(--bs-primary) !important;
  font-size: 1.25rem;
}

.feature h2 {
  font-size: 1.125rem !important;
  font-weight: 650 !important;
  letter-spacing: -0.02em !important;
  margin-top: 0.5rem;
  color: var(--pb-text) !important;
}

.feature p {
  color: var(--pb-muted) !important;
  font-size: 0.975rem !important;
  line-height: 1.6 !important;
  margin-bottom: 0;
}

/* Pricing cards */
#pricing-table .card,
.pricing-card,
.single-pricing {
  border: 1px solid var(--pb-border) !important;
  border-radius: var(--pb-radius) !important;
  box-shadow: none !important;
  overflow: hidden;
  background: #fff !important;
}

#pricing-table .card:hover,
.pricing-card:hover,
.single-pricing:hover {
  border-color: #c7d2fe !important;
  box-shadow: var(--pb-shadow) !important;
}

#pricing-table .btn-primary,
.single-pricing .btn {
  border-radius: 999px !important;
}

/* FAQ */
.accordion-item,
.faq-item,
.card.faq {
  border: 1px solid var(--pb-border) !important;
  border-radius: var(--pb-radius) !important;
  overflow: hidden;
  margin-bottom: 0.75rem;
  background: #fff;
}

.accordion-button:not(.collapsed) {
  background: #eef2ff !important;
  color: var(--bs-primary) !important;
  box-shadow: none !important;
}

/* ---------- Footer ---------- */
.footer {
  background: #0f172a !important;
  color: #94a3b8 !important;
  margin-top: auto;
}

.footer .footer-top {
  padding: 3.5rem 0 2rem !important;
}

.footer h4 {
  color: #f8fafc !important;
  font-size: 0.9375rem !important;
  font-weight: 600 !important;
  margin-bottom: 1rem !important;
}

.footer a {
  color: #94a3b8 !important;
  text-decoration: none;
  font-size: 0.9rem;
}

.footer a:hover {
  color: #fff !important;
}

.footer .text {
  color: #94a3b8 !important;
  font-size: 0.9rem;
  line-height: 1.65;
}

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

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

.footer-bottom,
.copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
  color: #64748b !important;
  font-size: 0.8125rem !important;
  padding: 1.25rem 0 !important;
}

/* Cookie consent */
.cc-window {
  border-radius: 12px !important;
  font-family: var(--pb-font) !important;
}

/* Submenus */
.submenu {
  border: 1px solid var(--pb-border) !important;
  border-radius: 10px !important;
  box-shadow: var(--pb-shadow) !important;
  overflow: hidden;
}

/* Reduce heavy animations on content for a calmer feel */
.wow {
  visibility: visible !important;
  animation-duration: 0.45s !important;
}

/* =========================================================
   Marketing site — professional landing system
   ========================================================= */

.mkt-eyebrow {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 650;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #4f46e5;
  background: #eef2ff;
  border-radius: 999px;
  padding: 0.35rem 0.75rem;
  margin-bottom: 1rem;
}

.mkt-eyebrow-light {
  background: rgba(255, 255, 255, 0.12);
  color: #c7d2fe;
}

.mkt-lead {
  font-size: 1.125rem !important;
  line-height: 1.7 !important;
  color: #64748b !important;
  max-width: 36rem;
}

.mkt-section {
  padding: 5rem 0;
}

.mkt-section-soft {
  background: #f8fafc;
}

.mkt-section-head {
  max-width: 40rem;
  margin-bottom: 3rem;
}

.mkt-section-head h2 {
  font-size: clamp(1.75rem, 3vw, 2.25rem) !important;
  font-weight: 750 !important;
  letter-spacing: -0.03em !important;
  margin-bottom: 0.75rem !important;
  color: #0f172a !important;
}

.mkt-section-head p {
  color: #64748b !important;
  margin-bottom: 0 !important;
}

.mkt-btn-primary {
  background: #4f46e5 !important;
  border: none !important;
  color: #fff !important;
  font-weight: 600 !important;
  border-radius: 999px !important;
  padding: 0.75rem 1.35rem !important;
  display: inline-flex !important;
  align-items: center;
  gap: 0.4rem;
  box-shadow: 0 8px 24px rgba(79, 70, 229, 0.25);
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}

.mkt-btn-primary:hover {
  background: #4338ca !important;
  color: #fff !important;
  transform: translateY(-1px);
  box-shadow: 0 12px 28px rgba(79, 70, 229, 0.3);
}

.mkt-btn-ghost {
  background: #fff !important;
  border: 1px solid #e2e8f0 !important;
  color: #0f172a !important;
  font-weight: 600 !important;
  border-radius: 999px !important;
  padding: 0.75rem 1.35rem !important;
  display: inline-flex !important;
  align-items: center;
  gap: 0.4rem;
}

.mkt-btn-ghost:hover {
  border-color: #c7d2fe !important;
  background: #f8fafc !important;
  color: #4f46e5 !important;
}

.mkt-btn-light {
  background: rgba(255, 255, 255, 0.12) !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  color: #fff !important;
  font-weight: 600 !important;
  border-radius: 999px !important;
  padding: 0.75rem 1.35rem !important;
}

.mkt-btn-light:hover {
  background: rgba(255, 255, 255, 0.2) !important;
  color: #fff !important;
}

/* Hero */
.mkt-hero {
  position: relative;
  padding: 4.5rem 0 4rem;
  background:
    radial-gradient(ellipse 70% 50% at 80% 0%, rgba(79, 70, 229, 0.12), transparent 55%),
    linear-gradient(180deg, #f8fafc 0%, #ffffff 70%);
  overflow: hidden;
}

.mkt-hero-copy h1 {
  font-size: clamp(2.25rem, 5vw, 3.35rem) !important;
  font-weight: 750 !important;
  letter-spacing: -0.035em !important;
  line-height: 1.08 !important;
  color: #0f172a !important;
  margin-bottom: 1.15rem !important;
}

.mkt-hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 1.5rem 0 1.25rem;
}

.mkt-workspace-form {
  margin: 1.25rem 0 1.5rem;
  max-width: 32rem;
}

.mkt-workspace-label {
  display: block;
  font-size: 0.8rem;
  font-weight: 600;
  color: #64748b;
  margin-bottom: 0.4rem;
}

.mkt-workspace-box {
  display: flex;
  align-items: center;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 999px;
  padding: 0.25rem 0.25rem 0.25rem 1rem;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
  gap: 0.25rem;
}

.mkt-workspace-prefix {
  color: #94a3b8;
  font-size: 0.875rem;
  white-space: nowrap;
  font-weight: 500;
}

.mkt-workspace-box .form-control {
  border: 0 !important;
  box-shadow: none !important;
  min-height: 2.5rem;
  padding-left: 0.25rem;
  background: transparent !important;
}

.mkt-workspace-btn {
  flex-shrink: 0;
  padding: 0.6rem 1.1rem !important;
}

.mkt-trust-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.25rem;
}

.mkt-trust-list li {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: #475569;
  margin: 0;
}

.mkt-trust-list i {
  color: #4f46e5;
}

.mkt-hero-visual {
  position: relative;
  padding: 1rem;
}

.mkt-hero-glow {
  position: absolute;
  inset: 10% 5%;
  background: radial-gradient(circle, rgba(79, 70, 229, 0.18), transparent 65%);
  filter: blur(20px);
  z-index: 0;
}

.mkt-hero-img {
  position: relative;
  z-index: 1;
  width: 100%;
  border-radius: 1.25rem;
  border: 1px solid #e2e8f0;
  box-shadow: 0 25px 50px -12px rgba(15, 23, 42, 0.18);
  background: #fff;
}

.mkt-hero-float {
  position: absolute;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 0.65rem;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  padding: 0.7rem 0.9rem;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.1);
}

.mkt-hero-float i {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 10px;
  background: #eef2ff;
  color: #4f46e5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
}

.mkt-hero-float strong {
  display: block;
  font-size: 0.875rem;
  color: #0f172a;
  line-height: 1.2;
}

.mkt-hero-float span {
  font-size: 0.75rem;
  color: #64748b;
}

.mkt-hero-float-1 {
  left: 0;
  bottom: 18%;
}

.mkt-hero-float-2 {
  right: 0;
  top: 14%;
}

/* Pillars */
.mkt-pillars {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid #e2e8f0;
}

.mkt-pillar {
  padding: 1.5rem;
  border-radius: 1rem;
  background: #fff;
  border: 1px solid #e2e8f0;
  height: 100%;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.mkt-pillar:hover {
  border-color: #c7d2fe;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
}

.mkt-pillar-icon {
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 12px;
  background: #eef2ff;
  color: #4f46e5;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  margin-bottom: 1rem;
}

.mkt-pillar h3 {
  font-size: 1.1rem !important;
  font-weight: 650 !important;
  margin-bottom: 0.5rem !important;
  color: #0f172a !important;
}

.mkt-pillar p {
  margin: 0 !important;
  color: #64748b !important;
  font-size: 0.95rem !important;
  line-height: 1.6 !important;
}

/* Feature cards */
.mkt-feature-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 1.1rem;
  padding: 1.75rem;
  transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
}

.mkt-feature-card:hover {
  transform: translateY(-3px);
  border-color: #c7d2fe;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.08);
}

.mkt-feature-icon {
  width: 3rem;
  height: 3rem;
  border-radius: 12px;
  background: #eef2ff;
  color: #4f46e5;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  margin-bottom: 1.1rem;
}

.mkt-feature-card h3,
.mkt-feature-card h2 {
  font-size: 1.1rem !important;
  font-weight: 650 !important;
  letter-spacing: -0.02em !important;
  margin-bottom: 0.55rem !important;
  color: #0f172a !important;
}

.mkt-feature-card p {
  margin: 0 !important;
  color: #64748b !important;
  font-size: 0.95rem !important;
  line-height: 1.6 !important;
}

/* Steps */
.mkt-step {
  position: relative;
  padding: 1.75rem;
  border-radius: 1.1rem;
  border: 1px solid #e2e8f0;
  background: #fff;
  height: 100%;
}

.mkt-step-num {
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #4f46e5;
  margin-bottom: 0.85rem;
}

.mkt-step h3 {
  font-size: 1.1rem !important;
  font-weight: 650 !important;
  margin-bottom: 0.5rem !important;
  color: #0f172a !important;
}

.mkt-step p {
  margin: 0 !important;
  color: #64748b !important;
  font-size: 0.95rem !important;
}

/* Pricing */
.pricing-toggle-wrap {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 999px;
  padding: 0.3rem;
  display: inline-flex !important;
  gap: 0.25rem;
}

.pricing-toggle-btn {
  margin: 0;
  cursor: pointer;
  border-radius: 999px;
  padding: 0.55rem 1.1rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: #64748b;
  transition: background 0.15s ease, color 0.15s ease;
}

.pricing-toggle-btn.active {
  background: #4f46e5;
  color: #fff;
}

.mkt-price-card {
  position: relative;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 1.25rem;
  padding: 1.75rem 1.5rem 1.5rem;
  display: flex;
  flex-direction: column;
  transition: border-color 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
}

.mkt-price-card:hover {
  border-color: #c7d2fe;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
  transform: translateY(-2px);
}

.mkt-price-card.is-popular {
  border-color: #4f46e5;
  box-shadow: 0 18px 40px rgba(79, 70, 229, 0.12);
}

.mkt-price-badge {
  position: absolute;
  top: -0.7rem;
  left: 50%;
  transform: translateX(-50%);
  background: #4f46e5;
  color: #fff;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border-radius: 999px;
  padding: 0.3rem 0.75rem;
  white-space: nowrap;
}

.mkt-price-name {
  font-size: 1.05rem !important;
  font-weight: 650 !important;
  margin-bottom: 0.75rem !important;
  color: #0f172a !important;
}

.mkt-price-amount {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.35rem;
  margin-bottom: 0.35rem;
}

.mkt-price-value {
  font-size: 2rem;
  font-weight: 750;
  letter-spacing: -0.03em;
  color: #0f172a;
  line-height: 1;
}

.mkt-price-period {
  color: #64748b;
  font-size: 0.9rem;
  font-weight: 500;
}

.mkt-price-old {
  text-decoration: line-through;
  color: #94a3b8;
  font-size: 0.95rem;
}

.mkt-price-trial,
.mkt-price-discount {
  font-size: 0.85rem;
  font-weight: 600;
  margin: 0.25rem 0 0 !important;
}

.mkt-price-trial { color: #dc2626; }
.mkt-price-discount { color: #4f46e5; }

.mkt-price-features {
  list-style: none;
  padding: 1.15rem 0 1.35rem;
  margin: 0.75rem 0 0;
  border-top: 1px solid #e2e8f0;
  flex: 1;
}

.mkt-price-features li {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  font-size: 0.9rem;
  color: #334155;
  margin-bottom: 0.65rem;
  font-weight: 500;
}

.mkt-price-features li i {
  color: #4f46e5;
  margin-top: 0.15rem;
}

.mkt-price-features li.is-off {
  color: #94a3b8;
}

.mkt-price-features li.is-off i {
  color: #cbd5e1;
}

.mkt-price-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  width: 100%;
  border-radius: 999px;
  background: #0f172a;
  color: #fff !important;
  font-weight: 600;
  font-size: 0.95rem;
  padding: 0.8rem 1rem;
  text-decoration: none !important;
  transition: background 0.15s ease;
}

.mkt-price-cta:hover {
  background: #4f46e5;
  color: #fff !important;
}

.mkt-price-card.is-popular .mkt-price-cta {
  background: #4f46e5;
}

.mkt-price-card.is-popular .mkt-price-cta:hover {
  background: #4338ca;
}

/* Quotes */
.mkt-quote {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 1.15rem;
  padding: 1.75rem;
  margin: 0;
}

.mkt-quote-stars {
  color: #f59e0b;
  margin-bottom: 0.85rem;
  font-size: 0.9rem;
  letter-spacing: 0.05em;
}

.mkt-quote p {
  color: #334155 !important;
  font-size: 1rem !important;
  line-height: 1.65 !important;
  margin-bottom: 1.15rem !important;
  font-style: normal !important;
}

.mkt-quote footer strong {
  color: #0f172a;
  font-size: 0.95rem;
}

/* Blog cards */
.mkt-blog-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 1.15rem;
  overflow: hidden;
  text-decoration: none !important;
  color: inherit;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.mkt-blog-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.08);
  color: inherit;
}

.mkt-blog-media {
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #f1f5f9;
}

.mkt-blog-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mkt-blog-body {
  padding: 1.25rem 1.35rem 1.5rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.mkt-blog-body time {
  font-size: 0.8rem;
  color: #94a3b8;
  font-weight: 500;
  margin-bottom: 0.5rem;
}

.mkt-blog-body h3 {
  font-size: 1.05rem !important;
  font-weight: 650 !important;
  letter-spacing: -0.02em !important;
  color: #0f172a !important;
  margin-bottom: 1rem !important;
  flex: 1;
}

.mkt-blog-more {
  font-size: 0.875rem;
  font-weight: 600;
  color: #4f46e5;
}

/* Page hero (inner pages) */
.mkt-page-hero {
  padding: 3.5rem 0 2.5rem;
  background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
  border-bottom: 1px solid #e2e8f0;
}

.mkt-page-hero h1 {
  font-size: clamp(1.85rem, 3.5vw, 2.5rem) !important;
  font-weight: 750 !important;
  letter-spacing: -0.03em !important;
  margin-bottom: 0.85rem !important;
  color: #0f172a !important;
}

.mkt-page-hero .mkt-lead {
  margin-left: auto;
  margin-right: auto;
}

/* CTA band */
.mkt-cta {
  padding: 4.5rem 0;
  background:
    radial-gradient(ellipse 80% 80% at 50% 120%, rgba(79, 70, 229, 0.35), transparent 55%),
    #0f172a;
  color: #e2e8f0;
}

.mkt-cta-inner {
  max-width: 40rem;
  margin: 0 auto;
}

.mkt-cta h2 {
  color: #fff !important;
  font-size: clamp(1.6rem, 3vw, 2.1rem) !important;
  font-weight: 750 !important;
  letter-spacing: -0.03em !important;
  margin-bottom: 0.75rem !important;
}

.mkt-cta p {
  color: #94a3b8 !important;
  margin-bottom: 1.5rem !important;
}

.mkt-newsletter-form {
  max-width: 32rem;
  margin: 0 auto 1rem;
}

.mkt-newsletter-box {
  display: flex;
  gap: 0.5rem;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  padding: 0.3rem;
}

.mkt-newsletter-box .form-control {
  background: transparent !important;
  border: 0 !important;
  color: #fff !important;
  box-shadow: none !important;
  min-height: 2.6rem;
  padding-left: 1rem;
}

.mkt-newsletter-box .form-control::placeholder {
  color: #94a3b8;
}

.mkt-cta-secondary {
  margin-top: 1rem;
}

/* FAQ */
.mkt-faq .mkt-faq-item {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  margin-bottom: 0.75rem;
  overflow: hidden;
}

.mkt-faq .accordion-button {
  font-weight: 600;
  font-size: 0.975rem;
  letter-spacing: -0.01em;
  color: #0f172a;
  background: #fff;
  box-shadow: none !important;
  padding: 1rem 1.15rem;
}

.mkt-faq .accordion-button:not(.collapsed) {
  background: #eef2ff;
  color: #4338ca;
}

.mkt-faq .accordion-body {
  color: #64748b;
  font-size: 0.95rem;
  line-height: 1.65;
  padding: 0 1.15rem 1.1rem;
}

/* Footer polish */
.mkt-footer .footer-top {
  padding-top: 3.5rem !important;
  padding-bottom: 2.5rem !important;
}

.mkt-footer .right img {
  max-height: 28px;
  width: auto;
  opacity: 0.85;
}

/* Navbar active on marketing */
.fkr-navbar .nav-link.active {
  color: #0f172a !important;
  font-weight: 600 !important;
}

@media (max-width: 991.98px) {
  .mkt-hero {
    padding-top: 3rem;
    text-align: center;
  }

  .mkt-hero-copy .mkt-lead {
    margin-left: auto;
    margin-right: auto;
  }

  .mkt-hero-cta,
  .mkt-trust-list {
    justify-content: center;
  }

  .mkt-workspace-form {
    margin-left: auto;
    margin-right: auto;
  }

  .mkt-hero-float {
    display: none;
  }

  .mkt-workspace-box {
    flex-wrap: wrap;
    border-radius: 1rem;
    padding: 0.65rem;
  }

  .mkt-workspace-btn {
    width: 100%;
    border-radius: 999px !important;
  }
}

@media (max-width: 575.98px) {
  .mkt-newsletter-box {
    flex-direction: column;
    border-radius: 1rem;
  }

  .mkt-newsletter-box .btn {
    width: 100%;
  }
}
