@font-face {
  font-family: 'Poppins';
  src: url('../fonts/poppins-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/poppins-500.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/poppins-600.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/poppins-700.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/poppins-900.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

*{
  margin:0;
  padding:0;
  box-sizing:border-box;
  font-family: 'Poppins', 'Segoe UI', sans-serif;
}

body{
  background:#0c111b;
  color:#fff;
  overflow-x:hidden;
}
.text-center{
  text-align: center;
}
.pt1{
  padding-top: 1em;
}
.pt2{
  padding-top: 2em;
}
.pl1{
  padding-left: 1em;
}
.pl2{
  padding-left: 2em;
}
.mt-100{
  margin-top: 100px;
}
.text-grey{
  color: grey;
}
/* ================= NAVBAR ================= */

.navbar{
  position:fixed;
  width:70%;
  top:10px;
  left:50%;
  transform:translateX(-50%);
  z-index:1000;
  border-radius: 50px;
  padding:15px 0;
  backdrop-filter:blur(12px);
  background:rgba(20,25,40,0.6);
  transition: background 0.3s, box-shadow 0.3s;
}

.navbar.scrolled {
  background:rgba(20,25,40,0.92);
  box-shadow: 0 4px 20px rgba(0,0,0,0.3);
}

.nav-container{
  position:relative;
  width:90%;
  max-width:1200px;
  margin:auto;
  display:flex;
  justify-content:space-between;
  align-items:center;
}

.logo{
  font-weight:600;
  font-size:20px;
}

.logo span{
  color:#4da6ff;
}

.nav-links{
  display:flex;
  gap:25px;
}

.nav-links a{
  text-decoration:none;
  color:#ccc;
  font-size:14px;
  transition:0.3s;
}

.nav-links a:hover{
  color:#4da6ff;
}

.download-btn{
  padding:8px 16px;
  border-radius:20px;
  text-decoration:none;
  color:#ffffff;
  font-size:14px;
  display:inline-flex;
  align-items:center;
  gap:6px;
}

.menu-toggle{
  display:none;
  font-size:22px;
  cursor:pointer;
}

/* ================= HERO ================= */

.hero{
  position:relative;
  padding-top:140px;
  text-align:center;
 
  background:url("../image/delta-executor-hero-background.webp") center/cover no-repeat;
}

.svg{
  position: absolute;
  bottom: 0;
  z-index: 12;
  left: 0;
  width: 100%;
}
.overlay{
  position:absolute;
  inset:0;
}

.hero-content{
  position:relative;
  z-index:2;
  max-width:900px;
  margin:auto;
}

.hero h1{
  font-size:48px;
  font-weight:600;
}

.hero h1 span{
  color:#4da6ff;
}

.hero p{
  margin:20px 0 30px;
  color:#aaa;
  font-size:16px;
}

.hero-buttons{
  display:flex;
  justify-content:center;
  gap:20px;
  flex-wrap:wrap;
}

.btn-primary{
  background:#1F81D3;
  padding:10px 14px 10px 24px;
  border-radius:30px;
  color:#fff;
  text-decoration:none;
  font-weight:500;
  display:inline-flex;
  align-items:center;
  gap:12px;
  font-size:15px;
}

.btn-secondary{
  border:1px solid #4da6ff;
  padding:10px 14px 10px 24px;
  border-radius:30px;
  color:#4da6ff;
  text-decoration:none;
  display:inline-flex;
  align-items:center;
  gap:12px;
  font-size:15px;
}

.btn-icon-circle{
  width:32px;
  height:32px;
  background:#fff;
  border-radius:50%;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  flex-shrink:0;
}

/* ================= BOTTOM IMAGES ================= */

.bottom-images{
  position:relative;
  margin-top:80px;
  display:flex;
  justify-content:center;
  align-items:center;
  
  z-index:2;
}

.img{
  border-radius:20px;
  box-shadow:0 20px 40px rgba(0,0,0,0.5);
  transition:0.4s;
}

.center{
  transform:scale(0.9);
}

.left{
  transform:scale(0.8);
}

.right{
  transform:scale(0.8);
}


/*//////////////second section//////////////////*/
.second_section{
  background: #000;
  margin: 0;
  padding:50px 250px;
position: relative;

}
.second_section p{
  text-align: center;
 font-size: 17px;

}


/*/////////third section///////////////////////*/
.third_section{
 background: #030305;
background: linear-gradient(163deg, rgba(3, 3, 5, 1) 75%, rgba(0, 80, 167, 1) 98%);
  justify-content: center;
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}
.third_section img{
  width: 90%;
}
.third_section_content{
  width: 490px;
}
/* ================= SPECS SECTION ================= */

.specs-section {
  padding: 80px 20px;
  background: #030305;
background: linear-gradient(25deg, rgba(3, 3, 5, 1) 78%, rgba(0, 80, 167, 1) 98%);
  color: #fff;
}

.container {
  max-width: 1100px;
  margin: auto;
}

.specs-title {
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 50px;
}

.specs-title span {
  font-weight: 700;
}

.specs-table {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

/* Row */
.spec-row {
  display: flex;
  align-items: center;
  gap: 12px;
}

/* Left Blue Label */
.spec-label {
  min-width: 240px;
  background: linear-gradient(180deg, #1f6fb2, #155d99);
  padding: 14px 18px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
}

/* Right Dark Box */
.spec-value {
  flex: 1;
  background: linear-gradient(90deg, #0c1524, #0a1220);
  padding: 14px 18px;
  border-radius: 8px;
  font-size: 14px;
  color: #cbd5e1;
}

/* Hover effect (optional but clean) */
.spec-row:hover .spec-label {
  background: linear-gradient(180deg, #2580cc, #1b6bb0);
}

.spec-row:hover .spec-value {
  background: linear-gradient(90deg, #111c30, #0e1728);
}

/* ================= RESPONSIVE ================= */

@media (max-width: 768px) {

  .spec-row {
    flex-direction: column;
    align-items: stretch;
  }

  .spec-label {
    min-width: 100%;
    text-align: center;
  }

  .spec-value {
    text-align: center;
  }

  .specs-title {
    font-size: 24px;
  }
}

/* ================= COMMON ================= */

.container {
  width: 90%;
  max-width: 1100px;
  margin: auto;
}

.section-title {
  text-align: center;
  font-size: 30px;
  margin-bottom: 50px;
}

/* ================= UPDATE SECTION ================= */

.update-section {
  padding: 100px 20px;
background: #030305;
background: linear-gradient(193deg, rgba(3, 3, 5, 0.96) 82%, rgba(0, 80, 167, 0.73) 98%);

  color: #fff;
}

.update-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  flex-wrap: wrap;
}

.update-text {
  flex: 1;
  min-width: 300px;
}

.update-text h2 {
  font-size: 32px;
  margin-bottom: 20px;
}

.update-text span {
  color: #4da6ff;
}

.update-text p {
  color: #b0c4de;
  margin-bottom: 25px;
  line-height: 1.6;
}

.update-points {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 30px;
}

.update-points span {
  font-size: 14px;
  background: rgba(77,166,255,0.1);
  padding: 8px 12px;
  border-radius: 20px;
  border: 1px solid rgba(77,166,255,0.3);
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.update-points span svg {
  flex-shrink: 0;
}

/*.btn-primary {
  background: #4da6ff;
  padding: 12px 28px;
  border-radius: 30px;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  display: inline-block;
}*/

.update-image {
  flex: 1;
  min-width: 300px;
}

.update-image img {
  width: 100%;
  border-radius: 20px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.6);
}

/* ================= FEATURES SECTION ================= */

.features-section {
  padding: 100px 20px;
background: #030305;
background: linear-gradient(338deg, rgba(3, 3, 5, 0.96) 78%, rgba(0, 80, 167, 0.73) 98%);
  color: #fff;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

.feature-card {
 
  padding: 30px;
  border-radius: 15px;
  
  transition: 0.3s;
}
.feature-card:nth-child(1),
.feature-card:nth-child(2),
.feature-card:nth-child(3){
  border-left: 1px solid rgba(77,166,255,0.2);
  border-bottom:  1px solid rgba(77,166,255,0.2);
}

.feature-card:nth-child(4),
.feature-card:nth-child(5),
.feature-card:nth-child(6){
  border-left: 1px solid rgba(77,166,255,0.2);
  border-top:  1px solid rgba(77,166,255,0.2);
  border-right:  1px solid rgba(77,166,255,0.2);

}
.feature-card:hover {
  transform: translateY(-5px);
  border-color: #4da6ff;
}

.feature-card h3 {
  margin-bottom: 15px;
  margin-top: 20px;
  color: #fff;
}

.feature-card p {
  color: grey;
  font-size: 14px;
  line-height: 1.6;
}

/* ================= RESPONSIVE ================= */

@media (max-width: 992px) {

  .features-grid {
    grid-template-columns: repeat(2, 1fr);
  }

}

@media (max-width: 768px) {

  /* Text first, image second */
  .update-wrapper {
    flex-direction: column;
  }

  .update-text {
    order: 1;
  }

  .update-image {
    order: 2;
    margin-top: 30px;
  }

  .update-text h2 {
    font-size: 24px;
  }

  .features-grid {
    grid-template-columns: 1fr;
  }

}
/* ================= ROADMAP SECTION ================= */

.roadmap-section {
  padding: 120px 20px;
  background: radial-gradient(circle at top right, #030305, #050910 70%);
  color: #fff;
}

.container {
  max-width: 1100px;
  margin: auto;
}

.roadmap-header {
  text-align: center;
  margin-bottom: 80px;
}

.roadmap-header h2 {
  font-size: 38px;
  font-weight: 600;
}

.roadmap-header span {
  font-weight: 700;
}

.roadmap-header p {
  color: #8fa6c6;
  margin-top: 20px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

/* Timeline container */
.roadmap {
  position: relative;
  padding-left: 80px;
}

/* Vertical line */
.roadmap::before {
  content: "";
  position: absolute;
  left: 32px;
  top: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(to bottom, #4da6ff, #1a3c6e);
}

/* Each item */
.roadmap-item {
  position: relative;
  margin-bottom: 70px;
  display: flex;
  align-items: center;
}

/* Left side (number + arrow) */
.roadmap-left {
  position: absolute;
  left: -46px;
  display: flex;
  align-items: center;
  z-index: 2;
}

/* Arrow pointer */
.roadmap-left::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 12px solid #4da6ff;
  margin-right: 8px;
}

/* Number bubble */
.roadmap-number {
  background: #0c1524;
  color: #fff;
  padding: 12px 16px;
  border-radius: 20px;
  font-size: 14px;
}

/* Card */
.roadmap-content {
  background: linear-gradient(145deg, #0c1524, #0a1220);
  padding: 35px;
  border-radius: 20px;
  width: 100%;
  position: relative;
}

/* Blue Check Icon */
.check-icon {
  width: 35px;
  height: 35px;
  min-width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}

.check-icon svg {
  width: 30px;
  height: 31px;
}

/* Text */
.roadmap-content h3 {
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 600;
}

.roadmap-content p {
  color: #9fb3d1;
  font-size: 14px;
  line-height: 1.7;
}

/* Hover effect */
.roadmap-content:hover {
  border-color: rgba(77,166,255,0.35);
  transition: 0.3s;
}

/* ================= RESPONSIVE ================= */

@media (max-width: 992px) {

  .roadmap {
    padding-left: 50px;
  }

}

@media (max-width: 768px) {

  .roadmap::before {
    left: 15px;
  }

  .roadmap {
    padding-left: 40px;
  }

  .roadmap-left {
    left: -20px;
  }

  .roadmap-content {
    margin-left: 20px;
    padding: 25px;
  }

  .roadmap-header h2 {
    font-size: 26px;
  }

}
/* SECTION */
.key-process {
    padding: 100px 20px;
  background: radial-gradient(circle at top right, #030305, #050910 70%);

}

.container {
    max-width: 1200px;
    margin: auto;
}

/* HEADER */
.section-header {
    text-align: center;
    margin-bottom: 70px;
}

.section-header h2 {
    font-size: 38px;
    font-weight: 600;
    margin-bottom: 20px;
}

.section-header p {
    max-width: 800px;
    margin: auto;
    color: #9ba7c4;
    font-size: 15px;
    line-height: 1.7;
}

/* WRAPPER */
.process-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
}

/* IMAGE */
.process-image img {
    width: 100%;
    max-width: 500px;
    border-radius: 14px;
    box-shadow: 0 0 40px rgba(0, 132, 255, 0.2);
}

/* STEPS */
.process-steps {
    flex: 1;
}

.step {
    display: flex;
    align-items: flex-start;
    margin-bottom: 35px;
}

.icon {
    width: 22px;
    height: 22px;
    min-width: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 18px;
}

.icon svg {
    width: 30px;
    height: 31px;
    flex-shrink: 0;
}

.content h4 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 6px;
    text-align: left;
}

.content p {
    font-size: 14px;
    color: #9ba7c4;
    line-height: 1.6;
     text-align: left;
}



/* TABLET */
@media (max-width: 992px) {
    .process-wrapper {
        flex-direction: column;
        text-align: center;
    }

    .step {
        justify-content: center;
        text-align: left;
    }

    .process-image img {
        max-width: 100%;
    }
}

/* MOBILE */
@media (max-width: 576px) {

    .section-header h2 {
        font-size: 26px;
    }

    .section-header p {
        font-size: 13px;
    }

    .content h4 {
        font-size: 16px;
    }

    .content p {
        font-size: 13px;
    }

    
}
/* SECTION BACKGROUND */
.comparison-section {
    padding: 100px 20px;
  background: radial-gradient(circle at top right, #030305, #050910 70%);
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
}

/* CONTAINER */
.comparison-container {
    max-width: 1200px;
    margin: auto;
}

/* HEADER */
.comparison-header {
    text-align: center;
    margin-bottom: 60px;
}

.comparison-header h2 {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 20px;
}

.comparison-header p {
    max-width: 750px;
    margin: auto;
    font-size: 14px;
    color: #9ba7c4;
    line-height: 1.7;
}

/* TABLE */
.comparison-table-wrapper {
    overflow-x: auto;
}

.comparison-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    text-align: left;
    min-width: 900px;
}

.comparison-table th,
.comparison-table td {
    padding: 16px 20px;
    font-size: 14px;
    color: #c7d2f3;
}

.comparison-table thead th {
    font-weight: 500;
    color: #ffffff;
}

/* Highlight Column */
.comparison-table .highlight {
    background: linear-gradient(180deg, #0c2a57 0%, #081c3c 100%);
    color: #ffffff;
}

/* Rounded card effect for highlighted column */
.comparison-table thead th.highlight {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}

.comparison-table tbody tr:last-child td.highlight {
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
}

/* ROW SPACING */
.comparison-table tbody tr {
    border-bottom: 1px solid rgba(255,255,255,0.05);
}

/* BUTTON */
.comparison-btn {
    text-align: center;
    margin-top: 50px;
}

.comparison-btn a {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 10px 14px 10px 24px;
    background: #1F81D3;
    color: #fff;
    border-radius: 30px;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    transition: 0.3s ease;
}

.comparison-btn a:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0,123,255,0.4);
}

/* RESPONSIVE */
@media (max-width: 992px) {
    .comparison-header h2 {
        font-size: 28px;
    }
}

@media (max-width: 768px) {

    .comparison-table th,
    .comparison-table td {
        padding: 12px 14px;
        font-size: 13px;
    }

    .comparison-header h2 {
        font-size: 24px;
    }

    .comparison-header p {
        font-size: 13px;
    }

    .comparison-btn a {
        width: 100%;
        text-align: center;
    }
}
.delta-section {
  background: radial-gradient(circle at top right, #030305, #050910 70%);
  padding: 80px 20px;
  color: #fff;
  font-family: 'Segoe UI', sans-serif;
}

.delta-container {
  max-width: 900px;
  margin: auto;
  text-align: center;
}

.delta-title {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 50px;
  line-height: 1.4;
}

.delta-title span {
  font-weight: 700;
  color: #ffffff;
}

.delta-cards {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.delta-card {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 18px 22px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
  text-align: left;
  transition: 0.3s ease;
}

.delta-card:hover {
  background: rgba(255, 255, 255, 0.07);
  transform: translateY(-3px);
}

/*.delta-card .icon {
  min-width: 42px;
  height: 42px;
  border-radius: 10px;
  background: linear-gradient(135deg, #1e90ff, #00bfff);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.delta-card .icon svg {
  width: 22px;
  height: 22px;
}*/

.delta-card p {
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.85);
  margin: 0;
}

/* Responsive */
@media (max-width: 768px) {
  .delta-title {
    font-size: 24px;
  }

  .delta-card {
    flex-direction: row;
    padding: 16px;
  }

  .delta-card p {
    font-size: 13px;
  }
}

@media (max-width: 480px) {
  .delta-card {
    flex-direction: column;
    align-items: flex-start;
  }

  .delta-card .icon {
    margin-bottom: 8px;
  }
}
.delta-release {
  position: relative;
  padding: 120px 20px;
  background: url('../image/delta-executor-hero-background.webp') center/cover no-repeat;
  color: #fff;
  text-align: center;
  overflow: hidden;
  font-family: 'Segoe UI', sans-serif;
}

.delta-release .overlay {
  position: absolute;
  inset: 0;
   background: radial-gradient(circle at top right, #030305, #050910 70%);
  opacity: 0.92;
}

.delta-release .container {
  position: relative;
  z-index: 2;
  max-width: 1000px;
  margin: auto;
}

.delta-release h2 {
  font-size: 48px;
  font-weight: 500;
  margin-bottom: 25px;
}

.delta-release h2 span {
  font-weight: 700;
}

.whats-new .label {
  font-size: 16px;
  margin-bottom: 10px;
  opacity: 0.9;
}

.updates {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 35px;
  font-size: 14px;
}

.updates span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  opacity: 0.85;
}

.updates span svg {
  flex-shrink: 0;
}

.dot {
  width: 8px;
  height: 8px;
  background: #1e90ff;
  border-radius: 50%;
  display: inline-block;
}

/* Buttons */
.buttons {
  display: grid;
  gap: 15px;
  max-width: 500px;
  margin: 0 auto;
}

.buttons a {
  padding: 12px 22px;
  border-radius: 30px;
  border: 1px solid rgba(30,144,255,0.6);
  background: rgba(0, 150, 255, 0.08);
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  backdrop-filter: blur(8px);
  transition: 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.buttons a:hover {
  background: rgba(0, 150, 255, 0.2);
  transform: translateY(-3px);
}

/* Floating Cards */
.floating-card {
  position: absolute;
  width: 140px;
  z-index: 1;
  transform: rotate(-12deg);
 
  border-radius: 15px;
}

.card1 { top: 80px; left: 60px; }
.card2 { bottom: 100px; left: 100px;  }
.card3 { top: 80px; right: 60px;  }
.card4 { bottom: 100px; right: 100px;  }

/* Responsive */
@media (max-width: 992px) {
  .delta-release h2 {
    font-size: 34px;
  }
}

@media (max-width: 768px) {

  .delta-release {
    padding: 80px 20px;
  }

  .delta-release h2 {
    font-size: 26px;
  }

  .updates {
    
    gap: 10px;
  }

  .floating-card {
    display: none;
  }
}
.old-versions {
  padding: 100px 20px;
  background: radial-gradient(circle at top right, #030305, #050910 70%);
  font-family: 'Segoe UI', sans-serif;
  color: #fff;
}

.container {
  max-width: 1200px;
  margin: auto;
}

.old-versions h2 {
  text-align: center;
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 60px;
}

/* ROW STYLE */
.version-row {
  display: grid;
  grid-template-columns: 180px 1fr 130px 170px;
  align-items: center;
  background: linear-gradient(145deg, #0b111c, #0e1624);
  border-radius: 14px;
  margin-bottom: 15px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.05);
  transition: 0.3s ease;
}

.version-row:hover {
  background: linear-gradient(145deg, #101a2b, #121f33);
}

/* COLUMNS */
.col {
  padding: 20px 25px;
  font-size: 14px;
}

.version {
  font-weight: 600;
}

.features {
  color: rgba(255,255,255,0.7);
}

.date {
  color: rgba(255,255,255,0.5);
  text-align: left;
}

/* ATTACHED BUTTON PANEL */
.action {
  padding: 10px 15px;
}

.download-btn1 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 100%;
  background: #1F81D3;
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  transition: 0.3s ease;
  padding: 14px 24px;
  border-radius: 12px;
}

.download-btn1 svg {
  flex-shrink: 0;
}

.download-btn1:hover {
  background: #2590e5;
}

/* RESPONSIVE */

@media (max-width: 992px) {
  .version-row {
    grid-template-columns: 150px 1fr 110px 140px;
  }
}

@media (max-width: 768px) {

  .old-versions h2 {
    font-size: 26px;
  }

  .version-row {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .col {
    width: 100%;
    padding: 12px 20px;
  }

  .action {
    width: 100%;
  }

  .download-btn1 {
    padding: 14px;
  }
}
.pros-cons {
  padding: 100px 20px;
  background: radial-gradient(circle at top right, #030305, #050910 70%);
  font-family: 'Segoe UI', sans-serif;
  color: #fff;
}

.container {
  max-width: 1200px;
  margin: auto;
  text-align: center;
}

.pros-cons h2 {
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 15px;
}

.pros-cons h2 span {
  font-weight: 700;
}

.section-desc {
  max-width: 850px;
  margin: 0 auto 60px auto;
  font-size: 14px;
  color: rgba(255,255,255,0.6);
  line-height: 1.6;
}

/* Cards Layout */
.cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

/* Card Style */
.card {
  text-align: left;
  padding: 40px;
  border-radius: 18px;
  background: linear-gradient(145deg, #0b111c, #0f1a2c);
  border: 1px solid rgba(255,255,255,0.05);
  position: relative;
  transition: 0.3s ease;
}

.card:hover {
  background: linear-gradient(145deg, #101a2b, #12203a);
  transform: translateY(-5px);
}

/* Blue Badge Icon */
.badge {
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, #1e90ff, #007bff);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 20px;
}

/* Titles */
.card h3 {
  font-size: 22px;
  margin-bottom: 20px;
}

/* Paragraph */
.card p {
  font-size: 14px;
  line-height: 1.7;
  color: rgba(255,255,255,0.75);
  margin-bottom: 18px;
}

.card strong {
  color: #fff;
}

/* Responsive */
@media (max-width: 992px) {
  .cards {
    grid-template-columns: 1fr;
  }

  .card {
    padding: 30px;
  }
}

@media (max-width: 768px) {
  .pros-cons h2 {
    font-size: 26px;
  }

  .section-desc {
    font-size: 13px;
  }
}
/* =========================
   FINAL WORDS SECTION
========================= */

.final-words {
  position: relative;
  padding: 120px 20px;
  background: url('../image/delta-executor-hero-background.webp') center/cover no-repeat;
  color: #fff;
  text-align: center;
  overflow: hidden;
}

.final-words .overlay {
  position: absolute;
  inset: 0;
  opacity: 0.95;
}

.final-words .container {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin: auto;
}

.final-words h2 {
  font-size: 72px;
  font-weight: 300;
  margin-bottom: 30px;
}

.final-words h2 span {
  color: #1e90ff;
  font-weight: 700;
}

.fw-text {
  font-size: 15px;
  color: rgba(255,255,255,0.75);
  line-height: 1.7;
  margin-bottom: 20px;
}

.fw-text.small {
  font-size: 14px;
  opacity: 0.7;
}

/* Floating Cards Desktop */
.fw-card {
  position: absolute;
  width: 150px;
  border-radius: 15px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.5);
  z-index: 1;
}

.card1 { top: 60px; left: 80px; transform: rotate(-15deg); }
.card2 { bottom: 80px; left: 120px; transform: rotate(10deg); }
.card3 { top: 60px; right: 80px; transform: rotate(12deg); }
.card4 { bottom: 80px; right: 120px; transform: rotate(-10deg); }



/* =========================
   FAQ SECTION
========================= */
.faq-section {
  padding: 80px 20px;
  background: radial-gradient(circle at top right, #030305, #050910 70%);
  color: #fff;
}

.faq-container {
  max-width: 800px;
  margin: auto;
}

.faq-container h3 {
  text-align: center;
  font-size: 28px;
  margin-bottom: 40px;
  font-weight: 400;
}

.faq-item {
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.faq-question {
  width: 100%;
  background: none;
  border: none;
  color: #fff;
  padding: 18px 0;
  text-align: left;
  font-size: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.faq-question .icon {
  color: #1e90ff;
  font-size: 20px;
  transition: 0.3s ease;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.faq-answer p {
  color: rgba(255,255,255,0.7);
  font-size: 14px;
  padding-bottom: 15px;
}



/* =========================
   RESPONSIVE
========================= */

@media (max-width: 768px) {

  .final-words h2 {
    font-size: 42px;
  }

  /* Move cards to bottom in line */
  .fw-card {
    position: static;
    width: 70px;
    margin: 10px;
    transform: none;
  }

  .final-words {
    padding-bottom: 40px;
  }

  .final-words::after {
    content: "";
    display: block;
  }

  .final-words .container {
    margin-bottom: 20px;
  }

  .final-words {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .fw-card {
    display: none;
  }

  .final-words .overlay {
    opacity: 0.97;
  }
}
/* ===== Footer Main ===== */
.custom-footer {
    background-color: #00182C;
    padding: 40px 5%;
    color: #fff;
}

/* Top Section */
.footer-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
}

/* Logo */
.footer-logo img {
    height: 45px;
}

/* Menu */
.footer-menu {
    list-style: none;
    display: flex;
    gap: 30px;
    padding: 0;
    margin: 0;
}

.footer-menu li a {
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    transition: 0.3s ease;
}

.footer-menu li a:hover {
    color: #1F81D3;
}

/* Button */


/* Big Title */
.footer-title {
    text-align: center;
    font-size: 9rem;
    font-weight: 900;
    color: #0B2337;
  
    word-break: break-word;
}

/* ===== Bottom Section ===== */
.footer-bottom {
    background-color: #1F81D3;
    padding: 15px 5%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    color: #fff;
}

.footer-links {
    list-style: none;
    display: flex;
    gap: 25px;
    padding: 0;
    margin: 0;
}

.footer-links li a {
    text-decoration: none;
    color: #fff;
    transition: 0.3s ease;
}

.footer-links li a:hover {
    opacity: 0.7;
}

/* ===== Responsive ===== */

@media (max-width: 992px) {

    .footer-top {
        flex-direction: column;
        text-align: center;
    }

    .footer-menu {
        flex-wrap: wrap;
        justify-content: center;
    }

    .footer-title {
        font-size: 4rem;
    }

    .footer-bottom {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }

    .footer-links {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 576px) {

    .footer-title {
        font-size: 2.5rem;
    }

    .footer-menu {
        gap: 15px;
    }

    .footer-links {
        gap: 15px;
    }

    .download-btn {
        padding: 8px 18px;
        font-size: 14px;
    }
}
/* ================= RESPONSIVE ================= */

@media(max-width:768px){

  .navbar{
    width:92%;
  }

  .hero h1{
    font-size:30px;
  }
.left{
  display: none;
}
.right{
  display: none;
}
.center{
  width: 90%;
}
.download-btn{
  display: none;
}

.second_section{
  padding:50px 10px;
}

  .nav-links{
    position:absolute;
    top:70px;
    right:0;
    background:#111827;
    flex-direction:column;
    width:200px;
    padding:20px;
    border-radius:12px;
    display:none;
  }

  .nav-links.active{
    display:flex;
  }

  .menu-toggle{
    display:block;
  }

  .bottom-images{
    flex-direction:column;
  }

  .left,.right{
    transform:none;
  }

  .center{
    transform:none;
  }
}

/* ================= PC PAGE STYLES ================= */

.pc-hero {
  position: relative;
  padding: 180px 20px 80px;
  text-align: center;
  background: url("../image/delta-executor-hero-background.webp") center/cover no-repeat;
  overflow: hidden;
}

.pc-hero .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(12,17,27,0.85) 0%, rgba(12,17,27,0.95) 100%);
}

.pc-hero .hero-content {
  position: relative;
  z-index: 2;
  max-width: 750px;
  margin: auto;
}

.pc-badge {
  display: inline-block;
  background: rgba(31,129,211,0.15);
  border: 1px solid rgba(31,129,211,0.4);
  color: #4da6ff;
  padding: 6px 18px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 24px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.pc-hero h1 {
  font-size: 52px;
  font-weight: 700;
  line-height: 1.15;
  margin-bottom: 20px;
}

.pc-hero h1 span {
  color: #4da6ff;
}

.pc-hero p {
  color: #999;
  font-size: 16px;
  margin-bottom: 32px;
  line-height: 1.7;
}

.pc-hero .hero-buttons {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

/* Warning Banner */
.warning-banner {
  background: linear-gradient(135deg, rgba(255,59,48,0.08) 0%, rgba(255,149,0,0.08) 100%);
  border: 1px solid rgba(255,149,0,0.25);
  border-radius: 16px;
  padding: 28px 32px;
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.warning-banner .warning-icon {
  font-size: 28px;
  flex-shrink: 0;
  margin-top: 2px;
}

.warning-banner h3 {
  color: #ff9500;
  font-size: 17px;
  margin-bottom: 8px;
}

.warning-banner p {
  color: #aaa;
  font-size: 14px;
  line-height: 1.7;
}

/* PC Content Section */
.pc-content-section {
  padding: 80px 20px;
}

.pc-content-section .container {
  max-width: 900px;
  margin: 0 auto;
}

.pc-content-section h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 16px;
}

.pc-content-section h2 span {
  color: #4da6ff;
}

.pc-content-section > .container > p {
  color: #888;
  line-height: 1.8;
  margin-bottom: 20px;
  font-size: 15px;
}

/* Benefit List */
.benefit-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 40px;
}

.benefit-item {
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 16px;
  padding: 28px;
  transition: border-color 0.3s;
}

.benefit-item:hover {
  border-color: rgba(31,129,211,0.3);
}

.benefit-item h4 {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.benefit-item h4 .num {
  background: #1F81D3;
  color: #fff;
  width: 28px;
  height: 28px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 700;
  flex-shrink: 0;
}

.benefit-item p {
  color: #888;
  font-size: 14px;
  line-height: 1.7;
  padding-left: 38px;
}

/* Emulator Comparison */
.emulator-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 30px;
}

.emulator-table th,
.emulator-table td {
  padding: 14px 20px;
  text-align: left;
  font-size: 14px;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}

.emulator-table th {
  color: #4da6ff;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.emulator-table td {
  color: #ccc;
}

.emulator-table tr:last-child td {
  border-bottom: none;
}

.emulator-table .rec {
  background: rgba(31,129,211,0.1);
  color: #4da6ff;
  padding: 3px 10px;
  border-radius: 6px;
  font-size: 11px;
  font-weight: 600;
  margin-left: 8px;
}

.pc-content-with-image {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-top: 20px;
}
.pc-content-with-image .pc-text {
  flex: 1;
}
.pc-content-with-image .pc-image {
  flex: 1;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.08);
}
.pc-content-with-image .pc-image img {
  width: 100%;
  display: block;
  border-radius: 12px;
}

.pc-roadmap-image {
  max-width: 700px;
  margin: 0 auto 40px;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.08);
}
.pc-roadmap-image img {
  width: 100%;
  display: block;
  border-radius: 12px;
}

/* Hero Meta (Version + Date) */
.hero-meta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 24px;
}

.hero-meta-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #888;
  font-size: 13px;
  font-weight: 500;
}

.hero-meta-item svg {
  opacity: 0.6;
}

.hero-meta-divider {
  width: 4px;
  height: 4px;
  background: #555;
  border-radius: 50%;
  flex-shrink: 0;
}

/* PC Responsive */
@media (max-width: 768px) {
  .pc-hero h1 {
    font-size: 32px;
  }

  .benefit-grid {
    grid-template-columns: 1fr;
  }

  .warning-banner {
    flex-direction: column;
    padding: 20px;
  }

  .emulator-table th,
  .emulator-table td {
    padding: 10px 12px;
    font-size: 13px;
  }

  .pc-content-with-image {
    flex-direction: column;
  }

  .pc-roadmap-image {
    max-width: 100%;
  }
}

/* ====================== VNG PAGE STYLES ====================== */

/* VNG Badge (Red/Gold Vietnam accent) */
.vng-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(218, 41, 28, 0.12);
  border: 1px solid rgba(218, 41, 28, 0.4);
  color: #ff6b6b;
  padding: 6px 18px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 24px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.vng-hero h1 span {
  color: #ff6b6b;
}

/* VNG Hero Red Glow */
.vng-hero-glow {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(218,41,28,0.12) 0%, transparent 70%);
  pointer-events: none;
  z-index: 1;
}

/* VNG Floating Phone Screenshots */
.vng-float {
  position: absolute;
  z-index: 1;
  border-radius: 16px;
  opacity: 0.2;
  pointer-events: none;
  box-shadow: 0 8px 30px rgba(0,0,0,0.4);
}

.vng-float-1 {
  width: 140px;
  top: 60px;
  left: 5%;
  transform: rotate(-8deg);
  animation: vngFloat1 6s ease-in-out infinite;
}

.vng-float-2 {
  width: 130px;
  bottom: 30px;
  right: 6%;
  transform: rotate(6deg);
  animation: vngFloat2 7s ease-in-out infinite;
}

.vng-float-3 {
  width: 120px;
  top: 40%;
  right: 12%;
  transform: rotate(-4deg);
  animation: vngFloat3 8s ease-in-out infinite;
}

@keyframes vngFloat1 {
  0%, 100% { transform: rotate(-8deg) translateY(0); }
  50% { transform: rotate(-8deg) translateY(-15px); }
}

@keyframes vngFloat2 {
  0%, 100% { transform: rotate(6deg) translateY(0); }
  50% { transform: rotate(6deg) translateY(-12px); }
}

@keyframes vngFloat3 {
  0%, 100% { transform: rotate(-4deg) translateY(0); }
  50% { transform: rotate(-4deg) translateY(-18px); }
}

/* VNG Hero Mobile Phone Gallery */
.vng-hero-phones {
  display: none;
}

/* VNG Feature List (Vertical left-bordered cards) */
.vng-feature-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 36px;
}

.vng-feature-card {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  padding: 24px 28px;
  background: rgba(255,255,255,0.02);
  border: 1px solid rgba(255,255,255,0.06);
  border-left: 3px solid #1F81D3;
  border-radius: 0 14px 14px 0;
  transition: border-color 0.3s, background 0.3s;
}

.vng-feature-card:hover {
  background: rgba(31,129,211,0.04);
  border-left-color: #4da6ff;
}

.vng-feature-icon {
  width: 44px;
  height: 44px;
  min-width: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(31,129,211,0.1);
  border-radius: 10px;
  color: #4da6ff;
}

.vng-feature-card h4 {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 6px;
}

.vng-feature-card p {
  color: #888;
  font-size: 14px;
  line-height: 1.7;
}

/* Migration Section */
.migration-box {
  margin-top: 32px;
}

.migration-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 20px;
}

.migration-step {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  padding: 24px 28px;
  background: rgba(255,255,255,0.025);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 14px;
  transition: border-color 0.3s;
}

.migration-step:hover {
  border-color: rgba(31,129,211,0.3);
}

.migration-icon {
  width: 44px;
  height: 44px;
  min-width: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(31,129,211,0.1);
  border-radius: 10px;
  color: #4da6ff;
}

.migration-step h4 {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 6px;
}

.migration-step p {
  color: #888;
  font-size: 14px;
  line-height: 1.7;
}

.migration-warning {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 18px 24px;
  background: rgba(255,59,48,0.06);
  border: 1px solid rgba(255,59,48,0.2);
  border-radius: 12px;
  color: #ff6b6b;
}

.migration-warning svg {
  flex-shrink: 0;
  margin-top: 2px;
}

.migration-warning p {
  color: #bbb;
  font-size: 14px;
  line-height: 1.7;
}

.migration-warning strong {
  color: #ff6b6b;
}

/* Safety Checklist */
.safety-checklist {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 30px;
}

.safety-item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 22px 24px;
  background: rgba(255,255,255,0.025);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 14px;
  transition: border-color 0.3s;
}

.safety-item:hover {
  border-color: rgba(52,199,89,0.3);
}

.safety-check {
  width: 38px;
  height: 38px;
  min-width: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(52,199,89,0.1);
  border-radius: 10px;
  color: #34c759;
}

.safety-item h4 {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 5px;
}

.safety-item p {
  color: #888;
  font-size: 13px;
  line-height: 1.65;
}

/* VNG Responsive */
@media (max-width: 768px) {
  .vng-float {
    display: none;
  }

  .vng-hero-phones {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 24px;
  }

  .vng-hero-phones img {
    width: 90px;
    border-radius: 12px;
    border: 1px solid rgba(255,107,107,0.25);
    box-shadow: 0 4px 16px rgba(0,0,0,0.4);
  }

  .vng-hero h1 {
    font-size: 32px;
  }

  .safety-checklist {
    grid-template-columns: 1fr;
  }

  .migration-step {
    flex-direction: column;
    gap: 12px;
  }

  .vng-feature-card {
    flex-direction: column;
    gap: 12px;
  }

}

@media (max-width: 480px) {
  .vng-hero-phones img {
    width: 75px;
    border-radius: 10px;
  }

  .vng-phone-gallery {
    gap: 8px;
  }
}

/* ====================== MAC PAGE STYLES ====================== */

/* Mac Badge (Purple Apple accent) */
.mac-badge {
  display: inline-block;
  background: rgba(175,82,222,0.12);
  border: 1px solid rgba(175,82,222,0.4);
  color: #c084fc;
  padding: 6px 18px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 24px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.mac-hero h1 span {
  color: #c084fc;
}

/* Mac Reason Cards (3 horizontal) */
.mac-reasons {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 36px;
}

.mac-reason-card {
  text-align: center;
  padding: 32px 24px;
  background: rgba(255,255,255,0.025);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 16px;
  transition: border-color 0.3s;
}

.mac-reason-card:hover {
  border-color: rgba(175,82,222,0.35);
}

.mac-reason-icon {
  width: 50px;
  height: 50px;
  margin: 0 auto 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(175,82,222,0.1);
  border-radius: 12px;
  color: #c084fc;
}

.mac-reason-card h4 {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
}

.mac-reason-card p {
  color: #888;
  font-size: 13px;
  line-height: 1.7;
}

/* Mac Timeline (Vertical connected steps - unique layout) */
.mac-timeline {
  position: relative;
  max-width: 680px;
  margin: 40px auto 0;
  padding-left: 40px;
}

.mac-timeline::before {
  content: '';
  position: absolute;
  left: 15px;
  top: 8px;
  bottom: 8px;
  width: 2px;
  background: linear-gradient(180deg, #af52de 0%, rgba(175,82,222,0.15) 100%);
  border-radius: 2px;
}

.mac-step {
  position: relative;
  display: flex;
  gap: 20px;
  align-items: flex-start;
  padding-bottom: 32px;
}

.mac-step:last-child {
  padding-bottom: 0;
}

.mac-step-num {
  position: absolute;
  left: -40px;
  width: 32px;
  height: 32px;
  background: #af52de;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
  z-index: 1;
  box-shadow: 0 0 0 4px rgba(175,82,222,0.15);
}

.mac-step-content h4 {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 6px;
}

.mac-step-content p {
  color: #888;
  font-size: 14px;
  line-height: 1.7;
}

/* Mac Advantages (4-col icon cards) */
.mac-advantages {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 36px;
}

.mac-adv-card {
  text-align: center;
  padding: 28px 18px;
  background: rgba(255,255,255,0.02);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 16px;
  transition: border-color 0.3s, transform 0.3s;
}

.mac-adv-card:hover {
  border-color: rgba(175,82,222,0.3);
  transform: translateY(-4px);
}

.mac-adv-icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(175,82,222,0.08);
  border-radius: 14px;
  color: #c084fc;
}

.mac-adv-card h4 {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 8px;
}

.mac-adv-card p {
  color: #888;
  font-size: 13px;
  line-height: 1.6;
}

/* Mac Responsive */
@media (max-width: 768px) {
  .mac-hero h1 {
    font-size: 32px;
  }

  .mac-reasons {
    grid-template-columns: 1fr;
  }

  .mac-advantages {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 480px) {
  .mac-advantages {
    grid-template-columns: 1fr;
  }
}

/* ====================== DISCORD PAGE STYLES ====================== */

/* Discord Badge (Blurple accent) */
.discord-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(88,101,242,0.12);
  border: 1px solid rgba(88,101,242,0.4);
  color: #7289da;
  padding: 6px 18px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 24px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.discord-hero h1 span {
  color: #7289da;
}

/* Discord Hero Blurple Glow */
.discord-hero-glow {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(88,101,242,0.12) 0%, transparent 70%);
  pointer-events: none;
  z-index: 1;
}

/* Discord Floating Phone Screenshots */
.discord-float {
  position: absolute;
  z-index: 1;
  border-radius: 16px;
  opacity: 0.2;
  pointer-events: none;
  box-shadow: 0 8px 30px rgba(0,0,0,0.4);
}

.discord-float-1 {
  width: 140px;
  top: 60px;
  left: 5%;
  transform: rotate(-8deg);
  animation: discordFloat1 6s ease-in-out infinite;
}

.discord-float-2 {
  width: 130px;
  bottom: 30px;
  left: 8%;
  transform: rotate(6deg);
  animation: discordFloat2 7s ease-in-out infinite;
}

.discord-float-3 {
  width: 120px;
  top: 50%;
  right: 5%;
  transform: rotate(-4deg);
  animation: discordFloat3 8s ease-in-out infinite;
}

.discord-float-4 {
  width: 135px;
  top: 60px;
  right: 10%;
  transform: rotate(7deg);
  animation: discordFloat4 6.5s ease-in-out infinite;
}

@keyframes discordFloat1 {
  0%, 100% { transform: rotate(-8deg) translateY(0); }
  50% { transform: rotate(-8deg) translateY(-15px); }
}

@keyframes discordFloat2 {
  0%, 100% { transform: rotate(6deg) translateY(0); }
  50% { transform: rotate(6deg) translateY(-12px); }
}

@keyframes discordFloat3 {
  0%, 100% { transform: rotate(-4deg) translateY(0); }
  50% { transform: rotate(-4deg) translateY(-18px); }
}

@keyframes discordFloat4 {
  0%, 100% { transform: rotate(7deg) translateY(0); }
  50% { transform: rotate(7deg) translateY(-14px); }
}

/* Discord Hero Mobile Phone Gallery */
.discord-hero-phones {
  display: none;
}

/* Discord Join Button */
.btn-discord {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #5865F2;
  color: #fff;
  padding: 14px 32px;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.3s, transform 0.3s;
}

.btn-discord:hover {
  background: #4752c4;
  transform: translateY(-2px);
}

/* Discord Stats Row */
.discord-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 30px;
}

.discord-stat-card {
  text-align: center;
  padding: 32px 16px;
  background: rgba(88,101,242,0.05);
  border: 1px solid rgba(88,101,242,0.15);
  border-radius: 16px;
  transition: border-color 0.3s, transform 0.3s;
}

.discord-stat-card:hover {
  border-color: rgba(88,101,242,0.4);
  transform: translateY(-3px);
}

.discord-stat-number {
  font-size: 36px;
  font-weight: 800;
  color: #5865F2;
  line-height: 1;
  margin-bottom: 8px;
}

.discord-stat-label {
  color: #888;
  font-size: 14px;
  font-weight: 500;
}

/* Discord Channel List (Mimics Discord UI) */
.discord-channels {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 36px;
  background: rgba(255,255,255,0.015);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 16px;
  padding: 8px;
}

.discord-channel {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 18px 20px;
  border-radius: 12px;
  transition: background 0.2s;
}

.discord-channel:hover {
  background: rgba(88,101,242,0.06);
}

.discord-channel-hash {
  font-size: 22px;
  font-weight: 700;
  color: #5865F2;
  line-height: 1;
  min-width: 24px;
  margin-top: 2px;
}

.discord-channel-info {
  flex: 1;
}

.discord-channel-info h4 {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 4px;
}

.discord-channel-info p {
  color: #888;
  font-size: 13px;
  line-height: 1.7;
}

.discord-channel-tag {
  background: rgba(88,101,242,0.12);
  color: #7289da;
  padding: 4px 12px;
  border-radius: 6px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  white-space: nowrap;
  margin-top: 2px;
}

/* Discord Join Steps (Horizontal numbered row) */
.discord-join-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 30px;
}

.discord-join-step {
  text-align: center;
  padding: 28px 18px;
  background: rgba(255,255,255,0.02);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 16px;
  transition: border-color 0.3s;
}

.discord-join-step:hover {
  border-color: rgba(88,101,242,0.3);
}

.discord-join-num {
  width: 40px;
  height: 40px;
  margin: 0 auto 14px;
  background: #5865F2;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
}

.discord-join-step h4 {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 6px;
}

.discord-join-step p {
  color: #888;
  font-size: 13px;
  line-height: 1.6;
}

/* Discord Stat Icon */
.discord-stat-icon {
  color: #5865F2;
  margin-bottom: 14px;
}

/* Discord Screenshot Gallery */
.discord-gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 40px;
}

.discord-gallery-item {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(88,101,242,0.2);
  transition: transform 0.3s, border-color 0.3s;
}

.discord-gallery-item:hover {
  transform: translateY(-4px);
  border-color: rgba(88,101,242,0.5);
}

.discord-gallery-item img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  object-position: top;
  display: block;
}

.discord-gallery-item span {
  display: block;
  text-align: center;
  padding: 10px 8px;
  background: rgba(88,101,242,0.08);
  color: #7289da;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.3px;
}

/* Discord CTA */
.discord-cta {
  text-align: center;
  margin-top: 40px;
}

/* Discord Responsive */
@media (max-width: 768px) {
  .discord-float {
    display: none;
  }

  .discord-hero-phones {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-bottom: 24px;
  }

  .discord-hero-phones img {
    width: 72px;
    border-radius: 10px;
    border: 1px solid rgba(88,101,242,0.25);
    box-shadow: 0 4px 16px rgba(0,0,0,0.4);
  }

  .discord-hero h1 {
    font-size: 32px;
  }

  .discord-stats {
    grid-template-columns: 1fr 1fr;
  }

  .discord-join-steps {
    grid-template-columns: 1fr 1fr;
  }

  .discord-channel {
    flex-wrap: wrap;
  }

  .discord-channel-tag {
    margin-top: 8px;
  }
}

@media (max-width: 480px) {
  .discord-stats {
    grid-template-columns: 1fr 1fr;
  }

  .discord-join-steps {
    grid-template-columns: 1fr;
  }

  .discord-hero-phones img {
    width: 60px;
    border-radius: 8px;
  }
}

/* ====================== SCRIPT PAGE STYLES ====================== */

/* Script Badge (Green code accent) */
.script-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(52,199,89,0.12);
  border: 1px solid rgba(52,199,89,0.4);
  color: #34c759;
  padding: 6px 18px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 24px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.script-hero h1 {
  margin-bottom: 10px;
}

.script-hero h1 span {
  color: #34c759;
}

.script-hero .script-list {
  margin-top: 20px;
}

.script-hero p {
  text-align: left;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

/* Script Feature Cards (3-col grid) */
.script-features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.script-feature-card {
  padding: 28px 24px;
  background: rgba(255,255,255,0.02);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 16px;
  transition: border-color 0.3s;
}

.script-feature-card:hover {
  border-color: rgba(52,199,89,0.3);
}

.script-feature-icon {
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(52,199,89,0.08);
  border-radius: 12px;
  color: #34c759;
  margin-bottom: 14px;
}

.script-feature-card h4 {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 8px;
}

.script-feature-card p {
  color: #888;
  font-size: 13px;
  line-height: 1.7;
}

/* Script Code Blocks */
.script-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 32px;
}

.script-block {
  background: rgba(255,255,255,0.02);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 12px;
  overflow: hidden;
}

.script-block-img {
  position: relative;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}

.script-block-img::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(10,14,20,0.4) 0%, rgba(10,14,20,0.65) 100%);
  pointer-events: none;
}

.script-block-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}

/* Script Featured Image */
.script-featured-img {
  text-align: center;
}

.script-featured-img img {
  max-width: 100%;
  border-radius: 14px;
  border: 1px solid rgba(52,199,89,0.2);
}

.script-block-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 20px;
  background: rgba(255,255,255,0.03);
  border-bottom: 1px solid rgba(255,255,255,0.06);
}

.script-block-header h4 {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}

.copy-btn {
  background: rgba(52,199,89,0.12);
  color: #34c759;
  border: 1px solid rgba(52,199,89,0.3);
  padding: 5px 16px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s;
}

.copy-btn:hover {
  background: rgba(52,199,89,0.25);
}

.script-code {
  padding: 14px 20px;
  overflow-x: auto;
}

.script-code code {
  color: #8be9a0;
  font-family: 'Courier New', monospace;
  font-size: 13px;
  white-space: nowrap;
  word-break: break-all;
}

/* Script Responsive */
@media (max-width: 768px) {
  .script-hero h1 {
    font-size: 28px;
  }

  .script-features {
    grid-template-columns: 1fr;
  }

  .script-block-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .script-code code {
    font-size: 11px;
  }

  .script-block-img img {
    height: 160px;
  }
}

/* ====================== BLOG & SCRIPTS CATEGORY PAGES ====================== */

.blog-card-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 32px;
}

.blog-card {
  display: block;
  background: rgba(255,255,255,0.02);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 16px;
  overflow: hidden;
  text-decoration: none;
  transition: border-color 0.3s, transform 0.3s;
}

.blog-card:hover {
  border-color: rgba(31,129,211,0.3);
  transform: translateY(-3px);
}

.blog-card-img {
  width: 100%;
  overflow: hidden;
}

.blog-card-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
  transition: transform 0.3s;
}

.blog-card:hover .blog-card-img img {
  transform: scale(1.03);
}

.blog-card-body {
  padding: 24px;
}

.blog-card h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #fff;
  transition: color 0.2s;
}

