:root {
    /* =========================================================
       BANCO DEL AGUA | RED AT WATER | UI SYSTEM 2030+
    ========================================================= */
    --aw-font-body: 'Inter', 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    --aw-font-title: 'Montserrat', 'Inter', 'Segoe UI', sans-serif;

    /* Brand - Refined Blues */
    --aw-primary-950: #173f63;
    --aw-primary-900: #1F5D8F;
    --aw-primary-850: #1B6498;
    --aw-primary-800: #176AA4;
    --aw-primary-700: #0E76BC;
    --aw-primary-600: #1498DB;
    --aw-primary-500: #4cb7ea;

    /* Cyan / Aqua */
    --aw-cyan-700: #21B6D7;
    --aw-cyan-600: #1EA7D8;
    --aw-cyan-500: #1498DB;
    --aw-cyan-400: #6fd7ea;

    --aw-aqua-700: #22C7D6;
    --aw-aqua-600: #11C3D3;
    --aw-aqua-500: #17B7C9;
    --aw-aqua-400: #79dde4;

    /* Semantic */
    --aw-success-600: #1f9d67;
    --aw-success-500: #25b574;
    --aw-warning-500: #d9a441;
    --aw-danger-600: #d94f4f;
    --aw-danger-500: #ef6464;
    --aw-info-500: #2196f3;

    /* Text */
    --aw-ink-950: #16232d;
    --aw-ink-900: #1E1E1E;
    --aw-ink-800: #2A2A2A;
    --aw-ink-700: #34495a;
    --aw-text-700: #425766;
    --aw-text-650: #516675;
    --aw-text-600: #5c6f7d;
    --aw-text-500: #788a97;
    --aw-text-400: #9ba9b3;

    /* Surfaces */
    --aw-white: #ffffff;
    --aw-snow: #f9fdff;
    --aw-ice: #f3fbff;
    --aw-surface: rgba(255, 255, 255, 0.88);
    --aw-surface-strong: rgba(255, 255, 255, 0.96);
    --aw-surface-solid: #ffffff;
    --aw-surface-soft: rgba(255, 255, 255, 0.78);
    --aw-surface-muted: rgba(247, 251, 255, 0.8);

    /* Borders */
    --aw-border: rgba(23, 106, 164, 0.12);
    --aw-border-strong: rgba(23, 106, 164, 0.22);
    --aw-border-soft: rgba(23, 106, 164, 0.08);
    --aw-border-bright: rgba(255, 255, 255, 0.55);

    /* Shadows */
    --aw-shadow-xs: 0 4px 12px rgba(14, 118, 188, 0.06);
    --aw-shadow-sm: 0 12px 32px rgba(23, 106, 164, 0.10);
    --aw-shadow-md: 0 20px 56px rgba(23, 106, 164, 0.14);
    --aw-shadow-lg: 0 32px 84px rgba(23, 106, 164, 0.18);
    --aw-shadow-glow: 0 12px 34px rgba(34, 199, 214, 0.18);
    --aw-shadow-soft-glow: 0 0 0 1px rgba(255, 255, 255, 0.25), 0 10px 32px rgba(69, 172, 220, 0.12);

    /* Radius */
    --aw-radius-xs: 10px;
    --aw-radius-sm: 14px;
    --aw-radius-md: 18px;
    --aw-radius-lg: 24px;
    --aw-radius-xl: 30px;
    --aw-radius-2xl: 36px;
    --aw-radius-pill: 999px;

    /* Spaces */
    --aw-space-1: 0.25rem;
    --aw-space-2: 0.5rem;
    --aw-space-3: 0.75rem;
    --aw-space-4: 1rem;
    --aw-space-5: 1.25rem;
    --aw-space-6: 1.5rem;
    --aw-space-7: 1.75rem;
    --aw-space-8: 2rem;
    --aw-space-10: 2.5rem;
    --aw-space-12: 3rem;

    /* Motion */
    --aw-transition-fast: 180ms ease;
    --aw-transition-base: 280ms cubic-bezier(0.2, 0.8, 0.2, 1);
    --aw-transition-slow: 460ms cubic-bezier(0.22, 1, 0.36, 1);
    --aw-transition-bounce: 520ms cubic-bezier(0.16, 1, 0.3, 1);


    /* -------------------------
   TOKENS EXTRA DE MOVIMIENTO
-------------------------- */
    --aw-motion-float-duration: 6.8s;
    --aw-motion-pulse-duration: 3.6s;
    --aw-motion-shine-duration: 5.8s;
    --aw-motion-border-duration: 7.4s;
    --aw-motion-soft-duration: 9.5s;

    --aw-ease-smooth: cubic-bezier(0.22, 1, 0.36, 1);
    --aw-ease-soft: cubic-bezier(0.25, 0.8, 0.25, 1);

    --aw-glow-cyan-soft: rgba(34, 199, 214, 0.12);
    --aw-glow-blue-soft: rgba(14, 118, 188, 0.14);
    --aw-glow-white-soft: rgba(255, 255, 255, 0.28);

    /* Layout */
    --aw-page-max: 1360px;

    /* Backgrounds */
    --aw-bg-gradient:
        radial-gradient(circle at 8% 10%, rgba(34, 199, 214, 0.18), transparent 24%),
        radial-gradient(circle at 92% 12%, rgba(20, 152, 219, 0.12), transparent 20%),
        radial-gradient(circle at 50% 100%, rgba(17, 195, 211, 0.08), transparent 28%),
        linear-gradient(180deg, #fbfeff 0%, #f3fbff 28%, #ecf7fd 58%, #e4f1f9 100%);

    --aw-brand-gradient:
        linear-gradient(135deg, #1F5D8F 0%, #176AA4 30%, #0E76BC 62%, #21B6D7 100%);

    --aw-brand-gradient-soft:
        linear-gradient(135deg, rgba(31, 93, 143, 0.08) 0%, rgba(14, 118, 188, 0.08) 48%, rgba(34, 199, 214, 0.14) 100%);

    --aw-brand-gradient-soft-2:
        linear-gradient(135deg, rgba(255, 255, 255, 0.75) 0%, rgba(243, 251, 255, 0.92) 50%, rgba(227, 247, 251, 0.98) 100%);
}

html {
    scroll-behavior: smooth;
}

body {
    background: var(--aw-bg-gradient);
    color: var(--aw-ink-900);
    font-family: var(--aw-font-body);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-attachment: fixed;
}

/* =========================================================
     BASE
  ========================================================= */
.aw-page,
.aw-page *,
.aw-page *::before,
.aw-page *::after {
    box-sizing: border-box;
}

.aw-page {
    position: relative;
    min-height: 100vh;
    padding: 32px 18px 56px;
    isolation: isolate;
    overflow: clip;
}

.aw-page::before {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: -2;
    background:
        radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.55), transparent 24%),
        radial-gradient(circle at 80% 12%, rgba(121, 221, 228, 0.18), transparent 20%),
        radial-gradient(circle at 50% 100%, rgba(76, 183, 234, 0.10), transparent 24%);
    animation: aw-bgFloat 16s ease-in-out infinite alternate;
}

