@font-face {
    font-family: 'Outfit';
    src: url('../fonts/outfit-400.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Outfit';
    src: url('../fonts/outfit-500.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Outfit';
    src: url('../fonts/outfit-600.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Outfit';
    src: url('../fonts/outfit-700.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Outfit';
    src: url('../fonts/outfit-800.woff2') format('woff2');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Outfit';
    src: url('../fonts/outfit-900.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

:root {
    --ptao-bg-dark: #090e17;
    --ptao-bg-darker: #05080f;
    --ptao-bg-card: #0e1626;
    --ptao-bg-card-hover: #131f36;
    --ptao-bg-card-border: rgba(59, 130, 246, 0.35);
    --ptao-bg-card-border-hover: rgba(245, 158, 11, 0.7);
    
    --ptao-accent-primary: #3b82f6;
    --ptao-accent-primary-hover: #2563eb;
    --ptao-accent-cyan: #38bdf8;
    --ptao-accent-amber: #f59e0b;
    --ptao-accent-gold: #fbbf24;
    --ptao-accent-orange: #ea580c;
    
    --ptao-text-main: #ffffff;
    --ptao-text-muted: rgba(255, 255, 255, 0.88);
    --ptao-text-dim: rgba(255, 255, 255, 0.62);
    
    --ptao-radius-sm: 8px;
    --ptao-radius-md: 12px;
    --ptao-radius-lg: 18px;
    --ptao-font-primary: 'Outfit', 'Plus Jakarta Sans', -apple-system, sans-serif;
}

*, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    font-size: 16px;
}

body {
    font-family: var(--ptao-font-primary);
    background-color: var(--ptao-bg-dark);
    color: var(--ptao-text-main);
    line-height: 1.5;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
    position: relative;
}

body.ptao-modal-open {
    overflow: hidden;
}

.ptao-ambient-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    pointer-events: none;
    z-index: 0;
    overflow: hidden;
}

.ptao-ambient-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(65px);
    will-change: transform, opacity;
    mix-blend-mode: screen;
}

.ptao-ambient-orb-1 {
    width: 580px;
    height: 580px;
    top: -100px;
    left: -80px;
    background: radial-gradient(circle, rgba(59, 130, 246, 0.55) 0%, rgba(37, 99, 235, 0.25) 45%, rgba(37, 99, 235, 0) 75%);
    animation: ptaoFloatOrb1 16s ease-in-out infinite alternate;
}

.ptao-ambient-orb-2 {
    width: 520px;
    height: 520px;
    top: 30%;
    right: -100px;
    background: radial-gradient(circle, rgba(6, 182, 212, 0.48) 0%, rgba(2, 132, 199, 0.2) 45%, rgba(2, 132, 199, 0) 75%);
    animation: ptaoFloatOrb2 18s ease-in-out infinite alternate;
}

.ptao-ambient-orb-3 {
    width: 540px;
    height: 540px;
    bottom: -60px;
    left: 25%;
    background: radial-gradient(circle, rgba(245, 158, 11, 0.45) 0%, rgba(217, 119, 6, 0.18) 45%, rgba(217, 119, 6, 0) 75%);
    animation: ptaoFloatOrb3 20s ease-in-out infinite alternate;
}

.ptao-ambient-orb-4 {
    width: 440px;
    height: 440px;
    top: 60%;
    left: -80px;
    background: radial-gradient(circle, rgba(99, 102, 241, 0.42) 0%, rgba(67, 56, 202, 0.15) 50%, rgba(67, 56, 202, 0) 75%);
    animation: ptaoFloatOrb4 22s ease-in-out infinite alternate;
}

.ptao-ambient-beam {
    position: absolute;
    width: 200%;
    height: 350px;
    top: -150px;
    left: -50%;
    background: linear-gradient(135deg, transparent 20%, rgba(59, 130, 246, 0.12) 45%, rgba(245, 158, 11, 0.10) 55%, transparent 80%);
    transform: rotate(-12deg);
    filter: blur(40px);
    animation: ptaoBeamSweep 14s ease-in-out infinite alternate;
    pointer-events: none;
}

@keyframes ptaoFloatOrb1 {
    0% { transform: translate3d(0, 0, 0) scale(1); opacity: 0.85; }
    50% { transform: translate3d(100px, 80px, 0) scale(1.18); opacity: 1; }
    100% { transform: translate3d(40px, 160px, 0) scale(0.92); opacity: 0.8; }
}

@keyframes ptaoFloatOrb2 {
    0% { transform: translate3d(0, 0, 0) scale(1); opacity: 0.8; }
    50% { transform: translate3d(-110px, -70px, 0) scale(1.15); opacity: 1; }
    100% { transform: translate3d(-60px, 110px, 0) scale(0.95); opacity: 0.75; }
}

@keyframes ptaoFloatOrb3 {
    0% { transform: translate3d(0, 0, 0) scale(1); opacity: 0.75; }
    50% { transform: translate3d(90px, -90px, 0) scale(1.2); opacity: 1; }
    100% { transform: translate3d(-80px, -40px, 0) scale(0.9); opacity: 0.7; }
}

@keyframes ptaoFloatOrb4 {
    0% { transform: translate3d(0, 0, 0) scale(1); opacity: 0.75; }
    50% { transform: translate3d(80px, 70px, 0) scale(1.12); opacity: 0.95; }
    100% { transform: translate3d(-30px, 120px, 0) scale(0.88); opacity: 0.7; }
}

@keyframes ptaoBeamSweep {
    0% { transform: translateY(0) rotate(-12deg); opacity: 0.6; }
    50% { transform: translateY(120px) rotate(-8deg); opacity: 1; }
    100% { transform: translateY(220px) rotate(-14deg); opacity: 0.65; }
}

@media (prefers-reduced-motion: reduce) {
    .ptao-ambient-orb, .ptao-ambient-beam {
        animation: none !important;
    }
}

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

ul, ol {
    list-style: none;
}

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

button {
    font-family: inherit;
    border: none;
    background: none;
    cursor: pointer;
}

.ptao-skip-link {
    position: absolute;
    top: -40px;
    left: 0;
    background: var(--ptao-accent-amber);
    color: #000000;
    padding: 8px 16px;
    font-weight: 700;
    z-index: 1000;
    transition: top 0.2s ease;
}

.ptao-skip-link:focus {
    top: 0;
}

.ptao-top-notice-bar {
    background: #05080f;
    color: #ffffff;
    border-bottom: 1px solid rgba(59, 130, 246, 0.3);
    padding: 7px 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 0.8rem;
    font-weight: 500;
    text-align: center;
    position: relative;
    z-index: 50;
}

.ptao-top-notice-bar svg {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

.ptao-top-notice-bar span {
    color: rgba(255, 255, 255, 0.92);
}

.ptao-top-notice-bar strong {
    color: #f87171;
    font-weight: 700;
}

.ptao-navbar {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(9, 14, 23, 0.92);
    backdrop-filter: blur(10px);
    position: sticky;
    top: 0;
    z-index: 100;
}

.ptao-nav-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 14px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ptao-brand-logo-img {
    height: 48px;
    width: auto;
    object-fit: contain;
    transition: transform 0.2s ease;
}

.ptao-brand-logo-img:hover {
    transform: scale(1.02);
}

.ptao-nav-links {
    display: flex;
    align-items: center;
    gap: 32px;
    list-style: none;
}

.ptao-nav-link {
    color: #ffffff;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 600;
    position: relative;
    padding: 4px 0;
    transition: color 0.2s ease;
}

.ptao-nav-link:hover,
.ptao-nav-link.ptao-active {
    color: var(--ptao-accent-amber);
}

.ptao-nav-link.ptao-active::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 100%;
    height: 2px;
    background: var(--ptao-accent-amber);
    border-radius: 2px;
}

.ptao-mobile-menu-btn {
    display: none;
    background: transparent;
    border: none;
    color: #ffffff;
    cursor: pointer;
    padding: 6px;
}

.ptao-mobile-menu-btn svg {
    width: 28px;
    height: 28px;
    fill: currentColor;
}

.ptao-mobile-nav-overlay {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    max-width: 320px;
    height: 100vh;
    background: #05080f;
    border-left: 1px solid rgba(59, 130, 246, 0.35);
    z-index: 999;
    display: flex;
    flex-direction: column;
    padding: 80px 30px 40px 30px;
    gap: 16px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.8);
    transition: right 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    overflow-y: auto;
}

.ptao-mobile-nav-overlay.ptao-active,
.ptao-mobile-nav-overlay.ptao-open {
    right: 0;
}

.ptao-close-mobile-menu {
    position: absolute;
    top: 20px;
    right: 24px;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #ffffff;
    font-size: 24px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ptao-mobile-nav-overlay .ptao-nav-link {
    font-size: 1.1rem;
    padding: 12px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.ptao-hero-section {
    padding: 48px 20px 32px 20px;
    text-align: center;
    position: relative;
    z-index: 1;
}

.ptao-hero-container {
    max-width: 920px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.ptao-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 14px;
    background: rgba(59, 130, 246, 0.15);
    border: 1px solid rgba(59, 130, 246, 0.4);
    border-radius: 20px;
    font-size: 0.82rem;
    font-weight: 700;
    color: var(--ptao-accent-cyan);
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.ptao-hero-title {
    font-size: 2.7rem;
    font-weight: 900;
    line-height: 1.22;
    letter-spacing: -0.5px;
    color: #ffffff;
}

.ptao-hero-title span {
    color: var(--ptao-accent-amber);
    background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.ptao-hero-subtitle {
    font-size: 1.15rem;
    color: var(--ptao-text-muted);
    max-width: 740px;
    font-weight: 400;
    line-height: 1.6;
}

.ptao-hero-divider {
    width: 70px;
    height: 3px;
    background: linear-gradient(90deg, #3b82f6, #f59e0b);
    margin: 24px auto 0 auto;
    border-radius: 3px;
}

.ptao-main-content {
    flex: 1;
    max-width: 1260px;
    width: 100%;
    margin: 0 auto;
    padding: 20px 20px 60px 20px;
    position: relative;
    z-index: 1;
}

.ptao-section-title-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.ptao-cards-container {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.ptao-casino-card,
.mw-rankingCard {
    position: relative;
    background: rgba(14, 22, 38, 0.88);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1.5px solid var(--ptao-bg-card-border);
    border-radius: var(--ptao-radius-lg);
    padding: 26px 32px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.45), 0 0 24px rgba(37, 99, 235, 0.12);
    display: grid;
    grid-template-columns: 140px 56px 1fr 95px 220px;
    align-items: center;
    gap: 24px;
    transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
    overflow: hidden;
    cursor: pointer;
}

.ptao-casino-card:hover,
.mw-rankingCard:hover {
    transform: translateY(-3px);
    border-color: var(--ptao-bg-card-border-hover);
    box-shadow: 0 12px 36px rgba(0, 0, 0, 0.65), 0 0 30px rgba(245, 158, 11, 0.22);
    background: rgba(19, 31, 54, 0.94);
}

.ptao-card-tag {
    position: absolute;
    top: 0;
    left: 28px;
    background: linear-gradient(135deg, #2563eb, #1d4ed8);
    color: #ffffff;
    font-size: 0.72rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    padding: 3px 12px;
    border-radius: 0 0 6px 6px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

.ptao-casino-card:nth-child(1) .ptao-card-tag {
    background: linear-gradient(135deg, #f59e0b, #d97706);
    color: #05080f;
}

.ptao-brand-icon-box {
    width: 135px;
    height: 80px;
    background: rgba(255, 255, 255, 0.04);
    border: 1.5px solid rgba(255, 255, 255, 0.12);
    border-radius: var(--ptao-radius-md);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px;
    transition: transform 0.2s ease, border-color 0.2s ease;
    margin: 0;
}

.ptao-casino-card:hover .ptao-brand-icon-box {
    transform: scale(1.03);
    border-color: rgba(59, 130, 246, 0.5);
    background: rgba(255, 255, 255, 0.08);
}

.ptao-brand-icon-box img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    border-radius: 8px;
}

.ptao-card-number-badge {
    width: 50px;
    height: 50px;
    background: rgba(59, 130, 246, 0.12);
    border: 2px solid var(--ptao-accent-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--ptao-accent-cyan);
    font-size: 1.45rem;
    font-weight: 900;
}

.ptao-card-number-badge p {
    margin: 0;
    line-height: 1;
}

.ptao-casino-card:nth-child(1) .ptao-card-number-badge {
    background: var(--ptao-accent-amber);
    border-color: #ffffff;
    color: #05080f;
}

.ptao-card-body-text {
    color: var(--ptao-text-muted);
    font-size: 1.02rem;
    line-height: 1.55;
    font-weight: 400;
}

.ptao-casino-name {
    font-size: 1.12rem;
    font-weight: 800;
    color: #ffffff;
    margin: 0 0 4px 0;
    letter-spacing: -0.2px;
}

.ptao-card-body-text p {
    margin: 0;
}

.ptao-card-score-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}

.ptao-star-icon {
    width: 20px;
    height: 20px;
    fill: var(--ptao-accent-gold);
}

.ptao-score-text {
    font-size: 1.3rem;
    font-weight: 900;
    color: #ffffff;
    margin: 0;
    line-height: 1.2;
}

.ptao-score-text span {
    font-size: 0.88rem;
    color: var(--ptao-text-dim);
    font-weight: 600;
}

.ptao-card-action-box {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

.ptao-btn-acceder {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative;
    text-decoration: none;
    border-radius: var(--ptao-radius-md);
    background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
    color: #05080f;
    font-size: 1rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 15px 18px;
    text-align: center;
    transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
    box-shadow: 0 4px 14px rgba(245, 158, 11, 0.3);
    cursor: pointer;
    user-select: none;
}

.ptao-btn-acceder:hover {
    transform: translateY(-2px);
    filter: brightness(1.08);
    box-shadow: 0 6px 18px rgba(245, 158, 11, 0.45);
    color: #05080f;
}

.hidlink {
    position: absolute;
    z-index: -5;
    opacity: 0;
    width: 0;
    height: 0;
    overflow: hidden;
    pointer-events: none;
}

.ptao-partner-badges-section {
    margin-top: 50px;
    padding: 24px 20px;
    background: rgba(14, 22, 38, 0.85);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(59, 130, 246, 0.25);
    border-radius: var(--ptao-radius-lg);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
}

.ptao-partner-badges-container {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 20px;
}

.ptao-badge-item {
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.88;
    transition: opacity 0.2s ease, transform 0.2s ease;
    padding: 4px 6px;
}

.ptao-badge-item:hover {
    opacity: 1;
    transform: scale(1.05);
}

.ptao-badge-img {
    height: 38px;
    width: auto;
    object-fit: contain;
}

.ptao-editorial-section {
    max-width: 1000px;
    margin: 30px auto 0 auto;
    padding: 42px 36px;
    background: rgba(14, 22, 38, 0.9);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border: 1px solid rgba(59, 130, 246, 0.3);
    border-radius: var(--ptao-radius-lg);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.45);
}

.ptao-editorial-section h2 {
    font-size: 1.65rem;
    font-weight: 800;
    color: var(--ptao-accent-amber);
    margin-bottom: 22px;
    letter-spacing: -0.3px;
}

.ptao-editorial-section h3 {
    font-size: 1.22rem;
    font-weight: 700;
    color: #ffffff;
    margin: 26px 0 12px 0;
}

.ptao-editorial-section p {
    font-size: 0.98rem;
    color: var(--ptao-text-muted);
    line-height: 1.65;
    margin-bottom: 16px;
}

.ptao-policy-points-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin: 24px 0;
}

.ptao-policy-point-item {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-left: 4px solid var(--ptao-accent-primary);
    border-radius: 0 var(--ptao-radius-md) var(--ptao-radius-md) 0;
    padding: 18px 22px;
    transition: transform 0.2s ease, border-color 0.2s ease;
}

.ptao-policy-point-item:hover {
    transform: translateX(4px);
    border-left-color: var(--ptao-accent-amber);
    background: rgba(255, 255, 255, 0.05);
}

.ptao-point-title {
    font-size: 1.05rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 6px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.ptao-point-num {
    background: var(--ptao-accent-primary);
    color: #ffffff;
    font-size: 0.85rem;
    font-weight: 800;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.ptao-policy-point-item:hover .ptao-point-num {
    background: var(--ptao-accent-amber);
    color: #05080f;
}

.ptao-point-body {
    font-size: 0.94rem;
    color: var(--ptao-text-muted);
    line-height: 1.6;
}

.ptao-contact-form-container {
    max-width: 680px;
    margin: 28px auto 0 auto;
    background: #090e17;
    border: 1.5px solid rgba(59, 130, 246, 0.35);
    border-radius: var(--ptao-radius-lg);
    padding: 36px 30px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.5);
    position: relative;
}

.ptao-form-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 20px;
}

.ptao-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}

@media (max-width: 600px) {
    .ptao-form-row { grid-template-columns: 1fr; }
}

.ptao-form-group label {
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--ptao-text-muted);
}

.ptao-form-input, .ptao-form-textarea {
    width: 100%;
    padding: 14px 16px;
    border-radius: var(--ptao-radius-sm);
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.95);
    color: #090e17;
    font-size: 0.95rem;
    font-family: inherit;
    outline: none;
    transition: all 0.2s ease;
}

.ptao-form-input:focus, .ptao-form-textarea:focus {
    border-color: var(--ptao-accent-primary);
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.25);
}

.ptao-form-textarea {
    height: 130px;
    resize: vertical;
}

.ptao-form-checkbox-label {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 0.85rem;
    color: var(--ptao-text-dim);
    cursor: pointer;
    margin-bottom: 24px;
}

.ptao-form-checkbox-label input {
    margin-top: 3px;
    accent-color: var(--ptao-accent-amber);
}

.ptao-form-success-banner {
    display: none;
    background: rgba(16, 185, 129, 0.15);
    border: 1.5px solid #10b981;
    border-radius: var(--ptao-radius-md);
    padding: 16px 20px;
    margin-top: 20px;
    color: #ffffff;
    align-items: center;
    gap: 14px;
    animation: ptaoFadeIn 0.3s ease;
}

.ptao-form-success-banner.ptao-active {
    display: flex;
}

.ptao-form-success-icon {
    width: 28px;
    height: 28px;
    fill: #10b981;
    flex-shrink: 0;
}

.ptao-form-success-text {
    font-size: 0.92rem;
    line-height: 1.45;
}

.ptao-form-success-text strong {
    display: block;
    color: #10b981;
    font-size: 1rem;
}

@keyframes ptaoFadeIn {
    from { opacity: 0; transform: translateY(-8px); }
    to { opacity: 1; transform: translateY(0); }
}

.ptao-footer {
    background: linear-gradient(180deg, rgba(9, 14, 23, 0.95) 0%, rgba(5, 8, 15, 0.98) 100%);
    border-top: 1px solid rgba(59, 130, 246, 0.35);
    padding: 60px 24px 32px 24px;
    margin-top: auto;
    position: relative;
    z-index: 1;
}

.ptao-footer-container {
    max-width: 1216px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.ptao-footer-top-card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    padding: 24px 28px;
    background: rgba(14, 22, 38, 0.7);
    border: 1px solid rgba(59, 130, 246, 0.25);
    border-radius: var(--ptao-radius-lg);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.ptao-footer-brand-box {
    max-width: 540px;
}

.ptao-footer-logo {
    height: 42px;
    width: auto;
    object-fit: contain;
}

.ptao-footer-brand-desc {
    font-size: 0.88rem;
    color: var(--ptao-text-muted);
    margin-top: 10px;
    line-height: 1.5;
}

.ptao-footer-alert-badge {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 16px 20px;
    background: rgba(239, 68, 68, 0.08);
    border: 1px solid rgba(239, 68, 68, 0.35);
    border-radius: var(--ptao-radius-md);
    max-width: 460px;
    flex-shrink: 0;
}

.ptao-footer-alert-icon {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(239, 68, 68, 0.2);
    border: 2px solid #ef4444;
    color: #ef4444;
    font-size: 1.15rem;
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.ptao-footer-alert-text strong {
    display: block;
    color: #ef4444;
    font-size: 0.85rem;
    font-weight: 800;
    letter-spacing: 0.5px;
}

.ptao-footer-alert-text span {
    font-size: 0.8rem;
    color: var(--ptao-text-muted);
    line-height: 1.35;
    display: block;
    margin-top: 2px;
}

.ptao-footer-company-card {
    background: rgba(14, 22, 38, 0.8);
    border: 1px solid rgba(59, 130, 246, 0.3);
    border-radius: var(--ptao-radius-lg);
    padding: 22px 28px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
}

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

.ptao-company-status {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.76rem;
    font-weight: 700;
    color: var(--ptao-accent-cyan);
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin-bottom: 2px;
}

.ptao-company-badge-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #10b981;
    box-shadow: 0 0 8px #10b981;
}

.ptao-company-name {
    font-size: 1.05rem;
    font-weight: 800;
    color: #ffffff;
}

.ptao-company-address {
    font-size: 0.86rem;
    color: var(--ptao-text-muted);
    font-style: normal;
    line-height: 1.5;
}

.ptao-company-contacts {
    display: flex;
    flex-direction: column;
    gap: 8px;
    max-width: 100%;
}

.ptao-footer-contact-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.86rem;
    color: var(--ptao-text-muted);
    flex-wrap: wrap;
    max-width: 100%;
    word-break: break-word;
    overflow-wrap: anywhere;
}

.ptao-contact-label {
    color: var(--ptao-text-dim);
    flex-shrink: 0;
}

.ptao-contact-val {
    color: var(--ptao-accent-amber);
    font-weight: 600;
    word-break: break-word;
    overflow-wrap: anywhere;
}

.ptao-footer-transparency-box {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 10px;
}

.ptao-transparency-title {
    color: #ffffff;
    font-size: 1.1rem;
    font-weight: 800;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-bottom: 4px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.ptao-transparency-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
    gap: 20px;
}

.ptao-transparency-item {
    background: rgba(255, 255, 255, 0.025);
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: var(--ptao-radius-md);
    padding: 22px 24px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    transition: border-color 0.2s ease, background 0.2s ease;
}

.ptao-transparency-item:hover {
    border-color: rgba(59, 130, 246, 0.4);
    background: rgba(255, 255, 255, 0.04);
}

.ptao-transparency-item h3 {
    color: var(--ptao-accent-amber);
    font-size: 0.96rem;
    font-weight: 700;
    letter-spacing: -0.2px;
}

.ptao-transparency-item p {
    color: rgba(255, 255, 255, 0.85);
    font-size: 0.85rem;
    line-height: 1.55;
    font-weight: 400;
}

.ptao-footer-help-links {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-top: 4px;
}

.ptao-footer-help-links a {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    background: rgba(59, 130, 246, 0.1);
    border: 1px solid rgba(59, 130, 246, 0.25);
    border-radius: 6px;
    color: var(--ptao-accent-cyan);
    font-size: 0.8rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s ease;
    width: fit-content;
}

.ptao-footer-help-links a:hover {
    background: var(--ptao-accent-amber);
    color: #05080f;
    border-color: var(--ptao-accent-amber);
}

.ptao-footer-divider {
    background: rgba(59, 130, 246, 0.25);
    height: 1px;
    width: 100%;
    margin: 12px 0 8px 0;
}

.ptao-footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.85rem;
    color: var(--ptao-text-dim);
}

.ptao-copyright-text {
    color: var(--ptao-text-dim);
    font-size: 0.84rem;
    font-weight: 400;
}

.ptao-footer-nav-links {
    display: flex;
    gap: 20px;
    list-style: none;
}

.ptao-footer-nav-links a {
    color: var(--ptao-text-muted);
    font-size: 0.84rem;
    text-decoration: none;
    padding: 4px 8px;
    border-radius: 4px;
    transition: color 0.2s ease, background-color 0.2s ease;
}

.ptao-footer-nav-links a:hover {
    color: var(--ptao-accent-amber);
    background: rgba(245, 158, 11, 0.1);
}

.ptao-age-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(5, 8, 15, 0.94);
    backdrop-filter: blur(8px);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.ptao-age-modal-overlay.ptao-show {
    opacity: 1;
    visibility: visible;
}

.ptao-age-modal-box {
    background: #0e1626;
    border: 1.5px solid rgba(59, 130, 246, 0.4);
    border-radius: var(--ptao-radius-lg);
    padding: 38px 34px;
    max-width: 500px;
    width: 100%;
    text-align: center;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.85);
    position: relative;
}

.ptao-age-modal-icon-badge {
    width: 64px;
    height: 64px;
    background: rgba(245, 158, 11, 0.15);
    border: 2px solid var(--ptao-accent-amber);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--ptao-accent-amber);
    font-size: 1.6rem;
    font-weight: 900;
    margin-bottom: 16px;
}

