﻿.sobre-storyboard {
  display: block;
  max-width: 980px;
  margin: 0 auto;
}

.sobre-story-head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  max-width: 72ch;
  margin: 0 auto;
}

.story-logo {
  width: min(260px, 92%);
  height: auto;
  object-fit: contain;
  margin: -2.6rem auto 3rem;
  filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.32));
}

.sobre-story-head h1,
.sobre-story-head h2 {
  margin: 0.8rem 0 0.55rem;
  font-size: clamp(1.8rem, 3.2vw, 2.7rem);
  line-height: 1.05;
  letter-spacing: -0.03em;
  text-align: left;
  color: #f6fbff;
}

.story-support {
  margin: 0;
  max-width: 72ch;
  color: #cfe4ff;
  line-height: 1.65;
  font-size: 0.98rem;
  text-align: justify;
  text-justify: inter-word;
  hyphens: auto;
  -webkit-hyphens: auto;
  text-wrap: pretty;
}

.story-tagline {
  margin-top: 0.75rem;
  max-width: 72ch;
  font-size: 0.96rem;
  color: #9ed6ff;
  font-weight: 700;
  text-align: left;
}

.sobre-texto {
  padding: clamp(1rem, 1.8vw, 1.6rem);
  margin-top: 0.9rem;
  max-width: 72ch;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid rgba(151, 188, 242, 0.3);
  border-radius: 18px;
  background: linear-gradient(155deg, rgba(10, 22, 47, 0.72), rgba(9, 18, 40, 0.78));
  box-shadow: 0 12px 28px rgba(2, 8, 24, 0.28);
}

.sobre-texto p {
  margin: 0;
  max-width: 70ch;
  color: #d3e6ff;
  font-size: clamp(1rem, 1.36vw, 1.14rem);
  line-height: 1.92;
  text-align: justify;
  text-justify: inter-word;
  hyphens: auto;
  -webkit-hyphens: auto;
  text-wrap: pretty;
}

.sobre-texto p + p {
  margin-top: 1.1rem;
}

.sobre-lead {
  position: relative;
  max-width: 64ch;
  padding-left: 1rem;
  border-left: 3px solid rgba(102, 211, 255, 0.62);
  color: #eef7ff;
  font-size: clamp(1.07rem, 1.6vw, 1.28rem);
  line-height: 1.82;
}

.contato-section {
  padding-top: 2.2rem;
}

.contato-wrapper {
  max-width: 980px;
  margin: 0 auto;
  padding: 0.3rem 0;
}

.contato-copy {
  padding: 0.8rem 0.8rem 0.8rem 0;
  text-align: left;
}

.contato-copy h2 {
  margin: 0.45rem 0 0.5rem;
  font-size: clamp(1.8rem, 3.2vw, 2.8rem);
  letter-spacing: -0.015em;
  line-height: 1.28;
  text-align: left;
  text-wrap: balance;
  color: #f6fbff;
}

.contato-copy p:not(.eyebrow) {
  color: #c9dcfb;
}

.contato-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 1rem;
  align-items: start;
}

.contato-logo {
  width: min(190px, 62%);
  height: auto;
  object-fit: contain;
  display: block;
  margin-top: -0.35rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.5rem;
  filter: drop-shadow(0 10px 22px rgba(0, 0, 0, 0.35));
}

.contato-intro {
  margin: 0 0 1rem;
  max-width: 52ch;
  line-height: 1.65;
}

.contact-points {
  display: grid;
  gap: 0.7rem;
}

.contact-point {
  border: 1px solid rgba(102, 211, 255, 0.62);
  border-radius: 14px;
  background:
    radial-gradient(circle at 10% 20%, rgba(102, 211, 255, 0.2), transparent 48%),
    linear-gradient(145deg, rgba(14, 36, 74, 0.9), rgba(10, 26, 57, 0.95));
  padding: 0.75rem 0.85rem;
  text-align: center;
  box-shadow: 0 10px 24px rgba(46, 197, 255, 0.18);
}

