.aw-access-view {
    /* =========================================================
     BANCO DEL AGUA — DESIGN TOKENS
     Escalable, premium, sobrio, corporativo, compatible
  ========================================================= */

    /* Brand core */
    --aw-primary: #0e76bc;
    --aw-primary-2: #1498db;
    --aw-primary-3: #1ea7d8;

    --aw-secondary: #17b7c9;
    --aw-secondary-2: #11c3d3;
    --aw-secondary-3: #22c7d6;

    --aw-accent-light: #55c9ee;
    --aw-accent-light-2: #7fdbf4;
    --aw-accent-light-3: #a6e9f9;

    --aw-deep-1: #176aa4;
    --aw-deep-2: #1f5d8f;
    --aw-ink: #1e1e1e;
    --aw-ink-2: #2a2a2a;

    /* Neutral surfaces */
    --aw-surface-0: #ffffff;
    --aw-surface-1: #f8fbfd;
    --aw-surface-2: #f1f7fb;
    --aw-surface-3: #e8f1f8;
    --aw-surface-4: #ddeaf4;

    /* Background system */
    --aw-bg-soft:
        radial-gradient(circle at 12% 14%, rgba(20, 152, 219, 0.10), transparent 24%),
        radial-gradient(circle at 86% 12%, rgba(23, 183, 201, 0.08), transparent 22%),
        radial-gradient(circle at 52% 100%, rgba(34, 199, 214, 0.08), transparent 28%),
        linear-gradient(180deg, #f9fcfe 0%, #f3f8fc 46%, #eaf3f9 100%);

    /* Text */
    --aw-text: #24445a;
    --aw-text-strong: #163a52;
    --aw-text-title: #10324a;
    --aw-text-muted: rgba(23, 58, 82, 0.72);
    --aw-text-soft: rgba(23, 58, 82, 0.56);
    --aw-text-inverse: #ffffff;

    /* White */
    --aw-white: #ffffff;
    --aw-white-soft: rgba(255, 255, 255, 0.88);

    /* Glass */
    --aw-glass: rgba(255, 255, 255, 0.76);
    --aw-glass-strong: rgba(255, 255, 255, 0.90);
    --aw-glass-ultra: rgba(255, 255, 255, 0.94);

    /* Borders */
    --aw-border-soft: rgba(16, 74, 107, 0.08);
    --aw-border-mid: rgba(16, 74, 107, 0.12);
    --aw-border-strong: rgba(16, 74, 107, 0.18);
    --aw-border-brand: rgba(20, 152, 219, 0.18);
    --aw-border-brand-strong: rgba(23, 183, 201, 0.24);

    /* Radius */
    --aw-radius-xs: 12px;
    --aw-radius-sm: 16px;
    --aw-radius-md: 22px;
    --aw-radius-lg: 28px;
    --aw-radius-xl: 34px;
    --aw-radius-2xl: 40px;
    --aw-radius-pill: 999px;

    /* Shadows */
    --aw-shadow-xs: 0 6px 16px rgba(19, 54, 78, 0.05);
    --aw-shadow-sm: 0 12px 26px rgba(17, 55, 80, 0.08);
    --aw-shadow-md: 0 20px 44px rgba(14, 44, 65, 0.12);
    --aw-shadow-lg: 0 30px 70px rgba(10, 35, 52, 0.16);
    --aw-shadow-brand:
        0 24px 58px rgba(16, 61, 89, 0.14),
        0 0 0 1px rgba(255, 255, 255, 0.24);

    /* Motion */
    --aw-ease: cubic-bezier(0.22, 1, 0.36, 1);
    --aw-fast: 180ms;
    --aw-normal: 280ms;
    --aw-slow: 520ms;
    --aw-float-duration: 5.5s;
    --aw-icon-duration: 4.8s;
    --aw-shine-duration: 6.5s;

    /* Layout */
    position: relative;
    width: 100%;
    padding: clamp(18px, 2.4vw, 30px);
    color: var(--aw-text);
    font-family: 'Inter', sans-serif;
    overflow: hidden;
    isolation: isolate;
}

.aw-access-view *,
.aw-access-view *::before,
.aw-access-view *::after {
    box-sizing: border-box;
}

.aw-access-view a {
    text-decoration: none;
}

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

.aw-access-view button,
.aw-access-view a,
.aw-access-view [role="button"] {
    -webkit-tap-highlight-color: transparent;
}

/* =========================================================
   BACKGROUND LAYER
========================================================= */
.aw-access-view__bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    background: var(--aw-bg-soft);
    border-radius: 32px;
    overflow: hidden;
}

