/* Generated by scripts/split-redesign-css.mjs. Edit assets/css/components.css instead. */
/* Homepage hero */
.home .entry-header {
  display: none;
}

.home .site-content,
.home .site-content .ast-container,
.home .site-main,
.home .entry-content {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

.home .entry-content {
  display: flex;
  flex-direction: column;
}

.home .entry-content > .easymoney-home-hero {
  order: 1;
}

.home .entry-content > .easymoney-latest-posts {
  order: 2;
}

.home .entry-content > #start {
  order: 3;
}

.home .entry-content > .easymoney-section--tint {
  order: 4;
}

.home .entry-content > .easymoney-reading-method {
  order: 5;
}

.home .entry-content > .easymoney-trust-section {
  order: 6;
}

.easymoney-home-hero {
  min-height: 0;
  padding: clamp(40px, 5vw, 64px) max(20px, 4vw);
  border-top: 0;
  color: var(--color-text);
  background: var(--color-bg);
}

.easymoney-home-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(360px, 0.94fr);
  gap: clamp(42px, 6vw, 84px);
  align-items: center;
  width: min(100%, var(--container));
  margin-inline: auto;
}

.easymoney-home-hero__copy {
  min-width: 0;
}

.easymoney-home-hero .easymoney-eyebrow,
.home .entry-content .easymoney-home-hero .easymoney-eyebrow {
  color: var(--color-secondary) !important;
}

.easymoney-home-hero h1 {
  max-width: 720px;
  margin: 0 0 1.4rem;
  color: var(--color-primary);
  font-size: clamp(40px, 4.4vw, 56px) !important;
  font-weight: 850;
  letter-spacing: -0.055em;
  line-height: 1.12;
}

.easymoney-home-hero h1 span {
  display: block;
}

.home .entry-content .easymoney-home-hero .easymoney-hero-lede,
.home .entry-content .easymoney-home-hero .easymoney-hero-lede strong {
  max-width: 650px;
  margin-bottom: 2rem;
  color: var(--color-text-muted) !important;
  font-size: 18px !important;
  line-height: 1.75;
}

.easymoney-hero-actions {
  gap: 10px;
}

.easymoney-home-hero .wp-block-button__link {
  min-height: 48px;
  padding: 0.72rem 1.2rem;
  border: 1px solid var(--color-accent);
  border-radius: 10px;
  color: #ffffff !important;
  background: var(--color-accent);
  box-shadow: none;
  font-size: 16px;
  text-decoration: none;
}

.home .easymoney-home-hero .wp-block-button.is-style-outline .wp-block-button__link,
.home .easymoney-home-hero .wp-block-button.is-style-outline .wp-block-button__link:hover {
  border-color: #a9b7c8;
  color: var(--color-primary) !important;
  background: var(--color-surface);
}

.easymoney-hero-visual {
  width: min(100%, 520px);
  justify-self: end;
  margin: 0;
  padding: clamp(10px, 2vw, 18px);
  border: 1px solid var(--color-border);
  border-radius: 26px;
  background: var(--color-surface);
  box-shadow: var(--shadow-soft);
}

.easymoney-latest-posts {
  padding-top: clamp(56px, 6vw, 76px);
}

.easymoney-hero-visual img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 14 / 9;
}

/* Homepage discovery components */
.easymoney-situation-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.easymoney-situation-grid article {
  position: relative;
  min-height: 260px;
  padding: 28px;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  background: var(--color-surface);
}

.easymoney-situation-grid article::after {
  content: "↗";
  position: absolute;
  right: 24px;
  bottom: 23px;
  color: var(--color-accent);
  font-size: 20px;
}

