.material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
}

.glass-card {
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

button,
input,
textarea,
select {
  border-radius: 50px !important;
}

/* Micro interactions */

.bento-item {
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.bento-item:hover {
  transform: translateY(-4px);
}

.soft-hover-card {
  transition:
    transform 280ms ease,
    box-shadow 280ms ease,
    background-color 280ms ease,
    border-color 280ms ease;
  will-change: transform;
}

.soft-hover-card:hover {
  transform: translate3d(0, -6px, 0);
}

.soft-hover-card.is-featured {
  transform: scale(1.05);
}

.soft-hover-card.is-featured:hover {
  transform: translate3d(0, -6px, 0) scale(1.05);
}

/* Offers */

.offer-card {
  min-height: 456px;
  cursor: pointer;
  transition:
    transform 440ms cubic-bezier(0.22, 1, 0.36, 1),
    opacity 320ms ease,
    box-shadow 320ms ease,
    filter 320ms ease,
    background-color 280ms ease,
    border-color 280ms ease;
}

.offer-card:focus-visible {
  outline: 3px solid rgba(203, 220, 0, 0.7);
  outline-offset: 4px;
}

.offer-card-panel {
  visibility: hidden;
  opacity: 0;
  transform: translateY(18px) scale(0.98);
  transition:
    opacity 320ms ease,
    transform 420ms cubic-bezier(0.22, 1, 0.36, 1),
    visibility 0ms linear 320ms;
  pointer-events: none;
}

.offer-card.is-active .offer-card-panel {
  visibility: visible;
  opacity: 1;
  transform: translateY(0) scale(1);
  transition-delay: 0ms;
  pointer-events: auto;
}

.offer-card-content {
  transition:
    opacity 260ms ease,
    transform 420ms cubic-bezier(0.22, 1, 0.36, 1),
    filter 320ms ease;
}

.offer-card.is-active .offer-card-content {
  opacity: 0.18;
  transform: translateY(-10px) scale(0.98);
  filter: blur(1px);
}

.offers-grid:has(.offer-card.is-active) .offer-card:not(.is-active) {
  opacity: 0.72;
  filter: saturate(0.82);
}

.offers-grid:has(.offer-card.is-active) .offer-card.is-active {
  z-index: 20;
  transform: translateY(-12px) scale(1.08);
  box-shadow: 0 34px 90px rgba(0, 49, 83, 0.18);
}

.offers-grid:has(.offer-card.is-active) .offer-card.is-before {
  transform: perspective(900px) rotateY(9deg) translateX(-10px) scale(0.96);
}

.offers-grid:has(.offer-card.is-active) .offer-card.is-after {
  transform: perspective(900px) rotateY(-9deg) translateX(10px) scale(0.96);
}

.offers-grid:has(.offer-card.is-active) .offer-card.is-featured:not(.is-active) {
  transform: perspective(900px) rotateY(0deg) scale(0.99);
}

/* Trust */

.yc-trust-modern {
  --yc-trust-blue: #004a8d;
  --yc-trust-navy: #003153;
  --yc-trust-lime: #cbdc00;
  --yc-trust-ink: #191c1d;
  --yc-trust-muted: #424750;
  --yc-trust-border: rgba(114, 119, 130, 0.18);
  position: relative;
  overflow: hidden;
  padding: clamp(64px, 8vw, 104px) 0;
  background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
  border-top: 1px solid rgba(114, 119, 130, 0.08);
  border-bottom: 1px solid rgba(114, 119, 130, 0.08);
}

.yc-trust-modern::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: min(42vw, 520px);
  background: linear-gradient(135deg, rgba(0, 74, 141, 0.12), rgba(203, 220, 0, 0.13));
  clip-path: polygon(0 0, 82% 0, 100% 100%, 0 100%);
  pointer-events: none;
}

.yc-trust-modern__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  gap: clamp(28px, 5vw, 72px);
  width: min(100% - 32px, 1280px);
  margin: 0 auto;
}

.yc-trust-modern__intro {
  align-self: center;
  max-width: 560px;
}

.yc-trust-modern__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  padding: 7px 13px;
  border: 1px solid rgba(0, 74, 141, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  color: var(--yc-trust-navy);
  box-shadow: 0 10px 24px rgba(0, 49, 83, 0.06);
  font-family: "JetBrains Mono", monospace;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  text-transform: uppercase;
}

.yc-trust-modern__eyebrow::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--yc-trust-lime);
  box-shadow: 0 0 0 4px rgba(203, 220, 0, 0.18);
}

.yc-trust-modern h2 {
  margin: 0 0 18px;
  color: var(--yc-trust-navy);
  font-family: "Hanken Grotesk", Inter, sans-serif;
  font-size: clamp(34px, 4vw, 58px);
  font-weight: 700;
  line-height: 1.04;
  letter-spacing: 0;
}

.yc-trust-modern__intro p {
  max-width: 620px;
  margin: 0;
  color: var(--yc-trust-muted);
  font-family: Inter, sans-serif;
  font-size: clamp(16px, 1.35vw, 18px);
  line-height: 1.65;
}

.yc-trust-modern__layout {
  display: grid;
  gap: 18px;
}

.yc-trust-modern__proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.yc-trust-modern__proof div {
  padding: clamp(14px, 2vw, 18px);
  border: 1px solid var(--yc-trust-border);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 12px 28px rgba(0, 49, 83, 0.06);
}

.yc-trust-modern__proof strong,
.yc-trust-modern__proof span {
  display: block;
}

.yc-trust-modern__proof strong {
  color: var(--yc-trust-blue);
  font-family: "Hanken Grotesk", Inter, sans-serif;
  font-size: clamp(24px, 2.4vw, 34px);
  font-weight: 700;
  line-height: 1;
}

.yc-trust-modern__proof span {
  margin-top: 8px;
  color: var(--yc-trust-muted);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.35;
}

.yc-trust-modern__items {
  display: grid;
  gap: 12px;
}

.yc-trust-modern__item {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--yc-trust-border);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 12px 34px rgba(0, 49, 83, 0.07);
  transition:
    border-color 240ms ease,
    box-shadow 240ms ease,
    transform 240ms ease,
    background-color 240ms ease;
}

.yc-trust-modern__item::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: var(--yc-trust-lime);
  opacity: 0;
  transition: opacity 240ms ease;
}

.yc-trust-modern__item.is-active {
  border-color: rgba(0, 74, 141, 0.32);
  background: #ffffff;
  box-shadow: 0 22px 54px rgba(0, 49, 83, 0.12);
  transform: translateY(-2px);
}

.yc-trust-modern__item.is-active::before {
  opacity: 1;
}

.yc-trust-modern .yc-trust-modern__button {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) 28px;
  align-items: center;
  gap: 14px;
  width: 100%;
  min-height: 0;
  padding: clamp(16px, 2.2vw, 22px);
  border: 0;
  border-radius: 0 !important;
  background: transparent;
  box-shadow: none;
  color: inherit;
  cursor: pointer;
  font: inherit;
  text-align: left;
  appearance: none;
}

.yc-trust-modern .yc-trust-modern__button:hover {
  transform: none;
}

.yc-trust-modern .yc-trust-modern__button:focus-visible {
  outline: 3px solid rgba(203, 220, 0, 0.68);
  outline-offset: -6px;
}

.yc-trust-modern__icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: rgba(0, 74, 141, 0.09);
  color: var(--yc-trust-navy);
  font-size: 28px;
  transition:
    background-color 240ms ease,
    color 240ms ease,
    transform 240ms ease;
}

.yc-trust-modern__item.is-active .yc-trust-modern__icon {
  background: linear-gradient(135deg, var(--yc-trust-blue), var(--yc-trust-navy));
  color: var(--yc-trust-lime);
  transform: scale(1.04);
}

.yc-trust-modern__text {
  min-width: 0;
}

.yc-trust-modern__text strong,
.yc-trust-modern__text span {
  display: block;
}

.yc-trust-modern__text strong {
  color: var(--yc-trust-navy);
  font-family: "Hanken Grotesk", Inter, sans-serif;
  font-size: clamp(17px, 1.4vw, 20px);
  font-weight: 700;
  line-height: 1.15;
}

.yc-trust-modern__text span {
  margin-top: 5px;
  color: var(--yc-trust-muted);
  font-size: 15px;
  line-height: 1.4;
}

.yc-trust-modern__chevron {
  color: #727782;
  font-size: 25px;
  transition:
    color 240ms ease,
    transform 240ms ease;
}

.yc-trust-modern__item.is-active .yc-trust-modern__chevron {
  color: var(--yc-trust-blue);
  transform: rotate(180deg);
}

.yc-trust-modern__panel {
  padding: 0 clamp(18px, 2.2vw, 24px) clamp(18px, 2.2vw, 24px) clamp(80px, 7vw, 88px);
  animation: yc-trust-panel 280ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

.yc-trust-modern__panel p {
  margin: 0;
  padding-top: 14px;
  border-top: 1px solid var(--yc-trust-border);
  color: var(--yc-trust-ink);
  font-size: 15px;
  line-height: 1.62;
}

@keyframes yc-trust-panel {
  from {
    opacity: 0;
    transform: translateY(-6px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Offerte page */

.yc-offerte-page {
  --yc-offerte-blue: #004a8d;
  --yc-offerte-blue-2: #275fa3;
  --yc-offerte-navy: #003153;
  --yc-offerte-navy-2: #001c3b;
  --yc-offerte-featured: #003153;
  --yc-offerte-featured-2: #001c3b;
  --yc-offerte-lime: #cbdc00;
  --yc-offerte-text: #191c1d;
  --yc-offerte-muted: #424750;
  --yc-offerte-soft: #f8f9fa;
  --yc-offerte-surface: #ffffff;
  --yc-offerte-line: rgba(114, 119, 130, 0.18);
  --yc-offerte-shadow: 0 18px 50px rgba(0, 49, 83, 0.1);
  display: block;
  width: 100vw;
  margin-top: 0 !important;
  margin-right: calc(50% - 50vw);
  margin-bottom: 0;
  margin-left: calc(50% - 50vw);
  color: var(--yc-offerte-text);
  background:
    linear-gradient(180deg, #f8f9fa 0%, #ffffff 40%, #f8f9fa 100%);
  overflow: hidden;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.yc-offerte-page,
.yc-offerte-page * {
  box-sizing: border-box;
}

.e-con-inner:has(.yc-offerte-page),
.e-con-inner:has(.yc-about-page),
.e-con-inner:has(.yc-privacy-page),
.e-con-inner:has(.yc-check-page),
.elementor-widget-html:has(.yc-offerte-page),
.elementor-widget-html:has(.yc-about-page),
.elementor-widget-html:has(.yc-privacy-page),
.elementor-widget-html:has(.yc-check-page),
.elementor-widget-html:has(.yc-offerte-page) > .elementor-widget-container,
.elementor-widget-html:has(.yc-about-page) > .elementor-widget-container,
.elementor-widget-html:has(.yc-privacy-page) > .elementor-widget-container,
.elementor-widget-html:has(.yc-check-page) > .elementor-widget-container {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.e-con:has(.yc-offerte-page),
.e-con:has(.yc-about-page),
.e-con:has(.yc-privacy-page),
.e-con:has(.yc-check-page),
.elementor-section:has(.yc-offerte-page),
.elementor-section:has(.yc-about-page),
.elementor-section:has(.yc-privacy-page),
.elementor-section:has(.yc-check-page) {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.yc-offerte-page :is(h1, h2, h3, p) {
  letter-spacing: 0;
}

.yc-offerte-wrap {
  width: min(100% - 32px, 1280px);
  margin: 0 auto;
  padding: clamp(64px, 8vw, 104px) 0;
}

.yc-offerte-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(360px, 0.96fr);
  gap: clamp(32px, 5vw, 72px);
  align-items: center;
  margin-bottom: clamp(64px, 7vw, 96px);
}

.yc-offerte-page .yc-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  margin-bottom: 18px;
  padding: 7px 13px;
  border: 1px solid rgba(0, 74, 141, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  color: var(--yc-offerte-navy);
  box-shadow: 0 10px 24px rgba(0, 49, 83, 0.06);
  font-family: "JetBrains Mono", monospace;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  text-transform: uppercase;
}

.yc-offerte-page .yc-badge::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--yc-offerte-lime);
  box-shadow: 0 0 0 4px rgba(203, 220, 0, 0.18);
}

.yc-offerte-hero h1 {
  max-width: 10.8ch;
  margin: 0 0 24px;
  color: var(--yc-offerte-navy);
  font-family: "Hanken Grotesk", Inter, sans-serif;
  font-size: clamp(42px, 6vw, 76px);
  font-weight: 700;
  line-height: 0.98;
}

.yc-offerte-hero p {
  max-width: 650px;
  margin: 0 0 32px;
  color: var(--yc-offerte-muted);
  font-size: clamp(17px, 1.5vw, 20px);
  line-height: 1.65;
}

.yc-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}

.yc-offerte-page .yc-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 52px;
  padding: 15px 24px;
  border: 1px solid transparent;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--yc-offerte-blue), var(--yc-offerte-navy));
  box-shadow: 0 14px 30px rgba(0, 74, 141, 0.18);
  color: #ffffff !important;
  cursor: pointer;
  overflow: hidden;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease,
    background-color 180ms ease;
}

.yc-offerte-page .yc-btn:hover,
.yc-offerte-page .yc-btn:focus-visible {
  color: #ffffff !important;
  box-shadow: 0 18px 38px rgba(0, 49, 83, 0.22);
  transform: translateY(-2px);
}

.yc-offerte-page .yc-btn-light {
  border-color: var(--yc-offerte-line);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: none;
  color: var(--yc-offerte-navy) !important;
}

.yc-offerte-page .yc-btn-light:hover,
.yc-offerte-page .yc-btn-light:focus-visible {
  border-color: rgba(0, 74, 141, 0.28);
  background: #ffffff;
  color: var(--yc-offerte-navy) !important;
}

.yc-hero-card .yc-btn,
.yc-final .yc-btn {
  background: linear-gradient(135deg, var(--yc-offerte-lime), #e6ef42);
  color: var(--yc-offerte-navy) !important;
  box-shadow: 0 14px 28px rgba(203, 220, 0, 0.2);
}

.yc-hero-card .yc-btn:hover,
.yc-final .yc-btn:hover,
.yc-hero-card .yc-btn:focus-visible,
.yc-final .yc-btn:focus-visible {
  color: var(--yc-offerte-navy) !important;
}

.yc-offerte-page .yc-btn .material-symbols-outlined {
  font-size: 20px;
  line-height: 1;
  transition: transform 180ms ease;
}

.yc-offerte-page .yc-btn:hover .material-symbols-outlined,
.yc-offerte-page .yc-btn:focus-visible .material-symbols-outlined {
  transform: translateX(3px);
}

.yc-hero-card {
  position: relative;
  min-height: 456px;
  padding: clamp(28px, 3vw, 40px);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 32px;
  color: #ffffff;
  background:
    linear-gradient(135deg, rgba(0, 28, 59, 0.96) 0%, rgba(0, 74, 141, 0.96) 100%);
  box-shadow: 0 28px 70px rgba(0, 49, 83, 0.24);
  overflow: hidden;
}

.yc-hero-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.12) 1px, transparent 1px);
  background-size: 44px 44px;
  opacity: 0.22;
}

.yc-hero-card::after {
  content: "";
  position: absolute;
  right: -110px;
  bottom: -130px;
  width: 320px;
  height: 320px;
  border-radius: 999px;
  background: rgba(203, 220, 0, 0.18);
  pointer-events: none;
}

.yc-hero-card-inner {
  position: relative;
  z-index: 2;
}

.yc-hero-card small {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  font-weight: 600;
}

.yc-price-big {
  margin: 24px 0 14px;
  color: #ffffff;
  font-family: "Hanken Grotesk", Inter, sans-serif;
  font-size: clamp(58px, 6vw, 78px);
  font-weight: 700;
  line-height: 0.9;
}

.yc-price-big span {
  font-size: 24px;
  font-weight: 600;
}

.yc-hero-card h2 {
  margin: 0 0 18px;
  color: #ffffff;
  font-family: "Hanken Grotesk", Inter, sans-serif;
  font-size: clamp(28px, 3vw, 36px);
  font-weight: 700;
  line-height: 1.06;
}

.yc-hero-card p {
  margin: 0 0 26px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 17px;
  line-height: 1.6;
}

.yc-mini-list {
  display: grid;
  gap: 12px;
  margin-top: 26px;
}

.yc-mini-list div {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 700;
}

.yc-mini-list .material-symbols-outlined {
  color: var(--yc-offerte-lime);
  font-size: 20px;
}

.yc-section-head {
  max-width: 760px;
  margin: 0 auto 42px;
  text-align: center;
}

.yc-section-head span {
  display: inline-block;
  margin-bottom: 12px;
  color: var(--yc-offerte-blue);
  font-family: "JetBrains Mono", monospace;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.yc-section-head h2 {
  margin: 0 0 16px;
  color: var(--yc-offerte-navy);
  font-family: "Hanken Grotesk", Inter, sans-serif;
  font-size: clamp(34px, 4.5vw, 54px);
  font-weight: 700;
  line-height: 1.05;
}

.yc-section-head p {
  margin: 0;
  color: var(--yc-offerte-muted);
  font-size: 18px;
  line-height: 1.7;
}

.yc-plans {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-bottom: clamp(64px, 7vw, 96px);
}

.yc-plan {
  position: relative;
  display: flex;
  min-height: 456px;
  flex-direction: column;
  padding: clamp(26px, 2.7vw, 34px);
  border: 1px solid var(--yc-offerte-line);
  border-radius: 24px;
  background: var(--yc-offerte-surface);
  box-shadow: 0 14px 34px rgba(0, 49, 83, 0.06);
  overflow: hidden;
  cursor: pointer;
  transition:
    transform 440ms cubic-bezier(0.22, 1, 0.36, 1),
    opacity 320ms ease,
    box-shadow 320ms ease,
    filter 320ms ease,
    background-color 280ms ease,
    border-color 280ms ease;
}

.yc-plan:hover {
  border-color: rgba(0, 74, 141, 0.24);
  box-shadow: 0 22px 52px rgba(0, 49, 83, 0.11);
  transform: translateY(-6px);
}

.yc-plan-featured {
  border-color: rgba(255, 255, 255, 0.1);
  background: linear-gradient(135deg, var(--yc-offerte-featured), var(--yc-offerte-featured-2));
  color: #ffffff;
  box-shadow: 0 26px 68px rgba(0, 28, 59, 0.28);
  transform: scale(1.05);
}

.yc-plan-content {
  display: flex;
  min-height: 100%;
  flex: 1 1 auto;
  flex-direction: column;
  transition:
    opacity 260ms ease,
    transform 420ms cubic-bezier(0.22, 1, 0.36, 1),
    filter 320ms ease;
}

.yc-plan-featured-badge {
  position: absolute;
  top: -16px;
  left: 50%;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 7px 16px;
  border-radius: 999px;
  background: var(--yc-offerte-lime);
  color: var(--yc-offerte-navy);
  transform: translateX(-50%);
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.yc-plan-featured-badge .material-symbols-outlined {
  font-size: 16px;
  font-variation-settings: "FILL" 1, "wght" 500, "GRAD" 0, "opsz" 20;
}

.yc-plan-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 24px;
}

.yc-plan-label {
  display: inline-flex;
  align-items: center;
  width: max-content;
  padding: 7px 13px;
  border-radius: 999px;
  background: #e7e8e9;
  color: var(--yc-offerte-muted);
  font-family: "JetBrains Mono", monospace;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
}

.yc-plan-featured .yc-plan-label {
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}

.yc-plan-symbol {
  color: var(--yc-offerte-blue);
  font-size: 28px;
}

.yc-plan-featured .yc-plan-symbol {
  color: var(--yc-offerte-lime);
}

.yc-plan h3 {
  margin: 0 0 12px;
  color: var(--yc-offerte-navy);
  font-family: "Hanken Grotesk", Inter, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.12;
}

.yc-plan-featured h3,
.yc-plan-featured .yc-price strong {
  color: #ffffff;
}

.yc-plan-desc {
  min-height: 68px;
  margin: 0 0 22px;
  color: var(--yc-offerte-muted);
  line-height: 1.6;
}

.yc-plan-featured .yc-plan-desc,
.yc-plan-featured .yc-price span,
.yc-plan-featured .yc-price-note,
.yc-plan-featured li {
  color: rgba(255, 255, 255, 0.74);
}

.yc-offerte-page .yc-price {
  display: flex;
  align-items: flex-end;
  gap: 5px;
  margin-bottom: 10px;
}

.yc-offerte-page .yc-price strong {
  color: var(--yc-offerte-navy);
  font-family: "Hanken Grotesk", Inter, sans-serif;
  font-size: clamp(44px, 4vw, 54px);
  font-weight: 700;
  line-height: 0.9;
}

.yc-offerte-page .yc-price span {
  margin-bottom: 5px;
  color: var(--yc-offerte-muted);
  font-weight: 700;
}

.yc-price-note {
  margin-bottom: 26px;
  color: var(--yc-offerte-muted);
  font-size: 14px;
}

.yc-plan ul {
  display: grid;
  gap: 13px;
  margin: 0 0 28px;
  padding: 0;
  list-style: none;
}

.yc-plan li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: var(--yc-offerte-muted);
  line-height: 1.5;
}

