/* Illustrated setup cards and a focused, filterable help section. */
.setup-section .section-heading { margin-bottom: 34px; }
.setup-pair { padding-bottom: 2px; }
.setup-pair-marks { display: flex; align-items: center; gap: 12px; margin-bottom: 13px; }
.pair-belle, .pair-happ { display: inline-flex; align-items: center; justify-content: center; height: 39px; padding: 0 14px; border: 1px solid #e4dcd2; border-radius: 11px; background: #fffdfa; }
.pair-belle { gap: 5px; color: var(--wine); font-size: 22px; letter-spacing: -1px; font-weight: 600; }
.pair-belle .small-spark { width: 15px; height: 15px; }
.pair-plus { color: #a9988b; font-size: 17px; font-weight: 300; }
.pair-happ { font-size: 17px; font-weight: 550; letter-spacing: -.5px; gap: 13px; }
.pair-happ > span { color: #ae9685; font-size: 12px; }
.setup-pair p { color: var(--muted); font-size: 12px; line-height: 1.75; }
.setup-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.setup-card { position: relative; background: #f0ede7; border: 1px solid #eae4dc; border-radius: 18px; overflow: hidden; display: flex; flex-direction: column; }
.setup-install { background: #f0e9e5; border-color: #e9dfd9; }
.setup-connect { background: #eceee8; border-color: #e2e5da; }
.setup-card-top { display: flex; align-items: center; gap: 10px; margin: 22px 24px 0; color: #a18a79; font-size: 8px; letter-spacing: 1.2px; }
.setup-step { width: 27px; height: 27px; display: grid; place-items: center; border: 1px solid #d9cbbe; border-radius: 50%; font-size: 9px; letter-spacing: 0; }
.setup-card-top > svg { margin-left: auto; width: 16px; height: 16px; }
.setup-visual { height: 208px; position: relative; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.subscription-ticket { width: 220px; background: #fffcf6; border: 1px solid #e6d9ca; border-radius: 12px; box-shadow: 2px 10px 23px #6345270c; transform: rotate(-7deg); transition: transform .5s ease; position: relative; }
.ticket-shadow { position: absolute; width: 216px; height: 138px; background: #e7dacc; border: 1px solid #ddcdbc; border-radius: 12px; transform: rotate(4deg) translate(6px, 3px); transition: transform .5s ease; }
.ticket-brand { display: flex; align-items: center; gap: 4px; color: var(--wine); font-size: 17px; font-weight: 600; letter-spacing: -.6px; padding: 16px 17px 0; }
.ticket-brand .small-spark { width: 12px; height: 12px; }
.ticket-brand > span { color: #ab9a8a; font-size: 6px; letter-spacing: .8px; font-weight: 400; margin-left: auto; }
.ticket-body { display: flex; align-items: center; justify-content: space-between; padding: 17px; }
.ticket-body > span { font-size: 13px; line-height: 1.5; color: #65564c; }
.ticket-body small { font-size: 8px; color: #9c8a7b; }
.ticket-body strong { font-size: 32px; letter-spacing: -1.7px; color: var(--wine); font-weight: 500; }
.ticket-body strong > span { font-size: 17px; letter-spacing: -.5px; }
.ticket-bottom { border-top: 1px dashed #decfc1; padding: 9px 17px; display: flex; align-items: center; justify-content: space-between; font-size: 8px; letter-spacing: .2px; color: #ab9684; }
.ticket-check { background: #eadbd1; border-radius: 50%; width: 20px; height: 20px; display: grid; place-items: center; color: #906557; }
.ticket-check .icon { width: 12px; height: 12px; }
.ticket-spark { position: absolute; width: 24px; height: 24px; right: 33px; top: 27px; color: #b69074; }
.setup-card:hover .subscription-ticket { transform: rotate(-3deg) translateY(-3px); }
.setup-card:hover .ticket-shadow { transform: rotate(7deg) translate(7px, 5px); }
.app-orbit { position: absolute; width: 227px; height: 127px; border: 1px solid #dbcbc3; border-radius: 50%; transform: rotate(-30deg); }
.orbit-two { width: 165px; height: 191px; transform: rotate(23deg); border-style: dashed; opacity: .55; }
.happ-tile { position: relative; width: 99px; height: 99px; border-radius: 25px; background: linear-gradient(145deg, #383132, #201d20); box-shadow: 0 14px 24px #58393419, inset 0 1px 0 #ffffff22; transform: rotate(9deg); transition: transform .5s ease; display: grid; place-items: center; color: #fcf8f3; }
.happ-tile img { display: block; width: 49%; height: 60%; object-fit: contain; }
.setup-card:hover .happ-tile { transform: rotate(0deg) translateY(-4px); }
.app-platform { position: absolute; display: flex; gap: 7px; align-items: center; background: #fcf9f4f0; border: 1px solid #fffdfa; padding: 9px 12px; font-size: 8px; color: #89756a; border-radius: 7px; box-shadow: 0 4px 12px #694c3a07; }
.app-platform .icon { width: 13px; height: 13px; stroke-width: 1.4; }
.platform-mobile { left: 24px; top: 38px; transform: rotate(-8deg); }
.platform-desktop { right: 21px; bottom: 29px; transform: rotate(5deg); }
.connect-ripple { position: absolute; border: 1px solid #d5dbca; border-radius: 50%; width: 170px; height: 170px; }
.ripple-two { width: 225px; height: 225px; opacity: .6; }
.connect-power { width: 85px; height: 85px; display: grid; place-items: center; border-radius: 50%; background: linear-gradient(135deg, #909d7d, #5d7054); box-shadow: 0 9px 18px #68775721, inset 0 1px 0 #ffffff50; position: relative; margin-top: -17px; transition: transform .5s ease, box-shadow .5s ease; }
.connect-power .icon { width: 32px; height: 32px; color: #f5f6ee; stroke-width: 1.4; }
.setup-card:hover .connect-power { transform: scale(1.06); box-shadow: 0 9px 25px #68775730, 0 0 0 9px #7e8d6810; }
.connect-label { position: absolute; left: 50%; bottom: 32px; transform: translateX(-50%) rotate(-3deg); display: flex; align-items: center; gap: 7px; background: #fbfcf5; border: 1px solid #e0e4d7; padding: 11px 14px; border-radius: 8px; font-size: 9px; white-space: nowrap; color: #6b775c; box-shadow: 0 5px 15px #61694b0a; }
.connect-label > span { width: 5px; height: 5px; border-radius: 50%; background: #889577; }
.connect-star { position: absolute; width: 21px; height: 21px; right: 50px; top: 30px; color: #a4ae91; }
.setup-card-copy { padding: 0 25px 18px; flex: 1; display: flex; flex-direction: column; }
.setup-card h3 { font-size: 20px; font-weight: 500; letter-spacing: -.65px; }
.setup-card p { font-size: 12px; color: #8a7b70; line-height: 1.85; margin-top: 12px; margin-bottom: 23px; }
.setup-connect p { color: #7e8272; }
.setup-action { display: flex; align-items: center; justify-content: space-between; gap: 9px; width: 100%; background: transparent; border-top: 1px solid #dbd0c433; padding: 15px 0 0; margin-top: auto; color: #785247; font-size: 11px; font-weight: 500; text-align: left; min-height: 44px; }
.setup-action > span { display: grid; place-items: center; border: 1px solid #d9cbbd; border-radius: 50%; width: 28px; height: 28px; font-size: 16px; flex-shrink: 0; transition: background .2s, transform .2s; }
.setup-action .icon { width: 13px; height: 13px; }
.setup-action:hover > span { background: #fffcf4; transform: translateX(2px); }
.setup-connect .setup-action { color: #687153; }
.setup-connect .setup-action > span { border-color: #cfd5bf; }
.setup-bottom-note { display: flex; align-items: center; justify-content: center; gap: 7px; color: #988879; font-size: 10px; line-height: 1.6; margin-top: 20px; }
.setup-bottom-note .icon { width: 12px; height: 12px; }

.questions-section { display: grid; grid-template-columns: .86fr 1.3fr; gap: 80px; padding-top: 105px; }
.questions-intro h2 { font-size: 39px; line-height: 1.18; letter-spacing: -1.7px; }
.questions-intro h2 > span { color: var(--wine); }
.questions-description { color: var(--muted); font-size: 12px; line-height: 1.8; margin-top: 17px; }
.recovery-card { position: relative; border-radius: 16px; border: 1px solid #e8ded5; background: #f0e9e1; margin-top: 32px; padding: 25px 25px 22px; overflow: hidden; }
.recovery-card > div:last-child { position: relative; }
.recovery-card-eyebrow { font-size: 7px; letter-spacing: 1.3px; color: #a2846e; }
.recovery-card h3 { font-size: 21px; font-weight: 500; line-height: 1.22; letter-spacing: -.6px; margin-top: 11px; }
.recovery-card p { font-size: 11px; color: #8f7a6b; max-width: 230px; line-height: 1.8; margin-top: 12px; }
.recovery-card-action { display: flex; align-items: center; justify-content: space-between; gap: 8px; width: 100%; border-top: 1px solid #ddcfc1; margin-top: 21px; padding: 17px 0 0; font-size: 11px; color: var(--wine); background: transparent; min-height: 36px; }
.recovery-card-action .icon { width: 16px; height: 16px; transition: transform .2s; }
.recovery-card-action:hover .icon { transform: translateX(3px); }
.recovery-illustration { height: 83px; position: relative; margin-bottom: 14px; }
.chat-bubble { position: absolute; border-radius: 15px 15px 15px 4px; width: 66px; height: 59px; display: grid; place-items: center; }
.bubble-back { background: #ddc7b9; border: 1px solid #d7beae; left: 6px; top: 5px; transform: rotate(-12deg); color: #aa8270; }
.bubble-back .small-spark { width: 26px; height: 26px; }
.bubble-front { background: var(--wine); border: 1px solid #73384a; color: #f1ded6; left: 49px; top: 17px; transform: rotate(10deg); font-size: 38px; box-shadow: 0 5px 11px #5b273316; transition: transform .5s; }
.chat-spark { position: absolute; color: #bc9681; width: 20px; height: 20px; left: 136px; top: 10px; }
.recovery-card:hover .bubble-front { transform: rotate(3deg) translateY(-3px); }
.faq-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 20px; }
.faq-filters { display: flex; gap: 7px; }
.faq-filters button { padding: 10px 13px; border: 1px solid #e5dbd0; border-radius: 7px; background: transparent; color: #968474; font-size: 10px; line-height: 1.2; transition: background .2s, color .2s; min-height: 36px; }
.faq-filters button[aria-pressed=true] { background: var(--wine); border-color: var(--wine); color: #fff8f1; }
.faq-filters button:not([aria-pressed=true]):hover { background: #eee7df; }
.faq-count { color: #ad9986; font-size: 10px; font-variant-numeric: tabular-nums; }
.faq-answers { display: flex; flex-direction: column; gap: 10px; }
.faq-answers details { border: 1px solid #e6ded5; border-radius: 12px; background: #fbfaf6; transition: border-color .2s, background .2s; }
.faq-answers details[open] { background: #f1e9e4; border-color: #dfcec5; }
.faq-answers details:hover { border-color: #c9b3a5; }
.faq-answers summary { display: flex; align-items: center; gap: 16px; min-height: 74px; padding: 17px 21px; font-size: 13px; font-weight: 500; letter-spacing: -.2px; list-style: none; cursor: pointer; }
.faq-answers summary::-webkit-details-marker { display: none; }
.question-number { color: #b39783; font-size: 9px; letter-spacing: 0; flex-shrink: 0; }
.question-toggle { display: grid; place-items: center; width: 27px; height: 27px; margin-left: auto; border: 1px solid #e4dacf; border-radius: 50%; color: #a08977; flex-shrink: 0; transition: transform .25s, background .25s; }
.question-toggle .icon { width: 12px; height: 12px; }
.faq-answers details[open] .question-toggle { transform: rotate(45deg); background: var(--wine); border-color: var(--wine); color: #f7e8e1; }
.question-answer { padding: 0 62px 24px 51px; animation: answer-in .25s ease; }
.answer-kicker { font-size: 7px; color: #a48774; letter-spacing: 1.1px; }
.question-answer p { font-size: 12px; line-height: 1.85; color: #88756b; margin-top: 9px; }
.question-answer .text-link { margin-top: 15px; font-size: 11px; min-height: 24px; }
.faq-bottom-note { display: flex; justify-content: space-between; align-items: center; gap: 14px; margin: 20px 3px 0; font-size: 9px; color: #a38e7e; }
.faq-bottom-note .small-spark { width: 15px; height: 15px; color: #b59a84; }
@keyframes answer-in { from { opacity: 0; transform: translateY(-3px); } to { opacity: 1; transform: translateY(0); } }

@media (max-width: 1100px) {
  .questions-section { gap: 45px; grid-template-columns: .95fr 1.35fr; }
  .questions-intro h2 { font-size: 33px; }
  .setup-grid { gap: 14px; }
  .setup-card-top { margin: 19px 19px 0; letter-spacing: .7px; font-size: 7px; }
  .setup-card-copy { padding: 0 20px 18px; }
  .setup-card h3 { font-size: 18px; }
  .setup-card p { font-size: 11px; }
  .subscription-ticket { width: 195px; }
  .ticket-shadow { width: 192px; }
  .ticket-spark { right: 20px; }
  .platform-mobile { left: 10px; font-size: 7px; }
  .platform-desktop { right: 10px; font-size: 7px; }
  .faq-filters button { padding: 10px 11px; font-size: 9px; }
  .faq-answers summary { font-size: 12px; gap: 13px; padding-inline: 17px; }
  .question-answer { padding-left: 43px; padding-right: 30px; }
}
@media (max-width: 800px) {
  .setup-grid { gap: 10px; }
  .setup-card { border-radius: 14px; }
  .setup-card-top { margin: 16px 14px 0; gap: 7px; font-size: 6px; letter-spacing: .4px; }
  .setup-card-top > svg { width: 12px; height: 12px; }
  .setup-step { width: 22px; height: 22px; font-size: 8px; }
  .setup-visual { height: 181px; }
  .subscription-ticket { width: 167px; }
  .ticket-shadow { width: 164px; height: 122px; }
  .ticket-brand { padding: 12px 12px 0; font-size: 16px; }
  .ticket-brand > span { font-size: 5px; letter-spacing: .3px; }
  .ticket-body { padding: 12px; }
  .ticket-body > span { font-size: 11px; }
  .ticket-body small { font-size: 6px; }
  .ticket-body strong { font-size: 27px; }
  .ticket-body strong > span { font-size: 15px; }
  .ticket-bottom { padding: 8px 12px; font-size: 7px; }
  .ticket-spark { width: 18px; height: 18px; right: 19px; top: 17px; }
  .happ-tile { width: 76px; height: 76px; border-radius: 20px; }
  .app-orbit { width: 185px; height: 99px; }
  .orbit-two { width: 122px; height: 154px; }
  .app-platform { padding: 7px 9px; font-size: 6px; gap: 5px; }
  .platform-mobile { left: 6px; top: 29px; }
  .platform-desktop { right: 6px; bottom: 21px; }
  .app-platform .icon { width: 11px; height: 11px; }
  .connect-power { width: 72px; height: 72px; }
  .connect-power .icon { width: 28px; height: 28px; }
  .connect-ripple { width: 143px; height: 143px; }
  .ripple-two { width: 190px; height: 190px; }
  .connect-label { font-size: 7px; bottom: 25px; padding: 9px 10px; }
  .connect-star { right: 24px; top: 24px; width: 17px; height: 17px; }
  .setup-card-copy { padding: 0 16px 16px; }
  .setup-card h3 { font-size: 17px; min-height: 41px; line-height: 1.25; }
  .setup-card p { font-size: 10px; margin-top: 9px; margin-bottom: 15px; }
  .setup-action { font-size: 9px; gap: 4px; }
  .setup-action > span { width: 24px; height: 24px; }
  .setup-bottom-note { font-size: 9px; }
  .questions-section { padding-top: 78px; gap: 25px; grid-template-columns: .9fr 1.3fr; }
  .questions-intro h2 { font-size: 28px; letter-spacing: -1.2px; }
  .questions-description { font-size: 11px; }
  .recovery-card { padding: 21px 20px; }
  .recovery-card h3 { font-size: 20px; }
  .recovery-card p { font-size: 10px; }
  .recovery-card-action { font-size: 10px; }
  .faq-filters { gap: 5px; }
  .faq-filters button { padding: 9px 10px; font-size: 8px; min-height: 33px; }
  .faq-count { display: none; }
  .faq-answers summary { padding: 15px 13px; gap: 10px; font-size: 11px; min-height: 71px; }
  .question-toggle { width: 22px; height: 22px; }
  .question-number { font-size: 8px; }
  .question-answer { padding: 0 22px 20px 34px; }
  .question-answer p { font-size: 11px; }
  .question-answer .text-link { font-size: 10px; }
  .answer-kicker { font-size: 6px; letter-spacing: .75px; }
  .faq-bottom-note { font-size: 8px; gap: 8px; }
}
@media (max-width: 600px) {
  .setup-pair { margin-top: 25px; display: flex; gap: 17px; align-items: center; }
  .setup-pair-marks { margin-bottom: 0; gap: 7px; }
  .pair-belle, .pair-happ { height: 36px; padding: 0 10px; border-radius: 9px; }
  .pair-belle { font-size: 19px; }
  .pair-belle .small-spark { width: 12px; height: 12px; }
  .pair-happ { font-size: 15px; }
  .pair-happ > span { display: none; }
  .setup-pair p { font-size: 9px; line-height: 1.6; }
  .setup-grid { grid-template-columns: 1fr; gap: 16px; }
  .setup-card { border-radius: 17px; }
  .setup-card-top { margin: 20px 23px 0; font-size: 8px; letter-spacing: .8px; gap: 10px; }
  .setup-step { width: 26px; height: 26px; font-size: 9px; }
  .setup-card-top > svg { width: 16px; height: 16px; }
  .setup-visual { height: 205px; }
  .subscription-ticket { width: 218px; }
  .ticket-shadow { width: 214px; height: 143px; }
  .ticket-brand { padding: 15px 17px 0; font-size: 18px; }
  .ticket-brand > span { font-size: 6px; letter-spacing: .7px; }
  .ticket-body { padding: 17px; }
  .ticket-body > span { font-size: 13px; }
  .ticket-body small { font-size: 8px; }
  .ticket-body strong { font-size: 33px; }
  .ticket-body strong > span { font-size: 17px; }
  .ticket-bottom { padding: 9px 17px; font-size: 8px; }
  .ticket-spark { width: 22px; height: 22px; right: 32px; top: 21px; }
  .happ-tile { width: 99px; height: 99px; border-radius: 25px; }
  .app-orbit { width: 234px; height: 125px; }
  .orbit-two { width: 157px; height: 190px; }
  .app-platform { font-size: 8px; padding: 9px 12px; gap: 7px; }
  .app-platform .icon { width: 13px; height: 13px; }
  .platform-mobile { left: calc(50% - 132px); top: 35px; }
  .platform-desktop { right: calc(50% - 134px); bottom: 27px; }
  .connect-power { width: 85px; height: 85px; }
  .connect-power .icon { width: 32px; height: 32px; }
  .connect-ripple { width: 169px; height: 169px; }
  .ripple-two { width: 223px; height: 223px; }
  .connect-label { font-size: 9px; padding: 11px 14px; bottom: 30px; }
  .connect-star { width: 21px; height: 21px; right: calc(50% - 113px); top: 26px; }
  .setup-card-copy { padding: 0 24px 20px; }
  .setup-card h3 { font-size: 23px; min-height: 0; letter-spacing: -.8px; }
  .setup-card p { font-size: 12px; margin-top: 10px; margin-bottom: 17px; max-width: 320px; }
  .setup-action { font-size: 12px; padding-top: 14px; min-height: 45px; }
  .setup-action > span { width: 29px; height: 29px; }
  .setup-bottom-note { font-size: 9px; align-items: flex-start; max-width: 295px; margin-inline: auto; text-align: center; }
  .setup-bottom-note .icon { margin-top: 2px; }
  .questions-section { grid-template-columns: 1fr; padding-top: 67px; gap: 28px; }
  .questions-intro { display: contents; }
  .questions-intro > .eyebrow { margin-bottom: -14px; }
  .questions-intro h2 { font-size: 35px; letter-spacing: -1.6px; }
  .questions-description { margin-top: -13px; font-size: 12px; }
  .questions-description br { display: none; }
  .questions-content { grid-row: 4; }
  .recovery-card { margin-top: 0; padding: 23px 24px; display: grid; grid-template-columns: 77px 1fr; gap: 16px; }
  .recovery-illustration { height: 97px; margin: 0; align-self: center; }
  .chat-bubble { width: 48px; height: 47px; border-radius: 12px 12px 12px 3px; }
  .bubble-back { top: 9px; left: -3px; }
  .bubble-front { top: 35px; left: 22px; font-size: 30px; }
  .chat-spark { left: 55px; top: 6px; width: 15px; height: 15px; }
  .recovery-card-eyebrow { font-size: 6px; letter-spacing: .9px; }
  .recovery-card h3 { font-size: 20px; margin-top: 9px; }
  .recovery-card p { font-size: 10px; margin-top: 11px; }
  .recovery-card-action { font-size: 11px; margin-top: 14px; padding-top: 13px; }
  .faq-toolbar { margin-bottom: 14px; }
  .faq-filters { gap: 6px; }
  .faq-filters button { font-size: 10px; min-height: 38px; padding: 10px 12px; }
  .faq-count { display: block; font-size: 9px; }
  .faq-answers { gap: 9px; }
  .faq-answers summary { min-height: 73px; padding: 16px; gap: 11px; font-size: 12px; }
  .question-number { font-size: 8px; }
  .question-toggle { width: 24px; height: 24px; }
  .question-answer { padding: 0 24px 22px 38px; }
  .answer-kicker { font-size: 7px; letter-spacing: .8px; }
  .question-answer p { font-size: 12px; }
  .question-answer .text-link { font-size: 11px; min-height: 32px; }
  .faq-bottom-note { font-size: 9px; }
}
@media (max-width: 370px) {
  .setup-pair { gap: 12px; }
  .setup-pair p { font-size: 8px; }
  .pair-belle, .pair-happ { padding-inline: 8px; }
  .setup-card h3 { font-size: 22px; }
  .questions-intro h2 { font-size: 31px; }
  .faq-filters button { padding: 10px; font-size: 9px; }
  .faq-count { display: none; }
  .faq-answers summary { font-size: 11px; padding-inline: 13px; gap: 10px; }
  .question-answer { padding-left: 33px; padding-right: 20px; }
  .recovery-card { padding: 20px; grid-template-columns: 62px 1fr; gap: 13px; }
  .recovery-card h3 { font-size: 18px; }
  .recovery-card-action { font-size: 10px; }
}
@media (prefers-reduced-motion: reduce) {
  .question-answer { animation: none; }
  .setup-visual *, .recovery-illustration *, .setup-action > span, .question-toggle { transition: none; }
}
