/* MiTiendita public marketplace landing */
.landing-marketplace {
  --market-primary: #5b2eff;
  --market-primary-dark: #3b14bd;
  --market-coral: #ff5b6e;
  --market-yellow: #ffc83d;
  --market-green: #36c66b;
  --market-ink: #1e1e2d;
  --market-muted: #667085;
  --market-line: #e8ebf2;
  --market-soft: #f8f8ff;
  --market-surface: #ffffff;
  --market-shadow: 0 18px 46px rgba(30, 30, 45, 0.08);
  background: #fbfcff;
  color: var(--market-ink);
  font-family: "Inter", "Poppins", sans-serif;
}

html { scroll-padding-top: 96px; }
.landing-container { max-width: 1360px; }
.market-hero, .market-section, .trust-band, .landing-business-cover, #top, #solutions, #solution-memberships, #solution-gyms, #solution-real-estate, #solution-savings, #solution-veterinary, #categories, #businesses, #products, #how, #sell { scroll-margin-top: 96px; }
.market-nav { position: sticky; top: 0; z-index: 50; border-bottom: 1px solid var(--market-line); background: rgba(255, 255, 255, 0.94); backdrop-filter: blur(18px); }
.market-nav .landing-container { width: calc(100% - 32px); max-width: 1680px; }
.market-hero::after, .market-section::after, .market-footer::before { content: ""; position: absolute; left: 50%; width: min(calc(100% - 24px), 1360px); height: 1px; transform: translateX(-50%); background: var(--market-line); }
.market-hero::after, .market-section::after { bottom: 0; }
.market-footer::before { top: 0; }
.market-nav .navbar { padding: 18px 0; }
.market-brand { display: inline-flex; align-items: center; flex: 0 0 auto; text-decoration: none; }
.market-brand img { display: block; width: min(230px, 46vw); height: auto; object-fit: contain; }
.market-footer .market-brand img { width: min(250px, 100%); }
.market-toggler { width: 44px; height: 44px; border: 1px solid var(--market-line); border-radius: 14px; color: var(--market-ink); }
.market-toggler:focus { box-shadow: 0 0 0 4px rgba(91, 46, 255, 0.14); }
.market-nav__links { gap: 26px; }
.market-nav__links .nav-link { position: relative; color: var(--market-ink); font-size: 15px; font-weight: 800; padding: 10px 0; white-space: nowrap; }
.market-nav__links .nav-link.active, .market-nav__links .nav-link:hover, .market-nav__links .nav-link:focus { color: var(--market-primary); }
.market-nav__links .nav-link.active::after { content: ""; position: absolute; right: 0; bottom: 2px; left: 0; height: 2px; border-radius: 999px; background: var(--market-primary); }
.market-solutions-menu { min-width: 280px; margin-top: 10px !important; border: 1px solid var(--market-line); border-radius: 16px; background: #fff; padding: 9px; box-shadow: 0 20px 50px rgba(30, 30, 45, 0.13); }
.market-solutions-menu .dropdown-item { display: flex; align-items: center; gap: 12px; border-radius: 11px; padding: 11px; color: var(--market-ink); }
.market-solutions-menu .dropdown-item:hover { background: var(--market-soft); color: var(--market-primary); }
.market-solutions-menu .dropdown-item > i { display: grid; width: 38px; height: 38px; flex: 0 0 38px; place-items: center; border-radius: 11px; background: rgba(91, 46, 255, .1); color: var(--market-primary); font-size: 20px; }
.market-solutions-menu .dropdown-item span, .market-solutions-menu .dropdown-item strong, .market-solutions-menu .dropdown-item small { display: block; }
.market-solutions-menu .dropdown-item strong { font-size: 13px; }
.market-solutions-menu .dropdown-item small { margin-top: 2px; color: var(--market-muted); font-size: 11px; }
.market-nav__actions, .market-hero__actions, .seller-cta__actions { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.market-nav__search { display: inline-grid; width: 44px; height: 44px; place-items: center; border: 1px solid var(--market-line); border-radius: 14px; color: var(--market-ink); text-decoration: none; }
.market-nav__search:hover { color: var(--market-primary); border-color: rgba(91, 46, 255, 0.25); }
.market-nav__logout-form { margin: 0; }
.market-nav__logout { display: inline-flex; width: 44px; height: 44px; align-items: center; justify-content: center; padding: 0; border: 0; border-radius: 14px; background: var(--market-primary); color: #fff; transition: transform 160ms ease, background 160ms ease; }
.market-nav__logout:hover, .market-nav__logout:focus { background: var(--market-primary-dark); color: #fff; transform: translateY(-1px); }
.market-nav__logout i { font-size: 20px; }
.market-nav__logout span { display: none; }

.market-btn { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; gap: 9px; border: 1px solid transparent; border-radius: 10px; padding: 12px 18px; font-weight: 900; line-height: 1; text-decoration: none; transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease, color 0.18s ease, border-color 0.18s ease; }
.market-btn:hover, .market-btn:focus { transform: translateY(-2px); }
.market-btn--primary { background: var(--market-primary); color: #fff; box-shadow: 0 14px 28px rgba(91, 46, 255, 0.23); }
.market-btn--primary:hover, .market-btn--primary:focus { background: var(--market-primary-dark); color: #fff; }
.market-btn--secondary, .market-btn--ghost { border-color: var(--market-coral); background: #fff; color: var(--market-coral); }
.market-btn--ghost { border-color: transparent; color: var(--market-ink); }
.market-btn--secondary:hover, .market-btn--ghost:hover, .market-btn--secondary:focus, .market-btn--ghost:focus { color: var(--market-primary); border-color: rgba(91, 46, 255, 0.28); }
.market-btn--light { background: #fff; color: var(--market-primary); }
.market-btn--soft { border-color: rgba(255, 255, 255, 0.28); background: rgba(255, 255, 255, 0.14); color: #fff; }
.market-link { color: var(--market-primary); font-weight: 900; text-decoration: none; }

.landing-business-cover { padding: 18px 0 0; }
.landing-business-cover__frame { position: relative; min-height: 190px; overflow: hidden; border-radius: 14px; background: #111827; box-shadow: var(--market-shadow); }
.landing-business-cover__frame img { display: block; width: 100%; height: 100%; min-height: 190px; object-fit: cover; }
.landing-business-cover__frame::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(30, 30, 45, 0.05), rgba(30, 30, 45, 0.58)); }
.landing-business-cover__fallback { min-height: 190px; background: linear-gradient(135deg, var(--market-primary), var(--market-coral)); }
.landing-business-cover__content { position: absolute; right: 0; bottom: 18px; left: 0; z-index: 1; padding: 0 24px; color: #fff; }
.landing-business-cover__content span { display: block; font-size: 13px; font-weight: 800; opacity: 0.88; }
.landing-business-cover__content h1 { margin: 2px 0 0; color: #fff; font-size: 28px; font-weight: 900; line-height: 1.15; text-shadow: 0 2px 12px rgba(15, 23, 42, 0.35); }

.market-hero { position: relative; overflow: hidden; min-height: 560px; background: linear-gradient(180deg, #fff 0%, #fbfcff 100%); padding: 62px 0 54px; }
.market-hero__grid { display: grid; grid-template-columns: minmax(0, 0.86fr) minmax(540px, 1fr); align-items: center; gap: 56px; }
.market-hero h1 { max-width: 720px; margin: 0 0 20px; color: var(--market-primary-dark); font-size: clamp(52px, 6.3vw, 82px); font-weight: 900; line-height: 0.96; letter-spacing: -0.035em; }
.market-hero h1::first-letter { color: var(--market-primary); }
.market-hero h1::after { content: ""; display: inline-block; width: 14px; height: 14px; margin-left: 6px; border-radius: 50%; background: var(--market-coral); vertical-align: baseline; }
.market-hero p { max-width: 560px; color: #596579; font-size: 18px; line-height: 1.58; margin-bottom: 22px; }
.market-search { display: grid; grid-template-columns: 28px minmax(0, 1fr) auto; align-items: center; max-width: 560px; margin-bottom: 14px; border: 1px solid #d9dde8; border-radius: 18px; background: #fff; padding: 8px; box-shadow: 0 16px 38px rgba(30, 30, 45, 0.05); }
.market-search i { color: var(--market-primary); font-size: 22px; margin-left: 12px; }
.market-search input { min-width: 0; border: 0; background: transparent; color: var(--market-ink); font-size: 15px; outline: 0; padding: 14px 14px; }
.market-search__submit { min-height: 44px; border: 0; border-radius: 12px; background: var(--market-primary); color: #fff; font-weight: 900; padding: 0 22px; box-shadow: 0 11px 22px rgba(91, 46, 255, 0.21); }
.market-search:focus-within { border-color: rgba(91, 46, 255, 0.38); box-shadow: 0 0 0 4px rgba(91, 46, 255, 0.1), 0 16px 38px rgba(30, 30, 45, 0.05); }
.market-stats { display: none; }
.category-card > .material-symbols-outlined { color: var(--market-primary); font-size: 27px; line-height: 1; }

.solutions-hub { position: relative; overflow: visible; overflow: clip; background: linear-gradient(180deg, #fafaff 0%, #fff 12%, #fff 100%); padding: 74px 0 34px; }
.solutions-hub::before { content: ""; position: absolute; top: 20px; left: 50%; width: 620px; height: 260px; border-radius: 50%; background: radial-gradient(circle, rgba(91, 46, 255, .11), transparent 68%); transform: translateX(-50%); pointer-events: none; }
.solutions-hub__header { position: relative; max-width: 850px; margin: 0 auto; text-align: center; }
.solutions-hub__header > span { display: inline-flex; border-radius: 999px; background: rgba(91, 46, 255, .1); color: var(--market-primary); padding: 8px 13px; font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.solutions-hub__header h2 { margin: 17px 0 14px; color: var(--market-ink); font-size: clamp(34px, 4.2vw, 55px); font-weight: 900; line-height: 1.05; letter-spacing: -.035em; }
.solutions-hub__header p { max-width: 660px; margin: 0 auto; color: var(--market-muted); font-size: 17px; line-height: 1.65; }
.solutions-hub__nav { position: sticky; top: var(--market-nav-height, 84px); z-index: 40; display: flex; width: fit-content; max-width: 100%; margin: 32px auto 22px; border: 1px solid var(--market-line); border-radius: 16px; background: rgba(255,255,255,.94); padding: 7px; box-shadow: 0 14px 35px rgba(30,30,45,.08); backdrop-filter: blur(16px); }
.solutions-hub .solution-story { scroll-margin-top: calc(var(--market-nav-height, 84px) + 82px); }
.solutions-hub__nav a { display: inline-flex; align-items: center; gap: 8px; border-radius: 11px; color: var(--market-ink); padding: 11px 16px; font-size: 13px; font-weight: 900; text-decoration: none; white-space: nowrap; }
.solutions-hub__nav a:hover { background: var(--market-primary); color: #fff; }
.solution-story__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 11px; }

/* Public pricing by business type */
.pricing-page { background: #fff; color: var(--market-ink); }
.pricing-hero { position: relative; overflow: hidden; border-bottom: 1px solid var(--market-line); background: linear-gradient(145deg, #f7f5ff 0%, #fff 54%, #fff8e7 100%); padding: 52px 0 76px; }
.pricing-hero::before,.pricing-hero::after { content:""; position:absolute; border-radius:999px; pointer-events:none; }
.pricing-hero::before { top:-120px; right:8%; width:330px; height:330px; background:rgba(91,46,255,.08); }
.pricing-hero::after { right:-45px; bottom:-85px; width:210px; height:210px; background:rgba(255,200,61,.24); }
.pricing-back { position:relative; z-index:1; display:inline-flex; align-items:center; gap:8px; color:var(--market-muted); font-size:13px; font-weight:800; text-decoration:none; }
.pricing-back:hover { color:var(--market-primary); }
.pricing-hero__content { position:relative; z-index:1; max-width:850px; margin:46px auto 0; text-align:center; }
.pricing-hero__icon { display:grid; width:66px; height:66px; margin:0 auto 18px; place-items:center; border-radius:20px; color:#fff; background:linear-gradient(145deg,var(--market-primary),#8a5cff); box-shadow:0 18px 36px rgba(91,46,255,.24); font-size:30px; }
.pricing-hero__eyebrow { display:inline-flex; border-radius:999px; background:rgba(255,91,110,.11); color:var(--market-secondary); padding:7px 12px; font-size:11px; font-weight:900; letter-spacing:.08em; text-transform:uppercase; }
.pricing-hero h1 { margin:17px 0 14px; font-size:clamp(38px,5vw,64px); font-weight:950; line-height:1.02; letter-spacing:-.045em; }
.pricing-hero__content>p { max-width:710px; margin:0 auto; color:var(--market-muted); font-size:18px; line-height:1.7; }
.pricing-hero__trust { display:flex; justify-content:center; flex-wrap:wrap; gap:12px 24px; margin-top:25px; color:#475569; font-size:13px; font-weight:750; }
.pricing-hero__trust span { display:inline-flex; align-items:center; gap:7px; }
.pricing-hero__trust i { color:#28b463; font-size:17px; }
.pricing-section { padding:76px 0 88px; }
.pricing-section__header { max-width:720px; margin:0 auto 42px; text-align:center; }
.pricing-section__header>span { color:var(--market-primary); font-size:11px; font-weight:950; letter-spacing:.1em; text-transform:uppercase; }
.pricing-section__header h2 { margin:10px 0 12px; font-size:clamp(30px,4vw,46px); font-weight:930; letter-spacing:-.035em; }
.pricing-section__header p { margin:0; color:var(--market-muted); line-height:1.65; }
.pricing-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:22px; align-items:stretch; }
.pricing-card { position:relative; display:flex; flex-direction:column; min-width:0; border:1px solid var(--market-line); border-radius:24px; background:#fff; padding:30px; box-shadow:0 14px 36px rgba(30,30,45,.065); transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease; }
.pricing-card:hover { transform:translateY(-7px); border-color:rgba(91,46,255,.3); box-shadow:0 24px 54px rgba(30,30,45,.12); }
.pricing-card--featured { border:2px solid var(--market-primary); background:linear-gradient(180deg,#fbfaff,#fff 28%); box-shadow:0 22px 54px rgba(91,46,255,.14); }
.pricing-card__popular { position:absolute; top:-14px; left:50%; transform:translateX(-50%); border-radius:999px; background:var(--market-primary); color:#fff; padding:7px 15px; font-size:11px; font-weight:900; text-transform:uppercase; white-space:nowrap; box-shadow:0 10px 24px rgba(91,46,255,.25); }
.pricing-card__heading { min-height:145px; }
.pricing-card__number { display:inline-grid; width:34px; height:34px; place-items:center; border-radius:10px; background:rgba(91,46,255,.09); color:var(--market-primary); font-size:11px; font-weight:950; }
.pricing-card__heading h3 { margin:17px 0 8px; font-size:23px; font-weight:900; }
.pricing-card__heading p { margin:0; color:var(--market-muted); font-size:14px; line-height:1.6; }
.pricing-card__price { display:flex; align-items:flex-end; flex-wrap:wrap; gap:2px 7px; border-top:1px solid var(--market-line); padding:23px 0; }
.pricing-card__price sup { align-self:flex-start; margin-top:9px; color:var(--market-primary); font-size:18px; font-weight:900; }
.pricing-card__price strong { color:var(--market-ink); font-size:45px; line-height:1; letter-spacing:-.04em; }
.pricing-card__price span { margin-bottom:5px; color:var(--market-muted); font-size:12px; font-weight:750; }
.pricing-card__cta { justify-content:center; width:100%; }
.pricing-card__features { margin-top:26px; }
.pricing-card__features>strong { display:block; margin-bottom:14px; font-size:13px; }
.pricing-card__features ul { display:grid; gap:11px; margin:0; padding:0; list-style:none; }
.pricing-card__features li { display:flex; align-items:flex-start; gap:9px; color:#475569; font-size:13px; line-height:1.4; }
.pricing-card__features i { display:grid; flex:0 0 20px; width:20px; height:20px; place-items:center; border-radius:999px; background:rgba(40,180,99,.12); color:#1c9b54; font-weight:900; }
.pricing-help { display:grid; grid-template-columns:auto 1fr auto; align-items:center; gap:18px; margin-top:38px; border:1px solid rgba(91,46,255,.14); border-radius:22px; background:linear-gradient(115deg,rgba(91,46,255,.07),rgba(255,91,110,.05)); padding:24px 28px; }
.pricing-help__icon { display:grid; width:48px; height:48px; place-items:center; border-radius:15px; background:#fff; color:var(--market-primary); box-shadow:0 8px 20px rgba(30,30,45,.08); font-size:23px; }
.pricing-help strong { display:block; margin-bottom:3px; }
.pricing-help p { margin:0; color:var(--market-muted); font-size:13px; }
.solution-story { --solution-accent: var(--market-primary); display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(400px, .92fr); align-items: center; gap: clamp(40px, 7vw, 100px); min-height: 620px; border-bottom: 1px solid var(--market-line); padding: 72px clamp(0px, 3vw, 38px); }
.solution-story:last-child { border-bottom: 0; }
.solution-story--reverse .solution-story__content { order: 2; }
.solution-story--reverse .solution-story__visual { order: 1; }
.solution-story--memberships { --solution-accent: #2563eb; }
.solution-story--gyms { --solution-accent: #0f9f8f; }
.solution-story--real-estate { --solution-accent: var(--market-coral); }
.solution-story--savings { --solution-accent: var(--market-green); }
.solution-story--veterinary { --solution-accent: #e0528d; }
.solution-story--nutrition { --solution-accent: #7c3aed; }
.solution-story--point-of-sale { --solution-accent: #0891b2; }
.solution-story--online-orders { --solution-accent: #f97316; }
.solution-story--raffles { --solution-accent: #db2777; }
.solution-story__presentation-button { border: 1px solid var(--solution-accent); background: var(--solution-accent); color: #fff; }
.solution-story__presentation-button:hover { background: color-mix(in srgb, var(--solution-accent) 82%, #111827); border-color: color-mix(in srgb, var(--solution-accent) 82%, #111827); color: #fff; transform: translateY(-2px); }
.nutrition-demo__patient{align-items:center;background:color-mix(in srgb,var(--solution-accent) 8%,white);border-radius:14px;display:flex;gap:12px;margin:16px 0;padding:14px}.nutrition-demo__patient>span{align-items:center;background:color-mix(in srgb,var(--solution-accent) 16%,white);border-radius:50%;color:var(--solution-accent);display:flex;height:46px;justify-content:center;width:46px}.nutrition-demo__patient small,.nutrition-demo__patient strong,.nutrition-demo__patient b{display:block}.nutrition-demo__patient b{color:#64748b;font-size:11px;margin-top:3px}.nutrition-demo__progress{margin:18px 0}.nutrition-demo__progress>span{background:linear-gradient(90deg,var(--solution-accent) var(--value),#e8eaf2 var(--value));border-radius:999px;display:block;height:9px}.nutrition-demo__progress small{color:#64748b;display:block;margin-top:7px}.orders-demo__ticket{background:#fff7ed;border:1px solid #fed7aa;border-radius:14px;margin:17px 0;padding:15px}.orders-demo__ticket span,.orders-demo__ticket b,.orders-demo__ticket small{display:block}.orders-demo__ticket span{color:var(--solution-accent);font-size:11px;font-weight:900}.orders-demo__ticket b{margin:5px 0}.orders-demo__ticket small{color:#64748b}.orders-demo__states{display:grid;gap:6px;grid-template-columns:repeat(3,1fr);margin:18px 0}.orders-demo__states span{background:#f1f5f9;border-radius:8px;color:#64748b;font-size:10px;font-weight:800;padding:8px;text-align:center}.orders-demo__states .is-done{background:#dcfce7;color:#15803d}.orders-demo__states .is-active{background:#ffedd5;color:#c2410c}
.raffles-demo__prize{align-items:center;background:#fdf2f8;border:1px solid #fbcfe8;border-radius:14px;display:flex;gap:12px;margin:17px 0;padding:14px}.raffles-demo__prize>span{align-items:center;background:#fce7f3;border-radius:12px;color:var(--solution-accent);display:flex;font-size:25px;height:48px;justify-content:center;width:48px}.raffles-demo__prize small,.raffles-demo__prize strong,.raffles-demo__prize b{display:block}.raffles-demo__prize small{color:#64748b;font-size:10px}.raffles-demo__prize b{color:var(--solution-accent);font-size:11px;margin-top:3px}.raffles-demo__tickets{display:grid;gap:7px;grid-template-columns:repeat(4,1fr);margin:18px 0}.raffles-demo__tickets span{background:#f8fafc;border:1px solid #e2e8f0;border-radius:9px;color:#475569;font-size:11px;font-weight:900;padding:9px 5px;text-align:center}.raffles-demo__tickets .is-paid{background:#dcfce7;border-color:#bbf7d0;color:#15803d}.raffles-demo__tickets .is-reserved{background:#fef3c7;border-color:#fde68a;color:#b45309}
.pos-demo__sale{align-items:center;background:color-mix(in srgb,var(--solution-accent) 8%,#fff);border-radius:15px;display:grid;gap:11px;grid-template-columns:auto minmax(0,1fr) auto;margin:18px 0;padding:14px}.pos-demo__sale>span{background:var(--solution-accent);border-radius:12px;color:#fff;display:grid;font-size:24px;height:48px;place-items:center;width:48px}.pos-demo__sale small,.pos-demo__sale strong,.pos-demo__sale b{display:block}.pos-demo__sale small{color:var(--solution-accent);font-size:9px;font-weight:900;text-transform:uppercase}.pos-demo__sale strong{color:var(--market-ink);font-size:16px}.pos-demo__sale b{color:var(--market-muted);font-size:9px}.pos-demo__sale em{color:var(--market-ink);font-size:16px;font-style:normal;font-weight:900}.pos-demo__payments{display:grid;gap:7px;grid-template-columns:repeat(3,1fr)}.pos-demo__payments span{align-items:center;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;color:#475569;display:flex;font-size:10px;font-weight:850;gap:5px;justify-content:center;padding:10px 5px}.pos-demo__payments i{color:var(--solution-accent);font-size:16px}
.solution-story__tag { display: inline-flex; align-items: center; gap: 8px; border-radius: 999px; background: color-mix(in srgb, var(--solution-accent) 11%, #fff); color: var(--solution-accent); padding: 8px 13px; font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .055em; }
.solution-story__plans-button { border-color: var(--solution-accent); background: var(--solution-accent); color: #fff; box-shadow: 0 12px 24px color-mix(in srgb, var(--solution-accent) 23%, transparent); }
.solution-story__plans-button:hover, .solution-story__plans-button:focus { border-color: color-mix(in srgb, var(--solution-accent) 82%, #111827); background: color-mix(in srgb, var(--solution-accent) 82%, #111827); color: #fff; }
.solution-story__content h3 { max-width: 690px; margin: 18px 0 15px; color: var(--market-ink); font-size: clamp(31px, 3.4vw, 48px); font-weight: 900; line-height: 1.08; letter-spacing: -.032em; }
.solution-story__content > p { max-width: 650px; color: var(--market-muted); font-size: 16px; line-height: 1.7; }
.solution-story__features { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 13px 22px; margin: 27px 0 30px; padding: 0; list-style: none; }
.solution-story__features li { display: flex; align-items: flex-start; gap: 10px; }
.solution-story__features li > i { display: grid; width: 24px; height: 24px; flex: 0 0 24px; place-items: center; border-radius: 50%; background: color-mix(in srgb, var(--solution-accent) 13%, #fff); color: var(--solution-accent); font-weight: 900; }
.solution-story__features strong, .solution-story__features span { display: block; }
.solution-story__features strong { margin-bottom: 3px; color: var(--market-ink); font-size: 14px; }
.solution-story__features span { color: var(--market-muted); font-size: 12px; line-height: 1.5; }
.solution-story__visual { position: relative; display: grid; min-height: 440px; place-items: center; }
.solution-story__visual::before, .solution-story__visual::after { content: ""; position: absolute; border-radius: 50%; }
.solution-story__visual::before { width: 390px; height: 390px; background: color-mix(in srgb, var(--solution-accent) 11%, #fff); }
.solution-story__visual::after { right: 7%; bottom: 7%; width: 72px; height: 72px; background: var(--market-yellow); opacity: .88; }
.solution-demo { position: relative; z-index: 2; width: min(100%, 430px); border: 9px solid #fff; border-radius: 24px; background: #fff; padding: 24px; box-shadow: 0 28px 75px rgba(30,30,45,.15); transform: rotate(1.5deg); }
.solution-story--reverse .solution-demo { transform: rotate(-1.5deg); }
.solution-demo__top { display: flex; align-items: center; justify-content: space-between; gap: 15px; border-bottom: 1px solid var(--market-line); padding-bottom: 17px; }
.solution-demo__top span { display: inline-flex; align-items: center; gap: 8px; color: var(--market-muted); font-size: 13px; font-weight: 850; }
.solution-demo__top span i { color: var(--solution-accent); font-size: 20px; }
.solution-demo__top strong { color: var(--market-ink); font-size: 21px; }
.solution-demo__metrics { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 10px; margin: 18px 0; }
.solution-demo__metrics div { border-radius: 13px; background: var(--market-soft); padding: 14px; }
.solution-demo__metrics small, .solution-demo__metrics strong { display: block; }
.solution-demo__metrics small { color: var(--market-muted); font-size: 10px; font-weight: 800; }
.solution-demo__metrics strong { margin-top: 4px; color: var(--market-ink); font-size: 17px; }
.solution-demo__bars { display: flex; align-items: end; gap: 12px; height: 125px; border-bottom: 1px solid var(--market-line); padding: 10px 12px 0; }
.solution-demo__bars span { width: 20%; height: var(--value); border-radius: 8px 8px 2px 2px; background: linear-gradient(180deg, var(--solution-accent), color-mix(in srgb, var(--solution-accent) 65%, #fff)); }
.solution-demo__status { display: flex; align-items: center; gap: 8px; margin-top: 17px; border-radius: 12px; background: color-mix(in srgb, var(--solution-accent) 9%, #fff); color: var(--solution-accent); padding: 11px 13px; font-size: 12px; font-weight: 900; }
.solution-property__image { position: relative; display: grid; height: 210px; place-items: center; overflow: hidden; border-radius: 15px; background: linear-gradient(135deg, #3b14bd, var(--market-primary)); color: rgba(255,255,255,.86); font-size: 82px; }
.gym-demo__hero { display: flex; align-items: center; gap: 13px; margin-top: 18px; border-radius: 15px; background: color-mix(in srgb, var(--solution-accent) 9%, #fff); padding: 15px; }
.gym-demo__icon { display: grid; width: 54px; height: 54px; flex: 0 0 54px; place-items: center; border-radius: 15px; background: linear-gradient(135deg, #0f766e, #14b8a6); color: #fff; font-size: 25px; }
.gym-demo__hero > span:last-child { min-width: 0; }
.gym-demo__hero small, .gym-demo__hero strong, .gym-demo__hero b { display: block; }
.gym-demo__hero small { color: var(--solution-accent); font-size: 9px; font-weight: 900; text-transform: uppercase; }
.gym-demo__hero strong { color: var(--market-ink); font-size: 25px; line-height: 1.1; }
.gym-demo__hero b { color: #16834a; font-size: 10px; }
.gym-demo__activity { display: grid; gap: 3px; }
.gym-demo__activity > span { display: grid; grid-template-columns: 25px minmax(0,1fr) auto; align-items: center; gap: 8px; border-bottom: 1px solid var(--market-line); padding: 9px 2px; }
.gym-demo__activity i { color: var(--solution-accent); font-size: 18px; }
.gym-demo__activity b { color: var(--market-ink); font-size: 11px; }
.gym-demo__activity small { color: var(--market-muted); font-size: 9px; }
.solution-property__image::after { content: ""; position: absolute; inset: 45% -10% -55%; border-radius: 50% 50% 0 0; background: rgba(255,255,255,.13); }
.solution-property__image span { position: absolute; top: 13px; left: 13px; border-radius: 999px; background: var(--market-coral); color: #fff; padding: 6px 10px; font-size: 10px; font-weight: 900; }
.solution-property__body { padding: 17px 2px 3px; }
.solution-property__body small, .solution-property__body strong, .solution-property__body b { display: block; }
.solution-property__body small { color: var(--market-muted); font-size: 11px; }
.solution-property__body strong { margin: 5px 0 9px; color: var(--market-ink); font-size: 17px; }
.solution-property__body b { color: var(--market-primary); font-size: 22px; }
.solution-property__body > div { display: flex; gap: 17px; margin-top: 13px; color: var(--market-muted); font-size: 12px; font-weight: 800; }
.savings-ring { display: grid; width: 160px; height: 160px; margin: 22px auto; place-items: center; border-radius: 50%; background: conic-gradient(var(--solution-accent) 78%, #edf0f5 0); }
.savings-ring::before { content: ""; grid-area: 1/1; width: 122px; height: 122px; border-radius: 50%; background: #fff; }
.savings-ring div { position: relative; z-index: 1; grid-area: 1/1; text-align: center; }
.savings-ring strong, .savings-ring small { display: block; }
.veterinary-demo__patient { display: grid; grid-template-columns: auto minmax(0,1fr) auto; align-items: center; gap: 12px; margin: 18px 0 4px; border-radius: 15px; background: color-mix(in srgb, var(--solution-accent) 8%, #fff); padding: 14px; }
.veterinary-demo__avatar { display: grid; width: 50px; height: 50px; place-items: center; border-radius: 14px; background: var(--solution-accent); color: #fff; font-size: 26px; }
.veterinary-demo__patient small, .veterinary-demo__patient strong, .veterinary-demo__patient span { display: block; }
.veterinary-demo__patient small { color: var(--solution-accent); font-size: 9px; font-weight: 900; text-transform: uppercase; letter-spacing: .04em; }
.veterinary-demo__patient strong { margin: 2px 0; color: var(--market-ink); font-size: 18px; }
.veterinary-demo__patient span { color: var(--market-muted); font-size: 10px; }
.veterinary-demo__patient > b { border-radius: 999px; background: #dff8e9; color: #16834a; padding: 6px 8px; font-size: 9px; }
.veterinary-demo__timeline { display: grid; gap: 8px; }
.veterinary-demo__timeline > span { display: grid; grid-template-columns: 28px minmax(0,1fr) auto; align-items: center; gap: 8px; border-bottom: 1px solid var(--market-line); padding: 8px 2px; }
.veterinary-demo__timeline i { display: grid; width: 28px; height: 28px; place-items: center; border-radius: 8px; background: color-mix(in srgb, var(--solution-accent) 10%, #fff); color: var(--solution-accent); }
.veterinary-demo__timeline b { color: var(--market-ink); font-size: 11px; }
.veterinary-demo__timeline small { color: var(--market-muted); font-size: 9px; }
.savings-ring strong { color: var(--market-ink); font-size: 29px; }
.savings-ring small { color: var(--market-muted); font-size: 10px; font-weight: 800; }

.market-hero__visual { min-height: 410px; }
.hero-showcase { position: relative; min-height: 430px; }
.hero-shape { position: absolute; display: block; pointer-events: none; }
.hero-shape--yellow { right: 158px; top: 2px; width: 300px; height: 300px; border-radius: 48% 52% 54% 46%; background: var(--market-yellow); transform: rotate(-14deg); }
.hero-shape--purple { left: 58px; top: 82px; width: 170px; height: 170px; border-radius: 50%; background: rgba(91, 46, 255, 0.08); }
.hero-shape--green { left: 112px; top: 236px; width: 18px; height: 18px; border-radius: 50%; background: var(--market-green); }
.hero-shape--coral { right: 22px; top: 132px; width: 28px; height: 28px; transform: rotate(45deg); background: var(--market-coral); border-radius: 18px 18px 4px 18px; }
.hero-store-card { position: absolute; top: 36px; left: 118px; z-index: 2; width: 382px; overflow: hidden; border: 10px solid #fff; border-radius: 18px; background: #fff; box-shadow: var(--market-shadow); }
.hero-store-card img { display: block; width: 100%; height: 150px; object-fit: cover; }
.hero-store-card__body { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 16px 18px; }
.hero-store-card__body strong { display: block; color: var(--market-ink); font-size: 15px; font-weight: 900; }
.hero-store-card__body span { display: inline-flex; align-items: center; gap: 5px; color: var(--market-muted); font-size: 12px; font-weight: 800; }
.hero-rating { color: var(--market-ink) !important; }
.hero-rating i { color: var(--market-yellow); }
.hero-floating-product { position: absolute; z-index: 3; display: flex; align-items: center; gap: 14px; width: 245px; border-radius: 20px; background: #fff; padding: 14px; box-shadow: 0 18px 46px rgba(30, 30, 45, 0.12); }
.hero-floating-product img { width: 78px; height: 78px; flex: 0 0 78px; border-radius: 14px; object-fit: cover; background: #f4f6fb; }
.hero-floating-product__placeholder { display: inline-grid !important; width: 78px; height: 78px; flex: 0 0 78px; place-items: center; border-radius: 14px; background: linear-gradient(145deg, #f2efff, #f7f8fc); color: var(--market-purple) !important; }
.hero-floating-product__placeholder i { font-size: 34px; font-weight: 400; }
.hero-floating-product span { display: block; color: var(--market-ink); font-size: 13px; font-weight: 800; line-height: 1.2; }
.hero-floating-product strong { display: block; margin-top: 6px; color: var(--market-coral); font-size: 15px; font-weight: 900; }
.hero-floating-product--top { top: 48px; right: 36px; }
.hero-floating-product--bottom { top: 194px; right: 0; }
.hero-verified { position: absolute; bottom: 38px; left: 152px; z-index: 4; display: inline-flex; align-items: center; gap: 8px; border-radius: 999px; background: #fff; color: var(--market-ink); font-size: 13px; font-weight: 900; padding: 10px 14px; box-shadow: var(--market-shadow); }
.hero-verified i { display: inline-grid; width: 25px; height: 25px; place-items: center; border-radius: 50%; background: rgba(54, 198, 107, 0.13); color: var(--market-green); }
.hero-brand-mark { position: absolute; right: 170px; bottom: 0; z-index: 4; width: 142px; height: auto; filter: drop-shadow(0 22px 28px rgba(91, 46, 255, 0.23)); }

.market-section { position: relative; padding: 44px 0; background: #fff; }
.market-section--soft { background: #fff; }
.market-section--compact { padding: 0; }
.market-product-detail { padding: 54px 0 78px; }
.market-section__header { max-width: none; margin-bottom: 18px; }
.market-section__header--split, .market-section__header--compact { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.market-section__header h2 { margin: 0; color: var(--market-ink); font-size: 23px; font-weight: 900; line-height: 1.15; letter-spacing: -0.02em; }
.market-section__header p { margin: 8px 0 0; color: var(--market-muted); font-size: 15px; }
.market-eyebrow { display: none; }

.category-grid, .business-grid, .product-grid, .benefit-grid, .steps-grid, .story-grid { display: grid; gap: 16px; }
.category-grid { grid-template-columns: repeat(9, minmax(0, 1fr)); }
.category-card { display: grid; min-height: 86px; place-items: center; gap: 7px; border: 1px solid var(--market-line); border-radius: 10px; background: #fff; color: var(--market-ink); padding: 12px 8px; text-align: center; text-decoration: none; transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease; }
.category-card:hover, .business-card:hover, .product-card:hover { transform: translateY(-3px); border-color: rgba(91, 46, 255, 0.25); box-shadow: var(--market-shadow); }
.category-card i { display: grid; width: 34px; height: 34px; place-items: center; color: var(--market-primary); font-size: 28px; }
.category-card:nth-child(2n) i { color: var(--market-coral); }
.category-card:nth-child(3n) i { color: #f0ae00; }
.category-card:nth-child(4n) i { color: var(--market-green); }
.category-card span { display: block; font-size: 11px; font-weight: 900; }
.category-card small { display: none; }

.business-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.business-card { overflow: hidden; border: 1px solid var(--market-line); border-radius: 10px; background: #fff; box-shadow: 0 12px 30px rgba(30, 30, 45, 0.055); transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease; }
.business-card__cover { display: flex; align-items: center; justify-content: center; height: 116px; overflow: hidden; background: linear-gradient(135deg, #f1ecff, #fff2bf); }
.business-card__cover img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.business-card__cover-placeholder { display: grid; width: 100%; height: 100%; place-items: center; color: var(--market-primary); font-size: 36px; }
.business-card__body { padding: 12px 14px; }
.business-card__identity { display: block; }
.business-card__logo { display: none; }
.business-card h3 { margin: 0 0 8px; color: var(--market-ink); font-size: 14px; font-weight: 900; line-height: 1.2; }
.business-card p { display: none; }
.business-card__meta { display: flex; align-items: center; justify-content: space-between; gap: 10px; color: var(--market-muted); font-size: 12px; font-weight: 800; }
.business-card__meta span { display: inline-flex; align-items: center; gap: 5px; }
.business-card__meta span::after { content: "4.9"; color: var(--market-ink); }
.business-card__meta span i { color: var(--market-muted); }
.business-card__meta a { color: var(--market-primary); font-weight: 900; text-decoration: none; }

.product-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.product-slider { position: relative; }
.product-slider__controls { position: absolute; right: 0; bottom: calc(100% + 18px); display: flex; align-items: center; gap: 10px; }
.product-slider__button { display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid rgba(91, 46, 255, 0.14); border-radius: 14px; background: #fff; color: var(--market-primary); font-size: 24px; box-shadow: 0 12px 28px rgba(30, 30, 45, 0.06); transition: transform 0.18s ease, background-color 0.18s ease, color 0.18s ease, border-color 0.18s ease; }
.product-slider__button:hover, .product-slider__button:focus { border-color: var(--market-primary); background: var(--market-primary); color: #fff; transform: translateY(-2px); }
.product-slider__button:disabled { cursor: default; opacity: 0.38; transform: none; }
.product-slider__viewport { overflow-x: auto; overflow-y: visible; scroll-behavior: smooth; scroll-snap-type: x mandatory; scrollbar-width: none; }
.product-slider__viewport::-webkit-scrollbar { display: none; }
.product-grid--featured { display: flex; gap: 18px; align-items: stretch; padding: 2px 2px 22px; }
.product-grid--featured .product-card { flex: 0 0 clamp(280px, 24vw, 330px); scroll-snap-align: start; }
.product-card__image-placeholder { align-items:center;background:linear-gradient(135deg,#f2efff,#fff5f7);color:var(--market-primary);display:flex;height:100%;justify-content:center;width:100%; }
.product-card__image-placeholder .material-symbols-outlined { font-size:48px;opacity:.72; }
.product-slider__empty { align-items:center;background:#faf9ff;border:1px dashed #d9d5f5;border-radius:18px;color:#64748b;display:flex;flex:1 0 100%;flex-direction:column;justify-content:center;min-height:230px;padding:36px;text-align:center; }
.product-slider__empty .material-symbols-outlined { color:var(--market-primary);font-size:42px;margin-bottom:10px; }
.product-slider__empty strong { color:#26243a;font-size:18px; }
.product-slider__empty p { margin:6px 0 0; }
.product-slider.is-static .product-slider__controls { display: none; }
.product-card { position: relative; overflow: hidden; min-height: 0; border: 1px solid rgba(91, 46, 255, 0.1); border-radius: 16px; background: #fff; box-shadow: 0 16px 40px rgba(30, 30, 45, 0.055); transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease; }
.product-card::after { content: ""; position: absolute; inset: auto 18px 0; height: 3px; border-radius: 999px 999px 0 0; background: linear-gradient(90deg, var(--market-primary), var(--market-coral)); opacity: 0; transform: translateY(4px); transition: opacity 0.2s ease, transform 0.2s ease; }
.product-card:hover { transform: translateY(-5px); border-color: rgba(91, 46, 255, 0.22); box-shadow: 0 26px 60px rgba(30, 30, 45, 0.11); }
.product-card:hover::after { opacity: 1; transform: translateY(0); }
.product-card__media { position: relative; display: block; color: inherit; text-decoration: none; }
.product-card__image { display: block; width: 100%; aspect-ratio: 1.45 / 1; overflow: hidden; border-radius: 16px 16px 0 0; background: var(--market-soft); }
.product-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.35s ease; }
.product-card:hover .product-card__image img { transform: scale(1.06); }
.product-card__price { position: absolute; top: 12px; right: 12px; display: inline-flex; align-items: center; min-height: 34px; border-radius: 999px; background: var(--market-coral); color: #fff; padding: 7px 12px; font-size: 14px; font-weight: 900; box-shadow: 0 14px 30px rgba(255, 91, 110, 0.26); }
.product-card__body { min-width: 0; padding: 16px 16px 18px; }
.product-card__topline { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-bottom: 8px; color: var(--market-muted); font-size: 11px; font-weight: 850; text-transform: uppercase; }
.product-card__topline small { color: var(--market-green); font-size: 11px; text-transform: none; }
.product-card h3 { min-height: 42px; margin: 0 0 6px; color: var(--market-ink); font-size: 17px; font-weight: 900; line-height: 1.2; letter-spacing: -0.01em; }
.product-card h3 a, .product-card p a { color: inherit; text-decoration: none; }
.product-card h3 a:hover, .product-card p a:hover { color: var(--market-primary); }
.product-card p { margin: 0 0 14px; overflow: hidden; color: var(--market-muted); font-size: 13px; font-weight: 750; text-overflow: ellipsis; white-space: nowrap; }
.product-card__footer { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.product-card__footer strong { color: var(--market-green); font-size: 12px; font-weight: 900; }
.product-card__footer a { display: inline-flex; align-items: center; gap: 6px; border-radius: 999px; background: rgba(91, 46, 255, 0.08); color: var(--market-primary); padding: 8px 11px; font-size: 12px; font-weight: 900; text-decoration: none; transition: background 0.18s ease, color 0.18s ease, transform 0.18s ease; }
.product-card__footer a:hover { background: var(--market-primary); color: #fff; transform: translateX(2px); }
.product-card__footer a::after { content: "\ea6c"; font-family: remixicon; font-size: 15px; line-height: 1; }

.trust-band { overflow: hidden; background: #fff; color: #fff; padding: 44px 0; }
.trust-band > .landing-container { overflow: hidden; border-radius: 22px; background: linear-gradient(135deg, var(--market-primary), #4720d6); padding: 36px clamp(24px, 5vw, 64px) 40px; box-shadow: 0 24px 70px rgba(91, 46, 255, 0.2); }
.trust-band h2 { margin: 0 0 24px; color: #fff; font-size: 30px; font-weight: 900; text-align: center; }
.trust-band__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; }
.trust-band article { display: flex; align-items: center; gap: 14px; }
.trust-band i { display: grid; width: 48px; height: 48px; flex: 0 0 48px; place-items: center; border-radius: 50%; background: #fff; color: var(--market-primary); font-size: 23px; }
.trust-band strong, .trust-band span { display: block; }
.trust-band strong { color: #fff; font-size: 16px; font-weight: 900; }
.trust-band span { color: rgba(255, 255, 255, 0.82); font-size: 14px; }

.benefit-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.benefit-card, .step-card, .story-card, .market-empty { border: 1px solid var(--market-line); border-radius: 14px; background: #fff; padding: 24px; box-shadow: 0 14px 34px rgba(30, 30, 45, 0.05); }
.benefit-card i, .story-card i { display: inline-grid; width: 46px; height: 46px; place-items: center; border-radius: 14px; background: rgba(91, 46, 255, 0.1); color: var(--market-primary); font-size: 23px; }
.benefit-card h2, .step-card h3, .story-card h3 { margin: 14px 0 8px; color: var(--market-ink); font-size: 18px; font-weight: 900; }
.benefit-card p, .step-card p, .story-card p, .market-empty p { color: var(--market-muted); line-height: 1.6; }
.how-section { background: linear-gradient(180deg, #fff 0%, #fbfcff 100%); }
.how-section .market-section__header { max-width: 760px; margin-bottom: 26px; }
.how-section .market-section__header h2 { font-size: clamp(28px, 3vw, 38px); letter-spacing: -0.03em; }
.steps-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.how-section .steps-grid { position: relative; gap: 18px; }
.how-section .steps-grid::before { content: ""; position: absolute; top: 47px; right: 9%; left: 9%; height: 2px; background: linear-gradient(90deg, rgba(91, 46, 255, 0.16), rgba(255, 91, 110, 0.22), rgba(255, 200, 61, 0.24), rgba(54, 198, 107, 0.2)); }
.step-card { position: relative; overflow: hidden; min-height: 206px; border-color: rgba(91, 46, 255, 0.11); border-radius: 18px; padding: 22px; box-shadow: 0 18px 44px rgba(30, 30, 45, 0.055); transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease; }
.step-card::before { content: ""; position: absolute; inset: 0 0 auto; height: 4px; background: var(--step-accent, var(--market-primary)); }
.step-card:hover { transform: translateY(-3px); border-color: rgba(91, 46, 255, 0.22); box-shadow: 0 24px 54px rgba(30, 30, 45, 0.09); }
.step-card__top { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; margin-bottom: 34px; }
.step-card span { display: inline-grid; width: 34px; height: 34px; place-items: center; border-radius: 12px; background: rgba(91, 46, 255, 0.1); color: var(--step-accent, var(--market-primary)); font-size: 14px; font-weight: 900; }
.step-card i { display: grid; width: 54px; height: 54px; place-items: center; border-radius: 18px; background: color-mix(in srgb, var(--step-accent, var(--market-primary)) 12%, #fff); color: var(--step-accent, var(--market-primary)); font-size: 28px; }
.step-card h3 { margin-top: 0; font-size: 20px; letter-spacing: -0.02em; }
.step-card p { margin-bottom: 0; font-size: 15px; }
.step-card:nth-child(1) { --step-accent: var(--market-primary); }
.step-card:nth-child(2) { --step-accent: var(--market-coral); }
.step-card:nth-child(3) { --step-accent: #f0ae00; }
.step-card:nth-child(4) { --step-accent: var(--market-green); }

.seller-cta { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 30px; overflow: hidden; border-radius: 22px; background: linear-gradient(135deg, var(--market-primary), #4b20db); color: #fff; padding: clamp(28px, 5vw, 52px); box-shadow: 0 24px 70px rgba(91, 46, 255, 0.26); }
.seller-cta .market-eyebrow { display: inline-flex; border-color: rgba(255, 255, 255, 0.24); background: rgba(255, 255, 255, 0.15); color: #fff; }
.seller-cta h2 { max-width: 720px; margin: 16px 0 12px; color: #fff; font-size: clamp(32px, 4vw, 50px); font-weight: 900; line-height: 1.05; }
.seller-cta p { max-width: 690px; color: rgba(255, 255, 255, 0.82); }
.seller-cta ul { display: grid; gap: 10px; margin: 22px 0 0; padding: 0; list-style: none; }
.seller-cta li { display: flex; align-items: center; gap: 10px; color: #fff; font-weight: 800; }
.seller-cta li i { display: inline-grid; width: 26px; height: 26px; place-items: center; border-radius: 999px; background: rgba(255, 255, 255, 0.18); }
.seller-cta__actions { justify-content: flex-end; }
.story-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.market-testimonials { padding-top: 54px; padding-bottom: 44px; }
.market-empty { grid-column: 1 / -1; text-align: center; }
.market-empty i { color: var(--market-primary); font-size: 42px; }

.market-raffles { background: linear-gradient(180deg, #fff8f3 0%, #fff 100%); }
.market-raffle-card__image { background: linear-gradient(135deg, rgba(91, 46, 255, .1), rgba(255, 91, 110, .14)); }
.market-raffle-card__placeholder { display: grid; width: 100%; height: 100%; place-items: center; color: var(--market-primary); font-size: 64px; }
.market-raffle-detail { min-height: 70vh; padding: 54px 0 76px; background: linear-gradient(180deg, #faf8ff, #fff); }
.market-raffle-detail__back { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 24px; color: var(--market-primary); font-weight: 850; text-decoration: none; }
.market-raffle-detail__grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(340px, .95fr); gap: clamp(28px, 5vw, 64px); align-items: start; }
.market-raffle-detail__gallery, .market-raffle-detail__content { overflow: hidden; border: 1px solid var(--market-line); border-radius: 22px; background: #fff; box-shadow: 0 24px 64px rgba(30, 30, 45, .08); }
.market-raffle-detail__content { padding: clamp(26px, 4vw, 46px); }
.market-raffle-detail__content h1 { margin: 18px 0 8px; color: var(--market-ink); font-size: clamp(34px, 5vw, 54px); line-height: 1.03; }
.market-raffle-detail__content h2 { margin: 0 0 18px; color: var(--market-coral); font-size: 23px; }
.market-raffle-detail__content > p { color: var(--market-muted); line-height: 1.75; }
.market-raffle-detail__facts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; margin: 26px 0; }
.market-raffle-detail__facts div { border-radius: 14px; background: var(--market-soft); padding: 15px; }
.market-raffle-detail__facts span, .market-raffle-detail__facts strong { display: block; }
.market-raffle-detail__facts span { color: var(--market-muted); font-size: 11px; font-weight: 800; text-transform: uppercase; }
.market-raffle-detail__facts strong { margin-top: 6px; color: var(--market-ink); font-size: 16px; }
.market-raffle-detail__notice { margin: 20px 0; border-radius: 14px; background: rgba(91, 46, 255, .08); color: var(--market-primary); padding: 16px 18px; font-weight: 800; }
.market-raffle-detail__actions { display: flex; flex-wrap: wrap; gap: 12px; }

.market-footer { position: relative; background: #fff; padding: 56px 0 24px; }
.market-footer__grid { display: grid; grid-template-columns: minmax(280px, 1.4fr) repeat(3, minmax(0, 1fr)); gap: 40px; }
.market-footer h2 { margin: 0 0 14px; color: var(--market-ink); font-size: 15px; font-weight: 900; }
.market-footer a, .market-footer span { display: block; color: var(--market-muted); font-weight: 800; line-height: 1.9; text-decoration: none; }
.market-footer a:hover { color: var(--market-primary); }
.market-footer__bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 38px; border-top: 1px solid var(--market-line); padding-top: 22px; }
.market-scroll-top { position: fixed; right: 24px; bottom: 24px; z-index: 60; display: grid; width: 54px; height: 54px; place-items: center; border: 0; border-radius: 18px; background: conic-gradient(var(--market-primary) var(--scroll-progress, 0deg), rgba(100, 116, 139, 0.18) 0deg); color: var(--market-primary); opacity: 0; pointer-events: none; transform: translateY(12px); transition: opacity 0.22s ease, transform 0.22s ease, box-shadow 0.22s ease; box-shadow: 0 20px 46px rgba(30, 30, 45, 0.16); }
.market-scroll-top::before { content: ""; position: absolute; inset: 5px; border-radius: 14px; background: #fff; }
.market-scroll-top i { position: relative; z-index: 1; font-size: 23px; line-height: 1; }
.market-scroll-top.is-visible { opacity: 1; pointer-events: auto; transform: translateY(0); }
.reveal-up { animation: marketReveal 0.58s ease both; }
@keyframes marketReveal { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: translateY(0); } }

@media only screen and (max-width: 1199px) {
  .market-nav__actions { align-items: stretch; margin-top: 14px; }
  .market-nav__actions .market-btn, .market-nav__search { width: 100%; }
  .market-nav__logout-form, .market-nav__logout { width: 100%; }
  .market-nav__logout { gap: 8px; padding: 0 18px; }
  .market-nav__logout span { display: inline; }
  .market-hero__grid { grid-template-columns: 1fr; }
  .market-hero__visual { max-width: 780px; margin-inline: auto; }
  .category-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); }
  .business-grid, .product-grid, .benefit-grid, .steps-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .how-section .steps-grid::before { display: none; }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .market-brand img { width: 200px; }
  .market-nav__links { gap: 15px; }
  .market-nav__links .nav-link { font-size: 13px; }
  .market-nav__actions { gap: 7px; }
  .market-nav__actions .market-btn { padding-right: 12px; padding-left: 12px; font-size: 13px; }
}

@media only screen and (max-width: 991px) {
  .market-brand img { width: min(210px, 58vw); }
  .market-section__header--split, .market-section__header--compact, .seller-cta { display: block; }
  .seller-cta__actions { justify-content: flex-start; margin-top: 28px; }
  .market-raffle-detail__grid { grid-template-columns: 1fr; }
  .market-solutions-menu { min-width: 100%; box-shadow: none; }
  .solution-story { grid-template-columns: 1fr; min-height: auto; gap: 28px; padding: 60px 12px; }
  .solution-story--reverse .solution-story__content, .solution-story--reverse .solution-story__visual { order: initial; }
  .solution-story__visual { min-height: 410px; }
  .pricing-grid { grid-template-columns: 1fr; max-width: 620px; margin-inline: auto; }
  .pricing-card__heading { min-height: 0; }
  .pricing-help { grid-template-columns: auto 1fr; }
  .pricing-help .market-btn { grid-column: 1 / -1; justify-content: center; }
}

@media only screen and (max-width: 767px) {
  .market-hero { min-height: auto; padding: 42px 0 42px; }
  .market-hero h1 { font-size: 44px; }
  .market-search { grid-template-columns: 24px minmax(0, 1fr); }
  .market-search__submit { grid-column: 1 / -1; margin-top: 4px; width: 100%; }
  .market-hero__actions .market-btn, .seller-cta__actions .market-btn { width: 100%; }
  .product-slider__controls { position: static; justify-content: flex-end; margin: -4px 0 12px; }
  .product-grid--featured .product-card { flex-basis: min(86vw, 330px); }
  .category-grid, .business-grid, .product-grid, .benefit-grid, .steps-grid, .story-grid, .market-footer__grid, .trust-band__grid { grid-template-columns: 1fr; }
  .landing-business-cover { padding-top: 16px; }
  .landing-business-cover__frame, .landing-business-cover__frame img, .landing-business-cover__fallback { min-height: 130px; }
  .hero-showcase { min-height: auto; display: grid; gap: 16px; }
  .hero-shape, .hero-brand-mark, .hero-verified { display: none; }
  .hero-store-card, .hero-floating-product { position: relative; inset: auto; width: 100%; }
  .hero-store-card { top: auto; left: auto; }
  .market-section { padding: 34px 0; }
  .market-footer__bottom { display: block; }
  .market-scroll-top { right: 16px; bottom: 16px; width: 50px; height: 50px; border-radius: 16px; }
  .market-scroll-top::before { border-radius: 12px; }
  .market-raffle-detail__facts { grid-template-columns: 1fr; }
  .market-testimonials { padding-top: 42px; padding-bottom: 34px; }
  .solutions-hub { padding-top: 52px; }
  .solutions-hub__header { text-align: left; }
  .solutions-hub__header h2 { font-size: 36px; }
  .solutions-hub__nav { position: sticky; top: var(--market-nav-height, 76px); justify-content: flex-start; width: 100%; overflow-x: auto; margin: 26px 0 6px; scrollbar-width: none; }
  .solutions-hub .solution-story { scroll-margin-top: calc(var(--market-nav-height, 76px) + 78px); }
  .solutions-hub__nav::-webkit-scrollbar { display: none; }
  .solution-story { padding: 48px 0; }
  .solution-story__content h3 { font-size: 32px; }
  .solution-story__features { grid-template-columns: 1fr; }
  .solution-story__visual { min-height: 350px; }
  .solution-story__visual::before { width: 300px; height: 300px; }
  .solution-demo { width: min(94%, 430px); padding: 18px; }
  .solution-demo__metrics { grid-template-columns: 1fr; }
  .solution-story__actions .market-btn { justify-content: center; width: 100%; }
  .pricing-hero { padding: 34px 0 56px; }
  .pricing-hero__content { margin-top: 34px; text-align: left; }
  .pricing-hero__icon { margin-left: 0; }
  .pricing-hero__trust { justify-content: flex-start; }
  .pricing-section { padding: 56px 0 68px; }
  .pricing-section__header { text-align: left; }
  .pricing-card { border-radius: 19px; padding: 24px 20px; }
  .pricing-card__price strong { font-size: 40px; }
  .pricing-help { grid-template-columns: 1fr; padding: 22px; }
  .pricing-help .market-btn { grid-column: auto; width: 100%; justify-content: center; }
}
