:root {
    --navy: #061321;
    --navy-2: #09263d;
    --navy-3: #0b3f49;
    --turq: #18c7bd;
    --turq-2: #0f9694;
    --turq-soft: #e5fffc;
    --paper: #ffffff;
    --ice: #eef5f7;
    --soft: #f7fbfc;
    --text: #071827;
    --muted: #52687a;
    --border: rgba(7, 24, 39, .09);
    --shadow: 0 24px 70px rgba(7, 24, 39, .14);
    --radius-xl: 36px;
    --radius-lg: 28px;
    --radius-md: 20px;
    --container: min(1500px, calc(100% - 64px));
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: var(--text);
    background:
        radial-gradient(circle at 18% 8%, rgba(24, 199, 189, .18), transparent 27rem),
        radial-gradient(circle at 92% 26%, rgba(9, 38, 61, .10), transparent 31rem),
        linear-gradient(180deg, #edf4f7 0%, #f8fbfc 44%, #eaf2f5 100%);
    font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
    overflow-x: hidden;
}

body::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    background-image:
        linear-gradient(rgba(7, 24, 39, .035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(7, 24, 39, .03) 1px, transparent 1px);
    background-size: 72px 72px;
    mask-image: linear-gradient(180deg, transparent 0%, #000 16%, #000 78%, transparent 100%);
}

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

p {
    line-height: 1.6;
}

img {
    max-width: 100%;
}

body.modal-open {
    overflow: hidden;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
.experience-card:focus-visible {
    outline: 3px solid var(--turq);
    outline-offset: 4px;
}

.site-header {
    position: absolute;
    top: 26px;
    left: 50%;
    z-index: 20;
    width: min(1540px, calc(100% - 64px));
    min-height: 92px;
    padding: 14px 22px 14px 34px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 26px;
    border-radius: 999px;
    background: rgba(7, 24, 39, .44);
    border: 1px solid rgba(255, 255, 255, .24);
    box-shadow: 0 22px 60px rgba(0, 0, 0, .20);
    backdrop-filter: blur(14px);
    transform: translateX(-50%);
}

.brand {
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
}

.brand img {
    display: block;
    width: 228px;
    height: 74px;
    object-fit: contain;
}

.main-nav {
    display: flex;
    align-items: center;
    gap: 24px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 950;
    letter-spacing: .03em;
    text-transform: uppercase;
}

.main-nav a {
    position: relative;
    padding: 12px 4px;
    opacity: .95;
}

.main-nav a:not(.nav-cta)::after {
    content: "";
    position: absolute;
    left: 4px;
    right: 4px;
    bottom: 6px;
    height: 2px;
    border-radius: 999px;
    background: var(--turq);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .22s ease;
}

.main-nav a:hover {
    color: #9afff8;
}

.main-nav a:hover::after {
    transform: scaleX(1);
}

.main-nav .nav-cta {
    padding: 17px 28px;
    border-radius: 999px;
    color: #ffffff;
    background: linear-gradient(135deg, #15d0c7 0%, #0e9b99 100%);
    box-shadow: 0 18px 34px rgba(15, 150, 148, .30);
    opacity: 1;
}

.flash {
    position: relative;
    z-index: 30;
    width: min(1120px, calc(100% - 40px));
    margin: 135px auto -115px;
    padding: 14px 18px;
    border-radius: 18px;
    font-weight: 900;
}

.flash-success {
    color: #05635e;
    background: #e7fffb;
}

.flash-error {
    color: #8a1e1e;
    background: #fff0f0;
}

.hero {
    position: relative;
    min-height: 920px;
    padding: 160px 5.5vw 64px;
    color: #ffffff;
    overflow: hidden;
    background:
        linear-gradient(90deg, rgba(2, 10, 19, .90) 0%, rgba(4, 18, 31, .78) 38%, rgba(5, 33, 49, .64) 68%, rgba(5, 33, 49, .60) 100%),
        radial-gradient(circle at 74% 22%, rgba(24, 199, 189, .18), transparent 22rem),
        radial-gradient(circle at 24% 75%, rgba(255, 255, 255, .06), transparent 20rem),
        url('../images/hero-barcelona.webp');
    background-position: center, center, center, center 58%;
    background-size: auto, auto, auto, cover;
    background-repeat: no-repeat;
}

.hero::after {
    content: "";
    position: absolute;
    left: -4%;
    right: -4%;
    bottom: -1px;
    z-index: 1;
    height: 92px;
    border-radius: 50% 50% 0 0 / 100% 100% 0 0;
    background: var(--ice);
}

.hero-overlay {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image:
        linear-gradient(rgba(255, 255, 255, .045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .04) 1px, transparent 1px);
    background-size: 78px 78px;
    opacity: .5;
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 1540px;
    margin: 0 auto;
    padding-top: 16px;
    display: grid;
    grid-template-columns: minmax(520px, 760px) minmax(420px, 650px);
    align-items: center;
    gap: 44px;
}

.eyebrow {
    margin: 0 0 22px;
    color: var(--turq);
    font-size: 15px;
    font-weight: 1000;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.eyebrow.dark {
    color: var(--turq-2);
}

.hero h1 {
    margin: 0 0 24px;
    color: #ffffff;
    font-size: clamp(64px, 6.5vw, 112px);
    line-height: .94;
    letter-spacing: -.075em;
    text-shadow: 0 18px 44px rgba(0, 0, 0, .34);
}

.lead {
    max-width: 760px;
    margin: 0 0 32px;
    color: rgba(255, 255, 255, .90);
    font-size: 22px;
    font-weight: 650;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 0;
    border-radius: 999px;
    padding: 17px 28px;
    font: inherit;
    font-size: 16px;
    font-weight: 1000;
    cursor: pointer;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

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

.btn-primary {
    color: #ffffff;
    background: linear-gradient(135deg, #15d0c7 0%, #0e9b99 100%);
    box-shadow: 0 18px 36px rgba(15, 150, 148, .30);
}

.btn-primary:hover {
    box-shadow: 0 22px 44px rgba(15, 150, 148, .38);
}

.btn-ghost {
    color: #ffffff;
    background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(255, 255, 255, .62);
}

.hero-logo-stage {
    min-height: 470px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-logo-stage img {
    width: min(100%, 690px);
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0 24px 48px rgba(0, 0, 0, .34));
}

.hero-pills {
    position: relative;
    z-index: 3;
    max-width: 1500px;
    margin: 52px auto 0;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 18px;
}

.hero-pills div {
    min-height: 86px;
    padding: 18px 22px;
    display: grid;
    grid-template-columns: 44px 1fr;
    align-items: center;
    column-gap: 14px;
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(7, 24, 39, .70), rgba(7, 24, 39, .42));
    border: 1px solid rgba(255, 255, 255, .34);
    box-shadow: 0 18px 44px rgba(0, 0, 0, .22);
    backdrop-filter: blur(12px);
}

.hero-pills span {
    grid-row: 1 / 3;
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: var(--turq);
    font-size: 24px;
    font-weight: 1000;
}

.hero-pills strong,
.hero-pills small {
    display: block;
    line-height: 1.2;
}

.hero-pills strong {
    color: #ffffff;
    font-size: 16px;
}

.hero-pills small {
    color: rgba(255, 255, 255, .86);
    font-size: 14px;
}

.section {
    width: var(--container);
    margin: 0 auto 34px;
}

.section-title {
    max-width: 920px;
    margin-bottom: 28px;
}

.section-title h2,
.barcelona h2,
.contact-section h2,
.company-copy h2,
.included-card h2 {
    margin: 0 0 10px;
    color: #061321;
    font-size: clamp(36px, 4vw, 58px);
    line-height: .95;
    letter-spacing: -.055em;
}

.section-title p,
.barcelona p,
.contact-section p,
.company-copy p,
.included-card li,
.included-note p {
    margin: 0;
    color: var(--muted);
    font-size: 19px;
}

.section-title h2::after {
    content: "";
    display: block;
    width: 70px;
    height: 4px;
    margin-top: 14px;
    border-radius: 99px;
    background: var(--turq);
}

.experiences {
    position: relative;
    z-index: 4;
    margin-top: 4px;
}

.experience-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    align-items: stretch;
}

.experience-grid-extended {
    grid-template-columns: repeat(3, 1fr);
}

.experience-card {
    position: relative;
    min-width: 0;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border-radius: 24px;
    background: linear-gradient(145deg, rgba(255, 255, 255, .96), rgba(247, 253, 254, .92));
    border: 1px solid var(--border);
    box-shadow: var(--shadow);
    cursor: pointer;
    transition: transform .22s ease, box-shadow .22s ease;
}

.experience-card::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background: linear-gradient(135deg, rgba(255, 255, 255, .18), transparent 35%, rgba(24, 199, 189, .10));
    opacity: .75;
}

.experience-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 30px 80px rgba(7, 24, 39, .22);
}

.experience-card:hover .card-image img {
    transform: scale(1.025);
}

.experience-card.featured {
    box-shadow: 0 28px 85px rgba(7, 24, 39, .20), 0 0 0 1px rgba(24, 199, 189, .18);
}

.card-image,
.card-body {
    position: relative;
    z-index: 2;
}

.card-image {
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    transition: transform .35s ease;
}

.card-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(6, 19, 33, .02), rgba(6, 19, 33, .72));
}


.card-label {
    position: absolute;
    left: 18px;
    bottom: 17px;
    z-index: 1;
    color: #ffffff;
    font-size: 12px;
    font-weight: 1000;
    letter-spacing: .08em;
    text-shadow: 0 4px 12px rgba(0, 0, 0, .5);
    text-transform: uppercase;
}

.card-body {
    flex: 1;
    padding: 26px 26px 28px;
    display: flex;
    flex-direction: column;
}

.card-body h3 {
    margin: 0 0 12px;
    color: #061321;
    font-size: 29px;
    line-height: 1.04;
    letter-spacing: -.045em;
}

.card-body p {
    margin: 0 0 22px;
    color: var(--muted);
    font-size: 17px;
}

.chips {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: auto;
}

.chips span {
    padding: 9px 13px;
    border-radius: 999px;
    color: #066c68;
    background: linear-gradient(135deg, #e2fffc, #f5ffff);
    border: 1px solid rgba(24, 199, 189, .18);
    font-size: 13px;
    font-weight: 950;
}

.objectives,
.barcelona,
.method,
.company-block,
.included,
.contact-section,
.footer {
    border: 1px solid var(--border);
    box-shadow: 0 22px 65px rgba(7, 24, 39, .12);
}

.objectives,
.method {
    padding: 48px;
    border-radius: var(--radius-xl);
    background: linear-gradient(145deg, rgba(255, 255, 255, .98), rgba(250, 253, 254, .94));
}

.objective-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.objective-grid div,
.steps div {
    padding: 24px;
    border-radius: 24px;
    background: linear-gradient(145deg, #ffffff, #f1f9fb);
    border: 1px solid rgba(24, 199, 189, .20);
    box-shadow: 0 14px 34px rgba(7, 24, 39, .07);
}

.objective-grid strong {
    display: block;
    margin-bottom: 8px;
    color: #061321;
    font-size: 24px;
    letter-spacing: -.04em;
}

.objective-grid p {
    margin: 0;
    color: var(--muted);
}

.barcelona {
    padding: 48px;
    display: grid;
    grid-template-columns: .7fr 1fr;
    align-items: center;
    gap: 22px;
    border-radius: var(--radius-xl);
    background:
        radial-gradient(circle at 84% 18%, rgba(24, 199, 189, .22), transparent 17rem),
        linear-gradient(135deg, #ffffff, #e9f8fb);
}

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

.steps strong {
    display: inline-block;
    color: transparent;
    background: linear-gradient(135deg, var(--turq), var(--turq-2));
    background-clip: text;
    -webkit-background-clip: text;
    font-size: 34px;
}

.steps h3 {
    margin: 12px 0 8px;
    color: #061321;
    font-size: 22px;
}

.steps p {
    margin: 0;
    color: var(--muted);
}

.company-block {
    display: grid;
    grid-template-columns: 1.05fr 1fr;
    gap: 34px;
    align-items: center;
    padding: 48px;
    border-radius: var(--radius-xl);
    background:
        radial-gradient(circle at 90% 12%, rgba(24, 199, 189, .18), transparent 16rem),
        linear-gradient(135deg, #ffffff, #eefbfc);
}

.company-copy p:last-child {
    max-width: 760px;
}

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

.company-grid div {
    padding: 28px;
    border-radius: 26px;
    background: rgba(255, 255, 255, .88);
    border: 1px solid rgba(24, 199, 189, .16);
    box-shadow: 0 16px 40px rgba(7, 24, 39, .10);
}

.company-grid strong {
    display: block;
    margin-bottom: 8px;
    color: var(--turq-2);
    font-size: 42px;
    line-height: 1;
    font-weight: 1000;
    letter-spacing: -.05em;
}

.company-grid span {
    display: block;
    color: var(--text);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.included {
    display: grid;
    grid-template-columns: 1.2fr .8fr;
    gap: 24px;
    align-items: stretch;
    padding: 0;
    border: 0;
    box-shadow: none;
}

.included-card,
.included-note {
    padding: 40px;
    border-radius: var(--radius-xl);
    background: linear-gradient(145deg, rgba(255, 255, 255, .98), rgba(243, 251, 252, .94));
    border: 1px solid var(--border);
    box-shadow: 0 22px 65px rgba(7, 24, 39, .10);
}

.included-card ul {
    margin: 22px 0 0;
    padding-left: 22px;
    display: grid;
    gap: 10px;
}

.included-note {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background:
        radial-gradient(circle at 80% 16%, rgba(24, 199, 189, .22), transparent 16rem),
        linear-gradient(135deg, #061321, #09263d 58%, #073f48);
}

.included-note strong {
    display: block;
    margin-bottom: 12px;
    color: var(--turq);
    font-size: 14px;
    font-weight: 1000;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.included-note p {
    color: #e9f7fb;
    font-size: 24px;
    font-weight: 850;
    line-height: 1.35;
}

.contact-section {
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr 500px;
    gap: 34px;
    align-items: center;
    padding: 48px;
    border-radius: var(--radius-xl);
    color: #ffffff;
    background:
        radial-gradient(circle at 78% 18%, rgba(24, 199, 189, .28), transparent 22rem),
        radial-gradient(circle at 10% 92%, rgba(24, 199, 189, .16), transparent 18rem),
        linear-gradient(135deg, #061321 0%, #0a2538 48%, #0b4a50 100%);
    border-color: rgba(24, 199, 189, .22);
    box-shadow: 0 30px 90px rgba(6, 19, 33, .24);
}

.contact-section::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image:
        linear-gradient(rgba(255, 255, 255, .045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .04) 1px, transparent 1px);
    background-size: 54px 54px;
    opacity: .34;
}

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

.contact-section h2,
.contact-section p {
    color: #ffffff;
}

.contact-section .eyebrow {
    color: var(--turq);
}

.contact-form {
    display: grid;
    gap: 14px;
    padding: 22px;
    border-radius: 28px;
    background: rgba(255, 255, 255, .10);
    border: 1px solid rgba(255, 255, 255, .16);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .20), 0 18px 45px rgba(0, 0, 0, .18);
    backdrop-filter: blur(10px);
}

.contact-form label {
    display: grid;
    gap: 7px;
}

.contact-form label span {
    color: rgba(255, 255, 255, .86);
    font-size: 12px;
    font-weight: 1000;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
    width: 100%;
    border: 1px solid rgba(255, 255, 255, .20);
    border-radius: 18px;
    padding: 15px 17px;
    color: var(--text);
    background: #ffffff;
    box-shadow: 0 8px 22px rgba(7, 24, 39, .045);
    font: inherit;
    outline: none;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
    border-color: var(--turq);
    box-shadow: 0 0 0 4px rgba(24, 199, 189, .20);
}

.footer {
    width: var(--container);
    margin: 34px auto 26px;
    padding: 30px 34px;
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(230px, .85fr) minmax(170px, .55fr);
    align-items: center;
    gap: 34px;
    border-radius: var(--radius-xl);
    background: linear-gradient(135deg, rgba(255, 255, 255, .96), rgba(241, 249, 251, .96));
    color: var(--text);
}

.footer-brand {
    min-width: 0;
    display: grid;
    grid-template-columns: 150px minmax(0, 1fr);
    align-items: center;
    gap: 24px;
}

.footer-logo {
    display: block;
    width: 150px;
    height: auto;
    max-height: 112px;
    object-fit: contain;
    flex: 0 0 auto;
    filter: drop-shadow(0 10px 18px rgba(7, 24, 39, .08));
}

.footer p {
    margin: 0;
    max-width: 430px;
    color: var(--muted);
    line-height: 1.55;
}

.footer-info,
.footer-links {
    min-width: 0;
    display: grid;
    gap: 8px;
}

.footer-info a {
    overflow-wrap: anywhere;
}

.footer-info strong {
    color: var(--navy);
}

.footer-info span {
    color: var(--muted);
    font-weight: 750;
}

.footer a {
    color: var(--turq-2);
    font-weight: 1000;
}

.event-modal {
    position: fixed;
    inset: 0;
    z-index: 1000;
    display: none;
}

.event-modal.is-open {
    display: flex;
}

.event-modal {
    align-items: center;
    justify-content: center;
    padding: 28px;
}

.event-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(2, 8, 15, .78);
    backdrop-filter: blur(12px);
}

.event-modal-dialog {
    position: relative;
    z-index: 2;
    width: min(1240px, 100%);
    max-height: min(92vh, 920px);
    display: grid;
    grid-template-columns: .50fr 1fr;
    overflow: auto;
    border-radius: var(--radius-xl);
    background: linear-gradient(135deg, #ffffff 0%, #effdff 100%);
    box-shadow: 0 30px 110px rgba(0, 0, 0, .42);
}

.event-modal-close {
    position: absolute;
    top: 18px;
    right: 18px;
    z-index: 4;
    width: 48px;
    height: 48px;
    border: 0;
    border-radius: 50%;
    color: #ffffff;
    background: rgba(6, 19, 33, .86);
    font-size: 34px;
    line-height: 1;
    cursor: pointer;
    box-shadow: 0 14px 36px rgba(0, 0, 0, .26);
}

.event-modal-sidebar {
    position: relative;
    min-height: 700px;
    padding: 34px;
    display: flex;
    align-items: stretch;
    justify-content: stretch;
    overflow: hidden;
    border-radius: var(--radius-xl) 0 0 var(--radius-xl);
    background:
        radial-gradient(circle at 18% 12%, rgba(32, 211, 204, .26), transparent 34%),
        radial-gradient(circle at 88% 18%, rgba(255, 255, 255, .10), transparent 22%),
        linear-gradient(135deg, #061321 0%, #08263d 54%, #073f48 100%);
}

.event-modal-sidebar::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image:
        linear-gradient(rgba(255, 255, 255, .045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .045) 1px, transparent 1px);
    background-size: 42px 42px;
    opacity: .42;
}

.event-modal-sidebar::after {
    content: "";
    position: absolute;
    right: -80px;
    bottom: -110px;
    width: 270px;
    height: 270px;
    pointer-events: none;
    border-radius: 50%;
    border: 1px solid rgba(32, 211, 204, .22);
    background: radial-gradient(circle, rgba(32, 211, 204, .16), transparent 64%);
}

.traitors-side { background-image: radial-gradient(circle at 18% 12%, rgba(220, 35, 35, .24), transparent 34%), linear-gradient(135deg, #06070d 0%, #15131b 45%, #3a0710 100%); }
.cofre-side { background-image: radial-gradient(circle at 20% 8%, rgba(226, 170, 77, .26), transparent 32%), linear-gradient(135deg, #071522 0%, #092b3a 52%, #4b2a10 100%); }
.mexico-side { background-image: radial-gradient(circle at 20% 10%, rgba(255, 106, 38, .28), transparent 32%), linear-gradient(135deg, #071b19 0%, #083b35 52%, #7a3211 100%); }
.bingo-side { background-image: radial-gradient(circle at 18% 12%, rgba(255, 56, 169, .30), transparent 34%), radial-gradient(circle at 92% 26%, rgba(42, 176, 255, .24), transparent 30%), linear-gradient(135deg, #060716 0%, #15103b 56%, #370b35 100%); }
.beach-side { background-image: radial-gradient(circle at 18% 10%, rgba(24, 199, 189, .30), transparent 32%), radial-gradient(circle at 90% 18%, rgba(255, 186, 73, .18), transparent 28%), linear-gradient(135deg, #062332 0%, #07515a 58%, #09553b 100%); }

.event-side-inner {
    position: relative;
    z-index: 2;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 22px;
    color: #ffffff;
}

.event-side-badge {
    width: max-content;
    max-width: 100%;
    padding: 11px 15px;
    border-radius: 999px;
    color: #38fff3;
    background: rgba(32, 211, 204, .15);
    border: 1px solid rgba(32, 211, 204, .42);
    box-shadow: 0 14px 36px rgba(0, 0, 0, .22);
    font-size: 12px;
    font-weight: 1000;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.event-side-inner h3 {
    margin: 0;
    color: #ffffff;
    font-size: clamp(34px, 3vw, 50px);
    line-height: .95;
    letter-spacing: -.055em;
}

.event-side-inner p {
    margin: 0;
    color: #cfe6ef;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 750;
}

.event-side-stats {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.event-side-stats span,
.event-side-highlights div {
    border: 1px solid rgba(255, 255, 255, .14);
    background: rgba(255, 255, 255, .08);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08);
}

.event-side-stats span {
    padding: 14px 12px;
    border-radius: 18px;
    color: #ffffff;
    font-size: 13px;
    font-weight: 1000;
    text-align: center;
}

.event-side-highlights {
    display: grid;
    gap: 12px;
}

.event-side-highlights div {
    position: relative;
    padding: 16px 16px 16px 46px;
    border-radius: 20px;
    color: #effcff;
    font-weight: 900;
    line-height: 1.25;
}

.event-side-highlights div::before {
    content: "✓";
    position: absolute;
    left: 14px;
    top: 50%;
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #061321;
    background: linear-gradient(135deg, var(--turq), var(--turq-2));
    font-size: 13px;
    font-weight: 1000;
    transform: translateY(-50%);
}

.event-side-inner blockquote {
    margin: 0;
    padding: 22px;
    border-left: 4px solid var(--turq);
    border-radius: 22px;
    color: #ffffff;
    background: rgba(2, 9, 18, .42);
    box-shadow: 0 22px 55px rgba(0, 0, 0, .20);
    font-size: 20px;
    line-height: 1.35;
    font-weight: 950;
}

.event-modal-content {
    padding: 48px 50px 42px;
}

.event-modal-kicker {
    margin: 0 0 10px;
    color: var(--turq-2);
    font-size: 13px;
    font-weight: 1000;
    letter-spacing: .10em;
    text-transform: uppercase;
}

.event-modal-content h2 {
    margin: 0 0 12px;
    color: #061321;
    font-size: clamp(40px, 4.2vw, 66px);
    line-height: .92;
    letter-spacing: -.06em;
}

.event-modal-intro {
    color: #263f58;
    font-size: 20px;
    line-height: 1.55;
    font-weight: 700;
}


.event-modal-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 22px 0 24px;
}

.event-modal-meta span {
    display: inline-flex;
    align-items: center;
    padding: 10px 13px;
    border-radius: 999px;
    color: #066c68;
    background: rgba(24, 199, 189, .12);
    border: 1px solid rgba(24, 199, 189, .28);
    font-size: 13px;
    font-weight: 1000;
}

.event-modal-columns {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    margin: 18px 0;
}

.event-modal-columns div {
    padding: 18px 20px;
    border-radius: 20px;
    background: rgba(255, 255, 255, .82);
}

.event-modal-columns h3,
.event-modal-flow h3,
.event-modal-highlight h3 {
    margin: 0 0 9px;
    color: #078b85;
    font-size: 17px;
    font-weight: 1000;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.event-modal-columns p {
    color: #415a72;
    line-height: 1.58;
    font-weight: 650;
}

.event-modal-flow {
    margin-top: 18px;
    padding: 22px;
    border-radius: 24px;
    color: #ffffff;
    background: linear-gradient(135deg, #061321, #08273e 65%, #07464d);
    box-shadow: 0 16px 44px rgba(6, 19, 33, .18);
}

.event-modal-flow h3 {
    color: #20d3cc;
}

.event-modal-flow ol {
    margin: 0;
    padding: 0;
    display: grid;
    gap: 12px;
    counter-reset: flow;
    list-style: none;
}

.event-modal-flow li {
    position: relative;
    padding-left: 44px;
    color: #e9f7fb;
    line-height: 1.45;
    font-weight: 750;
}

.event-modal-flow li::before {
    counter-increment: flow;
    content: counter(flow, decimal-leading-zero);
    position: absolute;
    left: 0;
    top: -2px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #061321;
    background: linear-gradient(135deg, var(--turq), var(--turq-2));
    font-size: 12px;
    font-weight: 1000;
}

.event-modal-highlight {
    margin-top: 20px;
}

.event-modal-list {
    margin-top: 12px;
}

.event-modal-list li {
    color: #16304a;
    line-height: 1.46;
}

.event-modal-cta {
    margin-top: 20px;
}


@media (max-width: 1180px) {
    .experience-grid-extended {
        grid-template-columns: repeat(2, 1fr);
    }

    .objective-grid,
    .steps {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 1100px) {
    .site-header {
        height: auto;
        border-radius: 34px;
        align-items: flex-start;
        flex-direction: column;
    }

    .main-nav {
        gap: 12px;
        flex-wrap: wrap;
    }

    .hero {
        padding-top: 230px;
    }

    .hero-content,
    .barcelona,
    .company-block,
    .included,
    .contact-section,
    .footer {
        grid-template-columns: 1fr;
    }

    .hero-logo-stage {
        min-height: 260px;
    }

    .hero-logo-stage img {
        width: min(100%, 480px);
    }

    .hero-pills {
        grid-template-columns: repeat(2, 1fr);
    }

    .footer-brand {
        grid-template-columns: 140px minmax(0, 1fr);
        align-items: center;
    }
}

@media (max-width: 850px) {
    .event-modal {
        padding: 14px;
    }

    .event-modal-dialog {
        grid-template-columns: 1fr;
        max-height: 94vh;
        border-radius: 28px;
    }

    .event-modal-sidebar {
        min-height: auto;
        padding: 24px;
        border-radius: 28px 28px 0 0;
    }

    .event-side-inner {
        gap: 16px;
    }

    .event-side-inner h3 {
        font-size: 34px;
    }

    .event-modal-content {
        padding: 30px 22px;
    }

    .event-modal-poster {
        max-height: 330px;
    }

    .event-modal-meta span {
        font-size: 12px;
    }

    .event-modal-flow {
        padding: 18px;
    }
}

@media (max-width: 650px) {
    :root {
        --container: calc(100% - 28px);
    }

    .site-header {
        top: 12px;
        width: calc(100% - 24px);
        padding: 14px;
    }

    .brand img {
        width: 182px;
        height: 60px;
    }

    .main-nav {
        width: 100%;
        overflow-x: auto;
        flex-wrap: nowrap;
        padding-bottom: 4px;
        scrollbar-width: none;
    }

    .main-nav::-webkit-scrollbar {
        display: none;
    }

    .main-nav a {
        white-space: nowrap;
        font-size: 12px;
    }

    .main-nav .nav-cta {
        padding: 12px 16px;
    }

    .hero {
        min-height: auto;
        padding: 230px 20px 52px;
        background-position: center, center, center, 64% center;
    }

    .hero h1 {
        font-size: 52px;
    }

    .lead {
        font-size: 18px;
    }

    .hero-pills,
    .experience-grid-extended,
    .objective-grid,
    .steps,
    .company-grid {
        grid-template-columns: 1fr;
    }

    .hero-pills {
        margin-top: 32px;
    }

    .objectives,
    .barcelona,
    .method,
    .company-block,
    .included-card,
    .included-note,
    .contact-section {
        padding: 26px;
        border-radius: 26px;
    }

    .footer-brand {
        flex-direction: column;
    }

    .contact-form {
        padding: 14px;
        border-radius: 22px;
    }
}


/* SEO local y FAQ: contenido visible, útil y coherente con el diseño */
.seo-local,
.faq-section {
    padding: 42px;
    border-radius: var(--radius-xl);
    background: linear-gradient(145deg, rgba(255, 255, 255, .98), rgba(243, 251, 252, .94));
    border: 1px solid var(--border);
    box-shadow: 0 22px 65px rgba(7, 24, 39, .10);
}

.seo-local-grid,
.faq-grid {
    display: grid;
    gap: 18px;
}

.seo-local-grid {
    grid-template-columns: repeat(3, 1fr);
}

.seo-local-grid div,
.faq-grid details {
    padding: 24px;
    border-radius: 24px;
    background: linear-gradient(145deg, #ffffff, #f1f9fb);
    border: 1px solid rgba(24, 199, 189, .18);
    box-shadow: 0 14px 34px rgba(7, 24, 39, .06);
}

.seo-local-grid strong,
.faq-grid summary {
    color: #061321;
    font-size: 20px;
    font-weight: 1000;
    line-height: 1.15;
    letter-spacing: -.035em;
}

.seo-local-grid p,
.faq-grid p {
    margin: 12px 0 0;
    color: var(--muted);
    font-size: 17px;
    line-height: 1.58;
}

.faq-grid summary {
    cursor: pointer;
}

.faq-grid details[open] {
    border-color: rgba(24, 199, 189, .34);
}

@media (max-width: 1100px) {
    .seo-local-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 650px) {
    .seo-local,
    .faq-section {
        padding: 26px;
        border-radius: 26px;
    }
}

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

    *,
    *::before,
    *::after {
        transition-duration: .01ms;
        animation-duration: .01ms;
        animation-iteration-count: 1;
    }
}


/* Static build: test message shown only after submitting the demo form. */
.form-note {
    min-height: 1.4em;
    margin: 2px 0 0;
    color: rgba(255, 255, 255, .88);
    font-size: 13px;
    font-weight: 800;
}

/* =========================================================
   Desktop visual scale refinement
   Objetivo: que la web se vea más respirada en escritorio,
   similar a verla al 75%, sin cambiar estructura ni formato.
   ========================================================= */
@media (min-width: 1101px) {
    :root {
        --container: min(1360px, calc(100% - 160px));
    }

    .site-header {
        width: min(1360px, calc(100% - 160px));
        min-height: 78px;
        padding: 10px 18px 10px 24px;
        gap: 20px;
    }

    .brand img {
        width: 176px;
        height: 58px;
    }

    .main-nav {
        gap: 20px;
        font-size: 12px;
    }

    .main-nav .nav-cta {
        padding: 14px 22px;
    }

    .hero {
        min-height: 860px;
        padding: 150px 6vw 56px;
    }

    .hero-content {
        max-width: 1360px;
        grid-template-columns: minmax(440px, 640px) minmax(360px, 560px);
        gap: 52px;
    }

    .hero h1 {
        font-size: clamp(54px, 4.8vw, 86px);
        letter-spacing: -.07em;
    }

    .lead {
        max-width: 640px;
        font-size: 18px;
    }

    .btn {
        padding: 14px 24px;
        font-size: 14px;
    }

    .hero-logo-stage {
        min-height: 385px;
    }

    .hero-logo-stage img {
        width: min(95%, 560px);
    }

    .hero-pills {
        max-width: 1360px;
        gap: 16px;
        margin-top: 44px;
    }

    .hero-pills div {
        min-height: 76px;
        padding: 14px 20px;
        grid-template-columns: 38px 1fr;
    }

    .hero-pills span {
        width: 36px;
        height: 36px;
        font-size: 20px;
    }

    .hero-pills strong {
        font-size: 14px;
    }

    .hero-pills small {
        font-size: 13px;
    }

    .section-title h2,
    .barcelona h2,
    .contact-section h2,
    .company-copy h2,
    .included-card h2 {
        font-size: clamp(34px, 3.3vw, 50px);
    }

    .section-title p,
    .barcelona p,
    .contact-section p,
    .company-copy p,
    .included-card li,
    .included-note p {
        font-size: 17px;
    }

    .experience-grid {
        gap: 20px;
    }

    .card-body {
        padding: 22px 22px 24px;
    }

    .card-body h3 {
        font-size: 25px;
    }

    .card-body p {
        font-size: 15px;
    }

    .chips span {
        padding: 8px 11px;
        font-size: 12px;
    }

    .objectives,
    .barcelona,
    .method,
    .company-block,
    .contact-section {
        padding: 42px;
    }

    .objective-grid,
    .steps {
        gap: 16px;
    }

    .objective-grid div,
    .steps div {
        padding: 22px;
    }

    .company-grid div {
        padding: 24px;
    }

    .included-card,
    .included-note {
        padding: 36px;
    }

    .footer {
        padding: 24px 30px;
    }

    .footer-logo {
        width: 140px;
        height: auto;
        max-height: 104px;
    }
}

/* =========================================================
   Premium final polish
   Microajuste solo para escritorio: más aire, escala más fina
   y lectura más profesional sin cambiar estructura ni contenido.
   ========================================================= */
@media (min-width: 1200px) {
    :root {
        --container: min(1280px, calc(100% - 220px));
        --shadow: 0 18px 54px rgba(7, 24, 39, .12);
    }

    body::before {
        background-size: 86px 86px;
        opacity: .78;
    }

    .site-header {
        top: 24px;
        width: min(1280px, calc(100% - 220px));
        min-height: 72px;
        padding: 9px 16px 9px 22px;
    }

    .brand img {
        width: 162px;
        height: 54px;
    }

    .main-nav {
        gap: 18px;
        font-size: 11.5px;
        letter-spacing: .035em;
    }

    .main-nav .nav-cta {
        padding: 13px 21px;
    }

    .hero {
        min-height: 805px;
        padding: 138px 6vw 50px;
    }

    .hero::after {
        height: 78px;
    }

    .hero-overlay {
        opacity: .36;
    }

    .hero-content {
        max-width: 1280px;
        grid-template-columns: minmax(430px, 585px) minmax(360px, 520px);
        gap: 64px;
        padding-top: 10px;
    }

    .eyebrow {
        margin-bottom: 18px;
        font-size: 13px;
        letter-spacing: .17em;
    }

    .hero h1 {
        max-width: 610px;
        margin-bottom: 22px;
        font-size: clamp(50px, 4.25vw, 78px);
        line-height: .96;
        letter-spacing: -.068em;
    }

    .lead {
        max-width: 575px;
        margin-bottom: 28px;
        font-size: 17px;
        line-height: 1.55;
    }

    .hero-logo-stage {
        min-height: 355px;
    }

    .hero-logo-stage img {
        width: min(94%, 505px);
        filter: drop-shadow(0 20px 42px rgba(0, 0, 0, .30));
    }

    .hero-pills {
        max-width: 1280px;
        margin-top: 38px;
        gap: 14px;
    }

    .hero-pills div {
        min-height: 68px;
        padding: 12px 18px;
        column-gap: 12px;
    }

    .hero-pills span {
        width: 34px;
        height: 34px;
        font-size: 18px;
    }

    .hero-pills strong {
        font-size: 13.5px;
    }

    .hero-pills small {
        font-size: 12px;
    }

    .section {
        margin-bottom: 30px;
    }

    .section-title {
        max-width: 820px;
        margin-bottom: 24px;
    }

    .section-title h2,
    .barcelona h2,
    .contact-section h2,
    .company-copy h2,
    .included-card h2 {
        font-size: clamp(31px, 2.9vw, 46px);
        letter-spacing: -.052em;
    }

    .section-title p,
    .barcelona p,
    .contact-section p,
    .company-copy p,
    .included-card li,
    .included-note p {
        font-size: 16px;
    }

    .experience-grid {
        gap: 18px;
    }

    .experience-card {
        border-radius: 22px;
    }

    .card-body {
        padding: 20px 20px 22px;
    }

    .card-body h3 {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .card-body p {
        margin-bottom: 18px;
        font-size: 14.5px;
        line-height: 1.55;
    }

    .card-label {
        left: 16px;
        bottom: 15px;
        font-size: 10.5px;
    }

    .chips {
        gap: 8px;
    }

    .chips span {
        padding: 7px 10px;
        font-size: 11.5px;
    }

    .objectives,
    .barcelona,
    .method,
    .company-block,
    .contact-section {
        padding: 36px;
    }

    .objective-grid,
    .steps,
    .company-grid {
        gap: 14px;
    }

    .objective-grid div,
    .steps div {
        padding: 20px;
        border-radius: 22px;
    }

    .objective-grid strong {
        font-size: 21px;
    }

    .steps strong {
        font-size: 30px;
    }

    .steps h3 {
        font-size: 20px;
    }

    .company-grid div {
        padding: 22px;
        border-radius: 24px;
    }

    .company-grid strong {
        font-size: 38px;
    }

    .included-card,
    .included-note {
        padding: 34px;
    }

    .included-note p {
        font-size: 21px;
    }

    .contact-section {
        grid-template-columns: 1fr 455px;
        gap: 30px;
    }

    .contact-form {
        padding: 20px;
        border-radius: 26px;
    }

    .contact-form input,
    .contact-form textarea {
        padding: 14px 16px;
        border-radius: 16px;
    }

    .footer {
        padding: 26px 30px;
        gap: 28px;
    }

    .footer-logo {
        width: 142px;
        height: auto;
        max-height: 106px;
    }
}

@media (min-width: 1600px) {
    :root {
        --container: min(1280px, calc(100% - 280px));
    }

    .site-header {
        width: min(1280px, calc(100% - 280px));
    }
}


/* Definitive site refinements */
.experience-card {
    color: inherit;
    text-decoration: none;
}
.experience-card:focus-visible,
.contact-method:focus-visible,
.btn:focus-visible,
.main-nav a:focus-visible,
.footer a:focus-visible {
    outline: 3px solid rgba(24, 199, 189, .65);
    outline-offset: 4px;
}
.card-image picture,
.card-image img {
    width: 100%;
    height: 100%;
    display: block;
}
.card-image img {
    object-fit: cover;
    object-position: center;
    transition: transform .35s ease;
}
.card-link-cue {
    display: inline-flex;
    margin-top: auto;
    padding-top: 20px;
    color: var(--turq-2);
    font-size: 14px;
    font-weight: 1000;
    letter-spacing: .01em;
}
.contact-methods {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    align-self: start;
}
.contact-method {
    min-width: 0;
    padding: 22px;
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 22px;
    color: #fff;
    text-decoration: none;
    background: rgba(255,255,255,.07);
    backdrop-filter: blur(10px);
    transition: transform .2s ease, background .2s ease, border-color .2s ease;
}
.contact-method:hover {
    transform: translateY(-3px);
    background: rgba(255,255,255,.11);
    border-color: rgba(24,199,189,.45);
}
.contact-method span,
.contact-method small,
.contact-method strong { display:block; }
.contact-method span { color: var(--turq); font-size: 12px; font-weight: 1000; text-transform: uppercase; letter-spacing: .12em; }
.contact-method strong { margin: 8px 0 5px; font-size: clamp(16px, 1.4vw, 21px); overflow-wrap:anywhere; }
.contact-method small { color: rgba(255,255,255,.68); font-size: 13px; line-height:1.45; }
.footer-info a { color: inherit; text-decoration: none; opacity: .78; }
.footer-info a:hover { opacity: 1; color: var(--turq-2); }
.form-note a { color: var(--turq); font-weight: 900; }

/* Experience detail pages */
.detail-page { background: var(--ice); color: var(--ink); }
.detail-page .site-header { background: rgba(6,19,33,.95); }
.detail-main { overflow: hidden; }
.detail-hero {
    position: relative;
    min-height: 760px;
    padding: 164px 5.5vw 92px;
    display: grid;
    align-items: end;
    color: #fff;
    background: #061321;
}
.detail-hero-media,
.detail-hero::before,
.detail-hero::after { position:absolute; inset:0; }
.detail-hero-media { width:100%; height:100%; object-fit:cover; }
.detail-hero::before { content:""; z-index:1; background: linear-gradient(90deg, rgba(2,10,19,.94) 0%, rgba(4,18,31,.82) 45%, rgba(4,18,31,.45) 76%, rgba(4,18,31,.25) 100%); }
.detail-hero::after { content:""; z-index:1; background: linear-gradient(0deg, rgba(6,19,33,.78), transparent 45%); }
.detail-hero-inner { position:relative; z-index:2; width:min(1180px,100%); margin:0 auto; }
.breadcrumb { display:flex; flex-wrap:wrap; gap:9px; margin-bottom:28px; font-size:13px; font-weight:800; color:rgba(255,255,255,.72); }
.breadcrumb a { color:inherit; text-decoration:none; }
.breadcrumb a:hover { color:var(--turq); }
.detail-hero h1 { max-width: 980px; margin:0 0 22px; font-size:clamp(52px,7vw,96px); line-height:.95; letter-spacing:-.065em; }
.detail-hero .detail-lead { max-width:850px; margin:0 0 34px; font-size:clamp(18px,2vw,25px); line-height:1.55; color:rgba(255,255,255,.84); }
.detail-actions { display:flex; flex-wrap:wrap; gap:12px; }
.detail-actions .btn-ghost { border-color:rgba(255,255,255,.35); }
.detail-facts { position:relative; z-index:3; width:min(1180px,calc(100% - 44px)); margin:-42px auto 0; display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); border-radius:26px; overflow:hidden; background:#fff; box-shadow:0 30px 80px rgba(7,24,39,.18); }
.detail-fact { padding:24px 26px; border-right:1px solid var(--border); }
.detail-fact:last-child { border-right:0; }
.detail-fact span, .detail-fact strong { display:block; }
.detail-fact span { margin-bottom:7px; color:var(--muted); font-size:12px; font-weight:900; text-transform:uppercase; letter-spacing:.1em; }
.detail-fact strong { color:#061321; font-size:18px; line-height:1.25; }
.detail-section { width:min(1180px,calc(100% - 44px)); margin:0 auto; padding:104px 0; }
.detail-section + .detail-section { padding-top:0; }
.detail-intro-grid { display:grid; grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr); gap:70px; align-items:start; }
.detail-section h2 { margin:0 0 22px; font-size:clamp(40px,5vw,68px); line-height:1; letter-spacing:-.055em; }
.detail-section h3 { margin:0 0 14px; font-size:25px; line-height:1.15; letter-spacing:-.03em; }
.detail-section p { color:var(--muted); font-size:18px; line-height:1.72; }
.detail-quote { padding:32px; border-radius:26px; color:#fff; background:linear-gradient(145deg,#061321,#0b3042); box-shadow:var(--shadow); }
.detail-quote strong { display:block; margin-bottom:12px; color:var(--turq); font-size:13px; text-transform:uppercase; letter-spacing:.12em; }
.detail-quote p { margin:0; color:rgba(255,255,255,.86); font-size:21px; line-height:1.55; }
.detail-two-col { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:28px; }
.detail-panel { padding:34px; border:1px solid var(--border); border-radius:28px; background:#fff; box-shadow:0 18px 50px rgba(7,24,39,.08); }
.detail-steps { margin:24px 0 0; padding:0; list-style:none; counter-reset:step; display:grid; gap:14px; }
.detail-steps li { position:relative; padding:19px 20px 19px 62px; border-radius:18px; background:var(--ice); color:#243847; line-height:1.55; counter-increment:step; }
.detail-steps li::before { content:counter(step, decimal-leading-zero); position:absolute; left:18px; top:18px; color:var(--turq-2); font-weight:1000; }
.detail-benefits { margin:22px 0 0; padding:0; list-style:none; display:grid; gap:12px; }
.detail-benefits li { position:relative; padding-left:30px; color:#243847; line-height:1.55; }
.detail-benefits li::before { content:'✓'; position:absolute; left:0; color:var(--turq-2); font-weight:1000; }
.detail-cta { width:min(1180px,calc(100% - 44px)); margin:0 auto 104px; padding:46px; border-radius:30px; display:grid; grid-template-columns:minmax(0,1fr) auto; gap:28px; align-items:center; color:#fff; background:linear-gradient(135deg,#061321,#0a4050); box-shadow:0 30px 80px rgba(7,24,39,.20); }
.detail-cta h2 { margin:0 0 10px; font-size:clamp(34px,4vw,54px); line-height:1; letter-spacing:-.045em; }
.detail-cta p { margin:0; color:rgba(255,255,255,.74); font-size:17px; line-height:1.6; }
.detail-cta-actions { display:flex; flex-direction:column; gap:10px; min-width:260px; }
.detail-cta-actions a { justify-content:center; }
.detail-footer-links { display:flex; flex-wrap:wrap; gap:12px 20px; }

/* Legal and 404 pages */
.content-page-main { min-height:70vh; padding:170px 5.5vw 100px; }
.content-page-wrap { width:min(920px,100%); margin:0 auto; }
.content-page-wrap h1 { margin:0 0 24px; font-size:clamp(52px,7vw,86px); line-height:.95; letter-spacing:-.06em; }
.content-page-wrap h2 { margin:48px 0 14px; font-size:30px; letter-spacing:-.035em; }
.content-page-wrap p, .content-page-wrap li { color:var(--muted); font-size:17px; line-height:1.72; }
.content-page-wrap a { color:var(--turq-2); font-weight:800; }
.content-page-note { margin:28px 0; padding:22px 24px; border-left:4px solid var(--turq); border-radius:12px; background:#fff; }
.error-page { min-height:100vh; padding:160px 5.5vw 80px; display:grid; place-items:center; text-align:center; background:linear-gradient(145deg,#061321,#0b3f4d); color:#fff; }
.error-page-inner { max-width:760px; }
.error-code { display:block; color:var(--turq); font-size:clamp(100px,22vw,250px); line-height:.75; font-weight:1000; letter-spacing:-.08em; }
.error-page h1 { margin:34px 0 18px; font-size:clamp(42px,6vw,72px); line-height:1; }
.error-page p { margin:0 auto 30px; max-width:650px; color:rgba(255,255,255,.72); font-size:18px; line-height:1.65; }

@media (max-width: 980px) {
    .contact-methods { grid-template-columns:1fr; }
    .detail-facts { grid-template-columns:repeat(2,minmax(0,1fr)); }
    .detail-fact:nth-child(2) { border-right:0; }
    .detail-fact:nth-child(-n+2) { border-bottom:1px solid var(--border); }
    .detail-intro-grid, .detail-two-col { grid-template-columns:1fr; gap:28px; }
    .detail-cta { grid-template-columns:1fr; }
    .detail-cta-actions { min-width:0; flex-direction:row; flex-wrap:wrap; }
}
@media (max-width: 700px) {
    .detail-hero { min-height:700px; padding:140px 22px 82px; }
    .detail-hero::before { background:linear-gradient(0deg, rgba(2,10,19,.96) 0%, rgba(4,18,31,.76) 58%, rgba(4,18,31,.48) 100%); }
    .detail-hero h1 { font-size:clamp(46px,15vw,72px); }
    .detail-facts { width:calc(100% - 28px); grid-template-columns:1fr; margin-top:-28px; }
    .detail-fact, .detail-fact:nth-child(2) { border-right:0; border-bottom:1px solid var(--border); }
    .detail-fact:last-child { border-bottom:0; }
    .detail-section { width:calc(100% - 36px); padding:78px 0; }
    .detail-panel { padding:26px; }
    .detail-cta { width:calc(100% - 28px); margin-bottom:78px; padding:32px 26px; }
    .detail-cta-actions { flex-direction:column; }
    .content-page-main { padding:145px 22px 80px; }
}

.contact-section > div:first-child .contact-methods { margin-top: 26px; }


/* Local-preview and footer stability fixes */
.footer-logo {
    height: auto !important;
}

@media (max-width: 680px) {
    .footer {
        padding: 24px 22px;
        gap: 24px;
    }

    .footer-brand {
        grid-template-columns: 104px minmax(0, 1fr);
        gap: 18px;
    }

    .footer-logo {
        width: 104px;
        max-height: 78px;
    }
}

@media (max-width: 440px) {
    .footer-brand {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .footer-logo {
        width: 118px;
        max-height: 88px;
    }
}


/* Social links in the footer */
.footer-info .footer-social-link {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    font-weight: 800;
    color: var(--turq-2);
    opacity: 1;
}

.footer-info .footer-social-link:hover {
    color: var(--navy);
}


.footer-info .footer-linkedin {
    color: var(--navy);
}

.footer-info .footer-linkedin:hover {
    color: var(--turq-2);
}

/* Netlify Forms: estructura, privacidad y antispam */
.form-grid {
    display: grid;
    gap: 14px;
}

.form-grid-two {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.contact-form select {
    appearance: none;
    background-image:
        linear-gradient(45deg, transparent 50%, #52697b 50%),
        linear-gradient(135deg, #52697b 50%, transparent 50%);
    background-position:
        calc(100% - 20px) 50%,
        calc(100% - 15px) 50%;
    background-size: 5px 5px, 5px 5px;
    background-repeat: no-repeat;
    padding-right: 42px;
}

.contact-form textarea {
    resize: vertical;
    min-height: 128px;
}

.privacy-check {
    grid-template-columns: 20px minmax(0, 1fr);
    align-items: start;
    gap: 10px !important;
    padding: 2px 2px 0;
}

.privacy-check input {
    width: 18px;
    height: 18px;
    margin: 2px 0 0;
    padding: 0;
    accent-color: var(--turq);
}

.contact-form .privacy-check span {
    color: rgba(255, 255, 255, .90);
    font-size: 12px;
    font-weight: 750;
    line-height: 1.5;
    letter-spacing: 0;
    text-transform: none;
}

.privacy-check a,
.form-note a {
    color: #8ffff8;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.form-submit {
    width: 100%;
}

.form-note {
    min-height: 0;
    margin: 0;
    color: rgba(255, 255, 255, .80) !important;
    font-size: 12px !important;
    font-weight: 750;
    line-height: 1.5;
}

.netlify-honeypot {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.success-page-main {
    min-height: calc(100vh - 220px);
    width: var(--container);
    margin: 0 auto;
    padding: 170px 0 56px;
    display: grid;
    place-items: center;
}

.success-card {
    width: min(820px, 100%);
    padding: clamp(34px, 6vw, 70px);
    border-radius: var(--radius-xl);
    text-align: center;
    background:
        radial-gradient(circle at 82% 14%, rgba(24, 199, 189, .18), transparent 20rem),
        linear-gradient(145deg, #ffffff, #eefbfc);
    border: 1px solid rgba(24, 199, 189, .22);
    box-shadow: 0 28px 90px rgba(7, 24, 39, .14);
}

.success-icon {
    width: 74px;
    height: 74px;
    margin: 0 auto 24px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: #ffffff;
    background: linear-gradient(135deg, #15d0c7, #0e9b99);
    box-shadow: 0 18px 40px rgba(15, 150, 148, .28);
    font-size: 34px;
    font-weight: 1000;
}

.success-card h1 {
    margin: 0 0 18px;
    color: var(--navy);
    font-size: clamp(42px, 6vw, 70px);
    line-height: .96;
    letter-spacing: -.06em;
}

.success-card > p {
    max-width: 650px;
    margin: 0 auto;
    color: var(--muted);
    font-size: 19px;
    line-height: 1.65;
}

.success-actions {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
}

.success-contact {
    margin-top: 28px !important;
    font-size: 14px !important;
}

.success-contact a {
    color: var(--turq-2);
    font-weight: 1000;
}

@media (max-width: 650px) {
    .form-grid-two {
        grid-template-columns: 1fr;
    }

    .success-page-main {
        padding-top: 130px;
    }

    .success-card {
        padding: 34px 22px;
        border-radius: 26px;
    }

    .success-actions {
        flex-direction: column;
    }

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