/* Homepage Ultra — Asigurare Smart, 2026-07-24 */

.home-ultra-page {
  margin: 0;
  color: #071c2c;
  background: #f5f8f7;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

.home-ultra-page .container {
  width: min(1200px, calc(100% - 32px));
  margin-inline: auto;
}

.home-ultra-page {
  background: #f5f8f7;
}

.home42 {
  --home-ink: #071c2c;
  --home-navy: #0a2638;
  --home-navy-2: #103b50;
  --home-green: #0b9b69;
  --home-green-dark: #05734e;
  --home-mint: #dff6eb;
  --home-mint-2: #eefaf5;
  --home-paper: #fff;
  --home-wash: #f1f6f4;
  --home-line: #d7e5df;
  --home-muted: #587082;
  --home-shadow: 0 28px 80px rgba(7, 28, 44, 0.11);
  color: var(--home-ink);
  overflow: clip;
}

.home42 *,
.home42 *::before,
.home42 *::after {
  box-sizing: border-box;
}

.home42 :where(h1, h2, h3, p, ul, ol) {
  margin-top: 0;
}

.home42 :where(a, button, input, select, textarea, summary) {
  -webkit-tap-highlight-color: transparent;
}

.home42 :where(a, button, input, select, textarea, summary):focus-visible {
  outline: 3px solid #32c890 !important;
  outline-offset: 4px !important;
}

.home42-skip {
  position: fixed;
  z-index: 3000;
  top: 12px;
  left: 12px;
  padding: 12px 17px;
  border-radius: 12px;
  color: #fff;
  background: var(--home-navy, #0a2638);
  font-weight: 800;
  transform: translateY(-160%);
  transition: transform 160ms ease;
}

.home42-skip:focus {
  transform: translateY(0);
}

.home42-section {
  position: relative;
  padding: clamp(76px, 8vw, 124px) 0;
}

.home42-section--tint {
  background: var(--home-wash);
}

.home42-section--navy {
  color: #fff;
  background: var(--home-navy);
}

.home42-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 32px;
  margin-bottom: 18px;
  padding: 7px 12px;
  border: 1px solid rgba(11, 155, 105, 0.2);
  border-radius: 999px;
  color: var(--home-green-dark);
  background: rgba(223, 246, 235, 0.72);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.09em;
  line-height: 1.2;
  text-transform: uppercase;
}

.home42-eyebrow > i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--home-green);
  box-shadow: 0 0 0 5px rgba(11, 155, 105, 0.1);
}

.home42-eyebrow--light {
  border-color: rgba(139, 235, 196, 0.22);
  color: #a8eccf;
  background: rgba(11, 155, 105, 0.12);
}

.home42-heading {
  max-width: 760px;
  margin-bottom: clamp(36px, 5vw, 58px);
}

.home42-heading--center {
  margin-inline: auto;
  text-align: center;
}

.home42-heading h2,
.home42-trust__intro h2 {
  margin-bottom: 18px;
  color: var(--home-navy);
  font-size: clamp(2.2rem, 4vw, 3.65rem);
  font-weight: 850;
  letter-spacing: -0.047em;
  line-height: 1.02;
  text-wrap: balance;
}

.home42-heading p,
.home42-trust__intro > p {
  max-width: 65ch;
  margin-bottom: 0;
  color: var(--home-muted);
  font-size: clamp(1rem, 1.35vw, 1.12rem);
  line-height: 1.75;
}

.home42-heading--center p {
  margin-inline: auto;
}

.home42-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 52px;
  padding: 13px 20px;
  border: 1px solid transparent;
  border-radius: 14px;
  font-size: 0.94rem;
  font-weight: 820;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, border-color 180ms ease, color 180ms ease;
}

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

.home42-btn--primary {
  color: #fff;
  background: var(--home-green);
  box-shadow: 0 14px 32px rgba(11, 155, 105, 0.22);
}

.home42-btn--primary:hover {
  color: #fff;
  background: var(--home-green-dark);
  box-shadow: 0 18px 38px rgba(5, 115, 78, 0.28);
}

.home42-btn--secondary {
  border-color: rgba(10, 38, 56, 0.15);
  color: var(--home-navy);
  background: rgba(255, 255, 255, 0.76);
  backdrop-filter: blur(12px);
}

.home42-btn--secondary:hover {
  border-color: rgba(11, 155, 105, 0.4);
  color: var(--home-green-dark);
  background: #fff;
}

.home42-btn--light {
  border-color: rgba(255, 255, 255, 0.25);
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
}

.home42-btn--light:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.14);
}

.home42-btn--text {
  color: var(--home-navy);
  background: transparent;
}

.home42-btn--text:hover {
  color: var(--home-green-dark);
  background: var(--home-mint);
}

.home42-btn__spark {
  color: var(--home-green);
  font-size: 1.05rem;
}

.home42-icon {
  display: inline-grid;
  flex: 0 0 50px;
  width: 50px;
  height: 50px;
  place-items: center;
  border-radius: 16px;
  color: var(--home-green-dark);
  background: var(--home-mint);
  font-size: 0.9rem;
  font-weight: 900;
}

.home42-icon svg {
  width: 25px;
  height: 25px;
}

.home42-icon--light {
  color: #b5f2d7;
  background: rgba(255, 255, 255, 0.1);
}

