@import url('https://fonts.googleapis.com/css2?family=Arvo:wght@700&family=Lexend:wght@100..900&display=swap');

table {
  border-collapse: collapse;
  border-spacing: 0;
  border-radius: 5px;
  width: 80%;
  margin: auto 0;
  margin-left: auto; 
  margin-right: auto;
  color: #000;
  font-family: "Lexend", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

th {
  font-size: 20px;
  text-decoration: double;
  border-radius: 5px;
  box-shadow: 0 4px 8px 0 rgba(255, 255, 255, 2);
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  font-family: "Lexend", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

td {
  box-shadow: 0 4px 8px 0 rgba(0.5, 0, 0, 0.5);
}

th, td {
  text-align: center;
  padding: 16px;
}

th:nth-child(1) {
  color: #fff;
  background-color: #100a21;
}

th:nth-child(2) {
  color: #fff;
  background-color: #100a21;
}

th:nth-child(3) {
  color: #fff;
  background-color: #100a21;
}

th:first-child, td:first-child {
  text-align: left;
}

tr:nth-child(even) {
  background-color: #fff;
}

tr:nth-child(odd) {
  background-color: #fff;
}

.fa-check {
  color: green;
}

.fa-remove {
  color: red;
}

.learn-more span {
  color: red;
}

.learn-more a {
  color: red;
  text-decoration: none;
}

.learn-more:hover {
  color: red;
  text-decoration: underline;
}

#info-hover {
  color: #fff;
  font-size: 20px;
  margin-left: 5px auto;
  cursor: pointer;
}

.fa-solid {
  float: right;
}

/* ========== */
/*  */
/* ========== */
.info-wrapper {
  width: 80%; /* set fixed width */
  margin: 0 auto; /* center the wrapper on the screen */
  padding-top: 20px;
  color: #fff;
  overflow: hidden;
  overflow-wrap: break-word;
  word-wrap: break-word;
  font-family: "Lexend", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

.info-item h1 { /* Article Names */
  text-align: center;
  margin: 0;
  font-size: 2em;
}

.info-item {
  border: none;
  border-radius: 12px;
  margin: 30px;
  padding: 25px;
  display: flex;
  background-color: #1570d5;
}

.info-item img {
  width: 300px;
  height: auto;
  margin-right: 10px;
  float: left;
  object-fit: contain;
}

.info-item p {
  text-align: center;
  margin: 5px 0;
  font-size: 18px;
}

.info-button {
  position: relative;
  bottom: 10px;
  right: 5px;
  width: 400px;
  height: 50px;
  text-align: center;
  background: #3498db;
  border-radius: 5px;
  font-size: 14px;
  color: #fff;
  border: none;
  margin: 12px;
  cursor: pointer;
  font-family: "Lexend", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

.info-button:hover {
  background: #1e6b9e;
  cursor: pointer;
}

.info-item a:link, a:active, a:hover, a:visited {
  text-decoration: none;
  color: #fff;
}

@media (max-width: 600px) {
  .info-item img {
  object-fit: contain;
  }
}

/* Hero Section - 80s Style */
.hero-section {
    background: linear-gradient(135deg, #0f0c29, #2a0845, #1a1a2e);
    color: #fff;
    padding: 100px 20px 120px;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    overflow: hidden;
    border-bottom: 4px solid #ff00ff;
    border-top: 4px solid #00ffff;
    box-shadow: 0 0 20px rgba(255, 0, 255, 0.3), 0 0 40px rgba(0, 255, 255, 0.2) inset;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
    font-family: 'Arial Black', 'Arial Bold', sans-serif;
}

.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: 
        linear-gradient(45deg, rgba(0,0,0,0.7) 0%, transparent 100%),
        url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxwYXR0ZXJuIGlkPSJwYXR0ZXJuIiB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHBhdHRlcm5Vbml0cz0idXNlclNwYWNlT25Vc2UiIHBhdHRlcm5UcmFuc2Zvcm09InJvdGF0ZSg0NSkiPjxyZWN0IHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgZmlsbD0icmdiYSgyNTUsMjU1LDI1NSwwLjAzKSIvPjwvcGF0dGVybj48L2RlZnM+PHJlY3Qgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNwYXR0ZXJuKSIvPjwvc3ZnPg==');
    z-index: 1;
}

.hero-content {
    max-width: 900px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    padding: 40px 20px;
    background: rgba(0, 0, 0, 0.7);
    border: 2px solid #ff00ff;
    box-shadow: 0 0 15px rgba(255, 0, 255, 0.5), 0 0 30px rgba(0, 255, 255, 0.3) inset;
    animation: fadeInUp 1s ease-out, neonPulse 1.5s ease-in-out infinite alternate;
    text-transform: uppercase;
    letter-spacing: 1px;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes neonPulse {
    from {
        box-shadow: 0 0 15px rgba(255, 0, 255, 0.5), 0 0 30px rgba(0, 255, 255, 0.3) inset;
        border-color: #ff00ff;
    }
    to {
        box-shadow: 0 0 25px rgba(255, 0, 255, 0.8), 0 0 40px rgba(0, 255, 255, 0.5) inset;
        border-color: #00ffff;
    }
}

.hero-content h1 {
    font-size: 4em;
    margin: 0 0 20px 0;
    background: linear-gradient(90deg, #ff00ff, #00ffff);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    text-shadow: 0 0 10px rgba(255, 0, 255, 0.5);
    letter-spacing: 2px;
    line-height: 1.1;
    font-weight: 900;
    font-family: 'Arial Black', 'Arial Bold', sans-serif;
    text-transform: uppercase;
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.3);
}

.hero-content p {
    font-size: 1.4em;
    max-width: 700px;
    margin: 0 auto 30px;
    line-height: 1.6;
    color: #ffffff;
    text-shadow: 0 0 8px rgba(255, 255, 255, 0.5);
    font-weight: bold;
    letter-spacing: 1px;
}

.hero-cta {
    display: inline-block;
    padding: 16px 40px;
    background: linear-gradient(45deg, #ff00ff, #00ffff);
    color: #000 !important;
    text-decoration: none;
    border-radius: 0;
    font-weight: 800;
    font-size: 1.2em;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    box-shadow: 0 0 15px rgba(255, 0, 255, 0.7);
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    border: 2px solid #fff;
}

.hero-cta::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
    transition: 0.5s;
    z-index: -1;
}

.hero-cta:hover {
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 0 25px rgba(255, 0, 255, 0.9);
    background: linear-gradient(45deg, #ff00ff, #00ffff);
    color: #000 !important;
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.8);
}

.hero-cta:hover::before {
    left: 100%;
}

/* 80s Style Animations */
@keyframes float {
    0%, 100% { transform: translateY(0) rotate(0deg); }
    50% { transform: translateY(-15px) rotate(3deg); }
}

@keyframes scanline {
    0% { background-position: 0 -100%; }
    100% { background-position: 0 100%; }
}

@keyframes flicker {
    0%, 100% { opacity: 0.8; }
    50% { opacity: 1; }
}

.movie-reel {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    overflow: hidden;
    opacity: 0.2;
    background: 
        linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
        repeating-linear-gradient(
            0deg,
            rgba(255, 0, 255, 0.1) 0px,
            rgba(255, 0, 255, 0.1) 1px,
            transparent 2px,
            transparent 4px
        ),
        repeating-linear-gradient(
            90deg,
            rgba(0, 255, 255, 0.1) 0px,
            rgba(0, 255, 255, 0.1) 1px,
            transparent 2px,
            transparent 4px
        );
    animation: flicker 4s infinite alternate;
}

.reel-item {
    position: absolute;
    background: linear-gradient(45deg, rgba(255,0,255,0.2), rgba(0,255,255,0.2));
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 2px;
    animation: float 8s ease-in-out infinite;
    box-shadow: 0 0 15px rgba(255, 0, 255, 0.5);
    opacity: 0.7;
}

.reel-item:nth-child(1) {
    width: 100px;
    height: 150px;
    top: 10%;
    left: 5%;
    animation-delay: 0s;
}

.reel-item:nth-child(2) {
    width: 120px;
    height: 180px;
    top: 20%;
    right: 8%;
    animation-delay: 1s;
}

.reel-item:nth-child(3) {
    width: 90px;
    height: 135px;
    bottom: 15%;
    left: 10%;
    animation-delay: 2s;
}

.reel-item:nth-child(4) {
    width: 110px;
    height: 165px;
    bottom: 20%;
    right: 15%;
    animation-delay: 3s;
}

/* 80s Style Tier Cards */
.tier-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    padding: 30px 20px;
    max-width: 1200px;
    margin: 0 auto 80px;
    position: relative;
    background: linear-gradient(135deg, #0f0c29, #2a0845);
    border: 4px solid #ff00ff;
    box-shadow: 0 0 20px rgba(255, 0, 255, 0.3), 0 0 40px rgba(0, 255, 255, 0.2) inset;
    transform: perspective(1000px) rotateX(2deg);
}

.tier-card {
    background: linear-gradient(145deg, rgba(15, 15, 35, 0.9), rgba(30, 10, 50, 0.9));
    border-radius: 0;
    padding: 30px 25px;
    width: 100%;
    min-height: 580px;
    text-align: left;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    border: 2px solid #ff00ff;
    color: #fff;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(255, 0, 255, 0.3);
    font-family: 'Arial', sans-serif;
    transform: translateZ(0);
    background-image: 
        linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
        url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxwYXR0ZXJuIGlkPSJwYXR0ZXJuIiB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHBhdHRlcm5Vbml0cz0idXNlclNwYWNlT25Vc2UiIHBhdHRlcm5UcmFuc2Zvcm09InJvdGF0ZSg0NSkiPjxyZWN0IHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgZmlsbD0icmdiYSgyNTUsMjU1LDI1NSwwLjAzKSIvPjwvcGF0dGVybj48L2RlZnM+PHJlY3Qgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNwYXR0ZXJuKSIvPjwvc3ZnPg==');
}

.tier-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 6px;
    background: linear-gradient(90deg, #6366f1, #8b5cf6);
    opacity: 0;
    transition: opacity 0.3s ease;
}

/* Remove hover effect from specific cards */
.tier-card:not(.free-tier):not(.no-hover):hover {
    transform: translateY(-15px) scale(1.02);
    box-shadow: 0 0 30px rgba(255, 0, 255, 0.5);
    border-color: #00ffff;
    z-index: 2;
}

/* Prevent hover effects on specific cards */
.tier-card.free-tier,
.tier-card.no-hover {
    cursor: default;
}

.tier-card:not(.free-tier):not(.no-hover):hover::before {
    opacity: 1;
}

/* Featured tier card */
.tier-card.featured {
    transform: scale(1.02);
    border: 3px solid #00ffff;
    box-shadow: 0 0 30px rgba(0, 255, 255, 0.5), 0 0 60px rgba(255, 0, 255, 0.3) inset;
    background: linear-gradient(145deg, rgba(20, 15, 45, 0.95), rgba(40, 10, 60, 0.95));
    animation: featuredPulse 2s infinite alternate;
}

@keyframes featuredPulse {
    from {
        box-shadow: 0 0 30px rgba(0, 255, 255, 0.5), 0 0 60px rgba(255, 0, 255, 0.3) inset;
        border-color: #00ffff;
    }
    to {
        box-shadow: 0 0 40px rgba(0, 255, 255, 0.8), 0 0 80px rgba(255, 0, 255, 0.5) inset;
        border-color: #ff00ff;
    }
}

.tier-card.featured::before {
    opacity: 1;
    background: linear-gradient(90deg, #8b5cf6, #c4b5fd);
    height: 8px;
}

.tier-card.featured .popular-tag {
    background: linear-gradient(90deg, #8b5cf6, #c4b5fd);
    color: #1e1b4b;
    padding: 8px 20px;
    font-weight: 700;
    letter-spacing: 0.05em;
    box-shadow: 0 4px 15px rgba(139, 92, 246, 0.4);
}

.tier-card.featured .select-button {
    background: linear-gradient(90deg, #8b5cf6, #c4b5fd);
    color: #1e1b4b;
    font-weight: 700;
    box-shadow: 0 4px 15px rgba(139, 92, 246, 0.4);
}

.tier-card.featured .select-button:hover {
    background: linear-gradient(90deg, #7c3aed, #a78bfa);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(139, 92, 246, 0.5);
}

/* Card glow effect on hover */
.tier-card::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 20px;
    padding: 1px;
    background: linear-gradient(135deg, rgba(99, 102, 241, 0.4), rgba(168, 85, 247, 0.2), rgba(99, 102, 241, 0.4));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.tier-card:not(.free-tier):not(.no-hover):hover::after {
    opacity: 1;
}

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

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.popular-tag {
    position: absolute;
    top: -12px;
    right: 20px;
    background: linear-gradient(45deg, #ff00ff, #00ffff, #ff00ff, #00ffff);
    background-size: 300% 300%;
    color: #000 !important;
    padding: 8px 20px;
    animation: rotateGradient 4s ease infinite, rotate 20s linear infinite;
    z-index: 100;
    border-radius: 0;
    font-size: 0.8em;
    font-weight: 900;
    letter-spacing: 2px;
    text-transform: uppercase;
    box-shadow: 0 0 15px rgba(255, 0, 255, 0.7);
    transition: all 0.3s ease;
    border: 2px solid #fff;
    text-shadow: 1px 1px 0 #fff;
    animation: neonPulse 1.5s ease-in-out infinite alternate;
}

.tier-header {
    text-align: center;
    margin-bottom: 24px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    position: relative;
    z-index: 1;
}

.tier-header h2 {
    font-size: 2em;
    margin: 0 0 10px 0;
    color: #fff;
    font-weight: 900;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-shadow: 0 0 10px rgba(255, 0, 255, 0.5);
    font-family: 'Arial Black', 'Arial Bold', sans-serif;
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.3);
}

.tier-header p {
    color: #94a3b8;
    margin: 0;
    font-size: 0.95em;
}

.price-tag {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 15px;
}

.price {
    font-size: 3.5em;
    font-weight: 900;
    color: #fff;
    line-height: 1;
    margin: 10px 0 5px;
    background: linear-gradient(45deg, #ff00ff, #00ffff);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    display: inline-block;
    text-shadow: 0 0 10px rgba(255, 0, 255, 0.5);
    font-family: 'Arial Black', 'Arial Bold', sans-serif;
    letter-spacing: -1px;
}

.tier-card.featured .price {
    background: linear-gradient(90deg, #8b5cf6, #c4b5fd);
    -webkit-background-clip: text;
}

.period {
    font-size: 1em;
    color: #00ffff;
    font-weight: 700;
    margin-top: 5px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-shadow: 0 0 8px rgba(0, 255, 255, 0.5);
}

.tier-features {
    margin: 10px 0 25px;
    flex-grow: 1;
    overflow-y: auto;
    padding-right: 8px;
}

.tier-features::-webkit-scrollbar {
    width: 4px;
}

.tier-features::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
}

.tier-features::-webkit-scrollbar-thumb {
    background: rgba(99, 102, 241, 0.5);
    border-radius: 10px;
}

.benefits {
    list-style: none;
    padding: 0;
    margin: 0;
    height: 100%;
}

.benefits li {
    margin: 16px 0;
    display: flex;
    align-items: center;
    font-size: 1em;
    line-height: 1.5;
    color: #fff;
    position: relative;
    padding: 8px 0 8px 40px;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
    font-weight: 500;
    letter-spacing: 0.5px;
}

.benefits li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background: rgba(0, 0, 0, 0.3);
    border: 2px solid #ff00ff;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 10px rgba(255, 0, 255, 0.5);
}

.benefits li i {
    position: absolute;
    left: 4px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0.8em;
    color: #00ffff;
    text-shadow: 0 0 5px rgba(0, 255, 255, 0.8);
    z-index: 1;
    width: 24px;
    text-align: center;
}

.benefits li.disabled {
    opacity: 0.4;
    color: #aaa;
    text-decoration: line-through;
}

.benefits li.disabled::before {
    background-color: rgba(148, 163, 184, 0.1);
}

.fa-check {
    color: #10b981;
}

.fa-times {
    color: #ef4444;
    font-size: 0.6em !important;
    left: 6px !important;
    top: 10px !important;
}

.select-button {
    width: 100%;
    padding: 16px 24px;
    border: 2px solid #fff;
    border-radius: 0;
    background: linear-gradient(45deg, #ff00ff, #00ffff);
    color: #000 !important;
    font-size: 1.1em;
    font-weight: 800;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    margin-top: auto;
    flex-shrink: 0;
    box-shadow: 0 0 15px rgba(255, 0, 255, 0.5);
    position: relative;
    overflow: hidden;
    z-index: 1;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
}

.select-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #4f46e5, #7c3aed);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: -1;
}

.select-button:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 0 25px rgba(255, 0, 255, 0.8);
    background: linear-gradient(45deg, #ff00ff, #00ffff);
    color: #000 !important;
    border-color: #00ffff;
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.8);
}

.select-button:hover::before {
    opacity: 1;
}

.select-button:active {
    transform: translateY(-1px);
    box-shadow: 0 4px 15px rgba(99, 102, 241, 0.3);
}

/* Add a subtle shine effect on hover */
.select-button::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(
        to right,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.1) 50%,
        rgba(255, 255, 255, 0) 100%
    );
    transform: rotate(30deg);
    transition: all 0.6s ease;
    opacity: 0;
    pointer-events: none;
}

.select-button:hover::after {
    left: 100%;
    opacity: 1;
}

/* 80s Style Platinum Section */
.platinum-section {
    background: linear-gradient(135deg, #0f0c29, #2a0845);
    color: #fff;
    padding: 80px 20px;
    margin: 100px auto 120px; /* Increased bottom margin */
    text-align: center;
    position: relative;
    overflow: hidden;
    border: 4px solid #00ffff;
    max-width: 1200px;
    box-shadow: 0 0 30px rgba(0, 255, 255, 0.3), 0 0 60px rgba(255, 0, 255, 0.2) inset;
    transform: perspective(1000px) rotateX(2deg);
    font-family: 'Arial', sans-serif;
    animation: borderPulse 3s infinite alternate;
}

@keyframes borderPulse {
    0% { border-color: #00ffff; box-shadow: 0 0 30px rgba(0, 255, 255, 0.3), 0 0 60px rgba(255, 0, 255, 0.2) inset; }
    100% { border-color: #ff00ff; box-shadow: 0 0 40px rgba(255, 0, 255, 0.4), 0 0 80px rgba(0, 255, 255, 0.3) inset; }
}

.platinum-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(600px 600px at 20% 20%, rgba(99, 102, 241, 0.15), transparent 50%),
        radial-gradient(600px 600px at 80% 80%, rgba(139, 92, 246, 0.15), transparent 50%);
    pointer-events: none;
}

.platinum-content {
    position: relative;
    z-index: 1;
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px;
}

.platinum-section h2 {
    font-size: 3em;
    margin-bottom: 20px;
    color: #fff;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: 'Arial Black', 'Arial Bold', sans-serif;
    text-shadow: 0 0 15px rgba(255, 0, 255, 0.7);
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.3);
    background: linear-gradient(45deg, #ff00ff, #00ffff);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: titlePulse 2s infinite alternate;
}

@keyframes titlePulse {
    from { text-shadow: 0 0 10px rgba(255, 0, 255, 0.7); }
    to { text-shadow: 0 0 20px rgba(0, 255, 255, 0.9); }
}

.platinum-section h2::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, #6366f1, #8b5cf6);
    border-radius: 3px;
}

.platinum-section p {
    font-size: 1.3em;
    color: #fff;
    margin: 0 auto 40px;
    line-height: 1.7;
    max-width: 800px;
    text-shadow: 0 0 8px rgba(255, 255, 255, 0.3);
    font-weight: 500;
    letter-spacing: 0.5px;
}

.platinum-benefits {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    margin: 40px auto;
    padding: 0;
    list-style: none;
    max-width: 1000px;
}

.platinum-benefits li {
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 0, 255, 0.3);
    border-radius: 0;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 1.1em;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    text-align: left;
    box-shadow: 0 0 15px rgba(255, 0, 255, 0.2);
}

.platinum-benefits li::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, rgba(255,0,255,0.1), rgba(0,255,255,0.1));
    z-index: -1;
}

.platinum-benefits li:hover {
    transform: translateY(-5px) scale(1.02);
    background: rgba(0, 0, 0, 0.5);
    border-color: #00ffff;
    box-shadow: 0 0 25px rgba(0, 255, 255, 0.5);
    z-index: 2;
}

.platinum-benefits i {
    color: #00ffff;
    font-size: 1.5em;
    min-width: 30px;
    text-align: center;
    text-shadow: 0 0 10px rgba(0, 255, 255, 0.7);
}

.platinum-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 40px;
    background: linear-gradient(45deg, #ff00ff, #00ffff);
    color: #000 !important;
    border: 2px solid #fff;
    border-radius: 0;
    font-size: 1.2em;
    font-weight: 800;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 0 20px rgba(255, 0, 255, 0.5);
    position: relative;
    overflow: hidden;
    z-index: 1;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
    margin-top: 20px;
    animation: buttonPulse 2s infinite alternate;
}

@keyframes buttonPulse {
    from { box-shadow: 0 0 20px rgba(255, 0, 255, 0.5); }
    to { box-shadow: 0 0 30px rgba(0, 255, 255, 0.7); }
}

.platinum-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #4f46e5, #7c3aed);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: -1;
}

.platinum-button:hover {
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0 0 30px rgba(0, 255, 255, 0.8);
    background: linear-gradient(45deg, #ff00ff, #00ffff);
    color: #000 !important;
    border-color: #00ffff;
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.8);
    animation: none;
}

.platinum-button:hover::before {
    opacity: 1;
}

.platinum-button:active {
    transform: translateY(-1px);
    box-shadow: 0 4px 15px rgba(99, 102, 241, 0.3);
}

/* Decorative elements */
.platinum-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(99, 102, 241, 0.5), transparent);
}

