/* ===========================================================================
   GENIEBOX — homepage sections. Pairs with base.css + site.js.
   =========================================================================== */

/* ---------- HERO ---------------------------------------------------------- */
.hero {
  position: relative;
  background: var(--ink-900);
  color: #fff;
  overflow: hidden;
  padding: calc(var(--nav-h) + 64px) 0 90px;
}

.hero__mesh {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}

.hero__blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(70px);
  opacity: .55;
  will-change: transform;
}

.hero__blob.b1 {
  width: 560px;
  height: 560px;
  left: -120px;
  top: -120px;
  background: radial-gradient(circle, #E6157C, transparent 70%);
  animation: drift 16s ease-in-out infinite;
}

.hero__blob.b2 {
  width: 520px;
  height: 520px;
  right: -100px;
  top: 40px;
  background: radial-gradient(circle, #7A2EA8, transparent 70%);
  animation: drift 20s ease-in-out infinite reverse;
}

.hero__blob.b3 {
  width: 420px;
  height: 420px;
  left: 38%;
  bottom: -160px;
  background: radial-gradient(circle, #B5239A, transparent 70%);
  animation: drift 24s ease-in-out infinite;
}

.hero .ribbons {
  opacity: .6;
}

.hero__grid {
  position: relative;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 40px;
  align-items: center;
}

.hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 8px 8px 16px;
  border-radius: var(--gb-r-pill);
  background: var(--glass);
  border: 1px solid var(--glass-line);
  font-size: 13.5px;
  font-weight: 500;
  margin-bottom: 26px;
  backdrop-filter: blur(10px);
}

.hero__badge b {
  background: var(--gb-magenta);
  color: #fff;
  font-family: var(--gb-font-display);
  font-weight: 700;
  font-size: 11px;
  letter-spacing: .06em;
  padding: 5px 11px;
  border-radius: var(--gb-r-pill);
  text-transform: uppercase;
}

.hero h1 {
  font-family: var(--gb-font-display);
  font-weight: 800;
  font-size: clamp(40px, 5.2vw, 72px);
  line-height: 1.03;
  letter-spacing: -.025em;
  margin: 0 0 22px;
}

.hero h1 .grad {
  background: linear-gradient(100deg, #FF4DA6, #FFC233);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero h1 .word {
  display: inline-block;
}

.hero__sub {
  font-size: 18.5px;
  line-height: 1.6;
  color: rgba(255, 255, 255, .74);
  max-width: 520px;
  margin: 0 0 34px;
}

.hero__cta {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.hero__trust {
  display: flex;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap;
}

.hero__trust .stk {
  display: flex;
}

.hero__trust .stk span {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 2px solid var(--ink-900);
  margin-left: -12px;
  background: var(--gb-gradient);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
}

.hero__trust .stk span:first-child {
  margin-left: 0;
}

.hero__trust p {
  margin: 0;
  font-size: 13.5px;
  color: rgba(255, 255, 255, .7);
  line-height: 1.4;
}

.hero__trust p b {
  color: #fff;
}

/* hero visual — floating glass dashboard */
.hero__visual {
  position: relative;
  height: 520px;
  perspective: 1400px;
}

.dash {
  position: absolute;
  border-radius: 20px;
  background: rgba(22, 12, 34, .74);
  border: 1px solid var(--glass-line);
  backdrop-filter: blur(20px);
  box-shadow: 0 40px 90px rgba(0, 0, 0, .5);
  overflow: hidden;
  will-change: transform;
}

.dash--main {
  inset: 14px 8px 60px 40px;
}

.dash__bar {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 14px 16px;
  border-bottom: 1px solid rgba(255, 255, 255, .07);
}

.dash__bar i {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .2);
}

.dash__bar i:nth-child(1) {
  background: #FF5F57;
}

.dash__bar i:nth-child(2) {
  background: #FEBC2E;
}

.dash__bar i:nth-child(3) {
  background: #28C840;
}

.dash__bar span {
  margin-left: 8px;
  font-size: 12px;
  color: rgba(255, 255, 255, .5);
  font-weight: 500;
}

.dash__body {
  padding: 18px;
}

.dash__row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}

.dash__avatar {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: var(--gb-gradient);
  flex: none;
}

.dash__lines {
  flex: 1;
}

.dash__lines i {
  display: block;
  height: 8px;
  border-radius: 4px;
  background: rgba(255, 255, 255, .16);
  margin-bottom: 6px;
}

.dash__lines i:last-child {
  width: 60%;
  background: rgba(255, 255, 255, .09);
  margin: 0;
}

.dash__tag {
  font-size: 10px;
  font-weight: 700;
  padding: 4px 9px;
  border-radius: 6px;
  font-family: var(--gb-font-display);
}

.dash__chart {
  height: 96px;
  display: flex;
  align-items: flex-end;
  gap: 8px;
  padding: 14px;
  border-radius: 14px;
  background: rgba(255, 255, 255, .04);
  margin-top: 6px;
}

.dash__chart b {
  flex: 1;
  border-radius: 6px 6px 0 0;
  background: linear-gradient(180deg, var(--gb-magenta-bright), var(--gb-violet));
}

.fcard {
  position: absolute;
  border-radius: 16px;
  background: rgba(22, 12, 34, .9);
  border: 1px solid var(--glass-line);
  backdrop-filter: blur(16px);
  box-shadow: 0 24px 60px rgba(0, 0, 0, .45);
  padding: 15px 17px;
  display: flex;
  align-items: center;
  gap: 13px;
  will-change: transform;
}

.fcard__ic {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
}

.fcard__ic svg {
  width: 22px;
  height: 22px;
  color: #fff;
}

.fcard b {
  display: block;
  font-family: var(--gb-font-display);
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
}

.fcard span {
  font-size: 12px;
  color: rgba(255, 255, 255, .6);
}

.fcard--1 {
  top: -6px;
  right: -6px;
}

.fcard--2 {
  bottom: 90px;
  right: -14px;
}

.fcard--3 {
  bottom: 8px;
  left: 8px;
}

/* ---------- Marquee strip ------------------------------------------------- */
.strip {
  background: var(--ink-900);
  padding: 30px 0 34px;
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, .08);
  border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.strip__label {
  text-align: center;
  font-size: 12px;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .45);
  font-weight: 700;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}

.strip__label::before,
.strip__label::after {
  content: "";
  width: 34px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(230, 21, 124, .6));
}