.easymoney-situation-grid__number {
  margin: 0 0 30px;
  color: var(--color-accent) !important;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.easymoney-situation-grid h3 {
  margin: 0 0 0.75rem;
  color: var(--color-primary);
  font-size: 20px !important;
  line-height: 1.4;
}

.easymoney-situation-grid article > p:not(.easymoney-situation-grid__number) {
  margin-bottom: 18px;
  color: var(--color-text-muted);
  font-size: 15px;
  line-height: 1.65;
}

.easymoney-situation-grid .easymoney-read-link {
  align-items: flex-end;
  justify-content: flex-start;
  min-height: 44px;
  padding-right: 28px;
  color: var(--color-accent);
  font-size: 14px;
}

.easymoney-featured-posts {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 20px;
  align-items: stretch;
}

.easymoney-featured-posts__secondary {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.easymoney-featured-card {
  position: relative;
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  background: var(--color-surface);
  transition: border-color var(--transition-fast), box-shadow var(--transition-fast), transform var(--transition-fast);
}

.easymoney-featured-card:hover,
.easymoney-featured-card:focus-within {
  border-color: #9cb2cf;
  box-shadow: var(--shadow-soft);
  transform: translateY(-2px);
}

.easymoney-featured-card__media {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: #e8eef5;
}

.easymoney-featured-card__latest {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 1;
  padding: 7px 11px;
  border: 1px solid rgb(255 255 255 / 42%);
  border-radius: 999px;
  color: #ffffff;
  background: rgb(15 23 42 / 88%);
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.02em;
}

.easymoney-featured-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.easymoney-featured-card.is-lead {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
}

.easymoney-featured-card.is-lead .easymoney-featured-card__media {
  min-height: 360px;
  aspect-ratio: auto;
}

.easymoney-post-cover {
  display: grid;
  height: 100%;
  place-content: center;
  padding: 20px;
  color: #ffffff;
  background: var(--color-primary);
  text-align: center;
}

.easymoney-post-cover span {
  color: #bfdbfe;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.easymoney-post-cover strong {
  margin-top: 8px;
  font-size: 22px;
}

.easymoney-featured-card__body {
  display: flex;
  min-width: 0;
  height: 100%;
  flex-direction: column;
  padding: 20px;
}

.easymoney-featured-card.is-lead .easymoney-featured-card__body {
  padding: clamp(24px, 3vw, 36px);
}

.easymoney-featured-card__category {
  margin: 0 0 0.55rem;
  color: var(--color-secondary);
  font-size: 13px;
  font-weight: 800;
}

.easymoney-featured-card h3 {
  margin: 0 0 0.7rem;
  color: var(--color-primary);
  font-size: 18px;
  line-height: 1.42;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.easymoney-featured-card.is-lead h3 {
  font-size: clamp(27px, 3vw, 36px);
  line-height: 1.3;
}

.easymoney-featured-card__excerpt {
  margin: 0 0 1rem;
  color: var(--color-text-muted);
  font-size: 15px;
  line-height: 1.65;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.easymoney-featured-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
  margin: auto 0 0;
  color: var(--color-text-muted);
  font-size: 13px;
  font-variant-numeric: tabular-nums;
}

.easymoney-card-link {
  position: absolute;
  z-index: 2;
  inset: 0;
  border-radius: inherit;
}

.easymoney-card-link:focus-visible {
  outline-offset: -5px;
}

.easymoney-topic-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.easymoney-topic-grid article {
  position: relative;
  min-height: 230px;
  padding: 28px;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  background: var(--color-surface);
}

.easymoney-topic-grid__icon {
  display: grid;
  width: 52px;
  height: 52px;
  margin-bottom: 24px;
  place-items: center;
  border-radius: 14px;
  color: var(--color-accent);
  background: var(--color-accent-soft);
}

.easymoney-topic-grid__count {
  position: absolute;
  top: 30px;
  right: 28px;
  color: var(--color-text-muted);
  font-size: 13px;
  font-weight: 700;
}

.easymoney-topic-grid h3 {
  margin: 0 0 0.5rem;
  font-size: 22px !important;
}

.easymoney-topic-grid h3 a {
  color: var(--color-primary);
  text-decoration: none;
}

.easymoney-topic-grid article > p:last-child {
  margin-bottom: 0;
  color: var(--color-text-muted);
  font-size: 15px;
}

.easymoney-reading-method {
  overflow: hidden;
}

.easymoney-reading-steps {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin-top: 3rem;
  border-block: 1px solid var(--color-border);
}

.easymoney-reading-steps::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -28px;
  width: 56px;
  height: 56px;
  border: 1px solid var(--color-border);
  border-radius: 50%;
  background: var(--color-surface);
}

.easymoney-reading-steps > .wp-block-column {
  min-height: 250px;
  padding: clamp(30px, 4vw, 48px);
  border: 0;
  border-right: 1px solid var(--color-border);
  border-radius: 0;
  background: transparent;
}

.easymoney-reading-steps > .wp-block-column:last-child {
  border-right: 0;
}

.easymoney-step-number {
  margin: 0 0 42px;
  color: var(--color-accent);
  font-size: 15px !important;
  font-weight: 850;
  letter-spacing: 0.12em;
}

.easymoney-reading-steps h3 {
  margin: 0 0 0.75rem;
  color: var(--color-primary) !important;
  font-size: 22px !important;
}

.easymoney-reading-steps p:last-child {
  color: var(--color-text-muted);
  font-size: 15px;
}

.easymoney-trust-section {
  color: #e7eff8;
  background: var(--color-primary);
}

.easymoney-trust-section .easymoney-eyebrow {
  color: #93c5fd;
}

.easymoney-trust-section h2 {
  color: #ffffff;
}

.easymoney-trust-section .easymoney-section-intro {
  color: #cbd9e8;
}

.easymoney-trust-strip {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border-block: 1px solid rgb(255 255 255 / 18%);
}

.easymoney-trust-strip a {
  display: flex;
  min-height: 210px;
  flex-direction: column;
  padding: 28px 22px;
  border-right: 1px solid rgb(255 255 255 / 18%);
  color: #ffffff;
  text-decoration: none;
}

.easymoney-trust-strip a:last-child {
  border-right: 0;
}

.easymoney-trust-strip span {
  margin-bottom: auto;
  color: #93c5fd;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.easymoney-trust-strip strong {
  color: #ffffff;
  font-size: 17px;
}

.easymoney-trust-strip small {
  margin-top: 8px;
  color: #cbd9e8;
  font-size: 13px;
  line-height: 1.55;
}
