/* ===== TOKENS ===== */
:root {
  --navy-900: #07203b;
  --navy-800: #0b2d4d;
  --navy-700: #103a61;
  --blue-600: #1d6fb8;
  --blue-500: #2a86d6;
  --blue-400: #4a9fe0;
  --blue-100: #e3f0fb;
  --blue-50:  #f2f8fd;
  --ink:      #16263a;
  --ink-soft: #4b5d70;
  --line:     #e2e9f0;
  --white:    #ffffff;
  --bg:       #f6fafd;
  --radius:   16px;
  --radius-lg: 26px;
  --shadow-sm: 0 2px 10px rgba(11, 45, 77, .06);
  --shadow:    0 18px 50px rgba(11, 45, 77, .12);
  --shadow-lg: 0 30px 80px rgba(11, 45, 77, .20);
  --maxw: 1180px;
  --ease: cubic-bezier(.4, 0, .2, 1);
}

/* ===== RESET ===== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', sans-serif;
  color: var(--ink);
  background: var(--bg);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, h4 { line-height: 1.15; letter-spacing: -0.02em; color: var(--navy-800); }
h2 { font-size: clamp(1.7rem, 3.4vw, 2.6rem); font-weight: 800; }
h3 { font-size: 1.18rem; font-weight: 700; }
section { padding: clamp(56px, 8vw, 110px) 0; }
.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }

/* ===== BUTTONS ===== */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5em;
  font-weight: 600; font-size: .98rem; padding: 14px 26px; border-radius: 999px;
  border: 1.5px solid transparent; cursor: pointer; transition: all .25s var(--ease);
  white-space: nowrap;
}
.btn-primary {
  background: linear-gradient(135deg, var(--blue-600), var(--blue-500));
  color: var(--white); box-shadow: 0 10px 24px rgba(29, 111, 184, .35);
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 16px 32px rgba(29, 111, 184, .45); }
.btn-ghost { background: transparent; color: var(--navy-800); border-color: var(--line); }
.btn-ghost:hover { border-color: var(--blue-500); color: var(--blue-600); background: var(--white); }
.btn-sm { padding: 10px 20px; font-size: .9rem; }
.btn-block { width: 100%; }

/* ===== HEADER ===== */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255, 255, 255, .82); backdrop-filter: saturate(180%) blur(14px);
  border-bottom: 1px solid var(--line);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; height: 74px; gap: 18px; }
