/* --------------------------------------------------------------------------
   Webberdoo storefront
   Approved Stitch direction translated into reusable site primitives.
   -------------------------------------------------------------------------- */
:root {
    --wd-primary: #2036bd;
    --wd-primary-2: #5628af;
    --wd-text: #17181b;
    --wd-muted: #626473;
    --wd-border: #e1e2ea;
    --wd-surface: #f8f8fb;
    --wd-surface-2: #f1f2f6;
    --wd-dark: #2f3132;
    --wd-radius: 18px;
    --wd-shadow: 0 24px 60px rgba(28, 34, 74, .12);

    /* --------------------------------------------------------------
       QUICK EDIT CONTROLS
       Change these values to resize text/buttons across the storefront.
       -------------------------------------------------------------- */
    --wd-font-body: 14px;
    --wd-font-body-large: 17px;
    --wd-font-nav: 12px;
    --wd-font-category: 13px;
    --wd-font-button: 13px;
    --wd-font-button-small: 11px;
    --wd-font-card-title: 18px;
    --wd-font-card-body: 14px;
    --wd-font-feature-body: 14px;
    --wd-font-footer: 14px;
    --wd-font-footer-heading: 11px;
    --wd-font-footer-button: 14px;
    --wd-font-micro: 11px;

    --wd-button-height: 46px;
    --wd-button-small-height: 38px;
    --wd-card-button-height: 42px;

    --wd-content-width: 1280px;
    --wd-section-space: 100px;
}

