* {
    box-sizing: border-box;
}

/* Hero override final: two-card layout with purple theme */
#section1 {
    position: relative !important;
    min-height: auto !important;
    padding: clamp(16px, 2.2vw, 30px) !important;
    color: #ffffff !important;
    text-align: left !important;
    overflow: hidden !important;
    display: flex !important;
    justify-content: center !important;
    background:
        radial-gradient(circle at top left, rgba(186, 109, 217, 0.44), transparent 34%),
        radial-gradient(circle at bottom right, rgba(86, 176, 196, 0.12), transparent 32%),
        linear-gradient(180deg, #8b3c9c 0%, #4d1f63 100%) !important;
}

#section1::after {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.06), transparent 24%),
        radial-gradient(circle at 18% 16%, rgba(255, 255, 255, 0.14), transparent 20%),
        radial-gradient(circle at 84% 10%, rgba(255, 255, 255, 0.08), transparent 18%) !important;
    opacity: 0.9 !important;
}

#section1 .hero-shell {
    width: min(100%, 1560px) !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 14px !important;
    position: relative !important;
    z-index: 1 !important;
}

#section1 .hero-card {
    position: relative !important;
    min-height: clamp(540px, 72vh, 840px) !important;
    overflow: hidden !important;
    border-radius: 28px !important;
    background:
        linear-gradient(90deg, rgba(61, 20, 82, 0.76) 0%, rgba(61, 20, 82, 0.42) 42%, rgba(61, 20, 82, 0.2) 100%),
        url("img/section1.jpg") center center / cover no-repeat !important;
    box-shadow: 0 24px 58px rgba(14, 8, 24, 0.28) !important;
}

#section1 .hero-card::before {
    background: linear-gradient(180deg, rgba(11, 7, 20, 0.16), rgba(11, 7, 20, 0.42)) !important;
}

#section1 .hero-card::after {
    background: radial-gradient(circle at 52% 28%, rgba(255, 223, 247, 0.08), transparent 52%) !important;
}

#section1 .section1-logo {
    position: absolute !important;
    inset: clamp(18px, 2.8vw, 30px) auto auto 50% !important;
    width: clamp(160px, 12vw, 230px) !important;
    height: auto !important;
    transform: translateX(-50%) !important;
    z-index: 2 !important;
}

#section1 .hero-content {
    position: absolute !important;
    inset: clamp(118px, 12vw, 170px) auto auto clamp(24px, 3vw, 56px) !important;
    width: min(60%, 780px) !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 16px !important;
    transform: none !important;
    text-align: left !important;
    z-index: 2 !important;
}

#section1 h1 {
    font-size: clamp(2rem, 4.2vw, 4.5rem) !important;
    line-height: 0.95 !important;
    letter-spacing: 0.01em !important;
    text-shadow: 0 10px 30px rgba(0, 0, 0, 0.3) !important;
}

#section1 .hero-content p {
    width: min(92%, 720px) !important;
    margin: 0 !important;
    font-size: clamp(0.98rem, 1.25vw, 1.18rem) !important;
    line-height: 1.38 !important;
    font-weight: 500 !important;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.34) !important;
    opacity: 0.98 !important;
}

#section1 .hero-footer {
    position: relative !important;
    inset: auto !important;
    transform: none !important;
    width: 100% !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    gap: 22px !important;
    padding: clamp(16px, 1.6vw, 22px) clamp(18px, 2vw, 28px) !important;
    margin-top: 14px !important;
    background: linear-gradient(180deg, rgba(26, 10, 46, 0.98), rgba(13, 5, 24, 0.98)) !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    border-radius: 22px !important;
    box-shadow: 0 18px 40px rgba(10, 8, 14, 0.26) !important;
}

#section1 .hero-cta {
    min-width: clamp(220px, 24vw, 330px) !important;
}

#section1 .hero-button {
    color: #ffffff !important;
    background: linear-gradient(180deg, #ba72f2, #7f44d2) !important;
    box-shadow: 0 10px 24px rgba(127, 68, 210, 0.22) !important;
}

#section1 .hero-button:hover {
    background: linear-gradient(180deg, #c987f7, #9460e0) !important;
    color: #ffffff !important;
    box-shadow: 0 14px 26px rgba(127, 68, 210, 0.26) !important;
}

#section1 .meta-label {
    color: #dfb2ff !important;
}

@media (max-width: 960px) {
    #section1 .hero-footer {
        flex-direction: column !important;
        align-items: flex-start !important;
    }

    #section1 .hero-cta {
        min-width: 0 !important;
    }
}

@media (max-width: 640px) {
    #section1 {
        padding: 14px !important;
    }

    #section1 .hero-shell {
        gap: 12px !important;
    }

    #section1 .hero-card {
        min-height: clamp(560px, 78svh, 760px) !important;
        border-radius: 22px !important;
    }

    #section1 .section1-logo {
        inset: 16px auto auto 50% !important;
        width: clamp(130px, 42vw, 190px) !important;
        transform: translateX(-50%) !important;
    }

    #section1 .hero-content {
        inset: 110px 16px auto 16px !important;
        width: auto !important;
        gap: 10px !important;
        align-items: flex-start !important;
        text-align: left !important;
    }

    #section1 h1 {
        font-size: clamp(1.9rem, 8.2vw, 3rem) !important;
        line-height: 0.98 !important;
    }

    #section1 .hero-content p {
        width: 100% !important;
        font-size: clamp(0.82rem, 3.4vw, 0.96rem) !important;
        line-height: 1.36 !important;
        text-align: left !important;
    }

    #section1 .hero-footer {
        padding: 14px 16px !important;
        border-radius: 18px !important;
        gap: 10px !important;
        margin-top: 4px !important;
    }

    #section1 .hero-cta,
    #section1 .hero-meta {
        width: 100% !important;
    }

    #section1 .hero-button {
        padding: 11px 18px !important;
        font-size: 0.78rem !important;
    }

    #section1 .hero-meta p {
        font-size: 0.78rem !important;
    }

    #section1 .meta-label {
        min-width: 72px !important;
    }
}

#section1 {
    position: relative;
    min-height: auto;
    padding: clamp(16px, 2.2vw, 30px);
    color: #ffffff;
    text-align: left;
    overflow: hidden;
    display: flex;
    justify-content: center;
    background:
        radial-gradient(circle at top left, rgba(186, 109, 217, 0.42), transparent 34%),
        radial-gradient(circle at bottom right, rgba(86, 176, 196, 0.18), transparent 32%),
        linear-gradient(180deg, #8b3c9c 0%, #4d1f63 100%);
}

#section1::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.06), transparent 24%),
        radial-gradient(circle at 18% 16%, rgba(255, 255, 255, 0.14), transparent 20%),
        radial-gradient(circle at 84% 10%, rgba(255, 255, 255, 0.08), transparent 18%);
    opacity: 0.9;
}

.hero-shell {
    position: relative;
    z-index: 1;
    width: min(100%, 1560px);
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.hero-card {
    position: relative;
    min-height: clamp(540px, 72vh, 840px);
    overflow: hidden;
    border-radius: 28px;
    background:
        linear-gradient(90deg, rgba(61, 20, 82, 0.7) 0%, rgba(61, 20, 82, 0.34) 42%, rgba(61, 20, 82, 0.14) 100%),
        url("img/section1.jpg") center center / cover no-repeat;
    box-shadow: 0 24px 58px rgba(14, 8, 24, 0.28);
}

.hero-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(11, 7, 20, 0.16), rgba(11, 7, 20, 0.42));
    pointer-events: none;
}

.hero-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 52% 28%, rgba(255, 223, 247, 0.08), transparent 52%);
    pointer-events: none;
}

.section1-logo {
    position: absolute;
    top: clamp(18px, 2.8vw, 30px);
    left: clamp(18px, 2.8vw, 34px);
    width: clamp(145px, 11vw, 210px);
    height: auto;
    transform: none;
    z-index: 2;
}

.hero-content {
    position: absolute;
    left: clamp(20px, 3vw, 48px);
    top: clamp(42px, 8vw, 110px);
    width: min(58%, 780px);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    transform: none;
    text-align: left;
    z-index: 2;
}

#section1 h1 {
    margin: 0;
    font-size: clamp(2.8rem, 4.8vw, 5.7rem);
    line-height: 0.95;
    letter-spacing: 0.01em;
    font-weight: 900;
    text-transform: uppercase;
    text-wrap: balance;
    text-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

