:root {
  --home44-navy: #0c2b4a;
  --home44-green: #15956f;
  --home44-warm: #fbf7f0;
  --home44-sand: #efe4d4;
  --home44-ink: #183149;
  --home44-muted: #617285;
  --home44-line: #dce6e8;
  --home44-radius: 22px;
  --home44-shadow: 0 18px 48px rgba(12, 43, 74, .09);
}

.home44-section { padding: clamp(3.5rem, 7vw, 6.25rem) 0; color: var(--home44-ink); }
.home44-section--warm { background: linear-gradient(180deg, #fff 0%, var(--home44-warm) 100%); }
.home44-container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.home44-heading { max-width: 770px; margin: 0 auto clamp(1.7rem, 4vw, 3rem); text-align: center; }
.home44-heading span { display: inline-flex; margin-bottom: .7rem; color: var(--home44-green); font-size: .78rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.home44-heading h2 { margin: 0 0 .8rem; color: var(--home44-navy); font-size: clamp(1.85rem, 3.3vw, 3rem); line-height: 1.1; letter-spacing: -.035em; }
.home44-heading p { margin: 0; color: var(--home44-muted); font-size: clamp(1rem, 1.3vw, 1.12rem); line-height: 1.7; }
.home44-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.15rem; }
.home44-grid--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.home44-card { min-width: 0; padding: clamp(1.35rem, 2.5vw, 1.9rem); border: 1px solid var(--home44-line); border-radius: var(--home44-radius); background: #fff; box-shadow: var(--home44-shadow); }
.home44-card h3 { margin: 0 0 .65rem; color: var(--home44-navy); font-size: clamp(1.08rem, 1.55vw, 1.3rem); line-height: 1.25; }
.home44-card p { margin: 0; color: var(--home44-muted); line-height: 1.65; }
.home44-card ul { display: grid; gap: .55rem; margin: .9rem 0 0; padding: 0; list-style: none; }
.home44-card li { position: relative; padding-left: 1.3rem; color: var(--home44-muted); line-height: 1.5; }
.home44-card li::before { content: ""; position: absolute; top: .6em; left: 0; width: .48rem; height: .48rem; border-radius: 50%; background: var(--home44-green); }
.home44-tag { display: inline-flex; margin-bottom: .85rem; padding: .3rem .7rem; border-radius: 999px; background: #e5f5ef; color: #0c7357; font-size: .75rem; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; }
.home44-note { margin-top: 1.25rem; padding: 1rem 1.15rem; border-left: 4px solid var(--home44-green); border-radius: 0 14px 14px 0; background: #edf7f3; color: #3d586a; line-height: 1.65; }
.home44-actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 1.15rem; }
.home44-link { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: .75rem 1rem; border: 1px solid var(--home44-navy); border-radius: 12px; background: var(--home44-navy); color: #fff; font-weight: 760; text-decoration: none; }
.home44-link--secondary { background: transparent; color: var(--home44-navy); }
.home44-link:hover { border-color: var(--home44-green); background: var(--home44-green); color: #fff; }
.home44-link:focus-visible, .home44-card a:focus-visible { outline: 3px solid #e6a93b; outline-offset: 3px; }
.home44-compare { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.home44-compare .home44-card:first-child { border-top: 4px solid var(--home44-navy); }
.home44-compare .home44-card:last-child { border-top: 4px solid var(--home44-green); }
.home44-table-wrap { overflow-x: auto; border: 1px solid var(--home44-line); border-radius: var(--home44-radius); background: #fff; box-shadow: var(--home44-shadow); }
.home44-table { width: 100%; min-width: 680px; border-collapse: collapse; }
.home44-table th, .home44-table td { padding: 1rem; border-bottom: 1px solid var(--home44-line); text-align: left; vertical-align: top; line-height: 1.55; }
.home44-table thead th { background: var(--home44-navy); color: #fff; }
.home44-table tbody th { color: var(--home44-navy); }
.home44-table tr:last-child th, .home44-table tr:last-child td { border-bottom: 0; }
.home44-image-correction { object-position: center; }
.locuinta-hub-form label { min-width: 0; line-height: 1.45; }
.locuinta-hub-form input:not([type="checkbox"]),
.locuinta-hub-form select,
.locuinta-hub-form textarea { width: 100%; max-width: 100%; min-height: 48px; }
.locuinta-hub-form button,
.locuinta-hub-form-actions a { min-height: 48px; }
.locuinta-hub-consent { align-items: flex-start; }
.locuinta-hub-consent input[type="checkbox"] { flex: 0 0 auto; width: 20px; height: 20px; margin-top: .12rem; }
.locuinta-hub-form .form-status { min-height: 1.5em; }
.locuinta-hub-form input:not([type="checkbox"]):focus,
.locuinta-hub-form select:focus,
.locuinta-hub-form textarea:focus,
.locuinta-hub-form button:focus-visible,
.locuinta-hub-form-actions a:focus-visible {
  outline: 3px solid rgba(21, 149, 111, .42);
  outline-offset: 2px;
  border-color: var(--home44-green);
}

@media (max-width: 900px) {
  .home44-grid, .home44-grid--4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 620px) {
  .home44-container { width: min(100% - 28px, 1180px); }
  .home44-section { padding: 3.25rem 0; }
  .home44-grid, .home44-grid--4, .home44-compare { grid-template-columns: 1fr; }
  .home44-card { padding: 1.2rem; border-radius: 18px; }
  .home44-actions { flex-direction: column; }
  .home44-link { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  .home44-link { transition: none; }
}