.ptao-age-modal-body h2 {
    font-size: 1.85rem;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 10px;
}

.ptao-age-modal-body p {
    font-size: 1rem;
    color: var(--ptao-text-muted);
    line-height: 1.55;
    margin-bottom: 18px;
}

.ptao-age-modal-help-links {
    font-size: 0.86rem;
    color: var(--ptao-text-dim);
    margin-bottom: 24px;
}

.ptao-age-modal-help-links a {
    color: var(--ptao-accent-cyan);
    text-decoration: underline;
}

.ptao-age-modal-actions {
    display: flex;
    gap: 14px;
    justify-content: center;
}

.ptao-age-btn {
    padding: 14px 24px;
    border-radius: var(--ptao-radius-md);
    font-size: 0.98rem;
    font-weight: 800;
    cursor: pointer;
    border: none;
    transition: transform 0.2s ease, background-color 0.2s ease;
    flex: 1;
}

.ptao-age-btn-reject {
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.18);
}

.ptao-age-btn-reject:hover {
    background: rgba(255, 255, 255, 0.16);
}

.ptao-age-btn-accept {
    background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
    color: #05080f;
    box-shadow: 0 4px 14px rgba(245, 158, 11, 0.3);
}

.ptao-age-btn-accept:hover {
    transform: translateY(-2px);
    filter: brightness(1.08);
}

