/* ==========================================================================
   NovaPress CMS Script — Ultra-Premium Landing Page
   Aesthetic Reference: theme-banua.blogspot.com
   Author: Mr Arslan CEO | Codester $55 Lifetime
   ========================================================================== */

/* --------------------------------------------------------------------------
   Google Fonts Import
   -------------------------------------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;1,9..40,600&family=Inter:wght@300;400;500;600;700&family=Ubuntu+Mono:wght@400;700&display=swap');

/* --------------------------------------------------------------------------
   CSS Custom Properties (Variables)
   -------------------------------------------------------------------------- */
:root {
  --main-color: #d1f470;        /* Volt / Neon Lime */
  --main-color-hover: #b8de55;
  --main-link: #d91842;         /* Vibrant Coral / Crimson */
  --main-link-hover: #b81033;
  --main-accent-emerald: #00d084;
  --main-accent-purple: #9e19f5;
  --main-text: #e6e5d7;         /* Soft Cream / Ivory */
  --main-meta: #9b9a9c;         /* Slate Gray */
  --main-bg: #111013;           /* Deep Obsidian Black */
  --main-bg-post: #161519;      /* Surface Card Background */
  --main-bg-alt: #1a191e;
  --main-border: rgba(136, 136, 137, 0.16);
  --main-border-hover: rgba(209, 244, 112, 0.35);
  
  --main-bg-mix: color-mix(in srgb, color-mix(in srgb, var(--main-bg) 50%, white) 8%, transparent);
  --main-card-mix: color-mix(in srgb, var(--main-bg) 85%, white 15%);
  --glass-bg: rgba(22, 21, 25, 0.72);
  
  --main-font-body: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --main-font-header: 'DM Sans', sans-serif;
  --main-font-code: 'Ubuntu Mono', monospace;
  
  --container-width: 89vw;
  --container-max: 1360px;
  --radius-sm: 8px;
  --radius-md: 14px;
  --radius-lg: 24px;
  --radius-xl: 32px;
  --radius-pill: 9999px;
  
  --shadow-sm: 0 4px 12px rgba(0, 0, 0, 0.2);
  --shadow-md: 0 12px 32px rgba(0, 0, 0, 0.35);
  --shadow-lg: 0 24px 60px rgba(0, 0, 0, 0.5);
  --shadow-glow: 0 0 35px rgba(209, 244, 112, 0.22);
}

/* --------------------------------------------------------------------------
   Reset & Base Styles
   -------------------------------------------------------------------------- */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  width: 100%;
  max-width: 100vw;
  font-size: 16px;
  background-color: var(--main-bg);
}

