/*
Theme Name: SRO AE
Theme URI: https://zlkstudio.co.uk
Author: ZLK Studio
Author URI: https://zlkstudio.co.uk
Description: SRO AE — WordPress theme for SRO-Advise en Preventie. Servicii de consultanță, DigiD, taxe și mediere pentru românii din Olanda.
Version: 1.0.0
Requires at least: 5.6
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sro-ae
Tags: business, consulting, custom-menu, custom-logo, featured-images, theme-options
*/


/* =====================================================
   SRO AE — CULORI PER SECȚIUNE (Albastru / Roșu / Galben)
   Override CSS variables la nivel de secțiune.
   ===================================================== */
 
/* --- GLOBAL: înlocuiește verdele cu albastru ca default --- */
:root {
  --theme-color1: #1982c4;
  --theme-color1-rgb: 25, 130, 196;
  --theme-color2: #0a2e4d;
  --theme-color2-rgb: 10, 46, 77;
  --theme-color3: #0a4570;
  --theme-color3-rgb: 10, 69, 112;
  --theme-color4: #0d4d7a;
  --theme-color4-rgb: 13, 77, 122;
  --theme-color5: #093a5c;
  --theme-color5-rgb: 9, 58, 92;
  --theme-color7: #0a4570;
  --theme-color7-rgb: 10, 69, 112;
  --theme-color8: #1982c4;
  --theme-color10: #0b4a6e;
  --theme-color-light-green: #e8f4fc;
  --bg-theme-color1: var(--theme-color1);
  --bg-theme-color2: var(--theme-color2);
  --headings-color: #0a2e4d;
}
 
/* --- BANNER: Albastru închis --- */
.banner-section-two {
  --theme-color1: #1982c4;
  --theme-color1-rgb: 25, 130, 196;
  --theme-color2: #0a2e4d;
  --theme-color2-rgb: 10, 46, 77;
}
 
/* --- BRAND: Albastru --- */
.brand-section {
  --theme-color1: #1982c4;
  --theme-color1-rgb: 25, 130, 196;
}
 
/* --- ABOUT: Albastru deschis fond, albastru închis text --- */
.about-section-two {
  --theme-color1: #1982c4;
  --theme-color1-rgb: 25, 130, 196;
  --theme-color2: #0a2e4d;
  --theme-color2-rgb: 10, 46, 77;
  --theme-color-light-green: #eef6fb;
}
.testimonial-block-two h4 {
  color: #fff;
}
/* --- FUNFACT: Galben --- */
.funfact-section-two {
  --theme-color1: #ffca3a;
  --theme-color1-rgb: 255, 202, 58;
  --theme-color2: #7a5f00;
  --theme-color2-rgb: 122, 95, 0;
}
.funfact-section-two .count-box .count-text,
.funfact-section-two .funfact-block .icon {
  color: #ffca3a;
}
 
/* --- SERVICE: Roșu --- */
.service-section-three {
  --theme-color1: #b61f27;
  --theme-color1-rgb: 255, 89, 94;
  --theme-color2: #8b1a1d;
  --theme-color2-rgb: 139, 26, 29;
  --theme-color-light-green: #fff0f0;
}
.service-section-three .service-block-three .icon-box i,
.service-section-three .service-block-three:hover .overlay-icon i {
  color: #b61f27;
}
 
/* --- TESTIMONIAL: Galben --- */
.testimonial-section-two {
  --theme-color1: #ffca3a;
  --theme-color1-rgb: 255, 202, 58;
  --theme-color2: #7a5f00;
  --theme-color2-rgb: 122, 95, 0;
}
 
/* --- STEPS: Albastru --- */
.steps-section {
  --theme-color1: #1982c4;
  --theme-color1-rgb: 25, 130, 196;
  --theme-color2: #0a2e4d;
  --theme-color2-rgb: 10, 46, 77;
}
 
/* --- GROWTH: Roșu --- */
.growth-section-two {
  --theme-color1: #b61f27;
  --theme-color1-rgb: 255, 89, 94;
  --theme-color2: #8b1a1d;
  --theme-color2-rgb: 139, 26, 29;
}
 
/* --- FAQ: Galben --- */
.faq-section-two {
  --theme-color1: #ffca3a;
  --theme-color1-rgb: 255, 202, 58;
  --theme-color2: #7a5f00;
  --theme-color2-rgb: 122, 95, 0;
}
.faq-section-two .accordion .acc-btn.active {
  color: #ffca3a;
}
 
/* --- GALLERY: Albastru --- */
.gellery-section {
  --theme-color1: #1982c4;
  --theme-color1-rgb: 25, 130, 196;
}
 
/* --- FEATURE: Roșu --- */
.feature-section {
  --theme-color1: #b61f27;
  --theme-color1-rgb: 255, 89, 94;
  --theme-color2: #8b1a1d;
  --theme-color2-rgb: 139, 26, 29;
}
 
/* --- STRATEGY: Albastru --- */
.strategy-section-two {
  --theme-color1: #1982c4;
  --theme-color1-rgb: 25, 130, 196;
  --theme-color2: #0a2e4d;
  --theme-color2-rgb: 10, 46, 77;
}
 
/* --- TEAM: Galben --- */
.team-section-two {
  --theme-color1: #ffca3a;
  --theme-color1-rgb: 255, 202, 58;
  --theme-color2: #7a5f00;
  --theme-color2-rgb: 122, 95, 0;
}
 
/* --- CONTACT: Roșu --- */
.contact-section {
  --theme-color1: #b61f27;
  --theme-color1-rgb: 255, 89, 94;
  --theme-color2: #8b1a1d;
  --theme-color2-rgb: 139, 26, 29;
}

.about-section-two .image-column .inner-column .image .info2 .title,
.btn-one,
.sub-title {
    color: #fff;
}
 
/* --- BLOG: Albastru --- */
.blog-section-two {
  --theme-color1: #1982c4;
  --theme-color1-rgb: 25, 130, 196;
  --theme-color2: #0a2e4d;
  --theme-color2-rgb: 10, 46, 77;
}
 
/* --- HEADER: Albastru închis --- */
.main-header {
  --theme-color1: #1982c4;
  --theme-color1-rgb: 25, 130, 196;
  --theme-color2: #0a2e4d;
  --theme-color2-rgb: 10, 46, 77;
}
 
/* --- FOOTER: Albastru închis --- */
.main-footer {
  --theme-color1: #1982c4;
  --theme-color1-rgb: 25, 130, 196;
  --theme-color2: #0a2e4d;
  --theme-color2-rgb: 10, 46, 77;
}
 
/* =====================================================
   BTN overrides — butoanele principale urmează culoarea secțiunii
   ===================================================== */
.btn-one,
.btn-one-rounded,
.btn-two,
.btn-two-rounded {
  /* Buttons inherit --theme-color1 from their section automatically */
}
 
/* Fix: .btn-one-light (header CTA) always blue */
.main-header .btn-one-light {
  border-color: #1982c4;
  color: #1982c4;
}
.main-header .btn-one-light:hover {
  background-color: #1982c4;
  color: #fff;
}
 
/* Fix: scroll-to-top button blue */
.goTop-btn {
  --theme-color1: #1982c4;
}
 
 
/* =====================================================
   BTN overrides — butoanele principale urmează culoarea secțiunii
   ===================================================== */
.btn-one,
.btn-one-rounded,
.btn-two,
.btn-two-rounded {
  /* Buttons inherit --theme-color1 from their section automatically */
}
 
/* Fix: .btn-one-light (header CTA) always blue */
.main-header .btn-one-light {
  border-color: #003da5;
  color: #003da5;
}
.main-header .btn-one-light:hover {
  background-color: #003da5;
  color: #fff;
}
 
/* Fix: scroll-to-top button blue */
.goTop-btn {
  --theme-color1: #003da5;
}
/* =====================================================
   CONTAINER
   ===================================================== */
.sroar-container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 30px;
}

/* =====================================================
   HEADER
   ===================================================== */
.sroar-header {
  position: relative;
  width: 100%;
  z-index: 999;
}

/* Red accent line */
.sroar-header-accent {
  height: 4px;
  background-color: var(--sroar-red);
}

/* Header inner */
.sroar-header-inner {
  background-color: var(--sroar-dark-blue);
}

/* Header row - flex layout */
.sroar-header-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 70px;
}

/* Logo */
.sroar-logo {
  flex-shrink: 0;
}
.sroar-logo a {
  display: inline-flex;
  align-items: center;
}
.sroar-logo img {
  max-height: 50px;
  width: auto;
}

/* Desktop Navigation */
.sroar-main-nav {
  flex: 1;
  display: flex;
  justify-content: center;
}

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

.sroar-nav-list > li {
  position: relative;
  list-style: none;
}

.sroar-nav-list > li > a {
  display: block;
  padding: 24px 22px;
  color: var(--sroar-white);
  font-family: var(--sroar-font);
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.3px;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.3s ease, background-color 0.3s ease;
}

