/* ===== Base ===== */
* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: #132c46;
  background: #f7f5f1;
  font-family: 'DM Sans', Arial, sans-serif;
  line-height: 1.6;
}

a {
  text-decoration: none;
  color: inherit;
}

.container {
  width: min(1180px, 90%);
  margin: auto;
}

/* ===== Header / Navigation ===== */
.site-header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(9, 30, 53, .88);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.nav {
  height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.brand img {
  width: 85px;
  display: block;
  filter: none;
}

.brand-text {
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .5px;
  line-height: 1.2;
  white-space: nowrap;
}

.menu {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-left: 4cm;
  color: #e7edf3;
  font-size: 13px;
  font-weight: 600;
}

.menu a {
  opacity: .84;
  transition: .2s;
  color: #e7edf3;
  white-space: nowrap;
}

.menu a:hover,
.menu a.active {
  opacity: 1;
  color: #e7edf3;
}

.nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  border: 1px solid rgba(107, 212, 206, .6);
  padding: 11px 15px;
  border-radius: 5px;
  color: #fff !important;
  line-height: 1.2;
}

.social-links {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-left: 3cm;
}

.social-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}

.social-label {
  color: #fff;
  font-size: 7px;
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
  text-align: center;
  opacity: .9;
  line-height: 1.1;
}

.social-link {
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 50%;
  background: rgba(255, 255, 255, .04);
  transition: all .2s ease;
}

.social-link svg {
  width: 16px;
  height: 16px;
  opacity: .9;
}

.social-link[href*="instagram"] {
  background: #0d2948;
  border-color: rgba(255, 255, 255, .2);
}

.social-link[href*="instagram"] svg {
  fill: url(#instaGradient);
}

.social-link[href*="linkedin"] {
  background: #0d2948;
  border-color: rgba(255, 255, 255, .2);
}

.social-link[href*="linkedin"] svg {
  fill: #fff;
}

.social-link:hover {
  filter: brightness(1.07);
  transform: translateY(-1px);
}

.menu-toggle {
  display: none;
  background: none;
  border: 0;
  color: #fff;
  font-size: 28px;
}

/* ===== Hero ===== */
.hero {
  height: 790px;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: #fff;
  background: #071d33;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background: url('img-escritorio.png') center/cover;
}

.hero-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(5, 23, 41, .97), rgba(5, 23, 41, .72) 43%, rgba(5, 23, 41, .16) 78%, rgba(5, 23, 41, .35));
}

.hero-content {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 100px;
}

.hero-copy {
  max-width: 790px;
}

.eyebrow {
  font-size: 11px;
  letter-spacing: 3px;
  font-weight: 700;
  color: #d4af37;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}

.eyebrow span {
  width: 28px;
  height: 1px;
  background: #d4af37;
}

.eyebrow.dark {
  color: #238e89;
}

.eyebrow.light {
  color: #6bd4ce;
}

.hero h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(50px, 6vw, 82px);
  line-height: 1.02;
  letter-spacing: -2px;
  margin: 0 0 25px;
}

.hero h1 em,
.intro h2 i,
.services h2 i,
.difference h2 i,
.testimonials h2 i,
.faq h2 i,
.location h2 i,
.contact h2 i {
  color: #d4af37;
  font-style: normal;
}

.hero p {
  font-size: 19px;
  color: #d7e1e9;
  max-width: 620px;
  margin: 0 0 35px;
}

.hero-actions {
  display: flex;
  gap: 28px;
  align-items: center;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  background: #2aa7a1;
  color: #fff;
  padding: 15px 21px;
  border-radius: 5px;
  font-weight: 700;
  font-size: 14px;
  transition: .25s;
  border: 0;
  cursor: pointer;
}

.btn:hover {
  transform: translateY(-2px);
  filter: brightness(1.06);
}

.btn b {
  font-size: 18px;
}

.text-link {
  font-size: 13px;
  font-weight: 700;
  color: #fff;
}

.text-link span {
  margin-left: 8px;
  color: #6bd4ce;
}

.hero-note {
  border-left: 1px solid rgba(255, 255, 255, .35);
  padding-left: 24px;
  min-width: 190px;
}

.hero-note p {
  margin: 0;
  color: #6bd4ce;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.hero-note small {
  color: #d9e1e8;
  font-size: 12px;
}

.scroll {
  position: absolute;
  z-index: 2;
  bottom: 25px;
  left: 5%;
  font-size: 9px;
  letter-spacing: 3px;
  color: #bdcad4;
}

.scroll span {
  margin-left: 12px;
  color: #6bd4ce;
}

/* ===== Section common ===== */
.section {
  padding: 125px 0;
}

.intro-grid {
  display: grid;
  grid-template-columns: 70px 1.2fr 1fr;
  gap: 40px;
  align-items: start;
}

