/* IranNet Agreement Legal Center V1 */

.agreement-legal-page {
  --ila-ink: #101a31;
  --ila-muted: #66728a;
  --ila-line: #e2e7f0;
  --ila-blue: #4569f4;
  --ila-blue-2: #697cff;
  --ila-green: #48d19e;
  --ila-amber: #f3a642;
  --ila-dark: #071225;
  --ila-dark-2: #0b1831;
  --ila-soft: #f6f8fc;
  --ila-surface: #fff;
  --ila-shadow: 0 26px 80px rgb(20 42 91 / 10%);
  background: #fff;
}

.ila-page,
.ila-page * {
  box-sizing: border-box;
}

.ila-page {
  overflow: clip;
  color: var(--ila-ink);
  background: #fff;
}

.ila-page svg {
  fill: none;
  stroke: currentcolor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.ila-symbols {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.ila-container {
  width: min(1180px, calc(100% - 32px));
  margin-inline: auto;
}

.ila-reading-progress {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 9999;
  height: 3px;
  pointer-events: none;
}

.ila-reading-progress i {
  display: block;
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, #4d6df4, #54d6ad);
  box-shadow: 0 0 18px rgb(73 108 244 / 55%);
  transition: width .08s linear;
}

/* Hero */

.ila-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 92px 0 82px;
  color: #fff;
  background:
    radial-gradient(circle at 15% 20%, rgb(69 105 244 / 25%), transparent 30%),
    radial-gradient(circle at 88% 77%, rgb(59 204 161 / 12%), transparent 24%),
    linear-gradient(145deg, #071225, #0b1831 58%, #08152b);
}

.ila-hero::before {
  position: absolute;
  inset: 0;
  z-index: -2;
  opacity: .28;
  background-image:
    linear-gradient(rgb(122 145 203 / 9%) 1px, transparent 1px),
    linear-gradient(90deg, rgb(122 145 203 / 9%) 1px, transparent 1px);
  background-size: 44px 44px;
  content: "";
  mask-image: linear-gradient(to bottom, #000, transparent);
}

.ila-hero__mesh {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
}

.ila-hero__mesh span {
  position: absolute;
  width: 360px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgb(93 143 255 / 60%), transparent);
  animation: ila-line-float 17s linear infinite;
}

.ila-hero__mesh span:nth-child(1) { top: 18%; right: -80px; transform: rotate(-14deg); }
.ila-hero__mesh span:nth-child(2) { top: 46%; left: -90px; animation-duration: 23s; transform: rotate(12deg); }
.ila-hero__mesh span:nth-child(3) { bottom: 24%; right: 16%; animation-duration: 29s; transform: rotate(5deg); }
.ila-hero__mesh span:nth-child(4) { top: 26%; left: 32%; animation-direction: reverse; transform: rotate(-28deg); }

.ila-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(350px, .72fr);
  gap: 68px;
  align-items: center;
}

.ila-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #78e7b8;
  font-size: 10px;
  font-weight: 950;
}

.ila-kicker i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #6de5b3;
  box-shadow: 0 0 0 6px rgb(109 229 179 / 10%), 0 0 22px rgb(109 229 179 / 62%);
}

.ila-hero h1 {
  max-width: 760px;
  margin: 24px 0 0;
  color: #fff;
  font-size: clamp(44px, 5.7vw, 78px);
  line-height: 1.22;
  letter-spacing: -.055em;
  font-weight: 950;
}

.ila-hero h1 em {
  color: #75e6b7;
  font-style: normal;
}

.ila-hero__content > p {
  max-width: 760px;
  margin: 26px 0 0;
  color: #aebbd2;
  font-size: 14px;
  line-height: 2.05;
}

.ila-hero__actions,
.ila-legal-footer__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.ila-hero__actions {
  margin-top: 33px;
}

