/* ============================================================
   Design system personalizzato — Dott. Vincenzo Cardaci
   Caricato dopo theme.css: sovrascrive il tema hugo-profile.
   Stile: moderno e dinamico, ma sobrio (contesto medico).
   Solo CSS + un piccolo observer JS: nessuna libreria esterna.
   ============================================================ */

:root {
  --vc-accent: #2D4086;
  --vc-accent-soft: #5566C4;
  --vc-accent-light: #7C93E8;
  --vc-warm: #D4907F;
  --vc-line: #E7EBF4;
  --vc-ink: #1F2433;
  --vc-grad: linear-gradient(120deg, #2D4086 0%, #4557B0 55%, #5566C4 100%);
  --vc-shadow-sm: 0 1px 3px rgba(16, 24, 40, 0.05);
  --vc-shadow-md: 0 12px 30px rgba(45, 64, 134, 0.10);
  --vc-shadow-lg: 0 24px 60px rgba(45, 64, 134, 0.16);
  --vc-radius: 18px;
}

/* --- Resa tipografica --- */
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

p,
.lead,
.hero-content,
.vc-step-text,
li {
  line-height: 1.78;
}

h1, h2, h3, h4, h5,
.h1, .h2, .h3, .h4, .h5 {
  font-family: "Lora", serif;
  letter-spacing: -0.01em;
}

h1, .display-1, .display-2, .display-3, .display-4 {
  font-weight: 700;
  line-height: 1.12;
}

.btn,
.navbar,
.nav-link,
.badge,
.text-uppercase {
  font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
}

/* --- Aria tra le sezioni --- */
section.py-5 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

@media (max-width: 768px) {
  section.py-5 {
    padding-top: 3.25rem !important;
    padding-bottom: 3.25rem !important;
  }
}

/* Titoli di sezione */
section > .container > h3.text-center {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2.5rem;
  line-height: 1.4;
  font-size: clamp(1.45rem, 2.6vw, 2.05rem);
  color: var(--vc-ink) !important;
}

/* ============================================================
   Navbar: effetto vetro
   ============================================================ */
nav.navbar {
  background: rgba(255, 255, 255, 0.78) !important;
  -webkit-backdrop-filter: blur(14px) saturate(1.4);
  backdrop-filter: blur(14px) saturate(1.4);
  box-shadow: 0 1px 0 rgba(31, 36, 51, 0.06);
}

/* ============================================================
   Pulsanti
   ============================================================ */
.btn {
  border-radius: 12px;
  font-weight: 500;
  transition: transform 0.15s ease, box-shadow 0.2s ease,
              background-color 0.2s ease, filter 0.2s ease;
}

.btn:hover {
  transform: translateY(-2px);
}

/* Primario: gradiente pieno */
.btn.vc-btn-primary,
#hero a.btn.vc-btn-primary,
#education a.btn.vc-btn-primary {
  background-image: var(--vc-grad);
  color: #ffffff !important;
  border: none !important;
  padding: 0.8rem 1.6rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  box-shadow: 0 8px 22px rgba(45, 64, 134, 0.28);
  margin-top: 0;
}

.btn.vc-btn-primary:hover,
#hero a.btn.vc-btn-primary:hover {
  background-image: var(--vc-grad);
  color: #ffffff !important;
  filter: brightness(1.08);
  box-shadow: 0 12px 30px rgba(45, 64, 134, 0.36);
  opacity: 1;
}

.btn.vc-btn-primary svg {
  transition: transform 0.2s ease;
}

.btn.vc-btn-primary:hover svg {
  transform: translateX(3px);
}

/* Secondario: vetro con bordo */
.btn.vc-btn-glass,
#hero a.btn.vc-btn-glass,
#education a.btn.vc-btn-glass {
  background: rgba(255, 255, 255, 0.65);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(45, 64, 134, 0.28) !important;
  color: var(--vc-accent) !important;
  padding: 0.8rem 1.6rem;
  margin-top: 0;
}

.btn.vc-btn-glass:hover,
#hero a.btn.vc-btn-glass:hover {
  background: #ffffff !important;
  border-color: var(--vc-accent) !important;
  color: var(--vc-accent) !important;
  box-shadow: 0 8px 22px rgba(45, 64, 134, 0.14);
  opacity: 1;
}

.btn.vc-btn-sm {
  padding: 0.55rem 1.1rem !important;
  font-size: 0.92rem;
}

/* ============================================================
   HERO
   ============================================================ */
