/* ==========================================================================
   EXECOR THEME - Main Stylesheet
   Faithful replica of the Vamtam Execor theme
   ========================================================================== */

/* ==========================================================================
   0. @FONT-FACE DECLARATIONS
   ========================================================================== */

@font-face {
  font-family: 'theme-icons';
  src: url('../fonts/theme-icons.woff2?n77402') format('woff2'),
       url('../fonts/theme-icons.woff?n77402') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon.woff2?n77402') format('woff2'),
       url('../fonts/icomoon.woff?n77402') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

/* ==========================================================================
   0b. FONTAWESOME ICON OVERRIDES
   ========================================================================== */

/* Icons that need accent-5 (white) color — hero/feature sections */
.fa-circle-nodes,
.fa-atom,
.fa-bullseye {
  color: var(--accent-5);
}

/* ==========================================================================
   1. CSS VARIABLES & RESET
   ========================================================================== */

:root {
  /* Expert Accounting Group — Premium Blue palette */
  --accent-1: #0F1E3A;          /* bleumarin premium */
  --accent-2: #354A81;          /* albastru brand */
  --accent-3: #f1f1f3;          /* gri deschis elegant */
  --accent-4: #F6F8FC;          /* background premium */
  --accent-5: #FFFFFF;          /* card background */
  --accent-6: #0A162B;          /* headings */
  --accent-7: rgba(15, 30, 58, 0.08);
  --accent-8: rgba(15, 30, 58, 0.55);
  --text-color: rgba(15, 30, 58, 0.75);
  --teal: #354A81;

  --sticky-header-bg: rgba(15, 30, 58, 0.92);
  --footer-muted: rgba(255, 255, 255, 0.15);

  /* Typography families */
  --font-body: 'DM Sans', sans-serif;
  --font-stat: 'Forum', serif;
  --font-accent: 'Nothing You Could Do', cursive;

  /* Spacing */
  --container-max: 1280px;
  --container-padding: 30px;
  --widget-spacing: 20px;

  /* Borders */
  --radius-sm: 6px;
  --radius-md: 10px;
  --radius-lg: 14px;

  /* Transitions */
  --transition-fast: 0.2s ease;
  --transition-base: 0.3s ease;
  --transition-slow: 0.5s ease;
}

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

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.5em;
  font-weight: 400;
  color: var(--text-color);
  background-color: var(--accent-5);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: var(--radius-lg);
}

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

a:hover {
  color: var(--accent-1);
}

ul, ol {
  list-style: none;
}

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

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
}

/* ==========================================================================
   2. BASE TYPOGRAPHY
   ========================================================================== */

h1, h2, h3, h4, h5, h6 {
  color: var(--accent-6);
  margin-bottom: 0.5em;
}

h1 {
  font-family: var(--font-body);
  font-size: 46px;
  line-height: 1.2em;
  font-weight: 400;
}

h2 {
  font-family: var(--font-body);
  font-size: 40px;
  line-height: 1.2em;
  font-weight: 300;
}

h3 {
  font-family: var(--font-body);
  font-size: 30px;
  line-height: 1.2em;
  font-weight: 400;
}

h4 {
  font-family: var(--font-body);
  font-size: 24px;
  line-height: 1.4em;
  font-weight: 300;
}

h5 {
  font-family: var(--font-body);
  font-size: 20px;
  line-height: 1.4em;
  font-weight: 400;
}

h6 {
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.2em;
  font-weight: 400;
}

p {
  margin-bottom: 1em;
}

p:last-child {
  margin-bottom: 0;
}

.text-muted {
  color: var(--accent-8);
}

.text-accent {
  font-family: var(--font-accent);
  font-size: 20px;
  line-height: 1.2em;
  font-weight: 400;
}

.text-small {
  font-size: 12px;
  line-height: 1em;
  font-weight: 500;
}

.stat-number {
  font-family: var(--font-stat);
  font-size: 56px;
  line-height: 1em;
  font-weight: 400;
  color: var(--accent-6);
}

.stat-number-alt {
  font-family: var(--font-body);
  font-size: 66px;
  line-height: 1em;
  font-weight: 200;
  color: var(--accent-6);
}

.testimonial-text {
  font-family: var(--font-stat);
  font-size: 21px;
  line-height: 1.4em;
  font-weight: 400;
}

strong, b {
  font-weight: 600;
}

em, i {
  font-style: italic;
}

blockquote {
  border-left: 3px solid var(--accent-2);
  padding-left: 20px;
  margin: 1.5em 0;
  font-family: var(--font-stat);
  font-size: 21px;
  line-height: 1.4em;
  color: var(--accent-8);
}

/* ==========================================================================
   3. LAYOUT
   ========================================================================== */

.container {
  max-width: var(--container-max);
  margin: 0 auto;
  padding-left: var(--container-padding);
  padding-right: var(--container-padding);
  width: 100%;
}

.container-narrow {
  max-width: 900px;
  margin: 0 auto;
  padding-left: var(--container-padding);
  padding-right: var(--container-padding);
}

.section {
  padding: 80px 0;
}

.section-sm {
  padding: 40px 0;
}

.section-lg {
  padding: 120px 0;
}

.section-dark {
  background-color: var(--accent-1);
  color: var(--accent-5);
}

.section-dark h1,
.section-dark h2,
.section-dark h3,
.section-dark h4,
.section-dark h5,
.section-dark h6 {
  color: var(--accent-5);
}

.section-dark p,
.section-dark .text-muted {
  color: rgba(255, 255, 255, 0.7);
}

.section-light {
  background-color: var(--accent-3);
}

.section-warm {
  background-color: var(--accent-4);
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: calc(var(--widget-spacing) / -2);
  margin-right: calc(var(--widget-spacing) / -2);
}

.col {
  padding-left: calc(var(--widget-spacing) / 2);
  padding-right: calc(var(--widget-spacing) / 2);
}

.col-2 { flex: 0 0 50%; max-width: 50%; }
.col-3 { flex: 0 0 33.333%; max-width: 33.333%; }
.col-4 { flex: 0 0 25%; max-width: 25%; }
.col-6 { flex: 0 0 50%; max-width: 50%; }
.col-8 { flex: 0 0 66.666%; max-width: 66.666%; }
.col-12 { flex: 0 0 100%; max-width: 100%; }

.grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--widget-spacing);
}

.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--widget-spacing);
}

.grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--widget-spacing);
}

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

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

.text-center { text-align: center; }
.text-left { text-align: left; }
.text-right { text-align: right; }

/* ==========================================================================
   4. BUTTONS
   ========================================================================== */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 1em;
  font-weight: 500;
  padding: 16px 28px;
  border-radius: var(--radius-md);
  border: 1.5px solid transparent;
  cursor: pointer;
  transition: all var(--transition-base);
  white-space: nowrap;
  text-decoration: none;
}

/* Primary button: green bg, dark text */
.btn-primary {
  background-color: var(--accent-2);
  color: #ffffff;
  border-color: var(--accent-2);
}

.btn-primary:hover {
  background-color: var(--accent-1);
  color: #ffffff;
  border-color: var(--accent-1);
}

/* Button with arrow icon - Execor style: flex-direction row-reverse, 3em gap */
.btn-with-arrow {
  flex-direction: row-reverse;
  gap: 3em;
}

.btn-with-arrow .btn-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  transition: transform var(--transition-base);
}

.btn-with-arrow:hover .btn-icon {
  transform: translateX(5px);
}

/* Outline button */
.btn-outline {
  background-color: transparent;
  color: var(--accent-1);
  border-color: var(--accent-1);
}

.btn-outline:hover {
  background-color: var(--accent-1);
  color: var(--accent-5);
}

/* Light button */
.btn-light {
  background-color: var(--accent-5);
  color: var(--accent-1);
  border-color: var(--accent-5);
}

.btn-light:hover {
  background-color: var(--accent-2);
  color: var(--accent-5);
  border-color: var(--accent-2);
}

/* Dark button */
.btn-dark {
  background-color: var(--accent-1);
  color: var(--accent-5);
  border-color: var(--accent-1);
}

.btn-dark:hover {
  background-color: var(--accent-2);
  color: var(--accent-5);
  border-color: var(--accent-2);
}

/* Dark section primary button variant (on dark bg) */
.section-dark .btn-primary:hover,
.footer-cta .btn-primary:hover {
  background-color: var(--accent-5);
  color: var(--accent-1);
  border-color: var(--accent-5);
}

/* Ghost button (transparent bg, no visible border) */
.btn-ghost {
  background-color: transparent;
  color: var(--accent-6);
  border-color: transparent;
  padding: 0px 10px 0px 0px;
}

.btn-ghost:hover {
  background-color: var(--accent-3);
  color: var(--accent-1);
}

.btn-ghost .btn-icon {
  background-color: var(--accent-3);
  border-radius: var(--radius-md);
  padding: 10px;
  color: var(--accent-1);
  font-size: 18px;
}

/* Standard arrow icon in buttons */
.btn .btn-arrow {
  display: inline-flex;
  transition: transform var(--transition-base);
}

.btn .btn-arrow svg {
  width: 14px;
  height: 14px;
  fill: currentColor;
}

.btn:hover .btn-arrow {
  transform: translateX(5px);
}

/* Button sizes */
.btn-sm {
  padding: 10px 20px;
  font-size: 13px;
}

.btn-lg {
  padding: 20px 36px;
  font-size: 15px;
}

.btn-block {
  display: flex;
  width: 100%;
}

/* ==========================================================================
   5. HEADER — pixel-perfect match of Execor original
   ========================================================================== */

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  min-height: 70px;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
  background-color: var(--accent-5);
}

.site-header::before {
  content: '';
  position: absolute;
  inset: 0;
  background-color: var(--accent-5);
  opacity: 0.9;
  z-index: -1;
}

.site-header.scrolled {
  background-color: var(--sticky-header-bg);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
}

.site-header.scrolled::before {
  background-color: transparent;
  opacity: 0;
}

/* Header inner: logo left, nav+actions right */
.header-inner {
  display: flex;
  align-items: center;
  max-width: var(--container-max);
  margin: 0 auto;
  padding: 0 var(--container-padding);
  width: 100%;
  gap: 0;
}

/* Logo column */
.header-logo {
  flex: 0 0 auto;
}

.site-logo {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.site-logo img {
  max-width: 90px;
  width: 100%;
  height: auto;
  border-radius: 0;
}

/* Nav + Actions column */
.header-nav-actions {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 15px;
  padding: 0 0 0 0.5vw;
}

/* Navigation */
.main-nav {
  display: flex;
  align-items: center;
}

.nav-menu {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 5px;
}

.nav-menu > li {
  position: relative;
}

.nav-menu > li > a {
  display: flex;
  align-items: center;
  padding: 7px 15px;
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2em;
  color: var(--accent-6);
  text-decoration: none;
  border-radius: 6px;
  position: relative;
  transition: color 0.2s ease;
}

/* Nav item background hover — original uses e--pointer-background e--animation-fade */
.nav-menu > li > a::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 6px;
  background-color: rgba(0, 0, 0, 0.063);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.nav-menu > li > a:hover::before,
.nav-menu > li.current > a::before {
  opacity: 1;
}

.nav-menu > li.current > a::before {
  background-color: var(--accent-3);
}

.nav-menu > li > a:hover {
  color: var(--accent-1);
}

.nav-menu > li.current > a {
  color: var(--accent-1);
}

/* Scrolled header: white nav text */
.site-header.scrolled .nav-menu > li > a {
  color: var(--accent-5);
}

.site-header.scrolled .nav-menu > li > a:hover {
  color: var(--accent-2);
}

/* Dropdown menu */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 220px;
  background-color: var(--accent-5);
  border: 0.5px solid var(--accent-7);
  border-radius: 6px;
  box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.06);
  padding: 0;
  margin-top: 10px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
  z-index: 100;
  overflow: hidden;
  list-style: none;
}

.nav-menu > li:hover > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.dropdown-menu li {
  list-style: none;
}

.dropdown-menu li:not(:last-child) {
  border-bottom: 0.5px solid var(--accent-7);
}

.dropdown-menu li a {
  display: block;
  padding: 10px 15px;
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 400;
  color: var(--accent-1);
  text-decoration: none;
  transition: all 0.2s ease;
}

.dropdown-menu li:first-child a {
  border-radius: 6px 6px 0 0;
}

.dropdown-menu li:last-child a {
  border-radius: 0 0 6px 6px;
}

.dropdown-menu li a:hover,
.dropdown-menu li a.active {
  background-color: var(--accent-2);
  color: var(--accent-5);
}

/* Header buttons — both phone and CTA use btn-primary (green bg) */
.btn-with-icon {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.btn-with-icon i {
  font-size: 14px;
  line-height: 1;
}

.btn-icon-right {
  flex-direction: row-reverse;
}

/* Phone button — hidden on mobile */
.header-phone-btn {
  white-space: nowrap;
}

/* CTA button — hidden on tablet + mobile */
.header-cta-btn {
  white-space: nowrap;
}

/* Scrolled header buttons */
.site-header.scrolled .header-phone-btn,
.site-header.scrolled .header-cta-btn {
  background-color: var(--accent-2);
  color: var(--accent-5);
}

.site-header.scrolled .header-phone-btn:hover,
.site-header.scrolled .header-cta-btn:hover {
  background-color: var(--accent-5);
  color: var(--accent-1);
}

/* Hamburger — 3 bars, transforms to X on active */
.hamburger {
  display: none;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 1001;
  background: none;
  border: none;
  padding: 8px;
}

.hamburger-bars {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 22px;
  height: 22px;
}

.hamburger-bars span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--accent-5);
  border-radius: 1px;
  transition: all 0.3s ease;
  transform-origin: center;
}

.site-header.scrolled .hamburger-bars span {
  background-color: var(--accent-5);
}

.hamburger.active .hamburger-bars span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.hamburger.active .hamburger-bars span:nth-child(2) {
  opacity: 0;
}

.hamburger.active .hamburger-bars span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

/* Mobile nav — dropdown panel below header (matches Elementor nav dropdown) */
.mobile-nav {
  position: fixed;
  top: 70px;
  left: 0;
  right: 0;
  max-height: calc(100vh - 70px);
  background-color: var(--accent-5);
  border-top: 0.5px solid var(--accent-7);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  z-index: 998;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
}

.mobile-nav.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.mobile-nav .mobile-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mobile-nav .mobile-menu > li {
  border-bottom: 0.5px solid var(--accent-7);
}

.mobile-nav .mobile-menu > li > a {
  display: block;
  padding: 12px 20px;
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 500;
  color: var(--accent-1);
  text-decoration: none;
  transition: all 0.2s ease;
}

.mobile-nav .mobile-menu > li > a:hover,
.mobile-nav .mobile-menu > li > a.active {
  background-color: var(--accent-2);
  color: var(--accent-5);
}

.mobile-nav .mobile-submenu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  background-color: var(--accent-3);
}

.mobile-nav .has-dropdown.open > .mobile-submenu {
  display: block;
}

.mobile-nav .mobile-submenu li a {
  display: block;
  padding: 10px 20px 10px 35px;
  font-size: 14px;
  font-weight: 400;
  color: var(--accent-1);
  text-decoration: none;
  transition: all 0.2s ease;
  border-top: 0.5px solid var(--accent-7);
}

.mobile-nav .mobile-submenu li a:hover,
.mobile-nav .mobile-submenu li a.active {
  background-color: var(--accent-2);
  color: var(--accent-5);
}

/* Header spacer to push content below fixed header */
.header-spacer {
  height: 70px;
}

/* ==========================================================================
   6. PAGE HERO (Inner pages)
   ========================================================================== */

.page-hero {
  background-color: var(--accent-1);
  padding: 100px 0 80px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-hero::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -20%;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(200, 248, 169, 0.08) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

.page-hero h1 {
  color: var(--accent-5);
  margin-bottom: 16px;
}

.page-hero p {
  color: rgba(255, 255, 255, 0.7);
  max-width: 600px;
  margin: 0 auto;
  font-size: 17px;
}

.page-hero .breadcrumb {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 24px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
}

.page-hero .breadcrumb a {
  color: rgba(255, 255, 255, 0.7);
  transition: color var(--transition-fast);
}

.page-hero .breadcrumb a:hover {
  color: var(--accent-2);
}

.page-hero .breadcrumb .separator {
  color: rgba(255, 255, 255, 0.3);
}

/* ==========================================================================
   7. HOMEPAGE HERO
   ========================================================================== */

/* --- HERO --- */
.hero {
  position: relative;
  overflow: hidden;
  min-height: clamp(300px, 90vh, 830px);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  align-items: flex-end;
}

/* Gradient overlay */
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(190deg, rgba(15,30,58,0) 25%, rgba(15,30,58,0.95) 95%);
  z-index: 1;
  pointer-events: none;
}

/* Boxed container inside hero */
.hero-container {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-top: 40px;
  padding-bottom: 40px;
  width: 100%;
}

/* Left: H1 + button */
.hero-content {
  padding-bottom: 25px;
  z-index: 3;
  max-width: 50%;
}

.hero-content h1 {
  font-family: var(--font-stat);
  font-size: 56px;
  font-weight: 400;
  line-height: 1em;
  color: var(--accent-3);
  margin-bottom: 10px;
}

.hero-content p {
 color: var(--accent-5);
 margin-bottom: 20px;
}
.hero-content .btn {
  margin-top: 0;
}

/* Right: stats + deco bars */
.hero-right {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: flex-end;
}

/* Stat cards side by side */
.hero-stats-row {
  display: flex;
  flex-direction: row;
  position: relative;
  z-index: 2;
}

.stat-card {
  min-height: 160px;
  min-width: 200px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
}