.aw-page::after {
    content: "AT WATER";
    position: fixed;
    right: -10px;
    bottom: 24px;
    font-family: var(--aw-font-title);
    font-size: clamp(3.8rem, 10vw, 9.5rem);
    font-weight: 900;
    letter-spacing: 0.24em;
    line-height: 0.9;
    color: rgba(23, 106, 164, 0.045);
    transform: rotate(-90deg);
    transform-origin: bottom right;
    pointer-events: none;
    user-select: none;
    z-index: -1;
    white-space: nowrap;
    text-shadow: 0 0 22px rgba(255, 255, 255, 0.32);
}

.aw-page__inner {
    max-width: var(--aw-page-max);
    margin: 0 auto;
    animation: aw-pageEnter 820ms var(--aw-transition-bounce) both;
}

.aw-page a {
    text-decoration: none;
}

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

.aw-page button,
.aw-page input,
.aw-page select,
.aw-page textarea {
    font: inherit;
}

.aw-page strong {
    font-weight: 700;
    color: var(--aw-primary-900);
}

.aw-page :where(a, button, input, select, textarea):focus-visible {
    outline: 0;
    box-shadow:
        0 0 0 4px rgba(34, 199, 214, 0.15),
        0 10px 26px rgba(23, 106, 164, 0.08);
}

/* =========================================================
     HERO
  ========================================================= */
.aw-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(320px, 0.82fr);
    gap: 24px;
    align-items: stretch;
    margin-bottom: 28px;
}

.aw-hero__content,
.aw-hero__aside {
    min-width: 0;
}

.aw-hero__content {
    position: relative;
    overflow: hidden;
    padding: 34px;
    border: 1px solid var(--aw-border);
    border-radius: var(--aw-radius-2xl);
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.97) 0%, rgba(248, 252, 255, 0.90) 55%, rgba(239, 250, 255, 0.90) 100%);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    box-shadow: var(--aw-shadow-md);
    animation: aw-fadeUp 700ms var(--aw-transition-bounce) both;
}

.aw-hero__content::before {
    content: "";
    position: absolute;
    inset: auto -54px -90px auto;
    width: 280px;
    height: 280px;
    background: radial-gradient(circle, rgba(34, 199, 214, 0.22) 0%, transparent 68%);
    pointer-events: none;
    filter: blur(4px);
    animation: aw-orbFloat 9s ease-in-out infinite;
}

.aw-hero__content::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 6px;
    background: var(--aw-brand-gradient);
}

.aw-hero__eyebrow,
.aw-section__eyebrow,
.aw-ticket-card__eyebrow,
.aw-summary-card__eyebrow {
    margin: 0 0 10px;
    color: var(--aw-primary-700);
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.aw-hero__title,
.aw-section__title,
.aw-empty-state__title,
.aw-resume-card__title,
.aw-summary-card__title,
.aw-form-intro__title {
    margin: 0;
    font-family: var(--aw-font-title);
    color: var(--aw-primary-900);
    letter-spacing: -0.025em;
}

.aw-hero__title {
    font-size: clamp(2.15rem, 3vw, 3.2rem);
    line-height: 1.04;
    max-width: 12ch;
    text-wrap: balance;
}

.aw-hero__text,
.aw-section__text,
.aw-empty-state__text,
.aw-form-intro__text,
.aw-modal__body p,
.aw-support-strip__content p {
    margin: 0;
    color: var(--aw-text-650);
    line-height: 1.72;
    font-size: 1rem;
}

.aw-hero__text {
    max-width: 60ch;
    margin-top: 14px;
}

.aw-hero__actions,
.aw-section__actions,
.aw-empty-state__actions,
.aw-support-strip__actions,
.aw-form-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.aw-hero__actions {
    margin-top: 24px;
}

.aw-hero__aside {
    display: flex;
    animation: aw-fadeUp 820ms var(--aw-transition-bounce) both;
    animation-delay: 90ms;
}

.aw-resume-card {
    width: 100%;
    padding: 28px;
    border: 1px solid var(--aw-border);
    border-radius: var(--aw-radius-2xl);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.95) 0%, rgba(246, 252, 255, 0.90) 100%);
    box-shadow: var(--aw-shadow-sm);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    position: relative;
    overflow: hidden;
}

.aw-resume-card::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 5px;
    background: var(--aw-brand-gradient);
}

.aw-resume-card::after {
    content: "";
    position: absolute;
    top: -40px;
    right: -40px;
    width: 160px;
    height: 160px;
    background: radial-gradient(circle, rgba(34, 199, 214, 0.18), transparent 68%);
    filter: blur(2px);
    pointer-events: none;
}

.aw-resume-card__title {
    font-size: 1.22rem;
    margin-bottom: 18px;
}

/* =========================================================
     STEPS
  ========================================================= */
.aw-steps {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 16px;
}

.aw-steps__item {
    display: grid;
    grid-template-columns: 44px 1fr;
    gap: 14px;
    align-items: start;
}

.aw-steps__num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--aw-brand-gradient);
    color: var(--aw-white);
    font-weight: 800;
    box-shadow: var(--aw-shadow-glow);
    animation: aw-pulseGlow 3.2s ease-in-out infinite;
}

.aw-steps__item strong {
    display: block;
    margin-bottom: 3px;
    color: var(--aw-ink-950);
}

.aw-steps__item p {
    margin: 0;
    color: var(--aw-text-600);
    line-height: 1.55;
    font-size: 0.96rem;
}

/* =========================================================
     QUICK ACTIONS
  ========================================================= */
.aw-quick-actions {
    margin-bottom: 24px;
}

.aw-quick-actions__wrap {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.aw-quick-card {
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 78px;
    padding: 18px 20px;
    border: 1px solid var(--aw-border);
    border-radius: var(--aw-radius-lg);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(249, 253, 255, 0.90) 100%);
    color: var(--aw-primary-900);
    box-shadow: var(--aw-shadow-xs);
    transition:
        transform var(--aw-transition-base),
        box-shadow var(--aw-transition-base),
        border-color var(--aw-transition-fast),
        background var(--aw-transition-fast);
    overflow: hidden;
}

.aw-quick-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.0) 35%, rgba(255, 255, 255, 0.35) 50%, rgba(255, 255, 255, 0.0) 65%, transparent 100%);
    transform: translateX(-130%);
    transition: transform 900ms ease;
    pointer-events: none;
}

.aw-quick-card:hover::after,
.aw-quick-card:focus::after {
    transform: translateX(130%);
}

.aw-quick-card i {
    width: 46px;
    height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: var(--aw-brand-gradient-soft);
    color: var(--aw-primary-800);
    font-size: 1.08rem;
    flex-shrink: 0;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.45);
}

