/*
Theme Name: Blocksy Child
Theme URI: https://efca.local
Description: Child theme personalizado para EFCA, creado para transmitir la institucionalidad de la asociación.
Author: Equipo EFCA
Template: blocksy
Version: 1.0.1
Text Domain: blocksy-child
*/

:root {
  --efca-dark: #030813;
  --efca-surface: #0b1525;
  --efca-panel: #131f32;
  --efca-border: rgba(255, 255, 255, 0.06);
  --efca-accent: #f9bc37;
  --efca-accent-dark: #d89825;
  --efca-muted: rgba(237, 242, 255, 0.8);
  --efca-text: #f4f6fb;
  --efca-shadow: 0 30px 80px rgba(5, 14, 32, 0.45);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-height: 100vh;
  background: radial-gradient(circle at top, rgba(249, 188, 55, 0.08), transparent 50%) #02040b;
  color: var(--efca-text);
  font-family: "Inter", "Montserrat", "Segoe UI", system-ui, -apple-system, sans-serif;
  line-height: 1.65;
  font-weight: 400;
}

main {
  display: block;
}

a {
  color: var(--efca-accent);
  transition: color 0.3s ease;
}

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

#efca-lang-fix {
  display: none !important;
}

.efca-header {
  position: sticky;
  top: 0;
  width: 100%;
  background: rgba(3, 8, 19, 0.98);
  border-bottom: 1px solid var(--efca-border);
  z-index: 60;
  backdrop-filter: blur(18px);
}

.efca-header-top,
.efca-header-main {
  max-width: 1200px;
  margin: 0 auto;
  padding: 12px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.efca-logo {
  font-size: 1.35rem;
  font-weight: 600;
  letter-spacing: 4px;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
}

.efca-logo-mark {
  font-size: 1.25rem;
}

.efca-logo-subtitle {
  font-size: 0.7rem;
  letter-spacing: 1px;
  color: var(--efca-muted);
  text-transform: none;
  margin-top: 3px;
}

.efca-language-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  padding: 0;
  border-radius: 0;
  background: transparent;
  border: none;
  box-shadow: none;
}

.efca-gtranslate-hook {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

#efca-lang-fix,
body .gt_switcher,
body .gt_switcher_wrapper,
body .gt_float_switcher,
body .skiptranslate,
body .goog-te-banner-frame,
body .goog-te-gadget,
body .goog-te-combo {
  display: none !important;
}

.efca-language-selector {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 10px 8px 12px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.09);
}

.efca-language-label {
  font-size: 0.68rem;
  letter-spacing: 1.7px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.58);
  white-space: nowrap;
}

.efca-language-widget {
  display: inline-flex;
  align-items: center;
  min-width: 168px;
}

.efca-language-widget .gtranslate_wrapper,
.efca-language-widget .gt_selector {
  width: 100%;
}

.efca-language-widget .gt_selector {
  appearance: none;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  background: rgba(3, 8, 19, 0.78);
  color: #fff;
  padding: 8px 34px 8px 12px;
  min-width: 168px;
  font-size: 0.84rem;
  font-weight: 600;
  line-height: 1;
  outline: none;
  cursor: pointer;
}

.efca-language-widget .gt_selector:focus-visible {
  border-color: rgba(249, 188, 55, 0.45);
  box-shadow: 0 0 0 2px rgba(249, 188, 55, 0.15);
}

.efca-header-main {
  position: relative;
  gap: 24px;
  padding-top: 18px;
  padding-bottom: 18px;
  align-items: center;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  column-gap: 24px;
  justify-content: flex-start;
  width: 100%;
}

.efca-main-nav {
  flex: 1;
  align-self: stretch;
  display: flex;
  align-items: flex-end;
  min-width: 0;
  width: 100%;
  justify-content: center;
}

.efca-header-language {
  flex-shrink: 0;
  align-self: center;
  margin-left: auto;
}

.efca-header-actions {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 18px;
  flex-shrink: 0;
  justify-self: end;
  justify-content: flex-end;
  margin-left: auto;
}

.efca-header-tools {
  margin-left: 0;
  flex-shrink: 0;
  display: flex;
  justify-content: flex-end;
}

.efca-menu-links {
  list-style: none;
  display: flex;
  gap: 6px;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
  align-items: flex-end;
  width: 100%;
  justify-content: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  overflow: visible;
  white-space: normal;
}