body {
  background: var(--main-bg);
  color: var(--main-text);
  font-family: var(--main-font-body);
  font-size: 1.025rem;
  line-height: 1.6;
  letter-spacing: 0.01em;
  position: relative;
  width: 100%;
  max-width: 100vw;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body * {
  overflow-wrap: break-word;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

ul, ol {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

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

/* --------------------------------------------------------------------------
   Typography
   -------------------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
  font-family: var(--main-font-header);
  font-weight: 600;
  line-height: 1.15;
  color: var(--main-text);
}

h1 {
  font-size: clamp(2.5rem, 5.5vw, 4.8rem);
  letter-spacing: -0.045em;
}

h2 {
  font-size: clamp(2rem, 4vw, 3.5rem);
  letter-spacing: -0.04em;
}

h3 {
  font-size: clamp(1.4rem, 2.5vw, 2.2rem);
  letter-spacing: -0.03em;
}

h4 {
  font-size: 1.25rem;
  letter-spacing: -0.02em;
}

p {
  color: var(--main-meta);
  line-height: 1.65;
}

code {
  font-family: var(--main-font-code);
  font-size: 0.9em;
  color: var(--main-color);
  background: var(--main-bg-mix);
  padding: 3px 8px;
  border-radius: var(--radius-sm);
  border: 1px solid var(--main-border);
}

/* --------------------------------------------------------------------------
   Layout Containers
   -------------------------------------------------------------------------- */
.container {
  width: 100%;
  max-width: var(--container-max);
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.page-container {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: var(--container-width);
}

.flex {
  display: flex;
  align-items: center;
}

.flex-col {
  display: flex;
  flex-direction: column;
}

.flex-between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.grid {
  display: grid;
}

.section-spacing {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

/* --------------------------------------------------------------------------
   Top Offer Marquee Banner
   -------------------------------------------------------------------------- */
.offer-banner {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 2.75rem;
  z-index: 90;
  overflow: hidden;
  background: linear-gradient(135deg, #d1f470 0%, #ffffff 50%, #d1f470 100%);
  color: #111013;
  display: flex;
  align-items: center;
}

.menu-offer-slider {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  mask-image: linear-gradient(to right, transparent 0%, black 10%, black 90%, transparent 100%);
}

.menu-track {
  display: inline-flex;
  gap: 2rem;
  animation: marquee 26s linear infinite;
}

.menu-slider-item {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.88rem;
  font-weight: 700;
  color: #111013;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.menu-slider-item .dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  background: var(--main-link);
  border-radius: 50%;
}

.menu-slider-item a {
  color: #111013;
  font-weight: 800;
  text-decoration: underline;
}

@keyframes marquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* --------------------------------------------------------------------------
   Left Fixed Social Bar (Banua Style)
   -------------------------------------------------------------------------- */
.bar-left {
  display: none !important;
}

@media screen and (min-width: 1200px) {
  .bar-left {
    display: block !important;
    position: fixed;
    top: 50%;
    left: 1.5vw;
    z-index: 80;
    transform-origin: left top;
    transform: rotate(-90deg) translate(-50%, 0);
  }
  
  .bar-left ul {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    color: var(--main-meta);
    font-size: 0.88rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    background: var(--main-bg-mix);
    padding: 6px 16px;
    border-radius: var(--radius-pill);
    border: 1px solid var(--main-border);
    backdrop-filter: blur(8px);
  }
  
  .bar-left ul li.caption {
    color: var(--main-color);
    font-weight: 700;
    text-transform: uppercase;
  }
  
  .bar-left ul li.caption::after {
    content: "—";
    margin-left: 6px;
    color: var(--main-meta);
  }
  
  .bar-left ul li:not(:first-child):not(:last-child)::after {
    content: "/";
    margin-left: 0.6rem;
    color: var(--main-border);
  }
  
  .bar-left ul li a:hover {
    color: var(--main-color);
  }
}

/* --------------------------------------------------------------------------
   Main Header Navigation
   -------------------------------------------------------------------------- */
.temabanua-header {
  position: fixed;
  top: 2.75rem;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 85;
  background: rgba(17, 16, 19, 0.9);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--main-border);
  transition: all 0.35s ease;
}

.head-wrap {
  height: 4.75rem;
  max-width: var(--container-max);
  margin: 0 auto;
  width: 100%;
  padding: 0 1.5rem;
}

.head-wrap-flex {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.brand-group {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-shrink: 0;
}

/* Brand Logo */
.brand {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  flex-shrink: 0;
}

.brand-logo-text {
  font-family: var(--main-font-header);
  font-size: 1.6rem;
  font-weight: 800;
  letter-spacing: -0.04em;
  color: var(--main-text);
  display: flex;
  align-items: center;
  gap: 3px;
  white-space: nowrap;
}

.brand-logo-text .dot {
  color: var(--main-color);
}

.brand-badge {
  font-family: var(--main-font-code);
  font-size: 0.68rem;
  font-weight: 700;
  background: var(--main-bg-mix);
  color: var(--main-color);
  border: 1px solid var(--main-border);
  padding: 2px 7px;
  border-radius: var(--radius-pill);
}

/* Navigation Pills Menu */
.main-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 1;
  min-width: 0;
}

.main-menu nav {
  font-size: 0.88rem;
  font-weight: 500;
}

.menu-drop {
  background: var(--main-bg-mix);
  padding: 4px 6px;
  border-radius: var(--radius-md);
  border: 1px solid var(--main-border);
  display: flex;
  align-items: center;
  gap: 2px;
  white-space: nowrap;
}

.menu-drop li {
  position: relative;
}

.menu-drop li a {
  font-weight: 600;
  color: var(--main-meta);
  padding: 0.38rem 0.65rem;
  border-radius: var(--radius-sm);
  display: flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.86rem;
  transition: all 0.2s ease;
}

.menu-drop li a:hover,
.menu-drop li a.active {
  color: var(--main-text);
  background: rgba(230, 229, 215, 0.08);
}

.menu-drop li a.badge-new::after {
  content: "NEW";
  font-size: 0.6em;
  font-weight: 700;
  background: var(--main-link);
  color: #ffffff;
  padding: 1px 5px;
  border-radius: var(--radius-pill);
}

.menu-drop li a.badge-ver::after {
  content: "v1.0";
  font-size: 0.6em;
  font-weight: 700;
  background: rgba(209, 244, 112, 0.2);
  color: var(--main-color);
  border: 1px solid rgba(209, 244, 112, 0.4);
  padding: 1px 5px;
  border-radius: var(--radius-pill);
}

.menu-drop li a.badge-hostinger::after {
  content: "OFFER";
  font-size: 0.6em;
  font-weight: 700;
  background: #673de6;
  color: #ffffff;
  padding: 1px 5px;
  border-radius: var(--radius-pill);
}

/* Header Buttons & Icon Controls */
.header-actions {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  flex-shrink: 0;
}

.btn-text-short {
  display: none;
}

.icon-button {
  cursor: pointer;
  width: 2.6rem;
  height: 2.6rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--main-bg-mix);
  border: 1px solid var(--main-border);
  border-radius: 50%;
  color: var(--main-text);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  flex-shrink: 0;
}

.icon-button:hover {
  background: var(--main-text);
  color: var(--main-bg);
  border-color: var(--main-text);
  transform: translateY(-2px);
}

.button-hamburger {
  display: none;
  flex-shrink: 0;
}

@media screen and (max-width: 1200px) {
  .menu-drop li a {
    padding: 0.35rem 0.45rem;
    font-size: 0.82rem;
  }
}

@media screen and (max-width: 1040px) {
  .main-menu {
    display: none;
  }
  .button-hamburger {
    display: flex;
  }
}

@media screen and (max-width: 600px) {
  .head-wrap {
    height: 4.25rem;
    padding: 0 1rem;
  }
  .brand-logo-text {
    font-size: 1.35rem;
  }
  .header-actions {
    gap: 0.4rem;
  }
  .icon-button {
    width: 2.3rem;
    height: 2.3rem;
  }
}

@media screen and (max-width: 480px) {
  .head-wrap {
    padding: 0 0.65rem;
  }
  .brand-logo-text {
    font-size: 1.2rem;
  }
  .brand-badge {
    display: none;
  }
  .btn-text-full {
    display: none;
  }
  .btn-text-short {
    display: inline;
  }
  .header-actions .main-button.button-volt {
    min-height: 2.35rem;
    padding: 0 0.75rem;
    font-size: 0.82rem;
    border-radius: var(--radius-pill);
    white-space: nowrap;
    gap: 4px;
  }
  .header-actions .main-button.button-volt svg {
    width: 14px;
    height: 14px;
  }
}

/* Primary Button Styles */
.main-button {
  position: relative;
  overflow: hidden;
  background: var(--main-text);
  color: var(--main-bg);
  font-size: 0.92rem;
  font-weight: 700;
  min-height: 2.75rem;
  padding: 0 1.35rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: var(--radius-md);
  border: 1px solid var(--main-text);
  transition: all 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
  white-space: nowrap;
}

.main-button:hover {
  background: var(--main-color);
  color: var(--main-bg);
  border-color: var(--main-color);
  box-shadow: var(--shadow-glow);
  transform: translateY(-2px);
}

.main-button.button-primary-red {
  background: var(--main-link);
  color: #ffffff;
  border-color: var(--main-link);
}

.main-button.button-primary-red:hover {
  background: #ffffff;
  color: var(--main-bg);
  border-color: #ffffff;
}

.main-button.button-volt {
  background: var(--main-color);
  color: var(--main-bg);
  border-color: var(--main-color);
}

.main-button.button-volt:hover {
  background: #ffffff;
  color: var(--main-bg);
  border-color: #ffffff;
  box-shadow: 0 0 25px rgba(255, 255, 255, 0.3);
}

.main-button.button-outline {
  background: var(--main-bg-mix);
  color: var(--main-text);
  border-color: var(--main-border);
}

.main-button.button-outline:hover {
  background: var(--main-text);
  color: var(--main-bg);
  border-color: var(--main-text);
}

.main-button.button-hostinger-nav {
  background: #673de6;
  color: #ffffff;
  border-color: #7c52ff;
}

.main-button.button-hostinger-nav:hover {
  background: #7c52ff;
  color: #ffffff;
  border-color: #ffffff;
  box-shadow: 0 0 20px rgba(103, 61, 230, 0.4);
}

.menu-drop li a.badge-hostinger::after {
  content: "OFFER";
  font-size: 0.62em;
  font-weight: 700;
  background: #673de6;
  color: #ffffff;
  padding: 2px 6px;
  border-radius: var(--radius-pill);
}

.main-button.button-lg {
  min-height: 3.4rem;
  padding: 0 1.85rem;
  font-size: 1rem;
  border-radius: var(--radius-lg);
}

/* --------------------------------------------------------------------------
   Mobile Drawer & Search Overlay
   -------------------------------------------------------------------------- */
.menu-mobile-bg {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 9998;
  background: rgba(17, 16, 19, 0.95);
  backdrop-filter: blur(20px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.3s ease;
}

.menu-mobile-item {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 85%;
  max-width: 420px;
  background: #141317;
  border-right: 1px solid var(--main-border);
  z-index: 9999;
  padding: 2.5rem 2rem;
  transform: translateX(-100%);
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  overflow-y: auto;
}

.open-menu .menu-mobile-bg {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.open-menu .menu-mobile-item {
  transform: translateX(0);
}

.mobile-menu-close {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
}

.mobile-nav-list {
  margin-top: 3rem;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.mobile-nav-list li {
  counter-increment: nav-count;
}

.mobile-nav-list li a {
  font-family: var(--main-font-header);
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--main-text);
  display: flex;
  align-items: center;
  gap: 1rem;
}

.mobile-nav-list li a span.num {
  font-family: var(--main-font-code);
  font-size: 0.9rem;
  color: var(--main-color);
  opacity: 0.8;
}

.mobile-nav-list li a:hover {
  color: var(--main-color);
  transform: translateX(6px);
}

.mobile-author-card {
  margin-top: 2.5rem;
  padding-top: 2rem;
  border-top: 1px solid var(--main-border);
}

/* Search Modal Overlay */
.search-modal {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  background: rgba(17, 16, 19, 0.96);
  backdrop-filter: blur(24px);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.3s ease;
}

.search-active .search-modal {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.search-box-inner {
  width: 90%;
  max-width: 650px;
  position: relative;
}

.search-box-inner form {
  display: flex;
  align-items: center;
  background: var(--main-bg-alt);
  border: 1px solid var(--main-border);
  border-radius: var(--radius-lg);
  padding: 0.5rem 0.75rem;
  box-shadow: var(--shadow-lg);
}

.search-box-inner input {
  flex: 1;
  background: transparent;
  border: none;
  outline: none;
  font-family: var(--main-font-body);
  font-size: 1.15rem;
  color: var(--main-text);
  padding: 0.75rem 1rem;
}

.search-box-inner input::placeholder {
  color: var(--main-meta);
}

.search-modal-close {
  position: absolute;
  top: -4rem;
  right: 0;
}

/* --------------------------------------------------------------------------
   Hero Section (Banua Aesthetic)
   -------------------------------------------------------------------------- */
.header-spacer {
  height: 7.5rem;
}

.hero-section {
  text-align: center;
  padding-top: 3.5rem;
  padding-bottom: 5rem;
  position: relative;
}

.badge-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(230, 229, 215, 0.08);
  border: 1px solid var(--main-border);
  padding: 0.4rem 1rem;
  border-radius: var(--radius-pill);
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--main-text);
  margin-bottom: 1.75rem;
  backdrop-filter: blur(8px);
}

.badge-pill .pulse-dot {
  width: 8px;
  height: 8px;
  background: var(--main-color);
  border-radius: 50%;
  box-shadow: 0 0 10px var(--main-color);
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% { transform: scale(0.95); opacity: 0.8; }
  50% { transform: scale(1.3); opacity: 1; }
  100% { transform: scale(0.95); opacity: 0.8; }
}

.hero-title {
  max-width: 980px;
  margin: 0 auto 1.5rem;
  font-weight: 700;
  line-height: 1.08;
}

.hero-title .gradient-text {
  background: linear-gradient(135deg, #ffffff 20%, var(--main-color) 70%, #ffffff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero-title .txt-custom {
  position: relative;
  display: inline-block;
  color: var(--main-text);
}

.hero-subtitle {
  font-size: clamp(1.05rem, 1.8vw, 1.3rem);
  max-width: 720px;
  margin: 0 auto 2.5rem;
  color: var(--main-meta);
  line-height: 1.6;
}

.hero-cta-group {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 1.25rem;
}

.hero-guarantee {
  font-size: 0.88rem;
  color: var(--main-meta);
}

.hero-guarantee b {
  color: var(--main-color);
}

/* 5-Feature Bar (Banua style) */
.hero-features-bar {
  margin-top: 4.5rem;
  background: var(--main-bg-mix);
  border: 1px solid var(--main-border);
  border-radius: var(--radius-xl);
  padding: 1.75rem 2rem;
  backdrop-filter: blur(12px);
}

.features-grid-5 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.5rem;
  align-items: center;
}

.feature-col-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  text-align: left;
}

.feature-col-item:not(:last-child) {
  border-right: 1px solid var(--main-border);
  padding-right: 1rem;
}

.feature-icon-box {
  flex-shrink: 0;
  width: 3.25rem;
  height: 3.25rem;
  background: #141317;
  border: 1px solid var(--main-border);
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--main-color);
  font-size: 1.35rem;
  transition: all 0.3s ease;
}

.feature-col-item:hover .feature-icon-box {
  background: var(--main-color);
  color: var(--main-bg);
  border-color: var(--main-color);
  transform: scale(1.05);
}

.feature-col-text h5 {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--main-text);
  line-height: 1.3;
}

.feature-col-text p {
  font-size: 0.8rem;
  color: var(--main-meta);
  margin-top: 2px;
}

@media screen and (max-width: 1024px) {
  .features-grid-5 {
    grid-template-columns: repeat(3, 1fr);
  }
  .feature-col-item:nth-child(3) {
    border-right: none;
  }
}

@media screen and (max-width: 768px) {
  .hero-section {
    padding-top: 2rem;
    padding-bottom: 3.5rem;
  }
  .header-spacer {
    height: 6rem;
  }
  .badge-pill {
    font-size: 0.78rem;
    padding: 0.35rem 0.85rem;
    max-width: 100%;
    margin-bottom: 1.25rem;
  }
  .hero-title {
    font-size: clamp(2rem, 7.5vw, 3rem);
    margin-bottom: 1rem;
    line-height: 1.15;
  }
  .hero-subtitle {
    font-size: 0.98rem;
    margin-bottom: 1.75rem;
    padding: 0 0.5rem;
  }
  .hero-cta-group {
    flex-direction: column;
    width: 100%;
    gap: 0.75rem;
  }
  .hero-cta-group .main-button {
    width: 100%;
    justify-content: center;
  }
  .hero-features-bar {
    margin-top: 3rem;
    padding: 1.5rem 1.15rem;
    border-radius: var(--radius-lg);
  }
  .features-grid-5 {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
  .feature-col-item {
    border-right: none !important;
    padding-right: 0;
  }
}

/* --------------------------------------------------------------------------
   Trust & Stats Cards Grid
   -------------------------------------------------------------------------- */
.stats-grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  margin-top: 4rem;
}

.stat-card {
  background: var(--main-bg-mix);
  border: 1px solid var(--main-border);
  border-radius: var(--radius-lg);
  padding: 2rem 1.75rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 2rem;
  position: relative;
  overflow: hidden;
  transition: all 0.35s ease;
}

.stat-card:hover {
  border-color: var(--main-border-hover);
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
}

.stat-icon {
  width: 3.5rem;
  height: 3.5rem;
  background: rgba(230, 229, 215, 0.06);
  border: 1px solid var(--main-border);
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--main-color);
  font-size: 1.5rem;
  margin-bottom: 1.25rem;
}

.stat-card.gr .stat-icon {
  background: rgba(209, 244, 112, 0.15);
  color: var(--main-color);
}

.stat-card.pink .stat-icon {
  background: rgba(217, 24, 66, 0.15);
  color: var(--main-link);
}

.stat-card.cyan .stat-icon {
  background: rgba(0, 208, 132, 0.15);
  color: var(--main-accent-emerald);
}

.stat-card h3 {
  font-size: 1.45rem;
  font-weight: 700;
  margin-bottom: 0.35rem;
}

.stat-card .meta {
  color: var(--main-meta);
  font-size: 0.9rem;
  font-weight: 500;
}

.stat-link-btn {
  align-self: flex-start;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 50%;
  border: 1px solid var(--main-border);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--main-text);
  background: var(--main-bg-post);
  transition: all 0.3s ease;
}