.aw-access-view__bg::before,
.aw-access-view__bg::after {
    content: "";
    position: absolute;
    border-radius: 999px;
    filter: blur(18px);
    opacity: 0.75;
}

.aw-access-view__bg::before {
    width: 260px;
    height: 260px;
    top: -70px;
    left: -60px;
    background: radial-gradient(circle, rgba(20, 152, 219, 0.16), transparent 70%);
    animation: awFloatSoft 14s ease-in-out infinite;
}

.aw-access-view__bg::after {
    width: 320px;
    height: 320px;
    right: -90px;
    bottom: -100px;
    background: radial-gradient(circle, rgba(23, 183, 201, 0.14), transparent 72%);
    animation: awFloatSoft 18s ease-in-out infinite reverse;
}

/* =========================================================
   CONTAINER / STAGE
========================================================= */
.aw-stage {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
}

/* =========================================================
   MAIN SHELL
========================================================= */
.aw-card-shell {
    position: relative;
    width: 100%;
    padding: clamp(24px, 3vw, 42px);
    border-radius: var(--aw-radius-xl);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.90), rgba(255, 255, 255, 0.80)),
        linear-gradient(135deg, rgba(20, 152, 219, 0.03), rgba(23, 183, 201, 0.03));
    border: 1px solid rgba(255, 255, 255, 0.92);
    box-shadow: var(--aw-shadow-brand);
    backdrop-filter: blur(18px) saturate(128%);
    -webkit-backdrop-filter: blur(18px) saturate(128%);
    overflow: hidden;
}

.aw-card-shell::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(135deg,
            rgba(255, 255, 255, 0.42) 0%,
            rgba(255, 255, 255, 0.14) 24%,
            transparent 52%,
            rgba(20, 152, 219, 0.04) 84%,
            rgba(23, 183, 201, 0.06) 100%);
}

.aw-card-shell::after {
    content: "";
    position: absolute;
    inset: 1px;
    border-radius: inherit;
    border: 1px solid rgba(255, 255, 255, 0.34);
    pointer-events: none;
}

/* Marca de agua */
.aw-card-shell .aw-watermark,
.aw-card-shell::marker {
    display: none;
}

.aw-card-shell>.aw-watermark,
.aw-card-shell::selection {
    background: transparent;
}

.aw-card-shell::backdrop {
    background: transparent;
}

.aw-card-shell .aw-watermark,
.aw-card-shell[data-watermark]::after-watermark {
    display: none;
}

.aw-card-shell::before,
.aw-card-shell::after {
    pointer-events: none;
}

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

.aw-card-shell .aw-watermark-text {
    display: none;
}

.aw-card-shell::after {
    content: "";
    position: absolute;
    inset: 1px;
    border-radius: inherit;
    border: 1px solid rgba(255, 255, 255, 0.34);
    pointer-events: none;
    z-index: 1;
}

.aw-card-shell::before {
    z-index: 0;
}

.aw-card-shell {
    position: relative;
}

.aw-card-shell .aw-shell-watermark {
    display: none;
}

.aw-card-shell::selection {
    color: inherit;
}

/* watermark visual real */
.aw-card-shell .aw-watermark-layer {
    display: none;
}

.aw-card-shell::part(watermark) {
    display: none;
}

.aw-card-shell::after-watermark {
    display: none;
}

.aw-card-shell::before-watermark {
    display: none;
}

.aw-card-shell {
    --aw-watermark-size: clamp(4.8rem, 10vw, 7.8rem);
}

.aw-card-shell .aw-watermark-atwater {
    display: none;
}

.aw-card-shell::before,
.aw-card-shell::after {
    isolation: isolate;
}

.aw-card-shell::after {
    z-index: 1;
}

.aw-card-shell::before {
    z-index: 0;
}

.aw-card-shell .aw-watermark-brand {
    display: none;
}

.aw-card-shell>.aw-ripple-bg {
    z-index: 0;
}

