@charset "UTF-8";
:export {
  primaryMidnight500: #1A1A1A;
  primaryWhite100: #FAF6EF;
  primaryGray500: #003366;
  primaryAmber400: #E6C47C;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins/Poppins-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins/Poppins-ThinItalic.ttf") format("truetype");
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins/Poppins-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins/Poppins-ExtraLightItalic.ttf") format("truetype");
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins/Poppins-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins/Poppins-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins/Poppins-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins/Poppins-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins/Poppins-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins/Poppins-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins/Poppins-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins/Poppins-SemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins/Poppins-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins/Poppins-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins/Poppins-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins/Poppins-ExtraBoldItalic.ttf") format("truetype");
  font-weight: 800;
  font-style: italic;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins/Poppins-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins/Poppins-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
}
/**
 * Use opacity + slight upward motion on load (opacity: 0 → 1; translateY(10px → 0))
 */
/**
 * Creates a short underline animation (width: 0 → 40px)
 * Adds a subtle gold motion cue under headings
 */
/*
 * Adds a subtle underline animation on hover for editorial links
 * Inspired by underline motif from “Technology” heading
 */
.cmp-generate-output__section {
  background: #FFFCF8;
  padding: 45px 0;
}

.cmp-generate-output__container {
  max-width: 1200px;
  margin: 0 auto;
  width: auto;
  padding-left: 16px;
  padding-right: 16px;
  box-sizing: border-box;
}

.cmp-generate-output__heading {
  text-align: center;
  margin-bottom: 54px;
}

.cmp-generate-output__heading h2 {
  margin: 0 0 8px;
  font-size: 1.8rem;
  font-weight: 600;
}

.cmp-generate-output__heading p {
  margin: 0;
  font-size: 0.95rem;
  color: #666666;
}

.cmp-generate-output__grid {
  display: grid;
  gap: 34px;
  grid-template-columns: repeat(3, 1fr);
}

.cmp-generate-output__card {
  background: white;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 8px;
  padding: 28px 26px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.06);
}

.cmp-generate-output__card-head {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}

.cmp-generate-output__card-graph {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.cmp-generate-output__card-graph img {
  width: 54px;
  height: auto;
  display: block;
  object-fit: contain;
}

.cmp-generate-output__card-title {
  font-size: 1.05rem;
  font-weight: 600;
}

.cmp-generate-output__card-body {
  font-size: 0.92rem;
  color: #666666;
  line-height: 1.45;
}

.cmp-generate-output__cta-wrapper {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 45px;
  gap: 8px;
}

.cmp-generate-output__cta {
  padding: 12px 24px;
  background: #001a33;
  color: white;
  font-size: 0.9rem;
  font-weight: 500;
  text-decoration: none;
  border-radius: 4px;
  display: inline-block;
}

.cmp-generate-output__desc {
  margin: 0;
  font-size: 0.8rem;
  color: #666666;
}
/*# sourceMappingURL=generate-output.min.css.map */
