:root {
  --cream: #FEF4C3;
  --white: #F8FFFF;
  --black: #191919;
  --blue-dark: #012C4F;
  --blue: #004087;
  --yellow: #F6D757;
  --frame-green: #214B43;
  --frame-green-line: rgba(33, 75, 67, 0.16);
  --frame-green-soft: rgba(33, 75, 67, 0.10);
  --line-dark: rgba(25, 25, 25, 0.16);
  --line-light: rgba(248, 255, 255, 0.22);
  --text-dark: rgba(25, 25, 25, 0.72);
  --text-light: rgba(248, 255, 255, 0.74);
  --max-width: 1180px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: "Inter", Arial, sans-serif; background: var(--white); color: var(--black); line-height: 1.55; }
p { text-align: justify; text-justify: inter-word; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
section { padding: 92px 0; }

.page { min-height: 100vh; overflow: hidden; }
.mobile-only { display: none; }
.mobile-break { display: none; }
.container { width: min(var(--max-width), calc(100% - 48px)); margin: 0 auto; }

.kicker {
  display: inline-block;
  width: fit-content;
  font-family: "Courier New", monospace;
  font-size: 1.12rem;
  letter-spacing: 0.04em;
  font-weight: 700;
  color: var(--blue);
  border-bottom: 2px solid currentColor;
  padding-bottom: 5px;
}

.kicker.light { color: var(--text-light); }
.yellow { color: var(--yellow); }
.cream { color: var(--cream); }
.nowrap { white-space: nowrap; }
.outline { color: #ffffff; }

h1, h2, h3 { font-family: "Inter", Arial, sans-serif; }
h1 { font-family: "Montserrat", "Inter", Arial, sans-serif; font-weight: 700; font-size: clamp(2.3rem, 4.9vw, 4.66rem); line-height: 1.02; letter-spacing: -0.035em; }
h2 { font-size: clamp(1.95rem, 3.7vw, 3.45rem); line-height: 1.06; letter-spacing: -0.04em; }
h3 { font-size: 1.22rem; line-height: 1.2; letter-spacing: -0.025em; margin-bottom: 16px; }

.nav { position: fixed; inset: 0 0 auto; z-index: 20; background: #FFFFFF; backdrop-filter: blur(14px); border-bottom: 1px solid var(--line-dark); }
.nav-inner { height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.nav-start { display: flex; align-items: center; gap: clamp(14px, 2vw, 28px); min-width: 0; }
.brand { display: flex; align-items: center; gap: 14px; flex-shrink: 0; }
.brand-logo { width: 42px; height: 42px; object-fit: contain; }
.brand-name { font-family: "Inter", Arial, sans-serif; font-size: 1.85rem; letter-spacing: -0.015em; font-weight: 700; }
.nav-tagline { color: var(--black); font-size: clamp(0.76rem, 1vw, 0.9rem); font-weight: 500; letter-spacing: -0.01em; line-height: 1.25; }
.nav-links { display: flex; align-items: center; gap: 26px; font-size: 0.9rem; color: rgba(25, 25, 25, 0.74); }
.nav-links a:hover { color: var(--black); }

.lang-switcher { display: inline-flex; border: 1px solid var(--black); }
.lang-toggle { border: 0; background: transparent; color: var(--black); padding: 10px 14px; font-size: 0.78rem; letter-spacing: 0.06em; text-transform: uppercase; cursor: pointer; font-weight: 700; font-family: inherit; }
.lang-toggle + .lang-toggle { border-left: 1px solid var(--black); }
.lang-toggle.active { background: var(--black); color: var(--cream); }
.lang-toggle:not(.active):hover { background: rgba(25, 25, 25, 0.08); }

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--black);
  background: transparent;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  margin-left: auto;
}

.menu-toggle span {
  width: 18px;
  height: 2px;
  background: var(--black);
  display: block;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.menu-toggle.open span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.menu-toggle.open span:nth-child(2) {
  opacity: 0;
}

.menu-toggle.open span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.mobile-menu {
  display: none;
  position: fixed;
  inset: 68px 0 auto 0;
  background: #ffffff;
  border-bottom: 1px solid var(--line-dark);
  z-index: 19;
}

.mobile-menu.open {
  display: block;
}

.mobile-menu-panel {
  width: min(var(--max-width), calc(100% - 32px));
  margin: 0 auto;
  padding: 24px 0 28px;
  display: grid;
  gap: 24px;
}

.mobile-menu-links {
  display: none;
}

.mobile-menu-links a {
  display: block;
  padding: 13px 0;
  border-bottom: 1px solid var(--line-dark);
  font-size: 1.05rem;
  color: var(--black);
}

.mobile-lang-switcher {
  display: inline-flex;
  width: fit-content;
  border: 1px solid var(--black);
}


.hero { padding: 156px 0 90px; background: var(--blue-dark); color: var(--cream); position: relative; overflow: hidden; }
.hero::before { content: ""; position: absolute; right: 0; top: 76px; bottom: 0; width: 42%; background-image: linear-gradient(270deg, rgba(1, 44, 79, 0.28), rgba(1, 44, 79, 0.88)), url("pic1.jpg"); background-size: cover; background-position: center right; opacity: 0.3; pointer-events: none; }
.hero::after { content: ""; position: absolute; inset: auto -10% -35% auto; width: 540px; height: 540px; background: radial-gradient(circle, rgba(0, 64, 135, 0.72), transparent 65%); pointer-events: none; }
.hero-grid { display: grid; grid-template-columns: 1fr; gap: 50px; position: relative; z-index: 2; }
.hero h1 { font-size: clamp(2.12rem, 4.51vw, 4.29rem); }
.hero-intro .kicker { font-family: "Montserrat", "Inter", Arial, sans-serif; font-size: 0.83rem; font-weight: 400; margin-bottom: 14px; color: #ffffff; border-bottom: 0; padding-bottom: 0; }
.hero-content { display: grid; grid-template-columns: 1fr; gap: 22px; align-items: start; }
.hero-primary-left { display: grid; gap: 22px; align-content: start; max-width: 980px; }
.hero-secondary { display: grid; gap: 22px; max-width: 980px; }
.hero-secondary .hero-actions { margin-top: 8px; }
.hero-title-light { font-weight: 400; font-size: 0.56em; letter-spacing: -0.01em; vertical-align: baseline; }
.hero-problems { margin: 0; color: #FEF4C3; font-family: "Montserrat", "Inter", Arial, sans-serif; font-weight: 700; font-size: clamp(1.02rem, 1.41vw, 1.41rem); line-height: 1.28; }
.hero-problems p { text-align: left; }
.white-word { color: #ffffff; }
.hero-alternative p { text-decoration: none; }
.hero-alternative p span.line-underline { display: inline-block; width: fit-content; border-bottom: 2px solid currentColor; padding-bottom: 10px; margin-bottom: 4px; }
.hero-questions { font-family: "Montserrat", "Inter", Arial, sans-serif; font-weight: 400; font-size: clamp(1.09rem, 1.58vw, 1.43rem); line-height: 1.42; color: rgba(255, 255, 255, 0.92); max-width: 980px; }
.hero-questions p { display: grid; gap: 6px; }
.hero-questions span { display: block; }
.hero-actions { display: flex; align-items: center; gap: 51px; flex-wrap: wrap; margin-left: 0; }
.hero .button { min-width: 156px; min-height: 34px; padding: 9px 24px; font-size: 0.83rem; }
.hero .email-link { font-size: 0.88rem; }
.button { display: inline-flex; align-items: center; justify-content: center; min-width: 170px; min-height: 37px; padding: 10px 26px; background: var(--cream); color: var(--black); font-weight: 700; font-size: 0.9rem; border: 1px solid var(--cream); transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease; }
.button:hover { transform: translateY(-2px); background: transparent; color: var(--cream); }
.email-link, .contact-email { font-family: "Courier New", monospace; color: var(--yellow); border-bottom: 1px solid var(--yellow); }
.email-link { font-size: 0.96rem; padding-bottom: 4px; }

.hero-slogan-wrap {
  position: relative;
  z-index: 2;
  width: min(calc(var(--max-width) + 100px), calc(100vw - 48px));
  max-width: none;
}
.hero-slogan {
  margin: 0;
  max-width: none;
  font-family: "Montserrat", "Inter", Arial, sans-serif;
  font-size: clamp(0.94rem, 1.33vw, 1.23rem);
  font-weight: 500;
  line-height: 1.42;
  letter-spacing: -0.005em;
  color: rgba(255, 255, 255, 0.82);
  text-align: left;
  white-space: nowrap;
}
.hero-slogan-highlight { color: #F6D757; font-size: 1.38em; font-weight: 600; }
.hero-slogan-sep { display: inline-block; width: 3.5ch; }

.what { background: var(--white); }
.what-grid { display: grid; grid-template-columns: 0.92fr 1.08fr; gap: 68px; align-items: stretch; }
.what-copy { display: flex; flex-direction: column; justify-content: center; gap: 46px; }
.what-intro { max-width: 720px; }
.what-intro .kicker { margin-bottom: 18px; }
.what-intro h2 { margin-bottom: 32px; }
.body-large { font-size: 1.12rem; color: var(--text-dark); max-width: 780px; }
.body-large p + p { margin-top: 18px; }
.section-image { min-height: 520px; border: 1px solid var(--line-dark); overflow: hidden; position: relative; background: var(--blue-dark); }
.section-image img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(16%) contrast(1.02) brightness(0.95); }
.section-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(0, 64, 135, 0.18), rgba(25, 25, 25, 0.22)); }

.number-list { display: grid; border-top: 1px solid var(--line-dark); }
.number-row { display: grid; grid-template-columns: 82px 1fr; gap: 22px; padding: 20px 0; border-bottom: 1px solid var(--line-dark); color: rgba(25, 25, 25, 0.76); }
.number-row p { text-align: left; }
.number-row span { font-family: "Courier New", monospace; color: var(--blue); font-size: 0.9rem; font-weight: 700; }

.offers, .values { color: var(--cream); }
.offers {
  position: relative;
  overflow: hidden;
  background: var(--black);
}
.offers::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(90deg, rgba(25, 25, 25, 0.38) 0%, rgba(25, 25, 25, 0.72) 58%, rgba(25, 25, 25, 0.9) 100%), url("pic4.jpg");
  background-size: 94%;
  background-position: left 62%;
  pointer-events: none;
}
.offers > .container { position: relative; z-index: 1; }
.values { background: var(--black); }
.section-head { display: grid; grid-template-columns: 0.75fr 1.25fr; gap: 64px; align-items: start; margin-bottom: 56px; }
.offers-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; align-items: stretch; }
.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.offer-card { padding: 26px 24px 28px; border: 1px solid var(--line-light); background: rgba(248, 255, 255, 0.045); display: flex; flex-direction: column; justify-content: flex-start; gap: 18px; height: 100%; }
.offer-card > div { flex: 1; }
.offer-number { display: block; margin-bottom: 12px; font-family: "Courier New", monospace; color: rgba(248, 255, 255, 0.52); }
.offer-card p { color: var(--text-light); margin-bottom: 0; font-size: 0.92rem; text-align: justify !important; text-justify: inter-word !important; }
.offer-card p + p { margin-top: 12px; }
.result { margin-top: auto; padding-top: 18px; border-top: 1px solid var(--line-light); color: var(--cream) !important; font-weight: 600; text-align: justify !important; text-justify: inter-word !important; }

.method { background: var(--blue); color: var(--cream); }
.method-grid { display: grid; gap: 42px; }
.method-head .kicker { margin-bottom: 18px; }
.method-head h2 { margin-bottom: 22px; max-width: none; }
.method-text { width: 100%; color: var(--text-light); font-size: 1.08rem; }
.method-content { display: grid; grid-template-columns: 0.95fr 1.05fr; gap: 56px; align-items: stretch; }
.method-steps-wrap { display: flex; flex-direction: column; justify-content: center; }
.method-steps { display: grid; border-top: 1px solid var(--line-light); }
.step { display: grid; grid-template-columns: 70px 1fr; gap: 22px; padding: 18px 0; border-bottom: 1px solid var(--line-light); }
.step span { font-family: "Courier New", monospace; color: rgba(248, 255, 255, 0.55); }
.step strong { display: block; margin-bottom: 4px; font-size: 1.02rem; }
.step p { color: var(--text-light); font-size: 0.96rem; text-align: left; }
.method-visual { min-height: 420px; border: 1px solid var(--line-light); }

.pricing { background: var(--white); color: var(--black); }
.pricing-grid { display: grid; grid-template-columns: 0.78fr 1.22fr; gap: 64px; align-items: start; }
.pricing-head .kicker { margin-bottom: 18px; }
.pricing-cta { margin-top: 20px; color: var(--text-dark); font-size: 1.02rem; line-height: 1.55; max-width: 520px; text-align: justify !important; text-justify: inter-word !important; }
.pricing-email { display: inline-block; margin-top: 16px; font-family: "Courier New", monospace; color: var(--blue); border-bottom: 1px solid rgba(0, 64, 135, 0.45); padding-bottom: 4px; font-size: 0.92rem; }
.pricing-list { display: grid; border-top: 1px solid var(--line-dark); }
.pricing-item { display: grid; grid-template-columns: 92px 1fr; gap: 24px; padding: 24px 0; border-bottom: 1px solid var(--line-dark); }
.pricing-item span { font-family: "Courier New", monospace; color: var(--blue); font-size: 0.92rem; font-weight: 700; }
.pricing-item h3 { margin-bottom: 8px; }
.pricing-item p { color: var(--text-dark); font-size: 1rem; line-height: 1.55; text-align: justify !important; text-justify: inter-word !important; }

.values h2 { margin-bottom: 38px; letter-spacing: -0.04em; max-width: none; }
.values .kicker { margin-bottom: 20px; }
.value-card { padding-top: 22px; border-top: 1px solid var(--line-light); }
.value-card h3 { color: #ffffff; text-transform: uppercase; letter-spacing: 0.06em; }
.value-card p { color: #ffffff; font-size: 1rem; line-height: 1.5; max-width: 330px; text-align: left; }

.about { background: var(--white); }
.about-head { margin-bottom: 58px; }
.about-head .kicker { margin-bottom: 18px; }

.about-grid {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: 86px;
  align-items: center;
}

.portrait-stage {
  position: relative;
  min-height: 410px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.portrait-structure {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.portrait-structure .solid {
  position: absolute;
  left: 0;
  top: 24px;
  bottom: 24px;
  width: 32%;
  background: var(--frame-green);
}

.portrait-structure .open {
  display: none;
}

.portrait-card {
  position: relative;
  z-index: 3;
  width: 272px;
  transform: translateX(24px);
  overflow: visible;
}

.portrait-frame {
  position: relative;
  padding: 8px;
  background: var(--white);
  border: 1px solid var(--frame-green-line);
  box-shadow: 0 22px 48px rgba(33, 75, 67, 0.10);
}

.portrait-frame::before {
  content: "";
  position: absolute;
  inset: -12px 12px 12px -12px;
  border: 1px solid var(--frame-green-soft);
  z-index: -1;
}

.portrait-frame::after {
  content: "";
  position: absolute;
  left: -12px;
  top: -12px;
  width: 34px;
  height: 34px;
  border-left: 3px solid #4E7A6D;
  border-top: 3px solid #4E7A6D;
  z-index: 3;
}

.portrait-image {
  width: 100%;
  aspect-ratio: 1 / 1;
  background: url("profile.jpg") center/cover no-repeat, #dfe8ed;
  filter: grayscale(6%) contrast(1.02);
}

.portrait-caption {
  position: relative;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 14px;
  margin-left: 40px;
  padding-top: 10px;
  font-family: "Courier New", monospace;
  color: var(--frame-green);
}

.portrait-caption strong {
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.1;
  white-space: nowrap;
}

.portrait-caption span {
  flex: 1;
  height: 1px;
  background: rgba(33, 75, 67, 0.30);
}

.about-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 0;
}

.about-copy p {
  color: var(--text-dark);
  font-size: 1.12rem;
  line-height: 1.65;
  max-width: 760px;
  margin-bottom: 18px;
}

.about-copy[data-lang="en"] p {
  font-size: 1.02rem;
  line-height: 1.55;
}

.about-link {
  width: fit-content;
  font-family: "Courier New", monospace;
  font-size: 0.92rem;
  color: var(--blue);
  border-bottom: 1px solid rgba(0, 64, 135, 0.45);
  padding-bottom: 4px;
}


.contact {
  position: relative;
  overflow: hidden;
  background: var(--blue-dark);
  color: var(--cream);
  padding: 86px 0 82px;
}
.contact::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(1, 44, 79, 0.78), rgba(1, 44, 79, 0.84)), url("pic5.jpg");
  background-size: cover;
  background-position: center;
  pointer-events: none;
}
.contact > .container { position: relative; z-index: 1; }
.contact-box { display: grid; gap: 32px; text-align: left; }
.contact .kicker { margin-bottom: 18px; }
.contact h2 { max-width: 980px; margin-bottom: 34px; font-size: clamp(1.7rem, 3.2vw, 3rem); line-height: 1.08; letter-spacing: -0.04em; font-weight: 400; }
.contact-questions { display: grid; max-width: 900px; border-top: 1px solid var(--line-light); }
.contact-question { padding: 18px 0; border-bottom: 1px solid var(--line-light); color: var(--cream); font-size: clamp(1.02rem, 1.35vw, 1.18rem); line-height: 1.45; text-align: left; }
.contact-question span { color: var(--yellow); font-family: "Courier New", monospace; margin-right: 18px; font-size: 0.92rem; }
.contact-email { justify-self: start; width: fit-content; font-size: clamp(1rem, 2.2vw, 1.5rem); padding-bottom: 6px; }

footer { background: var(--black); color: rgba(248, 255, 255, 0.58); padding: 26px 0; font-size: 0.84rem; font-family: "Courier New", monospace; }
.footer-inner { display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap; }

[data-lang] { display: none !important; }
html[data-current-lang="pt"] [data-lang="pt"],
html[data-current-lang="en"] [data-lang="en"] { display: block !important; }

html[data-current-lang="pt"] .nav-links[data-lang="pt"],
html[data-current-lang="en"] .nav-links[data-lang="en"],
html[data-current-lang="pt"] .mobile-menu-links[data-lang="pt"],
html[data-current-lang="en"] .mobile-menu-links[data-lang="en"],
html[data-current-lang="pt"] .hero-actions[data-lang="pt"],
html[data-current-lang="en"] .hero-actions[data-lang="en"] { display: flex !important; }

html[data-current-lang="pt"] .nav-tagline[data-lang="pt"],
html[data-current-lang="en"] .nav-tagline[data-lang="en"] { display: inline !important; }

html[data-current-lang="pt"] .offers-grid[data-lang="pt"],
html[data-current-lang="pt"] .pricing-list[data-lang="pt"],
html[data-current-lang="pt"] .values-grid[data-lang="pt"],
html[data-current-lang="pt"] .method-steps[data-lang="pt"],
html[data-current-lang="pt"] .number-list[data-lang="pt"],
html[data-current-lang="en"] .offers-grid[data-lang="en"],
html[data-current-lang="en"] .pricing-list[data-lang="en"],
html[data-current-lang="en"] .values-grid[data-lang="en"],
html[data-current-lang="en"] .method-steps[data-lang="en"],
html[data-current-lang="en"] .number-list[data-lang="en"],
html[data-current-lang="en"] .faq-list[data-lang="en"] { display: grid !important; }

html[data-current-lang="pt"] .about-copy[data-lang="pt"],
html[data-current-lang="en"] .about-copy[data-lang="en"] { display: flex !important; }

@media (max-width: 980px) {
  .hero::before { width: 55%; opacity: 0.2; }
  .nav-tagline,
  html[data-current-lang="pt"] .nav-tagline[data-lang="pt"],
  html[data-current-lang="en"] .nav-tagline[data-lang="en"] { display: none !important; }
  .nav-links { display: none !important; }
  .hero-content, .what-grid, .section-head, .pricing-grid, .method-content, .about-grid { grid-template-columns: 1fr; gap: 42px; }
  .offers-grid, .values-grid { grid-template-columns: 1fr; }
  .section-image, .method-visual { min-height: 360px; }
      .about-line-stack { display: none; }
      .about-copy { min-height: 0; }
}

@media (max-width: 640px) {
  .hero::before { width: 100%; opacity: 0.12; }
  .container { width: min(var(--max-width), calc(100% - 32px)); }
  .nav-inner { height: 68px; }
  .brand-name { font-size: 1.3rem; letter-spacing: -0.01em; }
  .hero { padding: 122px 0 66px; }
  .hero-intro .kicker { font-size: 0.69rem; }
  .hero h1 { font-size: 1.79rem; line-height: 1.04; letter-spacing: -0.015em; }
  .hero-actions { margin-left: 0; gap: 20px; }
  .nowrap { white-space: normal; }
  section { padding: 68px 0; }
  .section-head { margin-bottom: 36px; }
  .step, .number-row, .pricing-item { grid-template-columns: 46px 1fr; gap: 16px; }
}

/* Mobile-only refinements */
@media (max-width: 640px) {
  body,
  p,
  .body-large p,
  .method-text,
  .about-copy p,
  .number-row,
  .contact-question {
    text-align: left !important;
    text-justify: auto !important;
  }

  .nav-inner {
    height: 70px;
    justify-content: space-between;
    gap: 16px;
  }

  .brand {
    min-width: 0;
    gap: 12px;
  }

  .brand-logo {
    width: 38px;
    height: 38px;
  }

  .brand-name {
    font-size: 1.45rem;
    letter-spacing: -0.015em;
  }

  .nav-links,
  .nav > .container > .lang-switcher {
    display: none !important;
  }

  .menu-toggle {
    display: inline-flex;
  }

  html[data-current-lang="pt"] .mobile-menu-links[data-lang="pt"],
  html[data-current-lang="en"] .mobile-menu-links[data-lang="en"] {
    display: block !important;
  }

  .hero {
    padding: 112px 0 58px;
  }

  .hero-grid {
    gap: 28px;
    justify-items: start;
  }

  .hero-content,
  .hero-primary-left,
  .hero-secondary,
  .hero-intro,
  .hero-actions,
  .hero-questions,
  .hero-alternative {
    width: 100%;
    max-width: 100%;
    justify-items: start;
    text-align: left;
  }

  .hero-primary-left,
  .hero-secondary {
    align-content: start;
    justify-content: flex-start;
  }

  .hero-intro .kicker {
    display: none !important;
  }

  .hero h1 {
    font-size: clamp(1.98rem, 9.94vw, 2.81rem);
    line-height: 1.06;
    letter-spacing: -0.035em;
    text-align: left;
  }

  .hero-secondary {
    gap: 17px;
  }

  .hero-questions {
    font-size: clamp(0.99rem, 5.15vw, 1.27rem);
    line-height: 1.34;
  }

  .hero-questions p {
    gap: 5px;
    text-align: left !important;
    justify-items: start;
  }

  .hero-questions .bullet {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    text-align: left;
  }

  .hero-questions .bullet::before {
    content: "";
    width: 6px;
    height: 6px;
    flex: 0 0 6px;
    margin-top: 0;
    border-radius: 50%;
    background: var(--yellow);
  }

  .hero-actions {
    justify-content: flex-start;
    gap: 22px;
    margin-top: 20px;
  }

  .hero .email-link {
    text-align: left;
  }

  .hero-alternative p {
    text-align: left !important;
  }

  .hero-alternative p span.line-underline {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .what-grid {
    display: flex !important;
    flex-direction: column-reverse;
    gap: 36px;
  }

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

  
  
  
  .values-title {
    line-height: 1.12;
  }

  .mobile-break {
    display: inline;
  }
}


/* Remove hero question bullets */
.hero-questions .bullet {
  display: block;
}

.hero-questions .bullet::before {
  content: none !important;
  display: none !important;
}

/* Integrated about portrait mobile refinements */
@media (max-width: 980px) {
  .portrait-stage {
    min-height: 310px;
  }

  .portrait-structure .solid {
    opacity: 0.07;
    width: 100%;
    top: 0;
    bottom: 0;
  }

  .portrait-card {
    width: 235px;
    transform: none;
  }

  .portrait-frame::before {
    inset: -8px 8px 8px -8px;
  }

  .portrait-frame::after {
    width: 26px;
    height: 26px;
    border-width: 2px;
  }
}

@media (max-width: 640px) {
  .portrait-stage {
    min-height: 285px;
  }

  .portrait-card {
    width: 220px;
  }
}

/* Mobile hero clean override */
@media (max-width: 640px) {
  .hero-intro .kicker {
    display: none !important;
  }

  .hero-alternative {
    display: none !important;
  }

  .hero-secondary {
    gap: 18px;
  }

  .hero-grid {
    gap: 28px;
  }

  .hero-secondary .hero-actions {
    margin-top: 20px;
  }
}


/* Caption offset adjustment */
@media (max-width: 640px) {
  .portrait-caption {
    margin-left: 20px;
  }
}

/* FINAL MOBILE FIXES */
@media (max-width: 640px) {
  body,
  p,
  .body-large p,
  .method-text,
  .about-copy p,
  .number-row,
  .contact-question {
    text-align: left !important;
    text-justify: auto !important;
  }

  .nav-inner {
    height: 70px !important;
    justify-content: space-between !important;
    gap: 16px !important;
  }

  .brand {
    min-width: 0 !important;
    gap: 12px !important;
    position: relative;
    z-index: 22;
  }

  .brand-logo {
    width: 38px !important;
    height: 38px !important;
  }

  .brand-name {
    font-size: 1.45rem !important;
    letter-spacing: -0.015em !important;
  }

  html[data-current-lang="pt"] .nav-links[data-lang="pt"],
  html[data-current-lang="en"] .nav-links[data-lang="en"],
  .nav-links,
  .nav .lang-switcher {
    display: none !important;
  }

  .menu-toggle {
    display: inline-flex !important;
    position: relative;
    z-index: 22;
  }

  html[data-current-lang="pt"] .mobile-menu-links[data-lang="pt"],
  html[data-current-lang="en"] .mobile-menu-links[data-lang="en"] {
    display: block !important;
  }

  .hero {
    padding: 112px 0 58px !important;
  }

  .hero-grid {
    gap: 28px !important;
    justify-items: start !important;
  }

  .hero-intro .kicker {
    display: none !important;
  }

  .hero-content,
  .hero-primary-left,
  .hero-secondary,
  .hero-intro,
  .hero-actions,
  .hero-questions,
  .hero-alternative {
    width: 100% !important;
    max-width: 100% !important;
    justify-items: start !important;
    text-align: left !important;
  }

  .hero h1 {
    font-size: clamp(1.98rem, 9.94vw, 2.81rem) !important;
    line-height: 1.06 !important;
    letter-spacing: -0.035em !important;
    text-align: left !important;
  }

  .hero-secondary {
    gap: 17px !important;
  }

  .hero-questions {
    font-size: clamp(0.99rem, 5.15vw, 1.27rem) !important;
    line-height: 1.34 !important;
  }

  .hero-questions p {
    gap: 5px !important;
    text-align: left !important;
    justify-items: start !important;
  }

  .hero-questions span,
  .hero-questions .bullet {
    display: block !important;
    text-align: left !important;
  }

  .hero-questions .bullet::before,
  .hero-questions span::before {
    content: none !important;
    display: none !important;
  }

  .hero-actions {
    justify-content: flex-start !important;
    gap: 22px !important;
    margin-top: 20px !important;
  }

  .hero .email-link {
    text-align: left !important;
  }

  .hero-alternative {
    display: none !important;
  }

  .what-grid {
    display: flex !important;
    flex-direction: column-reverse !important;
    gap: 36px !important;
  }

  .section-image {
    min-height: 300px !important;
  }

  .values-title {
    line-height: 1.12 !important;
  }

  .mobile-break {
    display: inline !important;
  }
}

/* ABSOLUTE MOBILE HERO PATCH */
@media only screen and (max-width: 640px) {
  html body .hero .hero-desktop-kicker,
  html body .hero .hero-intro > .kicker,
  html body .hero [data-lang].hero-desktop-kicker {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
  }

  html body .hero .hero-mobile-hide,
  html body .hero .hero-alternative,
  html body .hero [data-lang].hero-alternative {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
  }

  html body .hero {
    padding-top: 108px !important;
    padding-bottom: 56px !important;
  }

  html body .hero .hero-grid {
    gap: 24px !important;
    justify-items: start !important;
  }

  html body .hero .hero-content,
  html body .hero .hero-primary-left,
  html body .hero .hero-secondary,
  html body .hero .hero-intro,
  html body .hero .hero-actions,
  html body .hero .hero-questions {
    width: 100% !important;
    max-width: 100% !important;
    text-align: left !important;
    justify-items: start !important;
    justify-content: flex-start !important;
  }

  html body .hero h1 {
    font-size: clamp(2.02rem, 10.12vw, 2.85rem) !important;
    line-height: 1.06 !important;
    letter-spacing: -0.035em !important;
    text-align: left !important;
  }

  html body .hero .hero-secondary {
    gap: 18px !important;
  }

  html body .hero .hero-questions {
    font-size: clamp(0.99rem, 5.15vw, 1.27rem) !important;
    line-height: 1.34 !important;
  }

  html body .hero .hero-questions p {
    display: grid !important;
    gap: 5px !important;
    text-align: left !important;
    justify-items: start !important;
  }

  html body .hero .hero-questions span {
    display: block !important;
    text-align: left !important;
  }

  html body .hero .hero-questions span::before,
  html body .hero .hero-questions .bullet::before {
    content: none !important;
    display: none !important;
  }

  html body .hero .hero-actions {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    gap: 22px !important;
    margin-top: 18px !important;
  }

  html body .hero .email-link {
    text-align: left !important;
  }

  html body .hero .hero-slogan {
    max-width: 100% !important;
    text-align: left !important;
    white-space: normal !important;
  }
}

/* FINAL EMAIL AND HERO ACTIONS FIX */
@media only screen and (max-width: 640px) {
  html body .hero .hero-actions {
    display: none !important;
  }

  html[data-current-lang="pt"] body .hero .hero-actions[data-lang="pt"],
  html[data-current-lang="en"] body .hero .hero-actions[data-lang="en"] {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    gap: 24px !important;
    margin-top: 18px !important;
    width: 100% !important;
  }

  html body .hero .button {
    min-width: 221px !important;
    min-height: 42px !important;
    padding: 12px 28px !important;
    font-size: 0.92rem !important;
  }

  html body .hero .email-link {
    font-size: 0.88rem !important;
    padding-bottom: 5px !important;
    text-align: left !important;
  }
}

/* Mobile: slogan lines, left alignment sitewide */
@media (max-width: 640px) {
  .nav-tagline,
  html[data-current-lang="pt"] .nav-tagline[data-lang="pt"],
  html[data-current-lang="en"] .nav-tagline[data-lang="en"] {
    display: none !important;
  }

  .hero-slogan {
    font-size: clamp(0.88rem, 4.51vw, 1.12rem);
    line-height: 1.34;
  }

  .hero-slogan-line {
    display: block;
  }

  .hero-slogan-line ~ .hero-slogan-line {
    margin-top: 6px;
  }

  .hero-slogan-sep {
    display: none;
  }

  .email-sep {
    display: none;
  }

  p,
  .body-large p,
  .method-text,
  .about-copy p,
  .number-row p,
  .contact-question,
  .offer-card p,
  .result,
  .pricing-item p,
  .pricing-cta,
  .value-card p,
  .step p {
    text-align: left !important;
    text-justify: auto !important;
  }
}
