:root {
  --blue-950: #06152b;
  --blue-900: #071f42;
  --blue-800: #0a2e61;
  --blue-700: #0f4d95;
  --blue-100: #e8f0fb;
  --ink: #101828;
  --text: #263244;
  --muted: #627086;
  --line: #dce4ef;
  --surface: #f5f7fb;
  --white: #ffffff;
  --black: #05070c;
  --whatsapp: #19a957;
  --whatsapp-dark: #128443;
  --shadow: 0 18px 45px rgba(6, 21, 43, 0.12);
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: 76px;
}

body {
  margin: 0;
  color: var(--text);
  background: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  letter-spacing: 0;
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

body.nav-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
  -webkit-user-drag: none;
  user-drag: none;
  pointer-events: none;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
  letter-spacing: 0;
}

input,
textarea,
select,
option,
button,
a,
.smart-form,
.smart-form *,
.upload-field,
.upload-field *,
[contenteditable="true"] {
  user-select: text;
  -webkit-user-select: text;
  -ms-user-select: text;
}

button {
  cursor: pointer;
}

.container {
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto;
}

.container.narrow {
  width: min(980px, calc(100% - 40px));
}

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 200;
  padding: 9px 12px;
  color: var(--white);
  background: var(--blue-900);
  border-radius: 8px;
  transform: translateY(-140%);
  transition: transform 160ms ease;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.97);
  border-bottom: 1px solid rgba(220, 228, 239, 0.92);
  box-shadow: 0 10px 28px rgba(6, 21, 43, 0.08);
  backdrop-filter: blur(16px);
}

.nav-shell {
  min-height: 66px;
  display: flex;
  align-items: center;
  gap: 18px;
}

.brand {
  flex: 0 0 auto;
  width: 172px;
}

.brand img {
  width: 172px;
  height: 46px;
  object-fit: contain;
}

.nav-menu {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}

.nav-link {
  position: relative;
  padding: 20px 0;
  color: var(--text);
  font-size: 0.82rem;
  font-weight: 800;
  white-space: nowrap;
}

.nav-link::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 15px;
  left: 0;
  height: 2px;
  background: var(--blue-700);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 170ms ease;
}

.nav-link:hover::after,
.nav-link:focus-visible::after,
.nav-link.is-active::after {
  transform: scaleX(1);
}

.header-actions {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 10px;
}

.language-switch {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 8px 10px;
  color: var(--blue-900);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  font-size: 0.78rem;
  font-weight: 850;
}

.language-switch button {
  padding: 1px 2px;
  color: var(--muted);
  border: 0;
  background: transparent;
  font-weight: 850;
}

.language-switch button.is-active {
  color: var(--blue-800);
}

.nav-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  color: var(--blue-900);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.icon,
.menu-icon {
  width: 1.06em;
  height: 1.06em;
  flex: 0 0 auto;
}

.btn {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 11px 15px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-size: 0.9rem;
  font-weight: 850;
  line-height: 1.1;
  text-align: center;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 12px 28px rgba(6, 21, 43, 0.16);
}

.btn-primary {
  color: var(--white);
  background: var(--blue-800);
  border-color: var(--blue-800);
}

.btn-primary:hover,
.btn-primary:focus-visible {
  background: var(--blue-700);
}

.btn-light {
  color: var(--blue-900);
  background: var(--white);
  border-color: rgba(255, 255, 255, 0.82);
}

.btn-outline {
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.32);
}

.btn-whatsapp {
  color: var(--white);
  background: var(--whatsapp);
  border-color: var(--whatsapp);
}

.btn-whatsapp:hover,
.btn-whatsapp:focus-visible {
  background: var(--whatsapp-dark);
}

.header-quote,
.header-whatsapp {
  min-width: 138px;
}

.header-whatsapp {
  min-width: 142px;
}