#section1 .hero-content p {
    width: min(92%, 720px);
    margin: 0;
    font-size: clamp(0.98rem, 1.25vw, 1.18rem);
    line-height: 1.38;
    font-weight: 500;
    text-wrap: pretty;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.34);
    opacity: 0.98;
}

.hero-footer {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 22px;
    text-align: left;
    padding: clamp(16px, 1.6vw, 22px) clamp(18px, 2vw, 28px);
    background: linear-gradient(180deg, rgba(11, 11, 13, 0.98), rgba(7, 7, 9, 0.98));
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 22px;
    box-shadow: 0 18px 40px rgba(10, 8, 14, 0.26);
}

.hero-cta {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    min-width: clamp(220px, 24vw, 330px);
}

.hero-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 26px;
    border: 0;
    border-radius: 999px;
    color: #081017;
    text-decoration: none;
    font-weight: 900;
    text-transform: uppercase;
    font-size: clamp(0.88rem, 1vw, 1rem);
    letter-spacing: 0.05em;
    background: linear-gradient(180deg, #8de0f3, #71cfe4);
    box-shadow: 0 10px 24px rgba(76, 186, 207, 0.18);
}

.hero-button:hover {
    background: linear-gradient(180deg, #9de6f7, #7bd8eb);
    color: #081017;
    transform: translateY(-1px);
    box-shadow: 0 14px 26px rgba(76, 186, 207, 0.24);
}

.hero-note {
    margin: 0;
    font-size: 0.92rem;
    font-weight: 800;
    letter-spacing: 0.02em;
    opacity: 0.92;
}

.hero-meta {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.hero-meta p {
    margin: 0;
    font-size: clamp(0.82rem, 0.95vw, 0.98rem);
    font-weight: 800;
    line-height: 1.35;
    text-shadow: none;
    display: flex;
    align-items: baseline;
    gap: 8px;
}

.meta-label {
    min-width: 84px;
    margin-right: 0;
    color: #58ddfb;
    font-weight: 900;
}

#section1:hover::after,
#section1:hover .hero-content p,
#section1:hover h1,
#section1:hover .hero-footer {
    transform: none;
    opacity: 1;
    text-shadow: none;
    box-shadow: inherit;
}

@media (max-width: 960px) {
    .hero-content {
        width: min(70%, 720px);
    }

    .hero-footer {
        flex-direction: column;
        align-items: flex-start;
    }

    .hero-cta {
        min-width: 0;
    }
}

@media (max-width: 640px) {
    #section1 {
        padding: 14px;
    }

    .hero-shell {
        gap: 12px;
    }

    .hero-card {
        min-height: clamp(560px, 78svh, 760px);
        border-radius: 22px;
    }

    .section1-logo {
        top: 16px;
        left: 16px;
        width: clamp(120px, 38vw, 185px);
    }

    .hero-content {
        left: 16px;
        right: 16px;
        top: auto;
        bottom: 18px;
        width: auto;
        gap: 10px;
    }

    #section1 h1 {
        font-size: clamp(1.9rem, 8.2vw, 3rem);
        line-height: 0.98;
    }

    #section1 .hero-content p {
        width: 100%;
        font-size: clamp(0.82rem, 3.4vw, 0.96rem);
        line-height: 1.36;
    }

    .hero-footer {
        padding: 14px 16px;
        border-radius: 18px;
        gap: 10px;
    }

    .hero-cta {
        width: 100%;
    }

    .hero-button {
        padding: 11px 18px;
        font-size: 0.78rem;
    }

    .hero-meta {
        width: 100%;
    }

    .hero-meta p {
        font-size: 0.78rem;
    }

    .meta-label {
        min-width: 72px;
    }
}

#section1 {
    position: relative;
    min-height: auto;
    padding: clamp(16px, 2.2vw, 30px);
    color: #ffffff;
    text-align: left;
    overflow: hidden;
    display: flex;
    justify-content: center;
    background:
        radial-gradient(circle at top left, rgba(186, 109, 217, 0.42), transparent 34%),
        radial-gradient(circle at bottom right, rgba(86, 176, 196, 0.18), transparent 32%),
        linear-gradient(180deg, #8b3c9c 0%, #4d1f63 100%);
}

#section1::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.06), transparent 24%),
        radial-gradient(circle at 18% 16%, rgba(255, 255, 255, 0.14), transparent 20%),
        radial-gradient(circle at 84% 10%, rgba(255, 255, 255, 0.08), transparent 18%);
    opacity: 0.9;
}

.hero-shell {
    position: relative;
    z-index: 1;
    width: min(100%, 1560px);
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.hero-card {
    position: relative;
    min-height: clamp(540px, 72vh, 840px);
    overflow: hidden;
    border-radius: 28px;
    background:
        linear-gradient(90deg, rgba(61, 20, 82, 0.7) 0%, rgba(61, 20, 82, 0.34) 42%, rgba(61, 20, 82, 0.14) 100%),
        url("img/section1.jpg") center center / cover no-repeat;
    box-shadow: 0 24px 58px rgba(14, 8, 24, 0.28);
}

.hero-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(11, 7, 20, 0.16), rgba(11, 7, 20, 0.42));
    pointer-events: none;
}

.hero-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 52% 28%, rgba(255, 223, 247, 0.08), transparent 52%);
    pointer-events: none;
}

.section1-logo {
    position: absolute;
    top: clamp(18px, 2.8vw, 30px);
    left: clamp(18px, 2.8vw, 34px);
    width: clamp(145px, 11vw, 210px);
    height: auto;
    transform: none;
    z-index: 2;
}

.hero-content {
    position: absolute;
    left: clamp(20px, 3vw, 48px);
    top: clamp(42px, 8vw, 110px);
    width: min(58%, 780px);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    transform: none;
    text-align: left;
    z-index: 2;
}

#section1 h1 {
    margin: 0;
    font-size: clamp(2.8rem, 4.8vw, 5.7rem);
    line-height: 0.95;
    letter-spacing: 0.01em;
    font-weight: 900;
    text-transform: uppercase;
    text-wrap: balance;
    text-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

#section1 .hero-content p {
    width: min(92%, 720px);
    margin: 0;
    font-size: clamp(0.98rem, 1.25vw, 1.18rem);
    line-height: 1.38;
    font-weight: 500;
    text-wrap: pretty;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.34);
    opacity: 0.98;
}

.hero-footer {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 22px;
    text-align: left;
    padding: clamp(16px, 1.6vw, 22px) clamp(18px, 2vw, 28px);
    background: linear-gradient(180deg, rgba(11, 11, 13, 0.98), rgba(7, 7, 9, 0.98));
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 22px;
    box-shadow: 0 18px 40px rgba(10, 8, 14, 0.26);
}

.hero-cta {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    min-width: clamp(220px, 24vw, 330px);
}

.hero-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 26px;
    border: 0;
    border-radius: 999px;
    color: #081017;
    text-decoration: none;
    font-weight: 900;
    text-transform: uppercase;
    font-size: clamp(0.88rem, 1vw, 1rem);
    letter-spacing: 0.05em;
    background: linear-gradient(180deg, #8de0f3, #71cfe4);
    box-shadow: 0 10px 24px rgba(76, 186, 207, 0.18);
}

.hero-button:hover {
    background: linear-gradient(180deg, #9de6f7, #7bd8eb);
    color: #081017;
    transform: translateY(-1px);
    box-shadow: 0 14px 26px rgba(76, 186, 207, 0.24);
}

.hero-note {
    margin: 0;
    font-size: 0.92rem;
    font-weight: 800;
    letter-spacing: 0.02em;
    opacity: 0.92;
}

.hero-meta {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.hero-meta p {
    margin: 0;
    font-size: clamp(0.82rem, 0.95vw, 0.98rem);
    font-weight: 800;
    line-height: 1.35;
    text-shadow: none;
    display: flex;
    align-items: baseline;
    gap: 8px;
}

.meta-label {
    min-width: 84px;
    margin-right: 0;
    color: #58ddfb;
    font-weight: 900;
}

#section1:hover::after,
#section1:hover .hero-content p,
#section1:hover h1,
#section1:hover .hero-footer {
    transform: none;
    opacity: 1;
    text-shadow: none;
    box-shadow: inherit;
}

@media (max-width: 960px) {
    .hero-content {
        width: min(70%, 720px);
    }

    .hero-footer {
        flex-direction: column;
        align-items: flex-start;
    }

    .hero-cta {
        min-width: 0;
    }
}

@media (max-width: 640px) {
    #section1 {
        padding: 14px;
    }

    .hero-shell {
        gap: 12px;
    }

    .hero-card {
        min-height: clamp(560px, 78svh, 760px);
        border-radius: 22px;
    }

    .section1-logo {
        top: 16px;
        left: 16px;
        width: clamp(120px, 38vw, 185px);
    }

    .hero-content {
        left: 16px;
        right: 16px;
        top: auto;
        bottom: 18px;
        width: auto;
        gap: 10px;
    }

    #section1 h1 {
        font-size: clamp(1.9rem, 8.2vw, 3rem);
        line-height: 0.98;
    }

    #section1 .hero-content p {
        width: 100%;
        font-size: clamp(0.82rem, 3.4vw, 0.96rem);
        line-height: 1.36;
    }

    .hero-footer {
        padding: 14px 16px;
        border-radius: 18px;
        gap: 10px;
    }

    .hero-cta {
        width: 100%;
    }

    .hero-button {
        padding: 11px 18px;
        font-size: 0.78rem;
    }

    .hero-meta {
        width: 100%;
    }

    .hero-meta p {
        font-size: 0.78rem;
    }

    .meta-label {
        min-width: 72px;
    }
}

