:root {
    --color-ink: #17201c;
    --color-ink-soft: #53615a;
    --color-paper: #ffffff;
    --color-mist: #f3f7f4;
    --color-teal: #1f7a6d;
    --color-teal-dark: #14564d;
    --color-green: #7aa95c;
    --color-coral: #d95f43;
    --color-gold: #d9a441;
    --color-line: #dce6df;
    --shadow-soft: 0 18px 50px rgba(23, 32, 28, 0.12);
}


* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: var(--color-ink);
    font-family: Arial, Helvetica, sans-serif;
    background: var(--color-paper);
    line-height: 1.65;
}

a {
    color: inherit;
}

h1,
h2,
h3 {
    line-height: 1.12;
    font-weight: 760;
    letter-spacing: 0;
}

.hero-title {
    font-size: 4.0rem;
    line-height: 4rem;
}

h2 {
    font-size: 3.2rem;
    margin-bottom: 1rem;
}

h3 {
    font-size: 1.25rem;
}

p {
    color: var(--color-ink-soft);
    margin-bottom: 0;
}

.btn {
    border-radius: 8px;
    font-weight: 700;
    letter-spacing: 0;
    padding: 0.85rem 1.25rem;
    transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.btn:hover {
    transform: translateY(-2px);
}

.btn-primary {
    background: var(--color-coral);
    border-color: var(--color-coral);
    box-shadow: 0 12px 26px rgba(217, 95, 67, 0.24);
}

.btn-primary:hover,
.btn-primary:focus {
    background: #bd4d34;
    border-color: #bd4d34;
}

.btn-outline-light {
    border-color: rgba(255, 255, 255, 0.72);
}

.site-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 50;
    background: transparent;
}

.navbar {
    padding: 0 0;
}

.navbar > .container {
    padding: 0.65rem 1rem;
    border-radius: 8px;
    background-color: transparent;
}

.navbar-brand {
    display: inline-flex;
    align-items: center;
    max-width: 220px;
    color: var(--color-paper);
    font-weight: 800;
    letter-spacing: 0;
}

.navbar-brand img {
    display: block;
    width: auto;
    max-width: 100%;
    height: 48px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.navbar-nav .nav-link {
    color: var(--color-paper);
    font-weight: 650;
    text-shadow: 0 1px 8px rgba(12, 33, 29, 0.58);
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus {
    color: #f7d486;
}

.navbar-toggler {
    border-color: rgba(255, 255, 255, 0.58);
}

.navbar-toggler:focus {
    box-shadow: 0 0 0 0.18rem rgba(247, 212, 134, 0.34);
}

.navbar-toggler-icon {
    filter: invert(1) grayscale(1) brightness(2);
}

.hero-section {
    position: relative;
    min-height: 55vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    color: var(--color-paper);
    background: #20463f;
    padding-top: 7rem;

    background-image: url(/assets/img/2-compressed.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.hero-backdrop {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(12, 33, 29, 0.92) 0%, rgba(12, 33, 29, 0.78) 45%, rgba(12, 33, 29, 0.28) 100%),
        linear-gradient(135deg, #1f7a6d 0%, #7aa95c 100%);
}

.hero-backdrop::after {
    content: attr(data-image-note);
    position: absolute;
    right: 8%;
    bottom: 10%;
    width: min(420px, 38vw);
    min-height: 260px;
    display: grid;
    place-items: center;
    padding: 2rem;
    color: rgba(255, 255, 255, 0.84);
    text-align: center;
    border: 1px dashed rgba(255, 255, 255, 0.42);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.08);
}

.hero-content {
    position: relative;
    z-index: 2;
    padding: 1rem;
}

.hero-section .lead {
    color: rgba(255, 255, 255, 0.88);
    font-size: 1.25rem;
    margin-top: 1.4rem;
}

.eyebrow,
.section-kicker {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--color-coral);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.hero-section .eyebrow {
    color: #f7d486;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 2rem;
}

.trust-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 2rem;
}

.trust-row span {
    padding: 0.55rem 0.8rem;
    border: 1px solid rgba(255, 255, 255, 0.26);
    border-radius: 8px;
    color: rgba(255, 255, 255, 0.86);
    background: rgba(255, 255, 255, 0.08);
    font-size: 0.92rem;
}

.section {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: 6.5rem 0;
}

.section > .container {
    position: relative;
    z-index: 1;
}

.section::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 72px;
    z-index: 0;
    pointer-events: none;
    opacity: 0.82;
    clip-path: polygon(0 0, 100% 0, 100% 28%, 0 100%);
    display: none;
}

.section::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 1px;
    z-index: 0;
    pointer-events: none;
    background: rgba(20, 86, 77, 0.12);
}

