/*
  File role: External stylesheet for the VOGO enterprise landing page.
  Design intent: airy Elementor-like structure with VOGO green palette.
  This file also controls the hero image carousel sizing, corners, and image visibility behavior.
*/

:root {
  --vogo-green: #0f7b65;
  --vogo-green-dark: #0a4f41;
  --vogo-green-soft: #dff4ee;
  --text: #111317;
  --muted: #4d5562;
  --bg: #ffffff;
  --white: #ffffff;
  --border: #d7dbe1;
}

* { box-sizing: border-box; }
body {
  margin: 0;
  font-family: Inter, system-ui, sans-serif;
  color: var(--text);
  background: var(--bg);
  line-height: 1.45;
  overflow-x: hidden;
}

.container { width: min(1120px, calc(100vw - 32px)); margin: 0 auto; }
.section { padding: 72px 0; }
h1, h2, h3 { margin: 0 0 16px; line-height: 1.1; }
h1 { font-size: clamp(2rem, 5vw, 4rem); }
h2 { font-size: clamp(1.75rem, 3vw, 2.75rem); }
.text-vogo-green { color: var(--vogo-green); }
.lead { font-size: 1.125rem; color: var(--muted); max-width: 70ch; }
.eyebrow { color: var(--vogo-green-dark); font-weight: 700; text-transform: uppercase; letter-spacing: .08em; font-size: .8rem; }
/* Optional section subtitle helper; hidden for this portfolio layout variant. */
.section-subtitle { color: var(--muted); margin-bottom: 24px; display: none; }

/* Header and nav area */
.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(248, 251, 253, 0.9);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid #e3ebf1;
}
.nav-wrap {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 28px;
  min-height: 78px;
  position: relative;
}
.logo {
  font-weight: 800;
  font-size: 1.9rem;
  letter-spacing: .04em;
  color: var(--vogo-green);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}
.logo-mark {
  width: 34px;
  height: 34px;
  object-fit: contain;
  display: block;
}
.mobile-menu-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.main-nav {
  display: flex;
  align-items: center;
  gap: 22px;
}
.main-nav a {
  color: #1f2937;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95rem;
  padding: 8px 4px;
  border-bottom: 2px solid transparent;
  transition: color .2s ease, border-color .2s ease;
}
.main-nav a:hover,
.main-nav a:focus-visible {
  color: var(--vogo-green);
  border-bottom-color: var(--vogo-green);
}
.header-cta-group {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.mobile-menu-toggle {
  display: none;
  border: 1px solid #d5e2ea;
  background: #ffffff;
  border-radius: 12px;
  width: 46px;
  height: 46px;
  padding: 0;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.12);
  color: #172033;
  font-size: 1.7rem;
  line-height: 1;
}
.mobile-menu-toggle i {
  pointer-events: none;
}
.mobile-menu-close {
  display: none;
}

/* Reusable button styles */
.btn { border: 1px solid transparent; padding: 11px 18px; border-radius: 12px; font-weight: 700; cursor: pointer; text-decoration: none; display: inline-block; }
.btn-primary { background: var(--vogo-green); color: var(--white); }
.btn-outline { border-color: #cad0d9; background: var(--white); color: var(--text); }
.btn-light { background: var(--white); color: #050608; }
.btn-reverse-green {
  border-color: var(--vogo-green);
  background: var(--white);
  color: var(--vogo-green);
}
.btn-reverse-green:hover,
.btn-reverse-green:focus-visible {
  background: var(--vogo-green);
  border-color: var(--vogo-green);
  color: var(--white);
}

/* Header promo CTA: nav-like typography with compact size and vivid hover feedback. */
.promo-cta {
  font-family: inherit;
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--white);
  background: linear-gradient(135deg, #0f7b65 0%, #0a5f4f 100%);
  border-color: #0b6a57;
  box-shadow: 0 10px 20px rgba(15, 123, 101, 0.24);
  padding: 10px 14px;
}

.promo-cta:hover,
.promo-cta:focus-visible {
  color: var(--white);
  border-color: #0b6a57;
  box-shadow: 0 14px 28px rgba(15, 123, 101, 0.28);
  transform: translateY(-1px);
}

.promo-cta-mobile {
  display: none;
}

.mobile-top-cta {
  display: none;
}

.climate-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 12px;
  border-radius: 999px;
  border: 1px solid #d4e6df;
  background: #ffffff;
  color: #0a4f41;
  text-decoration: none;
  font-size: 0.8rem;
  font-weight: 700;
  white-space: nowrap;
}

.climate-badge-dot {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, #f4dd44 40%, #11b063 41%);
}

.climate-badge:hover,
.climate-badge:focus-visible {
  border-color: #0f7b65;
  background: #f2faf7;
}


.partner-network-summary {
  padding-top: 28px;
}
.partner-network-summary-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(260px, 1fr);
  gap: 28px;
  align-items: start;
}
.partner-network-summary h2 {
  font-family: "Inter Tight", "Inter", ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: clamp(1.6rem, 2.3vw, 2.4rem);
  line-height: 1.15;
  margin-bottom: 14px;
}
.partner-network-summary p {
  color: #314055;
  margin: 0 0 14px;
  max-width: 72ch;
  text-align: justify;
}
.partner-network-summary-cta {
  background: linear-gradient(180deg, #f4fbf8 0%, #ffffff 100%);
  border: 1px solid #d9ece4;
  border-radius: 16px;
  padding: 18px;
  box-shadow: 0 12px 30px rgba(15, 123, 101, 0.08);
  display: grid;
  gap: 12px;
}
.partner-network-summary-cta h3 {
  margin: 0;
  font-size: 1.08rem;
}
.partner-network-summary-cta .btn {
  text-align: center;
}

/* Hero section layout: centered, cleaner and visually aligned with the provided reference style. */
.hero.section {
  padding-top: 32px;
  /* Keep less empty room under the CTA row to match the requested tighter hero rhythm. */
  padding-bottom: 31px;
}
.hero-grid { display: grid; grid-template-columns: 1fr; justify-items: center; }
.hero-content { text-align: center; width: 100%; }
/* [SECȚIUNE: HERO] [SUBSECȚIUNE: HEADLINE] [TEXT: TITLU PRINCIPAL h1] */
.hero-content h1 {
font-family: var(--aw-font-heading), ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";  
font-size: 3.75rem;
letter-spacing: -.05em;
  line-height: 1;
  margin-bottom: 26px;
  margin-top: 26px;
  font-weight: 700;
}

/*
  Overview spacing tuning:
  keep the products/services section closer to the carousel by reducing top spacing to half.
*/
#overview.section {
  padding-top: 36px;
}

