@font-face {
  font-family: "bdgrotesk-medium";
  src: url("../fonts/BDOGrotesk/BDOGrotesk-Medium.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: Outfit, Arial, sans-serif;
  color: #000;
  background: #fff;
}

body.no-scroll {
  overflow: hidden;
}

a {
  text-decoration: none;
  color: inherit;
}

ul {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
}

.gtm-noscript-iframe {
  display: none;
  visibility: hidden;
}

.page-sticky-27 {
  min-height: 100svh;
  display: flex;
  flex-direction: column;
}

.page-sticky-27 > .site-footer-27 {
  margin-top: auto;
  flex-shrink: 0;
  width: 100%;
}

.fynia-green,
.learn-green {
  color: #00b86b;
}

.text-black {
  color: #000 !important;
}

.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 44px;
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
  text-align: center;
  font-family: Outfit, Arial, sans-serif;
  transition:
    background-color 0.25s ease,
    color 0.25s ease,
    border-color 0.25s ease;
}

.btn.primary {
  background-color: #00c853;
  color: #fff;
  border: 1px solid #00c853;
}

.btn.primary:hover {
  background-color: #000;
  color: #fff;
  border-color: #000;
}

.btn.secondary {
  background-color: #fff;
  color: #000;
  border: 1px dashed #ccc;
}

.btn.secondary:hover {
  background-color: rgb(245, 248, 244);
  color: #000;
  border-color: #000;
}

.hero-buttons {
  margin-top: 40px;
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1320px;
  width: 100%;
  margin: 16px auto 0;
  padding: 0 15px;
  background-color: transparent;
  flex-wrap: wrap;
  gap: 12px;
}

.navbar .logo {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  width: 120px;
}

.logo-icon {
  width: 140px;
  cursor: pointer;
}

.navbar .nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.navbar .nav-links a {
  font-size: 1.2rem;
  color: #000;
  font-family: Outfit, Arial, sans-serif;
  text-transform: capitalize;
  position: relative;
}

.navbar .nav-links a:hover::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #00c853;
}

.navbar .btn.get-started {
  padding: 0.5rem 1rem;
  min-height: 40px;
  background-color: #00c853;
  color: #fff;
  border: 1px solid #00c853;
  font-size: 1rem;
  font-weight: 500;
}

.navbar .btn.get-started:hover {
  background-color: #000;
  border-color: #000;
  color: #fff;
}

.hamburger {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px dashed #ccc;
  background: #fff;
  padding: 8px;
  margin-left: auto;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
}