.aw-quick-card span {
    font-weight: 700;
    line-height: 1.25;
}

.aw-quick-card:hover,
.aw-quick-card:focus {
    transform: translateY(-4px);
    border-color: rgba(17, 195, 211, 0.26);
    box-shadow: var(--aw-shadow-sm);
    background: rgba(255, 255, 255, 0.99);
}

/* =========================================================
     SECTIONS
  ========================================================= */
.aw-main {
    display: block;
}

.aw-section {
    margin-bottom: 30px;
    animation: aw-fadeUp 860ms var(--aw-transition-bounce) both;
}

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

.aw-section__title {
    font-size: clamp(1.65rem, 2vw, 2.1rem);
    margin-bottom: 8px;
}

.aw-section__text {
    max-width: 64ch;
}

/* =========================================================
     GRID / CARDS
  ========================================================= */
.aw-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.aw-ticket-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    border: 1px solid var(--aw-border);
    border-radius: 26px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 252, 254, 0.92) 100%);
    box-shadow: var(--aw-shadow-sm);
    overflow: hidden;
    transition:
        transform var(--aw-transition-base),
        box-shadow var(--aw-transition-base),
        border-color var(--aw-transition-fast),
        background var(--aw-transition-fast);
    isolation: isolate;
}

.aw-ticket-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.18), transparent 26%);
    pointer-events: none;
    z-index: 0;
}

.aw-ticket-card::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 1px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.72), rgba(17, 195, 211, 0.04), rgba(23, 106, 164, 0.04));
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

.aw-ticket-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--aw-shadow-md);
    border-color: rgba(17, 195, 211, 0.22);
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(247, 252, 255, 0.94) 100%);
}

.aw-ticket-card__media {
    position: relative;
    min-height: 220px;
    background: linear-gradient(135deg, rgba(14, 118, 188, 0.05), rgba(34, 199, 214, 0.16));
    overflow: hidden;
}

.aw-ticket-card__img {
    width: 100%;
    height: 100%;
    min-height: 220px;
    object-fit: cover;
    transition: transform 900ms cubic-bezier(0.2, 0.8, 0.2, 1), filter 300ms ease;
}

.aw-ticket-card:hover .aw-ticket-card__img {
    transform: scale(1.04);
}

.aw-ticket-card__fallback {
    width: 100%;
    min-height: 220px;
    display: grid;
    place-items: center;
    background: var(--aw-brand-gradient);
    color: rgba(255, 255, 255, 0.98);
    text-align: center;
    position: relative;
    overflow: hidden;
}

.aw-ticket-card__fallback::before,
.aw-summary-card__placeholder::before {
    content: "";
    position: absolute;
    inset: -30% auto auto -10%;
    width: 220px;
    height: 220px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.18) 0%, transparent 70%);
    transform: rotate(18deg);
    animation: aw-orbFloat 10s ease-in-out infinite;
}

.aw-ticket-card__fallback span,
.aw-summary-card__placeholder {
    font-family: var(--aw-font-title);
    font-size: 1.4rem;
    font-weight: 800;
    letter-spacing: 0.28em;
}

.aw-ticket-card__badges {
    position: absolute;
    inset: 14px 14px auto 14px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    z-index: 2;
}

.aw-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 32px;
    padding: 6px 12px;
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.02em;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.aw-badge--water {
    color: var(--aw-white);
    background: rgba(31, 93, 143, 0.84);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 8px 22px rgba(18, 100, 152, 0.16);
}

.aw-badge--soft {
    color: var(--aw-primary-900);
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(23, 106, 164, 0.08);
}

.aw-ticket-card__body {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 20px;
    flex: 1;
}

.aw-ticket-card__title {
    margin: 0 0 6px;
    font-family: var(--aw-font-title);
    color: var(--aw-primary-900);
    font-size: 1.34rem;
    line-height: 1.16;
    letter-spacing: -0.02em;
    text-wrap: balance;
}

.aw-ticket-card__subtitle {
    margin: 0;
    color: var(--aw-text-600);
    font-size: 0.95rem;
    line-height: 1.55;
    font-weight: 600;
}

.aw-ticket-card__meta {
    display: grid;
    gap: 10px;
    padding: 14px;
    border-radius: var(--aw-radius-md);
    background: linear-gradient(180deg, rgba(23, 106, 164, 0.035), rgba(255, 255, 255, 0.55));
    border: 1px solid var(--aw-border-soft);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35);
}

.aw-meta-item {
    display: flex;
    align-items: start;
    gap: 10px;
    color: var(--aw-text-700);
    font-size: 0.93rem;
    line-height: 1.5;
}

.aw-meta-item i {
    width: 18px;
    margin-top: 3px;
    color: var(--aw-aqua-500);
    text-align: center;
}

.aw-ticket-card__resume {
    margin-top: auto;
    padding: 14px 16px;
    border-radius: var(--aw-radius-md);
    background: linear-gradient(180deg, rgba(17, 195, 211, 0.09), rgba(20, 152, 219, 0.04));
    border: 1px solid rgba(17, 195, 211, 0.12);
}

.aw-resume-line {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    color: var(--aw-text-700);
    font-size: 0.96rem;
}

.aw-resume-line strong {
    font-size: 1.12rem;
}

.aw-resume-line--small {
    margin-top: 6px;
    font-size: 0.8rem;
    color: var(--aw-text-500);
    justify-content: flex-start;
}

.aw-ticket-card__footer {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

/* =========================================================
     BUTTONS
  ========================================================= */
.aw-btn {
    --aw-btn-bg: var(--aw-white);
    --aw-btn-color: var(--aw-primary-900);
    --aw-btn-border: var(--aw-border);
    --aw-btn-shadow: var(--aw-shadow-xs);

    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 48px;
    padding: 12px 18px;
    border: 1px solid var(--aw-btn-border);
    border-radius: 16px;
    background: var(--aw-btn-bg);
    color: var(--aw-btn-color);
    font-weight: 800;
    font-size: 0.95rem;
    line-height: 1.2;
    box-shadow: var(--aw-btn-shadow);
    transition:
        transform var(--aw-transition-base),
        box-shadow var(--aw-transition-base),
        border-color var(--aw-transition-fast),
        background var(--aw-transition-fast),
        color var(--aw-transition-fast),
        opacity var(--aw-transition-fast),
        filter var(--aw-transition-fast);
    cursor: pointer;
    text-decoration: none !important;
    overflow: hidden;
    isolation: isolate;
}

.aw-btn::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.0) 35%, rgba(255, 255, 255, 0.28) 50%, rgba(255, 255, 255, 0.0) 65%, transparent 100%);
    transform: translateX(-140%);
    transition: transform 820ms ease;
    z-index: 0;
    pointer-events: none;
}

.aw-btn>* {
    position: relative;
    z-index: 1;
}

