:root {
  --bg: #f5f7fa;
  --surface: #ffffff;
  --surface-soft: #edf5f4;
  --ink: #152235;
  --muted: #64748b;
  --line: #e2e8f0;
  --brand: #0f766e;
  --brand-dark: #0b5f5a;
  --blue: #0030b9;
  --gold: #f97316;
  --green: #16a34a;
  --shadow: 0 24px 70px rgba(15, 35, 60, 0.12);
  --shadow-soft: 0 12px 36px rgba(15, 35, 60, 0.08);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, Arial, sans-serif;
  background:
    radial-gradient(circle at top left, rgba(15, 118, 110, 0.08), transparent 34rem),
    linear-gradient(180deg, #ffffff 0, var(--bg) 42rem);
  color: var(--ink);
  line-height: 1.6;
}

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

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid rgba(226, 232, 240, 0.86);
  background: rgba(255, 255, 255, 0.84);
  backdrop-filter: blur(20px);
  box-shadow: 0 10px 30px rgba(15, 35, 60, 0.04);
}

.topbar {
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.brand {
  display: flex;
  align-items: center;
  font-weight: 800;
  letter-spacing: 0;
  color: var(--ink);
}

.brand-logo {
  width: 155px;
  height: auto;
  display: block;
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.nav-link {
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  padding: 6px 3px;
  transition: color 160ms ease;
}

.nav-link:hover {
  color: var(--brand-dark);
}

.btn {
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 0;
  border-radius: 8px;
  padding: 5px 11px;
  font: inherit;
  font-weight: 800;
  font-size: 13px;
  cursor: pointer;
  white-space: nowrap;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, filter 180ms ease;
}

.btn:hover {
  transform: translateY(-2px);
  filter: saturate(1.05);
}

.btn-primary {
  color: #ffffff;
  background: var(--blue);
  box-shadow: 0 14px 28px rgba(37, 99, 235, 0.22);
}

.btn-gold {
  color: #ffffff;
  background: var(--gold);
  box-shadow: 0 14px 28px rgba(245, 158, 11, 0.2);
}

.btn-whatsapp {
  color: #ffffff;
  background: var(--green);
  box-shadow: 0 14px 28px rgba(22, 163, 74, 0.18);
}

.hero {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(245, 247, 250, 0.98) 0%, rgba(245, 247, 250, 0.9) 47%, rgba(245, 247, 250, 0.38) 100%),
    url("https://images.unsplash.com/photo-1450101499163-c8848c66ca85?q=80&w=1800&auto=format&fit=crop") center right / cover;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(15, 118, 110, 0.24), transparent);
}

.hero-grid {
  min-height: 710px;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(380px, 0.72fr);
  align-items: center;
  gap: 58px;
  padding: 82px 0;
}

.eyebrow {
  width: fit-content;
  margin: 0 0 18px;
  padding: 7px 12px;
  border: 1px solid rgba(15, 118, 110, 0.22);
  border-radius: 999px;
  color: var(--brand-dark);
  background: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  font-weight: 800;
  box-shadow: 0 8px 22px rgba(15, 35, 60, 0.06);
}

.hero h1 {
  max-width: 760px;
  margin: 0 0 24px;
  font-size: clamp(42px, 5.7vw, 76px);
  line-height: 1.02;
  letter-spacing: 0;
}

.hero p {
  max-width: 620px;
  margin: 0 0 26px;
  color: #52657b;
  font-size: 20px;
}

.benefits {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 34px 0 0;
  padding: 0;
  list-style: none;
}

.benefits li,
.trust-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #26384f;
  font-weight: 700;
  line-height: 1.35;
}

.check {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  color: #ffffff;
  background: linear-gradient(145deg, var(--brand), var(--green));
  font-size: 13px;
  font-weight: 900;
}

.request-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(226, 232, 240, 0.92);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: var(--shadow);
}

.request-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 6px;
  background: linear-gradient(90deg, var(--brand), var(--blue), var(--gold));
}

.request-card-inner {
  padding: 34px;
}

.request-card h2 {
  margin: 0 0 8px;
  font-size: 29px;
  line-height: 1.12;
}

.request-card p {
  margin: 0 0 24px;
  color: var(--muted);
  font-size: 15px;
}

.form-group {
  margin-bottom: 14px;
}

label {
  display: block;
  margin-bottom: 8px;
  color: #334155;
  font-size: 13px;
  font-weight: 800;
}

select,
input {
  width: 100%;
  min-height: 54px;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 0 16px;
  background: #ffffff;
  color: var(--ink);
  font: inherit;
}

select:focus,
input:focus {
  border-color: rgba(15, 118, 110, 0.62);
  box-shadow: 0 0 0 4px rgba(15, 118, 110, 0.1);
  outline: none;
}

.section {
  padding: 96px 0;
}

.section-light {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 251, 253, 0.98));
}

.section-dark {
  position: relative;
  overflow: hidden;
  background: var(--blue);
  color: #ffffff;
}

.section-dark::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), transparent);
  pointer-events: none;
}

.section-dark .container {
  position: relative;
}

.section-dark .section-heading p,
.section-dark .step p {
  color: #c9d6e6;
}

.section-heading {
  max-width: 720px;
  margin: 0 auto 46px;
  text-align: center;
}

.section-heading h2 {
  margin: 0 0 12px;
  font-size: clamp(31px, 3.8vw, 48px);
  line-height: 1.1;
}

.section-heading p {
  margin: 0;
  color: var(--muted);
  font-size: 18px;
}

.cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.card {
  position: relative;
  min-height: 180px;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 26px;
  background: var(--surface);
  box-shadow: 0 12px 28px rgba(17, 32, 51, 0.045);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.card::before {
  content: "";
  display: block;
  width: 38px;
  height: 4px;
  margin-bottom: 20px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--brand), var(--blue));
}