/* FAQ Section */
.faq-section {
    background: linear-gradient(145deg, #0f0f23, #1a0a28);
    padding: 80px 20px;
    position: relative;
    overflow: hidden;
    border-top: 2px solid #ff00ff;
    border-bottom: 2px solid #00ffff;
    box-shadow: 0 0 30px rgba(255, 0, 255, 0.1);
}

.faq-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, #ff00ff, #00ffff, transparent);
    animation: slide 5s linear infinite;
}

.faq-container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.faq-section h2 {
    font-family: 'Arial Black', 'Arial Bold', sans-serif;
    font-size: 2.8em;
    text-align: center;
    margin-bottom: 50px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-shadow: 0 0 10px #ff00ff, 0 0 20px #00ffff;
    position: relative;
    display: inline-block;
    left: 50%;
    transform: translateX(-50%);
    padding: 0 30px;
    background: linear-gradient(90deg, rgba(16, 10, 33, 0.8), rgba(30, 10, 50, 0.8));
    border: 2px solid #00ffff;
    box-shadow: 0 0 15px rgba(0, 255, 255, 0.5);
}

.faq-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 25px;
    margin-top: 30px;
}

.faq-item {
    background: linear-gradient(145deg, rgba(15, 15, 35, 0.9), rgba(30, 10, 50, 0.9));
    border: 1px solid #333;
    border-radius: 0;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.faq-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 0 20px rgba(255, 0, 255, 0.5);
    border-color: #ff00ff;
}