.yc-plan li::before {
  content: "check_circle";
  display: inline-flex;
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
  color: var(--yc-offerte-lime);
  font-family: "Material Symbols Outlined";
  font-size: 20px;
  font-weight: 400;
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 20;
}

.yc-plan .yc-btn {
  width: 100%;
  margin-top: auto;
}

.yc-offerte-page .yc-btn-outline {
  border: 2px solid var(--yc-offerte-blue);
  background: transparent;
  box-shadow: none;
  color: var(--yc-offerte-blue) !important;
}

.yc-offerte-page .yc-btn-outline:hover,
.yc-offerte-page .yc-btn-outline:focus-visible {
  background: var(--yc-offerte-blue);
  color: #ffffff !important;
}

.yc-plan-panel {
  position: absolute;
  inset: 16px;
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 24px;
  border: 1px solid rgba(0, 74, 141, 0.1);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 26px 70px rgba(0, 49, 83, 0.14);
  opacity: 0;
  visibility: hidden;
  transform: translateY(18px) scale(0.98);
  pointer-events: none;
  transition:
    opacity 320ms ease,
    transform 420ms cubic-bezier(0.22, 1, 0.36, 1),
    visibility 0ms linear 320ms;
}

.yc-plan-panel span {
  margin-bottom: 14px;
  color: var(--yc-offerte-blue);
  font-family: "JetBrains Mono", monospace;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.yc-plan-panel h4 {
  margin: 0 0 12px;
  color: var(--yc-offerte-navy);
  font-family: "Hanken Grotesk", Inter, sans-serif;
  font-size: clamp(23px, 2vw, 28px);
  font-weight: 700;
  line-height: 1.08;
}

.yc-plan-panel p {
  margin: 0 0 24px;
  color: var(--yc-offerte-muted);
  line-height: 1.62;
}

.yc-plan-featured .yc-plan-panel {
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(0, 49, 83, 0.96);
}

.yc-plan-featured .yc-plan-panel span {
  color: var(--yc-offerte-lime);
}

.yc-plan-featured .yc-plan-panel h4 {
  color: #ffffff;
}

.yc-plan-featured .yc-plan-panel p {
  color: rgba(255, 255, 255, 0.72);
}

.yc-plan.is-active .yc-plan-panel,
.yc-plan:hover .yc-plan-panel,
.yc-plan:focus-within .yc-plan-panel {
  visibility: visible;
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
  transition-delay: 0ms;
}

.yc-plan.is-active .yc-plan-content,
.yc-plan:hover .yc-plan-content,
.yc-plan:focus-within .yc-plan-content {
  opacity: 0.18;
  transform: translateY(-10px) scale(0.98);
  filter: blur(1px);
}

.yc-plans:has(.yc-plan.is-active) .yc-plan:not(.is-active) {
  opacity: 0.72;
  filter: saturate(0.82);
}

.yc-plans:has(.yc-plan.is-active) .yc-plan.is-active {
  z-index: 20;
  box-shadow: 0 34px 90px rgba(0, 49, 83, 0.18);
  transform: translateY(-12px) scale(1.08);
}

.yc-coverage {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.85fr);
  gap: 32px;
  align-items: center;
  margin-bottom: clamp(64px, 7vw, 96px);
  padding: clamp(32px, 4vw, 48px);
  border-radius: 28px;
  background: linear-gradient(135deg, var(--yc-offerte-navy-2), var(--yc-offerte-blue));
  color: #ffffff;
  box-shadow: 0 28px 70px rgba(0, 49, 83, 0.2);
  overflow: hidden;
}

.yc-coverage::after {
  content: "";
  position: absolute;
  top: -80px;
  right: -80px;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: rgba(203, 220, 0, 0.18);
}

.yc-coverage h2 {
  margin: 0 0 14px;
  color: #ffffff;
  font-family: "Hanken Grotesk", Inter, sans-serif;
  font-size: clamp(32px, 4vw, 44px);
  font-weight: 700;
  line-height: 1.08;
}

.yc-coverage p {
  margin: 0;
  color: rgba(255, 255, 255, 0.75);
  font-size: 17px;
  line-height: 1.7;
}

.yc-coverage-form {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 12px;
  padding: 24px;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.14);
}

.yc-coverage-form input {
  width: 100%;
  min-height: 52px;
  padding: 0 16px;
  border: 1px solid var(--yc-offerte-line);
  border-radius: 999px !important;
  outline: none;
  color: var(--yc-offerte-text);
  font: inherit;
  font-size: 15px;
}

.yc-coverage-form input:focus {
  border-color: var(--yc-offerte-blue);
  box-shadow: 0 0 0 4px rgba(0, 74, 141, 0.1);
}

.yc-coverage-form small {
  color: var(--yc-offerte-muted);
  line-height: 1.5;
}

.yc-benefits {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: clamp(64px, 7vw, 96px);
}

.yc-benefit {
  position: relative;
  padding: 28px;
  border: 1px solid var(--yc-offerte-line);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(0, 49, 83, 0.06);
}

.yc-benefit::before {
  content: "";
  display: block;
  width: 36px;
  height: 3px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: var(--yc-offerte-lime);
}

.yc-benefit h3 {
  margin: 0 0 10px;
  color: var(--yc-offerte-navy);
  font-family: "Hanken Grotesk", Inter, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.18;
}

.yc-benefit p {
  margin: 0;
  color: var(--yc-offerte-muted);
  font-size: 15px;
  line-height: 1.6;
}

.yc-faq {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: 36px;
  align-items: start;
  margin-bottom: clamp(64px, 7vw, 96px);
}

.yc-faq-left h2 {
  margin: 0 0 18px;
  color: var(--yc-offerte-navy);
  font-family: "Hanken Grotesk", Inter, sans-serif;
  font-size: clamp(34px, 4vw, 48px);
  font-weight: 700;
  line-height: 1.05;
}

.yc-faq-left p {
  margin: 0;
  color: var(--yc-offerte-muted);
  line-height: 1.7;
}

.yc-faq-list {
  display: grid;
  gap: 14px;
}

.yc-faq-item {
  padding: 22px;
  border: 1px solid var(--yc-offerte-line);
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 10px 26px rgba(0, 49, 83, 0.05);
}

.yc-faq-item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: var(--yc-offerte-navy);
  cursor: pointer;
  list-style: none;
  font-size: 18px;
  font-weight: 700;
}

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

.yc-faq-item summary::after {
  content: "+";
  color: var(--yc-offerte-blue);
  font-size: 24px;
  line-height: 1;
}

.yc-faq-item[open] summary::after {
  content: "-";
}

.yc-faq-item p {
  margin: 16px 0 0;
  color: var(--yc-offerte-muted);
  line-height: 1.7;
}

.yc-final {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 30px;
  align-items: center;
  padding: clamp(34px, 4vw, 56px);
  border-radius: 28px;
  background: linear-gradient(135deg, var(--yc-offerte-navy-2), var(--yc-offerte-blue));
  color: #ffffff;
  box-shadow: 0 24px 54px rgba(0, 49, 83, 0.2);
}

.yc-final h2 {
  margin: 0 0 12px;
  color: #ffffff;
  font-family: "Hanken Grotesk", Inter, sans-serif;
  font-size: clamp(32px, 4vw, 44px);
  font-weight: 700;
  line-height: 1.08;
}

.yc-final p {
  max-width: 720px;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.7;
}

.yc-note {
  margin: 28px auto 0;
  max-width: 860px;
  color: var(--yc-offerte-muted);
  font-size: 13px;
  line-height: 1.6;
  text-align: center;
}

/* Offerte business page */

.yc-business-page {
  --yc-business-blue: #004a8d;
  --yc-business-blue-2: #275fa3;
  --yc-business-navy: #003153;
  --yc-business-navy-2: #001c3b;
  --yc-business-lime: #cbdc00;
  --yc-business-text: #191c1d;
  --yc-business-muted: #424750;
  --yc-business-soft: #f8f9fa;
  --yc-business-surface: #ffffff;
  --yc-business-line: rgba(114, 119, 130, 0.18);
  display: block;
  width: 100vw;
  margin-top: 0 !important;
  margin-right: calc(50% - 50vw);
  margin-bottom: 0;
  margin-left: calc(50% - 50vw);
  color: var(--yc-business-text);
  background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 42%, #f8f9fa 100%);
  overflow: hidden;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.yc-business-page,
.yc-business-page * {
  box-sizing: border-box;
}

.e-con-inner:has(.yc-business-page),
.elementor-widget-html:has(.yc-business-page),
.elementor-widget-html:has(.yc-business-page) > .elementor-widget-container,
.e-con:has(.yc-business-page),
.elementor-section:has(.yc-business-page) {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.yc-business-page :is(h1, h2, h3, h4, p) {
  letter-spacing: 0;
}

.yc-business-wrap {
  width: min(100% - 32px, 1280px);
  margin: 0 auto;
  padding: clamp(64px, 8vw, 104px) 0;
}

.yc-business-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(360px, 0.98fr);
  gap: clamp(32px, 5vw, 72px);
  align-items: center;
  margin-bottom: clamp(64px, 7vw, 96px);
}

.yc-business-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  margin-bottom: 18px;
  padding: 7px 13px;
  border: 1px solid rgba(0, 74, 141, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  color: var(--yc-business-navy);
  box-shadow: 0 10px 24px rgba(0, 49, 83, 0.06);
  font-family: "JetBrains Mono", monospace;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  text-transform: uppercase;
}

.yc-business-badge::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--yc-business-lime);
  box-shadow: 0 0 0 4px rgba(203, 220, 0, 0.18);
}

.yc-business-badge--dark {
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  box-shadow: none;
}

.yc-business-hero h1 {
  max-width: 11.6ch;
  margin: 0 0 24px;
  color: var(--yc-business-navy);
  font-family: "Hanken Grotesk", Inter, sans-serif;
  font-size: clamp(42px, 6vw, 76px);
  font-weight: 700;
  line-height: 0.98;
}

.yc-business-hero__copy > p {
  max-width: 680px;
  margin: 0 0 32px;
  color: var(--yc-business-muted);
  font-size: clamp(17px, 1.5vw, 20px);
  line-height: 1.65;
}

.yc-business-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}

.yc-business-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 52px;
  padding: 15px 24px;
  border: 1px solid transparent;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--yc-business-blue), var(--yc-business-navy));
  box-shadow: 0 14px 30px rgba(0, 74, 141, 0.18);
  color: #ffffff !important;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.yc-business-btn:hover,
.yc-business-btn:focus-visible {
  color: #ffffff !important;
  box-shadow: 0 18px 38px rgba(0, 49, 83, 0.22);
  transform: translateY(-2px);
}

.yc-business-btn--light {
  border-color: var(--yc-business-line);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: none;
  color: var(--yc-business-navy) !important;
}

.yc-business-btn--light:hover,
.yc-business-btn--light:focus-visible {
  border-color: rgba(0, 74, 141, 0.28);
  background: #ffffff;
  color: var(--yc-business-navy) !important;
}

.yc-business-btn--accent {
  background: linear-gradient(135deg, var(--yc-business-lime), #e6ef42);
  box-shadow: 0 14px 28px rgba(203, 220, 0, 0.2);
  color: var(--yc-business-navy) !important;
}

.yc-business-btn--accent:hover,
.yc-business-btn--accent:focus-visible {
  color: var(--yc-business-navy) !important;
}

.yc-business-btn--outline {
  border: 2px solid var(--yc-business-blue);
  background: transparent;
  box-shadow: none;
  color: var(--yc-business-blue) !important;
}

.yc-business-btn--outline:hover,
.yc-business-btn--outline:focus-visible {
  background: var(--yc-business-blue);
  color: #ffffff !important;
}

.yc-business-hero-card {
  position: relative;
  min-height: 500px;
  padding: clamp(28px, 3vw, 40px);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 32px;
  color: #ffffff;
  background: linear-gradient(135deg, rgba(0, 28, 59, 0.97), rgba(0, 74, 141, 0.96));
  box-shadow: 0 28px 70px rgba(0, 49, 83, 0.24);
  overflow: hidden;
}

.yc-business-hero-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.11) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.11) 1px, transparent 1px);
  background-size: 44px 44px;
  opacity: 0.22;
}

.yc-business-hero-card::after {
  content: "";
  position: absolute;
  right: -110px;
  bottom: -130px;
  width: 320px;
  height: 320px;
  border-radius: 999px;
  background: rgba(203, 220, 0, 0.18);
}

.yc-business-hero-card > * {
  position: relative;
  z-index: 1;
}

.yc-business-hero-card__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 28px;
}

.yc-business-hero-card__top span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  font-weight: 700;
}

.yc-business-hero-card__top strong {
  display: inline-flex;
  padding: 8px 13px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: var(--yc-business-lime);
  font-family: "JetBrains Mono", monospace;
  font-size: 12px;
  text-transform: uppercase;
}

.yc-business-price {
  margin: 0 0 18px;
  color: #ffffff;
  font-family: "Hanken Grotesk", Inter, sans-serif;
  font-size: clamp(58px, 6vw, 76px);
  font-weight: 700;
  line-height: 0.9;
}

.yc-business-price span {
  display: block;
  margin-top: 9px;
  color: rgba(255, 255, 255, 0.72);
  font-family: Inter, sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.2;
}

.yc-business-hero-card p {
  max-width: 560px;
  margin: 0 0 26px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 17px;
  line-height: 1.6;
}

.yc-business-mini-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 30px;
}

.yc-business-mini-grid div {
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
}

.yc-business-mini-grid strong,
.yc-business-mini-grid span {
  display: block;
}

.yc-business-mini-grid strong {
  margin-bottom: 6px;
  color: #ffffff;
  font-size: 15px;
}

.yc-business-mini-grid span {
  color: rgba(255, 255, 255, 0.66);
  font-size: 13px;
  line-height: 1.35;
}

.yc-business-section-head {
  max-width: 780px;
  margin: 0 auto 42px;
  text-align: center;
}

.yc-business-section-head span {
  display: inline-block;
  margin-bottom: 12px;
  color: var(--yc-business-blue);
  font-family: "JetBrains Mono", monospace;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.yc-business-section-head h2 {
  margin: 0 0 16px;
  color: var(--yc-business-navy);
  font-family: "Hanken Grotesk", Inter, sans-serif;
  font-size: clamp(34px, 4.5vw, 54px);
  font-weight: 700;
  line-height: 1.05;
}

.yc-business-section-head p {
  margin: 0;
  color: var(--yc-business-muted);
  font-size: 18px;
  line-height: 1.7;
}

.yc-business-plans {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-bottom: clamp(64px, 7vw, 96px);
}

.yc-business-plan {
  position: relative;
  display: flex;
  min-height: 500px;
  flex-direction: column;
  padding: clamp(26px, 2.7vw, 34px);
  border: 1px solid var(--yc-business-line);
  border-radius: 24px;
  background: var(--yc-business-surface);
  box-shadow: 0 14px 34px rgba(0, 49, 83, 0.06);
  overflow: hidden;
  cursor: pointer;
  transition:
    transform 440ms cubic-bezier(0.22, 1, 0.36, 1),
    opacity 320ms ease,
    box-shadow 320ms ease,
    filter 320ms ease,
    background-color 280ms ease,
    border-color 280ms ease;
}

.yc-business-plan:hover {
  border-color: rgba(0, 74, 141, 0.24);
  box-shadow: 0 22px 52px rgba(0, 49, 83, 0.11);
  transform: translateY(-6px);
}

.yc-business-plan--featured {
  border-color: rgba(255, 255, 255, 0.1);
  background: linear-gradient(135deg, var(--yc-business-navy), var(--yc-business-navy-2));
  color: #ffffff;
  box-shadow: 0 26px 68px rgba(0, 28, 59, 0.28);
  transform: scale(1.05);
}

.yc-business-plan__content {
  display: flex;
  min-height: 100%;
  flex: 1 1 auto;
  flex-direction: column;
  transition: opacity 260ms ease, transform 420ms cubic-bezier(0.22, 1, 0.36, 1), filter 320ms ease;
}

.yc-business-featured-badge {
  position: absolute;
  top: -16px;
  left: 50%;
  padding: 7px 16px;
  border-radius: 999px;
  background: var(--yc-business-lime);
  color: var(--yc-business-navy);
  transform: translateX(-50%);
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
}

.yc-business-plan__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 24px;
}

.yc-business-plan__top > span:first-child {
  display: inline-flex;
  align-items: center;
  width: max-content;
  padding: 7px 13px;
  border-radius: 999px;
  background: #e7e8e9;
  color: var(--yc-business-muted);
  font-family: "JetBrains Mono", monospace;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
}

.yc-business-plan__top .material-symbols-outlined {
  color: var(--yc-business-blue);
  font-size: 28px;
}

.yc-business-plan--featured .yc-business-plan__top > span:first-child {
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}

.yc-business-plan--featured .yc-business-plan__top .material-symbols-outlined {
  color: var(--yc-business-lime);
}

.yc-business-plan h3 {
  margin: 0 0 12px;
  color: var(--yc-business-navy);
  font-family: "Hanken Grotesk", Inter, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.12;
}

.yc-business-plan p {
  min-height: 78px;
  margin: 0 0 22px;
  color: var(--yc-business-muted);
  line-height: 1.6;
}

.yc-business-plan--featured h3,
.yc-business-plan--featured .yc-business-plan__price strong {
  color: #ffffff;
}

.yc-business-plan--featured p,
.yc-business-plan--featured .yc-business-plan__price span,
.yc-business-plan--featured .yc-business-plan__note,
.yc-business-plan--featured li {
  color: rgba(255, 255, 255, 0.74);
}

.yc-business-plan__price {
  display: flex;
  align-items: flex-end;
  gap: 6px;
  margin-bottom: 10px;
}

.yc-business-plan__price strong {
  color: var(--yc-business-navy);
  font-family: "Hanken Grotesk", Inter, sans-serif;
  font-size: clamp(42px, 4vw, 52px);
  font-weight: 700;
  line-height: 0.9;
}

.yc-business-plan__price span {
  margin-bottom: 5px;
  color: var(--yc-business-muted);
  font-weight: 700;
}

.yc-business-plan__note {
  margin-bottom: 26px;
  color: var(--yc-business-muted);
  font-size: 14px;
}

.yc-business-plan ul {
  display: grid;
  gap: 13px;
  margin: 0 0 28px;
  padding: 0;
  list-style: none;
}

.yc-business-plan li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: var(--yc-business-muted);
  line-height: 1.5;
}

.yc-business-plan li::before {
  content: "check_circle";
  display: inline-flex;
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
  color: var(--yc-business-lime);
  font-family: "Material Symbols Outlined";
  font-size: 20px;
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 20;
}

.yc-business-plan .yc-business-btn {
  width: 100%;
  margin-top: auto;
}

.yc-business-plan__panel {
  position: absolute;
  inset: 16px;
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 24px;
  border: 1px solid rgba(0, 74, 141, 0.1);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 26px 70px rgba(0, 49, 83, 0.14);
  opacity: 0;
  visibility: hidden;
  transform: translateY(18px) scale(0.98);
  pointer-events: none;
  transition:
    opacity 320ms ease,
    transform 420ms cubic-bezier(0.22, 1, 0.36, 1),
    visibility 0ms linear 320ms;
}

