@charset "UTF-8";
/* ===== Document Pages Styles (Privacy, Worker-Info, Declaration) ===== */
.privacy-hero,
.worker-hero,
.declaration-hero {
  max-height: 362px;
  min-height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.privacy-hero-title,
.worker-hero-title,
.declaration-hero-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  margin: 0;
}

.privacy-hero-title .hero-subtitle,
.worker-hero-title .hero-subtitle,
.declaration-hero-title .hero-subtitle {
  font-size: clamp(0.875rem, 1.5vw, 1rem);
  font-weight: bold;
  color: rgba(255, 255, 255, 0.9);
  letter-spacing: 0.1em;
}

.privacy-hero-title .hero-main,
.worker-hero-title .hero-main,
.declaration-hero-title .hero-main {
  font-size: clamp(2.5rem, 7vw, 4rem);
  font-weight: 900;
  color: white;
  letter-spacing: 0.05em;
  line-height: 1.1;
}

/* Content Section */
.privacy-content-section,
.worker-content-section,
.declaration-content-section {
  padding: 80px 0 100px;
  background: var(--background);
}

.privacy-document,
.worker-document,
.declaration-document {
  max-width: 900px;
  margin: 0 auto;
  background: white;
  border-radius: 16px;
  padding: 60px;
  -webkit-box-shadow: 0 2px 16px rgba(0, 0, 0, 0.06);
          box-shadow: 0 2px 16px rgba(0, 0, 0, 0.06);
}

@media (max-width: 768px) {
  .privacy-content-section,
  .worker-content-section,
  .declaration-content-section {
    padding: 80px 0 0px;
    background: var(--background);
  }
  .privacy-document,
  .worker-document,
  .declaration-document {
    padding: 36px 0px;
    background: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    font-size: 14px;
  }
  .privacy-document .doc-heading,
  .privacy-document .doc-text,
  .privacy-document .doc-list li,
  .privacy-document .doc-contact p,
  .privacy-document .doc-footer p,
  .privacy-document .doc-table th,
  .privacy-document .doc-table td,
  .privacy-document .doc-emphasis p,
  .privacy-document .doc-intro p,
  .worker-document .doc-heading,
  .worker-document .doc-text,
  .worker-document .doc-list li,
  .worker-document .doc-contact p,
  .worker-document .doc-footer p,
  .worker-document .doc-table th,
  .worker-document .doc-table td,
  .worker-document .doc-emphasis p,
  .worker-document .doc-intro p,
  .declaration-document .doc-heading,
  .declaration-document .doc-text,
  .declaration-document .doc-list li,
  .declaration-document .doc-contact p,
  .declaration-document .doc-footer p,
  .declaration-document .doc-table th,
  .declaration-document .doc-table td,
  .declaration-document .doc-emphasis p,
  .declaration-document .doc-intro p {
    font-size: 14px;
  }
  .doc-intro {
    padding: 10px;
  }
}

.doc-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 40px;
  padding-bottom: 24px;
  border-bottom: 2px solid var(--border);
}

.doc-date {
  font-size: 0.9375rem;
  color: #000;
  margin: 0;
  font-weight: bold;
}

.doc-intro {
  margin-bottom: 48px;
  padding: 24px;
  background: #f8f9fa;
  border-radius: 12px;
  border-left: 4px solid var(--primary);
}

@media (max-width: 768px) {
  .doc-intro {
    padding: 10px;
  }
}

.doc-intro p {
  font-size: 1rem;
  line-height: 1.9;
  color: #000;
  font-weight: bold;
  margin: 0;
}

.doc-section {
  margin-bottom: 48px;
}

.doc-section:last-of-type {
  margin-bottom: 32px;
}

.doc-heading {
  font-size: clamp(1.25rem, 2.5vw, 1.5rem);
  font-weight: 700;
  color: #000;
  margin: 0 0 20px;
  padding-bottom: 12px;
  border-bottom: 2px solid var(--primary);
}

.doc-text {
  font-size: 1rem;
  line-height: 1.9;
  color: #000;
  font-weight: bold;
  margin: 0 0 16px;
}

.doc-list {
  list-style: none;
  padding: 0;
  margin: 16px 0;
  display: -ms-grid;
  display: grid;
  gap: 12px;
}

.doc-list li {
  font-size: 1rem;
  line-height: 1.8;
  color: #000;
  font-weight: bold;
  padding-left: 28px;
  position: relative;
}

.doc-list li::before {
  content: '•';
  position: absolute;
  left: 8px;
  color: var(--primary);
  font-weight: 700;
  font-size: 1.25rem;
}

.doc-contact {
  margin-top: 20px;
  padding: 24px;
  background: #f8f9fa;
  border-radius: 12px;
}

