/* ============================================================
   EXPOHIVE — Inner pages (Features, Solutions, Pricing,
   Resources, Why, Demo, Contact)
   ============================================================ */

/* ---- shared: hero-cta + CTA band (so pages without home.css render them) ---- */
.hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px
}

.cta-card {
  position: relative;
  overflow: hidden;
  background: linear-gradient(150deg, var(--navy), var(--navy-900));
  border-radius: var(--r-xl);
  padding: clamp(40px, 6vw, 40px);
  color: #fff;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 48px;
  align-items: center
}

.cta-card h2 {
  color: #fff;
  margin-bottom: 14px
}

.cta-card .lead {
  color: #bcc0d4
}

.cta-glow {
  position: absolute;
  width: 440px;
  height: 440px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(248, 171, 15, .22), transparent 65%);
  bottom: -200px;
  left: -120px
}

.contact-box {
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: var(--r-lg);
  padding: 26px;
  position: relative;
  z-index: 2
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 13px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .1)
}

.contact-item:last-child {
  border-bottom: 0
}

.contact-item .ic {
  width: 40px;
  height: 40px;
  border-radius: 11px;
  background: rgba(248, 171, 15, .16);
  color: var(--amber);
  display: grid;
  place-items: center;
  flex: none
}

.contact-item .ic svg {
  width: 18px;
  height: 18px
}

.contact-item .l {
  font-size: 11px;
  color: #9298ad;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-family: var(--mono)
}

.contact-item .v {
  font-weight: 700;
  font-size: 15.5px;
  color: #fff;
  margin-top: 1px
}

@media (max-width:860px) {
  .cta-card {
    grid-template-columns: 1fr;
    gap: 32px
  }
}

/* ---- page hero ---- */
.page-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(52px, 6vw, 50px) 0 clamp(40px, 5vw, 60px);
  background: var(--bg-soft)
}

.page-hero.navy {
  background: #1d2038;
  color: #eef0f6
}

.page-hero.navy h1 {
  color: #fff
}

.page-hero.navy .lead {
  color: #b9bdd0
}

.page-hero.navy .eyebrow {
  color: var(--amber-300)
}

.page-hero.navy .btn-ghost {
  color: #fff;
  border-color: rgba(255, 255, 255, .28)
}

.page-hero.navy .btn-ghost:hover {
  border-color: #fff;
  background: rgba(255, 255, 255, .06)
}

.page-hero .inner {
  position: relative;
  z-index: 2;
  max-width: 780px
}

.page-hero.center .inner {
  margin: 0 auto;
  text-align: center
}

.page-hero.center .eyebrow {
  margin-inline: auto
}

.page-hero h1 {
  font-size: clamp(36px, 5vw, 60px);
  letter-spacing: -.035em;
  margin: 16px 0 18px
}

.page-hero .lead {
  font-size: clamp(17px, 1.5vw, 21px)
}

.page-hero.center .lead {
  margin-inline: auto
}

.page-hero.navy .hex-field {
  background-image: url("data:image/svg+xml,%3Csvg width='56' height='100' viewBox='0 0 56 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%23ffffff' stroke-opacity='0.07' stroke-width='1.4'%3E%3Cpath d='M28 0L56 16v34L28 66 0 50V16z'/%3E%3Cpath d='M28 66l28 16v34M28 66L0 82v34'/%3E%3C/g%3E%3C/svg%3E")
}

/* .page-hero .glow {
  position: absolute;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(248, 171, 15, .18), transparent 65%);
  top: -160px;
  right: -100px
} */

.page-hero .hero-cta {
  margin-top: 28px
}

.page-hero.center .hero-cta {
  justify-content: center
}

.breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: var(--muted-2);
  font-family: var(--mono);
  margin-bottom: 6px
}

.breadcrumb a:hover {
  color: var(--amber-600)
}

.breadcrumb .sep {
  opacity: .5
}

.page-hero.navy .breadcrumb {
  color: #8c92ab
}

/* ---- section heading center variant ---- */
.sec-head.center {
  margin: 0 auto;
  text-align: center
}

.sec-head.center .eyebrow {
  margin-inline: auto;
  display: inline-flex
}

