.ass-why-us-page {
  background: #ffffff;
}

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

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

.ass-why-us-page .container {
  max-width: 1100px;
  margin: 0 auto;
}

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

.ass-why-us-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-why-us-page .section-header p {
  color: #5e5e5d;
  font-size: 1rem;
  line-height: 1.7;
}

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

.ass-why-us-page .page-hero {
  background: #1a5dad;
  color: #ffffff;
  padding: 4.25rem 2rem;
  position: relative;
  overflow: hidden;
}

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

.ass-why-us-page .page-hero-grid {
  position: relative;
  z-index: 1;
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 4rem;
  align-items: center;
}

.ass-why-us-page .hero-content {
  max-width: none;
  padding: 0;
  text-align: left;
}

.ass-why-us-page .hero-content .preheader {
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 0.75rem;
}

.ass-why-us-page .hero-content h1 {
  font-size: clamp(1.9rem, 4vw, 3rem);
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 1.1;
  margin-bottom: 1rem;
  color: #ffffff;
}

.ass-why-us-page .hero-content p {
  color: rgba(255, 255, 255, 0.85);
  font-size: 1.05rem;
  line-height: 1.65;
  margin-bottom: 2rem;
}

.ass-why-us-page .hero-list {
  list-style: none;
  margin: 0 0 2rem;
  padding: 0;
}

.ass-why-us-page .hero-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  padding: 0.45rem 0;
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.95rem;
}

.ass-why-us-page .hero-list .check {
  color: #d6e6f7;
  font-weight: 900;
  flex-shrink: 0;
  margin-top: 0.1rem;
}

.ass-why-us-page .hero-buttons {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.ass-why-us-page .stats-card {
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  padding: 2rem;
}

.ass-why-us-page .stats-card h3 {
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 1.5rem;
}

.ass-why-us-page .stat-row {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.ass-why-us-page .stat-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.ass-why-us-page .stat-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.ass-why-us-page .stat-num {
  font-size: 2rem;
  font-weight: 900;
  color: #ffffff;
  letter-spacing: -0.03em;
  line-height: 1;
  min-width: 72px;
}

.ass-why-us-page .stat-label {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.4;
}

.ass-why-us-page .stat-note {
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.4);
  margin-top: 0.15rem;
}

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

.ass-why-us-page .pillar-card {
  background: #ffffff;
  border-radius: 14px;
  border: 1px solid #eaeae9;
  padding: 1.75rem;
  transition: border-color 0.2s;
}

.ass-why-us-page .pillar-card:hover {
  border-color: #1a5dad;
}

.ass-why-us-page .pillar-icon {
  width: 46px;
  height: 46px;
  background: #eef4fc;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  color: #1a5dad;
}

.ass-why-us-page .pillar-icon svg {
  width: 22px;
  height: 22px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ass-why-us-page .pillar-card h3 {
  font-size: 1rem;
  font-weight: 700;
  color: #231f20;
  margin-bottom: 0.4rem;
}

.ass-why-us-page .pillar-card p {
  font-size: 0.88rem;
  color: #5e5e5d;
  line-height: 1.65;
}

.ass-why-us-page .compare-table {
  width: 100%;
  border-collapse: collapse;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #eaeae9;
}

.ass-why-us-page .compare-table th {
  padding: 1rem 1.25rem;
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.ass-why-us-page .compare-table th:first-child {
  text-align: left;
  background: #f7f7f6;
  color: #5e5e5d;
}

.ass-why-us-page .compare-table th.col-us {
  background: #1a5dad;
  color: #ffffff;
  width: 160px;
  text-align: center;
}

.ass-why-us-page .compare-table th.col-other {
  background: #eaeae9;
  color: #5e5e5d;
  width: 160px;
  text-align: center;
}

.ass-why-us-page .compare-table td {
  padding: 0.9rem 1.25rem;
  border-top: 1px solid #eaeae9;
  font-size: 0.88rem;
}

.ass-why-us-page .compare-table td:first-child {
  color: #464645;
  font-weight: 600;
}

.ass-why-us-page .compare-table td.col-us {
  text-align: center;
  background: #eef4fc;
}

.ass-why-us-page .compare-table td.col-other {
  text-align: center;
  color: #7a7a79;
}

.ass-why-us-page .compare-table tr:nth-child(even) td:first-child {
  background: #f7f7f6;
}

.ass-why-us-page .check-yes {
  color: #1a5dad;
  font-weight: 900;
  font-size: 1rem;
}

.ass-why-us-page .check-no {
  color: #9a9a99;
  font-size: 1.1rem;
}

.ass-why-us-page .process-section {
  background: #ffffff;
  padding: 5rem 2rem;
}

.ass-why-us-page .process-section .container {
  max-width: 1100px;
}

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

.ass-why-us-page .process-headline {
  font-size: clamp(1.7rem, 3vw, 2.2rem);
  font-weight: 900;
  letter-spacing: -0.02em;
  color: #231f20;
  margin-bottom: 0.75rem;
  text-align: center;
}

.ass-why-us-page .process-subhead {
  color: #5e5e5d;
  font-size: 1rem;
  line-height: 1.7;
  text-align: center;
  max-width: 700px;
  margin: 0 auto 3rem;
}

.ass-why-us-page .process-timeline {
  max-width: 700px;
  margin: 0 auto;
  position: relative;
}

.ass-why-us-page .process-timeline::before {
  content: '';
  position: absolute;
  left: 28px;
  top: 8px;
  bottom: 8px;
  width: 2px;
  background: #eaeae9;
}

.ass-why-us-page .process-step {
  display: flex;
  gap: 1.5rem;
  margin-bottom: 2.25rem;
  position: relative;
  text-align: left;
}

.ass-why-us-page .process-step::after {
  display: none;
}

.ass-why-us-page .process-step:last-child {
  margin-bottom: 0;
}

.ass-why-us-page .process-step .step-number {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #ffffff;
  border: 2px solid #eaeae9;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.82rem;
  font-weight: 800;
  color: #1a5dad;
  flex-shrink: 0;
  margin: 0;
  position: relative;
  z-index: 1;
  transition: all 0.3s;
}

.ass-why-us-page .process-step:hover .step-number {
  border-color: #1a5dad;
  background: #1a5dad;
  color: #ffffff;
}

.ass-why-us-page .step-content {
  padding-top: 0.3rem;
}

.ass-why-us-page .step-content h3 {
  font-size: 1.05rem;
  font-weight: 700;
  color: #231f20;
  margin-bottom: 0.3rem;
}

.ass-why-us-page .step-content p {
  font-size: 0.95rem;
  color: #5e5e5d;
  line-height: 1.65;
}

.ass-why-us-page .process-cta {
  text-align: center;
  margin-top: 3rem;
}

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

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

.ass-why-us-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-why-us-page .cta-buttons {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}

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

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

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

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

  .ass-why-us-page .page-hero-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .ass-why-us-page .pillars-grid {
    grid-template-columns: 1fr;
  }

  .ass-why-us-page .compare-table {
    font-size: 0.82rem;
  }

  .ass-why-us-page .process-timeline::before {
    left: 24px;
  }

  .ass-why-us-page .process-step .step-number {
    width: 48px;
    height: 48px;
    font-size: 0.78rem;
  }
}