/* Header */
.home-ultra-page .site-header {
  position: sticky;
  z-index: 1200;
  top: 0;
  border-bottom: 1px solid rgba(7, 28, 44, 0.07);
  background: rgba(255, 255, 255, 0.91);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(18px) saturate(150%);
  transition: box-shadow 180ms ease, background 180ms ease;
}

.home-ultra-page .site-header.is-scrolled {
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 12px 40px rgba(7, 28, 44, 0.09);
}

.home-ultra-page .site-header .header-inner {
  min-height: 78px;
}

.home-ultra-page .site-header .brand-mark {
  filter: drop-shadow(0 8px 16px rgba(11, 155, 105, 0.16));
}

.home-ultra-page .site-header .nav-link {
  border-radius: 10px;
}

.home-ultra-page .site-header .header-actions .btn {
  min-height: 44px;
  border-radius: 12px;
}

.home-ultra-page .site-header .header-inner > .home-compact-nav > .nav-item {
  position: relative !important;
}

.home-ultra-page .site-header .header-inner > .home-compact-nav > .nav-item > .home-compact-dropdown {
  right: auto !important;
  left: 50% !important;
  display: grid;
  width: 236px !important;
  min-width: 236px !important;
  max-width: 236px !important;
  padding: 10px;
  border: 1px solid rgba(7, 28, 44, 0.1);
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 22px 52px rgba(7, 28, 44, 0.15);
  backdrop-filter: blur(16px);
}

.home-ultra-page .site-header .header-inner > .home-compact-nav > .nav-item.is-open > .home-compact-dropdown,
.home-ultra-page .site-header .header-inner > .home-compact-nav > .nav-item:hover > .home-compact-dropdown {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  transform: translateX(-50%) translateY(0) !important;
}

.home-ultra-page .home-compact-dropdown > a {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  min-height: 42px;
  padding: 9px 11px;
  border-radius: 10px;
  color: var(--home-navy);
  font-size: 0.78rem;
  font-weight: 750;
  text-decoration: none;
}

.home-ultra-page .home-compact-dropdown > a:hover {
  color: var(--home-green-dark);
  background: var(--home-mint-2);
}

.home-ultra-page .home-compact-dropdown > a span {
  color: var(--home-green);
}

/* Hero */
.home42-hero {
  position: relative;
  isolation: isolate;
  min-height: min(840px, calc(100svh - 78px));
  padding: clamp(54px, 6vw, 92px) 0 clamp(76px, 8vw, 120px);
  background:
    radial-gradient(circle at 14% 12%, rgba(11, 155, 105, 0.12), transparent 24rem),
    radial-gradient(circle at 88% 20%, rgba(59, 129, 150, 0.14), transparent 30rem),
    linear-gradient(145deg, #fbfdfc 0%, #eef6f3 55%, #f7fbfa 100%);
}

.home42-hero::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  content: "";
  opacity: 0.34;
  background-image: linear-gradient(rgba(7, 28, 44, 0.045) 1px, transparent 1px), linear-gradient(90deg, rgba(7, 28, 44, 0.045) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, #000, transparent 90%);
}

.home42-hero::after {
  position: absolute;
  right: 6%;
  bottom: 0;
  left: 6%;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(7, 28, 44, 0.15), transparent);
}

.home42-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(480px, 1.1fr);
  gap: clamp(46px, 6vw, 94px);
  align-items: center;
}

.home42-hero__content,
.home42-hero__visual {
  min-width: 0;
}

.home42-hero__content {
  position: relative;
  z-index: 2;
}

.home42-hero h1 {
  max-width: 780px;
  margin-bottom: 24px;
  color: var(--home-navy);
  font-size: clamp(3rem, 5.35vw, 5.55rem);
  font-weight: 880;
  letter-spacing: -0.062em;
  line-height: 0.96;
  text-wrap: balance;
}

.home42-hero h1 span {
  display: block;
  color: var(--home-green-dark);
}

.home42-hero__lead {
  max-width: 63ch;
  margin-bottom: 30px;
  color: #496577;
  font-size: clamp(1.04rem, 1.45vw, 1.2rem);
  line-height: 1.75;
}

.home42-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 36px;
}

.home42-hero__proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 720px;
  margin: 0;
  padding: 18px 0 0;
  border-top: 1px solid rgba(7, 28, 44, 0.11);
  list-style: none;
}

.home42-hero__proof li {
  display: grid;
  gap: 4px;
  padding: 0 17px;
  border-right: 1px solid rgba(7, 28, 44, 0.09);
}

.home42-hero__proof li:first-child {
  padding-left: 0;
}

.home42-hero__proof li:last-child {
  border-right: 0;
}

.home42-hero__proof strong {
  color: var(--home-navy);
  font-size: 0.88rem;
}

.home42-hero__proof span {
  color: var(--home-muted);
  font-size: 0.76rem;
  line-height: 1.45;
}

.home42-hero__visual {
  position: relative;
  min-height: 560px;
}

.home42-hero__frame {
  position: absolute;
  inset: 0 0 36px 38px;
  overflow: hidden;
  border: 8px solid rgba(255, 255, 255, 0.78);
  border-radius: 38px 38px 118px 38px;
  background: #dceae5;
  box-shadow: var(--home-shadow);
  transform: translate(var(--hero-shift-x, 0), var(--hero-shift-y, 0)) rotate(1.2deg);
  transition: transform 260ms ease-out;
}

