/* 3cardone.pk - Fast Casino Theme CSS */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;font-size:16px}
body{background:#0d0005;color:#f0e6e6;font-family:'Segoe UI',Tahoma,Arial,sans-serif;line-height:1.7;direction:rtl;text-align:right}
a{color:#FFD700;text-decoration:none}
a:hover{color:#fff;text-decoration:underline}
img{max-width:100%;height:auto;display:block}

/* ===== HEADER ===== */
header{background:linear-gradient(135deg,#1a0005 0%,#5a0010 50%,#1a0005 100%);border-bottom:2px solid #FFD700;position:sticky;top:0;z-index:999;box-shadow:0 2px 20px rgba(255,215,0,.3)}
.header-inner{max-width:1200px;margin:0 auto;padding:0 16px;display:flex;align-items:center;justify-content:space-between;height:65px}
.logo{display:flex;align-items:center;gap:10px}
.logo img{width:45px;height:45px;border-radius:8px;border:2px solid #FFD700}
.logo-text{font-size:1.3rem;font-weight:700;color:#FFD700;letter-spacing:1px;direction:ltr}
nav ul{list-style:none;display:flex;gap:20px;flex-wrap:wrap}
nav ul li a{color:#f0e6e6;font-size:.9rem;padding:6px 10px;border-radius:4px;transition:all .2s}
nav ul li a:hover{background:rgba(255,215,0,.15);color:#FFD700;text-decoration:none}
.dl-btn-header{background:linear-gradient(135deg,#FFD700,#e6a800);color:#1a0005!important;font-weight:700;padding:8px 18px!important;border-radius:25px!important;box-shadow:0 2px 10px rgba(255,215,0,.4)}
.dl-btn-header:hover{background:linear-gradient(135deg,#fff,#FFD700)!important;color:#1a0005!important;transform:scale(1.05)}

/* ===== HERO ===== */
.hero{background:linear-gradient(180deg,#2a0010 0%,#0d0005 100%);padding:60px 16px;text-align:center}
.hero-inner{max-width:900px;margin:0 auto}
.hero h1{font-size:2.4rem;color:#FFD700;font-weight:800;margin-bottom:16px;text-shadow:0 0 20px rgba(255,215,0,.5);line-height:1.3}
.hero .tagline{font-size:1.15rem;color:#f5c6c6;margin-bottom:30px}
.hero-imgs{display:flex;gap:12px;justify-content:center;margin-bottom:30px;flex-wrap:wrap}
.hero-imgs img{border-radius:12px;border:2px solid #FFD700;box-shadow:0 4px 20px rgba(255,215,0,.3);width:180px;height:130px;object-fit:cover}
.dl-btn-main{display:inline-block;background:linear-gradient(135deg,#FFD700 0%,#e6a800 100%);color:#0d0005;font-size:1.2rem;font-weight:800;padding:16px 40px;border-radius:30px;box-shadow:0 4px 20px rgba(255,215,0,.5);transition:all .3s;margin:8px}
.dl-btn-main:hover{transform:translateY(-3px);box-shadow:0 8px 30px rgba(255,215,0,.7);text-decoration:none;color:#0d0005}
.btn-sub{display:inline-block;background:transparent;border:2px solid #FFD700;color:#FFD700;font-size:1rem;font-weight:600;padding:12px 30px;border-radius:30px;transition:all .3s;margin:8px}
.btn-sub:hover{background:#FFD700;color:#0d0005;text-decoration:none}

/* ===== SECTIONS ===== */
section{padding:50px 16px}
.container{max-width:1100px;margin:0 auto}
.section-title{font-size:1.8rem;color:#FFD700;font-weight:700;margin-bottom:24px;padding-bottom:12px;border-bottom:2px solid rgba(255,215,0,.3);text-align:center}
.section-intro{text-align:center;color:#f5c6c6;margin-bottom:36px;font-size:1.05rem}

/* ===== FEATURES ===== */
.features{background:#100008}
.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px}
.feature-card{background:linear-gradient(135deg,#1e0010,#2e0015);border:1px solid rgba(255,215,0,.25);border-radius:12px;padding:24px;text-align:center;transition:transform .3s,box-shadow .3s}
.feature-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px rgba(255,215,0,.2)}
.feature-icon{font-size:2.5rem;margin-bottom:12px}
.feature-card h3{color:#FFD700;font-size:1.05rem;margin-bottom:8px}
.feature-card p{color:#ddb8b8;font-size:.9rem}

/* ===== CONTENT ARTICLE ===== */
.article-body{max-width:860px;margin:0 auto}
.article-body h2{font-size:1.6rem;color:#FFD700;margin:36px 0 14px;border-right:4px solid #FFD700;padding-right:12px}
.article-body h3{font-size:1.25rem;color:#f5d080;margin:24px 0 10px}
.article-body p{color:#e8d0d0;margin-bottom:16px;font-size:1.02rem}
.article-body ul,.article-body ol{margin:12px 0 20px 0;padding-right:24px;color:#e8d0d0}
.article-body li{margin-bottom:8px;font-size:1rem}
.article-body strong{color:#FFD700}
.article-body img{border-radius:12px;border:2px solid rgba(255,215,0,.4);margin:20px auto;box-shadow:0 4px 20px rgba(0,0,0,.5)}

/* ===== SCREENSHOT GALLERY ===== */
.screenshots{background:#0a0004}
.ss-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:16px;margin-top:24px}
.ss-grid img{border-radius:12px;border:2px solid rgba(255,215,0,.3);width:100%;transition:transform .3s;cursor:pointer}
.ss-grid img:hover{transform:scale(1.03);border-color:#FFD700}

/* ===== DOWNLOAD SECTION ===== */
.download-section{background:linear-gradient(135deg,#1a0005,#3a000f);text-align:center;border-top:2px solid rgba(255,215,0,.3);border-bottom:2px solid rgba(255,215,0,.3)}
.download-section h2{font-size:2rem;color:#FFD700;margin-bottom:14px}
.download-section p{color:#f5c6c6;margin-bottom:28px;font-size:1.05rem}
.dl-steps{display:flex;gap:16px;justify-content:center;flex-wrap:wrap;margin-bottom:36px}
.dl-step{background:rgba(255,215,0,.08);border:1px solid rgba(255,215,0,.25);border-radius:10px;padding:18px 22px;max-width:220px;text-align:center}
.dl-step .step-num{background:#FFD700;color:#0d0005;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:800;margin:0 auto 10px;font-size:1rem}
.dl-step p{color:#e8d0d0;font-size:.9rem}

/* ===== FAQ ===== */
.faq{background:#0d0005}
.faq-item{border:1px solid rgba(255,215,0,.2);border-radius:8px;margin-bottom:12px;overflow:hidden}
.faq-q{background:rgba(255,215,0,.08);padding:16px 20px;cursor:pointer;color:#FFD700;font-weight:600;font-size:1rem;display:flex;justify-content:space-between;align-items:center}
.faq-a{padding:16px 20px;color:#e8d0d0;font-size:.97rem;display:none}
.faq-item.open .faq-a{display:block}
.faq-item.open .faq-q{background:rgba(255,215,0,.15)}

/* ===== ARTICLES GRID ===== */
.articles-section{background:#100008}
.articles-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px}
.article-card{background:linear-gradient(135deg,#1e0010,#2a0012);border:1px solid rgba(255,215,0,.2);border-radius:12px;overflow:hidden;transition:transform .3s,box-shadow .3s}
.article-card:hover{transform:translateY(-4px);box-shadow:0 8px 25px rgba(255,215,0,.2)}
.article-card img{width:100%;height:160px;object-fit:cover}
.article-card-body{padding:18px}
.article-card-body h3{color:#FFD700;font-size:1.05rem;margin-bottom:8px}
.article-card-body p{color:#ddb8b8;font-size:.9rem;margin-bottom:14px}
.read-more{display:inline-block;color:#FFD700;font-size:.9rem;font-weight:600;border-bottom:1px solid #FFD700;transition:color .2s}
.read-more:hover{color:#fff;border-color:#fff;text-decoration:none}

/* ===== BREADCRUMB ===== */
.breadcrumb{background:#0a0004;padding:12px 16px;border-bottom:1px solid rgba(255,215,0,.15)}
.breadcrumb-inner{max-width:1100px;margin:0 auto;font-size:.88rem;color:#998}
.breadcrumb-inner a{color:#FFD700}
.breadcrumb-inner span{color:#998;margin:0 6px}

/* ===== SINGLE ARTICLE PAGE ===== */
.article-page{padding:40px 16px}
.article-header{max-width:860px;margin:0 auto 30px;border-bottom:2px solid rgba(255,215,0,.25);padding-bottom:20px}
.article-header h1{font-size:2rem;color:#FFD700;margin-bottom:12px;line-height:1.4}
.article-meta{color:#998;font-size:.9rem;margin-bottom:16px;direction:ltr;text-align:left}
.article-header img{border-radius:12px;border:2px solid rgba(255,215,0,.4);width:100%;max-height:350px;object-fit:cover;margin-top:20px}

/* ===== SIDEBAR ===== */
.article-with-sidebar{display:grid;grid-template-columns:1fr 280px;gap:30px;max-width:1100px;margin:0 auto;align-items:start}
.sidebar{background:#100008;border:1px solid rgba(255,215,0,.2);border-radius:12px;padding:20px;position:sticky;top:80px}
.sidebar h4{color:#FFD700;margin-bottom:16px;font-size:1rem;border-bottom:1px solid rgba(255,215,0,.2);padding-bottom:8px}
.sidebar ul{list-style:none}
.sidebar ul li{margin-bottom:8px}
.sidebar ul li a{color:#ddb8b8;font-size:.9rem;transition:color .2s}
.sidebar ul li a:hover{color:#FFD700;text-decoration:none}
.sidebar .dl-btn-main{width:100%;text-align:center;font-size:1rem;padding:12px 20px;margin:16px 0 0}

/* ===== FOOTER ===== */
footer{background:#050002;border-top:2px solid rgba(255,215,0,.25);padding:40px 16px 20px}
.footer-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:30px;margin-bottom:30px}
.footer-col h4{color:#FFD700;margin-bottom:14px;font-size:1rem}
.footer-col ul{list-style:none}
.footer-col ul li{margin-bottom:8px}
.footer-col ul li a{color:#998;font-size:.9rem}
.footer-col ul li a:hover{color:#FFD700;text-decoration:none}
.footer-col p{color:#998;font-size:.9rem}
.footer-bottom{text-align:center;color:#665;font-size:.85rem;padding-top:20px;border-top:1px solid rgba(255,255,255,.05)}

/* ===== TABLE ===== */
.styled-table{width:100%;border-collapse:collapse;margin:20px 0}
.styled-table th{background:rgba(255,215,0,.15);color:#FFD700;padding:12px;text-align:right;border:1px solid rgba(255,215,0,.2)}
.styled-table td{padding:10px 12px;border:1px solid rgba(255,255,255,.08);color:#e8d0d0;font-size:.95rem}
.styled-table tr:nth-child(even){background:rgba(255,255,255,.03)}

/* ===== NOTICE BOX ===== */
.notice-box{background:rgba(255,215,0,.08);border:1px solid rgba(255,215,0,.3);border-radius:8px;padding:16px 20px;margin:20px 0;color:#f5d080}
.notice-box strong{color:#FFD700}

/* ===== RESPONSIVE ===== */
@media(max-width:900px){
  .article-with-sidebar{grid-template-columns:1fr}
  .sidebar{position:static}
}
@media(max-width:768px){
  .hero h1{font-size:1.7rem}
  nav ul{display:none}
  .hero-imgs img{width:140px;height:100px}
  .section-title{font-size:1.5rem}
  .article-header h1{font-size:1.5rem}
  .dl-steps{flex-direction:column;align-items:center}
}
@media(max-width:480px){
  .hero h1{font-size:1.4rem}
  .dl-btn-main{font-size:1rem;padding:14px 28px}
  .logo-text{font-size:1.1rem}
}

/* ===== FAQ JS ===== */