.ila-btn {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 1px solid transparent;
  border-radius: 14px;
  padding: 13px 18px;
  cursor: pointer;
  font: inherit;
  font-size: 10px;
  font-weight: 950;
  text-decoration: none;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.ila-btn:hover {
  transform: translateY(-2px);
}

.ila-btn svg {
  width: 18px;
  height: 18px;
}

.ila-btn--primary {
  color: #071f18;
  background: linear-gradient(135deg, #7aebb9, #4fd3ba);
  box-shadow: 0 16px 36px rgb(57 202 158 / 22%);
}

.ila-btn--primary:hover {
  color: #071f18;
  box-shadow: 0 21px 44px rgb(57 202 158 / 30%);
}

.ila-btn--ghost {
  border-color: rgb(155 177 225 / 20%);
  color: #e8eefb;
  background: rgb(255 255 255 / 4%);
  backdrop-filter: blur(12px);
}

.ila-btn--ghost:hover {
  border-color: rgb(112 145 255 / 55%);
  color: #fff;
  background: rgb(80 106 199 / 12%);
}

.ila-document-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgb(145 168 222 / 16%);
  border-radius: 28px;
  padding: 25px;
  background:
    radial-gradient(circle at 100% 0, rgb(79 104 238 / 24%), transparent 34%),
    linear-gradient(155deg, rgb(18 34 72 / 94%), rgb(6 16 37 / 96%));
  box-shadow: 0 42px 100px rgb(0 0 0 / 32%);
  backdrop-filter: blur(18px);
}

.ila-document-card::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, #7186ff, #6ce1b1, transparent);
  content: "";
}

.ila-document-card__icon {
  display: grid;
  width: 56px;
  height: 56px;
  place-items: center;
  border: 1px solid rgb(108 228 177 / 30%);
  border-radius: 17px;
  color: #73e2b2;
  background: rgb(73 202 154 / 7%);
}

.ila-document-card__icon svg {
  width: 27px;
  height: 27px;
}

.ila-document-card__head {
  display: grid;
  gap: 6px;
  margin-top: 20px;
  border-bottom: 1px solid rgb(144 165 213 / 12%);
  padding-bottom: 20px;
}

.ila-document-card__head small {
  color: #70809f;
  font-size: 7px;
  font-weight: 950;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.ila-document-card__head strong {
  color: #fff;
  font-size: 14px;
  font-weight: 950;
}

.ila-document-card dl {
  display: grid;
  gap: 0;
  margin: 9px 0 0;
}

.ila-document-card dl > div {
  display: flex;
  min-height: 48px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border-bottom: 1px solid rgb(144 165 213 / 9%);
}

.ila-document-card dt {
  color: #7887a5;
  font-size: 8px;
  font-weight: 850;
}

.ila-document-card dd {
  display: flex;
  align-items: center;
  gap: 7px;
  margin: 0;
  color: #e7edf9;
  font-size: 8px;
  font-weight: 900;
  text-align: left;
}

.ila-document-card code {
  color: #8fa8ff;
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  font-size: 7px;
}

.ila-document-card dd button {
  display: grid;
  width: 27px;
  height: 27px;
  place-items: center;
  border: 1px solid rgb(132 153 204 / 16%);
  border-radius: 8px;
  color: #95a5c4;
  background: rgb(255 255 255 / 3%);
  cursor: pointer;
}

.ila-document-card dd button svg {
  width: 14px;
  height: 14px;
}

.ila-document-card__status {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
  border: 1px solid rgb(102 224 176 / 14%);
  border-radius: 12px;
  padding: 11px 12px;
  color: #7f91ae;
  background: rgb(73 203 156 / 4%);
  font-size: 7px;
  font-weight: 850;
}

.ila-document-card__status i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #67dfa9;
  box-shadow: 0 0 0 5px rgb(103 223 169 / 9%);
}

/* Review warning */

.ila-review-warning {
  padding: 20px 0 0;
  background: #fff;
}

.ila-review-warning__card {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  border: 1px solid #f4d6a4;
  border-radius: 18px;
  padding: 18px 20px;
  background: #fffaf0;
}

.ila-review-warning__icon {
  display: grid;
  width: 43px;
  height: 43px;
  flex: 0 0 43px;
  place-items: center;
  border-radius: 13px;
  color: #ad6a0c;
  background: #fff0d1;
}

.ila-review-warning__icon svg {
  width: 22px;
  height: 22px;
}

.ila-review-warning__card strong {
  color: #6e4307;
  font-size: 11px;
  font-weight: 950;
}

.ila-review-warning__card p {
  margin: 7px 0 0;
  color: #8c672f;
  font-size: 9px;
  line-height: 1.9;
}

/* Headings and overview */

.ila-overview,
.ila-reader,
.ila-legal-footer {
  padding: 96px 0;
}

