/*
Theme Name: ARES 360 Digital
Theme URI: https://arespreciosunitarios.com/
Author: ARES 360 / DoneSitios
Description: Tema WordPress estratégico, ultra-premium y responsive para ARES 360 y ARESplus.
Version: 6.2.0
Requires at least: 6.4
Requires PHP: 8.0
Text Domain: ares360
*/

:root {
  --ares-navy: #031A33;
  --ares-navy-2: #082845;
  --ares-blue: #0C426A;
  --ares-orange: #F36916;
  --ares-orange-2: #FF8A3D;
  --ares-black: #0B0D10;
  --ares-black-2: #15181D;
  --ares-white: #FFFFFF;
  --ares-soft: #EAF2F7;
  --ares-gray: #F5F6F7;
  --ares-graphite: #263443;
  --ares-line: #DCE5EC;
  --ares-success: #188A62;
  --shadow: 0 20px 50px rgba(3,26,51,.09);
  --shadow-dark: 0 24px 60px rgba(0,0,0,.3);
  --radius: 20px;
  --container: min(1240px, calc(100% - 40px));
}

*, *::before, *::after {
  box-sizing: border-box !important;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ares-graphite);
  background: #ffffff;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
  text-decoration: none;
  transition: all 0.25s ease;
}

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

button, input, select, textarea {
  font: inherit;
}

::selection {
  background: var(--ares-orange);
  color: #ffffff;
}

/* Layout Utilities */
.ares-container {
  width: var(--container);
  margin: 0 auto;
}

.ares-section {
  padding: 84px 0;
}

.ares-section.compact {
  padding: 56px 0;
}

.ares-section.soft {
  background: linear-gradient(180deg, #F8FAFB 0%, #F1F5F8 100%);
}

.ares-section.navy {
  background: linear-gradient(135deg, var(--ares-navy), #062A4D);
  color: #ffffff;
  position: relative;
  overflow: hidden;
}

.ares-section.black {
  background: linear-gradient(135deg, var(--ares-black), #12161B 65%, #071A2D);
  color: #ffffff;
  position: relative;
  overflow: hidden;
}

.ares-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ares-orange);
  margin-bottom: 16px;
}

.ares-kicker::before {
  content: "";
  width: 28px;
  height: 4px;
  border-radius: 4px;
  background: var(--ares-orange);
}

/* Typography Harmony */
h1, h2, h3, h4 {
  color: var(--ares-navy);
  line-height: 1.22;
  margin: 0 0 16px;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.navy h1, .navy h2, .navy h3, .navy h4,
.black h1, .black h2, .black h3, .black h4 {
  color: #ffffff;
}

h1 {
  font-size: clamp(2.4rem, 4.8vw, 4.2rem);
}

h2 {
  font-size: clamp(1.8rem, 3.2vw, 2.8rem);
}

h3 {
  font-size: clamp(1.18rem, 1.8vw, 1.45rem);
}

h4 {
  font-size: 1.1rem;
}

.lead {
  font-size: clamp(1.05rem, 1.35vw, 1.22rem);
  max-width: 780px;
  color: #526372;
  line-height: 1.65;
  margin-bottom: 24px;
}

.navy .lead, .black .lead {
  color: #C5D2DD;
}

.orange {
  color: var(--ares-orange);
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 14px 28px;
  border-radius: 12px;
  font-weight: 800;
  font-size: 0.92rem;
  letter-spacing: 0.03em;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  border: 1px solid transparent;
  cursor: pointer;
  white-space: nowrap;
}

.btn-primary {
  background: var(--ares-orange);
  color: #ffffff;
  box-shadow: 0 8px 24px rgba(243,105,22,0.28);
}

.btn-primary:hover {
  transform: translateY(-2px);
  background: var(--ares-orange-2);
  box-shadow: 0 12px 28px rgba(243,105,22,0.36);
}

.btn-secondary {
  border-color: rgba(255,255,255,0.25);
  color: #ffffff;
  background: rgba(255,255,255,0.08);
  backdrop-filter: blur(8px);
}

.btn-secondary:hover {
  background: rgba(255,255,255,0.16);
  border-color: rgba(255,255,255,0.4);
  transform: translateY(-2px);
}

.btn-dark {
  background: var(--ares-black);
  color: #ffffff;
  box-shadow: 0 6px 20px rgba(11,13,16,0.2);
}

.btn-dark:hover {
  background: var(--ares-navy);
  transform: translateY(-2px);
}

.btn-outline {
  border-color: #C6D3DF;
  color: var(--ares-navy);
  background: #ffffff;
}

.btn-outline:hover {
  border-color: var(--ares-orange);
  color: var(--ares-orange);
  transform: translateY(-2px);
}

/* Header */
.ares-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(255,255,255,0.96);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(3,26,51,0.08);
  box-shadow: 0 4px 20px rgba(0,0,0,0.03);
}

.ares-header-inner {
  width: var(--container);
  min-height: 76px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.ares-logo img {
  width: 160px;
  max-height: 48px;
  object-fit: contain;
}

.ares-nav {
  display: flex;
  align-items: center;
  gap: 24px;
  font-weight: 700;
  font-size: 0.92rem;
}

.ares-nav a:not(.cta) {
  position: relative;
  padding: 4px 0;
}

.ares-nav a:not(.cta)::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0;
  height: 2px;
  background: var(--ares-orange);
  transition: width 0.25s ease;
}

.ares-nav a:hover::after {
  width: 100%;
}

.ares-nav .cta {
  padding: 10px 22px;
  border-radius: 10px;
  background: var(--ares-orange);
  color: #ffffff;
  font-weight: 800;
  box-shadow: 0 6px 18px rgba(243,105,22,0.24);
}

.ares-menu-toggle {
  display: none;
  border: 0;
  background: var(--ares-soft);
  width: 44px;
  height: 44px;
  border-radius: 10px;
  font-weight: 900;
  color: var(--ares-navy);
  cursor: pointer;
}

/* Hero Section */
.hero {
  background: linear-gradient(125deg, var(--ares-navy) 0%, #052443 60%, var(--ares-black) 100%);
  color: #ffffff;
  padding: 80px 0 100px;
  position: relative;
  overflow: hidden;
}

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

.hero h1 {
  color: #ffffff;
}

.hero p {
  font-size: 1.15rem;
  color: #CFD9E1;
  max-width: 620px;
}

.hero-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 32px;
}

.hero-proof {
  margin-top: 36px;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.hero-proof span {
  display: flex;
  gap: 8px;
  align-items: center;
  color: #D6E0E8;
  font-size: 0.88rem;
}

.hero-proof i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--ares-orange);
}