.aw-btn i {
    font-size: 0.95rem;
}

.aw-btn:hover,
.aw-btn:focus {
    transform: translateY(-2px);
    box-shadow: var(--aw-shadow-sm);
    outline: none;
    filter: saturate(1.03);
}

.aw-btn:hover::before,
.aw-btn:focus::before {
    transform: translateX(140%);
}

.aw-btn:active {
    transform: translateY(0);
}

.aw-btn:disabled,
.aw-btn[disabled] {
    opacity: 0.72;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
    filter: grayscale(0.08);
}

.aw-btn--block {
    width: 100%;
}

.aw-btn--lg {
    min-height: 54px;
    padding: 14px 20px;
    border-radius: 18px;
}

.aw-btn--primary {
    --aw-btn-bg: var(--aw-brand-gradient);
    --aw-btn-color: var(--aw-white);
    --aw-btn-border: rgba(14, 118, 188, 0.16);
    --aw-btn-shadow: 0 14px 28px rgba(14, 118, 188, 0.2);
}

.aw-btn--secondary {
    --aw-btn-bg: linear-gradient(135deg, rgba(17, 195, 211, 0.12), rgba(14, 118, 188, 0.08));
    --aw-btn-color: var(--aw-success-600);
    --aw-btn-border: rgba(17, 195, 211, 0.18);
    --aw-btn-shadow: 0 10px 22px rgba(17, 195, 211, 0.08);
}

.aw-btn--ghost {
    --aw-btn-bg: rgba(255, 255, 255, 0.82);
    --aw-btn-color: var(--aw-primary-900);
    --aw-btn-border: rgba(23, 106, 164, 0.12);
}

.aw-btn--light {
    --aw-btn-bg: rgba(255, 255, 255, 0.94);
    --aw-btn-color: var(--aw-primary-900);
    --aw-btn-border: rgba(255, 255, 255, 0.24);
}

.aw-btn--loading {
    position: relative;
    pointer-events: none;
}

.aw-btn--loading::after {
    content: "";
    width: 16px;
    height: 16px;
    border: 2px solid rgba(255, 255, 255, 0.45);
    border-top-color: rgba(255, 255, 255, 1);
    border-radius: 50%;
    animation: aw-spin 0.85s linear infinite;
    position: relative;
    z-index: 1;
}

/* =========================================================
     EMPTY STATE
  ========================================================= */
.aw-empty-state {
    padding: 40px 26px;
    border: 1px solid var(--aw-border);
    border-radius: var(--aw-radius-xl);
    background: var(--aw-surface-strong);
    box-shadow: var(--aw-shadow-sm);
    text-align: center;
}

.aw-empty-state__icon {
    width: 74px;
    height: 74px;
    margin: 0 auto 16px;
    border-radius: 22px;
    display: grid;
    place-items: center;
    background: var(--aw-brand-gradient-soft);
    color: var(--aw-primary-800);
    font-size: 1.4rem;
    animation: aw-floatY 5.5s ease-in-out infinite;
}

.aw-empty-state__title {
    font-size: 1.45rem;
    margin-bottom: 10px;
}

.aw-empty-state__text {
    max-width: 56ch;
    margin: 0 auto 18px;
}

/* =========================================================
     SUPPORT STRIP
  ========================================================= */
.aw-support-strip {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 20px 22px;
    border-radius: var(--aw-radius-xl);
    background: linear-gradient(135deg, #1F5D8F 0%, #176AA4 42%, #0E76BC 76%, #17B7C9 100%);
    color: rgba(255, 255, 255, 0.96);
    box-shadow: var(--aw-shadow-md);
    position: relative;
    overflow: hidden;
}

.aw-support-strip::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.0) 35%, rgba(255, 255, 255, 0.16) 50%, rgba(255, 255, 255, 0.0) 65%, transparent 100%);
    transform: translateX(-130%);
    animation: aw-shineLoop 6.5s ease-in-out infinite;
    pointer-events: none;
}

.aw-support-strip__content,
.aw-support-strip__actions {
    position: relative;
    z-index: 1;
}

.aw-support-strip__content p {
    color: rgba(255, 255, 255, 0.92);
}

/* =========================================================
     MODALS
  ========================================================= */
.modal-backdrop.show {
    opacity: 0.58;
}

.aw-modal-dialog {
    max-width: 960px;
    padding: 14px;
}

.aw-modal {
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 28px;
    overflow: hidden;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(244, 251, 254, 0.96) 100%);
    box-shadow: var(--aw-shadow-lg);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

.aw-modal__header,
.aw-modal__footer {
    border: 0;
    background: transparent;
}

.aw-modal__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 22px 24px 10px;
}

.aw-modal__title {
    display: flex;
    align-items: center;
    gap: 12px;
    font-family: var(--aw-font-title);
    color: var(--aw-primary-900);
    font-size: 1.18rem;
    font-weight: 800;
}

.aw-modal__title i {
    width: 42px;
    height: 42px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--aw-brand-gradient-soft);
    color: var(--aw-primary-800);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.45);
}

.aw-modal__close {
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 14px;
    background: rgba(23, 106, 164, 0.06);
    color: var(--aw-primary-900);
    opacity: 1;
    text-shadow: none;
    box-shadow: none;
    transition: background var(--aw-transition-fast), transform var(--aw-transition-fast);
}

.aw-modal__close:hover {
    background: rgba(23, 106, 164, 0.1);
    transform: rotate(90deg);
}

.aw-modal__body {
    padding: 10px 24px 24px;
}

.aw-modal__footer {
    padding: 0 24px 24px;
}

/* =========================================================
     PURCHASE GRID
  ========================================================= */
.aw-modal-grid {
    display: grid;
    grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.3fr);
    gap: 22px;
    align-items: start;
}

.aw-purchase-summary,
.aw-purchase-form {
    min-width: 0;
}

.aw-summary-card,
.aw-purchase-form {
    border: 1px solid var(--aw-border);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: var(--aw-shadow-sm);
}

.aw-summary-card {
    padding: 20px;
    position: sticky;
    top: 10px;
}

.aw-summary-card__title {
    font-size: 1.24rem;
    line-height: 1.18;
    margin-bottom: 16px;
}

.aw-summary-card__media {
    margin-bottom: 16px;
}

.aw-summary-card__placeholder {
    min-height: 180px;
    border-radius: 20px;
    display: grid;
    place-items: center;
    position: relative;
    overflow: hidden;
    background: var(--aw-brand-gradient);
    color: rgba(255, 255, 255, 0.98);
    text-align: center;
}

.aw-summary-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 11px;
}

.aw-summary-list li {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    padding-bottom: 10px;
    border-bottom: 1px dashed rgba(23, 106, 164, 0.12);
    color: var(--aw-text-700);
    font-size: 0.95rem;
}

.aw-summary-list li strong {
    text-align: right;
}