body {
    margin: 0;
    font-family: "Segoe UI", Arial, Helvetica, sans-serif;
    font-style: normal;
    color: #1f2937;
}

html {
    scroll-behavior: smooth;
}

footer {
    padding: 16px 20px;
    background: #0f0f12;
}

.footer-content {
    width: min(100%, 1160px);
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}

.footer-year {
    margin: 0;
    color: #d8d8dd;
    font-size: 1rem;
    font-weight: 600;
}

.footer-social {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    color: #f2f2f7;
    border: 1px solid rgba(255, 255, 255, 0.42);
    transition: transform 0.25s ease, background-color 0.25s ease;
}

.footer-social svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
}

.footer-social:hover,
.footer-social:focus-visible {
    transform: translateY(-2px);
    background-color: rgba(167, 129, 216, 0.2);
}

.footer-logo {
    display: block;
    width: clamp(80px, 7vw, 110px);
    height: auto;
    opacity: 0.95;
}

section {
    padding: 72px 24px;
}

/* Render diferido para contenido fuera del primer viewport */
#section2,
#section3,
#section4,
[id="section4.5"],
#section5,
#section6,
#section7,
#section8,
#section9,
#section10,
footer {
    content-visibility: auto;
    contain-intrinsic-size: 1000px;
}

#section1 {
    position: relative;
    min-height: 100vh;
    padding: 0;
    color: #ffffff;
    text-align: center;
    overflow: hidden;
    background:
        linear-gradient(rgba(63, 22, 82, 0.42), rgba(35, 12, 48, 0.58)),
        url("img/section1.jpg") center center / cover no-repeat;
}

#section1::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: radial-gradient(circle at 50% 28%, rgba(255, 223, 247, 0.14), transparent 58%);
    opacity: 0.72;
    transition: opacity 0.45s ease;
}

.hero-content {
    position: absolute;
    top: 24%;
    left: 50%;
    width: min(88%, 920px);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(14px, 1.6vw, 20px);
    transform: translateX(-50%);
    animation: heroRise 0.75s ease both;
}

#section1 h1 {
    margin: 0;
    font-size: clamp(1.65rem, 2.65vw, 2.8rem);
    line-height: 1.1;
    letter-spacing: 0.08em;
    font-weight: 900;
    text-transform: uppercase;
    text-wrap: balance;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.28);
    transition: text-shadow 0.35s ease, letter-spacing 0.35s ease;
}

#section1 p {
    margin: 0;
    font-weight: 700;
    text-shadow: 0 1px 6px rgba(0, 0, 0, 0.35);
}

#section1 .hero-content p {
    width: min(100%, 820px);
    font-size: clamp(0.95rem, 1.18vw, 1.25rem);
    line-height: 1.42;
    font-weight: 500;
    text-wrap: pretty;
    text-shadow: 0 1px 6px rgba(0, 0, 0, 0.34);
    opacity: 0.96;
    transition: text-shadow 0.35s ease, opacity 0.35s ease;
}

.hero-footer {
    position: absolute;
    top: 73.5%;
    left: 50%;
    width: min(84%, 980px);
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: clamp(18px, 3vw, 36px);
    text-align: left;
    transform: translateX(-50%);
    padding: clamp(18px, 2vw, 26px) clamp(20px, 2.6vw, 32px);
    background: linear-gradient(145deg, rgba(17, 12, 27, 0.34), rgba(17, 12, 27, 0.18));
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 24px;
    backdrop-filter: blur(12px) saturate(114%);
    -webkit-backdrop-filter: blur(12px) saturate(114%);
    box-shadow: 0 14px 38px rgba(20, 10, 28, 0.16);
    animation: heroRise 0.9s ease 0.18s both;
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.hero-cta {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}

.hero-button {
    display: inline-block;
    padding: clamp(9px, 0.8vw, 13px) clamp(18px, 1.7vw, 28px);
    border: 1px solid rgba(255, 255, 255, 0.88);
    border-radius: 999px;
    color: #ffffff;
    text-decoration: none;
    font-weight: 900;
    text-transform: uppercase;
    font-size: clamp(0.78rem, 0.95vw, 0.98rem);
    letter-spacing: 0.06em;
    background: rgba(255, 255, 255, 0.06);
    transition: background-color 0.25s ease, color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.hero-button:hover {
    background-color: #ffffff;
    color: #361a4f;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(26, 12, 38, 0.28);
}

.hero-note {
    margin: 0;
    font-size: clamp(0.82rem, 0.95vw, 1rem);
    font-weight: 800;
    letter-spacing: 0.04em;
    opacity: 0.92;
}

.hero-meta p {
    margin: 0;
    font-size: clamp(0.75rem, 0.9vw, 0.95rem);
    font-weight: 800;
    line-height: 1.5;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.24);
    transition: transform 0.28s ease, color 0.28s ease;
}

.hero-meta p:hover,
.hero-meta p:focus-within {
    transform: translateX(4px);
    color: #f6ecff;
}

.section1-logo {
    position: absolute;
    top: clamp(18px, 3.2vw, 38px);
    left: 50%;
    right: auto;
    bottom: auto;
    width: clamp(190px, 20vw, 310px);
    height: auto;
    transform: translateX(-50%);
    opacity: 0.98;
    z-index: 2;
}

#section1:hover::after {
    opacity: 0.92;
}

#section1:hover h1 {
    letter-spacing: 0.1em;
    text-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
}

#section1:hover .hero-content p {
    opacity: 1;
}

#section1:hover .hero-footer {
    transform: translateX(-50%) translateY(-2px);
    border-color: rgba(255, 255, 255, 0.22);
    box-shadow: 0 18px 44px rgba(20, 10, 28, 0.2);
}

.meta-label {
    display: inline-block;
    min-width: clamp(62px, 5vw, 82px);
    margin-right: 8px;
    color: #ffd4f1;
    font-weight: 900;
}

#section2 {
    min-height: 100vh;
    padding: clamp(13px, 2.8vw, 48px) 5vw clamp(40px, 5vw, 80px);
    color: #43366e;
    background: #c5bce7;
}

#section2 h2 {
    margin: 0 auto clamp(33px, 3.2vw, 54px);
    color: #43366e;
    font-size: clamp(1.5rem, 2.2vw, 2.4rem);
    font-weight: 900;
    line-height: 1.45;
    text-align: center;
    transform: scaleX(0.82);
    transition: transform 0.35s ease, color 0.35s ease;
}

#section2 span,
#section2 .inside-lead {
    color: #a779ef;
}

.inside-layout {
    width: min(86vw, 1180px);
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) clamp(260px, 25vw, 420px);
    gap: clamp(23px, 3.2vw, 58px);
    align-items: start;
}

.inside-copy {
    font-size: clamp(1rem, 1.22vw, 1.32rem);
    line-height: 1.48;
}

.inside-copy p {
    margin: 0 0 clamp(17px, 1.7vw, 28px);
    transition: transform 0.32s ease, color 0.32s ease;
}

.inside-copy p:last-child {
    margin-bottom: 0;
}

.inside-copy .inside-lead {
    margin-bottom: clamp(18px, 1.8vw, 30px);
    font-weight: 800;
}

.inside-layout img {
    display: block;
    width: 100%;
    aspect-ratio: 244 / 344;
    height: auto;
    border-radius: clamp(24px, 2vw, 32px);
    object-fit: cover;
    object-position: 63% 50%;
    transition: transform 0.5s cubic-bezier(0.2, 0.65, 0.22, 1), filter 0.5s ease, box-shadow 0.5s ease;
}

