/*
Theme Name: TEDNET Modern Security
Author: Jarvis (OpenClaw)
Version: 2.2 (Rebuild + Org Chart)
*/

@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css");

:root {
  --bg-dark: #050a14;
  --bg-card: rgba(16, 32, 56, 0.6);
  --bg-card-hover: rgba(24, 48, 80, 0.8);

  --primary: #0066ff;
  --accent: #00d2ff;
  --accent-glow: rgba(0, 210, 255, 0.4);

  --text-main: #ffffff;
  --text-muted: #94a3b8;
  --border: rgba(255, 255, 255, 0.1);
}

* { margin:0; padding:0; box-sizing:border-box; font-family: 'Pretendard', sans-serif; }

body {
  background-color: var(--bg-dark);
  color: var(--text-main);
  line-height: 1.6;
  overflow-x: hidden;
  background-image:
    radial-gradient(circle at 10% 0%, rgba(0, 102, 255, 0.15) 0%, transparent 50%),
    radial-gradient(circle at 90% 20%, rgba(0, 210, 255, 0.1) 0%, transparent 50%),
    radial-gradient(circle at 50% 120%, rgba(0, 50, 150, 0.2) 0%, transparent 60%);
  background-attachment: fixed;
}

a { text-decoration:none; color:inherit; transition: color .2s; }
a:hover { color: var(--accent); }

.container { width:90%; max-width:1280px; margin:0 auto; position:relative; z-index:2; }

/* Header */
.header {
  background: rgba(5, 10, 20, 0.8);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  padding: 18px 0;
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid var(--border);
}

.nav { display:flex; justify-content:space-between; align-items:center; }
.logo img { height:40px; }

.menu-primary-container, .menu { display:flex; align-items:center; }
.menu {
  list-style:none;
  display:flex;
  gap:32px;
  margin:0;
  padding:0;
}
.menu > li { position: relative; }
.menu > li > a {
  font-weight: 500;
  font-size: 16px;
  position: relative;
  display: block;
  padding: 8px 0;
  color: var(--text-main);
}
.menu > li > a::after {
  content:''; position:absolute; bottom:0; left:0; width:0; height:2px;
  background: var(--accent); transition: width .3s ease;
}
.menu > li > a:hover::after { width:100%; }

/* Dropdown */
.sub-menu {
  position:absolute; top:100%; left:0;
  background: var(--bg-card);
  backdrop-filter: blur(12px);
  min-width:200px;
  border:1px solid var(--border);
  border-radius:8px;
  padding:10px;
  opacity:0; visibility:hidden; transform: translateY(10px);
  transition: all .2s ease;
  box-shadow: 0 10px 30px rgba(0,0,0,0.5);
  display:flex; flex-direction:column; gap:0; z-index:101;
  pointer-events: none;
}
.menu li:hover > .sub-menu { opacity:1; visibility:visible; transform: translateY(0); pointer-events: auto; }
.sub-menu li { display:block; width:100%; }
.sub-menu a {
  display:block; padding:10px 16px; font-size:14px; color: var(--text-muted);
  transition: all .2s;
}
.sub-menu a:hover {
  color:#fff; background: rgba(255,255,255,0.05);
  border-radius:4px; padding-left:20px;
}

