.astrot-legal-page {
  background:
    linear-gradient(180deg, #fbf7ef 0%, #f7f2e9 100%);
  padding: 0 0 48px;
}

.astrot-legal-hero__container,
.astrot-legal-content__container {
  max-width: 1380px;
  margin: 0 auto;
  padding: 0 20px;
}

.astrot-legal-hero {
  padding: 34px 0 18px;
}

.astrot-legal-hero__container {
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  gap: 22px;
  align-items: stretch;
}

.astrot-legal-hero__copy,
.astrot-legal-card {
  background: #fffdf8;
  border: 1px solid rgba(162, 112, 73, .24);
  border-radius: 24px;
  box-shadow: 0 18px 40px rgba(7, 22, 35, 0.07);
}

.astrot-legal-hero__copy {
  padding: 28px 30px;
}

.astrot-legal-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(7, 22, 35, 0.07);
  color: #995b32;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.astrot-legal-hero h1 {
  margin: 18px 0 12px;
  color: #27362d;
  font-size: 42px;
  line-height: 1.05;
  letter-spacing: -.04em;
}

.astrot-legal-hero p {
  margin: 0;
  color: #70665b;
  font-size: 17px;
  line-height: 1.7;
  max-width: 62ch;
}

.astrot-legal-hero__context {
  margin-top: 18px;
}

.astrot-legal-breadcrumbs {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 999px;
  background: #fffaf4;
  border: 1px solid rgba(162, 112, 73, .24);
  color: #70665b;
  font-size: 13px;
  line-height: 1.4;
}

.astrot-legal-breadcrumbs a {
  color: #995b32;
  text-decoration: none;
  font-weight: 700;
}

.astrot-legal-breadcrumbs a:hover,
.astrot-legal-breadcrumbs a:focus {
  text-decoration: underline;
}

.astrot-legal-breadcrumbs__sep {
  color: #b6a58f;
}

.astrot-legal-breadcrumbs__current {
  color: #27362d;
  font-weight: 700;
}

.astrot-legal-hero__meta {
  display: grid;
  gap: 14px;
}

.astrot-legal-card--compact {
  padding: 20px 22px;
  display: grid;
  gap: 6px;
}

.astrot-legal-card__label {
  color: #70665b;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.astrot-legal-card--compact strong {
  color: #27362d;
  font-size: 22px;
  line-height: 1.2;
}

.astrot-legal-card--compact small {
  color: #70665b;
  font-size: 14px;
  line-height: 1.6;
}

.astrot-contact-direct-card {
  grid-template-columns: 74px minmax(0, 1fr);
  align-items: start;
  gap: 18px;
  padding: 22px 24px;
}

.astrot-contact-direct-card__icon {
  width: 74px;
  height: 74px;
  border-radius: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(153, 91, 50, 0.12) 0%, rgba(185, 120, 77, 0.18) 100%);
  color: #995b32;
  font-size: 30px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.6);
}

.astrot-contact-direct-card__body {
  display: grid;
  gap: 4px;
  min-width: 0;
  padding-top: 2px;
}

.astrot-contact-direct-card__body .astrot-legal-card__label {
  margin-bottom: 2px;
}

.astrot-contact-direct-card__body strong {
  display: block;
  color: #27362d;
  font-size: 18px;
  line-height: 1.3;
  word-break: break-word;
}

.astrot-contact-direct-card__body strong a {
  color: inherit;
  text-decoration: none;
}

.astrot-contact-direct-card__body strong a:hover,
.astrot-contact-direct-card__body strong a:focus {
  text-decoration: none;
}

.astrot-contact-direct-card__body small {
  display: block;
  color: #70665b;
  font-size: 14px;
  line-height: 1.55;
}

.astrot-legal-content__container {
  display: block;
}

.astrot-legal-card--content {
  padding: 28px 30px;
}

.astrot-legal-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}

.astrot-legal-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 42px;
  padding: 10px 16px;
  border-radius: 14px;
  background: #995b32;
  color: #ffffff;
  text-decoration: none;
  font-weight: 800;
}

.astrot-legal-action .fa {
  font-size: 14px;
  line-height: 1;
}

.astrot-legal-action:hover,
.astrot-legal-action:focus {
  color: #ffffff;
  text-decoration: none;
  background: #174e6c;
}

