    :root {

      --orange: #f28c3c;

      --orange-light: #fff3e8;

      --text: #2b2b2b;

      --muted: #666;

      --border: #ead9cb;

      --background: #fffaf5;

      --white: #ffffff;

    }

    body {

      margin: 0;

      font-family: Arial, Helvetica, sans-serif;

      line-height: 1.6;

      color: var(--text);

      background: var(--background);

    }

    .page {

      max-width: 900px;

      margin: 0 auto;

      padding: 32px 20px;

    }

    header,

    section,

    footer {

      background: var(--white);

      border: 1px solid var(--border);

      border-radius: 16px;

      padding: 28px;

      margin-bottom: 24px;

    }

    h1,

    h2,

    h3 {

      line-height: 1.25;

      margin-top: 0;

    }

    h1 {

      font-size: 2rem;

      color: var(--orange);

      margin-bottom: 12px;

    }

    h2 {

      font-size: 1.5rem;

      margin-bottom: 16px;

    }

    h3 {

      font-size: 1.15rem;

      margin-bottom: 8px;

    }

    a {

      color: var(--orange);

      font-weight: 700;

      text-decoration: none;

    }

    a:hover,

    a:focus {

      text-decoration: underline;

    }

    .intro {

      font-size: 1.05rem;

      margin-bottom: 0;

    }

    .link-list {

      list-style: none;

      padding: 0;

      margin: 20px 0 0;

    }

    .link-list li {

      padding: 12px 0;

      border-top: 1px solid var(--border);

    }

    .link-list li:first-child {

      border-top: 0;

    }

    .note {

      background: var(--orange-light);

      border-left: 5px solid var(--orange);

      padding: 16px 18px;

      border-radius: 12px;

      margin: 20px 0;

    }

    .product {

      padding: 20px 0;

      border-top: 1px solid var(--border);

    }

    .product:first-of-type {

      border-top: 0;

      padding-top: 0;

    }

    .product p {

      margin: 6px 0;

    }

    .label {

      font-weight: 700;

    }

    .muted {

      color: var(--muted);

    }

    address {

      font-style: normal;

      line-height: 1.6;

    }

    .footer-links {

      margin-top: 16px;

    }