.menu .cta a {
  background: linear-gradient(135deg, var(--primary), #0052cc);
  padding: 10px 20px; border-radius:24px; color:#fff !important;
  font-weight:600; box-shadow: 0 4px 12px rgba(0,102,255,0.3);
  transition: transform .2s, box-shadow .2s;
}
.menu .cta a:hover { transform: translateY(-2px); box-shadow: 0 6px 16px rgba(0,102,255,0.5); }
.menu .cta a::after { display:none; }

/* Buttons */
.btn { display:inline-block; padding:12px 28px; border-radius:26px; font-weight:600; }
.primary { background: linear-gradient(135deg, var(--primary), #0052cc); color:#fff; box-shadow: 0 6px 18px rgba(0,102,255,0.35); }
.ghost { border:1px solid rgba(255,255,255,0.4); color:#fff; background: transparent; }

/* Hero */
.hero { padding: 140px 0 100px; position: relative; overflow: visible; }
.hero-inner { display:flex; align-items:center; justify-content:space-between; gap:60px; }
.hero-text { flex:1; position:relative; z-index:2; }
.eyebrow {
  font-size:14px; font-weight:700; letter-spacing:2px; color: var(--accent);
  text-transform: uppercase; margin-bottom:16px; display:inline-block;
  background: rgba(0,210,255,0.1); padding:6px 12px; border-radius:4px;
}
.hero-text h1 {
  font-size:56px; line-height:1.2; font-weight:700; margin-bottom:24px;
  background: linear-gradient(to right, #fff, #b0c4de);
  -webkit-background-clip:text; -webkit-text-fill-color:transparent;
}
.hero-text .sub { font-size:20px; color: var(--text-muted); max-width:540px; margin-bottom:32px; }
.hero-btns { display:flex; gap:16px; }
.hero-badges { margin-top:28px; display:flex; gap:10px; flex-wrap:wrap; }
.hero-badges span {
  background: rgba(255,255,255,0.08); padding:8px 14px; border-radius:999px; font-size:13px; color:#cbd5e1;
}

.hero-visual { position:relative; width:420px; height:280px; }
.glass {
  position:absolute; inset:20px; border-radius:16px; padding:22px;
  background: rgba(255,255,255,0.06); border:1px solid rgba(255,255,255,0.15);
  backdrop-filter: blur(10px); display:flex; flex-direction:column; gap:16px;
}
.stat strong { font-size:24px; }
.stat span { font-size:12px; color:#cbd5e1; }
.orb {
  position:absolute; right:-40px; top:-30px; width:180px; height:180px; border-radius:50%;
  background: radial-gradient(circle, #2b6cb0 0%, transparent 65%); opacity:0.7;
}

/* Sections */
.section { padding: 80px 0; }
.section h2 { margin-bottom: 20px; font-size: 30px; }
.section .section-desc { color: var(--text-muted); margin-bottom: 40px; }
.alt { background: rgba(0, 102, 255, 0.05); border-top:1px solid rgba(255,255,255,0.05); border-bottom:1px solid rgba(255,255,255,0.05); }

/* Grids & Cards */
.grid-2 { display:grid; grid-template-columns: repeat(2, 1fr); gap:24px; }
.grid-3 { display:grid; grid-template-columns: repeat(3, 1fr); gap:24px; }
.grid-4 { display:grid; grid-template-columns: repeat(4, 1fr); gap:24px; }
.card {
  background: var(--bg-card);
  border:1px solid var(--border);
  border-radius:16px;
  padding:24px;
  box-shadow: 0 12px 28px rgba(0,0,0,0.35);
  transition: transform .2s, background .2s;
}
.card:hover { transform: translateY(-4px); background: var(--bg-card-hover); }
.icon {
  font-size:22px; width:42px; height:42px; display:flex; align-items:center; justify-content:center;
  border-radius:10px; margin-bottom:10px;
}

.client-tag {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  padding: 8px 16px;
  border-radius: 4px;
  font-size: 14px;
  color: #cbd5e1;
  transition: all 0.2s;
  cursor: default;
}
.client-tag:hover { background: rgba(0, 210, 255, 0.1); border-color: rgba(0,210,255,0.3); }

/* CI Logo Grid */
.ci-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
}
.case-section { padding: 24px 0 64px; }
.case-section + .case-section { margin-top: 16px; }
.case-section .container { max-width: 1100px; }
.case-title {
  font-size: 22px;
  color: #fff;
  border-bottom: 1px solid rgba(255,255,255,0.12);
  padding-bottom: 12px;
  margin-bottom: 24px;
}
.case-title span { color: #00d2ff; font-size: 14px; letter-spacing: .4px; margin-left: 6px; }
.ci-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
}
.ci-card {
  background: #fff;
  border: 1px solid rgba(255,255,255,0.6);
  border-radius: 12px;
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 120px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}
.ci-card img {
  width: 100%;
  height: 60px;
  object-fit: contain;
  opacity: 1;
}
@media (max-width: 1200px) { .ci-grid { grid-template-columns: repeat(4, 1fr); } }
@media (max-width: 900px) { .ci-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 600px) {
  .ci-grid { grid-template-columns: repeat(2, 1fr); }
  .ci-card { min-height: 110px; }
  .ci-card img { height: 70px; }
  .case-title { font-size: 18px; }
}

/* Company intro */
.ceo-wrap { margin-top: 24px; }
.ceo-card {
  display:flex; gap:24px; align-items:center;
  background: var(--bg-card);
  border:1px solid var(--border);
  border-radius:16px; padding:24px;
}
.ceo-photo img { width:260px; border-radius:12px; display:block; }
.ceo-title { color: var(--accent); font-weight:700; letter-spacing:.5px; margin-bottom:6px; }

/* Renewal Popup */
.renewal-popup {
  position: fixed;
  inset: 0;
  background: rgba(3,6,12,0.65);
  backdrop-filter: blur(4px);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 200;
}
.renewal-popup.show { display: flex; }
.renewal-popup-card {
  width: min(92vw, 520px);
  background: radial-gradient(800px 400px at 10% 0%, rgba(0,210,255,0.12), transparent 55%),
              #0b1220;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 18px;
  padding: 28px 24px 22px;
  color: #fff;
  box-shadow: 0 24px 60px rgba(0,0,0,0.45);
  position: relative;
}
.renewal-close {
  position: absolute;
  top: 10px; right: 12px;
  background: transparent;
  border: 0;
  color: #fff;
  font-size: 22px;
  cursor: pointer;
}
.renewal-badge {
  display: inline-block;
  background: rgba(0,210,255,0.18);
  border: 1px solid rgba(0,210,255,0.35);
  color: #00d2ff;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 12px;
  letter-spacing: .4px;
  margin-bottom: 10px;
}
.renewal-popup-card h3 { margin: 6px 0 10px; font-size: 22px; }
.renewal-popup-card p { color: #cbd5e1; line-height: 1.6; }
.renewal-actions { display: flex; gap: 10px; margin-top: 18px; }
.renewal-btn {
  background: linear-gradient(90deg,#0066ff,#00d2ff);
  color: #fff;
  border: 0;
  padding: 10px 16px;
  border-radius: 10px;
  cursor: pointer;
  font-weight: 700;
}
.renewal-btn.ghost {
  background: transparent;
  border: 1px solid rgba(255,255,255,0.2);
  color: #fff;
}

/* Footer */
.footer, footer, .site-footer { border-top:1px solid var(--border); padding:40px 0; color: var(--text-muted); font-size:14px; }

/* Organization Chart */
.org-chart .section-desc { color: var(--text-muted); margin: 8px 0 28px; }
.org-tree {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 32px 24px 28px;
  position: relative;
  overflow: hidden;
}
.org-node {
  background: rgba(255,255,255,0.04);
  border: 1px solid var(--border);
  padding: 14px 18px;
  border-radius: 12px;
  text-align: center;
  font-weight: 600;
  box-shadow: 0 8px 20px rgba(0,0,0,0.35);
}
.org-node.level-1 {
  font-size: 18px; width: 220px; margin: 0 auto 18px;
  background: linear-gradient(135deg, rgba(0,102,255,0.3), rgba(0,210,255,0.2));
  border-color: rgba(0,210,255,0.35);
}
.org-node.small { font-size: 14px; padding: 10px 12px; }
.org-row { display: flex; gap: 16px; justify-content: center; align-items: stretch; margin: 10px 0; }
.org-row.level-2 .org-node { width: 220px; }
.org-row.level-3 { gap: 24px; }
.org-col { display: flex; flex-direction: column; gap: 10px; min-width: 200px; }
.org-connector { position: relative; height: 20px; }
.org-connector.vertical::before {
  content: ''; position: absolute; left: 50%; top: 0; width: 2px; height: 20px;
  background: linear-gradient(to bottom, rgba(0,210,255,0.8), rgba(0,102,255,0.2));
}
.org-connector.horizontal::before {
  content: ''; position: absolute; left: 10%; right: 10%; top: 0; height: 2px;
  background: linear-gradient(to right, rgba(0,210,255,0.5), rgba(0,102,255,0.2));
}

/* Responsive */
@media (max-width: 1024px) {
  .hero-inner { flex-direction: column; text-align:center; }
  .hero-visual { width:100%; height:240px; }
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .grid-3 { grid-template-columns: repeat(2, 1fr); }
  .ci-grid { grid-template-columns: repeat(3, 1fr); }
  .menu { gap: 18px; }
}
@media (max-width: 900px) {
  .org-row.level-2, .org-row.level-3 { flex-direction: column; }
  .org-row.level-2 .org-node, .org-col { width: 100%; }
  .org-connector.horizontal::before { left: 45%; right: 45%; }
  .ceo-card { flex-direction: column; text-align:center; }
  .ceo-photo img { width: 100%; max-width: 320px; }
}
@media (max-width: 768px) {
  .menu { display:none; }
  .grid-4, .grid-3, .grid-2 { grid-template-columns: 1fr; }
  .ci-grid { grid-template-columns: repeat(2, 1fr); }
  .hero-text h1 { font-size: 36px; }
  .hero-text .sub { font-size: 16px; }
}

/* Mobile Menu */
.mobile-menu-toggle {
  display:none;
  background: transparent;
  color: #fff;
  font-size: 28px;
  border: 0;
  cursor: pointer;
}
.mobile-menu {
  position: fixed;
  inset: 0;
  background: rgba(5,10,20,0.6);
  opacity: 0;
  visibility: hidden;
  transition: opacity .2s ease;
  z-index: 120;
  pointer-events: none;
}
.mobile-menu-inner {
  position: absolute;
  top: 0; right: 0; bottom: 0;
  width: 84vw;
  max-width: 380px;
  background: radial-gradient(600px 300px at 20% 0%, rgba(0,210,255,0.18), transparent 60%),
              rgba(10,16,30,0.98);
  backdrop-filter: blur(14px);
  border-left: 1px solid rgba(255,255,255,0.08);
  box-shadow: -20px 0 40px rgba(0,0,0,0.35);
  padding: 20px 22px;
  transform: translateX(100%);
  transition: transform .28s ease;
}
.mobile-menu-close {
  background: transparent;
  border: 0;
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  float: right;
  transition: transform .2s ease;
}
.mobile-menu-close:active { transform: scale(0.95); }
.mobile-menu-list {
  list-style: none;
  margin: 56px 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.mobile-menu-list > li > a {
  display: block;
  padding: 14px 8px;
  font-size: 18px;
  color: #fff;
  border-radius: 12px;
  background: rgba(255,255,255,0.02);
  border: 1px solid rgba(255,255,255,0.06);
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.mobile-menu-list > li > a:active {
  transform: translateX(2px) scale(0.98);
  box-shadow: 0 8px 18px rgba(0,0,0,0.25);
  background: rgba(0,210,255,0.08);
}
.mobile-menu-list .sub-menu {
  position: static;
  opacity: 1;
  visibility: visible;
  transform: none;
  background: transparent;
  border: none;
  box-shadow: none;
  padding: 6px 0 0 12px;
  pointer-events: auto;
}
.mobile-menu-list .sub-menu a {
  color: #cbd5e1;
  padding: 8px 0;
}
.mobile-menu-open .mobile-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.mobile-menu-open .mobile-menu-inner {
  transform: translateX(0);
}

@media (max-width: 768px) {
  .mobile-menu-toggle { display:block; }
}
@media (min-width: 769px) {
  .mobile-menu { display:none !important; pointer-events:none !important; visibility:hidden !important; }
  .mobile-menu-inner { display:none !important; }
  .mobile-menu-toggle { display:none !important; }
}

/* Mobile Dynamic Styling (<=768px only) */
@media (max-width: 768px) {
  body { background-attachment: fixed; }
  .header { padding: 14px 0; }
  .logo img { height: 36px; }

  /* Dynamic cards */
  .card {
    transform: translateY(0);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
  }
  .card:active {
    transform: translateY(-2px) scale(1.01);
    box-shadow: 0 12px 30px rgba(0,0,0,0.45);
    border-color: rgba(0,210,255,0.4);
  }

  /* Buttons */
  .btn, .menu .cta a, .mobile-menu-list > li > a {
    transition: transform .2s ease, box-shadow .2s ease;
  }
  .btn:active, .menu .cta a:active, .mobile-menu-list > li > a:active {
    transform: translateY(-1px) scale(1.01);
  }

  /* Hero tweaks */
  .hero { padding: 110px 0 70px; }
  .hero-text h1 { font-size: 32px; letter-spacing: -0.5px; }
  .hero-text .sub { font-size: 15px; }
  .hero-btns { gap: 10px; flex-wrap: wrap; }

  /* Sections */
  .section { padding: 70px 0; }
  .section h2 { font-size: 26px; }

  /* Grid cards tighter */
  .grid-3, .grid-4, .grid-2 { gap: 16px; }

  /* Menu overlay polish */
  .mobile-menu {
    background: radial-gradient(1200px 600px at 10% -10%, rgba(0,210,255,0.18), transparent 50%),
                radial-gradient(1200px 600px at 100% 10%, rgba(0,102,255,0.18), transparent 50%),
                rgba(5,10,20,0.92);
    backdrop-filter: blur(10px);
  }
  .mobile-menu-list > li > a {
    font-size: 19px;
    padding: 14px 0;
    letter-spacing: 0.2px;
  }
  .mobile-menu-list .sub-menu a { font-size: 16px; }
}

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

.marquee-wrap {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-bottom: 60px;
}

.marquee-track {
  display: flex;
  gap: 24px;
  width: max-content;
  animation: marquee 180s linear infinite;
  will-change: transform;
}

.marquee-track:hover {
  animation-play-state: paused;
}

.marquee-track .ci-card {
  flex: 0 0 auto;
  width: 260px;
  min-height: 140px;
  padding: 16px;
  transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
  background: #fff;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.marquee-track .ci-card:hover {
  transform: translateY(-5px) scale(1.02);
  box-shadow: 0 15px 35px rgba(0,0,0,0.4);
  border-color: rgba(0,210,255,0.5);
  z-index: 10;
}

.marquee-track .ci-card img {
  height: 80px;
  width: 100%;
  object-fit: contain;
}

/* Disable logo links if any */
.marquee-track a,
.ci-card a {
  pointer-events: none;
}
.ci-card {
  cursor: default;
}

/* Disable hidden overlay links in content (keep buttons/menus) */
body * { cursor: default !important; }
body a {
  pointer-events: none;
  cursor: default !important;
  text-decoration: none;
}

/* Re-enable safe clickable areas */
header a,
.logo a,
.menu a,
.mobile-menu a,
.footer a,
.btn,
.btn-support-link,
.fs-link,
.error-search-form a,
.search-panel a,
form a,
.page-id-23 a,
button,
input[type="submit"],
input[type="button"] {
  pointer-events: auto !important;
  cursor: pointer !important;
}
input, textarea, select { cursor: text !important; }

/* Support Hero Box (Fancy Blue) */
.support-hero-section {
  padding: 80px 0;
  background: #02040a; /* Dark background to make the blue pop */
}

.support-hero-box {
  background: linear-gradient(135deg, #0044aa 0%, #002255 100%);
  border-radius: 24px;
  padding: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 60px;
  box-shadow: 0 20px 50px rgba(0, 30, 100, 0.4);
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.1);
}

/* Glass effect overlay */
.support-hero-box::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: radial-gradient(circle at top right, rgba(0, 210, 255, 0.2), transparent 60%);
  pointer-events: none;
}

.support-content {
  flex: 1;
  position: relative;
  z-index: 1;
}

.support-content h2 {
  font-size: 36px;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 20px;
  line-height: 1.3;
}

.support-content p {
  font-size: 18px;
  color: #aaccff;
  margin-bottom: 30px;
  line-height: 1.6;
}

.btn-support-link {
  display: inline-block;
  color: #fff;
  border: 1px solid rgba(255,255,255,0.3);
  padding: 12px 24px;
  border-radius: 50px;
  font-weight: 600;
  transition: all 0.3s;
  background: rgba(255,255,255,0.05);
}

.btn-support-link:hover {
  background: #fff;
  color: #0044aa;
  box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

.search-panel {
  flex: 0 0 420px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(20px);
  padding: 36px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 10px 30px rgba(0,0,0,0.2);
  position: relative;
  z-index: 2;
}

.search-panel h3 {
  color: #fff;
  font-size: 20px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.search-form {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}

.search-input {
  flex: 1;
  padding: 14px 16px;
  border-radius: 12px;
  border: none;
  background: rgba(255,255,255,0.9);
  color: #333;
  font-size: 15px;
  outline: none;
  box-shadow: inset 0 2px 5px rgba(0,0,0,0.05);
}

.search-input::placeholder {
  color: #888;
}

.btn-search {
  padding: 14px 24px;
  border-radius: 12px;
  border: none;
  background: linear-gradient(135deg, #00d2ff, #0066ff);
  color: #fff;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 5px 15px rgba(0, 100, 255, 0.4);
  transition: transform 0.2s;
}

.btn-search:hover {
  transform: translateY(-2px);
}

.search-footer {
  text-align: center;
  color: rgba(255,255,255,0.7);
  font-size: 14px;
  border-top: 1px solid rgba(255,255,255,0.15);
  padding-top: 15px;
}

@media (max-width: 900px) {
  .support-hero-box {
    flex-direction: column;
    padding: 40px 30px;
    text-align: center;
  }
  .search-panel {
    width: 100%;
    flex: none;
  }
}

/* Support Hero Box (Fancy Blue) - Re-applied */
.support-hero-section {
  padding: 80px 0;
  background: #02040a;
}

.support-hero-box {
  background: linear-gradient(135deg, #0044aa 0%, #002255 100%);
  border-radius: 24px;
  padding: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 60px;
  box-shadow: 0 20px 50px rgba(0, 30, 100, 0.4);
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.1);
}

.support-hero-box::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: radial-gradient(circle at top right, rgba(0, 210, 255, 0.2), transparent 60%);
  pointer-events: none;
}

.support-content { flex: 1; position: relative; z-index: 1; }
.support-content h2 { font-size: 36px; font-weight: 800; color: #ffffff; margin-bottom: 20px; line-height: 1.3; }
.support-content p { font-size: 18px; color: #aaccff; margin-bottom: 30px; line-height: 1.6; }

.btn-support-link {
  display: inline-block; color: #fff; border: 1px solid rgba(255,255,255,0.3);
  padding: 12px 24px; border-radius: 50px; font-weight: 600;
  transition: all 0.3s; background: rgba(255,255,255,0.05);
}
.btn-support-link:hover { background: #fff; color: #0044aa; box-shadow: 0 5px 15px rgba(0,0,0,0.2); }

.search-panel {
  flex: 0 0 420px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(20px);
  padding: 36px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 10px 30px rgba(0,0,0,0.2);
  position: relative; z-index: 2;
}

.search-panel h3 { color: #fff; font-size: 20px; margin-bottom: 20px; display: flex; align-items: center; gap: 8px; }
.search-form { display: flex; gap: 10px; margin-bottom: 20px; }

.search-input {
  flex: 1; padding: 14px 16px; border-radius: 12px; border: none;
  background: rgba(255,255,255,0.9); color: #333; font-size: 15px;
  outline: none; box-shadow: inset 0 2px 5px rgba(0,0,0,0.05);
}
.search-input::placeholder { color: #888; }

.btn-search {
  padding: 14px 24px; border-radius: 12px; border: none;
  background: linear-gradient(135deg, #00d2ff, #0066ff);
  color: #fff; font-weight: 700; cursor: pointer;
  box-shadow: 0 5px 15px rgba(0, 100, 255, 0.4); transition: transform 0.2s;
}
.btn-search:hover { transform: translateY(-2px); }

.search-footer {
  text-align: center; color: rgba(255,255,255,0.7); font-size: 14px;
  border-top: 1px solid rgba(255,255,255,0.15); padding-top: 15px;
}

@media (max-width: 900px) {
  .support-hero-box { flex-direction: column; padding: 40px 30px; text-align: center; }
  .search-panel { width: 100%; flex: none; }
}
/* Fancy Search Box Styles */
.fancy-search-box {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  padding: 50px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  backdrop-filter: blur(10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}

.fancy-search-content {
  display: flex;
  gap: 24px;
  align-items: center;
  z-index: 2;
  flex: 1;
}

.fs-icon {
  font-size: 40px;
  background: linear-gradient(135deg, #00d2ff, #0066ff);
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  box-shadow: 0 10px 20px rgba(0, 102, 255, 0.3);
}

.fs-text h3 {
  font-size: 24px;
  color: #fff;
  margin-bottom: 8px;
}

.fs-text p {
  font-size: 16px;
  color: #94a3b8;
  line-height: 1.5;
  margin: 0;
}

.fancy-search-form-wrap {
  flex: 1;
  z-index: 2;
  max-width: 500px;
}

.fancy-form {
  display: flex;
  gap: 12px;
  margin-bottom: 16px;
  position: relative;
}

.fancy-input {
  flex: 1;
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  padding: 16px 20px;
  border-radius: 12px;
  font-size: 16px;
  outline: none;
  transition: all 0.3s;
}

.fancy-input:focus {
  border-color: #00d2ff;
  background: rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 0 4px rgba(0, 210, 255, 0.1);
}

.fancy-btn {
  background: linear-gradient(90deg, #0066ff, #00d2ff);
  color: white;
  border: none;
  padding: 0 32px;
  border-radius: 12px;
  font-weight: 700;
  font-size: 16px;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s;
}

.fancy-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 102, 255, 0.4);
}

/* Contact Form 7 - TedNet Style */
.wpcf7 form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.contact-grid label {
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: #e2e8f0;
  font-size: 14px;
}
.contact-grid label span { color: #00d2ff; margin-left: 4px; }
.contact-grid .full { grid-column: 1 / -1; }
.wpcf7 input[type="text"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="email"],
.wpcf7 textarea,
.wpcf7 select {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 12px;
  padding: 14px 16px;
  color: #fff;
  font-size: 15px;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.wpcf7 select {
  background-image: linear-gradient(45deg, transparent 50%, #00d2ff 50%),
                    linear-gradient(135deg, #00d2ff 50%, transparent 50%);
  background-position: calc(100% - 18px) calc(50% + 2px), calc(100% - 12px) calc(50% + 2px);
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
  padding-right: 40px;
}
.wpcf7 textarea { min-height: 160px; resize: vertical; }
.wpcf7 input::placeholder,
.wpcf7 textarea::placeholder { color: #94a3b8; }
.wpcf7 input:focus,
.wpcf7 textarea:focus,
.wpcf7 select:focus {
  border-color: #00d2ff;
  box-shadow: 0 0 0 3px rgba(0,210,255,0.15);
}
.wpcf7 input[type="submit"] {
  background: linear-gradient(90deg, #0066ff, #00d2ff);
  color: #fff;
  border: none;
  padding: 14px 28px;
  border-radius: 12px;
  font-weight: 700;
  cursor: pointer;
  align-self: flex-start;
}
.wpcf7 .wpcf7-response-output { color: #cbd5e1; border-color: rgba(255,255,255,0.2); }
@media (max-width: 768px) {
  .contact-grid { grid-template-columns: 1fr; }
  .wpcf7 input[type="submit"] { width: 100%; }
}

.fs-links {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  font-size: 14px;
  color: #64748b;
}

.fs-link {
  color: #00d2ff;
  font-weight: 600;
  text-decoration: none;
}
.fs-link:hover { text-decoration: underline; }

/* Background Blobs */
.fs-decoration {
  position: absolute;
  border-radius: 50%;
  filter: blur(60px);
  z-index: 1;
  opacity: 0.4;
}

.fs-blob-1 {
  width: 300px;
  height: 300px;
  background: #0066ff;
  top: -100px;
  right: -50px;
}

.fs-blob-2 {
  width: 200px;
  height: 200px;
  background: #00d2ff;
  bottom: -80px;
  left: -40px;
}

@media (max-width: 900px) {
  .fancy-search-box {
    flex-direction: column;
    text-align: center;
    padding: 30px;
  }
  .fancy-search-content { flex-direction: column; }
  .fancy-search-form-wrap { width: 100%; }
  .fs-links { justify-content: center; width: 100%; margin-top: 12px; flex-wrap: wrap; }
}
@media (max-width: 600px) {
  .fs-links { font-size: 13px; }
}