.card:hover {
  transform: translateY(-4px);
  border-color: rgba(15, 118, 110, 0.26);
  box-shadow: var(--shadow-soft);
}

.card h3 {
  margin: 0 0 10px;
  font-size: 18px;
  line-height: 1.25;
}

.card p {
  margin: 0;
  color: var(--muted);
}

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

.step {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 16px;
  padding: 30px;
  background: rgba(255, 255, 255, 0.075);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.12);
}

.step span {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  border-radius: 14px;
  background: var(--gold);
  color: #1c2430;
  font-weight: 900;
}

.step h3 {
  margin: 0 0 8px;
  font-size: 22px;
}

.step p {
  margin: 0;
}

.about-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(380px, 1fr);
  gap: 56px;
  align-items: center;
}

.about-grid h2 {
  margin: 0 0 18px;
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1.12;
}

.about-grid p {
  margin: 0 0 24px;
  color: var(--muted);
  font-size: 18px;
}

.trust-box {
  display: grid;
  gap: 14px;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 22px;
  background: linear-gradient(180deg, #f1faf8, #eef5fb);
}

.about-photo {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  box-shadow: var(--shadow);
}

.about-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: inherit;
  pointer-events: none;
}

.about-photo img {
  width: 100%;
  height: 430px;
  object-fit: cover;
}

.faq-list {
  display: grid;
  gap: 16px;
  max-width: 860px;
  margin: 0 auto;
}

.faq-item {
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 24px 26px;
  background: var(--surface);
  box-shadow: 0 10px 28px rgba(17, 32, 51, 0.04);
}

.faq-item h3 {
  margin: 0 0 8px;
}

.faq-item p {
  margin: 0;
  color: var(--muted);
}

.blog-card {
  max-width: 960px;
  margin: 0 auto;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--surface);
  box-shadow: var(--shadow);
}

.blog-card article {
  padding: 42px;
}

.blog-card h3 {
  margin: 0 0 10px;
  font-size: clamp(28px, 4vw, 40px);
  line-height: 1.15;
}

.meta {
  margin: 0 0 20px;
  color: var(--muted);
  font-weight: 700;
}

.blog-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin: 28px 0;
}

.blog-columns > div {
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 20px;
  background: #f8fafc;
}

.blog-list {
  margin: 10px 0 0;
  padding-left: 20px;
}

.blog-list li {
  margin-bottom: 8px;
}

.cta-final {
  position: relative;
  overflow: hidden;
  padding: 84px 0;
  color: #ffffff;
  background:
    linear-gradient(135deg, rgba(11, 95, 90, 0.96), rgba(29, 78, 216, 0.96)),
    url("https://images.unsplash.com/photo-1554224155-6726b3ff858f?q=80&w=1600&auto=format&fit=crop") center / cover;
  text-align: center;
}

.cta-final .container {
  position: relative;
}

.cta-final h2 {
  margin: 0 0 14px;
  font-size: clamp(30px, 4vw, 46px);
}

.cta-final p {
  margin: 0 0 28px;
  color: #e7eef8;
}

.site-footer {
  padding: 54px 0;
  color: #d8e2ee;
  background: #08111f;
  text-align: center;
}

.site-footer p {
  margin: 0 0 10px;
}

.footer-links {
  display: flex;
  justify-content: center;
  gap: 12px 18px;
  flex-wrap: wrap;
  margin: 22px 0;
}

.footer-links a {
  color: #ffffff;
  font-weight: 700;
}

.legal-page {
  min-height: 100vh;
  background:
    linear-gradient(180deg, rgba(238, 244, 251, 0.9), rgba(245, 247, 250, 1)),
    url("https://images.unsplash.com/photo-1554224155-6726b3ff858f?q=80&w=1800&auto=format&fit=crop") center / cover fixed;
}

.legal-shell {
  width: min(960px, calc(100% - 40px));
  margin: 0 auto;
  padding: 44px 0 70px;
}

.legal-card {
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: clamp(28px, 5vw, 54px);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: var(--shadow);
}

.back-link {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  margin-bottom: 18px;
  color: var(--brand-dark);
  font-weight: 900;
  transition: color 160ms ease;
}

.back-link:hover {
  color: var(--blue);
}

.legal-card h1 {
  margin: 0 0 14px;
  font-size: clamp(32px, 5vw, 48px);
  line-height: 1.1;
}

.legal-card h2 {
  margin: 36px 0 12px;
  font-size: 25px;
}

.legal-card p,
.legal-card li {
  color: #33445c;
}

.legal-card ul {
  margin: 0 0 20px;
  padding-left: 22px;
}

.legal-footer {
  margin-top: 44px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  text-align: center;
  font-size: 14px;
}

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

  .hero-grid,
  .about-grid {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    min-height: auto;
  }
}

@media (max-width: 760px) {
  .container,
  .legal-shell {
    width: min(100% - 28px, 1120px);
  }

  .topbar {
    align-items: flex-start;
    flex-direction: column;
    padding: 4px 0;
  }

  .brand-logo {
    width: 145px;
  }

  .nav-actions,
  .nav-actions .btn {
    width: 100%;
  }

  .nav-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .nav-link {
    display: none;
  }

  .hero-grid {
    padding: 48px 0;
  }

  .benefits,
  .cards,
  .steps,
  .blog-columns {
    grid-template-columns: 1fr;
  }

  .section {
    padding: 64px 0;
  }

  .request-card-inner,
  .blog-card article {
    padding: 22px;
  }

  .about-photo img {
    height: 300px;
  }
}