.yc-business-plan__panel span {
  margin-bottom: 14px;
  color: var(--yc-business-blue);
  font-family: "JetBrains Mono", monospace;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.yc-business-plan__panel h4 {
  margin: 0 0 12px;
  color: var(--yc-business-navy);
  font-family: "Hanken Grotesk", Inter, sans-serif;
  font-size: clamp(23px, 2vw, 28px);
  font-weight: 700;
  line-height: 1.08;
}

.yc-business-plan__panel p {
  min-height: 0;
  margin: 0 0 24px;
  color: var(--yc-business-muted);
  line-height: 1.62;
}

.yc-business-plan--featured .yc-business-plan__panel {
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(0, 49, 83, 0.96);
}

.yc-business-plan--featured .yc-business-plan__panel span {
  color: var(--yc-business-lime);
}

.yc-business-plan--featured .yc-business-plan__panel h4 {
  color: #ffffff;
}

.yc-business-plan--featured .yc-business-plan__panel p {
  color: rgba(255, 255, 255, 0.72);
}

.yc-business-plan:hover .yc-business-plan__panel,
.yc-business-plan:focus-within .yc-business-plan__panel,
.yc-business-plan.is-active .yc-business-plan__panel {
  visibility: visible;
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
  transition-delay: 0ms;
}

.yc-business-plan:hover .yc-business-plan__content,
.yc-business-plan:focus-within .yc-business-plan__content,
.yc-business-plan.is-active .yc-business-plan__content {
  opacity: 0.18;
  transform: translateY(-10px) scale(0.98);
  filter: blur(1px);
}

.yc-business-strip {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: start;
  margin-bottom: clamp(64px, 7vw, 96px);
  padding: clamp(34px, 5vw, 64px);
  border-radius: 30px;
  background: linear-gradient(135deg, var(--yc-business-navy-2), var(--yc-business-blue));
  color: #ffffff;
  box-shadow: 0 24px 64px rgba(0, 49, 83, 0.18);
}

.yc-business-strip h2 {
  margin: 0;
  color: #ffffff;
  font-family: "Hanken Grotesk", Inter, sans-serif;
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.05;
}

.yc-business-strip__items {
  display: grid;
  gap: 14px;
}

.yc-business-strip__items article {
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.08);
}

.yc-business-strip__items strong {
  display: block;
  margin-bottom: 8px;
  color: #ffffff;
  font-size: 18px;
}

.yc-business-strip__items p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.6;
}

.yc-business-benefits {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: clamp(64px, 7vw, 96px);
}

.yc-business-benefits article {
  padding: 28px;
  border: 1px solid var(--yc-business-line);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(0, 49, 83, 0.06);
}

.yc-business-benefits article::before {
  content: "";
  display: block;
  width: 36px;
  height: 3px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: var(--yc-business-lime);
}

.yc-business-benefits h3 {
  margin: 0 0 10px;
  color: var(--yc-business-navy);
  font-family: "Hanken Grotesk", Inter, sans-serif;
  font-size: 20px;
  line-height: 1.18;
}

.yc-business-benefits p {
  margin: 0;
  color: var(--yc-business-muted);
  font-size: 15px;
  line-height: 1.6;
}

.yc-business-process {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: start;
  margin-bottom: clamp(64px, 7vw, 96px);
}

.yc-business-process__intro {
  position: sticky;
  top: 120px;
}

.yc-business-process h2 {
  margin: 0 0 18px;
  color: var(--yc-business-navy);
  font-family: "Hanken Grotesk", Inter, sans-serif;
  font-size: clamp(34px, 4vw, 50px);
  line-height: 1.05;
}

.yc-business-process p {
  margin: 0;
  color: var(--yc-business-muted);
  line-height: 1.7;
}

.yc-business-steps {
  display: grid;
  gap: 16px;
}

.yc-business-steps article {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 18px;
  padding: 24px;
  border: 1px solid var(--yc-business-line);
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(0, 49, 83, 0.06);
}

.yc-business-steps strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 999px;
  background: var(--yc-business-lime);
  color: var(--yc-business-navy);
  font-family: "Hanken Grotesk", Inter, sans-serif;
  font-size: 22px;
  line-height: 1;
}

.yc-business-steps h3 {
  margin: 0 0 8px;
  color: var(--yc-business-navy);
  font-family: "Hanken Grotesk", Inter, sans-serif;
  font-size: 22px;
}

.yc-business-coverage,
.yc-business-final {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 30px;
  align-items: center;
  margin-bottom: clamp(64px, 7vw, 96px);
  padding: clamp(34px, 4vw, 56px);
  border-radius: 28px;
  background: linear-gradient(135deg, var(--yc-business-navy-2), var(--yc-business-blue));
  color: #ffffff;
  box-shadow: 0 24px 54px rgba(0, 49, 83, 0.2);
}

.yc-business-final {
  margin-bottom: 0;
}

.yc-business-coverage h2,
.yc-business-final h2 {
  margin: 0 0 12px;
  color: #ffffff;
  font-family: "Hanken Grotesk", Inter, sans-serif;
  font-size: clamp(32px, 4vw, 44px);
  line-height: 1.08;
}

.yc-business-coverage p,
.yc-business-final p {
  max-width: 720px;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.7;
}

.yc-business-faq {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: 36px;
  align-items: start;
  margin-bottom: clamp(64px, 7vw, 96px);
}

.yc-business-faq__left h2 {
  margin: 0;
  color: var(--yc-business-navy);
  font-family: "Hanken Grotesk", Inter, sans-serif;
  font-size: clamp(34px, 4vw, 48px);
  line-height: 1.05;
}

.yc-business-faq__list {
  display: grid;
  gap: 14px;
}

.yc-business-faq__list details {
  padding: 22px;
  border: 1px solid var(--yc-business-line);
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 10px 26px rgba(0, 49, 83, 0.05);
}

.yc-business-faq__list summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: var(--yc-business-navy);
  cursor: pointer;
  list-style: none;
  font-size: 18px;
  font-weight: 700;
}

.yc-business-faq__list summary::-webkit-details-marker {
  display: none;
}

.yc-business-faq__list summary::after {
  content: "+";
  color: var(--yc-business-blue);
  font-size: 24px;
  line-height: 1;
}

.yc-business-faq__list details[open] summary::after {
  content: "-";
}

.yc-business-faq__list p {
  margin: 16px 0 0;
  color: var(--yc-business-muted);
  line-height: 1.7;
}

/* Servizi addizionali page */

.yc-services-page {
  --yc-services-blue: #004a8d;
  --yc-services-blue-2: #275fa3;
  --yc-services-navy: #003153;
  --yc-services-navy-2: #001c3b;
  --yc-services-lime: #cbdc00;
  --yc-services-text: #191c1d;
  --yc-services-muted: #424750;
  --yc-services-soft: #f8f9fa;
  --yc-services-surface: #ffffff;
  --yc-services-line: rgba(114, 119, 130, 0.18);
  display: block;
  width: 100vw;
  margin-top: 0 !important;
  margin-right: calc(50% - 50vw);
  margin-bottom: 0;
  margin-left: calc(50% - 50vw);
  color: var(--yc-services-text);
  background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 42%, #f8f9fa 100%);
  overflow: hidden;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.yc-services-page,
.yc-services-page * {
  box-sizing: border-box;
}

.e-con-inner:has(.yc-services-page),
.elementor-widget-html:has(.yc-services-page),
.elementor-widget-html:has(.yc-services-page) > .elementor-widget-container,
.e-con:has(.yc-services-page),
.elementor-section:has(.yc-services-page) {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.yc-services-page :is(h1, h2, h3, p) {
  letter-spacing: 0;
}

.yc-services-wrap {
  width: min(100% - 32px, 1280px);
  margin: 0 auto;
  padding: clamp(64px, 8vw, 104px) 0;
}

.yc-services-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  gap: clamp(32px, 5vw, 72px);
  align-items: center;
  margin-bottom: clamp(64px, 7vw, 96px);
}

.yc-services-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  margin-bottom: 18px;
  padding: 7px 13px;
  border: 1px solid rgba(0, 74, 141, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  color: var(--yc-services-navy);
  box-shadow: 0 10px 24px rgba(0, 49, 83, 0.06);
  font-family: "JetBrains Mono", monospace;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  text-transform: uppercase;
}

.yc-services-badge::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--yc-services-lime);
  box-shadow: 0 0 0 4px rgba(203, 220, 0, 0.18);
}

.yc-services-badge--dark {
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  box-shadow: none;
}

.yc-services-hero h1 {
  max-width: 11.2ch;
  margin: 0 0 24px;
  color: var(--yc-services-navy);
  font-family: "Hanken Grotesk", Inter, sans-serif;
  font-size: clamp(42px, 6vw, 76px);
  font-weight: 700;
  line-height: 0.98;
}

.yc-services-hero__copy > p {
  max-width: 680px;
  margin: 0 0 32px;
  color: var(--yc-services-muted);
  font-size: clamp(17px, 1.5vw, 20px);
  line-height: 1.65;
}

.yc-services-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}

.yc-services-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 15px 24px;
  border: 1px solid transparent;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--yc-services-blue), var(--yc-services-navy));
  box-shadow: 0 14px 30px rgba(0, 74, 141, 0.18);
  color: #ffffff !important;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.yc-services-btn:hover,
.yc-services-btn:focus-visible {
  color: #ffffff !important;
  box-shadow: 0 18px 38px rgba(0, 49, 83, 0.22);
  transform: translateY(-2px);
}

.yc-services-btn--light {
  border-color: var(--yc-services-line);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: none;
  color: var(--yc-services-navy) !important;
}

.yc-services-btn--light:hover,
.yc-services-btn--light:focus-visible {
  border-color: rgba(0, 74, 141, 0.28);
  background: #ffffff;
  color: var(--yc-services-navy) !important;
}

.yc-services-btn--accent {
  background: linear-gradient(135deg, var(--yc-services-lime), #e6ef42);
  box-shadow: 0 14px 28px rgba(203, 220, 0, 0.2);
  color: var(--yc-services-navy) !important;
}

.yc-services-btn--accent:hover,
.yc-services-btn--accent:focus-visible {
  color: var(--yc-services-navy) !important;
}

.yc-services-btn--outline {
  border: 2px solid var(--yc-services-blue);
  background: transparent;
  box-shadow: none;
  color: var(--yc-services-blue) !important;
}

.yc-services-btn--outline:hover,
.yc-services-btn--outline:focus-visible {
  background: var(--yc-services-blue);
  color: #ffffff !important;
}

.yc-services-hero-card {
  position: relative;
  min-height: 470px;
  padding: clamp(28px, 3vw, 40px);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 32px;
  color: #ffffff;
  background: linear-gradient(135deg, rgba(0, 28, 59, 0.97), rgba(0, 74, 141, 0.96));
  box-shadow: 0 28px 70px rgba(0, 49, 83, 0.24);
  overflow: hidden;
}

.yc-services-hero-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.11) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.11) 1px, transparent 1px);
  background-size: 44px 44px;
  opacity: 0.22;
}

.yc-services-hero-card::after {
  content: "";
  position: absolute;
  right: -110px;
  bottom: -130px;
  width: 320px;
  height: 320px;
  border-radius: 999px;
  background: rgba(203, 220, 0, 0.18);
}

.yc-services-hero-card > * {
  position: relative;
  z-index: 1;
}

.yc-services-hero-card > span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  font-weight: 700;
}

.yc-services-hero-card h2 {
  max-width: 11ch;
  margin: 24px 0 18px;
  color: #ffffff;
  font-family: "Hanken Grotesk", Inter, sans-serif;
  font-size: clamp(42px, 5vw, 64px);
  font-weight: 700;
  line-height: 0.96;
}

.yc-services-hero-card p {
  margin: 0 0 26px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 17px;
  line-height: 1.6;
}

.yc-services-hero-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 30px 0;
}

.yc-services-hero-list div {
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
}

.yc-services-hero-list strong,
.yc-services-hero-list span {
  display: block;
}

.yc-services-hero-list strong {
  margin-bottom: 6px;
  color: #ffffff;
  font-size: 15px;
}

.yc-services-hero-list span {
  color: rgba(255, 255, 255, 0.66);
  font-size: 13px;
  line-height: 1.35;
}

.yc-services-section-head {
  max-width: 760px;
  margin: 0 auto 42px;
  text-align: center;
}

.yc-services-section-head span {
  display: inline-block;
  margin-bottom: 12px;
  color: var(--yc-services-blue);
  font-family: "JetBrains Mono", monospace;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.yc-services-section-head h2 {
  margin: 0 0 16px;
  color: var(--yc-services-navy);
  font-family: "Hanken Grotesk", Inter, sans-serif;
  font-size: clamp(34px, 4.5vw, 54px);
  font-weight: 700;
  line-height: 1.05;
}

.yc-services-section-head p {
  margin: 0;
  color: var(--yc-services-muted);
  font-size: 18px;
  line-height: 1.7;
}

.yc-services-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: clamp(64px, 7vw, 96px);
}

.yc-service-card {
  position: relative;
  display: flex;
  min-height: 430px;
  flex-direction: column;
  padding: 28px;
  border: 1px solid var(--yc-services-line);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(0, 49, 83, 0.06);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}

.yc-service-card:hover {
  border-color: rgba(0, 74, 141, 0.24);
  box-shadow: 0 22px 52px rgba(0, 49, 83, 0.11);
  transform: translateY(-6px);
}

.yc-service-card--featured {
  border-color: rgba(203, 220, 0, 0.58);
  box-shadow: 0 24px 60px rgba(0, 49, 83, 0.12);
}

.yc-service-badge {
  position: absolute;
  top: -14px;
  left: 28px;
  padding: 7px 14px;
  border-radius: 999px;
  background: var(--yc-services-lime);
  color: var(--yc-services-navy);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.yc-service-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  margin-bottom: 24px;
  border-radius: 18px;
  background: rgba(0, 74, 141, 0.08);
  color: var(--yc-services-blue);
}

.yc-service-card--featured .yc-service-card__icon {
  background: rgba(203, 220, 0, 0.2);
  color: var(--yc-services-navy);
}

.yc-service-card__icon .material-symbols-outlined {
  font-size: 28px;
}

.yc-service-card__label {
  margin-bottom: 10px;
  color: var(--yc-services-blue);
  font-family: "JetBrains Mono", monospace;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.yc-service-card h3 {
  margin: 0 0 12px;
  color: var(--yc-services-navy);
  font-family: "Hanken Grotesk", Inter, sans-serif;
  font-size: 26px;
  line-height: 1.12;
}

.yc-service-card p {
  margin: 0 0 24px;
  color: var(--yc-services-muted);
  line-height: 1.6;
}

.yc-service-price {
  margin-top: auto;
  margin-bottom: 22px;
  padding-top: 22px;
  border-top: 1px solid var(--yc-services-line);
}

.yc-service-price strong {
  color: var(--yc-services-navy);
  font-family: "Hanken Grotesk", Inter, sans-serif;
  font-size: 30px;
  line-height: 1;
}

.yc-service-price span {
  margin-left: 5px;
  color: var(--yc-services-muted);
  font-weight: 700;
}

.yc-service-card .yc-services-btn {
  width: 100%;
}

.yc-services-activation {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: start;
  margin-bottom: clamp(64px, 7vw, 96px);
  padding: clamp(34px, 5vw, 64px);
  border-radius: 30px;
  background: linear-gradient(135deg, var(--yc-services-navy-2), var(--yc-services-blue));
  color: #ffffff;
  box-shadow: 0 24px 64px rgba(0, 49, 83, 0.18);
}

.yc-services-activation h2 {
  margin: 0 0 18px;
  color: #ffffff;
  font-family: "Hanken Grotesk", Inter, sans-serif;
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.05;
}

.yc-services-activation p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.7;
}

.yc-services-steps {
  display: grid;
  gap: 14px;
}

.yc-services-steps article {
  display: grid;
  grid-template-columns: 50px minmax(0, 1fr);
  gap: 16px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.08);
}

.yc-services-steps strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 999px;
  background: var(--yc-services-lime);
  color: var(--yc-services-navy);
  font-family: "Hanken Grotesk", Inter, sans-serif;
  font-size: 22px;
}

.yc-services-steps h3 {
  margin: 0 0 8px;
  color: #ffffff;
  font-family: "Hanken Grotesk", Inter, sans-serif;
  font-size: 22px;
}

.yc-services-combo {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: start;
  margin-bottom: clamp(64px, 7vw, 96px);
}

.yc-services-combo h2,
.yc-services-faq__left h2 {
  margin: 0 0 18px;
  color: var(--yc-services-navy);
  font-family: "Hanken Grotesk", Inter, sans-serif;
  font-size: clamp(34px, 4vw, 50px);
  line-height: 1.05;
}

.yc-services-combo p {
  margin: 0;
  color: var(--yc-services-muted);
  line-height: 1.7;
}

.yc-services-combo__grid {
  display: grid;
  gap: 14px;
}

.yc-services-combo__grid article {
  padding: 24px;
  border: 1px solid var(--yc-services-line);
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(0, 49, 83, 0.06);
}

.yc-services-combo__grid h3 {
  margin: 0 0 8px;
  color: var(--yc-services-navy);
  font-family: "Hanken Grotesk", Inter, sans-serif;
  font-size: 22px;
}

.yc-services-faq {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: 36px;
  align-items: start;
  margin-bottom: clamp(64px, 7vw, 96px);
}

.yc-services-faq__left h2 {
  margin-bottom: 0;
}

.yc-services-faq__list {
  display: grid;
  gap: 14px;
}

.yc-services-faq__list details {
  padding: 22px;
  border: 1px solid var(--yc-services-line);
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 10px 26px rgba(0, 49, 83, 0.05);
}

.yc-services-faq__list summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: var(--yc-services-navy);
  cursor: pointer;
  list-style: none;
  font-size: 18px;
  font-weight: 700;
}

.yc-services-faq__list summary::-webkit-details-marker {
  display: none;
}

.yc-services-faq__list summary::after {
  content: "+";
  color: var(--yc-services-blue);
  font-size: 24px;
  line-height: 1;
}

.yc-services-faq__list details[open] summary::after {
  content: "-";
}

.yc-services-faq__list p {
  margin: 16px 0 0;
  color: var(--yc-services-muted);
  line-height: 1.7;
}

.yc-services-final {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 30px;
  align-items: center;
  padding: clamp(34px, 4vw, 56px);
  border-radius: 28px;
  background: linear-gradient(135deg, var(--yc-services-navy-2), var(--yc-services-blue));
  color: #ffffff;
  box-shadow: 0 24px 54px rgba(0, 49, 83, 0.2);
}

.yc-services-final h2 {
  margin: 0 0 12px;
  color: #ffffff;
  font-family: "Hanken Grotesk", Inter, sans-serif;
  font-size: clamp(32px, 4vw, 44px);
  line-height: 1.08;
}

.yc-services-final p {
  max-width: 720px;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.7;
}

/* Servizi page */

.yc-connect-page {
  --yc-connect-blue: #004a8d;
  --yc-connect-navy: #003153;
  --yc-connect-navy-2: #001c3b;
  --yc-connect-lime: #cbdc00;
  --yc-connect-text: #191c1d;
  --yc-connect-muted: #424750;
  --yc-connect-line: rgba(114, 119, 130, 0.18);
  display: block;
  width: 100vw;
  margin-top: 0 !important;
  margin-right: calc(50% - 50vw);
  margin-bottom: 0;
  margin-left: calc(50% - 50vw);
  color: var(--yc-connect-text);
  background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 42%, #f8f9fa 100%);
  overflow: hidden;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.yc-connect-page,
.yc-connect-page * {
  box-sizing: border-box;
}

.e-con-inner:has(.yc-connect-page),
.elementor-widget-html:has(.yc-connect-page),
.elementor-widget-html:has(.yc-connect-page) > .elementor-widget-container,
.e-con:has(.yc-connect-page),
.elementor-section:has(.yc-connect-page) {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.yc-connect-page :is(h1, h2, h3, p) {
  letter-spacing: 0;
}

.yc-connect-wrap {
  width: min(100% - 32px, 1280px);
  margin: 0 auto;
  padding: clamp(64px, 8vw, 104px) 0;
}

.yc-connect-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  gap: clamp(32px, 5vw, 72px);
  align-items: center;
  margin-bottom: clamp(64px, 7vw, 96px);
}

.yc-connect-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  margin-bottom: 18px;
  padding: 7px 13px;
  border: 1px solid rgba(0, 74, 141, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  color: var(--yc-connect-navy);
  box-shadow: 0 10px 24px rgba(0, 49, 83, 0.06);
  font-family: "JetBrains Mono", monospace;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  text-transform: uppercase;
}

.yc-connect-badge::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--yc-connect-lime);
  box-shadow: 0 0 0 4px rgba(203, 220, 0, 0.18);
}

