@import url("https://fonts.googleapis.com/css2?family=Sora:wght@400;500;600;700;800;900&display=swap");

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body.eagle-home-page {
  min-height: 100vh;
  margin: 0;
  color: #f8e7ba;
  font-family: "Sora", Arial, sans-serif;
  background:
    radial-gradient(circle at 74% 18%, rgba(228, 168, 63, 0.08), transparent 22%),
    linear-gradient(180deg, #010101 0%, #030303 46%, #010101 100%);
  overflow-x: hidden;
}

body.eagle-home-page::before,
body.eagle-home-page::after {
  content: "";
  position: fixed;
  pointer-events: none;
  z-index: 0;
  border-radius: 50%;
}

body.eagle-home-page::before {
  width: 520px;
  height: 520px;
  right: -170px;
  top: 120px;
  background: radial-gradient(circle, rgba(228, 168, 63, 0.06), transparent 70%);
}

body.eagle-home-page::after {
  width: 420px;
  height: 420px;
  left: -180px;
  bottom: 18%;
  background: radial-gradient(circle, rgba(255, 209, 95, 0.04), transparent 68%);
}

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

img {
  max-width: 100%;
  display: block;
}

.home-page {
  width: min(100% - 48px, 1180px);
  margin: 0 auto;
  padding: 28px 0 22px;
  position: relative;
  z-index: 1;
}

.home-header {
  min-height: 64px;
  display: grid;
  grid-template-columns: 230px 1fr auto;
  align-items: center;
  gap: 28px;
  margin-bottom: 48px;
}

.home-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.home-brand img {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 0 28px rgba(228, 168, 63, 0.24);
}

.home-brand strong,
.home-brand small {
  display: block;
  color: #ffd778;
  font-family: Georgia, "Times New Roman", serif;
  line-height: 0.92;
  letter-spacing: 0.08em;
}

.home-brand strong {
  font-size: 32px;
}

.home-brand small {
  font-size: 19px;
}

.home-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
}

.home-nav a {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  position: relative;
}

.home-nav a.active,
.home-nav a:hover {
  color: #ffd15f;
}

.home-nav a.active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  border-radius: 99px;
  background: #d99f36;
}

.home-auth,
.hero-actions {
  display: inline-flex;
  align-items: center;
  gap: 16px;
}

