* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 72px;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "Helvetica Neue", Arial, sans-serif;
  background: #fff;
  color: #1d1d1f;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

button, input, select, textarea {
  font: inherit;
}

img {
  display: block;
  max-width: 100%;
}

.shell {
  width: min(1180px, calc(100% - 48px));
  margin: auto;
}

.narrow {
  width: min(960px, calc(100% - 48px));
}

.section {
  padding: 128px 0;
  position: relative;
}

.skip-link {
  position: fixed;
  left: 16px;
  top: -60px;
  background: #fff;
  padding: 12px 18px;
  border-radius: 999px;
  z-index: 1000;
  box-shadow: 0 4px 20px #0002;
}

.skip-link:focus {
  top: 12px;
}

.site-header {
  height: 52px;
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  background: rgba(250, 250, 252, .82);
  backdrop-filter: saturate(180%) blur(20px);
  border-bottom: 1px solid rgba(0, 0, 0, .06);
}

.nav {
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand {
  display: flex;
  align-items: center;
  gap: 9px;
  font-weight: 650;
  letter-spacing: -.02em;
}

.brand-mark {
  width: 26px;
  height: 26px;
  border-radius: 8px;
  display: grid;
  place-items: center;
  background: #111;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 30px;
  font-size: 12px;
}

.nav-links a {
  transition: opacity .2s;
}

.nav-links a:hover {
  opacity: .58;
}

.nav-cta {
  background: #0071e3;
  color: #fff !important;
  padding: 8px 15px;
  border-radius: 980px;
}

.menu-button {
  display: none;
  background: none;
  border: 0;
  width: 32px;
  height: 32px;
  position: relative;
}

.menu-button span {
  width: 16px;
  height: 1px;
  background: #1d1d1f;
  position: absolute;
  left: 8px;
  transition: .25s;
}

.menu-button span:first-child {
  top: 12px;
}

.menu-button span:last-child {
  top: 19px;
}

.hero {
  min-height: 100svh;
  padding: 150px 0 60px;
  background: linear-gradient(180deg, #f5f5f7 0%, #fff 78%);
  overflow: hidden;
}

.hero-inner {
  text-align: center;
  position: relative;
  z-index: 1;
}

.eyebrow {
  font-size: 15px;
  line-height: 1.2;
  font-weight: 650;
  letter-spacing: .01em;
  color: #6e6e73;
  margin-bottom: 20px;
}

.eyebrow.blue {
  color: #2997ff;
}

.hero h1, .section h2 {
  font-weight: 700;
  letter-spacing: -.055em;
  line-height: .98;
}

.hero h1 {
  font-size: clamp(56px, 8vw, 108px);
  max-width: 1080px;
  margin: auto;
}

.hero h1 span, .section h2 span {
  color: #86868b;
}

.hero-copy {
  font-size: clamp(19px, 2vw, 25px);
  line-height: 1.35;
  letter-spacing: -.025em;
  max-width: 720px;
  margin: 30px auto 34px;
  color: #6e6e73;
}

.button-row {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}

.button {
  border: 0;
  border-radius: 980px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 13px 22px;
  font-size: 17px;
  line-height: 1.2;
  cursor: pointer;
  transition: transform .2s, background .2s;
}

.button:hover {
  transform: scale(1.025);
}

.button-primary {
  background: #0071e3;
  color: #fff;
}

.button-primary:hover {
  background: #0077ed;
}

.button-secondary {
  color: #0066cc;
  border: 1px solid #0066cc;
}

.button-secondary:hover {
  background: #0066cc;
  color: #fff;
}

.hero-visual {
  width: min(720px, 82vw);
  height: 340px;
  margin: 70px auto -20px;
  position: relative;
  display: grid;
  place-items: center;
  perspective: 1000px;
}

.data-core {
  width: 185px;
  height: 185px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  background: radial-gradient(circle at 30% 25%, #75d8ff, #087be6 55%, #1933ba);
  box-shadow: 0 35px 100px rgba(0, 113, 227, .36), inset 0 2px 10px #fff8;
  position: relative;
  z-index: 4;
}

.data-core:after {
  content: "";
  position: absolute;
  inset: 9px;
  border: 1px solid #ffffff55;
  border-radius: 50%;
}

.data-core strong {
  font-size: 30px;
  letter-spacing: -.04em;
}

.data-core span {
  font-size: 12px;
  opacity: .8;
}

.data-orbit {
  position: absolute;
  border: 1px solid #8d8d9255;
  border-radius: 50%;
  transform: rotateX(68deg);
}

.orbit-one {
  width: 500px;
  height: 500px;
}

.orbit-two {
  width: 680px;
  height: 280px;
  transform: rotate(16deg) rotateX(67deg);
}

.data-node {
  position: absolute;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #fff;
  box-shadow: 0 14px 40px #0002;
  color: #0066cc;
  font-size: 12px;
  font-weight: 700;
  z-index: 3;
}

.node-a {
  left: 11%;
  top: 29%;
}

.node-b {
  right: 9%;
  top: 42%;
}

.node-c {
  left: 42%;
  bottom: 0;
}

.hero-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(2px);
  opacity: .5;
}

.glow-one {
  width: 440px;
  height: 440px;
  left: -280px;
  top: 15%;
  background: #91d5ff;
}

.glow-two {
  width: 400px;
  height: 400px;
  right: -270px;
  top: 38%;
  background: #cdb9ff;
}

.problem {
  text-align: center;
}

.section h2 {
  font-size: clamp(46px, 6.4vw, 84px);
}

.lead {
  font-size: clamp(20px, 2.2vw, 28px);
  letter-spacing: -.03em;
  color: #6e6e73;
  max-width: 790px;
  margin: 32px auto 64px;
}

.pain-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  text-align: left;
}

.pain-grid article {
  background: #f5f5f7;
  border-radius: 28px;
  padding: 34px;
  min-height: 195px;
}

.pain-grid strong {
  font-size: 28px;
  letter-spacing: -.04em;
}

.pain-grid p {
  color: #6e6e73;
  margin-top: 12px;
  font-size: 17px;
}

.showcase {
  margin: 0 12px;
  border-radius: 36px;
  overflow: hidden;
}

.showcase-dark {
  background: #000;
  color: #f5f5f7;
}

.split {
  display: grid;
  grid-template-columns: .86fr 1.14fr;
  gap: 80px;
  align-items: center;
}

.showcase-copy h2 {
  font-size: clamp(48px, 6vw, 78px);
}

.showcase-copy > p:not(.eyebrow) {
  font-size: 20px;
  color: #a1a1a6;
  margin: 28px 0;
}

.check-list {
  list-style: none;
  display: grid;
  gap: 13px;
  margin-bottom: 30px;
}

.check-list li {
  display: flex;
  gap: 11px;
}

.check-list li:before {
  content: "✓";
  color: #30d158;
}

.text-link {
  color: #2997ff;
  font-size: 19px;
}

.dashboard-demo {
  background: linear-gradient(145deg, #1c1c1e, #101012);
  border: 1px solid #ffffff24;
  border-radius: 24px;
  padding: 24px;
  min-height: 430px;
  box-shadow: 0 30px 100px #0066cc29;
  transform: perspective(1200px) rotateY(-4deg) rotateX(2deg);
}

.demo-top {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #8e8e93;
  font-size: 12px;
}

.demo-top span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #444;
}

.demo-top b {
  margin-left: auto;
  font-weight: 500;
}

.metric-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin: 36px 0;
}

