/* ==========================================================================
   AS Ejendomsservice ApS - Main Stylesheet
   Modern Scandinavian Corporate & Property Services Design System
   ========================================================================== */

:root {
  /* Color Palette */
  --primary-900: #0b132b;
  --primary-800: #0f172a;
  --primary-700: #1e293b;
  --primary-600: #334155;
  --primary-500: #475569;
  
  --accent-green: #059669;
  --accent-green-hover: #047857;
  --accent-green-light: #10b981;
  --accent-green-bg: #ecfdf5;
  --accent-green-glow: rgba(16, 185, 129, 0.25);
  
  --gold-accent: #d97706;
  --gold-light: #fef3c7;
  
  --bg-slate: #f8fafc;
  --surface-white: #ffffff;
  --surface-card: #ffffff;
  --surface-dark: #0f172a;
  --surface-glass: rgba(15, 23, 42, 0.85);
  
  --text-main: #0f172a;
  --text-muted: #64748b;
  --text-light: #94a3b8;
  --text-white: #ffffff;
  
  --border-light: #e2e8f0;
  --border-dark: rgba(255, 255, 255, 0.12);

  /* Typography */
  --font-sans: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --font-serif: 'Playfair Display', Georgia, serif;

  /* Shadows */
  --shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.08), 0 2px 4px -1px rgba(0, 0, 0, 0.04);
  --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  --shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.12), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  --shadow-glow: 0 0 25px rgba(5, 150, 105, 0.3);

  /* Spacing & Radii */
  --radius-sm: 6px;
  --radius-md: 12px;
  --radius-lg: 20px;
  --radius-xl: 28px;
  --radius-full: 9999px;

  --transition-fast: 0.18s ease;
  --transition-normal: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  --transition-slow: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Reset & Universal Box-Sizing */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
  font-size: 16px;
}

body {
  font-family: var(--font-sans);
  background-color: var(--bg-slate);
  color: var(--text-main);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

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

a {
  color: inherit;
  text-decoration: none;
  transition: color var(--transition-fast);
}

ul {
  list-style: none;
}

/* Container */
.container {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
}

.container-sm {
  max-width: 860px;
}

/* Top Info Bar */
.top-bar {
  background-color: var(--primary-900);
  color: #cbd5e1;
  font-size: 0.85rem;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

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

.top-info {
  display: flex;
  align-items: center;
  gap: 24px;
}

.info-item {
  display: flex;
  align-items: center;
  gap: 8px;
}

.info-item svg {
  color: var(--accent-green-light);
}

.info-item a:hover {
  color: var(--text-white);
}

.top-cvr {
  display: flex;
  align-items: center;
  gap: 16px;
}

.ssl-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: #38bdf8;
  font-weight: 700;
  font-size: 0.78rem;
  background: rgba(56, 189, 248, 0.12);
  padding: 3px 10px;
  border-radius: var(--radius-sm);
}

.cvr-badge {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 3px 10px;
  border-radius: var(--radius-sm);
  font-weight: 600;
  color: #f1f5f9;
  letter-spacing: 0.3px;
}

.status-badge {
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--accent-green-light);
  font-weight: 600;
  font-size: 0.8rem;
}

.pulse-dot {
  width: 8px;
  height: 8px;
  background-color: var(--accent-green-light);
  border-radius: 50%;
  box-shadow: 0 0 0 0 var(--accent-green-glow);
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.7); }
  70% { transform: scale(1); box-shadow: 0 0 0 8px rgba(16, 185, 129, 0); }
  100% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(16, 185, 129, 0); }
}

/* Main Navigation Header */
.main-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background-color: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border-light);
  transition: all var(--transition-normal);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
  gap: 20px;
}

.brand-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}

.logo-icon {
  width: 44px;
  height: 44px;
  background: linear-gradient(135deg, var(--primary-800), var(--accent-green));
  color: var(--text-white);
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: var(--shadow-md);
}

.brand-title {
  display: block;
  font-weight: 800;
  font-size: 1.25rem;
  color: var(--primary-900);
  line-height: 1.1;
  letter-spacing: -0.3px;
}

