/* Reforma Tributária landing page */
:root {
  --reforma-green: #2CC295;
  --reforma-dark: #05372D;
  --reforma-deep: #022B20;
  --reforma-text: #1E4037;
  --reforma-muted: #4F6F64;
  --reforma-ice: #F2FBF6;
  --reforma-ice-strong: #E3F4EC;
}

#reforma-tributaria {
  background-color: #ffffff;
  color: var(--reforma-text);
  overflow-x: hidden;
}

#reforma-tributaria .reforma-page {
  display: flex;
  flex-direction: column;
  gap: 0;
}

/* Hero */
.reforma-hero {
  padding: 160px 0 60px;
  background: linear-gradient(180deg, #F0FFEB 0%, #FFFFFF 100%);
  position: relative;
}

.reforma-hero__content {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 60px;
  align-items: center;
}

.reforma-hero__content > * {
  min-width: 0;
}

.reforma-hero__text h1 {
  font-family: 'bornasemibold', sans-serif;
  font-size: clamp(3.6rem, 4vw, 5.6rem);
  line-height: 1.1;
  letter-spacing: -0.015em;
  color: var(--reforma-deep);
  margin-bottom: 20px;
}

.reforma-hero__text h1 span {
  color: var(--reforma-green);
}

.reforma-hero__subtitle {
  font-size: 1.8rem;
  line-height: 1.6;
  color: var(--reforma-muted);
  margin-bottom: 28px;
  max-width: 540px;
}

.reforma-hero__features {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 32px;
}

.reforma-hero__feature {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-size: 1.6rem;
  color: var(--reforma-text);
  font-weight: 500;
}

.reforma-hero__feature svg {
  width: 24px;
  height: 24px;
  stroke: var(--reforma-green);
}

.reforma-hero__cta .wmbr-btn {
  padding: 16px 32px;
  border-radius: 999px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-weight: 700;
  font-size: 1.4rem;
  box-shadow: 0 16px 38px -18px rgba(7, 112, 81, 0.7);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.reforma-hero__image img {
  max-width: 80%;
  height: auto;
  display: block;
}

#reforma-tributaria .plans-section .wrapper-container {
  overflow: hidden;
}

/* Generic sections */
.reforma-section {
  padding: 72px 0;
  position: relative;
}

.reforma-section .section-header {
  text-align: center;
  margin-bottom: 28px;
}

.reforma-section .section-header h2 {
  font-family: 'bornabold', sans-serif;
  font-weight: 600;
  font-size: clamp(3rem, 3.6vw, 4.2rem);
  color: var(--reforma-deep);
  letter-spacing: -0.01em;
  margin-bottom: 10px;
}

.reforma-section .section-header p {
  font-size: 1.6rem;
  color: var(--reforma-muted);
  margin: 0 auto;
  max-width: 660px;
}

.reforma-section__content {
  max-width: 880px;
  margin: 0 auto;
  font-size: 1.7rem;
  line-height: 1.75;
  color: var(--reforma-text);
  display: grid;
  gap: 20px;
}

.reforma-section--cards {
  background: var(--reforma-ice);
}

.reforma-cards__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.reforma-card {
  background: #ffffff;
  border-radius: 24px;
  padding: 32px;
  border: 1px solid rgba(7, 112, 81, 0.12);
  box-shadow: 0 24px 60px -40px rgba(7, 112, 81, 0.55);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.reforma-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(44, 194, 149, 0.08), rgba(7, 112, 81, 0));
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.reforma-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 30px 80px -45px rgba(7, 112, 81, 0.7);
}

.reforma-card:hover::after {
  opacity: 1;
}

.reforma-card__number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: var(--reforma-green);
  color: #ffffff;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 24px;
}

.reforma-card h3 {
  font-size: 2.4rem;
  font-weight: 600;
  color: var(--reforma-deep);
  margin-bottom: 18px;
}

.reforma-card p {
  font-size: 1.6rem;
  line-height: 1.65;
  color: var(--reforma-text);
}

.reforma-section--testing {
  background: linear-gradient(125deg, rgba(7, 112, 81, 0.05) 0%, rgba(44, 194, 149, 0) 100%);
}

.reforma-section--plans {
  background: #F8FDFB;
  padding-bottom: 120px;
}