.astrot-legal-action--secondary {
  background: #f3ece0;
  color: #995b32;
  border: 1px solid #d8e2e8;
}

.astrot-legal-action--secondary:hover,
.astrot-legal-action--secondary:focus {
  color: #995b32;
  background: #fffdf8;
}

.astrot-legal-richtext {
  color: #1b2f3d;
  font-size: 16px;
  line-height: 1.78;
}

.astrot-legal-richtext > :first-child {
  margin-top: 0 !important;
}

.astrot-legal-richtext h1,
.astrot-legal-richtext h2,
.astrot-legal-richtext h3,
.astrot-legal-richtext h4,
.astrot-legal-richtext h5,
.astrot-legal-richtext h6 {
  margin: 34px 0 14px;
  color: #0f2f44 !important;
  font-family: "Hind Siliguri", sans-serif;
  font-weight: 700;
  letter-spacing: -.02em;
}

.astrot-legal-richtext h2 {
  font-size: 28px;
  line-height: 1.2;
}

.astrot-legal-richtext h3 {
  font-size: 21px;
  line-height: 1.3;
}

.astrot-legal-richtext a {
  color: #995b32;
  text-decoration: underline;
}

.astrot-legal-richtext p {
  margin: 0 0 16px;
}

.astrot-legal-richtext p,
.astrot-legal-richtext li,
.astrot-legal-richtext span,
.astrot-legal-richtext strong {
  color: inherit !important;
}

.astrot-legal-richtext ul,
.astrot-legal-richtext ol {
  margin: 0 0 20px;
  padding-left: 22px;
}

.astrot-legal-richtext li {
  margin-bottom: 10px;
}

.astrot-legal-richtext strong {
  font-weight: 700;
  color: #102b3d !important;
}

.astrot-legal-richtext table {
  width: 100%;
  margin: 22px 0;
  border-collapse: collapse;
  overflow: hidden;
  border: 1px solid rgba(162, 112, 73, .24);
  border-radius: 16px;
  background: #fbfdfe;
}

.astrot-legal-richtext th,
.astrot-legal-richtext td {
  padding: 12px 14px;
  border: 1px solid rgba(162, 112, 73, .24);
  vertical-align: top;
  text-align: left;
}

.astrot-legal-richtext th {
  background: #f3ece0;
  color: #0f2f44;
  font-weight: 700;
}

.astrot-legal-richtext .astrot-legal-dash-item {
  padding-left: 16px;
  position: relative;
}

.astrot-legal-richtext .astrot-legal-dash-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: .82em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #d4a85c;
}

.astrot-legal-status-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 22px;
}

.astrot-legal-status {
  padding: 18px 18px 16px;
  border-radius: 18px;
  background: #f7fafc;
  border: 1px solid #dce5eb;
}

.astrot-legal-status__label {
  display: block;
  margin-bottom: 6px;
  color: #70665b;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.astrot-legal-status strong {
  color: #27362d;
  font-size: 20px;
}

.astrot-contact-page {
  background:
    radial-gradient(circle at top left, rgba(205, 228, 239, 0.55), transparent 34%),
    linear-gradient(180deg, #fbf7ef 0%, #f7f2e9 100%);
  padding: 0 0 48px;
}

.astrot-contact-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.astrot-contact-content {
  padding-top: 6px;
}

.astrot-contact-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 22px;
}

.astrot-contact-card {
  padding: 28px 30px;
}

.astrot-contact-card__header h2 {
  margin: 10px 0 12px;
  color: #27362d;
  font-size: 30px;
  line-height: 1.12;
  letter-spacing: -.03em;
}

.astrot-contact-card__header p {
  margin: 0;
  color: #5c6a78;
  font-size: 16px;
  line-height: 1.7;
}

.astrot-contact-points {
  display: grid;
  gap: 14px;
  margin-top: 24px;
}

.astrot-contact-point {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding: 18px;
  border-radius: 18px;
  background: #f8fbfd;
  border: 1px solid rgba(162, 112, 73, .24);
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease, background-color .2s ease;
}

.astrot-contact-point:hover,
.astrot-contact-point:focus {
  text-decoration: none;
  transform: translateY(-1px);
  border-color: #c6d7e2;
  background: #fffdf8;
  box-shadow: 0 16px 30px rgba(7, 22, 35, 0.07);
}

