:root {
    --bg: #040506;
    --bg-soft: #0b0d10;
    --surface: rgba(16, 18, 22, 0.74);
    --surface-strong: rgba(10, 12, 16, 0.92);
    --surface-soft: rgba(255, 255, 255, 0.03);
    --line: rgba(255, 255, 255, 0.09);
    --line-strong: rgba(212, 175, 55, 0.28);
    --text: #f7f7f3;
    --muted: #b4b6bd;
    --muted-strong: #d7d9de;
    --gold: #d4af37;
    --gold-soft: #f4dc8b;
    --green: #8bff65;
    --green-soft: #beff9d;
    --shadow: 0 28px 90px rgba(0, 0, 0, 0.45);
    --radius-xl: 28px;
    --radius-lg: 20px;
    --radius-md: 16px;
    --container: min(1240px, calc(100vw - 2rem));
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: var(--text);
    font-family: "Inter", "Helvetica Neue", Helvetica, sans-serif;
    background:
        radial-gradient(circle at top left, rgba(139, 255, 101, 0.08), transparent 24%),
        radial-gradient(circle at 82% 0%, rgba(212, 175, 55, 0.12), transparent 26%),
        linear-gradient(180deg, #030405 0%, #06080b 48%, #050607 100%);
    overflow-x: hidden;
}

body.modal-open {
    overflow: hidden;
}

body::before {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px);
    background-size: 56px 56px;
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.45), transparent 72%);
}

img {
    display: block;
    max-width: 100%;
}

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

button {
    font: inherit;
}

.container,
.preview-banner-inner,
.nav-shell,
.footer-grid {
    width: var(--container);
    margin: 0 auto;
}

.glass-panel {
    border: 1px solid var(--line);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.018));
    backdrop-filter: blur(16px);
    box-shadow: var(--shadow);
}

.preview-banner {
    position: sticky;
    top: 0;
    z-index: 80;
    background: rgba(5, 6, 7, 0.94);
    border-bottom: 1px solid var(--line);
}