.brand-sub {
  display: block;
  font-size: 0.75rem;
  color: var(--accent-green);
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.nav-menu {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-left: auto;
}

.nav-link {
  font-weight: 600;
  font-size: 0.92rem;
  color: var(--primary-700);
  position: relative;
  padding: 6px 0;
  white-space: nowrap;
}

.nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: var(--accent-green);
  transition: width var(--transition-fast);
}

.nav-link:hover, .nav-link.active {
  color: var(--accent-green);
}

.nav-link:hover::after, .nav-link.active::after {
  width: 100%;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-left: 24px;
  flex-shrink: 0;
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 24px;
  border-radius: var(--radius-md);
  font-weight: 700;
  font-size: 0.95rem;
  cursor: pointer;
  border: none;
  outline: none;
  transition: all var(--transition-fast);
  white-space: nowrap;
}

.btn-primary {
  background-color: var(--primary-800);
  color: var(--text-white);
}

.btn-primary:hover {
  background-color: var(--primary-900);
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
}

.btn-accent {
  background-color: var(--accent-green);
  color: var(--text-white);
  box-shadow: 0 4px 14px var(--accent-green-glow);
}

.btn-accent:hover {
  background-color: var(--accent-green-hover);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px var(--accent-green-glow);
}

.btn-outline-white {
  background-color: rgba(255, 255, 255, 0.12);
  color: var(--text-white);
  border: 1px solid rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(8px);
}

.btn-outline-white:hover {
  background-color: rgba(255, 255, 255, 0.25);
  border-color: var(--text-white);
}

.btn-sm {
  padding: 8px 16px;
  font-size: 0.85rem;
}

.btn-lg {
  padding: 16px 32px;
  font-size: 1.05rem;
  border-radius: var(--radius-md);
}

.btn-block {
  width: 100%;
}

.link-btn, .footer-link-btn {
  background: none;
  border: none;
  color: var(--accent-green-light);
  font-weight: 700;
  text-decoration: underline;
  cursor: pointer;
  font-family: inherit;
  font-size: inherit;
  padding: 0;
}

.footer-link-btn {
  color: #94a3b8;
}

.footer-link-btn:hover {
  color: var(--text-white);
}

.hamburger-btn {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  flex-direction: column;
  gap: 5px;
  padding: 6px;
}

.hamburger-btn span {
  width: 24px;
  height: 2px;
  background-color: var(--primary-900);
  transition: all var(--transition-fast);
}

/* Hero Section */
.hero {
  position: relative;
  min-height: 84vh;
  display: flex;
  align-items: center;
  background-color: var(--primary-900);
  color: var(--text-white);
  overflow: hidden;
  padding: 80px 0;
}

.hero-bg-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.hero-bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.9);
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg, 
    rgba(15, 23, 42, 0.95) 0%, 
    rgba(15, 23, 42, 0.85) 55%, 
    rgba(15, 23, 42, 0.55) 100%
  );
}

.hero-container {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 60px;
  align-items: center;
}

.hero-pill-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: rgba(16, 185, 129, 0.15);
  border: 1px solid rgba(16, 185, 129, 0.35);
  color: var(--accent-green-light);
  font-size: 0.85rem;
  font-weight: 700;
  padding: 6px 16px;
  border-radius: var(--radius-full);
  margin-bottom: 24px;
}

.hero-title {
  font-size: 3.25rem;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -1px;
  margin-bottom: 20px;
  color: var(--text-white);
}

.hero-lead {
  font-size: 1.15rem;
  color: #cbd5e1;
  line-height: 1.7;
  margin-bottom: 36px;
  max-width: 620px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 44px;
}

.hero-usps {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding-top: 28px;
}

.usp-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.95rem;
  font-weight: 600;
  color: #e2e8f0;
}

.usp-icon {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: var(--accent-green);
  color: var(--text-white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  font-weight: 800;
  flex-shrink: 0;
}

/* Floating Card in Hero */
.hero-card-floating {
  background: rgba(15, 23, 42, 0.85);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius-xl);
  padding: 36px;
  box-shadow: var(--shadow-xl);
}