.inside-audience {
    width: 100%;
    margin: 30px 0 0;
}

.inside-audience h3 {
    margin: 0 0 clamp(24px, 2.2vw, 36px);
    font-size: clamp(1.25rem, 1.65vw, 1.75rem);
    font-weight: 900;
    transform: scaleX(0.86);
    transform-origin: left center;
}

.inside-audience ul {
    margin: 0;
    padding-left: 30px;
    font-size: clamp(1.1rem, 1.28vw, 1.38rem);
    line-height: 1.55;
}

.inside-audience li {
    transition: transform 0.3s ease, text-shadow 0.3s ease;
}

.inside-audience li::marker {
    font-size: 0.65em;
    transition: color 0.3s ease;
}

#section2:hover h2 {
    transform: scaleX(0.82) translateY(-2px);
    color: #43366e;
}

.inside-copy p:hover,
.inside-copy p:focus-within {
    transform: translateX(6px);
    color: #43366e;
}

.inside-layout:hover img {
    transform: translateY(-5px) scale(1.015);
    filter: saturate(1.04);
    box-shadow: 0 16px 30px rgba(126, 102, 112, 0.2);
}

.inside-audience li:hover,
.inside-audience li:focus-within {
    transform: translateX(6px);
    text-shadow: 0 2px 8px rgba(136, 106, 142, 0.2);
}

.inside-audience li:hover::marker,
.inside-audience li:focus-within::marker {
    color: #9f71ea;
}

@keyframes heroRise {
    from {
        opacity: 0;
        transform: translateX(-50%) translateY(14px);
    }
    to {
        opacity: 1;
        transform: translateX(-50%) translateY(0);
    }
}

#section3 {
    min-height: 100vh;
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: clamp(44px, 6vw, 84px) 3vw;
    color: #ffffff;
    background: url("img/section3.jpg") right center / cover no-repeat;
}

.amauna-copy {
    width: 51%;
    max-width: 690px;
    padding: clamp(26px, 3.2vw, 42px);
    text-align: center;
    font-size: clamp(1.2rem, 2.28vw, 2rem);
    font-weight: 500;
    line-height: 1.42;
    background: linear-gradient(145deg, rgba(8, 13, 25, 0.52), rgba(8, 13, 25, 0.28));
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 28px;
    backdrop-filter: blur(14px) saturate(118%);
    -webkit-backdrop-filter: blur(14px) saturate(118%);
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.22);
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.42);
    transition: transform 280ms ease, box-shadow 280ms ease, border-color 280ms ease, background 280ms ease;
    outline: none;
}

.amauna-copy:hover,
.amauna-copy:focus-visible {
    transform: translateY(-5px) scale(1.01);
    border-color: rgba(255, 255, 255, 0.42);
    box-shadow: 0 22px 55px rgba(0, 0, 0, 0.28);
    background: linear-gradient(145deg, rgba(8, 13, 25, 0.62), rgba(8, 13, 25, 0.34));
}

.amauna-copy:focus-visible {
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.18), 0 22px 55px rgba(0, 0, 0, 0.28);
}

.amauna-copy h2,
.amauna-copy p {
    margin: 0;
}

.amauna-copy h2 {
    font-size: 1em;
    font-weight: 800;
    color: #ac7ce9;
}

#section4 {
    min-height: 100vh;
    padding: clamp(24px, 3vw, 44px) 0 clamp(30px, 4vw, 58px) 6.2vw;
    overflow: hidden;
    color: #43366e;
    background: #c5bce7;
}

.testimonials-intro {
    margin: 0 4vw clamp(44px, 5.5vw, 76px) 0;
    font-size: clamp(1.25rem, 2.35vw, 2rem);
    line-height: 1.25;
}

.testimonials-intro span,
#section4 h2 {
    color: #43366e;
}

#section4 h2 {
    margin: 0 0 clamp(10px, 1.2vw, 18px);
    font-size: clamp(2.1rem, 4vw, 3.5rem);
    line-height: 1;
    transition: transform 0.4s ease, color 0.4s ease;
}

.testimonials-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.58fr) minmax(280px, 0.95fr);
    gap: clamp(20px, 2.2vw, 34px);
    align-items: stretch;
}

.testimonials-list {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: clamp(16px, 2vw, 24px);
    padding-top: clamp(24px, 2.8vw, 34px);
}

.testimonial {
    --crop-left: -37.9%;
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 24px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.42));
    border: 1px solid rgba(255, 255, 255, 0.35);
    box-shadow: 0 12px 28px rgba(83, 49, 124, 0.1);
    backdrop-filter: blur(10px) saturate(115%);
    -webkit-backdrop-filter: blur(10px) saturate(115%);
    transition: transform 0.38s cubic-bezier(0.2, 0.65, 0.22, 1), box-shadow 0.38s ease, border-color 0.38s ease;
}

.testimonial-one {
    aspect-ratio: 1092 / 168;
    --crop-y: -42.2%;
}

.testimonial-two {
    aspect-ratio: 1092 / 300;
    --crop-y: -36.1%;
}

.testimonial-three {
    aspect-ratio: 1094 / 238;
    --crop-y: -38.9%;
}

.testimonial img {
    position: absolute;
    left: var(--crop-left);
    top: 0;
    display: block;
    width: 175.8%;
    max-width: none;
    transform: translateY(var(--crop-y));
    transition: transform 0.45s cubic-bezier(0.2, 0.65, 0.22, 1), filter 0.45s ease;
}

.testimonials-photo {
    display: block;
    width: 100%;
    height: auto;
    min-height: 0;
    aspect-ratio: 322 / 410;
    border-radius: 24px 0 0 24px;
    object-fit: cover;
    object-position: 48% center;
    transition: transform 0.55s cubic-bezier(0.2, 0.65, 0.22, 1), filter 0.55s ease;
}

#section4:hover h2 {
    transform: translateX(3px);
    color: #43366e;
}

.testimonial:hover,
.testimonial:focus-within {
    transform: translateX(10px) scale(1.012);
    border-color: rgba(159, 110, 228, 0.34);
    box-shadow: 0 16px 34px rgba(83, 49, 124, 0.16);
}

.testimonial:hover img,
.testimonial:focus-within img {
    transform: translateY(var(--crop-y)) scale(1.018);
    filter: contrast(1.03) saturate(1.05);
}

.testimonials-layout:has(.testimonial:hover) .testimonials-photo,
.testimonials-layout:has(.testimonial:focus-within) .testimonials-photo {
    transform: translateY(-7px) translateX(6px) scale(1.02);
    filter: saturate(1.08) contrast(1.02);
}

.testimonials-list:hover + .testimonials-photo,
.testimonials-list:focus-within + .testimonials-photo {
    transform: translateY(-7px) translateX(6px) scale(1.02);
    filter: saturate(1.08) contrast(1.02);
}

@media (prefers-reduced-motion: reduce) {
    #section4 h2,
    .testimonial,
    .testimonial img,
    .testimonials-photo {
        transition: none;
    }

    #section4:hover h2,
    .testimonial:hover,
    .testimonial:focus-within,
    .testimonial:hover img,
    .testimonial:focus-within img,
    .testimonials-layout:has(.testimonial:hover) .testimonials-photo,
    .testimonials-layout:has(.testimonial:focus-within) .testimonials-photo,
    .testimonials-list:hover + .testimonials-photo,
    .testimonials-list:focus-within + .testimonials-photo {
        transform: none;
        filter: none;
        box-shadow: none;
    }
}

[id="section4.5"] {
    min-height: 100vh;
    padding: clamp(22px, 3.1vw, 44px) 5.2vw;
    color: #43366e;
    background: #c5bce7;
}

.experience-layout {
    display: grid;
    grid-template-columns: minmax(290px, 1.03fr) minmax(0, 1.12fr);
    gap: clamp(30px, 3.5vw, 52px);
    align-items: start;
}

.experience-photo {
    display: block;
    width: 100%;
    max-height: min(88vh, 840px);
    aspect-ratio: 4 / 5;
    border-radius: clamp(16px, 2.1vw, 22px);
    object-fit: cover;
    object-position: 52% center;
    transition: transform 0.55s cubic-bezier(0.2, 0.65, 0.22, 1), filter 0.55s ease;
}

.experience-content h2 {
    margin: 0 0 clamp(28px, 4vw, 48px);
    color: #a980e6;
    font-size: clamp(2rem, 3.5vw, 3rem);
    line-height: 1;
}

.experience-steps {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}