.faq-question {
    padding: 20px 25px;
    background: linear-gradient(90deg, rgba(25, 15, 45, 0.9), rgba(40, 10, 60, 0.9));
    color: #fff;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: 'Arial Black', 'Arial Bold', sans-serif;
    font-size: 1.1em;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-left: 3px solid #ff00ff;
    transition: all 0.3s ease;
}

.faq-question:hover {
    background: linear-gradient(90deg, rgba(35, 25, 55, 0.9), rgba(50, 20, 70, 0.9));
    color: #00ffff;
}

.faq-question i {
    transition: transform 0.3s ease;
    color: #ff00ff;
}

.faq-item.active .faq-question i {
    transform: rotate(180deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease, padding 0.3s ease;
    background: rgba(20, 15, 40, 0.8);
    color: #ddd;
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    padding: 0 25px;
    border-left: 3px solid transparent;
}

.faq-item.active .faq-answer {
    max-height: 500px;
    padding: 20px 25px;
    border-left-color: #00ffff;
    animation: fadeIn 0.5s ease;
}

.faq-answer p {
    margin: 0;
    font-size: 0.95em;
}

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

@keyframes slide {
    0% { background-position: -100% 0; }
    100% { background-position: 200% 0; }
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .hero-section {
        padding: 80px 15px 100px;
    }
    
    .hero-content h1 {
        font-size: 2.5em;
    }
    
    .hero-content p {
        font-size: 1.1em;
    }
    
    .platinum-section {
        padding: 40px 15px;
        margin: 60px 10px 80px;
    }
    
    .platinum-section h2 {
        font-size: 2em;
    }
    
    .platinum-section p {
        font-size: 1em;
    }
    
    .platinum-benefits {
        grid-template-columns: 1fr;
    }
    
    .platinum-benefits li {
        width: 100%;
        max-width: 100%;
    }
    
    .tier-container {
        grid-template-columns: 1fr;
        padding: 15px;
    }
    
    .tier-card {
        min-height: auto;
        padding: 25px 20px;
    }
    
    .tier-card.featured {
        transform: none;
        margin-top: 0;
    }
    
    .tier-card:hover {
        transform: none !important;
    }
    
    .price {
        font-size: 3em;
    }
}

.platinum-content {
    max-width: 960px;
    margin: 0 auto;
}

.platinum-content h2 {
    font-size: 2.6em;
    margin-bottom: 18px;
    text-shadow: 0 0 14px rgba(255, 0, 153, 0.35), 0 0 22px rgba(0, 255, 234, 0.25);
}

.platinum-content p {
    font-size: 1.1em;
    margin-bottom: 28px;
    opacity: 0.92;
}

.platinum-benefits {
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    justify-content: center;
    gap: 16px;
    margin: 32px 0 36px;
}

.platinum-benefits li {
    background: rgba(255, 255, 255, 0.08);
    padding: 14px 18px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid rgba(0, 255, 234, 0.25);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.35), 0 0 14px rgba(0, 255, 234, 0.12);
}

