:root {
  --guyde-blue: #2A93F6;
  --guyde-path: #8BCAF7;
  --guyde-ink: #06192E;
  --guyde-muted: #52657A;
  --guyde-line: #D7E7F4;
  --guyde-wash: #F6FAFE;
  --guyde-sticky-header-offset: 103px;
  --guyde-page-hero-height: clamp(336px, 39.6svh, 384px);
  --guyde-hero-content-width: 1380px;
  --guyde-hero-text-width: 1280px;
  --type-brand: 30px;
  --type-nav: 20px;
  --type-button: 20px;
  --type-page-title: clamp(38px, 4.53125vw, 58px);
  --type-hero-body: 24px;
  --type-section-body: 20px;
  --type-card-title: 20px;
  --type-card-body: 16px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  background: #ffffff;
  color: var(--guyde-ink);
  font-family: Inter, "Plus Jakarta Sans", Avenir Next, Arial, sans-serif;
  letter-spacing: 0;
  margin: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

.page {
  background: #ffffff;
  min-height: 100vh;
  overflow-x: hidden;
  padding-top: var(--guyde-sticky-header-offset);
}

.site-header {
  align-items: center;
  background: #ffffff;
  border-bottom: 1px solid var(--guyde-line);
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(160px, 0.8fr) minmax(320px, 1.4fr) minmax(150px, 0.8fr);
  height: var(--guyde-sticky-header-offset);
  left: 0;
  min-height: var(--guyde-sticky-header-offset);
  padding: 12px 30px;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 50;
}

.brand {
  align-items: center;
  display: flex;
  gap: 16px;
  justify-self: start;
  min-width: 0;
}

.brand img {
  display: block;
  height: 78px;
  width: 78px;
}

.brand span {
  color: var(--guyde-ink);
  font-family: "Plus Jakarta Sans", Avenir Next, Arial, sans-serif;
  font-size: var(--type-brand);
  font-weight: 800;
  line-height: 1;
}

.main-nav,
.header-actions {
  align-items: center;
  display: flex;
}

.main-nav {
  grid-column: 2;
  gap: clamp(12px, 1.6vw, 24px);
  justify-content: center;
  min-width: 0;
}

.header-actions {
  grid-column: 3;
  gap: 8px;
  justify-content: flex-end;
}

.site-menu {
  display: contents;
}

.mobile-menu-toggle {
  align-items: center;
  background: #ffffff;
  border: 1px solid var(--guyde-line);
  border-radius: 10px;
  cursor: pointer;
  display: none;
  flex-direction: column;
  gap: 5px;
  height: 46px;
  justify-content: center;
  justify-self: end;
  padding: 0;
  width: 46px;
}

.mobile-menu-toggle span {
  background: var(--guyde-ink);
  border-radius: 999px;
  display: block;
  height: 2px;
  transition: opacity 0.18s ease, transform 0.18s ease;
  width: 21px;
}

.site-header.is-menu-open .mobile-menu-toggle span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.site-header.is-menu-open .mobile-menu-toggle span:nth-child(2) {
  opacity: 0;
}

.site-header.is-menu-open .mobile-menu-toggle span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.nav-link,
.button {
  align-items: center;
  border: 1px solid var(--guyde-ink);
  border-radius: 10px;
  display: inline-flex;
  font-family: Inter, "Plus Jakarta Sans", Avenir Next, Arial, sans-serif;
  font-size: 13.5px;
  font-weight: 600;
  justify-content: center;
  min-height: 40px;
  padding: 0 14px;
  white-space: nowrap;
}

.nav-link {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: var(--guyde-ink);
  font-size: var(--type-nav);
  font-weight: 500;
  min-height: 32px;
  padding: 0;
}

.nav-link:hover,
.nav-link[aria-current="page"] {
  color: var(--guyde-blue);
}

.button {
  background: var(--guyde-blue);
  border-color: var(--guyde-blue);
  color: #ffffff;
  font-size: var(--type-button);
  font-weight: 500;
  min-height: 40px;
  padding-inline: 16px;
}

.button:disabled,
.button[aria-busy="true"] {
  cursor: wait;
  opacity: 0.58;
  pointer-events: none;
}

.button.secondary {
  background: #ffffff;
  border-color: var(--guyde-line);
  color: var(--guyde-ink);
}

.header-actions .button {
  border: 1px solid var(--guyde-line);
  border-radius: 9px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  min-height: 38px;
  padding-inline: 13px;
}

.header-actions .button:not(.secondary) {
  background: var(--guyde-blue);
  border-color: var(--guyde-blue);
  color: #ffffff;
}

.header-actions .button.secondary {
  background: #ffffff;
  color: var(--guyde-ink);
}

.button.primary {
  background: #ffffff;
  border-color: #ffffff;
  color: var(--guyde-ink);
}

.hero,
.section {
  border-top: 1px solid var(--guyde-line);
  display: grid;
  gap: 34px;
  margin-inline: auto;
  padding: 64px 48px;
  scroll-margin-top: calc(var(--guyde-sticky-header-offset) + 18px);
  width: calc(100% - 30px);
}

.hero {
  align-content: center;
  align-items: start;
  background:
    radial-gradient(circle at 82% 18%, rgba(255, 255, 255, 0.34), transparent 20rem),
    linear-gradient(135deg, #0b2948 0%, #1663a8 42%, #3aa4fb 72%, #a7d8fb 100%);
  height: auto;
  min-height: var(--guyde-page-hero-height);
  padding-block: 48px;
  padding-inline: clamp(20px, 2.2vw, 30px);
}

main > .section:nth-of-type(even) {
  background: var(--guyde-wash);
}

main > .section:nth-of-type(odd) {
  background: #ffffff;
}

.hero-inner,
.section-copy {
  justify-self: center;
  max-width: 1100px;
  padding-inline: clamp(18px, 3vw, 44px);
  text-align: center;
  width: 100%;
}

.hero-inner {
  max-width: var(--guyde-hero-content-width);
  padding-inline: clamp(6px, 1vw, 14px);
}

.hero .hero-inner {
  padding-top: 0;
}

h1,
h2,
h3 {
  font-family: "Plus Jakarta Sans", Avenir Next, Arial, sans-serif;
  letter-spacing: 0;
  margin: 0;
}

h1 {
  color: #ffffff;
  font-size: var(--type-page-title);
  font-weight: 400;
  line-height: 1.22;
  margin-inline: auto;
  max-width: var(--guyde-hero-text-width);
  text-align: center;
}

h2 {
  color: var(--guyde-blue);
  font-size: var(--type-page-title);
  font-weight: 400;
  line-height: 1.22;
  text-align: center;
}

h3 {
  color: var(--guyde-ink);
  font-size: var(--type-card-title);
  font-weight: 500;
  line-height: 1.16;
}

.hero-subtitle {
  color: rgba(255, 255, 255, 0.9);
  font-size: var(--type-hero-body);
  font-weight: 500;
  line-height: 1.22;
  margin: 32px auto 0;
  max-width: var(--guyde-hero-text-width);
  text-align: center;
}

.section-copy p {
  color: var(--guyde-ink);
  font-size: var(--type-section-body);
  line-height: 1.42;
  margin: 18px auto 0;
  max-width: 1080px;
  text-align: center;
}

.hero-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-top: 42px;
}

.hero-actions .button {
  border-radius: 14px;
  font-size: var(--type-button);
  min-height: 66px;
  padding-inline: 46px;
  text-align: center;
  white-space: normal;
}

.detail-grid,
.pricing-grid,
.news-grid,
.about-grid {
  display: grid;
  gap: 22px;
  margin: 12px auto 0;
  width: 100%;
}

.detail-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: min(100%, 1220px);
}