.yc-connect-hero h1 {
  max-width: 11.4ch;
  margin: 0 0 24px;
  color: var(--yc-connect-navy);
  font-family: "Hanken Grotesk", Inter, sans-serif;
  font-size: clamp(42px, 6vw, 76px);
  font-weight: 700;
  line-height: 0.98;
}

.yc-connect-hero__copy > p {
  max-width: 680px;
  margin: 0 0 32px;
  color: var(--yc-connect-muted);
  font-size: clamp(17px, 1.5vw, 20px);
  line-height: 1.65;
}

.yc-connect-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}

.yc-connect-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 15px 24px;
  border: 1px solid transparent;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--yc-connect-blue), var(--yc-connect-navy));
  box-shadow: 0 14px 30px rgba(0, 74, 141, 0.18);
  color: #ffffff !important;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.yc-connect-btn:hover,
.yc-connect-btn:focus-visible {
  color: #ffffff !important;
  box-shadow: 0 18px 38px rgba(0, 49, 83, 0.22);
  transform: translateY(-2px);
}

.yc-connect-btn--light {
  border-color: var(--yc-connect-line);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: none;
  color: var(--yc-connect-navy) !important;
}

.yc-connect-btn--light:hover,
.yc-connect-btn--light:focus-visible {
  border-color: rgba(0, 74, 141, 0.28);
  background: #ffffff;
  color: var(--yc-connect-navy) !important;
}

.yc-connect-btn--accent {
  background: linear-gradient(135deg, var(--yc-connect-lime), #e6ef42);
  box-shadow: 0 14px 28px rgba(203, 220, 0, 0.2);
  color: var(--yc-connect-navy) !important;
}

.yc-connect-btn--accent:hover,
.yc-connect-btn--accent:focus-visible {
  color: var(--yc-connect-navy) !important;
}

.yc-connect-btn--outline {
  border: 2px solid var(--yc-connect-blue);
  background: transparent;
  box-shadow: none;
  color: var(--yc-connect-blue) !important;
}

.yc-connect-btn--outline:hover,
.yc-connect-btn--outline:focus-visible {
  background: var(--yc-connect-blue);
  color: #ffffff !important;
}

.yc-connect-hero-card {
  position: relative;
  min-height: 470px;
  padding: clamp(28px, 3vw, 40px);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 32px;
  color: #ffffff;
  background: linear-gradient(135deg, rgba(0, 28, 59, 0.97), rgba(0, 74, 141, 0.96));
  box-shadow: 0 28px 70px rgba(0, 49, 83, 0.24);
  overflow: hidden;
}

.yc-connect-hero-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.11) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.11) 1px, transparent 1px);
  background-size: 44px 44px;
  opacity: 0.22;
}

.yc-connect-hero-card::after {
  content: "";
  position: absolute;
  right: -110px;
  bottom: -130px;
  width: 320px;
  height: 320px;
  border-radius: 999px;
  background: rgba(203, 220, 0, 0.18);
}

.yc-connect-hero-card > * {
  position: relative;
  z-index: 1;
}

.yc-connect-hero-card > span {
  color: rgba(255, 255, 255, 0.72);
  font-weight: 700;
}

.yc-connect-hero-card > strong {
  display: block;
  margin: 28px 0 18px;
  color: #ffffff;
  font-family: "Hanken Grotesk", Inter, sans-serif;
  font-size: clamp(82px, 9vw, 116px);
  line-height: 0.82;
}

.yc-connect-hero-card p {
  max-width: 560px;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 17px;
  line-height: 1.6;
}

.yc-connect-hero-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 32px;
}

.yc-connect-hero-grid div {
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
}

.yc-connect-hero-grid b,
.yc-connect-hero-grid small {
  display: block;
}

.yc-connect-hero-grid b {
  margin-bottom: 6px;
  color: #ffffff;
}

.yc-connect-hero-grid small {
  color: rgba(255, 255, 255, 0.66);
  line-height: 1.35;
}

.yc-connect-section-head {
  max-width: 780px;
  margin: 0 auto 42px;
  text-align: center;
}

.yc-connect-section-head span {
  display: inline-block;
  margin-bottom: 12px;
  color: var(--yc-connect-blue);
  font-family: "JetBrains Mono", monospace;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.yc-connect-section-head h2 {
  margin: 0 0 16px;
  color: var(--yc-connect-navy);
  font-family: "Hanken Grotesk", Inter, sans-serif;
  font-size: clamp(34px, 4.5vw, 54px);
  line-height: 1.05;
}

.yc-connect-section-head p {
  margin: 0;
  color: var(--yc-connect-muted);
  font-size: 18px;
  line-height: 1.7;
}

.yc-connect-segments {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: clamp(64px, 7vw, 96px);
}

.yc-connect-segment {
  position: relative;
  display: flex;
  min-height: 470px;
  flex-direction: column;
  padding: 28px;
  border: 1px solid var(--yc-connect-line);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(0, 49, 83, 0.06);
}

.yc-connect-segment--featured {
  border-color: rgba(203, 220, 0, 0.58);
  box-shadow: 0 24px 60px rgba(0, 49, 83, 0.12);
}

.yc-connect-segment--dark {
  border-color: rgba(255, 255, 255, 0.1);
  background: linear-gradient(135deg, var(--yc-connect-navy), var(--yc-connect-navy-2));
  color: #ffffff;
}

.yc-connect-pill {
  position: absolute;
  top: -14px;
  left: 28px;
  padding: 7px 14px;
  border-radius: 999px;
  background: var(--yc-connect-lime);
  color: var(--yc-connect-navy);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.yc-connect-segment__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  margin-bottom: 24px;
  border-radius: 18px;
  background: rgba(0, 74, 141, 0.08);
  color: var(--yc-connect-blue);
}

.yc-connect-segment--dark .yc-connect-segment__icon {
  background: var(--yc-connect-lime);
  color: var(--yc-connect-navy);
}

.yc-connect-segment__icon .material-symbols-outlined {
  font-size: 28px;
}

.yc-connect-segment > span:not(.material-symbols-outlined) {
  margin-bottom: 10px;
  color: var(--yc-connect-blue);
  font-family: "JetBrains Mono", monospace;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.yc-connect-segment--dark > span:not(.material-symbols-outlined) {
  color: var(--yc-connect-lime);
}

.yc-connect-segment h3 {
  margin: 0 0 12px;
  color: var(--yc-connect-navy);
  font-family: "Hanken Grotesk", Inter, sans-serif;
  font-size: 25px;
  line-height: 1.12;
}

.yc-connect-segment--dark h3 {
  color: #ffffff;
}

.yc-connect-segment p {
  margin: 0 0 22px;
  color: var(--yc-connect-muted);
  line-height: 1.6;
}

.yc-connect-segment--dark p {
  color: rgba(255, 255, 255, 0.74);
}

.yc-connect-segment ul {
  display: grid;
  gap: 11px;
  margin: 0 0 26px;
  padding: 0;
  list-style: none;
}

.yc-connect-segment li {
  display: flex;
  gap: 10px;
  color: var(--yc-connect-muted);
  line-height: 1.5;
}

.yc-connect-segment--dark li {
  color: rgba(255, 255, 255, 0.76);
}

.yc-connect-segment li::before {
  content: "check_circle";
  flex: 0 0 20px;
  color: var(--yc-connect-lime);
  font-family: "Material Symbols Outlined";
  font-size: 20px;
}

.yc-connect-segment .yc-connect-btn {
  width: 100%;
  margin-top: auto;
}

.yc-connect-network,
.yc-connect-final {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
  margin-bottom: clamp(64px, 7vw, 96px);
  padding: clamp(34px, 5vw, 64px);
  border-radius: 30px;
  background: linear-gradient(135deg, var(--yc-connect-navy-2), var(--yc-connect-blue));
  color: #ffffff;
  box-shadow: 0 24px 64px rgba(0, 49, 83, 0.18);
}

.yc-connect-network h2,
.yc-connect-final h2 {
  margin: 0 0 18px;
  color: #ffffff;
  font-family: "Hanken Grotesk", Inter, sans-serif;
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.05;
}

.yc-connect-network p,
.yc-connect-final p {
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  line-height: 1.7;
}

.yc-connect-network__cards {
  display: grid;
  gap: 14px;
}

.yc-connect-network__cards article {
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.08);
}

.yc-connect-network__cards strong {
  color: var(--yc-connect-lime);
  font-family: "JetBrains Mono", monospace;
  font-size: 12px;
}

.yc-connect-network__cards h3 {
  margin: 8px 0;
  color: #ffffff;
  font-family: "Hanken Grotesk", Inter, sans-serif;
  font-size: 22px;
}

.yc-connect-compare {
  display: grid;
  gap: 10px;
  margin-bottom: clamp(64px, 7vw, 96px);
}

.yc-connect-compare__row {
  display: grid;
  grid-template-columns: 0.8fr repeat(3, 1fr);
  gap: 12px;
  align-items: center;
  padding: 18px 22px;
  border: 1px solid var(--yc-connect-line);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 8px 22px rgba(0, 49, 83, 0.04);
}

.yc-connect-compare__head {
  background: transparent;
  box-shadow: none;
  color: var(--yc-connect-blue);
  font-family: "JetBrains Mono", monospace;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.yc-connect-compare__row strong {
  color: var(--yc-connect-navy);
}

.yc-connect-compare__row span {
  color: var(--yc-connect-muted);
  line-height: 1.5;
}

.yc-connect-final {
  grid-template-columns: minmax(0, 1fr) auto;
  margin-bottom: 0;
}

/* Lavora con noi page */

.yc-careers-page {
  --yc-careers-blue: #004a8d;
  --yc-careers-navy: #003153;
  --yc-careers-navy-2: #001c3b;
  --yc-careers-lime: #cbdc00;
  --yc-careers-text: #191c1d;
  --yc-careers-muted: #424750;
  --yc-careers-line: rgba(114, 119, 130, 0.18);
  display: block;
  width: 100vw;
  margin-top: 0 !important;
  margin-right: calc(50% - 50vw);
  margin-bottom: 0;
  margin-left: calc(50% - 50vw);
  color: var(--yc-careers-text);
  background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 42%, #f8f9fa 100%);
  overflow: hidden;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.yc-careers-page,
.yc-careers-page * {
  box-sizing: border-box;
}

.e-con-inner:has(.yc-careers-page),
.elementor-widget-html:has(.yc-careers-page),
.elementor-widget-html:has(.yc-careers-page) > .elementor-widget-container,
.e-con:has(.yc-careers-page),
.elementor-section:has(.yc-careers-page) {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.yc-careers-page :is(h1, h2, h3, p) {
  letter-spacing: 0;
}

.yc-careers-wrap {
  width: min(100% - 32px, 1280px);
  margin: 0 auto;
  padding: clamp(64px, 8vw, 104px) 0;
}

.yc-careers-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  gap: clamp(32px, 5vw, 72px);
  align-items: center;
  margin-bottom: clamp(64px, 7vw, 96px);
}

.yc-careers-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  margin-bottom: 18px;
  padding: 7px 13px;
  border: 1px solid rgba(0, 74, 141, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  color: var(--yc-careers-navy);
  box-shadow: 0 10px 24px rgba(0, 49, 83, 0.06);
  font-family: "JetBrains Mono", monospace;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.yc-careers-badge::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--yc-careers-lime);
  box-shadow: 0 0 0 4px rgba(203, 220, 0, 0.18);
}

.yc-careers-badge--dark {
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  box-shadow: none;
}

.yc-careers-hero h1 {
  max-width: 11.8ch;
  margin: 0 0 24px;
  color: var(--yc-careers-navy);
  font-family: "Hanken Grotesk", Inter, sans-serif;
  font-size: clamp(42px, 6vw, 76px);
  font-weight: 700;
  line-height: 0.98;
}

.yc-careers-hero__copy > p {
  max-width: 690px;
  margin: 0 0 32px;
  color: var(--yc-careers-muted);
  font-size: clamp(17px, 1.5vw, 20px);
  line-height: 1.65;
}

.yc-careers-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.yc-careers-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 15px 24px;
  border: 1px solid transparent;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--yc-careers-blue), var(--yc-careers-navy));
  box-shadow: 0 14px 30px rgba(0, 74, 141, 0.18);
  color: #ffffff !important;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.yc-careers-btn:hover,
.yc-careers-btn:focus-visible {
  color: #ffffff !important;
  box-shadow: 0 18px 38px rgba(0, 49, 83, 0.22);
  transform: translateY(-2px);
}

.yc-careers-btn--light {
  border-color: var(--yc-careers-line);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: none;
  color: var(--yc-careers-navy) !important;
}

.yc-careers-btn--light:hover,
.yc-careers-btn--light:focus-visible {
  background: #ffffff;
  color: var(--yc-careers-navy) !important;
}

.yc-careers-btn--accent {
  background: linear-gradient(135deg, var(--yc-careers-lime), #e6ef42);
  box-shadow: 0 14px 28px rgba(203, 220, 0, 0.2);
  color: var(--yc-careers-navy) !important;
}

.yc-careers-btn--accent:hover,
.yc-careers-btn--accent:focus-visible {
  color: var(--yc-careers-navy) !important;
}

.yc-careers-btn--outline {
  border: 2px solid var(--yc-careers-blue);
  background: transparent;
  box-shadow: none;
  color: var(--yc-careers-blue) !important;
}

.yc-careers-btn--outline:hover,
.yc-careers-btn--outline:focus-visible {
  background: var(--yc-careers-blue);
  color: #ffffff !important;
}

.yc-careers-hero-card {
  position: relative;
  min-height: 470px;
  padding: clamp(28px, 3vw, 40px);
  border-radius: 32px;
  color: #ffffff;
  background: linear-gradient(135deg, rgba(0, 28, 59, 0.97), rgba(0, 74, 141, 0.96));
  box-shadow: 0 28px 70px rgba(0, 49, 83, 0.24);
  overflow: hidden;
}

.yc-careers-hero-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.11) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.11) 1px, transparent 1px);
  background-size: 44px 44px;
  opacity: 0.22;
}

.yc-careers-hero-card::after {
  content: "";
  position: absolute;
  right: -110px;
  bottom: -130px;
  width: 320px;
  height: 320px;
  border-radius: 999px;
  background: rgba(203, 220, 0, 0.18);
}

.yc-careers-hero-card > * {
  position: relative;
  z-index: 1;
}

.yc-careers-hero-card > span {
  color: rgba(255, 255, 255, 0.72);
  font-weight: 700;
}

.yc-careers-hero-card h2 {
  max-width: 10.5ch;
  margin: 24px 0 18px;
  color: #ffffff;
  font-family: "Hanken Grotesk", Inter, sans-serif;
  font-size: clamp(42px, 5vw, 64px);
  line-height: 0.96;
}

.yc-careers-hero-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 17px;
  line-height: 1.6;
}

.yc-careers-hero-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 32px;
}

.yc-careers-hero-grid div {
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
}

.yc-careers-hero-grid strong,
.yc-careers-hero-grid small {
  display: block;
}

.yc-careers-hero-grid strong {
  margin-bottom: 6px;
  color: #ffffff;
}

.yc-careers-hero-grid small {
  color: rgba(255, 255, 255, 0.66);
  line-height: 1.35;
}

.yc-careers-section-head {
  max-width: 780px;
  margin: 0 auto 42px;
  text-align: center;
}

.yc-careers-section-head span {
  display: inline-block;
  margin-bottom: 12px;
  color: var(--yc-careers-blue);
  font-family: "JetBrains Mono", monospace;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.yc-careers-section-head h2,
.yc-careers-openings h2,
.yc-careers-benefits h2,
.yc-careers-process h2,
.yc-careers-final h2 {
  margin: 0 0 16px;
  color: var(--yc-careers-navy);
  font-family: "Hanken Grotesk", Inter, sans-serif;
  font-size: clamp(34px, 4.5vw, 54px);
  line-height: 1.05;
}

.yc-careers-section-head p {
  margin: 0;
  color: var(--yc-careers-muted);
  font-size: 18px;
  line-height: 1.7;
}

.yc-careers-values {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: clamp(64px, 7vw, 96px);
}

.yc-careers-values article,
.yc-careers-jobs article {
  padding: 28px;
  border: 1px solid var(--yc-careers-line);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(0, 49, 83, 0.06);
}

.yc-careers-values .material-symbols-outlined {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  margin-bottom: 24px;
  border-radius: 18px;
  background: rgba(0, 74, 141, 0.08);
  color: var(--yc-careers-blue);
  font-size: 28px;
}

.yc-careers-values h3,
.yc-careers-jobs h3,
.yc-careers-steps h3 {
  margin: 0 0 10px;
  color: var(--yc-careers-navy);
  font-family: "Hanken Grotesk", Inter, sans-serif;
  font-size: 24px;
  line-height: 1.14;
}

.yc-careers-values p,
.yc-careers-jobs p,
.yc-careers-steps p {
  margin: 0;
  color: var(--yc-careers-muted);
  line-height: 1.65;
}

.yc-careers-openings {
  margin-bottom: clamp(64px, 7vw, 96px);
}

.yc-careers-openings__head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.5fr);
  gap: 24px;
  align-items: end;
  margin-bottom: 28px;
}

.yc-careers-openings__head p {
  margin: 0;
  color: var(--yc-careers-muted);
  line-height: 1.7;
}

.yc-careers-jobs {
  display: grid;
  gap: 14px;
}

.yc-careers-jobs article {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
  padding: 24px;
}

.yc-careers-jobs span {
  display: inline-block;
  margin-bottom: 8px;
  color: var(--yc-careers-blue);
  font-family: "JetBrains Mono", monospace;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.yc-careers-benefits {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: start;
  margin-bottom: clamp(64px, 7vw, 96px);
  padding: clamp(34px, 5vw, 64px);
  border-radius: 30px;
  background: linear-gradient(135deg, var(--yc-careers-navy-2), var(--yc-careers-blue));
  color: #ffffff;
  box-shadow: 0 24px 64px rgba(0, 49, 83, 0.18);
}

.yc-careers-benefits h2 {
  color: #ffffff;
}

.yc-careers-benefits__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.yc-careers-benefits__grid article {
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.08);
}

.yc-careers-benefits__grid strong {
  display: block;
  margin-bottom: 8px;
  color: #ffffff;
  font-size: 18px;
}

.yc-careers-benefits__grid p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.6;
}

.yc-careers-process {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: start;
  margin-bottom: clamp(64px, 7vw, 96px);
}

.yc-careers-steps {
  display: grid;
  gap: 14px;
}

.yc-careers-steps article {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 18px;
  padding: 24px;
  border: 1px solid var(--yc-careers-line);
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(0, 49, 83, 0.06);
}

.yc-careers-steps strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 999px;
  background: var(--yc-careers-lime);
  color: var(--yc-careers-navy);
  font-family: "Hanken Grotesk", Inter, sans-serif;
  font-size: 22px;
}

.yc-careers-final {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 30px;
  align-items: center;
  padding: clamp(34px, 4vw, 56px);
  border-radius: 28px;
  background: linear-gradient(135deg, var(--yc-careers-navy-2), var(--yc-careers-blue));
  color: #ffffff;
  box-shadow: 0 24px 54px rgba(0, 49, 83, 0.2);
}

.yc-careers-final h2 {
  color: #ffffff;
}

.yc-careers-final p {
  max-width: 720px;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.7;
}

/* Chi siamo page */

.yc-about-page {
  --yc-about-blue: #004a8d;
  --yc-about-blue-2: #275fa3;
  --yc-about-navy: #003153;
  --yc-about-navy-2: #001c3b;
  --yc-about-lime: #cbdc00;
  --yc-about-text: #191c1d;
  --yc-about-muted: #424750;
  --yc-about-soft: #f8f9fa;
  --yc-about-surface: #ffffff;
  --yc-about-line: rgba(114, 119, 130, 0.18);
  display: block;
  width: 100vw;
  margin-top: 0 !important;
  margin-right: calc(50% - 50vw);
  margin-bottom: 0;
  margin-left: calc(50% - 50vw);
  color: var(--yc-about-text);
  background: #ffffff;
  overflow: hidden;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.yc-about-page,
.yc-about-page * {
  box-sizing: border-box;
}

.yc-about-page :is(h1, h2, h3, p) {
  letter-spacing: 0;
}

.yc-about-wrap {
  width: min(100% - 32px, 1280px);
  margin: 0 auto;
}

.yc-about-hero {
  position: relative;
  padding: clamp(76px, 9vw, 124px) 0 clamp(64px, 8vw, 104px);
  background:
    radial-gradient(circle at 82% 18%, rgba(203, 220, 0, 0.18), transparent 34%),
    linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.yc-about-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 1.08fr);
  gap: clamp(36px, 5vw, 72px);
  align-items: center;
}

