button.hamburger{
display:none !important;}
.card {
      max-width: var(--max-w);
      width: 100%;
      padding: 60px 56px;
    }

    /* ── Header ── */
    .header-label {
      font-weight: 500;
      font-size: 1rem;
      letter-spacing: 0.18em;
      text-transform: uppercase;
      margin-bottom: 10px;
    }

    h1 {
      font-weight: 600;
      font-size: 3rem;
      line-height: 1.15;
margin: 10px 0 20px;
    }

.subtitle {
    display: inline-block;
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    background-color: #093266;
    color: #ffffff;
    padding: 10px 20px;
    margin: 0 0 36px 0;
    }

    hr {
      border: none;
      border-top: 1px solid currentColor;
      opacity: 0.2;
      margin-bottom: 36px;
    }

    /* ── Body text ── */
    .closing-notice {
      font-size: 1rem;
      margin-bottom: 32px;
    }

    /* ── Records section ── */
    .records-section {
      border-left: 3px solid currentColor;
      padding: 28px 32px;
      margin-bottom: 32px;
      background: #eee;
    }

    .records-section h2 {
      font-size: 1.4rem;
      font-weight: 600;
      margin-bottom: 10px;
      letter-spacing: 0.01em;
      
    }

    .records-section p {
      font-size: 1.2rem;
      margin-bottom: 20px;
    }

    .records-section .how-label {
      font-weight: 500;
      font-size: 1.2rem;
      letter-spacing: 0.14em;
      text-transform: uppercase;
      margin-bottom: 14px;
    }

    .contact-block {
      display: flex;
      flex-direction: column;
      gap: 10px;
    font-size: 1.2rem;
    }

    .contact-block a {
      display: inline-block;
      font-weight: 400;
      font-size: 1.2rem;
      text-decoration: underline;
      text-underline-offset: 3px;
      word-break: break-all;
    }

    .contact-block .phone {
      font-size: 1.2rem;
      font-weight: 500;
      letter-spacing: 0.03em;
      text-decoration: none;
    }

    .fee-note {
      margin-top: 16px;
      font-size: 1.2rem;
      font-style: italic;

    }

    /* ── Thank you ── */
    .thank-you {
      font-size: 1.2rem;
      margin-bottom: 36px;
      line-height: 1.75;
    }

    /* ── Footer note ── */
    .footer-note {
      border-top: 1px solid currentColor;
      padding-top: 20px;
       font-size: 1.2rem;
      line-height: 1.65;
    }

    .footer-note strong {
      font-weight: 500;
    }

    @media (max-width: 1024px) {
      .card { padding: 20px 0; }
      h1 { font-size: 1.85rem; }
    }