.hero-visual {
  position: relative;
  min-height: 460px;
}

.people-frame {
  position: absolute;
  inset: 0 20px 40px 0;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: var(--shadow-dark);
  border: 1px solid rgba(255,255,255,0.12);
  background: var(--ares-black);
}

.people-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.software-overlay {
  position: absolute;
  width: 65%;
  right: -10px;
  bottom: 0;
  background: #ffffff;
  border-radius: 16px;
  padding: 6px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.35);
  border: 1px solid rgba(255,255,255,0.8);
}

.software-overlay img {
  border-radius: 12px;
}

.floating-stat {
  position: absolute;
  background: #ffffff;
  color: var(--ares-navy);
  padding: 12px 18px;
  border-radius: 14px;
  box-shadow: var(--shadow);
  font-weight: 800;
  z-index: 3;
}

.floating-stat small {
  display: block;
  color: #758492;
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.floating-stat.one {
  right: 10px;
  top: 20px;
}

.floating-stat.two {
  left: -10px;
  bottom: 50px;
}

.floating-stat b {
  color: var(--ares-orange);
  font-size: 1.25rem;
}

/* Stats Strip */
.stat-strip {
  margin-top: -44px;
  position: relative;
  z-index: 10;
}

.stat-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: #ffffff;
  box-shadow: var(--shadow);
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(3,26,51,0.08);
}

.stat {
  padding: 24px 20px;
  border-right: 1px solid #E7EDF2;
  position: relative;
}

.stat::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--ares-orange), transparent);
}

.stat:last-child {
  border-right: 0;
}

.stat strong {
  display: block;
  color: var(--ares-orange);
  font-size: 1.85rem;
  line-height: 1.1;
}

.stat span {
  display: block;
  margin-top: 8px;
  color: #536475;
  font-weight: 600;
  font-size: 0.88rem;
}

/* Grids & Cards */
.grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}

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

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

.card {
  border: 1px solid #E2E9EF;
  border-radius: var(--radius);
  padding: 28px;
  background: #ffffff;
  box-shadow: 0 8px 30px rgba(3,26,51,0.04);
  transition: all 0.25s ease;
  position: relative;
  overflow: hidden;
}

.card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, var(--ares-orange), rgba(243,105,22,0));
}

.card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}

.card-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: #FFF2EA;
  color: var(--ares-orange);
  display: grid;
  place-items: center;
  font-weight: 800;
  margin-bottom: 20px;
  border: 1px solid rgba(243,105,22,0.15);
}

.card p {
  margin: 0;
  color: #647584;
  line-height: 1.6;
}

.card .link {
  display: inline-block;
  margin-top: 16px;
  color: var(--ares-orange);
  font-weight: 800;
}