.yc-about-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  margin-bottom: 18px;
  padding: 7px 13px;
  border: 1px solid rgba(0, 74, 141, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  color: var(--yc-about-navy);
  box-shadow: 0 10px 24px rgba(0, 49, 83, 0.06);
  font-family: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.yc-about-eyebrow::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--yc-about-lime);
  box-shadow: 0 0 0 4px rgba(203, 220, 0, 0.18);
}

.yc-about-hero h1 {
  max-width: 11ch;
  margin: 0 0 24px;
  color: var(--yc-about-navy);
  font-family: "Hanken Grotesk", Inter, sans-serif;
  font-size: clamp(44px, 6vw, 76px);
  font-weight: 700;
  line-height: 0.98;
}

.yc-about-hero__copy p {
  max-width: 650px;
  margin: 0 0 32px;
  color: var(--yc-about-muted);
  font-size: clamp(17px, 1.5vw, 20px);
  line-height: 1.65;
}

.yc-about-actions,
.yc-about-final > div {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.yc-about-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 52px;
  padding: 15px 24px;
  border: 1px solid transparent;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--yc-about-blue), var(--yc-about-navy));
  box-shadow: 0 14px 30px rgba(0, 74, 141, 0.18);
  color: #ffffff !important;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.1;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background-color 180ms ease;
}

.yc-about-btn:hover,
.yc-about-btn:focus-visible {
  color: #ffffff !important;
  box-shadow: 0 18px 38px rgba(0, 49, 83, 0.22);
  transform: translateY(-2px);
}

.yc-about-btn--ghost {
  border-color: var(--yc-about-line);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: none;
  color: var(--yc-about-navy) !important;
}

.yc-about-btn--ghost:hover,
.yc-about-btn--ghost:focus-visible {
  border-color: rgba(0, 74, 141, 0.28);
  background: #ffffff;
  color: var(--yc-about-navy) !important;
}

.yc-about-btn .material-symbols-outlined {
  font-size: 20px;
  transition: transform 180ms ease;
}

.yc-about-btn:hover .material-symbols-outlined,
.yc-about-btn:focus-visible .material-symbols-outlined {
  transform: translateX(3px);
}

.yc-about-hero__visual {
  position: relative;
  overflow: hidden;
  min-height: 430px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 32px;
  box-shadow: 0 28px 70px rgba(0, 49, 83, 0.16);
  transform: rotate(2deg);
  transition: transform 620ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 420ms ease;
}

.yc-about-hero__visual:hover {
  transform: translate3d(-12px, -8px, 0) scale(1.03) rotate(0deg);
  box-shadow: 0 34px 90px rgba(0, 49, 83, 0.22);
}

.yc-about-hero__visual img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 430px;
  object-fit: cover;
}

.yc-about-hero__stat {
  position: absolute;
  right: 24px;
  bottom: 24px;
  left: 24px;
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 4px 14px;
  align-items: center;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 18px 42px rgba(0, 49, 83, 0.12);
  backdrop-filter: blur(14px);
}

.yc-about-hero__stat .material-symbols-outlined {
  grid-row: span 2;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 999px;
  background: var(--yc-about-lime);
  color: var(--yc-about-navy);
}

.yc-about-hero__stat strong {
  color: var(--yc-about-navy);
  font-family: "Hanken Grotesk", Inter, sans-serif;
  font-size: 28px;
  line-height: 1;
}

.yc-about-hero__stat small {
  color: var(--yc-about-muted);
  font-size: 13px;
  line-height: 1.2;
}

.yc-about-proof {
  padding: clamp(34px, 4vw, 48px) 0;
  background: var(--yc-about-navy);
}

.yc-about-proof__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.yc-about-proof__grid div {
  text-align: center;
}

.yc-about-proof strong,
.yc-about-proof span {
  display: block;
}

.yc-about-proof strong {
  color: var(--yc-about-lime);
  font-family: "Hanken Grotesk", Inter, sans-serif;
  font-size: clamp(38px, 5vw, 64px);
  line-height: 1;
}

.yc-about-proof span {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.yc-about-section {
  padding: clamp(64px, 8vw, 104px) 0;
  background: #ffffff;
}

.yc-about-section--soft {
  background: #f8f9fa;
}

.yc-about-section-head {
  max-width: 760px;
  margin: 0 auto 48px;
  text-align: center;
}

.yc-about-section-head span,
.yc-about-mission__card > span {
  display: inline-block;
  margin-bottom: 12px;
  color: var(--yc-about-blue);
  font-family: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.yc-about-section-head h2,
.yc-about-network h2,
.yc-about-final h2 {
  margin: 0 0 16px;
  color: var(--yc-about-navy);
  font-family: "Hanken Grotesk", Inter, sans-serif;
  font-size: clamp(34px, 4.5vw, 54px);
  font-weight: 700;
  line-height: 1.05;
}

.yc-about-section-head p,
.yc-about-network p,
.yc-about-final p {
  margin: 0;
  color: var(--yc-about-muted);
  font-size: 18px;
  line-height: 1.7;
}

.yc-about-timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.yc-about-timecard,
.yc-about-mission__card,
.yc-about-values,
.yc-about-difference article {
  border: 1px solid var(--yc-about-line);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(0, 49, 83, 0.06);
}

.yc-about-timecard {
  position: relative;
  padding: 28px;
}

.yc-about-timecard::before,
.yc-about-difference article::before {
  content: "";
  display: block;
  width: 36px;
  height: 3px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: var(--yc-about-lime);
}

.yc-about-timecard span {
  display: inline-block;
  margin-bottom: 12px;
  color: var(--yc-about-blue);
  font-family: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 13px;
  font-weight: 700;
}

.yc-about-timecard h3,
.yc-about-values h3,
.yc-about-difference h3,
.yc-about-network__list h3 {
  margin: 0 0 10px;
  color: var(--yc-about-navy);
  font-family: "Hanken Grotesk", Inter, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.15;
}

.yc-about-timecard p,
.yc-about-values p,
.yc-about-difference p,
.yc-about-network__list p {
  margin: 0;
  color: var(--yc-about-muted);
  line-height: 1.65;
}

.yc-about-mission {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 24px;
}

.yc-about-mission__card {
  display: flex;
  min-height: 360px;
  flex-direction: column;
  justify-content: center;
  padding: clamp(28px, 4vw, 48px);
}

.yc-about-mission__card--primary {
  grid-column: span 7;
  background: var(--yc-about-navy);
  color: #ffffff;
}

.yc-about-mission__card--primary > span,
.yc-about-mission__card--primary h2 {
  color: var(--yc-about-lime);
}

.yc-about-mission__card--primary p {
  color: rgba(255, 255, 255, 0.88);
}

.yc-about-mission__card h2,
.yc-about-values h2 {
  margin: 0 0 18px;
  color: var(--yc-about-navy);
  font-family: "Hanken Grotesk", Inter, sans-serif;
  font-size: clamp(30px, 3.5vw, 44px);
  font-weight: 700;
  line-height: 1.08;
}

.yc-about-mission__card p {
  margin: 0;
  color: var(--yc-about-muted);
  font-size: 18px;
  line-height: 1.7;
}

.yc-about-mission__media {
  position: relative;
  grid-column: span 5;
  min-height: 360px;
  border-radius: 24px;
  overflow: hidden;
}

.yc-about-mission__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 800ms ease;
}

.yc-about-mission__media:hover img {
  transform: scale(1.06);
}

.yc-about-mission__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 49, 83, 0.04), rgba(0, 49, 83, 0.72));
}

.yc-about-mission__media div {
  position: absolute;
  bottom: 28px;
  left: 28px;
  z-index: 1;
  color: #ffffff;
  font-family: "Hanken Grotesk", Inter, sans-serif;
  font-size: 28px;
  font-weight: 700;
}

.yc-about-mission__card:not(.yc-about-mission__card--primary) {
  grid-column: span 5;
}

.yc-about-values {
  grid-column: span 7;
  padding: clamp(28px, 4vw, 48px);
  background: #f3f4f5;
}

.yc-about-values > div {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.yc-about-values section {
  margin: 0;
}

.yc-about-values .material-symbols-outlined,
.yc-about-difference .material-symbols-outlined,
.yc-about-network__list .material-symbols-outlined {
  color: var(--yc-about-blue);
  font-size: 32px;
}

.yc-about-section--network {
  background: linear-gradient(135deg, var(--yc-about-navy-2), var(--yc-about-blue));
}

.yc-about-network {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
}

.yc-about-section--network .yc-about-eyebrow,
.yc-about-section--network h2,
.yc-about-section--network p {
  color: #ffffff;
}

.yc-about-section--network .yc-about-eyebrow {
  border-color: rgba(203, 220, 0, 0.34);
  background: rgba(0, 28, 59, 0.34);
  color: var(--yc-about-lime);
  box-shadow: none;
}

.yc-about-section--network p {
  color: rgba(255, 255, 255, 0.76);
}

.yc-about-section--network .yc-about-eyebrow::before {
  background: var(--yc-about-lime);
  box-shadow: 0 0 0 4px rgba(203, 220, 0, 0.16);
}

.yc-about-network__list {
  display: grid;
  gap: 14px;
}

.yc-about-network__list article {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 16px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 20px;
  background: rgba(0, 28, 59, 0.24);
  box-shadow: 0 18px 42px rgba(0, 28, 59, 0.16);
}

.yc-about-network__list h3 {
  color: #ffffff;
}

.yc-about-network__list p {
  color: rgba(255, 255, 255, 0.78);
}

.yc-about-network__list .material-symbols-outlined {
  color: var(--yc-about-lime);
}

.yc-about-difference {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.yc-about-difference article {
  padding: 30px;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.yc-about-difference article:hover {
  border-color: rgba(0, 74, 141, 0.24);
  box-shadow: 0 22px 52px rgba(0, 49, 83, 0.11);
  transform: translateY(-5px);
}

.yc-about-difference .material-symbols-outlined {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: rgba(0, 74, 141, 0.09);
}

.yc-about-section--cta {
  background: #ffffff;
}

.yc-about-final {
  position: relative;
  overflow: hidden;
  padding: clamp(34px, 5vw, 64px);
  border: 1px solid var(--yc-about-line);
  border-radius: 32px;
  background:
    radial-gradient(circle at 100% 0%, rgba(203, 220, 0, 0.14), transparent 34%),
    #ffffff;
  box-shadow: 0 22px 58px rgba(0, 49, 83, 0.1);
  text-align: center;
}

.yc-about-final p {
  max-width: 680px;
  margin: 0 auto 28px;
}

.yc-about-final > div {
  justify-content: center;
}

/* Privacy policy page */

.yc-privacy-page {
  --yc-privacy-blue: #004a8d;
  --yc-privacy-blue-2: #275fa3;
  --yc-privacy-navy: #003153;
  --yc-privacy-navy-2: #001c3b;
  --yc-privacy-lime: #cbdc00;
  --yc-privacy-text: #191c1d;
  --yc-privacy-muted: #424750;
  --yc-privacy-soft: #f8f9fa;
  --yc-privacy-surface: #ffffff;
  --yc-privacy-line: rgba(114, 119, 130, 0.18);
  display: block;
  width: 100vw;
  margin-top: 0 !important;
  margin-right: calc(50% - 50vw);
  margin-bottom: 0;
  margin-left: calc(50% - 50vw);
  color: var(--yc-privacy-text);
  background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 42%, #f8f9fa 100%);
  overflow: hidden;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.yc-privacy-page,
.yc-privacy-page * {
  box-sizing: border-box;
}

.yc-privacy-page :is(h1, h2, h3, p) {
  letter-spacing: 0;
}

.yc-privacy-wrap {
  width: min(100% - 32px, 1280px);
  margin: 0 auto;
}

.yc-privacy-hero {
  padding: clamp(64px, 8vw, 104px) 0;
  background:
    radial-gradient(circle at 86% 12%, rgba(203, 220, 0, 0.16), transparent 32%),
    linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.yc-privacy-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.48fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
}

.yc-privacy-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  margin-bottom: 18px;
  padding: 7px 13px;
  border: 1px solid rgba(0, 74, 141, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  color: var(--yc-privacy-navy);
  box-shadow: 0 10px 24px rgba(0, 49, 83, 0.06);
  font-family: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.yc-privacy-eyebrow::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--yc-privacy-lime);
  box-shadow: 0 0 0 4px rgba(203, 220, 0, 0.18);
}

.yc-privacy-hero h1 {
  margin: 0 0 22px;
  color: var(--yc-privacy-navy);
  font-family: "Hanken Grotesk", Inter, sans-serif;
  font-size: clamp(44px, 6vw, 76px);
  font-weight: 700;
  line-height: 0.98;
}

.yc-privacy-hero p {
  max-width: 760px;
  margin: 0;
  color: var(--yc-privacy-muted);
  font-size: clamp(17px, 1.5vw, 20px);
  line-height: 1.65;
}

.yc-privacy-meta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 28px;
  color: #727782;
  font-family: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.yc-privacy-meta .material-symbols-outlined {
  color: var(--yc-privacy-blue);
  font-size: 20px;
}

.yc-privacy-owner {
  padding: clamp(24px, 3vw, 34px);
  border: 1px solid var(--yc-privacy-line);
  border-radius: 28px;
  background: #ffffff;
  box-shadow: 0 18px 50px rgba(0, 49, 83, 0.09);
}

.yc-privacy-owner .material-symbols-outlined {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  margin-bottom: 20px;
  border-radius: 16px;
  background: rgba(0, 74, 141, 0.09);
  color: var(--yc-privacy-blue);
  font-size: 30px;
}

.yc-privacy-owner h2 {
  margin: 0 0 14px;
  color: var(--yc-privacy-navy);
  font-family: "Hanken Grotesk", Inter, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.08;
}

.yc-privacy-owner p {
  margin: 0 0 16px;
  color: var(--yc-privacy-muted);
  line-height: 1.65;
}

.yc-privacy-owner a,
.yc-privacy-content a {
  color: var(--yc-privacy-blue);
  font-weight: 700;
  text-decoration: none;
}

.yc-privacy-owner a:hover,
.yc-privacy-content a:hover {
  color: var(--yc-privacy-navy);
}

.yc-privacy-layout {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: clamp(28px, 5vw, 72px);
  padding: clamp(58px, 7vw, 92px) 0;
}

.yc-privacy-nav {
  position: sticky;
  top: 104px;
  display: grid;
  align-self: start;
  gap: 8px;
  padding: 18px;
  border: 1px solid var(--yc-privacy-line);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 12px 30px rgba(0, 49, 83, 0.06);
}

.yc-privacy-nav a {
  padding: 10px 12px;
  border-radius: 999px;
  color: var(--yc-privacy-muted);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.yc-privacy-nav a:hover,
.yc-privacy-nav a:focus-visible {
  background: rgba(203, 220, 0, 0.18);
  color: var(--yc-privacy-navy);
}

.yc-privacy-content {
  display: grid;
  gap: 26px;
}

.yc-privacy-section,
.yc-privacy-highlight,
.yc-privacy-contact {
  padding: clamp(26px, 3.5vw, 42px);
  border: 1px solid var(--yc-privacy-line);
  border-radius: 28px;
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(0, 49, 83, 0.06);
  scroll-margin-top: 112px;
}

.yc-privacy-section--soft {
  background: #f3f4f5;
}

.yc-privacy-kicker {
  display: inline-flex;
  margin-bottom: 14px;
  color: var(--yc-privacy-blue);
  font-family: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 13px;
  font-weight: 700;
}

.yc-privacy-section h2,
.yc-privacy-highlight h2,
.yc-privacy-contact h2 {
  margin: 0 0 16px;
  color: var(--yc-privacy-navy);
  font-family: "Hanken Grotesk", Inter, sans-serif;
  font-size: clamp(30px, 3.5vw, 44px);
  font-weight: 700;
  line-height: 1.08;
}

.yc-privacy-section p,
.yc-privacy-highlight p,
.yc-privacy-contact p {
  margin: 0;
  color: var(--yc-privacy-muted);
  font-size: 17px;
  line-height: 1.72;
}

.yc-privacy-bases {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 22px;
}

.yc-privacy-bases article,
.yc-privacy-rights article {
  border: 1px solid var(--yc-privacy-line);
  border-radius: 20px;
  background: #f8f9fa;
}

.yc-privacy-bases article {
  padding: 22px;
}

.yc-privacy-bases .material-symbols-outlined {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  margin-bottom: 16px;
  border-radius: 14px;
  background: rgba(0, 74, 141, 0.09);
  color: var(--yc-privacy-blue);
}

.yc-privacy-bases h3 {
  margin: 0 0 10px;
  color: var(--yc-privacy-navy);
  font-family: "Hanken Grotesk", Inter, sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.14;
}

.yc-privacy-bases p {
  font-size: 15px;
  line-height: 1.62;
}

.yc-privacy-list {
  display: grid;
  gap: 12px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.yc-privacy-list li {
  position: relative;
  padding: 18px 18px 18px 50px;
  border: 1px solid var(--yc-privacy-line);
  border-radius: 18px;
  background: #f8f9fa;
  color: var(--yc-privacy-muted);
  line-height: 1.65;
}

.yc-privacy-list li::before {
  content: "check_circle";
  position: absolute;
  top: 18px;
  left: 18px;
  color: var(--yc-privacy-lime);
  font-family: "Material Symbols Outlined";
  font-size: 21px;
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 20;
}

.yc-privacy-list strong {
  color: var(--yc-privacy-navy);
}

.yc-privacy-highlight {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 22px;
  align-items: start;
  background: linear-gradient(135deg, var(--yc-privacy-navy-2), var(--yc-privacy-blue));
}

.yc-privacy-highlight > .material-symbols-outlined {
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.1);
  color: var(--yc-privacy-lime);
  font-size: 34px;
}

.yc-privacy-highlight h2 {
  color: #ffffff;
}

.yc-privacy-highlight p {
  color: rgba(255, 255, 255, 0.78);
}

.yc-privacy-rights {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 22px;
}

.yc-privacy-rights article {
  padding: 16px;
  color: var(--yc-privacy-navy);
  font-weight: 700;
  text-align: center;
}

.yc-privacy-contact {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  background:
    radial-gradient(circle at 100% 0%, rgba(203, 220, 0, 0.14), transparent 34%),
    #ffffff;
}

.yc-privacy-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 52px;
  padding: 15px 24px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--yc-privacy-blue), var(--yc-privacy-navy));
  box-shadow: 0 14px 30px rgba(0, 74, 141, 0.18);
  color: #ffffff !important;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.1;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.yc-privacy-btn:hover,
.yc-privacy-btn:focus-visible {
  color: #ffffff !important;
  box-shadow: 0 18px 38px rgba(0, 49, 83, 0.22);
  transform: translateY(-2px);
}

.yc-privacy-btn .material-symbols-outlined {
  font-size: 20px;
}

/* Verifica copertura page */

.yc-check-page {
  --yc-check-blue: #004a8d;
  --yc-check-blue-2: #275fa3;
  --yc-check-navy: #003153;
  --yc-check-navy-2: #001c3b;
  --yc-check-lime: #cbdc00;
  --yc-check-text: #191c1d;
  --yc-check-muted: #424750;
  --yc-check-soft: #f8f9fa;
  --yc-check-surface: #ffffff;
  --yc-check-line: rgba(114, 119, 130, 0.18);
  display: block;
  width: 100vw;
  margin-top: 0 !important;
  margin-right: calc(50% - 50vw);
  margin-bottom: 0;
  margin-left: calc(50% - 50vw);
  color: var(--yc-check-text);
  background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 42%, #f8f9fa 100%);
  overflow: hidden;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.yc-check-page,
.yc-check-page * {
  box-sizing: border-box;
}

.yc-check-page :is(h1, h2, h3, p) {
  letter-spacing: 0;
}

.yc-check-wrap {
  width: min(100% - 32px, 1280px);
  margin: 0 auto;
}

.yc-check-hero {
  padding: clamp(64px, 8vw, 104px) 0;
  background:
    radial-gradient(circle at 82% 12%, rgba(203, 220, 0, 0.16), transparent 32%),
    linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.yc-check-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.72fr);
  gap: clamp(32px, 5vw, 72px);
  align-items: center;
}

.yc-check-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  margin-bottom: 18px;
  padding: 7px 13px;
  border: 1px solid rgba(0, 74, 141, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  color: var(--yc-check-navy);
  box-shadow: 0 10px 24px rgba(0, 49, 83, 0.06);
  font-family: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.yc-check-eyebrow::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--yc-check-lime);
  box-shadow: 0 0 0 4px rgba(203, 220, 0, 0.18);
}

.yc-check-hero h1 {
  max-width: 11ch;
  margin: 0 0 24px;
  color: var(--yc-check-navy);
  font-family: "Hanken Grotesk", Inter, sans-serif;
  font-size: clamp(44px, 6vw, 76px);
  font-weight: 700;
  line-height: 0.98;
}

.yc-check-hero__copy p {
  max-width: 680px;
  margin: 0 0 30px;
  color: var(--yc-check-muted);
  font-size: clamp(17px, 1.5vw, 20px);
  line-height: 1.65;
}

.yc-check-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  max-width: 680px;
}

