@charset "UTF-8";
div {
  max-width: 100vw;
}

.mobile-section-title {
  display: none;
}

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

/* Full-screen mobile menu overlay to match provided design */
@media (max-width: 900px) {
  .bloom-candidatura-content {
    margin: 0 0 20vh 0vw !important;
  }
  .programa-title,
  .metodologia-title {
    text-align: left !important;
    padding-left: 1em !important;
    font-size: 1.5em !important;
    padding: 1em 1em !important;
  }
  .mobile-section-title {
    display: block !important;
    width: 100vw !important;
    background: #00b156 !important;
    color: #fff !important;
    font-family: "Proxima Nova Bold", Arial, sans-serif !important;
    font-size: 1.3em !important;
    text-align: left !important;
    padding: 0.9em 1em !important;
    margin: 0 !important;
    letter-spacing: 0.5px;
    text-transform: uppercase !important;
    position: relative !important;
    z-index: 100 !important;
  }
  .programa-menu {
    display: none !important;
  }
  .hero-mobile-bottom {
    width: 100% !important;
  }
  .hero-mobile-overlay.open .logo img {
    width: 7em !important;
    min-width: 7em !important;
    max-width: 7em !important;
    height: auto !important;
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .hero-mobile-overlay.open .logo {
    width: 7em !important;
    min-width: 7em !important;
    max-width: 7em !important;
    margin-left: 1.2em !important;
    margin-right: 0 !important;
    margin-top: 1.2em !important;
    margin-bottom: 1.2em !important;
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
  }
  .hamburger {
    position: fixed !important;
    top: 1.2em !important;
    right: 1.2em !important;
    z-index: 10001 !important;
    background: transparent !important;
    border: none !important;
    width: 2.5em !important;
    height: 2.5em !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
  }
  .hero-mobile-overlay.open .hero-mobile-close {
    background: transparent !important;
    color: #fff !important;
    border: none !important;
    box-shadow: none !important;
    font-size: 2em !important;
    width: 2.5em !important;
    height: 2.5em !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    position: absolute !important;
    top: 1.2em !important;
    right: 1.2em !important;
    z-index: 10001 !important;
    cursor: pointer;
    padding: 0 !important;
  }
  .hero-mobile-overlay.open .hero-mobile-close:hover {
    background: transparent !important;
  }
  .hero-mobile-overlay.open .hero-mobile-links,
  .hero-mobile-overlay.open .hero-mobile-close,
  .hero-mobile-overlay.open .hero-mobile-divider,
  .hero-mobile-overlay.open .hero-mobile-bottom {
    display: flex !important;
  }
  .hero-content {
    display: grid !important;
    grid-template-areas: "logo hamburger" "cta cta" "title title" "subtitle subtitle";
    grid-template-columns: 1fr auto;
    grid-template-rows: auto auto auto auto;
    align-items: start !important;
    justify-items: start !important;
    padding-top: 2.5em !important;
    gap: 0.7em !important;
  }
  .hero-content .logo {
    grid-area: logo;
    justify-self: start;
    margin-bottom: 0.5em;
  }
  .hamburger {
    grid-area: hamburger;
    justify-self: end;
    margin-top: 0.2em;
  }
  .hero-cta {
    grid-area: cta;
    margin-bottom: 0.3em !important;
    align-self: start !important;
    font-size: 1.1em !important;
    border-radius: 2em !important;
    padding: 0.5em 1.2em !important;
    background: #167e3a !important;
    color: #fff !important;
    font-weight: bold !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.0666666667);
  }
  .hero-title {
    grid-area: title;
    text-align: left !important;
    font-size: 2em !important;
    margin-bottom: 0.2em !important;
  }
  .hero-subtitle {
    grid-area: subtitle;
    text-align: left !important;
    font-size: 1.1em !important;
    margin-top: 0 !important;
    margin-bottom: 0.5em !important;
    width: 100%;
    padding: 0 0.5em;
  }
  /* Mobile: set all paragraph text to 0.8em */
  p {
    font-size: 0.8em !important;
    line-height: 1.3 !important;
  }
  /* Mobile: set list item font-size to match paragraphs */
  li {
    font-size: 0.8em !important;
    line-height: 1.3 !important;
  }
  /* Mobile: smaller body for edicao section */
  .edicao-body {
    font-size: 0.8em !important;
  }
  /* Mobile: stat subtitle smaller */
  .stat-sub {
    font-size: 0.8em !important;
  }
  /* Mobile: stat number larger for emphasis */
  .stat-number {
    font-size: 4.8em !important;
    line-height: 1 !important;
  }
  /* Mobile: ensure incubation section doesn't exceed viewport width */
  .incubation {
    max-width: 100vw !important;
  }
  /* Mobile: notes smaller for readability */
  .big-note,
  .inc-note {
    font-size: 0.8em !important;
  }
  /* Mobile: FAQ and fundacao left padding */
  .faq-section,
  .fundacao-left {
    padding: 2em 3em !important;
  }
  /* Mobile: contact text smaller */
  .contact-text p {
    font-size: 0.8em !important;
  }
  /* Mobile: candidatura CTA sizing */
  .bloom-candidatura-cta {
    font-size: 0.8em !important;
    max-width: none !important;
    transform: translate(0, 100%) !important;
  }
  /* Mobile: ensure CTA inner span has correct size */
  .bloom-candidatura-cta > span {
    font-size: 1em !important;
  }
  /* Mobile: smaller headings in metodologia columns */
  .metodologia-content-left h2,
  .metodologia-content-right h2 {
    font-size: 1.2em !important;
  }
  /* Attestation base styles (moved to top-level) */
  .attestation-section {
    display: block !important;
    background-color: #1e7d55 !important; /* updated to requested color */
    color: white !important;
    padding: 2.2rem 1.2rem 3.2rem 3.2rem !important;
    position: relative !important;
  }
  .attestation-inner {
    max-width: 92vw !important;
    margin: 0 auto !important;
    display: block !important;
    padding: 0.6rem 0 0.6rem 0 !important;
  }
  /* big quote glyphs are block-level and reserve space so they don't overlap content */
  .attest-quote {
    display: block !important;
    font-size: 6.6rem !important;
    color: #fff !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    text-align: left !important;
    margin: 0.1rem 0 0.6rem 0.6rem !important;
  }
  .attest-quote-top {
    margin-top: 0.2rem !important;
  }
  .attest-quote-bottom {
    /* place the closing quote anchored to the bottom-right of the attestation area */
    position: absolute !important;
    right: 1.2rem !important;
    bottom: 1.2rem !important;
    font-size: 6.8rem !important;
    transform: rotate(180deg) scale(1.05);
    line-height: 1 !important;
  }
  .attestation-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 2.6rem;
    padding: 0;
    margin: 0.8rem 0 4.2em 0;
  }
  .attestation-item {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    padding-bottom: 0.3rem;
  }
  .attestation-avatar {
    width: 68px !important;
    height: 68px !important;
    border-radius: 50% !important;
    object-fit: cover !important;
    flex: 0 0 68px !important;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15) !important;
  }
  .attestation-body {
    flex: 1 1 auto;
  }
  .attestation-name {
    font-family: "Proxima Nova Bold", Arial, sans-serif !important;
    font-size: 1.55rem !important;
    font-weight: 800 !important;
    color: #fff !important;
  }
  .attestation-company {
    font-size: 1.05rem !important;
    margin-top: 0 !important;
    color: #fff !important;
    opacity: 0.95;
  }
  .attestation-sep {
    border: 0;
    height: 2px;
    background: rgba(255, 255, 255, 0.6);
    width: 60% !important;
    margin: 0.45rem 0 !important;
  }
  .attestation-text {
    color: #fff !important;
    font-size: 1.02rem !important;
    line-height: 1.55 !important;
    margin: 0;
  }
  /* Desktop layout was nested in a mobile block; moved to a top-level override at the end of the file */
  .hero-mobile-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 99999; /* ensure overlay is above everything */
    display: none !important;
    flex-direction: column;
    background: #00b156; /* full-screen green canvas */
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }
  .hero-mobile-overlay.open {
    display: flex !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    z-index: 99999 !important;
    background: #00b156 !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }
  .hero-mobile-top {
    background: transparent; /* overlay provides the green background */
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .hero-mobile-top .logo {
    width: 40vw;
    max-width: 40vw;
    display: block;
    margin: 0 auto;
    /* center the logo container */
  }
  /* hide the overlay controls on the simple mobile canvas view */
  .hero-mobile-close,
  .hero-mobile-links,
  .hero-mobile-divider,
  .hero-mobile-bottom {
    display: none !important;
  }
  .hero-mobile-links {
    padding: 1.2rem 1.2rem 0 1.2rem;
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
    font-family: "Proxima Nova Bold", Arial, sans-serif;
    font-size: 1.4rem;
    color: #fff;
  }
  .hero-mobile-divider {
    height: 56px;
    background: #146c4c;
  }
  .hero-mobile-bottom {
    flex: 1 1 auto;
    background: #146c4c; /* darker green */
    padding: 2.4rem 1.2rem;
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
    font-size: 1.05rem;
    color: #fff;
  }
  .hero-mobile-links a,
  .hero-mobile-bottom a {
    color: #fff;
    text-decoration: none;
  }
  .hero-title {
    font-size: 2em !important;
    padding: 0.2em 0 !important;
  }
  .hero-subtitle {
    font-size: 1.1em !important;
    padding: 0.2em 0 !important;
  }
  .hero-info {
    font-size: 1em !important;
  }
}
@media (max-width: 900px) {
  .bloom-candidatura-nav {
    display: none !important;
  }
}
a {
  text-decoration: none;
  color: inherit;
}

.hero a {
  font-size: 1.8em;
}

/* Global hero typography overrides (confirmed by user) */
.hero-title h1 {
  font-size: 2.8em;
}

.hero-subtitle {
  font-size: 1.8em;
}

/* Additional selector requested: ensure .hero-content .hero-title matches size */
.hero-content .hero-title {
  font-size: 2.8em;
}

p {
  font-family: "Proxima Nova", Arial, sans-serif;
}

.oferecemos-section {
  width: 100vw;
  min-height: 100vh;
  height: 100vh;
  display: flex;
  flex-direction: column;
  background: #f9f9f9;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.oferecemos-section .programa-menu {
  margin-bottom: 0;
}

.oferecemos-section .programa-menu ul li.active {
  text-decoration: underline;
}

.oferecemos-content {
  flex: 0 0 65%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}

.oferecemos-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, auto);
  gap: 2.5em 3em;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0em 2em 2em 2em;
}

