/********** Template CSS **********/
:root {
    --primary: #dc2626;
    --light: #ef4444;
    --dark: #991b1b;
}

body {
    font-family: 'Asul', sans-serif;
}

.fw-medium {
    font-weight: 500 !important;
}

.fw-bold {
    font-weight: 700 !important;
}

.fw-black {
    font-weight: 900 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease-out, visibility 0s linear 0.5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity 0.5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

/*** Button ***/
.btn {
    font-weight: 500;
    transition: 0.5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #ffffff;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

/*** Navbar ***/
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
   font-family: "Asul", sans-serif;
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 25px 0;
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--primary);
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        border-top: 1px solid #eeeeee;
    }
}

.navbar .navbar-brand,
.navbar a.btn {
    height: 75px;
}

.navbar .navbar-nav .nav-link {
    color: var(--dark);
    font-weight: 500;
}

.navbar.sticky-top {
    top: -100px;
    transition: 0.5s;
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: 0.5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: 0.5s;
        opacity: 1;
    }
}

/*** Header ***/
.verbolo-header {
  background-color: #0a0a0a;
  padding: 20px 30px;
  position: sticky;
  top: 0;
  z-index: 1000;
  font-family: "Asul", sans-serif;
  border-bottom: 2px solid #dc2626;
}
.verbolo-header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.verbolo-logo {
  color: #dc2626;
  font-size: 1.8rem;
  text-decoration: none;
  font-weight: bold;
  font-family: "Asul", sans-serif;
}
.verbolo-navigation {
  display: flex;
  gap: 25px;
}
.verbolo-nav-link {
  color: #f5f5f5;
  text-decoration: none;
  font-size: 1rem;
  position: relative;
  transition: color 0.3s ease;
  font-family: "Asul", sans-serif;
}
.verbolo-nav-link:hover,
.verbolo-nav-link.active {
  color: #dc2626;
}
.verbolo-menu-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 5px;
  z-index: 1001;
  position: relative;
}
.verbolo-menu-toggle span {
  width: 25px;
  height: 3px;
  background-color: #dc2626;
  display: block;
  transition: all 0.3s ease;
  border-radius: 2px;
}
.verbolo-menu-toggle.active span:nth-child(1) {
  transform: rotate(45deg) translate(8px, 8px);
}
.verbolo-menu-toggle.active span:nth-child(2) {
  opacity: 0;
}
.verbolo-menu-toggle.active span:nth-child(3) {
  transform: rotate(-45deg) translate(7px, -7px);
}
@media (max-width: 768px) {
  .verbolo-navigation {
    display: none;
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
    background-color: #0a0a0a;
    flex-direction: column;
    padding: 20px;
    z-index: 1000;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    border-top: 2px solid #dc2626;
  }
  .verbolo-navigation.show {
    display: flex;
  }
  .verbolo-menu-toggle {
    display: flex;
  }
  .verbolo-nav-link {
    padding: 15px 0;
    border-bottom: 1px solid rgba(220, 38, 38, 0.1);
  }
  .verbolo-nav-link:last-child {
    border-bottom: none;
  }
}

/*** Service ***/
.verbolo-services {
  background: #1a1a1a;
  padding: 120px 20px;
  font-family: 'Asul', sans-serif;
  position: relative;
}

.verbolo-services-container {
  max-width: 1200px;
  margin: 0 auto;
}

.verbolo-services-header {
  text-align: center;
  margin-bottom: 80px;
}

.verbolo-services-subtitle {
  display: inline-block;
  padding: 8px 20px;
  background: rgba(220, 38, 38, 0.15);
  border: 1px solid rgba(220, 38, 38, 0.3);
  border-radius: 50px;
  font-size: 0.9rem;
  color: #ef4444;
  font-family: 'Asul', sans-serif;
  margin-bottom: 20px;
}

.verbolo-services-title {
  font-size: 3rem;
  margin-bottom: 25px;
  color: #f5f5f5;
  font-family: 'Asul', sans-serif;
  font-weight: 700;
}

.verbolo-services-highlight {
  color: #dc2626;
}

.verbolo-services-intro {
  font-size: 1.2rem;
  color: #d4d4d4;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.7;
  font-family: 'Asul', sans-serif;
}

.verbolo-services-grid {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  margin-bottom: 60px;
}

.verbolo-service-card {
  background: #0a0a0a;
  border-radius: 20px;
  padding: 40px 35px;
  text-align: left;
  transition: all 0.3s ease;
  border: 2px solid #2a2a2a;
  position: relative;
}

.verbolo-service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 50px rgba(220, 38, 38, 0.25);
  border-color: #dc2626;
}