.preview-banner-inner,
.nav-shell,
.footer-grid {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.preview-banner-inner {
    padding: 12px 0;
    flex-wrap: wrap;
}

.preview-banner p,
.hero-subtitle,
.hero-microcopy,
.ticket-copy,
.section-lead,
.media-copy p,
.info-card p,
.event-copy,
.testimonial-card span,
.testimonial-card blockquote,
.trust-note,
.faq-panel p,
.contact-copy p,
.contact-card span,
.footer-brand-block p,
.footer-list li,
.footer-bottom,
.ticket-meta-grid span,
.countdown-card small,
.agenda-activity p {
    color: var(--muted);
}

.preview-actions,
.nav-links,
.nav-actions,
.hero-actions,
.event-actions,
.category-pills,
.hero-badge-grid,
.event-meta,
.event-stats-row,
.footer-list {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 70;
    background: rgba(5, 6, 7, 0.76);
    backdrop-filter: blur(18px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

.nav-shell {
    min-height: 78px;
}

.brand img {
    width: 172px;
}

.nav-links,
.nav-actions {
    align-items: center;
    justify-content: center;
}

.nav-link,
.button-primary,
.button-ghost,
.preview-actions a,
.nav-button,
.faq-trigger {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    border-radius: 999px;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}

.nav-link,
.button-ghost,
.preview-actions a {
    padding: 0 18px;
    border: 1px solid var(--line);
    background: rgba(255, 255, 255, 0.03);
}

.nav-link:hover,
.button-ghost:hover,
.preview-actions a:hover,
.button-primary:hover,
.nav-button:hover,
.platform-event-card:hover,
.info-card:hover,
.testimonial-card:hover,
.contact-card:hover,
.contact-copy:hover,
.media-card:hover,
.media-copy:hover,
.trust-note:hover,
.pricing-shell:hover,
.footer-grid > div:hover,
.footer-card:hover,
.footer-brand-block:hover {
    transform: translateY(-3px);
}

.button-primary,
.nav-button {
    padding: 0 22px;
    border: 1px solid rgba(212, 175, 55, 0.36);
    background: linear-gradient(135deg, var(--gold) 0%, var(--green) 100%);
    color: #060708;
    font-weight: 800;
    box-shadow: 0 18px 45px rgba(139, 255, 101, 0.16);
}

.button-primary:hover,
.nav-button:hover {
    box-shadow: 0 24px 54px rgba(139, 255, 101, 0.24);
}

.nav-login-button {
    min-width: 190px;
}

.hero-section {
    position: relative;
    min-height: 100vh;
    padding: 72px 0 36px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.hero-background,
.hero-noise {
    position: absolute;
    inset: 0;
}

.hero-background {
    background-position: center;
    background-size: cover;
    transform: scale(1.03);
    filter: saturate(0.92);
}

.hero-background::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(3, 4, 5, 0.92) 0%, rgba(3, 4, 5, 0.74) 42%, rgba(3, 4, 5, 0.86) 100%),
        linear-gradient(180deg, rgba(3, 4, 5, 0.12) 0%, rgba(3, 4, 5, 0.66) 100%);
}

.hero-noise {
    background: radial-gradient(circle at 20% 10%, rgba(139, 255, 101, 0.1), transparent 22%), radial-gradient(circle at 80% 20%, rgba(212, 175, 55, 0.12), transparent 26%);
    pointer-events: none;
}

.hero-layout,
.media-grid,
.contact-layout {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(360px, 0.88fr);
    gap: 24px;
    align-items: start;
}

.hero-copy-panel,
.hero-ticket-panel,
.media-card,
.media-copy,
.info-card,
.platform-event-card,
.testimonial-card,
.pricing-shell,
.contact-copy,
.contact-card,
.footer-brand-block,
.footer-card,
.footer-grid > div,
.trust-note,
.platform-strip-inner,
.agenda-board {
    border-radius: var(--radius-xl);
}

.hero-copy-panel,
.hero-ticket-panel {
    padding: 34px;
    background: linear-gradient(180deg, rgba(9, 10, 13, 0.82), rgba(9, 10, 13, 0.56));
}

.eyebrow,
.section-kicker,
.ticket-tag,
.event-badge,
.ticket-status {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 14px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.04);
    color: var(--gold-soft);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.ticket-status {
    color: var(--green-soft);
    border-color: rgba(139, 255, 101, 0.18);
}

.hero-title,
.section-title,
.ticket-card h2,
.event-title,
.pricing-card strong,
.platform-copy h2,
.media-copy h2,
.contact-copy h2,
.footer-grid h3 {
    margin: 0;
    font-family: "Poppins", "Helvetica Neue", Helvetica, sans-serif;
    line-height: 1.02;
}

.hero-title {
    margin-top: 18px;
    font-size: clamp(50px, 8vw, 82px);
    max-width: 720px;
}

.hero-subtitle {
    max-width: 650px;
    margin: 18px 0 0;
    font-size: 18px;
    line-height: 1.78;
}

.hero-badge-grid {
    margin-top: 24px;
}

.info-pill {
    min-width: 172px;
    padding: 14px 16px;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.05);
}

.info-pill span,
.ticket-meta-grid span,
.demand-head span,
.count-label,
.event-stats-row small,
.pricing-card small,
.agenda-hour,
.agenda-speaker {
    display: block;
    font-size: 11px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.info-pill strong {
    display: block;
    margin-top: 8px;
    font-size: 16px;
}

.hero-actions {
    margin-top: 28px;
}

.hero-microcopy {
    margin-top: 16px;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.ticket-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.hero-ticket-panel h2 {
    margin-top: 18px;
    font-size: 34px;
}

.ticket-copy {
    margin: 14px 0 0;
    line-height: 1.75;
}

.hero-flyer-card {
    margin-top: 22px;
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.03);
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.32);
}

.hero-flyer-card img {
    width: 100%;
    display: block;
    min-height: 360px;
    object-fit: cover;
}

.ticket-meta-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 22px;
}

