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

:root {
  --safira-blue: #0f6fff;
  --safira-blue-dark: #095bd8;
  --safira-navy: #18385f;
  --safira-navy-2: #274a70;
  --text-main: #172033;
  --text-muted: #475467;
  --text-soft: #667085;
  --line: rgba(24, 56, 95, 0.12);
  --card: rgba(255, 255, 255, 0.72);
  --card-solid: #ffffff;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: Inter, Arial, sans-serif;
  background: #e7eef6;
  color: var(--text-main);
  line-height: 1.7;
}

.container {
  width: min(1180px, 90%);
  margin: auto;
}

.section-line {
  position: relative;
  display: inline-block;
}

.section-line::after {
  content: "";
  display: block;
  width: 70px;
  height: 4px;
  margin-top: 14px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--safira-blue), transparent);
}

/* NAVBAR */

.navbar {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  background: rgba(232, 239, 247, 0.82);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(24, 56, 95, 0.10);
  padding: 14px 0;
}

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

.logo {
  height: 150px;
  width: auto;
  display: block;
  object-fit: contain;
  transition: .3s ease;
  filter: drop-shadow(0 10px 24px rgba(15, 111, 255, .12));
}

nav {
  display: flex;
  gap: 42px;
  align-items: center;
}

nav a {
  color: #243b5a;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.14rem;
  letter-spacing: 0.2px;
}

nav a:hover {
  color: var(--safira-blue);
}

.btn-nav,
.btn-primary {
  background: var(--safira-blue);
  color: white;
  padding: 14px 24px;
  border-radius: 14px;
  text-decoration: none;
  font-weight: 800;
  display: inline-block;
  transition: 0.25s ease;
  box-shadow: 0 14px 35px rgba(15, 111, 255, .22);
}

.btn-nav:hover,
.btn-primary:hover {
  background: var(--safira-blue-dark);
  transform: translateY(-2px);
}

.btn-secondary {
  border: 1px solid rgba(24, 56, 95, 0.22);
  background: rgba(255, 255, 255, .42);
  padding: 14px 24px;
  border-radius: 14px;
  color: #18385f;
  text-decoration: none;
  font-weight: 700;
  transition: 0.25s ease;
}

.btn-secondary:hover {
  border-color: var(--safira-blue);
  color: var(--safira-blue);
  background: rgba(255, 255, 255, .78);
  transform: translateY(-2px);
}

/* HERO */

.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 18%, rgba(15,111,255,.16), transparent 34%),
    radial-gradient(circle at 12% 80%, rgba(24,56,95,.08), transparent 32%),
    linear-gradient(135deg, #eef4fa 0%, #e1eaf3 48%, #d6e2ee 100%);
  padding-top: 210px;
  padding-bottom: 120px;
}

.hero::after,
.section::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 120px;
  pointer-events: none;
  background: linear-gradient(to bottom, transparent, rgba(39,74,112,.08));
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 860px;
}

.hero h1 {
  font-size: clamp(3.7rem, 7vw, 6.3rem);
  line-height: .95;
  color: #101828;
  margin: 26px 0;
  font-weight: 900;
  letter-spacing: -3px;
}

.hero p {
  font-size: 1.22rem;
  color: #344054;
  max-width: 720px;
  line-height: 1.85;
}

.hero-buttons {
  display: flex;
  gap: 18px;
  margin-top: 40px;
  flex-wrap: wrap;
}

.trust-line {
  display: flex;
  gap: 32px;
  margin-top: 22px;
  flex-wrap: wrap;
  align-items: center;
}

.trust-line span {
  color: #18385f;
  font-size: 1.05rem;
  font-weight: 800;
}

/* SÍMBOLO NO BACKGROUND */

.hero-symbol-bg {
  position: absolute;
  right: -150px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  pointer-events: none;
}

.hero-symbol-bg::before {
  content: "";
  position: absolute;
  width: 900px;
  height: 900px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, rgba(15,111,255,.13) 0%, rgba(15,111,255,.06) 44%, transparent 72%);
  filter: blur(80px);
}

.hero-symbol {
  width: 940px;
  opacity: .10;
  filter: drop-shadow(0 0 90px rgba(15,111,255,.20)) brightness(1.15) contrast(1.08);
  transform: translateX(80px);
}