.stat-card-glass {
  border-radius: 8px 0 0 8px;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.stat-card-green {
  border-radius: 0 8px 8px 0;
  background-color: var(--accent-2);
}

.stat-card .stat-value {
  font-family: var(--font-stat);
  font-size: 56px;
  font-weight: 400;
  line-height: 1em;
  display: block;
}

.stat-card-glass .stat-value { color: var(--accent-5); }
.stat-card-green .stat-value { color: var(--accent-5); }

.stat-card .stat-label {
  font-size: 15px;
  margin: 0;
}

.stat-card-glass .stat-label { color: var(--accent-3); }
.stat-card-green .stat-label { color: var(--accent-5); }

.stat-card .stat-desc {
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2em;
  margin: 0;
}

.stat-card-glass .stat-desc { color: var(--accent-4); }
.stat-card-green .stat-desc { color: var(--accent-5); }

/* Decorative blur bars — 6 vertical bars behind stat cards
   Original: row-reverse, tallest on left, shortest on right, aligned bottom */
.hero-deco-bars {
  position: absolute;
  bottom: 0;
  left: 55px;
  right: 0;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 12px;
  z-index: 1;
  transform: scale(1.6);
  transform-origin: bottom center;
  pointer-events: none;
}

.deco-bar {
  width: 20px;
  background: rgba(255, 255, 255, 0.12);
  -webkit-backdrop-filter: saturate(180%) blur(40px);
  backdrop-filter: saturate(180%) blur(40px);
}

/* row-reverse: child 1 appears rightmost (shortest), child 6 leftmost (tallest) */
.deco-bar:nth-child(1) { min-height: 190px; }
.deco-bar:nth-child(2) { min-height: 220px; }
.deco-bar:nth-child(3) { min-height: 250px; }
.deco-bar:nth-child(4) { min-height: 280px; }
.deco-bar:nth-child(5) { min-height: 310px; }
.deco-bar:nth-child(6) { min-height: 340px; }

/* Decorative floating elements */
.hero-deco {
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: flex-end;
  gap: 12px;
}

.hero-deco .deco-element {
  transform-origin: left bottom;
}

.hero-deco .deco-element.scaled {
  transform: scale(1.6);
}

/* Alternative hero layout (grid-based for simpler pages) */
.hero-simple {
  background-color: var(--accent-3);
  padding: 140px 0 80px;
  position: relative;
  overflow: hidden;
}

.hero-simple::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:
    radial-gradient(ellipse at 20% 50%, rgba(200, 248, 169, 0.15) 0%, transparent 50%),
    radial-gradient(ellipse at 80% 20%, rgba(15, 61, 58, 0.05) 0%, transparent 50%);
  pointer-events: none;
}

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

/* Stat cards grid variant */
.hero-stats-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.stat-card-grid {
  background: rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: var(--radius-lg);
  padding: 28px 24px;
  text-align: center;
  transition: transform var(--transition-base), box-shadow var(--transition-base);
}

.stat-card-grid:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

.stat-card-grid .stat-number {
  display: block;
  margin-bottom: 8px;
  color: var(--accent-1);
}

.stat-card-grid .stat-label {
  font-size: 14px;
  color: var(--accent-8);
  font-weight: 400;
}

/* ==========================================================================
   8. VISION SECTION (3 cards with icons, hover lift)
   ========================================================================== */

.vision-section {
  padding: 0;
  background-color: var(--accent-5);
  margin-bottom: 10vh;
}

.vision-header {
  text-align: center;
  max-width: 780px;
  margin: 0 auto;
  padding: 10vh 20px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.vision-label {
  display: inline-block;
  background-color: var(--accent-3);
  padding: 2px 8px 3px;
  border-radius: 4px;
  font-family: var(--font-accent);
  font-size: 14px;
  color: var(--accent-6);
}

.vision-header h2 {
  margin: 0 0 70px;
}

.vision-grid {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
}

.vision-card {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 300px;
  gap: 30px;
  background-color: var(--accent-5);
  border: 0.5px solid var(--accent-7);
  border-radius: 8px;
  padding: 20px 20px 30px;
  text-align: left;
  transition: background-color 0.3s ease;
}

.vision-card:hover {
  background-color: var(--accent-4);
}

.vision-card-icon {
  display: block;
  line-height: 1;
}

.vision-card-icon img {
  width: 85px;
  height: 85px;
}

.vision-card h3 {
  font-size: 18px;
  font-weight: 600;
  color: var(--accent-6);
  margin: 0;
}

.vision-card p {
  color: var(--accent-8);
  font-size: 15px;
  line-height: 1.7;
  margin: 0;
}

.vision-cta {
  text-align: center;
  padding: 0 0 10px;
}

.vision-cta .btn {
  flex-direction: row-reverse;
  gap: 3em;
}

/* ==========================================================================
   9a. HOME SERVICES SECTION (execor theme style)
   ========================================================================== */

.home-services {
  padding: 0 30px;
}

.home-services__wrap {
  background-color: var(--accent-3);
  border-radius: 8px;
  overflow: hidden;
  padding: 0;
}

.home-services__header {
  display: flex;
  align-items: flex-end;
  gap: 40px;
  margin: 10vh 0 60px;
  padding: 0;
}

.home-services__header-left {
  flex: 0 0 60%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.home-services__header-left h2 {
  margin: 0;
  max-width: 620px;
  font-family: var(--font-stat);
  font-size: 56px;
  line-height: 1;
}

.home-services__header-right {
  flex: 1;
}

.home-services__header-right p {
  margin: 0 0 5px;
  font-size: 15px;
  line-height: 1.7;
  color: var(--accent-8);
}

.home-services__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  padding: 0 0px;
  margin-bottom: 9vh;
}

.home-services__card {
  position: relative;
  min-height: 450px;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 40px 10px 10px;
}

.home-services__card-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: transform 0.5s ease;
  z-index: 0;
}

.home-services__card:hover .home-services__card-bg {
  transform: scale(1.05);
}

.home-services__card-bar {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: left;
  justify-content: space-between;
  background-color: var(--accent-3);
  border-radius: 10px;
  padding: 15px;
  gap: 20px;
}

.home-services__card-bar h4 {
  margin: 0;
  font-size: 24px;
  font-weight: 300;
  color: var(--accent-6);
}

.home-services__card-btn {
  display: inline-flex;
  align-items: center;
  gap: 9em;
  flex-direction: row-reverse;
  background-color: var(--accent-5);
  color: var(--accent-1);
  padding: 10px 16px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease;
  white-space: nowrap;
}

.home-services__card-btn:hover {
  background-color: var(--accent-1);
  color: var(--accent-5);
}

.home-services__card-btn svg {
  flex-shrink: 0;
}

.home-services__card-btn:hover svg {
  stroke: var(--accent-5);
}

@media (max-width: 1024px) {
  .home-services {
    padding: 0 20px;
  }

  .home-services__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    margin: 60px 0 20px;
    padding: 0 20px;
  }

  .home-services__header-left {
    flex: none;
    width: 100%;
  }

  .home-services__header-right {
    width: 80%;
  }

  .home-services__grid {
    grid-template-columns: repeat(2, 1fr);
    padding: 0 20px;
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .home-services {
    padding: 0 5px;
  }

  .home-services__header {
    margin: 40px 0 20px;
    padding: 0 20px;
  }

  .home-services__header-right {
    width: 100%;
  }

  .home-services__grid {
    grid-template-columns: 1fr;
    padding: 0 20px;
    margin-bottom: 30px;
  }

  .home-services__card {
    min-height: 350px;
  }

  .home-services__card-bar {
    padding: 20px;
  }
}

/* ==========================================================================
   9c. HOME TRENDS / TAX INDUSTRY (execor theme style)
   ========================================================================== */

.home-trends {
  margin-bottom: 10vh;
  padding-top: 100px;
}

.home-trends__row {
  display: flex;
  gap: 20px;
  align-items: stretch;
}

.home-trends__col {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

/* Dark hero card (col 1 top) */
.home-trends__hero {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: var(--accent-1);
  background-image: url('../images/service-tax-preparation.jpg');
  background-size: cover;
  background-position: center;
  background-blend-mode: overlay;
  border-radius: 8px;
  padding: 30px;
  position: relative;
  overflow: hidden;
}

.home-trends__hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-color: var(--accent-1);
  opacity: 0.7;
  z-index: 0;
}

.home-trends__hero > * {
  position: relative;
  z-index: 1;
}

.home-trends__hero-header {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 9vh;
}

.home-trends__hero h2 {
  color: var(--accent-5);
  margin: 0;
}

.home-trends__hero .btn {
  flex-direction: row-reverse;
  gap: 3em;
  align-self: flex-start;
}

/* Info cards (accent_3 bg, hover accent_2) */
.home-trends__card {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 340px;
  background-color: var(--accent-3);
  border-radius: 8px;
  padding: 30px;
  transition: background-color 0.3s ease;
}

.home-trends__card:hover {
  background-color: var(--accent-8);
}

.home-trends__card-icon {
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  margin-bottom: 9vh;
  transition: filter 0.3s ease;
}

.home-trends__card:hover .home-trends__card-icon {
  filter: brightness(0) invert(1);
}

.home-trends__card-body {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.home-trends__card-body h4 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  color: var(--accent-6);
}

.home-trends__card-body p {
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
  color: var(--accent-8);
}

/* Image card (col 2 bottom) */
.home-trends__image {
  flex: 1;
  min-height: 300px;
  border-radius: 8px;
  background-size: cover;
  background-position: center;
}

/* Chart card (col 3 top) */
.home-trends__chart {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 490px;
  background-color: var(--accent-2);
  border-radius: 8px;
  padding: 30px 30px 25px;
}

.home-trends__chart-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 30px;
}

.home-trends__chart-header h5 {
  margin: 0;
  font-size: 15px;
  font-weight: 600;
  color: var(--accent-4);
  max-width: 80%;
}

.home-trends__bars {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 10px;
  flex: 1;
}

.home-trends__bar-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  height: 100%;
  justify-content: flex-end;
}

.home-trends__bar-value {
  font-size: 18px;
  font-weight: 700;
  color: var(--accent-4);
}

.home-trends__bar-track {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 6px;
  overflow: hidden;
  flex: 1;
  display: flex;
  align-items: flex-end;
}

.home-trends__bar-fill {
  width: 100%;
  background-color: var(--accent-1);
  border-radius: 6px;
  transition: height 1s ease;
}

.home-trends__bar-label {
  font-size: 13px;
  color: var(--accent-4);
}
.home-trends__card:hover .home-trends__card-body h4, .home-trends__card:hover .home-trends__card-body p {
  color: var(--accent-3);
}
@media (max-width: 1024px) {
  .home-trends {
    margin-bottom: 60px;
  }

  .home-trends__row {
    flex-wrap: wrap;
  }

  .home-trends__col {
    flex: 1 1 calc(50% - 10px);
  }

  .home-trends__card {
    min-height: 250px;
    padding: 25px 20px;
  }

  .home-trends__hero {
    padding: 25px 20px;
  }

  .home-trends__chart {
    min-height: 300px;
    padding: 25px 20px 20px;
  }
}

@media (max-width: 767px) {
  .home-trends {
    margin-bottom: 40px;
  }

  .home-trends__row {
    flex-direction: column;
  }

  .home-trends__col {
    flex: none;
    width: 100%;
  }

  .home-trends__card {
    min-height: 150px;
  }

  .home-trends__image {
    min-height: 250px;
  }

  .home-trends__chart {
    min-height: 320px;
    padding: 20px;
  }

  .home-trends__chart-header {
    margin-bottom: 16px;
  }

  .home-trends__chart-header h5 {
    font-size: 13px;
    max-width: 75%;
  }

  .home-trends__bars {
    height: 180px;
    flex: none;
  }

  .home-trends__bar-item {
    height: 180px;
  }

  .home-trends__bar-track {
    flex: none;
    height: 120px;
  }

  .home-trends__bar-value {
    font-size: 15px;
  }

  .home-trends__bar-label {
    font-size: 12px;
  }
}

/* ==========================================================================
   9d. HOME TESTIMONIALS (execor theme style)
   ========================================================================== */

.home-testimonials {
  padding-bottom: 80px;
  padding-top: 80px;
  background: var(--accent-4);
}

.home-testimonials__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 40px;
  margin-bottom: 60px;
}

.home-testimonials__header-left {
  flex: 0 0 60%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.home-testimonials__header-left h2 {
  margin: 0;
  max-width: 620px;
}

.home-testimonials__header-right {
  display: flex;
  align-items: center;
  gap: 20px 30px;
  flex-wrap: wrap;
  justify-content: flex-end;
  padding-bottom: 10px;
}

.home-testimonials__google {
  display: flex;
  align-items: center;
  gap: 15px;
}

.home-testimonials__google-icon {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--accent-4, #F6F8FC);
  border-radius: 4px;
}

.home-testimonials__google strong {
  font-size: 18px;
  color: var(--accent-6);
}

.home-testimonials__google span {
  font-size: 14px;
  color: var(--accent-8);
  display: block;
}

.home-testimonials__btn {
  background-color: var(--accent-5);
  color: var(--accent-1);
  flex-direction: row-reverse;
  gap: 3em;
}

.home-testimonials__btn:hover {
  background-color: var(--accent-1);
  color: var(--accent-5);
}

.home-testimonials__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.home-testimonials__card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 300px;
  background-color: var(--accent-4, #F6F8FC);
  border-radius: 8px;
  padding: 30px;
  transition: background-color 0.3s ease;
}

.home-testimonials__card:hover {
  background-color: var(--accent-2);
}

.home-testimonials__quote {
  width: 32px;
  height: 32px;
  margin-bottom: 15px;
}

.home-testimonials__text {
  flex: 1;
  font-size: 15px;
  line-height: 1.7;
  color: var(--accent-8);
  margin: 0 0 20px;
}

.home-testimonials__author {
  display: flex;
  align-items: center;
  gap: 15px;
}

.home-testimonials__avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}