.efca-menu-links li a {
  font-weight: 600;
  font-size: 0.95rem;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  display: inline-flex;
  align-items: center;
  padding: 12px 16px;
  border-radius: 16px 16px 0 0;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: none;
  color: rgba(255, 255, 255, 0.88);
  margin-bottom: -1px;
}

.efca-menu-links li a:hover,
.efca-menu-links li.current-menu-item > a,
.efca-menu-links li.current_page_item > a {
  background: rgba(3, 8, 19, 0.98);
  border-color: rgba(249, 188, 55, 0.45);
  color: #fff;
  box-shadow: 0 -6px 18px rgba(249, 188, 55, 0.06);
}

.efca-menu-toggle {
  display: none;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  cursor: pointer;
  padding: 10px;
  flex-direction: column;
  gap: 4px;
  border-radius: 14px;
}

.efca-menu-toggle span {
  display: block;
  width: 26px;
  height: 2px;
  background: #fff;
  border-radius: 999px;
}

.efca-header-tools {
  display: flex;
  align-items: center;
  margin-left: auto;
}

.efca-cta-btn {
  background: var(--efca-accent);
  color: #111;
  font-weight: 600;
  padding: 10px 28px;
  border-radius: 999px;
  text-transform: uppercase;
  letter-spacing: 1px;
  box-shadow: 0 15px 30px rgba(249, 188, 55, 0.35);
}

.efca-cta-btn.efca-cta-secondary {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.35);
  color: #fff;
}

.efca-section {
  padding: 80px 24px;
  position: relative;
}

.efca-section-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.efca-hero {
  background: linear-gradient(145deg, rgba(9, 22, 40, 0.95), rgba(12, 28, 48, 0.9));
  padding-bottom: 60px;
  overflow: hidden;
}

.efca-hero .efca-section-inner {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 40px;
  align-items: center;
}

.efca-hero-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.efca-kicker {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.85rem;
  color: var(--efca-muted);
}

.efca-hero-content h1 {
  font-size: clamp(2.4rem, 4vw, 3.6rem);
  margin-bottom: 1rem;
}

.efca-hero-content p {
  font-size: 1.05rem;
  color: rgba(244, 246, 251, 0.88);
}

.efca-hero-ctas {
  margin-top: 30px;
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.efca-hero-visual {
  min-height: 360px;
  border-radius: 28px;
  background-size: cover;
  background-position: center;
  box-shadow: var(--efca-shadow);
  border: 1px solid var(--efca-border);
  position: relative;
  animation: heroFloat 9s ease-in-out infinite;
}

.efca-hero-visual::after {
  content: "";
  position: absolute;
  inset: 10px;
  border-radius: 24px;
  background: linear-gradient(140deg, rgba(255, 255, 255, 0.08), transparent 70%);
  pointer-events: none;
}

.efca-hero-copy h1 {
  animation: efca-text-rise 1.1s ease-out;
  transform-style: preserve-3d;
  text-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);
}

.efca-hero-copy p {
  animation: efca-text-fade 1.3s ease-out;
}

.efca-stat-card {
  background: rgba(4, 8, 18, 0.75);
  border-radius: 18px;
  padding: 16px 20px;
  text-align: center;
  min-width: 140px;
  border: 1px solid rgba(249, 188, 55, 0.2);
  box-shadow: 0 20px 40px rgba(3, 5, 12, 0.7);
  animation: efca-card-float 6s ease-in-out infinite;
}

.efca-stat-card strong {
  display: block;
  font-size: 1.8rem;
}

.efca-panel-header {
  margin-bottom: 32px;
}

.efca-panel-header h2 {
  margin-bottom: 12px;
}

.efca-about-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
}

.efca-about-card {
  padding: 24px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.05);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.6);
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.efca-about-media {
  min-height: 180px;
  border-radius: 20px;
  background-size: cover;
  background-position: center;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
}

.efca-benefits-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 10px;
}

.efca-benefits-list li {
  position: relative;
  padding-left: 24px;
}

.efca-benefits-list li::before {
  content: \"•\";
  position: absolute;
  left: 0;
  color: var(--efca-accent);
}