/*
  Match the overview title typography with the hero headline,
  so both headings share the exact same visual weight and scale.
*/
#overview > .container > h2 {
  font-family: "Inter Tight", "Inter", ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: clamp(1.5rem, 2.0vw, 2.35rem);
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: var(--text);
}
/* [SECȚIUNE: HERO] [SUBSECȚIUNE: SUB-HERO] [TEXT: PARAGRAF LEAD] */
.hero-content .lead {
  margin: 0 auto 1.5rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: clamp(1.35rem, 1.86vw, 1.5rem);
  line-height: 1.42;
  font-weight: 400;
  letter-spacing: 0;
  color: #5a6678;
  max-width: min(56ch, 100%);
}
.hero-actions {
  /* Halve the vertical gap above the CTA buttons for a denser above-the-fold layout. */
  margin-top: 6px;
  display: grid;
  width: 100%;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
}
.hero-buttons {
  grid-column: 2;
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}
.made-in-europe-badge {
  grid-column: 3;
  justify-self: end;
width: clamp(130.75px, 15.075vw, 180.25px);
  max-width: 100%;
  opacity: 0.99;
}
/*
.made-in-europe-badge:hover {
  opacity: 0.99;
  transform: rotate(10deg) translateY(-12px);
}
  */

/* Sub-hero carousel: reduce bottom spacing so the overview section starts closer, per layout request. */
.hero-carousel-section {
  padding-top: 10px;
  padding-bottom: 24px;
}
.hero-carousel {
  border: 1px solid var(--border);
  /* Requested visual update: keep carousel corners subtly rounded at exactly 3px. */
  border-radius: 3px;
  overflow: hidden;
  background: #f2f2f2;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.08);
}
.hero-carousel-track {
  display: flex;
  transition: transform .55s ease;
  will-change: transform;
}
.hero-slide {
  margin: 0;
  min-width: 100%;
}
.hero-slide img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 16 / 9;
  /* Show each image fully inside the carousel frame without cropping. */
  object-fit: contain;
}

/* Portfolio cards: arranged as clean product tiles with icon, body and right-aligned CTA. */
.cards-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
}
.offer-card {
  background: var(--white);
  border: 1px solid #d6dbe3;
  border-radius: 4px;
  padding: 18px;
  min-height: 218px;
  cursor: pointer;
  transition: .2s ease;
  text-align: left;
  display: flex;
  flex-direction: column;
  /* Keep content compact so the CTA sits closer to the text block. */
  justify-content: flex-start;
  gap: 18px;
  text-decoration: none;
  color: inherit;
}
.offer-card:hover,
.offer-card.active {
  border-color: #c2c9d3;
  box-shadow: 0 8px 20px rgba(10, 18, 32, 0.08);
  transform: translateY(-1px);
}
.offer-card-top {
  display: grid;
  grid-template-columns: auto 1fr;
  /* Vertically center title block with the icon inside each product/service card. */
  align-items: center;
  gap: 14px;
}

/* Title wrapper isolates heading layout from the full-width summary block below. */
.offer-card-title-wrap {
  min-width: 0;
}
.offer-icon-badge {
  width: 44px;
  height: 44px;
  border-radius: 6px;
  /* Replace the old pink treatment with a transparent VOGO-green styled badge. */
  background: rgba(15, 123, 101, 0.12);
  color: var(--vogo-green-dark);
  border: 1px solid rgba(15, 123, 101, 0.28);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.45);
  display: grid;
  place-items: center;
  font-size: 1.45rem;
  line-height: 1;
}

/* Icon glyphs: consistent Bootstrap icon font + VOGO green for reliable rendering. */
.offer-icon-badge::before,
.offer-icon::before {
  content: '\f4f5';
  font-family: "bootstrap-icons";
  font-size: 1.15rem;
  line-height: 1;
  font-style: normal;
  font-weight: 400;
}


.offer-icon-bootstrap {
  font-size: 1.15rem;
}

.offer-icon-bootstrap::before {
  content: none !important;
}

.offer-card[data-chip='SUPPORT'] .offer-icon-badge::before,
.offer-icon[data-chip='SUPPORT']::before {
  content: '\f268'; /* bi-chat-dots-fill */
}
.offer-card[data-chip='MOBILE'] .offer-icon-badge::before,
.offer-icon[data-chip='MOBILE']::before {
  content: '\f4e7'; /* bi-phone-fill */
}
.offer-card[data-chip='SERVICES'] .offer-icon-badge::before,
.offer-icon[data-chip='SERVICES']::before {
  content: '\f3e5'; /* bi-gear-fill */
}
.offer-card[data-chip='RETAIL'] .offer-icon-badge::before,
.offer-icon[data-chip='RETAIL']::before { content: '\f291'; /* bi-bag-fill */ }
.offer-card[data-chip='COMMERCE'] .offer-icon-badge::before,
.offer-icon[data-chip='COMMERCE']::before { content: '\f1cc'; /* bi-cart-fill */ }
.offer-card[data-chip='CARE'] .offer-icon-badge::before,
.offer-icon[data-chip='CARE']::before { content: '\f23e'; /* bi-headset */ }
.offer-card[data-chip='CLOUD'] .offer-icon-badge::before,
.offer-icon[data-chip='CLOUD']::before { content: '\f2b5'; /* bi-cloud-fill */ }
.offer-card[data-chip='CUSTOM'] .offer-icon-badge::before,
.offer-icon[data-chip='CUSTOM']::before { content: '\f470'; /* bi-link-45deg */ }
/* [SECȚIUNE: OVERVIEW] [SUBSECȚIUNE: CARD PRODUS/SERVICIU] [TEXT: TITLU CARD h3] */
.offer-card h3 {
  color: #000000;
  font-family: "Inter Tight", "Inter", ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: 1.28rem;
  margin: 0;
}
/* [SECȚIUNE: OVERVIEW] [SUBSECȚIUNE: CARD PRODUS/SERVICIU] [TEXT: DESCRIERE CARD p] */
.offer-card p {
  margin: 0;
  /* Keep description text dark gray to improve contrast while preserving hierarchy. */
  color: #4b5563;
  font-size: 0.777rem;
  /* Slightly tighter leading makes the paragraph block feel more compact. */
  line-height: 1.34;
}

/* Summary text spans card width while keeping exactly 10px horizontal breathing space. */
.offer-card-summary {
  margin: 0 10px;
  font-family: var(--aw-font-heading), ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 0.98rem;
  font-weight: 400;
  letter-spacing: -0.00em;
  /* Requested update: justify paragraph content inside each card. */
  text-align: justify;
}
/* [SECȚIUNE: OVERVIEW] [SUBSECȚIUNE: CARD PRODUS/SERVICIU] [TEXT: CTA "Explore more"] */
.offer-more {
  align-self: flex-end;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  /* Match the "Explore more" link style from home page/5.carrtonase.html for visual consistency. */
  margin-top: auto;
  border: 0;
  border-radius: 0;
  padding: 0;
  font: 600 14px/1 Inter, system-ui, Segoe UI, Roboto, sans-serif;
  color: var(--vogo-green);
  background: transparent;
  /* Keep CTA text clean: no underline in default state. */
  text-decoration: none;
  text-align: right;
  /* Move CTA up 5px so it visually aligns with the footer bullet chip. */
  position: relative;
  top: -5px;
  /* Avoid hover-only text-decoration transitions because underline is disabled by request. */
  transition: none;
}