.strip__label::after {
  background: linear-gradient(90deg, rgba(230, 21, 124, .6), transparent);
}

.strip .marquee__track {
  gap: 0;
}

.strip .marquee {
  background: var(--ink-900);
}

.strip__item {
  position: relative;
  font-family: var(--gb-font-display);
  font-weight: 700;
  font-size: 23px;
  color: rgba(255, 255, 255, .55);
  display: flex;
  align-items: center;
  gap: 13px;
  white-space: nowrap;
  padding: 0 40px;
  transition: color .3s;
}

.strip__item::after {
  content: "";
  position: absolute;
  right: -4px;
  top: 50%;
  transform: translateY(-50%);
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--gb-magenta);
  opacity: .55;
}

.strip__item:hover {
  color: #fff;
}

.strip__item svg {
  width: 22px;
  height: 22px;
  color: var(--gb-magenta-bright);
}

/* ---------- Section frame ------------------------------------------------- */
.sec {
  position: relative;
  padding: 60px 0;
}

.sec--dark {
  background: var(--ink-900);
  color: #fff;
  overflow: hidden;
}

.sec--light {
  background: #fff;
}

.sec--soft {
  background: var(--gb-bg-soft);
}

.sec__head {
  max-width: 680px;
  margin: 0 auto 60px;
  text-align: center;
}

.sec__head.left {
  margin-left: 0;
  text-align: left;
}

.sec__title {
  font-family: var(--gb-font-display);
  font-weight: 800;
  font-size: clamp(30px, 3.6vw, 46px);
  line-height: 1.08;
  letter-spacing: -.02em;
  margin: 16px 0 0;
  color: var(--gb-ink);
}