.efca-membership-card {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 32px;
  padding: 48px;
  border-radius: 32px;
  background: linear-gradient(135deg, rgba(13, 24, 46, 0.95), rgba(6, 10, 24, 0.85));
  border: 1px solid rgba(249, 188, 55, 0.4);
  box-shadow: 0 30px 90px rgba(5, 12, 30, 0.6);
  animation: efca-card-float 10s ease-in-out infinite;
}

.efca-membership-media,
.efca-area-visual {
  border-radius: 24px;
  min-height: 320px;
  background-size: cover;
  background-position: center;
  box-shadow: var(--efca-shadow);
}

.efca-area-panel {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 28px;
  align-items: center;
  padding: 40px;
  border-radius: 32px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  background: linear-gradient(150deg, rgba(5, 11, 28, 0.95), rgba(13, 21, 42, 0.95));
  box-shadow: 0 25px 60px rgba(2, 4, 15, 0.85);
}

.efca-news-card {
  position: relative;
  overflow: hidden;
}

.efca-news-card a {
  color: #fff;
}

.efca-placeholder {
  text-align: center;
  color: var(--efca-muted);
  margin: 0;
}

.efca-contact-card {
  background: rgba(3, 6, 18, 0.85);
  border-radius: 28px;
  padding: 40px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 30px 60px rgba(2, 4, 12, 0.8);
}

.efca-contact-meta {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 18px;
  margin-bottom: 24px;
}

.efca-contact-meta strong {
  font-size: 0.85rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: block;
}

.efca-contact-form input,
.efca-contact-form textarea {
  transition: border 0.3s ease;
}

.efca-contact-form input:focus,
.efca-contact-form textarea:focus {
  border-color: var(--efca-accent);
}

.efca-contact-form button {
  width: fit-content;
}

@keyframes efca-text-rise {
  0% {
    opacity: 0;
    transform: translate3d(0, 40px, 0) rotateX(12deg);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes efca-text-fade {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes efca-card-float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
}

.efca-hero-stats {
  margin-top: 30px;
  display: flex;
  gap: 36px;
  flex-wrap: wrap;
}

.efca-hero-stats div strong {
  display: block;
  font-size: 1.9rem;
}

.efca-hero-stats div span {
  font-size: 0.85rem;
  letter-spacing: 1px;
  color: var(--efca-muted);
}

.efca-panel-section {
  background: var(--efca-surface);
  border-radius: 32px;
  padding: 60px 40px;
  max-width: 1200px;
  margin: 0 auto;
  border: 1px solid var(--efca-border);
  box-shadow: var(--efca-shadow);
  position: relative;
  overflow: hidden;
}

.efca-panel-section::before {
  content: "";
  position: absolute;
  inset: 20% auto auto -10%;
  width: 260px;
  height: 260px;
  background: radial-gradient(circle, rgba(249, 188, 55, 0.3), transparent 60%);
  filter: blur(5px);
  pointer-events: none;
}

.efca-panel-section h2 {
  margin-top: 0;
  font-size: 2rem;
}

.efca-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 24px;
  margin-top: 32px;
}

.efca-helper-card {
  background: var(--efca-panel);
  border-radius: 24px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  min-height: 210px;
}

.efca-helper-card h3 {
  font-size: 1.2rem;
  margin-bottom: 10px;
}

.efca-benefits-grid,
.efca-services-grid,
.efca-authority-grid,
.efca-news-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 24px;
}