.page-template-page-reforma-tributaria .plans-section,
.page-id-1992 .plans-section {
  padding-top: 6rem;
}

@media (max-width: 640px) {
  .page-template-page-reforma-tributaria .plans-section,
  .page-id-1992 .plans-section {
    padding-top: 4.5rem;
  }
}

.reforma-plans__table {
  margin-top: 40px;
  padding: 0 16px;
  overflow-x: auto;
}

.reforma-plans__table::-webkit-scrollbar {
  height: 8px;
}

.reforma-plans__table::-webkit-scrollbar-thumb {
  background: rgba(7, 112, 81, 0.2);
  border-radius: 999px;
}

.reforma-plans__table .table-box {
  margin: 0 auto;
  min-width: 960px;
}

.reforma-plans__table .table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 28px;
  background: #ffffff;
  box-shadow: 0 22px 45px -35px rgba(7, 112, 81, 0.4);
  overflow: hidden;
}

.reforma-plans__table thead tr:first-child th {
  background: var(--reforma-deep);
  color: #ffffff;
  font-family: 'bornasemibold', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 1.3rem;
  padding: 18px 24px;
}

.reforma-plans__table thead tr:first-child th:first-child {
  border-top-left-radius: 28px;
}

.reforma-plans__table thead tr:first-child th:last-child {
  border-top-right-radius: 28px;
}

.reforma-plans__table thead tr:not(:first-child) th {
  background: #F3FBF6;
  color: var(--reforma-dark);
  font-size: 1.3rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 14px 24px;
}

.reforma-plans__table tbody tr td,
.reforma-plans__table thead tr th {
  text-align: left;
}

.reforma-plans__table thead tr th:not(:first-child),
.reforma-plans__table tbody tr td:not(:first-child) {
  text-align: center;
}

.reforma-plans__table tbody tr td {
  padding: 16px 24px;
  font-size: 1.5rem;
  color: var(--reforma-text);
  vertical-align: middle;
  border-bottom: 1px solid rgba(7, 112, 81, 0.08);
}

.reforma-plans__table tbody tr:nth-child(even) {
  background: rgba(7, 112, 81, 0.02);
}

.reforma-plans__table tbody tr:last-child td {
  border-bottom: none;
}

.reforma-plans__table td strong {
  color: var(--reforma-dark);
}

.reforma-plans__table td#column-1,
.reforma-plans__table th#column-1 {
  font-weight: 600;
  color: var(--reforma-dark);
}

.reforma-plans__table td img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}

.reforma-section--plans .section-header {
  margin-bottom: 48px;
}

/* CTA */
.reforma-cta {
  padding: 110px 0 120px;
  background: linear-gradient(110deg, #05372D 0%, #0A5040 70%);
  color: #ffffff;
  position: relative;
}

.reforma-cta::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top right, rgba(44, 194, 149, 0.45), rgba(4, 38, 30, 0));
  pointer-events: none;
}

.reforma-cta__content {
  position: relative;
  max-width: 760px;
  display: grid;
  gap: 28px;
  margin: 0 auto;
  text-align: center;
  justify-items: center;
}

.reforma-cta__content h2 {
  font-family: 'bornabold', sans-serif;
  font-size: clamp(3.2rem, 3.6vw, 4.2rem);
  line-height: 1.2;
}

.reforma-cta__content h2 span {
  color: var(--reforma-green);
}

.reforma-cta__content p {
  font-size: 1.7rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.85);
}

.reforma-cta__features {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
}

.reforma-cta__feature {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(255, 255, 255, 0.12);
  padding: 12px 20px;
  border-radius: 999px;
  font-size: 1.4rem;
  font-weight: 600;
  color: #ffffff;
}

.reforma-cta__feature svg {
  width: 20px;
  height: 20px;
}

.reforma-cta .wmbr-btn {
  justify-self: center;
  padding: 18px 38px;
  border-radius: 999px;
  background: #ffffff;
  color: var(--reforma-dark);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  box-shadow: 0 18px 40px -24px rgba(255, 255, 255, 0.9);
  white-space: normal;
  line-height: 1.4;
}

.reforma-cta .wmbr-btn:hover {
  background: rgba(255, 255, 255, 0.9);
}

