/* Broker benefits and compact, vertically ordered product cards. */
.setup-intro{padding-block:42px 28px;max-width:1000px}
.setup-intro h1{font-size:clamp(2rem,4vw,3.5rem);line-height:1.12;margin:12px 0 18px}
.setup-intro p{font-size:1.0625rem;max-width:670px;line-height:1.6}
.setup-choices{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}
.setup-choice{display:flex;flex-direction:column;gap:16px;padding:28px;border:1px solid #63532f;background:linear-gradient(135deg,#1e1b12,#10100e);border-radius:14px;min-width:0}
.setup-choice h2{font-size:1.7rem;line-height:1.2;margin:0}
.setup-choice p{font-size:1rem;line-height:1.55;margin:0}
.setup-benefits{list-style:none;padding:0;margin:2px 0 8px;display:grid;gap:12px}
.setup-benefits li{position:relative;padding-left:28px;font-size:1rem;line-height:1.45;color:#e5e5dd}
.setup-benefits li::before{content:"✓";position:absolute;left:0;top:0;color:#74dda2;font-weight:700;font-size:1.15rem}
.setup-choice .button{width:100%;margin-top:auto;font-size:1rem;min-height:58px;display:flex;flex-direction:column;gap:3px;line-height:1.35;padding:12px}
.setup-choice .button span{font-size:.875rem;font-weight:400}
.setup-choice .button:disabled{opacity:1;background:#54472d;border-color:#75623b;color:#fff0c9;cursor:not-allowed}
.setup-note{font-size:.875rem;line-height:1.6;padding-block:18px 30px;color:var(--muted)}
.setup-products{padding-block:28px 60px;border-top:1px solid var(--line)}
.setup-products h2{margin:8px 0 24px;font-size:2rem;line-height:1.2}
.setup-product-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}
.setup-product{display:flex;flex-direction:column;align-items:stretch;gap:14px;padding:24px;border:1px solid #51452c;background:#11110f;border-radius:14px;min-width:0}
.setup-product:hover{border-color:var(--gold);color:var(--text)}
.setup-product:focus-visible{outline:2px solid var(--gold);outline-offset:4px}
.setup-product small{font:400 .875rem/1.5 var(--mono);color:var(--gold)}
.setup-product h3{font-size:1.55rem;line-height:1.25;margin:0;color:var(--text)}
.setup-product-image{width:100%;aspect-ratio:16/9;overflow:hidden;background:#080b10;border:1px solid #302d24;border-radius:7px;display:flex;align-items:center;justify-content:center}
.setup-product-image img{display:block;width:100%;height:auto;max-height:100%;object-fit:contain}
.setup-product p{font-size:1rem;line-height:1.5;margin:0}
.setup-explore{display:block;margin-top:auto;padding:12px 0 0;border-top:1px solid #393327;font-size:1rem;line-height:1.4;color:var(--gold)}
@media(max-width:700px){.setup-choices,.setup-product-grid{grid-template-columns:1fr}.setup-intro{padding-block:28px 24px}.setup-intro h1{font-size:2rem}.setup-choice{padding:21px;gap:14px}.setup-choice h2{font-size:1.5rem}.setup-benefits{gap:10px}.setup-products{padding-block:25px 45px}.setup-products h2{font-size:1.65rem}.setup-product{padding:18px;gap:12px}.setup-product h3{font-size:1.35rem}.setup-note{padding-block:16px 25px}}

/* Expanded homepage-style recommendation card, scoped to the broker page. */
.setup-recommendations{padding-block:34px 12px}
.setup-expanded-card{padding:38px;border:1px solid #796037;border-radius:26px;background:radial-gradient(ellipse at 5% 0%,#44351b 0%,transparent 65%),linear-gradient(125deg,#211d13,#11120f);box-shadow:0 18px 55px #0005}
.setup-expanded-intro{max-width:760px;margin-bottom:28px}.setup-expanded-intro .eyebrow{font-size:.875rem;letter-spacing:.08em;color:#eed080}.setup-expanded-intro h1{font-size:clamp(2rem,4vw,3.3rem);line-height:1.12;letter-spacing:-.035em;margin:16px 0 18px}.setup-expanded-intro p{font-size:1.0625rem;line-height:1.6;color:#d4cebe;max-width:630px;margin:0}
.setup-expanded-card .setup-choice{background:#080b0999;border-color:#7c673d66;border-radius:18px;padding:26px;gap:14px}.setup-expanded-card .setup-choice h2{font-size:1.5rem}.setup-expanded-card .setup-choice .eyebrow{font-size:.875rem;letter-spacing:.055em}.setup-expanded-card .setup-choice .button{border-radius:12px;flex-direction:row;font-size:1rem;line-height:1.4;padding:15px 12px;white-space:normal}.setup-expanded-card .setup-choice .button:focus-visible{outline:2px solid white;outline-offset:4px}
@media(max-width:700px){.setup-recommendations{padding-block:24px 8px}.setup-expanded-card{padding:24px 16px;border-radius:22px}.setup-expanded-intro{margin-bottom:24px}.setup-expanded-intro h1{font-size:2rem}.setup-expanded-intro p{font-size:1rem}.setup-expanded-card .setup-choice{padding:19px 16px;gap:12px}.setup-expanded-card .setup-choice h2{font-size:1.35rem}.setup-expanded-card .setup-choices{gap:16px}}