.yc-check-proof div {
  padding: 16px;
  border: 1px solid var(--yc-check-line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 10px 24px rgba(0, 49, 83, 0.06);
}

.yc-check-proof strong,
.yc-check-proof span {
  display: block;
}

.yc-check-proof strong {
  color: var(--yc-check-blue);
  font-family: "Hanken Grotesk", Inter, sans-serif;
  font-size: 26px;
  line-height: 1;
}

.yc-check-proof span {
  margin-top: 7px;
  color: var(--yc-check-muted);
  font-size: 13px;
  font-weight: 700;
}

.yc-check-panel {
  padding: clamp(24px, 3vw, 34px);
  border: 1px solid var(--yc-check-line);
  border-radius: 30px;
  background: #ffffff;
  box-shadow: 0 24px 64px rgba(0, 49, 83, 0.12);
}

.yc-check-panel h2 {
  margin: 0 0 10px;
  color: var(--yc-check-navy);
  font-family: "Hanken Grotesk", Inter, sans-serif;
  font-size: clamp(30px, 3vw, 40px);
  line-height: 1.06;
}

.yc-check-panel p {
  margin: 0 0 22px;
  color: var(--yc-check-muted);
  line-height: 1.6;
}

.yc-check-panel__tag {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  margin-bottom: 16px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(203, 220, 0, 0.18);
  color: var(--yc-check-navy);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.yc-check-card-list {
  display: grid;
  gap: 12px;
  margin-top: 22px;
}

.yc-check-card-list article {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding: 16px;
  border: 1px solid var(--yc-check-line);
  border-radius: 20px;
  background: #f8f9fa;
}

.yc-check-card-list .material-symbols-outlined {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(0, 74, 141, 0.12), rgba(203, 220, 0, 0.18));
  color: var(--yc-check-blue);
  font-size: 24px;
}

.yc-check-card-list h3 {
  margin: 0 0 5px;
  color: var(--yc-check-navy);
  font-family: "Hanken Grotesk", Inter, sans-serif;
  font-size: 18px;
  line-height: 1.15;
}

.yc-check-card-list p {
  margin: 0;
  font-size: 14px;
  line-height: 1.45;
}

.yc-check-form {
  display: grid;
  gap: 12px;
}

.yc-check-form label:not(.yc-check-consent) {
  display: grid;
  gap: 7px;
}

.yc-check-form label > span:first-child {
  color: var(--yc-check-navy);
  font-size: 13px;
  font-weight: 700;
}

.yc-check-form input {
  width: 100%;
  min-height: 52px;
  padding: 0 16px;
  border: 1px solid var(--yc-check-line);
  border-radius: 999px !important;
  outline: none;
  color: var(--yc-check-text);
  font: inherit;
  font-size: 15px;
}

.yc-check-form input:focus {
  border-color: var(--yc-check-blue);
  box-shadow: 0 0 0 4px rgba(0, 74, 141, 0.1);
}

.yc-check-consent {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 10px;
  align-items: start;
  margin: 6px 0;
  color: var(--yc-check-muted);
  font-size: 13px;
  line-height: 1.45;
}

.yc-check-consent input {
  min-height: 18px;
  width: 18px;
  margin-top: 2px;
  padding: 0;
  border-radius: 4px !important;
}

.yc-check-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 52px;
  padding: 15px 24px;
  border: 1px solid transparent;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--yc-check-blue), var(--yc-check-navy));
  box-shadow: 0 14px 30px rgba(0, 74, 141, 0.18);
  color: #ffffff !important;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.yc-check-btn:hover,
.yc-check-btn:focus-visible {
  color: #ffffff !important;
  box-shadow: 0 18px 38px rgba(0, 49, 83, 0.22);
  transform: translateY(-2px);
}

.yc-check-btn .material-symbols-outlined {
  font-size: 20px;
  transition: transform 180ms ease;
}

.yc-check-btn:hover .material-symbols-outlined,
.yc-check-btn:focus-visible .material-symbols-outlined {
  transform: translateX(3px);
}

.yc-check-panel small {
  display: block;
  margin-top: 14px;
  color: #727782;
  font-size: 12px;
  line-height: 1.5;
}

.yc-check-panel small a {
  color: var(--yc-check-blue);
  font-weight: 700;
  text-decoration: none;
}

.yc-check-shortcut-section {
  padding: 0 0 clamp(64px, 8vw, 104px);
  background: #ffffff;
}

.yc-check-shortcut {
  padding: clamp(26px, 4vw, 44px);
  border: 1px solid var(--yc-check-line);
  border-radius: 30px;
  background: #ffffff;
  box-shadow: 0 24px 64px rgba(0, 49, 83, 0.1);
}

.yc-check-shortcut__head {
  max-width: 820px;
  margin-bottom: 26px;
}

.yc-check-shortcut__head h2 {
  margin: 10px 0 12px;
  color: var(--yc-check-navy);
  font-family: "Hanken Grotesk", Inter, sans-serif;
  font-size: clamp(34px, 4vw, 54px);
  line-height: 0.98;
}

.yc-check-shortcut__head p {
  max-width: 720px;
  margin: 0;
  color: var(--yc-check-muted);
  font-size: 17px;
  line-height: 1.65;
}

.yc-check-shortcut__embed {
  padding: clamp(18px, 3vw, 28px);
  border: 1px solid rgba(0, 49, 83, 0.08);
  border-radius: 24px;
  background: #f8f9fa;
}

.yc-check-shortcut__embed :is(input, select, textarea) {
  width: 100%;
  min-height: 52px;
  border: 1px solid var(--yc-check-line);
  border-radius: 16px;
  color: var(--yc-check-text);
  font: inherit;
}

.yc-check-shortcut__embed :is(button, input[type="submit"], .button, .elementor-button) {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--yc-check-blue), var(--yc-check-navy));
  color: #ffffff !important;
  font-weight: 800;
  text-decoration: none;
}

.yc-check-shortcut__embed .ycsub-seg :is(svg, i, img, .material-symbols-outlined, [class*="icon"]) {
  display: none !important;
}

.yc-check-shortcut__embed .ycsub-seg :is(button, label, a) {
  gap: 0;
}

.yc-check-shortcut__embed .ycsub-seg :is(.is-active, .active, .selected, [aria-selected="true"], [aria-pressed="true"], input:checked + label) {
  border-color: rgba(0, 49, 83, 0.22) !important;
  background: linear-gradient(135deg, var(--yc-check-navy), var(--yc-check-blue)) !important;
  box-shadow: 0 12px 28px rgba(0, 49, 83, 0.18) !important;
  color: #ffffff !important;
}

.yc-check-shortcut__embed .ycsub-seg :is(.is-active, .active, .selected, [aria-selected="true"], [aria-pressed="true"], input:checked + label) * {
  color: inherit !important;
}

.yc-check-shortcut small {
  display: block;
  margin-top: 16px;
  color: #727782;
  font-size: 12px;
  line-height: 1.5;
}

.yc-check-shortcut small a {
  color: var(--yc-check-blue);
  font-weight: 700;
  text-decoration: none;
}

.yc-check-section {
  padding: clamp(64px, 8vw, 104px) 0;
  background: #ffffff;
}

.yc-check-section--soft {
  background: #f8f9fa;
}

.yc-check-section-head {
  max-width: 760px;
  margin: 0 auto 48px;
  text-align: center;
}

.yc-check-section-head span {
  display: inline-block;
  margin-bottom: 12px;
  color: var(--yc-check-blue);
  font-family: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.yc-check-section-head h2,
.yc-check-faq h2,
.yc-check-final h2 {
  margin: 0 0 16px;
  color: var(--yc-check-navy);
  font-family: "Hanken Grotesk", Inter, sans-serif;
  font-size: clamp(34px, 4.5vw, 54px);
  font-weight: 700;
  line-height: 1.05;
}

.yc-check-section-head p,
.yc-check-faq p,
.yc-check-final p {
  margin: 0;
  color: var(--yc-check-muted);
  font-size: 18px;
  line-height: 1.7;
}

.yc-check-benefits,
.yc-check-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.yc-check-benefits article,
.yc-check-steps article,
.yc-check-faq__list details {
  border: 1px solid var(--yc-check-line);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(0, 49, 83, 0.06);
}

.yc-check-benefits article,
.yc-check-steps article {
  padding: 30px;
}

.yc-check-benefits .material-symbols-outlined {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: rgba(0, 74, 141, 0.09);
  color: var(--yc-check-blue);
  font-size: 30px;
}

.yc-check-benefits h3,
.yc-check-steps h3 {
  margin: 0 0 10px;
  color: var(--yc-check-navy);
  font-family: "Hanken Grotesk", Inter, sans-serif;
  font-size: 22px;
  line-height: 1.15;
}

.yc-check-benefits p,
.yc-check-steps p {
  margin: 0;
  color: var(--yc-check-muted);
  line-height: 1.65;
}

.yc-check-steps article {
  position: relative;
  text-align: center;
}

.yc-check-steps strong {
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  margin: 0 auto 20px;
  border: 4px solid var(--yc-check-lime);
  border-radius: 999px;
  background: #ffffff;
  color: var(--yc-check-navy);
  font-family: "Hanken Grotesk", Inter, sans-serif;
  font-size: 28px;
}

.yc-check-section--faq {
  background: #f8f9fa;
}

.yc-check-faq {
  display: grid;
  grid-template-columns: minmax(0, 0.7fr) minmax(0, 1.3fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: start;
}

.yc-check-faq__list {
  display: grid;
  gap: 14px;
}

.yc-check-faq__list details {
  padding: 22px;
}

.yc-check-faq__list summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: var(--yc-check-navy);
  cursor: pointer;
  list-style: none;
  font-size: 18px;
  font-weight: 700;
}

.yc-check-faq__list summary::-webkit-details-marker {
  display: none;
}

.yc-check-faq__list summary::after {
  content: "+";
  color: var(--yc-check-blue);
  font-size: 24px;
}

.yc-check-faq__list details[open] summary::after {
  content: "-";
}

.yc-check-faq__list p {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid var(--yc-check-line);
}

.yc-check-section--cta {
  background: #ffffff;
}

.yc-check-final {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  padding: clamp(34px, 5vw, 64px);
  border-radius: 30px;
  background: linear-gradient(135deg, var(--yc-check-navy-2), var(--yc-check-blue));
  box-shadow: 0 24px 64px rgba(0, 49, 83, 0.18);
}

.yc-check-final h2 {
  color: #ffffff;
}

.yc-check-final p {
  color: rgba(255, 255, 255, 0.78);
}

.yc-check-final .yc-check-btn {
  background: linear-gradient(135deg, var(--yc-check-lime), #e6ef42);
  color: var(--yc-check-navy) !important;
  box-shadow: 0 14px 28px rgba(203, 220, 0, 0.2);
}

/* Hero */

.hero-section {
  position: relative;
  width: 100vw;
  min-height: 100svh !important;
  min-height: 100dvh !important;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  overflow: hidden;
  isolation: isolate;
}

.hero-section > .absolute.inset-0.z-0,
.hero-section > .absolute.inset-0 {
  position: absolute;
  inset: 0;
  min-height: 100%;
}

.hero-visual-card {
  position: relative;
  width: min(100%, 480px);
  height: 600px;
  overflow: hidden;
  transform: rotate(2deg);
  transform-origin: center;
  transition:
    transform 620ms cubic-bezier(0.22, 1, 0.36, 1),
    border-radius 620ms ease,
    box-shadow 620ms ease,
    border-color 620ms ease;
  will-change: transform;
}

.hero-visual-card:hover {
  transform: translate3d(-44px, -12px, 0) scale(1.12) rotate(0deg);
  border-radius: 28px;
  border-color: rgba(255, 255, 255, 0.78);
  box-shadow: 0 36px 90px rgba(0, 49, 83, 0.28);
}

.hero-testimonial-image {
  object-position: 42% center;
}

.hero-testimonial-backdrop,
.hero-gradient {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  min-height: 100svh;
  min-height: 100dvh;
}

.hero-visual-card > .hero-testimonial-image {
  display: block;
  width: 100% !important;
  height: 100% !important;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover !important;
  object-position: 42% center;
}

.hero-testimonial-backdrop {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 42% center;
  opacity: 0.24;
  transform: scale(1);
  transition:
    opacity 520ms ease,
    transform 900ms cubic-bezier(0.22, 1, 0.36, 1),
    filter 900ms ease;
  filter: saturate(1.04) blur(2px);
}

.hero-section:has(.hero-visual-card:hover) .hero-testimonial-backdrop {
  opacity: 0;
  transform: scale(1.08);
  filter: saturate(0.9) blur(8px);
}

.hero-section:has(.hero-visual-card:hover) .hero-gradient {
  opacity: 0.96;
}

.hero-gradient {
  background: linear-gradient(90deg, #f8f9fa 0%, rgba(248, 249, 250, 0.6) 52%, rgba(248, 249, 250, 0) 100%);
  background-size: 135% 135%;
  opacity: 0.96;
  animation: hero-gradient-drift 34s ease-in-out infinite alternate;
  transition: opacity 520ms ease;
  will-change: background-position, opacity;
}

.hero-visual-card > .glass-card {
  position: absolute;
  right: 24px;
  bottom: 24px;
  left: 24px;
  z-index: 2;
}

.hero-section .mt-8 .w-10.h-10,
.hero-section .mt-8 .rounded-full.overflow-hidden {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  overflow: hidden;
}

.hero-section .mt-8 .rounded-full.overflow-hidden img,
.hero-section .mt-8 .w-10.h-10 img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center;
}

@keyframes hero-gradient-drift {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 42% 47%;
  }

  100% {
    background-position: 78% 53%;
  }
}

/* Blog section */

section.py-24.bg-deep-navy.text-on-primary {
  background: #003153;
  color: #ffffff;
}

section.py-24.bg-deep-navy.text-on-primary > .max-w-container-max {
  width: min(100%, 1280px);
  margin: 0 auto;
  padding-right: 48px;
  padding-left: 48px;
}

section.py-24.bg-deep-navy.text-on-primary .flex.flex-col.md\:flex-row.justify-between.items-end.mb-16.gap-6 {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 64px;
}

section.py-24.bg-deep-navy.text-on-primary h2.font-headline-lg.text-headline-lg {
  margin: 0 0 16px;
  color: #ffffff;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(2rem, 1.5rem + 1.4vw, 3.25rem);
  line-height: 1.05;
  font-weight: 700;
  letter-spacing: 0;
}

section.py-24.bg-deep-navy.text-on-primary p.font-body-lg.text-body-lg {
  max-width: 640px;
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1.125rem;
  line-height: 1.65;
  font-weight: 400;
}

section.py-24.bg-deep-navy.text-on-primary > div > div:first-child > a.group {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding-bottom: 4px;
  color: #cbdc00;
  border-bottom: 1px solid rgba(203, 220, 0, 0.3);
  text-decoration: none;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.95rem;
  line-height: 1.2;
  font-weight: 600;
  transition: border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

section.py-24.bg-deep-navy.text-on-primary > div > div:first-child > a.group:hover,
section.py-24.bg-deep-navy.text-on-primary > div > div:first-child > a.group:focus-visible {
  color: #cbdc00;
  border-bottom-color: #cbdc00;
}

section.py-24.bg-deep-navy.text-on-primary > div > div:first-child > a.group .material-symbols-outlined {
  transition: transform 180ms ease;
}

section.py-24.bg-deep-navy.text-on-primary > div > div:first-child > a.group:hover .material-symbols-outlined,
section.py-24.bg-deep-navy.text-on-primary > div > div:first-child > a.group:focus-visible .material-symbols-outlined {
  transform: translateX(4px);
}

section.py-24.bg-deep-navy.text-on-primary .grid.grid-cols-1.md\:grid-cols-4.grid-rows-2.gap-6.min-h-\[600px\] {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 24px;
  min-height: 600px;
}

section.py-24.bg-deep-navy.text-on-primary .md\:col-span-2.md\:row-span-2.relative.rounded-\[32px\].overflow-hidden.group.bento-item {
  position: relative;
  grid-column: span 2 / span 2;
  grid-row: span 2 / span 2;
  min-height: 600px;
  border-radius: 32px;
  overflow: hidden;
}

section.py-24.bg-deep-navy.text-on-primary .md\:col-span-2.md\:row-span-2.relative.rounded-\[32px\].overflow-hidden.group.bento-item > img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 700ms ease;
}

section.py-24.bg-deep-navy.text-on-primary .md\:col-span-2.md\:row-span-2.relative.rounded-\[32px\].overflow-hidden.group.bento-item:hover > img {
  transform: scale(1.05);
}

section.py-24.bg-deep-navy.text-on-primary .md\:col-span-2.md\:row-span-2.relative.rounded-\[32px\].overflow-hidden.group.bento-item > .absolute.inset-0.bg-gradient-to-t.from-deep-navy.via-deep-navy\/20.to-transparent {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 49, 83, 0) 0%, rgba(0, 49, 83, 0.18) 38%, rgba(0, 49, 83, 0.92) 100%);
}

section.py-24.bg-deep-navy.text-on-primary .md\:col-span-2.md\:row-span-2.relative.rounded-\[32px\].overflow-hidden.group.bento-item > .absolute.bottom-0.left-0.p-10 {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  padding: 40px;
}

section.py-24.bg-deep-navy.text-on-primary .md\:col-span-2.md\:row-span-2.relative.rounded-\[32px\].overflow-hidden.group.bento-item .bg-electric-lime.text-deep-navy {
  display: inline-block;
  margin-bottom: 16px;
  padding: 6px 14px;
  border-radius: 999px;
  background: #cbdc00;
  color: #003153;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 600;
}

section.py-24.bg-deep-navy.text-on-primary .md\:col-span-2.md\:row-span-2.relative.rounded-\[32px\].overflow-hidden.group.bento-item h3.font-headline-lg.text-headline-lg {
  margin: 0 0 16px;
  max-width: 11ch;
  color: #ffffff;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(1.8rem, 1.3rem + 1vw, 2.6rem);
  line-height: 1.08;
  font-weight: 700;
}

section.py-24.bg-deep-navy.text-on-primary .md\:col-span-2.md\:row-span-2.relative.rounded-\[32px\].overflow-hidden.group.bento-item p.font-body-md.text-body-md.text-on-primary\/80 {
  max-width: 36ch;
  margin: 0 0 24px;
  color: rgba(255, 255, 255, 0.8);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1rem;
  line-height: 1.6;
}

section.py-24.bg-deep-navy.text-on-primary .md\:col-span-2.md\:row-span-2.relative.rounded-\[32px\].overflow-hidden.group.bento-item button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #ffffff;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.95rem;
  line-height: 1.2;
  font-weight: 600;
  cursor: pointer;
  transition: color 180ms ease;
}

section.py-24.bg-deep-navy.text-on-primary .md\:col-span-2.md\:row-span-2.relative.rounded-\[32px\].overflow-hidden.group.bento-item:hover button {
  color: #cbdc00;
}

section.py-24.bg-deep-navy.text-on-primary .md\:col-span-2.bg-white\/5.rounded-\[32px\].p-8.border.border-white\/10.hover\:bg-white\/10.transition-colors.bento-item.flex.flex-col.justify-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 288px;
  padding: 32px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.05);
  transition: background-color 220ms ease, border-color 220ms ease, transform 300ms cubic-bezier(0.34, 1.56, 0.64, 1);
}

section.py-24.bg-deep-navy.text-on-primary .md\:col-span-2.bg-white\/5.rounded-\[32px\].p-8.border.border-white\/10.hover\:bg-white\/10.transition-colors.bento-item.flex.flex-col.justify-center:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.14);
}

section.py-24.bg-deep-navy.text-on-primary .md\:col-span-2.bg-white\/5.rounded-\[32px\].p-8.border.border-white\/10.hover\:bg-white\/10.transition-colors.bento-item.flex.flex-col.justify-center > .flex.items-center.gap-6 {
  display: flex;
  align-items: center;
  gap: 24px;
}