.ila-section-heading {
  max-width: 830px;
  margin: 0 auto 40px;
  text-align: center;
}

.ila-section-heading > span {
  color: var(--ila-blue);
  font-size: 8px;
  font-weight: 950;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.ila-section-heading h2,
.ila-legal-footer h2 {
  margin: 12px 0 0;
  color: var(--ila-ink);
  font-size: clamp(31px, 4.3vw, 52px);
  line-height: 1.35;
  letter-spacing: -.045em;
  font-weight: 950;
}

.ila-section-heading p {
  max-width: 720px;
  margin: 15px auto 0;
  color: var(--ila-muted);
  font-size: 11px;
  line-height: 2;
}

.ila-highlight-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 13px;
}

.ila-highlight-card {
  position: relative;
  display: flex;
  min-height: 230px;
  flex-direction: column;
  border: 1px solid var(--ila-line);
  border-radius: 20px;
  padding: 20px;
  color: inherit;
  background: #fff;
  box-shadow: 0 14px 38px rgb(29 54 112 / 5%);
  text-decoration: none;
  transition: border-color .22s ease, box-shadow .22s ease, transform .22s ease;
}

.ila-highlight-card:hover {
  border-color: #c8d4ff;
  box-shadow: 0 22px 52px rgb(31 67 151 / 11%);
  transform: translateY(-4px);
}

.ila-highlight-card__check {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 12px;
  color: var(--ila-blue);
  background: #edf2ff;
}

.ila-highlight-card__check svg {
  width: 19px;
  height: 19px;
}

.ila-highlight-card > strong {
  margin-top: 18px;
  color: var(--ila-ink);
  font-size: 12px;
  font-weight: 950;
}

.ila-highlight-card > p {
  margin: 9px 0 0;
  color: var(--ila-muted);
  font-size: 8px;
  line-height: 1.9;
}

.ila-highlight-card__link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: auto;
  padding-top: 18px;
  color: var(--ila-blue);
  font-size: 7px;
  font-weight: 950;
}

.ila-highlight-card__link svg {
  width: 14px;
  height: 14px;
}

.ila-acceptance-note {
  display: flex;
  align-items: flex-start;
  gap: 17px;
  margin-top: 18px;
  border: 1px solid #dce3f5;
  border-radius: 20px;
  padding: 22px;
  background:
    radial-gradient(circle at 92% 12%, rgb(70 103 244 / 8%), transparent 28%),
    #f8faff;
}

.ila-acceptance-note__icon {
  display: grid;
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  place-items: center;
  border-radius: 15px;
  color: #17845f;
  background: #e8faf3;
}

.ila-acceptance-note__icon svg {
  width: 24px;
  height: 24px;
}

.ila-acceptance-note strong {
  color: var(--ila-ink);
  font-size: 11px;
  font-weight: 950;
}

.ila-acceptance-note p {
  margin: 7px 0 0;
  color: var(--ila-muted);
  font-size: 9px;
  line-height: 1.9;
}

/* Agreement reader */

.ila-reader {
  background:
    radial-gradient(circle at 88% 7%, rgb(69 105 244 / 6%), transparent 21%),
    #f6f8fc;
}

.ila-section-heading--reader {
  margin-bottom: 30px;
}

.ila-reader__tools {
  position: sticky;
  top: 12px;
  z-index: 30;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  margin-bottom: 20px;
  border: 1px solid rgb(218 225 238 / 92%);
  border-radius: 18px;
  padding: 11px;
  background: rgb(255 255 255 / 92%);
  box-shadow: 0 16px 45px rgb(25 49 103 / 8%);
  backdrop-filter: blur(18px);
}

.ila-search {
  display: flex;
  min-height: 48px;
  align-items: center;
  gap: 10px;
  border: 1px solid #e0e6f0;
  border-radius: 13px;
  padding: 0 13px;
  background: #f9fafe;
}

.ila-search svg {
  width: 19px;
  height: 19px;
  color: #8290a8;
}

.ila-search input {
  min-width: 0;
  flex: 1;
  border: 0;
  outline: 0;
  color: var(--ila-ink);
  background: transparent;
  font: inherit;
  font-size: 10px;
}

.ila-search input::placeholder {
  color: #a1aabd;
}