.experience-steps::before {
    content: "";
    position: absolute;
    left: 12px;
    top: 7px;
    bottom: 16px;
    width: 2px;
    background: linear-gradient(to bottom, rgba(212, 191, 237, 0.78), rgba(212, 191, 237, 0.35));
}

.experience-steps li {
    position: relative;
    margin: 0;
    padding: 0 0 clamp(20px, 2.2vw, 30px) 62px;
    border-radius: 12px;
    transition: transform 0.35s ease;
}

.experience-steps li::before {
    content: "";
    position: absolute;
    left: -1px;
    top: 2px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 2px solid #d4bfed;
    background:
        radial-gradient(circle at 57% 50%, transparent 0 4px, #d4bfed 4px 5px, transparent 5px 8px, #d4bfed 8px 9px, transparent 9px);
    transition: transform 0.4s ease, border-color 0.4s ease, box-shadow 0.4s ease;
}

.experience-steps li::after {
    content: "";
    position: absolute;
    left: 27px;
    top: 15px;
    width: 20px;
    height: 2px;
    background: #d4bfed;
    transition: width 0.35s ease, background-color 0.35s ease;
}

.experience-steps h3 {
    margin: 0 0 4px;
    color: #8f72c4;
    font-size: clamp(1.18rem, 1.85vw, 1.95rem);
    line-height: 1.2;
    transition: transform 0.35s ease, color 0.35s ease;
}

.experience-steps h3 span {
    margin-right: 4px;
    font-weight: 700;
}

.experience-steps p {
    margin: 0;
    font-size: clamp(0.95rem, 1.07vw, 1.18rem);
    line-height: 1.42;
    transition: transform 0.35s ease, color 0.35s ease;
}

#section5 {
    position: relative;
    min-height: 100vh;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    overflow: hidden;
    isolation: isolate;
    padding: clamp(38px, 4.8vw, 72px) clamp(36px, 8.8vw, 124px);
    color: #ffffff;
    background: #c9becd;
}

#section5::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;
    background: url("img/section5.jpg") center center / cover no-repeat;
    transition: transform 0.9s cubic-bezier(0.2, 0.65, 0.22, 1), filter 0.9s ease;
}

#section5::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(rgba(169, 152, 184, 0.48), rgba(169, 152, 184, 0.48));
}

.learn-content {
    width: min(55%, 760px);
    text-shadow: 0 2px 10px rgba(68, 56, 79, 0.22);
    transition: transform 0.45s ease;
}

.learn-content h2 {
    margin: 0 0 clamp(16px, 2vw, 26px);
    font-size: clamp(1.95rem, 3.65vw, 3.25rem);
    font-weight: 500;
    line-height: 1.15;
    transition: transform 0.4s ease, letter-spacing 0.4s ease;
}

.learn-content ul {
    margin: 0;
    padding-left: clamp(22px, 2vw, 34px);
    font-size: clamp(1.22rem, 2.1vw, 2.35rem);
    font-weight: 600;
    line-height: 1.36;
}

.learn-content li + li {
    margin-top: clamp(6px, 1vw, 12px);
}

.learn-content li {
    transition: transform 0.35s ease, text-shadow 0.35s ease;
}

.learn-content li::marker {
    transition: color 0.35s ease;
}

.learn-logo {
    position: absolute;
    right: clamp(28px, 5.2vw, 64px);
    bottom: clamp(20px, 3.3vw, 40px);
    width: clamp(110px, 10.2vw, 150px);
    height: auto;
    opacity: 0.96;
    animation: logoFloat 4.8s ease-in-out infinite;
    transition: transform 0.45s ease, filter 0.45s ease;
}

#section5:hover::before {
    transform: scale(1.03);
    filter: saturate(1.05);
}

#section5:hover .learn-content {
    transform: translateX(-4px);
}

#section5:hover .learn-content h2 {
    transform: translateX(3px);
    letter-spacing: 0.2px;
}

.learn-content li:hover,
.learn-content li:focus-within {
    transform: translateX(7px);
    text-shadow: 0 2px 8px rgba(67, 53, 80, 0.25);
}

.learn-content li:hover::marker,
.learn-content li:focus-within::marker {
    color: #efe7fb;
}

#section5:hover .learn-logo {
    transform: translateY(-4px) scale(1.04);
    filter: drop-shadow(0 6px 14px rgba(53, 34, 70, 0.35));
}

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

#section6 {
    min-height: 100vh;
    padding: clamp(34px, 4.4vw, 62px) 6.4vw;
    color: #ffffff;
    background: #b7b0cd;
    overflow: hidden;
}

.consuelo-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.34fr) minmax(270px, 0.82fr);
    gap: clamp(24px, 3.4vw, 54px);
    align-items: start;
}

.consuelo-copy {
    max-width: 760px;
}

.consuelo-copy h2 {
    margin: 0 0 clamp(24px, 3vw, 38px);
    color: #ac7ce9;
    font-size: clamp(1.7rem, 2.7vw, 2.6rem);
    line-height: 1;
    transition: transform 0.4s ease, color 0.4s ease;
}

.consuelo-copy p {
    margin: 0;
    font-size: clamp(1rem, 1.85vw, 1.9rem);
    font-weight: 500;
    line-height: 1.24;
    transition: transform 0.35s ease, text-shadow 0.35s ease;
}

.consuelo-copy p + p {
    margin-top: clamp(9px, 1.1vw, 14px);
}

.consuelo-photo {
    display: block;
    width: 100%;
    aspect-ratio: 735 / 1044;
    border-radius: clamp(16px, 2vw, 24px);
    object-fit: cover;
    object-position: 56% center;
    transition: transform 0.55s cubic-bezier(0.2, 0.65, 0.22, 1), filter 0.55s ease, box-shadow 0.55s ease;
}

#section6:hover .consuelo-copy h2 {
    transform: translateX(6px);
    color: #d9c7ff;
}

.consuelo-copy p:hover,
.consuelo-copy p:focus-within {
    transform: translateX(8px);
    text-shadow: 0 2px 10px rgba(56, 47, 73, 0.25);
}

#section6:hover .consuelo-photo {
    transform: translateY(-8px) scale(1.02);
    filter: saturate(1.06) contrast(1.03);
    box-shadow: 0 16px 36px rgba(63, 48, 84, 0.24);
}

#section7 {
    position: relative;
    min-height: 100vh;
    padding: 0;
    background: url("img/section7.jpg") center center / cover no-repeat;
}

.section7-logo {
    position: absolute;
    right: clamp(28px, 5.2vw, 64px);
    bottom: clamp(20px, 3.3vw, 40px);
    width: clamp(110px, 10.2vw, 150px);
    height: auto;
    opacity: 0.96;
}

#section8 {
    min-height: 100vh;
    padding: clamp(30px, 4.2vw, 60px) clamp(24px, 3.8vw, 46px) clamp(44px, 5vw, 74px);
    color: #fff8ff;
    background: #b7b0cd;
}

#section8 h2 {
    margin: 0 0 clamp(26px, 3vw, 42px);
    color: #8f828c;
    font-size: clamp(2rem, 3.4vw, 3rem);
    letter-spacing: 0.5px;
    line-height: 1;
}

.social-testimonials {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: clamp(22px, 2.6vw, 36px);
    align-items: start;
}

.social-card {
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.42));
    border: 1px solid rgba(255, 255, 255, 0.35);
    box-shadow: 0 12px 28px rgba(66, 54, 81, 0.12);
    backdrop-filter: blur(10px) saturate(115%);
    -webkit-backdrop-filter: blur(10px) saturate(115%);
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.social-card img {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transform: scale(var(--card-zoom, 1));
    transition: transform 0.4s ease;
}

.social-card-one {
    aspect-ratio: 730 / 352;
    --card-zoom: 2.42;
}

.social-card-one img {
    object-position: 48% 46%;
}

.social-card-two {
    aspect-ratio: 1058 / 352;
    --card-zoom: 2.22;
}

.social-card-two img {
    object-position: 50% 45%;
}

.social-card:hover,
.social-card:focus-within {
    transform: translateY(-6px);
    border-color: rgba(159, 110, 228, 0.32);
    box-shadow: 0 16px 34px rgba(66, 54, 81, 0.2);
}

.social-card:focus-visible {
    outline: none;
    box-shadow: 0 0 0 3px rgba(159, 110, 228, 0.18), 0 16px 34px rgba(66, 54, 81, 0.2);
}

.social-card:hover img,
.social-card:focus-within img {
    transform: scale(calc(var(--card-zoom, 1) * 1.015));
}

.bring-list {
    width: min(74%, 920px);
    margin-top: clamp(36px, 4vw, 56px);
    color: #ffffff;
}

