:root {
  --verde: #B0E000;
  --morado: #8447FF;
  --lila: #D9BBF9;
  --crema: #F2F0EF;
  --carbon: #383838;
}

* {
  box-sizing: border-box;
}

body {
  font-family: 'Lato', sans-serif;
  background: var(--crema);
  color: var(--carbon);
  overflow-x: hidden;
}

a {
  color: var(--morado);
}

.navbar {
  background: var(--crema);
  border-bottom: 2px solid var(--lila);
}

.navbar-brand span,
footer .brand {
  font-family: 'Pacifico', cursive;
}

.navbar-brand span {
  font-size: 1.6rem;
  color: var(--morado);
}

.nav-link {
  color: var(--carbon) !important;
  font-weight: 700;
  letter-spacing: .04em;
}

.nav-link:hover {
  color: var(--morado) !important;
}

.btn-nav {
  background: var(--morado);
  color: #fff !important;
  border-radius: 50px;
  padding: .35rem 1.2rem;
  font-weight: 700;
}

.btn-nav:hover {
  background: #6a35d6;
}

.hero {
  background: var(--morado);
  position: relative;
  overflow: hidden;
  min-height: 92vh;
  display: flex;
  align-items: center;
}

/* .hero::before,
.page-header::before,
.article-hero::before {
  content: '';
  position: absolute;
  background: rgba(255, 255, 255, .06);
  pointer-events: none;
} */

/* .hero::before {
  width: 600px;
  height: 600px;
  border-radius: 68% 32% 47% 53% / 44% 55% 45% 56%;
  top: -120px;
  right: -160px;
} */

/* .hero::after,
.page-header::after,
.article-hero::after {
  content: '';
  position: absolute;
  background: var(--verde);
  opacity: .16;
  pointer-events: none;
} */

/* .hero::after {
  width: 400px;
  height: 400px;
  border-radius: 40% 60% 60% 40% / 60% 40% 60% 40%;
  bottom: -80px;
  left: -100px;
} */

.hero-inner,
.page-header-inner,
.article-hero-inner {
  position: relative;
  z-index: 2;
}

.logo-slot {
  width: 160px;
  height: 160px;
  border-radius: 32px;
  border: 3px dashed rgba(255, 255, 255, .4);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 2.5rem;
  background: rgba(255, 255, 255, .08);
  backdrop-filter: blur(4px);
  animation: float 4s ease-in-out infinite;
}

.logo-slot span {
  font-family: 'Pacifico', cursive;
  font-size: 2.4rem;
  color: rgba(255, 255, 255, .9);
  letter-spacing: -1px;
}

.badge-soon,
.article-tag-hero {
  display: inline-block;
  background: var(--verde);
  color: var(--carbon);
  font-weight: 900;
  font-size: .78rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  padding: .35rem 1.1rem;
  border-radius: 50px;
  margin-bottom: 1.4rem;
}

.hero h1 {
  font-family: 'Pacifico', cursive;
  font-size: clamp(2.8rem, 7vw, 5.5rem);
  color: #fff;
  line-height: 1.05;
  margin-bottom: 1.2rem;
}

.hero-tagline {
  font-size: 1.2rem;
  color: var(--lila);
  font-weight: 300;
  max-width: 520px;
  margin: 0 auto 2.4rem;
  line-height: 1.7;
}

.email-form .form-control {
  border-radius: 50px 0 0 50px;
  border: none;
  padding: .75rem 1.4rem;
  background: rgba(255, 255, 255, .15);
  color: #fff;
  max-width: 300px;
}

.email-form .form-control::placeholder {
  color: rgba(255, 255, 255, .6);
}

.email-form .form-control:focus {
  outline: none;
  box-shadow: none;
  background: rgba(255, 255, 255, .25);
  color: #fff;
}

.btn-join,
.email-form .btn-join {
  border-radius: 0 50px 50px 0;
  background: var(--verde);
  color: var(--carbon);
  font-weight: 900;
  border: none;
  padding: .75rem 1.6rem;
  letter-spacing: .04em;
}

.btn-join:hover {
  background: #9acc00;
}

.hero-note {
  font-size: .78rem;
  color: rgba(255, 255, 255, .45);
  margin-top: .7rem;
}

.wave-divider {
  background: var(--morado);
  line-height: 0;
}

.wave-divider-svg {
  display: block;
  width: 100%;
  height: 60px;
}

.blog-category-pills {
  padding-top: 3rem;
}

