.hero-showcase { position: relative; overflow: hidden; padding: 74px 0 82px; background-color: var(--paper); background-image: radial-gradient(circle, rgba(23,23,19,.13) 1px, transparent 1px); background-size: 24px 24px; border-bottom: 1px solid var(--line-dark); }
.hero-showcase::after { content: "MARKET"; position: absolute; right: -30px; bottom: -92px; color: rgba(23,23,19,.035); font-size: clamp(150px, 22vw, 310px); font-weight: 900; line-height: .8; letter-spacing: -.09em; pointer-events: none; }
.hero-layout { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(360px, .7fr); align-items: end; gap: clamp(44px, 7vw, 110px); }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 25px; color: var(--ink-soft); font-size: 13px; font-weight: 720; text-transform: uppercase; letter-spacing: .08em; }
.eyebrow span { width: 28px; height: 2px; background: var(--blue); }
.hero-copy h1 { max-width: 830px; margin-bottom: 24px; font-size: clamp(28px, 4.2vw, 48px); font-weight: 750; line-height: 1.05; letter-spacing: -.03em; }
.hero-copy h1 em { color: var(--blue); font-family: Georgia, serif; font-size: .92em; font-weight: 500; letter-spacing: -.03em; }
.hero-main-desc { max-width: 690px; margin-bottom: 31px; color: var(--ink-soft); font-size: clamp(16px, 1.5vw, 19px); line-height: 1.45; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 20px; padding: 12px 19px; border: 1px solid var(--ink); border-radius: 12px; font-size: 15px; font-weight: 750; transition: transform var(--transition), box-shadow var(--transition), background var(--transition); }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--ink); color: #fff; box-shadow: 4px 4px 0 var(--yellow); }
.button-primary:hover { box-shadow: 6px 6px 0 var(--yellow); }
.button-ghost { background: rgba(255,255,255,.7); }
.button-ghost:hover { background: #fff; }
.trust-row { display: flex; flex-wrap: wrap; gap: 12px 27px; margin-top: 44px; color: var(--muted); font-size: 13px; }
.trust-row span { position: relative; }
.trust-row span + span::before { content: "•"; position: absolute; left: -16px; color: var(--line-dark); }
.trust-row b { color: var(--ink); font-weight: 800; }
.hero-ticket { position: relative; padding: 25px; background: var(--yellow); border: 1px solid var(--ink); border-radius: 28px 28px 8px 28px; box-shadow: 9px 9px 0 var(--ink); transform: rotate(1.5deg); transition: transform 260ms cubic-bezier(.2,.8,.2,1); }
.hero-ticket:hover { transform: rotate(0) translateY(-4px); }
.hero-ticket::before, .hero-ticket::after { content: ""; position: absolute; top: 56%; width: 24px; height: 24px; background: var(--paper); border: 1px solid var(--ink); border-radius: 50%; }
.hero-ticket::before { left: -13px; }
.hero-ticket::after { right: -13px; }
.ticket-topline, .ticket-foot { display: flex; justify-content: space-between; gap: 14px; color: rgba(23,23,19,.7); font-size: 11px; font-weight: 750; text-transform: uppercase; letter-spacing: .06em; }
.ticket-value { margin: 30px 0 5px; font-size: clamp(58px, 7vw, 90px); font-weight: 900; line-height: .85; letter-spacing: -.075em; }
.hero-ticket h2 { margin-bottom: 12px; font-size: 24px; }
.hero-ticket p { min-height: 64px; margin-bottom: 24px; color: rgba(23,23,19,.72); font-size: 14px; }
.ticket-code { width: 100%; display: flex; justify-content: space-between; align-items: center; gap: 12px; padding: 16px; background: var(--ink); color: #fff; border: 0; border-radius: 13px; cursor: pointer; text-align: left; transition: transform var(--transition); }
.ticket-code:hover { transform: translateY(-2px); }
.ticket-code span { font-size: 13px; font-weight: 700; }
.ticket-code strong { color: var(--yellow); font-family: var(--font-mono); font-size: 15px; letter-spacing: .04em; }
.ticket-foot { margin-top: 20px; font-size: 9px; }

.featured-section, .catalog-section { padding: 88px 0; }
.subscribe-section { padding: 88px 0; background: var(--paper); }
.subscribe-panel { display: grid; grid-template-columns: 1fr minmax(320px, 460px); gap: 48px; align-items: center; padding: clamp(26px, 5vw, 56px); border: 1px solid var(--line-dark); border-radius: var(--radius-xl); background: var(--yellow-pale); }
.subscribe-panel h2 { max-width: 620px; margin: 12px 0 12px; font-size: clamp(22px, 2.8vw, 32px); font-weight: 750; }
.subscribe-panel p { max-width: 620px; margin: 0; color: var(--ink-soft); }
.subscribe-form { display: grid; grid-template-columns: 1fr auto; gap: 10px; align-items: start; }
.subscribe-form input { width: 100%; height: 52px; padding: 0 16px; border: 1px solid var(--line-dark); border-radius: var(--radius-sm); background: var(--surface); color: var(--ink); }
.subscribe-form input:focus { outline: 0; border-color: var(--ink); box-shadow: 0 0 0 3px rgba(23,23,19,.12); }
.subscribe-form .button { min-height: 52px; }
.subscribe-status { grid-column: 1 / -1; min-height: 22px; color: var(--green) !important; font-size: 13px; }
.home-guides-section { padding: 88px 0; background: var(--surface); border-top: 1px solid var(--line); }
.home-guide-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; margin-top: 28px; }
.home-guide-grid a { min-height: 100px; display: flex; align-items: flex-end; padding: 18px; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--paper); color: var(--blue-deep); font-weight: 760; transition: transform var(--transition), box-shadow var(--transition); }
.home-guide-grid a:hover { transform: translateY(-2px); box-shadow: 4px 4px 0 var(--ink); }
.home-faq { max-width: 850px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.home-faq:first-of-type { margin-top: 36px; }
.home-faq summary { cursor: pointer; font-weight: 760; }
.home-faq p { margin: 12px 0 0; color: var(--ink-soft); }
.featured-section { background: var(--surface); border-bottom: 1px solid var(--line-dark); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 36px; }
.section-heading > div { display: flex; align-items: flex-start; gap: 16px; }
.section-index { margin-top: 5px; color: var(--blue); font-size: 12px; font-weight: 800; letter-spacing: .1em; }
.section-heading h2 { margin: 0; font-size: clamp(22px, 2.8vw, 32px); font-weight: 750; }
.section-heading > p { max-width: 430px; margin: 0; color: var(--muted); font-size: 15px; }
.first-fold-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border: 1px solid var(--line-dark); border-radius: var(--radius-lg); overflow: hidden; }
.first-fold-card { position: relative; min-height: 365px; display: flex; flex-direction: column; padding: 27px; background: var(--surface); transition: background var(--transition); }
.first-fold-card + .first-fold-card { border-left: 1px solid var(--line-dark); }
.first-fold-card:hover { background: #faf9f5; }
.first-fold-card.seller-featured:hover { background: var(--blue-pale); }
.featured-number { position: absolute; right: 24px; top: 17px; color: var(--line); font-size: 54px; font-weight: 900; line-height: 1; letter-spacing: -.06em; }
.card-featured-header { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: flex-start; gap: 24px; margin-bottom: 22px; }
.card-featured-tag { display: inline-flex; padding: 5px 10px; border: 1px solid var(--line-dark); border-radius: 999px; color: var(--ink-soft); font-size: 11px; font-weight: 750; text-transform: uppercase; letter-spacing: .04em; }
.card-featured-amount { font-size: 44px; font-weight: 900; line-height: 1; letter-spacing: -.055em; }
.seller-featured .card-featured-amount { color: var(--blue); }
.featured-card-title { margin-bottom: 10px; font-size: 21px; }
.featured-card-desc { margin-bottom: 24px; color: var(--muted); font-size: 14px; line-height: 1.5; }
.featured-card-btn { width: 100%; min-height: 48px; display: flex; align-items: center; justify-content: space-between; margin-top: auto; padding: 11px 15px; background: var(--ink); color: #fff; border: 0; border-radius: 11px; font-weight: 700; cursor: pointer; transition: transform var(--transition), background var(--transition); }
.featured-card-btn:hover { background: var(--blue); transform: translateY(-2px); }
.catalog-heading { margin-bottom: 24px; }
.catalog-heading > p { padding: 6px 11px; border: 1px solid var(--line-dark); border-radius: 999px; color: var(--ink-soft); font-size: 12px; font-weight: 700; }
.segmented-control-bar { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 26px; }
.segmented-item { min-height: 42px; padding: 8px 14px; background: var(--surface); border: 1px solid var(--line-dark); border-radius: 999px; color: var(--ink-soft); font-size: 13px; font-weight: 700; cursor: pointer; transition: all var(--transition); }
.segmented-item span { display: inline-grid; place-items: center; min-width: 20px; height: 20px; margin-left: 5px; padding-inline: 5px; background: var(--surface-warm); border-radius: 999px; font-size: 10px; }
.segmented-item:hover { border-color: var(--ink); color: var(--ink); }
.segmented-item.active { background: var(--ink); border-color: var(--ink); color: #fff; }
.segmented-item.active span { background: var(--yellow); color: var(--ink); }
.empty-state { padding: 70px 24px; background: var(--surface); border: 1px dashed var(--line-dark); border-radius: var(--radius-lg); text-align: center; }
.empty-state strong, .empty-state span { display: block; }
.empty-state strong { margin-bottom: 6px; font-size: 22px; }
.empty-state span { color: var(--muted); }

@media (max-width: 930px) { .hero-layout { grid-template-columns: 1fr; align-items: start; } .hero-ticket { max-width: 580px; transform: none; } }
@media (max-width: 760px) { .hero-showcase { padding: 52px 0 64px; } .hero-copy h1 { font-size: clamp(26px, 7vw, 36px); } .trust-row span + span::before { display: none; } .featured-section, .catalog-section { padding: 62px 0; } .section-heading { display: block; } .section-heading > p { margin: 18px 0 0 35px; } .first-fold-grid { grid-template-columns: 1fr; } .first-fold-card { min-height: 310px; } .first-fold-card + .first-fold-card { border-left: 0; border-top: 1px solid var(--line-dark); } }
@media (max-width: 760px) { .subscribe-section { padding: 62px 0; } .subscribe-panel { grid-template-columns: 1fr; gap: 28px; } .subscribe-form { grid-template-columns: 1fr; } .subscribe-form .button { width: 100%; } }
@media (max-width: 760px) { .home-guides-section { padding: 62px 0; } .home-guide-grid { grid-template-columns: repeat(2, minmax(0,1fr)); } }
@media (max-width: 460px) { .home-guide-grid { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .hero-actions { display: grid; } .button { width: 100%; } .hero-ticket { padding: 21px; box-shadow: 6px 6px 0 var(--ink); } .ticket-topline span:last-child, .ticket-foot span:last-child { display: none; } .segmented-control-bar { flex-wrap: nowrap; overflow-x: auto; margin-inline: -16px; padding: 0 16px 8px; scrollbar-width: none; } .segmented-item { white-space: nowrap; } }

@keyframes rise-in { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: none; } }
@media (prefers-reduced-motion: no-preference) { .hero-copy > * { animation: rise-in .65s both; } .hero-copy > :nth-child(2) { animation-delay: .08s; } .hero-copy > :nth-child(3) { animation-delay: .14s; } .hero-copy > :nth-child(4) { animation-delay: .2s; } .hero-copy > :nth-child(5) { animation-delay: .26s; } .hero-ticket { animation: rise-in .7s .2s both; } }
