@import url("https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* HEADER */
.top-header {
  border-bottom: 1px solid #ddd;
  padding: 14px 0;
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 22px;
  font-weight: 600;
}

.brand img {
  height: 28px;
}

/* HERO */
.hero {
  padding: 80px 0 60px;
}

.hero h1 {
  font-family: Archivo;
  font-weight: 600;
  font-size: 61px;
  line-height: 78px;
  letter-spacing: 1px;
  vertical-align: middle;
  margin-bottom: 18px;
}

.hero p {
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0%;
  vertical-align: middle;

  max-width: 480px;
  margin-bottom: 10px;
}

.hero .sub-text {
  margin-bottom: 28px;
}

.hero-btn {
  background: #e11c23;
  color: #fff;
  padding: 12px 22px;
  font-family: Inter;
  font-weight: 600;
  font-style: Semi Bold;
  font-size: 16px;
  line-height: 17px;
  letter-spacing: 0%;
  vertical-align: middle;

  border-radius: 999px;
  border: none;
}

.hero-btn:hover {
  background: #c8171d;
  color: #fff;
}

.hero-img img {
  max-width: 100%;
}

/* STATS BAR */
.stats {
  background: #e11c23;
  border-radius: 24px;
  padding: 36px 20px;
  margin-bottom: 60px;
}

.stat-item h2 {
  color: #fff;
  font-family: Archivo;
  font-weight: 600;
  font-size: 65px;
  line-height: 65px;

  vertical-align: middle;

  margin-bottom: 6px;
}

.stat-item p {
  color: #fff;
  font-family: Archivo;
  font-weight: 600;
  font-size: 18px;
  line-height: 29px;
  vertical-align: middle;
  opacity: 0.95;
  margin: 0;
}




.ideas-section {
  padding: 80px 0;
}

.section-title {
  text-align: center;
  font-family: Archivo;
  font-weight: 600;

  font-size: 37px;
  line-height: 43.48px;

  text-align: center;
  vertical-align: middle;

  margin-bottom: 70px;
}

.idea-card {
  background: #f3f7ff;
  border-radius: 18px;
  padding: 24px;
  display: inline-block;
}

.idea-card img {
  max-width: 100%;
  border-radius: 14px;
}

.idea-title {
  font-family: Archivo;
  font-weight: 600;
  font-size: 34px;
  line-height: 44.69px;
  vertical-align: middle;

  margin-bottom: 14px;
}

.idea-desc {
  font-family: Inter;
  font-weight: 400;
  font-size: 18px;
  line-height: 28.42px;
  vertical-align: middle;

  color: #555;
  line-height: 1.7;
  max-width: 460px;
}

.idea-number {
  font-size: 18px;
  font-weight: 700;
  margin: 24px 0 6px;
}

.cta-title {
  font-family: Archivo;
  font-weight: 600;

  font-size: 23px;

  line-height: 30.36px;

  vertical-align: middle;

  margin-bottom: 10px;
}

.cta-desc {
  font-family: Inter;
  font-weight: 400;

  font-size: 16px;

  line-height: 25px;

  vertical-align: middle;

  color: #555;
  max-width: 420px;
  margin-bottom: 20px;
}

.cta-btn {
  background: #e11c23;
  color: #fff;
  border: none;
  border-radius: 999px;
  padding: 10px 22px;
  font-family: Inter;
  font-weight: 600;

  font-size: 16px;

  line-height: 17px;

  vertical-align: middle;
}

.cta-btn:hover {
  background: #c8171d;
  color: #fff;
}

/* Responsive */
@media (max-width: 991px) {
  .section-title {
    font-size: 26px;
    margin-bottom: 50px;
  }

  .idea-desc,
  .cta-desc {
    max-width: 100%;
  }

  .reverse-col {
    flex-direction: column-reverse;
  }
}

@media (max-width: 575px) {
  .ideas-section {
    padding: 60px 0;
  }

  .idea-title {
    font-size: 20px;
  }
}

.trust-section {
  background: linear-gradient(135deg, #1c1c22, #0f0f14);
  padding: 90px 0;
  color: #fff;
}

.trust-title {
  font-family: Archivo;
  font-weight: 600;
  font-size: 37px;
  line-height: 43.48px;
  vertical-align: middle;
  margin-bottom: 16px;
}

.trust-desc {
  font-family: Inter;
  font-weight: 400;
  font-size: 18px;
  line-height: 28.42px;
  vertical-align: middle;
  color: #cfcfd6;
  max-width: 420px;
  line-height: 1.7;
  margin-bottom: 18px;
}

.rating {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
}

.rating span {
  color: #ffc107;
  font-size: 16px;
}

/* TESTIMONIAL CARDS */
.testimonial-card {
  background: #e11c23;
  border-radius: 16px;
  padding: 26px 30px;
  margin-bottom: 26px;
  position: relative;
}

.testimonial-card::before {
  content: "";
  position: absolute;
  left: -12px;
  top: 30px;
  border-width: 10px 12px 10px 0;
  border-style: solid;
  border-color: transparent #e11c23 transparent transparent;
}

.quote-icon {
  font-size: 36px;
  font-weight: 700;
  opacity: 0.9;
  display: block;
  margin-bottom: 8px;
}

.testimonial-text {
  font-family: Archivo;
  font-weight: 600;

  font-size: 23px;

  line-height: 30.36px;

  vertical-align: middle;

  margin-bottom: 10px;
}

.testimonial-user {
  font-family: Inter;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  vertical-align: middle;

  opacity: 0.9;
}

/* Responsive */
@media (max-width: 991px) {
  .trust-section {
    padding: 70px 0;
  }

  .trust-title {
    font-size: 28px;
  }

  .testimonial-card::before {
    display: none;
  }
}

@media (max-width: 575px) {
  .trust-title {
    font-size: 24px;
  }

  .testimonial-text {
    font-size: 14px;
  }
}

.analystic {
  gap: 2rem;
}

.analytics-section {
  padding: 90px 0;
}

/* LEFT CARD */
.analytics-card {
  background: #f3f6fb;
  border-radius: 18px;
  padding: 40px;
  position: relative;
  box-shadow: 14px 14px 0 #000;
}

.analytics-card img {
  max-width: 100%;
  height: auto;
}

/* RIGHT CONTENT */
.analytics-title {
  font-family: Archivo;
  font-weight: 600;
  font-size: 37px;
  line-height: 43.48px;
  vertical-align: middle;

  margin-bottom: 8px;
}

.analytics-subtitle {
  font-family: Inter;
  font-weight: 400;
  font-size: 18px;
  line-height: 28.42px;
  letter-spacing: 0%;
  vertical-align: middle;

  margin-bottom: 14px;
  color: #444;
}

.analytics-desc {
  font-family: Inter;
  font-weight: 400;
  font-size: 18px;
  line-height: 28.42px;
  vertical-align: middle;

  color: #555;
  line-height: 1.7;
  max-width: 460px;
  margin-bottom: 22px;
}

.analytics-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.analytics-list li {
  font-family: Archivo;
  font-weight: 600;
  font-size: 23px;
  line-height: 30.36px;
  vertical-align: middle;
  margin-bottom: 12px;
  color: #111;
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .analytics-section {
    padding: 70px 0;
  }

  .analytics-card {
    margin-bottom: 40px;
    box-shadow: 10px 10px 0 #000;
  }

  .analytics-desc {
    max-width: 100%;
  }
}

@media (max-width: 575px) {
  .analytics-title {
    font-size: 24px;
  }

  .analytics-card {
    padding: 26px;
  }
}

.faq-section {
  padding: 60px 0;
}

.faq-wrapper {
  background: #ededed;
  border-radius: 40px;
  padding: 60px;
}

.faq-title {
  font-family: Archivo;
  font-weight: 600;
  font-size: 34px;
  line-height: 44.69px;
  vertical-align: middle;

  margin-bottom: 10px;
}

.faq-desc {
  font-family: Inter;
  font-weight: 400;
  font-size: 18px;
  line-height: 28.42px;
  vertical-align: middle;

  color: #555;
  max-width: 280px;
}

/* ACCORDION CUSTOM */
.accordion-item {
  background: transparent;
  border: none;
  padding: 18px 0;
}

.accordion-button {
  background: none;
  box-shadow: none;
  font-family: Archivo;
  font-weight: 600;
  font-size: 23px;
  line-height: 30.36px;
  vertical-align: middle;

  padding: 0;
  padding-right: 50px;
}

.accordion-button::after {
  display: none;
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-button:not(.collapsed) {
  color: #111;
  background: none;
}

.accordion-body {
  padding: 10px 0 0;
  font-family: Inter;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  vertical-align: middle;

  color: #444;
  max-width: 600px;
}

/* CUSTOM TOGGLE */
.toggle-icon {
  position: absolute;
  right: 0;
  top: 0;
  width: 26px;
  height: 26px;
  background: #e11c23;
  color: #fff;
  font-weight: 700;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}

.accordion-button.collapsed .toggle-icon::before {
  content: "+";
}

.accordion-button:not(.collapsed) .toggle-icon::before {
  content: "−";
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .faq-wrapper {
    padding: 40px;
  }

  .faq-desc {
    max-width: 100%;
    margin-bottom: 30px;
  }
}

@media (max-width: 575px) {
  .faq-wrapper {
    padding: 30px 20px;
  }

  .faq-title {
    font-size: 24px;
  }
}

.site-footer-top {
  background-color: #1e1c21;
}

.site-footer {
  position: relative;
  color: #cfcfd4;
  padding-top: 80px;
  overflow: hidden;
}

/* CURVED TOP CUT */

.footer-left {
  border-top-right-radius: 30px;
  background-color: #1e1c21;
  position: relative;
  z-index: 1;
}

.footer-right {
  background-color: #1e1c21;
}

.footer-content {
  position: relative;
  z-index: 2;
}

.footer-brand img {
  margin-bottom: 16px;
}

.footer-text {
  font-family: Inter;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  vertical-align: middle;

  max-width: 300px;
  color: #b5b5bb;
}

.footer-title {
  font-family: Archivo;
  font-weight: 600;
  font-size: 18px;
  line-height: 29px;
  vertical-align: middle;

  color: #fff;
  margin-bottom: 12px;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 8px;
}

.footer-links a {
  color: #b5b5bb;
  font-family: Inter;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  vertical-align: middle;

  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-links a:hover {
  color: #ffffff;
}

.footer-bottom {
  margin-top: 40px;
  font-size: 13px;
  color: #9a9aa0;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .footer-text {
    max-width: 100%;
  }

  .footer-bottom {
    text-align: center;
  }
}

/* Medium only */
@media (min-width: 768px) and (max-width: 991.98px) { 

.hero h1 {
    font-family: Archivo;
    font-weight: 600;
    font-size: 73px;
    line-height: 98px;

 }

/* Large only */
@media (min-width: 992px) and (max-width: 1199.98px) {
  .hero h1 {
    font-family: Archivo;
    font-weight: 600;
    font-size: 39px;
    line-height: 51px;
  }

  .trust-title,.analytics-title {
    font-size: 30px;
    line-height: 40.48px;}

    .trust-desc,.analytics-desc,.faq-desc,.faq-desc  {
    font-family: Inter;
    font-weight: 400;
    font-size: 15px;}
}

/* Extra large only */
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .hero h1 {
    font-family: Archivo;
    font-weight: 600;
    font-size: 51px;
    line-height: 70px;
  }
}