.blog-section {
  padding: 5rem 0 3rem;
}

.section-eyebrow,
.page-eyebrow {
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--morado);
  margin-bottom: .5rem;
}

.section-title {
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  font-weight: 900;
  color: var(--carbon);
  margin-bottom: .5rem;
}

.section-sub {
  color: #777;
  font-size: 1rem;
  max-width: 480px;
}

.card-featured,
.card-article {
  border: none;
  overflow: hidden;
  height: 100%;
}

.card-featured {
  background: var(--morado);
  border-radius: 24px;
  color: #fff;
}

.card-featured .card-img-top,
.card-article-img {
  height: 240px;
  object-fit: cover;
}

.card-featured-img-placeholder,
.card-article-img-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-featured-img-placeholder {
  height: 240px;
  background: linear-gradient(135deg, #6a35d6 0%, var(--verde) 100%);
}

.card-featured-img-placeholder i {
  font-size: 4rem;
  color: rgba(255, 255, 255, .5);
}

.card-featured .card-body {
  padding: 1.8rem;
}

.card-featured .tag,
.card-article .tag {
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.card-featured .tag {
  display: inline-block;
  background: var(--verde);
  color: var(--carbon);
  padding: .25rem .8rem;
  border-radius: 50px;
  margin-bottom: 1rem;
}

.card-featured h3 {
  font-size: 1.45rem;
  font-weight: 900;
  line-height: 1.3;
  margin-bottom: .75rem;
}

.card-featured p {
  font-size: .93rem;
  color: var(--lila);
  line-height: 1.7;
}

.card-featured .meta {
  font-size: .78rem;
  color: rgba(255, 255, 255, .5);
  margin-top: 1.2rem;
}

.card-featured .read-link {
  color: var(--verde);
}

.card-article {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 2px 16px rgba(0, 0, 0, .06);
  transition: transform .2s ease, box-shadow .2s ease;
}

.card-article:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 32px rgba(132, 71, 255, .15);
}

.card-article-img-placeholder {
  height: 180px;
}

.card-article-img-placeholder i {
  font-size: 3rem;
  color: rgba(255, 255, 255, .6);
}

.card-article .card-body {
  padding: 1.4rem;
}

.card-article .tag {
  color: var(--morado);
  margin-bottom: .6rem;
  display: block;
}

.card-article h4 {
  font-size: 1.08rem;
  font-weight: 900;
  line-height: 1.4;
  color: var(--carbon);
  margin-bottom: .5rem;
}

.card-article p {
  font-size: .87rem;
  color: #777;
  line-height: 1.6;
}

.card-article .meta {
  font-size: .75rem;
  color: #bbb;
  margin-top: .9rem;
  display: flex;
  align-items: center;
  gap: .4rem;
}

.read-link,
.card-article .read-link {
  color: var(--morado);
  font-weight: 700;
  text-decoration: none;
  font-size: .85rem;
  margin-top: .8rem;
  display: inline-flex;
  align-items: center;
  gap: .25rem;
}

.read-link:hover {
  color: #6a35d6;
}

.cat-pill {
  display: inline-block;
  background: var(--lila);
  color: var(--morado);
  font-size: .72rem;
  font-weight: 700;
  padding: .3rem .9rem;
  border-radius: 50px;
  cursor: pointer;
  transition: background .15s, color .15s;
  border: 2px solid transparent;
  text-decoration: none;
}

.cat-pill:hover,
.cat-pill.active {
  background: var(--morado);
  color: #fff;
}

.mini-cta-card {
  background: var(--lila);
  border-radius: 1rem;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.mini-cta-card .section-eyebrow {
  color: var(--morado);
}

.mini-cta-card h4 {
  font-weight: 900;
  font-size: 1.3rem;
  color: var(--carbon);
}

.mini-cta-card p {
  color: #555;
  font-size: .9rem;
  margin-bottom: 1.2rem;
}

.mini-cta-card .btn {
  background: var(--morado);
  color: #fff;
  border-radius: 50px;
  padding: .7rem;
}

.pagination-area {
  padding: 2.5rem 0 5rem;
}

.page-link {
  color: var(--morado);
  border-color: var(--lila);
  font-weight: 700;
  border-radius: 10px !important;
  margin: 0 3px;
}

.page-link:hover,
.page-item.active .page-link {
  background: var(--morado);
  border-color: var(--morado);
  color: #fff;
}

.pagination-summary {
  font-size: .8rem;
}

.newsletter-strip {
  background: var(--carbon);
  padding: 3.5rem 0;
}

.newsletter-strip h2 {
  font-family: 'Pacifico', cursive;
  font-size: 2rem;
  color: #fff;
  margin-bottom: .5rem;
}

.newsletter-strip p {
  color: #fff;
  font-size: 1rem;
}

.newsletter-form {
  max-width: 480px;
  width: 100%;
}

.newsletter-strip .newsletter-form {
  border: 2px solid var(--carbon);
  border-radius: 50px;
  overflow: hidden;
}

.newsletter-strip .nl-input.form-control {
  border-radius: 50px 0 0 50px;
  border: 0;
  padding: .7rem 1.3rem;
  background: rgba(255, 255, 255, .7);
  font-family: 'Lato', sans-serif;
  box-shadow: none;
}

.newsletter-strip .nl-input.form-control:focus {
  outline: none;
  box-shadow: none;
  background: #fff;
}

.newsletter-strip .nl-btn {
  border-radius: 0 50px 50px 0;
  border: 0;
  background: var(--verde);
  color: #fff;
  font-weight: 900;
  padding: .7rem 1.4rem;
  font-family: 'Lato', sans-serif;
  cursor: pointer;
  min-width: 136px;
}

.newsletter-strip .nl-btn:hover {
  background: #9cc900;
}

.newsletter-note,
.footer-copyright {
  font-size: .78rem;
}

.newsletter-note {
  color: #3a4a00;
  margin-top: .7rem;
}

.site-message {
  margin: .5rem auto 0;
  font-weight: 700;
  font-size: .85rem;
}

footer {
  background: var(--carbon);
  color: rgba(255, 255, 255, .6);
  font-size: .85rem;
  padding: 2.5rem 0;
}

footer .brand {
  font-size: 1.4rem;
  color: var(--lila);
}

footer a {
  color: rgba(255, 255, 255, .5);
  text-decoration: none;
}

footer a:hover {
  color: var(--verde);
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.footer-tagline {
  font-size: .82rem;
  margin: 0;
}

.footer-social-link {
  font-size: 1.2rem;
  color: rgba(255, 255, 255, .5);
}

.footer-copyright {
  margin: .5rem 0 0;
}

.page-header {
  background: var(--morado);
  padding: 3.5rem 0 4.5rem;
  position: relative;
  overflow: hidden;
}

/* .page-header::before {
  width: 420px;
  height: 420px;
  border-radius: 60% 40% 55% 45% / 45% 55% 45% 55%;
  top: -100px;
  right: -100px;
}

.page-header::after {
  width: 220px;
  height: 220px;
  border-radius: 40% 60% 60% 40% / 60% 40% 60% 40%;
  bottom: -40px;
  left: -60px;
} */

.breadcrumb-bar {
  display: flex;
  align-items: center;
  gap: .5rem;
  font-size: .8rem;
  font-weight: 700;
  color: var(--lila);
  margin-bottom: 1.4rem;
}

.breadcrumb-bar a {
  color: rgba(255, 255, 255, .5);
  text-decoration: none;
}

.breadcrumb-bar a:hover {
  color: #fff;
}

.breadcrumb-bar .sep {
  color: rgba(255, 255, 255, .25);
}

.page-eyebrow {
  color: var(--verde);
  font-size: .72rem;
  margin-bottom: .7rem;
}

.page-header h1 {
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  font-weight: 900;
  color: #fff;
  margin-bottom: .8rem;
  line-height: 1.15;
}

.page-header p {
  font-size: 1.05rem;
  color: var(--lila);
  max-width: 480px;
  line-height: 1.7;
  margin: 0;
}

.page-header-meta {
  font-size: .85rem;
  color: var(--lila);
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
}

.article-hero {
  background: var(--morado);
  padding: 4rem 0 0;
  position: relative;
  overflow: hidden;
}

.article-hero::before {
  width: 500px;
  height: 500px;
  border-radius: 60% 40% 55% 45% / 45% 55% 45% 55%;
  top: -100px;
  right: -120px;
}

.article-hero::after {
  width: 300px;
  height: 300px;
  border-radius: 40% 60% 60% 40% / 60% 40% 60% 40%;
  bottom: 40px;
  left: -80px;
}

.article-tag-hero {
  font-size: .72rem;
  margin-bottom: 1.4rem;
}

.article-hero h1 {
  font-size: clamp(2rem, 5vw, 3.4rem);
  font-weight: 900;
  color: #fff;
  line-height: 1.15;
  margin-bottom: 1.2rem;
}

.article-meta-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.2rem;
  color: var(--lila);
  font-size: .85rem;
  margin-bottom: 2.5rem;
}

.article-meta-bar .author {
  display: flex;
  align-items: center;
  gap: .6rem;
}

.author-avatar,
.author-card .av {
  border-radius: 50%;
  background: linear-gradient(135deg, var(--lila), var(--verde));
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  color: var(--carbon);
  flex-shrink: 0;
}

.author-avatar {
  width: 38px;
  height: 38px;
  font-size: .9rem;
}

.author-name {
  font-weight: 700;
  color: #fff;
  font-size: .9rem;
}

.author-role {
  font-size: .78rem;
}

.meta-sep {
  color: rgba(255, 255, 255, .25);
}

.hero-img-strip {
  margin-top: 3rem;
  border-radius: 24px 24px 0 0;
  overflow: hidden;
  height: 340px;
  background: linear-gradient(135deg, #6a35d6 0%, #b0e000 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-size: cover;
  background-position: center;
}

.hero-img-strip i {
  font-size: 6rem;
  color: rgba(255, 255, 255, .25);
}

.hero-img-label {
  position: absolute;
  bottom: 1.2rem;
  right: 1.4rem;
  background: rgba(0, 0, 0, .4);
  color: rgba(255, 255, 255, .7);
  font-size: .72rem;
  padding: .25rem .7rem;
  border-radius: 50px;
  backdrop-filter: blur(4px);
}

.article-layout {
  padding: 4rem 0 3rem;
}

.article-body {
  font-size: 1.06rem;
  line-height: 1.85;
  color: #444;
}

.article-body h2 {
  font-size: 1.55rem;
  font-weight: 900;
  color: var(--carbon);
  margin-top: 2.6rem;
  margin-bottom: .8rem;
  padding-left: 1rem;
  border-left: 4px solid var(--morado);
}

.article-body h3 {
  font-size: 1.15rem;
  font-weight: 900;
  color: var(--carbon);
  margin-top: 1.8rem;
  margin-bottom: .5rem;
}

.article-body p {
  margin-bottom: 1.3rem;
}

.article-body strong {
  color: var(--carbon);
}

.article-body ul,
.article-body ol {
  padding-left: 1.4rem;
  margin-bottom: 1.4rem;
}

.article-body li {
  margin-bottom: .5rem;
}

.pull-quote {
  background: var(--lila);
  border-radius: 16px;
  padding: 1.6rem 2rem;
  margin: 2.2rem 0;
  position: relative;
}

.pull-quote::before {
  content: '"';
  font-family: 'Pacifico', cursive;
  font-size: 5rem;
  color: var(--morado);
  opacity: .25;
  position: absolute;
  top: -.5rem;
  left: 1.2rem;
  line-height: 1;
}

.pull-quote p {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--morado);
  font-style: italic;
  margin: 0;
  line-height: 1.6;
}

.tip-box {
  background: #fff;
  border: 2px solid var(--verde);
  border-radius: 16px;
  padding: 1.4rem 1.6rem;
  margin: 2rem 0;
  display: flex;
  gap: 1rem;
}

.tip-box .tip-icon {
  font-size: 1.6rem;
  flex-shrink: 0;
  color: var(--verde);
}

.tip-box p {
  margin: 0;
  font-size: .95rem;
}

.tip-box strong {
  color: var(--carbon);
  display: block;
  margin-bottom: .3rem;
}

.step-card {
  background: #fff;
  border-radius: 16px;
  padding: 1.4rem;
  box-shadow: 0 2px 14px rgba(0, 0, 0, .06);
  display: flex;
  gap: 1rem;
  margin-bottom: 1rem;
}

.step-num {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--morado);
  color: #fff;
  font-weight: 900;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.step-card h4 {
  font-size: 1rem;
  font-weight: 900;
  margin-bottom: .25rem;
  color: var(--carbon);
}

.step-card p {
  font-size: .9rem;
  color: #666;
  margin: 0;
}

.content-table {
  background: #fff;
  border-radius: 16px;
  padding: 1.4rem 1.8rem;
  margin: 1.5rem 0;
  box-shadow: 0 2px 12px rgba(0, 0, 0, .06);
  overflow-x: auto;
}

.article-tags {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  margin-top: 2.5rem;
}

.article-tag {
  display: inline-block;
  background: var(--lila);
  color: var(--morado);
  font-size: .75rem;
  font-weight: 700;
  padding: .3rem .9rem;
  border-radius: 50px;
  text-decoration: none;
}

.article-tag:hover {
  background: var(--morado);
  color: #fff;
}

.share-bar {
  background: #fff;
  border-radius: 16px;
  padding: 1.2rem 1.6rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  box-shadow: 0 2px 12px rgba(0, 0, 0, .06);
  margin-top: 2.5rem;
}

.share-bar span {
  font-weight: 700;
  font-size: .88rem;
  color: var(--carbon);
}

.share-btn {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  border: none;
  border-radius: 50px;
  padding: .4rem 1rem;
  font-size: .82rem;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
  transition: opacity .15s;
}

.share-btn:hover {
  opacity: .8;
}

.share-btn.fb {
  background: #1877f2;
  color: #fff;
}

.share-btn.tw {
  background: #000;
  color: #fff;
}

.share-btn.wa {
  background: #25d366;
  color: #fff;
}

.share-btn.cp {
  background: var(--lila);
  color: var(--morado);
}

.author-card {
  background: var(--morado);
  border-radius: 20px;
  padding: 1.8rem;
  color: #fff;
  margin-top: 2.5rem;
}

.author-card .av {
  width: 60px;
  height: 60px;
  font-size: 1.4rem;
}

.author-card h5 {
  font-weight: 900;
  margin-bottom: .2rem;
}

.author-card p,
.author-card-role {
  font-size: .88rem;
  color: var(--lila);
  line-height: 1.6;
}

.sidebar,
.info-sidebar,
.toc-sidebar {
  position: sticky;
  top: 84px;
}

.sidebar-card,
.info-box,
.toc-box {
  background: #fff;
  border-radius: 20px;
  padding: 1.6rem;
  box-shadow: 0 2px 16px rgba(0, 0, 0, .06);
  margin-bottom: 1.6rem;
}

.sidebar-card h6,
.info-box h6,
.toc-box h6 {
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--morado);
  margin-bottom: 1.1rem;
}

.reading-progress {
  position: fixed;
  top: 0;
  left: 0;
  height: 3px;
  background: var(--verde);
  width: 0%;
  z-index: 9999;
  transition: width .1s linear;
}

.toc-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.toc-list li {
  margin-bottom: .5rem;
}

.toc-list a {
  color: #777;
  text-decoration: none;
  font-size: .88rem;
  display: flex;
  align-items: flex-start;
  gap: .5rem;
  padding: .3rem .5rem;
  border-radius: 8px;
  transition: background .15s, color .15s;
}

.toc-list a:hover,
.toc-list a.active {
  background: var(--lila);
  color: var(--morado);
}

.toc-list a::before {
  content: '·';
  color: var(--morado);
  font-size: 1.2rem;
  line-height: 1;
  flex-shrink: 0;
}

.related-mini {
  display: flex;
  gap: .9rem;
  align-items: flex-start;
  padding-bottom: 1rem;
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 1rem;
  text-decoration: none;
  color: inherit;
}

.related-mini:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.related-mini .thumb {
  width: 56px;
  height: 56px;
  border-radius: 10px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
}

.related-mini .thumb i {
  color: rgba(255, 255, 255, .8);
}

.related-mini h6 {
  font-size: .85rem;
  font-weight: 700;
  color: var(--carbon);
  margin: 0 0 .2rem;
  line-height: 1.35;
}

.related-mini span {
  font-size: .75rem;
  color: #aaa;
}

.related-mini:hover h6 {
  color: var(--morado);
}

.sidebar-cta {
  background: var(--morado);
  border-radius: 20px;
  padding: 1.6rem;
  color: #fff;
  text-align: center;
}

.sidebar-cta .icon {
  font-size: 2.4rem;
  margin-bottom: .8rem;
}

.sidebar-cta h6 {
  font-family: 'Pacifico', cursive;
  font-size: 1.2rem;
  color: var(--verde);
  margin-bottom: .5rem;
}

.sidebar-cta p {
  font-size: .85rem;
  color: var(--lila);
  margin-bottom: 1.1rem;
  line-height: 1.5;
}

.sidebar-cta .btn-cta {
  background: var(--verde);
  color: var(--carbon);
  border: none;
  border-radius: 50px;
  padding: .55rem 1.2rem;
  font-weight: 900;
  font-size: .85rem;
  cursor: pointer;
  width: 100%;
  text-decoration: none;
  display: block;
}

.related-section {
  padding: 4rem 0 2rem;
}

.related-all-btn {
  background: var(--morado);
  color: #fff;
  border-radius: 50px;
  font-weight: 700;
  padding: .5rem 1.5rem;
}

.contact-card-strip {
  padding: 3.5rem 0 0;
}

.contact-layout,
.text-page-layout {
  padding: 4rem 0 5rem;
}

.contact-card {
  background: #fff;
  border-radius: 20px;
  padding: 1.8rem;
  box-shadow: 0 2px 16px rgba(0, 0, 0, .06);
  display: flex;
  gap: 1.2rem;
  align-items: flex-start;
  text-decoration: none;
  color: inherit;
  transition: transform .2s ease, box-shadow .2s ease;
  height: 100%;
}

.contact-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 28px rgba(132, 71, 255, .15);
  color: inherit;
}