.sec-head.center .lead {
  margin-inline: auto
}

/* ---- module nav (sticky sub-nav on Features) ---- */
.submenu {
  position: sticky;
  top: 65px;
  z-index: 40;
  background: rgba(255, 255, 255, .9);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line)
}

.submenu .wrap {
  display: flex;
  gap: 6px;
  padding-top: 0;
  padding-bottom: 0;
  overflow-x: auto
}

.submenu a {
  padding: 16px 14px;
  font-weight: 600;
  font-size: 14.5px;
  color: var(--muted);
  white-space: nowrap;
  border-bottom: 2px solid transparent;
  transition: color .15s, border-color .15s
}

.submenu a:hover {
  color: var(--navy)
}

.submenu a.active {
  color: var(--navy);
  border-color: var(--amber)
}

/* ---- capability grid (sub-features) ---- */
.cap-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 14px
}

.cap {
    background: linear-gradient(165deg, var(--navy), var(--navy-900));
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  padding: 22px
}

.cap .hx {
  width: 50px;
  height: 60px;
  display: grid;
  place-items: center;
  /* background: var(--honey);
  color: var(--amber-600);
  clip-path: polygon(25% 2%, 75% 2%, 100% 50%, 75% 98%, 25% 98%, 0 50%); */
  margin-bottom: 14px
}

.cap .hx svg {
  width: 20px;
  height: 20px
}

.cap h4 {
  font-size: 18px;
  margin-bottom: 6px;
      color: #fbbf24;
}

.cap p {
  font-size: 15px;
  color: white;
  margin: 0
}

.cap.navy {
  background: var(--navy);
  border-color: var(--navy)
}

.cap.navy h4 {
  color: #fff
}

.cap.navy p {
  color: #aeb3ca
}

.cap.navy .hx {
  background: rgba(248, 171, 15, .16);
  color: var(--amber)
}

/* module header band */
.module-band {
  /* display: flex; */
  align-items: center;
  gap: 18px;
  padding: 0 0 26px;
  border-bottom: 1px solid var(--line-2);
  margin-bottom: 34px;
  text-align: center;
}

.module-band .hex-chip {
  width: 60px;
  height: 60px;
  flex: none
}

.module-band .hex-chip svg {
  width: 26px;
  height: 26px
}

.module-band .num {
  font-family: var(--mono);
  font-size: 13px;
  color: var(--amber-600);
  font-weight: 700;
  letter-spacing: .1em
}

.module-band h2 {
  font-size: clamp(26px, 3vw, 38px);
  margin-top: 4px
}

.module-band p {
  color: var(--muted);
  margin: 12px 0 0;
  /* max-width: 60ch; */
  font-size: 16px;
  margin-bottom: 20px;
}

/* ---- solutions: tab toggle ---- */
.toggle-row {
  display: flex;
  justify-content: center;
  margin: 8px 0 36px
}

.toggle {
  display: inline-flex;
  background: var(--bg-soft);
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 5px
}

.toggle button {
  border: 0;
  background: transparent;
  font-family: var(--font);
  font-weight: 700;
  font-size: 14.5px;
  color: var(--muted);
  padding: 10px 20px;
  border-radius: 999px;
  cursor: pointer;
  transition: background .2s, color .2s
}

.toggle button.on {
  background: var(--navy);
  color: #fff
}

.sol-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px
}

.sol-card {
  position: relative;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: 26px;
  transition: transform .2s, box-shadow .25s, border-color .2s
}

.sol-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
  border-color: transparent
}

.sol-card .hx {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  background: var(--honey);
  color: var(--amber-600);
  clip-path: polygon(25% 2%, 75% 2%, 100% 50%, 75% 98%, 25% 98%, 0 50%);
  margin-bottom: 16px;
  transition: .2s
}

.sol-card:hover .hx {
  background: var(--amber);
  color: var(--navy)
}

.sol-card .hx svg {
  width: 24px;
  height: 24px
}

.sol-card h3 {
  font-size: 19px;
  margin-bottom: 9px
}

.sol-card p {
  font-size: 14.5px;
  color: var(--muted);
  margin: 0 0 14px
}

.sol-card .tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px
}