.home42-hero__frame::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, transparent 54%, rgba(7, 28, 44, 0.38));
  pointer-events: none;
}

.home42-hero__frame picture,
.home42-hero__frame img {
  display: block;
  width: 100%;
  height: 100%;
}

.home42-hero__frame img {
  object-fit: cover;
  object-position: 62% center;
}

.home42-hero__image-label {
  position: absolute;
  z-index: 2;
  right: 28px;
  bottom: 24px;
  color: #fff;
  font-size: 0.77rem;
  font-weight: 750;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.home42-hero__note,
.home42-hero__advisor {
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 20px 48px rgba(7, 28, 44, 0.16);
  backdrop-filter: blur(16px);
}

.home42-hero__note {
  bottom: 0;
  left: 0;
  width: min(390px, 72%);
  gap: 13px;
  padding: 16px;
  border-radius: 20px;
}

.home42-hero__note strong {
  display: block;
  margin-bottom: 3px;
  color: var(--home-navy);
  font-size: 0.9rem;
}

.home42-hero__note p {
  margin: 0;
  color: var(--home-muted);
  font-size: 0.76rem;
  line-height: 1.45;
}

.home42-hero__advisor {
  top: 52px;
  right: -34px;
  width: 290px;
  gap: 12px;
  padding: 14px 15px;
  border-radius: 19px;
}

.home42-hero__advisor > span {
  display: grid;
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  place-items: center;
  border-radius: 13px;
  color: #fff;
  background: var(--home-green);
}

.home42-hero__advisor div {
  min-width: 0;
}

.home42-hero__advisor small,
.home42-hero__advisor strong {
  display: block;
}

.home42-hero__advisor small {
  margin-bottom: 2px;
  color: var(--home-muted);
  font-size: 0.69rem;
}

.home42-hero__advisor strong {
  color: var(--home-navy);
  font-size: 0.8rem;
  line-height: 1.35;
}

.home42-hero__advisor > a {
  color: var(--home-green-dark);
  font-size: 1.2rem;
  font-weight: 900;
  text-decoration: none;
}

.home42-hero__signal {
  position: absolute;
  z-index: 3;
  top: 18px;
  left: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 9px 12px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 999px;
  color: var(--home-navy);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 12px 30px rgba(7, 28, 44, 0.12);
  font-size: 0.72rem;
  font-weight: 800;
  backdrop-filter: blur(10px);
}

.home42-hero__signal i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--home-green);
  box-shadow: 0 0 0 5px rgba(11, 155, 105, 0.13);
}

/* Quick directions */
.home42-services {
  background: #fff;
}

.home42-service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.home42-service-card {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 17px;
  align-items: center;
  min-height: 152px;
  overflow: hidden;
  padding: 24px;
  border: 1px solid var(--home-line);
  border-radius: 24px;
  color: inherit;
  background:
    radial-gradient(circle at 100% 0, rgba(11, 155, 105, 0.08), transparent 9rem),
    #fff;
  text-decoration: none;
  transition: transform 200ms ease, box-shadow 200ms ease, border-color 200ms ease, background 200ms ease;
}

.home42-service-card::after {
  position: absolute;
  right: -28px;
  bottom: -46px;
  width: 110px;
  height: 110px;
  border: 1px solid rgba(11, 155, 105, 0.11);
  border-radius: 50%;
  content: "";
  transition: transform 220ms ease;
}

.home42-service-card:hover {
  border-color: rgba(11, 155, 105, 0.34);
  background: var(--home-mint-2);
  box-shadow: 0 22px 48px rgba(7, 28, 44, 0.09);
  transform: translateY(-5px);
}

.home42-service-card:hover::after {
  transform: scale(1.16);
}

.home42-service-card__body {
  display: grid;
  gap: 7px;
}

.home42-service-card__body strong {
  color: var(--home-navy);
  font-size: 1.08rem;
}

.home42-service-card__body small {
  color: var(--home-muted);
  font-size: 0.82rem;
  line-height: 1.55;
}

.home42-arrow {
  color: var(--home-green-dark);
  font-size: 1.25rem;
  font-weight: 900;
  transition: transform 180ms ease;
}

.home42-service-card:hover .home42-arrow {
  transform: translateX(4px);
}

/* Process */
.home42-process {
  overflow: hidden;
}

.home42-steps {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
  margin: 0;
  padding: 24px 0 0;
  list-style: none;
  counter-reset: smart-step;
}