.contact-card .cc-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  flex-shrink: 0;
}

.contact-card h5 {
  font-size: 1rem;
  font-weight: 900;
  color: var(--carbon);
  margin-bottom: .25rem;
}

.contact-card p {
  font-size: .88rem;
  color: #888;
  margin-bottom: .5rem;
  line-height: 1.5;
}

.contact-card .cc-link {
  font-size: .88rem;
  font-weight: 700;
  color: var(--morado);
}

.form-card {
  background: #fff;
  border-radius: 24px;
  padding: 2.4rem;
  box-shadow: 0 2px 20px rgba(0, 0, 0, .07);
}

.form-card h2 {
  font-size: 1.5rem;
  font-weight: 900;
  color: var(--carbon);
  margin-bottom: .4rem;
}

.form-card>p {
  font-size: .95rem;
  color: #888;
  margin-bottom: 2rem;
}

.form-label {
  font-size: .82rem;
  font-weight: 700;
  color: var(--carbon);
  margin-bottom: .4rem;
}

.required {
  color: var(--morado);
}

.form-control,
.form-select {
  border: 2px solid #e8e4f0;
  border-radius: 12px;
  padding: .7rem 1rem;
  font-size: .95rem;
  background: var(--crema);
  color: var(--carbon);
  transition: border-color .15s, box-shadow .15s;
}