.aw-card-shell>.aw-brand-header,
.aw-card-shell>.aw-apps-container,
.aw-card-shell>.aw-bottom-nav,
.aw-card-shell>.aw-footer-copy {
    z-index: 2;
}

/* watermark utilizando pseudo-elemento auxiliar por compatibilidad */
.aw-card-shell .aw-brand-watermark {
    display: none;
}

.aw-card-shell {
    position: relative;
}

.aw-card-shell:has(*)::selection {
    background: rgba(20, 152, 219, 0.16);
}

.aw-card-shell::before,
.aw-card-shell::after {
    will-change: transform, opacity;
}

.aw-card-shell::before {
    background:
        linear-gradient(135deg,
            rgba(255, 255, 255, 0.42) 0%,
            rgba(255, 255, 255, 0.14) 24%,
            transparent 52%,
            rgba(20, 152, 219, 0.04) 84%,
            rgba(23, 183, 201, 0.06) 100%);
}

.aw-card-shell .aw-internal-watermark {
    display: none;
}

.aw-card-shell::after {
    border: 1px solid rgba(255, 255, 255, 0.34);
}

.aw-card-shell:before {
    content: "";
}

.aw-card-shell:after {
    content: "";
}

/* Watermark limpia y compatible */
.aw-card-shell .aw-watermark-ghost {
    display: none;
}

.aw-card-shell::before,
.aw-card-shell::after {
    content: "";
}

.aw-card-shell .aw-watermark-overlay {
    display: none;
}

.aw-card-shell::before {
    position: absolute;
}

.aw-card-shell::after {
    position: absolute;
}

.aw-card-shell::before {
    inset: 0;
}

.aw-card-shell::after {
    inset: 1px;
}

/* capa dedicada de watermark */
.aw-card-shell {
    position: relative;
}

.aw-card-shell .aw-shell-bg {
    display: none;
}

.aw-card-shell::before {
    background:
        linear-gradient(135deg,
            rgba(255, 255, 255, 0.42) 0%,
            rgba(255, 255, 255, 0.14) 24%,
            transparent 52%,
            rgba(20, 152, 219, 0.04) 84%,
            rgba(23, 183, 201, 0.06) 100%);
}

.aw-card-shell::after {
    border-radius: inherit;
}

.aw-card-shell .aw-watermark-node {
    display: none;
}

/* Watermark final */
.aw-card-shell>.aw-shell-watermark {
    position: absolute;
    right: clamp(10px, 2vw, 24px);
    bottom: clamp(8px, 1.6vw, 18px);
    z-index: 0;
    pointer-events: none;
    user-select: none;
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(3.8rem, 8vw, 7rem);
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    line-height: 0.85;
    color: rgba(14, 118, 188, 0.045);
    transform: rotate(-10deg);
    white-space: nowrap;
}

.aw-card-shell>.aw-shell-watermark span {
    display: block;
    background: linear-gradient(135deg,
            rgba(14, 118, 188, 0.06),
            rgba(23, 183, 201, 0.028));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* =========================================================
   RIPPLE / ATMOSPHERE
========================================================= */
.aw-ripple-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: 0.34;
    z-index: 0;
    background:
        radial-gradient(circle at 18% 24%, rgba(255, 255, 255, 0.60), transparent 15%),
        radial-gradient(circle at 82% 18%, rgba(255, 255, 255, 0.34), transparent 13%),
        radial-gradient(circle at 54% 76%, rgba(255, 255, 255, 0.22), transparent 17%);
}

/* =========================================================
   BRAND HEADER
========================================================= */
.aw-brand-header {
    position: relative;
    z-index: 2;
    text-align: center;
    margin-bottom: clamp(24px, 3vw, 34px);
}

.aw-brand-mark {
    position: relative;
    width: 84px;
    height: 84px;
    margin: 0 auto 16px;
    border-radius: 24px;
    display: grid;
    place-items: center;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 251, 254, 0.92));
    border: 1px solid rgba(20, 152, 219, 0.12);
    box-shadow:
        0 16px 32px rgba(9, 43, 64, 0.10),
        0 0 0 1px rgba(255, 255, 255, 0.52);
    animation: awFloatMark var(--aw-float-duration) ease-in-out infinite;
}