/* SECTIONS */

.section {
  position: relative;
  padding: 110px 0;
  overflow: hidden;
}

.section::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 100px;
  pointer-events: none;
  background: linear-gradient(to bottom, rgba(24,56,95,.07), transparent);
}

.tag,
.section-tag {
  color: var(--safira-blue);
  font-weight: 900;
  letter-spacing: 2px;
  font-size: 0.88rem;
  text-transform: uppercase;
  position: relative;
  z-index: 3;
}

.white {
  background:
    radial-gradient(circle at 15% 15%, rgba(15,111,255,.08), transparent 34%),
    linear-gradient(180deg, #f0f5fa 0%, #e8eff6 100%);
  color: var(--text-main);
}

.soft {
  background:
    radial-gradient(circle at 85% 15%, rgba(15,111,255,.08), transparent 30%),
    linear-gradient(180deg, #e4edf6 0%, #dce7f2 100%);
  color: var(--text-main);
}

.dark {
  background:
    radial-gradient(circle at 20% 20%, rgba(15,111,255,.10), transparent 34%),
    linear-gradient(180deg, #dce7f2 0%, #d2dfec 100%);
  color: var(--text-main);
}

.white h2,
.soft h2,
.dark h2,
.dark .white-text {
  color: #101828;
}

.white p,
.soft p,
.dark p,
.dark .white-text {
  color: #475467;
}

h2 {
  font-size: clamp(2.2rem, 4vw, 3.4rem);
  line-height: 1.1;
  margin: 18px 0 40px;
  letter-spacing: -1px;
}

h3 {
  font-size: 1.35rem;
  line-height: 1.3;
  margin-bottom: 14px;
}

h4 {
  font-size: 1rem;
  margin-bottom: 14px;
  color: var(--safira-blue);
}

.center {
  text-align: center;
}

.white-text {
  color: #101828;
}

.split {
  display: grid;
  grid-template-columns: .85fr 1fr;
  gap: 90px;
  align-items: start;
}

.split p {
  font-size: 1.08rem;
  color: #475467;
  margin-bottom: 24px;
  line-height: 1.9;
}

.split > div:first-child {
  position: relative;
}

/* CARDS */

.service-grid {
  display: flex;
  gap: 28px;
  margin-top: 60px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding: 10px 4px 34px;
  scrollbar-width: thin;
}


.service-grid::-webkit-scrollbar {
  height: 8px;
}

.service-grid::-webkit-scrollbar-thumb {
  background: rgba(69, 102, 138, 0.35);
  border-radius: 999px;
}

.service-card {
  flex: 0 0 360px;
  scroll-snap-align: start;

  background:
    linear-gradient(180deg, rgba(255,255,255,0.96), rgba(244,248,252,0.86));

  padding: 34px;
  border-radius: 28px;
  border: 1px solid rgba(255,255,255,0.82);

  box-shadow:
    0 22px 60px rgba(31, 54, 82, 0.12);

  transition:
    transform .35s ease,
    box-shadow .35s ease,
    background .35s ease;
}

.service-card:hover {
  background: linear-gradient(180deg, #45668a 0%, #36577a 100%);
  transform: translateY(-10px);
  box-shadow: 0 30px 90px rgba(31, 54, 82, 0.24);
}

.service-card h3 {
  color: #071b33;
  font-size: 1.3rem;
}

.service-card h4 {
  color: #0f6fff;
  font-size: .98rem;
}

.service-card p,
.service-card li {
  color: #344054;
}

.service-card:hover h3,
.service-card:hover h4,
.service-card:hover p,
.service-card:hover li,
.service-card:hover strong {
  color: #ffffff;
}

.service-card ul {
  padding-left: 20px;
}

.soft .center,
.white .center {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

/* METHOD */

.timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 34px;
  margin-top: 70px;
}

.timeline::before {
  content: "";
  position: absolute;
  inset: 42px 7% 42px 7%;
  border: 2px dashed rgba(15,111,255,.18);
  border-radius: 999px;
  pointer-events: none;
  opacity: .9;
}

.step {
  position: relative;
  z-index: 2;
  background: linear-gradient(180deg, rgba(255,255,255,.88), rgba(247,250,253,.72));
  padding: 42px 34px 36px;
  border-radius: 28px;
  color: #101828;
  border: 1px solid rgba(24,56,95,.12);
  text-align: left;
  overflow: hidden;
  min-height: 270px;
  box-shadow: 0 24px 70px rgba(24,56,95,.11);
  transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease, background .35s ease;
  animation: safira-float 7s ease-in-out infinite;
}

.step:nth-child(2),
.step:nth-child(5) {
  animation-delay: .6s;
}

.step:nth-child(3),
.step:nth-child(4) {
  animation-delay: 1.2s;
}

.step::before {
  content: "";
  display: block;
  width: 58px;
  height: 6px;
  margin-bottom: 30px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--safira-blue), rgba(15,111,255,.18));
}

.step::after {
  content: "→";
  position: absolute;
  right: 28px;
  top: 24px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--safira-blue);
  background: rgba(15,111,255,.08);
  border: 1px solid rgba(15,111,255,.18);
  font-size: 1.35rem;
  font-weight: 800;
  transition: .35s ease;
}

.step:nth-child(3)::after {
  content: "↓";
}

.step:nth-child(4)::after,
.step:nth-child(5)::after {
  content: "←";
}

.step:nth-child(6)::after {
  content: "↺";
}

.step h3 {
  color: #101828;
  font-size: 1.45rem;
  margin-bottom: 16px;
  transition: .35s ease;
}

.step p {
  color: #344054;
  font-size: 1rem;
  line-height: 1.8;
  margin: 0;
  transition: .35s ease;
}

.step:hover {
  background: linear-gradient(180deg, #45668a 0%, #36577a 100%);
  transform: translateY(-10px) scale(1.02);
  border-color: rgba(255,255,255,.28);
  box-shadow: 0 30px 85px rgba(54,87,122,.26);
}

.step:hover::before {
  background: linear-gradient(90deg, #ffffff, rgba(255,255,255,.25));
}

.step:hover::after {
  color: #ffffff;
  background: rgba(255,255,255,.12);
  border-color: rgba(255,255,255,.24);
  transform: rotate(8deg) scale(1.08);
}

.step:hover h3,
.step:hover p {
  color: #ffffff;
}

@keyframes safira-float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .step {
    animation: none;
  }
}

/* CTA */

.cta {
  position: relative;
  padding: 120px 0;
  background:
    radial-gradient(circle at 20% 20%, rgba(15,111,255,.18), transparent 30%),
    linear-gradient(135deg, #31577e 0%, #274a70 48%, #1f4165 100%);
  text-align: center;
  color: white;
  overflow: hidden;
}

.cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255,255,255,0.035) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255,255,255,0.035) 1px, transparent 1px);
  background-size: 52px 52px;
  opacity: 0.22;
}