.form-control:focus,
.form-select:focus {
  border-color: var(--morado);
  box-shadow: 0 0 0 3px rgba(132, 71, 255, .12);
  background: #fff;
  outline: none;
}

textarea.form-control {
  resize: vertical;
  min-height: 140px;
}

.form-control.is-filled {
  border-color: var(--morado);
  background: #fff;
}

.topic-chips,
.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
}

.topic-chips {
  margin-bottom: 1.5rem;
}

.topic-chip {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  border: 2px solid #e8e4f0;
  border-radius: 50px;
  padding: .35rem 1rem;
  font-size: .82rem;
  font-weight: 700;
  color: #888;
  cursor: pointer;
  transition: border-color .15s, color .15s, background .15s;
  user-select: none;
}

.topic-chip:hover {
  border-color: var(--lila);
  color: var(--morado);
}

.topic-chip.selected {
  border-color: var(--morado);
  background: var(--lila);
  color: var(--morado);
}

.btn-send {
  background: var(--morado);
  color: #fff;
  border: none;
  border-radius: 50px;
  padding: .8rem 2.2rem;
  font-size: 1rem;
  font-weight: 900;
  cursor: pointer;
  transition: background .15s, transform .1s;
  text-decoration: none;
}

.btn-send:hover {
  background: #6a35d6;
  color: #fff;
}