.floating-badge-top {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.badge-avatar {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, var(--accent-green), #047857);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 1.2rem;
  color: var(--text-white);
  box-shadow: var(--shadow-md);
}

.stars {
  color: #fbbf24;
  font-size: 0.85rem;
  margin-top: 4px;
  font-weight: 600;
}

.floating-stat-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-bottom: 24px;
}

.f-stat {
  background: rgba(255, 255, 255, 0.05);
  padding: 16px;
  border-radius: var(--radius-md);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.f-num {
  display: block;
  font-size: 1.8rem;
  font-weight: 800;
  color: var(--accent-green-light);
}

.f-lbl {
  font-size: 0.8rem;
  color: #94a3b8;
  font-weight: 600;
}

.floating-quote {
  font-style: italic;
  font-size: 0.95rem;
  color: #cbd5e1;
  line-height: 1.6;
  position: relative;
  padding-left: 14px;
  border-left: 3px solid var(--accent-green);
}

/* Metrics Ribbon */
.metrics-ribbon {
  background-color: var(--surface-white);
  border-bottom: 1px solid var(--border-light);
  box-shadow: var(--shadow-sm);
  padding: 30px 0;
}

.ribbon-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  text-align: center;
}

.ribbon-box {
  padding: 12px;
  border-right: 1px solid var(--border-light);
}

.ribbon-box:last-child {
  border-right: none;
}

.r-number {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: var(--primary-900);
  line-height: 1.1;
}

.r-label {
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--accent-green);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-top: 4px;
}

/* Generic Section Styles */
.section {
  padding: 100px 0;
}

.section-header {
  margin-bottom: 60px;
}

.section-subtitle {
  display: inline-block;
  font-size: 0.85rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--accent-green);
  margin-bottom: 12px;
}

.light-subtitle {
  color: var(--accent-green-light);
}

.section-title {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--primary-900);
  line-height: 1.2;
  letter-spacing: -0.5px;
  margin-bottom: 16px;
}

.section-desc {
  font-size: 1.1rem;
  color: var(--text-muted);
  max-width: 680px;
  margin: 0 auto;
}

.text-white { color: var(--text-white); }
.text-white-70 { color: rgba(255, 255, 255, 0.7); }
.text-white-80 { color: rgba(255, 255, 255, 0.85); }
.text-center { text-align: center; }

/* Services Section */
.service-filters {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 36px;
}

.filter-btn {
  background-color: var(--surface-white);
  border: 1px solid var(--border-light);
  padding: 10px 22px;
  border-radius: var(--radius-full);
  font-weight: 700;
  font-size: 0.9rem;
  color: var(--primary-700);
  cursor: pointer;
  transition: all var(--transition-fast);
}

.filter-btn:hover, .filter-btn.active {
  background-color: var(--primary-800);
  color: var(--text-white);
  border-color: var(--primary-800);
  box-shadow: var(--shadow-md);
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.service-card {
  background-color: var(--surface-card);
  border-radius: var(--radius-lg);
  border: 1px solid var(--border-light);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: all var(--transition-normal);
  display: flex;
  flex-direction: column;
}

.service-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-xl);
  border-color: rgba(5, 150, 105, 0.3);
}

.card-img-wrapper {
  position: relative;
  height: 220px;
  overflow: hidden;
}

.card-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--transition-slow);
}

.service-card:hover .card-img-wrapper img {
  transform: scale(1.08);
}

.icon-card-bg {
  background: linear-gradient(135deg, var(--primary-800), var(--primary-900));
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--accent-green-light);
}

.card-big-icon {
  width: 80px;
  height: 80px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.card-tag {
  position: absolute;
  top: 16px;
  left: 16px;
  background-color: rgba(15, 23, 42, 0.85);
  backdrop-filter: blur(8px);
  color: var(--accent-green-light);
  font-size: 0.75rem;
  font-weight: 800;
  padding: 4px 12px;
  border-radius: var(--radius-full);
  letter-spacing: 0.5px;
}

.card-body {
  padding: 28px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.card-title {
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--primary-900);
  margin-bottom: 12px;
}

.card-text {
  font-size: 0.95rem;
  color: var(--text-muted);
  line-height: 1.6;
  margin-bottom: 20px;
}

.card-checklist {
  margin-bottom: 24px;
  flex-grow: 1;
}

.card-checklist li {
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--primary-700);
  margin-bottom: 8px;
  position: relative;
  padding-left: 22px;
}