.contact-point-label {
  margin: 0;
  color: #7fdbff;
  font-size: 0.76rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-weight: 700;
}

.contact-point-value {
  margin: 0.2rem 0 0;
  color: #f2f8ff;
  font-weight: 600;
}

.contato-mail {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  margin-top: 0.2rem;
  color: #ffffff;
  font-weight: 700;
  text-decoration: none;
}

.contato-mail-icon {
  width: 1rem;
  height: 1rem;
  flex: 0 0 1rem;
}

.contact-form {
  display: grid;
  gap: 0.85rem;
}

.contact-panel {
  padding: 1.5rem;
  border: 1px solid rgba(152, 186, 242, 0.28);
  border-radius: 20px;
  background:
    linear-gradient(150deg, rgba(17, 34, 70, 0.85), rgba(12, 24, 52, 0.95));
  box-shadow: 0 16px 30px rgba(3, 10, 26, 0.35);
}

.form-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

.form-row {
  display: grid;
  gap: 0.35rem;
}

.form-row label {
  color: #a9c5ec;
  font-weight: 600;
  font-size: 0.92rem;
}

.form-row input,
.form-row select,
.form-row textarea {
  width: 100%;
  border: 1px solid rgba(152, 186, 242, 0.28);
  border-radius: 12px;
  background: rgba(10, 17, 34, 0.92);
  color: #fafcff;
  font: inherit;
  outline: none;
  padding: 0.8rem 0.9rem;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.form-row select {
  appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, #7fdbff 50%),
    linear-gradient(135deg, #7fdbff 50%, transparent 50%);
  background-position:
    calc(100% - 18px) calc(50% - 3px),
    calc(100% - 12px) calc(50% - 3px);
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
  padding-right: 2.3rem;
}

.form-row select option {
  background: #0b1f43;
  color: #e9f7ff;
}

.form-row input::placeholder,
.form-row textarea::placeholder {
  color: rgba(200, 218, 244, 0.62);
}

.form-row input:focus,
.form-row select:focus,
.form-row textarea:focus {
  border-color: #2ec5ff;
  box-shadow: 0 0 0 2px rgba(46, 197, 255, 0.25);
}

.form-row textarea {
  resize: none;
  min-height: 132px;
}

.contact-submit {
  position: relative;
  width: 100%;
  border: 1px solid #66d3ff;
  border-radius: 12px;
  padding: 0.85rem 1rem;
  background: linear-gradient(135deg, #66d3ff, #2ec5ff);
  color: #05223b;
  font-weight: 800;
  cursor: pointer;
  transition: transform 0.2s ease, filter 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 8px 20px rgba(46, 197, 255, 0.22);
}

.contact-submit:hover {
  filter: brightness(1.05);
  transform: translateY(-2px);
}

.contact-submit:active {
  transform: translateY(0);
}

.partner-strip {
  padding: 1.55rem 0 0;
}

.partner-strip .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.3rem;
  margin-bottom: -0.42rem;
}

.partner-strip p {
  margin: 0;
  color: rgba(198, 217, 246, 0.68);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.partner-strip img {
  width: auto;
  height: 38px;
  opacity: 0.78;
  filter: grayscale(0.18) drop-shadow(0 3px 10px rgba(0, 0, 0, 0.2));
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.partner-strip img:hover {
  opacity: 1;
  transform: translateY(-1px);
}

@media (max-width: 920px) {
  .contato-grid {
    grid-template-columns: 1fr;
  }

  .contact-panel {
    border-top: 1px solid rgba(152, 186, 242, 0.28);
  }

  .form-columns {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .mobile-bottom-bg {
    display: none !important;
  }

  .sobre-texto {
    padding: 1rem;
  }

  .sobre-lead {
    padding-left: 0.85rem;
  }

  .contato-copy,
  .contact-panel {
    padding: 1rem;
  }

  .contact-submit {
    width: 100%;
  }

  .partner-strip {
    padding: 1.2rem 0 0;
  }

  .partner-strip .container {
    margin-bottom: -0.34rem;
  }

  .partner-strip img {
    height: 31px;
  }
}