.verbolo-service-card.verbolo-service-featured {
  border-color: #dc2626;
  background: linear-gradient(135deg, #0a0a0a 0%, #1a0000 100%);
}

.verbolo-service-badge {
  position: absolute;
  top: -12px;
  right: 30px;
  background: #dc2626;
  color: #ffffff;
  padding: 6px 18px;
  border-radius: 20px;
  font-size: 0.85rem;
  font-weight: bold;
  font-family: 'Asul', sans-serif;
}

.verbolo-service-icon {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.verbolo-service-number {
  position: absolute;
  top: 30px;
  right: 30px;
  font-size: 4rem;
  font-weight: bold;
  color: rgba(220, 38, 38, 0.1);
  font-family: 'Asul', sans-serif;
  line-height: 1;
}

.verbolo-service-card h3 {
  font-size: 1.5rem;
  margin-bottom: 20px;
  color: #dc2626;
  font-family: 'Asul', sans-serif;
  font-weight: 700;
}

.verbolo-service-card p {
  color: #d4d4d4;
  line-height: 1.7;
  margin-bottom: 25px;
  font-size: 1.05rem;
  font-family: 'Asul', sans-serif;
}

.verbolo-service-features {
  list-style: none;
  padding: 0;
  margin: 0;
}

.verbolo-service-features li {
  padding: 8px 0;
  color: #d4d4d4;
  font-size: 0.95rem;
  font-family: 'Asul', sans-serif;
  position: relative;
  padding-left: 25px;
}

.verbolo-service-features li::before {
  content: '→';
  position: absolute;
  left: 0;
  color: #dc2626;
  font-weight: bold;
}

.verbolo-services-cta {
  text-align: center;
  padding: 50px 30px;
  background: #0a0a0a;
  border-radius: 20px;
  border: 2px solid #2a2a2a;
}

.verbolo-services-cta p {
  font-size: 1.3rem;
  color: #f5f5f5;
  margin-bottom: 25px;
  font-family: 'Asul', sans-serif;
}

.verbolo-services-button {
  display: inline-block;
  padding: 18px 45px;
  background: #dc2626;
  color: #ffffff;
  text-decoration: none;
  border-radius: 10px;
  font-weight: bold;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  font-family: 'Asul', sans-serif;
}

.verbolo-services-button:hover {
  background: #991b1b;
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(220, 38, 38, 0.3);
}

@media (min-width: 992px) {
  .container.feature {
    max-width: 100% !important;
  }

  .feature-text {
    padding-left: calc(((100% - 960px) / 2) + 0.75rem);
  }
}

@media (min-width: 1200px) {
  .feature-text {
    padding-left: calc(((100% - 1140px) / 2) + 0.75rem);
  }
}

@media (min-width: 1400px) {
  .feature-text {
    padding-left: calc(((100% - 1320px) / 2) + 0.75rem);
  }
}


/*** Appointment ***/
.bootstrap-datetimepicker-widget.bottom {
    top: auto !important;
}

.bootstrap-datetimepicker-widget .table * {
    border-bottom-width: 0px;
}

.bootstrap-datetimepicker-widget .table th {
    font-weight: 500;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    padding: 10px;
    border-radius: 2px;
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
    background: var(--primary);
}

.bootstrap-datetimepicker-widget table td.today::before {
    border-bottom-color: var(--primary);
}


/*** Footer ***/
.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    border: 1px solid #ffffff;
    transition: 0.3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #ffffff;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: 0.3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
   font-family: "Asul", sans-serif;
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--primary);
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, 0.1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .copyright a:hover {
    color: var(--primary);
}
/* Google Fonts - Poppins */
@media (max-width: 700px) {
    .cookie-wrapper {
        width: 100%;
    }
}

.hidden {
    display: none;
}
.cookie-wrapper {
    position: fixed;
    bottom: 0px;
    right: 0;
    width: 100%;
    background: #0a0a0a;
    padding: 25px 30px;
    transition: right 0.3s ease;
    box-shadow: 0 -5px 20px rgba(220, 38, 38, 0.3);
    z-index: 999;
    border-top: 3px solid #dc2626;
}
.cookie-wrapper * {
    font-family: "Asul", sans-serif;
}
.cookie-wrapper .show {
    right: 20px;
}
.cookie-wrapper h2 {
    color: #dc2626;
    font-weight: 500;
    text-align: center;
    font-family: 'Asul', sans-serif;
    margin-bottom: 15px;
}
.cookie-wrapper i {
    color: #dc2626;
    font-size: 32px;
    text-align: center;
    display: block;
    margin-bottom: 10px;
}
.hidden {
    display: none;
}
.data {
    text-align: center;
    margin: 20px 0;
}
.data p {
    color: #d4d4d4;
    font-family: 'Asul', sans-serif;
    line-height: 1.6;
}
.data p a {
    color: #dc2626;
    text-decoration: none;
    text-align: center !important;
    font-family: 'Asul', sans-serif;
    font-weight: bold;
}
.data p a:hover {
    text-decoration: underline;
    color: #ef4444;
}
.buttons {
    padding: 20px 0px;
    text-align: center;
    display: flex;
    gap: 15px;
    justify-content: center;
}
.buttons .cookie-button {
    border: 2px solid #dc2626;
    color: #fff;
    padding: 12px 30px;
    background: #dc2626;
    cursor: pointer;
    transition: all 0.5s ease;
    border-radius: 5px;
    font-family: 'Asul', sans-serif;
    font-weight: bold;
    min-width: 150px;
}
.buttons #acceptBtn:hover {
    background-color: transparent;
    color: #dc2626;
    border-color: #dc2626;
}
#declineBtn {
    background-color: transparent;
    color: #dc2626;
    border-color: #dc2626;
}
#declineBtn:hover {
    background-color: #dc2626;
    color: #fff;
}
/* Footer Style */
.verbolo-footer {
  background: #0a0a0a;
  color: #f5f5f5;
  padding: 80px 20px;
  font-family: 'Asul', sans-serif;
  border-top: 3px solid #dc2626;
}
.verbolo-footer-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  align-items: start;
}
.verbolo-footer h3, .verbolo-footer h4 {
  color: #dc2626;
  margin-bottom: 20px;
  font-size: 1.5rem;
  font-family: 'Asul', sans-serif;
}
.verbolo-footer p {
  margin-bottom: 10px;
  line-height: 1.6;
  color: #d4d4d4;
  font-family: 'Asul', sans-serif;
}
.verbolo-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.verbolo-footer li {
  margin-bottom: 10px;
}
.verbolo-footer a {
  color: #f5f5f5;
  text-decoration: none;
  transition: color 0.3s;
  font-family: 'Asul', sans-serif;
}
.verbolo-footer a:hover {
  color: #dc2626;
}
.verbolo-footer strong {
  color: #dc2626;
}


.verbolo-hero {
  background: linear-gradient(135deg, #0a0a0a 0%, #1a0000 50%, #0a0a0a 100%);
  color: #f5f5f5;
  padding: 8rem 2rem 10rem;
  font-family: 'Asul', sans-serif;
  position: relative;
  overflow: hidden;
}

.verbolo-hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 30% 50%, rgba(220, 38, 38, 0.1) 0%, transparent 50%);
  pointer-events: none;
}

.verbolo-hero-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  position: relative;
  z-index: 1;
}

.verbolo-hero-content {
  text-align: left;
}

.verbolo-hero-badge {
  display: inline-block;
  padding: 8px 20px;
  background: rgba(220, 38, 38, 0.15);
  border: 1px solid rgba(220, 38, 38, 0.3);
  border-radius: 50px;
  margin-bottom: 25px;
  font-size: 0.9rem;
  color: #ef4444;
  font-family: 'Asul', sans-serif;
}