.hamburger span,
.hamburger .bar,
.hamburger .line {
  display: block;
  width: 24px;
  height: 2px;
  background: #000;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.hamburger.open span:nth-child(1),
.hamburger.open .bar:nth-child(1),
.hamburger.open .line:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.hamburger.open span:nth-child(2),
.hamburger.open .bar:nth-child(2),
.hamburger.open .line:nth-child(2) {
  opacity: 0;
}

.hamburger.open span:nth-child(3),
.hamburger.open .bar:nth-child(3),
.hamburger.open .line:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.mobile-menu {
  display: none;
  width: min(1320px, calc(100% - 30px));
  margin: 12px auto 0;
  border: 1px dashed #ccc;
  background: rgb(245, 248, 244);
}

.mobile-menu ul {
  display: flex;
  flex-direction: column;
}

.mobile-menu ul li {
  border-bottom: 1px dashed #ccc;
}

.mobile-menu ul li:last-child {
  border-bottom: none;
}

.mobile-menu ul li a {
  display: block;
  padding: 14px 16px;
  font-family: Outfit, Arial, sans-serif;
  font-size: 18px;
}

.mobile-menu.open {
  display: block;
}

.site-footer-27 {
  width: 100%;
  margin-top: 40px;
  padding: 32px 15px 20px;
  background: #000;
}

.footer-top-27 {
  width: min(1320px, calc(100% - 0px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 20px;
  align-items: center;
}

.footer-logo-27 img {
  width: 140px;
  height: auto;
}

.footer-links-27 {
  display: grid;
  grid-auto-flow: column;
  justify-content: end;
  gap: 18px;
}

.footer-links-27 ul li a,
.footer-words {
  color: #fff;
  font-family: Outfit, Arial, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.footer-links-27 ul li a:hover,
.footer-words:hover,
.social-icons-27 a:hover img {
  filter: none;
}

.footer-links-27 ul li a:hover,
.footer-words:hover {
  color: #00c853;
}

.footer-divider-27 {
  width: min(1320px, calc(100% - 0px));
  margin: 20px auto;
  border: 0;
  border-top: 1px dashed rgba(255, 255, 255, 0.25);
}

.footer-middle-27 {
  width: min(1320px, calc(100% - 0px));
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.social-icons-27 {
  display: flex;
  gap: 14px;
  align-items: center;
}

#small-icons {
  width: clamp(28px, 2.2vw, 40px);
  height: auto;
}

.footer-bottom-27 {
  width: min(1320px, calc(100% - 0px));
  margin: 18px auto 0;
  text-align: center;
}

.footer-bottom-27 p {
  color: #fff;
  font-family: Outfit, Arial, sans-serif;
  font-size: 14px;
}

@media (max-width: 768px) {
  .navbar {
    justify-content: space-between;
    align-items: center;
  }

  .navbar .nav-links,
  .navbar .btn.get-started {
    display: none;
  }

  .hamburger {
    display: inline-flex;
  }

  .footer-top-27 {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .footer-links-27 {
    grid-auto-flow: row;
    grid-template-columns: repeat(2, auto);
    justify-content: center;
  }
}

@media (min-width: 769px) {
  .mobile-menu {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
  }

  .hamburger {
    display: none !important;
  }

  .nav-links {
    display: flex !important;
  }
}


/* ==========================================
   LEARN PAGE + LEARN ARTICLE PAGES
   ========================================== */

.learn-page {
  padding-top: 30px;
  padding-bottom: 60px;
}

.learn-shell {
  width: min(1320px, calc(100% - 30px));
  margin: 0 auto;
  box-sizing: border-box;
}

.learn-breadcrumb {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: Outfit, Arial, sans-serif;
  font-size: 16px;
  color: #425366;
  margin-bottom: 18px;
}

.learn-breadcrumb a:hover {
  color: #00b86b;
}

.learn-hero-box {
  background-color: rgb(245, 248, 244);
  border: 1px dashed #ccc;
  padding: 40px;
  margin-bottom: 18px;
  transition:
    border-color 0.25s ease,
    background-color 0.25s ease;
}

.learn-hero-box:hover {
  border-color: #00c853;
}

.learn-kicker {
  display: inline-block;
  font-family: Outfit, Arial, sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #00b86b;
  background-color: white;
  border: 1px dashed #ccc;
  padding: 8px 14px;
  margin-bottom: 18px;
}

.learn-main-title {
  font-family:
    Hanken Grotesk,
    Arial,
    sans-serif;
  font-size: clamp(2.4rem, 4vw, 4.3rem);
  font-weight: 500;
  line-height: 1.02;
  letter-spacing: -2px;
  color: #000;
  text-align: left;
  max-width: 980px;
  margin-bottom: 18px;
}

.learn-green {
  color: #00b86b;
}

.learn-main-subtitle {
  font-family: Outfit, Arial, sans-serif;
  font-size: 22px;
  line-height: 1.45;
  color: #425366;
  max-width: 920px;
  margin-bottom: 24px;
}

.learn-anchor-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.learn-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  border: 1px dashed #ccc;
  background-color: white;
  color: #000;
  font-family: Outfit, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  transition:
    border-color 0.25s ease,
    background-color 0.25s ease,
    color 0.25s ease;
}

.learn-pill:hover {
  border-color: #00c853;
  background-color: rgb(245, 248, 244);
  color: #00b86b;
}

.learn-intro-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  margin-bottom: 18px;
}

.learn-intro-card {
  background-color: white;
  border: 1px dashed #ccc;
  padding: 24px 22px;
  transition:
    border-color 0.25s ease,
    background-color 0.25s ease;
}

.learn-intro-card:hover {
  border-color: #00c853;
  background-color: rgb(245, 248, 244);
}

.learn-intro-card h2 {
  text-align: left;
  font-family: Outfit, Arial, sans-serif;
  font-size: 28px;
  font-weight: 500;
  color: #000;
  margin-bottom: 12px;
}

.learn-intro-card p {
  font-family: Outfit, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.5;
  color: #425366;
}

.learn-cluster {
  margin-top: 26px;
}

.learn-cluster-head {
  margin-bottom: 18px;
}

.learn-section-kicker {
  display: inline-block;
  font-family: Outfit, Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #00b86b;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.learn-cluster-head h2 {
  text-align: left;
  font-family:
    Hanken Grotesk,
    Arial,
    sans-serif;
  font-size: clamp(2rem, 2.6vw, 3.2rem);
  font-weight: 500;
  letter-spacing: -1.5px;
  color: #000;
  margin-bottom: 10px;
}

.learn-cluster-head p {
  max-width: 900px;
  font-family: Outfit, Arial, sans-serif;
  font-size: 20px;
  line-height: 1.45;
  color: #425366;
}

.learn-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}

.learn-card {
  display: flex;
  flex-direction: column;
  background-color: white;
  border: 1px dashed #ccc;
  padding: 24px 22px;
  min-height: 320px;
  transition:
    border-color 0.25s ease,
    background-color 0.25s ease,
    transform 0.25s ease;
}

.learn-card:hover {
  border-color: #00c853;
  background-color: rgb(245, 248, 244);
  transform: translateY(-2px);
}

.learn-card-label {
  display: inline-block;
  width: fit-content;
  font-family: Outfit, Arial, sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #00b86b;
  background-color: rgb(245, 248, 244);
  border: 1px dashed #ccc;
  padding: 7px 10px;
  margin-bottom: 18px;
}

.learn-card h3 {
  text-align: left;
  font-family: Outfit, Arial, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.08;
  color: #000;
  margin-bottom: 16px;
}

.learn-card h3 a {
  transition: color 0.2s ease;
}

.learn-card h3 a:hover {
  color: #00b86b;
}

.learn-card p {
  font-family: Outfit, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.5;
  color: #425366;
  margin-bottom: 24px;
}

.learn-card-footer {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  border-top: 1px dashed #ccc;
  padding-top: 14px;
}

.learn-card-footer span {
  font-family: Outfit, Arial, sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #425366;
}

.learn-card-footer a {
  font-family: Outfit, Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #00b86b;
}

.learn-card-footer a:hover {
  color: #000;
}

.learn-disclaimer-box {
  margin-top: 24px;
  background-color: rgb(245, 248, 244);
  border: 1px dashed #ccc;
  padding: 18px 22px;
}

.learn-disclaimer-box p {
  font-family: Outfit, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #425366;
  text-align: center;
}

.learn-cta-panel {
  max-width: 1320px;
  margin: 30px auto 0;
  text-align: center;
  background: linear-gradient(180deg, #00884e, #006a3d);
  padding: 44px 24px;
}

.learn-cta-panel h2 {
  font-family:
    Hanken Grotesk,
    Arial,
    sans-serif;
  font-size: clamp(2rem, 3vw, 3.2rem);
  font-weight: 500;
  letter-spacing: -1px;
  color: white;
  margin-bottom: 16px;
}

.learn-cta-panel p {
  max-width: 860px;
  margin: 0 auto 24px;
  font-family: Outfit, Arial, sans-serif;
  font-size: 21px;
  line-height: 1.45;
  color: white;
}

.learn-cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.85rem 1.6rem;
  background-color: white;
  color: #000;
  border: 1px solid white;
  font-family: Outfit, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  transition:
    background-color 0.25s ease,
    color 0.25s ease,
    border-color 0.25s ease;
}

.learn-cta-button:hover {
  background-color: #000;
  color: white;
  border-color: #000;
}

/* =========================
   RESPONSIVE
   ========================= */

@media (max-width: 1024px) {
  .learn-hero-box {
    padding: 32px 26px;
  }

  .learn-intro-grid,
  .learn-card-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .learn-card h3 {
    font-size: 26px;
  }

  .learn-main-subtitle,
  .learn-cluster-head p,
  .learn-cta-panel p {
    font-size: 19px;
  }
}

@media (max-width: 768px) {
  .learn-page {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .learn-breadcrumb {
    font-size: 14px;
    margin-bottom: 14px;
  }

  .learn-hero-box {
    padding: 26px 18px;
  }

  .learn-main-title {
    text-align: left;
    letter-spacing: -1px;
  }

  .learn-main-subtitle {
    font-size: 18px;
  }

  .learn-intro-grid,
  .learn-card-grid {
    grid-template-columns: 1fr;
  }

  .learn-intro-card,
  .learn-card {
    padding: 20px 18px;
  }

  .learn-intro-card h2 {
    font-size: 24px;
  }

  .learn-card h3 {
    font-size: 24px;
  }

  .learn-card p,
  .learn-cluster-head p {
    font-size: 17px;
  }

  .learn-card-footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .learn-cta-panel {
    padding: 34px 18px;
  }

  .learn-cta-panel p {
    font-size: 18px;
  }

  .learn-cta-button {
    width: 100%;
    max-width: 320px;
  }
}

@media (max-width: 480px) {
  .learn-kicker,
  .learn-pill,
  .learn-card-label {
    font-size: 13px;
  }

  .learn-main-subtitle,
  .learn-card p,
  .learn-cluster-head p,
  .learn-cta-panel p {
    font-size: 16px;
  }

  .learn-intro-card h2,
  .learn-card h3 {
    font-size: 22px;
  }
}

/* ==========================================
   LEARN ARTICLE PAGES
   Reusable article styles for /learn/*
   ========================================== */

.learn-article-page {
  padding-top: 30px;
  padding-bottom: 60px;
}

.learn-article-shell {
  width: min(1320px, calc(100% - 30px));
  margin: 0 auto;
  box-sizing: border-box;
}

.learn-article-breadcrumb {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  font-family: Outfit, Arial, sans-serif;
  font-size: 16px;
  color: #425366;
  margin-bottom: 18px;
}

.learn-article-breadcrumb a:hover {
  color: #00b86b;
}

.learn-article-hero {
  background-color: rgb(245, 248, 244);
  border: 1px dashed #ccc;
  padding: 40px;
  margin-bottom: 18px;
  transition:
    border-color 0.25s ease,
    background-color 0.25s ease;
}

.learn-article-hero:hover {
  border-color: #00c853;
}

.learn-article-kicker {
  display: inline-block;
  font-family: Outfit, Arial, sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #00b86b;
  background-color: white;
  border: 1px dashed #ccc;
  padding: 8px 14px;
  margin-bottom: 18px;
}

.learn-article-title {
  font-family:
    Hanken Grotesk,
    Arial,
    sans-serif;
  font-size: clamp(2.5rem, 4vw, 4.6rem);
  font-weight: 500;
  line-height: 1.02;
  letter-spacing: -2px;
  color: #000;
  text-align: left;
  max-width: 980px;
  margin-bottom: 18px;
}

.learn-article-subtitle {
  font-family: Outfit, Arial, sans-serif;
  font-size: 22px;
  line-height: 1.5;
  color: #425366;
  max-width: 980px;
  margin-bottom: 24px;
}

.learn-article-hero-actions {
  margin-top: 22px;
  display: flex;
  gap: 1rem;
  align-items: center;
  flex-wrap: wrap;
}

.learn-article-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.learn-article-chip {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border: 1px dashed #ccc;
  background-color: white;
  color: #000;
  font-family: Outfit, Arial, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.learn-article-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 18px;
  align-items: start;
}

.learn-article-main {
  min-width: 0;
}

.learn-article-sidebar {
  position: sticky;
  top: 110px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.learn-article-block {
  background-color: white;
  border: 1px dashed #ccc;
  padding: 30px 28px;
  margin-bottom: 18px;
  transition:
    border-color 0.25s ease,
    background-color 0.25s ease;
}

.learn-article-block:hover {
  border-color: #00c853;
  background-color: rgb(245, 248, 244);
}

.learn-article-block h2 {
  text-align: left;
  font-family:
    Hanken Grotesk,
    Arial,
    sans-serif;
  font-size: clamp(2rem, 2.4vw, 3rem);
  font-weight: 500;
  letter-spacing: -1.4px;
  color: #000;
  margin-bottom: 16px;
}

.learn-article-block h3 {
  text-align: left;
  font-family: Outfit, Arial, sans-serif;
  font-size: 28px;
  font-weight: 500;
  color: #000;
  margin-bottom: 12px;
}

.learn-article-block p {
  font-family: Outfit, Arial, sans-serif;
  font-size: 19px;
  line-height: 1.65;
  color: #425366;
  margin-bottom: 18px;
}

.learn-article-block p:last-child {
  margin-bottom: 0;
}

.learn-article-block strong {
  color: #000;
  font-weight: 600;
}

.learn-article-callout {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  background-color: rgb(245, 248, 244);
  border: 1px dashed #ccc;
  padding: 20px 22px;
  margin-bottom: 18px;
}

.learn-article-callout:hover {
  border-color: #00c853;
}

.learn-article-callout-icon {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #00c853;
  color: white;
  font-family: Outfit, Arial, sans-serif;
  font-weight: 700;
}

.learn-article-callout h3 {
  text-align: left;
  font-family: Outfit, Arial, sans-serif;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #000;
}

.learn-article-callout p {
  font-family: Outfit, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.55;
  color: #425366;
  margin: 0;
}

.learn-article-callout--dark {
  background: linear-gradient(180deg, #00884e, #006a3d);
  border: 1px solid #006a3d;
}

.learn-article-callout--dark .learn-article-callout-icon {
  background-color: white;
  color: #00884e;
}

.learn-article-callout--dark h3,
.learn-article-callout--dark p {
  color: white;
}

.learn-article-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  margin: 22px 0;
}

.learn-article-step-card {
  background-color: rgb(245, 248, 244);
  border: 1px dashed #ccc;
  padding: 22px 20px;
}

.learn-article-step-card h3 {
  font-size: 24px;
  margin-bottom: 10px;
}

.learn-article-step-card p {
  font-size: 17px;
  line-height: 1.55;
  margin-bottom: 0;
}

.learn-article-step-number {
  display: inline-block;
  font-family: Outfit, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #00b86b;
  border: 1px dashed #ccc;
  background-color: white;
  padding: 6px 10px;
  margin-bottom: 14px;
}

.learn-article-benefits {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  margin-top: 20px;
}

.learn-article-benefit-card {
  background-color: rgb(245, 248, 244);
  border: 1px dashed #ccc;
  padding: 22px 20px;
}

.learn-article-benefit-card h3 {
  font-size: 24px;
  margin-bottom: 10px;
}

.learn-article-benefit-card p {
  font-size: 17px;
  line-height: 1.55;
  margin-bottom: 0;
}

.learn-article-table-wrap {
  width: 100%;
  overflow-x: auto;
  margin: 22px 0;
}

.learn-article-table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
  background-color: white;
  border: 1px dashed #ccc;
}

.learn-article-table th,
.learn-article-table td {
  border-bottom: 1px dashed #ddd;
  padding: 16px 14px;
  text-align: left;
  vertical-align: top;
  font-family: Outfit, Arial, sans-serif;
  font-size: 17px;
  color: #425366;
}

.learn-article-table th {
  background-color: rgb(245, 248, 244);
  color: #000;
  font-weight: 600;
}

.learn-article-example-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  margin: 22px 0;
}

.learn-article-example-card {
  background-color: rgb(245, 248, 244);
  border: 1px dashed #ccc;
  padding: 22px 20px;
}

.learn-article-example-card h3 {
  font-size: 24px;
  margin-bottom: 10px;
}

.learn-article-example-card p {
  font-size: 17px;
  line-height: 1.55;
  margin-bottom: 0;
}

.learn-article-list {
  margin: 0;
  padding-left: 22px;
}

.learn-article-list li {
  font-family: Outfit, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.6;
  color: #425366;
  margin-bottom: 12px;
}

.learn-article-sidecard,
.learn-article-sidecta {
  background-color: white;
  border: 1px dashed #ccc;
  padding: 22px 20px;
}

.learn-article-sidecard:hover,
.learn-article-sidecta:hover {
  border-color: #00c853;
}

.learn-article-sidecard-kicker {
  display: inline-block;
  font-family: Outfit, Arial, sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #00b86b;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 10px;
}

.learn-article-sidecard h3,
.learn-article-sidecta h3 {
  text-align: left;
  font-family: Outfit, Arial, sans-serif;
  font-size: 26px;
  font-weight: 500;
  color: #000;
  margin-bottom: 12px;
}

.learn-article-sidecard p,
.learn-article-sidecta p {
  font-family: Outfit, Arial, sans-serif;
  font-size: 17px;
  line-height: 1.55;
  color: #425366;
  margin-bottom: 0;
}

.learn-article-sidecta {
  background: linear-gradient(180deg, #00884e, #006a3d);
  border: 1px solid #006a3d;
}

.learn-article-sidecta h3,
.learn-article-sidecta p {
  color: white;
}

.learn-article-sidecta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 18px;
  min-height: 46px;
  padding: 0.8rem 1.4rem;
  background-color: white;
  color: #000;
  border: 1px solid white;
  font-family: Outfit, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  transition:
    background-color 0.25s ease,
    color 0.25s ease,
    border-color 0.25s ease;
}

.learn-article-sidecta-button:hover {
  background-color: #000;
  color: white;
  border-color: #000;
}

.learn-article-faq {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.learn-article-faq-item {
  border: 1px dashed #ccc;
  background-color: rgb(245, 248, 244);
}

.learn-article-faq-item[open] {
  border-color: #00c853;
}

.learn-article-faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 18px 18px;
  font-family: Outfit, Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #000;
  position: relative;
  padding-right: 48px;
}

.learn-article-faq-item summary::-webkit-details-marker {
  display: none;
}

.learn-article-faq-item summary::after {
  content: "+";
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
  color: #00b86b;
  font-weight: 500;
}

.learn-article-faq-item[open] summary::after {
  content: "–";
}

.learn-article-faq-content {
  padding: 0 18px 18px;
}

.learn-article-faq-content p {
  font-family: Outfit, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.6;
  color: #425366;
  margin: 0;
}

.learn-article-related {
  margin-top: 30px;
}

.learn-article-bottom-cta {
  margin-top: 30px;
  text-align: center;
  background: linear-gradient(180deg, #00884e, #006a3d);
  padding: 44px 24px;
}

.learn-article-bottom-cta h2 {
  font-family:
    Hanken Grotesk,
    Arial,
    sans-serif;
  font-size: clamp(2rem, 3vw, 3.2rem);
  font-weight: 500;
  letter-spacing: -1px;
  color: white;
  margin-bottom: 16px;
}

.learn-article-bottom-cta p {
  max-width: 860px;
  margin: 0 auto 24px;
  font-family: Outfit, Arial, sans-serif;
  font-size: 21px;
  line-height: 1.45;
  color: white;
}

/* ==========================================
   RESPONSIVE
   ========================================== */

@media (max-width: 1024px) {
  .learn-article-layout {
    grid-template-columns: 1fr;
  }

  .learn-article-sidebar {
    position: static;
    top: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }

  .learn-article-sidecta {
    grid-column: 1 / -1;
  }

  .learn-article-hero {
    padding: 32px 26px;
  }

  .learn-article-subtitle,
  .learn-article-block p,
  .learn-article-bottom-cta p {
    font-size: 19px;
  }

  .learn-article-steps,
  .learn-article-benefits,
  .learn-article-example-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 768px) {
  .learn-article-page {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .learn-article-breadcrumb {
    font-size: 14px;
    margin-bottom: 14px;
  }

  .learn-article-hero {
    padding: 26px 18px;
  }

  .learn-article-title {
    letter-spacing: -1px;
  }

  .learn-article-subtitle {
    font-size: 18px;
  }

  .learn-article-hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .learn-article-hero-actions .btn {
    width: 100%;
    text-align: center;
  }

  .learn-article-block {
    padding: 22px 18px;
  }

  .learn-article-block h2 {
    font-size: clamp(1.8rem, 6vw, 2.5rem);
  }

  .learn-article-block h3,
  .learn-article-sidecard h3,
  .learn-article-sidecta h3 {
    font-size: 24px;
  }

  .learn-article-steps,
  .learn-article-benefits,
  .learn-article-example-grid,
  .learn-article-sidebar {
    grid-template-columns: 1fr;
  }

  .learn-article-table th,
  .learn-article-table td {
    font-size: 16px;
  }

  .learn-article-faq-item summary {
    font-size: 18px;
  }

  .learn-article-bottom-cta {
    padding: 34px 18px;
  }

  .learn-article-bottom-cta p {
    font-size: 18px;
  }
}

@media (max-width: 480px) {
  .learn-article-kicker,
  .learn-article-chip,
  .learn-article-step-number {
    font-size: 13px;
  }

  .learn-article-subtitle,
  .learn-article-block p,
  .learn-article-faq-content p,
  .learn-article-sidecard p,
  .learn-article-sidecta p,
  .learn-article-bottom-cta p {
    font-size: 16px;
  }

  .learn-article-list li {
    font-size: 16px;
  }

  .learn-article-block h3,
  .learn-article-sidecard h3,
  .learn-article-sidecta h3,
  .learn-article-step-card h3,
  .learn-article-benefit-card h3,
  .learn-article-example-card h3 {
    font-size: 22px;
  }
}

/* ==========================================
   LOAN AMORTIZATION ARTICLE
   Additional styles
   ========================================== */

.learn-amort-split-grid,
.learn-amort-progress-grid,
.learn-amort-benefit-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  margin: 22px 0;
}

.learn-amort-progress-grid,
.learn-amort-benefit-grid {
  grid-template-columns: repeat(3, 1fr);
}

.learn-amort-split-card,
.learn-amort-progress-card,
.learn-amort-benefit-card {
  background-color: rgb(245, 248, 244);
  border: 1px dashed #ccc;
  padding: 22px 20px;
}

.learn-amort-split-card h3,
.learn-amort-progress-card h3,
.learn-amort-benefit-card h3 {
  text-align: left;
  font-family: Outfit, Arial, sans-serif;
  font-size: 24px;
  font-weight: 500;
  color: #000;
  margin-bottom: 10px;
}

.learn-amort-split-card p,
.learn-amort-progress-card p,
.learn-amort-benefit-card p {
  font-family: Outfit, Arial, sans-serif;
  font-size: 17px;
  line-height: 1.55;
  color: #425366;
  margin-bottom: 0;
}

.learn-amort-progress-label {
  display: inline-block;
  font-family: Outfit, Arial, sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #00b86b;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  background-color: white;
  border: 1px dashed #ccc;
  padding: 6px 10px;
  margin-bottom: 14px;
}

.learn-amort-timeline {
  position: relative;
  margin: 24px 0;
  padding-left: 18px;
}

.learn-amort-timeline::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 8px;
  width: 1px;
  background-color: #ccc;
}

.learn-amort-timeline-item {
  position: relative;
  display: flex;
  gap: 16px;
  margin-bottom: 22px;
}

.learn-amort-timeline-item:last-child {
  margin-bottom: 0;
}

.learn-amort-timeline-dot {
  position: relative;
  z-index: 1;
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  border-radius: 50%;
  background-color: #00b86b;
  margin-top: 6px;
}

.learn-amort-timeline-content {
  background-color: rgb(245, 248, 244);
  border: 1px dashed #ccc;
  padding: 18px 18px;
  width: 100%;
}

.learn-amort-timeline-content h3 {
  text-align: left;
  font-family: Outfit, Arial, sans-serif;
  font-size: 23px;
  font-weight: 500;
  color: #000;
  margin-bottom: 8px;
}

.learn-amort-timeline-content p {
  font-family: Outfit, Arial, sans-serif;
  font-size: 17px;
  line-height: 1.55;
  color: #425366;
  margin-bottom: 0;
}

/* ==========================================
   RESPONSIVE
   ========================================== */

@media (max-width: 1024px) {
  .learn-amort-progress-grid,
  .learn-amort-benefit-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 768px) {
  .learn-amort-split-grid,
  .learn-amort-progress-grid,
  .learn-amort-benefit-grid {
    grid-template-columns: 1fr;
  }

  .learn-amort-split-card h3,
  .learn-amort-progress-card h3,
  .learn-amort-benefit-card h3,
  .learn-amort-timeline-content h3 {
    font-size: 22px;
  }
}

@media (max-width: 480px) {
  .learn-amort-split-card p,
  .learn-amort-progress-card p,
  .learn-amort-benefit-card p,
  .learn-amort-timeline-content p {
    font-size: 16px;
  }

  .learn-amort-progress-label {
    font-size: 12px;
  }
}

/* ==========================================
   HOW LOAN INTEREST WORKS ARTICLE
   Additional styles
   ========================================== */

.learn-interest-factor-grid,
.learn-interest-connection-grid,
.learn-interest-example-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  margin: 22px 0;
}

.learn-interest-connection-grid,
.learn-interest-example-grid {
  grid-template-columns: repeat(3, 1fr);
}

.learn-interest-factor-card,
.learn-interest-connection-card,
.learn-interest-example-card {
  background-color: rgb(245, 248, 244);
  border: 1px dashed #ccc;
  padding: 22px 20px;
}

.learn-interest-factor-card h3,
.learn-interest-connection-card h3,
.learn-interest-example-card h3 {
  text-align: left;
  font-family: Outfit, Arial, sans-serif;
  font-size: 24px;
  font-weight: 500;
  color: #000;
  margin-bottom: 10px;
}

.learn-interest-factor-card p,
.learn-interest-connection-card p,
.learn-interest-example-card p {
  font-family: Outfit, Arial, sans-serif;
  font-size: 17px;
  line-height: 1.55;
  color: #425366;
  margin-bottom: 0;
}

.learn-interest-balance-panel {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 15px;
  align-items: center;
  margin: 22px 0;
}

.learn-interest-balance-box {
  background-color: rgb(245, 248, 244);
  border: 1px dashed #ccc;
  padding: 24px 20px;
}

.learn-interest-balance-box h3 {
  text-align: left;
  font-family: Outfit, Arial, sans-serif;
  font-size: 24px;
  font-weight: 500;
  color: #000;
  margin-bottom: 10px;
}

.learn-interest-balance-box p {
  font-family: Outfit, Arial, sans-serif;
  font-size: 17px;
  line-height: 1.55;
  color: #425366;
  margin-bottom: 0;
}

.learn-interest-balance-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 48px;
  min-height: 48px;
  background-color: #00b86b;
  color: white;
  font-family: Outfit, Arial, sans-serif;
  font-size: 24px;
  font-weight: 600;
}