.reforma-cta__info {
  font-size: 1.4rem;
  opacity: 0.8;
  margin: 0;
}

/* FAQ */
.reforma-faq {
  padding: 120px 0 140px;
  background: #ffffff;
}

.reforma-faq__layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 60px;
  align-items: start;
}

.reforma-faq__intro .section-tag {
  display: inline-block;
  background: rgba(44, 194, 149, 0.12);
  color: var(--reforma-green);
  padding: 8px 16px;
  border-radius: 999px;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.reforma-faq__intro h2 {
  font-family: 'bornabold', sans-serif;
  font-size: clamp(3rem, 3.4vw, 4rem);
  color: var(--reforma-deep);
  margin-bottom: 16px;
}

.reforma-faq__intro p {
  font-size: 1.6rem;
  color: var(--reforma-muted);
  line-height: 1.7;
}

.reforma-faq__list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.reforma-faq__item {
  background: var(--reforma-ice);
  border-radius: 20px;
  padding: 22px 26px;
  border: 1px solid transparent;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.reforma-faq__item.is-open {
  border-color: rgba(44, 194, 149, 0.5);
  box-shadow: 0 18px 40px -34px rgba(7, 112, 81, 0.6);
  background: #ffffff;
}

.reforma-faq__question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border: 0;
  background: transparent;
  color: var(--reforma-deep);
  font-size: 1.7rem;
  font-weight: 600;
  text-align: left;
  cursor: pointer;
}

.reforma-faq__indicator {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--reforma-green);
  position: relative;
  flex-shrink: 0;
}

.reforma-faq__indicator::before,
.reforma-faq__indicator::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 2px;
  background: #ffffff;
  border-radius: 999px;
  transform: translate(-50%, -50%);
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.reforma-faq__indicator::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.reforma-faq__item.is-open .reforma-faq__indicator::after {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(90deg) scaleY(0);
}

.reforma-faq__answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease, margin-top 0.35s ease;
  color: var(--reforma-text);
}

.reforma-faq__item.is-open .reforma-faq__answer {
  margin-top: 16px;
  max-height: 240px;
}

.reforma-faq__answer p {
  font-size: 1.5rem;
  line-height: 1.7;
  margin: 0;
}