#hero.vc-hero {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 92vh;
  overflow: hidden;
  background: linear-gradient(180deg, #F3F6FD 0%, #FBFCFF 70%, #FFFFFF 100%);
}

/* Sfondo decorativo */
.vc-hero-bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.vc-blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(70px);
  opacity: 0.55;
  will-change: transform;
}

.vc-blob-1 {
  width: 520px;
  height: 520px;
  top: -180px;
  right: -120px;
  background: radial-gradient(circle at 30% 30%, rgba(124, 147, 232, 0.55), rgba(85, 102, 196, 0.18) 70%);
  animation: vc-drift 26s ease-in-out infinite alternate;
}

.vc-blob-2 {
  width: 420px;
  height: 420px;
  bottom: -160px;
  left: -140px;
  background: radial-gradient(circle at 60% 40%, rgba(45, 64, 134, 0.22), rgba(45, 64, 134, 0.05) 70%);
  animation: vc-drift 32s ease-in-out infinite alternate-reverse;
}

.vc-blob-3 {
  width: 260px;
  height: 260px;
  top: 30%;
  left: 52%;
  background: radial-gradient(circle at 50% 50%, rgba(212, 144, 127, 0.20), rgba(212, 144, 127, 0.04) 70%);
  animation: vc-drift 38s ease-in-out infinite alternate;
}

@keyframes vc-drift {
  from { transform: translate3d(0, 0, 0) scale(1); }
  to   { transform: translate3d(40px, 30px, 0) scale(1.08); }
}

/* Eyebrow: pillola vetro */
.vc-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.45rem 1rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.7);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(45, 64, 134, 0.16);
  box-shadow: var(--vc-shadow-sm);
  font-family: "Roboto", sans-serif;
  font-size: 0.92rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: var(--vc-accent);
  margin-bottom: 1.4rem;
}

.vc-eyebrow-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--vc-grad);
  box-shadow: 0 0 0 3px rgba(85, 102, 196, 0.18);
}

/* Titolo */
#hero h1 {
  font-size: clamp(42px, 7vw, 78px);
  letter-spacing: -0.02em;
}

#hero h1 .vc-intro {
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: clamp(15px, 2vw, 18px);
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-secondary-color);
  margin-bottom: 0.4rem;
}

#hero p.hero-content {
  margin: 24px 0 0;
  max-width: 620px;
  opacity: 0.9;
  font-size: 1.06rem;
}

/* CTA */
.vc-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 2.2rem;
}

/* Ritratto */
.vc-portrait {
  position: relative;
  display: inline-block;
  max-width: 100%;
}

.vc-portrait img {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 340px;
  border: 4px solid #ffffff;
  box-shadow: var(--vc-shadow-lg);
}

/* Invito allo scroll */
.vc-scroll-cue {
  position: absolute;
  left: 50%;
  bottom: 26px;
  transform: translateX(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--vc-accent);
  background: rgba(255, 255, 255, 0.75);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(45, 64, 134, 0.16);
  box-shadow: var(--vc-shadow-sm);
  animation: vc-bounce 2.6s ease-in-out infinite;
  transition: box-shadow 0.2s ease;
}

.vc-scroll-cue:hover {
  box-shadow: var(--vc-shadow-md);
  color: var(--vc-accent);
}

@keyframes vc-bounce {
  0%, 100% { transform: translate(-50%, 0); }
  50%      { transform: translate(-50%, 7px); }
}

/* ============================================================
   AREE DI CURA (sezione achievements del tema)
   ============================================================ */
#achievements {
  background: linear-gradient(180deg, #FFFFFF 0%, #F3F6FD 22%, #F3F6FD 78%, #FFFFFF 100%);
}

#achievements .card {
  position: relative;
  border: 1px solid var(--vc-line);
  border-radius: var(--vc-radius);
  background: #ffffff;
  box-shadow: var(--vc-shadow-sm);
  overflow: hidden;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

#achievements .card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 1.4rem;
  width: 46px;
  height: 4px;
  border-radius: 0 0 4px 4px;
  background: var(--vc-grad);
  opacity: 0.9;
  transition: width 0.25s ease;
}

#achievements .card:hover {
  transform: translateY(-5px);
  box-shadow: var(--vc-shadow-md);
  border-color: rgba(45, 64, 134, 0.28);
}

#achievements .card:hover::before {
  width: 72px;
}

#achievements .card-title {
  color: var(--vc-accent);
  margin-top: 0.5rem;
}

/* ============================================================
   PERCORSO IN 3 PASSI (sezione education)
   ============================================================ */