.blog-card:hover h3 {
  color: #4da6ff;
}

.blog-card p {
  color: #888;
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 16px;
}

.blog-card .read-more {
  color: #4da6ff;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.2s;
}

.blog-card .read-more:hover {
  color: #7dc4ff;
}

/* ====================== CONTACT FORM ====================== */

.contact-form {
  max-width: 640px;
  margin: 32px auto 0;
}

.contact-form form {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.form-group label {
  color: #ccc;
  font-size: 14px;
  font-weight: 500;
}

.form-input,
.contact-form textarea {
  width: 100%;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 10px;
  padding: 14px 18px;
  color: #fff;
  font-size: 15px;
  font-family: inherit;
  outline: none;
  transition: border-color 0.3s;
  box-sizing: border-box;
}

.form-input:focus,
.contact-form textarea:focus {
  border-color: rgba(31,129,211,0.5);
}

.contact-form textarea {
  min-height: 150px;
  resize: vertical;
}

.form-submit {
  background: #1F81D3;
  color: #fff;
  border: none;
  padding: 14px 32px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 600;
  font-family: inherit;
  cursor: pointer;
  transition: background 0.3s, transform 0.2s;
  align-self: flex-start;
}

.form-submit:hover {
  background: #1a6db5;
  transform: translateY(-2px);
}

/* ====================== UTILITY PAGES RESPONSIVE ====================== */

@media (max-width: 768px) {
  .blog-card-grid {
    grid-template-columns: 1fr;
  }
}

/* ====================== iOS PAGE STYLES ====================== */

/* iOS Badge (Orange accent) */
.ios-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255,149,0,0.12);
  border: 1px solid rgba(255,149,0,0.4);
  color: #FF9500;
  padding: 6px 18px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 24px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.ios-hero h1 span {
  color: #FF9500;
}