.bring-list h3 {
    margin: 0 0 clamp(20px, 2.3vw, 30px);
    font-size: clamp(2rem, 3.1vw, 2.9rem);
    line-height: 1.05;
}

.bring-list ul {
    margin: 0;
    padding-left: clamp(24px, 2.2vw, 34px);
    font-size: clamp(1.18rem, 2.5vw, 2.9rem);
    line-height: 1.28;
}

.bring-list li {
    transition: transform 0.35s ease, text-shadow 0.35s ease;
}

.bring-list li + li {
    margin-top: clamp(4px, 0.8vw, 10px);
}

.bring-list li:hover,
.bring-list li:focus-within {
    transform: translateX(7px);
    text-shadow: 0 2px 8px rgba(61, 47, 75, 0.22);
}

#section9 {
    min-height: 100vh;
    display: grid;
    place-items: center;
    padding: clamp(36px, 5vw, 66px) 20px;
    color: #c5c0d8;
    text-align: center;
    background: #43366e;
    scroll-margin-top: 18px;
}

#section9:target .reserve-box {
    animation: reserveArrival 0.55s cubic-bezier(0.2, 0.65, 0.22, 1);
}

@keyframes reserveArrival {
    from {
        opacity: 0.72;
        transform: translateY(14px) scale(0.985);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.reserve-box {
    width: min(96vw, 980px);
}

.reserve-box h2 {
    margin: 0;
    font-size: clamp(2rem, 4.3vw, 4.4rem);
    font-weight: 800;
    line-height: 1.05;
}

.reserve-amount {
    margin: clamp(20px, 2.8vw, 34px) 0 0;
    color: #07e96d;
    font-size: clamp(1.5rem, 7.8vw, 7rem);
    font-weight: 900;
    line-height: 0.95;
    letter-spacing: 0.4px;
    white-space: nowrap;
}

.reserve-note {
    margin: clamp(22px, 2.6vw, 34px) 0 0;
    color: #d5d5d5;
    font-size: clamp(1.45rem, 2.35vw, 2.55rem);
    line-height: 1.2;
}

.reserve-final-price {
    display: inline-block;
    margin: clamp(25px, 2vw, 28px) 0 0;
    padding: clamp(10px, 1.1vw, 14px) clamp(28px, 2.7vw, 46px);
    border-radius: 999px;
    color: #433;
    font-size: clamp(2rem, 1.55vw, 1.75rem);
    font-weight: 1000;
    background: #c5bce7;
}

.reserve-message {
    width: min(90%, 900px);
    margin: clamp(30px, 3.4vw, 48px) auto 0;
    color: #e6e6e6;
    font-size: clamp(1.45rem, 2.4vw, 2.6rem);
    font-weight: 500;
    line-height: 1.22;
}

.reserve-button {
    display: inline-block;
    margin-top: clamp(36px, 4vw, 54px);
    min-width: min(92vw, 560px);
    padding: clamp(16px, 1.8vw, 24px) clamp(30px, 4vw, 52px);
    border-radius: 999px;
    border: 2px solid rgba(166, 138, 255, 0.35);
    color: #f1f1ff;
    text-decoration: none;
    font-size: clamp(2rem, 3vw, 3.1rem);
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0.4px;
    background: linear-gradient(90deg, #ebbae6 0%, #7452af 100%);
    box-shadow: 0 12px 28px rgba(70, 36, 136, 0.38), inset 0 1px 0 rgba(255, 255, 255, 0.2);
    transition: transform 0.3s ease, filter 0.3s ease, box-shadow 0.3s ease;
}

.reserve-button:hover,
.reserve-button:focus-visible {
    transform: translateY(-3px) scale(1.01);
    filter: brightness(1.13);
    box-shadow: 0 16px 36px rgba(89, 43, 176, 0.52), inset 0 1px 0 rgba(255, 255, 255, 0.28);
}

#section10 {
    min-height: 100vh;
    padding: clamp(34px, 4.8vw, 62px) clamp(22px, 4vw, 52px) clamp(52px, 6vw, 78px);
    background: #e7e2de;
}

.faq-layout {
    display: grid;
    grid-template-columns: minmax(250px, 0.62fr) minmax(0, 1fr);
    gap: clamp(24px, 3.3vw, 48px);
    align-items: start;
}

.faq-layout h2 {
    margin: 0;
    color: #93858d;
    font-size: clamp(2.1rem, 4vw, 4.3rem);
    line-height: 1.05;
}

.faq-list {
    display: grid;
    gap: clamp(10px, 1.2vw, 16px);
}

.faq-item {
    border: 0;
    border-radius: 999px;
    background: #a781d8;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.85);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-radius 0.25s ease;
}

.faq-item summary {
    position: relative;
    cursor: pointer;
    list-style: none;
    padding: clamp(14px, 1.5vw, 22px) clamp(48px, 4.1vw, 64px) clamp(14px, 1.5vw, 22px) clamp(20px, 2vw, 30px);
    color: #ffffff;
    font-size: clamp(1.12rem, 1.78vw, 2rem);
    font-weight: 800;
    line-height: 1.15;
    text-align: center;
}

.faq-item summary::-webkit-details-marker {
    display: none;
}

.faq-item summary::after {
    content: "+";
    position: absolute;
    right: clamp(18px, 2vw, 28px);
    top: 50%;
    width: clamp(20px, 1.6vw, 26px);
    height: clamp(20px, 1.6vw, 26px);
    border-radius: 50%;
    color: #8d64c9;
    font-size: clamp(1rem, 1.25vw, 1.4rem);
    font-weight: 900;
    line-height: 1;
    display: grid;
    place-items: center;
    transform: translateY(-50%);
    background: #ffffff;
    transition: transform 0.25s ease, color 0.25s ease;
}

.faq-item[open] {
    border-radius: 26px;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.75), 0 14px 32px rgba(92, 65, 130, 0.2);
}

.faq-item[open] summary::after {
    content: "-";
    color: #7a52b5;
}

.faq-answer {
    margin: 0 12px 12px;
    padding: clamp(10px, 1.1vw, 14px) clamp(12px, 1.3vw, 16px);
    border-radius: 16px;
    color: #f7f2ff;
    background: rgba(118, 86, 171, 0.47);
}

.faq-answer p,
.faq-answer ul {
    margin: 0;
}

.faq-answer p + p,
.faq-answer p + ul,
.faq-answer ul + p {
    margin-top: 12px;
}

.faq-answer p,
.faq-answer li {
    font-size: clamp(0.92rem, 1vw, 1.16rem);
    line-height: 1.45;
}

.faq-answer ul {
    padding-left: 24px;
}

.faq-item:hover,
.faq-item:focus-within {
    transform: translateY(-3px);
}

.experience-steps li:hover,
.experience-steps li:focus-within {
    transform: translateX(8px);
}

.experience-steps li:hover::before,
.experience-steps li:focus-within::before {
    transform: rotate(28deg) scale(1.08);
    border-color: #b690ef;
    box-shadow: 0 0 0 5px rgba(182, 144, 239, 0.18);
}

.experience-steps li:hover::after,
.experience-steps li:focus-within::after {
    width: 30px;
    background-color: #b690ef;
}

.experience-steps li:hover h3,
.experience-steps li:focus-within h3 {
    transform: translateX(4px);
    color: #7e60b8;
}

.experience-steps li:hover p,
.experience-steps li:focus-within p {
    transform: translateX(4px);
    color: #3f3940;
}

.experience-layout:hover .experience-photo {
    transform: translateY(-4px) scale(1.012);
    filter: saturate(1.06);
}

.experience-layout:has(.experience-steps li:hover) .experience-photo,
.experience-layout:has(.experience-steps li:focus-within) .experience-photo {
    transform: translateY(-8px) translateX(6px) scale(1.025);
    filter: saturate(1.12) contrast(1.03);
}

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

    #section1::after,
    #section1 h1,
    #section1 .hero-content p,
    .hero-footer,
    .hero-button,
    .hero-meta p,
    #section2 h2,
    .inside-copy p,
    .inside-layout img,
    .inside-audience li,
    .inside-audience li::marker,
    #section5::before,
    .learn-content,
    .learn-content h2,
    .learn-content li,
    .learn-logo,
    .experience-photo,
    .experience-steps li,
    .experience-steps li::before,
    .experience-steps li::after,
    .experience-steps h3,
    .experience-steps p {
        transition: none;
    }

    .experience-steps li:hover,
    .experience-steps li:focus-within,
    .experience-steps li:hover h3,
    .experience-steps li:focus-within h3,
    .experience-steps li:hover p,
    .experience-steps li:focus-within p,
    .experience-layout:hover .experience-photo,
    .experience-layout:has(.experience-steps li:hover) .experience-photo,
    .experience-layout:has(.experience-steps li:focus-within) .experience-photo,
    #section5:hover::before,
    #section5:hover .learn-content,
    #section5:hover .learn-content h2,
    .learn-content li:hover,
    .learn-content li:focus-within,
    #section5:hover .learn-logo {
        transform: none;
        filter: none;
    }

    .learn-logo {
        animation: none;
    }

    .learn-content li {
        text-shadow: none;
    }

    .consuelo-copy h2,
    .consuelo-copy p,
    .consuelo-photo,
    .social-card,
    .social-card img,
    .bring-list li,
    .reserve-button,
    .faq-item,
    .faq-item summary::after {
        transition: none;
    }

    #section6:hover .consuelo-copy h2,
    .consuelo-copy p:hover,
    .consuelo-copy p:focus-within,
    #section6:hover .consuelo-photo,
    .social-card:hover,
    .social-card:focus-within,
    .social-card:hover img,
    .social-card:focus-within img,
    .bring-list li:hover,
    .bring-list li:focus-within,
    .reserve-button:hover,
    .reserve-button:focus-visible,
    .faq-item:hover,
    .faq-item:focus-within,
    #section1:hover h1,
    #section1:hover .hero-content p,
    #section1:hover .hero-footer,
    .hero-button:hover,
    .hero-meta p:hover,
    .hero-meta p:focus-within,
    #section2:hover h2,
    .inside-copy p:hover,
    .inside-copy p:focus-within,
    .inside-layout:hover img,
    .inside-audience li:hover,
    .inside-audience li:focus-within {
        transform: none;
        filter: none;
        box-shadow: none;
        text-shadow: none;
    }

    #section1 h1,
    #section1 .hero-content p,
    .hero-footer {
        animation: none;
    }

    #section9:target .reserve-box {
        animation: none;
    }
}

