:root {
  --bg: #040505;
  --surface: #0a0e0d;
  --surface-soft: #111817;
  --text: #eff7f3;
  --muted: #a1b2ab;
  --accent: #2fc176;
  --accent-2: #24a363;
  --border: #1c2b26;
  --max: 1440px;
}

* { box-sizing: border-box; }

body {
  margin: 0;
  font-family: "Saira Condensed", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.35;
}

.wrap {
  max-width: var(--max);
  width: 100%;
  margin: 0 auto;
  padding: 0 28px;
}

h1, h2, h3 {
  font-family: "Saira Condensed", system-ui, sans-serif;
  line-height: 1.18;
  margin: 0 0 14px;
  letter-spacing: 0.01em;
}

h1 { font-size: clamp(2.2rem, 4.2vw, 3.4rem); }
h2 { font-size: clamp(1.6rem, 2.8vw, 2.25rem); margin-top: 0; }
h3 { font-size: 1.28rem; }

p { margin: 0 0 14px; color: var(--muted); }
.site-header {
  position: sticky;
  top: 0;
  z-index: 5;
  background: rgba(5, 6, 6, 0.8);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--border);
}

.header-row,
.footer-row {
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo {
  font-family: "Saira Condensed", system-ui, sans-serif;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.logo-img {
  height: 24px;
  width: auto;
  object-fit: contain;
}

.top-nav {
  display: flex;
  gap: 18px;
}

.top-nav a {
  color: var(--muted);
  text-decoration: none;
  font-size: 1rem;
  font-weight: 600;
}

.top-nav a:hover {
  color: var(--text);
}

.hero {
  position: relative;
  min-height: 460px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--border);
  background: center / cover no-repeat url("/imagens/bg.png"), linear-gradient(180deg, #0a0d0c 0%, #050606 100%);
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 62% 45%, rgba(47, 193, 118, 0.15), transparent 35%),
    linear-gradient(90deg, rgba(5, 6, 6, 0.82) 0%, rgba(5, 6, 6, 0.54) 52%, rgba(5, 6, 6, 0.85) 100%);
}

.hero-content {
  position: relative;
  padding-top: 72px;
  padding-bottom: 72px;
}

.hero-wrap {
  max-width: 1440px;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 26px;
  align-items: center;
}

.kicker {
  display: inline-block;
  color: var(--accent);
  font-size: 0.92rem;
  letter-spacing: 0.08em;
  margin-bottom: 10px;
  font-weight: 800;
}

.hero p { font-size: 1.2rem; max-width: 54ch; }

.hero-proof {
  color: #d6f6e5;
  font-weight: 700;
  letter-spacing: 0.01em;
  margin-top: -2px;
  margin-bottom: 10px;
}

.btn-cta {
  display: inline-block;
  margin-top: 8px;
  background: var(--accent);
  border: 1px solid var(--accent-2);
  color: #082113;
  text-decoration: none;
  font-weight: 700;
  border-radius: 10px;
  padding: 10px 16px;
  font-size: 1rem;
}

.page {
  padding-top: 32px;
  padding-bottom: 70px;
}

.block {
  margin-top: 72px;
}

.two-col {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

.grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  margin-top: 14px;
}

.card {
  background: linear-gradient(180deg, var(--surface), var(--surface-soft));
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 16px;
  box-shadow: inset 0 0 0 1px rgba(47, 193, 118, 0.05), 0 0 20px rgba(47, 193, 118, 0.06);
}

.soft-green {
  background: linear-gradient(180deg, #133327, #11291f);
  border-color: #2c6a4a;
  box-shadow: 0 0 22px rgba(47, 193, 118, 0.15);
}

.hero-card {
  background: linear-gradient(180deg, rgba(17, 54, 38, 0.96), rgba(13, 45, 33, 0.96));
  border: 1px solid #2f7753;
  border-radius: 14px;
  padding: 16px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.4);
}

.hero-card h3 {
  margin-bottom: 8px;
}

.hero-card ul {
  margin: 0;
  padding-left: 18px;
}

.hero-card li {
  color: #dff5e8;
  font-size: 1rem;
}

.hero-founders {
  margin-top: 10px;
  margin-bottom: 0;
  color: #d5efe2;
  font-size: 0.96rem;
  font-weight: 600;
}

.section-image {
  width: 100%;
  border-radius: 12px;
  border: 1px solid #254437;
  box-shadow: 0 0 18px rgba(47, 193, 118, 0.12);
  display: block;
}

.section-image.portrait {
  max-width: 420px;
  justify-self: end;
}

.flow {
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}

.flow li {
  padding: 10px 12px;
  border: 1px solid var(--border);
  background: linear-gradient(180deg, #101f1a, #0d1714);
  border-radius: 10px;
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 1.06rem;
}

.flow .arrow {
  text-align: center;
  color: var(--accent);
  border: 0;
  background: transparent;
  padding: 0;
  font-size: 1.2rem;
  margin: -2px 0 8px;
}

.audience {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 18px;
  margin-top: 14px;
}

.audience div {
  border: 1px solid var(--border);
  background: #133327;
  border-radius: 10px;
  padding: 28px 26px;
  font-weight: 700;
  box-shadow: 0 0 20px rgba(47, 193, 118, 0.12);
  display: flex;
  align-items: flex-start;
  gap: 14px;
  min-height: 182px;
}

.audience-icon {
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 20px;
  position: relative;
  margin-top: 2px;
}

.audience-icon::before {
  content: "";
  width: 20px;
  height: 20px;
  background: #ffffff;
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}

.audience-icon--agency::before {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='M12 2l2.4 6.6L21 11l-6.6 2.4L12 20l-2.4-6.6L3 11l6.6-2.4L12 2z'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='M12 2l2.4 6.6L21 11l-6.6 2.4L12 20l-2.4-6.6L3 11l6.6-2.4L12 2z'/%3E%3C/svg%3E");
}

.audience-icon--consulting::before {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Ccircle cx='12' cy='12' r='4' fill='white'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Ccircle cx='12' cy='12' r='4' fill='white'/%3E%3C/svg%3E");
}

.audience-icon--tech::before {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Crect x='3' y='5' width='18' height='12' rx='2'/%3E%3Crect x='9' y='18' width='6' height='2'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Crect x='3' y='5' width='18' height='12' rx='2'/%3E%3Crect x='9' y='18' width='6' height='2'/%3E%3C/svg%3E");
}

.audience-icon--ops::before {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='M12 2l2 2.2 3-.5 1.4 2.7 2.9.8-.2 3 2.2 2-2.2 2 .2 3-2.9.8-1.4 2.7-3-.5L12 22l-2-2.2-3 .5-1.4-2.7-2.9-.8.2-3-2.2-2 2.2-2-.2-3 2.9-.8L7 3.7l3 .5L12 2zm0 6a4 4 0 100 8 4 4 0 000-8z'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='M12 2l2 2.2 3-.5 1.4 2.7 2.9.8-.2 3 2.2 2-2.2 2 .2 3-2.9.8-1.4 2.7-3-.5L12 22l-2-2.2-3 .5-1.4-2.7-2.9-.8.2-3-2.2-2 2.2-2-.2-3 2.9-.8L7 3.7l3 .5L12 2zm0 6a4 4 0 100 8 4 4 0 000-8z'/%3E%3C/svg%3E");
}

.audience-copy strong {
  display: block;
  font-size: 1.22rem;
  line-height: 1.2;
  margin-bottom: 8px;
  color: #f1f7f4;
  background: transparent !important;
  white-space: normal;
  word-break: normal;
  hyphens: none;
}

.audience-copy p {
  margin: 0;
  color: #d1ded8;
  font-weight: 500;
  font-size: 1.08rem;
  line-height: 1.4;
  background: transparent !important;
  white-space: normal;
  word-break: normal;
  hyphens: none;
}

.audience-copy {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.team-section {
  align-items: center;
}

.team-names {
  margin-top: 10px;
  text-align: center;
  color: #e6f2ec;
  font-weight: 700;
  font-size: 1.05rem;
}

.commitment-list {
  margin: 10px 0 0;
  padding-left: 18px;
}

.commitment-list li {
  color: var(--muted);
  margin: 6px 0;
}

.case-author {
  margin-top: 12px;
  color: #d8e6df;
  font-weight: 700;
  font-size: 1.02rem;
}

.cta {
  margin-top: 50px;
  padding: 8px 0 0;
  border-radius: 0;
  background: transparent;
  border: 0;
}

.cta-intro {
  text-align: center;
  max-width: 780px;
  margin: 0 auto 16px;
}

.cta strong {
  display: block;
  text-align: center;
  font-size: clamp(1.08rem, 2.3vw, 1.48rem);
}

.cta p {
  font-size: 1.05rem;
  text-align: center;
}

.status {
  margin-top: 14px;
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid transparent;
  display: none;
  font-size: 0.95rem;
}

.status.is-visible {
  display: block;
}

.status.status-ok {
  background: #12291e;
  border-color: #2c6b4a;
  color: #ccf0de;
}

.status.status-error {
  background: #2b1515;
  border-color: #6b2c2c;
  color: #ffd0d0;
}

.contact {
  margin: 0 auto;
  max-width: 760px;
  background: #0a0f0d;
  border: 1px solid #22352e;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.45);
}

.contact h3 {
  margin-bottom: 2px;
}

.form-lead {
  margin-bottom: 14px;
  font-size: 1rem;
}

.form-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 8px;
}

.field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.field-full {
  grid-column: 1 / -1;
}

label {
  font-size: 0.95rem;
  color: var(--muted);
}

input,
textarea,
select,
button {
  font-family: "Saira Condensed", system-ui, sans-serif;
  font-size: 1.02rem;
  border-radius: 10px;
  border: 1px solid var(--border);
  background: #080d0b;
  color: var(--text);
  padding: 12px 14px;
  min-height: 46px;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
  border-color: #2f7753;
  box-shadow: 0 0 0 3px rgba(47, 193, 118, 0.16);
}

textarea {
  min-height: 140px;
  resize: vertical;
}

button {
  background: var(--accent);
  color: #072111;
  border-color: var(--accent-2);
  cursor: pointer;
  font-weight: 800;
  width: 100%;
}

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

button:hover {
  filter: brightness(1.03);
}

.hp { display: none; }

.site-footer {
  background: #070909;
  padding: 22px 0 24px;
}

.footer-row {
  min-height: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.site-footer small {
  color: var(--muted);
  text-align: center;
  font-size: 0.95rem;
}

@media (min-width: 900px) {
  .two-col {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 900px) {
  .wrap {
    padding: 0 18px;
  }

  .block {
    margin-top: 58px;
  }

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

  .hero-card {
    max-width: 420px;
  }

  .top-nav {
    gap: 10px;
  }

  .top-nav a {
    font-size: 0.9rem;
  }
}