.sroar-nav-list > li > a:hover,
.sroar-nav-list > li.current-menu-item > a,
.sroar-nav-list > li.current-menu-ancestor > a,
.sroar-nav-list > li.current > a {
  color: var(--sroar-white);
  background-color: rgba(255, 255, 255, 0.1);
}

/* Dropdown */
.sroar-nav-list > li > ul {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 220px;
  background: var(--sroar-white);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
  border-radius: 0 0 6px 6px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
  list-style: none;
  padding: 10px 0;
  margin: 0;
  z-index: 1000;
}
.sroar-nav-list > li:hover > ul {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.sroar-nav-list > li > ul > li {
  list-style: none;
}
.sroar-nav-list > li > ul > li > a {
  display: block;
  padding: 10px 20px;
  color: #333;
  font-size: 14px;
  font-family: var(--sroar-font);
  text-decoration: none;
  transition: all 0.2s ease;
}
.sroar-nav-list > li > ul > li > a:hover {
  background-color: var(--sroar-light-gray);
  color: var(--sroar-dark-blue);
  padding-left: 25px;
}

/* CTA Button */
.sroar-header-cta {
  flex-shrink: 0;
  margin-left: 20px;
}

.sroar-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 28px;
  border: 2px solid var(--sroar-cta-border);
  border-radius: 50px;
  color: var(--sroar-white);
  font-family: var(--sroar-font);
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.3s ease;
}
.sroar-cta-btn:hover {
  background-color: var(--sroar-cta-hover);
  border-color: var(--sroar-cta-hover);
  color: var(--sroar-white);
}
.sroar-cta-btn i {
  font-size: 16px;
}

/* Mobile Toggle */
.sroar-mobile-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px;
  flex-direction: column;
  gap: 5px;
}
.sroar-mobile-toggle span {
  display: block;
  width: 26px;
  height: 3px;
  background: var(--sroar-white);
  border-radius: 2px;
  transition: all 0.3s ease;
}

/* =====================================================
   STICKY HEADER
   ===================================================== */
.sroar-sticky-wrap {
  position: fixed;
  top: -100px;
  left: 0;
  width: 100%;
  background-color: var(--sroar-dark-blue);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  z-index: 9999;
  transition: top 0.4s ease;
}
.sroar-sticky-wrap.is-visible {
  top: 0;
}
body.admin-bar .sroar-sticky-wrap.is-visible {
  top: 32px;
}
@media (max-width: 782px) {
  body.admin-bar .sroar-sticky-wrap.is-visible {
    top: 46px;
  }
}

/* =====================================================
   MOBILE MENU
   ===================================================== */
.sroar-mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
}
.sroar-mobile-menu.is-open {
  visibility: visible;
  opacity: 1;
}

.sroar-mobile-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}

.sroar-mobile-panel {
  position: absolute;
  top: 0;
  right: -320px;
  width: 300px;
  max-width: 85vw;
  height: 100%;
  background: var(--sroar-dark-blue);
  display: flex;
  flex-direction: column;
  transition: right 0.4s ease;
  overflow-y: auto;
}
.sroar-mobile-menu.is-open .sroar-mobile-panel {
  right: 0;
}

.sroar-mobile-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.sroar-mobile-logo img {
  max-height: 40px;
}
.sroar-mobile-close {
  background: none;
  border: none;
  color: var(--sroar-white);
  font-size: 22px;
  cursor: pointer;
  padding: 5px;
}

.sroar-mobile-body {
  flex: 1;
  padding: 10px 0;
}

.sroar-mobile-nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sroar-mobile-nav-list li {
  list-style: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}
.sroar-mobile-nav-list li a {
  display: block;
  padding: 14px 20px;
  color: var(--sroar-white);
  font-family: var(--sroar-font);
  font-size: 15px;
  text-decoration: none;
  transition: all 0.2s ease;
}
.sroar-mobile-nav-list li a:hover,
.sroar-mobile-nav-list li.current-menu-item a {
  background: rgba(255, 255, 255, 0.08);
  padding-left: 28px;
}

/* Mobile submenu */
.sroar-mobile-nav-list li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  background: rgba(0, 0, 0, 0.15);
}
.sroar-mobile-nav-list li ul li a {
  padding-left: 40px;
  font-size: 14px;
}

.sroar-mobile-footer {
  padding: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.sroar-mobile-footer .sroar-cta-btn {
  width: 100%;
  justify-content: center;
}

/* =====================================================
   FOOTER
   ===================================================== */
.sroar-footer {
  background-color: var(--sroar-footer-bg);
  color: var(--sroar-footer-text);
  font-family: var(--sroar-font);
}

.sroar-footer-main {
  padding: 60px 0 40px;
}

.sroar-footer-col {
  margin-bottom: 30px;
}

.sroar-footer-title {
  color: var(--sroar-white);
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 24px 0;
  font-family: var(--sroar-font);
}

/* Company info list */
.sroar-company-info {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sroar-company-info li {
  color: var(--sroar-footer-text);
  font-size: 15px;
  line-height: 1.6;
  padding: 4px 0;
}
.sroar-company-info li a {
  color: var(--sroar-footer-text);
  text-decoration: none;
  transition: color 0.2s ease;
}
.sroar-company-info li a:hover {
  color: var(--sroar-white);
}

/* Footer links */
.sroar-footer-links {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sroar-footer-links li {
  list-style: none;
  padding: 3px 0;
}
.sroar-footer-links li a {
  color: var(--sroar-footer-text);
  font-size: 15px;
  line-height: 1.8;
  text-decoration: none;
  transition: color 0.2s ease;
}
.sroar-footer-links li a:hover {
  color: var(--sroar-white);
}

/* Contact list */
.sroar-contact-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sroar-contact-list li {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 8px 0;
  font-size: 15px;
}
.sroar-contact-list li i {
  color: var(--sroar-white);
  font-size: 16px;
  width: 20px;
  text-align: center;
  flex-shrink: 0;
}
.sroar-contact-list li a {
  color: var(--sroar-footer-text);
  text-decoration: none;
  transition: color 0.2s ease;
}
.sroar-contact-list li a:hover {
  color: var(--sroar-white);
}

/* Copyright bar */
.sroar-footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 20px 0;
}
.sroar-copyright {
  margin: 0;
  font-size: 14px;
  color: #888;
  text-align: center;
}
.sroar-copyright a {
  color: #aaa;
  text-decoration: none;
}
.sroar-copyright a:hover {
  color: var(--sroar-white);
}

/* =====================================================
   RESPONSIVE
   ===================================================== */
@media (max-width: 1200px) {
  .sroar-nav-list > li > a {
    padding: 24px 16px;
    font-size: 14px;
  }
}

@media (max-width: 991px) {
  .sroar-main-nav {
    display: none !important;
  }
  .sroar-header-cta {
    display: none;
  }
  .sroar-mobile-toggle {
    display: flex;
  }
  .sroar-header-row {
    min-height: 60px;
  }
  .sroar-sticky-wrap .sroar-main-nav {
    display: none !important;
  }
  .sroar-sticky-wrap .sroar-header-cta {
    display: none;
  }
  .sroar-sticky-wrap .sroar-mobile-toggle {
    display: flex;
  }
  .main-header .logo img {
    max-width: 60%;
  }
}

@media (max-width: 767px) {
  .sroar-container {
    padding: 0 15px;
  }
  .sroar-footer-main {
    padding: 40px 0 20px;
  }
}

/* =====================================================
   ADMIN BAR FIX
   ===================================================== */
body.admin-bar .sroar-header {
  margin-top: 0;
}

/* =====================================================
   PRELOADER (match original theme)
   ===================================================== */
.preloader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background: var(--sroar-dark-blue);
}

/* =====================================================
   WP MENU ITEM CLASS RESETS
   ===================================================== */
.sroar-nav-list .menu-item,
.sroar-footer-links .menu-item,
.sroar-mobile-nav-list .menu-item {
  list-style: none;
}
.sroar-nav-list a,
.sroar-footer-links a,
.sroar-mobile-nav-list a {
  text-decoration: none;
  box-shadow: none;
}

/* =====================================================
   RATA DE SUCCES SECTION
   ===================================================== */
.sroae-succes-section {
  background: #f8f9fa;
}
.sroae-succes-section .sub-title {
  display: inline-block;
  background: var(--theme-color1, #1982c4);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 6px 18px;
  border-radius: 30px;
  margin-bottom: 16px;
}
.sroae-succes-section .sec-title__title {
  font-size: 42px;
  font-weight: 800;
  line-height: 1.2;
  color: #0a2e4d;
}

/* Shared card style */
.sroae-card {
  background: #fff;
  border-radius: 12px;
  padding: 30px;
  height: 100%;
  border: 1px solid #eee;
}

/* --- Chart card --- */
.sroae-chart-card {
  text-align: center;
  margin-bottom: 20px;
  height: auto;
}
.sroae-card-label {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  color: #888;
  margin-bottom: 16px;
  text-transform: uppercase;
}
.sroae-donut-wrap svg {
  max-width: 100%;
  height: auto;
}

/* Progress bars */
.sroae-progress-row {
  text-align: left;
}
.sroae-progress-item {
  margin-bottom: 16px;
}
.sroae-progress-item:last-child {
  margin-bottom: 0;
}
.sroae-progress-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: 600;
  color: #0a2e4d;
}
.sroae-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-right: 8px;
  vertical-align: middle;
}
.sroae-progress-val {
  font-weight: 700;
}
.sroae-progress-track {
  width: 100%;
  height: 6px;
  background: #eee;
  border-radius: 3px;
  overflow: hidden;
}
.sroae-progress-fill {
  height: 100%;
  border-radius: 3px;
  transition: width 1.5s ease;
}

