/* Landing page styling matched to mora-odontologia.com (verified against a
   full-page screenshot of the reference, not just its markup).

   The design alternates dark-navy and light sections:
     hero + video   dark navy, content in a darker rounded card
     casos          white, teal heading
     beneficios     dark navy, no cards, stats in white
     precio         white, stacked pale-blue cards, cyan prices
     paso 5 (CTA)   dark navy, white inner card
     sobre nosotros light grey
     contacto       medium navy
     footer         light

   Palette from the reference:
     teal #4199b3 · bright cyan #35aed4 · navy bg #0e182c · card #0a1020
     contact navy #24344f · ink #2c3345 · muted #8c8c8c · pale blue #d9e9f1
   Fonts: Roboto (content) / Inter (buttons).
   Scoped under .landing so nothing leaks into blog or home templates. */

.landing {
    --brand: #4199b3;
    --brand-dark: #35809a;
    --cyan: #35aed4;
    --navy: #0e182c;
    --navy-card: #0a1020;
    --navy-mid: #24344f;
    --on-dark: #eef2f7;
    --on-dark-muted: #93a1b5;
    --ink: #2c3345;
    --muted: #8c8c8c;
    --line: #e6ebf0;
    --pale-blue: #d9e9f1;
    --gold: #e9b93c;

    color: var(--ink);
    font-family: "Roboto", system-ui, -apple-system, "Segoe UI", sans-serif;
    font-size: 17px;
    line-height: 1.65;
    background: #fff;
    -webkit-font-smoothing: antialiased;
}

.landing *, .landing *::before, .landing *::after { box-sizing: border-box; }