.vc-steps-section .vc-steps {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

.vc-step-card {
  position: relative;
  background: rgba(255, 255, 255, 0.85);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  border: 1px solid var(--vc-line);
  border-radius: 20px;
  padding: 1.8rem 1.6rem;
  box-shadow: var(--vc-shadow-sm);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.vc-step-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--vc-shadow-md);
  border-color: rgba(45, 64, 134, 0.25);
}

.vc-step-head {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.1rem;
}

.vc-step-number {
  flex: none;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 1.15rem;
  color: #ffffff;
  background-image: var(--vc-grad);
  box-shadow: 0 6px 16px rgba(45, 64, 134, 0.30);
}

.vc-step-line {
  flex: 1;
  height: 2px;
  border-radius: 2px;
  background: linear-gradient(90deg, rgba(45, 64, 134, 0.35), rgba(45, 64, 134, 0));
}

.vc-step-title {
  font-family: "Lora", serif;
  font-weight: 700;
  color: var(--vc-accent);
  margin-bottom: 0.5rem;
}

.vc-step-text {
  color: var(--text-color);
  opacity: 0.85;
  margin-bottom: 0;
}

.vc-step-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-top: 1.2rem;
}

/* ============================================================
   FAQ
   ============================================================ */
#faq .faq-item {
  border: 1px solid var(--vc-line);
  border-radius: 16px;
  background: #ffffff;
  margin-bottom: 1rem;
  overflow: hidden;
  transition: box-shadow 0.2s ease, border-color 0.2s ease;
}

#faq .faq-item:hover {
  border-color: rgba(45, 64, 134, 0.24);
}

#faq .faq-item[open] {
  box-shadow: var(--vc-shadow-md);
  border-color: rgba(45, 64, 134, 0.28);
}

#faq .faq-item summary {
  cursor: pointer;
  list-style: none;
  padding: 1.15rem 1.35rem;
  font-family: "Lora", serif;
  font-weight: 600;
  font-size: 1.12rem;
  color: var(--vc-accent);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}

#faq .faq-item summary::-webkit-details-marker {
  display: none;
}

#faq .faq-item summary::after {
  content: "+";
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1;
  color: var(--vc-accent);
  transition: transform 0.2s ease;
}

#faq .faq-item[open] summary::after {
  transform: rotate(45deg);
}

#faq .faq-item .faq-answer {
  padding: 0 1.35rem 1.25rem;
  line-height: 1.78;
}

/* ============================================================
   CONTATTI
   ============================================================ */
#contact {
  background:
    radial-gradient(700px 320px at 85% 0%, rgba(124, 147, 232, 0.14), transparent 70%),
    radial-gradient(600px 300px at 10% 100%, rgba(45, 64, 134, 0.08), transparent 70%),
    #FBFCFF;
}

#contact .form-control {
  border: 1px solid var(--vc-line);
  border-radius: 12px;
  padding: 0.85rem 1rem;
  background: #ffffff;
  box-shadow: var(--vc-shadow-sm);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

#contact .form-control:focus {
  border-color: var(--vc-accent-soft);
  box-shadow: 0 0 0 4px rgba(85, 102, 196, 0.14);
  outline: none;
}

/* Pulsante del form: stessa classe e stesso stile dei primari.
   Nota: il tema carica index.css DOPO custom.css e forza
   #contact .btn con !important; la classe .vc-btn-primary
   aggiunge specificità e fa prevalere queste regole. */
#contact .btn.vc-btn-primary {
  background-image: var(--vc-grad) !important;
  background-color: transparent !important;
  color: #ffffff !important;
  border: none !important;
  border-color: transparent !important;
  border-radius: 12px !important;
  padding: 0.8rem 2rem;
  box-shadow: 0 8px 22px rgba(45, 64, 134, 0.28);
  transition: transform 0.15s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

#contact .btn.vc-btn-primary:hover {
  transform: translateY(-2px);
  filter: brightness(1.08);
  box-shadow: 0 12px 30px rgba(45, 64, 134, 0.36);
  opacity: 1 !important;
}

#contact .btn.vc-btn-primary:focus {
  box-shadow: 0 0 0 4px rgba(85, 102, 196, 0.25) !important;
}

/* Link nel testo: sottolineatura discreta */
section p a:not(.btn),
.card a:not(.btn) {
  text-decoration: none;
  border-bottom: 1px solid rgba(45, 64, 134, 0.28);
  transition: border-color 0.2s ease, color 0.2s ease;
}

