/* PCG Technologies - Professional Website CSS */
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&display=swap');

:root {
    --pcg-orange: #FF5538;
    --pcg-orange-light: #FF7A5F;
    --pcg-orange-dark: #E64628;
    --pcg-beige-light: #F5EFE0;
    --pcg-beige-medium: #E8DCC8;
    --pcg-caramel: #C4A77D;
    --pcg-caramel-dark: #A9854D;
    --pcg-navy: #0A2540;
    --pcg-navy-light: #162438;
    --pcg-white: #FFFFFF;
    --pcg-white-gray: #F5F3EE;
    --pcg-text-primary: #1A1A1A;
    --pcg-text-secondary: #4A5568;
    --pcg-text-muted: #718096;
    --pcg-border: #E2E8F0;
    --pcg-shadow-sm: 0 1px 3px rgba(0,0,0,0.08);
    --pcg-shadow: 0 4px 12px rgba(0,0,0,0.1);
    --pcg-shadow-lg: 0 10px 40px rgba(0,0,0,0.15);
    --pcg-radius-sm: 8px;
    --pcg-radius: 12px;
    --pcg-radius-lg: 20px;
    --pcg-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; font-size: 18px; }
body { font-family: 'Plus Jakarta Sans', sans-serif; background: var(--pcg-white-gray); color: var(--pcg-text-primary); line-height: 1.6; overflow-x: hidden; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }
img { max-width: 100%; }

/* ══════════════════════════════════════════════════════
   NAVIGATION PCG Technologies v4.0 — Fully Responsive
   ══════════════════════════════════════════════════════ */
.main-nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  background: rgba(7,11,20,0.96);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(196,167,125,0.2);
  box-shadow: 0 2px 32px rgba(0,0,0,0.5);
}
.nav-container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 1rem;
  height: 100%;
}
.nav-bottom {
  display: flex;
  align-items: center;
  min-height: 58px;
  gap: 0;
}