.hero {
  position: relative;
  overflow: hidden;
  min-height: 590px;
  display: flex;
  align-items: center;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(5, 7, 12, 0.92) 0%, rgba(6, 21, 43, 0.88) 42%, rgba(6, 21, 43, 0.36) 76%, rgba(5, 7, 12, 0.12) 100%),
    url("../img/hero-clutch-systems.png") center right / cover no-repeat;
}

.hero::after {
  content: "kashima-brasil.com.br";
  position: absolute;
  right: 26px;
  bottom: 20px;
  z-index: 0;
  color: rgba(255, 255, 255, 0.2);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  pointer-events: none;
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 690px);
  padding: 82px 0 76px;
}

.eyebrow {
  display: inline-flex;
  margin-bottom: 12px;
  color: #dbeafe;
  font-size: 0.74rem;
  font-weight: 900;
  text-transform: uppercase;
}

.hero h1,
.page-hero h1 {
  margin: 0;
  color: var(--white);
  font-size: clamp(2.45rem, 5vw, 4.7rem);
  line-height: 1.02;
  letter-spacing: 0;
}

.hero-subtitle {
  max-width: 690px;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 1.18rem;
}

.hero-statement {
  max-width: 650px;
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.76);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}

.page-hero {
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(6, 21, 43, 0.98), rgba(10, 46, 97, 0.9)),
    var(--blue-950);
}

.page-hero-grid {
  min-height: 280px;
  display: grid;
  grid-template-columns: minmax(0, 760px) 120px;
  align-items: center;
  gap: 40px;
  padding: 54px 0;
}

.page-hero p {
  max-width: 760px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.05rem;
}

.page-hero-mark {
  width: 112px;
  height: 112px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.page-hero-mark svg {
  width: 46px;
  height: 46px;
}

.section {
  padding: 66px 0;
  background: var(--white);
}

.section-soft {
  background: var(--surface);
}

.section-header {
  max-width: 760px;
  margin-bottom: 28px;
}

.section-header h2,
.form-heading h2,
.large-card h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(1.55rem, 3vw, 2.15rem);
  line-height: 1.15;
  letter-spacing: 0;
}

.section-header p,
.form-heading p,
.section-note,
.store-teaser p {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 1rem;
}

.feature-grid,
.two-card-grid,
.contact-grid,
.article-grid,
.faq-grid,
.line-grid {
  display: grid;
  gap: 16px;
}

.feature-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

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

.line-grid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.info-card,
.feature-card,
.large-card,
.contact-card,
.article-card,
.line-card,
details {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 10px 26px rgba(6, 21, 43, 0.06);
}

.feature-card,
.large-card,
.contact-card,
.article-card {
  padding: 22px;
}

.compact-grid .feature-card {
  min-height: 206px;
}

.line-card {
  min-height: 116px;
  display: grid;
  align-content: center;
  justify-items: start;
  gap: 12px;
  padding: 18px;
}

.line-card svg {
  width: 24px;
  height: 24px;
  color: var(--blue-800);
}

.line-card h3,
.feature-card h3,
.contact-card h3,
.article-card h3 {
  margin: 0;
  color: var(--ink);
  font-size: 1rem;
  line-height: 1.22;
}

.feature-card h3,
.contact-card h3 {
  margin-bottom: 8px;
}

.feature-card p,
.large-card p,
.contact-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.93rem;
}

.card-icon {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  color: var(--blue-800);
  border: 1px solid var(--blue-100);
  border-radius: 8px;
  background: var(--blue-100);
}

.store-teaser {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  align-items: center;
  gap: 42px;
}

.home-resource-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(280px, 0.75fr);
  gap: 18px;
  align-items: stretch;
}

.resource-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.resource-card-store {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 28px;
  align-items: center;
  padding: 24px;
}

.resource-card-store .section-header {
  margin-bottom: 0;
}

.checklist-teaser {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 24px;
}

.checklist-teaser h2 {
  margin: 0;
  color: var(--ink);
  font-size: 1.38rem;
  line-height: 1.16;
}

