/* MyTalentFunded funding pages — same premium dark CRM theme, Hola-inspired information architecture only */
.hp-page{
  --hp-gold:#d7b35a;
  --hp-gold-soft:#f0d98b;
  --hp-ink:#f5f1e7;
  --hp-muted:#9aa39c;
  --hp-line:rgba(215,179,90,.16);
  --hp-bg:#050806;
  --hp-card:#0b130f;
  color:var(--hp-ink);
  background:
    radial-gradient(circle at 78% 0,rgba(22,124,86,.11),transparent 34rem),
    linear-gradient(180deg,#050806 0%,#060a08 100%);
  min-height:calc(100vh - 72px);
  margin:-28px -30px -40px;
  padding:30px 36px 48px;
}
.hp-page *{box-sizing:border-box}
.hp-page .hp-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:24px}
.hp-page .hp-title-line{display:flex;align-items:center;gap:14px}
.hp-page .hp-heading h1{margin:0;color:#f7f3e8;font-size:30px;line-height:1.15;font-weight:780;letter-spacing:-.035em}
.hp-page .hp-heading p{margin:8px 0 0;color:var(--hp-muted);font-size:14px;line-height:1.55}
.hp-page .hp-tabs{display:flex;gap:32px;border-bottom:1px solid var(--hp-line);margin:8px 0 34px;max-width:560px}
.hp-page .hp-tab{appearance:none;border:0;background:transparent;color:#8f9992;padding:12px 2px 13px;font:inherit;font-size:14px;font-weight:650;position:relative;cursor:pointer}
.hp-page .hp-tab:hover{color:#d8d2c3}
.hp-page .hp-tab.active{color:var(--hp-gold-soft)}
.hp-page .hp-tab.active:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:3px;border-radius:3px 3px 0 0;background:linear-gradient(90deg,#f1d77d,#b88b37)}
.hp-page .hp-empty{position:relative;overflow:hidden;display:grid;grid-template-columns:minmax(0,1fr) 320px;align-items:center;min-height:232px;padding:38px 42px;border:1px solid rgba(215,179,90,.22);border-radius:16px;background:linear-gradient(112deg,#0d1712 0%,#0a120e 58%,#0f1d16 100%);box-shadow:0 18px 48px rgba(0,0,0,.22),inset 0 1px 0 rgba(255,255,255,.025)}
.hp-page .hp-empty:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 82% 32%,rgba(215,179,90,.12),transparent 34%);pointer-events:none}
.hp-page .hp-empty-copy{position:relative;z-index:2;max-width:680px}
.hp-page .hp-empty h2{margin:0 0 9px;color:#fffaf0;font-size:34px;line-height:1.1;letter-spacing:-.035em;font-weight:800}
.hp-page .hp-empty p{margin:0;color:#aab3ac;font-size:15px;line-height:1.65}
.hp-page .hp-cta{display:inline-flex;align-items:center;justify-content:center;margin-top:24px;min-height:46px;padding:0 24px;border-radius:9px;background:linear-gradient(135deg,#f0d783,#c7993d);color:#171108;text-decoration:none;font-size:14px;font-weight:800;box-shadow:0 8px 24px rgba(199,153,61,.18);transition:.16s ease;border:1px solid rgba(255,242,190,.28)}
.hp-page .hp-cta:hover{transform:translateY(-1px);filter:brightness(1.04)}
.hp-page .hp-art{position:relative;z-index:1;display:grid;place-items:center;height:150px}
.hp-page .hp-art-orb{width:112px;height:112px;border-radius:28px;transform:rotate(12deg);background:linear-gradient(145deg,#1b2c22 5%,#d9bb68 44%,#7b5723 100%);border:1px solid rgba(255,239,185,.36);box-shadow:0 25px 42px rgba(0,0,0,.28),inset 0 0 0 10px rgba(255,255,255,.07);position:relative}
.hp-page .hp-art-orb:before{content:"";position:absolute;width:48px;height:48px;border:9px solid rgba(255,244,209,.85);border-radius:50%;left:22px;top:20px}
.hp-page .hp-art-orb:after{content:"";position:absolute;width:60px;height:9px;border-radius:20px;background:rgba(255,244,209,.82);left:18px;bottom:24px}
.hp-page .hp-art-doc{width:102px;height:126px;border-radius:18px;background:linear-gradient(145deg,#14231a 5%,#d5b461 52%,#76501f 100%);border:1px solid rgba(255,239,185,.36);box-shadow:0 22px 42px rgba(0,0,0,.3);position:relative;transform:rotate(5deg)}
.hp-page .hp-art-doc:before{content:"TF";position:absolute;inset:26px 22px auto;height:46px;border:1px solid rgba(255,246,216,.6);border-radius:12px;display:grid;place-items:center;color:#fff1bd;font-weight:900;font-size:20px;background:rgba(5,8,6,.28)}
.hp-page .hp-art-doc:after{content:"";position:absolute;left:22px;right:22px;bottom:24px;height:4px;border-radius:8px;background:rgba(255,244,209,.76);box-shadow:0 -13px 0 rgba(255,244,209,.45)}
.hp-page .hp-select-row{display:flex;align-items:center;gap:12px;margin:0 0 28px}
.hp-page .hp-select-row label{font-size:13px;font-weight:700;color:#c4c9c5}
.hp-page .hp-select{min-width:210px;height:42px;border:1px solid rgba(215,179,90,.2);border-radius:8px;background:#09100d;color:#ece9df;padding:0 13px;font-size:14px;outline:none}
.hp-page .hp-select:focus{border-color:rgba(240,217,139,.52);box-shadow:0 0 0 3px rgba(215,179,90,.08)}
.hp-page .hp-info-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-bottom:24px}
.hp-page .hp-mini{background:linear-gradient(180deg,#0d1712,#09110d);border:1px solid var(--hp-line);border-radius:12px;padding:18px 20px;box-shadow:0 8px 24px rgba(0,0,0,.12)}
.hp-page .hp-mini small{display:block;color:#7f8982;font-size:11px;font-weight:750;text-transform:uppercase;letter-spacing:.08em;margin-bottom:8px}
.hp-page .hp-mini strong{display:block;color:#f0ede5;font-size:17px;font-weight:720}
.hp-page .hp-note{margin-top:18px;color:#7f8982;font-size:12px;line-height:1.55}
@media(max-width:980px){.hp-page{margin:-22px -20px -32px;padding:24px 22px 36px}.hp-page .hp-empty{grid-template-columns:1fr 220px;padding:30px}.hp-page .hp-info-grid{grid-template-columns:1fr 1fr}}
@media(max-width:720px){.hp-page{margin:-18px -14px -24px;padding:20px 15px 30px}.hp-page .hp-heading h1{font-size:25px}.hp-page .hp-tabs{gap:20px;overflow:auto}.hp-page .hp-empty{grid-template-columns:1fr;padding:26px 22px}.hp-page .hp-art{display:none}.hp-page .hp-empty h2{font-size:28px}.hp-page .hp-info-grid{grid-template-columns:1fr}.hp-page .hp-select-row{align-items:flex-start;flex-direction:column}.hp-page .hp-select{width:100%}}