.safe-note {
  font-size: .8rem;
  color: #bbb;
}

.form-success {
  display: none;
  text-align: center;
  padding: 3rem 1rem;
}

.form-success.is-visible {
  display: block;
}

.form-success .success-icon {
  font-size: 3.5rem;
  color: var(--verde);
  margin-bottom: 1rem;
}

.form-success h3 {
  font-size: 1.5rem;
  font-weight: 900;
  color: var(--carbon);
  margin-bottom: .5rem;
}

.form-success p {
  color: #888;
  font-size: 1rem;
}

.response-times {
  display: flex;
  flex-direction: column;
  gap: .7rem;
}

.response-times div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: .9rem;
}

.response-times div span:last-child {
  background: var(--lila);
  color: var(--morado);
  border-radius: 50px;
  padding: .2rem .75rem;
  font-size: .78rem;
  font-weight: 700;
}

.faq-item {
  margin-bottom: 1rem;
}

.faq-item summary {
  font-size: .9rem;
  font-weight: 700;
  color: var(--carbon);
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: .5rem 0;
  border-bottom: 1px solid #f0f0f0;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: '\F282';
  font-family: 'bootstrap-icons';
  font-size: .85rem;
  color: var(--morado);
  transition: transform .2s;
  flex-shrink: 0;
}