.section-number {
  font-size: 11px;
  letter-spacing: 2px;
  color: #2aa7a1;
  padding-top: 7px;
}

.intro h2,
.services h2,
.difference h2,
.testimonials h2,
.faq h2,
.location h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(42px, 5vw, 64px);
  line-height: 1.1;
  letter-spacing: -1.5px;
  margin: 0;
  color: #0d2948;
}

.intro-copy {
  padding-top: 45px;
}

.intro-copy .lead {
  font-size: 20px;
  color: #243e57;
  margin: 0 0 22px;
}

.intro-copy p,
.faq-grid>div>p,
.location-copy>p {
  color: #6a7885;
  font-size: 15px;
}

.under-link {
  display: inline-block;
  margin-top: 18px;
  border-bottom: 1px solid #2aa7a1;
  padding-bottom: 6px;
  color: #173650;
  font-size: 13px;
  font-weight: 700;
}

.under-link span {
  color: #2aa7a1;
  margin-left: 10px;
}

/* ===== Numbers ===== */
.numbers {
  background: #0c2747;
  color: #fff;
}

.number-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.number-grid div {
  padding: 42px 25px;
  border-left: 1px solid rgba(255, 255, 255, .12);
}

.number-grid div:last-child {
  border-right: 1px solid rgba(255, 255, 255, .12);
}

.number-grid strong {
  display: block;
  font-family: 'Playfair Display', serif;
  font-size: 40px;
  color: #6bd4ce;
}

.number-grid span {
  font-size: 11px;
  letter-spacing: 1px;
  color: #aab9c7;
  text-transform: uppercase;
}

/* ===== Services ===== */
.services {
  background: #fff;
}

.services-head {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 80px;
  align-items: end;
  margin-bottom: 65px;
}

.services-head-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
}

.services-head p {
  color: #71808e;
  font-size: 15px;
  max-width: 390px;
  margin: 0 0 5px;
  text-align: left;
}

.service-list {
  border-top: 1px solid #dce3e7;
}

.service {
  display: grid;
  grid-template-columns: 90px 1fr 50px;
  align-items: center;
  gap: 25px;
  padding: 29px 0;
  border-bottom: 1px solid #dce3e7;
  transition: .25s;
}

.service:hover {
  padding-left: 12px;
  background: #fbfbfa;
}

.service-no {
  font-size: 11px;
  letter-spacing: 2px;
  color: #2aa7a1;
}

.service h3 {
  font-family: 'Playfair Display', serif;
  font-size: 28px;
  color: #0d2948;
  margin: 0 0 5px;
}

.service p {
  margin: 0;
  color: #7b8792;
  font-size: 14px;
  max-width: 650px;
}

.arrow {
  font-size: 25px;
  color: #2aa7a1;
  text-align: right;
}

/* ===== Image break ===== */
.image-break {
  height: 540px;
  background: linear-gradient(90deg, rgba(6, 26, 46, .84), rgba(6, 26, 46, .25)), url('img-escritorio.png') center/cover;
}

.image-break-inner {
  height: 100%;
  display: flex;
  align-items: center;
}

.quote {
  color: #fff;
  border-left: 2px solid #6bd4ce;
  padding-left: 35px;
}

.quote span {
  font-family: Georgia, serif;
  font-size: 65px;
  line-height: .5;
  color: #6bd4ce;
}

.quote p {
  font-family: 'Playfair Display', serif;
  font-size: 43px;
  line-height: 1.15;
  margin: 10px 0 22px;
}

.quote i {
  color: #6bd4ce;
}

.quote small {
  font-size: 10px;
  letter-spacing: 3px;
  color: #cbd6df;
}

/* ===== Diferenciais ===== */
.difference {
  background: #f7f5f1;
}

.section-top {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  align-items: end;
  margin-bottom: 65px;
}

.section-top h2 {
  max-width: 730px;
}

.diff-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: #dce3e7;
  border: 1px solid #dce3e7;
}

.diff-grid article {
  background: #f7f5f1;
  padding: 38px;
}

.diff-grid span {
  font-size: 10px;
  letter-spacing: 2px;
  color: #2aa7a1;
}

.diff-grid h3 {
  font-family: 'Playfair Display', serif;
  font-size: 27px;
  margin: 55px 0 10px;
  color: #0d2948;
}

.diff-grid p {
  color: #75828d;
  font-size: 14px;
  margin: 0;
}

/* ===== Testimonials ===== */
.testimonials {
  background: #fff;
}

.slider-controls {
  display: flex;
  gap: 10px;
}

.slider-controls button {
  width: 44px;
  height: 44px;
  border: 1px solid #cdd8df;
  background: #fff;
  color: #0d2948;
  border-radius: 50%;
  font-size: 18px;
  cursor: pointer;
}

