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

html {
    scroll-behavior: smooth;
}

body {
    background: 
        radial-gradient(
            circle at 80% 10%,
            rgba(72, 112, 255, 0.12),
            transparent 30%
        ),
        #08090c;
    color: #f5f7fb;
    font-family: "Inter", sans-serif;
    line-height: 1.5;
}

a {
    color: inherit;
    text-decoration: none;
}

/* =========================
   HEADER
   ========================= */

.header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: rgba(8, 9, 12, 0.82);
    backdrop-filter: blur(18px);
    border-bottom: 1px solid rgba(255,255,255,0.06);
}

.nav-container {
    max-width: 1200px;
    margin: auto;
    min-height: 76px;
    padding: 0 5vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.logo {
    font-size: 17px;
    font-weight: 800;
    letter-spacing: -0.6px;
    white-space: nowrap;
}

.logo span,
h1 span,
h2 span {
    color: #5c8cff;
}

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

.nav-links a {
    color: #858d9c;
    font-size: 12px;
    transition: 0.2s;
}

.nav-links a:hover {
    color: white;
}

.nav-button {
    background: #5c8cff;
    color: white;
    padding: 11px 17px;
    border-radius: 7px;
    font-size: 11px;
    font-weight: 700;
    transition: 0.2s;
}

.nav-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(92,140,255,0.25);
}

/* =========================
   HERO
   ========================= */

.hero {
    max-width: 1200px;
    min-height: 760px;
    margin: auto;
    padding: 80px 5vw;
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    align-items: center;
    gap: 70px;
}

.eyebrow {
    color: #6f98ff;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 2.4px;
    margin-bottom: 18px;
}

h1 {
    margin: 0 0 27px;
    max-width: 700px;
    font-size: clamp(50px, 6vw, 78px);
    line-height: 0.97;
    letter-spacing: -4.5px;
}

.hero-text {
    max-width: 580px;
    color: #a7afbd;
    font-size: 16px;
    line-height: 1.75;
    margin-bottom: 28px;
}

.hero-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 32px;
}

.primary-button,
.secondary-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 18px;
    border-radius: 7px;
    font-size: 12px;
    font-weight: 700;
    transition: 0.2s;
}

.primary-button {
    background: #5c8cff;
    color: white;
}

.primary-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 35px rgba(92,140,255,0.22);
}

.secondary-button {
    border: 1px solid #292f3b;
    color: #c7ceda;
}

.secondary-button:hover {
    border-color: #5c8cff;
    color: white;
}

/* =========================
   LOGOS GOOGLE / META
   ========================= */

.pills {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 16px;
}

.pills span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 8px 12px;
    border: 1px solid #252a35;
    border-radius: 100px;
    background: #11131a;
    color: #bfc6d2;
    font-size: 11px;
    font-weight: 600;
}

.pills span img {
    height: 18px;
    width: auto;
    display: block;
    object-fit: contain;
}

.footer-brands img {
    height: 36px;
    width: auto;
    display: block;
    object-fit: contain;
}

.hero-caption {
    color: #7e8796;
    font-size: 11px;
    font-weight: 500;
    margin-top: 4px;
}

/* =========================
   HERO IMAGE
   ========================= */

.hero-visual {
    position: relative;
    display: flex;
    justify-content: center;
}

.hero-photo {
    position: relative;
    z-index: 2;
    width: min(100%, 470px);
    overflow: hidden;
    border-radius: 26px;
    box-shadow: 
        0 35px 90px rgba(0,0,0,0.55),
        0 0 0 1px rgba(255,255,255,0.05);
}

.hero-photo img {
    display: block;
    width: 100%;
    height: 590px;
    object-fit: cover;
    object-position: center 25%;
}

.hero-glow {
    position: absolute;
    width: 270px;
    height: 270px;
    background: #5c8cff;
    filter: blur(120px);
    opacity: 0.25;
    right: -40px;
    top: 10%;
}

.floating-card {
    position: absolute;
    z-index: 5;
    left: 0;
    bottom: 35px;
    padding: 17px 20px;
    background: rgba(13,15,20,0.92);
    border: 1px solid rgba(255,255,255,0.10);
    border-radius: 12px;
    backdrop-filter: blur(15px);
    box-shadow: 0 20px 50px rgba(0,0,0,0.4);
}

.floating-card strong {
    display: block;
    font-size: 25px;
}

.floating-card span {
    color: #818a99;
    font-size: 10px;
}

/* =========================
   OPORTUNIDADE
   ========================= */

.about {
    max-width: 900px;
    margin: auto;
    padding: 110px 5vw;
    text-align: center;
}

.about-content {
    max-width: 760px;
    margin: auto;
}

.about-content .eyebrow {
    text-align: center;
}

.about-content h2 {
    margin: 0 auto 25px;
    font-size: clamp(37px, 4vw, 57px);
    line-height: 1.03;
    letter-spacing: -3px;
}