.platinum-benefits li i {
    color: #ffcc33;
    text-shadow: 0 0 10px rgba(255, 204, 51, 0.5);
}

.platinum-button {
    background: linear-gradient(90deg, #ff0099, #00ffe6);
    border: 0;
    color: #0b0b0b;
    padding: 12px 28px;
    border-radius: 999px;
    font-size: 1.05em;
    font-weight: 900;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.35), 0 0 20px rgba(255, 0, 153, 0.3);
}

.platinum-button:hover {
    transform: translateY(-2px) scale(1.01);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.45), 0 0 26px rgba(0, 255, 234, 0.35);
}

/* Responsive Design */
@media screen and (max-width: 1200px) {
    .tier-container {
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    }

    .tier-card {
        width: 100%;
        max-width: 560px;
    }

    .tier-card.featured {
        transform: none;
    }

    .tier-card.featured:hover {
        transform: translateY(-8px);
    }
}

@media screen and (max-width: 768px) {
    .hero-content h1 {
        font-size: 2.5em;
    }

    .hero-content p {
        font-size: 1.1em;
    }

    .tier-card {
        min-height: 540px;
    }

    .platinum-benefits {
        grid-template-columns: 1fr;
    }
    .platinum-benefits li {
        width: 100%;
        max-width: 480px;
        margin: 0 auto;
    }
}

@media screen and (max-width: 480px) {
    .hero-content h1 {
        font-size: 2em;
    }

    .tier-card {
        padding: 20px;
    }

    .tier-header h2 {
        font-size: 1.8em;
    }

    .price {
        font-size: 2em;
    }

    .benefits li {
        font-size: 1em;
    }
}