.home-testimonials__author-info {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.home-testimonials__name {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: var(--accent-6);
}

.home-testimonials__badge {
  display: inline-block;
  align-self: flex-start;
  background-color: var(--accent-5);
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 13px;
  color: var(--accent-1);
}

/* Trustindex widget overrides to match theme design */
.home-testimonials__widget {
  min-height: 200px;
}

.home-testimonials__widget .ti-widget {
  font-family: var(--font-body) !important;
}

.home-testimonials__widget .ti-widget .ti-review-item {
  background-color: var(--accent-4, #F6F8FC) !important;
  border-radius: 8px !important;
  border: none !important;
  transition: background-color 0.3s ease;
}

.home-testimonials__widget .ti-widget .ti-review-item:hover {
  background-color: var(--accent-3) !important;
}

.home-testimonials__widget .ti-widget .ti-stars .ti-star.f {
  color: #F7C948 !important;
}

.home-testimonials__widget .ti-widget .ti-profile-img img {
  border-radius: 50% !important;
}


@media (max-width: 1024px) {
  .home-testimonials__header {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 25px;
  }

  .home-testimonials__header-left {
    flex: none;
    width: 100%;
  }

  .home-testimonials__header-right {
    justify-content: flex-start;
    padding-bottom: 0;
  }

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

@media (max-width: 767px) {
  .home-testimonials {
    margin-bottom: 40px;
  }

  .home-testimonials__header {
    margin-bottom: 25px;
  }

  .home-testimonials__grid {
    grid-template-columns: 1fr;
  }
}

/* ==========================================================================
   9e. HOME TEAM / MEET OUR LEADERS (execor theme style)
   ========================================================================== */

.home-team {
  padding: 15vh 0 10vh;
  background: var(--accent-4);
}

.home-team__layout {
  display: flex;
  align-items: stretch;
  gap: 60px;
}

.home-team__info {
  flex: 0 0 45%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.home-team__info h2 {
  margin: 0;
  font-size: 56px;
  font-family: var(--font-stat);
  line-height: 1;
  margin-bottom: 30px;
}

.home-team__desc {
  max-width: 470px;
  font-size: 20px;
  line-height: 1.7;
  color: var(--accent-6);
  margin: 0;
}

.home-team__actions {
  display: flex;
  gap: 12px;
  margin-top: auto;
}

.home-team__actions .btn {
  flex-direction: row-reverse;
  gap: 3em;
}

.home-team__btn-outline {
  background-color: var(--accent-5);
  border: 1px solid var(--accent-7);
}

.home-team__btn-outline:hover {
  background-color: var(--accent-1);
  color: var(--accent-5);
  border-color: var(--accent-1);
}

.home-team__cards {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.home-team__card {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.home-team__avatar {
  display: block;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  background: var(--accent-3);
}

.home-team__avatar::after {
  content: '';
  position: absolute;
  inset: 0;
  background-color: var(--accent-2);
  opacity: 0;
  transition: opacity 0.3s ease;
  mix-blend-mode: color;
}

.home-team__avatar:hover::after {
  opacity: 1;
}

.home-team__avatar img {
  display: block;
  width: 100%;
  height: auto;
}

.home-team__name {
  margin: 10px 0 1px;
  font-size: 18px;
  font-weight: 600;
  color: var(--accent-6);
}

.home-team__name a {
  color: inherit;
  text-decoration: none;
}

.home-team__name a:hover {
  color: var(--accent-1);
}

.home-team__role {
  font-size: 14px;
  color: var(--accent-6);
}

@media (max-width: 1024px) {
  .home-team {
    padding: 60px 0;
  }

  .home-team__layout {
    flex-direction: column;
    gap: 40px;
  }

  .home-team__info {
    flex: none;
    width: 100%;
  }

  .home-team__cards {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .home-team {
    padding: 40px 0;
  }

  .home-team__actions {
    flex-direction: column;
    width: 100%;
  }

  .home-team__cards {
    grid-template-columns: 1fr;
  }
}

/* ==========================================================================
   9b. SERVICES SECTION (legacy - other pages)
   ========================================================================== */

.services-section {
  padding: 80px 0;
  background-color: var(--accent-1);
}

.services-section .section-header {
  text-align: center;
  margin-bottom: 60px;
}

.services-section .section-header h2 {
  color: var(--accent-5);
}

.services-section .section-header p {
  color: rgba(255, 255, 255, 0.7);
  max-width: 600px;
  margin: 0 auto;
}

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

.service-card {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  min-height: 450px;
  cursor: pointer;
}

.service-card .service-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  transition: transform var(--transition-slow);
}

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

.service-card .service-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(15, 61, 58, 0.9);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 24px;
  transition: background-color var(--transition-base);
}

.service-card:hover .service-overlay {
  background-color: rgba(15, 61, 58, 0.95);
}

.service-card .service-title {
  font-size: 20px;
  font-weight: 400;
  color: var(--accent-5);
  margin-bottom: 12px;
}

.service-card .service-excerpt {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 16px;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all var(--transition-base);
}

.service-card:hover .service-excerpt {
  max-height: 100px;
  opacity: 1;
}

.service-card .service-link {
  font-size: 14px;
  font-weight: 500;
  color: var(--accent-2);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: gap var(--transition-base);
}

.service-card:hover .service-link {
  gap: 12px;
}

/* ==========================================================================
   10. BUSINESS IMPACT SECTION (stats, gradient bars, chart)
   ========================================================================== */

.impact-section {
  padding: 80px 0;
  background-color: var(--accent-4);
}

.impact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.impact-stats {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.impact-stat-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.impact-stat-item .stat-number {
  color: var(--accent-1);
  min-width: 100px;
}

.impact-stat-item .stat-desc {
  font-size: 15px;
  color: var(--accent-8);
}

/* Gradient bar */
.gradient-bar {
  height: 6px;
  border-radius: 3px;
  background: linear-gradient(90deg, var(--accent-2) 0%, var(--teal) 100%);
  margin-top: 10px;
}

/* Animated chart */
.impact-chart {
  background: var(--accent-5);
  border-radius: var(--radius-lg);
  padding: 30px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}

.chart-bars {
  display: flex;
  align-items: flex-end;
  gap: 12px;
  height: 200px;
  padding-top: 20px;
}

.chart-bar {
  flex: 1;
  border-radius: 4px 4px 0 0;
  background: linear-gradient(180deg, var(--accent-2) 0%, var(--teal) 100%);
  transition: height 1s ease;
  position: relative;
}

.chart-bar::after {
  content: attr(data-value);
  position: absolute;
  top: -24px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 12px;
  font-weight: 500;
  color: var(--accent-1);
}

.chart-labels {
  display: flex;
  gap: 12px;
  margin-top: 10px;
}

.chart-labels span {
  flex: 1;
  text-align: center;
  font-size: 12px;
  color: var(--accent-8);
}

/* Lottie / chart area placeholder */
.lottie-container {
  width: 100%;
  border-radius: var(--radius-lg);
  overflow: hidden;
}

/* ==========================================================================
   11. TEAM SECTION
   ========================================================================== */

.team-section {
  padding: 80px 0;
  background-color: var(--accent-3);
}

.team-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
}

.team-info-col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.team-info-col .text-accent {
  margin-bottom: 12px;
  display: block;
}

.team-info-col h2 {
  margin-bottom: 16px;
}

.team-info-col p {
  margin-bottom: 24px;
  color: var(--accent-8);
}

.team-info-col .team-actions {
  justify-content: flex-start;
  margin-top: 0;
}

.team-cards-col {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.team-section .section-header {
  text-align: center;
  margin-bottom: 60px;
}

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

.team-card {
  background: var(--accent-5);
  border-radius: var(--radius-lg);
  overflow: hidden;
  text-align: center;
  transition: transform var(--transition-base), box-shadow var(--transition-base);
}

.team-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

.team-card .team-avatar {
  width: 100%;
  aspect-ratio: 1;
  background-color: var(--accent-4);
  overflow: hidden;
}

.team-card .team-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
}

.team-card .team-info {
  padding: 24px 20px;
}

.team-card .team-name {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 4px;
  color: var(--accent-6);
}

.team-card .team-role {
  font-size: 14px;
  color: var(--accent-8);
}

.team-card .team-socials {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 12px;
}

.team-card .team-socials a {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--accent-3);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all var(--transition-fast);
}

.team-card .team-socials a:hover {
  background: var(--accent-1);
  color: var(--accent-5);
}

.team-card .team-socials a svg {
  width: 14px;
  height: 14px;
  fill: currentColor;
}

/* ==========================================================================
   12. TAX TRENDS SECTION (info cards, growth chart bars)
   ========================================================================== */

.trends-section {
  padding: 80px 0;
  background-color: var(--accent-5);
}

.trends-layout {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  align-items: start;
}

.trends-header {
  margin-bottom: 24px;
}

.trends-header .text-accent {
  display: block;
  margin-bottom: 12px;
}

.trends-header h2 {
  margin-bottom: 20px;
}

.trends-col-left {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.trends-col-mid {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-top: 0;
}

.trends-col-right {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.trends-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start;
}

.trends-cards {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.trend-card {
  background: var(--accent-3);
  border-radius: var(--radius-lg);
  padding: 24px;
  display: flex;
  gap: 16px;
  align-items: flex-start;
  transition: transform var(--transition-base);
}

.trend-card:hover {
  transform: translateX(6px);
}

.trend-card .trend-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--accent-2);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 20px;
  color: var(--accent-1);
}

.trend-card .trend-icon svg {
  width: 20px;
  height: 20px;
}

.trend-card h5 {
  margin-bottom: 6px;
}

.trend-card p {
  font-size: 14px;
  color: var(--accent-8);
}

/* Growth chart */
.growth-chart {
  background: var(--accent-1);
  border-radius: var(--radius-lg);
  padding: 30px;
  color: var(--accent-5);
}

.growth-chart h4 {
  color: var(--accent-5);
  margin-bottom: 24px;
}

.growth-bars {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.growth-bar-item {
  display: flex;
  align-items: center;
  gap: 12px;
}

.growth-bar-item .bar-label {
  font-size: 13px;
  min-width: 60px;
  color: rgba(255, 255, 255, 0.7);
}

.growth-bar-item .bar-track {
  flex: 1;
  height: 8px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  overflow: hidden;
}

.growth-bar-item .bar-fill {
  height: 100%;
  background: linear-gradient(90deg, var(--accent-2), var(--teal));
  border-radius: 4px;
  transition: width 1.2s ease;
}

.growth-bar-item .bar-value {
  font-size: 13px;
  font-weight: 500;
  min-width: 40px;
  text-align: right;
  color: var(--accent-2);
}

/* ==========================================================================
   13. TESTIMONIALS SECTION (carousel, gradient cards)
   ========================================================================== */

.testimonials-section {
  padding: 80px 0;
  background-color: var(--accent-4);
  overflow: hidden;
}

.testimonials-section .section-header {
  text-align: center;
  margin-bottom: 50px;
}

.testimonials-carousel {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
}

.testimonials-track {
  display: flex;
  transition: transform var(--transition-slow);
}

.testimonial-slide {
  min-width: 100%;
  padding: 0 20px;
}

/* Testimonial card gradient: from accent-4 to accent-3 */
.testimonial-card {
  background: linear-gradient(135deg, var(--accent-4) 0%, var(--accent-3) 100%);
  border-radius: var(--radius-lg);
  padding: 50px 40px;
  position: relative;
}

/* Alternative dark gradient testimonial card */
.testimonial-card.dark {
  background: linear-gradient(135deg, var(--accent-1) 0%, var(--teal) 100%);
  color: var(--accent-5);
}

.testimonial-card .quote-icon {
  font-size: 60px;
  line-height: 1;
  color: var(--accent-2);
  opacity: 0.4;
  position: absolute;
  top: 20px;
  left: 30px;
  font-family: 'theme-icons' !important;
}

.testimonial-card .testimonial-text {
  font-family: var(--font-stat);
  font-size: 21px;
  line-height: 1.4em;
  margin-bottom: 28px;
  position: relative;
  z-index: 1;
  color: var(--accent-6);
}

.testimonial-card.dark .testimonial-text {
  color: var(--accent-5);
}

.testimonial-card .testimonial-author {
  display: flex;
  align-items: center;
  gap: 16px;
}

.testimonial-card .author-avatar {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.05);
  overflow: hidden;
  flex-shrink: 0;
}

.testimonial-card.dark .author-avatar {
  background: rgba(255, 255, 255, 0.2);
}

.testimonial-card .author-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.testimonial-card .author-name {
  font-size: 16px;
  font-weight: 500;
  color: var(--accent-6);
}

.testimonial-card.dark .author-name {
  color: var(--accent-5);
}

.testimonial-card .author-role {
  font-size: 13px;
  color: var(--accent-8);
}

.testimonial-card.dark .author-role {
  color: rgba(255, 255, 255, 0.6);
}

/* Carousel dots */
.carousel-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 30px;
}

.carousel-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--accent-7);
  cursor: pointer;
  transition: all var(--transition-fast);
  border: none;
  padding: 0;
}

.carousel-dot.active {
  background: var(--accent-1);
  width: 28px;
  border-radius: 5px;
}

/* Carousel arrows */
.carousel-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--accent-5);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: all var(--transition-fast);
  z-index: 2;
  border: none;
}

.carousel-arrow:hover {
  background: var(--accent-2);
}

.carousel-arrow.prev {
  left: -22px;
}

.carousel-arrow.next {
  right: -22px;
}

.carousel-arrow svg {
  width: 16px;
  height: 16px;
}

/* ==========================================================================
   14. BRAND LOGOS SECTION (row, dividers)
   ========================================================================== */

.logos-section {
  padding: 60px 0;
  background-color: var(--accent-5);
  border-top: 1px solid var(--accent-7);
  border-bottom: 1px solid var(--accent-7);
}

.logos-strip {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
}

.logo-item {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
  border-right: 1px solid var(--accent-7);
}

.logo-item:last-child {
  border-right: none;
}

.logo-item img {
  max-height: 40px;
  width: auto;
  opacity: 0.5;
  filter: grayscale(100%);
  transition: all var(--transition-base);
  border-radius: 0;
}

.logo-item:hover img {
  opacity: 1;
  filter: grayscale(0%);
}

/* ==========================================================================
   15. BLOG CARDS SECTION
   ========================================================================== */

.blog-section {
  padding: 80px 0;
  background-color: var(--accent-3);
}

.blog-section .section-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 50px;
}

.blog-section .section-header .header-text {
  max-width: 500px;
}

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

.blog-card {
  background: var(--accent-5);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: transform var(--transition-base), box-shadow var(--transition-base);
}

.blog-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

.blog-card .card-image {
  aspect-ratio: 16/10;
  overflow: hidden;
}

.blog-card .card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
  transition: transform var(--transition-slow);
}

.blog-card:hover .card-image img {
  transform: scale(1.05);
}

.blog-card .card-body {
  padding: 24px;
}

.blog-card .card-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
  font-size: 13px;
  color: var(--accent-8);
}

.blog-card .card-tag {
  background: var(--accent-2);
  color: var(--accent-5);
  padding: 4px 10px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 500;
}

.blog-card .card-date {
  color: var(--accent-8);
}

.blog-card .card-title {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3em;
  margin-bottom: 10px;
  color: var(--accent-6);
  transition: color var(--transition-fast);
}

.blog-card:hover .card-title {
  color: var(--accent-1);
}

.blog-card .card-excerpt {
  font-size: 14px;
  color: var(--accent-8);
  margin-bottom: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog-card .read-more {
  font-size: 14px;
  font-weight: 500;
  color: var(--accent-1);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: gap var(--transition-base);
}

.blog-card:hover .read-more {
  gap: 12px;
}

/* ==========================================================================
   16. AWARD SECTION (dark bg, hexagon SVG decorations)
   ========================================================================== */

.award-section {
  padding: 80px 0;
  background-color: var(--accent-1);
  position: relative;
  overflow: hidden;
}

/* Decorative hexagons */
.award-section .hex-deco {
  position: absolute;
  opacity: 0.06;
  pointer-events: none;
}

.award-section .hex-deco-1 {
  top: -30px;
  right: 10%;
  width: 200px;
  height: 200px;
}

.award-section .hex-deco-2 {
  bottom: -40px;
  left: 5%;
  width: 150px;
  height: 150px;
}

.award-section .hex-deco svg {
  width: 100%;
  height: 100%;
  fill: var(--accent-2);
}

.award-content {
  text-align: center;
  position: relative;
  z-index: 1;
}

.award-content h2 {
  color: var(--accent-5);
  margin-bottom: 16px;
}

.award-content p {
  color: rgba(255, 255, 255, 0.7);
  max-width: 600px;
  margin: 0 auto 32px;
}

.award-badges {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-top: 40px;
}

.award-badge {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.award-badge .badge-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: rgba(200, 248, 169, 0.1);
  border: 1px solid rgba(200, 248, 169, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
}

.award-badge .badge-icon svg,
.award-badge .badge-icon img {
  width: 36px;
  height: 36px;
  border-radius: 0;
}

.award-badge .badge-label {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
}

/* ==========================================================================
   16b. SUBSCRIBE / NEWSLETTER SECTION
   ========================================================================== */

.subscribe-section {
  background-color: var(--accent-3);
  padding: 100px 0 80px;
}

.subscribe-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-bottom: 20px;
}

.subscribe-title {
  font-family: var(--font-stat);
  font-size: 56px;
  font-weight: 400;
  line-height: 1em;
  color: var(--accent-6);
  text-align: center;
  white-space: nowrap;
}

.subscribe-form-row {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 20px;
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}

.subscribe-form-row > .btn {
  margin: 0 auto;
}

.subscribe-form {
  flex: 0 1 auto;
}

.subscribe-fields {
  display: flex;
  white-space: nowrap;
}

/* SVG pattern strip below subscribe, above footer */
.subscribe-pattern {
  height: 187px;
  background-color: var(--accent-5);
  background-image: url('../images/subscribe-bg.svg');
  background-repeat: repeat-x;
  background-position: bottom center;
  background-size: 50px 187px;
}

.subscribe-text {
  text-align: center;
}

.subscribe-text h3 {
  font-family: var(--font-stat);
  font-size: 56px;
  font-weight: 400;
  line-height: 1em;
  color: var(--accent-6);
  margin-bottom: 0;
}

.subscribe-form-wrap {
  max-width: 900px;
  width: 100%;
  margin-bottom: 100px;
}

.subscribe-input-wrap {
  flex: 1;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.subscribe-input {
  width: 100%;
  padding: 14px 16px;
  font-family: var(--font-body);
  font-size: 15px;
  color: var(--text-color);
  background-color: #ffffff;
  border: 0.5px solid var(--accent-7);
  border-radius: 6px 0 0 6px;
  border-right: none;
  outline: none;
  transition: border-color 0.3s ease;
}

.subscribe-input:focus {
  border-color: var(--accent-1);
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
}

.subscribe-input::placeholder {
  color: var(--accent-8);
}

.subscribe-fields .btn {
  border-radius: 0 6px 6px 0;
  white-space: nowrap;
  padding: 14px 20px;
  flex-direction: row-reverse;
  gap: 3em;
}

.subscribe-fields .btn:hover {
  color: #ffffff;
}

.subscribe-disclaimer {
  flex: 0 0 280px;
  font-size: 12px;
  color: var(--accent-8);
  margin: 0;
  line-height: 1.4em;
}

.subscribe-disclaimer a {
  color: var(--accent-8);
  font-size: 12px;
  transition: color 0.2s ease;
}

.subscribe-disclaimer a:hover {
  color: var(--accent-1);
}

@media (max-width: 1024px) {
  .subscribe-section {
    padding: 70px 0 60px;
  }

  .subscribe-title {
    font-size: 46px;
    white-space: normal;
  }

  .subscribe-form-row {
    flex-direction: column;
    align-items: stretch;
    text-align: left;
    gap: 10px;
  }

  .subscribe-text h3 {
    font-size: 46px;
  }

  .subscribe-form-wrap {
    width: 100%;
    max-width: 100%;
  }

  .subscribe-disclaimer {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .subscribe-section {
    padding: 50px 0 40px;
  }

  .subscribe-title {
    font-size: 30px;
  }

  .subscribe-pattern {
    height: 120px;
  }

  .subscribe-form-wrap {
    margin-bottom: 90px;
  }
}

/* ==========================================================================
   17. FOOTER (CTA, multi-column, social, bottom bar)
   ========================================================================== */

/* CTA section above footer */
.footer-cta {
  background-color: var(--accent-1);
  border-radius: var(--radius-lg);
  margin: 0 30px 15px;
  position: relative;
  z-index: 1;
}

.footer-cta-inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  padding: 10vh 0;
}

.footer-cta-content {
  flex: 0 0 50%;
  padding-right: 10%;
}

.footer-cta-content h2 {
  color: var(--accent-5);
  margin-bottom: 20px;
}

.footer-cta-side {
  flex: 0 0 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.footer-cta-side p {
  color: rgba(255, 255, 255, 0.7);
  max-width: 400px;
  margin-bottom: 20px;
}

.footer-cta-side .cta-logo-sign {
  margin-top: 10px;
  justify-content: flex-start;
}

.footer-cta p {
  color: rgba(255, 255, 255, 0.7);
  max-width: 500px;
  margin: 0 auto 28px;
}

.footer-cta .cta-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

/* Footer main container */
.site-footer {
  background-color: var(--accent-1);
  color: rgba(255, 255, 255, 0.7);
  overflow: hidden;
}

.footer-wrapper {
  margin-top: 0;
}

.footer-brand-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 10px 0;
}

.footer-brand-row .footer-logo-wrap {
  max-width: 367px;
}

.footer-brand .footer-logo {
  display: inline-block;
  margin-bottom: 16px;
}

.footer-brand .footer-logo img {
  max-width: 90px;
  border-radius: 0;
}

.footer-brand .footer-logo-icon {
  font-size: 28px;
  color: var(--accent-2);
}

.footer-brand p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  max-width: 300px;
  margin-bottom: 20px;
}

.footer-columns {
  display: flex;
  gap: 50px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-socials {
  display: flex;
  gap: 4px;
}

.footer-socials a {
  width: 36px;
  height: 36px;
  border-radius: var(--radius-sm);
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--accent-3);
  transition: all var(--transition-fast);
  font-size: 17px;
}

.footer-socials a:hover {
  background: var(--accent-7);
  color: var(--accent-2);
}

.footer-socials a svg {
  width: 17px;
  height: 17px;
  fill: currentColor;
}

/* Footer columns */
.footer-col h6 {
  color: var(--accent-5);
  margin-bottom: 20px;
  font-weight: 500;
}

.footer-col h6.muted-heading {
  color: rgba(255, 255, 255, 0.15);
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.footer-links a {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5em;
  color: var(--accent-5);
  padding: 2px 0;
  transition: color var(--transition-fast);
}

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

/* Footer main area */
.footer-main {
  padding: 60px 0 40px;
}

/* Footer 4-column grid */
.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1.5fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 0;
  border-bottom: none;
}

/* Brand column */
.footer-col-brand .footer-logo {
  display: inline-block;
  margin-bottom: 16px;
}

.footer-col-brand .footer-logo img {
  max-width: 92px;
  border-radius: 0;
}

.footer-tagline {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.5em;
}

.footer-tagline .color-accent,
.footer-contact .color-accent {
  color: var(--accent-2);
}

/* Company column with 2 sub-columns */
.footer-nav-columns {
  display: flex;
  gap: 40px;
}

/* Contact in footer */
.footer-contact {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.footer-contact p {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.5em;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 8px;
}

.footer-contact-icon {
  flex-shrink: 0;
  stroke: var(--accent-2);
}

.footer-contact a {
  color: rgba(255, 255, 255, 0.7);
  transition: color 0.2s ease;
}

.footer-contact a:hover {
  color: var(--accent-2);
}

/* Social bar section */
.footer-social-bar {
  padding: 30px 0;
}

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

/* Scroll to top button inside footer */
.footer-scroll-top {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  color: var(--accent-5);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  transition: all 0.2s ease;
  cursor: pointer;
  text-decoration: none;
}

.footer-scroll-top:hover {
  background: var(--accent-2);
  color: var(--accent-5);
}

/* Footer bottom bar */
.footer-bottom {
  padding: 0 0 40px;
}

.footer-divider {
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
  margin-bottom: 20px;
}

.footer-bottom-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}

.footer-copyright {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.3);
}