.home42-steps::before {
  position: absolute;
  z-index: 0;
  top: 51px;
  right: 9%;
  left: 9%;
  height: 2px;
  content: "";
  background: linear-gradient(90deg, var(--home-green), #87dabb);
}

.home42-steps li {
  position: relative;
  z-index: 1;
  min-width: 0;
  padding: 0 13px;
  text-align: center;
}

.home42-steps li > span {
  display: grid;
  width: 56px;
  height: 56px;
  margin: 0 auto 20px;
  place-items: center;
  border: 7px solid var(--home-wash);
  border-radius: 50%;
  color: #fff;
  background: var(--home-green);
  box-shadow: 0 0 0 1px rgba(11, 155, 105, 0.2), 0 10px 24px rgba(11, 155, 105, 0.18);
  font-size: 0.8rem;
  font-weight: 900;
}

.home42-steps strong {
  display: block;
  min-height: 2.7em;
  margin-bottom: 8px;
  color: var(--home-navy);
  font-size: 0.94rem;
  line-height: 1.35;
}

.home42-steps p {
  margin-bottom: 0;
  color: var(--home-muted);
  font-size: 0.78rem;
  line-height: 1.55;
}

/* Smart ecosystem */
.home42-apps {
  background: #fff;
}

.home42-app-layout {
  display: grid;
  grid-template-columns: minmax(330px, 0.84fr) minmax(0, 1.16fr);
  gap: 18px;
}

.home42-app-feature {
  position: relative;
  display: flex;
  min-height: 490px;
  overflow: hidden;
  padding: 32px;
  border-radius: 30px;
  color: #fff;
  background:
    radial-gradient(circle at 86% 18%, rgba(83, 219, 164, 0.22), transparent 14rem),
    linear-gradient(145deg, #092738, #0b4a55);
  box-shadow: var(--home-shadow);
  text-decoration: none;
}

.home42-app-feature::before,
.home42-app-feature::after {
  position: absolute;
  border: 1px solid rgba(165, 240, 209, 0.18);
  border-radius: 50%;
  content: "";
}

.home42-app-feature::before {
  right: -82px;
  bottom: -62px;
  width: 310px;
  height: 310px;
}

.home42-app-feature::after {
  right: 16px;
  bottom: 46px;
  width: 170px;
  height: 170px;
}

.home42-app-feature__tag {
  position: absolute;
  top: 30px;
  right: 28px;
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  color: #b8f1d9;
  background: rgba(255, 255, 255, 0.08);
  font-size: 0.67rem;
  font-weight: 800;
}

.home42-app-feature > .home42-icon {
  position: absolute;
  top: 28px;
  left: 30px;
}

.home42-app-feature > div {
  position: relative;
  z-index: 2;
  align-self: flex-end;
  max-width: 31rem;
}

.home42-app-feature h3 {
  margin-bottom: 14px;
  color: #fff;
  font-size: clamp(2.25rem, 4vw, 3.55rem);
  letter-spacing: -0.05em;
  line-height: 1;
}

.home42-app-feature p {
  max-width: 34ch;
  margin-bottom: 20px;
  color: #cae1e4;
  line-height: 1.7;
}

.home42-app-feature strong {
  color: #a8eccf;
}

.home42-app-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.home42-app-card {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 236px;
  flex-direction: column;
  padding: 25px;
  border: 1px solid var(--home-line);
  border-radius: 24px;
  color: inherit;
  background: #fff;
  text-decoration: none;
  transition: border-color 180ms ease, background 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.home42-app-card:hover {
  border-color: rgba(11, 155, 105, 0.35);
  background: var(--home-mint-2);
  box-shadow: 0 18px 42px rgba(7, 28, 44, 0.08);
  transform: translateY(-4px);
}

.home42-app-card > .home42-app-card__category {
  position: absolute;
  top: 25px;
  right: 25px;
  padding: 6px 9px;
  border-radius: 999px;
  color: var(--home-green-dark);
  background: var(--home-mint);
  font-size: 0.67rem;
  font-weight: 850;
  text-transform: uppercase;
}

.home42-app-card > .home42-app-card__icon {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  margin-bottom: 22px;
  border: 1px solid rgba(11, 155, 105, 0.18);
  border-radius: 15px;
  color: var(--home-green-dark);
  background: var(--home-mint);
}

.home42-app-card > .home42-app-card__icon .semantic-icon {
  width: 24px;
  height: 24px;
}

.home42-app-card h3 {
  margin: 0 0 8px;
  color: var(--home-navy);
  font-size: 1.12rem;
}

.home42-app-card p {
  margin-bottom: 15px;
  color: var(--home-muted);
  font-size: 0.82rem;
  line-height: 1.6;
}

.home42-app-card strong {
  color: var(--home-green-dark);
  font-size: 0.78rem;
}

.home42-apps__more {
  display: flex;
  justify-content: space-between;
  gap: 22px;
  align-items: center;
  margin-top: 22px;
  padding: 19px 22px;
  border: 1px solid var(--home-line);
  border-radius: 18px;
  background: var(--home-wash);
}

.home42-apps__more p {
  margin: 0;
  color: var(--home-muted);
}

.home42-apps__more a {
  flex: 0 0 auto;
  color: var(--home-green-dark);
  font-weight: 800;
  text-decoration: none;
}

/* Integrated solutions */
.home42-connections {
  background: linear-gradient(180deg, #f2f7f5, #fff);
}

.home42-connection-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.home42-connection-card {
  display: grid;
  grid-template-columns: minmax(190px, 0.8fr) minmax(0, 1.2fr);
  min-height: 430px;
  overflow: hidden;
  border: 1px solid var(--home-line);
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 16px 46px rgba(7, 28, 44, 0.065);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.home42-connection-card:hover {
  box-shadow: 0 28px 64px rgba(7, 28, 44, 0.12);
  transform: translateY(-5px);
}

.home42-connection-card__media {
  position: relative;
  min-height: 100%;
  overflow: hidden;
  background: #dbe8e4;
}

.home42-connection-card__media::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, transparent 48%, rgba(7, 28, 44, 0.55));
}

.home42-connection-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms cubic-bezier(0.2, 0.75, 0.2, 1);
}

.home42-connection-card:hover .home42-connection-card__media img {
  transform: scale(1.045);
}

.home42-connection-card__media > span {
  position: absolute;
  z-index: 2;
  bottom: 20px;
  left: 20px;
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  color: #fff;
  background: rgba(7, 28, 44, 0.42);
  font-size: 0.7rem;
  font-weight: 800;
  backdrop-filter: blur(10px);
}

.home42-connection-card__body {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 27px;
}

.home42-connection-card__body h3 {
  margin-bottom: 10px;
  color: var(--home-navy);
  font-size: 1.45rem;
  letter-spacing: -0.025em;
}

.home42-connection-card__body > p {
  margin-bottom: 17px;
  color: var(--home-muted);
  font-size: 0.84rem;
  line-height: 1.65;
}

.home42-connection-card__body ul {
  display: grid;
  gap: 8px;
  margin: 0 0 20px;
  padding: 0;
  color: #3d5969;
  font-size: 0.78rem;
  list-style: none;
}

.home42-connection-card__body li::before {
  margin-right: 8px;
  color: var(--home-green);
  content: "✓";
  font-weight: 900;
}

.home42-connection-card__primary {
  margin-top: auto;
  color: var(--home-green-dark);
  font-size: 0.82rem;
  font-weight: 850;
  text-decoration: none;
}

.home42-connection-card__body nav {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid var(--home-line);
}

.home42-connection-card__body nav a {
  padding: 6px 9px;
  border-radius: 999px;
  color: var(--home-muted);
  background: var(--home-wash);
  font-size: 0.68rem;
  font-weight: 750;
  text-decoration: none;
}

.home42-paths {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin-top: 22px;
}

.home42-paths > a {
  display: grid;
  grid-template-columns: minmax(180px, 0.8fr) minmax(0, 1.2fr);
  min-height: 260px;
  overflow: hidden;
  border: 1px solid var(--home-line);
  border-radius: 26px;
  color: inherit;
  background: #fff;
  text-decoration: none;
  transition: transform 200ms ease, box-shadow 200ms ease;
}

.home42-paths > a:hover {
  box-shadow: 0 22px 52px rgba(7, 28, 44, 0.1);
  transform: translateY(-4px);
}

.home42-paths__media {
  overflow: hidden;
}

.home42-paths__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 450ms ease;
}

.home42-paths > a:hover img {
  transform: scale(1.045);
}

.home42-paths__copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  padding: 25px;
}