.doc-contact p {
  font-size: 0.9375rem;
  line-height: 1.8;
  color: #000;
  font-weight: bold;
  margin: 0 0 8px;
}

.doc-contact p:last-child {
  margin-bottom: 0;
}

.doc-contact p strong {
  font-weight: 700;
  font-size: 1rem;
  color: var(--primary);
}

.doc-footer {
  text-align: right;
  margin-top: 48px;
  padding-top: 24px;
  border-top: 1px solid var(--border);
}

.doc-footer p {
  font-size: 0.9375rem;
  color: #000;
  font-weight: bold;
  margin: 0;
}

/* Table styles for worker-info */
.doc-table {
  width: 100%;
  border-collapse: collapse;
  margin: 24px 0;
  background: white;
  border: 1px solid var(--border);
  border-radius: 8px;
  overflow: hidden;
}

.doc-table th, .doc-table td {
  padding: 16px;
  text-align: left;
  border-bottom: 1px solid var(--border);
}

.doc-table th {
  background: #f8f9fa;
  font-weight: 700;
  color: #000;
  font-size: 0.9375rem;
}

.doc-table td {
  font-size: 0.9375rem;
  color: #000;
  font-weight: bold;
}

.doc-table tr:last-child th, .doc-table tr:last-child td {
  border-bottom: none;
}

@media (max-width: 768px) {
  .doc-table {
    font-size: 0.875rem;
  }
  .doc-table th, .doc-table td {
    padding: 12px 8px;
  }
}

/* Emphasis box */
.doc-emphasis {
  padding: 24px;
  background: linear-gradient(135deg, #e3f2fd 0%, #f3e5f5 100%);
  border-radius: 12px;
  border-left: 4px solid var(--primary);
  margin: 24px 0;
}

.doc-emphasis p {
  font-size: 1.0625rem;
  line-height: 1.8;
  color: #000;
  margin: 0;
  font-weight: bold;
}

/* Recruit Banner Section */
.recruit-banner {
  position: relative;
  height: auto;
  border-radius: 24px;
  overflow: hidden;
  display: -ms-grid;
  display: grid;
  place-items: center;
  -webkit-box-shadow: 0 16px 48px rgba(0, 0, 0, 0.15);
          box-shadow: 0 16px 48px rgba(0, 0, 0, 0.15);
}

@media (max-width: 768px) {
  .recruit-banner {
    border-radius: 16px;
    min-height: 300px;
  }
}

.recruit-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.recruit-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.recruit-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(30, 58, 138, 0.92) 0%, rgba(59, 130, 246, 0.88) 50%, rgba(37, 99, 235, 0.9) 100%);
  z-index: 1;
}

.recruit-content {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  text-align: center;
  padding: 48px;
}

@media (max-width: 768px) {
  .recruit-content {
    padding: 32px 24px;
    gap: 20px;
  }
}

.recruit-title {
  font-size: clamp(3rem, 8vw, 5rem);
  font-weight: 900;
  color: white;
  margin: 0;
  letter-spacing: 0.05em;
  text-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.recruit-sub {
  font-size: clamp(1.125rem, 2.5vw, 1.5rem);
  color: rgba(255, 255, 255, 0.95);
  font-weight: 600;
  margin: 0 0 8px;
  letter-spacing: 0.1em;
}

.recruit-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 16px;
}

@media (max-width: 640px) {
  .recruit-actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    max-width: 320px;
  }
}

.recruit-actions .btn {
  padding: 18px 40px;
  font-size: 1rem;
  font-weight: bold;
  border-radius: 60px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  white-space: nowrap;
}

@media (max-width: 640px) {
  .recruit-actions .btn {
    width: 100%;
    padding: 20px 32px;
  }
}

.recruit-actions .btn.primary {
  background: white;
  color: var(--primary);
  -webkit-box-shadow: 0 8px 24px rgba(255, 255, 255, 0.3);
          box-shadow: 0 8px 24px rgba(255, 255, 255, 0.3);
}

.recruit-actions .btn.primary:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 12px 32px rgba(255, 255, 255, 0.4);
          box-shadow: 0 12px 32px rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.95);
}

.recruit-actions .btn.outline {
  background: transparent;
  color: white;
  border: 2px solid white;
}

.recruit-actions .btn.outline:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.1);
  -webkit-box-shadow: 0 8px 24px rgba(255, 255, 255, 0.2);
          box-shadow: 0 8px 24px rgba(255, 255, 255, 0.2);
}

.recruit-actions .btn.pill {
  border-radius: 60px;
}

.recruit-actions .btn.lg {
  padding: 18px 40px;
  font-size: 1rem;
}

@media (max-width: 640px) {
  .recruit-actions .btn.lg {
    padding: 20px 32px;
  }
}
/*# sourceMappingURL=privacy.css.map */