.sol-card .tags span {
  font-size: 11.5px;
  font-weight: 700;
  padding: 5px 11px;
  border-radius: 999px;
  background: var(--bg-soft);
  color: var(--ink-soft);
  white-space: nowrap
}

/* ---- pricing ---- */
.bill-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin: 6px 0 40px;
  font-weight: 600;
  color: var(--muted)
}

.bill-toggle .save {
  font-size: 12px;
  font-weight: 700;
  color: var(--amber-600);
  background: var(--honey);
  padding: 4px 10px;
  border-radius: 999px
}

.switch {
  width: 52px;
  height: 30px;
  border-radius: 999px;
  background: var(--navy);
  position: relative;
  cursor: pointer;
  border: 0;
  flex: none;
  transition: background .2s
}

.switch i {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #fff;
  transition: transform .22s
}

.switch.on i {
  transform: translateX(22px)
}

.price-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  align-items: start
}

.price-card {
  position: relative;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: 30px 28px;
  display: flex;
  flex-direction: column
}

.price-card.feat {
  border-color: transparent;
  background: linear-gradient(165deg, var(--navy), var(--navy-900));
  color: #fff;
  box-shadow: var(--shadow-lg);
  transform: scale(1.03)
}

.price-card.feat .price-name,
.price-card.feat .price-amt {
  color: #fff
}

.price-tag {
  position: absolute;
  top: 18px;
  right: 18px;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .06em;
  background: var(--amber);
  color: var(--navy);
  padding: 5px 11px;
  border-radius: 999px
}

.price-name {
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: var(--amber-600)
}

.price-card.feat .price-name {
  color: var(--amber-300)
}

.price-desc {
  font-size: 13.5px;
  color: var(--muted);
  margin: 6px 0 18px;
  min-height: 38px
}

.price-card.feat .price-desc {
  color: #aeb3ca
}

.price-amt {
  display: flex;
  align-items: flex-end;
  gap: 6px;
  margin-bottom: 4px
}

.price-amt .cur {
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 6px
}

.price-amt .num {
  font-size: 46px;
  font-weight: 800;
  letter-spacing: -.03em;
  line-height: 1
}

.price-amt .per {
  font-size: 14px;
  color: var(--muted);
  margin-bottom: 7px
}

.price-card.feat .price-amt .per {
  color: #aeb3ca
}

.price-note {
  font-size: 12.5px;
  color: var(--muted-2);
  margin-bottom: 22px
}

.price-card .btn {
  width: 100%;
  margin-bottom: 22px
}

.price-feats {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px
}

.price-feats li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  color: var(--ink-soft)
}

.price-card.feat .price-feats li {
  color: #d6d9e6
}

.price-feats li .tick {
  width: 20px;
  height: 20px;
  border-radius: 6px;
  background: var(--honey);
  color: var(--amber-600);
  display: grid;
  place-items: center;
  flex: none;
  margin-top: 1px
}

.price-card.feat .price-feats li .tick {
  background: rgba(248, 171, 15, .18);
  color: var(--amber)
}

.price-feats li .tick svg {
  width: 12px;
  height: 12px
}

/* modules pricing strip */
.mod-price {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 14px
}

.mod-price .m {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  padding: 22px
}

.mod-price .m .hx {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  background: var(--honey);
  color: var(--amber-600);
  clip-path: polygon(25% 2%, 75% 2%, 100% 50%, 75% 98%, 25% 98%, 0 50%);
  margin-bottom: 14px
}

.mod-price .m .hx svg {
  width: 20px;
  height: 20px
}

.mod-price .m h4 {
  font-size: 16px;
  margin-bottom: 4px
}

.mod-price .m .from {
  font-size: 12px;
  color: var(--muted);
  font-family: var(--mono);
  text-transform: uppercase;
  letter-spacing: .06em
}

.mod-price .m .amt {
  font-size: 26px;
  font-weight: 800;
  letter-spacing: -.02em;
  margin-top: 6px
}

.mod-price .m .amt small {
  font-size: 13px;
  color: var(--muted);
  font-weight: 600
}

/* ---- comparison table ---- */
.cmp {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  overflow: hidden
}

