/* ==================== FOOTER ==================== */

.footer-top {
  background: var(--bg);
  padding: 80px 60px 60px;
}

.footer-cta {
  margin-bottom: 56px;
}
.footer-cta h2 {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 40px;
  line-height: 1.25;
  color: var(--pink);
  max-width: 760px;
  margin-bottom: 28px;
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-bottom: 56px;
}
.footer-col h4 {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 17px;
  color: var(--pink);
  margin-bottom: 16px;
  padding-bottom: 8px;
  border-bottom: 2px solid rgba(189, 32, 89, 0.15);
}
.footer-col a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 7px 14px;
  border-radius: 8px;
  color: var(--pink);
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 400;
  transition: background 0.2s;
  border: 1.5px solid transparent;
}
.footer-col a:hover {
  background: rgba(189, 32, 89, 0.06);
  border-color: rgba(189, 32, 89, 0.15);
}
.chevron-r {
  flex-shrink: 0;
  opacity: 0.6;
  width: 7px;
  height: 12px;
}

.footer-bottom-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
}
.footer-acknowledge {
  max-width: 520px;
}
.footer-acknowledge h4,
.footer-connect h4 {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 17px;
  color: var(--pink);
  margin-bottom: 14px;
}
.footer-acknowledge p {
  font-size: 14px;
  line-height: 1.75;
  color: var(--pink);
  opacity: 0.8;
  font-weight: 300;
}

.socials {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.social-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1.5px solid var(--pink);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
}
.social-icon:hover {
  background: rgba(189, 32, 89, 0.08);
}
.social-icon svg {
  display: block;
}

/* ==================== FOOTER BOTTOM BAR ==================== */
.footer-bar {
  background: var(--yellow);
  padding: 40px 60px;
  position: relative;
  overflow: hidden;
  min-height: 180px;
}
.footer-bar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.footer-bar-left {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.footer-legal-link {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 15px;
  color: var(--pink);
}
.footer-legal-link:hover {
  text-decoration: underline;
}
.footer-copyright {
  font-size: 13px;
  color: var(--pink);
  opacity: 0.7;
}
.footer-bar-logo {
  width: 360px;
  flex-shrink: 0;
}
.footer-bar-logo img {
  width: 100%;
  height: auto;
  display: block;
}
.footer-bar-person {
  position: absolute;
  right: 60px;
  bottom: -1px !important;
  width: 260px;
  height: auto;
  pointer-events: none;
  display: block;
}

/* ==================== FINAL FOOTER BAR FIX ==================== */
.footer-bar {
  background: var(--yellow);
  position: relative;
  overflow: hidden;
}

.footer-bar-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  width: 100%;
}

.footer-bar-tagline {
  margin: 0;
  max-width: 660px;
  text-align: right;
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 32px;
  line-height: 1;
  color: var(--pink);
}

.footer .hero-actions {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
  flex-wrap: nowrap;
}

.footer .hero-actions .hs-cta-embed {
  display: inline-flex !important;
  flex: 0 0 auto;
}
.footer .footer-top .footer-col a {
  margin-bottom: 8px;
  padding: 8px 20px;
  border: none;
  border-radius: 20px;
  background: #fddb8a;
  color: #bf215b;
}

@media (min-width: 1025px) {
  .footer-bar {
    min-height: 620px;
    padding: 40px 60px;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }

  .footer-bar-inner {
    height: 540px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    gap: 0;
  }

  .footer-bar-left {
    max-width: 620px;
  }

  .footer-bar-logo {
    width: 533px;
  }

  .footer-bar-person {
/*     width: 356px;
    right: 0;
    top: 126px;
    bottom: auto; */
     width: 356px;
  right: 0;
  bottom: 0;
  top: auto;
  }
}