.cta .container {
  position: relative;
  z-index: 2;
}

.cta h2 {
  color: white;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

.cta p {
  max-width: 760px;
  margin: 0 auto 34px;
  color: #e9eef5;
  font-size: 1.15rem;
}

/* FOOTER */

.site-footer {
  position: relative;
  background:
    radial-gradient(circle at 18% 34%, rgba(15,111,255,.13), transparent 30%),
    radial-gradient(circle at 78% 18%, rgba(255,255,255,.08), transparent 28%),
    linear-gradient(180deg, #45668a 0%, #36577a 100%);
  color: #e4ebf3;
  padding: 90px 0 34px;
  border-top: 1px solid rgba(255,255,255,.16);
  overflow: hidden;
}

.footer-glow {
  position: absolute;
  right: -120px;
  bottom: -160px;
  width: 420px;
  height: 420px;
  background: radial-gradient(circle, rgba(15,111,255,.16), transparent 70%);
  filter: blur(70px);
  pointer-events: none;
}

.footer-content {
  position: relative;
  z-index: 2;
  width: min(1180px, 90%);
  margin: auto;
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 64px;
  align-items: start;
}

.footer-brand {
  max-width: 420px;
}

.footer-logo {
  height: 190px;
  width: auto;
  margin-bottom: 28px;
  display: block;
  object-fit: contain;
  filter: drop-shadow(0 12px 24px rgba(0,0,0,.12));
}

.footer-brand p {
  color: #eef3f8;
  max-width: 360px;
  line-height: 1.8;
  font-size: 1rem;
}

.footer-column h4 {
  color: white;
  margin-bottom: 20px;
  font-size: 1.02rem;
  letter-spacing: .8px;
  text-transform: uppercase;
  position: relative;
}

.footer-column h4::after {
  content: "";
  display: block;
  width: 42px;
  height: 3px;
  margin-top: 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, #7db7ff, transparent);
}

.footer-column p {
  color: #e4ebf3;
  line-height: 1.8;
  margin-bottom: 22px;
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.footer-links a,
.partner-card {
  color: #f2f6fb;
  text-decoration: none;
  font-size: .96rem;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  transition: .25s ease;
}

.footer-links a:hover,
.partner-card:hover {
  color: white;
  transform: translateX(4px);
}

.footer-icon {
  width: 22px;
  height: 22px;
  object-fit: contain;
  opacity: .95;
}

.partner-card {
  margin-top: 16px;
  padding: 22px 26px;
  border-radius: 18px;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.16);
  width: fit-content;
}

.partner-logo {
  width: 145px;
  height: auto;
  object-fit: contain;
}

.partner-card span {
  color: white;
  font-weight: 700;
}

.footer-bottom {
  position: relative;
  z-index: 2;
  width: min(1180px, 90%);
  margin: 60px auto 0;
  padding-top: 26px;
  border-top: 1px solid rgba(255,255,255,.16);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  color: #d7e0ea;
  font-size: .92rem;
}

.footer-copy,
.footer-slogan {
  color: #d7e0ea;
}

.footer-legal {
  display: flex;
  align-items: center;
  gap: 12px;
}

.footer-legal span {
  color: rgba(255,255,255,.38);
}

.footer-legal a {
  color: #eef3f8;
  text-decoration: none;
  transition: .25s ease;
}

.footer-legal a:hover {
  color: white;
}

/* RESPONSIVO */

@media (max-width: 900px) {
  .footer-bottom {
    flex-direction: column;
    text-align: center;
    gap: 14px;
  }

  .footer-legal {
    justify-content: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    gap: 44px;
    text-align: center;
  }

  .footer-brand {
    max-width: 100%;
  }

  .footer-logo {
    margin-left: auto;
    margin-right: auto;
  }

  .footer-brand p {
    margin: auto;
  }

  .footer-column h4::after {
    margin-left: auto;
    margin-right: auto;
  }

  .footer-links a,
  .partner-card {
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 1000px) {
  nav,
  .btn-nav {
    display: none;
  }

  .split {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .hero {
    padding-top: 185px;
    text-align: center;
  }

  .hero-content {
    margin: auto;
  }

  .hero p {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-buttons,
  .trust-line {
    justify-content: center;
  }

  .hero-symbol-bg {
    right: -180px;
  }

  .hero-symbol {
    width: 520px;
    opacity: .06;
    transform: none;
  }

  .timeline {
    grid-template-columns: repeat(2, 1fr);
  }

  .logo {
    height: 110px;
  }

  .footer-logo {
    height: 145px;
  }
}

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

  .step {
    min-height: auto;
  }

  .hero-symbol-bg {
    right: -240px;
  }

  .hero-symbol {
    width: 420px;
    opacity: .05;
  }
}

@media (max-width: 600px) {
  .section {
    padding: 80px 0;
  }

  h1,
  .hero h1 {
    font-size: 2.9rem;
    letter-spacing: -1px;
    line-height: 1;
  }

  h2 {
    font-size: 2.2rem;
  }

  .hero {
    padding-top: 160px;
    min-height: auto;
  }

  .hero p {
    font-size: 1rem;
  }

  .logo {
    height: 88px;
  }

  .footer-logo {
    height: 120px;
  }

    .service-card {
    flex: 0 0 86%;
  }

  .hero-buttons {
    flex-direction: column;
    align-items: center;
  }

  .btn-primary,
  .btn-secondary {
    width: 100%;
    max-width: 320px;
    text-align: center;
  }
}
/* MÉTODO SAFIRA - CICLO PREMIUM */

.method-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 35%, rgba(15, 111, 255, 0.10), transparent 34%),
    linear-gradient(180deg, #dce7f2 0%, #cfdeeb 100%);
}

.method-intro {
  max-width: 820px;
  margin: 0 auto 70px;
  color: #344054;
  font-size: 1.12rem;
}

.method-cycle {
  position: relative;
  width: min(980px, 100%);
  min-height: 760px;
  margin: 0 auto;
}

.method-cycle::before {
  content: "";
  position: absolute;
  inset: 50%;
  width: 430px;
  height: 430px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 16px solid rgba(54, 87, 122, 0.18);
  border-top-color: #45668a;
  border-right-color: rgba(69, 102, 138, 0.75);
  box-shadow:
    inset 0 0 40px rgba(255, 255, 255, 0.5),
    0 24px 80px rgba(31, 54, 82, 0.12);
  animation: safira-cycle-spin 18s linear infinite;
}

.method-cycle::after {
  content: "";
  position: absolute;
  inset: 50%;
  width: 420px;
  height: 420px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(255,255,255,0.96) 0%, rgba(255,255,255,0.62) 62%, transparent 72%);
  box-shadow: 0 24px 80px rgba(31, 54, 82, 0.12);
}

.cycle-center {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  width: 260px;
  height: 260px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(69, 102, 138, 0.18);
  box-shadow: 0 18px 60px rgba(31, 54, 82, 0.14);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #001a4f;

  transition:
  transform .35s ease,
  box-shadow .35s ease,
  background .35s ease;
cursor: default;
}

.cycle-center:hover {
  transform: translate(-50%, -50%) scale(1.08);

  background:
    linear-gradient(
      180deg,
      #45668a 0%,
      #36577a 100%
    );

  box-shadow:
    0 30px 90px rgba(31, 54, 82, 0.22),
    0 0 60px rgba(15,111,255,.18);
}

.cycle-center:hover strong,
.cycle-center:hover span {
  color: #ffffff;
}

.cycle-center strong {
  font-size: 2.05rem;
  line-height: 1.05;
}

.cycle-center span {
  color: #737f94;
  font-weight: 800;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-size: 1.25rem;
  margin-top: 10px;
}

.cycle-card {
  position: absolute;
  z-index: 4;
  width: 295px;
  min-height: 205px;
  padding: 30px;
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.92), rgba(244,248,252,0.78));
  border: 1px solid rgba(255, 255, 255, 0.75);
  box-shadow: 0 22px 60px rgba(31, 54, 82, 0.13);
  backdrop-filter: blur(16px);
  transition: transform .35s ease, box-shadow .35s ease, background .35s ease, border-color .35s ease;
}