.slider-controls button:hover {
  background: #0d2948;
  color: #fff;
}

.testimonial-viewport {
  overflow: hidden;
}

.testimonial-track {
  display: flex;
  gap: 20px;
  transition: transform .45s ease;
}

.testimonial {
  min-width: calc((100% - 40px) / 3);
  border: 1px solid #dce3e7;
  padding: 34px;
  background: #fafaf8;
  display: flex;
  flex-direction: column;
  min-height: 300px;
}

.stars {
  letter-spacing: 3px;
  color: #2aa7a1;
  font-size: 12px;
}

.testimonial > p {
  font-family: 'Playfair Display', serif;
  font-size: 22px;
  line-height: 1.35;
  color: #183550;
  margin: 25px 0 auto;
}

.testimonial > div:last-child {
  margin-top: 20px;
  display: flex;
  align-items: flex-end;
  min-height: 30px;
}

.testimonial strong {
  display: block;
  font-size: 13px;
}

.testimonial small {
  color: #7b8792;
  font-size: 11px;
}

.testimonial-actions {
  display: flex;
  justify-content: flex-end;
  margin-top: 18px;
}

.testimonial-google-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  background: #0d2948;
  color: #fff;
  border: 1px solid #0d2948;
  border-radius: 999px;
  text-decoration: none;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  transition: all .25s ease;
}

.testimonial-google-link:hover {
  background: transparent;
  color: #0d2948;
}

.testimonial-social-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 20px;
  padding-top: 14px;
  border-top: 1px solid #edf1f3;
}

.testimonial-social-info p {
  margin: 0;
  color: #53636f;
  font-size: 12px;
  line-height: 1.6;
  max-width: 720px;
}

.testimonial-social-links {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

.testimonial-social-links a {
  color: #0d2948;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.testimonial-social-labels {
  display: flex;
  justify-content: flex-end;
  gap: 20px;
  margin-top: 8px;
  color: #0d2948;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.testimonial-note {
  font-size: 10px;
  color: #9aa4ad;
  margin-top: 18px;
}

/* ===== FAQ ===== */
.faq {
  background: #f7f5f1;
}

.faq-grid {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 90px;
}

.faq-grid>div>p {
  max-width: 430px;
}

.accordion details {
  border-top: 1px solid #d2dce2;
  padding: 22px 0;
}

.accordion details:last-child {
  border-bottom: 1px solid #d2dce2;
}

.accordion summary {
  cursor: pointer;
  list-style: none;
  font-weight: 700;
  color: #16324d;
  padding-right: 30px;
  position: relative;
}

.accordion summary::-webkit-details-marker {
  display: none;
}

.accordion summary:after {
  content: '+';
  position: absolute;
  right: 0;
  color: #2aa7a1;
  font-size: 20px;
}

.accordion details[open] summary:after {
  content: '−';
}

.accordion p {
  color: #75828d;
  font-size: 14px;
  max-width: 650px;
  margin: 15px 0 0;
}

/* ===== Location ===== */
.location {
  background: #fff;
}

.location-grid {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 80px;
  align-items: center;
}

.map-card {
  height: 420px;
  background: #e8ecea;
  position: relative;
  overflow: hidden;
  border: 1px solid #d5dfe2;
  border-radius: 18px;
  box-shadow: 0 18px 40px rgba(15, 40, 62, .08);
}

.map-card iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.address-box {
  border-left: 2px solid #2aa7a1;
  padding: 13px 18px;
  margin-top: 25px;
}

.address-box span {
  display: block;
  font-size: 9px;
  letter-spacing: 2px;
  color: #2aa7a1;
}

.address-box strong {
  display: block;
  font-size: 15px;
  color: #173650;
}

.address-box small {
  color: #7a8791;
}

/* ===== Contact ===== */
.contact {
  padding: 105px 0;
  background: #0b2746;
  color: #fff;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr .75fr;
  gap: 110px;
  align-items: start;
}

.contact h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(42px, 5vw, 64px);
  line-height: 1.08;
  margin: 0 0 25px;
}

.contact p {
  color: #b9c8d4;
  max-width: 600px;
}

.contact-points {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 25px;
}

.contact-points span {
  font-size: 11px;
  color: #d9e4eb;
  border: 1px solid #38546c;
  border-radius: 30px;
  padding: 8px 12px;
}

.contact-form {
  display: grid;
  gap: 17px;
}

.contact-form label {
  font-size: 11px;
  letter-spacing: 1px;
  color: #b9c8d4;
  text-transform: uppercase;
}

