/* ============================================================
   BASE
============================================================ */
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

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

body {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    color: #333;
}

/* ============================================================
   PALETA & CORES
============================================================ */
.paleta-tema {
    background: linear-gradient(to right, #2F0EA3, #01B5C7, #699F7F, #FB7B19);
}

.tbranco  { color: white; }
.tcinza   { color: #DADADA; }
.ttransparente { color: #ffffffa6; }

/* ============================================================
   FONTES — Roboto
============================================================ */
.roboto-thin        { font-family: "Roboto", sans-serif; font-weight: 100; }
.roboto-light       { font-family: "Roboto", sans-serif; font-weight: 300; }
.roboto-regular     { font-family: "Roboto", sans-serif; font-weight: 400; }
.roboto-medium      { font-family: "Roboto", sans-serif; font-weight: 500; }
.roboto-bold        { font-family: "Roboto", sans-serif; font-weight: 700; }
.roboto-black       { font-family: "Roboto", sans-serif; font-weight: 900; }
.roboto-thin-italic    { font-family: "Roboto", sans-serif; font-weight: 100; font-style: italic; }
.roboto-light-italic   { font-family: "Roboto", sans-serif; font-weight: 300; font-style: italic; }
.roboto-medium-italic  { font-family: "Roboto", sans-serif; font-weight: 500; font-style: italic; }
.roboto-bold-italic    { font-family: "Roboto", sans-serif; font-weight: 700; font-style: italic; }
.agdasima-bold      { font-family: "Agdasima", sans-serif; font-weight: 700; }

/* ============================================================
   NAVBAR
============================================================ */
.nav-wrapper {
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.navbar-nav .nav-link,
.navbar-nav .nav-link.active {
    color: rgba(255,255,255,0.85) !important;
    font-size: 0.95rem;
    transition: color 0.2s;
    padding: 8px 12px;
    border-radius: 8px;
}

.navbar-nav .nav-link:hover {
    color: white !important;
    background: rgba(255,255,255,0.1);
}

.btn-nav-cta {
    background: rgba(255,255,255,0.22);
    color: white;
    border: 1.5px solid rgba(255,255,255,0.45);
    border-radius: 30px;
    font-size: 0.9rem;
    font-weight: 500;
    transition: all 0.25s;
}
.btn-nav-cta:hover {
    background: rgba(255,255,255,0.35);
    color: white;
}

/* ============================================================
   HERO SECTION
============================================================ */
.hero-section {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.hero-min-height {
    min-height: 88vh;
}

/* Badge pill */
.hero-badge { display: inline-block; }
.badge-pill {
    background: rgba(255,255,255,0.18);
    color: white;
    padding: 7px 18px;
    border-radius: 30px;
    font-size: 0.82rem;
    font-weight: 500;
    letter-spacing: 0.5px;
    border: 1px solid rgba(255,255,255,0.35);
    backdrop-filter: blur(6px);
}

/* Headline */
.hero-title {
    font-size: clamp(2.6rem, 5.5vw, 4.2rem);
    line-height: 1.1;
    letter-spacing: -1.5px;
}
.hero-subtitle {
    font-size: clamp(1.25rem, 2.5vw, 1.65rem);
    font-weight: 300;
    line-height: 1.4;
    opacity: 0.95;
}
.hero-desc {
    color: rgba(255,255,255,0.88);
    font-size: 1.08rem;
    line-height: 1.75;
    max-width: 480px;
}

/* Botões hero */
.btn-hero-primary {
    background: white;
    color: #2F0EA3;
    border: none;
    border-radius: 50px;
    font-weight: 700;
    font-size: 0.98rem;
    box-shadow: 0 6px 25px rgba(0,0,0,0.18);
    transition: all 0.3s;
}
.btn-hero-primary:hover {
    background: #f0eeff;
    color: #2F0EA3;
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(0,0,0,0.22);
}
.btn-hero-secondary {
    background: rgba(255,255,255,0.15);
    color: white;
    border: 2px solid rgba(255,255,255,0.5);
    border-radius: 50px;
    font-weight: 500;
    font-size: 0.98rem;
    backdrop-filter: blur(6px);
    transition: all 0.3s;
}
.btn-hero-secondary:hover {
    background: rgba(255,255,255,0.28);
    color: white;
    transform: translateY(-3px);
}

/* Store badges */
.store-badge    { height: 44px; object-fit: contain; transition: transform 0.2s; }
.store-badge:hover { transform: scale(1.06); }
.store-badge-md { max-width: 160px; object-fit: contain; transition: transform 0.2s; }
.store-badge-md:hover { transform: scale(1.05); }
.store-badge-sm { height: 38px; object-fit: contain; transition: transform 0.2s; }
.store-badge-sm:hover { transform: scale(1.05); }
.store-badge-cta {
    height: 56px;
    object-fit: contain;
    filter: brightness(0) invert(1);
    transition: transform 0.3s, filter 0.3s;
}
.store-badge-cta:hover {
    transform: scale(1.06);
    filter: brightness(0) invert(1) drop-shadow(0 4px 12px rgba(255,255,255,0.3));
}

/* Phone + floating cards */
.hero-phone-wrapper {
    position: relative;
    display: inline-block;
    max-width: 100%;
}
.hero-phone-img {
    max-height: 560px;
    max-width: 100%;
    object-fit: contain;
    filter: drop-shadow(0 24px 60px rgba(0,0,0,0.28));
    animation: float 4s ease-in-out infinite;
}

.hero-float-card {
    position: absolute;
    background: white;
    border-radius: 14px;
    padding: 10px 16px;
    display: flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 8px 28px rgba(0,0,0,0.14);
    font-size: 0.84rem;
    font-weight: 600;
    color: #333;
    white-space: nowrap;
    animation: float 3.5s ease-in-out infinite;
}
.hero-card-1 { top: 18%; right: 0; animation-delay: 0.4s; }
.hero-card-2 { bottom: 22%; left: 0; animation-delay: 1.1s; }
.hero-card-1 i { color: #01B5C7; font-size: 1.1rem; }
.hero-card-2 i { color: #699F7F; font-size: 1.1rem; }

@keyframes float {
    0%, 100% { transform: translateY(0px); }
    50%       { transform: translateY(-13px); }
}

/* Wave divider */
.hero-wave { margin-top: -2px; line-height: 0; }
.hero-wave svg { display: block; width: 100%; }

/* ============================================================
   SECTION LABELS
============================================================ */
.section-label {
    font-size: 0.73rem;
    font-weight: 700;
    letter-spacing: 3px;
    color: #0051f3;
    text-transform: uppercase;
}
.section-label-light {
    font-size: 0.73rem;
    font-weight: 700;
    letter-spacing: 3px;
    color: rgba(255,255,255,0.65);
    text-transform: uppercase;
}
.section-title {
    font-size: clamp(1.85rem, 3.2vw, 2.9rem);
    line-height: 1.22;
    color: #14142b;
}

/* ============================================================
   SEÇÃO A DOR
============================================================ */
.dor-img-wrapper { position: relative; }
.dor-img {
    width: 100%;
    object-fit: cover;
    max-height: 520px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.1);
}
.dor-overlay-card {
    position: absolute;
    bottom: -22px;
    right: -22px;
    background: white;
    border-radius: 14px;
    padding: 14px 18px;
    display: flex;
    align-items: center;
    gap: 12px;
    box-shadow: 0 12px 35px rgba(0,0,0,0.13);
    max-width: 230px;
}

.dor-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.dor-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 15px 18px;
    background: #fafbff;
    border-radius: 10px;
    border-left: 3px solid #0051f3;
    transition: background 0.25s, border-color 0.25s;
}
.dor-item:hover {
    background: #f0f4ff;
    border-color: #FB7B19;
}
.dor-icon {
    min-width: 36px;
    height: 36px;
    background: linear-gradient(135deg, #e8edff, #cdd6ff);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0051f3;
    font-size: 0.9rem;
    flex-shrink: 0;
}
.dor-item p { margin: 0; color: #444; font-size: 0.95rem; }

.dor-conclusion {
    background: #f8f9ff;
    border-radius: 12px;
    border: 1px solid #e0e8ff;
}

/* ============================================================
   SEÇÃO A SOLUÇÃO
============================================================ */
.section-solution {
    background: #f7f8fc;
}

.feature-card {
    background: white;
    border-radius: 18px;
    padding: 28px;
    box-shadow: 0 2px 20px rgba(0,0,0,0.06);
    border: 1px solid rgba(0,0,0,0.05);
    transition: transform 0.3s, box-shadow 0.3s;
}
.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 45px rgba(0,0,0,0.1);
}
.feature-icon-wrap {
    width: 62px;
    height: 62px;
    background: linear-gradient(135deg, #e8edff, #cdd6ff);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.feature-icon-img  { width: 36px; height: 36px; object-fit: contain; }
.feature-icon-bi   { font-size: 1.65rem; }

.feature-card-highlight {
    border-radius: 18px;
    padding: 28px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

/* Look builder mini simulation */
.look-builder-mini {
    display: flex;
    gap: 10px;
    justify-content: flex-start;
}
.look-slot {
    width: 56px;
    height: 56px;
    border-radius: 12px;
    background: rgba(255,255,255,0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    border: 2px dashed rgba(255,255,255,0.45);
    transition: background 0.3s;
}
.look-slot:hover { background: rgba(255,255,255,0.3); }

/* ============================================================
   SEÇÃO APP
============================================================ */
.app-phones-img {
    max-height: 480px;
    max-width: 100%;
    object-fit: contain;
    filter: drop-shadow(0 20px 50px rgba(0,81,243,0.18));
    animation: float 5s ease-in-out infinite;
}

.app-features-list {
    display: flex;
    flex-direction: column;
    gap: 18px;
}
.app-feature-row {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    padding: 18px;
    background: #f7f8fc;
    border-radius: 14px;
    transition: background 0.25s;
}
.app-feature-row:hover { background: #edf1fb; }
.app-feature-num {
    min-width: 44px;
    height: 44px;
    background: linear-gradient(135deg, #2F0EA3, #01B5C7);
    color: white;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.84rem;
    flex-shrink: 0;
}

/* ============================================================
   SEÇÃO TRANSFORMAÇÃO
============================================================ */
.transformacao-section {
    background: linear-gradient(135deg, #0d0030 0%, #0a0a2e 50%, #0d0030 100%);
    position: relative;
    overflow: hidden;
}
.transformacao-section::before {
    content: '';
    position: absolute;
    top: -60%;
    left: 50%;
    transform: translateX(-50%);
    width: 140%;
    height: 200%;
    background: radial-gradient(ellipse at center, rgba(47,14,163,0.35) 0%, transparent 55%);
    pointer-events: none;
}
.transformacao-title {
    font-size: clamp(2rem, 4.5vw, 3.4rem);
    line-height: 1.2;
}
.transformacao-bullets {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
}
.transformacao-item {
    display: flex;
    align-items: center;
    gap: 10px;
    background: rgba(255,255,255,0.07);
    border: 1px solid rgba(255,255,255,0.14);
    border-radius: 50px;
    padding: 11px 22px;
    color: white;
    font-size: 0.95rem;
    backdrop-filter: blur(6px);
    transition: background 0.25s;
}
.transformacao-item:hover { background: rgba(255,255,255,0.13); }
.transformacao-item i { color: #01B5C7; font-size: 1rem; }
.transformacao-quote { max-width: 520px; }

/* ============================================================
   CTA FINAL
============================================================ */
.cta-section { position: relative; overflow: hidden; }
.cta-title {
    font-size: clamp(2rem, 4.5vw, 3.2rem);
}
.cta-benefit-chip {
    background: rgba(255,255,255,0.16);
    color: white;
    padding: 9px 20px;
    border-radius: 30px;
    font-size: 0.88rem;
    font-weight: 500;
    border: 1px solid rgba(255,255,255,0.28);
    white-space: nowrap;
    backdrop-filter: blur(4px);
    transition: background 0.25s;
}
.cta-benefit-chip:hover { background: rgba(255,255,255,0.25); }

/* ============================================================
   CONTATO
============================================================ */
.contato-info {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.contato-item {
    display: flex;
    align-items: center;
    gap: 16px;
}
.contato-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #e8edff, #cdd6ff);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0051f3;
    font-size: 1.2rem;
    flex-shrink: 0;
}

.form-control-custom {
    border: 1.5px solid #e0e4ee;
    border-radius: 10px;
    padding: 12px 16px;
    font-size: 0.95rem;
    color: #333;
    transition: border-color 0.25s, box-shadow 0.25s;
    font-family: "Roboto", sans-serif;
}
.form-control-custom:focus {
    border-color: #0051f3;
    box-shadow: 0 0 0 3px rgba(0,81,243,0.1);
    outline: none;
}
.form-control-custom::placeholder { color: rgba(100,100,120,0.5); }

.btn-gradient-primary {
    background: linear-gradient(to right, #2F0EA3, #01B5C7);
    color: white;
    border: none;
    border-radius: 12px;
    font-weight: 600;
    font-size: 1rem;
    font-family: "Roboto", sans-serif;
    transition: all 0.3s;
    cursor: pointer;
}
.btn-gradient-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 28px rgba(47,14,163,0.32);
    color: white;
}

/* ============================================================
   FOOTER
============================================================ */
footer,
.footer-main {
    background: #0d0d1a;
    color: rgba(211,211,211,0.685);
}
.footer-main h6 { color: white; }

.footer-links {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.footer-links a {
    color: rgba(255,255,255,0.5);
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.2s;
}
.footer-links a:hover { color: white; }

.footer-social-icon {
    width: 38px;
    height: 38px;
    background: rgba(255,255,255,0.1);
    border-radius: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.05rem;
    text-decoration: none;
    transition: background 0.22s, transform 0.2s;
}
.footer-social-icon:hover {
    background: rgba(255,255,255,0.22);
    transform: translateY(-2px);
}

/* ============================================================
   RESPONSIVO
============================================================ */
@media (max-width: 991px) {
    .texto-center-mobile {
        text-align: center;
        justify-content: center;
    }
    .hero-min-height {
        min-height: auto;
    }
}

@media (max-width: 768px) {
    .hero-float-card { display: none; }
    .dor-overlay-card {
        position: static;
        margin-top: 16px;
        max-width: 100%;
        border-radius: 10px;
    }
}

@media (max-width: 576px) {
    .transformacao-bullets { flex-direction: column; align-items: center; }
    .hero-title { letter-spacing: -0.5px; }
}
