:root {
  --ink: #07151f;
  --ink-2: #0d2533;
  --navy: #0b3144;
  --blue: #0d526f;
  --blue-2: #167092;
  --ice: #eaf3f6;
  --soft: #f4f7f8;
  --line: #dce5e8;
  --text: #16242c;
  --muted: #60717a;
  --white: #ffffff;
  --success: #1e7659;
  --error: #ba3d3d;
  --shadow: 0 28px 70px rgba(7, 21, 31, .12);
  --radius: 24px;
  --container: 1220px;
  --header: 82px;
  --ease: cubic-bezier(.22, 1, .36, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
::selection { color: var(--white); background: var(--blue); }

.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 120px 0; }
.section-soft { background: var(--soft); }
.section-dark { color: var(--white); background: var(--ink); }

.skip-link {
  position: fixed;
  left: 18px;
  top: -80px;
  z-index: 9999;
  padding: 12px 18px;
  color: var(--white);
  background: var(--blue);
  border-radius: 8px;
  transition: top .2s ease;
}
.skip-link:focus { top: 18px; }

.scroll-progress {
  position: fixed;
  z-index: 1200;
  inset: 0 0 auto;
  height: 3px;
  pointer-events: none;
}
.scroll-progress span {
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #3ca3c7, #93d5e6);
  transform: scaleX(0);
  transform-origin: left;
}

.site-header {
  position: fixed;
  z-index: 1000;
  inset: 0 0 auto;
  height: var(--header);
  color: var(--white);
  border-bottom: 1px solid rgba(255, 255, 255, .09);
  transition: background .3s ease, box-shadow .3s ease, height .3s ease;
}
.site-header.scrolled {
  background: rgba(7, 21, 31, .94);
  box-shadow: 0 10px 35px rgba(0, 0, 0, .18);
  backdrop-filter: blur(16px);
}
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: flex; align-items: center; width: 138px; height: 74px; overflow: visible; }
.brand img { width: 126px; height: auto; filter: brightness(0) invert(1); }
.main-nav { display: flex; align-items: center; gap: 30px; font-size: 13px; font-weight: 650; letter-spacing: .02em; }
.main-nav > a:not(.nav-cta) { position: relative; color: rgba(255, 255, 255, .78); transition: color .2s ease; }
.main-nav > a:not(.nav-cta)::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -9px;
  height: 1px;
  background: #7ec2d8;
  transition: right .25s ease;
}
.main-nav > a:not(.nav-cta):hover { color: var(--white); }
.main-nav > a:not(.nav-cta):hover::after { right: 0; }
.nav-cta {
  padding: 12px 18px;
  color: var(--ink);
  background: var(--white);
  border-radius: 999px;
  transition: transform .2s ease, background .2s ease;
}
.nav-cta:hover { transform: translateY(-2px); background: #dff2f8; }
.nav-toggle { display: none; width: 46px; height: 46px; padding: 0; border: 0; background: transparent; }
.nav-toggle span { display: block; width: 24px; height: 1px; margin: 6px auto; background: var(--white); transition: .25s ease; }

.hero {
  position: relative;
  min-height: 900px;
  padding: 148px 0 38px;
  overflow: hidden;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 84% 22%, rgba(25, 104, 133, .22), transparent 28%),
    linear-gradient(120deg, #07151f 0%, #07151f 53%, #0a1f2c 100%);
}
.hero-grid {
  position: absolute;
  inset: 0;
  opacity: .15;
  background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(90deg, transparent, black 55%, black);
}
.hero-orb { position: absolute; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; }
.hero-orb-one { width: 680px; height: 680px; right: -270px; top: 50px; }
.hero-orb-two { width: 430px; height: 430px; right: -145px; top: 176px; }
.hero-layout { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, .96fr) minmax(420px, .86fr); align-items: center; gap: 44px; }
.hero-copy { padding: 36px 0 92px; }
.eyebrow { display: inline-flex; align-items: center; gap: 11px; color: var(--blue); font-size: 12px; font-weight: 750; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow > span { width: 28px; height: 1px; background: currentColor; }
.eyebrow.light { color: #8bc6d9; }
.hero h1 {
  max-width: 760px;
  margin: 22px 0 25px;
  font-size: clamp(44px, 5.25vw, 76px);
  line-height: 1.03;
  letter-spacing: -.052em;
  font-weight: 520;
}
.hero h1 strong { color: #92cede; font-weight: 650; }
.hero-copy > p { max-width: 650px; margin: 0; color: rgba(255,255,255,.68); font-size: 18px; line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 37px; }
.button { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; gap: 16px; padding: 0 24px; border: 1px solid transparent; border-radius: 999px; font-size: 14px; font-weight: 750; transition: transform .2s ease, background .2s ease, border .2s ease; }
.button svg, .submit-button svg { width: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.button:hover { transform: translateY(-3px); }
.button-primary { color: var(--ink); background: var(--white); }
.button-primary:hover { background: #dff2f8; }
.button-ghost { color: var(--white); border-color: rgba(255,255,255,.25); background: rgba(255,255,255,.03); }
.button-ghost:hover { border-color: rgba(255,255,255,.55); background: rgba(255,255,255,.08); }
.button-dark { color: var(--white); background: var(--ink); }
.hero-assurances { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 32px; color: rgba(255,255,255,.54); font-size: 12px; }
.hero-assurances span { display: flex; align-items: center; gap: 8px; }
.hero-assurances i, .contact-mini-list i { width: 5px; height: 5px; background: #75bad2; border-radius: 50%; box-shadow: 0 0 0 4px rgba(117,186,210,.10); }
.hero-visual { position: relative; align-self: end; min-height: 655px; }
.hero-image-frame { position: absolute; inset: auto -20px 0 0; height: 700px; }
.hero-image-frame::before {
  content: "";
  position: absolute;
  width: 460px;
  height: 460px;
  right: 20px;
  bottom: 110px;
  border-radius: 50%;
  background: linear-gradient(145deg, rgba(20,96,124,.64), rgba(14,51,68,.02));
  filter: blur(1px);
}
.hero-image-frame img { position: relative; z-index: 2; height: 100%; width: 100%; object-fit: contain; object-position: bottom right; }
.hero-number { position: absolute; z-index: 3; top: 86px; right: 0; color: rgba(255,255,255,.08); font-size: 154px; line-height: 1; font-weight: 800; letter-spacing: -.08em; }
.hero-floating-card {
  position: absolute;
  z-index: 4;
  left: -48px;
  bottom: 96px;
  display: flex;
  align-items: center;
  gap: 14px;
  width: 284px;
  padding: 17px;
  background: rgba(255,255,255,.93);
  color: var(--ink);
  border-radius: 16px;
  box-shadow: 0 25px 60px rgba(0,0,0,.24);
  backdrop-filter: blur(12px);
}
.floating-icon { display: grid; place-items: center; flex: 0 0 44px; height: 44px; color: var(--blue); background: var(--ice); border-radius: 12px; }
.floating-icon svg { width: 23px; }
.hero-floating-card strong { display: block; font-size: 13px; }
.hero-floating-card span { display: block; margin-top: 2px; color: var(--muted); font-size: 11px; }
.hero-strip { position: relative; z-index: 4; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.11); }
.hero-strip div { padding: 23px 28px; border-right: 1px solid rgba(255,255,255,.11); }
.hero-strip div:first-child { padding-left: 0; }
.hero-strip div:last-child { border-right: 0; }
.hero-strip strong { display: block; font-size: 13px; }
.hero-strip span { display: block; margin-top: 3px; color: rgba(255,255,255,.46); font-size: 11px; }

.section-heading h2, .management-content h2, .segments h2, .process-copy h2, .why-heading h2, .faq-heading h2, .contact-copy h2 {
  margin: 16px 0 0;
  font-size: clamp(35px, 4vw, 56px);
  line-height: 1.08;
  letter-spacing: -.045em;
  font-weight: 590;
}
.section-heading.centered { max-width: 800px; margin: 0 auto 60px; text-align: center; }
.section-heading.centered .eyebrow { justify-content: center; }
.section-heading.centered p { max-width: 620px; margin: 22px auto 0; color: var(--muted); }
.intro-layout { display: grid; grid-template-columns: .9fr 1fr; gap: 100px; align-items: start; }
.intro-copy { padding-top: 37px; }
.intro-copy .lead { margin-top: 0; color: var(--ink); font-size: 23px; line-height: 1.48; letter-spacing: -.02em; }
.intro-copy p:not(.lead) { color: var(--muted); }
.text-link { display: inline-flex; align-items: center; gap: 13px; margin-top: 13px; color: var(--blue); font-size: 14px; font-weight: 750; }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translate(3px, -3px); }

.services-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.service-card {
  position: relative;
  display: grid;
  min-height: 398px;
  padding: 34px;
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 20px;
  transition: transform .35s var(--ease), box-shadow .35s var(--ease), border-color .35s ease;
}
.service-card::before {
  content: "";
  position: absolute;
  width: 170px;
  height: 170px;
  top: -110px;
  right: -100px;
  background: var(--ice);
  border-radius: 50%;
  transition: transform .45s var(--ease);
}
.service-card:hover { transform: translateY(-7px); border-color: #b9d1da; box-shadow: 0 26px 55px rgba(7,21,31,.09); }
.service-card:hover::before { transform: scale(1.25); }
.service-card-top { position: relative; z-index: 1; display: flex; align-items: flex-start; justify-content: space-between; }
.service-icon { display: grid; place-items: center; width: 52px; height: 52px; color: var(--blue); background: var(--ice); border-radius: 14px; }
.service-icon svg { width: 27px; height: 27px; }
.service-index { color: #9aacb4; font-size: 12px; font-weight: 700; letter-spacing: .12em; }
.service-card h3 { margin: 27px 0 10px; font-size: 26px; line-height: 1.2; letter-spacing: -.03em; }
.service-card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.72; }
.service-card ul { margin: 23px 0 28px; padding: 0; list-style: none; }
.service-card li { position: relative; padding: 6px 0 6px 18px; color: #34464f; font-size: 13px; }
.service-card li::before { content: ""; position: absolute; left: 0; top: 15px; width: 6px; height: 1px; background: var(--blue); }
.service-card > a { align-self: end; display: flex; align-items: center; justify-content: space-between; padding-top: 18px; border-top: 1px solid var(--line); color: var(--ink); font-size: 13px; font-weight: 750; }
.service-card > a span { font-size: 18px; transition: transform .2s ease; }
.service-card > a:hover span { transform: translateX(4px); }

.management-layout { display: grid; grid-template-columns: .88fr 1fr; gap: 100px; align-items: center; }
.management-visual { position: relative; min-height: 760px; }
.management-shape { position: absolute; inset: 44px 20px 40px 0; background: linear-gradient(145deg, #e6f0f3, #f8fafb); border-radius: 220px 220px 20px 20px; }
.management-shape::after { content: ""; position: absolute; inset: 30px; border: 1px solid rgba(13,82,111,.12); border-radius: inherit; }
.management-visual img { position: absolute; z-index: 2; inset: 0 0 0 -40px; width: calc(100% + 40px); height: 100%; object-fit: contain; object-position: bottom center; }
.management-note { position: absolute; z-index: 3; right: -20px; bottom: 70px; display: flex; align-items: center; gap: 13px; padding: 17px 20px; background: var(--white); border: 1px solid var(--line); border-radius: 14px; box-shadow: var(--shadow); }
.note-dot { width: 12px; height: 12px; background: var(--success); border: 3px solid #d8eee6; border-radius: 50%; }
.management-note strong, .management-note small { display: block; }
.management-note strong { font-size: 12px; }
.management-note small { margin-top: 2px; color: var(--muted); font-size: 10px; }
.management-content > p { margin: 24px 0 35px; color: var(--muted); }
.management-list > div { display: grid; grid-template-columns: 47px 1fr; gap: 18px; padding: 22px 0; border-top: 1px solid var(--line); }
.management-list > div:last-child { border-bottom: 1px solid var(--line); }
.management-list > div > span { color: var(--blue); font-size: 11px; font-weight: 800; letter-spacing: .12em; }
.management-list strong { display: block; margin-bottom: 5px; font-size: 15px; }
.management-list p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.6; }

.segments { position: relative; overflow: hidden; }
.segments::before { content: ""; position: absolute; inset: 0; opacity: .16; background-image: linear-gradient(rgba(255,255,255,.07) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.07) 1px, transparent 1px); background-size: 90px 90px; }
.segments-heading { position: relative; display: grid; grid-template-columns: 1fr .65fr; align-items: end; gap: 100px; }
.segments-heading p { margin: 0 0 6px; color: rgba(255,255,255,.58); }
.segment-grid { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 60px; }
.segment-card { min-height: 320px; padding: 32px; background: rgba(255,255,255,.045); border: 1px solid rgba(255,255,255,.11); border-radius: 18px; transition: background .3s ease, transform .3s var(--ease); }
.segment-card:hover { transform: translateY(-6px); background: rgba(255,255,255,.075); }
.segment-card > span { color: #80c3d8; font-size: 11px; font-weight: 750; letter-spacing: .14em; text-transform: uppercase; }
.segment-card h3 { margin: 90px 0 16px; font-size: 25px; line-height: 1.25; letter-spacing: -.025em; }
.segment-card p { margin: 0; color: rgba(255,255,255,.53); font-size: 13px; }

.process-layout { display: grid; grid-template-columns: 1fr .8fr; gap: 95px; align-items: start; }
.process-copy > p { max-width: 620px; margin: 24px 0 38px; color: var(--muted); }
.process-steps { border-top: 1px solid var(--line); }
.process-steps article { border-bottom: 1px solid var(--line); }
.process-steps button { display: grid; grid-template-columns: 44px 1fr 22px; align-items: center; width: 100%; padding: 21px 0; color: var(--text); background: transparent; border: 0; text-align: left; }
.process-steps button span { color: var(--blue); font-size: 11px; font-weight: 800; }
.process-steps button strong { font-size: 15px; }
.process-steps button i, .faq-item button i { position: relative; width: 18px; height: 18px; }
.process-steps button i::before, .process-steps button i::after, .faq-item button i::before, .faq-item button i::after { content: ""; position: absolute; left: 50%; top: 50%; width: 12px; height: 1px; background: currentColor; transform: translate(-50%, -50%); transition: transform .2s ease; }
.process-steps button i::after, .faq-item button i::after { transform: translate(-50%, -50%) rotate(90deg); }
.process-steps article.active button i::after, .faq-item.open button i::after { transform: translate(-50%, -50%) rotate(0); }
.step-content, .faq-answer { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .35s var(--ease); }
.step-content > p, .faq-answer > p { min-height: 0; overflow: hidden; }
.process-steps article.active .step-content, .faq-item.open .faq-answer { grid-template-rows: 1fr; }
.step-content p { margin: -6px 0 22px 44px; padding-right: 40px; color: var(--muted); font-size: 13px; }
.process-visual { position: sticky; top: 115px; min-height: 680px; overflow: hidden; background: var(--ice); border-radius: 26px; }
.process-visual::before { content: ""; position: absolute; width: 420px; height: 420px; right: -130px; bottom: 80px; border: 1px solid rgba(13,82,111,.15); border-radius: 50%; }
.process-visual img { position: absolute; z-index: 2; right: -145px; bottom: -20px; width: 760px; max-width: none; height: 680px; object-fit: contain; object-position: bottom right; }
.process-card { position: absolute; z-index: 3; inset: 42px 36px auto; max-width: 330px; }
.process-card > span { color: var(--blue); font-size: 11px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.process-card h3 { margin: 15px 0 22px; font-size: 28px; line-height: 1.2; letter-spacing: -.035em; }
.process-card a { display: inline-flex; align-items: center; gap: 12px; color: var(--blue); font-size: 13px; font-weight: 800; }

.why-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 90px; align-items: start; }
.why-heading { position: sticky; top: 120px; }
.why-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.why-grid article { min-height: 270px; padding: 29px; background: var(--white); border: 1px solid var(--line); border-radius: 18px; }
.why-grid article > span { color: var(--blue); font-size: 11px; font-weight: 800; }
.why-grid h3 { margin: 75px 0 10px; font-size: 21px; line-height: 1.25; letter-spacing: -.025em; }
.why-grid p { margin: 0; color: var(--muted); font-size: 13px; }

.faq-layout { display: grid; grid-template-columns: .7fr 1.15fr; gap: 100px; align-items: start; }
.faq-heading { position: sticky; top: 120px; }
.faq-heading > p { max-width: 420px; margin: 23px 0 28px; color: var(--muted); }
.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item button { display: grid; grid-template-columns: 1fr 24px; gap: 24px; align-items: center; width: 100%; padding: 25px 0; color: var(--text); background: transparent; border: 0; text-align: left; }
.faq-item button span { font-size: 16px; font-weight: 700; }
.faq-answer p { margin: -6px 52px 25px 0; color: var(--muted); font-size: 14px; }

.contact { position: relative; overflow: hidden; }
.contact::before { content: ""; position: absolute; width: 720px; height: 720px; right: -300px; top: -260px; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; }
.contact-pattern { position: absolute; inset: 0; opacity: .1; background-image: linear-gradient(135deg, transparent 46%, rgba(255,255,255,.08) 47%, rgba(255,255,255,.08) 48%, transparent 49%); background-size: 52px 52px; }
.contact-layout { position: relative; display: grid; grid-template-columns: .77fr 1fr; gap: 90px; align-items: start; }
.contact-copy { padding-top: 24px; }
.contact-copy > p { max-width: 550px; margin: 25px 0 34px; color: rgba(255,255,255,.58); }
.contact-direct { padding: 24px 0; border-top: 1px solid rgba(255,255,255,.13); border-bottom: 1px solid rgba(255,255,255,.13); }
.contact-direct > span { display: block; color: rgba(255,255,255,.45); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.contact-direct > a:not(.contact-whatsapp) { display: block; margin: 7px 0 11px; font-size: 31px; font-weight: 650; letter-spacing: -.03em; }
.contact-whatsapp { display: inline-flex; gap: 9px; color: #87c7da; font-size: 13px; font-weight: 750; }
.contact-mini-list { display: grid; gap: 11px; margin-top: 27px; color: rgba(255,255,255,.55); font-size: 12px; }
.contact-mini-list span { display: flex; align-items: center; gap: 10px; }
.form-panel { color: var(--text); background: var(--white); border-radius: 24px; box-shadow: 0 35px 90px rgba(0,0,0,.24); }
.form-heading { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 26px 30px; border-bottom: 1px solid var(--line); }
.form-heading span { color: var(--muted); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.form-heading strong { font-size: 14px; }
form { padding: 28px 30px 30px; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.field.full { grid-column: 1 / -1; }
.field label:not(.checkbox) { display: block; margin-bottom: 7px; color: #42545d; font-size: 11px; font-weight: 750; }
.field input, .field select, .field textarea {
  width: 100%;
  color: var(--text);
  background: #f8fafb;
  border: 1px solid #dbe4e7;
  border-radius: 10px;
  outline: none;
  transition: border .2s ease, box-shadow .2s ease, background .2s ease;
}
.field input, .field select { height: 50px; padding: 0 14px; }
.field textarea { min-height: 126px; padding: 13px 14px; resize: vertical; }
.field input::placeholder, .field textarea::placeholder { color: #9aa8ae; }
.field input:focus, .field select:focus, .field textarea:focus { background: var(--white); border-color: var(--blue-2); box-shadow: 0 0 0 3px rgba(22,112,146,.10); }
.field.has-error input, .field.has-error select, .field.has-error textarea { border-color: var(--error); }
.field-error { display: block; min-height: 17px; margin-top: 4px; color: var(--error); font-size: 10px; }
.field-meta { display: flex; align-items: flex-start; justify-content: space-between; }
.field-meta > span { padding-top: 5px; color: #8a9aa2; font-size: 10px; }
.checkbox { display: flex; align-items: flex-start; gap: 10px; color: var(--muted); font-size: 11px; line-height: 1.45; cursor: pointer; }
.checkbox input { width: 16px; height: 16px; margin: 1px 0 0; accent-color: var(--blue); }
.consent-field .field-error { padding-left: 26px; }
.honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.submit-button { display: flex; align-items: center; justify-content: space-between; width: 100%; min-height: 56px; margin-top: 5px; padding: 0 20px; color: var(--white); background: var(--ink); border: 0; border-radius: 11px; font-size: 13px; font-weight: 800; transition: background .2s ease, transform .2s ease, opacity .2s ease; }
.submit-button:hover { transform: translateY(-2px); background: var(--blue); }
.submit-button:disabled { cursor: wait; opacity: .72; transform: none; }
.submit-button.loading svg { animation: arrowPulse 1s ease infinite; }
.form-status { display: none; margin-top: 14px; padding: 11px 13px; border-radius: 8px; font-size: 11px; }
.form-status.visible { display: block; background: var(--ice); }
.form-status.success { color: var(--success); background: #e9f5f0; }
.form-status.error { color: var(--error); background: #fbecec; }
.form-note { margin: 12px 0 0; color: #85939a; font-size: 10px; text-align: center; }

.site-footer { color: #b9c6cc; background: #050d12; }
.footer-main { display: grid; grid-template-columns: 1.4fr .75fr .95fr .9fr; gap: 60px; padding: 72px 0 55px; }
.footer-brand img { width: 190px; filter: brightness(0) invert(1); }
.footer-brand p { max-width: 300px; margin: 19px 0 0; color: #6f838d; font-size: 12px; }
.footer-links, .footer-contact { display: grid; align-content: start; gap: 10px; }
.footer-links strong, .footer-contact strong { margin-bottom: 7px; color: var(--white); font-size: 12px; }
.footer-links a { color: #78909a; font-size: 11px; transition: color .2s ease; }
.footer-links a:hover { color: var(--white); }
.footer-contact > a:not(.footer-button) { color: var(--white); font-size: 18px; font-weight: 700; }
.footer-button { display: inline-flex; justify-content: center; margin-top: 8px; padding: 11px 15px; color: var(--ink); background: var(--white); border-radius: 999px; font-size: 11px; font-weight: 800; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; padding: 19px 0 25px; border-top: 1px solid rgba(255,255,255,.08); color: #526872; font-size: 10px; }

.whatsapp-float { position: fixed; z-index: 900; right: 24px; bottom: 24px; display: flex; align-items: center; gap: 9px; min-height: 52px; padding: 0 17px 0 14px; color: var(--white); background: #1f9d63; border: 4px solid rgba(255,255,255,.88); border-radius: 999px; box-shadow: 0 14px 36px rgba(8,45,28,.28); font-size: 12px; font-weight: 800; transition: transform .2s ease, background .2s ease; }
.whatsapp-float:hover { transform: translateY(-3px); background: #178855; }
.whatsapp-float svg { width: 23px; fill: currentColor; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .75s var(--ease), transform .75s var(--ease); transition-delay: var(--delay, 0ms); }
.reveal.visible { opacity: 1; transform: none; }
.reveal-delay-1 { --delay: 100ms; }
.reveal-delay-2 { --delay: 200ms; }
.reveal-delay-3 { --delay: 300ms; }

@keyframes arrowPulse { 0%, 100% { transform: translateX(0); } 50% { transform: translateX(5px); } }

@media (max-width: 1080px) {
  :root { --header: 76px; }
  .main-nav { gap: 20px; }
  .main-nav > a:not(.nav-cta) { display: none; }
  .hero { min-height: auto; padding-top: 132px; }
  .hero-layout { grid-template-columns: 1.05fr .8fr; }
  .hero-visual { min-height: 590px; }
  .hero-image-frame { height: 620px; right: -80px; }
  .hero-floating-card { left: -60px; bottom: 65px; }
  .intro-layout, .management-layout, .segments-heading, .process-layout, .why-layout, .faq-layout, .contact-layout { gap: 60px; }
  .management-visual { min-height: 680px; }
  .process-visual { min-height: 620px; }
  .process-visual img { height: 610px; right: -170px; }
  .footer-main { grid-template-columns: 1.2fr 1fr 1fr; }
  .footer-contact { grid-column: 2 / -1; grid-template-columns: 1fr auto; align-items: center; }
  .footer-contact strong { grid-column: 1 / -1; }
}

@media (max-width: 820px) {
  .container { width: min(calc(100% - 32px), var(--container)); }
  .section { padding: 88px 0; }
  .brand { width: 124px; height: 70px; }
  .brand img { width: 112px; }
  .nav-toggle { display: block; position: relative; z-index: 2; }
  .nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .main-nav {
    position: fixed;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    gap: 0;
    padding: 96px 32px 40px;
    background: rgba(7,21,31,.99);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-12px);
    transition: .3s var(--ease);
  }
  .main-nav.open { opacity: 1; visibility: visible; transform: none; }
  .main-nav > a:not(.nav-cta) { display: block; padding: 16px 4px; color: var(--white); border-bottom: 1px solid rgba(255,255,255,.1); font-size: 17px; }
  .main-nav > a:not(.nav-cta)::after { display: none; }
  .nav-cta { margin-top: 24px; padding: 16px 20px; text-align: center; }

  .hero { padding-bottom: 30px; }
  .hero-layout { grid-template-columns: 1fr; gap: 0; }
  .hero-copy { padding: 25px 0 18px; }
  .hero h1 { font-size: clamp(42px, 12vw, 64px); }
  .hero-copy > p { font-size: 16px; }
  .hero-visual { min-height: 590px; }
  .hero-image-frame { inset: auto -70px 0 auto; width: 760px; max-width: 125%; height: 610px; }
  .hero-image-frame::before { width: 390px; height: 390px; right: 80px; }
  .hero-number { right: 30px; top: 65px; }
  .hero-floating-card { left: 0; bottom: 53px; }
  .hero-strip { grid-template-columns: repeat(2, 1fr); }
  .hero-strip div { padding: 20px 16px; border-bottom: 1px solid rgba(255,255,255,.11); }
  .hero-strip div:first-child { padding-left: 16px; }
  .hero-strip div:nth-child(2) { border-right: 0; }
  .hero-strip div:nth-last-child(-n+2) { border-bottom: 0; }

  .intro-layout, .management-layout, .segments-heading, .process-layout, .why-layout, .faq-layout, .contact-layout { grid-template-columns: 1fr; }
  .intro-copy { padding-top: 0; }
  .services-grid { grid-template-columns: 1fr; }
  .service-card { min-height: auto; }
  .management-visual { order: 2; min-height: 660px; }
  .management-content { order: 1; }
  .management-note { right: 0; }
  .segments-heading { align-items: start; }
  .segment-grid { grid-template-columns: 1fr; }
  .segment-card { min-height: 240px; }
  .segment-card h3 { margin-top: 55px; }
  .process-visual { position: relative; top: auto; min-height: 620px; }
  .why-heading, .faq-heading { position: static; }
  .why-grid { grid-template-columns: repeat(2, 1fr); }
  .contact-copy { padding-top: 0; }
  .footer-main { grid-template-columns: repeat(2, 1fr); }
  .footer-brand { grid-column: 1 / -1; }
  .footer-contact { grid-column: 1 / -1; }
}

@media (max-width: 560px) {
  .container { width: min(calc(100% - 24px), var(--container)); }
  .section { padding: 74px 0; }
  .hero { padding-top: 112px; }
  .hero h1 { margin-top: 17px; font-size: 42px; letter-spacing: -.045em; }
  .hero-actions { display: grid; }
  .button { width: 100%; }
  .hero-assurances { gap: 10px 18px; }
  .hero-visual { min-height: 510px; }
  .hero-image-frame { right: -154px; width: 720px; max-width: none; height: 540px; }
  .hero-image-frame::before { right: 130px; bottom: 70px; width: 330px; height: 330px; }
  .hero-floating-card { bottom: 24px; width: 250px; }
  .hero-number { right: 18px; top: 38px; font-size: 110px; }
  .hero-strip { margin-top: 10px; }
  .hero-strip div { padding: 17px 10px; }
  .hero-strip div:first-child { padding-left: 10px; }
  .hero-strip span { font-size: 10px; }
  .section-heading h2, .management-content h2, .segments h2, .process-copy h2, .why-heading h2, .faq-heading h2, .contact-copy h2 { font-size: 37px; }
  .intro-layout { gap: 32px; }
  .intro-copy .lead { font-size: 20px; }
  .section-heading.centered { margin-bottom: 38px; }
  .service-card { padding: 26px 23px; }
  .service-card h3 { font-size: 23px; }
  .management-visual { min-height: 560px; }
  .management-visual img { left: -90px; width: calc(100% + 90px); }
  .management-shape { inset: 30px 0 30px; }
  .management-note { right: 4px; bottom: 35px; }
  .segments-heading { gap: 25px; }
  .segment-grid { margin-top: 36px; }
  .process-layout { gap: 44px; }
  .process-visual { min-height: 560px; }
  .process-visual img { right: -230px; height: 550px; }
  .process-card { inset: 30px 25px auto; }
  .process-card h3 { font-size: 24px; }
  .why-layout { gap: 40px; }
  .why-grid { grid-template-columns: 1fr; }
  .why-grid article { min-height: 230px; }
  .why-grid h3 { margin-top: 55px; }
  .faq-layout { gap: 44px; }
  .contact-layout { gap: 48px; }
  .contact-direct > a:not(.contact-whatsapp) { font-size: 27px; }
  .form-heading { display: block; padding: 23px 20px; }
  .form-heading strong { display: block; margin-top: 5px; }
  form { padding: 23px 20px; }
  .form-grid { grid-template-columns: 1fr; gap: 13px; }
  .field.full { grid-column: auto; }
  .footer-main { grid-template-columns: 1fr; gap: 35px; padding-top: 56px; }
  .footer-brand, .footer-contact { grid-column: auto; }
  .footer-contact { grid-template-columns: 1fr; }
  .footer-bottom { align-items: flex-start; gap: 12px; flex-direction: column; }
  .whatsapp-float { right: 14px; bottom: 14px; min-height: 50px; }
  .whatsapp-float span { display: none; }
  .whatsapp-float { width: 52px; padding: 0; justify-content: center; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

/* =========================================================
   RODAPÉ
========================================================= */

.site-footer {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(
            circle at 12% 10%,
            rgba(18, 82, 111, 0.13),
            transparent 30%
        ),
        #08131d;
    color: #dce5eb;
}

.site-footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(52, 145, 184, 0.65),
        transparent
    );
}

.footer-main {
    display: grid;
    grid-template-columns: minmax(240px, 1.3fr) repeat(2, minmax(160px, 0.8fr)) minmax(240px, 1fr);
    gap: clamp(32px, 5vw, 72px);
    padding-top: clamp(64px, 8vw, 100px);
    padding-bottom: clamp(48px, 6vw, 76px);
}

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

.footer-brand-logo {
    display: inline-flex;
    align-items: center;
    margin-bottom: 22px;
}

.footer-brand-logo img {
    display: block;
    width: auto;
    height: 72px;
    object-fit: contain;
    object-position: left center;
}

.footer-brand p,
.footer-contact p {
    margin: 0;
    color: rgba(220, 229, 235, 0.68);
    font-size: 0.94rem;
    line-height: 1.75;
}

.footer-links,
.footer-contact {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.footer-links strong,
.footer-contact > strong {
    margin-bottom: 20px;
    color: #ffffff;
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.footer-links a {
    position: relative;
    margin-bottom: 12px;
    color: rgba(220, 229, 235, 0.7);
    font-size: 0.91rem;
    line-height: 1.5;
    text-decoration: none;
    transition:
        color 0.25s ease,
        transform 0.25s ease;
}

.footer-links a:hover {
    color: #ffffff;
    transform: translateX(4px);
}

.footer-contact p {
    margin-bottom: 20px;
}

.footer-phone {
    display: inline-flex;
    margin-bottom: 18px;
    color: #ffffff;
    font-size: clamp(1.15rem, 2vw, 1.38rem);
    font-weight: 700;
    letter-spacing: -0.02em;
    text-decoration: none;
    transition: color 0.25s ease;
}

.footer-phone:hover {
    color: #59b8dd;
}

.footer-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 22px;
    border: 1px solid rgba(89, 184, 221, 0.5);
    border-radius: 10px;
    background: rgba(17, 88, 118, 0.18);
    color: #ffffff;
    font-size: 0.88rem;
    font-weight: 700;
    text-decoration: none;
    transition:
        background-color 0.25s ease,
        border-color 0.25s ease,
        transform 0.25s ease;
}

.footer-button:hover {
    border-color: #59b8dd;
    background: rgba(17, 88, 118, 0.42);
    transform: translateY(-2px);
}

.footer-divider {
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.08);
}

.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    min-height: 104px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.footer-copyright {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px 24px;
    color: rgba(220, 229, 235, 0.52);
    font-size: 0.78rem;
}

.footer-top-link {
    color: rgba(220, 229, 235, 0.72);
    text-decoration: none;
    transition: color 0.25s ease;
}

.footer-top-link:hover {
    color: #ffffff;
}

/* Crédito DNN Company */

.footer-developer {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    padding: 9px 12px 9px 9px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.025);
    color: inherit;
    text-decoration: none;
    opacity: 0.76;
    transition:
        opacity 0.25s ease,
        border-color 0.25s ease,
        background-color 0.25s ease,
        transform 0.25s ease;
}

.footer-developer:hover {
    border-color: rgba(89, 184, 221, 0.32);
    background: rgba(255, 255, 255, 0.05);
    opacity: 1;
    transform: translateY(-2px);
}

.footer-developer img {
    display: block;
    flex: 0 0 auto;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    object-fit: cover;
}

.footer-developer-text {
    display: grid;
    line-height: 1.25;
}

.footer-developer-text small {
    color: rgba(220, 229, 235, 0.48);
    font-size: 0.62rem;
    font-style: normal;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.footer-developer-text strong {
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.03em;
}

.footer-developer-text em {
    margin-top: 2px;
    color: rgba(89, 184, 221, 0.7);
    font-size: 0.65rem;
    font-style: normal;
}

/* =========================================================
   RESPONSIVIDADE
========================================================= */

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

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

@media (max-width: 720px) {
    .footer-main {
        grid-template-columns: 1fr;
        gap: 38px;
    }

    .footer-brand-logo img {
        height: 62px;
    }

    .footer-bottom {
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        gap: 20px;
        padding-top: 28px;
        padding-bottom: 28px;
    }

    .footer-copyright {
        flex-direction: column;
        align-items: flex-start;
        gap: 9px;
    }

    .footer-developer {
        width: 100%;
        max-width: 290px;
    }
}

@media (max-width: 420px) {
    .footer-brand-logo img {
        height: 54px;
    }

    .footer-button {
        width: 100%;
    }
}