@font-face{font-family:"Source Sans 3";src:url("/assets/source-sans-3.woff2") format("woff2");font-style:normal;font-weight:200 900;font-display:swap}:root{--font-source-sans:"Source Sans 3"}
:root {
  --brand: #16b7c3;
  --brand-bright: #55dce5;
  --brand-strong: #078f9a;
  --brand-mid: #086f77;
  --brand-deep: #064e54;
  --graphite: #0b4146;
  --ink: #17383b;
  --muted: #62797c;
  --line: #dce9ea;
  --line-strong: #bed8da;
  --paper: #fcfefe;
  --paper-blue: #f3f9f9;
  --white: #ffffff;
  --header-height: 78px;
  --radius: 18px;
  --shadow-sm: 0 10px 30px rgba(6, 78, 84, .06);
  --shadow: 0 24px 64px rgba(6, 78, 84, .11);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-height) + 18px); }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--white); font-family: var(--font-source-sans), "Segoe UI Variable", "Segoe UI", Arial, sans-serif; font-size: 1rem; line-height: 1.68; font-optical-sizing: auto; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
.container-xxl { max-width: 1380px; }
.skip-link { position: fixed; z-index: 100; top: 8px; left: 8px; padding: 10px 14px; border-radius: 8px; color: #fff; background: var(--brand-deep); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid rgba(0, 188, 203, .38); outline-offset: 3px; }

.site-header { position: sticky; z-index: 30; top: 0; min-height: var(--header-height); border-bottom: 1px solid rgba(190, 216, 218, .72); background: rgba(255, 255, 255, .88); box-shadow: 0 8px 30px rgba(6, 78, 84, .035); backdrop-filter: blur(20px) saturate(150%); }
.site-header .navbar { min-height: var(--header-height); padding: 10px 0; }
.navbar-brand { display: inline-flex; align-items: center; margin: 0; padding: 3px 0; }
.navbar-brand img { width: 202px; height: auto; }
.header-links { display: flex; align-items: center; gap: 28px; }
.header-links > a { position: relative; color: var(--graphite); text-decoration: none; font-size: .9rem; font-weight: 650; transition: color .2s ease; }
.header-links > a:not(.cart-control)::after { content: ''; position: absolute; right: 0; bottom: -8px; left: 0; height: 2px; border-radius: 999px; background: var(--brand); transform: scaleX(0); transform-origin: left; transition: transform .22s ease; }
.header-links > a:not(.cart-control):hover::after { transform: scaleX(1); }
.header-links > a:hover { color: var(--brand-strong); }
.cart-control { min-height: 44px; display: inline-flex; align-items: center; gap: 11px; padding: 8px 9px 8px 16px; border: 1px solid var(--brand-strong); border-radius: 999px; color: #fff; background: var(--brand-strong); box-shadow: 0 8px 20px rgba(7, 143, 154, .16); font-size: .85rem; font-weight: 750; cursor: pointer; transition: background-color .2s ease, box-shadow .2s ease, transform .2s ease; }
.header-links > .cart-control { color: #fff; }
.header-links > .cart-control:hover { color: #fff; background: var(--brand-deep); box-shadow: 0 11px 26px rgba(6, 78, 84, .2); transform: translateY(-1px); }
.cart-control:active { transform: translateY(1px); }
.cart-control span { min-width: 27px; height: 27px; display: grid; place-items: center; border-radius: 50%; color: var(--brand-deep); background: #fff; font-size: .74rem; }
.mobile-menu { position: relative; display: none; }
.mobile-menu summary { width: 44px; height: 44px; display: grid; place-items: center; padding: 0; border: 1px solid var(--line-strong); border-radius: 12px; color: var(--graphite); background: #fff; cursor: pointer; list-style: none; }
.mobile-menu summary::-webkit-details-marker { display: none; }
.hamburger-icon { width: 18px; display: flex; flex-direction: column; gap: 4px; }
.hamburger-icon i { width: 100%; height: 2px; display: block; border-radius: 99px; background: currentColor; transition: transform .2s ease, opacity .2s ease; }
.mobile-menu[open] .hamburger-icon i:first-child { transform: translateY(6px) rotate(45deg); }
.mobile-menu[open] .hamburger-icon i:nth-child(2) { opacity: 0; }
.mobile-menu[open] .hamburger-icon i:last-child { transform: translateY(-6px) rotate(-45deg); }
.mobile-menu nav { position: absolute; top: calc(100% + 12px); right: 0; width: min(280px, calc(100vw - 40px)); overflow: hidden; padding: 8px; border: 1px solid var(--line-strong); border-radius: 16px; background: rgba(255,255,255,.98); box-shadow: 0 22px 60px rgba(6,78,84,.16); backdrop-filter: blur(18px); }
.mobile-menu nav a { min-height: 48px; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 10px 12px; border-radius: 10px; color: var(--graphite); text-decoration: none; font-size: .86rem; font-weight: 650; }
.mobile-menu nav a:hover { color: var(--brand-deep); background: var(--paper-blue); }

.hero { position: relative; min-height: 680px; display: flex; align-items: center; overflow: hidden; padding: 96px 0 90px; border-bottom: 1px solid var(--line); background: radial-gradient(circle at 86% 15%, rgba(22,183,195,.10), transparent 28%), radial-gradient(circle at 72% 82%, rgba(8,111,119,.055), transparent 24%), linear-gradient(120deg, #fff 0%, #fff 58%, #f4fafa 100%); }
.hero::after { content: ''; position: absolute; width: 480px; height: 480px; right: -250px; bottom: -280px; border: 1px solid rgba(7,143,154,.12); border-radius: 50%; box-shadow: 0 0 0 65px rgba(22,183,195,.028), 0 0 0 130px rgba(6,78,84,.018); pointer-events: none; }
.hero-grid { position: absolute; inset: 0; opacity: .46; pointer-events: none; background-image: linear-gradient(rgba(7, 143, 154, .045) 1px, transparent 1px), linear-gradient(90deg, rgba(7, 143, 154, .045) 1px, transparent 1px); background-size: 76px 76px; mask-image: linear-gradient(90deg, black, transparent 72%); }
.hero .container-xxl { position: relative; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 20px; color: var(--brand-strong); font-size: .74rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.eyebrow > span { width: 24px; height: 1px; background: currentColor; }
.hero h1 { max-width: 780px; margin: 0; color: var(--graphite); font-size: clamp(3.4rem, 6.2vw, 6rem); font-weight: 620; letter-spacing: -.045em; line-height: .98; text-wrap: balance; }
.hero h1 span { color: var(--brand-strong); }
.hero-copy { max-width: 620px; margin: 30px 0 0; color: var(--muted); font-size: 1.1rem; line-height: 1.72; text-wrap: pretty; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 24px; margin-top: 34px; }
.btn-primary-brand, .btn-text { min-height: 55px; display: inline-flex; align-items: center; justify-content: center; gap: 28px; text-decoration: none; font-size: .88rem; font-weight: 750; transition: color .2s ease, background-color .2s ease, transform .2s ease; }
.btn-primary-brand { padding: 14px 20px 14px 24px; border: 1px solid var(--brand-strong); border-radius: 12px; color: #fff; background: var(--brand-strong); box-shadow: 0 10px 24px rgba(7,143,154,.15); }
.btn-primary-brand:hover { color: #fff; background: var(--brand-deep); box-shadow: 0 14px 30px rgba(6,78,84,.19); transform: translateY(-2px); }
.btn-text { color: var(--graphite); }
.btn-text:hover { color: var(--brand-strong); }
.btn-primary-brand:active, .btn-text:active { transform: translateY(1px); }
.hero-proof { display: flex; flex-wrap: wrap; gap: 26px; margin-top: 31px; color: #798488; font-size: .75rem; }
.hero-proof span { display: flex; gap: 5px; }
.hero-proof strong { color: var(--graphite); font-weight: 800; }

.hero-showcase { max-width: 500px; margin-left: auto; padding: 25px; border: 1px solid rgba(190,216,218,.88); border-radius: 24px; background: rgba(255,255,255,.9); box-shadow: 0 32px 80px rgba(6,78,84,.12); backdrop-filter: blur(12px); }
.showcase-heading { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 2px 2px 21px; border-bottom: 1px solid var(--line); }
.showcase-heading > div { display: flex; flex-direction: column; gap: 4px; }
.showcase-heading span { color: var(--brand-strong); font-size: .65rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.showcase-heading strong { color: var(--graphite); font-size: .9rem; }
.showcase-heading > b { color: var(--brand-strong); font-size: 2rem; letter-spacing: -.05em; }
.showcase-item { display: grid; grid-template-columns: 58px minmax(0,1fr) auto; align-items: center; gap: 15px; padding: 17px 2px; border-bottom: 1px solid var(--line); color: var(--graphite); text-decoration: none; transition: padding .2s ease, color .2s ease; }
.showcase-item:hover { padding-right: 6px; padding-left: 6px; }
.showcase-item:hover { color: var(--brand-deep); }
.showcase-item img { width: 58px; height: 58px; border: 1px solid var(--line); border-radius: 11px; object-fit: cover; background: #fff; }
.showcase-item > span { display: flex; flex-direction: column; gap: 4px; }
.showcase-item strong { font-size: .88rem; }
.showcase-item small { color: var(--muted); font-size: .68rem; }
.showcase-item > b { color: #8aa0ac; font-size: 1rem; }
.showcase-link { display: flex; justify-content: space-between; padding: 20px 2px 1px; color: var(--brand-strong); text-decoration: none; font-size: .76rem; font-weight: 750; }
.showcase-link:hover { color: var(--brand-deep); }

.benefits { border-bottom: 1px solid var(--line); background: linear-gradient(180deg, #fff, #fbfdfd); }
.benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.benefit-grid article { min-height: 118px; display: flex; align-items: center; gap: 20px; padding: 27px 34px; border-right: 1px solid var(--line); transition: background-color .2s ease; }
.benefit-grid article:hover { background: rgba(22,183,195,.035); }
.benefit-grid article:first-child { border-left: 1px solid var(--line); }
.benefit-grid article > span { color: var(--brand-strong); font-size: .68rem; font-weight: 800; letter-spacing: .1em; }
.benefit-grid p { display: flex; flex-direction: column; gap: 4px; margin: 0; color: var(--muted); font-size: .74rem; }
.benefit-grid strong { color: var(--graphite); font-size: .9rem; }

.catalog { padding: 112px 0 120px; background: var(--paper); }
.catalog-page { min-height: 78vh; padding-top: 84px; }
.featured-plugins { padding: 112px 0 120px; background: var(--paper); }
.section-title { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; margin-bottom: 38px; }
.section-title h1, .section-title h2, .how-it-works h2, .developer-panel h2, .bundle-copy h2 { margin: 0; color: var(--graphite); font-size: clamp(2.5rem, 4.4vw, 4.4rem); font-weight: 620; letter-spacing: -.04em; line-height: 1.04; text-wrap: balance; }
.section-title p { max-width: 460px; margin: 0 0 5px; color: var(--muted); font-size: .9rem; }
.section-title .eyebrow { margin-bottom: 16px; }
.featured-intro { max-width: 460px; }
.featured-catalog-cta { display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 14px; margin-top: 46px; text-align: center; }
.featured-catalog-cta > span { color: var(--muted); font-size: .82rem; }
.featured-catalog-cta a { min-width: min(100%, 390px); min-height: 58px; display: inline-flex; align-items: center; justify-content: space-between; gap: 46px; padding: 14px 20px 14px 24px; border: 1px solid var(--brand-strong); border-radius: 11px; color: #fff; background: var(--brand-strong); text-decoration: none; font-size: .9rem; font-weight: 750; box-shadow: 0 12px 28px rgba(0,157,168,.14); transition: background-color .2s ease, transform .2s ease; }
.featured-catalog-cta a:hover { color: #fff; background: var(--brand-deep); transform: translateY(-2px); }
.featured-catalog-cta b { font-size: 1.05rem; }
.catalog-tools { display: grid; grid-template-columns: minmax(0, 1fr) 220px; gap: 12px; padding: 15px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.92); box-shadow: var(--shadow-sm); }
.search-field, .sort-field { display: flex; flex-direction: column; gap: 7px; }
.search-field label, .sort-field label { padding-left: 2px; color: var(--graphite); font-size: .69rem; font-weight: 750; }
.search-field input, .sort-field select { width: 100%; min-height: 52px; padding: 11px 15px; border: 1px solid var(--line); border-radius: 9px; color: var(--ink); background: var(--paper); font-size: .84rem; }
.search-field input:focus, .sort-field select:focus { border-color: var(--brand-strong); box-shadow: 0 0 0 3px rgba(0,188,203,.12); outline: 0; }
.category-tabs { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }
.category-tabs button { min-height: 44px; padding: 9px 16px; border: 1px solid var(--line); border-radius: 999px; color: #616c70; background: var(--white); font-size: .74rem; font-weight: 700; cursor: pointer; transition: .2s ease; }
.category-tabs button:hover { border-color: var(--brand-strong); }
.category-tabs button.active { color: #fff; border-color: var(--graphite); background: var(--graphite); }
.result-count { min-height: 32px; margin: 20px 0 10px; color: #7d888c; font-size: .72rem; }
.plugin-card { position: relative; overflow: hidden; display: flex; flex-direction: column; padding: 23px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: 0 1px 0 rgba(6,78,84,.02); transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease; }
.plugin-card:hover { transform: translateY(-5px); border-color: #b4d1d3; box-shadow: var(--shadow); }
.plugin-card-head { display: grid; grid-template-columns: 72px minmax(0, 1fr); align-items: center; gap: 17px; }
.plugin-card-head img { width: 72px; height: 72px; border: 1px solid var(--line); border-radius: 12px; object-fit: cover; background: #fff; }
.plugin-monogram { width: 72px; height: 72px; display: grid; place-items: center; border: 1px solid var(--line-strong); border-radius: 12px; color: var(--brand-deep); background: #eff9f9; font-size: 1.05rem; font-weight: 750; letter-spacing: .04em; }
.plugin-title { min-width: 0; }
.plugin-name-row { display: flex; align-items: flex-start; justify-content: space-between; gap: 10px; }
.plugin-tag { flex: 0 0 auto; padding: 5px 8px; border-radius: 6px; color: var(--brand-deep); background: #e8f8f9; font-size: .6rem; font-weight: 850; letter-spacing: .04em; text-transform: uppercase; }
.plugin-card h3 { margin: 0; color: var(--graphite); font-size: 1.14rem; font-weight: 650; letter-spacing: -.01em; line-height: 1.35; text-wrap: balance; }
.plugin-category { margin: 7px 0 0; color: var(--brand-strong); font-size: .63rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.plugin-description { min-height: 2.9em; display: -webkit-box; margin: 19px 0 0; overflow: hidden; color: var(--muted); font-size: .79rem; line-height: 1.45; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.plugin-meta { margin: 13px 0 20px; color: #86939d; font-size: .7rem; }
.plugin-card-footer { display: flex; align-items: flex-end; justify-content: space-between; gap: 14px; margin-top: auto; padding-top: 18px; border-top: 1px solid #e7edef; }
.price { display: flex; align-items: baseline; gap: 9px; white-space: nowrap; }
.price strong { color: var(--graphite); font-size: 1.3rem; }
.price del { color: #909a9d; font-size: .72rem; }
.plugin-actions { display: flex; align-items: center; gap: 7px; }
.plugin-actions a, .plugin-actions button { min-height: 45px; display: inline-flex; align-items: center; justify-content: center; padding: 10px 15px; border-radius: 10px; font-size: .72rem; font-weight: 750; text-decoration: none; cursor: pointer; transition: color .2s ease, background-color .2s ease, border-color .2s ease, transform .2s ease; }
.plugin-actions a:hover, .plugin-actions button:hover { transform: translateY(-1px); }
.plugin-actions a { border: 1px solid var(--line); color: var(--graphite); background: transparent; }
.plugin-actions a:hover { color: var(--brand-deep); border-color: var(--brand-strong); }
.plugin-actions button { border: 1px solid var(--brand-strong); color: #fff; background: var(--brand-strong); }
.plugin-actions button:hover { border-color: var(--brand-deep); background: var(--brand-deep); }
.empty-state { padding: 74px 24px; border: 1px dashed #a9c2c5; border-radius: var(--radius); text-align: center; background: var(--white); }
.empty-state h2, .empty-state h3 { margin: 0; color: var(--graphite); }
.empty-state p { color: var(--muted); }
.empty-state button { min-height: 44px; padding: 9px 17px; border: 0; border-radius: 9px; color: #fff; background: var(--brand-strong); font-weight: 700; }

.bundle-section { padding: 0 0 112px; background: var(--paper); }
.bundle-panel { position: relative; overflow: hidden; display: grid; grid-template-columns: 1.25fr .75fr; align-items: center; gap: 70px; padding: 64px; border: 1px solid #c3dfe1; border-radius: 26px; background: radial-gradient(circle at 90% 10%, rgba(22,183,195,.09), transparent 30%), linear-gradient(120deg, #fff, #f3f9f9); box-shadow: var(--shadow-sm); }
.bundle-panel::after { content: ''; position: absolute; right: -90px; top: -180px; width: 430px; height: 430px; border: 1px solid rgba(0,157,168,.13); border-radius: 50%; box-shadow: 0 0 0 55px rgba(0,233,250,.045), 0 0 0 110px rgba(0,81,87,.022); pointer-events: none; }
.bundle-copy { position: relative; z-index: 1; }
.bundle-copy h2 { max-width: 760px; font-size: clamp(2.4rem, 4.4vw, 4.4rem); }
.bundle-copy > p:not(.eyebrow) { max-width: 640px; margin: 21px 0 0; color: var(--muted); }
.bundle-features { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 27px; }
.bundle-features span { padding: 7px 10px; border: 1px solid #c7dfe1; border-radius: 7px; color: #507175; background: rgba(255,255,255,.68); font-size: .7rem; font-weight: 650; }
.bundle-offer { position: relative; z-index: 2; padding: 29px; border: 1px solid #c5dfe1; border-radius: 20px; background: rgba(255,255,255,.9); box-shadow: 0 22px 52px rgba(6,78,84,.09); backdrop-filter: blur(10px); }
.bundle-icon-row { display: flex; align-items: center; gap: 15px; padding-bottom: 20px; border-bottom: 1px solid var(--line); color: var(--graphite); font-size: .8rem; font-weight: 750; }
.bundle-icon-row img { width: 62px; height: 62px; border: 1px solid var(--line); border-radius: 10px; object-fit: cover; background: #fff; }
.bundle-price { display: flex; align-items: flex-end; gap: 10px; margin: 25px 0 8px; }
.bundle-price strong { color: var(--graphite); font-size: 2.8rem; line-height: 1; letter-spacing: -.05em; }
.bundle-price span { padding-bottom: 4px; color: var(--muted); font-size: .68rem; }
.bundle-offer > p { margin: 0 0 20px; color: var(--muted); font-size: .72rem; }
.bundle-offer button, .bundle-offer > a { width: 100%; min-height: 48px; display: flex; align-items: center; justify-content: space-between; padding: 11px 15px; border: 1px solid var(--brand-strong); border-radius: 11px; color: #fff; background: var(--brand-strong); font-size: .82rem; font-weight: 750; text-decoration: none; cursor: pointer; transition: background-color .2s ease, transform .2s ease; }
.bundle-offer button:hover, .bundle-offer > a:hover { transform: translateY(-1px); }
.bundle-offer button:hover, .bundle-offer > a:hover { background: var(--brand-deep); }
.subscription-label { color: var(--brand-strong); font-size: .7rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }

.how-it-works { padding: 116px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--white); }
.how-it-works h2 { max-width: 520px; }
.how-it-works .col-lg-5 > p:last-child { max-width: 430px; margin: 22px 0 0; color: var(--muted); }
.steps { border-top: 1px solid var(--line); }
.steps article { display: grid; grid-template-columns: 44px 1fr; gap: 22px; padding: 27px 0; border-bottom: 1px solid var(--line); transition: padding .2s ease; }
.steps article:hover { padding-left: 8px; }
.steps article > span { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid #a9d4d7; border-radius: 50%; color: var(--brand-strong); font-size: .68rem; font-weight: 800; }
.steps h3 { margin: 1px 0 7px; color: var(--graphite); font-size: 1.1rem; font-weight: 750; }
.steps p { margin: 0; color: var(--muted); font-size: .84rem; }

.developer-section { padding: 100px 0; background: radial-gradient(circle at 18% 50%, rgba(22,183,195,.055), transparent 26%), var(--paper-blue); }
.developer-panel { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 100px; }
.developer-panel h2 { max-width: 720px; }
.developer-panel > div:last-child p { margin: 0 0 25px; color: var(--muted); }
.developer-panel a { min-height: 50px; display: flex; align-items: center; justify-content: space-between; padding: 12px 16px; border: 1px solid var(--graphite); border-radius: 11px; color: var(--graphite); background: rgba(255,255,255,.42); text-decoration: none; font-size: .84rem; font-weight: 750; transition: color .2s ease, background-color .2s ease, transform .2s ease; }
.developer-panel a:hover { transform: translateY(-2px); }
.developer-panel a:hover { color: #fff; background: var(--graphite); }

footer { padding: 32px 0 30px; border-top: 1px solid var(--line); background: radial-gradient(circle at 90% 10%, rgba(22,183,195,.06), transparent 28%), var(--paper); }
.footer-cta { display: flex; align-items: center; justify-content: space-between; gap: 40px; margin-bottom: 62px; padding: 34px 38px; border: 1px solid var(--line-strong); border-radius: 22px; background: rgba(255,255,255,.86); box-shadow: var(--shadow-sm); }
.footer-cta > div { display: flex; flex-direction: column; gap: 5px; }
.footer-cta > div > span { color: var(--brand-strong); font-size: .68rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.footer-cta h2 { margin: 0; color: var(--graphite); font-size: clamp(1.65rem, 3vw, 2.5rem); font-weight: 620; letter-spacing: -.035em; line-height: 1.1; }
.footer-cta > a { min-width: 205px; min-height: 50px; display: inline-flex; align-items: center; justify-content: space-between; gap: 28px; padding: 11px 16px; border: 1px solid var(--brand-strong); border-radius: 11px; color: #fff; background: var(--brand-strong); box-shadow: 0 10px 24px rgba(7,143,154,.14); text-decoration: none; font-size: .8rem; font-weight: 750; transition: background-color .2s ease, transform .2s ease; }
.footer-cta > a:hover { color: #fff; background: var(--brand-deep); transform: translateY(-2px); }
.footer-main { display: grid; grid-template-columns: minmax(260px, 1.15fr) minmax(430px, 1fr); gap: 80px; padding-bottom: 52px; }
.footer-brand img { width: 190px; height: auto; }
.footer-brand p { max-width: 380px; margin: 22px 0 0; color: var(--muted); font-size: .8rem; line-height: 1.65; }
.footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 34px; }
.footer-links nav { display: flex; align-items: flex-start; flex-direction: column; gap: 10px; }
.footer-links nav > span { margin-bottom: 4px; color: var(--graphite); font-size: .7rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.footer-links nav a { position: relative; color: var(--muted); text-decoration: none; font-size: .77rem; font-weight: 600; transition: color .2s ease, transform .2s ease; }
.footer-links nav a:hover { color: var(--brand-strong); transform: translateX(3px); }
.footer-bottom { display: flex; justify-content: space-between; gap: 24px; padding-top: 24px; border-top: 1px solid var(--line); color: #7a8a8c; font-size: .69rem; }

.detail-hero { position: relative; overflow: hidden; padding: 58px 0 96px; border-bottom: 1px solid var(--line); background: radial-gradient(circle at 87% 25%, rgba(22,183,195,.085), transparent 28%), linear-gradient(140deg, #fff, var(--paper-blue)); }
.detail-hero::after { content: ''; position: absolute; width: 420px; height: 420px; right: -230px; bottom: -260px; border: 1px solid rgba(7,143,154,.12); border-radius: 50%; box-shadow: 0 0 0 55px rgba(22,183,195,.026), 0 0 0 110px rgba(6,78,84,.018); pointer-events: none; }
.detail-hero .container-xxl { position: relative; z-index: 1; }
.back-link { display: inline-flex; margin-bottom: 50px; color: var(--muted); text-decoration: none; font-size: .85rem; font-weight: 600; }
.back-link:hover { color: var(--brand-deep); }
.detail-heading { display: flex; align-items: center; gap: 24px; }
.detail-heading img { width: 112px; height: 112px; border: 1px solid var(--line); border-radius: 18px; object-fit: cover; background: #fff; }
.detail-heading span { color: var(--brand-strong); font-size: .75rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.detail-heading h1 { margin: 4px 0 6px; color: var(--graphite); font-size: clamp(3.2rem, 5vw, 5.4rem); font-weight: 620; letter-spacing: -.045em; line-height: 1.02; text-wrap: balance; }
.detail-heading p { margin: 0; color: var(--muted); font-size: .88rem; }
.detail-lead { max-width: 820px; margin: 36px 0 0; color: #4f686b; font-size: 1.12rem; line-height: 1.78; text-wrap: pretty; }
.detail-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 26px; }
.detail-tags span { padding: 7px 11px; border: 1px solid var(--line-strong); border-radius: 999px; color: var(--brand-mid); background: rgba(255,255,255,.72); font-size: .72rem; font-weight: 600; }
.purchase-card { padding: 32px; border: 1px solid rgba(190,216,218,.9); border-radius: 22px; background: rgba(255,255,255,.92); box-shadow: 0 28px 70px rgba(6,78,84,.11); backdrop-filter: blur(12px); }
.purchase-card > span { color: var(--brand-strong); font-size: .72rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.purchase-price { display: flex; align-items: baseline; gap: 12px; margin: 18px 0 13px; }
.purchase-price strong { color: var(--graphite); font-size: 3rem; font-weight: 650; letter-spacing: -.035em; }
.purchase-price del { color: #8b999a; font-size: .9rem; }
.purchase-card p { margin: 0 0 22px; color: var(--muted); font-size: .85rem; }
.purchase-card button, .order-summary .checkout-link { width: 100%; min-height: 57px; display: flex; align-items: center; justify-content: space-between; padding: 13px 19px; border: 1px solid var(--brand-strong); border-radius: 11px; color: #fff; background: var(--brand-strong); box-shadow: 0 10px 24px rgba(7,143,154,.14); font-weight: 700; cursor: pointer; text-decoration: none; transition: background-color .2s ease, transform .2s ease; }
.purchase-card button:hover, .order-summary .checkout-link:hover { transform: translateY(-1px); }
.purchase-card button:hover, .order-summary .checkout-link:hover { background: var(--brand-deep); }
.purchase-card .demo-link { min-height: 52px; display: flex; align-items: center; justify-content: space-between; margin-top: 10px; padding: 12px 18px; border: 1px solid var(--line-strong); border-radius: 9px; color: var(--graphite); text-decoration: none; font-size: .82rem; font-weight: 700; }
.purchase-card .demo-link:hover { border-color: var(--brand-strong); color: var(--brand-strong); }
.purchase-card small { display: block; margin-top: 15px; color: #7d8d8f; font-size: .72rem; text-align: center; }
.detail-content { padding: 104px 0; background: #fff; }
.detail-content h2 { max-width: 700px; margin: 0; color: var(--graphite); font-size: clamp(2.3rem, 4vw, 4rem); font-weight: 620; letter-spacing: -.04em; line-height: 1.06; text-wrap: balance; }
.detail-prose { max-width: 820px; margin-top: 30px; }
.detail-prose p { margin: 0 0 20px; color: var(--muted); font-size: 1rem; line-height: 1.8; }
.detail-prose p:first-child { color: #4f686b; font-size: 1.08rem; }
.requirements-card { padding: 29px; border: 1px solid var(--line); border-radius: 20px; background: linear-gradient(180deg, #fbfdfd, var(--paper)); box-shadow: var(--shadow-sm); }
.requirements-card h3 { margin: 0 0 20px; color: var(--graphite); font-size: 1.2rem; font-weight: 650; }
.requirements-card dl { margin: 0; }
.requirements-card dl div { display: flex; justify-content: space-between; gap: 20px; padding: 14px 0; border-bottom: 1px solid var(--line); }
.requirements-card dt { color: var(--muted); font-size: .8rem; font-weight: 500; }
.requirements-card dd { margin: 0; color: var(--graphite); font-size: .8rem; font-weight: 650; }
.requirements-card a { display: inline-flex; margin-top: 22px; color: var(--brand-strong); text-decoration: none; font-size: .8rem; font-weight: 650; }
.requirements-card a + a { display: flex; margin-top: 12px; }
.sticky-info { position: sticky; top: calc(var(--header-height) + 28px); }

.product-media-section { padding: 108px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: radial-gradient(circle at 88% 22%, rgba(22,183,195,.055), transparent 25%), var(--paper-blue); }
.product-media-grid { display: grid; grid-template-columns: minmax(0, 2fr) minmax(290px, 1fr); align-items: stretch; gap: 18px; }
.product-gallery-frame { overflow: hidden; padding: 14px; border: 1px solid var(--line-strong); border-radius: 24px; background: #fff; box-shadow: 0 26px 68px rgba(6,78,84,.09); }
.gallery-main { position: relative; overflow: hidden; aspect-ratio: 16 / 10; min-height: 430px; display: grid; place-items: center; border-radius: 14px; background: #fff; }
.gallery-main img { width: 100%; height: 100%; display: block; object-fit: contain; cursor: zoom-in; }
.gallery-expand { position: absolute; z-index: 2; top: 14px; right: 14px; min-height: 42px; display: flex; align-items: center; gap: 16px; padding: 8px 12px; border: 1px solid rgba(255,255,255,.76); border-radius: 9px; color: var(--graphite); background: rgba(255,255,255,.9); font-size: .72rem; font-weight: 700; cursor: pointer; backdrop-filter: blur(8px); }
.gallery-arrow, .dialog-arrow { position: absolute; z-index: 2; top: 50%; width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.8); border-radius: 50%; color: var(--graphite); background: rgba(255,255,255,.9); font-size: 1rem; cursor: pointer; transform: translateY(-50%); }
.gallery-arrow.previous, .dialog-arrow.previous { left: 14px; }
.gallery-arrow.next, .dialog-arrow.next { right: 14px; }
.gallery-arrow:hover, .dialog-arrow:hover { color: #fff; background: var(--brand-deep); }
.gallery-caption { display: flex; align-items: center; gap: 20px; padding: 17px 4px 0; color: var(--muted); font-size: .78rem; }
.gallery-caption span { color: var(--brand-strong); font-size: .67rem; font-weight: 800; letter-spacing: .08em; }
.gallery-caption p { margin: 0; }
.gallery-thumbs { display: flex; gap: 8px; margin-top: 16px; overflow-x: auto; padding-bottom: 8px; scrollbar-color: var(--line-strong) transparent; scrollbar-width: thin; scroll-snap-type: x mandatory; }
.gallery-thumbs::-webkit-scrollbar { height: 5px; }
.gallery-thumbs::-webkit-scrollbar-track { background: transparent; }
.gallery-thumbs::-webkit-scrollbar-thumb { border-radius: 999px; background: var(--line-strong); }
.gallery-thumbs button { overflow: hidden; height: 72px; flex: 0 0 calc((100% - 24px) / 4); padding: 0; border: 2px solid transparent; border-radius: 8px; background: #fff; cursor: pointer; opacity: .68; scroll-snap-align: start; }
.gallery-thumbs button.active { border-color: var(--brand-strong); }
.gallery-thumbs button.active, .gallery-thumbs button:hover { opacity: 1; }
.gallery-thumbs img { width: 100%; height: 100%; object-fit: cover; }
.product-media-side { display: flex; flex-direction: column; gap: 18px; }
.product-video-card { position: relative; overflow: hidden; min-height: 360px; flex: 1; display: flex; align-items: flex-end; padding: 0; border: 1px solid var(--line-strong); border-radius: 24px; color: #fff; background: var(--graphite); text-align: left; cursor: pointer; box-shadow: 0 26px 68px rgba(6,78,84,.09); }
.product-video-card::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,35,39,.06) 25%, rgba(0,35,39,.9) 100%); }
.product-video-card > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .82; transition: transform .3s ease; }
.product-video-card:hover > img { transform: scale(1.025); }
.video-play { position: absolute; z-index: 2; top: 28px; left: 28px; width: 62px; height: 62px; display: grid; place-items: center; padding-left: 4px; border: 1px solid rgba(255,255,255,.7); border-radius: 50%; color: var(--brand-deep); background: #fff; box-shadow: 0 10px 30px rgba(0,0,0,.16); }
.video-card-copy { position: relative; z-index: 2; display: flex; flex-direction: column; gap: 8px; padding: 28px; }
.video-card-copy small { color: var(--brand-bright); font-size: .66rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.video-card-copy strong { max-width: 300px; font-size: 1.35rem; line-height: 1.24; }
.video-card-copy b { margin-top: 5px; font-size: .76rem; }
.media-dialog { width: min(1120px, calc(100vw - 32px)); max-width: none; padding: 0; border: 0; border-radius: 18px; background: #071f22; box-shadow: 0 30px 100px rgba(0,0,0,.42); }
.media-dialog::backdrop { background: rgba(2,20,23,.78); backdrop-filter: blur(6px); }
.dialog-close { position: absolute; z-index: 4; top: 12px; right: 12px; width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.7); border-radius: 50%; color: #fff; background: rgba(0,35,39,.78); font-size: 1.45rem; cursor: pointer; }
.dialog-video { width: 100%; aspect-ratio: 16 / 9; }
.dialog-video iframe { width: 100%; height: 100%; display: block; border: 0; }
.dialog-gallery { position: relative; min-height: 70vh; display: grid; place-items: center; padding: 26px 70px 64px; }
.dialog-gallery > img { max-width: 100%; max-height: 76vh; object-fit: contain; }
.dialog-gallery > div { position: absolute; right: 70px; bottom: 22px; left: 70px; display: flex; justify-content: space-between; gap: 20px; color: #d9eeee; font-size: .78rem; }
.dialog-gallery p { margin: 0; }
.dialog-arrow { color: var(--graphite); }

.related-products { padding: 108px 0 116px; background: #fff; }

.cart-page { min-height: 70vh; padding: 78px 0 110px; background: var(--paper); }
.page-heading { max-width: 720px; margin-bottom: 44px; }
.page-heading h1 { margin: 0; color: var(--graphite); font-size: clamp(3.2rem, 5vw, 5rem); font-weight: 650; letter-spacing: -.035em; line-height: 1.05; }
.page-heading > p:last-child { margin: 14px 0 0; color: var(--muted); }
.cart-empty { padding: 74px 28px; border: 1px solid var(--line); border-radius: 18px; text-align: center; background: #fff; }
.cart-empty > span { color: var(--brand-strong); font-size: .72rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.cart-empty h2 { margin: 12px 0 8px; color: var(--graphite); font-size: 2rem; font-weight: 650; }
.cart-empty p { color: var(--muted); }
.cart-empty a { display: inline-flex; gap: 22px; margin-top: 10px; padding: 12px 16px; border-radius: 9px; color: #fff; background: var(--brand-strong); text-decoration: none; font-size: .84rem; font-weight: 700; }
.cart-list { overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: #fff; box-shadow: var(--shadow-sm); }
.cart-item { display: grid; grid-template-columns: 76px minmax(0,1fr) auto auto; align-items: center; gap: 20px; padding: 24px; border-bottom: 1px solid var(--line); }
.cart-item:last-child { border-bottom: 0; }
.cart-item > img { width: 76px; height: 76px; border: 1px solid var(--line); border-radius: 12px; object-fit: cover; }
.cart-item > .plugin-monogram { width: 76px; height: 76px; }
.cart-item-copy h2 { margin: 0; color: var(--graphite); font-size: 1.12rem; font-weight: 650; }
.cart-item-copy p { margin: 5px 0; color: var(--muted); font-size: .75rem; }
.cart-item-copy button { padding: 0; border: 0; color: #7e8d8f; background: transparent; font-size: .72rem; text-decoration: underline; cursor: pointer; }
.quantity-control { display: grid; grid-template-columns: 34px 34px 34px; align-items: center; overflow: hidden; border: 1px solid var(--line); border-radius: 8px; }
.quantity-control button { height: 36px; border: 0; color: var(--graphite); background: var(--paper); cursor: pointer; }
.quantity-control span { text-align: center; font-size: .8rem; }
.cart-line-price { min-width: 72px; color: var(--graphite); font-size: 1.05rem; text-align: right; }
.order-summary { padding: 28px; border: 1px solid var(--line-strong); border-radius: 20px; background: #fff; box-shadow: 0 24px 58px rgba(6,78,84,.09); }
.order-summary h2 { margin: 0 0 22px; color: var(--graphite); font-size: 1.3rem; font-weight: 650; }
.order-summary > div { display: flex; justify-content: space-between; gap: 20px; padding: 11px 0; color: var(--muted); font-size: .82rem; }
.order-summary > div strong { color: var(--graphite); }
.order-summary > p { margin: 8px 0 18px; color: #849294; font-size: .72rem; }
.discount-form { margin: 18px 0 16px; padding: 18px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.discount-form label { display: block; margin-bottom: 8px; color: var(--graphite); font-size: .76rem; font-weight: 700; }
.discount-form > div { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 8px; }
.discount-form input { width: 100%; min-width: 0; min-height: 44px; padding: 9px 12px; border: 1px solid var(--line-strong); border-radius: 10px; color: var(--ink); background: var(--paper); font-size: .8rem; text-transform: uppercase; }
.discount-form input::placeholder { color: #8a9a9c; text-transform: none; }
.discount-form input:focus { border-color: var(--brand-strong); box-shadow: 0 0 0 3px rgba(22,183,195,.12); outline: 0; }
.discount-form > div button { min-height: 44px; padding: 9px 14px; border: 1px solid var(--brand-mid); border-radius: 10px; color: var(--graphite); background: #fff; font-size: .76rem; font-weight: 750; cursor: pointer; transition: color .2s ease, background-color .2s ease; }
.discount-form > div button:hover { color: #fff; background: var(--brand-mid); }
.discount-message { display: block; margin-top: 8px; color: #7f9092; font-size: .68rem; line-height: 1.4; }
.discount-message.error { color: #a33f45; }
.discount-remove { margin-top: 7px; padding: 0; border: 0; color: var(--brand-strong); background: transparent; font-size: .68rem; font-weight: 650; text-decoration: underline; cursor: pointer; }
.order-summary .order-total { margin: 0 0 20px; padding: 18px 0 0; border-top: 1px solid var(--line); color: var(--graphite); font-size: 1rem; }
.order-summary .order-total strong { font-size: 1.4rem; }
.order-summary > a { display: block; margin-top: 15px; color: var(--brand-strong); text-align: center; text-decoration: none; font-size: .8rem; font-weight: 600; }

@media (max-width: 991.98px) {
  .hero { min-height: auto; padding-top: 72px; }
  .hero-showcase { margin: 10px auto 0; }
  .section-title { align-items: flex-start; flex-direction: column; gap: 16px; }
  .bundle-panel { grid-template-columns: 1fr; gap: 38px; }
  .developer-panel { grid-template-columns: 1fr; gap: 38px; }
  .purchase-card { margin-top: 12px; }
  .product-media-grid { grid-template-columns: 1fr; }
  .sticky-info { position: static; }
  .footer-main { grid-template-columns: 1fr; gap: 40px; }
}
@media (min-width: 768px) {
  html { font-size: 110%; }
}
@media (max-width: 767.98px) {
  :root { --header-height: 68px; }
  body { font-size: 16px; }
  .container-xxl { padding-right: 20px; padding-left: 20px; }
  .site-header .navbar { min-height: var(--header-height); }
  .navbar-brand img { width: 138px; }
  .header-links { gap: 8px; }
  .header-sign-in { display: none; }
  .mobile-menu { display: block; }
  .cart-control { min-height: 44px; padding-left: 12px; }
  .hero { padding: 54px 0 60px; }
  .hero h1 { font-size: clamp(2.8rem, 13vw, 3.5rem); line-height: 1; }
  .hero-copy { font-size: 1rem; }
  .hero-actions { margin-top: 28px; }
  .hero-showcase { padding: 18px; border-radius: 20px; }
  .showcase-item { grid-template-columns: 52px minmax(0,1fr) auto; gap: 12px; }
  .showcase-item img { width: 52px; height: 52px; }
  .benefit-grid { grid-template-columns: 1fr; }
  .benefit-grid article, .benefit-grid article:first-child { min-height: 92px; padding: 20px 0; border-right: 0; border-left: 0; border-bottom: 1px solid var(--line); }
  .benefit-grid article:last-child { border-bottom: 0; }
  .catalog { padding: 78px 0 84px; }
  .featured-plugins { padding: 78px 0 84px; }
  .section-title { margin-bottom: 30px; }
  .catalog-tools { grid-template-columns: 1fr; }
  .category-tabs { flex-wrap: nowrap; margin-right: -20px; overflow-x: auto; padding-right: 20px; padding-bottom: 4px; scrollbar-width: none; }
  .category-tabs::-webkit-scrollbar { display: none; }
  .category-tabs button { flex: 0 0 auto; }
  .plugin-card { padding: 20px; }
  .plugin-card-head { grid-template-columns: 64px minmax(0,1fr); gap: 14px; }
  .plugin-card-head img, .plugin-monogram { width: 64px; height: 64px; }
  .plugin-description { margin-top: 17px; }
  .featured-catalog-cta { margin-top: 38px; }
  .featured-catalog-cta a { width: 100%; min-width: 0; }
  .bundle-section { padding-bottom: 78px; }
  .bundle-panel { padding: 34px 22px; border-radius: 20px; }
  .bundle-offer { padding: 23px; }
  .how-it-works { padding: 78px 0; }
  .steps { margin-top: 20px; }
  .developer-section { padding: 72px 0; }
  footer { padding-top: 24px; }
  .footer-cta { align-items: stretch; flex-direction: column; gap: 24px; margin-bottom: 48px; padding: 28px 24px; }
  .footer-cta > a { width: 100%; }
  .footer-links { grid-template-columns: repeat(2, 1fr); }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .detail-hero { padding: 40px 0 68px; }
  .back-link { margin-bottom: 34px; }
  .detail-heading { align-items: flex-start; flex-direction: column; }
  .detail-heading img { width: 92px; height: 92px; border-radius: 16px; }
  .detail-heading h1, .page-heading h1 { font-size: clamp(2.65rem, 12vw, 3.3rem); }
  .detail-lead { margin-top: 28px; font-size: 1.02rem; line-height: 1.72; }
  .purchase-card { padding: 24px; }
  .detail-content { padding: 76px 0; }
  .detail-prose { margin-top: 24px; }
  .requirements-card { padding: 22px; }
  .product-media-section { padding: 76px 0; }
  .product-gallery-frame { padding: 10px; }
  .gallery-main { width: 100%; min-height: 0; aspect-ratio: 16 / 10; }
  .gallery-caption { align-items: flex-start; flex-direction: column; gap: 5px; }
  .gallery-thumbs button { flex: 0 0 96px; scroll-snap-align: start; }
  .product-video-card { min-height: 320px; }
  .dialog-gallery { min-height: 76vh; padding: 60px 18px 80px; }
  .dialog-gallery > div { right: 22px; bottom: 22px; left: 22px; align-items: flex-start; flex-direction: column; gap: 5px; }
  .related-products { padding: 76px 0; }
  .cart-page { padding: 60px 0 80px; }
  .page-heading { margin-bottom: 34px; }
  .cart-item { grid-template-columns: 64px minmax(0,1fr); gap: 16px; padding: 20px; }
  .cart-item > img { width: 64px; height: 64px; }
  .quantity-control { grid-column: 2; justify-self: start; }
  .cart-line-price { grid-column: 2; text-align: left; }
  .order-summary { padding: 22px; }
}
@media (max-width: 480px) {
  .navbar-brand img { width: 128px; }
  .cart-control { padding: 8px; font-size: .76rem; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 12px; }
  .btn-primary-brand, .btn-text { width: 100%; }
  .hero-proof { align-items: flex-start; flex-direction: column; gap: 8px; }
  .plugin-card-footer { align-items: stretch; flex-direction: column; }
  .plugin-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .bundle-price { align-items: flex-start; flex-direction: column; }
  .footer-links { grid-template-columns: 1fr; gap: 28px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; } }