@media (max-width: 1024px) {
  .learn-interest-connection-grid,
  .learn-interest-example-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 768px) {
  .learn-interest-factor-grid,
  .learn-interest-connection-grid,
  .learn-interest-example-grid {
    grid-template-columns: 1fr;
  }

  .learn-interest-balance-panel {
    grid-template-columns: 1fr;
  }

  .learn-interest-balance-arrow {
    justify-self: start;
  }

  .learn-interest-factor-card h3,
  .learn-interest-connection-card h3,
  .learn-interest-example-card h3,
  .learn-interest-balance-box h3 {
    font-size: 22px;
  }
}

@media (max-width: 480px) {
  .learn-interest-factor-card p,
  .learn-interest-connection-card p,
  .learn-interest-example-card p,
  .learn-interest-balance-box p {
    font-size: 16px;
  }
}

/* ==========================================
   HOW EXTRA PAYMENTS REDUCE INTEREST ARTICLE
   Additional styles
   ========================================== */

.learn-extra-impact-grid,
.learn-extra-scenario-grid,
.learn-extra-balance-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  margin: 22px 0;
}

.learn-extra-scenario-grid,
.learn-extra-balance-grid {
  grid-template-columns: repeat(3, 1fr);
}

.learn-extra-impact-card,
.learn-extra-scenario-card,
.learn-extra-balance-card {
  background-color: rgb(245, 248, 244);
  border: 1px dashed #ccc;
  padding: 22px 20px;
}