.card-checklist li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--accent-green);
  font-weight: 900;
}

.card-link {
  font-weight: 800;
  font-size: 0.95rem;
  color: var(--accent-green);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: gap var(--transition-fast);
}

.card-link:hover {
  gap: 10px;
  color: var(--accent-green-hover);
}

/* Calculator Section */
.calc-section {
  background: linear-gradient(135deg, var(--primary-900) 0%, #091024 100%);
  position: relative;
  overflow: hidden;
}

.calc-wrapper {
  max-width: 1000px;
  margin: 0 auto;
}

.calc-card {
  background-color: var(--surface-white);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-xl);
  padding: 40px;
  margin-top: 40px;
}

.calc-steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 36px;
}

.calc-step-box {
  background-color: var(--bg-slate);
  padding: 24px;
  border-radius: var(--radius-lg);
  border: 1px solid var(--border-light);
  position: relative;
}

.step-num {
  position: absolute;
  top: -14px;
  left: 20px;
  width: 28px;
  height: 28px;
  background-color: var(--accent-green);
  color: var(--text-white);
  font-weight: 800;
  font-size: 0.85rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.calc-step-box h4 {
  font-size: 1.1rem;
  font-weight: 800;
  color: var(--primary-900);
  margin-bottom: 18px;
  padding-top: 4px;
}

.choice-group, .checkbox-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.choice-btn, .check-btn {
  display: flex;
  flex-direction: column;
  padding: 12px 14px;
  background-color: var(--surface-white);
  border: 1px solid var(--border-light);
  border-radius: var(--radius-md);
  cursor: pointer;
  transition: all var(--transition-fast);
  position: relative;
}

.choice-btn input, .check-btn input {
  display: none;
}

.choice-btn .c-title {
  font-weight: 700;
  font-size: 0.9rem;
  color: var(--primary-900);
}

.choice-btn .c-desc {
  font-size: 0.75rem;
  color: var(--text-muted);
}

.choice-btn.active, .check-btn.active {
  border-color: var(--accent-green);
  background-color: var(--accent-green-bg);
  box-shadow: 0 2px 8px rgba(5, 150, 105, 0.15);
}

.check-btn {
  flex-direction: row;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  font-size: 0.85rem;
  color: var(--primary-800);
}

.chk-box {
  width: 18px;
  height: 18px;
  border: 2px solid var(--border-light);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  color: transparent;
  transition: all var(--transition-fast);
}

.check-btn.active .chk-box {
  background-color: var(--accent-green);
  border-color: var(--accent-green);
  color: var(--text-white);
}

.range-field {
  margin-bottom: 20px;
}

.range-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--primary-800);
}

.range-val {
  color: var(--accent-green);
  font-weight: 800;
}

.slider-input {
  width: 100%;
  height: 6px;
  border-radius: 3px;
  background-color: var(--border-light);
  outline: none;
  accent-color: var(--accent-green);
  cursor: pointer;
}

/* Calculator Summary Panel */
.calc-summary-panel {
  background: linear-gradient(135deg, var(--primary-900), var(--primary-800));
  border-radius: var(--radius-lg);
  padding: 30px 40px;
  color: var(--text-white);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.summary-label {
  display: block;
  font-size: 0.88rem;
  color: #94a3b8;
  font-weight: 600;
  margin-bottom: 6px;
}

.summary-price {
  font-size: 2.4rem;
  font-weight: 800;
  color: var(--accent-green-light);
  line-height: 1;
}

.tax-text {
  font-size: 0.9rem;
  font-weight: 600;
  color: #cbd5e1;
}

.summary-note {
  font-size: 0.8rem;
  color: #94a3b8;
  margin-top: 8px;
}

/* Why Us Section */
.why-us-section {
  background-color: var(--surface-white);
}

.grid {
  display: grid;
  gap: 40px;
}

.grid-2 {
  grid-template-columns: repeat(2, 1fr);
}

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

.lead-text {
  font-size: 1.1rem;
  color: var(--text-muted);
  line-height: 1.7;
  margin-bottom: 32px;
}

.why-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.why-item {
  display: flex;
  gap: 18px;
}

.why-icon {
  width: 48px;
  height: 48px;
  background-color: var(--accent-green-bg);
  color: var(--accent-green);
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.why-item h4 {
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--primary-900);
  margin-bottom: 6px;
}

.why-item p {
  font-size: 0.95rem;
  color: var(--text-muted);
  line-height: 1.6;
}

.visual-card-stack {
  position: relative;
  padding: 20px;
}

.main-why-img {
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-xl);
}