.aw-brand-mark::before {
    content: "";
    position: absolute;
    inset: -12px;
    border-radius: 30px;
    background: radial-gradient(circle, rgba(30, 167, 216, 0.12), transparent 68%);
    z-index: -1;
    filter: blur(8px);
}

.aw-brand-mark i,
.aw-brand-mark ion-icon,
.aw-brand-mark .icon,
.aw-app-logo i,
.aw-app-logo ion-icon,
.aw-app-logo .icon,
.aw-premium-tag i,
.aw-app-link i,
.aw-btn-cta i,
.aw-btn-secondary i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transform-origin: center;
    backface-visibility: hidden;
}

.aw-brand-mark i {
    font-size: 2.15rem;
    background: linear-gradient(135deg,
            var(--aw-primary) 0%,
            var(--aw-primary-2) 42%,
            var(--aw-secondary) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: awIconBreathe 4.4s ease-in-out infinite;
}

.aw-premium-tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 40px;
    padding: 8px 16px;
    margin-bottom: 14px;
    border-radius: var(--aw-radius-pill);
    background: linear-gradient(180deg, rgba(20, 152, 219, 0.09), rgba(23, 183, 201, 0.07));
    border: 1px solid rgba(20, 152, 219, 0.16);
    color: var(--aw-primary);
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.10em;
    text-transform: uppercase;
    box-shadow: var(--aw-shadow-xs);
}

.aw-premium-tag i {
    font-size: 0.84rem;
    animation: awIconPulse 5s ease-in-out infinite;
}

.aw-title {
    margin: 0 0 10px;
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(2rem, 4.5vw, 3.35rem);
    line-height: 1.02;
    letter-spacing: -0.045em;
    color: var(--aw-text-title);
    text-wrap: balance;
}

.aw-title-accent {
    background: linear-gradient(135deg,
            var(--aw-primary) 0%,
            var(--aw-primary-2) 46%,
            var(--aw-secondary) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.aw-sub-text {
    max-width: 740px;
    margin: 0 auto;
    color: var(--aw-text-muted);
    font-size: clamp(0.98rem, 1.2vw, 1.06rem);
    line-height: 1.7;
    text-wrap: pretty;
}

/* =========================================================
   APPS GRID
========================================================= */
.aw-apps-container {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(16px, 2vw, 22px);
    margin-bottom: 28px;
}

.aw-app-card {
    position: relative;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 24px;
    border-radius: 26px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.84), rgba(255, 255, 255, 0.72)),
        linear-gradient(135deg, rgba(20, 152, 219, 0.025), rgba(23, 183, 201, 0.025));
    border: 1px solid rgba(255, 255, 255, 0.86);
    box-shadow: var(--aw-shadow-sm);
    overflow: hidden;
    transition:
        transform var(--aw-normal) var(--aw-ease),
        box-shadow var(--aw-normal) var(--aw-ease),
        border-color var(--aw-normal) ease,
        background var(--aw-normal) ease;
}

.aw-app-card::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: 0;
    background:
        linear-gradient(135deg,
            rgba(255, 255, 255, 0.20) 0%,
            rgba(255, 255, 255, 0.06) 24%,
            transparent 56%,
            rgba(20, 152, 219, 0.05) 100%);
    transition: opacity var(--aw-normal) ease;
}

.aw-app-card::after {
    content: "";
    position: absolute;
    inset: auto -10% -55% auto;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(127, 219, 244, 0.14), transparent 68%);
    filter: blur(16px);
    opacity: 0.85;
    pointer-events: none;
    animation: awOrbDrift 8s ease-in-out infinite;
}

.aw-app-card:hover {
    transform: translateY(-5px);
    border-color: rgba(20, 152, 219, 0.20);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.84)),
        linear-gradient(135deg, rgba(20, 152, 219, 0.04), rgba(23, 183, 201, 0.04));
    box-shadow:
        0 22px 42px rgba(11, 50, 72, 0.12),
        0 0 0 1px rgba(255, 255, 255, 0.24);
}

.aw-app-card:hover::before {
    opacity: 1;
}

.aw-app-card-glow {
    position: absolute;
    right: -34px;
    bottom: -46px;
    width: 170px;
    height: 170px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(20, 152, 219, 0.10), transparent 72%);
    filter: blur(18px);
    opacity: 0.7;
    pointer-events: none;
}

.aw-app-top {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    min-width: 0;
}