.metric-row div {
  background: #ffffff0d;
  border: 1px solid #ffffff13;
  border-radius: 16px;
  padding: 18px;
}

.metric-row small {
  display: block;
  color: #8e8e93;
}

.metric-row strong {
  display: block;
  font-size: 26px;
  margin-top: 6px;
}

.chart {
  height: 220px;
  border-left: 1px solid #ffffff18;
  border-bottom: 1px solid #ffffff18;
  display: flex;
  gap: 14px;
  align-items: flex-end;
  padding: 20px 22px;
}

.chart i {
  height: var(--h);
  flex: 1;
  min-width: 18px;
  border-radius: 7px 7px 2px 2px;
  background: linear-gradient(#5ac8fa, #0a84ff);
  box-shadow: 0 0 22px #0a84ff55;
}

.diagnostic-card {
  background: linear-gradient(135deg, #e8f6ff, #eef0ff 60%, #f7edff);
  border-radius: 36px;
  padding: 72px;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 80px;
  align-items: center;
  overflow: hidden;
}

.diagnostic-card h2 {
  font-size: clamp(46px, 5.3vw, 72px);
}

.diagnostic-card > div > p:not(.eyebrow) {
  font-size: 19px;
  color: #515154;
  margin: 24px 0 30px;
  max-width: 570px;
}

.diagnostic-steps {
  list-style: none;
  display: grid;
  gap: 12px;
}

.diagnostic-steps li {
  display: flex;
  gap: 18px;
  align-items: center;
  background: #fff9;
  border: 1px solid #fff;
  border-radius: 20px;
  padding: 18px;
  box-shadow: 0 10px 35px #253aa20d;
}

.diagnostic-steps li > span {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #1d1d1f;
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 13px;
}

.diagnostic-steps strong, .diagnostic-steps small {
  display: block;
}

.diagnostic-steps small {
  color: #6e6e73;
  margin-top: 3px;
}

.solutions {
  background: #f5f5f7;
}

.section-heading {
  margin-bottom: 58px;
}

.solution-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.solution-card {
  border-radius: 30px;
  padding: 42px;
  min-height: 390px;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}

.solution-card:after {
  content: "";
  position: absolute;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  right: -70px;
  bottom: -95px;
  background: radial-gradient(circle at 32% 28%, #fff9, transparent 60%);
  border: 1px solid #fff8;
}

.solution-card > span {
  font-size: 13px;
  font-weight: 700;
  opacity: .65;
}

.solution-card h3 {
  font-size: 38px;
  letter-spacing: -.045em;
  line-height: 1.05;
  margin: 60px 0 18px;
  max-width: 480px;
}

.solution-card p {
  font-size: 18px;
  max-width: 450px;
}

.solution-card small {
  margin-top: auto;
  opacity: .65;
  max-width: 420px;
}

.card-blue {
  background: #dff3ff;
}

.card-violet {
  background: #e9e4ff;
}

.card-mint {
  background: #dff8ef;
}

.card-orange {
  background: #ffeddc;
}

.proof {
  background: #f5f5f7;
  padding-top: 20px;
}

.proof-panel {
  background: #fff;
  border-radius: 36px;
  padding: 80px;
  display: grid;
  grid-template-columns: 1fr .35fr;
  column-gap: 80px;
  align-items: end;
}

.proof-panel h2 {
  font-size: clamp(46px, 5.5vw, 74px);
}

.proof-panel > p:not(.eyebrow) {
  font-size: 19px;
  color: #6e6e73;
  margin-top: 28px;
  max-width: 760px;
}

.proof-status {
  grid-column: 2;
  grid-row: 1/4;
  text-align: center;
}

.proof-status span {
  font-size: 120px;
  font-weight: 700;
  letter-spacing: -.08em;
  line-height: 1;
  background: linear-gradient(135deg, #0071e3, #8e5cff);
  -webkit-background-clip: text;
  color: transparent;
}

.proof-status p {
  color: #6e6e73;
  font-size: 15px;
}

.process-track {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 70px;
  border-top: 1px solid #d2d2d7;
}

.process-track article {
  padding: 28px 25px 0 0;
  position: relative;
}

.process-track article:before {
  content: "";
  width: 9px;
  height: 9px;
  background: #0071e3;
  border: 4px solid #fff;
  box-shadow: 0 0 0 1px #0071e3;
  border-radius: 50%;
  position: absolute;
  top: -8px;
}

.process-track span {
  color: #86868b;
  font-size: 13px;
}

.process-track h3 {
  font-size: 24px;
  letter-spacing: -.03em;
  margin: 22px 0 8px;
}

.process-track p {
  color: #6e6e73;
}

.reasons {
  padding-top: 20px;
}

.reason-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.reason-grid article {
  background: #f5f5f7;
  border-radius: 24px;
  padding: 35px;
}

.reason-grid h3 {
  font-size: 28px;
  letter-spacing: -.035em;
}

.reason-grid p {
  font-size: 17px;
  color: #6e6e73;
  margin-top: 9px;
}

.about {
  background: #000;
  color: #f5f5f7;
}

.about-intro {
  display: grid;
  grid-template-columns: 1.3fr .7fr;
  gap: 70px;
  align-items: end;
}

.about-intro .eyebrow, .about-intro h2 {
  grid-column: 1;
}

.about-intro > p:last-child {
  grid-column: 2;
  grid-row: 1/3;
  font-size: 19px;
  color: #a1a1a6;
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 80px;
}

.values-grid article {
  background: #1c1c1e;
  border-radius: 28px;
  padding: 36px;
  min-height: 310px;
}

.values-grid small {
  color: #2997ff;
}

.values-grid h3 {
  font-size: 28px;
  line-height: 1.08;
  letter-spacing: -.035em;
  margin: 50px 0 16px;
}

.values-grid p {
  color: #a1a1a6;
}

.team {
  margin-top: 140px;
}

.compact h2 {
  font-size: 50px;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
}

.team-grid article {
  background: #1c1c1e;
  border-radius: 22px;
  padding: 12px 12px 22px;
}

.team-grid img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 15px;
  background: #232326;
}

.team-grid h3 {
  font-size: 16px;
  margin: 16px 4px 4px;
}

.team-grid p {
  font-size: 13px;
  color: #a1a1a6;
  margin: 0 4px;
}

.faq-layout {
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  gap: 90px;
}

.faq-layout h2 {
  font-size: 60px;
}

.accordion details {
  border-top: 1px solid #d2d2d7;
}

.accordion details:last-child {
  border-bottom: 1px solid #d2d2d7;
}

.accordion summary {
  list-style: none;
  cursor: pointer;
  padding: 26px 48px 26px 0;
  font-size: 21px;
  font-weight: 600;
  letter-spacing: -.02em;
  position: relative;
}

.accordion summary::-webkit-details-marker {
  display: none;
}

.accordion summary:after {
  content: "+";
  position: absolute;
  right: 4px;
  font-size: 26px;
  font-weight: 300;
  transition: .25s;
}

.accordion details[open] summary:after {
  transform: rotate(45deg);
}

.accordion details p {
  color: #6e6e73;
  padding: 0 48px 26px 0;
  max-width: 700px;
}

.contact {
  background: #f5f5f7;
}

.contact-card {
  background: #fff;
  border-radius: 36px;
  padding: 70px;
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 80px;
  box-shadow: 0 14px 50px #0000000a;
}

.contact-copy h2 {
  font-size: clamp(44px, 5vw, 68px);
}

.contact-copy > p:not(.eyebrow) {
  font-size: 18px;
  color: #6e6e73;
  margin: 26px 0;
}

.whatsapp-link {
  display: inline-flex;
  gap: 8px;
  color: #178b45;
  font-weight: 600;
}

.contact-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.contact-form label {
  font-size: 13px;
  font-weight: 600;
}

.contact-form label:nth-child(5), 
.contact-form label:nth-child(6), 
.contact-form button, 
.contact-form .form-note, 
#formFeedback {
  grid-column: 1/-1;
}

.contact-form input, 
.contact-form select, 
.contact-form textarea {
  width: 100%;
  display: block;
  margin-top: 7px;
  border: 1px solid #d2d2d7;
  border-radius: 12px;
  padding: 13px 14px;
  background: #fbfbfd;
  color: #1d1d1f;
  outline: none;
  transition: .2s;
}

.contact-form textarea {
  resize: vertical;
}

.contact-form input:focus, 
.contact-form select:focus, 
.contact-form textarea:focus {
  border-color: #0071e3;
  box-shadow: 0 0 0 4px #0071e31b;
}

.contact-form button {
  justify-self: start;
}

.form-note {
  font-size: 12px !important;
  color: #86868b;
  margin-top: -8px;
}

.contact-form button:disabled {
  opacity: .55;
  cursor: wait;
}

#formFeedback {
  font-size: 14px;
  font-weight: 600;
}

footer {
  background: #f5f5f7;
  color: #6e6e73;
  padding: 15px 0 30px;
}

.footer-main {
  padding: 40px 0;
  border-top: 1px solid #d2d2d7;
  display: grid;
  grid-template-columns: .35fr 1fr auto;
  gap: 30px;
  align-items: center;
  font-size: 13px;
}

.footer-brand {
  color: #1d1d1f;
}

.social-links {
  display: flex;
  gap: 20px;
  color: #1d1d1f;
}

.footer-bottom {
  padding-top: 20px;
  border-top: 1px solid #d2d2d7;
  display: flex;
  justify-content: space-between;
  font-size: 12px;
}

.floating-whatsapp {
  position: fixed;
  right: 22px;
  bottom: 22px;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #25d366;
  color: #fff;
  display: grid;
  place-items: center;
  z-index: 90;
  box-shadow: 0 10px 30px #128c4f55;
  transition: transform .2s;
}

.floating-whatsapp:hover {
  transform: scale(1.08);
}

.floating-whatsapp svg {
  width: 25px;
  fill: currentColor;
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .8s cubic-bezier(.2, .7, .2, 1), transform .8s cubic-bezier(.2, .7, .2, 1);
}

.reveal.visible {
  opacity: 1;
  transform: none;
}

/* --- Media Queries --- */

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
  * {
    animation: none !important;
    transition: none !important;
  }
}

