:root {
  --navy: #15233d;
  --navy-soft: #213a61;
  --gold: #c88a34;
  --gold-light: #efb55f;
  --ink: #161c29;
  --muted: #646d7b;
  --surface: #f4f6f8;
  --line: #dfe4e9;
  --white: #fff;
  --accent: #c88a34;
  --accent-soft: #f8ead6;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body { margin: 0; color: var(--ink); background: #fff; font-family: Arial, Helvetica, sans-serif; line-height: 1.5; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
img { display: block; max-width: 100%; }
svg { fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.container { width: min(var(--max), calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 9999; top: 8px; left: 8px; padding: 10px 14px; color: #fff; background: #000; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.service-header { position: sticky; z-index: 1000; top: 0; background: rgba(255,255,255,.97); box-shadow: 0 1px 0 rgba(21,35,61,.12); backdrop-filter: blur(14px); }
.service-topbar { height: 29px; border-bottom: 1px solid #eef0f2; }
.service-topbar__inner { display: flex; height: 100%; align-items: center; justify-content: space-between; color: #5c6470; font-size: 11px; }
.service-topbar nav { display: flex; gap: 20px; }
.service-topbar a:hover { color: var(--gold); }
.service-nav { display: flex; min-height: 72px; align-items: center; gap: 25px; }
.service-logo { display: flex; align-items: center; gap: 7px; }
.service-logo__symbol { display: grid; width: 62px; height: 42px; place-items: center; }
.service-logo__symbol img { width: 100%; height: 100%; object-fit: contain; }
.service-logo__name { display: grid; color: var(--navy); font-size: 18px; font-weight: 900; letter-spacing: .035em; line-height: 1; }
.service-logo__name small { margin-top: 5px; color: var(--gold); font-size: 7px; letter-spacing: .16em; text-transform: uppercase; }
.service-primary-nav { display: flex; margin-left: auto; align-items: center; gap: 25px; font-size: 12px; font-weight: 800; }
.service-primary-nav a:hover { color: var(--gold); }
.header-cta { padding: 10px 18px; color: #fff!important; background: var(--navy); border-radius: 7px; }
.header-cta:hover { background: var(--gold); }
.service-menu-button { position: relative; display: none; width: 38px; height: 38px; padding: 0; background: transparent; border: 0; }
.service-menu-button i { position: absolute; left: 8px; width: 22px; height: 2px; background: #222; transition: .2s ease; }
.service-menu-button i:nth-child(1) { top: 11px; }.service-menu-button i:nth-child(2) { top: 18px; }.service-menu-button i:nth-child(3) { top: 25px; }
.service-menu-button[aria-expanded="true"] i:nth-child(1) { top: 18px; transform: rotate(45deg); }
.service-menu-button[aria-expanded="true"] i:nth-child(2) { opacity: 0; }
.service-menu-button[aria-expanded="true"] i:nth-child(3) { top: 18px; transform: rotate(-45deg); }
.service-mobile-menu { position: absolute; top: 100%; right: 0; left: 0; display: grid; visibility: hidden; padding: 25px 20px; background: #fff; box-shadow: 0 18px 30px rgba(21,35,61,.13); opacity: 0; gap: 0; transform: translateY(-8px); transition: .2s ease; }
.service-mobile-menu.is-open { visibility: visible; opacity: 1; transform: translateY(0); }
.service-mobile-menu a { padding: 13px 5px; border-bottom: 1px solid var(--line); font-weight: 800; }

.service-hero { position: relative; overflow: hidden; color: #fff; background: linear-gradient(115deg, var(--navy), var(--navy-soft)); }
.service-hero::before { position: absolute; inset: 0; content: ""; opacity: .16; background-image: linear-gradient(rgba(255,255,255,.1) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.1) 1px,transparent 1px); background-size: 42px 42px; mask-image: linear-gradient(90deg,#000,transparent 72%); }
.service-hero::after { position: absolute; top: -170px; right: -120px; width: 570px; height: 570px; content: ""; background: radial-gradient(circle,var(--accent) 0,transparent 66%); opacity: .22; }
.hero-grid { position: relative; z-index: 2; display: grid; min-height: 610px; grid-template-columns: 1.03fr .97fr; align-items: center; gap: 70px; }
.breadcrumb { display: flex; margin-bottom: 35px; align-items: center; gap: 8px; color: rgba(255,255,255,.62); font-size: 11px; }
.breadcrumb a:hover { color: #fff; }
.hero-eyebrow, .section-eyebrow { color: var(--gold-light); font-size: 11px; font-weight: 900; letter-spacing: .16em; }
.hero-copy h1 { max-width: 720px; margin: 12px 0 21px; font-size: clamp(43px,5vw,68px); line-height: .99; letter-spacing: -.052em; }
.hero-lead { max-width: 660px; margin: 0; color: rgba(255,255,255,.78); font-size: 19px; }
.hero-points { display: grid; margin: 27px 0 31px; padding: 0; list-style: none; grid-template-columns: 1fr 1fr; gap: 12px 22px; }
.hero-points li { position: relative; padding-left: 25px; color: rgba(255,255,255,.9); font-size: 13px; font-weight: 700; }
.hero-points li::before { position: absolute; top: 1px; left: 0; display: grid; width: 16px; height: 16px; color: var(--navy); content: "✓"; background: var(--gold-light); border-radius: 50%; font-size: 10px; place-items: center; }
.hero-actions { display: flex; align-items: center; gap: 22px; }
.button { display: inline-flex; min-height: 49px; align-items: center; justify-content: center; padding: 12px 23px; border: 0; border-radius: 9px; font-size: 13px; font-weight: 900; transition: .2s ease; }
.button:hover { transform: translateY(-2px); }
.button--light { color: var(--navy); background: #fff; box-shadow: 0 12px 25px rgba(0,0,0,.14); }
.button--light:hover { color: #fff; background: var(--gold); }
.button--dark { color: #fff; background: var(--navy); }
.button--dark:hover { background: var(--gold); }
.button--outline { color: var(--navy); background: transparent; border: 1px solid #bbc4cd; }
.button--outline:hover { color: #fff; background: var(--navy); border-color: var(--navy); }
.hero-secondary { color: #fff; font-size: 13px; font-weight: 800; }
.hero-secondary:hover { color: var(--gold-light); }

.hero-visual { position: relative; min-height: 470px; }
.visual-orbit { position: absolute; top: 50%; left: 50%; width: 440px; height: 440px; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; transform: translate(-50%,-50%); }
.visual-orbit::before { position: absolute; inset: 55px; content: ""; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; }
.visual-main { position: absolute; z-index: 2; top: 50%; left: 50%; display: grid; width: 295px; height: 330px; padding: 25px; color: var(--ink); background: #fff; border-radius: 32px; box-shadow: 0 35px 65px rgba(0,0,0,.3); transform: translate(-50%,-50%) rotate(3deg); }
.visual-top { display: flex; align-items: center; gap: 6px; }
.visual-top i { width: 7px; height: 7px; background: #d7d9dc; border-radius: 50%; }
.visual-screen { display: grid; margin-top: 18px; padding: 18px; overflow: hidden; background: linear-gradient(140deg,var(--accent-soft),#edf1f5); border-radius: 17px; align-content: end; }
.visual-screen span { color: var(--accent); font-size: 11px; font-weight: 900; letter-spacing: .13em; }
.visual-screen strong { margin-top: 5px; color: var(--navy); font-size: 33px; line-height: .93; letter-spacing: -.04em; }
.visual-lines { display: grid; margin-top: 15px; gap: 8px; }
.visual-lines i { height: 8px; background: #e4e8ec; border-radius: 5px; }.visual-lines i:nth-child(2){width:78%}.visual-lines i:nth-child(3){width:56%}
.float-card { position: absolute; z-index: 3; display: flex; min-width: 185px; align-items: center; gap: 11px; padding: 12px 14px; color: var(--ink); background: #fff; border-radius: 14px; box-shadow: 0 17px 35px rgba(0,0,0,.19); }
.float-card b,.float-card small { display: block; }.float-card b{font-size:12px}.float-card small{color:#727b86;font-size:9px}
.float-card__icon { display: grid; width: 35px; height: 35px; flex: 0 0 35px; color: #fff; background: var(--accent); border-radius: 10px; font-size: 11px; font-weight: 900; place-items: center; }
.float-card--one { top: 42px; left: 2px; }.float-card--two{right:0;bottom:50px}

.trust-strip { border-bottom: 1px solid var(--line); }
.trust-grid { display: grid; min-height: 96px; grid-template-columns: repeat(4,1fr); }
.trust-item { display: flex; align-items: center; justify-content: center; gap: 10px; padding: 20px; border-right: 1px solid var(--line); }
.trust-item:first-child { border-left: 1px solid var(--line); }
.trust-item b { color: var(--accent); font-size: 25px; }
.trust-item span { color: #4e5866; font-size: 11px; font-weight: 800; }

.section { padding-block: 95px; }
.section--soft { background: var(--surface); }
.section-heading { max-width: 800px; margin: 0 auto 47px; text-align: center; }
.section-eyebrow { color: var(--accent); }
.section-heading h2, .split-copy h2, .closing-copy h2 { margin: 10px 0 17px; font-size: clamp(33px,4vw,52px); line-height: 1.04; letter-spacing: -.045em; }
.section-heading p { margin: 0; color: var(--muted); font-size: 16px; }
.pain-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.pain-card { position: relative; min-height: 260px; padding: 28px; overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: 17px; box-shadow: 0 10px 30px rgba(21,35,61,.05); }
.pain-number { display: grid; width: 42px; height: 42px; margin-bottom: 45px; color: var(--accent); background: var(--accent-soft); border-radius: 12px; font-size: 11px; font-weight: 900; place-items: center; }
.pain-card h3 { margin: 0 0 12px; font-size: 21px; line-height: 1.12; }
.pain-card p { margin: 0; color: var(--muted); font-size: 13px; }

.split { display: grid; grid-template-columns: .95fr 1.05fr; gap: 70px; align-items: center; }
.split-copy > p { margin: 0 0 25px; color: var(--muted); font-size: 16px; }
.solution-list { display: grid; padding: 0; list-style: none; gap: 13px; }
.solution-list li { position: relative; padding-left: 32px; color: #404a57; font-size: 13px; font-weight: 700; }
.solution-list li::before { position: absolute; top: -2px; left: 0; display: grid; width: 21px; height: 21px; color: #fff; content: "✓"; background: var(--accent); border-radius: 50%; font-size: 11px; place-items: center; }
.solution-board { position: relative; min-height: 450px; padding: 35px; overflow: hidden; color: #fff; background: linear-gradient(135deg,var(--navy),var(--navy-soft)); border-radius: 28px; box-shadow: 0 25px 55px rgba(21,35,61,.2); }
.solution-board::after { position:absolute;right:-90px;bottom:-110px;width:310px;height:310px;content:"";background:radial-gradient(circle,var(--accent),transparent 68%);opacity:.34}
.board-heading { position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; }
.board-heading span { color: rgba(255,255,255,.63); font-size: 11px; }.board-heading b{font-size:14px}
.board-metrics { position: relative; z-index: 2; display: grid; margin: 35px 0 22px; grid-template-columns: repeat(3,1fr); gap: 11px; }
.board-metrics div { padding: 19px 12px; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.11); border-radius: 13px; }
.board-metrics strong { display: block; color: var(--gold-light); font-size: 25px; }.board-metrics small{color:rgba(255,255,255,.64);font-size:8px}
.board-chart { position: relative; z-index: 2; display: flex; height: 150px; align-items: end; gap: 12px; padding: 23px; background: rgba(255,255,255,.07); border-radius: 16px; }
.board-chart i { width: 16%; height: 30%; background: rgba(255,255,255,.35); border-radius: 7px 7px 0 0; }.board-chart i:nth-child(2){height:48%}.board-chart i:nth-child(3){height:39%}.board-chart i:nth-child(4){height:66%}.board-chart i:nth-child(5){height:80%;background:var(--gold-light)}.board-chart i:nth-child(6){height:95%;background:var(--accent)}

.outcome-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.outcome-card { min-height: 255px; padding: 27px; background: #fff; border: 1px solid var(--line); border-radius: 17px; transition: .2s ease; }
.outcome-card:hover { box-shadow: 0 18px 38px rgba(21,35,61,.1); transform: translateY(-5px); }
.outcome-icon { display: grid; width: 51px; height: 51px; margin-bottom: 40px; color: #fff; background: var(--accent); border-radius: 15px; font-size: 18px; font-weight: 900; place-items: center; }
.outcome-card h3 { margin: 0 0 10px; font-size: 18px; }
.outcome-card p { margin: 0; color: var(--muted); font-size: 12px; }

.capability-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.capability-card { display: grid; min-height: 230px; padding: 26px; background: #fff; border: 1px solid var(--line); border-radius: 15px; align-content: start; }
.capability-card b { display: grid; width: 36px; height: 36px; margin-bottom: 32px; color: var(--accent); background: var(--accent-soft); border-radius: 10px; font-size: 10px; place-items: center; }
.capability-card h3 { margin: 0 0 9px; font-size: 18px; }.capability-card p{margin:0;color:var(--muted);font-size:12px}

.process-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.process-step { position: relative; padding: 0 30px; border-right: 1px solid var(--line); }
.process-step:first-child { border-left: 1px solid var(--line); }
.process-step > span { display: block; margin-bottom: 40px; color: var(--accent); font-size: 12px; font-weight: 900; }
.process-step h3 { margin: 0 0 10px; font-size: 18px; }.process-step p{margin:0;color:var(--muted);font-size:12px}

.ideal-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.ideal-card { padding: 27px; color: #fff; background: var(--navy); border-radius: 16px; }
.ideal-card span { color: var(--gold-light); font-size: 20px; }.ideal-card h3{margin:28px 0 9px;font-size:17px}.ideal-card p{margin:0;color:rgba(255,255,255,.65);font-size:11px}

.faq-wrap { max-width: 850px; margin: auto; border-top: 1px solid #cbd2da; }
.faq-wrap details { border-bottom: 1px solid #cbd2da; }
.faq-wrap summary { position: relative; padding: 23px 48px 23px 0; font-size: 16px; font-weight: 800; list-style: none; cursor: pointer; }
.faq-wrap summary::-webkit-details-marker { display:none; }
.faq-wrap summary::after { position:absolute;top:50%;right:8px;color:var(--accent);content:"+";font-size:27px;transform:translateY(-50%)}
.faq-wrap details[open] summary::after { content:"−"; }
.faq-wrap details p { max-width: 720px; margin: -3px 0 23px; color: var(--muted); font-size: 13px; }

.closing { color: #fff; background: linear-gradient(115deg,var(--navy),var(--navy-soft)); }
.closing-grid { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 75px; }
.closing-copy > p { color: rgba(255,255,255,.68); font-size: 16px; }
.closing-contact { display: grid; margin-top: 27px; gap: 10px; }
.closing-contact a { display: flex; width: max-content; max-width: 100%; align-items: center; gap: 11px; padding: 10px 13px; color: var(--ink); background: #fff; border-radius: 9px; }
.closing-contact a:hover { transform: translateY(-2px); }
.closing-contact b { display: grid; width: 34px; height: 34px; flex: 0 0 34px; color: #fff; background: var(--accent); border-radius: 50%; place-items: center; }
.closing-contact span { display: grid; font-size: 12px; font-weight: 900; }
.closing-contact small { color: var(--accent); font-size: 7px; letter-spacing: .12em; }
.contact-card { display: grid; padding: 32px; color: var(--ink); background: #fff; border-radius: 18px; gap: 14px; box-shadow: 0 25px 55px rgba(0,0,0,.22); grid-template-columns: 1fr 1fr; }
.contact-card label { display: grid; color: #4b5563; font-size: 10px; font-weight: 800; gap: 6px; }
.contact-card label.full { grid-column: 1/-1; }
.contact-card input,.contact-card select,.contact-card textarea { width:100%;padding:11px 12px;color:var(--ink);background:#f8f9fa;border:1px solid #d8dee5;border-radius:7px;outline:0;resize:vertical}
.contact-card input:focus,.contact-card select:focus,.contact-card textarea:focus{background:#fff;border-color:var(--accent);box-shadow:0 0 0 3px color-mix(in srgb,var(--accent) 14%,transparent)}
.contact-card button { grid-column: 1/-1; padding: 13px; color: #fff; background: var(--navy); border:0;border-radius:8px;font-weight:900}
.contact-card button:hover { background: var(--accent); }
.contact-card button:disabled{cursor:wait;opacity:.68}
.contact-card .form-consent{display:flex;align-items:flex-start;gap:9px;color:#687383;font-size:10px;line-height:1.45}.contact-card .form-consent input{width:16px;height:16px;flex:0 0 16px;margin-top:1px}.contact-card .form-consent a{color:var(--accent);text-decoration:underline}
.form-honeypot{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}

.related { padding-block: 70px; }
.related-heading { display: flex; margin-bottom: 25px; align-items: center; justify-content: space-between; }
.related-heading h2 { margin: 0; font-size: 28px; }.related-heading a{color:var(--accent);font-size:12px;font-weight:900}
.related-grid { display:grid;grid-template-columns:repeat(3,1fr);gap:18px }
.related-card { display:grid;min-height:210px;padding:25px;background:var(--surface);border-radius:15px;align-content:end;transition:.2s ease }
.related-card:hover { color:#fff;background:var(--navy);transform:translateY(-4px) }
.related-card small { color:var(--accent);font-size:9px;font-weight:900;letter-spacing:.13em }.related-card h3{margin:8px 0 7px;font-size:20px}.related-card p{margin:0;color:var(--muted);font-size:11px}.related-card:hover p{color:rgba(255,255,255,.65)}

.service-footer { color: #bac3cf; background: #0e1829; }
.footer-grid { display:grid;padding-block:55px;grid-template-columns:1.8fr repeat(3,1fr);gap:45px }
.footer-about p { max-width:360px;color:#8290a1;font-size:12px }.footer-col{display:grid;align-content:start;gap:9px}.footer-col h3{margin:0 0 10px;color:#fff;font-size:13px}.footer-col a{color:#8290a1;font-size:11px}.footer-col a:hover{color:var(--gold-light)}
.footer-address { margin-top: 15px; color: #fff; font-size: 11px; font-weight: 800; }
.footer-phone { margin-top: 7px; color: var(--gold-light); font-size: 12px; font-weight: 900; }
.footer-bottom { display:flex;min-height:60px;align-items:center;justify-content:space-between;border-top:1px solid rgba(255,255,255,.08);color:#667487;font-size:9px }
.toast { position:fixed;z-index:1500;right:20px;bottom:20px;max-width:380px;padding:14px 17px;color:#fff;background:#2d946b;border-radius:9px;box-shadow:0 14px 32px rgba(0,0,0,.2);opacity:0;transform:translateY(18px);pointer-events:none;transition:.2s ease }.toast.is-visible{opacity:1;transform:translateY(0)}.toast.is-error{background:#b83d4d}

body[data-service="website"] { --accent:#3e7fc4;--accent-soft:#dfedf8; }
body[data-service="eshop"] { --accent:#c88a34;--accent-soft:#f8ead6; }
body[data-service="marketing"] { --accent:#7952c7;--accent-soft:#eee7fa; }
body[data-service="local-seo"] { --accent:#d14f91;--accent-soft:#fae5ef; }
body[data-service="backoffice"] { --accent:#318874;--accent-soft:#dff1eb; }
body[data-service="secretary"] { --accent:#dc704f;--accent-soft:#f9e5de; }

@media (max-width: 1000px) {
  .service-primary-nav { gap: 15px; }.service-primary-nav a:not(.header-cta){display:none}
  .hero-grid{gap:25px}.float-card--one{left:-20px}.float-card--two{right:-10px}
  .outcome-grid,.ideal-grid{grid-template-columns:1fr 1fr}
  .capability-grid{grid-template-columns:1fr 1fr}
}

@media (max-width: 780px) {
  .service-topbar{display:none}.service-nav{min-height:67px}.service-primary-nav{display:none}.service-menu-button{display:block;margin-left:auto}
  .hero-grid{min-height:850px;padding-block:45px;grid-template-columns:1fr;gap:5px}.hero-visual{min-height:390px}.hero-copy h1{font-size:48px}.hero-lead{font-size:17px}
  .trust-grid{grid-template-columns:1fr 1fr}.trust-item:nth-child(odd){border-left:1px solid var(--line)}
  .section{padding-block:72px}.pain-grid{grid-template-columns:1fr}.pain-card{min-height:220px}.pain-number{margin-bottom:30px}
  .split,.closing-grid{grid-template-columns:1fr;gap:40px}.solution-board{min-height:400px}
  .process-grid{grid-template-columns:1fr 1fr;gap:35px 0}.process-step:nth-child(3){border-left:1px solid var(--line)}
  .footer-grid{grid-template-columns:1fr 1fr}.footer-about{grid-column:1/-1}
}

@media (max-width: 520px) {
  .container{width:calc(100% - 28px)}.service-logo__symbol{width:54px;height:37px}.service-logo__name{font-size:16px}
  .hero-grid{min-height:830px}.breadcrumb{margin-bottom:25px}.hero-copy h1{font-size:39px}.hero-lead{font-size:15px}.hero-points{grid-template-columns:1fr}.hero-actions{align-items:flex-start;flex-direction:column;gap:15px}
  .hero-visual{min-height:330px}.visual-orbit{width:310px;height:310px}.visual-main{width:225px;height:270px;padding:18px}.visual-screen strong{font-size:27px}.float-card{min-width:155px}.float-card--one{top:15px;left:0}.float-card--two{right:0;bottom:5px}
  .trust-grid{grid-template-columns:1fr 1fr}.trust-item{padding:15px 9px}.trust-item b{font-size:20px}
  .section-heading h2,.split-copy h2,.closing-copy h2{font-size:34px}
  .outcome-grid,.capability-grid,.ideal-grid,.related-grid{grid-template-columns:1fr}.outcome-card{min-height:220px}.outcome-icon{margin-bottom:30px}
  .process-grid{grid-template-columns:1fr}.process-step,.process-step:nth-child(3){padding:22px 20px;border-left:1px solid var(--line);border-bottom:1px solid var(--line)}.process-step>span{margin-bottom:20px}
  .board-metrics{grid-template-columns:1fr}.board-metrics div{padding:13px}.board-chart{height:115px}
  .contact-card{padding:22px 18px;grid-template-columns:1fr}.contact-card label.full,.contact-card button{grid-column:auto}
  .related-heading{align-items:flex-start;flex-direction:column;gap:10px}
  .footer-grid{grid-template-columns:1fr;gap:30px}.footer-about{grid-column:auto}.footer-bottom{align-items:flex-start;flex-direction:column;justify-content:center;gap:6px;padding-block:15px}
}

@media (prefers-reduced-motion: reduce) {
  *,*::before,*::after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important}
}

/* Privacy policy */
.legal-page { background: var(--surface); }
.legal-hero { padding: 78px 0 72px; color: #fff; background: linear-gradient(115deg,var(--navy),var(--navy-soft)); }
.legal-hero h1 { max-width: 850px; margin: 13px 0 17px; font-size: clamp(44px,5vw,68px); line-height: 1; letter-spacing: -.05em; }
.legal-hero > .container > p { max-width: 820px; margin: 0; color: rgba(255,255,255,.73); font-size: 17px; }
.legal-meta { display: grid; max-width: 900px; margin-top: 36px; grid-template-columns: repeat(3,1fr); }
.legal-meta span { display: grid; padding: 14px 20px; border-right: 1px solid rgba(255,255,255,.15); color: rgba(255,255,255,.77); font-size: 12px; }
.legal-meta span:first-child { border-left: 1px solid rgba(255,255,255,.15); }
.legal-meta b { margin-bottom: 4px; color: var(--gold-light); font-size: 8px; letter-spacing: .12em; text-transform: uppercase; }
.legal-section { padding: 70px 0 95px; }
.legal-layout { display: grid; grid-template-columns: 245px minmax(0,1fr); gap: 65px; align-items: start; }
.legal-nav { position: sticky; top: 125px; display: grid; padding: 22px; background: #fff; border: 1px solid var(--line); border-radius: 15px; box-shadow: 0 9px 27px rgba(21,35,61,.06); }
.legal-nav strong { padding: 0 8px 12px; color: var(--gold); font-size: 10px; letter-spacing: .13em; text-transform: uppercase; }
.legal-nav a { padding: 9px 8px; color: #626b78; border-top: 1px solid #edf0f2; font-size: 11px; font-weight: 700; }
.legal-nav a:hover { color: var(--gold); }
.legal-content { min-width: 0; }
.legal-content > section { padding: 42px 0; border-bottom: 1px solid #d4dae0; }
.legal-content > section:first-of-type { padding-top: 25px; }
.legal-content h2 { margin: 7px 0 17px; color: var(--navy); font-size: 31px; line-height: 1.1; letter-spacing: -.035em; }
.legal-content p { color: #555f6c; font-size: 14px; line-height: 1.72; }
.legal-content p a { color: var(--navy); font-weight: 800; text-decoration: underline; }
.legal-number { color: var(--gold); font-size: 10px; font-weight: 900; letter-spacing: .15em; }
.legal-notice { padding: 23px 26px; color: #fff; background: var(--navy); border-radius: 14px; }
.legal-notice b { color: var(--gold-light); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.legal-notice p { margin: 7px 0 0; color: rgba(255,255,255,.74); }
.legal-contact-grid { display: grid; margin: 25px 0; grid-template-columns: 1fr 1fr; gap: 13px; }
.legal-contact-grid a { display: grid; padding: 18px; background: #fff; border: 1px solid var(--line); border-radius: 11px; }
.legal-contact-grid b { color: var(--gold); font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.legal-contact-grid span { margin-top: 4px; color: var(--navy); font-size: 14px; font-weight: 800; }
.legal-card-grid { display: grid; margin: 27px 0; grid-template-columns: repeat(2,1fr); gap: 13px; }
.legal-card-grid > div { min-height: 145px; padding: 22px; background: #fff; border: 1px solid var(--line); border-radius: 12px; }
.legal-card-grid b { color: var(--navy); font-size: 15px; }
.legal-card-grid p { margin: 8px 0 0; font-size: 12px; }
.legal-table-wrap { margin: 26px 0; overflow-x: auto; background: #fff; border: 1px solid var(--line); border-radius: 12px; }
.legal-table-wrap table { width: 100%; min-width: 720px; border-collapse: collapse; font-size: 11px; }
.legal-table-wrap th { padding: 14px 17px; color: #fff; background: var(--navy); font-size: 9px; letter-spacing: .08em; text-align: left; text-transform: uppercase; }
.legal-table-wrap td { padding: 15px 17px; color: #505a67; border-bottom: 1px solid var(--line); vertical-align: top; }
.legal-table-wrap tr:last-child td { border-bottom: 0; }
.legal-list { display: grid; margin: 22px 0; padding: 0; list-style: none; gap: 11px; }
.legal-list li { position: relative; padding-left: 27px; color: #555f6c; font-size: 13px; line-height: 1.6; }
.legal-list li::before { position: absolute; top: 3px; left: 0; display: grid; width: 17px; height: 17px; color: #fff; content: "✓"; background: var(--gold); border-radius: 50%; font-size: 9px; place-items: center; }
.rights-grid { display: grid; margin: 25px 0; grid-template-columns: repeat(2,1fr); gap: 12px; }
.rights-grid > div { padding: 20px; background: #fff; border: 1px solid var(--line); border-radius: 11px; }
.rights-grid b { color: var(--navy); font-size: 14px; }
.rights-grid p { margin: 7px 0 0; font-size: 11px; }
.authority-card { display: grid; padding: 22px; background: var(--accent-soft); border-left: 4px solid var(--gold); border-radius: 0 11px 11px 0; }
.authority-card b { color: var(--navy); }.authority-card span{margin-top:5px;color:#5e6773;font-size:12px}.authority-card a{width:max-content;margin-top:6px;color:var(--navy);font-weight:900;text-decoration:underline}
.cookie-types { display: grid; margin: 24px 0; grid-template-columns: repeat(3,1fr); gap: 12px; }
.cookie-types div { padding: 19px; background: #fff; border: 1px solid var(--line); border-radius: 11px; }
.cookie-types b { display: block; color: var(--navy); font-size: 13px; }
.cookie-types span { display: block; margin-top: 7px; color: #626c78; font-size: 10px; line-height: 1.55; }
.legal-cookie-settings { min-height: 44px; margin: 0 0 18px; padding: 10px 18px; color: #fff; background: var(--navy); border: 0; border-radius: 8px; font-weight: 900; }
.legal-cookie-settings:hover { background: var(--gold); }
.legal-cta { display: grid; margin-top: 45px; padding: 35px; color: #fff; background: linear-gradient(120deg,var(--navy),var(--navy-soft)); border-radius: 17px; grid-template-columns: 1fr auto; align-items: center; gap: 30px; }
.legal-cta span { color: var(--gold-light); font-size: 9px; font-weight: 900; letter-spacing: .14em; }
.legal-cta h2 { max-width: 570px; margin: 8px 0 0; color: #fff; font-size: 27px; }
.legal-cta > div:last-child { display: grid; gap: 9px; }
.legal-outline { color: #fff; border-color: rgba(255,255,255,.45); }

@media (max-width: 850px) {
  .legal-meta { grid-template-columns: 1fr; }
  .legal-meta span,.legal-meta span:first-child { border-right: 0; border-left: 0; border-bottom: 1px solid rgba(255,255,255,.15); }
  .legal-layout { grid-template-columns: 1fr; gap: 28px; }
  .legal-nav { position: static; grid-template-columns: 1fr 1fr; }
  .legal-nav strong { grid-column: 1/-1; }
  .legal-card-grid,.rights-grid { grid-template-columns: 1fr; }
  .cookie-types { grid-template-columns: 1fr; }
}

@media (max-width: 520px) {
  .legal-hero { padding: 55px 0; }
  .legal-hero h1 { font-size: 40px; }
  .legal-nav { grid-template-columns: 1fr; }
  .legal-nav strong { grid-column: auto; }
  .legal-contact-grid { grid-template-columns: 1fr; }
  .legal-content h2 { font-size: 27px; }
  .legal-cta { padding: 27px 21px; grid-template-columns: 1fr; }
  .legal-cta > div:last-child { width: 100%; }
  .legal-cta .button { width: 100%; }
}
