.column {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 24px;
  margin: 48px;
  gap: 2px;
}

.column h1{
  text-align: start;
}

.columnwhite {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 2px;
}

.columnwhite p {
  font-size: 0.83rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.45);
}

.columnwhite h4 {
  font-size: 0.72rem;
  text-transform: uppercase;
  margin-bottom: 0.9rem;
  color: rgba(255, 255, 255, 0.3);
}

.columnwhite ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.columnwhite ul a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.45);
}

.columnwhite ul a:hover {
  color: #fff;
}


.column2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex: 1;           
  max-width: 400px;  
  margin: 4rem auto;
  min-height: 20px;
  gap: 2px;
}

.row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.svc-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3 columnas iguales */
  gap: 16px;
}


.spacer-v {
  height: 40px;
}

.spacer-h {
  width: 40px;
}

.banner {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}



.logo {
  height: 50px;
  width: auto;        /* mantiene proporciones */
  object-fit: contain;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
  --navy:    #1b2d4f;
  --navy2:   #243a61;
  --blue:    #2462ae;
  --blue-lt: #3a7bd5;
  --accent:  #e8f0fc;
  --gray-50: #f7f8fa;
  --gray-100:#eef0f4;
  --gray-300:#c4c9d4;
  --gray-500: #060a15;
  --gray-700:#3d4555;
  --white:   #ffffff;
  --text:    #1e2636;
}
html { scroll-behavior: smooth; }
body {
  font-family: 'Source Sans 3', sans-serif;
  color: var(--text);
  background: var(--white);
  line-height: 1.65;
  overflow-x: hidden;
}

/* TOPBAR */
.topbar {
  background: var(--navy);
  color: rgba(255,255,255,0.6);
  font-size: 0.78rem;
  padding: 0.45rem 4rem;
  display: flex;
  justify-content: space-between;
}
.topbar a { color: rgba(255,255,255,0.6); text-decoration: none; }
.topbar a:hover { color: #fff; }

/* NAV */
nav {
  position: sticky; top: 0; z-index: 200;
  background: var(--white);
  border-bottom: 1px solid var(--gray-100);
  display: flex; align-items: center;
  justify-content: space-between;
  padding: 0 4rem; height: 70px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.06);
}




nav ul { list-style: none; display: flex; align-items: center; gap: 0.2rem; }
nav ul a {
  color: var(--gray-700); text-decoration: none;
  font-size: 0.93rem; padding: 0.5rem 0.95rem;
  border-radius: 3px; transition: background 0.15s, color 0.15s;
}
nav ul a:hover { background: var(--gray-50); color: var(--navy); }
.nav-cta {
  background: var(--blue) !important;
  color: #fff !important; font-weight: 600 !important;
  padding: 0.55rem 1.4rem !important;
  margin-left: 0.5rem;
}
.nav-cta:hover { background: var(--navy) !important; }



.btn-primary {
  background: var(--blue-lt); color: #fff;
  padding: 0.85rem 2rem; font-weight: 600;
  font-size: 0.93rem; border: none; border-radius: 3px;
  cursor: pointer; text-decoration: none;
  display: inline-block; transition: background 0.2s;
}
.btn-primary:hover { background: #5a9ce0; }
.btn-outline {
  background: transparent; color: rgba(255,255,255,0.75);
  padding: 0.85rem 2rem; font-weight: 600;
  font-size: 0.93rem; border: 1px solid rgba(255,255,255,0.22);
  border-radius: 3px; cursor: pointer;
  text-decoration: none; display: inline-block;
  transition: border-color 0.2s, color 0.2s;
}
.btn-outline:hover { border-color: rgba(255,255,255,0.55); color: #fff; }

.svc-list { list-style: none; display: flex; flex-direction: column; gap: 0.85rem; }
.svc-list li {
  display: flex; align-items: center; gap: 0.85rem;
  font-size: 0.93rem; color: rgba(255,255,255,0.75);
}
.svc-list li::before {
  content: ''; display: block;
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--blue-lt); flex-shrink: 0;
}
.hdiv { border: none; border-top: 1px solid rgba(255,255,255,0.08); margin: 1.4rem 0; }

/* TRUST BAR */
.trust-bar {
  background: var(--gray-50);
  border-bottom: 1px solid var(--gray-100);
  padding: 1.3rem 4rem;
  display: flex; align-items: center; gap: 2.5rem;
}
.trust-label {
  font-size: 0.74rem; font-weight: 700;
  letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--gray-500); white-space: nowrap;
}
.trust-items { display: flex; gap: 2.5rem; flex-wrap: wrap; }
.trust-item {
  font-size: 0.86rem; color: var(--gray-700);
  display: flex; align-items: center; gap: 0.45rem;
}
.trust-item::before { content: '✓'; color: var(--blue); font-weight: 700; }