.about-content p {
    max-width: 680px;
    margin: 0 auto 16px;
    color: #929aa9;
    font-size: 14px;
    line-height: 1.85;
}

/* =========================
   BENEFÍCIOS
   ========================= */

.benefits-list {
    max-width: 850px;
    margin: 35px auto 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

.benefits-list div {
    padding: 20px 17px;
    min-height: 115px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #0d0f14;
    border: 1px solid #20232b;
    border-radius: 12px;
}

.benefits-list strong {
    display: block;
    margin-bottom: 7px;
    color: #5c8cff;
    font-size: 13px;
}

.benefits-list span {
    color: #7e8796;
    font-size: 11px;
    line-height: 1.6;
}

/* =========================
   SECTION HEADING & STEPS
   ========================= */

.section-heading {
    max-width: 680px;
    margin: 0 auto 55px;
    text-align: left;
}

.section-heading.centered {
    text-align: center;
}

.section-heading h2 {
    margin: 0 0 16px;
    font-size: clamp(37px, 4vw, 57px);
    line-height: 1.03;
    letter-spacing: -3px;
}

.section-heading p {
    color: #858d9c;
    font-size: 14px;
    line-height: 1.75;
}

.steps {
    max-width: 1200px;
    margin: auto;
    padding: 100px 5vw 120px;
}

.steps-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
}

.step-card {
    padding: 32px;
    min-height: 230px;
    background: #0d0f14;
    border: 1px solid #20232b;
    border-radius: 17px;
    transition: 0.25s;
}

.step-card:hover {
    transform: translateY(-5px);
    border-color: #39445d;
    background: #10131a;
}

.step-number {
    color: #5c8cff;
    font-size: 10px;
    font-weight: 800;
    margin-bottom: 45px;
}

.step-card h3 {
    margin: 0 0 12px;
    font-size: 21px;
}

.step-card p {
    margin: 0;
    color: #7e8796;
    font-size: 13px;
    line-height: 1.7;
}

/* =========================
   FEEDBACKS
   ========================= */

.feedbacks {
    max-width: 1200px;
    margin: 0 auto 120px;
    padding: 0 5vw;
}

.feedbacks-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.feedback-card {
    margin: 0;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 460px;
    background: #0d0f14;
    border: 1px solid #20232b;
    border-radius: 17px;
    overflow: hidden;
}

.feedback-card img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    border-radius: 11px;
}

/* =========================
   CTA
   ========================= */

.cta {
    max-width: 1100px;
    margin: 0 auto 110px;
    padding: 95px 30px;
    text-align: center;
    border: 1px solid #20232b;
    border-radius: 24px;
    background: 
        radial-gradient(
            circle at 50% 30%,
            rgba(92,140,255,0.12),
            transparent 55%
        ),
        #0c0e13;
}

.cta-inner {
    max-width: 730px;
    margin: auto;
}

.cta h2 {
    margin: 0 0 20px;
    font-size: clamp(37px, 4vw, 57px);
    line-height: 1.03;
    letter-spacing: -3px;
}

.cta p {
    max-width: 550px;
    margin: 0 auto 30px;
    color: #858d9c;
    font-size: 14px;
    line-height: 1.75;
}

.cta-note {
    margin-top: 17px;
    color: #8b95a5;
    font-size: 11px;
}

/* =========================
   FOOTER
   ========================= */

footer {
    border-top: 1px solid #20232b;
    padding: 45px 5vw 25px;
}

.footer-container {
    max-width: 1100px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.footer-logo {
    font-size: 16px;
    font-weight: 800;
}

.footer-logo span {
    color: #5c8cff;
}

footer p {
    color: #606978;
    font-size: 10px;
}

.footer-brands {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.social-links {
    display: flex;
    gap: 24px;
}

.social-links a {
    color: #818998;
    font-size: 11px;
}

.social-links a:hover {
    color: white;
}

.footer-bottom {
    max-width: 1100px;
    margin: 30px auto 0;
    padding-top: 20px;
    border-top: 1px solid #181b21;
    color: #727a87;
    font-size: 9px;
}

@media (max-width: 900px) {
    .hero { grid-template-columns: 1fr; gap: 60px; padding-top: 70px; }
    .benefits-list { grid-template-columns: repeat(3, 1fr); }
    .steps-grid { grid-template-columns: 1fr; }
    .feedbacks-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 650px) {
    .hero { padding: 65px 20px 75px; gap: 45px; }
    h1 { font-size: 45px; letter-spacing: -2.8px; }
    .hero-buttons { flex-direction: column; }
    .primary-button, .secondary-button { width: 100%; }
    .benefits-list { grid-template-columns: 1fr; }
    .feedbacks-grid { grid-template-columns: 1fr; }
    .footer-container { flex-direction: column; align-items: flex-start; gap: 14px; }
}