.brand { display: flex; align-items: center; gap: 10px; font-size: 1.25rem; font-weight: 700; color: var(--navy-800); }
.brand-logo { width: 38px; height: 38px; object-fit: contain; }
.brand-name strong { color: var(--blue-600); font-weight: 800; }
.nav { display: flex; gap: 30px; }
.nav a { font-weight: 500; color: var(--ink-soft); font-size: .98rem; position: relative; transition: color .2s; }
.nav a::after { content: ''; position: absolute; left: 0; bottom: -6px; height: 2px; width: 0; background: var(--blue-500); transition: width .25s var(--ease); }
.nav a:hover { color: var(--navy-800); }
.nav a:hover::after { width: 100%; }
.nav-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 6px; }
.nav-toggle span { width: 24px; height: 2px; background: var(--navy-800); border-radius: 2px; transition: .3s var(--ease); }
.nav-toggle.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle.open span:nth-child(2) { opacity: 0; }
.nav-toggle.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ===== HERO ===== */
.hero {
  position: relative; overflow: hidden;
  background:
    radial-gradient(1100px 520px at 85% -5%, rgba(74, 159, 224, .22), transparent 60%),
    linear-gradient(180deg, #ffffff, var(--blue-50));
}
.hero-inner { display: grid; grid-template-columns: 1.05fr .95fr; gap: 56px; align-items: center; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 9px;
  background: var(--white); border: 1px solid var(--line); box-shadow: var(--shadow-sm);
  padding: 7px 15px 7px 9px; border-radius: 999px; font-size: .84rem; font-weight: 600;
  color: var(--navy-700); margin-bottom: 24px;
}
.eyebrow-logo { width: 46px; height: auto; }
.hero h1 { font-size: clamp(2.4rem, 5.2vw, 3.9rem); font-weight: 800; }
.hero-sub-name { display: block; font-size: clamp(1.05rem, 2.1vw, 1.4rem); font-weight: 600; color: var(--blue-600); margin-top: 12px; letter-spacing: -.01em; }
.hero-lead { font-size: 1.12rem; color: var(--ink-soft); margin: 24px 0 32px; max-width: 540px; }
.hero-lead strong { color: var(--navy-800); }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-trust { list-style: none; display: flex; gap: 34px; margin-top: 40px; flex-wrap: wrap; }
.hero-trust li { display: flex; flex-direction: column; }
.hero-trust strong { font-size: 1.25rem; color: var(--navy-800); font-weight: 800; }
.hero-trust span { font-size: .85rem; color: var(--ink-soft); }

.hero-media { position: relative; }
.hero-photo {
  position: relative; border-radius: var(--radius-lg); overflow: hidden;
  box-shadow: var(--shadow-lg); aspect-ratio: 4 / 4.15;
  background:
    radial-gradient(115% 80% at 50% 8%, rgba(255, 255, 255, .5), transparent 58%),
    linear-gradient(165deg, var(--blue-400) 0%, var(--blue-600) 70%, var(--navy-700) 100%);
}
/* dekorativní kruh za postavou */
.hero-photo::before {
  content: ''; position: absolute; left: 50%; top: 14%; transform: translateX(-50%);
  width: 78%; aspect-ratio: 1; border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, .28), transparent 70%);
}
.hero-photo img {
  position: absolute; bottom: 0; left: 50%; transform: translateX(-50%);
  height: 104%; width: auto; max-width: none; object-fit: contain; object-position: bottom;
  filter: drop-shadow(0 16px 26px rgba(7, 32, 59, .3));
}
.hero-badge {
  position: absolute; left: -14px; bottom: 26px; z-index: 2;
  background: var(--white); box-shadow: var(--shadow); border-radius: 14px;
  padding: 12px 18px; font-size: .9rem; font-weight: 600; color: var(--navy-800);
  display: flex; align-items: center; gap: 9px;
}
.hero-badge-dot { width: 9px; height: 9px; border-radius: 50%; background: #25c266; box-shadow: 0 0 0 4px rgba(37, 194, 102, .2); }

/* ===== SERVICES ===== */
.services { padding-top: clamp(40px, 6vw, 70px); }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.service-card {
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 32px 28px; box-shadow: var(--shadow-sm); transition: transform .3s var(--ease), box-shadow .3s var(--ease);
}
.service-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.service-icon {
  width: 50px; height: 50px; border-radius: 14px; display: grid; place-items: center;
  font-size: 1.4rem; color: var(--white); margin-bottom: 18px;
  background: linear-gradient(135deg, var(--blue-600), var(--blue-400));
}
.service-card p { color: var(--ink-soft); margin: 10px 0 18px; }
.card-link { font-weight: 600; color: var(--blue-600); font-size: .95rem; transition: gap .2s; }
.card-link:hover { color: var(--blue-500); }

/* ===== SECTION HEAD ===== */
.section-head { max-width: 680px; margin: 0 auto clamp(36px, 5vw, 56px); text-align: center; }
.section-label {
  display: inline-block; font-size: .8rem; font-weight: 700; text-transform: uppercase;
  letter-spacing: .14em; color: var(--blue-600); margin-bottom: 14px;
}
.section-label--light { color: var(--blue-400); }
.section-intro { color: var(--ink-soft); font-size: 1.08rem; margin-top: 14px; }

/* ===== ABOUT ===== */
.about { background: var(--white); }
.about-inner { display: grid; grid-template-columns: .9fr 1.1fr; gap: 56px; align-items: center; }
.about-media { position: relative; }
.about-media > img {
  border-radius: var(--radius-lg); box-shadow: var(--shadow);
  background: var(--blue-100); width: 100%; height: auto; aspect-ratio: 4/3.6;
  object-fit: cover; object-position: 72% center;
}
.about-badge {
  position: absolute; right: -16px; bottom: -16px; background: var(--white);
  box-shadow: var(--shadow); border-radius: 16px; padding: 14px 18px;
  display: flex; align-items: center; gap: 12px; max-width: 230px;
}
.about-badge img { width: 56px; height: auto; }
.about-badge span { font-size: .8rem; color: var(--ink-soft); line-height: 1.35; }
.about-badge strong { color: var(--navy-800); font-size: .92rem; }
.about-copy .section-label { display: block; text-align: left; }
.about-copy h2 { margin-bottom: 18px; }
.about-copy p { color: var(--ink-soft); margin-bottom: 16px; font-size: 1.05rem; }
.about-copy p strong { color: var(--navy-800); }
.about-copy .btn { margin-top: 12px; }

/* ===== PRODUCTS ===== */
.products-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.product-card {
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 28px 26px; box-shadow: var(--shadow-sm); transition: transform .3s var(--ease), box-shadow .3s var(--ease), border-color .3s;
}
.product-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); border-color: var(--blue-100); }
.product-card h3 { margin-bottom: 16px; padding-bottom: 14px; border-bottom: 2px solid var(--blue-100); }
.product-card ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.product-card li { position: relative; padding-left: 26px; color: var(--ink-soft); font-size: .98rem; }
.product-card li::before {
  content: '✓'; position: absolute; left: 0; top: 0; color: var(--blue-500); font-weight: 700;
}
.product-card--cta {
  background: linear-gradient(150deg, var(--navy-800), var(--navy-700)); border: none; color: var(--white);
}
.product-card--cta h3 { color: var(--white); border-bottom-color: rgba(255,255,255,.18); }
.product-card--cta p { color: rgba(255,255,255,.8); margin-bottom: 18px; }
.product-card--cta .card-link { color: var(--blue-400); }