html { scroll-behavior: smooth; }
body { margin: 0; }
.wd-site { min-width: 320px; background: #fff; color: var(--wd-text); font-family: "Be Vietnam Pro", "Geist Variable", system-ui, sans-serif; }
.wd-site *, .wd-site *::before, .wd-site *::after { box-sizing: border-box; }
.wd-site a { color: inherit; text-decoration: none; }
.wd-site img { display: block; max-width: 100%; }
.wd-site p { font-size: var(--wd-font-body); }
.wd-shell { width: min(var(--wd-content-width), calc(100% - 48px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.wd-header { position: fixed; inset: 0 0 auto; z-index: 60; background: rgba(255,255,255,.88); backdrop-filter: blur(18px); border-bottom: 1px solid rgba(225,226,234,.65); }
.wd-header__inner { height: 78px; display: flex; align-items: center; gap: 28px; }
.wd-brand { display: inline-flex; align-items: center; gap: 10px; flex: 0 0 auto; }
.wd-brand__mark { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 9px; background: linear-gradient(135deg,var(--wd-primary),var(--wd-primary-2)); color: #fff; font-size: 12px; font-weight: 800; box-shadow: 0 8px 20px rgba(32,54,189,.18); }
.wd-brand__name { color: var(--wd-primary); font-size: 20px; font-weight: 700; letter-spacing: -.035em; }
.wd-nav { display: flex; align-items: center; gap: 28px; margin-left: 20px; }
.wd-nav a { color: #494b56; font-size: var(--wd-font-nav); font-weight: 600; text-transform: uppercase; letter-spacing: .085em; transition: color .2s ease; }
.wd-nav a:hover { color: var(--wd-primary); }
.wd-header__actions { margin-left: auto; display: flex; align-items: center; gap: 12px; }
.wd-icon-button { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 9px; color: #454754; }
.wd-icon-button:hover { background: #f2f3f8; color: var(--wd-primary); }
.wd-icon-button svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.wd-header__divider { width: 1px; height: 28px; background: var(--wd-border); margin-inline: 4px; }
.wd-link-button { padding: 9px 12px; color: var(--wd-primary) !important; font-size: var(--wd-font-nav); font-weight: 700; }
.wd-button { display: inline-flex; justify-content: center; align-items: center; gap: 10px; min-height: var(--wd-button-height); padding: 0 22px; border-radius: 11px; background: var(--wd-primary); color: #fff !important; font-size: var(--wd-font-button); font-weight: 700; box-shadow: 0 8px 22px rgba(32,54,189,.14); transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.wd-button:hover { transform: translateY(-2px); background: #192da9; box-shadow: 0 12px 26px rgba(32,54,189,.2); }
.wd-button--small { min-height: var(--wd-button-small-height); padding-inline: 17px; border-radius: 9px; font-size: var(--wd-font-button-small); }
.wd-button--secondary { background: #fff; color: var(--wd-text) !important; border: 1px solid #d8d9e2; box-shadow: none; }
.wd-button--secondary:hover { background: #f7f7fa; box-shadow: none; }
.wd-menu-toggle { display: none; width: 40px; height: 40px; border: 0; background: transparent; padding: 9px; border-radius: 9px; }
.wd-menu-toggle span { display: block; height: 2px; margin: 4px 0; background: #23242b; border-radius: 99px; }
.wd-mobile-menu { position: absolute; top: 78px; left: 0; right: 0; background: #fff; border-top: 1px solid var(--wd-border); border-bottom: 1px solid var(--wd-border); box-shadow: 0 18px 34px rgba(22,26,45,.08); }
.wd-mobile-menu__inner { padding-block: 14px 20px; display: grid; }
.wd-mobile-menu a { padding: 13px 4px; font-weight: 650; border-bottom: 1px solid #f0f0f4; }

.wd-hero { position: relative; overflow: hidden; padding: 160px 0 100px; min-height: 650px; background: #fff; }
.wd-hero__grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 42px; }
.wd-hero__copy { position: relative; z-index: 2; }
.wd-hero__glow { position: absolute; pointer-events: none; border-radius: 50%; filter: blur(80px); opacity: .5; }
.wd-hero__glow--one { width: 620px; height: 340px; left: 20%; top: -150px; background: rgba(32,54,189,.09); }
.wd-hero__glow--two { width: 420px; height: 420px; right: -110px; top: 80px; background: rgba(86,40,175,.07); }
.wd-eyebrow { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 18px; padding: 6px 10px; border-radius: 99px; border: 1px solid rgba(32,54,189,.17); background: rgba(32,54,189,.06); color: var(--wd-primary); text-transform: uppercase; letter-spacing: .08em; font-size: 10px; font-weight: 700; }
.wd-eyebrow > span { width: 6px; height: 6px; background: var(--wd-primary); border-radius: 50%; }
.wd-hero h1 { max-width: 560px; margin: 0; font-size: clamp(48px,5.5vw,76px); line-height: 1.03; letter-spacing: -.05em; font-weight: 700; }
.wd-hero h1 em { display: inline; font-style: normal; color: transparent; background: linear-gradient(110deg,var(--wd-primary),var(--wd-primary-2)); background-clip: text; -webkit-background-clip: text; }
.wd-lead { max-width: 580px; margin: 24px 0 0; color: var(--wd-muted); font-size: var(--wd-font-body-large); line-height: 1.7; }
.wd-hero__buttons { margin-top: 31px; display: flex; flex-wrap: wrap; gap: 12px; }
.wd-trust-row { margin-top: 29px; display: flex; align-items: center; gap: 14px; color: #4d4f59; }
.wd-trust-row strong { display: block; font-size: 12px; }
.wd-trust-row small { display: block; margin-top: 2px; color: #838592; font-size: 10px; }
.wd-avatar-stack { display: flex; padding-left: 8px; }
.wd-avatar-stack span { width: 28px; height: 28px; margin-left: -8px; display: grid; place-items: center; border: 2px solid #fff; border-radius: 50%; background: #eef0ff; color: var(--wd-primary); font-size: 9px; font-weight: 800; }
.wd-avatar-stack span:nth-child(2) { background: #f4eefe; color: var(--wd-primary-2); }
.wd-avatar-stack span:nth-child(3) { background: #e8eefc; }

.wd-hero-visual { position: relative; min-height: 470px; perspective: 1000px; }
.wd-browser-card { position: absolute; right: -10%; top: 70px; width: 105%; overflow: hidden; border: 1px solid rgba(197,197,215,.6); border-radius: 16px; background: #eef0f6; box-shadow: var(--wd-shadow); transform: rotate(-2deg); transition: transform .6s ease; }
.wd-browser-card:hover { transform: rotate(0deg) translateY(-3px); }
.wd-browser-card__bar { height: 30px; display: flex; align-items: center; gap: 6px; padding: 0 12px; background: #eaebef; border-bottom: 1px solid #dfe0e7; }
.wd-browser-card__bar i { width: 8px; height: 8px; border-radius: 50%; background: #ff665c; }.wd-browser-card__bar i:nth-child(2){background:#f6bb4a}.wd-browser-card__bar i:nth-child(3){background:#53bd68}
.wd-browser-card img { width: 100%; height: 360px; object-fit: cover; object-position: 76% 25%; filter: saturate(.98) contrast(1.02); }
.wd-mobile-card { position: absolute; left: 2%; bottom: 22px; width: 38%; overflow: hidden; border: 7px solid #fff; border-radius: 28px; background: #fff; box-shadow: 0 25px 55px rgba(27,31,62,.2); transform: rotate(6deg); }
.wd-mobile-card img { width: 100%; height: 155px; object-fit: cover; object-position: 88% 30%; }
.wd-floating-card { position: absolute; z-index: 4; left: 12%; top: 28px; display: flex; align-items: center; gap: 11px; padding: 11px 14px; border: 1px solid rgba(255,255,255,.8); border-radius: 13px; background: rgba(255,255,255,.9); box-shadow: 0 15px 40px rgba(34,35,57,.12); backdrop-filter: blur(14px); animation: wd-float 5s ease-in-out infinite; }
.wd-floating-card > span { width: 35px; height: 35px; display: grid; place-items: center; border-radius: 50%; background: #6c41c5; color: #fff; }
.wd-floating-card strong,.wd-floating-card small { display: block; }.wd-floating-card strong { font-size: 11px; }.wd-floating-card small { margin-top: 2px; color: #787a86; font-size: 9px; }
@keyframes wd-float { 50% { transform: translateY(-8px); } }

.wd-category-strip { border-block: 1px solid #e9e9ee; background: #fbfbfc; }
.wd-category-strip__inner { min-height: 58px; display: flex; justify-content: space-around; align-items: center; gap: 20px; overflow-x: auto; color: #555764; }
.wd-category-strip span { white-space: nowrap; font-size: var(--wd-font-category); font-weight: 650; text-transform: uppercase; letter-spacing: .065em; }
.wd-section { padding: var(--wd-section-space) 0; }
.wd-products { background: #f8f8fa; }
.wd-section-heading { max-width: 720px; margin-bottom: 48px; }
.wd-section-heading--center { margin-inline: auto; text-align: center; }
.wd-section-heading h2 { margin: 0; font-size: clamp(34px,3vw,48px); line-height: 1.12; letter-spacing: -.035em; font-weight: 700; }
.wd-section-heading p { margin: 12px 0 0; color: var(--wd-muted); font-size: var(--wd-font-body); line-height: 1.7; }
.wd-product-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.wd-product-card { overflow: hidden; display: flex; flex-direction: column; border: 1px solid #e1e2e8; border-radius: 16px; background: #fff; transition: transform .25s ease, box-shadow .25s ease; }
.wd-product-card:hover { transform: translateY(-5px); box-shadow: 0 20px 40px rgba(29,32,57,.08); }
.wd-product-card__image { position: relative; height: 250px; overflow: hidden; background: #eef0f4; }
.wd-product-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.wd-product-card:hover .wd-product-card__image img { transform: scale(1.025); }
.wd-badge { position: absolute; top: 12px; padding: 6px 9px; border-radius: 7px; background: rgba(255,255,255,.93); color: var(--wd-primary); box-shadow: 0 4px 14px rgba(25,28,51,.07); font-size: 9px; font-weight: 750; backdrop-filter: blur(6px); }
.wd-badge--left { left: 12px; }.wd-badge--right { right: 12px; color: #333640; }
.wd-product-card__body { display: flex; flex: 1; flex-direction: column; padding: 18px; }
.wd-product-card__title { display: flex; align-items: center; gap: 10px; }
.wd-product-card__title h3 { margin: 0; font-size: var(--wd-font-card-title); font-weight: 700; letter-spacing: -.02em; }
.wd-product-icon { width: 31px; height: 31px; display: grid; place-items: center; border-radius: 8px; background: var(--wd-primary); color: #fff; font-size: 14px; }.wd-product-icon--purple{background:#6d3ed0}.wd-product-icon--soft{background:#dfe4f4;color:#304161}
.wd-product-card__body p { margin: 12px 0 18px; color: #666875; font-size: var(--wd-font-card-body); line-height: 1.65; }
.wd-card-button { margin-top: auto; min-height: var(--wd-card-button-height); display: grid; place-items: center; border: 1px solid #e0e1e6; border-radius: 9px; background: #f5f5f7; color: #2b2d33; font-size: var(--wd-font-button); font-weight: 700; transition: background .2s,color .2s; }
.wd-card-button:hover { background: var(--wd-primary); color: #fff; }
.wd-products__more { margin-top: 36px; text-align: center; }.wd-products__more a { color: var(--wd-primary); font-size: 11px; font-weight: 700; }

.wd-toolkit { background: #fff; }
.wd-bento { display: grid; grid-template-columns: repeat(4,1fr); grid-auto-rows: 220px; gap: 18px; }
.wd-bento-card { position: relative; overflow: hidden; padding: 28px; border: 1px solid #e2e3e9; border-radius: 20px; background: #f4f4f6; }
.wd-bento-card h3 { margin: 10px 0 5px; font-size: 20px; font-weight: 700; letter-spacing: -.025em; }.wd-bento-card p { margin: 0; color: #666875; font-size: var(--wd-font-feature-body); line-height: 1.6; }
.wd-feature-icon { color: var(--wd-primary); font-size: 22px; font-weight: 800; }
.wd-bento-card--large { grid-column: span 2; grid-row: span 2; display: flex; flex-direction: column; }.wd-bento-card--large h3{font-size:27px}.wd-bento-card--large p{max-width:480px}
.wd-bento-card--large img { margin-top: auto; width: 100%; height: 155px; object-fit: cover; border-radius: 14px; border: 1px solid #e2e3e9; }
.wd-bento-card--primary { grid-column: span 2; color: #fff; border-color: transparent; background: linear-gradient(135deg,#3048d5,#334ee0); }.wd-bento-card--primary p,.wd-bento-card--primary .wd-feature-icon{color:rgba(255,255,255,.82)}
.wd-bento-card--small { display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }.wd-bento-card--small h3{font-size:17px}
.wd-bento-card--wide { grid-column: span 2; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 10px; padding-right: 0; }.wd-bento-card--wide img{align-self: stretch;width:100%;height:100%;object-fit:cover;object-position:center;border-radius:16px 0 0 16px;}

.wd-cta { padding: 20px 0 100px; background: #fff; }
.wd-cta__panel { min-height: 220px; padding: 44px 52px; display: flex; justify-content: space-between; align-items: center; gap: 30px; border-radius: 24px; background: radial-gradient(circle at 75% 10%,rgba(98,67,205,.16),transparent 32%),linear-gradient(120deg,#fff0f2,#eceeff 55%,#eef8ff); overflow: hidden; }
.wd-cta__panel h2 { margin: 2px 0 8px; font-size: clamp(34px,4vw,54px); letter-spacing: -.04em; }.wd-cta__panel p { margin: 0; color: #626473; }

.wd-footer { padding: 56px 0 26px; background: var(--wd-dark); color: #fff; }
.wd-footer__grid { display: grid; grid-template-columns: 2fr repeat(4,1fr); gap: 48px; }
.wd-brand--footer .wd-brand__mark { background: #fff; color: #2f3132; box-shadow: none; }.wd-brand--footer .wd-brand__name{color:#fff}
.wd-footer p { color: #b8bac1; font-size: var(--wd-font-footer); line-height: 1.7; }.wd-footer__brand-column > p{max-width:340px;margin:16px 0 24px}
.wd-footer__heading { margin: 0 0 15px !important; color: #fff !important; font-size: var(--wd-font-footer-heading) !important; font-weight: 800; text-transform: uppercase; letter-spacing: .09em; }
.wd-footer__grid > div:not(:first-child) { display: flex; flex-direction: column; align-items: flex-start; }.wd-footer__grid a:not(.wd-brand){margin:0 0 12px;color:#c8c9ce;font-size:var(--wd-font-footer)}.wd-footer__grid a:hover{color:#fff}
.wd-newsletter__form { display: flex; gap: 7px; margin-top: 10px; }.wd-newsletter__form input{min-width:0;flex:1;padding:10px 12px;border:1px solid #54565c;border-radius:8px;background:#3c3e42;color:#fff;font:inherit;font-size:var(--wd-font-footer)}.wd-newsletter__form button{padding:0 14px;border:0;border-radius:8px;background:var(--wd-primary);color:#fff;font-size:var(--wd-font-footer-button);font-weight:800}
.wd-footer__bottom { margin-top: 42px; padding-top: 22px; border-top: 1px solid #414347; display: flex; justify-content: space-between; align-items: center; gap: 20px; }.wd-footer__bottom p{margin:0;font-size:var(--wd-font-micro);color:#91939a}.wd-footer__social{display:flex;gap:16px;color:#d8d9dd;font-size:12px}

@media (max-width: 1024px) {
    .wd-nav, .wd-header__divider, .wd-header__actions > .wd-link-button, .wd-header__actions > .wd-button { display: none; }
    .wd-menu-toggle { display: block; }
    .wd-hero { padding-top: 130px; }
    .wd-hero__grid { grid-template-columns: 1fr; }
    .wd-hero__copy { max-width: 720px; }
    .wd-hero-visual { min-height: 500px; max-width: 760px; width: 100%; margin-inline: auto; }
    .wd-browser-card { right: 0; width: 94%; }.wd-mobile-card{left:0;width:31%}
    .wd-bento { grid-template-columns: repeat(2,1fr); }.wd-bento-card--primary,.wd-bento-card--wide{grid-column:span 1}.wd-bento-card--wide{grid-template-columns:1fr}
    .wd-footer__grid { grid-template-columns: 2fr repeat(2,1fr); }.wd-footer__brand-column{grid-row:span 2}
}
@media (max-width: 760px) {
    .wd-shell { width: min(100% - 30px,1280px); }
    .wd-header__inner { height: 68px; }.wd-mobile-menu{top:68px}.wd-icon-button{display:none}
    .wd-hero { padding: 116px 0 70px; min-height: 0; }.wd-hero h1{font-size:clamp(42px,13vw,62px)}.wd-lead{font-size:15px}.wd-hero__buttons{display:grid}.wd-button{width:100%}
    .wd-hero-visual { min-height: 350px; margin-top: 18px; }.wd-browser-card{top:45px;width:100%;right:-6%;}.wd-browser-card img{height:250px}.wd-mobile-card{width:36%;bottom:5px}.wd-mobile-card img{height:115px}.wd-floating-card{left:3%;top:5px}
    .wd-category-strip__inner { justify-content: flex-start; padding-block: 2px; }
    .wd-section { padding: 72px 0; }.wd-section-heading{margin-bottom:34px}.wd-section-heading h2{font-size:35px}
    .wd-product-grid { grid-template-columns: 1fr; }.wd-product-card__image{height:260px}
    .wd-bento { grid-template-columns: 1fr; grid-auto-rows:auto; }.wd-bento-card,.wd-bento-card--large,.wd-bento-card--primary,.wd-bento-card--small,.wd-bento-card--wide{grid-column:auto;grid-row:auto;min-height:190px}.wd-bento-card--large img{margin-top:26px}.wd-bento-card--wide{padding-right:28px}.wd-bento-card--wide img{height:160px;border-radius:14px;margin-top:18px}
    .wd-cta { padding-bottom: 72px; }.wd-cta__panel{padding:34px 26px;flex-direction:column;align-items:flex-start}.wd-cta__panel .wd-button{width:auto}
    .wd-footer__grid { grid-template-columns: 1fr 1fr; gap: 34px 26px; }.wd-footer__brand-column{grid-column:1/-1;grid-row:auto}.wd-footer__bottom{align-items:flex-start}
}

/* --------------------------------------------------------------------------
   Phase 2 — marketplace + product pages
   Uses the same quick-edit typography variables defined above.
   -------------------------------------------------------------------------- */
.wd-marketplace,.wd-product-page{padding-top:78px;background:#f8f8fb}
.wd-market-hero{position:relative;overflow:hidden;padding:78px 0 66px;background:linear-gradient(180deg,#f1f3ff 0%,#f8f8fb 86%)}
.wd-market-hero__glow{position:absolute;width:460px;height:460px;left:6%;top:-260px;border-radius:50%;background:rgba(86,40,175,.09);filter:blur(70px)}
.wd-market-hero__inner{position:relative;text-align:center}.wd-market-hero h1{margin:16px 0 12px;font-size:clamp(44px,5.2vw,68px);line-height:1.05;letter-spacing:-.045em}.wd-market-hero__inner>p{max-width:690px;margin:0 auto;color:var(--wd-muted);font-size:var(--wd-font-body-large);line-height:1.65}
.wd-product-search{max-width:780px;height:58px;margin:34px auto 0;padding:5px 6px 5px 18px;display:flex;align-items:center;gap:12px;border:1px solid #e3e4ec;border-radius:18px;background:#fff;box-shadow:0 14px 32px rgba(39,43,76,.11)}
.wd-product-search>span{font-size:24px;color:#555866}.wd-product-search input{min-width:0;flex:1;border:0;outline:0;background:transparent;color:var(--wd-text);font:inherit;font-size:var(--wd-font-body)}.wd-product-search button{height:46px;padding:0 26px;border:0;border-radius:14px;background:var(--wd-primary);color:#fff;font-size:var(--wd-font-button);font-weight:700;cursor:pointer}
.wd-market-content{padding-top:48px}.wd-filter-bar{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:10px 12px;border:1px solid #e7e8ee;border-radius:14px;background:#fff}.wd-filter-pills{display:flex;gap:8px;flex-wrap:wrap}.wd-filter-pills a{padding:8px 14px;border-radius:999px;color:#4e505b;font-size:var(--wd-font-button-small);font-weight:650}.wd-filter-pills a.is-active{background:var(--wd-primary);color:#fff}.wd-filter-selects{display:flex;gap:8px}.wd-filter-selects select{height:38px;padding:0 30px 0 12px;border:1px solid #e4e5eb;border-radius:9px;background:#fafafd;color:#393b45;font-size:var(--wd-font-button-small)}
.wd-active-filter-note{margin:18px 0 0;color:var(--wd-muted);font-size:var(--wd-font-body)}.wd-active-filter-note a{color:var(--wd-primary);font-weight:700}
.wd-market-section-heading{display:flex;justify-content:space-between;align-items:end;gap:20px;margin:46px 0 22px}.wd-market-section-heading h2{margin:0;font-size:clamp(30px,3vw,42px);letter-spacing:-.035em}.wd-market-section-heading span{color:var(--wd-muted);font-size:var(--wd-font-body)}.wd-market-section-heading--products{margin-top:72px}
.wd-market-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.wd-market-grid--featured{grid-template-columns:repeat(3,minmax(0,1fr))}
.wd-market-card{min-width:0;overflow:hidden;border:1px solid #e1e2e9;border-radius:18px;background:#fff;box-shadow:0 3px 8px rgba(28,31,50,.025);transition:transform .22s ease,box-shadow .22s ease}.wd-market-card:hover{transform:translateY(-4px);box-shadow:0 18px 36px rgba(29,32,57,.08)}
.wd-market-card__image{position:relative;display:block;height:225px;overflow:hidden;background:#edf0f5}.wd-market-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .45s ease}.wd-market-card:hover .wd-market-card__image img{transform:scale(1.035)}.wd-market-card__badge,.wd-market-card__featured{position:absolute;top:12px;padding:6px 9px;border-radius:7px;background:rgba(255,255,255,.94);font-size:var(--wd-font-micro);font-weight:750;box-shadow:0 5px 14px rgba(30,32,54,.07)}.wd-market-card__badge{right:12px;color:#4d5060}.wd-market-card__featured{left:12px;color:#333540}
.wd-market-card__body{padding:18px}.wd-market-card__meta{display:flex;justify-content:space-between;gap:12px;align-items:center}.wd-market-card__meta span{padding:5px 8px;border-radius:6px;background:#eef0ff;color:var(--wd-primary);font-size:var(--wd-font-micro);font-weight:750;letter-spacing:.055em}.wd-market-card__meta small{color:#6b6d79;font-size:var(--wd-font-micro)}.wd-market-card h3{margin:12px 0 8px;font-size:var(--wd-font-card-title);letter-spacing:-.025em}.wd-market-card__body>p{min-height:66px;margin:0 0 16px;color:#656774;font-size:var(--wd-font-card-body);line-height:1.6}.wd-market-card__footer{padding-top:14px;border-top:1px solid #ececf1;display:flex;align-items:center;justify-content:space-between;gap:14px}.wd-market-card__footer>div{display:flex;align-items:baseline;gap:5px}.wd-market-card__footer strong{font-size:var(--wd-font-body);font-weight:750}.wd-market-card__footer small{color:#7d7f89;font-size:var(--wd-font-micro)}.wd-market-card__footer>a{color:var(--wd-primary);font-size:var(--wd-font-button);font-weight:750}
.wd-empty-state{padding:64px 28px;border:1px dashed #d9dae4;border-radius:18px;background:#fff;text-align:center}.wd-empty-state h3{margin:0 0 8px;font-size:28px}.wd-empty-state p{margin:0 0 22px;color:var(--wd-muted)}
.wd-compare-cta{padding:54px 0;background:linear-gradient(135deg,#2036bd,#314bde);color:#fff}.wd-compare-cta__inner{display:flex;align-items:center;justify-content:center;gap:90px}.wd-compare-cta h2{margin:0 0 8px;font-size:34px;letter-spacing:-.035em}.wd-compare-cta p{margin:0;color:rgba(255,255,255,.82)}.wd-button--light{background:#fff;color:var(--wd-primary)!important;box-shadow:none}.wd-button--light:hover{background:#f5f6ff}

.wd-product-hero{position:relative;overflow:hidden;padding:92px 0 110px;background:linear-gradient(120deg,#fafafe 0%,#f4f5fa 58%,#f9f9fb 100%)}.wd-product-hero__glow{position:absolute;inset:0;background:radial-gradient(circle at 74% 34%,rgba(47,72,213,.09),transparent 30%),radial-gradient(circle at 25% 16%,rgba(86,40,175,.05),transparent 28%)}
.wd-product-hero__grid{position:relative;display:grid;grid-template-columns:.95fr 1.05fr;gap:58px;align-items:center}.wd-product-kicker{display:inline-block;padding:6px 12px;border-radius:999px;background:#e7e7eb;color:#353743;font-size:var(--wd-font-button-small);font-weight:750;text-transform:uppercase;letter-spacing:.08em}.wd-product-hero h1{margin:20px 0 14px;font-size:clamp(52px,6vw,82px);line-height:.98;letter-spacing:-.055em}.wd-product-hero h2{max-width:640px;margin:0 0 24px;color:#656774;font-size:clamp(26px,2.6vw,36px);line-height:1.25;letter-spacing:-.025em}.wd-product-hero__copy>p{max-width:650px;margin:0;color:#6d6f7c;font-size:var(--wd-font-body-large);line-height:1.75}
.wd-product-facts{display:flex;margin:36px 0 34px}.wd-product-facts>div{min-width:150px;padding-right:28px;margin-right:28px;border-right:1px solid #dfe0e7}.wd-product-facts>div:last-child{border-right:0}.wd-product-facts small,.wd-product-facts strong{display:block}.wd-product-facts small{margin-bottom:7px;color:#515461;font-size:var(--wd-font-button-small);font-weight:750;text-transform:uppercase;letter-spacing:.08em}.wd-product-facts strong{font-size:var(--wd-font-body-large)}.wd-product-facts .wd-product-price{color:var(--wd-primary);font-size:30px}
.wd-product-actions{display:flex;gap:14px}.wd-play-icon{width:22px;height:22px;display:grid;place-items:center;border:2px solid currentColor;border-radius:50%;font-size:9px}.wd-product-trust{display:flex;flex-wrap:wrap;align-items:center;gap:12px;margin-top:26px;color:#848692;font-size:var(--wd-font-body)}.wd-product-trust i{width:4px;height:4px;border-radius:50%;background:#cfd0d7}
.wd-product-hero__visual{position:relative;min-height:500px;display:flex;align-items:center}.wd-product-window{width:100%;overflow:hidden;border:1px solid #e0e1e7;border-radius:18px;background:#fff;box-shadow:0 30px 70px rgba(32,38,73,.16);transform:rotate(.8deg)}.wd-product-window__bar{height:34px;padding:0 12px;display:flex;align-items:center;gap:7px;background:#f3f3f6;border-bottom:1px solid #e5e5eb}.wd-product-window__bar i{width:9px;height:9px;border-radius:50%;background:#d46666}.wd-product-window__bar i:nth-child(2){background:#d7b954}.wd-product-window__bar i:nth-child(3){background:#667acc}.wd-product-window img{width:100%;height:420px;object-fit:cover}.wd-template-card{position:absolute;left:-42px;bottom:18px;padding:16px 20px;display:flex;align-items:center;gap:13px;border:1px solid rgba(226,227,235,.9);border-radius:15px;background:rgba(255,255,255,.94);box-shadow:0 18px 40px rgba(31,34,61,.11);backdrop-filter:blur(12px)}.wd-template-card>span{width:42px;height:42px;display:grid;place-items:center;border-radius:9px;background:var(--wd-primary);color:#fff}.wd-template-card small,.wd-template-card strong,.wd-template-card em{display:block}.wd-template-card small{font-size:var(--wd-font-micro);color:#666975}.wd-template-card strong{margin:2px 0;font-size:var(--wd-font-body)}.wd-template-card em{font-style:normal;color:#777985;font-size:var(--wd-font-micro)}
.wd-product-summary{border-block:1px solid #e6e7ed;background:#fff}.wd-product-summary__inner{min-height:92px;display:flex;align-items:center;gap:40px}.wd-product-summary__inner>div{display:flex;flex-direction:column}.wd-product-summary strong{font-size:var(--wd-font-body)}.wd-product-summary span{margin-top:3px;color:#81838e;font-size:var(--wd-font-micro)}.wd-product-summary .wd-button{margin-left:auto}
.wd-product-intro{background:#fff}.wd-product-intro__grid{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}.wd-product-intro h2{margin:14px 0 18px;font-size:clamp(36px,4vw,54px);line-height:1.08;letter-spacing:-.045em}.wd-product-intro p{max-width:590px;color:var(--wd-muted);line-height:1.75}.wd-product-intro__grid>img{width:100%;height:390px;object-fit:cover;border-radius:22px;border:1px solid #e2e3ea;box-shadow:var(--wd-shadow)}.wd-mini-feature-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin-top:28px}.wd-mini-feature-grid span{padding:12px 14px;border:1px solid #e5e6eb;border-radius:10px;background:#f7f7f9;font-size:var(--wd-font-body);font-weight:650}.wd-related{background:#f8f8fb}

@media(max-width:1024px){.wd-market-grid,.wd-market-grid--featured{grid-template-columns:repeat(2,1fr)}.wd-filter-bar{align-items:flex-start;flex-direction:column}.wd-filter-selects{width:100%}.wd-filter-selects select{flex:1}.wd-product-hero__grid{grid-template-columns:1fr}.wd-product-hero__visual{max-width:780px;width:100%;margin-inline:auto}.wd-product-intro__grid{grid-template-columns:1fr}.wd-product-summary__inner{flex-wrap:wrap;padding-block:20px}.wd-product-summary .wd-button{margin-left:0}.wd-compare-cta__inner{justify-content:space-between;gap:30px}}
@media(max-width:760px){.wd-marketplace,.wd-product-page{padding-top:68px}.wd-market-hero{padding:58px 0 48px}.wd-market-hero h1{font-size:44px}.wd-product-search{height:54px;margin-top:26px;padding-left:14px}.wd-product-search button{height:42px;padding-inline:18px}.wd-filter-pills{overflow-x:auto;flex-wrap:nowrap;width:100%;padding-bottom:2px}.wd-filter-pills a{white-space:nowrap}.wd-filter-selects{display:grid;grid-template-columns:1fr}.wd-market-grid,.wd-market-grid--featured{grid-template-columns:1fr}.wd-market-card__image{height:245px}.wd-market-section-heading{align-items:flex-start;flex-direction:column}.wd-market-section-heading--products{margin-top:52px}.wd-compare-cta__inner{align-items:flex-start;flex-direction:column}.wd-product-hero{padding:58px 0 70px}.wd-product-hero h1{font-size:52px}.wd-product-hero h2{font-size:26px}.wd-product-facts{display:grid;grid-template-columns:1fr 1fr;gap:20px}.wd-product-facts>div{min-width:0;margin:0;padding:0;border:0}.wd-product-actions{display:grid}.wd-product-actions .wd-button{width:100%}.wd-product-trust{align-items:flex-start;flex-direction:column;gap:8px}.wd-product-trust i{display:none}.wd-product-hero__visual{min-height:330px}.wd-product-window img{height:280px}.wd-template-card{left:10px;bottom:-22px}.wd-product-summary__inner{display:grid;grid-template-columns:1fr 1fr;gap:18px}.wd-product-summary .wd-button{grid-column:1/-1}.wd-mini-feature-grid{grid-template-columns:1fr}.wd-product-intro__grid>img{height:280px}}
