.cloudcost-page {
  background: #fff;
}

.cc-hero {
  background:
    radial-gradient(circle at 78% 38%, rgba(71, 213, 208, .16), transparent 28%),
    linear-gradient(135deg, #07111f 0%, #10213a 58%, #07111f 100%);
}

.cc-product-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: var(--white);
  background: linear-gradient(135deg, var(--blue), var(--cyan));
  border-radius: 11px;
  box-shadow: 0 9px 25px rgba(71, 213, 208, .2);
}

.cc-product-mark svg {
  width: 25px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.cc-product-mark.large {
  width: 56px;
  height: 56px;
  margin: 0 auto 23px;
  background: rgba(255, 255, 255, .14);
  border: 1px solid rgba(255, 255, 255, .22);
  box-shadow: none;
}

.cc-dashboard {
  padding: 24px;
  color: var(--ink);
  background: #f5f7fa;
  border: 5px solid #21354d;
  border-radius: 18px;
  box-shadow: 0 40px 100px rgba(0, 0, 0, .4);
  transform: perspective(1200px) rotateY(-4deg);
}

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

.cc-dashboard-head span {
  display: block;
  color: #8794a3;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.cc-dashboard-head strong {
  display: block;
  margin-top: 4px;
  font: 700 17px var(--font-display);
}

.cc-dashboard-head i {
  padding: 6px 9px;
  color: #13736f;
  background: #e3f8f5;
  border-radius: 999px;
  font-size: 8px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: .8px;
}

.cc-savings-card,
.cc-kpi-grid > div,
.cc-action-stack > div,
.cc-safe-panel {
  background: var(--white);
  border: 1px solid #e3e9ee;
  border-radius: 12px;
}

.cc-savings-card {
  padding: 20px;
}

.cc-savings-card span {
  color: #6f7e8f;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .8px;
  text-transform: uppercase;
}

.cc-savings-card strong {
  display: block;
  margin: 9px 0 14px;
  font: 800 46px/.9 var(--font-display);
  letter-spacing: -3px;
}

.cc-savings-track {
  height: 10px;
  overflow: hidden;
  background: #e8edf2;
  border-radius: 999px;
}

.cc-savings-track span {
  display: block;
  width: 68%;
  height: 100%;
  background: linear-gradient(90deg, var(--blue), var(--cyan));
  border-radius: inherit;
}

.cc-savings-card small {
  display: block;
  margin-top: 12px;
  color: #7b8998;
  font-size: 10px;
}

.cc-kpi-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin: 10px 0;
}

.cc-kpi-grid > div {
  padding: 14px;
}

.cc-kpi-grid strong {
  display: block;
  font: 800 26px/.9 var(--font-display);
}

.cc-kpi-grid span {
  display: block;
  margin-top: 5px;
  color: #7b8998;
  font-size: 9px;
}

.cc-action-stack {
  display: grid;
  gap: 9px;
}

.cc-action-stack > div {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 11px;
  padding: 13px;
}

.cc-action-stack b {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  color: var(--blue);
  background: #edf3ff;
  border-radius: 8px;
  font-size: 9px;
}

.cc-action-stack p {
  margin: 0;
  color: var(--ink);
  font-size: 11px;
  font-weight: 700;
}

.cc-action-stack span {
  display: block;
  margin-top: 2px;
  color: #8190a0;
  font-size: 9px;
  font-weight: 500;
}

.cc-safe-panel {
  padding: 28px;
  box-shadow: 0 28px 70px rgba(6, 18, 34, .15);
}

.cc-safe-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 18px;
  border-bottom: 1px solid #e3e9ee;
}

.cc-safe-title span {
  color: #8794a3;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.cc-safe-title i {
  padding: 6px 9px;
  color: #14766f;
  background: #e6f8f5;
  border-radius: 999px;
  font-size: 8px;
  font-style: normal;
  font-weight: 800;
}

.cc-safe-main {
  padding: 22px 0 16px;
}

.cc-safe-main strong {
  display: block;
  font: 800 25px/1.1 var(--font-display);
  letter-spacing: -1px;
}

.cc-safe-main p {
  margin: 10px 0 0;
  color: var(--ink-soft);
  font-size: 13px;
}

.cc-bill-card .aw-manual-stack div:first-child {
  transform: rotate(-3deg) translateX(12px);
}

.cc-final {
  background:
    radial-gradient(circle at 80% 30%, rgba(71, 213, 208, .18), transparent 28%),
    var(--blue);
}

@media (max-width: 780px) {
  .cc-dashboard {
    transform: none;
  }

  .cc-kpi-grid {
    grid-template-columns: 1fr;
  }

  .cc-safe-title {
    align-items: flex-start;
    flex-direction: column;
  }
}