.cmp th,
.cmp td {
  padding: 15px 20px;
  text-align: left;
  border-bottom: 1px solid var(--line-2);
  font-size: 14.5px
}

.cmp thead th {
  background: var(--bg-soft);
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .05em;
  color: var(--muted);
  font-weight: 700
}

.cmp tbody td:not(:first-child) {
  text-align: center
}

.cmp td:first-child {
  font-weight: 600;
  color: var(--ink)
}

.cmp .yes {
  color: #1f9d57
}

.cmp .no {
  color: var(--muted-2)
}

.cmp .yes svg,
.cmp .no svg {
  width: 19px;
  height: 19px
}

.cmp tr:last-child td {
  border-bottom: 0
}

.cmp tbody tr:hover {
  background: var(--bg-soft)
}

/* ---- testimonial ---- */
.quote-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: 34px;
  box-shadow: var(--shadow-sm)
}

.quote-card .mark {
  font-family: var(--mono);
  font-size: 46px;
  color: var(--amber);
  line-height: .6;
  font-weight: 700
}

.quote-card p {
  font-size: 18px;
  line-height: 1.5;
  color: var(--ink);
  margin: 14px 0 22px;
  font-weight: 500;
  letter-spacing: -.01em
}

.quote-card .who {
  display: flex;
  align-items: center;
  gap: 13px
}

.quote-card .who .av {
  width: 46px;
  height: 46px;
  border-radius: 13px;
  display: grid;
  place-items: center;
  color: #fff;
  font-weight: 800;
  flex: none
}

.quote-card .who>div:last-child {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  line-height: 1.3
}

.quote-card .who .nm {
  font-weight: 800;
  font-size: 15px
}

.quote-card .who .ro {
  font-size: 12.5px;
  color: var(--muted)
}

.quotes-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px
}

/* ---- why: feature split list ---- */
.why-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px
}

.why-card {
  display: flex;
  gap: 16px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: 26px
}

.why-card .hex-chip {
  flex: none
}

.why-card h3 {
  font-size: 18px;
  margin-bottom: 7px
}

.why-card p {
  font-size: 14.5px;
  color: var(--muted);
  margin: 0
}

/* ---- resources / blog ---- */
.res-feature {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 34px;
  align-items: center;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r-xl);
  overflow: hidden;
  box-shadow: var(--shadow-sm)
}

.res-feature .thumb {
  height: 100%;
  min-height: 300px;
  background: linear-gradient(150deg, var(--navy), var(--navy-900));
  position: relative;
  overflow: hidden;
  display: grid;
  place-items: center
}

.res-feature .thumb .hex-field {
  opacity: .6
}

.res-feature .body {
  padding: 38px
}

.res-feature .body h2 {
  font-size: clamp(24px, 2.6vw, 32px);
  margin: 12px 0 14px
}

.res-feature .body p {
  color: var(--muted);
  font-size: 16px;
  margin-bottom: 22px
}

.res-tag {
  display: inline-block;
  font-size: 11.5px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .06em;
  color: var(--amber-600);
  background: var(--honey);
  padding: 5px 11px;
  border-radius: 999px;
  white-space: nowrap
}

.res-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 24px
}

.res-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  overflow: hidden;
  transition: transform .2s, box-shadow .25s;
  display: flex;
  flex-direction: column
}

.res-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md)
}

.res-card .thumb {
  height: 160px;
  position: relative;
  overflow: hidden;
  display: grid;
  place-items: center
}

.res-card .thumb svg.ic {
  width: 48px;
  height: 48px;
  color: #fff;
  opacity: .92;
  position: relative;
  z-index: 2
}

.res-card .body {
  padding: 22px;
  flex: 1;
  display: flex;
  flex-direction: column
}

.res-card .meta {
  font-size: 12px;
  color: var(--muted-2);
  font-family: var(--mono);
  text-transform: uppercase;
  letter-spacing: .05em;
  margin-bottom: 9px
}

.res-card h3 {
  font-size: 17.5px;
  margin-bottom: 8px;
  letter-spacing: -.01em
}

.res-card p {
  font-size: 14px;
  color: var(--muted);
  margin: 0 0 16px;
  flex: 1
}