.home42-paths__copy > small {
  margin-bottom: 8px;
  color: var(--home-green-dark);
  font-size: 0.68rem;
  font-weight: 850;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.home42-paths__copy > strong {
  margin-bottom: 9px;
  color: var(--home-navy);
  font-size: 1.26rem;
}

.home42-paths__copy > em {
  margin-bottom: 20px;
  color: var(--home-muted);
  font-size: 0.8rem;
  font-style: normal;
  line-height: 1.6;
}

.home42-paths__copy > b {
  color: var(--home-green-dark);
  font-size: 0.78rem;
}

.home42-paths__copy > b i {
  font-style: normal;
}

/* Trust */
.home42-trust {
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(circle at 0 0, rgba(11, 155, 105, 0.22), transparent 34rem),
    linear-gradient(145deg, #071e2e, #0b3546 68%, #08433f);
}

.home42-trust::after {
  position: absolute;
  z-index: -1;
  right: -210px;
  bottom: -260px;
  width: 600px;
  height: 600px;
  border: 1px solid rgba(159, 237, 205, 0.12);
  border-radius: 50%;
  content: "";
  box-shadow: 0 0 0 80px rgba(159, 237, 205, 0.025), 0 0 0 160px rgba(159, 237, 205, 0.02);
}

.home42-trust__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(50px, 7vw, 100px);
  align-items: center;
}

.home42-trust__intro h2 {
  color: #fff;
}

.home42-trust__intro > p {
  color: #c8dade;
}

.home42-decision-map {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  gap: 8px;
  align-items: center;
  margin: 30px 0;
}

.home42-decision-map span {
  display: grid;
  gap: 5px;
  color: #d8e8e9;
  font-size: 0.7rem;
  line-height: 1.35;
}

.home42-decision-map i {
  color: #8ee1bf;
  font-size: 0.64rem;
  font-style: normal;
  font-weight: 900;
}

.home42-decision-map b {
  color: rgba(169, 236, 207, 0.5);
}

.home42-trust__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 13px;
}

.home42-trust__list article {
  min-height: 150px;
  padding: 23px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 21px;
  background: rgba(255, 255, 255, 0.065);
  backdrop-filter: blur(10px);
  transition: border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.home42-trust__list article:hover {
  border-color: rgba(159, 237, 205, 0.32);
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-3px);
}

.home42-trust__list strong {
  display: block;
  margin-bottom: 9px;
  color: #fff;
  font-size: 0.94rem;
}

.home42-trust__list p {
  margin: 0;
  color: #bcd1d5;
  font-size: 0.78rem;
  line-height: 1.6;
}