.ticket-meta-grid div,
.pricing-card,
.contact-card,
.contact-copy {
    padding: 18px;
    border-radius: var(--radius-lg);
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.ticket-meta-grid strong,
.demand-head strong,
.event-stats-row strong,
.contact-card a {
    display: block;
    margin-top: 8px;
    font-size: 18px;
}

.demand-strip,
.countdown-card {
    margin-top: 18px;
    padding: 18px;
    border-radius: 22px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.03);
}

.demand-head,
.countdown-card {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    align-items: end;
}

.demand-bar {
    height: 10px;
    margin-top: 16px;
    border-radius: 999px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.06);
}

.demand-fill {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, var(--green) 0%, var(--gold) 100%);
    box-shadow: 0 0 18px rgba(139, 255, 101, 0.34);
}

.count-value {
    display: flex;
    align-items: end;
    gap: 12px;
    margin-top: 8px;
    color: var(--gold-soft);
}

.count-days {
    font-size: 42px;
    line-height: 1;
}

.count-time {
    font-size: 16px;
    line-height: 1.2;
    color: var(--muted-strong);
    padding-bottom: 5px;
}

.platform-strip,
.media-section,
.benefits-section,
.agenda-section,
.events-section,
.trust-section,
.pricing-section,
.faq-section,
.contact-section {
    padding: 20px 0 48px;
}

.platform-strip-inner,
.pricing-shell,
.contact-layout {
    padding: 24px;
}

.platform-strip-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.platform-copy h2,
.media-copy h2,
.contact-copy h2 {
    margin-top: 10px;
    font-size: clamp(30px, 5vw, 48px);
}

.category-pills span,
.event-meta span,
.event-badge {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 14px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.035);
    color: var(--muted-strong);
    font-size: 13px;
}

.media-card {
    min-height: 460px;
    overflow: hidden;
}

.media-card img {
    width: 100%;
    height: 100%;
    min-height: 460px;
    object-fit: cover;
}

.media-overlay {
    position: absolute;
    inset: auto 24px 24px 24px;
    padding: 18px;
    border-radius: 22px;
    background: linear-gradient(180deg, rgba(5, 6, 7, 0.24), rgba(5, 6, 7, 0.88));
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.media-overlay span {
    display: block;
    font-size: 12px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--gold-soft);
}

.media-overlay strong {
    display: block;
    margin-top: 8px;
    font-size: 28px;
}

.media-copy,
.info-card,
.testimonial-card,
.trust-note,
.contact-copy,
.contact-card,
.footer-brand-block,
.footer-card,
.footer-grid > div,
.faq-item {
    padding: 28px;
}

.benefit-list,
.footer-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.benefit-list li,
.footer-list li {
    position: relative;
    padding-left: 18px;
    margin-bottom: 12px;
    line-height: 1.8;
}

.benefit-list li::before,
.footer-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 12px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--green);
    box-shadow: 0 0 12px rgba(139, 255, 101, 0.3);
}

.section-head {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 20px;
    margin-bottom: 20px;
}

.section-head.center {
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.section-title {
    margin-top: 12px;
    font-size: clamp(34px, 5vw, 58px);
}

.section-lead {
    max-width: 560px;
    font-size: 16px;
    line-height: 1.8;
}

.section-lead.narrow {
    max-width: 760px;
}

.benefits-grid,
.event-grid,
.trust-grid,
.faq-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 20px;
}

.retreat-details-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    margin-top: 20px;
}

.detail-card {
    padding: 24px;
    border-radius: var(--radius-xl);
}

.detail-card-wide {
    grid-column: 1 / -1;
}