.faq-item[open] summary::after {
  transform: rotate(180deg);
}

.faq-item p,
.info-box p {
  font-size: .87rem;
  color: #777;
  line-height: 1.65;
  margin: .7rem 0 0;
}

.social-link {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  background: var(--crema);
  border: 2px solid #e8e4f0;
  border-radius: 50px;
  padding: .4rem 1rem;
  font-size: .82rem;
  font-weight: 700;
  color: var(--carbon);
  text-decoration: none;
  transition: border-color .15s, color .15s;
}

.social-link:hover {
  border-color: var(--morado);
  color: var(--morado);
}

.text-content {
  font-size: 1rem;
  line-height: 1.85;
  color: #4a4a4a;
}

.text-content .tc-section {
  margin-bottom: 3rem;
}

.text-content h2 {
  font-size: 1.35rem;
  font-weight: 900;
  color: var(--carbon);
  margin-bottom: .9rem;
  display: flex;
  align-items: center;
  gap: .75rem;
}

.text-content h2 .section-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--lila);
  color: var(--morado);
  font-size: .8rem;
  font-weight: 900;
  flex-shrink: 0;
}

.text-content p {
  margin-bottom: 1rem;
}

.text-content ul,
.text-content ol {
  padding-left: 1.4rem;
  margin-bottom: 1.2rem;
}