.experience-badge {
  position: absolute;
  bottom: -20px;
  right: -10px;
  background-color: var(--primary-900);
  color: var(--text-white);
  padding: 20px 28px;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-xl);
  border: 1px solid rgba(255, 255, 255, 0.15);
  display: flex;
  flex-direction: column;
}

.exp-num {
  font-size: 1.1rem;
  font-weight: 800;
  color: var(--accent-green-light);
}

.exp-text {
  font-size: 0.8rem;
  color: #cbd5e1;
  font-weight: 600;
}

/* Process Section */
.process-section {
  background-color: var(--bg-slate);
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 40px;
}

.process-step {
  background-color: var(--surface-card);
  border-radius: var(--radius-lg);
  padding: 32px 24px;
  border: 1px solid var(--border-light);
  box-shadow: var(--shadow-sm);
  position: relative;
  transition: all var(--transition-normal);
}

.process-step:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-lg);
  border-color: var(--accent-green);
}

.p-num {
  font-size: 2.8rem;
  font-weight: 900;
  color: rgba(5, 150, 105, 0.18);
  line-height: 1;
  margin-bottom: 12px;
}

.process-step h3 {
  font-size: 1.2rem;
  font-weight: 800;
  color: var(--primary-900);
  margin-bottom: 10px;
}

.process-step p {
  font-size: 0.9rem;
  color: var(--text-muted);
  line-height: 1.6;
}

/* About Section */
.about-section {
  background-color: var(--surface-white);
}

.about-card {
  background: var(--bg-slate);
  border-radius: var(--radius-xl);
  padding: 50px;
  border: 1px solid var(--border-light);
}

.about-text p {
  font-size: 1rem;
  color: var(--text-muted);
  margin-bottom: 16px;
  line-height: 1.7;
}

.company-details-list {
  background-color: var(--surface-white);
  border-radius: var(--radius-md);
  padding: 20px;
  border: 1px solid var(--border-light);
  margin-top: 24px;
  display: grid;
  gap: 10px;
  font-size: 0.9rem;
}

.c-detail-item strong {
  color: var(--primary-900);
}

.about-img {
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
}

/* Testimonials */
.testi-section {
  background-color: var(--primary-900);
  color: var(--text-white);
}

.testi-section .section-title {
  color: var(--text-white);
}

.testi-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 40px;
}

.testi-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(12px);
  border-radius: var(--radius-lg);
  padding: 32px;
  display: flex;
  flex-direction: column;
}

.testi-stars {
  color: #fbbf24;
  font-size: 1.2rem;
  margin-bottom: 16px;
}

.testi-text {
  font-size: 0.95rem;
  color: #e2e8f0;
  line-height: 1.7;
  font-style: italic;
  margin-bottom: 24px;
  flex-grow: 1;
}

.testi-author strong {
  display: block;
  font-size: 1rem;
  color: var(--text-white);
}

.testi-author span {
  font-size: 0.8rem;
  color: #94a3b8;
}

/* FAQ Accordion */
.faq-section {
  background-color: var(--bg-slate);
}

.faq-accordion {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 40px;
}

.faq-item {
  background-color: var(--surface-white);
  border-radius: var(--radius-md);
  border: 1px solid var(--border-light);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: all var(--transition-fast);
}

.faq-question {
  width: 100%;
  padding: 22px 28px;
  background: none;
  border: none;
  text-align: left;
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--primary-900);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq-icon {
  font-size: 1.4rem;
  font-weight: 400;
  color: var(--accent-green);
  transition: transform var(--transition-fast);
}

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

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height var(--transition-normal), padding var(--transition-normal);
  padding: 0 28px;
}