.card.dark {
  background: linear-gradient(145deg, var(--ares-black-2), #0A1D30);
  border-color: rgba(255,255,255,0.08);
  color: #ffffff;
  box-shadow: 0 12px 36px rgba(0,0,0,0.16);
}

.card.dark h3 {
  color: #ffffff;
}

.card.dark p {
  color: #C4D0D9;
}

.sercop-badge {
  display: inline-flex;
  margin-top: 18px;
  padding: 6px 14px;
  border-radius: 8px;
  background: var(--ares-navy);
  color: #ffffff;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.04em;
}

/* Feature Detail List */
.feature-detail-grid {
  align-items: stretch;
}

.feature-detail {
  padding: 32px;
}

.feature-detail-list {
  margin: 18px 0 0;
  padding-left: 1.1rem;
  color: #5D6F7E;
}

.feature-detail-list li {
  margin: 8px 0;
}

.feature-detail-list strong {
  color: var(--ares-navy);
}

/* Split Section & Screen Tabs */
.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
}

.media-card {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: var(--shadow);
  background: #D9E4EC;
}

.media-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.screen-tabs {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin: 28px 0 20px;
}

.screen-tab {
  border: 1px solid #DCE5EC;
  background: #ffffff;
  border-radius: 999px;
  padding: 10px 18px;
  font-weight: 800;
  color: var(--ares-navy);
  cursor: pointer;
  transition: all 0.2s ease;
}

.screen-tab.active {
  background: var(--ares-black);
  color: #ffffff;
  border-color: var(--ares-black);
}

.screen-panel {
  display: none;
}

.screen-panel.active {
  display: block;
}

.screen-panel img {
  border-radius: 18px;
  border: 1px solid #D9E4EC;
  box-shadow: var(--shadow);
}

/* Profile Grid ("ARESplus se adapta a cómo trabajas") */
.profile-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 40px;
}

.profile-card {
  border-radius: 20px;
  background: #ffffff;
  overflow: hidden;
  border: 1px solid #E2E9EF;
  box-shadow: 0 10px 30px rgba(3,26,51,0.05);
  transition: all 0.25s ease;
}

.profile-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}

.profile-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.profile-card .profile-copy {
  padding: 22px;
}

.profile-card h3 {
  font-size: 1.2rem;
  margin-bottom: 8px;
}

.profile-card p {
  font-size: 0.92rem;
  color: #647584;
  margin: 0;
  line-height: 1.5;
}

/* Process Steps ("Un flujo técnico en cinco pasos") */
.process {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.step {
  padding: 20px 24px;
  border-radius: 16px;
  background: #ffffff;
  border: 1px solid #E5ECF1;
  box-shadow: 0 4px 16px rgba(3,26,51,0.03);
  transition: all 0.2s ease;
}

.step:hover {
  border-color: var(--ares-orange);
  transform: translateX(4px);
}

.step .num {
  color: var(--ares-orange);
  font-size: 1.6rem;
  font-weight: 900;
  display: inline-block;
  margin-right: 12px;
}

.step h3 {
  display: inline-block;
  font-size: 1.15rem;
  margin: 0 0 4px;
}

.step p {
  font-size: 0.92rem;
  color: #687987;
  margin: 6px 0 0;
}

/* Academy & Mini Grid ("Capacitaciones") */
.academy-media {
  border-radius: 24px;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.academy-media img {
  width: 100%;
  min-height: 380px;
  object-fit: cover;
}

.academy-copy {
  padding-right: 10px;
}

.mini-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 28px;
}

.mini-card {
  padding: 20px;
  border-radius: 16px;
  background: #ffffff;
  border: 1px solid #E1E8EE;
  box-shadow: 0 6px 20px rgba(3,26,51,0.04);
}

.mini-card strong {
  display: block;
  color: var(--ares-orange);
  font-size: 1.3rem;
  margin-bottom: 6px;
}

.mini-card span {
  font-size: 0.88rem;
  color: #5F6F7C;
  line-height: 1.4;
  display: block;
}

/* Video Section */
.video-section {
  background: linear-gradient(180deg, #ffffff 0%, #F6F8FA 100%);
}

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

.video-card {
  appearance: none;
  text-align: left;
  padding: 0;
  border: 1px solid #DDE6ED;
  border-radius: 18px;
  background: #ffffff;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 10px 30px rgba(3,26,51,0.06);
  transition: all 0.25s ease;
  color: var(--ares-navy);
}

.video-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}

.video-thumb {
  display: block;
  position: relative;
  aspect-ratio: 16 / 9;
  background: var(--ares-black);
  overflow: hidden;
}

.video-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.25s ease;
}

.video-card:hover .video-thumb img {
  transform: scale(1.03);
}

.video-thumb::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(3,26,51,0.4));
}

.video-thumb .play {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--ares-orange);
  color: #ffffff;
  display: grid;
  place-items: center;
  font-size: 1.2rem;
  box-shadow: 0 10px 24px rgba(0,0,0,0.3);
}

.video-copy {
  display: block;
  padding: 18px 20px;
}

