/* Futello homepage: vivid editorial imagery with a source-backed strategy. */
.fintech-home .home-intro { padding: 56px 0; background: var(--ciq-hero); color: #fff; }
.home-intro__grid { display: grid; grid-template-columns: 1.04fr 1fr; gap: 64px; align-items: center; }
.home-intro__copy { min-width: 0; }
.fintech-home .home-intro__copy > .eyebrow { color: #b8e9dc; }
.fintech-home .home-intro h1 { color: #fff; font-size: clamp(2.5rem, 4.4vw, 3.7rem); line-height: 1.06; margin: 18px 0 24px; letter-spacing: -.045em; }
.home-intro h1 span { display: block; color: var(--ciq-mint); }
.home-intro__description { font-size: 1.0625rem; line-height: 1.65; color: #dae3f3; max-width: 51ch; }
.home-intro__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 24px; margin: 28px 0 20px; }
.fintech-home .home-intro__actions .button { color: var(--ciq-text); background: var(--ciq-mint); border-color: var(--ciq-mint); box-shadow: 0 4px 18px #07162d25; }
.fintech-home .home-intro__actions .button:hover { background: #d5ffe9; border-color: #d5ffe9; transform: translateY(-2px); }
.fintech-home .home-intro__actions .text-link { color: #fff; padding-block: 12px; text-decoration-color: #8cabc9; }
.home-intro__reassurance { font-size: .875rem; font-weight: 600; margin-bottom: 7px; color: #fff; }
.home-intro__hint { font-size: .8125rem; color: #bbcbe2; margin-top: 0; }
.home-intro__moment { position: relative; overflow: hidden; margin: 28px 0 0; border-radius: 16px 56px 16px 16px; height: 190px; background: #29405a; }
.home-intro__moment img { width: 100%; height: 100%; object-fit: cover; object-position: center 48%; }
.home-intro__moment::after { content: ""; position: absolute; inset: 35% 0 0; background: linear-gradient(transparent, #07162dd9); }
.home-intro__moment figcaption { position: absolute; bottom: 18px; left: 22px; right: 22px; z-index: 1; font-size: 1.125rem; font-weight: 600; color: #fff; }
.home-example { scroll-margin-top: 105px; padding: 22px 26px 20px; background: #fff; color: var(--ciq-text); border: 1px solid var(--ciq-border); border-radius: 24px; box-shadow: 0 24px 56px #030b232e; min-width: 0; }
.home-example__heading { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 8px; }
.fintech-home .home-example .eyebrow { margin: 0; color: var(--ciq-lavender-text); font-size: .6875rem; letter-spacing: .08em; }
.home-example__tag { font-size: .6875rem; font-weight: 600; padding: 6px 9px; border-radius: 7px; background: #eeebff; color: #4a4088; }
.fintech-home .home-example h2 { font-size: 1.5rem; margin: 10px 0 10px; line-height: 1.2; }
.home-example__scenario { padding: 10px 16px; background: #f3f5fa; border-radius: 12px; display: grid; grid-template-columns: 1fr auto; gap: 2px 8px; align-items: center; }
.home-example__scenario > span { font-size: .8125rem; color: #4e5d73; }
.home-example__scenario > span:first-child { color: #243951; font-weight: 600; }
.home-example__scenario > strong { grid-column: 2; grid-row: 1 / 3; font-size: 1.625rem; letter-spacing: -.04em; color: var(--ciq-text); white-space: nowrap; }
.home-example__scenario small { font-size: .8125rem; font-weight: 500; letter-spacing: 0; }
.home-example__scope, .home-example__fees, .home-example__date, .home-example__disclaimer { font-size: .75rem; color: var(--ciq-muted); line-height: 1.55; }
.home-example__scope { margin: 8px 0 6px; }
.home-example__cards { list-style: none; padding: 0; margin: 0 0 10px; }
.home-example__cards li { display: flex; align-items: center; gap: 16px; padding: 8px 0; }
.home-example__cards li + li { border-top: 1px solid #e1e7f0; }
.home-example__cards img { width: 84px; height: 53px; object-fit: contain; flex-shrink: 0; }
.fintech-home .home-example__cards .card-art__placeholder { flex: 0 0 84px; width: 84px; height: 54px; aspect-ratio: auto; padding: 4px; overflow: hidden; }
.fintech-home .home-example__cards .card-art__placeholder .card-art__issuer { font-size: .625rem; line-height: 1.2; overflow-wrap: anywhere; }
.fintech-home .home-example__cards .card-image-frame { flex: 0 0 84px; width: 84px; height: 54px !important; min-width: 84px; max-width: 84px; }
.fintech-home .home-example__cards .card-image-frame img { object-fit: contain; }
.home-example__cards li > span:last-child { min-width: 0; }
.home-example__cards strong { font-size: .9375rem; line-height: 1.4; display: block; }
.home-example__cards small { display: block; font-size: .75rem; line-height: 1.45; color: var(--ciq-muted); margin-top: 3px; }
.home-example__reward { padding: 12px 18px; background: var(--ciq-mint-soft); border-radius: 14px; }
.home-example__value { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.home-example__value > span { display: block; font-size: .875rem; font-weight: 600; max-width: 15ch; color: #234f3e; }
.home-example__value > strong { color: var(--ciq-mint-text); font-size: clamp(2rem, 3.2vw, 2.75rem); white-space: nowrap; letter-spacing: -.045em; line-height: 1.2; }
.home-example__fees { margin: 5px 0 0; color: #365946; }
.home-example__footer { display: flex; flex-wrap: wrap; align-items: baseline; justify-content: space-between; gap: 2px 16px; margin: 10px 0 0; }
.home-example__date { margin: 0; }
.home-example__footer > .text-link { display: inline-block; font-size: .9375rem; padding-block: 3px; }
.home-example__disclaimer { margin: 6px 0 0; }
.home-proof { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; padding-block: 24px; border-bottom: 1px solid #e0e5ea; }
.home-proof a { display: flex; align-items: center; justify-content: center; gap: 12px; font-size: .8125rem; font-weight: 600; min-height: 44px; color: #263e63; text-underline-offset: 4px; }
.home-proof svg { width: 26px; height: 26px; flex-shrink: 0; color: #386451; }
.home-explain, .home-questions { padding-block: 64px; }
.home-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 32px; }
.home-section-heading h2 { margin: 10px 0 0; max-width: 22ch; }
.home-section-heading > .text-link { flex-shrink: 0; padding-bottom: 3px; }
.home-how { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; list-style: none; padding: 0; margin: 36px 0 0; }
.home-how li { border-top: 2px solid #d3e3dd; padding-top: 18px; }
.home-how li:nth-child(2) { border-color: #ddd7fc; }
.home-how li:nth-child(3) { border-color: #f3cabc; }
.home-step { display: block; color: #527764; font-size: 2.5rem; line-height: 1; font-weight: 500; letter-spacing: -.055em; }
.home-how li:nth-child(2) .home-step { color: #7765b0; }
.home-how li:nth-child(3) .home-step { color: #ae624a; }
.fintech-home .home-how h3 { font-size: 1.25rem; margin: 18px 0 8px; }
.home-how p, .home-path p, .home-offer-note p, .home-help p { color: var(--ciq-muted); font-size: 1rem; line-height: 1.6; }
.home-paths { background: var(--ciq-canvas); padding: 56px 0 38px; }
.home-paths h2 { margin: 10px 0 28px; }
.home-paths__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.home-path { background: white; border: 1px solid #e0e4e9; border-radius: 18px; overflow: hidden; display: flex; flex-direction: column; color: inherit; text-decoration: none; transition: transform 180ms ease, box-shadow 180ms ease; }
.home-path:hover { transform: translateY(-5px); box-shadow: 0 16px 30px #182e4e14; }
.home-path__visual { position: relative; display: block; height: 190px; overflow: hidden; background: #d8e1e4; }
.home-path__visual img { width: 100%; height: 100%; object-fit: cover; transition: transform 240ms ease; }
.home-path:hover img { transform: scale(1.035); }
.home-path__label { position: absolute; left: 18px; bottom: 16px; background: #daf2e6; color: #1d4b36; font-size: .75rem; font-weight: 700; padding: 7px 12px; border-radius: 6px; }
.home-path--2 .home-path__label { color: #463278; background: #eae2ff; }
.home-path--3 .home-path__label { color: #793e29; background: #ffe1d4; }
.home-path__body { padding: 24px; display: flex; flex-direction: column; flex: 1; }
.fintech-home .home-path h3 { font-size: 1.375rem; line-height: 1.25; margin: 0; }
.home-path p { margin: 14px 0 24px; font-size: .9375rem; }
.home-path .text-link { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-top: auto; font-size: .9375rem; }
.home-path .text-link > span { font-size: 1.375rem; }
.home-secondary-links { display: flex; flex-wrap: wrap; gap: 12px 28px; margin-top: 20px; }
.home-secondary-links a { min-height: 44px; display: inline-flex; align-items: center; font-size: .875rem; }
.home-offer-note { display: grid; grid-template-columns: 210px 1fr auto; gap: 32px; align-items: center; background: var(--ciq-coral); border: 1px solid #f1d7ca; border-radius: 20px; margin-block: 56px 0; overflow: hidden; padding-right: 32px; }
.home-offer-note__image { width: 100%; height: 210px; object-fit: cover; object-position: 68% center; }
.fintech-home .home-offer-note .eyebrow { color: var(--ciq-coral-text); }
.fintech-home .home-offer-note h2, .fintech-home .home-help h2 { font-size: 1.625rem; margin: 8px 0; }
.home-offer-note p, .home-help p { margin: 8px 0; max-width: 65ch; font-size: .9375rem; }
.fintech-home .home-offer-note .button { background: var(--ciq-text); color: #fff; border-color: var(--ciq-text); }
.fintech-home .home-offer-note .button:hover { background: #29415e; }
.home-questions h2 { margin: 0 0 24px; }
.home-questions__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 40px; align-items: start; }
.home-questions details { padding: 20px 0; border-bottom: 1px solid var(--ciq-border); }
.home-questions summary { cursor: pointer; font-weight: 600; font-size: 1rem; min-height: 28px; }
.home-questions details p { font-size: .9375rem; color: var(--ciq-muted); line-height: 1.65; }
.home-about-link { display: inline-block; margin-top: 28px; }
.home-help { display: flex; align-items: center; justify-content: space-between; gap: 32px; background: var(--ciq-lavender); border: 1px solid #dfd9f0; border-radius: 20px; padding: 30px 34px; margin-bottom: 56px; }
.fintech-home .home-help .eyebrow { color: #5b438c; font-size: .6875rem; }
.home-help .button { flex-shrink: 0; }
.home-final { text-align: center; background: var(--ciq-ink); color: #e1e8f5; padding: 56px 0 64px; border-top: 5px solid var(--ciq-mint); }
.fintech-home .home-final h2 { color: #fff; font-size: 2.5rem; margin-top: 0; }
.home-final p { font-size: 1rem; margin-bottom: 24px; }
.fintech-home .home-final .button { background: var(--ciq-mint); border-color: var(--ciq-mint); color: var(--ciq-text); }
.fintech-home .home-final .button:hover { background: #d5ffe9; }
.fintech-home .assistant-panel { position: fixed; right: 16px; bottom: 16px; z-index: 100; max-height: calc(100dvh - 32px); }
@media (max-width: 1050px) {
  .home-intro__grid { gap: 32px; }
  .home-intro__actions { gap: 4px 20px; }
  .home-example { padding: 20px 22px 18px; }
  .home-example__heading { align-items: start; }
  .home-example__value { align-items: start; flex-direction: column; gap: 4px; }
  .home-example__value > span { max-width: none; }
  .home-paths__grid { gap: 18px; }
  .home-path__body { padding: 20px; }
  .home-offer-note { grid-template-columns: 180px 1fr; gap: 20px 28px; padding: 0 24px 24px 0; }
  .home-offer-note__image { grid-row: 1 / 3; height: 100%; min-height: 220px; }
  .home-offer-note > div { padding-top: 24px; }
  .home-offer-note .button { grid-column: 2; justify-self: start; }
}
@media (max-width: 760px) {
  .fintech-home .shell { width: calc(100% - 32px); }
  .fintech-home .home-intro { padding: 32px 0; }
  .home-intro__grid, .home-paths__grid, .home-how, .home-questions__grid { grid-template-columns: 1fr; }
  .home-intro__grid { gap: 28px; }
  .fintech-home .home-intro h1 { font-size: clamp(2.375rem, 8.5vw, 3.5rem); }
  .home-intro__description { font-size: 1rem; }
  .home-intro__actions { margin: 22px 0 18px; flex-direction: column; align-items: stretch; }
  .home-intro__actions a { text-align: center; }
  .home-intro__reassurance { font-size: .8125rem; }
  .home-intro__moment { height: 175px; margin-top: 24px; }
  .home-intro__moment figcaption { font-size: 1rem; left: 18px; }
  .home-example { padding: 20px 20px 18px; border-radius: 20px; }
  .home-example__scenario { grid-template-columns: 1fr; gap: 3px; padding: 12px 14px; }
  .home-example__scenario > strong { grid-row: auto; grid-column: 1; }
  .home-example__scenario > span:last-child { grid-row: 3; }
  .home-example__value > strong { font-size: 2.625rem; }
  .home-example__cards li { gap: 14px; }
  .fintech-home .home-example__cards .card-image-frame { flex-basis: 70px; width: 70px; height: 46px !important; min-width: 70px; max-width: 70px; }
  .fintech-home .home-example__cards .card-art__placeholder { flex-basis: 70px; width: 70px; height: 46px; }
  .home-proof { grid-template-columns: 1fr; gap: 0; padding-block: 14px; }
  .home-proof a { justify-content: start; }
  .home-explain, .home-questions { padding-block: 40px; }
  .home-section-heading { align-items: start; flex-direction: column; gap: 18px; }
  .home-section-heading h2 { max-width: 24ch; }
  .fintech-home .home-explain h2, .fintech-home .home-paths h2, .fintech-home .home-questions h2 { font-size: 1.75rem; }
  .home-how { gap: 24px; margin-top: 28px; }
  .home-how li { display: grid; grid-template-columns: 45px 1fr; gap: 0 16px; }
  .home-step { font-size: 2rem; grid-row: 1 / 3; }
  .fintech-home .home-how h3 { margin: 2px 0 8px; }
  .home-how p { margin: 0; font-size: .9375rem; }
  .home-paths { padding: 40px 0 24px; }
  .home-path__visual { height: 210px; }
  .home-path__body { padding: 24px; }
  .home-offer-note { display: flex; flex-direction: column; align-items: stretch; gap: 0; padding: 0 22px 26px; margin-top: 36px; }
  .home-offer-note__image { width: calc(100% + 44px); max-width: none; height: 170px; min-height: 0; margin-inline: -22px; object-position: center 60%; }
  .home-offer-note > div { padding-top: 22px; }
  .home-offer-note .button { align-self: start; margin-top: 16px; }
  .home-questions__grid { gap: 0; }
  .home-help { flex-direction: column; align-items: stretch; gap: 16px; padding: 24px; margin-bottom: 36px; }
  .home-help .button { align-self: start; }
  .home-final { padding: 40px 0 48px; }
  .fintech-home .home-final h2 { font-size: 2rem; }
  .fintech-home .assistant-panel { left: 16px; right: 16px; width: auto; max-width: none; }
}
@media (prefers-reduced-motion: reduce) {
  .home-path, .home-path__visual img { transition: none; }
  .home-path:hover, .home-path:hover img, .fintech-home .home-intro__actions .button:hover { transform: none; }
}
