/* Avero Marketing — original premium SaaS/WooCommerce design */

:root {
  --av-bg: #f6f4ee;
  --av-surface: #fffdf8df8;
  --av-surface-soft: #edf3ef;
  --av-ink: #151816;
  --av-copy: #59615b;
  --av-muted: #818981;
  --av-line: #dedfd8;
  --av-blue: #14956f;
  --av-blue-deep: #0f7458;
  --av-violet: #d59a45;
  --av-navy: #17211c;
  --av-navy-2: #223128;
  --av-green: #14956f;
  --av-radius-sm: 14px;
  --av-radius: 22px;
  --av-radius-lg: 32px;
  --av-shadow: 0 24px 80px rgba(27, 38, 68, .10);
  --av-shadow-sm: 0 12px 40px rgba(27, 38, 68, .07);
  --av-shell: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--av-bg);
  color: var(--av-ink);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Inter, Roboto, Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
img { max-width: 100%; height: auto; }
svg { width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

.avero-shell { width: min(var(--av-shell), calc(100% - 40px)); margin: 0 auto; }
.avero-icon { display: inline-grid; place-items: center; width: var(--icon-size); height: var(--icon-size); flex: 0 0 var(--icon-size); }
.section-block { padding: 108px 0; }
.section-kicker {
  display: inline-block;
  color: var(--av-blue);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.section-heading { max-width: 760px; margin-bottom: 46px; }
.section-heading.center { margin-left: auto; margin-right: auto; text-align: center; }
.section-heading.light { color: white; }
.section-heading.light p { color: #aab6cf; }
.section-heading h1,
.section-heading h2,
.standard-article h1,
.narrow-hero h1 {
  margin: 0;
  font-size: clamp(42px, 5.2vw, 66px);
  line-height: 1.02;
  letter-spacing: -.052em;
}
.section-heading p,
.narrow-hero p {
  margin: 18px auto 0;
  color: var(--av-copy);
  font-size: 18px;
  max-width: 680px;
}
.row-heading { max-width: none; display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; }
.row-heading h2 { margin-bottom: 0; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(248, 250, 253, .78);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid transparent;
  transition: background .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.site-header.is-scrolled {
  background: rgba(255, 255, 255, .92);
  border-color: rgba(224, 230, 240, .92);
  box-shadow: 0 10px 34px rgba(18, 29, 54, .06);
}
.avero-nav { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.avero-brand { display: inline-flex; align-items: center; gap: 5px; font-size: 22px; font-weight: 900; letter-spacing: -.06em; color: var(--av-ink); }
.avero-brand i { width: 6px; height: 6px; border-radius: 50%; background: var(--av-blue); display: inline-block; margin-top: 10px; }
.avero-brand .custom-logo { max-height: 36px; width: auto; }
.avero-desktop-nav { display: flex; align-items: center; gap: 6px; margin-left: auto; }
.avero-nav-link {
  appearance: none;
  background: none;
  border: 0;
  color: #323a4c;
  font-weight: 650;
  font-size: 14px;
  padding: 12px 13px;
  border-radius: 11px;
  cursor: pointer;
}
.avero-nav-link:hover { background: #ecefe9; color: var(--av-ink); }
.avero-chevron { margin-left: 4px; color: var(--av-muted); }
.avero-nav-dropdown { position: relative; }
.avero-mega-menu {
  position: absolute;
  top: calc(100% + 14px);
  left: -70px;
  width: 520px;
  padding: 14px;
  background: rgba(255,255,255,.98);
  border: 1px solid var(--av-line);
  border-radius: 20px;
  box-shadow: 0 26px 70px rgba(19, 29, 50, .16);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  opacity: 0;
  transform: translateY(-7px);
  pointer-events: none;
  transition: .18s ease;
}
.avero-nav-dropdown.is-open .avero-mega-menu { opacity: 1; transform: translateY(0); pointer-events: auto; }
.mega-item { display: flex; gap: 12px; padding: 15px; border-radius: 14px; transition: .18s ease; }
.mega-item:hover { background: #f2f1eb; }
.mega-item.is-muted { opacity: .55; cursor: default; }
.mega-icon {
  width: 40px; height: 40px; flex: 0 0 40px; display: grid; place-items: center;
  background: linear-gradient(145deg,#e4f0eb,#f7eee1); color: var(--av-blue); border-radius: 12px;
}
.mega-item b { display: block; font-size: 14px; margin-bottom: 3px; }
.mega-item small { color: var(--av-muted); display: block; line-height: 1.35; }
.avero-nav-actions { display: flex; align-items: center; gap: 9px; }
.avero-login { font-size: 14px; font-weight: 700; color: #40495c; padding: 10px; }
.avero-cart { display: inline-flex; align-items: center; gap: 6px; font-size: 13px; font-weight: 700; color: #40495c; padding: 10px; }
.avero-cart b { min-width: 20px; height: 20px; padding: 0 5px; display: grid; place-items: center; background: #eef1ec; border-radius: 999px; font-size: 11px; }
.avero-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 46px;
  padding: 0 19px;
  border: 1px solid transparent;
  border-radius: 13px;
  font-weight: 760;
  font-size: 14px;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
  cursor: pointer;
}
.avero-btn:hover { transform: translateY(-1px); }
.avero-btn-primary { color: #fffdf8; background: linear-gradient(135deg,var(--av-blue),#2dad85); box-shadow: 0 12px 26px rgba(20,149,111,.22); }
.avero-btn-primary:hover { box-shadow: 0 16px 34px rgba(20,149,111,.30); }
.avero-btn-ghost { background: rgba(255,255,255,.85); border-color: var(--av-line); color: var(--av-ink); }
.avero-btn-white { background: white; color: var(--av-ink); box-shadow: 0 12px 30px rgba(0,0,0,.15); }
.avero-btn.is-large { min-height: 54px; padding: 0 23px; border-radius: 15px; }
.avero-mobile-toggle { width: 42px; height: 42px; border: 0; background: #f0f3f8; border-radius: 12px; display: none; position: relative; }
.avero-mobile-toggle span { position: absolute; left: 11px; right: 11px; height: 2px; background: var(--av-ink); border-radius: 2px; transition: .2s ease; }
.avero-mobile-toggle span:first-child { top: 16px; }
.avero-mobile-toggle span:last-child { top: 23px; }
.avero-mobile-toggle[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }
.avero-mobile-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
.avero-mobile-panel { display: none; background: white; border-top: 1px solid var(--av-line); }
.avero-mobile-panel .avero-shell { padding: 12px 0 24px; }
.avero-mobile-panel a { display: block; padding: 13px 6px; font-weight: 700; border-bottom: 1px solid #eff2f7; }

.home-hero {
  position: relative;
  overflow: hidden;
  padding: 104px 0 92px;
  background:
    radial-gradient(circle at 8% 3%, rgba(213,154,69,.10), transparent 29%),
    radial-gradient(circle at 82% 12%, rgba(20,149,111,.11), transparent 30%),
    linear-gradient(#fbfaf6, #f3f1eb);
}
.hero-glow { position: absolute; border-radius: 999px; filter: blur(6px); pointer-events: none; }
.hero-glow-one { width: 520px; height: 520px; top: 50px; right: -210px; background: radial-gradient(circle, rgba(20,149,111,.14), rgba(20,149,111,0) 70%); }
.hero-glow-two { width: 450px; height: 450px; bottom: -220px; left: -170px; background: radial-gradient(circle, rgba(213,154,69,.12), rgba(213,154,69,0) 70%); }
.hero-layout { position: relative; z-index: 2; display: grid; grid-template-columns: 1.02fr .98fr; gap: 70px; align-items: center; }
.hero-copy h1 {
  margin: 0;
  max-width: 700px;
  font-size: clamp(54px, 6.6vw, 84px);
  line-height: .96;
  letter-spacing: -.068em;
}
.hero-copy h1 span { color: var(--av-blue); }
.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 9px;
  background: rgba(255,255,255,.72); border: 1px solid var(--av-line);
  border-radius: 999px; padding: 8px 12px; font-size: 12px; font-weight: 800; letter-spacing: .06em;
  text-transform: uppercase; margin-bottom: 24px;
}
.status-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--av-green); box-shadow: 0 0 0 5px rgba(32,180,134,.10); }
.hero-description { margin: 25px 0 30px; max-width: 620px; color: var(--av-copy); font-size: 19px; }
.hero-buttons { display: flex; gap: 11px; flex-wrap: wrap; }
.hero-points { display: flex; gap: 18px; flex-wrap: wrap; margin-top: 22px; color: #667085; font-size: 13px; font-weight: 650; }
.hero-points span { display: inline-flex; align-items: center; gap: 6px; }
.hero-points .avero-icon { color: var(--av-blue); }

.hero-visual-wrap { position: relative; min-height: 530px; display: flex; align-items: center; justify-content: center; }
.hero-orbit { position: absolute; border: 1px solid rgba(61,97,206,.16); border-radius: 50%; }
.orbit-a { width: 540px; height: 540px; }
.orbit-b { width: 390px; height: 390px; }
.platform-card {
  position: relative; z-index: 3; width: 100%; max-width: 560px;
  border-radius: 27px; padding: 10px; background: linear-gradient(145deg,#26372e,#17211c);
  box-shadow: 0 34px 90px rgba(21,31,55,.28);
  transform: rotate(1.2deg);
}
.platform-card::before { content:""; position:absolute; inset: -1px; border-radius: 28px; padding: 1px; background: linear-gradient(135deg,rgba(255,255,255,.35),rgba(255,255,255,0)); -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0); -webkit-mask-composite: xor; mask-composite: exclude; }
.platform-topbar { display: flex; align-items: center; gap: 10px; padding: 12px 13px; color: white; }
.platform-logo { width: 30px; height: 30px; border-radius: 9px; display: grid; place-items: center; background: linear-gradient(145deg,var(--av-blue),var(--av-violet)); font-size: 13px; font-weight: 900; }
.platform-search { flex: 1; height: 30px; display: flex; align-items: center; padding: 0 10px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.08); border-radius: 9px; color: #7f8ba7; font-size: 11px; }
.platform-avatar { width: 28px; height: 28px; border-radius: 50%; background: linear-gradient(145deg,#d8e3ff,#9cb6ff); }
.platform-content { display: grid; grid-template-columns: 52px 1fr; min-height: 350px; background: #faf9f4; border-radius: 20px; overflow: hidden; }
.platform-sidebar { background: #eef2f7; border-right: 1px solid #e3e8f0; padding: 14px 11px; display: flex; flex-direction: column; align-items: center; gap: 13px; }
.platform-sidebar span { width: 26px; height: 26px; background: #dde3ed; border-radius: 8px; }
.platform-sidebar span.active { background: #dcebe5; border: 1px solid #bdd7ce; }
.platform-main { padding: 22px; }
.platform-heading { display: flex; justify-content: space-between; gap: 18px; align-items: center; margin-bottom: 18px; }
.platform-heading small { color: #8a94a7; display: block; font-size: 9px; text-transform: uppercase; letter-spacing: .10em; font-weight: 800; }
.platform-heading b { font-size: 18px; }
.platform-heading button { border: 0; background: var(--av-blue); color: white; padding: 9px 11px; border-radius: 9px; font-size: 10px; font-weight: 800; }
.metric-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; }
.metric-card { background: white; border: 1px solid #e5eaf1; border-radius: 14px; padding: 13px; box-shadow: 0 8px 20px rgba(28,41,70,.04); }
.metric-icon { width: 31px; height: 31px; display: grid; place-items: center; border-radius: 9px; margin-bottom: 16px; background: #e3efe9; color: var(--av-blue); }
.metric-icon.violet { color: var(--av-violet); background: #f7edde; }
.metric-icon.dark { color: #39445a; background: #f0efea; }
.metric-card small { display: block; color: #8a94a6; font-size: 9px; margin-bottom: 2px; }
.metric-card b { display: block; font-size: 13px; }
.metric-card em { display: block; font-style: normal; color: #9ba4b5; font-size: 9px; margin-top: 4px; }
.chart-card { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; margin-top: 12px; background: white; border: 1px solid #e5eaf1; border-radius: 15px; padding: 15px; min-height: 135px; }
.chart-copy small { display: block; color: #8c96aa; font-size: 9px; margin-bottom: 4px; }
.chart-copy b { display: block; max-width: 110px; line-height: 1.2; font-size: 13px; }
.fake-chart { display: flex; align-items: flex-end; gap: 6px; height: 78px; width: 58%; border-bottom: 1px solid #e8edf4; }
.fake-chart span { flex: 1; height: var(--h); border-radius: 4px 4px 0 0; background: linear-gradient(#6f91ff,#2f66ff); opacity: .92; }
.floating-card { position: absolute; z-index: 5; background: rgba(255,255,255,.96); border: 1px solid var(--av-line); border-radius: 15px; padding: 11px 14px; display: flex; align-items: center; gap: 10px; box-shadow: 0 18px 40px rgba(30,44,73,.13); }
.floating-card small { display: block; color: #98a2b3; font-size: 9px; text-transform: uppercase; letter-spacing: .08em; font-weight: 800; }
.floating-card b { font-size: 12px; }
.floating-icon { width: 34px; height: 34px; border-radius: 10px; display: grid; place-items: center; color: var(--av-blue); background: #e0efe9; }
.floating-icon.violet { color: var(--av-violet); background: #f7edde; }
.floating-proxy { top: 18%; left: -28px; }
.floating-account { right: -18px; bottom: 15%; }

.trust-strip { background: white; border-top: 1px solid var(--av-line); border-bottom: 1px solid var(--av-line); }
.trust-grid { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.trust-grid > span { color: #7b8496; font-size: 13px; font-weight: 700; }
.trust-pills { display: flex; gap: 8px; flex-wrap: wrap; justify-content: flex-end; }
.trust-pills b { color: #7a8496; background: #f1f0ea; border: 1px solid #edf0f4; border-radius: 999px; padding: 8px 10px; font-size: 10px; letter-spacing: .06em; }

.products-intro { background: white; }
.hero-product-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.hero-product-card {
  min-height: 470px; border: 1px solid var(--av-line); border-radius: var(--av-radius-lg); padding: 38px;
  background: linear-gradient(145deg,#fbfcff,#f1f5ff); box-shadow: var(--av-shadow-sm);
  overflow: hidden; position: relative; display: flex; flex-direction: column; justify-content: space-between;
  transition: transform .22s ease, box-shadow .22s ease;
}
.hero-product-card:hover { transform: translateY(-4px); box-shadow: var(--av-shadow); }
.account-card { background: linear-gradient(145deg,#fffdf8,#f7f3ff); }
.product-card-copy { position: relative; z-index: 2; max-width: 460px; }
.product-card-copy h3 { margin: 0 0 14px; font-size: 34px; line-height: 1.08; letter-spacing: -.04em; }
.product-card-copy p { margin: 0 0 18px; color: var(--av-copy); }
.avero-text-link { display: inline-flex; align-items: center; gap: 7px; color: var(--av-blue); font-weight: 800; font-size: 14px; }
.product-card-art { height: 210px; position: relative; margin-top: 20px; }
.proxy-art .network-center { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); width: 90px; height: 90px; border-radius: 28px; background: linear-gradient(145deg,var(--av-blue),#35ab88); color: white; display: grid; place-items: center; box-shadow: 0 20px 40px rgba(20,149,111,.25); }
.network-node { position: absolute; width: 48px; height: 48px; border-radius: 16px; background: white; border: 1px solid #dce5f6; box-shadow: 0 12px 30px rgba(34,56,99,.12); }
.node-1 { left: 14%; top: 20%; }
.node-2 { right: 11%; top: 9%; }
.node-3 { right: 18%; bottom: 4%; }
.network-line { position: absolute; height: 2px; transform-origin: left center; background: linear-gradient(90deg,#c7d5f4,#5db69a); opacity: .8; }
.line-1 { width: 165px; left: 26%; top: 41%; transform: rotate(14deg); }
.line-2 { width: 185px; left: 49%; top: 52%; transform: rotate(-20deg); }
.account-art { display: flex; align-items: flex-end; justify-content: center; }
.avatar-stack { width: 92px; height: 92px; border-radius: 28px; position: absolute; border: 7px solid rgba(255,255,255,.9); box-shadow: 0 16px 36px rgba(50,38,92,.14); }
.avatar-a { left: 21%; bottom: 40px; background: linear-gradient(145deg,#bad2ff,#5db69a); transform: rotate(-8deg); }
.avatar-b { left: 40%; bottom: 65px; background: linear-gradient(145deg,#e5d3ff,#d3a05a); z-index: 2; }
.avatar-c { left: 60%; bottom: 35px; background: linear-gradient(145deg,#c6f0e8,#5fd2b6); transform: rotate(8deg); }
.account-panel { position: absolute; width: 78%; bottom: 0; background: rgba(255,255,255,.92); border: 1px solid #e7e1f5; border-radius: 18px; padding: 14px; display: flex; gap: 8px; box-shadow: 0 14px 34px rgba(51,42,92,.12); }
.account-panel span { display: block; height: 10px; border-radius: 999px; background: #e8e3f4; }
.account-panel span:nth-child(1) { width: 34%; }
.account-panel span:nth-child(2) { width: 23%; }
.account-panel span:nth-child(3) { width: 17%; }

.split-section { background: #f6f4ee; }
.split-layout { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 78px; }
.split-copy h2 { margin: 0 0 20px; font-size: clamp(40px,4.8vw,60px); line-height: 1.02; letter-spacing: -.05em; }
.split-copy > p { color: var(--av-copy); font-size: 18px; margin: 0 0 30px; }
.soft-visual { min-height: 480px; position: relative; border-radius: 36px; overflow: hidden; background: radial-gradient(circle at 30% 20%, rgba(20,149,111,.20), transparent 38%), radial-gradient(circle at 76% 74%, rgba(213,154,69,.18), transparent 38%), #eef3fb; border: 1px solid #e1e7f1; display: grid; place-items: center; }
.soft-panel { width: 74%; background: rgba(255,255,255,.94); border: 1px solid rgba(218,226,240,.9); border-radius: 22px; padding: 14px; box-shadow: 0 24px 60px rgba(33,49,80,.14); transform: rotate(-1deg); }
.soft-panel-row { display: grid; grid-template-columns: 38px 1fr auto; align-items: center; gap: 12px; padding: 13px; border-radius: 13px; }
.soft-panel-row + .soft-panel-row { border-top: 1px solid #f0efea; }
.soft-panel-row > span { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 11px; color: var(--av-blue); background: #e4f0eb; }
.soft-panel-row b { font-size: 14px; }
.soft-panel-row em { font-style: normal; color: #98a2b3; font-size: 11px; font-weight: 700; }
.soft-badge { position: absolute; right: 7%; bottom: 9%; display: flex; align-items: center; gap: 8px; padding: 11px 14px; border-radius: 14px; background: var(--av-navy); color: white; font-size: 12px; font-weight: 700; box-shadow: 0 18px 34px rgba(14,24,49,.24); }
.check-list { display: grid; gap: 10px; }
.check-list > div { display: flex; align-items: flex-start; gap: 12px; padding: 13px 0; }
.check-list .avero-icon { color: var(--av-blue); margin-top: 3px; }
.check-list b { display: block; margin-bottom: 2px; }
.check-list small { display: block; color: var(--av-muted); font-size: 13px; }

.benefit-section { background: white; position: relative; overflow: hidden; }
.benefit-section::before { content:""; position:absolute; width: 520px; height: 520px; top:-220px; right:-190px; border-radius:50%; background:radial-gradient(circle,rgba(20,149,111,.11),transparent 68%); }
.benefit-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; position: relative; z-index: 2; }
.benefit-grid.three-equal { grid-template-columns: repeat(3,1fr); }
.benefit-card { background: #fbfaf6; border: 1px solid var(--av-line); border-radius: 24px; padding: 30px; min-height: 250px; }
.benefit-card.large-card { min-height: 390px; background: linear-gradient(145deg,#faf9f4,#edf3ef); }
.benefit-card.wide-card { grid-column: span 2; display: grid; grid-template-columns: 1.15fr .85fr; gap: 36px; align-items: center; }
.benefit-icon { width: 48px; height: 48px; border-radius: 14px; display: grid; place-items: center; background: linear-gradient(145deg,#e0efe9,#f5ebdc); color: var(--av-blue); margin-bottom: 32px; }
.benefit-card h3 { font-size: 28px; line-height: 1.08; letter-spacing: -.04em; margin: 0 0 12px; }
.benefit-card p { color: var(--av-copy); margin: 0; }
.speed-graphic { margin-top: 45px; background: white; border: 1px solid #dfe7f4; border-radius: 17px; padding: 18px; }
.speed-line { height: 7px; background: #e8edf5; border-radius: 999px; overflow: hidden; }
.speed-line span { display: block; width: 78%; height: 100%; background: linear-gradient(90deg,var(--av-blue),var(--av-violet)); border-radius: inherit; }
.speed-chips { display: flex; gap: 8px; margin-top: 15px; }
.speed-chips b { font-size: 11px; background: #f0f2ed; padding: 8px 10px; border-radius: 999px; color: #657084; }
.policy-panel { display: grid; gap: 10px; padding: 20px; background: #f0f2ed; border: 1px solid #e6ebf3; border-radius: 18px; }
.policy-panel span { display: flex; gap: 8px; align-items: center; font-size: 13px; font-weight: 700; color: #566174; }
.policy-panel .avero-icon { color: var(--av-blue); }

.featured-products { background: #f6f4ee; }
.tint-section { background: linear-gradient(180deg,#f3f1eb,#eef1ec); }
.avero-product-list { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.avero-product-card { background: white; border: 1px solid var(--av-line); border-radius: 22px; overflow: hidden; box-shadow: var(--av-shadow-sm); }
.avero-product-visual { height: 210px; background: linear-gradient(145deg,#edf3ef,#f8f5ff); display: grid; place-items: center; overflow: hidden; }
.avero-product-image { width: 100%; height: 100%; object-fit: cover; }
.avero-product-fallback { width: 68px; height: 68px; border-radius: 22px; display: grid; place-items: center; background: white; color: var(--av-blue); box-shadow: 0 14px 30px rgba(30,55,115,.12); }
.avero-product-copy { padding: 22px; }
.avero-product-topline { display: flex; justify-content: space-between; gap: 14px; align-items: flex-start; }
.avero-product-topline h3 { font-size: 18px; margin: 0; letter-spacing: -.02em; }
.avero-price { font-weight: 850; white-space: nowrap; }
.avero-product-copy p { color: var(--av-copy); font-size: 14px; min-height: 44px; }

.future-section { position: relative; overflow: hidden; background: linear-gradient(145deg,#17211c,#26372e); color: white; }
.future-glow { position:absolute; width:650px; height:650px; top:-280px; left:50%; transform:translateX(-50%); border-radius:50%; background:radial-gradient(circle,rgba(213,154,69,.22),transparent 68%); }
.future-grid { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
.future-grid article { min-height: 250px; padding: 28px; border-radius: 22px; background: rgba(255,255,255,.045); border: 1px solid rgba(255,255,255,.09); backdrop-filter: blur(6px); }
.future-icon { width: 48px; height: 48px; border-radius: 14px; display: grid; place-items: center; background: rgba(255,255,255,.08); color: #8eacff; margin-bottom: 38px; }
.future-grid small { color: #7786a9; text-transform: uppercase; letter-spacing: .12em; font-weight: 800; }
.future-grid h3 { margin: 8px 0 10px; font-size: 22px; }
.future-grid p { margin: 0; color: #a5b1c9; font-size: 14px; }

.steps-section { background: white; }
.steps-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.steps-grid article { padding: 30px; border: 1px solid var(--av-line); border-radius: 22px; }
.steps-grid article > span { display: inline-block; margin-bottom: 55px; color: var(--av-blue); font-size: 12px; font-weight: 850; letter-spacing: .08em; }
.steps-grid h3 { margin: 0 0 8px; font-size: 23px; letter-spacing: -.03em; }
.steps-grid p { margin: 0; color: var(--av-copy); }

.faq-section { background: #f6f4ee; }
.faq-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: 70px; align-items: start; }
.faq-intro h2 { margin: 0 0 16px; font-size: 52px; letter-spacing: -.05em; line-height: 1; }
.faq-intro p { color: var(--av-copy); margin: 0 0 20px; }
.faq-list { background: white; border: 1px solid var(--av-line); border-radius: 22px; overflow: hidden; }
.faq-item + .faq-item { border-top: 1px solid var(--av-line); }
.faq-item button { width: 100%; display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 22px 24px; background: transparent; border: 0; text-align: left; font-weight: 760; color: var(--av-ink); cursor: pointer; }
.faq-item button i { width: 28px; height: 28px; flex: 0 0 28px; border-radius: 9px; display: grid; place-items: center; background: #f1f4f8; color: var(--av-blue); }
.faq-answer { display: none; padding: 0 24px 22px; color: var(--av-copy); }
.faq-answer p { margin: 0; }
.faq-item.is-open .faq-answer { display: block; }

.final-cta { background: #f6f4ee; padding: 0 0 105px; }
.final-cta-card { position: relative; overflow: hidden; border-radius: 34px; padding: 54px 58px; background: linear-gradient(135deg,#13785c,#c88b37); color: white; display: flex; justify-content: space-between; align-items: center; gap: 40px; box-shadow: 0 30px 70px rgba(50,72,190,.24); }
.final-cta-card > * { position: relative; z-index: 2; }
.final-cta-card h2 { margin: 0 0 10px; font-size: clamp(40px,5vw,60px); letter-spacing: -.05em; line-height: 1; }
.final-cta-card p { margin: 0; color: #e2e7ff; font-size: 17px; }
.light-kicker { color: #cbd7ff; }
.cta-glow { position:absolute; width:500px; height:500px; right:-160px; top:-280px; border-radius:50%; background:radial-gradient(circle,rgba(255,255,255,.20),transparent 68%); }

.site-footer { background: #111915; color: white; padding: 72px 0 32px; }
.footer-top { display: grid; grid-template-columns: 1.1fr 1.9fr; gap: 70px; }
.avero-brand.is-footer { color: white; margin-bottom: 18px; }
.footer-brand-col p { color: #8f9bb2; max-width: 330px; margin: 0 0 18px; }
.footer-email { color: #c5cee0; font-weight: 700; font-size: 14px; }
.footer-links { display: grid; grid-template-columns: repeat(3,1fr); gap: 30px; }
.footer-links h5 { margin: 0 0 16px; font-size: 13px; text-transform: uppercase; letter-spacing: .08em; color: #dbe2f2; }
.footer-links a, .footer-links span { display: block; margin: 9px 0; color: #8e9ab1; font-size: 14px; }
.footer-links span small { margin-left: 6px; background: #13213d; color: #8291b0; padding: 3px 6px; border-radius: 999px; font-size: 9px; text-transform: uppercase; font-weight: 800; }
.footer-note { margin-top: 44px; padding: 19px 0; border-top: 1px solid #17233a; border-bottom: 1px solid #17233a; }
.footer-note p { margin: 0; color: #75829b; font-size: 12px; max-width: 830px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 25px; color: #68758d; font-size: 12px; }

.subpage-hero { position: relative; overflow: hidden; padding: 105px 0 90px; background: radial-gradient(circle at 80% 15%,rgba(20,149,111,.13),transparent 28%), linear-gradient(#fbfaf6,#f4f7fc); }
.subpage-hero-grid { display: grid; grid-template-columns: 1fr .95fr; gap: 70px; align-items: center; }
.subpage-hero h1 { margin: 0; max-width: 700px; font-size: clamp(50px,6vw,78px); line-height: .98; letter-spacing: -.06em; }
.subpage-hero p { max-width: 620px; color: var(--av-copy); font-size: 18px; margin: 22px 0 30px; }
.subpage-art { min-height: 430px; position: relative; border-radius: 34px; background: radial-gradient(circle at 50% 42%,rgba(20,149,111,.16),transparent 34%), #eef2ed; border: 1px solid #e0e7f1; overflow: hidden; }
.proxy-network-art { display: grid; place-items: center; }
.proxy-ring { position: absolute; border: 1px solid #cdd9ed; border-radius: 50%; }
.proxy-ring.r1 { width: 135px; height: 135px; }
.proxy-ring.r2 { width: 245px; height: 245px; }
.proxy-ring.r3 { width: 355px; height: 355px; }
.proxy-center { position: relative; z-index:2; width: 90px; height: 90px; border-radius: 28px; background: linear-gradient(145deg,var(--av-blue),#35ab88); color:white; display:grid; place-items:center; box-shadow:0 20px 44px rgba(20,149,111,.25); }
.proxy-pin { position:absolute; z-index:2; min-width:50px; height:38px; padding:0 10px; border-radius:12px; background:white; border:1px solid #dce4f0; display:grid; place-items:center; font-size:11px; font-weight:850; box-shadow:0 12px 30px rgba(31,50,90,.12); }
.proxy-pin.p1 { left: 15%; top: 24%; }
.proxy-pin.p2 { right: 12%; top: 32%; }
.proxy-pin.p3 { right: 26%; bottom: 14%; }
.account-stack-art { background: radial-gradient(circle at 52% 45%,rgba(213,154,69,.16),transparent 34%),#f2eee7; }
.account-window { position:absolute; width:72%; height:61%; left:14%; top:19%; border-radius:20px; border:1px solid #e0daf0; background:white; box-shadow:0 18px 45px rgba(59,41,96,.12); }
.account-window.back { transform:translate(28px,-18px) rotate(5deg); opacity:.52; }
.account-window.middle { transform:translate(-24px,13px) rotate(-5deg); opacity:.7; }
.account-window.front { z-index:3; padding:17px; }
.aw-top { display:flex; gap:6px; }
.aw-top span { width:7px; height:7px; border-radius:50%; background:#d9d3e8; }
.aw-profile { display:grid; grid-template-columns:52px 1fr; column-gap:12px; margin-top:38px; align-items:center; }
.aw-profile div { grid-row:span 2; width:52px; height:52px; border-radius:17px; background:linear-gradient(145deg,#d7c7ff,#d3a05a); }
.aw-profile b { font-size:13px; }
.aw-profile small { color:#9a91aa; font-size:10px; }
.aw-lines { display:grid; gap:9px; margin-top:28px; }
.aw-lines span { height:9px; background:#eeeaf5; border-radius:999px; }
.aw-lines span:nth-child(2) { width:76%; }
.aw-lines span:nth-child(3) { width:55%; }

.proxy-type-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:16px; }
.proxy-type-grid article { background:white; border:1px solid var(--av-line); border-radius:21px; padding:26px; }
.proxy-type-grid article > span { width:46px; height:46px; display:grid; place-items:center; border-radius:14px; background:#e4f0eb; color:var(--av-blue); margin-bottom:38px; }
.proxy-type-grid h3 { margin:0 0 9px; font-size:22px; letter-spacing:-.03em; }
.proxy-type-grid p { margin:0; color:var(--av-copy); font-size:14px; }
.comparison-wrap { overflow:auto; background:white; border:1px solid var(--av-line); border-radius:22px; }
.avero-table { width:100%; border-collapse:collapse; min-width:680px; }
.avero-table th, .avero-table td { padding:18px 22px; text-align:left; border-bottom:1px solid var(--av-line); }
.avero-table th { background:#f6f8fb; font-size:12px; text-transform:uppercase; letter-spacing:.07em; }
.avero-table td { color:var(--av-copy); }
.avero-table td:first-child { color:var(--av-ink); font-weight:750; }
.avero-table tr:last-child td { border-bottom:0; }

.policy-callout { padding-top:20px; }
.policy-callout-inner { display:flex; gap:22px; align-items:flex-start; background:#f5f8fc; border:1px solid var(--av-line); border-radius:24px; padding:32px; }
.policy-callout-inner .benefit-icon { margin:0; flex:0 0 48px; }
.policy-callout h2 { margin:0 0 8px; font-size:30px; letter-spacing:-.04em; }
.policy-callout p { margin:0; color:var(--av-copy); }

.inline-cta { background:white; padding:0 0 100px; }
.inline-cta .avero-shell { border-top:1px solid var(--av-line); padding-top:46px; display:flex; align-items:center; justify-content:space-between; gap:30px; }
.inline-cta h2 { margin:0 0 8px; font-size:34px; letter-spacing:-.04em; }
.inline-cta p { margin:0; color:var(--av-copy); }

.pricing-hero, .support-hero { text-align:center; }
.narrow-hero { max-width:830px; text-align:center; }
.pricing-product-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
.pricing-product-card { background:white; border:1px solid var(--av-line); border-radius:24px; padding:28px; box-shadow:var(--av-shadow-sm); }
.pricing-tag { display:inline-block; min-height:22px; color:var(--av-blue); font-size:10px; font-weight:850; text-transform:uppercase; letter-spacing:.07em; }
.pricing-product-card h2 { margin:15px 0 10px; font-size:24px; letter-spacing:-.03em; }
.pricing-price { font-size:28px; font-weight:900; margin-bottom:18px; }
.pricing-product-card p { color:var(--av-copy); min-height:70px; font-size:14px; }
.empty-state { text-align:center; background:white; border:1px dashed #ccd5e3; border-radius:24px; padding:55px 28px; }
.empty-state > span { width:64px; height:64px; border-radius:20px; display:grid; place-items:center; background:#edf2ff; color:var(--av-blue); margin:0 auto 18px; }
.empty-state h2 { margin:0 0 10px; font-size:30px; }
.empty-state p { color:var(--av-copy); max-width:560px; margin:0 auto; }
.support-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
.support-card { background:white; border:1px solid var(--av-line); border-radius:22px; padding:30px; }
.support-card > span { width:48px; height:48px; display:grid; place-items:center; background:#e4f0eb; color:var(--av-blue); border-radius:14px; margin-bottom:45px; }
.support-card h2 { margin:0 0 10px; font-size:25px; letter-spacing:-.03em; }
.support-card p { color:var(--av-copy); }

.standard-page { padding:95px 0 110px; }
.content-shell { max-width:860px; }
.standard-article { background:white; border:1px solid var(--av-line); border-radius:26px; padding:48px; }
.standard-article header { margin-bottom:32px; }
.standard-article h1 { font-size:54px; }
.entry-content { color:#374151; }
.entry-content h2 { margin-top:42px; font-size:32px; letter-spacing:-.03em; }
.entry-content h3 { margin-top:30px; font-size:24px; }
.entry-content a { color:var(--av-blue); text-decoration:underline; }
.entry-content img { border-radius:18px; }
.post-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:20px; }
.post-card { overflow:hidden; background:white; border:1px solid var(--av-line); border-radius:22px; }
.post-card img { width:100%; height:210px; object-fit:cover; }
.post-card > div { padding:22px; }
.post-card span { color:var(--av-muted); font-size:12px; }
.post-card h2 { font-size:22px; margin:8px 0 10px; }
.post-card p { color:var(--av-copy); }

.woocommerce-main { padding:70px 0 110px; }
.woo-shell { background:white; border:1px solid var(--av-line); border-radius:26px; padding:34px; }
.woocommerce .woocommerce-breadcrumb { color:var(--av-muted); font-size:12px; margin-bottom:24px; }
.woocommerce .woocommerce-breadcrumb a { color:var(--av-copy); }
.woocommerce-products-header__title.page-title,
.woocommerce div.product .product_title { font-size:clamp(38px,5vw,56px); line-height:1; letter-spacing:-.05em; }
.woocommerce ul.products { display:grid !important; grid-template-columns:repeat(3,1fr); gap:18px; }
.woocommerce ul.products::before,.woocommerce ul.products::after { display:none !important; }
.woocommerce ul.products li.product { width:auto !important; float:none !important; margin:0 !important; padding:16px !important; background:#fffdf8; border:1px solid var(--av-line); border-radius:20px; overflow:hidden; }
.woocommerce ul.products li.product a img { border-radius:15px; margin:0 0 17px !important; background:#f0f2ed; }
.woocommerce ul.products li.product .woocommerce-loop-product__title { font-size:18px !important; color:var(--av-ink); }
.woocommerce ul.products li.product .price { color:var(--av-ink) !important; font-weight:850; }
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
  border-radius:12px !important;
  min-height:44px;
  padding:0 17px !important;
  display:inline-flex !important;
  align-items:center;
  justify-content:center;
  background:var(--av-blue) !important;
  color:white !important;
  font-weight:800 !important;
}
.woocommerce div.product { display:grid; grid-template-columns:1fr 1fr; gap:42px; }
.woocommerce div.product div.images,
.woocommerce div.product div.summary { width:auto !important; float:none !important; }
.woocommerce div.product div.images img { border-radius:20px; background:#f0f2ed; }
.woocommerce div.product p.price,
.woocommerce div.product span.price { color:var(--av-ink) !important; font-weight:900; font-size:26px !important; }
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.select2-container--default .select2-selection--single {
  border:1px solid #dce2eb !important; border-radius:11px !important; min-height:46px; padding:10px 12px; background:white;
}
.woocommerce table.shop_table { border:1px solid var(--av-line) !important; border-radius:16px !important; overflow:hidden; }
.woocommerce table.shop_table th,.woocommerce table.shop_table td { padding:15px !important; }
.woocommerce-info,.woocommerce-message,.woocommerce-error { border-radius:14px; border-top:0 !important; background:#f1f5ff; color:var(--av-ink); }
.woocommerce-message::before,.woocommerce-info::before { color:var(--av-blue) !important; }

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

@media (max-width: 1050px) {
  .avero-desktop-nav { display:none; }
  .avero-login, .avero-cart { display:none; }
  .avero-mobile-toggle { display:inline-block; }
  .avero-mobile-panel.is-open { display:block; }
  .hero-layout, .split-layout, .subpage-hero-grid { grid-template-columns:1fr; }
  .hero-visual-wrap { max-width:690px; width:100%; margin:0 auto; }
  .floating-proxy { left:2%; }
  .floating-account { right:2%; }
  .future-grid { grid-template-columns:repeat(2,1fr); }
  .proxy-type-grid { grid-template-columns:repeat(2,1fr); }
  .support-grid { grid-template-columns:1fr 1fr; }
  .pricing-product-grid { grid-template-columns:1fr 1fr; }
  .footer-top { grid-template-columns:1fr; }
}

@media (max-width: 760px) {
  .avero-shell { width:min(100% - 28px,var(--av-shell)); }
  .section-block { padding:78px 0; }
  .avero-header-cta { display:none; }
  .home-hero { padding:70px 0 65px; }
  .hero-copy h1 { font-size:50px; }
  .hero-description { font-size:17px; }
  .hero-visual-wrap { min-height:420px; }
  .platform-card { transform:none; }
  .platform-main { padding:15px; }
  .metric-grid { grid-template-columns:1fr 1fr; }
  .metric-card:nth-child(3) { display:none; }
  .floating-card { display:none; }
  .trust-grid { padding:18px 0; display:block; }
  .trust-grid > span { display:block; margin-bottom:12px; }
  .trust-pills { justify-content:flex-start; }
  .hero-product-grid, .benefit-grid, .benefit-grid.three-equal, .steps-grid, .avero-product-list, .future-grid, .support-grid, .pricing-product-grid, .post-grid { grid-template-columns:1fr; }
  .hero-product-card { min-height:440px; padding:28px; }
  .benefit-card.wide-card { grid-column:span 1; grid-template-columns:1fr; }
  .faq-layout { grid-template-columns:1fr; gap:34px; }
  .row-heading { display:block; }
  .row-heading .avero-text-link { margin-top:18px; }
  .final-cta-card { padding:38px 28px; display:block; }
  .final-cta-card .avero-btn { margin-top:24px; }
  .footer-links { grid-template-columns:1fr 1fr; }
  .footer-bottom { display:block; }
  .footer-bottom span { display:block; margin:5px 0; }
  .subpage-hero { padding:72px 0 64px; }
  .subpage-hero h1 { font-size:50px; }
  .subpage-art { min-height:360px; }
  .proxy-type-grid { grid-template-columns:1fr; }
  .inline-cta .avero-shell { display:block; }
  .inline-cta .avero-btn { margin-top:22px; }
  .policy-callout-inner { display:block; }
  .policy-callout-inner .benefit-icon { margin-bottom:18px; }
  .standard-article { padding:28px 22px; }
  .standard-article h1 { font-size:42px; }
  .woo-shell { padding:20px 15px; }
  .woocommerce ul.products { grid-template-columns:1fr 1fr; }
  .woocommerce div.product { grid-template-columns:1fr; gap:24px; }
}

@media (max-width: 470px) {
  .avero-nav { min-height:70px; }
  .hero-copy h1, .subpage-hero h1 { font-size:44px; }
  .hero-buttons .avero-btn { width:100%; }
  .platform-content { grid-template-columns:42px 1fr; min-height:320px; }
  .platform-sidebar { padding-left:8px; padding-right:8px; }
  .chart-card { display:none; }
  .hero-visual-wrap { min-height:330px; }
  .orbit-a { width:360px; height:360px; }
  .orbit-b { width:260px; height:260px; }
  .hero-product-card { min-height:410px; }
  .product-card-copy h3 { font-size:29px; }
  .footer-links { grid-template-columns:1fr; }
  .woocommerce ul.products { grid-template-columns:1fr; }
}


/* Avero identity pass — v1.1
   More architectural, less glossy than the original reference direction. */

:root {
  --av-radius-sm: 10px;
  --av-radius: 16px;
  --av-radius-lg: 24px;
  --av-accent-warm: #d59a45;
  --av-accent-soft: #f3e7d4;
}

body {
  background:
    linear-gradient(180deg, rgba(255,253,248,.5), rgba(246,244,238,.65)),
    var(--av-bg);
}

.site-header {
  background: rgba(246,244,238,.82);
}

.site-header.is-scrolled {
  background: rgba(255,253,248,.94);
}

.avero-brand i {
  border-radius: 2px;
  transform: rotate(45deg);
  margin-top: 7px;
  background: var(--av-accent-warm);
}

.home-hero {
  background:
    radial-gradient(circle at 8% 5%, rgba(213,154,69,.11), transparent 26%),
    radial-gradient(circle at 82% 15%, rgba(20,149,111,.10), transparent 28%),
    linear-gradient(180deg,#fbfaf6,#f5f2eb);
}

.hero-eyebrow {
  border-radius: 10px;
  border-left: 3px solid var(--av-accent-warm);
}

.hero-copy h1 span {
  color: var(--av-blue);
  position: relative;
}
.hero-copy h1 span::after {
  content:"";
  position:absolute;
  left:0;
  bottom:-6px;
  width:58px;
  height:4px;
  border-radius:2px;
  background:var(--av-accent-warm);
}

.platform-card {
  border-radius: 18px;
  background: linear-gradient(145deg,#223128,#131a16);
  transform: rotate(-.5deg);
}

.platform-card::before {
  border-radius: 18px;
}

.platform-content,
.platform-topbar,
.metric-card,
.chart-card,
.hero-product-card,
.benefit-card,
.future-grid article,
.steps-grid article,
.avero-product-card,
.proxy-type-grid article,
.support-card,
.pricing-product-card,
.faq-list,
.standard-article,
.woo-shell {
  border-radius: 14px;
}

.hero-product-card {
  border-top: 4px solid var(--av-blue);
}

.account-card {
  border-top-color: var(--av-accent-warm);
  background: linear-gradient(145deg,#fffdf8,#f7efe3);
}

.product-card-copy h3,
.benefit-card h3,
.future-grid h3,
.steps-grid h3,
.proxy-type-grid h3 {
  letter-spacing: -.025em;
}

.avero-btn {
  border-radius: 10px;
}

.avero-btn-primary {
  background: var(--av-ink);
  box-shadow: 0 12px 28px rgba(21,24,22,.16);
}

.avero-btn-primary:hover {
  background: #0b0e0c;
  box-shadow: 0 16px 34px rgba(21,24,22,.22);
}

.avero-btn-white {
  border: 1px solid rgba(255,255,255,.55);
}

.trust-pills b {
  border-radius: 8px;
  background: #efeee8;
}

.section-kicker {
  color: var(--av-blue);
}

.section-heading h2,
.section-heading h1,
.split-copy h2,
.faq-intro h2,
.subpage-hero h1,
.narrow-hero h1 {
  max-width: 760px;
}

.future-section {
  background:
    linear-gradient(145deg,#152119,#223328);
}

.future-grid article {
  border-top: 2px solid rgba(213,154,69,.45);
}

.future-icon {
  color: #f0c47e;
}

.final-cta-card {
  background:
    linear-gradient(110deg,#163c2f 0%, #1f7b5d 58%, #bf8739 120%);
  border-radius: 20px;
}

.final-cta-card::before {
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px),
    linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px);
  background-size: 42px 42px;
  pointer-events:none;
}

.soft-visual {
  border-radius: 18px;
  background:
    radial-gradient(circle at 28% 20%, rgba(20,149,111,.18), transparent 34%),
    radial-gradient(circle at 78% 76%, rgba(213,154,69,.18), transparent 36%),
    #edf1ec;
}

.proxy-art .network-center,
.proxy-center {
  background: linear-gradient(145deg,#14956f,#2e7d62);
}

.avatar-b {
  background: linear-gradient(145deg,#f0d3a9,#d59a45);
}

.account-panel {
  border-color: #eadfce;
}

.avero-text-link {
  color: var(--av-blue);
}

.avero-text-link .avero-icon {
  transition: transform .18s ease;
}
.avero-text-link:hover .avero-icon {
  transform: translateX(3px);
}

.site-footer {
  background: #101712;
}

.footer-note {
  border-color: #26362d;
}

.footer-links span small {
  background: #1d2b23;
  color: #a7b7ad;
}

@media (max-width: 760px) {
  .hero-copy h1 span::after { bottom:-3px; height:3px; }
}
