:root {
  --page: #f5f5fa;
  --surface: #ffffff;
  --surface-soft: #f1f4f8;
  --text: #474c5d;
  --heading: #2f2e35;
  --muted: #7b7f8e;
  --line: rgba(13, 22, 47, 0.1);
  --brand-purple: #7e16fc;
  --brand-violet: #9948ff;
  --brand-lilac: #dbacfe;
  --brand-orange: #fa5b19;
  --brand-apricot: #feb36f;
  --brand-peach: #ffd59b;
  --pink: var(--brand-purple);
  --purple: var(--brand-violet);
  --orange: var(--brand-orange);
  --teal: #51cfc7;
  --shadow: 0 2px 20px rgba(14, 14, 19, 0.05);
  --shadow-lg: 0 12px 45px rgba(28, 30, 45, 0.1);
  --radius: 12px;
  color-scheme: light;
}

* { box-sizing: border-box; }
.image-fallback { padding: 16% !important; background: var(--surface-soft) !important; object-fit: contain !important; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  background: var(--page);
  color: var(--text);
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 15px;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
}
html[lang="zh-CN"] body {
  font-family: "Noto Sans SC", "Noto Sans TC", "PingFang SC", "Microsoft YaHei", sans-serif;
  line-height: 1.85;
  text-rendering: optimizeLegibility;
}
html[lang="zh-CN"] h1,
html[lang="zh-CN"] h2,
html[lang="zh-CN"] h3,
html[lang="zh-CN"] h4,
html[lang="zh-CN"] h5,
html[lang="zh-CN"] h6 {
  letter-spacing: .025em;
  line-height: 1.4;
}
html[lang="zh-CN"] .hero-copy h1 { font-size: clamp(35px, 3.35vw, 42px); }
body.dark {
  --page: #1c2025;
  --surface: #262b31;
  --surface-soft: #22272d;
  --text: #c9cdd4;
  --heading: #f6f7f9;
  --muted: #a3a8b1;
  --line: rgba(255, 255, 255, 0.1);
  --shadow: 0 2px 20px rgba(0, 0, 0, 0.18);
  color-scheme: dark;
}
body.locked { overflow: hidden; }
.skip-link { position: fixed; z-index: 10001; top: 10px; left: 10px; padding: 10px 15px; border-radius: 8px; background: var(--heading); color: var(--surface); font-size: 13px; font-weight: 800; transform: translateY(-160%); transition: transform .2s ease; }
.skip-link:focus { outline: 3px solid var(--brand-orange); outline-offset: 3px; transform: translateY(0); }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }
h1, h2, h3, h4, h5, h6 { margin: 0; color: var(--heading); line-height: 1.35; }
p { margin: 0; }
.wide-container { width: min(1245px, calc(100% - 40px)); margin-inline: auto; }
.site-header { display: contents; }
.top-strip {
  position: relative;
  z-index: 61;
  min-height: 36px;
  background: linear-gradient(100deg, var(--brand-purple), var(--brand-violet) 42%, var(--brand-orange) 76%, var(--brand-apricot));
  color: #fff;
  font-size: 12px;
  font-weight: 500;
}
.top-strip-inner { min-height: 36px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.top-links, .social-mini { display: flex; align-items: center; gap: 14px; }
.social-mini a { display: grid; min-width: 18px; height: 22px; place-items: center; font-weight: 700; }
.top-links a:hover, .social-mini a:hover { opacity: 0.75; }
.nav-shell {
  position: sticky;
  top: 0;
  z-index: 60;
  height: 75px;
  background: var(--surface);
  box-shadow: 0 4px 24px rgba(25, 28, 42, 0.045);
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}
.nav-shell.scrolled { box-shadow: 0 10px 38px rgba(25, 28, 42, 0.12); }
.nav-inner { position: relative; height: 100%; display: grid; grid-template-columns: 145px minmax(0, 1fr) max-content; align-items: center; }
.brand { display: inline-flex; align-items: center; justify-self: start; }
.brand img { width: 96px; height: auto; max-height: 52px; object-fit: contain; }
.desktop-nav { display: flex; min-width: 0; height: 100%; align-items: center; justify-content: center; gap: 2px; }
.desktop-nav-link { position: relative; display: flex; min-height: 40px; align-items: center; padding: 8px 13px; border-radius: 9px; color: var(--heading); font-size: 14px; font-weight: 600; white-space: nowrap; }
.desktop-nav > .desktop-nav-link:hover, .desktop-nav > .desktop-nav-link.active, .desktop-nav-item:hover .desktop-nav-trigger, .desktop-nav-item.active .desktop-nav-trigger, .desktop-nav-item.open .desktop-nav-trigger, .desktop-nav-item:focus-within .desktop-nav-trigger { background: linear-gradient(135deg, rgba(123,20,255,.07), rgba(255,87,25,.055)); }
.desktop-nav > .desktop-nav-link.active, .desktop-nav-item.active .desktop-nav-trigger { box-shadow: inset 0 0 0 1px rgba(123,20,255,.12), 0 5px 14px rgba(69, 35, 120, .07); }
body.dark .desktop-nav > .desktop-nav-link:hover, body.dark .desktop-nav > .desktop-nav-link.active, body.dark .desktop-nav-item:hover .desktop-nav-trigger, body.dark .desktop-nav-item.active .desktop-nav-trigger, body.dark .desktop-nav-item.open .desktop-nav-trigger, body.dark .desktop-nav-item:focus-within .desktop-nav-trigger { background: rgba(255,255,255,.08); }
body.dark .desktop-nav > .desktop-nav-link.active, body.dark .desktop-nav-item.active .desktop-nav-trigger { box-shadow: inset 0 0 0 1px rgba(255,255,255,.08), 0 5px 14px rgba(0,0,0,.16); }
.desktop-nav-item { position: static; display: flex; height: 100%; align-items: center; }
.desktop-nav-trigger { display: flex; min-height: 40px; align-items: center; border-radius: 9px; transition: background .2s ease, box-shadow .2s ease; }
.desktop-nav-trigger .desktop-nav-link { min-height: 40px; padding-right: 4px; border-radius: 9px 0 0 9px; }
.mega-toggle { display: grid; width: 26px; height: 40px; margin-right: 4px; padding: 0; place-items: center; border: 0; border-radius: 0 9px 9px 0; background: transparent; color: var(--muted); cursor: pointer; }
.mega-toggle svg { width: 13px; height: 13px; fill: none; stroke: currentColor; stroke-width: 2; transition: transform .25s ease; }
.desktop-nav-item.open .mega-toggle svg { transform: rotate(180deg); }
.desktop-nav-link:focus-visible, .mega-toggle:focus-visible, .mega-panel a:focus-visible, .help-dropdown-toggle:focus-visible, .help-dropdown-panel a:focus-visible { outline: 2px solid var(--pink); outline-offset: 2px; }
.mega-panel { position: absolute; z-index: 8; top: calc(100% - 2px); right: 0; left: 0; padding-top: 12px; opacity: 0; visibility: hidden; pointer-events: none; transform: translateY(10px); transition: opacity .2s ease, visibility .2s ease, transform .25s cubic-bezier(.2,.8,.2,1); }
.desktop-nav-item.open .mega-panel { opacity: 1; visibility: visible; pointer-events: auto; transform: none; }
@media (hover: hover) and (pointer: fine) {
  .desktop-nav-item:not(.help-dropdown-item):hover .mega-panel { opacity: 1; visibility: visible; pointer-events: auto; transform: none; }
  .desktop-nav-item:not(.help-dropdown-item):hover .mega-toggle svg { transform: rotate(180deg); }
  .help-dropdown-item:hover .help-dropdown-panel { opacity: 1; visibility: visible; pointer-events: auto; transform: none; }
  .help-dropdown-item:hover .mega-toggle svg, .help-dropdown-item:hover .help-dropdown-toggle > svg { transform: rotate(180deg); }
}
.mega-panel-inner { max-height: calc(100vh - 130px); overflow: auto; border: 1px solid var(--line); border-radius: 14px; background: var(--surface); box-shadow: 0 22px 60px rgba(25,28,42,.16); }
.mega-panel-head { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 28px 30px 18px; }
.mega-panel-head .dot-title { margin: 0; font-size: 17px; }
.mega-panel-head > a { color: var(--pink); font-size: 12px; font-weight: 700; }
.mega-panel-head > a:hover { text-decoration: underline; }
.mega-post-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px 44px; padding: 8px 30px 28px; }
.mega-post-grid.mega-category-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; }
.mega-post { display: grid; min-width: 0; grid-template-columns: 62px minmax(0, 1fr); align-items: center; gap: 15px; border-radius: 10px; }
.mega-post img { width: 62px; height: 62px; border-radius: 50%; object-fit: cover; box-shadow: 0 0 0 3px var(--surface), 0 0 0 4px var(--line); transition: transform .35s cubic-bezier(.2,.8,.2,1); }
.mega-post:hover img { transform: rotate(-5deg) scale(1.06); }
.mega-post span { display: grid; min-width: 0; line-height: 1.35; }
.mega-post strong { display: -webkit-box; overflow: hidden; color: var(--heading); font-size: 12px; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.mega-post small { margin-top: 6px; color: var(--muted); font-size: 10px; }
.mega-category-card small b { color: var(--pink); }
.mega-topics { display: flex; align-items: center; flex-wrap: wrap; gap: 11px 22px; padding: 18px 30px 22px; border-top: 1px solid var(--line); font-size: 12px; }
.mega-topics strong { color: var(--heading); }
.mega-topics a { color: var(--text); }
.mega-topics a span { margin-right: 3px; color: var(--pink); font-weight: 800; }
.mega-topics a:hover { color: var(--pink); }
.mega-hub .mega-panel-inner { padding: 30px; }
.mega-hub-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 12px; }
.mega-hub-link { position: relative; display: grid; min-width: 0; grid-template-columns: 42px minmax(0, 1fr); align-items: start; gap: 13px; padding: 16px 13px; border: 1px solid transparent; border-radius: 11px; background: var(--surface-soft); transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
.mega-hub-link:hover { border-color: var(--line); transform: translateY(-3px); box-shadow: var(--shadow); }
.mega-hub-link > i { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 9px; background: linear-gradient(135deg, rgba(123,20,255,.13), rgba(255,87,25,.13)); color: var(--pink); font-style: normal; font-size: 18px; }
.mega-hub-link > span { min-width: 0; line-height: 1.35; }
.mega-hub-link strong { display: block; color: var(--heading); font-size: 12px; }
.mega-hub-link small { display: -webkit-box; margin-top: 7px; overflow: hidden; color: var(--muted); font-size: 9px; line-height: 1.55; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.mega-hub-link > b { position: absolute; right: 11px; bottom: 8px; color: var(--pink); font-size: 11px; transition: transform .25s ease; }
.mega-hub-link:hover > b { transform: translateX(3px); }
.help-dropdown-item { position: relative; }
.help-dropdown-toggle { min-width: 76px; padding: 0 9px 0 0; border: 0; background: transparent; color: var(--heading); cursor: pointer; font: inherit; }
.help-dropdown-toggle .desktop-nav-link { padding-right: 5px; pointer-events: none; }
.help-dropdown-toggle > svg { width: 13px; height: 13px; flex: 0 0 auto; fill: none; stroke: var(--muted); stroke-width: 2; transition: transform .25s ease; }
.help-dropdown-item.open .help-dropdown-toggle > svg { transform: rotate(180deg); }
.help-dropdown-panel { position: absolute; z-index: 9; top: calc(100% - 5px); right: 0; width: 225px; padding-top: 10px; opacity: 0; visibility: hidden; pointer-events: none; transform: translateY(8px) scale(.98); transform-origin: top right; transition: opacity .18s ease, visibility .18s ease, transform .22s cubic-bezier(.2,.8,.2,1); }
.help-dropdown-item.open .help-dropdown-panel { opacity: 1; visibility: visible; pointer-events: auto; transform: none; }
.services-dropdown-panel, .portfolio-dropdown-panel, .courses-dropdown-panel, .tools-dropdown-panel { right: auto; left: 0; transform-origin: top left; }
.help-dropdown-inner { display: grid; gap: 3px; padding: 8px; border: 1px solid var(--line); border-radius: 13px; background: var(--surface); box-shadow: 0 18px 48px rgba(25,28,42,.17); }
.help-dropdown-link { display: grid; grid-template-columns: 34px minmax(0,1fr) 16px; align-items: center; gap: 10px; min-height: 48px; padding: 7px 9px; border-radius: 9px; color: var(--heading); font-size: 12px; font-weight: 700; transition: color .2s ease, background .2s ease, transform .2s ease; }
.help-dropdown-link i { display: grid; width: 32px; height: 32px; place-items: center; border-radius: 9px; background: linear-gradient(135deg, rgba(126,22,252,.11), rgba(250,91,25,.11)); color: var(--pink); font-style: normal; }
.help-dropdown-link i svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.help-dropdown-link b { color: var(--pink); font-size: 11px; transition: transform .2s ease; }
.help-dropdown-link:hover { background: var(--surface-soft); color: var(--pink); transform: translateX(2px); }
.help-dropdown-link:hover b { transform: translateX(2px); }
body.dark .help-dropdown-inner { box-shadow: 0 18px 48px rgba(0,0,0,.38); }
.nav-actions { display: flex; align-items: center; justify-content: flex-end; gap: 10px; white-space: nowrap; }
.language-switcher { position: relative; z-index: 4; }
.language-switcher summary { display: flex; min-width: 68px; height: 36px; align-items: center; justify-content: center; gap: 6px; padding: 0 10px 0 8px; border: 1px solid rgba(126,22,252,.17); border-radius: 20px; background: linear-gradient(135deg, var(--surface), var(--surface-soft)); color: var(--heading); font-size: 11px; font-weight: 800; cursor: pointer; list-style: none; box-shadow: 0 3px 12px rgba(40,31,70,.06); transition: border-color .22s ease, box-shadow .22s ease, transform .22s ease, background .22s ease; }
.language-switcher summary::-webkit-details-marker { display: none; }
.language-switcher summary::after { width: 6px; height: 6px; margin: -3px 0 0 1px; border-right: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor; opacity: .55; transform: rotate(45deg); transition: transform .22s ease, margin .22s ease; content: ""; }
.language-switcher summary:hover, .language-switcher summary:focus-visible, .language-switcher[open] summary { border-color: rgba(126,22,252,.46); background: linear-gradient(135deg, rgba(126,22,252,.1), rgba(250,91,25,.08)); box-shadow: 0 7px 20px rgba(126,22,252,.14); transform: translateY(-1px); outline: none; }
.language-switcher[open] summary::after { margin-top: 3px; transform: rotate(225deg); }
.language-switcher > div { position: absolute; top: calc(100% + 11px); right: 0; display: grid; min-width: 188px; padding: 8px; overflow: hidden; border: 1px solid rgba(126,22,252,.16); border-radius: 14px; background: var(--surface); box-shadow: 0 18px 48px rgba(27,23,42,.18); }
.language-switcher > div::before { position: absolute; inset: -10px 0 auto; height: 10px; content: ''; }
.language-switcher[open] > div { animation: language-menu-in .2s cubic-bezier(.2,.8,.2,1); }
@keyframes language-menu-in { from { opacity: 0; transform: translateY(-7px) scale(.98); }to { opacity: 1; transform: none; } }
.language-switcher a { position: relative; display: flex; min-height: 43px; align-items: center; gap: 10px; padding: 8px 34px 8px 9px; border-radius: 10px; color: var(--text); font-size: 12px; font-weight: 600; transition: color .2s ease, background .2s ease, transform .2s ease; }
.language-flag { display: inline-flex; min-width: 23px; height: 23px; align-items: center; justify-content: center; border-radius: 50%; background: rgba(126,22,252,.07); box-shadow: inset 0 0 0 1px rgba(126,22,252,.07); font-family: "Apple Color Emoji", "Segoe UI Emoji", sans-serif; font-size: 16px; line-height: 1; }
.language-switcher a::after { position: absolute; right: 12px; opacity: 0; color: var(--pink); font-size: 12px; font-weight: 800; transform: scale(.5); transition: opacity .2s ease, transform .2s ease; content: "✓"; }
.language-switcher a:hover { background: linear-gradient(90deg, rgba(126,22,252,.09), rgba(250,91,25,.06)); color: var(--heading); transform: translateX(2px); }
.language-switcher a.active { background: linear-gradient(90deg, rgba(126,22,252,.12), rgba(250,91,25,.075)); color: var(--pink); }
.language-switcher a.active::after { opacity: 1; transform: scale(1); }
.language-switcher a:focus-visible { outline: 2px solid var(--pink); outline-offset: -2px; }
.drawer-languages { display: flex; gap: 8px; margin: 20px 0 0; }
.drawer-languages a { display: flex; min-width: 0; min-height: 62px; flex: 1; flex-direction: column; align-items: center; justify-content: center; gap: 5px; padding: 8px 5px; border: 1px solid var(--line); border-radius: 11px; background: var(--surface-soft); text-align: center; font-size: 10px; line-height: 1.25; transition: border-color .22s ease, background .22s ease, box-shadow .22s ease, transform .22s ease; }
.drawer-languages a:hover, .drawer-languages a:focus-visible { border-color: rgba(126,22,252,.42); background: linear-gradient(135deg, rgba(126,22,252,.09), rgba(250,91,25,.07)); box-shadow: 0 7px 18px rgba(126,22,252,.1); transform: translateY(-2px); outline: none; }
.drawer-languages a.active { border-color: var(--pink); background: linear-gradient(135deg, rgba(126,22,252,.13), rgba(250,91,25,.08)); color: var(--pink); font-weight: 800; }
.join-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 36px;
  padding: 7px 20px;
  border: 0;
  border-radius: 5px;
  background: linear-gradient(110deg, var(--brand-purple), var(--brand-violet) 44%, var(--brand-orange));
  color: white;
  font-size: 13px;
  font-weight: 600;
  box-shadow: 0 7px 18px rgba(123, 20, 255, 0.2);
}
.join-button svg { width: 14px; height: 14px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.join-button:hover { transform: translateY(-1px); filter: saturate(1.08); }
.icon-button, .theme-button {
  display: grid;
  width: 34px;
  height: 34px;
  padding: 0;
  place-items: center;
  border: 0;
  background: transparent;
  border-radius: 50%;
  cursor: pointer;
}
.icon-button:hover { background: var(--surface-soft); }
.icon-button svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-width: 1.6; }
.theme-button { position: relative; width: 50px; height: 28px; flex: 0 0 50px; border: 0; background: transparent; border-radius: 20px; }
.theme-track { position: relative; display: flex; width: 50px; height: 28px; align-items: center; justify-content: space-between; padding: 0 6px; overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: #eef0f3; color: #9ba0aa; box-shadow: inset 0 1px 3px rgba(14,22,47,.06); transition: background .25s ease, border-color .25s ease; }
.theme-track i { position: relative; z-index: 2; width: 14px; font-size: 11px; font-style: normal; line-height: 1; }
.theme-track i:first-child { color: #d9a918; }
.theme-knob { position: absolute; z-index: 1; top: 3px; left: 3px; width: 20px; height: 20px; border-radius: 50%; background: white; box-shadow: 0 2px 7px rgba(20,24,35,.18); transition: transform .25s cubic-bezier(.2,.8,.2,1), background .25s ease; }
body.dark .theme-track { border-color: rgba(255,255,255,.12); background: #171b20; }
body.dark .theme-knob { transform: translateX(22px); background: #555d68; }
.menu-button { display: none; }

/* Home */
.hero-section { position: relative; min-height: 670px; overflow: hidden; background: var(--surface); }
.hero-grid { position: relative; z-index: 2; min-height: 670px; display: grid; grid-template-columns: 45% 55%; align-items: center; }
.hero-copy { padding-right: 15px; }
.hero-eyebrow { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 15px; color: var(--brand-purple); font-size: 10px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; }
.hero-eyebrow::before { width: 8px; height: 8px; border-radius: 50%; background: var(--brand-orange); box-shadow: 0 0 0 4px rgba(250,91,25,.11); content: ""; }
.hero-copy h1 { font-size: clamp(38px, 3.35vw, 45px); font-weight: 650; letter-spacing: -1.5px; line-height: 1.25; }
.hero-copy h1 span { background: linear-gradient(90deg, var(--brand-purple), var(--brand-violet) 44%, var(--brand-orange) 82%, var(--brand-apricot)); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero-copy > p { max-width: 590px; margin-top: 19px; color: #6a6d85; font-size: 16px; line-height: 1.75; }
body.dark .hero-copy > p { color: var(--text); }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
.hero-actions > a { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; gap: 10px; padding: 10px 20px; border-radius: 10px; font-size: 11px; font-weight: 850; transition: border-color .25s ease, box-shadow .25s ease, color .25s ease, transform .25s ease; }
.hero-primary-action { background: linear-gradient(110deg,var(--brand-purple),var(--brand-orange)); color: #fff; box-shadow: 0 12px 28px rgba(126,22,252,.2); }
.hero-primary-action:hover { box-shadow: 0 16px 34px rgba(126,22,252,.3); transform: translateY(-3px); }
.hero-primary-action b { transition: transform .2s ease; }.hero-primary-action:hover b { transform: translateX(3px); }
.hero-secondary-action { border: 1px solid var(--line); background: var(--surface); color: var(--heading); box-shadow: var(--shadow); }
.hero-secondary-action:hover { border-color: rgba(126,22,252,.32); color: var(--brand-purple); transform: translateY(-3px); }
.hero-trust-line { display: flex; align-items: center; flex-wrap: wrap; gap: 8px 17px; margin-top: 17px; color: var(--muted); font-size: 9px; font-weight: 700; letter-spacing: .25px; }
.hero-trust-line span { display: inline-flex; align-items: center; gap: 7px; }.hero-trust-line span::before { width: 5px; height: 5px; border-radius: 50%; background: var(--brand-orange); content: ""; }.hero-trust-line span:first-child::before { background: var(--brand-purple); }
.expert-row { display: flex; align-items: center; gap: 18px; min-height: 62px; margin-top: 12px; }
.expert-row > strong { color: var(--heading); text-decoration: underline; }
.expert-logos { display: flex; align-items: center; gap: 12px; }
.expert-logos img { width: 42px; height: 42px; object-fit: contain; border-radius: 9px; transition: transform .35s cubic-bezier(.2,.8,.2,1); }
.expert-logos img:hover { transform: translateY(-5px) rotate(-7deg) scale(1.08); }
.hero-portrait { align-self: stretch; display: flex; align-items: flex-end; justify-content: flex-end; }
.hero-portrait img { width: min(690px, 100%); max-height: 650px; object-fit: contain; object-position: right bottom; animation: portrait-float 7s ease-in-out infinite; transform-origin: 58% 70%; }
.triangle { position: absolute; z-index: 1; width: 0; height: 0; border-left: 9px solid transparent; border-right: 9px solid transparent; border-bottom: 16px solid rgba(126, 154, 234, 0.34); animation: float 6s ease-in-out infinite; }
.triangle.t1 { left: 14%; top: 64%; border-bottom-color: rgba(76, 211, 200, .34); }
.triangle.t2 { left: 69%; top: 19%; animation-delay: -2s; border-bottom-color: rgba(255, 139, 126, .3); }
.triangle.t3 { left: 37%; top: 43%; animation-delay: -4s; }
@keyframes float { 50% { transform: translateY(-14px) rotate(8deg); } }
@keyframes portrait-float { 50% { transform: translateY(-9px) rotate(.7deg); } }
[data-hero-parallax] { translate: var(--hero-parallax-x, 0) var(--hero-parallax-y, 0); transition: translate .35s cubic-bezier(.2,.8,.2,1); }
.hero-scroll-cue { position: absolute; z-index: 4; right: 18px; bottom: 38px; display: grid; justify-items: center; gap: 7px; color: var(--muted); }
.hero-scroll-cue span { writing-mode: vertical-rl; font-size: 8px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; }
.hero-scroll-cue i { width: 1px; height: 52px; background: linear-gradient(var(--line),var(--muted)); }
.hero-scroll-cue b { width: 5px; height: 5px; border-radius: 50%; background: var(--brand-orange); box-shadow: 0 0 0 4px rgba(250,91,25,.1); animation: hero-scroll-pulse 1.8s ease-in-out infinite; }
.hero-scroll-cue:hover { color: var(--brand-purple); }
@keyframes hero-scroll-pulse { 50% { box-shadow: 0 0 0 9px rgba(250,91,25,0); transform: translateY(3px); } }
.hero-skill-marquee { position: relative; z-index: 3; overflow: hidden; padding: 4px 0 38px; border-bottom: 1px solid var(--line); background: var(--surface); }
.hero-skill-marquee::before, .hero-skill-marquee::after { content: ""; position: absolute; z-index: 2; inset: 0 auto 0 0; width: clamp(20px,5vw,90px); pointer-events: none; background: linear-gradient(90deg,var(--surface),transparent); }
.hero-skill-marquee::after { right: 0; left: auto; transform: scaleX(-1); }
.hero-skill-track { display: flex; width: max-content; will-change: transform; animation: hero-skill-marquee 32s linear infinite; }
.hero-skill-set { display: flex; gap: 20px; padding-right: 20px; }
.hero-skill-marquee:hover .hero-skill-track, .hero-skill-marquee:focus-within .hero-skill-track { animation-play-state: paused; }
.skill-pill { display: flex; min-width: 230px; min-height: 72px; padding: 10px 18px; align-items: center; gap: 14px; border: 1px solid var(--line); border-radius: 9px; background: var(--surface); color: var(--heading); font-size: 14px; font-weight: 700; box-shadow: 0 10px 25px rgba(30,32,48,.07); transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease; }
.skill-pill:hover { border-color: color-mix(in srgb,var(--brand-purple) 24%,var(--line)); box-shadow: 0 15px 32px rgba(71,31,142,.12); transform: translateY(-4px); }
.skill-pill i { display: grid; width: 48px; height: 48px; flex: 0 0 48px; place-items: center; border-radius: 7px; color: white; font-style: normal; font-size: 17px; box-shadow: 0 7px 18px rgba(42,46,63,.14); }
.skill-pill i.cyan { background: #56d0ee; }.skill-pill i.orange { background: #ff9a62; }.skill-pill i.violet { background: #9b61f4; }.skill-pill i.pink { background: #ff5886; }.skill-pill i.teal { background: #45b4b6; }.skill-pill i.coral { background: #ff747b; }.skill-pill i.navy { background: #484957; }
@keyframes hero-skill-marquee { to { transform: translateX(-50%); } }
.work-section { padding: 50px 0 58px; background: var(--surface); }
.section-label { display: flex; align-items: center; gap: 12px; margin-bottom: 30px; font-size: 17px; font-weight: 600; }
.section-label::before, .dot-title::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--brand-orange); box-shadow: 0 0 0 4px rgba(255, 87, 25, .11); }
.work-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; }
.work-card { position: relative; display: flex; min-width: 0; min-height: 250px; flex-direction: column; padding: 35px 34px 28px; overflow: hidden; border: 1px solid #e3e5eb; border-bottom: 5px solid var(--card); border-radius: 10px; background: var(--surface); box-shadow: var(--shadow); transition: transform .35s ease, box-shadow .35s ease; }
.work-card:hover { transform: translateY(-7px); box-shadow: var(--shadow-lg); }
.work-card::after { content: ""; position: absolute; inset: auto -35px -55px auto; width: 120px; height: 120px; border-radius: 50%; background: color-mix(in srgb, var(--card) 10%, transparent); }
.work-card.coral { --card: #ff7085; }.work-card.green { --card: #5acc78; }.work-card.blue { --card: #7190e9; }.work-card.orange { --card: #f48d59; }
.work-title { display: flex; align-items: flex-start; gap: 18px; }
.work-title i { display: grid; width: 46px; height: 46px; flex: 0 0 46px; place-items: center; border-radius: 7px; background: color-mix(in srgb, var(--card) 13%, white); color: var(--card); font-style: normal; font-size: 22px; }
.work-title h3 { font-size: 16px; }.work-title h3 small { display: block; margin-top: 3px; color: var(--heading); font-size: 14px; font-weight: 600; }
.work-card > p { min-height: 55px; margin: 25px 0 18px; color: var(--muted); }
.progress { position: relative; z-index: 1; height: 12px; flex: 0 0 12px; margin-top: auto; overflow: hidden; border-radius: 10px; background: #e8e9ed; }
.progress span { position: absolute; inset: 0 auto 0 0; min-width: 34px; border-radius: inherit; background: var(--card); }
.progress em { position: absolute; top: 50%; right: 7px; transform: translateY(-50%); color: white; font-size: 8px; font-style: normal; font-weight: 700; line-height: 1; }
.home-services-section { padding-top: 5px; }
.home-section-header { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; margin-bottom: 30px; }
.home-section-header .section-label { margin-bottom: 0; }
.home-section-header > div > p { max-width: 760px; margin-top: 12px; color: var(--muted); line-height: 1.75; }
.home-section-link { flex: 0 0 auto; color: var(--pink); font-size: 12px; font-weight: 700; }
.home-section-link:hover { color: var(--orange); }
.home-services-section { position: relative; padding: 86px 0 92px; overflow: hidden; border-block: 1px solid var(--line); background: linear-gradient(135deg,color-mix(in srgb,var(--brand-purple) 11%,var(--page)),var(--page) 48%,color-mix(in srgb,var(--brand-orange) 9%,var(--page))); }
.home-services-section::before { position: absolute; width: 520px; height: 520px; top: -390px; right: -80px; border: 70px solid rgba(126,22,252,.05); border-radius: 50%; box-shadow: 0 0 0 55px rgba(250,91,25,.025),0 0 0 110px rgba(126,22,252,.018); content: ""; }
.home-services-section > .wide-container { position: relative; z-index: 1; }
.home-courses-cards-section { background: linear-gradient(225deg,color-mix(in srgb,var(--brand-purple) 8%,var(--surface)),color-mix(in srgb,var(--brand-orange) 7%,var(--surface)) 52%,var(--page)); }
.home-courses-cards-section::before { right: auto; left: -80px; }
.home-services-head { display: flex; align-items: end; justify-content: space-between; gap: 34px; margin-bottom: 42px; }
.home-services-head > div > span { display: flex; align-items: center; gap: 11px; color: var(--brand-purple); font-size: 12px; font-weight: 800; letter-spacing: .9px; text-transform: uppercase; }
.home-services-head > div > span::before { width: 8px; height: 8px; border-radius: 50%; background: var(--brand-orange); box-shadow: 0 0 0 4px rgba(250,91,25,.11); content: ""; }
.home-services-head h2 { max-width: 720px; margin-top: 14px; color: var(--heading); font-size: clamp(34px,3.4vw,50px); line-height: 1.14; letter-spacing: -1.7px; }
.home-services-head p { max-width: 750px; margin-top: 15px; color: var(--muted); font-size: 13px; line-height: 1.75; }
.home-services-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 20px; }
.home-course-card-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
.home-service-card { --service-accent: var(--brand-purple); display: flex; min-width: 0; flex-direction: column; overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: var(--surface); box-shadow: var(--shadow); transition: border-color .35s ease,box-shadow .35s ease,transform .35s ease; }
.home-service-card.coral { --service-accent: #e94b77; }.home-service-card.blue { --service-accent: #5277e8; }.home-service-card.orange { --service-accent: var(--brand-orange); }
.home-service-card:hover { border-color: color-mix(in srgb,var(--service-accent) 45%,var(--line)); box-shadow: var(--shadow-lg); transform: translateY(-7px); }
.home-service-visual { position: relative; min-height: 185px; overflow: hidden; background: #17131f; }
.home-service-visual::after { position: absolute; inset: 32% 0 0; background: linear-gradient(180deg,transparent,rgba(17,13,24,.74)); content: ""; pointer-events: none; }
.home-service-visual > img { position: absolute; width: 100%; height: 100%; inset: 0; object-fit: cover; transition: filter .55s ease,transform .7s cubic-bezier(.2,.75,.25,1); }
.home-service-card:hover .home-service-visual > img { filter: saturate(1.06) contrast(1.02); transform: scale(1.045); }
.home-service-visual > strong { position: absolute; z-index: 2; display: flex; align-items: baseline; bottom: 14px; left: 16px; padding: 8px 12px; border: 1px solid rgba(255,255,255,.28); border-radius: 999px; background: rgba(17,13,24,.68); color: #fff; font-size: 16px; font-weight: 850; letter-spacing: -.5px; line-height: 1; box-shadow: 0 8px 25px rgba(0,0,0,.22); backdrop-filter: blur(9px); }
.home-service-visual > strong span { margin-left: 4px; color: color-mix(in srgb,var(--service-accent) 72%,#fff); font-size: .68em; letter-spacing: 0; }
.home-service-body { display: flex; min-height: 365px; flex: 1; flex-direction: column; align-items: flex-start; padding: 27px 25px 25px; }
.home-service-body > small { color: var(--service-accent); font-size: 10px; font-weight: 850; letter-spacing: 1.2px; }
.home-service-body h3 { margin-top: 10px; color: var(--heading); font-size: 21px; line-height: 1.25; }
.home-service-body p { margin-top: 15px; color: var(--muted); font-size: 13px; line-height: 1.75; }
.home-service-body .home-service-fit { color: var(--heading); font-size: 12px; font-weight: 700; line-height: 1.6; }
.home-service-body > a { display: inline-flex; align-items: center; gap: 9px; margin-top: auto; padding-top: 25px; color: var(--service-accent); font-size: 11px; font-weight: 850; letter-spacing: .35px; }
.home-service-body > a b { display: grid; width: 24px; height: 24px; place-items: center; border: 1px solid color-mix(in srgb,var(--service-accent) 40%,transparent); border-radius: 50%; transition: background .3s ease,color .3s ease,transform .3s ease; }
.home-service-body > a:hover b { background: var(--service-accent); color: #fff; transform: translateX(3px); }
.home-proof-section { position: relative; padding: 73px 0 70px; overflow: hidden; background: radial-gradient(circle at 82% 0,rgba(250,91,25,.2),transparent 28%),linear-gradient(125deg,#26123c,#4a1f70 56%,#5c214f); color: #fff; }
.home-proof-section::after { position: absolute; width: 410px; height: 410px; right: -230px; bottom: -300px; border: 60px solid rgba(255,255,255,.04); border-radius: 50%; box-shadow: 0 0 0 48px rgba(255,255,255,.025); content: ""; }
.home-proof-section > .wide-container { position: relative; z-index: 1; }
.home-proof-section header { display: grid; grid-template-columns: minmax(170px,.45fr) minmax(0,1fr); align-items: end; gap: 38px; }
.home-proof-section header > span { color: #ffb989; font-size: 10px; font-weight: 850; letter-spacing: 1px; text-transform: uppercase; }
.home-proof-section h2 { max-width: 800px; color: #fff; font-size: clamp(32px,3.5vw,49px); line-height: 1.13; letter-spacing: -1.5px; }
.home-proof-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); margin-top: 42px; overflow: hidden; border: 1px solid rgba(255,255,255,.12); border-radius: 18px; background: rgba(255,255,255,.055); backdrop-filter: blur(12px); }
.home-proof-grid article { display: grid; min-width: 0; min-height: 190px; align-content: start; gap: 19px; padding: 27px 25px; border-left: 1px solid rgba(255,255,255,.11); }
.home-proof-grid article:first-child { border-left: 0; }.home-proof-grid strong { color: #ffb989; font-size: 32px; font-weight: 800; letter-spacing: -1px; }.home-proof-grid h3 { color: #fff; font-size: 15px; line-height: 1.35; }.home-proof-grid p { margin-top: 8px; color: rgba(255,255,255,.68); font-size: 11px; line-height: 1.7; }
.home-proof-section footer { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-top: 26px; }.home-proof-section footer p { color: rgba(255,255,255,.67); font-size: 11px; }.home-proof-section footer a { display: inline-flex; flex: 0 0 auto; align-items: center; gap: 9px; color: #fff; font-size: 11px; font-weight: 800; }.home-proof-section footer a b { color: #ffb989; transition: transform .2s ease; }.home-proof-section footer a:hover b { transform: translateX(3px); }
.home-hub-section { padding: 62px 0; }
.home-portfolio-section { background: var(--page); }
.home-courses-section { background: var(--surface); }
.home-hub-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.home-portfolio-section .home-hub-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.home-hub-card { display: flex; min-width: 0; min-height: 270px; flex-direction: column; align-items: flex-start; padding: 35px 30px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); box-shadow: var(--shadow); transition: transform .35s ease, box-shadow .35s ease; }
.home-courses-section .home-hub-card { background: var(--page); }
.home-hub-card:hover { transform: translateY(-7px); box-shadow: var(--shadow-lg); }
.home-hub-card > i { display: grid; width: 52px; height: 52px; place-items: center; border-radius: 10px; background: var(--surface-soft); color: var(--pink); font-size: 21px; font-style: normal; }
.home-hub-card h3 { margin-top: 22px; font-size: 20px; }
.home-hub-card p { margin-top: 12px; color: var(--muted); }
.home-hub-card > a { margin-top: auto; padding-top: 24px; color: var(--pink); font-size: 11px; font-weight: 700; letter-spacing: .5px; }
.home-hub-card > a:hover { color: var(--orange); }
.home-portfolio-gallery-section { --surface: #fff; --page: #f7f7fb; --heading: #30303a; --text: #4e5363; --muted: #7b8191; --line: #e1e3ea; padding: 78px 0 88px; background: #fff; color: var(--text); }
.home-portfolio-gallery-section > .wide-container { width: min(1400px,calc(100% - 48px)); }
.home-portfolio-collection + .home-portfolio-collection { margin-top: 78px; padding-top: 72px; border-top: 1px solid var(--line); }
.portfolio-showcase-head { margin-bottom: 44px; text-align: center; }.portfolio-showcase-head span { display: block; color: var(--brand-purple); font-size: 15px; font-weight: 700; letter-spacing: .1px; }.portfolio-showcase-head h1,.portfolio-showcase-head h2 { margin-top: 25px; color: var(--heading); font-size: clamp(36px,3.2vw,46px); line-height: 1.12; letter-spacing: -1.2px; }.portfolio-showcase-head a { color: inherit; }
.home-portfolio-gallery { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 24px 20px; }.home-portfolio-gallery > a { position: relative; width: 100%; aspect-ratio: 16 / 9; overflow: hidden; border: 1px solid var(--line); border-radius: 15px; background: var(--surface); box-shadow: var(--shadow); transition: transform .35s ease,box-shadow .35s ease; }.home-portfolio-gallery > a::after { position: absolute; inset: 0; opacity: 0; background: rgba(14,14,16,.64); content: ""; transition: opacity .35s ease; }.home-portfolio-gallery img { width: 100%; height: 100%; object-fit: contain; object-position: center; transition: filter .4s ease; }.home-portfolio-gallery > a:hover,.home-portfolio-gallery > a:focus-visible { box-shadow: var(--shadow-lg); transform: translateY(-5px); }.home-portfolio-gallery > a:hover::after,.home-portfolio-gallery > a:focus-visible::after { opacity: 1; }.home-portfolio-gallery > a:hover img,.home-portfolio-gallery > a:focus-visible img { filter: brightness(.82); }.home-portfolio-gallery span { position: absolute; z-index: 2; inset: 0; display: grid; padding: 18px; place-items: center; opacity: 0; color: #fff; text-align: center; transform: translateY(8px); transition: opacity .3s ease,transform .3s ease; }.home-portfolio-gallery span strong { font-size: 18px; line-height: 1.35; }.home-portfolio-gallery > a:hover span,.home-portfolio-gallery > a:focus-visible span { opacity: 1; transform: translateY(0); }.home-portfolio-gallery i { position: absolute; z-index: 3; right: 12px; bottom: 12px; display: grid; width: 34px; height: 34px; place-items: center; border-radius: 50%; opacity: 0; transform: translateY(8px); background: linear-gradient(135deg,var(--brand-purple),var(--brand-orange)); color: #fff; font-size: 15px; font-style: normal; transition: opacity .3s ease,transform .3s ease; }.home-portfolio-gallery > a:hover i,.home-portfolio-gallery > a:focus-visible i { opacity: 1; transform: translateY(0); }.home-portfolio-gallery > a:focus-visible { outline: 3px solid var(--brand-purple); outline-offset: 4px; }
.home-portfolio-footer { display: flex; justify-content: center; margin-top: 44px; }
.home-portfolio-footer > a { display: inline-flex; min-height: 48px; align-items: center; gap: 11px; padding: 0 22px; border-radius: 999px; background: linear-gradient(135deg,var(--brand-purple),#a224dd 52%,var(--brand-orange)); color: #fff; font-size: 12px; font-weight: 800; box-shadow: 0 13px 30px rgba(126,22,252,.2); transition: box-shadow .3s ease,transform .3s ease; }
.home-portfolio-footer > a b { display: grid; width: 25px; height: 25px; place-items: center; border: 1px solid rgba(255,255,255,.38); border-radius: 50%; transition: background .3s ease,transform .3s ease; }
.home-portfolio-footer > a:hover { box-shadow: 0 16px 36px rgba(126,22,252,.3); transform: translateY(-3px); }.home-portfolio-footer > a:hover b { background: rgba(255,255,255,.16); transform: translateX(3px); }
.global-feedback-section { position: relative; padding: 84px 0 78px; overflow: hidden; border-block: 1px solid var(--line); background: var(--page); color: var(--text); }
.global-feedback-section::before { position: absolute; width: 560px; height: 560px; top: -450px; right: -180px; border: 70px solid rgba(126,22,252,.045); border-radius: 50%; box-shadow: 0 0 0 70px rgba(250,91,25,.025); content: ""; }
.global-feedback-section::after { position: absolute; width: 280px; height: 280px; bottom: -235px; left: -100px; border-radius: 50%; background: radial-gradient(circle,rgba(126,22,252,.07),transparent 70%); content: ""; }
.global-feedback-head { position: relative; z-index: 1; text-align: center; }
.global-feedback-head > span { display: block; margin-bottom: 11px; color: var(--brand-purple); font-size: 10px; font-weight: 850; letter-spacing: 1px; text-transform: uppercase; }
.global-feedback-head h2 { color: var(--heading); font-size: clamp(36px,4vw,52px); line-height: 1.16; letter-spacing: -1.8px; }
.global-feedback-stage { position: relative; z-index: 1; width: 100vw; margin-top: 42px; margin-left: calc(50% - 50vw); }
.global-feedback-row { width: 100%; overflow: hidden; -webkit-mask-image: linear-gradient(90deg,transparent,#000 6%,#000 94%,transparent); mask-image: linear-gradient(90deg,transparent,#000 6%,#000 94%,transparent); }
.global-feedback-row + .global-feedback-row { margin-top: 16px; }
.global-feedback-track { display: flex; width: max-content; will-change: transform; animation: testimonial-marquee 48s linear infinite; }
.global-feedback-row.is-reverse .global-feedback-track { animation-direction: reverse; animation-duration: 54s; }
.global-feedback-row:nth-child(3) .global-feedback-track { animation-duration: 58s; }
.global-feedback-row:hover .global-feedback-track { animation-play-state: paused; }
.global-feedback-sequence { display: flex; flex: 0 0 auto; gap: 16px; padding-right: 16px; }
.global-feedback-card { position: relative; display: flex; width: clamp(300px,27vw,410px); min-width: clamp(300px,27vw,410px); min-height: 220px; flex-direction: column; padding: 24px; overflow: hidden; border: 1px solid var(--line); border-radius: 14px; background: var(--surface); box-shadow: 0 8px 24px rgba(31,35,45,.045); transition: border-color .3s ease, box-shadow .3s ease, transform .3s ease; }
.global-feedback-card::after { position: absolute; width: 120px; height: 120px; top: -76px; right: -62px; border: 24px solid rgba(126,22,252,.055); border-radius: 50%; content: ""; }
.global-feedback-card:hover { border-color: rgba(126,22,252,.3); box-shadow: 0 16px 34px rgba(61,46,88,.1); transform: translateY(-3px); }
.testimonial-standard-icon { position: relative; z-index: 1; display: grid; width: 42px; height: 42px; place-items: center; border-radius: 12px; background: linear-gradient(135deg,var(--brand-purple),var(--brand-orange)); color: #fff; box-shadow: 0 9px 20px rgba(126,22,252,.18); font-size: 11px; font-style: normal; font-weight: 850; letter-spacing: -.3px; }
.global-feedback-card > .testimonial-service { position: relative; z-index: 1; margin-top: 15px; color: var(--brand-purple); font-size: 10px; font-weight: 800; letter-spacing: .9px; text-transform: uppercase; }
.global-feedback-card > h3 { position: relative; z-index: 1; margin-top: 7px; font-size: 17px; letter-spacing: -.25px; }
.global-feedback-card > p { position: relative; z-index: 1; margin-top: 8px; color: var(--text); font-size: 12px; line-height: 1.68; }
.global-feedback-card footer { display: flex; align-items: center; margin-top: auto; padding-top: 16px; }
.global-feedback-card footer strong { color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .7px; text-transform: uppercase; }
.global-feedback-footer { position: relative; z-index: 1; display: flex; min-height: 44px; align-items: center; justify-content: center; margin-top: 28px; }
.global-feedback-footer > a { display: inline-flex; min-height: 40px; align-items: center; gap: 10px; padding: 8px 18px; border-radius: 8px; background: linear-gradient(110deg,var(--brand-purple),var(--brand-orange)); color: #fff; box-shadow: 0 10px 25px rgba(126,22,252,.18); font-size: 11px; font-weight: 800; transition: box-shadow .25s ease, transform .25s ease; }.global-feedback-footer > a:hover { box-shadow: 0 14px 32px rgba(126,22,252,.28); transform: translateY(-2px); }.global-feedback-footer > a span { transition: transform .2s ease; }.global-feedback-footer > a:hover span { transform: translateX(3px); }
@keyframes testimonial-marquee { to { transform: translateX(-50%); } }
.content-section { padding: 20px 0 40px; background: var(--page); }
.home-insights-section { padding: 86px 0 91px; overflow: hidden; border-top: 1px solid var(--line); background: radial-gradient(circle at 8% 0,rgba(126,22,252,.075),transparent 28%),radial-gradient(circle at 92% 100%,rgba(250,91,25,.065),transparent 30%),var(--surface); color: var(--text); }
.home-insights-section > .wide-container { width: min(1500px,calc(100% - 48px)); }
.home-insights-head { margin-bottom: 44px; text-align: center; }
.home-insights-head > span, .home-faq-section header > span, .home-final-cta > .wide-container > span { color: var(--brand-purple); font-size: 10px; font-weight: 850; letter-spacing: 1px; text-transform: uppercase; }
.home-insights-head > span { color: var(--brand-purple); }
.home-insights-head h2 { margin-top: 13px; color: var(--heading); font-size: clamp(40px,4.5vw,58px); line-height: 1.08; letter-spacing: -2px; }
.home-featured-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 18px; }
.home-blog-card { position: relative; min-width: 0; min-height: 410px; overflow: hidden; border: 1px solid rgba(255,255,255,.07); border-radius: 3px; background: #111521; box-shadow: 0 20px 45px rgba(0,0,0,.2); }
.home-blog-card > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .88; transition: filter .45s ease,transform .55s cubic-bezier(.2,.75,.2,1); }
.home-blog-shade { position: absolute; inset: 0; background: linear-gradient(180deg,rgba(5,8,14,.12) 10%,rgba(5,8,14,.28) 42%,rgba(5,8,14,.96) 100%); transition: background .35s ease; }
.home-blog-category { position: absolute; z-index: 6; top: 28px; left: 26px; display: inline-flex; min-height: 28px; align-items: center; padding: 6px 13px; border-radius: 7px; background: linear-gradient(105deg,var(--brand-purple),#9f21ee); color: #fff; font-size: 8px; font-weight: 850; letter-spacing: .7px; text-transform: uppercase; }
.home-blog-copy { position: absolute; z-index: 3; right: 25px; bottom: 27px; left: 25px; }
.home-blog-copy h3 { display: -webkit-box; overflow: hidden; color: #fff; font-size: clamp(18px,1.55vw,23px); line-height: 1.32; letter-spacing: -.5px; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.home-blog-meta { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; margin-top: 15px; color: rgba(255,255,255,.58); font-size: 8px; font-weight: 650; }
.home-blog-card:hover > img,.home-blog-card:focus-within > img { filter: saturate(1.08) brightness(.9); transform: scale(1.045); }
.home-blog-card:hover .home-blog-shade,.home-blog-card:focus-within .home-blog-shade { background: linear-gradient(180deg,rgba(70,12,132,.12),rgba(7,9,16,.34) 40%,rgba(7,9,16,.98)); }
.home-blog-card:focus-within { outline: 3px solid var(--brand-purple); outline-offset: 4px; }
.home-blog-footer { display: flex; justify-content: center; margin-top: 35px; }
.home-blog-footer > a { display: inline-flex; min-height: 46px; align-items: center; gap: 10px; padding: 9px 20px; border: 0; border-radius: 999px; background: linear-gradient(110deg,var(--brand-purple),var(--brand-orange)); color: #fff; font-size: 10px; font-weight: 850; box-shadow: 0 12px 28px rgba(126,22,252,.2); transition: box-shadow .25s ease,transform .25s ease; }
.home-blog-footer > a:hover { box-shadow: 0 16px 34px rgba(126,22,252,.3); transform: translateY(-2px); }
.home-blog-footer b { color: #fff; }
.home-faq-section { padding: 78px 0 84px; border-top: 1px solid var(--line); background: linear-gradient(135deg,color-mix(in srgb,var(--brand-purple) 7%,var(--page)),var(--page) 54%,color-mix(in srgb,var(--brand-orange) 6%,var(--page))); }.home-faq-section > .wide-container { max-width: 1030px; }.home-faq-section header { text-align: center; }.home-faq-section header h2 { max-width: 780px; margin: 10px auto 0; color: var(--heading); font-size: clamp(34px,4vw,50px); line-height: 1.15; letter-spacing: -1.6px; }.home-faq-section header p { max-width: 680px; margin: 14px auto 0; color: var(--muted); font-size: 12px; line-height: 1.75; }.home-faq-list { margin-top: 35px; border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow); }.home-faq-list button { padding: 22px 25px; font-size: 13px; font-weight: 750; }.home-faq-list section > div { padding: 0 25px 23px; font-size: 12px; line-height: 1.75; }.home-faq-more { display: flex; width: max-content; align-items: center; gap: 9px; margin: 24px auto 0; color: var(--brand-purple); font-size: 10px; font-weight: 850; }.home-faq-more b { transition: transform .2s ease; }.home-faq-more:hover b { transform: translateX(3px); }
.home-final-cta { position: relative; padding: 83px 0 88px; overflow: hidden; background: radial-gradient(circle at 85% 12%,rgba(255,210,155,.24),transparent 26%),linear-gradient(112deg,#6811de,#9639ed 48%,#fa5b19); color: #fff; text-align: center; }.home-final-cta::before { position: absolute; width: 420px; height: 420px; top: -310px; left: -120px; border: 60px solid rgba(255,255,255,.06); border-radius: 50%; content: ""; }.home-final-cta > .wide-container { position: relative; z-index: 1; }.home-final-cta > .wide-container > span { color: rgba(255,255,255,.72); }.home-final-cta h2 { max-width: 860px; margin: 10px auto 0; color: #fff; font-size: clamp(37px,5vw,58px); line-height: 1.1; letter-spacing: -2px; }.home-final-cta p { max-width: 650px; margin: 16px auto 0; color: rgba(255,255,255,.74); font-size: 13px; line-height: 1.75; }.home-final-cta a { display: inline-flex; min-height: 48px; align-items: center; gap: 10px; margin-top: 27px; padding: 10px 22px; border-radius: 9px; background: #fff; color: #251e2c; font-size: 11px; font-weight: 850; box-shadow: 0 14px 32px rgba(34,12,61,.22); transition: box-shadow .25s ease,transform .25s ease; }.home-final-cta a:hover { box-shadow: 0 18px 38px rgba(34,12,61,.32); transform: translateY(-3px); }.home-final-cta a b { color: var(--brand-orange); transition: transform .2s ease; }.home-final-cta a:hover b { transform: translateX(3px); }
.content-grid { display: grid; grid-template-columns: minmax(0, 820px) minmax(300px, 375px); gap: 30px; align-items: start; }
.featured-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }
.featured-card { position: relative; min-height: 359px; overflow: hidden; border-radius: var(--radius); background: #1b1c20; color: #fff; }
.featured-card > img { width: 100%; height: 100%; min-height: 359px; object-fit: cover; transition: transform .5s ease; }
.featured-card:hover > img { transform: scale(1.06) rotate(.7deg); }
.cover-link { position: absolute; z-index: 5; inset: 0; }
.featured-shade { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 28%, rgba(0,0,0,.78) 100%); }
.date-badge { position: absolute; z-index: 3; top: 15px; right: 15px; display: grid; width: 55px; min-height: 61px; place-items: center; padding: 5px; border-radius: 12px 0 12px 0; background: #efeff3; color: #24252b; line-height: 1.1; }
.date-badge strong { font-size: 18px; }.date-badge span { font-size: 12px; }
.featured-copy { position: absolute; z-index: 3; inset: auto 25px 25px; }
.featured-category { position: relative; z-index: 6; color: #f7f7f8; font-size: 12px; }
.featured-copy h3 { margin-top: 8px; color: #fff; font-size: 20px; line-height: 1.42; }
.featured-stats { display: block; margin-top: 9px; color: rgba(255,255,255,.76); font-size: 9px; font-weight: 600; }
.mini-newsletter button svg { width: 13px; fill: none; stroke: currentColor; }
.post-list { display: grid; gap: 40px; }
.featured-grid + .post-list { margin-top: 42px; }
.post-list-card { position: relative; display: grid; grid-template-columns: 180px 1fr; min-height: 235px; padding: 20px; border-left: 5px solid var(--accent); border-radius: var(--radius); background: var(--surface); box-shadow: var(--shadow); }
.post-list-card.purple { --accent: #8058ee; }.post-list-card.orange { --accent: #ff8f66; }
.post-list-image { display: block; min-height: 190px; overflow: hidden; border-radius: 9px; }
.post-list-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s cubic-bezier(.2,.8,.2,1); }.post-list-image:hover img { transform: scale(1.07) rotate(1deg); }
.post-list-copy { min-width: 0; padding: 0 0 0 25px; }
.post-list-copy h3 { font-size: 18px; }.post-list-copy h3 a:hover { text-decoration: underline; text-decoration-color: var(--pink); }
.post-meta { display: flex; gap: 12px; margin-top: 9px; font-size: 11px; }.post-meta span { border-left: 1px solid var(--line); padding-left: 12px; }
.post-list-copy > p { margin-top: 16px; color: var(--text); line-height: 1.75; }
.post-card-footer { display: flex; justify-content: space-between; gap: 20px; margin-top: 20px; padding-top: 12px; border-top: 1px solid var(--line); color: var(--muted); font-size: 10px; }
.post-card-footer a { color: var(--accent); }
.pagination { display: flex; justify-content: center; gap: 8px; margin-top: 70px; }
.pagination a, .pagination span { display: grid; min-width: 36px; height: 36px; padding: 0 10px; place-items: center; border-radius: 5px; background: var(--surface); box-shadow: var(--shadow); font-size: 12px; }
.pagination span { border-bottom: 2px solid var(--pink); }
.sidebar-card { padding: 35px 30px; border-radius: var(--radius); background: var(--surface); box-shadow: var(--shadow); }
.content-grid > .profile-card, .sidebar-stack { position: sticky; top: 95px; }
.profile-card { text-align: center; }
.profile-avatar-link { display: block; width: 110px; height: 110px; margin: 0 auto; border-radius: 50%; }
.profile-avatar { width: 110px; height: 110px; border: 4px solid #e3e5e8; border-radius: 50%; object-fit: cover; transition: transform .5s cubic-bezier(.2,.8,.2,1), box-shadow .4s ease; }
.profile-avatar-link:hover .profile-avatar { transform: rotate(-4deg) scale(1.05); box-shadow: 0 12px 30px rgba(47,46,53,.18); }
.profile-card > h3 { margin-top: 15px; font-size: 17px; }.profile-card > p { color: var(--muted); font-size: 12px; }
.follow-button { display: inline-flex; margin: 15px auto 22px; padding: 5px 22px; border: 1px solid var(--line); border-radius: 18px; color: var(--heading); font-size: 12px; }
.follow-button:hover { border-color: var(--pink); color: var(--pink); }
.profile-gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.profile-gallery a { overflow: hidden; border-radius: 9px; }
.profile-gallery img { width: 100%; aspect-ratio: .9; object-fit: cover; border-radius: 9px; transition: transform .55s cubic-bezier(.2,.8,.2,1); }
.profile-gallery a:nth-child(odd):hover img { transform: scale(1.1) rotate(-2deg); }
.profile-gallery a:nth-child(even):hover img { transform: scale(1.1) rotate(2deg); }
.dot-title { display: flex; align-items: center; gap: 12px; margin: 28px 0 18px; font-size: 16px; text-align: left; }
.recommended-list { display: grid; gap: 16px; text-align: left; }
.recommended-list > a { display: flex; align-items: center; gap: 12px; transition: transform .25s ease; }
.recommended-list > a:hover { transform: translateX(5px); }
.mini-date { display: grid; width: 48px; height: 54px; flex: 0 0 48px; place-items: center; padding: 5px; border-radius: 7px; background: #8058ee; color: white; font-size: 9px; line-height: 1.1; }.mini-date strong { font-size: 15px; }
.recommended-list a > span:last-child { display: grid; line-height: 1.35; }.recommended-list a > span:last-child strong { color: var(--heading); font-size: 11px; }.recommended-list small { margin-top: 5px; font-size: 9px; }

/* Archives */
.archive-main { padding: 60px 0 70px; }
.blog-directory-page { overflow: hidden; background: var(--surface-soft); }
.blog-directory-hero { position: relative; padding: 82px 0 88px; overflow: hidden; background: radial-gradient(circle at 82% 10%,rgba(126,22,252,.34),transparent 29%),radial-gradient(circle at 17% 118%,rgba(250,91,25,.2),transparent 37%),linear-gradient(125deg,#17191f,#292c35 58%,#181a20); }
.blog-directory-hero::after { position: absolute; top: -310px; right: -80px; width: 520px; height: 520px; border: 68px solid rgba(255,255,255,.032); border-radius: 50%; box-shadow: 0 0 0 54px rgba(255,255,255,.022),0 0 0 108px rgba(255,255,255,.015); content: ""; }
.blog-directory-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0,1.18fr) minmax(330px,.72fr); align-items: center; gap: clamp(50px,8vw,110px); }
.blog-directory-hero-copy > span { color: var(--brand-peach); font-size: 10px; font-weight: 850; letter-spacing: 1.2px; text-transform: uppercase; }
.blog-directory-hero-copy h1 { max-width: 790px; margin-top: 14px; color: #fff; font-size: clamp(43px,5.5vw,68px); letter-spacing: -2.3px; line-height: 1.08; }
.blog-directory-hero-copy h1 small { display: inline-flex; margin-left: 8px; padding: 5px 10px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; color: rgba(255,255,255,.65); font-size: 10px; vertical-align: middle; letter-spacing: 0; }
.blog-directory-hero-copy > p { max-width: 700px; margin-top: 21px; color: rgba(255,255,255,.67); font-size: 14px; line-height: 1.8; }
.blog-directory-hero-copy > div { display: flex; align-items: center; gap: 12px; margin-top: 27px; }
.blog-directory-hero-copy > div strong { background: linear-gradient(115deg,var(--brand-lilac),var(--brand-peach)); -webkit-background-clip: text; background-clip: text; color: transparent; font-size: 36px; letter-spacing: -1px; }
.blog-directory-hero-copy > div span { max-width: 90px; color: rgba(255,255,255,.52); font-size: 9px; font-weight: 750; line-height: 1.35; text-transform: uppercase; letter-spacing: .5px; }
.blog-hero-topics { padding: 27px 26px; border: 1px solid rgba(255,255,255,.12); border-radius: 18px; background: rgba(255,255,255,.055); backdrop-filter: blur(10px); }
.blog-hero-topics > small { color: rgba(255,255,255,.48); font-size: 9px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; }
.blog-hero-topics nav { display: grid; margin-top: 16px; }
.blog-hero-topics a { display: grid; min-height: 47px; grid-template-columns: 29px minmax(0,1fr); align-items: center; gap: 11px; border-top: 1px solid rgba(255,255,255,.09); color: rgba(255,255,255,.82); transition: color .25s ease,transform .25s ease; }
.blog-hero-topics a:first-child { border-top: 0; }.blog-hero-topics a:hover { color: #fff; transform: translateX(4px); }.blog-hero-topics a span { color: var(--brand-peach); font-size: 9px; font-weight: 850; }.blog-hero-topics a strong { font-size: 12px; }
.blog-category-nav { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-top: 30px; }
.translation-notice { margin-top: 18px; padding: 11px 16px; border: 1px solid rgba(255,86,113,.2); border-radius: 9px; background: rgba(255,86,113,.07); color: var(--text); font-size: 12px; }
.blog-category-nav a { padding: 8px 16px; border: 1px solid var(--line); border-radius: 999px; background: var(--surface); color: var(--heading); box-shadow: var(--shadow); font-size: 12px; font-weight: 600; }
.blog-category-nav a:hover, .blog-category-nav a.active { border-color: transparent; background: linear-gradient(105deg,var(--brand-purple),var(--brand-orange)); color: white; box-shadow: 0 9px 24px rgba(126,22,252,.2); }
.blog-main .archive-content { margin-top: 30px; }
.blog-topic-section { padding: 70px 0 78px; }
.blog-topic-head > span,.blog-latest-head > span { color: var(--pink); font-size: 10px; font-weight: 850; letter-spacing: 1.1px; text-transform: uppercase; }
.blog-topic-head h2,.blog-latest-head h2 { margin-top: 10px; color: var(--heading); font-size: clamp(31px,4vw,45px); letter-spacing: -1.45px; line-height: 1.15; }
.blog-topic-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 15px; margin-top: 34px; }
.blog-topic-grid > a { --topic:#7e16fc; position: relative; display: flex; min-height: 290px; flex-direction: column; align-items: flex-start; padding: 26px 24px; overflow: hidden; border: 1px solid var(--line); border-radius: 16px; background: var(--surface); box-shadow: var(--shadow); transition: border-color .3s ease,box-shadow .3s ease,transform .3s ease; }
.blog-topic-grid > a::after { position: absolute; right: -58px; bottom: -75px; width: 160px; height: 160px; border-radius: 50%; background: color-mix(in srgb,var(--topic) 10%,transparent); content: ""; }
.blog-topic-grid > a.tone-coral { --topic:#ff667e; }.blog-topic-grid > a.tone-blue { --topic:#557ee8; }.blog-topic-grid > a.tone-orange { --topic:#fa5b19; }
.blog-topic-grid > a:hover { border-color: color-mix(in srgb,var(--topic) 34%,var(--line)); box-shadow: var(--shadow-lg); transform: translateY(-6px); }
.blog-topic-grid > a > span { color: var(--topic); font-size: 11px; font-weight: 850; }.blog-topic-grid h3 { margin-top: 27px; color: var(--heading); font-size: 21px; line-height: 1.25; }.blog-topic-grid p { margin-top: 13px; color: var(--muted); font-size: 11px; line-height: 1.75; }.blog-topic-grid small { position: relative; z-index: 1; display: flex; align-items: center; gap: 8px; margin-top: auto; padding-top: 22px; color: var(--topic); font-size: 10px; font-weight: 800; }.blog-topic-grid small b { font-size: 15px; transition: transform .25s ease; }.blog-topic-grid > a:hover small b { transform: translateX(4px); }
.blog-articles-section { padding: 72px 0 92px; background: var(--page); }
.blog-latest-head { margin-bottom: 35px; }
.blog-directory-page .archive-content { margin-top: 0; }
.blog-featured-grid { margin-bottom: 35px; }
.category-hero { min-height: 310px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 45px 130px; border-radius: 14px; background: var(--surface); box-shadow: var(--shadow); text-align: center; }
.category-hero > span { color: var(--muted); font-weight: 500; }.category-hero h1 { margin-top: 5px; font-size: 34px; }.category-hero h1 b { margin-right: 5px; color: var(--orange); }
.category-hero p { max-width: 880px; margin: 25px auto 0; color: var(--text); font-size: 16px; line-height: 1.75; }
.category-hero em { margin-top: 25px; padding: 5px 18px; border-radius: 18px; background: var(--page); font-size: 12px; font-style: normal; }
.archive-content { display: grid; grid-template-columns: minmax(0, 795px) minmax(300px, 365px); gap: 50px; align-items: start; margin-top: 40px; }
.archive-list .post-list-card { grid-template-columns: 160px 1fr; min-height: 230px; }.archive-list .post-list-image { min-height: 180px; }
.sidebar-stack { display: grid; gap: 30px; }
.sidebar-stack .profile-card { position: static; }
.sidebar-post { display: flex; gap: 14px; margin-top: 14px; text-align: left; }.sidebar-post img { width: 70px; height: 70px; object-fit: cover; border-radius: 7px; }.sidebar-post span { display: grid; align-content: center; line-height: 1.35; }.sidebar-post strong { color: var(--heading); font-size: 12px; }.sidebar-post small { margin-top: 5px; color: var(--muted); font-size: 10px; }
.sidebar-category-title { margin-top: 35px; }.footer-tag { display: block; margin: 9px 0; color: var(--text); font-size: 12px; }.footer-tag:hover { color: var(--pink); }
.empty-state { min-height: 300px; display: grid; place-content: center; text-align: center; border-radius: var(--radius); background: var(--surface); box-shadow: var(--shadow); }.empty-state strong { color: var(--heading); font-size: 28px; }.empty-state p { margin-top: 8px; }

/* Structural pages */
.hub-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; margin-top: 40px; }
.hub-card { display: flex; min-width: 0; min-height: 250px; flex-direction: column; align-items: flex-start; }
.hub-card i { display: grid; width: 52px; height: 52px; place-items: center; border-radius: 10px; background: var(--surface-soft); color: var(--pink); font-size: 21px; font-style: normal; }
.hub-card h2 { margin-top: 22px; font-size: 20px; }.hub-card p { margin-top: 12px; color: var(--muted); }.hub-card > span { margin-top: auto; padding-top: 24px; color: var(--pink); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; }
.contact-options .hub-card { min-height: 285px; }
.faq-page-main { overflow: hidden; background: var(--surface); }
.faq-page-hero { padding: 86px 0 92px; background: radial-gradient(circle at 82% 15%,rgba(126,22,252,.31),transparent 28%),radial-gradient(circle at 14% 115%,rgba(250,91,25,.2),transparent 37%),linear-gradient(125deg,#191a1f,#2b2c32 58%,#17181c); }
.faq-page-hero-grid { display: grid; grid-template-columns: minmax(0,1.2fr) minmax(330px,.8fr); align-items: center; gap: clamp(48px,8vw,110px); }.faq-page-hero-copy > span { color: var(--brand-peach); font-size: 10px; font-weight: 850; letter-spacing: 1.15px; text-transform: uppercase; }.faq-page-hero-copy h1 { max-width: 780px; margin-top: 13px; color: #fff; font-size: clamp(44px,5.7vw,70px); letter-spacing: -2.4px; line-height: 1.08; }.faq-page-hero-copy > p { max-width: 680px; margin-top: 20px; color: rgba(255,255,255,.64); font-size: 14px; line-height: 1.8; }
.faq-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }.faq-hero-actions a { display: inline-flex; min-height: 45px; align-items: center; justify-content: center; gap: 10px; padding: 9px 18px; border: 1px solid rgba(255,255,255,.18); border-radius: 9px; color: #fff; font-size: 11px; font-weight: 850; transition: border-color .25s ease,background .25s ease,box-shadow .25s ease,transform .25s ease; }.faq-hero-actions a:first-child { border-color: transparent; background: linear-gradient(110deg,var(--brand-purple),var(--brand-orange)); box-shadow: 0 13px 27px rgba(126,22,252,.24); }.faq-hero-actions a:hover { border-color: rgba(255,255,255,.48); background: rgba(255,255,255,.1); transform: translateY(-2px); }.faq-hero-actions a:first-child:hover { border-color: transparent; background: linear-gradient(110deg,var(--brand-purple),var(--brand-orange)); box-shadow: 0 17px 34px rgba(126,22,252,.34); }
.faq-hero-summary { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }.faq-hero-summary article { display: grid; min-height: 185px; align-content: center; padding: 24px 20px; border: 1px solid rgba(255,255,255,.12); border-radius: 18px; background: rgba(255,255,255,.06); text-align: center; backdrop-filter: blur(10px); }.faq-hero-summary strong { background: linear-gradient(110deg,var(--brand-lilac),var(--brand-peach)); -webkit-background-clip: text; background-clip: text; color: transparent; font-size: clamp(52px,6vw,76px); line-height: 1; letter-spacing: -2px; }.faq-hero-summary span { margin-top: 13px; color: rgba(255,255,255,.61); font-size: 9px; font-weight: 800; line-height: 1.5; text-transform: uppercase; letter-spacing: .65px; }
.faq-directory-section { padding: 82px 0 96px; background: var(--surface-soft); }.faq-directory-grid { display: grid; grid-template-columns: minmax(260px,.72fr) minmax(0,1.58fr); gap: clamp(42px,7vw,88px); align-items: start; }.faq-topic-nav { position: sticky; top: 120px; padding: 29px 27px; border: 1px solid var(--line); border-radius: 17px; background: var(--surface); box-shadow: var(--shadow); }.faq-topic-nav > span { color: var(--heading); font-size: 18px; font-weight: 850; }.faq-topic-nav > p { margin-top: 8px; color: var(--muted); font-size: 11px; line-height: 1.7; }.faq-topic-nav nav { display: grid; gap: 7px; margin-top: 23px; }.faq-topic-nav nav a { display: grid; min-height: 48px; grid-template-columns: 30px minmax(0,1fr); align-items: center; gap: 10px; padding: 8px 11px; border: 1px solid transparent; border-radius: 9px; background: var(--surface-soft); transition: border-color .2s ease,color .2s ease,transform .2s ease; }.faq-topic-nav nav a:hover { border-color: rgba(126,22,252,.25); color: var(--brand-purple); transform: translateX(3px); }.faq-topic-nav nav span { color: var(--pink); font-size: 9px; font-weight: 850; }.faq-topic-nav nav strong { font-size: 11px; }.faq-topic-nav > div { margin-top: 24px; padding: 21px 19px; border-radius: 12px; background: linear-gradient(135deg,rgba(126,22,252,.1),rgba(250,91,25,.09)); }.faq-topic-nav > div strong { color: var(--heading); font-size: 13px; }.faq-topic-nav > div p { margin-top: 6px; color: var(--muted); font-size: 10px; line-height: 1.65; }.faq-topic-nav > div a { display: inline-flex; align-items: center; gap: 8px; margin-top: 13px; color: var(--brand-purple); font-size: 10px; font-weight: 850; }
.faq-groups { display: grid; gap: 54px; }.faq-group { scroll-margin-top: 125px; }.faq-group > header { display: grid; grid-template-columns: 42px minmax(0,1fr) auto; align-items: center; gap: 13px; padding-bottom: 16px; border-bottom: 1px solid var(--line); }.faq-group > header > span { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 11px; background: linear-gradient(135deg,var(--brand-purple),var(--brand-orange)); color: #fff; font-size: 10px; font-weight: 900; }.faq-group > header h2 { color: var(--heading); font-size: 25px; letter-spacing: -.5px; }.faq-group > header small { color: var(--muted); font-size: 10px; font-weight: 800; }
.faq-page-list.faq-list { margin-top: 14px; border: 1px solid var(--line); border-radius: 14px; background: var(--surface); box-shadow: var(--shadow); }.faq-page-list.faq-list button { align-items: center; gap: 22px; padding: 22px 23px; font-size: 13px; font-weight: 750; line-height: 1.5; }.faq-page-list.faq-list button b { display: grid; width: 29px; height: 29px; flex: 0 0 29px; place-items: center; border-radius: 50%; background: var(--surface-soft); color: var(--pink); }.faq-page-list.faq-list section > div { padding: 0 65px 22px 23px; color: var(--muted); font-size: 12px; line-height: 1.8; }
.faq-contact-section { padding: 78px 0 86px; background: radial-gradient(circle at 83% 5%,rgba(126,22,252,.26),transparent 26%),radial-gradient(circle at 18% 115%,rgba(250,91,25,.18),transparent 34%),#1b1c20; text-align: center; }.faq-contact-section .wide-container > span { color: var(--brand-peach); font-size: 10px; font-weight: 850; letter-spacing: 1.05px; text-transform: uppercase; }.faq-contact-section h2 { max-width: 840px; margin: 10px auto 0; color: #fff; font-size: clamp(34px,4.8vw,54px); letter-spacing: -1.7px; line-height: 1.13; }.faq-contact-section p { max-width: 650px; margin: 16px auto 0; color: rgba(255,255,255,.61); font-size: 13px; line-height: 1.75; }.faq-contact-section .wide-container > div { display: flex; justify-content: center; flex-wrap: wrap; gap: 11px; margin-top: 25px; }.faq-contact-section a { display: inline-flex; min-height: 45px; align-items: center; justify-content: center; gap: 10px; padding: 9px 18px; border: 1px solid rgba(255,255,255,.18); border-radius: 9px; color: #fff; font-size: 10px; font-weight: 850; transition: border-color .25s ease,background .25s ease,transform .25s ease; }.faq-contact-section a:first-child { border-color: transparent; background: linear-gradient(110deg,var(--brand-purple),var(--brand-orange)); }.faq-contact-section a:hover { border-color: rgba(255,255,255,.46); background: rgba(255,255,255,.09); transform: translateY(-2px); }.faq-contact-section a:first-child:hover { border-color: transparent; background: linear-gradient(110deg,var(--brand-purple),var(--brand-orange)); }

/* Portfolio */
.portfolio-main { padding-bottom: 80px; }
.portfolio-hero { position: relative; min-height: 430px; display: flex; align-items: center; overflow: hidden; background: radial-gradient(circle at 78% 18%, rgba(123,20,255,.4), transparent 27%), radial-gradient(circle at 60% 110%, rgba(255,87,25,.22), transparent 39%), linear-gradient(125deg, #171a23, #303341 58%, #1d2029); color: #fff; }
.portfolio-hero::after { content: ""; position: absolute; width: 540px; height: 540px; top: -330px; right: -30px; border: 70px solid rgba(255,255,255,.035); border-radius: 50%; box-shadow: 0 0 0 55px rgba(255,255,255,.025), 0 0 0 110px rgba(255,255,255,.018); }
.portfolio-hero .wide-container { position: relative; z-index: 1; }
.portfolio-hero span { color: var(--brand-peach); font-size: 14px; font-weight: 700; letter-spacing: .8px; }
.portfolio-hero h1 { max-width: 860px; margin-top: 22px; color: #fff; font-size: clamp(44px, 6vw, 72px); line-height: 1.08; letter-spacing: -2.5px; }
.portfolio-hero p { max-width: 780px; margin-top: 28px; color: rgba(255,255,255,.74); font-size: 17px; line-height: 1.8; }
.portfolio-hero-web { background: radial-gradient(circle at 76% 13%, rgba(255,87,25,.3), transparent 30%), radial-gradient(circle at 60% 110%, rgba(123,20,255,.28), transparent 38%), linear-gradient(125deg, #16191f, #2d3038 62%, #171a20); }
.portfolio-hero-seo { background: radial-gradient(circle at 76% 16%, rgba(255,154,87,.22), transparent 27%), radial-gradient(circle at 35% 100%, rgba(123,20,255,.22), transparent 35%), linear-gradient(125deg, #171915, #2b2e29 60%, #171915); }
.portfolio-subnav { display: flex; justify-content: center; gap: 8px; padding: 24px 0; overflow-x: auto; scrollbar-width: none; }
.portfolio-subnav::-webkit-scrollbar { display: none; }
.portfolio-subnav a { flex: 0 0 auto; padding: 10px 19px; border: 1px solid var(--line); border-radius: 24px; background: var(--surface); color: var(--text); font-size: 12px; font-weight: 700; }
.portfolio-subnav a:hover, .portfolio-subnav a.active { border-color: transparent; background: linear-gradient(90deg, var(--brand-purple), var(--brand-orange)); color: #fff; box-shadow: 0 8px 20px rgba(123,20,255,.2); }
.portfolio-paths { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; padding-top: 38px; }
.portfolio-path-card { position: relative; min-height: 350px; display: flex; flex-direction: column; align-items: flex-start; padding: 46px; overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: var(--surface); box-shadow: var(--shadow); transition: transform .35s ease, box-shadow .35s ease; }
.portfolio-path-card::after { content: ""; position: absolute; width: 220px; height: 220px; right: -70px; bottom: -90px; border-radius: 50%; background: linear-gradient(135deg, rgba(123,20,255,.16), rgba(255,87,25,.1)); }
.portfolio-path-card:hover { transform: translateY(-7px); box-shadow: var(--shadow-lg); }
.portfolio-path-card > i { display: grid; width: 58px; height: 58px; place-items: center; border-radius: 14px; background: var(--surface-soft); color: var(--pink); font-size: 24px; font-style: normal; }
.portfolio-path-card > span { margin-top: 32px; color: var(--muted); font-size: 11px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; }
.portfolio-path-card h2 { margin-top: 8px; color: var(--heading); font-size: 30px; }
.portfolio-path-card p { max-width: 500px; margin-top: 14px; color: var(--muted); line-height: 1.75; }
.portfolio-path-card b { position: relative; z-index: 1; margin-top: auto; padding-top: 34px; color: var(--pink); font-size: 12px; }
.web-design-portfolio { margin-bottom: -80px; padding-bottom: 0; background: var(--surface); }
.web-design-portfolio .portfolio-subnav { margin-bottom: 0; }
.web-portfolio-section { --surface: #fff; --page: #f7f7fb; --heading: #30303a; --text: #4e5363; --muted: #7b8191; --line: #e1e3ea; padding: 76px 0 104px; background: #fff; color: var(--text); }
.web-portfolio-section > .wide-container { width: min(1500px,calc(100% - 48px)); }
.web-portfolio-intro > span { color: var(--brand-purple); font-size: 10px; font-weight: 850; letter-spacing: 1.15px; text-transform: uppercase; }
.web-portfolio-intro h2 { max-width: 760px; margin-top: 10px; color: var(--heading); font-size: clamp(34px,4.2vw,52px); letter-spacing: -1.7px; line-height: 1.13; }
.web-portfolio-search { display: grid; min-height: 74px; grid-template-columns: 28px minmax(0,1fr) auto; align-items: center; gap: 13px; margin: 35px 0 47px; padding: 10px 22px; border: 1px solid var(--heading); background: var(--surface); transition: border-color .25s ease,box-shadow .25s ease; }
.web-portfolio-search:focus-within { border-color: var(--brand-purple); box-shadow: 0 0 0 3px rgba(126,22,252,.08); }
.web-portfolio-search > span { color: var(--heading); font-size: 25px; line-height: 1; }
.web-portfolio-search input { width: 100%; min-width: 0; border: 0; outline: 0; background: transparent; color: var(--heading); font: inherit; font-size: 14px; }
.web-portfolio-search input::placeholder { color: var(--muted); }
.web-portfolio-search small { color: var(--muted); font-size: 10px; white-space: nowrap; }
.web-portfolio-search small b { margin-right: 4px; color: var(--brand-purple); font-size: 15px; }
.web-project-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 42px 28px; }
.web-project-card { position: relative; display: block; min-width: 0; color: var(--heading); transition: transform .35s ease; }
.web-project-card[hidden] { display: none; }
.web-project-browser { position: relative; display: grid; grid-template-rows: 28px auto; overflow: hidden; border: 1px solid color-mix(in srgb,var(--line) 80%,#1b1c22); border-radius: 11px; background: #fff; box-shadow: 0 10px 29px rgba(28,30,38,.11); transition: border-color .35s ease,box-shadow .35s ease; }
.web-project-browserbar { position: relative; z-index: 3; display: flex; height: 28px; align-items: center; gap: 5px; padding: 0 10px; background: #1d1e23; }
.web-project-browserbar > i { width: 5px; height: 5px; border-radius: 50%; background: #ff6b62; }.web-project-browserbar > i:nth-child(2) { background: #ffc15b; }.web-project-browserbar > i:nth-child(3) { background: #56c982; }
.web-project-browserbar small { min-width: 0; margin-left: 5px; overflow: hidden; color: rgba(255,255,255,.48); font-size: 7px; letter-spacing: .15px; text-overflow: ellipsis; white-space: nowrap; }
.web-project-browser > img { display: block; width: 100%; height: auto; aspect-ratio: 16 / 9; object-fit: contain; object-position: center; background: #fff; transition: filter .4s ease,transform .55s cubic-bezier(.2,.75,.2,1); }
.web-project-browser::after { position: absolute; z-index: 1; inset: 28px 0 0; opacity: 0; background: rgba(19,18,24,.28); content: ""; transition: opacity .35s ease; }
.web-project-overlay { position: absolute; z-index: 2; inset: 28px 0 0; display: flex; align-items: center; justify-content: center; gap: 9px; opacity: 0; transform: translateY(6px); transition: opacity .35s ease,transform .35s ease; }
.web-project-overlay b { display: inline-flex; min-height: 39px; align-items: center; padding: 8px 16px; border-radius: 999px; background: linear-gradient(110deg,var(--brand-purple),var(--brand-orange)); color: #fff; font-size: 9px; font-weight: 850; box-shadow: 0 12px 28px rgba(55,17,99,.28); }
.web-project-overlay i { color: #fff; font-size: 17px; font-style: normal; }
.web-project-caption { display: grid; padding: 18px 2px 0; }
.web-project-caption strong { overflow: hidden; color: var(--heading); font-size: 14px; line-height: 1.35; text-overflow: ellipsis; white-space: nowrap; }
.web-project-caption small { margin-top: 5px; overflow: hidden; color: var(--muted); font-size: 9px; text-overflow: ellipsis; white-space: nowrap; }
.web-project-card:hover,.web-project-card:focus-visible { transform: translateY(-5px); }.web-project-card:hover .web-project-browser,.web-project-card:focus-visible .web-project-browser { border-color: rgba(126,22,252,.35); box-shadow: 0 18px 38px rgba(38,29,62,.16); }.web-project-card:hover .web-project-browser::after,.web-project-card:focus-visible .web-project-browser::after { opacity: 1; }.web-project-card:hover .web-project-browser > img,.web-project-card:focus-visible .web-project-browser > img { filter: blur(1.6px) saturate(.78) brightness(.7); transform: scale(1.025); }.web-project-card:hover .web-project-overlay,.web-project-card:focus-visible .web-project-overlay { opacity: 1; transform: translateY(0); }.web-project-card:focus-visible { outline: 3px solid var(--brand-orange); outline-offset: 5px; border-radius: 11px; }
.seo-portfolio { margin-bottom: -80px; padding-bottom: 0; background: var(--surface); }
.seo-portfolio .portfolio-subnav { margin-bottom: 0; }
.seo-case-section { padding: 72px 0 96px; background: linear-gradient(135deg,rgba(126,22,252,.035),var(--surface) 42%,rgba(250,91,25,.03)); color: var(--text); }
.seo-case-intro { max-width: 740px; margin-bottom: 36px; }
.seo-case-intro > span { color: var(--brand-purple); font-size: 11px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; }
.seo-case-intro h2 { margin-top: 8px; color: var(--heading); font-size: 30px; }
.seo-case-intro p { max-width: 560px; margin-top: 10px; color: var(--muted); font-size: 13px; }
.seo-case-list { display: grid; gap: 26px; }
.seo-case-card { --case: #ff7085; display: grid; grid-template-columns: 250px minmax(0, 1fr); overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: var(--surface); box-shadow: 0 14px 34px rgba(31,32,40,.075); }
.seo-case-card.tone-violet { --case: #a474ff; }.seo-case-card.tone-blue { --case: #7190e9; }.seo-case-card.tone-green { --case: #5acc78; }
.seo-case-side { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 36px; border-right: 1px solid var(--line); background: color-mix(in srgb,var(--case) 5%,var(--surface)); }
.seo-case-side > span { color: var(--case); font-size: 58px; font-weight: 800; letter-spacing: -4px; line-height: 1; }
.seo-case-side small { margin-top: 22px; color: var(--brand-purple); font-size: 10px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; }
.seo-case-side h2 { margin-top: 8px; color: var(--heading); font-size: 18px; line-height: 1.45; }
.seo-case-content { padding: 35px 38px; }
.seo-case-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; }
.seo-case-top > b { padding: 6px 12px; border: 1px solid var(--case); border-radius: 18px; color: var(--case); font-size: 10px; letter-spacing: .5px; }
.seo-case-top > div { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 7px 14px; }
.seo-case-top span { padding: 5px 9px; border-radius: 999px; background: color-mix(in srgb,var(--case) 9%,var(--surface)); color: var(--brand-purple); font-size: 10px; font-weight: 700; }
.seo-case-content h3 { margin-top: 24px; color: var(--heading); font-size: 27px; line-height: 1.35; }
.seo-case-content ul { display: grid; grid-template-columns: 1fr 1fr; gap: 13px 24px; margin-top: 26px; padding: 0; list-style: none; }
.seo-case-content li { position: relative; padding-left: 24px; color: var(--text); font-size: 13px; line-height: 1.65; }
.seo-case-content li::before { content: "✓"; position: absolute; left: 0; top: 1px; display: grid; width: 16px; height: 16px; place-items: center; border-radius: 50%; background: var(--case); color: #fff; font-size: 9px; font-weight: 800; }
.seo-case-content details { margin-top: 28px; border-top: 1px solid var(--line); }
.seo-case-content summary { width: max-content; padding-top: 20px; color: var(--brand-purple); font-size: 11px; font-weight: 800; cursor: pointer; list-style: none; }
.seo-case-content summary::-webkit-details-marker { display: none; }
.seo-case-content summary::after { content: " +"; }
.seo-case-content details[open] summary::after { content: " −"; }
.seo-case-content details p { max-width: 780px; margin-top: 14px; color: var(--muted); font-size: 13px; line-height: 1.75; }
.seo-case-detail-link { display: inline-flex; align-items: center; gap: 10px; margin-top: 28px; padding-top: 20px; border-top: 1px solid var(--line); color: var(--brand-purple); font-size: 11px; font-weight: 800; }
.seo-case-detail-link span { transition: transform .22s ease; }.seo-case-detail-link:hover span { transform: translateX(4px); }
.migration-case-study-hero h1 { max-width: 980px; }.migration-case-study-hero p { max-width: 850px; }
.case-study-proof { padding: 0 0 92px; background: var(--surface-soft); }
.case-study-metrics { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); overflow: hidden; margin-top: -45px; border: 1px solid var(--line); border-radius: 18px; background: var(--surface); box-shadow: 0 18px 42px rgba(31,32,40,.09); }
.case-study-metrics article { min-height: 150px; display: flex; flex-direction: column; justify-content: center; gap: 9px; padding: 28px; border-left: 1px solid var(--line); }.case-study-metrics article:first-child { border-left: 0; }
.case-study-metrics strong { color: var(--heading); font-size: clamp(34px,4vw,52px); line-height: 1; letter-spacing: -2px; }.case-study-metrics span { max-width: 180px; color: var(--muted); font-size: 11px; font-weight: 700; line-height: 1.55; }
.case-study-content { max-width: 1050px; margin: 72px auto 0; border-top: 1px solid var(--line); }
.case-study-section { display: grid; grid-template-columns: 80px minmax(0,1fr); gap: 34px; padding: 50px 0; border-bottom: 1px solid var(--line); }
.case-study-section > span { color: var(--brand-purple); font-size: 12px; font-weight: 850; letter-spacing: 1px; }.case-study-section h2 { color: var(--heading); font-size: clamp(27px,3vw,38px); line-height: 1.2; letter-spacing: -.8px; }
.case-study-section p { max-width: 820px; margin-top: 17px; color: var(--text); font-size: 14px; line-height: 1.85; }.case-study-section ul { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px 20px; margin: 24px 0 0; padding: 0; list-style: none; }.case-study-section li { position: relative; padding: 13px 15px 13px 42px; border: 1px solid var(--line); border-radius: 10px; background: var(--surface); color: var(--text); font-size: 12px; line-height: 1.55; }.case-study-section li::before { content: "✓"; position: absolute; left: 15px; color: var(--brand-purple); font-weight: 900; }
.case-study-redirect-sample { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; margin-top: 25px; }.case-study-redirect-sample code { display: block; padding: 14px 16px; border: 1px solid var(--line); border-radius: 10px; background: var(--surface); color: var(--heading); font-size: 12px; overflow-wrap: anywhere; }
.case-study-cta { padding: 78px 0 88px; text-align: center; background: radial-gradient(circle at 70% 0,rgba(250,91,25,.13),transparent 34%),radial-gradient(circle at 30% 100%,rgba(126,22,252,.15),transparent 36%),var(--surface); }.case-study-cta span { color: var(--brand-purple); font-size: 10px; font-weight: 850; letter-spacing: 1px; text-transform: uppercase; }.case-study-cta h2 { margin-top: 12px; color: var(--heading); font-size: clamp(33px,4vw,50px); }.case-study-cta p { max-width: 620px; margin: 13px auto 0; color: var(--muted); font-size: 14px; line-height: 1.75; }.case-study-cta a { display: inline-flex; min-height: 48px; align-items: center; gap: 10px; margin-top: 28px; padding: 0 22px; border-radius: 999px; background: linear-gradient(110deg,var(--brand-purple),var(--brand-orange)); color: #fff; font-size: 11px; font-weight: 850; box-shadow: 0 14px 30px rgba(126,22,252,.2); transition: transform .22s ease,box-shadow .22s ease; }.case-study-cta a:hover { transform: translateY(-2px); box-shadow: 0 18px 34px rgba(126,22,252,.28); }

/* Tools directory */
.tools-page-main { padding-bottom: 0; }
.portfolio-hero-tools { background: radial-gradient(circle at 78% 16%, rgba(250,91,25,.32), transparent 28%), radial-gradient(circle at 56% 110%, rgba(126,22,252,.34), transparent 40%), linear-gradient(125deg, #171921, #2e303a 58%, #181a22); }
.tools-directory-section { padding: 72px 0 86px; }
.tools-directory-intro { display: grid; grid-template-columns: minmax(0, .9fr) minmax(360px, .75fr); align-items: end; gap: 70px; }
.tools-directory-intro > div > span, .tools-method-head > span { color: var(--pink); font-size: 11px; font-weight: 800; letter-spacing: 1.2px; text-transform: uppercase; }
.tools-directory-intro h2 { margin-top: 12px; font-size: clamp(32px, 4vw, 48px); letter-spacing: -1.6px; line-height: 1.18; }
.tools-directory-intro > p { padding-bottom: 5px; color: var(--muted); font-size: 15px; line-height: 1.8; }
.tools-filter-row { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin: 45px 0 30px; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.tools-filter-tabs { display: flex; min-width: 0; flex-wrap: wrap; gap: 8px; }
.tools-filter-tabs button { min-height: 40px; padding: 8px 17px; border: 1px solid var(--line); border-radius: 22px; background: var(--surface); color: var(--muted); font-size: 11px; font-weight: 750; cursor: pointer; transition: border-color .25s ease, background .25s ease, color .25s ease, box-shadow .25s ease, transform .25s ease; }
.tools-filter-tabs button:hover { border-color: rgba(126,22,252,.28); color: var(--heading); transform: translateY(-2px); }
.tools-filter-tabs button.active { border-color: transparent; background: linear-gradient(105deg, var(--brand-purple), var(--brand-orange)); color: #fff; box-shadow: 0 8px 22px rgba(126,22,252,.2); }
.tools-filter-tabs button:focus-visible { outline: 2px solid var(--brand-orange); outline-offset: 3px; }
.tools-filter-row > p { flex: 0 0 auto; color: var(--muted); font-size: 11px; }
.tools-filter-row > p strong { margin-right: 4px; color: var(--pink); font-size: 15px; }
.tools-recommendation-list { display: grid; gap: 30px; }
.tool-recommendation-card { --tool-accent: #796bea; display: grid; min-width: 0; grid-template-columns: 285px minmax(0, 1fr); overflow: hidden; border: 1px solid var(--line); border-radius: 17px; background: var(--surface); box-shadow: var(--shadow); transition: border-color .35s ease, box-shadow .35s ease, transform .35s ease; }
.tool-recommendation-card[hidden] { display: none; }
.tool-recommendation-card:hover { border-color: color-mix(in srgb, var(--tool-accent) 40%, var(--line)); box-shadow: var(--shadow-lg); transform: translateY(-4px); }
.tool-recommendation-card.tone-violet { --tool-accent: #7e16fc; }.tool-recommendation-card.tone-orange { --tool-accent: #fa5b19; }.tool-recommendation-card.tone-green { --tool-accent: #43ac6a; }.tool-recommendation-card.tone-cyan { --tool-accent: #2fa7c9; }.tool-recommendation-card.tone-rose { --tool-accent: #db548a; }.tool-recommendation-card.tone-amber { --tool-accent: #e7a422; }
.tool-brand-panel { position: relative; display: flex; min-height: 330px; flex-direction: column; align-items: center; justify-content: center; padding: 48px 30px 32px; overflow: hidden; border-right: 1px solid var(--line); background: linear-gradient(150deg, color-mix(in srgb, var(--tool-accent) 10%, var(--surface-soft)), var(--surface-soft)); text-align: center; }
.tool-brand-panel::after { position: absolute; width: 190px; height: 190px; right: -105px; bottom: -120px; border: 32px solid color-mix(in srgb, var(--tool-accent) 12%, transparent); border-radius: 50%; content: ""; }
.tool-label { position: absolute; top: 0; left: 0; padding: 8px 15px; border-radius: 0 0 9px 0; background: #1e2026; color: #fff; font-size: 10px; font-weight: 850; letter-spacing: 1px; text-transform: uppercase; }
.tool-mark { position: relative; z-index: 1; display: grid; width: 100px; height: 100px; place-items: center; border: 1px solid color-mix(in srgb, var(--tool-accent) 24%, transparent); border-radius: 25px; background: linear-gradient(145deg, color-mix(in srgb, var(--tool-accent) 88%, white), var(--tool-accent)); color: #fff; box-shadow: 0 18px 36px color-mix(in srgb, var(--tool-accent) 23%, transparent); font-size: 25px; font-weight: 900; letter-spacing: -1px; transform: rotate(-3deg); transition: transform .4s cubic-bezier(.2,.8,.2,1); }
.tool-recommendation-card:hover .tool-mark { transform: rotate(2deg) scale(1.05); }
.tool-brand-panel > strong { position: relative; z-index: 1; margin-top: 23px; color: var(--heading); font-size: 18px; line-height: 1.35; }
.tool-brand-panel > small { position: relative; z-index: 1; margin-top: 5px; color: var(--muted); font-size: 10px; }
.tool-card-body { min-width: 0; padding: 36px 40px 34px; }
.tool-card-body header > span { color: var(--tool-accent); font-size: 10px; font-weight: 850; letter-spacing: .9px; text-transform: uppercase; }
.tool-card-body header h2 { margin-top: 5px; font-size: 28px; letter-spacing: -.7px; }
.tool-card-body > p { max-width: 800px; margin-top: 13px; color: var(--text); font-size: 14px; line-height: 1.8; }
.tool-card-lower { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(260px, .75fr); gap: 34px; margin-top: 26px; padding-top: 25px; border-top: 1px solid var(--line); }
.tool-use-label { display: block; margin-bottom: 13px; color: var(--tool-accent); font-size: 9px; font-weight: 850; letter-spacing: .8px; text-transform: uppercase; }
.tool-card-lower ul { display: grid; align-content: start; gap: 11px; margin: 0; padding: 0; list-style: none; }
.tool-card-lower li { display: flex; align-items: flex-start; gap: 10px; color: var(--text); font-size: 12px; line-height: 1.55; }
.tool-card-lower li i { display: grid; width: 18px; height: 18px; flex: 0 0 18px; place-items: center; border: 1px solid color-mix(in srgb, var(--tool-accent) 35%, transparent); border-radius: 50%; color: var(--tool-accent); font-size: 9px; font-style: normal; font-weight: 900; }
.tool-card-meta { padding-left: 30px; border-left: 1px solid var(--line); }
.tool-card-meta dl { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin: 0; }
.tool-card-meta dt { color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .8px; text-transform: uppercase; }
.tool-card-meta dd { margin: 4px 0 0; color: var(--heading); font-size: 12px; font-weight: 750; line-height: 1.45; }
.tool-card-meta > a { display: inline-flex; min-height: 42px; align-items: center; justify-content: center; gap: 10px; margin-top: 24px; padding: 9px 17px; border-radius: 8px; background: linear-gradient(105deg, var(--brand-purple), var(--brand-orange)); color: #fff; font-size: 11px; font-weight: 800; box-shadow: 0 10px 22px rgba(126,22,252,.16); transition: box-shadow .25s ease, transform .25s ease; }
.tool-card-meta > a:hover { box-shadow: 0 13px 28px rgba(126,22,252,.26); transform: translateY(-2px); }
.tool-card-meta > a span { transition: transform .2s ease; }.tool-card-meta > a:hover span { transform: translate(2px,-2px); }
.tools-method-section { padding: 82px 0 90px; background: #191a1f; color: rgba(255,255,255,.72); }
.tools-method-head { max-width: 760px; }
.tools-method-head h2 { margin-top: 11px; color: #fff; font-size: clamp(31px,4vw,47px); letter-spacing: -1.5px; }
.tools-method-head p { margin-top: 16px; color: rgba(255,255,255,.62); font-size: 15px; line-height: 1.8; }
.tools-method-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; margin-top: 38px; }
.tools-method-grid article { min-height: 245px; padding: 30px; border: 1px solid rgba(255,255,255,.08); border-radius: 14px; background: #25262c; transition: border-color .3s ease, background .3s ease, transform .3s ease; }
.tools-method-grid article:hover { border-color: rgba(153,72,255,.42); background: #2a2b32; transform: translateY(-5px); }
.tools-method-grid article > span { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 12px; background: linear-gradient(135deg,var(--brand-purple),var(--brand-orange)); color: #fff; font-size: 11px; font-weight: 900; }
.tools-method-grid h3 { margin-top: 29px; color: #fff; font-size: 19px; }
.tools-method-grid p { margin-top: 10px; color: rgba(255,255,255,.6); font-size: 13px; line-height: 1.75; }

/* Refined Tools directory */
.portfolio-hero-tools { min-height: 430px; background: radial-gradient(circle at 79% 8%,rgba(126,22,252,.34),transparent 28%),radial-gradient(circle at 54% 120%,rgba(250,91,25,.21),transparent 38%),linear-gradient(125deg,#191a1f,#2b2c32 58%,#17181c); }
.tools-directory-section { padding: 82px 0 92px; background: var(--surface-soft); }
.tools-directory-intro { align-items: end; }
.tools-directory-intro > div > span, .tools-method-head > span { font-size: 10px; font-weight: 850; letter-spacing: 1.05px; }
.tools-directory-intro h2 { max-width: 700px; margin-top: 10px; font-size: clamp(32px,4vw,48px); line-height: 1.15; }
.tools-directory-intro > p { max-width: 690px; padding-bottom: 3px; font-size: 13px; line-height: 1.8; }
.tools-filter-row { margin: 40px 0 27px; }
.tools-recommendation-list { gap: 30px; }
.tools-disclosure { max-width: 850px; margin: 27px auto 0; color: var(--muted); font-size: 9px; line-height: 1.65; text-align: center; }
.tools-method-section { padding: 82px 0 92px; background: var(--surface); color: var(--text); }
.tools-method-head { max-width: 800px; }
.tools-method-head h2 { color: var(--heading); line-height: 1.15; }
.tools-method-head p { color: var(--muted); font-size: 13px; line-height: 1.8; }
.tools-method-grid article { border-color: var(--line); background: var(--surface-soft); box-shadow: var(--shadow); }
.tools-method-grid article:hover { border-color: rgba(126,22,252,.28); background: var(--surface-soft); box-shadow: var(--shadow-lg); }
.tools-method-grid h3 { color: var(--heading); }
.tools-method-grid p { color: var(--muted); font-size: 12px; }
.tools-next-section { padding: 82px 0 92px; background: var(--surface-soft); }
.tools-next-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; margin-top: 39px; }
.tools-next-grid > a { position: relative; display: flex; min-height: 235px; flex-direction: column; align-items: flex-start; padding: 29px 27px; overflow: hidden; border: 1px solid var(--line); border-radius: 16px; background: var(--surface); box-shadow: var(--shadow); transition: border-color .3s ease,box-shadow .3s ease,transform .3s ease; }
.tools-next-grid > a::after { position: absolute; width: 125px; height: 125px; right: -72px; bottom: -78px; border: 22px solid rgba(126,22,252,.055); border-radius: 50%; content: ""; }
.tools-next-grid > a:hover { border-color: rgba(126,22,252,.3); box-shadow: var(--shadow-lg); transform: translateY(-5px); }
.tools-next-grid span { display: grid; width: 40px; height: 40px; place-items: center; border-radius: 10px; background: linear-gradient(135deg,var(--brand-purple),var(--brand-orange)); color: #fff; font-size: 9px; font-weight: 900; }
.tools-next-grid h3 { margin-top: 29px; color: var(--heading); font-size: 18px; }
.tools-next-grid p { margin-top: 9px; color: var(--muted); font-size: 11px; line-height: 1.7; }
.tools-next-grid b { margin-top: auto; padding-top: 19px; color: var(--brand-purple); font-size: 17px; transition: transform .2s ease; }
.tools-next-grid > a:hover b { transform: translateX(4px); }

/* About */
.about-main { overflow: hidden; background: var(--surface); color: var(--text); }
.portfolio-hero-about { min-height: 420px; background: radial-gradient(circle at 79% 8%,rgba(126,22,252,.32),transparent 28%),radial-gradient(circle at 54% 120%,rgba(250,91,25,.2),transparent 38%),linear-gradient(125deg,#191a1f,#2b2c32 58%,#17181c); }
.about-profile-portrait { position: relative; width: min(100%,430px); margin: 0; padding: 8px; border: 1px solid rgba(126,22,252,.14); border-radius: 25px; background: linear-gradient(145deg,rgba(153,72,255,.28),rgba(250,91,25,.2)); box-shadow: 0 30px 70px rgba(25,20,45,.18); }.about-profile-portrait img { width: 100%; aspect-ratio: 1; border-radius: 18px; object-fit: cover; }.about-profile-portrait figcaption { position: absolute; right: 23px; bottom: 23px; left: 23px; display: grid; padding: 14px 16px; border: 1px solid rgba(255,255,255,.15); border-radius: 11px; background: rgba(17,18,22,.86); backdrop-filter: blur(12px); }.about-profile-portrait figcaption strong { color: #fff; font-size: 14px; }.about-profile-portrait figcaption span { margin-top: 2px; color: rgba(255,255,255,.7); font-size: 10px; font-weight: 700; }.about-profile-portrait figcaption small { margin-top: 5px; color: rgba(255,255,255,.43); font-size: 8px; }
.about-stat-section { padding: 60px 0; background: var(--surface); }.about-stat-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: var(--surface); box-shadow: var(--shadow-lg); }.about-stat-grid article { min-height: 145px; display: grid; align-content: center; padding: 24px 18px; border-left: 1px solid var(--line); text-align: center; }.about-stat-grid article:first-child { border-left: 0; }.about-stat-grid strong { background: linear-gradient(110deg,var(--brand-purple),var(--brand-orange)); -webkit-background-clip: text; background-clip: text; color: transparent; font-size: clamp(37px,4.5vw,57px); line-height: 1; letter-spacing: -1.8px; }.about-stat-grid span { margin-top: 11px; color: var(--muted); font-size: 10px; font-weight: 750; line-height: 1.5; }
.about-story-section { padding: 82px 0 94px; background: var(--surface-soft); }.about-story-layout { display: grid; grid-template-columns: minmax(300px,430px) minmax(0,1fr); gap: clamp(45px,7vw,95px); align-items: center; }.about-story-content { min-width: 0; }.about-section-head h2 { max-width: 850px; margin-top: 10px; color: var(--heading); font-size: clamp(34px,4.4vw,53px); letter-spacing: -1.7px; line-height: 1.15; }.about-section-head > span { color: var(--pink); font-size: 10px; font-weight: 850; letter-spacing: 1.2px; text-transform: uppercase; }.about-section-head.centered { max-width: 830px; margin-inline: auto; text-align: center; }.about-section-head.centered h2 { margin-inline: auto; }
.about-story-copy { display: grid; gap: 17px; margin-top: 24px; }.about-story-copy p { color: var(--muted); font-size: 14px; line-height: 1.85; }.about-topic-list { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 9px; }.about-topic-list span { padding: 8px 12px; border: 1px solid var(--line); border-radius: 999px; background: var(--surface); color: var(--heading); font-size: 9px; font-weight: 800; }.about-story-cta { display: inline-flex; width: max-content; min-height: 43px; align-items: center; gap: 10px; margin-top: 8px; padding: 9px 18px; border-radius: 9px; background: linear-gradient(110deg,var(--brand-purple),var(--brand-orange)); color: #fff; font-size: 10px; font-weight: 850; box-shadow: 0 12px 25px rgba(126,22,252,.18); transition: box-shadow .25s ease,transform .25s ease; }.about-story-cta:hover { box-shadow: 0 16px 30px rgba(126,22,252,.28); transform: translateY(-2px); }
.about-mission-section { padding: 82px 0 94px; background: var(--surface); }.about-mission-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; margin-top: 39px; }.about-mission-grid article { position: relative; min-height: 235px; padding: 29px 27px; overflow: hidden; border: 1px solid var(--line); border-radius: 16px; background: var(--surface-soft); box-shadow: var(--shadow); transition: border-color .3s ease, box-shadow .3s ease, transform .3s ease; }.about-mission-grid article::before { position: absolute; height: 3px; top: 0; right: 0; left: 0; background: linear-gradient(90deg,var(--brand-purple),var(--brand-orange)); content: ""; }.about-mission-grid article:hover { border-color: rgba(126,22,252,.28); box-shadow: var(--shadow-lg); transform: translateY(-5px); }.about-mission-grid article > span { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 11px; background: linear-gradient(135deg,rgba(126,22,252,.13),rgba(250,91,25,.12)); color: var(--pink); font-size: 10px; font-weight: 900; }.about-mission-grid h3 { margin-top: 34px; color: var(--heading); font-size: 18px; }.about-mission-grid p { margin-top: 10px; color: var(--muted); font-size: 12px; line-height: 1.75; }
.about-evidence-section { padding: 82px 0 94px; background: var(--surface-soft); }.about-evidence-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; margin-top: 39px; }.about-evidence-grid > a { position: relative; min-height: 290px; overflow: hidden; border-radius: 16px; background: #18191d; box-shadow: var(--shadow); }.about-evidence-grid img { width: 100%; height: 100%; min-height: 290px; object-fit: cover; transition: filter .5s ease, transform .65s cubic-bezier(.2,.75,.2,1); }.about-evidence-grid > a::after { position: absolute; inset: 0; background: linear-gradient(180deg,transparent 34%,rgba(12,12,15,.9)); content: ""; }.about-evidence-grid > a:hover img { filter: saturate(1.08); transform: scale(1.045); }.about-evidence-grid > a > span { position: absolute; z-index: 2; right: 22px; bottom: 22px; left: 22px; display: grid; }.about-evidence-grid small { color: var(--brand-peach); font-size: 9px; font-weight: 850; letter-spacing: .8px; text-transform: uppercase; }.about-evidence-grid strong { margin-top: 5px; color: #fff; font-size: 17px; }.about-evidence-grid b { position: absolute; z-index: 2; width: 38px; height: 38px; right: 18px; top: 18px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; background: rgba(18,18,22,.62); color: #fff; font-size: 13px; backdrop-filter: blur(10px); transition: background .25s ease, transform .25s ease; }.about-evidence-grid > a:hover b { background: linear-gradient(135deg,var(--brand-purple),var(--brand-orange)); transform: rotate(9deg); }
.about-contact-section { padding: 82px 0 90px; background: radial-gradient(circle at 75% 20%,rgba(255,213,155,.22),transparent 28%),linear-gradient(110deg,#6d12e7,#9c3ef0 42%,#fa5b19); text-align: center; }.about-contact-section h2 { max-width: 850px; margin: 11px auto 0; color: #fff; font-size: clamp(34px,5vw,58px); letter-spacing: -1.9px; }.about-contact-section p { max-width: 640px; margin: 17px auto 0; color: rgba(255,255,255,.75); font-size: 14px; }.about-contact-section a { display: inline-flex; min-height: 46px; align-items: center; gap: 12px; margin-top: 27px; padding: 10px 21px; border-radius: 9px; background: #fff; color: #1d1d22; font-size: 11px; font-weight: 850; transition: box-shadow .25s ease, transform .25s ease; }.about-contact-section a:hover { box-shadow: 0 15px 32px rgba(0,0,0,.22); transform: translateY(-3px); }

/* Verified project evidence */
.trust-proof-section { padding: 82px 0 92px; background: var(--surface-soft); }
.trust-proof-head { max-width: 810px; }
.trust-proof-head > span, .services-section-head > span, .contact-enquiry-copy > span { color: var(--pink); font-size: 10px; font-weight: 850; letter-spacing: 1.05px; text-transform: uppercase; }
.trust-proof-head h2, .services-section-head h2 { margin-top: 9px; color: var(--heading); font-size: clamp(31px,4vw,47px); letter-spacing: -1.4px; line-height: 1.16; }
.trust-proof-head p, .services-section-head > p { max-width: 720px; margin-top: 15px; color: var(--muted); font-size: 14px; line-height: 1.8; }
.trust-proof-metrics { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); margin-top: 39px; overflow: hidden; border: 1px solid var(--line); border-radius: 15px; background: var(--surface); box-shadow: var(--shadow); }
.trust-proof-metrics article { min-height: 135px; display: flex; align-items: center; gap: 19px; padding: 25px 28px; border-left: 1px solid var(--line); }.trust-proof-metrics article:first-child { border-left: 0; }
.trust-proof-metrics strong { min-width: 64px; background: linear-gradient(110deg,var(--brand-purple),var(--brand-orange)); -webkit-background-clip: text; background-clip: text; color: transparent; font-size: 42px; line-height: 1; letter-spacing: -1.7px; }
.trust-proof-metrics span { color: var(--heading); font-size: 12px; font-weight: 750; line-height: 1.55; }
.trust-proof-grid, .service-proof-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; margin-top: 22px; }
.trust-proof-grid > a, .service-proof-grid > a { position: relative; min-height: 250px; padding: 29px; overflow: hidden; border: 1px solid var(--line); border-radius: 15px; background: var(--surface); box-shadow: var(--shadow); transition: border-color .3s ease, box-shadow .3s ease, transform .3s ease; }
.trust-proof-grid > a::after, .service-proof-grid > a::after { position: absolute; width: 130px; height: 130px; right: -72px; bottom: -80px; border: 22px solid rgba(126,22,252,.055); border-radius: 50%; content: ""; }
.trust-proof-grid > a:hover, .service-proof-grid > a:hover { border-color: rgba(126,22,252,.3); box-shadow: var(--shadow-lg); transform: translateY(-5px); }
.trust-proof-grid span, .service-proof-grid span { color: var(--pink); font-size: 9px; font-weight: 850; letter-spacing: .8px; text-transform: uppercase; }
.trust-proof-grid h3, .service-proof-grid h3 { margin-top: 12px; color: var(--heading); font-size: 18px; line-height: 1.4; }
.trust-proof-grid p, .service-proof-grid p { margin-top: 13px; color: var(--muted); font-size: 12px; line-height: 1.7; }
.trust-proof-grid b, .service-proof-grid b { position: absolute; z-index: 1; left: 29px; bottom: 25px; color: var(--pink); font-size: 10px; }

/* Productized Services */
.services-product-page { padding-bottom: 0; }
.portfolio-hero-services { min-height: 455px; background: radial-gradient(circle at 78% 10%, rgba(126,22,252,.35), transparent 28%), radial-gradient(circle at 56% 115%, rgba(250,91,25,.22), transparent 40%), linear-gradient(125deg,#18191d,#2b2c32 58%,#17181c); }
.portfolio-hero-services h1 { max-width: 930px; }
.service-outcomes-section, .service-offers-section, .service-process-section, .service-proof-section { padding: 82px 0 92px; }
.services-section-head { max-width: 840px; }.services-section-head.centered { margin-inline: auto; text-align: center; }.services-section-head.centered > p { margin-inline: auto; }
.service-outcome-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; margin-top: 39px; }
.service-outcome-grid article { min-height: 250px; padding: 31px; border: 1px solid var(--line); border-radius: 15px; background: var(--surface); box-shadow: var(--shadow); transition: box-shadow .3s ease, transform .3s ease; }.service-outcome-grid article:hover { box-shadow: var(--shadow-lg); transform: translateY(-5px); }
.service-outcome-grid i { display: grid; width: 48px; height: 48px; place-items: center; border-radius: 13px; background: linear-gradient(135deg,rgba(126,22,252,.13),rgba(250,91,25,.12)); color: var(--pink); font-size: 19px; font-style: normal; }
.service-outcome-grid h3 { margin-top: 36px; font-size: 19px; }.service-outcome-grid p { margin-top: 10px; color: var(--muted); font-size: 13px; line-height: 1.75; }
.service-offers-section { background: #191a1f; color: rgba(255,255,255,.7); }.service-offers-section .services-section-head h2 { color: #fff; }.service-offers-section .services-section-head > p { color: rgba(255,255,255,.57); }
.service-offer-list { display: grid; gap: 20px; margin-top: 43px; }
.service-offer-card { display: grid; min-width: 0; grid-template-columns: 135px minmax(0,.95fr) minmax(360px,1.05fr); gap: 34px; padding: 34px; border: 1px solid rgba(255,255,255,.09); border-radius: 17px; background: #25262c; transition: border-color .3s ease, background .3s ease, transform .3s ease; }.service-offer-card:hover { border-color: rgba(153,72,255,.4); background: #292a31; transform: translateY(-4px); }
.service-offer-card > aside { display: flex; flex-direction: column; align-items: flex-start; gap: 14px; padding-right: 27px; border-right: 1px solid rgba(255,255,255,.1); }.service-offer-card > aside strong { background: linear-gradient(115deg,var(--brand-lilac),var(--brand-peach)); -webkit-background-clip: text; background-clip: text; color: transparent; font-size: 46px; line-height: 1; letter-spacing: -2px; }.service-offer-card > aside span { color: rgba(255,255,255,.48); font-size: 9px; font-weight: 800; letter-spacing: .8px; text-transform: uppercase; }
.service-offer-main h2 { color: #fff; font-size: 27px; letter-spacing: -.7px; }.service-offer-main > p { margin-top: 13px; color: rgba(255,255,255,.61); font-size: 13px; line-height: 1.75; }
.service-offer-main dl { display: grid; gap: 15px; margin-top: 24px; }.service-offer-main dl > div { padding-top: 13px; border-top: 1px solid rgba(255,255,255,.08); }.service-offer-main dt { color: var(--brand-peach); font-size: 9px; font-weight: 850; letter-spacing: .7px; text-transform: uppercase; }.service-offer-main dd { margin: 5px 0 0; color: rgba(255,255,255,.68); font-size: 11px; line-height: 1.55; }
.service-offer-deliverables { padding-left: 31px; border-left: 1px solid rgba(255,255,255,.1); }.service-offer-deliverables > span { color: var(--brand-peach); font-size: 9px; font-weight: 850; letter-spacing: .7px; text-transform: uppercase; }.service-offer-deliverables ul { display: grid; gap: 10px; margin: 16px 0 0; padding: 0; list-style: none; }.service-offer-deliverables li { position: relative; padding-left: 22px; color: rgba(255,255,255,.69); font-size: 12px; line-height: 1.5; }.service-offer-deliverables li::before { position: absolute; left: 0; color: var(--brand-lilac); font-weight: 900; content: "✓"; }.service-offer-deliverables > p { margin-top: 19px; color: rgba(255,255,255,.57); font-size: 11px; line-height: 1.6; }.service-offer-deliverables > p strong { color: #fff; }
.service-offer-deliverables > a, .service-final-cta a, .contact-enquiry-copy > a { display: inline-flex; min-height: 43px; align-items: center; gap: 11px; margin-top: 24px; padding: 9px 18px; border-radius: 9px; background: linear-gradient(110deg,var(--brand-purple),var(--brand-orange)); color: #fff; font-size: 11px; font-weight: 850; box-shadow: 0 12px 25px rgba(126,22,252,.18); transition: box-shadow .25s ease, transform .25s ease; }.service-offer-deliverables > a:hover, .service-final-cta a:hover, .contact-enquiry-copy > a:hover { box-shadow: 0 16px 30px rgba(126,22,252,.28); transform: translateY(-2px); }
.service-process-section { background: var(--surface-soft); }.service-process-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 17px; margin-top: 39px; }.service-process-grid article { position: relative; min-height: 245px; overflow: hidden; padding: 27px; border: 1px solid var(--line); border-radius: 15px; background: var(--surface); box-shadow: var(--shadow); transition: border-color .25s ease,box-shadow .25s ease,transform .25s ease; }.service-process-grid article:hover { border-color: color-mix(in srgb,var(--brand-purple) 30%,var(--line)); box-shadow: var(--shadow-lg); transform: translateY(-4px); }.service-process-grid article::after { position: absolute; width: 118px; height: 118px; right: -62px; bottom: -67px; border: 18px solid color-mix(in srgb,var(--brand-purple) 7%,transparent); border-radius: 50%; content: ""; pointer-events: none; }.service-process-card-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; }.service-process-card-top i { display: grid; width: 50px; height: 50px; flex: 0 0 50px; place-items: center; border-radius: 14px; background: linear-gradient(135deg,color-mix(in srgb,var(--brand-purple) 15%,var(--surface)),color-mix(in srgb,var(--brand-orange) 10%,var(--surface))); color: var(--brand-purple); font-style: normal; }.service-process-card-top svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }.service-process-grid article:nth-child(even) .service-process-card-top i { color: var(--brand-orange); }.service-process-grid strong { padding-top: 3px; color: var(--pink); font-size: 11px; }.service-process-grid h3 { margin-top: 29px; font-size: 18px; }.service-process-grid p { margin-top: 10px; color: var(--muted); font-size: 12px; line-height: 1.7; }
.service-proof-section { background: var(--surface); }.service-proof-grid { margin-top: 39px; }.service-proof-grid > a { background: var(--surface-soft); }
.service-final-cta { padding: 86px 0 92px; background: radial-gradient(circle at 80% 15%,rgba(255,213,155,.23),transparent 27%),linear-gradient(110deg,#6811de,#9839ee 43%,#fa5b19); text-align: center; }.service-final-cta span { color: rgba(255,255,255,.72); font-size: 10px; font-weight: 850; letter-spacing: .9px; text-transform: uppercase; }.service-final-cta h2 { max-width: 850px; margin: 10px auto 0; color: #fff; font-size: clamp(34px,5vw,57px); letter-spacing: -1.8px; }.service-final-cta p { max-width: 650px; margin: 17px auto 0; color: rgba(255,255,255,.72); font-size: 14px; line-height: 1.75; }.service-final-cta a { background: #fff; color: #1b1c20; }

/* Unified Services hub and detail pages */
.service-anchor-alias { display: block; position: relative; top: -105px; height: 0; visibility: hidden; }
.service-directory-section, .service-chooser-section, .services-faq-section, .service-scope-section, .service-detail-outcomes, .service-fit-section, .service-related-section { padding: 82px 0 92px; }
.service-directory-section, .service-scope-section, .services-faq-section, .service-related-section { background: var(--surface); }
.service-directory-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 20px; margin-top: 43px; }
.service-directory-card { min-width: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: var(--surface); box-shadow: var(--shadow); transition: border-color .3s ease, box-shadow .3s ease, transform .3s ease; }
.service-directory-card:hover { border-color: color-mix(in srgb,var(--brand-purple) 30%,var(--line)); box-shadow: var(--shadow-lg); transform: translateY(-5px); }
.service-directory-image { display: block; position: relative; overflow: hidden; aspect-ratio: 16 / 10; background: var(--surface-soft); }
.service-directory-image::after { position: absolute; inset: 0; background: linear-gradient(180deg,transparent 55%,rgba(18,18,24,.42)); content: ""; pointer-events: none; }
.service-directory-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.2,.8,.2,1); }
.service-directory-card:hover .service-directory-image img { transform: scale(1.025); }
.service-directory-image > span { position: absolute; z-index: 1; right: 19px; bottom: 17px; display: grid; width: 48px; height: 48px; place-items: center; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; background: rgba(22,22,27,.58); color: #fff; font-size: 11px; font-weight: 850; backdrop-filter: blur(8px); }
.service-directory-body { display: flex; min-height: 220px; flex-direction: column; align-items: flex-start; padding: 25px 24px 27px; }
.service-directory-body > small, .service-detail-hero-copy > small { color: var(--pink); font-size: 9px; font-weight: 850; letter-spacing: .9px; text-transform: uppercase; }
.service-directory-body h2 { margin-top: 9px; font-size: 23px; letter-spacing: -.6px; }.service-directory-body h2 a { transition: color .2s ease; }.service-directory-body h2 a:hover { color: var(--brand-purple); }
.service-directory-body > p { margin-top: 12px; color: var(--muted); font-size: 13px; line-height: 1.75; }
.service-directory-body dl { display: grid; gap: 14px; margin-top: 22px; }.service-directory-body dl > div { padding-top: 13px; border-top: 1px solid var(--line); }.service-directory-body dt { color: var(--pink); font-size: 9px; font-weight: 850; letter-spacing: .7px; text-transform: uppercase; }.service-directory-body dd { margin: 5px 0 0; color: var(--text); font-size: 11px; line-height: 1.55; }
.service-directory-link { display: inline-flex; align-items: center; gap: 11px; margin-top: auto; padding-top: 22px; color: var(--brand-purple); font-size: 11px; font-weight: 850; }.service-directory-link b { transition: transform .2s ease; }.service-directory-link:hover b { transform: translateX(4px); }
.service-chooser-section, .service-detail-outcomes, .service-fit-section { background: var(--surface-soft); }
.service-chooser-layout, .services-faq-layout, .service-fit-layout { display: grid; grid-template-columns: minmax(280px,.7fr) minmax(520px,1.3fr); gap: 72px; align-items: start; }
.service-chooser-list { display: grid; gap: 12px; }
.service-chooser-list > a { display: grid; min-width: 0; grid-template-columns: 43px minmax(0,1fr) 24px; gap: 17px; align-items: center; padding: 19px 20px; border: 1px solid var(--line); border-radius: 13px; background: var(--surface); box-shadow: var(--shadow); transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease; }
.service-chooser-list > a:hover { border-color: color-mix(in srgb,var(--brand-purple) 35%,var(--line)); box-shadow: var(--shadow-lg); transform: translateX(4px); }
.service-chooser-list > a > span { display: grid; width: 43px; height: 43px; place-items: center; border-radius: 11px; background: linear-gradient(135deg,color-mix(in srgb,var(--brand-purple) 12%,var(--surface)),color-mix(in srgb,var(--brand-orange) 10%,var(--surface))); color: var(--brand-purple); font-size: 10px; font-weight: 850; }
.service-chooser-list strong { display: block; color: var(--heading); font-size: 15px; }.service-chooser-list small { display: block; margin-top: 4px; color: var(--muted); font-size: 10px; line-height: 1.5; }.service-chooser-list > a > b { color: var(--pink); font-size: 18px; }
.services-faq-list { margin-top: 0; }
.services-faq-list > section { border-color: var(--line); background: var(--surface-soft); }

.service-detail-hero { position: relative; min-height: 540px; overflow: hidden; background: radial-gradient(circle at 82% 12%,rgba(126,22,252,.36),transparent 28%),radial-gradient(circle at 45% 112%,rgba(250,91,25,.24),transparent 39%),linear-gradient(125deg,#18191d,#292a30 58%,#17181c); }
.service-detail-hero::before { position: absolute; width: 520px; height: 520px; top: -355px; right: -35px; border: 74px solid rgba(255,255,255,.035); border-radius: 50%; box-shadow: 0 0 0 55px rgba(126,22,252,.035),0 0 0 110px rgba(250,91,25,.02); content: ""; }
.service-detail-hero-grid { display: grid; min-height: 540px; grid-template-columns: minmax(0,1fr) minmax(430px,.82fr); gap: 70px; align-items: center; padding-block: 72px; }
.service-detail-hero-copy { position: relative; z-index: 1; }
.service-detail-hero-copy nav { display: flex; align-items: center; gap: 8px; margin-bottom: 29px; color: rgba(255,255,255,.48); font-size: 9px; font-weight: 750; text-transform: uppercase; letter-spacing: .6px; }.service-detail-hero-copy nav a { transition: color .2s ease; }.service-detail-hero-copy nav a:hover { color: #fff; }.service-detail-hero-copy nav strong { color: rgba(255,255,255,.75); }
.service-detail-hero-copy > small { color: var(--brand-peach); }
.service-detail-hero-copy h1 { max-width: 780px; margin-top: 12px; color: #fff; font-size: clamp(40px,5vw,66px); line-height: 1.05; letter-spacing: -2.1px; }
.service-detail-hero-copy > p { max-width: 700px; margin-top: 21px; color: rgba(255,255,255,.65); font-size: 14px; line-height: 1.8; }
.service-detail-hero-copy > a { display: inline-flex; min-height: 46px; align-items: center; gap: 11px; margin-top: 28px; padding: 10px 19px; border-radius: 9px; background: linear-gradient(110deg,var(--brand-purple),var(--brand-orange)); color: #fff; font-size: 11px; font-weight: 850; box-shadow: 0 15px 34px rgba(126,22,252,.24); transition: box-shadow .25s ease, transform .25s ease; }.service-detail-hero-copy > a:hover { box-shadow: 0 19px 40px rgba(126,22,252,.34); transform: translateY(-2px); }
.service-detail-hero figure { position: relative; z-index: 1; margin: 0; overflow: hidden; border: 1px solid rgba(255,255,255,.13); border-radius: 18px; background: #222; box-shadow: 0 28px 60px rgba(0,0,0,.3); }.service-detail-hero figure img { display: block; width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }.service-detail-hero figcaption { position: absolute; right: 14px; bottom: 13px; padding: 7px 10px; border: 1px solid rgba(255,255,255,.18); border-radius: 7px; background: rgba(20,20,24,.62); color: rgba(255,255,255,.8); font-size: 8px; font-weight: 800; letter-spacing: .5px; text-transform: uppercase; backdrop-filter: blur(8px); }
.service-snapshot-section { position: relative; z-index: 2; margin-top: -27px; padding-bottom: 48px; }.service-snapshot-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); overflow: hidden; border: 1px solid var(--line); border-radius: 16px; background: var(--surface); box-shadow: var(--shadow-lg); }.service-snapshot-grid article { min-height: 130px; padding: 27px 29px; border-left: 1px solid var(--line); }.service-snapshot-grid article:first-child { border-left: 0; }.service-snapshot-grid span { color: var(--pink); font-size: 9px; font-weight: 850; letter-spacing: .7px; text-transform: uppercase; }.service-snapshot-grid p { margin-top: 10px; color: var(--text); font-size: 12px; line-height: 1.65; }
.service-scope-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 25px; }.service-scope-grid.single { grid-template-columns: 1fr; }.service-scope-grid.single > article > ul { grid-template-columns: repeat(2,minmax(0,1fr)); }.service-scope-grid > article { min-width: 0; padding: 34px; border: 1px solid var(--line); border-radius: 17px; background: var(--surface); box-shadow: var(--shadow); }.service-scope-grid .services-section-head h2 { font-size: clamp(27px,3vw,38px); }.service-scope-grid ul, .service-fit-grid ul { display: grid; gap: 13px; margin: 29px 0 0; padding: 0; list-style: none; }.service-scope-grid li, .service-fit-grid li { position: relative; padding: 14px 15px 14px 43px; border: 1px solid var(--line); border-radius: 10px; background: var(--surface-soft); color: var(--text); font-size: 12px; line-height: 1.6; }.service-scope-grid li::before, .service-fit-grid li::before { position: absolute; left: 16px; color: var(--brand-purple); font-weight: 900; content: "✓"; }
.service-visual-overview { padding: 82px 0 92px; background: var(--surface); }.service-visual-overview-grid { display: grid; grid-template-columns: minmax(430px,1.08fr) minmax(380px,.92fr); gap: 58px; align-items: center; }.service-visual-overview figure { position: relative; overflow: hidden; margin: 0; border: 1px solid var(--line); border-radius: 18px; background: var(--surface-soft); box-shadow: var(--shadow-lg); }.service-visual-overview figure img { display: block; width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }.service-visual-overview figcaption { position: absolute; right: 15px; bottom: 14px; padding: 7px 10px; border-radius: 7px; background: rgba(20,20,24,.64); color: #fff; font-size: 9px; font-weight: 800; letter-spacing: .5px; text-transform: uppercase; backdrop-filter: blur(8px); }.service-visual-overview article > ul { display: grid; gap: 11px; margin: 27px 0 0; padding: 0; list-style: none; }.service-visual-overview article > ul li { position: relative; padding: 13px 14px 13px 41px; border: 1px solid var(--line); border-radius: 10px; background: var(--surface-soft); color: var(--text); font-size: 11px; line-height: 1.55; }.service-visual-overview article > ul li::before { position: absolute; left: 15px; color: var(--brand-purple); font-weight: 900; content: "✓"; }.service-visual-overview article > a { display: inline-flex; min-height: 43px; align-items: center; gap: 10px; margin-top: 23px; padding: 9px 17px; border-radius: 9px; background: linear-gradient(110deg,var(--brand-purple),var(--brand-orange)); color: #fff; font-size: 11px; font-weight: 850; box-shadow: 0 12px 25px rgba(126,22,252,.18); transition: box-shadow .25s ease, transform .25s ease; }.service-visual-overview article > a:hover { box-shadow: 0 16px 30px rgba(126,22,252,.28); transform: translateY(-2px); }
.service-detail-outcome-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; margin-top: 39px; }.service-detail-outcome-grid article { min-height: 250px; padding: 29px; border: 1px solid var(--line); border-radius: 15px; background: var(--surface); box-shadow: var(--shadow); }.service-detail-outcome-grid span { color: var(--pink); font-size: 10px; font-weight: 850; }.service-detail-outcome-grid h3 { margin-top: 43px; font-size: 19px; }.service-detail-outcome-grid p { margin-top: 11px; color: var(--muted); font-size: 12px; line-height: 1.75; }
.service-fit-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 19px; }.service-fit-grid article { padding: 29px; border: 1px solid var(--line); border-radius: 15px; background: var(--surface); box-shadow: var(--shadow); }.service-fit-grid h3 { font-size: 18px; }.service-fit-grid .not-fit li::before { color: var(--brand-orange); content: "–"; }
.service-related-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; margin-top: 39px; }.service-related-card { position: relative; overflow: hidden; min-height: 210px; border-radius: 15px; background: #222; box-shadow: var(--shadow); }.service-related-card::after { position: absolute; inset: 0; background: linear-gradient(180deg,transparent 30%,rgba(15,15,18,.82)); content: ""; }.service-related-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s cubic-bezier(.2,.8,.2,1); }.service-related-card:hover img { transform: scale(1.035); }.service-related-card > span { position: absolute; z-index: 1; right: 19px; bottom: 18px; left: 19px; display: grid; grid-template-columns: 32px minmax(0,1fr) 24px; align-items: center; gap: 8px; color: #fff; }.service-related-card small { color: rgba(255,255,255,.6); font-size: 9px; }.service-related-card strong { font-size: 15px; }.service-related-card b { font-size: 18px; }
.service-process-compact .service-process-grid article { min-height: 155px; }.service-process-compact .service-process-grid h3 { margin-top: 32px; }.service-process-compact .service-process-grid p { display: none; }
.service-deliverables-section, .service-work-section, .service-audience-section { padding: 82px 0 92px; }
.service-deliverables-section { background: linear-gradient(135deg,color-mix(in srgb,var(--brand-purple) 4%,var(--surface)),var(--surface) 48%,color-mix(in srgb,var(--brand-orange) 4%,var(--surface))); }
.service-work-section, .services-faq-section { background: var(--surface); }
.service-deliverables-layout { display: block; }
.service-deliverables-layout > .services-section-head { max-width: 780px; margin-inline: auto; text-align: center; }
.service-deliverables-list { display: grid; grid-template-columns: repeat(6,minmax(0,1fr)); gap: 20px; margin: 44px 0 0; padding: 0; list-style: none; }
.service-deliverables-list li { position: relative; display: flex; min-width: 0; min-height: 275px; grid-column: span 2; flex-direction: column; align-items: flex-start; overflow: hidden; padding: 30px 28px; border: 1px solid var(--line); border-radius: 19px; background: var(--surface); box-shadow: 0 14px 34px rgba(44,34,61,.07); transition: border-color .3s ease,box-shadow .3s ease,transform .3s ease; }
.service-deliverables-list li:nth-child(4) { grid-column: 2 / span 2; }
.service-deliverables-list li::after { position: absolute; width: 130px; height: 130px; right: -84px; bottom: -88px; border: 22px solid rgba(126,22,252,.045); border-radius: 50%; content: ""; transition: border-color .3s ease,transform .4s ease; pointer-events: none; }
.service-deliverables-list li:hover { border-color: color-mix(in srgb,var(--brand-purple) 34%,var(--line)); box-shadow: 0 22px 48px rgba(56,37,82,.13); transform: translateY(-7px); }
.service-deliverables-list li:hover::after { border-color: rgba(250,91,25,.09); transform: scale(1.08); }
.service-deliverables-list span { display: grid; width: 54px; height: 54px; place-items: center; border-radius: 14px; background: linear-gradient(135deg,var(--brand-purple),#b31bcc 55%,var(--brand-orange)); color: #fff; box-shadow: 0 12px 24px rgba(126,22,252,.22); transition: box-shadow .3s ease,transform .3s ease; }
.service-deliverables-list span svg { width: 25px; height: 25px; fill: none; stroke: currentColor; stroke-width: 1.65; stroke-linecap: round; stroke-linejoin: round; }
.service-deliverables-list li:hover span { box-shadow: 0 16px 30px rgba(126,22,252,.3); transform: translateY(-2px) rotate(-3deg); }
.service-deliverables-list small { margin-top: auto; padding-top: 42px; color: var(--brand-purple); font-size: 9px; font-weight: 850; letter-spacing: .9px; }
.service-deliverables-list strong { max-width: 330px; margin-top: 9px; color: var(--heading); font-size: 15px; line-height: 1.55; }
.service-detail-process { background: var(--surface-soft); }
.service-work-gallery { display: grid; grid-template-columns: repeat(6,minmax(0,1fr)); gap: 18px; margin-top: 44px; }
.service-work-card { position: relative; min-width: 0; overflow: hidden; grid-column: span 2; aspect-ratio: 16 / 10; margin: 0; border: 1px solid var(--line); border-radius: 20px; background: radial-gradient(circle at 80% 10%,rgba(126,22,252,.16),transparent 36%),#17181c; box-shadow: 0 18px 44px rgba(35,28,48,.12); transition: border-color .3s ease,box-shadow .3s ease,transform .3s ease; }
.service-work-card:nth-child(-n+2) { grid-column: span 3; aspect-ratio: 16 / 9; }
.service-work-card img { display: block; width: 100%; height: 100%; object-fit: contain; transition: filter .45s ease; }
.service-work-card::before { position: absolute; z-index: 1; inset: 0; border: 1px solid rgba(255,255,255,.08); border-radius: inherit; content: ""; pointer-events: none; }
.service-work-card::after { position: absolute; inset: 44% 0 0; background: linear-gradient(180deg,transparent,rgba(12,12,16,.84)); content: ""; pointer-events: none; }
.service-work-card figcaption { position: absolute; z-index: 2; right: 21px; bottom: 19px; left: 21px; display: grid; grid-template-columns: 34px minmax(0,1fr); align-items: center; gap: 12px; color: #fff; transform: translateY(3px); transition: transform .3s ease; }
.service-work-card figcaption span { display: grid; width: 34px; height: 34px; place-items: center; border: 1px solid rgba(255,255,255,.42); border-radius: 50%; background: rgba(21,18,27,.48); font-size: 8px; font-weight: 850; backdrop-filter: blur(8px); }
.service-work-card figcaption strong { max-width: 460px; font-size: 11px; line-height: 1.45; text-shadow: 0 2px 12px rgba(0,0,0,.35); }
.service-work-card:hover { border-color: rgba(126,22,252,.3); box-shadow: 0 24px 58px rgba(48,33,68,.18); transform: translateY(-5px); }.service-work-card:hover img { filter: saturate(1.06) brightness(.94); }.service-work-card:hover figcaption { transform: translateY(0); }
.service-pricing-section { position: relative; overflow: hidden; padding: 92px 0 102px; background: radial-gradient(circle at 12% 90%,rgba(126,22,252,.11),transparent 32%),radial-gradient(circle at 90% 12%,rgba(250,91,25,.1),transparent 29%),linear-gradient(135deg,#f6f1ff 0%,#fff 48%,#fff3ec 100%); }
.service-pricing-section::before { position: absolute; width: 490px; height: 490px; top: -340px; right: -110px; border: 76px solid rgba(126,22,252,.05); border-radius: 50%; box-shadow: 0 0 0 54px rgba(250,91,25,.025); content: ""; pointer-events: none; }
.service-pricing-section::after { position: absolute; width: 190px; height: 96px; right: 4%; bottom: 4%; background-image: radial-gradient(rgba(126,22,252,.15) 1px,transparent 1px); background-size: 12px 12px; content: ""; pointer-events: none; }
.service-pricing-head { position: relative; z-index: 1; }.service-pricing-head > span { color: var(--brand-purple); }.service-pricing-head h2 { color: #292a31; }.service-pricing-head > p { color: #747685; }
.service-pricing-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; align-items: stretch; margin-top: 54px; }
.service-price-card { position: relative; display: flex; min-width: 0; min-height: 690px; flex-direction: column; overflow: visible; padding: 31px 28px 27px; border: 1px solid rgba(126,22,252,.13); border-top: 4px solid rgba(126,22,252,.45); border-radius: 20px; background: rgba(255,255,255,.94); color: #2c2d34; box-shadow: 0 20px 48px rgba(66,45,90,.12); backdrop-filter: blur(8px); transition: border-color .3s ease,box-shadow .3s ease,transform .3s ease; }
.service-price-card:hover { border-color: rgba(126,22,252,.28); box-shadow: 0 28px 62px rgba(76,48,106,.18); transform: translateY(-7px); }.service-price-card.is-featured { border: 2px solid #9148ff; border-top-width: 4px; box-shadow: 0 24px 58px rgba(126,22,252,.2); transform: none; }.service-price-card.is-featured:hover { transform: translateY(-7px); }
.service-price-popular { position: absolute; top: -15px; right: 24px; padding: 8px 13px; border-radius: 999px; background: linear-gradient(110deg,var(--brand-purple),var(--brand-orange)); color: #fff; font-size: 9px; font-weight: 850; letter-spacing: .65px; text-transform: uppercase; box-shadow: 0 10px 22px rgba(126,22,252,.28); }
.service-price-card header > small { color: var(--brand-purple); font-size: 9px; font-weight: 850; letter-spacing: .9px; text-transform: uppercase; }.service-price-card header h3 { margin-top: 8px; color: #24252b; font-size: clamp(25px,2.4vw,34px); line-height: 1.08; letter-spacing: -1px; }.service-price-card header p { min-height: 63px; margin-top: 13px; color: #737684; font-size: 12px; line-height: 1.7; }
.service-price-value { display: grid; margin-top: 24px; padding: 19px 20px 18px; border: 1px solid #e5e0f1; border-radius: 13px; background: linear-gradient(135deg,#f2ecff,#fff3eb); }.service-price-value > span { color: #777988; font-size: 9px; font-weight: 800; letter-spacing: .65px; text-transform: uppercase; }.service-price-value strong { display: flex; align-items: baseline; gap: 7px; margin-top: 3px; color: #22232a; font-size: clamp(38px,4vw,52px); line-height: 1; letter-spacing: -2px; }.service-price-value strong small { color: var(--brand-purple); font-size: 14px; letter-spacing: 0; }.service-price-value > em { margin-top: 5px; color: #777988; font-size: 9px; font-style: normal; font-weight: 750; }
.service-price-card ul { display: grid; gap: 10px; margin: 26px 0 36px; padding: 0; list-style: none; }.service-price-card li { position: relative; padding-left: 28px; color: #454752; font-size: 11px; line-height: 1.5; }.service-price-card li::before { position: absolute; left: 0; top: 0; display: grid; width: 18px; height: 18px; place-items: center; border-radius: 4px; background: linear-gradient(135deg,var(--brand-purple),#6457dc); color: #fff; font-size: 10px; font-weight: 900; content: "✓"; }
.service-price-card > a { position: relative; display: inline-flex; min-height: 52px; align-items: center; justify-content: center; margin-top: auto; overflow: hidden; padding: 11px 52px 11px 18px; border: 1px solid rgba(255,255,255,.16); border-radius: 13px; background: linear-gradient(110deg,var(--brand-purple),#b21cca 52%,var(--brand-orange)); color: #fff; font-size: 11px; font-weight: 850; letter-spacing: .1px; box-shadow: 0 13px 28px rgba(126,22,252,.2); transition: border-color .25s ease,box-shadow .25s ease,transform .25s ease; }
.service-price-card > a b { position: absolute; right: 11px; display: grid; width: 30px; height: 30px; place-items: center; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; background: rgba(255,255,255,.12); font-size: 13px; transition: background .25s ease,transform .25s ease; }
.service-price-card > a:hover { border-color: rgba(255,255,255,.32); box-shadow: 0 18px 34px rgba(126,22,252,.3); transform: translateY(-3px); }
.service-price-card > a:hover b { background: rgba(255,255,255,.2); transform: translateX(2px); }
.service-price-card > a:focus-visible { outline: 3px solid rgba(126,22,252,.24); outline-offset: 3px; }
.service-pricing-note { position: relative; z-index: 1; max-width: 980px; margin: 29px auto 0; color: #777988; font-size: 9px; line-height: 1.7; text-align: center; }
.service-audience-section { background: var(--surface-soft); }
.service-qualification-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 20px; margin-top: 44px; }
.service-qualification-grid > article { --fit-accent: #15934b; position: relative; min-width: 0; overflow: hidden; padding: 30px 31px 28px; border: 1px solid color-mix(in srgb,var(--fit-accent) 23%,var(--line)); border-top: 4px solid var(--fit-accent); border-radius: 19px; background: var(--surface); box-shadow: 0 16px 38px rgba(43,35,58,.08); transition: border-color .3s ease,box-shadow .3s ease,transform .3s ease; }
.service-qualification-grid > article.is-wait { --fit-accent: #d91447; }
.service-qualification-grid > article:hover { border-color: color-mix(in srgb,var(--fit-accent) 45%,var(--line)); box-shadow: 0 23px 52px rgba(48,36,68,.14); transform: translateY(-6px); }
.service-qualification-grid header { display: grid; grid-template-columns: 26px minmax(0,1fr); align-items: center; }
.service-qualification-grid header > span { display: grid; width: 22px; height: 22px; place-items: center; border-radius: 50%; background: color-mix(in srgb,var(--fit-accent) 11%,var(--surface)); color: var(--fit-accent); font-size: 13px; font-weight: 900; }
.service-qualification-grid header small { color: var(--fit-accent); font-size: 9px; font-weight: 850; letter-spacing: .7px; text-transform: uppercase; }
.service-qualification-grid h3 { grid-column: 1 / -1; margin-top: 13px; color: var(--heading); font-size: 21px; letter-spacing: -.4px; }
.service-qualification-grid ul { margin: 22px 0 0; padding: 0; list-style: none; }
.service-qualification-grid li { display: grid; min-height: 57px; grid-template-columns: 26px minmax(0,1fr); align-items: start; gap: 2px; padding: 15px 0; border-top: 1px dashed color-mix(in srgb,var(--fit-accent) 18%,var(--line)); }
.service-qualification-grid li:first-child { border-top: 0; }
.service-qualification-grid li > span { color: var(--fit-accent); font-size: 14px; font-weight: 900; line-height: 1.5; }
.service-qualification-grid li p { color: var(--text); font-size: 12px; line-height: 1.65; }

@media (max-width: 900px) {
  .service-directory-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .service-chooser-layout, .services-faq-layout, .service-fit-layout { grid-template-columns: 1fr; gap: 36px; }
  .service-detail-hero-grid { grid-template-columns: 1fr; gap: 42px; padding-block: 62px 70px; }
  .service-detail-hero figure { max-width: 650px; }
  .service-snapshot-grid { grid-template-columns: 1fr; }.service-snapshot-grid article { min-height: 0; border-top: 1px solid var(--line); border-left: 0; }.service-snapshot-grid article:first-child { border-top: 0; }
  .service-scope-grid { grid-template-columns: 1fr; }
  .service-visual-overview-grid { grid-template-columns: 1fr; gap: 38px; }.service-visual-overview figure { max-width: 680px; }
  .service-detail-outcome-grid, .service-related-grid { grid-template-columns: 1fr; }
  .service-related-card { min-height: 260px; }
  .service-qualification-grid { grid-template-columns: 1fr; }
  .service-deliverables-list { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; }.service-deliverables-list li,.service-deliverables-list li:nth-child(4) { min-height: 245px; grid-column: span 1; }
  .service-work-gallery { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; }.service-work-card,.service-work-card:nth-child(-n+2) { grid-column: span 1; aspect-ratio: 16 / 10; }
  .service-pricing-grid { grid-template-columns: 1fr; gap: 22px; max-width: 690px; margin-inline: auto; }.service-price-card { min-height: 0; }.service-price-card.is-featured,.service-price-card.is-featured:hover { transform: none; }
}

@media (max-width: 640px) {
  .service-directory-section, .service-chooser-section, .services-faq-section, .service-scope-section, .service-detail-outcomes, .service-fit-section, .service-related-section, .service-visual-overview { padding: 58px 0 65px; }
  .service-directory-grid { grid-template-columns: 1fr; gap: 18px; margin-top: 31px; }.service-directory-card { border-radius: 14px; }.service-directory-body { min-height: 195px; padding: 24px 22px 26px; }.service-directory-body h2 { font-size: 24px; }.service-directory-image { aspect-ratio: 16 / 9; }
  .service-chooser-list > a { grid-template-columns: 40px minmax(0,1fr) 18px; gap: 13px; padding: 16px; }.service-chooser-list > a > span { width: 40px; height: 40px; }.service-chooser-list small { font-size: 9px; }
  .service-detail-hero, .service-detail-hero-grid { min-height: 0; }.service-detail-hero-grid { padding-block: 50px 58px; }.service-detail-hero-copy nav { margin-bottom: 22px; }.service-detail-hero-copy h1 { font-size: 39px; letter-spacing: -1.4px; }.service-detail-hero-copy > p { font-size: 13px; }.service-detail-hero-copy > a { width: 100%; justify-content: center; }
  .service-snapshot-section { margin-top: 0; padding: 0 0 34px; background: transparent; }.service-snapshot-grid { border-radius: 13px; }
  .service-scope-grid > article, .service-fit-grid article { padding: 24px 21px; }.service-scope-grid .services-section-head h2 { font-size: 29px; }.service-scope-grid.single > article > ul { grid-template-columns: 1fr; }.service-scope-grid li, .service-fit-grid li { padding: 13px 13px 13px 39px; }
  .service-visual-overview-grid { gap: 30px; }.service-visual-overview figure { border-radius: 14px; }.service-visual-overview figure img { aspect-ratio: 16 / 11; }.service-visual-overview article > a { width: 100%; justify-content: center; }
  .service-detail-outcome-grid { gap: 15px; margin-top: 31px; }.service-detail-outcome-grid article { min-height: 0; padding: 24px 21px; }.service-detail-outcome-grid h3 { margin-top: 28px; }
  .service-fit-grid { grid-template-columns: 1fr; }
  .service-related-grid { margin-top: 31px; }.service-related-card { min-height: 210px; }
  .service-deliverables-section, .service-work-section, .service-audience-section { padding: 58px 0 65px; }.service-pricing-section { padding: 65px 0 72px; }.service-pricing-grid { margin-top: 42px; }.service-price-card { padding: 28px 22px 23px; border-radius: 15px; }.service-price-card header h3 { font-size: 28px; }.service-price-card header p { min-height: 0; }.service-price-value strong { font-size: 44px; }.service-pricing-note { text-align: left; }
  .service-deliverables-list { grid-template-columns: 1fr; gap: 14px; margin-top: 31px; }.service-deliverables-list li,.service-deliverables-list li:nth-child(4) { min-height: 215px; grid-column: span 1; padding: 24px 22px; border-radius: 16px; }.service-deliverables-list span { width: 50px; height: 50px; }.service-deliverables-list span svg { width: 23px; height: 23px; }.service-deliverables-list small { padding-top: 30px; }.service-deliverables-list strong { font-size: 14px; }
  .service-work-gallery { display: flex; gap: 14px; margin-right: -12px; margin-left: -12px; padding: 2px 12px 16px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }.service-work-gallery::-webkit-scrollbar { display: none; }.service-work-card,.service-work-card:nth-child(-n+2) { width: min(88vw,360px); min-width: min(88vw,360px); height: auto; aspect-ratio: 16 / 10; flex: 0 0 auto; scroll-snap-align: center; border-radius: 17px; }.service-work-card figcaption { right: 16px; bottom: 15px; left: 16px; grid-template-columns: 32px minmax(0,1fr); gap: 10px; }.service-work-card figcaption span { width: 32px; height: 32px; }.service-work-card figcaption strong { font-size: 10px; }
  .service-qualification-grid { gap: 16px; margin-top: 31px; }.service-qualification-grid > article { padding: 25px 22px 23px; border-radius: 16px; }.service-qualification-grid h3 { font-size: 19px; }.service-qualification-grid li { min-height: 0; padding: 13px 0; }
}

/* Courses directory */
.courses-page-main { padding-bottom: 0; background: var(--surface); }
.portfolio-hero-courses { min-height: 430px; background: radial-gradient(circle at 79% 8%,rgba(126,22,252,.34),transparent 28%),radial-gradient(circle at 54% 120%,rgba(250,91,25,.21),transparent 38%),linear-gradient(125deg,#191a1f,#2b2c32 58%,#17181c); }
.course-jump-section { position: relative; z-index: 2; border-bottom: 1px solid var(--line); background: var(--surface); }
.course-jump-nav { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); }
.course-jump-nav a { display: grid; min-height: 88px; grid-template-columns: 40px minmax(0,1fr); align-items: center; gap: 14px; padding: 16px 24px; border-left: 1px solid var(--line); transition: background .25s ease,color .25s ease; }
.course-jump-nav a:last-child { border-right: 1px solid var(--line); }
.course-jump-nav a:hover { background: var(--surface-soft); color: var(--brand-purple); }
.course-jump-nav span { display: grid; width: 40px; height: 40px; place-items: center; border-radius: 11px; background: linear-gradient(135deg,rgba(126,22,252,.13),rgba(250,91,25,.11)); color: var(--brand-purple); font-size: 10px; font-weight: 850; }
.course-jump-nav strong { font-size: 13px; line-height: 1.4; }
.course-directory-section, .course-approach-section { padding: 82px 0 94px; }
.course-directory-section { background: var(--surface-soft); }
.courses-section-head { max-width: 820px; }
.courses-section-head > span { color: var(--pink); font-size: 10px; font-weight: 850; letter-spacing: 1.05px; text-transform: uppercase; }
.courses-section-head h2 { margin-top: 10px; color: var(--heading); font-size: clamp(32px,4vw,48px); letter-spacing: -1.5px; line-height: 1.15; }
.courses-section-head > p { max-width: 700px; margin-top: 15px; color: var(--muted); font-size: 13px; line-height: 1.8; }
.courses-section-head.centered { margin-inline: auto; text-align: center; }
.courses-section-head.centered h2 { margin-inline: auto; }
.course-directory-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 20px; margin-top: 43px; }
.course-directory-card { --course-accent: var(--brand-purple); min-width: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: var(--surface); box-shadow: var(--shadow); scroll-margin-top: 115px; transition: border-color .3s ease,box-shadow .3s ease,transform .3s ease; }
.course-directory-card.tone-coral { --course-accent: #e94b77; }.course-directory-card.tone-blue { --course-accent: #5277e8; }
.course-directory-card:hover { border-color: color-mix(in srgb,var(--course-accent) 38%,var(--line)); box-shadow: var(--shadow-lg); transform: translateY(-6px); }
.course-directory-card figure { position: relative; margin: 0; overflow: hidden; aspect-ratio: 16 / 10; background: #18191d; }
.course-directory-card figure::after { position: absolute; inset: 42% 0 0; background: linear-gradient(180deg,transparent,rgba(14,14,18,.58)); content: ""; pointer-events: none; }
.course-directory-card figure img { display: block; width: 100%; height: 100%; object-fit: cover; transition: filter .45s ease,transform .65s cubic-bezier(.2,.8,.2,1); }
.course-directory-card:hover figure img { filter: saturate(1.05); transform: scale(1.035); }
.course-directory-card figure > span { position: absolute; z-index: 2; top: 17px; left: 17px; padding: 7px 10px; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; background: rgba(20,20,24,.68); color: rgba(255,255,255,.85); font-size: 8px; font-weight: 850; letter-spacing: .55px; text-transform: uppercase; backdrop-filter: blur(8px); }
.course-directory-card figure > b { position: absolute; z-index: 2; right: 17px; bottom: 15px; display: grid; width: 45px; height: 45px; place-items: center; border: 1px solid rgba(255,255,255,.42); border-radius: 50%; background: rgba(20,20,24,.58); color: #fff; font-size: 10px; backdrop-filter: blur(8px); }
.course-directory-body { display: flex; min-height: 540px; flex-direction: column; align-items: flex-start; padding: 27px 25px 28px; }
.course-directory-body > small { color: var(--course-accent); font-size: 9px; font-weight: 850; letter-spacing: .75px; text-transform: uppercase; }
.course-directory-body h2 { margin-top: 9px; color: var(--heading); font-size: 25px; letter-spacing: -.65px; }
.course-directory-body > p { margin-top: 13px; color: var(--muted); font-size: 12px; line-height: 1.75; }
.course-directory-body dl { width: 100%; margin: 21px 0 0; padding-top: 16px; border-top: 1px solid var(--line); }
.course-directory-body dt, .course-outline > strong { color: var(--course-accent); font-size: 9px; font-weight: 850; letter-spacing: .7px; text-transform: uppercase; }
.course-directory-body dd { margin: 6px 0 0; color: var(--text); font-size: 11px; line-height: 1.6; }
.course-outline { width: 100%; margin-top: 21px; }
.course-outline ul { display: grid; gap: 8px; margin: 13px 0 0; padding: 0; list-style: none; }
.course-outline li { position: relative; padding-left: 20px; color: var(--text); font-size: 11px; line-height: 1.55; }
.course-outline li::before { position: absolute; left: 0; color: var(--course-accent); font-weight: 900; content: "✓"; }
.course-directory-body > a { display: inline-flex; min-height: 43px; align-items: center; justify-content: center; gap: 10px; margin-top: auto; padding: 9px 17px; border: 1px solid color-mix(in srgb,var(--course-accent) 28%,var(--line)); border-radius: 9px; color: var(--course-accent); font-size: 10px; font-weight: 850; transition: background .25s ease,border-color .25s ease,color .25s ease,transform .25s ease; }
.course-directory-body > a:hover { border-color: transparent; background: var(--course-accent); color: #fff; transform: translateY(-2px); }
.course-approach-section { background: var(--surface); }
.course-approach-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; margin-top: 39px; }
.course-approach-grid article { min-height: 230px; padding: 29px 27px; border: 1px solid var(--line); border-radius: 16px; background: var(--surface-soft); box-shadow: var(--shadow); transition: border-color .3s ease,box-shadow .3s ease,transform .3s ease; }
.course-approach-grid article:hover { border-color: rgba(126,22,252,.28); box-shadow: var(--shadow-lg); transform: translateY(-5px); }
.course-approach-grid span { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 11px; background: linear-gradient(135deg,var(--brand-purple),var(--brand-orange)); color: #fff; font-size: 10px; font-weight: 900; }
.course-approach-grid h3 { margin-top: 31px; color: var(--heading); font-size: 18px; }
.course-approach-grid p { margin-top: 10px; color: var(--muted); font-size: 12px; line-height: 1.75; }
.course-final-cta { padding: 82px 0 90px; background: radial-gradient(circle at 80% 15%,rgba(255,213,155,.23),transparent 27%),linear-gradient(110deg,#6811de,#9839ee 43%,#fa5b19); text-align: center; }
.course-final-cta > .wide-container > span { color: rgba(255,255,255,.72); font-size: 10px; font-weight: 850; letter-spacing: .9px; text-transform: uppercase; }
.course-final-cta h2 { max-width: 850px; margin: 10px auto 0; color: #fff; font-size: clamp(34px,5vw,57px); letter-spacing: -1.8px; line-height: 1.12; }
.course-final-cta p { max-width: 680px; margin: 17px auto 0; color: rgba(255,255,255,.72); font-size: 13px; line-height: 1.75; }
.course-final-cta a { display: inline-flex; min-height: 46px; align-items: center; gap: 11px; margin-top: 26px; padding: 10px 20px; border-radius: 9px; background: #fff; color: #1b1c20; font-size: 11px; font-weight: 850; box-shadow: 0 13px 28px rgba(30,12,48,.2); transition: box-shadow .25s ease,transform .25s ease; }
.course-final-cta a:hover { box-shadow: 0 17px 34px rgba(30,12,48,.3); transform: translateY(-2px); }

@media (max-width: 900px) {
  .course-directory-grid { grid-template-columns: 1fr; }
  .course-directory-card { display: grid; grid-template-columns: minmax(260px,.75fr) minmax(0,1.25fr); }
  .course-directory-card figure { height: 100%; aspect-ratio: auto; min-height: 450px; }
  .course-directory-body { min-height: 450px; }
  .course-approach-grid { grid-template-columns: 1fr; }
  .course-approach-grid article { min-height: 0; }
}

@media (max-width: 640px) {
  .portfolio-hero-courses { min-height: 370px; }
  .course-jump-nav { width: 100%; grid-template-columns: 1fr; }
  .course-jump-nav a { min-height: 65px; padding: 11px 18px; border-top: 1px solid var(--line); border-left: 0; }
  .course-jump-nav a:first-child { border-top: 0; }.course-jump-nav a:last-child { border-right: 0; }
  .course-directory-section, .course-approach-section { padding: 58px 0 66px; }
  .courses-section-head h2 { font-size: 34px; letter-spacing: -1px; }
  .course-directory-grid { gap: 18px; margin-top: 31px; }
  .course-directory-card { display: block; border-radius: 14px; }
  .course-directory-card figure { min-height: 0; aspect-ratio: 16 / 10; }
  .course-directory-body { min-height: 0; padding: 24px 22px 26px; }
  .course-directory-body h2 { font-size: 24px; }
  .course-directory-body > a { width: 100%; margin-top: 27px; }
  .course-approach-grid { margin-top: 29px; }
  .course-approach-grid article { padding: 25px 22px; }
  .course-final-cta { padding: 63px 0 70px; }
  .course-final-cta h2 { font-size: 37px; letter-spacing: -1.2px; }
  .course-final-cta a { width: 100%; justify-content: center; }
}

/* WhatsApp enquiry */
.contact-enquiry-page { padding-bottom: 0; }.portfolio-hero-contact { min-height: 420px; background: radial-gradient(circle at 79% 8%,rgba(126,22,252,.32),transparent 28%),radial-gradient(circle at 54% 120%,rgba(250,91,25,.2),transparent 38%),linear-gradient(125deg,#191a1f,#2b2c32 58%,#17181c); }
.contact-enquiry-section { padding: 80px 0 95px; background: var(--surface-soft); }.contact-enquiry-grid { display: grid; grid-template-columns: minmax(330px,.85fr) minmax(450px,1.15fr); gap: 34px; align-items: stretch; }
.contact-enquiry-copy { padding: 38px; border: 1px solid var(--line); border-radius: 18px; background: var(--surface); box-shadow: var(--shadow); }.contact-enquiry-copy h2 { margin-top: 10px; font-size: clamp(29px,3.5vw,42px); letter-spacing: -1.2px; line-height: 1.17; }.contact-enquiry-copy > p { margin-top: 15px; color: var(--muted); font-size: 13px; line-height: 1.75; }.contact-quick-facts { display: grid; gap: 10px; margin-top: 27px; }.contact-quick-facts > div { display: flex; min-height: 57px; align-items: center; gap: 13px; padding: 10px 13px; border: 1px solid var(--line); border-radius: 10px; background: var(--surface-soft); }.contact-quick-facts strong { display: grid; width: 35px; height: 35px; flex: 0 0 35px; place-items: center; border-radius: 9px; background: linear-gradient(135deg,rgba(126,22,252,.13),rgba(250,91,25,.12)); color: var(--pink); font-size: 10px; }.contact-quick-facts span { color: var(--heading); font-size: 11px; font-weight: 750; }
.contact-enquiry-form { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; padding: 34px; border: 1px solid var(--line); border-radius: 18px; background: var(--surface); box-shadow: var(--shadow-lg); }.contact-enquiry-form label { display: grid; gap: 8px; }.contact-enquiry-form label:nth-of-type(3), .contact-enquiry-form label:nth-of-type(4) { grid-column: 1 / -1; }.contact-enquiry-form label > span { color: var(--heading); font-size: 11px; font-weight: 750; }.contact-enquiry-form input, .contact-enquiry-form select, .contact-enquiry-form textarea { width: 100%; min-width: 0; padding: 12px 14px; border: 1px solid var(--line); border-radius: 9px; outline: none; background: var(--surface-soft); color: var(--heading); font: inherit; font-size: 12px; transition: border-color .2s ease, box-shadow .2s ease; }.contact-enquiry-form input, .contact-enquiry-form select { min-height: 45px; }.contact-enquiry-form textarea { min-height: 138px; resize: vertical; line-height: 1.6; }.contact-enquiry-form input:focus, .contact-enquiry-form select:focus, .contact-enquiry-form textarea:focus { border-color: rgba(126,22,252,.5); box-shadow: 0 0 0 3px rgba(126,22,252,.09); }.contact-enquiry-form button { grid-column: 1 / -1; display: flex; min-height: 51px; align-items: center; justify-content: center; gap: 11px; border: 0; border-radius: 9px; background: linear-gradient(110deg,var(--brand-purple),var(--brand-orange)); color: #fff; cursor: pointer; font-size: 12px; font-weight: 850; box-shadow: 0 12px 25px rgba(126,22,252,.18); transition: box-shadow .25s ease, transform .25s ease; }.contact-enquiry-form button:hover { box-shadow: 0 16px 30px rgba(126,22,252,.28); transform: translateY(-2px); }.contact-enquiry-form > small { grid-column: 1 / -1; color: var(--muted); font-size: 9px; line-height: 1.55; text-align: center; }
.contact-next-section { padding: 80px 0 92px; background: var(--surface); }.contact-next-section header { max-width: 690px; margin-inline: auto; text-align: center; }.contact-next-section header > span { color: var(--pink); font-size: 10px; font-weight: 850; letter-spacing: 1.05px; text-transform: uppercase; }.contact-next-section h2 { margin-top: 10px; font-size: clamp(30px,4vw,44px); letter-spacing: -1.3px; line-height: 1.15; }.contact-next-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; margin-top: 36px; }.contact-next-grid article { min-height: 205px; padding: 27px 25px; border: 1px solid var(--line); border-radius: 15px; background: var(--surface-soft); box-shadow: var(--shadow); }.contact-next-grid article > span { display: inline-grid; width: 38px; height: 38px; place-items: center; border-radius: 10px; background: linear-gradient(135deg,var(--brand-purple),var(--brand-orange)); color: #fff; font-size: 10px; font-weight: 850; }.contact-next-grid h3 { margin-top: 27px; font-size: 16px; }.contact-next-grid p { margin-top: 10px; color: var(--muted); font-size: 11px; line-height: 1.75; }

/* Article */
.article-main { padding: 60px 0 80px; }
.article-layout { display: grid; grid-template-columns: minmax(0, 820px) minmax(300px, 375px); gap: 30px; align-items: start; }
.article-card { min-width: 0; padding: 30px; border-radius: var(--radius); background: var(--surface); box-shadow: var(--shadow); }
.article-breadcrumbs { display: flex; align-items: center; flex-wrap: wrap; gap: 9px; margin: -4px 0 20px; color: var(--muted); font-size: 10px; font-weight: 700; }
.article-breadcrumbs a { transition: color .2s ease; }.article-breadcrumbs a:hover { color: var(--pink); }.article-breadcrumbs span { color: rgba(126,22,252,.45); }
.article-featured { width: 100%; max-height: 620px; object-fit: cover; border-radius: 12px; background: #eee; transition: transform .7s cubic-bezier(.2,.8,.2,1); }
.article-card:hover > .article-featured { transform: scale(1.012) rotate(.25deg); }
.article-heading { padding: 45px 30px 25px; text-align: center; }.article-heading > a { color: var(--orange); font-size: 13px; }.article-heading h1 { margin: 12px auto 20px; font-size: clamp(34px, 4vw, 48px); letter-spacing: -1.2px; }
.article-meta { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 18px; color: var(--muted); font-size: 11px; }.article-meta span + span { padding-left: 18px; border-left: 1px solid var(--line); }
.toc { margin: 20px 30px 40px; padding: 22px 25px; border: 1px solid var(--line); border-radius: 10px; background: var(--surface-soft); }
.toc summary { color: var(--heading); font-size: 18px; font-weight: 700; cursor: pointer; }.toc ol { columns: 2; column-gap: 35px; padding-left: 24px; }.toc li { margin: 7px 0; break-inside: avoid; font-size: 12px; line-height: 1.45; }.toc a:hover { color: var(--pink); }
.article-content { padding: 0 30px 20px; color: var(--text); font-size: 16px; line-height: 1.9; overflow-wrap: anywhere; }
.article-content h1 { margin: 50px 0 24px; font-size: 38px; }.article-content h2 { margin: 48px 0 20px; font-size: 29px; scroll-margin-top: 105px; }.article-content h3 { margin: 35px 0 15px; font-size: 22px; scroll-margin-top: 105px; }
.article-content p { margin: 0 0 20px; }.article-content ul, .article-content ol { margin: 15px 0 25px; padding-left: 25px; }.article-content li { margin: 6px 0; }
.article-content blockquote { margin: 35px 0; padding: 22px 28px; border-left: 5px solid var(--purple); border-radius: 0 10px 10px 0; background: var(--surface-soft); }.article-content blockquote p:last-child { margin-bottom: 0; }
.article-content hr { margin: 42px 0; border: 0; border-top: 1px solid var(--line); }.article-content a { color: var(--purple); text-decoration: underline; }.article-content img { height: auto; margin: 30px auto; border-radius: 10px; }
.article-content figure { max-width: 100%; margin-inline: 0; }.article-content pre { max-width: 100%; padding: 18px; overflow-x: auto; border-radius: 8px; background: var(--surface-soft); font-size: 13px; line-height: 1.6; white-space: pre; }.article-content iframe, .article-content video, .article-content embed { width: 100%; max-width: 100%; height: auto; aspect-ratio: 16 / 9; }
.article-tags { display: flex; flex-wrap: wrap; gap: 8px; margin: 28px 30px; }
.article-tags a { padding: 8px 12px; border-radius: 999px; background: var(--surface-soft); color: var(--muted); font-size: 12px; font-weight: 700; }
.article-meta a, .author-box h3 a { color: inherit; }
.article-content table { display: block; width: 100%; max-width: 100%; overflow-x: auto; border-collapse: collapse; }.article-content td, .article-content th { padding: 12px; border: 1px solid var(--line); }
.share-box { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 12px; margin: 30px; padding: 22px 0; border-block: 1px solid var(--line); }.share-box h3 { font-size: 16px; }.share-box > div { display: flex; gap: 8px; }.share-box a { display: grid; width: 36px; height: 36px; place-items: center; border-radius: 50%; background: var(--surface-soft); font-size: 12px; font-weight: 700; }.share-box a:hover { background: var(--pink); color: white; }
.author-box { display: flex; align-items: center; gap: 20px; margin: 20px 30px 50px; padding: 25px; border-radius: 10px; background: var(--surface-soft); }.author-box > a { display: block; width: 82px; height: 82px; flex: 0 0 82px; }.author-box > div { min-width: 0; }.author-box img { width: 100%; height: 100%; border-radius: 50%; object-fit: cover; transition: transform .4s ease; }.author-box img:hover { transform: rotate(-4deg) scale(1.05); }.author-box h3 { font-size: 18px; }.author-box p { margin-top: 5px; overflow-wrap: anywhere; color: var(--muted); font-size: 13px; }
.related-posts { margin: 0 30px 20px; }.related-posts > div { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }.related-posts a { display: grid; line-height: 1.4; }.related-posts img { width: 100%; aspect-ratio: 1.2; object-fit: cover; border-radius: 8px; transition: transform .45s ease; }.related-posts a:hover img { transform: scale(1.04) rotate(1deg); }.related-posts strong { margin-top: 10px; color: var(--heading); font-size: 13px; }.related-posts small { margin-top: 5px; color: var(--muted); font-size: 10px; }

/* Services */
.services-main { padding: 60px 0 80px; }
.services-hero { display: grid; grid-template-columns: 365px minmax(0, 820px); gap: 50px; align-items: start; }
.resume-card { padding: 30px; border-radius: var(--radius); background: var(--surface); box-shadow: var(--shadow); }
.resume-photo { position: relative; overflow: hidden; border-radius: 10px; }.resume-photo > img { width: 100%; aspect-ratio: .85; object-fit: cover; border: 8px solid #eef0f3; border-radius: 10px; transition: transform .7s cubic-bezier(.2,.8,.2,1); }.resume-photo:hover > img { transform: scale(1.045) rotate(.8deg); }
.resume-photo > span { position: absolute; inset: auto 18px 18px; display: grid; padding: 16px 18px; border-radius: 10px; background: var(--surface); box-shadow: var(--shadow); }.resume-photo strong { color: var(--heading); }.resume-photo small { color: var(--muted); }
.resume-skill { margin-top: 25px; font-size: 11px; }.resume-skill i { display: block; height: 6px; margin-top: 8px; border-radius: 4px; background: #e6e8ee; }.resume-skill b { display: block; height: 100%; border-radius: inherit; }.bar-0 { background: #f6ad48; }.bar-1 { background: #64cdbc; }.bar-2 { background: #8674ee; }
.resume-card ul { margin: 30px 0 20px; padding: 20px 0 0; border-top: 1px solid var(--line); list-style: none; }.resume-card li { padding: 8px 0; border-bottom: 1px solid var(--line); font-size: 11px; }.resume-contact { display: flex; justify-content: center; gap: 10px; margin-top: 25px; }.resume-contact a { display: grid; width: 36px; height: 36px; place-items: center; border-radius: 50%; box-shadow: var(--shadow); transition: transform .25s ease, color .25s ease; }.resume-contact a:hover { transform: translateY(-3px) rotate(-5deg); color: var(--pink); }
.services-intro { padding: 30px 0; }.experience { display: flex; align-items: center; gap: 15px; }.experience b { padding: 3px 16px; border-radius: 18px; background: linear-gradient(90deg,var(--brand-purple),var(--brand-orange)); color: white; font-size: 10px; }.experience span { font-size: 11px; }
.services-intro > h1 { max-width: 760px; margin-top: 25px; font-size: 42px; letter-spacing: -1px; }.services-intro > h1 span, .pricing-section > h2 { background: linear-gradient(90deg,var(--brand-purple),var(--brand-violet) 48%,var(--brand-orange)); -webkit-background-clip: text; background-clip: text; color: transparent; }.services-intro > p { max-width: 760px; margin-top: 20px; color: var(--muted); font-size: 16px; }
.services-intro > .section-label { margin: 22px 0 20px; }.service-cards { display: grid; gap: 20px; }
.service-cards article { display: grid; grid-template-columns: 48px 170px 1fr; min-height: 130px; align-items: center; gap: 20px; padding: 25px 35px; border-radius: 10px; color: white; background: linear-gradient(100deg,#7b14ff,#ff5719); transition: transform .35s ease, box-shadow .35s ease; }.service-cards article:hover { transform: translateX(7px); box-shadow: var(--shadow-lg); }.service-cards article:nth-child(2){background:linear-gradient(100deg,#9340ff,#ff7f3f)}.service-cards article:nth-child(3){background:linear-gradient(100deg,#6940ff,#ff5719)}.service-cards article:nth-child(4){background:linear-gradient(100deg,#ad54ff,#ff9a57)}
.service-cards i { font-size: 26px; font-style: normal; transition: transform .35s ease; }.service-cards article:hover i { transform: rotate(-9deg) scale(1.1); }.service-cards h3 { color: white; font-size: 14px; }.service-cards p { color: white; font-size: 12px; line-height: 1.6; }
.faq-intro { margin-top: 60px; padding-top: 50px; border-top: 1px solid var(--line); }.faq-intro .section-label { margin-bottom: 4px; }.faq-intro p { color: var(--muted); }
.faq-list { margin-top: 22px; overflow: hidden; border-radius: 10px; background: var(--surface); box-shadow: var(--shadow); }.faq-list section + section { border-top: 1px solid var(--line); }.faq-list button { display: flex; width: 100%; justify-content: space-between; padding: 20px 28px; border: 0; background: transparent; color: var(--heading); text-align: left; cursor: pointer; }.faq-list button b { transition: transform .2s; }.faq-list button[aria-expanded="true"] b { transform: rotate(180deg); }.faq-list section > div { padding: 0 28px 22px; color: var(--muted); }
.pricing-section { margin-top: 80px; text-align: center; }.pricing-section > h2 { margin: 70px 0 35px; font-size: 38px; }.pricing-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.price-card h3, .single-plan h3 { padding: 22px; border-radius: 8px; background: #202020; color: white; font-size: 20px; }.price { margin: 22px 0; color: var(--heading); font-size: 58px; font-weight: 700; line-height: 1; }.price sup { margin-right: 4px; font-size: 16px; vertical-align: top; }
.price-card ul, .single-plan ul { margin: 0; padding: 0; list-style: none; }.price-card li, .single-plan li { padding: 11px; border-bottom: 1px solid var(--line); font-size: 11px; }.price-card > a, .single-plan > a { display: inline-flex; margin-top: 35px; padding: 7px 24px; border-radius: 20px; background: var(--pink); color: white; font-size: 11px; }
.single-plan { max-width: 100%; }.single-plan > h3 { border-radius: 8px 8px 0 0; }.single-plan > p { padding: 0 25px 20px; margin-top: -16px; color: #fff; background: #202020; font-size: 11px; }.single-plan ul { max-width: 660px; margin-inline: auto; }

/* Footer */
.instagram-strip { padding-top: 55px; overflow: hidden; border-top: 1px solid var(--line); }
.instagram-heading { display: grid; justify-items: center; margin-bottom: 20px; line-height: 1.4; }.instagram-heading strong { color: var(--heading); }.instagram-heading span { color: var(--muted); font-size: 12px; }
.instagram-window { position: relative; overflow: hidden; }
.instagram-row { display: flex; width: max-content; gap: 18px; animation: instagram-marquee 32s linear infinite; }.instagram-window:hover .instagram-row { animation-play-state: paused; }.instagram-row a { width: min(240px, 17vw); height: 220px; flex: 0 0 auto; overflow: hidden; }.instagram-row img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s cubic-bezier(.2,.8,.2,1); }.instagram-row a:hover img { transform: scale(1.1) rotate(1.5deg); }
.instagram-follow { position: absolute; z-index: 3; inset: 50% auto auto 50%; padding: 9px 20px; border-radius: 20px; transform: translate(-50%,-50%); background: linear-gradient(110deg,var(--brand-purple),var(--brand-orange)); color: white; box-shadow: 0 10px 28px rgba(123,20,255,.24); font-size: 12px; white-space: nowrap; }
@keyframes instagram-marquee { to { transform: translateX(calc(-50% - 9px)); } }
.footer-main { background: var(--surface); }
.footer-grid { display: grid; grid-template-columns: 1.2fr .75fr 1fr 1.15fr; gap: 45px; padding-block: 60px 45px; }
.footer-brand { display: block; width: 156px; }.footer-about img { width: 156px; height: auto; }.footer-logo-dark { display: none; }body.dark .footer-logo-light { display: none; }body.dark .footer-logo-dark { display: block; }.footer-about p, .footer-grid > div > p { margin-top: 20px; font-size: 12px; line-height: 1.8; }
.footer-grid .dot-title { margin-top: 0; }
.footer-links { display: grid; gap: 4px; margin-top: 14px; }.footer-links a { position: relative; padding: 3px 0 3px 14px; color: var(--text); font-size: 12px; transition: color .2s ease, transform .2s ease; }.footer-links a::before { position: absolute; left: 0; color: var(--brand-orange); content: "›"; }.footer-links a:hover { color: var(--pink); transform: translateX(3px); }
.footer-social-links { display: grid; gap: 10px; margin-top: 15px; }.footer-social-links a { display: grid; min-width: 0; grid-template-columns: 36px minmax(0, 1fr); align-items: center; gap: 11px; padding: 7px 9px; border-radius: 9px; background: var(--surface-soft); transition: transform .25s ease, box-shadow .25s ease; }.footer-social-links a:hover { transform: translateY(-2px); box-shadow: var(--shadow); }.footer-social-links i { display: grid; width: 36px; height: 36px; place-items: center; border-radius: 50%; color: #fff; font-style: normal; box-shadow: 0 5px 14px rgba(32,37,47,.14); transition: transform .25s ease, box-shadow .25s ease; }.footer-social-links a:hover i { transform: scale(1.06); box-shadow: 0 7px 18px rgba(32,37,47,.2); }.footer-social-instagram i { background: radial-gradient(circle at 31% 106%,#ffd600 0 10%,#ff7a00 28%,#ff0169 50%,#d300c5 72%,#7638fa 100%); }.footer-social-whatsapp i { background: #25d366; }.footer-social-phone i { background: #2563eb; }.footer-social-links i svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }.footer-social-links i .whatsapp-icon { fill: currentColor; stroke: none; }.footer-social-links span { display: grid; min-width: 0; line-height: 1.35; }.footer-social-links strong { color: var(--heading); font-size: 11px; }.footer-social-links small { overflow: hidden; color: var(--muted); font-size: 9px; text-overflow: ellipsis; white-space: nowrap; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 40px; padding: 28px 130px 38px 0; border-top: 3px solid transparent; border-image: linear-gradient(90deg,var(--brand-purple),var(--brand-violet),var(--brand-orange),var(--brand-apricot)) 1; font-size: 10px; }.footer-bottom > small { color: var(--text); }.footer-legal { display: flex; align-items: center; justify-content: flex-end; gap: 24px; margin-left: auto; }.footer-legal a { color: var(--text); transition: color .2s ease; }.footer-legal a:hover { color: var(--pink); }
.whatsapp { position: fixed; z-index: 45; right: 38px; bottom: 28px; display: grid; width: 48px; height: 48px; place-items: center; border-radius: 50%; background: #25d366; color: white; box-shadow: 0 7px 25px rgba(18,140,126,.34); animation: whatsapp-pulse 3s ease-in-out infinite; }.whatsapp svg { width: 27px; height: 27px; fill: currentColor; }
@keyframes whatsapp-pulse { 50% { transform: translateY(-3px) rotate(4deg); box-shadow: 0 10px 32px rgba(38,171,76,.42); } }
.to-top { position: fixed; z-index: 44; right: 95px; bottom: 31px; display: grid; width: 42px; height: 42px; place-items: center; border: 0; border-radius: 50%; opacity: 0; pointer-events: none; background: var(--heading); color: var(--surface); transition: opacity .2s; }.to-top.visible { opacity: 1; pointer-events: auto; }.to-top svg { width: 17px; fill: none; stroke: currentColor; stroke-width: 2; }
.toast { position: fixed; z-index: 120; left: 50%; bottom: 30px; padding: 10px 18px; border-radius: 8px; opacity: 0; pointer-events: none; transform: translate(-50%,12px); background: var(--heading); color: var(--surface); box-shadow: var(--shadow-lg); transition: .25s; }.toast.show { opacity: 1; transform: translate(-50%,0); }

/* Legal pages */
.legal-main { padding: 60px 0 90px; }
.legal-card { max-width: 920px; padding: 60px 70px; border-radius: var(--radius); background: var(--surface); box-shadow: var(--shadow); }
.legal-card > .eyebrow { color: var(--pink); }
.legal-card h1 { margin-top: 8px; font-size: 44px; }
.legal-intro { max-width: 720px; margin: 18px 0 42px; color: var(--muted); font-size: 17px; }
.legal-card section { padding: 28px 0; border-top: 1px solid var(--line); }
.legal-card section h2 { font-size: 22px; }.legal-card section p { margin-top: 10px; }
.legal-contact { margin-top: 30px; }.legal-contact a { color: var(--pink); font-weight: 700; }

/* Scroll motion */
.motion-ready .reveal-item { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s cubic-bezier(.2,.8,.2,1); transition-delay: var(--reveal-delay, 0ms); }
.motion-ready .reveal-item.is-visible { opacity: 1; transform: none; }

/* Overlays */
.drawer-backdrop { position: fixed; z-index: 95; inset: 0; background: rgba(14,17,25,.55); backdrop-filter: blur(3px); }
.mobile-drawer { position: fixed; z-index: 100; inset: 0 0 0 auto; width: min(390px, 90vw); padding: 30px; overflow-y: auto; overscroll-behavior: contain; transform: translateX(105%); background: var(--surface); box-shadow: var(--shadow-lg); transition: transform .3s ease; }.mobile-drawer.open { transform: none; }
.drawer-head { display: flex; align-items: center; justify-content: space-between; }.drawer-head img { width: 115px; }.mobile-drawer > p { margin: 25px 0 15px; color: var(--heading); font-weight: 600; }.mobile-drawer > nav { display: grid; border-block: 1px solid var(--line); }.mobile-nav-link, .mobile-nav-group > summary { display: flex; min-height: 50px; align-items: center; justify-content: space-between; padding: 11px 2px; border-bottom: 1px solid var(--line); color: var(--heading); font-weight: 600; cursor: pointer; list-style: none; }.mobile-nav-group > summary::-webkit-details-marker { display: none; }.mobile-nav-link.active, .mobile-nav-group[open] > summary { color: var(--pink); }.mobile-nav-group > summary svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 2; transition: transform .25s ease; }.mobile-nav-group[open] > summary svg { transform: rotate(180deg); }.mobile-nav-group > div { display: grid; padding: 5px 0 10px 14px; border-bottom: 1px solid var(--line); }.mobile-nav-group > div a { padding: 8px 12px; border-left: 1px solid var(--line); color: var(--muted); font-size: 12px; line-height: 1.4; }.mobile-nav-group > div a:hover, .mobile-nav-group > div a[aria-current="page"] { border-left-color: var(--pink); color: var(--pink); }.mobile-nav-overview { color: var(--heading) !important; font-weight: 700; }.mobile-drawer .drawer-copy { color: var(--muted); font-size: 13px; font-weight: 400; }.mobile-drawer .join-button { margin-top: 20px; }
.drawer-head img { width: 118px; height: auto; }
.search-overlay { position: fixed; z-index: 110; inset: 0; display: grid; place-items: center; padding: 30px; opacity: 0; visibility: hidden; background: rgba(20,22,30,.82); backdrop-filter: blur(10px); transition: .25s; }.search-overlay.open { opacity: 1; visibility: visible; }.search-close { position: absolute; top: 35px; right: 35px; color: white; }.search-panel { width: min(780px, 100%); }.eyebrow { color: #d9dbe3; font-size: 12px; text-transform: uppercase; letter-spacing: 2px; }.search-panel h2 { margin: 8px 0 28px; color: white; font-size: clamp(30px,5vw,52px); }.search-field { display: flex; height: 64px; align-items: center; gap: 15px; padding: 0 9px 0 22px; border-radius: 10px; background: white; }.search-field svg { width: 24px; flex: 0 0 auto; fill: none; stroke: #333; }.search-field input { width: 100%; min-width: 0; border: 0; outline: 0; background: transparent; color: #222; font-size: 18px; }.search-field button { display: grid; width: 46px; height: 46px; flex: 0 0 46px; place-items: center; border: 0; border-radius: 9px; background: linear-gradient(135deg,var(--brand-purple),var(--brand-orange)); color: #fff; cursor: pointer; font-size: 19px; font-weight: 800; transition: box-shadow .2s ease, transform .2s ease; }.search-field button:hover { box-shadow: 0 9px 20px rgba(126,22,252,.3); transform: translateX(2px); }.popular-searches { margin-top: 18px; color: white; }.popular-searches button { border: 0; background: transparent; color: #d3d5dd; cursor: pointer; }.popular-searches button:hover { color: #fff; }.search-results { display: grid; max-height: 280px; gap: 8px; margin-top: 12px; overflow: auto; }.search-results a, .search-empty { display: flex; justify-content: space-between; gap: 20px; padding: 10px 15px; border-radius: 7px; background: rgba(255,255,255,.12); color: white; }.search-results a:hover { background: rgba(255,255,255,.19); }.search-results small { color: #d9dbe3; }

/* Search results page */
.search-page-main { min-height: 70vh; padding-bottom: 85px; }
.search-page-hero { padding: 92px 0 78px; overflow: hidden; background: radial-gradient(circle at 83% 12%,rgba(255,213,155,.25),transparent 25%),radial-gradient(circle at 70% 100%,rgba(219,172,254,.2),transparent 30%),linear-gradient(115deg,#39146f,#6e20cc 48%,#d85528); color: #fff; }
.search-page-hero .wide-container { position: relative; }.search-page-hero .wide-container::after { position: absolute; top: -130px; right: 2%; width: 330px; height: 330px; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; content: ""; }
.search-page-hero .wide-container > span { color: var(--brand-peach); font-size: 11px; font-weight: 800; letter-spacing: 1.3px; text-transform: uppercase; }
.search-page-hero h1 { position: relative; z-index: 1; margin-top: 10px; color: #fff; font-size: clamp(42px,6vw,70px); letter-spacing: -2px; line-height: 1.15; }
.search-page-hero > .wide-container > p { position: relative; z-index: 1; max-width: 720px; margin-top: 17px; color: rgba(255,255,255,.7); font-size: 15px; line-height: 1.8; }
.search-page-form { position: relative; z-index: 1; display: grid; max-width: 850px; min-height: 70px; grid-template-columns: 36px minmax(0,1fr) auto; align-items: center; gap: 12px; margin-top: 32px; padding: 9px 10px 9px 18px; border-radius: 14px; background: #fff; box-shadow: 0 22px 50px rgba(17,7,40,.26); }
.search-page-form > span { color: var(--brand-purple); font-size: 23px; font-weight: 800; }.search-page-form input { min-width: 0; border: 0; outline: 0; background: transparent; color: #272932; font: inherit; font-size: 17px; }.search-page-form button { min-height: 50px; padding: 0 25px; border: 0; border-radius: 10px; background: linear-gradient(110deg,var(--brand-purple),var(--brand-orange)); color: #fff; cursor: pointer; font-size: 12px; font-weight: 800; box-shadow: 0 10px 24px rgba(126,22,252,.2); transition: box-shadow .22s ease, transform .22s ease; }.search-page-form button:hover { box-shadow: 0 14px 28px rgba(126,22,252,.3); transform: translateY(-2px); }
.search-page-topics { position: relative; z-index: 1; display: flex; align-items: center; flex-wrap: wrap; gap: 9px 17px; margin-top: 19px; color: rgba(255,255,255,.65); font-size: 11px; }.search-page-topics strong { color: #fff; }.search-page-topics a { transition: color .2s ease, transform .2s ease; }.search-page-topics a:hover { color: var(--brand-peach); transform: translateY(-1px); }
.search-page-results-section { padding-top: 62px; }.search-page-results-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; padding-bottom: 22px; border-bottom: 1px solid var(--line); }.search-page-results-head span { color: var(--pink); font-size: 10px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; }.search-page-results-head h2 { margin-top: 7px; font-size: clamp(28px,4vw,42px); letter-spacing: -1.2px; }.search-page-results-head > p { color: var(--muted); font-size: 12px; font-weight: 700; }
.search-page-results-grid { display: grid; gap: 17px; margin-top: 27px; }.search-page-result-card { display: grid; min-height: 190px; grid-template-columns: 250px minmax(0,1fr); overflow: hidden; border: 1px solid var(--line); border-radius: 15px; background: var(--surface); box-shadow: var(--shadow); transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease; }.search-page-result-card:hover { border-color: rgba(126,22,252,.24); box-shadow: var(--shadow-lg); transform: translateY(-3px); }.search-page-result-image { min-height: 190px; overflow: hidden; background: var(--surface-soft); }.search-page-result-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }.search-page-result-card:hover .search-page-result-image img { transform: scale(1.04); }.search-page-result-card > div { display: flex; min-width: 0; flex-direction: column; align-items: flex-start; padding: 25px 28px 23px; }.search-page-result-card > div > span { color: var(--pink); font-size: 9px; font-weight: 800; letter-spacing: .8px; text-transform: uppercase; }.search-page-result-card h3 { margin-top: 8px; font-size: 22px; line-height: 1.4; }.search-page-result-card h3 a:hover { color: var(--pink); }.search-page-result-card p { display: -webkit-box; max-width: 850px; margin-top: 9px; overflow: hidden; color: var(--muted); font-size: 12px; line-height: 1.7; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }.search-page-read { margin-top: auto; padding-top: 13px; color: var(--pink); font-size: 10px; font-weight: 800; }.search-page-read b { transition: transform .2s ease; }.search-page-read:hover b { display: inline-block; transform: translateX(3px); }
.search-page-prompt, .search-page-empty { padding: 55px 25px; border: 1px dashed rgba(126,22,252,.24); border-radius: 15px; background: linear-gradient(135deg,rgba(126,22,252,.04),rgba(250,91,25,.04)); color: var(--muted); text-align: center; }.search-page-empty strong { color: var(--heading); font-size: 20px; }.search-page-empty p { margin-top: 5px; }
.not-found { min-height: 65vh; display: grid; place-content: center; justify-items: center; padding: 50px 20px; text-align: center; }.not-found > span { background: linear-gradient(90deg,var(--brand-purple),var(--brand-orange)); -webkit-background-clip: text; color: transparent; font-size: 120px; font-weight: 800; line-height: 1; }.not-found h1 { font-size: 38px; }.not-found p { margin: 10px 0 25px; }

@media (max-width: 1100px) {
  .wide-container { width: min(960px, calc(100% - 32px)); }
  .nav-inner { grid-template-columns: 125px minmax(0, 1fr) max-content; }
  .desktop-nav-link { padding-inline: 8px; font-size: 12px; }
  .desktop-nav-trigger .desktop-nav-link { padding-right: 2px; }
  .mega-toggle { width: 20px; margin-right: 2px; }
  .mega-hub .mega-panel-inner { padding: 24px; }
  .work-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }.work-card { padding-inline: 22px; }
  .content-grid, .article-layout { grid-template-columns: minmax(0, 2fr) minmax(285px, 1fr); }
  .featured-card, .featured-card > img { min-height: 310px; }
  .services-hero { grid-template-columns: 300px 1fr; gap: 35px; }
}

@media (max-width: 1020px) {
  .nav-inner { grid-template-columns: 125px minmax(0, 1fr); }
  .desktop-nav { display: none; }
  .nav-actions { grid-column: 2; }
  .menu-button { display: grid; }
}

@media (max-width: 900px) {
  .nav-inner { grid-template-columns: 125px minmax(0, 1fr); }.desktop-nav { display: none; }.nav-actions { grid-column: 2; }.menu-button { display: grid; }
  .hero-section, .hero-grid { min-height: 570px; }.hero-grid { grid-template-columns: 52% 48%; }.hero-copy h1 { font-size: 34px; }.hero-copy > p { font-size: 14px; }.hero-portrait img { max-height: 500px; }.hero-scroll-cue { right: 8px; }
  .hero-actions > a { padding-inline: 15px; }.hero-trust-line { gap: 7px 12px; }
  .home-proof-section header { grid-template-columns: 1fr; gap: 12px; }.home-proof-grid { grid-template-columns: 1fr 1fr; }.home-proof-grid article:nth-child(odd) { border-left: 0; }.home-proof-grid article:nth-child(n+3) { border-top: 1px solid rgba(255,255,255,.11); }
  .work-grid { grid-template-columns: 1fr 1fr; }.work-card { min-height: 220px; }
  .home-hub-grid { grid-template-columns: 1fr 1fr; }
  .global-feedback-card { width: clamp(300px,42vw,390px); min-width: clamp(300px,42vw,390px); }
  .content-grid, .archive-content, .article-layout { grid-template-columns: 1fr; }
  .content-grid > .profile-card, .sidebar-stack { position: static; }
  .profile-card { max-width: 520px; margin-inline: auto; }
  .archive-content { gap: 35px; }.sidebar-stack { grid-template-columns: 1fr 1fr; align-items: start; }
  .hub-grid { grid-template-columns: 1fr 1fr; }
  .blog-directory-hero-grid { grid-template-columns: 1fr; gap: 37px; }.blog-hero-topics { max-width: 720px; }.blog-hero-topics nav { grid-template-columns: 1fr 1fr; column-gap: 22px; }.blog-hero-topics a:nth-child(2) { border-top: 0; }.blog-topic-grid { grid-template-columns: 1fr 1fr; }.blog-topic-grid > a { min-height: 255px; }
  .faq-page-hero-grid { grid-template-columns: 1fr; gap: 39px; }.faq-page-hero-copy { max-width: 800px; }.faq-hero-summary { max-width: 560px; }.faq-directory-grid { grid-template-columns: 1fr; gap: 44px; }.faq-topic-nav { position: static; }.faq-topic-nav nav { grid-template-columns: 1fr 1fr; }.faq-groups { gap: 46px; }
  .home-portfolio-gallery, .web-project-grid { grid-template-columns: 1fr 1fr; gap: 20px; }.home-portfolio-gallery > a:only-child, .web-project-grid > a:only-child { grid-column: 1 / -1; }.seo-case-card { grid-template-columns: 205px minmax(0, 1fr); }.seo-case-side { padding: 28px; }.seo-case-content { padding: 30px; }.seo-case-content ul { grid-template-columns: 1fr; }
  .case-study-metrics { grid-template-columns: 1fr 1fr; }.case-study-metrics article:nth-child(3) { border-left: 0; }.case-study-metrics article:nth-child(n+3) { border-top: 1px solid var(--line); }
  .tools-directory-intro { grid-template-columns: 1fr; gap: 22px; }.tools-directory-intro > p { max-width: 680px; }.tool-recommendation-card { grid-template-columns: 220px minmax(0,1fr); }.tool-brand-panel { min-height: 100%; padding-inline: 22px; }.tool-mark { width: 82px; height: 82px; border-radius: 21px; font-size: 21px; }.tool-card-body { padding: 30px; }.tool-card-lower { grid-template-columns: 1fr; gap: 23px; }.tool-card-meta { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; padding: 22px 0 0; border-top: 1px solid var(--line); border-left: 0; }.tool-card-meta dl { flex: 1; }.tool-card-meta > a { flex: 0 0 auto; margin-top: 0; }.tools-method-grid { grid-template-columns: 1fr; }.tools-method-grid article { min-height: 0; }
  .about-stat-grid { grid-template-columns: 1fr 1fr; }.about-stat-grid article:nth-child(3) { border-left: 0; }.about-stat-grid article:nth-child(n+3) { border-top: 1px solid var(--line); }.about-story-layout { grid-template-columns: 1fr; gap: 34px; }.about-profile-portrait { width: min(100%,430px); }.about-story-content, .about-story-copy { max-width: 760px; }.about-mission-grid { grid-template-columns: 1fr; }.about-mission-grid article { min-height: 0; }.about-evidence-grid { gap: 13px; }.about-evidence-grid > a, .about-evidence-grid img { min-height: 245px; }
  .trust-proof-grid, .service-proof-grid { grid-template-columns: 1fr; }.trust-proof-grid > a, .service-proof-grid > a { min-height: 220px; }
  .service-offer-card { grid-template-columns: 115px minmax(0,1fr); gap: 28px; }.service-offer-deliverables { grid-column: 1 / -1; padding-top: 28px; padding-left: 0; border-top: 1px solid rgba(255,255,255,.1); border-left: 0; }.service-process-grid { grid-template-columns: 1fr 1fr; }
  .contact-enquiry-grid { grid-template-columns: 1fr; gap: 24px; }.contact-enquiry-copy, .contact-enquiry-form { width: 100%; max-width: 760px; margin-inline: auto; }.contact-next-grid { gap: 13px; }.contact-next-grid article { padding: 23px 20px; }
  .article-card { padding: 25px; }
  .services-hero { grid-template-columns: 1fr; }.resume-card { max-width: 420px; margin-inline: auto; }.services-intro { padding-top: 0; }
  .pricing-grid { gap: 12px; }.price-card h3 { font-size: 16px; }.price { font-size: 48px; }
  .instagram-row a { width: 34vw; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 640px) {
  body { font-size: 14px; }
  .wide-container { width: min(100% - 24px, 560px); }
  .top-strip { min-height: 30px; font-size: 9px; }.top-strip-inner { min-height: 30px; }.top-links { display: none; }
  .nav-shell { height: 68px; }.nav-inner { grid-template-columns: 100px minmax(0, 1fr); }.brand img { width: 88px; }.nav-actions { gap: 4px; }.language-switcher summary { min-width: 66px; padding-inline: 7px; }.join-button { min-height: 34px; padding: 6px 13px; }.join-button span { display: none; }.theme-button { display: none; }
  .hero-section { min-height: auto; padding: 55px 0 0; }.hero-grid { min-height: auto; grid-template-columns: 1fr; text-align: center; }.hero-copy { padding: 0; }.hero-eyebrow { justify-content: center; }.hero-copy h1 { font-size: 34px; line-height: 1.26; letter-spacing: -1px; }.hero-copy > p { margin-inline: auto; }.hero-actions, .hero-trust-line { justify-content: center; }.hero-actions > a { width: min(100%,280px); }.expert-row { justify-content: center; flex-wrap: wrap; }.expert-logos img { width: 38px; height: 38px; }.hero-portrait { min-height: 360px; justify-content: center; }.hero-portrait img { max-height: 410px; object-position: center bottom; }
  .hero-scroll-cue { display: none; }.hero-skill-marquee { padding: 20px 0 30px; }.hero-skill-track { animation-duration: 25s; }.hero-skill-set { gap: 12px; padding-right: 12px; }.skill-pill { min-width: 195px; min-height: 60px; padding: 9px 14px; }.skill-pill i { width: 40px; height: 40px; flex-basis: 40px; }
  .work-section { padding: 40px 0; }.work-grid { grid-template-columns: 1fr; }.work-card { min-height: 210px; }
  .home-services-section { padding-top: 5px; }.home-section-header { align-items: flex-start; flex-direction: column; gap: 14px; margin-bottom: 24px; }.home-section-header > div > p { margin-top: 8px; }.home-hub-section { padding: 45px 0; }.home-hub-grid, .home-portfolio-section .home-hub-grid { grid-template-columns: 1fr; gap: 18px; }.home-hub-card { min-height: 230px; padding: 28px 24px; }.home-portfolio-gallery-section { padding: 55px 0 60px; }.home-portfolio-collection + .home-portfolio-collection { margin-top: 52px; padding-top: 48px; }.home-portfolio-gallery-head { margin-bottom: 25px; }.home-portfolio-gallery { grid-template-columns: 1fr; gap: 16px; }.home-portfolio-gallery > a { border-radius: 12px; }.home-portfolio-gallery > a::after { opacity: .32; background: linear-gradient(180deg,transparent 45%,rgba(14,14,16,.78)); }.home-portfolio-gallery span { padding: 18px 62px 18px 18px; place-items: end start; opacity: 1; text-align: left; transform: none; }.home-portfolio-gallery span strong { font-size: 17px; }.home-portfolio-gallery i { right: 13px; bottom: 13px; width: 37px; height: 37px; opacity: 1; transform: none; }
  .global-feedback-section { padding: 62px 0 58px; }.global-feedback-head h2 { font-size: 35px; letter-spacing: -1px; }.global-feedback-stage { margin-top: 30px; }.global-feedback-row { -webkit-mask-image: linear-gradient(90deg,transparent,#000 3%,#000 97%,transparent); mask-image: linear-gradient(90deg,transparent,#000 3%,#000 97%,transparent); }.global-feedback-row + .global-feedback-row { margin-top: 12px; }.global-feedback-sequence { gap: 12px; padding-right: 12px; }.global-feedback-card { width: min(82vw,340px); min-width: min(82vw,340px); min-height: 225px; padding: 22px 20px 19px; }.global-feedback-track { animation-duration: 40s; }.global-feedback-row.is-reverse .global-feedback-track { animation-duration: 46s; }.global-feedback-footer { margin-top: 22px; }.global-feedback-footer > a { padding-inline: 14px; }
  .home-proof-section { padding: 58px 0 55px; }.home-proof-section h2 { font-size: 34px; letter-spacing: -1px; }.home-proof-grid { grid-template-columns: 1fr; margin-top: 29px; }.home-proof-grid article { min-height: 0; grid-template-columns: 72px minmax(0,1fr); gap: 14px; padding: 22px 20px; border-top: 1px solid rgba(255,255,255,.11); border-left: 0; }.home-proof-grid article:first-child { border-top: 0; }.home-proof-grid article:nth-child(n+3) { border-top: 1px solid rgba(255,255,255,.11); }.home-proof-grid strong { font-size: 28px; }.home-proof-section footer { align-items: flex-start; flex-direction: column; gap: 15px; }
  .content-section { padding-top: 12px; }.home-insights-section { padding: 59px 0 65px; }.home-insights-section > .wide-container { width: min(100% - 24px,560px); }.home-insights-head { margin-bottom: 30px; }.home-insights-head h2 { font-size: 37px; letter-spacing: -1.3px; }.home-featured-grid { grid-template-columns: 1fr; gap: 16px; }.home-blog-card { min-height: 360px; }.featured-grid { grid-template-columns: 1fr; gap: 18px; }.featured-card, .featured-card > img { min-height: 330px; }.featured-copy h3 { font-size: 18px; }
  .home-faq-section { padding: 59px 0 65px; }.home-faq-section header h2 { font-size: 34px; letter-spacing: -1px; }.home-faq-list { margin-top: 28px; }.home-faq-list button { padding: 19px 17px; font-size: 12px; }.home-faq-list section > div { padding: 0 17px 20px; }.home-final-cta { padding: 63px 0 69px; }.home-final-cta h2 { font-size: 38px; letter-spacing: -1.2px; }.home-final-cta p { font-size: 12px; }
  .post-list { gap: 22px; }.post-list-card, .archive-list .post-list-card { grid-template-columns: 1fr; }.post-list-image, .archive-list .post-list-image { min-height: 240px; }.post-list-copy { padding: 22px 3px 0; }.post-card-footer { align-items: flex-start; flex-direction: column; gap: 5px; }
  .profile-gallery { grid-template-columns: repeat(3,1fr); }
  .archive-main { padding-top: 25px; }.category-hero { min-height: 350px; padding: 35px 24px; }.category-hero h1 { font-size: 28px; }.category-hero p { font-size: 14px; }
  .blog-directory-hero { padding: 58px 0 63px; }.blog-directory-hero-grid { gap: 29px; }.blog-directory-hero-copy h1 { font-size: 39px; letter-spacing: -1.35px; }.blog-directory-hero-copy > p { font-size: 13px; }.blog-directory-hero-copy > div { margin-top: 22px; }.blog-hero-topics { padding: 22px 20px; }.blog-hero-topics nav { grid-template-columns: 1fr; }.blog-hero-topics a:nth-child(2) { border-top: 1px solid rgba(255,255,255,.09); }.blog-category-nav { justify-content: flex-start; flex-wrap: nowrap; margin-top: 20px; padding-bottom: 8px; overflow-x: auto; scrollbar-width: none; }.blog-category-nav::-webkit-scrollbar { display: none; }.blog-category-nav a { flex: 0 0 auto; text-align: center; }.blog-topic-section { padding: 54px 0 60px; }.blog-topic-head h2,.blog-latest-head h2 { font-size: 32px; letter-spacing: -1px; }.blog-topic-grid { grid-template-columns: 1fr; margin-top: 27px; }.blog-topic-grid > a { min-height: 230px; padding: 24px 22px; }.blog-articles-section { padding: 57px 0 66px; }.blog-latest-head { margin-bottom: 28px; }.blog-featured-grid { margin-bottom: 25px; }.hub-grid { grid-template-columns: 1fr; gap: 18px; margin-top: 24px; }.hub-card { min-height: 220px; }
  .faq-page-hero { padding: 58px 0 66px; }.faq-page-hero-grid { gap: 31px; }.faq-page-hero-copy h1 { font-size: 39px; letter-spacing: -1.35px; }.faq-page-hero-copy > p { font-size: 13px; }.faq-hero-actions { flex-direction: column; }.faq-hero-actions a { width: 100%; }.faq-hero-summary article { min-height: 135px; padding: 18px 10px; }.faq-hero-summary strong { font-size: 51px; }.faq-hero-summary span { font-size: 8px; }.faq-directory-section { padding: 58px 0 66px; }.faq-topic-nav { padding: 24px 20px; }.faq-topic-nav nav { grid-template-columns: 1fr; }.faq-groups { gap: 42px; }.faq-group > header { grid-template-columns: 38px minmax(0,1fr) auto; }.faq-group > header > span { width: 38px; height: 38px; }.faq-group > header h2 { font-size: 21px; }.faq-page-list.faq-list button { padding: 19px 17px; font-size: 12px; }.faq-page-list.faq-list section > div { padding: 0 17px 20px; font-size: 11px; }.faq-contact-section { padding: 62px 0 69px; }.faq-contact-section h2 { font-size: 36px; letter-spacing: -1.1px; }.faq-contact-section .wide-container > div { flex-direction: column; }.faq-contact-section a { width: 100%; }
  .portfolio-main { padding-bottom: 55px; }.portfolio-hero { min-height: 390px; }.portfolio-hero h1 { font-size: 42px; letter-spacing: -1.5px; }.portfolio-hero p { font-size: 14px; }.portfolio-subnav { width: 100%; justify-content: flex-start; padding: 18px 12px; }.portfolio-paths { grid-template-columns: 1fr; gap: 18px; padding-top: 20px; }.portfolio-path-card { min-height: 310px; padding: 30px 26px; }.portfolio-path-card h2 { font-size: 25px; }.portfolio-filter-tabs { flex-wrap: nowrap; justify-content: flex-start; margin-inline: -12px; padding-inline: 12px; overflow-x: auto; scrollbar-width: none; }.portfolio-filter-tabs::-webkit-scrollbar { display: none; }.web-project-grid { grid-template-columns: 1fr; gap: 20px; }.web-design-portfolio { margin-bottom: -55px; }.web-project-card::after { opacity: .34; background: linear-gradient(180deg,transparent 45%,rgba(13,13,15,.78)); }.web-project-hover { place-items: end start; opacity: 1; text-align: left; transform: none; }.web-project-hover strong { font-size: 17px; }.seo-portfolio { margin-bottom: -55px; }.seo-case-section { padding-top: 30px; }.seo-case-intro h2 { font-size: 25px; }.seo-case-card { grid-template-columns: 1fr; }.seo-case-side { min-height: 155px; display: grid; grid-template-columns: 80px 1fr; grid-template-rows: auto auto; column-gap: 18px; align-content: center; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.13); }.seo-case-side > span { grid-row: 1 / span 2; font-size: 50px; }.seo-case-side small { align-self: end; margin-top: 0; }.seo-case-side h2 { align-self: start; margin-top: 4px; }.seo-case-content { padding: 26px 22px 30px; }.seo-case-top { flex-direction: column; }.seo-case-top > div { justify-content: flex-start; }.seo-case-content h3 { font-size: 23px; }.seo-case-content ul { margin-top: 22px; }
  .migration-case-study-main { padding-bottom: 0; }.case-study-proof { padding-bottom: 62px; }.case-study-metrics { grid-template-columns: 1fr; margin-top: -28px; }.case-study-metrics article,.case-study-metrics article:nth-child(3) { min-height: 112px; padding: 21px; border-top: 1px solid var(--line); border-left: 0; }.case-study-metrics article:first-child { border-top: 0; }.case-study-content { margin-top: 48px; }.case-study-section { grid-template-columns: 38px minmax(0,1fr); gap: 15px; padding: 36px 0; }.case-study-section p { font-size: 13px; }.case-study-section ul,.case-study-redirect-sample { grid-template-columns: 1fr; }.case-study-cta { padding: 60px 0 68px; }
  .tools-page-main { padding-bottom: 0; }.portfolio-hero-tools { min-height: 410px; }.tools-directory-section { padding: 48px 0 58px; }.tools-directory-intro { gap: 18px; }.tools-directory-intro h2 { font-size: 34px; letter-spacing: -1px; }.tools-directory-intro > p { font-size: 13px; }.tools-filter-row { align-items: flex-start; flex-direction: column; gap: 12px; margin: 32px 0 22px; }.tools-filter-tabs { width: calc(100% + 24px); flex-wrap: nowrap; margin-inline: -12px; padding: 2px 12px 10px; overflow-x: auto; scrollbar-width: none; }.tools-filter-tabs::-webkit-scrollbar { display: none; }.tools-filter-tabs button { flex: 0 0 auto; }.tools-filter-row > p { align-self: flex-end; }.tools-recommendation-list { gap: 20px; }.tool-recommendation-card { grid-template-columns: 1fr; }.tool-brand-panel { min-height: 205px; padding: 47px 20px 24px; border-right: 0; border-bottom: 1px solid var(--line); }.tool-mark { width: 74px; height: 74px; border-radius: 19px; font-size: 19px; }.tool-brand-panel > strong { margin-top: 16px; font-size: 16px; }.tool-card-body { padding: 25px 22px 26px; }.tool-card-body header h2 { font-size: 23px; }.tool-card-body > p { font-size: 13px; }.tool-card-lower { margin-top: 21px; padding-top: 21px; }.tool-card-meta { align-items: stretch; flex-direction: column; }.tool-card-meta dl { width: 100%; }.tool-card-meta > a { width: 100%; }.tools-method-section { padding: 58px 0 68px; }.tools-method-head h2 { font-size: 34px; }.tools-method-head p { font-size: 13px; }.tools-method-grid { margin-top: 28px; }.tools-method-grid article { padding: 25px; }
  .about-stat-section { padding: 44px 0; }.about-stat-grid { border-radius: 14px; }.about-stat-grid article { min-height: 116px; padding: 18px 8px; }.about-stat-grid strong { font-size: 39px; }.about-stat-grid span { font-size: 8px; }.about-story-section { padding: 58px 0 65px; }.about-profile-portrait { width: min(100%,390px); }.about-profile-portrait figcaption { right: 18px; bottom: 18px; left: 18px; }.about-section-head h2 { font-size: 34px; letter-spacing: -1px; }.about-story-layout { gap: 29px; }.about-story-copy { margin-top: 20px; }.about-story-copy p { font-size: 13px; }.about-topic-list span { flex: 1 1 calc(50% - 8px); text-align: center; }.about-story-cta { width: 100%; justify-content: center; }.about-mission-section { padding: 58px 0 65px; }.about-mission-grid { margin-top: 28px; }.about-mission-grid article { padding: 25px 22px; }.about-mission-grid h3 { margin-top: 29px; }.about-evidence-section { padding: 58px 0 65px; }.about-evidence-grid { grid-template-columns: 1fr; margin-top: 28px; }.about-evidence-grid > a, .about-evidence-grid img { min-height: 255px; }.about-contact-section { padding: 63px 0 70px; }.about-contact-section h2 { font-size: 38px; letter-spacing: -1.2px; }.about-contact-section p { font-size: 13px; }
  .trust-proof-section { padding: 58px 0 65px; }.trust-proof-head h2, .services-section-head h2 { font-size: 33px; letter-spacing: -1px; }.trust-proof-metrics { grid-template-columns: 1fr; }.trust-proof-metrics article { min-height: 115px; padding: 22px 12px; border-top: 1px solid var(--line); border-left: 0; }.trust-proof-metrics article:first-child { border-top: 0; }.trust-proof-grid > a, .service-proof-grid > a { min-height: 235px; padding: 25px 22px; }.trust-proof-grid b, .service-proof-grid b { left: 22px; }
  .portfolio-hero-services, .portfolio-hero-contact, .portfolio-hero-about, .portfolio-hero-courses { min-height: 370px; }.service-outcomes-section, .service-offers-section, .service-process-section, .service-proof-section { padding: 58px 0 65px; }.service-outcome-grid, .service-process-grid { grid-template-columns: 1fr; }.service-outcome-grid article, .service-process-grid article { min-height: 0; padding: 25px 22px; }.service-offer-list { gap: 18px; margin-top: 31px; }.service-offer-card { grid-template-columns: 1fr; gap: 24px; padding: 25px 22px; }.service-offer-card > aside { flex-direction: row; align-items: center; padding-right: 0; padding-bottom: 21px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.1); }.service-offer-card > aside strong { font-size: 40px; }.service-offer-deliverables { grid-column: auto; padding-top: 22px; }.service-offer-main h2 { font-size: 25px; }.service-offer-main dl { grid-template-columns: 1fr; }.service-final-cta { padding: 64px 0 70px; }.service-final-cta h2 { font-size: 35px; }
  .contact-enquiry-section { padding: 58px 0 64px; }.contact-enquiry-copy { padding: 27px 22px; }.contact-enquiry-copy h2 { font-size: 32px; letter-spacing: -1px; }.contact-enquiry-copy > a { width: 100%; justify-content: center; }.contact-enquiry-form { grid-template-columns: 1fr; padding: 25px 20px; }.contact-enquiry-form label, .contact-enquiry-form label:nth-of-type(3), .contact-enquiry-form label:nth-of-type(4), .contact-enquiry-form button, .contact-enquiry-form > small { grid-column: 1; }.contact-next-section { padding: 58px 0 66px; }.contact-next-section h2 { font-size: 32px; letter-spacing: -1px; }.contact-next-grid { grid-template-columns: 1fr; margin-top: 28px; }.contact-next-grid article { min-height: 0; }
  .sidebar-stack { grid-template-columns: 1fr; }
  .article-main { padding-top: 20px; }.article-card { padding: 12px; }.article-heading { padding: 30px 8px 20px; }.article-heading h1 { font-size: 31px; }.article-meta span + span { padding-left: 0; border: 0; }.toc { margin: 15px 8px 30px; }.toc ol { columns: 1; }.article-content { padding: 0 8px 15px; font-size: 15px; }.article-content h1 { font-size: 30px; }.article-content h2 { font-size: 25px; }.article-content h3 { font-size: 20px; }.share-box, .author-box, .related-posts { margin-inline: 8px; }.author-box { align-items: flex-start; gap: 14px; padding: 18px; }.author-box > a { width: 64px; height: 64px; flex-basis: 64px; }.author-box p { font-size: 12px; }.related-posts > div { grid-template-columns: 1fr; }.related-posts a { grid-template-columns: 100px 1fr; column-gap: 12px; }.related-posts img { grid-row: span 2; }
  .services-main { padding-top: 25px; }.resume-card { padding: 20px; }.services-intro > h1 { font-size: 32px; }.service-cards article { grid-template-columns: 40px 1fr; padding: 22px; }.service-cards article p { grid-column: 2; }.pricing-section { margin-top: 30px; }.pricing-section > h2 { font-size: 30px; }.pricing-grid { grid-template-columns: 1fr; gap: 38px; }
  .instagram-strip { padding-top: 40px; }.instagram-row { gap: 8px; }.instagram-row a { width: 48vw; height: 160px; }
  .footer-grid { grid-template-columns: 1fr; gap: 35px; padding-top: 45px; }.footer-bottom { align-items: flex-start; flex-direction: column; gap: 14px; padding-right: 0; padding-bottom: 105px; }.footer-legal { justify-content: flex-start; margin-left: 0; flex-wrap: wrap; gap: 10px 20px; }
  .legal-main { padding: 25px 0 60px; }.legal-card { padding: 38px 24px; }.legal-card h1 { font-size: 34px; }.legal-intro { font-size: 15px; }
  .whatsapp { right: 16px; bottom: 18px; }.to-top { right: 74px; bottom: 21px; }
  .search-overlay { padding: 20px; }.search-close { top: 20px; right: 20px; }.search-field { height: 56px; }
  .search-page-main { padding-bottom: 60px; }.search-page-hero { padding: 58px 0 52px; }.search-page-hero h1 { font-size: 40px; letter-spacing: -1px; }.search-page-hero > .wide-container > p { font-size: 13px; }.search-page-form { min-height: 62px; grid-template-columns: 25px minmax(0,1fr); padding: 9px 10px 9px 14px; }.search-page-form input { font-size: 15px; }.search-page-form button { min-height: 45px; grid-column: 1 / -1; }.search-page-topics { align-items: flex-start; }.search-page-topics strong { width: 100%; }.search-page-results-section { padding-top: 42px; }.search-page-results-head { align-items: flex-start; flex-direction: column; gap: 8px; }.search-page-results-head h2 { font-size: 27px; }.search-page-result-card { min-height: 0; grid-template-columns: 1fr; }.search-page-result-image { min-height: 0; aspect-ratio: 16 / 9; }.search-page-result-card > div { padding: 22px 20px; }.search-page-result-card h3 { font-size: 19px; }.search-page-read { margin-top: 12px; }
}

@media (max-width: 1100px) {
  .home-services-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .home-course-card-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .home-service-visual { min-height: 205px; }
  .home-service-body { min-height: 255px; }
}

@media (max-width: 640px) {
  .home-services-section { padding: 58px 0 64px; }
  .home-services-head { align-items: flex-start; flex-direction: column; gap: 22px; margin-bottom: 30px; }
  .home-services-head h2 { font-size: 35px; letter-spacing: -1.1px; }
  .home-services-grid { grid-template-columns: 1fr; gap: 18px; }
  .home-course-card-grid { grid-template-columns: 1fr; }
  .home-service-visual { min-height: 195px; }
  .home-service-visual > strong { bottom: 15px; left: 17px; font-size: 15px; }
  .home-service-body { min-height: 0; padding: 25px 22px 24px; }
  .home-service-body > a { margin-top: 24px; padding-top: 0; }
}

@media (max-width: 900px) {
  .tools-next-grid { grid-template-columns: 1fr; }
  .tools-next-grid > a { min-height: 205px; }
}

@media (max-width: 640px) {
  .tools-page-main { padding-bottom: 0; }
  .portfolio-hero-tools { min-height: 370px; }
  .tools-directory-section, .tools-method-section, .tools-next-section { padding: 58px 0 66px; }
  .tools-disclosure { margin-top: 22px; }
  .tools-next-grid { gap: 15px; margin-top: 29px; }
  .tools-next-grid > a { min-height: 205px; padding: 25px 22px; }
}

/* Portfolio ownership groups and project detail pages */
.home-portfolio-gallery span { display: flex; flex-direction: column; align-items: center; justify-content: center; }
.home-portfolio-gallery span small { margin-bottom: 5px; color: rgba(255,255,255,.72); font-size: 9px; font-weight: 800; letter-spacing: .9px; text-transform: uppercase; }
.web-project-groups { display: grid; gap: 82px; }
.web-project-group[hidden] { display: none; }
.web-project-group > header { max-width: 720px; margin-bottom: 30px; }
.web-project-group > header > span { color: var(--brand-purple); font-size: 10px; font-weight: 850; letter-spacing: 1.15px; text-transform: uppercase; }
.web-project-group > header h2 { margin-top: 8px; color: var(--heading); font-size: clamp(28px,3vw,40px); letter-spacing: -1.2px; line-height: 1.15; }
.web-project-group > header p { max-width: 640px; margin-top: 12px; color: var(--muted); font-size: 13px; line-height: 1.75; }
.web-project-caption { display: flex; align-items: flex-end; justify-content: space-between; gap: 18px; }
.web-project-caption > span { display: grid; min-width: 0; }
.web-project-caption small { margin: 0 0 5px; color: var(--brand-purple); font-size: 8px; font-weight: 800; letter-spacing: .7px; text-transform: uppercase; }
.web-project-caption em { flex: 0 0 auto; color: var(--muted); font-size: 9px; font-style: normal; }
.web-project-detail { margin-bottom: -80px; padding-bottom: 0; background: #fff; }
.web-project-detail-hero { position: relative; overflow: hidden; padding: 65px 0 82px; background: linear-gradient(135deg,#f7f4ff,#fff 54%,#fff4ee); }
.web-project-detail-hero::after { position: absolute; width: 460px; height: 460px; right: -180px; bottom: -330px; border: 72px solid rgba(126,22,252,.055); border-radius: 50%; content: ""; pointer-events: none; }
.web-project-detail-hero > .wide-container { position: relative; z-index: 1; }
.web-project-back { display: inline-flex; align-items: center; gap: 8px; color: var(--muted); font-size: 11px; font-weight: 750; transition: color .25s ease,transform .25s ease; }
.web-project-back:hover { color: var(--brand-purple); transform: translateX(-3px); }
.web-project-type { display: table; margin-top: 52px; padding: 7px 12px; border-radius: 999px; background: rgba(126,22,252,.09); color: var(--brand-purple); font-size: 9px; font-weight: 850; letter-spacing: .8px; text-transform: uppercase; }
.web-project-detail-hero h1 { max-width: 900px; margin-top: 17px; color: var(--heading); font-size: clamp(48px,7vw,88px); letter-spacing: -4px; line-height: .98; }
.web-project-detail-hero p { max-width: 720px; margin-top: 25px; color: var(--muted); font-size: 16px; line-height: 1.8; }
.web-project-live { display: inline-flex; min-height: 50px; align-items: center; gap: 14px; margin-top: 30px; padding: 0 20px; border-radius: 999px; background: linear-gradient(120deg,var(--brand-purple),#a323dd 52%,var(--brand-orange)); color: #fff; font-size: 11px; font-weight: 850; box-shadow: 0 13px 28px rgba(126,22,252,.2); transition: box-shadow .25s ease,transform .25s ease; }
.web-project-live:hover { box-shadow: 0 17px 34px rgba(126,22,252,.3); transform: translateY(-3px); }
.web-project-live b { font-size: 16px; }
.web-project-overview { padding: 78px 0 86px; background: #fff; }
.web-project-overview > .wide-container { display: grid; grid-template-columns: minmax(0,1.1fr) minmax(430px,.9fr); gap: 54px 80px; }
.web-project-overview header > span,.web-project-screenshot header > span,.web-project-related header > span { color: var(--brand-purple); font-size: 10px; font-weight: 850; letter-spacing: 1px; text-transform: uppercase; }
.web-project-overview header h2,.web-project-screenshot header h2,.web-project-related header h2 { margin-top: 9px; color: var(--heading); font-size: clamp(30px,3.6vw,48px); letter-spacing: -1.5px; line-height: 1.13; }
.web-project-overview header p { max-width: 700px; margin-top: 18px; color: var(--muted); font-size: 14px; line-height: 1.85; }
.web-project-facts { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.web-project-facts > div { min-height: 104px; display: flex; flex-direction: column; justify-content: center; padding: 20px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.web-project-facts small,.web-project-services > small { color: var(--muted); font-size: 8px; font-weight: 800; letter-spacing: .8px; text-transform: uppercase; }
.web-project-facts strong { margin-top: 8px; color: var(--heading); font-size: 13px; line-height: 1.45; }
.web-project-services { grid-column: 1 / -1; padding-top: 5px; }
.web-project-services > div { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 12px; }
.web-project-services span { padding: 8px 12px; border: 1px solid rgba(126,22,252,.16); border-radius: 999px; background: #faf8ff; color: var(--brand-purple); font-size: 9px; font-weight: 750; }
.web-project-screenshot { padding: 84px 0 100px; background: #f6f6fa; }
.web-project-screenshot > .wide-container { width: min(1160px,calc(100% - 48px)); }
.web-project-screenshot header { max-width: 720px; margin-bottom: 36px; }
.web-project-screenshot figure { overflow: hidden; margin: 0; border: 1px solid #dfe1e8; border-radius: 16px; background: #fff; box-shadow: 0 24px 65px rgba(27,29,37,.13); }
.web-project-screenshot .web-project-browserbar { height: 34px; padding-inline: 13px; }
.web-project-screenshot figure > img { display: block; width: 100%; height: auto; background: #fff; }
.web-project-screenshot figcaption { display: flex; justify-content: center; padding: 27px; border-top: 1px solid var(--line); }
.web-project-screenshot figcaption a { display: inline-flex; min-height: 46px; align-items: center; gap: 11px; padding: 0 18px; border: 1px solid var(--heading); border-radius: 999px; color: var(--heading); font-size: 10px; font-weight: 800; transition: background .25s ease,color .25s ease,transform .25s ease; }
.web-project-screenshot figcaption a:hover { background: var(--heading); color: #fff; transform: translateY(-2px); }
.web-project-related { padding: 82px 0 100px; background: #fff; }
.web-project-related header { margin-bottom: 30px; }
.web-project-related > .wide-container > div { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 24px; }
.web-project-related a { position: relative; display: grid; min-height: 220px; overflow: hidden; border-radius: 14px; background: #17171c; color: #fff; }
.web-project-related a::after { position: absolute; inset: 0; background: linear-gradient(180deg,rgba(12,12,16,.05),rgba(12,12,16,.78)); content: ""; }
.web-project-related img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: filter .35s ease,transform .45s ease; }
.web-project-related a > span { position: relative; z-index: 1; align-self: end; display: grid; padding: 26px; }
.web-project-related a small { color: rgba(255,255,255,.7); font-size: 8px; font-weight: 800; letter-spacing: .8px; text-transform: uppercase; }
.web-project-related a strong { margin-top: 5px; font-size: 20px; }
.web-project-related a > b { position: absolute; z-index: 2; right: 20px; bottom: 21px; display: grid; width: 38px; height: 38px; place-items: center; border-radius: 50%; background: linear-gradient(135deg,var(--brand-purple),var(--brand-orange)); font-size: 15px; }
.web-project-related a:hover img { filter: brightness(.78); transform: scale(1.025); }

@media (max-width: 900px) {
  .web-project-groups { gap: 58px; }
  .web-project-overview > .wide-container { grid-template-columns: 1fr; gap: 35px; }
}

@media (max-width: 640px) {
  .home-portfolio-gallery span { align-items: flex-start; justify-content: flex-end; }
  .web-project-group > header { margin-bottom: 22px; }
  .web-project-group > header p { font-size: 12px; }
  .web-project-caption { align-items: flex-start; flex-direction: column; gap: 7px; }
  .web-project-detail { margin-bottom: -55px; }
  .web-project-detail-hero { padding: 34px 0 58px; }
  .web-project-type { margin-top: 38px; }
  .web-project-detail-hero h1 { font-size: 46px; letter-spacing: -2.5px; }
  .web-project-detail-hero p { font-size: 13px; }
  .web-project-overview,.web-project-related { padding: 58px 0 65px; }
  .web-project-facts { grid-template-columns: 1fr; }
  .web-project-screenshot { padding: 58px 0 68px; }
  .web-project-screenshot > .wide-container { width: min(100% - 24px,1160px); }
  .web-project-screenshot figure { border-radius: 10px; }
  .web-project-screenshot figcaption { padding: 20px 14px; }
  .web-project-related > .wide-container > div { grid-template-columns: 1fr; gap: 15px; }
  .web-project-related a { min-height: 190px; }
}

/* Unified interior-page hero system — homepage hero intentionally excluded. */
.subpage-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-bottom: 1px solid rgba(126,22,252,.1);
  background:
    radial-gradient(circle at 82% 12%,rgba(126,22,252,.13),transparent 24%),
    radial-gradient(circle at 64% 112%,rgba(250,91,25,.1),transparent 31%),
    linear-gradient(135deg,#f8f6ff 0%,#fff 54%,#fff6f0 100%);
  color: var(--text);
}
.subpage-hero::before {
  position: absolute;
  z-index: -1;
  top: -315px;
  right: -70px;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(126,22,252,.12);
  border-radius: 50%;
  box-shadow: 0 0 0 48px rgba(126,22,252,.035),0 0 0 96px rgba(250,91,25,.025);
  content: "";
  pointer-events: none;
}
.subpage-hero::after {
  position: absolute;
  z-index: -1;
  right: 8%;
  bottom: -34px;
  width: 220px;
  height: 150px;
  opacity: .42;
  background-image: radial-gradient(rgba(126,22,252,.27) 1px,transparent 1px);
  background-size: 14px 14px;
  content: "";
  pointer-events: none;
}
.subpage-hero > .wide-container,
.subpage-hero > * { position: relative; z-index: 1; }

.portfolio-hero.subpage-hero,
.portfolio-hero-web.subpage-hero,
.portfolio-hero-seo.subpage-hero,
.portfolio-hero-tools.subpage-hero,
.portfolio-hero-about.subpage-hero,
.portfolio-hero-services.subpage-hero,
.portfolio-hero-courses.subpage-hero,
.portfolio-hero-contact.subpage-hero {
  min-height: 400px;
  padding: 70px 0 74px;
  background:
    radial-gradient(circle at 82% 12%,rgba(126,22,252,.13),transparent 24%),
    radial-gradient(circle at 64% 112%,rgba(250,91,25,.1),transparent 31%),
    linear-gradient(135deg,#f8f6ff 0%,#fff 54%,#fff6f0 100%);
  color: var(--text);
}
.portfolio-hero.subpage-hero > .wide-container > span,
.blog-directory-hero.subpage-hero .blog-directory-hero-copy > span,
.faq-page-hero.subpage-hero .faq-page-hero-copy > span,
.search-page-hero.subpage-hero .wide-container > span,
.category-hero.subpage-hero > span {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  padding: 5px 11px;
  border: 1px solid rgba(126,22,252,.13);
  border-radius: 999px;
  background: rgba(255,255,255,.68);
  color: var(--brand-purple);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 1px;
  line-height: 1.2;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
}
.portfolio-hero.subpage-hero h1 {
  max-width: 880px;
  margin-top: 17px;
  color: var(--heading);
  font-size: clamp(42px,5.3vw,66px);
  letter-spacing: -2.5px;
  line-height: 1.06;
}
.portfolio-hero.subpage-hero p {
  max-width: 650px;
  margin-top: 18px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.72;
}

.blog-directory-hero.subpage-hero { padding: 72px 0 76px; }
.blog-directory-hero.subpage-hero .blog-directory-hero-grid { grid-template-columns: minmax(0,900px); gap: 0; }
.blog-directory-hero.subpage-hero .blog-directory-hero-copy h1 {
  max-width: 850px;
  margin-top: 17px;
  color: var(--heading);
  font-size: clamp(42px,5.3vw,66px);
  letter-spacing: -2.5px;
  line-height: 1.06;
}
.blog-directory-hero.subpage-hero .blog-directory-hero-copy h1 small {
  border-color: rgba(126,22,252,.15);
  background: rgba(255,255,255,.7);
  color: var(--muted);
}
.blog-directory-hero.subpage-hero .blog-directory-hero-copy > p {
  max-width: 650px;
  margin-top: 18px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.72;
}

.search-page-hero.subpage-hero { padding: 68px 0 64px; color: var(--text); }
.search-page-hero.subpage-hero .wide-container::after { display: none; }
.search-page-hero.subpage-hero h1 {
  max-width: 850px;
  margin-top: 17px;
  color: var(--heading);
  font-size: clamp(42px,5.3vw,66px);
  letter-spacing: -2.5px;
  line-height: 1.06;
}
.search-page-hero.subpage-hero > .wide-container > p {
  max-width: 650px;
  margin-top: 16px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.72;
}
.search-page-hero.subpage-hero .search-page-form {
  max-width: 760px;
  margin-top: 25px;
  border: 1px solid rgba(126,22,252,.1);
  box-shadow: 0 18px 45px rgba(66,42,92,.12);
}
.search-page-hero.subpage-hero .search-page-topics { color: var(--muted); }
.search-page-hero.subpage-hero .search-page-topics strong { color: var(--heading); }
.search-page-hero.subpage-hero .search-page-topics a:hover { color: var(--brand-purple); }

.category-hero.subpage-hero {
  min-height: 290px;
  padding: 48px clamp(28px,8vw,110px);
  border: 1px solid rgba(126,22,252,.1);
  border-radius: 20px;
  box-shadow: 0 20px 50px rgba(43,32,62,.07);
}
.category-hero.subpage-hero h1 { margin-top: 14px; font-size: clamp(34px,4.5vw,52px); letter-spacing: -1.5px; }
.category-hero.subpage-hero p { max-width: 680px; margin-top: 15px; color: var(--muted); font-size: 13px; line-height: 1.72; }
.category-hero.subpage-hero em { margin-top: 18px; border: 1px solid var(--line); background: rgba(255,255,255,.65); color: var(--muted); }

.service-detail-hero.subpage-hero { min-height: 500px; }
.service-detail-hero.subpage-hero .service-detail-hero-grid {
  min-height: 500px;
  grid-template-columns: minmax(0,1fr) minmax(390px,.78fr);
  gap: clamp(45px,6vw,76px);
  padding-block: 60px 64px;
}
.service-detail-hero.subpage-hero .service-detail-hero-copy nav { margin-bottom: 24px; color: var(--muted); }
.service-detail-hero.subpage-hero .service-detail-hero-copy nav a:hover,
.service-detail-hero.subpage-hero .service-detail-hero-copy nav strong { color: var(--heading); }
.service-detail-hero.subpage-hero .service-detail-hero-copy > small {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  padding: 5px 11px;
  border: 1px solid rgba(126,22,252,.13);
  border-radius: 999px;
  background: rgba(255,255,255,.68);
  color: var(--brand-purple);
}
.service-detail-hero.subpage-hero .service-detail-hero-copy h1 {
  max-width: 720px;
  margin-top: 16px;
  color: var(--heading);
  font-size: clamp(40px,4.6vw,60px);
  letter-spacing: -2.2px;
  line-height: 1.06;
}
.service-detail-hero.subpage-hero .service-detail-hero-copy > p {
  max-width: 620px;
  margin-top: 18px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.72;
}
.service-detail-hero.subpage-hero figure {
  border-color: rgba(126,22,252,.12);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 22px 55px rgba(43,32,62,.13);
}
.service-detail-hero.subpage-hero figure img { aspect-ratio: 16 / 10; object-fit: cover; }

.web-project-detail-hero.subpage-hero { padding: 52px 0 68px; }
.web-project-detail-hero.subpage-hero .web-project-type { margin-top: 38px; }
.web-project-detail-hero.subpage-hero h1 { max-width: 900px; font-size: clamp(44px,6vw,72px); letter-spacing: -3px; line-height: 1.02; }
.web-project-detail-hero.subpage-hero p { max-width: 650px; margin-top: 18px; font-size: 14px; line-height: 1.72; }
.web-project-detail-hero.subpage-hero .web-project-live { margin-top: 24px; }

body.dark .subpage-hero,
body.dark .portfolio-hero.subpage-hero,
body.dark .portfolio-hero-web.subpage-hero,
body.dark .portfolio-hero-seo.subpage-hero,
body.dark .portfolio-hero-tools.subpage-hero,
body.dark .portfolio-hero-about.subpage-hero,
body.dark .portfolio-hero-services.subpage-hero,
body.dark .portfolio-hero-courses.subpage-hero,
body.dark .portfolio-hero-contact.subpage-hero {
  border-bottom-color: rgba(255,255,255,.08);
  background:
    radial-gradient(circle at 82% 12%,rgba(153,72,255,.18),transparent 25%),
    radial-gradient(circle at 64% 112%,rgba(250,91,25,.1),transparent 31%),
    linear-gradient(135deg,#202329 0%,#262a30 54%,#252326 100%);
}
body.dark .subpage-hero::before { border-color: rgba(219,172,254,.12); box-shadow: 0 0 0 48px rgba(153,72,255,.035),0 0 0 96px rgba(250,91,25,.02); }
body.dark .subpage-hero::after { background-image: radial-gradient(rgba(219,172,254,.25) 1px,transparent 1px); }
body.dark .portfolio-hero.subpage-hero > .wide-container > span,
body.dark .blog-directory-hero.subpage-hero .blog-directory-hero-copy > span,
body.dark .faq-page-hero.subpage-hero .faq-page-hero-copy > span,
body.dark .search-page-hero.subpage-hero .wide-container > span,
body.dark .category-hero.subpage-hero > span,
body.dark .service-detail-hero.subpage-hero .service-detail-hero-copy > small,
body.dark .category-hero.subpage-hero em { border-color: rgba(255,255,255,.1); background: rgba(255,255,255,.055); }

/* Final content, conversion, and compact-directory refinements */
.social-mini a { border-radius: 50%; transition: background .2s ease,color .2s ease,transform .2s ease; }
.social-mini a svg { width: 15px; height: 15px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.social-mini a .whatsapp-icon { fill: currentColor; stroke: none; }
.social-mini a:hover { background: rgba(255,255,255,.12); color: #fff; opacity: 1; transform: translateY(-1px); }
.global-feedback-head > p { max-width: 620px; margin: 14px auto 0; color: var(--muted); font-size: 12px; line-height: 1.7; }
.home-service-body > a,.home-faq-more { min-height: 44px; }
.service-pricing-tailored .service-pricing-grid { max-width: 760px; grid-template-columns: 1fr; margin-inline: auto; }
.service-price-card-custom { min-height: 0; padding: 34px; }
.service-price-card-custom header p { max-width: 650px; min-height: 0; }
.service-custom-scope { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 12px; margin: 27px 0 28px; }
.service-custom-scope > div { padding: 18px; border: 1px solid #e5e0f1; border-radius: 12px; background: linear-gradient(135deg,#f5f1ff,#fff8f3); }
.service-custom-scope dt { color: var(--brand-purple); font-size: 8px; font-weight: 850; letter-spacing: .7px; text-transform: uppercase; }
.service-custom-scope dd { margin: 7px 0 0; color: #454752; font-size: 11px; line-height: 1.6; }
.tool-recommendation-card { grid-template-columns: 205px minmax(0,1fr); }
.tool-brand-panel { min-height: 290px; padding: 54px 20px 25px; }
.tool-card-body { padding: 28px 31px 27px; }
.tool-card-body > p { max-width: 720px; font-size: 13px; }
.tool-card-summary { display: flex; align-items: flex-end; justify-content: space-between; gap: 28px; margin-top: 22px; padding-top: 20px; border-top: 1px solid var(--line); }
.tool-card-summary dl { display: grid; min-width: 0; flex: 1; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; margin: 0; }
.tool-card-summary dt { color: var(--muted); font-size: 8px; font-weight: 800; letter-spacing: .7px; text-transform: uppercase; }
.tool-card-summary dd { margin: 4px 0 0; color: var(--heading); font-size: 11px; font-weight: 750; line-height: 1.45; }
.tool-card-summary > a { display: inline-flex; min-height: 44px; flex: 0 0 auto; align-items: center; justify-content: center; gap: 9px; padding: 9px 16px; border-radius: 8px; background: linear-gradient(105deg,var(--brand-purple),var(--brand-orange)); color: #fff; font-size: 10px; font-weight: 850; box-shadow: 0 10px 22px rgba(126,22,252,.16); }
.tool-card-details { margin-top: 16px; border-top: 1px solid var(--line); }
.tool-card-details summary { display: flex; min-height: 44px; align-items: center; justify-content: space-between; color: var(--brand-purple); cursor: pointer; font-size: 10px; font-weight: 850; list-style: none; }
.tool-card-details summary::-webkit-details-marker { display: none; }
.tool-card-details summary span { transition: transform .2s ease; }
.tool-card-details[open] summary span { transform: rotate(180deg); }
.tool-card-details .tool-card-lower { display: block; margin: 0; padding: 5px 0 2px; border: 0; }
.tool-card-details .tool-use-label { margin-bottom: 11px; }
.blog-category-nav a,.post-meta a,.post-card-footer a,.article-breadcrumbs a,.article-tags a { min-height: 40px; display: inline-flex; align-items: center; }

@media (max-width: 900px) {
  .service-detail-hero.subpage-hero .service-detail-hero-grid { grid-template-columns: 1fr; gap: 36px; }
  .service-detail-hero.subpage-hero figure { max-width: 620px; }
  .home-featured-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .home-blog-card { min-height: 370px; }
  .tool-recommendation-card { grid-template-columns: 180px minmax(0,1fr); }
  .tool-card-summary { align-items: stretch; flex-direction: column; }
  .tool-card-summary > a { align-self: flex-start; }
}

@media (max-width: 640px) {
  .portfolio-hero.subpage-hero,
  .portfolio-hero-web.subpage-hero,
  .portfolio-hero-seo.subpage-hero,
  .portfolio-hero-tools.subpage-hero,
  .portfolio-hero-about.subpage-hero,
  .portfolio-hero-services.subpage-hero,
  .portfolio-hero-courses.subpage-hero,
  .portfolio-hero-contact.subpage-hero { min-height: 300px; padding: 50px 0 54px; }
  .portfolio-hero.subpage-hero h1,
  .blog-directory-hero.subpage-hero .blog-directory-hero-copy h1,
  .faq-page-hero.subpage-hero .faq-page-hero-copy h1,
  .search-page-hero.subpage-hero h1 { font-size: 38px; letter-spacing: -1.4px; line-height: 1.08; }
  .portfolio-hero.subpage-hero p,
  .blog-directory-hero.subpage-hero .blog-directory-hero-copy > p,
  .faq-page-hero.subpage-hero .faq-page-hero-copy > p,
  .search-page-hero.subpage-hero > .wide-container > p { font-size: 12px; }
  .blog-directory-hero.subpage-hero,.faq-page-hero.subpage-hero { padding: 50px 0 54px; }
  .search-page-hero.subpage-hero { padding: 48px 0 50px; }
  .category-hero.subpage-hero { min-height: 260px; padding: 38px 24px; border-radius: 15px; }
  .category-hero.subpage-hero h1 { font-size: 34px; }
  .service-detail-hero.subpage-hero,.service-detail-hero.subpage-hero .service-detail-hero-grid { min-height: 0; }
  .service-detail-hero.subpage-hero .service-detail-hero-grid { padding-block: 44px 52px; }
  .service-detail-hero.subpage-hero .service-detail-hero-copy h1 { font-size: 38px; letter-spacing: -1.35px; }
  .service-detail-hero.subpage-hero .service-detail-hero-copy > p { font-size: 12px; }
  .web-project-detail-hero.subpage-hero { padding: 34px 0 54px; }
  .web-project-detail-hero.subpage-hero h1 { font-size: 43px; letter-spacing: -2px; }
  .subpage-hero::before { right: -210px; }
  .subpage-hero::after { right: -45px; opacity: .3; }
  .home-featured-grid { grid-template-columns: 1fr; }
  .home-service-body > a,.home-faq-more,.blog-category-nav a,.post-meta a,.post-card-footer a,.article-breadcrumbs a,.article-tags a { min-height: 44px; }
  .service-custom-scope { grid-template-columns: 1fr; }
  .service-price-card-custom { padding: 27px 22px 23px; }
  .tool-card-summary dl { grid-template-columns: 1fr; }
  .tool-card-summary > a { width: 100%; }
  .tool-card-details summary { min-height: 48px; }
  .post-list-copy > p { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
  .nav-actions .join-button,.nav-actions .icon-button { min-width: 40px; min-height: 40px; height: 40px; }
  .pagination a,.pagination span { min-width: 44px; height: 44px; }
  .follow-button,.footer-tag,.footer-links a,.footer-legal a { display: flex; min-height: 44px; align-items: center; }
  .footer-links { gap: 0; }.footer-links a { padding-block: 8px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .hero-skill-marquee { overflow-x: auto; scrollbar-width: none; }
  .hero-skill-marquee::-webkit-scrollbar { display: none; }
  .hero-skill-track { animation: none !important; }
  .hero-skill-set[aria-hidden="true"] { display: none; }
  .global-feedback-row { overflow-x: auto; -webkit-mask-image: none; mask-image: none; scrollbar-width: none; }
  .global-feedback-row::-webkit-scrollbar { display: none; }
  .global-feedback-track { animation: none !important; }
  .global-feedback-sequence[aria-hidden="true"] { display: none; }
}