.checklist-teaser p {
  margin: 12px 0 20px;
  color: var(--muted);
}

.inline-actions,
.section-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.media-frame {
  position: relative;
  overflow: hidden;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.media-frame::before,
.location-photo::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.02), rgba(7, 31, 66, 0.06));
  pointer-events: none;
}

.media-frame::after,
.location-photo::after {
  content: "Kashima Sistemas de Embreagens";
  position: absolute;
  right: 14px;
  bottom: 12px;
  z-index: 3;
  padding: 4px 7px;
  color: rgba(255, 255, 255, 0.84);
  background: rgba(6, 21, 43, 0.38);
  border-radius: 6px;
  font-size: 0.64rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  pointer-events: none;
}

.split,
.storecode-layout,
.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(310px, 0.9fr);
  align-items: start;
  gap: 42px;
}

.tag-grid,
.check-grid,
.metric-list,
.clean-list {
  display: grid;
  gap: 10px;
}

.tag-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.compact-tags {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-bottom: 28px;
}

.tag-grid span,
.check-grid span,
.metric-list span,
.clean-list li {
  min-height: 50px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 14px;
  color: var(--blue-900);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  font-size: 0.9rem;
  font-weight: 800;
}

.metric-list span {
  background: var(--surface);
}

.clean-list {
  margin: 0 0 22px;
  padding: 0;
  list-style: none;
}

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

.notice {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-top: 24px;
  padding: 16px;
  color: var(--blue-900);
  border: 1px solid #c8d7ea;
  border-radius: 8px;
  background: #edf3fb;
}

.notice.simple {
  margin-bottom: 26px;
}

.notice p {
  margin: 0;
  font-weight: 750;
}

.checklist-section {
  background:
    linear-gradient(180deg, var(--white), #f8fbff);
}

.checklist-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(360px, 1.18fr);
  gap: 28px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.checklist-section .eyebrow {
  color: var(--blue-700);
}

.checklist-copy h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(1.7rem, 3vw, 2.35rem);
  line-height: 1.12;
}

.checklist-copy > p {
  margin: 14px 0 0;
  color: var(--muted);
}

.checklist-notice {
  margin: 22px 0;
}

.checklist-notice strong {
  display: block;
  margin-bottom: 4px;
  color: var(--blue-900);
}

.checklist-list-wrap {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
}

.checklist-list-wrap h3 {
  margin: 0 0 16px;
  color: var(--ink);
  font-size: 1.05rem;
}

