/* ==========================================================================
   ERPDunia — marketing website
   ========================================================================== */

.site { font-size: 16px; line-height: 1.6; background: #fff; color: var(--ink-900); }
.site .icon { vertical-align: -.18em; }
.skip-link { position: absolute; left: 16px; top: -60px; z-index: 200; padding: 10px 14px; border-radius: 10px; background: var(--ink-900); color: #fff; font-weight: 600; }
.skip-link:focus { top: 12px; }

.container { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.container-wide { max-width: 1320px; }
.container-narrow { max-width: 880px; }

/* --------------------------------------------------------------------------
   Announcement & header
   -------------------------------------------------------------------------- */
.announce { background: var(--ink-950); color: rgba(255, 255, 255, .82); font-size: 13.5px; position: relative; z-index: 51; }
.announce-inner { display: flex; align-items: center; justify-content: center; gap: 10px; min-height: 40px; }
.announce a { display: inline-flex; align-items: center; gap: 6px; color: #fff; font-weight: 500; }
.announce a .icon { width: 14px; height: 14px; transition: transform .2s var(--ease); }
.announce a:hover .icon { transform: translateX(3px); }
.announce-pill { font-size: 11px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; padding: 2px 8px; border-radius: 99px; background: var(--grad-brand); color: #fff; }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255, 255, 255, .78); backdrop-filter: saturate(180%) blur(16px); -webkit-backdrop-filter: saturate(180%) blur(16px); border-bottom: 1px solid transparent; transition: background .25s var(--ease), border-color .25s var(--ease), box-shadow .25s var(--ease); }
.site-header.is-scrolled { border-bottom-color: var(--border); box-shadow: 0 6px 24px -18px rgba(15, 18, 34, .25); }
.header-inner { display: flex; align-items: center; gap: 28px; height: 68px; }
.header-logo { flex-shrink: 0; }
.main-nav { display: flex; align-items: center; gap: 2px; flex: 1; }
.nav-item { position: static; }
.nav-link { display: inline-flex; align-items: center; gap: 4px; height: 38px; padding: 0 12px; border-radius: 10px; font-size: 14.5px; font-weight: 550; color: var(--ink-700); transition: color .15s var(--ease), background .15s var(--ease); }
.nav-link:hover, .nav-link.active, .has-mega.open .nav-link, .has-drop.open .nav-link { color: var(--ink-900); background: rgba(15, 18, 34, .05); }
.nav-caret { width: 15px !important; height: 15px !important; transition: transform .2s var(--ease); opacity: .7; }
.has-mega.open .nav-caret, .has-drop.open .nav-caret { transform: rotate(180deg); }
.header-actions { display: flex; align-items: center; gap: 8px; margin-left: auto; }
.header-signin { font-size: 14.5px; }
.header-signin .avatar { --size: 22px; font-size: 9px; }
.nav-toggle { display: none; }

.header-dark { background: transparent; }
.header-dark:not(.is-scrolled) { backdrop-filter: none; -webkit-backdrop-filter: none; }
.header-dark .nav-link { color: rgba(255, 255, 255, .78); }
.header-dark .nav-link:hover, .header-dark .has-mega.open .nav-link, .header-dark .has-drop.open .nav-link { color: #fff; background: rgba(255, 255, 255, .08); }
.header-dark .logo-mark { color: #fff; }
.header-dark .logo-mark b { background-image: linear-gradient(100deg, #b7aaff 0%, #dca8ff 45%, #ffab70 100%); }
.header-dark .header-signin { color: rgba(255, 255, 255, .85); }
.header-dark .header-signin:hover { background: rgba(255, 255, 255, .08); color: #fff; }
.header-dark .nav-toggle { color: #fff; }
.header-dark.is-scrolled { background: rgba(8, 10, 20, .78); border-bottom-color: rgba(255, 255, 255, .08); box-shadow: none; }

/* Mega menu */
.mega { position: absolute; left: 0; right: 0; top: 100%; padding-top: 8px; opacity: 0; visibility: hidden; transform: translateY(-6px); transition: opacity .18s var(--ease), transform .18s var(--ease), visibility 0s linear .18s; }
.has-mega.open .mega { opacity: 1; visibility: visible; transform: none; transition: opacity .18s var(--ease), transform .18s var(--ease); }
.mega-inner { max-width: 1152px; margin: 0 auto; display: grid; grid-template-columns: 1fr 300px; background: #fff; border: 1px solid var(--border); border-radius: 22px; box-shadow: 0 30px 80px -24px rgba(15, 18, 34, .28), 0 2px 8px rgba(15, 18, 34, .04); overflow: hidden; color: var(--ink-900); }
.mega-products { padding: 20px 22px 22px; }
.mega-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 10px; padding: 0 8px; }
.mega-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 2px 6px; }
.mega-product { display: flex; align-items: center; gap: 10px; padding: 9px 8px; border-radius: 12px; transition: background .12s var(--ease); min-width: 0; }
.mega-product:hover { background: var(--ink-50); }
.mega-product:hover .p-icon { color: #fff; background: var(--accent); }
.mega-product .p-icon { transition: all .15s var(--ease); }
.mega-product-text { display: flex; flex-direction: column; min-width: 0; line-height: 1.25; }
.mega-product-text b { font-size: 14px; font-weight: 650; }
.mega-product-text small { font-size: 12.5px; color: var(--text-3); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.mega-side { background: var(--ink-50); border-left: 1px solid var(--border); padding: 22px; display: flex; flex-direction: column; gap: 12px; }
.mega-side-label { color: var(--text-3); }
.mega-industries { display: grid; grid-template-columns: 1fr 1fr; gap: 2px; }
.mega-industries a { display: flex; align-items: center; gap: 7px; padding: 6px 8px; border-radius: 8px; font-size: 13px; font-weight: 550; line-height: 1.3; color: var(--ink-700); }
.mega-industries a .icon { width: 14px; height: 14px; color: var(--text-3); flex-shrink: 0; }
.mega-industries a:hover { background: #fff; color: var(--ink-900); }
.mega-promo { margin-top: auto; display: flex; flex-direction: column; gap: 6px; padding: 16px; border-radius: 16px; color: #fff; background: radial-gradient(120% 120% at 100% 0%, rgba(247, 130, 58, .45), transparent 55%), linear-gradient(160deg, #1b1740, #0b0d1a); position: relative; overflow: hidden; }
.mega-promo .badge { align-self: flex-start; }
.mega-promo b { font-size: 17px; font-family: var(--font-display); letter-spacing: -.02em; }
.mega-promo > span:not(.badge) { font-size: 13px; color: rgba(255, 255, 255, .72); line-height: 1.45; }
.mega-promo .mega-promo-link { color: #ffd27a; font-weight: 600; display: inline-flex; align-items: center; gap: 4px; }
.mega-promo .mega-promo-link .icon { width: 14px; height: 14px; }

/* Resources dropdown */
.nav-item.has-drop { position: relative; }
.drop { position: absolute; left: 50%; top: 100%; padding-top: 8px; opacity: 0; visibility: hidden; transform: translate(-50%, -6px); transition: opacity .18s var(--ease), transform .18s var(--ease), visibility 0s linear .18s; }
.has-drop.open .drop { opacity: 1; visibility: visible; transform: translate(-50%, 0); transition: opacity .18s var(--ease), transform .18s var(--ease); }
.drop-inner { width: 620px; display: grid; grid-template-columns: 1fr 1fr; background: #fff; border: 1px solid var(--border); border-radius: 20px; box-shadow: 0 30px 60px -24px rgba(15, 18, 34, .3); overflow: hidden; }
.drop-col { display: flex; flex-direction: column; gap: 2px; padding: 18px 14px 16px; }
.drop-col .mega-side-label { padding: 0 8px 6px; }
.drop-tools { background: var(--ink-50); border-left: 1px solid var(--border); }
.drop-tools .card-link { margin: 8px 8px 0; }
.drop-link { display: flex; align-items: center; gap: 11px; padding: 8px; border-radius: 12px; color: var(--ink-900); transition: background .12s var(--ease); }
.drop-link:hover { background: var(--ink-50); }
.drop-tools .drop-link:hover { background: #fff; }
.drop-link > span:last-child { display: flex; flex-direction: column; min-width: 0; line-height: 1.3; }
.drop-link b { font-size: 14px; font-weight: 650; }
.drop-link small { font-size: 12.5px; color: var(--text-3); }
.drop-icon { width: 34px; height: 34px; border-radius: 10px; flex-shrink: 0; display: grid; place-items: center; background: var(--brand-50); color: var(--brand-600); }
.drop-icon .icon { width: 17px; height: 17px; }
.drop-icon.tool { background: #fff; color: var(--marigold-600); border: 1px solid var(--marigold-100); }
.mega-all-industries { padding: 0 8px; }

/* Mobile nav */
.mobile-nav { border-top: 1px solid var(--border); background: #fff; max-height: calc(100vh - 68px); overflow-y: auto; padding: 12px 0 24px; color: var(--ink-900); }
.mobile-group summary { list-style: none; display: flex; align-items: center; justify-content: space-between; padding: 12px 4px; font-weight: 650; font-size: 17px; cursor: pointer; }
.mobile-group summary::-webkit-details-marker { display: none; }
.mobile-group[open] summary .icon { transform: rotate(180deg); }
.mobile-products { display: grid; grid-template-columns: 1fr 1fr; gap: 4px; padding-bottom: 8px; }
.mobile-products a { display: flex; align-items: center; gap: 8px; padding: 8px 6px; font-size: 14px; font-weight: 550; border-radius: 10px; }
.mobile-link { display: block; padding: 12px 4px; font-weight: 650; font-size: 17px; border-top: 1px solid var(--border); }
.mobile-group + .mobile-group, .mobile-link + .mobile-group { border-top: 1px solid var(--border); }
.mobile-actions { display: grid; gap: 10px; margin-top: 16px; }

@media (max-width: 1040px) {
  .main-nav, .header-signin, .header-cta { display: none; }
  .nav-toggle { display: inline-flex; }
}

/* --------------------------------------------------------------------------
   Sections & typography
   -------------------------------------------------------------------------- */
.section { padding: 96px 0; position: relative; }
.section-sm { padding: 60px 0; }
.section-tint { background: linear-gradient(180deg, #f7f7fb, #fff); }
.section-gray { background: #f6f7fa; }
.section-head { max-width: 760px; margin: 0 auto 44px; text-align: center; }
.section-head.left { margin-left: 0; text-align: left; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; padding: 5px 12px 5px 6px; border-radius: 99px; font-size: 13px; font-weight: 600; color: var(--brand-700); background: var(--brand-50); border: 1px solid var(--brand-100); margin-bottom: 14px; }
.eyebrow .eyebrow-dot { width: 20px; height: 20px; border-radius: 50%; display: grid; place-items: center; background: #fff; box-shadow: 0 1px 2px rgba(15, 18, 34, .12); }
.eyebrow .eyebrow-dot .icon { width: 12px; height: 12px; }
.eyebrow-plain { padding: 0; background: none; border: 0; text-transform: uppercase; letter-spacing: .1em; font-size: 12.5px; font-weight: 700; color: var(--brand-600); }
.display-1 { font-family: var(--font-display); font-size: clamp(2.2rem, 4.5vw, 3.85rem); font-weight: 800; letter-spacing: -.042em; line-height: 1.04; }
.display-2 { font-family: var(--font-display); font-size: clamp(1.75rem, 3.2vw, 2.65rem); font-weight: 800; letter-spacing: -.035em; line-height: 1.08; }
.display-3 { font-family: var(--font-display); font-size: clamp(1.45rem, 2.4vw, 1.95rem); font-weight: 750; letter-spacing: -.028em; line-height: 1.15; }
.lead { font-size: clamp(1rem, 1.4vw, 1.125rem); line-height: 1.65; color: var(--ink-600); margin-top: 14px; }
.gradient-text { background: var(--grad-brand); -webkit-background-clip: text; background-clip: text; color: transparent; }
.muted { color: var(--ink-500); }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.is-visible { opacity: 1; transform: none; }
.reveal-delay-1 { transition-delay: .08s; } .reveal-delay-2 { transition-delay: .16s; } .reveal-delay-3 { transition-delay: .24s; }

/* --------------------------------------------------------------------------
   Hero (dark)
   -------------------------------------------------------------------------- */
.hero-shell { position: relative; background: #070914; color: #fff; overflow: hidden; margin-top: -68px; padding-top: 68px; isolation: isolate; }
.hero-shell::before { content: ''; position: absolute; inset: 0; z-index: -2;
  background:
    radial-gradient(900px 520px at 78% -8%, rgba(125, 97, 255, .42), transparent 62%),
    radial-gradient(760px 480px at 8% 12%, rgba(247, 130, 58, .20), transparent 60%),
    radial-gradient(1000px 600px at 50% 110%, rgba(106, 85, 250, .28), transparent 65%);
}
.hero-shell::after { content: ''; position: absolute; inset: 0; z-index: -1; opacity: .5;
  background-image: linear-gradient(rgba(255, 255, 255, .045) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .045) 1px, transparent 1px);
  background-size: 56px 56px; mask-image: radial-gradient(ellipse 70% 60% at 50% 30%, #000 30%, transparent 75%); -webkit-mask-image: radial-gradient(ellipse 70% 60% at 50% 30%, #000 30%, transparent 75%);
}
.hero { padding: 56px 0 0; text-align: center; }
.hero .eyebrow { background: rgba(255, 255, 255, .06); border-color: rgba(255, 255, 255, .12); color: rgba(255, 255, 255, .9); backdrop-filter: blur(8px); }
.hero .eyebrow .eyebrow-dot { background: var(--grad-brand); color: #fff; box-shadow: none; }
.hero .eyebrow a { color: #ffd27a; display: inline-flex; align-items: center; gap: 4px; }
.hero-title { max-width: 900px; margin: 0 auto; }
.display-1, .display-2, .display-3, .p-hero h1 { text-wrap: balance; }
@media (max-width: 560px) { .hide-xs { display: none !important; } }
.hero-title .accent { background: linear-gradient(100deg, #c9bfff 0%, #ffb27a 60%, #ffd27a 100%); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero .lead { color: rgba(226, 229, 245, .74); max-width: 680px; margin-left: auto; margin-right: auto; font-size: clamp(1rem, 1.45vw, 1.14rem); }
.hero-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-top: 26px; }
.hero-proof { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 24px; margin-top: 20px; font-size: 13.5px; color: rgba(226, 229, 245, .7); }
.hero-proof span { display: inline-flex; align-items: center; gap: 7px; }
.hero-proof .icon { width: 16px; height: 16px; color: #8bf0c3; }
.hero-price { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 8px; margin-top: 22px; font-size: 15px; color: rgba(226, 229, 245, .8); }
.hero-price .icon { width: 17px; height: 17px; color: #ffcf6b; }
.hero-price b { color: #fff; font-weight: 750; }
.hero-price a { color: rgba(226, 229, 245, .82); text-decoration: underline; text-underline-offset: 3px; margin-left: 2px; }
.hero-price a:hover { color: #fff; }

/* Product showcase */
.showcase { margin-top: 40px; position: relative; }
.showcase-tabs { display: flex; justify-content: center; flex-wrap: wrap; gap: 8px; margin-bottom: 16px; }
.showcase-tab { --accent: #8b7bff; display: inline-flex; align-items: center; gap: 8px; height: 40px; padding: 0 14px 0 6px; border-radius: 99px; font-size: 14px; font-weight: 600; color: rgba(255, 255, 255, .72); background: rgba(255, 255, 255, .04); border: 1px solid rgba(255, 255, 255, .1); transition: all .25s var(--ease); position: relative; overflow: hidden; }
.showcase-tab .p-icon { --s: 28px; background: rgba(255, 255, 255, .08); color: #fff; box-shadow: none; }
.showcase-tab:hover { color: #fff; border-color: rgba(255, 255, 255, .22); }
.showcase-tab.active { color: #fff; background: color-mix(in srgb, var(--accent) 22%, transparent); border-color: color-mix(in srgb, var(--accent) 60%, transparent); }
.showcase-tab.active .p-icon { background: var(--accent); }
.showcase-tab .tab-progress { position: absolute; left: 0; bottom: 0; height: 2px; width: 0; background: var(--accent); }
.showcase-tab.active .tab-progress { animation: tab-progress 6s linear forwards; }
.showcase.paused .showcase-tab.active .tab-progress { animation-play-state: paused; }
@keyframes tab-progress { to { width: 100%; } }

.showcase-stage { position: relative; max-width: 1120px; margin: 0 auto; perspective: 2000px; }
.showcase-stage::before { content: ''; position: absolute; inset: 8% 6% -6%; background: radial-gradient(closest-side, rgba(125, 97, 255, .55), transparent); filter: blur(40px); z-index: -1; }
.app-window { position: relative; border-radius: 18px 18px 0 0; background: #0e1122; border: 1px solid rgba(255, 255, 255, .12); border-bottom: 0; box-shadow: 0 -2px 0 rgba(255, 255, 255, .04) inset, 0 40px 120px -20px rgba(0, 0, 0, .7); overflow: hidden; text-align: left; transform: rotateX(8deg); transform-origin: 50% 100%; transition: transform .8s var(--ease); }
.showcase-stage:hover .app-window { transform: rotateX(2deg); }
.aw-bar { display: flex; align-items: center; gap: 7px; height: 40px; padding: 0 14px; background: rgba(255, 255, 255, .03); border-bottom: 1px solid rgba(255, 255, 255, .07); }
.aw-bar i { width: 11px; height: 11px; border-radius: 50%; background: rgba(255, 255, 255, .16); }
.aw-bar i:nth-child(1) { background: #ff5f57; } .aw-bar i:nth-child(2) { background: #febc2e; } .aw-bar i:nth-child(3) { background: #28c840; }
.aw-url { margin: 0 auto; display: flex; align-items: center; gap: 6px; height: 24px; padding: 0 14px; border-radius: 7px; background: rgba(255, 255, 255, .06); font-size: 12px; color: rgba(255, 255, 255, .55); font-family: var(--font); }
.aw-url .icon { width: 11px; height: 11px; }
.aw-screens { position: relative; height: 400px; }
.aw-screen { --accent: #8b7bff; position: absolute; inset: 0; display: grid; grid-template-columns: 64px 1fr; opacity: 0; visibility: hidden; transition: opacity .6s var(--ease), visibility 0s linear .6s; background: #f6f7fb; color: var(--ink-900); font-size: 13px; }
.aw-screen.active { opacity: 1; visibility: visible; transition: opacity .6s var(--ease); }
.aw-side { background: #0f1222; display: flex; flex-direction: column; align-items: center; gap: 8px; padding: 14px 0; }
.aw-side .p-icon { --s: 36px; margin-bottom: 10px; }
.aw-side span { width: 36px; height: 36px; border-radius: 10px; display: grid; place-items: center; color: rgba(255, 255, 255, .45); }
.aw-side span.on { background: rgba(255, 255, 255, .08); color: #fff; }
.aw-side span .icon { width: 17px; height: 17px; }
.aw-main { padding: 20px 24px; overflow: hidden; display: flex; flex-direction: column; gap: 16px; }
.aw-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.aw-head small { display: block; font-size: 12px; color: var(--text-3); }
.aw-head b { font-size: 19px; font-weight: 700; letter-spacing: -.02em; }
.aw-btn { display: inline-flex; align-items: center; gap: 6px; height: 32px; padding: 0 12px; border-radius: 9px; background: var(--accent); color: #fff; font-size: 12.5px; font-weight: 600; box-shadow: 0 6px 16px -8px var(--accent); white-space: nowrap; }
.aw-btn .icon { width: 14px; height: 14px; }
.aw-kpis { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.aw-kpi { background: #fff; border: 1px solid var(--border); border-radius: 12px; padding: 12px 14px; }
.aw-kpi small { display: block; font-size: 11.5px; color: var(--text-3); font-weight: 550; }
.aw-kpi b { display: block; font-size: 20px; font-weight: 700; letter-spacing: -.02em; margin-top: 2px; }
.aw-kpi em { font-style: normal; font-size: 11.5px; font-weight: 650; color: var(--success-text); }
.aw-kpi em.warn { color: var(--warning-text); }
.aw-grid { display: grid; grid-template-columns: 1.35fr 1fr; gap: 12px; min-height: 0; flex: 1; }
.aw-card { background: #fff; border: 1px solid var(--border); border-radius: 12px; padding: 12px 14px; overflow: hidden; }
.aw-card-title { display: flex; align-items: center; justify-content: space-between; font-size: 12.5px; font-weight: 650; margin-bottom: 8px; }
.aw-card-title span { font-size: 11.5px; color: var(--text-3); font-weight: 500; }
.aw-row { display: flex; align-items: center; gap: 10px; padding: 7px 0; border-top: 1px solid var(--ink-100); }
.aw-row:first-of-type { border-top: 0; }
.aw-row .avatar { --size: 26px; }
.aw-row-text { flex: 1; min-width: 0; line-height: 1.3; }
.aw-row-text b { display: block; font-size: 12.5px; font-weight: 600; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.aw-row-text small { font-size: 11.5px; color: var(--text-3); }
.aw-row .badge { height: 20px; font-size: 11px; }
.aw-time { font-size: 11.5px; color: var(--text-3); width: 38px; flex-shrink: 0; font-variant-numeric: tabular-nums; }
.aw-progress { width: 90px; flex-shrink: 0; }
.aw-bars { display: flex; align-items: flex-end; gap: 8px; height: 150px; padding-top: 10px; border-bottom: 1px solid var(--ink-200); }
.aw-bars span { flex: 1; border-radius: 4px 4px 0 0; background: color-mix(in srgb, var(--accent) 30%, #fff); transition: height .8s var(--ease); }
.aw-bars span:last-child { background: var(--accent); }
.aw-bars-labels { display: flex; gap: 8px; margin-top: 6px; }
.aw-bars-labels span { flex: 1; text-align: center; font-size: 10.5px; color: var(--text-3); }
.aw-stat-line { display: flex; align-items: baseline; justify-content: space-between; margin-top: 10px; }
.aw-stat-line b { font-size: 18px; letter-spacing: -.02em; }
.aw-stat-line small { color: var(--success-text); font-weight: 650; font-size: 12px; }
.hero-fade { height: 1px; }

@media (max-width: 900px) {
  .aw-screens { height: 360px; }
  .aw-kpis { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .aw-grid { grid-template-columns: 1fr; }
  .aw-grid .aw-card:last-child { display: none; }
  .app-window { transform: none; }
}
@media (max-width: 560px) {
  .aw-screen { grid-template-columns: 1fr; }
  .aw-side { display: none; }
  .aw-main { padding: 14px; }
  .aw-head .aw-btn { display: none; }
  .showcase-tab { padding-right: 10px; font-size: 13px; }
  .hero { padding-top: 36px; }
  .hero-proof { flex-direction: column; align-items: center; gap: 6px; margin-top: 18px; }
  .showcase { margin-top: 32px; }
  .aw-screens { height: 330px; }
}

/* Industry marquee */
.marquee-wrap { background: #fff; border-bottom: 1px solid var(--border); padding: 26px 0; }
.marquee-label { text-align: center; font-size: 13px; font-weight: 600; color: var(--text-3); margin-bottom: 16px; letter-spacing: .01em; }
.marquee { overflow: hidden; mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent); -webkit-mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent); }
.marquee-track { display: flex; gap: 12px; width: max-content; animation: marquee 48s linear infinite; }
.marquee:hover .marquee-track { animation-play-state: paused; }
.marquee-item { display: inline-flex; align-items: center; gap: 9px; height: 42px; padding: 0 16px 0 8px; border-radius: 99px; border: 1px solid var(--border); background: #fff; font-size: 14.5px; font-weight: 600; color: var(--ink-700); white-space: nowrap; }
.marquee-item .p-icon { --s: 28px; }
@keyframes marquee { to { transform: translateX(-50%); } }

/* --------------------------------------------------------------------------
   Product universe
   -------------------------------------------------------------------------- */
.filter-pills { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; margin-bottom: 36px; }
.filter-pill { display: inline-flex; align-items: center; gap: 7px; height: 38px; padding: 0 15px; border-radius: 99px; border: 1px solid var(--border); background: #fff; font-size: 14px; font-weight: 600; color: var(--ink-600); transition: all .18s var(--ease); cursor: pointer; }
.filter-pill .icon { width: 15px; height: 15px; }
.filter-pill:hover { border-color: var(--border-2); color: var(--ink-900); }
.filter-pill.active { background: var(--ink-900); border-color: var(--ink-900); color: #fff; }
.filter-pill .count { font-size: 12px; opacity: .6; }

.product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.product-card { --accent: #6a55fa; position: relative; display: flex; flex-direction: column; gap: 14px; padding: 24px; border-radius: 20px; background: #fff; border: 1px solid var(--border); transition: transform .3s var(--ease), box-shadow .3s var(--ease), border-color .3s var(--ease); overflow: hidden; isolation: isolate; }
.product-card::before { content: ''; position: absolute; inset: 0; z-index: -1; opacity: 0; transition: opacity .35s var(--ease); background: radial-gradient(420px 220px at 0% 0%, color-mix(in srgb, var(--accent) 10%, transparent), transparent 70%); }
.product-card:hover { transform: translateY(-4px); border-color: color-mix(in srgb, var(--accent) 35%, var(--border)); box-shadow: 0 24px 48px -24px color-mix(in srgb, var(--accent) 45%, rgba(15, 18, 34, .25)); }
.product-card:hover::before { opacity: 1; }
.product-card .p-icon { --s: 48px; transition: all .3s var(--ease); }
.product-card:hover .p-icon { color: #fff; background: var(--accent); box-shadow: 0 10px 22px -10px var(--accent); }
.product-card-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; }
.product-card-cat { font-size: 12px; font-weight: 600; color: var(--text-3); padding: 3px 9px; border-radius: 99px; background: var(--ink-50); border: 1px solid var(--border); white-space: nowrap; }
.product-card h3 { font-family: var(--font-display); font-size: 20px; font-weight: 750; letter-spacing: -.025em; line-height: 1.2; }
.product-card .tagline { font-size: 14px; font-weight: 600; color: color-mix(in srgb, var(--accent) 80%, var(--ink-900)); margin-top: 3px; }
.product-card p { font-size: 14.5px; color: var(--ink-600); line-height: 1.6; }
.product-card-foot { margin-top: auto; padding-top: 14px; display: flex; align-items: center; justify-content: space-between; border-top: 1px dashed var(--border); font-size: 13.5px; }
.product-card-foot .price b { font-size: 16px; font-weight: 700; color: var(--ink-900); }
.product-card-foot .price { color: var(--text-3); }
.product-card-go { width: 34px; height: 34px; border-radius: 50%; display: grid; place-items: center; background: var(--ink-50); color: var(--ink-700); transition: all .25s var(--ease); }
.product-card-go .icon { width: 16px; height: 16px; }
.product-card:hover .product-card-go { background: var(--accent); color: #fff; transform: rotate(-45deg); }
.product-card.is-hidden { display: none; }
@media (max-width: 1000px) { .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 640px) { .product-grid { grid-template-columns: 1fr; } .section { padding: 64px 0; } }

/* --------------------------------------------------------------------------
   Bento — why ERPDunia
   -------------------------------------------------------------------------- */
.bento { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 16px; }
.bento-card { position: relative; grid-column: span 2; border-radius: 22px; padding: 28px; background: #fff; border: 1px solid var(--border); overflow: hidden; display: flex; flex-direction: column; min-height: 300px; }
.bento-card.span-3 { grid-column: span 3; }
.bento-card.span-4 { grid-column: span 4; }
.bento-card h3 { font-family: var(--font-display); font-size: 20px; font-weight: 750; letter-spacing: -.02em; margin-top: 16px; }
.bento-card p { font-size: 15px; color: var(--ink-600); margin-top: 8px; max-width: 460px; }
.bento-icon { width: 40px; height: 40px; border-radius: 12px; display: grid; place-items: center; background: var(--brand-50); color: var(--brand-600); }
.bento-icon .icon { width: 20px; height: 20px; }
.bento-visual { margin-top: auto; padding-top: 24px; }
.bento-dark { background: radial-gradient(500px 300px at 100% 0%, rgba(125, 97, 255, .35), transparent 65%), #0b0d1a; color: #fff; border-color: #1b1f33; }
.bento-dark p { color: rgba(226, 229, 245, .7); }
.bento-dark .bento-icon { background: rgba(255, 255, 255, .08); color: #c9bfff; }
@media (max-width: 1000px) { .bento { grid-template-columns: repeat(2, minmax(0, 1fr)); } .bento-card, .bento-card.span-3, .bento-card.span-4 { grid-column: span 1; } .bento-card.span-4 { grid-column: span 2; } }
@media (max-width: 640px) { .bento { grid-template-columns: 1fr; } .bento-card.span-4 { grid-column: span 1; } }

.term-cloud { display: flex; flex-wrap: wrap; gap: 8px; }
.term { --accent: #6a55fa; display: inline-flex; align-items: center; gap: 7px; height: 34px; padding: 0 12px 0 5px; border-radius: 99px; font-size: 13.5px; font-weight: 600; background: #fff; border: 1px solid var(--border); color: var(--ink-700); box-shadow: 0 1px 2px rgba(15, 18, 34, .04); }
.term .p-icon { --s: 24px; border-radius: 50%; }
.mini-invoice { background: #fff; border: 1px solid var(--border); border-radius: 14px; padding: 14px 16px; font-size: 13px; box-shadow: 0 16px 30px -22px rgba(15, 18, 34, .3); }
.mini-invoice-row { display: flex; justify-content: space-between; padding: 5px 0; color: var(--ink-600); }
.mini-invoice-row b { color: var(--ink-900); font-weight: 600; font-variant-numeric: tabular-nums; }
.mini-invoice-row.total { border-top: 1px solid var(--border); margin-top: 6px; padding-top: 9px; color: var(--ink-900); font-weight: 700; }
.mini-invoice-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 6px; }
.chat-bubbles { display: flex; flex-direction: column; gap: 8px; }
.bubble { max-width: 88%; padding: 10px 13px; border-radius: 14px; font-size: 13.5px; line-height: 1.45; }
.bubble.in { background: rgba(255, 255, 255, .08); color: rgba(255, 255, 255, .88); border-top-left-radius: 4px; }
.bubble.out { align-self: flex-end; background: #25d366; color: #062b16; border-top-right-radius: 4px; font-weight: 500; }
.bubble small { display: block; font-size: 11px; opacity: .6; margin-top: 3px; text-align: right; }
.bubble .pay { display: inline-flex; margin-top: 6px; padding: 5px 10px; border-radius: 8px; background: rgba(255, 255, 255, .92); color: #075e32; font-weight: 700; font-size: 12.5px; }
.product-switcher { display: grid; grid-template-columns: repeat(4, 52px); gap: 10px; }
.product-switcher .p-icon { --s: 52px; border-radius: 15px; }
.export-row { display: flex; flex-wrap: wrap; gap: 8px; }

/* --------------------------------------------------------------------------
   Support section
   -------------------------------------------------------------------------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.split-wide-right { grid-template-columns: .9fr 1.1fr; }
@media (max-width: 960px) { .split, .split-wide-right { grid-template-columns: 1fr; gap: 40px; } }
.sla-tiers { display: grid; gap: 10px; margin-top: 28px; }
.sla-tier { display: flex; align-items: center; gap: 14px; padding: 14px 16px; border-radius: 16px; border: 1px solid var(--border); background: #fff; }
.sla-tier-badge { width: 42px; height: 42px; border-radius: 12px; display: grid; place-items: center; flex-shrink: 0; }
.sla-tier-badge .icon { width: 20px; height: 20px; }
.sla-tier.standard .sla-tier-badge { background: var(--ink-50); color: var(--ink-600); }
.sla-tier.priority .sla-tier-badge { background: var(--brand-50); color: var(--brand-600); }
.sla-tier.platinum { border-color: #f3d19c; background: linear-gradient(120deg, #fffaf1, #fff); }
.sla-tier.platinum .sla-tier-badge { background: linear-gradient(140deg, #ffd27a, #f7823a); color: #fff; }
.sla-tier-text { flex: 1; min-width: 0; }
.sla-tier-text b { display: block; font-size: 15px; }
.sla-tier-text small { font-size: 13px; color: var(--text-3); }
.sla-tier-time { text-align: right; }
.sla-tier-time b { display: block; font-size: 20px; font-weight: 750; letter-spacing: -.02em; font-family: var(--font-display); }
.sla-tier-time small { font-size: 12px; color: var(--text-3); }
.check-list { list-style: none; padding: 0; margin: 22px 0 0; display: grid; gap: 10px; }
.check-list li { display: flex; gap: 10px; font-size: 15px; color: var(--ink-700); }
.check-list li .icon { width: 20px; height: 20px; padding: 3px; border-radius: 50%; background: var(--success-soft); color: var(--success-text); flex-shrink: 0; margin-top: 2px; stroke-width: 2.6; }

.ticket-mock { position: relative; border-radius: 22px; background: #fff; border: 1px solid var(--border); box-shadow: 0 40px 80px -40px rgba(15, 18, 34, .35); overflow: hidden; }
.ticket-mock-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 16px 20px; border-bottom: 1px solid var(--border); }
.ticket-mock-head b { font-size: 15px; }
.ticket-mock-head small { display: block; color: var(--text-3); font-size: 12.5px; }
.ticket-mock-body { padding: 18px 20px; display: grid; gap: 14px; background: var(--ink-50); }
.tm-msg { display: flex; gap: 10px; }
.tm-msg .avatar { --size: 30px; }
.tm-bubble { flex: 1; background: #fff; border: 1px solid var(--border); border-radius: 4px 14px 14px 14px; padding: 10px 13px; font-size: 13.5px; color: var(--ink-700); line-height: 1.5; }
.tm-bubble b { display: flex; justify-content: space-between; font-size: 12.5px; color: var(--ink-900); margin-bottom: 3px; }
.tm-bubble b span { font-weight: 500; color: var(--text-3); }
.tm-msg.agent .tm-bubble { background: color-mix(in srgb, var(--brand-500) 6%, #fff); border-color: var(--brand-100); }
.tm-note { font-size: 12.5px; color: var(--warning-text); background: var(--warning-soft); border: 1px dashed color-mix(in srgb, var(--warning) 40%, transparent); padding: 8px 12px; border-radius: 10px; }
.tm-event { text-align: center; font-size: 12px; color: var(--text-3); }
.tm-event b { color: var(--ink-700); font-weight: 600; }
.ticket-mock-foot { display: flex; align-items: center; justify-content: space-between; padding: 12px 20px; border-top: 1px solid var(--border); font-size: 13px; }
.floating-chip { position: absolute; display: inline-flex; align-items: center; gap: 8px; padding: 10px 14px; border-radius: 14px; background: #fff; border: 1px solid var(--border); box-shadow: 0 20px 40px -18px rgba(15, 18, 34, .35); font-size: 13px; font-weight: 600; animation: float 6s ease-in-out infinite; }
.floating-chip .icon { width: 18px; height: 18px; }
.floating-chip small { display: block; font-size: 11.5px; font-weight: 500; color: var(--text-3); }
@keyframes float { 50% { transform: translateY(-8px); } }

/* SLA chip (shared visual with console) */
.sla { display: inline-flex; align-items: center; gap: 5px; height: 22px; padding: 0 8px; border-radius: 99px; font-size: 12px; font-weight: 650; white-space: nowrap; font-variant-numeric: tabular-nums; }
.sla .icon { width: 13px; height: 13px; }
.sla-ok { background: var(--success-soft); color: var(--success-text); }
.sla-warning { background: var(--warning-soft); color: var(--warning-text); }
.sla-breached { background: var(--danger-soft); color: var(--danger-text); }

/* --------------------------------------------------------------------------
   Services
   -------------------------------------------------------------------------- */
.services-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 14px; }
.service-card { display: flex; flex-direction: column; gap: 10px; padding: 20px; border-radius: 18px; background: #fff; border: 1px solid var(--border); transition: all .25s var(--ease); }
.service-card:hover { border-color: var(--brand-200); box-shadow: 0 18px 36px -24px rgba(106, 85, 250, .5); transform: translateY(-2px); }
.service-card .bento-icon { width: 38px; height: 38px; }
.service-card h3 { font-size: 15.5px; font-weight: 650; letter-spacing: -.01em; line-height: 1.3; }
.service-card p { font-size: 13.5px; color: var(--ink-600); line-height: 1.55; }
.service-card .price { margin-top: auto; font-size: 13px; color: var(--text-3); }
.service-card .price b { color: var(--ink-900); font-size: 14.5px; }
@media (max-width: 1100px) { .services-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (max-width: 700px) { .services-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 460px) { .services-grid { grid-template-columns: 1fr; } }

.service-detail { display: grid; grid-template-columns: 56px 1fr auto; gap: 20px; padding: 28px; border-radius: 22px; background: #fff; border: 1px solid var(--border); align-items: start; }
.service-detail .bento-icon { width: 56px; height: 56px; border-radius: 16px; }
.service-detail .bento-icon .icon { width: 26px; height: 26px; }
.service-detail h3 { font-size: 20px; font-family: var(--font-display); letter-spacing: -.02em; }
.service-detail ul { list-style: none; padding: 0; margin: 14px 0 0; display: grid; grid-template-columns: 1fr 1fr; gap: 8px 16px; }
.service-detail li { display: flex; gap: 8px; font-size: 14px; color: var(--ink-700); }
.service-detail li .icon { width: 17px; height: 17px; color: var(--success); flex-shrink: 0; margin-top: 3px; }
.service-price { text-align: right; min-width: 170px; }
.service-price small { display: block; font-size: 12.5px; color: var(--text-3); }
.service-price b { display: block; font-size: 24px; font-family: var(--font-display); letter-spacing: -.02em; }
.service-price .btn { margin-top: 12px; }
@media (max-width: 860px) { .service-detail { grid-template-columns: 1fr; } .service-price { text-align: left; } .service-detail ul { grid-template-columns: 1fr; } }

/* --------------------------------------------------------------------------
   Pricing
   -------------------------------------------------------------------------- */
.billing-toggle { display: inline-flex; align-items: center; gap: 4px; padding: 4px; border-radius: 99px; background: var(--ink-50); border: 1px solid var(--border); }
.billing-toggle button { height: 36px; padding: 0 18px; border-radius: 99px; font-size: 14px; font-weight: 600; color: var(--ink-600); transition: all .2s var(--ease); display: inline-flex; align-items: center; gap: 8px; }
.billing-toggle button.active { background: #fff; color: var(--ink-900); box-shadow: 0 1px 3px rgba(15, 18, 34, .12); }
.billing-toggle .save { font-size: 11.5px; font-weight: 700; color: var(--success-text); background: var(--success-soft); padding: 2px 7px; border-radius: 99px; }
.dark .billing-toggle { background: rgba(255, 255, 255, .06); border-color: rgba(255, 255, 255, .1); }
.dark .billing-toggle button { color: rgba(255, 255, 255, .7); }
.dark .billing-toggle button.active { background: #fff; color: var(--ink-900); }

.plan-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; align-items: stretch; }
.plan-card { position: relative; display: flex; flex-direction: column; padding: 28px; border-radius: 24px; background: #fff; border: 1px solid var(--border); }
.plan-card.featured { border: 1.5px solid transparent; background: linear-gradient(#fff, #fff) padding-box, var(--grad-brand) border-box; box-shadow: 0 30px 60px -30px rgba(106, 85, 250, .45); }
.plan-flag { position: absolute; top: -12px; left: 50%; transform: translateX(-50%); padding: 4px 12px; border-radius: 99px; background: var(--grad-brand); color: #fff; font-size: 12px; font-weight: 700; white-space: nowrap; box-shadow: 0 8px 16px -8px rgba(106, 85, 250, .8); }
.plan-name { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.plan-name h3 { font-size: 18px; font-weight: 700; letter-spacing: -.015em; }
.plan-headline { font-size: 14px; color: var(--ink-500); margin-top: 6px; min-height: 42px; }
.plan-price { margin-top: 18px; display: flex; align-items: baseline; gap: 6px; flex-wrap: wrap; }
.plan-price .amount { font-family: var(--font-display); font-size: 40px; font-weight: 800; letter-spacing: -.04em; line-height: 1; }
.plan-price .per { font-size: 14px; color: var(--text-3); font-weight: 500; }
.plan-sub { font-size: 13px; color: var(--text-3); margin-top: 6px; min-height: 20px; }
.plan-sub b { color: var(--success-text); font-weight: 650; }
.plan-cta { margin-top: 22px; }
.plan-features { list-style: none; padding: 0; margin: 24px 0 0; display: grid; gap: 11px; border-top: 1px solid var(--border); padding-top: 22px; }
.plan-features li { display: flex; gap: 10px; font-size: 14.5px; color: var(--ink-700); line-height: 1.45; }
.plan-features li .icon { width: 18px; height: 18px; color: var(--brand-600); flex-shrink: 0; margin-top: 2px; stroke-width: 2.4; }
.plan-features li.head { font-weight: 650; color: var(--ink-900); }
.plan-features li.head .icon { display: none; }
.plan-meta { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 16px; }
.plan-meta .chip { height: 26px; font-size: 12px; }
[data-cycle="monthly"] .show-yearly, [data-cycle="yearly"] .show-monthly { display: none !important; }
@media (max-width: 960px) { .plan-grid { grid-template-columns: 1fr; max-width: 520px; margin: 0 auto; } }

.product-picker { display: flex; gap: 8px; overflow-x: auto; padding: 4px 4px 12px; scrollbar-width: thin; mask-image: linear-gradient(90deg, #000 92%, transparent); -webkit-mask-image: linear-gradient(90deg, #000 92%, transparent); }
.picker-item { --accent: #6a55fa; display: inline-flex; align-items: center; gap: 8px; height: 44px; padding: 0 14px 0 7px; border-radius: 14px; border: 1px solid var(--border); background: #fff; font-size: 14px; font-weight: 600; color: var(--ink-700); white-space: nowrap; transition: all .18s var(--ease); flex-shrink: 0; }
.picker-item .p-icon { --s: 30px; }
.picker-item:hover { border-color: var(--border-2); }
.picker-item.active { border-color: var(--accent); box-shadow: 0 0 0 3px color-mix(in srgb, var(--accent) 18%, transparent); color: var(--ink-900); }
.picker-item.active .p-icon { background: var(--accent); color: #fff; }

.bundle-section { background: #070914; color: #fff; position: relative; overflow: hidden; isolation: isolate; }
.bundle-section::before { content: ''; position: absolute; inset: 0; z-index: -1; background: radial-gradient(700px 400px at 85% 10%, rgba(247, 130, 58, .22), transparent 60%), radial-gradient(800px 500px at 10% 90%, rgba(106, 85, 250, .32), transparent 60%); }
.bundle-section .lead { color: rgba(226, 229, 245, .7); }
.bundle-grid { display: grid; grid-template-columns: 1fr 1.15fr; gap: 20px; align-items: stretch; }
.bundle-card { position: relative; display: flex; flex-direction: column; border-radius: 28px; padding: 34px; background: rgba(255, 255, 255, .04); border: 1px solid rgba(255, 255, 255, .1); backdrop-filter: blur(10px); }
.bundle-card h3 { font-family: var(--font-display); font-size: 28px; font-weight: 800; letter-spacing: -.03em; }
.bundle-card .plan-headline { color: rgba(226, 229, 245, .7); min-height: 0; }
.bundle-card .plan-price .per, .bundle-card .plan-sub { color: rgba(226, 229, 245, .6); }
.bundle-card .plan-features { border-top-color: rgba(255, 255, 255, .1); }
.bundle-card .plan-features li { color: rgba(236, 238, 246, .88); }
.bundle-card .plan-features li .icon { color: #b4a9ff; }
.bundle-card.elite { background: linear-gradient(160deg, rgba(255, 210, 122, .13), rgba(255, 255, 255, .02) 45%) padding-box, linear-gradient(#0d0f1f, #0d0f1f) padding-box, linear-gradient(140deg, #ffd27a, rgba(247, 130, 58, .6) 30%, rgba(255, 255, 255, .08) 60%, rgba(255, 210, 122, .5)) border-box; border: 1.5px solid transparent; box-shadow: 0 40px 100px -40px rgba(247, 130, 58, .45); }
.bundle-card.elite .plan-features li .icon { color: #ffd27a; }
.bundle-card.elite .plan-features { grid-template-columns: 1fr 1fr; }
.elite-crown { position: absolute; top: 26px; right: 26px; width: 52px; height: 52px; border-radius: 16px; display: grid; place-items: center; background: linear-gradient(140deg, #ffd27a, #f7823a); color: #3a1d00; box-shadow: 0 16px 30px -12px rgba(247, 130, 58, .8); }
.elite-crown .icon { width: 26px; height: 26px; }
@media (max-width: 960px) { .bundle-grid { grid-template-columns: 1fr; } .bundle-card.elite .plan-features { grid-template-columns: 1fr; } }

.compare { width: 100%; border-collapse: separate; border-spacing: 0; font-size: 14.5px; background: #fff; border: 1px solid var(--border); border-radius: 20px; overflow: hidden; }
.compare th, .compare td { padding: 15px 20px; border-bottom: 1px solid var(--border); text-align: left; vertical-align: middle; }
.compare thead th { background: var(--ink-50); font-size: 15px; font-weight: 700; }
.compare thead th small { display: block; font-size: 12.5px; font-weight: 500; color: var(--text-3); }
.compare tbody th { font-weight: 550; color: var(--ink-700); width: 32%; }
.compare tbody tr:last-child td, .compare tbody tr:last-child th { border-bottom: 0; }
.compare td { font-weight: 600; color: var(--ink-900); font-variant-numeric: tabular-nums; }
.compare td .icon { width: 18px; height: 18px; color: var(--success); stroke-width: 2.6; }
.compare td .no { color: var(--ink-300); }
.compare .col-highlight { background: color-mix(in srgb, #ffd27a 10%, #fff); }
.compare-group th { background: #fbfbfd; font-size: 12px; text-transform: uppercase; letter-spacing: .08em; color: var(--text-3) !important; font-weight: 700 !important; padding-top: 11px; padding-bottom: 11px; }

/* --------------------------------------------------------------------------
   Steps, testimonials, FAQ, CTA
   -------------------------------------------------------------------------- */
.steps { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; counter-reset: step; position: relative; }
.steps::before { content: ''; position: absolute; top: 27px; left: 12%; right: 12%; height: 2px; background: repeating-linear-gradient(90deg, var(--brand-200) 0 8px, transparent 8px 16px); }
.step { position: relative; text-align: center; padding: 0 8px; }
.step-num { position: relative; width: 56px; height: 56px; margin: 0 auto 18px; border-radius: 18px; display: grid; place-items: center; background: #fff; border: 1px solid var(--border); box-shadow: 0 10px 24px -14px rgba(15, 18, 34, .35); color: var(--brand-600); }
.step-num .icon { width: 24px; height: 24px; }
.step-num::after { counter-increment: step; content: counter(step); position: absolute; top: -8px; right: -8px; width: 22px; height: 22px; border-radius: 50%; background: var(--ink-900); color: #fff; font-size: 11.5px; font-weight: 700; display: grid; place-items: center; }
.step h3 { font-size: 17px; font-weight: 700; letter-spacing: -.01em; }
.step p { font-size: 14.5px; color: var(--ink-600); margin-top: 6px; }
@media (max-width: 860px) { .steps { grid-template-columns: 1fr 1fr; row-gap: 36px; } .steps::before { display: none; } }


.faq-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 64px; align-items: start; }
@media (max-width: 900px) { .faq-layout { grid-template-columns: 1fr; gap: 32px; } }
.faq { border-top: 1px solid var(--border); }
.faq details { border-bottom: 1px solid var(--border); }
.faq summary { list-style: none; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 20px 2px; cursor: pointer; font-size: 16.5px; font-weight: 650; letter-spacing: -.01em; color: var(--ink-900); }
.faq summary::-webkit-details-marker { display: none; }
.faq summary .faq-icon { width: 30px; height: 30px; flex-shrink: 0; border-radius: 50%; display: grid; place-items: center; background: var(--ink-50); transition: transform .25s var(--ease), background .2s var(--ease); }
.faq summary .faq-icon .icon { width: 16px; height: 16px; }
.faq details[open] summary .faq-icon { transform: rotate(45deg); background: var(--brand-50); color: var(--brand-600); }
.faq .faq-answer { padding: 0 48px 22px 2px; color: var(--ink-600); font-size: 15.5px; line-height: 1.7; }
.help-card { padding: 26px; border-radius: 22px; background: var(--ink-50); border: 1px solid var(--border); margin-top: 28px; }
.help-card .avatar-stack .avatar { --size: 40px; }

.cta-band { position: relative; overflow: hidden; border-radius: 32px; padding: 72px 56px; color: #fff; background: #0b0d1a; isolation: isolate; }
.cta-band::before { content: ''; position: absolute; inset: 0; z-index: -1; background: radial-gradient(600px 320px at 100% 0%, rgba(247, 130, 58, .45), transparent 60%), radial-gradient(700px 400px at 0% 100%, rgba(106, 85, 250, .55), transparent 60%); }
.cta-band::after { content: ''; position: absolute; right: -80px; bottom: -120px; width: 420px; height: 420px; z-index: -1; border-radius: 50%; border: 1px solid rgba(255, 255, 255, .1); box-shadow: 0 0 0 60px rgba(255, 255, 255, .02), 0 0 0 120px rgba(255, 255, 255, .015); }
.cta-band .display-2 { max-width: 760px; }
.cta-band .lead { color: rgba(226, 229, 245, .75); max-width: 620px; }
.cta-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
@media (max-width: 640px) { .cta-band { padding: 48px 26px; border-radius: 24px; } }

/* --------------------------------------------------------------------------
   Page heroes (light)
   -------------------------------------------------------------------------- */
.page-hero { position: relative; padding: 60px 0 44px; overflow: hidden; isolation: isolate; text-align: center; }
.page-hero::before { content: ''; position: absolute; inset: 0; z-index: -1; background: radial-gradient(700px 360px at 50% -10%, rgba(106, 85, 250, .12), transparent 70%), radial-gradient(500px 280px at 90% 20%, rgba(247, 130, 58, .08), transparent 70%); }
.page-hero::after { content: ''; position: absolute; inset: 0; z-index: -1; background-image: linear-gradient(rgba(15, 18, 34, .04) 1px, transparent 1px), linear-gradient(90deg, rgba(15, 18, 34, .04) 1px, transparent 1px); background-size: 48px 48px; mask-image: radial-gradient(ellipse 60% 70% at 50% 0%, #000 20%, transparent 70%); -webkit-mask-image: radial-gradient(ellipse 60% 70% at 50% 0%, #000 20%, transparent 70%); }
.page-hero .lead { max-width: 680px; margin-left: auto; margin-right: auto; }
.page-hero.left { text-align: left; }
.page-hero.left .lead { margin-left: 0; }
.breadcrumbs { display: flex; align-items: center; gap: 6px; font-size: 13.5px; color: var(--text-3); margin-bottom: 18px; flex-wrap: wrap; }
.breadcrumbs a:hover { color: var(--ink-900); }
.breadcrumbs .icon { width: 14px; height: 14px; }

/* Product detail */
.p-hero { --accent: #6a55fa; position: relative; padding: 44px 0 56px; overflow: hidden; isolation: isolate; }
.p-hero::before { content: ''; position: absolute; inset: 0; z-index: -1; background: radial-gradient(760px 420px at 80% 10%, color-mix(in srgb, var(--accent) 16%, transparent), transparent 70%), radial-gradient(500px 300px at 0% 0%, color-mix(in srgb, var(--accent) 8%, transparent), transparent 70%), linear-gradient(180deg, #fbfbfd, #fff); }
.p-hero-grid { display: grid; grid-template-columns: 1fr 1.05fr; gap: 56px; align-items: center; }
.p-hero .p-hero-icon { --s: 52px; }
.p-hero-cat { display: flex; align-items: center; gap: 8px; margin: 16px 0 10px; font-size: 14px; font-weight: 650; color: color-mix(in srgb, var(--accent) 85%, var(--ink-900)); }
.p-hero h1 { font-family: var(--font-display); font-size: clamp(1.95rem, 3.5vw, 2.85rem); font-weight: 800; letter-spacing: -.035em; line-height: 1.08; }
.p-hero .lead { max-width: 560px; }
.p-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
.p-hero-price { display: inline-flex; align-items: center; flex-wrap: wrap; gap: 7px; margin: 18px 0 0; font-size: 15px; font-weight: 600; color: var(--ink-700); }
.p-hero-price .icon { width: 17px; height: 17px; color: var(--accent); }
.p-hero-price b { color: var(--ink-900); font-weight: 800; font-size: 18px; }
.p-hero-price span { color: var(--text-3); font-weight: 500; margin-left: -3px; }
.p-hero-price a { margin-left: 6px; font-weight: 600; color: var(--accent); text-decoration: underline; text-underline-offset: 3px; }
.p-hero-note { margin-top: 16px; font-size: 13.5px; color: var(--text-3); display: flex; gap: 16px; flex-wrap: wrap; }
.p-hero-note span { display: inline-flex; align-items: center; gap: 6px; }
.p-hero-note .icon { width: 15px; height: 15px; color: var(--success); }
.highlights { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin-top: 28px; max-width: 580px; }
.highlight b { display: block; font-family: var(--font-display); font-size: 28px; font-weight: 800; letter-spacing: -.03em; color: var(--ink-900); line-height: 1.1; }
.highlight span { font-size: 13px; color: var(--ink-500); line-height: 1.4; display: block; margin-top: 4px; }
.p-window { position: relative; }
.p-window .app-window { transform: none; border-radius: 18px; border: 1px solid var(--border); border-bottom: 1px solid var(--border); box-shadow: 0 50px 100px -40px color-mix(in srgb, var(--accent) 50%, rgba(15, 18, 34, .4)); background: #fff; }
.p-window .aw-bar { background: #f6f7fb; border-bottom-color: var(--border); }
.p-window .aw-url { background: #fff; border: 1px solid var(--border); color: var(--text-3); }
.p-window .aw-screen { position: relative; opacity: 1; visibility: visible; height: 380px; }
@media (max-width: 1000px) { .p-hero-grid { grid-template-columns: 1fr; } }

.subnav { position: sticky; top: 68px; z-index: 30; background: rgba(255, 255, 255, .9); backdrop-filter: blur(12px); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.subnav-inner { display: flex; align-items: center; gap: 4px; height: 56px; overflow-x: auto; scrollbar-width: none; }
.subnav-inner::-webkit-scrollbar { display: none; }
.subnav a { height: 36px; display: inline-flex; align-items: center; padding: 0 14px; border-radius: 10px; font-size: 14px; font-weight: 600; color: var(--ink-600); white-space: nowrap; }
.subnav a:hover, .subnav a.active { background: var(--ink-50); color: var(--ink-900); }
.subnav .subnav-cta { margin-left: auto; color: #fff; }
.subnav .subnav-cta:hover { background: var(--ink-700); color: #fff; }

.feature-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.feature { --accent: #6a55fa; padding: 26px; border-radius: 20px; background: #fff; border: 1px solid var(--border); transition: all .25s var(--ease); }
.feature:hover { border-color: color-mix(in srgb, var(--accent) 30%, var(--border)); box-shadow: 0 20px 40px -28px color-mix(in srgb, var(--accent) 60%, transparent); }
.feature .p-icon { --s: 44px; }
.feature h3 { font-size: 17px; font-weight: 700; letter-spacing: -.015em; margin-top: 18px; }
.feature p { font-size: 14.5px; color: var(--ink-600); margin-top: 6px; line-height: 1.6; }
@media (max-width: 960px) { .feature-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) { .feature-grid { grid-template-columns: 1fr; } }

.modules-card { --accent: #6a55fa; border-radius: 26px; padding: 40px; background: linear-gradient(135deg, color-mix(in srgb, var(--accent) 7%, #fff), #fff 60%); border: 1px solid var(--border); display: grid; grid-template-columns: .8fr 1.2fr; gap: 40px; align-items: center; }
.module-list { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.module-item { display: flex; align-items: center; gap: 10px; padding: 12px 14px; border-radius: 14px; background: #fff; border: 1px solid var(--border); font-size: 14.5px; font-weight: 600; color: var(--ink-800); }
.module-item .icon { width: 18px; height: 18px; color: var(--accent); flex-shrink: 0; stroke-width: 2.4; }
@media (max-width: 860px) { .modules-card { grid-template-columns: 1fr; padding: 26px; } .module-list { grid-template-columns: 1fr; } }

/* Forms on marketing pages */
.form-card { background: #fff; border: 1px solid var(--border); border-radius: 24px; padding: 32px; box-shadow: 0 30px 60px -40px rgba(15, 18, 34, .35); }
.form-card .h2 { font-size: 22px; font-family: var(--font-display); letter-spacing: -.02em; }
.site .input, .site .select, .site .textarea { font-size: 15px; height: 44px; border-radius: 12px; }
.site .textarea { height: auto; }
.value-list { display: grid; gap: 22px; margin-top: 32px; }
.value-item { display: flex; gap: 16px; }
.value-item .bento-icon { flex-shrink: 0; }
.value-item b { display: block; font-size: 16px; }
.value-item span { font-size: 14.5px; color: var(--ink-600); }
.contact-cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.contact-card { display: flex; flex-direction: column; gap: 8px; padding: 22px; border-radius: 20px; border: 1px solid var(--border); background: #fff; }
.contact-card b { font-size: 16px; }
.contact-card span { color: var(--ink-600); font-size: 14.5px; }
@media (max-width: 800px) { .contact-cards { grid-template-columns: 1fr; } }

/* Help center */
.help-hero { background: #0b0d1a; color: #fff; padding: 56px 0 52px; text-align: center; position: relative; overflow: hidden; isolation: isolate; }
.help-hero::before { content: ''; position: absolute; inset: 0; z-index: -1; background: radial-gradient(600px 300px at 50% 0%, rgba(125, 97, 255, .45), transparent 70%); }
.help-hero .lead { color: rgba(226, 229, 245, .7); }
.help-search { position: relative; max-width: 640px; margin: 30px auto 0; }
.help-search .icon { position: absolute; left: 18px; top: 50%; transform: translateY(-50%); width: 20px; height: 20px; color: var(--text-3); }
.help-search input { width: 100%; height: 58px; padding: 0 130px 0 50px; border-radius: 16px; border: 0; font-size: 16px; box-shadow: 0 20px 50px -20px rgba(0, 0, 0, .6); color: var(--ink-900); background: #fff; }
.help-search input:focus { outline: none; box-shadow: 0 0 0 4px rgba(139, 123, 255, .5), 0 20px 50px -20px rgba(0, 0, 0, .6); }
.help-search button { position: absolute; right: 8px; top: 8px; bottom: 8px; }
.help-cats { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; margin-top: -40px; position: relative; }
.help-cat { padding: 22px; border-radius: 20px; background: #fff; border: 1px solid var(--border); box-shadow: 0 20px 40px -30px rgba(15, 18, 34, .4); }
.help-cat h3 { font-size: 16px; font-weight: 700; margin: 14px 0 10px; }
.help-cat a { display: flex; align-items: center; gap: 8px; padding: 6px 0; font-size: 14.5px; color: var(--ink-700); }
.help-cat a:hover { color: var(--brand-600); }
.help-cat a .icon { width: 15px; height: 15px; color: var(--text-3); flex-shrink: 0; }
@media (max-width: 900px) { .help-cats { grid-template-columns: 1fr; margin-top: 24px; } }
.article-layout { display: grid; grid-template-columns: minmax(0, 1fr) 280px; gap: 56px; align-items: start; }
.article-aside { position: sticky; top: 96px; display: grid; gap: 16px; }
.toc a { display: block; padding: 6px 12px; font-size: 14px; color: var(--ink-600); border-left: 2px solid var(--border); }
.toc a:hover { color: var(--ink-900); border-left-color: var(--brand-400); }
.article-feedback { margin-top: 48px; padding: 22px 24px; border-radius: 18px; background: var(--ink-50); border: 1px solid var(--border); display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
@media (max-width: 960px) { .article-layout { grid-template-columns: 1fr; } .article-aside { position: static; } }

/* Legal */
.legal { max-width: 760px; margin: 0 auto; }
.legal h2 { font-size: 20px; margin-top: 36px; }
.legal p, .legal li { color: var(--ink-600); font-size: 15.5px; line-height: 1.75; }

/* --------------------------------------------------------------------------
   Auth & checkout shells
   -------------------------------------------------------------------------- */
.auth-shell { min-height: 100vh; display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr); background: #fff; }
.auth-main { display: flex; flex-direction: column; padding: 32px 48px; }
.auth-form-wrap { width: 100%; max-width: 420px; margin: auto; padding: 40px 0; }
.auth-form-wrap h1 { font-family: var(--font-display); font-size: 32px; font-weight: 800; letter-spacing: -.035em; line-height: 1.15; }
.auth-form-wrap .sub { color: var(--ink-500); margin-top: 8px; font-size: 15.5px; }
.auth-form { display: grid; gap: 16px; margin-top: 30px; }
.auth-foot { font-size: 13px; color: var(--text-3); display: flex; justify-content: space-between; gap: 12px; }
.auth-art { position: relative; margin: 12px; border-radius: 28px; overflow: hidden; background: #070914; color: #fff; display: flex; flex-direction: column; justify-content: space-between; padding: 48px; isolation: isolate; }
.auth-art::before { content: ''; position: absolute; inset: 0; z-index: -1; background: radial-gradient(600px 400px at 90% 0%, rgba(247, 130, 58, .35), transparent 60%), radial-gradient(700px 500px at 0% 100%, rgba(106, 85, 250, .55), transparent 60%); }
.auth-art::after { content: ''; position: absolute; inset: 0; z-index: -1; opacity: .5; background-image: linear-gradient(rgba(255, 255, 255, .05) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .05) 1px, transparent 1px); background-size: 44px 44px; mask-image: radial-gradient(ellipse at 70% 30%, #000 20%, transparent 70%); -webkit-mask-image: radial-gradient(ellipse at 70% 30%, #000 20%, transparent 70%); }
.auth-art h2 { font-family: var(--font-display); font-size: clamp(1.8rem, 2.8vw, 2.5rem); font-weight: 800; letter-spacing: -.035em; line-height: 1.12; max-width: 520px; }
.auth-art p { color: rgba(226, 229, 245, .7); max-width: 460px; margin-top: 14px; }
.orbit { position: relative; width: 340px; height: 340px; margin: 20px auto; }
.orbit-ring { position: absolute; inset: 0; border-radius: 50%; border: 1px dashed rgba(255, 255, 255, .16); }
.orbit-ring.r2 { inset: 60px; border-style: solid; border-color: rgba(255, 255, 255, .08); }
.orbit-core { position: absolute; inset: 125px; border-radius: 28px; display: grid; place-items: center; background: rgba(255, 255, 255, .06); border: 1px solid rgba(255, 255, 255, .14); backdrop-filter: blur(10px); }
.orbit-spin { position: absolute; inset: 0; animation: spin 60s linear infinite; }
.orbit-spin.r2 { inset: 60px; animation-duration: 42s; animation-direction: reverse; }
.orbit-node { position: absolute; left: 50%; top: 50%; }
.orbit-node .p-icon { --s: 44px; background: #fff; box-shadow: 0 10px 24px -10px rgba(0, 0, 0, .6); animation: spin 60s linear infinite reverse; }
.orbit-spin.r2 .orbit-node .p-icon { animation-duration: 42s; animation-direction: normal; --s: 38px; }
.auth-quote { display: flex; align-items: center; gap: 14px; padding: 16px 18px; border-radius: 18px; background: rgba(255, 255, 255, .06); border: 1px solid rgba(255, 255, 255, .1); font-size: 14px; color: rgba(236, 238, 246, .85); }
.auth-quote .icon { width: 22px; height: 22px; color: #8bf0c3; flex-shrink: 0; }
@media (max-width: 960px) { .auth-shell { grid-template-columns: 1fr; } .auth-art { display: none; } .auth-main { padding: 24px; } }

.checkout-grid { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(0, .85fr); gap: 32px; align-items: start; }
.summary-card { position: sticky; top: 96px; border-radius: 24px; background: #fff; border: 1px solid var(--border); box-shadow: 0 30px 60px -40px rgba(15, 18, 34, .4); overflow: hidden; }
.summary-head { padding: 22px 24px; background: linear-gradient(135deg, color-mix(in srgb, var(--accent, #6a55fa) 10%, #fff), #fff); border-bottom: 1px solid var(--border); display: flex; gap: 14px; align-items: center; }
.summary-body { padding: 20px 24px; display: grid; gap: 10px; font-size: 14.5px; }
.summary-row { display: flex; justify-content: space-between; gap: 12px; color: var(--ink-600); }
.summary-row b { color: var(--ink-900); font-weight: 600; font-variant-numeric: tabular-nums; }
.summary-row.total { padding-top: 14px; margin-top: 4px; border-top: 1px solid var(--border); font-size: 17px; color: var(--ink-900); font-weight: 700; }
.summary-row.total b { font-size: 22px; font-family: var(--font-display); font-weight: 800; letter-spacing: -.02em; }
.summary-foot { padding: 16px 24px; background: var(--ink-50); border-top: 1px solid var(--border); font-size: 13px; color: var(--ink-500); display: grid; gap: 8px; }
.summary-foot span { display: flex; align-items: center; gap: 8px; }
.summary-foot .icon { width: 16px; height: 16px; color: var(--success); }
.step-label { display: flex; align-items: center; gap: 10px; font-size: 17px; font-weight: 700; letter-spacing: -.01em; margin-bottom: 16px; }
.step-label i { width: 26px; height: 26px; border-radius: 50%; background: var(--ink-900); color: #fff; font-style: normal; font-size: 13px; display: grid; place-items: center; }
@media (max-width: 960px) { .checkout-grid { grid-template-columns: 1fr; } .summary-card { position: static; } }

/* Site footer */
.site-footer { background: #070914; color: rgba(226, 229, 245, .66); padding: 80px 0 32px; font-size: 14.5px; }
.footer-top { display: grid; grid-template-columns: 1.5fr repeat(5, minmax(0, 1fr)); gap: 32px; }
.footer-brand p { margin-top: 16px; max-width: 340px; line-height: 1.65; }
.logo-light { color: #fff; }
.footer-contact { list-style: none; padding: 0; margin: 22px 0 0; display: grid; gap: 9px; }
.footer-contact li { display: flex; align-items: center; gap: 10px; }
.footer-contact .icon { width: 16px; height: 16px; color: rgba(226, 229, 245, .45); }
.footer-contact a:hover { color: #fff; }
.footer-col { display: flex; flex-direction: column; gap: 10px; }
.footer-col h4 { color: #fff; font-size: 14px; font-weight: 650; margin-bottom: 6px; letter-spacing: 0; }
.footer-col a { transition: color .15s var(--ease); }
.footer-col a:hover { color: #fff; }
.footer-more { display: inline-flex; align-items: center; gap: 5px; color: #c9bfff !important; font-weight: 600; }
.footer-more .icon { width: 14px; height: 14px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; margin-top: 64px; padding-top: 26px; border-top: 1px solid rgba(255, 255, 255, .08); font-size: 13.5px; }
@media (max-width: 1100px) { .footer-top { grid-template-columns: repeat(3, minmax(0, 1fr)); } .footer-brand { grid-column: 1 / -1; } }
@media (max-width: 640px) { .footer-top { grid-template-columns: 1fr 1fr; } }

/* Misc utilities for site */
.stat-row { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.stat-box { padding: 26px; border-radius: 20px; background: #fff; border: 1px solid var(--border); }
.stat-box b { display: block; font-family: var(--font-display); font-size: 38px; font-weight: 800; letter-spacing: -.04em; line-height: 1; }
.stat-box span { display: block; margin-top: 8px; color: var(--ink-600); font-size: 14.5px; }
@media (max-width: 860px) { .stat-row { grid-template-columns: 1fr 1fr; } }
.pill-note { display: inline-flex; align-items: center; gap: 8px; padding: 8px 14px; border-radius: 99px; background: var(--success-soft); color: var(--success-text); font-size: 13.5px; font-weight: 600; }
.pill-note .icon { width: 16px; height: 16px; }

/* Phones: category pills become one swipeable row; card copy is clamped so the grid scans quickly. */
@media (max-width: 640px) {
  .filter-pills { flex-wrap: nowrap; justify-content: flex-start; overflow-x: auto; scrollbar-width: none; margin: 0 -24px 28px; padding: 2px 24px; scroll-padding: 0 24px; scroll-snap-type: x proximity; -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 20px, #000 calc(100% - 20px), transparent 100%); mask-image: linear-gradient(90deg, transparent 0, #000 20px, #000 calc(100% - 20px), transparent 100%); }
  .filter-pills::-webkit-scrollbar { display: none; }
  .filter-pill { flex-shrink: 0; scroll-snap-align: start; }
  .product-card { padding: 20px; gap: 12px; }
  .product-card p { display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
}

/* --------------------------------------------------------------------------
   Product media: hero cover, screenshot gallery, lightbox, videos, watch page
   -------------------------------------------------------------------------- */
.aw-shot { display: block; background: #f6f7fb; line-height: 0; }
.aw-shot img { width: 100%; height: auto; display: block; }

.gallery-section { background: linear-gradient(180deg, #fff, #f7f8fb); }
.gallery { position: relative; max-width: 1080px; margin: 0 auto; }
.gallery-stage { position: relative; }
.gallery-track { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; scroll-behavior: smooth; scrollbar-width: none; border-radius: 20px; outline: none; }
.gallery-track::-webkit-scrollbar { display: none; }
.gallery-track:focus-visible { box-shadow: 0 0 0 3px var(--ring-color, rgba(106, 85, 250, .3)); }
.gallery-slide { flex: 0 0 100%; scroll-snap-align: center; margin: 0; display: flex; flex-direction: column; gap: 14px; }
.gallery-zoom { position: relative; display: block; border-radius: 20px; overflow: hidden; background: #f1f3f8; border: 1px solid var(--border); box-shadow: 0 30px 70px -40px color-mix(in srgb, var(--accent, #6a55fa) 45%, rgba(15, 18, 34, .45)); cursor: zoom-in; }
.gallery-zoom img { display: block; width: 100%; height: auto; }
.gallery-expand { position: absolute; right: 14px; top: 14px; width: 38px; height: 38px; border-radius: 12px; display: grid; place-items: center; background: rgba(15, 18, 34, .62); color: #fff; opacity: 0; transform: translateY(-4px); transition: all .2s var(--ease); }
.gallery-expand .icon { width: 17px; height: 17px; }
.gallery-zoom:hover .gallery-expand, .gallery-zoom:focus-visible .gallery-expand { opacity: 1; transform: none; }
.gallery-slide figcaption { display: flex; align-items: center; justify-content: center; gap: 10px; font-size: 15px; font-weight: 600; color: var(--ink-700); text-align: center; padding: 0 12px; }
.gallery-count { font-size: 12.5px; font-weight: 600; color: var(--text-3); font-variant-numeric: tabular-nums; }
.gallery-nav { position: absolute; top: calc(50% - 22px); transform: translateY(-50%); width: 48px; height: 48px; border-radius: 50%; display: grid; place-items: center; background: #fff; color: var(--ink-900); border: 1px solid var(--border); box-shadow: 0 10px 30px -12px rgba(15, 18, 34, .35); transition: all .2s var(--ease); z-index: 2; }
.gallery-nav .icon { width: 20px; height: 20px; }
.gallery-nav:hover:not(:disabled) { transform: translateY(-50%) scale(1.06); }
.gallery-nav:disabled { opacity: 0; pointer-events: none; }
.gallery-nav.prev { left: -24px; }
.gallery-nav.next { right: -24px; }
.gallery-thumbs { display: flex; justify-content: center; gap: 10px; margin-top: 18px; overflow-x: auto; padding: 4px; scrollbar-width: none; }
.gallery-thumbs::-webkit-scrollbar { display: none; }
.gallery-thumb { flex: 0 0 auto; width: 104px; border-radius: 10px; overflow: hidden; border: 2px solid transparent; opacity: .6; transition: all .2s var(--ease); background: #fff; line-height: 0; }
.gallery-thumb img { width: 100%; height: 64px; object-fit: cover; object-position: top; }
.gallery-thumb:hover { opacity: .9; }
.gallery-thumb[aria-current="true"] { opacity: 1; border-color: var(--accent, #6a55fa); }
@media (max-width: 1180px) { .gallery-nav.prev { left: 10px; } .gallery-nav.next { right: 10px; } }
@media (max-width: 640px) {
  .gallery-nav { width: 40px; height: 40px; }
  .gallery-thumb { width: 76px; }
  .gallery-thumb img { height: 48px; }
  .gallery-zoom, .gallery-track { border-radius: 14px; }
}

.lightbox { padding: 0; border: 0; width: 100vw; height: 100vh; max-width: none; max-height: none; background: rgba(8, 10, 20, .94); color: #fff; }
.lightbox::backdrop { background: rgba(8, 10, 20, .6); }
.lightbox[open] { display: grid; place-items: center; }
.lightbox figure { margin: 0; display: flex; flex-direction: column; align-items: center; gap: 14px; max-width: min(1600px, 92vw); }
.lightbox img { max-width: 100%; max-height: 82vh; width: auto; height: auto; border-radius: 12px; box-shadow: 0 30px 80px -20px rgba(0, 0, 0, .6); }
.lightbox figcaption { font-size: 15px; color: rgba(226, 229, 245, .85); text-align: center; }
.lightbox-close, .lightbox-nav { position: fixed; width: 48px; height: 48px; border-radius: 50%; display: grid; place-items: center; background: rgba(255, 255, 255, .1); color: #fff; border: 1px solid rgba(255, 255, 255, .16); }
.lightbox-close:hover, .lightbox-nav:hover { background: rgba(255, 255, 255, .18); }
.lightbox-close .icon, .lightbox-nav .icon { width: 22px; height: 22px; }
.lightbox-close { top: 20px; right: 20px; }
.lightbox-nav { top: 50%; transform: translateY(-50%); }
.lightbox-nav.prev { left: 20px; }
.lightbox-nav.next { right: 20px; }

.video-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.video-grid.count-1 { grid-template-columns: minmax(0, 720px); }
.video-grid.count-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.video-grid.count-3 .video-card.feature { grid-column: span 2; grid-row: span 2; }
.video-card { display: flex; flex-direction: column; border-radius: 18px; overflow: hidden; background: #fff; border: 1px solid var(--border); transition: transform .25s var(--ease), box-shadow .25s var(--ease), border-color .25s var(--ease); }
.video-card:hover { transform: translateY(-3px); border-color: color-mix(in srgb, var(--accent, #6a55fa) 35%, var(--border)); box-shadow: 0 24px 48px -28px color-mix(in srgb, var(--accent, #6a55fa) 45%, rgba(15, 18, 34, .3)); }
.video-card-media { position: relative; display: block; aspect-ratio: 16 / 9; background: #0f1222; overflow: hidden; }
.video-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s var(--ease); }
.video-card:hover .video-card-media img { transform: scale(1.03); }
.video-card-play { position: absolute; inset: 0; margin: auto; width: 58px; height: 58px; border-radius: 50%; display: grid; place-items: center; background: rgba(255, 255, 255, .94); color: var(--accent, #6a55fa); box-shadow: 0 12px 30px -8px rgba(0, 0, 0, .45); transition: transform .25s var(--ease); }
.video-card-play .icon { width: 22px; height: 22px; margin-left: 3px; fill: currentColor; }
.video-card:hover .video-card-play { transform: scale(1.08); }
.video-card.feature .video-card-play { width: 76px; height: 76px; }
.video-card-duration { position: absolute; right: 10px; bottom: 10px; padding: 3px 8px; border-radius: 7px; background: rgba(0, 0, 0, .78); color: #fff; font-size: 12.5px; font-weight: 600; font-variant-numeric: tabular-nums; }
.video-card-body { display: flex; flex-direction: column; gap: 6px; padding: 16px 18px 18px; }
.video-card-body b { font-size: 16px; font-weight: 700; letter-spacing: -.01em; color: var(--ink-900); line-height: 1.3; }
.video-card-body span { font-size: 14px; color: var(--ink-600); line-height: 1.55; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.video-card.feature .video-card-body b { font-size: 20px; }
@media (max-width: 900px) { .video-grid, .video-grid.count-2 { grid-template-columns: 1fr; } .video-grid.count-3 .video-card.feature { grid-column: auto; grid-row: auto; } }

.watch { padding: 36px 0 88px; background: linear-gradient(180deg, #fbfbfd, #fff 420px); }
.watch-container { max-width: 1120px; }
.watch-title { margin-top: 18px; font-family: var(--font-display); font-size: clamp(1.7rem, 3vw, 2.4rem); font-weight: 800; letter-spacing: -.03em; line-height: 1.15; text-wrap: balance; }
.watch-meta { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; margin-top: 12px; font-size: 14px; color: var(--text-3); }
.watch-meta a { color: var(--ink-700); font-weight: 600; }
.watch-meta span { display: inline-flex; align-items: center; gap: 5px; }
.watch-meta .icon { width: 14px; height: 14px; }
.watch-player { position: relative; margin-top: 22px; aspect-ratio: 16 / 9; border-radius: 18px; overflow: hidden; background: #000; box-shadow: 0 40px 90px -40px rgba(15, 18, 34, .55); }
.watch-player iframe, .watch-player video { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; display: block; }
.watch-grid { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 36px; margin-top: 28px; }
.watch-grid:not(:has(.watch-more)) { grid-template-columns: minmax(0, 1fr); }
.watch-desc { font-size: 17px; line-height: 1.7; color: var(--ink-700); }
.watch-transcript { margin-top: 18px; border: 1px solid var(--border); border-radius: 14px; background: #fff; }
.watch-transcript > summary { list-style: none; display: flex; align-items: center; gap: 8px; padding: 14px 16px; font-weight: 650; cursor: pointer; }
.watch-transcript > summary::-webkit-details-marker { display: none; }
.watch-transcript > summary .icon { width: 17px; height: 17px; color: var(--accent); }
.watch-transcript-body { padding: 0 16px 16px; font-size: 15px; line-height: 1.7; color: var(--ink-600); }
.watch-transcript-body p + p { margin-top: 10px; }
.watch-cta { margin-top: 24px; display: flex; align-items: center; justify-content: space-between; gap: 18px; flex-wrap: wrap; padding: 20px 22px; border-radius: 16px; background: color-mix(in srgb, var(--accent) 6%, #fff); border: 1px solid color-mix(in srgb, var(--accent) 18%, var(--border)); }
.watch-cta b { display: block; font-size: 16px; }
.watch-cta span { display: block; margin-top: 3px; font-size: 14px; color: var(--ink-600); max-width: 460px; }
.watch-more h2 { font-size: 15px; font-weight: 700; margin-bottom: 12px; }
.watch-more-item { display: flex; gap: 12px; align-items: flex-start; padding: 8px; margin: 0 -8px; border-radius: 12px; }
.watch-more-item:hover { background: var(--ink-50); }
.watch-more-thumb { position: relative; width: 132px; aspect-ratio: 16 / 9; flex-shrink: 0; border-radius: 9px; overflow: hidden; background: #0f1222; }
.watch-more-thumb img { width: 100%; height: 100%; object-fit: cover; }
.watch-more-thumb span { position: absolute; right: 5px; bottom: 5px; padding: 1px 5px; border-radius: 5px; background: rgba(0, 0, 0, .78); color: #fff; font-size: 11px; font-weight: 600; }
.watch-more-item b { font-size: 14px; font-weight: 600; line-height: 1.4; color: var(--ink-900); }
@media (max-width: 900px) { .watch-grid { grid-template-columns: 1fr; } }

.local-links { border-top: 1px solid var(--border); }
.local-link-list { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 20px; }
.local-link { display: inline-flex; align-items: center; gap: 10px; padding: 10px 16px 10px 12px; border-radius: 14px; border: 1px solid var(--border); background: #fff; transition: all .2s var(--ease); }
.local-link:hover { border-color: var(--border-2); transform: translateY(-2px); }
.local-link .icon { width: 18px; height: 18px; color: var(--brand-600); }
.local-link b { display: block; font-size: 14.5px; }
.local-link small { display: block; font-size: 12px; color: var(--text-3); }

/* --------------------------------------------------------------------------
   Locations
   -------------------------------------------------------------------------- */
.loc-hero .eyebrow .eyebrow-dot .icon { width: 12px; height: 12px; }
.loc-hero h1 { margin-top: 2px; }
.loc-search { position: relative; max-width: 560px; margin: 26px auto 0; }
.loc-search input { width: 100%; height: 54px; padding: 0 18px 0 50px; border-radius: 16px; border: 1px solid var(--border-2); background: #fff; font-size: 16px; box-shadow: 0 16px 40px -24px rgba(15, 18, 34, .35); }
.loc-search input:focus { outline: none; border-color: var(--brand-400); box-shadow: 0 0 0 4px rgba(106, 85, 250, .16); }
.loc-search-icon { position: absolute; left: 18px; top: 50%; transform: translateY(-50%); color: var(--text-3); display: flex; }
.loc-search-icon .icon { width: 19px; height: 19px; }
.loc-stats { display: flex; justify-content: center; flex-wrap: wrap; gap: 8px 22px; margin-top: 18px; font-size: 14px; color: var(--text-3); }
.loc-stats b { color: var(--ink-900); }
.loc-states { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 18px; align-items: start; }
.loc-state { padding: 18px 20px; border-radius: 18px; background: #fff; border: 1px solid var(--border); }
.loc-state header { display: flex; flex-direction: column; gap: 2px; }
.loc-state h3 { font-size: 17px; font-weight: 700; letter-spacing: -.01em; color: var(--ink-900); }
.loc-state header a:hover h3 { color: var(--brand-600); }
.loc-state-meta { font-size: 12.5px; color: var(--text-3); }
.loc-state-meta b { color: var(--success-text); font-weight: 650; }
.loc-city-list { list-style: none; padding: 0; margin: 12px 0 0; display: flex; flex-wrap: wrap; gap: 6px; }
.loc-city-list a { display: inline-block; padding: 5px 10px; border-radius: 99px; background: var(--ink-50); border: 1px solid var(--border); font-size: 13px; font-weight: 550; color: var(--ink-700); }
.loc-city-list a:hover { background: #fff; border-color: var(--border-2); color: var(--ink-900); }
.loc-empty { text-align: center; color: var(--text-3); padding: 20px 0; }

.loc-preview-bar { position: sticky; top: 0; z-index: 60; background: #fff4dc; border-bottom: 1px solid #f3d9a4; color: #7a4a00; font-size: 14px; }
.loc-preview-bar .container { display: flex; align-items: center; gap: 8px; height: 44px; }
.loc-preview-bar .icon { width: 16px; height: 16px; }
.loc-preview-bar a { margin-left: auto; font-weight: 650; display: inline-flex; align-items: center; gap: 4px; }
.loc-place { padding-bottom: 48px; }
.loc-place-grid { display: grid; grid-template-columns: minmax(0, 1fr) 380px; gap: 48px; align-items: start; }
.loc-eyebrow { display: inline-flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 650; color: color-mix(in srgb, var(--accent) 80%, var(--ink-900)); margin-bottom: 12px; }
.loc-eyebrow .icon { width: 16px; height: 16px; }
.loc-aka { color: var(--text-3); font-weight: 500; }
.loc-place .lead { max-width: 640px; }
.loc-facts { list-style: none; padding: 0; margin: 22px 0 0; display: flex; flex-wrap: wrap; gap: 8px; }
.loc-facts li { display: inline-flex; align-items: center; gap: 7px; padding: 7px 12px; border-radius: 99px; background: #fff; border: 1px solid var(--border); font-size: 13.5px; font-weight: 600; color: var(--ink-700); }
.loc-facts .icon { width: 15px; height: 15px; color: var(--accent); }
.loc-card { padding: 22px; border-radius: 20px; background: #fff; border: 1px solid var(--border); box-shadow: 0 30px 60px -40px rgba(15, 18, 34, .35); }
.loc-card h2 { font-size: 16px; font-weight: 700; letter-spacing: -.01em; }
.loc-card dl { margin: 14px 0 0; display: flex; flex-direction: column; }
.loc-card dl > div { padding: 12px 0; border-top: 1px solid var(--ink-100); }
.loc-card dl > div:first-child { border-top: 0; padding-top: 4px; }
.loc-card dt { display: flex; align-items: center; gap: 7px; font-size: 12.5px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; color: var(--text-3); }
.loc-card dt .icon { width: 14px; height: 14px; }
.loc-card dd { margin: 4px 0 0; font-size: 14.5px; line-height: 1.55; color: var(--ink-700); }
.loc-card-price { margin-top: 12px; padding-top: 12px; border-top: 1px dashed var(--border); font-size: 14px; color: var(--ink-600); }
.loc-narrow { max-width: 820px; }
.loc-intro { font-size: 17px; line-height: 1.8; color: var(--ink-700); }
.loc-intro p + p { margin-top: 14px; }
.loc-nearby { border-top: 1px solid var(--border); }
.loc-chips { list-style: none; padding: 0; margin: 16px 0 0; display: flex; flex-wrap: wrap; gap: 8px; }
.loc-chips a { display: inline-flex; align-items: center; gap: 6px; padding: 8px 14px; border-radius: 99px; border: 1px solid var(--border); background: #fff; font-size: 14px; font-weight: 550; color: var(--ink-700); }
.loc-chips a:hover { border-color: var(--border-2); color: var(--ink-900); }
.loc-chips .loc-chip-strong { background: var(--ink-900); border-color: var(--ink-900); color: #fff; }
.loc-chips .loc-chip-strong .icon { width: 14px; height: 14px; }
@media (max-width: 1000px) { .loc-place-grid { grid-template-columns: 1fr; gap: 28px; } }
.home-locations { padding-top: 0; }
.home-locations-inner { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr); gap: 32px; align-items: center; padding: 30px 32px; border-radius: 24px; background: linear-gradient(135deg, #fbfaff, #fff7f0); border: 1px solid var(--border); }
.home-locations .loc-chips { justify-content: flex-end; margin: 0; }
.home-locations .loc-chips .icon { width: 14px; height: 14px; color: var(--brand-600); }
.home-locations .loc-chips .loc-chip-strong .icon { color: #fff; }
@media (max-width: 900px) { .home-locations-inner { grid-template-columns: 1fr; padding: 24px; } .home-locations .loc-chips { justify-content: flex-start; } }

/* --------------------------------------------------------------------------
   Industries
   -------------------------------------------------------------------------- */
.site .link { display: inline-flex; align-items: center; gap: 5px; }
.site .link .icon { width: 15px; height: 15px; transition: transform .15s var(--ease); }
.site .link:hover .icon { transform: translateX(2px); }
.industry-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.industry-card { display: flex; flex-direction: column; gap: 10px; padding: 24px; border-radius: 20px; background: #fff; border: 1px solid var(--border); transition: transform .25s var(--ease), box-shadow .25s var(--ease), border-color .25s var(--ease); }
.industry-card:hover { transform: translateY(-3px); border-color: var(--border-2); box-shadow: 0 24px 48px -30px rgba(15, 18, 34, .35); }
.industry-card-top { display: flex; align-items: flex-start; justify-content: space-between; margin-bottom: 4px; }
.industry-card-go { width: 32px; height: 32px; border-radius: 50%; display: grid; place-items: center; background: var(--ink-50); color: var(--ink-600); transition: all .2s var(--ease); }
.industry-card-go .icon { width: 16px; height: 16px; }
.industry-card:hover .industry-card-go { background: var(--ink-900); color: #fff; }
.industry-card h2 { font-family: var(--font-display); font-size: 20px; font-weight: 750; letter-spacing: -.02em; line-height: 1.25; }
.industry-card p { font-size: 14.5px; color: var(--ink-600); line-height: 1.6; }
.industry-card-products { display: flex; flex-wrap: wrap; gap: 6px; margin-top: auto; padding-top: 12px; border-top: 1px solid var(--ink-100); }
.industry-card-products > span { display: inline-flex; align-items: center; gap: 6px; padding: 3px 10px 3px 3px; border-radius: 99px; background: var(--ink-50); font-size: 12.5px; font-weight: 600; color: var(--ink-700); }
.industry-card-products .p-icon { --s: 22px; border-radius: 50%; }
.industry-card-products .p-icon .icon { width: 12px; height: 12px; }
@media (max-width: 1000px) { .industry-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 640px) { .industry-grid { grid-template-columns: 1fr; } }

.industry-hero::before { background: radial-gradient(760px 380px at 85% 0%, color-mix(in srgb, var(--accent) 15%, transparent), transparent 70%), radial-gradient(520px 260px at 0% 100%, rgba(247, 130, 58, .08), transparent 70%); }
.industry-hero .loc-eyebrow .p-icon { --s: 28px; }
.industry-hero .loc-eyebrow .p-icon .icon { width: 15px; height: 15px; }
.challenge-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.challenge { display: flex; gap: 16px; padding: 22px; border-radius: 18px; background: #fff; border: 1px solid var(--border); }
.challenge h3 { font-size: 16.5px; font-weight: 700; letter-spacing: -.01em; line-height: 1.35; color: var(--ink-900); }
.challenge p { margin-top: 6px; font-size: 14.5px; line-height: 1.65; color: var(--ink-600); }
@media (max-width: 800px) { .challenge-grid { grid-template-columns: 1fr; } }
.industry-learn { display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: 48px; align-items: start; }
.industry-learn:has(> :only-child) { grid-template-columns: 1fr; }
@media (max-width: 1000px) { .industry-learn { grid-template-columns: 1fr; gap: 36px; } }

/* --------------------------------------------------------------------------
   Resources: listing, cards, articles, authors
   -------------------------------------------------------------------------- */
.resource-tabs { display: flex; justify-content: center; flex-wrap: wrap; gap: 8px; margin-top: 26px; }
.resource-tabs a { display: inline-flex; align-items: center; gap: 7px; height: 40px; padding: 0 16px; border-radius: 99px; border: 1px solid var(--border); background: #fff; font-size: 14px; font-weight: 600; color: var(--ink-700); transition: all .15s var(--ease); }
.resource-tabs a .icon { width: 16px; height: 16px; color: var(--text-3); }
.resource-tabs a > span { font-size: 12px; font-weight: 650; padding: 1px 7px; border-radius: 99px; background: var(--ink-50); color: var(--text-3); }
.resource-tabs a:hover { border-color: var(--border-2); color: var(--ink-900); }
.resource-tabs a[aria-current="page"] { background: var(--ink-900); border-color: var(--ink-900); color: #fff; }
.resource-tabs a[aria-current="page"] .icon { color: #ffd27a; }
.resource-tabs a[aria-current="page"] > span { background: rgba(255, 255, 255, .14); color: #fff; }

.resource-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.resource-grid.compact { grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); }
@media (max-width: 1000px) { .resource-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 640px) { .resource-grid, .resource-grid.compact { grid-template-columns: 1fr; } }
.resource-card { --accent: #6a55fa; display: flex; flex-direction: column; border-radius: 18px; overflow: hidden; background: #fff; border: 1px solid var(--border); transition: transform .25s var(--ease), box-shadow .25s var(--ease), border-color .25s var(--ease); min-width: 0; }
.resource-card:hover { transform: translateY(-3px); border-color: color-mix(in srgb, var(--accent) 30%, var(--border)); box-shadow: 0 24px 48px -30px color-mix(in srgb, var(--accent) 45%, rgba(15, 18, 34, .5)); }
.resource-card-media { position: relative; display: block; aspect-ratio: 16 / 9; overflow: hidden; background: color-mix(in srgb, var(--accent) 7%, #fff); }
.resource-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s var(--ease); }
.resource-card:hover .resource-card-media img { transform: scale(1.03); }
.resource-card-art { position: absolute; inset: 0; display: grid; place-items: center; background: radial-gradient(260px 160px at 30% 20%, color-mix(in srgb, var(--accent) 22%, transparent), transparent 70%), radial-gradient(240px 160px at 90% 100%, rgba(247, 130, 58, .14), transparent 70%); }
.resource-card-art::after { content: ''; position: absolute; inset: 0; background-image: linear-gradient(color-mix(in srgb, var(--accent) 10%, transparent) 1px, transparent 1px), linear-gradient(90deg, color-mix(in srgb, var(--accent) 10%, transparent) 1px, transparent 1px); background-size: 28px 28px; mask-image: radial-gradient(closest-side, #000, transparent); -webkit-mask-image: radial-gradient(closest-side, #000, transparent); }
.resource-card-art .p-icon { --s: 64px; position: relative; z-index: 1; background: #fff; box-shadow: 0 16px 32px -16px color-mix(in srgb, var(--accent) 60%, transparent); }
.resource-card-art .p-icon .icon { width: 28px; height: 28px; }
.resource-card-body { display: flex; flex-direction: column; gap: 8px; padding: 18px 20px 20px; flex: 1; }
.resource-card-meta { display: flex; align-items: center; flex-wrap: wrap; gap: 6px 12px; font-size: 12.5px; font-weight: 600; color: var(--text-3); }
.resource-type { display: inline-flex; align-items: center; gap: 5px; color: color-mix(in srgb, var(--accent) 80%, var(--ink-900)); }
.resource-type .icon { width: 14px; height: 14px; }
.resource-card-body > b { font-size: 17px; font-weight: 700; letter-spacing: -.015em; line-height: 1.35; color: var(--ink-900); text-wrap: pretty; }
.resource-card-excerpt { font-size: 14px; line-height: 1.6; color: var(--ink-600); display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.resource-card-foot { display: flex; align-items: center; flex-wrap: wrap; gap: 6px; margin-top: auto; padding-top: 10px; font-size: 13px; color: var(--text-3); }
.resource-card-author { color: var(--ink-700); font-weight: 600; }
.resource-avatar { width: 24px; height: 24px; border-radius: 50%; object-fit: cover; }
.resource-card-foot .avatar { --size: 24px; font-size: 10px; }
.resource-featured { margin-bottom: 20px; }
.resource-card.featured { display: grid; grid-template-columns: 1.15fr 1fr; }
.resource-card.featured .resource-card-media { aspect-ratio: auto; min-height: 320px; }
.resource-card.featured .resource-card-body { padding: 32px 34px; justify-content: center; gap: 12px; }
.resource-card.featured .resource-card-body > b { font-family: var(--font-display); font-size: clamp(1.4rem, 2.2vw, 1.85rem); font-weight: 750; letter-spacing: -.028em; line-height: 1.2; }
.resource-card.featured .resource-card-excerpt { font-size: 15.5px; -webkit-line-clamp: 4; }
.resource-card.featured .resource-card-foot { margin-top: 8px; }
.resource-card.featured .resource-card-art .p-icon { --s: 88px; }
.resource-card.featured .resource-card-art .p-icon .icon { width: 38px; height: 38px; }
@media (max-width: 860px) { .resource-card.featured { grid-template-columns: 1fr; } .resource-card.featured .resource-card-media { aspect-ratio: 16 / 9; min-height: 0; } .resource-card.featured .resource-card-body { padding: 20px; } }
.resource-pager { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 16px; margin-top: 36px; }
.resource-pager > :last-child { justify-self: end; }
.resource-pager ol { list-style: none; display: flex; gap: 4px; padding: 0; margin: 0; }
.resource-pager ol a, .resource-pager ol span { display: grid; place-items: center; min-width: 38px; height: 38px; padding: 0 6px; border-radius: 10px; font-size: 14px; font-weight: 600; color: var(--ink-600); }
.resource-pager ol a:hover { background: var(--ink-50); color: var(--ink-900); }
.resource-pager ol span[aria-current] { background: var(--ink-900); color: #fff; }
@media (max-width: 560px) { .resource-pager ol { display: none; } }
.resource-empty { max-width: 560px; margin: 12px auto 0; padding: 44px 28px; text-align: center; border: 1px dashed var(--border-2); border-radius: 22px; background: var(--ink-50); display: flex; flex-direction: column; align-items: center; gap: 12px; }
.resource-empty p { color: var(--ink-600); margin-bottom: 8px; }

.author-strip { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 14px; }
.author-chip { display: flex; align-items: center; gap: 14px; padding: 16px 18px; border-radius: 18px; background: #fff; border: 1px solid var(--border); transition: border-color .2s var(--ease), box-shadow .2s var(--ease); }
.author-chip:hover { border-color: var(--border-2); box-shadow: 0 16px 36px -28px rgba(15, 18, 34, .4); }
.author-chip img { width: 56px; height: 56px; border-radius: 50%; object-fit: cover; flex-shrink: 0; }
.author-chip .avatar { --size: 56px; font-size: 18px; flex-shrink: 0; }
.author-chip > span:last-child { display: flex; flex-direction: column; min-width: 0; line-height: 1.35; }
.author-chip b { font-size: 15.5px; color: var(--ink-900); }
.author-chip small { font-size: 13px; color: var(--text-3); }

.resource-article-hero { padding: 44px 0 28px; }
.resource-kicker { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; margin-bottom: 14px; }
.resource-kicker > * { display: inline-flex; align-items: center; gap: 6px; height: 28px; padding: 0 11px; border-radius: 99px; font-size: 13px; font-weight: 600; background: #fff; border: 1px solid var(--border); color: var(--ink-700); }
.resource-kicker .resource-type { background: color-mix(in srgb, var(--accent) 9%, #fff); border-color: color-mix(in srgb, var(--accent) 22%, #fff); }
.resource-kicker a:hover { border-color: var(--border-2); color: var(--ink-900); }
.resource-title { max-width: 900px; font-size: clamp(1.8rem, 3.4vw, 2.6rem); }
.resource-dek { max-width: 760px; }
.byline { display: flex; align-items: center; flex-wrap: wrap; gap: 14px 24px; margin-top: 22px; }
.byline-author { display: inline-flex; align-items: center; gap: 11px; }
.byline-author img { width: 44px; height: 44px; border-radius: 50%; object-fit: cover; }
.byline-author .avatar { --size: 44px; }
.byline-author > span:last-child { display: flex; flex-direction: column; line-height: 1.3; }
.byline-author b { font-size: 15px; color: var(--ink-900); }
.byline-author:hover b { color: var(--brand-600); }
.byline-author small { font-size: 13px; color: var(--text-3); }
.byline-meta { display: flex; flex-wrap: wrap; gap: 6px 16px; font-size: 13.5px; color: var(--text-3); }
.byline-meta > span { display: inline-flex; align-items: center; gap: 6px; }
.byline-meta .icon { width: 15px; height: 15px; }
.resource-cover { margin: 4px 0 0; }
.resource-cover img { display: block; width: 100%; height: auto; max-height: 560px; object-fit: cover; border-radius: 22px; border: 1px solid var(--border); box-shadow: 0 30px 60px -40px rgba(15, 18, 34, .45); }
.resource-body-section { padding-top: 36px; }
.resource-layout { grid-template-columns: minmax(0, 1fr) 300px; }
@media (max-width: 960px) { .resource-layout { grid-template-columns: minmax(0, 1fr); gap: 36px; } }
.resource-main { max-width: 760px; }
.resource-body { font-size: 17px; line-height: 1.8; color: var(--ink-700); }
.resource-body > * + * { margin-top: 18px; }
.resource-body h2 { font-family: var(--font-display); font-size: 24px; font-weight: 750; margin-top: 44px; letter-spacing: -.025em; line-height: 1.3; }
.resource-body h3 { font-size: 19px; margin-top: 30px; line-height: 1.35; }
.resource-body li + li { margin-top: 8px; }
.resource-toc .toc a.active { color: var(--ink-900); border-left-color: var(--accent); font-weight: 600; }
.resource-toc-mobile { display: none; margin-bottom: 20px; border: 1px solid var(--border); border-radius: 14px; background: var(--ink-50); }
.resource-toc-mobile summary { display: flex; align-items: center; gap: 8px; padding: 12px 16px; font-weight: 650; font-size: 14.5px; cursor: pointer; list-style: none; }
.resource-toc-mobile summary::-webkit-details-marker { display: none; }
.resource-toc-mobile .toc { padding: 0 12px 12px; }
@media (max-width: 960px) { .resource-toc-mobile { display: block; } .resource-toc { display: none; } .resource-main { max-width: none; } }
.story-glance { margin-bottom: 30px; padding: 22px 24px; border-radius: 20px; background: linear-gradient(135deg, color-mix(in srgb, var(--accent) 8%, #fff), #fff 70%); border: 1px solid color-mix(in srgb, var(--accent) 20%, var(--border)); }
.story-glance-head { display: flex; flex-direction: column; gap: 4px; }
.story-glance-head .upper { color: color-mix(in srgb, var(--accent) 80%, var(--ink-900)); }
.story-glance-head b { font-family: var(--font-display); font-size: 20px; letter-spacing: -.02em; color: var(--ink-900); }
.story-glance-meta { display: flex; flex-wrap: wrap; gap: 4px 16px; font-size: 14px; color: var(--ink-600); }
.story-glance-meta span { display: inline-flex; align-items: center; gap: 6px; }
.story-glance-meta .icon { width: 15px; height: 15px; color: var(--text-3); }
.story-stats { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 12px; margin: 18px 0 0; }
.story-stats > div { display: flex; flex-direction: column-reverse; justify-content: flex-end; gap: 2px; padding: 14px 16px; border-radius: 14px; background: #fff; border: 1px solid var(--border); }
.story-stats dd { margin: 0; font-family: var(--font-display); font-size: 26px; font-weight: 800; letter-spacing: -.03em; line-height: 1.15; color: var(--ink-900); }
.story-stats dt { font-size: 13.5px; line-height: 1.45; color: var(--ink-600); }
.resource-faq { margin-top: 48px; }
.resource-faq h2 { font-family: var(--font-display); font-size: 24px; font-weight: 750; letter-spacing: -.025em; margin-bottom: 12px; }
.author-box { display: flex; gap: 18px; margin-top: 48px; padding: 24px; border-radius: 20px; background: var(--ink-50); border: 1px solid var(--border); }
.author-box > img { width: 72px; height: 72px; border-radius: 50%; object-fit: cover; flex-shrink: 0; }
.author-box > .avatar { --size: 72px; font-size: 22px; flex-shrink: 0; }
.author-box > div { display: flex; flex-direction: column; align-items: flex-start; gap: 2px; }
.author-box .upper { color: var(--text-3); }
.author-box-name { font-size: 18px; font-weight: 700; color: var(--ink-900); }
.author-box-name:hover { color: var(--brand-600); }
.author-box small { font-size: 13.5px; color: var(--text-3); }
.author-box p { margin: 8px 0 6px; font-size: 14.5px; line-height: 1.65; color: var(--ink-600); }
@media (max-width: 560px) { .author-box { flex-direction: column; } }
.resource-aside { top: 92px; gap: 22px; }
.resource-product { display: flex; flex-direction: column; align-items: flex-start; gap: 6px; padding: 20px; border-radius: 18px; background: #fff; border: 1px solid var(--border); box-shadow: 0 24px 48px -36px rgba(15, 18, 34, .4); }
.resource-product b { margin-top: 8px; font-size: 16px; color: var(--ink-900); }
.resource-product > span:not(.p-icon) { font-size: 14px; line-height: 1.5; color: var(--ink-600); }
.resource-product .btn { margin-top: 10px; width: 100%; }
.resource-product .link { margin-top: 4px; font-size: 13.5px; align-self: center; }

.author-hero { padding-bottom: 36px; }
.author-profile { display: flex; gap: 28px; align-items: flex-start; }
.author-photo { width: 120px; height: 120px; border-radius: 50%; object-fit: cover; flex-shrink: 0; border: 4px solid #fff; box-shadow: 0 16px 36px -20px rgba(15, 18, 34, .45); display: grid; place-items: center; overflow: hidden; background: #fff; }
.author-photo .avatar { --size: 112px; font-size: 36px; }
.author-role { margin-top: 6px; font-size: 16px; font-weight: 600; color: var(--brand-600); }
.author-bio { margin-top: 14px; max-width: 720px; font-size: 16px; line-height: 1.75; color: var(--ink-600); }
.author-bio p + p { margin-top: 10px; }
.author-expertise { list-style: none; padding: 0; margin: 16px 0 0; display: flex; flex-wrap: wrap; gap: 6px; }
.author-expertise li { padding: 5px 11px; border-radius: 99px; background: #fff; border: 1px solid var(--border); font-size: 13px; font-weight: 600; color: var(--ink-700); }
.author-links { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 14px; }
.author-links a { display: inline-flex; align-items: center; gap: 6px; font-size: 14px; font-weight: 600; color: var(--ink-700); }
.author-links a:hover { color: var(--brand-600); }
.author-links .icon { width: 15px; height: 15px; }
@media (max-width: 640px) { .author-profile { flex-direction: column; gap: 18px; } .author-photo { width: 96px; height: 96px; } .author-photo .avatar { --size: 88px; font-size: 28px; } }

/* --------------------------------------------------------------------------
   Free tools
   -------------------------------------------------------------------------- */
.tool-card { display: flex; align-items: center; gap: 14px; padding: 14px 16px; border-radius: 16px; background: #fff; border: 1px solid var(--border); transition: border-color .2s var(--ease), box-shadow .2s var(--ease), transform .2s var(--ease); }
.tool-card:hover { border-color: var(--border-2); box-shadow: 0 16px 36px -28px rgba(15, 18, 34, .45); transform: translateY(-1px); }
.tool-card-icon { width: 42px; height: 42px; border-radius: 12px; flex-shrink: 0; display: grid; place-items: center; color: var(--marigold-600); background: linear-gradient(135deg, var(--marigold-50), #fff); border: 1px solid var(--marigold-100); }
.tool-card-icon .icon { width: 20px; height: 20px; }
.tool-card-icon.lg { width: 52px; height: 52px; border-radius: 15px; }
.tool-card-icon.lg .icon { width: 24px; height: 24px; }
.tool-card-body { display: flex; flex-direction: column; gap: 2px; min-width: 0; flex: 1; }
.tool-card-body b { font-size: 15px; font-weight: 650; color: var(--ink-900); line-height: 1.3; }
.tool-card-body span { font-size: 13px; line-height: 1.45; color: var(--text-3); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.tool-card-go { color: var(--text-3); display: flex; }
.tool-card-go .icon { width: 16px; height: 16px; transition: transform .15s var(--ease); }
.tool-card:hover .tool-card-go { color: var(--ink-900); }
.tool-card:hover .tool-card-go .icon { transform: translateX(2px); }
.tool-list { display: grid; gap: 10px; }
.tool-list.horizontal { grid-template-columns: repeat(auto-fit, minmax(270px, 1fr)); }
.tool-hub { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.tool-hub-card { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; padding: 28px; border-radius: 22px; background: #fff; border: 1px solid var(--border); transition: transform .25s var(--ease), box-shadow .25s var(--ease), border-color .25s var(--ease); }
.tool-hub-card:hover { transform: translateY(-3px); border-color: var(--border-2); box-shadow: 0 28px 56px -36px rgba(15, 18, 34, .4); }
.tool-hub-card h2 { margin-top: 6px; font-family: var(--font-display); font-size: 21px; font-weight: 750; letter-spacing: -.02em; }
.tool-hub-card p { font-size: 15px; line-height: 1.65; color: var(--ink-600); }
.tool-hub-card .link { margin-top: auto; padding-top: 6px; }
@media (max-width: 760px) { .tool-hub { grid-template-columns: 1fr; } }
.tool-hub-note { display: flex; gap: 14px; align-items: flex-start; margin-top: 22px; padding: 20px 22px; border-radius: 18px; background: var(--ink-50); border: 1px solid var(--border); }
.tool-hub-note > .icon { width: 22px; height: 22px; color: var(--success); flex-shrink: 0; margin-top: 2px; }
.tool-hub-note p { font-size: 15px; line-height: 1.65; color: var(--ink-600); }
.tool-hub-note b { color: var(--ink-900); }

.tool-hero { padding: 40px 0 24px; }
.tool-hero-row { display: flex; gap: 20px; align-items: flex-start; }
.tool-hero-icon { width: 60px; height: 60px; border-radius: 18px; flex-shrink: 0; display: grid; place-items: center; color: #fff; background: linear-gradient(135deg, #ffb347, #f7823a 55%, #e2552f); box-shadow: 0 16px 32px -16px rgba(247, 130, 58, .8); }
.tool-hero-icon .icon { width: 28px; height: 28px; }
.tool-hero h1 { max-width: 880px; }
.tool-hero .lead { max-width: 760px; }
.tool-trust { list-style: none; padding: 0; margin: 14px 0 0; display: flex; flex-wrap: wrap; gap: 6px 18px; font-size: 13.5px; font-weight: 600; color: var(--ink-600); }
.tool-trust li { display: inline-flex; align-items: center; gap: 6px; }
.tool-trust .icon { width: 15px; height: 15px; color: var(--success); }
@media (max-width: 640px) { .tool-hero-row { flex-direction: column; gap: 14px; } .tool-hero-icon { width: 50px; height: 50px; border-radius: 15px; } }

.tool-section { padding-top: 12px; }
.tool-app { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr); border-radius: 24px; overflow: hidden; background: #fff; border: 1px solid var(--border); box-shadow: 0 40px 80px -56px rgba(15, 18, 34, .5); }
.tool-form { display: flex; flex-direction: column; gap: 20px; padding: 30px; min-width: 0; }
.tool-field { display: flex; flex-direction: column; gap: 8px; min-width: 0; border: 0; padding: 0; margin: 0; }
.tool-field .label { justify-content: space-between; font-size: 14px; }
.tool-field .input, .tool-field .select { height: 44px; font-size: 15px; }
.tool-field .input-affix > span { font-size: 14px; }
.tool-inline-out { font-family: var(--font-display); font-size: 15px; font-weight: 750; color: var(--brand-600); letter-spacing: -.01em; }
.tool-range { width: 100%; accent-color: var(--brand-500); height: 22px; margin: 0; cursor: pointer; }
.tool-seg { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
.tool-seg .choice-body { display: flex; align-items: center; gap: 8px; justify-content: center; text-align: center; height: 44px; padding: 0 12px; }
.tool-seg .choice-body .icon { width: 17px; height: 17px; color: var(--text-3); }
.tool-seg .choice input:checked + .choice-body .icon { color: var(--accent); }
.tool-seg.compact .choice-body { height: 44px; min-width: 88px; }
.tool-tenure { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 8px; }
.tool-grid-2 { gap: 16px 18px; }
.tool-gst-row { flex-direction: row; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px; padding: 12px 14px; border-radius: 14px; background: var(--ink-50); border: 1px solid var(--border); }
.tool-gst-row .switch { font-weight: 600; font-size: 14px; }
.tool-gst-rate { width: 150px; }
.tool-gst-rate .input { height: 38px !important; }
.tool-submit { align-self: flex-start; }
.tool-app.is-live .tool-submit { display: none; }
.tool-results { display: flex; flex-direction: column; padding: 30px; min-width: 0; background: linear-gradient(180deg, var(--brand-25), #fff 60%); border-left: 1px solid var(--border); }
.tool-results-label { font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--text-3); }
.tool-big { margin-top: 6px; font-family: var(--font-display); font-size: clamp(2.3rem, 4.6vw, 3.3rem); font-weight: 800; letter-spacing: -.04em; line-height: 1.05; color: var(--ink-900); font-variant-numeric: tabular-nums; }
.tool-results-note { margin-top: 6px; font-size: 14px; color: var(--ink-600); }
.tool-split { display: flex; gap: 2px; height: 14px; margin-top: 22px; }
.tool-split > span { display: block; height: 100%; min-width: 0; transition: width .45s var(--ease); }
.tool-split-a { background: var(--series-1); border-radius: 4px 0 0 4px; }
.tool-split-b { background: var(--series-2); border-radius: 0 4px 4px 0; }
.tool-split > span:only-child, .tool-split > span[style*="width:100%"] { border-radius: 4px; }
.tool-legend { display: flex; flex-wrap: wrap; gap: 6px 18px; margin-top: 10px; font-size: 13.5px; color: var(--ink-600); }
.tool-legend span { display: inline-flex; align-items: center; gap: 7px; }
.tool-legend b { color: var(--ink-900); font-variant-numeric: tabular-nums; }
.tool-dot { width: 10px; height: 10px; border-radius: 3px; display: inline-block; }
.tool-dot.a { background: var(--series-1); }
.tool-dot.b { background: var(--series-2); }
.tool-rows { margin: 20px 0 0; display: flex; flex-direction: column; }
.tool-rows > div { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; padding: 11px 0; border-top: 1px solid var(--ink-100); }
.tool-rows > div:first-child { border-top: 0; }
.tool-rows dt { font-size: 14.5px; color: var(--ink-600); }
.tool-rows dd { margin: 0; font-size: 15.5px; font-weight: 650; color: var(--ink-900); font-variant-numeric: tabular-nums; white-space: nowrap; }
.tool-rows > .strong { border-top: 1px solid var(--border-2); }
.tool-rows > .strong dt { color: var(--ink-900); font-weight: 650; }
.tool-rows > .strong dd { font-size: 18px; font-weight: 750; }
.tool-disclaimer { display: flex; gap: 8px; margin-top: auto; padding-top: 20px; font-size: 12.5px; line-height: 1.55; color: var(--text-3); }
.tool-disclaimer .icon { width: 15px; height: 15px; flex-shrink: 0; margin-top: 2px; }
@media (max-width: 900px) { .tool-app { grid-template-columns: 1fr; } .tool-results { border-left: 0; border-top: 1px solid var(--border); } }
@media (max-width: 560px) { .tool-form, .tool-results { padding: 22px 18px; } .tool-app { border-radius: 20px; } }

.tool-flow { display: grid; gap: 12px; margin-top: 18px; }
.tool-flow-step { padding: 4px 16px 6px; border-radius: 16px; background: #fff; border: 1px solid var(--border); }
.tool-flow-step .tool-rows { margin-top: 2px; }
.tool-flow-step .tool-rows > .strong dd { font-size: 16.5px; }
.tool-flow-label { display: flex; align-items: center; gap: 7px; padding: 12px 0 4px; font-size: 13px; font-weight: 700; color: var(--ink-700); }
.tool-flow-label .icon { width: 16px; height: 16px; color: var(--brand-600); }
.tool-margin { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; margin-top: 12px; padding: 14px 16px; border-radius: 16px; background: var(--ink-900); color: rgba(255, 255, 255, .8); font-size: 14px; }
.tool-margin b { font-family: var(--font-display); font-size: 22px; font-weight: 800; color: #fff; letter-spacing: -.02em; font-variant-numeric: tabular-nums; }

.tool-schedule { margin-top: 28px; border-radius: 22px; background: #fff; border: 1px solid var(--border); overflow: hidden; }
.tool-schedule-head { display: flex; align-items: baseline; justify-content: space-between; flex-wrap: wrap; gap: 6px 16px; padding: 20px 24px 14px; }
.tool-schedule .table-wrap { max-height: 520px; overflow: auto; }
.tool-table { width: 100%; border-collapse: collapse; font-size: 14.5px; font-variant-numeric: tabular-nums; }
.tool-table th { position: sticky; top: 0; z-index: 1; background: var(--ink-50); text-align: left; font-size: 12.5px; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; color: var(--text-3); padding: 10px 24px; border-bottom: 1px solid var(--border); white-space: nowrap; }
.tool-table td { padding: 10px 24px; border-bottom: 1px solid var(--ink-100); color: var(--ink-700); white-space: nowrap; }
.tool-table td:first-child { font-weight: 650; color: var(--ink-900); }
.tool-table tbody tr:last-child td { border-bottom: 0; }
.tool-table tbody tr:hover td { background: var(--brand-25); }
.tool-meter { display: inline-block; width: 64px; height: 6px; margin-right: 8px; border-radius: 99px; background: var(--ink-100); vertical-align: middle; overflow: hidden; }
.tool-meter > span { display: block; height: 100%; border-radius: 99px; background: var(--series-1); }
.tool-explain { max-width: 820px; }
.tool-explain .md { font-size: 16px; }
.tool-explain .md h2 { font-family: var(--font-display); font-size: 23px; font-weight: 750; letter-spacing: -.025em; }
.tool-product-cta { display: flex; gap: 14px; align-items: flex-start; margin-top: 24px; padding: 18px; border-radius: 18px; background: #fff; border: 1px solid var(--border); transition: border-color .2s var(--ease), box-shadow .2s var(--ease); }
.tool-product-cta:hover { border-color: color-mix(in srgb, var(--accent) 35%, var(--border)); box-shadow: 0 20px 40px -30px color-mix(in srgb, var(--accent) 60%, transparent); }
.tool-product-cta > span:last-child { display: flex; flex-direction: column; gap: 3px; font-size: 14px; line-height: 1.5; color: var(--ink-600); }
.tool-product-cta b { font-size: 15px; color: var(--ink-900); }
.tool-product-cta .link { margin-top: 4px; }

/* GST invoice generator */
.gst-app { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 24px; align-items: start; }
.gst-editor { display: flex; flex-direction: column; gap: 16px; min-width: 0; }
.gst-card { padding: 22px; border-radius: 20px; background: #fff; border: 1px solid var(--border); }
.gst-card-title { display: flex; align-items: center; gap: 10px; margin-bottom: 16px; font-size: 16px; font-weight: 700; letter-spacing: -.01em; }
.gst-card-title > span { width: 24px; height: 24px; border-radius: 50%; display: grid; place-items: center; font-size: 12.5px; font-weight: 750; color: #fff; background: var(--ink-900); }
.gst-card .input, .gst-card .select { height: 40px; }
.gst-upper { text-transform: uppercase; }
.gst-card .input.is-warn { border-color: var(--warning); box-shadow: 0 0 0 3px rgba(224, 138, 0, .14); }
.gst-items { display: flex; flex-direction: column; gap: 10px; margin-bottom: 12px; }
.gst-item { position: relative; display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 8px 10px; padding: 14px 44px 14px 14px; border-radius: 14px; background: var(--ink-50); border: 1px solid var(--border); counter-increment: gst-item; }
.gst-item .field { gap: 4px; }
.gst-item .label { font-size: 12px; color: var(--text-2); }
.gst-item .input { height: 36px; font-size: 14px; background: #fff; padding: 0 9px; }
.gst-item-desc { grid-column: 1 / -1; }
.gst-item-remove { position: absolute; top: 8px; right: 6px; color: var(--text-3); }
.gst-item-remove:hover { color: var(--danger); }
.gst-items:has(.gst-item:only-child) .gst-item-remove { display: none; }
@media (max-width: 520px) { .gst-item { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
.gst-preview { position: sticky; top: 88px; display: flex; flex-direction: column; gap: 12px; min-width: 0; }
.gst-preview-bar { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 10px; }
.gst-preview-actions { display: flex; gap: 8px; }
.gst-saved { display: inline-flex; align-items: center; gap: 6px; font-size: 13px; font-weight: 550; color: var(--text-3); }
.gst-saved .icon { width: 14px; height: 14px; color: var(--success); }
.gst-warnings { list-style: none; padding: 0; margin: 0; display: grid; gap: 6px; }
.gst-warnings:empty { display: none; }
.gst-warnings li { display: flex; gap: 8px; padding: 9px 12px; border-radius: 12px; background: var(--warning-soft); border: 1px solid #f3d9a4; color: var(--warning-text); font-size: 13px; line-height: 1.45; }
.gst-warnings li .icon { width: 15px; height: 15px; flex-shrink: 0; margin-top: 1px; }
.gst-paper-wrap { overflow-x: auto; border-radius: 16px; background: #eceef4; padding: 12px; border: 1px solid var(--border); }
.gst-invoice { min-width: 560px; padding: 26px 24px; background: #fff; color: #111; border-radius: 6px; box-shadow: 0 1px 2px rgba(15, 18, 34, .08), 0 18px 40px -24px rgba(15, 18, 34, .35); font-size: 12px; line-height: 1.5; }
.gst-invoice .inv-top { display: flex; justify-content: space-between; gap: 24px; padding-bottom: 14px; border-bottom: 2px solid #111; }
.gst-invoice .inv-name { display: block; }
.gst-invoice .inv-supplier .inv-name { font-size: 17px; font-weight: 800; letter-spacing: -.01em; }
.gst-invoice .inv-title { text-align: right; }
.gst-invoice .inv-title h2 { font-size: 20px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.gst-invoice .inv-title small { display: block; color: #555; }
.gst-invoice .inv-muted { color: #555; }
.gst-invoice .inv-empty { color: #b0b4c0; font-style: italic; }
.gst-invoice .inv-grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: 18px; padding: 14px 0; border-bottom: 1px solid #ddd; }
.gst-invoice .inv-label { display: block; margin-bottom: 3px; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: #666; }
.gst-invoice .inv-meta { display: grid; grid-template-columns: auto 1fr; gap: 3px 12px; align-content: start; }
.gst-invoice .inv-meta dt { color: #555; }
.gst-invoice .inv-meta dd { margin: 0; font-weight: 600; }
.gst-invoice table { width: 100%; border-collapse: collapse; margin-top: 14px; font-variant-numeric: tabular-nums; }
.gst-invoice th { padding: 7px 4px; background: #f3f4f7; border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; font-size: 10.5px; font-weight: 700; text-align: right; white-space: nowrap; }
.gst-invoice td { padding: 7px 4px; border-bottom: 1px solid #e6e6e6; text-align: right; vertical-align: top; }
.gst-invoice th:nth-child(-n+3), .gst-invoice td:nth-child(-n+3) { text-align: left; }
.gst-invoice td small { display: block; color: #666; }
.gst-invoice .inv-bottom { display: grid; grid-template-columns: 1fr 260px; gap: 20px; margin-top: 14px; }
.gst-invoice .inv-totals { display: grid; grid-template-columns: 1fr auto; row-gap: 4px; align-content: start; font-variant-numeric: tabular-nums; }
.gst-invoice .inv-totals dt { color: #444; }
.gst-invoice .inv-totals dd { margin: 0; padding-left: 12px; text-align: right; font-weight: 600; }
.gst-invoice .inv-totals .inv-grand { padding-top: 6px; margin-top: 4px; border-top: 2px solid #111; font-size: 14px; font-weight: 800; color: #111; }
.gst-invoice .inv-words { margin-top: 8px; font-weight: 600; }
.gst-invoice .inv-tax-summary { margin-top: 10px; }
.gst-invoice .inv-tax-summary th, .gst-invoice .inv-tax-summary td { padding: 4px 6px; font-size: 10.5px; }
.gst-invoice .inv-foot { display: grid; grid-template-columns: 1fr 220px; gap: 20px; margin-top: 18px; padding-top: 14px; border-top: 1px solid #ddd; }
.gst-invoice .inv-pre { white-space: pre-line; }
.gst-invoice .inv-sign { text-align: right; align-self: end; }
.gst-invoice .inv-sign span { display: block; margin-top: 36px; padding-top: 6px; border-top: 1px solid #999; color: #555; }
.gst-invoice .inv-note { margin-top: 16px; font-size: 10px; color: #777; text-align: center; }
@media (max-width: 1080px) { .gst-app { grid-template-columns: 1fr; } .gst-preview { position: static; } }

@media print {
  .has-gst-invoice body { background: #fff; }
  .has-gst-invoice body > :not(main), .has-gst-invoice main > :not(.gst-tool), .has-gst-invoice .gst-editor, .has-gst-invoice .gst-preview-bar, .has-gst-invoice .gst-warnings, .has-gst-invoice noscript { display: none !important; }
  .has-gst-invoice .gst-tool { padding: 0; }
  .has-gst-invoice .gst-tool .container { max-width: none; padding: 0; }
  .has-gst-invoice .gst-app { display: block; }
  .has-gst-invoice .gst-paper-wrap { padding: 0; border: 0; background: none; overflow: visible; }
  .has-gst-invoice .gst-invoice { min-width: 0; padding: 0; box-shadow: none; border-radius: 0; font-size: 11px; }
  .has-gst-invoice .gst-invoice tr { break-inside: avoid; }
  @page { size: A4; margin: 12mm; }
}

.resource-sample { padding: 1px 8px; border-radius: 99px; background: var(--warning-soft); color: var(--warning-text); font-size: 11.5px; font-weight: 700; }
.resource-sample-bar { background: #fff4dc; border-bottom: 1px solid #f3d9a4; color: #7a4a00; font-size: 14px; }
.resource-sample-bar .container { display: flex; align-items: center; gap: 8px; min-height: 44px; padding-top: 8px; padding-bottom: 8px; }
.resource-sample-bar .icon { width: 16px; height: 16px; flex-shrink: 0; }
.resource-sample-bar a { margin-left: auto; font-weight: 650; display: inline-flex; align-items: center; gap: 4px; white-space: nowrap; }
.p-hero-cat a { text-decoration: underline; text-decoration-color: color-mix(in srgb, var(--accent) 35%, transparent); text-underline-offset: 3px; }
.p-hero-cat a:hover { text-decoration-color: currentColor; }
.industry-intro { max-width: 820px; }
.industry-learn:has(> :only-child) .tool-list { grid-template-columns: repeat(auto-fit, minmax(270px, 1fr)); }

/* --------------------------------------------------------------------------
   Testimonial carousel
   -------------------------------------------------------------------------- */
.t-carousel { position: relative; }
.t-track { display: flex; gap: 24px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; overscroll-behavior-x: contain; border-radius: 28px; outline: none; }
.t-track::-webkit-scrollbar { display: none; }
.t-slide { --accent: #6a55fa; flex: 0 0 100%; min-width: 0; margin: 0; scroll-snap-align: start; scroll-snap-stop: always; display: grid; grid-template-columns: minmax(0, 1fr) 330px; border-radius: 28px; overflow: hidden; background: #fff; border: 1px solid var(--border); }
.t-slide:only-child { grid-template-columns: minmax(0, 1fr) 300px; }
.t-main { position: relative; display: flex; flex-direction: column; gap: 22px; padding: 44px 52px 40px; isolation: isolate; }
.t-mark { position: absolute; z-index: -1; top: -18px; right: 30px; font-family: Georgia, 'Times New Roman', serif; font-size: 220px; line-height: 1; color: color-mix(in srgb, var(--accent) 11%, transparent); pointer-events: none; user-select: none; }
.t-main .stars .icon { width: 17px; height: 17px; }
.t-quote p { font-family: var(--font-display); font-size: clamp(1.2rem, 2.1vw, 1.65rem); font-weight: 650; line-height: 1.45; letter-spacing: -.02em; color: var(--ink-900); text-wrap: pretty; }
.t-author { display: flex; align-items: center; gap: 14px; margin-top: auto; padding-top: 6px; }
.t-author .avatar { --size: 52px; font-size: 17px; }
.t-author > span:last-child { display: flex; flex-direction: column; gap: 1px; min-width: 0; line-height: 1.35; }
.t-author b { font-size: 16px; font-weight: 700; color: var(--ink-900); }
.t-author small { font-size: 14px; color: var(--ink-600); }
.t-author .t-place { display: inline-flex; align-items: center; gap: 5px; color: var(--text-3); font-size: 13px; }
.t-author .t-place .icon { width: 13px; height: 13px; }
.t-side { display: flex; flex-direction: column; justify-content: center; align-items: flex-start; gap: 6px; padding: 36px 34px; background: radial-gradient(300px 220px at 100% 0%, color-mix(in srgb, var(--accent) 22%, transparent), transparent 70%), linear-gradient(165deg, color-mix(in srgb, var(--accent) 9%, #fff), color-mix(in srgb, var(--accent) 3%, #fff)); border-left: 1px solid color-mix(in srgb, var(--accent) 14%, var(--border)); }
.t-side .p-icon { --s: 56px; margin-bottom: 10px; background: #fff; box-shadow: 0 14px 30px -18px color-mix(in srgb, var(--accent) 70%, transparent); }
.t-side .p-icon .icon { width: 26px; height: 26px; }
.t-side-label { font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: color-mix(in srgb, var(--accent) 70%, var(--ink-900)); }
.t-side-name { font-family: var(--font-display); font-size: 23px; font-weight: 800; letter-spacing: -.025em; color: var(--ink-900); }
.t-side-tagline { font-size: 14.5px; line-height: 1.5; color: var(--ink-600); }
.t-side-links { display: flex; flex-direction: column; gap: 8px; margin-top: 14px; }
.t-side-links .link { font-size: 14.5px; }
.t-controls { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-top: 22px; }
.t-carousel:not(.is-ready) .t-controls { display: none; }
.t-dots { display: flex; align-items: center; gap: 4px; flex-wrap: wrap; }
.t-dot { display: grid; place-items: center; height: 32px; padding: 0 4px; border-radius: 99px; cursor: pointer; }
.t-dot-bar { position: relative; display: block; width: 26px; height: 8px; border-radius: 99px; overflow: hidden; background: var(--ink-200); transition: width .35s var(--ease), background .2s var(--ease); }
.t-dot:hover .t-dot-bar { background: var(--ink-300); }
.t-dot[aria-current] .t-dot-bar { width: 58px; background: color-mix(in srgb, var(--brand-500) 22%, #fff); }
.t-dot-bar i { position: absolute; inset: 0; border-radius: inherit; background: var(--grad-brand); transform-origin: left center; transform: scaleX(0); }
.t-dot[aria-current] .t-dot-bar i { transform: scaleX(var(--t-progress, 1)); }
.t-dot:focus-visible { outline: none; box-shadow: 0 0 0 3px var(--ring-color); }
.t-buttons { display: flex; gap: 8px; }
.t-btn { width: 46px; height: 46px; border-radius: 50%; display: grid; place-items: center; background: #fff; border: 1px solid var(--border); color: var(--ink-800); cursor: pointer; transition: background .15s var(--ease), color .15s var(--ease), border-color .15s var(--ease), transform .15s var(--ease); }
.t-btn .icon { width: 18px; height: 18px; }
.t-btn:hover { background: var(--ink-900); border-color: var(--ink-900); color: #fff; }
.t-btn:active { transform: scale(.95); }
.t-btn:focus-visible { outline: none; box-shadow: 0 0 0 4px var(--ring-color); }
.t-btn .t-icon-play { display: none; }
.t-carousel.is-stopped .t-btn .t-icon-play { display: grid; }
.t-carousel.is-stopped .t-btn .t-icon-pause { display: none; }
.t-btn > span { display: grid; place-items: center; }
@media (max-width: 900px) {
  .t-slide, .t-slide:only-child { grid-template-columns: 1fr; }
  .t-main { padding: 30px 26px 26px; gap: 18px; }
  .t-mark { font-size: 160px; top: -12px; right: 16px; }
  .t-side { flex-direction: row; flex-wrap: wrap; align-items: center; gap: 4px 14px; padding: 20px 26px; border-left: 0; border-top: 1px solid color-mix(in srgb, var(--accent) 14%, var(--border)); }
  .t-side .p-icon { --s: 44px; margin: 0; }
  .t-side .p-icon .icon { width: 21px; height: 21px; }
  .t-side-label { display: none; }
  .t-side-name { font-size: 18px; }
  .t-side-tagline { flex-basis: 100%; order: 3; }
  .t-side-links { flex-direction: row; flex-wrap: wrap; gap: 6px 16px; margin-top: 4px; order: 4; flex-basis: 100%; }
}
@media (max-width: 560px) { .t-btn { width: 42px; height: 42px; } .t-dot-bar { width: 20px; } .t-dot[aria-current] .t-dot-bar { width: 44px; } }

/* --------------------------------------------------------------------------
   Home: why businesses switch
   -------------------------------------------------------------------------- */
.switch-wrap { border-radius: 26px; border: 1px solid rgba(255, 255, 255, .1); background: rgba(255, 255, 255, .03); backdrop-filter: blur(8px); overflow: hidden; }
.switch-table { width: 100%; border-collapse: separate; border-spacing: 0; table-layout: fixed; }
.switch-table th, .switch-table td { padding: 17px 22px; text-align: left; vertical-align: middle; border-bottom: 1px solid rgba(255, 255, 255, .07); }
.switch-table tbody tr:last-child > * { border-bottom: 0; }
.switch-table thead th { padding-top: 22px; padding-bottom: 18px; font-size: 14.5px; font-weight: 650; color: rgba(226, 229, 245, .8); white-space: nowrap; }
.switch-table thead th .icon { width: 17px; height: 17px; margin-right: 6px; color: rgba(226, 229, 245, .5); }
.switch-table thead th:first-child { width: 22%; }
.switch-table thead th.is-us { width: 31%; color: #fff; font-family: var(--font-display); font-size: 17px; font-weight: 800; letter-spacing: -.02em; }
.switch-table thead th.is-us svg { width: 24px; height: 24px; vertical-align: -6px; margin-right: 8px; filter: drop-shadow(0 4px 12px rgba(123, 97, 255, .55)); }
.switch-table .is-us { background: linear-gradient(180deg, rgba(123, 97, 255, .16), rgba(123, 97, 255, .08)); box-shadow: inset 1px 0 rgba(160, 140, 255, .28), inset -1px 0 rgba(160, 140, 255, .28); }
.switch-table thead .is-us { box-shadow: inset 1px 0 rgba(160, 140, 255, .28), inset -1px 0 rgba(160, 140, 255, .28), inset 0 2px #9b8cff; }
.switch-label { display: inline-flex; align-items: center; gap: 10px; font-size: 15px; font-weight: 650; color: #fff; }
.switch-label .icon { width: 18px; height: 18px; color: #b7aaff; flex-shrink: 0; }
.switch-cell { display: flex; align-items: flex-start; gap: 9px; font-size: 14.5px; line-height: 1.45; color: rgba(226, 229, 245, .66); }
.switch-cell .icon { width: 18px; height: 18px; flex-shrink: 0; margin-top: 1px; }
.switch-cell.yes .icon { color: #58d6a2; }
.switch-cell.partial .icon { color: #f3c262; }
.switch-cell.no .icon { color: #f08a8a; }
.is-us .switch-cell { color: #fff; font-weight: 550; }
.is-us .switch-cell.yes .icon { color: #7ef0bd; }
.switch-foot { display: flex; align-items: center; justify-content: space-between; gap: 20px 32px; flex-wrap: wrap; margin-top: 26px; padding: 22px 26px; border-radius: 22px; background: rgba(255, 255, 255, .05); border: 1px solid rgba(255, 255, 255, .1); }
.switch-migrate { display: flex; align-items: center; gap: 16px; max-width: 700px; }
.switch-migrate-icon { width: 48px; height: 48px; border-radius: 14px; flex-shrink: 0; display: grid; place-items: center; background: var(--grad-brand); color: #fff; box-shadow: 0 12px 28px -12px rgba(155, 77, 240, .8); }
.switch-migrate-icon .icon { width: 22px; height: 22px; }
.switch-migrate b { display: block; font-size: 16.5px; color: #fff; }
.switch-migrate span { font-size: 14.5px; line-height: 1.55; color: rgba(226, 229, 245, .7); }
.switch-actions { display: flex; gap: 10px; flex-wrap: wrap; }
@media (max-width: 860px) {
  .switch-wrap { background: none; border: 0; border-radius: 0; backdrop-filter: none; overflow: visible; }
  .switch-table, .switch-table tbody, .switch-table tr, .switch-table th, .switch-table td { display: block; width: auto !important; }
  .switch-table thead { display: none; }
  .switch-table tr { margin-bottom: 12px; border-radius: 20px; overflow: hidden; border: 1px solid rgba(255, 255, 255, .1); background: rgba(255, 255, 255, .04); }
  .switch-table th[scope="row"] { padding: 16px 18px 6px; border: 0; }
  .switch-table td { padding: 9px 18px; border: 0; border-top: 1px solid rgba(255, 255, 255, .06); }
  .switch-foot { padding: 20px; }
  .switch-migrate { flex-direction: column; align-items: flex-start; gap: 12px; }
  .switch-table td::before { content: attr(data-label); display: block; margin-bottom: 4px; font-size: 11.5px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: rgba(226, 229, 245, .45); }
  .switch-table td.is-us { box-shadow: none; background: linear-gradient(90deg, rgba(123, 97, 255, .2), rgba(123, 97, 255, .06)); }
  .switch-table td.is-us::before { color: #c9bfff; }
}

.demo-aside { display: flex; align-items: flex-start; gap: 10px; margin-top: 26px; padding: 14px 16px; border-radius: 14px; background: rgba(255, 255, 255, .7); border: 1px solid var(--border); font-size: 14.5px; line-height: 1.55; color: var(--ink-600); max-width: 560px; }
.demo-aside > .icon { width: 18px; height: 18px; color: var(--brand-600); flex-shrink: 0; margin-top: 2px; }
.demo-aside b { color: var(--ink-900); }

.plan-cta-alt { display: block; margin-top: 10px; text-align: center; font-size: 13.5px; font-weight: 600; color: var(--ink-600); }
.plan-cta-alt:hover { color: var(--brand-600); text-decoration: underline; text-underline-offset: 3px; }
.custom-offer { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr); gap: 56px; align-items: center; }
.custom-offer .display-2 { margin-top: 14px; }
.custom-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.custom-note { display: flex; align-items: center; gap: 9px; margin-top: 22px; font-size: 14.5px; color: rgba(226, 229, 245, .72); }
.custom-note .icon { width: 17px; height: 17px; color: #ffd27a; flex-shrink: 0; }
.custom-steps { list-style: none; margin: 0; padding: 0; display: grid; gap: 12px; counter-reset: none; }
.custom-steps li { display: flex; gap: 16px; align-items: flex-start; padding: 18px 20px; border-radius: 18px; background: rgba(255, 255, 255, .05); border: 1px solid rgba(255, 255, 255, .1); }
.custom-steps li > span { width: 34px; height: 34px; border-radius: 11px; flex-shrink: 0; display: grid; place-items: center; font-weight: 800; font-size: 15px; color: #fff; background: var(--grad-brand); }
.custom-steps b { display: block; font-size: 16px; color: #fff; }
.custom-steps small { display: block; margin-top: 3px; font-size: 14px; line-height: 1.5; color: rgba(226, 229, 245, .7); }
@media (max-width: 960px) { .custom-offer { grid-template-columns: 1fr; gap: 32px; } }

/* WhatsApp chat button */
.wa-float { position: fixed; right: 20px; bottom: 20px; z-index: 60; display: inline-flex; align-items: center; gap: 10px; height: 52px; padding: 0 18px 0 6px; border-radius: 99px; background: #fff; color: var(--ink-900); font-size: 15px; font-weight: 650; border: 1px solid var(--border); box-shadow: 0 16px 36px -14px rgba(15, 18, 34, .35), 0 2px 6px rgba(15, 18, 34, .08); transition: transform .2s var(--ease), box-shadow .2s var(--ease); }
.wa-float:hover { transform: translateY(-2px); box-shadow: 0 20px 40px -14px rgba(15, 18, 34, .4), 0 2px 6px rgba(15, 18, 34, .08); }
.wa-float:focus-visible { outline: none; box-shadow: 0 0 0 4px rgba(37, 211, 102, .35); }
.wa-float-icon { width: 40px; height: 40px; border-radius: 50%; display: grid; place-items: center; background: #25d366; color: #fff; }
.wa-float-icon .icon { width: 22px; height: 22px; }
@media (max-width: 640px) { .wa-float { right: 14px; bottom: 14px; height: 56px; width: 56px; padding: 0; justify-content: center; border: 0; background: #25d366; } .wa-float-icon { width: 56px; height: 56px; } .wa-float-icon .icon { width: 26px; height: 26px; } .wa-float-text { display: none; } }
@media print { .wa-float { display: none !important; } }

/* Full customisation package + WhatsApp buttons */
.btn-whatsapp { background: #0e7a45; color: #fff; box-shadow: 0 1px 2px rgba(15, 18, 34, .14), inset 0 1px 0 rgba(255, 255, 255, .14); }
.btn-whatsapp:hover { background: #0b6a3b; color: #fff; }
.btn-whatsapp .icon { width: 18px; height: 18px; }
.plan-card.custom { grid-column: 1 / -1; display: grid; grid-template-columns: minmax(0, 1fr) 330px; gap: 28px 36px; padding: 30px 32px; border: 1.5px solid color-mix(in srgb, var(--brand-500) 26%, var(--border)); background: radial-gradient(520px 260px at 100% 0%, rgba(247, 130, 58, .08), transparent 70%), radial-gradient(520px 300px at 0% 100%, rgba(106, 85, 250, .07), transparent 70%), #fff; }
.plan-card.custom .plan-headline { min-height: 0; font-size: 15px; }
.plan-card.custom .plan-name { justify-content: flex-start; gap: 12px; }
.plan-card.custom .plan-name h3 { font-family: var(--font-display); font-size: 22px; font-weight: 800; letter-spacing: -.025em; }
.plan-features-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 26px; }
.plan-features-2 li.head { grid-column: 1 / -1; }
.plan-custom-side { display: flex; flex-direction: column; justify-content: center; gap: 10px; padding: 24px; border-radius: 20px; background: var(--ink-50); border: 1px solid var(--border); }
.plan-custom-label { font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--text-3); }
.plan-custom-price { font-family: var(--font-display); font-size: 32px; font-weight: 800; letter-spacing: -.035em; line-height: 1.1; color: var(--ink-900); }
.plan-custom-sub { margin: -2px 0 6px; font-size: 13.5px; line-height: 1.5; color: var(--ink-600); }
.plan-custom-note { display: flex; align-items: center; justify-content: center; gap: 6px; margin-top: 2px; font-size: 12.5px; color: var(--text-3); }
.plan-custom-note .icon { width: 14px; height: 14px; color: var(--success); }
@media (max-width: 960px) { .plan-card.custom { grid-template-columns: 1fr; padding: 26px; } .plan-features-2 { grid-template-columns: 1fr; } }
.p-hero-note .p-hero-wa { display: inline-flex; align-items: center; gap: 6px; font-weight: 650; color: #0e7a45; }
.p-hero-note .p-hero-wa .icon { color: #0e7a45; }
.p-hero-note .p-hero-wa:hover { text-decoration: underline; text-underline-offset: 3px; }
.subnav .subnav-wa { margin-left: auto; width: 36px; padding: 0; justify-content: center; color: #fff; background: #0e7a45; }
.subnav .subnav-wa:hover { background: #0b6a3b; color: #fff; }
.subnav .subnav-wa .icon { width: 18px; height: 18px; }
.subnav .subnav-wa + .subnav-cta { margin-left: 8px; }