.video-copy small {
  display: block;
  color: var(--ares-orange);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.video-copy strong {
  display: block;
  font-size: 1.05rem;
  margin: 4px 0 6px;
}

.video-copy span {
  color: #687987;
  font-size: 0.82rem;
  font-weight: 600;
}

/* Callout & Forms */
.ares-callout {
  border-radius: 24px;
  padding: 48px;
  background: linear-gradient(120deg, var(--ares-black), var(--ares-navy) 70%, var(--ares-blue));
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  box-shadow: var(--shadow-dark);
  position: relative;
  overflow: hidden;
}

.ares-callout h2 {
  color: #ffffff;
  margin: 0;
  max-width: 720px;
}

.ares-callout p {
  color: #C6D2DC;
  margin-top: 8px;
}

.contact-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 48px;
}

.contact-form {
  background: #ffffff;
  border: 1px solid #E0E7ED;
  border-radius: 24px;
  padding: 34px;
  box-shadow: var(--shadow);
}

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

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

.form-field label {
  display: block;
  font-weight: 800;
  color: var(--ares-navy);
  font-size: 0.87rem;
  margin-bottom: 7px;
}

.form-field input, .form-field select, .form-field textarea {
  width: 100%;
  padding: 13px 14px;
  border: 1px solid #CCD8E1;
  border-radius: 10px;
  background: #ffffff;
  color: var(--ares-graphite);
}

.form-field textarea {
  min-height: 120px;
}

/* Premium Footer & Partner Band */
.ares-footer {
  background: #06080B;
  color: #B8C7D4;
  padding: 72px 0 32px;
  border-top: 4px solid var(--ares-orange);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr repeat(4, 1fr);
  gap: 36px;
  margin-bottom: 48px;
}

.footer-brand p {
  font-size: 0.88rem;
  line-height: 1.6;
  color: #94A8B8;
  margin: 16px 0;
}

.ares-footer h4 {
  color: #ffffff;
  font-size: 0.98rem;
  margin-bottom: 18px;
}

.ares-footer a {
  display: block;
  color: #94A8B8;
  margin: 10px 0;
  font-size: 0.88rem;
}

.ares-footer a:hover {
  color: var(--ares-orange);
}

.footer-logo {
  width: 170px;
  background: #ffffff;
  border-radius: 10px;
  padding: 8px 12px;
}

/* Social Links Styling */
.social-links {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 18px;
}

.social-link {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.05);
  color: #ffffff !important;
  transition: all 0.25s ease;
}

.social-link.youtube {
  background: #FF0033;
  border-color: #FF0033;
}

.social-link.facebook {
  background: #1877F2;
  border-color: #1877F2;
}

.social-link.instagram {
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  border-color: transparent;
}

.social-link:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.3);
}

.social-text {
  display: inline-block !important;
  margin-left: 4px !important;
  color: #ffffff !important;
  font-weight: 700 !important;
  font-size: 0.88rem !important;
}

.social-text:hover {
  color: var(--ares-orange) !important;
}

/* Seccion Aliados - Ultra Premium Layout */
.partner-band {
  border-top: 1px solid rgba(255,255,255,0.08);
  padding-top: 36px;
  margin-top: 20px;
}

.partner-band-title {
  margin: 0 0 20px;
  color: #718494;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

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

.partner-card {
  display: flex;
  align-items: center;
  gap: 20px;
  background: rgba(255,255,255,0.025);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 16px;
  padding: 20px 24px;
  transition: all 0.25s ease;
}

.partner-card:hover {
  background: rgba(255,255,255,0.05);
  border-color: rgba(243,105,22,0.4);
  transform: translateY(-2px);
}

.partner-logo-box {
  width: 160px;
  height: 70px;
  flex: 0 0 160px;
  background: #ffffff;
  border-radius: 10px;
  padding: 10px 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 16px rgba(0,0,0,0.2);
}

.partner-logo-box img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  width: auto;
  height: auto;
}

.partner-copy small {
  display: block;
  color: var(--ares-orange);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.7rem;
}

.partner-copy strong {
  display: block;
  color: #ffffff;
  margin-top: 4px;
  font-size: 1.05rem;
}

.partner-copy span {
  display: block;
  color: #94A8B8;
  font-size: 0.84rem;
  margin-top: 4px;
  line-height: 1.4;
}

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.08);
  margin-top: 36px;
  padding-top: 24px;
  font-size: 0.82rem;
  color: #718494;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

/* Floating WhatsApp */
.whatsapp-float {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 1000;
  height: 54px;
  padding: 0 20px;
  border-radius: 999px;
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 0.88rem;
  font-weight: 800;
  background: #25D366;
  color: #ffffff;
  box-shadow: 0 12px 32px rgba(37,211,102,0.35);
  transition: all 0.25s ease;
}

.whatsapp-float svg {
  width: 26px;
  height: 26px;
}

.whatsapp-float:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 16px 36px rgba(37,211,102,0.45);
}

