:root {
      --primary: #1a3c6e;
      --primary-dark: #0f2847;
      --primary-light: #2a5ba8;
      --accent: #e8a838;
      --accent-light: #f5c563;
      --white: #ffffff;
      --off-white: #f7f9fc;
      --light-gray: #edf1f7;
      --gray: #6b7c93;
      --dark: #1a1e2e;
      --text: #333d4d;
      --text-light: #5a6a7d;
      --success: #2ecc71;
      --shadow-sm: 0 2px 8px rgba(26,60,110,0.06);
      --shadow-md: 0 4px 20px rgba(26,60,110,0.1);
      --shadow-lg: 0 8px 40px rgba(26,60,110,0.14);
      --radius: 10px;
      --radius-lg: 16px;
    }

.entry-content-wrap{padding:0 !important;}
.entry.single-entry{box-shadow:none !important;background:transparent !important;}
.site-container.content-container{max-width:100% !important;padding:0 !important;}

    * { margin: 0; padding: 0; box-sizing: border-box; }
    body {
      font-family: 'DM Sans', sans-serif;
      color: #333d4d;
      background: #ffffff;
      line-height: 1.7;
      overflow-x: hidden;
    }
    a { text-decoration: none; color: inherit; transition: all 0.25s ease; }
    img { max-width: 100%; display: block; }
    /* ── Header ────────────────────────────────── */
    .site-header {
      background: #ffffff;
      position: sticky;
      top: 0;
      z-index: 100;
      box-shadow: 0 1px 12px rgba(0,0,0,0.06);
    }
    .header-inner {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 24px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      height: 80px;
    }
    .logo img {
      height: 48px;
      width: auto;
    }
    .main-nav {
      display: flex;
      align-items: center;
      gap: 6px;
    }
    .main-nav a {
      font-size: 0.92rem;
      font-weight: 500;
      color: #0f2847;
      padding: 8px 14px;
      border-radius: 6px;
      transition: all 0.2s;
    }
    .main-nav a:hover {
      background: #edf1f7;
      color: #2a5ba8;
    }
    .nav-dropdown {
      position: relative;
    }
    .nav-dropdown-content {
      display: none;
      position: absolute;
      top: 100%;
      left: 0;
      background: #ffffff;
      box-shadow: 0 8px 40px rgba(26,60,110,0.14);
      border-radius: 10px;
      padding: 8px 0;
      min-width: 220px;
      z-index: 200;
    }
    .nav-dropdown:hover .nav-dropdown-content {
      display: block;
    }
    .nav-dropdown-content a {
      display: block;
      padding: 9px 20px;
      font-size: 0.88rem;
      border-radius: 0;
    }
    .nav-dropdown-content a:hover {
      background: #f7f9fc;
    }
    .header-cta {
      font-size: 0.92rem;
      font-weight: 700;
      color: #ffffff !important;
      background: #1a3c6e;
      padding: 10px 22px !important;
      border-radius: 8px !important;
      letter-spacing: 0.02em;
    }
    .header-cta:hover {
      background: #2a5ba8 !important;
      color: #ffffff !important;
    }
    .mobile-toggle {
      display: none;
      background: none;
      border: none;
      cursor: pointer;
      padding: 8px;
    }
    .mobile-toggle span {
      display: block;
      width: 24px;
      height: 2.5px;
      background: #0f2847;
      margin: 5px 0;
      border-radius: 2px;
      transition: 0.3s;
    }
    /* ── Breadcrumb / Top Bar ─────────────────── */
    .top-bar {
      background: #f7f9fc;
      border-bottom: 1px solid #edf1f7;
      padding: 12px 0;
    }
    .top-bar-inner {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 24px;
      font-size: 0.82rem;
      color: #6b7c93;
    }
    .top-bar-inner span {
      color: #2a5ba8;
      font-weight: 600;
    }
    /* ── Hero Section ─────────────────────────── */
    .hero {
      background: linear-gradient(135deg, #0f2847 0%, #1a3c6e 50%, #2a5ba8 100%);
      position: relative;
      overflow: hidden;
      padding: 80px 0 72px;
    }
    .hero::before {
      content: '';
      position: absolute;
      inset: 0;
      background:
        radial-gradient(circle at 20% 80%, rgba(232,168,56,0.12) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(255,255,255,0.06) 0%, transparent 40%);
    }
    .hero::after {
      content: '';
      position: absolute;
      bottom: -2px;
      left: 0;
      right: 0;
      height: 60px;
      background: #ffffff;
      clip-path: ellipse(55% 100% at 50% 100%);
    }
    .hero-inner {
      max-width: 900px;
      margin: 0 auto;
      padding: 0 24px;
      text-align: center;
      position: relative;
      z-index: 2;
    }
    .hero-badge {
      display: inline-block;
      background: rgba(255,255,255,0.12);
      backdrop-filter: blur(6px);
      border: 1px solid rgba(255,255,255,0.18);
      padding: 6px 20px;
      border-radius: 40px;
      font-size: 0.82rem;
      font-weight: 500;
      color: #f5c563;
      letter-spacing: 0.04em;
      text-transform: uppercase;
      margin-bottom: 24px;
    }
    .hero h1 {
      font-family: 'Plus Jakarta Sans', sans-serif;
      font-size: clamp(2rem, 4.5vw, 3rem);
      font-weight: 800;
      color: #ffffff;
      line-height: 1.2;
      margin-bottom: 16px;
    }
    .hero h1 span {
      color: #f5c563;
    }
    .hero-sub {
      font-size: 1.1rem;
      color: rgba(255,255,255,0.82);
      max-width: 600px;
      margin: 0 auto 12px;
      font-weight: 400;
    }
    .hero-sub-small {
      font-size: 0.9rem;
      color: rgba(255,255,255,0.6);
      margin-bottom: 36px;
    }
    .hero-badges {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      gap: 16px;
    }
    .hero-badges .badge-item {
      display: flex;
      align-items: center;
      gap: 8px;
      background: rgba(255,255,255,0.08);
      border: 1px solid rgba(255,255,255,0.12);
      padding: 10px 20px;
      border-radius: 10px;
      font-size: 0.88rem;
      font-weight: 500;
      color: rgba(255,255,255,0.9);
    }
    .badge-item .badge-icon {
      font-size: 1.2rem;
    }
    /* ── Section Utilities ─────────────────────── */
    .container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 24px;
    }
    .section {
      padding: 80px 0;
    }
    .section-gray {
      background: #f7f9fc;
    }
    .section-title {
      font-family: 'Plus Jakarta Sans', sans-serif;
      font-size: clamp(1.6rem, 3vw, 2.2rem);
      font-weight: 700;
      color: #0f2847;
      text-align: center;
      margin-bottom: 16px;
      line-height: 1.25;
    }
    .section-desc {
      text-align: center;
      color: #5a6a7d;
      max-width: 680px;
      margin: 0 auto 48px;
      font-size: 1rem;
      line-height: 1.75;
    }
    /* ── Calculator Cards Section ──────────────── */
    .calc-note {
      text-align: center;
      max-width: 700px;
      margin: 0 auto 40px;
      padding: 18px 28px;
      background: linear-gradient(135deg, #fffbeb, #fef3c7);
      border: 1px solid #f5d47f;
      border-radius: 10px;
      font-size: 0.9rem;
      color: #7a5c1a;
      line-height: 1.65;
    }
    .calc-note strong {
      color: #5c4313;
    }
    .calc-note a {
      color: #2a5ba8;
      font-weight: 600;
      text-decoration: underline;
    }
    .calc-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 28px;
    }
    .calc-card {
      background: #ffffff;
      border: 1px solid #edf1f7;
      border-radius: 16px;
      overflow: hidden;
      box-shadow: 0 2px 8px rgba(26,60,110,0.06);
      transition: all 0.35s ease;
    }
    .calc-card:hover {
      box-shadow: 0 8px 40px rgba(26,60,110,0.14);
      transform: translateY(-4px);
      border-color: #2a5ba8;
    }
    .calc-card-header {
      padding: 28px 28px 0;
      display: flex;
      align-items: center;
      gap: 14px;
    }
    .calc-card-icon {
      width: 52px;
      height: 52px;
      border-radius: 12px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.5rem;
      flex-shrink: 0;
    }
    .calc-card-header h3 {
      font-family: 'Plus Jakarta Sans', sans-serif;
      font-size: 1.15rem;
      font-weight: 700;
      color: #0f2847;
    }
    .calc-card-body {
      padding: 18px 28px 28px;
    }
    .calc-card-body p {
      font-size: 0.9rem;
      color: #5a6a7d;
      margin-bottom: 20px;
      line-height: 1.65;
    }
    .calc-card-shortcode {
      background: #f7f9fc;
      border: 2px dashed #cfd9e8;
      border-radius: 10px;
      padding: 20px;
      text-align: center;
      font-size: 0.82rem;
      color: #6b7c93;
      font-style: italic;
    }
    .calc-card-shortcode code {
      display: block;
      font-family: 'DM Sans', monospace;
      color: #2a5ba8;
      font-weight: 600;
      font-style: normal;
      margin-bottom: 6px;
      font-size: 0.85rem;
    }
    /* ── Why Use Our Calculators ───────────────── */
    .reasons-list {
      max-width: 780px;
      margin: 0 auto;
      display: grid;
      gap: 16px;
    }
    .reason-item {
      display: flex;
      align-items: flex-start;
      gap: 16px;
      background: #ffffff;
      border: 1px solid #edf1f7;
      padding: 20px 24px;
      border-radius: 10px;
      transition: all 0.25s;
    }
    .reason-item:hover {
      border-color: #2a5ba8;
      box-shadow: 0 2px 8px rgba(26,60,110,0.06);
    }
    .reason-check {
      width: 28px;
      height: 28px;
      border-radius: 50%;
      background: #edf7f2;
      color: #2ecc71;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: 700;
      font-size: 0.85rem;
      flex-shrink: 0;
      margin-top: 1px;
    }
    .reason-item p {
      font-size: 0.95rem;
      color: #333d4d;
      line-height: 1.6;
    }
    /* ── Accuracy / Features Cards ─────────────── */
    .accuracy-intro {
      text-align: center;
      max-width: 640px;
      margin: 0 auto 48px;
      color: #5a6a7d;
      font-size: 1rem;
    }
    .features-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 24px;
    }
    .feature-card {
      background: #ffffff;
      border: 1px solid #edf1f7;
      border-radius: 16px;
      padding: 32px 24px;
      text-align: center;
      transition: all 0.35s ease;
    }
    .feature-card:hover {
      border-color: #2a5ba8;
      box-shadow: 0 4px 20px rgba(26,60,110,0.1);
      transform: translateY(-3px);
    }
    .feature-card-icon {
      width: 56px;
      height: 56px;
      border-radius: 14px;
      background: #f7f9fc;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.5rem;
      margin: 0 auto 18px;
    }
    .feature-card h3 {
      font-family: 'Plus Jakarta Sans', sans-serif;
      font-size: 1rem;
      font-weight: 700;
      color: #0f2847;
      margin-bottom: 10px;
    }
    .feature-card p {
      font-size: 0.87rem;
      color: #5a6a7d;
      line-height: 1.6;
    }
    /* ── CTA Banner ────────────────────────────── */
    .cta-banner {
      background: linear-gradient(135deg, #0f2847 0%, #1a3c6e 100%);
      border-radius: 16px;
      padding: 56px 40px;
      text-align: center;
      max-width: 860px;
      margin: 0 auto;
      position: relative;
      overflow: hidden;
    }
    .cta-banner::before {
      content: '';
      position: absolute;
      inset: 0;
      background: radial-gradient(circle at 30% 50%, rgba(232,168,56,0.1) 0%, transparent 50%);
    }
    .cta-banner h2 {
      font-family: 'Plus Jakarta Sans', sans-serif;
      font-size: clamp(1.5rem, 3vw, 2rem);
      font-weight: 700;
      color: #ffffff;
      margin-bottom: 16px;
      position: relative;
    }
    .cta-banner p {
      color: rgba(255,255,255,0.78);
      margin-bottom: 32px;
      font-size: 1rem;
      position: relative;
    }
    .cta-buttons {
      display: flex;
      justify-content: center;
      gap: 16px;
      flex-wrap: wrap;
      position: relative;
    }
    .btn {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      font-family: 'DM Sans', sans-serif;
      font-size: 0.95rem;
      font-weight: 600;
      padding: 14px 32px;
      border-radius: 10px;
      cursor: pointer;
      transition: all 0.25s;
      border: none;
    }
    .btn-accent {
      background: #e8a838;
      color: #0f2847;
    }
    .btn-accent:hover {
      background: #f5c563;
      transform: translateY(-2px);
      box-shadow: 0 4px 16px rgba(232,168,56,0.35);
    }
    .btn-outline-white {
      background: transparent;
      color: #ffffff;
      border: 2px solid rgba(255,255,255,0.3);
    }
    .btn-outline-white:hover {
      border-color: #ffffff;
      background: rgba(255,255,255,0.08);
    }
    .cta-sub {
      margin-top: 18px;
      font-size: 0.82rem;
      color: rgba(255,255,255,0.5);
      position: relative;
    }
    /* ── Footer ────────────────────────────────── */
    .site-footer {
      background: #1a1e2e;
      color: rgba(255,255,255,0.7);
      padding: 64px 0 0;
    }
    .footer-grid {
      display: grid;
      grid-template-columns: 1.4fr 1fr 1fr 1fr;
      gap: 40px;
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 24px;
    }
    .footer-brand p {
      font-size: 0.88rem;
      line-height: 1.7;
      margin-bottom: 16px;
    }
    .footer-brand .footer-highlight {
      color: rgba(255,255,255,0.9);
      font-weight: 500;
    }
    .footer-col h4 {
      font-family: 'Plus Jakarta Sans', sans-serif;
      font-size: 1rem;
      font-weight: 700;
      color: #ffffff;
      margin-bottom: 20px;
    }
    .footer-col ul {
      list-style: none;
    }
    .footer-col li {
      margin-bottom: 10px;
    }
    .footer-col li a {
      font-size: 0.88rem;
      color: rgba(255,255,255,0.6);
      transition: color 0.2s;
    }
    .footer-col li a:hover {
      color: #f5c563;
    }
    .footer-bottom {
      margin-top: 48px;
      border-top: 1px solid rgba(255,255,255,0.08);
      padding: 24px;
      text-align: center;
      font-size: 0.82rem;
      color: rgba(255,255,255,0.4);
    }
    .footer-socials {
      display: flex;
      gap: 12px;
      margin-top: 16px;
    }
    .footer-socials a {
      width: 36px;
      height: 36px;
      border-radius: 8px;
      background: rgba(255,255,255,0.06);
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 0.9rem;
      color: rgba(255,255,255,0.55);
      transition: all 0.25s;
    }
    .footer-socials a:hover {
      background: #2a5ba8;
      color: #ffffff;
    }
    /* ── Responsive ────────────────────────────── */
    @media (max-width: 1024px) {
      .features-grid { grid-template-columns: repeat(2, 1fr); }
      .calc-grid { grid-template-columns: repeat(2, 1fr); }
      .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
    }
    @media (max-width: 768px) {
      .main-nav { display: none; }
      .mobile-toggle { display: block; }
      .hero { padding: 56px 0 52px; }
      .hero h1 { font-size: 1.7rem; }
      .hero-badges { flex-direction: column; align-items: center; }
      .section { padding: 56px 0; }
      .calc-grid { grid-template-columns: 1fr; }
      .features-grid { grid-template-columns: 1fr; }
      .cta-banner { padding: 40px 24px; }
      .footer-grid { grid-template-columns: 1fr; gap: 28px; }
    }
    /* ── Animations ────────────────────────────── */
    @keyframes fadeUp {
      from { opacity: 0; transform: translateY(24px); }
      to { opacity: 1; transform: translateY(0); }
    }
    .fade-up {
      animation: fadeUp 0.7s ease both;
    }
    .fade-up-d1 { animation-delay: 0.1s; }
    .fade-up-d2 { animation-delay: 0.2s; }
    .fade-up-d3 { animation-delay: 0.3s; }
    .fade-up-d4 { animation-delay: 0.4s; }
/* Emergency hero fix - override Kadence white backgrounds */
.page .content-area{margin-top:0 !important;margin-bottom:0 !important;}
.page .entry-content-wrap{padding:0 !important;}
.page .entry.single-entry{box-shadow:none !important;background:transparent !important;border:none !important;}
.page .content-bg,.page body.content-style-unboxed .site{background:transparent !important;}
.page .site-container.content-container{max-width:100% !important;width:100% !important;padding:0 !important;}
.hero{background:linear-gradient(135deg,#0f2847 0%,#1a3c6e 50%,#2a5ba8 100%) !important;position:relative;overflow:hidden;padding:100px 0 80px;width:100vw !important;margin-left:calc(-50vw + 50%) !important;}