.stat-card:hover .stat-link-btn {
  background: var(--main-color);
  color: var(--main-bg);
  border-color: var(--main-color);
  transform: rotate(45deg);
}

@media screen and (max-width: 992px) {
  .stats-grid-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 576px) {
  .stats-grid-4 {
    grid-template-columns: 1fr;
  }
}

/* --------------------------------------------------------------------------
   INTERACTIVE LIVE DEMOS SECTION (HOVER-SCROLL WINDOW)
   -------------------------------------------------------------------------- */
.demos-section {
  position: relative;
  padding: 6rem 0;
}

.section-header {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 3.5rem;
}

.section-header .section-tag {
  font-family: var(--main-font-code);
  color: var(--main-color);
  font-size: 0.88rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 0.75rem;
  display: block;
}

.section-header h2 {
  margin-bottom: 1rem;
}

.demos-filter-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 3rem;
}

.filter-pill {
  font-family: var(--main-font-body);
  font-size: 0.9rem;
  font-weight: 600;
  padding: 0.6rem 1.4rem;
  background: var(--main-bg-mix);
  border: 1px solid var(--main-border);
  border-radius: var(--radius-pill);
  color: var(--main-meta);
  cursor: pointer;
  transition: all 0.25s ease;
}

.filter-pill:hover,
.filter-pill.active {
  background: var(--main-text);
  color: var(--main-bg);
  border-color: var(--main-text);
}