.efca-benefit-card,
.efca-service-card,
.efca-authority-item,
.efca-news-card {
  background: var(--efca-panel);
  border-radius: 24px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  box-shadow: 0 15px 35px rgba(4, 9, 18, 0.5);
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.efca-benefit-card p,
.efca-service-card p,
.efca-news-card p {
  color: rgba(244, 246, 251, 0.8);
}

.efca-service-card h3,
.efca-benefit-card h3,
.efca-authority-item h3 {
  margin: 0;
  font-size: 1.2rem;
}

.efca-news-card a {
  font-weight: 600;
  color: #fff;
}

.efca-news-card .efca-news-meta {
  font-size: 0.8rem;
  color: var(--efca-muted);
  margin-bottom: 12px;
}

.efca-news-card .efca-news-visual,
.efca-service-card .efca-service-visual,
.efca-benefit-card .efca-benefit-visual {
  width: 100%;
  height: 140px;
  border-radius: 18px;
  background-size: cover;
  background-position: center;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
}

.efca-service-card .efca-service-visual {
  min-height: 180px;
}

.efca-benefit-card .efca-benefit-visual {
  min-height: 160px;
}

.efca-authority-grid {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.efca-membership-cta {
  margin-top: 60px;
  border-radius: 32px;
  padding: 60px;
  background: linear-gradient(120deg, #091a2c, #0c1f36 60%, rgba(249, 188, 55, 0.12));
  border: 1px solid rgba(249, 188, 55, 0.3);
}

.efca-membership-cta h2 {
  font-size: 2.5rem;
}

.efca-membership-cta p {
  color: rgba(255, 255, 255, 0.85);
}

.efca-membership-cta .efca-hero-ctas {
  margin-top: 30px;
}

.efca-members-area {
  margin-top: 60px;
  background: var(--efca-surface);
  border-radius: 32px;
  padding: 40px;
  border: 1px solid var(--efca-border);
}

.efca-members-area h3 {
  margin-top: 0;
}

.efca-footer {
  background: #010409;
  border-top: 1px solid var(--efca-border);
  padding: 60px 24px 30px;
}

.efca-footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 32px;
}

.efca-footer h3 {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.85rem;
  color: var(--efca-muted);
}

.efca-footer p {
  color: rgba(255, 255, 255, 0.8);
}

.efca-footer-menu,
.efca-footer-social {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.efca-footer-social a {
  color: var(--efca-muted);
}

.efca-footer-bottom {
  margin-top: 40px;
  text-align: center;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.6);
}

.efca-blog-shell {
  display: grid;
  gap: 22px;
}

.efca-blog-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(260px, 0.8fr);
  gap: 24px;
  align-items: stretch;
  background: linear-gradient(135deg, rgba(10, 19, 36, 0.98), rgba(3, 8, 19, 0.92));
  border: 1px solid var(--efca-border);
  box-shadow: var(--efca-shadow);
  border-radius: 34px;
  padding: 50px;
  position: relative;
  overflow: hidden;
}

.efca-blog-hero::after {
  content: "";
  position: absolute;
  inset: auto -120px -150px auto;
  width: 340px;
  height: 340px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(249, 188, 55, 0.18), transparent 70%);
  pointer-events: none;
}

.efca-blog-hero-copy {
  display: flex;
  flex-direction: column;
  gap: 14px;
  position: relative;
  z-index: 1;
}

.efca-blog-hero h1 {
  margin: 0;
  font-size: clamp(2.2rem, 4vw, 3.6rem);
  line-height: 1.08;
}

.efca-blog-lead {
  margin: 0;
  color: rgba(244, 246, 251, 0.84);
  max-width: 62ch;
  font-size: 1.05rem;
}

.efca-blog-hero-panel {
  display: grid;
  gap: 14px;
  align-content: center;
  position: relative;
  z-index: 1;
}

.efca-blog-highlight {
  padding: 18px 20px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
}

.efca-blog-highlight span {
  display: block;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 1.6px;
  color: var(--efca-muted);
  margin-bottom: 6px;
}

.efca-blog-highlight strong {
  display: block;
  font-size: 1rem;
  line-height: 1.45;
}

.efca-blog-metrics {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 14px;
}

.efca-blog-metric {
  padding: 18px 20px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.07);
  display: flex;
  flex-direction: column;
  gap: 8px;
  box-shadow: 0 18px 35px rgba(3, 8, 19, 0.35);
}

.efca-blog-metric strong {
  font-size: 1.8rem;
  line-height: 1;
}

.efca-blog-metric span {
  color: rgba(244, 246, 251, 0.82);
}

.efca-blog-hero .efca-hero-ctas {
  margin-top: 10px;
}

.efca-blog-content {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.72fr);
  gap: 20px;
  align-items: start;
}

.efca-blog-article,
.efca-job-board,
.efca-blog-aside {
  background: var(--efca-surface);
  border: 1px solid var(--efca-border);
  border-radius: 30px;
  box-shadow: var(--efca-shadow);
}

.efca-blog-article {
  padding: 18px;
  display: grid;
  gap: 18px;
}