.cycle-card h3 {
  color: #071b33;
  font-size: 1.35rem;
  margin-bottom: 12px;
}

.cycle-card p {
  color: #344054;
  font-size: .98rem;
  line-height: 1.75;
  margin: 0;
}

.cycle-card:hover {
  background: linear-gradient(180deg, #45668a 0%, #36577a 100%);
  border-color: rgba(255,255,255,0.24);
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 30px 90px rgba(31, 54, 82, 0.26);
}

.cycle-card:hover h3,
.cycle-card:hover p {
  color: #ffffff;
}

.card-1 { top: 0; left: 50%; transform: translateX(-50%); }
.card-2 { top: 130px; right: 0; }
.card-3 { bottom: 130px; right: 0; }
.card-4 { bottom: 0; left: 50%; transform: translateX(-50%); }
.card-5 { bottom: 130px; left: 0; }
.card-6 { top: 130px; left: 0; }

.card-1:hover,
.card-4:hover {
  transform: translateX(-50%) translateY(-10px) scale(1.02);
}

@keyframes safira-cycle-spin {
  from { transform: translate(-50%, -50%) rotate(0deg); }
  to { transform: translate(-50%, -50%) rotate(360deg); }
}

@media (max-width: 1000px) {
  .method-cycle {
    min-height: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }

  .method-cycle::before,
  .method-cycle::after,
  .cycle-center {
    display: none;
  }

  .cycle-card,
  .card-1,
  .card-2,
  .card-3,
  .card-4,
  .card-5,
  .card-6 {
    position: relative;
    inset: auto;
    width: auto;
    transform: none;
  }

  .cycle-card:hover,
  .card-1:hover,
  .card-4:hover {
    transform: translateY(-8px);
  }
}

@media (max-width: 700px) {
  .method-cycle {
    grid-template-columns: 1fr;
  }
}

.grid-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 60px;
}