.aw-summary-list__note {
    font-size: 0.82rem !important;
    color: var(--aw-text-500) !important;
}

.aw-purchase-form {
    padding: 22px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.94) 0%, rgba(248, 252, 255, 0.90) 100%);
}

.aw-form-intro {
    margin-bottom: 18px;
}

.aw-form-intro__title {
    font-size: 1.24rem;
    margin-bottom: 8px;
}

/* =========================================================
     FORM
  ========================================================= */
.aw-form-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-bottom: 16px;
}

.aw-form-row--full {
    grid-template-columns: 1fr;
}

.aw-form-group {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.aw-form-group label {
    margin-bottom: 8px;
    color: var(--aw-primary-900);
    font-weight: 700;
    font-size: 0.92rem;
}

.aw-input,
.aw-select,
.aw-textarea {
    width: 100%;
    min-height: 50px;
    padding: 13px 14px;
    border: 1px solid rgba(23, 106, 164, 0.14);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.97);
    color: var(--aw-ink-900);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.55),
        0 4px 12px rgba(23, 106, 164, 0.02);
    transition:
        border-color var(--aw-transition-fast),
        box-shadow var(--aw-transition-fast),
        background var(--aw-transition-fast),
        transform var(--aw-transition-fast);
    outline: none;
    appearance: none;
}

.aw-input::placeholder,
.aw-textarea::placeholder {
    color: var(--aw-text-400);
}

.aw-input:hover,
.aw-select:hover,
.aw-textarea:hover {
    border-color: rgba(23, 106, 164, 0.2);
}

.aw-input:focus,
.aw-select:focus,
.aw-textarea:focus {
    border-color: rgba(17, 195, 211, 0.42);
    box-shadow:
        0 0 0 4px rgba(17, 195, 211, 0.1),
        0 12px 26px rgba(23, 106, 164, 0.06);
    background: rgba(255, 255, 255, 1);
    transform: translateY(-1px);
}

.aw-textarea {
    min-height: 120px;
    resize: vertical;
    line-height: 1.55;
}

.aw-select {
    background-image:
        linear-gradient(45deg, transparent 50%, var(--aw-primary-800) 50%),
        linear-gradient(135deg, var(--aw-primary-800) 50%, transparent 50%);
    background-position:
        calc(100% - 20px) calc(50% - 3px),
        calc(100% - 14px) calc(50% - 3px);
    background-size: 6px 6px, 6px 6px;
    background-repeat: no-repeat;
    padding-right: 42px;
}

.aw-input--error,
.aw-input.aw-input--error,
.aw-select.aw-input--error,
.aw-textarea.aw-input--error {
    border-color: rgba(217, 79, 79, 0.5);
    box-shadow: 0 0 0 4px rgba(217, 79, 79, 0.08);
}

.aw-field-help,
.aw-field-error,
.aw-textarea-meta small {
    display: block;
    margin-top: 7px;
    font-size: 0.78rem;
    line-height: 1.45;
}

.aw-field-help,
.aw-textarea-meta small:first-child {
    color: var(--aw-text-500);
}

.aw-field-error {
    min-height: 18px;
    color: var(--aw-danger-600);
    font-weight: 600;
}

.aw-textarea-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

/* =========================================================
     SWITCH GROUP
  ========================================================= */
.aw-switch-group {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.aw-switch-option {
    position: relative;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
}

.aw-switch-option input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.aw-switch-option span {
    min-height: 44px;
    padding: 10px 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    border: 1px solid rgba(23, 106, 164, 0.14);
    background: rgba(255, 255, 255, 0.92);
    color: var(--aw-text-700);
    font-weight: 700;
    transition: all var(--aw-transition-fast);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35);
}

.aw-switch-option input:checked+span {
    background: var(--aw-brand-gradient);
    border-color: rgba(14, 118, 188, 0.18);
    color: var(--aw-white);
    box-shadow: 0 10px 22px rgba(14, 118, 188, 0.16);
}

/* =========================================================
     ALERTS
  ========================================================= */