.efca-blog-article {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.efca-article-block {
  min-height: 280px;
  padding: 26px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow: none;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.efca-article-block .efca-news-visual {
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 14px;
  background: linear-gradient(160deg, rgba(249, 188, 55, 0.28), rgba(7, 16, 30, 0.95) 65%);
  border: 1px solid rgba(249, 188, 55, 0.18);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
  margin-bottom: 4px;
}

.efca-article-block .efca-news-meta {
  margin: 0;
  font-size: 0.74rem;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
}

.efca-article-block h2 {
  margin: 0 0 12px;
  font-size: 1.55rem;
}

.efca-article-block .efca-kicker {
  margin-bottom: 0;
}

.efca-article-block p + p {
  margin-top: 18px;
}

.efca-blog-notice {
  margin-bottom: 22px;
  padding: 14px 18px;
  border-radius: 16px;
  background: rgba(249, 188, 55, 0.12);
  border: 1px solid rgba(249, 188, 55, 0.28);
  color: #fff7d6;
}

.efca-blog-list {
  margin: 18px 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.efca-blog-list li {
  position: relative;
  padding: 14px 16px 14px 42px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
  color: rgba(244, 246, 251, 0.88);
}

.efca-blog-list li::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 50%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--efca-accent);
  transform: translateY(-50%);
}

.efca-job-board {
  padding: 34px;
  position: sticky;
  top: 96px;
  display: grid;
  gap: 14px;
  align-self: start;
  border-radius: 18px;
}

.efca-job-board h2,
.efca-job-board h3 {
  margin-top: 0;
}

.efca-job-board .efca-blog-card {
  margin-top: 8px;
}

.efca-job-form {
  display: grid;
  gap: 16px;
}

.efca-job-form-shell {
  padding: 4px 0 0;
}

.efca-job-form .efca-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.efca-job-form label {
  display: grid;
  gap: 8px;
  color: rgba(244, 246, 251, 0.92);
  font-weight: 600;
}

.efca-job-form label span {
  font-size: 0.86rem;
  letter-spacing: 0.2px;
}

.efca-job-form input,
.efca-job-form textarea {
  width: 100%;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  color: #fff;
  padding: 14px 16px;
  outline: none;
}

.efca-job-form input::placeholder,
.efca-job-form textarea::placeholder {
  color: rgba(244, 246, 251, 0.45);
}

.efca-job-form textarea {
  min-height: 160px;
  resize: vertical;
}

.efca-job-form .efca-form-full {
  grid-column: 1 / -1;
}

.efca-job-form input[type="file"] {
  padding: 12px;
}

.efca-job-form button {
  border: none;
  cursor: pointer;
  width: fit-content;
  justify-self: start;
}

.efca-blog-card {
  margin-top: 14px;
  padding: 22px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.07);
  box-shadow: none;
}

.efca-contact-form form {
  display: grid;
  gap: 16px;
}

.efca-contact-form input,
.efca-contact-form textarea {
  width: 100%;
  border-radius: 18px;
  border: 1px solid var(--efca-border);
  padding: 14px 18px;
  background: rgba(255, 255, 255, 0.02);
  color: #fff;
  font-size: 1rem;
}

.efca-contact-form button {
  border: none;
  border-radius: 999px;
  padding: 14px 24px;
  background: var(--efca-accent);
  color: #111;
  font-weight: 600;
  cursor: pointer;
}

.efca-reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.efca-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.efca-section-image {
  width: 100%;
  min-height: 320px;
  border-radius: 28px;
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-position: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.efca-section-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(145deg, rgba(3, 5, 15, 0.6), rgba(3, 5, 15, 0));
  pointer-events: none;
}

.efca-image-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 18px;
  margin-top: 32px;
}

.efca-image-grid div {
  border-radius: 20px;
  overflow: hidden;
  min-height: 180px;
  background-size: cover;
  background-position: center;
  box-shadow: var(--efca-shadow);
}

.efca-section-immersive {
  margin-top: 40px;
  padding: 24px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.04);
}

@keyframes heroFloat {
  0% {
    transform: translateY(0px) rotateZ(0deg);
  }
  50% {
    transform: translateY(-18px) rotateZ(2deg);
  }
  100% {
    transform: translateY(0px) rotateZ(0deg);
  }
}