.aw-app-logo {
    flex: 0 0 58px;
    width: 58px;
    height: 58px;
    border-radius: 18px;
    display: grid;
    place-items: center;
    background:
        linear-gradient(180deg, #ffffff, #eef7fc);
    border: 1px solid rgba(20, 152, 219, 0.10);
    box-shadow: 0 10px 20px rgba(10, 45, 65, 0.06);
    color: var(--aw-primary);
    transition:
        transform var(--aw-normal) var(--aw-ease),
        box-shadow var(--aw-normal) var(--aw-ease),
        border-color var(--aw-normal) ease;
}

.aw-app-card:hover .aw-app-logo {
    transform: translateY(-2px) scale(1.03);
    border-color: rgba(30, 167, 216, 0.18);
    box-shadow: 0 14px 26px rgba(10, 45, 65, 0.10);
}

.aw-app-logo i,
.aw-app-logo ion-icon,
.aw-app-logo .icon {
    font-size: 1.42rem;
    background: linear-gradient(135deg,
            var(--aw-primary) 0%,
            var(--aw-primary-2) 48%,
            var(--aw-secondary) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: awIconFloat var(--aw-icon-duration) ease-in-out infinite;
}

.aw-app-copy {
    flex: 1 1 auto;
    min-width: 0;
}

.aw-app-title-row {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 6px;
    min-width: 0;
}

.aw-app-title {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.24rem;
    line-height: 1.2;
    letter-spacing: -0.025em;
    color: var(--aw-text-title);
    word-break: break-word;
}

.aw-app-badge {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 4px 10px;
    border-radius: var(--aw-radius-pill);
    background: rgba(20, 152, 219, 0.08);
    border: 1px solid rgba(20, 152, 219, 0.14);
    color: var(--aw-primary);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.01em;
}

.aw-app-desc {
    margin: 0;
    color: var(--aw-text-muted);
    font-size: 0.95rem;
    line-height: 1.62;
    word-break: break-word;
}

.aw-app-links-row {
    margin-top: 10px;
}

.aw-app-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--aw-primary);
    font-size: 0.92rem;
    font-weight: 800;
    transition:
        color var(--aw-fast) ease,
        transform var(--aw-fast) ease,
        opacity var(--aw-fast) ease;
}

.aw-app-link i,
.aw-app-link ion-icon,
.aw-app-link .icon {
    animation: awArrowNudge 4.6s ease-in-out infinite;
}

.aw-app-link:hover {
    color: var(--aw-deep-1);
    transform: translateX(2px);
}

.aw-chips-group {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.aw-chip {
    display: inline-flex;
    align-items: center;
    min-height: 31px;
    max-width: 100%;
    padding: 6px 12px;
    border-radius: 12px;
    background: rgba(16, 74, 107, 0.05);
    border: 1px solid rgba(16, 74, 107, 0.08);
    color: var(--aw-text-strong);
    font-size: 0.76rem;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.aw-app-actions {
    margin-top: auto;
}

/* =========================================================
   PRIMARY CTA — MÁS CLARO
========================================================= */
.aw-btn-cta {
    position: relative;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    min-height: 54px;
    padding: 14px 18px;
    border: 1px solid rgba(255, 255, 255, 0.34);
    border-radius: 18px;
    color: #ffffff;
    font-size: 0.96rem;
    font-weight: 800;
    letter-spacing: 0.01em;
    background: linear-gradient(135deg,
            #39b8ea 0%,
            #58caf0 32%,
            #7adcf4 68%,
            #4dd7dd 100%);
    box-shadow:
        0 14px 28px rgba(72, 179, 220, 0.22),
        0 0 0 1px rgba(255, 255, 255, 0.14) inset;
    transition:
        transform var(--aw-fast) ease,
        box-shadow var(--aw-fast) ease,
        filter var(--aw-fast) ease,
        opacity var(--aw-fast) ease,
        background var(--aw-fast) ease;
}

.aw-btn-cta::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.24) 48%, transparent 100%);
    transform: translateX(-130%);
    transition: transform 760ms ease;
}

.aw-btn-cta::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.16), transparent 36%);
    opacity: 0.8;
    pointer-events: none;
}

.aw-btn-cta i,
.aw-btn-cta ion-icon,
.aw-btn-cta .icon {
    animation: awIconPulse 4.8s ease-in-out infinite;
}