@media (max-width: 640px) {
    #section1 {
        min-height: 68svh;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 12px;
        padding: 18px 16px 26px;
    }

    #section1::after {
        background: radial-gradient(circle at 50% 22%, rgba(255, 223, 247, 0.12), transparent 60%);
    }

    .section1-logo,
    .hero-content {
        position: static;
        left: auto;
        top: auto;
        transform: none !important;
        width: min(100%, 520px);
    }

    .section1-logo {
        order: 0;
        width: clamp(175px, 48vw, 255px);
        margin: 0;
    }

    .hero-content {
        order: 1;
        gap: 8px;
        margin-top: 0;
    }

    #section1 h1 {
        font-size: clamp(1.15rem, 5vw, 1.46rem);
        white-space: normal;
        letter-spacing: 0.03em;
        line-height: 1.06;
    }

    #section1 .hero-content p {
        width: min(100%, 430px);
        margin: 0 auto;
        font-size: clamp(0.84rem, 2.8vw, 0.96rem);
        line-height: 1.36;
        text-align: center;
        text-wrap: balance;
    }

    .hero-footer {
        position: static;
        order: 2;
        left: auto;
        top: auto;
        bottom: auto;
        transform: none !important;
        width: min(100%, 520px);
        margin-top: 6px;
        flex-direction: column;
        justify-content: flex-start;
        gap: 8px;
        padding: 14px 15px;
        border-radius: 18px;
    }

    .hero-cta {
        width: 100%;
        align-items: flex-start;
        gap: 4px;
    }

    .hero-meta {
        display: grid;
        gap: 2px;
    }

    .hero-button {
        padding: 9px 15px;
        font-size: 0.76rem;
    }

    .hero-note {
        font-size: 0.8rem;
    }

    .hero-meta p {
        font-size: 0.77rem;
        line-height: 1.32;
    }

    #section2 {
        padding: 32px 20px 44px;
    }

    #section2 h2 {
        margin-bottom: 28px;
        font-size: 1.35rem;
    }

    #section2 h2 br {
        display: none;
    }

    .inside-layout {
        left: 0;
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .inside-layout img {
        width: 100%;
        height: min(115vw, 480px);
        order: -1;
    }

    .inside-audience {
        left: 0;
        margin-top: 28px;
    }

    #section3 {
        min-height: 100svh;
        align-items: flex-end;
        padding: 48px 20px;
        background-position: 38% center;
    }

    #section3::before {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(to bottom, transparent 18%, rgba(5, 10, 25, 0.78) 72%);
    }

    #section3 {
        position: relative;
    }

    .amauna-copy {
        position: relative;
        width: 100%;
        max-width: none;
        font-size: clamp(1rem, 4.5vw, 1.2rem);
    }

    #section4 {
        min-height: auto;
        padding: 36px 20px 44px;
    }

    .testimonials-intro {
        margin: 0 0 32px;
        font-size: 1.25rem;
    }

    #section4 h2 {
        margin-bottom: 24px;
    }

    .testimonials-layout {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .testimonials-list {
        padding-top: 0;
    }

    .testimonials-photo {
        height: min(112vw, 500px);
        border-radius: 24px;
    }

    [id="section4.5"] {
        min-height: auto;
        padding: 34px 20px 42px;
    }

    .experience-layout {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .experience-photo {
        max-height: none;
        height: min(130vw, 560px);
        aspect-ratio: auto;
        order: -1;
    }

    .experience-content h2 {
        margin-bottom: 26px;
        font-size: 2.05rem;
    }

    .experience-steps li {
        padding-left: 56px;
    }

    .experience-steps h3 {
        font-size: 1.3rem;
    }

    .experience-steps p {
        font-size: 1rem;
    }

    #section5 {
        min-height: 100svh;
        justify-content: center;
        align-items: flex-start;
        padding: 42px 20px 94px;
        background-position: 42% center;
    }

    .learn-content {
        width: 100%;
    }

    .learn-content h2 {
        font-size: clamp(1.6rem, 8vw, 2.1rem);
    }

    .learn-content ul {
        padding-left: 22px;
        font-size: clamp(1.18rem, 5.2vw, 1.46rem);
        line-height: 1.34;
    }

    .learn-logo {
        right: 20px;
        bottom: 20px;
        width: 96px;
    }

    #section6 {
        min-height: auto;
        padding: 38px 20px 42px;
    }

    .consuelo-layout {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .consuelo-copy h2 {
        margin-bottom: 22px;
        font-size: clamp(1.7rem, 8.4vw, 2.2rem);
    }

    .consuelo-copy p {
        font-size: clamp(1.08rem, 5vw, 1.35rem);
        line-height: 1.3;
    }

    .consuelo-photo {
        height: min(138vw, 620px);
        aspect-ratio: auto;
    }

    #section7 {
        min-height: 100svh;
        background-position: center center;
    }

    .section7-logo {
        right: 20px;
        bottom: 20px;
        width: 96px;
    }

    #section8 {
        min-height: auto;
        padding: 34px 20px 44px;
    }

    #section8 h2 {
        margin-bottom: 22px;
        font-size: clamp(1.7rem, 8vw, 2.2rem);
    }

    .social-testimonials {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .social-card-one {
        aspect-ratio: 730 / 352;
    }

    .social-card-two {
        aspect-ratio: 1058 / 352;
    }

    .social-card-one img {
        object-position: 47% 45%;
    }

    .social-card {
        border-radius: 20px;
    }

    .social-card-two img {
        object-position: 50% 46%;
    }

    .bring-list {
        width: 100%;
        margin-top: 30px;
    }

    .bring-list h3 {
        margin-bottom: 20px;
        font-size: clamp(1.55rem, 7.2vw, 2rem);
    }

    .bring-list ul {
        padding-left: 24px;
        font-size: clamp(1.1rem, 5.2vw, 1.4rem);
        line-height: 1.34;
    }

    #section9 {
        min-height: 100svh;
        padding: 40px 16px;
    }

    .reserve-box {
        width: 100%;
        max-width: 340px;
        margin: 0 auto;
    }

    .reserve-box h2 {
        font-size: clamp(1.6rem, 9vw, 2.3rem);
    }

    .reserve-amount {
        margin-top: 18px;
        font-size: clamp(1.85rem, 9.2vw, 2.7rem);
    }

    .reserve-note {
        margin-top: 18px;
        font-size: clamp(1.05rem, 5vw, 1.35rem);
    }

    .reserve-final-price {
        margin-top: 14px;
        padding: 8px 20px;
        font-size: clamp(0.95rem, 4.4vw, 1.1rem);
    }

    .reserve-message {
        width: 100%;
        margin-top: 24px;
        font-size: clamp(1.1rem, 5.5vw, 1.35rem);
        line-height: 1.27;
    }

    .reserve-button {
        min-width: 0;
        width: 100%;
        margin-top: 28px;
        padding: 14px 20px;
        font-size: clamp(1.35rem, 7vw, 1.75rem);
    }

    footer {
        padding: 14px 16px;
    }

    .footer-content {
        gap: 10px;
    }

    .footer-year {
        font-size: 0.92rem;
    }

    .footer-social {
        width: 34px;
        height: 34px;
    }

    .footer-logo {
        width: 86px;
    }

    #section10 {
        min-height: auto;
        padding: 34px 16px 42px;
    }

    .faq-layout {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .faq-layout h2 {
        font-size: clamp(1.85rem, 10vw, 2.5rem);
        text-align: center;
    }

    .faq-item {
        border-radius: 22px;
    }

    .faq-item summary {
        padding: 13px 46px 13px 16px;
        text-align: left;
        font-size: clamp(1.05rem, 5.2vw, 1.32rem);
    }

    .faq-answer {
        margin: 0 8px 8px;
        padding: 10px;
        border-radius: 12px;
    }

    .faq-answer p,
    .faq-answer li {
        font-size: 0.93rem;
        line-height: 1.42;
    }
}