.footer-copyright a {
  color: rgba(255, 255, 255, 0.3);
  transition: color 0.2s ease;
}

.footer-copyright a:hover {
  color: var(--accent-2);
}

.footer-bottom-links {
  display: flex;
  gap: 20px;
}

.footer-bottom-links a {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.3);
  transition: color 0.2s ease;
}

.footer-bottom-links a:hover {
  color: var(--accent-2);
}

/* Scroll to top floating button */
.scroll-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--accent-1);
  color: var(--accent-5);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all var(--transition-base);
  z-index: 900;
  border: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.scroll-to-top.visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.scroll-to-top:hover {
  background: var(--accent-2);
  color: var(--accent-5);
}

.scroll-to-top svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

/* ==========================================================================
   18. INNER PAGE STYLES
   ========================================================================== */

/* --- Services Detail Page --- */
.service-detail {
  padding: 80px 0;
}

.service-detail-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 50px;
}

.service-detail-content h2 {
  margin-bottom: 20px;
}

.service-detail-content p {
  margin-bottom: 16px;
}

.service-detail-content ul {
  margin: 16px 0 24px;
}

.service-detail-content ul li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 10px;
  color: var(--text-color);
}

.service-detail-content ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--accent-2);
}

.service-sidebar {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.sidebar-widget {
  background: var(--accent-3);
  border-radius: var(--radius-lg);
  padding: 28px;
}

.sidebar-widget h5 {
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--accent-7);
}

.sidebar-nav {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.sidebar-nav a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  border-radius: var(--radius-sm);
  font-size: 14px;
  color: var(--text-color);
  transition: all var(--transition-fast);
}

.sidebar-nav a:hover,
.sidebar-nav a.active {
  background: var(--accent-1);
  color: var(--accent-5);
}

.sidebar-cta {
  background: var(--accent-1);
  border-radius: var(--radius-lg);
  padding: 28px;
  text-align: center;
}

.sidebar-cta h5 {
  color: var(--accent-5);
  border: none;
  padding: 0;
}

.sidebar-cta p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  margin-bottom: 16px;
}

/* --- About Page --- */
.about-intro {
  padding: 80px 0;
}

.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
}

.about-image {
  border-radius: var(--radius-lg);
  overflow: hidden;
}

.about-image img {
  width: 100%;
  height: auto;
}

.about-values {
  padding: 80px 0;
  background: var(--accent-3);
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 50px;
}

.value-card {
  background: var(--accent-5);
  border-radius: var(--radius-lg);
  padding: 32px 24px;
  text-align: center;
}

.value-card .value-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--accent-2);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
  font-size: 24px;
  color: var(--accent-1);
}

.about-timeline {
  padding: 80px 0;
}

.timeline {
  position: relative;
  max-width: 800px;
  margin: 40px auto 0;
}

.timeline::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 2px;
  background: var(--accent-7);
  transform: translateX(-50%);
}

.timeline-item {
  display: flex;
  margin-bottom: 40px;
  position: relative;
}

.timeline-item:nth-child(odd) {
  padding-right: calc(50% + 30px);
  text-align: right;
}

.timeline-item:nth-child(even) {
  padding-left: calc(50% + 30px);
}

.timeline-item .timeline-dot {
  position: absolute;
  left: 50%;
  top: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--accent-2);
  border: 3px solid var(--accent-5);
  transform: translateX(-50%);
  box-shadow: 0 0 0 3px var(--accent-7);
}

.timeline-year {
  font-weight: 500;
  color: var(--accent-1);
  margin-bottom: 4px;
}

/* --- Contact Page --- */
.contact-section {
  padding: 80px 0;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}

.contact-info {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.contact-info-item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.contact-info-item .info-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--accent-3);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 20px;
  color: var(--accent-1);
}

.contact-info-item .info-icon svg {
  width: 20px;
  height: 20px;
  fill: var(--accent-1);
}

.contact-info-item h6 {
  margin-bottom: 4px;
}

.contact-info-item p {
  font-size: 14px;
  color: var(--accent-8);
}

.contact-map {
  margin-top: 40px;
  border-radius: var(--radius-lg);
  overflow: hidden;
  height: 300px;
}

.contact-map iframe {
  width: 100%;
  height: 100%;
  border: none;
}

/* Forms */
.form-group {
  margin-bottom: 16px;
}

.form-group label {
  display: block;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 6px;
  color: var(--accent-6);
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 11px 16px;
  border: 0.5px solid var(--accent-7);
  border-radius: var(--radius-sm);
  font-size: 15px;
  color: var(--text-color);
  background: var(--accent-5);
  transition: all var(--transition-fast);
  outline: none;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: var(--accent-1);
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
}

.form-group textarea {
  min-height: 120px;
  resize: vertical;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
  color: var(--accent-8);
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.form-checkbox {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 16px;
}

.form-checkbox input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  accent-color: var(--accent-1);
}

.form-checkbox label {
  font-size: 14px;
  color: var(--accent-8);
  margin-bottom: 0;
}

/* --- Blog Listing Page --- */
.blog-listing {
  padding: 60px 0;
}

.blog-listing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.blog-filters {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.blog-filter-btn {
  padding: 8px 18px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid var(--accent-7);
  background: var(--accent-5);
  color: var(--text-color);
  cursor: pointer;
  transition: all var(--transition-fast);
}

.blog-filter-btn:hover,
.blog-filter-btn.active {
  background: var(--accent-1);
  color: var(--accent-5);
  border-color: var(--accent-1);
}

/* Pagination */
.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-top: 50px;
}

.pagination a,
.pagination span {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius-sm);
  font-size: 14px;
  font-weight: 500;
  color: var(--text-color);
  border: 1px solid var(--accent-7);
  transition: all var(--transition-fast);
}

.pagination a:hover {
  background: var(--accent-3);
  border-color: var(--accent-1);
  color: var(--accent-1);
}

.pagination .current {
  background: var(--accent-1);
  color: var(--accent-5);
  border-color: var(--accent-1);
}

/* Blog single post */
.blog-single {
  padding: 60px 0;
}

.blog-single-content {
  max-width: 800px;
  margin: 0 auto;
}

.blog-single-content .featured-image {
  margin-bottom: 30px;
  border-radius: var(--radius-lg);
  overflow: hidden;
}

.blog-single-content .post-meta {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
  font-size: 14px;
  color: var(--accent-8);
}

.blog-single-content h1 {
  margin-bottom: 24px;
}

.blog-single-content .post-body p {
  margin-bottom: 18px;
  line-height: 1.7em;
}

.blog-single-content .post-body h2,
.blog-single-content .post-body h3 {
  margin-top: 36px;
  margin-bottom: 16px;
}

.blog-single-content .post-body ul,
.blog-single-content .post-body ol {
  margin: 16px 0;
  padding-left: 24px;
}

.blog-single-content .post-body ul li,
.blog-single-content .post-body ol li {
  margin-bottom: 8px;
  list-style: disc;
}

.blog-single-content .post-body ol li {
  list-style: decimal;
}

.post-tags {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid var(--accent-7);
}

.post-tags a {
  padding: 6px 14px;
  border-radius: 4px;
  font-size: 13px;
  background: var(--accent-3);
  color: var(--accent-1);
  transition: all var(--transition-fast);
}

.post-tags a:hover {
  background: var(--accent-1);
  color: var(--accent-5);
}

/* --- Worksheets / Resources --- */
.worksheets-section {
  padding: 60px 0;
}

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

.worksheet-card {
  background: var(--accent-5);
  border: 1px solid var(--accent-7);
  border-radius: var(--radius-lg);
  padding: 28px;
  transition: all var(--transition-base);
}

.worksheet-card:hover {
  border-color: var(--accent-1);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}

.worksheet-card .worksheet-icon {
  width: 48px;
  height: 48px;
  border-radius: var(--radius-lg);
  background: var(--accent-3);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  font-size: 22px;
  color: var(--accent-1);
}

.worksheet-card .worksheet-icon svg {
  width: 22px;
  height: 22px;
  fill: var(--accent-1);
}

.worksheet-card h5 {
  margin-bottom: 8px;
}

.worksheet-card p {
  font-size: 14px;
  color: var(--accent-8);
  margin-bottom: 16px;
}

.worksheet-card .download-link {
  font-size: 14px;
  font-weight: 500;
  color: var(--accent-1);
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

/* --- Careers / Job Listings --- */
.careers-section {
  padding: 60px 0;
}

.careers-intro {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 50px;
}

.job-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 900px;
  margin: 0 auto;
}

.job-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--accent-5);
  border: 1px solid var(--accent-7);
  border-radius: var(--radius-lg);
  padding: 24px 28px;
  transition: all var(--transition-base);
}

.job-card:hover {
  border-color: var(--accent-1);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
}

.job-card .job-info h5 {
  margin-bottom: 6px;
}

.job-card .job-meta {
  display: flex;
  gap: 16px;
  font-size: 14px;
  color: var(--accent-8);
}

.job-card .job-meta span {
  display: flex;
  align-items: center;
  gap: 4px;
}

/* --- Testimonials Grid Page --- */
.testimonials-grid-section {
  padding: 60px 0;
}

.testimonials-page-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.testimonial-grid-card {
  background: var(--accent-3);
  border-radius: var(--radius-lg);
  padding: 32px;
}

.testimonial-grid-card .stars {
  display: flex;
  gap: 2px;
  margin-bottom: 16px;
  color: #F5A623;
}

.testimonial-grid-card .stars svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}

.testimonial-grid-card .testimonial-text {
  font-family: var(--font-stat);
  font-size: 18px;
  line-height: 1.5em;
  margin-bottom: 20px;
}

.testimonial-grid-card .testimonial-author {
  display: flex;
  align-items: center;
  gap: 12px;
}

.testimonial-grid-card .author-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--accent-4);
  overflow: hidden;
}

.testimonial-grid-card .author-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.testimonial-grid-card .author-name {
  font-size: 15px;
  font-weight: 500;
  color: var(--accent-6);
}

.testimonial-grid-card .author-role {
  font-size: 13px;
  color: var(--accent-8);
}

/* --- Legal Pages (Privacy, Terms) --- */
.legal-page {
  padding: 60px 0;
}

.legal-content {
  max-width: 800px;
  margin: 0 auto;
}

.legal-content h2 {
  font-size: 28px;
  margin-top: 40px;
  margin-bottom: 16px;
}

.legal-content h3 {
  font-size: 22px;
  margin-top: 30px;
  margin-bottom: 12px;
}

.legal-content p {
  margin-bottom: 14px;
  line-height: 1.7em;
}

.legal-content ul,
.legal-content ol {
  margin: 12px 0 20px;
  padding-left: 24px;
}

.legal-content ul li {
  list-style: disc;
  margin-bottom: 6px;
}

.legal-content ol li {
  list-style: decimal;
  margin-bottom: 6px;
}

/* --- Free Consultation Page --- */
.consultation-section {
  padding: 80px 0;
}

.consultation-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
}

.consultation-info h2 {
  margin-bottom: 16px;
}

.consultation-info p {
  color: var(--accent-8);
  margin-bottom: 24px;
}

.consultation-features {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.consultation-feature {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.consultation-feature .feature-check {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--accent-2);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 2px;
  font-size: 12px;
  color: var(--accent-1);
}

.consultation-feature .feature-check svg {
  width: 12px;
  height: 12px;
  fill: var(--accent-1);
}

.consultation-form {
  background: var(--accent-3);
  border-radius: var(--radius-lg);
  padding: 36px;
}

.consultation-form h4 {
  margin-bottom: 24px;
}

/* ==========================================================================
   19. FAQ ACCORDION
   ========================================================================== */

.faq-section {
  padding: 80px 0;
}

.faq-list {
  max-width: 800px;
  margin: 0 auto;
}

.faq-item {
  border: 1px solid var(--accent-7);
  border-radius: var(--radius-lg);
  margin-bottom: 12px;
  overflow: hidden;
  transition: border-color var(--transition-fast);
}

.faq-item.open {
  border-color: var(--accent-1);
}

.faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 20px 24px;
  font-size: 16px;
  font-weight: 500;
  color: var(--accent-6);
  background: var(--accent-5);
  border: none;
  cursor: pointer;
  text-align: left;
  font-family: inherit;
  transition: color var(--transition-fast);
}

.faq-question:hover {
  color: var(--accent-1);
}

.faq-question .faq-toggle {
  flex-shrink: 0;
  transition: transform var(--transition-base);
  font-size: 14px;
}

.faq-item.open .faq-question .faq-toggle {
  transform: rotate(180deg);
}

.faq-question svg {
  flex-shrink: 0;
  transition: transform var(--transition-base);
}

