@font-face {
  font-family: "Parafina Trial";
  src: url("../fonts/ParafinaTrial-MediumM-BF66bd7815e8bdd.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Parafina Trial";
  src: url("../fonts/ParafinaTrial-BoldM-BF66bd78159f077.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-VariableFont_opsz,wght.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

/* ==========================
   RESET
========================== */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.ceartas-case-study-wrapper img {
  display: block;
  width: 100%;
  height: auto;
}

body {
  font-family: "Parafina Trial", sans-serif;
  background: #ffffff;
}

/* ==========================
   HERO BANNER
========================== */

.ceartas-hero-banner {
  padding: 0 30px;
}

.ceartas-hero-banner .hero-banner__inner {
  max-width: 1820px;
  margin: 0 auto;

  background: linear-gradient(180deg, #ff1ba3 0%, #ff71c4 50%, #ffc6e5 100%);

  border-radius: 34px;

  padding-top: 60px;

  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;

  overflow: hidden;
}

/* ==========================
   LOGO
========================== */

.ceartas-hero-banner .hero-banner__logo {
  width: 206px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ceartas-hero-banner .hero-banner__logo img {
  max-height: 40px;
  object-fit: contain;
}

/* ==========================
   CONTENT
========================== */

.ceartas-hero-banner .hero-banner__content {
  max-width: 1553px;
  text-align: center;
}

/* ==========================
   IMAGE
========================== */

.ceartas-hero-banner .hero-banner__image {
  width: 100%;
  max-width: 1314px;
}

.ceartas-hero-banner .hero-banner__image img {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;

  display: block;
}

/* ==========================
   RESPONSIVE
========================== */

@media (max-width: 1366px) {
  .ceartas-hero-banner .hero-banner__image {
    max-width: 900px;
  }
}

@media (max-width: 1024px) {
  .ceartas-hero-banner .hero-banner {
    padding: 20px;
  }

  .ceartas-hero-banner .hero-banner__inner {
    padding-top: 45px;
    gap: 30px;
  }

  .ceartas-hero-banner .hero-banner__logo {
    width: 170px;
  }

  .ceartas-hero-banner .hero-banner__image {
    max-width: 700px;
  }

  .case-study-overview__heading,
  .overview-description p {
    margin-bottom: 20px !important;
  }
}

@media (max-width: 767px) {
  .ceartas-hero-banner {
    padding: 0 20px;
  }

  .ceartas-hero-banner .hero-banner__inner {
    border-radius: 20px;
    padding: 35px 20px 0;
    gap: 30px;
  }

  .ceartas-hero-banner .hero-banner__logo {
    width: 140px;
    height: auto;
  }

  .ceartas-hero-banner .hero-banner__image {
    width: 100%;
  }
}

/* ======================================
   OVERVIEW SECTION
====================================== */

.case-study-overview {
  padding: 100px 0;
}

.case-study-overview .container {
  max-width: 1820px;
  margin: 0 auto;
  padding: 0 60px;
}

/* ===================
   HEADING
=================== */

.case-study-overview__heading {
  margin-bottom: 40px;
}

.case-study-overview__heading h1 {
  max-width: 1553px;

  font-family: "Parafina Trial", sans-serif;
  font-size: 70px;
  line-height: 80px;
  font-weight: 500;

  color: #000;
  text-transform: uppercase;
}

.case-study-overview__heading h1 span {
  font-weight: 700;
}

span.new-line {
  display: block;
}

/* ===================
   CONTENT ROW
=================== */
/* ===================
   LEFT TEXT
=================== */

.overview-description {
  flex: 0 0 58%;
  max-width: 1270px;
}

.overview-description p {
  font-family: "Parafina Trial", sans-serif;
  font-weight: 500;
  font-size: 50px;
  line-height: 60px;
  color: #000;
  margin-bottom: 40px;
}

.overview-description p a {
  text-decoration: underline;
  text-decoration-thickness: 4px;
  text-underline-offset: 4px;
  color: #0c8ce9;
}

.overview-description .underline {
  color: #2684ff;
  text-decoration: underline;
}

.overview-description .highlight {
  color: #ff1ba3;
  font-weight: 700;
}

/* ===================
   RIGHT TEXT
=================== */

.overview-meta {
  flex: 0 0 35%;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

.overview-meta p {
  max-width: 1200px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 26px;
  line-height: 40px;
  color: #666;
}

.overview-meta p span {
  color: #ff1ba3;
  font-weight: 700;
}

@media (max-width: 1366px) {
  .case-study-overview__heading h1 {
    font-size: 60px;
    line-height: 70px;
  }

  .case-study-overview {
    padding: 80px 0;
  }

  .case-study-overview__heading h2 {
    font-size: 55px;
    line-height: 65px;
  }

  .overview-description p {
    font-size: 38px;
    line-height: 48px;
  }

  .overview-meta p {
    font-size: 22px;
    line-height: 34px;
  }
}

@media (max-width: 1024px) {
  .case-study-overview__heading h1 span.new-line {
    display: none;
  }

  .case-study-overview__heading h1 {
    font-size: 56px;
    line-height: 66px;
  }

  .case-study-overview {
    padding: 60px 0;
  }

  .overview-description,
  .overview-meta {
    max-width: 100%;
    flex: 0 0 100%;
  }

  .overview-meta {
    justify-content: flex-start;
  }

  .overview-meta p {
    max-width: 100%;
    text-align: left;
  }
}

@media (max-width: 767px) {
  .case-study-overview__heading h1 {
    font-size: 36px;
    line-height: 46px;
  }

  .case-study-overview {
    padding: 40px 0;
  }

  .case-study-overview .container {
    padding: 0 20px;
  }

  .case-study-overview__heading h2 {
    font-size: 32px;
    line-height: 42px;
  }

  .overview-description p {
    font-size: 24px;
    line-height: 34px;
  }

  .overview-description p a {
    text-decoration-thickness: 2px;
  }

  .overview-meta p {
    font-size: 18px;
    line-height: 30px;
  }
}

/* ==================================
   KEY TAKEAWAYS
================================== */

.key-takeaways {
  padding: 0 50px;
}

.key-takeaways .container {
  max-width: 1820px;
  margin: 0 auto;

  background: #000;
  border: 1px solid #eaecf4;
  border-radius: 24px;

  padding: 60px 80px 0 80px;
}

/* ========================
   TITLE
======================== */

.key-takeaways .section-title {
  margin-bottom: 40px;

  color: #fff;

  font-family: "Parafina Trial", sans-serif;
  font-weight: 700;
  font-size: 60px;
  line-height: 70px;

  text-transform: uppercase;
  text-align: center;
}

/* ========================
   GRID
======================== */

.takeaways-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  overflow: hidden;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
}

/* ========================
   CARD
======================== */

.takeaway-card {
  padding: 40px;
  min-height: 380px;

  display: flex;
  align-items: flex-start;
}

.takeaway-card p {
  color: #fff;

  font-family: "Parafina Trial", sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 1.3;
}

/* ========================
   COLORS
======================== */

.takeaway-card.pink {
  background: #ff1ba3;
}

.takeaway-card.yellow {
  background: #ffb200;
}

.takeaway-card.blue {
  background: #7fb4ff;
}

/* screenshot shows dark text on yellow */
.takeaway-card.yellow p {
  color: #ffffff;
}

@media (max-width: 1366px) {
  .key-takeaways .container {
    padding: 50px 40px 0 40px;
  }

  .takeaway-card {
    padding: 30px;
  }

  .takeaway-card p {
    font-size: 30px;
  }
}

@media (max-width: 1024px) {
  .key-takeaways .section-title {
    margin-bottom: 32px;
  }

  .key-takeaways .container {
    padding: 40px 30px 0 30px;
  }

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

  .takeaway-card {
    min-height: 300px;
  }
}

@media (max-width: 767px) {
  .key-takeaways {
    padding: 0 20px;
  }

  .key-takeaways .section-title {
    margin-bottom: 20px;
  }

  .key-takeaways .container {
    padding: 40px 20px 0 20px;
  }

  .key-takeaways .section-title {
    font-size: 32px;
    line-height: 42px;
  }

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

  .takeaway-card {
    min-height: auto;
    padding: 30px;
  }

  .takeaway-card p {
    font-size: 24px;
    line-height: 1.4;
  }
}

.at-glance {
  padding: 100px 50px;
}

.at-glance .container {
  max-width: 1620px;
  margin: 0 auto;
}

/* =========================
   TITLE
========================= */

.at-glance__title {
  margin-bottom: 40px;

  font-family: "Parafina Trial", sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 1;

  text-transform: uppercase;
  color: #000;
}

/* =========================
   TABLE
========================= */

.glance-row {
  display: flex;
  align-items: center;
  padding: 30px 0;
  border-bottom: 1px solid #e9eaeb;
}

.glance-row:has(.founder-wrapper),
.glance-row:has(.tech-stack) {
  padding: 20px 0;
}

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

.glance-label {
  width: 400px;

  font-family: "Inter", sans-serif;
  font-size: 22px;
  font-weight: 400;
}

.glance-value {
  width: calc(100% - 400px);

  font-family: "Parafina Trial", sans-serif;
  font-size: 20px;
  font-weight: 700;

  color: #000;
}

.glance-value small {
  font-weight: 400;
  font-size: 20px;
}

/* =========================
   FOUNDERS
========================= */

.founder-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.founder-badge {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 48px;
  padding: 2px 20px 2px 2px;
  border-radius: 100px;
  border: 1px solid #fff;
  background: rgba(127, 180, 255, 0.1);
}

.founder-badge img {
  width: 42px;
  height: 42px;

  border-radius: 50%;
  object-fit: cover;
}

.founder-badge span {
  font-family: "Parafina Trial", sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.founder-badge strong {
  font-weight: 700;
}

/* =========================
   STACK TAGS
========================= */

.tech-stack {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.tech-stack span {
  padding: 10px 20px;

  border-radius: 50px;

  color: #ff1ba3;

  background: rgba(255, 27, 163, 0.05);

  border: 1px solid #fff;

  font-family: "Parafina Trial", sans-serif;
  font-size: 20px;
  font-weight: 700;
}

/* =========================
   STATS
========================= */

.glance-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);

  gap: 20px;

  margin-top: 40px;
}

.stat-card {
  padding: 40px;

  border-radius: 34px;

  text-align: center;
}

.stat-card h3,
.stat-card .stat-card-number {
  color: #fff;

  font-family: "Parafina Trial", sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 1;

  margin-bottom: 14px;
}

.stat-card p {
  color: #fff;

  font-family: "Inter", sans-serif;
  font-size: 26px;
  line-height: 40px;
  font-weight: 400;

  text-transform: uppercase;
}

.at-glance .pink {
  background: #ff1ba3;
}

.at-glance .yellow {
  background: #ffb200;
}

.at-glance .blue {
  background: #7fb4ff;
}

/* =========================
   TRUSTPILOT
========================= */

.trustpilot-box {
  margin-top: 20px;

  background: #000;

  border-radius: 34px;

  min-height: 180px;

  padding: 40px;

  display: flex;
  justify-content: space-between;
  align-items: center;
}

.trustpilot-rating {
  display: flex;
  align-items: center;
  gap: 10px;
}

.trustpilot-rating h4,
.trustpilot-rating .rating-number {
  color: #fff;

  font-family: "Parafina Trial", sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 1;
}

.trustpilot-rating span {
  color: #fff;

  font-family: "Inter", sans-serif;
  font-size: 26px;
  line-height: 40px;
  font-weight: 400;
}

.trustpilot-logo img {
  width: 286px;
  height: auto;
}

@media screen and (max-width: 1366px) {
  .at-glance {
    padding: 100px 40px;
  }

  .glance-stats span.new-line {
    display: none;
  }

  .stat-card h3,
  .stat-card .stat-card-number {
    font-size: 44px;
    line-height: 50px;
  }

  .stat-card p {
    font-size: 23px;
    line-height: 32px;
  }
}

@media (max-width: 1024px) {
  .at-glance__title {
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 0;
  }

  .at-glance {
    padding: 60px 40px;
  }

  .glance-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding: 20px 0;
  }

  .glance-label,
  .glance-value {
    width: 100%;
  }

  .glance-stats {
    grid-template-columns: 1fr;
  }

  .trustpilot-box {
    flex-direction: column;
    gap: 15px;
    text-align: center;
  }

  .trustpilot-rating {
    flex-direction: column;
  }

  .founder-wrapper {
    gap: 10px;
  }
}

@media (max-width: 767px) {
  .glance-stats {
    margin-top: 20px;
  }

  .at-glance {
    padding: 40px 20px;
  }

  .stat-card h3,
  .stat-card .stat-card-number {
    font-size: 30px;
    line-height: 40px;
  }

  .stat-card p {
    font-size: 18px;
    line-height: 28px;
  }

  .stat-card {
    padding: 20px;
  }
}

/* ======================================
   WHY THIS HAD TO BE BUILT SECTION
====================================== */

.why-built {
  background: #ffe5f9;
  padding: 100px 50px;
}

.why-built .container {
  max-width: 1620px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.why-built__title {
  color: #000000;
  font-family: Parafina Trial;
  font-weight: 700;
  font-size: 60px;
  line-height: 78px;
  letter-spacing: 0%;
  text-transform: uppercase;
}

.why-built__content {
  display: grid;
  grid-template-columns: 1fr 830px;
  gap: 40px;
  align-items: flex-start;
}

/* Left Column */
.why-built__left {
  display: flex;
  flex-direction: column;
  gap: 66px;
}

.why-built__description {
  /* width: 90%; */
  color: #000000;
  font-weight: 500;
  font-size: 50px;
  line-height: 60px;
  letter-spacing: 2%;
}

.why-built__source {
  color: #ff1ba3;
  font-weight: 500;
  font-size: 30px;
  line-height: 34px;
  letter-spacing: 0%;
}

/* Right Column Card */
.why-built__right {
  width: 100%;
  height: 100%;
}

.why-built__card {
  background: #ff1ba3;
  border-radius: 34px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: 100%;
  /* justify-content: space-between; */
}

.why-built__card p {
  font-family: Inter;
  color: #ffffff;
  font-weight: 400;
  font-size: 26px;
  line-height: 40px;
  letter-spacing: 2%;
}

/* Responsive Media Queries */
@media (max-width: 1366px) {
  .why-built {
    padding: 80px 40px;
  }

  .why-built .container {
    gap: 32px;
  }

  .why-built__content {
    gap: 40px;
    grid-template-columns: 1fr 50%;
  }

  .why-built__title {
    font-size: 44px;
    line-height: 52px;
  }

  .why-built__left {
    gap: 30px;
  }

  .why-built__description {
    font-size: 26px;
    line-height: 36px;
  }

  .why-built__card {
    padding: 40px 36px;
    border-radius: 28px;
    gap: 20px;
  }

  .why-built__card p {
    font-size: 18px;
    line-height: 1.55;
  }
}

@media (max-width: 1024px) {
  .why-built {
    padding: 60px 30px;
  }

  .why-built .container {
    gap: 28px;
  }

  .why-built__content {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .why-built__title {
    font-size: 38px;
    line-height: 46px;
  }

  .why-built__left {
    gap: 24px;
  }

  .why-built__description {
    font-size: 24px;
    line-height: 32px;
  }

  .why-built__source {
    font-size: 18px;
    line-height: 24px;
  }
}

@media (max-width: 767px) {
  .why-built {
    padding: 40px 20px;
  }

  .why-built .container {
    padding: 0;
    gap: 20px;
  }

  .why-built__content {
    gap: 20px;
  }

  .why-built__title {
    font-size: 30px;
    line-height: 1.2;
  }

  .why-built__left {
    gap: 20px;
  }

  .why-built__description {
    font-size: 20px;
    line-height: 1.4;
  }

  .why-built__source {
    font-size: 16px;
    line-height: 22px;
  }

  .why-built__card {
    padding: 30px 24px;
    border-radius: 24px;
    gap: 16px;
  }

  .why-built__card p {
    font-size: 16px;
    line-height: 1.5;
  }
}

/* ======================================
   THE CHALLENGE SECTION
====================================== */

.the-challenge {
  background: #ffb200;
  padding: 100px 50px;
}

.the-challenge .container {
  max-width: 1820px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.challenge__title {
  font-family: "Parafina Trial", sans-serif;
  color: #ffffff;
  font-weight: 700;
  font-size: 60px;
  line-height: 78px;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
}

.challenge__content {
  display: flex;
  gap: 20px;
  align-items: center;
}

/* Left White Box */
.challenge__box {
  background: #ffffff;
  border-radius: 34px;
  padding: 40px 40px 40px 0px;
  display: flex;
  flex-direction: column;
  border: 1px solid #e9eaeb;
  gap: 30px;
  width: 55%;
}

.challenge-item {
  display: flex;
  flex-direction: row;
  gap: 30px;
  /* padding-bottom: 32px;
    border-bottom: 1px solid #EAEAEA; */
  align-items: flex-start;
}

.challenge-item:last-child .challenge-item__heading {
  padding-bottom: 0;
  border-bottom: none;
}

.challenge-item__heading {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-bottom: 30px;
  border-bottom: 1px solid #eaeaea;
}

.challenge-item .accent-bar {
  width: 10px;
  height: 34px;
  background: #7fb4ff;
  border-radius: 0;
  flex-shrink: 0;
  margin-top: 0px;
}

.challenge-item__heading h3 {
  font-family: "Parafina Trial", sans-serif;
  color: #000000;
  font-weight: 700;
  font-size: 30px;
  line-height: 34px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.challenge-item__text {
  color: #4d4d56;
  font-family: Inter, sans-serif;
  font-weight: 400;
  font-size: 26px;
  line-height: 40px;
  letter-spacing: 1px;
}

/* Right Side Image - Perfectly Centered */
.challenge__image {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  /* align-self: center; */
  margin: auto 0;
  padding: 0 40px;
  width: 45%;
}

.challenge__image img {
  max-width: 720px;
  height: auto;
  display: block;
  object-fit: contain;
  /* align-self: center; */
  filter: drop-shadow(0px 20px 40px rgba(0, 0, 0, 0.22));
}

.challenge-image-top {
  align-self: flex-start;
  width: 69%;
  margin-bottom: -43px;
  z-index: 1;
  /* margin-left: 50px; */
}

.challenge-image-bottom {
  align-self: end;
  width: 69%;
  margin-top: -43px;
  z-index: 0;
  /* margin-right: 50px; */
}

/* Responsive Media Queries */
/* @media (max-width: 1440px) {
    .challenge__content {
        grid-template-columns: 1fr;
    }

    .challenge__image {
        order: 1;
    }

    .challenge__box {
        order: 2;
    }
} */

@media (max-width: 1366px) {
  .the-challenge {
    padding: 80px 40px;
  }

  .the-challenge .container {
    gap: 40px;
  }

  .challenge__title {
    font-size: 44px;
    line-height: 52px;
  }

  .challenge__content {
    grid-template-columns: 50% 1fr;
    gap: 40px;
  }

  .challenge__box {
    padding: 38px 34px 38px 0;
    gap: 26px;
  }

  .challenge-item {
    gap: 12px;
    padding-bottom: 26px;
  }

  .challenge-item__heading h3 {
    font-size: 20px;
    line-height: 26px;
  }

  .challenge-item__text {
    font-size: 17px;
    line-height: 25px;
  }

  .challenge__image {
    padding: 0;
  }
}

@media (max-width: 1024px) {
  .the-challenge {
    padding: 60px 30px;
  }

  .the-challenge .container {
    gap: 32px;
  }

  .challenge__title {
    font-size: 38px;
    line-height: 46px;
  }

  .challenge__content {
    flex-direction: column;
  }

  .challenge__box {
    width: 100%;
  }

  .challenge__image {
    width: 100%;
    max-width: 700px;
  }
}

@media (max-width: 767px) {
  .challenge__content {
    gap: 20px;
  }

  .the-challenge {
    padding: 40px 20px;
  }

  .the-challenge .container {
    padding: 0;
    gap: 24px;
  }

  .challenge__title {
    font-size: 30px;
    line-height: 36px;
  }

  .challenge__box {
    padding: 28px 20px 28px 0;
    border-radius: 24px;
    gap: 20px;
  }

  .challenge-item {
    gap: 10px;
    padding-bottom: 20px;
  }

  .challenge-item__heading h3 {
    font-size: 18px;
    line-height: 24px;
  }

  .challenge-item__heading .accent-bar {
    width: 4px;
    height: 18px;
  }

  .challenge-item__text {
    font-size: 15px;
    line-height: 1.5;
  }
}

/* ======================================
   HOW DETECTION BECOMES A TAKEDOWN SECTION
====================================== */

.how-takedown {
  background: #ffffff;
  padding: 100px 50px;
}

.how-takedown .container {
  max-width: 1620px;
  margin: 0 auto;
}

.how-takedown__grid {
  display: grid;
  grid-template-columns: 600px 1fr;
  gap: 40px;
  align-items: flex-start;
}

/* Left Title Column */
.how-takedown__left {
  position: sticky;
  top: 100px;
}

.how-takedown__title {
  font-family: "Parafina Trial", sans-serif;
  color: #000000;
  font-weight: 700;
  font-size: 60px;
  line-height: 78px;
  text-transform: uppercase;
  letter-spacing: -0.5px;
}

/* Right Timeline Column */
.how-takedown__right {
  position: relative;
  padding-left: 0;
}

/* Timeline Vertical Line */
.timeline-track {
  position: absolute;
  left: 10px;
  top: 40px;
  bottom: 40px;
  width: 2px;
  background: #eaeaea;
  z-index: 1;
}

.timeline-steps {
  display: flex;
  flex-direction: column;
  gap: 32px;
  position: relative;
  z-index: 2;
}

.timeline-step {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

/* Step Circle Nodes */
.step-node {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #ffffff;
  border: 2px solid #ff1ba3;
  flex-shrink: 0;
  margin-top: 36px;
  position: relative;
  z-index: 3;
  transition:
    background 0.3s ease,
    border-color 0.3s ease,
    transform 0.3s ease;
}

.step-node.active {
  background: #ff1ba3;
  border-color: #ff1ba3;
}

/* Step Card */
.step-card {
  background: #f8f9fa;
  border-radius: 34px;
  padding: 40px;
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 14px;
  overflow: hidden;
  border: 1px solid #e9eaeb;
}

.step-number {
  position: absolute;
  top: 15px;
  right: 35px;
  background: linear-gradient(180deg,
      rgba(127, 180, 255, 0.5) 18.85%,
      rgba(127, 180, 255, 0) 73.08%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0.85;
  user-select: none;
  pointer-events: none;
  font-family: Parafina Trial;
  font-weight: 700;
  font-size: 100px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: right;
  text-transform: uppercase;
}

.step-card h3 {
  color: #000000;
  position: relative;
  z-index: 2;
  font-family: Parafina Trial;
  font-weight: 700;
  font-size: 30px;
  line-height: 34px;
  letter-spacing: 0%;
  text-transform: uppercase;
}

.step-card p {
  color: #4d4d56;
  position: relative;
  z-index: 2;
  max-width: 88%;
  font-family: Inter;
  font-weight: 400;
  font-size: 26px;
  line-height: 40px;
  letter-spacing: 0px;
}

/* Responsive Media Queries */
@media (max-width: 1366px) {
  .how-takedown {
    padding: 80px 40px;
  }

  .how-takedown__grid {
    grid-template-columns: 420px 1fr;
    gap: 40px;
  }

  .how-takedown__title {
    font-size: 48px;
    line-height: 58px;
  }

  .step-card {
    padding: 30px 32px;
  }

  .step-number {
    font-size: 64px;
    top: 12px;
    right: 25px;
  }

  .step-card h3 {
    font-size: 20px;
    line-height: 26px;
  }

  .step-card p {
    font-size: 17px;
    line-height: 25px;
  }
}

@media (max-width: 1024px) {
  .how-takedown {
    padding: 60px 30px;
  }

  .how-takedown__grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .how-takedown__left {
    position: static;
  }

  .how-takedown__title {
    font-size: 38px;
    line-height: 46px;
  }

  .how-takedown__right {
    padding-left: 0;
  }

  .timeline-track {
    left: 9px;
  }

  .timeline-step {
    gap: 20px;
  }
}

@media (max-width: 767px) {
  .how-takedown__grid {
    gap: 20px;
  }

  .timeline-steps {
    gap: 20px;
  }

  .how-takedown {
    padding: 40px 20px;
  }

  .how-takedown .container {
    padding: 0;
  }

  .how-takedown__title {
    font-size: 30px;
    line-height: 36px;
  }

  .timeline-track {
    display: none;
  }

  .step-node {
    display: none;
  }

  .timeline-step {
    gap: 0;
  }

  .step-card {
    padding: 24px 20px;
    border-radius: 18px;
  }

  .step-number {
    font-size: 48px;
    top: 10px;
    right: 15px;
  }

  .step-card h3 {
    font-size: 18px;
  }

  .step-card p {
    font-size: 15px;
    line-height: 1.5;
    max-width: 100%;
  }
}

/* ======================================
   ENGINEERING DECISIONS SECTION
====================================== */

.engineering-decisions {
  background: #f7f7f7;
  padding: 100px 50px;
}

.engineering-decisions .container {
  max-width: 1620px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.engineering-decisions__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 14px;
}

.engineering-decisions__title {
  color: #000000;
  font-family: Parafina Trial;
  font-weight: 700;
  font-size: 60px;
  line-height: 78px;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
}

.engineering-decisions__subtitle {
  color: #666666;
  max-width: 1000px;
  font-family: Inter;
  font-weight: 400;
  font-size: 26px;
  line-height: 40px;
  letter-spacing: 0px;
  text-align: center;
}

/* 2x2 Grid */
.engineering-decisions__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.decision-card {
  border-radius: 34px;
  padding: 40px;
  display: flex;
  align-items: flex-start;
}

.decision-card p {
  color: #ffffff;
  font-family: Inter;
  font-weight: 400;
  font-size: 26px;
  line-height: 40px;
  letter-spacing: 0px;
}

/* Card Color Accents */
.decision-card.pink {
  background: #ff1ba3;
}

.decision-card.yellow {
  background: #ffb200;
}

.decision-card.blue {
  background: #7fb4ff;
}

/* Responsive Media Queries */
@media (max-width: 1366px) {
  .engineering-decisions {
    padding: 80px 40px;
  }

  .engineering-decisions .container {
    gap: 40px;
  }

  .engineering-decisions__title {
    font-size: 44px;
    line-height: 55px;
  }

  .engineering-decisions__subtitle {
    font-size: 19px;
    line-height: 30px;
  }

  .engineering-decisions__grid {
    gap: 20px;
  }

  .decision-card {
    padding: 40px 36px;
    border-radius: 28px;
  }

  .decision-card p {
    font-size: 18px;
    line-height: 1.55;
  }
}

@media (max-width: 1024px) {
  .engineering-decisions {
    padding: 60px 30px;
  }

  .engineering-decisions .container {
    gap: 32px;
  }

  .engineering-decisions__title {
    font-size: 38px;
    line-height: 48px;
  }

  .engineering-decisions__subtitle {
    font-size: 18px;
    line-height: 24px;
  }

  .engineering-decisions__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

@media (max-width: 767px) {
  .engineering-decisions {
    padding: 40px 20px;
  }

  .engineering-decisions .container {
    padding: 0;
    gap: 24px;
  }

  .engineering-decisions__title {
    font-size: 30px;
    line-height: 40px;
  }

  .engineering-decisions__title span.new-line {
    display: none;
  }

  .engineering-decisions__subtitle {
    font-size: 16px;
    line-height: 20px;
  }

  .decision-card {
    padding: 30px 24px;
    border-radius: 24px;
  }

  .decision-card p {
    font-size: 16px;
    line-height: 1.5;
  }
}

/* ======================================
   PLATFORM SHOWCASE SECTION
====================================== */

.platform-showcase {
  background: #7fb4ff;
  padding: 10px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.platform-showcase .container {
  max-width: 1920px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.platform-showcase__image {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.platform-showcase__image img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  filter: drop-shadow(0px 20px 40px rgba(0, 0, 0, 0.18));
}

/* Responsive Media Queries */
/* @media (max-width: 1366px) {
    .platform-showcase {
        padding: 80px 40px;
    }

    .platform-showcase__image img {
        max-width: 1050px;
    }
}

@media (max-width: 1024px) {
    .platform-showcase {
        padding: 60px 30px;
    }

    .platform-showcase__image img {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .platform-showcase {
        padding: 40px 20px;
    }
} */

/* ======================================
   BUILT FOR TRUST SECTION
====================================== */

.built-for-trust {
  background: #ffffff;
  padding: 100px 50px;
}

.built-for-trust .container {
  max-width: 1620px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.built-for-trust__title {
  color: #000000;
  font-family: Parafina Trial;
  font-weight: 700;
  font-size: 60px;
  line-height: 78px;
  letter-spacing: 0%;
  text-transform: uppercase;
}

.built-for-trust__description {
  color: #000000;
  max-width: 100%;
  font-family: Parafina Trial;
  font-weight: 500;
  font-size: 50px;
  line-height: 60px;
  letter-spacing: 0%;
}

.built-for-trust__description .highlight-pink {
  color: #ff1ba3;
  font-weight: 700;
}

.built-for-trust__subtext {
  color: #4d4d56;
  text-align: left;
  max-width: 1220px;
  margin: 0 auto;
  font-family: Inter;
  font-weight: 400;
  font-size: 26px;
  line-height: 40px;
  letter-spacing: 0px;
}

.built-for-trust .partner-logos-row {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  width: 100%;
}

.built-for-trust .partner-card {
  background: #f8f9fa;
  border-radius: 24px;
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px;
  border: 1px solid #e9eaeb;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.built-for-trust .partner-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
}

.built-for-trust .partner-card img,
.built-for-trust .partner-card svg {
  max-height: 50px;
  max-width: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}

/* Built For Trust Responsive Breakpoints */
@media (max-width: 1366px) {
  .built-for-trust {
    padding: 80px 40px;
  }

  .built-for-trust .container {
    gap: 30px;
  }

  .built-for-trust__title {
    font-size: 48px;
    line-height: 60px;
  }

  .built-for-trust__description {
    font-size: 38px;
    line-height: 48px;
  }

  .built-for-trust__subtext {
    font-size: 20px;
    line-height: 32px;
  }

  .built-for-trust .partner-card {
    height: 110px;
    padding: 18px;
  }
}

@media (max-width: 1024px) {
  .built-for-trust {
    padding: 60px 30px;
  }

  .built-for-trust .container {
    gap: 25px;
  }

  .built-for-trust__title {
    font-size: 38px;
    line-height: 48px;
  }

  .built-for-trust__description {
    font-size: 30px;
    line-height: 40px;
  }

  .built-for-trust__subtext {
    font-size: 18px;
    line-height: 28px;
  }

  .built-for-trust .partner-logos-row {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }

  .built-for-trust .partner-card {
    height: 90px;
    padding: 15px;
  }
}

@media (max-width: 767px) {
  .built-for-trust {
    padding: 40px 20px;
  }

  .built-for-trust .container {
    gap: 20px;
  }

  .built-for-trust__title {
    font-size: 28px;
    line-height: 36px;
  }

  .built-for-trust__description {
    font-size: 22px;
    line-height: 30px;
  }

  .built-for-trust__subtext {
    font-size: 15px;
    line-height: 24px;
  }

  .built-for-trust .partner-logos-row {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .built-for-trust .partner-card {
    height: 75px;
    padding: 12px;
  }

  .built-for-trust .partner-card img,
  .built-for-trust .partner-card svg {
    max-height: 35px;
    max-width: 85%;
  }
}

/* ======================================
   THE RESULTS SECTION
====================================== */

.the-results {
  background: #e6f2ff;
  padding: 100px 50px;
}

.the-results .container {
  max-width: 1620px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.the-results__title {
  font-family: "Parafina Trial", sans-serif;
  font-size: 55px;
  font-weight: 700;
  line-height: 1.1;
  text-transform: uppercase;
  color: #000000;
  letter-spacing: -0.5px;
}

.the-results .results-table {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.the-results .results-row .results-wrapper {
  align-items: center;
  padding: 10px 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.the-results .results-row {
  display: flex;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid #d5e4f5;
}

.the-results .results-row:first-child {
  padding-top: 0;
}

.the-results .results-row:last-child {
  border-bottom: none;
}

.the-results .results-stat {
  width: 100%;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.the-results .results-stat .stat-number {
  font-family: "Parafina Trial", sans-serif;
  font-weight: 700;
  font-size: 50px;
  line-height: 130%;
  letter-spacing: 0%;
}

.the-results .results-stat .stat-number.pink {
  color: #ff1ba3;
}

.the-results .results-stat .stat-number.yellow {
  color: #ffb200;
}

.the-results .results-stat .stat-number.blue {
  color: #7fb4ff;
}

.the-results .results-stat .stat-label {
  font-family: "Inter", sans-serif;
  color: #000000;
  font-weight: 400;
  font-size: 22px;
  line-height: 100%;
  letter-spacing: 0%;
}

.the-results .results-description {
  flex: 1;
  /* padding-left: 40px; */
}

.the-results .results-description p {
  font-family: "Inter", sans-serif;
  color: #4d4d56;
  font-weight: 400;
  font-size: 26px;
  line-height: 40px;
  letter-spacing: 0px;
}

/* Results Responsive Breakpoints */
@media (max-width: 1366px) {
  .the-results {
    padding: 80px 40px;
  }

  .the-results .container {
    gap: 35px;
  }

  .the-results__title {
    font-size: 48px;
    line-height: 60px;
  }

  .the-results .results-stat {
    width: 100%;
  }

  .the-results .results-stat .stat-number {
    font-size: 42px;
    line-height: 42px;
  }

  .the-results .results-stat .stat-label {
    font-size: 20px;
    line-height: 26px;
  }

  .the-results .results-description p {
    font-size: 22px;
    line-height: 34px;
  }
}

@media (max-width: 1024px) {
  .the-results {
    padding: 60px 30px;
  }

  .the-results .container {
    gap: 30px;
  }

  .the-results__title {
    font-size: 38px;
    line-height: 48px;
  }

  .the-results .results-row .results-wrapper {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 5px 0;
  }

  .the-results .results-stat {
    width: 100%;
  }

  .the-results .results-description {
    width: 100%;
  }

  .the-results .results-stat .stat-number {
    font-size: 38px;
    line-height: 38px;
  }

  .the-results .results-stat .stat-label {
    font-size: 18px;
    line-height: 24px;
  }

  .the-results .results-description p {
    font-size: 20px;
    line-height: 30px;
  }
}

@media (max-width: 767px) {
  .the-results {
    padding: 40px 20px;
  }

  .the-results .container {
    gap: 20px;
  }

  .the-results__title {
    font-size: 28px;
    line-height: 36px;
  }

  .the-results .results-row .results-wrapper {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .the-results .results-stat .stat-number {
    font-size: 32px;
  }

  .the-results .results-stat .stat-label {
    font-size: 16px;
  }

  .the-results .results-description p {
    font-size: 16px;
    line-height: 25px;
  }
}

/* ======================================
   DMCA COMPARISON TABLE SECTION
====================================== */

.dmca-comparison {
  background: #ffffff;
  padding: 100px 50px;
}

.dmca-comparison .container {
  max-width: 1620px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.dmca-comparison__title {
  font-family: "Parafina Trial", sans-serif;
  color: #000000;
  font-weight: 700;
  font-size: 60px;
  line-height: 78px;
  letter-spacing: 0%;
  text-transform: uppercase;
}

.dmca-comparison .comparison-table-wrapper {
  width: 100%;
  /* overflow-x: auto; */
  /* -webkit-overflow-scrolling: touch; */
  padding-bottom: 0px;
}

.dmca-comparison .comparison-table-wrapper::-webkit-scrollbar {
  height: 6px;
}

.dmca-comparison .comparison-table-wrapper::-webkit-scrollbar-track {
  background: #f0f1f3;
  border-radius: 10px;
}

.dmca-comparison .comparison-table-wrapper::-webkit-scrollbar-thumb {
  background: #ff1ba3;
  border-radius: 10px;
}

.dmca-comparison .comparison-table {
  display: flex;
  flex-direction: column;
  width: 100%;
  /* min-width: 1200px; */
}

.dmca-comparison .comparison-row {
  display: grid;
  grid-template-columns: 320px 1fr 1fr;
  gap: 30px;
  align-items: end;
  /* padding: 20px 0;
    border-bottom: 1px solid #F0F1F3; */
}

.dmca-comparison .comparison-row .col-feature {
  padding: 40px;
  border-bottom: 1px solid #e9eaeb77;
}

.dmca-comparison .comparison-row .col-ceartas,
.dmca-comparison .comparison-row .col-manual {
  padding: 20px;
  border-bottom: 1px solid #e9eaeb77;
  height: 100%;
  display: flex;
}

.dmca-comparison .comparison-row:first-child .col-ceartas,
.dmca-comparison .comparison-row:first-child .col-manual {
  padding: 0;
  border-bottom: none;
}

.dmca-comparison .comparison-row:first-child .col-feature {
  border-bottom: none;
}

.dmca-comparison .comparison-row.header-row {
  padding-top: 0;
  padding-bottom: 0px;
  border-bottom: none;
}

.dmca-comparison .comparison-row:last-child {
  border-bottom: none;
}

.dmca-comparison .col-feature h3 {
  font-family: "Parafina Trial", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  color: #000000;
  letter-spacing: 0.5px;
}

.dmca-comparison .header-card {
  width: 100%;
  border-radius: 34px;
  padding: 40px;
  font-family: "Parafina Trial", sans-serif;
  border: 1px solid #e9eaeb;
  font-weight: 700;
  font-size: 30px;
  line-height: 34px;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dmca-comparison .header-card.manual {
  background: #f7f7f7;
  color: #4d4d56;
}

.dmca-comparison .header-card.ceartas {
  background: #ff1ba3;
  color: #ffffff;
}

.dmca-comparison .cell-content {
  display: flex;
  gap: 20px;
  align-items: center;
}

.dmca-comparison .cell-content .status-icon {
  width: 34px;
  height: 34px;
  flex-shrink: 0;
  margin-top: 0px;
}

.dmca-comparison .cell-content span {
  font-family: "Inter", sans-serif;
  color: #4d4d56;
  font-weight: 400;
  font-size: 26px;
  line-height: 40px;
  letter-spacing: 0px;
}

.dmca-comparison .cell-content .highlight-pink {
  color: #ff1ba3;
  font-weight: 700;
}

.small_device_process {
  display: none;
}

.small_device_ceartas {
  display: none;
}

/* Comparison Table Responsive Breakpoints */
@media (max-width: 1366px) {
  .dmca-comparison {
    padding: 80px 40px;
  }

  .dmca-comparison .container {
    gap: 45px;
  }

  .dmca-comparison .dmca-comparison__title {
    font-size: 55px;
    line-height: 70px;
  }

  .dmca-comparison .comparison-row {
    grid-template-columns: 220px 1fr 1fr;
    gap: 20px;
  }

  .dmca-comparison .col-feature h3 {
    font-size: 28px;
    line-height: 32px;
  }

  .dmca-comparison .header-card {
    font-size: 26px;
    line-height: 34px;
    padding: 20px 24px;
  }

  .dmca-comparison .cell-content span {
    font-size: 18px;
    line-height: 26px;
  }
}

@media (max-width: 1024px) {
  .dmca-comparison {
    padding: 60px 30px;
  }

  .dmca-comparison .container {
    gap: 35px;
  }

  .dmca-comparison .dmca-comparison__title {
    font-size: 38px;
    line-height: 48px;
  }

  .dmca-comparison .comparison-row {
    gap: 12px;
  }

  .dmca-comparison .col-feature h3 {
    font-size: 26px;
    line-height: 34px;
  }

  .dmca-comparison .header-card {
    font-size: 26px;
    line-height: 34px;
    padding: 20px;
    border-radius: 24px;
  }

  .dmca-comparison .cell-content span {
    font-size: 20px;
    line-height: 30px;
  }

  .dmca-comparison .comparison-row .col-feature {
    padding: 20px;
    display: flex;
    height: 100%;
    align-items: center;
  }

  .dmca-comparison .cell-content {
    gap: 10px;
  }
}

@media (max-width: 767px) {
  .dmca-comparison {
    padding: 40px 20px;
  }

  .dmca-comparison .container {
    gap: 25px;
  }

  .dmca-comparison .comparison-table {}

  .dmca-comparison .comparison-row {
    gap: 10px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: normal;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #e9eaeb;
  }

  .dmca-comparison .comparison-row.header-row {
    display: none;
  }

  .dmca-comparison .col-feature h3 {
    font-size: 16px;
    line-height: 22px;
  }

  .dmca-comparison .header-card {
    font-size: 15px;
    line-height: 20px;
    padding: 14px 16px;
    border-radius: 12px;
  }

  .dmca-comparison .cell-content {
    height: 100%;
    gap: 13px;
  }

  .dmca-comparison .cell-content span {
    font-size: 20px;
    line-height: 26px;
  }

  .dmca-comparison .cell-content .status-icon {
    width: 26px;
    height: 26px;
  }

  .small_device_ceartas {
    display: block;
    color: #ff1ba3;
    font-size: 16px;
    line-height: 21px;
    font-weight: 700;
    text-transform: uppercase;
  }

  .small_device_process {
    display: block;
    color: #4d4d56;
    font-size: 16px;
    line-height: 21px;
    font-weight: 700;
    text-transform: uppercase;
  }

  .dmca-comparison .comparison-row .col-ceartas,
  .dmca-comparison .comparison-row .col-manual {
    flex-direction: column;
    width: calc(50% - 15px);
    padding: 20px;
    border-radius: 24px;
    display: flex;
    gap: 10px;
    height: auto;
  }

  .dmca-comparison .comparison-row .col-ceartas {
    border: 1px solid #ff1ba3;
    background-color: #fff;
  }

  .dmca-comparison .comparison-row .col-manual {
    background-color: #f7f7f7;
    border: 1px solid #e9eaeb;
  }

  .dmca-comparison .comparison-row .col-feature {
    width: 100%;
    border-bottom: unset;
    padding: 0;
  }

  .dmca-comparison .comparison-row:last-child {
    padding-bottom: unset;
    margin-bottom: unset;
  }

  .dmca-comparison .dmca-comparison__title {
    font-size: 28px;
    line-height: 36px;
  }
}

@media (max-width: 575px) {

  .dmca-comparison .comparison-row .col-ceartas,
  .dmca-comparison .comparison-row .col-manual {
    width: 100%;
    padding: 20px;
  }

  .dmca-comparison .comparison-row {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }

  .dmca-comparison .cell-content span {
    font-size: 18px;
    line-height: 24px;
  }

  .dmca-comparison .col-feature h3 {
    font-size: 20px;
    line-height: 26px;
  }

  .dmca-comparison .cell-content .status-icon {
    width: 20px;
    height: 20px;
  }

  .dmca-comparison .cell-content {
    gap: 6px;
  }
}

/* ======================================
   RECOGNIZED BEYOND ITS OWN MARKETING SECTION
====================================== */

.recognized-marketing {
  padding: 0 0px;
  background: #ffffff;
}

.recognized-marketing .container {
  max-width: 1820px;
  margin: 0 auto;
}

.recognized-card {
  background: #000000;
  border-radius: 34px;
  padding: 70px 60px 0 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  gap: 40px;
}

.recognized-card__title {
  font-family: "Parafina Trial", sans-serif;
  color: #ffffff;
  font-weight: 700;
  font-size: 60px;
  line-height: 70px;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
}

.recognized-card__description {
  font-family: "Inter", sans-serif;
  color: #cccccc;
  max-width: 1658px;
  margin: 0 auto;
  font-weight: 400;
  font-size: 26px;
  line-height: 40px;
  letter-spacing: 0%;
  text-align: center;
}

.recognized-card__description .link-blue {
  color: #0c8ce9;
  text-decoration: underline;
  font-weight: 400;
  transition: opacity 0.2s ease;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.recognized-card__description .link-blue:hover {
  opacity: 0.8;
}

.recognized-card__description .highlight-pink {
  color: #ff1ba3;
  font-weight: 700;
}

.recognized-marketing .recognized-showcase-box {
  width: 100%;
  max-width: 1658px;
  background: #ffb200;
  border-radius: 24px 24px 0 0;
  padding-top: 0;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  overflow: hidden;
  margin-top: 0;
}

.recognized-marketing .recognized-showcase-box img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}

/* Recognized Marketing Responsive Breakpoints */
@media (max-width: 1366px) {
  .recognized-marketing {
    padding: 0 40px;
  }

  .recognized-card {
    padding: 55px 45px 0 45px;
    border-radius: 28px;
    gap: 24px;
  }

  .recognized-card__title {
    font-size: 44px;
    line-height: 52px;
  }

  .recognized-card__description {
    font-size: 20px;
    line-height: 1.55;
  }

  .recognized-showcase-box {
    border-radius: 28px 28px 0 0;
    padding-top: 30px;
    margin-top: 16px;
  }
}

@media (max-width: 1024px) {
  .recognized-marketing {
    padding: 0 30px;
  }

  .recognized-card {
    padding: 45px 30px 0 30px;
    border-radius: 24px;
    gap: 20px;
  }

  .recognized-card__title {
    font-size: 36px;
    line-height: 44px;
  }

  .recognized-card__description {
    font-size: 18px;
    line-height: 1.5;
  }

  .recognized-showcase-box {
    border-radius: 24px 24px 0 0;
    padding-top: 20px;
    margin-top: 10px;
  }
}

@media (max-width: 767px) {
  .recognized-marketing {
    padding: 0 20px;
  }

  .recognized-card {
    padding: 35px 20px 0 20px;
    border-radius: 20px;
    gap: 16px;
  }

  .recognized-card__title {
    font-size: 26px;
    line-height: 34px;
  }

  .recognized-card__description {
    font-size: 16px;
    line-height: 1.45;
  }

  .recognized-showcase-box {
    border-radius: 18px 18px 0 0;
    padding-top: 15px;
    margin-top: 10px;
  }
}

/* ======================================
   IN THEIR WORDS SECTION
====================================== */

.in-their-words {
  background: #f7f7f7;
  padding: 100px 50px;
}

.in-their-words .container {
  max-width: 1620px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.in-their-words__title {
  font-family: "Parafina Trial", sans-serif;
  color: #000000;
  font-weight: 700;
  font-size: 60px;
  line-height: 78px;
  letter-spacing: 0%;
  text-transform: uppercase;
}

.in-their-words__content {
  display: grid;
  grid-template-columns: 1fr 375px;
  gap: 80px;
  align-items: center;
  justify-content: center;
  max-width: 1420px;
  margin: 0 auto;
}

.in-their-words__left {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 0;
}

.in-their-words__left .quote-text {
  font-family: "Parafina Trial", sans-serif;
  color: #000000;
  max-width: 1000px;
  font-weight: 500;
  font-size: 50px;
  line-height: 60px;
  letter-spacing: 0%;
}

.in-their-words__left .quote-source {
  font-family: "Parafina Trial", sans-serif;
  color: #ff1ba3;
  font-weight: 500;
  font-size: 30px;
  line-height: 34px;
  letter-spacing: 0%;
}

.in-their-words__right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.in-their-words .founder-image {
  width: 375px;
  height: 375px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}

.in-their-words .founder-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* In Their Words Responsive Breakpoints */
@media (max-width: 1440px) {
  .in-their-words__left {
    padding: 0;
  }
}

@media (max-width: 1366px) {
  .in-their-words {
    padding: 80px 40px;
  }

  .in-their-words .container {
    gap: 40px;
  }

  .in-their-words__title {
    font-size: 48px;
    line-height: 60px;
  }

  .in-their-words__content {
    grid-template-columns: 1fr 320px;
    gap: 50px;
  }

  .in-their-words__left .quote-text {
    font-size: 38px;
    line-height: 48px;
  }

  .in-their-words__left .quote-source {
    font-size: 24px;
    line-height: 28px;
  }

  .in-their-words .founder-image {
    width: 320px;
    height: 320px;
  }
}

@media (max-width: 1024px) {
  .in-their-words {
    padding: 60px 30px;
  }

  .in-their-words .container {
    gap: 30px;
  }

  .in-their-words__title {
    font-size: 38px;
    line-height: 48px;
  }

  .in-their-words__content {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .in-their-words__left .quote-text {
    font-size: 28px;
    line-height: 38px;
  }

  .in-their-words__left .quote-source {
    font-size: 20px;
    line-height: 26px;
  }

  .in-their-words__right {
    justify-content: flex-start;
  }

  .in-their-words .founder-image {
    width: 260px;
    height: 260px;
  }
}

@media (max-width: 767px) {
  .in-their-words {
    padding: 40px 20px;
  }

  .in-their-words .container {
    gap: 20px;
  }

  .in-their-words__title {
    font-size: 28px;
    line-height: 36px;
  }

  .in-their-words__left {
    gap: 20px;
  }

  .in-their-words__left .quote-text {
    font-size: 20px;
    line-height: 30px;
  }

  .in-their-words__left .quote-source {
    font-size: 17px;
    line-height: 22px;
  }

  .in-their-words .founder-image {
    width: 180px;
    height: 180px;
  }
}

/* ======================================
   WHAT'S NEXT FOR CEARTAS PLATFORM SECTION
====================================== */

.whats-next {
  background: #fdeed9;
  padding: 100px 50px;
}

.whats-next .container {
  max-width: 1620px;
  margin: 0 auto;
}

.whats-next__grid {
  display: grid;
  grid-template-columns: 493px 1fr;
  gap: 40px;
  align-items: flex-start;
}

.whats-next__left {
  position: sticky;
  top: 80px;
}

.whats-next__title {
  font-family: "Parafina Trial", sans-serif;
  color: #000000;
  font-weight: 700;
  font-size: 60px;
  line-height: 78px;
  letter-spacing: -1%;
  text-transform: uppercase;
}

.whats-next__cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.whats-next .whats-next-card {
  border-radius: 34px;
  padding: 40px;
  display: flex;
  align-items: flex-start;
}

.whats-next .whats-next-card.full-width {
  grid-column: span 2;
}

.whats-next .whats-next-card p {
  font-family: "Parafina Trial", sans-serif;
  color: #ffffff;
  font-weight: 700;
  font-size: 36px;
  line-height: 47px;
  letter-spacing: 0%;
}

.whats-next .whats-next-card.pink {
  background: #ff1ba3;
}

.whats-next .whats-next-card.yellow {
  background: #ffb200;
}

.whats-next .whats-next-card.blue {
  background: #7fb4ff;
}

/* What's Next Responsive Breakpoints */
@media (max-width: 1366px) {
  .whats-next {
    padding: 80px 40px;
  }

  .whats-next__grid {
    grid-template-columns: 400px 1fr;
    gap: 40px;
  }

  .whats-next__title {
    font-size: 48px;
    line-height: 60px;
  }

  .whats-next .whats-next-card {
    padding: 32px;
    border-radius: 24px;
  }

  .whats-next .whats-next-card p {
    font-size: 28px;
    line-height: 38px;
  }
}

@media (max-width: 1024px) {
  .whats-next {
    padding: 60px 30px;
  }

  .whats-next__grid {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .whats-next__left {
    position: static;
  }

  .whats-next__title {
    font-size: 38px;
    line-height: 48px;
  }

  .whats-next .whats-next-card {
    padding: 28px 24px;
    border-radius: 20px;
  }

  .whats-next .whats-next-card p {
    font-size: 22px;
    line-height: 30px;
  }
}

@media (max-width: 767px) {
  .whats-next {
    padding: 40px 20px;
  }

  .whats-next__grid {
    gap: 24px;
  }

  .whats-next__title {
    font-size: 28px;
    line-height: 36px;
  }

  .whats-next__cards {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .whats-next .whats-next-card.full-width {
    grid-column: span 1;
  }

  .whats-next .whats-next-card {
    padding: 24px 20px;
    border-radius: 18px;
  }

  .whats-next .whats-next-card p {
    font-size: 18px;
    line-height: 25px;
  }
}

/* ======================================
   FREQUENTLY ASKED QUESTIONS SECTION
====================================== */

.faq-section {
  background: #ffffff;
  padding: 100px 50px;
}

.faq-section .container {
  max-width: 1620px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.faq-section__title {
  font-family: "Parafina Trial", sans-serif;
  color: #000000;
  font-weight: 700;
  font-size: 60px;
  line-height: 78px;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
}

.faq-accordion {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.faq-item {
  border-bottom: 1px solid rgba(127, 180, 255, 0.3);
  padding: 30px 0;
  transition: all 0.3s ease;
}

.faq-item:first-child {
  padding-top: 0;
}

.faq-item:last-child {
  border-bottom: none;
}

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  user-select: none;
  gap: 20px;
  padding: 10px 0;
}

.faq-question h3 {
  font-family: "Parafina Trial", sans-serif;
  color: #000000;
  transition: color 0.2s ease;
  font-weight: 700;
  font-size: 30px;
  line-height: 34px;
  letter-spacing: 0%;
  text-transform: uppercase;
}

.faq-question:hover h3 {
  color: #ff1ba3;
}

.faq-icon {
  position: relative;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.faq-icon::before,
.faq-icon::after {
  content: "";
  position: absolute;
  background-color: #000000;
  transition:
    transform 0.3s ease,
    opacity 0.3s ease;
}

.faq-icon::before {
  width: 16px;
  height: 2px;
}

.faq-icon::after {
  width: 2px;
  height: 16px;
}

.faq-item.active .faq-icon::after {
  transform: rotate(90deg);
  opacity: 0;
}

.faq-answer {
  display: grid;
  grid-template-rows: 0fr;
  transition:
    grid-template-rows 0.4s cubic-bezier(0.4, 0, 0.2, 1),
    opacity 0.35s ease,
    margin-top 0.4s ease;
  opacity: 0;
  margin-top: 0;
}

.faq-answer-inner {
  overflow: hidden;
}

.faq-item.active .faq-answer {
  grid-template-rows: 1fr;
  opacity: 1;
  /* margin-top: 16px; */
}

.faq-answer p {
  font-family: "Inter", sans-serif;
  color: #4d4d56;
  max-width: 100%;
  font-weight: 400;
  font-size: 26px;
  line-height: 40px;
  letter-spacing: 0px;
}

/* FAQ Responsive Breakpoints */
@media (max-width: 1366px) {
  .faq-section {
    padding: 80px 40px;
  }

  .faq-section .container {
    gap: 40px;
  }

  .faq-section__title {
    font-size: 48px;
    line-height: 60px;
  }

  .faq-question h3 {
    font-size: 24px;
    line-height: 30px;
  }

  .faq-answer p {
    font-size: 20px;
    line-height: 32px;
  }
}

@media (max-width: 1024px) {
  .faq-section {
    padding: 60px 30px;
  }

  .faq-section .container {
    gap: 30px;
  }

  .faq-section__title {
    font-size: 38px;
    line-height: 48px;
  }

  .faq-question h3 {
    font-size: 20px;
    line-height: 26px;
  }

  .faq-answer p {
    font-size: 18px;
    line-height: 28px;
  }
}

@media (max-width: 767px) {
  .faq-section {
    padding: 40px 20px;
  }

  .faq-section .container {
    gap: 24px;
  }

  .faq-section__title {
    font-size: 28px;
    line-height: 36px;
  }

  .faq-item {
    padding: 18px 0;
  }

  .faq-question h3 {
    font-size: 17px;
    line-height: 22px;
  }

  .faq-answer p {
    font-size: 15px;
    line-height: 24px;
  }
}

/* ======================================
   FINAL CALL TO ACTION SECTION
====================================== */

/* ======================================
   FINAL CALL TO ACTION SECTION
====================================== */

/* ======================================
   FINAL CALL TO ACTION SECTION
====================================== */

/* ======================================
   FINAL CALL TO ACTION SECTION
====================================== */

/* ======================================
   FINAL CALL TO ACTION SECTION
====================================== */

.ceartas-final-cta {
  background: #ffffff;
  padding: 130px 0 0 0;
  overflow: visible;
  position: relative;
  width: 100%;
}

.final-cta__card {
  background: #000000;
  position: relative;
  width: 100%;
  overflow: visible;
  min-height: 585px;
  display: flex;
  align-items: flex-start;
  max-width: 1920px;
  margin: 0 auto;
}

.final-cta__card .container {
  max-width: 1620px;
  margin: 0 auto;
  width: 100%;
  position: relative;
  z-index: 3;
  pointer-events: none;
}

.final-cta__content {
  display: flex;
  pointer-events: auto;
}

.final-cta__left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
  padding: 90px 0;
  max-width: 1000px;
  position: relative;
  z-index: 3;
}

.final-cta__title {
  font-family: "Parafina Trial", sans-serif;
  color: #ffffff;
  font-weight: 700;
  font-size: 70px;
  line-height: 91px;
  letter-spacing: 0%;
  text-transform: uppercase;
}

.final-cta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ff1ba3;
  color: #ffffff;
  font-family: "Parafina Trial", sans-serif;
  padding: 12px 28px;
  border-radius: 50px;
  text-decoration: none;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    background 0.3s ease;
  font-weight: 700;
  font-size: 30px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
}

.final-cta__btn:hover {
  background: #e0158f;
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(255, 27, 163, 0.4);
}

.final-cta__right {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 65%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  z-index: 1;
  pointer-events: auto;
}

.final-cta__image {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  position: relative;
}

.final-cta__image img {
  width: 100%;
  max-width: 1225px;
  height: auto;
  display: block;
  object-fit: contain;
  margin-top: -150px;
  margin-bottom: 0;
  margin-right: 0;
  position: relative;
  z-index: 2;
}

/* Final CTA Responsive Breakpoints */
@media (max-width: 1682px) {
  .final-cta__card .container {
    padding: 0 40px;
  }
  .final-cta__title {
    font-size: 52px;
    line-height: 65px;
  }
  .final-cta__left {
    max-width: 700px;
  }
  .final-cta__image img {
    max-width: 900px;
  }
}
@media (max-width: 1366px) {
  .ceartas-final-cta {
    padding: 100px 0 0 0;
  }

  .final-cta__card .container {
    padding: 0 40px;
  }

  .final-cta__left {
    gap: 32px;
    padding: 70px 0;
    max-width: 650px;
  }

  .final-cta__title {
    font-size: 52px;
    line-height: 68px;
  }

  .final-cta__btn {
    font-size: 24px;
    padding: 12px 28px;
  }

  .final-cta__image img {
    margin-top: -120px;
    max-width: 820px;
  }
}

@media (max-width: 1024px) {
  .ceartas-final-cta {
    padding: 60px 0 0 0;
  }

  .final-cta__card {
    flex-direction: column;
    align-items: center;
  }

  .final-cta__card .container {
    padding: 0 30px;
  }

  .final-cta__left {
    align-items: center;
    gap: 28px;
    padding: 50px 0 40px 0;
    max-width: 100%;
    text-align: center;
    width: 100%;
  }

  .final-cta__right {
    position: relative;
    width: 100%;
    margin-left: 0;
    justify-content: center;
  }

  .final-cta__title {
    font-size: 38px;
    line-height: 50px;
  }

  .final-cta__btn {
    font-size: 20px;
    padding: 12px 28px;
  }

  .final-cta__image {
    justify-content: center;
  }

  .final-cta__image img {
    margin-top: 0;
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .ceartas-final-cta {
    padding: 40px 0 0 0;
  }

  .final-cta__card .container {
    padding: 0 20px;
  }

  .final-cta__left {
    gap: 24px;
    padding: 40px 0 30px 0;
  }

  .final-cta__card {
    justify-content: space-between;
    min-height: auto;
  }

  .final-cta__title {
    font-size: 28px;
    line-height: 38px;
  }

  .final-cta__btn {
    font-size: 18px;
    padding: 12px 24px;
    width: 100%;
    max-width: 320px;
  }
}