:root {
  --highlight-color: #00c4cc;
}

html, body {
  overflow-x: hidden; 
  max-width: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Nunito", "Libre Franklin", sans-serif!important;
  font-optical-sizing: auto;
  font-style: normal;
}

.top-header {
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 40px;
  flex-wrap: wrap;
  border-bottom: 1px solid #e0e0e0;
}

.swiper-button-next, .swiper-button-prev {
  color:white!important;
  opacity:0;
}

.swiper-pagination-bullet-active {
  background:white!important;
  box-shadow:0px 0px 2px black;
}

.bold {
  font-weight: bold;
}

.social span {
  font-size: 14px;
  margin-right: 10px;
  color: #003366;
  font-weight: bold;
}

.swiper-wrapper {
  height: auto!important;
}

.social a {
  color: #003366;
  font-size: 20px;
  margin-left: 8px;
}

.social a:hover {
  color: var(--highlight-color);
}

.logo {
  height: 60px;
}

.contact {
  text-align: right;
  font-size: 14px;
  color: #003366;
}

.contact a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #003366;
  margin-top: 4px;
}

.contact a i {
  font-size: 18px;
  margin-right: 6px;
}

.contact a:hover {
  color: var(--highlight-color);
}

.nav-bar {
  background-color: #002b5c;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 10px 0;
  position: sticky; 
  top: 0;
  z-index: 1100;
}

.nav-bar a {
  color: #fff;
  text-decoration: none;
  margin: 0 12px;
  padding: 8px 12px;
  transition: background 0.3s;
  font-weight: 500;
  border-radius: 4px;
}

.nav-bar a:hover {
  background-color: rgba(255, 255, 250, 0.1);
}

.cliente-btn {
  background-color: #00c4cc;
  color: white !important;
  font-weight: bold;
  border-radius: 20px;
  padding: 8px 16px;
}

.nav-links {
  display: flex;
  align-items: center;
}

.plans-section {
  padding: 60px 20px;
  background-color: #f8f9fa;
}

.section-title {
  text-align: center;
  color: #002b5c;
  margin-bottom: 40px;
  font-size: 2.5em;
  font-weight: 700;
}

.plans-container-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
}

.plans-grid-display {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}