.aw-btn-cta:hover {
    transform: translateY(-2px);
    filter: saturate(1.05) brightness(1.03);
    background: linear-gradient(135deg,
            #30c1ef 0%,
            #69d6f5 34%,
            #97e7fa 70%,
            #5ce0e5 100%);
    box-shadow:
        0 18px 34px rgba(72, 179, 220, 0.26),
        0 0 0 1px rgba(255, 255, 255, 0.18) inset;
}

.aw-btn-cta:hover::before {
    transform: translateX(130%);
}

.aw-btn-cta:focus-visible {
    outline: none;
    box-shadow:
        0 0 0 3px rgba(86, 214, 244, 0.22),
        0 18px 34px rgba(72, 179, 220, 0.26);
}

/* =========================================================
   SECONDARY NAV — MÁS CLARO
========================================================= */
.aw-bottom-nav {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 4px;
}

.aw-btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 46px;
    padding: 0 18px;
    border-radius: var(--aw-radius-pill);
    background: linear-gradient(180deg,
            rgba(255, 255, 255, 0.98),
            rgba(241, 250, 254, 0.92));
    border: 1px solid rgba(90, 201, 235, 0.24);
    box-shadow:
        0 10px 20px rgba(15, 74, 113, 0.05),
        0 0 0 1px rgba(255, 255, 255, 0.56) inset;
    color: var(--aw-primary);
    font-size: 0.92rem;
    font-weight: 800;
    transition:
        transform var(--aw-fast) ease,
        background var(--aw-fast) ease,
        box-shadow var(--aw-fast) ease,
        color var(--aw-fast) ease,
        border-color var(--aw-fast) ease;
}

.aw-btn-secondary i,
.aw-btn-secondary ion-icon,
.aw-btn-secondary .icon {
    animation: awIconBreathe 5s ease-in-out infinite;
}

