:root {
  --ink: #111111;
  --muted: #5f6468;
  --line: #e7e1d8;
  --paper: #f7f3ed;
  --white: #ffffff;
  --brand-blue: #122636;
  --brand-blue-soft: #59616c;
  --gold: #af8428;
  --deep: #0d2130;
}

@font-face {
  font-family: "Didone-Black";
  src: url("fonts/fonnts.com-Mixta-Didone-Black.eot");
  src: url("fonts/fonnts.com-Mixta-Didone-Black.eot?#iefix") format("embedded-opentype"),
       url("fonts/fonnts.com-Mixta-Didone-Black.woff2") format("woff2"),
       url("fonts/fonnts.com-Mixta-Didone-Black.woff") format("woff"),
       url("fonts/fonnts.com-Mixta-Didone-Black.ttf") format("truetype"),
       url("fonts/fonnts.com-Mixta-Didone-Black.svg#Didone-Black") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  color: var(--ink);
  background: var(--white);
  font-family: -apple-system, "system-ui", "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  letter-spacing: 0;
  overflow-x: hidden;
}

h3 {
  font-family: "Didot", "Bodoni 72", "Bodoni MT", Georgia, "Times New Roman", serif;
  letter-spacing: 0;
  font-weight: 500;
}

h1,
h2 {
  font-family: "Didone-Black", "Didot", "Bodoni 72", "Bodoni MT", Georgia, "Times New Roman", serif;
  letter-spacing: 0;
  font-weight: 900;
  text-transform: uppercase;
}

h1 {
  font-size: 60px;
  line-height: 1.05;
  margin-bottom: 1.15rem;
}

h2 {
  font-size: 45px;
  line-height: 50px;
  margin-bottom: 1.25rem;
}

@media (max-width: 768px) {
  h1 {
    font-size: 30px;
    line-height: 1.1;
  }

  h2 {
    font-size: 22px;
    line-height: 1.2;
  }
}

h3 {
  font-size: 1.25rem;
  line-height: 1.32;
}

p {
  color: var(--muted);
  font-size: 1.04rem;
  line-height: 1.75;
}

a {
  text-decoration: none;
}

code {
  overflow-wrap: anywhere;
}

.navbar {
  background: rgba(18, 38, 54, .94);
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  backdrop-filter: blur(16px);
}

.navbar-brand {
  display: inline-flex;
  align-items: center;
}

.navbar-brand img {
  width: min(210px, 52vw);
  height: auto;
  display: block;
}

.nav-link {
  color: rgba(255, 255, 255, .9);
  font-size: .92rem;
}

.nav-link:hover,
.nav-link:focus {
  color: var(--gold);
}

.navbar-toggler {
  background: var(--gold);
  border: 0;
  border-radius: 0;
  min-width: 3rem;
  min-height: 3rem;
}

.navbar-toggler:focus {
  box-shadow: 0 0 0 .2rem rgba(175, 132, 40, .25);
}

.navbar-toggler-icon {
  filter: invert(1);
}

.btn {
  border-radius: 0;
  padding: .85rem 1.2rem;
  font-weight: 600;
  white-space: normal;
}

.btn-lg {
  padding: 1rem 1.4rem;
  font-size: 1rem;
}

.btn-dark {
  background: var(--ink);
  border-color: var(--ink);
}

.btn-brand {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--white);
}

.btn-brand:hover,
.btn-brand:focus {
  background: #9b741f;
  border-color: #9b741f;
  color: var(--white);
}

.btn-light {
  color: var(--ink);
}

.hero {
  position: relative;
  min-height: 100vh;
  color: var(--white);
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(13, 33, 48, .9), rgba(13, 33, 48, .58) 48%, rgba(13, 33, 48, .2)),
    url("https://images.unsplash.com/photo-1450101499163-c8848c66ca85?auto=format&fit=crop&w=1800&q=80") center / cover;
  transform: scale(1.02);
}

.hero-content {
  position: relative;
  z-index: 1;
  padding-top: 5rem;
}

.lead {
  color: rgba(255, 255, 255, .88);
  font-size: clamp(1.08rem, 1.55vw, 1.28rem);
  line-height: 1.55;
}

.hero-support {
  color: rgba(255, 255, 255, .72);
  max-width: 44rem;
  margin-bottom: 1.35rem;
}

