h1.terms-title,
.terms-title {
    font-size: 2.25rem;
    font-weight: 700;
    text-align: center;
    margin-top: 32px;
    margin-bottom: 24px;
    letter-spacing: 0.01em;
    background: linear-gradient(90deg, #ce0569 12.66%, #ff5800 94.55%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: 0 0 0 hsla(0, 0%, 100%, 0);
}

.terms-subtitle {
  text-align: center;
  font-size: 1.1rem;
  color: #888;
  margin-bottom: 24px;
}

body {
    background: #fff;
    font-family:
        Segoe UI,
        OpenSans,
        Roboto,
        Arial,
        Tahoma,
        Helvetica,
        sans-serif;
    color: #222;
    margin: 0;
    padding: 0;
}

.terms-container {
    max-width: 900px;
    margin: 0 auto;
    background: #fff;
    padding: 0 32px 32px 32px;
}

hr {
  border: none;
  border-top: 2px solid #f5b041;
  margin: 1.5rem 0 2rem 0;
}

h1,
.terms-container h1 {
    color: #e60028;
    font-size: 4em;
    font-weight: bold;
    text-align: center;
    margin-top: 32px;
    margin-bottom: 24px;
    letter-spacing: 0.01em;
}

h2,
.terms-container h2 {
    color: #222;
    font-size: 1em;
    font-weight: bold;
    margin-top: 32px;
    margin-bottom: 12px;
}

.terms-container h3 {
  font-size: 1.15rem;
}

p,
.terms-container p {
    color: #222;
    font-size: 0.98em;
    margin: 0 0 12px 0;
    line-height: 1.5;
}

.terms-container strong {
  color: #2a2a2a;
}

.terms-container p, .terms-container li {
  color: #222;
  font-size: 0.98em;
  line-height: 1.5;
}

a {
    color: #0036e6;
    text-decoration: underline;
}

a:hover {
  color: #0d47a1;
}

ul,
ol {
    margin: 0 0 12px 24px;
    padding: 0;
}

li {
    margin-bottom: 6px;
    font-size: 0.98em;
}

.terms-container ol {
  counter-reset: section;
  padding-left: 0;
}

.terms-container > ol > li {
  list-style: none;
  margin-bottom: 2rem;
}

.terms-container > ol > li:before {
  counter-increment: section;
  content: counter(section) ". ";
  font-weight: bold;
  color: #222;
  font-size: 1.2rem;
  margin-right: 0.5rem;
}

.terms-container ul, .terms-container ol ul, .terms-container ol ol {
  margin-left: 1.5rem;
  margin-bottom: 1rem;
}

.section {
    margin-bottom: 32px;
    font-size: 1em;
}

.consent-note {
  margin-top: 1.5rem;
  color: #666;
  font-size: 0.98rem;
  text-align: left;
  background: #fff8e1;
  border-left: 4px solid #e65100;
  padding: 0.9rem 1.2rem;
  border-radius: 6px;
  max-width: 600px;
}


.accept-section-modern {
  margin-top: 2.5rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  background: #f5f5fa;
  border-radius: 8px;
  padding: 1.2rem 1.5rem;
  box-shadow: 0 1px 6px rgba(0,0,0,0.04);
}
.modern-checkbox {
  width: 1.3em;
  height: 1.3em;
  accent-color: #e65100;
  border-radius: 4px;
  border: 2px solid #e65100;
  margin-right: 0.7em;
  cursor: pointer;
}
.modern-checkbox-label {
  font-weight: 600;
  color: #2a2a2a;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.5em;
  font-size: 1.08rem;
}
.modern-checkbox-label .highlight-terms {
  color: #e65100;
  font-weight: 700;
}

.accept-btn {
  margin-left: 1.5rem;
  padding: 0.6em 1.6em;
  background: #e65100;
  color: #fff;
  border: none;
  border-radius: 5px;
  font-size: 1.08rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s, box-shadow 0.2s;
  box-shadow: 0 1px 4px rgba(0,0,0,0.07);
}
.accept-btn:disabled {
  background: #e0e0e0;
  color: #aaa;
  cursor: not-allowed;
  box-shadow: none;
}
.accept-btn:not(:disabled):hover {
  background: #b34700;
}

@media (max-width: 600px) {
  .terms-container {
    padding: 1.2rem 0.5rem;
    border-radius: 0;
    box-shadow: none;
  }
  .terms-title {
    font-size: 1.4rem;
  }
}