.section-light {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(247, 250, 247, 0.98) 100%);
}

.section-muted {
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.58) 0%, rgba(255, 255, 255, 0) 42%),
        repeating-linear-gradient(135deg, rgba(31, 122, 109, 0.045) 0 1px, transparent 1px 18px),
        var(--color-mist);
}

.section-accent {
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.65) 0%, rgba(255, 255, 255, 0) 46%),
        linear-gradient(180deg, #edf7f1 0%, #dfeee5 100%);
}

.section-offer {
    background:
        linear-gradient(135deg, rgba(12, 33, 29, 0.78), rgba(20, 86, 77, 0.28)),
        repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.055) 0 1px, transparent 1px 22px),
        linear-gradient(135deg, var(--color-teal-dark), var(--color-teal));
}

.section-offer::before,
.guarantee-section::before {
    background: linear-gradient(168deg, rgba(247, 212, 134, 0.22), rgba(255, 255, 255, 0));
    display: block;
}

.section-offer::after,
.guarantee-section::after {
    background: rgba(255, 255, 255, 0.16);
}

.section-intro {
    max-width: 760px;
    margin: 0 auto;
    font-size: 1.1rem;
}

.video-placeholder,
.portrait-placeholder {
    position: relative;
    display: grid;
    place-items: center;
    min-height: 360px;
    border: 1px dashed #aabbb2;
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(31, 122, 109, 0.12), rgba(217, 164, 65, 0.2)),
        var(--color-mist);
    text-align: center;
    padding: 2rem;
    overflow: hidden;
}

.video-placeholder {
    aspect-ratio: 16 / 10;
    min-height: auto;
}

.video-placeholder p,
.portrait-placeholder span {
    display: block;
    color: var(--color-ink-soft);
}

.play-button {
    width: 72px;
    height: 72px;
    display: inline-block;
    border-radius: 50%;
    background: var(--color-coral);
    box-shadow: 0 16px 30px rgba(217, 95, 67, 0.26);
    margin-bottom: 1rem;
    position: relative;
}

.play-button::after {
    content: "";
    position: absolute;
    left: 30px;
    top: 23px;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    border-left: 19px solid white;
}

.feature-card,
.bonus-card,
.testimonial-card,
.case-card,
.learning-item {
    height: 100%;
    border: 1px solid var(--color-line);
    border-radius: 8px;
    background: var(--color-paper);
    padding: 1.6rem;
    transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.feature-card:hover,
.bonus-card:hover,
.testimonial-card:hover,
.case-card:hover,
.learning-item:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-soft);
    border-color: rgba(31, 122, 109, 0.36);
}

.feature-number {
    display: inline-block;
    color: var(--color-teal);
    font-weight: 800;
    margin-bottom: 1rem;
}

.solution-list {
    display: grid;
    gap: 1rem;
    margin-top: 2rem;
}

.solution-list div {
    display: grid;
    gap: 0.2rem;
    padding: 1.2rem;
    border-left: 4px solid var(--color-green);
    background: var(--color-mist);
    border-radius: 8px;
}

.solution-list strong {
    color: var(--color-ink);
}

.solution-list span {
    color: var(--color-ink-soft);
}

.logo-strip {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
    margin-top: 3rem;
}

.logo-strip span {
    min-height: 76px;
    display: grid;
    place-items: center;
    padding: 1rem;
    border: 1px dashed #aabbb2;
    border-radius: 8px;
    color: var(--color-ink-soft);
    background: rgba(255, 255, 255, 0.58);
    text-align: center;
    font-weight: 700;
}

.learning-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
}

.learning-item{
    text-align: center;
}

.learning-item span {
    display: inline-block;
    color: var(--color-coral);
    font-weight: 800;
    margin-bottom: 0.8rem;
    background-color: var(--color-coral);
    color: var(--color-paper);
    padding: 0.25rem 0.75rem;
    border-radius: 50%;
    
}

.learning-item h3 {
    color: var(--color-teal-dark);
}