.detail-grid.four-card-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: min(100%, 1550px);
}

.detail-grid.two-card-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: min(100%, 1120px);
}

.detail-grid.audit-lifecycle-grid {
  gap: 18px;
  justify-self: center;
}

.detail-grid.six-card-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: min(100%, 1120px);
}

@media (min-width: 1500px) {
  .detail-grid.six-card-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: min(100%, 1220px);
  }
}

.card,
.pricing-card,
.news-card,
.about-block {
  background: #ffffff;
  border: 1px solid var(--guyde-line);
  border-radius: 18px;
  box-shadow: 0 18px 38px rgba(6, 25, 46, 0.06);
  overflow: hidden;
  position: relative;
}

.card,
.about-block {
  align-content: start;
  display: grid;
  gap: 10px;
  grid-template-rows: none;
}

.card,
.pricing-card,
.news-card,
.about-block {
  padding: 28px;
}

.news-card {
  min-height: 260px;
}

.card::before,
.pricing-card::before,
.news-card::before,
.about-block::before {
  background: linear-gradient(90deg, var(--guyde-blue), var(--guyde-path));
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.card:nth-child(even)::before,
.pricing-card:nth-child(even)::before,
.news-card:nth-child(even)::before,
.about-block:nth-child(even)::before {
  background: linear-gradient(90deg, var(--guyde-ink), var(--guyde-blue));
}

.card p,
.pricing-card p,
.news-card p {
  color: var(--guyde-muted);
  font-size: var(--type-card-body);
  line-height: 1.48;
  margin: 14px 0 0;
}

.card p {
  background: linear-gradient(135deg, rgba(139, 202, 247, 0.24), #ffffff 68%);
  border: 1px solid var(--guyde-line);
  border-radius: 14px;
  color: var(--guyde-ink);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin: 0;
  min-height: 0;
  padding: 18px;
}

.card ul {
  background: linear-gradient(135deg, rgba(139, 202, 247, 0.24), #ffffff 68%);
  border: 1px solid var(--guyde-line);
  border-radius: 14px;
  color: var(--guyde-ink);
  display: grid;
  gap: 8px;
  font-size: var(--type-card-body);
  line-height: 1.48;
  margin: 0;
  min-height: 0;
  padding: 18px 18px 18px 34px;
}

.card h3 {
  font-size: var(--type-card-title);
}

.card-title {
  align-items: flex-start;
  display: flex;
  gap: 12px;
}

.card-title span {
  min-width: 0;
}

.card-title img {
  background: rgba(139, 202, 247, 0.22);
  border: 1px solid var(--guyde-line);
  border-radius: 12px;
  flex: 0 0 auto;
  height: 46px;
  object-fit: contain;
  padding: 4px;
  width: 46px;
}

.card,
.pricing-card,
.about-block {
  align-content: start;
  gap: 10px;
  min-height: 0;
}

.card,
.pricing-card {
  grid-template-rows: none;
}

.detail-grid[aria-label="Guyde audience paths"] .card {
  grid-template-rows: auto auto 1fr;
}

.detail-grid[aria-label="Guyde audience paths"] .plan-actions {
  align-self: end;
}

.final-cta {
  background:
    radial-gradient(circle at 80% 14%, rgba(139, 202, 247, 0.26), transparent 18rem),
    linear-gradient(135deg, var(--guyde-ink), #0b2948 52%, #124d83);
  border: 1px solid rgba(139, 202, 247, 0.36);
  border-radius: 18px;
  box-shadow: 0 24px 60px rgba(6, 25, 46, 0.18);
  max-width: 1320px;
  padding: clamp(44px, 5vw, 72px);
}

.final-cta h2 {
  color: #ffffff;
}

.final-cta p {
  color: rgba(255, 255, 255, 0.86);
}

.final-cta .button.primary {
  background: #ffffff;
  border-color: #ffffff;
  color: var(--guyde-ink);
}

.about-grid {
  gap: 28px;
  grid-template-columns: minmax(0, 1fr);
  max-width: 1180px;
}

.about-block h3 {
  color: var(--guyde-ink);
  font-size: var(--type-card-title);
  font-weight: 500;
  line-height: 1.16;
  margin: 0;
  text-align: left;
}

.about-card-content {
  background: linear-gradient(135deg, rgba(139, 202, 247, 0.24), #ffffff 68%);
  border: 1px solid var(--guyde-line);
  border-radius: 14px;
  color: var(--guyde-ink);
  display: grid;
  gap: 14px;
  margin: 0;
  min-height: 150px;
  padding: 20px;
}

.about-card-content p {
  color: var(--guyde-ink);
  font-size: var(--type-card-body);
  line-height: 1.48;
  margin: 0;
}

.about-card-content ul {
  color: var(--guyde-muted);
  display: grid;
  gap: 8px;
  font-size: var(--type-card-body);
  line-height: 1.48;
  margin: 0;
  padding-left: 22px;
}

.pricing-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 1550px;
}

.pricing-card {
  align-content: start;
  display: grid;
  gap: 10px;
  grid-template-rows: none;
}

.pricing-card h3 {
  font-size: var(--type-card-title);
}

.pricing-card .plan-audience {
  background: linear-gradient(135deg, rgba(139, 202, 247, 0.24), #ffffff 68%);
  border: 1px solid var(--guyde-line);
  border-radius: 14px;
  color: var(--guyde-ink);
  margin: 0;
  min-height: 70px;
  padding: 16px;
}

.plan-actions {
  display: flex;
  justify-content: center;
  margin-top: 4px;
}

.plan-actions .button {
  border-radius: 14px;
  min-height: 48px;
  padding-inline: 20px;
  text-align: center;
  white-space: normal;
  width: 100%;
}

.deployment-callout {
  background: #ffffff;
  border: 1px solid var(--guyde-line);
  border-radius: 18px;
  box-shadow: 0 18px 38px rgba(6, 25, 46, 0.06);
  display: grid;
  gap: 18px;
  justify-self: center;
  max-width: 1320px;
  overflow: hidden;
  padding: 28px;
  position: relative;
  width: 100%;
}

.deployment-callout::before {
  background: linear-gradient(90deg, var(--guyde-blue), var(--guyde-path));
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.deployment-list {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.deployment-list article {
  background: linear-gradient(135deg, rgba(139, 202, 247, 0.24), #ffffff 68%);
  border: 1px solid var(--guyde-line);
  border-radius: 14px;
  padding: 18px;
}

.deployment-list h3 {
  font-size: var(--type-card-title);
}

.deployment-list p,
.deployment-notice {
  color: var(--guyde-muted);
  font-size: var(--type-card-body);
  line-height: 1.48;
  margin: 10px 0 0;
}

.deployment-notice {
  background: linear-gradient(135deg, rgba(100, 116, 139, 0.1), #ffffff 70%);
  border: 1px solid var(--guyde-line);
  border-radius: 14px;
  color: var(--guyde-ink);
  margin: 10px 0 0;
  padding: 18px;
}

.news-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 1180px;
}

.news-grid--featured {
  grid-template-columns: minmax(0, 1fr);
  max-width: 760px;
}

.news-section-copy .news-section-statement {
  margin-top: 0;
}

.news-card {
  align-content: start;
  display: grid;
  gap: 10px;
}

.news-card .card-title {
  align-items: center;
}

a.news-card {
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

a.news-card:hover,
a.news-card:focus-visible {
  border-color: var(--guyde-blue);
  box-shadow: 0 20px 42px rgba(6, 25, 46, 0.1);
  transform: translateY(-2px);
}

.news-card-action {
  color: var(--guyde-blue);
  font-size: 16px;
  font-weight: 400;
  margin-top: 8px;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.news-card-date {
  color: var(--guyde-muted);
  font-size: 14px;
  line-height: 1.4;
}

.site-footer {
  align-items: center;
  border-top: 1px solid var(--guyde-line);
  color: var(--guyde-muted);
  display: grid;
  gap: 14px;
  grid-template-columns: 1fr;
  min-height: 96px;
  padding: 24px;
  text-align: center;
  width: calc(100% - 30px);
  margin-inline: auto;
}

.social-links {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.social-links {
  justify-content: center;
}

.social-link {
  align-items: center;
  background: #ffffff;
  border: 1px solid var(--guyde-line);
  border-radius: 10px;
  display: inline-flex;
  height: 42px;
  justify-content: center;
  padding: 0;
  width: 42px;
}

.social-link svg {
  display: block;
  height: 23px;
  width: 23px;
}

.access-dialog {
  border: 0;
  border-radius: 14px;
  box-shadow: 0 24px 64px rgba(6, 25, 46, 0.22);
  max-width: min(680px, calc(100vw - 32px));
  padding: 0;
  width: 680px;
}

.access-dialog::backdrop {
  background: rgba(6, 25, 46, 0.42);
}

.access-dialog {
  max-height: min(86svh, 900px);
  overflow: hidden;
}

.access-dialog--login,
.access-dialog--forgot-password,
.access-dialog--change-password {
  max-width: min(500px, calc(100vw - 32px));
  width: 500px;
}

.access-panel {
  background: #ffffff;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  max-height: min(86svh, 900px);
}

.access-dialog-head {
  align-items: center;
  background: #eef7ff;
  border-bottom: 1px solid var(--guyde-line);
  display: flex;
  gap: 14px;
  justify-content: space-between;
  padding: 14px 16px;
  position: sticky;
  top: 0;
  z-index: 2;
}

.access-dialog-head h3 {
  font-size: clamp(20px, 1.6vw, 24px);
  line-height: 1.16;
}

.access-dialog-actions {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  gap: 10px;
}

.access-submit.button {
  border-radius: 9px;
  font-size: 15px;
  min-height: 40px;
  padding-inline: 14px;
  white-space: nowrap;
}

.access-dialog-body {
  overflow-y: auto;
  padding: 18px;
}

.news-article-dialog {
  border: 0;
  border-radius: 14px;
  box-shadow: 0 24px 64px rgba(6, 25, 46, 0.22);
  max-height: min(90svh, 980px);
  max-width: min(920px, calc(100vw - 32px));
  overflow: hidden;
  padding: 0;
  width: 920px;
}

.news-article-dialog::backdrop {
  background: rgba(6, 25, 46, 0.48);
}

.news-article-panel {
  background: #ffffff;
  display: grid;
  grid-template-rows: auto auto minmax(0, 1fr);
  max-height: min(90svh, 980px);
}

.news-article-copy-recovery:not([hidden]) {
  background: var(--guyde-wash);
  border-bottom: 1px solid var(--guyde-line);
  display: grid;
  gap: 6px;
  padding: 12px 18px;
}

.news-article-copy-recovery p,
.news-article-copy-recovery label,
.news-article-copy-recovery input {
  color: var(--guyde-ink);
  font: inherit;
  font-size: 16px;
  margin: 0;
}

.news-article-copy-recovery input {
  background: #ffffff;
  border: 1px solid var(--guyde-line);
  border-radius: 6px;
  min-width: 0;
  padding: 8px;
  width: 100%;
}

.news-article-head h2 {
  color: var(--guyde-ink);
  font-size: 24px;
  line-height: 1.2;
}

.news-article-share.button {
  border-radius: 9px;
  font-size: 15px;
  min-height: 40px;
  padding-inline: 16px;
  white-space: nowrap;
}

.news-article-body {
  grid-row: 3;
  outline: 0;
  overflow-y: auto;
  padding: 24px 34px 30px;
}

.news-article-status {
  color: var(--guyde-muted);
  font-size: 16px;
  margin: 0;
}

.news-article-content {
  color: var(--guyde-ink);
  margin: 0 auto;
  max-width: 760px;
}

.news-article-content > :first-child {
  margin-top: 0;
}

.news-article-body-title {
  color: var(--guyde-ink);
  font-size: clamp(28px, 3vw, 38px);
  font-weight: 500;
  line-height: 1.2;
  margin: 0 auto 12px;
  max-width: 760px;
  text-align: center;
}

.news-article-content .news-article-meta {
  color: var(--guyde-muted);
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 14px;
  text-align: center;
}

.article-h2,
.news-article-content h3 {
  color: var(--guyde-ink);
  line-height: 1.25;
  margin: 22px 0 8px;
}

.article-h2 {
  font-size: 26px;
  font-weight: 700;
  text-align: left;
}

.news-article-content h3 {
  font-size: 21px;
}

.news-article-content p,
.news-article-content li {
  font-size: 18px;
  line-height: 1.5;
}

.news-article-content p,
.news-article-content ul,
.news-article-content ol,
.news-article-content blockquote {
  margin: 0 0 12px;
}

.news-article-content img {
  display: block;
  height: auto;
  margin: 20px auto;
  max-width: 100%;
}

.news-article-content blockquote {
  border-left: 4px solid var(--guyde-blue);
  color: var(--guyde-muted);
  padding: 4px 0 4px 20px;
}

.access-helper {
  color: var(--guyde-muted);
  font-size: 14px;
  line-height: 1.42;
  margin: 0 0 14px;
}

.access-form {
  display: grid;
  gap: 12px;
}

.access-form-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.access-field {
  color: var(--guyde-ink);
  display: grid;
  gap: 6px;
  min-width: 0;
}

.access-field--full {
  grid-column: 1 / -1;
}

.access-field > span,
.access-check {
  color: var(--guyde-ink);
  font-size: 13px;
  font-weight: 650;
  line-height: 1.3;
}

.access-optional {
  color: var(--guyde-muted);
  font-size: 11.7px;
  font-weight: 500;
  margin-left: 8px;
}

.access-field input,
.access-field select,
.access-field textarea {
  background: var(--guyde-wash);
  border: 1px solid var(--guyde-line);
  border-radius: 10px;
  color: var(--guyde-ink);
  font: inherit;
  font-size: 15px;
  min-height: 44px;
  padding: 10px 12px;
  width: 100%;
}

.access-field textarea {
  line-height: 1.45;
  min-height: 90px;
  resize: vertical;
}

.access-field input:focus,
.access-field select:focus,
.access-field textarea:focus {
  border-color: var(--guyde-blue);
  box-shadow: 0 0 0 3px rgba(42, 147, 246, 0.16);
  outline: 0;
}

.access-row {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.access-row--split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  justify-content: space-between;
}

.access-check {
  align-items: center;
  cursor: pointer;
  display: inline-flex;
  gap: 8px;
  min-height: 24px;
}

.access-check input {
  accent-color: var(--guyde-blue);
  height: 18px;
  width: 18px;
}

.access-link {
  align-items: center;
  color: var(--guyde-blue);
  display: inline-flex;
  font-size: 13px;
  font-weight: 700;
  min-height: 24px;
}

.access-notice {
  background: #eef7ff;
  border: 1px solid var(--guyde-line);
  border-radius: 10px;
  color: var(--guyde-ink);
  font-size: 14px;
  line-height: 1.45;
  margin: 0 0 14px;
  padding: 12px 14px;
}

.access-notice.is-busy {
  align-items: center;
  background: #eef7ff;
  border-color: #8bcaf7;
  display: flex;
  gap: 10px;
  min-height: 46px;
}

.access-loading-icon {
  border-radius: 50%;
  flex: 0 0 auto;
  height: 26px;
  position: relative;
  width: 26px;
}

.access-loading-ring,
.access-loading-core {
  border-radius: 50%;
  position: absolute;
}

.access-loading-ring {
  animation: access-loading-ripple 1.6s ease-out infinite;
  border: 1.5px solid rgba(42, 147, 246, 0.72);
  inset: 6px;
}

.access-loading-ring:nth-child(2) {
  animation-delay: 0.42s;
}

.access-loading-core {
  animation: access-loading-breathe 1.4s ease-in-out infinite;
  background: var(--guyde-blue);
  box-shadow:
    inset 0 0 0 2px #ffffff,
    0 0 10px rgba(42, 147, 246, 0.62);
  inset: 10px;
}

.access-notice-text {
  min-width: 0;
}

.access-notice.is-success {
  background: #eef7ff;
  border-color: #8bcaf7;
}

.access-notice.is-error {
  background: #fff4f2;
  border-color: #e5a59b;
}

.access-notice[hidden] {
  display: none;
}

@keyframes access-loading-ripple {
  0% {
    opacity: 0.8;
    transform: scale(0.25);
  }

  100% {
    opacity: 0;
    transform: scale(1.9);
  }
}

@keyframes access-loading-breathe {
  0%,
  100% {
    opacity: 0.78;
    transform: scale(0.92);
  }

  50% {
    opacity: 1;
    transform: scale(1.06);
  }
}

.dialog-close {
  align-items: center;
  background: #ffffff;
  border: 1px solid var(--guyde-line);
  border-radius: 9px;
  color: var(--guyde-ink);
  cursor: pointer;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 22px;
  height: 40px;
  justify-content: center;
  line-height: 1;
  padding: 0;
  width: 40px;
}

@media (max-width: 1360px) {
  :root {
    --guyde-sticky-header-offset: 82px;
  }

  .site-header {
    gap: 12px;
    grid-template-columns: minmax(0, 1fr) auto;
    padding: 8px 20px;
  }

  .brand {
    gap: 12px;
    grid-column: 1;
    grid-row: 1;
  }

  .brand img {
    height: 64px;
    width: 64px;
  }

  .brand span {
    font-size: 27px;
  }

  .mobile-menu-toggle {
    display: inline-flex;
    grid-column: 2;
    grid-row: 1;
  }

  .site-menu {
    background: #f7fafd;
    border: 1px solid var(--guyde-line);
    border-radius: 12px;
    box-shadow: 0 18px 45px rgba(6, 25, 46, 0.12);
    display: none;
    flex-direction: column;
    gap: 16px;
    left: 20px;
    max-height: calc(100svh - var(--guyde-sticky-header-offset) - 18px);
    overflow-y: auto;
    padding: 18px;
    position: absolute;
    right: 20px;
    top: calc(100% + 1px);
  }

  .site-header.is-menu-open .site-menu {
    display: flex;
  }

  .main-nav {
    align-items: stretch;
    flex-direction: column;
    gap: 0;
    grid-column: auto;
    grid-row: auto;
    justify-content: flex-start;
    overflow: visible;
    padding-bottom: 0;
    width: 100%;
  }

  .nav-link {
    border-bottom: 1px solid var(--guyde-line);
    font-size: 16.2px;
    justify-content: center;
    min-height: 46px;
    text-align: center;
    width: 100%;
  }

  .main-nav .nav-link:last-child {
    border-bottom: 0;
  }

  .header-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 10px;
    grid-column: auto;
    grid-row: auto;
    justify-content: flex-start;
    width: 100%;
  }

  .header-actions .button {
    font-size: 16.2px;
    min-height: 48px;
    width: 100%;
  }

  .detail-grid,
  .news-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .detail-grid.four-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .detail-grid.six-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
  }

  .detail-grid.two-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .card,
  .pricing-card,
  .news-card,
  .about-block {
    min-height: 0;
  }

  .card,
  .about-block {
    grid-template-rows: auto auto;
  }

}

@media (max-width: 860px) {
  .access-form-grid {
    grid-template-columns: 1fr;
  }

  .access-field--full {
    grid-column: auto;
  }

  .detail-grid,
  .deployment-list,
  .about-grid,
  .pricing-grid,
  .news-grid {
    grid-template-columns: 1fr;
  }

  .detail-grid.four-card-grid {
    grid-template-columns: 1fr;
  }

  .detail-grid.six-card-grid {
    grid-template-columns: 1fr;
  }

  .detail-grid.two-card-grid {
    grid-template-columns: 1fr;
  }

  .card,
  .pricing-card,
  .news-card,
  .about-block {
    padding: 20px;
  }

}

@media (max-width: 720px) {
  :root {
    --guyde-sticky-header-offset: 68px;
  }

  .site-header {
    padding: 7px 16px;
  }

  .brand img {
    height: 52px;
    width: 52px;
  }

  .brand span {
    font-size: 25.2px;
  }

  .site-menu {
    left: 12px;
    padding: 16px;
    right: 12px;
  }

  .nav-link {
    font-size: 15.3px;
    min-height: 44px;
  }

  .header-actions .button {
    font-size: 15.3px;
    min-height: 46px;
  }

  .access-dialog,
  .access-dialog--login,
  .access-dialog--forgot-password,
  .access-dialog--change-password {
    max-width: calc(100vw - 20px);
    width: calc(100vw - 20px);
  }

  .access-dialog-head {
    align-items: stretch;
    flex-direction: column;
    gap: 12px;
    padding: 16px;
  }

  .access-dialog-actions {
    width: 100%;
  }

  .access-submit.button {
    flex: 1 1 auto;
    font-size: 15px;
    min-width: 0;
  }

  .access-dialog-body {
    padding: 16px;
  }

  .news-article-dialog {
    border-radius: 0;
    height: 100svh;
    max-height: 100svh;
    max-width: 100vw;
    width: 100vw;
  }

  .news-article-panel {
    height: 100svh;
    max-height: 100svh;
  }

  .news-article-head {
    align-items: center;
    flex-direction: row;
    gap: 10px;
    padding: 12px 14px;
  }

  .news-article-head h2 {
    font-size: 18px;
  }

  .news-article-head .access-dialog-actions {
    width: auto;
  }

  .news-article-share.button {
    font-size: 14px;
    min-height: 40px;
    padding-inline: 12px;
  }

  .news-article-body {
    padding: 18px 20px 26px;
  }

  .article-h2 {
    font-size: 23px;
  }

  .news-article-content h3 {
    font-size: 20px;
  }

  .news-article-content p,
  .news-article-content li {
    font-size: 16px;
  }

  .access-field input,
  .access-field select,
  .access-field textarea {
    font-size: 14.4px;
  }

  .social-links {
    justify-content: center;
  }

  .hero,
  .section {
    padding: 48px 20px;
  }

  .hero {
    height: auto;
    min-height: calc((100svh - var(--guyde-sticky-header-offset)) * 0.6);
    padding-block: 36px;
  }

  .hero-inner,
  .section-copy,
  .detail-grid,
  .about-grid,
  .pricing-grid,
  .news-grid {
    justify-self: stretch;
    max-width: 100%;
    padding-inline: 0;
    width: 100%;
  }

  .hero .hero-inner {
    padding-inline: 10px;
  }

  h1 {
    font-size: clamp(30.6px, 8.37vw, 37.8px);
    line-height: 1.18;
  }

  .hero-subtitle {
    font-size: var(--type-hero-body);
    line-height: 1.34;
    max-width: 100%;
  }

  .detail-grid.four-card-grid,
  .detail-grid.two-card-grid {
    max-width: 100%;
    width: 100%;
  }

  .hero-actions .button {
    font-size: 19.8px;
    min-height: 52px;
    padding-inline: 24px;
  }

  .detail-grid,
  .deployment-list,
  .about-grid,
  .pricing-grid,
  .news-grid {
    grid-template-columns: 1fr;
  }

  .card,
  .pricing-card,
  .news-card,
  .about-block {
    min-width: 0;
    width: 100%;
  }

}

/* Navigation and reading remain available before or without enhancement. */
html:not(.site-ready) .page {
  padding-top: 0;
}

html:not(.site-ready) .site-header {
  grid-template-columns: minmax(0, 1fr);
  height: auto;
  position: static;
}

html:not(.site-ready) .site-menu {
  background: transparent;
  border: 0;
  box-shadow: none;
  display: block;
  max-height: none;
  overflow: visible;
  padding: 0;
  position: static;
}

html:not(.site-ready) .main-nav {
  flex-direction: row;
  flex-wrap: wrap;
  gap: 12px 24px;
  justify-content: flex-start;
}

html:not(.site-ready) .main-nav .nav-link {
  border: 0;
  width: auto;
}

html:not(.site-ready) :is(.mobile-menu-toggle, .header-actions, [data-dialog-open], [data-demo-open], [data-access-open]) {
  display: none;
}