.faq-item.open .faq-question svg {
  transform: rotate(180deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height var(--transition-base);
}

.faq-answer p {
  padding: 0 24px 20px;
  font-size: 15px;
  color: var(--accent-8);
  line-height: 1.6em;
}

/* ==========================================================================
   20. ANIMATIONS
   ========================================================================== */

/* Fade in on scroll */
.fade-in {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}

/* Slide in from left */
.slide-in-left {
  opacity: 0;
  transform: translateX(-40px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.slide-in-left.visible {
  opacity: 1;
  transform: translateX(0);
}

/* Slide in from right */
.slide-in-right {
  opacity: 0;
  transform: translateX(40px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.slide-in-right.visible {
  opacity: 1;
  transform: translateX(0);
}

/* Scale in */
.scale-in {
  opacity: 0;
  transform: scale(0.9);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.scale-in.visible {
  opacity: 1;
  transform: scale(1);
}

/* Stagger children */
.stagger-children .fade-in:nth-child(1) { transition-delay: 0s; }
.stagger-children .fade-in:nth-child(2) { transition-delay: 0.1s; }
.stagger-children .fade-in:nth-child(3) { transition-delay: 0.2s; }
.stagger-children .fade-in:nth-child(4) { transition-delay: 0.3s; }
.stagger-children .fade-in:nth-child(5) { transition-delay: 0.4s; }
.stagger-children .fade-in:nth-child(6) { transition-delay: 0.5s; }

/* Keyframe animations */
@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

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

@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(40px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-40px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* Float animation for decorative elements */
@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

.float-anim {
  animation: float 4s ease-in-out infinite;
}

/* Pulse animation */
@keyframes pulse {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.05); opacity: 0.8; }
}

/* Spin for loading states */
@keyframes spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

.loading-spinner {
  width: 24px;
  height: 24px;
  border: 2px solid var(--accent-7);
  border-top-color: var(--accent-1);
  border-radius: 50%;
  animation: spin 0.6s linear infinite;
}

/* Animation utility classes */
.anim-fade-in {
  animation: fadeIn 0.6s ease forwards;
}

.anim-slide-up {
  animation: slideInUp 0.6s ease forwards;
}

.anim-slide-right {
  animation: slideInRight 0.6s ease forwards;
}

/* ==========================================================================
   21. RESPONSIVE BREAKPOINTS
   ========================================================================== */

/* --- Tablet: max-width 1024px --- */
@media (max-width: 1024px) {
  :root {
    --container-padding: 20px;
  }

  /* Typography - exact Execor tablet values */
  h1 { font-size: 36px; line-height: 1em; }
  h2 { font-size: 32px; line-height: 1.1em; }
  h3 { font-size: 24px; line-height: 1.1em; }
  h4 { font-size: 20px; }
  h5 { font-size: 18px; }

  .stat-number {
    font-size: 46px;
  }

  .stat-number-alt {
    font-size: 50px;
  }

  .hero-content h1 {
    font-size: 46px;
  }

  .hero-container {
    flex-direction: column;
    gap: 40px;
  }

  .hero-content {
    max-width: 100%;
  }

  .stat-card {
    min-height: auto;
    min-width: 0;
  }

  .hero-deco-bars {
    transform: scale(1);
  }

  .deco-bar:nth-child(1) { min-height: 90px; }
  .deco-bar:nth-child(2) { min-height: 120px; }
  .deco-bar:nth-child(3) { min-height: 150px; }
  .deco-bar:nth-child(4) { min-height: 180px; }
  .deco-bar:nth-child(5) { min-height: 210px; }
  .deco-bar:nth-child(6) { min-height: 240px; }

  /* Header tablet */
  .site-header {
    min-height: 60px;
  }

  .main-nav {
    display: none !important;
  }

  .hamburger {
    display: flex !important;
    width: 44px;
    height: 44px;
    background-color: var(--accent-2);
    border-radius: 6px;
  }

  .header-cta-btn {
    display: none !important;
  }

  .header-nav-actions {
    flex: 0 0 auto;
    margin-left: auto;
    gap: 10px;
  }

  .mobile-nav {
    top: 60px;
    max-height: calc(100vh - 60px);
  }

  /* Hero */
  .hero {
    min-height: 500px;
    padding: 30px 20px;
    margin-bottom: 60px;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .hero-stats {
    flex-direction: column;
  }

  .stat-card {
    min-height: auto;
  }

  .stat-card:first-child {
    border-radius: var(--radius-lg) var(--radius-lg) 0 0;
  }

  .stat-card:last-child {
    border-radius: 0 0 var(--radius-lg) var(--radius-lg);
  }

  .hero-stats-grid {
    max-width: 500px;
  }

  /* Vision */
  .vision-grid {
    flex-wrap: wrap;
  }

  .vision-card {
    flex: 1 1 calc(50% - 20px);
  }

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

  .service-card {
    min-height: 360px;
  }

  /* Impact */
  .impact-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  /* Team */
  .team-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  /* Team layout */
  .team-layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .team-info-col {
    text-align: center;
    align-items: center;
  }

  .team-info-col .team-actions {
    justify-content: center;
  }

  /* Trends */
  .trends-layout {
    grid-template-columns: 1fr;
    gap: 24px;
  }

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

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

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

  /* Footer - exact from ref-post3425 tablet */
  .footer-cta {
    margin: 0 20px 15px;
    padding: 0 20px;
  }

  .footer-cta-inner {
    padding: 80px 0 60px;
  }

  .site-footer {
    padding: 0 20px;
    margin: 0 20px 15px;
  }

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

  .footer-brand .footer-logo-icon {
    font-size: 20px;
  }

  .footer-columns {
    gap: 40px;
  }

  /* Inner pages */
  .service-detail-grid {
    grid-template-columns: 1fr;
  }

  .service-sidebar {
    order: -1;
  }

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

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

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

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

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

  /* Logos */
  .logos-strip {
    flex-wrap: wrap;
  }

  .logo-item {
    flex: 0 0 33.333%;
    padding: 16px 20px;
    border-right: none;
    border-bottom: 1px solid var(--accent-7);
  }

  /* Carousel arrows */
  .carousel-arrow.prev {
    left: 0;
  }

  .carousel-arrow.next {
    right: 0;
  }

  /* Award badges */
  .award-badges {
    flex-wrap: wrap;
    gap: 24px;
  }

  /* Grid helpers */
  .grid-4 {
    grid-template-columns: repeat(2, 1fr);
  }

  /* Dropdown mobile adjustments */
  .dropdown-menu {
    margin-top: 8px !important;
    border-radius: 0 0 var(--radius-md) var(--radius-md);
  }

  .dropdown-menu li:first-child a {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .dropdown-menu li a {
    padding: 15px 20px;
  }
}

/* --- Mobile: max-width 767px --- */
@media (max-width: 767px) {
  :root {
    --container-padding: 15px;
  }

  /* Typography - exact Execor mobile values */
  body {
    font-size: 16px;
    line-height: 1.5em;
  }

  h1 { font-size: 30px; line-height: 1em; }
  h2 { font-size: 28px; line-height: 1.3em; }
  h3 { font-size: 24px; line-height: 1.1em; }

  .stat-number {
    font-size: 36px;
    line-height: 1.2em;
  }

  .stat-number-alt {
    font-size: 40px;
  }

  .hero-content h1 {
    font-size: 30px;
    line-height: 1.2em;
  }

  .hero {
    min-height: 100svh;
    align-items: stretch;
  }

  .hero::before {
    background: linear-gradient(180deg, rgba(15,30,58,0) 10%, rgba(15,30,58,0.7) 50%, rgba(15,30,58,0.95) 100%);
  }

  .hero-container {
    flex-direction: column;
    justify-content: flex-end;
    gap: 0;
    padding-top: 120px;
    padding-bottom: 0;
    min-height: 64svh;
  }

  .hero-content {
    padding-bottom: 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }

  .hero-content p {
    font-size: 15px;
  }

  .hero-right {
    width: 100%;
  }

  .hero-stats-row {
    flex-direction: row;
    width: 100%;
  }

  .stat-card {
    flex: 1;
    min-height: auto;
    min-width: 0;
    padding: 16px;
  }

  .stat-card-glass {
    border-radius: 8px 0 0 0;
  }

  .stat-card-green {
    border-radius: 0 8px 0 0;
  }

  .stat-card .stat-value {
    font-size: 22px;
  }

  .stat-card .stat-desc {
    font-size: 13px;
  }

  .hero-deco-bars {
    display: none;
  }

  .deco-bar-hide-mobile {
    display: none;
  }

  /* Sections */
  .section {
    padding: 50px 0;
  }

  .section-lg {
    padding: 70px 0;
  }

  /* Header mobile */
  .site-header {
    min-height: 50px;
  }

  .header-phone-btn {
    display: none;
  }

  .header-spacer {
    height: 50px;
  }

  .mobile-nav {
    top: 50px;
    max-height: calc(100vh - 50px);
  }

  /* Hero */
  .hero {
    min-height: 400px;
    padding: 20px 15px;
    margin-bottom: 30px;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-end;
  }

  .hero-content {
    max-width: 100%;
  }

  .hero-content p {
    font-size: 16px;
  }

  .hero-actions {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-stats {
    flex-direction: column;
  }

  .hero-stats-grid {
    grid-template-columns: 1fr 1fr;
    max-width: 100%;
  }

  .stat-card {
    padding: 16px;
    min-height: auto;
  }

  .stat-card-grid {
    padding: 20px 16px;
  }

  /* Page hero */
  .page-hero {
    padding: 80px 0 60px;
  }

  /* Vision - handled by flex responsive rules above */

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

  .service-card {
    min-height: 280px;
  }

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

  /* Blog */
  .blog-grid {
    grid-template-columns: 1fr;
  }

  .blog-listing-grid {
    grid-template-columns: 1fr;
  }

  .blog-section .section-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  /* Testimonials */
  .testimonial-card {
    padding: 32px 24px;
  }

  .testimonial-card .testimonial-text {
    font-size: 18px;
  }

  .carousel-arrow {
    display: none;
  }

  .testimonials-page-grid {
    grid-template-columns: 1fr;
  }

  /* Footer - exact from ref-post3425 mobile */
  .footer-cta {
    margin: 0 15px 10px;
    padding: 0 15px;
  }

  .footer-cta-inner {
    padding: 50px 0 30px;
    flex-direction: column;
  }

  .footer-cta-content {
    flex: 0 0 100%;
    padding-right: 0;
  }

  .footer-cta-side {
    flex: 0 0 100%;
    margin-top: 24px;
  }

  .site-footer {
    padding: 0 15px;
    margin: 0 15px 10px;
  }

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

  .footer-grid-3 {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .footer-col-social {
    align-items: flex-start;
  }

  .footer-col-social .footer-socials {
    justify-content: flex-start;
  }

  .team-cards-col {
    grid-template-columns: 1fr;
  }

  .footer-columns {
    flex-direction: column;
    gap: 30px;
  }

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

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

  .footer-bottom-links {
    justify-content: center;
  }

  .footer-brand-row {
    flex-direction: column;
    gap: 16px;
  }

  /* Logo strip */
  .logo-item {
    flex: 0 0 50%;
  }

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

  /* Job cards */
  .job-card {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  /* Worksheets */
  .worksheets-grid {
    grid-template-columns: 1fr;
  }

  /* Values */
  .values-grid {
    grid-template-columns: 1fr;
  }

  /* Award badges */
  .award-badges {
    gap: 20px;
  }

  .award-badge .badge-icon {
    width: 64px;
    height: 64px;
  }

  /* Timeline */
  .timeline::before {
    left: 20px;
  }

  .timeline-item:nth-child(odd),
  .timeline-item:nth-child(even) {
    padding-left: 50px;
    padding-right: 0;
    text-align: left;
  }

  .timeline-item .timeline-dot {
    left: 20px;
  }

  /* Scroll to top */
  .scroll-to-top {
    bottom: 20px;
    right: 20px;
    width: 38px;
    height: 38px;
  }

  /* Grid helpers */
  .grid-2,
  .grid-3,
  .grid-4 {
    grid-template-columns: 1fr;
  }

  .col-2,
  .col-3,
  .col-4,
  .col-6,
  .col-8 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  /* Dropdown mobile adjustments */
  .dropdown-menu {
    margin-top: 4px !important;
  }

  .dropdown-menu li a {
    padding: 15px;
  }
}

/* --- Small Mobile: max-width 480px --- */
@media (max-width: 480px) {
  h1 { font-size: 26px; }
  h2 { font-size: 24px; }
  h3 { font-size: 20px; }

  .stat-number {
    font-size: 30px;
  }

  .stat-number-alt {
    font-size: 34px;
  }

  .text-accent {
    font-size: 17px;
  }

  .hero-content .hero-title {
    font-size: 30px;
  }

  .hero-stats-grid {
    grid-template-columns: 1fr;
  }

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

  .btn {
    padding: 14px 15px;
    font-size: 13px;
  }

  .btn-lg {
    padding: 16px 28px;
    font-size: 14px;
  }

  .footer-cta .cta-actions {
    flex-direction: column;
    align-items: center;
  }

  .logo-item {
    flex: 0 0 50%;
  }

  .consultation-form {
    padding: 24px;
  }

  .mobile-nav .mobile-menu li a {
    font-size: 15px;
  }
}

/* ==========================================================================
   UTILITY CLASSES
   ========================================================================== */

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.hidden { display: none !important; }
.visible { display: block !important; }

.mt-0 { margin-top: 0; }
.mt-1 { margin-top: 8px; }
.mt-2 { margin-top: 16px; }
.mt-3 { margin-top: 24px; }
.mt-4 { margin-top: 32px; }
.mt-5 { margin-top: 48px; }

.mb-0 { margin-bottom: 0; }
.mb-1 { margin-bottom: 8px; }
.mb-2 { margin-bottom: 16px; }
.mb-3 { margin-bottom: 24px; }
.mb-4 { margin-bottom: 32px; }
.mb-5 { margin-bottom: 48px; }

.pt-0 { padding-top: 0; }
.pb-0 { padding-bottom: 0; }

.w-100 { width: 100%; }

.rounded { border-radius: var(--radius-lg); }
.rounded-sm { border-radius: var(--radius-sm); }
.rounded-full { border-radius: 50%; }

.shadow { box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06); }
.shadow-lg { box-shadow: 0 12px 40px rgba(0, 0, 0, 0.1); }

.bg-dark { background-color: var(--accent-1); }
.bg-light { background-color: var(--accent-3); }
.bg-warm { background-color: var(--accent-4); }
.bg-white { background-color: var(--accent-5); }

.text-dark { color: var(--accent-6); }
.text-white { color: var(--accent-5); }
.text-green { color: var(--accent-1); }
.text-teal { color: var(--teal); }

/* ==========================================================================
   HOMEPAGE CUSTOM
   ========================================================================== */

.team-grid-2 {
  grid-template-columns: repeat(2, 1fr) !important;
  max-width: 700px;
  margin: 0 auto;
}

.team-actions {
  justify-content: center;
  margin-top: 24px;
}

.google-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 16px;
}

.google-badge svg {
  border-radius: 0;
}

.award-logo {
  margin: 0 auto 20px;
  border-radius: 0 !important;
}

.award-year {
  color: var(--accent-5) !important;
  margin-bottom: 8px;
}

.award-label {
  color: var(--accent-2);
  display: block;
  margin-bottom: 12px;
}

.logos-title {
  margin-bottom: 30px;
}

.cta-logo-sign {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  font-size: 48px;
  color: var(--accent-2);
  opacity: 0.3;
}

.growth-chart-header {
  margin-bottom: 24px;
}

.chart-lottie {
  min-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-label {
  display: block;
}

/* Footer 3-column grid (no brand column) */
.footer-grid-3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-col-social {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
}

.footer-col-social .footer-socials {
  justify-content: flex-end;
}

.footer-col-social .footer-back-top {
  margin-top: auto;
}

.mobile-phone-btn {
  color: var(--accent-5);
  border-color: rgba(255, 255, 255, 0.3);
}

.mobile-phone-btn:hover {
  color: var(--accent-2);
  border-color: var(--accent-2);
}

.services-section .section-header .section-label {
  color: var(--accent-2);
}

.blog-track {
  display: flex;
  transition: transform var(--transition-slow);
}

.blog-track .blog-card {
  min-width: 50%;
  padding: 0 10px;
}

@media (max-width: 767px) {
  .team-grid-2 {
    grid-template-columns: 1fr !important;
  }

  .blog-track .blog-card {
    min-width: 100%;
  }
}

.contact-hero {
  background-color: var(--accent-3);
  text-align: left;
  padding: 6vh 0 6vh;
  margin-bottom: 10vh;
}

.contact-hero::before {
  display: none;
}

.contact-hero-inner {
  max-width: 100%;
}

.contact-hero .breadcrumb {
  justify-content: flex-start;
  margin-bottom: 16px;
  font-size: 14px;
  color: var(--text-color);
}

.contact-hero .breadcrumb a {
  color: var(--text-color);
}

.contact-hero-divider {
  width: 100%;
  height: 1px;
  background: var(--accent-7);
  margin-bottom: 20px;
}

.contact-hero-text h1 {
  font-family: var(--font-stat);
  font-size: 56px;
  font-weight: 400;
  line-height: 1em;
  color: var(--accent-6);
  margin-bottom: 12px;
}

.contact-hero-text p {
  color: var(--text-color);
  font-size: 17px;
  max-width: 50%;
  margin: 0;
}

.contact-hero .breadcrumb .separator {
  color: var(--accent-8);
}

/* --- Contact Cards Row (3 cards) --- */
.contact-cards-section {
  margin-top: 15vh;
  margin-bottom: 10vh;
  padding: 0;
}

.contact-cards-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.contact-card {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  padding: 50px 30px;
  background: var(--accent-3);
  border-radius: 8px;
  transition: background-color 0.3s ease;
  text-decoration: none;
  color: inherit;
}

.contact-card:hover {
  background: var(--accent-2);
}

.contact-card-icon {
  width: 52px;
  height: 52px;
  border-radius: 8px;
  background: rgba(255,255,255,0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 24px;
  color: var(--accent-1);
  transition: all var(--transition-base);
}

.contact-card:hover .contact-card-icon {
  background: rgba(255,255,255,0.7);
  color: var(--accent-1);
}

.contact-card-text {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.contact-card-label {
  font-size: 16px;
  font-weight: 400;
  color: var(--accent-6);
  margin-bottom: 10px;
}

.contact-card-value {
  font-size: 16px;
  font-weight: 400;
  color: var(--accent-6);
}

.contact-card-arrow {
  flex-shrink: 0;
  font-size: 16px;
  color: var(--text-color);
  margin-top: 10px;
  transition: transform 0.3s ease;
}

.contact-card:hover .contact-card-arrow {
  transform: translateX(4px);
}

/* --- Contact Form Section (2 columns) --- */
.contact-form-section {
  padding:40px 0 80px 0;
}

.contact-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: flex-start;
}

.contact-form-info {
  padding-right: 8%;
}

.contact-form-info .text-accent {
  display: block;
  margin-bottom: 16px;
}

.contact-form-info h2 {
  margin-bottom: 16px;
}

.contact-form-info > p {
  color: var(--accent-8);
  font-size: 15px;
  margin-bottom: 32px;
}

/* --- Contact Link Cards (stacked, overlapping) --- */
.contact-link-cards {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.contact-link-card {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  padding: 35px 30px 60px;
  background: var(--accent-3);
  border-radius: 8px;
  transition: background-color 0.3s ease;
  text-decoration: none;
  color: inherit;
}

/* 2nd card: white bg, overlaps 1st */
.contact-link-card:nth-child(2) {
  background: var(--accent-5);
  margin-top: -20px;
}

/* 3rd card: light bg, overlaps 2nd, less bottom padding */
.contact-link-card:nth-child(3) {
  margin-top: -20px;
  padding-bottom: 50px;
}

.contact-link-card:hover {
  background: var(--accent-2);
}

.contact-link-icon {
  width: 52px;
  height: 52px;
  border-radius: 8px;
  background: rgba(255,255,255,0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 24px;
  color: var(--accent-1);
  transition: all 0.3s ease;
}

.contact-link-card:nth-child(2) .contact-link-icon {
  background: var(--accent-3);
}

.contact-link-card:hover .contact-link-icon {
  background: rgba(255,255,255,0.7);
}

.contact-link-text {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.contact-link-label {
  font-size: 16px;
  font-weight: 400;
  color: var(--accent-6);
}

.contact-link-value {
  font-size: 16px;
  font-weight: 400;
  color: var(--accent-6);
}

.contact-link-arrow {
  flex-shrink: 0;
  font-size: 16px;
  color: var(--text-color);
  margin-top: 10px;
  transition: transform 0.3s ease;
}

.contact-link-card:hover .contact-link-arrow {
  transform: translateX(4px);
}

/* --- Contact Form Card (header dark + body white) --- */
.contact-form-card {
  min-height: 700px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 0;
  background: none;
}

.contact-form-card-header {
  background: var(--accent-1);
  border-radius: 8px 8px 0 0;
  padding: 30px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}

.contact-form-card-header h5 {
  color: var(--accent-5);
  margin-bottom: 0;
}

.contact-form-send-icon {
  font-size: 24px;
  color: rgba(255,255,255,0.3);
  position: static;
  opacity: 1;
}

.contact-form-card form {
    background: #ffffff;
    border-radius: 0 0 12px 12px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.08);
    padding: 20px 30px 30px;
    flex: 1;
    position: relative;
    z-index: 2;
}
.contact-form-card {
    overflow: visible;
}
.contact-form-card .form-group {
  margin-bottom: 20px;
}

.contact-form-card .form-group label {
  padding-bottom: 4px;
  display: block;
  color: var(--text-color);
}

.contact-form-card .form-group input,
.contact-form-card .form-group textarea {
  background: #ffffff;
}

.contact-form-card .form-row {
  display: flex;
  gap: 25px;
}

.contact-form-card .form-row .form-group {
  flex: 1;
}

.contact-form-checkbox {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 12px;
  font-weight: 400;
  color: var(--accent-8);
  cursor: pointer;
  line-height: 1.5;
}

.contact-form-checkbox input[type="checkbox"] {
  width: auto;
  margin-top: 3px;
  flex-shrink: 0;
}

.contact-form-checkbox a {
  color: var(--accent-2);
  text-decoration: underline;
}

.help-block {
  color: #d9534f;
  font-size: 13px;
  margin-top: 4px;
}

.help-block.green-color {
  color: #28a745;
  font-size: 14px;
  margin-top: 12px;
}

.contact-form-submit {
  margin-top: 8px;
}

.contact-form-submit .btn {
  flex-direction: row-reverse;
  gap: 3em;
  justify-content: space-between;
  min-width: 40%;
}

.contact-form-divider {
  width: 100%;
  height: 1px;
  background: var(--accent-7);
  margin: 20px 0;
}

.contact-form-disclaimer {
  font-size: 13px;
  color: var(--accent-8);
  margin-bottom: 0;
}

.contact-form-disclaimer a {
  color: var(--accent-1);
  text-decoration: underline;
}

.contact-form-disclaimer a:hover {
  color: var(--teal);
}

/* --- Google Maps Embed --- */
.contact-map-section {
  padding: 0;
}

.contact-map-embed {
  width: 100%;
  min-height: 450px;
  position: relative;
  border-radius: 0px;
  overflow: hidden;
}

.contact-map-embed iframe {
  width: 100%;
  height: 450px;
  min-height: 450px;
  border: none;
  display: block;
}

/* --- Contact Page Responsive --- */
@media (max-width: 991px) {
  .contact-cards-row {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .contact-form-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

@media (max-width: 767px) {
  .ctb-services-grid {
    gap: 20px;
  }
  .contact-hero {
    padding: 50px 0 20px;
    margin-bottom: 5vh;
  }

  .contact-hero-text h1 {
    font-size: 32px;
  }

  .contact-hero-text p {
    max-width: 100%;
  }

  .contact-form-section {
    overflow: hidden;
  }

  .contact-form-grid {
    gap: 24px;
  }

  .contact-form-info {
    padding-right: 0;
  }

  .contact-link-card {
    padding: 30px 20px 40px;
  }

  .contact-link-card:nth-child(2),
  .contact-link-card:nth-child(3) {
    margin-top: -10px;
  }

  .contact-link-card:nth-child(3) {
    padding-bottom: 30px;
  }

  .contact-form-card {
    min-height: auto;
    padding: 0;
  }

  .contact-form-card-header {
    padding: 20px;
  }

  .contact-form {
    padding: 20px;
  }

  .contact-map-embed,
  .contact-map-embed iframe {
    min-height: 300px;
    height: 300px;
  }
}

/* ==========================================================================
   TEAM PAGE STYLES
   ========================================================================== */

/* Intro section: CTO card + Meet Our Team text side by side */
.team-intro-section {
  margin-bottom: 10vh;
}

.team-intro-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 100px;
}

/* Left: CTO portrait card — wide */
.team-cto-col {
  flex: 0 0 55%;
}

/* Right: text column — narrower */
.team-info-col {
  flex: 1;
  overflow: hidden;
}

.team-cto-card {
  min-height: 685px;
  width: 100%;
  display: flex;
  flex-direction: column-reverse;
  /*justify-content: space-between;*/
  border-radius: 8px;
  overflow: hidden;
  padding: 25px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}

.team-cto-card::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 50%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.65) 0%, transparent 100%);
  pointer-events: none;
  z-index: 0;
}

/* Bottom of card (visually): abstract SVG + quote */
.team-cto-bottom {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.team-cto-bottom img {
  max-width: 143px;
  height: auto;
  border-radius: 0;
}

.team-cto-quote {
  font-size: 17px;
  color: var(--accent-5);
  max-width: 60%;
  line-height: 1.5em;
}

/* Top of card (visually): name + role */
.team-cto-person {
  display: flex;
  align-items: flex-end;
  gap: 10px;
}

.team-cto-name {
  margin: 0;
  color: var(--accent-5);
}

.team-cto-role {
  font-size: 12px;
  font-weight: 500;
  color: var(--accent-5);
  margin-bottom: 0.3em;
}

/* Right: Meet Our Team info */
.team-info-col {
  flex: 1;
  overflow: hidden;
  padding-left: 0;
}

.team-tag {
  display: inline-block!important;
  background: var(--accent-3);
  padding: 2px 8px 3px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 500;
  color: var(--accent-6);
  margin-bottom: 12px;
  width: fit-content;
}
.team-tag1 {
  background: var(--accent-5);
}
.team-info-title {
  font-family: var(--font-stat);
  font-size: 56px;
  font-weight: 400;
  line-height: 1em;
  margin-bottom: 20px;
}

.team-info-desc {
  color: var(--text-color);
  font-size: 15px;
  line-height: 1.7em;
  margin-bottom: 32px;
}

.team-checklist {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.team-checklist li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 15px;
  color: var(--accent-6);
}

.team-checklist li i {
  color: var(--accent-2);
  font-size: 18px;
  flex-shrink: 0;
}

/* Accreditation Section — light bg, white cards */
.team-accred-section {
  background: var(--accent-3);
}

.team-accred-header {
  margin-bottom: 40px;
}

.team-accred-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.team-accred-card {
  background: var(--accent-5);
  border-radius: 14px;
  padding: 30px;
  transition: all 0.3s ease;
  color: var(--accent-1);
}

.team-accred-card:hover {
  background: var(--accent-2);
  color: var(--accent-5);
  transform: translateY(-4px);
}

.team-accred-icon {
  margin-bottom: 20px;
}

.team-accred-icon svg {
  width: 37px;
  height: 34px;
}

.team-accred-card h5 {
  color: var(--accent-6);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4em;
  margin: 0;
}

.team-accred-card:hover h5 {
  color: var(--accent-5);
}

/* Team Members Grid */
.team-members-header {
  margin-bottom: 48px;
}

.team-members-header .text-accent {
  display: block;
  margin-bottom: 12px;
}

.team-members-header-top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
}

.team-members-header-top h2 {
  margin-bottom: 0;
}

.team-members-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.team-member-card {
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
}

.team-member-avatar {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  overflow: hidden;
  transition: background 0.3s ease;
}

.team-member-card:hover .team-member-avatar {
  background: var(--accent-2);
}

.team-member-avatar img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}

.team-member-info {
  padding: 10px 4px 0;
}

.team-member-name {
  font-size: 24px;
  font-weight: 300;
  margin: 0 0 1px;
  color: var(--accent-6);
}

.team-member-name a {
  color: var(--accent-6);
  transition: color 0.2s ease;
}

.team-member-name a:hover {
  color: var(--accent-1);
}

.team-member-role {
  display: block;
  font-size: 12px;
  font-weight: 500;
  color: var(--accent-6);
}

/* Responsive */
@media (max-width: 1024px) {
  .team-intro-row {
    flex-direction: column;
    align-items: stretch;
  }

  .team-cto-col {
    padding-right: 0;
  }

  .team-cto-card {
    max-width: 100%;
    min-height: 500px;
  }

  .team-info-title {
    font-size: 46px;
  }

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

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

  .team-members-header-top {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* ==========================================================================
   CONSULTANTA PAGE – Sticky nav + service blocks (execor-style)
   ========================================================================== */

.consul-services {
  padding: 0px 0 50px;
}

.consul-wrapper {
  position: relative;
}

/* Sticky horizontal nav bar */
.consul-nav {
  position: sticky;
  top: 90px;
  z-index: 90;
  background: var(--accent-5);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  padding: 0;
}

.consul-nav-inner {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 0;
}

.consul-nav-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 20px 66px;
  font-size: 14px;
  font-weight: 500;
  color: var(--text-color);
  background: transparent;
  border: none;
  border-bottom: 3px solid transparent;
  transition: all var(--transition-fast);
  text-decoration: none;
  white-space: nowrap;
  position: relative;
}

.consul-nav-btn:hover {
  color: var(--accent-1);
  background: var(--accent-4);
}

.consul-nav-btn.active {
  color: var(--accent-1);
  font-weight: 600;
  border-bottom-color: var(--accent-2);
}

.consul-nav-icon {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
}

.consul-nav-icon svg {
  width: 24px;
  height: 24px;
}

/* Service blocks */
.consul-content {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-top: 50px;
}

.consul-block {
  position: relative;
  overflow: hidden;
}

.consul-block-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: var(--container-max);
  margin: 0 auto;
  padding: 0 20px;
  min-height: 520px;
}

.consul-block-inner--reverse {
  direction: rtl;
}

.consul-block-inner--reverse > * {
  direction: ltr;
}

/* Text column */
.consul-block-text {
  padding: 70px 20px 70px 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.consul-block-inner--reverse .consul-block-text {
  padding: 70px 100px 70px 20px;
}

.consul-block-text h2 {
  font-size: 34px;
  line-height: 1.2;
  font-weight: 400;
  margin-bottom: 22px;
  color: var(--accent-6);
  font-family: var(--font-stat);
}

.consul-block-text p {
  font-size: 15px;
  line-height: 1.75;
  color: var(--text-color);
  margin-bottom: 24px;
  max-width: 520px;
}

/* Checklist */
.consul-checklist {
  list-style: none;
  padding: 0;
  margin: 0 0 28px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.consul-checklist li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 500;
  color: var(--accent-6);
  padding-top: 5px;
  padding-bottom: 5px;
}

.consul-checklist li i {
  color: var(--accent-2);
  font-size: 20px;
  flex-shrink: 0;
  line-height: 1;
}


/* Visual column – decorative blobs panel */
/* Visual column – image + bottom overlay */
.consul-block-visual {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-lg);
  margin: 40px 0;
}

.consul-block-img {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
}

.consul-block-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 40%;
  background: linear-gradient(to top, rgba(15, 30, 58, 0.55) 0%, transparent 100%);
  pointer-events: none;
}

/* CTA Banner – image bg + blur card at bottom */
.consul-cta-banner {
  position: relative;
  overflow: hidden;
  min-height: 450px;
  display: flex;
  align-items: flex-end;
}

.consul-cta-banner-img {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  z-index: 0;
}

.consul-cta-card {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: var(--container-max);
  margin: 0 auto 0px;
  padding: 0 20px;
}

.consul-cta-card-blur {
  position: absolute;
  inset: 0 20px;
  border-radius: var(--radius-lg);
  background: rgba(15, 30, 58, 0.3);
  -webkit-backdrop-filter: saturate(180%) blur(40px);
  backdrop-filter: saturate(180%) blur(40px);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.consul-cta-card-inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 40px 50px;
}

.consul-cta-card-inner h3 {
  font-size: 30px;
  font-weight: 400;
  line-height: 1.3;
  color: var(--accent-5);
  margin: 0;
  max-width: 550px;
}

.consul-cta-card-inner .btn {
  flex-shrink: 0;
}

@media (max-width: 767px) {
  .consul-cta-banner {
    min-height: 420px;
  }

  .consul-cta-card {
    margin-bottom: 24px;
  }

  .consul-cta-card-inner {
    flex-direction: column;
    text-align: center;
    padding: 28px 24px;
    gap: 24px;
  }

  .consul-cta-card-inner h3 {
    font-size: 22px;
  }
}

/* Process / Cum lucrăm – execor "How We Work" 1:1 */
.consul-process {
  padding: 100px 0;
}

.consul-process-grid {
  display: flex;
  gap: 60px;
  align-items: flex-start;
}

/* Left column – header text */
.consul-process-header {
  flex: 0 0 42%;
  max-width: 42%;
  position: sticky;
  top: 140px;
}

.consul-process-header h2 {
  font-size: 36px;
  font-weight: 400;
  line-height: 1.2;
  color: var(--accent-6);
  margin-bottom: 22px;
}

.consul-process-header p {
  font-size: 15px;
  line-height: 1.75;
  color: var(--text-color);
}

/* Right column – step cards stacked & overlapping */
.consul-process-steps {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0;
}

/* Each card */
.consul-step-card {
  background: var(--accent-3);
  border-radius: 8px;
  padding: 20px 30px 40px;
  position: relative;
}

.consul-step-card:nth-child(n+2) {
  margin-top: -20px;
}

.consul-step-card:nth-child(even) {
  background: var(--accent-5);
}

.consul-step-card:last-child {
  padding-bottom: 20px;
}

/* Inner row: number left, text right */
.consul-step-row {
  display: flex;
  align-items: flex-start;
  gap: 28px;
}

/* Step number */
.consul-step-nr {
  font-family: var(--font-stat);
  font-size: 48px;
  line-height: 1;
  color: var(--accent-6);
  flex-shrink: 0;
}

/* Text group */
.consul-step-info {
  flex: 1;
  padding-top: 6px;
}

.consul-step-info h5 {
  font-size: 17px;
  font-weight: 600;
  color: var(--accent-6);
  margin-bottom: 6px;
  line-height: 1.3;
}

.consul-step-desc {
  font-size: 14px;
  line-height: 1.6;
  color: var(--text-color);
  max-width: 380px;
}

@media (max-width: 1024px) {
  .consul-process-grid {
    flex-direction: column;
    gap: 40px;
  }

  .consul-process-header {
    flex: none;
    max-width: 100%;
    position: static;
  }
}

@media (max-width: 767px) {
  .consul-process {
    padding: 60px 0;
  }

  .consul-process-header h2 {
    font-size: 26px;
  }

  .consul-step-card {
    padding: 28px 24px 48px;
    border-radius: 8px;
  }

  .consul-step-card:last-child {
    padding-bottom: 28px;
  }

  .consul-step-row {
    gap: 20px;
  }

  .consul-step-nr {
    font-size: 36px;
  }
}

/* Responsive */
@media (max-width: 1024px) {
  .consul-nav-inner {
    justify-content: flex-start;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .consul-nav-inner::-webkit-scrollbar {
    display: none;
  }

  .consul-nav-btn {
    padding: 14px 20px;
    font-size: 13px;
  }

  .consul-block-inner {
    min-height: 440px;
  }

  .consul-block-text {
    padding: 50px 15px 50px 30px;
  }

  .consul-block-inner--reverse .consul-block-text {
    padding: 50px 30px 50px 15px;
  }

  .consul-block-text h2 {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .consul-services {
    padding: 0 0 60px;
  }

  .consul-nav {
    display: none;
  }

  .consul-block-inner,
  .consul-block-inner--reverse {
    grid-template-columns: 1fr;
    direction: ltr;
    min-height: auto;
  }

  .consul-block-visual {
    height: 280px;
    margin: 0 20px 0;
    border-radius: var(--radius-lg);
  }

  .consul-block-text,
  .consul-block-inner--reverse .consul-block-text {
    padding: 32px 0;
  }

  .consul-block-text h2 {
    font-size: 24px;
  }
}

/* Vision section – responsive overrides */
@media (max-width: 1024px) {
  .vision-section {
    margin-bottom: 60px;
  }

  .vision-header {
    padding-top: 60px;
  }

  .vision-header h2 {
    margin-bottom: 15px;
  }

  .vision-grid {
    margin-bottom: 15px;
  }

  .vision-card {
    min-height: 200px;
    gap: 20px;
    padding: 20px;
  }

  .vision-card-icon img {
    width: 55px;
    height: 55px;
  }
}

@media (max-width: 767px) {
  .vision-section {
    margin-bottom: 40px;
  }

  .vision-header {
    padding-top: 40px;
  }

  .vision-header h2 {
    margin-bottom: 10px;
  }

  .vision-grid {
    flex-direction: column;
  }

  .vision-card {
    min-height: auto;
  }

  .vision-card-icon img {
    width: 50px;
    height: 50px;
  }
}

.mission-section {
  padding: 0px 0 0;
}

.mission-header {
  margin-bottom: 16px;
}

.mission-header-cols {
  display: flex;
  gap: 40px;
  align-items: flex-start;
  margin-bottom: 20px;
}

.mission-header-cols h2 {
  flex: 0 0 60%;
  max-width: 620px;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.2;
  color: var(--accent-6);
}

.mission-subtitle {
  flex: 1;
  font-size: 15px;
  line-height: 1.7;
  color: var(--text-color);
  padding-top: 10px;
}

/* Content box with background */
.mission-content {
  margin-bottom: 10vh;
  padding: 0 30px;
  margin-bottom: 0;
}

.mission-box {
  overflow: hidden;
  padding: 60px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.mission-background {
 background: var(--accent-3);
  border-radius: 8px;
  margin: 0 30px;

}

/* Text items – 2 side by side, each ~48% */
.mission-item {
  flex: 0 0 48%;
  max-width: 48%;
}

.mission-item h5 {
  font-size: 20px;
  font-weight: 600;
  color: var(--accent-6);
  margin-bottom: 10px;
  border-left: 2px solid var(--accent-1);
  padding-left: 20px;
}

.mission-item p {
  font-size: 14px;
  line-height: 1.7;
  color: var(--text-color);
  margin: 0;
  padding-left: 22px;
  border-left: 0.5px solid var(--accent-7);
}

/* Image card – full width on new row */
.mission-img-card {
  flex: 0 0 100%;
  position: relative;
  margin-top: 40px;
  border-radius: 8px;
  overflow: hidden;
  min-height: 470px;
  background-size: cover;
  background-position: center;
  display: flex;
}

.mission-img-card-overlay {
  position: absolute;
  inset: 0;
  background: rgba(15, 30, 58, 0.4);
}

.mission-img-card-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  min-height: 470px;
  padding: 20px;
}

.mission-img-logo {
  width: 120px;
  height: auto;
}

.mission-img-card-content .btn {
  align-self: flex-start;
  width: auto;
  margin-top: auto;
}

@media (max-width: 1024px) {
  .mission-header-cols {
    flex-direction: column;
    gap: 20px;
  }

  .mission-header-cols h2 {
    flex: none;
    max-width: 100%;
    font-size: 28px;
  }

  .mission-content {
    padding: 0;
  }

  .mission-box {
    padding: 40px 30px;
  }
}

@media (max-width: 767px) {
  .mission-section {
    padding: 50px 0 0;
  }

  .mission-header-cols h2 {
    font-size: 24px;
  }

  .mission-item {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 24px;
  }

  .mission-box {
    padding: 30px 20px;
  }

  .mission-img-card {
    min-height: 300px;
  }
}

/* Benefits section – execor "Our Benefits" */
.benefits-section {
  padding: 100px 0;
}

.benefits-header {
  margin-bottom: 40px;
}

.benefits-header h2 {
  font-size: 42px;
  font-weight: 400;
  line-height: 1.15;
  color: var(--accent-6);
}

.benefits-grid {
  display: flex;
  gap: 0;
  align-items: stretch;
}

/* Left column: text */
.benefits-text {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.benefits-intro {
  font-size: 20px;
  line-height: 1.7;
  color: #000;
  margin-bottom: 30px;
}

.benefits-items {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.benefits-item {
  padding-left: 20px;
}

.benefits-item h5 {
  font-size: 20px;
  font-weight: 600;
  color: var(--accent-6);
  margin-bottom: 6px;
  border-left: 2px solid var(--accent-1);
  margin-left: -20px;
  padding-left: 18px;
}

.benefits-item p {
  font-size: 14px;
  line-height: 1.6;
  color: var(--text-color);
  margin: 0;
  border-left: 0.5px solid var(--accent-7);
  margin-left: -20px;
  padding-left: 20px;
}

/* Right column: image */
.benefits-image {
  flex: 0 0 45%;
  border-radius: var(--radius-lg);
  background-size: cover;
  background-position: center;
  min-height: 420px;
  margin-left: 40px;
}

@media (max-width: 1024px) {
  .benefits-image {
    flex: 0 0 40%;
    min-height: 360px;
    margin-left: 30px;
  }
}

@media (max-width: 767px) {
  .benefits-section {
    padding: 60px 0;
  }

  .benefits-header h2 {
    font-size: 28px;
  }

  .benefits-grid {
    flex-direction: column;
  }

  .benefits-image {
    flex: none;
    margin-left: 0;
    margin-top: 30px;
    min-height: 280px;
  }
}

.pricing-section {
  padding: 100px 0;
  background: var(--accent-3);
}

.pricing-header {
  margin-bottom: 50px;
}

.pricing-header h2 {
  font-size: 42px;
  font-weight: 400;
  line-height: 1.15;
  color: var(--accent-6);
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  align-items: start;
}

.pricing-card {
  background: var(--accent-5);
  border-radius: 8px;
  border: 0.5px solid var(--accent-7);
  padding: 36px 32px;
  display: flex;
  flex-direction: column;
  transition: border-color 0.3s ease;
}

.pricing-card:hover {
  border-color: var(--accent-2);
}

.pricing-card--featured {
  background: var(--accent-1);
  border-color: var(--accent-1);
}

.pricing-card--featured:hover {
  border-color: var(--accent-2);
}

.pricing-card h4 {
  font-size: 20px;
  font-weight: 600;
  color: var(--accent-6);
  margin-bottom: 10px;
}

.pricing-card--featured h4 {
  color: var(--accent-5);
}

.pricing-desc {
  font-size: 14px;
  line-height: 1.6;
  color: var(--text-color);
  margin-bottom: 0;
}

.pricing-card--featured .pricing-desc {
  color: rgba(255, 255, 255, 0.65);
}

.pricing-divider {
  width: 100%;
  height: 0.5px;
  background: var(--accent-7);
  margin: 20px 0;
}

.pricing-card--featured .pricing-divider {
  background: rgba(255, 255, 255, 0.15);
}

.pricing-price {
  display: flex;
  align-items: baseline;
  gap: 8px;
}

.pricing-amount {
  font-family: var(--font-stat);
  font-size: 48px;
  line-height: 1;
  color: var(--accent-6);
}

.pricing-card--featured .pricing-amount {
  color: var(--accent-5);
}

.pricing-period {
  font-size: 14px;
  color: var(--text-color);
}

.pricing-card--featured .pricing-period {
  color: rgba(255, 255, 255, 0.5);
}

.pricing-card h5 {
  font-size: 14px;
  font-weight: 600;
  color: var(--accent-6);
  margin-bottom: 14px;
}

.pricing-card--featured h5 {
  color: var(--accent-5);
}

.pricing-list {
  list-style: none;
  padding: 0;
  margin: 0 0 28px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.pricing-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  color: var(--accent-6);
  line-height: 1.4;
}

.pricing-card--featured .pricing-list li {
  color: rgba(255, 255, 255, 0.8);
}

.pricing-list li svg {
  flex-shrink: 0;
}

.pricing-card--featured .pricing-list li svg path {
  stroke: rgba(255, 255, 255, 0.5);
}

.pricing-btn {
  width: 100%;
  text-align: center;
  justify-content: center;
  margin-top: auto;
}

@media (max-width: 1024px) {
  .pricing-grid {
    grid-template-columns: 1fr 1fr;
  }

  .pricing-card:last-child {
    grid-column: 1 / -1;
    max-width: 50%;
  }
}

@media (max-width: 767px) {
  .pricing-section {
    padding: 60px 0;
  }

  .pricing-header h2 {
    font-size: 28px;
  }

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

  .pricing-card:last-child {
    max-width: 100%;
  }
}

/* Marquee – outline + filled alternating */
.marquee-section {
  overflow: hidden;
  padding: 60px 0;
  white-space: nowrap;
  background: var(--accent-1);
}

.marquee-track {
  display: inline-flex;
  align-items: center;
  animation: marquee-scroll 40s linear infinite;
}

.marquee-item {
  font-family: var(--font-stat);
  font-size: 96px;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1.5px rgba(255, 255, 255, 0.4);
  padding: 0 36px;
  white-space: nowrap;
  text-transform: uppercase;
}

.marquee-item--filled {
  color: rgba(255, 255, 255, 0.9);
  -webkit-text-stroke: 0;
}

.marquee-sep {
  font-size: 32px;
  color: rgba(255, 255, 255, 0.15);
  display: inline-flex;
  align-items: center;
  -webkit-text-stroke: 0;
}

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

@media (max-width: 767px) {
  .marquee-section {
    padding: 30px 0;
  }

  .marquee-item {
    font-size: 48px;
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.4);
    padding: 0 20px;
  }
}

/* Who We Look For – execor careers 1:1 */
.whowe-section {
  padding: 0;
}

/* Header: 2 columns */
.whowe-top {
  display: flex;
  gap: 40px;
  align-items: flex-start;
  margin: 10vh 0 60px;
}

.whowe-top-left {
  flex: 0 0 55%;
}

.whowe-top-left h2 {
  font-size: 56px;
  font-weight: 400;
  line-height: 1.2;
  color: var(--accent-6);
  margin-top: 12px;
  font-family: var(--font-stat);
}

.whowe-top-right {
  flex: 1;
  font-size: 15px;
  line-height: 1.7;
  color: var(--text-color);
  padding-top: 30px;
}

/* Cards container – execor pixel-perfect */
.whowe-content {
  background: var(--accent-3);
  border-radius: 8px;
  overflow: hidden;
  padding: 60px 30px;
  margin: 0 30px 10vh;
}

.whowe-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}

.whowe-card {
  flex: 1 0 0;
  background: var(--accent-5);
  border: 0.5px solid var(--accent-7);
  border-radius: 8px;
  padding: 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}

.whowe-card:hover {
  background: var(--accent-2);
  border-color: var(--accent-2);
}

.whowe-card:hover h4,
.whowe-card:hover p {
  color: var(--accent-5);
}

.whowe-card-icon {
  width: 70px;
  height: 70px;
  display: block;
  margin-bottom: 5vh;
  flex-shrink: 0;
}

.whowe-card:hover .whowe-card-icon {
  filter: brightness(0) invert(1);
}

.whowe-card h4 {
  font-size: 17px;
  font-weight: 600;
  color: var(--accent-6);
  line-height: 1.3;
  margin: 0 0 12px;
  transition: color 0.3s ease;
}

.whowe-card p {
  font-size: 14px;
  line-height: 1.7;
  color: var(--text-color);
  margin: 0;
  transition: color 0.3s ease;
}

@media (max-width: 1024px) {
  .whowe-top {
    flex-direction: column;
    gap: 16px;
    margin: 60px 0 40px;
  }

  .whowe-top-left {
    flex: none;
  }

  .whowe-top-right {
    padding-top: 0;
  }

  .whowe-content {
    margin: 0 0 60px;
    padding: 40px 20px;
  }

  .whowe-card {
    flex: 1 0 calc(50% - 10px);
  }
}

@media (max-width: 767px) {
  .whowe-top {
    margin: 40px 0 30px;
  }

  .whowe-top-left h2 {
    font-size: 26px;
  }

  .whowe-card {
    flex: 1 0 100%;
  }

  .whowe-content {
    margin: 0 0 40px;
    padding: 20px 15px;
  }

  svg.whowe-card-icon {
    width: 36px;
    height: 36px;
    margin-bottom: 20px;
  }
}

/* FAQ section – 2-column: image+overlay left, accordion right */
.consul-faq {
  padding: 100px 0;
  background: var(--accent-4);
}

.consul-faq-header {
  margin-bottom: 40px;
}

.consul-faq-header h2 {
  font-size: 42px;
  font-weight: 400;
  line-height: 1.15;
  color: var(--accent-6);
  margin-bottom: 16px;
}

.consul-faq-subtitle {
  display: inline-block;
  font-size: 16px;
  line-height: 1.6;
  color: var(--text-color);
  max-width: 480px;
}

/* 2-column grid */
.consul-faq-grid {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 180px;
  align-items: start;
}

/* Left column */
.consul-faq-left {
  position: sticky;
  top: 100px;
}

/* Image card */
.consul-faq-card-img {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  min-height: 450px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.consul-faq-card-img-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
}

.consul-faq-card-img-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(15, 30, 58, 0.85) 0%, rgba(15, 30, 58, 0.3) 50%, transparent 100%);
}

.consul-faq-card-img-content {
  position: relative;
  z-index: 1;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding-right: 120px;
}

.consul-faq-card-img-content img {
  width: 90px;
  height: auto;
}

.consul-faq-card-img-content span {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.45;
  color: var(--accent-5);
}

.consul-faq-card-cta {
  position: absolute;
  z-index: 2;
  margin: -24px 16px 0;
  border-radius: var(--radius-lg);
  padding: 24px;
  background: linear-gradient(160deg, var(--accent-1) 0%, var(--accent-2) 100%);
  right: -158px;
  bottom: -50px;
}

.consul-faq-card-cta h5 {
  font-size: 15px;
  font-weight: 600;
  color: var(--accent-5);
  margin-bottom: 14px;
  line-height: 1.3;
}

.consul-faq-checklist {
  list-style: none;
  padding: 0;
  margin: 0 0 18px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.consul-faq-checklist li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 500;
  color: var(--accent-5);
}

.consul-faq-checklist li i {
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
}

.consul-faq-card-cta .btn {
  width: 100%;
  justify-content: space-between;
  padding: 12px 20px;
  font-size: 13px;
}

/* Right column: Accordion */
.consul-faq-accordion {
  display: flex;
  flex-direction: column;
}

.consul-faq-accordion .faq-item {
  border-radius: 0;
  border-left: none;
  border-right: none;
  border-top: none;
  margin-bottom: 0;
  border-bottom: 1px solid var(--accent-7);
}

.consul-faq-accordion .faq-item:first-child {
  border-top: 1px solid var(--accent-7);
}

.consul-faq-accordion .faq-question {
  padding: 20px 0;
  font-size: 15px;
  background: transparent;
}

.consul-faq-accordion .faq-answer p {
  padding: 0 0 20px;
  font-size: 14px;
}
.consultanta-hero {
  margin-bottom: 0;
}
.section-politica {
  padding-bottom: 50px;
}

@media (max-width: 1024px) {
  .consul-faq-left {
    position: static;
  }
}

@media (max-width: 767px) {
  .consul-faq {
    padding: 60px 0;
  }

  .consul-faq-header h2 {
    font-size: 28px;
  }

  .consul-faq-grid {
    grid-template-columns: 1fr;
  }

  .consul-faq-card-img {
    min-height: 300px;
  }
}

@media (max-width: 767px) {
  .team-cto-card {
    min-height: 400px;
  }

  .team-info-title {
    font-size: 36px;
    line-height: 1.2em;
  }

  .team-cto-quote {
    max-width: 100%;
  }

  .team-members-grid {
    grid-template-columns: 1fr;
  }

  .team-accred-grid {
    grid-template-columns: 1fr;
  }
  .consul-faq-card-cta {
      position: relative;
      z-index: 2;
      margin: -24px 0px 0;
      border-radius: var(--radius-lg);
      padding: 24px;
      background: linear-gradient(160deg, var(--accent-1) 0%, var(--accent-2) 100%);
      right: 0;
      bottom: 0;
  }
  .consul-faq-grid {
    gap: 40px;
  }
  .site-footer {
    margin-left:0;
    margin-right: 0;
    margin-bottom: 0;
  }
}
.site-header.scrolled .nav-menu > li:hover > a {
  color: #fff;
}

.servicii-orc {
  background: var(--accent-3);
}

/* ==========================================================================
   EXECOR-STYLE SECTIONS (Contabilitate page)
   Services cards, Stats counter, About with accordion
   ========================================================================== */

/* --- SERVICES SECTION (execor 1:1 replica) --- */
.ctb-services {
  padding: 0;
  background: var(--accent-5);
}

.ctb-services-grid {
  display: flex;
  max-width: var(--container-max);
  margin: 0 auto;
  padding: 0 var(--container-padding);
}

/* --- Card --- */
.ctb-service-card {
  flex: 1;
  width: 25%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: var(--accent-3);
  border: 0.5px solid var(--accent-7);
  border-radius: 8px;
  overflow: hidden;
  padding: 0;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.ctb-service-card:hover {
  background: var(--accent-2);
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.06);
}

/* --- Card top: icon + title (white bg) --- */
.ctb-card-top {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: clamp(100px, 35vh, 280px);
  background: var(--accent-5);
  padding: 40px 40px 20px 25px;
}

.ctb-card-icon {
  width: 76px;
  height: 76px;
  flex-shrink: 0;
  align-self: flex-start;
}

.ctb-service-card h3 {
  font-size: 30px;
  font-weight: 400;
  color: var(--accent-6);
  line-height: 1.2em;
  margin: 0;
}

.ctb-service-card h3 a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
}

.ctb-service-card:hover h3 a {
  color: var(--accent-1);
}

/* --- Card bottom: checklist + button --- */
.ctb-card-bottom {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  padding: 20px 25px 25px 25px;
  transition: background-color 0.3s ease;
}

.ctb-service-card:hover .ctb-card-bottom {
  background: var(--accent-2);
}

.ctb-card-list {
  list-style: none;
  margin: 0;
  padding: 0 0 20px;
}

.ctb-card-list li {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 15px;
  color: var(--text-color);
  padding: 2.5px 0;
  transition: color 0.3s ease;
}

.ctb-service-card:hover .ctb-card-list li {
  color: var(--accent-5);
}

.ctb-check {
  font-size: 14px;
  flex-shrink: 0;
  color: var(--accent-2);
  transition: color 0.3s ease;
}

.ctb-service-card:hover .ctb-check {
  color: var(--accent-5);
}

/* --- Learn More button --- */
.ctb-card-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 16px;
  background: var(--accent-5);
  border: none;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1em;
  color: var(--accent-1);
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
  margin-top: auto;
}

.ctb-card-btn:hover {
  background: var(--accent-1);
  color: var(--accent-5);
}

.ctb-card-btn i {
  transition: transform 0.3s ease, color 0.3s ease;
}

.ctb-card-btn:hover i {
  transform: translateX(4px);
  color: var(--accent-5);
}

/* --- SERVICES OFFERED (checkmark grid, execor consulting page) --- */
.ctb-offered {
  padding: 0;
  background: var(--accent-5);
  padding-bottom: 100px;
}

.ctb-offered-header {
  max-width: var(--container-max);
  margin: 0 auto;
  padding: 10vh var(--container-padding) 60px;
}

.ctb-offered-header-inner {
  display: flex;
  align-items: flex-start;
  gap: 40px;
}

.ctb-offered-header-left {
  flex: 0 0 60%;
}

.ctb-offered-header-left h2 {
  font-size: 56px;
  font-weight: 400;
  line-height: 1em;
  color: var(--accent-6);
  font-family: var(--font-stat);
  margin-top: 12px;
}

.ctb-offered-header-right {
  flex: 1;
  font-size: 15px;
  line-height: 1.6;
  color: var(--text-color);
  padding-top: 30px;
}

/* Grid */
.ctb-offered-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  max-width: var(--container-max);
  margin: 0 auto;
  padding: 0 var(--container-padding);
}

/* Item: icon + title */
.ctb-offered-item {
  flex: 0 0 calc(25% - 18px);
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 35px 30px;
  background: var(--accent-3);
  border: 0.5px solid var(--accent-7);
  border-radius: 8px;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.ctb-offered-item:hover {
  background: var(--accent-2);
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.06);
}

.ctb-offered-item:hover .ctb-offered-title {
  color: var(--accent-5);
}

.ctb-offered-item:hover .ctb-offered-check circle {
  fill: var(--accent-2);
}

.ctb-offered-item:hover .ctb-offered-check g > g {
  fill: var(--accent-5);
}

.ctb-offered-check {
  width: 37px;
  height: 34px;
  flex-shrink: 0;
}

.ctb-offered-title {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.4em;
  color: var(--accent-6);
  margin: 0;
  transition: color 0.3s ease;
}

/* CTA item (last cell — spans 2 columns) */
.ctb-offered-cta {
  flex: 0 0 calc(50% - 4px);
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 0;
  background: var(--accent-1);
  border-radius: 8px;
  overflow: hidden;
}

.ctb-offered-cta-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  padding: 35px 30px;
}

.ctb-offered-cta h2 {
  font-size: 30px;
  font-weight: 400;
  line-height: 1.2em;
  color: var(--accent-5);
  font-family: var(--font-stat);
  margin: 0;
}

.ctb-offered-cta-img {
  flex: 1;
  min-height: 180px;
}

.ctb-offered-cta-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ctb-offered-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 20px;
  background: var(--accent-2);
  border: none;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
  color: var(--accent-5);
  text-decoration: none;
  transition: background-color 0.3s ease;
  align-self: flex-start;
}

.ctb-offered-cta-btn:hover {
  background: var(--accent-5);
  color: var(--accent-1);
}

.ctb-offered-cta-btn i {
  transition: transform 0.3s ease;
}

.ctb-offered-cta-btn:hover i {
  transform: translateX(4px);
}

/* Responsive */
@media (max-width: 1024px) {
  .ctb-offered-header-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .ctb-offered-header-left {
    flex: none;
  }

  .ctb-offered-header-left h2 {
    font-size: 40px;
  }

  .ctb-offered-item {
    flex: 0 0 calc(50% - 4px);
  }

  .ctb-offered-cta {
    flex: 0 0 100%;
  }

}

@media (max-width: 767px) {
  .ctb-offered-header {
    padding: 60px var(--container-padding) 30px;
  }

  .ctb-offered-header-left h2 {
    font-size: 28px;
  }

  .ctb-offered-grid {
    flex-direction: column;
  }

  .ctb-offered-item {
    flex: none;
    width: 100%;
  }

  .ctb-offered-cta {
    flex-direction: column;
    flex: none;
    width: 100%;
  }

  .ctb-offered-title {
    font-size: 20px;
  }
}

/* --- STATS SECTION (execor exact replica) --- */
.ctb-stats {
  position: relative;
  min-height: 60vh;
  margin-top: 10vh;
  margin-bottom: 60px;
  display: flex;
  align-items: stretch;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 0;
  overflow: visible;
}

/* Gradient overlay: dark from left, transparent to right */
.ctb-stats::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(160deg, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0) 80%);
  opacity: 0.5;
  border-radius: inherit;
  pointer-events: none;
  z-index: 1;
}

.ctb-stats .container {
  position: relative;
  z-index: 2;
  width: 100%;
  display: flex;
}

.ctb-stats-inner {
  display: flex;
  width: 100%;
  align-items: stretch;
}

/* Left: heading top-left */
.ctb-stats-text {
  flex: 1;
  flex-grow: 1;
  flex-shrink: 0;
  width: 60%;
  padding-top: 10vh;
}

.ctb-stats-text h2 {
  font-size: 56px;
  font-weight: 400;
  line-height: 1em;
  color: #FFFFFF;
  font-family: var(--font-stat);
}

/* Right: card bottom-right */
.ctb-stats-card {
  width: 300px;
  flex: 0 0 300px;
  align-self: flex-end;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: -54px;
  background-color: rgba(15, 30, 58, 0.4);
  -webkit-backdrop-filter: saturate(180%) blur(40px);
  backdrop-filter: saturate(180%) blur(40px);
}

.ctb-stats-card-content {
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.ctb-stats-label {
  font-size: 15px;
  color: #F2F5F1;
}

.ctb-stats-number {
  font-size: 66px;
  font-weight: 200;
  font-family: var(--font-body);
  color: #F2F5F1;
  line-height: 1em;
}

.ctb-stats-desc {
  font-size: 15px;
  color: #F2F5F1;
  line-height: 1.5;
}

/* Button: flush at bottom of card, green bg */
.ctb-stats-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 20px 30px;
  background: var(--accent-2);
  border: none;
  border-radius: 0;
  font-size: 14px;
  font-weight: 500;
  color: var(--accent-5);
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.ctb-stats-btn:hover {
  background: var(--accent-1);
}
.ctb-stats-btn:hover span, .ctb-stats-btn:hover i {
  color: #fff;
}
.ctb-stats-btn i {
  transition: transform 0.3s ease;
}

.ctb-stats-btn:hover i {
  transform: translateX(4px);
}

/* --- ABOUT SECTION (image + accordion, execor layout) --- */
.ctb-about {
  padding: 100px 0;
  background: var(--accent-5);
}

.ctb-about-header {
  max-width: 720px;
  margin-bottom: 60px;
}

.ctb-about-header h2 {
  font-size: 48px;
  font-weight: 400;
  line-height: 1.15;
  color: var(--accent-6);
  margin: 12px 0 16px;
  font-family: var(--font-stat);
}

.ctb-about-header p {
  font-size: 15px;
  line-height: 1.7;
  color: var(--text-color);
  max-width: 520px;
}

.ctb-about-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 60px;
  align-items: start;
}

/* Left column: image + quote + data card */
.ctb-about-left {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.ctb-about-image {
  border-radius: var(--radius-lg);
  overflow: hidden;
  min-height: 300px;
  background-size: cover;
  background-position: center;
  position: relative;
}

.ctb-about-quote {
  font-family: var(--font-accent);
  font-size: 18px;
  color: var(--accent-6);
  padding: 0 4px;
}

.ctb-about-data-card {
  background: var(--accent-2);
  border-radius: var(--radius-lg);
  padding: 32px 28px;
  color: var(--accent-5);
}

.ctb-about-data-card h5 {
  font-size: 18px;
  font-weight: 500;
  color: var(--accent-5);
  margin-bottom: 16px;
}

.ctb-about-data-list {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
}

.ctb-about-data-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: rgba(255,255,255,0.85);
  padding: 5px 0;
}

.ctb-about-data-list .ctb-check-circle {
  color: var(--accent-5);
  font-size: 14px;
  flex-shrink: 0;
}

.ctb-about-data-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  background: rgba(255,255,255,0.15);
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: var(--radius-sm);
  font-size: 14px;
  font-weight: 500;
  color: var(--accent-5);
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.ctb-about-data-btn:hover {
  background: rgba(255,255,255,0.25);
}

/* Right column: Accordion */
.ctb-about-accordion {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.ctb-accordion-item {
  border-bottom: 1px solid var(--accent-7);
}

.ctb-accordion-item:first-child {
  border-top: 1px solid var(--accent-7);
}

.ctb-accordion-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 22px 0;
  background: none;
  border: none;
  cursor: pointer;
  font-family: var(--font-body);
  font-size: 18px;
  font-weight: 500;
  color: var(--accent-6);
  text-align: left;
  transition: color 0.3s ease;
}

.ctb-accordion-trigger:hover {
  color: var(--accent-2);
}

.ctb-accordion-icon {
  font-size: 14px;
  color: var(--accent-6);
  transition: transform 0.3s ease;
  flex-shrink: 0;
}

.ctb-accordion-item.open .ctb-accordion-icon {
  transform: rotate(45deg);
}

.ctb-accordion-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease;
}