.res-card .more {
  font-weight: 700;
  font-size: 14px;
  color: var(--amber-600);
  display: inline-flex;
  align-items: center;
  gap: 6px
}

.res-card .more svg {
  width: 15px;
  height: 15px
}

.th-navy {
  background: linear-gradient(150deg, #2d3257, #191c34)
}

.th-amber {
  background: linear-gradient(150deg, #3a3050, #241c38)
}

.th-green {
  background: linear-gradient(150deg, #1f3a44, #142a30)
}

/* ---- FAQ ---- */
.faq {
  max-width: 820px;
  margin: 0 auto
}

.faq-item {
  border-bottom: 1px solid var(--line);
  padding: 4px 0
}

.faq-q {
  width: 100%;
  background: transparent;
  border: 0;
  text-align: left;
  font-family: var(--font);
  font-weight: 700;
  font-size: 17px;
  color: var(--ink);
  padding: 22px 40px 22px 0;
  cursor: pointer;
  position: relative;
  letter-spacing: -.01em
}

.faq-q::after {
  content: "";
  position: absolute;
  right: 6px;
  top: 50%;
  width: 13px;
  height: 13px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23f8ab0f' stroke-width='2.4' stroke-linecap='round'%3E%3Cpath d='M12 5v14M5 12h14'/%3E%3C/svg%3E") center/contain no-repeat;
  transform: translateY(-50%);
  transition: transform .25s
}

.faq-item.open .faq-q::after {
  transform: translateY(-50%) rotate(45deg)
}

.faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height .3s ease, padding .3s ease
}

.faq-a p {
  margin: 0;
  padding: 0 40px 22px 0;
  color: var(--muted);
  font-size: 15.5px;
  line-height: 1.6
}

.faq-item.open .faq-a {
  max-height: 340px
}

/* ---- forms ---- */
.form-wrap {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: clamp(36px, 5vw, 64px);
  align-items: start
}

.form-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r-xl);
  padding: clamp(26px, 3vw, 38px);
  box-shadow: var(--shadow-md)
}

.field {
  margin-bottom: 18px
}

.field label {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: var(--ink-soft);
  margin-bottom: 7px
}

.field label .req {
  color: var(--amber-600)
}

.field input,
.field select,
.field textarea {
  width: 100%;
  font-family: var(--font);
  font-size: 15px;
  color: var(--ink);
  background: var(--bg-soft);
  border: 1.5px solid var(--line);
  border-radius: 12px;
  padding: 13px 15px;
  transition: border-color .15s, background .15s, box-shadow .15s
}

.field textarea {
  min-height: 108px;
  resize: vertical
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  outline: 0;
  border-color: var(--amber);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(248, 171, 15, .14)
}

.field input::placeholder,
.field textarea::placeholder {
  color: var(--muted-2)
}

.field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px
}

.chip-select {
  display: flex;
  flex-wrap: wrap;
  gap: 9px
}

.chip-select label {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 13.5px;
  font-weight: 600;
  color: var(--ink-soft);
  background: var(--bg-soft);
  border: 1.5px solid var(--line);
  border-radius: 999px;
  padding: 9px 15px;
  cursor: pointer;
  margin: 0;
  transition: .15s
}

.chip-select input {
  display: none
}

.chip-select label:has(input:checked) {
  background: var(--navy);
  color: #fff;
  border-color: var(--navy)
}

.form-aside h2 {
  font-size: clamp(26px, 3vw, 38px);
  margin-bottom: 16px
}

.form-aside .lead {
  margin-bottom: 26px
}

.form-bullets {
  list-style: none;
  padding: 0;
  margin: 0 0 28px;
  display: flex;
  flex-direction: column;
  gap: 16px
}

.form-bullets li {
  display: flex;
  gap: 13px;
  align-items: flex-start
}

.form-bullets li .hx {
  width: 40px;
  height: 40px;
  flex: none;
  display: grid;
  place-items: center;
  background: var(--honey);
  color: var(--amber-600);
  clip-path: polygon(25% 2%, 75% 2%, 100% 50%, 75% 98%, 25% 98%, 0 50%)
}

.form-bullets li .hx svg {
  width: 19px;
  height: 19px
}

.form-bullets li b {
  display: block;
  font-size: 15.5px;
  color: var(--ink)
}

