@charset "UTF-8";

body.seo {
  color: #f8f8f8;
}

body.seo p,
body.seo li,
body.seo a,
body.seo h2,
body.seo h3,
body.seo span,
body.seo label,
body.seo strong {
  color: #f4f6f8;
}

.seo-page {
  padding: 4.5rem 0 5rem;
}

.seo-kicker {
  display: inline-block;
  margin-bottom: 0.75rem;
  color: #43b6dc !important;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.seo-hero {
  margin-bottom: 2.5rem;
  padding: 1.75rem 1.5rem;
  border: 1px solid rgba(67, 182, 220, 0.28);
  border-radius: 16px;
  background: linear-gradient(160deg, rgba(67, 182, 220, 0.12) 0%, rgba(12, 12, 12, 0.92) 55%, #080808 100%);
}

.seo-lead {
  max-width: 760px;
  margin-bottom: 1.5rem;
  color: #f4f6f8 !important;
  font-size: 1.15rem;
  line-height: 1.7;
}

.seo-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  align-items: center;
}

.seo-cta-row--center {
  justify-content: center;
  margin-top: 1.75rem;
}

.seo-page .btn-main {
  min-height: 48px;
  color: #fff !important;
}

.seo-btn-whats {
  background: #22ba59 !important;
  box-shadow: 0 4px 14px rgba(34, 186, 89, 0.35);
}

.seo-btn-whats:hover {
  background: #1aa34d !important;
  color: #fff !important;
}

.seo-btn-outline {
  background: transparent !important;
  border: 1px solid rgba(67, 182, 220, 0.7);
  box-shadow: none;
}

.seo-btn-outline:hover {
  background: rgba(67, 182, 220, 0.16) !important;
  color: #fff !important;
}

.seo-btn-store {
  background: #bd8800 !important;
  box-shadow: 0 4px 14px rgba(189, 136, 0, 0.35);
}

.seo-btn-store:hover {
  background: #a67a00 !important;
  color: #fff !important;
}

.seo-empty {
  max-width: 720px;
  margin: 0 auto;
  padding: 2.5rem 1.5rem;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.04);
}

.seo-empty h2,
.seo-empty p {
  color: #f4f6f8 !important;
}

.seo-empty .seo-cta-row {
  justify-content: center;
}

.seo-gallery {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 1.5rem;
}

.seo-gallery__main {
  overflow: hidden;
  border-radius: 12px;
  background: #111;
}

.seo-gallery__main img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.seo-gallery__thumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.seo-gallery__thumb {
  width: 92px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  overflow: hidden;
  background: #111;
  cursor: pointer;
}

.seo-gallery__thumb img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.seo-gallery__thumb:hover {
  opacity: 0.85;
}

.seo-content {
  margin-bottom: 2rem;
  padding: 1.75rem 1.4rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  background: #f6f7f9;
  color: #222;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.22);
}

.seo-content,
.seo-content p,
.seo-content li,
.seo-content span,
.seo-content div,
.seo-content strong,
.seo-content b,
.seo-content em,
.seo-content td,
.seo-content th,
.seo-content font {
  color: #2a2a2a !important;
}

.seo-content h1,
.seo-content h2,
.seo-content h3,
.seo-content h4,
.seo-content h5 {
  margin: 1.6rem 0 0.75rem;
  color: #0f1115 !important;
  line-height: 1.35;
}

.seo-content h2 {
  padding-bottom: 0.45rem;
  border-bottom: 1px solid rgba(67, 182, 220, 0.4);
  font-size: clamp(1.2rem, 2vw, 1.45rem);
}

.seo-content h2:first-child,
.seo-content p:first-child {
  margin-top: 0;
}

.seo-content p,
.seo-content li {
  font-size: 1rem;
  line-height: 1.75;
}

.seo-content ul,
.seo-content ol {
  margin: 0 0 1rem 1.1rem;
}

.seo-content li {
  list-style: disc;
  margin-bottom: 0.4rem;
}

.seo-content a {
  color: #1c7fa0 !important;
  text-decoration: underline;
}

.seo-content img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

.seo-mid-cta,
.seo-form,
.seo-sidebar__cta,
.seo-sidebar__block,
.seo-empty {
  color: #f4f6f8;
}

