/* ================================================
   CORPITALL KURUMSAL - Global Stylesheet
   Corpitall.com'a entegre kurumsal tasarım
   ================================================ */

:root {
  --primary: #0093cb;
  --primary-dark: #0077a2;
  --dark: #0A2135;
  --dark-deep: rgb(13, 18, 28);
  --bg-light: #fafbfc;
  --bg-section: #f8fafc;
  --text-primary: #1a202c;
  --text-secondary: #2d3748;
  --text-muted: #4a5568;
  --text-light: #718096;
  --accent-green: #67aa78;
  --accent-purple: #815fe0;
}

/* Kurumsal tema - [data-theme="corp"] ile özgüllük artırılır (Vuetify override) */
.v-application[data-theme="corp"] {
  font-family: 'Outfit', sans-serif !important;
  background: var(--bg-light) !important;
}

/* ==================== NAVBAR ==================== */
.v-application[data-theme="corp"] .corp-navbar {
  position: fixed; top: 0; left: 0; right: 0; width: 100%; z-index: 1000;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  background: transparent;
}
.v-application[data-theme="corp"] .corp-navbar.scrolled {
  background: linear-gradient(180deg, rgba(7,25,40,0.97) 52%, rgba(26,35,51,0.97) 100%);
  backdrop-filter: blur(14px);
  box-shadow: 0 4px 30px rgba(0,0,0,0.15);
}
.v-application[data-theme="corp"] .nav-inner {
  width: 100%; padding: 0 24px; box-sizing: border-box;
  display: flex; align-items: center; justify-content: flex-start; height: 72px;
  position: relative;
  gap: 0;
}
.v-application[data-theme="corp"] .nav-logo { flex-shrink: 0; z-index: 2; }
.v-application[data-theme="corp"] .nav-logo img { height: 48px; transition: height 0.3s; }
.v-application[data-theme="corp"] .corp-navbar.scrolled .nav-logo img { height: 42px; }
.v-application[data-theme="corp"] .nav-center {
  flex: 0 1 auto;
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start !important;
  margin-right: auto;
}
.v-application[data-theme="corp"] .nav-links {
  display: flex;
  gap: 2px;
  align-items: center;
  justify-content: flex-start !important;
  white-space: nowrap;
  margin-left: 0;
}
.v-application[data-theme="corp"] .nav-extra { display: flex; gap: 12px; align-items: center; flex-shrink: 0; z-index: 2; margin-right: 48px; }
@media (max-width: 960px) {
  .v-application[data-theme="corp"] .nav-extra { display: none; }
}
.v-application[data-theme="corp"] .nav-item {
  color: rgba(255,255,255,0.88); text-decoration: none; font-weight: 500; font-size: 0.9rem;
  padding: 8px 14px; border-radius: 8px; transition: all 0.25s;
  position: relative; cursor: pointer; display: flex; align-items: center; gap: 4px;
  background: none; border: none; font-family: 'Outfit', sans-serif;
}
.v-application[data-theme="corp"] .nav-item::after {
  content: ''; position: absolute; bottom: 4px; left: 50%; width: 0; height: 2px;
  background: var(--primary); transition: all 0.3s; transform: translateX(-50%);
}
.v-application[data-theme="corp"] .nav-item:hover::after,
.v-application[data-theme="corp"] .nav-item.active::after { width: 55%; }
.v-application[data-theme="corp"] .nav-item:hover,
.v-application[data-theme="corp"] .nav-item.active { color: #fff; }
.v-application[data-theme="corp"] .nav-item.active { transform: none; }
.v-application[data-theme="corp"] .nav-cta {
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%) !important;
  color: #fff !important; font-weight: 600 !important; border-radius: 10px !important;
  padding: 9px 20px !important; text-transform: none !important; letter-spacing: 0 !important;
  box-shadow: 0 3px 12px rgba(0,147,203,0.25) !important; font-size: 0.88rem !important;
  text-decoration: none; display: inline-flex; align-items: center; gap: 6px; transition: all 0.25s;
}
.v-application[data-theme="corp"] .nav-cta:hover { transform: translateY(-1px); box-shadow: 0 5px 18px rgba(0,147,203,0.35) !important; }
.v-application[data-theme="corp"] .nav-cta-wrapper { display: inline-flex; }
.v-application[data-theme="corp"] .nav-cta-wrapper .nav-cta {
  display: inline-flex; align-items: center; gap: 6px;
  cursor: pointer; font-family: inherit;
}
.v-application[data-theme="corp"] .nav-cta-dropdown {
  left: auto; right: 0; top: 100%; margin-top: 2px;
  min-width: 240px; padding: 10px;
  transform: translateY(0);
}
.v-application[data-theme="corp"] .nav-dropdown-wrapper:hover .nav-cta-dropdown,
.v-application[data-theme="corp"] .nav-cta-wrapper:hover .nav-cta-dropdown {
  opacity: 1; visibility: visible;
}