.landing .container {
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

/* Sections --------------------------------------------------------------- */

.landing .section {
    padding: 4.5rem 0;
    text-align: center;
}

/* dark sections */
.landing .section--video,
.landing .section--benefits,
.landing .section--cta {
    background: var(--navy);
    color: var(--on-dark);
}

/* the video continues the hero's dark block */
.landing .section--video { padding-top: 1rem; }

.landing .section--about { background: #f7f8fa; }

.landing .section--contact {
    background: var(--navy-mid);
    color: var(--on-dark);
}

.landing .section__heading {
    font-size: clamp(1.7rem, 4vw, 2.5rem);
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -.01em;
    margin: 0 0 .5rem;
}

/* teal headings on light sections, white on dark */
.landing .section--cases .section__heading,
.landing .section--pricing .section__heading { color: var(--cyan); }

.landing .section--video .section__heading,
.landing .section--benefits .section__heading,
.landing .section--cta .section__heading,
.landing .section--contact .section__heading { color: #fff; }

.landing .section__subheading {
    color: var(--muted);
    font-size: .9rem;
    font-weight: 600;
    letter-spacing: .18em;
    text-transform: uppercase;
    margin: 0 auto 2.5rem;
}

.landing .section--pricing .section__subheading { color: var(--cyan); }

/* Step labels: underlined uppercase teal text, like the reference -------- */

.landing .step-badge {
    display: block;
    color: var(--brand);
    font-size: .85rem;
    font-weight: 700;
    letter-spacing: .22em;
    text-transform: uppercase;
    text-decoration: underline;
    text-underline-offset: 4px;
    margin: 0 0 1rem;
}

/* Hero: dark navy, content in a darker rounded card ---------------------- */

.landing .hero {
    background: var(--navy);
    color: var(--on-dark);
    padding: 2.5rem 0 3rem;
    text-align: center;
}

.landing .hero__logo {
    margin: 0 auto 1.75rem;
    display: block;
    height: auto;
    max-width: 200px;
}

.landing .hero__eyebrow {
    color: var(--on-dark-muted);
    font-size: .85rem;
    font-weight: 600;
    letter-spacing: .18em;
    text-transform: uppercase;
    max-width: 62ch;
    margin: 0 auto 2rem;
}

.landing .hero__card {
    background: var(--navy-card);
    border: 1px solid rgba(65, 153, 179, .18);
    border-radius: 20px;
    padding: 2.75rem clamp(1.25rem, 4vw, 3rem);
    max-width: 860px;
    margin: 0 auto;
    text-align: left;
}

/* small uppercase kicker — the reference treats the headline as a lead-in */
.landing .hero__headline {
    font-size: .95rem;
    font-weight: 600;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: var(--on-dark-muted);
    margin: 0 0 1rem;
}

/* ...and the service title as the big heading */
.landing .hero__service {
    font-size: clamp(1.8rem, 4.5vw, 2.9rem);
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -.01em;
    color: #fff;
    margin: 0 0 .75rem;
}

.landing .hero__subheadline {
    color: var(--cyan);
    font-size: .9rem;
    font-weight: 700;
    letter-spacing: .18em;
    text-transform: uppercase;
    margin: 0 0 1rem;
}

/* the 5-star graphic: small ornament, as in the reference */
.landing .hero__image {
    display: block;
    max-width: 110px;
    height: auto;
    margin: 0 0 1.5rem;
}

/* Hero checklist --------------------------------------------------------- */

.landing .pills {
    list-style: none;
    padding: 0;
    margin: 0 0 2rem;
    display: flex;
    flex-direction: column;
    gap: .8rem;
    text-align: left;
}

.landing .pill {
    display: flex;
    align-items: flex-start;
    gap: .7rem;
    font-size: .98rem;
    color: var(--on-dark);
    max-width: 56ch;
}

.landing .pill::before {
    content: "";
    flex: 0 0 20px;
    height: 20px;
    margin-top: .2rem;
    border-radius: 50%;
    background: var(--brand) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") center / 12px no-repeat;
}

.landing .pill__icon { display: none; }

/* Grids ------------------------------------------------------------------ */

.landing .grid {
    display: grid;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
}

.landing .grid--cases    { grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); }
.landing .grid--benefits { grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }

/* pricing cards stack in one centred column, like the reference */
.landing .grid--pricing {
    grid-template-columns: 1fr;
    max-width: 520px;
    margin-inline: auto;
}

/* Success cases (white) -------------------------------------------------- */

.landing .case { margin: 0; }

.landing .case__image {
    width: 100%;
    height: auto;
    display: block;
    border: 6px solid #fff;
    border-radius: 4px;
    box-shadow: 0 8px 28px rgba(44, 51, 69, .18);
}

.landing .case__caption {
    font-size: .88rem;
    color: var(--muted);
    margin-top: .75rem;
}

/* Benefit columns: directly on the navy, no card chrome ------------------ */

.landing .section--benefits .card {
    background: transparent;
    border: 0;
    padding: 0 .5rem;
    text-align: left;
}

.landing .card__icon {
    width: 56px;
    height: 56px;
    margin-bottom: 1rem;
    display: block;
    border-radius: 50%;
}

.landing .card__title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #fff;
    margin: 0 0 .9rem;
}

.landing .card__body {
    font-size: .93rem;
    color: var(--on-dark-muted);
}

.landing .card__body ul { margin: 0; padding: 0; list-style: none; }

.landing .card__body li {
    position: relative;
    padding-left: 1.7rem;
    margin-bottom: .7rem;
}

.landing .card__body li::before {
    content: "";
    position: absolute;
    left: 0;
    top: .28em;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background: var(--brand) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") center / 10px no-repeat;
}

/* Statistics bar on navy ------------------------------------------------- */

.landing .stats {
    list-style: none;
    padding: 3rem 0 0;
    margin: 2.5rem 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 3rem 5rem;
    border-top: 1px solid rgba(255, 255, 255, .08);
}

.landing .stat { display: flex; flex-direction: column; gap: .2rem; }

.landing .stat__value {
    font-size: clamp(2.4rem, 6vw, 3.2rem);
    font-weight: 900;
    color: #fff;
    line-height: 1;
    letter-spacing: -.02em;
}

.landing .stat__label {
    font-size: .85rem;
    font-weight: 500;
    color: var(--on-dark-muted);
}

/* Two-tone headings, as on the reference --------------------------------- */

.landing .hero__service .tint {
    color: var(--brand);
    text-decoration: underline;
    text-underline-offset: 6px;
    text-decoration-thickness: 2px;
}

.landing .section__heading .tint { color: var(--cyan); }

/* Pricing (white, pale-blue cards) --------------------------------------- */

.landing .tier__photo {
    width: 100%;
    max-width: 300px;
    height: auto;
    display: block;
    margin: 0 auto 1.5rem;
    border-radius: 4px;
}

.landing .tier {
    background: var(--pale-blue);
    border: 0;
    border-radius: 10px;
    padding: 2rem 1.75rem;
    display: flex;
    flex-direction: column;
    text-align: left;
}

.landing .tier--featured {
    outline: 2px solid var(--brand);
    position: relative;
}

.landing .tier__name {
    font-size: 1.15rem;
    font-weight: 700;
    line-height: 1.35;
    color: var(--ink);
    margin: 0 0 1.1rem;
}

.landing .tier__original {
    color: #7a8694;
    font-size: .98rem;
    margin: 0;
}

.landing .tier__promo {
    font-size: 1.45rem;
    font-weight: 800;
    color: var(--cyan);
    line-height: 1.2;
    margin: 0 0 1.1rem;
}

.landing .tier__features {
    color: #5d6a7a;
    font-size: .92rem;
    flex: 1;
}

.landing .tier__features ul { margin: 0 0 1.25rem; padding: 0; list-style: none; }

.landing .tier__features li {
    position: relative;
    padding-left: 1.7rem;
    margin-bottom: .55rem;
}

.landing .tier__features li::before {
    content: "";
    position: absolute;
    left: 0;
    top: .25em;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: var(--brand) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") center / 9px no-repeat;
}

.landing .tier .wa-button { width: 100%; text-align: center; }

/* Scarcity note: teal banner, as on the reference form ------------------- */

.landing .pricing__note {
    display: inline-block;
    background: var(--brand);
    color: #fff;
    font-size: .85rem;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
    padding: .75rem 1.75rem;
    border-radius: 6px;
    margin: 1.5rem 0 0;
}

/* Call to action (navy, white inner card) -------------------------------- */

.landing .cta__intro {
    max-width: 48ch;
    margin: 0 auto 2rem;
    font-size: 1rem;
    color: var(--on-dark-muted);
}

.landing .cta__points {
    max-width: 620px;
    margin: 0 auto 2.25rem;
    text-align: left;
    background: #fff;
    color: var(--ink);
    border-radius: 12px;
    padding: 2rem 2rem 1.5rem;
}

.landing .cta__points ul { margin: 0; padding: 0; list-style: none; }

.landing .cta__points li {
    position: relative;
    padding-left: 2rem;
    margin-bottom: 1rem;
    color: #4a5265;
    font-size: .95rem;
}

.landing .cta__points li::before {
    content: "";
    position: absolute;
    left: 0;
    top: .2em;
    width: 19px;
    height: 19px;
    border-radius: 50%;
    background: var(--brand) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") center / 11px no-repeat;
}

/* CTA button: teal like the reference's; Inter like its buttons ---------- */

.landing .wa-button {
    display: inline-block;
    background: var(--brand);
    color: #fff;
    font-family: "Inter", system-ui, sans-serif;
    font-size: .95rem;
    font-weight: 700;
    letter-spacing: .02em;
    text-transform: uppercase;
    text-decoration: none;
    padding: .95rem 2.2rem;
    border-radius: 8px;
    transition: background .15s ease, transform .15s ease;
}

.landing .wa-button:hover {
    background: var(--brand-dark);
    transform: translateY(-1px);
}

.landing .wa-button:active { transform: translateY(0); }

/* About (light grey, two columns) ---------------------------------------- */

.landing .about {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 3rem;
    align-items: center;
    text-align: left;
}

.landing .section--about .section__heading {
    color: #4a5265;
    margin-inline: 0;
    max-width: none;
}

.landing .section--about .section__subheading {
    color: var(--muted);
    letter-spacing: .18em;
    margin: 0 0 1.75rem;
}

.landing .about__logo {
    display: inline-block;
    border: 1px solid var(--line);
    border-radius: 6px;
    padding: 1.25rem 1.75rem;
    background: #fff;
}

.landing .about__logo img { display: block; max-width: 100%; height: auto; }

.landing .section--about p {
    color: #6b7585;
    font-size: .97rem;
    margin-top: 0;
}

/* Contact (medium navy, two dark cards) ---------------------------------- */

.landing .contact-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.5rem;
    margin-bottom: 2rem;
    text-align: left;
}

