/* ========= INFORMATION ============================
	- document:  WP Coder!
	- author:    Dmytro Lobov 
	- url:       https://wow-estore.com/
==================================================== */
#c3dPlatformPage,
#c3dPlatformPage * { box-sizing: border-box; }

#c3dPlatformPage {
  --c3dp-ink: #102033;
  --c3dp-muted: #5f716a;
  --c3dp-green: #00b85a;
  --c3dp-green-dark: #007f3e;
  --c3dp-mint: #effaf4;
  --c3dp-line: #dce8e2;
  overflow: hidden;
  color: var(--c3dp-ink);
  background: #fff;
  font: 16px/1.55 Inter, Arial, Helvetica, sans-serif;
}

#c3dPlatformPage a { color: inherit; text-decoration: none; }
#c3dPlatformPage button { font: inherit; }
#c3dPlatformPage [hidden] { display: none !important; }
#c3dPlatformPage h1,
#c3dPlatformPage h2,
#c3dPlatformPage p { margin-top: 0; }

#c3dPlatformPage h1,
#c3dPlatformPage h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: -.035em;
}

#c3dPlatformPage .c3dp-shell {
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto;
}

#c3dPlatformPage .c3dp-hero {
  padding: 76px 0 86px;
  background:
    radial-gradient(circle at 8% 10%, rgba(0,184,90,.16), transparent 32%),
    linear-gradient(135deg, #effcf5, #fff 66%);
}

#c3dPlatformPage .c3dp-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(480px, 1.05fr);
  align-items: center;
  gap: 72px;
}

#c3dPlatformPage .c3dp-hero h1 {
  margin-bottom: 24px;
  font-size: clamp(43px, 5.3vw, 68px);
  line-height: 1.02;
}

#c3dPlatformPage .c3dp-hero h1 em {
  color: var(--c3dp-green);
  font-style: normal;
}

#c3dPlatformPage .c3dp-hero-copy > p {
  max-width: 540px;
  margin-bottom: 0;
  color: var(--c3dp-muted);
  font-size: 18px;
}

#c3dPlatformPage .c3dp-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

#c3dPlatformPage .c3dp-btn {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border: 1px solid transparent;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 800;
  transition: transform .2s ease, border-color .2s ease;
}

#c3dPlatformPage .c3dp-btn:hover { transform: translateY(-2px); }
#c3dPlatformPage .c3dp-btn-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--c3dp-green-dark), var(--c3dp-green));
  box-shadow: 0 12px 28px rgba(0,127,62,.18);
}
#c3dPlatformPage .c3dp-btn-secondary {
  color: var(--c3dp-green-dark);
  border-color: rgba(0,127,62,.24);
  background: #fff;
}

#c3dPlatformPage .c3dp-honeycomb {
  position: relative;
  width: 100%;
  max-width: 540px;
  aspect-ratio: 1/1;
  margin: 0 auto;
}

#c3dPlatformPage .c3dp-hex {
  position: absolute;
  width: 32%;
  aspect-ratio: 1/1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  padding: 10px;
  border: 0;
  clip-path: polygon(50% 0, 93% 25%, 93% 75%, 50% 100%, 7% 75%, 7% 25%);
  color: var(--c3dp-ink);
  background: var(--c3dp-green);
  cursor: pointer;
  filter: drop-shadow(0 10px 13px rgba(0,83,43,.1));
  transition: transform .18s ease, filter .18s ease;
}

#c3dPlatformPage .c3dp-hex::before {
  content: "";
  position: absolute;
  inset: 5px;
  clip-path: inherit;
  background: #fff;
  transition: background .18s ease;
}

#c3dPlatformPage .c3dp-hex > * { position: relative; z-index: 1; }
#c3dPlatformPage .c3dp-hex:hover { transform: scale(1.035); filter: drop-shadow(0 15px 16px rgba(0,83,43,.16)); }
#c3dPlatformPage .c3dp-hex.is-active { z-index: 5; transform: scale(1.055); }
#c3dPlatformPage .c3dp-hex.is-active::before { background: #eafff3; }

#c3dPlatformPage .c3dp-pos-planning { left: 17%; top: 0; }
#c3dPlatformPage .c3dp-pos-kpi { left: 51%; top: 0; }
#c3dPlatformPage .c3dp-pos-budget { left: 68%; top: 32%; }
#c3dPlatformPage .c3dp-pos-field { left: 51%; top: 64%; }
#c3dPlatformPage .c3dp-pos-paq { left: 17%; top: 64%; }
#c3dPlatformPage .c3dp-pos-dashboard { left: 0; top: 32%; }
#c3dPlatformPage .c3dp-pos-alerts { left: 34%; top: 32%; }