.sec--dark .sec__title {
  color: #fff;
}

.sec__lead {
  font-size: 17.5px;
  line-height: 1.6;
  color: var(--gb-fg2);
  margin: 16px 0 0;
}

.sec--dark .sec__lead {
  color: rgba(255, 255, 255, .66);
}

/* ---------- CRM showcase -------------------------------------------------- */
.crm {
  position: relative;
}

.crm__glow {
  position: absolute;
  width: 700px;
  height: 500px;
  right: -200px;
  top: 10%;
  background: radial-gradient(circle, rgba(230, 21, 124, .16), transparent 65%);
  filter: blur(50px);
  pointer-events: none;
}

.crm__grid {
  display: grid;
  grid-template-columns: 1fr 1.08fr;
  gap: 56px;
  align-items: center;
}

.crm__panel {
  position: relative;
  border-radius: 26px;
  background: linear-gradient(160deg, var(--ink-700), var(--ink-850));
  border: 1px solid var(--glass-line);
  padding: 10px;
  box-shadow: 0 40px 100px rgba(0, 0, 0, .5);
  overflow: hidden;
}

.crm__panel .ribbons {
  opacity: .5;
}

.pipe {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  padding: 18px;
}

.pipe__col {
  background: rgba(255, 255, 255, .04);
  border: 1px solid rgba(255, 255, 255, .07);
  border-radius: 14px;
  padding: 12px;
  min-height: 230px;
}

.pipe__col h6 {
  margin: 0 0 12px;
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .5);
  font-weight: 700;
  display: flex;
  justify-content: space-between;
}

.pipe__col h6 b {
  color: var(--gb-magenta-bright);
}

.lead-card {
  background: rgba(255, 255, 255, .07);
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 10px;
  padding: 11px;
  margin-bottom: 9px;
  will-change: transform;
}

.lead-card .nm {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12.5px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 7px;
}

.lead-card .nm i {
  width: 22px;
  height: 22px;
  border-radius: 7px;
  background: var(--gb-gradient);
  flex: none;
}

.lead-card .val {
  font-size: 11px;
  color: rgba(255, 255, 255, .55);
  display: flex;
  justify-content: space-between;
}

.lead-card .val b {
  color: var(--gb-accent-yellow);
  font-family: var(--gb-font-display);
}

.crm__list {
  list-style: none;
  margin: 26px 0 32px;
  padding: 0;
  display: grid;
  gap: 14px;
}