.learn-extra-impact-card h3,
.learn-extra-scenario-card h3,
.learn-extra-balance-card h3 {
  text-align: left;
  font-family: Outfit, Arial, sans-serif;
  font-size: 24px;
  font-weight: 500;
  color: #000;
  margin-bottom: 10px;
}

.learn-extra-impact-card p,
.learn-extra-scenario-card p,
.learn-extra-balance-card p {
  font-family: Outfit, Arial, sans-serif;
  font-size: 17px;
  line-height: 1.55;
  color: #425366;
  margin-bottom: 0;
}

.learn-extra-timing-panel {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  margin: 22px 0;
}

.learn-extra-timing-box {
  background-color: rgb(245, 248, 244);
  border: 1px dashed #ccc;
  padding: 24px 20px;
}

.learn-extra-timing-label {
  display: inline-block;
  font-family: Outfit, Arial, sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #00b86b;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  background-color: white;
  border: 1px dashed #ccc;
  padding: 6px 10px;
  margin-bottom: 14px;
}

.learn-extra-timing-box h3 {
  text-align: left;
  font-family: Outfit, Arial, sans-serif;
  font-size: 24px;
  font-weight: 500;
  color: #000;
  margin-bottom: 10px;
}

.learn-extra-timing-box p {
  font-family: Outfit, Arial, sans-serif;
  font-size: 17px;
  line-height: 1.55;
  color: #425366;
  margin-bottom: 0;
}

