/* inicio.css — Default.aspx — MakeSolutions Premium */

/* ============================================================
   HERO SLIDER
   ============================================================ */
#ms-hero-slider {
    position: relative;
    width: 100%;
    height: 92vh;
    min-height: 560px;
    max-height: 860px;
    overflow: hidden;
    background: #080C12;
}

#ms-hero-slider .hero-slide {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    -webkit-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
}

#ms-hero-slider .hero-slide.active {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity 1s ease-in-out, -webkit-transform 6s ease-out;
    transition: opacity 1s ease-in-out, transform 6s ease-out;
}

#ms-hero-slider .hero-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(160deg, rgba(8,12,18,0.72) 0%, rgba(8,12,18,0.50) 50%, rgba(8,12,18,0.78) 100%);
    top: 0;
    left: 0;
    z-index: 1;
}

#ms-hero-slider .hero-content {
    position: absolute;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    z-index: 2;
    color: #fff;
    padding: 80px 20px 40px;
}

#ms-hero-slider .hero-content-inner {
    max-width: 860px;
}

/* ============================================================
   HERO: slide com video de fundo (slide 2 = totens)
   ============================================================ */
.hero-slide-video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
    background: #080C12;
}

.hero-slide-video.active {
    opacity: 1;
}

.hero-slide-video video {
    position: absolute;
    top: 0;
    left: 50%;
    width: 110%;
    height: 110%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    object-fit: cover;
    object-position: center top;
}

/* ============================================================
   HERO: badge, titulo, subtitulo
   ============================================================ */
.hero-badge {
    display: inline-block;
    background: rgba(224, 123, 0, 0.18);
    color: #f9a94a;
    padding: 8px 20px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 22px;
    border: 1px solid rgba(224, 123, 0, 0.4);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
}

#ms-hero-slider h1 {
    font-family: 'Oswald', sans-serif;
    font-size: 58px;
    font-weight: 700;
    margin: 0 0 20px;
    line-height: 1.15;
    letter-spacing: -0.5px;
    color: #fff;
}

#ms-hero-slider h1 strong {
    color: #E07B00;
    font-weight: 700;
}

#ms-hero-slider .hero-subtitle {
    font-family: 'Barlow', sans-serif;
    font-size: 19px;
    font-weight: 300;
    margin-bottom: 36px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.85);
}

/* ============================================================
   HERO: botoes
   ============================================================ */
#ms-hero-slider .hero-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 14px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.btn-hero-primary {
    font-family: 'Barlow Condensed', sans-serif;
    padding: 13px 32px;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 4px;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    text-decoration: none;
    display: inline-block;
    background: #E07B00;
    color: #fff;
    border: 2px solid #E07B00;
}

.btn-hero-primary:hover,
.btn-hero-primary:focus {
    background: #c96d00;
    border-color: #c96d00;
    color: #fff;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    -webkit-box-shadow: 0 10px 28px rgba(224,123,0,0.38);
    box-shadow: 0 10px 28px rgba(224,123,0,0.38);
    text-decoration: none;
}

.btn-hero-secondary {
    font-family: 'Barlow Condensed', sans-serif;
    padding: 13px 32px;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 4px;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    text-decoration: none;
    display: inline-block;
    background: transparent;
    color: #fff;
    border: 2px solid rgba(255, 255, 255, 0.6);
}

.btn-hero-secondary:hover,
.btn-hero-secondary:focus {
    background: rgba(255,255,255,0.12);
    border-color: #fff;
    color: #fff;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    text-decoration: none;
}

/* ============================================================
   HERO: estatisticas
   ============================================================ */
#ms-hero-slider .hero-stats {
    margin-top: 52px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    padding-top: 28px;
}

#ms-hero-slider .hero-stat-item {
    padding: 8px 20px;
}

#ms-hero-slider .hero-stat-item h3 {
    font-family: 'Oswald', sans-serif;
    font-size: 38px;
    font-weight: 700;
    margin: 0 0 4px;
    color: #E07B00;
    line-height: 1;
}

