/* Responsive finishing layer. Keep decorative scenes clipped; never clip copy. */
.hero { overflow: clip; }
.hero::before { inset-inline: 0; }
.hero .hero-mid { position: relative; z-index: 1; }
.hero-cards .svcs { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.hero-cards .svc { min-width: 0; }
.hero-cards .svc-desc { overflow-wrap: break-word; }
.topnav .topnav-inner { gap: clamp(12px, 2vw, 32px); }
.topnav .brand { flex-shrink: 0; }
.topnav .nav-cta { min-width: 0; }
.topnav .picks { display: flex; }
.topnav .burger { flex-shrink: 0; width: 44px; height: 44px; }
.topnav .pick-btn { min-height: 44px; }
.topnav .pick-menu { max-height: calc(100dvh - 88px); overflow-y: auto; overscroll-behavior: contain; transition-property: opacity, transform; }
.topnav .nav-links.is-open {
  display: flex; position: absolute; inset: 68px 0 auto;
  flex-direction: column; gap: 0; margin: 0;
  max-height: calc(100dvh - 68px); overflow-y: auto; overscroll-behavior: contain;
  padding: 12px var(--gutter) max(24px, env(safe-area-inset-bottom));
  background: #fff; color: #0f172a; border-bottom: 1px solid var(--line);
  box-shadow: 0 20px 40px rgba(7,12,22,.15);
}
.topnav .nav-links.is-open a { min-height: 44px; color: #334155; }
.skip-link { position: fixed; top: 8px; left: 16px; transform: translateY(-180%); z-index: 1000; padding: 12px 20px; background: #fff; color: #0f172a; border-radius: 8px; }
.skip-link:focus { transform: none; }
main:focus { outline: none; }
[id] { scroll-margin-top: 88px; }
.lpms .lrow { grid-template-columns: repeat(4,minmax(0,1fr)); }
.lpms .lrow .lcard { min-width: 0; grid-column: auto; }
.statbox { max-width: 100%; }
.statbox > div { min-width: 0; }
.review-translation { display: block; margin-top: 10px; font-size: 12px; opacity: .75; }
/* Footer refinement: use the site's existing type, dark palette and CTA anatomy. */
.foot { text-align: left; }
.foot .foot-brand-copy { margin: 0; max-width: 34ch; line-height: 1.75; text-align: left; }
.foot .foot-news {
  grid-template-columns: minmax(0,1fr) minmax(0,1fr);
  gap: clamp(24px,4vw,64px); padding: clamp(24px,3vw,44px);
  background: rgba(14,22,43,.78); border: 1px solid rgba(159,184,230,.18);
  border-radius: 16px; text-align: left;
}
.foot .foot-news-text { min-width: 0; text-align: left; }
.foot .foot-news h2 {
  margin: 0 0 14px; font-family: var(--font-display);
  font-size: clamp(28px,3vw,40px); font-weight: 600; line-height: 1.12;
  letter-spacing: -.035em; text-transform: none; color: #fff;
}
.foot .foot-news-text p { margin: 0; max-width: 43ch; font-size: 15px; line-height: 1.7; color: #bfcade; }
.foot .foot-news-text .foot-news-reassurance { margin-top: 14px; font-size: 13px; color: #a8b5cf; }
.foot .foot-news-form { min-width: 0; gap: 12px; align-items: start; }
.foot .foot-news-form label { grid-column: 1/-1; font-size: 13px; font-weight: 600; color: #dbe5f6; }
.foot .foot-news-form input {
  width: 100%; height: 52px; border-radius: 10px; padding-inline: 16px;
  background: rgba(255,255,255,.045); border-color: rgba(159,184,230,.3); font-size: 16px;
}
.foot .foot-news-form input::placeholder { color: #9daccc; }
.foot .foot-news-form input:focus { border-color: #8caefd; box-shadow: 0 0 0 3px rgba(79,125,240,.18); }
.foot .foot-news-form .x-cta {
  height: 52px; padding: 0 58px 0 22px; gap: 0; background: transparent;
  box-shadow: none; font-size: 14px; transform: none; justify-content: flex-start;
}
.foot .foot-news-form .x-cta-bg { filter: none; }
.foot .foot-news-form .x-cta-bg-orb { right: 8px; width: 34px; height: 34px; margin-top: -17px; background: rgba(255,255,255,.14); }
.foot .foot-news-form .x-cta-arrow { right: 18px; }
.foot .foot-news-form .x-cta:hover .x-cta-bg-orb { transform: none; }
.foot .foot-news-form .x-cta:hover .x-cta-arrow { transform: translateX(2px); }
.foot .foot-news-form .x-cta:focus-visible { outline: 2px solid #b6ceff; outline-offset: 4px; }
.foot .foot-news-form .x-cta:disabled { opacity: .65; cursor: wait; }
.foot .foot-news-form .foot-news-note {
  max-width: none; text-align: left; font-size: 12px !important;
  line-height: 1.65; color: #a8b5cf !important;
}
.foot .foot-news-note a { color: #dbe5f6; text-decoration: underline; text-underline-offset: 3px; }
.foot .foot-news-form .foot-news-note.is-ok { color: #64e7ab !important; }
.foot .foot-news-form .foot-news-note.is-err { color: #ffaaaa !important; }
.foot .disclaimer { padding-top: 32px; text-align: left; }
.foot .foot-legal-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 28px clamp(24px,4vw,64px); }
.foot .foot-legal-grid section { min-width: 0; }
.foot .foot-legal-grid h3 { margin: 0 0 10px; font-family: var(--font-display); font-size: 15px; line-height: 1.4; font-weight: 600; letter-spacing: 0; color: #dbe5f6; }
.foot .foot-legal-grid p { margin: 0; max-width: none; font-size: 12.5px; line-height: 1.8; color: #a8b5cf; text-align: left; }
.foot .foot-bottom { margin-top: 32px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.1); }
.foot .foot-bottom p { margin: 0; max-width: none; text-align: left; }
.foot .foot-group { font-size: 11.5px; letter-spacing: .04em; }
@media (max-width:980px) {
  .foot .foot-news { grid-template-columns: minmax(0,1fr); }
  .foot .foot-news-text p { max-width: 60ch; }
}
@media (max-width:760px) {
  .foot .foot-legal-grid { grid-template-columns: minmax(0,1fr); gap: 24px; }
}
@media (max-width:480px) {
  .foot .foot-news { padding: 24px 20px; }
  .foot .foot-news-form { grid-template-columns: minmax(0,1fr); }
  .foot .foot-news-form .x-cta { width: 100%; justify-content: center; padding-inline: 52px; }
  .foot .foot-news-text p { font-size: 14px; }
}
@media (max-width:1180px) {
  .topnav .navpill { display: none; }
  .topnav .burger { display: grid; }
  .topnav .mega { display: none; }
}
@media (max-width:1023px) {
  .hero-cards .svcs, .lpms .lrow { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .hero h1 { font-size: clamp(32px,5vw,50px); }
  .hero h1 br { display: none; }
}
@media (max-width:760px) {
  .topnav .nav-cta > .x-cta { display: none; }
  .topnav .topnav-inner { gap: 8px; }
  .topnav .nav-cta { gap: 8px; }
  .topnav .brand img { width: 110px; height: auto; }
  .topnav .picks { gap: 4px; }
  .topnav .pick-btn { padding-inline: 9px; }
  .topnav .pick-menu { position: fixed; top: 68px; left: 16px; right: 16px; min-width: 0; width: auto; }
  .topnav #curMenu { min-width: 0; grid-template-columns: repeat(2,minmax(0,1fr)); }
  .hero .lead { font-size: 16px; }
  .hero .hero-mid { padding-bottom: 28px; }
  .statbox { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); width: 100%; }
  .statbox > div { padding: 16px; }
  .statbox > div + div { border-left: none; }
  .statbox > div:nth-child(even) { border-left: 1px solid var(--line); }
  .statbox > div:nth-child(n+3) { border-top: 1px solid var(--line); }
  #compare .cf-panel.cf-panel, #compare .cf-specs.cf-specs { min-height: 0; }
  #card .dcx-top.dcx-top { grid-template-columns: minmax(0,1fr); }
  .foot .foot-grid { gap: 24px 16px; }
  .foot .foot-grid > div { min-width: 0; }
  .foot a { overflow-wrap: anywhere; }
}
@media (max-width:600px) {
  .hero-cards .svcs, .lpms .lrow { grid-template-columns: minmax(0,1fr); }
  .hero .hero-mid { max-width: 42rem; }
  .hero .hero-cta { gap: 12px; }
  .hero-cta .x-cta { max-width: 100%; }
  .hero-cta .x-cta-label { white-space: normal; }
  .hero-cards .svc-desc, .lpms .lcopy p { font-size: 15px; line-height: 1.6; }
  .hero-cards .svc-tile { min-height: 210px; }
  .lpms .lrow .lvis { min-height: 210px; }
  #compare .cf-tabs.cf-tabs { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); border-radius: 20px; }
  #compare .cf-tab.cf-tab { min-width: 0; white-space: normal; justify-content: center; }
  #compare .cf-thumb.cf-thumb { display: none; }
  #compare .cf-tab.cf-tab.is-on { background: #2554d4; color: #fff; border-radius: 16px; }
  #compare .cf-specs.cf-specs li { gap: 12px; }
  #compare .cf-specs.cf-specs li > b { min-width: 0; max-width: 58%; overflow-wrap: anywhere; }
}
@media (max-width:359px) {
  .topnav .brand img { width: 84px; }
  .topnav .pick-btn { padding-inline: 6px; gap: 4px; }
  .topnav #langBtn .fl { display: none; }
  .topnav #curMenu { grid-template-columns: minmax(0,1fr); }
}
@media (prefers-reduced-motion:reduce) {
  .hero .hero-mid { transform: none; opacity: 1; }
  html { scroll-behavior: auto; }
}