#c3dPlatformPage .c3dp-hex-title {
  font-size: clamp(8px, 1vw, 12px);
  font-weight: 900;
  letter-spacing: .02em;
  text-align: center;
  text-transform: uppercase;
}

#c3dPlatformPage .c3dp-hex-value {
  margin-top: 4px;
  color: var(--c3dp-green-dark);
  font-size: clamp(13px, 1.7vw, 21px);
  font-weight: 900;
}

#c3dPlatformPage .c3dp-hex small {
  color: var(--c3dp-muted);
  font-size: clamp(7px, .8vw, 10px);
}

#c3dPlatformPage .c3dp-alert-count {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  margin-top: 3px;
  border-radius: 50%;
  color: #fff;
  background: var(--c3dp-green);
  font-weight: 900;
}

#c3dPlatformPage .c3dp-mini-bars {
  width: 65%;
  height: 30px;
  display: block;
  margin-top: 5px;
}
#c3dPlatformPage .c3dp-mini-bars i {
  height: 5px;
  display: block;
  margin: 3px 0;
  border-radius: 5px;
  background: var(--c3dp-green);
}
#c3dPlatformPage .c3dp-mini-bars i:nth-child(1) { width: 50%; }
#c3dPlatformPage .c3dp-mini-bars i:nth-child(2) { width: 72%; margin-left: 18%; }
#c3dPlatformPage .c3dp-mini-bars i:nth-child(3) { width: 58%; margin-left: 42%; }

#c3dPlatformPage .c3dp-feature-section {
  scroll-margin-top: 25px;
  padding: 90px 0;
  background: #fff;
}

#c3dPlatformPage .c3dp-feature-panel {
  min-height: 430px;
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  align-items: stretch;
  overflow: hidden;
  border: 1px solid var(--c3dp-line);
  border-radius: 22px;
  background: var(--c3dp-mint);
  box-shadow: 0 24px 65px rgba(16,32,51,.09);
}

#c3dPlatformPage .c3dp-feature-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 54px;
}

#c3dPlatformPage .c3dp-feature-label {
  margin-bottom: 14px;
  color: var(--c3dp-green-dark);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

#c3dPlatformPage .c3dp-feature-copy h2 {
  margin-bottom: 30px;
  font-size: clamp(32px, 4vw, 50px);
  line-height: 1.08;
}

#c3dPlatformPage .c3dp-feature-facts {
  display: grid;
  gap: 18px;
}

#c3dPlatformPage .c3dp-feature-facts p {
  margin: 0;
  color: var(--c3dp-muted);
  font-size: 14px;
}

#c3dPlatformPage .c3dp-feature-facts strong {
  display: block;
  margin-bottom: 4px;
  color: var(--c3dp-ink);
  font-size: 12px;
  text-transform: uppercase;
}

#c3dPlatformPage .c3dp-visual,
#c3dPlatformPage .c3dp-photo-visual {
  min-height: 430px;
  margin: 0;
  background: #fff;
}

#c3dPlatformPage .c3dp-photo-visual img {
  width: 100%;
  height: 100%;
  min-height: 430px;
  display: block;
  object-fit: cover;
}

#c3dPlatformPage .c3dp-photo-contain img { object-fit: contain; padding: 45px; }

#c3dPlatformPage .c3dp-planning-visual {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  align-content: start;
  gap: 0;
  padding: 70px 42px;
  background-image: repeating-linear-gradient(90deg, transparent 0, transparent calc(20% - 1px), #e5eee9 calc(20% - 1px), #e5eee9 20%);
}

#c3dPlatformPage .c3dp-planning-visual > span {
  color: var(--c3dp-muted);
  font-size: 11px;
}

#c3dPlatformPage .c3dp-planning-visual > i {
  position: absolute;
  top: var(--top);
  left: var(--start);
  width: var(--width);
  height: 13px;
  border-radius: 8px;
  background: linear-gradient(90deg, var(--c3dp-green), #20b2d1);
}

#c3dPlatformPage .c3dp-kpi-visual {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 55px;
}
#c3dPlatformPage .c3dp-kpi-visual > strong {
  color: var(--c3dp-green-dark);
  font-size: 52px;
  line-height: 1;
}
#c3dPlatformPage .c3dp-kpi-visual > small { margin-top: 7px; color: var(--c3dp-muted); }
#c3dPlatformPage .c3dp-kpi-visual svg { width: 100%; margin-top: 42px; overflow: visible; }
#c3dPlatformPage .c3dp-kpi-visual polyline {
  fill: none;
  stroke: var(--c3dp-green);
  stroke-width: 8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

