html {
  background: linear-gradient(to bottom, #dfe2fa, #ebeafa); }

main {
  width: 100%; }

.about-container {
  margin-top: 90px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  color: var(--dark-font);
  padding: 0 16px 48px;
  box-sizing: border-box; }

.about-wrapper {
  width: 100%;
  max-width: 820px;
  height: auto;
  background-color: rgba(245, 245, 255, 0.97);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  border-radius: 15px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.8), 0 1px 4px #fff inset, 0 0 5px rgba(168, 152, 250, 0.3);
  padding: 48px 50px 56px;
  z-index: 2; }

.about-hero {
  position: relative;
  padding-left: 20px;
  margin-bottom: 36px; }

.about-hero__accent {
  position: absolute;
  left: 0;
  top: 6px;
  bottom: 6px;
  width: 4px;
  border-radius: 4px;
  background: linear-gradient(180deg, #0da6ff 0%, #0A94FF 55%, rgba(168, 152, 250, 0.9) 100%);
  box-shadow: 0 0 8px rgba(10, 148, 255, 0.35); }

.about-hero h1 {
  font-size: 2.5em;
  font-weight: 600;
  color: var(--dark-font);
  line-height: 1.15;
  margin: 0 0 16px; }

.about-lead {
  font-size: 1.35em;
  font-weight: 500;
  line-height: 1.5;
  color: var(--dark-font);
  opacity: 0.95;
  margin: 0; }

.about-section {
  margin-bottom: 32px; }

.about-section:last-of-type {
  margin-bottom: 0; }

.about-section h2 {
  font-size: 1.55em;
  font-weight: 600;
  color: var(--dark-font);
  margin: 0 0 14px;
  line-height: 1.25; }

.about-section p {
  font-size: 1.15em;
  line-height: 1.65;
  font-weight: 400;
  color: var(--dark-font);
  margin: 0 0 14px;
  text-align: justify;
  hyphens: auto; }

.about-section p:last-child {
  margin-bottom: 0; }

.about-section--highlight {
  padding: 22px 24px;
  border-radius: 12px;
  background: rgba(240, 245, 255, 0.85);
  box-shadow: 0 0 0 1px rgba(168, 152, 250, 0.2);
  margin-bottom: 32px; }

.about-legal {
  margin-top: 18px !important;
  padding-top: 16px;
  border-top: 1px solid rgba(168, 152, 250, 0.35);
  font-size: 1.05em !important;
  font-weight: 600 !important; }

.about-cta {
  margin-top: 40px;
  padding-top: 28px;
  border-top: 1px solid rgba(168, 152, 250, 0.3);
  text-align: center; }

.about-cta__text {
  font-size: 1.15em;
  font-weight: 500;
  margin: 0 0 18px;
  color: var(--dark-font); }

.about-cta__btn {
  display: inline-block;
  padding: 14px 32px;
  border-radius: 8px;
  font-size: 1.05em;
  font-weight: 600;
  text-decoration: none;
  color: #fff;
  background: linear-gradient(180deg, #0da6ff 0%, #0A94FF 100%);
  box-shadow: 0 3px 12px rgba(10, 148, 255, 0.35);
  transition: opacity 0.2s ease, transform 0.15s ease; }

.about-cta__btn:hover {
  opacity: 0.95;
  transform: translateY(-1px); }

@media screen and (max-width: 920px) {
  .about-wrapper {
    padding: 40px 36px 48px; }
  .about-hero h1 {
    font-size: 2.1em; }
  .about-lead {
    font-size: 1.2em; } }

@media screen and (max-width: 768px) {
  .about-container {
    margin-top: 80px;
    padding: 0 12px 36px; }
  .about-wrapper {
    padding: 32px 22px 40px;
    border-radius: 12px; }
  .about-hero {
    padding-left: 16px;
    margin-bottom: 28px; }
  .about-hero h1 {
    font-size: 1.85em; }
  .about-lead {
    font-size: 1.1em; }
  .about-section h2 {
    font-size: 1.35em; }
  .about-section p {
    font-size: 1.05em;
    text-align: left; }
  .about-section--highlight {
    padding: 18px 16px; } }

@media screen and (max-width: 480px) {
  .about-container {
    margin-top: 72px;
    padding: 0 10px 28px; }
  .about-wrapper {
    padding: 26px 18px 32px; }
  .about-hero__accent {
    width: 3px; }
  .about-hero h1 {
    font-size: 1.65em; }
  .about-cta__btn {
    width: 100%;
    box-sizing: border-box;
    text-align: center; } }

/*# sourceMappingURL=about.css.map */