.audience-list {
    display: grid;
    gap: 1rem;
}

.audience-item {
    padding: 1.25rem 1.4rem;
    border-radius: 8px;
    background: var(--color-paper);
    border-left: 5px solid var(--color-coral);
    color: var(--color-ink);
    font-weight: 700;
    box-shadow: 0 10px 30px rgba(23, 32, 28, 0.08);
}

.bonus-card span {
    display: inline-block;
    color: var(--color-coral);
    font-weight: 800;
    margin-bottom: 1rem;
}

.testimonial-card,
.case-card {
    margin: 0;
    margin-bottom: 1rem;
}

.case-card {
    height: auto;
    position: relative;
    padding-top: 2.25rem;
}

.case-card::before {
    content: "“";
    position: absolute;
    top: 0.45rem;
    left: 1.2rem;
    color: rgba(31, 122, 109, 0.18);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 4.5rem;
    font-weight: 700;
    line-height: 1;
}

.testimonial-card p,
.case-card p {
    color: var(--color-ink);
    font-size: 1.04rem;
}

.case-card p {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.12rem;
    font-style: italic;
    line-height: 1.7;
}

.case-card p + p {
    margin-top: 0.9rem;
}

.testimonial-card footer,
.case-card footer {
    color: var(--color-teal);
    font-weight: 800;
    margin-top: 1.2rem;
}

.case-author {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.25rem;
}

.case-author footer {
    margin-top: 0;
}

.case-photo {
    width: 96px;
    height: 96px;
    flex: 0 0 96px;
    border-radius: 50%;
    background: rgba(31, 122, 109, 0.1);
    border: 3px solid rgba(31, 122, 109, 0.18);
    display: grid;
    place-items: center;
    margin-bottom: 0;
    overflow: hidden;
    color: var(--color-teal);
    font-weight: 800;
    font-size: 1.35rem;
}

.case-photo::before {
    content: attr(data-initials);
}

.case-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    grid-area: 1 / 1;
}

.case-photo:has(img)::before {
    content: "";
}

.offer-panel {
    border-radius: 8px;
    background: var(--color-paper);
    padding: clamp(1.5rem, 4vw, 3rem);
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.22);
}

.offer-list {
    display: grid;
    gap: 0.55rem;
    margin: 1.5rem 0 0;
    padding-left: 1.2rem;
    color: var(--color-ink-soft);
}

.lot-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 0.8rem;
    margin-bottom: 1rem;
}

.lot-grid > article {
    grid-column: span 4;
}

.lot-grid > .price-box {
    grid-column: span 4;
}

.lot-card {
    display: grid;
    gap: 0.55rem;
    border: 1px solid var(--color-line);
    border-radius: 8px;
    padding: 1rem;
    background: var(--color-paper);
}

.lot-card span {
    color: var(--color-ink-soft);
    font-size: 0.82rem;
    font-weight: 800;
    text-transform: uppercase;
}

.lot-card strong {
    color: var(--color-teal-dark);
    font-size: 2rem;
    line-height: 1;
}

.lot-card-active {
    border-color: rgba(217, 95, 67, 0.52);
    box-shadow: 0 14px 34px rgba(217, 95, 67, 0.14);
}

.lot-card-disabled {
    opacity: 0.58;
    background: var(--color-mist);
}

.lot-card-disabled .btn {
    transform: none;
    cursor: not-allowed;
}

.lot-grid .list-group-flush {
    gap: 0.45rem;
    margin: 0.7rem 0;
}

.lot-grid .list-group-flush .list-group-item {
    display: flex;
    align-items: flex-start;
    gap: 0.55rem;
    border: 0;
    padding: 0.25rem 0;
    color: var(--color-ink);
    text-align: left;
}

.lot-grid .list-group-flush .list-group-item::before {
    content: "";
    flex: 0 0 auto;
    width: 1rem;
    height: 1rem;
    margin-top: 0.12rem;
    border-radius: 50%;
    background-color: var(--color-green);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 0.72rem;
}

.price-box {
    border: 1px solid var(--color-line);
    border-radius: 8px;
    padding: 1.6rem;
    background: var(--color-mist);
}

.price-box span,
.price-box small,
.price-box p {
    display: block;
    color: var(--color-ink-soft);
}

.price-box strong {
    display: block;
    color: var(--color-teal-dark);
    font-size: 4.2rem;
    line-height: 1;
    margin: 0.5rem 0 0.7rem;
}