.crm__list li {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.crm__list li .ic {
  width: 44px;
  height: 44px;
  border-radius: 13px;
  background: var(--gb-bg-tint);
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .25s var(--ease-out);
}

.sec--dark .crm__list li .ic {
  background: rgba(230, 21, 124, .16);
}

.crm__list li .ic svg {
  width: 22px;
  height: 22px;
  color: var(--gb-magenta);
}

.crm__list li:hover .ic {
  background: var(--gb-magenta);
  transform: rotate(-6deg) scale(1.05);
}

.crm__list li:hover .ic svg {
  color: #fff;
}

.crm__list li b {
  font-family: var(--gb-font-display);
  font-weight: 600;
  font-size: 17px;
  color: var(--gb-ink);
}

.sec--dark .crm__list li b {
  color: #fff;
}

.crm__list li p {
  margin: 3px 0 0;
  font-size: 14px;
  color: var(--gb-fg2);
  line-height: 1.5;
}

.sec--dark .crm__list li p {
  color: rgba(255, 255, 255, .6);
}

/* ---------- Bento solutions ----------------------------------------------- */
.bento {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 170px;
  gap: 18px;
}

.bcard {
  position: relative;
  border-radius: 20px;
  padding: 24px;
  overflow: hidden;
  cursor: pointer;
  background: #fff;
  border: 1px solid var(--gb-line);
  transition: transform .35s var(--ease-out), box-shadow .35s var(--ease-out), border-color .35s;
}

.bcard:hover {
  transform: translateY(-6px);
  box-shadow: var(--gb-shadow-lg);
  border-color: transparent;
}

.bcard__ic {
  width: 50px;
  height: 50px;
  border-radius: 14px;
  background: var(--gb-gradient);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  transition: transform .35s var(--ease-spring);
}

.bcard:hover .bcard__ic {
  transform: scale(1.08) rotate(-5deg);
}

.bcard__ic svg {
  width: 25px;
  height: 25px;
  color: #fff;
}

.bcard h4 {
  font-family: var(--gb-font-display);
  font-weight: 700;
  font-size: 18px;
  color: var(--gb-ink);
  margin: 0 0 6px;
}

.bcard p {
  font-size: 13.5px;
  color: var(--gb-fg2);
  line-height: 1.5;
  margin: 0;
}

.bcard__arrow {
  position: absolute;
  top: 22px;
  right: 22px;
  opacity: 0;
  transform: translate(-6px, 6px);
  transition: .3s var(--ease-out);
  color: var(--gb-magenta);
}

.bcard:hover .bcard__arrow {
  opacity: 1;
  transform: translate(0, 0);
}

.bcard__arrow svg {
  width: 20px;
  height: 20px;
}

.bcard--wide {
  grid-column: span 2;
}

.bcard--tall {
  grid-row: span 2;
}

.bcard--feature {
  grid-column: span 2;
  grid-row: span 2;
  background: linear-gradient(155deg, var(--gb-magenta), var(--gb-violet));
  color: #fff;
  border: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.bcard--feature .ribbons {
  opacity: .8;
}

.bcard--feature h3 {
  font-family: var(--gb-font-display);
  font-weight: 800;
  font-size: 28px;
  margin: 0;
  position: relative;
  line-height: 1.1;
}

.bcard--feature p {
  color: rgba(255, 255, 255, .85);
  font-size: 15px;
  position: relative;
  max-width: 300px;
}

.bcard--feature .bcard__ic {
  background: rgba(255, 255, 255, .18);
}

.bcard--dark {
  background: var(--ink-800);
  border-color: var(--glass-line);
  color: #fff;
}

.bcard--dark h4 {
  color: #fff;
}

.bcard--dark p {
  color: rgba(255, 255, 255, .6);
}

/* ---------- Why choose ---------------------------------------------------- */
.why__wrap {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  background: linear-gradient(150deg, var(--ink-800), var(--ink-700));
  border: 1px solid var(--glass-line);
  padding: 60px;
  color: #fff;
}

.why__glow {
  position: absolute;
  width: 600px;
  height: 600px;
  left: -160px;
  bottom: -260px;
  background: radial-gradient(circle, rgba(230, 21, 124, .28), transparent 65%);
  filter: blur(50px);
}

.why__grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
  margin-top: 46px;
}

.why__card {
  background: rgba(255, 255, 255, .04);
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 18px;
  padding: 26px;
  transition: .3s var(--ease-out);
}

.why__card:hover {
  background: rgba(255, 255, 255, .08);
  transform: translateY(-5px);
}

.why__card .ic {
  width: 54px;
  height: 54px;
  border-radius: 15px;
  background: var(--gb-gradient);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}

.why__card .ic svg {
  width: 26px;
  height: 26px;
  color: #fff;
}

.why__card h4 {
  font-family: var(--gb-font-display);
  font-weight: 700;
  font-size: 19px;
  margin: 0 0 8px;
}

.why__card p {
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255, 255, 255, .62);
  margin: 0;
}

.stat-row {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 46px;
  padding-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, .1);
}

.stat b {
  font-family: var(--gb-font-display);
  font-weight: 800;
  font-size: 46px;
  line-height: 1;
  background: linear-gradient(120deg, #FF4DA6, #FFC233);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.stat span {
  display: block;
  margin-top: 8px;
  font-size: 14px;
  color: rgba(255, 255, 255, .6);
}

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

.prog__card {
  position: relative;
  border-radius: 20px;
  border: 1px solid var(--gb-line);
  background: #fff;
  padding: 26px;
  overflow: hidden;
  transition: .35s var(--ease-out);
}

.prog__card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 4px;
  width: 100%;
  background: var(--gb-gradient);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .4s var(--ease-out);
}

