:root {
  --green: #109a3a;
  --green-2: #18b85a;
  --green-3: #dff8e8;
  --teal: #0d8074;
  --cyan: #1297b1;
  --blue: #2458d3;
  --indigo: #243b89;
  --purple: #7b3ff2;
  --red: #c82127;
  --orange: #f25a12;
  --ink: #071812;
  --muted: #5e7069;
  --soft: #f3f8f5;
  --soft-blue: #f4f8ff;
  --line: #dce8e2;
  --surface: #ffffff;
  --shadow: 0 18px 48px rgba(8, 28, 20, .12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input {
  font: inherit;
}

.page {
  min-height: 100vh;
  overflow-x: hidden;
}

.container {
  width: calc(100% - 40px);
  max-width: 1220px;
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  border-bottom: 1px solid rgba(7, 24, 18, .10);
  background: rgba(255, 255, 255, .88);
  backdrop-filter: blur(18px);
}

.nav {
  display: flex;
  min-height: 76px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  min-width: 128px;
}

.brand img {
  display: block;
  width: 128px;
  height: auto;
  object-fit: contain;
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  color: #50675f;
  font-size: 14px;
  font-weight: 800;
}

.nav-links a {
  transition: color .18s ease;
}

.nav-links a:hover {
  color: var(--green);
}

.btn {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid transparent;
  border-radius: 8px;
  padding: 0 20px;
  font-size: 15px;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--green), var(--green-2));
  box-shadow: 0 14px 30px rgba(17, 156, 58, .26);
}

.btn-ghost {
  color: #fff;
  border-color: rgba(255, 255, 255, .34);
  background: rgba(255, 255, 255, .10);
}

.btn-outline {
  color: var(--green);
  border-color: rgba(17, 156, 58, .35);
  background: #fff;
}

.hero {
  position: relative;
  min-height: calc(100vh - 76px);
  display: flex;
  align-items: center;
  overflow: hidden;
  color: #fff;
  isolation: isolate;
  background:
    linear-gradient(105deg, rgba(4, 20, 14, .94) 0%, rgba(7, 64, 37, .90) 48%, rgba(20, 82, 120, .88) 100%),
    url("/smartcip_landing/static/src/img/menu_background.png");
  background-size: cover;
  background-position: center;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 120px;
  z-index: -1;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), #fff);
}

.hero-scene {
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: .78;
}

.hero-panel {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 8px;
  background: rgba(255, 255, 255, .12);
  box-shadow: 0 34px 90px rgba(0, 0, 0, .28);
  backdrop-filter: blur(10px);
}

.hero-panel-a {
  right: 32px;
  top: 16vh;
  width: 46vw;
  max-width: 640px;
  padding: 16px;
}

.hero-panel-b {
  right: 12vw;
  bottom: 10vh;
  width: 42vw;
  max-width: 580px;
  height: 280px;
  overflow: hidden;
}

.panel-top {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, .18);
  padding-bottom: 12px;
  color: rgba(255, 255, 255, .78);
  font-weight: 800;
}

.panel-top strong {
  color: #fff;
}

.hero-kpis {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 14px;
}

.hero-kpis span {
  display: grid;
  gap: 6px;
  min-height: 84px;
  align-content: center;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 8px;
  padding: 12px;
  background: rgba(255, 255, 255, .10);
  color: rgba(255, 255, 255, .78);
  font-size: 12px;
  font-weight: 800;
}

.hero-kpis b {
  color: #fff;
  font-size: 24px;
  line-height: 1;
}

.map-preview {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(24deg, transparent 0 36%, rgba(255, 255, 255, .20) 37% 38%, transparent 39%),
    linear-gradient(148deg, transparent 0 48%, rgba(255, 255, 255, .18) 49% 50%, transparent 51%),
    radial-gradient(circle at 28% 40%, rgba(255, 255, 255, .18), transparent 18%),
    radial-gradient(circle at 66% 58%, rgba(255, 255, 255, .15), transparent 24%),
    linear-gradient(135deg, rgba(231, 244, 235, .70), rgba(206, 233, 244, .55));
}

.pin {
  position: absolute;
  width: 26px;
  height: 26px;
  border: 3px solid #fff;
  border-radius: 999px 999px 999px 0;
  background: var(--green);
  transform: rotate(-45deg);
  box-shadow: 0 8px 18px rgba(0, 0, 0, .24);
}

.pin::after {
  content: "";
  position: absolute;
  inset: 6px;
  border-radius: 999px;
  background: #fff;
}

.pin-a { left: 20%; top: 38%; }
.pin-b { left: 42%; top: 52%; background: #f2c94c; }
.pin-c { left: 62%; top: 34%; background: #2d6cdf; }
.pin-d { left: 76%; top: 62%; }

.route {
  position: absolute;
  height: 4px;
  border-radius: 999px;
  background: rgba(17, 156, 58, .45);
  transform-origin: left center;
}

.route-a { left: 23%; top: 48%; width: 310px; transform: rotate(14deg); }
.route-b { left: 44%; top: 58%; width: 220px; transform: rotate(-26deg); background: rgba(36, 88, 211, .35); }

.hero-content {
  max-width: 900px;
  padding: 88px 0 118px;
}

.eyebrow,
.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  max-width: 100%;
  border-radius: 999px;
  padding: 8px 13px;
  background: rgba(255, 255, 255, .13);
  color: rgba(255, 255, 255, .88);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .07em;
}

.eyebrow span {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #f2b84b;
  box-shadow: 0 0 0 5px rgba(242, 184, 75, .18);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 880px;
  margin: 24px 0 22px;
  font-size: 76px;
  font-weight: 950;
  line-height: .98;
  letter-spacing: 0;
  overflow-wrap: break-word;
}

.hero p {
  max-width: 720px;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, .82);
  font-size: 20px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.hero-actions.center {
  justify-content: center;
}

.trust-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 36px;
}

.trust-strip span {
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 8px;
  padding: 12px 14px;
  background: rgba(255, 255, 255, .09);
  color: rgba(255, 255, 255, .78);
  font-size: 13px;
  font-weight: 800;
}

.section {
  padding: 90px 0;
}

.section-tight {
  padding-top: 76px;
}