/* Demo Cards Grid */
.demos-grid-3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 2rem;
  width: 100%;
}

.demo-card {
  flex: 0 1 calc(33.333% - 1.34rem);
  min-width: 320px;
  max-width: 420px;
  width: 100%;
  background: var(--main-bg-post);
  border: 1px solid var(--main-border);
  border-radius: var(--radius-xl);
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.demo-card:hover {
  border-color: var(--main-color);
  transform: translateY(-8px);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.6), var(--shadow-glow);
}

/* Browser Mockup Window Header */
.browser-bar {
  background: #19181d;
  padding: 0.75rem 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--main-border);
}

.browser-dots {
  display: flex;
  align-items: center;
  gap: 6px;
}

.browser-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.dot-red { background: #ff5f56; }
.dot-yellow { background: #ffbd2e; }
.dot-green { background: #27c93f; }

.browser-url {
  font-family: var(--main-font-code);
  font-size: 0.75rem;
  color: var(--main-meta);
  background: rgba(0, 0, 0, 0.35);
  padding: 3px 12px;
  border-radius: var(--radius-pill);
  border: 1px solid rgba(255, 255, 255, 0.05);
}

/* Full Page Screenshot Scroll Engine */
.demo-scroll-viewport {
  position: relative;
  width: 100%;
  height: 420px;
  overflow: hidden;
  background: #0d0c0e;
  cursor: pointer;
}

.demo-scroll-viewport img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  min-height: 100%;
  object-fit: cover;
  object-position: top center;
  transform: translateY(0);
  transition: transform 9s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}

/* On hover, scroll the image to show full page */
.demo-card:hover .demo-scroll-viewport img {
  transform: translateY(calc(-100% + 420px));
}

/* Scroll Hint Badge */
.demo-hover-hint {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(17, 16, 19, 0.88);
  border: 1px solid var(--main-border);
  backdrop-filter: blur(8px);
  color: var(--main-text);
  font-size: 0.78rem;
  font-weight: 600;
  padding: 5px 12px;
  border-radius: var(--radius-pill);
  display: flex;
  align-items: center;
  gap: 6px;
  pointer-events: none;
  transition: all 0.3s ease;
  z-index: 5;
}

.demo-card:hover .demo-hover-hint {
  opacity: 0;
  transform: translateX(-50%) translateY(10px);
}

/* Demo Card Details */
.demo-info {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  flex: 1;
}

.demo-badge-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.demo-tag {
  font-family: var(--main-font-code);
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--main-color);
  background: rgba(209, 244, 112, 0.12);
  border: 1px solid rgba(209, 244, 112, 0.3);
  padding: 3px 9px;
  border-radius: var(--radius-pill);
}

.demo-info h3 {
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.3;
}

.demo-info p {
  font-size: 0.9rem;
  color: var(--main-meta);
  line-height: 1.55;
}

.demo-actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-top: auto;
  padding-top: 1rem;
  border-top: 1px solid var(--main-border);
}