@media (max-width: 900px) {
  .section {
    padding: 96px 0;
  }
  .split, .diagnostic-card, .about-intro, .faq-layout, .contact-card {
    grid-template-columns: 1fr;
    gap: 50px;
  }
  .about-intro .eyebrow, .about-intro h2, .about-intro > p:last-child {
    grid-column: 1;
    grid-row: auto;
  }
  .solution-card h3 {
    font-size: 31px;
  }
  .proof-panel {
    grid-template-columns: 1fr;
    padding: 55px;
  }
  .proof-status {
    grid-column: 1;
    grid-row: auto;
    text-align: left;
    margin-top: 40px;
  }
  .proof-status span {
    font-size: 80px;
  }
  .process-track {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 50px;
  }
  .values-grid {
    grid-template-columns: 1fr;
  }
  .team-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .footer-main {
    grid-template-columns: 1fr;
  }
  .footer-bottom {
    gap: 14px;
    flex-direction: column;
  }
}

@media (max-width: 700px) {
  .shell, .narrow {
    width: min(100% - 30px, 1180px);
  }
  .site-header {
    height: 48px;
  }
  .nav {
    height: 48px;
  }
  .menu-button {
    display: block;
  }
  .nav-links {
    position: absolute;
    left: 0;
    right: 0;
    top: 48px;
    background: rgba(250, 250, 252, .98);
    backdrop-filter: blur(20px);
    padding: 12px 24px 26px;
    display: flex;
    align-items: stretch;
    flex-direction: column;
    gap: 0;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-8px);
    transition: .25s;
    border-bottom: 1px solid #d2d2d7;
  }
  .nav-links.open {
    visibility: visible;
    opacity: 1;
    transform: none;
  }
  .nav-links a {
    font-size: 20px;
    padding: 14px 0;
    border-bottom: 1px solid #e5e5e7;
  }
  .nav-links .nav-cta {
    border: 0;
    text-align: center;
    margin-top: 14px;
    padding: 11px 16px;
    font-size: 16px;
  }
  .menu-button.open span:first-child {
    top: 15px;
    transform: rotate(45deg);
  }
  .menu-button.open span:last-child {
    top: 15px;
    transform: rotate(-45deg);
  }
  .hero {
    padding-top: 120px;
    min-height: auto;
  }
  .hero h1 {
    font-size: 52px;
  }
  .hero-copy {
    font-size: 19px;
  }
  .hero-visual {
    height: 270px;
    margin-top: 50px;
  }
  .data-core {
    width: 140px;
    height: 140px;
  }
  .data-core strong {
    font-size: 25px;
  }
  .orbit-one {
    width: 340px;
    height: 340px;
  }
  .orbit-two {
    width: 430px;
    height: 220px;
  }
  .node-a {
    left: 1%;
  }
  .node-b {
    right: 0;
  }
  .pain-grid, .solution-grid, .reason-grid {
    grid-template-columns: 1fr;
  }
  .pain-grid article {
    min-height: 150px;
  }
  .showcase {
    margin: 0 6px;
    border-radius: 28px;
  }
  .dashboard-demo {
    min-height: 360px;
    padding: 17px;
    transform: none;
  }
  .metric-row {
    gap: 6px;
  }
  .metric-row div {
    padding: 12px 9px;
  }
  .metric-row strong {
    font-size: 19px;
  }
  .chart {
    gap: 7px;
    padding: 16px 10px;
  }
  .diagnostic-card {
    padding: 42px 24px;
    border-radius: 28px;
  }
  .solution-card {
    min-height: 350px;
    padding: 32px;
  }
  .proof-panel {
    padding: 40px 25px;
    border-radius: 28px;
  }
  .process-track {
    grid-template-columns: 1fr;
    margin-top: 50px;
    border-top: 0;
  }
  .process-track article {
    border-top: 1px solid #d2d2d7;
    padding-top: 25px;
  }
  .team {
    margin-top: 100px;
  }
  .team-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .values-grid article {
    min-height: 260px;
  }
  .faq-layout h2 {
    font-size: 48px;
  }
  .contact-card {
    padding: 38px 22px;
    border-radius: 28px;
  }
  .contact-form {
    grid-template-columns: 1fr;
  }
  .contact-form label {
    grid-column: 1 !important;
  }
  .footer-main {
    padding-top: 30px;
  }
  .social-links {
    flex-wrap: wrap;
  }
  .floating-whatsapp {
    width: 48px;
    height: 48px;
    right: 16px;
    bottom: 16px;
  }
  
  .data-core.logo-core {
    width: 185px;
    height: 185px;
  }
  .data-core.logo-core img {
    width: 285px;
    height: 285px;
    left: -51px;
    top: -49px;
  }
  .partner-strip {
    align-items: flex-start;
    flex-direction: column;
    padding: 24px;
  }
  .partner-logos {
    width: 100%;
    justify-content: space-between;
    gap: 18px;
  }
  .partner-logos img {
    height: 26px;
    max-width: 88px;
  }
}