.seo-mid-cta {
  margin-bottom: 2rem;
  padding: 1.75rem 1.5rem;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(67, 182, 220, 0.18), rgba(10, 10, 10, 0.95));
  border: 1px solid rgba(67, 182, 220, 0.3);
}

.seo-mid-cta h2,
.seo-form h2,
.seo-sidebar h2,
.seo-regions h2 {
  margin-bottom: 0.7rem;
  color: #fff !important;
  font-size: 1.35rem;
  font-weight: 700;
}

.seo-mid-cta p,
.seo-form > p,
.seo-sidebar p,
.seo-regions > p {
  color: #e8ecf0 !important;
  line-height: 1.6;
}

.seo-form {
  scroll-margin-top: 120px;
  padding: 1.75rem 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.04);
}

.seo-form #form-prod-int {
  padding: 0;
  box-shadow: none;
}

.seo-sidebar {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

@media (min-width: 992px) {
  .seo-sidebar {
    position: sticky;
    top: 130px;
  }
}

.seo-sidebar__cta,
.seo-sidebar__block {
  padding: 1.35rem 1.2rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  background: #111111;
}

.seo-sidebar__cta {
  background: linear-gradient(180deg, rgba(67, 182, 220, 0.16), #111 70%);
}

.seo-sidebar__cta .btn-main {
  width: 100%;
  margin-bottom: 0.85rem;
}

.seo-sidebar__link {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  margin-top: 0.55rem;
  color: #dce7ee !important;
  font-size: 0.92rem;
}

.seo-sidebar__link:hover {
  color: #43b6dc !important;
}

.seo-benefits,
.seo-related {
  margin: 0;
  padding: 0;
}

.seo-benefits li,
.seo-related li {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  margin-bottom: 0.8rem;
  color: #e8ecf0 !important;
  list-style: none;
  line-height: 1.45;
}

.seo-benefits i {
  margin-top: 0.15rem;
  color: #43b6dc !important;
}

.seo-related a {
  color: #e8ecf0 !important;
  font-size: 0.95rem;
}

.seo-related a:hover,
.seo-related .is-current a {
  color: #43b6dc !important;
}

.seo-regions {
  margin-top: 3.5rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.seo-regions > p {
  margin-bottom: 1.25rem;
}

.seo-regions__grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0.75rem;
}

.tabs {
  overflow: hidden;
}

.tab {
  width: 100%;
  overflow: hidden;
  color: #fff;
}

.tab-label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.75rem 0.7rem;
  background: #161616;
  border: 1px solid rgba(67, 182, 220, 0.25);
  border-radius: 10px;
  color: #f4f6f8 !important;
  font-weight: 700;
  font-size: 0.78rem;
  cursor: pointer;
}

.tab-label:hover {
  background: #1d1d1d;
  color: #43b6dc !important;
}

.tab-label::after {
  content: "❯";
  width: 1em;
  text-align: center;
  transition: transform 0.35s;
}

.tab input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.tab-content {
  max-height: 0;
  padding: 0 0.85rem;
  overflow: hidden;
  color: #1f1f1f;
  background: #f6f7f9;
  border-radius: 0 0 10px 10px;
  transition: all 0.35s;
}

.tab-content li {
  margin-bottom: 0.35rem;
  color: #2a2a2a !important;
  list-style: none;
  font-size: 0.88rem;
}

input:checked + .tab-label {
  background: #43b6dc;
  color: #04151c !important;
  border-color: #43b6dc;
  border-radius: 10px 10px 0 0;
}

input:checked + .tab-label::after {
  transform: rotate(90deg);
}

input:checked ~ .tab-content {
  max-height: 100vh;
  padding: 0.85rem;
  border: 1px solid rgba(67, 182, 220, 0.25);
  border-top: 0;
}

@media (max-width: 991px) {
  .seo-regions__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .seo-page {
    padding-top: 2.5rem;
  }

  .seo-hero,
  .seo-content,
  .seo-mid-cta,
  .seo-form {
    padding: 1.25rem 1rem;
  }

  .seo-cta-row .btn-main {
    width: 100%;
  }

  .seo-regions__grid {
    grid-template-columns: 1fr;
  }
}