section p a:not(.btn):hover,
.card a:not(.btn):hover {
  border-bottom-color: var(--vc-accent);
}

/* ============================================================
   Reveal allo scroll (attivo solo con JS: html.vc-js)
   ============================================================ */
html.vc-js [data-reveal] {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.65s ease, transform 0.65s ease;
  transition-delay: var(--reveal-delay, 0ms);
  will-change: opacity, transform;
}

html.vc-js [data-reveal].vc-visible {
  opacity: 1;
  transform: none;
}

/* ============================================================
   Accessibilità: riduzione del movimento
   ============================================================ */
@media (prefers-reduced-motion: reduce) {
  .vc-blob,
  .vc-scroll-cue {
    animation: none !important;
  }

  .btn,
  #achievements .card,
  .vc-step-card {
    transition: none !important;
  }

  html.vc-js [data-reveal] {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}

/* ============================================================
   Mobile
   ============================================================ */
@media (max-width: 768px) {
  #hero.vc-hero {
    min-height: auto;
    padding-top: 6.5rem !important;
  }

  .vc-portrait img {
    max-width: 240px;
  }

  .vc-hero-actions .btn {
    width: 100%;
    justify-content: center;
  }

  .vc-trust {
    flex-direction: column;
    gap: 0.55rem;
  }
}

/* ============================================================
   PAGINA CHI SONO
   Componenti coerenti col design system della homepage.
   ============================================================ */

/* --- Hero compatto --- */
.vc-about-hero {
  position: relative;
  overflow: hidden;
  padding: 8rem 0 4.5rem;
  background: linear-gradient(180deg, #F3F6FD 0%, #FBFCFF 70%, #FFFFFF 100%);
}

.vc-about-hero h1 {
  font-size: clamp(38px, 5.5vw, 60px);
  letter-spacing: -0.02em;
  color: var(--vc-ink);
}

.vc-about-lead {
  font-family: "Roboto", sans-serif;
  font-size: 1.05rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: var(--vc-accent);
  margin: 0.4rem 0 1.2rem;
}

.vc-about-lead .vc-sep {
  color: var(--vc-warm);
  margin: 0 0.35rem;
}

.vc-about-hero p.vc-about-intro {
  max-width: 640px;
  opacity: 0.9;
  font-size: 1.06rem;
  margin-bottom: 0;
}

.vc-about-portrait {
  position: relative;
  display: inline-block;
}

.vc-about-portrait img {
  position: relative;
  z-index: 1;
  width: 230px;
  height: 230px;
  object-fit: cover;
  border-radius: 50%;
  border: 4px solid #ffffff;
  box-shadow: var(--vc-shadow-lg);
}

.vc-about-portrait::after {
  content: "";
  position: absolute;
  inset: -12px;
  border-radius: 50%;
  border: 1px dashed rgba(45, 64, 134, 0.3);
}

/* --- Intestazione di sezione --- */
.vc-sec-head {
  margin-bottom: 2.4rem;
}

.vc-sec-kicker {
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 0.85rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--vc-accent-soft);
  margin-bottom: 0.5rem;
}

.vc-sec-title {
  font-size: clamp(1.6rem, 3vw, 2.05rem);
  color: var(--vc-ink);
  margin: 0;
}

.vc-sec-head::after {
  content: "";
  display: block;
  width: 56px;
  height: 4px;
  border-radius: 4px;
  background: var(--vc-grad);
  margin-top: 0.9rem;
}

.vc-sec-head.text-center::after {
  margin-left: auto;
  margin-right: auto;
}

/* --- Timeline (formazione) --- */
.vc-tl {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}

.vc-tl-item {
  position: relative;
  padding: 0 0 2.4rem 2.6rem;
}

.vc-tl-item::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 28px;
  bottom: 2px;
  width: 2px;
  border-radius: 2px;
  background: linear-gradient(180deg, rgba(45, 64, 134, 0.30), rgba(45, 64, 134, 0.08));
}

.vc-tl-item:last-child {
  padding-bottom: 0;
}

.vc-tl-item:last-child::before {
  display: none;
}

.vc-tl-dot {
  position: absolute;
  left: 0;
  top: 3px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #ffffff;
  border: 2px solid var(--vc-accent-soft);
  box-shadow: 0 0 0 4px rgba(85, 102, 196, 0.14);
}

.vc-tl-dot::after {
  content: "";
  position: absolute;
  inset: 5px;
  border-radius: 50%;
  background-image: var(--vc-grad);
}