.demo-actions .btn-preview {
  flex: 1;
  background: var(--main-text);
  color: var(--main-bg);
  font-weight: 700;
  font-size: 0.88rem;
  padding: 0.65rem 1rem;
  border-radius: var(--radius-md);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.demo-actions .btn-preview:hover {
  background: var(--main-color);
  color: var(--main-bg);
  transform: translateY(-2px);
}

.demo-actions .btn-buy {
  background: rgba(230, 229, 215, 0.08);
  color: var(--main-text);
  border: 1px solid var(--main-border);
  font-weight: 600;
  font-size: 0.88rem;
  padding: 0.65rem 1rem;
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  gap: 4px;
}

.demo-actions .btn-buy:hover {
  background: var(--main-link);
  border-color: var(--main-link);
  color: #ffffff;
}

.demo-actions .btn-buy-full {
  width: 100%;
  background: rgba(230, 229, 215, 0.08);
  border: 1px solid var(--main-border);
  color: var(--main-text);
  font-weight: 700;
  font-size: 0.9rem;
  padding: 0.75rem 1rem;
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  transition: all 0.3s ease;
}

.demo-actions .btn-buy-full:hover {
  background: var(--main-color);
  color: var(--main-bg);
  border-color: var(--main-color);
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(209, 244, 112, 0.3);
}

@media screen and (max-width: 1100px) {
  .demo-card {
    flex: 0 1 calc(50% - 1rem);
    max-width: 480px;
  }
}

@media screen and (max-width: 768px) {
  .demos-filter-bar {
    gap: 0.4rem;
    margin-bottom: 2rem;
  }
  .filter-pill {
    font-size: 0.8rem;
    padding: 0.45rem 0.95rem;
  }
  .demo-card {
    flex: 0 1 100%;
    max-width: 100%;
    min-width: 0;
  }
  .demo-scroll-viewport {
    height: 340px;
  }
  .demo-actions {
    flex-direction: column;
    gap: 0.6rem;
  }
  .demo-actions .btn-preview,
  .demo-actions .btn-buy,
  .demo-actions .btn-buy-full {
    width: 100%;
    justify-content: center;
  }
}

/* --------------------------------------------------------------------------
   Interactive Feature Tabs Showcase
   -------------------------------------------------------------------------- */
.feature-tabs-section {
  background: #141317;
  border-radius: var(--radius-xl);
  border: 1px solid var(--main-border);
  padding: 4.5rem 3rem;
  margin: 4rem 0;
  position: relative;
  overflow: hidden;
}

.tabs-layout {
  display: grid;
  grid-template-columns: 38% 62%;
  gap: 3rem;
  align-items: center;
  margin-top: 3rem;
}

.tab-nav-list {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.tab-nav-item {
  padding: 1.25rem 1.5rem;
  background: transparent;
  border-left: 3px solid rgba(136, 136, 137, 0.25);
  border-radius: 0 var(--radius-md) var(--radius-md) 0;
  cursor: pointer;
  transition: all 0.35s ease;
  text-align: left;
}

.tab-nav-item.active {
  background: rgba(230, 229, 215, 0.05);
  border-left-color: var(--main-color);
}

.tab-nav-item h4 {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--main-text);
  margin-bottom: 0.35rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.tab-nav-item p {
  font-size: 0.9rem;
  color: var(--main-meta);
  line-height: 1.5;
}

.tab-display-panel {
  background: #0d0c0e;
  border: 1px solid var(--main-border);
  border-radius: var(--radius-lg);
  padding: 2rem;
  position: relative;
  box-shadow: var(--shadow-lg);
}

.tab-pane {
  display: none;
  animation: fadeIn 0.45s ease;
}

.tab-pane.active {
  display: block;
}

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

.tab-pane-preview {
  border-radius: var(--radius-md);
  overflow: hidden;
  border: 1px solid var(--main-border);
  background: #161519;
}

@media screen and (max-width: 992px) {
  .tabs-layout {
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-top: 2rem;
  }
  .feature-tabs-section {
    padding: 3rem 1.5rem;
    margin: 3.5rem 0;
  }
}

@media screen and (max-width: 768px) {
  .feature-tabs-section {
    padding: 2.25rem 1rem;
    border-radius: var(--radius-lg);
  }
  .tab-nav-list {
    gap: 0.75rem;
  }
  .tab-nav-item {
    padding: 1rem 1.15rem;
  }
  .tab-nav-item h4 {
    font-size: 1.05rem;
  }
  .tab-nav-item p {
    font-size: 0.85rem;
  }
  .tab-display-panel {
    padding: 1.25rem 0.85rem;
    border-radius: var(--radius-md);
  }
  .tab-pane-preview img {
    max-height: 240px !important;
  }
}

/* --------------------------------------------------------------------------
   PRD Highlights & 3-Column Performance Grid
   -------------------------------------------------------------------------- */
.prd-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-top: 3.5rem;
}

.prd-card {
  background: var(--main-bg-mix);
  border: 1px solid var(--main-border);
  border-radius: var(--radius-xl);
  padding: 2.5rem 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  transition: all 0.35s ease;
}

.prd-card:hover {
  border-color: var(--main-border-hover);
  transform: translateY(-5px);
}

.prd-card-header {
  margin-bottom: 2rem;
}

.prd-card-header .badge-tag {
  display: inline-block;
  font-family: var(--main-font-code);
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--main-color);
  background: rgba(209, 244, 112, 0.1);
  padding: 3px 10px;
  border-radius: var(--radius-pill);
  margin-bottom: 1rem;
}

.prd-card-header h3 {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.prd-spec-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.prd-spec-item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  font-size: 0.95rem;
  color: var(--main-text);
}

.prd-spec-item i {
  color: var(--main-color);
  flex-shrink: 0;
  margin-top: 3px;
}

/* Metric Display in Card 2 */
.metric-box {
  display: flex;
  align-items: center;
  gap: 2rem;
  padding: 1.5rem 0;
  border-top: 1px solid var(--main-border);
  border-bottom: 1px solid var(--main-border);
  margin: 1.5rem 0;
}

