/* InfoCraft: shared visual system. Responsive rules follow components. */
:root {
  color-scheme:light;
  --bg:#f3f5f9;
  --bg2:#ffffff;
  --panel:#ffffff;
  --panel2:#edf2fc;
  --surface:#ffffff;
  --surface2:#ffffff;
  --surface3:#e7efff;
  --text:#172133;
  --muted:#536078;
  --muted2:#66748b;
  --line:#e3e8f0;
  --accent:#005bff;
  --accent-rgb:111,131,183;
  --radius:12px;
  --container:1120px;
  --font-ui:Inter,"Noto Sans Armenian",system-ui,sans-serif;
  --font-heading:var(--font-ui);
  --heading-weight:650;
  --font-scale:.96}

* {
  box-sizing:border-box}
html {
  scroll-behavior:smooth;
  scroll-padding-top:100px}
body {
  margin:0;
  background:var(--bg);
  color:var(--text);
  font-family:var(--font-ui);
  font-size:clamp(16px,calc(17px * var(--font-scale)),19px);
  line-height:1.65}
body[data-palette=midnight]{--bg:#eef4ff;--bg2:#fff;--surface:#fff;--surface2:#fff;--surface3:#e7efff;--panel:#fff;--panel2:#e7efff}
body[data-palette=warm]{--bg:#faf5f2;--bg2:#fff;--surface:#fff;--surface2:#fff;--surface3:#fff0e6;--panel:#fff;--panel2:#fff0e6}
body.modal-open {
  overflow:hidden}
a {
  color:inherit;
  text-decoration:none}
button,input,textarea,select {
  font:inherit}
button {
  cursor:pointer}
button,a {
  transition:background .18s,border-color .18s,color .18s}
button:disabled {
  opacity:.6;
  cursor:wait}
:focus-visible {
  outline:3px solid #adbeff;
  outline-offset:4px}
img {
  max-width:100%}
h1,h2,h3,p {
  margin-top:0}
h1,h2,h3 {
  font-family:var(--font-heading);
  font-weight:var(--heading-weight);
  text-wrap:balance;
  overflow-wrap:anywhere}
h1 {
  font-size:clamp(36px,4.7vw,60px);
  line-height:1.12;
  letter-spacing:-.035em}
h2 {
  font-size:clamp(28px,3.2vw,40px);
  line-height:1.22;
  letter-spacing:-.025em}
h3 {
  font-size:22px;
  line-height:1.35;
  letter-spacing:-.015em}
p {
  color:var(--muted);
  overflow-wrap:anywhere}
.container {
  width:min(var(--container),calc(100% - 64px));
  margin-inline:auto}
.container>*,.hero-grid>*,.service-grid>*,.solution-grid>*,.cart-layout>*,.contact-grid>*,.appearance-grid>* {
  min-width:0}
.ambient {
  display:none}
.view {
  display:none}
.view.active {
  display:block}

/* Navigation and controls */
.site-header {
  position:sticky;
  top:0;
  z-index:50;
  background:var(--bg);
  border-bottom:1px solid var(--line)}
.header-inner {
  min-height:82px;
  display:flex;
  align-items:center;
  gap:32px;
  justify-content:space-between}
.brand {
  display:flex;
  flex-shrink:0}
.brand-logo {
  width:166px;
  display:block}
.main-nav,.header-actions {
  display:flex;
  align-items:center;
  gap:24px}
.main-nav a {
  font-size:14px;
  color:var(--muted);
  padding:12px 0}
.main-nav a:hover,.main-nav a.active {
  color:var(--text)}
.main-nav a.active {
  box-shadow:0 2px var(--accent)}
.header-actions {
  gap:8px}
.utility-btn,.cart-btn,.menu-toggle {
  min-height:44px;
  padding:9px 12px;
  border:1px solid var(--line);
  border-radius:8px;
  background:transparent;
  color:var(--text);
  font-size:14px}
.cart-btn {
  display:flex;
  align-items:center;
  gap:8px}
.cart-count {
  background:var(--panel2);
  border-radius:6px;
  min-width:24px;
  padding:1px 5px;
  font-size:12px}
.menu-toggle {
  display:none}
.primary-btn,.secondary-btn,.dark-btn,.danger-btn {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  min-height:48px;
  padding:12px 20px;
  border-radius:8px;
  border:1px solid transparent;
  font-weight:600;
  font-size:14px;
  line-height:1.45;
  text-align:center}
.primary-btn {
  background:#005bff;
  color:#ffffff}
.primary-btn:hover {
  background:#fff}
.secondary-btn,.dark-btn {
  background:transparent;
  color:var(--text);
  border-color:var(--line)}
.secondary-btn:hover,.dark-btn:hover,.utility-btn:hover,.cart-btn:hover,.menu-toggle:hover {
  background:var(--panel2);
  border-color:var(--muted2)}
.danger-btn {
  color:#ba2456;
  border-color:#744348;
  background:transparent}
.full {
  width:100%}
.text-link {
  color:#005bff;
  font-size:15px;
  font-weight:600;
  background:none;
  border:0;
  padding:10px 0;
  min-height:44px;
  display:inline-flex;
  align-items:center}
.text-link:hover {
  color:#fff}
.eyebrow,.kicker {
  color:var(--muted2);
  font-size:12px;
  font-weight:600;
  line-height:1.5;
  letter-spacing:.07em;
  display:block;
  margin-bottom:20px}
.eyebrow {
  display:flex;
  align-items:center;
  gap:10px}
.live-dot {
  display:inline-block;
  width:6px;
  height:6px;
  background:#a7b9e7;
  border-radius:50%;
  flex-shrink:0}

/* Home */
.hero {
  padding:88px 0 68px}
.hero-grid {
  display:grid;
  grid-template-columns:minmax(0,1.2fr) minmax(0,.8fr);
  gap:64px;
  align-items:center}
.hero h1 {
  margin-bottom:24px}
.hero h1 span {
  color:#c8f5ff}
.hero-lead {
  max-width:550px;
  margin-bottom:0;
  font-size:18px;
  line-height:1.7}
.hero-actions {
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin-top:32px}
.hero-proof {
  display:flex;
  flex-wrap:wrap;
  gap:24px 32px;
  margin-top:44px;
  padding-top:24px;
  border-top:1px solid var(--line)}
.hero-proof div {
  display:flex;
  flex-direction:column;
  gap:4px}
.hero-proof strong {
  font-size:16px;
  font-weight:600}
.hero-proof span {
  font-size:12px;
  color:var(--muted2)}
.hero-console {
  padding:28px;
  background:var(--surface2);
  border:1px solid var(--line);
  border-radius:var(--radius)}
.console-head {
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  justify-content:space-between;
  color:var(--muted);
  font-size:13px;
  padding-bottom:22px;
  border-bottom:1px solid var(--line)}
.live-pill {
  display:none}
.console-feature {
  display:grid;
  grid-template-columns:24px minmax(0,1fr);
  gap:12px;
  padding:24px 0}
.console-index,.offer-list span {
  color:var(--muted2);
  font-size:12px;
  padding-top:4px}
.console-feature small {
  color:var(--muted2);
  font-size:12px}
.console-feature h3 {
  margin:6px 0 12px}
.console-feature p {
  font-size:14px;
  margin:0}
.offer-list {
  display:grid;
  margin-bottom:24px}
.offer-list>div {
  display:grid;
  grid-template-columns:24px minmax(0,1fr);
  gap:12px;
  padding:16px 0;
  border-top:1px solid var(--line)}
.offer-list strong {
  font-size:14px;
  font-weight:500}
.capabilities-strip {
  border-block:1px solid var(--line)}
.capability-row {
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between;
  gap:12px 24px;
  padding-block:22px;
  color:var(--muted2);
  font-size:13px}
.section {
  padding:88px 0}
.alt-section {
  background:var(--surface2);
  border-block:1px solid var(--line)}
.section-heading {
  max-width:720px;
  margin-bottom:36px}
.section-heading h2 {
  margin-bottom:16px}
.section-heading p {
  margin:0;
  max-width:640px}
.split-heading {
  display:flex;
  max-width:none;
  justify-content:space-between;
  gap:40px;
  align-items:flex-end}
.split-heading>div {
  max-width:690px}
.split-heading>a {
  flex-shrink:0}

/* Catalog and solutions */
.service-grid {
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:20px}
.service-card {
  display:flex;
  flex-direction:column;
  border:1px solid var(--line);
  border-radius:var(--radius);
  padding:24px;
  background:var(--surface2)}
.service-card:hover {
  border-color:#687690}
.card-top {
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  gap:12px}
.category-badge {
  font-size:12px;
  line-height:1.5;
  color:#005bff}
.availability {
  display:none}
.service-card h3 {
  margin:20px 0 12px;
  font-size:22px}
.service-card h3 a:hover {
  color:#005bff}
.service-card p {
  font-size:15px;
  line-height:1.65;
  margin-bottom:18px}
.tag-list,.service-tags {
  display:flex;
  flex-wrap:wrap;
  gap:6px;
  margin-bottom:24px}
.tag {
  font-size:11px;
  line-height:1.5;
  padding:4px 8px;
  border-radius:4px;
  background:var(--panel2);
  color:var(--muted);
  overflow-wrap:anywhere}
.card-footer {
  margin-top:auto;
  border-top:1px solid var(--line);
  padding-top:20px}
.price-row {
  display:flex;
  justify-content:space-between;
  gap:16px;
  align-items:flex-end}
.price-row small,.module-price small {
  display:block;
  color:var(--muted2);
  font-size:12px}
.price {
  font-size:24px;
  font-weight:600}
.delivery {
  font-size:13px}
.card-action-row {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:8px;
  margin-top:20px}
.card-action-row>* {
  min-width:0;
  padding:10px 8px;
  font-size:13px}
.solution-grid {
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:20px}
.solution-card {
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  padding:32px;
  border:1px solid var(--line);
  border-radius:var(--radius);
  background:var(--bg)}
.solution-number {
  color:var(--muted2);
  font-size:13px}
.solution-tag {
  color:#005bff;
  font-size:12px;
  margin-top:24px}
.solution-card h3 {
  font-size:26px;
  margin:12px 0}
.solution-card p {
  font-size:16px}
.solution-modules {
  padding-left:20px;
  margin:0 0 20px;
  color:var(--muted);
  font-size:14px}
.solution-modules li {
  margin-bottom:6px}
.solution-card .text-link {
  margin-top:auto}
.how-grid,.company-grid,.company-page-grid {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:72px}
.step {
  display:grid;
  grid-template-columns:32px minmax(0,1fr);
  gap:20px;
  padding:24px 0;
  border-top:1px solid var(--line)}
.step>span {
  color:var(--muted2);
  font-size:13px;
  padding-top:4px}
.step h3 {
  font-size:20px;
  margin-bottom:10px}
.step p {
  margin:0;
  font-size:15px}
.company-stats>div {
  padding:20px 0;
  border-bottom:1px solid var(--line);
  display:grid;
  grid-template-columns:110px minmax(0,1fr);
  gap:20px}
.company-stats span {
  color:var(--muted2);
  font-size:14px}
.company-stats strong {
  font-size:15px;
  font-weight:500;
  overflow-wrap:anywhere}
.cta-section {
  padding:72px 0}
.cta-card {
  padding:40px;
  background:var(--panel);
  border:1px solid var(--line);
  border-radius:var(--radius);
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:40px}
.cta-card>div {
  max-width:700px}
.cta-card h2 {
  margin-bottom:16px}
.cta-card p {
  margin:0}
.cta-card>button {
  flex-shrink:0}

.page-hero {
  padding:64px 0 48px;
  border-bottom:1px solid var(--line)}
.page-hero h1 {
  max-width:880px;
  margin-bottom:20px}
.page-hero p {
  max-width:720px;
  margin:0;
  font-size:18px}
.catalog-section {
  padding-top:36px}
.toolbar {
  display:grid;
  grid-template-columns:minmax(0,1fr) 220px;
  gap:16px}
.search-box {
  position:relative}
.search-icon {
  position:absolute;
  top:9px;
  left:16px;
  color:var(--muted2);
  font-size:23px}
.search-box input {
  padding-left:46px}
.filter-row {
  grid-column:1/-1;
  grid-row:2;
  display:flex;
  flex-wrap:wrap;
  gap:8px}
.filter-chip {
  border:1px solid var(--line);
  border-radius:8px;
  padding:10px 14px;
  min-height:44px;
  background:transparent;
  color:var(--muted);
  font-size:13px}
.filter-chip.active,.filter-chip:hover {
  color:var(--text);
  background:var(--panel2);
  border-color:#687690}
.results-meta {
  display:flex;
  justify-content:space-between;
  gap:28px;
  font-size:13px;
  color:var(--muted2);
  padding:24px 0}
.results-meta>:first-child {
  white-space:nowrap;
  color:var(--text)}
.results-meta>:last-child {
  max-width:640px;
  text-align:right}
input,textarea,select {
  width:100%;
  min-width:0;
  min-height:48px;
  border:1px solid var(--line);
  border-radius:8px;
  padding:11px 13px;
  color:var(--text);
  background:var(--surface);
  font-size:16px}
textarea {
  resize:vertical}
input::placeholder,textarea::placeholder {
  color:var(--muted2);
  opacity:1}
label {
  display:grid;
  gap:8px;
  color:var(--muted);
  font-size:14px}
.empty-state,.cart-empty {
  grid-column:1/-1;
  border:1px dashed var(--line);
  border-radius:var(--radius);
  padding:48px 24px;
  text-align:center;
  color:var(--muted)}

/* Service detail, cart and company */
.service-detail-hero {
  padding:48px 0;
  border-bottom:1px solid var(--line)}
.breadcrumbs {
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  color:var(--muted2);
  font-size:13px;
  margin-bottom:32px}
.service-detail-grid,.service-content-grid {
  display:grid;
  grid-template-columns:minmax(0,1.4fr) minmax(0,.8fr);
  gap:64px}
.service-detail-copy h1 {
  font-size:clamp(34px,4vw,52px);
  margin-bottom:24px}
.service-detail-copy p {
  font-size:18px}
.service-buybox,.cart-summary {
  padding:28px;
  border:1px solid var(--line);
  background:var(--surface2);
  border-radius:var(--radius)}
.buybox-row,.summary-row,.summary-total {
  display:flex;
  justify-content:space-between;
  gap:20px;
  border-bottom:1px solid var(--line);
  padding:16px 0;
  font-size:14px}
.buybox-row span,.summary-row span {
  color:var(--muted)}
.buybox-row strong {
  text-align:right}
.service-buybox>button {
  width:100%;
  margin-top:12px}
.service-content {
  padding:64px 0}
.service-content-grid {
  grid-template-columns:minmax(0,.8fr) minmax(0,1.4fr)}
.service-note {
  font-size:14px;
  color:var(--muted2);
  border-left:2px solid var(--accent);
  padding-left:18px;
  margin-top:24px}
.module-list {
  display:grid;
  gap:16px}
.module-card {
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:24px;
  border:1px solid var(--line);
  border-radius:var(--radius);
  padding:24px}
.module-card h3 {
  font-size:20px;
  margin-bottom:12px}
.module-card p {
  font-size:15px;
  margin:0}
.module-price {
  text-align:right}
.module-price strong {
  display:block;
  font-size:20px}
.module-price button {
  margin-top:12px}
.service-bottom-cta {
  border-top:1px solid var(--line);
  padding-top:32px;
  margin-top:40px}
.service-bottom-cta h3 {
  margin-bottom:12px}
.cart-layout {
  display:grid;
  grid-template-columns:minmax(0,1.25fr) minmax(0,1fr);
  gap:32px;
  align-items:start}
.cart-list {
  display:grid;
  gap:16px}
.cart-item {
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:24px;
  border:1px solid var(--line);
  border-radius:var(--radius);
  padding:24px}
.cart-item h3 {
  font-size:20px;
  margin-bottom:10px}
.cart-item p,.cart-item-meta {
  font-size:13px;
  color:var(--muted2)}
.cart-item-meta {
  display:flex;
  gap:16px;
  flex-wrap:wrap}
.cart-item-price {
  text-align:right}
.cart-item-price strong {
  display:block;
  font-size:20px}
.remove-link {
  background:none;
  border:0;
  color:#ba2456;
  padding:10px 0;
  min-height:44px;
  font-size:14px}
.cart-summary h2 {
  font-size:26px}
.summary-total {
  align-items:center}
.summary-total strong {
  font-size:28px}
.checkout-form {
  display:grid;
  gap:20px;
  margin-top:24px}
.rich-copy .quote {
  color:var(--text);
  border-left:2px solid var(--accent);
  padding-left:24px;
  margin-top:32px;
  font-size:22px}
.principles {
  display:grid;
  gap:16px}
.principle {
  padding:24px;
  border:1px solid var(--line);
  border-radius:var(--radius)}
.principle>span {
  font-size:13px;
  color:var(--muted2)}
.principle h3 {
  margin:12px 0}
.principle p {
  margin:0;
  font-size:15px}
.contact-grid {
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(0,1.25fr);
  gap:24px}
.contact-card,.map-card {
  border:1px solid var(--line);
  border-radius:var(--radius);
  overflow:hidden}
.contact-card {
  padding:32px;
  display:flex;
  flex-direction:column}
.contact-card>span {
  color:var(--muted2);
  font-size:13px}
.contact-card h2 {
  margin:24px 0 16px;
  font-size:30px}
.contact-actions {
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:auto;
  padding-top:24px}
.map-card iframe {
  display:block;
  width:100%;
  height:360px;
  border:0;
  filter:grayscale(.65)}
.map-caption {
  padding:20px;
  font-size:13px;
  color:var(--muted);
  display:flex;
  flex-wrap:wrap;
  gap:8px 24px}
.footer {
  padding:56px 0;
  border-top:1px solid var(--line)}
.footer-grid {
  display:grid;
  grid-template-columns:1.6fr 1fr 1fr 1fr;
  gap:32px}
.footer-brand img {
  width:160px}
.footer-brand p {
  margin-top:20px;
  font-size:13px;
  max-width:270px}
.footer-grid>div:not(.footer-brand) {
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:12px;
  font-size:13px;
  color:var(--muted)}
.footer strong {
  color:var(--text);
  font-weight:600;
  margin-bottom:8px}
.footer a:hover {
  color:var(--text)}

/* Dialogs and administration */
.modal {
  width:min(740px,calc(100% - 32px));
  max-height:calc(100dvh - 32px);
  overflow:auto;
  padding:32px;
  border:1px solid var(--line);
  border-radius:var(--radius);
  background:var(--bg2);
  color:var(--text)}
.modal::backdrop {
  background:rgba(0,0,0,.76)}
.modal-close {
  float:right;
  position:sticky;
  top:0;
  width:44px;
  height:44px;
  background:var(--panel2);
  border:1px solid var(--line);
  color:var(--text);
  border-radius:8px;
  font-size:26px;
  z-index:2}
.modal-heading {
  padding-right:52px;
  margin-bottom:28px}
.modal-heading h2 {
  font-size:30px}
.modal-heading p {
  font-size:15px}
.lead-form,.admin-form {
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:20px}
.lead-form .full,.admin-form .full,.admin-form-actions {
  grid-column:1/-1}
.admin-form-actions,.settings-actions {
  display:flex;
  gap:12px;
  flex-wrap:wrap}
.form-success {
  padding:16px;
  margin-top:20px;
  border:1px solid var(--accent);
  border-radius:8px;
  color:#005bff}
.toast {
  position:fixed;
  z-index:100;
  bottom:24px;
  right:24px;
  max-width:calc(100% - 48px);
  padding:16px 20px;
  background:var(--panel2);
  color:var(--text);
  border:1px solid var(--muted2);
  border-radius:10px;
  opacity:0;
  pointer-events:none;
  font-size:14px;
  transition:opacity .2s}
.toast.show {
  opacity:1}
.admin-section {
  min-height:50vh;
  padding-top:32px}
.admin-tabs {
  display:flex;
  gap:8px;
  overflow:auto;
  border-bottom:1px solid var(--line);
  margin-bottom:32px;
  padding-bottom:8px}
.admin-tab {
  white-space:nowrap;
  min-height:44px;
  padding:10px 16px;
  background:transparent;
  color:var(--muted);
  border:0;
  border-radius:8px;
  font-size:14px}
.admin-tab.active {
  background:var(--panel2);
  color:var(--text)}
.admin-pane {
  display:none}
.admin-pane.active {
  display:block}
.admin-toolbar {
  display:flex;
  justify-content:space-between;
  gap:20px;
  align-items:center;
  margin-bottom:24px}
.admin-toolbar h2 {
  font-size:26px;
  margin:0}
.admin-row {
  display:grid;
  grid-template-columns:minmax(0,1.6fr) minmax(0,1fr) .6fr .4fr auto;
  align-items:center;
  gap:16px;
  border-bottom:1px solid var(--line);
  padding:18px 0;
  font-size:14px}
.admin-row span {
  color:var(--muted)}
.admin-actions {
  display:flex;
  gap:8px}
.icon-btn {
  min-height:44px;
  padding:8px 12px;
  background:transparent;
  border:1px solid var(--line);
  border-radius:8px;
  color:var(--text);
  font-size:13px}
.icon-btn.danger {
  color:#ba2456}
.admin-stat-grid {
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:16px}
.admin-stat,.request-card,.settings-card {
  padding:24px;
  border:1px solid var(--line);
  border-radius:var(--radius);
  background:var(--surface2)}
.admin-stat span {
  color:var(--muted);
  font-size:14px}
.admin-stat strong {
  display:block;
  font-size:32px}
.request-card {
  margin-bottom:16px}
.request-card-head {
  display:flex;
  justify-content:space-between;
  flex-wrap:wrap;
  gap:16px}
.request-card h3 {
  margin-bottom:8px}
.request-card small,.request-meta,.admin-note {
  color:var(--muted2);
  font-size:13px;
  overflow-wrap:anywhere}
.request-card p {
  margin-top:20px}
.request-meta {
  display:flex;
  flex-wrap:wrap;
  gap:12px}
.request-actions {
  margin-top:16px}
.admin-data-actions {
  display:flex;
  flex-wrap:wrap;
  gap:12px}
.admin-note {
  margin-top:20px}
.appearance-grid {
  display:grid;
  grid-template-columns:minmax(0,1.2fr) minmax(0,1fr);
  gap:24px;
  align-items:start}
.settings-card h2,.settings-card h3 {
  font-size:24px;
  margin-bottom:12px}
.settings-card>p {
  font-size:14px}
.theme-form,.security-form,.auth-form {
  display:grid;
  gap:20px}
.settings-two {
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:20px}
.setting-help,.auth-note {
  color:var(--muted2);
  font-size:12px}
.accent-control {
  display:flex;
  align-items:center;
  gap:16px;
  flex-wrap:wrap}
.accent-control input[type=color] {
  width:64px;
  padding:4px}
.accent-swatches {
  display:flex;
  flex-wrap:wrap;
  gap:8px}
.accent-swatch {
  width:44px;
  height:44px;
  border-radius:50%;
  background:var(--swatch);
  border:2px solid transparent}
.accent-swatch.active {
  border-color:white}
.security-divider {
  border-top:1px solid var(--line);
  margin:28px 0}
.security-status {
  display:flex;
  justify-content:space-between;
  flex-wrap:wrap;
  gap:12px;
  padding:16px 0;
  font-size:13px}
.auth-modal {
  max-width:460px}
.auth-shell {
  display:grid;
  gap:20px}
.auth-mark {
  width:48px;
  height:48px;
  display:grid;
  place-items:center;
  border-radius:10px;
  background:var(--panel2)}
.auth-shell h2 {
  font-size:30px;
  margin-bottom:16px}
.auth-shell p {
  font-size:14px;
  margin:0}
.auth-error {
  color:#ba2456;
  font-size:14px}
.auth-actions {
  display:flex;
  gap:12px}

/* Tablet */
@media(min-width:901px) {
  body[data-density=comfortable] .section {
  padding-block:104px}
}

@media(max-width:1100px) {
  .header-inner {
  gap:16px}
.main-nav {
  gap:16px}
.hero-grid {
  gap:32px}
.service-grid {
  grid-template-columns:repeat(2,minmax(0,1fr))}
.how-grid,.company-grid,.company-page-grid,.service-detail-grid,.service-content-grid {
  gap:32px}
.split-heading {
  display:block}
.split-heading>a {
  margin-top:24px}
}

@media(max-width:900px) {
  .header-inner {
  min-height:72px;
  flex-wrap:wrap;
  padding-block:12px}
.header-actions {
  margin-left:auto}
.menu-toggle {
  display:block}
.main-nav {
  display:none;
  flex-basis:100%;
  order:3;
  padding:12px 0 4px;
  border-top:1px solid var(--line)}
.main-nav.is-open {
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:4px 16px}
.main-nav a {
  padding:12px;
  border-radius:6px;
  font-size:16px}
.main-nav a.active {
  box-shadow:none;
  background:var(--panel2)}
.hero-grid,.how-grid,.company-grid,.company-page-grid,.service-detail-grid,.service-content-grid,.cart-layout,.contact-grid,.appearance-grid {
  grid-template-columns:minmax(0,1fr)}
.hero {
  padding:56px 0}
.hero-grid {
  gap:40px}
.hero-copy {
  max-width:720px}
.hero h1 {
  max-width:680px}
.section {
  padding:64px 0}
.cta-card {
  display:block}
.cta-card>button {
  margin-top:24px}
.footer-grid {
  grid-template-columns:repeat(2,minmax(0,1fr))}
.admin-row {
  grid-template-columns:minmax(0,1fr) auto}
.admin-row>span {
  display:none}
}

/* Phone */
@media(max-width:600px) {
  .container {
  width:calc(100% - 36px)}
.header-inner {
  gap:10px}
.brand-logo {
  width:126px}
.header-actions {
  gap:6px}
.utility-btn,.cart-btn,.menu-toggle {
  padding:8px 9px;
  font-size:12px}
.cart-btn>[data-i18n=cart] {
  display:none}
h1,.hero h1,.page-hero h1 {
  font-size:clamp(32px,8.5vw,44px);
  line-height:1.16;
  letter-spacing:-.025em}
h2 {
  font-size:28px}
h3 {
  font-size:21px}
.hero {
  padding:40px 0}
.hero-lead,.page-hero p {
  font-size:16px}
.hero-actions {
  display:grid;
  grid-template-columns:1fr;
  gap:10px;
  margin-top:28px}
.hero-proof {
  gap:20px 28px;
  margin-top:32px}
.hero-proof>div:last-child {
  flex-basis:100%}
.hero-console {
  padding:22px}
.console-feature {
  padding:20px 0}
.capability-row {
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
  font-size:12px}
.section {
  padding:48px 0}
.section-heading {
  margin-bottom:28px}
.service-grid,.solution-grid {
  grid-template-columns:minmax(0,1fr);
  gap:16px}
.service-card,.solution-card {
  padding:24px}
.service-card h3 {
  font-size:23px}
.solution-card h3 {
  font-size:24px}
.company-stats>div {
  grid-template-columns:90px minmax(0,1fr);
  gap:12px}
.cta-section {
  padding:40px 0}
.cta-card {
  padding:26px}
.cta-card>button {
  width:100%}
.page-hero {
  padding:40px 0 32px}
.page-hero .kicker {
  margin-bottom:14px}
.toolbar {
  grid-template-columns:minmax(0,1fr)}
.filter-row {
  grid-row:3;
  flex-wrap:nowrap;
  overflow-x:auto;
  padding-bottom:8px}
.filter-chip {
  flex-shrink:0}
.results-meta {
  display:block}
.results-meta>span {
  display:block}
.results-meta>:last-child {
  text-align:left;
  margin-top:10px}
.service-detail-hero {
  padding:32px 0}
.service-detail-copy h1 {
  font-size:34px}
.service-detail-copy p {
  font-size:16px}
.service-content {
  padding:40px 0}
.module-card,.cart-item {
  grid-template-columns:minmax(0,1fr);
  gap:20px;
  padding:22px}
.module-price,.cart-item-price {
  text-align:left}
.module-price button {
  width:100%}
.cart-item-price {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px}
.service-buybox,.cart-summary,.contact-card {
  padding:24px}
.contact-card h2 {
  font-size:26px}
.contact-actions {
  display:grid;
  grid-template-columns:1fr}
.map-card iframe {
  height:300px}
.footer {
  padding:40px 0}
.footer-grid {
  gap:32px 20px}
.footer-brand {
  grid-column:1/-1}
.modal {
  padding:20px}
.modal-heading {
  padding-right:44px}
.modal-heading h2 {
  font-size:25px}
.lead-form,.admin-form,.settings-two {
  grid-template-columns:minmax(0,1fr)}
.admin-toolbar {
  align-items:flex-start;
  flex-direction:column}
.admin-stat-grid {
  grid-template-columns:repeat(2,minmax(0,1fr))}
.admin-stat,.settings-card {
  padding:20px}
.admin-row {
  grid-template-columns:minmax(0,1fr)}
.auth-actions {
  flex-direction:column}
.toast {
  bottom:16px;
  right:16px;
  max-width:calc(100% - 32px)}
}

@media(prefers-reduced-motion:reduce) {
  html {
  scroll-behavior:auto}
*,*::before,*::after {
  transition:none!important;
  animation:none!important}
}


.cart-icon {
  flex-shrink:0}

@media(max-width:360px) {
  .brand-logo {
  width:106px}
.header-inner {
  gap:6px}
.utility-btn,.cart-btn,.menu-toggle {
  padding-inline:7px}
}


/* Category chips remain swipeable without a heavy desktop scrollbar. */
.filter-row { scrollbar-width: none; }
.filter-row::-webkit-scrollbar { display: none; }

/* Marketplace composition */
:root { --brand:#005bff; --pink:#ed2477; --shadow:0 6px 24px #1d3a6810; }
body { background:var(--bg); font-size:16px; }
.site-header { background:white; border:0; box-shadow:0 2px 12px #17356808; }
.header-inner { display:grid; grid-template-columns:166px auto minmax(0,1fr) auto; gap:16px; padding-top:20px; min-height:116px; }
.brand-logo { width:166px; }
.catalog-button { display:flex; align-items:center; gap:10px; padding:12px 20px; background:var(--brand); color:white; border-radius:12px; font-size:16px; font-weight:650; min-height:50px; }
.catalog-button>span:first-child { font-size:20px; }
.header-search { display:flex; min-width:0; height:52px; border:2px solid var(--brand); border-radius:13px; overflow:hidden; background:white; }
.header-search input { border:0; border-radius:0; background:white; min-height:0; padding:10px 18px; outline-offset:-4px; }
.header-search button { display:grid; place-items:center; border:0; min-width:62px; background:var(--brand); color:white; }
.header-search:focus-within { box-shadow:0 0 0 3px #005bff20; }
.main-nav { grid-column:1/-1; grid-row:2; display:flex; gap:30px; padding:0 0 12px; }
.main-nav a { color:#526179; padding:4px 0; font-size:14px; }
.main-nav a:hover,.main-nav a.active { color:var(--brand); box-shadow:none; }
.header-actions { grid-column:4; grid-row:1; gap:12px; }
.utility-btn,.cart-btn,.menu-toggle { border:0; background:#f1f5fe; border-radius:10px; color:#172133; }
.cart-btn { font-weight:600; }
.cart-count { background:var(--pink); color:white; border-radius:20px; }
.primary-btn { background:var(--brand); color:#fff; border-radius:10px; font-size:15px; }
.primary-btn:hover { background:#0047ce; color:#fff; }
.secondary-btn,.dark-btn { color:var(--brand); background:#eaf1ff; border-color:transparent; border-radius:10px; }
.secondary-btn:hover,.dark-btn:hover { background:#dce8ff; border-color:transparent; }
.danger-btn { color:#b51c4e; border-color:#ffd0df; }
.text-link { color:var(--brand); }.text-link:hover { color:#003ca8; }
h1,h2,h3 { letter-spacing:-.025em; }h2 { font-size:30px; }
.hero { padding:24px 0 28px; }
.hero-grid { grid-template-columns:minmax(0,2.25fr) minmax(0,1fr); gap:20px; align-items:stretch; }
.hero-copy { position:relative; overflow:hidden; background:linear-gradient(115deg,#005bff,#3655ef); color:white; border-radius:24px; padding:36px 40px; min-height:330px; max-width:none; }
.hero .eyebrow { color:#d3e5ff; font-size:12px; letter-spacing:.12em; margin-bottom:18px; }
.hero h1 { font-size:clamp(36px,3.7vw,52px); line-height:1.06; max-width:70%; margin-bottom:16px; }
.hero h1 span { color:#a9edff; }
.hero-lead { position:relative; z-index:1; color:#eef5ff; max-width:65%; font-size:16px; line-height:1.5; }
.hero-actions { margin-top:24px; position:relative; z-index:1; }
.hero-actions .primary-btn { background:white; color:var(--brand); min-height:46px; }
.hero-proof { border:0; padding:0; margin-top:22px; gap:18px; position:relative; z-index:1; }
.hero-proof div { flex-direction:row; align-items:center; gap:6px; }
.hero-proof strong { font-size:16px; }.hero-proof span { color:#dbe8ff; font-size:12px; }
.promo-art { position:absolute; width:30%; right:2%; top:23%; display:grid; justify-items:center; gap:24px; transform:rotate(-9deg); }
.promo-mark { display:grid; place-items:center; position:relative; width:150px; height:150px; border-radius:36px; background:#ffffff; color:#005bff; font-size:75px; font-weight:750; line-height:1; box-shadow:14px 16px 0 #9bdcff70; letter-spacing:-8px; }
.promo-mark>span { position:absolute; right:-18px; top:-20px; border-radius:50%; background:#ffcf3a; width:54px; height:54px; display:grid; place-items:center; color:#172133; font-size:38px; letter-spacing:0; }
.promo-caption { text-align:center; color:#e4f4ff; font-size:12px; line-height:1.5; max-width:180px; }
.hero-console { display:flex; flex-direction:column; align-items:flex-start; position:relative; background:#ffe8f1; border:0; border-radius:24px; padding:28px; }
.promo-badge { color:#a51650; font-size:12px; background:#fff8fb; border-radius:6px; padding:5px 9px; }
.help-symbol { font-size:52px; line-height:1; color:#dd1d68; margin:16px 0; }
.hero-console h2 { font-size:27px; line-height:1.16; margin-bottom:12px; }
.hero-console p { color:#714556; font-size:15px; line-height:1.5; margin-bottom:22px; }
.hero-console .primary-btn { margin-top:auto; width:100%; background:#e52073; }
.hero-console .primary-btn:hover { background:#c4135e; }
.category-section { padding:0 0 32px; }.category-section h2 { font-size:22px; margin-bottom:20px; }
.category-grid { display:grid; grid-template-columns:repeat(6,minmax(0,1fr)); gap:14px; }
.category-tile { display:flex; align-items:center; flex-direction:column; gap:12px; text-align:center; padding:18px 10px; border-radius:16px; background:white; transition:box-shadow .18s; }
.category-tile:hover { box-shadow:var(--shadow); color:var(--brand); }
.category-tile>span { width:58px; height:58px; border-radius:18px; display:grid; place-items:center; background:var(--visual-bg,#edf2ff); color:var(--visual-ink,#005bff); }
.category-tile svg { width:30px; height:30px; }.category-tile strong { font-weight:550; font-size:14px; line-height:1.35; }
[data-category=advertising] { --visual-bg:#fff0e1; --visual-ink:#c65d08; }
[data-category=software] { --visual-bg:#e6eeff; --visual-ink:#005bff; }
[data-category=ai] { --visual-bg:#eee7ff; --visual-ink:#7538d7; }
[data-category=infrastructure] { --visual-bg:#def6fc; --visual-ink:#007e9c; }
[data-category=design] { --visual-bg:#ffe5ef; --visual-ink:#d51969; }
[data-category=business] { --visual-bg:#e3f4e9; --visual-ink:#21894f; }
.section { padding:48px 0; }.home-marketplace { padding-top:4px; }
.section-heading { margin-bottom:24px; }.section-heading .kicker { display:none; }.section-heading h2 { margin-bottom:10px; }
.section-heading p { font-size:15px; }.split-heading { align-items:center; }
.service-grid { grid-template-columns:repeat(4,minmax(0,1fr)); gap:18px; }
.service-card { padding:12px; background:#fff; border:0; border-radius:18px; transition:box-shadow .18s,transform .18s; }
.service-card:hover { box-shadow:0 8px 24px #263d6b15; transform:translateY(-3px); }
.service-visual { height:156px; border-radius:12px; background:var(--visual-bg,#edf2ff); color:var(--visual-ink,#005bff); padding:14px; display:flex; flex-direction:column; justify-content:space-between; align-items:center; }
.service-visual svg { width:60px; height:60px; }.visual-category { align-self:flex-start; font-size:12px; font-weight:600; line-height:1.3; }
.visual-tags { font-size:12px; max-width:100%; overflow-wrap:anywhere; text-align:center; }
.card-top { display:none; }.card-body { padding:0 4px; }.service-card h3 { font-size:18px; margin:18px 0 10px; line-height:1.3; text-wrap:initial; }
.service-card h3 a:hover { color:var(--brand); }.service-card p { font-size:14px; line-height:1.5; margin-bottom:14px; }
.tag-list { display:none; }.card-footer { padding:0 4px 4px; border:0; }.price-row { gap:8px; padding-top:8px; }.price { font-size:25px; font-weight:750; color:#172133; letter-spacing:-.04em; }.price-row small { font-size:12px; }.delivery { font-size:12px; }.price-row>div:last-child { text-align:right; }
.card-action-row { display:flex; flex-direction:column; gap:8px; margin-top:14px; }.card-action-row .secondary-btn { background:var(--brand); color:white; font-size:14px; }.card-action-row .secondary-btn:hover { background:#0047ce; }.card-action-row .primary-btn { background:transparent; color:#526078; font-size:13px; min-height:36px; padding:5px; }
.solution-grid { gap:20px; }.solution-card { background:white; border:0; box-shadow:var(--shadow); padding:28px; }.solution-tag { color:var(--brand); }.solution-number { background:#eef3ff; border-radius:8px; padding:5px 10px; color:var(--brand); }.solution-card h3 { font-size:24px; }.alt-section { border:0; background:#eaf0fa; }.company-stats,.steps { background:white; border-radius:20px; padding:12px 24px; }.company-stats>div:last-child { border:0; }.step:first-child { border:0; }
.cta-card { background:linear-gradient(110deg,#005bff,#4349e8); color:white; border:0; border-radius:24px; }.cta-card p,.cta-card .kicker { color:#e3edff; }.cta-card .dark-btn { background:white; color:var(--brand); }
.page-hero { padding:36px 0 28px; border:0; }.page-hero h1 { font-size:38px; margin-bottom:16px; }.page-hero p { font-size:16px; }.page-hero .kicker { margin-bottom:12px; color:var(--brand); }.catalog-section { padding-top:8px; }
.toolbar { background:white; border-radius:16px; padding:18px; }.filter-chip { background:#f2f5fb; border-color:transparent; color:#45516a; }.filter-chip.active,.filter-chip:hover { background:#005bff; color:white; border-color:transparent; }
.service-buybox,.cart-summary,.cart-item,.contact-card,.map-card,.module-card,.principle,.settings-card,.admin-stat,.request-card { background:white; border:0; box-shadow:var(--shadow); border-radius:18px; }
.service-detail-hero { border:0; }.service-buybox { border-top:4px solid var(--brand); }.service-detail-copy h1 { color:#172133; }.service-tags .tag { background:#e5edfc; color:#526078; }.rich-copy .quote { color:#005bff; }.breadcrumbs a { color:var(--brand); }
.footer { background:white; border:0; padding:40px 0; }.footer a:hover { color:var(--brand); }.modal { box-shadow:0 16px 80px #152c5a30; background:#fff; border:0; border-radius:20px; }.modal-close { background:#edf2fb; color:#172133; }.form-success { color:#116a43; border-color:#a2dbc3; background:#ebfaf3; }.toast { background:#172c50; color:white; border:0; box-shadow:var(--shadow); }.empty-state,.cart-empty { background:white; }.auth-mark { background:#005bff; color:white; }.admin-tab.active { background:#e7efff; color:#005bff; }.admin-note { line-height:1.6; }.mobile-bottom { display:none; }
@media(min-width:901px){body[data-density=comfortable] .section{padding-block:64px}}
@media(max-width:1100px){.header-inner{grid-template-columns:140px auto minmax(0,1fr) auto;gap:12px}.brand-logo{width:140px}.catalog-button{padding:12px}.cart-btn>[data-i18n=cart]{display:none}.hero-copy{padding:30px}.hero h1{max-width:78%;font-size:40px}.promo-art{right:0;top:32%;width:27%}.promo-mark{width:110px;height:110px;font-size:60px;border-radius:26px}.promo-caption{display:none}.hero-console{padding:24px}.hero-console h2{font-size:24px}.service-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.category-grid{gap:10px}.category-tile strong{font-size:13px}.category-tile{padding:16px 8px}}
@media(max-width:900px){.header-inner{display:grid;grid-template-columns:1fr auto;gap:12px;padding:14px 0 10px;min-height:0}.brand-logo{width:160px}.header-actions{grid-column:2;grid-row:1}.catalog-button{display:none}.header-search{grid-column:1/-1;grid-row:2;height:48px}.main-nav{display:none;grid-column:1/-1;grid-row:3;padding:6px 0;border:0}.main-nav.is-open{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.main-nav a{font-size:14px;padding:10px}.menu-toggle{display:block}.hero-grid{grid-template-columns:minmax(0,2fr) minmax(0,1fr);gap:14px}.hero h1{font-size:34px;max-width:100%}.hero-lead{max-width:100%;font-size:15px}.promo-art{display:none}.hero-copy{min-height:0;padding:28px}.hero-console{padding:20px}.help-symbol{font-size:38px;margin:12px 0}.hero-console h2{font-size:22px}.hero-console p{font-size:14px}.category-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.category-tile{flex-direction:row;text-align:left;padding:14px;gap:10px}.category-tile>span{width:44px;height:44px;border-radius:12px;flex-shrink:0}.category-tile svg{width:26px;height:26px}.service-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.service-visual{height:140px}.section{padding:36px 0}.home-marketplace{padding-top:0}.hero-proof{gap:14px}.hero-proof>div:last-child{flex-basis:auto}}
@media(max-width:600px){body{padding-bottom:76px}.container{width:calc(100% - 28px)}.header-inner{padding:10px 0;gap:9px}.brand-logo{width:148px}.header-actions{gap:6px}.utility-btn,.cart-btn,.menu-toggle{font-size:12px;min-height:40px;padding:8px 10px}.header-search{height:44px;border-radius:10px}.header-search input{font-size:16px;padding:8px 12px}.header-search button{min-width:48px}.main-nav.is-open{grid-template-columns:repeat(2,minmax(0,1fr))}.hero{padding:16px 0 20px}.hero-grid{grid-template-columns:minmax(0,1fr);gap:12px}.hero-copy{padding:26px 24px;border-radius:18px}.hero h1{font-size:36px;max-width:100%;margin-bottom:14px}.hero .eyebrow{font-size:11px;margin-bottom:16px}.hero-lead{font-size:15px;max-width:100%}.hero-actions{display:flex;margin-top:20px}.hero-actions .primary-btn{padding-inline:20px;min-height:44px}.hero-proof{margin-top:18px;gap:16px}.hero-proof span{font-size:12px}.hero-console{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px 14px;padding:20px;border-radius:18px}.hero-console .promo-badge,.hero-console .help-symbol{display:none}.hero-console h2{font-size:20px;grid-column:1/-1;margin:0}.hero-console p{grid-column:1/-1;margin:0}.hero-console .primary-btn{grid-column:1/-1;width:100%;margin-top:8px}.category-section{padding-bottom:24px}.category-section h2{font-size:21px;margin-bottom:14px}.category-grid{gap:8px}.category-tile{flex-direction:column;text-align:center;padding:12px 6px;gap:8px;border-radius:14px}.category-tile strong{font-size:12px;line-height:1.35}.category-tile>span{width:44px;height:44px}.section-heading h2{font-size:25px}.section-heading p{font-size:14px}.split-heading>a{margin-top:14px;min-height:40px;padding:8px 12px}.service-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.service-card{padding:8px;border-radius:14px}.service-visual{height:126px;padding:10px;border-radius:9px}.service-visual svg{width:44px;height:44px}.visual-category{font-size:11px;line-height:1.2}.visual-tags{font-size:10px}.service-card h3{font-size:15px;line-height:1.35;margin:12px 0 8px;overflow-wrap:normal}.service-card p{display:none}.card-body,.card-footer{padding-inline:2px}.price-row{display:block;padding-top:0}.price-row>div:last-child{text-align:left;margin-top:5px}.price-row>div:last-child small{display:none}.price{font-size:23px}.price-row small,.delivery{font-size:12px}.card-action-row{margin-top:12px;gap:4px}.card-action-row .secondary-btn{min-height:44px;font-size:13px;padding:8px 5px}.card-action-row .primary-btn{font-size:12px;min-height:36px}.solution-grid{grid-template-columns:minmax(0,1fr)}.solution-card{padding:24px}.page-hero{padding:26px 0 22px}.page-hero h1{font-size:30px}.page-hero p{font-size:15px}.toolbar{padding:12px}.filter-row{padding-bottom:0}.filter-chip{font-size:13px}.results-meta{font-size:12px;padding:18px 0}.company-stats,.steps{padding:8px 18px}.cta-card{padding:26px;border-radius:18px}.cta-card h2{font-size:27px}.footer{padding-bottom:32px}.mobile-bottom{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));position:fixed;bottom:0;left:0;right:0;z-index:60;background:#fffffff5;border-top:1px solid #e7ebf2;padding:8px 8px max(8px,env(safe-area-inset-bottom));backdrop-filter:blur(14px)}.mobile-bottom>a{display:flex;align-items:center;flex-direction:column;gap:3px;color:#68758a;font-size:11px;line-height:1.3;min-height:46px;justify-content:center}.mobile-bottom>a>span:first-child{font-size:24px;line-height:1}.mobile-bottom>a.active{color:#005bff}.mobile-cart-icon{position:relative}.mobile-cart-icon svg{width:23px;height:23px;display:block}.mobile-cart-icon b{position:absolute;right:-11px;top:-3px;background:#ed2477;color:white;font-size:10px;line-height:16px;min-width:16px;text-align:center;border-radius:12px}.toast{bottom:88px}.modal{max-height:calc(100dvh - 24px)}.section{padding:32px 0}.home-marketplace{padding-top:0}}
@media(max-width:360px){.brand-logo{width:123px}.header-actions{gap:4px}.utility-btn,.cart-btn,.menu-toggle{padding-inline:7px}.hero h1{font-size:32px}.hero-copy{padding:24px 20px}.service-card h3{font-size:14px}.category-tile strong{font-size:12px}.service-visual{height:120px}.visual-tags{display:none}}
@media(max-width:600px){.hero-proof{display:none}.hero-console{grid-template-columns:minmax(0,1.1fr) minmax(0,1fr);align-items:center;padding:16px}.hero-console h2{grid-column:1;grid-row:1;font-size:18px}.hero-console p{display:none}.hero-console .primary-btn{grid-column:2;grid-row:1;font-size:13px;min-height:44px;margin:0;padding:10px}.hero-copy{padding:24px}.hero h1{font-size:34px}}