.ptao-underage-screen {
    display: none;
    flex-direction: column;
    align-items: center;
    padding: 16px 0;
}

.ptao-underage-screen.ptao-active {
    display: flex;
}

.ptao-cookie-banner {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%) translateY(160%);
    width: calc(100% - 36px);
    max-width: 960px;
    background: #0e1626;
    border: 1.5px solid rgba(59, 130, 246, 0.4);
    border-radius: var(--ptao-radius-lg);
    padding: 20px 28px;
    box-shadow: 0 16px 45px rgba(0, 0, 0, 0.85);
    z-index: 900;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.ptao-cookie-banner.ptao-show {
    transform: translateX(-50%) translateY(0);
}

.ptao-cookie-content {
    flex: 1;
}

.ptao-cookie-title {
    font-size: 1.1rem;
    font-weight: 800;
    color: var(--ptao-accent-amber);
    display: block;
    margin-bottom: 4px;
}

.ptao-cookie-text {
    font-size: 0.92rem;
    color: var(--ptao-text-muted);
    line-height: 1.5;
}

.ptao-cookie-actions {
    display: flex;
    gap: 12px;
    flex-shrink: 0;
}

.ptao-cookie-btn {
    padding: 12px 20px;
    border-radius: var(--ptao-radius-md);
    font-size: 0.92rem;
    font-weight: 800;
    cursor: pointer;
    border: none;
    transition: background-color 0.2s ease, transform 0.2s ease;
}