.metric-number {
  font-family: var(--main-font-header);
  font-size: 3.5rem;
  font-weight: 800;
  color: var(--main-color);
  line-height: 1;
}

.metric-label {
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--main-text);
  line-height: 1.3;
}

/* Gradient Card 3 */
.prd-card.gradient-card {
  background: radial-gradient(circle at 80% 20%, rgba(184, 0, 255, 0.35) 0%, transparent 50%),
              radial-gradient(circle at 10% 80%, rgba(48, 38, 255, 0.35) 0%, transparent 50%),
              linear-gradient(135deg, #1b1333 0%, #201336 100%);
  border-color: rgba(184, 0, 255, 0.3);
}

@media screen and (max-width: 992px) {
  .prd-grid-3 {
    grid-template-columns: 1fr;
  }
}

/* --------------------------------------------------------------------------
   Recommended Shared Hosting — Hostinger Partnership Banner
   -------------------------------------------------------------------------- */
.hostinger-box-section {
  background: radial-gradient(circle at 10% 20%, rgba(103, 61, 230, 0.22) 0%, transparent 60%),
              radial-gradient(circle at 90% 80%, rgba(124, 82, 255, 0.15) 0%, transparent 50%),
              linear-gradient(135deg, #161224 0%, #110e1c 100%);
  border: 2px solid rgba(103, 61, 230, 0.45);
  border-radius: var(--radius-xl);
  padding: 4.5rem 3.5rem;
  margin: 4.5rem 0;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 50px rgba(103, 61, 230, 0.15);
}

.hostinger-layout {
  display: grid;
  grid-template-columns: 58% 42%;
  gap: 3.5rem;
  align-items: center;
}

.hostinger-brand-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  background: rgba(103, 61, 230, 0.15);
  border: 1px solid rgba(103, 61, 230, 0.4);
  padding: 6px 14px;
  border-radius: var(--radius-pill);
  margin-bottom: 1.5rem;
}

.hostinger-brand-badge .hostinger-name {
  font-family: var(--main-font-header);
  font-weight: 800;
  font-size: 1.1rem;
  color: #ffffff;
  letter-spacing: -0.02em;
}

.hostinger-brand-badge .hostinger-rec-tag {
  font-family: var(--main-font-code);
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--main-color);
  background: rgba(209, 244, 112, 0.12);
  border: 1px solid rgba(209, 244, 112, 0.3);
  padding: 2px 8px;
  border-radius: var(--radius-pill);
}

.hostinger-left h2 {
  font-size: clamp(2rem, 3.5vw, 2.9rem);
  margin-bottom: 1.25rem;
  line-height: 1.15;
}

.hostinger-gradient-text {
  background: linear-gradient(135deg, #c79bff 0%, #d1f470 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hostinger-left p {
  font-size: 1.02rem;
  margin-bottom: 2rem;
  line-height: 1.65;
  color: #c4bfe0;
}

.hostinger-features-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
}

.hostinger-feat-item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}

.hostinger-feat-icon {
  width: 2.2rem;
  height: 2.2rem;
  border-radius: var(--radius-sm);
  background: rgba(103, 61, 230, 0.25);
  border: 1px solid rgba(103, 61, 230, 0.5);
  color: #c79bff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 2px;
}

.hostinger-feat-item h5 {
  font-size: 0.95rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 2px;
}

.hostinger-feat-item p {
  font-size: 0.82rem;
  color: #a39bb8;
  line-height: 1.4;
  margin: 0;
}

/* Right Hostinger CTA Card */
.hostinger-cta-card {
  background: #1b152b;
  border: 2px solid #673de6;
  border-radius: var(--radius-xl);
  padding: 3rem 2.25rem;
  text-align: center;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.4), 0 0 40px rgba(103, 61, 230, 0.2);
  position: relative;
}

.hostinger-discount-badge {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, #673de6 0%, #9e19f5 100%);
  color: #ffffff;
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 4px 16px;
  border-radius: var(--radius-pill);
  border: 1px solid rgba(255, 255, 255, 0.2);
  white-space: nowrap;
}

.hostinger-logo-hero {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  margin: 0.5rem 0 1rem;
}

.hostinger-price-box {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 4px;
  margin-bottom: 0.75rem;
}

.hostinger-price-box .currency {
  font-size: 2rem;
  font-weight: 700;
  color: #c79bff;
}

.hostinger-price-box .amount {
  font-family: var(--main-font-header);
  font-size: 4.2rem;
  font-weight: 800;
  color: #ffffff;
  line-height: 1;
}

.hostinger-price-box .period {
  font-size: 0.95rem;
  color: #a39bb8;
  font-weight: 500;
}

.hostinger-plan-desc {
  font-size: 0.92rem;
  color: #c4bfe0;
  margin-bottom: 1.75rem;
  line-height: 1.5;
}

.btn-hostinger-buy {
  width: 100%;
  background: #673de6;
  color: #ffffff;
  font-size: 1.05rem;
  font-weight: 800;
  padding: 1.05rem 1.5rem;
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  border: 1px solid #7c52ff;
  box-shadow: 0 0 25px rgba(103, 61, 230, 0.35);
  transition: all 0.35s ease;
}

.btn-hostinger-buy:hover {
  background: #7c52ff;
  color: #ffffff;
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(124, 82, 255, 0.5);
  border-color: #ffffff;
}

.hostinger-card-meta {
  margin-top: 1.25rem;
  font-size: 0.85rem;
  color: #a39bb8;
}

@media screen and (max-width: 992px) {
  .hostinger-layout {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
  .hostinger-box-section {
    padding: 3rem 1.5rem;
    margin: 3.5rem 0;
  }
  .hostinger-left {
    text-align: center;
  }
  .hostinger-left p {
    margin-left: auto;
    margin-right: auto;
  }
  .hostinger-features-grid {
    text-align: left;
    max-width: 520px;
    margin: 0 auto;
  }
  .hostinger-cta-card {
    max-width: 480px;
    margin: 0 auto;
    width: 100%;
    padding: 2.5rem 1.5rem;
  }
}

@media screen and (max-width: 520px) {
  .hostinger-box-section {
    padding: 2.25rem 1rem;
    border-radius: var(--radius-lg);
  }
  .hostinger-brand-badge {
    flex-wrap: wrap;
    justify-content: center;
  }
  .hostinger-features-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .hostinger-cta-card {
    padding: 2rem 1.15rem;
    border-radius: var(--radius-lg);
  }
  .hostinger-price-box .amount {
    font-size: 3.2rem;
  }
  .btn-hostinger-buy {
    font-size: 0.95rem;
    padding: 0.85rem 1rem;
  }
}

/* --------------------------------------------------------------------------
   Pricing Section ($55 Codester + Fiverr Author Box)
   -------------------------------------------------------------------------- */
.pricing-section {
  background: #141317;
  border: 1px solid var(--main-border);
  border-radius: var(--radius-xl);
  padding: 5rem 3.5rem;
  margin: 5rem 0;
  position: relative;
  overflow: hidden;
}

.pricing-layout {
  display: grid;
  grid-template-columns: 55% 45%;
  gap: 3.5rem;
  align-items: center;
}

.pricing-left h2 {
  font-size: clamp(2.2rem, 3.8vw, 3.2rem);
  margin-bottom: 1.25rem;
}

.pricing-left p {
  font-size: 1.05rem;
  margin-bottom: 2rem;
  max-width: 540px;
}

.pricing-features-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.pricing-feature-item {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--main-text);
}