/* Responsive Rules */
@media (max-width: 1024px) {
  .hero-grid, .split, .contact-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

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

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

  .footer-brand {
    grid-column: 1 / -1;
  }

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

@media (max-width: 768px) {
  .ares-section {
    padding: 60px 0;
  }

  .ares-menu-toggle {
    display: block;
  }

  .ares-nav {
    display: none;
    position: absolute;
    top: 76px;
    left: 20px;
    right: 20px;
    background: #ffffff;
    border: 1px solid #E1E8EE;
    border-radius: 16px;
    padding: 20px;
    box-shadow: var(--shadow);
    flex-direction: column;
    align-items: stretch;
  }

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

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

  .grid-2, .grid-3, .grid-4, .video-grid, .profile-grid, .mini-grid {
    grid-template-columns: 1fr;
  }

  .partner-card {
    flex-direction: row;
  }

  .partner-logo-box {
    width: 140px;
    flex-basis: 140px;
  }

  .whatsapp-float span {
    display: none;
  }

  .whatsapp-float {
    width: 54px;
    padding: 0;
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .partner-card {
    flex-direction: column;
    align-items: flex-start;
  }

  .partner-logo-box {
    width: 100%;
    height: 65px;
    flex-basis: auto;
  }

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

  .hero-actions .btn {
    width: 100%;
  }
}


/* Ultra-Premium Horizontal Cards - Personas y Organizaciones */
.profile-grid-horizontal {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
  margin-top: 40px;
}

.profile-card-horizontal {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  background: #ffffff;
  border: 1px solid #E2E9EF;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(3,26,51,0.05);
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  min-height: 195px;
}

.profile-card-horizontal:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 48px rgba(3,26,51,0.12);
  border-color: rgba(243,105,22,0.4);
}

.profile-img-box {
  width: 40%;
  flex: 0 0 40%;
  position: relative;
  overflow: hidden;
  background: var(--ares-black);
}

.profile-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  image-rendering: -webkit-optimize-contrast;
  transition: transform 0.4s ease;
}

.profile-card-horizontal:hover .profile-img-box img {
  transform: scale(1.06);
}

.profile-copy {
  padding: 24px 26px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 60%;
}

.profile-tag {
  display: inline-block;
  color: var(--ares-orange);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 6px;
}

.profile-copy h3 {
  font-size: 1.25rem;
  margin: 0 0 8px;
  color: var(--ares-navy);
}

.profile-copy p {
  font-size: 0.9rem;
  color: #647584;
  margin: 0;
  line-height: 1.55;
}

/* Ultra-Premium Horizontal Flow - De los datos a la decision */
.process-horizontal-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
  margin-top: 36px;
}

.process-card-horizontal {
  background: #ffffff;
  border: 1px solid #E1E8EE;
  border-radius: 18px;
  padding: 24px 20px;
  box-shadow: 0 6px 22px rgba(3,26,51,0.04);
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.process-card-horizontal::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  border-radius: 18px 18px 0 0;
  background: linear-gradient(90deg, var(--ares-orange), rgba(243,105,22,0.2));
}

.process-card-horizontal:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 36px rgba(3,26,51,0.1);
  border-color: var(--ares-orange);
}

.process-badge {
  font-size: 1.8rem;
  font-weight: 900;
  color: var(--ares-orange);
  line-height: 1;
  margin-bottom: 16px;
}

.process-content h3 {
  font-size: 1.2rem;
  margin: 0 0 8px;
  color: var(--ares-navy);
}

.process-content p {
  font-size: 0.88rem;
  color: #627382;
  margin: 0;
  line-height: 1.5;
}

@media (max-width: 1024px) {
  .profile-grid-horizontal {
    grid-template-columns: 1fr;
  }
  .process-horizontal-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .profile-card-horizontal {
    flex-direction: column;
  }
  .profile-img-box {
    width: 100%;
    height: 160px;
    flex: auto;
  }
  .profile-copy {
    width: 100%;
  }
  .process-horizontal-grid {
    grid-template-columns: 1fr;
  }
}


/* ============================================================
   SECCIÓN: PERSONAS Y ORGANIZACIONES (Tarjetas Horizontales Filas 100% Ancho)
   ============================================================ */
.personas-horizontal-list {
  display: flex;
  flex-direction: column;
  gap: 28px;
  margin-top: 42px;
}

.persona-row-card {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  background: #ffffff;
  border: 1px solid #E1E8EE;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 12px 36px rgba(3,26,51,0.06);
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  min-height: 240px;
  width: 100%;
}

.persona-row-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 56px rgba(3,26,51,0.12);
  border-color: var(--ares-orange);
}

.persona-img-container {
  width: 44%;
  flex: 0 0 44%;
  position: relative;
  overflow: hidden;
  background: var(--ares-black);
}

.persona-img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  image-rendering: -webkit-optimize-contrast;
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.persona-row-card:hover .persona-img-container img {
  transform: scale(1.05);
}