.verbolo-hero-title {
  font-size: 3.5rem;
  line-height: 1.2;
  margin-bottom: 25px;
  color: #f5f5f5;
  font-family: 'Asul', sans-serif;
  font-weight: 700;
}

.verbolo-hero-highlight {
  color: #dc2626;
  position: relative;
}

.verbolo-hero-description {
  font-size: 1.25rem;
  color: #d4d4d4;
  line-height: 1.7;
  margin-bottom: 40px;
  max-width: 600px;
  font-family: 'Asul', sans-serif;
}

.verbolo-hero-cta {
  display: flex;
  gap: 20px;
  margin-bottom: 50px;
  flex-wrap: wrap;
}

.verbolo-hero-button-primary {
  display: inline-block;
  padding: 18px 45px;
  background: #dc2626;
  color: #ffffff;
  text-decoration: none;
  border-radius: 10px;
  font-weight: bold;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  font-family: 'Asul', sans-serif;
}

.verbolo-hero-button-primary:hover {
  background: #991b1b;
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(220, 38, 38, 0.3);
}

.verbolo-hero-button-secondary {
  display: inline-block;
  padding: 18px 45px;
  background: transparent;
  color: #f5f5f5;
  text-decoration: none;
  border: 2px solid #2a2a2a;
  border-radius: 10px;
  font-weight: bold;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  font-family: 'Asul', sans-serif;
}

.verbolo-hero-button-secondary:hover {
  border-color: #dc2626;
  color: #dc2626;
}

.verbolo-hero-trust {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}

.verbolo-hero-trust-item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #d4d4d4;
  font-size: 0.95rem;
  font-family: 'Asul', sans-serif;
}

.verbolo-hero-visual {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.verbolo-hero-illustration {
  width: 100%;
  max-width: 500px;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
}


@media (max-width: 968px) {
  .verbolo-hero-inner {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .verbolo-hero-content {
    text-align: center;
  }
  .verbolo-hero-description {
    margin-left: auto;
    margin-right: auto;
  }
  .verbolo-hero-cta {
    justify-content: center;
  }
  .verbolo-hero-trust {
    justify-content: center;
  }
  .verbolo-hero-title {
    font-size: 2.5rem;
  }
}

.verbolo-about {
  background: #0a0a0a;
  padding: 100px 20px;
  font-family: 'Asul', sans-serif;
}

.verbolo-about-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
  max-width: 1200px;
  margin: 0 auto;
  align-items: center;
}

.verbolo-about-image {
  flex: 1 1 40%;
  height: 300px;
  background-image: url('img/carousel-1.jpg');
  background-size: cover;
  background-position: center;
  border-radius: 20px;
  box-shadow: 0 8px 24px rgba(220, 38, 38, 0.2);
  border: 2px solid #2a2a2a;
}

.verbolo-about-content {
  flex: 1 1 50%;
}

.verbolo-about-content h2 {
  font-size: 2rem;
  margin-bottom: 20px;
  color: #dc2626;
  font-family: 'Asul', sans-serif;
}

.verbolo-about-content p {
  font-size: 1rem;
  margin-bottom: 20px;
  color: #d4d4d4;
  line-height: 1.6;
  font-family: 'Asul', sans-serif;
}

.verbolo-about-content ul {
  list-style: none;
  padding: 0;
}

.verbolo-about-content li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 10px;
  color: #f5f5f5;
  font-family: 'Asul', sans-serif;
}

.verbolo-about-content li::before {
  content: '✔';
  position: absolute;
  left: 0;
  color: #dc2626;
  font-weight: bold;
}

.verbolo-why {
  background: #1a0000;
  color: #dc2626;
  padding: 100px 20px;
  font-family: 'Asul', sans-serif;
}
.verbolo-why-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: center;
}
.verbolo-why-text {
  flex: 1 1 500px;
}
.verbolo-why-text h2 {
  font-size: 2.8rem;
  margin-bottom: 20px;
  color: #dc2626;
  font-family: 'Asul', sans-serif;
}
.verbolo-why-text p {
  font-size: 1.2rem;
  color: #d4d4d4;
  font-family: 'Asul', sans-serif;
}
.verbolo-why-image {
  flex: 1 1 400px;
  min-height: 300px;
  background: url('img/feature.jpg') center/cover no-repeat;
  border-radius: 20px;
  border: 2px solid #2a2a2a;
  box-shadow: 0 8px 24px rgba(220, 38, 38, 0.2);
}