/* --- Quote card --- */
.sroae-quote-card {
  border-left: 4px solid #b61f27;
  height: auto;
}
.sroae-quote-card blockquote {
  margin: 0;
  padding: 0;
  font-size: 15px;
  font-style: italic;
  line-height: 1.7;
  color: #333;
}

/* --- Service cards --- */
.sroae-serv-card {
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.sroae-serv-card:hover {
  box-shadow: 0 8px 30px rgba(0,0,0,0.08);
  transform: translateY(-4px);
}
.sroae-serv-card-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 16px;
}
.sroae-serv-icon-main {
  width: 104px;
  height: 104px;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.sroae-serv-icon-main img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.sroae-serv-icon-sm {
  width: 32px;
  height: 32px;
  border-radius: 6px;
  overflow: hidden;
  display: none;
  align-items: center;
  justify-content: center;
  background: #f5f5f5;
  flex-shrink: 0;
}
.sroae-serv-icon-sm img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.sroae-serv-card-title {
  font-size: 18px;
  font-weight: 700;
  color: #0a2e4d;
  margin: 0 0 10px;
}
.sroae-serv-card-text {
  font-size: 14px;
  line-height: 1.7;
  color: #666;
  margin: 0 0 16px;
}
.sroae-serv-card-badge {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #1a8a4a;
}
.sroae-serv-card-badge i {
  color: #1a8a4a;
  margin-right: 5px;
}

@media (max-width: 991px) {
  .sroae-succes-section .sec-title__title {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .sroae-succes-section .sec-title__title {
    font-size: 26px;
  }
  .sroae-chart-card {
    margin-bottom: 20px;
  }
}

/* Donut center text - HTML overlay instead of SVG text */
.sroae-donut-wrap {
  position: relative;
  margin-bottom: 28px;
  display: inline-block;
}
.sroae-donut-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  pointer-events: none;
}
.sroae-donut-percent {
  display: block;
  font-size: 36px;
  font-weight: 800;
  color: #8b1a1d;
  line-height: 1;
}
.sroae-donut-label {
  display: block;
  font-size: 10px;
  font-weight: 600;
  color: #8b1a1d;
  letter-spacing: 1.5px;
  margin-top: 4px;
}

/* =====================================================
   PRICING PAGE
   ===================================================== */

/* Hero */
.sroae-pricing-hero {
  background-color: #0a2e4d;
  padding: 100px 0 80px;
  position: relative;
  overflow: hidden;
}
.sroae-pricing-hero .sub-title {
  display: inline-block;
  background: rgba(255,255,255,0.15);
  color: #ffca3a;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 6px 16px;
  border-radius: 30px;
  margin-bottom: 20px;
}
.sroae-pricing-title {
  font-size: 48px;
  font-weight: 800;
  color: #fff;
  margin: 0 0 20px;
  line-height: 1.15;
}
.sroae-pricing-desc {
  font-size: 16px;
  color: rgba(255,255,255,0.7);
  line-height: 1.7;
  max-width: 560px;
}
.sroae-pricing-hero-shape {
  position: absolute;
  right: -60px;
  top: 0;
  opacity: 0.08;
}
.sroae-pricing-hero-shape img {
  max-height: 320px;
}

/* Notice bar */
.sroae-pricing-notice {
  margin-top: -30px;
  position: relative;
  z-index: 2;
  margin-bottom: 30px;
}
.sroae-notice-bar {
  background: #fff;
  border-radius: 12px;
  padding: 18px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  flex-wrap: wrap;
  gap: 12px;
}
.sroae-notice-left {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  color: #333;
}
.sroae-notice-left i {
  color: #1982c4;
  font-size: 18px;
}
.sroae-notice-right {
  font-size: 13px;
  font-weight: 600;
  color: #0a2e4d;
  background: #f0f4f8;
  padding: 8px 16px;
  border-radius: 8px;
  white-space: nowrap;
}

/* Pricing columns - shared */
.sroae-price-col {
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
}
.sroae-price-col-head {
  padding: 28px 28px 20px;
  display: flex;
  align-items: center;
  gap: 14px;
  border-bottom: 1px solid #eee;
}
.sroae-price-col-head i {
  font-size: 24px;
}
.sroae-price-icon {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}
.sroae-price-col-head h4 {
  font-size: 22px;
  font-weight: 700;
  margin: 0;
}

/* --- Column 1: ROȘU (Alocații) --- */
.sroae-price-col--red { border-top: 4px solid #b61f27;  border-color: #b61f27; }
.sroae-price-col--red .sroae-price-col-head h4 { color: #b61f27; }
.sroae-price-col--red .sroae-price-val { color: #b61f27; }

/* --- Column 2: GALBEN (Administrative) --- */
.sroae-price-col--gold { border-top: 4px solid #f2ae26;  border-color: #f2ae26; }
.sroae-price-col--gold .sroae-price-col-head h4 { color: #f2ae26; }
.sroae-price-col--gold .sroae-price-val { color: #f2ae26; }

/* --- Column 3: ALBASTRU (Consultanță) --- */
.sroae-price-col--blue { border-top: 4px solid #1d4b8a;  border-color: #1d4b8a; }
.sroae-price-col--blue .sroae-price-col-head h4 { color: #1d4b8a; }
.sroae-price-col--blue .sroae-price-val { color: #1d4b8a; }

/* Column body */
.sroae-price-col-body {
  padding: 8px 28px;
  flex: 1;
}
.sroae-price-item {
  padding: 18px 0;
  border-bottom: 1px solid #f2f2f2;
}
.sroae-price-item:last-child {
  border-bottom: none;
}
.sroae-price-item-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 10px;
  margin-bottom: 4px;
}
.sroae-price-name {
  font-size: 15px;
  font-weight: 700;
  color: #0a2e4d;
}
.sroae-price-val {
  font-size: 15px;
  font-weight: 800;
  white-space: nowrap;
}
.sroae-price-val small {
  font-size: 11px;
  font-weight: 500;
  opacity: 0.7;
}
.sroae-price-desc {
  font-size: 13px;
  color: #777;
  line-height: 1.5;
  margin: 0;
}
.sroae-price-note {
  font-size: 12px;
  color: #999;
  margin: 2px 0 4px;
}

/* Buttons */
.sroae-price-col-foot {
  padding: 20px 28px 28px;
}
.sroae-price-btn {
  display: block;
  text-align: center;
  padding: 14px 20px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
}
.sroae-price-btn--red {
  background: #0a2e4d;
  color: #fff;
}
.sroae-price-btn--red:hover { background: #b61f27; color: #fff; }

.sroae-price-btn--gold {
  background: #f2ae26;
  color: #fff;
}
.sroae-price-btn--gold:hover { background: #ffca3a; color: #0a2e4d; }

.sroae-price-btn--blue {
  background: #0a2e4d;
  border: 2px solid #0a2e4d;
  color: #fff;
}
.sroae-price-btn--blue:hover { background: #1982c4; border-color: #1982c4; color: #fff; }

/* Info section */
.sroae-info-title {
  font-size: 28px;
  font-weight: 800;
  color: #1982c4;
  margin-bottom: 24px;
}
.sroae-info-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sroae-info-list li {
  display: flex;
  gap: 14px;
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 1.6;
  color: #444;
}
.sroae-info-list li i {
  color: #b61f27;
  font-size: 18px;
  margin-top: 3px;
  flex-shrink: 0;
}
.sroae-info-image {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}
.sroae-info-image img {
  width: 100%;
  display: block;
}
.sroae-info-badge {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: rgba(10,46,77,0.92);
  color: #fff;
  padding: 18px 22px;
  border-radius: 10px;
  max-width: 260px;
}
.sroae-info-badge-num {
  display: block;
  font-size: 32px;
  font-weight: 800;
  color: #b61f27;
  margin-bottom: 4px;
}
.sroae-info-badge-text {
  font-size: 13px;
  line-height: 1.5;
  color: rgba(255,255,255,0.85);
}

/* CTA */
.sroae-pricing-cta {
  padding: 80px 0;
}
.sroae-cta-inner {
  background: #0a2e4d;
  border-radius: 24px;
  padding: 70px 40px;
}
.sroae-cta-title {
  font-size: 36px;
  font-weight: 800;
  color: #fff;
  margin: 0 0 16px;
}
.sroae-cta-text {
  font-size: 16px;
  color: rgba(255,255,255,0.7);
  margin: 0 0 30px;
  line-height: 1.7;
}
.sroae-cta-btns {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}
.sroae-cta-btn-outline {
  padding: 14px 32px;
  border: 2px solid #fff;
  border-radius: 8px;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}
.sroae-cta-btn-outline:hover {
  background: #fff;
  color: #0a2e4d;
}
.sroae-cta-btn-fill {
  padding: 14px 32px;
  background: #1982c4;
  border: 2px solid #1982c4;
  border-radius: 8px;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}
.sroae-cta-btn-fill:hover {
  background: #ffca3a;
  border-color: #ffca3a;
  color: #0a2e4d;
}

/* Responsive */
@media (max-width: 991px) {
  .sroae-pricing-title { font-size: 36px; }
  .sroae-cta-title { font-size: 28px; }
  .sroae-cta-inner { padding: 50px 24px; }
}
@media (max-width: 767px) {
  .sroae-pricing-hero { padding: 70px 0 60px; }
  .sroae-pricing-title { font-size: 28px; }
  .sroae-notice-bar { flex-direction: column; text-align: center; }
  .sroae-cta-title { font-size: 24px; }
}


/* =====================================================
   SERVICE PAGE
   ===================================================== */

/* --- Hero --- */
.sroae-srv-hero {
  background: #f4f6f9;
  padding: 100px 0 80px;
  overflow: hidden;
}
.sroae-srv-hero-breadcrumb {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #0a2e4d;
  margin-bottom: 20px;
}
.sroae-srv-hero-breadcrumb strong { color: #b61f27; }
.sroae-srv-hero-breadcrumb span { margin: 0 6px; color: #aaa; }
.sroae-srv-hero-title {
  font-size: 52px;
  font-weight: 800;
  line-height: 1.1;
  color: #0a2e4d;
  margin: 0 0 24px;
}
.sroae-srv-hero-title span { color: #b61f27; }
.sroae-srv-hero-desc {
  font-size: 17px;
  line-height: 1.7;
  color: #555;
  max-width: 520px;
  margin-bottom: 32px;
}
.sroae-srv-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 32px;
  background: #0a2e4d;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.sroae-srv-btn:hover { background: #1982c4; color: #fff; }

.sroae-srv-hero-img-wrap {
  position: relative;
}
.sroae-srv-hero-img-wrap img {
  width: 100%;
  border-radius: 16px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.12);
}
.sroae-srv-hero-badge {
  position: absolute;
  bottom: -20px;
  right: 40px;
  background: #ffca3a;
  color: #0a2e4d;
  padding: 20px 28px;
  border-radius: 12px;
  min-width: 160px;
}
.sroae-srv-hero-badge-num {
  display: block;
  font-size: 36px;
  font-weight: 800;
  line-height: 1;
}
.sroae-srv-hero-badge-text {
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 4px;
}

/* --- Desc 1 --- */
.sroae-srv-desc1 { background: #f4f6f9; }
.sroae-srv-desc1-img img {
  width: 100%;
  border-radius: 12px;
}
.sroae-srv-desc1-title {
  font-size: 32px;
  font-weight: 800;
  color: #0a2e4d;
  margin: 0 0 24px;
  display: flex;
  align-items: center;
  gap: 16px;
}
.sroae-srv-line {
  display: inline-block;
  width: 40px;
  height: 3px;
  background: #b61f27;
  flex-shrink: 0;
}
.sroae-srv-desc1-text {
  font-size: 16px;
  line-height: 1.8;
  color: #555;
  margin-bottom: 28px;
}
.sroae-srv-desc1-text p { margin-bottom: 16px; }
.sroae-srv-checklist {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sroae-srv-checklist li {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 0;
  font-size: 15px;
  color: #0a2e4d;
}
.sroae-srv-checklist li i {
  color: #ffca3a;
  font-size: 20px;
}

/* --- Desc 2 (Dark) --- */
.sroae-srv-desc2 { background: #0a2e4d; }

.sroae-srv-plan-card {
  background: #fff;
  border-radius: 16px;
  padding: 40px;
}
.sroae-srv-plan-badge {
  display: inline-block;
  background: #b61f27;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 5px 14px;
  border-radius: 4px;
  margin-bottom: 20px;
}
.sroae-srv-plan-title {
  font-size: 28px;
  font-weight: 800;
  color: #0a2e4d;
  margin: 0 0 12px;
}
.sroae-srv-plan-desc {
  font-size: 15px;
  color: #666;
  line-height: 1.6;
  margin-bottom: 24px;
}
.sroae-srv-plan-percent {
  margin-bottom: 24px;
  display: flex;
  align-items: baseline;
  gap: 10px;
}
.sroae-srv-plan-percent-num {
  font-size: 48px;
  font-weight: 800;
  color: #1982c4;
}
.sroae-srv-plan-percent-label {
  font-size: 16px;
  color: #666;
}
.sroae-srv-plan-checks {
  list-style: none;
  margin: 0 0 28px;
  padding: 0;
}
.sroae-srv-plan-checks li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 0;
  font-size: 15px;
  color: #0a2e4d;
}
.sroae-srv-plan-checks li i { color: #b61f27; }
.sroae-srv-plan-btn {
  display: block;
  text-align: center;
  padding: 16px;
  background: #0a2e4d;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  border-radius: 10px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.sroae-srv-plan-btn:hover { background: #1982c4; color: #fff; }

/* Prerequisites */
.sroae-srv-prereq {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 16px;
  padding: 40px;
}
.sroae-srv-prereq-title {
  font-size: 28px;
  font-weight: 800;
  color: #fff;
  margin: 0 0 30px;
}
.sroae-srv-prereq-item {
  display: flex;
  gap: 16px;
  margin-bottom: 28px;
}
.sroae-srv-prereq-icon {
  width: 48px;
  height: 48px;
  border-radius: 10px;
  background: rgba(255,202,58,0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.sroae-srv-prereq-icon i {
  font-size: 20px;
  color: #ffca3a;
}
.sroae-srv-prereq-item h5 {
  font-size: 16px;
  font-weight: 700;
  color: #ffca3a;
  margin: 0 0 4px;
}
.sroae-srv-prereq-item p {
  font-size: 14px;
  color: rgba(255,255,255,0.7);
  margin: 0;
  line-height: 1.5;
}
.sroae-srv-prereq-quote {
  border-top: 1px solid rgba(255,255,255,0.1);
  padding-top: 24px;
  margin-top: 8px;
  display: flex;
  gap: 14px;
  flex-direction: column;
}
.sroae-srv-prereq-quote-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  color: #b61f27;
  text-transform: uppercase;
}
.sroae-srv-prereq-quote p {
  font-size: 15px;
  color: #fff;
  font-style: italic;
  margin: 0;
  line-height: 1.6;
}

/* --- FAQ --- */
.sroae-srv-faq { background: #f4f6f9; }
.sroae-srv-faq-title {
  font-size: 32px;
  font-weight: 800;
  color: #0a2e4d;
  margin-bottom: 40px;
}
.sroae-srv-faq-item {
  background: #fff;
  border-radius: 12px;
  margin-bottom: 16px;
  overflow: hidden;
  transition: box-shadow 0.3s ease;
}
.sroae-srv-faq-item:hover {
  box-shadow: 0 4px 16px rgba(0,0,0,0.05);
}
.sroae-srv-faq-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 20px 28px;
  border: none;
  background: none;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  color: #0a2e4d;
  text-align: left;
}
.sroae-srv-faq-btn i {
  transition: transform 0.3s ease;
  color: #aaa;
}
.sroae-srv-faq-item.is-open .sroae-srv-faq-btn { color: #b61f27; }
.sroae-srv-faq-item.is-open .sroae-srv-faq-btn i { transform: rotate(180deg); }
.sroae-srv-faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.3s ease;
  padding: 0 28px;
}
.sroae-srv-faq-item.is-open .sroae-srv-faq-answer {
  max-height: 400px;
  padding: 0 28px 24px;
}
.sroae-srv-faq-answer p {
  font-size: 15px;
  color: #666;
  line-height: 1.7;
  margin: 0;
}

/* --- CTA --- */
.sroae-srv-cta-section { background: #f4f6f9; }
.sroae-srv-cta-box {
  background: #1982c4;
  border-radius: 24px;
  padding: 70px 40px;
  position: relative;
  overflow: hidden;
}
.sroae-srv-cta-box::after {
  content: '';
  position: absolute;
  top: -40px;
  right: -40px;
  width: 160px;
  height: 160px;
  background: rgba(255,255,255,0.08);
  border-radius: 20px;
  transform: rotate(20deg);
}
.sroae-srv-cta-box h2 {
  font-size: 36px;
  font-weight: 800;
  color: #fff;
  margin: 0 0 16px;
}
.sroae-srv-cta-box p {
  font-size: 16px;
  color: rgba(255,255,255,0.8);
  margin: 0 0 30px;
  line-height: 1.7;
}
.sroae-srv-cta-btns {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
.sroae-srv-cta-outline {
  padding: 14px 32px;
  border: 2px solid #fff;
  background: #fff;
  border-radius: 8px;
  color: #0a2e4d;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
}
.sroae-srv-cta-outline:hover { background: transparent; color: #fff; }
.sroae-srv-cta-fill {
  padding: 14px 32px;
  background: #0a2e4d;
  border: 2px solid #0a2e4d;
  border-radius: 8px;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
}
.sroae-srv-cta-fill:hover { background: #ffca3a; border-color: #ffca3a; color: #0a2e4d; }

/* Responsive */
@media (max-width: 991px) {
  .sroae-srv-hero-title { font-size: 38px; }
  .sroae-srv-desc1-title { font-size: 26px; }
  .sroae-srv-plan-card { padding: 28px; }
  .sroae-srv-prereq { padding: 28px; }
  .sroae-srv-cta-box { padding: 50px 24px; }
  .sroae-srv-cta-box h2 { font-size: 28px; }
}
@media (max-width: 767px) {
  .sroae-srv-hero { padding: 70px 0 60px; }
  .sroae-srv-hero-title { font-size: 30px; }
  .sroae-srv-hero-badge { right: 16px; bottom: -16px; }
}

/* =====================================================
   SERVICES LISTING PAGE
   ===================================================== */

/* Hero */
.sroae-srvl-hero {
  background: #f4f6f9;
  padding: 100px 0 80px;
}
.sroae-srvl-label {
  display: inline-block;
  background: #1982c4;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 6px 18px;
  border-radius: 30px;
  margin-bottom: 20px;
}
.sroae-srvl-hero-title {
  font-size: 52px;
  font-weight: 800;
  line-height: 1.1;
  color: #0a2e4d;
  margin: 0 0 24px;
}
.sroae-srvl-hero-title span { color: #b61f27; }
.sroae-srvl-hero-desc {
  font-size: 17px;
  line-height: 1.7;
  color: #555;
  max-width: 540px;
  margin-bottom: 32px;
}
.sroae-srvl-hero-btns {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}
.sroae-srvl-btn-fill {
  padding: 16px 32px;
  background: #0a2e4d;
  color: #fff;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
}
.sroae-srvl-btn-fill:hover { background: #1982c4; color: #fff; }
.sroae-srvl-btn-outline {
  padding: 16px 32px;
  border: 2px solid #ddd;
  background: #fff;
  color: #0a2e4d;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
}
.sroae-srvl-btn-outline:hover { border-color: #0a2e4d; color: #0a2e4d; }

/* Section heading */
.sroae-srvl-sec-title {
  font-size: 32px;
  font-weight: 800;
  color: #0a2e4d;
  margin: 0 0 12px;
}
.sroae-srvl-sec-desc {
  font-size: 16px;
  color: #666;
  line-height: 1.7;
}

/* Service Cards */
.sroae-srvl-card {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 12px;
  padding: 32px;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.sroae-srvl-card:hover {
  box-shadow: 0 8px 30px rgba(0,0,0,0.08);
  transform: translateY(-4px);
}
.sroae-srvl-card-icon {
  width: 52px;
  height: 52px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.sroae-srvl-card-icon img {
  width: 28px;
  height: 28px;
  object-fit: contain;
}
.sroae-srvl-card-title {
  font-size: 20px;
  font-weight: 800;
  color: #0a2e4d;
  margin: 0 0 12px;
}
.sroae-srvl-card-desc {
  font-size: 14px;
  color: #666;
  line-height: 1.7;
  flex: 1;
  margin: 0 0 18px;
}
.sroae-srvl-card-link {
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: gap 0.3s ease;
}
.sroae-srvl-card-link:hover { gap: 12px; }
.sroae-srvl-card-link i { font-size: 11px; }

/* Details Section */
.sroae-srvl-details { background: #f4f6f9; }
.sroae-srvl-det-images {
  position: relative;
}
.sroae-srvl-det-images img {
  width: 100%;
  border-radius: 16px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.1);
}
.sroae-srvl-det-title {
  font-size: 36px;
  font-weight: 800;
  color: #0a2e4d;
  margin: 0 0 36px;
  line-height: 1.2;
}
.sroae-srvl-det-item {
  display: flex;
  gap: 20px;
  margin-bottom: 32px;
}
.sroae-srvl-det-num {
  font-size: 36px;
  font-weight: 800;
  color: rgba(10,46,77,0.12);
  line-height: 1;
  flex-shrink: 0;
  min-width: 44px;
}
.sroae-srvl-det-item h5 {
  font-size: 17px;
  font-weight: 700;
  color: #0a2e4d;
  margin: 0 0 6px;
}
.sroae-srvl-det-item p {
  font-size: 15px;
  color: #666;
  line-height: 1.6;
  margin: 0;
}

/* CTA */
.sroae-srvl-cta { background: #f4f6f9; }
.sroae-srvl-cta-box {
  background: #0a2e4d;
  border-radius: 24px;
  padding: 70px 60px;
}
.sroae-srvl-cta-box h2 {
  font-size: 36px;
  font-weight: 800;
  color: #fff;
  margin: 0 0 16px;
  max-width: 600px;
}
.sroae-srvl-cta-box p {
  font-size: 16px;
  color: rgba(255,255,255,0.7);
  line-height: 1.7;
  margin: 0 0 30px;
  max-width: 650px;
}
.sroae-srvl-cta-btn {
  display: inline-block;
  padding: 16px 36px;
  background: #b61f27;
  color: #fff;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
}
.sroae-srvl-cta-btn:hover { background: #ffca3a; color: #0a2e4d; }

/* Responsive */
@media (max-width: 991px) {
  .sroae-srvl-hero-title { font-size: 38px; }
  .sroae-srvl-det-title { font-size: 28px; }
  .sroae-srvl-cta-box { padding: 50px 30px; }
  .sroae-srvl-cta-box h2 { font-size: 28px; }
}
@media (max-width: 767px) {
  .sroae-srvl-hero { padding: 70px 0 60px; }
  .sroae-srvl-hero-title { font-size: 30px; }
  .sroae-srvl-cta-box { padding: 40px 20px; }
}

/* =====================================================
   FORMULARE ANAF PAGE
   ===================================================== */

/* Hero */
.anaf-hero {
  background: #f4f6f9;
  padding: 100px 0 80px;
  overflow: hidden;
}
.anaf-hero-sub {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #ff595e;
  margin-bottom: 16px;
}
.anaf-hero-title {
  font-size: 56px;
  font-weight: 800;
  line-height: 1.05;
  color: #0a2e4d;
  margin: 0 0 24px;
}
.anaf-hero-desc {
  font-size: 16px;
  line-height: 1.7;
  color: #666;
  max-width: 460px;
}
.anaf-hero-img img {
  width: 100%;
  border-radius: 20px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.12);
}

/* Active Years */
.anaf-year-section {
  padding: 60px 0;
  border-bottom: 1px solid #eee;
}
.anaf-year-section:last-child { border-bottom: none; }
.anaf-year-num {
  font-size: 96px;
  font-weight: 800;
  color: rgba(10,46,77,0.08);
  line-height: 1;
  margin-bottom: 12px;
}
.anaf-year-label {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #0a2e4d;
}
.anaf-year-line {
  display: inline-block;
  width: 28px;
  height: 3px;
  background: #ff595e;
}

/* Form items */
.anaf-forms-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.anaf-form-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 20px 24px;
  transition: box-shadow 0.3s ease;
}
.anaf-form-item:hover {
  box-shadow: 0 4px 16px rgba(0,0,0,0.06);
}
.anaf-form-sub {
  display: block;
  font-size: 12px;
  font-weight: 600;
  color: #999;
  letter-spacing: 0.5px;
  margin-bottom: 2px;
}
.anaf-form-title {
  font-size: 17px;
  font-weight: 700;
  color: #0a2e4d;
  margin: 0;
}
.anaf-form-action {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ddd;
  border-radius: 8px;
  color: #0a2e4d;
  font-size: 16px;
  text-decoration: none;
  flex-shrink: 0;
  transition: all 0.3s ease;
}
.anaf-form-action:hover {
  background: #0a2e4d;
  border-color: #0a2e4d;
  color: #fff;
}

/* Archive */
.anaf-archive { background: #fff; }
.anaf-archive-title {
  font-size: 32px;
  font-weight: 800;
  color: #0a2e4d;
  margin: 0 0 40px;
}
.anaf-archive-title span { color: #ff595e; }

.anaf-archive-card {
  background: #f4f6f9;
  border-radius: 14px;
  padding: 32px;
  height: 100%;
}
.anaf-archive-card-year {
  font-size: 64px;
  font-weight: 800;
  color: rgba(10,46,77,0.07);
  line-height: 1;
  margin-bottom: 16px;
}
.anaf-archive-card-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.anaf-archive-card-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 6px 0;
  font-size: 14px;
  color: #333;
}
.anaf-archive-card-list li i {
  color: #0a2e4d;
  font-size: 13px;
  flex-shrink: 0;
}
.anaf-archive-card-list li a {
  color: #333;
  text-decoration: none;
  transition: color 0.2s ease;
}
.anaf-archive-card-list li a:hover { color: #1982c4; }

/* CTA */
.anaf-cta-box {
  background-color: #0a2e4d;
  background-size: cover;
  background-position: center right;
  border-radius: 24px;
  padding: 70px 60px;
  position: relative;
  overflow: hidden;
}
.anaf-cta-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(10,46,77,0.95) 50%, rgba(10,46,77,0.4));
  z-index: 0;
}
.anaf-cta-content {
  position: relative;
  z-index: 1;
  max-width: 500px;
}
.anaf-cta-content h2 {
  font-size: 34px;
  font-weight: 800;
  color: #fff;
  margin: 0 0 16px;
  line-height: 1.2;
}
.anaf-cta-content p {
  font-size: 15px;
  color: rgba(255,255,255,0.75);
  line-height: 1.7;
  margin: 0 0 28px;
}
.anaf-cta-btn {
  display: inline-block;
  padding: 14px 32px;
  background: #ff595e;
  color: #fff;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
}
.anaf-cta-btn:hover { background: #ffca3a; color: #0a2e4d; }

/* Responsive */
@media (max-width: 991px) {
  .anaf-hero-title { font-size: 40px; }
  .anaf-year-num { font-size: 64px; }
  .anaf-cta-box { padding: 50px 30px; }
}
@media (max-width: 767px) {
  .anaf-hero { padding: 70px 0 50px; }
  .anaf-hero-title { font-size: 32px; }
  .anaf-year-num { font-size: 48px; }
  .anaf-archive-card-year { font-size: 48px; }
  .anaf-cta-content h2 { font-size: 26px; }
}

/* ================================================
   FORMULAR PROGRAMARE - de adăugat în style.css
   ================================================
   Adaugă blocul de mai jos la sfârșitul fișierului style.css
*/

/* Form labels */
.sroae-form-label {
    display: block;
    font-weight: 600;
    margin-bottom: 8px;
    color: #1a1a1a;
    font-size: 15px;
}

.sroae-form-label .required {
    color: #ff595e;
}

/* Form controls (input, select, textarea, date) */
.sroae-form-control,
.wpcf7 input.sroae-form-control,
.wpcf7 select.sroae-form-control,
.wpcf7 textarea.sroae-form-control {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    background: #f8f9fa;
    font-size: 15px;
    color: #1a1a1a;
    transition: border-color 0.3s, background 0.3s;
    font-family: inherit;
}

.sroae-form-control:focus,
.wpcf7 input.sroae-form-control:focus,
.wpcf7 select.sroae-form-control:focus,
.wpcf7 textarea.sroae-form-control:focus {
    outline: none;
    border-color: #1982c4;
    background: #ffffff;
}

.wpcf7 textarea.sroae-form-control {
    min-height: 120px;
    resize: vertical;
}

/* Radio buttons (Da/Nu) */
.sroae-form-radio .wpcf7-list-item {
    display: inline-block;
    margin: 0 20px 0 0;
}

.sroae-form-radio .wpcf7-list-item-label {
    margin-left: 6px;
    font-weight: 500;
    color: #1a1a1a;
}

/* Acceptance checkbox */
.sroae-form-checkbox {
    display: block;
    color: #555;
    font-size: 14px;
    line-height: 1.6;
}

.sroae-form-checkbox a {
    color: #1982c4;
    text-decoration: underline;
}

.wpcf7-acceptance .wpcf7-list-item {
    margin: 0;
}

.wpcf7-acceptance .wpcf7-list-item-label {
    margin-left: 6px;
}

/* Submit button - extinde stilul existent .sroae-price-btn */
.wpcf7 input.sroae-price-btn,
.wpcf7 .sroae-price-btn {
    border: none;
    cursor: pointer;
    padding: 14px 40px;
    font-weight: 600;
    font-size: 16px;
}

/* CF7 response output */
.wpcf7 .wpcf7-response-output {
    margin: 20px 0 0 0;
    padding: 14px 20px;
    border-radius: 6px;
    font-size: 15px;
}

.wpcf7 form.sent .wpcf7-response-output {
    background: #d4edda;
    border-color: #28a745;
    color: #155724;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output {
    background: #f8d7da;
    border-color: #ff595e;
    color: #721c24;
}

.wpcf7-not-valid-tip {
    color: #ff595e;
    font-size: 13px;
    margin-top: 4px;
    display: block;
}
/* ================================================================
   PAGINĂ ACREDITĂRI — CSS ADITIV
   Se adaugă la sfârșitul style.css. Nu modifică alte stiluri.
   Paletă: #1982c4 (albastru temă) + #ffca3a (auriu temă) + #0b2447 (navy)
   ================================================================ */

.sroae-acreditari-page {
	--acr-navy: #0b2447;
	--acr-blue: #1982c4;
	--acr-blue-dark: #0f5f94;
	--acr-blue-light: #e8f3fb;
	--acr-gold: #ffca3a;
	--acr-gold-dark: #e6b333;
	--acr-white: #ffffff;
	--acr-gray-50: #f8fafc;
	--acr-gray-100: #f1f5f9;
	--acr-gray-200: #e2e8f0;
	--acr-gray-500: #64748b;
	--acr-gray-700: #334155;
	--acr-gray-900: #0f172a;
	--acr-shadow: 0 4px 20px rgba(11, 36, 71, 0.08);
	--acr-shadow-lg: 0 20px 50px rgba(11, 36, 71, 0.15);
	--acr-radius: 14px;
	font-family: 'Inter', 'Segoe UI', system-ui, -apple-system, sans-serif;
	color: var(--acr-gray-700);
	line-height: 1.6;
	overflow-x: hidden;
}

.sroae-acreditari-page * { box-sizing: border-box; }

.sroae-acreditari-page .acr-container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 24px;
	position: relative;
}

/* ============ HERO ============ */
.sroae-acreditari-page .acr-hero {
	position: relative;
	min-height: 600px;
	display: flex;
	align-items: center;
	padding: 120px 0 100px;
	background: linear-gradient(135deg, #0b2447 0%, #1982c4 100%);
	color: var(--acr-white);
	overflow: hidden;
	background-size: cover;
	background-position: center;
}

.sroae-acreditari-page .acr-hero-overlay-pattern {
	position: absolute;
	inset: 0;
	background-image:
		radial-gradient(circle at 20% 50%, rgba(255, 202, 58, 0.15) 0%, transparent 50%),
		radial-gradient(circle at 80% 20%, rgba(255, 255, 255, 0.08) 0%, transparent 40%);
	pointer-events: none;
}

.sroae-acreditari-page .acr-hero-content {
	position: relative;
	z-index: 2;
	max-width: 800px;
}

.sroae-acreditari-page .acr-hero-badge {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 8px 18px;
	background: rgba(255, 202, 58, 0.15);
	border: 1px solid rgba(255, 202, 58, 0.4);
	border-radius: 50px;
	color: var(--acr-gold);
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.5px;
	margin-bottom: 24px;
	backdrop-filter: blur(10px);
}

.sroae-acreditari-page .acr-hero-title {
	font-size: clamp(38px, 6vw, 64px);
	font-weight: 800;
	line-height: 1.1;
	margin: 0 0 16px;
	color: var(--acr-white);
	letter-spacing: -1.5px;
}

.sroae-acreditari-page .acr-hero-subtitle {
	font-size: clamp(18px, 2.5vw, 24px);
	font-weight: 500;
	color: var(--acr-gold);
	margin: 0 0 20px;
}

.sroae-acreditari-page .acr-hero-text {
	font-size: 17px;
	color: rgba(255, 255, 255, 0.85);
	margin: 0 0 36px;
	max-width: 600px;
}

.sroae-acreditari-page .acr-hero-btn {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	padding: 16px 32px;
	background: var(--acr-gold);
	color: var(--acr-navy);
	border-radius: 50px;
	font-weight: 700;
	font-size: 15px;
	text-decoration: none;
	transition: all 0.3s ease;
	box-shadow: 0 10px 30px rgba(255, 202, 58, 0.4);
}

.sroae-acreditari-page .acr-hero-btn:hover {
	transform: translateY(-3px);
	box-shadow: 0 15px 40px rgba(255, 202, 58, 0.5);
	background: var(--acr-gold-dark);
	color: var(--acr-navy);
}

.sroae-acreditari-page .acr-hero-btn svg { transition: transform 0.3s ease; }
.sroae-acreditari-page .acr-hero-btn:hover svg { transform: translateY(3px); }

/* ============ SECTION HEADERS ============ */
.sroae-acreditari-page .acr-section-header {
	text-align: center;
	margin-bottom: 60px;
}

.sroae-acreditari-page .acr-eyebrow {
	display: inline-block;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: var(--acr-blue);
	margin-bottom: 14px;
}

.sroae-acreditari-page .acr-eyebrow-gold { color: var(--acr-gold); }

.sroae-acreditari-page .acr-section-title {
	font-size: clamp(30px, 4vw, 44px);
	font-weight: 800;
	color: var(--acr-navy);
	margin: 0 0 16px;
	line-height: 1.2;
	letter-spacing: -0.5px;
}

.sroae-acreditari-page .acr-section-header-light .acr-section-title { color: var(--acr-white); }
.sroae-acreditari-page .acr-section-header-light .acr-section-subtitle { color: rgba(255,255,255,0.8); }

.sroae-acreditari-page .acr-section-subtitle {
	font-size: 17px;
	color: var(--acr-gray-500);
	max-width: 600px;
	margin: 0 auto 20px;
}

.sroae-acreditari-page .acr-divider {
	width: 60px;
	height: 4px;
	background: var(--acr-blue);
	border-radius: 2px;
	margin: 20px auto 0;
}

.sroae-acreditari-page .acr-divider-gold { background: var(--acr-gold); }

/* ============ INFO GRID ============ */
.sroae-acreditari-page .acr-info-section {
	padding: 100px 0;
	background: var(--acr-gray-50);
}

.sroae-acreditari-page .acr-info-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}

.sroae-acreditari-page .acr-info-card {
	background: var(--acr-white);
	border-radius: var(--acr-radius);
	padding: 32px 28px;
	box-shadow: var(--acr-shadow);
	transition: all 0.35s ease;
	border: 1px solid var(--acr-gray-200);
	position: relative;
	overflow: hidden;
}

.sroae-acreditari-page .acr-info-card::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 3px;
	background: var(--acr-blue);
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 0.4s ease;
}

.sroae-acreditari-page .acr-info-card:hover {
	transform: translateY(-6px);
	box-shadow: var(--acr-shadow-lg);
}

.sroae-acreditari-page .acr-info-card:hover::before { transform: scaleX(1); }

.sroae-acreditari-page .acr-info-card-featured {
	background: linear-gradient(135deg, var(--acr-navy) 0%, var(--acr-blue) 100%);
	color: var(--acr-white);
	border: none;
}

.sroae-acreditari-page .acr-info-card-featured::before { display: none; }
.sroae-acreditari-page .acr-info-card-featured .acr-info-label { color: var(--acr-gold); }
.sroae-acreditari-page .acr-info-card-featured .acr-info-value { color: var(--acr-white); }
.sroae-acreditari-page .acr-info-card-featured .acr-info-icon { background: rgba(255, 202, 58, 0.2); color: var(--acr-gold); }

.sroae-acreditari-page .acr-info-card-wide { grid-column: span 2; }

.sroae-acreditari-page .acr-info-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 56px;
	background: var(--acr-blue-light);
	color: var(--acr-blue);
	border-radius: 12px;
	margin-bottom: 18px;
}

.sroae-acreditari-page .acr-info-label {
	display: block;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	color: var(--acr-gray-500);
	margin-bottom: 8px;
}

.sroae-acreditari-page .acr-info-value {
	display: block;
	font-size: 17px;
	font-weight: 600;
	color: var(--acr-gray-900);
	word-break: break-word;
}

.sroae-acreditari-page .acr-info-value-large {
	font-size: 36px;
	font-weight: 800;
	letter-spacing: 1px;
}

.sroae-acreditari-page .acr-info-link {
	text-decoration: none;
	transition: color 0.25s ease;
}

.sroae-acreditari-page .acr-info-link:hover { color: var(--acr-blue); }

/* ============ SBI SECTION ============ */
.sroae-acreditari-page .acr-sbi-section {
	padding: 100px 0;
	background: linear-gradient(135deg, var(--acr-navy) 0%, #143560 100%);
	position: relative;
	overflow: hidden;
}

.sroae-acreditari-page .acr-sbi-section::before {
	content: '';
	position: absolute;
	top: -50%;
	right: -10%;
	width: 600px;
	height: 600px;
	background: radial-gradient(circle, rgba(255,202,58,0.08) 0%, transparent 70%);
	pointer-events: none;
}

.sroae-acreditari-page .acr-sbi-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 28px;
	position: relative;
	z-index: 1;
}

.sroae-acreditari-page .acr-sbi-card {
	background: var(--acr-white);
	border-radius: var(--acr-radius);
	padding: 36px 30px;
	transition: all 0.4s ease;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
	position: relative;
	display: flex;
	flex-direction: column;
}

.sroae-acreditari-page .acr-sbi-card:hover {
	transform: translateY(-10px);
	box-shadow: 0 25px 60px rgba(0, 0, 0, 0.35);
}

.sroae-acreditari-page .acr-sbi-card-top {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 22px;
}

.sroae-acreditari-page .acr-sbi-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 68px;
	height: 68px;
	background: linear-gradient(135deg, var(--acr-blue-light), #d1e8f5);
	color: var(--acr-blue);
	border-radius: 16px;
}

.sroae-acreditari-page .acr-sbi-code-badge {
	background: var(--acr-gold);
	color: var(--acr-navy);
	padding: 6px 14px;
	border-radius: 50px;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.5px;
}

.sroae-acreditari-page .acr-sbi-name {
	font-size: 22px;
	font-weight: 800;
	color: var(--acr-navy);
	margin: 0 0 6px;
	line-height: 1.3;
}

.sroae-acreditari-page .acr-sbi-short {
	font-size: 15px;
	color: var(--acr-blue);
	font-weight: 600;
	margin: 0 0 18px;
}

.sroae-acreditari-page .acr-sbi-separator {
	height: 2px;
	background: linear-gradient(90deg, var(--acr-gold) 0%, transparent 100%);
	margin: 18px 0;
	border-radius: 1px;
}

.sroae-acreditari-page .acr-sbi-desc {
	font-size: 14px;
	color: var(--acr-gray-700);
	line-height: 1.7;
	margin: 0 0 22px;
	flex-grow: 1;
}

.sroae-acreditari-page .acr-sbi-verified {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	color: #10b981;
	font-size: 13px;
	font-weight: 700;
	padding-top: 12px;
	border-top: 1px solid var(--acr-gray-200);
	margin-top: auto;
}

/* ============ DOCUMENTS ============ */
.sroae-acreditari-page .acr-documents-section {
	padding: 100px 0;
	background: var(--acr-white);
	scroll-margin-top: 80px;
}

.sroae-acreditari-page .acr-documents-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
	gap: 28px;
}

.sroae-acreditari-page .acr-doc-card {
	background: var(--acr-white);
	border: 1px solid var(--acr-gray-200);
	border-radius: var(--acr-radius);
	overflow: hidden;
	transition: all 0.35s ease;
	display: flex;
	flex-direction: column;
}

.sroae-acreditari-page .acr-doc-card:hover {
	transform: translateY(-6px);
	box-shadow: var(--acr-shadow-lg);
	border-color: var(--acr-blue);
}

.sroae-acreditari-page .acr-doc-thumb {
	display: block;
	position: relative;
	aspect-ratio: 4 / 3;
	overflow: hidden;
	background: var(--acr-gray-100);
	cursor: zoom-in;
}

.sroae-acreditari-page .acr-doc-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s ease;
}

.sroae-acreditari-page .acr-doc-thumb:hover img { transform: scale(1.08); }

.sroae-acreditari-page .acr-doc-overlay {
	position: absolute;
	inset: 0;
	background: rgba(11, 36, 71, 0.7);
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--acr-white);
	opacity: 0;
	transition: opacity 0.3s ease;
}

.sroae-acreditari-page .acr-doc-thumb:hover .acr-doc-overlay { opacity: 1; }

.sroae-acreditari-page .acr-doc-thumb-placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--acr-gray-500);
	background: var(--acr-gray-100);
}

.sroae-acreditari-page .acr-doc-info { padding: 22px; flex-grow: 1; display: flex; flex-direction: column; }

.sroae-acreditari-page .acr-doc-title {
	font-size: 17px;
	font-weight: 700;
	color: var(--acr-navy);
	margin: 0 0 8px;
}

.sroae-acreditari-page .acr-doc-desc {
	font-size: 14px;
	color: var(--acr-gray-500);
	margin: 0 0 16px;
	flex-grow: 1;
}

.sroae-acreditari-page .acr-doc-download {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 10px 18px;
	background: var(--acr-blue);
	color: var(--acr-white);
	text-decoration: none;
	border-radius: 8px;
	font-size: 14px;
	font-weight: 600;
	transition: all 0.25s ease;
	align-self: flex-start;
}

.sroae-acreditari-page .acr-doc-download:hover {
	background: var(--acr-navy);
	color: var(--acr-white);
	transform: translateY(-2px);
}

.sroae-acreditari-page .acr-doc-empty {
	text-align: center;
	padding: 60px 20px;
	color: var(--acr-gray-500);
	background: var(--acr-gray-50);
	border-radius: var(--acr-radius);
	border: 2px dashed var(--acr-gray-200);
}

.sroae-acreditari-page .acr-doc-empty svg { color: var(--acr-gray-200); margin-bottom: 16px; }

/* ============ FINAL CTA ============ */
.sroae-acreditari-page .acr-final-section {
	padding: 80px 0 100px;
	background: var(--acr-gray-50);
}

.sroae-acreditari-page .acr-final-box {
	background: linear-gradient(135deg, var(--acr-navy) 0%, var(--acr-blue) 100%);
	border-radius: 24px;
	padding: 70px 40px;
	text-align: center;
	color: var(--acr-white);
	position: relative;
	overflow: hidden;
	box-shadow: 0 30px 80px rgba(11, 36, 71, 0.25);
}

.sroae-acreditari-page .acr-final-box::before {
	content: '';
	position: absolute;
	top: -100px;
	right: -100px;
	width: 400px;
	height: 400px;
	background: radial-gradient(circle, rgba(255,202,58,0.15) 0%, transparent 70%);
	pointer-events: none;
}

.sroae-acreditari-page .acr-final-shield {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100px;
	height: 100px;
	background: rgba(255, 202, 58, 0.15);
	border: 2px solid var(--acr-gold);
	border-radius: 50%;
	color: var(--acr-gold);
	margin-bottom: 28px;
	position: relative;
	z-index: 1;
}

.sroae-acreditari-page .acr-final-title {
	font-size: clamp(24px, 3.5vw, 36px);
	font-weight: 800;
	color: var(--acr-white);
	margin: 0 0 16px;
	line-height: 1.3;
	letter-spacing: -0.5px;
	position: relative;
	z-index: 1;
}

.sroae-acreditari-page .acr-final-sub {
	font-size: 18px;
	color: rgba(255,255,255,0.85);
	margin: 0 0 36px;
	position: relative;
	z-index: 1;
}

.sroae-acreditari-page .acr-final-buttons {
	display: flex;
	gap: 16px;
	justify-content: center;
	flex-wrap: wrap;
	position: relative;
	z-index: 1;
}

.sroae-acreditari-page .acr-btn {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 16px 32px;
	border-radius: 50px;
	font-weight: 700;
	font-size: 15px;
	text-decoration: none;
	transition: all 0.3s ease;
	border: 2px solid transparent;
}

.sroae-acreditari-page .acr-btn-gold {
	background: var(--acr-gold);
	color: var(--acr-navy);
	box-shadow: 0 10px 25px rgba(255, 202, 58, 0.35);
}

.sroae-acreditari-page .acr-btn-gold:hover {
	background: var(--acr-gold-dark);
	color: var(--acr-navy);
	transform: translateY(-3px);
	box-shadow: 0 15px 35px rgba(255, 202, 58, 0.5);
}

.sroae-acreditari-page .acr-btn-outline {
	background: transparent;
	color: var(--acr-white);
	border-color: rgba(255,255,255,0.4);
}

.sroae-acreditari-page .acr-btn-outline:hover {
	background: rgba(255,255,255,0.1);
	color: var(--acr-white);
	border-color: var(--acr-white);
	transform: translateY(-3px);
}

/* ============ RESPONSIVE ============ */
@media (max-width: 992px) {
	.sroae-acreditari-page .acr-info-grid { grid-template-columns: repeat(2, 1fr); }
	.sroae-acreditari-page .acr-info-card-wide { grid-column: span 2; }
	.sroae-acreditari-page .acr-sbi-grid { grid-template-columns: 1fr; max-width: 600px; margin: 0 auto; }
}

@media (max-width: 768px) {
	.sroae-acreditari-page .acr-hero { min-height: 500px; padding: 100px 0 80px; }
	.sroae-acreditari-page .acr-info-section,
	.sroae-acreditari-page .acr-sbi-section,
	.sroae-acreditari-page .acr-documents-section { padding: 70px 0; }
	.sroae-acreditari-page .acr-section-header { margin-bottom: 40px; }
	.sroae-acreditari-page .acr-info-grid { grid-template-columns: 1fr; }
	.sroae-acreditari-page .acr-info-card-wide { grid-column: span 1; }
	.sroae-acreditari-page .acr-final-box { padding: 50px 24px; }
	.sroae-acreditari-page .acr-final-buttons { flex-direction: column; align-items: stretch; }
	.sroae-acreditari-page .acr-btn { justify-content: center; }
}

@media (max-width: 480px) {
	.sroae-acreditari-page .acr-container { padding: 0 18px; }
	.sroae-acreditari-page .acr-info-card,
	.sroae-acreditari-page .acr-sbi-card { padding: 24px 20px; }
	.sroae-acreditari-page .acr-info-value-large { font-size: 28px; }
}

/* ================================================================
   LIGHTBOX — GALERIE DOCUMENTE
   ================================================================ */

.acr-lightbox {
	position: fixed;
	inset: 0;
	z-index: 99999;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease, visibility 0.3s ease;
	font-family: 'Inter', 'Segoe UI', system-ui, -apple-system, sans-serif;
}

.acr-lightbox.is-open {
	opacity: 1;
	visibility: visible;
}

.acr-lightbox .acr-lb-backdrop {
	position: absolute;
	inset: 0;
	background: rgba(11, 36, 71, 0.92);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	cursor: zoom-out;
}

.acr-lightbox .acr-lb-stage {
	position: absolute;
	top: 60px;
	left: 60px;
	right: 60px;
	bottom: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
	pointer-events: none;
}

.acr-lightbox .acr-lb-img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	border-radius: 8px;
	box-shadow: 0 30px 80px rgba(0, 0, 0, 0.5);
	background: #fff;
	opacity: 0;
	transform: scale(0.96);
	transition: opacity 0.4s ease, transform 0.4s ease;
	pointer-events: auto;
	user-select: none;
}

.acr-lightbox .acr-lb-img.is-loaded {
	opacity: 1;
	transform: scale(1);
}

.acr-lightbox .acr-lb-close,
.acr-lightbox .acr-lb-prev,
.acr-lightbox .acr-lb-next {
	position: absolute;
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.2);
	color: #fff;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	transition: all 0.25s ease;
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
}

.acr-lightbox .acr-lb-close:hover,
.acr-lightbox .acr-lb-prev:hover,
.acr-lightbox .acr-lb-next:hover {
	background: #ffca3a;
	color: #0b2447;
	border-color: #ffca3a;
	transform: scale(1.08);
}

.acr-lightbox .acr-lb-close {
	top: 24px;
	right: 24px;
	width: 48px;
	height: 48px;
	z-index: 2;
}

.acr-lightbox .acr-lb-prev,
.acr-lightbox .acr-lb-next {
	top: 50%;
	transform: translateY(-50%);
	width: 56px;
	height: 56px;
	z-index: 2;
}

.acr-lightbox .acr-lb-prev:hover,
.acr-lightbox .acr-lb-next:hover {
	transform: translateY(-50%) scale(1.08);
}

.acr-lightbox .acr-lb-prev { left: 24px; }
.acr-lightbox .acr-lb-next { right: 24px; }

.acr-lightbox .acr-lb-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 20px 60px 28px;
	text-align: center;
	color: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 6px;
	pointer-events: none;
}

.acr-lightbox .acr-lb-title {
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	max-width: 80%;
}

.acr-lightbox .acr-lb-counter {
	font-size: 13px;
	color: #ffca3a;
	font-weight: 700;
	letter-spacing: 1px;
	background: rgba(255, 202, 58, 0.1);
	padding: 4px 12px;
	border-radius: 50px;
	border: 1px solid rgba(255, 202, 58, 0.3);
}

/* Responsive lightbox */
@media (max-width: 768px) {
	.acr-lightbox .acr-lb-stage {
		top: 70px;
		left: 16px;
		right: 16px;
		bottom: 100px;
	}
	.acr-lightbox .acr-lb-close {
		top: 16px;
		right: 16px;
		width: 42px;
		height: 42px;
	}
	.acr-lightbox .acr-lb-prev,
	.acr-lightbox .acr-lb-next {
		width: 44px;
		height: 44px;
	}
	.acr-lightbox .acr-lb-prev { left: 12px; }
	.acr-lightbox .acr-lb-next { right: 12px; }
	.acr-lightbox .acr-lb-caption { padding: 16px 20px 20px; }
	.acr-lightbox .acr-lb-title { font-size: 14px; }
}