.soft {
  background: linear-gradient(180deg, #f7fbf8, #eef7f2);
}

.section-head {
  max-width: 800px;
  margin: 0 auto 44px;
  text-align: center;
}

.section-kicker {
  margin-bottom: 12px;
  background: var(--green-3);
  color: #087a2a;
}

h2 {
  margin-bottom: 14px;
  font-size: 48px;
  font-weight: 950;
  line-height: 1.04;
  letter-spacing: 0;
}

.section-head p,
.split p {
  color: var(--muted);
  font-size: 18px;
}

.dashboard-mockup {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.metric {
  min-height: 132px;
  display: grid;
  align-content: center;
  gap: 8px;
  border-radius: 8px;
  padding: 24px;
  color: #fff;
  box-shadow: var(--shadow);
}

.metric span {
  display: block;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.2;
}

.metric strong {
  font-size: 30px;
  line-height: 1;
}

.teal { background: var(--teal); }
.cyan { background: var(--cyan); }
.green { background: #0c9a68; }
.purple { background: var(--purple); }
.red { background: var(--red); }
.orange { background: var(--orange); }
.blue { background: var(--blue); }
.sky { background: #0f86bd; }

.chart-card {
  grid-column: span 2;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 22px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(8, 28, 20, .08);
}

.chart-card h3 {
  margin-bottom: 20px;
  font-size: 18px;
}

.bar-chart {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: end;
  gap: 28px;
  height: 210px;
  border-bottom: 1px solid #9aa9a2;
  background: repeating-linear-gradient(to top, #edf2ef 0 1px, transparent 1px 32px);
  padding: 0 26px;
}

.bar-chart span {
  position: relative;
  display: block;
  border-radius: 8px 8px 0 0;
  background: #ef4d68;
}

.bar-chart b {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  transform: translate(-50%, -50%);
  font-size: 13px;
}

.chart-labels {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 8px;
  color: #66756f;
  text-align: center;
  font-size: 13px;
}

.cards {
  display: grid;
  gap: 18px;
}

.cards.six {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.card,
.feature-grid article,
.price-card,
.roi-card,
.knowledge-preview article,
.faq-list details {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(8, 28, 20, .06);
}

.card {
  min-height: 220px;
  padding: 24px;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.card:hover {
  transform: translateY(-3px);
  border-color: rgba(17, 156, 58, .38);
  box-shadow: var(--shadow);
}

.card span {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 8px;
  margin-bottom: 24px;
  background: var(--green-3);
  color: var(--green);
  font-weight: 950;
}

.card h3,
.feature-grid h3 {
  margin-bottom: 9px;
  font-size: 20px;
}

.card p,
.feature-grid p {
  margin-bottom: 0;
  color: var(--muted);
}

.split {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: 46px;
  align-items: center;
}

.split.reverse {
  grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr);
}

.check-list {
  display: grid;
  gap: 12px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
  color: var(--muted);
  font-weight: 800;
}

.check-list li {
  position: relative;
  padding-left: 30px;
}

.check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  display: grid;
  width: 20px;
  height: 20px;
  place-items: center;
  border-radius: 999px;
  background: var(--green-3);
  color: var(--green);
  font-size: 12px;
  font-weight: 950;
}

.doc-builder {
  display: grid;
  grid-template-columns: 210px 1fr;
  min-height: 440px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #eef5f1;
  box-shadow: var(--shadow);
}

.doc-builder aside {
  display: grid;
  align-content: start;
  gap: 9px;
  border-right: 4px solid var(--green);
  padding: 18px;
  background: #f8fcfa;
}

.doc-builder aside strong {
  margin-bottom: 6px;
}

.doc-builder aside span {
  border: 1px solid #d3e2db;
  border-radius: 8px;
  padding: 10px 12px;
  background: #fff;
  font-size: 13px;
  font-weight: 800;
}

.paper {
  position: relative;
  width: 78%;
  max-width: 520px;
  min-height: 350px;
  margin: 40px auto;
  background: #fff;
  box-shadow: 0 10px 30px rgba(8, 28, 20, .12);
}

.paper h3 {
  padding-top: 62px;
  text-align: center;
}

.paper mark {
  position: absolute;
  left: 58px;
  top: 128px;
  border: 1px solid #b7e5c8;
  border-radius: 6px;
  padding: 4px 8px;
  background: #e8fbef;
  color: #064d24;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 12px;
  font-weight: 900;
}

.paper .mark-two { top: 188px; left: 82px; }
.paper .mark-three { top: 256px; left: 62%; }

.map-band {
  background: #fff;
}

.map-board {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
}

.map-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 64px;
  padding: 0 18px;
}

.map-toolbar span {
  font-size: 22px;
  font-weight: 500;
}

.map-toolbar button {
  border: 0;
  border-radius: 0;
  padding: 10px 14px;
  color: #fff;
  background: var(--green);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.map-canvas {
  position: relative;
  min-height: 390px;
  overflow: hidden;
  background:
    linear-gradient(18deg, transparent 0 32%, #f2d19a 33% 34%, transparent 35%),
    linear-gradient(118deg, transparent 0 52%, #f2d19a 53% 54%, transparent 55%),
    linear-gradient(82deg, transparent 0 24%, #d7ecff 25% 26%, transparent 27%),
    radial-gradient(circle at 34% 42%, #dcebd5, transparent 18%),
    #fffaf4;
}

.map-canvas aside {
  position: absolute;
  inset: 0 0 0 auto;
  width: 210px;
  display: grid;
  align-content: start;
  gap: 8px;
  padding: 18px;
  background: rgba(230, 232, 231, .92);
  color: #08822f;
  font-weight: 800;
}

.map-canvas aside strong {
  color: var(--ink);
  text-transform: uppercase;
  font-size: 13px;
}

.map-canvas aside small {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.map-pin {
  position: absolute;
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border: 3px solid #0b1f17;
  border-radius: 999px 999px 999px 0;
  background: var(--green);
  color: #fff;
  transform: rotate(-45deg);
  font-size: 11px;
  font-weight: 950;
  box-shadow: 0 10px 22px rgba(0, 0, 0, .24);
}

.map-pin::after {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: #fff;
}

.map-pin:not(:empty)::after {
  content: none;
}

.map-pin.p1 { left: 16%; top: 52%; }
.map-pin.p2 { left: 26%; top: 36%; }
.map-pin.p3 { left: 38%; top: 56%; background: #f2c94c; }
.map-pin.p4 { left: 52%; top: 45%; }
.map-pin.p5 { left: 44%; top: 28%; background: #123966; }
.map-pin.p6 { left: 68%; top: 60%; background: #e7f0ed; color: var(--ink); }

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.feature-grid article {
  padding: 24px;
}

.feature-grid article > span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 8px;
  margin-bottom: 18px;
  color: #fff;
  background: linear-gradient(135deg, var(--green), var(--blue));
  font-weight: 950;
}

.branch-dashboard {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 26px;
  background: #fff;
  box-shadow: var(--shadow);
}

.branch-dashboard h3 {
  margin-bottom: 18px;
  color: #007a2d;
  font-size: 26px;
}

.branch-kpis {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.branch-kpis span {
  border-left: 4px solid var(--green);
  border-radius: 8px;
  padding: 14px;
  background: #f8fbf9;
  color: #617166;
  font-size: 13px;
  font-weight: 800;
}

.branch-kpis b {
  display: block;
  color: #00812f;
  font-size: 24px;
  line-height: 1.1;
}

.branch-bars {
  display: grid;
  gap: 10px;
  margin-top: 22px;
}

.branch-bars label {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  color: #006927;
  font-weight: 900;
}

.branch-bars i {
  display: block;
  height: 12px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--green), #55c46c);
}

.branch-bars i.blue {
  background: linear-gradient(90deg, #1b78b6, #62b9ee);
}

.pricing-section {
  background: linear-gradient(180deg, #fff, var(--soft-blue));
}

.pricing-grid {
  display: grid;
  grid-template-columns: minmax(320px, .85fr) minmax(0, 1.15fr);
  gap: 30px;
  align-items: stretch;
}

.price-card,
.roi-card {
  padding: 30px;
}

.price-badge {
  display: inline-flex;
  border-radius: 999px;
  padding: 7px 12px;
  background: #e8f1ff;
  color: var(--blue);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.price-card h3,
.roi-card h3 {
  margin: 14px 0 8px;
  font-size: 26px;
}

.price {
  margin: 10px 0 24px;
  color: var(--blue);
  font-size: 58px;
  font-weight: 950;
  line-height: 1;
}

.price small {
  font-size: 18px;
}

.price span {
  color: #60728b;
  font-size: 18px;
  font-weight: 700;
}

.price-card ul {
  display: grid;
  gap: 13px;
  margin: 0 0 26px;
  padding: 0;
  list-style: none;
}

.price-card li {
  position: relative;
  padding-left: 28px;
  color: #24352f;
}

.price-card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--blue);
  font-weight: 950;
}

.roi-card {
  display: grid;
  align-content: start;
}

.roi-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 12px;
}

.roi-form label {
  display: grid;
  gap: 7px;
  color: #172a22;
  font-weight: 900;
}

.roi-form input {
  width: 100%;
  min-height: 48px;
  border: 1px solid #d5e0da;
  border-radius: 8px;
  padding: 0 12px;
  outline: none;
}

.roi-form input:focus {
  border-color: var(--green);
  box-shadow: 0 0 0 4px rgba(17, 156, 58, .12);
}

.roi-result {
  margin-top: 22px;
  border: 1px dashed #b7c5d8;
  border-radius: 8px;
  padding: 22px;
  background: #f8fbff;
}

.roi-result span,
.roi-result small {
  display: block;
  color: #60728b;
  font-weight: 800;
}

.roi-result strong {
  display: block;
  margin: 8px 0;
  color: var(--green);
  font-size: 36px;
  line-height: 1;
}

.comparison {
  background: #fff;
}

.compare-table {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
}

.compare-table .row {
  display: grid;
  grid-template-columns: minmax(160px, .8fr) repeat(3, minmax(0, 1fr));
  border-bottom: 1px solid var(--line);
}

.compare-table .row:last-child {
  border-bottom: 0;
}

.compare-table .row > * {
  min-width: 0;
  padding: 16px;
}

.compare-table .head {
  background: #f5f8fb;
  color: #12233d;
  font-size: 18px;
}

.compare-table b {
  color: var(--green);
}

.compare-table em {
  color: #6b7988;
  font-style: normal;
}

.knowledge-preview {
  display: grid;
  gap: 14px;
}

.knowledge-preview article {
  display: grid;
  gap: 6px;
  padding: 20px;
}

.knowledge-preview strong {
  color: var(--green);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.knowledge-preview span {
  font-size: 19px;
  font-weight: 900;
}

.blog-preview article:nth-child(2) strong {
  color: var(--blue);
}

.blog-preview article:nth-child(3) strong {
  color: var(--purple);
}

.faq-section {
  background: linear-gradient(180deg, #f8fbff, #fff);
}

.faq-list {
  display: grid;
  gap: 14px;
  max-width: 920px;
  margin: 0 auto;
}

.faq-list details {
  padding: 0;
}

.faq-list summary {
  position: relative;
  display: block;
  padding: 22px 58px 22px 24px;
  cursor: pointer;
  font-weight: 950;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  content: "+";
  position: absolute;
  right: 24px;
  top: 20px;
  color: var(--green);
  font-size: 24px;
}

.faq-list details[open] summary::after {
  content: "−";
}

.faq-list p {
  margin: 0;
  padding: 0 24px 22px;
  color: var(--muted);
}

.final-cta {
  padding-top: 40px;
  background: #fff;
}

.final-box {
  max-width: 1040px;
  margin: 0 auto;
  border: 1px solid #bbd8ff;
  border-radius: 8px;
  padding: 58px 36px;
  text-align: center;
  background: linear-gradient(180deg, #eef6ff, #fff);
  box-shadow: 0 24px 60px rgba(36, 88, 211, .12);
}

.final-box p {
  max-width: 720px;
  margin: 0 auto 26px;
  color: #60728b;
  font-size: 18px;
}

.site-footer {
  border-top: 1px solid var(--line);
  padding: 34px 0;
  color: #66756f;
  background: #f8fbf9;
}

.footer-grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.footer-grid img {
  width: 112px;
  height: auto;
}

.footer-grid nav {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  color: #2f433c;
  font-weight: 800;
}

@media (max-width: 1060px) {
  .nav-links {
    display: none;
  }

  .hero-panel-a {
    right: -120px;
    width: 640px;
  }

  .hero-panel-b {
    right: -80px;
    width: 580px;
    opacity: .45;
  }

  .dashboard-mockup,
  .feature-grid,
  .cards.six {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .split,
  .split.reverse,
  .pricing-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .container {
    width: calc(100% - 28px);
  }

  .site-header .btn {
    min-height: 40px;
    padding: 0 12px;
    font-size: 13px;
  }

  .brand {
    min-width: 96px;
  }

  .brand img {
    width: 96px;
  }

  .hero {
    min-height: 760px;
  }

  .hero-content {
    padding: 64px 0 92px;
  }

  h1 {
    font-size: 44px;
  }

  .hero p,
  .section-head p,
  .split p {
    font-size: 16px;
  }

  .hero-actions,
  .hero-actions .btn,
  .final-box .btn,
  .price-card .btn {
    width: 100%;
  }

  .trust-strip,
  .footer-grid {
    align-items: flex-start;
    flex-direction: column;
  }

  .hero-kpis {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dashboard-mockup,
  .feature-grid,
  .cards.six,
  .branch-kpis,
  .roi-form {
    grid-template-columns: 1fr;
  }

  .chart-card {
    grid-column: span 1;
  }

  .doc-builder {
    grid-template-columns: 1fr;
  }

  .doc-builder aside {
    border-right: 0;
    border-bottom: 4px solid var(--green);
  }

  .paper {
    width: calc(100% - 40px);
  }

  .map-canvas aside {
    position: relative;
    width: 100%;
    min-height: 120px;
    margin-top: 260px;
  }

  .compare-table {
    overflow-x: auto;
  }

  .compare-table .row {
    min-width: 760px;
  }

  .section {
    padding: 68px 0;
  }

  .final-box {
    padding: 38px 18px;
  }
}

/* SmartCIP 2026 presentation */
.nav-links a.active {
  color: var(--green);
}

h1 {
  font-size: 70px;
}

h2 {
  font-size: 48px;
}

.hero-clean {
  min-height: auto;
  padding: 96px 0 92px;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(380px, .78fr);
  gap: 54px;
  align-items: center;
}

.hero-grid > *,
.subhero-grid > *,
.split > * {
  min-width: 0;
}

.hero-clean .hero-content {
  max-width: none;
  padding: 0;
}

.hero-clean h1 {
  max-width: 740px;
  font-size: 70px;
  line-height: 1.01;
}

.hero-clean p {
  max-width: 690px;
}

.hero-visual {
  position: relative;
  min-width: 0;
}

.hero-visual::before {
  content: "";
  position: absolute;
  inset: 12% -8% -10% 22%;
  border-radius: 999px;
  background: rgba(40, 185, 123, .18);
  filter: blur(42px);
}

.hero-window {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .26);
  border-radius: 8px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 34px 90px rgba(0, 0, 0, .28);
}

.hero-window-top {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 58px;
  padding: 0 16px;
  color: #12261d;
}

.hero-window-top span {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(135deg, var(--green), var(--blue));
  font-size: 12px;
  font-weight: 950;
}

.hero-window-top strong {
  margin-right: auto;
}

.hero-window-top em {
  border-radius: 999px;
  padding: 7px 12px;
  color: #008736;
  background: #dff8e8;
  font-size: 12px;
  font-style: normal;
  font-weight: 950;
  text-transform: uppercase;
}

.hero-window-body {
  display: grid;
  grid-template-columns: 140px 1fr;
  min-height: 410px;
}

.hero-window aside {
  display: grid;
  align-content: start;
  gap: 10px;
  padding: 20px 12px;
  color: #fff;
  background: #09261a;
}

.hero-window aside b {
  margin-bottom: 8px;
  font-size: 20px;
}

.hero-window aside i {
  border-radius: 8px;
  padding: 9px 10px;
  background: rgba(255, 255, 255, .10);
  font-style: normal;
  font-weight: 900;
}

.hero-window aside .active {
  background: var(--green);
}

.hero-window section {
  padding: 20px;
  color: var(--ink);
  background: #f5f8f6;
}

.hero-panel-title {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 18px;
}

.hero-panel-title h2 {
  margin: 0;
  font-size: 24px;
}

.hero-panel-title button {
  border: 0;
  border-radius: 8px;
  padding: 12px;
  color: #fff;
  background: #071b14;
  font-weight: 950;
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 22px 0 16px;
}

.hero-stats span {
  display: grid;
  gap: 4px;
  min-height: 108px;
  align-content: center;
  border: 1px solid #dbe6e0;
  border-radius: 8px;
  padding: 12px;
  background: #fff;
  color: #67776f;
  font-size: 12px;
  font-weight: 900;
}

.hero-stats b {
  color: #10231b;
  font-size: 28px;
}

.hero-mini-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.hero-bars,
.hero-mini-grid ul {
  min-height: 178px;
  border: 1px solid #dbe6e0;
  border-radius: 8px;
  background: #fff;
}

.hero-bars {
  display: flex;
  align-items: end;
  gap: 10px;
  padding: 18px 14px;
}

.hero-bars i {
  flex: 1;
  border-radius: 8px 8px 0 0;
  background: linear-gradient(180deg, var(--green-2), var(--teal));
}

.hero-bars i:nth-child(1) { height: 42%; }
.hero-bars i:nth-child(2) { height: 66%; }
.hero-bars i:nth-child(3) { height: 50%; }
.hero-bars i:nth-child(4) { height: 78%; }
.hero-bars i:nth-child(5) { height: 70%; }
.hero-bars i:nth-child(6) { height: 88%; }

.hero-mini-grid ul {
  display: grid;
  gap: 10px;
  align-content: center;
  margin: 0;
  padding: 18px;
  list-style: none;
  color: #65766f;
  font-size: 13px;
  font-weight: 900;
}

.hero-mini-grid li {
  position: relative;
  padding-left: 22px;
}

.hero-mini-grid li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: var(--green-2);
  box-shadow: 0 0 0 4px #dff8e8;
}

.module-homes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 36px;
}

.module-homes article {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 24px;
  background: #fff;
  box-shadow: 0 14px 36px rgba(8, 28, 20, .07);
}

.module-homes span,
.docs-areas span {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 8px;
  margin-bottom: 18px;
  color: var(--green);
  background: var(--green-3);
  font-weight: 950;
}

.module-homes h3 {
  margin-bottom: 8px;
  font-size: 21px;
}

.module-homes p {
  margin: 0;
  color: var(--muted);
}

.dashboard-shell {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.showcase-frame {
  position: relative;
  overflow: hidden;
  margin: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
}

.showcase-frame img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.budget-showcase img {
  max-height: 560px;
  object-fit: cover;
  object-position: left top;
}

.plan-showcase {
  background: #f7faf8;
}

.showcase-frame figcaption {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  display: grid;
  gap: 4px;
  border-radius: 8px;
  padding: 14px;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 10px 30px rgba(8, 28, 20, .12);
}

.showcase-frame figcaption strong {
  color: var(--green);
  font-size: 14px;
  text-transform: uppercase;
}

.showcase-frame figcaption span {
  color: var(--muted);
  font-weight: 800;
}

.feature-grid-impact {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.feature-grid-impact article {
  min-height: 220px;
}

.branch-section .split {
  grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
}

.branch-title {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 18px;
}

.branch-title h3 {
  margin: 0;
}

.branch-title small {
  color: #5f6e88;
  font-weight: 800;
}

.branch-dashboard-rich .branch-kpis {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.branch-table {
  width: 100%;
  margin-top: 20px;
  border-collapse: collapse;
  overflow: hidden;
  border-radius: 8px;
  font-size: 13px;
}

.branch-table th,
.branch-table td {
  border-bottom: 1px solid #dce8e2;
  padding: 10px;
  text-align: left;
}

.branch-table th {
  color: #007a2d;
  background: #e9f6ee;
}

.learning-preview {
  overflow: hidden;
  border: 1px solid #d7e4dc;
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
}

.learning-hero {
  display: grid;
  gap: 6px;
  padding: 26px;
  color: #fff;
  background: linear-gradient(135deg, #143d2c, #207e6f 58%, #295dd2);
}

.learning-hero strong {
  font-size: 28px;
}

.learning-preview article {
  display: grid;
  grid-template-columns: 42px 1fr auto;
  gap: 14px;
  align-items: center;
  border-bottom: 1px solid var(--line);
  padding: 16px 20px;
}

.learning-preview article:last-child {
  border-bottom: 0;
}

.learning-preview b {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 8px;
  color: var(--green);
  background: var(--green-3);
}

.learning-preview article span {
  font-weight: 900;
}

.learning-preview em {
  color: var(--green);
  font-style: normal;
  font-weight: 950;
}

.blog-board-preview {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.blog-board-preview article {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 22px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(8, 28, 20, .08);
}

.blog-board-preview .featured {
  grid-column: 1 / -1;
  min-height: 220px;
  color: #fff;
  background: linear-gradient(135deg, #10231b, #13844b 62%, #1f6ab8);
}

.blog-board-preview span {
  color: var(--green);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.blog-board-preview .featured span,
.blog-board-preview .featured p {
  color: rgba(255, 255, 255, .82);
}

.blog-board-preview h3 {
  margin: 8px 0;
  font-size: 24px;
}

.site-footer {
  border-top: 1px solid var(--line);
  padding: 26px 0;
  background: #fff;
}

.footer-grid {
  display: flex;
  align-items: center;
  gap: 24px;
}

.footer-grid img {
  width: 116px;
}

.footer-grid span {
  color: var(--muted);
  font-weight: 800;
}

.footer-grid nav {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-left: auto;
  color: #53665f;
  font-weight: 800;
}

.subhero {
  padding: 86px 0;
  background: linear-gradient(135deg, #f6fbf8, #eef7ff);
}

.subhero-grid {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(340px, .65fr);
  gap: 44px;
  align-items: center;
}

.subhero h1 {
  max-width: 760px;
  margin: 16px 0 18px;
  color: var(--ink);
  font-size: 58px;
  line-height: 1.04;
}

.subhero p {
  max-width: 720px;
  color: var(--muted);
  font-size: 19px;
}

.blog-hero-card,
.course-preview,
.blog-sidebar,
.blog-post-card,
.doc-card,
.empty-state,
.docs-areas article {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 40px rgba(8, 28, 20, .08);
}

.blog-hero-card,
.course-preview,
.blog-sidebar,
.empty-state {
  padding: 28px;
}

.blog-hero-card strong,
.course-preview strong {
  display: block;
  margin-bottom: 10px;
  font-size: 26px;
}

.blog-hero-card div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.blog-hero-card span {
  border-radius: 999px;
  padding: 8px 12px;
  color: var(--green);
  background: var(--green-3);
  font-size: 12px;
  font-weight: 950;
}

.blog-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 28px;
  align-items: start;
}

.blog-feed,
.doc-grid {
  display: grid;
  gap: 20px;
}

.blog-post-card {
  display: grid;
  grid-template-columns: 260px 1fr;
  overflow: hidden;
}

.blog-post-card-featured {
  grid-template-columns: minmax(260px, .8fr) minmax(0, 1fr);
}

.blog-post-card img,
.blog-post-card .post-placeholder {
  width: 100%;
  height: 100%;
  min-height: 250px;
  object-fit: cover;
}

.post-placeholder,
.doc-placeholder {
  display: grid;
  place-items: center;
  color: #fff;
  background: linear-gradient(135deg, #143d2c, #26a05b 58%, #2464d2);
}

.post-placeholder span,
.doc-placeholder span {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border-radius: 8px;
  background: rgba(255, 255, 255, .18);
  font-weight: 950;
}

.blog-post-card > div {
  padding: 24px;
}

.post-category {
  color: var(--green);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.blog-post-card h2,
.doc-card h2 {
  margin: 8px 0 10px;
  font-size: 28px;
}

.blog-post-card p,
.doc-card p,
.blog-sidebar p {
  color: var(--muted);
}

.post-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 18px 0;
  color: #66756f;
  font-size: 13px;
  font-weight: 800;
}

.blog-post-card form {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.blog-sidebar {
  position: sticky;
  top: 96px;
}

.blog-sidebar h2 {
  font-size: 28px;
}

.sidebar-list {
  display: grid;
  gap: 10px;
  margin-top: 22px;
}

.sidebar-list span {
  border-left: 4px solid var(--green);
  border-radius: 8px;
  padding: 12px;
  background: #f7fbf8;
  color: #41544c;
  font-weight: 900;
}

.course-media {
  display: grid;
  min-height: 210px;
  place-items: center;
  border-radius: 8px;
  margin-bottom: 18px;
  background:
    linear-gradient(135deg, rgba(19, 61, 44, .84), rgba(36, 100, 210, .76)),
    url("/smartcip_landing/static/src/img/menu_background.png");
  background-size: cover;
}

.course-media span {
  display: grid;
  width: 78px;
  height: 78px;
  place-items: center;
  border-radius: 999px;
  color: #fff;
  background: rgba(255, 255, 255, .20);
  font-size: 30px;
}

.progress {
  height: 10px;
  overflow: hidden;
  border-radius: 999px;
  background: #e2ebe6;
}

.progress i {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--green), var(--blue));
}

.docs-areas {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.docs-areas article {
  min-height: 190px;
  padding: 22px;
}

.docs-areas h3 {
  margin-bottom: 8px;
  font-size: 20px;
}

.docs-areas p {
  margin: 0;
  color: var(--muted);
}

.doc-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.doc-card {
  overflow: hidden;
}

.doc-card img,
.doc-card .doc-placeholder {
  width: 100%;
  height: 170px;
  object-fit: cover;
}

.doc-card > div {
  padding: 20px;
}

.doc-card span {
  color: var(--green);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.doc-card a {
  color: var(--green);
  font-weight: 950;
}

@media (max-width: 1100px) {
  h1,
  .hero-clean h1 {
    font-size: 56px;
  }

  h2 {
    font-size: 40px;
  }

  .hero-grid,
  .subhero-grid,
  .branch-section .split,
  .split,
  .split.reverse {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    max-width: 760px;
  }

  .feature-grid-impact,
  .dashboard-shell,
  .docs-areas,
  .doc-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .blog-layout {
    grid-template-columns: 1fr;
  }

  .blog-sidebar {
    position: static;
  }
}

@media (max-width: 820px) {
  .nav-links {
    display: none;
  }

  h1,
  .hero-clean h1,
  .subhero h1 {
    font-size: 42px;
  }

  h2 {
    font-size: 34px;
  }

  .hero-clean {
    padding: 68px 0;
  }

  .module-homes,
  .dashboard-shell,
  .feature-grid-impact,
  .docs-areas,
  .doc-grid,
  .blog-board-preview,
  .hero-stats,
  .hero-mini-grid {
    grid-template-columns: 1fr;
  }

  .hero-window-body {
    grid-template-columns: 1fr;
  }

  .hero-window aside {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-window aside b {
    grid-column: 1 / -1;
  }

  .blog-post-card,
  .blog-post-card-featured {
    grid-template-columns: 1fr;
  }

  .branch-dashboard-rich .branch-kpis {
    grid-template-columns: 1fr;
  }

  .footer-grid,
  .footer-grid nav {
    align-items: flex-start;
    flex-direction: column;
    margin-left: 0;
  }
}

@media (max-width: 520px) {
  .container {
    width: calc(100% - 28px);
  }

  h1,
  .hero-clean h1,
  .subhero h1 {
    max-width: 100%;
    font-size: 28px;
    line-height: 1.08;
    overflow-wrap: normal;
    word-break: normal;
  }

  h2 {
    font-size: 30px;
  }

  .brand img {
    width: 104px;
  }

  .site-header .btn {
    display: none;
  }

  .eyebrow,
  .section-kicker {
    flex-wrap: wrap;
    max-width: 100%;
    font-size: 10px;
    white-space: normal;
    line-height: 1.35;
  }

  .hero-clean {
    padding: 54px 0 60px;
  }

  .hero-clean p {
    max-width: 100%;
    font-size: 16px;
  }

  .hero-clean .hero-content,
  .section-head {
    max-width: 300px;
    margin-left: 0;
    margin-right: auto;
  }

  .hero-clean h1,
  .hero-clean p {
    max-width: 300px;
  }

  .hero-actions,
  .trust-strip,
  .eyebrow {
    max-width: 300px;
  }

  .section-head {
    text-align: left;
  }

  .hero-visual {
    display: none;
  }

  .hero-window-top {
    flex-wrap: wrap;
    padding: 12px;
  }

  .hero-window-top em {
    margin-left: 40px;
  }

  .hero-actions,
  .hero-actions .btn,
  .price-card .btn,
  .blog-post-card form .btn {
    width: 100%;
  }

  .showcase-frame figcaption {
    position: static;
    border-radius: 0;
    box-shadow: none;
  }
}

/* SmartCIP polish pass */
.hero-clean .hero-grid {
  grid-template-columns: minmax(0, .92fr) minmax(420px, .78fr);
  gap: 56px;
}

.hero-clean h1 {
  max-width: 820px;
  font-size: 72px;
}

.hero-screenshot {
  align-self: center;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 12px;
  background: rgba(255, 255, 255, .12);
  box-shadow: 0 34px 90px rgba(0, 0, 0, .28);
  backdrop-filter: blur(10px);
}

.hero-screenshot img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: left top;
}

.hero-screenshot figcaption,
.real-screen figcaption,
.showcase-frame figcaption {
  position: static;
  left: auto;
  right: auto;
  bottom: auto;
  display: grid;
  gap: 4px;
  border-radius: 0;
  padding: 14px 16px;
  box-shadow: none;
}

.hero-screenshot figcaption strong,
.real-screen figcaption strong,
.showcase-frame figcaption strong {
  color: #fff;
  font-size: 14px;
}

.hero-screenshot figcaption span,
.real-screen figcaption span,
.showcase-frame figcaption span {
  color: rgba(255, 255, 255, .74);
  font-size: 13px;
  font-weight: 700;
}

.impact-section {
  padding: 70px 0;
  background: linear-gradient(180deg, #fff, #f4fbf7);
}

.impact-header {
  display: grid;
  gap: 10px;
  max-width: 820px;
  margin-bottom: 30px;
}

.impact-header h2 {
  margin: 0;
  font-size: 42px;
}

.impact-header p {
  max-width: 700px;
  margin: 0;
  color: var(--muted);
  font-size: 18px;
}

.impact-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.impact-card {
  min-height: 170px;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 22px;
  background: #fff;
  box-shadow: 0 16px 38px rgba(8, 28, 20, .08);
}

.impact-card strong {
  display: block;
  margin-bottom: 4px;
  color: var(--green);
  font-size: 42px;
  line-height: 1;
}

.impact-card span {
  display: block;
  color: var(--ink);
  font-size: 15px;
  font-weight: 950;
}

.impact-card p {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.module-homes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 34px;
}

.module-homes article {
  min-height: 188px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 22px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(8, 28, 20, .06);
}

.module-homes article span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 8px;
  margin-bottom: 18px;
  background: var(--green-3);
  color: var(--green);
  font-weight: 950;
}

.module-homes h3 {
  margin-bottom: 8px;
  font-size: 20px;
}

.module-homes p {
  margin: 0;
  color: var(--muted);
}

.real-screen,
.showcase-frame {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 10px;
  margin: 0;
  background: #fff;
  box-shadow: var(--shadow);
}

.real-screen img,
.showcase-frame img {
  display: block;
  width: 100%;
  height: auto;
}

.real-screen figcaption {
  background: #09221a;
}

.real-screen figcaption strong,
.showcase-frame figcaption strong {
  color: #fff;
}

.dashboard-real img,
.map-real img,
.branch-real img {
  aspect-ratio: auto;
  object-fit: contain;
  object-position: center top;
  background: #fff;
}

.budget-showcase img {
  max-height: 620px;
  object-fit: contain;
  object-position: center top;
  background: #f8fbf9;
}

.phone-showcase {
  max-width: 520px;
  margin-inline: auto;
  background: linear-gradient(180deg, #f7fbf8, #fff);
}

.phone-showcase img {
  max-height: 640px;
  object-fit: contain;
  background: #f8fbf9;
}

.phone-showcase figcaption,
.budget-showcase figcaption {
  background: linear-gradient(135deg, #09221a, #0c7b50);
}

.pricing-grid-wide {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.price-card-featured {
  border-color: rgba(36, 88, 211, .34);
  box-shadow: 0 24px 60px rgba(36, 88, 211, .14);
}

.price-card-featured .price-badge {
  background: #eaf1ff;
  color: var(--blue);
}

.price-note {
  min-height: 54px;
  color: var(--muted);
  font-weight: 700;
}

.learning-stack-preview {
  display: grid;
  gap: 16px;
}

.learning-stack-preview article {
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 20px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(8, 28, 20, .08);
}

.learning-stack-preview span {
  display: inline-flex;
  margin-bottom: 8px;
  border-radius: 999px;
  padding: 5px 10px;
  background: var(--green-3);
  color: var(--green);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.learning-stack-preview strong {
  display: block;
  font-size: 18px;
}

.learning-hero-page,
.social-hero {
  padding: 74px 0 64px;
  background: linear-gradient(180deg, #fff, #f4fbf7);
}

.learning-hero-grid,
.social-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, .72fr);
  gap: 46px;
  align-items: center;
}

.learning-hero-page h1,
.social-hero h1 {
  max-width: 880px;
  margin: 18px 0 18px;
  font-size: 58px;
  line-height: 1.02;
}

.learning-hero-page p,
.social-hero p {
  max-width: 820px;
  color: var(--muted);
  font-size: 18px;
}

.course-preview-polished {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  box-shadow: var(--shadow);
}

.course-preview-polished .course-media {
  display: grid;
  height: 210px;
  place-items: center;
  background:
    linear-gradient(135deg, rgba(17, 156, 58, .18), rgba(36, 88, 211, .16)),
    url("/smartcip_landing/static/src/img/menu_background.png");
  background-size: cover;
}

.course-media span {
  display: grid;
  width: 72px;
  height: 72px;
  place-items: center;
  border-radius: 999px;
  color: var(--green);
  background: #fff;
  font-size: 26px;
  box-shadow: 0 14px 36px rgba(8, 28, 20, .18);
}

.course-body {
  padding: 22px;
}

.course-body > span {
  color: var(--green);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.course-body strong {
  display: block;
  margin: 8px 0;
  font-size: 22px;
  line-height: 1.15;
}

.lesson-list {
  display: grid;
  gap: 8px;
  margin-top: 16px;
}

.lesson-list span {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 10px 12px;
  background: #f8fbf9;
  color: #203830;
  font-weight: 800;
}

.docs-areas {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.docs-areas article {
  min-height: 190px;
}

.docs-areas a {
  display: inline-flex;
  margin-top: 12px;
  color: var(--green);
  font-weight: 950;
}

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

.doc-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 16px 38px rgba(8, 28, 20, .08);
}

.doc-card img,
.doc-placeholder {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  background: linear-gradient(135deg, #e7f7ed, #eef4ff);
}

.doc-placeholder {
  display: grid;
  place-items: center;
  color: var(--green);
  font-weight: 950;
}

.doc-card > div {
  padding: 18px;
}

.doc-card span,
.post-category {
  color: var(--green);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.doc-card h2,
.blog-post-card h2 {
  margin: 8px 0 8px;
  font-size: 26px;
  line-height: 1.12;
}

.doc-card p,
.blog-post-card p {
  color: var(--muted);
  font-size: 15px;
}

.doc-card a {
  color: var(--green);
  font-weight: 950;
}

.composer-preview {
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 22px;
  background: #fff;
  box-shadow: var(--shadow);
}

.composer-top {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
}

.composer-top span {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border-radius: 10px;
  color: #fff;
  background: linear-gradient(135deg, var(--green), var(--blue));
  font-weight: 950;
}

.composer-box {
  min-height: 104px;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 14px;
  color: #76867f;
  background: #f8fbf9;
}

.composer-actions,
.social-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.composer-actions span,
.social-tabs span {
  border: 1px solid #cce5d6;
  border-radius: 999px;
  padding: 7px 11px;
  background: #fff;
  color: var(--green);
  font-size: 12px;
  font-weight: 950;
}

.social-section {
  background: #fff;
}

.social-tabs {
  margin: 0 0 26px;
}

.social-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 28px;
  align-items: start;
}

.social-feed {
  display: grid;
  gap: 18px;
}

.blog-post-card {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 18px;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 16px;
  background: #fff;
  box-shadow: 0 16px 38px rgba(8, 28, 20, .08);
}

.blog-post-card-featured {
  grid-template-columns: 300px minmax(0, 1fr);
}

.blog-post-card img,
.post-placeholder {
  width: 100%;
  aspect-ratio: 16 / 11;
  border-radius: 10px;
  object-fit: cover;
  background: linear-gradient(135deg, #e7f7ed, #eef4ff);
}

.post-placeholder {
  display: grid;
  place-items: center;
  color: var(--green);
  font-weight: 950;
}

.post-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 12px 0 14px;
  color: #6d7e76;
  font-size: 13px;
  font-weight: 800;
}

.blog-post-card form {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.social-sidebar {
  position: sticky;
  top: 96px;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 22px;
  background: #f8fbf9;
  box-shadow: 0 14px 34px rgba(8, 28, 20, .08);
}

.social-sidebar h2 {
  font-size: 24px;
}

.sidebar-list {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.sidebar-list span {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 10px 12px;
  background: #fff;
  font-weight: 800;
}

@media (max-width: 1120px) {
  .hero-clean .hero-grid,
  .learning-hero-grid,
  .social-hero-grid,
  .social-layout {
    grid-template-columns: 1fr;
  }

  .impact-grid,
  .module-homes,
  .docs-areas,
  .doc-grid,
  .pricing-grid-wide {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .social-sidebar {
    position: static;
  }
}

@media (max-width: 720px) {
  .hero-clean .hero-grid,
  .impact-grid,
  .module-homes,
  .docs-areas,
  .doc-grid,
  .pricing-grid-wide {
    grid-template-columns: 1fr;
  }

  .hero-screenshot {
    display: block;
  }

  .learning-hero-page h1,
  .social-hero h1 {
    font-size: 34px;
  }

  .blog-post-card,
  .blog-post-card-featured {
    grid-template-columns: 1fr;
  }
}

/* Layout containment and final SmartCIP landing refinements */
html,
body {
  overflow-x: hidden;
}

.container,
.hero-single,
.split,
.split > *,
.real-screen,
.showcase-frame,
.screen-crop {
  min-width: 0;
  max-width: 100%;
}

.section-kicker {
  width: max-content;
  max-width: 100%;
  justify-self: start;
}

.hero-clean .hero-single {
  display: block;
}

.hero-clean .hero-single .hero-content {
  max-width: 980px;
}

.hero-clean .hero-single h1 {
  max-width: 1040px;
}

.hero-clean .hero-single p {
  max-width: 780px;
}

.impact-header {
  max-width: 980px;
}

.impact-header h2 {
  max-width: 980px;
}

.impact-grid {
  grid-template-columns: repeat(5, minmax(150px, 1fr));
}

.impact-card {
  display: grid;
  gap: 12px;
  align-content: start;
  min-height: 190px;
}

.impact-card-top {
  display: flex;
  align-items: center;
  gap: 10px;
}

.impact-card-top span {
  margin: 0;
}

.impact-code {
  display: inline-flex !important;
  width: 42px;
  min-width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  color: #fff !important;
  background: linear-gradient(135deg, var(--green), var(--blue));
  font-size: 12px !important;
  font-weight: 950;
}

.impact-card strong {
  margin: 0;
}

.process-flow {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 34px 96px;
  margin: 42px 0 96px;
}

.process-flow::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 28px;
  bottom: -34px;
  width: 2px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--green), var(--blue));
  transform: translateX(-50%);
}

.process-flow article {
  position: relative;
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  min-height: 150px;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .96), rgba(248, 252, 250, .96)),
    #fff;
  box-shadow: 0 18px 44px rgba(8, 28, 20, .08);
}

.process-flow article:nth-child(odd) {
  grid-column: 1;
}

.process-flow article:nth-child(even) {
  grid-column: 2;
  transform: translateY(58px);
}

.process-flow article::before {
  content: "";
  position: absolute;
  top: 42px;
  width: 14px;
  height: 14px;
  border: 4px solid #fff;
  border-radius: 999px;
  background: var(--green);
  box-shadow: 0 0 0 2px rgba(17, 156, 58, .28);
  z-index: 2;
}

.process-flow article:nth-child(odd)::before {
  right: -55px;
}

.process-flow article:nth-child(even)::before {
  left: -55px;
  background: var(--blue);
}

.process-flow article::after {
  content: "";
  position: absolute;
  top: 47px;
  width: 46px;
  height: 14px;
  background: var(--green);
  clip-path: polygon(0 42%, calc(100% - 10px) 42%, calc(100% - 10px) 18%, 100% 50%, calc(100% - 10px) 82%, calc(100% - 10px) 58%, 0 58%);
  opacity: .9;
}

.process-flow article:nth-child(odd)::after {
  right: -48px;
}

.process-flow article:nth-child(even)::after {
  left: -48px;
  background: var(--blue);
  transform: scaleX(-1);
}

.process-flow article > span {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border-radius: 14px;
  color: var(--green);
  background: var(--green-3);
  font-weight: 950;
}

.process-flow article:nth-child(even) > span {
  color: var(--blue);
  background: #eaf1ff;
}

.process-flow h3 {
  margin: 0 0 8px;
  font-size: 22px;
}

.process-flow p {
  margin: 0;
  color: var(--muted);
  font-weight: 750;
}

.split {
  grid-template-columns: minmax(0, .94fr) minmax(0, 1.06fr);
  gap: clamp(28px, 4vw, 58px);
}

.split.reverse {
  grid-template-columns: minmax(0, 1.06fr) minmax(0, .94fr);
}

.visual-section,
.map-band,
.branch-section {
  overflow: hidden;
}

.real-screen,
.showcase-frame {
  display: grid;
  overflow: hidden;
}

.screen-crop {
  display: grid;
  place-items: center;
  overflow: hidden;
  width: 100%;
  background: linear-gradient(180deg, #f7fbf8, #eef6f1);
}

.screen-crop img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: none !important;
  object-fit: contain !important;
  object-position: center center !important;
}

.screen-crop-dashboard {
  aspect-ratio: 16 / 8.4;
  padding: 12px;
}

.screen-crop-budget {
  aspect-ratio: 4 / 3;
  padding: 12px;
}

.screen-crop-phone {
  aspect-ratio: 4 / 5.25;
  padding: 16px;
}

.screen-crop-map {
  aspect-ratio: 16 / 9.4;
  padding: 12px;
}

.screen-crop-branch {
  aspect-ratio: 16 / 8.8;
  padding: 12px;
}

.real-screen figcaption,
.showcase-frame figcaption,
.hero-screenshot figcaption {
  position: static !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  background: linear-gradient(135deg, #09221a, #0c7b50);
}

.real-screen figcaption strong,
.showcase-frame figcaption strong,
.real-screen figcaption span,
.showcase-frame figcaption span {
  color: #fff;
}

.dashboard-real,
.budget-showcase,
.map-real,
.branch-real {
  width: 100%;
}

.map-band .split {
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, .82fr);
}

.branch-section .split {
  grid-template-columns: minmax(320px, .78fr) minmax(0, 1.12fr);
}

.pricing-grid-wide {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
}

.pricing-grid-wide .price-card {
  display: flex;
  flex-direction: column;
}

.pricing-grid-wide .price-card .btn {
  margin-top: auto;
  align-self: start;
}

.pricing-grid-wide .roi-card {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(320px, 1fr);
  gap: 18px 28px;
  align-items: stretch;
}

.pricing-grid-wide .roi-card > .section-kicker,
.pricing-grid-wide .roi-card > h3 {
  grid-column: 1 / -1;
}

.pricing-grid-wide .roi-form {
  margin-top: 0;
}

.pricing-grid-wide .roi-result {
  display: grid;
  align-content: center;
  min-height: 100%;
  margin-top: 0;
}

@media (max-width: 1120px) {
  .impact-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .process-flow,
  .split,
  .split.reverse,
  .map-band .split,
  .branch-section .split,
  .pricing-grid-wide,
  .pricing-grid-wide .roi-card {
    grid-template-columns: 1fr;
  }

  .process-flow {
    gap: 18px;
    margin-bottom: 42px;
  }

  .process-flow::before,
  .process-flow article::before,
  .process-flow article::after {
    display: none;
  }

  .process-flow article,
  .process-flow article:nth-child(odd),
  .process-flow article:nth-child(even) {
    grid-column: auto;
    transform: none;
  }

  .screen-crop-dashboard,
  .screen-crop-map,
  .screen-crop-branch {
    aspect-ratio: 16 / 10;
  }
}

@media (max-width: 720px) {
  .hero-clean .hero-single h1,
  .impact-header h2 {
    font-size: 40px;
  }

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

  .process-flow article {
    grid-template-columns: 50px minmax(0, 1fr);
    padding: 18px;
  }

  .process-flow article > span {
    width: 50px;
    height: 50px;
  }

  .screen-crop-dashboard,
  .screen-crop-budget,
  .screen-crop-map,
  .screen-crop-branch {
    aspect-ratio: 4 / 3;
    padding: 8px;
  }

  .pricing-grid-wide .roi-form {
    grid-template-columns: 1fr;
  }
}

/* SmartCIP social, academy and ROI refinements */
.screen-crop-budget {
  aspect-ratio: 16 / 9.6;
}

.budget-showcase .screen-crop {
  background: #eaf0ed;
}

.roi-result-metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 14px 0;
}

.roi-result-metrics b {
  display: grid;
  gap: 4px;
  border: 1px solid #dce8e2;
  border-radius: 8px;
  padding: 12px;
  background: #fff;
  font-weight: 800;
}

.roi-result-metrics em {
  color: var(--blue);
  font-size: 24px;
  font-style: normal;
  font-weight: 950;
  line-height: 1;
}

.roi-result-metrics small {
  color: var(--muted);
  font-size: 12px;
}

.social-composer-preview {
  display: grid;
  gap: 16px;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 22px;
  background: #fff;
  box-shadow: var(--shadow);
}

.social-composer-preview .composer-top {
  margin-bottom: 0;
}

.composer-top div {
  display: grid;
  gap: 2px;
}

.composer-top small {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.social-composer-preview .composer-box {
  display: grid;
  gap: 8px;
  min-height: 126px;
  align-content: start;
  border-style: dashed;
  background: #f7fbf8;
}

.social-composer-preview .composer-box b {
  color: var(--ink);
  font-size: 17px;
}

.social-composer-preview .composer-box p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
}

.composer-stats {
  display: grid;
  gap: 8px;
  border-radius: 10px;
  padding: 14px;
  color: #fff;
  background: linear-gradient(135deg, #09221a, #0c7b50);
}

.composer-stats b {
  font-size: 18px;
}

.composer-stats span {
  color: rgba(255, 255, 255, .82);
  font-size: 13px;
  font-weight: 800;
}

.feed-composer-inline {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 16px;
  background: #f8fbf9;
  box-shadow: 0 12px 28px rgba(8, 28, 20, .06);
}

.feed-composer-inline > span {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 10px;
  color: #fff;
  background: linear-gradient(135deg, var(--green), var(--blue));
  font-weight: 950;
}

.feed-composer-inline strong {
  display: block;
  margin-bottom: 2px;
}

.feed-composer-inline p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.post-reaction-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 14px;
}

.post-reaction-row span {
  border: 1px solid #dce8e2;
  border-radius: 999px;
  padding: 6px 10px;
  color: #3f554d;
  background: #f8fbf9;
  font-size: 12px;
  font-weight: 900;
}

.academy-preview {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  box-shadow: var(--shadow);
}

.academy-progress {
  height: 10px;
  overflow: hidden;
  border-radius: 999px;
  margin: 16px 0;
  background: #e2ebe6;
}

.academy-progress i {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--green), var(--blue));
}

.academy-preview .lesson-list span {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
}

.academy-preview .lesson-list b {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 8px;
  color: var(--green);
  background: var(--green-3);
  font-size: 12px;
}

.academy-preview .lesson-list em {
  color: var(--muted);
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
}

.academy-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 0 0 24px;
}

.academy-strip article {
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 18px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(8, 28, 20, .06);
}

.academy-strip strong {
  display: block;
  color: var(--green);
  font-size: 18px;
}

.academy-strip span {
  color: var(--muted);
  font-weight: 800;
}

@media (max-width: 820px) {
  .roi-result-metrics,
  .feed-composer-inline,
  .academy-strip {
    grid-template-columns: 1fr;
  }

  .feed-composer-inline .btn {
    width: 100%;
  }

  .academy-preview .lesson-list span {
    grid-template-columns: 34px minmax(0, 1fr);
  }

  .academy-preview .lesson-list em {
    grid-column: 2;
  }
}