.verbolo-testimonials {
  background: #1a1a1a;
  color: #f5f5f5;
  padding: 120px 20px;
  font-family: 'Asul', sans-serif;
}
.verbolo-testimonials-container {
  max-width: 1200px;
  margin: 0 auto;
}
.verbolo-testimonials-header {
  text-align: center;
  margin-bottom: 80px;
}
.verbolo-testimonials-subtitle {
  display: inline-block;
  padding: 8px 20px;
  background: rgba(220, 38, 38, 0.15);
  border: 1px solid rgba(220, 38, 38, 0.3);
  border-radius: 50px;
  font-size: 0.9rem;
  color: #ef4444;
  font-family: 'Asul', sans-serif;
  margin-bottom: 20px;
}
.verbolo-testimonials h2 {
  font-size: 3rem;
  margin-bottom: 25px;
  color: #f5f5f5;
  font-family: 'Asul', sans-serif;
  font-weight: 700;
}
.verbolo-testimonials-highlight {
  color: #dc2626;
}
.verbolo-testimonials-intro {
  font-size: 1.2rem;
  color: #d4d4d4;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.7;
  font-family: 'Asul', sans-serif;
}
.verbolo-testimonials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 30px;
}
.verbolo-testimonial {
  background: #0a0a0a;
  padding: 40px 35px;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(220, 38, 38, 0.15);
  font-family: 'Asul', sans-serif;
  border: 2px solid #2a2a2a;
  transition: all 0.3s ease;
  position: relative;
  display: flex;
  flex-direction: column;
}
.verbolo-testimonial:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 50px rgba(220, 38, 38, 0.25);
  border-color: #dc2626;
}
.verbolo-testimonial.verbolo-testimonial-featured {
  border-color: #dc2626;
  background: linear-gradient(135deg, #0a0a0a 0%, #1a0000 100%);
}
.verbolo-testimonial-badge {
  position: absolute;
  top: -12px;
  right: 30px;
  background: #dc2626;
  color: #ffffff;
  padding: 6px 18px;
  border-radius: 20px;
  font-size: 0.85rem;
  font-weight: bold;
  font-family: 'Asul', sans-serif;
}
.verbolo-testimonial-rating {
  display: flex;
  gap: 5px;
  margin-bottom: 20px;
}
.verbolo-testimonial-quote {
  margin-bottom: 20px;
  opacity: 0.5;
}
.verbolo-testimonial-text {
  color: #d4d4d4;
  font-size: 1.05rem;
  line-height: 1.7;
  margin-bottom: 30px;
  font-family: 'Asul', sans-serif;
  flex-grow: 1;
  font-style: italic;
}
.verbolo-testimonial-author {
  margin-top: auto;
  padding-top: 20px;
  border-top: 1px solid rgba(220, 38, 38, 0.2);
}
.verbolo-testimonial-author-info {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.verbolo-testimonial-author-info strong {
  color: #dc2626;
  font-size: 1.1rem;
  font-family: 'Asul', sans-serif;
}
.verbolo-testimonial-author-info span {
  color: #d4d4d4;
  font-size: 0.9rem;
  font-family: 'Asul', sans-serif;
}

.verbolo-team {
  background: #0a0a0a;
  padding: 120px 20px;
  font-family: 'Asul', sans-serif;
}
.verbolo-team-container {
  max-width: 1200px;
  margin: 0 auto;
}
.verbolo-team-header {
  text-align: center;
  margin-bottom: 80px;
}
.verbolo-team-subtitle {
  display: inline-block;
  padding: 8px 20px;
  background: rgba(220, 38, 38, 0.15);
  border: 1px solid rgba(220, 38, 38, 0.3);
  border-radius: 50px;
  font-size: 0.9rem;
  color: #ef4444;
  font-family: 'Asul', sans-serif;
  margin-bottom: 20px;
}
.verbolo-team h2 {
  font-size: 3rem;
  margin-bottom: 25px;
  color: #f5f5f5;
  font-family: 'Asul', sans-serif;
  font-weight: 700;
}
.verbolo-team-highlight {
  color: #dc2626;
}
.verbolo-team-intro {
  font-size: 1.2rem;
  color: #d4d4d4;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.7;
  font-family: 'Asul', sans-serif;
}
.verbolo-team-slider {
  position: relative;
  margin-top: 60px;
}

.verbolo-team-slider-wrapper {
  overflow: hidden;
  position: relative;
}

.verbolo-team-slider-track {
  display: flex;
  transition: transform 0.5s ease;
  gap: 40px;
}

.verbolo-team-slide {
  min-width: 100%;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  padding: 0 10px;
  box-sizing: border-box;
}

@media (min-width: 768px) {
  .verbolo-team-slide {
    min-width: calc(50% - 20px);
    padding: 0 20px;
  }
}

@media (min-width: 1024px) {
  .verbolo-team-slide {
    min-width: calc(33.333% - 27px);
    padding: 0 20px;
  }
}

.verbolo-team-slide .verbolo-team-member {
  width: 100%;
  max-width: 350px;
}
.verbolo-team-member {
  text-align: center;
}
.verbolo-team-image-wrapper {
  position: relative;
  margin-bottom: 25px;
  border-radius: 20px;
  overflow: hidden;
  border: 2px solid #2a2a2a;
  transition: all 0.3s ease;
}
.verbolo-team-image-wrapper:hover {
  border-color: #dc2626;
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(220, 38, 38, 0.3);
}
.verbolo-team-image-wrapper:hover .verbolo-team-overlay {
  opacity: 1;
}
.verbolo-team-member img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}
.verbolo-team-image-wrapper:hover img {
  transform: scale(1.1);
}
.verbolo-team-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9), transparent);
  padding: 30px 20px 20px;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.verbolo-team-overlay p {
  color: #f5f5f5;
  font-size: 0.95rem;
  line-height: 1.5;
  font-family: 'Asul', sans-serif;
  margin: 0;
}
.verbolo-team-info {
  text-align: center;
}
.verbolo-team-member h3 {
  font-size: 1.5rem;
  color: #dc2626;
  margin-bottom: 8px;
  font-family: 'Asul', sans-serif;
  font-weight: 700;
}
.verbolo-team-role {
  color: #ef4444;
  font-size: 1rem;
  margin-bottom: 15px;
  font-family: 'Asul', sans-serif;
}
.verbolo-team-expertise {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}
.verbolo-team-expertise span {
  padding: 6px 15px;
  background: rgba(220, 38, 38, 0.15);
  border: 1px solid rgba(220, 38, 38, 0.3);
  border-radius: 20px;
  font-size: 0.85rem;
  color: #ef4444;
  font-family: 'Asul', sans-serif;
}

.verbolo-team-slider-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  margin-top: 40px;
}

.verbolo-team-slider-btn {
  background: rgba(220, 38, 38, 0.1);
  border: 2px solid #dc2626;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0;
}

.verbolo-team-slider-btn:hover {
  background: #dc2626;
  transform: scale(1.1);
}

.verbolo-team-slider-btn:hover svg path {
  stroke: #ffffff;
}

.verbolo-team-slider-btn:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

.verbolo-team-slider-dots {
  display: flex;
  gap: 10px;
  align-items: center;
}

.verbolo-team-slider-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(220, 38, 38, 0.3);
  border: 2px solid transparent;
  cursor: pointer;
  transition: all 0.3s ease;
}

.verbolo-team-slider-dot.active {
  background: #dc2626;
  border-color: #dc2626;
  transform: scale(1.2);
}