.aw-alert {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 13px 15px;
    border-radius: 16px;
    margin-bottom: 16px;
    border: 1px solid transparent;
    font-size: 0.92rem;
    line-height: 1.55;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.aw-alert i {
    font-size: 0.95rem;
    flex: 0 0 auto;
}

.aw-alert--info {
    color: var(--aw-primary-900);
    background: rgba(20, 152, 219, 0.07);
    border-color: rgba(20, 152, 219, 0.14);
}

.aw-alert--success {
    color: #0f5a3c;
    background: rgba(37, 181, 116, 0.1);
    border-color: rgba(37, 181, 116, 0.18);
}

.aw-alert--error {
    color: #7c2323;
    background: rgba(239, 100, 100, 0.1);
    border-color: rgba(217, 79, 79, 0.18);
}

/* =========================================================
     REVEAL / AUTO ANIMATIONS
  ========================================================= */
.aw-reveal {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity var(--aw-transition-slow), transform var(--aw-transition-slow);
}

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

.aw-hero__content,
.aw-resume-card,
.aw-quick-card,
.aw-ticket-card,
.aw-support-strip,
.aw-empty-state,
.aw-summary-card,
.aw-purchase-form {
    will-change: transform, opacity;
}

.aw-quick-actions__wrap>*:nth-child(1),
.aw-grid>*:nth-child(1) {
    animation-delay: 40ms;
}

.aw-quick-actions__wrap>*:nth-child(2),
.aw-grid>*:nth-child(2) {
    animation-delay: 90ms;
}

.aw-quick-actions__wrap>*:nth-child(3),
.aw-grid>*:nth-child(3) {
    animation-delay: 140ms;
}

.aw-quick-actions__wrap>*,
.aw-grid>* {
    animation: aw-fadeUp 780ms var(--aw-transition-bounce) both;
}

@keyframes aw-spin {
    to {
        transform: rotate(360deg);
    }
}

@keyframes aw-pageEnter {
    0% {
        opacity: 0;
        transform: translateY(18px) scale(0.995);
    }

    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes aw-fadeUp {
    0% {
        opacity: 0;
        transform: translateY(22px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes aw-floatY {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-5px);
    }
}

@keyframes aw-bgFloat {
    0% {
        transform: translate3d(0, 0, 0) scale(1);
    }

    100% {
        transform: translate3d(0, -10px, 0) scale(1.02);
    }
}

@keyframes aw-orbFloat {

    0%,
    100% {
        transform: translate3d(0, 0, 0) rotate(0deg);
    }

    50% {
        transform: translate3d(-10px, 8px, 0) rotate(8deg);
    }
}

@keyframes aw-pulseGlow {

    0%,
    100% {
        box-shadow: 0 10px 24px rgba(34, 199, 214, 0.14);
    }

    50% {
        box-shadow: 0 14px 34px rgba(34, 199, 214, 0.24);
    }
}

@keyframes aw-shineLoop {
    0% {
        transform: translateX(-130%);
    }

    45%,
    100% {
        transform: translateX(130%);
    }
}

/* =========================================================
     SCROLLBAR
  ========================================================= */
.aw-page ::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

.aw-page ::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, rgba(23, 106, 164, 0.42), rgba(17, 195, 211, 0.42));
    border-radius: 999px;
}

.aw-page ::-webkit-scrollbar-track {
    background: rgba(23, 106, 164, 0.05);
    border-radius: 999px;
}

/* =========================================================
     LEGACY / SAFE COMPAT
  ========================================================= */
.modal-content {
    border: 0;
    background: transparent;
}

.modal-header .close {
    padding: 0;
    margin: 0;
}

button:focus,
a:focus,
input:focus,
select:focus,
textarea:focus {
    outline: none;
}

.aw-page .btn,
.aw-page .button {
    transition: var(--aw-transition-base);
}

.aw-page .card,
.aw-page .modal,
.aw-page .table,
.aw-page .form-control {
    max-width: 100%;
}

/* =========================================================
     RESPONSIVE
  ========================================================= */
@media (max-width: 1199.98px) {
    .aw-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .aw-hero {
        grid-template-columns: 1fr;
    }

    .aw-modal-grid {
        grid-template-columns: 1fr;
    }

    .aw-summary-card {
        position: static;
    }

    .aw-page::after {
        font-size: clamp(3.2rem, 10vw, 7.5rem);
        right: -4px;
        bottom: 8px;
        opacity: 0.9;
    }
}

@media (max-width: 991.98px) {
    .aw-page {
        padding: 24px 16px 46px;
    }

    .aw-quick-actions__wrap {
        grid-template-columns: 1fr;
    }

    .aw-section__header,
    .aw-support-strip {
        flex-direction: column;
        align-items: stretch;
    }

    .aw-form-row {
        grid-template-columns: 1fr;
    }

    .aw-ticket-card__footer {
        grid-template-columns: 1fr;
    }

    .aw-hero__title {
        max-width: 16ch;
    }
}

@media (max-width: 767.98px) {
    .aw-page {
        padding: 18px 12px 34px;
    }

    .aw-page::after {
        content: "AT WATER";
        right: -38px;
        bottom: 54px;
        font-size: 3.5rem;
        letter-spacing: 0.18em;
        color: rgba(23, 106, 164, 0.05);
    }

    .aw-hero__content,
    .aw-resume-card,
    .aw-purchase-form,
    .aw-summary-card {
        padding: 20px;
        border-radius: 22px;
    }

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

    .aw-section__title,
    .aw-hero__title {
        max-width: none;
    }

    .aw-support-strip {
        padding: 18px;
        border-radius: 22px;
    }

    .aw-modal__header {
        padding: 18px 18px 8px;
    }

    .aw-modal__body {
        padding: 8px 18px 18px;
    }

    .aw-modal__footer {
        padding: 0 18px 18px;
    }

    .aw-btn {
        width: 100%;
    }

    .aw-hero__actions,
    .aw-section__actions,
    .aw-form-actions,
    .aw-empty-state__actions,
    .aw-support-strip__actions {
        flex-direction: column;
        width: 100%;
    }

    .aw-hero__content::before {
        width: 180px;
        height: 180px;
    }
}

@media (max-width: 575.98px) {
    .aw-hero__title {
        font-size: 1.84rem;
        line-height: 1.08;
    }

    .aw-section__title,
    .aw-empty-state__title,
    .aw-summary-card__title,
    .aw-form-intro__title {
        font-size: 1.25rem;
    }

    .aw-ticket-card__title {
        font-size: 1.14rem;
    }

    .aw-ticket-card__media,
    .aw-ticket-card__img,
    .aw-ticket-card__fallback {
        min-height: 190px;
    }

    .aw-summary-card__placeholder {
        min-height: 150px;
    }

    .aw-ticket-card__body {
        padding: 16px;
    }

    .aw-modal-dialog {
        padding: 8px;
    }

    .aw-switch-group {
        width: 100%;
    }

    .aw-switch-option {
        flex: 1 1 calc(50% - 5px);
    }

    .aw-switch-option span {
        width: 100%;
    }

    .aw-hero__content,
    .aw-resume-card,
    .aw-purchase-form,
    .aw-summary-card,
    .aw-empty-state,
    .aw-support-strip {
        border-radius: 20px;
    }
}

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

    .aw-page *,
    .aw-page *::before,
    .aw-page *::after {
        animation: none !important;
        transition: none !important;
        scroll-behavior: auto !important;
    }

    .aw-reveal {
        opacity: 1 !important;
        transform: none !important;
    }
}

/* =========================================================
   AT WATER | PREMIUM MOTION PATCH
   Parche incremental global para animación natural
   Pegar DESPUÉS del CSS actual
========================================================= */

/* -------------------------
   BASE GLOBAL
-------------------------- */
.aw-page {
    isolation: isolate;
}

.aw-page .aw-hero__content,
.aw-page .aw-resume-card,
.aw-page .aw-quick-card,
.aw-page .aw-ticket-card,
.aw-page .aw-support-strip,
.aw-page .aw-summary-card,
.aw-page .aw-purchase-form,
.aw-page .aw-empty-state,
.aw-page .aw-modal,
.aw-page .aw-btn,
.aw-page .aw-badge,
.aw-page .aw-empty-state__icon,
.aw-page .aw-steps__num,
.aw-page .aw-modal__title i,
.aw-page .aw-quick-card i {
    transform: translateZ(0);
    backface-visibility: hidden;
}

/* -------------------------
   AMBIENTE GENERAL SUAVE
-------------------------- */
.aw-page::before {
    animation: awAmbientDrift var(--aw-motion-soft-duration) ease-in-out infinite alternate;
}

/* Marca de agua con respiración sutil */
.aw-page::after {
    animation: awWatermarkBreath 8.5s ease-in-out infinite;
}

/* -------------------------
   BORDES VIVOS / LINEA SUPERIOR
-------------------------- */
.aw-hero__content::after,
.aw-resume-card::before {
    background-size: 200% 100%;
    animation: awGradientFlow var(--aw-motion-border-duration) linear infinite;
}

/* Línea viva suave en support strip */
.aw-support-strip {
    position: relative;
}

.aw-support-strip::after {
    content: "";
    position: absolute;
    inset: auto 0 0 0;
    height: 2px;
    background: linear-gradient(90deg,
            rgba(255, 255, 255, 0.1) 0%,
            rgba(255, 255, 255, 0.8) 20%,
            rgba(255, 255, 255, 0.12) 40%,
            rgba(255, 255, 255, 0.78) 65%,
            rgba(255, 255, 255, 0.12) 100%);
    background-size: 220% 100%;
    animation: awGradientFlow 8s linear infinite;
    pointer-events: none;
    opacity: 0.72;
}