.ptao-cookie-btn-settings {
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.18);
}

.ptao-cookie-btn-settings:hover {
    background: rgba(255, 255, 255, 0.16);
}

.ptao-cookie-btn-accept {
    background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
    color: #05080f;
    box-shadow: 0 4px 12px rgba(245, 158, 11, 0.3);
}

.ptao-cookie-btn-accept:hover {
    transform: translateY(-2px);
    filter: brightness(1.08);
}

.ptao-cookie-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(5, 8, 15, 0.92);
    backdrop-filter: blur(6px);
    z-index: 1050;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s ease, visibility 0.25s ease;
}

.ptao-cookie-modal-overlay.ptao-show {
    opacity: 1;
    visibility: visible;
}

.ptao-cookie-modal-box {
    background: #0e1626;
    border: 1.5px solid rgba(59, 130, 246, 0.4);
    border-radius: var(--ptao-radius-lg);
    padding: 32px 30px;
    max-width: 560px;
    width: 100%;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.85);
}

.ptao-cookie-modal-box h2 {
    font-size: 1.4rem;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 8px;
}

.ptao-cookie-modal-box p {
    font-size: 0.92rem;
    color: var(--ptao-text-muted);
    margin-bottom: 20px;
}

.ptao-cookie-toggle-group {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-bottom: 24px;
}