/* iOS Hero Orange Glow */
.ios-hero-glow {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(255,149,0,0.12) 0%, transparent 70%);
  pointer-events: none;
  z-index: 1;
}

/* iOS Floating Screenshots (desktop) */
.ios-float {
  position: absolute;
  z-index: 1;
  border-radius: 16px;
  opacity: 0.2;
  pointer-events: none;
  box-shadow: 0 8px 30px rgba(0,0,0,0.4);
}

.ios-float-1 {
  width: 140px;
  top: 60px;
  left: 5%;
  transform: rotate(-8deg);
  animation: iosFloat1 6s ease-in-out infinite;
}

.ios-float-2 {
  width: 130px;
  bottom: 30px;
  right: 6%;
  transform: rotate(6deg);
  animation: iosFloat2 7s ease-in-out infinite;
}

.ios-float-3 {
  width: 120px;
  top: 40%;
  right: 12%;
  transform: rotate(-4deg);
  animation: iosFloat3 8s ease-in-out infinite;
}

@keyframes iosFloat1 {
  0%, 100% { transform: rotate(-8deg) translateY(0); }
  50% { transform: rotate(-8deg) translateY(-15px); }
}

@keyframes iosFloat2 {
  0%, 100% { transform: rotate(6deg) translateY(0); }
  50% { transform: rotate(6deg) translateY(-12px); }
}