section.py-24.bg-deep-navy.text-on-primary .w-20.h-20.bg-corporate-blue.rounded-2xl.flex.items-center.justify-center.flex-shrink-0 {
  display: flex;
  width: 80px;
  height: 80px;
  flex: 0 0 80px;
  align-items: center;
  justify-content: center;
  border-radius: 24px;
  background: #004a8d;
}

section.py-24.bg-deep-navy.text-on-primary .w-20.h-20.bg-corporate-blue.rounded-2xl.flex.items-center.justify-center.flex-shrink-0 .material-symbols-outlined {
  color: #cbdc00;
  font-size: 2.25rem;
  line-height: 1;
}

section.py-24.bg-deep-navy.text-on-primary .md\:col-span-2.bg-white\/5.rounded-\[32px\].p-8.border.border-white\/10.hover\:bg-white\/10.transition-colors.bento-item.flex.flex-col.justify-center h3.font-headline-md.text-headline-md {
  margin: 0 0 8px;
  color: #ffffff;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1.6rem;
  line-height: 1.18;
  font-weight: 700;
}

section.py-24.bg-deep-navy.text-on-primary .md\:col-span-2.bg-white\/5.rounded-\[32px\].p-8.border.border-white\/10.hover\:bg-white\/10.transition-colors.bento-item.flex.flex-col.justify-center p.font-body-md.text-body-md.text-on-primary\/60 {
  margin: 0;
  color: rgba(255, 255, 255, 0.6);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1rem;
  line-height: 1.6;
}

/* Custom standalone header */

.yc-header-section,
.yc-header-section * {
  box-sizing: border-box;
}

.yc-header-section {
  --yc-surface: rgba(248, 249, 250, 0.82);
  --yc-surface-solid: #f8f9fa;
  --yc-blue: #004a8d;
  --yc-blue-dark: #003365;
  --yc-deep-navy: #003153;
  --yc-lime: #cbdc00;
  --yc-text: #191c1d;
  --yc-muted: #424750;
  position: sticky;
  top: 0;
  z-index: 50;
  width: 100%;
  overflow: visible;
  background: var(--yc-surface);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow: 0 1px 0 rgba(0, 74, 141, 0.06);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.yc-header-section__inner {
  position: relative;
  width: min(100%, 1280px);
  min-height: 80px;
  margin: 0 auto;
  padding: 0 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.yc-header-section__brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  text-decoration: none;
}

.yc-header-section__brand img {
  display: block;
  width: auto;
  height: 40px;
  max-width: 220px;
}

.yc-header-section__nav {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  justify-content: center;
  gap: 32px;
}

.yc-header-section__nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding-bottom: 4px;
  color: var(--yc-muted);
  text-decoration: none;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  white-space: nowrap;
  transition: color 180ms ease;
}

.yc-header-section__nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  background: var(--yc-lime);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 180ms ease;
}

.yc-header-section__nav a:hover,
.yc-header-section__nav a:focus-visible,
.yc-header-section__nav a[aria-current="page"] {
  color: var(--yc-blue);
}

.yc-header-section__nav a[aria-current="page"]::after,
.yc-header-section__nav a:hover::after,
.yc-header-section__nav a:focus-visible::after {
  transform: scaleX(1);
}

.yc-header-section__actions {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 16px;
}

.yc-header-section__phone {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--yc-blue);
  text-decoration: none;
  font-family: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.05em;
  white-space: nowrap;
}

.yc-header-section__phone .material-symbols-outlined {
  font-size: 20px;
}

.yc-header-section__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 24px;
  border-radius: 12px;
  background: var(--yc-blue);
  color: #ffffff;
  text-decoration: none;
  font-family: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.05em;
  box-shadow: 0 16px 34px rgba(0, 74, 141, 0.2);
  transition: background-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.yc-header-section__cta:hover,
.yc-header-section__cta:focus-visible {
  background: var(--yc-blue-dark);
  color: #ffffff;
  transform: translateY(-1px);
  box-shadow: 0 18px 38px rgba(0, 51, 101, 0.22);
}

.yc-header-section__toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 999px;
  background: var(--yc-blue);
  color: #ffffff;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.yc-header-section__toggle .material-symbols-outlined {
  font-size: 24px;
}

/* Elementor header overrides */

.elementor-336 .elementor-element.elementor-element-74cb0be:not(.elementor-motion-effects-element-type-background),
.elementor-336 .elementor-element.elementor-element-74cb0be > .elementor-motion-effects-container > .elementor-motion-effects-layer {
  background: rgba(248, 249, 250, 0.82) !important;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow: 0 1px 0 rgba(0, 74, 141, 0.06) !important;
}

.elementor-336 .elementor-element.elementor-element-74cb0be {
  box-shadow: none !important;
  border-bottom: 1px solid rgba(0, 74, 141, 0.06);
  padding: 25px 0;
}

.elementor-336 .elementor-element.elementor-element-74cb0be > .elementor-container,
.elementor-336 .elementor-element.elementor-element-3443abb > .elementor-container {
  padding-left: 0;
  padding-right: 0;
}

.elementor-336 .elementor-element.elementor-element-276e9fd .elementor-nav-menu--main .elementor-item,
.elementor-336 .elementor-element.elementor-element-c7719e5 .elementor-nav-menu--main .elementor-item {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 0 4px;
  color: #424750 !important;
  fill: #424750 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0;
  text-decoration: none;
  white-space: nowrap;
  transition: color 180ms ease;
  border-radius: 50px !important;
}

.elementor-336 .elementor-element.elementor-element-276e9fd .elementor-nav-menu--main .elementor-item::after,
.elementor-336 .elementor-element.elementor-element-c7719e5 .elementor-nav-menu--main .elementor-item::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  background: #cbdc00 !important;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 180ms ease;
}

.elementor-336 .elementor-element.elementor-element-276e9fd .elementor-nav-menu--main .elementor-item:hover,
.elementor-336 .elementor-element.elementor-element-276e9fd .elementor-nav-menu--main .elementor-item:focus,
.elementor-336 .elementor-element.elementor-element-276e9fd .elementor-nav-menu--main .elementor-item.elementor-item-active,
.elementor-336 .elementor-element.elementor-element-276e9fd .elementor-nav-menu--main .current-menu-item > .elementor-item,
.elementor-336 .elementor-element.elementor-element-c7719e5 .elementor-nav-menu--main .elementor-item:hover,
.elementor-336 .elementor-element.elementor-element-c7719e5 .elementor-nav-menu--main .elementor-item:focus,
.elementor-336 .elementor-element.elementor-element-c7719e5 .elementor-nav-menu--main .elementor-item.elementor-item-active,
.elementor-336 .elementor-element.elementor-element-c7719e5 .elementor-nav-menu--main .current-menu-item > .elementor-item {
  color: #004a8d !important;
  fill: #004a8d !important;
}

.elementor-336 .elementor-element.elementor-element-276e9fd .elementor-nav-menu--main .elementor-item:hover::after,
.elementor-336 .elementor-element.elementor-element-276e9fd .elementor-nav-menu--main .elementor-item:focus::after,
.elementor-336 .elementor-element.elementor-element-276e9fd .elementor-nav-menu--main .elementor-item.elementor-item-active::after,
.elementor-336 .elementor-element.elementor-element-276e9fd .elementor-nav-menu--main .current-menu-item > .elementor-item::after,
.elementor-336 .elementor-element.elementor-element-c7719e5 .elementor-nav-menu--main .elementor-item:hover::after,
.elementor-336 .elementor-element.elementor-element-c7719e5 .elementor-nav-menu--main .elementor-item:focus::after,
.elementor-336 .elementor-element.elementor-element-c7719e5 .elementor-nav-menu--main .elementor-item.elementor-item-active::after,
.elementor-336 .elementor-element.elementor-element-c7719e5 .elementor-nav-menu--main .current-menu-item > .elementor-item::after {
  transform: scaleX(1);
}

.elementor-336 .elementor-element.elementor-element-276e9fd .elementor-nav-menu,
.elementor-336 .elementor-element.elementor-element-c7719e5 .elementor-nav-menu {
  gap: 32px;
}

.elementor-336 .elementor-element.elementor-element-276e9fd .elementor-nav-menu--dropdown,
.elementor-336 .elementor-element.elementor-element-c7719e5 .elementor-nav-menu--dropdown {
  background: #f8f9fa !important;
  border-radius: 18px;
  box-shadow: 0 22px 60px rgba(0, 49, 83, 0.16);
}

.elementor-336 .elementor-element.elementor-element-276e9fd .elementor-nav-menu--dropdown .elementor-item,
.elementor-336 .elementor-element.elementor-element-c7719e5 .elementor-nav-menu--dropdown .elementor-item {
  color: #424750 !important;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
}

.elementor-336 .elementor-element.elementor-element-276e9fd .elementor-nav-menu--dropdown .elementor-item:hover,
.elementor-336 .elementor-element.elementor-element-276e9fd .elementor-nav-menu--dropdown .elementor-item:focus,
.elementor-336 .elementor-element.elementor-element-c7719e5 .elementor-nav-menu--dropdown .elementor-item:hover,
.elementor-336 .elementor-element.elementor-element-c7719e5 .elementor-nav-menu--dropdown .elementor-item:focus {
  color: #004a8d !important;
  background: rgba(203, 220, 0, 0.14) !important;
}