.contact-form input,
.contact-form textarea {
  display: block;
  width: 100%;
  margin-top: 8px;
  border: 0;
  border-bottom: 1px solid #4a647b;
  background: transparent;
  color: #fff;
  padding: 11px 0;
  font: inherit;
  outline: none;
  resize: vertical;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: #6bd4ce;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: #73899b;
}

.light-btn {
  margin-top: 10px;
}

.contact-form small {
  color: #6bd4ce;
  min-height: 20px;
}

/* ===== WhatsApp / Footer ===== */
.whatsapp {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 90;
  display: flex;
  align-items: center;
  gap: 9px;
  background: #20b85a;
  color: #fff;
  padding: 13px 18px;
  border-radius: 50px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, .2);
  font-size: 13px;
}

.whatsapp span {
  font-size: 20px;
}

.whatsapp:hover {
  transform: translateY(-2px);
}

footer {
  background: #071b30;
  color: #9fb0bf;
}

.footer-top {
  padding: 55px 0 45px;
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 50px;
  align-items: center;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.footer-logo {
  width: 68px;
  height: auto;
  display: block;
  filter: none;
  flex-shrink: 0;
}

.footer-brand-text {
  color: #ffffff !important;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .5px;
  line-height: 1.2;
  white-space: nowrap;
}

.footer-top span {
  font-size: 9px;
  letter-spacing: 2px;
  color: #6bd4ce;
}

.footer-top p {
  font-size: 12px;
  line-height: 1.8;
  margin-top: 9px;
}

.footer-top a:hover {
  color: #6bd4ce;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, .1);
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  font-size: 10px;
  letter-spacing: .4px;
}

/* ===== Responsive ===== */
@media (max-width: 1000px) {
  .menu {
    gap: 16px;
    font-size: 12px;
  }

  .testimonial {
    min-width: calc((100% - 20px) / 2);
  }

  .faq-grid,
  .location-grid {
    grid-template-columns: 1fr;
    gap: 55px;
  }
}

@media (max-width: 900px) {
  .nav {
    gap: 12px;
  }

  .brand {
    max-width: 54%;
    min-width: 0;
  }

  .brand-text {
    font-size: 11px;
    white-space: normal;
  }

  .social-links {
    margin-left: 0;
    gap: 10px;
  }

  .menu-toggle {
    display: block;
  }

  .menu {
    display: none;
    position: absolute;
    top: 86px;
    left: 0;
    right: 0;
    background: #0c2747;
    padding: 20px 5%;
    flex-direction: column;
    align-items: stretch;
    gap: 18px;
  }

  .menu.open {
    display: flex;
  }

  .nav-cta {
    text-align: center;
  }

  .hero {
    height: auto;
    min-height: 720px;
  }

  .hero-content {
    padding-top: 130px;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
  }

  .hero-copy {
    max-width: 100%;
  }

  .hero-note {
    display: none;
  }

  .intro-grid {
    grid-template-columns: 45px 1fr;
  }

  .intro-copy {
    grid-column: 2;
    padding-top: 0;
  }

  .services-head {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .number-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .number-grid div:nth-child(3) {
    border-left: 1px solid rgba(255, 255, 255, .12);
  }

  .contact-grid {
    grid-template-columns: 1fr;
    gap: 60px;
  }

  .diff-grid {
    grid-template-columns: 1fr;
  }

  .section-top {
    display: block;
  }

  .section-top h2 {
    margin-top: 20px;
  }
}

@media (max-width: 600px) {
  .nav {
    height: 76px;
  }

  .menu {
    top: 76px;
  }

  .brand {
    max-width: 60%;
  }

  .brand img {
    width: 120px;
  }

  .brand-text {
    font-size: 10px;
    max-width: 110px;
  }

  .social-item .social-label {
    display: none;
  }

  .hero {
    min-height: 700px;
  }

  .hero h1 {
    font-size: 48px;
  }

  .hero p {
    font-size: 16px;
  }

  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
  }

  .section {
    padding: 85px 0;
  }

  .intro-grid {
    display: block;
  }

  .section-number {
    margin-bottom: 20px;
  }

  .intro-copy {
    padding-top: 30px;
  }

  .number-grid {
    grid-template-columns: 1fr 1fr;
  }

  .number-grid div {
    padding: 30px 15px;
  }

  .service {
    grid-template-columns: 45px 1fr 25px;
    gap: 10px;
  }

  .service h3 {
    font-size: 23px;
  }

  .service p {
    font-size: 13px;
  }

  .image-break {
    height: 430px;
  }

  .quote p {
    font-size: 34px;
  }

  .testimonial {
    min-width: 100%;
  }

  .section-top {
    margin-bottom: 40px;
  }

  .footer-top {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 8px;
  }

  .whatsapp {
    right: 15px;
    bottom: 15px;
    padding: 12px 15px;
  }
}