.oferta h2 {
  font-family: "Playfair Display Black", "Playfair Display", serif;
  font-weight: 900;
  color: #1e7d55;
  font-size: 2.5em;
  margin-bottom: 0.2em;
  line-height: 1.05;
}

.oferta p {
  font-family: "Proxima Nova", Arial, sans-serif;
  color: #00b156;
  font-size: 1em;
  margin: 0.5em 0 0 0;
}

.oferecemos-image {
  flex: 1 1 0;
  width: 100vw;
  display: flex;
  align-items: stretch;
  justify-content: center;
}

.oferecemos-image img {
  width: 100vw;
  height: 100%;
  object-fit: cover;
  display: block;
  /* transform removed to avoid forced GPU compositing */
}

@media (max-width: 900px) {
  .oferecemos-content {
    flex: 0 0 auto;
    padding: 0;
  }
  .oferecemos-grid {
    grid-template-columns: 1fr;
    grid-template-rows: none;
    gap: 2em;
    padding: 2em 1em 1em 1em;
  }
  .oferta h2 {
    font-size: 1.3em;
  }
  .oferecemos-image img {
    object-fit: cover;
  }
}
/* Mobile: contact CTA pill style */
@media (max-width: 900px) {
  .fundacao-logo {
    max-width: 50vw !important;
  }
  .contact-section .contact-pill {
    background: #fff !important;
    color: #167e89 !important;
    font-size: 0.8em !important;
  }
}
/* Mobile-only footer image swap */
@media (max-width: 900px) {
  .footer-bleed {
    background-image: url("../images/JPG_ORIGINAL/Logos_footer_MOBILE.jpg") !important;
    background-size: cover !important;
    background-position: center center !important;
  }
}
/* Mobile-only footer padding */
@media (max-width: 900px) {
  .site-footer {
    padding: 6em 2em !important;
  }
}
/* Mobile: oferecemos grid becomes two columns */
@media (max-width: 900px) {
  .oferecemos-grid {
    grid-template-columns: 1fr 1fr !important;
    gap: 1.5em !important;
  }
}
/* Mobile: beneficios grid single row + larger padding for mobile layout */
@media (max-width: 900px) {
  .beneficios-grid-vertical {
    grid-template-rows: 1fr !important;
    padding: 4em 3em !important;
  }
}
@media (max-width: 900px) {
  .beneficios-left {
    display: none !important;
  }
}
/* Mobile: reorder contact section to match provided layout */
@media (max-width: 900px) {
  .contact-inner {
    display: grid !important;
    grid-template-areas: "logo unicorn" "cta info";
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    align-items: center;
    padding: 1rem 1rem;
  }
  .contact-logo {
    grid-area: logo;
    justify-self: start;
  }
  .contact-unicorn {
    grid-area: unicorn;
    justify-self: end;
  }
  .contact-cta {
    grid-area: cta;
    justify-self: start;
    align-self: center;
  }
  .contact-section .contact-pill {
    padding: 14px 26px !important;
    border-radius: 56px !important;
    display: inline-block;
  }
  .contact-info {
    grid-area: info;
    justify-self: end;
    text-align: right;
    align-self: center;
  }
  .contact-text .contact-org {
    font-size: 1rem !important;
  }
  .contact-text p {
    font-size: 0.9rem !important;
  }
  .contact-social {
    justify-self: end;
  }
}
.metodologia-title-main {
  background: #219653;
  color: #fff;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 2em;
  text-align: center;
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: none;
  margin-bottom: 0;
  padding: 0;
  position: relative;
  z-index: 100;
}

.metodologia-content-row {
  display: flex;
  flex-direction: row;
  background: #fff;
  max-width: 1100px;
  margin: 0 auto;
  width: 100%;
  padding: 3em 2em 2em 2em;
  gap: 2em;
  align-items: flex-start;
}

/* Mobile: adjust padding for metodologia content row */
.metodologia-content-row {
  padding: 2em 3em !important;
}

.metodologia-content-left h2,
.metodologia-content-right h2 {
  text-align: left;
  margin-top: 0;
}

.metodologia-content-left,
.metodologia-content-right {
  flex: 1 1 0;
  font-family: "Proxima Nova", Arial, sans-serif;
  color: #167e89;
  font-size: 1.1em;
}

.metodologia-content-left {
  border-right: 0;
  padding-right: 2em;
}

.metodologia-content-right {
  padding-left: 2em;
}

.metodologia-content-left h2,
.metodologia-content-right h2 {
  font-family: "Playfair Display Black", "Playfair Display", serif;
  font-weight: 900;
  color: #1e7d54;
  font-size: 2em;
}

.metodologia-sub {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  color: #1e7d55;
  font-size: 1.5em;
  margin-bottom: 1.2em;
}

.metodologia-list {
  list-style: none;
  padding-left: 2.5em;
  border-left: 4px solid #00b156;
  margin: 0;
}

.metodologia-list li {
  margin-bottom: 1.1em;
  position: relative;
  font-size: 1.05em;
  color: #1e7d55;
}

.metodologia-list li:before {
  content: "—";
  position: absolute;
  left: -1.2em;
  color: #167e89;
  font-weight: bold;
}

@media (max-width: 900px) {
  .metodologia-content-row {
    flex-direction: column;
    padding: 1.2em 1em 1em 1em;
    gap: 1em;
  }
  .metodologia-content-left {
    border-right: none;
    padding-right: 0;
    padding-bottom: 1em;
  }
  .metodologia-content-right {
    padding-left: 0;
  }
  .metodologia-title-main {
    font-size: 1.1em;
    min-height: 44px;
    padding: 0.5em 0.2em;
    margin-bottom: 1em;
  }
}
.metodologia-section .programa-menu {
  margin-bottom: 0;
}

.programa-menu ul li.active {
  text-decoration: underline;
  font-family: "Proxima Nova Bold", Arial, sans-serif;
}

.metodologia-content-row {
  display: flex;
  flex-direction: row;
  background: #fff;
  max-width: 1100px;
  margin: 0 auto;
  width: 100%;
  padding: 2.5em 2em 2em 2em;
  gap: 2em;
}

.metodologia-content-left,
.metodologia-content-right {
  flex: 1 1 0;
  font-family: "Proxima Nova Thin", "Proxima Nova", Arial, sans-serif;
  color: #167e89;
  font-size: 1.1em;
}

.metodologia-content-left {
  border-right: 1px solid #e0e0e0;
  padding-right: 2em;
}

.metodologia-content-right {
  padding-left: 2em;
}

@media (max-width: 900px) {
  .metodologia-content-row {
    flex-direction: column;
    padding: 1.2em 1em 1em 1em;
    gap: 1em;
  }
  .metodologia-content-left {
    border-right: none;
    border-bottom: 1px solid #e0e0e0;
    padding-right: 0;
    padding-bottom: 1em;
  }
  .metodologia-content-right {
    padding-left: 0;
  }
}
.metodologia-section {
  width: 100vw;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
}

.metodologia-content-row {
  flex: 1 1 0;
  align-items: center;
  justify-content: center;
}