.landing .contact-card {
    background: var(--navy-card);
    border-radius: 6px;
    padding: 1.75rem 2rem;
    color: var(--on-dark);
}

.landing .contact-card__title {
    font-size: 1.35rem;
    font-weight: 700;
    color: #fff;
    margin: 0 0 .75rem;
}

.landing .contact-card p { margin: 0 0 .5rem; font-size: .95rem; }

/* Footer (light) --------------------------------------------------------- */

.landing-footer {
    padding: 2rem 0;
    text-align: center;
    font-size: .82rem;
    color: var(--muted);
    background: #fafafa;
}

.landing-footer .footer__links {
    list-style: none;
    padding: 0;
    margin: 0 0 .6rem;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1.5rem;
}

.landing-footer a { color: var(--muted); text-decoration: none; font-weight: 600; }

.landing-footer a:hover { color: var(--brand); text-decoration: underline; }

.landing-footer .footer__copy { margin: 0; }

/* Video embed ------------------------------------------------------------ */

.landing .embed {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    border-radius: 12px;
    max-width: 760px;
    margin: 0 auto;
}

.landing .embed iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/* Scroll animations ------------------------------------------------------ */
/* The .reveal class is only added from landing.js, so without JS (and with
   prefers-reduced-motion) everything stays visible. */

.landing .reveal {
    opacity: 0;
    transform: translateY(16px);
    transition: opacity .6s ease, transform .6s ease;
}

.landing .reveal.is-in {
    opacity: 1;
    transform: none;
}

/* Responsive ------------------------------------------------------------- */

@media (max-width: 700px) {
    .landing { font-size: 16px; }
    .landing .section { padding: 3.25rem 0; }
    .landing .hero__card { padding: 2rem 1.25rem; }
    .landing .stats { gap: 2rem 3rem; padding-top: 2rem; }
    .landing .cta__points { padding: 1.5rem 1.25rem 1rem; }
    .landing .wa-button { width: 100%; text-align: center; }
    .landing .about { grid-template-columns: 1fr; gap: 2rem; }
}