/* ===== PRINCIPLES ===== */
.principles {
  background:
    radial-gradient(900px 500px at 10% 0%, rgba(74, 159, 224, .16), transparent 60%),
    linear-gradient(160deg, var(--navy-900), var(--navy-800));
  color: var(--white);
}
.principles h2 { color: var(--white); }
.principles-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.principle {
  background: rgba(255, 255, 255, .05); border: 1px solid rgba(255, 255, 255, .1);
  border-radius: var(--radius); padding: 28px 24px; transition: background .3s, transform .3s var(--ease);
}
.principle:hover { background: rgba(255, 255, 255, .09); transform: translateY(-5px); }
.principle h3 { color: var(--white); margin-bottom: 12px; }
.principle p { color: rgba(255, 255, 255, .72); font-size: .96rem; }

/* ===== PROCESS ===== */
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.step {
  position: relative; background: var(--white); border: 1px solid var(--line);
  border-radius: var(--radius); padding: 36px 30px 30px; box-shadow: var(--shadow-sm);
}
.step-num {
  display: inline-block; font-size: 2.6rem; font-weight: 800; line-height: 1;
  background: linear-gradient(135deg, var(--blue-600), var(--blue-400));
  -webkit-background-clip: text; background-clip: text; color: transparent; margin-bottom: 16px;
}
.step h3 { margin-bottom: 10px; }
.step p { color: var(--ink-soft); }

/* ===== GOALS ===== */
.goals { background: var(--white); }
.goals-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; }
.goal-card {
  border-radius: var(--radius-lg); padding: 44px 40px; border: 1px solid var(--line);
  background: var(--blue-50); box-shadow: var(--shadow-sm);
}
.goal-card h3 { font-size: 1.5rem; margin-bottom: 14px; }
.goal-card p { color: var(--ink-soft); margin-bottom: 20px; font-size: 1.05rem; }
.goal-card--accent {
  background: linear-gradient(140deg, var(--blue-600), var(--blue-500)); border: none; color: var(--white);
}
.goal-card--accent h3 { color: var(--white); }
.goal-card--accent p { color: rgba(255, 255, 255, .9); }
.goal-card--accent .card-link { color: var(--white); }

