/* =========================================================================
   Washington Landing Page — dedicated stylesheet
   Cloned from the California page (offshore-accounting-services-california/
   style.css) per its own documented reuse plan: every .ca- class renamed to
   .wa-, scoped under .wa-landing. Layout/measurements/typography/shadows/
   radii are untouched — only content, images, and the two requested section
   backgrounds (Why Us , Industries — both forced to white here, unlike
   California which keeps its off-white rgba(250,250,250,1)) differ.
   ========================================================================= */

.wa-landing .highlight {
  color: #3cac62;
}

/* ===== Section width fixes ===== */
.landing-page.wa-landing .wa-trusted {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}

/* ===== Hero =====
   Matches California/USA exactly: the banner image has the heading/
   subtitle/feature icons baked into the artwork itself, so this is just
   the full-bleed image plus the two CTA buttons absolutely positioned on
   top — no separate heading/text markup, no overlay card. */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.landing-page.wa-landing .wa-hero {
  max-width: 1446px;
  width: 100%;
  margin: 0 auto;
  padding: 91px 0 0;
}

.wa-hero-banner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.wa-hero-banner img {
  width: 100%;
  height: auto;
  display: block;
}

.wa-hero-ctas {
  position: absolute;
  left: 7%;
  bottom: 12%;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.wa-hero-btn-primary {
  filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.1));
}

.wa-hero-btn-outline {
  filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.2));
}

.wa-btn-icon {
  display: inline-flex;
  align-items: center;
  gap: 9px;
}

/* ===== Trusted By ===== */
.wa-trusted .landing-trusted-logos {
  gap: 60px;
}

.wa-trusted .landing-trusted-logos img {
  height: auto;
  max-height: 50px;
}

/* ===== Your Trusted Offshore Accounting Partner ===== */
.landing-page.wa-landing .wa-partner-intro {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  padding: 70px 60px;
}

.wa-partner-intro-body {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  margin-top: 16px;
}

.wa-partner-intro-body .landing-section-subtitle {
  max-width: 720px;
  margin: 0;
}

.wa-partner-intro-icon {
  flex-shrink: 0;
  width: 103px;
}

.wa-partner-intro-icon img {
  display: block;
  width: 103px;
  height: auto;
}

/* ===== Comprehensive Offshore Accounting Services =====
   Reuses the shared .landing-services / .landing-services-inner classes
   directly, same as California — no tx-specific override needed beyond
   background/card treatment. */
.wa-landing .landing-services {
  background: rgba(250, 250, 250, 1);
}

.wa-landing .landing-services-inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0px 60px;
}

.wa-landing .landing-service-card {
  border: none;
  border-radius: 13.45px;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1), inset 2px 2px 4px rgba(0, 0, 0, 0.1);
}

.wa-landing .landing-service-title {
  font-size: 14px;
  min-height: 0;
  margin-bottom: 12px;
}

.wa-landing .landing-view-all .landing-btn-outline {
  color: #000000;
}

/* ===== Why Washington Businesses Choose MoneyMate =====
   Same measurements as California's own "Why Us " section (1446px outer,
   1246px inner, 48px gap, icon-left/value-right stat cards) — only the
   illustration, copy and background differ. Background forced to white
   per the site-wide Why-Us update (California itself stays off-white). */
.landing-page.wa-landing .wa-why-section {
  max-width: 1446px;
  width: 100%;
  margin: 0 auto;
  padding: 90px 60px;
  background: #ffffff;
}

.wa-why-container {
  max-width: 1246px;
  width: 100%;
  min-height: 729px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  gap: 48px;
}

.wa-why-left {
  flex: 1 1 55%;
  min-width: 0;
  display: flex;
  align-items: stretch;
  gap: 8px;
}

.wa-why-illustration {
  flex: 1 1 380px;
  min-width: 0;
  margin-top: 35px;
}

.wa-why-illustration img {
  width: 493px;
  max-width: 100%;
  height: 592px;
  border-radius: 12px;
  display: block;
  object-fit: cover;
}

.wa-why-stats {
  flex: 0 0 126px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 20px;
  margin-top: 35px;
  position: relative;
  left: -60px;
  z-index: 2;
}

.wa-why-stat {
  width: 126px;
  min-height: 116px;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1), inset 2px 2px 4px rgba(0, 0, 0, 0.1);
  padding: 18px 14px;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  column-gap: 10px;
}

.wa-why-stat-icon {
  grid-column: 1;
  grid-row: 1;
  width: 24px;
  height: 24px;
}

