.about-page {
    background:
      radial-gradient(circle at top left, rgba(177, 201, 0, 0.05), transparent 24%),
      #f6f7f5;
  }
  
  .about-hero {
    padding: 2.75rem 0 2.25rem;
  }
  
  .about-hero__wrap {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(320px, 500px);
    gap: 2.4rem;
    align-items: center;
  }
  
  .about-hero__content {
    min-width: 0;
  }
  
  .about-hero__eyebrow {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 0.34rem 0.72rem;
    margin-bottom: 1rem;
    border-radius: 999px;
    background: rgba(177, 201, 0, 0.14);
    color: #2b3300;
    font-size: 0.68rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    line-height: 1;
  }
  
  .about-hero__content h1 {
    margin: 0 0 1rem;
    font-size: clamp(2.2rem, 4vw, 4rem);
    line-height: 0.98;
    font-weight: 800;
    color: #121212;
    letter-spacing: 0;
    max-width: 760px;
  }
  
  .about-hero__text {
    margin: 0 0 1.45rem;
    max-width: 690px;
    color: #5f5f5f;
    font-size: 1.06rem;
    line-height: 1.82;
  }
  
  .about-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 1.4rem;
  }
  
  .about-hero__mini-points {
    display: grid;
    gap: 0.85rem;
    max-width: 740px;
  }
  
  .about-mini-point {
    padding: 1rem 1.1rem;
    border-radius: 18px;
    background: #ffffff;
    border: 1px solid rgba(18, 18, 18, 0.08);
    box-shadow: 0 12px 22px rgba(18, 18, 18, 0.04);
  }
  
  .about-mini-point strong {
    display: block;
    margin-bottom: 0.25rem;
    color: #121212;
    font-size: 0.98rem;
    font-weight: 800;
  }
  
  .about-mini-point span {
    display: block;
    color: #666666;
    font-size: 0.93rem;
    line-height: 1.55;
  }
  
  .about-hero__visual {
    position: relative;
    min-width: 0;
  }
  
  .about-hero__image-box {
    padding: 0.95rem;
    border-radius: 30px;
    background: linear-gradient(180deg, #ffffff, #f0f1ed);
    border: 1px solid rgba(18, 18, 18, 0.06);
    box-shadow: 0 24px 48px rgba(18, 18, 18, 0.1);
  }
  
  .about-hero__image {
    width: 100%;
    display: block;
    border-radius: 22px;
  }
  
  .about-hero__note {
    position: absolute;
    max-width: 220px;
    padding: 0.9rem 1rem;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(18, 18, 18, 0.06);
    box-shadow: 0 18px 36px rgba(18, 18, 18, 0.14);
  }
  
  .about-hero__note span {
    display: block;
    margin-bottom: 0.28rem;
    color: #7a7a7a;
    font-size: 0.76rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 700;
  }
  
  .about-hero__note strong {
    display: block;
    color: #121212;
    font-size: 0.95rem;
    line-height: 1.45;
    font-weight: 800;
  }
  
  .about-hero__note--top {
    top: -14px;
    right: -14px;
  }
  
  .about-hero__note--bottom {
    left: -14px;
    bottom: 24px;
  }
  
  .about-section {
    padding: 5rem 0;
  }
  
  .about-section--tight {
    padding-top: 0;
    padding-bottom: 2.7rem;
  }
  
  .about-section--soft {
    background: linear-gradient(180deg, rgba(18, 18, 18, 0.03), rgba(18, 18, 18, 0));
  }
  
  .about-intro-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem;
  }
  
  .about-intro-card {
    padding: 2rem;
    border-radius: 26px;
    background: #ffffff;
    border: 1px solid rgba(18, 18, 18, 0.08);
    box-shadow: 0 18px 34px rgba(18, 18, 18, 0.05);
  }
  
  .about-intro-card--dark {
    background: linear-gradient(135deg, #121212 0%, #1d1d1d 100%);
    border-color: rgba(255, 255, 255, 0.06);
  }
  
  .about-intro-card h2 {
    margin: 0 0 0.9rem;
    font-size: 1.55rem;
    line-height: 1.2;
    font-weight: 800;
    color: #121212;
  }
  
  .about-intro-card p {
    margin: 0;
    color: #5d5d5d;
    line-height: 1.8;
    font-size: 1rem;
  }
  
  .about-intro-card--dark h2,
  .about-intro-card--dark p {
    color: #ffffff;
  }
  
  .about-heading {
    max-width: 900px;
    margin: 0 auto 3rem;
  }
  
  .section-eyebrow {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 0.34rem 0.72rem;
    margin-bottom: 0.9rem;
    border-radius: 999px;
    background: rgba(177, 201, 0, 0.12);
    color: #556100;
    font-size: 0.68rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    line-height: 1;
  }
  
  .about-heading h2,
  .about-copy h2,
  .about-cta-box__content h2 {
    margin: 0 0 1rem;
    font-size: clamp(2rem, 3vw, 3rem);
    line-height: 1.1;
    font-weight: 800;
    color: #121212;
    letter-spacing: 0;
  }
  
  .about-heading p,
  .about-copy p,
  .about-cta-box__content p {
    margin: 0;
    color: #5d5d5d;
    font-size: 1.05rem;
    line-height: 1.85;
  }
  
  .about-person-card {
    padding: 1.7rem 1.35rem;
    border-radius: 22px;
    background: #ffffff;
    border: 1px solid rgba(18, 18, 18, 0.06);
    box-shadow: 0 18px 34px rgba(18, 18, 18, 0.05);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
  }
  
  .about-person-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 42px rgba(18, 18, 18, 0.08);
  }
  
  .about-person-card__icon {
    width: 56px;
    height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    border-radius: 16px;
    background: rgba(177, 201, 0, 0.14);
    color: #121212;
    font-size: 1.1rem;
  }
  
  .about-person-card h3 {
    margin: 0 0 0.75rem;
    color: #121212;
    font-size: 1.18rem;
    font-weight: 800;
  }
  
  .about-person-card p {
    margin: 0;
    color: #5d5d5d;
    line-height: 1.75;
  }
  
  .about-copy p + p {
    margin-top: 1rem;
  }
  
  .about-check-list {
    display: grid;
    gap: 0.75rem;
    margin-top: 1.35rem;
  }
  
  .about-check-list__item {
    display: flex;
    align-items: flex-start;
    gap: 0.8rem;
    padding: 0.9rem 1rem;
    border-radius: 18px;
    background: rgba(177, 201, 0, 0.08);
    border: 1px solid rgba(177, 201, 0, 0.16);
  }
  
  .about-check-list__item i {
    margin-top: 0.15rem;
    color: #5a6600;
  }
  
  .about-check-list__item span {
    color: #2e2e2e;
    line-height: 1.6;
  }
  
  .about-photo-card {
    padding: 0.9rem;
    border-radius: 28px;
    background: linear-gradient(180deg, #ffffff, #f0f1ed);
    border: 1px solid rgba(18, 18, 18, 0.06);
    box-shadow: 0 20px 40px rgba(18, 18, 18, 0.08);
  }
  
  .about-photo-card__image {
    width: 100%;
    display: block;
    border-radius: 20px;
  }
  
  .about-reasons-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.2rem;
  }
  
  .about-reason-card {
    padding: 1.55rem;
    border-radius: 22px;
    background: #ffffff;
    border: 1px solid rgba(18, 18, 18, 0.08);
    box-shadow: 0 16px 28px rgba(18, 18, 18, 0.05);
  }
  
  .about-reason-card h3 {
    margin: 0 0 0.65rem;
    color: #121212;
    font-size: 1.18rem;
    font-weight: 800;
  }
  
  .about-reason-card p {
    margin: 0;
    color: #5d5d5d;
    line-height: 1.75;
  }
  
  .about-pricing {
    background: linear-gradient(180deg, rgba(18, 18, 18, 0.02), rgba(18, 18, 18, 0));
  }
  
  .about-cta-box {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(260px, 320px);
    gap: 1.5rem;
    align-items: center;
    padding: 2.2rem;
    border-radius: 28px;
    background:
      radial-gradient(circle at top right, rgba(177, 201, 0, 0.08), transparent 26%),
      #ffffff;
    border: 1px solid rgba(18, 18, 18, 0.08);
    box-shadow: 0 18px 40px rgba(18, 18, 18, 0.06);
  }
  
  .about-cta-box__actions {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
  }
  
  .about-btn {
    min-height: 56px;
    padding: 0.95rem 1.6rem;
    border-radius: 999px;
    font-weight: 700;
    transition: all 0.25s ease;
  }
  
  .about-btn--accent {
    background: #b1c900;
    color: #121212;
    border: 1px solid #b1c900;
    box-shadow: 0 12px 28px rgba(177, 201, 0, 0.22);
  }
  
  .about-btn--accent:hover,
  .about-btn--accent:focus {
    background: #d6f000;
    border-color: #d6f000;
    color: #121212;
    transform: translateY(-2px);
  }
  
  .about-btn--light {
    background: #ffffff;
    color: #121212;
    border: 1px solid rgba(18, 18, 18, 0.08);
  }
  
  .about-btn--light:hover,
  .about-btn--light:focus {
    background: #f2f2f2;
    color: #121212;
    transform: translateY(-2px);
  }
  
  .about-btn--dark {
    background: #121212;
    color: #ffffff;
    border: 1px solid #121212;
  }
  
  .about-btn--dark:hover,
  .about-btn--dark:focus {
    background: #1f1f1f;
    color: #ffffff;
    transform: translateY(-2px);
  }
  
  .about-btn--ghost {
    background: transparent;
    color: #121212;
    border: 1px solid rgba(18, 18, 18, 0.12);
  }
  
  .about-btn--ghost:hover,
  .about-btn--ghost:focus {
    background: rgba(18, 18, 18, 0.04);
    color: #121212;
    transform: translateY(-2px);
  }
  
  @media (max-width: 1199.98px) {
    .about-hero__wrap,
    .about-cta-box {
      grid-template-columns: 1fr;
    }
  
    .about-hero__visual {
      max-width: 640px;
      margin: 0 auto;
    }
  }
  
  @media (max-width: 991.98px) {
    .about-hero {
      padding: 2.25rem 0 2rem;
    }
  
    .about-intro-grid,
    .about-reasons-grid {
      grid-template-columns: 1fr;
    }
  
    .about-hero__note {
      position: static;
      max-width: none;
      margin-top: 1rem;
    }
  
    .about-section {
      padding: 4rem 0;
    }
  }
  
  @media (max-width: 767.98px) {
    .about-hero__content h1 {
      font-size: 2rem;
      line-height: 1.05;
    }
  
    .about-hero__text,
    .about-heading p,
    .about-copy p,
    .about-cta-box__content p {
      font-size: 1rem;
    }
  
    .about-heading h2,
    .about-copy h2,
    .about-cta-box__content h2 {
      font-size: 2rem;
    }
  
    .about-hero__actions {
      flex-direction: column;
      align-items: stretch;
    }
  
    .about-hero__actions .about-btn {
      width: 100%;
    }
  
    .about-cta-box {
      padding: 1.6rem;
      border-radius: 22px;
    }
  
    .about-intro-card,
    .about-person-card,
    .about-reason-card,
    .about-photo-card {
      border-radius: 20px;
    }
  }
  
  @media (max-width: 575.98px) {
    .about-hero__content h1 {
      font-size: 1.72rem;
    }
  
    .about-intro-card,
    .about-person-card,
    .about-reason-card {
      padding: 1.2rem;
    }
  
    .about-cta-box {
      padding: 1.25rem;
    }
  }