.verbolo-contact {
  background: #0a0a0a;
  color: #f5f5f5;
  padding: 100px 20px;
  font-family: 'Asul', sans-serif;
}
.verbolo-contact-container {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
.verbolo-contact h2 {
  color: #dc2626;
  font-family: 'Asul', sans-serif;
}
.verbolo-contact-form {
  display: grid;
  gap: 20px;
  margin-top: 40px;
}
.verbolo-contact-form input,
.verbolo-contact-form textarea {
  padding: 15px;
  border-radius: 10px;
  border: 2px solid #2a2a2a;
  background: #1a1a1a;
  color: #f5f5f5;
  font-size: 1rem;
  font-family: 'Asul', sans-serif;
}
.verbolo-contact-form input:focus,
.verbolo-contact-form textarea:focus {
  outline: none;
  border-color: #dc2626;
}
.verbolo-contact-form button {
  padding: 15px;
  background: #dc2626;
  color: #ffffff;
  border: none;
  border-radius: 10px;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.3s ease;
  font-family: 'Asul', sans-serif;
}
.verbolo-contact-form button:hover {
  background: #991b1b;
}

.verbolo-values {
  background: #0a0a0a;
  padding: 100px 20px;
  font-family: 'Asul', sans-serif;
}
.verbolo-values-container {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.verbolo-values h2 {
  font-size: 2.5rem;
  margin-bottom: 50px;
  color: #dc2626;
  font-family: 'Asul', sans-serif;
}
.verbolo-values-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
}
.verbolo-value-card {
  background: #1a1a1a;
  padding: 30px;
  border-radius: 15px;
  text-align: left;
  border: 1px solid #2a2a2a;
}
.verbolo-value-card h3 {
  color: #dc2626;
  margin-bottom: 15px;
  font-family: 'Asul', sans-serif;
}
.verbolo-value-card p {
  color: #d4d4d4;
  font-family: 'Asul', sans-serif;
}

.verbolo-history {
  background: #1a0000;
  padding: 100px 20px;
  font-family: 'Asul', sans-serif;
}
.verbolo-history-container {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.verbolo-history h2 {
  font-size: 2.5rem;
  margin-bottom: 30px;
  color: #dc2626;
  font-family: 'Asul', sans-serif;
}
.verbolo-history-content p {
  color: #d4d4d4;
  font-size: 1.1rem;
  line-height: 1.8;
  margin-bottom: 20px;
  font-family: 'Asul', sans-serif;
}

.verbolo-faq {
  background: #1a1a1a;
  padding: 100px 20px;
  font-family: 'Asul', sans-serif;
}
.verbolo-faq-container {
  max-width: 1000px;
  margin: 0 auto;
}
.verbolo-faq h2 {
  font-size: 2.5rem;
  margin-bottom: 50px;
  color: #dc2626;
  text-align: center;
  font-family: 'Asul', sans-serif;
}
.verbolo-faq-category {
  margin-bottom: 40px;
}
.verbolo-faq-category h3 {
  font-size: 1.8rem;
  margin-bottom: 25px;
  color: #dc2626;
  font-family: 'Asul', sans-serif;
}
.verbolo-faq-item {
  background: #0a0a0a;
  padding: 25px;
  border-radius: 10px;
  margin-bottom: 20px;
  box-shadow: 0 2px 10px rgba(220, 38, 38, 0.1);
  border: 1px solid #2a2a2a;
}
.verbolo-faq-item h4 {
  color: #dc2626;
  margin-bottom: 10px;
  font-family: 'Asul', sans-serif;
}
.verbolo-faq-item p {
  color: #d4d4d4;
  line-height: 1.6;
  font-family: 'Asul', sans-serif;
}
.verbolo-faq-item a {
  color: #dc2626;
}

.verbolo-faq-contact {
  background: #0a0a0a;
  padding: 80px 20px;
  text-align: center;
  font-family: 'Asul', sans-serif;
  border-top: 2px solid #dc2626;
}
.verbolo-faq-contact-container {
  max-width: 800px;
  margin: 0 auto;
}
.verbolo-faq-contact h2 {
  color: #dc2626;
  margin-bottom: 20px;
  font-family: 'Asul', sans-serif;
}
.verbolo-faq-contact p {
  color: #d4d4d4;
  margin-bottom: 30px;
  font-family: 'Asul', sans-serif;
}
.verbolo-faq-contact-button {
  display: inline-block;
  padding: 15px 40px;
  background: #dc2626;
  color: #ffffff;
  text-decoration: none;
  border-radius: 10px;
  font-weight: bold;
  transition: background 0.3s ease;
  font-family: 'Asul', sans-serif;
}
.verbolo-faq-contact-button:hover {
  background: #991b1b;
}

.verbolo-contact-info {
  background: #1a1a1a;
  padding: 100px 20px;
  font-family: 'Asul', sans-serif;
}
.verbolo-contact-info-container {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.verbolo-contact-info h2 {
  font-size: 2.5rem;
  margin-bottom: 50px;
  color: #dc2626;
  font-family: 'Asul', sans-serif;
}
.verbolo-contact-info-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
}
.verbolo-contact-info-item {
  background: #0a0a0a;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 2px 10px rgba(220, 38, 38, 0.1);
  border: 1px solid #2a2a2a;
}
.verbolo-contact-info-item h3 {
  color: #dc2626;
  margin-bottom: 15px;
  font-family: 'Asul', sans-serif;
}
.verbolo-contact-info-item p {
  color: #d4d4d4;
  font-family: 'Asul', sans-serif;
}
.verbolo-contact-info-item strong {
  color: #dc2626;
}

.verbolo-contact-faq {
  background: #0a0a0a;
  padding: 100px 20px;
  font-family: 'Asul', sans-serif;
}
.verbolo-contact-faq-container {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}
.verbolo-contact-faq h2 {
  font-size: 2.5rem;
  margin-bottom: 50px;
  color: #dc2626;
  font-family: 'Asul', sans-serif;
}
.verbolo-contact-faq-list {
  display: grid;
  gap: 25px;
}
.verbolo-contact-faq-item {
  background: #1a1a1a;
  padding: 25px;
  border-radius: 10px;
  text-align: left;
  border: 1px solid #2a2a2a;
}
.verbolo-contact-faq-item h3 {
  color: #dc2626;
  margin-bottom: 10px;
  font-family: 'Asul', sans-serif;
}
.verbolo-contact-faq-item p {
  color: #d4d4d4;
  line-height: 1.6;
  font-family: 'Asul', sans-serif;
}

.verbolo-pricing {
  background: #0a0a0a;
  padding: 120px 20px;
  font-family: 'Asul', sans-serif;
  position: relative;
}

.verbolo-pricing-container {
  max-width: 1200px;
  margin: 0 auto;
}

.verbolo-pricing-header {
  text-align: center;
  margin-bottom: 80px;
}

.verbolo-pricing-subtitle {
  display: inline-block;
  padding: 8px 20px;
  background: rgba(220, 38, 38, 0.15);
  border: 1px solid rgba(220, 38, 38, 0.3);
  border-radius: 50px;
  font-size: 0.9rem;
  color: #ef4444;
  font-family: 'Asul', sans-serif;
  margin-bottom: 20px;
}

.verbolo-pricing-title {
  font-size: 3rem;
  margin-bottom: 25px;
  color: #f5f5f5;
  font-family: 'Asul', sans-serif;
  font-weight: 700;
}

.verbolo-pricing-highlight {
  color: #dc2626;
}

.verbolo-pricing-intro {
  font-size: 1.2rem;
  color: #d4d4d4;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.7;
  font-family: 'Asul', sans-serif;
}

.verbolo-pricing-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 30px;
  margin-bottom: 60px;
}

.verbolo-pricing-card {
  background: #1a1a1a;
  padding: 45px 35px;
  border-radius: 20px;
  text-align: left;
  position: relative;
  transition: all 0.3s ease;
  border: 2px solid #2a2a2a;
  display: flex;
  flex-direction: column;
}

.verbolo-pricing-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 50px rgba(220, 38, 38, 0.25);
  border-color: #dc2626;
}