.prog__card:hover {
  transform: translateY(-6px);
  box-shadow: var(--gb-shadow-lg);
  border-color: transparent;
}

.prog__card:hover::before {
  transform: scaleX(1);
}

.prog__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}

.prog__ic {
  width: 50px;
  height: 50px;
  border-radius: 14px;
  background: var(--gb-bg-tint);
  display: flex;
  align-items: center;
  justify-content: center;
}

.prog__ic svg {
  width: 25px;
  height: 25px;
  color: var(--gb-magenta);
}

.prog__dur {
  font-size: 11.5px;
  font-weight: 700;
  color: var(--gb-magenta);
  background: var(--gb-bg-tint);
  padding: 5px 11px;
  border-radius: var(--gb-r-pill);
  font-family: var(--gb-font-display);
}

.prog__card h4 {
  font-family: var(--gb-font-display);
  font-weight: 700;
  font-size: 19px;
  color: var(--gb-ink);
  margin: 0 0 8px;
}

.prog__card p {
  font-size: 13.5px;
  color: var(--gb-fg2);
  line-height: 1.55;
  margin: 0 0 16px;
}

.prog__meta {
  display: flex;
  gap: 16px;
  font-size: 12.5px;
  color: var(--gb-fg3);
  font-weight: 500;
}

.prog__meta span {
  display: flex;
  align-items: center;
  gap: 6px;
}

.prog__meta svg {
  width: 15px;
  height: 15px;
  color: var(--gb-magenta);
}

/* ---------- Success stories ----------------------------------------------- */
.stories {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.story {
  position: relative;
  background: #fff;
  border: 1px solid var(--gb-line);
  border-radius: 22px;
  padding: 34px;
  transition: .3s var(--ease-out);
}

.story:hover {
  box-shadow: var(--gb-shadow-lg);
  transform: translateY(-4px);
  border-color: transparent;
}

.story__quote {
  font-size: 64px;
  line-height: 1;
  font-family: var(--gb-font-display);
  color: var(--gb-line-2);
  position: absolute;
  top: 22px;
  right: 30px;
}

.story p {
  font-size: 16.5px;
  line-height: 1.65;
  color: var(--gb-fg1);
  margin: 0 0 24px;
  position: relative;
}

.story__who {
  display: flex;
  align-items: center;
  gap: 14px;
}

.story__who .av {
  width: 50px;
  height: 50px;
  border-radius: 14px;
  background: var(--gb-gradient);
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  font-family: var(--gb-font-display);
  font-size: 18px;
}

.story__who b {
  display: block;
  font-family: var(--gb-font-display);
  font-weight: 600;
  font-size: 15.5px;
  color: var(--gb-ink);
}

.story__who span {
  font-size: 13px;
  color: var(--gb-fg2);
}

.story__logo {
  margin-left: auto;
  font-weight: 700;
  color: var(--gb-magenta);
  font-family: var(--gb-font-display);
  font-size: 14px;
}

/* ---------- Company overview ---------------------------------------------- */
.about__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
}

.about__media {
  position: relative;
  border-radius: 26px;
  overflow: hidden;
  background: var(--gb-gradient);
  aspect-ratio: 1/.86;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: var(--gb-shadow-lg);
}

.about__media .ribbons {
  opacity: .8;
}

.about__media img {
  position: relative;
  width: 54%;
}

.about__media .pulse {
  position: absolute;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, .4);
}

