.ass-financing-page {
  background: var(--white);
}

.ass-financing-page .section {
  padding: 5rem 2rem;
}

.ass-financing-page .section-alt {
  background: #f7f7f6;
}

.ass-financing-page .container {
  max-width: 1000px;
  margin: 0 auto;
}

.ass-financing-page .container-sm {
  max-width: 720px;
  margin: 0 auto;
}

.ass-financing-page .section-header {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 3rem;
}

.ass-financing-page .section-header h2 {
  font-size: clamp(1.7rem, 3vw, 2.2rem);
  font-weight: 900;
  letter-spacing: -0.02em;
  color: #231f20;
  margin-bottom: 0.75rem;
}

.ass-financing-page .section-header p {
  color: #5e5e5d;
  font-size: 1rem;
  line-height: 1.7;
}

.ass-financing-page .section-preheader {
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #e85e03;
  margin-bottom: 0.6rem;
}

.ass-financing-page .page-hero {
  background: #1a5dad;
  color: #ffffff;
  padding: 4rem 2rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.ass-financing-page .page-hero-pattern {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.ass-financing-page .page-hero-content {
  position: relative;
  z-index: 1;
  max-width: 640px;
  margin: 0 auto;
}

.ass-financing-page .page-hero h1 {
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 1.1;
  margin-bottom: 0.75rem;
}

.ass-financing-page .page-hero p {
  font-size: 1.05rem;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.65;
  margin: 0;
}

.ass-financing-page .benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}

.ass-financing-page .benefit-card {
  background: #ffffff;
  padding: 1.75rem;
  border-radius: 12px;
  border: 1px solid #eaeae9;
  transition: border-color 0.2s;
}

.ass-financing-page .benefit-card:hover {
  border-color: #1a5dad;
}

.ass-financing-page .benefit-icon {
  width: 44px;
  height: 44px;
  background: #eef4fc;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  color: #1a5dad;
}

.ass-financing-page .benefit-icon svg {
  width: 20px;
  height: 20px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ass-financing-page .benefit-card h3 {
  font-size: 0.97rem;
  font-weight: 700;
  color: #231f20;
  margin-bottom: 0.35rem;
}

.ass-financing-page .benefit-card p {
  font-size: 0.85rem;
  color: #5e5e5d;
  line-height: 1.6;
}

.ass-financing-page .steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  margin-top: 3rem;
  position: relative;
}

.ass-financing-page .steps::before {
  content: '';
  position: absolute;
  top: 23px;
  left: calc(12.5% + 1rem);
  right: calc(12.5% + 1rem);
  height: 2px;
  background: #eaeae9;
  z-index: 0;
}

.ass-financing-page .step {
  text-align: center;
  position: relative;
  z-index: 1;
}

.ass-financing-page .step-number {
  width: 48px;
  height: 48px;
  background: #1a5dad;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  font-weight: 900;
  margin: 0 auto 1rem;
  border: 3px solid #ffffff;
}

.ass-financing-page .step h3 {
  font-size: 0.97rem;
  font-weight: 700;
  color: #231f20;
  margin-bottom: 0.4rem;
}

.ass-financing-page .step p {
  font-size: 0.85rem;
  color: #5e5e5d;
  line-height: 1.55;
}

.ass-financing-page .step a {
  color: #1a5dad;
  font-weight: 700;
  text-decoration: none;
}

.ass-financing-page .step a:hover {
  text-decoration: underline;
}

.ass-financing-page .example-box {
  background: #231f20;
  color: #ffffff;
  padding: 3rem;
  border-radius: 16px;
  margin-top: 3rem;
}

.ass-financing-page .example-box h3 {
  font-size: 1.25rem;
  font-weight: 900;
  letter-spacing: -0.01em;
  margin-bottom: 0.5rem;
}

.ass-financing-page .example-sub {
  font-size: 0.85rem;
  color: #9a9a99;
  margin-bottom: 2rem;
}

.ass-financing-page .payment-options {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-bottom: 2rem;
}

.ass-financing-page .payment-option {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  padding: 1.25rem;
  text-align: center;
}

.ass-financing-page .payment-option .term {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #9a9a99;
  margin-bottom: 0.4rem;
}

.ass-financing-page .payment-option .amount {
  font-size: 1.9rem;
  font-weight: 900;
  color: #ffffff;
  letter-spacing: -0.02em;
  line-height: 1;
}

.ass-financing-page .payment-option .amount span {
  font-size: 1rem;
  font-weight: 400;
}

.ass-financing-page .payment-option .per {
  font-size: 0.78rem;
  color: #9a9a99;
  margin-top: 0.25rem;
}

.ass-financing-page .example-callout {
  background: rgba(232, 94, 3, 0.15);
  border: 1px solid rgba(232, 94, 3, 0.3);
  border-radius: 10px;
  padding: 1.25rem 1.5rem;
  margin-bottom: 2rem;
  font-size: 0.93rem;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.6;
}

.ass-financing-page .example-callout strong {
  color: #e85e03;
}

.ass-financing-page .example-disclaimer {
  font-size: 0.78rem;
  color: #7a7a79;
  line-height: 1.6;
}

.ass-financing-page .faq-list {
  max-width: 700px;
  margin: 0 auto;
}

.ass-financing-page .faq-item {
  background: #ffffff;
  border: 1px solid #eaeae9;
  border-radius: 10px;
  margin-bottom: 0.6rem;
  overflow: hidden;
  transition: border-color 0.2s;
}

.ass-financing-page .faq-item:hover {
  border-color: #d6e6f7;
}

.ass-financing-page .faq-question {
  width: 100%;
  background: none;
  border: none;
  padding: 1.15rem 1.4rem;
  text-align: left;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  font-size: 0.95rem;
  font-weight: 700;
  color: #231f20;
  font-family: 'Lato', sans-serif;
}

.ass-financing-page .faq-question:hover {
  color: #1a5dad;
}

.ass-financing-page .faq-question .toggle {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #f7f7f6;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 900;
  flex-shrink: 0;
  transition: all 0.25s;
  color: #464645;
}

.ass-financing-page .faq-item.active .faq-question .toggle {
  background: #1a5dad;
  color: #ffffff;
  transform: none;
}

.ass-financing-page .faq-answer {
  display: none;
  padding: 0 1.4rem 1.4rem;
  color: #464645;
  font-size: 0.9rem;
  line-height: 1.75;
}

.ass-financing-page .faq-item.active .faq-answer {
  display: block;
}

.ass-financing-page .faq-answer p {
  margin: 0;
}

.ass-financing-page .cta-section {
  background: #231f20;
  color: #ffffff;
  padding: 5rem 2rem;
  text-align: center;
}

.ass-financing-page .cta-section .container {
  max-width: 1000px;
  margin: 0 auto;
}

.ass-financing-page .cta-section h2 {
  font-size: clamp(1.7rem, 3vw, 2.2rem);
  font-weight: 900;
  letter-spacing: -0.02em;
  margin-bottom: 0.75rem;
  color: #ffffff;
}

.ass-financing-page .cta-section p {
  color: rgba(255, 255, 255, 0.75);
  max-width: 540px;
  margin: 0 auto 2rem;
  font-size: 1rem;
  line-height: 1.65;
}

.ass-financing-page .cta-buttons {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}

.ass-financing-page .cta-section .btn-outline-white {
  background: transparent;
  color: #ffffff;
  border: 2px solid rgba(255, 255, 255, 0.35);
}

.ass-financing-page .cta-section .btn-outline-white:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: #ffffff;
}

@media (max-width: 1024px) {
  .ass-financing-page .benefits-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .ass-financing-page .section {
    padding: 3.5rem 1.5rem;
  }

  .ass-financing-page .steps {
    grid-template-columns: repeat(2, 1fr);
  }

  .ass-financing-page .steps::before {
    display: none;
  }

  .ass-financing-page .payment-options {
    grid-template-columns: repeat(3, 1fr);
    gap: 0.75rem;
  }

  .ass-financing-page .benefits-grid {
    grid-template-columns: 1fr;
  }

  .ass-financing-page .example-box {
    padding: 2rem 1.5rem;
  }
}

@media (max-width: 480px) {
  .ass-financing-page .payment-options {
    grid-template-columns: 1fr;
  }
}