@media (max-width: 390px) {
  .hero h1 {
    font-size: 45px;
  }
  .button-row {
    align-items: stretch;
    flex-direction: column;
  }
  .button {
    width: 100%;
  }
  .team-grid {
    grid-template-columns: 1fr 1fr;
  }
  .team-grid article {
    padding: 8px 8px 18px;
  }
  .team-grid h3 {
    font-size: 14px;
  }
}

/* --- Elementos de Marca / Outros --- */

.brand-logo {
  width: 30px;
  height: 30px;
  border-radius: 9px;
  overflow: hidden;
  position: relative;
  flex: 0 0 30px;
  background: #061b3b;
}

.brand-logo img {
  position: absolute;
  width: 57px;
  max-width: none;
  height: 57px;
  object-fit: cover;
  left: -14px;
  top: -11px;
}

.footer-brand .brand-logo {
  width: 34px;
  height: 34px;
  flex-basis: 34px;
}

.footer-brand .brand-logo img {
  width: 65px;
  height: 65px;
  left: -16px;
  top: -13px;
}

.data-core.logo-core {
  width: 230px;
  height: 230px;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  overflow: hidden;
}

.data-core.logo-core img {
  position: absolute;
  width: 350px;
  max-width: none;
  height: 350px;
  left: -63px;
  top: -60px;
  object-fit: cover;
  mix-blend-mode: multiply;
}

