:root {
  --ink: #3f3f3f;
  --muted: #757575;
  --logo-gray: #757575;
  --paper: #ffffff;
  --mist: #faf6f6;
  --line: #dedede;
  --orange: #e4ad55;
  --red: #9c2024;
  --red-deep: #7f191d;
  --red-dark: #671317;
  --deep: #666666;
  --deep-2: #505050;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "DM Sans", Arial, sans-serif; font-size: 16px; line-height: 1.6; }
a { color: inherit; }
img { max-width: 100%; }
.skip-link { position: fixed; top: -5rem; left: 1rem; z-index: 99; background: var(--ink); color: #fff; padding: .7rem 1rem; }
.skip-link:focus { top: 1rem; }

.site-header { height: 92px; max-width: var(--max); margin: 0 auto; padding: 0 24px; display: flex; align-items: center; justify-content: space-between; gap: 32px; border-bottom: 2px solid var(--red); }
.brand { display: flex; align-items: center; }
.brand img { width: 132px; height: auto; display: block; }
.registered-mark { align-self: flex-start; margin: 7px 0 0 3px; color: var(--red); font: 600 .76rem/1 Manrope, Arial, sans-serif; }
.desktop-nav { display: flex; gap: 32px; margin-left: auto; }
.desktop-nav a { font-size: .9rem; text-decoration: none; color: var(--logo-gray); }
.desktop-nav a:hover, .desktop-nav a:focus-visible { color: var(--red); }
.header-cta { text-decoration: none; border: 1px solid var(--red); color: var(--red); padding: 10px 18px; font-size: .88rem; font-weight: 600; }
.header-cta:hover, .header-cta:focus-visible { background: var(--red); color: #fff; }

.hero { max-width: var(--max); margin: 0 auto; padding: 92px 24px 80px; }
.hero-copy { max-width: 970px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 22px; text-transform: uppercase; letter-spacing: .16em; font-size: .75rem; font-weight: 600; color: var(--red); }
.eyebrow span { width: 36px; height: 2px; background: linear-gradient(90deg, var(--orange), var(--red)); }
.eyebrow.light { color: var(--orange); }
.hero h1, .section-heading h2, .rights h2, .contact h2 { margin: 0; font-family: Manrope, Arial, sans-serif; font-weight: 600; letter-spacing: -.045em; line-height: 1.08; }
.hero h1 { font-size: clamp(2.9rem, 6.4vw, 5.7rem); }
.hero h1 em { color: var(--red); font-style: normal; font-weight: 500; }
.hero-intro { max-width: 760px; margin: 30px 0 58px; font-size: 1.16rem; color: var(--muted); }
.audience-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.audience-card { position: relative; min-height: 330px; padding: 28px 30px; display: flex; flex-direction: column; justify-content: space-between; text-decoration: none; overflow: hidden; transition: transform .25s ease; }
.audience-card:hover { transform: translateY(-4px); }
.org-card { color: #fff; background: linear-gradient(145deg, var(--red) 0%, var(--red-deep) 100%); }
.people-card { background: #f4f4f4; border: 1px solid #e2e2e2; }
.org-card::after, .people-card::after { content: ""; position: absolute; width: 210px; height: 210px; right: -70px; top: -70px; border-radius: 50%; border: 1px solid rgba(255,255,255,.16); box-shadow: 0 0 0 36px rgba(255,255,255,.035), 0 0 0 72px rgba(255,255,255,.025); }
.people-card::after { border-color: rgba(168,60,50,.16); box-shadow: 0 0 0 36px rgba(168,60,50,.04), 0 0 0 72px rgba(168,60,50,.025); }
.card-number { position: relative; z-index: 1; align-self: flex-end; font: 600 clamp(2.35rem, 4vw, 3.35rem)/.9 Manrope, sans-serif; font-variant-numeric: tabular-nums; letter-spacing: -.06em; opacity: .76; }
.people-card .card-number { color: var(--red); opacity: .7; }
.card-label { margin: 0 0 10px; font-size: .76rem; letter-spacing: .14em; text-transform: uppercase; color: var(--orange); }
.people-card .card-label { color: var(--red); }
.audience-card h2 { max-width: 450px; margin: 0 0 16px; font: 600 clamp(1.7rem, 3vw, 2.45rem)/1.15 Manrope, sans-serif; letter-spacing: -.035em; }
.audience-card p:last-child { margin: 0; font-size: .9rem; opacity: .72; }
.card-link { font-size: .9rem; font-weight: 600; }
.card-link span { margin-left: 5px; color: var(--orange); }

.service-section, .method, .contact { padding: 112px max(24px, calc((100vw - var(--max)) / 2 + 24px)); }
.organizations { background: var(--mist); }
.section-heading { display: grid; grid-template-columns: 1fr 1.5fr 1fr; gap: 50px; align-items: start; margin-bottom: 62px; }
.section-heading .eyebrow { margin-top: 10px; }
.section-heading h2 { font-size: clamp(2.2rem, 4vw, 3.65rem); }
.section-heading > p:last-child { margin: 9px 0 0; color: var(--muted); }
.featured-service { display: grid; grid-template-columns: .82fr 1.18fr; background: #fff; border-top: 4px solid var(--red); }
.feature-mark { min-height: 510px; display: grid; place-items: center; position: relative; color: #fff; background: linear-gradient(145deg, var(--red) 0%, var(--red-dark) 100%); overflow: hidden; }
.data-cloud { position: absolute; inset: 0; }
.data-cloud::before { content: ""; position: absolute; left: 50%; top: 50%; width: 280px; height: 280px; border: 1px solid rgba(228,173,85,.38); border-radius: 50%; transform: translate(-50%,-50%); box-shadow: 0 0 0 48px rgba(228,173,85,.08), 0 0 0 96px rgba(255,255,255,.035); }
.cloud-core { position: absolute; z-index: 2; left: 50%; top: 50%; width: 190px; height: 190px; border: 1px solid rgba(228,173,85,.7); border-radius: 50%; transform: translate(-50%,-50%); display: grid; place-content: center; text-align: center; background: rgba(103,19,23,.82); box-shadow: 0 18px 45px rgba(0,0,0,.18); }
.cloud-core span { display: block; max-width: 132px; margin-inline: auto; color: #fff; white-space: nowrap; text-align: center; }
.cloud-core span:first-child { font: 500 clamp(2.5rem, 5vw, 4rem)/.9 Manrope, sans-serif; letter-spacing: -.06em; }
.cloud-core span:last-child { margin-top: 10px; color: #fff; font: 500 clamp(1.12rem, 2.1vw, 1.78rem)/1 Manrope, sans-serif; letter-spacing: -.025em; text-transform: none; }
.cloud-word { position: absolute; z-index: 3; color: rgba(255,255,255,.82); font: 600 .78rem/1 Manrope, sans-serif; letter-spacing: .09em; text-transform: uppercase; white-space: nowrap; }
.cloud-word-1 { left: 50%; top: 7%; color: var(--orange); font-size: .86rem; transform: translateX(-50%); }
.cloud-word-2 { left: 12%; top: 19%; font-size: 1.08rem; }
.cloud-word-3 { right: 9%; top: 18%; color: #f3c986; font-size: .98rem; }
.cloud-word-4 { left: 7%; top: 46%; color: #f3c986; font-size: 1.1rem; }
.cloud-word-5 { right: 5%; top: 43%; font-size: .9rem; }
.cloud-word-6 { left: 8%; bottom: 25%; font-size: .9rem; }
.cloud-word-7 { right: 5%; bottom: 27%; color: #f3c986; font-size: .82rem; }
.cloud-word-8 { left: 10%; bottom: 10%; color: #f3c986; font-size: .72rem; }
.cloud-word-9 { right: 10%; bottom: 11%; font-size: .82rem; }
.cloud-word-10 { left: 50%; bottom: 3%; color: rgba(255,255,255,.62); font-size: .68rem; transform: translateX(-50%); }
.feature-content { padding: 54px 58px; }
.priority-label { margin: 0 0 14px; color: var(--red); text-transform: uppercase; letter-spacing: .15em; font-size: .75rem; font-weight: 600; }
.feature-content h3, .mediation-feature h3 { margin: 0 0 18px; font: 600 clamp(2rem, 3.5vw, 3.25rem)/1.1 Manrope, sans-serif; letter-spacing: -.04em; }
.feature-content > p:not(.priority-label) { color: var(--muted); margin: 0 0 30px; }
.feature-list { list-style: none; padding: 0; margin: 0; border-top: 1px solid var(--line); }
.feature-list li { display: grid; grid-template-columns: 155px 1fr; gap: 22px; padding: 16px 0; border-bottom: 1px solid var(--line); }
.feature-list strong { font-size: .92rem; }
.feature-list span { color: var(--muted); font-size: .91rem; }
.secondary-services { display: grid; grid-template-columns: repeat(3,1fr); margin-top: 18px; background: #fff; }
.secondary-services article { padding: 34px; border-right: 1px solid var(--line); }
.secondary-services article:last-child { border-right: 0; }
.service-index { color: var(--orange); font: 600 .75rem Manrope, sans-serif; }
.secondary-services .service-index { display: block; font: 700 2.5rem/.9 Manrope, sans-serif; letter-spacing: -.04em; }
.secondary-services h3, .people-services h3, .method h3 { margin: 50px 0 12px; font: 600 1.25rem Manrope, sans-serif; letter-spacing: -.02em; }
.secondary-services p, .people-services p, .method p { margin: 0; color: var(--muted); font-size: .94rem; }

.persons { color: #fff; background: linear-gradient(135deg, var(--red) 0 72%, var(--red-deep) 72%); }
.persons .section-heading > p:last-child { color: #f5f5f5; }
.people-layout { display: grid; grid-template-columns: 1.1fr .9fr; gap: 18px; }
.mediation-feature { min-height: 520px; padding: 52px; background: #fff; color: var(--ink); position: relative; overflow: hidden; border-top: 4px solid var(--orange); }
.mediation-feature > p:not(.priority-label) { max-width: 580px; color: var(--muted); font-size: 1.04rem; }
.mediation-icon { min-height: 138px; width: 100%; display: grid; place-items: center; margin: 36px 0 30px; }
.mediation-icon img { width: 150px; height: auto; display: block; }
.mediation-values { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 32px; }
.mediation-values span { border: 1px solid var(--line); padding: 7px 13px; font-size: .78rem; }
.people-services { display: grid; grid-template-rows: 1fr 1fr; gap: 18px; }
.people-services article { padding: 40px; background: var(--red-dark); border-left: 4px solid var(--orange); display: grid; grid-template-columns: 76px 1fr; gap: 18px; align-content: center; }
.people-services .service-index { align-self: start; font: 700 2.5rem/.9 Manrope, sans-serif; letter-spacing: -.04em; }
.people-services h3 { margin: 0 0 12px; color: #fff; font-size: 1.45rem; }
.people-services p { color: #f5f5f5; }

.method { background: #fff; display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; }
.section-heading.compact { display: block; margin: 0; }
.method-steps { list-style: none; margin: 0; padding: 0; }
.method-steps li { display: grid; grid-template-columns: 58px 1fr; gap: 26px; padding: 28px 0; border-top: 1px solid var(--line); }
.method-steps li:last-child { border-bottom: 1px solid var(--line); }
.method-steps > li > span { color: var(--red); font: 600 .76rem Manrope, sans-serif; }
.method h3 { margin: -3px 0 7px; font-size: 1.3rem; }

.rights { max-width: var(--max); margin: 0 auto; padding: 112px 24px; display: grid; grid-template-columns: .82fr 1.18fr; gap: 74px; align-items: start; }
.rights h2 { font-size: clamp(2.35rem, 4.4vw, 4rem); }
.rights-intro > p:not(.eyebrow) { margin: 28px 0 0; color: var(--muted); font-size: 1.05rem; }
.privacy-points { list-style: none; margin: 34px 0 0; padding: 0; }
.privacy-points li { position: relative; padding: 15px 0 15px 30px; border-top: 1px solid var(--line); color: var(--muted); font-size: .91rem; }
.privacy-points li:last-child { border-bottom: 1px solid var(--line); }
.privacy-points li::before { content: ""; position: absolute; left: 2px; top: 23px; width: 8px; height: 8px; border: 2px solid var(--red); border-radius: 50%; }
.rights-panel { min-height: 590px; border-top: 4px solid var(--red); background: var(--mist); padding: 42px; }
.rights-form { display: grid; gap: 22px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-field { display: grid; gap: 8px; }
.form-field label { font: 600 .88rem Manrope, Arial, sans-serif; }
.form-field input, .form-field select, .form-field textarea { width: 100%; border: 1px solid #cfcfcf; border-radius: 0; background: #fff; color: var(--ink); font: inherit; font-size: 1rem; padding: 12px 14px; }
.form-field input, .form-field select { min-height: 49px; }
.form-field textarea { resize: vertical; }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { outline: 2px solid var(--orange); outline-offset: 1px; border-color: var(--red); }
.form-honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.form-consent { display: grid; grid-template-columns: auto 1fr; gap: 11px; align-items: start; color: var(--muted); font-size: .86rem; }
.form-consent input { width: 18px; height: 18px; margin-top: 2px; accent-color: var(--red); }
.form-submit { min-height: 52px; border: 0; background: var(--red); color: #fff; padding: 13px 20px; display: flex; justify-content: space-between; align-items: center; font: 600 .95rem Manrope, Arial, sans-serif; cursor: pointer; }
.form-submit:hover, .form-submit:focus-visible { background: var(--red-deep); }
.form-submit span { color: var(--orange); font-size: 1.35rem; }
.form-note { margin: -8px 0 0; color: var(--muted); font-size: .78rem; }
.rights-status { padding: 70px 10px; }
.status-mark { width: 48px; height: 48px; display: grid; place-items: center; background: var(--red); color: #fff; font-size: 1.35rem; }
.rights-status h3 { margin: 26px 0 12px; font: 600 2rem Manrope, Arial, sans-serif; }
.rights-status > p { color: var(--muted); }
.request-code { margin-top: 24px; background: #fff; padding: 12px 14px; font-family: monospace; }
.rights-status button { margin-top: 18px; border: 1px solid var(--red); background: transparent; color: var(--red); padding: 10px 16px; font: 600 .88rem Manrope, Arial, sans-serif; cursor: pointer; }

.contact { color: #fff; background: linear-gradient(135deg, var(--red) 0 68%, var(--red-deep) 68%); }
.contact-copy { display: grid; grid-template-columns: 1.4fr .6fr; gap: 80px; align-items: end; }
.contact h2 { max-width: 820px; font-size: clamp(2.5rem, 5vw, 4.8rem); }
.contact-copy p { margin: 0 0 8px; color: #f5f5f5; }
.contact-details { margin-top: 48px; padding: 26px; display: grid; grid-template-columns: 1.4fr .7fr .85fr .85fr; gap: 30px; border: 1px solid rgba(255,255,255,.28); background: rgba(255,255,255,.08); font-style: normal; }
.contact-details div { display: grid; align-content: start; gap: 8px; }
.contact-details span { color: var(--orange); text-transform: uppercase; letter-spacing: .14em; font-size: .72rem; }
.contact-details strong { font-weight: 500; line-height: 1.65; }
.contact-details a { text-decoration: none; }
.contact-details a:hover, .contact-details a:focus-visible { text-decoration: underline; }
.whatsapp-link { width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.5); color: #fff; transition: background-color .2s ease, color .2s ease, border-color .2s ease; }
.whatsapp-link svg { width: 25px; height: 25px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.contact-details .whatsapp-link:hover, .contact-details .whatsapp-link:focus-visible { background: #fff; border-color: #fff; color: var(--red); text-decoration: none; }
.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

footer { max-width: var(--max); margin: 0 auto; padding: 40px 24px; display: grid; grid-template-columns: 1fr 1fr auto; gap: 28px; align-items: center; color: var(--muted); font-size: .84rem; }
footer img { width: 112px; }
.footer-brand { display: flex; align-items: flex-start; width: max-content; }
.footer-brand .registered-mark { margin-top: 5px; font-size: .68rem; }

@media (max-width: 900px) {
  .desktop-nav { display: none; }
  .audience-grid, .featured-service, .people-layout, .method, .rights, .contact-copy { grid-template-columns: 1fr; }
  .section-heading { grid-template-columns: 1fr; gap: 16px; }
  .section-heading .eyebrow { margin: 0 0 8px; }
  .featured-service { grid-template-columns: .7fr 1fr; }
  .people-layout { grid-template-columns: 1fr; }
  .method { gap: 48px; }
  .rights { gap: 48px; }
  .contact-copy { gap: 28px; }
  .contact-details { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 680px) {
  .site-header { height: 78px; }
  .brand img { width: 112px; }
  .header-cta { padding: 8px 13px; }
  .hero { padding-top: 64px; }
  .hero h1 br { display: none; }
  .audience-grid, .featured-service, .secondary-services, .form-grid, .contact-details { grid-template-columns: 1fr; }
  .audience-card { min-height: 290px; }
  .service-section, .method, .contact { padding-top: 82px; padding-bottom: 82px; }
  .feature-mark { min-height: 350px; }
  .data-cloud::before { width: 210px; height: 210px; box-shadow: 0 0 0 34px rgba(228,173,85,.08), 0 0 0 68px rgba(255,255,255,.035); }
  .cloud-core { width: 142px; height: 142px; }
  .cloud-core span { max-width: 94px; }
  .cloud-core span:first-child { font-size: 2.55rem; }
  .cloud-core span:last-child { margin-top: 8px; font-size: 1.12rem; }
  .cloud-word { font-size: .64rem; letter-spacing: .06em; }
  .cloud-word-2, .cloud-word-4 { font-size: .82rem; }
  .cloud-word-3 { font-size: .74rem; }
  .cloud-word-8, .cloud-word-10 { font-size: .58rem; }
  .feature-content, .mediation-feature { padding: 36px 26px; }
  .rights-panel { min-height: 0; padding: 30px 22px; }
  .feature-list li { grid-template-columns: 1fr; gap: 4px; }
  .secondary-services article { border-right: 0; border-bottom: 1px solid var(--line); }
  .secondary-services .service-index { font-size: 2.1rem; }
  .secondary-services h3 { margin-top: 32px; }
  .people-services article { grid-template-columns: 62px 1fr; padding: 34px 26px; }
  .people-services .service-index { font-size: 2.1rem; }
  footer { grid-template-columns: 1fr; }
  footer p { margin: 0; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .audience-card { transition: none; }
}