.ila-search kbd {
  border: 1px solid #dce2ec;
  border-bottom-width: 2px;
  border-radius: 7px;
  padding: 4px 7px;
  color: #929caf;
  background: #fff;
  font-family: inherit;
  font-size: 7px;
}

.ila-reader__buttons {
  display: flex;
  gap: 7px;
}

.ila-reader__buttons button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  gap: 7px;
  border: 1px solid #e0e6f0;
  border-radius: 12px;
  padding: 9px 12px;
  color: #66748d;
  background: #fff;
  cursor: pointer;
  font: inherit;
  font-size: 8px;
  font-weight: 900;
}

.ila-reader__buttons button:hover {
  border-color: #bdcaff;
  color: var(--ila-blue);
}

.ila-reader__buttons svg {
  width: 16px;
  height: 16px;
}

.ila-search-result {
  margin-bottom: 13px;
  border: 1px solid #d7e1ff;
  border-radius: 13px;
  padding: 11px 14px;
  color: #4e5f7d;
  background: #f1f5ff;
  font-size: 8px;
  font-weight: 850;
}

.ila-reader__layout {
  display: grid;
  grid-template-columns: 275px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}

.ila-toc {
  position: sticky;
  top: 88px;
  overflow: hidden;
  max-height: calc(100vh - 105px);
  border: 1px solid var(--ila-line);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 18px 45px rgb(28 54 110 / 7%);
}

.ila-toc__head {
  display: grid;
  gap: 5px;
  border-bottom: 1px solid var(--ila-line);
  padding: 18px;
  background: #fafbfe;
}