/* ── LEFT: Logo + Contact ── */
.nav-brand {
  display: flex;
  align-items: center;
  gap: .45rem;
  flex: 0 0 auto;          /* never shrink */
  padding-right: .6rem;
}
.logo {
  display: flex;
  align-items: center;
  text-decoration: none;
  flex-shrink: 0;
}
.logo img {
  height: 46px;
  width: auto;
  max-width: 130px;
  min-width: 36px;
  object-fit: contain;
  display: block;
}
.nav-sep {
  width: 1px;
  height: 26px;
  background: rgba(196,167,125,0.22);
  flex-shrink: 0;
}
.nav-contact {
  display: flex;
  flex-direction: column;
  gap: .04rem;
  flex-shrink: 0;
}
.nav-contact a {
  display: flex;
  align-items: center;
  gap: .28rem;
  font-size: .63rem;
  font-weight: 600;
  color: rgba(196,167,125,.42);
  text-decoration: none;
  transition: color .15s;
  white-space: nowrap;
}
.nav-contact a:hover { color: #C4A77D; }
.nav-contact i { font-size: .62rem; color: rgba(196,167,125,.55); }

/* ── CENTER: Tabs ── */
.nav-tabs-wrapper {
  flex: 1 1 0;              /* grow AND shrink */
  min-width: 0;             /* allow shrinking below content */
  display: flex;
  justify-content: center;
  padding: 0 .5rem;
}
.nav-tabs {
  display: flex;
  align-items: center;
  gap: .12rem;
  background: rgba(196,167,125,.045);
  border: 1px solid rgba(196,167,125,.13);
  border-radius: 12px;
  padding: .24rem .24rem;
  max-width: 100%;         /* don't exceed wrapper */
  overflow: hidden;        /* clip if too wide */
}
.nav-tab {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  padding: .34rem .55rem;
  font-size: .74rem;
  font-weight: 700;
  color: rgba(196,167,125,.5);
  border-radius: 8px;
  border: 1px solid transparent;
  background: transparent;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  transition: color .17s, background .17s, border-color .17s;
  letter-spacing: .01em;
  flex-shrink: 0;          /* don't squish individual tabs */
}
.nav-tab i {
  font-size: .72rem;
  color: rgba(196,167,125,.38);
  flex-shrink: 0;
  transition: color .17s;
}
.nav-tab-label {
  /* the text span inside each tab */
}
.nav-tab:hover {
  color: #E8C99A;
  background: rgba(196,167,125,.11);
  border-color: rgba(196,167,125,.25);
}
.nav-tab:hover i { color: #C4A77D; }
.nav-tab.active {
  color: #E8C99A;
  background: rgba(196,167,125,.16);
  border-color: rgba(196,167,125,.34);
}
.nav-tab.active i { color: #C4A77D; }

/* ── RIGHT: Actions ── */
.nav-actions-right {
  display: flex;
  align-items: center;
  gap: .3rem;
  flex: 0 0 auto;          /* never shrink */
  padding-left: .6rem;
  min-width: 0;
}

/* Lang + dark */
.nav-right-row {
  display: flex;
  align-items: center;
  gap: .35rem;
}
.lang-switch {
  display: flex;
  background: rgba(196,167,125,.06);
  border: 1px solid rgba(196,167,125,.15);
  border-radius: 100px;
  padding: 2px;
  gap: 1px;
}
.lang-btn {
  padding: .18rem .4rem;
  border-radius: 100px;
  font-size: .6rem;
  font-weight: 800;
  cursor: pointer;
  border: none;
  background: transparent;
  color: rgba(196,167,125,.4);
  transition: all .15s;
  letter-spacing: .05em;
}
.lang-btn.active {
  background: #C4A77D;
  border-color: #C4A77D;
  color: #0a0d14;
}
.lang-btn:hover:not(.active) { color: #C4A77D; }
.dark-toggle-wrap {
  display: flex;
  align-items: center;
  gap: .25rem;
  color: rgba(196,167,125,.3);
  font-size: .62rem;
}

/* Client button */
.client-btn {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  padding: .3rem .75rem;
  background: rgba(196,167,125,.09);
  border: 1.5px solid rgba(196,167,125,.26);
  color: #C4A77D;
  border-radius: 100px;
  font-size: .68rem;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
  transition: all .2s;
  max-width: 160px;        /* prevent overflow on long names */
  overflow: hidden;
}
.client-btn span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  min-width: 0;
}
.client-btn:hover {
  background: #C4A77D;
  border-color: #C4A77D;
  color: #080c14;
}
.client-btn i { font-size: .72rem; flex-shrink: 0; }

/* Logout */
.nav-logout {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  color: rgba(196,167,125,.3);
  text-decoration: none;
  transition: all .15s;
}
.nav-logout:hover { color: #f87171; background: rgba(248,113,113,.1); }

/* Hamburger (hidden on desktop) */
.nav-hamburger {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: .4rem;
  border-radius: 8px;
  color: rgba(196,167,125,.6);
  font-size: 1.4rem;
  line-height: 1;
  transition: all .15s;
  flex-shrink: 0;
}
.nav-hamburger:hover {
  background: rgba(196,167,125,.1);
  color: #C4A77D;
}
body.dark-mode .nav-hamburger { color: #E8EDF2; }
body.dark-mode .nav-hamburger:hover { background: rgba(255,255,255,0.08); }


/* ═══ RESPONSIVE NAVBAR BREAKPOINTS ═══ */

/* 1400px – slightly reduce tab padding */
@media (max-width: 1400px) {
  .nav-tab { padding: .32rem .45rem; font-size: .72rem; }
}

/* 1200px – compact everything */
@media (max-width: 1200px) {
  .nav-tab { padding: .28rem .38rem; font-size: .7rem; gap: .25rem; }
  .nav-tab i { font-size: .68rem; }
  .logo img { height: 40px; max-width: 110px; }
  .nav-contact a { font-size: .58rem; }
  .client-btn { padding: .26rem .55rem; font-size: .63rem; }
  .lang-btn { padding: .16rem .32rem; font-size: .56rem; }
}

/* 1050px – ICON-ONLY tabs: hide text labels */
@media (max-width: 1050px) {
  .nav-tab-label { display: none; }             /* hide text */
  .nav-tab { padding: .32rem .42rem; gap: 0; }  /* icon-only pill */
  .nav-tab i { font-size: .82rem; margin: 0; }  /* slightly bigger icon */
  .nav-brand { gap: .35rem; }
  .nav-contact a { font-size: .55rem; }
}

/* 900px – hide contact info, keep icons-only tabs */
@media (max-width: 900px) {
  .nav-contact { display: none; }
  .nav-sep { display: none; }
  .client-btn .nav-tab-label,
  .client-btn span { display: none; }
}

/* 860px – switch to HAMBURGER MENU */
@media (max-width: 860px) {
  .nav-hamburger { display: flex; align-items: center; }
  .nav-tabs-wrapper { display: none; }
  .logo img { height: 50px; margin: -2px 0; }
}


/* ── MOBILE DRAWER MENU ── */
.mobile-menu {
    display: none;
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    z-index: 1500;
}
.mobile-menu.open { display: block; }

/* Backdrop */
.mobile-menu-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(10,37,64,0.55);
    backdrop-filter: blur(2px);
}

/* Drawer panel */
.mobile-menu-panel {
    position: absolute;
    top: 0; right: 0;
    width: min(320px, 88vw);
    height: 100%;
    background: #fff;
    box-shadow: -4px 0 32px rgba(10,37,64,0.18);
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    transform: translateX(100%);
    transition: transform 0.28s cubic-bezier(0.4,0,0.2,1);
}
.mobile-menu.open .mobile-menu-panel {
    transform: translateX(0);
}
body.dark-mode .mobile-menu-panel {
    background: #1A2B3C;
}

/* Drawer header */
.mobile-menu-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1.25rem;
    border-bottom: 1px solid var(--pcg-border);
    flex-shrink: 0;
}
body.dark-mode .mobile-menu-header { border-bottom-color: #2A3F55; }
.mobile-menu-header img { height: 44px; width: auto; object-fit: contain; }
.mobile-menu-close {
    background: none; border: none; cursor: pointer;
    font-size: 1.5rem; line-height: 1;
    color: var(--pcg-text-secondary); padding: 0.25rem;
    border-radius: 6px;
}
.mobile-menu-close:hover { background: rgba(10,37,64,0.08); }
body.dark-mode .mobile-menu-close { color: #A8B8C8; }

/* Nav links in drawer */
.mobile-nav-links {
    padding: 0.75rem 0;
    flex: 1;
}
.mobile-nav-link {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    padding: 0.75rem 1.5rem;
    font-size: 0.9375rem;
    font-weight: 600;
    color: var(--pcg-navy);
    text-decoration: none;
    border-left: 3px solid transparent;
    transition: all 0.15s;
}
.mobile-nav-link:hover,
.mobile-nav-link.active {
    color: var(--pcg-orange);
    background: rgba(255,85,56,0.07);
    border-left-color: var(--pcg-orange);
}
.mobile-nav-link i { font-size: 1rem; flex-shrink: 0; }
body.dark-mode .mobile-nav-link { color: #E8EDF2; }
body.dark-mode .mobile-nav-link:hover,
body.dark-mode .mobile-nav-link.active { color: var(--pcg-orange); background: rgba(255,85,56,0.12); }

/* Divider in drawer */
.mobile-menu-divider {
    height: 1px;
    background: var(--pcg-border);
    margin: 0.5rem 1.25rem;
}
body.dark-mode .mobile-menu-divider { background: #2A3F55; }

/* Contact + actions in drawer */
.mobile-menu-footer {
    padding: 1rem 1.25rem 1.5rem;
    border-top: 1px solid var(--pcg-border);
    flex-shrink: 0;
}
body.dark-mode .mobile-menu-footer { border-top-color: #2A3F55; }
.mobile-contact-row {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-bottom: 1rem;
}
.mobile-contact-link {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.8rem;
    color: var(--pcg-text-secondary);
    text-decoration: none;
}
.mobile-contact-link i { color: var(--pcg-orange); }
.mobile-contact-link:hover { color: var(--pcg-orange); }
body.dark-mode .mobile-contact-link { color: #A8B8C8; }

/* Lang + dark toggle row in drawer */
.mobile-actions-row {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-top: 0.75rem;
}

/* ── MOBILE: 768px ── */
@media (max-width: 768px) {
    .nav-actions-right { display: none; }
    .nav-bottom {
        padding: 0.1rem 0;
        min-height: 50px;
    }
    .logo img { height: 48px; margin: -1px 0; max-width: 120px; }

    /* Hero stacking */
    .hero-content { grid-template-columns: 1fr; text-align: center; }
    .hero-subtitle { margin: 0 auto 1.5rem; }
    .hero-cta { justify-content: center; }
    .hero-visual { margin-top: 1.5rem; }
    .hero { padding: 5.5rem 1.25rem 2rem; }
    .hero-mini { padding: 5rem 1.25rem 2rem; }

    /* Section grids stack */
    .features-grid { grid-template-columns: 1fr; }
    .services-grid { grid-template-columns: 1fr; }

    /* Footer stacks */
    .footer-grid { grid-template-columns: 1fr; text-align: center; }
    .footer-content { grid-template-columns: 1fr; text-align: center; }
    .footer-links { display: grid; grid-template-columns: repeat(2,1fr); gap: 1.5rem; }

    /* Contact page */
    .contact-grid { grid-template-columns: 1fr; gap: 2rem; }

    /* Pricing */
    .pricing-table { grid-template-columns: 1fr; }
}

/* ── SMALL PHONES: 480px ── */
@media (max-width: 480px) {
    .logo img { height: 44px; margin: -1px 0; max-width: 100px; }
    .nav-container { padding: 0 0.75rem; }
    .footer-links { grid-template-columns: 1fr; }
    .hero-mini { padding: 4.5rem 1rem 1.5rem; }
}

/* ── VERY SMALL: 360px ── */
@media (max-width: 360px) {
    .logo img { height: 38px; }
}

/* PC Gaming Page - Gamer/Geek Aesthetic */
body.page-gaming {
    --gaming-bg: #0a0a0f;
    --gaming-accent: #ff6b35;
    --gaming-accent2: #00d4ff;
    --gaming-purple: #9d4edd;
    background: var(--gaming-bg);
}

.page-gaming .hero-mini {
    background: linear-gradient(135deg, #1a1a2e 0%, #0f0f1a 100%);
    border-bottom: 2px solid var(--gaming-accent);
}

.page-gaming .hero-mini h1 {
    color: #fff;
    text-shadow: 0 0 20px var(--gaming-accent), 0 0 40px var(--gaming-accent);
}

.page-gaming .section {
    background: #12121a;
}

.page-gaming .section.bg-light,
.page-gaming .section-light {
    background: linear-gradient(180deg, #1a1a2e 0%, #12121a 100%);
}

.page-gaming h2, .page-gaming h3 {
    color: #fff;
}

.page-gaming .pricing-card {
    background: linear-gradient(145deg, #1e1e2e 0%, #15151f 100%);
    border: 1px solid #2a2a3a;
    box-shadow: 0 0 30px rgba(255, 107, 53, 0.1);
    transition: all 0.3s ease;
}

.page-gaming .pricing-card:hover {
    border-color: var(--gaming-accent);
    box-shadow: 0 0 30px rgba(255, 107, 53, 0.3), 0 0 60px rgba(0, 212, 255, 0.1);
    transform: translateY(-5px);
}

.page-gaming .pricing-card.featured {
    border: 2px solid var(--gaming-accent);
    box-shadow: 0 0 30px rgba(255, 107, 53, 0.3);
}

.page-gaming .pricing-card h3 {
    color: var(--gaming-accent);
}

.page-gaming .pricing-card .price {
    color: #fff;
}

.page-gaming .pricing-card ul li {
    color: #aaa;
    border-bottom: 1px solid #2a2a3a;
}

.page-gaming .badge {
    background: linear-gradient(90deg, var(--gaming-accent), var(--gaming-accent2));
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.page-gaming .service-card {
    background: linear-gradient(145deg, #1e1e2e 0%, #15151f 100%);
    border: 1px solid #2a2a3a;
}

.page-gaming .service-card:hover {
    border-color: var(--gaming-purple);
    box-shadow: 0 0 20px rgba(157, 78, 221, 0.3);
}

.page-gaming .service-icon {
    background: linear-gradient(135deg, var(--gaming-accent) 0%, var(--gaming-purple) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.page-gaming .service-icon i {
    background: linear-gradient(135deg, var(--gaming-accent) 0%, var(--gaming-accent2) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.page-gaming .features-grid .feature i {
    color: var(--gaming-accent);
}

.page-gaming .features-grid .feature h4 {
    color: #fff;
}

.page-gaming .features-grid .feature p {
    color: #aaa;
}

.page-gaming .btn-primary {
    background: linear-gradient(135deg, var(--gaming-accent) 0%, #ff8f35 100%);
    border: none;
    box-shadow: 0 0 20px rgba(255, 107, 53, 0.4);
}

.page-gaming .btn-primary:hover {
    box-shadow: 0 0 30px rgba(255, 107, 53, 0.6);
}

.page-gaming .btn-outline {
    border: 2px solid var(--gaming-accent);
    color: var(--gaming-accent);
}

.page-gaming .btn-outline:hover {
    background: var(--gaming-accent);
    color: #fff;
}

.page-gaming .cta-section {
    background: linear-gradient(135deg, #1a1a2e 0%, #2d1b4e 50%, #1a1a2e 100%);
}

.page-gaming .cta-section h2 {
    text-shadow: 0 0 20px var(--gaming-purple);
}

/* RGB Border Animation */
@keyframes rgbBorder {
    0% { border-color: #ff0000; }
    33% { border-color: #00ff00; }
    66% { border-color: #0000ff; }
    100% { border-color: #ff0000; }
}

.page-gaming .pricing-card.featured {
    animation: rgbBorder 3s linear infinite;
}

/* Gamer text effect */
.page-gaming h1, .page-gaming h2, .page-gaming h3 {
    font-family: 'Orbitron', 'Segoe UI', sans-serif;
}

/* FAQ Accordion */
.faq-accordion {
    max-width: 800px;
    margin: 0 auto;
}

.faq-item {
    background: var(--pcg-white, #fff);
    border-radius: 8px;
    margin-bottom: 1rem;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    overflow: hidden;
}

.faq-question {
    padding: 1.25rem 1.5rem;
    font-weight: 600;
    font-size: 1.1rem;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: var(--pcg-white, #fff);
    transition: background 0.2s;
}

.faq-question:hover {
    background: #f8f9fa;
}

.faq-question::after {
    content: '+';
    font-size: 1.5rem;
    color: var(--pcg-blue, #2563eb);
    transition: transform 0.3s;
}

.faq-item.active .faq-question::after {
    transform: rotate(45deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
    padding: 0 1.5rem;
    background: #fafbfc;
}

.faq-item.active .faq-answer {
    max-height: 500px;
    padding: 1rem 1.5rem 1.5rem;
}

.faq-answer ol {
    margin: 0;
    padding-left: 1.5rem;
}

.faq-answer li {
    margin-bottom: 0.5rem;
}

/* Service Badge */
.service-badge {
    display: inline-block;
    padding: 0.25rem 0.75rem;
    background: var(--pcg-blue, #2563eb);
    color: #fff;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 4px;
    margin-bottom: 0.5rem;
}

.service-card.featured .service-badge {
    background: var(--pcg-accent, #f59e0b);
}

/* Feature Number */
.feature-number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background: var(--pcg-blue, #2563eb);
    color: #fff;
    font-size: 1.5rem;
    font-weight: 700;
    border-radius: 50%;
    margin: 0 auto 1rem;
}

/* Section Header */
.section-header {
    text-align: center;
    margin-bottom: 3rem;
}

.section-header h2 {
    font-size: 2rem;
    color: var(--pcg-dark, #1e293b);
    margin-bottom: 0.5rem;
}

.section-header p {
    color: #64748b;
    font-size: 1.1rem;
}

/* Pricing Note */
.pricing-note {
    text-align: center;
    margin-top: 1.5rem;
    color: #64748b;
    font-size: 0.9rem;
}

/* Client Portal Button */
.nav-btn-client {
    display: inline-block;
    padding: 0.5rem 1.25rem;
    background: var(--pcg-orange, #FF5538);
    color: white !important;
    border-radius: 8px;
    font-weight: 600;
    transition: all 0.3s ease;
    margin-left: 0.5rem;
}

.nav-btn-client:hover {
    background: var(--pcg-orange-dark, #E64628);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255, 85, 56, 0.3);
}

@media (max-width: 768px) {
    .nav-btn-client {
        display: block;
        margin: 0.5rem 0;
        text-align: center;
    }
}

/* ============================================================
   MISSING / SUPPLEMENTAL STYLES
   ============================================================ */

/* Generic utility classes */
.bg-light { background: var(--pcg-white) !important; }
.container { max-width: 1100px; margin: 0 auto; padding: 0 1.5rem; }
.mt-3 { margin-top: 1rem; }
.btn-large, .btn-lg { padding: 0.875rem 2rem; font-size: 1rem; }
.btn-block, .w-100 { width: 100%; display: block; text-align: center; }

/* Footer (alternative markup used by subpages) */
footer { background: var(--pcg-navy); padding: 3rem 1.5rem 1.5rem; color: rgba(255,255,255,0.7); }
.footer-content { display: grid; grid-template-columns: 2fr repeat(3,1fr); gap: 2rem; max-width: 1100px; margin: 0 auto; }
.footer-brand img { height: 60px; margin-bottom: 0.75rem; }
.footer-brand p { color: rgba(255,255,255,0.7); font-size: 0.8125rem; }
.footer-links { display: contents; }
.footer-column h4 { color: #fff; font-weight: 600; font-size: 0.875rem; margin-bottom: 1rem; }
.footer-column ul { list-style: none; padding: 0; margin: 0; }
.footer-column ul li { margin-bottom: 0.5rem; }
.footer-column ul a { color: rgba(255,255,255,0.7); font-size: 0.8125rem; text-decoration: none; }
.footer-column ul a:hover { color: var(--pcg-orange); }
footer .footer-bottom { border-top: 1px solid rgba(255,255,255,0.1); margin-top: 2rem; padding-top: 1.5rem; text-align: center; color: rgba(255,255,255,0.5); font-size: 0.75rem; }

/* ══════════════════════════════════════════════════════════
   HERO-MINI — base definition for sub-pages
   Provides proper navbar clearance (fixed nav ~62px)
   ══════════════════════════════════════════════════════════ */
.hero-mini {
    background: linear-gradient(135deg, var(--pcg-navy) 0%, #0A1929 100%);
    padding: 7rem 1.5rem 2.5rem;
    text-align: center;
    position: relative;
}
.hero-mini h1 {
    color: #fff;
    font-size: clamp(1.8rem, 4vw, 2.5rem);
    font-weight: 800;
    margin-bottom: 0.5rem;
}
.hero-mini .subtitle {
    color: rgba(255,255,255,0.7);
    font-size: 1.05rem;
    max-width: 600px;
    margin: 0 auto;
}

/* ══════════════════════════════════════════════════════════
   CTA SECTION — centered call-to-action for sub-pages
   ══════════════════════════════════════════════════════════ */
.cta-section {
    text-align: center;
    padding: 3.5rem 1.5rem;
    background: linear-gradient(135deg, var(--pcg-navy) 0%, #0A1929 100%);
}
.cta-section h2 {
    color: #fff;
    font-size: clamp(1.4rem, 3vw, 2rem);
    font-weight: 700;
    margin-bottom: 0.75rem;
}
.cta-section p {
    color: rgba(255,255,255,0.75);
    font-size: 1.05rem;
    margin-bottom: 1.5rem;
}
.cta-section .btn,
.cta-section .btn-large {
    display: inline-block;
    background: var(--pcg-orange);
    color: #fff;
    padding: 0.875rem 2.25rem;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s;
}
.cta-section .btn:hover,
.cta-section .btn-large:hover {
    background: #e04428;
    transform: translateY(-2px);
}

/* ══════════════════════════════════════════════════════════
   SITE-FOOTER — unified footer for ALL pages
   Moved from index.php inline to main.css for consistency
   ══════════════════════════════════════════════════════════ */
.site-footer { background: #050e1c; border-top: 1px solid rgba(255,255,255,.05); padding: 4.5rem 1.75rem 1.75rem; }
.site-footer-inner { max-width: 1280px; margin: 0 auto; }
.footer-top { display: grid; grid-template-columns: 2.2fr 1fr 1fr 1fr; gap: 3.5rem; margin-bottom: 3rem; }
.footer-brand-col img { height: 52px; margin-bottom: 1.1rem; display: block; }
.footer-brand-col p { color: rgba(255,255,255,.38); font-size: .8rem; line-height: 1.78; max-width: 250px; }
.footer-col h5 { color: rgba(255,255,255,.8); font-size: .76rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; margin-bottom: 1.1rem; }
.footer-col ul { list-style: none; padding: 0; margin: 0; }
.footer-col ul li { margin-bottom: .5rem; }
.footer-col ul a { color: rgba(255,255,255,.4); font-size: .8rem; text-decoration: none; transition: color .18s; }
.footer-col ul a:hover { color: var(--pcg-orange); }
.footer-bar { border-top: 1px solid rgba(255,255,255,.06); padding-top: 1.5rem; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: .75rem; }
.footer-bar p { color: rgba(255,255,255,.25); font-size: .74rem; margin: 0; }
.footer-social { display: flex; gap: .55rem; }
.footer-social a { width: 33px; height: 33px; border-radius: 50%; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.09); display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,.4); font-size: .78rem; text-decoration: none; transition: all .2s; }
.footer-social a:hover { background: var(--pcg-orange); border-color: var(--pcg-orange); color: #fff; }

@media (max-width: 768px) {
    .footer-top { grid-template-columns: 1fr 1fr; gap: 2rem; }
}
@media (max-width: 580px) {
    .footer-top { grid-template-columns: 1fr; }
}


/* Service cards extras */
.service-price { font-size: 2rem; font-weight: 800; color: var(--pcg-orange); margin: 1rem 0 0.5rem; }
.service-price span { font-size: 1rem; font-weight: 400; color: var(--pcg-text-secondary); }
.service-features { list-style: none; padding: 0; margin: 1rem 0 1.5rem; }
.service-features li { padding: 0.375rem 0; font-size: 0.875rem; border-bottom: 1px solid var(--pcg-border); color: var(--pcg-text-secondary); }
.service-features li:last-child { border-bottom: none; }
.service-features li::before { content: "✓ "; color: var(--pcg-orange); font-weight: 600; }
.service-desc { color: var(--pcg-text-secondary); font-size: 0.9rem; margin-bottom: 0.5rem; }
.service-card.featured { border: 2px solid var(--pcg-orange); position: relative; }

/* Pricing table */
.pricing-table { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 1.5rem; max-width: 900px; margin: 0 auto; }
.pricing-card { background: var(--pcg-white); border-radius: var(--pcg-radius-lg); padding: 2rem; box-shadow: var(--pcg-shadow); text-align: center; transition: var(--pcg-transition); }
.pricing-card:hover { transform: translateY(-4px); box-shadow: var(--pcg-shadow-lg); }
.pricing-card.featured { border: 2px solid var(--pcg-orange); }
.pricing-card h3 { font-size: 1.25rem; font-weight: 700; color: var(--pcg-navy); margin-bottom: 0.5rem; }
.pricing-card .price { font-size: 2.5rem; font-weight: 800; color: var(--pcg-orange); margin: 1rem 0; }
.pricing-card ul { list-style: none; padding: 0; margin: 1rem 0 1.5rem; text-align: left; }
.pricing-card ul li { padding: 0.375rem 0; font-size: 0.875rem; border-bottom: 1px solid var(--pcg-border); color: var(--pcg-text-secondary); }
.pricing-card ul li::before { content: "✓ "; color: var(--pcg-orange); font-weight: 600; }
.pricing-card .note { font-size: 0.75rem; color: var(--pcg-text-muted); margin-top: -0.5rem; }
.pricing-note { text-align: center; font-size: 0.8125rem; color: var(--pcg-text-muted); margin-top: 1rem; }

/* Contact page layout */
.contact-grid { display: grid; grid-template-columns: 1fr 1.5fr; gap: 3rem; align-items: start; }
.contact-info h2, .contact-form-wrapper h2 { font-size: 1.5rem; font-weight: 700; color: var(--pcg-navy); margin-bottom: 1.5rem; }
.contact-item { display: flex; gap: 1rem; align-items: flex-start; margin-bottom: 1.5rem; }
.contact-item i { font-size: 1.5rem; color: var(--pcg-orange); margin-top: 0.125rem; flex-shrink: 0; }
.contact-item h4 { font-weight: 600; color: var(--pcg-navy); margin-bottom: 0.25rem; }
.contact-item p { color: var(--pcg-text-secondary); font-size: 0.9rem; margin: 0; }
.contact-item a { color: var(--pcg-text-secondary); text-decoration: none; }
.contact-item a:hover { color: var(--pcg-orange); }
.contact-form { background: var(--pcg-white); padding: 2rem; border-radius: var(--pcg-radius-lg); box-shadow: var(--pcg-shadow); }
.contact-form .form-group { margin-bottom: 1.25rem; }
.contact-form label { display: block; font-weight: 500; color: var(--pcg-navy); margin-bottom: 0.5rem; font-size: 0.9rem; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; padding: 0.75rem 1rem; border: 1px solid var(--pcg-border); border-radius: var(--pcg-radius-sm); font-family: inherit; font-size: 0.9375rem; color: var(--pcg-text-primary); background: var(--pcg-white-gray); transition: var(--pcg-transition); }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { outline: none; border-color: var(--pcg-orange); background: #fff; box-shadow: 0 0 0 3px rgba(255,85,56,0.1); }
.contact-form textarea { resize: vertical; min-height: 130px; }
.contact-form .btn { width: 100%; justify-content: center; }

/* Services intro */
.services-intro { text-align: center; max-width: 700px; margin: 0 auto 2.5rem; }
.services-intro h2 { font-size: 1.75rem; font-weight: 700; color: var(--pcg-navy); margin-bottom: 0.75rem; }
.services-intro p { color: var(--pcg-text-secondary); }
.services-grid .service-card ul { list-style: none; padding: 0; margin: 0.75rem 0 1rem; }
.services-grid .service-card li { font-size: 0.875rem; color: var(--pcg-text-secondary); padding: 0.2rem 0; }
.services-grid .service-card li::before { content: "• "; color: var(--pcg-orange); }

/* Features grid (used by services page) */
.feature { text-align: center; padding: 1.5rem 1rem; }
.feature i { font-size: 2rem; color: var(--pcg-orange); display: block; margin-bottom: 0.75rem; }
.feature h4 { font-weight: 600; color: var(--pcg-navy); margin-bottom: 0.5rem; }
.feature p { font-size: 0.875rem; color: var(--pcg-text-secondary); }

/* Section header variations */
.section-header h2 { font-size: clamp(1.5rem, 3vw, 2rem); font-weight: 700; color: var(--pcg-navy); margin-bottom: 0.5rem; }
.section-header p { color: var(--pcg-text-secondary); max-width: 600px; margin: 0 auto; }
.section-dark .section-header h2, .section-dark .section-title { color: var(--pcg-white); }
.section-dark .section-header p { color: rgba(255,255,255,0.75); }

/* Responsive additions */
@media (max-width: 768px) {
    .contact-grid { grid-template-columns: 1fr; gap: 2rem; }
    .footer-content { grid-template-columns: 1fr; text-align: center; }
    .footer-links { display: grid; grid-template-columns: repeat(2,1fr); gap: 1.5rem; }
    .pricing-table { grid-template-columns: 1fr; }
}

/* ══════════════════════════════════════════════════════════
   DARK MODE — toggled by <body class="dark-mode">
   Stays close to PCG palette:
   Background: deep navy-charcoal (not pure black)
   Accents: orange #FF5538 stays the same
   Text: warm off-white
   Cards: slightly lighter charcoal
   ══════════════════════════════════════════════════════════ */

body.dark-mode {
    --pcg-white:          #1E2D3D;
    --pcg-white-gray:     #162030;
    --pcg-beige-light:    #1A2B3C;
    --pcg-beige-medium:   #1E3145;
    --pcg-text-primary:   #E8EDF2;
    --pcg-text-secondary: #A8B8C8;
    --pcg-text-muted:     #7A90A4;
    --pcg-border:         #2A3F55;
    --pcg-shadow-sm:      0 1px 3px rgba(0,0,0,0.4);
    --pcg-shadow:         0 4px 12px rgba(0,0,0,0.4);
    --pcg-shadow-lg:      0 10px 40px rgba(0,0,0,0.5);
    background: #162030;
    color: #E8EDF2;
}

/* nav dark-mode: handled in nav block above */

/* Sections */
body.dark-mode .section { background: #162030; }
body.dark-mode .section-light { background: #1A2B3C; }
body.dark-mode .section-warm { background: #1E2D3D; }
body.dark-mode .section-dark { background: #0D1720; }

/* Section text */
body.dark-mode .section-tag { background: rgba(255,85,56,0.2); color: var(--pcg-orange); }
body.dark-mode .section-title,
body.dark-mode .section-header h2 { color: #E8EDF2; }
body.dark-mode .section-subtitle,
body.dark-mode .section-header p { color: #A8B8C8; }

/* Hero */
body.dark-mode .hero { background: linear-gradient(135deg, #0A1520 0%, #0D1E30 100%); }
body.dark-mode .hero-mini { background: linear-gradient(135deg, #0A1520 0%, #0D1E30 100%); }
body.dark-mode .hero-card { background: #1A2B3C; }

/* Cards */
body.dark-mode .service-card { background: #1A2B3C; border-color: #2A3F55; }
body.dark-mode .service-card h3 { color: #E8EDF2; }
body.dark-mode .service-card p { color: #A8B8C8; }
body.dark-mode .service-card:hover { border-color: var(--pcg-orange); box-shadow: 0 8px 30px rgba(0,0,0,0.5); }
body.dark-mode .service-link { color: var(--pcg-orange); }

body.dark-mode .feature-item { background: rgba(255,255,255,0.04); border-color: rgba(255,255,255,0.08); }

/* Testimonials */
body.dark-mode .testimonial-card { background: #1A2B3C; box-shadow: 0 4px 16px rgba(0,0,0,0.4); }
body.dark-mode .testimonial-quote { color: #C8D8E8; }
body.dark-mode .testimonial-author h4 { color: #E8EDF2; }

/* CTA section */
body.dark-mode .cta-section { background: linear-gradient(135deg, #1A2B3C, #0F1E2C); border-top: 2px solid var(--pcg-orange); }

/* Footer */
body.dark-mode .footer { background: #0A1520; }
body.dark-mode .footer-bottom { background: #060D14; border-top-color: #1A2B3C; }
body.dark-mode .footer h4 { color: #E8EDF2; }
body.dark-mode .footer a { color: #A8B8C8; }
body.dark-mode .footer a:hover { color: var(--pcg-orange); }

/* FAQ */
body.dark-mode .faq-item { background: #1A2B3C; border-color: #2A3F55; }
body.dark-mode .faq-question { color: #E8EDF2; }
body.dark-mode .faq-question:hover { color: var(--pcg-orange); }
body.dark-mode .faq-answer { background: #162030; border-top-color: #2A3F55; color: #A8B8C8; }

/* Forms (contact page etc.) */
body.dark-mode .contact-form { background: #1A2B3C; }
body.dark-mode .contact-form input,
body.dark-mode .contact-form textarea,
body.dark-mode .contact-form select {
    background: #162030; border-color: #2A3F55; color: #E8EDF2;
}
body.dark-mode .contact-form label { color: #C8D8E8; }
body.dark-mode .contact-form input:focus,
body.dark-mode .contact-form textarea:focus { background: #1A2B3C; border-color: var(--pcg-orange); }
body.dark-mode .contact-info { color: #A8B8C8; }
body.dark-mode .contact-item h4 { color: #E8EDF2; }
body.dark-mode .contact-info h2,
body.dark-mode .contact-form-wrapper h2 { color: #C4A77D; }

/* Pricing / hosting cards */
body.dark-mode .pricing-card { background: #1A2B3C; border-color: #2A3F55; }
body.dark-mode .pricing-card.featured { background: #1E3450; border-color: var(--pcg-orange); }
body.dark-mode .pricing-card h3,
body.dark-mode .pricing-card .price { color: #E8EDF2; }

/* Dark mode toggle button */
.dark-toggle {
    width: 36px; height: 20px;
    background: #2A3F55; border-radius: 10px;
    position: relative; cursor: pointer; border: none;
    transition: background 0.3s; flex-shrink: 0;
}
.dark-toggle::after {
    content: '';
    position: absolute; top: 3px; left: 3px;
    width: 14px; height: 14px; border-radius: 50%;
    background: #A8B8C8; transition: all 0.3s;
}
body.dark-mode .dark-toggle { background: var(--pcg-orange); }
body.dark-mode .dark-toggle::after { left: 19px; background: #fff; }
.dark-toggle-wrap {
    display: flex; align-items: center; gap: 0.3rem;
    font-size: 0.65rem; color: var(--pcg-text-muted);
}
body.dark-mode .dark-toggle-wrap { color: #7A90A4; }

/* ── Logged-in client button indicator ─────────────────────── */
.client-btn.client-logged-in {
  background: rgba(74,222,128,.12);
  border-color: rgba(74,222,128,.35);
  color: #4ade80;
}
.client-btn.client-logged-in i { color: #4ade80; }
.client-btn.client-logged-in span { color: #fff; font-weight: 700; }
.client-dot {
  position: absolute;
  top: 2px; right: 2px;
  width: 8px; height: 8px;
  border-radius: 50%;
  background: #4ade80;
  border: 1.5px solid #0A2540;
  animation: dot-pulse 2.5s ease-in-out infinite;
}
@keyframes dot-pulse {
  0%,100% { opacity: 1; transform: scale(1); }
  50% { opacity: .6; transform: scale(.85); }
}