.about__pills {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.about__pills span {
  background: var(--gb-bg-tint);
  color: var(--gb-magenta);
  font-weight: 600;
  font-size: 14px;
  padding: 10px 18px;
  border-radius: var(--gb-r-pill);
  font-family: var(--gb-font-display);
}

/* ---------- Contact CTA --------------------------------------------------- */
.cta {
  position: relative;
  border-radius: 32px;
  overflow: hidden;
  background: linear-gradient(140deg, var(--gb-magenta), var(--gb-violet) 70%, var(--ink-700));
  color: #fff;
  padding: 64px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
}

.cta__glow {
  position: absolute;
  width: 500px;
  height: 500px;
  right: -120px;
  top: -160px;
  background: radial-gradient(circle, rgba(255, 194, 51, .3), transparent 64%);
  filter: blur(40px);
}

.cta h2 {
  font-family: var(--gb-font-display);
  font-weight: 800;
  font-size: clamp(30px, 3.4vw, 44px);
  line-height: 1.08;
  letter-spacing: -.02em;
  margin: 0 0 16px;
  position: relative;
}

.cta__sub {
  font-size: 17px;
  line-height: 1.6;
  color: rgba(255, 255, 255, .85);
  margin: 0 0 28px;
  position: relative;
}

.cta__pts {
  position: relative;
  display: grid;
  gap: 13px;
}

.cta__pts div {
  display: flex;
  gap: 12px;
  align-items: center;
  font-weight: 500;
  font-size: 15.5px;
}

.cta__pts svg {
  width: 22px;
  height: 22px;
  color: var(--gb-accent-yellow);
  flex: none;
}

.cform {
  position: relative;
  background: #fff;
  border-radius: 22px;
  padding: 30px;
  color: var(--gb-fg1);
  box-shadow: 0 30px 70px rgba(0, 0, 0, .3);
}

.cform h3 {
  font-family: var(--gb-font-display);
  font-weight: 700;
  font-size: 21px;
  color: var(--gb-ink);
  margin: 0 0 4px;
}

.cform>p {
  font-size: 14px;
  color: var(--gb-fg2);
  margin: 0 0 20px;
}

.cform__row {
  margin-bottom: 14px;
}

.cform label {
  font-size: 12.5px;
  font-weight: 600;
  color: var(--gb-fg1);
  display: block;
  margin-bottom: 6px;
}

.cfield {
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1.5px solid var(--gb-line-2);
  border-radius: var(--gb-r-md);
  padding: 12px 14px;
  transition: .18s;
}

.cfield:focus-within {
  border-color: var(--gb-magenta);
  box-shadow: 0 0 0 3px rgba(230, 21, 124, .13);
}

.cfield svg {
  width: 18px;
  height: 18px;
  color: var(--gb-fg3);
  flex: none;
}

.cfield input,
.cfield select {
  border: none;
  outline: none;
  font: inherit;
  font-size: 15px;
  width: 100%;
  background: none;
  color: var(--gb-fg1);
}

.cform__ok {
  text-align: center;
  padding: 20px 0;
}

.cform__ok .ic {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: rgba(31, 174, 107, .12);
  margin: 0 auto 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cform__ok .ic svg {
  width: 32px;
  height: 32px;
  color: var(--gb-success);
}

.cform__ok h3 {
  margin-bottom: 8px;
}

.cform__ok p {
  font-size: 14px;
  color: var(--gb-fg2);
  line-height: 1.5;
}

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

  .hero__grid,
  .crm__grid,
  .about__grid,
  .cta,
  .stories {
    grid-template-columns: 1fr;
  }

  .hero__visual {
    height: 420px;
    margin-top: 10px;
  }

  .why__grid,
  .prog {
    grid-template-columns: 1fr 1fr;
  }

  .stat-row {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }

  .bento {
    grid-template-columns: repeat(2, 1fr);
  }

  .bcard--feature {
    grid-column: span 2;
  }

  .cta,
  .why__wrap {
    padding: 40px;
  }
}

@media (max-width:600px) {

  .why__grid,
  .prog,
  .bento {
    grid-template-columns: 1fr;
  }

  .bcard--wide,
  .bcard--feature,
  .bcard--tall {
    grid-column: span 1;
    grid-row: span 1;
  }

  .sec {
    padding: 74px 0;
  }

  .pipe {
    grid-template-columns: 1fr 1fr;
  }

  .pipe__col:nth-child(3),
  .pipe__col:nth-child(4) {
    display: none;
  }
}