.vc-tl-period {
  font-family: "Roboto", sans-serif;
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--vc-accent-soft);
}

.vc-tl-title {
  font-family: "Lora", serif;
  font-weight: 700;
  font-size: 1.18rem;
  color: var(--vc-accent);
  margin: 0.3rem 0 0.15rem;
}

.vc-tl-place {
  font-family: "Roboto", sans-serif;
  font-size: 0.95rem;
  color: var(--vc-ink);
  opacity: 0.75;
  margin-bottom: 0.5rem;
}

.vc-tl-text {
  margin: 0;
  opacity: 0.85;
}

/* --- Pillola periodo (esperienza) --- */
.vc-pill {
  display: inline-flex;
  align-items: center;
  padding: 0.32rem 0.85rem;
  border-radius: 999px;
  background: rgba(85, 102, 196, 0.10);
  color: var(--vc-accent);
  font-family: "Roboto", sans-serif;
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-bottom: 1rem;
}

.vc-exp-place {
  font-family: "Roboto", sans-serif;
  font-size: 0.92rem;
  opacity: 0.7;
  margin-bottom: 0.7rem;
}

/* --- Fascia con sfondo morbido --- */
.vc-band {
  background: linear-gradient(180deg, #FFFFFF 0%, #F3F6FD 22%, #F3F6FD 78%, #FFFFFF 100%);
}

/* --- Card generica (progetti) --- */
.vc-card {
  position: relative;
  height: 100%;
  padding: 1.8rem 1.6rem;
  border: 1px solid var(--vc-line);
  border-radius: var(--vc-radius);
  background: #ffffff;
  box-shadow: var(--vc-shadow-sm);
  overflow: hidden;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.vc-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 1.4rem;
  width: 46px;
  height: 4px;
  border-radius: 0 0 4px 4px;
  background: var(--vc-grad);
  opacity: 0.9;
  transition: width 0.25s ease;
}

.vc-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--vc-shadow-md);
  border-color: rgba(45, 64, 134, 0.28);
}

.vc-card:hover::before {
  width: 72px;
}

.vc-card h3,
.vc-card .vc-card-title {
  font-family: "Lora", serif;
  font-weight: 700;
  font-size: 1.3rem;
  color: var(--vc-accent);
  margin: 0.5rem 0 0.8rem;
}

.vc-card p {
  opacity: 0.85;
}

/* --- Fascia CTA finale --- */
.vc-cta {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  padding: 3.5rem 2rem;
  background-image: var(--vc-grad);
  color: #ffffff;
  box-shadow: var(--vc-shadow-lg);
}

.vc-cta::before,
.vc-cta::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.vc-cta::before {
  width: 340px;
  height: 340px;
  top: -170px;
  right: -100px;
  background: radial-gradient(circle at 40% 40%, rgba(255, 255, 255, 0.16), transparent 70%);
}

.vc-cta::after {
  width: 260px;
  height: 260px;
  bottom: -140px;
  left: -80px;
  background: radial-gradient(circle at 60% 60%, rgba(255, 255, 255, 0.10), transparent 70%);
}

.vc-cta h3 {
  color: #ffffff;
  font-size: clamp(1.5rem, 2.6vw, 1.9rem);
}

.vc-cta p {
  color: rgba(255, 255, 255, 0.88);
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}

.vc-cta .btn.vc-btn-light {
  position: relative;
  z-index: 1;
  background: #ffffff;
  color: var(--vc-accent) !important;
  border: none;
  padding: 0.8rem 1.8rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  box-shadow: 0 10px 26px rgba(16, 24, 40, 0.28);
}

.vc-cta .btn.vc-btn-ghost {
  position: relative;
  z-index: 1;
  background: transparent;
  color: #ffffff !important;
  border: 1px solid rgba(255, 255, 255, 0.55) !important;
  padding: 0.8rem 1.8rem;
}

.vc-cta .btn.vc-btn-ghost:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: #ffffff !important;
}

/* --- Mobile --- */
@media (max-width: 768px) {
  .vc-about-hero {
    padding: 6.5rem 0 3rem;
    text-align: center;
  }

  .vc-about-portrait img {
    width: 180px;
    height: 180px;
  }

  .vc-about-hero .vc-hero-actions {
    justify-content: center;
  }

  .vc-tl-item {
    padding-left: 2.2rem;
  }

  .vc-cta {
    padding: 2.6rem 1.4rem;
  }

  .vc-cta .btn {
    width: 100%;
    justify-content: center;
  }
}
