/* Fino Line — the mint point and folded line from the existing Fino mark. */
.fino-icon { display: inline-block; flex: none; vertical-align: middle; color: var(--blue); }
.trust .fino-icon { width: 32px; height: 32px; }
.pcard-identity { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 12px; }
.pcard-identity .pcard-badge { margin-bottom: 0; }
.product-mark { width: 46px; height: 46px; }
.tier-mark { width: 32px; height: 32px; float: right; margin-left: 8px; }
.tier-silver .tier-mark { color: #647394; }
.tier-gold .tier-mark { color: #AE7519; }
.tier-platinum .tier-mark { color: var(--violet); }
.why-icon { width: 48px; height: 48px; margin-bottom: 22px; color: #B5C8FF; }
.fino-journey .steps { gap: 32px; margin-top: 36px; }
.fino-journey .step { padding: 0 24px 0 0; border: 0; border-radius: 0; box-shadow: none; background: none; position: relative; }
.step-visual { display: flex; align-items: center; justify-content: space-between; margin-bottom: 24px; padding-bottom: 20px; border-bottom: 2px solid #D1DCFA; }
.step-visual::after { content: ''; position: absolute; top: 74px; left: 0; width: 10px; height: 10px; background: var(--blue); border: 3px solid var(--mint); border-radius: 50%; }
.step-visual .fino-icon { width: 56px; height: 56px; }
.step-visual .step-n { background: none; color: #52698F; font-size: .85rem; margin: 0; }
.fino-journey .step h3 { font-size: 1.15rem; margin-bottom: 10px; }
.cost-graphic { background: var(--bg-soft); border: 1px solid var(--line); border-radius: 20px; padding: clamp(20px, 4vw, 32px); margin: 30px 0; }
.cost-graphic figcaption { display: flex; align-items: center; gap: 12px; font-family: var(--head); line-height: 1.3; margin-bottom: 24px; }
.cost-graphic figcaption strong { font-size: 1.1rem; }
.cost-equation { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin: 0 0 24px; }
.cost-equation > div { min-width: 0; position: relative; }
.cost-equation dt { color: var(--muted); font-size: .73rem; }
.cost-equation dd { margin: 4px 0 0; font: 800 clamp(.95rem, 2vw, 1.3rem)/1.4 var(--head); white-space: nowrap; }
.cost-equation > div + div::before { content: '×'; position: absolute; left: -15px; bottom: 2px; color: var(--muted); font-size: .8rem; }
.cost-equation > .cost-result::before { content: '='; }
.cost-result dd { color: var(--blue-dark); }
.cost-bar { height: 28px; background: var(--blue); border-radius: 7px; overflow: hidden; display: flex; justify-content: flex-end; }
.cost-bar span { height: 100%; background: var(--mint); }
.cost-total { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; padding-block: 20px 12px; }
.cost-total span { font-size: .95rem; }
.cost-total strong { font: 800 clamp(1.5rem, 4vw, 2rem)/1.2 var(--head); white-space: nowrap; }
.cost-graphic .cost-note { font-size: .78rem; color: var(--muted); margin: 0; }
/* Editorial covers are native vector compositions, not images of product screens. */
.post-card--illustrated { padding: 0; overflow: hidden; }
.post-card-copy { padding: 22px; }
.post-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.fino-cover { --cover-blue: #2457F5; position: relative; isolation: isolate; overflow: hidden; aspect-ratio: 1.9; background: #EDF2FF; }
.cover-track { position: absolute; width: 66%; height: 70%; left: -12%; top: 45%; border: 22px solid var(--cover-blue); border-radius: 0 35px 35px 0; transform: rotate(-12deg); }
.cover-sheet { position: absolute; width: 29%; aspect-ratio: .88; left: 49%; top: 16%; border-radius: 15px 15px 30px 15px; transform: rotate(12deg); }
.cover-sheet--back { background: var(--cover-blue); transform: rotate(-9deg) translate(-20%, 1%); }
.cover-sheet--front { background: #fff; box-shadow: 0 8px 16px #0B16330D; display: grid; place-items: center; }
.cover-sheet--front::after { content: ''; position: absolute; right: 0; bottom: 0; width: 24%; aspect-ratio: 1; border-radius: 10px 0 15px 0; background: #DCE6FF; }
.cover-sheet .fino-icon { width: 62%; height: 62%; color: var(--cover-blue); }
.cover-point { position: absolute; width: 9%; aspect-ratio: 1; background: var(--mint); border-radius: 50%; left: 75%; top: 13%; box-shadow: inset -3px -5px 0 #15B79120; }
.cover-origin { position: absolute; width: 10px; height: 10px; border: 2px solid var(--cover-blue); border-radius: 50%; left: 12%; top: 23%; opacity: .5; }
.fino-cover--price { background: #E8F8F3; }
.fino-cover--price .cover-track { transform: rotate(19deg); left: -13%; top: 9%; border-width: 20px; }
.fino-cover--price .cover-sheet { left: 47%; transform: rotate(-8deg); }
.fino-cover--price .cover-sheet--back { transform: rotate(9deg) translate(-17%, 2%); }
.fino-cover--price .cover-point { left: 76%; top: 68%; }
.fino-cover--club { background: #0B1633; --cover-blue: #4F76FA; }
.fino-cover--club .cover-track { left: -6%; top: 52%; transform: rotate(-24deg); border-color: #2457F5; }
.fino-cover--club .cover-sheet { left: 48%; top: 13%; }
.fino-cover--club .cover-origin { border-color: var(--mint); }
.fino-cover--time { background: #F0F3FA; }
.fino-cover--time .cover-track { border-radius: 50%; width: 58%; height: 110%; left: -10%; top: 8%; transform: rotate(0); }
.fino-cover--time .cover-sheet { left: 52%; transform: rotate(-6deg); }
.fino-cover--time .cover-sheet--back { transform: rotate(12deg) translate(-20%, 1%); }
.fino-cover--payment { background: #E8F8F3; }
.fino-cover--payment .cover-track { top: -6%; left: -14%; transform: rotate(-8deg); }
.fino-cover--payment .cover-sheet { left: 47%; width: 36%; aspect-ratio: 1.2; top: 25%; }
.fino-cover--payment .cover-point { top: 63%; left: 78%; }
.fino-cover--safe { background: #E5ECFF; --cover-blue: #0B1633; }
.fino-cover--safe .cover-track { top: 22%; left: -11%; transform: rotate(20deg); }
.fino-cover--safe .cover-point { left: 79%; top: 22%; }
.fino-cover--wide { max-width: 74ch; aspect-ratio: 2.7; border-radius: 20px; margin: 16px 0 32px; }
.fino-cover--wide .cover-sheet { width: 23%; top: 7%; left: 55%; }
.fino-cover--wide .cover-point { width: 7%; left: 80%; }
.fino-cover--wide .cover-track { border-width: 32px; width: 65%; }
.fino-cover--wide.fino-cover--payment .cover-sheet { top: 20%; width: 30%; left: 52%; }
/* Compact hero signature keeps the calculator as the main action. */
.is-home .hero-grid { padding-block: 48px; grid-template-areas: "copy calc" "art calc"; row-gap: 24px; }
.is-home .hero-copy { grid-area: copy; }
.is-home .hero-calc { grid-area: calc; }
.is-home .fino-hero-motif { grid-area: art; margin-top: 0; }
.is-home .hero-copy h1 { font-size: clamp(2rem, 3.6vw, 2.85rem); }
.fino-hero-motif { position: relative; height: 145px; max-width: 540px; margin-top: 24px; isolation: isolate; overflow: hidden; border-radius: 18px; background: #EAF0FF; }
.hero-motif-line { position: absolute; width: 57%; height: 102px; left: -30px; top: 62px; border: 23px solid var(--blue); border-radius: 0 42px 42px 0; transform: rotate(-13deg); }
.hero-motif-tile { position: absolute; width: 110px; height: 118px; right: 63px; top: 18px; background: #fff; border-radius: 19px; transform: rotate(12deg); display: grid; place-items: center; box-shadow: -10px 8px 0 #CAD8FC; }
.hero-motif-tile .fino-icon { width: 78px; height: 78px; }
.hero-motif-point { position: absolute; right: 36px; top: 15px; width: 29px; height: 29px; background: var(--mint); border-radius: 50%; }
@media (max-width: 900px) {
  .post-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .is-home .hero-grid { padding-block: 32px; grid-template-areas: "copy" "calc" "art"; }
  .fino-hero-motif { max-width: none; height: 130px; }
  .fino-journey .steps { gap: 28px; }
  .fino-journey .step { padding: 0 0 0 82px; min-height: 100px; }
  .step-visual { position: absolute; left: 0; top: 0; flex-direction: column; border: 0; padding: 0; margin: 0; }
  .step-visual::after { display: none; }
  .fino-journey .step:not(:last-child)::after { content: ''; position: absolute; top: 88px; bottom: -22px; left: 27px; border-left: 2px solid #D1DCFA; }
}
@media (max-width: 540px) {
  .post-grid { grid-template-columns: 1fr; }
  .fino-cover--wide { aspect-ratio: 1.9; }
  .fino-cover--wide .cover-sheet { width: 29%; top: 16%; left: 49%; }
  .fino-cover--wide.fino-cover--payment .cover-sheet { width: 36%; top: 25%; left: 47%; }
  .fino-cover--wide .cover-track { border-width: 22px; }
  .cost-equation { grid-template-columns: repeat(2, 1fr); gap: 16px 24px; }
  .cost-equation > div + div::before { display: none; }
  .cost-total { align-items: flex-start; flex-direction: column; gap: 8px; }
}