@media (max-width: 1024px) {
  .learn-extra-scenario-grid,
  .learn-extra-balance-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 768px) {
  .learn-extra-impact-grid,
  .learn-extra-scenario-grid,
  .learn-extra-balance-grid,
  .learn-extra-timing-panel {
    grid-template-columns: 1fr;
  }

  .learn-extra-impact-card h3,
  .learn-extra-scenario-card h3,
  .learn-extra-balance-card h3,
  .learn-extra-timing-box h3 {
    font-size: 22px;
  }
}

@media (max-width: 480px) {
  .learn-extra-impact-card p,
  .learn-extra-scenario-card p,
  .learn-extra-balance-card p,
  .learn-extra-timing-box p {
    font-size: 16px;
  }

  .learn-extra-timing-label {
    font-size: 12px;
  }
}

/* ==========================================
   IS PAYING MORE ON YOUR LOAN WORTH IT ARTICLE
   Additional styles
   ========================================== */

.learn-worth-curve-grid,
.learn-worth-definition-grid,
.learn-worth-checklist-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  margin: 22px 0;
}

.learn-worth-curve-grid,
.learn-worth-case-grid {
  grid-template-columns: repeat(3, 1fr);
}

.learn-worth-curve-card,
.learn-worth-definition-card,
.learn-worth-checklist-card,
.learn-worth-case-card {
  background-color: rgb(245, 248, 244);
  border: 1px dashed #ccc;
  padding: 22px 20px;
}