#c3dPlatformPage .c3dp-budget-visual {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 45px;
  padding: 45px;
}
#c3dPlatformPage .c3dp-donut {
  width: 150px;
  height: 150px;
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  background: conic-gradient(var(--c3dp-green) 0 68%, #dce8e2 68% 100%);
}
#c3dPlatformPage .c3dp-donut::before {
  content: "";
  width: 105px;
  height: 105px;
  grid-area: 1/1;
  border-radius: 50%;
  background: #fff;
}
#c3dPlatformPage .c3dp-donut strong { z-index: 1; grid-area: 1/1; font-size: 28px; }
#c3dPlatformPage .c3dp-budget-visual p { margin: 18px 0; }
#c3dPlatformPage .c3dp-budget-visual span,
#c3dPlatformPage .c3dp-budget-visual b { display: block; }
#c3dPlatformPage .c3dp-budget-visual span { color: var(--c3dp-muted); font-size: 11px; }
#c3dPlatformPage .c3dp-budget-visual b { margin-top: 3px; color: var(--c3dp-green-dark); font-size: 15px; }

#c3dPlatformPage .c3dp-alerts-visual {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
  padding: 45px;
}
#c3dPlatformPage .c3dp-alerts-visual p {
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 0;
  padding: 18px;
  border: 1px solid var(--c3dp-line);
  border-radius: 12px;
  background: #fff;
}
#c3dPlatformPage .c3dp-alerts-visual i {
  width: 36px;
  height: 36px;
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--c3dp-green);
  font-style: normal;
  font-weight: 900;
}
#c3dPlatformPage .c3dp-alerts-visual span,
#c3dPlatformPage .c3dp-alerts-visual strong,
#c3dPlatformPage .c3dp-alerts-visual small { display: block; }
#c3dPlatformPage .c3dp-alerts-visual small { margin-top: 3px; color: var(--c3dp-muted); }

#c3dPlatformPage .c3dp-final { padding: 0 0 90px; }
#c3dPlatformPage .c3dp-final-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
  padding: 42px 48px;
  border-radius: 20px;
  background: var(--c3dp-ink);
}
#c3dPlatformPage .c3dp-final h2 {
  max-width: 650px;
  margin: 0;
  color: #fff;
  font-size: clamp(29px, 3.8vw, 45px);
  line-height: 1.08;
}

#c3dPlatformPage button:focus-visible,
#c3dPlatformPage a:focus-visible {
  outline: 3px solid rgba(0,184,90,.42);
  outline-offset: 4px;
}

@media (max-width: 1000px) {
  #c3dPlatformPage .c3dp-hero-grid { grid-template-columns: 1fr; gap: 50px; }
  #c3dPlatformPage .c3dp-honeycomb { max-width: 560px; }
  #c3dPlatformPage .c3dp-feature-panel { grid-template-columns: 1fr; }
  #c3dPlatformPage .c3dp-feature-copy { min-height: 360px; }
  #c3dPlatformPage .c3dp-final-card { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 700px) {
  #c3dPlatformPage .c3dp-shell { width: min(100% - 28px, 1160px); }
  #c3dPlatformPage .c3dp-hero { padding: 62px 0 68px; }
  #c3dPlatformPage .c3dp-hero h1 { font-size: clamp(39px, 12vw, 56px); }
  #c3dPlatformPage .c3dp-feature-section { padding: 65px 0; }
  #c3dPlatformPage .c3dp-feature-copy { min-height: 0; padding: 34px 25px; }
  #c3dPlatformPage .c3dp-feature-copy h2 { margin-bottom: 24px; }
  #c3dPlatformPage .c3dp-visual,
  #c3dPlatformPage .c3dp-photo-visual,
  #c3dPlatformPage .c3dp-photo-visual img { min-height: 300px; }
  #c3dPlatformPage .c3dp-budget-visual { flex-direction: column; gap: 15px; }
  #c3dPlatformPage .c3dp-alerts-visual { padding: 24px; }
  #c3dPlatformPage .c3dp-photo-contain img { padding: 25px; }
  #c3dPlatformPage .c3dp-final-card { padding: 32px 24px; }
  #c3dPlatformPage .c3dp-final-card .c3dp-btn { width: 100%; }
}

@media (max-width: 440px) {
  #c3dPlatformPage .c3dp-actions,
  #c3dPlatformPage .c3dp-actions .c3dp-btn { width: 100%; }
  #c3dPlatformPage .c3dp-hex { padding: 6px; }
  #c3dPlatformPage .c3dp-hex-title { font-size: 7px; }
  #c3dPlatformPage .c3dp-hex small { font-size: 6px; }
  #c3dPlatformPage .c3dp-alert-count { width: 25px; height: 25px; font-size: 11px; }
  #c3dPlatformPage .c3dp-mini-bars { height: 22px; }
}