.ptao-cookie-toggle-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: var(--ptao-radius-md);
    padding: 14px 18px;
}

.ptao-cookie-toggle-info strong {
    display: block;
    font-size: 0.95rem;
    color: #ffffff;
}

.ptao-cookie-toggle-info span {
    font-size: 0.82rem;
    color: var(--ptao-text-dim);
}

.ptao-switch {
    position: relative;
    display: inline-block;
    width: 44px;
    height: 24px;
    flex-shrink: 0;
}

.ptao-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.ptao-slider {
    position: absolute;
    cursor: pointer;
    top: 0; left: 0; right: 0; bottom: 0;
    background-color: rgba(255, 255, 255, 0.2);
    transition: .3s;
    border-radius: 24px;
}

.ptao-slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    transition: .3s;
    border-radius: 50%;
}

.ptao-switch input:checked + .ptao-slider {
    background-color: var(--ptao-accent-amber);
}

.ptao-switch input:disabled + .ptao-slider {
    opacity: 0.5;
    cursor: not-allowed;
}

.ptao-switch input:checked + .ptao-slider:before {
    transform: translateX(20px);
}

.ptao-cookie-modal-actions {
    display: flex;
    gap: 12px;
    justify-content: flex-end;
}

@media (max-width: 1024px) {
    .ptao-casino-card {
        grid-template-columns: 110px 44px 1fr 75px 170px;
        padding: 20px 16px;
        gap: 14px;
    }
}