/* Footer keeps bullet bottom-left and CTA bottom-right on one baseline. */
.offer-card-footer {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

/* [SECȚIUNE: OVERVIEW] [SUBSECȚIUNE: CARD PRODUS/SERVICIU] [TEXT: ETICHETĂ BULLET] */
.offer-bullet {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 6px 10px;
  font: 700 10px/1 Inter, system-ui, Segoe UI, Roboto, sans-serif;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #fff;
  background: linear-gradient(90deg, #065c3d, #0e7f4e);
  white-space: nowrap;
}

.offer-card:hover .offer-more,
.offer-card:focus-visible .offer-more,
.offer-card.active .offer-more {
  color: var(--vogo-green);
  background: transparent;
  /* Keep hover/focus/active appearance identical to default (no link underline effect). */
  text-decoration: none;
}
.offer-chip {
  background: rgba(15, 123, 101, 0.14);
  color: var(--vogo-green-dark);
  border-radius: 3px;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .04em;
  padding: 6px 10px;
}
.offer-icon {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background: rgba(15, 123, 101, 0.12);
  color: var(--vogo-green-dark);
  border: 1px solid rgba(15, 123, 101, 0.28);
  display: grid;
  place-items: center;
  flex-shrink: 0;
}


.details-stack-title { margin: 34px 0 16px; }

/* Detailed sections stack: large explanatory content shown one section under another */
.details-stack {
  margin-top: 26px;
  display: grid;
  gap: 14px;
}
.detail-section {
  scroll-margin-top: 96px;
  background: #ffffff;
  border: none;
  border-radius: 3px;
  padding: 24px;
}
.detail-section h3 { color: var(--vogo-green-dark); margin-bottom: 10px; }

/* Detailed section header: mirrors card visuals (icon + chip) for clear recognition */
.detail-section-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 10px;
}
.detail-title-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}
/* [SECȚIUNE: DETALII] [SUBSECȚIUNE: HEADER DETALIU] [TEXT: TITLU SECȚIUNE DETALIATĂ h3] */
.detail-title-wrap h3 {
  color: var(--vogo-green-dark);
  margin: 0;
}

.detail-section--support .detail-title-wrap h3 {
  font-family: "Inter Tight", "Inter", ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: clamp(1.5rem, 2.0vw, 2.35rem);
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: #000000;
}

/* Support detail section visually aligned with the chooser-style band, on a light gray canvas. */
.detail-section--support {
  background: #f7f8fa;
  border-radius: 0;
  padding: clamp(28px, 4vw, 42px);
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.detail-section--support .detail-section-head {
  margin-bottom: 18px;
}

.offer-chip--support {
  background: var(--vogo-green);
  color: var(--white);
  border-radius: 5px;
}
.detail-offer-more {
  margin-top: 16px;
}

/*
  Service CTA button variant:
  used for the two links from the VOGO Services section
  to match the requested filled Git-like action button style.
*/
.detail-offer-more--button {
  justify-content: center;
  border: 1px solid #1f883d;
  border-radius: 6px;
  padding: 9px 14px;
  font: 600 14px/1.1 Inter, system-ui, Segoe UI, Roboto, sans-serif;
  color: #ffffff;
  background: #1f883d;
  text-decoration: none;
  transition: background-color .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.detail-offer-more--button:hover,
.detail-offer-more--button:focus-visible {
  color: #ffffff;
  background: #1a7f37;
  border-color: #1a7f37;
  text-decoration: none;
  box-shadow: 0 0 0 3px rgba(31, 136, 61, 0.2);
}

/* CTA row for detailed cards: supports one or multiple links with clean wrapping. */
.detail-cta-row {
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  justify-content: flex-end;
}

/* Services two-column bullets: readable desktop layout and smooth mobile collapse. */
.services-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 24px;
}
.services-columns ul {
  margin: 0;
  padding-left: 22px;
  display: grid;
  gap: 10px;
}
.services-columns li {
  font-size: 1.01rem;
  line-height: 1.65;
  color: #26303b;
}
.detail-section-content {
  display: grid;
  gap: 12px;
}
/* [SECȚIUNE: DETALII] [SUBSECȚIUNE: CONȚINUT DETALIU] [TEXT: PARAGRAF DESCRIPTIV p] */
.detail-section-content p {
  margin: 0;
  font-size: 1.02rem;
  line-height: 1.72;
  color: #26303b;
}
/* Keep list typography aligned with paragraphs for maintainable rich content blocks. */
.detail-section-content ul {
  margin: 0;
  padding-left: 22px;
  display: grid;
  gap: 8px;
}
/* [SECȚIUNE: DETALII] [SUBSECȚIUNE: CONȚINUT DETALIU] [TEXT: ELEMENT LISTĂ li] */
.detail-section-content li {
  font-size: 1.01rem;
  line-height: 1.65;
  color: #26303b;
}

/* Modern showroom-style layout for support detail in "Alege solutia potrivita pentru afacerea ta". */
.support-modern {
  border: 0;
  border-radius: 0;
  padding: 0;
  background: transparent;
  color: var(--text);
}
.support-modern-eyebrow {
  margin: 0 0 10px;
  font-size: .78rem;
  letter-spacing: .14em;
  font-weight: 800;
  color: var(--vogo-green-dark);
  display: inline-block;
  padding: 0;
}
/* [SECȚIUNE: SUPPORT MODERN] [SUBSECȚIUNE: HEADER] [TEXT: TITLU BLOC h4] */
.support-modern h4 {
  margin: 0 0 8px;
  font-family: "Inter Tight", "Inter", ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: clamp(1.5rem, 2.0vw, 2.35rem);
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: #0b1220;
}
/* [SECȚIUNE: SUPPORT MODERN] [SUBSECȚIUNE: HEADER] [TEXT: LEAD DESCRIPTIV] */
.support-modern .support-modern-lead {
  margin: 0;
  color: #1f2a37;
}
.support-modern-tags {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}
.support-modern-tags span {
  display: block;
  position: relative;
  padding-left: 22px;
  color: #0f2a3b;
  font-size: .95rem;
  font-weight: 700;
}
.support-modern-tags span::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.45em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #63d471;
  box-shadow: 0 0 0 3px rgba(99, 212, 113, 0.24);
}
.support-modern-tags span:not(:last-child)::after {
  content: '';
  position: absolute;
  left: 3px;
  top: calc(0.45em + 9px);
  width: 2px;
  height: calc(100% + 8px);
  background: rgba(99, 212, 113, 0.55);
}
.support-modern-process {
  border-left: 2px solid rgba(255, 255, 255, 0.38);
  margin-left: 12px;
  padding-left: 16px;
}
/* [SECȚIUNE: SUPPORT MODERN] [SUBSECȚIUNE: PROCES] [TEXT: TITLU PROCES h5] */
.support-modern-process h5 {
  margin: 0 0 10px;
  font-size: 1.2rem;
  color: #ffffff;
}
.support-modern-process ol {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}
.support-modern-process li {
  display: grid;
  gap: 4px;
  position: relative;
}
.support-modern-process li::before {
  content: '';
  position: absolute;
  left: -24px;
  top: .35em;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.18);
}
.support-modern-process li strong {
  color: #ffffff;
}
/* [SECȚIUNE: SUPPORT MODERN] [SUBSECȚIUNE: PROCES] [TEXT: DESCRIERE PAS span] */
.support-modern-process li span {
  font-size: .95rem;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.5;
}
.support-modern-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}
.support-modern-grid article {
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 10px;
  padding: 10px;
  background: rgba(255, 255, 255, 0.08);
}
.support-modern-grid article p {
  margin: 0;
}
/* [SECȚIUNE: SUPPORT MODERN] [SUBSECȚIUNE: KPI GRID] [TEXT: VALOARE METRICĂ] */
.support-modern-metric {
  font-size: 1.35rem !important;
  line-height: 1.1 !important;
  font-weight: 800;
  color: #ffffff !important;
  margin-bottom: 5px !important;
}
.support-modern-points ul {
  list-style: none;
  padding-left: 0 !important;
  display: grid;
  gap: 8px;
}
.support-modern-points li {
  /* Timeline-style differentiators: no card borders, only linked green bullets. */
  border: 0;
  background: transparent;
  border-radius: 0;
  padding: 0 0 0 24px;
  position: relative;
}