@media (max-width: 960px) {
  .efca-header-top,
  .efca-header-main {
    padding: 12px 18px;
  }

  .efca-header-top {
    gap: 16px;
  }

  .efca-header-top .efca-header-language {
    margin-left: auto;
    width: auto;
  }

  .efca-header-top .efca-language-selector {
    flex-wrap: nowrap;
    width: auto;
  }

  .efca-header-top .efca-language-widget {
    min-width: 168px;
  }

  .efca-main-nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: rgba(3, 8, 19, 0.95);
    border-radius: 20px;
    margin: 0 18px;
    padding: 20px;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.5);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
  }

  .efca-main-nav.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .efca-menu-links {
    flex-direction: column;
    gap: 14px;
    align-items: stretch;
    border-bottom: none;
    overflow: visible;
    white-space: normal;
  }

  .efca-menu-links li a {
    width: 100%;
    justify-content: center;
    border-radius: 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    margin-bottom: 0;
  }

  .efca-menu-toggle {
    display: flex;
  }

  .efca-header-tools {
    display: flex;
    width: auto;
    justify-content: flex-end;
  }

  .efca-header-actions {
    justify-self: stretch;
    width: auto;
    align-items: stretch;
  }

  .efca-main-nav.is-open .efca-menu-links {
    width: 100%;
  }

  .efca-header-main {
    display: flex;
    flex-wrap: wrap;
  }

  .efca-header-actions {
    margin-left: 0;
    width: 100%;
    justify-content: flex-end;
  }

  .efca-language-widget {
    min-width: 0;
  }

  .efca-language-widget .gt_selector {
    min-width: 168px;
  }

  .efca-blog-hero,
  .efca-blog-content {
    grid-template-columns: 1fr;
  }

  .efca-blog-article {
    grid-template-columns: 1fr;
  }

  .efca-job-board {
    position: static;
  }
}

@media (max-width: 640px) {
  .efca-section {
    padding: 56px 16px;
  }

  .efca-panel-section {
    padding: 48px 24px;
  }

  .efca-membership-cta {
    padding: 40px;
  }

  .efca-blog-hero,
  .efca-blog-article,
  .efca-job-board {
    padding: 24px;
  }

  .efca-blog-hero {
    padding: 28px;
  }

  .efca-article-block {
    padding: 22px;
  }

  .efca-article-block {
    min-height: 0;
  }

  .efca-job-form .efca-form-grid,
  .efca-blog-content {
    grid-template-columns: 1fr;
  }

  .efca-job-form button {
    width: 100%;
    justify-self: stretch;
  }

  .efca-header-language {
    margin-top: 4px;
  }
}
.efca-page-hero {
  background: linear-gradient(135deg, rgba(3, 8, 19, 0.9), rgba(12, 22, 38, 0.95));
  border-radius: 32px;
  padding: 48px;
  margin-bottom: 40px;
  border: 1px solid var(--efca-border);
  box-shadow: var(--efca-shadow);
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 32px;
}

.efca-page-hero h1 {
  margin: 0;
  font-size: clamp(2.2rem, 3vw, 3.2rem);
}

.efca-page-hero p {
  color: rgba(244, 246, 251, 0.8);
}

.efca-page-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
  margin-top: 32px;
}

.efca-page-card {
  background: var(--efca-panel);
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  box-shadow: 0 20px 45px rgba(5, 14, 32, 0.45);
}

.efca-page-card h3 {
  margin: 0;
  font-size: 1.25rem;
}

.efca-page-card p {
  color: rgba(244, 246, 251, 0.85);
}

.efca-page-media {
  width: 100%;
  height: 180px;
  border-radius: 18px;
  background-size: cover;
  background-position: center;
}

.efca-callout {
  margin-top: 40px;
  padding: 32px;
  border-radius: 24px;
  background: rgba(8, 12, 25, 0.7);
  border: 1px solid rgba(249, 188, 55, 0.25);
  box-shadow: 0 20px 50px rgba(3, 7, 24, 0.8);
}

.efca-callout p {
  margin: 0;
  color: rgba(244, 246, 251, 0.88);
}

.efca-contact-area {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
  margin-top: 32px;
}

.efca-contact-card {
  padding: 24px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 20px 40px rgba(3, 7, 24, 0.6);
}

.efca-contact-card h3 {
  margin-top: 0;
}

.efca-contact-card a {
  color: var(--efca-accent);
}

.efca-contact-benefits {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 16px;
}