.elementor-336 .elementor-element.elementor-element-dda7a69 .yc-ac {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  padding: 0 24px;
  border: 0 !important;
  border-radius: 50px !important;
  background: #004a8d !important;
  color: #ffffff !important;
  box-shadow: 0 16px 34px rgba(0, 74, 141, 0.2) !important;
  font-family: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-decoration: none;
  transition: background-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.elementor-336 .elementor-element.elementor-element-dda7a69 .yc-ac:hover,
.elementor-336 .elementor-element.elementor-element-dda7a69 .yc-ac:focus {
  background: #003365 !important;
  color: #ffffff !important;
  transform: translateY(-1px);
  box-shadow: 0 18px 38px rgba(0, 51, 101, 0.22) !important;
}

.elementor-336 .elementor-element.elementor-element-dda7a69 .yc-ac-ico {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
}

.elementor-336 .elementor-element.elementor-element-dda7a69 .yc-ac .fa-pri,
.elementor-336 .elementor-element.elementor-element-dda7a69 .yc-ac .fa-sec {
  fill: currentColor;
}

.elementor-336 .elementor-element.elementor-element-dda7a69 .yc-ac .fa-sec {
  opacity: 0.4;
}

/* Shared responsive foundation */

:where(
  .yc-offerte-page,
  .yc-business-page,
  .yc-services-page,
  .yc-connect-page,
  .yc-careers-page,
  .yc-about-page,
  .yc-privacy-page,
  .yc-check-page,
  .yc-trust-modern
) {
  max-width: 100vw;
  overflow-x: clip;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

:where(
  .yc-offerte-page,
  .yc-business-page,
  .yc-services-page,
  .yc-connect-page,
  .yc-careers-page,
  .yc-about-page,
  .yc-privacy-page,
  .yc-check-page,
  .yc-trust-modern
) :where(*, *::before, *::after) {
  box-sizing: border-box;
}

:where(
  .yc-offerte-page,
  .yc-business-page,
  .yc-services-page,
  .yc-connect-page,
  .yc-careers-page,
  .yc-about-page,
  .yc-privacy-page,
  .yc-check-page,
  .yc-trust-modern
) :where(img, svg, video, canvas, iframe) {
  max-width: 100%;
}

:where(
  .yc-offerte-page,
  .yc-business-page,
  .yc-services-page,
  .yc-connect-page,
  .yc-careers-page,
  .yc-about-page,
  .yc-privacy-page,
  .yc-check-page,
  .yc-trust-modern
) :where(img, video) {
  height: auto;
}

:where(
  .yc-offerte-page,
  .yc-business-page,
  .yc-services-page,
  .yc-connect-page,
  .yc-careers-page,
  .yc-about-page,
  .yc-privacy-page,
  .yc-check-page,
  .yc-trust-modern
) :where(h1, h2, h3, h4, p, a, li, summary, span, strong, small) {
  overflow-wrap: anywhere;
}

:where(
  .yc-offerte-page,
  .yc-business-page,
  .yc-services-page,
  .yc-connect-page,
  .yc-careers-page,
  .yc-about-page,
  .yc-privacy-page,
  .yc-check-page,
  .yc-trust-modern
) :where(h1, h2, h3, h4) {
  text-wrap: balance;
}

:where(
  .yc-offerte-page,
  .yc-business-page,
  .yc-services-page,
  .yc-connect-page,
  .yc-careers-page,
  .yc-about-page,
  .yc-privacy-page,
  .yc-check-page,
  .yc-trust-modern
) :where(p, li, summary) {
  text-wrap: pretty;
}

:where(
  .yc-offerte-page,
  .yc-business-page,
  .yc-services-page,
  .yc-connect-page,
  .yc-careers-page,
  .yc-about-page,
  .yc-privacy-page,
  .yc-check-page,
  .yc-trust-modern
) :where(a, button, input, select, textarea, summary) {
  min-width: 0;
}

:where(
  .yc-offerte-page,
  .yc-business-page,
  .yc-services-page,
  .yc-connect-page,
  .yc-careers-page,
  .yc-about-page,
  .yc-privacy-page,
  .yc-check-page
) :where(
  .yc-btn,
  .yc-business-btn,
  .yc-services-btn,
  .yc-connect-btn,
  .yc-careers-btn,
  .yc-about-btn,
  .yc-privacy-btn,
  .yc-check-btn
) {
  max-width: 100%;
  white-space: normal;
}

:where(
  .yc-offerte-page,
  .yc-business-page,
  .yc-services-page,
  .yc-connect-page,
  .yc-careers-page,
  .yc-about-page,
  .yc-privacy-page,
  .yc-check-page
) :where(.material-symbols-outlined) {
  flex: 0 0 auto;
}

:where(
  .yc-offerte-wrap,
  .yc-business-wrap,
  .yc-services-wrap,
  .yc-connect-wrap,
  .yc-careers-wrap,
  .yc-about-wrap,
  .yc-privacy-wrap,
  .yc-check-wrap,
  .yc-trust-modern__inner
) {
  max-width: 1280px;
}

:where(
  .yc-offerte-hero,
  .yc-plans,
  .yc-coverage,
  .yc-benefits,
  .yc-faq,
  .yc-final,
  .yc-business-hero,
  .yc-business-plans,
  .yc-business-benefits,
  .yc-business-strip,
  .yc-business-process,
  .yc-business-coverage,
  .yc-business-faq,
  .yc-business-final,
  .yc-services-hero,
  .yc-services-grid,
  .yc-services-activation,
  .yc-services-combo,
  .yc-services-faq,
  .yc-services-final,
  .yc-connect-hero,
  .yc-connect-segments,
  .yc-connect-network,
  .yc-connect-final,
  .yc-careers-hero,
  .yc-careers-values,
  .yc-careers-openings__head,
  .yc-careers-benefits,
  .yc-careers-process,
  .yc-careers-final,
  .yc-about-hero__grid,
  .yc-about-proof__grid,
  .yc-about-timeline,
  .yc-about-mission,
  .yc-about-network,
  .yc-about-difference,
  .yc-privacy-hero__grid,
  .yc-privacy-layout,
  .yc-privacy-bases,
  .yc-privacy-rights,
  .yc-privacy-contact,
  .yc-check-hero__grid,
  .yc-check-proof,
  .yc-check-benefits,
  .yc-check-steps,
  .yc-check-faq,
  .yc-check-final,
  .yc-trust-modern__inner
) > * {
  min-width: 0;
}

.e-con-inner:has(:where(.yc-offerte-page, .yc-business-page, .yc-services-page, .yc-connect-page, .yc-careers-page, .yc-about-page, .yc-privacy-page, .yc-check-page)),
.elementor-widget-html:has(:where(.yc-offerte-page, .yc-business-page, .yc-services-page, .yc-connect-page, .yc-careers-page, .yc-about-page, .yc-privacy-page, .yc-check-page)),
.elementor-widget-html:has(:where(.yc-offerte-page, .yc-business-page, .yc-services-page, .yc-connect-page, .yc-careers-page, .yc-about-page, .yc-privacy-page, .yc-check-page)) > .elementor-widget-container,
.e-con:has(:where(.yc-offerte-page, .yc-business-page, .yc-services-page, .yc-connect-page, .yc-careers-page, .yc-about-page, .yc-privacy-page, .yc-check-page)),
.elementor-section:has(:where(.yc-offerte-page, .yc-business-page, .yc-services-page, .yc-connect-page, .yc-careers-page, .yc-about-page, .yc-privacy-page, .yc-check-page)) {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* Responsive */

@media (prefers-reduced-motion: reduce) {
  .hero-gradient {
    animation: none;
  }

  .soft-hover-card:hover {
    transform: none;
  }

  .soft-hover-card.is-featured,
  .soft-hover-card.is-featured:hover {
    transform: scale(1.05);
  }

  .hero-testimonial-backdrop {
    transition: none;
  }

  .hero-visual-card,
  .hero-visual-card:hover {
    transform: rotate(2deg);
    transition: none;
  }

  .offer-card-panel,
  .offer-card.is-active .offer-card-panel,
  .offer-card-content,
  .offer-card.is-active .offer-card-content,
  .yc-trust-modern__item,
  .yc-trust-modern__item::before,
  .yc-trust-modern__icon,
  .yc-trust-modern__chevron,
  .yc-trust-modern__panel,
  .yc-plan,
  .yc-offerte-page .yc-btn,
  .yc-benefit,
  .yc-business-plan,
  .yc-business-btn,
  .yc-business-benefits article,
  .yc-service-card,
  .yc-services-btn,
  .yc-connect-segment,
  .yc-connect-btn,
  .yc-careers-btn,
  .yc-careers-values article,
  .yc-careers-jobs article,
  .yc-about-hero__visual,
  .yc-about-hero__visual img,
  .yc-about-btn,
  .yc-about-difference article,
  .yc-privacy-btn,
  .yc-check-btn {
    transition: none;
    animation: none;
  }

  .offer-card.is-active .offer-card-content {
    opacity: 1;
    transform: none;
    filter: none;
  }
}

@media (max-width: 1180px) {
  .yc-about-hero__grid,
  .yc-about-network,
  .yc-privacy-hero__grid,
  .yc-privacy-contact,
  .yc-check-hero__grid,
  .yc-check-faq,
  .yc-check-final {
    grid-template-columns: 1fr;
  }

  .yc-privacy-layout {
    grid-template-columns: 1fr;
  }

  .yc-privacy-nav {
    position: static;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .yc-about-mission__card--primary,
  .yc-about-mission__media,
  .yc-about-mission__card:not(.yc-about-mission__card--primary),
  .yc-about-values {
    grid-column: 1 / -1;
  }

  .yc-offerte-hero,
  .yc-coverage,
  .yc-faq,
  .yc-final,
  .yc-business-hero,
  .yc-business-strip,
  .yc-business-process,
  .yc-business-coverage,
  .yc-business-faq,
  .yc-business-final,
  .yc-services-hero,
  .yc-services-activation,
  .yc-services-combo,
  .yc-services-faq,
  .yc-services-final,
  .yc-connect-hero,
  .yc-connect-network,
  .yc-connect-final,
  .yc-careers-hero,
  .yc-careers-openings__head,
  .yc-careers-benefits,
  .yc-careers-process,
  .yc-careers-final {
    grid-template-columns: 1fr;
  }

  .yc-offerte-hero {
    align-items: start;
  }

  .yc-plans {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .yc-business-plans {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .yc-services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .yc-connect-segments {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .yc-careers-values {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .yc-plan-featured {
    transform: none;
  }

  .yc-business-plan--featured {
    transform: none;
  }

  .yc-final {
    align-items: start;
  }

  .yc-business-coverage,
  .yc-business-final,
  .yc-services-final,
  .yc-connect-final,
  .yc-careers-final {
    align-items: start;
  }

  .yc-business-process__intro {
    position: static;
  }

  .yc-trust-modern__inner {
    grid-template-columns: 1fr;
  }

  .yc-trust-modern__intro {
    max-width: 760px;
  }

  .yc-header-section__inner {
    padding: 0 24px;
    gap: 24px;
  }

  .yc-header-section__nav {
    gap: 24px;
  }

  .elementor-336 .elementor-element.elementor-element-276e9fd .elementor-nav-menu,
  .elementor-336 .elementor-element.elementor-element-c7719e5 .elementor-nav-menu {
    gap: 24px;
  }
}

@media (max-width: 1024px) {
  .hero-visual-card {
    width: min(100%, 420px);
    height: 540px;
  }

  .elementor-336 .elementor-element.elementor-element-276e9fd .elementor-menu-toggle,
  .elementor-336 .elementor-element.elementor-element-c7719e5 .elementor-menu-toggle {
    background: #004a8d !important;
    border-radius: 999px;
  }

  .elementor-336 .elementor-element.elementor-element-276e9fd .elementor-menu-toggle::before,
  .elementor-336 .elementor-element.elementor-element-276e9fd .elementor-menu-toggle::after,
  .elementor-336 .elementor-element.elementor-element-c7719e5 .elementor-menu-toggle::before,
  .elementor-336 .elementor-element.elementor-element-c7719e5 .elementor-menu-toggle::after {
    background: #ffffff !important;
  }
}

@media (max-width: 980px) {
  .yc-about-proof__grid,
  .yc-about-timeline,
  .yc-about-difference,
  .yc-privacy-bases,
  .yc-privacy-rights,
  .yc-check-proof,
  .yc-check-benefits,
  .yc-check-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .yc-about-values > div {
    grid-template-columns: 1fr;
  }

  .yc-offerte-hero {
    grid-template-columns: 1fr;
  }

  .yc-benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .yc-business-benefits,
  .yc-business-mini-grid,
  .yc-services-hero-list,
  .yc-connect-hero-grid,
  .yc-careers-hero-grid,
  .yc-careers-benefits__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .yc-trust-modern__proof {
    grid-template-columns: 1fr;
  }

  .yc-header-section__phone {
    display: none;
  }
}

@media (max-width: 767px) {
  .yc-about-wrap {
    width: min(100% - 24px, 1280px);
  }

  .yc-privacy-wrap {
    width: min(100% - 24px, 1280px);
  }

  .yc-check-wrap {
    width: min(100% - 24px, 1280px);
  }

  .yc-privacy-hero {
    padding: 52px 0;
  }

  .yc-privacy-layout {
    padding: 52px 0;
  }

  .yc-privacy-nav {
    grid-template-columns: 1fr;
  }

  .yc-privacy-bases,
  .yc-privacy-rights,
  .yc-privacy-highlight {
    grid-template-columns: 1fr;
  }

  .yc-privacy-btn {
    width: 100%;
  }

  .yc-check-hero {
    padding: 52px 0;
  }

  .yc-check-hero h1 {
    max-width: none;
  }

  .yc-check-proof,
  .yc-check-benefits,
  .yc-check-steps,
  .yc-check-faq,
  .yc-check-final {
    grid-template-columns: 1fr;
  }

  .yc-check-section {
    padding: 52px 0;
  }

  .yc-check-shortcut-section {
    padding-bottom: 52px;
  }

  .yc-check-shortcut,
  .yc-check-shortcut__embed {
    border-radius: 24px;
  }

  .yc-check-card-list article {
    grid-template-columns: 1fr;
  }

  .yc-check-btn {
    width: 100%;
  }

  .yc-about-hero {
    padding: 52px 0;
  }

  .yc-about-hero h1 {
    max-width: none;
  }

  .yc-about-actions,
  .yc-about-final > div,
  .yc-about-btn {
    width: 100%;
  }

  .yc-about-hero__visual {
    min-height: 320px;
    border-radius: 24px;
    transform: none;
  }

  .yc-about-hero__visual:hover {
    transform: none;
  }

  .yc-about-hero__visual img {
    min-height: 320px;
  }

  .yc-about-proof__grid,
  .yc-about-timeline,
  .yc-about-difference {
    grid-template-columns: 1fr;
  }

  .yc-about-section {
    padding: 52px 0;
  }

  .yc-about-mission {
    grid-template-columns: 1fr;
  }

  .yc-about-mission__card,
  .yc-about-mission__media {
    min-height: 0;
  }

  .yc-about-mission__media {
    min-height: 300px;
  }

  .yc-about-final {
    border-radius: 24px;
  }

  .yc-offerte-wrap {
    width: min(100% - 24px, 1280px);
    padding: 52px 0;
  }

  .yc-business-wrap {
    width: min(100% - 24px, 1280px);
    padding: 52px 0;
  }

  .yc-services-wrap {
    width: min(100% - 24px, 1280px);
    padding: 52px 0;
  }

  .yc-connect-wrap {
    width: min(100% - 24px, 1280px);
    padding: 52px 0;
  }

  .yc-careers-wrap {
    width: min(100% - 24px, 1280px);
    padding: 52px 0;
  }

  .yc-offerte-hero,
  .yc-plans,
  .yc-coverage,
  .yc-benefits,
  .yc-faq,
  .yc-final,
  .yc-business-hero,
  .yc-business-plans,
  .yc-business-benefits,
  .yc-business-strip,
  .yc-business-process,
  .yc-business-steps article,
  .yc-business-coverage,
  .yc-business-faq,
  .yc-business-final,
  .yc-business-mini-grid,
  .yc-services-hero,
  .yc-services-grid,
  .yc-services-hero-list,
  .yc-services-activation,
  .yc-services-steps article,
  .yc-services-combo,
  .yc-services-faq,
  .yc-services-final,
  .yc-connect-hero,
  .yc-connect-segments,
  .yc-connect-hero-grid,
  .yc-connect-network,
  .yc-connect-compare__row,
  .yc-connect-final,
  .yc-careers-hero,
  .yc-careers-hero-grid,
  .yc-careers-values,
  .yc-careers-openings__head,
  .yc-careers-jobs article,
  .yc-careers-benefits,
  .yc-careers-benefits__grid,
  .yc-careers-process,
  .yc-careers-steps article,
  .yc-careers-final {
    grid-template-columns: 1fr;
  }

  .yc-offerte-hero h1 {
    max-width: none;
  }

  .yc-business-hero h1 {
    max-width: none;
  }

  .yc-services-hero h1,
  .yc-services-hero-card h2,
  .yc-connect-hero h1,
  .yc-careers-hero h1,
  .yc-careers-hero-card h2 {
    max-width: none;
  }

  .yc-hero-actions,
  .yc-offerte-page .yc-btn,
  .yc-business-actions,
  .yc-business-btn,
  .yc-services-actions,
  .yc-services-btn,
  .yc-connect-actions,
  .yc-connect-btn,
  .yc-careers-actions,
  .yc-careers-btn {
    width: 100%;
  }

  .yc-offerte-page .yc-btn,
  .yc-business-btn,
  .yc-services-btn,
  .yc-connect-btn,
  .yc-careers-btn {
    min-height: 50px;
  }

  .yc-hero-card,
  .yc-coverage,
  .yc-final,
  .yc-business-hero-card,
  .yc-business-strip,
  .yc-business-coverage,
  .yc-business-final,
  .yc-services-hero-card,
  .yc-services-activation,
  .yc-services-final,
  .yc-connect-hero-card,
  .yc-connect-network,
  .yc-connect-final,
  .yc-careers-hero-card,
  .yc-careers-benefits,
  .yc-careers-final {
    border-radius: 24px;
  }

  section.py-24.bg-deep-navy.text-on-primary > .max-w-container-max {
    padding-right: 16px;
    padding-left: 16px;
  }

  section.py-24.bg-deep-navy.text-on-primary .flex.flex-col.md\:flex-row.justify-between.items-end.mb-16.gap-6 {
    align-items: flex-start;
    margin-bottom: 40px;
  }

  section.py-24.bg-deep-navy.text-on-primary .grid.grid-cols-1.md\:grid-cols-4.grid-rows-2.gap-6.min-h-\[600px\] {
    grid-template-columns: 1fr;
    grid-template-rows: none;
    min-height: 0;
  }

  section.py-24.bg-deep-navy.text-on-primary .md\:col-span-2.md\:row-span-2.relative.rounded-\[32px\].overflow-hidden.group.bento-item,
  section.py-24.bg-deep-navy.text-on-primary .md\:col-span-2.bg-white\/5.rounded-\[32px\].p-8.border.border-white\/10.hover\:bg-white\/10.transition-colors.bento-item.flex.flex-col.justify-center {
    grid-column: auto;
    grid-row: auto;
    min-height: 0;
  }

  section.py-24.bg-deep-navy.text-on-primary .md\:col-span-2.md\:row-span-2.relative.rounded-\[32px\].overflow-hidden.group.bento-item {
    min-height: 480px;
  }

  section.py-24.bg-deep-navy.text-on-primary .md\:col-span-2.md\:row-span-2.relative.rounded-\[32px\].overflow-hidden.group.bento-item > .absolute.bottom-0.left-0.p-10,
  section.py-24.bg-deep-navy.text-on-primary .md\:col-span-2.bg-white\/5.rounded-\[32px\].p-8.border.border-white\/10.hover\:bg-white\/10.transition-colors.bento-item.flex.flex-col.justify-center {
    padding: 24px;
  }

  section.py-24.bg-deep-navy.text-on-primary .md\:col-span-2.bg-white\/5.rounded-\[32px\].p-8.border.border-white\/10.hover\:bg-white\/10.transition-colors.bento-item.flex.flex-col.justify-center > .flex.items-center.gap-6 {
    align-items: flex-start;
    gap: 16px;
  }

  section.py-24.bg-deep-navy.text-on-primary .w-20.h-20.bg-corporate-blue.rounded-2xl.flex.items-center.justify-center.flex-shrink-0 {
    width: 64px;
    height: 64px;
    flex-basis: 64px;
  }

  .offers-grid:has(.offer-card.is-active) .offer-card.is-active,
  .offers-grid:has(.offer-card.is-active) .offer-card.is-before,
  .offers-grid:has(.offer-card.is-active) .offer-card.is-after,
  .offers-grid:has(.offer-card.is-active) .offer-card.is-featured:not(.is-active) {
    transform: translateY(-6px);
  }

  .yc-trust-modern {
    padding: 52px 0;
  }

  .yc-trust-modern::before {
    width: 100%;
    opacity: 0.55;
    clip-path: none;
  }

  .yc-trust-modern__inner {
    width: min(100% - 24px, 1280px);
    gap: 24px;
  }

  .yc-trust-modern .yc-trust-modern__button {
    grid-template-columns: 42px minmax(0, 1fr) 24px;
    gap: 12px;
  }

  .yc-trust-modern__icon {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    font-size: 24px;
  }

  .yc-trust-modern__panel {
    padding-left: 72px;
  }

  .yc-header-section__inner {
    min-height: 72px;
    padding: 0 16px;
    gap: 16px;
  }

  .yc-header-section__brand img {
    height: 36px;
    max-width: 190px;
  }

  .yc-header-section__toggle {
    display: inline-flex;
  }

  .yc-header-section__nav {
    position: absolute;
    top: calc(100% + 8px);
    right: 16px;
    left: 16px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
    padding: 14px;
    border-radius: 18px;
    background: var(--yc-surface-solid);
    box-shadow: 0 22px 60px rgba(0, 49, 83, 0.16);
  }

  .yc-header-section.is-open .yc-header-section__nav {
    display: flex;
  }

  .yc-header-section__nav a {
    min-height: 44px;
    padding: 0 12px;
  }

  .yc-header-section__nav a::after {
    right: auto;
    left: 12px;
    width: 42px;
  }

  .yc-header-section__cta {
    min-height: 42px;
    padding: 0 18px;
    font-size: 12px;
  }

  .hero-visual-card {
    width: min(100%, 360px);
    height: 460px;
  }

  .hero-visual-card > .glass-card {
    right: 16px;
    bottom: 16px;
    left: 16px;
  }
}

@media (hover: none), (pointer: coarse) {
  :where(.offer-card, .yc-plan, .yc-business-plan, .yc-service-card, .yc-connect-segment, .yc-careers-values article, .yc-careers-jobs article, .yc-benefit, .yc-about-difference article):hover {
    transform: none;
  }

  :where(.yc-plan:hover .yc-plan-panel, .yc-business-plan:hover .yc-business-plan__panel) {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }

  :where(.yc-plan:hover .yc-plan-content, .yc-business-plan:hover .yc-business-plan__content) {
    opacity: 1;
    transform: none;
    filter: none;
  }

  :where(
    .yc-offerte-page,
    .yc-business-page,
    .yc-services-page,
    .yc-connect-page,
    .yc-careers-page,
    .yc-about-page,
    .yc-privacy-page,
    .yc-check-page
  ) :where(a, button, summary, input, select, textarea) {
    min-height: 44px;
  }
}

@media (max-width: 560px) {
  :where(
    .yc-offerte-wrap,
    .yc-business-wrap,
    .yc-services-wrap,
    .yc-connect-wrap,
    .yc-careers-wrap,
    .yc-about-wrap,
    .yc-privacy-wrap,
    .yc-check-wrap,
    .yc-trust-modern__inner
  ) {
    width: min(100% - 20px, 1280px);
  }

  :where(
    .yc-offerte-hero,
    .yc-business-hero,
    .yc-services-hero,
    .yc-connect-hero,
    .yc-careers-hero,
    .yc-about-hero,
    .yc-privacy-hero,
    .yc-check-hero
  ) {
    padding-top: 42px;
    padding-bottom: 42px;
  }

  :where(
    .yc-offerte-hero h1,
    .yc-business-hero h1,
    .yc-services-hero h1,
    .yc-connect-hero h1,
    .yc-careers-hero h1,
    .yc-about-hero h1,
    .yc-privacy-hero h1,
    .yc-check-hero h1
  ) {
    font-size: clamp(36px, 12vw, 48px);
    line-height: 1;
  }

  :where(
    .yc-section-head h2,
    .yc-business-section-head h2,
    .yc-services-section-head h2,
    .yc-connect-section-head h2,
    .yc-careers-section-head h2,
    .yc-about-section-head h2,
    .yc-privacy-article h2,
    .yc-check-section-head h2
  ) {
    font-size: clamp(30px, 9vw, 40px);
  }

  :where(
    .yc-hero-card,
    .yc-business-hero-card,
    .yc-services-hero-card,
    .yc-connect-hero-card,
    .yc-careers-hero-card,
    .yc-check-panel,
    .yc-check-shortcut,
    .yc-about-hero__visual
  ) {
    min-height: auto;
    padding: 24px;
  }

  :where(
    .yc-plan,
    .yc-business-plan,
    .yc-service-card,
    .yc-connect-segment,
    .yc-careers-values article,
    .yc-careers-jobs article,
    .yc-benefit,
    .yc-about-difference article
  ) {
    min-height: 0;
    padding: 22px;
  }

  :where(
    .yc-business-strip,
    .yc-services-activation,
    .yc-connect-network,
    .yc-careers-benefits,
    .yc-coverage,
    .yc-final,
    .yc-business-coverage,
    .yc-business-final,
    .yc-services-final,
    .yc-connect-final,
    .yc-careers-final,
    .yc-check-final
  ) {
    padding: 26px;
  }

  :where(
    .yc-business-price,
    .yc-price-big,
    .yc-connect-hero-card > strong
  ) {
    font-size: clamp(48px, 15vw, 64px);
  }

  :where(.yc-offerte-page, .yc-business-page, .yc-services-page, .yc-connect-page, .yc-careers-page, .yc-about-page, .yc-privacy-page, .yc-check-page) :where(.yc-badge, .yc-business-badge, .yc-services-badge, .yc-connect-badge, .yc-careers-badge, .yc-about-eyebrow, .yc-privacy-eyebrow, .yc-check-eyebrow) {
    max-width: 100%;
    white-space: normal;
  }

  .yc-trust-modern__panel {
    padding-left: 0;
  }

  .yc-trust-modern .yc-trust-modern__button {
    align-items: start;
  }
}

@media (max-width: 380px) {
  :where(
    .yc-offerte-wrap,
    .yc-business-wrap,
    .yc-services-wrap,
    .yc-connect-wrap,
    .yc-careers-wrap,
    .yc-about-wrap,
    .yc-privacy-wrap,
    .yc-check-wrap,
    .yc-trust-modern__inner
  ) {
    width: min(100% - 16px, 1280px);
  }

  :where(
    .yc-offerte-hero h1,
    .yc-business-hero h1,
    .yc-services-hero h1,
    .yc-connect-hero h1,
    .yc-careers-hero h1,
    .yc-about-hero h1,
    .yc-privacy-hero h1,
    .yc-check-hero h1
  ) {
    font-size: 34px;
  }

  :where(
    .yc-hero-card,
    .yc-business-hero-card,
    .yc-services-hero-card,
    .yc-connect-hero-card,
    .yc-careers-hero-card,
    .yc-check-panel,
    .yc-check-shortcut
  ) {
    padding: 20px;
  }

  :where(
    .yc-offerte-page,
    .yc-business-page,
    .yc-services-page,
    .yc-connect-page,
    .yc-careers-page,
    .yc-about-page,
    .yc-privacy-page,
    .yc-check-page
  ) :where(.yc-btn, .yc-business-btn, .yc-services-btn, .yc-connect-btn, .yc-careers-btn, .yc-about-btn, .yc-privacy-btn, .yc-check-btn) {
    padding-right: 16px;
    padding-left: 16px;
    font-size: 14px;
  }

  .yc-trust-modern .yc-trust-modern__button {
    grid-template-columns: 1fr 24px;
  }

  .yc-trust-modern__icon {
    display: none;
  }
}

/* Header and home hero responsive refinements */

@media (max-width: 1180px) {
  .yc-header-section__inner,
  .yc-header__inner {
    padding-right: 24px;
    padding-left: 24px;
    gap: 20px;
  }

  .yc-header-section__nav,
  .yc-header__nav,
  .yc-header-menu {
    gap: 18px;
  }

  .yc-header-section__phone,
  .yc-header__phone {
    display: none;
  }
}

@media (max-width: 767px) {
  .yc-header-section,
  .yc-header {
    position: sticky;
    top: 0;
    overflow: visible;
  }

  .yc-header-section__inner,
  .yc-header__inner {
    position: relative;
    min-height: 72px;
    padding-right: 16px;
    padding-left: 16px;
  }

  .yc-header-section__brand img,
  .yc-header__logo img {
    height: 42px;
    max-width: 180px;
  }

  .yc-header-section__actions,
  .yc-header__actions {
    gap: 10px;
  }

  .yc-header-section__toggle,
  .yc-header__toggle {
    display: inline-flex;
    flex: 0 0 44px;
  }

  .yc-header-section__nav,
  .yc-header__nav {
    position: absolute;
    top: calc(100% + 8px);
    right: 12px;
    left: 12px;
    z-index: 80;
    display: none;
    max-height: calc(100svh - 88px);
    max-height: calc(100dvh - 88px);
    overflow-y: auto;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 4px;
    padding: 12px;
    border: 1px solid rgba(0, 74, 141, 0.08);
    border-radius: 18px;
    background: #f8f9fa;
    box-shadow: 0 22px 60px rgba(0, 49, 83, 0.16);
  }

  .yc-header-section.is-open .yc-header-section__nav,
  .yc-header.is-open .yc-header__nav {
    display: flex;
  }

  .yc-header-menu {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .yc-header-section__nav a,
  .yc-header__nav a {
    justify-content: flex-start;
    min-height: 46px;
    padding: 0 12px;
    white-space: normal;
  }

  .yc-header-section__nav a::after,
  .yc-header__nav a::after {
    right: auto;
    left: 12px;
    width: 42px;
  }

  .yc-header-section__cta,
  .yc-header__cta {
    min-height: 42px;
    padding-right: 16px;
    padding-left: 16px;
    font-size: 12px;
    white-space: nowrap;
  }

  .hero-section {
    min-height: 100svh !important;
    min-height: 100dvh !important;
    align-items: stretch;
  }

  .hero-section > .absolute.inset-0.z-0,
  .hero-testimonial-backdrop,
  .hero-gradient {
    min-height: 100svh;
    min-height: 100dvh;
  }

  .hero-testimonial-backdrop {
    object-position: 45% center;
  }

  .hero-gradient {
    background: linear-gradient(180deg, rgba(248, 249, 250, 0.92) 0%, rgba(248, 249, 250, 0.72) 48%, rgba(248, 249, 250, 0.34) 100%);
    background-size: cover;
  }
}

@media (max-width: 420px) {
  .yc-header-section__brand img,
  .yc-header__logo img {
    height: 36px;
    max-width: 150px;
  }

  .yc-header-section__cta,
  .yc-header__cta {
    padding-right: 12px;
    padding-left: 12px;
    font-size: 11px;
  }
}