/* SECTIONS */
.section { padding: 5.5rem 4rem; }
.section-alt { background: var(--gray-50); }
.eyebrow {
  font-size: 0.75rem; font-weight: 700;
  letter-spacing: 0.13em; text-transform: uppercase;
  color: var(--blue); margin-bottom: 0.75rem;
}
.stitle {
  font-family: 'Source Serif 4', serif;
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  font-weight: 700; color: var(--navy);
  line-height: 1.2; letter-spacing: -0.015em;
  max-width: 580px;
}
.slead {
  font-size: 1rem; color: var(--gray-500);
  font-weight: 300; max-width: 540px;
  margin-top: 0.9rem; line-height: 1.75;
}

/* SERVICES */
.svc-grid {
  display: grid; grid-template-columns: repeat(3,1fr);
  gap: 1.5rem; margin-top: 3.5rem;
}
.svc-card {
  border: 1px solid var(--gray-100); border-radius: 4px;
  padding: 2.5rem 2rem; background: var(--white);
  transition: box-shadow 0.25s, border-color 0.25s, transform 0.25s;
}
.svc-card:hover {
  box-shadow: 0 6px 24px rgba(27,45,79,0.09);
  border-color: var(--gray-300); transform: translateY(-3px);
}
.svc-ico {
  width: 44px; height: 44px; background: var(--accent);
  border-radius: 6px; display: flex;
  align-items: center; justify-content: center;
  font-size: 1.25rem; margin-bottom: 1.3rem;
}
.svc-card h3 {
  font-family: 'Source Serif 4', serif;
  font-size: 1.1rem; font-weight: 700;
  color: var(--navy); margin-bottom: 0.7rem;
}
.svc-card p { font-size: 0.88rem; color: var(--gray-500); line-height: 1.7; font-weight: 300; }
.svc-lnk {
  display: inline-flex; align-items: center; gap: 0.3rem;
  margin-top: 1.2rem; font-size: 0.83rem; font-weight: 600;
  color: var(--blue); text-decoration: none;
}
.svc-lnk:hover { text-decoration: underline; }
.svc-lnk::after { content: '→'; }

/* WHY */
.why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center; }
.why-points { margin-top: 2.5rem; }
.why-item {
  display: grid; grid-template-columns: 36px 1fr;
  gap: 1rem; padding: 1.5rem 0;
  border-bottom: 1px solid var(--gray-100);
}
.why-item:first-child { border-top: 1px solid var(--gray-100); }
.why-n {
  font-family: 'Source Serif 4', serif;
  font-size: 1rem; font-weight: 700; color: var(--blue);
}
.why-item h4 { font-weight: 700; font-size: 0.97rem; color: var(--navy); margin-bottom: 0.3rem; }
.why-item p { font-size: 0.86rem; color: var(--gray-500); font-weight: 300; line-height: 1.65; }
.why-vis {
  background: var(--navy); border-radius: 5px;
  padding: 2.8rem; color: #fff;
}
.why-vis h3 {
  font-family: 'Source Serif 4', serif;
  font-size: 1.15rem; font-weight: 700;
  color: rgba(255,255,255,0.85); margin-bottom: 2rem;
}
.stat-rows { display: flex; flex-direction: column; gap: 1.4rem; }
.stat-it { display: flex; flex-direction: column; gap: 0.4rem; }
.stat-meta { display: flex; justify-content: space-between; }
.stat-meta span:first-child { font-size: 0.8rem; color: rgba(255,255,255,0.5); }
.stat-meta span:last-child { font-size: 0.82rem; font-weight: 700; color: rgba(255,255,255,0.85); }
.bar-wrap { height: 4px; background: rgba(255,255,255,0.1); border-radius: 2px; }
.bar { height: 100%; background: var(--blue-lt); border-radius: 2px; }

