/* Ganttora Privacy Policy — standalone light page */

:root {
  --gt-bg: #f4f8f5;
  --gt-bg-elevated: #ffffff;
  --gt-text: #1b2b41;
  --gt-text-muted: #5a6578;
  --gt-border: rgba(27, 43, 65, 0.1);
  --gt-accent: #108542;
  --gt-accent-light: #149652;
  --gt-accent-soft: rgba(16, 133, 66, 0.08);
  --gt-max-width: 820px;
  --gt-radius: 12px;
  --gt-font: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--gt-font);
  font-size: 1rem;
  line-height: 1.65;
  color: var(--gt-text);
  background: var(--gt-bg);
}

a {
  color: var(--gt-accent);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.15em;
}

a:hover {
  color: var(--gt-accent-light);
}

.skip-link {
  position: absolute;
  top: -100%;
  left: 1rem;
  z-index: 100;
  padding: 0.5rem 1rem;
  background: var(--gt-accent);
  color: #fff;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
}

.skip-link:focus {
  top: 1rem;
}

.gt-header {
  border-bottom: 1px solid var(--gt-border);
  background: var(--gt-bg-elevated);
}

.gt-header__inner {
  max-width: var(--gt-max-width);
  margin-inline: auto;
  padding: 1rem 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.gt-header__logo img {
  display: block;
  height: 32px;
  width: auto;
}

.gt-header__nav {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.gt-header__lang,
.gt-header__back {
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
}

.gt-header__lang {
  color: var(--gt-accent);
}

.gt-header__back {
  color: var(--gt-text-muted);
}

.gt-header__back:hover {
  color: var(--gt-accent);
}

.gt-main {
  max-width: var(--gt-max-width);
  margin-inline: auto;
  padding: clamp(2rem, 5vw, 3rem) 1.25rem 4rem;
}

.gt-hero {
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid var(--gt-border);
}

.gt-hero__brand {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.gt-hero__logo {
  display: block;
  width: 72px;
  height: 72px;
  flex-shrink: 0;
}

.gt-hero__app {
  margin: 0;
  font-size: 1.375rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--gt-text);
}

.gt-hero__by {
  margin: 0.125rem 0 0;
  font-size: 0.875rem;
  color: var(--gt-text-muted);
}

.gt-hero__title {
  margin: 0 0 0.75rem;
  font-size: clamp(1.5rem, 4vw, 1.875rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.gt-meta {
  margin: 0;
  font-size: 0.875rem;
  color: var(--gt-text-muted);
}

.gt-intro {
  margin-bottom: 2.5rem;
  padding: 1.25rem 1.5rem;
  background: var(--gt-bg-elevated);
  border: 1px solid var(--gt-border);
  border-left: 4px solid var(--gt-accent);
  border-radius: var(--gt-radius);
}

.gt-intro p {
  margin: 0 0 0.625rem;
}

.gt-intro p:last-child {
  margin-bottom: 0;
}

.gt-section {
  margin-bottom: 2rem;
}

.gt-section h2 {
  margin: 0 0 0.75rem;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: var(--gt-text);
}

.gt-section p {
  margin: 0 0 0.75rem;
}

.gt-section p:last-child {
  margin-bottom: 0;
}

.gt-section ul {
  margin: 0 0 0.75rem;
  padding-left: 1.25rem;
}

.gt-section li {
  margin-bottom: 0.375rem;
}

.gt-section li:last-child {
  margin-bottom: 0;
}

.gt-contact {
  margin-top: 2.5rem;
  padding-top: 2rem;
  border-top: 1px solid var(--gt-border);
}

.gt-contact a {
  font-weight: 600;
}

.gt-footer {
  max-width: var(--gt-max-width);
  margin-inline: auto;
  padding: 1.5rem 1.25rem 2.5rem;
  font-size: 0.8125rem;
  color: var(--gt-text-muted);
  text-align: center;
  border-top: 1px solid var(--gt-border);
}

.gt-footer a {
  color: var(--gt-text-muted);
  font-weight: 600;
}

.gt-footer a:hover {
  color: var(--gt-accent);
}