@media (max-width: 991px) {
    .ptao-top-notice-bar {
        padding: 4px 10px;
        font-size: 0.68rem;
        gap: 6px;
    }

    .ptao-nav-container {
        padding: 8px 14px;
    }

    .ptao-brand-logo-img {
        height: 34px;
    }

    .ptao-nav-links {
        display: none;
    }
    
    .ptao-mobile-menu-btn {
        display: block;
    }
    
    .ptao-hero-section {
        padding: 16px 12px 10px 12px;
    }

    .ptao-hero-container {
        gap: 6px;
    }

    .ptao-hero-badge {
        padding: 4px 10px;
        font-size: 0.72rem;
    }

    .ptao-hero-title {
        font-size: 1.32rem;
        line-height: 1.2;
    }

    .ptao-hero-subtitle {
        font-size: 0.82rem;
        line-height: 1.35;
        max-width: 92%;
    }

    .ptao-hero-divider {
        margin: 10px auto 0 auto;
        height: 2px;
        width: 40px;
    }

    .ptao-main-content {
        padding: 10px 12px 30px 12px;
    }

    .ptao-cards-container {
        gap: 12px;
    }

    .ptao-casino-card {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 10px;
        padding: 14px 14px;
        border-radius: var(--ptao-radius-md);
    }

    .ptao-card-tag {
        left: auto;
        right: 14px;
        transform: none;
        font-size: 0.68rem;
        font-weight: 800;
        padding: 3px 10px;
        border-radius: 0 0 6px 6px;
    }

    .ptao-brand-icon-box {
        width: 96px;
        height: 52px;
        padding: 4px;
        margin: 8px auto 0 auto;
        border-radius: var(--ptao-radius-sm);
    }
    
    .ptao-card-number-badge {
        width: 32px;
        height: 32px;
        font-size: 0.95rem;
        margin: 0 auto;
    }

    .ptao-card-body-text {
        font-size: 0.82rem;
        line-height: 1.35;
    }

    .ptao-casino-name {
        font-size: 0.96rem;
        margin: 0 0 2px 0;
    }

    .ptao-score-text {
        font-size: 1.05rem;
    }

    .ptao-score-text span {
        font-size: 0.76rem;
    }

    .ptao-star-icon {
        width: 15px;
        height: 15px;
    }

    .ptao-btn-acceder {
        padding: 10px 14px;
        font-size: 0.86rem;
        border-radius: var(--ptao-radius-sm);
    }
    
    .ptao-card-action-box {
        justify-content: center;
    }

    .ptao-partner-badges-section {
        margin-top: 30px;
        padding: 14px 10px;
        border-radius: var(--ptao-radius-md);
    }

    .ptao-partner-badges-container {
        gap: 12px;
    }

    .ptao-badge-img {
        height: 28px;
    }

    .ptao-editorial-section {
        padding: 18px 14px;
        border-radius: var(--ptao-radius-md);
    }

    .ptao-editorial-section h2 {
        font-size: 1.25rem;
        margin-bottom: 14px;
    }

    .ptao-editorial-section h3 {
        font-size: 0.98rem;
        margin: 16px 0 8px 0;
    }

    .ptao-editorial-section p {
        font-size: 0.84rem;
        line-height: 1.45;
        margin-bottom: 10px;
    }

    .ptao-policy-points-list {
        gap: 10px;
        margin: 14px 0;
    }

    .ptao-policy-point-item {
        padding: 12px 14px;
        border-radius: 0 var(--ptao-radius-sm) var(--ptao-radius-sm) 0;
    }

    .ptao-point-title {
        font-size: 0.88rem;
        gap: 8px;
    }

    .ptao-point-num {
        width: 22px;
        height: 22px;
        font-size: 0.72rem;
    }

    .ptao-point-body {
        font-size: 0.8rem;
        line-height: 1.4;
    }

    .ptao-contact-form-container {
        padding: 18px 14px;
        border-radius: var(--ptao-radius-md);
        margin: 16px auto 0 auto;
    }

    .ptao-contact-form-container h2 {
        font-size: 1.18rem !important;
        margin-bottom: 12px !important;
    }

    .ptao-form-group {
        gap: 5px;
        margin-bottom: 12px;
    }

    .ptao-form-row {
        gap: 10px;
    }

    .ptao-form-group label {
        font-size: 0.8rem;
    }

    .ptao-form-input, .ptao-form-textarea {
        padding: 9px 12px;
        font-size: 0.84rem;
        border-radius: var(--ptao-radius-sm);
    }

    .ptao-form-textarea {
        height: 90px;
    }

    .ptao-form-checkbox-label {
        font-size: 0.76rem;
        gap: 8px;
        margin-bottom: 14px;
    }

    .ptao-footer {
        padding: 30px 14px 20px 14px;
        margin-top: 30px;
    }

    .ptao-footer-container {
        gap: 16px;
    }

    .ptao-footer-top-card {
        flex-direction: column;
        align-items: flex-start;
        padding: 16px 14px;
        gap: 14px;
    }

    .ptao-footer-alert-badge {
        width: 100%;
        max-width: 100%;
        padding: 12px 14px;
    }

    .ptao-footer-company-card {
        padding: 14px 14px;
        gap: 12px;
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }

    .ptao-company-meta {
        width: 100%;
        max-width: 100%;
    }

    .ptao-company-name {
        font-size: 0.95rem;
    }

    .ptao-company-address {
        font-size: 0.78rem;
        word-break: break-word;
        overflow-wrap: anywhere;
    }

    .ptao-company-contacts {
        width: 100%;
        max-width: 100%;
        gap: 10px;
    }

    .ptao-footer-contact-item {
        flex-direction: column;
        align-items: flex-start;
        gap: 2px;
        width: 100%;
        max-width: 100%;
    }

    .ptao-contact-label {
        font-size: 0.74rem;
    }

    .ptao-contact-val {
        font-size: 0.78rem;
        word-break: break-all;
        overflow-wrap: anywhere;
    }

    .ptao-transparency-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .ptao-transparency-title {
        font-size: 13px;
    }

    .ptao-transparency-item {
        padding: 14px 16px;
    }

    .ptao-transparency-item h3 {
        font-size: 0.9rem;
    }

    .ptao-transparency-item p {
        font-size: 0.78rem;
        line-height: 1.45;
    }

    .ptao-footer-help-links a {
        font-size: 0.76rem;
        padding: 5px 10px;
    }

    .ptao-footer-bottom {
        flex-direction: column;
        gap: 8px;
        align-items: flex-start;
        font-size: 12px;
    }

    .ptao-copyright-text {
        font-size: 11.5px;
    }

    .ptao-footer-nav-links {
        flex-direction: column;
        gap: 6px;
    }

    .ptao-footer-nav-links a {
        font-size: 12px;
        padding: 0;
    }
    
    .ptao-cookie-banner {
        flex-direction: column;
        text-align: center;
        padding: 14px 16px;
        gap: 10px;
        bottom: 12px;
        width: calc(100% - 24px);
    }

    .ptao-cookie-title {
        font-size: 0.95rem;
    }

    .ptao-cookie-text {
        font-size: 0.78rem;
        line-height: 1.35;
    }
    
    .ptao-cookie-actions {
        width: 100%;
        justify-content: center;
        gap: 8px;
    }

    .ptao-cookie-btn {
        padding: 9px 14px;
        font-size: 0.82rem;
    }

    .ptao-cookie-modal-box {
        padding: 20px 16px;
    }

    .ptao-cookie-modal-box h2 {
        font-size: 1.15rem;
    }

    .ptao-cookie-modal-box p {
        font-size: 0.82rem;
        margin-bottom: 14px;
    }

    .ptao-cookie-toggle-item {
        padding: 10px 12px;
    }

    .ptao-cookie-toggle-info strong {
        font-size: 0.84rem;
    }

    .ptao-cookie-toggle-info span {
        font-size: 0.72rem;
    }
}

@media (max-width: 480px) {
    .ptao-hero-title {
        font-size: 1.2rem;
    }
    .ptao-hero-subtitle {
        font-size: 0.78rem;
    }
    .ptao-age-modal-box {
        padding: 22px 16px;
    }
    .ptao-age-modal-icon-badge {
        width: 52px;
        height: 52px;
        font-size: 1.35rem;
        margin-bottom: 10px;
    }
    .ptao-age-modal-body h2 {
        font-size: 1.35rem;
    }
    .ptao-age-modal-body p {
        font-size: 0.85rem;
    }
    .ptao-age-modal-actions {
        flex-direction: column;
        gap: 8px;
    }
    .ptao-age-btn {
        padding: 10px 14px;
        font-size: 0.86rem;
    }
}