.pricing-feature-item i {
  color: var(--main-color);
}

/* Pricing Card Right */
.pricing-box-card {
  background: var(--main-bg-post);
  border: 2px solid var(--main-color);
  border-radius: var(--radius-xl);
  padding: 3rem 2.5rem;
  text-align: center;
  box-shadow: 0 0 50px rgba(209, 244, 112, 0.15);
  position: relative;
}

.pricing-badge-popular {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--main-color);
  color: var(--main-bg);
  font-size: 0.8rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 4px 16px;
  border-radius: var(--radius-pill);
}

.price-display {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 4px;
  margin: 1.5rem 0 0.5rem;
}

.price-currency {
  font-size: 2.2rem;
  font-weight: 700;
  color: var(--main-color);
}

.price-amount {
  font-family: var(--main-font-header);
  font-size: 4.8rem;
  font-weight: 800;
  color: var(--main-text);
  line-height: 1;
}

.price-period {
  font-size: 1rem;
  color: var(--main-meta);
  font-weight: 500;
}

.price-subtitle {
  font-size: 0.95rem;
  color: var(--main-meta);
  margin-bottom: 2rem;
}

.btn-codester-buy {
  width: 100%;
  background: var(--main-color);
  color: var(--main-bg);
  font-size: 1.1rem;
  font-weight: 800;
  padding: 1.1rem 2rem;
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  box-shadow: var(--shadow-glow);
  transition: all 0.35s ease;
}

.btn-codester-buy:hover {
  background: #ffffff;
  color: var(--main-bg);
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(255, 255, 255, 0.25);
}

.pricing-card-footer {
  margin-top: 1.5rem;
  font-size: 0.85rem;
  color: var(--main-meta);
}