.wa-why-stat-icon img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.wa-why-stat-value {
  grid-column: 2;
  min-width: 0;
  overflow-wrap: break-word;
  font-family: 'Inter-Regular';
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #000000;
  margin-bottom: 2px;
}

.wa-why-stat-label {
  grid-column: 2;
  grid-row: 2;
  min-width: 0;
  overflow-wrap: break-word;
  font-family: 'Inter-Regular';
  font-weight: 400;
  font-size: 11px;
  line-height: 15px;
  color: #000000;
}

.wa-why-right {
  flex: 1 1 45%;
  min-width: 0;
  margin-top: -24px;
}

.wa-why-label {
  display: inline-block;
  background: #ffffff;
  box-shadow: inset 2.6px 2.6px 5.2px rgba(0, 0, 0, 0.1);
  border-radius: 12.14px;
  padding: 10px 3px;
  margin-bottom: 16px;
  font-family: 'Inter-Regular';
  font-size: 19px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #3cac62;
}

.wa-why-heading {
  font-family: 'Inter-Regular';
  font-size: 32px;
  font-weight: 600;
  line-height: 1.25;
  color: #000000;
  margin-bottom: 24px;
}

.wa-why-features {
  list-style: none;
  padding: 0;
  margin: 0;
}

.wa-why-feature {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 24px;
}

.wa-why-feature-icon {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #f2f9f2;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wa-why-feature-text {
  font-family: 'Inter-Regular';
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #000000;
}

.wa-why-feature-text strong {
  display: block;
  font-size: 20px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 6px;
}

/* ===== Industries We Support =====
   Same card spec as California (170x229 services / 172.45x146.62
   industries card grid). Background already white, matching the requested
   Industries-section update (no change needed from California's own
   pattern here). */
.wa-industries {
  background: #ffffff;
}

.wa-landing .wa-industries {
  background: #ffffff;
}

.wa-industries-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 37px;
  margin-top: 32px;
}

.wa-industry-card {
  border: none;
  border-radius: 10.22px;
  padding: 18px 10px;
  text-align: center;
  background: #ffffff;
  box-shadow: 1.52px 1.52px 4.56px rgba(0, 0, 0, 0.1), inset 1.52px 1.52px 3.04px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.wa-industry-card:hover {
  transform: translateY(-4px);
}

.wa-industry-icon {
  width: 100%;
  height: 82px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 12px;
}

.wa-industry-icon img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}

.wa-industry-card span {
  font-family: 'Inter-Regular';
  font-size: 14px;
  font-weight: 600;
  color: #000000;
}

/* ===== Why Outsource ===== */
.landing-page.wa-landing .wa-outsource {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  background: rgba(250, 250, 250, 1);
}

.wa-outsource-grid {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
  margin-top: 40px;
  text-align: left;
}

.wa-outsource-list {
  list-style: none;
  padding: 0;
  margin: 0;
  flex: 1 1 280px;
  max-width: 340px;
}

.wa-outsource-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-family: 'Inter-Regular';
  font-size: 20px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 23px;
  line-height: 24px;
}

.wa-outsource-list .landing-check-icon {
  margin-top: 4px;
}

.wa-outsource-visual {
  flex: 1 1 320px;
  max-width: 360px;
}

.wa-outsource-visual img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 16px;
  min-height: 240px;
  object-fit: cover;
}

/* ===== Our Process ===== */
.landing-page.wa-landing .wa-process {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  background: #ffffff;
}

.wa-process-visual {
  max-width: 1132px;
  margin: 40px auto 0;
}

.wa-process-visual img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 16px;
  aspect-ratio: 1132 / 232;
  background: linear-gradient(135deg, #eafaf1 0%, #d7e7f3 100%);
  object-fit: cover;
}

.wa-process-grid {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 16px;
  margin-top: 32px;
}

.wa-process-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 260px;
  max-width: 100%;
  text-align: center;
}

.wa-process-step h3 {
  font-family: 'Inter-Regular';
  font-size: 20px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 12px;
}

.wa-process-divider {
  display: block;
  width: 31px;
  height: 0;
  border-top: 2px solid #3cac62;
  margin-bottom: 18px;
}

.wa-process-step p {
  font-family: 'Inter-Regular';
  max-width: 184px;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  color: #000000;
}

/* ===== CTA Banner ===== */
.wa-landing .landing-cta-banner-title {
  text-transform: capitalize;
}

.wa-cta-btn.landing-btn-primary {
  color: #3cac62;
}

/* ===== Responsive =====
   All @media rules for this page live in the dedicated
   washington-responsive.css (loaded right after this file). */