.aw-btn-secondary:hover {
    transform: translateY(-1px);
    background: linear-gradient(135deg,
            #e9fbff 0%,
            #d8f7ff 52%,
            #cdf6f7 100%);
    border-color: rgba(90, 201, 235, 0.34);
    color: var(--aw-deep-1);
    box-shadow: 0 14px 24px rgba(15, 74, 113, 0.10);
}

.aw-btn-secondary:focus-visible {
    outline: none;
    box-shadow:
        0 0 0 3px rgba(86, 214, 244, 0.18),
        0 10px 22px rgba(15, 74, 113, 0.10);
}

/* =========================================================
   FOOTER
========================================================= */
.aw-footer-copy {
    position: relative;
    z-index: 2;
    margin-top: 24px;
    text-align: center;
    font-size: 0.82rem;
    color: var(--aw-text-muted);
    line-height: 1.55;
}

.aw-footer-copy a {
    color: inherit;
    font-weight: 700;
}

.aw-footer-copy a:hover {
    color: var(--aw-primary);
}

/* =========================================================
   REVEAL ANIMATIONS
========================================================= */
.aw-reveal {
    animation: awFadeUp 900ms var(--aw-ease);
    animation-fill-mode: both;
}

.aw-reveal-delay-1 {
    animation-delay: 80ms;
}

.aw-reveal-delay-2 {
    animation-delay: 160ms;
}

.aw-reveal-delay-3 {
    animation-delay: 240ms;
}

.aw-reveal-delay-4 {
    animation-delay: 320ms;
}

@keyframes awFadeUp {
    from {
        opacity: 0;
        transform: translateY(16px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes awFloatSoft {

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

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

@keyframes awFloatMark {

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

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

@keyframes awIconFloat {

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

    50% {
        transform: translateY(-3px) scale(1.02);
    }
}

@keyframes awIconBreathe {

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

    50% {
        transform: scale(1.06);
        opacity: 0.94;
    }
}

@keyframes awIconPulse {

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

    50% {
        transform: scale(1.08);
        filter: brightness(1.08);
    }
}

@keyframes awArrowNudge {

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

    50% {
        transform: translateX(3px);
    }
}

@keyframes awOrbDrift {

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

    50% {
        transform: translate3d(-10px, -8px, 0) scale(1.04);
        opacity: 0.95;
    }
}

/* =========================================================
   DESKTOP GRANDE
========================================================= */
@media (min-width: 1400px) {
    .aw-stage {
        max-width: 1180px;
    }

    .aw-card-shell {
        padding: 44px;
    }

    .aw-apps-container {
        gap: 24px;
    }

    .aw-title {
        font-size: 3.5rem;
    }
}

/* =========================================================
   TABLET / LAPTOP
========================================================= */
@media (max-width: 1199.98px) {
    .aw-stage {
        max-width: 100%;
    }

    .aw-card-shell {
        padding: clamp(22px, 3vw, 34px);
    }
}

@media (max-width: 991.98px) {
    .aw-stage {
        max-width: 100%;
    }

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

    .aw-card-shell {
        padding: clamp(22px, 3vw, 30px);
    }

    .aw-card-shell>.aw-shell-watermark {
        font-size: clamp(3.2rem, 11vw, 5.4rem);
        right: 10px;
        bottom: 12px;
        letter-spacing: 0.12em;
    }
}

/* =========================================================
   TABLET VERTICAL / MOBILE LARGE
========================================================= */
@media (max-width: 767.98px) {
    .aw-access-view {
        padding: 12px;
    }

    .aw-access-view__bg {
        border-radius: 24px;
    }

    .aw-card-shell {
        padding: 22px 16px 20px;
        border-radius: 24px;
    }

    .aw-brand-header {
        margin-bottom: 24px;
    }

    .aw-brand-mark {
        width: 72px;
        height: 72px;
        border-radius: 22px;
    }

    .aw-brand-mark i {
        font-size: 2rem;
    }

    .aw-title {
        font-size: clamp(1.8rem, 9vw, 2.5rem);
    }

    .aw-sub-text {
        font-size: 0.95rem;
        line-height: 1.65;
    }

    .aw-app-card {
        padding: 18px;
        border-radius: 22px;
    }

    .aw-app-logo {
        width: 52px;
        height: 52px;
        border-radius: 16px;
        flex-basis: 52px;
    }

    .aw-bottom-nav {
        gap: 10px;
    }

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

    .aw-card-shell>.aw-shell-watermark {
        font-size: clamp(2.6rem, 14vw, 4.6rem);
        right: 8px;
        bottom: 10px;
        opacity: 0.9;
    }
}

/* =========================================================
   MOBILE
========================================================= */
@media (max-width: 575.98px) {
    .aw-app-top {
        align-items: flex-start;
    }

    .aw-app-title-row {
        gap: 8px;
    }

    .aw-app-badge {
        font-size: 0.68rem;
        padding: 4px 8px;
    }

    .aw-btn-cta,
    .aw-btn-secondary {
        width: 100%;
    }

    .aw-chip {
        max-width: 100%;
    }
}

@media (max-width: 479.98px) {
    .aw-premium-tag {
        font-size: 0.68rem;
        padding: 7px 13px;
        letter-spacing: 0.08em;
    }

    .aw-app-top {
        gap: 12px;
    }

    .aw-app-title {
        font-size: 1.08rem;
    }

    .aw-app-desc {
        font-size: 0.9rem;
    }

    .aw-chip {
        font-size: 0.72rem;
    }

    .aw-btn-cta {
        min-height: 52px;
        font-size: 0.94rem;
    }

    .aw-btn-secondary {
        min-height: 48px;
        font-size: 0.9rem;
    }

    .aw-card-shell>.aw-shell-watermark {
        font-size: clamp(2.2rem, 16vw, 3.8rem);
        letter-spacing: 0.1em;
        transform: rotate(-10deg);
    }
}

@media (max-width: 359.98px) {
    .aw-access-view {
        padding: 8px;
    }

    .aw-card-shell {
        padding: 18px 12px 16px;
    }

    .aw-title {
        font-size: 1.62rem;
    }

    .aw-app-card {
        padding: 15px;
    }

    .aw-app-logo {
        width: 46px;
        height: 46px;
        flex-basis: 46px;
    }

    .aw-btn-cta,
    .aw-btn-secondary {
        min-height: 46px;
        padding-inline: 14px;
    }
}

/* =========================================================
   REDUCED MOTION
========================================================= */
@media (prefers-reduced-motion: reduce) {

    .aw-access-view *,
    .aw-access-view *::before,
    .aw-access-view *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}