:root {
  --color-navy: #0E1B32;
  --color-navy-soft: #172844;
  --color-orange: #E97822;
  --color-orange-dark: #B34E0B;
  --color-white: #FFFFFF;
  --color-cream: #F7F4EF;
  --color-light: #F4F6F8;
  --color-gray: #6B7280;
  --color-dark: #111827;
  --radius-lg: 8px;
  --radius-md: 8px;
  --shadow-soft: 0 18px 50px rgba(14, 27, 50, 0.12);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; text-size-adjust: 100%; }
body { margin: 0; font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: var(--color-dark); background: var(--color-white); line-height: 1.6; letter-spacing: 0; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
:focus-visible { outline: 3px solid rgba(233, 120, 34, 0.55); outline-offset: 3px; }
.container { width: min(1120px, calc(100% - 32px)); margin-inline: auto; }
.narrow { width: min(820px, calc(100% - 32px)); }
.section { padding: 64px 0; }
.section-light { background: var(--color-cream); }
.section-heading { max-width: 780px; margin-bottom: 24px; }
.section-heading h2, .two-col h2, .final-cta h2 { margin: 0; font-size: 2rem; line-height: 1.08; color: var(--color-navy); }
.section-heading p, .rich-text p, .final-cta p { color: var(--color-gray); }
.eyebrow { margin: 0 0 12px; color: var(--color-orange-dark); text-transform: uppercase; font-weight: 800; font-size: 0.78rem; }
.skip-link { position: absolute; left: 16px; top: 8px; transform: translateY(-140%); background: var(--color-white); color: var(--color-navy); padding: 8px 12px; z-index: 20; border-radius: 8px; }
.skip-link:focus { transform: translateY(0); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.site-header { position: sticky; top: 0; z-index: 10; background: rgba(255,255,255,0.94); backdrop-filter: blur(14px); border-bottom: 1px solid rgba(14, 27, 50, 0.08); }
.header-inner { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.brand { display: inline-flex; align-items: center; flex: 0 0 auto; }
.footer-logo { width: min(100%, 280px); height: auto; padding: 8px 10px; object-fit: contain; background: var(--color-white); }
.site-nav { position: fixed; inset: 90px 16px auto 16px; max-height: calc(100svh - 112px); overflow-y: auto; display: flex; flex-direction: column; gap: 6px; padding: 16px; background: var(--color-white); border: 1px solid rgba(14,27,50,0.1); border-radius: var(--radius-md); box-shadow: var(--shadow-soft); }
.js .site-nav { display: none; }
.js .site-nav.is-open { display: flex; }
.site-nav a { text-decoration: none; color: var(--color-navy); font-weight: 750; padding: 10px 12px; border-radius: 8px; }
.site-nav a[aria-current="page"], .site-nav a:hover { background: var(--color-light); color: var(--color-orange-dark); }
.nav-toggle { width: 44px; height: 44px; border: 1px solid rgba(14,27,50,0.16); border-radius: 8px; background: var(--color-white); display: inline-grid; place-items: center; }
.nav-toggle-lines, .nav-toggle-lines::before, .nav-toggle-lines::after { width: 20px; height: 2px; background: var(--color-navy); display: block; content: ""; border-radius: 99px; }
.nav-toggle-lines::before { transform: translateY(-6px); }
.nav-toggle-lines::after { transform: translateY(4px); }
.header-cta { display: none; text-decoration: none; background: var(--color-orange); color: var(--color-white); padding: 10px 14px; border-radius: 8px; font-weight: 800; white-space: nowrap; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 12px 18px; border-radius: 8px; border: 1px solid transparent; text-decoration: none; font-weight: 850; text-align: center; max-width: 100%; }
.btn-primary { background: var(--color-orange); color: var(--color-white); box-shadow: 0 10px 24px rgba(233,120,34,0.24); }
.btn-primary:hover { background: var(--color-orange-dark); }
.btn-secondary { background: var(--color-white); color: var(--color-navy); border-color: rgba(14,27,50,0.14); }
.btn-secondary:hover { border-color: var(--color-orange); color: var(--color-orange-dark); }
.text-link { color: var(--color-orange-dark); font-weight: 850; text-decoration-thickness: 2px; text-underline-offset: 4px; }
.hero { min-height: 78svh; position: relative; display: grid; align-items: center; overflow: hidden; background: var(--color-navy); color: var(--color-white); }
.hero-bg { position: absolute; inset: 0; background-image: linear-gradient(90deg, rgba(14,27,50,0.92), rgba(14,27,50,0.62), rgba(14,27,50,0.22)), url('../img/hero-placeholder.svg'); background-size: cover; background-position: center; }
.hero-content { position: relative; padding: 80px 0 68px; }
.hero h1 { margin: 0; max-width: 870px; font-size: 2.55rem; line-height: 1.02; color: var(--color-white); }
.hero-lead { max-width: 680px; font-size: 1.08rem; color: rgba(255,255,255,0.86); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.centered { justify-content: center; }
.trust-points { list-style: none; padding: 0; margin: 32px 0 0; display: grid; gap: 10px; max-width: 760px; }
.trust-points li { padding-left: 24px; position: relative; color: rgba(255,255,255,0.88); font-weight: 700; }
.trust-points li::before { content: ""; position: absolute; left: 0; top: 0.65em; width: 8px; height: 8px; border-radius: 50%; background: var(--color-orange); }
.page-hero { padding: 72px 0 54px; background: linear-gradient(135deg, var(--color-cream), var(--color-white)); border-bottom: 1px solid rgba(14,27,50,0.08); }
.page-hero h1 { margin: 0 0 16px; font-size: 2.25rem; line-height: 1.02; color: var(--color-navy); }
.page-hero p:not(.eyebrow) { margin: 0; color: var(--color-gray); font-size: 1.08rem; }
.two-col { display: grid; gap: 28px; }
.align-center { align-items: center; }
.rich-text p:first-child { margin-top: 0; }
.service-grid, .services-full-grid, .steps-grid, .work-grid, .values-grid, .case-grid { display: grid; gap: 14px; }
.compact-grid { grid-template-columns: 1fr; }
.service-card, .steps-grid article, .work-card, .values-grid article, .notice, .case-card, .quote-form, .contact-panel { background: var(--color-white); border: 1px solid rgba(14,27,50,0.1); border-radius: var(--radius-md); box-shadow: var(--shadow-soft); }
.service-card { padding: 18px; display: grid; gap: 8px; }
.service-card h2, .service-card h3 { margin: 0; color: var(--color-navy); line-height: 1.12; }
.service-card p { margin: 0; color: var(--color-gray); }
.service-number { width: 36px; height: 36px; border-radius: 8px; display: grid; place-items: center; background: var(--color-navy); color: var(--color-white); font-weight: 900; font-size: 0.86rem; }
.service-detail { border-top: 1px solid rgba(14,27,50,0.08); margin-top: 6px; padding-top: 10px; }
.service-detail h3 { font-size: 0.95rem; margin: 9px 0 3px; }
.service-detail ul { margin: 0 0 8px; padding-left: 18px; color: var(--color-gray); }
.before-after { background: var(--color-navy); color: var(--color-white); }
.before-after h2, .before-after p { color: var(--color-white); }
.image-frame { margin: 0; border-radius: var(--radius-lg); overflow: hidden; box-shadow: 0 24px 70px rgba(0,0,0,0.28); border: 1px solid rgba(255,255,255,0.18); }
.split-visual img { width: 100%; }
.steps-grid article { padding: 22px; }
.steps-grid span { display: inline-flex; color: var(--color-orange-dark); font-weight: 950; margin-bottom: 14px; }
.steps-grid h3, .work-card h3, .values-grid h2, .case-card h2 { margin: 0 0 8px; color: var(--color-navy); line-height: 1.16; }
.steps-grid p, .work-card p, .values-grid p, .case-card dd { margin: 0; color: var(--color-gray); }
.trust-section { padding: 36px 0; background: var(--color-navy); color: var(--color-white); }
.trust-grid { display: grid; gap: 14px; }
.trust-grid div { padding: 18px; border: 1px solid rgba(255,255,255,0.16); border-radius: var(--radius-md); background: rgba(255,255,255,0.06); }
.trust-grid strong { display: block; font-size: 1.1rem; }
.trust-grid span { color: rgba(255,255,255,0.76); }
.work-card { overflow: hidden; }
.work-card div { padding: 18px; }
.work-card span, .case-body span { color: var(--color-orange-dark); font-size: 0.78rem; text-transform: uppercase; font-weight: 900; }
.faq-list { display: grid; gap: 10px; }
.faq-item { border: 1px solid rgba(14,27,50,0.12); border-radius: var(--radius-md); background: var(--color-white); overflow: hidden; }
.faq-question { width: 100%; border: 0; background: transparent; color: var(--color-navy); padding: 18px; text-align: left; font-weight: 900; display: flex; justify-content: space-between; gap: 16px; }
.faq-question::after { content: "+"; color: var(--color-orange-dark); font-size: 1.25rem; line-height: 1; }
.faq-question[aria-expanded="true"]::after { content: "-"; }
.faq-answer { padding: 0 18px 18px; color: var(--color-gray); }
.final-cta { text-align: center; }
.notice { padding: 24px; }
.notice h2 { margin-top: 0; color: var(--color-navy); }
.case-card { overflow: hidden; display: grid; }
.case-card figure { margin: 0; }
.case-body { padding: 22px; }
.case-body dl { display: grid; gap: 8px; margin: 18px 0; }
.case-body dt { font-weight: 900; color: var(--color-navy); }
.case-body dd { margin-left: 0; }
.form-layout { display: grid; gap: 24px; align-items: start; }
.form-intro h2 { color: var(--color-navy); margin-top: 0; }
.contact-panel { padding: 18px; display: grid; gap: 10px; margin: 22px 0; }
.contact-panel h3 { margin: 0; color: var(--color-navy); }
.contact-panel a { color: var(--color-orange-dark); font-weight: 850; }
.microcopy, .form-note { color: var(--color-gray); font-size: 0.95rem; }
.quote-form { padding: 20px; display: grid; gap: 14px; }
.field, .field-grid { display: grid; gap: 8px; }
.field-grid { grid-template-columns: 1fr; gap: 16px; }
label { font-weight: 850; color: var(--color-navy); }
input, select, textarea { width: 100%; border: 1px solid rgba(14,27,50,0.18); border-radius: 8px; padding: 12px 13px; background: var(--color-white); color: var(--color-dark); }
textarea { resize: vertical; }
.hidden { display: none; }
.check { display: flex; gap: 10px; align-items: flex-start; min-height: 44px; font-weight: 650; color: var(--color-dark); }
.check input { width: 22px; height: 22px; flex: 0 0 auto; margin-top: 3px; }
.form-submit { width: 100%; }
.quote-page { min-height: calc(100svh - 82px); padding: 28px 0 44px; background: linear-gradient(180deg, #FFFFFF 0%, var(--color-light) 100%); }
.quote-layout { align-items: start; }
.quote-summary { padding: 10px 0; }
.quote-summary h1 { max-width: 620px; margin: 0; color: var(--color-navy); font-size: clamp(2rem, 4vw, 3.15rem); line-height: 1.02; letter-spacing: -0.035em; }
.quote-lead { max-width: 620px; margin: 16px 0 0; color: var(--color-gray); font-size: 1.02rem; line-height: 1.55; }
.quote-highlights { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; list-style: none; padding: 0; margin: 20px 0 0; }
.quote-highlights li { min-height: 44px; display: grid; place-items: center; padding: 8px 10px; border: 1px solid rgba(14,27,50,0.1); border-radius: 8px; background: rgba(255,255,255,0.86); color: var(--color-navy); text-align: center; font-size: 0.78rem; line-height: 1.25; font-weight: 850; }
.quote-contacts { min-height: 0; margin: 20px 0 14px; padding: 20px; }
.quote-contacts h2 { margin: 0; color: var(--color-navy); font-size: 1.35rem; }
.quote-contact-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.quote-contact-grid .contact-item, .quote-contact-grid .contact-item:first-of-type { min-width: 0; padding: 12px; border: 1px solid rgba(14,27,50,0.09); border-radius: 8px; background: var(--color-light); }
.quote-contact-grid .contact-item a { font-size: 0.93rem; }
.quote-page .quote-form { align-self: start; }
.legal-section { background: var(--color-light); }
.legal-doc { background: var(--color-white); border: 1px solid rgba(14,27,50,0.1); border-radius: var(--radius-md); box-shadow: var(--shadow-soft); padding: 24px; }
.legal-doc h1 { margin: 0 0 12px; color: var(--color-navy); font-size: 2rem; line-height: 1.08; }
.legal-doc h2 { margin: 32px 0 8px; color: var(--color-navy); font-size: 1.45rem; }
.legal-doc h3 { margin: 22px 0 8px; color: var(--color-navy); font-size: 1.12rem; }
.legal-doc p, .legal-doc li { color: #374151; }
.legal-updated { padding: 12px; background: var(--color-cream); border-radius: 8px; }
.legal-list { padding-left: 22px; }
.site-footer { background: var(--color-navy); color: var(--color-white); padding: 48px 0 24px; }
.footer-grid { display: grid; gap: 26px; }
.site-footer h2 { font-size: 1rem; margin: 0 0 10px; color: var(--color-white); }
.site-footer p, .footer-list a, .footer-button { color: rgba(255,255,255,0.76); }
.footer-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 8px; }
.footer-list a:hover, .footer-button:hover { color: var(--color-white); }
.footer-button { min-height: 44px; display: inline-flex; align-items: center; background: transparent; border: 0; padding: 0; text-decoration: underline; text-underline-offset: 4px; }
.footer-bottom { margin-top: 28px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,0.12); display: flex; flex-wrap: wrap; gap: 10px 18px; justify-content: space-between; }
.footer-bottom p { margin: 0; font-size: 0.92rem; }
.mobile-contact-bar { position: fixed; left: 12px; right: 12px; bottom: 12px; z-index: 9; display: grid; grid-template-columns: 1fr 0.82fr 1.25fr; gap: 8px; padding: 8px; background: rgba(255,255,255,0.96); border: 1px solid rgba(14,27,50,0.14); border-radius: 8px; box-shadow: 0 16px 36px rgba(0,0,0,0.22); backdrop-filter: blur(12px); }
.mobile-contact-bar a { min-height: 42px; display: inline-flex; align-items: center; justify-content: center; padding: 8px 9px; border-radius: 8px; text-decoration: none; text-align: center; font-size: 0.88rem; line-height: 1.12; font-weight: 900; color: var(--color-white); background: var(--color-orange); }
.mobile-contact-bar a:first-child { background: #167249; }
.mobile-contact-bar a:nth-child(2) { background: var(--color-navy); }
.klaro {
  --font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --title-font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-size: 14px;
  --border-radius: 8px;
  --dark1: #0E1B32;
  --dark2: #172844;
  --dark3: #6B7280;
  --light1: #FFFFFF;
  --light2: #F4F6F8;
  --light3: #D1D5DB;
  --green1: #E97822;
  --green2: #B34E0B;
  --green3: #E97822;
  --button-text-color: #FFFFFF;
}
.klaro .cookie-notice:not(.cookie-modal-notice),
.klaro .cookie-modal .cm-modal.cm-klaro,
.klaro .cookie-modal-notice {
  border: 1px solid rgba(14,27,50,0.14);
  box-shadow: 0 22px 70px rgba(14,27,50,0.22);
}
.klaro .cookie-notice:not(.cookie-modal-notice) {
  background: var(--color-white);
  color: var(--color-dark);
}
.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body {
  padding: 18px;
}
.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body p,
.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body strong,
.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body h1,
.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body h2,
.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body ul,
.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body li {
  color: var(--color-dark);
}
.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body p {
  color: var(--color-gray);
}
.klaro .cookie-notice a,
.klaro .cookie-modal a {
  color: var(--color-orange-dark);
  font-weight: 850;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.klaro .cookie-modal .cm-btn,
.klaro .context-notice .cm-btn,
.klaro .cookie-notice .cm-btn {
  border-radius: 8px;
  font-weight: 850;
  padding: 10px 14px;
}
.klaro .cookie-modal .cm-btn.cm-btn-success,
.klaro .context-notice .cm-btn.cm-btn-success,
.klaro .cookie-notice .cm-btn.cm-btn-success,
.klaro .cookie-modal .cm-btn.cm-btn-success-var,
.klaro .context-notice .cm-btn.cm-btn-success-var,
.klaro .cookie-notice .cm-btn.cm-btn-success-var {
  background: var(--color-orange);
}
.klaro .cookie-modal .cm-btn.cm-btn-info,
.klaro .context-notice .cm-btn.cm-btn-info,
.klaro .cookie-notice .cm-btn.cm-btn-info,
.klaro .cookie-modal .cm-btn.cm-btn-close,
.klaro .context-notice .cm-btn.cm-btn-close,
.klaro .cookie-notice .cm-btn.cm-btn-close {
  background: var(--color-white);
  color: var(--color-navy);
  border: 1px solid rgba(14,27,50,0.16);
}
.klaro .cookie-modal .cm-modal .cm-powered-by {
  display: none;
}
.start-body { background: var(--color-navy); }
.start-page { min-height: 100svh; display: grid; place-items: center; padding: clamp(18px, 4vw, 48px); position: relative; overflow-x: hidden; background: var(--color-navy); }
.start-bg { position: absolute; inset: 0; background-image: radial-gradient(circle at 18% 12%, rgba(233,120,34,0.28), transparent 34%), linear-gradient(155deg, rgba(14,27,50,0.84), rgba(14,27,50,0.97)), url('../img/hero-placeholder.svg'); background-size: auto, auto, cover; background-position: center; }
.start-card { position: relative; width: min(560px, 100%); background: rgba(255,255,255,0.98); border: 1px solid rgba(255,255,255,0.4); border-radius: 16px; padding: clamp(22px, 5vw, 36px); box-shadow: 0 30px 90px rgba(0,0,0,0.34); }
.start-brand { display: inline-flex; align-items: center; gap: 14px; color: var(--color-navy); text-decoration: none; }
.start-brand span { display: grid; line-height: 1.15; }
.start-brand strong { font-size: 1rem; letter-spacing: 0.04em; }
.start-brand small { margin-top: 5px; color: var(--color-gray); font-size: 0.78rem; }
.start-logo { width: 76px; height: 66px; flex: 0 0 auto; object-fit: contain; border-radius: 10px; background: #e8ebf1; }
.start-intro { margin: 24px 0 20px; }
.start-intro .eyebrow { margin-bottom: 8px; }
.start-card h1 { margin: 0; color: var(--color-navy); font-size: clamp(2rem, 7vw, 2.8rem); line-height: 1.02; letter-spacing: -0.035em; }
.start-intro > p:last-child { margin: 14px 0 0; color: #4B5563; line-height: 1.5; }
.start-actions { display: grid; gap: 10px; }
.start-main-cta { min-height: 56px; }
.start-whatsapp { min-height: 52px; background: #187D4A; color: var(--color-white); box-shadow: 0 10px 24px rgba(24,125,74,0.18); }
.start-whatsapp:hover { background: #11633A; }
.start-quick-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin-top: 10px; }
.start-quick-link { display: grid; gap: 2px; min-width: 0; padding: 12px 14px; color: var(--color-navy); text-decoration: none; border: 1px solid rgba(14,27,50,0.12); border-radius: 8px; background: var(--color-light); }
.start-quick-link:hover { border-color: var(--color-orange); }
.start-quick-link span { color: var(--color-gray); font-size: 0.76rem; text-transform: uppercase; font-weight: 800; }
.start-quick-link strong { overflow-wrap: anywhere; font-size: 0.95rem; }
.start-site-links { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; margin-top: 18px; padding-top: 18px; border-top: 1px solid rgba(14,27,50,0.09); }
.start-site-links .btn { min-height: 44px; padding: 9px 10px; font-size: 0.83rem; }
.start-footer { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-top: 18px; color: var(--color-gray); font-size: 0.76rem; }
.start-footer p { margin: 0; }
.start-footer div { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px; }
.start-footer a, .start-footer button { padding: 0; border: 0; background: transparent; color: var(--color-gray); font: inherit; text-decoration: underline; text-underline-offset: 3px; }
.start-footer a:hover, .start-footer button:hover { color: var(--color-orange-dark); }
@media (min-width: 640px) {
  .hero h1 { font-size: 3.2rem; }
  .page-hero h1 { font-size: 2.65rem; }
  .trust-points { grid-template-columns: repeat(2, 1fr); }
  .field-grid { grid-template-columns: repeat(2, 1fr); }
  .quote-form { padding: 28px; }
  .legal-doc { padding: 34px; }
}
@media (min-width: 820px) {
  .section-heading h2, .two-col h2, .final-cta h2 { font-size: 2.6rem; }
  .hero h1 { font-size: 4.2rem; line-height: 0.98; }
  .hero-lead { font-size: 1.2rem; }
  .page-hero h1 { font-size: 3.2rem; }
  .legal-doc h1 { font-size: 2.6rem; }
  .values-grid-emphasis h2 { font-size: 1.7rem; }
  .contact-item a { font-size: 1.18rem; }
  .mobile-contact-bar { display: none; }
  .nav-toggle { display: none; }
  .site-nav, .js .site-nav { position: static; display: flex; flex-direction: row; align-items: center; gap: 4px; padding: 0; background: transparent; border: 0; box-shadow: none; }
  .site-nav a { padding: 9px 10px; font-size: 0.95rem; }
  .header-cta { display: inline-flex; }
  .two-col, .form-layout { grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr); }
  .compact-grid, .services-full-grid, .steps-grid, .work-grid, .values-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .trust-grid, .footer-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .case-card { grid-template-columns: minmax(0, 1fr) minmax(340px, 0.85fr); align-items: stretch; }
  .case-card img { height: 100%; object-fit: cover; }
}
@media (min-width: 1040px) {
  .section-heading h2, .two-col h2, .final-cta h2 { font-size: 3rem; }
  .hero h1 { font-size: 5.1rem; }
  .page-hero h1 { font-size: 3.8rem; }
  .legal-doc h1 { font-size: 3rem; }
  .values-grid-emphasis h2 { font-size: 1.85rem; }
  .contact-item a { font-size: 1.24rem; }
  .compact-grid, .services-full-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .steps-grid, .work-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .values-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; }
}
@media (max-width: 639px) {
  .site-footer { padding-bottom: 104px; }
}
.breadcrumbs { padding: 18px 0 0; }
.breadcrumbs ol { display: flex; flex-wrap: wrap; gap: 6px; list-style: none; padding: 0; margin: 0; color: var(--color-gray); font-size: 0.94rem; }
.breadcrumbs li:not(:last-child)::after { content: "/"; margin-left: 6px; color: #9CA3AF; }
.breadcrumbs a { color: var(--color-navy); font-weight: 800; }
.field-help { margin: 0; color: var(--color-gray); font-size: 0.94rem; }

/* Refinements */
.brand img { width: 76px; height: auto; aspect-ratio: 352.82 / 285.316; object-fit: contain; }
.header-inner { min-height: 82px; }
.footer-label { display: block; margin-bottom: 1px; color: rgba(255,255,255,0.58); font-size: 0.74rem; font-weight: 850; text-transform: uppercase; letter-spacing: 0; }
.service-jump { display: inline-block; line-height: 1.35; }
.home-services-section { padding: 58px 0; }
.home-services-section .section-heading { max-width: 700px; margin-bottom: 20px; }
.home-services-section .section-heading h2 { font-size: 2.36rem; line-height: 1.08; }
.home-services-section .section-heading p { max-width: 660px; margin-bottom: 0; }
.service-area-grid article { min-height: 220px; display: grid; align-content: start; border-top: 4px solid var(--color-navy); }
.service-area-grid > article > span { width: 42px; min-height: 30px; display: inline-grid; place-items: center; padding: 4px 8px; border-radius: 999px; background: rgba(14,27,50,0.08); color: var(--color-navy); }
.service-area-grid h3 { color: var(--color-navy); font-size: 1.45rem; line-height: 1.08; font-weight: 950; letter-spacing: -0.02em; }
.service-area-grid h3::after { content: ""; display: block; width: 48px; height: 3px; margin-top: 12px; border-radius: 99px; background: linear-gradient(90deg, var(--color-orange), rgba(233,120,34,.34)); }
.service-area-grid p { margin-top: 2px; }
.service-area-grid .service-jump { margin-top: 14px; font-size: 0.92rem; }
.macro-anchor { display: block; height: 0; scroll-margin-top: 110px; }
@media (min-width: 1040px) {
  .home-services-section { min-height: 88svh; display: grid; align-content: center; }
  .home-services-section .service-area-grid { gap: 18px; }
  .home-services-section .service-area-grid article { min-height: 320px; padding: 30px 26px; }
  .home-services-section .service-area-grid span { margin-bottom: 18px; }
  .home-services-section .service-area-grid h3 { font-size: 1.4rem; margin-bottom: 12px; }
  .home-services-section .service-area-grid p { line-height: 1.48; }
}
.service-card.compact { padding: 16px; gap: 7px; }
.service-card.compact h3 { font-size: 1.05rem; }
.service-card.compact p { font-size: 0.92rem; line-height: 1.42; }
.service-card.compact .service-jump { font-size: 0.9rem; }
.service-target { scroll-margin-top: 110px; transition: box-shadow .2s ease, border-color .2s ease, transform .2s ease, background-color .2s ease; }
.service-target:target, .service-target.is-selected { border-color: rgba(233,120,34,.42); background: linear-gradient(180deg, rgba(233,120,34,.065), #fff 48%); box-shadow: 0 14px 34px rgba(233,120,34,.11), 0 0 0 2px rgba(233,120,34,.07); transform: translateY(-1px); }
.service-target:target .service-number, .service-target.is-selected .service-number { background: var(--color-orange); }
.service-target.is-selected.service-highlight-1 { border-color: rgba(244,119,25,.46); background: linear-gradient(180deg, rgba(244,119,25,.075), #fff 50%); box-shadow: 0 14px 34px rgba(244,119,25,.11), 0 0 0 2px rgba(244,119,25,.07); }
.service-target.is-selected.service-highlight-2 { border-color: rgba(232,137,48,.44); background: linear-gradient(180deg, rgba(232,137,48,.07), #fff 50%); box-shadow: 0 14px 34px rgba(232,137,48,.1), 0 0 0 2px rgba(232,137,48,.065); }
.service-target.is-selected.service-highlight-3 { border-color: rgba(214,103,19,.44); background: linear-gradient(180deg, rgba(214,103,19,.065), #fff 50%); box-shadow: 0 14px 34px rgba(214,103,19,.1), 0 0 0 2px rgba(214,103,19,.06); }
.service-target.is-selected.service-highlight-4 { border-color: rgba(248,153,64,.44); background: linear-gradient(180deg, rgba(248,153,64,.07), #fff 50%); box-shadow: 0 14px 34px rgba(248,153,64,.1), 0 0 0 2px rgba(248,153,64,.065); }
.service-target.is-selected.service-highlight-1 .service-number { background: #e97822; }
.service-target.is-selected.service-highlight-2 .service-number { background: #df862f; }
.service-target.is-selected.service-highlight-3 .service-number { background: #c9681e; }
.service-target.is-selected.service-highlight-4 .service-number { background: #ee9447; }
.work-grid { justify-items: center; }
.work-card { width: min(100%, 390px); }
.values-grid-emphasis article { padding: 30px; min-height: 190px; display: grid; align-content: start; }
.values-grid-emphasis h2 { font-size: 1.45rem; }
.values-grid-emphasis p { font-size: 1.04rem; }
.contact-panel-recapiti { gap: 16px; padding: 24px; }
.contact-panel-recapiti h3 { font-size: 1.45rem; }
.contact-item { display: grid; gap: 4px; padding: 13px 0; border-top: 1px solid rgba(14,27,50,.08); }
.contact-item:first-of-type { border-top: 0; }
.contact-item span { color: var(--color-gray); font-size: .88rem; font-weight: 850; text-transform: uppercase; }
.contact-item a { font-size: 1.05rem; line-height: 1.2; overflow-wrap: anywhere; }
.form-layout { align-items: stretch; }
.form-intro { display: grid; align-content: start; }
.quote-form { padding: 18px; gap: 12px; }
.quote-form input, .quote-form select, .quote-form textarea { padding: 10px 12px; }
.quote-form .field { gap: 6px; }
.quote-form .check { font-size: .94rem; }
.quote-form .form-submit { min-height: 46px; }
@media (min-width: 820px) {
  .form-layout { grid-template-columns: minmax(0, 1fr) minmax(0, .95fr); gap: 28px; }
  .contact-panel-recapiti { min-height: 360px; }
  .quote-layout { grid-template-columns: minmax(0, .92fr) minmax(520px, 1.08fr); gap: 34px; }
  .quote-contacts { min-height: 0; }
}
@media (min-width: 1040px) { .work-grid { grid-template-columns: repeat(3, minmax(290px, 390px)); justify-content: center; } }
@media (prefers-reduced-motion: reduce) { .service-target { transition: none; } }

@media (max-width: 1039px) {
  .section { padding: 58px 0; }
  .page-hero { padding: 56px 0 42px; }
  .hero { min-height: 70svh; }
  .hero-content { padding: 68px 0 56px; }
  .service-card, .steps-grid article, .values-grid article, .notice, .quote-form, .contact-panel { box-shadow: 0 14px 36px rgba(14, 27, 50, 0.1); }
  .services-full-grid, .steps-grid, .work-grid, .values-grid { gap: 12px; }
}

@media (max-width: 819px) {
  html, body { max-width: 100%; overflow-x: hidden; }
  body { padding-bottom: 68px; font-size: 0.96rem; line-height: 1.5; }
  .container, .narrow { width: min(1120px, calc(100% - 36px)); }
  .header-inner { min-height: 64px; }
  .brand img { width: 64px; height: auto; }
  .nav-toggle { width: 42px; height: 42px; }
  .site-nav { inset: 76px 14px auto; max-height: calc(100svh - 92px); padding: 12px; }
  .site-nav a { padding: 9px 10px; }
  .section { padding: 38px 0; }
  .section-heading { margin-bottom: 18px; }
  .section-heading h2, .two-col h2, .final-cta h2 { font-size: clamp(1.4rem, 5.4vw, 1.65rem); line-height: 1.1; }
  .hero h1, .page-hero h1, .section-heading h2, .two-col h2, .final-cta h2, .service-card h2, .service-card h3, .work-card h3, .faq-question { overflow-wrap: break-word; }
  .text-link, .service-jump, .contact-item a, .footer-list a { overflow-wrap: anywhere; }
  .section-heading p, .rich-text p, .final-cta p, .page-hero p:not(.eyebrow) { max-width: 44ch; font-size: 0.91rem; line-height: 1.48; }
  .eyebrow { margin-bottom: 8px; font-size: 0.72rem; }
  .hero { min-height: auto; }
  .hero-bg { background-image: linear-gradient(90deg, rgba(14,27,50,0.94), rgba(14,27,50,0.72), rgba(14,27,50,0.4)), url('../img/hero-placeholder.svg'); }
  .hero-content { padding: 40px 0 34px; }
  .hero h1 { max-width: 18ch; font-size: clamp(1.78rem, 7.4vw, 2.2rem); line-height: 1.02; }
  .hero-lead { max-width: 42ch; margin: 12px 0 0; font-size: 0.91rem; line-height: 1.46; }
  .hero-actions { gap: 8px; margin-top: 16px; }
  .btn { min-height: 42px; padding: 9px 12px; font-size: 0.88rem; }
  .trust-points { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 7px 12px; margin-top: 22px; font-size: 0.9rem; }
  .trust-points li { padding-left: 18px; }
  .trust-points li::before { top: 0.58em; width: 7px; height: 7px; }
  .page-hero { padding: 34px 0 26px; }
  .page-hero h1 { max-width: 22ch; margin-bottom: 10px; font-size: clamp(1.55rem, 6vw, 1.85rem); line-height: 1.05; }
  .two-col, .form-layout { gap: 18px; }
  .service-grid, .services-full-grid, .steps-grid, .work-grid, .values-grid, .case-grid { gap: 12px; }
  .service-grid, .services-full-grid, .steps-grid, .work-grid, .values-grid, .case-grid, .service-card, .work-card, .quote-form, .contact-panel, .legal-doc { min-width: 0; }
  .home-story-section { padding: 30px 0; }
  .home-story-section .two-col { gap: 14px; padding: 20px; border: 1px solid rgba(14,27,50,0.1); border-radius: 12px; background: var(--color-white); box-shadow: 0 12px 30px rgba(14,27,50,0.08); }
  .home-story-section .eyebrow { max-width: 34ch; }
  .home-story-section h2 { max-width: 19ch; }
  .home-story-section .rich-text { display: grid; gap: 11px; }
  .home-story-section .rich-text p { max-width: 40ch; margin: 0; font-size: 0.88rem; line-height: 1.46; }
  .home-services-section { padding: 36px 0; }
  .home-services-section .section-heading { margin-bottom: 16px; }
  .home-services-section .section-heading h2 { font-size: clamp(1.55rem, 6vw, 1.9rem); }
  .service-area-grid, .steps-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .service-area-grid article { min-height: 0; padding: 15px; }
  .service-area-grid > article > span { width: 34px; min-height: 26px; margin-bottom: 10px; font-size: 0.72rem; }
  .service-area-grid h3 { margin-bottom: 8px; font-size: clamp(0.98rem, 4.2vw, 1.12rem); line-height: 1.08; }
  .service-area-grid h3::after { width: 36px; height: 2px; margin-top: 8px; }
  .service-area-grid p { font-size: 0.82rem; line-height: 1.36; }
  .service-area-grid .service-jump { margin-top: 9px; font-size: 0.77rem; line-height: 1.25; }
  .compact-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .service-card { padding: 14px; gap: 7px; }
  .service-card h2, .service-card h3 { line-height: 1.12; }
  .service-card h2 { font-size: 1.15rem; }
  .service-card p { font-size: 0.9rem; line-height: 1.4; }
  .service-number { width: 30px; height: 30px; font-size: 0.76rem; }
  .services-full-grid .text-link { font-size: 0.88rem; }
  .service-card.compact { padding: 12px; gap: 6px; align-content: start; }
  .service-card.compact .service-number { width: 30px; height: 30px; font-size: 0.76rem; }
  .service-card.compact h3 { font-size: 1rem; }
  .service-card.compact p {
    display: -webkit-box;
    overflow: hidden;
    font-size: 0.84rem;
    line-height: 1.34;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .service-card.compact .service-jump {
    display: -webkit-box;
    overflow: hidden;
    font-size: 0.78rem;
    line-height: 1.25;
    text-underline-offset: 3px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .service-detail { margin-top: 4px; padding-top: 8px; }
  .service-detail h3 { margin: 8px 0 3px; font-size: 0.9rem; }
  .service-detail ul { margin-bottom: 6px; padding-left: 17px; font-size: 0.88rem; line-height: 1.35; }
  .steps-grid article, .values-grid article, .notice, .case-body { padding: 15px; }
  .steps-grid:not(.service-area-grid) h3 { font-size: 0.96rem; }
  .steps-grid:not(.service-area-grid) p { font-size: 0.82rem; line-height: 1.4; }
  .steps-grid span { margin-bottom: 8px; }
  .trust-section { padding: 28px 0; }
  .trust-grid { gap: 10px; }
  .trust-grid div { padding: 14px; }
  .trust-grid strong { font-size: 1rem; }
  .work-card div { padding: 14px; }
  .faq-question { padding: 14px; font-size: 0.95rem; }
  .faq-answer { padding: 0 14px 14px; }
  .final-cta .hero-actions { margin-top: 16px; }
  .contact-panel { margin: 16px 0; padding: 16px; }
  .contact-panel-recapiti { gap: 10px; padding: 16px; }
  .contact-panel-recapiti h3 { font-size: 1.2rem; }
  .contact-item { padding: 10px 0; }
  .contact-item a { font-size: 0.98rem; }
  .quote-page { min-height: 0; padding: 24px 0 32px; }
  .quote-summary { padding: 0; }
  .quote-summary h1 { max-width: 18ch; font-size: clamp(1.8rem, 7vw, 2.2rem); }
  .quote-lead { max-width: 43ch; margin-top: 12px; font-size: 0.9rem; line-height: 1.46; }
  .quote-highlights { gap: 6px; margin-top: 14px; }
  .quote-highlights li { min-height: 38px; padding: 6px; font-size: 0.78rem; }
  .quote-contacts { margin: 14px 0 10px; padding: 14px; }
  .quote-contacts h2 { font-size: 1.15rem; }
  .quote-contact-grid { gap: 8px; }
  .quote-contact-grid .contact-item, .quote-contact-grid .contact-item:first-of-type { padding: 9px; }
  .quote-contact-grid .contact-item span { font-size: 0.7rem; }
  .quote-contact-grid .contact-item a { font-size: 0.84rem; line-height: 1.25; }
  .quote-page .microcopy { margin: 8px 0 0; font-size: 0.78rem; }
  .quote-form { padding: 16px; gap: 11px; }
  .field-grid { gap: 12px; }
  input, select, textarea { min-height: 44px; padding: 9px 10px; font-size: 16px; }
  .quote-form label { font-size: 0.86rem; }
  .quote-form textarea { min-height: 92px; }
  .microcopy, .form-note, .field-help { font-size: 0.79rem; }
  .check { min-height: 38px; font-size: 0.8rem; line-height: 1.35; }
  .check input { width: 20px; height: 20px; min-height: 20px; }
  .legal-doc { padding: 18px; }
  .legal-doc h1 { font-size: 1.8rem; }
  .legal-doc h2 { margin-top: 24px; font-size: 1.24rem; }
  .site-footer { padding: 30px 0 72px; }
  .footer-grid { gap: 16px; }
  .site-footer p, .footer-list a, .footer-button { font-size: 0.84rem; }
  .footer-bottom { margin-top: 20px; padding-top: 14px; }
  .mobile-contact-bar { left: 10px; right: 10px; bottom: 8px; gap: 6px; padding: 6px; }
  .mobile-contact-bar a { min-height: 38px; padding: 6px 7px; font-size: 0.8rem; line-height: 1.08; }
  .start-page { padding: 14px; }
  .start-card { padding: 20px; }
  .start-brand small { font-size: 0.72rem; }
  .start-intro { margin: 20px 0 16px; }
  .start-card h1 { font-size: 1.9rem; }
  .start-intro > p:last-child { font-size: 0.93rem; }
  .start-site-links { grid-template-columns: 1fr; }
  .start-footer { align-items: flex-start; flex-direction: column; }
  .start-footer div { justify-content: flex-start; }
  .klaro .cookie-notice:not(.cookie-modal-notice) {
    left: 12px !important;
    right: 12px !important;
    width: auto !important;
    max-width: calc(100vw - 24px) !important;
  }
  .klaro .cookie-notice:not(.cookie-modal-notice) .cn-body { padding: 14px; }
  .klaro .cookie-notice .cn-buttons { display: flex; flex-wrap: wrap; gap: 8px; }
  .klaro .cookie-notice .cm-btn { flex: 1 1 118px; min-height: 42px; padding: 9px 12px; }
}

@media (max-width: 480px) {
  .container, .narrow { width: min(1120px, calc(100% - 36px)); }
  .section { padding: 32px 0; }
  .section-heading { margin-bottom: 14px; }
  .section-heading h2, .two-col h2, .final-cta h2 { font-size: 1.36rem; }
  .hero-content { padding: 34px 0 30px; }
  .hero h1 { font-size: 1.82rem; }
  .hero-lead { font-size: 0.93rem; }
  .page-hero { padding: 30px 0 24px; }
  .page-hero h1 { font-size: 1.6rem; }
  .compact-grid { gap: 8px; }
  .service-card.compact { padding: 10px; gap: 6px; }
  .service-card.compact .service-number { width: 26px; height: 26px; font-size: 0.7rem; }
  .service-card.compact h3 { font-size: 0.92rem; }
  .service-card.compact p { font-size: 0.76rem; line-height: 1.28; }
  .service-card.compact .service-jump { font-size: 0.7rem; line-height: 1.2; }
  .service-card { padding: 14px; }
  .steps-grid article, .values-grid article, .notice, .case-body, .quote-form, .contact-panel { padding: 14px; }
  .trust-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .trust-grid > :last-child:nth-child(odd) { grid-column: 1 / -1; }
  .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px 14px; }
  .footer-grid > :first-child { grid-column: 1 / -1; }
  .footer-bottom { display: grid; gap: 6px; }
}

@media (min-width: 380px) and (max-width: 819px) {
  .quote-form .field-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hero-actions { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hero-actions .btn { width: 100%; }
}

@media (min-width: 700px) and (max-width: 819px) {
  .quote-layout { grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr); gap: 22px; }
  .quote-highlights { grid-template-columns: 1fr; }
  .quote-contact-grid { grid-template-columns: 1fr; }
}

@media (max-width: 360px) {
  .service-card.compact p { display: none; }
  .service-card.compact .service-jump { -webkit-line-clamp: 1; }
}

@media (max-width: 339px) {
  .container, .narrow { width: min(1120px, calc(100% - 32px)); }
  .service-area-grid, .steps-grid { grid-template-columns: 1fr; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .quote-highlights { grid-template-columns: 1fr; }
  .quote-contact-grid { grid-template-columns: 1fr; }
}

@media (min-width: 560px) and (max-width: 819px) {
  .services-full-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