.faq-item.active .faq-answer {
  max-height: 300px;
  padding: 0 28px 24px 28px;
}

.faq-answer p {
  font-size: 0.95rem;
  color: var(--text-muted);
  line-height: 1.7;
}

/* Contact Section */
.contact-section {
  background: linear-gradient(135deg, var(--primary-900) 0%, #080e21 100%);
}

.contact-card-wrapper {
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius-xl);
  padding: 50px;
}

.contact-info-col {
  padding-right: 20px;
}

.contact-details-box {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 40px;
}

.c-box-item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.c-box-icon {
  width: 42px;
  height: 42px;
  border-radius: var(--radius-md);
  background-color: rgba(16, 185, 129, 0.15);
  color: var(--accent-green-light);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.c-box-item strong {
  display: block;
  font-size: 0.85rem;
  color: #94a3b8;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 2px;
}

.contact-form {
  background-color: var(--surface-white);
  border-radius: var(--radius-lg);
  padding: 36px;
  box-shadow: var(--shadow-xl);
}

.contact-form h3 {
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--primary-900);
  margin-bottom: 6px;
}

.form-subtext {
  font-size: 0.9rem;
  color: var(--text-muted);
  margin-bottom: 24px;
}

.form-group {
  margin-bottom: 18px;
}

.form-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.form-group label {
  display: block;
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--primary-800);
  margin-bottom: 6px;
}

.form-group input, .form-group textarea {
  width: 100%;
  padding: 12px 16px;
  border-radius: var(--radius-md);
  border: 1px solid var(--border-light);
  font-family: inherit;
  font-size: 0.95rem;
  outline: none;
  transition: all var(--transition-fast);
}

.form-group input:focus, .form-group textarea:focus {
  border-color: var(--accent-green);
  box-shadow: 0 0 0 4px var(--accent-green-bg);
}

.form-status {
  margin-top: 16px;
  font-size: 0.9rem;
  font-weight: 700;
  border-radius: var(--radius-md);
  padding: 12px;
  display: none;
}

.form-status.success {
  display: block;
  background-color: var(--accent-green-bg);
  color: var(--accent-green-hover);
  border: 1px solid rgba(16, 185, 129, 0.3);
}

/* GDPR Cookie Banner */
.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background: rgba(15, 23, 42, 0.96);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0 -10px 25px rgba(0, 0, 0, 0.3);
  padding: 18px 0;
  transform: translateY(100%);
  transition: transform var(--transition-normal);
}

.cookie-banner.show {
  transform: translateY(0);
}

.cookie-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  color: var(--text-white);
}

.cookie-text {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 0.88rem;
}

.cookie-icon-wrapper {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(16, 185, 129, 0.15);
  color: var(--accent-green-light);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.cookie-text strong {
  display: block;
  font-size: 0.95rem;
  color: var(--text-white);
  margin-bottom: 2px;
}

.cookie-text p {
  color: #cbd5e1;
  margin: 0;
}

.cookie-btns {
  display: flex;
  gap: 12px;
  flex-shrink: 0;
}

/* Cookie Policy Modal */
.cookie-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity var(--transition-normal);
}

.cookie-modal.open {
  opacity: 1;
  pointer-events: auto;
}

.cookie-modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(11, 19, 43, 0.75);
  backdrop-filter: blur(8px);
}

.cookie-modal-card {
  position: relative;
  z-index: 2;
  background-color: var(--surface-white);
  border-radius: var(--radius-xl);
  max-width: 580px;
  width: 90%;
  padding: 32px;
  box-shadow: var(--shadow-xl);
}

.cookie-modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--border-light);
}

.cookie-modal-header h3 {
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--primary-900);
}

.close-modal-btn {
  background: none;
  border: none;
  font-size: 1.8rem;
  color: var(--text-muted);
  cursor: pointer;
  line-height: 1;
}

.cookie-modal-body p {
  font-size: 0.9rem;
  color: var(--text-muted);
  margin-bottom: 20px;
}

