.intent-page { overflow: clip; }
.home-intents { display: grid; grid-template-columns: minmax(220px, .36fr) 1fr; gap: clamp(25px, 4vw, 65px); align-items: center; padding-block: 62px 30px; }
.home-intents h2 { margin: 10px 0 0; color: var(--ink); font-family: var(--display); font-size: clamp(32px, 3vw, 48px); font-weight: 500; letter-spacing: -.05em; line-height: 1.06; }
.home-intents__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.home-intents__grid a { display: grid; grid-template-columns: 1fr auto; gap: 25px 10px; min-height: 154px; padding: 19px; color: var(--ink); background: var(--surface); border: 1px solid var(--line); border-radius: 11px; text-decoration: none; transition: background .2s ease, transform .2s ease; }
.home-intents__grid a:hover { background: var(--lime); transform: translateY(-3px); }
.home-intents__grid a > span:first-child { color: var(--green); font-size: 11px; font-weight: 850; }
.home-intents__grid a > strong { grid-column: 1; align-self: end; font-size: 17px; line-height: 1.2; }
.home-intents__grid a > span:last-child { grid-column: 2; grid-row: 2; align-self: end; font-size: 22px; }
.intent-hero { padding-top: 24px; }
.intent-hero__visual { position: relative; isolation: isolate; min-height: 590px; overflow: hidden; color: #fff; background: #14362d; border-radius: 22px; }
.intent-hero__image, .intent-hero__shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.intent-hero__image { z-index: -2; object-fit: cover; object-position: center; }
.intent-hero__shade { z-index: -1; background: linear-gradient(90deg, rgba(6, 22, 20, .92) 0%, rgba(6, 22, 20, .68) 48%, rgba(6, 22, 20, .1) 100%), linear-gradient(0deg, rgba(6, 22, 20, .4), transparent 55%); }
.intent-hero__layout { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) minmax(310px, 380px); gap: clamp(30px, 4vw, 70px); align-items: center; min-height: 590px; padding: 24px clamp(28px, 5vw, 72px) 42px; }
.intent-hero__content { position: relative; max-width: 650px; }
.intent-hero__eyebrow, .intent-kicker { display: block; color: var(--green); font-size: 11px; font-weight: 800; letter-spacing: .15em; line-height: 1.4; text-transform: uppercase; }
.intent-hero__eyebrow { color: var(--lime); }
.intent-hero h1 { max-width: 590px; margin: 19px 0 17px; color: #fff; font-family: var(--display); font-size: clamp(43px, 4.65vw, 66px); font-weight: 500; letter-spacing: -.055em; line-height: 1.02; text-wrap: balance; }
.intent-hero__content p { max-width: 510px; margin: 0; color: rgba(255,255,255,.9); font-size: 15px; line-height: 1.55; }
.intent-hero__actions { display: flex; gap: 18px; align-items: center; flex-wrap: wrap; margin-top: 28px; }
.intent-hero__action { display: inline-flex; align-items: center; gap: 22px; min-height: 50px; padding: 0 18px; color: var(--ink); background: var(--lime); border-radius: 7px; font-size: 12px; font-weight: 800; text-decoration: none; transition: background .2s ease, transform .2s ease; }
.intent-hero__action:hover { background: var(--lime-hover); transform: translateY(-3px); }
.intent-hero__action span { font-size: 22px; font-weight: 400; }
.intent-hero__secondary { color: #fff; font-size: 12px; font-weight: 750; text-decoration: underline; text-underline-offset: 5px; }
.intent-hero__index { display: none; }
.intent-lead { position: relative; z-index: 1; align-self: start; padding: 20px; color: var(--ink); background: rgba(255,255,255,.97); border: 1px solid rgba(255,255,255,.8); border-radius: 15px; box-shadow: 0 22px 55px rgba(0,0,0,.16); scroll-margin-top: 20px; }
.intent-lead__kicker { color: var(--green); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.intent-lead h2 { margin: 8px 0 5px; color: var(--ink); font-family: var(--display); font-size: 28px; font-weight: 500; letter-spacing: -.04em; line-height: 1.1; }
.intent-lead > p { margin: 0 0 10px; color: var(--muted); font-size: 12px; line-height: 1.45; }
.intent-lead__form > label:not(.intent-lead__consent):not(.intent-lead__trap) { display: grid; gap: 4px; margin-top: 6px; color: var(--ink); font-size: 11px; font-weight: 750; }
.intent-lead__form input:not([type="checkbox"]), .intent-lead__form select { width: 100%; min-height: 43px; padding: 0 12px; color: var(--ink); background: var(--surface); border: 1px solid var(--line); border-radius: 7px; font-size: 13px; }
.intent-lead__form input::placeholder { color: #777b72; }
.intent-lead__consent { display: grid; grid-template-columns: 16px 1fr; gap: 9px; align-items: start; margin-top: 8px; color: var(--body); font-size: 10px; line-height: 1.4; }
.intent-lead__consent input { width: 16px; height: 16px; margin: 0; accent-color: var(--green); }
.intent-lead__consent a { color: var(--green); font-weight: 750; }
.intent-lead__trap { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
.intent-lead__error { margin: 10px 0 0; color: #9b2d16; font-size: 11px; }
.intent-lead__form button { display: flex; align-items: center; justify-content: space-between; width: 100%; min-height: 46px; margin-top: 10px; padding: 0 14px; color: #fff; background: var(--green); border: 0; border-radius: 7px; font-size: 12px; font-weight: 800; cursor: pointer; }
.intent-lead__form button:hover:not(:disabled) { background: #174b38; }
.intent-lead__form button:disabled { opacity: .65; cursor: wait; }
.intent-lead__success { padding: 20px 0; }
.intent-lead__success > span { display: grid; width: 34px; height: 34px; place-items: center; color: var(--ink); background: var(--lime); border-radius: 50%; font-weight: 900; }
.intent-lead__success strong { display: block; margin-top: 12px; font-family: var(--display); font-size: 26px; font-weight: 500; }
.intent-lead__success p { margin: 8px 0 0; font-size: 13px; }
.intent-switcher { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; margin-top: 12px; overflow: hidden; background: var(--line); border: 1px solid var(--line); border-radius: 12px; }
.intent-switcher a { display: flex; align-items: center; gap: 15px; min-height: 68px; padding: 12px clamp(14px, 2.1vw, 28px); color: var(--ink); background: var(--paper); font-size: 13px; font-weight: 750; text-decoration: none; transition: background .2s ease; }
.intent-switcher a:hover { background: var(--surface); }
.intent-switcher a[aria-current="page"] { background: var(--lime); }
.intent-switcher a span:first-child { color: var(--green); font-size: 11px; font-weight: 850; }
.intent-switcher a span:last-child { margin-left: auto; font-size: 22px; font-weight: 400; }
.intent-thesis { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); gap: clamp(34px, 7vw, 100px); align-items: start; padding-block: clamp(74px, 10vw, 140px); }
.intent-thesis h2, .intent-projects__heading h2, .intent-close h2 { margin: 12px 0 0; color: var(--ink); font-family: var(--display); font-size: clamp(35px, 3.5vw, 50px); font-weight: 500; letter-spacing: -.045em; line-height: 1.08; text-wrap: balance; }
.intent-thesis__list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--ink); }
.intent-thesis__list li { display: grid; grid-template-columns: 42px 1fr; gap: 18px; align-items: start; padding: 24px 0; border-bottom: 1px solid var(--line); }
.intent-thesis__list li span { padding-top: 5px; color: var(--orange); font-size: 11px; font-weight: 850; }
.intent-thesis__list li p { margin: 0; color: var(--ink); font-size: clamp(16px, 1.3vw, 19px); font-weight: 650; line-height: 1.35; }
.intent-projects { padding-block: clamp(70px, 8vw, 110px); background: var(--surface); }
.intent-projects__heading { display: flex; gap: 30px; align-items: end; justify-content: space-between; }
.intent-projects__heading .intent-kicker { max-width: 640px; }
.intent-projects__heading h2 { max-width: 720px; }
.intent-projects__heading > a { flex: 0 0 auto; padding-bottom: 8px; color: var(--green); font-size: 13px; font-weight: 800; text-decoration: none; }
.intent-projects__heading > a:hover { text-decoration: underline; }
.intent-filter { display: flex; gap: 12px; align-items: center; width: fit-content; margin: 32px 0 30px; padding: 10px; background: var(--paper); border: 1px solid var(--line); border-radius: 12px; }
.intent-filter label { padding-inline: 12px 3px; color: var(--ink); font-size: 12px; font-weight: 800; }
.intent-filter select { min-width: 150px; min-height: 42px; padding-inline: 12px; color: var(--ink); background: var(--surface); border: 1px solid var(--line); border-radius: 7px; font-size: 13px; }
.intent-filter button { min-height: 42px; padding: 0 16px; color: #fff; background: var(--green); border: 0; border-radius: 7px; font-size: 12px; font-weight: 800; cursor: pointer; }
.intent-filter button:hover { background: #174b38; }
.intent-projects__grid { align-items: stretch; }
.intent-projects__item { min-width: 0; }
.intent-projects__item .project-card { height: 100%; }
.intent-projects__note { max-width: 800px; margin: 28px 0 0; color: var(--muted); font-size: 12px; line-height: 1.6; }
.intent-close { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 40px; align-items: end; padding-block: clamp(80px, 9vw, 130px); }
.intent-close h2 { max-width: 720px; }
.intent-close p { max-width: 620px; margin: 22px 0 0; font-size: 17px; }
.intent-close__action { display: inline-flex; gap: 32px; align-items: center; justify-content: space-between; min-width: 250px; min-height: 70px; padding: 15px 22px; color: var(--ink); background: var(--lime); border-radius: 9px; font-size: 14px; font-weight: 850; text-decoration: none; transition: transform .2s ease, background .2s ease; }
.intent-close__action:hover { background: var(--lime-hover); transform: translateY(-3px); }
.intent-close__action span:last-child { font-size: 26px; font-weight: 400; }
.intent-close__actions { display: grid; justify-items: start; gap: 13px; }
.intent-close__whatsapp { color: var(--green); font-size: 12px; font-weight: 800; }
.intent-page [data-intent-reveal] { opacity: 1; transform: none; }
.intent-page.intent-motion-ready [data-intent-reveal]:not(.is-visible) { opacity: 0; transform: translateY(24px); }
.intent-page.intent-motion-ready [data-intent-reveal] { transition: opacity .7s ease, transform .7s cubic-bezier(.2,.7,.2,1); }
.intent-page.intent-motion-ready .intent-hero__image { animation: intent-image-settle 1.4s ease-out both; }
@keyframes intent-image-settle { from { transform: scale(1.055); } to { transform: scale(1); } }

@media (max-width: 900px) {
  .home-intents { grid-template-columns: 1fr; }
  .intent-hero__layout { grid-template-columns: 1fr; gap: 22px; padding: 64px 30px 28px; }
  .intent-lead { width: min(100%, 500px); }
  .intent-hero__shade { background: linear-gradient(90deg, rgba(6,22,20,.9), rgba(6,22,20,.36)), linear-gradient(0deg, rgba(6,22,20,.35), transparent); }
  .intent-thesis { grid-template-columns: 1fr; gap: 38px; }
  .intent-close { grid-template-columns: 1fr; }
  .intent-close__action { width: fit-content; }
}

@media (max-width: 620px) {
  .home-intents { padding-block: 48px 12px; }
  .home-intents__grid { grid-template-columns: 1fr; }
  .home-intents__grid a { min-height: 82px; gap: 4px 10px; }
  .intent-hero { padding-top: 12px; }
  .intent-hero__visual { min-height: 0; border-radius: 15px; }
  .intent-hero__image { object-position: 62% center; }
  .intent-hero__shade { background: linear-gradient(0deg, rgba(6,22,20,.96) 0%, rgba(6,22,20,.5) 75%, rgba(6,22,20,.2)); }
  .intent-hero__layout { min-height: 0; gap: 22px; padding: 85px 16px 16px; }
  .intent-hero__content { padding-inline: 8px; }
  .intent-hero h1 { margin-top: 14px; font-size: clamp(38px, 10vw, 48px); }
  .intent-hero__content p { font-size: 14px; }
  .intent-hero__actions { margin-top: 22px; }
  .intent-lead { padding: 21px; }
  .intent-lead h2 { font-size: 26px; }
  .intent-switcher { grid-template-columns: 1fr; gap: 1px; }
  .intent-switcher a { min-height: 60px; }
  .intent-thesis { padding-block: 74px; }
  .intent-projects__heading { align-items: start; flex-direction: column; gap: 15px; }
  .intent-filter { align-items: stretch; flex-wrap: wrap; width: 100%; }
  .intent-filter label { width: 100%; padding-block: 3px; }
  .intent-filter select { flex: 1; min-width: 0; }
  .intent-filter button { flex: 0 0 auto; }
  .intent-close { padding-block: 76px; }
  .intent-close__action { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  .intent-page.intent-motion-ready [data-intent-reveal]:not(.is-visible) { opacity: 1; transform: none; }
  .intent-page.intent-motion-ready .intent-hero__image { animation: none; }
}