@media (max-width: 1024px) {
  .footer-bar {
    min-height: auto;
    padding: 40px 20px 180px;
  }

  .footer-bar-inner {
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 32px;
    align-items: flex-start;
  }

  .footer-bar-top {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .footer-bar-tagline {
    order: 1;
    max-width: 360px;
    text-align: left;
    font-size: 32px;
    line-height: 1.2;
  }

  .footer-bar-left {
    order: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .footer-legal-link {
    font-size: 16px;
    line-height: 1;
  }

  .footer-copyright {
    font-size: 14px;
    opacity: 1;
  }

  .footer-bar-logo {
    order: -1;
    width: min(645px, calc(100vw - 40px));
  }

  .footer-bar-person {
    width: 270px;
    height: 300px;
    right: 0;
    bottom: 0;
    top: auto;
  }
}

@media (max-width: 640px) {
  .footer-bar {
    padding: 60px 12px 300px;
  }

  .footer-bar-inner {
    gap: 24px;
  }

  .footer-bar-logo {
    order: -1;
    width: 100%;
  }

  .footer-bar-tagline {
    max-width: 100%;
    font-size: 32px;
    line-height: 1.15;
  }
  .footer .hero-actions {
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
  }
   .footer-bar-person {
   width: 250px;
    height: 270px;
    right: 0;
    bottom: 0;
    top: auto;
}

/* ==================== FINAL FOOTER TOP FIGMA FIX ==================== */
.footer .footer-top {
  border-top: 2px solid var(--pink);
  background: var(--bg);
}

.footer .footer-top .footer-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 64px;
}

.footer .footer-top .footer-cta h2 {
  margin: 0;
  max-width: 778px;
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 32px;
  line-height: 1.2;
  color: var(--pink);
}

.footer .footer-top .hero-actions {
  gap: 12px;
  flex-wrap: nowrap;
}

.footer .footer-top .hero-actions .outline-btn,
.footer .footer-top .hero-actions .green-btn {
  padding: 12px 28px;
  border-radius: 50px;
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 20px;
  line-height: 1.3;
}

.footer .footer-top .footer-links {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 64px 24px;
  margin-bottom: 64px;
}

.footer .footer-top .footer-col {
  width: 280px;
}

.footer .footer-top .footer-col h4 {
  margin: 0 0 28px;
  padding: 0;
  border: none;
  text-align: center;
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 20px;
  line-height: 1.3;
  color: #bf215b;
}

.footer .footer-top .footer-col a {
  margin-bottom: 8px;
  padding: 8px 20px;
  border: none;
  border-radius: 20px;
  background: #fddb8a;
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  color: #bf215b;
}

.footer .footer-top .footer-col a:hover {
  background: #fddb8a;
  border: none;
}

.footer .footer-top .chevron-r {
  width: 8px;
  height: 14px;
  opacity: 1;
}

.footer .footer-top .footer-bottom-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
}

.footer .footer-top .footer-acknowledge {
  max-width: 538px;
}

.footer .footer-top .footer-acknowledge h4,
.footer .footer-top .footer-connect h4 {
  margin: 0 0 16px;
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 24px;
  line-height: 34px;
  color: #bf215b;
}

.footer .footer-top .footer-acknowledge p {
  margin: 0;
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  color: #bf215b;
  opacity: 1;
}

.footer .footer-top .footer-connect {
  width: 280px;
}

.footer .footer-top .socials {
  gap: 12px;
}

.footer .footer-top .social-icon {
  width: 48px;
  height: 48px;
  border: 1px solid var(--pink);
}

@media (min-width: 1025px) {
  .footer .footer-top {
    padding: 120px 60px 80px;
  }
}

@media (max-width: 1024px) {
  .footer .footer-top {
    padding: 160px 12px 60px;
  }

  .footer .footer-top .footer-cta {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    margin-bottom: 56px;
  }

  .footer .footer-top .footer-cta h2 {
    max-width: 100%;
    font-size: 50px;
    font-size: clamp(36px, 8vw, 50px);
    line-height: 1.2;
  }

  .footer .footer-top .hero-actions {
    flex-wrap: wrap;
  }

  .footer .footer-top .hero-actions .outline-btn,
  .footer .footer-top .hero-actions .green-btn {
    font-size: 16px;
    line-height: 1;
    padding: 12px 20px;
  }

  .footer .footer-top .footer-links {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-bottom: 64px;
  }

  .footer .footer-top .footer-col {
    width: 100%;
  }

  .footer .footer-top .footer-col h4 {
    margin-bottom: 16px;
    text-align: left;
  }

  .footer .footer-top .footer-col a {
    margin-bottom: 8px;
  }

  .footer .footer-top .footer-bottom-row {
    display: flex;
    flex-direction: column;
    gap: 64px;
  }

  .footer .footer-top .footer-acknowledge,
  .footer .footer-top .footer-connect {
    width: 100%;
    max-width: 100%;
  }
}

/* ==================== RESET & BASE ==================== */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
button {
  cursor: pointer;
  font-family: inherit;
  border: none;
  background: none;
}
a {
  text-decoration: none;
}
ul {
  list-style: none;
}

:root {
  --bg: #fff9eb;
  --pink: #bd2059;
  --green: #00a69c;
  --yellow: #fddb8a;
  --blue: #00a8df;
  --orange: #f05a3b;
  --purple: #84246f;
  --purple2: #982880;
  --deep: #6c235a;
  --font-head: "Funnel Display", sans-serif;
  --font-body: "Lexend Deca", sans-serif;
}

body {
  font-family: var(--font-body);
  background: var(--bg);
  color: var(--pink);
}

.page {
  overflow-x: hidden;
}

/* ==================== SECTION PADDING ==================== */
.section {
  padding: 80px 60px;
}

.outline-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  border: 2px solid var(--pink);
  border-radius: 50px;
  color: var(--pink);
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 16px;
  background: transparent;
  white-space: nowrap;
}
.outline-btn:hover {
  background: rgba(189, 32, 89, 0.06);
}
.green-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  background: var(--green);
  border: 2px solid var(--green);
  border-radius: 50px;
  color: #fff;
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 16px;
  white-space: nowrap;
}
.green-btn.small,
.outline-btn.small {
  font-size: 14px;
  padding: 8px 18px;
}

.green-btn.full,
.outline-btn.full {
  width: 100%;
  justify-content: center;
}

button img,
.outline-btn img,
.green-btn img
{
  display: inline-block;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  object-fit: contain;
}