/* -------------------------
   ICONOS CON VIDA
-------------------------- */
.aw-empty-state__icon,
.aw-modal__title i,
.aw-quick-card i,
.aw-meta-item i {
    transform-origin: center;
}

/* flotación lenta para iconos destacados */
.aw-empty-state__icon,
.aw-modal__title i,
.aw-steps__num {
    animation:
        awIconFloat var(--aw-motion-float-duration) ease-in-out infinite,
        awSoftGlow var(--aw-motion-pulse-duration) ease-in-out infinite;
}

/* Iconos de quick card: más discreto */
.aw-quick-card i {
    animation: awIconFloatSmall 5.8s ease-in-out infinite;
}

/* Iconos meta: casi imperceptible */
.aw-meta-item i {
    animation: awIconBreath 4.4s ease-in-out infinite;
}

/* -------------------------
   CARDS CON SHINE SUAVE
-------------------------- */
.aw-ticket-card,
.aw-quick-card,
.aw-resume-card,
.aw-summary-card,
.aw-purchase-form,
.aw-empty-state {
    position: relative;
    overflow: hidden;
}

.aw-ticket-card::before,
.aw-quick-card::before,
.aw-resume-card::after,
.aw-summary-card::after,
.aw-purchase-form::after,
.aw-empty-state::after {
    pointer-events: none;
}

/* shine automático muy suave en cards */
.aw-ticket-card::after,
.aw-quick-card::after {
    animation: awAutoShine var(--aw-motion-shine-duration) ease-in-out infinite;
}

/* brillo ambiental en bloques glass */
.aw-hero__content,
.aw-resume-card,
.aw-summary-card,
.aw-purchase-form,
.aw-empty-state {
    animation: awSurfaceBreath 6.5s ease-in-out infinite;
}

/* -------------------------
   BADGES Y PILLS
-------------------------- */
.aw-badge,
.aw-switch-option span {
    animation: awSoftGlow 4.8s ease-in-out infinite;
}

/* escalonar sin tocar HTML */
.aw-badge:nth-child(2),
.aw-switch-option:nth-child(2) span {
    animation-delay: 0.6s;
}

.aw-badge:nth-child(3),
.aw-switch-option:nth-child(3) span {
    animation-delay: 1.1s;
}

/* -------------------------
   BOTONES MÁS VIVOS
-------------------------- */
.aw-btn--primary {
    background-size: 180% 180%;
    animation: awGradientPulse 6.2s ease-in-out infinite;
}

.aw-btn--secondary,
.aw-btn--ghost,
.aw-btn--light {
    animation: awButtonBreath 5.6s ease-in-out infinite;
}

/* -------------------------
   IMÁGENES / MEDIA
-------------------------- */
.aw-ticket-card__img {
    animation: awMediaRest 8s ease-in-out infinite;
}

/* fallback con energía suave */
.aw-ticket-card__fallback,
.aw-summary-card__placeholder {
    background-size: 180% 180%;
    animation: awGradientPulse 8.4s ease-in-out infinite;
}

/* -------------------------
   SECCIONES / ENTRADA NATURAL
-------------------------- */
.aw-section,
.aw-hero__content,
.aw-hero__aside,
.aw-quick-actions__wrap>*,
.aw-grid>*,
.aw-support-strip {
    animation-fill-mode: both;
}

.aw-section:nth-of-type(2),
.aw-grid>*:nth-child(2),
.aw-quick-actions__wrap>*:nth-child(2) {
    animation-delay: 90ms;
}

.aw-section:nth-of-type(3),
.aw-grid>*:nth-child(3),
.aw-quick-actions__wrap>*:nth-child(3) {
    animation-delay: 160ms;
}

.aw-grid>*:nth-child(4) {
    animation-delay: 220ms;
}

.aw-grid>*:nth-child(5) {
    animation-delay: 280ms;
}

.aw-grid>*:nth-child(6) {
    animation-delay: 340ms;
}

/* -------------------------
   HOVER MÁS NATURAL
-------------------------- */
.aw-ticket-card,
.aw-quick-card,
.aw-btn,
.aw-switch-option span,
.aw-badge {
    transition:
        transform var(--aw-transition-base),
        box-shadow var(--aw-transition-base),
        border-color var(--aw-transition-fast),
        background var(--aw-transition-fast),
        color var(--aw-transition-fast),
        opacity var(--aw-transition-fast),
        filter var(--aw-transition-fast);
}

.aw-ticket-card:hover {
    box-shadow:
        var(--aw-shadow-md),
        0 0 0 1px rgba(34, 199, 214, 0.06);
}

.aw-quick-card:hover,
.aw-btn:hover {
    box-shadow:
        var(--aw-shadow-sm),
        0 0 18px rgba(34, 199, 214, 0.08);
}