.ila-toc__head small {
  color: #9aa4b7;
  font-size: 6px;
  font-weight: 950;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.ila-toc__head strong {
  color: var(--ila-ink);
  font-size: 11px;
  font-weight: 950;
}

.ila-toc nav {
  overflow: auto;
  max-height: calc(100vh - 185px);
  padding: 8px;
  scrollbar-width: thin;
}

.ila-toc a {
  display: grid;
  grid-template-columns: 29px 1fr;
  gap: 9px;
  align-items: center;
  border-radius: 10px;
  padding: 8px;
  color: #6b7890;
  text-decoration: none;
  transition: color .2s ease, background .2s ease;
}

.ila-toc a:hover,
.ila-toc a.is-active {
  color: var(--ila-blue);
  background: #f0f4ff;
}

.ila-toc a > span {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border: 1px solid #e1e6ef;
  border-radius: 8px;
  color: #8d98ad;
  background: #fff;
  font-size: 7px;
  font-weight: 950;
}

.ila-toc a.is-active > span {
  border-color: var(--ila-blue);
  color: #fff;
  background: var(--ila-blue);
}

.ila-toc a b {
  overflow: hidden;
  font-size: 7px;
  font-weight: 850;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ila-agreement-body {
  min-width: 0;
}

.ila-introduction {
  border: 1px solid #dbe3f3;
  border-radius: 20px;
  padding: 27px;
  background:
    radial-gradient(circle at 95% 5%, rgb(69 105 244 / 8%), transparent 30%),
    #fff;
  box-shadow: 0 18px 48px rgb(28 54 110 / 7%);
}

.ila-introduction__label {
  margin-bottom: 18px;
  color: var(--ila-blue);
  font-size: 9px;
  font-weight: 950;
}

.ila-introduction p,
.ila-chapter__content p {
  color: #4f5d75;
  font-size: 10px;
  line-height: 2.15;
}

.ila-introduction p {
  margin: 0;
}

.ila-introduction p + p {
  margin-top: 14px;
}

.ila-chapters {
  display: grid;
  gap: 11px;
  margin-top: 14px;
}

.ila-chapter {
  scroll-margin-top: 100px;
  overflow: hidden;
  border: 1px solid var(--ila-line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 13px 36px rgb(30 54 108 / 5%);
  transition: border-color .22s ease, box-shadow .22s ease;
}

.ila-chapter.is-open {
  border-color: #cbd6fb;
  box-shadow: 0 18px 48px rgb(32 64 142 / 8%);
}

.ila-chapter.is-search-match {
  border-color: #8eabff;
  box-shadow: 0 0 0 4px rgb(69 105 244 / 7%), 0 18px 48px rgb(32 64 142 / 8%);
}

.ila-chapter[hidden] {
  display: none !important;
}

.ila-chapter__head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 50px;
  align-items: stretch;
}

.ila-chapter__head > button:first-child {
  display: grid;
  min-height: 82px;
  grid-template-columns: 48px minmax(0, 1fr) 26px;
  align-items: center;
  gap: 13px;
  border: 0;
  padding: 14px 18px;
  color: inherit;
  background: transparent;
  cursor: pointer;
  font: inherit;
  text-align: right;
}

.ila-chapter__number {
  display: grid;
  width: 45px;
  height: 45px;
  place-items: center;
  border: 1px solid #dfe5ef;
  border-radius: 13px;
  color: #7b88a0;
  background: #f9fafe;
  font-size: 9px;
  font-weight: 950;
}

.ila-chapter.is-open .ila-chapter__number {
  border-color: #b9c8ff;
  color: #fff;
  background: var(--ila-blue);
  box-shadow: 0 10px 23px rgb(69 105 244 / 18%);
}

.ila-chapter__title {
  display: grid;
  gap: 4px;
}

.ila-chapter__title small {
  color: #9ba5b7;
  font-size: 6px;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.ila-chapter__title strong {
  color: var(--ila-ink);
  font-size: 12px;
  line-height: 1.55;
  font-weight: 950;
}

.ila-chapter__head > button:first-child > i {
  position: relative;
  width: 24px;
  height: 24px;
  border: 1px solid #dfe5ef;
  border-radius: 8px;
}

.ila-chapter__head > button:first-child > i::before,
.ila-chapter__head > button:first-child > i::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 9px;
  height: 1px;
  background: #79869d;
  content: "";
  transform: translate(-50%, -50%);
  transition: transform .22s ease;
}

.ila-chapter__head > button:first-child > i::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.ila-chapter.is-open .ila-chapter__head > button:first-child > i::after {
  transform: translate(-50%, -50%) rotate(0);
}

.ila-chapter__copy {
  display: grid;
  place-items: center;
  border: 0;
  border-right: 1px solid var(--ila-line);
  color: #8793a8;
  background: #fafbfe;
  cursor: pointer;
}

.ila-chapter__copy:hover {
  color: var(--ila-blue);
  background: #f1f5ff;
}

.ila-chapter__copy svg {
  width: 18px;
  height: 18px;
}

.ila-chapter__content {
  border-top: 1px solid var(--ila-line);
  padding: 8px 27px 29px;
  background: linear-gradient(#fff, #fdfdff);
}

.ila-chapter__content[hidden] {
  display: none !important;
}

.ila-chapter__content p {
  margin: 18px 0 0;
  white-space: normal;
}

.ila-chapter__content p:first-child {
  margin-top: 16px;
}

.ila-chapter__content p:has(br) {
  border-right: 3px solid #d9e2ff;
  padding-right: 14px;
}

.ila-chapter--appendix .ila-chapter__number {
  color: #8d610e;
  background: #fff8e9;
}

.ila-chapter--appendix.is-open .ila-chapter__number {
  border-color: #e8b75e;
  color: #3d2600;
  background: #f4bd5b;
  box-shadow: 0 10px 23px rgb(218 153 44 / 18%);
}

.ila-no-results {
  display: grid;
  justify-items: center;
  border: 1px dashed #cbd5e7;
  border-radius: 20px;
  padding: 55px 24px;
  color: #738099;
  background: #fff;
  text-align: center;
}

.ila-no-results svg {
  width: 37px;
  height: 37px;
  color: #a0abc0;
}

.ila-no-results strong {
  margin-top: 14px;
  color: var(--ila-ink);
  font-size: 12px;
  font-weight: 950;
}

.ila-no-results p {
  margin: 7px 0 0;
  font-size: 8px;
}

/* Footer */

.ila-legal-footer {
  color: #fff;
  background: #081428;
}

.ila-legal-footer__card {
  display: flex;
  min-height: 245px;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
  overflow: hidden;
  border: 1px solid rgb(139 161 210 / 15%);
  border-radius: 28px;
  padding: 40px 44px;
  background:
    radial-gradient(circle at 88% 8%, rgb(81 110 247 / 24%), transparent 32%),
    linear-gradient(145deg, #102247, #0a1831);
}

.ila-legal-footer__card > div:first-child {
  max-width: 760px;
}

.ila-legal-footer__card > div:first-child > span {
  color: #72e4b3;
  font-size: 8px;
  font-weight: 950;
}

.ila-legal-footer h2 {
  color: #fff;
  font-size: clamp(27px, 3.7vw, 46px);
}

.ila-legal-footer p {
  max-width: 720px;
  margin: 15px 0 0;
  color: #a4b1c8;
  font-size: 10px;
  line-height: 2;
}

.ila-legal-footer__actions {
  flex: 0 0 auto;
}

/* Toast */

.ila-toast {
  position: fixed;
  bottom: 22px;
  left: 22px;
  z-index: 9999;
  max-width: min(340px, calc(100% - 44px));
  border: 1px solid rgb(139 161 210 / 17%);
  border-radius: 13px;
  padding: 12px 15px;
  color: #eef3fc;
  background: rgb(8 20 43 / 94%);
  box-shadow: 0 18px 45px rgb(0 0 0 / 24%);
  font-size: 8px;
  font-weight: 900;
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
  transition: opacity .2s ease, transform .2s ease;
  backdrop-filter: blur(14px);
}

.ila-toast.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* Responsive */

@media (max-width: 1080px) {
  .ila-hero__grid {
    grid-template-columns: 1fr;
  }

  .ila-document-card {
    max-width: 720px;
  }

  .ila-highlight-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .ila-reader__layout {
    grid-template-columns: 1fr;
  }

  .ila-toc {
    position: static;
    max-height: none;
  }

  .ila-toc nav {
    display: flex;
    overflow-x: auto;
    max-height: none;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .ila-toc nav::-webkit-scrollbar {
    display: none;
  }

  .ila-toc a {
    min-width: 205px;
    flex: 0 0 205px;
    scroll-snap-align: start;
  }

  .ila-legal-footer__card {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 760px) {
  .ila-container {
    width: min(100% - 20px, 1180px);
  }

  .ila-hero {
    padding: 70px 0 65px;
  }

  .ila-hero h1 {
    font-size: 43px;
  }

  .ila-overview,
  .ila-reader,
  .ila-legal-footer {
    padding: 72px 0;
  }

  .ila-reader__tools {
    position: static;
    grid-template-columns: 1fr;
  }

  .ila-reader__buttons {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .ila-reader__buttons button {
    justify-content: center;
  }

  .ila-chapter__head {
    grid-template-columns: minmax(0, 1fr) 44px;
  }

  .ila-chapter__head > button:first-child {
    grid-template-columns: 42px minmax(0, 1fr) 25px;
    gap: 10px;
    padding: 13px;
  }

  .ila-chapter__number {
    width: 41px;
    height: 41px;
  }

  .ila-chapter__title strong {
    font-size: 10px;
  }

  .ila-chapter__content {
    padding: 5px 18px 24px;
  }

  .ila-introduction p,
  .ila-chapter__content p {
    font-size: 9px;
  }

  .ila-legal-footer__card {
    padding: 30px 24px;
  }

  .ila-legal-footer__actions,
  .ila-hero__actions {
    align-items: stretch;
    flex-direction: column;
    width: 100%;
  }

  .ila-btn {
    width: 100%;
  }
}

@media (max-width: 560px) {
  .ila-hero h1 {
    font-size: 36px;
  }

  .ila-highlight-grid {
    grid-template-columns: 1fr;
  }

  .ila-highlight-card {
    min-height: 190px;
  }

  .ila-review-warning__card,
  .ila-acceptance-note {
    flex-direction: column;
  }

  .ila-document-card {
    padding: 20px;
  }

  .ila-document-card dl > div {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    padding: 9px 0;
  }

  .ila-document-card dd {
    text-align: right;
  }

  .ila-reader__buttons {
    grid-template-columns: 1fr;
  }

  .ila-search kbd {
    display: none;
  }
}

/* Print */

@media print {
  body {
    background: #fff !important;
  }

  header,
  footer,
  .ila-reading-progress,
  .ila-hero__mesh,
  .ila-hero__actions,
  .ila-review-warning,
  .ila-overview,
  .ila-reader__tools,
  .ila-toc,
  .ila-chapter__copy,
  .ila-legal-footer,
  .ila-toast {
    display: none !important;
  }

  .ila-hero {
    min-height: 0;
    padding: 0 0 25px;
    color: #000;
    background: #fff !important;
  }

  .ila-hero::before,
  .ila-hero::after {
    display: none !important;
  }

  .ila-hero__grid {
    display: block;
  }

  .ila-hero h1,
  .ila-hero h1 em,
  .ila-hero__content > p,
  .ila-kicker {
    color: #000 !important;
  }

  .ila-document-card {
    margin-top: 20px;
    border: 1px solid #bbb;
    color: #000;
    background: #fff !important;
    box-shadow: none;
  }

  .ila-document-card * {
    color: #000 !important;
  }

  .ila-reader {
    padding: 0;
    background: #fff !important;
  }

  .ila-section-heading--reader {
    text-align: right;
  }

  .ila-reader__layout {
    display: block;
  }

  .ila-introduction,
  .ila-chapter {
    border: 0;
    box-shadow: none;
  }

  .ila-chapter {
    break-inside: avoid;
    margin-top: 20px;
  }

  .ila-chapter__head {
    display: block;
  }

  .ila-chapter__head > button:first-child {
    min-height: 0;
    grid-template-columns: 42px 1fr;
    padding: 12px 0;
  }

  .ila-chapter__head > button:first-child > i {
    display: none;
  }

  .ila-chapter__content,
  .ila-chapter__content[hidden] {
    display: block !important;
    border-top: 1px solid #ddd;
    padding: 0;
  }

  .ila-chapter__content p {
    color: #222;
    font-size: 9pt;
    line-height: 1.9;
  }
}

@keyframes ila-line-float {
  from { transform: translateX(-16%) rotate(var(--ila-rotation, 0deg)); opacity: .2; }
  50% { opacity: .75; }
  to { transform: translateX(55%) rotate(var(--ila-rotation, 0deg)); opacity: .15; }
}

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

/* End IranNet Agreement Legal Center V1 */


/* IranNet Agreement Company Identity Final V1 Fixed */

.ila-company-identity {
  padding: 24px 0 0;
  background: #fff;
}

.ila-company-identity__card {
  display: grid;
  grid-template-columns: minmax(260px, .68fr) minmax(0, 1.32fr);
  gap: 30px;
  align-items: start;
  border: 1px solid #dfe5ef;
  border-radius: 24px;
  padding: 30px;
  background:
    radial-gradient(circle at 92% 8%, rgb(69 105 244 / 8%), transparent 28%),
    linear-gradient(145deg, #fff, #f8faff);
  box-shadow: 0 18px 54px rgb(26 52 109 / 7%);
}

.ila-company-identity__intro > span {
  color: var(--ila-blue);
  font-size: 7px;
  font-weight: 950;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.ila-company-identity__intro h2 {
  margin: 10px 0 0;
  color: var(--ila-ink);
  font-size: clamp(25px, 3vw, 38px);
  line-height: 1.4;
  letter-spacing: -.04em;
  font-weight: 950;
}

.ila-company-identity__intro p {
  margin: 12px 0 0;
  color: var(--ila-muted);
  font-size: 9px;
  line-height: 1.95;
}

.ila-company-identity__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin: 0;
}

.ila-company-identity__grid > div {
  display: grid;
  min-height: 92px;
  align-content: center;
  gap: 7px;
  border: 1px solid #e1e7f0;
  border-radius: 15px;
  padding: 14px;
  background: rgb(255 255 255 / 82%);
}

.ila-company-identity__grid dt {
  color: #8b96aa;
  font-size: 7px;
  font-weight: 850;
}

.ila-company-identity__grid dd {
  margin: 0;
  color: var(--ila-ink);
  font-size: 9px;
  line-height: 1.75;
  font-weight: 950;
  text-align: right;
}

.ila-company-identity__grid a {
  color: var(--ila-blue);
  text-decoration: none;
}

.ila-company-identity__grid a:hover {
  text-decoration: underline;
}

@media (max-width: 960px) {
  .ila-company-identity__card {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  .ila-company-identity__card {
    padding: 22px;
  }

  .ila-company-identity__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 460px) {
  .ila-company-identity__grid {
    grid-template-columns: 1fr;
  }

  .ila-company-identity__grid > div {
    min-height: 78px;
  }
}

@media print {
  .ila-company-identity__card {
    display: block;
    border: 1px solid #bbb;
    background: #fff !important;
    box-shadow: none;
  }
}

/* End IranNet Agreement Company Identity Final V1 Fixed */