.card {
  background:
    linear-gradient(180deg, rgba(255,255,255,0.96), rgba(244,248,252,0.84));
  padding: 34px;
  border-radius: 24px;
  border: 1px solid rgba(255,255,255,0.82);
  box-shadow: 0 22px 60px rgba(31, 54, 82, 0.12);
  transition: transform .35s ease, box-shadow .35s ease, background .35s ease;
}

.card h3 {
  color: #071b33;
  font-size: 1.22rem;
  line-height: 1.25;
  margin-bottom: 18px;
}

.card p {
  color: #344054;
  font-size: .98rem;
  line-height: 1.85;
  margin-bottom: 12px;
}

.card:hover {
  background: linear-gradient(180deg, #45668a 0%, #36577a 100%);
  transform: translateY(-10px);
  box-shadow: 0 30px 90px rgba(31, 54, 82, 0.24);
}

.card:hover h3,
.card:hover p {
  color: #ffffff;
}

@media (max-width: 1000px) {
  .grid-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 700px) {
  .grid-cards {
    grid-template-columns: 1fr;
  }
}
/* =========================================================
   SAFIRA SECURE - PÁGINAS DE POLÍTICAS
   Aplicável a:
   - politica-de-privacidade.html
   - politica-de-cookies.html
   - politica-de-seguranca-da-informacao.html

   Cole este bloco no final do seu style.css.
   ========================================================= */

.policy-page {
  min-height: 100vh;
  background:
    radial-gradient(circle at 12% 8%, rgba(15, 111, 255, 0.08), transparent 28%),
    radial-gradient(circle at 88% 18%, rgba(69, 102, 138, 0.10), transparent 30%),
    linear-gradient(180deg, #dfe9f3 0%, #edf3f8 42%, #dce7f2 100%);
  color: #102a43;
}

.policy-page .shell {
  width: min(1180px, 90%);
  margin: 0 auto;
}

.policy-page .site-header {
  position: sticky;
  top: 0;
  z-index: 999;
  background: rgba(226, 236, 246, 0.82);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(69, 102, 138, 0.14);
}

.policy-page .header-grid {
  min-height: 104px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 36px;
}

.policy-page .brand-link {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.policy-page .brand-logo {
  height: 82px;
  width: auto;
  display: block;
  object-fit: contain;
  filter: drop-shadow(0 12px 26px rgba(31, 54, 82, 0.12));
}

.policy-page .main-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 34px;
}

.policy-page .main-nav a {
  color: #263b55;
  text-decoration: none;
  font-size: 1.02rem;
  font-weight: 700;
  letter-spacing: 0.2px;
  transition: color .25s ease, transform .25s ease;
}

.policy-page .main-nav a:hover {
  color: #0f6fff;
  transform: translateY(-1px);
}

.policy-page .header-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 20px;
  border-radius: 14px;
  background: linear-gradient(180deg, #45668a 0%, #36577a 100%);
  color: #ffffff;
  text-decoration: none;
  font-weight: 800;
  box-shadow: 0 14px 34px rgba(31, 54, 82, 0.18);
  transition: transform .25s ease, box-shadow .25s ease, filter .25s ease;
}

.policy-page .header-action:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 46px rgba(31, 54, 82, 0.24);
  filter: brightness(1.05);
}

.policy-hero {
  position: relative;
  overflow: hidden;
  padding: 96px 0 76px;
  background:
    radial-gradient(circle at 76% 20%, rgba(15, 111, 255, 0.12), transparent 30%),
    linear-gradient(180deg, rgba(255,255,255,0.42) 0%, rgba(255,255,255,0.08) 100%);
  border-bottom: 1px solid rgba(69, 102, 138, 0.12);
}

.policy-hero::before {
  content: "";
  position: absolute;
  right: -170px;
  top: -180px;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(15, 111, 255, 0.16), transparent 68%);
  filter: blur(20px);
  pointer-events: none;
}