@media screen and (max-width: 992px) {
  .pricing-layout {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
  .pricing-section {
    padding: 3rem 1.5rem;
    margin: 3.5rem 0;
  }
  .pricing-left {
    text-align: center;
  }
  .pricing-left h2 {
    font-size: clamp(2rem, 5vw, 2.75rem);
  }
  .pricing-left p {
    margin-left: auto;
    margin-right: auto;
  }
  .pricing-features-list {
    max-width: 480px;
    margin: 0 auto;
    text-align: left;
  }
  .pricing-box-card {
    max-width: 480px;
    margin: 0 auto;
    width: 100%;
    padding: 2.75rem 1.75rem;
  }
}

@media screen and (max-width: 520px) {
  .pricing-section {
    padding: 2.25rem 1rem;
    border-radius: var(--radius-lg);
  }
  .pricing-features-list {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }
  .pricing-box-card {
    padding: 2.25rem 1rem;
    border-radius: var(--radius-lg);
  }
  .price-amount {
    font-size: 3.5rem;
  }
  .btn-codester-buy {
    font-size: 0.95rem;
    padding: 0.9rem 1rem;
    gap: 0.5rem;
  }
}

/* --------------------------------------------------------------------------
   Author Profile & Fiverr Services Section
   -------------------------------------------------------------------------- */
.author-box-section {
  background: var(--main-bg-mix);
  border: 1px solid var(--main-border);
  border-radius: var(--radius-xl);
  padding: 3.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3rem;
  margin-bottom: 5rem;
}

.author-info-wrap {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.author-avatar-img {
  width: 6.25rem;
  height: 6.25rem;
  border-radius: 50%;
  object-fit: cover;
  object-position: top center;
  border: 3px solid var(--main-color);
  flex-shrink: 0;
  box-shadow: 0 0 35px rgba(209, 244, 112, 0.4);
  display: block;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.author-avatar-img:hover {
  transform: scale(1.06);
  box-shadow: 0 0 45px rgba(209, 244, 112, 0.6);
}

.author-details h3 {
  font-size: 1.85rem;
  font-weight: 800;
  margin-bottom: 0.25rem;
  letter-spacing: -0.03em;
}

.author-details p.role {
  color: var(--main-color);
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 0.85rem;
}

.author-socials-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.author-social-btn {
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 50%;
  background: rgba(230, 229, 215, 0.08);
  border: 1px solid var(--main-border);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--main-text);
  font-size: 1rem;
  flex-shrink: 0;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.author-social-btn:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}

.author-social-btn.facebook:hover {
  background: #1877F2;
  border-color: #1877F2;
  color: #ffffff;
  box-shadow: 0 4px 18px rgba(24, 119, 242, 0.45);
}

.author-social-btn.youtube:hover {
  background: #FF0000;
  border-color: #FF0000;
  color: #ffffff;
  box-shadow: 0 4px 18px rgba(255, 0, 0, 0.45);
}

.author-social-btn.instagram:hover {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  border-color: #d6249f;
  color: #ffffff;
  box-shadow: 0 4px 18px rgba(214, 36, 159, 0.45);
}

.author-social-btn.pinterest:hover {
  background: #E60023;
  border-color: #E60023;
  color: #ffffff;
  box-shadow: 0 4px 18px rgba(230, 0, 35, 0.45);
}

.author-social-btn.codester:hover {
  background: #FF5500;
  border-color: #FF5500;
  color: #ffffff;
  box-shadow: 0 4px 18px rgba(255, 85, 0, 0.45);
}

.author-social-btn.fiverr:hover {
  background: #1DBF73;
  border-color: #1DBF73;
  color: #ffffff;
  box-shadow: 0 4px 18px rgba(29, 191, 115, 0.45);
}

.author-fiverr-cta {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.75rem;
  text-align: right;
}

.author-fiverr-cta h4 {
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--main-text);
}

.author-fiverr-cta p {
  font-size: 0.92rem;
  color: var(--main-meta);
  max-width: 380px;
}

.author-fiverr-cta .btn-fiverr {
  background: #1dbf73;
  color: #ffffff;
  font-weight: 700;
  font-size: 1rem;
  padding: 0.85rem 1.75rem;
  border-radius: var(--radius-md);
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  transition: all 0.3s ease;
}

.author-fiverr-cta .btn-fiverr:hover {
  background: #17a863;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(29, 191, 115, 0.35);
}

@media screen and (max-width: 860px) {
  .author-box-section {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 2.25rem 1.25rem;
    gap: 2rem;
    margin-bottom: 3.5rem;
    border-radius: var(--radius-lg);
  }
  .author-info-wrap {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 1.25rem;
    width: 100%;
  }
  .author-avatar-img {
    width: 5.5rem;
    height: 5.5rem;
  }
  .author-details {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
  }
  .author-details h3 {
    font-size: 1.55rem;
    text-align: center;
  }
  .author-details p.role {
    font-size: 0.92rem;
    text-align: center;
    margin-bottom: 0.75rem;
  }
  .author-socials-row {
    justify-content: center;
    gap: 0.6rem;
  }
  .author-social-btn {
    width: 2.35rem;
    height: 2.35rem;
  }
  .author-fiverr-cta {
    width: 100%;
    align-items: center;
    text-align: center;
    border-top: 1px solid var(--main-border);
    padding-top: 1.75rem;
  }
  .author-fiverr-cta h4 {
    font-size: 1.2rem;
    text-align: center;
  }
  .author-fiverr-cta p {
    font-size: 0.88rem;
    text-align: center;
    max-width: 440px;
    margin: 0 auto 1rem;
  }
  .author-fiverr-cta .btn-fiverr {
    width: 100%;
    max-width: 340px;
    justify-content: center;
  }
}

/* --------------------------------------------------------------------------
   FAQ Accordion Section
   -------------------------------------------------------------------------- */
.faq-section {
  max-width: 900px;
  margin: 0 auto 6rem;
}

.faq-accordion {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.faq-item {
  background: var(--main-bg-mix);
  border: 1px solid var(--main-border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: all 0.3s ease;
}

.faq-item.active {
  border-color: var(--main-border-hover);
  background: rgba(230, 229, 215, 0.05);
}

.faq-header {
  padding: 1.5rem 2rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.faq-header h4 {
  font-size: 1.15rem;
  font-weight: 700;
}

.faq-toggle-icon {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: rgba(230, 229, 215, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  color: var(--main-text);
  transition: transform 0.3s ease;
}

.faq-item.active .faq-toggle-icon {
  transform: rotate(45deg);
  background: var(--main-color);
  color: var(--main-bg);
}

.faq-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.faq-content {
  padding: 0 2rem 1.75rem;
  color: var(--main-meta);
  font-size: 0.98rem;
  line-height: 1.65;
}

/* --------------------------------------------------------------------------
   Footer (Banua Aesthetic)
   -------------------------------------------------------------------------- */
.site-footer {
  border-top: 1px solid var(--main-border);
  padding: 5rem 0 2.5rem;
  background: #0f0e11;
  position: relative;
}

.footer-grid-4 {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.5fr;
  gap: 3rem;
  margin-bottom: 4rem;
}

.footer-brand h3 {
  font-size: 1.6rem;
  font-weight: 800;
  margin-bottom: 0.75rem;
}

.footer-brand p {
  font-size: 0.92rem;
  color: var(--main-meta);
  margin-bottom: 1.5rem;
  max-width: 320px;
}

.footer-col h4 {
  font-size: 1.05rem;
  font-weight: 700;
  margin-bottom: 1.25rem;
  color: var(--main-text);
}

.footer-links-list {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.footer-links-list li a {
  font-size: 0.92rem;
  color: var(--main-meta);
}

.footer-links-list li a:hover {
  color: var(--main-color);
  padding-left: 4px;
}

.newsletter-form {
  position: relative;
  margin-top: 1rem;
}

.newsletter-form input {
  width: 100%;
  background: var(--main-bg-mix);
  border: 1px solid var(--main-border);
  border-radius: var(--radius-md);
  padding: 0.85rem 3.5rem 0.85rem 1rem;
  color: var(--main-text);
  font-family: inherit;
  font-size: 0.92rem;
  outline: none;
}

.newsletter-form input:focus {
  border-color: var(--main-color);
}

.newsletter-submit-btn {
  position: absolute;
  right: 6px;
  top: 6px;
  bottom: 6px;
  background: var(--main-color);
  color: var(--main-bg);
  border-radius: var(--radius-sm);
  padding: 0 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}

.footer-bottom-bar {
  border-top: 1px solid var(--main-border);
  padding-top: 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
  font-size: 0.88rem;
  color: var(--main-meta);
}

.footer-bottom-bar a {
  color: var(--main-color);
  font-weight: 600;
}

@media screen and (max-width: 992px) {
  .footer-grid-4 {
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem;
  }
}

@media screen and (max-width: 600px) {
  .faq-header {
    padding: 1.25rem 1.15rem;
  }
  .faq-header h4 {
    font-size: 1rem;
  }
  .faq-content {
    padding: 0 1.15rem 1.25rem;
    font-size: 0.92rem;
  }
  .site-footer {
    padding: 3.5rem 0 2rem;
  }
  .footer-grid-4 {
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-bottom: 2.5rem;
  }
  .footer-bottom-bar {
    flex-direction: column;
    text-align: center;
    gap: 1rem;
  }
  .footer-bottom-bar .flex {
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
  }
}

/* --------------------------------------------------------------------------
   Interactive Toast Notification
   -------------------------------------------------------------------------- */
.toast-notice {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  background: var(--main-bg-post);
  color: var(--main-text);
  border: 1px solid var(--main-color);
  border-radius: var(--radius-md);
  padding: 1rem 1.5rem;
  box-shadow: var(--shadow-lg);
  display: flex;
  align-items: center;
  gap: 0.75rem;
  z-index: 10000;
  transform: translateY(100px);
  opacity: 0;
  transition: all 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  pointer-events: none;
}

.toast-notice.show {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}

.toast-notice i {
  color: var(--main-color);
  font-size: 1.25rem;
}
