:root {
    --skymall-primary: #0b7a4b;
    --skymall-primary-dark: #075e3b;
    --skymall-primary-light: #16a765;
    --skymall-gold: #d4af37;
    --skymall-gold-warm: #f2c94c;
    --skymall-bg: #f7f9f8;
    --skymall-surface: #fff;
    --skymall-text: #17211c;
    --skymall-muted: #5d6b63;
    --skymall-border: #dce7e0;
    --skymall-radius: 1rem;
    --skymall-radius-lg: 1.5rem;
    --skymall-shadow: 0 12px 35px rgba(7, 94, 59, .09);
    --skymall-shadow-hover: 0 18px 45px rgba(7, 94, 59, .16);
    --sky: var(--skymall-primary);
    --sky-dark: var(--skymall-primary-dark);
    --page: var(--skymall-bg);
}
html { scroll-behavior: smooth; }
body { overflow-x: hidden; background: var(--skymall-bg); color: var(--skymall-text); font-family: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif; }
a { color: var(--skymall-primary-dark); text-underline-offset: .2em; }
a:hover { color: var(--skymall-primary); }
:focus-visible { outline: 3px solid rgba(242, 201, 76, .85); outline-offset: 3px; }
.icon { width: 1.15em; height: 1.15em; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; vertical-align: -.18em; flex: 0 0 auto; }
.public-nav { background: rgba(7, 94, 59, .97); box-shadow: 0 1px 0 rgba(255,255,255,.12); backdrop-filter: blur(14px); transition: box-shadow .25s ease, background .25s ease; }
.public-nav.is-scrolled { box-shadow: 0 10px 30px rgba(5, 48, 31, .2); }
.public-nav .nav-link { color: rgba(255,255,255,.82); font-weight: 650; border-radius: .6rem; padding: .55rem .7rem !important; }
.public-nav .nav-link:hover, .public-nav .nav-link:focus, .public-nav .nav-link.active { color: #fff; background: rgba(255,255,255,.1); }
.navbar-brand { font-weight: 850; letter-spacing: -.04em; }
.logo-mark { display: inline-grid; place-items: center; width: 42px; height: 42px; overflow: hidden; text-indent: -9999px; background: #fff url('/images/skymall-logo.webp') center/contain no-repeat; color: transparent; border-radius: 11px; margin-right: .45rem; box-shadow: 0 5px 15px rgba(0,0,0,.15); }
.site-logo { width: 46px; height: 46px; object-fit: contain; background: #fff; border-radius: 12px; margin-right: .45rem; box-shadow: 0 5px 15px rgba(0,0,0,.16); }
.btn { border-radius: .72rem; font-weight: 700; min-height: 44px; display: inline-flex; align-items: center; justify-content: center; gap: .45rem; transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease, border-color .2s ease; }
.btn-primary { --bs-btn-bg: var(--skymall-primary); --bs-btn-border-color: var(--skymall-primary); --bs-btn-hover-bg: var(--skymall-primary-dark); --bs-btn-hover-border-color: var(--skymall-primary-dark); }
.btn-warning { --bs-btn-bg: var(--skymall-gold-warm); --bs-btn-border-color: var(--skymall-gold-warm); color: #17211c; }
.btn:hover { transform: translateY(-1px); }
.card { border: 1px solid var(--skymall-border); box-shadow: 0 5px 18px rgba(19,54,36,.06); border-radius: var(--skymall-radius); background: var(--skymall-surface); }
.market-card { transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.market-card:hover, .market-card:focus-within { transform: translateY(-4px); box-shadow: var(--skymall-shadow-hover); border-color: rgba(11,122,75,.35); }
.catalog-card img { transition: transform .45s ease; }
.catalog-card:hover img { transform: scale(1.035); }
.section-kicker { color: var(--skymall-primary); font-size: .78rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.section-heading { font-weight: 820; letter-spacing: -.035em; }
.section-copy { color: var(--skymall-muted); max-width: 42rem; }
.market-hero { position: relative; isolation: isolate; overflow: hidden; color: #fff; padding: clamp(4rem, 8vw, 7.5rem) 0; background: radial-gradient(circle at 85% 20%, rgba(242,201,76,.2), transparent 24rem), linear-gradient(125deg, #05462d, #08734a 60%, #0b8653); }
.market-hero::before, .market-hero::after { content: ""; position: absolute; z-index: -1; border-radius: 50%; border: 1px solid rgba(255,255,255,.14); }
.market-hero::before { width: 32rem; height: 32rem; right: -11rem; top: -12rem; }
.market-hero::after { width: 20rem; height: 20rem; right: 10%; bottom: -15rem; }
.market-hero h1 { font-weight: 900; letter-spacing: -.055em; max-width: 13ch; }
.hero-search { background: #fff; border-radius: 1rem; padding: .45rem; box-shadow: 0 18px 45px rgba(0,0,0,.18); max-width: 760px; }
.hero-search .form-control { border: 0; box-shadow: none; min-height: 54px; }
.hero-proof { display: flex; flex-wrap: wrap; gap: .65rem 1.1rem; color: rgba(255,255,255,.78); font-size: .92rem; }
.hero-proof span { display: inline-flex; align-items: center; gap: .35rem; }
.hero-visual { position: relative; min-height: 340px; }
.hero-visual-card { position: absolute; background: rgba(255,255,255,.96); color: var(--skymall-text); border: 1px solid rgba(255,255,255,.5); border-radius: 1.1rem; padding: 1.2rem; box-shadow: 0 22px 55px rgba(0,0,0,.2); }
.hero-visual-card:nth-child(1) { width: 76%; right: 0; top: 12%; }
.hero-visual-card:nth-child(2) { width: 68%; left: 0; bottom: 8%; }
.hero-visual-icon { width: 48px; height: 48px; display: grid; place-items: center; color: var(--skymall-primary-dark); background: #e7f6ed; border-radius: 14px; }
.category-card { display: block; height: 100%; padding: 1.25rem; color: var(--skymall-text); text-decoration: none; }
.category-icon { width: 48px; height: 48px; display: grid; place-items: center; color: var(--skymall-primary); background: var(--skymall-bg); border: 1px solid var(--skymall-border); border-radius: 14px; margin-bottom: .9rem; transition: background .2s ease, color .2s ease; }
.category-card:hover .category-icon { color: #fff; background: var(--skymall-primary); }
.merchant-logo-shell { width: 68px; height: 68px; display: grid; place-items: center; border-radius: 18px; background: #e8f5ed; color: var(--skymall-primary-dark); overflow: hidden; flex: 0 0 auto; }
.merchant-logo-shell img { width: 100%; height: 100%; object-fit: cover; }
.badge-verified { color: #075e3b; background: #dff4e8; border: 1px solid #aadcc0; }
.badge-featured { color: #604a00; background: #fff4cc; border: 1px solid #e9cb62; }
.carousel-market { min-height: 270px; background: #10251a; border-radius: var(--skymall-radius-lg); overflow: hidden; box-shadow: var(--skymall-shadow); }
.carousel-market .carousel-item { min-height: 270px; }
.conversion-panel { position: relative; overflow: hidden; color: #fff; background: linear-gradient(125deg, #064d31, #0b7a4b); border-radius: var(--skymall-radius-lg); box-shadow: var(--skymall-shadow); }
.conversion-panel::after { content: ""; position: absolute; width: 18rem; height: 18rem; right: -7rem; top: -9rem; border-radius: 50%; background: rgba(242,201,76,.16); }
.trust-item { display: flex; gap: .8rem; align-items: flex-start; }
.trust-icon, .step-icon { width: 44px; height: 44px; display: grid; place-items: center; color: var(--skymall-primary); background: #e6f5ec; border-radius: 12px; flex: 0 0 auto; }
.site-footer { background: #10251a; color: #fff; }
.site-footer a { color: rgba(255,255,255,.72); text-decoration: none; }
.site-footer a:hover { color: #fff; }
.site-footer h2 { color: var(--skymall-gold-warm); font-size: .78rem; letter-spacing: .12em; text-transform: uppercase; }
.form-control, .form-select { border-color: #cbd9d1; border-radius: .72rem; min-height: 44px; }
.form-control:focus, .form-select:focus { border-color: var(--skymall-primary); box-shadow: 0 0 0 .22rem rgba(11,122,75,.14); }
.pricing-card { position: relative; overflow: hidden; }
.pricing-card::before { content: ""; display: block; height: 4px; background: linear-gradient(90deg,var(--skymall-primary),var(--skymall-gold)); }
.sidebar { background: linear-gradient(180deg, #064d31, #102f22); min-height: calc(100vh - 60px); }
.sidebar a { color: #dcebe3; text-decoration: none; border-radius: .6rem; padding: .72rem .8rem; display: block; margin: .14rem 0; }
.sidebar a:hover, .sidebar a.active { color: #fff; background: rgba(255,255,255,.12); }
.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; transform: translateY(18px); transition: opacity .55s ease, transform .55s ease; }
.js .reveal.is-visible { opacity: 1; transform: none; }
.hero-enter { animation: heroEnter .6s both; }
.hero-enter:nth-child(2) { animation-delay: .08s; }.hero-enter:nth-child(3) { animation-delay: .16s; }.hero-enter:nth-child(4) { animation-delay: .24s; }
@keyframes heroEnter { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }
@media (max-width: 991.98px) { .public-nav .navbar-collapse { padding: 1rem 0 .4rem; } .hero-visual { min-height: 280px; margin-top: 1rem; } }
@media (max-width: 575.98px) { .market-hero { padding: 3.5rem 0; } .market-hero h1 { font-size: clamp(2.35rem, 12vw, 3.25rem); } .hero-search { padding: .35rem; } .hero-search .btn { padding-inline: 1rem; } .hero-visual { min-height: 245px; } .hero-visual-card { padding: .9rem; } }
@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
    .js .reveal { opacity: 1; transform: none; }
    .market-card:hover, .btn:hover { transform: none; }
    .catalog-card:hover img { transform: none; }
}