.policy-hero .shell {
  position: relative;
  z-index: 2;
  max-width: 980px;
}

.policy-hero .eyebrow {
  display: inline-block;
  color: #0f6fff;
  font-size: .82rem;
  font-weight: 900;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.policy-hero .eyebrow::after {
  content: "";
  display: block;
  width: 72px;
  height: 4px;
  margin-top: 12px;
  border-radius: 999px;
  background: linear-gradient(90deg, #0f6fff, transparent);
}

.policy-hero h1 {
  max-width: 880px;
  color: #071b33;
  font-size: clamp(2.6rem, 5vw, 5rem);
  line-height: .98;
  font-weight: 900;
  letter-spacing: -2px;
  margin: 0 0 24px;
}

.policy-hero p {
  max-width: 820px;
  color: #344054;
  font-size: 1.22rem;
  line-height: 1.8;
  margin-bottom: 26px;
}

.policy-meta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  border-radius: 999px;
  color: #263b55;
  background: rgba(255,255,255,0.62);
  border: 1px solid rgba(255,255,255,0.78);
  box-shadow: 0 14px 34px rgba(31, 54, 82, 0.08);
  font-weight: 700;
  font-size: .94rem;
}

.policy-content {
  padding: 78px 0 110px;
}

.policy-layout {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 38px;
  align-items: start;
}

.policy-aside {
  position: sticky;
  top: 132px;
  padding: 26px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255,255,255,0.80), rgba(244,248,252,0.58));
  border: 1px solid rgba(255,255,255,0.78);
  box-shadow: 0 22px 60px rgba(31, 54, 82, 0.10);
  backdrop-filter: blur(14px);
}