.install-checklist {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.install-checklist li {
  min-height: 64px;
  display: grid;
  grid-template-columns: 34px 1fr;
  align-items: start;
  gap: 10px;
  padding: 12px;
  color: var(--text);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  font-size: 0.91rem;
  font-weight: 700;
}

.check-number {
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  border-radius: 50%;
  background: var(--blue-800);
  font-size: 0.78rem;
  font-weight: 900;
}

.form-shell {
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.hp-field {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.form-heading {
  margin-bottom: 22px;
}

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

.form-field {
  display: grid;
  gap: 7px;
}

.form-field.full {
  grid-column: 1 / -1;
}

.form-field label,
.checkbox-group legend {
  color: var(--ink);
  font-size: 0.86rem;
  font-weight: 850;
}

.form-field small,
.checkbox-group small {
  margin-left: 7px;
  color: var(--blue-700);
  font-size: 0.7rem;
  text-transform: uppercase;
}

.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  min-height: 44px;
  padding: 10px 12px;
  color: var(--ink);
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  background: var(--white);
  outline: none;
  transition: border-color 150ms ease, box-shadow 150ms ease;
}

.form-field textarea {
  resize: vertical;
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  border-color: var(--blue-700);
  box-shadow: 0 0 0 3px rgba(14, 67, 133, 0.12);
}

.smart-form.was-submitted .form-field input:invalid,
.smart-form.was-submitted .form-field select:invalid,
.smart-form.was-submitted .form-field textarea:invalid,
.checkbox-group.is-invalid {
  border-color: #b42318;
  box-shadow: 0 0 0 3px rgba(180, 35, 24, 0.12);
}

.field-hint {
  margin: 0;
  color: var(--muted);
  font-size: 0.78rem;
}

.upload-field {
  gap: 10px;
  padding: 16px;
  border: 1px solid #d8e3ef;
  border-radius: 8px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.upload-input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.upload-add {
  width: fit-content;
}

.upload-list {
  display: grid;
  gap: 10px;
}

.upload-empty {
  margin: 0;
  padding: 11px 12px;
  color: var(--muted);
  border: 1px dashed #b9c6d8;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
  font-size: 0.86rem;
  font-weight: 750;
}

.upload-empty[hidden] {
  display: none;
}

.upload-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 10px;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.upload-main {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.upload-main strong,
.upload-main span,
.upload-main small {
  overflow-wrap: anywhere;
}

.upload-main strong {
  color: var(--ink);
  font-size: 0.9rem;
  font-weight: 900;
}

.upload-main span {
  color: var(--muted);
  font-size: 0.78rem;
}

.upload-main small {
  color: var(--muted);
  font-size: 0.75rem;
}

.upload-status {
  min-width: 96px;
  padding: 6px 9px;
  border-radius: 999px;
  color: #7a271a;
  background: #fff4ed;
  text-align: center;
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.upload-item[data-status="approved"] .upload-status {
  color: #05603a;
  background: #ecfdf3;
}

.upload-item[data-status="too-large"] .upload-status {
  color: #93370d;
  background: #fffaeb;
}

.upload-item[data-status="type-not-allowed"] .upload-status,
.upload-item[data-status="blocked"] .upload-status {
  color: #b42318;
  background: #fef3f2;
}

.upload-remove {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 34px;
  padding: 7px 10px;
  color: #7a271a;
  border: 1px solid #f4c7c3;
  border-radius: 8px;
  background: #fff;
  cursor: pointer;
  font: inherit;
  font-size: 0.78rem;
  font-weight: 900;
}

.upload-remove .icon {
  width: 15px;
  height: 15px;
}

.checkbox-group {
  margin: 0;
  padding: 14px;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
}

.checkbox-group > div {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-top: 10px;
}

.check-option {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 36px;
  padding: 8px 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  font-size: 0.87rem;
  font-weight: 750;
}

.check-option input {
  width: 16px;
  height: 16px;
  accent-color: var(--blue-800);
}

.consent-group {
  background: #f8fbff;
}

.legal-check {
  align-items: flex-start;
  line-height: 1.35;
}

.legal-check a {
  color: var(--blue-800);
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.form-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin-top: 22px;
}

.form-actions .btn:disabled {
  cursor: progress;
  opacity: 0.68;
  transform: none;
  box-shadow: none;
}

.form-status {
  display: none;
  max-width: 640px;
  margin: 0;
  color: var(--blue-900);
  font-weight: 800;
}

.form-status.is-visible {
  display: block;
}

.form-status.is-success {
  color: var(--blue-900);
}

.form-status.is-error {
  color: #b42318;
}

.copy-protection-toast {
  position: fixed;
  right: 18px;
  bottom: 88px;
  z-index: 260;
  max-width: min(420px, calc(100vw - 36px));
  padding: 12px 14px;
  color: var(--white);
  background: rgba(5, 7, 12, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  box-shadow: 0 16px 38px rgba(5, 7, 12, 0.26);
  font-size: 0.86rem;
  font-weight: 800;
  opacity: 0;
  transform: translateY(10px);
  pointer-events: none;
  transition: opacity 180ms ease, transform 180ms ease;
}

.copy-protection-toast.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.contact-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-bottom: 28px;
}

.map-shell {
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.map-shell iframe {
  width: 100%;
  min-height: 460px;
  border: 0;
  border-radius: 8px;
  background: var(--surface);
}

.location-panel {
  display: grid;
  gap: 14px;
}

.location-photo {
  position: relative;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.location-photo img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.location-photo figcaption {
  padding: 10px 14px;
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 800;
}

.compact-map {
  padding: 0;
  overflow: hidden;
}

.compact-map iframe {
  min-height: 220px;
  border-radius: 8px;
}

.location-details {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.location-details h2 {
  margin: 0;
  color: var(--ink);
  font-size: 1.2rem;
}

.location-details p {
  margin: 8px 0 0;
  color: var(--muted);
}

.legal-section {
  background: var(--surface);
}

.legal-layout {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 28px;
  align-items: start;
}

.legal-sidebar,
.legal-document {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.legal-sidebar {
  position: sticky;
  top: 92px;
  padding: 20px;
}

.legal-sidebar strong {
  display: block;
  color: var(--ink);
  line-height: 1.2;
}

.legal-sidebar span,
.legal-updated {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 800;
}

.legal-sidebar nav {
  display: grid;
  gap: 8px;
  margin-top: 18px;
}

.legal-sidebar a {
  padding: 10px 12px;
  color: var(--blue-900);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  font-size: 0.88rem;
  font-weight: 850;
}

.legal-sidebar a.is-active {
  color: var(--white);
  background: var(--blue-800);
  border-color: var(--blue-800);
}

.legal-document {
  padding: 30px;
}

.legal-document h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(1.7rem, 3vw, 2.3rem);
  line-height: 1.12;
}

.legal-intro {
  margin: 14px 0 24px;
  color: var(--muted);
  font-size: 1.02rem;
}

.legal-identity {
  margin: 0 0 22px;
  padding: 16px;
  border: 1px solid #c8d7ea;
  border-radius: 8px;
  background: #edf3fb;
}

.legal-identity strong,
.legal-identity span {
  display: block;
  color: var(--blue-900);
  font-weight: 900;
}

.legal-identity span {
  margin-top: 4px;
}

.legal-identity p {
  margin: 10px 0 0;
  color: var(--text);
  font-weight: 700;
}

.legal-block {
  padding: 18px 0;
  border-top: 1px solid var(--line);
}

.legal-block h3 {
  margin: 0 0 8px;
  color: var(--blue-900);
  font-size: 1rem;
}

.legal-block p {
  margin: 0;
  color: var(--text);
}

.site-footer {
  padding: 38px 0;
  color: rgba(255, 255, 255, 0.78);
  background: var(--black);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr 1fr;
  gap: 30px;
}

.site-footer img {
  width: 230px;
  margin-bottom: 14px;
  border-radius: 8px;
}

.site-footer p {
  margin: 0 0 10px;
}

.site-footer strong {
  display: block;
  margin-bottom: 10px;
  color: var(--white);
}

.text-link {
  color: var(--white);
  font-weight: 850;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.footer-legal {
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.footer-legal nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  margin-bottom: 16px;
}

.footer-legal a {
  color: var(--white);
  font-size: 0.86rem;
  font-weight: 850;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.footer-legal p {
  max-width: 980px;
  margin: 0 0 9px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.84rem;
}

.cookie-consent {
  position: fixed;
  right: 18px;
  bottom: 18px;
  left: 18px;
  z-index: 160;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  width: min(1040px, calc(100% - 36px));
  margin: 0 auto;
  padding: 18px;
  color: var(--text);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 22px 60px rgba(6, 21, 43, 0.24);
}

.cookie-copy strong {
  display: block;
  color: var(--ink);
  margin-bottom: 5px;
}

.cookie-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.cookie-settings {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  margin-top: 12px;
}

.cookie-settings label {
  display: inline-flex;
  gap: 7px;
  align-items: center;
  color: var(--blue-900);
  font-size: 0.86rem;
  font-weight: 800;
}

.cookie-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}

.cookie-actions .btn-outline {
  color: var(--blue-900);
  border-color: var(--line);
  background: var(--surface);
}

.floating-whatsapp {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 120;
  width: 58px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  background: var(--whatsapp);
  border-radius: 50%;
  box-shadow: 0 14px 30px rgba(25, 169, 87, 0.32);
}

.floating-whatsapp svg {
  width: 27px;
  height: 27px;
}

@media (max-width: 1240px) {
  .nav-shell {
    gap: 12px;
  }

  .brand,
  .brand img {
    width: 154px;
  }

  .nav-menu {
    gap: 10px;
  }

  .nav-link {
    font-size: 0.76rem;
  }

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

  .line-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .tag-grid,
  .compact-tags {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 1320px) {
  .nav-toggle {
    display: inline-flex;
    order: 3;
  }

  .nav-menu {
    position: fixed;
    top: 76px;
    right: 20px;
    left: 20px;
    z-index: 110;
    display: grid;
    max-height: calc(100vh - 100px);
    padding: 16px;
    overflow-y: auto;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: var(--shadow);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px);
    transition: opacity 150ms ease, transform 150ms ease;
  }

  body.nav-open .nav-menu {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .nav-link {
    padding: 12px;
    border-radius: 8px;
    background: var(--surface);
    font-size: 0.95rem;
  }

  .nav-link::after {
    display: none;
  }

  .header-actions {
    margin-left: auto;
  }

  .hero {
    min-height: auto;
  }

  .hero-grid {
    padding: 66px 0;
  }

  .page-hero-grid,
  .split,
  .storecode-layout,
  .store-teaser,
  .home-resource-grid,
  .resource-card-store,
  .checklist-panel,
  .contact-layout,
  .legal-layout,
  .cookie-consent {
    grid-template-columns: 1fr;
  }

  .legal-sidebar {
    position: static;
  }

  .cookie-actions {
    justify-content: stretch;
  }

  .cookie-actions .btn {
    flex: 1 1 180px;
  }

  .page-hero-mark {
    display: none;
  }

  .section {
    padding: 54px 0;
  }
}

@media (max-width: 760px) {
  .container,
  .container.narrow {
    width: min(100% - 28px, 1160px);
  }

  .nav-shell {
    min-height: 62px;
  }

  .brand,
  .brand img {
    width: 132px;
  }

  .brand img {
    height: 38px;
  }

  .language-switch {
    padding: 7px 8px;
  }

  .header-quote,
  .header-whatsapp {
    display: none;
  }

  .hero {
    background:
      linear-gradient(90deg, rgba(5, 7, 12, 0.94) 0%, rgba(6, 21, 43, 0.88) 62%, rgba(6, 21, 43, 0.58) 100%),
      url("../img/hero-clutch-systems.png") center right / cover no-repeat;
  }

  .hero-grid {
    padding: 58px 0;
  }

  .hero-actions,
  .inline-actions,
  .section-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-actions .btn,
  .inline-actions .btn,
  .section-actions .btn {
    width: 100%;
  }

  .feature-grid,
  .two-card-grid,
  .line-grid,
  .tag-grid,
  .compact-tags,
  .check-grid,
  .install-checklist,
  .contact-grid,
  .footer-grid,
  .form-grid,
  .checkbox-group > div {
    grid-template-columns: 1fr;
  }

  .form-field.full {
    grid-column: auto;
  }

  .upload-item {
    grid-template-columns: 1fr;
  }

  .upload-status,
  .upload-remove {
    justify-self: start;
  }

  .form-shell,
  .map-shell,
  .checklist-panel,
  .legal-document {
    padding: 20px;
  }

  .checklist-list-wrap {
    padding: 16px;
  }

  .map-shell iframe {
    min-height: 340px;
  }

  .compact-map iframe {
    min-height: 220px;
  }

  .floating-whatsapp {
    right: 16px;
    bottom: 16px;
    width: 56px;
    height: 56px;
  }
}

@media (max-width: 420px) {
  .language-switch span {
    display: none;
  }

  .language-switch {
    gap: 1px;
  }
}