#section1 {
            position: relative;
            min-height: auto;
            padding: clamp(16px, 2.2vw, 30px);
            color: #ffffff;
            text-align: left;
            overflow: hidden;
            display: flex;
            justify-content: center;
            background:
                radial-gradient(circle at top left, rgba(186, 109, 217, 0.42), transparent 34%),
                radial-gradient(circle at bottom right, rgba(86, 176, 196, 0.18), transparent 32%),
                linear-gradient(180deg, #8b3c9c 0%, #4d1f63 100%);
        }

        #section1::after {
            content: "";
            position: absolute;
            inset: 0;
            pointer-events: none;
            background:
                linear-gradient(180deg, rgba(255, 255, 255, 0.06), transparent 24%),
                radial-gradient(circle at 18% 16%, rgba(255, 255, 255, 0.14), transparent 20%),
                radial-gradient(circle at 84% 10%, rgba(255, 255, 255, 0.08), transparent 18%);
            opacity: 0.9;
        }

        #section1 .hero-shell {
            position: relative;
            z-index: 1;
            width: min(100%, 1560px);
            display: flex;
            flex-direction: column;
            gap: 14px;
        }

        #section1 .hero-card {
            position: relative;
            min-height: clamp(540px, 72vh, 840px);
            overflow: hidden;
            border-radius: 28px;
            background:
                linear-gradient(90deg, rgba(61, 20, 82, 0.76) 0%, rgba(61, 20, 82, 0.42) 42%, rgba(61, 20, 82, 0.2) 100%),
                url("img/section1.jpg") center center / cover no-repeat;
            box-shadow: 0 24px 58px rgba(14, 8, 24, 0.28);
        }

        #section1 .hero-card::before {
            content: "";
            position: absolute;
            inset: 0;
            background: linear-gradient(180deg, rgba(11, 7, 20, 0.16), rgba(11, 7, 20, 0.42));
            pointer-events: none;
        }

        #section1 .hero-card::after {
            content: "";
            position: absolute;
            inset: 0;
            background: radial-gradient(circle at 52% 28%, rgba(255, 223, 247, 0.08), transparent 52%);
            pointer-events: none;
        }

        #section1 .section1-logo {
            position: absolute;
            top: clamp(18px, 2.8vw, 30px);
            left: 50% !important;
            width: clamp(160px, 12vw, 230px) !important;
            height: auto;
            transform: translateX(-50%) !important;
            z-index: 2;
        }

        #section1 .hero-content {
            position: absolute;
            left: clamp(24px, 3vw, 56px) !important;
            top: clamp(118px, 12vw, 170px) !important;
            width: min(60%, 780px) !important;
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            gap: 16px;
            transform: none !important;
            text-align: left;
            z-index: 2;
        }

        #section1 h1 {
            margin: 0;
            font-size: clamp(2.8rem, 4.8vw, 5.7rem);
            line-height: 0.95;
            letter-spacing: 0.01em;
            font-weight: 900;
            text-transform: uppercase;
            text-wrap: balance;
            text-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
        }

        #section1 .hero-content p {
            width: min(92%, 720px);
            margin: 0;
            font-size: clamp(0.98rem, 1.25vw, 1.18rem);
            line-height: 1.38;
            font-weight: 500;
            text-wrap: pretty;
            text-shadow: 0 2px 8px rgba(0, 0, 0, 0.34);
            opacity: 0.98;
        }

        #section1 .hero-footer {
            position: relative !important;
            left: auto !important;
            top: auto !important;
            transform: none !important;
            width: 100% !important;
            display: flex;
            justify-content: space-between;
            align-items: center;
            gap: 22px;
            text-align: left;
            padding: clamp(16px, 1.6vw, 22px) clamp(18px, 2vw, 28px);
            background: linear-gradient(180deg, rgba(26, 10, 46, 0.98), rgba(13, 5, 24, 0.98)) !important;
            border: 1px solid rgba(255, 255, 255, 0.08);
            border-radius: 22px;
            box-shadow: 0 18px 40px rgba(10, 8, 14, 0.26);
        }

        #section1 .hero-cta {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            gap: 8px;
            min-width: clamp(220px, 24vw, 330px);
        }

        #section1 .hero-button {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            padding: 14px 26px;
            border: 0;
            border-radius: 999px;
            color: #ffffff !important;
            text-decoration: none;
            font-weight: 900;
            text-transform: uppercase;
            font-size: clamp(0.88rem, 1vw, 1rem);
            letter-spacing: 0.05em;
            background: linear-gradient(180deg, #ba72f2, #7f44d2) !important;
            box-shadow: 0 10px 24px rgba(127, 68, 210, 0.22) !important;
        }

        #section1 .hero-note {
            margin: 0;
            font-size: 0.92rem;
            font-weight: 800;
            letter-spacing: 0.02em;
            opacity: 0.92;
        }

        #section1 .hero-meta {
            display: flex;
            flex-direction: column;
            gap: 4px;
        }

        #section1 .hero-meta p {
            margin: 0;
            font-size: clamp(0.82rem, 0.95vw, 0.98rem);
            font-weight: 800;
            line-height: 1.35;
            text-shadow: none;
            display: flex;
            align-items: baseline;
            gap: 8px;
        }

        #section1 .meta-label {
            min-width: 84px;
            margin-right: 0;
            color: #dfb2ff !important;
            font-weight: 900;
        }

        @media (max-width: 960px) {
            #section1 .hero-content {
                width: min(70%, 720px);
                top: 180px !important;
                
            }

            #section1 .hero-footer {
                flex-direction: column;
                align-items: flex-start;
            }

            #section1 .hero-cta {
                min-width: 0;
            }
        }

        @media (max-width: 640px) {
            #section1 {
                padding: 14px;
            }

            #section1 .hero-shell {
                gap: 12px;
            }

            #section1 .hero-card {
                min-height: clamp(560px, 78svh, 760px);
                border-radius: 22px;
            }

            #section1 .section1-logo {
                top: 16px;
                left: 50% !important;
                width: clamp(130px, 42vw, 190px) !important;
                transform: translateX(-50%) !important;
            }

            #section1 .hero-content {
                left: 16px !important;
                right: 16px !important;
                top: 290px !important;
                bottom: auto !important;
                width: auto !important;
                gap: 10px;
                align-items: center;
                text-align: center;
            }

            #section1 h1 {
                font-size: clamp(1.9rem, 8.2vw, 3rem);
                line-height: 0.98;
            }

            #section1 .hero-content p {
                width: 100% !important;
                margin: 0 auto;
                font-size: clamp(0.82rem, 3.4vw, 0.96rem);
                line-height: 1.36;
                text-align: center;
            }

            #section1 .hero-footer {
                padding: 14px 16px !important;
                border-radius: 18px !important;
                gap: 10px !important;
                margin-top: 4px !important;
            }

            #section1 .hero-cta,
            #section1 .hero-meta {
                width: 100%;
            }

            #section1 .hero-button {
                padding: 11px 18px;
                font-size: 0.78rem;
            }

            #section1 .hero-meta p {
                font-size: 0.78rem;
            }

            #section1 .meta-label {
                min-width: 72px;
            }
        }