.astrot-contact-point__icon {
  width: 52px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: linear-gradient(180deg, #173c53 0%, #995b32 100%);
  color: #ffffff;
  font-size: 20px;
}

.astrot-contact-point__body {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.astrot-contact-point__label {
  color: #70665b;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.astrot-contact-point__body strong {
  color: #0f2f44;
  font-size: 19px;
  line-height: 1.3;
}

.astrot-contact-point__body small {
  color: #61707f;
  font-size: 14px;
  line-height: 1.6;
}

.astrot-contact-note {
  margin-top: 20px;
  padding: 20px 22px;
  border-radius: 20px;
  background: linear-gradient(180deg, #0f3247 0%, #174963 100%);
  color: #fffaf1;
}

.astrot-contact-note strong {
  display: block;
  margin-bottom: 8px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.astrot-contact-note p {
  margin: 0;
  color: #d8e5ed;
  line-height: 1.7;
}

.astrot-contact-form {
  margin-top: 24px;
}

.astrot-contact-form__row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.astrot-contact-field {
  margin-bottom: 16px;
}

.astrot-contact-field label {
  display: block;
  margin-bottom: 8px;
  color: #17384c;
  font-size: 13px;
  font-weight: 700;
}

.astrot-contact-field input,
.astrot-contact-field textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid #cfdae2;
  border-radius: 16px;
  background: #f9fbfc;
  color: #0f2f44;
  font-size: 15px;
  line-height: 1.5;
  transition: border-color .2s ease, box-shadow .2s ease, background-color .2s ease;
}

.astrot-contact-field textarea {
  min-height: 180px;
  resize: vertical;
}

.astrot-contact-field input:focus,
.astrot-contact-field textarea:focus {
  outline: none;
  border-color: #995b32;
  background: #fffdf8;
  box-shadow: 0 0 0 4px rgba(15, 93, 102, 0.10);
}

.astrot-contact-form__footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-top: 8px;
}

.astrot-contact-form__help {
  margin: 0;
  color: #6a7886;
  font-size: 14px;
  line-height: 1.6;
  max-width: 52ch;
}

.astrot-contact-submit {
  min-height: 48px;
  padding: 12px 24px;
  border: 1px solid rgba(49, 67, 58, .22);
  border-radius: 999px;
  background: #26352d;
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  box-shadow: 0 14px 28px rgba(49, 67, 58, .16);
  transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease;
}

.astrot-contact-submit:hover,
.astrot-contact-submit:focus {
  background: #1f2c26;
  color: #ffffff;
  transform: translateY(-1px);
  box-shadow: 0 18px 34px rgba(49, 67, 58, .22);
}

.astrot-cookie-banner {
  position: sticky;
  top: 0;
  z-index: 1200;
  background: linear-gradient(90deg, #102a3a 0%, #173c53 100%);
  color: #fffaf1;
  box-shadow: 0 14px 30px rgba(7, 20, 33, 0.2);
}

.astrot-cookie-banner__inner {
  max-width: 1380px;
  margin: 0 auto;
  padding: 16px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.astrot-cookie-banner__copy strong {
  display: block;
  margin-bottom: 4px;
  color: #ffffff;
  font-size: 16px;
}

.astrot-cookie-banner__copy p {
  margin: 0;
  color: #dde6ed;
  font-size: 14px;
  line-height: 1.55;
}

.astrot-cookie-banner__links {
  margin-top: 8px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  color: rgba(255,255,255,.45);
  font-size: 13px;
}

.astrot-cookie-banner__links a {
  color: #f7d98f;
  text-decoration: none;
  font-weight: 700;
}

.astrot-cookie-banner__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}

.astrot-cookie-btn {
  min-height: 40px;
  border-radius: 12px;
  padding: 9px 14px;
  border: 1px solid transparent;
  font-weight: 800;
  cursor: pointer;
}

.astrot-cookie-btn--primary {
  background: #f3cb78;
  color: #102737;
}

.astrot-cookie-btn--secondary {
  background: rgba(255,255,255,.08);
  border-color: rgba(255,255,255,.16);
  color: #ffffff;
}

.astrot-cookie-btn--ghost {
  background: transparent;
  border-color: rgba(255,255,255,.18);
  color: #e8eff5;
}

#astrotCookieModal.modal {
  z-index: 110010 !important;
}

#astrotCookieModal .modal-dialog {
  position: relative;
  width: 100%;
  max-width: 560px;
  margin: 48px auto;
  z-index: 110011;
}

.astrot-cookie-modal.modal-content {
  border: 1px solid #d8e2e9;
  border-radius: 22px;
  box-shadow: 0 28px 60px rgba(12, 34, 48, 0.22);
  overflow: hidden;
}

.astrot-cookie-modal .modal-header,
.astrot-cookie-modal .modal-body,
.astrot-cookie-modal .modal-footer {
  padding-left: 26px;
  padding-right: 26px;
}

.astrot-cookie-modal .modal-header {
  padding-top: 20px;
  padding-bottom: 18px;
  border-bottom-color: #dde5ea;
}

.astrot-cookie-modal .modal-body {
  padding-top: 18px;
  padding-bottom: 18px;
}

.astrot-cookie-modal .modal-footer {
  padding-top: 16px;
  padding-bottom: 16px;
  border-top-color: #e3ebf0;
  background: #fbfdfe;
}

.astrot-cookie-modal .modal-header {
  border-bottom-color: #dde5ea;
}

.astrot-cookie-modal .modal-title {
  font-weight: 800;
  color: #0f2f44;
}

.astrot-cookie-modal__close {
  width: 36px;
  height: 36px;
  margin-top: -4px;
  margin-right: -6px;
  border: 1px solid rgba(162, 112, 73, .24);
  border-radius: 999px;
  background: #f6fafc;
  color: #7b8996;
  opacity: 1;
  text-shadow: none;
  font-size: 26px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background-color .2s ease, color .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.astrot-cookie-modal__close:hover,
.astrot-cookie-modal__close:focus {
  background: #fffdf8;
  color: #14384d;
  border-color: #c8d7e1;
  opacity: 1;
  outline: none;
  box-shadow: 0 0 0 4px rgba(15, 93, 102, 0.10);
}

.astrot-cookie-modal__close span {
  display: inline-block;
  transform: translateY(-1px);
}

.astrot-cookie-modal__lead {
  color: #5a6875;
  line-height: 1.7;
  margin-bottom: 16px;
}

.astrot-cookie-option {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 0;
  border-top: 1px solid #e5edf2;
}

.astrot-cookie-option:first-of-type {
  border-top: 0;
}

.astrot-cookie-option__copy {
  min-width: 0;
}

.astrot-cookie-option strong {
  display: block;
  margin-bottom: 4px;
  color: #102737;
  font-size: 15px;
  line-height: 1.35;
}

.astrot-cookie-option p {
  margin: 0;
  color: #70665b;
  line-height: 1.6;
}

.astrot-cookie-option__meta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
  padding: 5px 10px;
  border-radius: 999px;
  background: #f3ece0;
  color: #486476;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.astrot-cookie-option__meta::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #995b32;
  flex: 0 0 7px;
}

.astrot-cookie-option--locked {
  padding: 18px 16px;
  margin: 0 -4px 12px;
  border-radius: 18px;
  background: linear-gradient(180deg, #f7fafc 0%, #f1f6f9 100%);
  border: 1px solid #dce6ed;
}

.astrot-cookie-option + .astrot-cookie-option {
  margin-top: 10px;
}

.astrot-cookie-option:not(.astrot-cookie-option--locked) {
  padding: 18px 16px;
  margin: 0 -4px;
  border-radius: 18px;
  background: #fffdf8;
  border: 1px solid #e5edf2;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.7);
}

.astrot-cookie-switch {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 32px;
  flex: 0 0 52px;
  margin: 0;
  cursor: pointer;
}

.astrot-cookie-switch input {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  margin: 0;
  padding: 0;
  opacity: 0;
  pointer-events: none;
}

.astrot-cookie-switch span {
  display: block;
  width: 52px;
  height: 32px;
  box-sizing: border-box;
  border-radius: 999px;
  border: 1px solid #cfdbe3;
  background: #d6e1e8;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 1px 2px rgba(15, 47, 68, 0.08);
  transition: background-color .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.astrot-cookie-switch span::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255,255,255,.16) 0%, rgba(255,255,255,0) 55%);
  pointer-events: none;
}