.metodologia-title {
  background: #1e7d55;
  color: #fff;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 2em;
  text-align: center;
  height: 10vh;
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.metodologia-content {
  background: #fff;
  color: #167e89;
  font-size: 1.1em;
  text-align: left;
  max-width: 900px;
  margin: 0 auto;
  padding: 2.5em 2em 2em 2em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-family: "Proxima Nova Thin", "Proxima Nova", Arial, sans-serif;
}

.metodologia-content p {
  margin-bottom: 1.2em;
}

@font-face {
  font-family: "Proxima Nova Bold";
  src: url("../fonts/Proxima Nova Bold.otf") format("opentype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Proxima Nova Thin";
  src: url("../fonts/Proxima Nova Thin.otf") format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Playfair Display Black";
  src: url("../fonts/PlayfairDisplay-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
.hero-section {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.hero-bg .bg-img {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  display: block;
}
.hero-bg .hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 180, 81, 0) 0%, rgba(0, 180, 81, 0.85) 100%);
  z-index: 2;
}

.hero-nav {
  width: 100vw;
  z-index: 3;
  display: flex;
  justify-content: center;
  margin-top: 32px;
}
.hero-nav ul {
  display: flex;
  width: 80vw;
  max-width: 1400px;
  margin: 0 auto;
  justify-content: space-between;
  list-style: none;
  padding: 0;
  position: relative;
  align-items: center;
}
.hero-nav li {
  display: flex;
  align-items: center;
}
.hero-nav .nav-separator {
  color: #fff;
  font-family: "Proxima Nova Bold", Arial, sans-serif;
  font-weight: normal;
  font-size: 1.2em;
  flex-shrink: 0;
}
.hero-nav a {
  color: #fff;
  font-family: "Proxima Nova Bold", Arial, sans-serif;
  font-weight: bold;
  font-size: 1.2em;
  text-decoration: none;
  letter-spacing: 0.5px;
  transition: color 0.2s;
}
.hero-nav a:hover {
  color: #167e89;
}

.hero-content {
  position: relative;
  z-index: 4;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  width: 80vw;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 0 4vw 0;
  margin-top: auto;
}
.hero-content .logo {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 40vw;
  max-width: 560px;
}
.hero-content .logo-text {
  text-align: left;
  margin-top: 8px;
}
.hero-content .bloom {
  font-family: "Playfair Display", serif;
  font-size: 2.5rem;
  font-weight: 900;
  color: #fff;
  letter-spacing: 1px;
  display: block;
}
.hero-content .yourbiz {
  font-family: "Proxima Nova Bold", sans-serif;
  font-size: 1.2rem;
  color: #fff;
  letter-spacing: 2px;
  display: block;
}
.hero-content .hero-title {
  font-family: "Playfair Display Black", "Playfair Display", serif;
  font-size: 4em;
  font-weight: 900;
  color: #fff;
  text-align: left;
  margin-bottom: 8px;
  margin-top: 0;
  line-height: 1.1;
}
.hero-content .hero-subtitle {
  font-family: "Proxima Nova Regular", sans-serif;
  font-size: 2em;
  color: #fff;
  text-align: left;
  margin-bottom: 0;
  margin-top: 0;
}
.hero-content .hero-cta {
  display: inline-block;
  background: #1e7d55;
  color: #fff;
  font-family: "Playfair Display", serif;
  font-weight: 900;
  font-size: 2.55rem;
  padding: 34px 61px;
  border-radius: 999px;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
  transition: background 0.2s, color 0.2s;
  margin-bottom: 0;
  margin-right: 0;
  align-self: flex-end;
}
.hero-content .hero-cta:hover {
  background: #167e89;
  color: #fff;
}

@media (max-width: 900px) {
  .hero-title {
    font-size: 1.3rem;
  }
  .bloom {
    font-size: 1.5rem;
  }
  .logo {
    margin-bottom: 18px;
  }
  .hero-content {
    padding: 0 2vw 2vw 2vw;
  }
  .hero-cta {
    font-size: 1rem;
    padding: 12px 18px;
  }
  .hero-nav ul {
    width: 95vw;
  }
}
.programa-section {
  width: 100vw;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  padding: 0;
}

.programa-menu {
  background: #219653;
  color: #fff;
  height: 10vh;
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Proxima Nova Regular", Arial, sans-serif;
  font-size: 1em;
}

.programa-menu ul {
  display: flex;
  gap: 2.2em;
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Active state for section navs (highlight current section) */
.programa-menu a.active,
.bloom-candidatura-nav a.active {
  font-weight: 700 !important;
}

.programa-menu li {
  color: #fff;
  letter-spacing: 0.5px;
  cursor: pointer;
}

.programa-menu li:first-child {
  text-decoration: underline;
}

/* Responsive non-wrapping rules for programa-menu (desktop) */
@media (min-width: 900px) {
  /* Keep the global sticky nav and section navs on a single line and allow safe horizontal overflow */
  .global-program-nav.programa-menu,
  .programa-menu {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .global-program-nav.programa-menu ul,
  .programa-menu ul {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: clamp(0.9rem, 1.2vw, 2.2rem);
  }
  .programa-menu li {
    flex: 0 0 auto;
    min-width: 0;
  }
  .programa-menu a {
    white-space: nowrap;
    display: inline-block;
    font-size: clamp(0.9rem, 1.2vw + 0.05rem, 1.15rem);
  }
}
/* --- Mobile hamburger styles (moved from index.astro) --- */
/* Positioned with safe-area insets for notched devices */
.hamburger {
  position: absolute;
  right: calc(1em + env(safe-area-inset-right));
  top: calc(1em + env(safe-area-inset-top));
  background: transparent;
  border: none;
  width: 44px;
  height: 44px;
  padding: 6px;
  display: none; /* shown via media query */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-sizing: border-box;
}

.hamburger-icon {
  width: 28px;
  height: 28px;
  display: block;
}

@media (max-width: 900px) {
  .hamburger {
    display: flex;
    z-index: 1000;
  }
  .hero-nav {
    display: none;
  }
  .hero-nav.open {
    display: block;
    position: absolute;
    top: 64px;
    right: 12px;
    background: rgba(0, 0, 0, 0.85);
    padding: 12px;
    border-radius: 8px;
  }
  .hero-nav.open ul {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .hero-nav.open a {
    color: #fff;
    font-size: 1.05em;
    padding: 8px 12px;
    display: block;
  }
}
.programa-title {
  background: #1e7d55;
  color: #fff;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 2.1em;
  text-align: center;
  height: 10vh;
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #e0e0e0;
}

.programa-content {
  background: #fff;
  color: #1e7d55;
  font-size: 1.15em;
  text-align: left;
  max-width: 900px;
  margin: 0 auto;
  padding: 2.5em 2em 2em 2em;
  min-height: 30vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-family: "Proxima Nova Thin", "Proxima Nova", Arial, sans-serif;
}

.programa-content p {
  margin-bottom: 1.2em;
}

.programa-image {
  flex: 1 1 0;
  width: 100vw;
  min-height: 30vh;
  display: flex;
  align-items: stretch;
  justify-content: center;
  overflow: hidden;
}

.programa-image img {
  width: 100vw;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Benefícios e Prémios subsections */
.beneficios-content {
  width: 100%;
  background: #fff;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto; /* occupy remaining vertical space */
}

.beneficios-vertical {
  display: grid;
  /* left column uses half the viewport width so image can be full-bleed */
  grid-template-columns: 50vw 1fr;
  gap: 2.5rem;
  max-width: 100vw; /* ensure full viewport width */
  margin: 0;
  align-items: stretch;
  flex: 1 1 auto; /* allow vertical to grow when parent is flex */
}

.beneficios-left {
  /* left grid cell (full-bleed) using an <img> for better responsiveness */
  min-height: 0;
  height: auto;
  align-self: stretch;
  position: relative;
  overflow: hidden;
}

/* Vencedores pill on top of beneficios image */
.beneficios-vencedores-pill {
  position: absolute;
  bottom: 20%;
  left: 70%;
  transform: translateX(-50%);
  background: #1e7d55;
  color: #fff;
  padding: 1em 2.8em;
  border-radius: 50px;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
  font-family: "Playfair Display Black", "Playfair Display", serif;
  font-weight: 900;
}

.vencedores-line1 {
  font-size: 2em;
  line-height: 1.1;
  letter-spacing: 0.02em;
  font-weight: 900;
  -webkit-text-stroke: 1px #fff;
}

.vencedores-line2 {
  font-size: 2em;
  line-height: 1.1;
  font-weight: 900;
  -webkit-text-stroke: 1px #fff;
}

@media (max-width: 900px) {
  .beneficios-vencedores-pill {
    display: none; /* Hide on mobile */
  }
}
.beneficios-img {
  width: 50vw; /* full bleed to viewport edge */
  height: 100%; /* occupy full viewport height */
  object-fit: cover;
  display: block;
}

/* overlay removed per user request */
.beneficios-right {
  /* right grid cell */
  display: flex;
  align-items: flex-start;
  position: relative;
  z-index: 2; /* sit above the left overlay if they overlap */
  padding-top: 4em;
}

.beneficios-grid-vertical {
  width: 100%;
  display: grid;
  gap: 1.8rem;
  align-items: start;
}

.beneficios-grid section {
  background: transparent;
  padding: 1.2rem 1.5rem;
}

/* Mobile: remove top padding to eliminate white space */
@media (max-width: 900px) {
  .beneficios-right {
    padding-top: 0 !important;
  }
}
.beneficios-grid h3 {
  font-family: "Playfair Display Black", "Playfair Display", serif;
  font-size: 1.6rem;
  color: #167e89;
  margin-bottom: 0.5rem;
}

.beneficios-grid p,
.beneficios-grid ul {
  font-family: "Proxima Nova", Arial, sans-serif;
  color: #167e89;
  font-size: 1.05rem;
}

/* Prêmios layout (moved from inline styles) */
.beneficios-premios h3 {
  font-family: "Playfair Display Black", "Playfair Display", serif;
  color: #044d2b;
  font-size: 1.6rem;
  margin-bottom: 1rem;
}

.premios-grid {
  display: flex;
  gap: 3.5rem;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.premio-card {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}

.premio-card:before {
  content: "";
  display: block;
  width: 6px;
  height: 56px;
  background: #0fa24e; /* green vertical bar */
  border-radius: 4px;
}

.premio-amount {
  font-family: "Playfair Display Black", "Playfair Display", serif;
  font-size: 2rem;
  color: #06703f;
  font-weight: 900;
}

.premio-note {
  font-family: "Proxima Nova", Arial, sans-serif;
  color: #06703f;
  margin-left: 0.6rem;
  font-size: 1rem;
}

.premio-coworking {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 1.6rem;
}

.coworking-line {
  width: 6px;
  height: 36px;
  background: #0fa24e;
  border-radius: 4px;
}

.coworking-text {
  font-family: "Proxima Nova", Arial, sans-serif;
  color: #06703f;
  font-size: 1.25rem;
  font-weight: 700;
}

/* Participantes grid (three highlighted items with vertical bars) */
.beneficios-participantes h3 {
  font-family: "Playfair Display Black", "Playfair Display", serif;
  color: #0b6b49;
  font-size: 1.8rem;
  margin-bottom: 1rem;
}

.participantes-grid {
  display: flex;
  gap: 3.5rem;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.participante-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  min-width: 200px;
}

.participante-line {
  width: 6px;
  height: 56px;
  background: #0fa24e;
  border-radius: 4px;
}

.participante-text {
  display: flex;
  flex-direction: column;
}

.participante-title {
  font-family: "Proxima Nova", Arial, sans-serif;
  color: #06703f;
  font-weight: 700;
  font-size: 1.25rem;
}

.participante-sub {
  font-family: "Proxima Nova", Arial, sans-serif;
  color: #06703f;
  font-weight: 700;
  font-size: 1.25rem;
}

@media (max-width: 900px) {
  .participantes-grid {
    flex-direction: column;
    gap: 1rem;
  }
}
/* Mobile: align participants grid items to flex-start for stacked layout */
@media (max-width: 900px) {
  .participantes-grid {
    align-items: flex-start !important;
  }
}
@media (max-width: 900px) {
  .beneficios-vertical {
    grid-template-columns: 1fr; /* stack vertically */
  }
  .beneficios-grid-vertical {
    grid-template-columns: 1fr; /* stack subsections */
  }
  .beneficios-left {
    min-height: 220px;
  }
}
@media (max-width: 900px) {
  .programa-menu {
    font-size: 0.75em;
    height: auto;
    min-height: 44px;
    padding: 0.5em 0.2em;
  }
  .programa-title,
  .metodologia-title {
    font-size: 1.1em;
    min-height: 44px;
    height: auto;
    padding: 0.5em 0.2em;
  }
  .programa-content {
    font-size: 1em;
    padding: 1.2em 1em 1em 1em;
  }
  .programa-image img {
    max-height: 50vh;
    object-fit: cover;
  }
}
.cronograma-section {
  width: 100vw;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background: #f9f9f9;
  padding: 0;
  margin: 0;
}

.cronograma-vertical-container {
  /* Ensure container can grow and Safari respects viewport height */
  min-height: 100vh;
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  height: 100%;
}

@media (max-width: 900px) {
  .cronograma-half {
    flex: 1 1 0;
  }
}
@media (min-width: 900px) {
  .cronograma-center-pill {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -20%);
  }
}
.cronograma-center-pill {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.cronograma-half {
  /* Enable flex so halves expand evenly; uncommented to fix Safari height resolution */
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 9em;
  background: #fff;
  position: relative;
}

.cronograma-half:last-child {
  border-bottom: none;
}

.cronograma-image-half {
  background-image: url("../images/JPG_ORIGINAL/Image_2.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 0;
}

.cronograma-half-1 {
  background: #8bc34a; /* same green as cards */
}

.fase1-grid {
  width: 100%;
  height: 70% !important;
  display: flex;
  flex-direction: column;
}

/* Mobile: cronograma vertical should stack with two grid rows and no fixed height */
@media (max-width: 900px) {
  .cronograma-vertical-container {
    flex: none !important;
    display: grid !important;
    grid-template-rows: 1.8fr 1fr !important;
    height: auto !important;
  }
}
/* Mobile: adjust centered pill position inside cronograma */
@media (max-width: 900px) {
  .cronograma-center-pill {
    transform: translate(-50%, 100%) !important;
  }
}
/* Mobile: align fase1 items to the start in stacked layout */
@media (max-width: 900px) {
  .fase1-item {
    justify-content: flex-start !important;
  }
}
.fase1-top {
  /* Compact two columns that hug their content and sit centered */
  display: grid;
  grid-template-columns: repeat(2, max-content);
  gap: 0.5rem; /* tighter spacing */
  justify-content: center; /* center the pair in the available space */
  align-items: center;
}

.fase1-bottom {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  align-items: stretch;
}

.fase1-item {
  display: flex;
  align-items: center;
  justify-content: center;
}

.fase1-card {
  /* allow cards in the top row to size to content when using max-content columns */
  width: auto;
  padding: 1.2rem 1.5rem;
  background: transparent; /* let the parent green show through */
  color: #044d2b; /* dark green text */
  max-width: 25em;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  box-shadow: none;
}

.fase1-card:before {
  content: "";
  position: absolute;
  left: 12px;
  top: 12px;
  bottom: 12px;
  width: 6px;
  background: #fff;
  border-radius: 3px;
}

.fase1-card-title {
  font-family: "Playfair Display Black", "Playfair Display", serif;
  font-weight: 900;
  font-size: 2.5em;
  color: #044d2b;
  margin-bottom: 0.25rem;
}

.fase1-card-sub {
  font-family: "Proxima Nova", Arial, sans-serif;
  font-size: 1.8em;
  color: #044d2b;
}

/* Ensure the grid items stretch to fill the half height */
.cronograma-half-1 .fase1-grid,
.cronograma-half-1 .fase1-top,
.cronograma-half-1 .fase1-bottom,
.cronograma-half-1 .fase1-item {
  height: 100%;
}

.cronograma-half-1 .fase1-top {
  padding-bottom: 0.75rem;
}

.cronograma-half-1 .fase1-bottom {
  padding-top: 0.75rem;
}

@media (max-width: 900px) {
  .fase1-card-title {
    font-size: 2.4em; /* Adjusted for mobile */
  }
  .fase1-card-sub {
    font-size: 1em;
  }
  .fase1-top {
    grid-template-columns: 1fr;
  }
  .fase1-bottom {
    grid-template-columns: 1fr;
  }
}
/* Cronograma CTA pill */
.cronograma-cta-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.cronograma-cta-pill {
  background: #fff;
  color: #0b6b49;
  font-family: "Playfair Display Black", "Playfair Display", serif;
  font-weight: 900;
  font-size: 1.5em;
  padding: 1.2em 3em;
  border-radius: 50px 50px 0 0;
  text-decoration: none;
  box-shadow: 0 -4px 16px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
  display: inline-block;
}

.cronograma-cta-pill:hover {
  transform: translateY(-2px);
  box-shadow: 0 -6px 24px rgba(0, 0, 0, 0.3);
  background: #fafafa;
}

@media (max-width: 900px) {
  .cronograma-cta-pill {
    font-size: 1.3rem;
    padding: 1em 2em;
  }
}
@font-face {
  font-family: "Proxima Nova Local";
  src: url("../fonts/ProximaNova-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
.beneficios-section,
.beneficios-section * {
  font-family: "Proxima Nova Local", "Proxima Nova", "ProximaNova-Regular", Arial, sans-serif;
}

.beneficios-participantes {
  padding-top: 2em;
  padding-bottom: 2em;
}

/* Carousel styles */
.carousel-section {
  width: 100vw;
  padding: 4em 0;
  display: flex;
  justify-content: center;
  background: #fff;
}

.carousel-wrapper {
  width: 100%;
  max-width: 1200px;
  position: relative;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.carousel-track-container {
  overflow: hidden;
  flex: 1 1 auto;
  /* FAQ SECTION */
}
.carousel-track-container .faq-section {
  width: 100vw;
  background: #fff;
  padding: 3.5rem 0 6rem;
  display: flex;
  justify-content: center;
}
.carousel-track-container .faq-wrapper {
  width: 100%;
  max-width: 1200px;
  padding: 0 1.25rem;
}
.carousel-track-container .faq-title {
  font-family: "Playfair Display Black", "Playfair Display", serif;
  color: #0b6b49;
  font-size: 2.8rem;
  margin: 0 0 1rem 0;
}
.carousel-track-container .faq-intro {
  font-family: "Proxima Nova", Arial, sans-serif;
  color: #00b156;
  margin: 0 0 2rem 0;
  font-size: 1rem;
}
.carousel-track-container .faq-list {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.carousel-track-container .faq-item {
  background: transparent;
  border-top: 1px solid rgba(11, 107, 73, 0.12);
  padding: 0.8rem 0;
  tab-size: 4;
}
.carousel-track-container .faq-question {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
  cursor: pointer;
  padding: 0.6rem 0;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 1.25rem;
  color: #00b156;
  outline: none;
}
.carousel-track-container .faq-question::-webkit-details-marker {
  /* hide default marker */
  display: none;
}
.carousel-track-container .faq-question:after {
  content: "▾"; /* small down chevron */
  display: inline-block;
  transform: rotate(0deg);
  transition: transform 240ms ease;
  color: #00b156;
  font-size: 1.1rem;
  margin-left: auto;
}
.carousel-track-container .faq-item[open] > .faq-question:after {
  transform: rotate(180deg);
}
.carousel-track-container .faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 360ms cubic-bezier(0.22, 0.9, 0.36, 1), opacity 260ms ease;
  opacity: 0;
  padding-top: 0;
}
.carousel-track-container .faq-item[open] > .faq-answer {
  max-height: 600px; /* generous max for animation */
  opacity: 1;
  padding-top: 0.8rem;
}
.carousel-track-container .faq-answer p {
  margin: 0 0 0.8rem 0;
  font-family: "Proxima Nova", Arial, sans-serif;
  color: #00b156;
  font-size: 1em;
  line-height: 1.6;
}
@media (max-width: 900px) {
  .carousel-track-container .faq-title {
    font-size: 1.6rem;
  }
  .carousel-track-container .faq-question {
    font-size: 1.05rem;
  }
  .carousel-track-container .faq-wrapper {
    padding: 0 0.75rem;
  }
}

.carousel-track {
  display: flex;
  list-style: none;
  transition: transform 700ms cubic-bezier(0.22, 0.9, 0.36, 1);
  gap: 1.5rem;
  padding: 0;
  margin: 0;
}

.carousel-slide {
  min-width: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.carousel-slide img {
  display: block;
  width: auto;
  max-width: calc(100% - 4rem);
  max-height: 35vh; /* constraint from user */
  object-fit: cover;
  border-radius: 4px;
}

.carousel-btn {
  background: transparent;
  border: none;
  cursor: pointer;
  /* Ensure buttons are above the track and any decorative overlays */
  position: relative;
  z-index: 80;
  pointer-events: auto;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.carousel-btn.debug-visible {
  background: rgba(22, 126, 137, 0.08);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
  border-radius: 50%;
}

.carousel-btn svg path {
  stroke: #167e89 !important;
}

.carousel-btn:focus {
  outline: 2px solid rgba(11, 107, 73, 0.12);
}

@media (max-width: 900px) {
  .carousel-slide img {
    max-height: 30vh;
  }
  .carousel-wrapper {
    padding: 0 1rem;
  }
}
/* Normalize thumbnails for Carousel B only (carousel-section) */
.carousel-section .carousel-slide {
  min-width: 240px; /* keep the existing min so layout doesn't collapse */
  aspect-ratio: 4/3; /* enforce 4:3 thumbnail box */
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.carousel-section .carousel-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover; /* crop portrait images to fill the box */
  max-width: none;
  max-height: none;
  border-radius: 4px;
}

/* VENCEDOR SECTION - new (matches carousel height and reference image) */
.vencedor-section {
  width: 100vw;
  background: #167e89; /* deep teal matching reference */
  display: flex;
  justify-content: center;
  padding: 3.5rem 0;
}

.vencedor-wrapper {
  width: 100%;
  max-width: 1200px;
  padding: 0 1rem;
}

.vencedor-title {
  font-family: "Playfair Display Black", "Playfair Display", serif;
  color: #fff;
  font-size: 3rem;
  margin: 0 0 0.6rem 1rem;
}

.vencedor-content {
  display: flex;
  align-items: center;
  gap: 2.5rem;
  height: calc(35vh + 2rem);
  justify-content: flex-start;
}

.vencedor-left {
  display: flex;
  align-items: center;
}

.vencedor-right {
  display: flex;
  align-items: center;
  flex: 1;
}

.vencedor-image-pill {
  width: 640px;
  height: 220px;
  border-radius: 200px;
  overflow: hidden;
  box-shadow: inset 0 2px 10px rgba(255, 255, 255, 0.04);
  border: 6px solid rgba(255, 255, 255, 0.03);
}

.vencedor-image-pill img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.vencedor-names {
  margin-left: 2rem;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.vencedor-name {
  font-family: "Playfair Display Black", serif;
  font-size: 2.4rem;
  color: #fff;
}

.vencedor-sub {
  font-family: "Proxima Nova", Arial, sans-serif;
  font-size: 1.3rem;
  color: rgba(255, 255, 255, 0.95);
}

@media (max-width: 900px) {
  .vencedor-content {
    flex-direction: column;
    align-items: center;
    height: auto;
    padding: 1rem 0;
  }
  .vencedor-image-pill {
    width: 84vw;
    height: 160px;
    border-radius: 120px;
  }
  .vencedor-title {
    font-size: 1.6rem;
    margin-left: 0;
    text-align: center;
  }
  .vencedor-name {
    font-size: 1.4rem;
    text-align: center;
  }
  .vencedor-sub {
    font-size: 1rem;
    text-align: center;
  }
}
/* EDIÇÃO SECTION */
.edicao-section {
  background: #167e89; /* teal from image */
  color: #fff;
  min-height: 100vh;
  display: flex;
  align-items: center; /* vertical center */
  padding: 4rem 3rem;
}

/* CONTACT SECTION */
.contact-section {
  background: #167e89;
  min-height: 36vh;
  width: 100vw;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4rem 2rem;
}

/* FUNDACAO SECTION */
.fundacao-section {
  width: 100vw;
  background: #fff;
  color: #167e89;
  display: flex;
  justify-content: center;
  /* fill the viewport height as requested */
  min-height: 100vh;
}

.fundacao-inner {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  align-items: stretch;
}

.fundacao-left {
  padding: 2rem 3rem 2rem 4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.fundacao-logo {
  max-width: 25vw;
  margin-bottom: 3.5rem;
}

.fundacao-content p {
  color: #0b6b49;
  font-family: "Proxima Nova", Arial, sans-serif;
  line-height: 1.7;
  margin-bottom: 1rem;
}

.fundacao-right {
  position: relative;
  overflow: hidden;
}

.fundacao-bleed {
  position: absolute;
  inset: 0;
  height: 100%;
  background-image: url("../images/JPG_ORIGINAL/Image_5.jpg");
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
  /* Clip the bleed to a right triangle where the right and bottom edges are the legs
     and the hypotenuse runs from top-right to bottom-left.
     polygon points are given in percentages: (100% 0) top-right, (100% 100%) bottom-right,
     (0% 100%) bottom-left */
  -webkit-clip-path: polygon(100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(100% 0%, 100% 100%, 0% 100%);
}

/* Decorative SVG overlay in the top-right of the bleed */
.fundacao-overlay {
  position: absolute;
  top: 0;
  right: 0;
  /* occupy up to 50% of the right side - use viewport relative width but cap at 50% */
  width: 50vw;
  height: auto;
  z-index: 5; /* sit above the bleed image */
  mix-blend-mode: multiply;
  pointer-events: none;
  opacity: 0.95;
}

/* Desktop attestation overrides (placed at end so they apply cleanly) */
@media (min-width: 900px) {
  .attestation-section {
    display: block !important;
    padding: 4rem 6rem !important;
    background-color: #1e7d55 !important; /* updated to requested color */
    color: white;
  }
  .attestation-inner {
    max-width: 1200px !important;
    margin: 0 auto !important;
    display: grid !important;
    grid-template-columns: 20px 1fr 1fr 1fr 20px !important; /* left quote, 3 cols, right quote */
    align-items: center !important; /* center items vertically so quotes align */
    gap: 5em;
  }
  .attest-quote {
    font-size: 7.6rem !important;
    margin: 0 !important;
    text-align: center !important;
  }
  .attest-quote-top {
    grid-column: 1/2 !important;
    align-self: center !important;
    justify-self: center !important;
  }
  .attest-quote-bottom {
    /* place closing quote inside the rightmost grid column so it's visible */
    grid-column: 5/6 !important;
    align-self: center !important;
    justify-self: center !important;
    font-size: 7.6rem !important;
  }
  .attestation-list {
    grid-column: 2/5 !important; /* span the three testimonial columns */
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 2.4rem !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .attestation-item {
    display: flex !important; /* place avatar to the left of the content */
    gap: 1rem !important;
    align-items: flex-start !important;
    padding: 0 !important;
  }
  .attestation-avatar {
    width: 96px !important;
    height: 96px !important;
    border-radius: 50% !important;
    flex: none !important;
    margin: 0 !important;
    display: block !important;
    margin-bottom: 0 !important;
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.18) !important;
  }
  .attestation-body {
    padding-left: 0 !important;
    flex: 1 1 auto !important;
  }
  .attestation-name {
    font-size: 1.65rem !important;
  }
  .attestation-text {
    font-size: 0.8rem !important;
    line-height: 1.6 !important;
  }
  .attestation-sep {
    width: 80% !important;
    margin: 0.6rem 0 !important;
  }
}
@media (max-width: 900px) {
  .fundacao-overlay {
    top: 0;
    right: 0;
    width: 60vw; /* allow it to remain large on small screens but constrained by container */
    max-width: 60%;
  }
}
@media (max-width: 900px) {
  .fundacao-inner {
    grid-template-columns: 1fr;
  }
  .fundacao-left {
    padding: 1.5rem 1rem;
    order: 1;
  }
  .fundacao-right {
    height: 260px;
    order: 2;
  }
}
/* Mobile-only: swap fundacao columns order so bleed appears first on narrow screens */
@media (max-width: 900px) {
  .fundacao-inner {
    grid-template-columns: 1fr;
  }
  .fundacao-right {
    order: 1 !important;
  }
  .fundacao-left {
    order: 2 !important;
  }
}
/* Mobile-only: use a mobile-optimized image for the fundacao bleed */
@media (max-width: 900px) {
  .fundacao-bleed {
    background-image: url("../images/JPG_ORIGINAL/MOBILE_aga_pic-20.png") !important;
    background-size: cover !important;
    /* Remove clipping on mobile to show full image */
    -webkit-clip-path: none !important;
    clip-path: none !important;
  }
  /* Mobile-only: hide decorative overlay on fundacao */
  .fundacao-overlay {
    display: none !important;
  }
}
.contact-inner {
  width: 100%;
  max-width: 1400px;
  display: grid;
  /* slightly wider centre columns so logos and CTA get more room */
  grid-template-columns: 0.9fr 1.4fr 1.3fr 0.8fr;
  gap: 2rem;
  align-items: center;
}

.contact-part {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.contact-logo {
  align-items: flex-start;
}

.site-logo {
  display: block;
  width: auto;
  height: auto;
  max-height: 140px;
}

.contact-logo .site-logo {
  max-height: 200px;
}

.contact-unicorn {
  align-items: center;
}

.contact-unicorn img {
  /* big unicorn mark in the centre */
  max-width: 360px;
  width: 100%;
  height: auto;
  display: block;
}

.contact-logo img,
.contact-logo svg {
  /* make the left logo large but constrained */
  max-height: 160px;
  width: auto;
  display: block;
}

.contact-cta {
  align-items: center;
}

.contact-pill {
  background: #fff;
  color: #167e89;
  padding: 24px 48px;
  border-radius: 56px;
  display: inline-block;
  text-decoration: none;
  font-size: 1.8rem;
  line-height: 1;
  font-family: "Playfair Display", serif;
  font-weight: 1000;
  padding: 34px 61px;
  border-radius: 999px;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
  transition: background 0.2s, color 0.2s;
  margin-bottom: 0;
  margin-right: 0;
  align-self: flex-end;
}

.contact-cta-note {
  color: rgba(255, 255, 255, 0.9);
  margin-top: 0.8rem;
  font-size: 0.95rem;
}

.contact-lang {
  margin-top: 1rem;
  display: flex;
  gap: 0.6rem;
  align-items: center;
}

.contact-cta-row {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 0.6rem;
}

.contact-cta-note {
  margin: 0;
  color: rgba(255, 255, 255, 0.95);
}

.lang-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background: #fff;
  border-radius: 10px;
  padding: 6px;
  box-sizing: border-box;
}

.lang-btn img {
  width: 24px;
  height: 24px;
  display: block;
}

.contact-info {
  align-items: flex-end;
  text-align: right;
}

.contact-text p,
.contact-text .contact-org {
  margin: 0;
  color: rgba(255, 255, 255, 0.95);
}

.contact-text .contact-org {
  font-weight: 700;
  font-size: 1.2rem;
}

.contact-text p {
  font-size: 1rem;
}

.contact-social {
  margin-top: 1rem;
  display: flex;
  gap: 0.8rem;
  justify-content: flex-end;
}

.contact-social img {
  width: 40px;
  height: 40px;
  display: block;
  filter: brightness(0) invert(1);
}

/* FOOTER */
.site-footer {
  width: 100vw;
  height: 15vh;
  min-height: 120px;
  overflow: hidden;
  position: relative;
}

.footer-bleed {
  position: absolute;
  inset: 0;
  width: 100vw;
  height: 75%;
  background-image: url("../images/JPG_ORIGINAL/Logos_footer.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transform: translateZ(0);
}

@media (max-width: 900px) {
  .contact-inner {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    text-align: center;
  }
  .contact-cta-row {
    flex-direction: column;
    gap: 0.6rem;
  }
  .contact-info {
    align-items: center;
  }
  .contact-logo,
  .contact-unicorn,
  .contact-cta,
  .contact-info {
    justify-content: center;
  }
  /* reduce the unicorn mark on small screens */
  .contact-unicorn img {
    max-width: 220px;
  }
  /* slightly smaller CTA pill on mobile */
  .contact-pill {
    padding: 14px 26px;
    font-size: 1.25rem;
  }
  .lang-btn {
    width: 40px;
    height: 40px;
  }
  .lang-btn img {
    width: 20px;
    height: 20px;
  }
}
.edicao-intro {
  font-family: "Proxima Nova", Arial, sans-serif;
  color: rgba(255, 255, 255, 0.95);
  line-height: 1.7;
  max-width: 980px;
  margin: 0.2rem auto 0.8rem auto; /* center block */
  text-align: left; /* left-justify text */
  font-size: 1.05rem;
}

.edicao-title {
  font-family: "Playfair Display Black", "Playfair Display", serif;
  font-size: 2.6rem;
  font-weight: 900;
  color: #fff;
}

.edicao-sep {
  flex: 1 1 auto;
  height: 1px;
  border: none;
  background: rgba(255, 255, 255, 0.18);
  margin: 0 2rem;
}

.edicao-year {
  font-family: "Playfair Display Black", "Playfair Display", serif;
  font-size: 2.4rem;
  font-weight: 900;
  color: #fff;
}

.edicao-body {
  margin-top: 1.6rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-left: 2em;
  padding-right: 2em;
}

.edicao-intro.small {
  opacity: 0.95;
  font-size: 1.02rem;
}

.edicao-stats {
  display: flex;
  gap: 3em;
  margin-top: 2.6rem;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}

.stat {
  min-width: 160px;
  flex: 1 1 0;
}

.stat-number {
  font-family: "Playfair Display Black", "Playfair Display", serif;
  font-size: 9.4rem;
  font-weight: 900;
  color: #fff;
  line-height: 0.9;
  padding-bottom: 0.2em;
}

.stat-title {
  font-family: "Proxima Nova", Arial, sans-serif;
  font-weight: 900;
  color: #fff;
  font-size: 1.8em;
  margin-top: 0.2rem;
}

.stat-sub {
  font-family: "Proxima Nova", Arial, sans-serif;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.95rem;
  margin-top: 0.2rem;
}

.edicao-bottom {
  display: flex;
  gap: 4rem;
  margin-top: 3.6rem;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}

.big-prize {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.big-number {
  font-family: "Playfair Display Black", "Playfair Display", serif;
  font-size: 5em;
  font-weight: 900;
  color: #fff;
}

.big-note {
  font-family: "Proxima Nova", Arial, sans-serif;
  color: rgba(255, 255, 255, 0.95);
}

.incubation {
  display: flex;
  align-items: center;
  gap: 1rem;
  max-width: 30vw;
}

.inc-number {
  font-family: "Playfair Display Black", "Playfair Display", serif;
  font-size: 5em;
  font-weight: 900;
}

.inc-note {
  font-family: "Proxima Nova", Arial, sans-serif;
  color: rgba(255, 255, 255, 0.95);
}

.edicao-header {
  display: flex;
  align-items: center;
}

@media (max-width: 900px) {
  .edicao-section {
    padding: 2rem 1.2rem;
    min-height: auto;
  }
  .stat-number {
    font-size: 2.4rem;
  }
  .edicao-stats {
    gap: 1.2rem;
  }
}
/* FAQ SECTION (matches provided screenshot) */
.faq-section {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 60px 20px;
  font-family: "Proxima Nova", Arial, sans-serif;
  color: #009c7c;
  min-height: 100vh;
}

.faq-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 0.6em;
}

.faq-title {
  font-family: "Playfair Display", serif;
  font-size: 2.8em;
  font-weight: 900;
  color: #0b6b49; /* keep existing FAQ color */
  margin: 0;
  text-align: left;
}

.faq-sep {
  flex: 1 1 auto;
  height: 1px;
  border: none;
  /* use a subtle translucent line using the faq green */
  background: rgba(11, 107, 73, 0.18);
}

.faq-list {
  margin-top: 2em;
  border-top: 1px solid #b8d8c7;
}

.faq-item {
  border-bottom: 1px solid #b8d8c7;
  padding: 16px 0;
  background: transparent;
}

.faq-question {
  font-weight: 700;
  color: #00b156;
  font-size: 1.6em;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  cursor: pointer;
  list-style: none;
  outline: none;
  transition: color 0.15s;
  /* justify-content: space-between; */
}

.faq-question::before {
  content: "⌄";
  font-size: 1.4em;
  transition: transform 0.3s cubic-bezier(0.4, 1, 0.6, 1);
  color: #00b156;
  margin-right: 12px;
  display: inline-block;
}

details[open] > summary.faq-question::before {
  transform: rotate(180deg);
}

.faq-answer {
  padding: 8px 0 0 0;
  color: #00b156;
  font-size: 1em;
  line-height: 1.6;
  font-weight: 400;
  animation: fadeInFaq 0.3s;
}

@keyframes fadeInFaq {
  from {
    opacity: 0;
    transform: translateY(-8px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
details[open] .faq-question {
  font-weight: 800;
}

summary::-webkit-details-marker {
  display: none;
}

.faq-wrapper {
  width: 100%;
  margin: 0 auto;
}

@media (max-width: 600px) {
  .faq-section {
    padding: 36px 8px;
  }
  /* Mobile: reduce fase1 card title for small screens */
}
@media (max-width: 600px) and (max-width: 900px) {
  .fase1-card-title {
    font-size: 1.5em !important;
  }
}
@media (max-width: 600px) {
  /* Smooth scrolling + scroll-snap for a 'snap in place' feel when navigating sections */
  html {
    /* basic smooth behavior for browsers that support it */
    scroll-behavior: smooth;
  }
  /* enable vertical snap on the document body; sections will align to the top */
  body {
    scroll-snap-type: y mandatory;
  }
  /* make each top-level section snap to start */
  section {
    scroll-snap-align: start;
    /* ensure when focused it doesn't hide under any sticky nav */
    scroll-margin-top: 0.5rem;
  }
  /* Respect reduced motion preference */
}
@media (max-width: 600px) and (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  body {
    scroll-snap-type: none;
  }
}
@media (max-width: 600px) {
  .faq-title {
    font-size: 2em;
  }
}
/* =========================
   MOBILE RESPONSIVENESS
   Reference: BLOOM_site_MOBILE.pdf
   ========================= */
html,
body {
  /* Removed overflow-x: hidden to allow position:sticky to work */
  /* overflow-x controlled per-section instead */
  scroll-behavior: smooth;
  overflow: visible;
  margin: 0;
  padding: 0;
}

/* Prevent horizontal scroll on individual sections */
/* NOTE: .program-snap-wrapper excluded to allow sticky nav to work */
.hero-section,
.edicao-section,
.attestation-section,
.carousel-section,
.vencedor-section,
.faq-section,
.fundacao-section,
.contactos-section,
.footer-section {
  overflow-x: hidden;
}

/* Global adjustments for mobile */
@media (max-width: 900px) {
  body {
    font-size: 16px;
  }
  section {
    padding: 40px 0;
  }
}
/* Hero Section */
@media (max-width: 900px) {
  .hero-section {
    text-align: center;
    padding: 80px 20px;
  }
  .hero-section h1 {
    font-size: 2rem;
    line-height: 1.2;
  }
  .hero-section .cta-button {
    width: 100%;
    margin-top: 1rem;
  }
}
/* Navigation menus (programa-menu & bloom-candidatura-nav) */
@media (max-width: 900px) {
  .programa-menu ul,
  .bloom-candidatura-nav ul {
    display: flex;
    overflow-x: auto;
    gap: 1rem;
    white-space: nowrap;
    scrollbar-width: none;
  }
  .programa-menu ul::-webkit-scrollbar,
  .bloom-candidatura-nav,
  .bloom-candidatura-nav ul::-webkit-scrollbar {
    display: none;
  }
  .programa-menu li,
  .bloom-candidatura-nav li {
    flex: 0 0 auto;
    font-size: 0.75rem;
  }
  .programa-menu a,
  .bloom-candidatura-nav a {
    text-decoration: none;
    color: inherit;
  }
}
/* Section layout adjustments */
@media (max-width: 900px) {
  .programa-section,
  .metodologia-section,
  .oferecemos-section,
  .bloom-candidatura-section,
  .cronograma-section,
  .beneficios-section {
    display: flex;
    flex-direction: column;
    min-height: auto;
  }
  .section-content img {
    width: 100%;
    height: auto;
  }
  /* Mobile: shorten bloom candidatura title height */
  .bloom-candidatura-section {
    --bloom-title-height: 4vh !important;
  }
}
/* Typography scaling */
@media (max-width: 900px) {
  h2,
  h3 {
    font-size: 1.6rem;
    text-align: left;
  }
  p {
    font-size: 1rem;
    line-height: 1.6;
  }
  h1,
  h2,
  h3 {
    word-break: break-word;
  }
}
/* FAQ Section */
@media (max-width: 900px) {
  .faq-section {
    padding: 40px 12px;
  }
  .faq-title {
    font-size: 1.8rem;
  }
  .faq-question {
    font-size: 1.1rem;
  }
  .faq-answer {
    font-size: 0.95rem;
  }
}
/* Footer */
@media (max-width: 900px) {
  footer {
    text-align: center;
    padding: 30px 10px;
  }
  footer ul {
    flex-direction: column;
    gap: 0.5rem;
  }
}
@media (min-width: 900px) {
  /* hide the mobile canvas on desktop */
  .hero-mobile-overlay {
    display: none !important;
  }
}
/* Strong override: ensure hero title size takes effect on .hero-content */
.hero-content .hero-title,
.hero-title h1,
h1.hero-title {
  font-size: 2.8em;
}

/* Ensure hero subtitle size */
.hero-content .hero-subtitle,
.hero-subtitle {
  font-size: 1.8em;
}

/* Ensure hero CTA font-size */
.hero-content .hero-cta,
.hero-cta {
  font-size: 1.2em;
}

/* Scoped adjustments for tablet / small-desktop (900px — 1100px) */
@media (min-width: 900px) and (max-width: 1320px) {
  /* Reduce hero title and subtitle for mid-width screens */
  .hero-title {
    font-size: 2em !important;
  }
  .hero-subtitle {
    font-size: 1.2em !important;
  }
  /* Reduce logo height (Logo.astro sets inline height:30vh) — override with !important */
  .hero-content .logo img,
  .logo img {
    height: 24vh !important;
    width: auto !important;
    max-height: 24vh !important;
    display: block !important;
  }
}
/* 2ª Edição section styles */
.edicao-2 {
  min-height: 50vh;
  background: #00b156;
  color: #fff;
  display: flex;
  align-items: center;
}

.edicao-2 .edicao-2-inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 4rem 2rem;
}

/* edicao-2 winners layout */
.edicao-2-content {
  display: grid;
  grid-template-columns: 1fr 420px;
  align-items: start;
}

.edicao-2-main {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}

.edicao-2-place {
  font-family: "Playfair Display Black", serif;
  color: #fff;
  font-size: 1.6rem;
}

.edicao-2-hero {
  width: 200px; /* increased 25% from 160px */
  height: 200px; /* increased 25% from 160px */
  border-radius: 50% !important;
  overflow: hidden !important;
  margin: 0 auto;
  flex: 0 0 auto !important; /* prevent flex children from stretching the circular container */
}

.edicao-2-hero img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
  border-radius: 50% !important; /* ensure image itself is circular if parent radius is overridden */
}

.edicao-2-hero-info {
  color: #fff;
  display: grid;
  gap: 0.7em;
}

.edicao-2-hero-name {
  font-family: "Playfair Display Bold", serif;
  font-size: 1.8rem;
  font-weight: 700;
}

.edicao-2-hero-company {
  font-family: "Playfair Display", serif !important;
  font-weight: 400 !important; /* regular */
  color: #fff;
  font-size: 1.4rem;
}

.edicao-2-hero-desc,
.edicao-2-hero-prize {
  color: #fff;
  font-size: 1rem;
}

.edicao-2-side {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.edicao-2-small-card {
  display: flex;
  gap: 1rem;
  align-items: center;
  max-width: 30vw;
}

.edicao-2-small-card img,
.edicao-2-small-img {
  width: 10em;
  height: 10em;
  border-radius: 50%;
  object-fit: cover;
}

.edicao-2-small-name {
  font-family: "Playfair Display Bold", serif;
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
}

.edicao-2-small-company,
.edicao-2-small-prize {
  color: #fff;
  font-size: 0.95rem;
}

/* Small winner info: layout as grid for compact stacking of name/company/prize */
.edicao-2-small-info {
  display: grid;
  gap: 0.7em;
}

@media (max-width: 900px) {
  .edicao-2-content {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .edicao-2-hero {
    width: 260px;
    height: 260px;
  }
  .edicao-2-small-card img {
    width: 7em;
    height: 7em;
  }
  /* On mobile ensure the small winner card can expand to full width */
  .edicao-2-small-card {
    max-width: 100%;
  }
}
/* Desktop-only layout tweaks for edicao-2 to match reference */
@media (min-width: 1200px) {
  .programa-menu li {
    font-size: 0.85em;
  }
  .edicao-2 {
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
  }
  .edicao-2-content {
    grid-template-columns: 1fr 1fr; /* large left image, center text, right column stacked */
    align-items: start;
    justify-items: anchor-center;
  }
  .edicao-2-hero {
    width: 288px; /* increased 25% from 230px */
    height: 288px; /* increased 25% from 230px */
    margin: 0 2rem 0 0;
  }
  /* place winner image and text side-by-side on wide screens */
  .edicao-2-main {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 2rem !important;
    padding-left: 1.2rem;
  }
  .edicao-2-hero-info {
    flex: 1 1 auto !important;
    display: grid;
    gap: 0.7em;
  }
  .edicao-2-side {
    gap: 3.2rem;
  }
}
/* Edicao carousel styles */
.edicao-carousel {
  background: #8dc35a; /* pale green bar under edicao section like reference */
  padding: 2rem 0;
}

.edicao-carousel-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.edicao-carousel-track {
  display: flex;
  gap: 1rem;
  list-style: none;
  margin: 0;
  padding: 0;
  overflow-x: auto;
}

.edicao-carousel-track li {
  flex: 0 0 auto;
}

.edicao-carousel-track img {
  width: 220px;
  height: 140px;
  object-fit: cover;
  display: block;
}

.carousel-prev,
.carousel-next {
  background: transparent;
  border: none;
  font-size: 2.2rem;
  color: #fff;
  cursor: pointer;
}

/* 4:3 Aspect Ratio Optimization */
@media (max-aspect-ratio: 4/3) {
  html {
    font-size: 14px; /* Reduce base font size from default 16px */
  }
  /* Reduce section min-heights */
  .hero-section,
  .programa-section,
  .metodologia-section,
  .oferecemos-section,
  .bloom-candidatura-section,
  .cronograma-section,
  .beneficios-section {
    min-height: 100vh !important;
  }
  /* Reduce vertical padding */
  .programa-content,
  .metodologia-content-row,
  .beneficios-content {
    padding-top: 1.5em !important;
    padding-bottom: 1.5em !important;
  }
  /* Reduce title sizes */
  .programa-title,
  .metodologia-title,
  .metodologia-title-main {
    font-size: 1.6em !important;
    min-height: 50px !important;
    padding: 0.4em 0.2em !important;
  }
  /* Reduce nav heights */
  .programa-menu,
  .bloom-candidatura-nav {
    min-height: 50px !important;
    height: 8vh !important;
    font-size: 0.75em !important;
  }
  /* Keep CTA positioning intact */
  .bloom-candidatura-section {
    --bloom-nav-height: 8vh !important;
  }
  /* Reduce gaps and spacing */
  .beneficios-content {
    gap: 1.5em !important;
  }
  .cronograma-half {
    padding-top: 1.5em;
  }
  /* Reduce image heights where needed */
  .oferecemos-image img {
    max-height: 45vh !important;
  }
  .beneficios-right img {
    max-height: 45vh !important;
  }
}
/* Inline styles moved from front-page.php */
:root {
  --global-nav-height: 64px;
}

/* Desktop: show nav in-flow and make it sticky when it reaches the top */
.global-program-nav {
  display: none;
}

/* Ensure wrapper allows sticky */
.program-snap-wrapper {
  overflow: visible;
}

@media (min-width: 900px) {
  .global-program-nav {
    display: flex;
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 0;
    z-index: 1200;
    height: var(--global-nav-height);
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 0 20px;
    background: #219653;
    color: #fff;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
  }
  .global-program-nav ul {
    display: flex;
    gap: 2.2em;
    list-style: none;
    margin: 0;
    padding: 0;
    align-items: center;
  }
  .global-program-nav .nav-separator {
    color: #fff;
    font-weight: normal;
    flex-shrink: 0;
  }
  .global-program-nav a {
    color: #fff;
    text-decoration: none;
    display: inline-block;
    line-height: var(--global-nav-height);
    transition: all 0.2s ease;
  }
  /* Active link is uppercase and no underline */
  .global-program-nav a.active {
    text-transform: uppercase;
    text-decoration: none;
  }
  .global-program-nav a:hover {
    text-decoration: none;
  }
  /* hide per-section navs on desktop (keep in DOM for mobile/rollback) */
  .programa-menu:not(.global-program-nav),
  .bloom-candidatura-nav {
    display: none !important;
  }
  /* scroll-snap and anchor offsets */
  .program-snap-wrapper {
    scroll-snap-type: y mandatory;
    scroll-padding-top: var(--global-nav-height);
  }
  .program-snap-wrapper section {
    scroll-snap-align: start;
    scroll-margin-top: var(--global-nav-height);
  }
}
@media (max-width: 899px) {
  .global-program-nav {
    display: none !important;
  }
}
/* Cleaned candidatura CSS - minimal well-formed rules */
.bloom-candidatura-section {
  --bloom-nav-height: 10vh;
  --bloom-title-height: 0px;
  position: relative;
  width: 100vw;
  min-height: 100vh;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  /* background: #1e7d55; */
}

.bloom-candidatura-nav {
  background: #00b156;
  color: #fff;
  height: 10vh;
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Proxima Nova Bold", Arial, sans-serif;
  font-size: 1.1em;
  position: relative;
  z-index: 10;
}

.bloom-candidatura-nav ul {
  display: flex;
  gap: 2.2em;
  list-style: none;
  margin: 0;
  padding: 0;
}

.bloom-candidatura-nav li {
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.5px;
  cursor: pointer;
}

/* Removed underline from first nav item */
.bloom-candidatura-nav li:first-child {
  text-decoration: none;
}

.bloom-candidatura-nav a {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  font-size: 1.1em;
  letter-spacing: 0.5px;
  transition: color 0.2s;
}

.bloom-candidatura-nav a.active {
  text-decoration: none;
}

.bloom-candidatura-nav a:hover:not(.active) {
  color: #fff;
  text-decoration: none;
}

.bloom-candidatura-bg {
  position: absolute;
  top: calc(var(--bloom-nav-height) + var(--bloom-title-height));
  left: 0;
  width: 100vw;
  height: calc(100vh - var(--bloom-nav-height) - var(--bloom-title-height));
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}

.bloom-candidatura-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 177, 86, 0.8);
  mix-blend-mode: multiply;
  z-index: 2;
}

.bloom-candidatura-content {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  color: #fff;
  max-width: 80%;
  width: auto;
  margin: 0 0 10vh 8vw;
  padding: 40px 48px 48px 48px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.bloom-candidatura-title {
  position: relative;
  z-index: 1000;
  height: var(--bloom-title-height);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
}

.bloom-candidatura-columns {
  display: flex;
  gap: 32px;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  /* margin-bottom: 32px;	 */
}

.bloom-candidatura-col {
  flex: 1;
  min-width: 220px;
  max-width: 25%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.bloom-candidatura-col > p {
  flex: 1 1 0;
  display: flex;
  align-items: center;
}

.bloom-candidatura-col > p,
.bloom-candidatura-note {
  border-left: 4px solid #fff;
  padding-left: 1.2em;
  margin-left: 0;
  background: transparent;
  position: relative;
  z-index: 10;
  font-family: "Proxima Nova", Arial, sans-serif;
  font-size: 1.3em;
  font-weight: 400;
}

.bloom-candidatura-note {
  font-size: 1.2em;
  margin-top: 24px;
  text-align: left;
  width: 100%;
}

/* CTA */
.bloom-candidatura-cta {
  position: absolute;
  transform: translate(0, 0);
  left: 10vw;
  bottom: 0;
  background: #1e7d55;
  border-radius: 50px 50px 0 0;
  padding: 1em 4em;
  display: flex;
  align-items: center;
  gap: 0;
  min-width: 340px;
  max-width: 60%;
  z-index: 300;
  box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.18);
}

.bloom-candidatura-divider {
  width: 2px;
  height: 40px;
  background: #fff;
  margin: 0 24px;
  border-radius: 2px;
}

.bloom-candidatura-btn {
  /* background: #fff; */
  /* color: #188c6a; */
  color: #fff;
  font-weight: 700;
  padding: 8px 24px;
  border-radius: 8px;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 1.2em;
  font-family: "Proxima Nova Bold", Arial, sans-serif;
}

.bloom-candidatura-cta > span:first-child {
  font-family: "Playfair Display Bold", serif;
  font-weight: 700;
  font-size: 2em;
  color: #fff;
}

.bloom-candidatura-col > p {
  border-left: 4px solid #fff;
  padding-left: 1.2em;
  margin-left: 0;
  background: transparent;
  position: relative;
  z-index: 10;
}

@media (max-width: 900px) {
  .bloom-candidatura-section {
    padding-bottom: 0;
    overflow: visible;
  }
  .bloom-candidatura-nav {
    font-size: 0.9em;
    height: auto;
    min-height: 44px;
    padding: 0.5em 0.2em;
  }
  .bloom-candidatura-nav ul {
    flex-wrap: wrap;
    gap: 1em;
  }
  .bloom-candidatura-bg {
    min-height: 80vh;
  }
  .bloom-candidatura-columns {
    flex-direction: column;
    gap: 18px;
    align-items: center;
  }
  .bloom-candidatura-content {
    padding: 40px 8px 100px 8px;
  }
  .bloom-candidatura-cta {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100vw;
    border-radius: 0;
    /* padding: 18px 8px; */
    box-shadow: none;
    transform: translate(0, 0%) !important;
    justify-content: center;
  }
  .bloom-candidatura-divider {
    display: none;
  }
}
/* Add a vertical white line to each candidatura column paragraph */
.bloom-candidatura-col > p {
  border-left: 4px solid #fff;
  padding-left: 1.2em;
  margin-left: 0;
  background: transparent;
  position: relative;
  z-index: 10;
}

.bloom-candidatura-col > p {
  border-left: 4px solid #fff;
  padding-left: 1.2em;
  margin-left: 0;
  background: transparent;
  position: relative;
  z-index: 10;
}

/* `.programa-menu` styles consolidated in `index.scss` */
/* Centered pill for Cronograma (Demo Day) */
.cronograma-center-pill {
  /* position: absolute;
  top: calc(var(--bloom-nav-height) + 38vh);
  left: 50%;
  transform: translateX(-50%); */
  background: #fff;
  color: #0b6b49;
  padding: 28px 56px;
  border-radius: 1000px;
  display: flex;
  align-items: center;
  gap: 26px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  z-index: 40;
  /* font-family: 'Proxima Nova black', Arial, sans-serif; */
  font-family: "Playfair Display Black", "Playfair Display", serif;
}

.cronograma-pill-date {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.pill-day {
  font-size: 3.8rem;
  /* font-weight: 900; */
  font-family: "Proxima Nova bold", Arial, sans-serif;
  line-height: 1;
  color: #0b6b49;
}

.pill-month {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #0b6b49;
}

.cronograma-pill-sep {
  font-size: 2rem;
  color: #0b6b49;
  opacity: 0.9;
}

.cronograma-pill-title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.pill-title-big {
  font-size: 3.2em;
  font-weight: 900;
  line-height: 1;
  color: #0b6b49;
}

.pill-title-small {
  font-size: 1.2rem;
  color: #0b6b49;
}

@media (max-width: 900px) {
  .cronograma-center-pill {
    padding: 1.2em 2.4em;
    border-radius: 100px;
    /* top: calc(var(--bloom-nav-height) + 34vh); */
  }
  .pill-day {
    font-size: 2.4em;
  }
  .pill-title-big {
    font-size: 1.6rem;
  }
}
