@font-face {
  font-display: swap;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Poppins-Bold.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/Poppins-Medium.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Poppins-Regular.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Poppins-Bold.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 500;
  src: url("https://domain.com/fonts/Gilroy-Medium.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 400;
  src: url("https://domain.com/fonts/Gilroy-Regular.woff2") format("woff2");
}
:root {
  --light-color: #ffffff;
  --dark-color: #000000;
  --primary-color: #123453;
  --accent-color: #bc8c62;
  --warning-color: red;
}

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

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

ul,
ol,
li {
  list-style: none;
}

img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

html {
  scroll-behavior: smooth;
}

body {
  scroll-behavior: smooth;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 1.3;
  color: var(--dark-color);
}

body.lock {
  overflow: hidden;
}

.container {
  max-width: 1280px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}

a {
  transition: all 0.3s ease;
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 32px;
  font-weight: 700;
  border: 1px solid var(--dark-color);
  width: 100%;
  transition: all 0.3s ease;
}

.error-message {
  font-size: 0.9rem;
  color: red;
  font-weight: 500;
}


/* 1 */
.executive-alert-panel {
  background-color: #f8f9fa;
  padding: 1.5rem 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 0.95rem;
  line-height: 1.4;
  color: #495057;
  border-bottom: 1px solid #e9ecef;
}

.premium-notice-frame {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  max-width: 100%;
  gap: 0.75rem;
  padding: 0.5rem 1rem;
  background-color: #ffffff;
  border-left: 4px solid #dc3545;
  border-radius: 0 8px 8px 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.caution-symbol {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 0.125rem;
}

.discreet-admonition-block {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin: 0;
  padding: 0;
  font-weight: 400;
}

.priority-indicator {
  font-weight: 600;
  color: #dc3545;
  font-size: 0.95rem;
}

@media (max-width: 768px) {
  .executive-alert-panel {
    padding: 1rem 0;
    font-size: 0.9rem;
  }

  .premium-notice-frame {
    flex-direction: row;
    gap: 0.5rem;
    padding: 0.75rem 0.75rem;
    border-radius: 0 6px 6px 0;
  }

  .caution-symbol {
    width: 1rem;
    height: 1rem;
    margin-top: 0.25rem;
  }

  .discreet-admonition-block {
    line-height: 1.3;
  }
}

@media (max-width: 480px) {
  .executive-alert-panel {
    font-size: 0.85rem;
  }

  .premium-notice-frame {
    padding: 0.5rem;
    gap: 0.375rem;
  }

  .priority-indicator {
    font-size: 0.85rem;
  }
}

/* header */

.summit-header-portal {
  background-color: #ffffff;
  border-bottom: 1px solid #dee2e6;
  width: 100%;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  position: relative;
  z-index: 1000;
}

.strategic-layout-hub {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0.75rem 0;
  gap: 2rem;
}

.alliance-insignia {
  display: flex;
  flex-shrink: 0;
  text-decoration: none;
}

.insignia-graphic {
  height: 2.25rem;
  width: auto;
  display: block;
}

.summit-pathfinder {
  display: flex;
  flex-grow: 1;
  justify-content: center;
}

.navigation-array {
  display: flex;
  flex-direction: row;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 2.5rem;
  align-items: center;
}

.odyssey-link-holder {
  display: flex;
  margin: 0;
}

.array-connector {
  display: block;
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 500;
  color: #495057;
  letter-spacing: 0.025em;
  white-space: nowrap;
  padding: 0.25rem 0.5rem;
  transition: color 0.2s ease-in-out;
}

.array-connector:hover {
  color: #dc3545;
}

.strategic-actions-vault {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
  flex-shrink: 0;
}

.vanguard-callout {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.625rem 1.5rem;
  background-color: #6c757d;
  color: #ffffff;
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.025em;
  border-radius: 0.375rem;
  white-space: nowrap;
  box-shadow: 0 2px 4px rgba(108, 117, 125, 0.15);
}

.toggle-mechanism {
  display: none;
  flex-direction: column;
  justify-content: space-around;
  width: 1.75rem;
  height: 1.25rem;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  position: relative;
}

.activation-bar {
  display: block;
  height: 0.125rem;
  width: 100%;
  background-color: #495057;
  border-radius: 0.0625rem;
  position: relative;
  transform-origin: center;
}

.toggle-mechanism.active-overlay .activation-bar:nth-child(1) {
  transform: rotate(45deg) translate(0.25rem, 0.25rem);
}

.toggle-mechanism.active-overlay .activation-bar:nth-child(2) {
  opacity: 0;
}

.toggle-mechanism.active-overlay .activation-bar:nth-child(3) {
  transform: rotate(-45deg) translate(0.25rem, -0.25rem);
}

@media (max-width: 992px) {
  .strategic-layout-hub {
    gap: 1rem;
  }

  .navigation-array {
    gap: 1.75rem;
  }

  .array-connector {
    font-size: 0.8rem;
  }
}

@media (max-width: 1100px) {
  .vanguard-callout {
    display: none;
  }

  .toggle-mechanism {
    display: flex;
  }

  .summit-pathfinder {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    border-top: 1px solid #dee2e6;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    display: none;
    flex-direction: column;
    padding: 1rem 0;
  }

  .navigation-array.active-overlay {
    display: flex;
    flex-direction: column;
    gap: 0;
    align-items: stretch;
  }

  .odyssey-link-holder {
    width: 100%;
    border-bottom: 1px solid #f8f9fa;
  }

  .array-connector {
    padding: 1rem 2rem;
    font-size: 1rem;
    border-left: 3px solid transparent;
  }

  .array-connector:hover {
    background-color: #f8f9fa;
    border-left-color: #dc3545;
  }

  .strategic-layout-hub {
    padding: 1rem 0;
  }

  .insignia-graphic {
    height: 1.875rem;
  }
}

@media (max-width: 480px) {
  .strategic-layout-hub {
    gap: 0.5rem;
  }

  .insignia-graphic {
    height: 1.5rem;
  }

  .array-connector {
    padding: 0.875rem 1.5rem;
    font-size: 0.95rem;
  }
}
/* --------------------hero---------------------- */

.sovereign-ascendancy {
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../img/hero.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 4rem 0 3rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #ffffff;
  min-height: 60vh;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.ascendancy-constellation {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  gap: 3rem;
  margin-bottom: 2rem;
}

.pinnacle-enunciation {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  gap: 1rem;
  max-width: 60%;
}

.enunciation-sovereign {
  font-size: 2.75rem;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
  color: #ffffff;
  letter-spacing: -0.025em;
}

.enunciation-resonance {
  font-size: 1.125rem;
  line-height: 1.5;
  margin: 0;
  color: #b6b6b6;
  font-weight: 400;
}

.ascendant-momentum {
  display: flex;
  flex-shrink: 0;
  align-items: flex-start;
}

.momentum-igniter {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 2.25rem;
  background-color: #dc3545;
  color: #ffffff;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  border-radius: 0.5rem;
  white-space: nowrap;
  box-shadow: 0 4px 12px rgba(220, 53, 69, 0.2);
  border: 2px solid #dc3545;
  transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.momentum-igniter:hover {
  background-color: #c82333;
  border-color: #c82333;
  box-shadow: 0 6px 16px rgba(220, 53, 69, 0.25);
}

.sovereign-codicil {
  display: flex;
  width: 100%;
  padding: 1rem 0;
  border-top: 1px solid #dee2e6;
}

.codicil-reservation {
  font-size: 0.875rem;
  line-height: 1.4;
  margin: 0;
  color: #6c757d;
  font-weight: 400;
  text-align: center;
}

@media (max-width: 992px) {
  .sovereign-ascendancy {
    padding: 3rem 0 2.5rem;
    min-height: 50vh;
  }

  .ascendancy-constellation {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 2rem;
    margin-bottom: 1.5rem;
  }

  .pinnacle-enunciation {
    max-width: 100%;
    gap: 0.75rem;
  }

  .enunciation-sovereign {
    font-size: 2.25rem;
  }

  .enunciation-resonance {
    font-size: 1rem;
  }

  .ascendant-momentum {
    width: 100%;
    justify-content: center;
  }

  .momentum-igniter {
    padding: 0.875rem 2rem;
    font-size: 0.95rem;
  }

  .codicil-reservation {
    font-size: 0.8rem;
    padding: 0 1rem;
  }
}

@media (max-width: 768px) {
  .sovereign-ascendancy {
    padding: 2.5rem 0 2rem;
    min-height: 45vh;
  }

  .enunciation-sovereign {
    font-size: 1.875rem;
  }

  .enunciation-resonance {
    font-size: 0.95rem;
  }

  .momentum-igniter {
    padding: 0.75rem 1.75rem;
    font-size: 0.9rem;
  }

  .sovereign-codicil {
    padding: 0.75rem 0;
  }

  .codicil-reservation {
    font-size: 0.75rem;
  }
}

@media (max-width: 480px) {
  .sovereign-ascendancy {
    padding: 2rem 0 1.5rem;
  }

  .ascendancy-constellation {
    gap: 1.5rem;
  }

  .pinnacle-enunciation {
    gap: 0.5rem;
  }

  .enunciation-sovereign {
    font-size: 1.625rem;
  }

  .enunciation-resonance {
    font-size: 0.875rem;
  }

  .momentum-igniter {
    padding: 0.625rem 1.5rem;
    font-size: 0.85rem;
  }
}

/* ------------rating----------------------- */

.prestige-endorsement-zone {
  background-color: #f8f9fa;
  padding: 3rem 0;
  width: 100%;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  border-top: 1px solid #e9ecef;
  border-bottom: 1px solid #e9ecef;
}

.endorsement-matrix {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}

.acclaim-gallery {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  width: 100%;
  gap: 1rem;
}

.endorsement-vault {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-grow: 1;
  background-color: #ffffff;
  border: 1px solid #dee2e6;
  border-radius: 0.5rem;
  padding: 1.5rem 1rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.vault-crest {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.vault-crest img {
  height: 2rem;
  width: auto;
  display: block;
}

.crest-label {
  font-size: 0.75rem;
  font-weight: 500;
  color: #6c757d;
  margin: 0;
}

.metric-display {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

.metric-value {
  font-size: 1.5rem;
  font-weight: 700;
  color: #212529;
  margin: 0;
}

.metric-indicators {
  display: flex;
  gap: 0.25rem;
  align-items: center;
  justify-content:center ;
}

.metric-indicator {
  flex-shrink: 0;
  color: #ffc107;
}

.assurance-fortress {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 3rem;
  width: 100%;
}

.fortress-ward {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem 1.25rem;
  background-color: #ffffff;
  border: 1px solid #dee2e6;
  border-radius: 0.375rem;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
}

.ward-emblem {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #495057;
}

.ward-emblem img {
  width: 1.5rem;
  height: 1.5rem;
}

.ward-notation {
  font-size: 0.875rem;
  font-weight: 500;
  color: #495057;
  white-space: nowrap;
}

.caution-realm {
  display: flex;
  justify-content: center;
  width: 100%;
}

.realm-advisory {
  font-size: 0.875rem;
  line-height: 1.4;
  color: #6c757d;
  text-align: center;
  margin: 0;
  max-width: 80%;
}

@media (max-width: 992px) {
  .acclaim-gallery {
    flex-wrap: wrap;
  }

  .endorsement-vault {
    flex: 1 1 calc(50% - 0.5rem);
  }

  .assurance-fortress {
    gap: 2rem;
  }
}

@media (max-width: 768px) {
  .prestige-endorsement-zone {
    padding: 2rem 0;
  }

  .acclaim-gallery {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }

  .endorsement-vault {
    width: 100%;
    max-width: 300px;
  }

  .assurance-fortress {
    flex-direction: column;
    gap: 1rem;
    align-items: center;
  }

  .fortress-ward {
    justify-content: center;
    width: auto;
  }

  .realm-advisory {
    font-size: 0.8rem;
    max-width: 100%;
    padding: 0 1rem;
  }
}

@media (max-width: 480px) {
  .endorsement-vault {
    padding: 1.25rem 0.75rem;
  }

  .vault-crest img {
    height: 1.75rem;
  }

  .metric-value {
    font-size: 1.25rem;
  }

  .metric-indicator {
    width: 1rem;
    height: 1rem;
  }

  .assurance-fortress {
    gap: 0.75rem;
  }

  .fortress-ward {
    padding: 0.5rem 1rem;
    flex-direction: column;
    gap: 0.25rem;
  }

  .ward-emblem {
    order: 2;
  }

  .ward-notation {
    order: 1;
    font-size: 0.8rem;
  }
}

/* ------------------------about------------------------------ */

.elite-virtue-chamber {
  background-color: #f8f9fa;
  padding: 4rem 0;
  width: 100%;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #212529;
  border-top: 1px solid #e9ecef;
}

.chamber-crest {
  display: flex;
  justify-content: center;
  margin-bottom: 3rem;
}

.crest-imperative {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
  color: #212529;
  text-align: center;
  letter-spacing: -0.025em;
}

.virtue-exposition {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  width: 100%;
}

.exposition-meridian {
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: #ffffff;
  border: 1px solid #dee2e6;
  border-radius: 0.75rem;
  padding: 2rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  overflow: hidden;
}

.meridian-dialogue {
  flex-grow: 1;
  padding-right: 2rem;
}

.dialogue-mandate {
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0 0 0.75rem 0;
  color: #dc3545;
}

.dialogue-brief {
  font-size: 1rem;
  line-height: 1.6;
  margin: 0;
  color: #6c757d;
}

.meridian-panorama {
  flex-shrink: 0;
  margin: 0;
}

.meridian-panorama img {
  width: 12rem;
  height: auto;
  border-radius: 0.5rem;
  display: block;
}

@media (max-width: 992px) {
  .elite-virtue-chamber {
    padding: 3rem 0;
  }

  .crest-imperative {
    font-size: 2rem;
  }

  .exposition-meridian {
    flex-direction: column;
    padding: 1.5rem;
    gap: 1.5rem;
  }

  .meridian-dialogue {
    padding-right: 0;
    text-align: center;
  }

  .meridian-panorama img {
    width: 10rem;
  }

  .virtue-exposition {
    gap: 2rem;
  }
}

@media (max-width: 768px) {
  .elite-virtue-chamber {
    padding: 2.5rem 0;
  }

  .crest-imperative {
    font-size: 1.75rem;
  }

  .exposition-meridian {
    padding: 1.25rem;
  }

  .dialogue-mandate {
    font-size: 1.125rem;
  }

  .dialogue-brief {
    font-size: 0.95rem;
  }

  .meridian-panorama img {
    width: 8rem;
  }
}

@media (max-width: 480px) {
  .crest-imperative {
    font-size: 1.5rem;
  }

  .exposition-meridian {
    padding: 1rem;
    border-radius: 0.5rem;
  }

  .dialogue-mandate {
    font-size: 1rem;
  }

  .dialogue-brief {
    font-size: 0.875rem;
  }

  .meridian-panorama img {
    width: 6rem;
  }
}


/* ----------------------services---------------------------- */

.summit-strategy-domain {
  background-color: #f8f9fa;
  padding: 5rem 0;
  width: 100%;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #212529;
  border-top: 1px solid #e9ecef;
}

.domain-overture {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 4rem;
  text-align: center;
}

.overture-declaration {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 0.75rem 0;
  color: #212529;
  letter-spacing: -0.025em;
}

.overture-narrative {
  font-size: 1.125rem;
  line-height: 1.5;
  margin: 0;
  color: #6c757d;
  max-width: 50%;
}

.strategy-portfolio {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  gap: 2rem;
  margin-bottom: 4rem;
}

.portfolio-asset {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex-grow: 1;
  background-color: #ffffff;
  border: 1px solid #dee2e6;
  border-radius: 0.75rem;
  padding: 2rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}

.asset-illustration {
  flex-shrink: 0;
  margin-right: 1.5rem;
  color: #dc3545;
  width: 3.5rem;
  height: 3.5rem;
}

.asset-briefing {
  flex-grow: 1;
}

.briefing-title {
  font-size: 1.125rem;
  font-weight: 600;
  margin: 0 0 0.75rem 0;
  color: #212529;
}

.briefing-summary {
  font-size: 0.95rem;
  line-height: 1.6;
  margin: 0;
  color: #6c757d;
}

.domain-acceleration {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  border: 1px solid #dee2e6;
  border-radius: 0.75rem;
  padding: 2.5rem;
  gap: 3rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}

.acceleration-visual {
  flex-shrink: 0;
  width: 15rem;
  height: auto;
  border-radius: 0.5rem;
}

.acceleration-profile {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-grow: 1;
}

.profile-emphasis {
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 0.5rem 0;
  color: #212529;
}

.emphasis-highlight {
  color: #dc3545;
}

.profile-metric {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  margin: 0;
  color: #6c757d;
}

@media (max-width: 992px) {
  .summit-strategy-domain {
    padding: 4rem 0;
  }

  .overture-declaration {
    font-size: 2.25rem;
  }

  .overture-narrative {
    max-width: 70%;
  }

  .strategy-portfolio {
    flex-direction: column;
    gap: 1.5rem;
  }

  .portfolio-asset {
    padding: 1.5rem;
  }

  .domain-acceleration {
    flex-direction: column;
    text-align: center;
    gap: 2rem;
    padding: 2rem;
  }

  .acceleration-visual {
    width: 12rem;
  }

  .profile-emphasis {
    font-size: 1.625rem;
  }
}

@media (max-width: 768px) {
  .summit-strategy-domain {
    padding: 3rem 0;
  }

  .overture-declaration {
    font-size: 2rem;
  }

  .overture-narrative {
    max-width: 90%;
    font-size: 1rem;
  }

  .portfolio-asset {
    padding: 1.25rem;
  }

  .asset-illustration {
    width: 2.75rem;
    height: 2.75rem;
    margin-right: 1rem;
  }

  .briefing-title {
    font-size: 1rem;
  }

  .briefing-summary {
    font-size: 0.9rem;
  }

  .domain-acceleration {
    padding: 1.5rem;
  }

  .acceleration-visual {
    width: 10rem;
  }

  .profile-emphasis {
    font-size: 1.5rem;
  }
}

@media (max-width: 480px) {
  .overture-declaration {
    font-size: 1.75rem;
  }

  .portfolio-asset {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 1rem;
  }

  .asset-illustration {
    margin-right: 0;
    margin-bottom: 1rem;
  }

  .domain-acceleration {
    padding: 1rem;
    gap: 1.5rem;
  }

  .acceleration-visual {
    width: 8rem;
  }

  .profile-emphasis {
    font-size: 1.375rem;
  }

  .profile-metric {
    font-size: 0.875rem;
  }
}

/* ----------------------join, form---------------------------- */

.paramount-alliance-forum {
  background-color: #f8f9fa;
  padding: 5rem 0;
  width: 100%;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #212529;
  border-top: 1px solid #e9ecef;
}

.forum-indenture {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 3.5rem;
  text-align: center;
}

.indenture-proviso {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 1rem 0;
  color: #212529;
  letter-spacing: -0.025em;
}

.indenture-annotation {
  font-size: 1.125rem;
  line-height: 1.5;
  margin: 0;
  color: #6c757d;
  max-width: 55%;
}

.alliance-bastille {
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  border: 1px solid #dee2e6;
  border-radius: 0.75rem;
  padding: 3rem;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
  max-width: 650px;
  margin: 0 auto;
}

.bastille-quadrant {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  margin-bottom: 1.75rem;
}

.quadrant-bay {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  flex-grow: 1;
}

.quadrant-bay label {
  font-size: 0.875rem;
  font-weight: 600;
  color: #495057;
  margin: 0 0 0.25rem 0;
}

.bay-conduit,
.bay-manifold {
  padding: 1rem 1.25rem;
  border: 1px solid #ced4da;
  border-radius: 0.5rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: #ffffff;
  transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.bay-conduit:focus,
.bay-manifold:focus {
  outline: 0;
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.2);
}

.bay-manifold {
  resize: vertical;
  min-height: 9rem;
}

.conduit-alert {
  font-size: 0.75rem;
  color: #dc3545;
  margin-top: 0.25rem;
  min-height: 1.125rem;
}

.bay-conduit.conduit-error,
.bay-manifold.conduit-error {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.2);
}

.bay-concord {
  font-size: 0.875rem;
  line-height: 1.4;
  color: #6c757d;
  margin: 0;
  text-align: center;
}

.bay-concord a {
  color: #dc3545;
  text-decoration: none;
  font-weight: 500;
}

.bay-concord a:hover {
  text-decoration: underline;
}

.bay-propeller {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 1.125rem 2.5rem;
  background-color: #dc3545;
  color: #ffffff;
  border: 2px solid #dc3545;
  border-radius: 0.5rem;
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: 0.025em;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(220, 53, 69, 0.15);
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.bay-propeller:hover {
  background-color: #c82333;
  border-color: #c82333;
  box-shadow: 0 6px 16px rgba(220, 53, 69, 0.2);
}

.consummation-edict {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  border: 1px solid #dee2e6;
  border-radius: 0.75rem;
  padding: 3.5rem 2.5rem;
  text-align: center;
  max-width: 650px;
  margin: 2.5rem auto 0;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
}

.consummation-edict p {
  font-size: 1.25rem;
  color: #495057;
  margin: 0;
  font-weight: 500;
}

@media (max-width: 992px) {
  .indenture-annotation {
    max-width: 75%;
  }

  .alliance-bastille {
    padding: 2.5rem;
    margin: 0 0.5rem;
  }
}

@media (max-width: 768px) {
  .paramount-alliance-forum {
    padding: 3.5rem 0;
  }

  .indenture-proviso {
    font-size: 2.125rem;
  }

  .indenture-annotation {
    max-width: 95%;
    font-size: 1rem;
  }

  .alliance-bastille {
    padding: 2rem;
  }

  .bastille-quadrant {
    gap: 1rem;
    margin-bottom: 1.25rem;
  }

  .bay-propeller {
    padding: 1rem 2rem;
    font-size: 1rem;
  }

  .consummation-edict {
    padding: 2.5rem 2rem;
    margin: 2rem 0.5rem 0;
  }

  .consummation-edict p {
    font-size: 1.125rem;
  }
}

@media (max-width: 480px) {
  .indenture-proviso {
    font-size: 1.875rem;
  }

  .alliance-bastille {
    padding: 1.5rem;
    border-radius: 0.5rem;
  }

  .bay-conduit,
  .bay-manifold {
    padding: 0.875rem 1rem;
    font-size: 0.95rem;
  }

  .bay-manifold {
    min-height: 8rem;
  }

  .bay-propeller {
    padding: 0.875rem 1.75rem;
    font-size: 0.95rem;
  }
}


/* --------------------------footer--------------------------- */

.prestige-closure-arena {
  background-color: #e9ecef;
  padding: 3rem 0 2rem;
  width: 100%;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #495057;
  border-top: 2px solid #dee2e6;
}

.arena-pinnacle {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 2.5rem;
  gap: 3rem;
}

.pinnacle-discourse {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  gap: 1.25rem;
}

.discourse-tract {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.tract-emphasis {
  font-size: 0.875rem;
  font-weight: 600;
  color: #212529;
  margin: 0;
}

.tract-narrative {
  font-size: 0.8rem;
  line-height: 1.5;
  margin: 0;
  color: #6c757d;
}

.pinnacle-citadel {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  flex-shrink: 0;
  gap: 0.75rem;
  white-space: wrap !important;
}

.citadel-etching {
  text-align: right;
  white-space: wrap !important;
}

.etching-script {
  font-size: 0.75rem;
  font-weight: 500;
  color: #495057;
  margin: 0;
  white-space: wrap !important;
  max-width: 200px;
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width:992px){
  .etching-script {
    max-width: 1000px;
  }
}

.citadel-portal {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 1.25rem;
  background-color: #dc3545;
  color: #ffffff;
  text-decoration: none;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  border-radius: 0.375rem;
  white-space: nowrap;
  box-shadow: 0 2px 6px rgba(220, 53, 69, 0.2);
  transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.citadel-portal:hover {
  background-color: #c82333;
  box-shadow: 0 4px 8px rgba(220, 53, 69, 0.25);
}

.arena-reserve {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 1.5rem;
  border-top: 1px solid #dee2e6;
}

.reserve-heritage {
  flex-shrink: 0;
}

.heritage-legacy {
  font-size: 0.75rem;
  color: #6c757d;
  margin: 0;
}

.reserve-passage {
  display: flex;
  flex-direction: row;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.passage-link {
  font-size: 0.75rem;
  font-weight: 500;
  color: #495057;
  text-decoration: none;
  transition: color 0.2s ease-in-out;
}

.passage-link:hover {
  color: #dc3545;
}

@media (max-width: 992px) {
  .arena-pinnacle {
    flex-direction: column;
    align-items: stretch;
    gap: 2rem;
  }

  .pinnacle-citadel {
    align-items: stretch;
    text-align: center;
  }

  .citadel-etching {
    text-align: center;
  }

  .arena-reserve {
    flex-direction: column;
    gap: 1rem;
    align-items: center;
    text-align: center;
  }

  .reserve-passage {
    gap: 1rem;
  }
}

@media (max-width: 768px) {
  .prestige-closure-arena {
    padding: 2rem 0 1.5rem;
  }

  .tract-narrative {
    font-size: 0.75rem;
  }

  .etching-script {
    font-size: 0.7rem;
  }

  .citadel-portal {
    padding: 0.375rem 1rem;
    font-size: 0.7rem;
  }

  .heritage-legacy {
    font-size: 0.7rem;
  }

  .passage-link {
    font-size: 0.7rem;
  }
}

@media (max-width: 480px) {
  .arena-pinnacle {
    margin-bottom: 2rem;
    gap: 1.5rem;
  }

  .discourse-tract {
    gap: 0.375rem;
  }

  .tract-emphasis {
    font-size: 0.8rem;
  }

  .tract-narrative {
    font-size: 0.7rem;
  }

  .arena-reserve {
    padding-top: 1rem;
    gap: 0.75rem;
  }

  .reserve-passage {
    flex-direction: column;
    gap: 0.5rem;
  }
}

/* -------------------------cookie------------------------------- */

.executive-consent-module {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  width: 100%;
  max-width: 450px;
  padding: 1.5rem;
  background-color: #ffffff;
  border: 1px solid #dee2e6;
  border-radius: 0.75rem;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  position: fixed;
  bottom: 1.25rem;
  right: 1.25rem;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #212529;
  z-index: 1000;
}

.module-precinct {
  display: flex;
  flex-shrink: 0;
  margin-right: 1rem;
}

.precinct-emblem {
  width: 2.5rem;
  height: 2.5rem;
  color: #6c757d;
}

.module-narrative {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  gap: 0.5rem;
  margin-right: 1rem;
}

.narrative-heading {
  font-size: 1.125rem;
  font-weight: 600;
  margin: 0;
  color: #212529;
  line-height: 1.3;
}

.narrative-description {
  font-size: 0.875rem;
  margin: 0;
  color: #6c757d;
  line-height: 1.5;
}

.module-directives {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  flex-shrink: 0;
}

.directive-endorse,
.directive-deny {
  padding: 0.625rem 1.25rem;
  border: 1px solid #dee2e6;
  border-radius: 0.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
}

.directive-endorse {
  background-color: #dc3545;
  color: #ffffff;
  border-color: #dc3545;
}

.directive-endorse:hover {
  background-color: #c82333;
  border-color: #c82333;
}

.directive-deny {
  background-color: #ffffff;
  color: #6c757d;
  border-color: #dee2e6;
}

.directive-deny:hover {
  background-color: #f8f9fa;
  border-color: #ced4da;
}

@media (max-width: 768px) {
  .executive-consent-module {
    flex-direction: column;
    align-items: stretch;
    bottom: 1rem;
    right: 1rem;
    left: 1rem;
    max-width: none;
    padding: 1.25rem;
  }

  .module-precinct {
    align-self: center;
    margin-right: 0;
    margin-bottom: 0.75rem;
  }

  .module-narrative {
    margin-right: 0;
    text-align: center;
  }

  .module-directives {
    flex-direction: row;
    justify-content: center;
  }

  .directive-endorse,
  .directive-deny {
    flex: 1;
    max-width: 120px;
  }
}

@media (max-width: 480px) {
  .executive-consent-module {
    padding: 1rem;
    bottom: 0.75rem;
    right: 0.75rem;
    left: 0.75rem;
  }

  .precinct-emblem {
    width: 2rem;
    height: 2rem;
  }

  .narrative-heading {
    font-size: 1rem;
  }

  .narrative-description {
    font-size: 0.8rem;
  }

  .directive-endorse,
  .directive-deny {
    padding: 0.5rem 1rem;
    font-size: 0.8rem;
  }
}

/* -------------------------pages--------------------------- */

.main-content {
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
    min-height: 100vh;
    padding: clamp(50px, 10vh, 80px) 0;
}

.policy-section {
    position: relative;
    z-index: 1;
    padding: clamp(40px, 8vh, 60px) 0;
}

.policy-heading {
    font-size: clamp(28px, 5vw, 36px);
    margin-bottom: 32px;
    text-align: center;
    color: #2a2a4e;
    font-weight: 700;
    opacity: 0;
    transform: translateY(-20px);
    animation: fadeInDown 0.8s ease-out forwards;
}

.policy-content {
    font-size: clamp(14px, 1.8vw, 16px);
    line-height: 1.8;
    color: #4a4a4a;
    max-width: 800px;
    margin: 0 auto;
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 0.8s ease-out 0.2s forwards;
}

.policy-content p {
    margin-bottom: 20px;
    transition: color 0.3s ease;
}

.policy-content p:hover {
    color: #2a2a4e;
}

.policy-content h2 {
    font-size: clamp(20px, 3vw, 24px);
    margin-bottom: 16px;
    color: #2a2a4e;
    font-weight: 600;
    position: relative;
    padding-bottom: 10px;
}

.policy-content h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 2px;
    background-color: #4da8ff;
    transition: width 0.3s ease;
}

.policy-content h2:hover::after {
    width: 100px;
}

.policy-content ul {
    list-style-type: disc;
    margin-left: 20px;
    margin-bottom: 20px;
}

.policy-content li {
    margin-bottom: 10px;
    transition: transform 0.3s ease;
}

.policy-content li:hover {
    transform: translateX(5px);
}

.policy-content a {
    color: #4da8ff;
    text-decoration: none;
    position: relative;
    transition: color 0.3s ease;
}

.policy-content a::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: -2px;
    left: 0;
    background-color: #4da8ff;
    transition: width 0.3s ease;
}

.policy-content a:hover {
    color: #2a2a4e;
}

.policy-content a:hover::after {
    width: 100%;
}

.policy-action-btn {
    max-width: 180px;
    width: 100%;
    margin: 32px auto 0;
    padding: 12px 0;
    background: linear-gradient(90deg, #2a2a4e 0%, #4da8ff 100%);
    color: #ffffff;
    text-align: center;
    display: block;
    border-radius: 5px;
    font-weight: 500;
    text-decoration: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 0.8s ease-out 0.4s forwards;
}

.policy-action-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(77, 168, 255, 0.4);
}

@keyframes fadeInDown {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .policy-heading {
        font-size: clamp(24px, 6vw, 32px);
    }
    .policy-content {
        font-size: 14px;
    }
    .policy-content h2 {
        font-size: 20px;
    }
    .policy-action-btn {
        padding: 10px 0;
    }
}

@media (min-width: 320px) and (max-width: 360px) {
    .policy-section {
        padding: 30px 0;
    }
    .policy-heading {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .policy-content {
        font-size: 13px;
    }
    .policy-content h2 {
        font-size: 18px;
        margin-bottom: 12px;
    }
    .policy-content ul {
        margin-left: 15px;
    }
    .policy-content li {
        margin-bottom: 8px;
    }
    .policy-action-btn {
        max-width: 160px;
        margin-top: 20px;
        padding: 8px 0;
    }
}