.verbolo-pricing-card.verbolo-pricing-featured {
  background: linear-gradient(135deg, #1a1a1a 0%, #2a0000 100%);
  border: 3px solid #dc2626;
  transform: scale(1.05);
}

.verbolo-pricing-card.verbolo-pricing-featured:hover {
  transform: scale(1.05) translateY(-10px);
}

.verbolo-pricing-badge {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  background: #dc2626;
  color: #ffffff;
  padding: 8px 25px;
  border-radius: 20px;
  font-size: 0.9rem;
  font-weight: bold;
  font-family: 'Asul', sans-serif;
  box-shadow: 0 4px 15px rgba(220, 38, 38, 0.4);
}

.verbolo-pricing-card-header {
  margin-bottom: 30px;
}

.verbolo-pricing-card-header h3 {
  font-size: 1.8rem;
  color: #dc2626;
  margin-bottom: 10px;
  font-family: 'Asul', sans-serif;
  font-weight: 700;
}

.verbolo-pricing-card-desc {
  color: #d4d4d4;
  font-size: 0.95rem;
  font-family: 'Asul', sans-serif;
}

.verbolo-price {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(220, 38, 38, 0.2);
}

.verbolo-price-amount {
  font-size: 3.5rem;
  color: #ffffff;
  font-weight: bold;
  font-family: 'Asul', sans-serif;
  line-height: 1;
}

.verbolo-price-period {
  font-size: 1.1rem;
  color: #d4d4d4;
  margin-left: 8px;
  font-family: 'Asul', sans-serif;
}

.verbolo-pricing-value {
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.verbolo-pricing-value span {
  color: #ef4444;
  font-size: 0.95rem;
  font-family: 'Asul', sans-serif;
}

.verbolo-pricing-save {
  color: #dc2626 !important;
  font-weight: bold;
}

.verbolo-pricing-features {
  list-style: none;
  padding: 0;
  margin: 0 0 35px 0;
  flex-grow: 1;
}

.verbolo-pricing-features li {
  padding: 15px 0;
  color: #d4d4d4;
  font-family: 'Asul', sans-serif;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  border-bottom: 1px solid rgba(220, 38, 38, 0.1);
}

.verbolo-pricing-features li:last-child {
  border-bottom: none;
}

.verbolo-pricing-features li svg {
  flex-shrink: 0;
  margin-top: 2px;
}

.verbolo-pricing-features li span {
  line-height: 1.5;
}

.verbolo-pricing-button {
  display: inline-block;
  width: 100%;
  padding: 18px;
  background: #dc2626;
  color: #ffffff;
  text-decoration: none;
  border-radius: 10px;
  font-weight: bold;
  text-align: center;
  transition: all 0.3s ease;
  font-family: 'Asul', sans-serif;
  font-size: 1.05rem;
}

.verbolo-pricing-button:hover {
  background: #991b1b;
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(220, 38, 38, 0.3);
}

.verbolo-pricing-button-featured {
  background: #dc2626;
  box-shadow: 0 5px 15px rgba(220, 38, 38, 0.3);
}

.verbolo-pricing-button-featured:hover {
  background: #991b1b;
  box-shadow: 0 10px 30px rgba(220, 38, 38, 0.4);
}

.verbolo-pricing-guarantee {
  display: flex;
  align-items: center;
  gap: 40px;
  background: #1a1a1a;
  border: 2px solid #2a2a2a;
  border-radius: 20px;
  padding: 50px;
  margin-top: 60px;
}

.verbolo-pricing-guarantee-icon {
  flex-shrink: 0;
}

.verbolo-pricing-guarantee-content {
  flex: 1;
}

.verbolo-pricing-guarantee-content h3 {
  font-size: 1.8rem;
  color: #dc2626;
  margin-bottom: 15px;
  font-family: 'Asul', sans-serif;
  font-weight: 700;
}

.verbolo-pricing-guarantee-content p {
  color: #d4d4d4;
  font-size: 1.1rem;
  line-height: 1.7;
  margin-bottom: 25px;
  font-family: 'Asul', sans-serif;
}

.verbolo-pricing-guarantee-button {
  display: inline-block;
  padding: 15px 40px;
  background: #dc2626;
  color: #ffffff;
  text-decoration: none;
  border-radius: 10px;
  font-weight: bold;
  transition: all 0.3s ease;
  font-family: 'Asul', sans-serif;
}

.verbolo-pricing-guarantee-button:hover {
  background: #991b1b;
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(220, 38, 38, 0.3);
}

@media (max-width: 768px) {
  .verbolo-pricing-guarantee {
    flex-direction: column;
    text-align: center;
  }
  .verbolo-pricing-card.verbolo-pricing-featured {
    transform: scale(1);
  }
  .verbolo-pricing-card.verbolo-pricing-featured:hover {
    transform: translateY(-10px);
  }
}

.verbolo-target {
  background: #1a1a1a;
  padding: 120px 20px;
  font-family: 'Asul', sans-serif;
}
.verbolo-target-container {
  max-width: 1200px;
  margin: 0 auto;
}
.verbolo-target-header {
  text-align: center;
  margin-bottom: 80px;
}
.verbolo-target-subtitle {
  display: inline-block;
  padding: 8px 20px;
  background: rgba(220, 38, 38, 0.15);
  border: 1px solid rgba(220, 38, 38, 0.3);
  border-radius: 50px;
  font-size: 0.9rem;
  color: #ef4444;
  font-family: 'Asul', sans-serif;
  margin-bottom: 20px;
}
.verbolo-target h2 {
  font-size: 3rem;
  margin-bottom: 25px;
  color: #f5f5f5;
  font-family: 'Asul', sans-serif;
  font-weight: 700;
}
.verbolo-target-highlight {
  color: #dc2626;
}
.verbolo-target-intro {
  font-size: 1.2rem;
  color: #d4d4d4;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.7;
  font-family: 'Asul', sans-serif;
}
.verbolo-target-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 30px;
}
.verbolo-target-card {
  background: #0a0a0a;
  padding: 40px 35px;
  border-radius: 20px;
  text-align: left;
  border: 2px solid #2a2a2a;
  transition: all 0.3s ease;
  position: relative;
}
.verbolo-target-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 50px rgba(220, 38, 38, 0.25);
  border-color: #dc2626;
}
.verbolo-target-card.verbolo-target-featured {
  border-color: #dc2626;
  background: linear-gradient(135deg, #0a0a0a 0%, #1a0000 100%);
}
.verbolo-target-badge {
  position: absolute;
  top: -12px;
  right: 30px;
  background: #dc2626;
  color: #ffffff;
  padding: 6px 18px;
  border-radius: 20px;
  font-size: 0.85rem;
  font-weight: bold;
  font-family: 'Asul', sans-serif;
}
.verbolo-target-icon {
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.verbolo-target-card h3 {
  font-size: 1.6rem;
  color: #dc2626;
  margin-bottom: 20px;
  font-family: 'Asul', sans-serif;
  font-weight: 700;
}
.verbolo-target-description {
  color: #d4d4d4;
  line-height: 1.7;
  margin-bottom: 25px;
  font-size: 1.05rem;
  font-family: 'Asul', sans-serif;
}
.verbolo-target-benefits {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 25px;
}
.verbolo-target-benefit {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #d4d4d4;
  font-size: 0.95rem;
  font-family: 'Asul', sans-serif;
}
.verbolo-target-result {
  padding: 15px;
  background: rgba(220, 38, 38, 0.1);
  border-left: 3px solid #dc2626;
  border-radius: 5px;
  color: #ef4444;
  font-size: 0.95rem;
  font-family: 'Asul', sans-serif;
}
.verbolo-target-result strong {
  color: #dc2626;
}

/* Legal Pages Styles */
.verbolo-legal-page {
  background: #0a0a0a;
  padding: 120px 20px;
  font-family: 'Asul', sans-serif;
  min-height: calc(100vh - 200px);
}

.verbolo-legal-container {
  max-width: 1000px;
  margin: 0 auto;
}

.verbolo-legal-header {
  text-align: center;
  margin-bottom: 80px;
}

.verbolo-legal-badge {
  display: inline-block;
  padding: 8px 20px;
  background: rgba(220, 38, 38, 0.15);
  border: 1px solid rgba(220, 38, 38, 0.3);
  border-radius: 50px;
  font-size: 0.9rem;
  color: #ef4444;
  font-family: 'Asul', sans-serif;
  margin-bottom: 20px;
}

.verbolo-legal-header h1 {
  font-size: 3rem;
  margin-bottom: 25px;
  color: #f5f5f5;
  font-family: 'Asul', sans-serif;
  font-weight: 700;
}

.verbolo-legal-intro {
  font-size: 1.2rem;
  color: #d4d4d4;
  max-width: 800px;
  margin: 0 auto 30px;
  line-height: 1.7;
  font-family: 'Asul', sans-serif;
}

.verbolo-legal-meta {
  color: #999;
  font-size: 0.9rem;
  font-family: 'Asul', sans-serif;
}

.verbolo-legal-content {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.verbolo-legal-section {
  background: #1a1a1a;
  border: 2px solid #2a2a2a;
  border-radius: 20px;
  padding: 40px;
  transition: all 0.3s ease;
}

.verbolo-legal-section:hover {
  border-color: #dc2626;
  box-shadow: 0 10px 30px rgba(220, 38, 38, 0.15);
}

.verbolo-legal-section-header {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 25px;
  padding-bottom: 20px;
  border-bottom: 2px solid rgba(220, 38, 38, 0.2);
}

.verbolo-legal-number {
  font-size: 2rem;
  color: #dc2626;
  font-weight: bold;
  font-family: 'Asul', sans-serif;
  min-width: 60px;
}

.verbolo-legal-section-header h2 {
  font-size: 1.8rem;
  color: #dc2626;
  font-family: 'Asul', sans-serif;
  font-weight: 700;
  margin: 0;
}

.verbolo-legal-section-content {
  color: #d4d4d4;
  line-height: 1.8;
  font-size: 1.05rem;
  font-family: 'Asul', sans-serif;
}

.verbolo-legal-section-content p {
  margin-bottom: 20px;
}

.verbolo-legal-bullets {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

.verbolo-legal-bullets li {
  padding: 12px 0 12px 30px;
  position: relative;
  color: #d4d4d4;
  font-family: 'Asul', sans-serif;
}

.verbolo-legal-bullets li::before {
  content: '→';
  position: absolute;
  left: 0;
  color: #dc2626;
  font-weight: bold;
  font-size: 1.2rem;
}

.verbolo-legal-bullets li strong {
  color: #dc2626;
}

.verbolo-legal-list {
  display: flex;
  flex-direction: column;
  gap: 25px;
  margin: 30px 0;
}

.verbolo-legal-item {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.verbolo-legal-item-icon {
  flex-shrink: 0;
  margin-top: 5px;
}

.verbolo-legal-item-content h3 {
  font-size: 1.3rem;
  color: #dc2626;
  margin-bottom: 10px;
  font-family: 'Asul', sans-serif;
  font-weight: 700;
}

.verbolo-legal-item-content p {
  color: #d4d4d4;
  line-height: 1.7;
  margin: 0;
  font-family: 'Asul', sans-serif;
}

.verbolo-legal-warning {
  padding: 20px;
  background: rgba(220, 38, 38, 0.1);
  border-left: 4px solid #dc2626;
  border-radius: 5px;
  margin: 25px 0;
}

.verbolo-legal-warning strong {
  color: #dc2626;
  font-family: 'Asul', sans-serif;
}

.verbolo-legal-warning p {
  color: #ef4444;
  margin: 10px 0 0;
  font-family: 'Asul', sans-serif;
}

.verbolo-legal-contact {
  background: #0a0a0a;
  padding: 30px;
  border-radius: 15px;
  border: 2px solid rgba(220, 38, 38, 0.3);
  margin-top: 20px;
}

.verbolo-legal-contact p {
  margin: 10px 0;
  color: #d4d4d4;
  font-family: 'Asul', sans-serif;
}

.verbolo-legal-contact strong {
  color: #dc2626;
}

.verbolo-legal-contact a {
  color: #ef4444;
  text-decoration: none;
  transition: color 0.3s ease;
}

.verbolo-legal-contact a:hover {
  color: #dc2626;
  text-decoration: underline;
}

/* Thanks Page Styles */
.verbolo-thanks-page {
  background: #0a0a0a;
  padding: 120px 20px;
  font-family: 'Asul', sans-serif;
  min-height: calc(100vh - 200px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.verbolo-thanks-container {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
  background: #1a1a1a;
  border: 2px solid #2a2a2a;
  border-radius: 20px;
  padding: 60px 40px;
}

.verbolo-thanks-icon {
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
}

.verbolo-thanks-title {
  font-size: 3rem;
  color: #dc2626;
  margin-bottom: 20px;
  font-family: 'Asul', sans-serif;
  font-weight: 700;
}

.verbolo-thanks-message {
  font-size: 1.3rem;
  color: #f5f5f5;
  margin-bottom: 15px;
  font-family: 'Asul', sans-serif;
}

.verbolo-thanks-description {
  font-size: 1.1rem;
  color: #d4d4d4;
  line-height: 1.7;
  margin-bottom: 40px;
  font-family: 'Asul', sans-serif;
}

.verbolo-thanks-actions {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-bottom: 50px;
  flex-wrap: wrap;
}

.verbolo-thanks-button-primary {
  display: inline-block;
  padding: 15px 40px;
  background: #dc2626;
  color: #ffffff;
  text-decoration: none;
  border-radius: 10px;
  font-weight: bold;
  transition: all 0.3s ease;
  font-family: 'Asul', sans-serif;
}

.verbolo-thanks-button-primary:hover {
  background: #991b1b;
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(220, 38, 38, 0.3);
}

.verbolo-thanks-button-secondary {
  display: inline-block;
  padding: 15px 40px;
  background: transparent;
  color: #dc2626;
  text-decoration: none;
  border: 2px solid #dc2626;
  border-radius: 10px;
  font-weight: bold;
  transition: all 0.3s ease;
  font-family: 'Asul', sans-serif;
}

.verbolo-thanks-button-secondary:hover {
  background: rgba(220, 38, 38, 0.1);
  transform: translateY(-2px);
}

.verbolo-thanks-info {
  text-align: left;
  background: #0a0a0a;
  padding: 30px;
  border-radius: 15px;
  margin-bottom: 30px;
}

.verbolo-thanks-info p {
  color: #dc2626;
  font-size: 1.1rem;
  margin-bottom: 20px;
  font-family: 'Asul', sans-serif;
  font-weight: 700;
}

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

.verbolo-thanks-list li {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  padding: 15px 0;
  color: #d4d4d4;
  font-family: 'Asul', sans-serif;
  border-bottom: 1px solid rgba(220, 38, 38, 0.1);
}

.verbolo-thanks-list li:last-child {
  border-bottom: none;
}

.verbolo-thanks-list li svg {
  flex-shrink: 0;
  margin-top: 2px;
}

.verbolo-thanks-contact {
  padding: 25px;
  background: rgba(220, 38, 38, 0.1);
  border-radius: 15px;
  border: 1px solid rgba(220, 38, 38, 0.3);
}

.verbolo-thanks-contact p {
  margin: 10px 0;
  color: #d4d4d4;
  font-family: 'Asul', sans-serif;
}

.verbolo-thanks-contact strong {
  color: #dc2626;
}

.verbolo-thanks-contact a {
  color: #ef4444;
  text-decoration: none;
  transition: color 0.3s ease;
}

.verbolo-thanks-contact a:hover {
  color: #dc2626;
  text-decoration: underline;
}

/* Responsive Styles for Legal Pages */
@media (max-width: 768px) {
  .verbolo-legal-page {
    padding: 80px 15px;
  }

  .verbolo-legal-header h1 {
    font-size: 2rem;
  }

  .verbolo-legal-intro {
    font-size: 1rem;
  }

  .verbolo-legal-section {
    padding: 25px;
  }

  .verbolo-legal-section-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .verbolo-legal-section-header h2 {
    font-size: 1.4rem;
  }

  .verbolo-legal-item {
    flex-direction: column;
    gap: 15px;
  }

  .verbolo-thanks-container {
    padding: 40px 25px;
  }

  .verbolo-thanks-title {
    font-size: 2rem;
  }

  .verbolo-thanks-actions {
    flex-direction: column;
  }

  .verbolo-thanks-button-primary,
  .verbolo-thanks-button-secondary {
    width: 100%;
    text-align: center;
  }
}