.eyebrow {
  color: var(--gold);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.eyebrow.dark {
  color: var(--gold);
}

.section {
  padding: 6.5rem 0;
}

.split-section,
.areas-section,
.urgency-section,
.process-section,
.faq-section {
  background: var(--paper);
}

.intro-section,
.clients-section,
.value-section,
.keyword-section {
  background: var(--white);
}

.section-heading {
  max-width: 780px;
  margin-bottom: 3rem;
}

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

.check-grid span,
.risk-list span {
  display: flex;
  min-height: 4.25rem;
  align-items: flex-start;
  gap: .65rem;
  padding: 1rem;
  background: var(--white);
  border: 1px solid var(--line);
  color: #303437;
  line-height: 1.45;
}

.check-grid i {
  color: var(--gold);
  font-size: 1.1rem;
}

.section-image {
  width: 100%;
  min-height: 720px;
  object-fit: cover;
  filter: grayscale(18%);
}

.insight-box {
  display: grid;
  grid-template-columns: 2rem minmax(0, 1fr);
  gap: 1rem;
  margin: 1.35rem 0 1.5rem;
  padding: 1.25rem;
  border-left: 3px solid var(--gold);
  background: var(--paper);
}

.insight-box i {
  color: var(--gold);
  font-size: 1.35rem;
  line-height: 1.4;
}

.insight-box p {
  margin: 0;
  color: #303437;
  font-size: .98rem;
  line-height: 1.65;
}

.service-card {
  min-height: 100%;
  padding: 2rem;
  background: var(--white);
  border: 1px solid var(--line);
  transition: transform .2s ease, border-color .2s ease;
}

.service-card:hover {
  border-color: rgba(181, 154, 104, .7);
  transform: translateY(-4px);
}

.service-card i {
  color: var(--gold);
  display: inline-block;
  font-size: 1.8rem;
  margin-bottom: 1.3rem;
}

.service-card p,
.profile-item p,
.value-row p,
.process-grid p,
.keyword-grid p {
  font-size: .98rem;
}

.service-card h3,
.profile-item h3,
.value-row h3,
.process-grid h3,
.keyword-grid h3,
.dark-panel h3 {
  font-weight: 500;
}

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

.keyword-grid article {
  min-height: 100%;
  padding: 1.5rem;
  border: 1px solid var(--line);
  background: var(--white);
}

.keyword-grid h3 {
  color: var(--brand-blue);
}

.profile-item {
  padding-bottom: 1.4rem;
  border-bottom: 1px solid var(--line);
}

.startup-section {
  background: var(--brand-blue);
  color: var(--white);
}

.startup-section p {
  color: rgba(255, 255, 255, .74);
}

.dark-panel {
  padding: 2rem;
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .14);
}

.dark-panel .check-grid span {
  min-height: auto;
  background: rgba(255, 255, 255, .05);
  border-color: rgba(255, 255, 255, .14);
  color: rgba(255, 255, 255, .82);
}

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

.risk-list span::before {
  content: "";
  width: .55rem;
  height: .55rem;
  margin-top: .45rem;
  flex: 0 0 auto;
  background: var(--gold);
}

.value-row {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.value-row > div {
  padding: 1.5rem;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
}

.process-grid > div {
  background: var(--paper);
  padding: 1.5rem;
}

.process-grid span {
  display: inline-grid;
  width: 2.4rem;
  height: 2.4rem;
  place-items: center;
  margin-bottom: 1rem;
  border: 1px solid var(--gold);
  color: var(--gold);
  font-weight: 700;
}

.process-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  margin-top: 1.5rem;
  padding: 1.5rem;
  background: var(--white);
  border: 1px solid var(--line);
}

.process-cta .eyebrow {
  margin-bottom: .45rem;
}

.process-cta h3 {
  max-width: 680px;
  margin: 0;
  color: var(--brand-blue);
}

.contact-section,
.final-cta {
  background: var(--brand-blue);
  color: var(--white);
}

.contact-section p,
.final-cta p,
.site-footer p {
  color: rgba(255, 255, 255, .68);
}

.whatsapp-box {
  margin-top: 2rem;
  padding: 1.5rem;
  border: 1px solid rgba(255, 255, 255, .16);
}

.contact-form {
  padding: 2rem;
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .14);
}

.form-control,
.form-select {
  min-height: 3.2rem;
  border-radius: 0;
  border: 1px solid rgba(255, 255, 255, .18);
}

.contact-section .form-control,
.contact-section .form-select {
  background-color: rgba(255, 255, 255, .95);
}

.form-label,
.form-check-label {
  color: rgba(255, 255, 255, .84);
}

.form-check-label a {
  color: var(--white);
  text-decoration: underline;
  text-underline-offset: .2em;
}

.accordion {
  border-top: 1px solid var(--line);
}

.accordion-item {
  background: transparent;
  border-color: var(--line);
}