.home-btn {
  min-height: 46px;
  padding: 0 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 6px;
  border: 1px solid rgba(228, 168, 63, 0.72);
  color: #ffd15f;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.home-btn.gold {
  color: #171006;
  border-color: rgba(255, 224, 138, 0.95);
  background: linear-gradient(180deg, #ffe78e, #d99322);
  box-shadow: 0 18px 34px rgba(228, 168, 63, 0.24);
}

.home-btn.ghost,
.home-btn.outline {
  background: rgba(8, 8, 6, 0.52);
}

.home-btn.large {
  min-width: 188px;
  min-height: 58px;
  font-size: 15px;
}

.home-hero {
  min-height: 545px;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  align-items: center;
  gap: 22px;
  position: relative;
}

.hero-copy {
  position: relative;
  z-index: 2;
}

.hero-pill {
  min-height: 46px;
  width: fit-content;
  margin-bottom: 28px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  border: 1px solid rgba(228, 168, 63, 0.36);
  border-radius: 10px;
  color: #ffd15f;
  background:
    radial-gradient(circle at right, rgba(228, 168, 63, 0.22), transparent 36%),
    rgba(8, 8, 6, 0.62);
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
}

.hero-pill b {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #d99f36;
}

.home-hero h1 {
  margin: 0 0 22px;
  color: #ffd778;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(64px, 8vw, 112px);
  line-height: 0.88;
  text-transform: uppercase;
  text-shadow: 0 10px 28px rgba(228, 168, 63, 0.16);
}

.home-hero h1 span {
  display: block;
  color: #f7f3eb;
  font-size: clamp(30px, 3.4vw, 46px);
  line-height: 1.05;
}

.home-hero p {
  max-width: 470px;
  margin: 0 0 30px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 19px;
  line-height: 1.7;
}

.hero-features {
  grid-column: 1 / 2;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: -92px;
}

.hero-features div {
  min-width: 0;
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  column-gap: 12px;
}

.hero-features i {
  grid-row: span 2;
  color: #ffd15f;
  font-size: 31px;
}

.hero-features span {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

.hero-features small {
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
}

.hero-visual {
  min-height: 520px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.hero-visual::before {
  content: "";
  position: absolute;
  width: min(45vw, 540px);
  height: min(45vw, 540px);
  border: 1px solid rgba(228, 168, 63, 0.52);
  border-radius: 50%;
  box-shadow:
    0 0 55px rgba(228, 168, 63, 0.2),
    inset 0 0 48px rgba(228, 168, 63, 0.08);
}

.hero-visual img {
  width: min(58vw, 690px);
  max-height: 550px;
  object-fit: contain;
  filter: drop-shadow(0 32px 45px rgba(0, 0, 0, 0.76));
  position: relative;
  z-index: 1;
}

.security-panel,
.trust-grid,
.feature-strip,
.home-footer {
  border: 1px solid rgba(228, 168, 63, 0.42);
  border-radius: 12px;
  background:
    radial-gradient(circle at top right, rgba(228, 168, 63, 0.1), transparent 32%),
    linear-gradient(180deg, rgba(9, 9, 7, 0.96), rgba(4, 4, 3, 0.98));
  box-shadow: 0 24px 54px rgba(0, 0, 0, 0.34);
}

.security-panel {
  margin-top: 22px;
  padding: 26px 48px;
  display: grid;
  grid-template-columns: 110px 1fr auto;
  align-items: center;
  gap: 28px;
}

.security-icon {
  width: 86px;
  height: 86px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid rgba(255, 224, 138, 0.72);
  border-radius: 18px;
  color: #171006;
  background: linear-gradient(180deg, #ffe78e, #d99322);
  font-size: 34px;
}

.security-panel h2,
.section-title h2,
.home-footer h2 {
  margin: 0 0 10px;
  color: #ffd778;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 25px;
  text-transform: uppercase;
}

.security-panel p,
.section-title p,
.home-footer p,
.community-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.65;
}

.trust-grid {
  margin-top: 24px;
  padding: 30px 28px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
}

.trust-grid div,
.feature-strip div {
  min-width: 0;
  text-align: center;
  padding: 0 18px;
  border-right: 1px solid rgba(228, 168, 63, 0.24);
}

.trust-grid div:last-child,
.feature-strip div:last-child {
  border-right: 0;
}

.trust-grid i {
  color: #ffd15f;
  font-size: 34px;
  margin-bottom: 14px;
}

.trust-grid strong {
  display: block;
  color: #ffd778;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 21px;
  margin-bottom: 8px;
}

.trust-grid span,
.feature-strip span {
  color: rgba(255, 255, 255, 0.75);
  font-size: 13px;
}

.community-section {
  margin-top: 28px;
}

.section-title {
  margin-bottom: 12px;
  text-align: center;
}

.section-title h2 {
  font-size: 31px;
}

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

.community-card {
  min-height: 196px;
  padding: 28px;
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr);
  align-items: center;
  gap: 26px;
  border-radius: 12px;
  background:
    radial-gradient(circle at right, rgba(255, 255, 255, 0.08), transparent 32%),
    rgba(8, 8, 6, 0.74);
}

.community-card.green {
  border: 1px solid rgba(34, 197, 94, 0.72);
}

.community-card.blue {
  border: 1px solid rgba(14, 165, 233, 0.72);
}

.community-icon {
  width: 104px;
  height: 104px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  font-size: 58px;
}

.green .community-icon,
.green strong {
  background: linear-gradient(180deg, #63e976, #0db12f);
}

.blue .community-icon,
.blue strong {
  background: linear-gradient(180deg, #55d7ff, #098ee9);
}

.community-card h3 {
  margin: 0 0 10px;
  font-size: 22px;
  text-transform: uppercase;
}

.green h3 {
  color: #22e853;
}

.blue h3 {
  color: #25c3ff;
}

.community-card strong {
  min-height: 42px;
  width: fit-content;
  margin-top: 18px;
  padding: 0 22px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border-radius: 6px;
  color: #071006;
  font-size: 13px;
  text-transform: uppercase;
}

.feature-strip {
  margin-top: 24px;
  padding: 20px 18px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}

.feature-strip div {
  text-align: left;
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 4px 12px;
}

.feature-strip i {
  grid-row: span 2;
  color: #ffd15f;
  font-size: 30px;
}

.feature-strip strong {
  color: #ffd15f;
  font-size: 14px;
}

.home-footer {
  margin-top: 24px;
  padding: 32px;
  display: grid;
  grid-template-columns: 1.25fr 1fr 0.85fr 1.1fr;
  gap: 30px;
}

.footer-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 16px;
  border-left: 1px solid rgba(228, 168, 63, 0.24);
  border-right: 1px solid rgba(228, 168, 63, 0.24);
}

.footer-logo img {
  width: 170px;
  height: 170px;
  border-radius: 50%;
  object-fit: cover;
}

.social-row {
  display: flex;
  gap: 10px;
}

.social-row span {
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  background: #0f75bd;
}

.social-row span:nth-child(3) {
  background: #10b93f;
}

.footer-links h3,
.footer-contact h3 {
  margin: 0 0 18px;
  color: #ffd15f;
  font-size: 16px;
  text-transform: uppercase;
}

.footer-links a,
.footer-contact p {
  min-height: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 14px;
}

.footer-contact p {
  justify-content: flex-start;
}

.footer-contact i,
.footer-links i {
  color: #ffd15f;
}

.home-copy {
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30%;
  color: rgba(255, 255, 255, 0.58);
  font-size: 14px;
}

.home-copy i {
  color: #d99f36;
}

@media (max-width: 1020px) {
  .security-panel,
  .home-footer {
    grid-template-columns: 1fr;
  }

  .home-header {
    grid-template-columns: 170px 1fr auto;
    gap: 16px;
    margin-bottom: 34px;
  }

  .home-brand img {
    width: 46px;
    height: 46px;
  }

  .home-brand strong {
    font-size: 24px;
  }

  .home-brand small {
    font-size: 14px;
  }

  .home-hero {
    grid-template-columns: minmax(0, 0.88fr) minmax(260px, 1.12fr);
    gap: 10px;
  }

  .home-nav {
    gap: 18px;
    justify-content: center;
    overflow: visible;
    padding-bottom: 0;
    font-size: 12px;
  }

  .home-auth {
    justify-content: flex-start;
  }

  .home-auth .home-btn {
    min-height: 40px;
    padding: 0 16px;
    font-size: 11px;
  }

  .hero-visual {
    min-height: 430px;
  }

  .trust-grid,
  .feature-strip,
  .community-grid {
    grid-template-columns: 1fr 1fr;
  }

  .footer-logo {
    border: 0;
  }
}

@media (max-width: 640px) {
  .home-page {
    width: calc(100% - 20px);
    padding-top: 14px;
  }

  .home-header {
    min-height: 52px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 18px;
  }

  .home-brand img {
    width: 42px;
    height: 42px;
  }

  .home-brand strong {
    font-size: 24px;
  }

  .home-brand small {
    font-size: 14px;
  }

  .home-nav {
    display: none;
  }

  .home-auth {
    width: auto;
  }

  .hero-actions {
    display: inline-flex;
    gap: 10px;
  }

  .home-auth .home-btn {
    min-height: 36px;
    padding: 0 12px;
    font-size: 10px;
  }

  .home-auth .home-btn.ghost {
    display: none;
  }

  .home-btn {
    min-height: 44px;
    padding: 0 16px;
    font-size: 12px;
  }

  .home-hero {
    min-height: auto;
    display: flex;
    flex-direction: column;
    overflow: visible;
    gap: 0;
  }

  .hero-copy {
    width: 100%;
    min-width: 0;
    position: relative;
    z-index: 3;
  }

  .hero-pill {
    min-height: 36px;
    margin-bottom: 18px;
    padding: 0 10px;
    gap: 7px;
    border-radius: 8px;
    font-size: 10px;
    white-space: nowrap;
  }

  .home-hero h1 {
    margin-bottom: 14px;
    font-size: clamp(44px, 12vw, 58px);
  }

  .home-hero h1 span {
    font-size: clamp(20px, 5vw, 28px);
  }

  .home-hero p {
    max-width: 245px;
    margin-bottom: 18px;
    font-size: 14px;
    line-height: 1.65;
    position: relative;
    z-index: 3;
  }

  .hero-actions .home-btn.large {
    min-width: 0;
    width: 126px;
    min-height: 46px;
    padding: 0 14px;
    font-size: 11px;
  }

  .hero-features {
    width: 100%;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin-top: 14px;
    position: relative;
    z-index: 3;
  }

  .hero-features div {
    grid-template-columns: 24px minmax(0, 1fr);
    column-gap: 6px;
  }

  .hero-features i {
    font-size: 21px;
  }

  .hero-features span {
    font-size: 10px;
    line-height: 1.25;
  }

  .hero-features small {
    font-size: 9px;
    line-height: 1.3;
  }

  .trust-grid,
  .feature-strip,
  .community-grid {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    position: relative;
    right: auto;
    top: auto;
    width: 100%;
    min-height: 225px;
    justify-content: center;
    margin: 12px 0 0;
    z-index: 2;
    pointer-events: none;
  }

  .hero-visual img {
    width: min(82vw, 300px);
    max-width: none;
    max-height: 225px;
    opacity: 1;
  }

  .hero-visual::before {
    width: 210px;
    height: 210px;
    right: 50%;
    top: 8px;
    transform: translateX(50%);
  }

  .security-panel {
    padding: 24px 18px;
  }

  .trust-grid div,
  .feature-strip div {
    border-right: 0;
    border-bottom: 1px solid rgba(228, 168, 63, 0.2);
    padding: 18px 0;
  }

  .trust-grid div:last-child,
  .feature-strip div:last-child {
    border-bottom: 0;
  }

  .community-card {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .community-icon,
  .community-card strong {
    margin-left: auto;
    margin-right: auto;
  }

  .home-footer {
    padding: 24px 18px;
  }

  .home-copy {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }
}