.data-core.logo-core:after {
  display: none;
}

.partner-strip {
  padding: 26px 30px;
  margin-bottom: 20px;
  border: 0;
  border-radius: 20px;
  background: #1d1d1f;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  box-shadow: 0 12px 35px #00000012;
}

.partner-strip p {
  font-size: 13px;
  line-height: 1.6;
  color: #f5f5f7;
}

.partner-strip p span {
  color: #a1a1a6;
}

.partner-logos {
  display: flex;
  align-items: center;
  gap: 32px;
}

.partner-logos a {
  display: flex;
  align-items: center;
  transition: opacity .2s;
}

.partner-logos a:hover {
  opacity: .6;
}

.partner-logos img {
  width: auto;
  height: 30px;
  max-width: 105px;
  object-fit: contain;
}

.partner-logos a:last-child img {
  height: 26px;
}

.team-photo {
  position: relative;
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 17px;
  background: radial-gradient(circle at 50% 28%, #276aa9 0, #123c68 43%, #091b32 100%);
  border: 1px solid #ffffff18;
  box-shadow: inset 0 1px 0 #ffffff18;
}

.team-photo:after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 30%;
  background: linear-gradient(transparent, #08182c80);
  pointer-events: none;
}

.team-grid .team-photo img {
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  border-radius: 0;
  background: transparent;
  object-fit: cover;
  object-position: center 38%;
  filter: saturate(.92) contrast(1.02);
  transition: transform .45s cubic-bezier(.2, .7, .2, 1);
}

.team-grid article:hover .team-photo img {
  transform: scale(1.035);
}

.team-grid article:nth-child(2) .team-photo img {
  object-position: center 44%;
}

.team-grid article:nth-child(3) .team-photo img {
  object-position: center;
}

.team-grid article:nth-child(4) .team-photo img {
  object-position: center 34%;
}

.team-grid article:nth-child(5) .team-photo img {
  object-position: center 28%;
}