.plan-card {
  background: var(--plan-bg, white);
  border-radius: 15px;
  padding: 30px;
  max-width: 300px;
  width: 100%;
  text-align: center;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  position: relative;
  color: var(--plan-text, #002b5c);
}

.plan-card:hover {
  transform: translateY(-10px);
}

.plan-card.featured {
  border: 2px solid var(--plan-primary, var(--highlight-color));
}

.featured-tag {
  position: absolute;
  top: -12px;
  right: 20px;
  background: var(--highlight-color);
  color: white;
  padding: 5px 15px;
  border-radius: 20px;
  font-size: 0.9em;
  font-weight: bold;
}

.plan-header h3 {
  color: #666;
  font-size: 1.2em;
  margin-bottom: 10px;
}

.plan-header h3 .plan-type {
  color: var(--plan-primary, var(--highlight-color));
}

.plan-header h2 {
  color: var(--plan-text, #002b5c);
  font-size: 2em;
  margin: 0;
  font-weight: 700;
}

.plan-header h2 .plan-speed-amount {
  color: var(--plan-primary, var(--highlight-color));
}

.plan-price {
  color: var(--plan-text, #002b5c);
}

.plan-price .currency {
  font-size: 1.5em;
}

.plan-price .amount {
  font-size: 3.5em;
  font-weight: 700;
}

.plan-price .cents {
  font-size: 1.5em;
}

.plan-price .period {
  color: #666;
  font-size: 1em;
}

.old-price {
  color: var(--plan-neutral, #888);
  font-size: 1.2em;
  text-decoration: line-through;
  font-weight: 600;
  margin-bottom: 0;
}

.benefits-heading,
.apps-heading {
  margin-top: 25px;
  margin-bottom: 15px;
  color: var(--plan-primary, #002b5c);
  font-size: 1.2em;
  font-weight: 600;
  text-align: left;
}

.plan-features {
  margin-bottom: 20px;
}

.plan-features .feature-item,
.plan-features .more-benefits-link {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  color: #666;
  text-decoration: none;
}

.plan-features .feature-item i,
.plan-features .more-benefits-link i {
  margin-right: 10px;
  color: var(--plan-primary, #002b5c);
}

.plan-features .more-benefits-link {
  display: none;
}

.plan-features .more-benefits-link i {
  color: var(--highlight-color);
}

.plan-apps {
  margin-bottom: 20px;
  border-radius: 5px;
}

.plan-apps .app-icons {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-bottom: 20px;
}

.plan-apps .app-icons .app-icon {
  height: 35px;
  width: auto;
  vertical-align: middle;
}

.plan-apps .app-icons i.fa-plus-square {
  color: var(--highlight-color);
  font-size: 37px;
  vertical-align: middle;
}

.plan-apps .app-icons i:not(.fa-plus-square) {
  font-size: 1.8em;
  color: #002b5c;
}

.plan-button {
  background: var(--plan-button, #002b5c);
  color: white;
  border: none;
  padding: 12px 30px;
  border-radius: 25px;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.3s ease;
  width: 100%;
  text-decoration: none; 
  display: inline-block; 
  text-align: center;
}

.plan-button:hover {
  background: var(--plan-primary, var(--highlight-color));
}

/* ADICIONADO PARA CORRIGIR O PROBLEMA NA HOSTINGER */
.plan-card a.plan-button {
  text-decoration: none !important;
  color: white !important;
  background: var(--plan-button, #002b5c) !important;
  display: inline-block !important;
  visibility: visible !important; /* Força a exibição do botão */
  opacity: 1 !important; /* Garante que não esteja transparente */
}

.terms {
  font-size: 0.85em;
  color: #888;
  margin-top: 15px;
}

.plans-carousel-display-wrapper {
  overflow: hidden;
  position: relative;
  padding: 0 50px;
}

.plans-carousel-display-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 15%;
  background: linear-gradient(to left, rgba(248, 249, 250, 1) 0%, rgba(248, 249, 250, 0) 100%);
  pointer-events: none;
  z-index: 5;
}

.plans-carousel-display-wrapper .swiper-container {
  width: 100%;
  padding: 0 10px;
  max-width: 1100px;
  margin: 0 auto;
}

.plans-carousel-display-wrapper .swiper-wrapper {
  align-items: stretch;
  padding:12px;
}

.plans-carousel-display-wrapper .swiper-slide {
  height: auto;
  display: flex;
  justify-content: center;
  align-items: stretch;
}

.plans-carousel-display-wrapper .swiper-slide .plan-card {
  height: fit-content;
  margin: 0 auto;
}

.plans-carousel-display-wrapper .swiper-pagination {
  position: static;
  margin-top: 20px;
}

.plans-carousel-display-wrapper .swiper-pagination-bullet {
  background: #ccc;
  opacity: 0.8;
}

.plans-carousel-display-wrapper .swiper-pagination-bullet-active {
  background: var(--highlight-color);
  opacity: 1;
}

.plans-carousel-display-wrapper .swiper-button-next,
.plans-carousel-display-wrapper .swiper-button-prev {
  color: var(--primary-color);
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 10;
}

.plans-carousel-display-wrapper .swiper-button-next:hover,
.plans-carousel-display-wrapper .swiper-button-prev:hover {
  background-color: var(--highlight-color);
  color: white;
}

.plans-carousel-display-wrapper .swiper-button-next::after,
.plans-carousel-display-wrapper .swiper-button-prev::after {
  font-size: 2em;
  font-weight: bold;
}

.plans-carousel-display-wrapper .swiper-button-prev {
  left: 0;
}

.plans-carousel-display-wrapper .swiper-button-next {
  right: 0;
}

.promotional-offers-section-bottom {
  margin-top: 40px; 
  background-color: #f0f8ff; 
  padding: 60px 20px; 
}

.promotional-marquee-wrapper {
  overflow: hidden; 
  position: relative;
  max-width: 1200px; 
  margin: 0 auto;
  padding: 20px 0; 

}

.promotional-marquee-wrapper::before,
.promotional-marquee-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100px; 
  z-index: 10;
  pointer-events: none;
}

.promotional-marquee-wrapper::before {
  left: 0;
  background: linear-gradient(to right, rgba(240, 248, 255, 1) 0%, rgba(240, 248, 255, 0) 100%);
}

.promotional-marquee-wrapper::after {
  right: 0;
  background: linear-gradient(to left, rgba(240, 248, 255, 1) 0%, rgba(240, 248, 255, 0) 100%);
}

.promotional-cards-container {
  display: inline-flex; 
  flex-wrap: nowrap; 
  gap: 30px; 
  animation: scroll-left 40s linear infinite; 
}

.promotional-marquee-right .promotional-cards-container {
  animation: scroll-right 40s linear infinite;
}

@keyframes scroll-left {
  0% { transform: translateX(0%); }
  100% { transform: translateX(-50%); }
}

@keyframes scroll-right {
  0% { transform: translateX(-50%); }
  100% { transform: translateX(0%); }
}

.promotional-card {
  background: white;
  border-radius: 20px; 
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15); 
  display: flex; 
  transition: transform 0.3s ease, box-shadow 0.3s ease; 
  flex-shrink: 0; 
  width: 850px; 
  height: 440px; 
}

.promotional-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
}

.promotional-card-large {
  max-width: none; 
}

.promotional-card.dragging {
  opacity: 0.6;
  transform: scale(0.98);
  box-shadow: 0 18px 40px rgba(0,0,0,0.18);
}

.promotional-card {
  cursor: grab;
  display: flex;
}

.promotional-card-image {
    flex: 1;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: stretch;
    justify-content: stretch;
    width: 400px;
    height: 340px;
}

.promotional-left-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.promotional-card-image-1 {
  background-image: url('globoplay_banner.png');
}

.promotional-card-image-2 {
  background-image: url('max_banner.png');
}

.promotional-card-image-3 {
  background-image: url('digital_channels_banner.png');
}

.promotional-card-image-4 {
  background-image: url('https://huulhdrdfliwecyjzrlo.supabase.co/storage/v1/object/public/teasim/1-1.png');
}

.promotional-card-image-5 {
  background-image: url('https://huulhdrdfliwecyjzrlo.supabase.co/storage/v1/object/public/teasim/35d5b636.jpg');
}

.promotional-card-image-6 {
  background-image: url('https://placehold.co/427x437/F5F5F5/B0B0B0?text=427x437');
}

.promotional-card-info {
  flex: 1;
  background: linear-gradient(135deg, #004aad, #002b6e);
  color: white;
  display: flex; 
  flex-direction: column;
  justify-content: center;
  align-items: flex-start; 
  padding: 40px;
}

.promotional-logo {
  height: 40px; 
  width: auto;
  margin-bottom: 16px; 
  object-fit: contain; 
}

.promotional-title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 14px;
  line-height: 1.4;
}

.promotional-description {
  font-size: 14px;
  line-height: 1.6;
  opacity: 0.9;
}

.promotional-offers-section-bottom {
  margin-top: 40px; 
  background-color: #f0f8ff; 
  padding: 60px 20px; 
}

.work-with-us-section {
  background-color: #f8f9fa;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333;
  text-align: center;
}

.work-with-us-container {
  background-color: #002b5c;
  color: white !important;
  padding: 60px;
  width: 100%;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.join-us-btn {
  background-color: var(--highlight-color);
  color: white;
  border: none;
  padding: 8px 20px;
  border-radius: 25px;
  font-size: 0.9em;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: #00c4cc;
}

.join-us-btn:hover {
  background-color: #00a3ad;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(0, 196, 204, 0.4);
}

.join-us-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}

.work-with-us-title {
  font-size: 3.5em;
  font-weight: 800;
  color: white;
  margin: 0;
  background-clip: text;
}

.work-with-us-paragraph {
  font-size: 1.1em;
  line-height: 1.6;
  max-width: 600px;
  margin: 0 auto 40px auto;
  color: white;
}

.work-with-us-email {
  font-weight: bold;
  color: var(--highlight-color);
  text-decoration: none;
}

.work-with-us-form {
  width: 100%;
  max-width: 500px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.form-group {
  text-align: left;
  width: 100%;
}

.form-group label {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
  color: var(--primary-color);
  font-size: 0.95em;
}

.form-group input[type="text"],
.form-group input[type="tel"],
.form-group input[type="email"] {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #001833;
  border-radius: 8px;
  background-color: #002249;
  color: #333;
  font-size: 1em;
  box-sizing: border-box;
  transition: all 0.3s ease;
  font-family: inherit;
}

input::placeholder {
  color: #97c8ff!important;
}

.form-group input[type="text"]::placeholder,
.form-group input[type="tel"]::placeholder,
.form-group input[type="email"]::placeholder {
  color: #999;
}

.form-group input[type="text"]:focus,
.form-group input[type="tel"]:focus,
.form-group input[type="email"]:focus {
  outline: none;
  border-color: var(--highlight-color);
  background-color: white;
  box-shadow: 0 0 0 3px rgba(0, 196, 204, 0.1);
}

.file-upload-container {
  position: relative;
  width: 100%;
}

.file-upload-area {
  width: 100%;
  min-height: 120px;
  padding: 20px;
  border: 3px dashed #001833;
  border-radius: 12px;
  background: #002249;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}

.file-upload-area:hover {
  transform: translateY(-2px);
}

.file-upload-area.dragover {
  border-color: var(--highlight-color);
  background: linear-gradient(135deg, #e8f9fa 0%, #f0fdff 100%);
  transform: scale(1.02);
  box-shadow: 0 10px 30px rgba(0, 196, 204, 0.2);
}

.file-upload-icon {
  font-size: 2.5em;
  color: var(--primary-color);
  margin-bottom: 10px;
  display: flex!important;
  place-self: anchor-center;
}

.file-upload-area:hover .file-upload-icon {
  transform: scale(1.1);
  color: #00a3ad;
}

.file-upload-text {
  font-size: 1.1em;
  font-weight: 600;
  color: var(--primary-color);
  margin-bottom: 5px;
  text-align: center;
}

.file-upload-subtext {
  font-size: 0.9em;
  color: #666;
  text-align: center;
  margin-bottom: 10px;
}

.file-upload-formats {
  font-size: 0.8em;
  color: #999;
  text-align: center;
}

.file-upload-input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  z-index: 2;
}

.file-info {
  display: none;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
  background: #002249;
  border-radius: 8px;
  margin-top: 10px;
  border: 1px solid white;
}

.file-info.active {
  display: flex;
}

.file-details {
  display: flex;
  align-items: center;
  gap: 10px;
}

.file-icon {
  font-size: 1.5em;
  color: white;
}

.file-name {
  font-weight: 600;
  color: var(--primary-color);
}

.file-size {
  font-size: 0.9em;
  color: #666;
}

.file-remove {
  background: none;
  border: none;
  color: #dc3545;
  cursor: pointer;
  font-size: 1.2em;
  padding: 5px;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.file-remove:hover {
  background: #dc3545;
  color: white;
}

.upload-progress {
  display: none;
  width: 100%;
  height: 6px;
  background: #e9ecef;
  border-radius: 3px;
  overflow: hidden;
  margin-top: 10px;
}

.upload-progress.active {
  display: block;
}

.upload-progress-bar {
  height: 100%;
  background: linear-gradient(90deg, var(--highlight-color), #00a3ad);
  width: 0%;
  transition: width 0.3s ease;
  border-radius: 3px;
}

.submit-resume-btn {
  color: white;
  border: none;
  padding: 15px 30px;
  border-radius: 10px;
  font-size: 1.1em;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 100%;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: #00c4cc;
}

.submit-resume-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 196, 204, 0.4);
  background: linear-gradient(135deg, #00a3ad, var(--highlight-color));
}

.submit-resume-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}

.faq-section {
  padding: 80px 20px;
  background-color: #f8f9fa;
}

.faq-container {
  max-width: 1250px;
  margin: 0 auto;
}

.faq-accordion {
  margin-top: 40px;
}

.faq-item {
  background: white;
  border-radius: 10px;
  margin-bottom: 15px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: all 0.3s ease;
}

.faq-item:hover {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.faq-question {
  padding: 20px 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  border-bottom: 1px solid #f0f0f0;
  transition: background-color 0.3s ease;
}

.faq-question:hover {
  background-color: #f8f9fa;
}

.faq-question h3 {
  margin: 0;
  font-size: 1.1em;
  font-weight: 600;
  color: #002b5c;
}

.faq-question i {
  color: var(--highlight-color);
  font-size: 1.2em;
  transition: transform 0.3s ease;
}

.faq-item.active .faq-question i {
  transform: rotate(180deg);
}

.faq-answer {
  padding: 0 25px;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
}

.faq-item.active .faq-answer {
  padding: 20px 25px;
  max-height: 200px;
}

.faq-answer p {
  margin: 0;
  line-height: 1.6;
  color: #666;
}

.footer {
  background: linear-gradient(135deg, #002b5c, #003d7a);
  color: white;
  padding: 60px 20px 20px;
}

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

.footer-main {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 40px;
  margin-bottom: 40px;
}

.footer-section h3 {
  color: white;
  margin-bottom: 20px;
  font-size: 1.2em;
  font-weight: 600;
}

.footer-logo-img {
  height: 60px;
  margin-bottom: 20px;
}

.footer-description {
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 0;
}

.contact-item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  color: rgba(255, 255, 255, 0.9);
}

.contact-item i {
  margin-right: 10px;
  color: white;
  width: 20px;
}

.social-links {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.social-link {
  display: flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  transition: color 0.3s ease;
}

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

.social-link i {
  margin-right: 10px;
  color: white;
  width: 20px;
}

.info-item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  color: rgba(255, 255, 255, 0.9);
}

.info-item i {
  margin-right: 10px;
  color: white;
  width: 20px;
}

.info-item div {
  display: flex;
  flex-direction: column;
}

.anatel-info-stacked {
  flex-direction: column; 
  align-items: flex-start; 
}

.anatel-info-stacked img {
  margin-right: 0 !important; 
  margin-bottom: 5px; 
}

.footer-bottom {
  text-align: center;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.8);
}

.hero-section {
  position: relative;
  overflow: hidden;
}

.hero-desktop {
  min-height: 0 !important;
  padding: 0!important;
  width: 100%;
  height: auto; 
  display: block;
  overflow: hidden;
  background: #fff;
}

.hero-desktop .hero-image,
.hero-mobile .hero-image-mobile{
  display: block;
  width: 100%;
  border-radius: 0!important;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain; 
  object-position: center;

  position: relative;
  z-index: 10;
}

.hero-desktop {
  display: block;
  background: linear-gradient(135deg, #002b5c 0%, #003d7a 100%);
  display: flex;
  align-items: center;
}

.hero-content {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.hero-text h1 {
  font-size: 3.5rem;
  font-weight: 700;
  color: white;
  margin: 0 0 20px 0;
  line-height: 1.2;
}

.hero-text .highlight {
  color: #00c4cc;
}

.hero-text p {
  font-size: 1.4rem;
  color: rgba(255, 255, 255, 0.9);
  margin: 0 0 40px 0;
  line-height: 1.6;
}

.hero-cta {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.hero-image-container {
  position: relative;
}

.hero-image {
  width: 100%;
  max-width: 500px;
  height: auto;
  border-radius: 20px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.hero-mobile {
  display: none;
  position: relative;
}

.hero-content-mobile {
  position: relative;
}

.hero-image-mobile {
  width: 100%;
  height: auto;
  display: block;
}

.hero-text-mobile {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent, rgba(0, 43, 92, 0.9));
  padding: 40px 20px;
  text-align: center;
}

.hero-text-mobile h1 {
  font-size: 2rem;
  font-weight: 700;
  color: white;
  margin: 0 0 10px 0;
}

.hero-text-mobile p {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.9);
  margin: 0 0 20px 0;
}

.hero-cta-mobile {
  display: flex;
  justify-content: center;
  gap: 15px;
}

.cta-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  border-radius: 50px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 1rem;
}

.cta-button.primary {
  background: #00c4cc;
  color: white;
  box-shadow: 0 4px 15px rgba(0, 196, 204, 0.3);
}

.cta-button.primary:hover {
  background: #00a3ad;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 196, 204, 0.4);
}

.cta-button.secondary {
  background: rgba(255, 255, 255, 0.1);
  color: white;
  border: 2px solid rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(10px);
}

.cta-button.secondary:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.5);
}

.whatsapp-float {
  z-index: 1000;
  position: fixed;
  right: 0;
  bottom: 0;
  margin: 20px;
  background: #25d366;
  color: white;
  padding: 10px;
  border-radius: 50%;
  font-size: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 768px) {
  .promotional-offers-section {
  }

  .top-header { display: none !important; }
  .nav-bar { display: none !important; }
  .whatsapp-float { bottom: 65px; }

  .mobile-header {
    display: flex !important;
    background: #002b5c;
    color: #fff;
    width: 100%;
    padding: 10px 16px;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(255,255,255,0.04);
  }
  .mobile-header-inner{
    width: 95%;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
  }
  .mobile-footer-logo{
    height:40px;
    width:auto;
    display:block;
  }
  .mobile-contact{
    text-align:right;
    line-height:1;
  }
  .mobile-contact-label{
    font-size:12px;
    color: rgba(255,255,255,0.9);
    font-weight:600;
  }
  .mobile-contact-phone{
    font-size:16px;
    font-weight:700;
    color:#ffffff;
    margin-top:2px;
  }
}

@media (max-width: 480px) {
  .top-header {
    padding: 10px 5px;
  }

  .social span, .contact span {
    font-size: 13px;
  }

  .social a, .contact a i {
    font-size: 18px;
  }

  .logo {
    height: 45px;
  }

  .nav-bar {
    padding: 10px 0;
    justify-content: center;
  }

  .nav-bar a {
    flex-basis: 90%;
    margin: 5px auto;
  }

  .plans-section {
    padding: 40px 15px;
  }
  .section-title {
    font-size: 2em;
  }

  .plan-card {
    padding: 20px;
  }

  .work-with-us-title {
    font-size: 2em;
  }
  .work-with-us-container {
    padding: 30px 15px;
  }
  .join-us-btn {
    padding: 6px 15px;
    font-size: 0.8em;
  }
}

@media (max-width: 960px){
  .hero-desktop{ display: none; }
  .hero-mobile{ display: block; }

  .hero-mobile,
  .hero-mobile .hero-image-mobile{
    height: auto;
    max-height: none;
  }

  .banner-work{ position: relative; z-index: 1; margin-top: 18px; }
}

@media (max-width: 769px) {
  .mobile-bottom-nav { display: flex!important; }
}

@media (max-width: 992px) {
  .promotional-offers-section { display: none !important; }
  .promotional-marquee-wrapper{ display: none !important; }
  .promotional-cards-container {
    display: none !important;
  }
  .promotional-card {
    width: 100%;
    max-width: 100%;
    flex-direction: column; 
    height: auto;
    scroll-snap-align: center;
    margin-right: 0;
  }
  .promotional-card-image {
    width: 100%; 
    height: auto; 
    order: 0; /* ensure image is on top */
  }
  .promotional-card-info {
    padding: 20px;
    order: 1;
    width: 100%;
    box-sizing: border-box;
  }
  .promotional-left-img {
    width: 100%;
    height: auto;
    object-fit: cover; /* cover ensures it fills the card area */
    display: block;
  }
}

@media (max-width: 992px) {
  .promotional-card {
    width: 90%;
    max-width: 700px;
    flex-direction: column; 
    height: auto;
    scroll-snap-align: center;
    margin-right: 30px;
  }
  .promotional-card-image {
    width: 40%; 
    height: auto; 
  }
  .promotional-card-info {
    width: 60%;
    padding: 25px;
    height: auto;
  }
}

.banner-work {
  background: #fff;
  padding: 48px 20px;
  border-top: 1px solid #eef2f6;
}

.banner-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 480px;
  gap: 32px;
  align-items: center;
}

.banner-inner.inverted {
  grid-template-columns: 520px 1fr;
}

.eyebrow {
  color: #0a66ff;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.6px;
  display: inline-block;
  margin-bottom: 10px;
}

.title {
  color: #233b66;
  margin: 0 0 8px 0;
  font-size: 28px;
  line-height: 1.05;
  font-weight: 700;
}

.subtitle {
  margin: 0 0 16px;
  font-size: 20px;
  color: #233b66;
  font-weight: 700;
}

.lead {
  color: #6b7280;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 18px;
  max-width: 560px;
}

.cta {
  background: #0a66ff;
  color: #fff;
  padding: 10px 16px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  display: inline-block;
}

.hero-image {
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 8px 30px rgba(15,23,42,0.06);
  object-fit: cover;
}

@media (max-width: 960px) {
  .banner-inner,
  .banner-inner.inverted {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 0 8px;
  }

  .banner-left {
    order: 1;
  }

  .banner-right {
    order: 2;
  }

  .hero-image {
    max-width: 100%;
  }

  .title {
    font-size: 22px;
  }
}

@media (max-width: 480px) {
  .banner-inner,
  .banner-inner.inverted {
    padding: 0 16px;
  }

  .title {
    font-size: 20px;
  }

  .lead {
    font-size: 14px;
  }
}

.mobile-nav-toggle {
  display: none;
  background: none;
  border: none;
  color: white; 
  font-size: 24px;
  cursor: pointer;
  margin: 0; 
}

.mobile-nav-toggle svg {
  width: 24px;
  height: 24px;

}

.mobile-header { display: none; }

.mobile-bottom-nav {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  height: 64px;
  background: #002b5c;
  border-top: 1px solid rgba(0,0,0,0.06);
  display: flex;
  justify-content: space-around;
  align-items: center;
  z-index: 1200;
  gap: 6px;
  display:none;
}

.mobile-bottom-nav a {
  color: white;
  text-decoration: none;
  font-size: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  width: 56px;
  height: 56px;
  border-radius: 10px;
}

.mobile-bottom-nav a i {
  font-size: 18px;
  line-height: 1;
}

.mobile-bottom-nav a span {
  display: block;
  font-size: 11px;
  color: white;
}

img, iframe, video, .promotional-cards-container, .plans-container-wrapper {
  max-width: 100%;
  box-sizing: border-box;
  min-width: 0;
}

.promotional-mobile{ display:none; }

@media (max-width: 992px){
  .promotional-offers-section { display: none !important; }
  .promotional-marquee-wrapper{ display: none !important; }
  .promotional-mobile{ display:block; }
  .promotional-mobile .promotional-card{ width:100vw; height:100vh; margin:0; border-radius:0; flex-direction:column; }
  .promotional-mobile .promotional-card-image{ width:100%; height:55vh; }
  .promotional-mobile .promotional-card-info{ width:100%; height:45vh; padding:24px; box-sizing:border-box; }
}

@media (max-width: 960px) {
  .plans-grid-display {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
    padding: 0 16px;
  }
  .plans-grid-display .plan-card {
    max-width: none;
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
  }
}