/* Responsive */
@media (max-width: 1180px) {
  .reforma-hero {
    padding: 130px 0 90px;
  }

  .reforma-hero__content {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .reforma-hero__image {
    order: -1;
    max-width: 520px;
  }

  .reforma-hero__image img {
    margin: 0 auto;
  }

  .reforma-cards__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 940px) {
  .reforma-hero {
    padding: 110px 0 72px;
  }

  .reforma-section {
    padding: 68px 0;
  }

  .reforma-faq {
    padding: 96px 0 112px;
  }

  .reforma-faq__layout {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

@media (max-width: 768px) {
  .reforma-hero {
    padding: 84px 0 64px;
  }

  .reforma-hero__content {
    gap: 28px;
  }

  .reforma-hero__image {
    margin: 0 auto 12px;
  }

  .reforma-section {
    padding: 60px 0;
  }

  .reforma-cards__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .reforma-card {
    padding: 28px;
  }

  .reforma-cta {
    padding: 78px 0;
  }

  .reforma-cta__content {
    gap: 24px;
  }

  .reforma-cta__features {
    flex-direction: column;
    align-items: center;
    gap: 14px;
  }

  .reforma-faq {
    padding: 80px 0 96px;
  }

  .reforma-faq__list {
    gap: 16px;
  }
}

@media (max-width: 560px) {
  .reforma-hero {
    padding: 72px 0 56px;
  }

  .reforma-hero__features {
    gap: 10px;
  }

  .reforma-hero__feature {
    font-size: 1.5rem;
  }

  .reforma-hero__cta .wmbr-btn {
    width: 100%;
    display: flex;
  }

  .reforma-hero__image img {
    max-width: 100%;
  }

  .reforma-section {
    padding: 56px 0;
  }

  .reforma-section__content {
    font-size: 1.6rem;
  }

  .reforma-cta__content {
    gap: 20px;
  }

  .reforma-cta .wmbr-btn {
    width: 100%;
    text-align: center;
    padding: 16px 24px;
  }

  .reforma-faq {
    padding: 68px 0 88px;
  }

  .reforma-faq__item {
    padding: 18px;
  }
}

/* New styles for the improved intro section */
.reforma-title-highlight {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  position: relative;
  text-align: center;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: 0 auto;
}

.reforma-title-highlight__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, rgba(0, 212, 170, 0.1) 0%, rgba(44, 194, 149, 0.15) 100%);
  border-radius: 50%;
  flex-shrink: 0;
  animation: pulse-scale 2.5s ease-in-out infinite;
}

@keyframes pulse-scale {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
}

.reforma-title-highlight .brand-highlight {
  background: linear-gradient(135deg, #00D4AA 0%, #2CC295 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-family: 'bornabold', sans-serif;
  white-space: nowrap;
  display: inline-block;
}

.reforma-intro-blocks {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  margin-top: 48px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
}

.reforma-intro-block {
  background: #ffffff;
  border-radius: 24px;
  padding: 32px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 60px -30px rgba(7, 112, 81, 0.15);
  transition: all 0.3s ease;
  display: flex;
  gap: 20px;
  min-height: 100%;
}

.reforma-intro-block:hover {
  transform: translateY(-4px);
  box-shadow: 0 28px 80px -35px rgba(7, 112, 81, 0.25);
}

.reforma-intro-block--danger {
  border: 2px solid rgba(255, 71, 87, 0.15);
  background: linear-gradient(135deg, #ffffff 0%, rgba(255, 71, 87, 0.02) 100%);
}

.reforma-intro-block--danger::before {
  background-image: linear-gradient(180deg, #FF4757 0%, #FF6B7A 100%);
}

.reforma-intro-block--solution {
  border: 2px solid rgba(0, 212, 170, 0.15);
  background: linear-gradient(135deg, #ffffff 0%, rgba(0, 212, 170, 0.02) 100%);
}

.reforma-intro-block--solution::before {
  background-image: linear-gradient(180deg, #00D4AA 0%, #2CC295 100%);
}

.reforma-intro-block--danger::before,
.reforma-intro-block--solution::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background-repeat: no-repeat;
  background-size: 4px 100%;
  background-position: left top;
  pointer-events: none;
  z-index: 0;
}

.reforma-intro-block__icon {
  display: flex;
  align-items: flex-start;
  padding-top: 4px;
}

.reforma-intro-block__content {
  flex: 1;
  position: relative;
  z-index: 1;
  padding-right: 10px;
}

.reforma-intro-block__content h3 {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 14px;
  color: var(--reforma-deep);
  letter-spacing: -0.01em;
}

.reforma-intro-block__content p {
  font-size: 1.6rem;
  line-height: 1.7;
  color: var(--reforma-text);
  margin-bottom: 16px;
}

.reforma-intro-block__content strong {
  color: var(--reforma-dark);
  font-weight: 600;
}

.tax-highlight {
  display: inline-block;
  padding: 2px 8px;
  background: rgba(44, 194, 149, 0.12);
  color: var(--reforma-green);
  border-radius: 6px;
  font-weight: 700;
  font-size: 1.5rem;
  letter-spacing: 0.02em;
  margin: 0 2px;
}

.reforma-intro-block__warning {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px 18px;
  background: rgba(255, 71, 87, 0.06);
  border: 1px solid rgba(255, 71, 87, 0.15);
  border-radius: 12px;
  margin-top: 16px;
}

.reforma-intro-block__warning svg {
  flex-shrink: 0;
  margin-top: 2px;
  color: #FF4757;
}

.reforma-intro-block__warning span {
  font-size: 1.4rem;
  line-height: 1.6;
  color: var(--reforma-text);
}

.reforma-intro-block__features {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
  width: 100%;
}

.reforma-intro-feature {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  background: rgba(0, 212, 170, 0.08);
  border: 1px solid rgba(0, 212, 170, 0.2);
  border-radius: 999px;
  transition: all 0.2s ease;
  max-width: 100%;
  min-width: 0;
}

.reforma-intro-feature:hover {
  background: rgba(0, 212, 170, 0.12);
  border-color: rgba(0, 212, 170, 0.3);
}

.reforma-intro-feature svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.reforma-intro-feature span {
  font-size: 1.4rem;
  font-weight: 600;
  color: var(--reforma-green);
  white-space: normal;
  word-break: break-word;
}

/* Responsive adjustments for new intro section */
@media (max-width: 1024px) {
  .reforma-intro-blocks {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .reforma-intro-block {
    padding: 32px;
  }
}

@media (max-width: 768px) {
  .reforma-title-highlight {
    flex-direction: row;
    gap: 12px;
    text-align: left;
    justify-content: flex-start;
  }

  .reforma-title-highlight__icon {
    width: 42px;
    height: 42px;
  }
  
  .reforma-title-highlight .brand-highlight {
    display: block;
    margin-top: 4px;
  }

  .reforma-intro-block {
    flex-direction: column;
    padding: 28px 24px;
    gap: 16px;
  }

  .reforma-intro-block__content h3 {
    font-size: 2rem;
  }

  .reforma-intro-block__features {
    flex-direction: column;
    gap: 12px;
  }

  .reforma-intro-feature {
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .reforma-intro-blocks {
    margin-top: 40px;
  }

  .reforma-intro-block {
    padding: 24px 20px;
  }

  .reforma-intro-block__content p {
    font-size: 1.5rem;
  }

  .reforma-intro-block__warning {
    padding: 14px 16px;
  }

  .reforma-intro-feature span {
    font-size: 1.3rem;
  }
}

/* Stats Section */
.reforma-section--stats {
  background: var(--reforma-deep);
  padding: 56px 0;
}

.reforma-stats {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 48px;
  flex-wrap: wrap;
}

.reforma-stats__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 8px;
}

.reforma-stats__number {
  font-family: 'bornabold', sans-serif;
  font-size: clamp(3.2rem, 4vw, 4.4rem);
  color: var(--reforma-green);
  letter-spacing: -0.02em;
  line-height: 1;
}

.reforma-stats__label {
  font-size: 1.4rem;
  color: rgba(255, 255, 255, 0.75);
  max-width: 160px;
  line-height: 1.4;
}

.reforma-stats__divider {
  width: 1px;
  height: 60px;
  background: rgba(255, 255, 255, 0.15);
}

@media (max-width: 940px) {
  .reforma-stats {
    gap: 32px;
  }

  .reforma-stats__divider {
    display: none;
  }

  .reforma-stats__item {
    flex: 1 1 calc(50% - 32px);
    min-width: 140px;
  }
}

@media (max-width: 480px) {
  .reforma-section--stats {
    padding: 48px 0;
  }

  .reforma-stats__item {
    flex: 1 1 100%;
  }

  .reforma-stats__number {
    font-size: 3rem;
  }
}

/* Developers Section */
.reforma-section--developers {
  background: linear-gradient(135deg, #0D1117 0%, #161B22 100%);
  padding: 96px 0;
}

.reforma-developers {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.3fr);
  gap: 60px;
  align-items: start;
}

.reforma-developers__intro .section-tag {
  display: inline-block;
  background: rgba(44, 194, 149, 0.15);
  color: var(--reforma-green);
  padding: 8px 16px;
  border-radius: 999px;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.reforma-developers__intro h2 {
  font-family: 'bornabold', sans-serif;
  font-size: clamp(2.8rem, 3.2vw, 3.6rem);
  color: #ffffff;
  margin-bottom: 16px;
  line-height: 1.2;
}

.reforma-developers__intro p {
  font-size: 1.6rem;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.7;
  margin-bottom: 28px;
}

.reforma-developers__intro p strong {
  color: var(--reforma-green);
}

.reforma-developers__ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.reforma-dev-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 22px;
  border-radius: 12px;
  font-size: 1.4rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.25s ease;
}

.reforma-dev-btn--primary {
  background: var(--reforma-green);
  color: #0D1117;
}

.reforma-dev-btn--primary:hover {
  background: #2DD9A9;
  transform: translateY(-2px);
  box-shadow: 0 12px 28px -8px rgba(44, 194, 149, 0.5);
}

.reforma-dev-btn--secondary {
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.reforma-dev-btn--secondary:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.25);
}

.reforma-code-block {
  background: #0D1117 !important;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  overflow: hidden;
  box-shadow: 0 24px 60px -20px rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 1;
}

.reforma-code-block__header {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 14px 20px;
  background: rgba(255, 255, 255, 0.03);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.reforma-code-block__dots {
  display: flex;
  gap: 6px;
}

.reforma-code-block__dots span {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
}

.reforma-code-block__dots span:first-child {
  background: #FF5F56;
}

.reforma-code-block__dots span:nth-child(2) {
  background: #FFBD2E;
}

.reforma-code-block__dots span:nth-child(3) {
  background: #27CA40;
}

.reforma-code-block__title {
  flex: 1;
  font-size: 1.3rem;
  color: rgba(255, 255, 255, 0.5);
}

.reforma-code-block__lang {
  font-size: 1.1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--reforma-green);
  background: rgba(44, 194, 149, 0.12);
  padding: 4px 10px;
  border-radius: 6px;
}

.reforma-code-block__content {
  padding: 24px;
  margin: 0;
  overflow-x: auto;
  font-family: 'JetBrains Mono', 'Fira Code', 'Monaco', monospace;
  font-size: 1.35rem;
  line-height: 1.7;
  color: #E6EDF3;
  background: #0D1117 !important;
}

.reforma-code-block__content code {
  font-family: inherit;
}

.code-key {
  color: #7EE787;
}

.code-string {
  color: #A5D6FF;
}

.code-number {
  color: #79C0FF;
}

.code-comment {
  color: #8B949E;
  font-style: italic;
}

.code-new {
  background: rgba(44, 194, 149, 0.2);
  padding: 2px 6px;
  border-radius: 4px;
  color: #2DD9A9;
}

.reforma-developers__note {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 16px;
  padding: 12px 16px;
  background: rgba(255, 255, 255, 0.04);
  border-radius: 10px;
  font-size: 1.3rem;
  color: rgba(255, 255, 255, 0.6);
}

.reforma-developers__note svg {
  flex-shrink: 0;
  color: var(--reforma-green);
}

.reforma-developers__note .code-new {
  font-weight: 600;
}

@media (max-width: 1024px) {
  .reforma-developers {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .reforma-section--developers {
    padding: 72px 0;
  }
}

@media (max-width: 560px) {
  .reforma-developers__ctas {
    flex-direction: column;
  }

  .reforma-dev-btn {
    justify-content: center;
  }

  .reforma-code-block__content {
    font-size: 1.2rem;
    padding: 18px;
  }
}

/* Clients Section */
.reforma-section--clients {
  background: #ffffff;
  padding: 56px 0;
  border-bottom: 1px solid rgba(7, 112, 81, 0.08);
}

.reforma-clients {
  text-align: center;
}

.reforma-clients__title {
  font-size: 1.4rem;
  color: var(--reforma-muted);
  margin-bottom: 32px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 600;
}

.reforma-clients__logos {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px 56px;
}

.reforma-clients__logo {
  display: flex;
  align-items: center;
  justify-content: center;
}

.reforma-clients__logo img {
  max-height: 36px;
  max-width: 120px;
  width: auto;
  opacity: 0.5;
  filter: grayscale(100%);
  transition: all 0.3s ease;
}

.reforma-clients__logo:hover img {
  opacity: 1;
  filter: grayscale(0%);
}

@media (max-width: 768px) {
  .reforma-clients__logos {
    gap: 28px 40px;
  }

  .reforma-clients__logo img {
    max-height: 28px;
    max-width: 100px;
  }
}

/* Warning Box Section */
.reforma-section--warning {
  background: linear-gradient(135deg, #FFF5F5 0%, #FFF 100%);
  padding: 72px 0;
}

.reforma-warning-box {
  display: flex;
  align-items: flex-start;
  gap: 28px;
  max-width: 900px;
  margin: 0 auto;
  padding: 36px 44px;
  background: #ffffff;
  border-radius: 24px;
  border: 2px solid rgba(255, 71, 87, 0.2);
  box-shadow: 0 20px 60px -30px rgba(255, 71, 87, 0.2);
}

.reforma-warning-box__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(255, 71, 87, 0.1) 0%, rgba(255, 107, 122, 0.15) 100%);
  flex-shrink: 0;
  color: #FF4757;
}

.reforma-warning-box__content h3 {
  font-size: 2.2rem;
  font-weight: 700;
  color: var(--reforma-deep);
  margin-bottom: 20px;
}

.reforma-warning-box__items {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.reforma-warning-box__item {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 16px 20px;
  background: rgba(255, 71, 87, 0.04);
  border-radius: 12px;
  border-left: 4px solid #FF4757;
  flex: 1;
  min-width: 180px;
}

.reforma-warning-box__value {
  font-family: 'bornabold', sans-serif;
  font-size: 2rem;
  color: #FF4757;
  letter-spacing: -0.01em;
}

.reforma-warning-box__label {
  font-size: 1.4rem;
  color: var(--reforma-text);
  line-height: 1.4;
}

@media (max-width: 768px) {
  .reforma-warning-box {
    flex-direction: column;
    padding: 28px;
    gap: 20px;
  }

  .reforma-warning-box__icon {
    width: 56px;
    height: 56px;
  }

  .reforma-warning-box__icon svg {
    width: 28px;
    height: 28px;
  }

  .reforma-warning-box__items {
    gap: 16px;
  }

  .reforma-warning-box__item {
    min-width: 100%;
  }
}

@media (max-width: 480px) {
  .reforma-section--warning {
    padding: 56px 0;
  }

  .reforma-warning-box {
    padding: 24px 20px;
  }

  .reforma-warning-box__content h3 {
    font-size: 1.8rem;
  }

  .reforma-warning-box__value {
    font-size: 1.8rem;
  }
}

/* Code Integration Styles (from homepage) */
.reforma-developers__code .integration__code {
  background: #1a1a1a;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.3);
}

.reforma-developers__code .code-tabs {
  display: flex;
  background: #2a2a2a;
  border-bottom: 1px solid #3a3a3a;
  padding: 0;
}

.reforma-developers__code .code-tab {
  background: transparent;
  border: none;
  color: #888;
  padding: 12px 20px;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
}

.reforma-developers__code .code-tab:hover {
  color: #fff;
}

.reforma-developers__code .code-tab.active {
  color: #00DF82;
}

.reforma-developers__code .code-tab.active::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 2px;
  background: #00DF82;
}

.reforma-developers__code .code-content {
  position: relative;
  overflow: hidden;
}

.reforma-developers__code .code-block {
  display: none;
  padding: 20px 20px 20px 60px;
  overflow: hidden;
  position: relative;
}

.reforma-developers__code .code-block.active {
  display: block;
}

.reforma-developers__code .code-block pre {
  margin: 0;
  background: transparent !important;
  border: none;
  overflow: auto;
  counter-reset: line;
}

.reforma-developers__code .code-block code {
  color: #abb2bf;
  font-family: 'Fira Code', 'Monaco', 'Consolas', monospace;
  font-size: 13px;
  line-height: 1.8;
  white-space: pre;
  display: block;
  overflow: hidden;
}

/* Line numbers */
.reforma-developers__code .code-block::before {
  content: '1\A 2\A 3\A 4\A 5\A 6\A 7\A 8\A 9\A 10\A 11\A 12\A 13\A 14\A 15\A 16\A 17\A 18\A 19\A 20';
  position: absolute;
  left: 0;
  top: 20px;
  width: 40px;
  padding-right: 10px;
  text-align: right;
  color: #5c6370;
  font-size: 14px;
  line-height: 1.8;
  user-select: none;
  white-space: pre;
  font-family: 'Fira Code', 'Monaco', 'Consolas', monospace;
  border-right: 1px solid #3a3a3a;
  margin-right: 10px;
}

/* Syntax highlighting */
.reforma-developers__code .code-block code .comment {
  color: #5c6370;
  font-style: italic;
}

.reforma-developers__code .code-block code .string {
  color: #98c379;
}

.reforma-developers__code .code-block code .variable {
  color: #e06c75;
}

.reforma-developers__code .code-block code .number {
  color: #d19a66;
}

@media (max-width: 1024px) {
  .reforma-developers__code .code-block {
    padding: 20px 20px 20px 50px;
  }
  
  .reforma-developers__code .code-block::before {
    width: 30px;
  }
}

@media (max-width: 560px) {
  .reforma-developers__code .code-block {
    padding: 16px;
    padding-left: 45px;
  }
  
  .reforma-developers__code .code-block code {
    font-size: 11px;
  }
  
  .reforma-developers__code .code-block::before {
    font-size: 11px;
    width: 28px;
  }
}