.detail-label {
    display: inline-flex;
    min-height: 32px;
    padding: 0 12px;
    align-items: center;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.03);
    color: var(--gold-soft);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.detail-card h3 {
    margin: 16px 0 10px;
    font-family: "Poppins", "Helvetica Neue", Helvetica, sans-serif;
    font-size: 28px;
    line-height: 1.12;
}

.detail-card p,
.detail-list li,
.detail-footnote {
    color: var(--muted);
    line-height: 1.8;
}

.detail-link {
    display: inline-flex;
    margin-top: 10px;
    color: var(--green-soft);
    font-weight: 700;
}

.detail-list {
    margin: 16px 0 0;
    padding: 0;
    list-style: none;
}

.detail-list li {
    position: relative;
    padding-left: 18px;
    margin-bottom: 10px;
}

.detail-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 12px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--green);
    box-shadow: 0 0 12px rgba(139, 255, 101, 0.3);
}

.detail-footnote {
    margin-top: 14px;
}

.info-card strong,
.contact-card a,
.footer-grid h3,
.testimonial-card strong,
.agenda-activity strong {
    color: var(--text);
}

.agenda-board {
    overflow: hidden;
}

.agenda-description {
    margin-bottom: 18px;
    padding: 24px;
    border-radius: var(--radius-xl);
}

.agenda-description p {
    margin: 0 0 12px;
    color: var(--muted);
    line-height: 1.85;
}

.agenda-description p:last-child {
    margin-bottom: 0;
}

.agenda-day {
    padding: 18px 24px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    background: rgba(255, 255, 255, 0.03);
    color: var(--gold-soft);
    font-family: "Poppins", "Helvetica Neue", Helvetica, sans-serif;
    font-size: 24px;
    font-weight: 700;
}