.persona-info-box {
  width: 56%;
  padding: 34px 42px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.persona-kicker-tag {
  display: inline-block;
  color: var(--ares-orange);
  font-size: 0.76rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 8px;
}

.persona-info-box h3 {
  font-size: 1.5rem;
  margin: 0 0 12px;
  color: var(--ares-navy);
  line-height: 1.25;
}

.persona-info-box p {
  font-size: 1.02rem;
  color: #556675;
  margin: 0;
  line-height: 1.65;
}

/* ============================================================
   SECCIÓN: DE LOS DATOS A LA DECISIÓN (Tarjetas Horizontales Flujo 5 Pasos)
   ============================================================ */
.flujo-horizontal-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 40px;
}

.flujo-step-card {
  display: flex;
  flex-direction: row;
  align-items: center;
  background: #ffffff;
  border: 1px solid #E1E8EE;
  border-radius: 20px;
  padding: 26px 36px;
  gap: 32px;
  box-shadow: 0 8px 28px rgba(3,26,51,0.04);
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
  width: 100%;
}

.flujo-step-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 5px;
  border-radius: 20px 0 0 20px;
  background: linear-gradient(180deg, var(--ares-orange), var(--ares-orange-2));
}

.flujo-step-card:hover {
  transform: translateX(6px);
  box-shadow: 0 16px 40px rgba(3,26,51,0.1);
  border-color: var(--ares-orange);
}

.step-badge-num {
  width: 64px;
  height: 64px;
  flex: 0 0 64px;
  border-radius: 16px;
  background: #FFF2EA;
  border: 1px solid rgba(243,105,22,0.18);
  color: var(--ares-orange);
  font-size: 1.85rem;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
}

.step-body-content {
  flex: 1 1 auto;
}

.step-body-content h3 {
  font-size: 1.35rem;
  margin: 0 0 6px;
  color: var(--ares-navy);
}

.step-body-content p {
  font-size: 1rem;
  color: #556675;
  margin: 0;
  line-height: 1.55;
}

.step-indicator-tag {
  flex: 0 0 auto;
  font-size: 0.82rem;
  font-weight: 800;
  color: #94A6B5;
  background: #F4F7FA;
  padding: 8px 16px;
  border-radius: 999px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

/* Responsivo para Tarjetas Horizontales */
@media (max-width: 900px) {
  .persona-row-card {
    flex-direction: column;
    min-height: auto;
  }
  .persona-img-container {
    width: 100%;
    height: 220px;
    flex: auto;
  }
  .persona-info-box {
    width: 100%;
    padding: 26px 28px;
  }
  .flujo-step-card {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    padding: 24px;
  }
  .flujo-step-card::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: auto;
    width: 100%;
    height: 5px;
    border-radius: 20px 20px 0 0;
  }
  .step-indicator-tag {
    align-self: flex-start;
  }
}


/* ============================================================
   SECCIÓN PERSONAS Y ORGANIZACIONES - PIXEL PERFECT DE CAPTURA
   ============================================================ */
.profile-cards-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 36px;
}

.profile-uhd-card {
  background: #ffffff;
  border: 1px solid #E2E9EF;
  border-radius: 22px;
  padding: 14px 14px 24px 14px;
  box-shadow: 0 10px 32px rgba(3, 26, 51, 0.05);
  transition: all 0.28s cubic-bezier(0.16, 1, 0.3, 1);
  display: flex;
  flex-direction: column;
}

.profile-uhd-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 44px rgba(3, 26, 51, 0.11);
  border-color: rgba(243, 105, 22, 0.4);
}

.profile-uhd-img {
  width: 100%;
  aspect-ratio: 16 / 10;
  border-radius: 14px;
  overflow: hidden;
  background: #0B0D10;
}

.profile-uhd-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  image-rendering: -webkit-optimize-contrast;
  transition: transform 0.4s ease;
}

.profile-uhd-card:hover .profile-uhd-img img {
  transform: scale(1.05);
}

.profile-uhd-body {
  padding: 18px 6px 4px 6px;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}

.profile-uhd-body h3 {
  font-size: 1.18rem;
  font-weight: 800;
  color: var(--ares-navy);
  margin: 0 0 10px;
  line-height: 1.25;
}

.profile-uhd-body p {
  font-size: 0.91rem;
  color: #667684;
  margin: 0;
  line-height: 1.52;
  font-weight: 500;
}

@media (max-width: 1024px) {
  .profile-cards-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

@media (max-width: 600px) {
  .profile-cards-grid {
    grid-template-columns: 1fr;
  }
}


/* ============================================================
   DISEÑO ULTRA-ELEGANTE DEL FORMULARIO DE CONTACTO DUAL (EMAIL & WHATSAPP)
   ============================================================ */
.page-hero {
  padding: 125px 0 72px !important;
}

.contact-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 48px;
  align-items: stretch;
}