.astrot-cookie-switch span::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #fffdf8;
  border: 1px solid rgba(15, 47, 68, 0.06);
  box-shadow: 0 3px 8px rgba(0,0,0,.14);
  transition: transform .2s ease, box-shadow .2s ease;
}

.astrot-cookie-switch input:checked + span {
  border-color: #995b32;
  background: linear-gradient(180deg, #176f78 0%, #995b32 100%);
}

.astrot-cookie-switch input:checked + span::after {
  transform: translate3d(20px, 0, 0);
}

.astrot-cookie-switch input:focus + span {
  box-shadow: 0 0 0 4px rgba(15, 93, 102, 0.16), inset 0 1px 2px rgba(15, 47, 68, 0.08);
}

.astrot-cookie-switch input:disabled + span {
  border-color: #c6d4de;
  background: linear-gradient(180deg, #98adbc 0%, #8aa0b0 100%);
  box-shadow: inset 0 1px 2px rgba(15, 47, 68, 0.06);
}

.astrot-cookie-switch input:disabled + span::after {
  box-shadow: 0 2px 6px rgba(0,0,0,.12);
}

.astrot-cookie-switch input:disabled:checked + span {
  border-color: #284f74;
  background: linear-gradient(180deg, #3b6283 0%, #284f74 100%);
}

.astrot-cookie-switch input:disabled ~ span,
.astrot-cookie-switch input:disabled + span {
  cursor: not-allowed;
}

.astrot-cookie-modal__btn {
  min-height: 42px;
  padding: 10px 18px;
  border-radius: 14px;
  font-weight: 800;
  box-shadow: none;
  transition: background-color .2s ease, border-color .2s ease, color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.astrot-cookie-modal__btn--secondary {
  border-color: rgba(162, 112, 73, .24);
  background: #fffdf8;
  color: #425564;
}

.astrot-cookie-modal__btn--secondary:hover,
.astrot-cookie-modal__btn--secondary:focus {
  border-color: #c8d7e1;
  background: #f7fafc;
  color: #19384d;
  box-shadow: 0 10px 24px rgba(15, 47, 68, 0.08);
}

.astrot-cookie-modal__btn--primary {
  border-color: #19b7a0;
  background: linear-gradient(180deg, #38d5be 0%, #22c1ab 100%);
  color: #ffffff;
}

.astrot-cookie-modal__btn--primary:hover,
.astrot-cookie-modal__btn--primary:focus {
  border-color: #18b09a;
  background: linear-gradient(180deg, #32ccb5 0%, #1fb39f 100%);
  color: #ffffff;
  box-shadow: 0 14px 28px rgba(34, 193, 171, 0.26);
  transform: translateY(-1px);
}

@media (max-width: 991px) {
  .astrot-legal-hero__container {
    grid-template-columns: 1fr;
  }

  .astrot-contact-grid {
    grid-template-columns: 1fr;
  }

  .astrot-cookie-banner__inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .astrot-cookie-banner__actions {
    justify-content: flex-start;
  }

  .astrot-legal-status-grid {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 992px) {
  .astrot-contact-form__help {
    max-width: none;
    white-space: nowrap;
  }
}

@media (max-width: 640px) {
  .astrot-legal-hero__container,
  .astrot-legal-content__container {
    padding: 0 12px;
  }

  .astrot-legal-hero__copy,
  .astrot-legal-card--content {
    padding: 22px 18px;
    border-radius: 20px;
  }

  .astrot-contact-card {
    padding: 22px 18px;
  }

  .astrot-legal-hero h1 {
    font-size: 34px;
  }

  .astrot-contact-card__header h2 {
    font-size: 26px;
  }

  .astrot-contact-form__row {
    grid-template-columns: 1fr;
  }

  .astrot-contact-form__footer {
    align-items: stretch;
  }

  .astrot-contact-submit {
    width: 100%;
    justify-content: center;
  }

  .astrot-cookie-banner__inner {
    padding: 14px 12px;
  }

  #astrotCookieModal .modal-dialog {
    max-width: none;
    margin: 20px 10px;
  }
}