.agenda-row {
    display: grid;
    grid-template-columns: 140px minmax(0, 1fr) 220px;
    gap: 18px;
    align-items: start;
    padding: 24px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.agenda-row:last-child {
    border-bottom: 0;
}

.agenda-hour {
    color: var(--gold-soft);
    font-weight: 700;
}

.agenda-activity strong {
    font-size: 20px;
}

.agenda-activity p {
    margin: 8px 0 0;
    line-height: 1.76;
}

.agenda-speaker {
    color: var(--muted-strong);
    text-align: right;
}

.platform-event-card {
    overflow: hidden;
    position: relative;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.platform-event-card:hover {
    border-color: rgba(139, 255, 101, 0.28);
    box-shadow: 0 28px 100px rgba(0, 0, 0, 0.48), 0 0 0 1px rgba(139, 255, 101, 0.1);
}

.featured-event-card {
    border-color: rgba(212, 175, 55, 0.24);
}

.event-card-media {
    position: relative;
    padding: 18px 18px 0;
}

.event-card-media img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    border-radius: var(--radius-lg);
}

.event-card-media-full img {
    height: auto;
    max-height: none;
    object-fit: contain;
    background: rgba(255, 255, 255, 0.02);
}

.peru-showcase {
    margin-top: 8px;
}

.peru-title {
    margin-top: 14px;
}

.peru-copy {
    margin-top: 18px;
    max-width: 62ch;
}

.peru-flyer-card img {
    min-height: 0;
    object-fit: contain;
    background: rgba(255, 255, 255, 0.02);
}

.event-badge-row {
    position: absolute;
    left: 30px;
    right: 30px;
    top: 30px;
    display: flex;
    justify-content: space-between;
    gap: 12px;
}

.event-badge {
    background: rgba(5, 6, 7, 0.68);
    backdrop-filter: blur(10px);
}

.event-badge-live {
    color: var(--green-soft);
    border-color: rgba(139, 255, 101, 0.22);
}

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

.event-title {
    font-size: 30px;
}

.event-meta {
    margin: 14px 0 12px;
}

.event-copy {
    min-height: 54px;
    line-height: 1.75;
}

.event-stats-row {
    justify-content: space-between;
    margin-top: 14px;
    padding: 16px;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    background: rgba(255, 255, 255, 0.03);
}

.event-actions {
    margin-top: 14px;
}

.testimonial-head {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 20px;
}

.testimonial-avatar {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    color: #060708;
    background: linear-gradient(135deg, var(--gold) 0%, var(--green) 100%);
    box-shadow: 0 12px 28px rgba(139, 255, 101, 0.18);
}

.testimonial-card blockquote {
    margin: 0;
    line-height: 1.85;
}

.trust-note {
    margin-top: 20px;
    text-align: center;
}

.pricing-shell {
    display: grid;
    grid-template-columns: minmax(0, 1.16fr) minmax(300px, 0.84fr);
    gap: 24px;
    align-items: center;
}

.pricing-card {
    display: grid;
    gap: 12px;
    text-align: center;
    background: linear-gradient(180deg, rgba(212, 175, 55, 0.14), rgba(139, 255, 101, 0.08));
}

.pricing-card strong {
    font-size: 48px;
}

.pricing-button {
    width: 100%;
}

.faq-item {
    border-radius: var(--radius-lg);
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.faq-item.active {
    border-color: rgba(139, 255, 101, 0.26);
    box-shadow: 0 0 0 1px rgba(139, 255, 101, 0.08), var(--shadow);
}

.faq-trigger {
    width: 100%;
    padding: 0;
    min-height: 0;
    border: 0;
    background: transparent;
    color: var(--text);
    font-size: 18px;
    font-weight: 700;
    justify-content: space-between;
    text-align: left;
    cursor: pointer;
}

.faq-icon {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.04);
    font-size: 18px;
}

.faq-panel {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.22s ease, margin-top 0.22s ease;
}

.faq-panel p {
    overflow: hidden;
    margin: 0;
    line-height: 1.8;
}

.faq-item.active .faq-panel {
    grid-template-rows: 1fr;
    margin-top: 14px;
}

.faq-item.active .faq-icon {
    color: var(--green-soft);
}

.login-modal {
    position: fixed;
    inset: 0;
    z-index: 120;
    display: grid;
    place-items: center;
    padding: 24px;
}

.login-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(3, 4, 5, 0.8);
    backdrop-filter: blur(8px);
}

.login-modal-dialog {
    position: relative;
    z-index: 1;
    width: min(100%, 520px);
    padding: 30px;
    border-radius: 32px;
    background: linear-gradient(180deg, rgba(9, 10, 13, 0.96), rgba(9, 10, 13, 0.88));
    border: 1px solid rgba(212, 175, 55, 0.2);
    opacity: 0;
    transform: translateY(16px) scale(0.98);
    transition: opacity 0.18s ease, transform 0.18s ease;
}

.login-modal.is-visible .login-modal-dialog {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.login-modal-copy h2 {
    margin: 16px 0 10px;
    font-family: "Poppins", "Helvetica Neue", Helvetica, sans-serif;
    font-size: clamp(30px, 5vw, 42px);
    line-height: 1.06;
}

.login-modal-copy p,
.login-helper {
    margin: 0;
    color: var(--muted);
    line-height: 1.75;
}

.login-modal-close {
    position: absolute;
    top: 18px;
    right: 18px;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.04);
    cursor: pointer;
}

.login-modal-close span {
    font-size: 28px;
    line-height: 1;
}

.login-modal-form {
    display: grid;
    gap: 16px;
    margin-top: 24px;
}

.login-field {
    display: grid;
    gap: 8px;
}

.login-field label {
    font-size: 14px;
    font-weight: 700;
    color: var(--muted-strong);
}

.login-field input {
    width: 100%;
    min-height: 56px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.05);
    color: var(--text);
    padding: 0 18px;
    outline: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.login-field input::placeholder {
    color: rgba(215, 217, 222, 0.58);
}