@keyframes iosFloat3 {
  0%, 100% { transform: rotate(-4deg) translateY(0); }
  50% { transform: rotate(-4deg) translateY(-18px); }
}

/* iOS Hero Mobile Phone Gallery (hidden on desktop, shown on mobile) */
.ios-hero-phones {
  display: none;
}

/* iOS Highlights (3-card grid) */
.ios-highlights {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 12px;
}

.ios-highlight-card {
  padding: 28px 24px;
  background: rgba(255,255,255,0.025);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 16px;
  transition: border-color 0.3s;
}

.ios-highlight-card:hover {
  border-color: rgba(255,149,0,0.35);
}

.ios-highlight-card h4 {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
}

.ios-highlight-card p {
  color: #888;
  font-size: 14px;
  line-height: 1.7;
}

.ios-highlight-icon {
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,149,0,0.1);
  border-radius: 12px;
  color: #FF9500;
  margin-bottom: 14px;
}

/* iOS Safety Tips */
.ios-safety-tips {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 20px;
}

.ios-safety-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 18px 22px;
  background: rgba(255,149,0,0.04);
  border: 1px solid rgba(255,149,0,0.15);
  border-radius: 12px;
  transition: border-color 0.3s;
}

.ios-safety-item:hover {
  border-color: rgba(255,149,0,0.35);
}