.policy-aside strong {
  display: block;
  color: #071b33;
  font-size: 1.08rem;
  margin-bottom: 18px;
}

.policy-aside a {
  display: block;
  color: #344054;
  text-decoration: none;
  font-size: .96rem;
  font-weight: 700;
  line-height: 1.45;
  padding: 12px 0;
  border-top: 1px solid rgba(69, 102, 138, 0.12);
  transition: color .25s ease, transform .25s ease;
}

.policy-aside a:hover {
  color: #0f6fff;
  transform: translateX(4px);
}

.policy-document {
  display: grid;
  gap: 22px;
}

.policy-card {
  position: relative;
  overflow: hidden;
  padding: 34px 38px;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255,255,255,0.94), rgba(244,248,252,0.76));
  border: 1px solid rgba(255,255,255,0.82);
  box-shadow: 0 22px 60px rgba(31, 54, 82, 0.10);
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}

.policy-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background: linear-gradient(180deg, #0f6fff, rgba(69, 102, 138, 0.45));
  opacity: .75;
}

.policy-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 30px 80px rgba(31, 54, 82, 0.16);
  border-color: rgba(15,111,255,0.24);
}

.policy-card h2 {
  color: #071b33;
  font-size: clamp(1.35rem, 2.2vw, 1.9rem);
  line-height: 1.15;
  letter-spacing: -0.4px;
  margin: 0 0 18px;
}

.policy-card p {
  color: #344054;
  font-size: 1.04rem;
  line-height: 1.85;
  margin-bottom: 14px;
}

.policy-card p:last-child {
  margin-bottom: 0;
}

.policy-card ul {
  color: #344054;
  padding-left: 22px;
  margin: 10px 0 0;
}

.policy-card li {
  margin-bottom: 10px;
  line-height: 1.75;
}

.policy-card a {
  color: #0f6fff;
  font-weight: 800;
  text-decoration: none;
}

.policy-card a:hover {
  text-decoration: underline;
}

.policy-note {
  padding: 18px 20px;
  border-radius: 18px;
  background: rgba(15,111,255,0.075);
  border: 1px solid rgba(15,111,255,0.12);
  color: #263b55 !important;
  font-weight: 600;
}

.policy-page .site-footer {
  background:
    radial-gradient(circle at 18% 34%, rgba(15,111,255,.10), transparent 30%),
    linear-gradient(180deg, #36557a 0%, #2d4968 100%);
  color: #d7deea;
  padding: 34px 0;
  border-top: 1px solid rgba(255,255,255,.12);
}

.policy-page .footer-bottom {
  width: min(1180px, 90%);
  margin: 0 auto;
  padding: 0;
  border-top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  flex-wrap: wrap;
  color: #d7deea;
  font-size: .94rem;
}

.policy-page .policy-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
}