.cookie-toggle-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 16px;
  background-color: var(--bg-slate);
  border-radius: var(--radius-md);
  border: 1px solid var(--border-light);
  margin-bottom: 12px;
}

.c-toggle-info strong {
  display: block;
  font-size: 0.9rem;
  color: var(--primary-900);
}

.c-toggle-info p {
  font-size: 0.8rem;
  color: var(--text-muted);
  margin: 2px 0 0 0;
}

/* Switch Toggle Component */
.switch-toggle {
  position: relative;
  display: inline-block;
  width: 46px;
  height: 24px;
  flex-shrink: 0;
}

.switch-toggle input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider-switch {
  position: absolute;
  cursor: pointer;
  top: 0; left: 0; right: 0; bottom: 0;
  background-color: #cbd5e1;
  transition: .3s;
  border-radius: 24px;
}

.slider-switch:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  transition: .3s;
  border-radius: 50%;
}

input:checked + .slider-switch {
  background-color: var(--accent-green);
}

input:checked + .slider-switch:before {
  transform: translateX(22px);
}

.cookie-modal-footer {
  margin-top: 24px;
}

/* Footer */
.footer {
  background-color: var(--primary-900);
  color: #94a3b8;
  padding: 80px 0 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
  gap: 40px;
  margin-bottom: 60px;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
  color: var(--text-white);
  font-weight: 800;
  font-size: 1.2rem;
}

.footer-desc {
  font-size: 0.9rem;
  line-height: 1.6;
  margin-bottom: 20px;
}

.footer-badges {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.cvr-tag, .ssl-footer-tag {
  display: inline-block;
  background: rgba(255, 255, 255, 0.08);
  padding: 4px 12px;
  border-radius: var(--radius-sm);
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--accent-green-light);
}

.ssl-footer-tag {
  color: #38bdf8;
  background: rgba(56, 189, 248, 0.1);
}

.footer-col h4 {
  font-size: 1rem;
  font-weight: 800;
  color: var(--text-white);
  margin-bottom: 20px;
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 0.9rem;
}

.footer-links a:hover {
  color: var(--accent-green-light);
}

.footer-contact p {
  font-size: 0.9rem;
  margin-bottom: 6px;
}

.footer-contact a {
  color: var(--accent-green-light);
  font-weight: 600;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.85rem;
}

.footer-legal {
  display: flex;
  gap: 20px;
  align-items: center;
}

.footer-legal a:hover {
  color: var(--text-white);
}

/* Responsive Breakpoints */
@media (max-width: 1180px) {
  .hamburger-btn {
    display: flex;
  }

  .nav-menu {
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    background-color: var(--surface-white);
    flex-direction: column;
    align-items: flex-start;
    padding: 24px;
    gap: 16px;
    box-shadow: var(--shadow-xl);
    border-bottom: 1px solid var(--border-light);
    display: none;
    margin-left: 0;
  }

  .nav-menu.open {
    display: flex;
  }

  .header-actions {
    margin-left: auto;
  }
}

@media (max-width: 1024px) {
  .hero-container {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .calc-steps-grid {
    grid-template-columns: 1fr;
  }

  .ribbon-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .ribbon-box {
    border-right: none;
    border-bottom: 1px solid var(--border-light);
    padding-bottom: 16px;
  }

  .grid-2 {
    grid-template-columns: 1fr;
  }

  .process-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .top-bar-inner {
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
  }

  .desktop-only {
    display: none !important;
  }

  .hero-title {
    font-size: 2.25rem;
  }

  .services-grid {
    grid-template-columns: 1fr;
  }

  .calc-summary-panel {
    flex-direction: column;
    align-items: flex-start;
    padding: 24px;
  }

  .summary-price {
    font-size: 2rem;
  }

  .process-grid {
    grid-template-columns: 1fr;
  }

  .testi-grid {
    grid-template-columns: 1fr;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .form-row {
    grid-template-columns: 1fr;
  }

  .cookie-content {
    flex-direction: column;
    align-items: flex-start;
  }

  .cookie-btns {
    width: 100%;
    justify-content: flex-end;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 16px;
    text-align: center;
  }
}