#ms-hero-slider .hero-stat-item p {
    font-size: 13px;
    margin: 0;
    color: rgba(255, 255, 255, 0.65);
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* ============================================================
   HERO: indicadores
   ============================================================ */
#ms-hero-slider .hero-indicators {
    position: absolute;
    bottom: 28px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    z-index: 3;
}

#ms-hero-slider .hero-indicator {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.35);
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: 2px solid rgba(255, 255, 255, 0.5);
}

#ms-hero-slider .hero-indicator.active {
    background: #E07B00;
    border-color: #E07B00;
    width: 28px;
    border-radius: 5px;
}

/* ============================================================
   HERO: animacoes de entrada
   ============================================================ */
@-webkit-keyframes fadeInUp {
    from { opacity: 0; -webkit-transform: translateY(28px); transform: translateY(28px); }
    to   { opacity: 1; -webkit-transform: translateY(0);    transform: translateY(0); }
}

@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(28px); }
    to   { opacity: 1; transform: translateY(0); }
}

@-webkit-keyframes fadeInDown {
    from { opacity: 0; -webkit-transform: translateY(-18px); transform: translateY(-18px); }
    to   { opacity: 1; -webkit-transform: translateY(0);     transform: translateY(0); }
}

@keyframes fadeInDown {
    from { opacity: 0; transform: translateY(-18px); }
    to   { opacity: 1; transform: translateY(0); }
}

.hero-badge {
    -webkit-animation: fadeInDown 0.65s ease both;
    animation: fadeInDown 0.65s ease both;
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

#ms-hero-slider h1 {
    -webkit-animation: fadeInUp 0.7s ease both;
    animation: fadeInUp 0.7s ease both;
    -webkit-animation-delay: 0.25s;
    animation-delay: 0.25s;
}

.hero-subtitle {
    -webkit-animation: fadeInUp 0.7s ease both;
    animation: fadeInUp 0.7s ease both;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

#ms-hero-slider .hero-buttons {
    -webkit-animation: fadeInUp 0.7s ease both;
    animation: fadeInUp 0.7s ease both;
    -webkit-animation-delay: 0.55s;
    animation-delay: 0.55s;
}

.hero-stats {
    -webkit-animation: fadeInUp 0.7s ease both;
    animation: fadeInUp 0.7s ease both;
    -webkit-animation-delay: 0.72s;
    animation-delay: 0.72s;
}

/* ============================================================
   DIFERENCIAIS: faixa escura abaixo do hero
   ============================================================ */
#ms-diferenciais {
    background: #0d1620;
    border-top: none;
    border-bottom: 1px solid rgba(255,255,255,0.06);
    padding: 0;
}

#ms-diferenciais .container {
    padding-top: 0;
    padding-bottom: 0;
}

.diferencial-item {
    padding: 36px 24px;
    text-align: center;
    border-right: 1px solid rgba(255,255,255,0.06);
    -webkit-transition: background 0.25s;
    transition: background 0.25s;
}

.diferencial-item:last-child { border-right: none; }

.diferencial-item:hover { background: rgba(224,123,0,0.07); }

.diferencial-item i {
    font-size: 32px;
    color: #E07B00;
    display: block;
    margin-bottom: 14px;
}