.learn-worth-curve-card h3,
.learn-worth-definition-card h3,
.learn-worth-checklist-card h3,
.learn-worth-case-card h3,
.learn-worth-balance-box h3 {
  text-align: left;
  font-family: Outfit, Arial, sans-serif;
  font-size: 24px;
  font-weight: 500;
  color: #000;
  margin-bottom: 10px;
}

.learn-worth-curve-card p,
.learn-worth-definition-card p,
.learn-worth-checklist-card p,
.learn-worth-case-card p,
.learn-worth-balance-box p {
  font-family: Outfit, Arial, sans-serif;
  font-size: 17px;
  line-height: 1.55;
  color: #425366;
  margin-bottom: 0;
}

.learn-worth-balance-panel {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  margin: 22px 0;
}

.learn-worth-balance-box {
  background-color: rgb(245, 248, 244);
  border: 1px dashed #ccc;
  padding: 24px 20px;
}

.learn-worth-balance-label {
  display: inline-block;
  font-family: Outfit, Arial, sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #00b86b;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  background-color: white;
  border: 1px dashed #ccc;
  padding: 6px 10px;
  margin-bottom: 14px;
}

.learn-worth-case-grid {
  display: grid;
  gap: 15px;
  margin: 22px 0;
}

@media (max-width: 1024px) {
  .learn-worth-curve-grid,
  .learn-worth-case-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 768px) {
  .learn-worth-curve-grid,
  .learn-worth-definition-grid,
  .learn-worth-checklist-grid,
  .learn-worth-balance-panel,
  .learn-worth-case-grid {
    grid-template-columns: 1fr;
  }

  .learn-worth-curve-card h3,
  .learn-worth-definition-card h3,
  .learn-worth-checklist-card h3,
  .learn-worth-case-card h3,
  .learn-worth-balance-box h3 {
    font-size: 22px;
  }
}

@media (max-width: 480px) {
  .learn-worth-curve-card p,
  .learn-worth-definition-card p,
  .learn-worth-checklist-card p,
  .learn-worth-case-card p,
  .learn-worth-balance-box p {
    font-size: 16px;
  }

  .learn-worth-balance-label {
    font-size: 12px;
  }
}