/* Mega Dropdown - minimal tasarım */
.v-application[data-theme="corp"] .nav-dropdown-wrapper { position: relative; }
.v-application[data-theme="corp"] .mega-dropdown {
  position: absolute; top: 100%; left: 50%; margin-top: 2px;
  transform: translateX(-50%);
  background: rgba(10, 33, 53, 0.98); backdrop-filter: blur(12px);
  border: 1px solid rgba(255,255,255,0.06); border-radius: 8px;
  padding: 8px; min-width: 220px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.25);
  opacity: 0; visibility: hidden;
  transition: opacity 0.2s, visibility 0.2s;
  pointer-events: none;
}
.v-application[data-theme="corp"] .mega-dropdown.wide { min-width: 420px; padding: 10px; }
.v-application[data-theme="corp"] .mega-dropdown.wide-3col { min-width: 560px; padding: 10px; }
.v-application[data-theme="corp"] .dropdown-grid.three-col { grid-template-columns: 1fr 1fr 1fr; }
.v-application[data-theme="corp"] .nav-dropdown-wrapper:hover .mega-dropdown {
  opacity: 1; visibility: visible;
  pointer-events: auto;
}
.v-application[data-theme="corp"] .dropdown-grid { display: grid; gap: 2px; }
.v-application[data-theme="corp"] .dropdown-grid.two-col { grid-template-columns: 1fr 1fr; }
.v-application[data-theme="corp"] .dropdown-item {
  display: flex; align-items: flex-start; gap: 10px; padding: 8px 10px;
  border-radius: 6px; text-decoration: none; transition: background 0.15s; cursor: pointer;
  color: inherit;
}
.v-application[data-theme="corp"] .dropdown-item:hover { background: rgba(0,147,203,0.08); color: inherit; }
.v-application[data-theme="corp"] .dropdown-item--no-icon { padding-left: 14px; }
.v-application[data-theme="corp"] .dropdown-icon {
  width: 32px; height: 32px; min-width: 32px; border-radius: 6px; display: flex;
  align-items: center; justify-content: center; font-size: 16px; color: #fff; flex-shrink: 0;
}
.v-application[data-theme="corp"] .dropdown-icon .v-icon,
.v-application[data-theme="corp"] .dropdown-icon .mdi { font-size: 16px; }
.v-application[data-theme="corp"] .dropdown-label { font-size: 0.85rem; font-weight: 600; color: #fff; margin-bottom: 1px; }
.v-application[data-theme="corp"] .dropdown-desc { font-size: 0.72rem; color: rgba(255,255,255,0.4); line-height: 1.3; }
.v-application[data-theme="corp"] .dropdown-divider { height: 1px; background: rgba(255,255,255,0.06); margin: 4px 0; }

/* ==================== PAGE THUMBNAIL ==================== */
.v-application[data-theme="corp"] .page-thumbnail {
  background: linear-gradient(160deg, #04111d 0%, #071928 25%, #0A2135 50%, #0d3050 75%, #0b6d9e 100%);
  margin-top: -80px;
  padding: 120px 0 0;
  position: relative; overflow: hidden;
}

/* Decorative orbs */
.v-application[data-theme="corp"] .page-thumb-orb {
  position: absolute; border-radius: 50%; pointer-events: none;
}
.v-application[data-theme="corp"] .page-thumb-orb.orb-a {
  top: -30%; right: -8%; width: 500px; height: 500px;
  background: radial-gradient(circle, rgba(0,147,203,0.15) 0%, transparent 65%);
  filter: blur(40px);
}
.v-application[data-theme="corp"] .page-thumb-orb.orb-b {
  bottom: -40%; left: -5%; width: 350px; height: 350px;
  background: radial-gradient(circle, rgba(103,170,120,0.1) 0%, transparent 65%);
  filter: blur(50px);
}

/* Subtle grid pattern */
.v-application[data-theme="corp"] .page-thumb-grid {
  position: absolute; inset: 0; pointer-events: none; opacity: 0.03;
  background-image:
    linear-gradient(rgba(255,255,255,0.5) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.5) 1px, transparent 1px);
  background-size: 60px 60px;
}

/* Watermark logo */
.v-application[data-theme="corp"] .page-thumb-watermark {
  position: absolute; pointer-events: none; user-select: none;
  right: 3%; bottom: 8px;
  height: 160px; width: auto;
  opacity: 0.04;
  filter: brightness(2) grayscale(1);
}

.v-application[data-theme="corp"] .page-thumb-inner {
  max-width: 1400px; margin: 0 auto; padding: 0 32px 36px;
  display: flex; align-items: center; justify-content: space-between;
  position: relative; z-index: 2;
}

.v-application[data-theme="corp"] .page-thumb-left { display: flex; align-items: flex-start; gap: 22px; }

/* Breadcrumb */
.v-application[data-theme="corp"] .page-thumb-breadcrumb {
  display: flex; align-items: center; gap: 0; flex-wrap: wrap;
  margin-bottom: 8px; font-size: 0.78rem;
}
.v-application[data-theme="corp"] .page-thumb-breadcrumb a {
  color: rgba(255,255,255,0.4); text-decoration: none; transition: color 0.2s;
}
.v-application[data-theme="corp"] .page-thumb-breadcrumb a:hover { color: #0093cb; }
.v-application[data-theme="corp"] .page-thumb-breadcrumb .sep {
  margin: 0 8px; color: rgba(255,255,255,0.2); font-size: 0.7rem;
}
.v-application[data-theme="corp"] .page-thumb-breadcrumb .current {
  color: rgba(255,255,255,0.6); font-weight: 500;
}

.v-application[data-theme="corp"] .page-thumb-title {
  font-size: 1.75rem; font-weight: 800; color: #fff; margin: 0 0 6px;
  letter-spacing: -0.3px;
  text-shadow: 0 2px 12px rgba(0,0,0,0.2);
}
.v-application[data-theme="corp"] .page-thumb-sub {
  font-size: 0.92rem; color: rgba(255,255,255,0.5); margin: 0;
  line-height: 1.5; max-width: 520px;
}

/* Stats with dividers */
.v-application[data-theme="corp"] .page-thumb-stats { display: flex; gap: 0; }
.v-application[data-theme="corp"] .page-thumb-stat {
  padding: 0 28px; position: relative;
}
.v-application[data-theme="corp"] .page-thumb-stat:not(:last-child)::after {
  content: ''; position: absolute; right: 0; top: 10%; height: 80%;
  width: 1px; background: rgba(255,255,255,0.1);
}
.v-application[data-theme="corp"] .page-thumb-stat:first-child { padding-left: 0; }
.v-application[data-theme="corp"] .page-thumb-stat:last-child { padding-right: 0; }
.v-application[data-theme="corp"] .page-thumb-stat-val {
  font-size: 1.5rem; font-weight: 800; color: #0093cb; text-align: center;
  text-shadow: 0 0 20px rgba(0,147,203,0.3);
}
.v-application[data-theme="corp"] .page-thumb-stat-lbl {
  font-size: 0.72rem; color: rgba(255,255,255,0.4); text-align: center; margin-top: 3px;
  text-transform: uppercase; letter-spacing: 0.5px;
}

/* Bottom gradient accent line */
.v-application[data-theme="corp"] .page-thumb-bottom-line {
  height: 3px; position: relative; z-index: 2;
  background: linear-gradient(90deg,
    transparent 0%,
    rgba(0,147,203,0.6) 20%,
    rgba(0,147,203,0.9) 50%,
    rgba(103,170,120,0.6) 80%,
    transparent 100%
  );
}

@media (max-width: 959px) {
  .v-application[data-theme="corp"] .page-thumbnail {
    margin-top: -64px;
    padding: 96px 0 0;
  }
  .v-application[data-theme="corp"] .page-thumb-inner {
    flex-direction: column; align-items: flex-start; gap: 16px;
    padding: 0 20px 28px;
  }
  .v-application[data-theme="corp"] .page-thumb-title { font-size: 1.4rem; }
  .v-application[data-theme="corp"] .page-thumb-sub { font-size: 0.85rem; }
  .v-application[data-theme="corp"] .page-thumb-watermark { height: 100px; right: 5%; opacity: 0.03; }
  .v-application[data-theme="corp"] .page-thumb-breadcrumb { margin-bottom: 6px; font-size: 0.72rem; }
}

/* ==================== PAGE HERO (legacy) ==================== */
.page-hero {
  margin-top: -80px;
  padding: 120px 24px 48px; text-align: center;
  background: linear-gradient(135deg, #071928 0%, #0A2135 50%, #0e3455 100%);
  position: relative; overflow: hidden;
}
.page-hero::before {
  content: ''; position: absolute; top: -20%; right: -10%; width: 400px; height: 400px;
  background: radial-gradient(circle, rgba(0,147,203,0.08) 0%, transparent 70%); border-radius: 50%;
}
.page-hero h1 { font-size: 2rem; font-weight: 700; color: #fff; position: relative; z-index: 2; margin-bottom: 8px; }
.page-hero p { font-size: 0.95rem; color: rgba(255,255,255,0.55); position: relative; z-index: 2; }

/* ==================== CONTACT PAGE ==================== */
.contact-main { padding: 48px 24px 80px; background: #f8fafc; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; max-width: 1100px; margin: 0 auto; align-items: start; }
@media (max-width: 960px) { .contact-grid { grid-template-columns: 1fr; } }
.contact-info-block { display: flex; flex-direction: column; gap: 24px; }
.contact-item { display: flex; align-items: flex-start; gap: 14px; }
.contact-item-icon {
  width: 40px; height: 40px; border-radius: 10px;
  background: rgba(0,147,203,0.08); color: var(--primary);
  display: flex; align-items: center; justify-content: center; font-size: 18px; flex-shrink: 0;
}
.contact-item-text strong { display: block; font-size: 0.78rem; font-weight: 600; color: var(--text-muted); text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 4px; }
.contact-item-text a, .contact-item-text span { font-size: 0.95rem; color: var(--text-primary); text-decoration: none; line-height: 1.5; }
.contact-item-text a:hover { color: var(--primary); }
.contact-social { display: flex; gap: 10px; margin-top: 8px; }
.contact-social a {
  width: 36px; height: 36px; border-radius: 8px; background: rgba(0,147,203,0.06);
  display: flex; align-items: center; justify-content: center; font-size: 18px; color: var(--text-muted);
  text-decoration: none; transition: all 0.2s;
}
.contact-social a:hover { background: rgba(0,147,203,0.12); color: var(--primary); }
.form-card {
  background: #fff; border-radius: 16px; padding: 32px 28px;
  border: 1px solid rgba(0,0,0,0.04); box-shadow: 0 1px 3px rgba(0,0,0,0.04);
}
.form-card h2 { font-size: 1.25rem; font-weight: 700; color: var(--text-primary); margin-bottom: 6px; }
.form-card h2 span { color: var(--primary); }
.form-card .form-subtitle { font-size: 0.88rem; color: var(--text-muted); margin-bottom: 24px; line-height: 1.5; }
.map-wrap { background: #fff; border-radius: 16px; overflow: hidden; border: 1px solid rgba(0,0,0,0.04); box-shadow: 0 1px 3px rgba(0,0,0,0.04); }
.map-wrap iframe { width: 100%; height: 200px; border: 0; display: block; }
.map-addr { padding: 16px 20px; font-size: 0.88rem; color: var(--text-muted); line-height: 1.5; }
.form-success { text-align: center; padding: 32px 20px; }
.form-success .mdi { font-size: 48px; color: var(--accent-green); margin-bottom: 12px; }
.form-success h3 { font-size: 1.1rem; font-weight: 700; margin-bottom: 6px; color: var(--text-primary); }
.form-success p { color: var(--text-muted); font-size: 0.9rem; }

/* ==================== SECTIONS ==================== */
.section { padding: 100px 0; }
.section-white { background: #fff; }
.section-alt { background: var(--bg-section); }
.section-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(0,147,203,0.07); color: var(--primary); font-weight: 700;
  font-size: 0.78rem; letter-spacing: 2.5px; text-transform: uppercase;
  padding: 8px 22px; border-radius: 30px; margin-bottom: 16px;
}
.section-title { font-size: clamp(1.8rem, 3.5vw, 2.6rem); font-weight: 800; color: var(--text-primary); line-height: 1.2; margin-bottom: 16px; }
.section-title .hl { color: var(--primary); }
.section-desc { font-size: 1.1rem; color: var(--text-muted); line-height: 1.75; max-width: 600px; }

/* ==================== HERO ==================== */
.hero-section {
  min-height: 105vh; max-height: 105vh; display: flex; align-items: center;
  background: linear-gradient(135deg, #04111d 0%, #071928 20%, #0A2135 45%, #0e3455 75%, #0b6d9e 100%);
  position: relative; overflow: hidden; padding: 48px 0 56px;
}
.hero-short { min-height: 45vh; padding: 120px 0 60px; }
.hero-bg-orb { position: absolute; border-radius: 50%; filter: blur(80px); pointer-events: none; }
.orb-1 { top: -15%; right: -8%; width: 700px; height: 700px; background: rgba(0,147,203,0.12); }
.orb-2 { bottom: -20%; left: -5%; width: 500px; height: 500px; background: rgba(103,170,120,0.08); }
.orb-3 { top: 40%; left: 30%; width: 300px; height: 300px; background: rgba(129,95,224,0.06); }
.hero-content { position: relative; z-index: 2; text-align: left; }
.hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(0,147,203,0.15); border: 1px solid rgba(0,147,203,0.25);
  border-radius: 30px; padding: 8px 20px; font-size: 0.85rem; color: #7ec8e3;
  font-weight: 500; margin-bottom: 28px;
}
.hero-badge .dot { width: 8px; height: 8px; border-radius: 50%; background: #4dd0e1; animation: pulse-dot 2s infinite; }
@keyframes pulse-dot { 0%,100%{ opacity:1; } 50%{ opacity:0.3; } }
.hero-title { font-size: clamp(2.4rem, 5vw, 3.8rem); font-weight: 900; color: #fff; line-height: 1.1; margin-bottom: 24px; letter-spacing: -1px; }
.hero-title .hl, .hero-title .highlight { color: var(--primary); }
.hero-title .hl-green, .hero-title .highlight-green { color: var(--accent-green); }
.hero-subtitle { font-size: clamp(1rem, 2vw, 1.2rem); color: rgba(255,255,255,0.6); line-height: 1.75; margin-bottom: 40px; max-width: 540px; font-weight: 400; }
.btn-hero-primary {
  display: inline-flex; align-items: center; gap: 8px;
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
  color: #fff; padding: 12px 28px; border-radius: 12px; font-weight: 700;
  font-size: 0.9rem; text-decoration: none; transition: all 0.3s;
  box-shadow: 0 6px 24px rgba(0,147,203,0.3); border: none; cursor: pointer;
  font-family: 'Outfit', sans-serif;
}
.btn-hero-primary:hover { transform: translateY(-3px); box-shadow: 0 14px 40px rgba(0,147,203,0.45); }
.btn-hero-outline {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(255,255,255,0.05); color: rgba(255,255,255,0.85);
  padding: 12px 28px; border-radius: 12px; font-weight: 600; font-size: 0.9rem;
  text-decoration: none; transition: all 0.3s; border: 1.5px solid rgba(255,255,255,0.15);
  cursor: pointer; backdrop-filter: blur(8px); font-family: 'Outfit', sans-serif;
}
.btn-hero-outline:hover { border-color: var(--primary); color: #fff; background: rgba(0,147,203,0.08); }
.hero-buttons { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 48px; }
.hero-stats {
  display: flex; gap: 48px; padding-top: 36px;
  border-top: 1px solid rgba(255,255,255,0.08);
}
.stat-number { font-size: 2.4rem; font-weight: 900; color: var(--primary); line-height: 1; }
.stat-label { font-size: 0.82rem; color: rgba(255,255,255,0.4); margin-top: 6px; font-weight: 500; }

/* ==================== CARDS ==================== */
.corp-card {
  background: #fff; border-radius: 14px; padding: 24px 20px;
  box-shadow: 0 1px 10px rgba(0,0,0,0.03); border: 1px solid rgba(0,0,0,0.04);
  transition: all 0.3s cubic-bezier(0.4,0,0.2,1); height: 100%; position: relative; overflow: hidden;
}
.corp-card:hover { transform: translateY(-3px); box-shadow: 0 8px 28px rgba(0,0,0,0.06); }
.feature-card {
  background: #fff; border-radius: 14px; padding: 24px 20px;
  box-shadow: 0 1px 10px rgba(0,0,0,0.03); border: 1px solid rgba(0,0,0,0.04);
  transition: all 0.3s; height: 100%; position: relative; overflow: hidden;
}
.feature-card::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px;
  background: linear-gradient(90deg, var(--primary), var(--primary-dark)); opacity: 0; transition: opacity 0.3s;
}
.feature-card:hover { transform: translateY(-3px); box-shadow: 0 8px 28px rgba(0,0,0,0.06); }
.feature-card:hover::before { opacity: 1; }

/* ==================== CTA BAR ==================== */
.corp-cta-bar {
  background: linear-gradient(135deg, #04111d 0%, #071928 30%, #0A2135 60%, #0d3050 100%);
  position: relative; overflow: hidden;
}
.corp-cta-accent {
  position: absolute; top: 0; left: 0; right: 0; height: 2px;
  background: linear-gradient(90deg, transparent 0%, #0093cb 30%, #67aa78 70%, transparent 100%);
  opacity: 0.5;
}
.corp-cta-glow {
  position: absolute; top: -60%; right: 5%; width: 300px; height: 300px;
  background: radial-gradient(circle, rgba(0,147,203,0.08) 0%, transparent 70%);
  border-radius: 50%; pointer-events: none; filter: blur(30px);
}
.corp-cta-inner {
  max-width: 1400px; margin: 0 auto; padding: 0 36px;
  display: flex; align-items: stretch;
  position: relative; z-index: 2;
}

/* Panels */
.corp-cta-panel {
  flex: 1; display: flex; align-items: center; gap: 14px;
  padding: 22px 20px; text-decoration: none;
  position: relative; transition: all 0.3s ease;
}
.corp-cta-panel + .corp-cta-panel::before {
  content: ''; position: absolute; left: 0; top: 20%; bottom: 20%;
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(255,255,255,0.08) 30%, rgba(255,255,255,0.08) 70%, transparent);
}
.corp-cta-panel:hover { background: rgba(255,255,255,0.03); }
.corp-cta-panel-icon {
  display: flex; align-items: center; justify-content: center;
  width: 36px; height: 36px; border-radius: 10px; flex-shrink: 0;
  background: rgba(0,147,203,0.12);
  border: 1px solid rgba(0,147,203,0.15);
  transition: all 0.3s;
}
.corp-cta-panel-icon .v-icon { color: #0093cb; transition: color 0.3s; }
.corp-cta-panel:hover .corp-cta-panel-icon {
  background: rgba(0,147,203,0.2); border-color: rgba(0,147,203,0.3);
}
.corp-cta-panel-text { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.corp-cta-panel-title {
  font-size: 0.82rem; font-weight: 650; color: #fff; line-height: 1.3;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.corp-cta-panel-desc {
  font-size: 0.72rem; color: rgba(255,255,255,0.35); line-height: 1.3;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.corp-cta-panel:hover .corp-cta-panel-desc { color: rgba(255,255,255,0.5); }
.corp-cta-panel-arrow {
  color: rgba(255,255,255,0.15); margin-left: auto; flex-shrink: 0;
  transition: all 0.3s;
}
.corp-cta-panel:hover .corp-cta-panel-arrow { color: #0093cb; transform: translateX(2px); }

/* Logo side */
.corp-cta-logo-side {
  flex-shrink: 0; display: flex; align-items: center; justify-content: center;
  padding: 0 24px; position: relative;
}
.corp-cta-logo-side::before {
  content: ''; position: absolute; left: 0; top: 20%; bottom: 20%;
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(255,255,255,0.08) 30%, rgba(255,255,255,0.08) 70%, transparent);
}
.corp-cta-logo-side img {
  height: 48px; width: auto; opacity: 0.08;
  filter: brightness(2) grayscale(1);
  user-select: none; pointer-events: none;
  transition: opacity 0.4s;
}
.corp-cta-bar:hover .corp-cta-logo-side img { opacity: 0.14; }

@media (max-width: 959px) {
  .corp-cta-inner { flex-direction: column; padding: 0; }
  .corp-cta-panel { padding: 16px 24px; }
  .corp-cta-panel + .corp-cta-panel::before {
    top: 0; bottom: auto; left: 15%; right: 15%; width: auto; height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.06) 30%, rgba(255,255,255,0.06) 70%, transparent);
  }
  .corp-cta-logo-side { padding: 12px 24px; }
  .corp-cta-logo-side::before {
    top: 0; left: 15%; right: 15%; bottom: auto; width: auto; height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.06) 30%, rgba(255,255,255,0.06) 70%, transparent);
  }
  .corp-cta-logo-side img { height: 36px; opacity: 0.06; }
  .corp-cta-glow { width: 200px; height: 200px; right: -5%; }
}

/* Legacy CTA (backward compat) */
.cta-section {
  background: linear-gradient(135deg, #071928, #0A2135 40%, #0e3455);
  padding: 80px 0; text-align: center; position: relative; overflow: hidden;
}
.cta-section::before {
  content: ''; position: absolute; top: 50%; left: 50%; width: 600px; height: 600px;
  background: radial-gradient(circle, rgba(0,147,203,0.08) 0%, transparent 70%);
  transform: translate(-50%, -50%); border-radius: 50%;
}
.cta-section h2 { color: #fff; font-size: 2.2rem; font-weight: 800; margin-bottom: 14px; position: relative; z-index: 1; }
.cta-section p { color: rgba(255,255,255,0.5); font-size: 1.05rem; margin-bottom: 36px; position: relative; z-index: 1; }

/* ==================== FOOTER ==================== */
.corp-footer {
  background: var(--dark-deep); padding: 64px 0 0; color: rgba(255,255,255,0.7);
  position: relative; overflow: hidden;
}
.corp-footer::before {
  content: ''; position: absolute; top: -100px; right: -100px; width: 400px; height: 400px;
  background: radial-gradient(circle, rgba(0,147,203,0.05) 0%, transparent 70%); border-radius: 50%;
}
.footer-logo img { height: 48px; margin-bottom: 18px; }
.footer-social { display: flex; gap: 8px; margin-bottom: 22px; }
.footer-social a {
  width: 36px; height: 36px; border-radius: 50%; border: 1px solid rgba(175,211,243,0.25);
  display: flex; align-items: center; justify-content: center; color: #afd3f3;
  text-decoration: none; transition: all 0.3s; font-size: 15px;
}
.footer-social a:hover { background: var(--primary); border-color: var(--primary); color: #fff; }
.footer-contact { list-style: none; padding: 0; }
.footer-contact li { display: flex; align-items: flex-start; gap: 10px; margin-bottom: 12px; font-size: 0.85rem; color: rgba(255,255,255,0.55); }
.footer-contact .mdi { color: var(--primary); font-size: 17px; margin-top: 2px; }
.footer-heading { color: #fff; font-size: 1rem; font-weight: 700; margin-bottom: 18px; }
.footer-links { list-style: none; padding: 0; }
.footer-links li { margin-bottom: 9px; }
.footer-links a { color: #afd3f3; text-decoration: none; font-size: 0.88rem; transition: color 0.3s; }
.footer-links a:hover { color: var(--primary); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.06); margin-top: 48px; padding: 22px 24px; text-align: center; }
.footer-disclaimer { font-size: 0.75rem; color: rgba(255,255,255,0.25); max-width: 780px; margin: 0 auto 10px; line-height: 1.6; font-style: italic; }
.footer-copy { font-size: 0.82rem; color: rgba(255,255,255,0.35); }
.footer-copy a { color: var(--primary); text-decoration: none; }

/* ==================== FLOATING CONTACT ==================== */
.corp-float-contact {
  position: fixed; bottom: 24px; right: 24px; z-index: 999;
  display: flex; flex-direction: column-reverse; gap: 10px; align-items: flex-end;
}
.corp-float-btn {
  width: 52px; height: 52px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 22px; color: #fff; cursor: pointer;
  box-shadow: 0 4px 20px rgba(0,147,203,0.4);
  transition: all 0.3s; border: none;
}
.corp-float-btn:hover { transform: scale(1.08); box-shadow: 0 6px 28px rgba(0,147,203,0.5); }
.corp-float-btn.phone { background: linear-gradient(135deg, var(--primary), var(--primary-dark)); }
.corp-float-btn.chat { background: linear-gradient(135deg, var(--accent-green), #4e9060); }
.corp-float-btn.edit {
  background: #64748b;
  text-decoration: none;
}
.corp-float-btn.edit:hover { background: #475569; }
.corp-float-btn.edit.active {
  background: linear-gradient(135deg, var(--primary), var(--primary-dark));
}
.corp-contact-dropdown {
  position: absolute; bottom: calc(100% + 12px); right: 0; z-index: 1001;
  min-width: 260px; max-width: 320px;
  background: #fff; border-radius: 14px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.15);
  border: 1px solid rgba(0,0,0,0.06);
  opacity: 0; visibility: hidden; transform: translateY(8px);
  transition: all 0.25s cubic-bezier(0.4,0,0.2,1);
  pointer-events: none;
}
.corp-contact-dropdown.open {
  opacity: 1; visibility: visible; transform: translateY(0);
  pointer-events: auto;
}
.corp-contact-dropdown-inner { padding: 16px 18px; position: relative; }
.corp-contact-dropdown h3 { font-size: 0.88rem; font-weight: 700; color: var(--text-primary); margin-bottom: 12px; padding-right: 28px; line-height: 1.3; }
.corp-contact-dropdown-close {
  position: absolute; top: 12px; right: 12px;
  width: 26px; height: 26px; border-radius: 6px;
  border: none; background: rgba(0,0,0,0.05);
  cursor: pointer; display: flex; align-items: center; justify-content: center;
  font-size: 16px; color: var(--text-muted); transition: all 0.2s;
}
.corp-contact-dropdown-close:hover { background: rgba(0,0,0,0.1); }
.corp-contact-item { display: flex; align-items: flex-start; gap: 10px; padding: 10px 0; border-bottom: 1px solid rgba(0,0,0,0.05); }
.corp-contact-item:last-child { border-bottom: none; }
.corp-contact-item .mdi { font-size: 18px; color: var(--primary); margin-top: 2px; flex-shrink: 0; }
.corp-contact-item a { color: var(--text-secondary); text-decoration: none; font-size: 0.85rem; line-height: 1.4; transition: color 0.2s; }
.corp-contact-item a:hover { color: var(--primary); }
.corp-contact-item span { font-size: 0.82rem; color: var(--text-secondary); line-height: 1.4; }
.corp-contact-dropdown-backdrop {
  position: fixed; inset: 0; z-index: 998;
  background: transparent; opacity: 0; pointer-events: none;
  transition: opacity 0.2s;
}
.corp-contact-dropdown-backdrop.open { opacity: 1; pointer-events: auto; }

/* ==================== RESPONSIVE ==================== */
@media (max-width: 960px) {
  .nav-links { display: none; }
  .mobile-menu-btn { display: block; }
}
@media (max-width: 600px) {
  .corp-float-contact { bottom: 16px; right: 16px; gap: 8px; }
  .corp-float-btn { width: 46px; height: 46px; font-size: 20px; }
  .section { padding: 60px 0; }
  .hero-section { padding: 56px 0 40px; }
  .hero-buttons { flex-direction: column; }
  .hero-stats { gap: 20px; }
  .stat-number { font-size: 1.8rem; }
}