.ctb-accordion-item.open .ctb-accordion-body {
  max-height: 600px;
  padding-bottom: 24px;
}

.ctb-accordion-body p {
  font-size: 14px;
  line-height: 1.7;
  color: var(--text-color);
  margin-bottom: 16px;
}

.ctb-accordion-checklist {
  list-style: none;
  padding: 0;
  margin: 0;
}

.ctb-accordion-checklist li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: var(--text-color);
  padding: 4px 0;
}

.ctb-accordion-checklist .ctb-check-circle {
  color: var(--accent-2);
  font-size: 13px;
  flex-shrink: 0;
}

/* --- RESPONSIVE: execor sections --- */
@media (max-width: 1024px) {
  .ctb-services-grid {
    flex-wrap: wrap;
    align-content: flex-start;
  }

  .ctb-service-card {
    width: calc(50% - 10px);
    flex: 0 0 calc(50% - 10px);
  }

  .ctb-card-top {
    min-height: 220px;
  }

  .ctb-service-card h3 {
    font-size: 24px;
  }

  .ctb-about-header h2 {
    font-size: 36px;
  }

  .ctb-stats {
    min-height: 70vh;
    margin-top: 40px;
    margin-bottom: 90px;
  }

  .ctb-stats-text {
    width: auto;
    padding-top: 60px;
  }

  .ctb-stats-text h2 {
    font-size: 40px;
  }

  .ctb-stats-inner {
    flex-direction: column;
    align-items: flex-end;
  }

  .ctb-stats-card {
    flex: none;
    width: 280px;
  }

  .ctb-stats-number {
    font-size: 56px;
  }

  .ctb-stats-card-content {
    padding: 20px;
  }

  .ctb-stats-btn {
    padding: 20px;
  }

  .ctb-about-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

@media (max-width: 767px) {
  .ctb-services-grid {
    flex-direction: column;
  }

  .ctb-service-card {
    width: 100%;
    flex: none;
  }

  .ctb-card-top {
    gap: 80px;
    padding: 20px;
    min-height: auto;
  }

  .ctb-card-bottom {
    padding: 20px;
  }

  .ctb-service-card h3 {
    font-size: 22px;
  }

  .ctb-about-header h2 {
    font-size: 28px;
  }

  .ctb-stats {
    min-height: 600px;
    margin-top: 60px;
    margin-bottom: 0;
  }

  .ctb-stats-text {
    padding-top: 30px;
  }

  .ctb-stats-text h2 {
    font-size: 28px;
  }

  .ctb-stats-card {
    width: 260px;
    flex: 0 0 260px;
    margin-bottom: -40px;
  }

  .ctb-stats-number {
    font-size: 50px;
  }

  .ctb-stats-card-content {
    padding: 20px;
  }

  .ctb-about {
    padding: 60px 0;
  }

  .ctb-accordion-trigger {
    font-size: 16px;
  }
  .ctb-stats {
    background-position: right;
  }
  .ctb-offered {
    padding-bottom: 50px;
  }
}
.ctb-offered-cta-img {
  position: absolute;
  z-index: -1;
}
.contabilitate-de-ce-noi {
  background: var(--accent-3);
  padding: 50px 0 50px;
  margin-bottom: 0!important;
}

.contabilitate-de-ce-noi .vision-header {
  text-align: left;
  max-width: var(--container-max);
  margin: 0 auto;
  padding: 0 20px 0px;
  display: block;
}

.contabilitate-de-ce-noi .vision-divider {
  width: 100%;
  height: 0.5px;
  background: var(--accent-7);
  margin: 20px 0;
}

.contabilitate-de-ce-noi .vision-header h2 {
  font-size: 56px;
  font-weight: 400;
  line-height: 1.2;
  color: var(--accent-6);
  font-family: var(--font-stat);
}
.vision-header h2 {
  font-size: 56px;
  font-weight: 400;
  line-height: 1;
  color: var(--accent-6);
  font-family: var(--font-stat);
}

.contabilitate-de-ce-noi .vision-grid {
  display: flex;
  max-width: var(--container-max);
  margin: 0 auto;
  padding: 0 20px;
  gap: 0;
}

.contabilitate-de-ce-noi .vision-card {
  flex: 1;
  display: flex;
  flex-direction: column;
  background: none;
  border: none;
  border-radius: 0;
  border-left: 0.5px solid var(--accent-7);
  padding: 0 30px;
  min-height: auto;
  gap: 0;
  box-shadow: none;
  transition: border-color 0.3s ease;
}

.contabilitate-de-ce-noi .vision-card:hover {
  background-color: transparent;
  border-left-color: var(--accent-2);
}

.contabilitate-de-ce-noi .vision-check-icon {
  display: block;
  width: 42px;
  height: 40px;
  margin: 0 0 20px;
  flex-shrink: 0;
}

.contabilitate-de-ce-noi .vision-card h5 {
  font-size: 17px;
  font-weight: 600;
  color: var(--accent-6);
  line-height: 1.3;
  margin: 0 0 12px;
}

.contabilitate-de-ce-noi .vision-card p {
  font-size: 15px;
  line-height: 1.7;
  color: var(--text-color);
  margin: 0;
}

@media (max-width: 1024px) {
  .contabilitate-de-ce-noi .vision-header {
    padding-bottom: 40px;
  }

  .contabilitate-de-ce-noi .vision-card {
    padding: 0 20px;
  }
}

@media (max-width: 767px) {
  .contabilitate-de-ce-noi .vision-header {
    padding-bottom: 20px;
  }

  .contabilitate-de-ce-noi .vision-header h2 {
    font-size: 22px;
  }

  .contabilitate-de-ce-noi .vision-grid {
    flex-direction: column;
  }

  .contabilitate-de-ce-noi .vision-card {
    border-left: none;
    border-top: 0.5px solid var(--accent-7);
    padding: 24px 0 0;
    gap: 16px;
  }

  .contabilitate-de-ce-noi .vision-card:hover {
    border-top-color: var(--accent-2);
  }
}

:focus-visible {
  outline: none!important;
}
.ctb-stats-home {
  margin-bottom: 0;
}
.contact-card:hover .contact-card-text span, .contact-card:hover  .contact-card-arrow {
  color: var(--accent-5);
}
.contact-link-card:hover span, .contact-link-card:hover .fa-arrow-right:before {
  color: var(--accent-5);
}

@media (max-width: 767px) {
  .contact-cards-section {
      margin-top: 5vh;
      margin-bottom: 5vh;
  }
  .contact-card {
    padding: 40px 10px;
  }
  .ctb-stats {
    background-position: 88%;
  }
  .ctb-offered-header-right {
    padding-top: 0;
  }
  .vision-header h2 {
    font-size: 26px;
  }
  .team-intro-row {
    gap: 50px;
  }
  .mission-section {
    padding: 0px 0 50px;
  }
  .mission-background {
    margin: 0 15px;
  }
  .mission-box {
    padding: 30px 0px;
  }
  .benefits-section {
    padding: 30px 0 60px;
  }
  .subscribe-form-row {
    text-align: center;
  }
  .team-info-col {
    text-align: left;
  }
  .home-services__header-left h2, .home-team__info h2 {
    font-size: 36px;
  }
  .home-trends {
    padding-top: 50px;
  }
  .home-testimonials {
    padding-bottom: 20px;
    padding-top: 40px;
  }
  .home-trends__bar-track {
    width: 60%;
  }
  .home-services {
    padding: 0 15px;
  }
  .home-services__grid {
    padding: 0;
  }
  .team-intro-section {
      margin-bottom: 5vh;
  }
  .mission-section {
    padding: 0px 0 20px;
  }
  .pricing-header {
      margin-bottom: 30px;
  }
}
.infiintare-firme-section {
  background: #fff;
  padding: 0;
  padding-bottom: 80px;
}



.error-hero { text-align: center; }
    .error-hero-inner { max-width: 760px; margin: 0 auto; padding: 40px 20px; }
    .error-code {
      font-size: clamp(96px, 18vw, 200px);
      font-weight: 800;
      line-height: 1;
      margin: 0 0 10px;
      background: #fff;
      -webkit-background-clip: text;
      background-clip: text;
      -webkit-text-fill-color: transparent;
      letter-spacing: -4px;
    }
    .error-hero h1 { font-size: clamp(28px, 4vw, 40px); margin: 0 0 14px; }
    .error-hero p { font-size: 18px; opacity: .85; margin: 0 auto 30px; max-width: 560px; }
    .error-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 14px;
      justify-content: center;
      margin-bottom: 50px;
    }
    .error-suggest-title {
      text-align: center;
      font-size: 14px;
      text-transform: uppercase;
      letter-spacing: 2px;
      opacity: .7;
      margin: 0 0 24px;
    }
    .error-suggest-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
      gap: 18px;
      max-width: 960px;
      margin: 0 auto 40px;
    }
    .error-suggest-card {
      display: flex;
      align-items: center;
      gap: 14px;
      padding: 18px 20px;
      border: 1px solid rgba(0,0,0,.08);
      border-radius: 12px;
      text-decoration: none;
      color: inherit;
      background: #fff;
      transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
    }
    .error-suggest-card:hover {
      transform: translateY(-3px);
      box-shadow: 0 10px 30px rgba(0,0,0,.08);
      border-color: var(--primary-color, #0a5c3b);
    }
    .error-suggest-icon {
      width: 44px; height: 44px;
      border-radius: 10px;
      display: flex; align-items: center; justify-content: center;
      background: rgba(10,92,59,.08);
      color: var(--primary-color, #0a5c3b);
      flex-shrink: 0;
      font-size: 18px;
    }
    .error-suggest-card span { font-weight: 600; font-size: 15px; }
    .error-section { padding: 60px 0 90px; }