/* ITX ApS – main styles (extracted from itx-redesign.html) */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --orange:    #EF7D00;
  --orange-dk: #c96800;
  --teal:      #005160;
  --teal-dk:   #003d4a;
  --teal-lt:   #e8f2f4;
  --bg:        #f7f6f4;
  --white:     #ffffff;
  --text:      #1a1a1a;
  --text-mid:  #3d3d3d;
  --muted:     #6b6b6b;
  --rule:      #ddd9d3;
  --serif:     'Source Serif 4', Georgia, serif;
  --sans:      'Inter', system-ui, sans-serif;
}

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { background: var(--bg); color: var(--text); font-family: var(--sans); font-size: 16px; line-height: 1.6; overflow-x: hidden; }
img { max-width: 100%; height: auto; }

/* ─── MAX-WIDTH CONTAINER ─── */
.inner { max-width: 1200px; margin: 0 auto; width: 100%; }

/* ─── NAV ─── */
nav {
  position: sticky; top: 0; z-index: 100;
  background: var(--teal);
  padding-top: env(safe-area-inset-top, 0);
}
.nav-inner {
  max-width: 1200px; margin: 0 auto;
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 2rem; height: 80px;
  gap: 2rem;
}
.nav-logo { flex-shrink: 0; display: flex; align-items: center; }
.nav-logo img { height: 56px; width: auto; display: block; }
.nav-links { display: flex; gap: 0; list-style: none; margin: 0; padding: 0; }
.nav-links a {
  display: inline-flex; align-items: center; gap: 0.4rem;
  font-size: 0.8125rem; font-weight: 500; letter-spacing: 0.02em;
  color: rgba(255,255,255,0.72); text-decoration: none;
  transition: color 0.15s;
  white-space: nowrap;
  padding: 0 1.1rem; height: 80px;
  border-bottom: 2px solid transparent;
}
.nav-links a:hover { color: #fff; border-bottom-color: var(--orange); }
.nav-links a:hover .nav-link-icon { color: var(--orange); }
.nav-link-icon { width: 15px; height: 15px; flex-shrink: 0; color: rgba(255,255,255,0.6); transition: color 0.15s; }
.nav-phone { font-size: 0.875rem; font-weight: 600; color: #fff; text-decoration: none; display: flex; align-items: center; gap: 0.5rem; transition: opacity 0.15s; flex-shrink: 0; white-space: nowrap; }
.nav-phone:hover { opacity: 0.8; }
.nav-phone svg { color: var(--orange); flex-shrink: 0; }
.nav-hamburger { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 4px; flex-shrink: 0; }
.nav-hamburger span { display: block; width: 22px; height: 2px; background: #fff; transition: all 0.2s; }
.mobile-menu { display: none; position: fixed; top: 70px; left: 0; right: 0; background: var(--teal); border-top: 1px solid rgba(255,255,255,0.1); padding: 1rem 2rem 1.5rem; z-index: 99; flex-direction: column; gap: 0; }
.mobile-menu.open { display: flex; }
.mobile-menu a { display: flex; align-items: center; gap: 0.75rem; font-size: 0.95rem; font-weight: 500; color: rgba(255,255,255,0.85); text-decoration: none; padding: 0.85rem 0; border-bottom: 1px solid rgba(255,255,255,0.08); transition: color 0.15s; }
.mobile-menu a:last-child { border-bottom: none; }
.mobile-menu a:hover { color: #fff; }
.mobile-menu a:hover .mobile-menu-icon { color: var(--orange); }
.mobile-menu-icon { flex-shrink: 0; width: 22px; height: 22px; color: var(--orange); transition: color 0.15s; }
.mobile-menu-phone { color: var(--orange); font-weight: 600; }
.mobile-menu-phone .mobile-menu-icon { color: var(--orange); }

/* ─── HERO ─── */
.hero { background: var(--teal-dk); color: #fff; padding: 80px 0 90px; }
.hero-inner { max-width: 1200px; margin: 0 auto; padding: 0 2rem; display: grid; grid-template-columns: 1fr 360px; gap: 4rem; align-items: center; }
.hero-tag { display: inline-block; font-size: 0.75rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--orange); border-left: 3px solid var(--orange); padding-left: 0.75rem; margin-bottom: 1.5rem; }
.hero h1 { font-family: var(--serif); font-weight: 700; font-size: clamp(2rem, 3.5vw, 3rem); line-height: 1.18; letter-spacing: -0.01em; margin-bottom: 0.5rem; }
.hero-subline { font-size: 1rem; font-weight: 500; color: rgba(255,255,255,0.85); line-height: 1.4; margin-bottom: 1rem; font-family: var(--sans); }
.hero-sub { font-size: 1.05rem; font-weight: 300; color: rgba(255,255,255,0.7); line-height: 1.75; max-width: 50ch; margin-bottom: 2.25rem; }
.btn-primary { display: inline-block; background: var(--orange); color: #fff; font-size: 0.875rem; font-weight: 600; letter-spacing: 0.03em; text-decoration: none; padding: 0.8rem 2rem; border: none; cursor: pointer; transition: background 0.15s; font-family: var(--sans); }
.btn-primary:hover { background: var(--orange-dk); }
.btn-ghost { display: inline-block; background: transparent; color: rgba(255,255,255,0.75); font-size: 0.875rem; font-weight: 500; text-decoration: none; padding: 0.8rem 1.5rem; border: 1px solid rgba(255,255,255,0.2); margin-left: 0.75rem; transition: all 0.15s; }
.btn-ghost:hover { border-color: rgba(255,255,255,0.5); color: #fff; }
.hero-card { background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.12); padding: 2rem; }
.hero-card-title { font-size: 0.72rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--orange); margin-bottom: 1.25rem; padding-bottom: 1rem; border-bottom: 1px solid rgba(255,255,255,0.1); }
.hero-card-item { display: flex; align-items: flex-start; gap: 0.75rem; padding: 0.75rem 0; border-bottom: 1px solid rgba(255,255,255,0.07); }
.hero-card-item:last-child { border-bottom: none; padding-bottom: 0; }
.hero-card-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--orange); margin-top: 0.45rem; flex-shrink: 0; }
.hero-card-item span { font-size: 0.9rem; color: rgba(255,255,255,0.75); line-height: 1.5; }

/* ─── STRIP ─── */
.strip { background: var(--orange); }
.strip-inner { max-width: 1200px; margin: 0 auto; padding: 0 2rem; display: flex; align-items: center; justify-content: space-between; min-height: 52px; gap: 1rem; flex-wrap: wrap; }
.strip p { font-size: 0.875rem; font-weight: 500; color: #fff; padding: 0.85rem 0; }
.strip a { font-size: 0.8rem; font-weight: 600; color: var(--orange); background: #fff; text-decoration: none; white-space: nowrap; padding: 0.5rem 1.25rem; border: 2px solid #fff; transition: all 0.15s; flex-shrink: 0; }
.strip a:hover { background: transparent; color: #fff; }

/* ─── SECTION COMMONS ─── */
.section { padding: 80px 0; }
.section > .section-header, .section > .services-grid, .section > .why-inner,
.section > .dna-grid, .section > .contact-inner, .section > .howwework-inner { max-width: 1200px; margin-left: auto; margin-right: auto; padding-left: 2rem; padding-right: 2rem; }
.section-wrap { max-width: 1200px; margin: 0 auto; padding: 0 2rem; }
.section-label { display: inline-block; font-size: 0.72rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--orange); border-left: 3px solid var(--orange); padding-left: 0.75rem; margin-bottom: 1rem; }
.section-header { margin-bottom: 3rem; }
.section-header h2 { font-family: var(--serif); font-weight: 700; font-size: clamp(1.6rem, 2.5vw, 2.2rem); letter-spacing: -0.01em; line-height: 1.2; color: var(--teal); }
.section-header p { margin-top: 0.75rem; font-size: 0.95rem; color: var(--muted); max-width: 52ch; line-height: 1.7; }

/* ─── TRACK RECORD ─── */
.trackrecord { background: var(--white); }
.tr-inner { display: grid; grid-template-columns: 1fr 420px; gap: 5rem; align-items: start; }
.tr-text h2 { font-family: var(--serif); font-weight: 700; font-size: clamp(1.6rem, 2.5vw, 2.2rem); letter-spacing: -0.01em; line-height: 1.2; color: var(--teal); margin-bottom: 1.25rem; }
.tr-text p { font-size: 0.925rem; color: var(--muted); line-height: 1.75; margin-bottom: 1rem; }
.tr-text p:last-of-type { margin-bottom: 1.75rem; }
.btn-teal { display: inline-block; background: var(--teal); color: #fff; font-size: 0.875rem; font-weight: 600; letter-spacing: 0.03em; text-decoration: none; padding: 0.8rem 2rem; transition: background 0.15s; }
.btn-teal:hover { background: var(--teal-dk); }
.tr-stats { display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: auto 1fr 1fr; gap: 1px; background: var(--rule); border: 1px solid var(--rule); margin-top: 0.5rem; }
.tr-stat { background: var(--bg); padding: 1.5rem 1.25rem; }
.tr-stat-wide { grid-column: 1 / -1; background: var(--teal-lt); border-left: 3px solid var(--orange); }
.tr-stat-num { font-family: var(--serif); font-size: 2rem; font-weight: 700; color: var(--orange); line-height: 1.1; margin-bottom: 0.5rem; }
.tr-stat-num.small { font-size: 1.4rem; }
.tr-wide-header { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 0; padding-bottom: 1.25rem; margin-bottom: 1.25rem; border-bottom: 1px solid rgba(0,0,0,0.08); }
.tr-wide-kpi { display: flex; flex-direction: column; gap: 0.2rem; padding: 0 1rem; border-right: 1px solid rgba(0,0,0,0.08); }
.tr-wide-kpi:first-child { padding-left: 0; }
.tr-wide-kpi:last-child { border-right: none; }
.tr-kpi-val { font-family: var(--serif); font-size: 1.5rem; font-weight: 700; color: var(--orange); line-height: 1; }
.tr-kpi-label { font-size: 0.72rem; font-weight: 500; color: var(--muted); text-transform: uppercase; letter-spacing: 0.07em; }
.tr-wide-divider { display: none; }
.tr-wide-intro { font-size: 0.875rem; font-weight: 600; color: var(--teal); margin-bottom: 0.85rem; }
.tr-wide-list { list-style: none; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 0.5rem 2rem; }
.tr-wide-list li { font-size: 0.83rem; color: var(--muted); line-height: 1.6; padding-left: 1rem; position: relative; }
.tr-wide-list li::before { content: ''; position: absolute; left: 0; top: 0.55em; width: 5px; height: 5px; border-radius: 50%; background: var(--orange); flex-shrink: 0; }
.tr-stat-label { font-size: 0.8rem; color: var(--muted); line-height: 1.55; }

/* ─── SERVICES ─── */
.services { background: var(--white); }
.services-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 1px; background: var(--rule); border: 1px solid var(--rule); }
.service-card { background: var(--white); padding: 2rem 1.75rem; transition: background 0.2s; }
.service-card:hover { background: var(--teal-lt); }
.service-num { font-size: 0.7rem; font-weight: 600; letter-spacing: 0.12em; color: var(--orange); margin-bottom: 1rem; }
.service-icon { width: 38px; height: 38px; margin-bottom: 1.25rem; color: var(--teal); }
.service-title { font-family: var(--serif); font-weight: 600; font-size: 1.1rem; color: var(--teal); margin-bottom: 0.6rem; }
.service-desc { font-size: 0.875rem; color: var(--muted); line-height: 1.7; }

/* ─── WHY ITX ─── */
.why { background: var(--bg); }
.why-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: start; }
.why-list { border-top: 1px solid var(--rule); }
.why-item { display: flex; gap: 1.25rem; align-items: flex-start; padding: 1.5rem 0; border-bottom: 1px solid var(--rule); }
.why-num { font-size: 0.72rem; font-weight: 600; color: var(--orange); letter-spacing: 0.05em; min-width: 24px; padding-top: 0.15rem; }
.why-item strong { display: block; font-size: 0.95rem; font-weight: 600; color: var(--teal); margin-bottom: 0.3rem; }
.why-item span { font-size: 0.875rem; color: var(--muted); line-height: 1.65; }
.why-aside { background: var(--teal); color: #fff; padding: 2.5rem; }
.why-aside-title { font-family: var(--serif); font-size: 1.3rem; font-weight: 600; margin-bottom: 1rem; line-height: 1.3; }
.why-aside p { font-size: 0.9rem; color: rgba(255,255,255,0.7); line-height: 1.7; margin-bottom: 1.5rem; }
.why-aside-contact { border-top: 1px solid rgba(255,255,255,0.15); padding-top: 1.5rem; display: flex; flex-direction: column; gap: 0.7rem; }
.why-aside-contact a { font-size: 0.875rem; font-weight: 500; color: #fff; text-decoration: none; display: flex; align-items: center; gap: 0.6rem; transition: opacity 0.15s; }
.why-aside-contact a:hover { opacity: 0.75; }
.why-aside-contact svg { color: var(--orange); flex-shrink: 0; }

/* ─── DNA ─── */
.dna { background: var(--teal-dk); }
.dna .section-label { color: var(--orange); border-color: var(--orange); }
.dna .section-header h2 { color: #fff; }
.dna .section-header p { color: rgba(255,255,255,0.6); }
.dna-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.08); }
.dna-card { background: var(--teal-dk); padding: 2rem 1.75rem; transition: background 0.2s; }
.dna-card:hover { background: var(--teal); }
.dna-icon { width: 38px; height: 38px; background: rgba(239,125,0,0.12); border: 1px solid rgba(239,125,0,0.2); display: flex; align-items: center; justify-content: center; color: var(--orange); margin-bottom: 1.25rem; }
.dna-title { font-family: var(--serif); font-weight: 600; font-size: 1rem; color: #fff; margin-bottom: 0.6rem; }
.dna-desc { font-size: 0.875rem; color: rgba(255,255,255,0.6); line-height: 1.7; }

/* ─── HOW WE WORK ─── */
.howwework { background: var(--white); }
.howwework-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: start; }
.steps { display: flex; flex-direction: column; gap: 0; border: 1px solid var(--rule); }
.step { display: flex; gap: 1.25rem; padding: 1.5rem 1.5rem; border-bottom: 1px solid var(--rule); align-items: flex-start; transition: background 0.2s; }
.step:last-child { border-bottom: none; }
.step:hover { background: var(--teal-lt); }
.step-num { font-size: 0.72rem; font-weight: 700; color: var(--orange); min-width: 22px; padding-top: 0.15rem; letter-spacing: 0.05em; }
.step strong { display: block; font-size: 0.9rem; font-weight: 600; color: var(--teal); margin-bottom: 0.25rem; }
.step span { font-size: 0.85rem; color: var(--muted); line-height: 1.65; }
.howwework-aside { display: flex; flex-direction: column; gap: 1.25rem; }
.howwework-aside p { font-size: 0.95rem; color: var(--muted); line-height: 1.75; }
.pricing-box { background: var(--bg); border: 1px solid var(--rule); border-left: 3px solid var(--orange); padding: 1.5rem; }
.pricing-box-title { font-size: 0.72rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--orange); margin-bottom: 0.75rem; }
.pricing-box p { font-size: 0.875rem; color: var(--muted); line-height: 1.7; margin-bottom: 0; }
.reference-box { background: var(--teal); padding: 1.5rem; }
.reference-box p { font-size: 0.9rem; color: rgba(255,255,255,0.8); line-height: 1.7; margin-bottom: 1rem; font-style: italic; }
.reference-box a { font-size: 0.85rem; font-weight: 600; color: var(--orange); text-decoration: none; display: inline-flex; align-items: center; gap: 0.4rem; }
.reference-box a:hover { text-decoration: underline; }

/* ─── CONTACT ─── */
.contact { background: var(--bg); }
.contact-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: start; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-bottom: 1rem; }
.form-row.full { grid-template-columns: 1fr; }
.form-field { display: flex; flex-direction: column; gap: 0.35rem; }
.form-field label { font-size: 0.78rem; font-weight: 600; letter-spacing: 0.03em; color: var(--text-mid); }
.form-field input, .form-field textarea { font-family: var(--sans); font-size: 0.9rem; color: var(--text); background: var(--white); border: 1px solid var(--rule); padding: 0.65rem 0.85rem; outline: none; transition: border-color 0.15s; width: 100%; resize: none; }
.form-field input:focus, .form-field textarea:focus { border-color: var(--teal); }
.form-field textarea { min-height: 120px; }
.form-submit { margin-top: 1.25rem; display: flex; align-items: center; gap: 1.5rem; flex-wrap: wrap; }
.form-note { font-size: 0.78rem; color: var(--muted); }
/* Honeypot: hidden from users, left for bots to fill */
.form-hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; opacity: 0; pointer-events: none; }

.form-feedback { font-size: 0.875rem; font-weight: 500; width: 100%; }
.form-feedback.success { color: var(--teal); }
.form-feedback.error { color: #c00; }
.form-feedback:empty { display: none; }
.contact-info { padding-top: 0.25rem; }
.contact-info h3 { font-family: var(--serif); font-size: 1.15rem; font-weight: 600; color: var(--teal); margin-bottom: 0.5rem; }
.contact-info > p { font-size: 0.9rem; color: var(--muted); margin-bottom: 2rem; line-height: 1.7; }
.contact-details { border: 1px solid var(--rule); background: var(--white); }
.contact-row { display: flex; align-items: center; gap: 1rem; padding: 1rem 1.25rem; border-bottom: 1px solid var(--rule); }
.contact-row:last-child { border-bottom: none; }
.contact-row-icon { width: 36px; height: 36px; background: var(--teal-lt); display: flex; align-items: center; justify-content: center; flex-shrink: 0; color: var(--teal); }
.contact-row-label { font-size: 0.68rem; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: var(--muted); }
.contact-row-val { font-size: 0.9rem; font-weight: 500; color: var(--text); }
.contact-row-val a { color: var(--teal); text-decoration: none; transition: color 0.15s; }
.contact-row-val a:hover { color: var(--orange); }

/* ─── FOOTER ─── */
footer { background: var(--teal-dk); color: rgba(255,255,255,0.85); padding: 2.5rem 0 1.75rem; }
.footer-inner { max-width: 1200px; margin: 0 auto; padding: 0 2rem; }
.footer-top {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: start;
  gap: 3rem 2rem;
  padding-bottom: 1.75rem;
  margin-bottom: 1.25rem;
  border-bottom: 1px solid rgba(255,255,255,0.12);
}
.footer-top > a { display: block; line-height: 0; }
footer .footer-top img { height: 44px; width: auto; display: block; }
.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem 2rem;
  justify-content: flex-end;
  outline: none;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  list-style: none;
}
.footer-links a {
  font-size: 0.875rem;
  color: rgba(255,255,255,0.8);
  text-decoration: none;
  transition: color 0.15s;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}
.footer-links a:link, .footer-links a:visited { color: rgba(255,255,255,0.8); text-decoration: none; }
.footer-links a:hover { color: #fff; }
.footer-links a:hover .footer-link-icon { color: var(--orange); }
.footer-legal {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem 1.5rem;
  justify-content: flex-end;
}
.footer-legal a {
  font-size: 0.8125rem;
  color: rgba(255,255,255,0.65);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  transition: color 0.15s;
}
.footer-legal a:link, .footer-legal a:visited { color: rgba(255,255,255,0.65); text-decoration: none; }
.footer-legal a:hover { color: #fff; }
.footer-legal a:hover .footer-link-icon { color: var(--orange); }
.footer-link-icon { width: 13px; height: 13px; flex-shrink: 0; color: var(--orange); transition: color 0.15s; }
.footer-company {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 2rem;
  padding-bottom: 1.25rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  line-height: 1.5;
}
.footer-company span { font-size: 0.8125rem; color: rgba(255,255,255,0.5); }
.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.75rem 1.5rem;
}
.footer-copy { font-size: 0.8125rem; color: rgba(255,255,255,0.55); }
.footer-cookie-row {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}
.footer-gdpr-note { font-size: 0.8125rem; color: rgba(255,255,255,0.5); }
.footer-cookie-settings { background: none; border: none; color: rgba(255,255,255,0.5); font-size: 0.8125rem; font-family: var(--sans); cursor: pointer; text-decoration: underline; padding: 0; transition: color 0.15s; min-height: 44px; display: inline-flex; align-items: center; }
.footer-cookie-settings:hover { color: rgba(255,255,255,0.85); }

/* ─── COOKIE BANNER (GDPR) ─── */
#cookie-banner {
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 9999;
  background: #1a1a1a; color: #e8e8e8;
  border-top: 3px solid var(--orange);
  box-shadow: 0 -4px 24px rgba(0,0,0,0.3);
  padding-bottom: env(safe-area-inset-bottom, 0);
}
.cookie-inner {
  max-width: 1200px; margin: 0 auto; padding: 1.25rem 2rem;
  display: flex; flex-direction: column; gap: 0;
}
#cookie-banner.hidden { display: none; }
.cookie-main {
  display: flex; align-items: center; justify-content: space-between;
  gap: 1.5rem; flex-wrap: wrap;
}
.cookie-text { font-size: 0.85rem; line-height: 1.6; max-width: 65ch; }
.cookie-text a { color: var(--orange); text-decoration: underline; }
.cookie-text a:hover { opacity: 0.8; }
.cookie-status { display: block; margin-top: 0.4rem; font-size: 0.8rem; color: rgba(255,255,255,0.5); font-style: italic; }
.cookie-actions { display: flex; gap: 0.75rem; flex-shrink: 0; flex-wrap: wrap; align-items: center; }
.cookie-accept { background: var(--orange); color: #fff; border: none; padding: 0.65rem 1.5rem; font-size: 0.85rem; font-weight: 600; cursor: pointer; font-family: var(--sans); transition: background 0.15s; white-space: nowrap; }
.cookie-accept:hover { background: var(--orange-dk); }
.cookie-reject { background: transparent; color: rgba(255,255,255,0.6); border: 1px solid rgba(255,255,255,0.2); padding: 0.65rem 1.25rem; font-size: 0.85rem; cursor: pointer; font-family: var(--sans); transition: all 0.15s; white-space: nowrap; }
.cookie-reject:hover { color: #fff; border-color: rgba(255,255,255,0.5); }
.cookie-settings-btn { background: none; border: none; color: rgba(255,255,255,0.5); font-size: 0.8rem; cursor: pointer; font-family: var(--sans); text-decoration: underline; padding: 0; }
.cookie-settings-btn:hover { color: rgba(255,255,255,0.9); }

/* Cookie settings panel (granular choices) */
.cookie-settings-panel {
  display: none;
  margin-top: 1rem; padding-top: 1rem; border-top: 1px solid rgba(255,255,255,0.12);
}
.cookie-settings-panel.cookie-settings-open {
  display: block;
}
.cookie-settings-title { font-size: 0.9rem; font-weight: 600; margin: 0 0 0.75rem 0; color: #fff; }
.cookie-category { margin-bottom: 0.75rem; }
.cookie-category-label { font-size: 0.85rem; font-weight: 500; color: rgba(255,255,255,0.9); }
.cookie-category-necessary { opacity: 0.85; }
.cookie-category-desc { display: block; font-size: 0.8rem; color: rgba(255,255,255,0.55); margin-top: 0.2rem; margin-left: 0; }
.cookie-category-toggle { display: inline-flex; align-items: center; gap: 0.5rem; cursor: pointer; }
.cookie-category-toggle input[type="checkbox"] { width: 1.1rem; height: 1.1rem; accent-color: var(--orange); cursor: pointer; }
.cookie-settings-actions { margin-top: 1rem; }
.cookie-save { background: rgba(255,255,255,0.12); color: #fff; border: 1px solid rgba(255,255,255,0.25); padding: 0.5rem 1.25rem; font-size: 0.85rem; cursor: pointer; font-family: var(--sans); transition: all 0.15s; }
.cookie-save:hover { background: rgba(255,255,255,0.18); border-color: rgba(255,255,255,0.4); }

/* ─── PRIVACY / PROSE PAGE ─── */
.privacy-page { background: var(--white); }
.privacy-page .section-header { margin-bottom: 2rem; }
.privacy-page .section-header h1 { font-size: clamp(1.75rem, 2.5vw, 2.35rem); }
.prose { max-width: 72ch; font-size: 0.95rem; line-height: 1.75; color: var(--text-mid); }
.prose h2 { font-family: var(--serif); font-weight: 600; font-size: 1.2rem; color: var(--teal); margin-top: 2rem; margin-bottom: 0.6rem; }
.prose h2:first-of-type { margin-top: 0; }
.prose p { margin-bottom: 1rem; }
.prose p:last-child { margin-bottom: 0; }
.prose ul { margin: 0 0 1rem 1.25rem; padding: 0; list-style: disc; }
.prose ol { margin: 0 0 1rem 1.25rem; padding: 0 0 0 1.5rem; list-style: decimal; }
.prose li { margin-bottom: 0.5rem; }
.prose a { color: var(--teal); text-decoration: underline; }
.prose a:hover { color: var(--orange); }
.privacy-back { margin-top: 2.5rem; padding-top: 1.5rem; border-top: 1px solid var(--rule); }

/* ─── FÅ HJÆLP NU (TeamViewer) ─── */
.help-now-page { background: var(--white); }
.help-download-box { margin: 2rem 0; padding: 2rem; background: var(--teal-lt); border: 1px solid var(--rule); border-left: 4px solid var(--orange); }
.help-download-intro { font-size: 0.95rem; color: var(--text-mid); margin-bottom: 1rem; }
.help-teamviewer-link { display: inline-block; transition: opacity 0.15s; }
.help-teamviewer-link:hover { opacity: 0.85; }
.help-teamviewer-link img { display: block; }
.help-steps { margin-top: 2rem; }

/* ─── RESPONSIVE (mobile-first friendly) ─── */

/* Icon-only nav: kicks in before phone number starts clipping (~1150px) */
@media (max-width: 1200px) {
  .nav-inner { padding: 0 1.5rem; gap: 1.5rem; }
  .nav-link-text { display: none; }
  .nav-links a { min-width: 44px; padding: 0 0.45rem; justify-content: center; border-bottom: none; }
}

@media (max-width: 1024px) {
  .nav-inner { padding: 0 1.25rem; gap: 1rem; }
  .nav-logo img { height: 44px; width: auto; }
  .hero { padding: 50px 0 60px; }
  .hero-inner { grid-template-columns: 1fr; padding: 0 1.25rem; gap: 2rem; }
  .hero-card { display: none; }
  .hero-sub { font-size: 1rem; }
  .strip-inner { padding: 0 1.25rem; flex-direction: column; align-items: flex-start; padding-top: 0.75rem; padding-bottom: 0.75rem; }
  .section { padding: 50px 0; }
  .section-wrap { padding-left: 1.25rem; padding-right: 1.25rem; }
  .section > .section-header, .section > .services-grid, .section > .why-inner,
  .section > .dna-grid, .section > .contact-inner, .section > .howwework-inner { padding-left: 1.25rem; padding-right: 1.25rem; }
  .why-inner, .contact-inner, .howwework-inner, .tr-inner { grid-template-columns: 1fr; gap: 2.5rem; }
  .tr-inner { gap: 2rem; }
  .dna-grid { grid-template-columns: 1fr 1fr; }
  .services-grid { grid-template-columns: 1fr; }
  .footer-inner { padding: 0 1.25rem; padding-bottom: env(safe-area-inset-bottom, 0); }
  .footer-top { grid-template-columns: 1fr; gap: 0; align-items: stretch; }
  .footer-top > a { margin-bottom: 1.25rem; }
  footer .footer-top img { height: 40px; }
  .footer-links { flex-direction: column; gap: 0; justify-content: flex-start; align-items: stretch; width: 100%; }
  .footer-links a { padding: 0.75rem 0; min-height: 44px; display: flex; align-items: center; border-bottom: 1px solid rgba(255,255,255,0.1); }
  .footer-links a:last-child { border-bottom: none; }
  .footer-legal { flex-direction: column; gap: 0; justify-content: flex-start; width: 100%; margin-top: 0; padding-top: 1rem; border-top: 1px solid rgba(255,255,255,0.12); }
  .footer-legal a { padding: 0.75rem 0; min-height: 44px; display: flex; align-items: center; border-bottom: 1px solid rgba(255,255,255,0.1); }
  .footer-legal a:last-child { border-bottom: none; }
  .cookie-inner { padding: 1rem 1.25rem; }
  .cookie-main { flex-direction: column; align-items: flex-start; }
  .cookie-actions { width: 100%; }
  .cookie-accept, .cookie-reject { min-height: 44px; padding: 0.75rem 1.25rem; }
  .btn-primary { min-height: 44px; padding: 0.75rem 1.5rem; display: inline-flex; align-items: center; justify-content: center; }
  .btn-teal { min-height: 44px; padding: 0.75rem 1.5rem; display: inline-flex; align-items: center; justify-content: center; }
  .contact-row { padding: 0.875rem 1rem; gap: 0.75rem; }
  .contact-row-icon { width: 32px; height: 32px; min-width: 32px; min-height: 32px; }
  .why-aside, .reference-box, .pricing-box { padding: 1.5rem; }
  .step { padding: 1.25rem 1rem; gap: 1rem; }
  .help-download-box { padding: 1.5rem; margin: 1.5rem 0; }
}
@media (max-width: 768px) {
  .nav-links { display: none; }
  .nav-hamburger { display: flex; align-items: center; justify-content: center; min-width: 44px; min-height: 44px; }
}
@media (max-width: 540px) {
  .nav-inner { padding: 0 0.75rem; gap: 0.5rem; }
  .nav-logo img { height: 38px; }
  .nav-phone { font-size: 0.8rem; }
  .nav-phone span { font-size: inherit; }
  .hero { padding: 40px 0 50px; }
  .hero-inner { padding: 0 1rem; }
  .hero h1 { font-size: 1.75rem; line-height: 1.25; }
  .hero-tag { font-size: 0.7rem; padding-left: 0.5rem; }
  .btn-ghost { margin-left: 0; margin-top: 0.75rem; display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 0.75rem 1.25rem; }
  .section { padding: 40px 0; }
  .section-wrap { padding-left: 1rem; padding-right: 1rem; }
  .section > .section-header, .section > .services-grid, .section > .why-inner,
  .section > .dna-grid, .section > .contact-inner, .section > .howwework-inner { padding-left: 1rem; padding-right: 1rem; }
  .section-header h2 { font-size: 1.35rem; }
  .section-header p { font-size: 0.9rem; }
  .form-row { grid-template-columns: 1fr; }
  .form-field input, .form-field textarea { font-size: 16px; }
  .dna-grid { grid-template-columns: 1fr; }
  .tr-wide-header { grid-template-columns: 1fr; gap: 0.5rem; }
  .tr-wide-kpi { padding: 0.5rem 0; border-right: none; border-bottom: 1px solid rgba(0,0,0,0.06); }
  .tr-wide-kpi:last-child { border-bottom: none; }
  .tr-wide-list { grid-template-columns: 1fr; }
  .tr-stat { padding: 1rem; }
  .tr-kpi-val { font-size: 1.35rem; }
  .service-card { padding: 1.5rem 1.25rem; }
  .footer-bottom { flex-direction: column; align-items: flex-start; gap: 0.5rem; }
  .footer-company { flex-direction: column; gap: 0.25rem; }
  .cookie-inner { padding: 0.875rem 1rem; }
  .cookie-text { font-size: 0.8rem; }
  .prose { font-size: 0.9rem; }
  .help-download-box { padding: 1.25rem 1rem; margin: 1.25rem 0; }
  .help-teamviewer-link img { max-width: 160px; height: auto; }
  .privacy-back { margin-top: 1.5rem; padding-top: 1rem; }
}
@media (max-width: 380px) {
  .hero h1 { font-size: 1.5rem; }
  .section-header h2 { font-size: 1.2rem; }
  .strip p { font-size: 0.8rem; }
  .strip a { padding: 0.5rem 1rem; font-size: 0.75rem; }
}