/* Connected green bullet marker for each differentiator item. */
.support-modern-points li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--vogo-green);
  box-shadow: 0 0 0 3px rgba(15, 123, 101, 0.2);
}

/* Vertical connector between bullet points for unified list flow. */
.support-modern-points li:not(:last-child)::after {
  content: '';
  position: absolute;
  left: 3px;
  top: calc(0.55em + 9px);
  width: 2px;
  height: calc(100% + 8px);
  background: rgba(15, 123, 101, 0.6);
}

/* Support details displayed as clean image + text showcase rows. */
.support-detail-layout {
  display: grid;
  gap: clamp(24px, 4vw, 40px);
}
.support-detail-table-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(22px, 3vw, 44px);
  align-items: center;
}
.support-detail-cell {
  min-width: 0;
}
.support-detail-cell--text {
  border: 0;
  border-radius: 0;
  background: transparent;
  padding: 0;
}
.support-detail-cell--image {
  display: flex;
  justify-content: center;
  align-items: center;
}
.support-detail-cell--wide {
  grid-column: 1 / -1;
  display: flex;
  justify-content: center;
}
.support-gallery-thumb {
  width: min(100%, 620px);
  margin: 0;
  display: block;
  border: 0;
  padding: 0;
  background: transparent;
  cursor: pointer;
}
.support-gallery-thumb img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 12px;
  border: 0;
  background: transparent;
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.12);
}
.support-gallery-thumb--wide {
  width: min(100%, 980px);
}
.support-gallery-thumb--wide img {
  max-height: none;
  object-fit: contain;
}
.support-detail-actions {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}
.support-gallery-link {
  border: 1px solid rgba(15, 123, 101, 0.4);
  background: #ffffff;
  color: var(--vogo-green-dark);
  font-weight: 700;
  border-radius: 8px;
  padding: 10px 14px;
  cursor: pointer;
}
.support-buy-link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border: 1px solid var(--vogo-green);
  background: var(--vogo-green);
  color: var(--white);
  font-weight: 700;
  border-radius: 8px;
  padding: 10px 12px;
  text-decoration: none;
  transition: background-color .2s ease, color .2s ease, border-color .2s ease;
}
.support-buy-link:hover,
.support-buy-link:focus-visible {
  background: #ffffff;
  color: var(--vogo-green);
  border-color: var(--vogo-green);
  text-decoration: none;
}