/* Contact */
.home42-contact {
  background: #fff;
}

.home42-contact__layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  gap: 22px;
  max-width: 1120px;
  margin-inline: auto;
}

.home42-contact__options {
  display: grid;
  gap: 12px;
  align-content: start;
}

.home42-contact__options > a {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  min-height: 92px;
  padding: 17px;
  border: 1px solid var(--home-line);
  border-radius: 20px;
  color: inherit;
  background: #fff;
  text-decoration: none;
  transition: border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.home42-contact__options > a:hover {
  border-color: rgba(11, 155, 105, 0.35);
  box-shadow: 0 16px 34px rgba(7, 28, 44, 0.07);
  transform: translateX(4px);
}

.home42-contact__options small,
.home42-contact__options strong {
  display: block;
}

.home42-contact__options small {
  margin-bottom: 3px;
  color: var(--home-muted);
  font-size: 0.69rem;
}

.home42-contact__options strong {
  color: var(--home-navy);
  font-size: 0.9rem;
}

.home42-contact__options b {
  color: var(--home-green-dark);
}

.home42-form {
  padding: clamp(26px, 4vw, 42px);
  border: 1px solid var(--home-line);
  border-radius: 30px;
  background:
    radial-gradient(circle at 100% 0, rgba(11, 155, 105, 0.08), transparent 18rem),
    var(--home-wash);
  box-shadow: 0 24px 64px rgba(7, 28, 44, 0.085);
}

.home42-form__head h3 {
  margin-bottom: 8px;
  color: var(--home-navy);
  font-size: 1.55rem;
  letter-spacing: -0.025em;
}

.home42-form__head p {
  margin-bottom: 25px;
  color: var(--home-muted);
  line-height: 1.6;
}

.home42-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.home42-form__wide {
  grid-column: 1 / -1;
}

.home42-form label:not(.home42-form__consent) {
  display: block;
  margin-bottom: 7px;
  color: var(--home-navy);
  font-size: 0.77rem;
  font-weight: 800;
}

.home42-form label span {
  font-weight: 500;
}

.home42-form :where(input:not([type="checkbox"]), select, textarea) {
  width: 100%;
  border: 1px solid #cbdcd5;
  border-radius: 13px;
  color: var(--home-ink);
  background: #fff;
  font: inherit;
}

.home42-form :where(input:not([type="checkbox"]), select) {
  min-height: 51px;
  padding: 10px 13px;
}

.home42-form textarea {
  min-height: 104px;
  padding: 12px 13px;
  resize: vertical;
}

.home42-form :where(input, select, textarea):focus {
  border-color: var(--home-green);
  box-shadow: 0 0 0 4px rgba(11, 155, 105, 0.1);
}

.home42-form__consent {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  margin-top: 18px;
  color: #526a78;
  font-size: 0.73rem;
  line-height: 1.55;
}

.home42-form__consent--optional {
  margin-top: 10px;
}

.home42-form__consent input {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  accent-color: var(--home-green);
}

.home42-form__consent a {
  color: var(--home-green-dark);
  font-weight: 750;
}

.home42-form__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-top: 24px;
}

.home42-form .form-status {
  min-height: 1.4em;
  margin: 14px 0 0;
  color: var(--home-green-dark);
  font-size: 0.8rem;
  font-weight: 750;
}