.text-content li {
  margin-bottom: .45rem;
}

.highlight-box {
  background: var(--lila);
  border-radius: 14px;
  padding: 1.2rem 1.5rem;
  margin: 1.5rem 0;
  font-size: .95rem;
  color: var(--carbon);
}

.highlight-box strong {
  color: var(--morado);
}

.section-divider {
  border: none;
  border-top: 2px dashed var(--lila);
  margin: 2.5rem 0;
}

.updated-pill {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  background: #fff;
  border: 2px solid var(--lila);
  border-radius: 50px;
  padding: .35rem 1rem;
  font-size: .78rem;
  font-weight: 700;
  color: var(--morado);
  margin-bottom: 2rem;
}

.contact-box {
  background: var(--morado);
  border-radius: 18px;
  padding: 1.5rem;
  margin-top: 1.4rem;
  color: #fff;
  text-align: center;
}

.contact-box .icon {
  font-size: 2rem;
  margin-bottom: .6rem;
}

.contact-box p {
  font-size: .85rem;
  color: var(--lila);
  line-height: 1.5;
  margin-bottom: 1rem;
}

.contact-box a.btn-contact {
  display: block;
  background: var(--verde);
  color: var(--carbon);
  border-radius: 50px;
  font-weight: 900;
  font-size: .85rem;
  padding: .55rem 1rem;
  text-decoration: none;
}

.empty-state {
  background: #fff;
  border-radius: 18px;
  padding: 2rem;
  color: #777;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(28px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.fade-up-1 {
  animation: fadeUp .7s ease both;
}

.fade-up-2 {
  animation: fadeUp .7s .18s ease both;
}

.fade-up-3 {
  animation: fadeUp .7s .34s ease both;
}

.fade-up-4 {
  animation: fadeUp .7s .5s ease both;
}

@keyframes float {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}

@media (max-width: 576px) {

  .email-form,
  .newsletter-form {
    flex-direction: column;
    gap: .6rem;
  }

  .newsletter-strip .newsletter-form {
    border: 0;
    border-radius: 0;
    overflow: visible;
  }

  .email-form .form-control,
  .email-form .btn-join,
  .newsletter-strip .nl-input.form-control,
  .newsletter-strip .nl-btn {
    border-radius: 50px;
    width: 100%;
    max-width: none;
    border: 2px solid var(--carbon);
  }

  .hero {
    min-height: 86vh;
  }

  .logo-slot {
    width: 120px;
    height: 120px;
  }
}