/* -------------------------
   KEYFRAMES
-------------------------- */
@keyframes awAmbientDrift {
    0% {
        transform: translate3d(0, 0, 0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translate3d(0, -10px, 0) scale(1.02);
        opacity: 0.96;
    }
}

@keyframes awWatermarkBreath {

    0%,
    100% {
        opacity: 0.95;
        filter: blur(0px);
    }

    50% {
        opacity: 1;
        filter: blur(0.35px);
    }
}

@keyframes awGradientFlow {
    0% {
        background-position: 0% 50%;
    }

    100% {
        background-position: 200% 50%;
    }
}

@keyframes awGradientPulse {

    0%,
    100% {
        background-position: 0% 50%;
        filter: saturate(1);
    }

    50% {
        background-position: 100% 50%;
        filter: saturate(1.06);
    }
}

@keyframes awSurfaceBreath {

    0%,
    100% {
        box-shadow: var(--aw-shadow-sm);
    }

    50% {
        box-shadow:
            var(--aw-shadow-sm),
            0 0 28px rgba(34, 199, 214, 0.05);
    }
}

@keyframes awSoftGlow {

    0%,
    100% {
        box-shadow:
            0 0 0 0 rgba(34, 199, 214, 0.00),
            0 8px 18px rgba(34, 199, 214, 0.08);
    }

    50% {
        box-shadow:
            0 0 0 6px rgba(34, 199, 214, 0.00),
            0 12px 26px rgba(34, 199, 214, 0.14);
    }
}

@keyframes awIconFloat {

    0%,
    100% {
        transform: translate3d(0, 0, 0);
    }

    50% {
        transform: translate3d(0, -4px, 0);
    }
}

@keyframes awIconFloatSmall {

    0%,
    100% {
        transform: translate3d(0, 0, 0);
    }

    50% {
        transform: translate3d(0, -2px, 0);
    }
}

@keyframes awIconBreath {

    0%,
    100% {
        opacity: 0.92;
        transform: scale(1);
    }

    50% {
        opacity: 1;
        transform: scale(1.04);
    }
}

@keyframes awAutoShine {

    0%,
    100% {
        opacity: 0.82;
    }

    50% {
        opacity: 1;
    }
}

@keyframes awButtonBreath {

    0%,
    100% {
        box-shadow: var(--aw-shadow-xs);
    }

    50% {
        box-shadow:
            var(--aw-shadow-sm),
            0 0 18px rgba(34, 199, 214, 0.05);
    }
}

@keyframes awMediaRest {

    0%,
    100% {
        transform: scale(1);
        filter: saturate(1);
    }

    50% {
        transform: scale(1.018);
        filter: saturate(1.03);
    }
}

/* -------------------------
   RESPONSIVE REAL: REDUCCIÓN
-------------------------- */
@media (max-width: 1199.98px) {
    :root {
        --aw-motion-float-duration: 7.4s;
        --aw-motion-pulse-duration: 4.2s;
        --aw-motion-shine-duration: 6.6s;
        --aw-motion-border-duration: 8.4s;
    }

    .aw-page::after {
        opacity: 0.78;
    }

    .aw-ticket-card__img {
        animation-duration: 10s;
    }
}

@media (max-width: 991.98px) {
    :root {
        --aw-motion-float-duration: 8.2s;
        --aw-motion-pulse-duration: 4.8s;
        --aw-motion-shine-duration: 7.2s;
        --aw-motion-border-duration: 9s;
    }

    .aw-page::before {
        animation-duration: 14s;
    }

    .aw-page::after {
        opacity: 0.6;
    }

    .aw-empty-state__icon,
    .aw-modal__title i,
    .aw-steps__num,
    .aw-quick-card i {
        animation-duration: 7.8s, 5.2s;
    }

    .aw-ticket-card,
    .aw-quick-card,
    .aw-btn {
        transition-duration: 220ms;
    }
}

@media (max-width: 767.98px) {
    :root {
        --aw-motion-float-duration: 9s;
        --aw-motion-pulse-duration: 5.4s;
        --aw-motion-shine-duration: 8.4s;
        --aw-motion-border-duration: 10s;
    }

    /* baja intensidad en mobile */
    .aw-page::before {
        opacity: 0.7;
    }

    .aw-page::after {
        opacity: 0.45;
    }

    .aw-ticket-card__img {
        animation: none;
    }

    .aw-btn--primary,
    .aw-ticket-card__fallback,
    .aw-summary-card__placeholder,
    .aw-hero__content::after,
    .aw-resume-card::before,
    .aw-support-strip::after {
        animation-duration: 10s;
    }

    .aw-empty-state__icon,
    .aw-modal__title i,
    .aw-steps__num {
        animation:
            awIconFloatSmall 8.8s ease-in-out infinite,
            awSoftGlow 6s ease-in-out infinite;
    }

    .aw-quick-card i,
    .aw-meta-item i,
    .aw-badge,
    .aw-switch-option span {
        animation: none;
    }
}

@media (max-width: 575.98px) {
    .aw-page::before {
        opacity: 0.55;
    }

    .aw-page::after {
        opacity: 0.32;
    }

    .aw-ticket-card::after,
    .aw-quick-card::after,
    .aw-support-strip::before {
        animation-duration: 9.5s;
    }

    /* mobile pequeño: más limpio, menos carga visual */
    .aw-resume-card,
    .aw-summary-card,
    .aw-purchase-form,
    .aw-empty-state,
    .aw-hero__content {
        animation: none;
    }
}

/* -------------------------
   ACCESIBILIDAD
-------------------------- */
@media (prefers-reduced-motion: reduce) {

    .aw-page *,
    .aw-page *::before,
    .aw-page *::after {
        animation: none !important;
        transition: none !important;
        transform: none !important;
    }
}

/* =========================================================
   AT WATER | SEARCH + LOAD MORE PATCH
========================================================= */

.aw-catalog-toolbar {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 16px;
    margin: 0 0 22px;
    flex-wrap: wrap;
}

.aw-catalog-search {
    flex: 1 1 560px;
    max-width: 760px;
}

.aw-catalog-search__label {
    display: inline-block;
    margin-bottom: 8px;
    color: var(--aw-primary-900);
    font-weight: 700;
    font-size: 0.92rem;
}

.aw-catalog-search__control {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 58px;
    padding: 0 14px 0 16px;
    border: 1px solid var(--aw-border);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: var(--aw-shadow-xs);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    transition:
        border-color var(--aw-transition-fast),
        box-shadow var(--aw-transition-base),
        transform var(--aw-transition-fast);
}

.aw-catalog-search__control:focus-within {
    border-color: rgba(17, 195, 211, 0.35);
    box-shadow:
        0 0 0 4px rgba(17, 195, 211, 0.08),
        var(--aw-shadow-sm);
    transform: translateY(-1px);
}

.aw-catalog-search__control>i {
    flex: 0 0 auto;
    color: var(--aw-primary-700);
    font-size: 0.95rem;
    margin-right: 10px;
}

.aw-catalog-search__input {
    width: 100%;
    min-width: 0;
    min-height: 56px;
    border: 0;
    background: transparent;
    color: var(--aw-ink-900);
    font: inherit;
    outline: none;
    box-shadow: none;
}

.aw-catalog-search__input::placeholder {
    color: var(--aw-text-500);
}

.aw-catalog-search__clear {
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 12px;
    background: rgba(23, 106, 164, 0.08);
    color: var(--aw-primary-800);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition:
        background var(--aw-transition-fast),
        transform var(--aw-transition-fast);
}

.aw-catalog-search__clear:hover {
    background: rgba(23, 106, 164, 0.12);
    transform: scale(1.04);
}

.aw-catalog-search__help,
.aw-catalog-toolbar__count {
    display: block;
    margin-top: 8px;
    color: var(--aw-text-500);
    font-size: 0.82rem;
}

.aw-catalog-toolbar__meta {
    flex: 0 1 auto;
}

.aw-catalog-footer {
    display: flex;
    justify-content: center;
    margin-top: 22px;
}

.aw-empty-state--search {
    margin-top: 22px;
}

.aw-ticket-card.is-hidden-by-filter {
    display: none !important;
}

.aw-ticket-card.is-hidden-by-pagination {
    display: none !important;
}

.aw-ticket-card.aw-card-live {
    animation: awCardLiveIn 420ms var(--aw-ease-smooth, cubic-bezier(0.22, 1, 0.36, 1));
}

@keyframes awCardLiveIn {
    0% {
        opacity: 0;
        transform: translateY(10px) scale(0.985);
    }

    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@media (max-width: 767.98px) {
    .aw-catalog-toolbar {
        align-items: stretch;
    }

    .aw-catalog-search {
        flex-basis: 100%;
        max-width: 100%;
    }

    .aw-catalog-toolbar__meta {
        width: 100%;
    }

    .aw-catalog-search__control {
        min-height: 54px;
        border-radius: 16px;
    }

    .aw-catalog-search__input {
        min-height: 52px;
    }
}