.diferencial-item h4 {
    font-family: 'Oswald', sans-serif;
    font-size: 17px;
    font-weight: 600;
    color: #fff;
    margin: 0 0 8px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.diferencial-item p {
    font-size: 14px;
    color: rgba(255,255,255,0.50);
    margin: 0;
    line-height: 1.6;
}

/* ============================================================
   SECOES GERAIS
   ============================================================ */
.ms-section {
    padding: 80px 0;
}

.ms-section-title {
    font-family: 'Oswald', sans-serif;
    font-size: 36px;
    font-weight: 700;
    color: #0f1923;
    margin: 0 0 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.ms-section-subtitle {
    font-size: 16px;
    color: #888;
    margin: 0 0 20px;
}

.ms-divider {
    display: block;
    width: 48px;
    height: 3px;
    background: #E07B00;
    margin: 0 auto 48px;
    border-radius: 2px;
}

/* ============================================================
   SERVICOS
   ============================================================ */
#ms-servicos { background: #f8f9fa; }

.service-card {
    text-align: center;
    padding: 36px 24px 28px;
    border-radius: 10px;
    border: 1px solid #edf0f5;
    margin-bottom: 28px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: #fff;
    -webkit-box-shadow: 0 2px 16px rgba(0,0,0,0.05);
    box-shadow: 0 2px 16px rgba(0,0,0,0.05);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.service-card:hover {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
    -webkit-box-shadow: 0 18px 50px rgba(0,0,0,0.12);
    box-shadow: 0 18px 50px rgba(0,0,0,0.12);
    border-color: rgba(224,123,0,0.30);
}

.service-icon-wrap {
    width: 82px;
    height: 82px;
    border-radius: 50%;
    background: #fff7f0;
    border: 2px solid rgba(224,123,0,0.20);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto 22px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.service-card:hover .service-icon-wrap {
    background: #E07B00;
    border-color: #E07B00;
    -webkit-box-shadow: 0 8px 22px rgba(224,123,0,0.30);
    box-shadow: 0 8px 22px rgba(224,123,0,0.30);
}

.service-card i {
    font-size: 34px;
    color: #E07B00;
    -webkit-transition: color 0.3s, -webkit-transform 0.3s;
    transition: color 0.3s, transform 0.3s;
}

.service-card:hover i {
    color: #fff;
    -webkit-transform: scale(1.12);
    transform: scale(1.12);
}

.service-card h4 {
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #0f1923;
    margin: 0 0 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.service-card p,
.service-card .service-desc {
    font-size: 14px;
    color: #888;
    line-height: 1.7;
    margin-bottom: 16px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.service-price {
    font-family: 'Oswald', sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #E07B00;
    margin-bottom: 16px;
    text-align: center;
}

.service-price small {
    font-size: 13px;
    font-weight: 400;
    color: #aaa;
    margin-left: 4px;
}

.service-card.featured .service-price { color: #f9a94a; }
.service-card.featured .service-price small { color: rgba(255,255,255,0.5); }

.service-cta {
    display: inline-block;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #E07B00;
    text-decoration: none;
    padding: 9px 20px;
    border: 2px solid rgba(224,123,0,0.35);
    border-radius: 4px;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
    margin-top: auto;
}

.service-cta:hover,
.service-cta:focus {
    background: #E07B00;
    color: #fff;
    border-color: #E07B00;
    text-decoration: none;
    -webkit-box-shadow: 0 6px 18px rgba(224,123,0,0.28);
    box-shadow: 0 6px 18px rgba(224,123,0,0.28);
}

.service-card.featured {
    background: linear-gradient(160deg, #0f1923 0%, #1a2940 100%);
    border-color: #E07B00;
    -webkit-box-shadow: 0 10px 40px rgba(224,123,0,0.22);
    box-shadow: 0 10px 40px rgba(224,123,0,0.22);
}

.service-card.featured .service-icon-wrap {
    background: rgba(224,123,0,0.15);
    border-color: rgba(224,123,0,0.40);
}

.service-card.featured:hover .service-icon-wrap { background: #E07B00; }
.service-card.featured h4 { color: #fff; }
.service-card.featured p { color: rgba(255,255,255,0.65); }

.service-card.featured .service-cta {
    color: #fff;
    border-color: rgba(255,255,255,0.35);
}

.service-card.featured .service-cta:hover {
    background: #E07B00;
    border-color: #E07B00;
}

/* ============================================================
   COMO FUNCIONA — clean light premium
   ============================================================ */
#ms-como-funciona {
    background: #f8f9fa;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

#ms-como-funciona .ms-section-title { color: #0f1923; }
#ms-como-funciona .ms-section-subtitle { color: #888; }
#ms-como-funciona .ms-divider { background: #E07B00; }

.step-item {
    text-align: center;
    padding: 20px 24px;
    margin-bottom: 20px;
}

.step-number {
    width: 72px;
    height: 72px;
    background: #fff;
    border: 3px solid #E07B00;
    border-radius: 50%;
    font-family: 'Oswald', sans-serif;
    font-size: 30px;
    font-weight: 700;
    color: #E07B00;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto 22px;
    -webkit-box-shadow: 0 4px 16px rgba(224,123,0,0.18);
    box-shadow: 0 4px 16px rgba(224,123,0,0.18);
    -webkit-transition: all 0.28s ease;
    transition: all 0.28s ease;
}

.step-item:hover .step-number {
    background: #E07B00;
    color: #fff;
    -webkit-box-shadow: 0 8px 24px rgba(224,123,0,0.30);
    box-shadow: 0 8px 24px rgba(224,123,0,0.30);
}

.step-item h4 {
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #0f1923;
    margin: 0 0 10px;
    letter-spacing: 0.5px;
}

.step-item p {
    font-size: 14px;
    color: #888;
    line-height: 1.75;
    margin: 0;
}

/* ============================================================
   PORTFOLIO
   ============================================================ */
#ms-portfolio { background: #f6f7f9; }

.portfolio-item {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 28px;
    cursor: pointer;
}

.portfolio-item img {
    width: 100%;
    display: block;
    -webkit-transition: -webkit-transform 0.45s ease;
    transition: transform 0.45s ease;
    min-height: 200px;
    object-fit: cover;
}

.portfolio-item:hover img {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
}

.portfolio-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to top, rgba(8,12,18,0.88) 0%, rgba(8,12,18,0.20) 60%, transparent 100%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 20px;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.portfolio-item:hover .portfolio-overlay { opacity: 1; }

.portfolio-overlay i {
    font-size: 28px;
    color: #E07B00;
    margin-bottom: 8px;
}

.portfolio-overlay h5 {
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 4px;
}

.portfolio-overlay span {
    color: rgba(255,255,255,0.65);
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* ============================================================
   PLANOS
   ============================================================ */
#ms-planos { background: #f8f9fa; }

.ms-plan-card {
    border-radius: 10px;
    border: 1px solid #e8ecf0;
    overflow: hidden;
    margin-bottom: 30px;
    -webkit-transition: all 0.28s ease;
    transition: all 0.28s ease;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}

.ms-plan-card:hover {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
    -webkit-box-shadow: 0 16px 48px rgba(0,0,0,0.10);
    box-shadow: 0 16px 48px rgba(0,0,0,0.10);
}

.ms-plan-card.featured {
    border-color: #E07B00;
    -webkit-box-shadow: 0 8px 40px rgba(224,123,0,0.22);
    box-shadow: 0 8px 40px rgba(224,123,0,0.22);
}

.plan-header {
    background: #0f1923;
    color: #fff;
    padding: 32px 24px;
    text-align: center;
    position: relative;
}

.ms-plan-card.featured .plan-header { background: #E07B00; }

.plan-badge {
    display: inline-block;
    background: rgba(255,255,255,0.2);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 4px 12px;
    border-radius: 20px;
    margin-bottom: 10px;
}

.plan-name {
    display: block;
    font-family: 'Oswald', sans-serif;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.plan-price {
    line-height: 1;
}

.plan-price sup {
    font-size: 16px;
    font-weight: 600;
    vertical-align: top;
    margin-top: 10px;
    opacity: 0.85;
}

.plan-price strong {
    font-family: 'Oswald', sans-serif;
    font-size: 52px;
    font-weight: 700;
}

.plan-price small {
    font-size: 14px;
    opacity: 0.7;
    margin-left: 4px;
}

.plan-features {
    list-style: none;
    padding: 24px;
    margin: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.plan-features li {
    padding: 9px 0;
    font-size: 14px;
    color: #555;
    border-bottom: 1px solid #f2f4f7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

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

.plan-features li.included i { color: #27ae60; }
.plan-features li.excluded { color: #bbb; }
.plan-features li.excluded i { color: #ddd; }

.plan-cta {
    display: block;
    text-align: center;
    padding: 16px;
    background: #0f1923;
    color: #fff;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: background 0.2s ease;
    transition: background 0.2s ease;
}

.plan-cta:hover,
.plan-cta:focus {
    background: #E07B00;
    color: #fff;
    text-decoration: none;
}

.ms-plan-card.featured .plan-cta { background: #E07B00; }
.ms-plan-card.featured .plan-cta:hover { background: #c96d00; }

/* ============================================================
   DEPOIMENTOS
   ============================================================ */
#ms-depoimentos { background: #0f1923; }

.testimonial-card {
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.09);
    border-radius: 10px;
    padding: 32px 28px;
    margin-bottom: 28px;
    -webkit-transition: background 0.25s;
    transition: background 0.25s;
}

.testimonial-card:hover { background: rgba(255,255,255,0.08); }

.testimonial-card > p {
    font-size: 15px;
    color: rgba(255,255,255,0.8);
    line-height: 1.75;
    margin: 0 0 24px;
    font-style: italic;
}

.testimonial-author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 14px;
}

.testimonial-author-avatar {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #E07B00;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.testimonial-author-name {
    display: block;
    font-weight: 700;
    color: #fff;
    font-size: 14px;
}

.testimonial-author-role {
    display: block;
    color: rgba(255,255,255,0.5);
    font-size: 12px;
    margin-top: 2px;
}

/* ============================================================
   CTA principal
   ============================================================ */
#ms-cta {
    background: linear-gradient(135deg, #E07B00 0%, #c96d00 100%);
    padding: 72px 0;
    text-align: center;
}

#ms-cta h2 {
    font-family: 'Oswald', sans-serif;
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 14px;
}

#ms-cta p {
    font-size: 16px;
    color: rgba(255,255,255,0.82);
    margin: 0 0 32px;
}

.btn-cta-white {
    display: inline-block;
    padding: 14px 34px;
    background: #fff;
    color: #E07B00;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 4px;
    text-decoration: none;
    margin: 0 8px 12px;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.btn-cta-white:hover,
.btn-cta-white:focus {
    background: #f0f0f0;
    color: #c96d00;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    text-decoration: none;
}

.btn-cta-outline {
    display: inline-block;
    padding: 14px 34px;
    background: transparent;
    color: #fff;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 4px;
    border: 2px solid rgba(255,255,255,0.7);
    text-decoration: none;
    margin: 0 8px 12px;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.btn-cta-outline:hover,
.btn-cta-outline:focus {
    background: rgba(255,255,255,0.12);
    border-color: #fff;
    color: #fff;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    text-decoration: none;
}

/* ============================================================
   CONTATO
   ============================================================ */
#ms-contato { background: #f6f7f9; }

.contact-info-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 24px;
}

.contact-info-item i {
    font-size: 22px;
    color: #E07B00;
    margin-top: 2px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.contact-info-item h5 {
    font-family: 'Oswald', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #0f1923;
    margin: 0 0 4px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.contact-info-item p {
    font-size: 14px;
    color: #777;
    margin: 0;
    line-height: 1.55;
}

.form-control:focus {
    border-color: #E07B00 !important;
    -webkit-box-shadow: 0 0 0 3px rgba(224,123,0,0.12) !important;
    box-shadow: 0 0 0 3px rgba(224,123,0,0.12) !important;
    outline: none;
}

.btn-submit {
    background: #E07B00;
    color: #fff;
    border: none;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 12px 32px;
    border-radius: 4px;
    -webkit-transition: background 0.2s ease;
    transition: background 0.2s ease;
}

.btn-submit:hover,
.btn-submit:focus {
    background: #c96d00;
    color: #fff;
}

.msg-contato {
    display: block;
    margin-bottom: 18px;
}

/* ============================================================
   SERVICE CARDS — altura igual entre colunas (Bootstrap 3 fix)
   ============================================================ */
.ms-cards-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.ms-card-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.ms-card-col .service-card {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

/* ============================================================
   NOTICIAS
   ============================================================ */
#ms-noticias {
    background: #f5f7fa;
    border-top: 3px solid #E07B00;
}

#ms-noticias .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#ms-noticias .row > [class*="col-"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.noticia-card {
    height: 100%;
}

.noticia-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #e8edf3;
    -webkit-box-shadow: 0 2px 12px rgba(15,25,35,0.06);
    box-shadow: 0 2px 12px rgba(15,25,35,0.06);
    -webkit-transition: all 0.28s ease;
    transition: all 0.28s ease;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.noticia-card:hover {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
    -webkit-box-shadow: 0 18px 48px rgba(15,25,35,0.13);
    box-shadow: 0 18px 48px rgba(15,25,35,0.13);
    border-color: rgba(224,123,0,0.25);
}

.noticia-img-wrap {
    position: relative;
    overflow: hidden;
    height: 210px;
}

.noticia-img-wrap::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60px;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(15,25,35,0.35)));
    background: linear-gradient(to bottom, transparent, rgba(15,25,35,0.35));
    pointer-events: none;
}

.noticia-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    -webkit-transition: -webkit-transform 0.45s ease;
    transition: transform 0.45s ease;
}

.noticia-card:hover .noticia-img {
    -webkit-transform: scale(1.07);
    transform: scale(1.07);
}

.noticia-categoria {
    position: absolute;
    top: 14px;
    left: 14px;
    background: #E07B00;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 4px 11px;
    border-radius: 20px;
    z-index: 2;
    -webkit-box-shadow: 0 2px 8px rgba(224,123,0,0.35);
    box-shadow: 0 2px 8px rgba(224,123,0,0.35);
}

.noticia-body {
    padding: 22px 22px 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.noticia-titulo {
    font-family: 'Oswald', sans-serif;
    font-size: 19px;
    font-weight: 600;
    color: #0f1923;
    margin: 0 0 10px;
    line-height: 1.35;
}

.noticia-titulo a {
    color: inherit;
    text-decoration: none;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}

.noticia-titulo a:hover { color: #E07B00; }

.noticia-resumo {
    font-size: 14px;
    color: #6b7a8d;
    line-height: 1.7;
    margin-bottom: 18px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.noticia-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: 1px solid #edf0f5;
    padding-top: 14px;
}

.noticia-data { font-size: 12px; color: #a0aec0; }
.noticia-data i { margin-right: 4px; }

.noticia-leia {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    color: #E07B00;
    text-decoration: none;
    border: 1.5px solid #E07B00;
    padding: 5px 14px;
    border-radius: 20px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.noticia-leia i { margin-left: 4px; }

.noticia-leia:hover {
    background: #E07B00;
    color: #fff;
    text-decoration: none;
}

/* ============================================================
   TOTENS: seção com vídeo de fundo
   ============================================================ */
.ms-totens-section {
    position: relative;
    padding: 0;
    overflow: hidden;
    background: #1a252f;
}

.ms-totens-video-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.ms-totens-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.ms-totens-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(160deg, rgba(8,12,18,0.82) 0%, rgba(26,37,47,0.74) 100%);
}

.ms-totens-content {
    position: relative;
    z-index: 1;
    padding: 80px 15px;
}

.totem-feature-card {
    background: rgba(255,255,255,0.07);
    border: 1px solid rgba(224,123,0,0.28);
    border-radius: 8px;
    padding: 32px 24px;
    -webkit-transition: background 0.25s, border-color 0.25s, -webkit-transform 0.25s;
    transition: background 0.25s, border-color 0.25s, transform 0.25s;
}

.totem-feature-card:hover {
    background: rgba(224,123,0,0.12);
    border-color: rgba(224,123,0,0.55);
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
}

.totem-feature-card i {
    font-size: 48px;
    color: #E07B00;
    display: block;
    margin-bottom: 16px;
}

.totem-feature-card h4 {
    color: #fff;
    font-weight: 700;
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    margin: 0 0 10px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.totem-feature-card p {
    color: rgba(255,255,255,0.62);
    font-size: 14px;
    margin: 0;
    line-height: 1.65;
}

/* ============================================================
   HERO: textos por slide — cada texto transiciona com o slide
   ============================================================ */
.hero-slide-text {
    display: none;
}

.hero-slide-text.active {
    display: block;
    -webkit-animation: fadeInUp 0.55s ease both;
    animation: fadeInUp 0.55s ease both;
}

/* Desativa animações individuais dos filhos quando dentro do slide-text */
.hero-slide-text h1,
.hero-slide-text .hero-subtitle {
    -webkit-animation: none !important;
    animation: none !important;
}

/* ============================================================
   PLANOS: fix de classes included/excluded
   ============================================================ */
.plan-features li.included i { color: #27ae60; }
.plan-features li.excluded { color: #bbb; }
.plan-features li.excluded i { color: #ddd; }

/* ============================================================
   PARCEIROS / ADS BAR
   ============================================================ */
.ms-parceiros-bar {
    background: #f4f6f8;
    border-top: 1px solid #e5e9ee;
    border-bottom: 1px solid #e5e9ee;
    padding: 14px 0;
}

.ms-parceiros-label {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #aaa;
}

.ms-parceiros-logos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 28px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.ms-parceiro-item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    color: #555;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
    font-size: 14px;
}

.ms-parceiro-item i {
    font-size: 18px;
    color: #E07B00;
}

.ms-parceiro-item span {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    line-height: 1.1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.ms-parceiro-item span strong {
    font-weight: 700;
    color: #0f1923;
}

.ms-parceiro-item:hover { color: #E07B00; text-decoration: none; }
.ms-parceiro-item:hover span strong { color: #E07B00; }

/* ============================================================
   PLANOS: sem dados do banco
   ============================================================ */
.ms-planos-empty {
    text-align: center;
    padding: 30px 0 10px;
    color: #bbb;
}

.ms-planos-empty i { font-size: 40px; display: block; margin-bottom: 12px; }
.ms-planos-empty p { font-size: 15px; margin: 0 0 18px; }

/* ============================================================
   ANIMACOES DE SCROLL
   ============================================================ */
.ms-section,
#ms-diferenciais,
#ms-portfolio,
#ms-depoimentos {
    opacity: 0;
    -webkit-transform: translateY(24px);
    transform: translateY(24px);
    -webkit-transition: opacity 0.65s ease, -webkit-transform 0.65s ease;
    transition: opacity 0.65s ease, transform 0.65s ease;
}

.ms-section.ms-visible,
#ms-diferenciais.ms-visible,
#ms-portfolio.ms-visible,
#ms-depoimentos.ms-visible {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

/* ============================================================
   MOBILE
   ============================================================ */
@media (max-width: 992px) {
    #ms-hero-slider { height: 78vh; min-height: 480px; }
    #ms-hero-slider h1 { font-size: 44px; }
    .diferencial-item { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.06); }
    .diferencial-item:last-child { border-bottom: none; }
}

@media (max-width: 768px) {
    #ms-hero-slider { height: 88vh; min-height: 440px; }
    #ms-hero-slider h1 { font-size: 34px; }
    #ms-hero-slider .hero-subtitle { font-size: 16px; }
    #ms-hero-slider .hero-stat-item h3 { font-size: 28px; }
    .ms-section { padding: 60px 0; }
}

@media (max-width: 480px) {
    #ms-hero-slider h1 { font-size: 26px; }
    #ms-hero-slider .hero-subtitle { font-size: 14px; margin-bottom: 24px; }
    #ms-hero-slider .hero-buttons {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .btn-hero-primary,
    .btn-hero-secondary { width: 100%; text-align: center; }
}

/* ============================================================
   PLANOS.ASPX — hero e grid dinâmico do banco
   ============================================================ */
.ms-planos-hero {
    background: linear-gradient(135deg, #1a252f 0%, #2c3e50 100%);
    padding: 100px 0 60px;
    margin-top: 64px;
}

.ms-planos-hero-title {
    font-family: 'Oswald', sans-serif;
    font-size: 48px;
    font-weight: 300;
    color: #fff;
    margin: 16px 0 12px;
}

.ms-planos-hero-title strong { font-weight: 700; color: #E07B00; }

.ms-planos-hero-sub {
    font-size: 18px;
    color: rgba(255,255,255,0.75);
    margin: 0;
}

/* Grid flexível — comporta 2, 3 ou 4 planos */
.ms-planos-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -12px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.ms-plan-card-wrap {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 12px 28px;
    width: 25%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.ms-plan-card-wrap.destaque {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
}

/* FAQ */
.faq-q {
    font-family: 'Oswald', sans-serif;
    font-size: 17px;
    font-weight: 700;
    color: #2c3e50;
    margin: 0 0 8px;
}

.faq-a {
    font-size: 14px;
    color: #718096;
    line-height: 1.65;
    margin: 0;
}

@media (max-width: 992px) {
    .ms-plan-card-wrap { width: 50%; }
    .ms-planos-hero-title { font-size: 36px; }
}

@media (max-width: 600px) {
    .ms-plan-card-wrap { width: 100%; }
    .ms-plan-card-wrap.destaque { -webkit-transform: none; transform: none; }
    .ms-planos-hero-title { font-size: 28px; }
    .ms-cards-row { display: block; }
}

/* ============================================================
   ADSENSE SPOTS — Default.aspx
   ============================================================ */
.ms-ads-strip {
    background: #f0f1f3;
    border-top: 1px solid #e5e9ee;
    border-bottom: 1px solid #e5e9ee;
    padding: 12px 0;
    min-height: 114px;
    display: flex;
    align-items: center;
}
.ms-ads-slot {
    width: 100%;
    max-width: 728px;
    margin: 0 auto;
}
.ms-ads-strip-dark {
    background: #1a252f;
    border-top-color: rgba(255,255,255,0.06);
    border-bottom-color: rgba(255,255,255,0.06);
}
.ms-ads-strip-dark .ms-ads-label { color: rgba(255,255,255,0.3); }
.ms-ads-label {
    display: block;
    font-family: 'Barlow', sans-serif;
    font-size: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #bbb;
    margin-bottom: 4px;
}

/* ============================================================
   HERO: fallback visual quando imagens não existem
   ============================================================ */
#ms-hero-slider {
    background: linear-gradient(135deg, #080C12 0%, #0f1a28 40%, #1a2a3a 100%);
}

/* Textura sutil sobre o hero (visível só sem imagem) */
#ms-hero-slider::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(circle at 20% 50%, rgba(224,123,0,0.06) 0%, transparent 50%),
        radial-gradient(circle at 80% 30%, rgba(224,123,0,0.04) 0%, transparent 40%);
    z-index: 0;
    pointer-events: none;
}

/* ============================================================
   PORTFOLIO: placeholder quando imagens não existem
   ============================================================ */
.portfolio-item img {
    background: linear-gradient(135deg, #1a252f, #0f1923);
    min-height: 220px;
}

/* Overlay sempre visível em 15% para dar profundidade */
.portfolio-item .portfolio-overlay {
    opacity: 0.15;
}
.portfolio-item:hover .portfolio-overlay { opacity: 1; }