/* FAQ */
.home42-faq__grid {
  display: grid;
  grid-template-columns: minmax(250px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(44px, 7vw, 92px);
  align-items: start;
}

.home42-faq .home42-heading {
  position: sticky;
  top: 118px;
  margin-bottom: 0;
}

.home42-faq__items {
  display: grid;
  gap: 12px;
}

.home42-faq details {
  overflow: hidden;
  border: 1px solid var(--home-line);
  border-radius: 19px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(7, 28, 44, 0.045);
}

.home42-faq summary {
  position: relative;
  padding: 22px 60px 22px 23px;
  color: var(--home-navy);
  cursor: pointer;
  font-size: 0.94rem;
  font-weight: 820;
  list-style: none;
}

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

.home42-faq summary::after {
  position: absolute;
  top: 50%;
  right: 20px;
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 10px;
  color: var(--home-green-dark);
  background: var(--home-mint);
  content: "+";
  font-size: 1.2rem;
  transform: translateY(-50%);
  transition: transform 180ms ease;
}

.home42-faq details[open] summary::after {
  content: "−";
  transform: translateY(-50%) rotate(180deg);
}

.home42-faq details p {
  margin: 0;
  padding: 0 23px 23px;
  color: var(--home-muted);
  font-size: 0.84rem;
  line-height: 1.7;
}

/* Footer, homepage only */
.home-ultra-page .site-footer {
  position: relative;
  overflow: hidden;
  color: #c8d9dc;
  background: #061923;
}

.home-ultra-page .site-footer::before {
  position: absolute;
  top: -210px;
  left: -180px;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  content: "";
  background: rgba(11, 155, 105, 0.09);
  filter: blur(10px);
  pointer-events: none;
}

.home-ultra-page .footer-global-grid {
  position: relative;
  padding-top: 78px;
  gap: clamp(34px, 5vw, 72px);
}

.home-ultra-page .footer-global-brand {
  max-width: 390px;
}

.home-ultra-page .footer-global-col a,
.home-ultra-page .footer-contact-list a {
  transition: color 160ms ease, transform 160ms ease;
}

.home-ultra-page .footer-global-col a:hover,
.home-ultra-page .footer-contact-list a:hover {
  color: #9de6c6;
  transform: translateX(2px);
}

.home-ultra-page .footer-disclosure,
.home-ultra-page .legal-bar {
  position: relative;
}

/* Progressive enhancement */
.home42 [data-reveal] {
  opacity: 1;
  transform: translateY(24px);
  transition: transform 600ms cubic-bezier(0.2, 0.75, 0.2, 1);
  transition-delay: calc(var(--reveal-order, 0) * 45ms);
}

.home42 [data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1180px) {
  .home-ultra-page .site-header .mobile-panel .home-compact-nav .home-compact-dropdown {
    position: static !important;
    right: auto !important;
    left: auto !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    padding: 7px;
    border-radius: 13px;
    box-shadow: none;
    transform: none !important;
  }

  .home42-hero__grid {
    grid-template-columns: minmax(0, 1fr) minmax(390px, 0.9fr);
    gap: 44px;
  }

  .home42-hero__advisor {
    right: -4px;
  }

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

  .home42-connection-card {
    grid-template-columns: 1fr;
  }

  .home42-connection-card__media {
    min-height: 250px;
  }
}

@media (max-width: 900px) {
  .home42-hero {
    min-height: 0;
  }

  .home42-hero__grid,
  .home42-app-layout,
  .home42-trust__grid,
  .home42-contact__layout,
  .home42-faq__grid {
    grid-template-columns: 1fr;
  }

  .home42-hero__visual {
    min-height: 530px;
  }

  .home42-hero__frame {
    inset: 0 28px 34px;
  }

  .home42-hero__advisor {
    right: 0;
  }

  .home42-steps {
    grid-template-columns: 1fr;
    gap: 0;
    padding-top: 0;
  }

  .home42-steps::before {
    top: 22px;
    right: auto;
    bottom: 22px;
    left: 25px;
    width: 2px;
    height: auto;
  }

  .home42-steps li {
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 0 17px;
    min-height: 116px;
    padding: 0;
    text-align: left;
  }

  .home42-steps li > span {
    grid-row: 1 / span 2;
    width: 52px;
    height: 52px;
    margin: 0;
  }

  .home42-steps strong {
    min-height: 0;
    margin: 5px 0 4px;
  }

  .home42-steps p {
    max-width: 58ch;
  }

  .home42-app-feature {
    min-height: 420px;
  }

  .home42-faq .home42-heading {
    position: static;
  }
}

@media (max-width: 720px) {
  .home42-section {
    padding: 68px 0;
  }

  .home42-heading h2,
  .home42-trust__intro h2 {
    font-size: clamp(2rem, 10vw, 2.8rem);
  }

  .home42-hero {
    padding-top: 42px;
  }

  .home42-hero h1 {
    font-size: clamp(2.7rem, 13vw, 4rem);
  }

  .home42-hero__proof {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .home42-hero__proof li,
  .home42-hero__proof li:first-child {
    padding: 0 0 12px;
    border-right: 0;
    border-bottom: 1px solid rgba(7, 28, 44, 0.08);
  }

  .home42-hero__proof li:last-child {
    border-bottom: 0;
  }

  .home42-hero__visual {
    min-height: 460px;
  }

  .home42-hero__frame {
    inset: 0 0 42px;
    border-width: 5px;
    border-radius: 27px 27px 78px;
    transform: none;
  }

  .home42-hero__note {
    width: calc(100% - 28px);
  }

  .home42-hero__advisor {
    top: 16px;
    right: 12px;
    width: min(270px, calc(100% - 24px));
  }

  .home42-hero__signal {
    display: none;
  }

  .home42-service-grid,
  .home42-app-grid,
  .home42-connection-grid,
  .home42-paths,
  .home42-trust__list {
    grid-template-columns: 1fr;
  }

  .home42-service-card {
    min-height: 132px;
    padding: 20px;
  }

  .home42-app-feature {
    min-height: 400px;
    padding: 25px;
  }

  .home42-app-feature__tag {
    top: 26px;
    right: 22px;
    max-width: 55%;
    text-align: center;
  }

  .home42-app-feature > .home42-icon {
    top: 23px;
    left: 23px;
  }

  .home42-apps__more {
    align-items: flex-start;
    flex-direction: column;
  }

  .home42-connection-card,
  .home42-paths > a {
    grid-template-columns: 1fr;
  }

  .home42-connection-card__media,
  .home42-paths__media {
    min-height: 235px;
  }

  .home42-decision-map {
    grid-template-columns: 1fr;
  }

  .home42-decision-map b {
    display: none;
  }

  .home42-form__grid {
    grid-template-columns: 1fr;
  }

  .home42-form__wide {
    grid-column: auto;
  }
}

@media (max-width: 430px) {
  .home42-actions,
  .home42-form__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .home42-btn {
    width: 100%;
  }

  .home42-hero__visual {
    min-height: 420px;
  }

  .home42-hero__frame img {
    object-position: 67% center;
  }

  .home42-hero__advisor {
    display: none;
  }

  .home42-hero__note {
    width: 100%;
  }

  .home42-service-card {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .home42-service-card .home42-arrow {
    display: none;
  }

  .home42-contact__options > a {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .home42-contact__options > a > b {
    display: none;
  }
}

@media (min-width: 1700px) {
  .home42-hero__grid {
    grid-template-columns: minmax(0, 0.86fr) minmax(560px, 1.14fr);
  }

  .home42-hero__visual {
    min-height: 610px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home42 *,
  .home42 *::before,
  .home42 *::after,
  .home-ultra-page .site-header {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  .home42 [data-reveal] {
    opacity: 1;
    transform: none;
  }
}

/* R6-NONLEGAL-FIX-03: focus și reflow pentru homepage-ul autonom. */
.home42 :where(
  a[href],
  button,
  input:not([type="hidden"]),
  select,
  textarea,
  summary,
  [tabindex]:not([tabindex="-1"])
):focus-visible {
  outline: 3px solid #ffffff !important;
  outline-offset: 2px !important;
  box-shadow: 0 0 0 5px #0b3157 !important;
}

.home42 :where(button, input:not([type="hidden"], [type="checkbox"], [type="radio"]), select, textarea) {
  min-height: 44px;
}

.home42 :where(input[type="checkbox"], input[type="radio"]) {
  min-width: 20px;
  min-height: 20px;
}

.home42 :where(p, li, td, th, label, a, button, summary) {
  overflow-wrap: break-word;
}

@media (max-width: 430px) {
  .home42 :where(.btn, button, input[type="submit"], input[type="button"]) {
    max-width: 100%;
    white-space: normal;
  }
}

/* R6-NONLEGAL-FIX-23: traseele locuință și business, cu layout alternat controlat. */
.home42-connection-card--auto {
  order: 1;
}

.home42-connection-card--travel {
  order: 2;
}

.home42-connection-card--home {
  order: 3;
}

.home42-connection-card--business {
  order: 4;
}

.home42 :where(.home42-connection-card--home, .home42-connection-card--business) {
  grid-column: 1 / -1;
}

.home42 :where(.home42-connection-card--home, .home42-connection-card--business) .home42-connection-card__primary,
.home42 :where(.home42-connection-card--home, .home42-connection-card--business) .home42-connection-card__body nav a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
}

.home42 :where(.home42-connection-card--home, .home42-connection-card--business) .home42-connection-card__primary {
  width: fit-content;
  padding: 10px 13px;
  border: 1px solid rgba(11, 155, 105, 0.14);
  border-radius: 12px;
  background: rgba(223, 246, 235, 0.58);
}

.home42 :where(.home42-connection-card--home, .home42-connection-card--business) .home42-connection-card__media::after {
  inset: 62% 0 0;
  background: linear-gradient(180deg, transparent, rgba(7, 28, 44, 0.5));
}

.home42-connection-card--home .home42-connection-card__media img {
  object-position: center 48%;
}

.home42-connection-card--business .home42-connection-card__media img {
  object-position: center 42%;
}

@media (min-width: 768px) {
  .home42 :where(.home42-connection-card--home, .home42-connection-card--business) {
    min-height: 370px;
  }

  .home42-connection-card--home {
    grid-template-areas: "media content";
    grid-template-columns: minmax(0, 42fr) minmax(0, 58fr);
  }

  .home42-connection-card--business {
    grid-template-areas: "content media";
    grid-template-columns: minmax(0, 58fr) minmax(0, 42fr);
  }

  .home42 :where(.home42-connection-card--home, .home42-connection-card--business) .home42-connection-card__media {
    grid-area: media;
    min-height: 370px;
  }

  .home42 :where(.home42-connection-card--home, .home42-connection-card--business) .home42-connection-card__body {
    grid-area: content;
    padding: clamp(28px, 4vw, 48px);
  }

  .home42 :where(.home42-connection-card--home, .home42-connection-card--business) .home42-connection-card__body > p {
    max-width: 62ch;
    font-size: clamp(0.88rem, 1.2vw, 1rem);
  }

  .home42 :where(.home42-connection-card--home, .home42-connection-card--business) .home42-connection-card__body ul {
    font-size: clamp(0.82rem, 1.1vw, 0.94rem);
  }
}

@media (max-width: 767px) {
  .home42 :where(.home42-connection-card--home, .home42-connection-card--business) {
    min-height: 0;
    grid-template-areas:
      "media"
      "content";
    grid-template-columns: minmax(0, 1fr);
  }

  .home42 :where(.home42-connection-card--home, .home42-connection-card--business) .home42-connection-card__media {
    grid-area: media;
    height: clamp(220px, 62vw, 270px);
    min-height: 0;
  }

  .home42 :where(.home42-connection-card--home, .home42-connection-card--business) .home42-connection-card__body {
    grid-area: content;
    min-height: 0;
    padding: 22px;
  }

  .home42 :where(.home42-connection-card--home, .home42-connection-card--business) .home42-connection-card__primary {
    width: 100%;
    justify-content: space-between;
  }

  .home42 :where(.home42-connection-card--home, .home42-connection-card--business) .home42-connection-card__body nav {
    gap: 8px;
  }

  .home42 :where(.home42-connection-card--home, .home42-connection-card--business) .home42-connection-card__body nav a {
    padding: 10px 12px;
  }
}