/* ===== CONTACT ===== */
.contact { background: var(--bg); }
.contact-inner { display: grid; grid-template-columns: 1fr 1.05fr; gap: 56px; align-items: start; }
.contact-copy .section-label { display: block; }
.contact-copy > p { color: var(--ink-soft); font-size: 1.08rem; margin: 16px 0 34px; max-width: 460px; }
.contact-list { list-style: none; display: flex; flex-direction: column; gap: 22px; }
.contact-list li { display: flex; align-items: center; gap: 16px; }
.contact-ico {
  width: 48px; height: 48px; border-radius: 13px; display: grid; place-items: center;
  font-size: 1.2rem; color: var(--blue-600); background: var(--blue-100); flex-shrink: 0;
}
.contact-label { display: block; font-size: .8rem; text-transform: uppercase; letter-spacing: .1em; color: var(--ink-soft); font-weight: 600; }
.contact-list a { font-weight: 600; color: var(--navy-800); font-size: 1.05rem; }
.contact-list a:hover { color: var(--blue-600); }

.contact-form-wrap {
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-lg);
  padding: 38px 34px; box-shadow: var(--shadow);
}
.contact-form-wrap h3 { font-size: 1.4rem; }
.form-note { color: var(--ink-soft); margin: 6px 0 24px; font-size: .96rem; }
.contact-form { display: flex; flex-direction: column; gap: 18px; }
.field { display: flex; flex-direction: column; gap: 7px; }
.field label { font-size: .9rem; font-weight: 600; color: var(--navy-800); }
.optional { font-weight: 400; color: var(--ink-soft); }
.field input, .field textarea {
  font-family: inherit; font-size: 1rem; padding: 13px 15px; border: 1.5px solid var(--line);
  border-radius: 11px; background: var(--blue-50); color: var(--ink); transition: border-color .2s, background .2s, box-shadow .2s;
  resize: vertical;
}
.field input:focus, .field textarea:focus {
  outline: none; border-color: var(--blue-500); background: var(--white);
  box-shadow: 0 0 0 4px rgba(42, 134, 214, .12);
}
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; }
.checkbox { display: flex; gap: 10px; align-items: flex-start; font-size: .9rem; color: var(--ink-soft); cursor: pointer; }
.checkbox input { margin-top: 3px; width: 17px; height: 17px; accent-color: var(--blue-600); flex-shrink: 0; }
.inline-link { color: var(--blue-600); text-decoration: underline; }
.form-status { font-size: .92rem; font-weight: 600; min-height: 1.2em; }
.form-status.ok { color: #1d9d5a; }
.form-status.err { color: #d33b3b; }
.btn[disabled] { opacity: .6; cursor: not-allowed; transform: none; }

/* ===== POTVRZENÍ ODESLÁNÍ POPTÁVKY ===== */
.form-success { text-align: center; padding: 14px 6px 6px; animation: successIn .45s var(--ease); }
.form-success-ico {
  width: 66px; height: 66px; margin: 0 auto 20px; border-radius: 50%;
  display: grid; place-items: center; font-size: 2rem; color: var(--white); font-weight: 700;
  background: linear-gradient(135deg, #1d9d5a, #25c266);
  box-shadow: 0 12px 28px rgba(37, 194, 102, .38);
}
.form-success h3 { font-size: 1.5rem; margin-bottom: 12px; }
.form-success p { color: var(--ink-soft); font-size: 1.02rem; margin-bottom: 10px; }
.form-success p strong { color: var(--navy-800); }
.form-success-meta { font-size: .95rem; }
.form-success-meta a { color: var(--blue-600); font-weight: 600; }
@keyframes successIn { from { opacity: 0; transform: translateY(12px) scale(.98); } to { opacity: 1; transform: none; } }
@media (prefers-reduced-motion: reduce) { .form-success { animation: none; } }

/* ===== FOOTER ===== */
.site-footer { background: var(--navy-900); color: rgba(255, 255, 255, .72); padding: 64px 0 30px; }
.footer-inner { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 40px; }
.footer-brand .brand { color: var(--white); margin-bottom: 18px; }
.footer-brand .brand-name strong { color: var(--blue-400); }
.footer-legal { font-size: .9rem; line-height: 1.6; max-width: 360px; }
.footer-legal strong { color: var(--white); }
.footer-region { font-size: .88rem; margin-top: 10px; color: rgba(255,255,255,.55); }
.footer-col h4 { color: var(--white); font-size: .95rem; margin-bottom: 16px; }
.footer-col a { display: block; font-size: .92rem; padding: 5px 0; color: rgba(255, 255, 255, .68); transition: color .2s; }
.footer-col a:hover { color: var(--blue-400); }
.footer-bottom {
  display: flex; align-items: center; justify-content: space-between; gap: 18px;
  margin-top: 44px; padding-top: 24px; border-top: 1px solid rgba(255, 255, 255, .1);
  font-size: .85rem; color: rgba(255, 255, 255, .5);
}
.footer-zfp { height: 26px; width: auto; filter: brightness(0) invert(1); opacity: .7; }

/* ===== GOOGLE RECENZE ODZNAK ===== */
.google-reviews {
  display: inline-flex; align-items: center; gap: 12px; margin-top: 26px;
  background: var(--white); border: 1px solid var(--line); box-shadow: var(--shadow-sm);
  padding: 9px 18px 9px 14px; border-radius: 14px;
  transition: transform .2s var(--ease), box-shadow .2s var(--ease);
}
.google-reviews:hover { transform: translateY(-2px); box-shadow: var(--shadow); }
.g-logo { display: grid; place-items: center; flex-shrink: 0; }
.g-meta { display: flex; flex-direction: column; line-height: 1.25; }
.g-stars { color: #fbbc05; font-size: 1.02rem; letter-spacing: 1.5px; }
.g-text { font-size: .85rem; color: var(--ink-soft); }
.g-text strong { color: var(--navy-800); }

/* ===== PARTNEŘI / BĚŽÍCÍ PÁS ===== */
.partners { background: var(--white); overflow: hidden; }
.partners-head { max-width: 720px; margin: 0 auto clamp(34px, 5vw, 54px); text-align: center; }
.partners-head .section-label { display: inline-block; }
.marquee {
  position: relative; width: 100%;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
}
.marquee-track {
  display: flex; align-items: center; gap: 70px; width: max-content;
  animation: marquee 40s linear infinite;
}
.marquee:hover .marquee-track { animation-play-state: paused; }
.marquee-item { flex: 0 0 auto; height: 52px; display: grid; place-items: center; }
.marquee-item img {
  max-height: 44px; max-width: 170px; width: auto; object-fit: contain;
  opacity: .92; transition: opacity .35s var(--ease), transform .35s var(--ease);
}
.marquee-item img:hover { opacity: 1; transform: scale(1.05); }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ===== KREDIT V PATIČCE ===== */
.footer-bottom-right { display: flex; align-items: center; gap: 24px; }
/* Statly kredit s hover efektem */
.statly { display: inline-flex; align-items: center; gap: 9px; color: #888280; font-size: 0.85rem; font-weight: 500; padding: 6px 10px; border-radius: 10px; text-decoration: none; transition: background 0.25s cubic-bezier(0.22,1,0.36,1); }
.statly img { width: 24px; height: 24px; border-radius: 7px; display: block; filter: grayscale(0.15); transition: transform 0.3s cubic-bezier(0.22,1,0.36,1), box-shadow 0.3s cubic-bezier(0.22,1,0.36,1), filter 0.3s cubic-bezier(0.22,1,0.36,1); }
.statly .statly-pre { color: #888280; }
.statly .statly-name { color: #fff; font-weight: 700; transition: color 0.25s cubic-bezier(0.22,1,0.36,1); }
.statly:hover { background: rgba(27, 127, 95, 0.1); }
.statly:hover img { transform: scale(1.15) rotate(-4deg); box-shadow: 0 8px 22px rgba(27, 127, 95, 0.5); filter: grayscale(0); }
.statly:hover .statly-name { color: #27a37a; }

/* ===== COOKIE LIŠTA ===== */
.cookie-bar {
  position: fixed; left: 16px; right: 16px; bottom: 16px; z-index: 200;
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius);
  box-shadow: var(--shadow-lg); max-width: 880px; margin: 0 auto;
  opacity: 0; transform: translateY(20px); transition: opacity .3s var(--ease), transform .3s var(--ease);
}
.cookie-bar.show { opacity: 1; transform: none; }
.cookie-inner {
  display: flex; align-items: center; gap: 22px; padding: 18px 22px; flex-wrap: wrap;
}
.cookie-text { flex: 1 1 360px; }
.cookie-text strong { color: var(--navy-800); font-size: .98rem; }
.cookie-text p { font-size: .88rem; color: var(--ink-soft); margin-top: 4px; }
.cookie-text a { color: var(--blue-600); text-decoration: underline; }
.cookie-actions { display: flex; gap: 10px; flex-shrink: 0; }
@media (max-width: 560px) {
  .cookie-actions { width: 100%; }
  .cookie-actions .btn { flex: 1; }
}

/* ===== REVEAL ANIM ===== */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .6s var(--ease), transform .6s var(--ease); }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  html { scroll-behavior: auto; }
  .marquee-track { animation: none; flex-wrap: wrap; justify-content: center; row-gap: 32px; }
}

/* ===== PRÁVNÍ STRÁNKY ===== */
.legal { background: var(--bg); padding: clamp(40px, 6vw, 80px) 0 clamp(56px, 8vw, 96px); }
.legal-wrap {
  max-width: 820px; margin: 0 auto; background: var(--white);
  border: 1px solid var(--line); border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm); padding: clamp(28px, 5vw, 56px);
}
.legal .back-link { display: inline-flex; align-items: center; gap: 6px; color: var(--blue-600); font-weight: 600; font-size: .92rem; margin-bottom: 22px; }
.legal .back-link:hover { color: var(--blue-500); }
.legal h1 { font-size: clamp(1.8rem, 4vw, 2.6rem); font-weight: 800; margin-bottom: 8px; }
.legal .legal-updated { color: var(--ink-soft); font-size: .9rem; margin-bottom: 28px; }
.legal h2 { font-size: 1.3rem; font-weight: 700; margin: 30px 0 12px; }
.legal h3 { font-size: 1.05rem; margin: 20px 0 8px; }
.legal p, .legal li { color: var(--ink-soft); font-size: 1rem; line-height: 1.75; }
.legal p { margin-bottom: 14px; }
.legal ul, .legal ol { margin: 0 0 16px; padding-left: 22px; }
.legal li { margin-bottom: 8px; }
.legal a { color: var(--blue-600); text-decoration: underline; }
.legal strong { color: var(--navy-800); }
.legal-contact-box {
  background: var(--blue-50); border: 1px solid var(--blue-100); border-radius: var(--radius);
  padding: 20px 24px; margin: 24px 0;
}
.legal-contact-box p { margin-bottom: 6px; }
.legal table { width: 100%; border-collapse: collapse; margin: 8px 0 20px; font-size: .96rem; }
.legal th, .legal td { text-align: left; padding: 10px 12px; border-bottom: 1px solid var(--line); vertical-align: top; }
.legal th { color: var(--navy-800); font-weight: 700; width: 38%; }
.legal-simple-header { background: var(--white); border-bottom: 1px solid var(--line); }
.legal-simple-header .header-inner { height: 64px; }

/* ===== RESPONSIVE ===== */
@media (max-width: 940px) {
  .hero-inner, .about-inner, .contact-inner { grid-template-columns: 1fr; gap: 40px; }
  .hero-media { order: -1; max-width: 460px; }
  .about-media { max-width: 480px; }
  .services-grid, .products-grid, .process-grid { grid-template-columns: 1fr 1fr; }
  .principles-grid { grid-template-columns: 1fr 1fr; }
  .goals-grid { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr 1fr; gap: 32px; }

  .header-cta { display: none; }
  .nav {
    position: fixed; inset: 74px 0 auto 0; flex-direction: column; gap: 0;
    background: var(--white); border-bottom: 1px solid var(--line); padding: 8px 24px 20px;
    transform: translateY(-130%); transition: transform .35s var(--ease); box-shadow: var(--shadow);
  }
  .nav.open { transform: translateY(0); }
  .nav a { padding: 14px 0; border-bottom: 1px solid var(--line); width: 100%; }
  .nav a::after { display: none; }
  .nav-toggle { display: flex; }
}
@media (max-width: 580px) {
  .services-grid, .products-grid, .process-grid, .principles-grid { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr; }
  .hero-trust { gap: 24px; }
  .contact-form-wrap { padding: 28px 22px; }
  .goal-card { padding: 34px 26px; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
}