/* PROZESS */
.pz-grid {
  display: grid; grid-template-columns: repeat(4,1fr);
  border: 1px solid var(--gray-100); border-radius: 4px;
  overflow: hidden; margin-top: 3.5rem;
}
.pstep {
  padding: 2.5rem 1.8rem;
  border-right: 1px solid var(--gray-100);
}
.pstep:last-child { border-right: none; }
.pstep-n {
  font-family: 'Source Serif 4', serif;
  font-size: 2.3rem; font-weight: 700;
  color: var(--gray-100); line-height: 1; margin-bottom: 1rem;
}
.pstep h4 { font-weight: 700; font-size: 0.97rem; color: var(--navy); margin-bottom: 0.55rem; }
.pstep p { font-size: 0.83rem; color: var(--gray-500); font-weight: 300; line-height: 1.65; }
.ptag {
  display: inline-block; margin-top: 1.2rem;
  font-size: 0.7rem; font-weight: 700;
  letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--blue); background: var(--accent);
  padding: 0.2rem 0.6rem; border-radius: 2px;
}




/* MOBILE */
@media (max-width: 960px) {
  .topbar { display: none; }
  nav { padding: 0 1.5rem; }
  nav ul { display: none; }
  .trust-bar { padding: 1.1rem 1.5rem; gap: 1rem; }
  .section { padding: 3.5rem 1.5rem; }
  .svc-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 3 columnas iguales */
    gap: 16px;
  }
  .why-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .pz-grid { grid-template-columns: 1fr 1fr; }
  .kontakt-inner { grid-template-columns: 1fr; gap: 2.5rem; }
  .kontakt-sec { padding: 3.5rem 1.5rem; }
  .ft { grid-template-columns: 1fr 1fr; gap: 2rem; }
  footer { padding: 2.5rem 1.5rem 1.5rem; }
  .fb2 { flex-direction: column; gap: 1rem; text-align: center; }
  .frow { grid-template-columns: 1fr; }
}

.oculto {
  display: none;
}

.container{
  width:100%;
  max-width:1200px;
  margin:10px auto;
  padding:0 20px;
  box-sizing:border-box;
  align-content: center;
}

.cookie-banner {
  position: fixed; bottom: 1.5rem; left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 3rem); max-width: 820px;
  background: var(--white);
  border: 1px solid var(--gray-100);
  border-radius: 5px;
  box-shadow: 0 8px 32px rgba(27,45,79,0.14);
  padding: 1.5rem 2rem;
  z-index: 9999;
  display: none;
}
.cookie-banner.show { display: block; }
.cookie-inner {
  display: flex; align-items: center;
  justify-content: space-between; gap: 2rem; flex-wrap: wrap;
}
.cookie-text { flex: 1; }
.cookie-text p {
  font-size: 0.84rem; color: var(--gray-500);
  font-weight: 300; line-height: 1.65; margin: 0.3rem 0 0;
}
.cookie-text a { color: var(--blue); }
.cookie-btns { display: flex; gap: 0.75rem; flex-shrink: 0; }



.ref-card {
  text-decoration: none;
  color: inherit;
  display: block;
  border: black solid 1px;
}

.ref-card .arrow {
  margin-left: 8px;
  transition: transform 0.2s ease;
  color: var(--gray-500);
}

.ref-card:hover .arrow {
  transform: translateX(4px);
}



@media (max-width: 768px) {

  .faq {
    padding: 70px 20px;
  }

  .faq h2 {
    font-size: 1.8rem;
  }

  /* En móviles vuelve a estructura vertical de una sola columna */
  .faq-item {
    flex: 1 1 100%;
  }

  .faq h3 {
    font-size: 1.05rem;
  }

  .faq p {
    font-size: 0.96rem;
    line-height: 1.65;
  }
}