.form-bullets li span {
  font-size: 14px;
  color: var(--muted)
}

.form-success {
  display: none;
  text-align: center;
  padding: 30px 10px
}

.form-success.show {
  display: block
}

.form-success .ok-hex {
  width: 72px;
  height: 72px;
  margin: 0 auto 18px;
  display: grid;
  place-items: center;
  background: var(--amber);
  color: var(--navy);
  clip-path: polygon(25% 2%, 75% 2%, 100% 50%, 75% 98%, 25% 98%, 0 50%)
}

.form-success .ok-hex svg {
  width: 34px;
  height: 34px
}

.form-success h3 {
  font-size: 23px;
  margin-bottom: 10px
}

.form-success p {
  color: var(--muted)
}

/* contact cards */
.contact-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 14px
}

.cc {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: 26px;
  text-align: center
}

.cc .hx {
  width: 52px;
  height: 52px;
  margin: 0 auto 16px;
  display: grid;
  place-items: center;
  background: var(--honey);
  color: var(--amber-600);
  clip-path: polygon(25% 2%, 75% 2%, 100% 50%, 75% 98%, 25% 98%, 0 50%)
}

.cc .hx svg {
  width: 24px;
  height: 24px
}

.cc h4 {
  font-size: 16px;
  margin-bottom: 6px
}

.cc p {
  font-size: 14px;
  color: var(--muted);
  margin: 0 0 12px
}

.cc a.lk {
  font-weight: 800;
  color: var(--navy);
  font-size: 15.5px
}

.cc a.lk:hover {
  color: var(--amber-600)
}

/* logos band */
.logos-band {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(20px, 4vw, 52px);
  flex-wrap: wrap;
  padding: 30px 0
}

/* ---- responsive ---- */
@media (max-width:900px) {

  .cap-grid,
  .sol-grid,
  .price-grid,
  .mod-price,
  .res-grid,
  .contact-cards {
    grid-template-columns: 1fr 1fr
  }

  .price-card.feat {
    transform: none
  }

  .quotes-grid,
  .why-grid,
  .form-wrap,
  .res-feature {
    grid-template-columns: 1fr
  }

  .res-feature .thumb {
    min-height: 200px
  }
}

@media (max-width:600px) {

  .cap-grid,
  .sol-grid,
  .price-grid,
  .mod-price,
  .res-grid,
  .contact-cards {
    grid-template-columns: 1fr
  }

  .field-row {
    grid-template-columns: 1fr
  }

  .module-band {
    flex-wrap: wrap;
    gap: 12px
  }

  .cmp {
    font-size: 13px
  }

  .cmp th,
  .cmp td {
    padding: 12px 12px
  }
}

/* ---- mobile optimizations for submenu and mockups ---- */
@media (max-width: 640px) {
  .submenu {
    top: 60px !important;
    background: rgba(255, 255, 255, 0.96) !important;
    box-shadow: 0 4px 12px rgba(28, 32, 58, 0.08) !important;
  }

  .submenu .wrap {
    padding-left: 16px;
    padding-right: 16px;
    gap: 4px;
    /* Hide scrollbar */
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .submenu .wrap::-webkit-scrollbar {
    display: none;
  }

  .submenu a {
    padding: 12px 10px;
    font-size: 13px;
  }

  .module-band {
    flex-direction: row !important;
    align-items: flex-start !important;
    gap: 14px !important;
    margin-bottom: 24px !important;
    padding-bottom: 18px !important;
  }

  .module-band .hex-chip {
    width: 48px !important;
    height: 48px !important;
  }

  .module-band .hex-chip svg {
    width: 20px !important;
    height: 20px !important;
  }

  .module-band h2 {
    font-size: 20px !important;
  }

  .module-band p {
    font-size: 14px !important;
    margin-top: 6px !important;
  }

  .feat-art {
    max-width: 100% !important;
    width: 100% !important;
    margin: 0 auto !important;
  }

  .browser.mock {
    border-radius: 12px !important;
  }

  .app-main {
    padding: 12px !important;
  }

  .tbl-row {
    padding: 8px 10px !important;
    font-size: 11px !important;
  }
}