/* Lightweight image popup with keyboard and click navigation support. */
.support-lightbox {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: none;
}
.support-lightbox.is-open {
  display: block;
}
.support-lightbox__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(4, 18, 25, 0.7);
}
.support-lightbox__dialog {
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
  width: min(92vw, 980px);
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr) 52px;
  gap: 10px;
  align-items: center;
}
.support-lightbox__image {
  width: 100%;
  max-height: 82vh;
  object-fit: contain;
  border-radius: 10px;
  background: #ffffff;
}
.support-lightbox__nav,
.support-lightbox__close {
  border: 0;
  background: rgba(255, 255, 255, 0.92);
  color: var(--vogo-green-dark);
  font-size: 1.9rem;
  border-radius: 10px;
  width: 52px;
  height: 52px;
  cursor: pointer;
}
.support-lightbox__close {
  position: absolute;
  top: -56px;
  right: 0;
  font-size: 1.2rem;
}
@media (max-width: 900px) {
  .support-detail-table-row {
    grid-template-columns: 1fr;
  }

  .support-modern-grid {
    grid-template-columns: 1fr;
  }

  .services-columns {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 680px) {
  .support-lightbox__dialog {
    width: min(96vw, 760px);
    grid-template-columns: 44px minmax(0, 1fr) 44px;
  }
  .support-lightbox__nav,
  .support-lightbox__close {
    width: 44px;
    height: 44px;
  }
}


/* Isolated full-width band used only for the solution chooser intro text block. */
.solution-chooser-band-section {
  background: var(--vogo-green-soft);
  padding: clamp(34px, 5vw, 52px) 0;
}

.solution-chooser-band-section h2 {
  margin-bottom: 10px;
}

.solution-chooser-band-section .section-intro {
  margin: 0;
  max-width: 980px;
  text-align: justify;
}

.solution-chooser-actions {
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.solution-chooser-whatsapp {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.solution-chooser-whatsapp .bi-whatsapp {
  font-size: 1rem;
}

.support-details-section {
  padding-top: 0;
}

.support-details-section .details-stack {
  margin-top: 0;
}


/* Trust badges section */
.trust-section { background: var(--vogo-green-soft); }
.trust-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; align-items: center; }
/* Badge container keeps both text pills and ISO visual cards aligned and wrapped. */
.badges { display: flex; flex-wrap: wrap; gap: 12px; }
/* Default badge style used for text-only compliance labels. */
/* [SECȚIUNE: TRUST] [SUBSECȚIUNE: BADGES] [TEXT: ETICHETĂ BADGE STANDARD] */
.badge {
  background: var(--white);
  color: var(--vogo-green-dark);
  border: 1px solid #b9ddd3;
  border-radius: 999px;
  padding: 10px 14px;
  font-weight: 700;
  font-size: .9rem;
}
/* Inverted variant for the Hosted in EU compliance badge. */
.badge-hosted-eu {
  background: var(--vogo-green);
  color: var(--white);
  border-color: var(--vogo-green);
}
/* ISO badge card style for image-based credibility marks from /img-general/iso. */
.badge-iso-card {
  margin: 0;
  border-radius: 12px;
  padding: 10px;
  display: grid;
  gap: 8px;
  width: 128px;
  text-align: center;
}
/* ISO image scales consistently across all imported certification logos. */
.badge-iso-card img {
  width: 100%;
  height: 76px;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid #d5e8e2;
}
/* Caption keeps the ISO code readable under each logo card. */
/* [SECȚIUNE: TRUST] [SUBSECȚIUNE: BADGES ISO] [TEXT: CAPTION CERTIFICARE] */
.badge-iso-card figcaption {
  font-size: .78rem;
  font-weight: 700;
  line-height: 1.2;
  color: var(--vogo-green-dark);
}

@media (max-width: 680px) {
  .badges {
    justify-content: center;
  }
}

/* Pricing/plan cards */
.plans-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; align-items: stretch; }
.plan-card {
  /* Vertical card layout keeps a predictable visual rhythm across all pricing columns. */
  display: flex;
  flex-direction: column;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 22px;
  position: relative;
}
/* Plan title hierarchy: increased size/weight for stronger visual scanning in pricing cards. */
/* [SECȚIUNE: PRICING] [SUBSECȚIUNE: PLAN CARD] [TEXT: TITLU PLAN h3] */
.plan-card h3 {
  font-size: clamp(1.72rem, 2.3vw, 2rem);
  line-height: 1.12;
}
/* Top-level feature list sits under CTA to match the requested card composition. */
.plan-feature-groups {
  flex: 1;
  margin: 16px 0 0;
  padding-left: 20px;

  /* Keep subsection flow compact so groups follow one another without large empty blocks. */
  gap: 8px;
}
/* Section-level list item hooks keep feature groups easy to target for spacing refinements. */
.plan-group { margin: 0; }
/* CTA alignment mirrors the reference: full-width button before the feature list. */
.plan-card .btn {
  width: 100%;
  text-align: center;
  margin-top: 10px;
  align-self: stretch;
  /* Force identical typography on <a> and <button> CTAs so all plan buttons keep the same visual size. */
  font: inherit;
  font-weight: 700;
  line-height: 1.2;
}
/* Hover treatment is enabled only for first two outline buttons, matching enterprise visual language. */
.plan-card .btn-outline {
  transition: color .2s ease, background-color .2s ease, border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}
.plan-card .btn-outline:hover,
.plan-card .btn-outline:focus-visible {
  color: var(--white);
  background: var(--vogo-green);
  border-color: var(--vogo-green);
  box-shadow: 0 0 0 4px rgba(15, 123, 101, 0.18), 0 10px 22px rgba(15, 123, 101, 0.28);
  transform: translateY(-1px);
}
/* Enterprise CTA remains static on hover as requested. */
.plan-card.featured .btn-primary:hover,
.plan-card.featured .btn-primary:focus-visible {
  background: var(--vogo-green);
  color: var(--white);
  border-color: transparent;
  box-shadow: none;
  transform: none;
}
/* Subsection options: use VOGO green checkmarks instead of default bullets for a cleaner validation-style visual. */
.plan-sublist {
  margin: 8px 0 0;
  padding-left: 0;
  color: #6a7382;
  font-size: 0.86rem;
  line-height: 1.4;
  column-count: 2;
  column-gap: 20px;
  list-style: none;
}
/* Keep each bullet intact and naturally top-aligned in each column flow. */
.plan-sublist li {
  break-inside: avoid;
  margin-bottom: 4px;
  position: relative;
  padding-left: 16px;
}
/* Checkmark indicator matches the requested PS reference while using the VOGO green brand tone. */
.plan-sublist li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--vogo-green);
  font-weight: 700;
}
/* [SECȚIUNE: PRICING] [SUBSECȚIUNE: PLAN CARD] [TEXT: PREȚ PRINCIPAL] */
.price { font-size: 2rem; font-weight: 800; margin: 10px 0; }
/* [SECȚIUNE: PRICING] [SUBSECȚIUNE: PLAN CARD] [TEXT: SUFIX PREȚ (ex. /lună)] */
.price span { font-size: .95rem; font-weight: 600; }
/* Enterprise card visual parity: keep the same neutral background/border as the other plans. */
.featured { border-color: var(--border); background: var(--white); }
.tag {
  position: absolute;
  right: 18px;
  top: 18px;
  background: var(--vogo-green);
  color: var(--white);
  font-size: .75rem;
  font-weight: 700;
  border-radius: 999px;
  padding: 4px 10px;
}

/* Pricing footer replicates the legal note + compare action below pricing cards. */
.plans-footer {
  margin-top: 42px;
  text-align: center;
  display: grid;
  justify-items: center;
  gap: 22px;
}
/* [SECȚIUNE: PRICING] [SUBSECȚIUNE: FOOTER PLANURI] [TEXT: NOTĂ LEGALĂ/INFORMATIVĂ] */
.plans-footer p {
  margin: 0;
  max-width: 980px;
  color: #a3acba;
  line-height: 1.45;
}
.compare-plans-btn {
  min-width: 240px;
  border-color: #151a21;
  color: #151a21;
  border-radius: 14px;
  padding: 12px 20px;
}

.plans-footer-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.plans-footer-actions .compare-plans-btn {
  margin: 0;
}

.compare-plans-btn:hover,
.compare-plans-btn:focus-visible {
  background: var(--vogo-green);
  color: var(--white);
  border-color: var(--vogo-green);
}

/* Agency helper block is intentionally highlighted to stand out beneath the pricing legal note. */
.agency-note {
  width: min(980px, 100%);
  margin: 6px 0 0;
  padding: 16px;
  border: 1px solid #b8e2d6;
  border-radius: 14px;
  background: #eaf8f3;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
/* [SECȚIUNE: PRICING] [SUBSECȚIUNE: AGENCY NOTE] [TEXT: MESAJ AJUTOR AGENȚII] */
.agency-note p {
  margin: 0;
  color: #173f35;
  font-weight: 600;
}
.agency-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  width: 100%;
  flex-wrap: nowrap;
}

.agency-note-contact,
.agency-note-whatsapp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  border-radius: 5px;
  color: #ffffff;
}

.agency-note-contact {
  background: var(--vogo-green);
  border-color: var(--vogo-green);
}