.ios-safety-item svg {
  flex-shrink: 0;
  color: #FF9500;
  margin-top: 2px;
}

.ios-safety-item p {
  color: #bbb;
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
}

/* iOS Trust Developer Box */
.ios-trust-box {
  margin-top: 48px;
  padding: 32px;
  background: linear-gradient(135deg, rgba(255,149,0,0.06) 0%, rgba(255,149,0,0.02) 100%);
  border: 1px solid rgba(255,149,0,0.2);
  border-radius: 16px;
}

.ios-trust-box h4 {
  color: #FF9500;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 14px;
}

.ios-trust-box p {
  color: #9fb3d1;
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 10px;
}

.ios-trust-box p:last-child {
  margin-bottom: 0;
}

/* iOS Sideload Steps */
.ios-sideload-steps {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 24px;
}

.ios-sideload-step {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  padding: 22px 26px;
  background: rgba(255,255,255,0.025);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 14px;
  transition: border-color 0.3s;
}

.ios-sideload-step:hover {
  border-color: rgba(255,149,0,0.3);
}

.ios-sideload-step p {
  color: #888;
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
}

.ios-step-num {
  width: 34px;
  height: 34px;
  min-width: 34px;
  background: #FF9500;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 700;
  flex-shrink: 0;
  margin-top: 2px;
}

/* iOS Responsive */
@media (max-width: 768px) {
  .ios-float {
    display: none;
  }

  .ios-hero-phones {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 24px;
  }

  .ios-hero-phones img {
    width: 90px;
    border-radius: 12px;
    border: 1px solid rgba(255,149,0,0.25);
    box-shadow: 0 4px 16px rgba(0,0,0,0.4);
  }

  .ios-hero h1 {
    font-size: 32px;
  }

  .ios-highlights {
    grid-template-columns: 1fr;
  }

  .ios-sideload-step {
    flex-direction: column;
    gap: 12px;
  }

  .ios-trust-box {
    padding: 24px;
  }
}

@media (max-width: 480px) {
  .ios-highlight-card {
    padding: 22px 18px;
  }

  .ios-hero-phones img {
    width: 75px;
    border-radius: 10px;
  }
}