.contact-info-card {
  background: linear-gradient(145deg, var(--ares-black-2), #071D33);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 26px;
  padding: 42px 38px;
  color: #ffffff;
  box-shadow: var(--shadow-dark);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.contact-info-card h2 {
  color: #ffffff !important;
  font-size: 2.1rem;
  margin-top: 10px;
}

.contact-info-card .lead {
  color: #C2D1DE !important;
  font-size: 1.05rem;
}

.contact-channels-list {
  display: flex;
  flex-direction: column;
  gap: 22px;
  margin-top: 32px;
}

.channel-item {
  display: flex;
  align-items: center;
  gap: 16px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 16px 20px;
  transition: all 0.25s ease;
}

.channel-item:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(243, 105, 22, 0.4);
  transform: translateX(4px);
}

.channel-icon {
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  border-radius: 12px;
  background: rgba(243, 105, 22, 0.15);
  border: 1px solid rgba(243, 105, 22, 0.3);
  display: grid;
  place-items: center;
  font-size: 1.25rem;
}

.channel-item small {
  display: block;
  color: var(--ares-orange);
  font-weight: 800;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.channel-item a, .channel-item span {
  display: block;
  color: #ffffff;
  font-weight: 700;
  font-size: 0.98rem;
  margin-top: 2px;
}

.channel-item a:hover {
  color: var(--ares-orange-2);
}

/* Contact Form Premium */
.contact-form-premium {
  background: #ffffff;
  border: 1px solid #E1E8EE;
  border-radius: 26px;
  padding: 42px;
  box-shadow: var(--shadow);
}

.form-field {
  display: flex;
  flex-direction: column;
}

.form-field label {
  font-weight: 800;
  color: var(--ares-navy);
  font-size: 0.88rem;
  margin-bottom: 8px;
}

.form-field input, .form-field select, .form-field textarea {
  width: 100%;
  padding: 13px 18px;
  border: 1px solid #CCD7E0;
  border-radius: 12px;
  background: #ffffff;
  color: var(--ares-graphite);
  font-size: 0.95rem;
  font-weight: 500;
  transition: all 0.2s ease;
  appearance: none;
  -webkit-appearance: none;
}

.form-field select {
  height: 52px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%20031A33' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-reprat;
  background-repeat: no-repeat;
  background-position: right 18px center;
  background-size: 16px;
  padding-right: 42px;
  cursor: pointer;
}

.form-field select option {
  padding: 12px;
  background: #ffffff;
  color: var(--ares-navy);
  font-weight: 600;
}

.form-field input:focus, .form-field select:focus, .form-field textarea:focus {
  outline: none;
  border-color: var(--ares-orange);
  box-shadow: 0 0 0 4px rgba(243, 105, 22, 0.12);
}

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

.dual-actions-box {
  display: flex;
  gap: 16px;
  margin-top: 10px;
}

.btn-dual {
  flex: 1;
  min-height: 54px;
  font-size: 0.92rem;
  border-radius: 14px;
}

@media (max-width: 900px) {
  .contact-grid {
    grid-template-columns: 1fr;
  }
  .dual-actions-box {
    flex-direction: column;
  }
  .btn-dual {
    width: 100%;
  }
  .contact-form-premium {
    padding: 28px;
  }
}


/* ============================================================
   SECCIÓN DE LOS DATOS A LA DECISIÓN - MISMAS TARJETAS UHD (input_file_0.png)
   ============================================================ */
.flujo-step-cards-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
  margin-top: 36px;
}

.flujo-uhd-card {
  background: #ffffff;
  border: 1px solid #E2E9EF;
  border-radius: 22px;
  padding: 16px 16px 22px 16px;
  box-shadow: 0 10px 32px rgba(3, 26, 51, 0.05);
  transition: all 0.28s cubic-bezier(0.16, 1, 0.3, 1);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.flujo-uhd-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 44px rgba(3, 26, 51, 0.11);
  border-color: var(--ares-orange);
}

.flujo-uhd-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}

.step-num-badge {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: #FFF2EA;
  border: 1px solid rgba(243, 105, 22, 0.18);
  color: var(--ares-orange);
  font-size: 1.3rem;
  font-weight: 900;
  display: grid;
  place-items: center;
}

.step-tag-pill {
  font-size: 0.72rem;
  font-weight: 800;
  color: #94A6B5;
  background: #F4F7FA;
  padding: 5px 12px;
  border-radius: 999px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.flujo-uhd-body h3 {
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--ares-navy);
  margin: 0 0 8px;
}

.flujo-uhd-body p {
  font-size: 0.88rem;
  color: #667684;
  margin: 0;
  line-height: 1.5;
  font-weight: 500;
}

/* ============================================================
   SECCIÓN CONTACTO REFERENCIA UTPL (input_file_1.png)
   ============================================================ */
.contact-utpl-section {
  background: #FAFCFE;
}

.contact-utpl-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 56px;
  align-items: start;
}

.contact-form-utpl-box h2, .contact-info-utpl-box h2 {
  font-size: 2.1rem;
  font-weight: 850;
  color: var(--ares-navy);
  margin: 0 0 12px;
  letter-spacing: -0.02em;
}

