/* ezyNet bright redesign v1.0.0 */
:root {
  --ink: #14233c;
  --ink-strong: #0d1f38;
  --text: #43536c;
  --muted: #6e7d91;
  --blue: #2563eb;
  --blue-dark: #1747ad;
  --blue-soft: #eaf3ff;
  --teal: #0f9f97;
  --teal-soft: #e6f7f4;
  --orange: #ed7c22;
  --orange-soft: #fff0e3;
  --gold: #e5a52f;
  --gold-soft: #fff6dc;
  --page: #ffffff;
  --soft: #f5f8fc;
  --sky: #f2f8ff;
  --warm: #fffaf1;
  --line: #dce5ef;
  --line-strong: #c9d7e6;
  --shadow: 0 18px 46px rgba(24, 53, 91, .10);
  --shadow-soft: 0 8px 24px rgba(24, 53, 91, .08);
  --radius: 18px;
  --radius-small: 12px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--page); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img, svg { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
.container { width: min(var(--max), calc(100% - 44px)); margin-inline: auto; }
.skip-link { position: fixed; top: -5rem; left: 1rem; z-index: 9999; padding: .75rem 1rem; background: var(--ink-strong); color: #fff; border-radius: 8px; font-weight: 800; }
.skip-link:focus { top: 1rem; }
:focus-visible { outline: 3px solid rgba(37, 99, 235, .34); outline-offset: 3px; }

h1, h2, h3 { margin: 0; color: var(--ink-strong); line-height: 1.08; letter-spacing: -.035em; }
h1 { font-size: clamp(3.15rem, 6.6vw, 5.65rem); max-width: 12ch; }
h2 { font-size: clamp(2.25rem, 4.5vw, 4rem); max-width: 14ch; }
h3 { font-size: 1.3rem; letter-spacing: -.02em; }
h1 em, h2 em { color: var(--blue); font-style: normal; }
p { margin: 0; color: var(--text); }
.large-copy { font-size: clamp(1.08rem, 1.6vw, 1.25rem); }

.eyebrow { display: inline-flex; align-items: center; gap: .65rem; margin-bottom: 1rem; color: var(--blue-dark); font-size: .78rem; font-weight: 850; letter-spacing: .105em; text-transform: uppercase; }
.eyebrow > span { width: 28px; height: 2px; background: var(--orange); }
.eyebrow-light { color: #dbe9ff; }
.eyebrow-light > span { background: #ffbd73; }
.hero-lead { margin-top: 1.35rem; max-width: 64ch; color: var(--text); font-size: clamp(1.08rem, 1.7vw, 1.28rem); line-height: 1.7; }
.button-row { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 1.8rem; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: .55rem; padding: .82rem 1.12rem; border: 1px solid transparent; border-radius: 11px; font-weight: 800; line-height: 1.2; transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--blue); color: #fff; box-shadow: 0 10px 24px rgba(37, 99, 235, .22); }
.button-primary:hover { background: var(--blue-dark); box-shadow: 0 14px 28px rgba(37, 99, 235, .27); }
.button-secondary { background: #fff; color: var(--ink); border-color: var(--line-strong); }
.button-secondary:hover, .button-light:hover { border-color: #adc2da; box-shadow: var(--shadow-soft); }
.button-light { background: var(--sky); color: var(--blue-dark); border-color: #cfe0f5; }
.button-white { background: #fff; color: var(--blue-dark); box-shadow: 0 10px 26px rgba(0,0,0,.12); }
.button-white:hover { background: #f4f8ff; }
.text-link { display: inline-flex; align-items: center; gap: .4rem; margin-top: 1.05rem; color: var(--blue-dark); font-weight: 850; }
.text-link:hover { color: var(--blue); }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translateX(3px); }

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.94); border-bottom: 1px solid rgba(220,229,239,.9); backdrop-filter: blur(14px); transition: box-shadow .2s ease; }
.site-header.scrolled { box-shadow: 0 7px 22px rgba(20,35,60,.08); }
.nav-wrap { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; }
.brand { flex: 0 0 auto; }
.brand img { width: 186px; height: auto; }
.primary-nav { display: flex; align-items: center; gap: .12rem; }
.primary-nav a { padding: .65rem .64rem; border-radius: 8px; color: #4b5b72; font-size: .92rem; font-weight: 750; white-space: nowrap; }
.primary-nav a:hover, .primary-nav a.active:not(.nav-contact) { color: var(--blue-dark); background: var(--blue-soft); }
.primary-nav .nav-contact { margin-left: .4rem; padding: .72rem .92rem; color: #fff; background: var(--blue); }
.primary-nav .nav-contact:hover, .primary-nav .nav-contact.active { background: var(--blue-dark); }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 8px; border: 1px solid var(--line-strong); border-radius: 10px; background: #fff; color: var(--ink); }
.menu-toggle span { display: block; width: 21px; height: 2px; margin: 5px auto; border-radius: 3px; background: currentColor; transition: transform .2s ease, opacity .2s ease; }
.menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.hero { position: relative; overflow: hidden; padding: clamp(4.5rem, 8vw, 7rem) 0 4rem; background: linear-gradient(120deg, #f8fbff 0%, #edf6ff 52%, #fff8ec 100%); border-bottom: 1px solid var(--line); }
.hero::before, .page-hero::before, .product-hero::before { content: ""; position: absolute; width: 380px; height: 380px; right: -150px; top: -190px; border-radius: 50%; background: rgba(37,99,235,.08); }
.hero::after { content: ""; position: absolute; width: 250px; height: 250px; left: -120px; bottom: -150px; border-radius: 50%; background: rgba(237,124,34,.09); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.04fr) minmax(430px, .96fr); gap: clamp(2.2rem, 5vw, 5rem); align-items: center; }
.hero-copy { padding-block: 1rem; }
.hero-points { display: flex; flex-wrap: wrap; gap: .65rem 1.2rem; margin: 1.25rem 0 0; padding: 0; list-style: none; }
.hero-points li { position: relative; padding-left: 1.15rem; color: #5f6e82; font-size: .92rem; font-weight: 700; }
.hero-points li::before { content: ""; position: absolute; left: 0; top: .55rem; width: 7px; height: 7px; border-radius: 50%; background: var(--teal); }

.workspace-card { overflow: hidden; border: 1px solid #d1dfed; border-radius: 20px; background: #fff; box-shadow: 0 28px 70px rgba(30,67,108,.16); }
.workspace-topbar { min-height: 48px; display: flex; align-items: center; gap: 1rem; padding: .7rem 1rem; background: #f5f8fb; border-bottom: 1px solid var(--line); }
.window-dots { display: flex; gap: 5px; }
.window-dots span { width: 8px; height: 8px; border-radius: 50%; background: #c7d3df; }
.window-dots span:first-child { background: #ef8c85; }
.window-dots span:nth-child(2) { background: #edbd65; }
.window-dots span:last-child { background: #72c78e; }
.workspace-address { color: #718096; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: .72rem; }
.workspace-body { padding: 1.4rem; }
.workspace-heading { display: flex; justify-content: space-between; gap: 1rem; align-items: flex-start; }
.workspace-label { margin-bottom: .35rem; color: var(--blue-dark); font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.workspace-heading h2 { max-width: 15ch; font-size: clamp(1.6rem, 2.6vw, 2.25rem); }
.status-badge { flex: 0 0 auto; padding: .42rem .6rem; border: 1px solid #bfe6dc; border-radius: 999px; background: var(--teal-soft); color: #08766f; font-size: .7rem; font-weight: 800; }
.workspace-services { display: grid; grid-template-columns: repeat(3, 1fr); gap: .65rem; margin-top: 1.25rem; }
.workspace-services article { min-width: 0; padding: .85rem; border: 1px solid var(--line); border-radius: 12px; background: #fbfdff; }
.workspace-services strong, .workspace-services small { display: block; }
.workspace-services strong { margin-top: .5rem; font-size: .9rem; }
.workspace-services small { margin-top: .15rem; color: var(--muted); font-size: .7rem; line-height: 1.35; }
.mini-icon { width: 31px; height: 31px; display: grid; place-items: center; border-radius: 8px; font-size: .78rem; font-weight: 900; }
.icon-blue { background: var(--blue-soft); color: var(--blue-dark); }
.icon-orange { background: var(--orange-soft); color: #a54c0b; }
.icon-teal { background: var(--teal-soft); color: #08766f; }
.delivery-list { display: grid; gap: .55rem; margin-top: .8rem; }
.delivery-list > div { display: grid; grid-template-columns: 35px minmax(0,1fr) auto; gap: .65rem; align-items: center; padding: .68rem .75rem; border-radius: 10px; background: #f6f9fc; }
.delivery-list span { color: var(--blue-dark); font-size: .72rem; font-weight: 900; }
.delivery-list strong { font-size: .82rem; }
.delivery-list small { color: var(--muted); font-size: .7rem; text-align: right; }

.trust-strip { background: #fff; border-bottom: 1px solid var(--line); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid > div { padding: 1.25rem 1rem; border-right: 1px solid var(--line); }
.trust-grid > div:first-child { padding-left: 0; }
.trust-grid > div:last-child { border-right: 0; }
.trust-grid strong, .trust-grid span { display: block; }
.trust-grid strong { font-size: .92rem; }
.trust-grid span { margin-top: .15rem; color: var(--muted); font-size: .8rem; }

.section { padding: clamp(4.5rem, 8vw, 7.2rem) 0; }
.section-soft { background: var(--soft); border-block: 1px solid #e8eef5; }
.section-warm { background: var(--warm); border-block: 1px solid #f3e8d3; }
.section-heading { max-width: 760px; margin-bottom: 2.2rem; }
.section-heading h2 { margin-bottom: 1rem; }
.section-heading > p:last-child { max-width: 68ch; font-size: 1.08rem; }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.service-card { padding: 1.45rem; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow-soft); transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.service-card:hover { transform: translateY(-4px); border-color: #c1d2e4; box-shadow: var(--shadow); }
.card-icon { width: 47px; height: 47px; display: grid; place-items: center; margin-bottom: 1.1rem; border-radius: 12px; background: var(--blue-soft); color: var(--blue-dark); }
.card-icon svg { width: 25px; height: 25px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.icon-orange-bg { background: var(--orange-soft); color: #ad510e; }
.icon-teal-bg { background: var(--teal-soft); color: #087d75; }
.icon-gold-bg { background: var(--gold-soft); color: #9d6a06; }
.service-card h3 { min-height: 2.75rem; }
.service-card p { margin-top: .7rem; font-size: .95rem; }

.practical-grid { display: grid; grid-template-columns: minmax(0,.82fr) minmax(420px,1.18fr); gap: clamp(2.5rem, 6vw, 6rem); align-items: center; }
.practical-copy h2 { margin-bottom: 1.15rem; }
.practical-copy > p:last-of-type { font-size: 1.08rem; }
.problem-list { display: grid; gap: .75rem; }
.problem-list article { display: grid; grid-template-columns: 48px minmax(0,1fr); gap: 1rem; padding: 1.05rem; border: 1px solid var(--line); border-radius: 14px; background: #fff; }
.problem-list article > span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 10px; background: var(--blue-soft); color: var(--blue-dark); font-size: .8rem; font-weight: 900; }
.problem-list article:nth-child(2) > span { background: var(--orange-soft); color: #aa4b09; }
.problem-list article:nth-child(3) > span { background: var(--teal-soft); color: #08766f; }
.problem-list article:nth-child(4) > span { background: var(--gold-soft); color: #986604; }
.problem-list h3 { font-size: 1.05rem; }
.problem-list p { margin-top: .28rem; font-size: .9rem; }

.extensions-feature-section { background: linear-gradient(180deg, #fff 0%, #f5f9ff 100%); }
.extension-feature, .extension-product-card { display: grid; grid-template-columns: minmax(0,.92fr) minmax(460px,1.08fr); gap: clamp(2rem,5vw,4.5rem); align-items: center; padding: clamp(1.6rem,4vw,3.2rem); border: 1px solid #cbdced; border-radius: 22px; background: #fff; box-shadow: var(--shadow); }
.product-meta { display: flex; flex-wrap: wrap; gap: .6rem; align-items: center; margin-bottom: 1rem; color: var(--muted); font-size: .78rem; font-weight: 750; }
.product-status { display: inline-flex; align-items: center; padding: .42rem .62rem; border-radius: 999px; background: var(--orange-soft); color: #9f4507; font-size: .72rem; font-weight: 850; text-transform: uppercase; letter-spacing: .07em; }
.extension-copy h3, .extension-product-card h2 { font-size: clamp(2rem,4vw,3.2rem); }
.extension-copy > p, .product-lead { margin-top: 1rem; font-size: 1.05rem; }
.tick-list { display: grid; gap: .68rem; margin: 1.35rem 0 0; padding: 0; list-style: none; }
.tick-list li { position: relative; padding-left: 1.7rem; color: var(--text); }
.tick-list li::before { content: "✓"; position: absolute; left: 0; top: .02rem; width: 1.2rem; height: 1.2rem; display: grid; place-items: center; border-radius: 50%; background: var(--teal-soft); color: #08766f; font-size: .72rem; font-weight: 900; }
.tick-list.compact { grid-template-columns: repeat(2, minmax(0,1fr)); gap: .55rem 1rem; }
.tick-list.compact li { font-size: .9rem; }
.theme-editor-demo { min-height: 360px; display: grid; grid-template-columns: 145px minmax(0,1fr); overflow: hidden; border: 1px solid #cdd9e6; border-radius: 16px; background: #f8fafc; box-shadow: 0 16px 36px rgba(26,54,88,.14); }
.theme-editor-demo.large { min-height: 420px; }
.demo-sidebar { padding: 1.1rem .8rem; background: #17335d; color: #fff; }
.demo-sidebar strong { display: block; margin-bottom: 1.2rem; font-size: .85rem; line-height: 1.35; }
.demo-nav { width: 100%; display: block; margin: .35rem 0; padding: .58rem .65rem; border: 0; border-radius: 7px; background: transparent; color: #cbd9ee; font-size: .75rem; text-align: left; }
.demo-nav.active { background: rgba(255,255,255,.13); color: #fff; }
.demo-main { min-width: 0; padding: 1.2rem; }
.demo-title { display: flex; justify-content: space-between; align-items: center; padding-bottom: .9rem; border-bottom: 1px solid var(--line); font-size: .9rem; font-weight: 850; }
.demo-saved { padding: .3rem .48rem; border-radius: 999px; background: var(--teal-soft); color: #08766f; font-size: .65rem; }
.colour-setting { display: grid; grid-template-columns: minmax(0,1fr) 26px auto; gap: .6rem; align-items: center; margin-top: .75rem; padding: .68rem; border: 1px solid var(--line); border-radius: 9px; background: #fff; color: var(--text); font-size: .72rem; }
.colour-setting code { color: #5e6d80; font-size: .65rem; }
.swatch { width: 24px; height: 24px; border: 1px solid #cbd6e2; border-radius: 6px; }
.swatch-blue { background: var(--blue); }
.swatch-orange { background: var(--orange); }
.swatch-white { background: #fff; }
.demo-preview { display: grid; grid-template-columns: 36px minmax(0,1fr) auto; gap: .65rem; align-items: center; margin-top: .9rem; padding: .8rem; border-radius: 10px; background: var(--blue-soft); }
.demo-preview > span { width: 34px; height: 34px; border-radius: 8px; background: #fff; box-shadow: inset 0 0 0 1px #c8d8ea; }
.demo-preview strong { font-size: .72rem; }
.demo-preview button { padding: .42rem .55rem; border: 0; border-radius: 6px; background: var(--blue); color: #fff; font-size: .62rem; }
.release-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 1rem; margin-top: 1rem; }
.release-grid div { padding: 1.1rem 1.2rem; border: 1px solid var(--line); border-radius: 13px; background: #fff; }
.release-grid strong { color: var(--ink-strong); }
.release-grid p { margin-top: .3rem; font-size: .9rem; }

.process-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 1rem; margin: 0; padding: 0; list-style: none; }
.process-grid li { padding: 1.35rem; border: 1px solid #eadfc9; border-radius: 15px; background: rgba(255,255,255,.72); }
.process-grid li > span, .feature-number, .values-grid article > span { display: inline-block; margin-bottom: 1rem; color: var(--orange); font-size: .75rem; font-weight: 900; letter-spacing: .08em; }
.process-grid p { margin-top: .55rem; font-size: .93rem; }

.cta-section { padding-top: 0; }
.cta-panel { display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding: clamp(2rem,5vw,3.5rem); border-radius: 22px; background: linear-gradient(125deg, #13315a 0%, #1b4f91 68%, #2465aa 100%); box-shadow: 0 22px 50px rgba(22,60,105,.22); }
.cta-panel h2 { max-width: 13ch; color: #fff; }
.cta-panel p:not(.eyebrow) { max-width: 62ch; margin-top: .9rem; color: #dce9fb; }
.cta-panel .button { flex: 0 0 auto; }

.page-hero, .product-hero { position: relative; overflow: hidden; padding: clamp(3.7rem,7vw,6.4rem) 0; background: linear-gradient(125deg, #f8fbff 0%, #edf6ff 68%, #fffaf0 100%); border-bottom: 1px solid var(--line); }
.page-hero-grid, .product-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0,1fr) minmax(400px,.78fr); gap: clamp(2.5rem,6vw,6rem); align-items: center; }
.page-hero-copy h1 { font-size: clamp(3rem,5.8vw,5rem); }
.breadcrumb { display: flex; flex-wrap: wrap; gap: .45rem; margin-bottom: 1.4rem; color: var(--muted); font-size: .78rem; font-weight: 700; }
.breadcrumb a { color: var(--blue-dark); }
.summary-card { padding: 1.35rem; border: 1px solid #cfddea; border-radius: 18px; background: rgba(255,255,255,.9); box-shadow: var(--shadow); }
.summary-kicker { margin-bottom: .8rem; color: var(--blue-dark); font-size: .74rem; font-weight: 850; text-transform: uppercase; letter-spacing: .08em; }
.summary-list { display: grid; gap: .55rem; margin: 0; padding: 0; list-style: none; }
.summary-list li { display: grid; grid-template-columns: 38px minmax(0,1fr); gap: .75rem; align-items: center; padding: .75rem; border-radius: 11px; background: #f6f9fc; }
.summary-list li > span { width: 35px; height: 35px; display: grid; place-items: center; border-radius: 9px; background: var(--blue-soft); color: var(--blue-dark); font-size: .68rem; font-weight: 900; }
.summary-list li:nth-child(2) > span { background: var(--orange-soft); color: #a84d0b; }
.summary-list li:nth-child(3) > span { background: var(--teal-soft); color: #08766f; }
.summary-list li:nth-child(4) > span { background: var(--gold-soft); color: #946204; }
.summary-list strong, .summary-list small { display: block; }
.summary-list strong { font-size: .9rem; }
.summary-list small { margin-top: .1rem; color: var(--muted); font-size: .74rem; }

.feature-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 1rem; }
.feature-grid.three-columns { grid-template-columns: repeat(3,1fr); }
.feature-card { padding: 1.45rem; border: 1px solid var(--line); border-radius: 16px; background: #fff; box-shadow: var(--shadow-soft); }
.feature-card h3 { min-height: 2.8rem; }
.feature-card p { margin-top: .72rem; font-size: .94rem; }
.feature-card ul { margin: 1rem 0 0; padding-left: 1.05rem; color: var(--text); font-size: .88rem; }
.feature-card li { margin-top: .38rem; }
.two-column { display: grid; grid-template-columns: minmax(0,.9fr) minmax(390px,1.1fr); gap: clamp(2.5rem,6vw,6rem); align-items: center; }
.two-column.align-start { align-items: start; }
.two-column h2 { margin-bottom: 1rem; }
.check-panel { padding: 1.55rem; border: 1px solid var(--line); border-radius: 16px; background: #fff; box-shadow: var(--shadow-soft); }
.check-panel h3 { font-size: 1.15rem; }
.project-type-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1rem; }
.project-type-grid article { padding: 1.45rem; border-left: 3px solid var(--blue); background: var(--soft); }
.project-type-grid article:nth-child(2) { border-left-color: var(--orange); }
.project-type-grid article:nth-child(3) { border-left-color: var(--teal); }
.project-type-grid p { margin-top: .65rem; }
.store-grid, .workflow-layout { display: grid; grid-template-columns: minmax(0,.8fr) minmax(460px,1.2fr); gap: clamp(2.5rem,6vw,6rem); align-items: center; }
.store-grid h2, .workflow-layout h2 { margin-bottom: 1rem; }
.store-panels { display: grid; grid-template-columns: repeat(2,1fr); gap: .9rem; }
.store-panels article { padding: 1.3rem; border: 1px solid var(--line); border-radius: 15px; background: #fff; }
.panel-label { display: inline-block; margin-bottom: .8rem; color: var(--blue-dark); font-size: .7rem; font-weight: 850; text-transform: uppercase; letter-spacing: .08em; }
.workflow-demo { overflow: hidden; border: 1px solid var(--line-strong); border-radius: 17px; background: #fff; box-shadow: var(--shadow); }
.workflow-top { display: flex; align-items: center; justify-content: space-between; padding: 1rem 1.1rem; border-bottom: 1px solid var(--line); background: #f8fafc; }
.workflow-top span { padding: .35rem .55rem; border-radius: 999px; background: var(--teal-soft); color: #08766f; font-size: .68rem; font-weight: 800; }
.workflow-demo ol { display: grid; gap: .55rem; margin: 0; padding: 1rem; list-style: none; }
.workflow-demo li { display: grid; grid-template-columns: 38px minmax(0,1fr) auto; gap: .75rem; align-items: center; padding: .78rem; border: 1px solid var(--line); border-radius: 10px; }
.workflow-demo li > span { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 9px; background: #eef2f6; color: var(--muted); font-size: .72rem; font-weight: 900; }
.workflow-demo li strong, .workflow-demo li small { display: block; }
.workflow-demo li strong { font-size: .85rem; }
.workflow-demo li small { color: var(--muted); font-size: .72rem; }
.workflow-demo li b { color: var(--muted); font-size: .68rem; }
.workflow-demo li.done > span { background: var(--teal-soft); color: #08766f; }
.workflow-demo li.done b { color: #08766f; }
.workflow-demo li.current { border-color: #b9cee8; background: var(--blue-soft); }
.workflow-demo li.current > span { background: var(--blue); color: #fff; }
.workflow-demo li.current b { color: var(--blue-dark); }

.extensions-hero { background: linear-gradient(125deg,#f8fbff 0%,#edf6ff 58%,#fff5e8 100%); }
.extension-product-card { grid-template-columns: minmax(0,.9fr) minmax(480px,1.1fr); }
.channel-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 1rem; }
.channel-grid article { padding: 1.4rem; border: 1px solid var(--line); border-radius: 15px; background: #fff; box-shadow: var(--shadow-soft); }
.channel-icon { width: 43px; height: 43px; display: grid; place-items: center; margin-bottom: .9rem; border-radius: 11px; background: var(--blue); color: #fff; font-size: 1.1rem; font-weight: 900; }
.channel-orange { background: var(--orange); }
.channel-grid p { margin-top: .55rem; font-size: .9rem; }
.trademark-note { padding: 0 0 3rem; }
.trademark-note p { color: var(--muted); font-size: .76rem; text-align: center; }

.product-hero-grid { grid-template-columns: minmax(0,.94fr) minmax(470px,1.06fr); }
.product-hero h1 { font-size: clamp(3rem,5.4vw,4.8rem); }
.product-demo { min-height: 455px; }
.availability-note { margin-top: 1.25rem; padding: .85rem 1rem; border-left: 3px solid var(--orange); background: rgba(255,255,255,.7); color: var(--text); font-size: .86rem; }
.product-facts { background: #fff; border-bottom: 1px solid var(--line); }
.product-facts-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.product-facts-grid > div { padding: 1.2rem 1rem; border-right: 1px solid var(--line); }
.product-facts-grid > div:first-child { padding-left: 0; }
.product-facts-grid > div:last-child { border-right: 0; }
.product-facts-grid span, .product-facts-grid strong { display: block; }
.product-facts-grid span { color: var(--muted); font-size: .72rem; }
.product-facts-grid strong { margin-top: .18rem; font-size: .9rem; }
.scope-note { margin-top: 1rem; padding: .8rem 1rem; border-radius: 10px; background: var(--soft); color: var(--muted); font-size: .83rem; }
.faq-layout { display: grid; grid-template-columns: minmax(0,.65fr) minmax(470px,1.35fr); gap: clamp(2.5rem,6vw,6rem); align-items: start; }
.faq { display: grid; gap: .7rem; }
.faq details { padding: 1rem 1.1rem; border: 1px solid var(--line); border-radius: 12px; background: #fff; }
.faq summary { cursor: pointer; color: var(--ink-strong); font-weight: 800; }
.faq details p { margin-top: .7rem; font-size: .92rem; }

.about-statement { padding: 1.8rem; border: 1px solid #cadbea; border-radius: 18px; background: rgba(255,255,255,.85); box-shadow: var(--shadow); }
.about-statement p { color: var(--ink-strong); font-size: clamp(1.35rem,2.4vw,2rem); line-height: 1.45; letter-spacing: -.025em; }
.about-statement span { display: block; margin-top: 1rem; color: var(--blue-dark); font-size: .75rem; font-weight: 850; text-transform: uppercase; letter-spacing: .08em; }
.prose { display: grid; gap: 1rem; }
.prose p { font-size: 1.06rem; }
.values-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 1rem; }
.values-grid article { padding: 1.4rem; border: 1px solid var(--line); border-radius: 15px; background: #fff; }
.values-grid p { margin-top: .6rem; font-size: .92rem; }

.contact-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0,1fr) minmax(370px,.65fr); gap: clamp(2.5rem,6vw,6rem); align-items: center; }
.contact-intro-card { overflow: hidden; border: 1px solid #cbd9e7; border-radius: 17px; background: rgba(255,255,255,.9); box-shadow: var(--shadow); }
.contact-intro-card > div { padding: 1rem 1.2rem; border-bottom: 1px solid var(--line); }
.contact-intro-card > div:last-child { border-bottom: 0; }
.contact-intro-card span, .contact-intro-card strong, .contact-intro-card a { display: block; }
.contact-intro-card span { color: var(--muted); font-size: .72rem; }
.contact-intro-card strong, .contact-intro-card a { margin-top: .18rem; color: var(--ink-strong); font-weight: 800; }
.contact-intro-card a { color: var(--blue-dark); }
.contact-grid { display: grid; grid-template-columns: minmax(0,.7fr) minmax(480px,1.3fr); gap: clamp(2.5rem,6vw,6rem); align-items: start; }
.contact-guidance h2 { margin-bottom: 1rem; }
.contact-guidance > p { font-size: 1.03rem; }
.contact-form { padding: clamp(1.4rem,3vw,2rem); border: 1px solid var(--line-strong); border-radius: 18px; background: #fff; box-shadow: var(--shadow); }
.form-heading { margin-bottom: 1.4rem; }
.form-heading h2 { font-size: clamp(1.8rem,3vw,2.5rem); }
.form-heading p { margin-top: .45rem; }
.form-row { display: grid; gap: .42rem; margin-top: .9rem; }
.form-row.two { grid-template-columns: repeat(2,1fr); gap: .8rem; }
.form-row.two > div { display: grid; gap: .42rem; }
label { color: var(--ink-strong); font-size: .86rem; font-weight: 800; }
input, select, textarea { width: 100%; border: 1px solid var(--line-strong); border-radius: 9px; background: #fff; color: var(--ink); padding: .8rem .85rem; outline: none; }
textarea { min-height: 155px; resize: vertical; }
input:focus, select:focus, textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(37,99,235,.12); }
.form-submit { width: 100%; margin-top: 1rem; }
.form-status { min-height: 1.5rem; margin-top: .6rem; color: var(--muted); font-size: .82rem; }
.form-status.error { color: #a53030; }

.simple-page { min-height: calc(100vh - 76px); display: grid; place-items: center; padding: 5rem 0; background: linear-gradient(125deg,#f8fbff,#edf6ff 65%,#fff8ec); }
.simple-panel { max-width: 760px; padding: clamp(2rem,5vw,4rem); border: 1px solid var(--line-strong); border-radius: 20px; background: rgba(255,255,255,.93); box-shadow: var(--shadow); text-align: center; }
.simple-panel h1, .simple-panel .hero-lead { margin-inline: auto; }
.simple-panel .button-row { justify-content: center; }
.error-code { display: block; margin-bottom: .8rem; color: var(--blue); font-size: clamp(4rem,10vw,7rem); font-weight: 900; line-height: 1; }
.success-mark { width: 70px; height: 70px; display: grid; place-items: center; margin: 0 auto 1.2rem; border-radius: 50%; background: var(--teal-soft); color: #08766f; font-size: 2rem; font-weight: 900; }

.site-footer { margin-top: 1rem; padding: 4rem 0 1.5rem; background: #10213d; color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3,1fr); gap: 2rem; }
.footer-brand img { width: 186px; }
.footer-brand p { max-width: 39ch; margin-top: 1rem; color: #b8c7da; }
.site-footer h2 { margin-bottom: .8rem; color: #fff; font-size: .86rem; letter-spacing: .02em; }
.site-footer a { display: block; margin: .42rem 0; color: #b8c7da; font-size: .9rem; }
.site-footer a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 1rem; margin-top: 2.4rem; padding-top: 1.2rem; border-top: 1px solid rgba(255,255,255,.13); color: #91a4bc; font-size: .78rem; }

.reveal { opacity: 0; transform: translateY(16px); transition: opacity .55s ease, transform .55s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .001ms !important; animation-duration: .001ms !important; animation-iteration-count: 1 !important; }
  .reveal { opacity: 1; transform: none; }
}

@media (max-width: 1080px) {
  .menu-toggle { display: block; }
  .primary-nav { position: absolute; top: calc(100% + 8px); left: 22px; right: 22px; display: grid; gap: .2rem; padding: .8rem; border: 1px solid var(--line-strong); border-radius: 14px; background: #fff; box-shadow: var(--shadow); opacity: 0; transform: translateY(-8px); pointer-events: none; transition: opacity .2s ease, transform .2s ease; }
  .primary-nav.open { opacity: 1; transform: none; pointer-events: auto; }
  .primary-nav a { padding: .75rem .8rem; }
  .primary-nav .nav-contact { margin: .35rem 0 0; text-align: center; }
  .hero-grid, .page-hero-grid, .product-hero-grid, .contact-hero-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 760px; }
  .workspace-card, .summary-card, .about-statement, .contact-intro-card { max-width: 760px; }
  .service-grid, .feature-grid, .values-grid { grid-template-columns: repeat(2,1fr); }
  .feature-grid.three-columns { grid-template-columns: repeat(3,1fr); }
  .extension-feature, .extension-product-card { grid-template-columns: 1fr; }
  .theme-editor-demo { max-width: 720px; }
  .practical-grid, .two-column, .store-grid, .workflow-layout, .faq-layout, .contact-grid { grid-template-columns: 1fr; }
  .process-grid { grid-template-columns: repeat(2,1fr); }
  .footer-grid { grid-template-columns: 1.4fr repeat(3,1fr); gap: 1.4rem; }
}

@media (max-width: 760px) {
  .container { width: min(var(--max), calc(100% - 30px)); }
  h1 { font-size: clamp(2.6rem, 12vw, 4rem); }
  h2 { font-size: clamp(2rem, 9vw, 3rem); }
  .hero, .page-hero, .product-hero { padding: 3.7rem 0; }
  .workspace-heading { display: block; }
  .status-badge { display: inline-flex; margin-top: .8rem; }
  .workspace-services { grid-template-columns: 1fr; }
  .delivery-list > div { grid-template-columns: 32px minmax(0,1fr); }
  .delivery-list small { grid-column: 2; text-align: left; }
  .trust-grid { grid-template-columns: repeat(2,1fr); }
  .trust-grid > div { border-bottom: 1px solid var(--line); }
  .trust-grid > div:nth-child(2) { border-right: 0; }
  .trust-grid > div:nth-child(3) { padding-left: 0; border-bottom: 0; }
  .trust-grid > div:nth-child(4) { border-bottom: 0; }
  .service-grid, .feature-grid, .feature-grid.three-columns, .values-grid, .project-type-grid, .store-panels, .channel-grid, .release-grid, .process-grid { grid-template-columns: 1fr; }
  .tick-list.compact { grid-template-columns: 1fr; }
  .theme-editor-demo { grid-template-columns: 110px minmax(0,1fr); min-height: 330px; }
  .demo-sidebar { padding-inline: .55rem; }
  .demo-sidebar strong { font-size: .72rem; }
  .demo-main { padding: .85rem; }
  .colour-setting { grid-template-columns: minmax(0,1fr) 24px; }
  .colour-setting code { display: none; }
  .demo-preview { grid-template-columns: 30px minmax(0,1fr); }
  .demo-preview button { grid-column: 2; justify-self: start; }
  .product-facts-grid { grid-template-columns: repeat(2,1fr); }
  .product-facts-grid > div { border-bottom: 1px solid var(--line); }
  .product-facts-grid > div:nth-child(2) { border-right: 0; }
  .product-facts-grid > div:nth-child(3) { padding-left: 0; border-bottom: 0; }
  .product-facts-grid > div:nth-child(4) { border-bottom: 0; }
  .form-row.two { grid-template-columns: 1fr; }
  .cta-panel { display: block; }
  .cta-panel .button { width: 100%; margin-top: 1.5rem; }
  .footer-grid { grid-template-columns: repeat(2,1fr); }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { display: block; }
  .footer-bottom span { display: block; margin-top: .4rem; }
}

@media (max-width: 480px) {
  .brand img { width: 164px; }
  .nav-wrap { min-height: 70px; }
  .button-row, .button { width: 100%; }
  .hero-points { display: grid; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-grid > div, .trust-grid > div:first-child, .trust-grid > div:nth-child(3) { padding: .9rem 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-grid > div:last-child { border-bottom: 0; }
  .theme-editor-demo { grid-template-columns: 1fr; }
  .demo-sidebar { display: grid; grid-template-columns: repeat(3,1fr); gap: .3rem; }
  .demo-sidebar strong { grid-column: 1 / -1; margin-bottom: .2rem; }
  .demo-sidebar .demo-nav:nth-of-type(4) { display: none; }
  .problem-list article { grid-template-columns: 40px minmax(0,1fr); }
  .problem-list article > span { width: 38px; height: 38px; }
  .product-facts-grid { grid-template-columns: 1fr; }
  .product-facts-grid > div, .product-facts-grid > div:first-child, .product-facts-grid > div:nth-child(3) { padding: .8rem 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .product-facts-grid > div:last-child { border-bottom: 0; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
}