.login-field input:focus {
    border-color: rgba(139, 255, 101, 0.38);
    box-shadow: 0 0 0 4px rgba(139, 255, 101, 0.08);
    background: rgba(255, 255, 255, 0.08);
}

.login-submit {
    width: 100%;
}

.login-helper {
    font-size: 13px;
    text-align: center;
}

.contact-layout {
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.8fr);
    gap: 24px;
}

.contact-card {
    display: grid;
    gap: 10px;
}

.contact-card a {
    font-size: 20px;
}

.footer,
.site-footer {
    padding: 8px 0 24px;
}

.footer-grid {
    align-items: stretch;
    gap: 18px;
    padding-bottom: 18px;
}

.footer-grid > div,
.footer-brand-block,
.footer-card {
    flex: 1 1 220px;
}

.footer-brand-block img,
.footer-brand img {
    width: 168px;
    margin-bottom: 16px;
}

.footer-grid h3,
.footer-card h4 {
    margin: 0 0 16px;
    font-size: 20px;
}

.footer-brand {
    display: flex;
    align-items: center;
    gap: 14px;
}

.footer-card p {
    margin: 0;
}

.footer-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
}

.footer-list li {
    margin-bottom: 12px;
}

.footer-bottom {
    text-align: center;
    font-size: 14px;
}

@media (max-width: 1100px) {
    .hero-layout,
    .media-grid,
    .pricing-shell,
    .contact-layout {
        grid-template-columns: 1fr;
    }

    .platform-strip-inner,
    .nav-shell,
    .footer-grid,
    .section-head {
        flex-direction: column;
        align-items: flex-start;
    }

    .agenda-row {
        grid-template-columns: 120px minmax(0, 1fr);
    }

    .agenda-speaker {
        grid-column: 2;
        text-align: left;
    }

}

@media (max-width: 760px) {
    .hero-section {
        min-height: auto;
        padding: 32px 0 18px;
    }

    .hero-copy-panel,
    .hero-ticket-panel,
    .media-copy,
    .media-card,
    .info-card,
    .platform-event-card,
    .testimonial-card,
    .pricing-shell,
    .contact-copy,
    .contact-card,
    .footer-brand-block,
    .footer-grid > div,
    .footer-card,
    .faq-item,
    .platform-strip-inner,
    .agenda-board,
    .trust-note {
        padding: 20px;
    }

    .nav-links,
    .nav-actions,
    .preview-actions,
    .hero-actions,
    .event-actions,
    .category-pills,
    .hero-badge-grid {
        width: 100%;
    }

    .nav-link,
    .button-primary,
    .button-ghost,
    .preview-actions a,
    .nav-button {
        width: 100%;
    }

    .login-modal {
        padding: 16px;
    }

    .login-modal-dialog {
        padding: 24px 20px;
        border-radius: 24px;
    }

    .hero-title {
        font-size: clamp(38px, 12vw, 56px);
    }

    .section-title,
    .platform-copy h2,
    .media-copy h2,
    .contact-copy h2 {
        font-size: clamp(28px, 9vw, 40px);
    }

    .platform-strip,
    .media-section,
    .benefits-section,
    .agenda-section,
    .events-section,
    .trust-section,
    .pricing-section,
    .faq-section,
    .contact-section {
        padding: 16px 0 32px;
    }

    .ticket-meta-grid,
    .benefits-grid,
    .event-grid,
    .trust-grid,
    .faq-grid,
    .retreat-details-grid {
        grid-template-columns: 1fr;
    }

    .event-badge-row {
        left: 24px;
        right: 24px;
        top: 24px;
        flex-wrap: wrap;
    }

    .agenda-row {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .agenda-speaker {
        grid-column: auto;
    }

    .countdown-card,
    .demand-head {
        flex-direction: column;
        align-items: flex-start;
    }
}