.price-box .btn {
    margin: 1.4rem 0 0.9rem;
}

.guarantee-badge {
    width: 190px;
    height: 190px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: var(--color-paper);
    background: var(--color-teal);
    font-size: 2.4rem;
    font-weight: 850;
    box-shadow: var(--shadow-soft);
}

.faq-accordion .accordion-item {
    border: 1px solid var(--color-line);
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 0.85rem;
}

.faq-accordion .accordion-button {
    color: var(--color-ink);
    font-weight: 800;
    box-shadow: none;
}

.faq-accordion .accordion-button:not(.collapsed) {
    color: var(--color-teal-dark);
    background: #eaf4ee;
}

.site-footer {
    padding: 3rem 0;
    background: #0f1814;
    color: var(--color-paper);
    border-top: 4px solid var(--color-gold);
}

.site-footer strong {
    color: var(--color-paper);
    font-size: 1.08rem;
}

.site-footer p,
.site-footer small {
    color: rgba(255, 255, 255, 0.9);
}

.footer-links {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 1rem;
}

.footer-links a {
    color: var(--color-paper);
    text-decoration: none;
    font-weight: 700;
}

.footer-links a:hover,
.footer-links a:focus {
    color: #f7d486;
    text-decoration: underline;
    text-underline-offset: 0.24rem;
}

.floating-cta {
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    z-index: 45;
    opacity: 0;
    visibility: hidden;
    transform: translateY(12px);
    transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
}

.floating-cta.is-visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.reveal {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 620ms ease, transform 620ms ease;
}

.reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        transition-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
    }

    .reveal {
        opacity: 1;
        transform: none;
    }
}

@media (max-width: 991.98px) {
    .navbar-collapse {
        padding-top: 0.75rem;
    }

    .navbar-nav {
        align-items: stretch !important;
        gap: 0.15rem;
    }

    .navbar-nav .nav-link {
        padding: 0.65rem 0.25rem;
    }

    .hero-title {
        font-size: 3.4rem;
        line-height: 3.5rem;
    }

    h2 {
        font-size: 2.65rem;
    }

    .hero-section {
        min-height: auto;
    }

    .hero-backdrop::after {
        position: relative;
        right: auto;
        bottom: auto;
        width: calc(100% - 2rem);
        min-height: 180px;
        margin: 1rem;
        align-self: flex-end;
    }

    .hero-content {
        padding: 1rem;
    }

    .logo-strip,
    .learning-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .footer-links {
        justify-content: flex-start;
    }
}

@media (max-width: 767.98px) {
    .navbar-brand {
        max-width: 180px;
    }

    .navbar-brand img {
        height: 40px;
    }

    .hero-title {
        font-size: 2.55rem;
        line-height: 2.5rem;
    }

    h2 {
        font-size: 2.1rem;
    }

    .price-box strong {
        font-size: 3rem;
    }

    .section {
        padding: 4.5rem 0;
    }

    .hero-actions .btn {
        width: 100%;
    }

    .trust-row span {
        width: 100%;
    }

    .logo-strip,
    .learning-grid {
        grid-template-columns: 1fr;
    }

    .lot-grid > article,
    .lot-grid > .price-box {
        grid-column: 1 / -1;
    }

    .guarantee-badge {
        width: 150px;
        height: 150px;
        font-size: 2rem;
    }

    .floating-cta {
        left: 1rem;
        right: 1rem;
    }

    .floating-cta .btn {
        width: 100%;
    }

    .navbar > .container {
        background-color: rgba(23, 32, 28, 0.5);
    }

    .navbar-toggler {
        border: none;
    }
}


.text-bg-eyebrow{
    background-color: var(--color-gold);    
}

.progress{
    height: 2rem;
}

.bg-garantee{
    background-color: #bd4d34;
}

.bg-dark-green{
    background-color: #14564d !important;
}


.bg-cristina{
   background-image: url('/assets/img/cris-compressed.png');
   background-repeat: no-repeat;
   background-position: top left;
   background-size: cover; 
   
}


.pos-hero-section{    
    background-image: url(/assets/img/2-compressed.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.pos-hero-title{
    color: white;
}

h1.pos-hero-title{
    font-size: 2.5rem;
}

h2.pos-hero-title{
    font-size: 1.75rem;
}