.accordion-button {
  background: transparent;
  font-size: 1.05rem;
  font-weight: 500;
  padding: 1.35rem 0;
}

.accordion-button:not(.collapsed) {
  color: var(--ink);
  background: transparent;
  box-shadow: none;
}

.accordion-body {
  padding: 0 0 1.5rem;
  color: var(--muted);
}

.final-cta {
  padding: 5rem 0;
}

.site-footer {
  padding: 4rem 0 2rem;
  background: var(--deep);
  color: var(--white);
}

.site-footer h2 {
  font-family: -apple-system, "system-ui", "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.footer-brand {
  display: inline-flex;
  margin-bottom: 1rem;
}

.footer-brand img {
  width: min(220px, 60vw);
  height: auto;
}

.footer-social {
  display: flex;
  gap: .85rem;
  margin-top: 1rem;
}

.footer-social a {
  display: inline-grid;
  width: 2.35rem;
  height: 2.35rem;
  place-items: center;
  border: 1px solid rgba(175, 132, 40, .55);
  color: var(--gold);
}

.footer-social a:hover,
.footer-social a:focus {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--white);
}

.footer-strategic {
  display: inline-flex;
  margin-top: 1.6rem;
}

.footer-strategic img {
  width: min(190px, 58vw);
  height: auto;
}

.footer-links {
  display: grid;
  gap: .65rem;
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer-links a {
  color: rgba(255, 255, 255, .68);
  font-size: .96rem;
  line-height: 1.45;
}

.footer-links a:hover,
.footer-links a:focus {
  color: var(--gold);
}

.footer-contact {
  display: grid;
  gap: 1rem;
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer-contact li {
  display: grid;
  grid-template-columns: 1.6rem minmax(0, 1fr);
  gap: .75rem;
  align-items: start;
}

.footer-contact i {
  color: var(--gold);
  font-size: 1.05rem;
  line-height: 1.45;
}

.footer-contact a {
  color: rgba(255, 255, 255, .72);
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.footer-contact a:hover,
.footer-contact a:focus {
  color: var(--gold);
}

.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 1rem 2rem;
  margin-top: 3rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, .12);
  color: var(--gold);
  font-size: .92rem;
  text-transform: uppercase;
}

.footer-bottom a,
.footer-legal a {
  color: var(--gold);
}

.footer-bottom a:hover,
.footer-bottom a:focus,
.footer-legal a:hover,
.footer-legal a:focus {
  color: var(--gold);
}

.footer-legal {
  display: flex;
  flex-wrap: wrap;
  gap: .85rem 1.25rem;
}

.sticky-whatsapp {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 1030;
  display: none;
  width: 3.4rem;
  height: 3.4rem;
  place-items: center;
  background: #25d366;
  color: var(--white);
  border-radius: 50%;
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, .28);
  font-size: 1.45rem;
}

.sticky-whatsapp:hover,
.sticky-whatsapp:focus {
  color: var(--white);
  background: #1fb858;
}

.thank-you-page {
  min-height: 100vh;
  background:
    linear-gradient(90deg, rgba(13, 33, 48, .94), rgba(13, 33, 48, .78)),
    url("https://images.unsplash.com/photo-1450101499163-c8848c66ca85?auto=format&fit=crop&w=1800&q=80") center / cover;
  color: var(--white);
}

.thank-you-page p {
  color: rgba(255, 255, 255, .76);
}

.thank-you-card {
  max-width: 780px;
  padding: 2.5rem;
  border: 1px solid rgba(255, 255, 255, .16);
  background: rgba(255, 255, 255, .06);
}

@media (max-width: 1199.98px) {
  .value-row,
  .process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991.98px) {
  .navbar-collapse {
    padding: 1rem 0;
  }

  .hero {
    min-height: 860px;
  }

  .section {
    padding: 4.5rem 0;
  }

  .section-image {
    min-height: 360px;
  }
}

@media (max-width: 767.98px) {
  h1 {
    font-size: 2.65rem;
  }

  .hero {
    min-height: 740px;
  }

  .hero-bg {
    background:
      linear-gradient(180deg, rgba(13, 33, 48, .85), rgba(13, 33, 48, .65)),
      url("https://images.unsplash.com/photo-1450101499163-c8848c66ca85?auto=format&fit=crop&w=1000&q=80") center / cover;
  }

  .check-grid,
  .risk-list,
  .value-row,
  .process-grid,
  .keyword-grid {
    grid-template-columns: 1fr;
  }

  .contact-form {
    padding: 1.25rem;
  }

  .process-cta {
    align-items: stretch;
    flex-direction: column;
  }

  .sticky-whatsapp {
    display: grid;
  }
}