.subtitle-text {
  font-size: 1.02rem;
  color: #556675;
  margin: 0 0 28px;
}

.form-group-utpl {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
}

.form-group-utpl label {
  font-weight: 750;
  color: var(--ares-navy);
  font-size: 0.88rem;
  margin-bottom: 8px;
}

.input-utpl {
  width: 100%;
  background: #F1F4F7;
  border: 1px solid #E1E7ED;
  border-radius: 20px;
  padding: 14px 20px;
  font-size: 0.95rem;
  color: var(--ares-navy);
  font-weight: 500;
  transition: all 0.2s ease;
}

.input-utpl:focus {
  outline: none;
  background: #ffffff;
  border-color: var(--ares-orange);
  box-shadow: 0 0 0 4px rgba(243, 105, 22, 0.12);
}

.select-utpl {
  height: 52px;
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%20031A33' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 16px;
  cursor: pointer;
}

.textarea-utpl {
  min-height: 140px;
  border-radius: 20px;
  resize: vertical;
}

.form-actions-utpl {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.btn-utpl {
  flex: 1;
  min-height: 52px;
  border-radius: 999px;
  font-weight: 850;
  font-size: 0.92rem;
  border: 0;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: all 0.25s ease;
}

.btn-utpl.primary-btn {
  background: var(--ares-orange);
  color: #ffffff;
  box-shadow: 0 8px 24px rgba(243, 105, 22, 0.28);
}

.btn-utpl.primary-btn:hover {
  transform: translateY(-2px);
  background: var(--ares-orange-2);
  box-shadow: 0 12px 28px rgba(243, 105, 22, 0.36);
}

.btn-utpl.secondary-btn {
  background: var(--ares-navy);
  color: #ffffff;
  box-shadow: 0 8px 24px rgba(3, 26, 51, 0.2);
}

.btn-utpl.secondary-btn:hover {
  transform: translateY(-2px);
  background: var(--ares-blue);
}

/* Right Info Box */
.info-lead {
  font-size: 1.05rem;
  color: #556675;
  line-height: 1.6;
  margin-bottom: 28px;
}

.info-block {
  margin-bottom: 24px;
}

.info-header {
  color: #0C426A;
  font-size: 0.82rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin: 0 0 10px;
}

.info-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.info-list li {
  margin: 6px 0;
  font-size: 0.95rem;
  color: #485868;
}

.info-block p {
  margin: 0;
  font-size: 0.98rem;
  color: #384858;
}

.info-block a {
  color: var(--ares-navy);
  text-decoration: none;
}

.info-block a:hover {
  color: var(--ares-orange);
}

.icon-orange {
  display: inline-block;
  margin-right: 8px;
}

@media (max-width: 1024px) {
  .flujo-step-cards-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .contact-utpl-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

@media (max-width: 600px) {
  .flujo-step-cards-grid {
    grid-template-columns: 1fr;
  }
  .form-actions-utpl {
    flex-direction: column;
  }
  .btn-utpl {
    width: 100%;
  }
}


/* ============================================================
   ACORDEÓN CONTACTO
   ============================================================ */
.ares-accordion {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 24px;
}
.ares-accordion-item {
  background: #ffffff;
  border: 1px solid #E1E7ED;
  border-radius: 14px;
  overflow: hidden;
  transition: all 0.3s ease;
}
.ares-accordion-item[open] {
  border-color: var(--ares-orange);
  box-shadow: 0 4px 16px rgba(243, 105, 22, 0.08);
}
.ares-accordion-header {
  padding: 16px 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 800;
  color: var(--ares-navy);
  list-style: none;
  background: #ffffff;
}
.ares-accordion-header::-webkit-details-marker {
  display: none;
}
.accordion-title {
  font-size: 0.95rem;
}
.accordion-icon {
  width: 24px;
  height: 24px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.accordion-icon::before,
.accordion-icon::after {
  content: "";
  position: absolute;
  background-color: var(--ares-orange);
  transition: transform 0.3s ease;
}
.accordion-icon::before {
  width: 14px;
  height: 2px;
  border-radius: 2px;
}
.accordion-icon::after {
  width: 2px;
  height: 14px;
  border-radius: 2px;
}
.ares-accordion-item[open] .accordion-icon::after {
  transform: rotate(90deg) scaleY(0);
}
.ares-accordion-body {
  padding: 0 20px 20px 20px;
  color: #485868;
  font-size: 0.95rem;
}
.ares-accordion-body p {
  margin: 0;
}
.ares-accordion-body a {
  color: var(--ares-navy);
  text-decoration: none;
}
.ares-accordion-body a:hover {
  color: var(--ares-orange);
}
.ares-accordion-body ul {
  margin: 0;
  padding-left: 24px;
}
.ares-accordion-body li {
  margin-bottom: 8px;
}