.agency-note-contact:hover,
.agency-note-contact:focus-visible {
  background: var(--vogo-green-dark);
  border-color: var(--vogo-green-dark);
  color: #ffffff;
}

.agency-note-whatsapp {
  background: #25d366;
  border-color: #25d366;
}
.agency-note-whatsapp:hover,
.agency-note-whatsapp:focus-visible {
  background: #1faa53;
  border-color: #1faa53;
  color: #ffffff;
}

/* Enterprise section redesign: richer visual hierarchy focused on conversion and mobile-first behavior. */
.enterprise-section {
  background:
    radial-gradient(circle at 10% 0%, rgba(30, 150, 109, 0.18), transparent 46%),
    radial-gradient(circle at 95% 10%, rgba(2, 132, 199, 0.14), transparent 34%),
    linear-gradient(180deg, #ecf8f4 0%, #f5fcfa 55%, #ffffff 100%);
}
.enterprise-stack {
  display: grid;
  gap: 22px;
}
.enterprise-hero-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(0, .8fr);
  gap: 18px;
  padding: 22px;
  border-radius: 5px;
  border: 1px solid #cbe8de;
  background: rgba(255, 255, 255, 0.86);
  backdrop-filter: blur(8px);
  box-shadow: 0 14px 34px rgba(11, 63, 52, 0.09);
}
.enterprise-copy h2 {
  margin-bottom: 10px;
  font-family: "Inter Tight", "Inter", ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
}
.enterprise-copy p {
  margin: 0;
  color: #2e4c45;
}
.enterprise-tag-row {
  margin-top: 14px;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.enterprise-tag-row span {
  display: inline-flex;
  align-items: center;
  border: 1px solid #c0ddd4;
  border-radius: 5px;
  padding: 7px 12px;
  font-size: 0.82rem;
  font-weight: 600;
  color: #0f5f4f;
  background: #f7fffc;
}
.enterprise-stats {
  display: grid;
  gap: 10px;
}
.stat-card {
  border-radius: 5px;
  border: 1px solid #d3e8e0;
  background: linear-gradient(160deg, #ffffff 0%, #effaf6 100%);
  padding: 14px;
}
.stat-card strong {
  display: block;
  color: #0f6d57;
  font-size: 1.4rem;
  line-height: 1.1;
}
.stat-card p {
  margin: 6px 0 0;
  color: #36584f;
  font-size: 0.88rem;
}
.enterprise-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}
.enterprise-offer-card {
  background: #ffffff;
  border: 1px solid #dce9e4;
  border-radius: 5px;
  padding: 20px;
  box-shadow: 0 12px 24px rgba(16, 63, 52, 0.07);
}
.enterprise-offer-card h3 {
  margin: 0 0 12px;
  color: #0d3d33;
}
.enterprise-offer-card ul,
.enterprise-offer-card ol {
  margin: 0;
  padding-left: 18px;
  display: grid;
  gap: 8px;
  color: #294a42;
}
.enterprise-offer-highlight {
  border-color: #b6dfd1;
  background: linear-gradient(180deg, #f6fffb 0%, #ffffff 100%);
}
.enterprise-visual {
  background: linear-gradient(145deg, #ffffff 0%, #eff8f5 100%);
  border: 1px solid #dce9e4;
  border-radius: 5px;
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100%;
}
.enterprise-visual img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 5px;
}
.enterprise-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
}
.enterprise-actions .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  min-height: 56px;
  border-radius: 5px;
  box-sizing: border-box;
}
.enterprise-cta-note {
  margin: 0;
  font-size: 0.85rem;
  color: #375f55;
}
.enterprise-whatsapp-btn {
  background: #25d366;
  border-color: #25d366;
  color: var(--white);
}
.enterprise-whatsapp-btn:hover,
.enterprise-whatsapp-btn:focus-visible {
  background: #1faa53;
  border-color: #1faa53;
  color: var(--white);
}


/* FAQ accordion visuals */
.faq-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 30px; }
.faq-item { background: var(--white); border: 1px solid var(--border); border-radius: 12px; margin-bottom: 12px; overflow: hidden; }
/* [SECȚIUNE: FAQ] [SUBSECȚIUNE: ITEM ACORDEON] [TEXT: ÎNTREBARE FAQ] */
.faq-question {
  width: 100%;
  background: transparent;
  border: 0;
  text-align: left;
  padding: 16px;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
}
/* [SECȚIUNE: FAQ] [SUBSECȚIUNE: ITEM ACORDEON] [TEXT: RĂSPUNS FAQ] */
.faq-answer { display: none; padding: 0 16px 16px; color: var(--muted); }
.faq-item.open .faq-answer { display: block; }

/* Final CTA + footer */
.cta-section { background: var(--vogo-green); color: var(--white); }
.cta-grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: 20px; align-items: center; }

/* SEO support band before footer: clear internal linking block for VOGO Family article. */
.family-feature-band {
  padding: 34px 0;
  background: linear-gradient(90deg, #e9f7f3 0%, #f7fffc 100%);
  border-top: 1px solid #cde8de;
  border-bottom: 1px solid #cde8de;
}
.family-feature-grid {
  display: grid;
  grid-template-columns: minmax(200px, 320px) 1fr;
  gap: 22px;
  align-items: center;
}
.family-feature-media {
  margin: 0;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 12px 28px rgba(7, 17, 15, 0.14);
}
.family-feature-media img {
  display: block;
  width: 100%;
  height: auto;
}
/* [SECȚIUNE: VOGO FAMILY BAND] [SUBSECȚIUNE: INTRO] [TEXT: KICKER] */
.family-feature-kicker {
  margin: 0 0 8px;
  font-size: .78rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #0f7b65;
  font-weight: 800;
}
/* [SECȚIUNE: VOGO FAMILY BAND] [SUBSECȚIUNE: CONȚINUT] [TEXT: TITLU h2] */
.family-feature-content h2 {
  margin: 0 0 10px;
  color: #0b3f34;
  font-size: clamp(1.2rem, 2.2vw, 1.6rem);
}
/* [SECȚIUNE: VOGO FAMILY BAND] [SUBSECȚIUNE: CONȚINUT] [TEXT: PARAGRAF DESCRIPTIV] */
.family-feature-content p {
  margin: 0 0 14px;
  color: #245149;
  max-width: 76ch;
}

/* Top/bottom internal links on the VOGO Family article page. */
.page-backlink-section {
  padding-top: 18px;
  padding-bottom: 18px;
  background: rgba(255, 255, 255, 0.09);
}
.page-backlink {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.site-footer { background: #030807; color: #d7e2df; padding: 36px 0 28px; }
.footer-grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 20px; }
.footer-grid ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 8px; }

.vf-wrap { display: grid; gap: 18px; }
.vf-grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 24px; }
.vf-col h4 { margin: 0 0 10px; color: #f2f8f6; }
.vf-col ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 8px; }
.vf-col a { color: #d7e2df; text-decoration: none; }
.vf-col a:hover, .vf-col a:focus-visible { color: #9ee8d7; }
.vf-line { height: 1px; background: rgba(215, 226, 223, 0.2); }
.vf-bottom { display: flex; flex-wrap: wrap; gap: 14px 20px; align-items: center; justify-content: space-between; }
.vf-social { display: inline-flex; gap: 10px; }
.vf-social a {
  width: 32px;
  height: 32px;
  border: 1px solid rgba(215, 226, 223, 0.35);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #d7e2df;
  text-decoration: none;
  font-weight: 700;
  font-size: .88rem;
}
.vf-social a:hover, .vf-social a:focus-visible { border-color: #9ee8d7; color: #9ee8d7; }
.vf-legal { display: flex; flex-wrap: wrap; gap: 8px 14px; font-size: .88rem; color: #c2d0cd; }
.vf-legal a { color: #d7e2df; text-decoration: none; }
.vf-legal a:hover, .vf-legal a:focus-visible { color: #9ee8d7; }

/* Responsive behavior for smaller devices */
@media (max-width: 1000px) {
  .site-header {
    padding: 10px 0 12px;
    background: #ebeff3;
    border-bottom: 1px solid #dbe4ea;
  }
  .container.nav-wrap {
    width: min(1120px, calc(100vw - 20px));
  }
  .cards-grid { grid-template-columns: repeat(2, 1fr); }
  .offer-chip { font-size: .68rem; }
  .plans-grid, .enterprise-grid, .hero-grid, .trust-grid, .faq-grid, .cta-grid, .footer-grid, .vf-grid {
    grid-template-columns: 1fr;
  }
  .enterprise-hero-panel {
    grid-template-columns: 1fr;
    padding: 18px;
  }
  .enterprise-actions .btn {
    min-width: 100%;
  }
  .family-feature-grid {
    grid-template-columns: 1fr;
  }
  .nav-wrap {
    grid-template-columns: auto 1fr auto;
    gap: 14px;
    min-height: 72px;
    background: #ffffff;
    border: 1px solid #dde6ed;
    border-radius: 0;
    padding: 10px 14px;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
  }
  .mobile-menu-toggle {
    display: inline-flex;
  }
  .mobile-top-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    padding: 10px 14px;
    font-size: 0.78rem;
    border-radius: 13px;
    width: 100%;
  }
  .mobile-menu-panel {
    display: none;
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    right: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid #dbe3ea;
    border-radius: 5px;
    padding: 16px 12px 12px;
    box-shadow: 0 18px 34px rgba(15, 23, 42, 0.14);
    backdrop-filter: blur(8px);
    z-index: 40;
  }
  .mobile-menu-close {
    display: inline-flex;
    position: absolute;
    top: 14px;
    right: 14px;
    border: 0;
    background: transparent;
    color: #5d6776;
    width: 32px;
    height: 32px;
    border-radius: 8px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 1rem;
  }
  .mobile-menu-close:hover,
  .mobile-menu-close:focus-visible {
    background: #eef3f8;
  }
  .mobile-menu-close i {
    pointer-events: none;
  }
  .mobile-menu-panel.is-open {
    display: flex;
  }
  .main-nav {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }
  .main-nav a {
    width: 100%;
    padding: 12px 12px;
    border-bottom: 1px solid #e6edf2;
    border-radius: 0;
    font-size: 1.02rem;
    font-weight: 700;
  }
  .main-nav a:last-child {
    border-bottom: 0;
  }
  .header-cta-group {
    width: 100%;
    display: grid;
    gap: 8px;
  }
  .header-cta-group .promo-cta,
  .header-cta-group .climate-badge {
    width: 100%;
    justify-content: center;
    text-align: center;
  }
  .header-cta-group .promo-cta {
    border-radius: 12px;
    font-size: 1rem;
    padding: 11px 14px;
  }
  .header-cta-group .climate-badge {
    min-height: 36px;
    font-size: 0.95rem;
  }
}

@media (max-width: 680px) {
  .hero-content h1 { font-size: clamp(2rem, 11vw, 3rem); }
  .hero-actions {
    grid-template-columns: 1fr;
    gap: 10px;
    justify-items: center;
  }
  .hero-buttons,
  .made-in-europe-badge {
    grid-column: 1;
    justify-self: center;
  }
  .hero-slide img {
    transform: scale(1.25);
    transform-origin: center;
  }

  .section {
    padding: 48px 0;
  }
  .hero.section {
    padding-top: 21px;
    padding-bottom: 20px;
  }
  .hero-content .lead {
    font-size: 1.26rem;
    line-height: 1.58;
    max-width: 34ch;
  }
  .hero-buttons {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
  }
  .hero-buttons .btn {
    width: 100%;
    text-align: center;
  }
  .cards-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .offer-card {
    min-height: 0;
    padding: 16px;
    gap: 12px;
  }
  .offer-card h3 {
    font-size: 1.1rem;
  }
  .offer-card p {
    font-size: 0.96rem;
  }
  .offer-card-summary {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: -0.05em;
    margin: 0;
    text-align: left;
  }
  .offer-card-footer {
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .offer-bullet {
    white-space: normal;
  }
  .plans-grid {
    gap: 14px;
  }
  .plan-card {
    padding: 16px;
  }
  .plan-sublist {
    font-size: 0.9rem;
  }
  .detail-section {
    padding: 16px;
  }
}

@media (max-width: 480px) {
  .container {
    width: calc(100vw - 24px);
  }
  .nav-wrap {
    min-height: 66px;
    gap: 10px;
    padding: 8px 10px;
  }
  .logo {
    font-size: 1.55rem;
  }
  .logo-mark {
    width: 28px;
    height: 28px;
  }
  .mobile-menu-toggle {
    width: 44px;
    height: 44px;
  }
  .mobile-menu-panel {
    border-radius: 5px;
    padding: 14px 10px 10px;
  }
  .mobile-top-cta {
    padding: 9px 12px;
    font-size: 0.85rem;
  }
  .promo-cta {
    font-size: 0.8rem;
    line-height: 1.25;
  }
  .climate-badge {
    font-size: 0.74rem;
  }
  .promo-cta-desktop {
    display: none;
  }
  .promo-cta-mobile {
    display: inline;
  }
  .hero-content h1 {
    font-size: clamp(1.7rem, 10vw, 2.25rem);
    line-height: 1.18;
    margin-top: 18px;
    margin-bottom: 16px;
  }
  .eyebrow {
    letter-spacing: 0.06em;
    font-size: 0.7rem;
  }
  .hero-carousel-section {
    padding-top: 0;
    padding-bottom: 16px;
  }
}

/* Dimmed backdrop under floating mobile navigation drawer. */
body.mobile-nav-open::before {
  content: "";
  position: fixed;
  inset: 0;
  background: rgba(3, 8, 16, 0.42);
  z-index: 20;
}

@media (min-width: 681px) {
  body.mobile-nav-open::before {
    display: none;
  }
}

@media (max-width: 680px) {
  .made-in-europe-badge {
    width: clamp(180px, 52vw, 240px);
  }
}


/* On small screens, sub-bullets fallback to one column to preserve legibility. */
@media (max-width: 900px) {
  .plan-group-brand,
  .plan-group-backend {
    min-height: auto;
  }
  .plan-sublist {
    column-count: 1;
  }
  .agency-note {
    flex-direction: column;
  }
  .agency-buttons {
    flex-wrap: nowrap;
    width: 100%;
  }
  .agency-note-contact,
  .agency-note-whatsapp {
    min-width: 0;
    flex: 1 1 0;
    max-width: 170px;
  }
}


ul .plan-group-brand + li.plan-group-backend {
  margin-top: 24px !important;
}

.plan-group + .plan-group {
  margin-top: 28px;
}
/* Checkout visual alignment with the main index design system. */
.checkout-page {
  background: radial-gradient(circle at top right, #dff4ee 0%, #f4f8fb 42%, #ffffff 100%);
}

.checkout-header {
  border-bottom: 1px solid #e3ebf1;
  background: rgba(248, 251, 253, 0.9);
  backdrop-filter: blur(14px);
}

.checkout-header-inner {
  width: min(1120px, calc(100vw - 32px));
  margin: 0 auto;
  padding: 18px 0;
  display: flex;
  align-items: center;
  gap: 10px;
}

.checkout-logo {
  width: 30px;
  height: 30px;
  object-fit: contain;
  border-radius: 50%;
}

.checkout-brand {
  font-size: 1.9rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  color: var(--vogo-green);
  line-height: 1;
}

.checkout-wrapper {
  width: min(1120px, calc(100vw - 32px));
  margin: 0 auto;
  padding: 24px 0;
}

.back-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #1f2937;
  text-decoration: none;
  font-weight: 600;
  margin-bottom: 16px;
}

.back-link:hover {
  color: #0f9d58;
}

.checkout-main {
  text-align: center;
  padding: 8px 0 40px;
}

/* [SECȚIUNE: CHECKOUT] [SUBSECȚIUNE: HERO CHECKOUT] [TEXT: TITLU PAGINĂ h1] */
.checkout-main h1 {
  margin: 0 0 28px;
  font-size: clamp(2.2rem, 6vw, 4.2rem);
  line-height: 1.08;
  letter-spacing: -0.02em;
}

.billing-card {
  max-width: 700px;
  margin: 0 auto;
  background: #ffffff;
  border: 1px solid var(--border);
  border-radius: 16px;
  box-shadow: 0 22px 40px rgba(10, 18, 32, 0.09);
  overflow: hidden;
  text-align: left;
}

/* [SECȚIUNE: CHECKOUT] [SUBSECȚIUNE: BILLING CARD] [TEXT: TITLU CARD FACTURARE] */
.billing-card-header {
  margin: 0;
  padding: 22px 28px;
  font-size: 22px;
  line-height: 1.1;
  letter-spacing: -0.02em;
  border-bottom: 1px solid var(--border);
}

.billing-option {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 28px;
  border-bottom: 1px solid var(--border);
  cursor: pointer;
}

.billing-option:last-of-type {
  border-bottom: 0;
}

.billing-option input {
  width: 18px;
  height: 18px;
  accent-color: var(--vogo-green);
  margin: 0;
  flex: 0 0 auto;
}

/* [SECȚIUNE: CHECKOUT] [SUBSECȚIUNE: OPȚIUNI FACTURARE] [TEXT: ETICHETĂ PLAN] */
.billing-option-label {
  min-width: 90px;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: -0.02em;
}

/* [SECȚIUNE: CHECKOUT] [SUBSECȚIUNE: OPȚIUNI FACTURARE] [TEXT: PREȚ OPȚIUNE] */
.billing-option-price {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.billing-option-price span {
  color: #5b5b5b;
  font-weight: 600;
}

.badge-save {
  margin-left: auto;
  font-size: 14px;
  font-weight: 700;
  color: #0a4f41;
  background: var(--vogo-green-soft);
  border-radius: 999px;
  padding: 9px 18px;
  line-height: 1;
}

.action-wrap {
  margin-top: 34px;
}

.trust-note {
  margin-top: 28px;
  font-size: 17px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.trust-note svg {
  width: 20px;
  height: 20px;
  color: var(--vogo-green);
  flex: 0 0 auto;
}


.post-payment-help {
  margin-top: 18px;
  padding: 16px;
  border: 1px solid var(--border);
  border-radius: 12px;
  background: #f8fbfd;
}

.post-payment-help p {
  margin: 0 0 10px;
  font-size: 14px;
  color: #2f3a4a;
}

.fine-print {
  margin-top: 10px;
  color: #262626;
  font-size: 13px;
}

@media (max-width: 960px) {
  .checkout-brand { font-size: 1.6rem; }
  .billing-card-header,
  .billing-option-label,
  .billing-option-price,
  .trust-note,
  .fine-print,
  .badge-save { font-size: 18px; }
  .badge-save { padding: 8px 14px; }
}

@media (max-width: 640px) {
  .checkout-header-inner,
  .checkout-wrapper { width: calc(100vw - 28px); }
  .checkout-wrapper { padding: 18px 0; }
  .billing-option { gap: 12px; padding: 20px 18px; }
  .billing-option-label,
  .billing-option-price { font-size: 24px; }
  .billing-option-label { min-width: 70px; }
  .badge-save { font-size: 12px; padding: 7px 12px; }
}

/* checkout specials: thank you page */
.thankyou-page {
  min-height: 100vh;
  background: radial-gradient(circle at top right, #dff4ee 0%, #f4f8fb 40%, #ffffff 100%);
}

.thankyou-wrap {
  width: min(980px, 92vw);
  margin: 0 auto;
  padding: 88px 0;
}

.thankyou-card {
  background: #ffffff;
  border: 1px solid #d7dbe1;
  border-radius: 16px;
  padding: 48px;
  box-shadow: 0 22px 40px rgba(10, 18, 32, 0.09);
  text-align: center;
}

/* [SECȚIUNE: THANK YOU] [SUBSECȚIUNE: CARD CONFIRMARE] [TEXT: TITLU CONFIRMARE h1] */
.thankyou-card h1 {
  font-size: clamp(2rem, 4vw, 3.2rem);
}

.thankyou-card .lead {
  margin: 0 auto;
}

.thankyou-actions {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}


@media (max-width: 900px) {
  .partner-network-summary-grid {
    grid-template-columns: 1fr;
  }
}
