@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Playfair+Display:wght@600;700;800&display=swap');

:root {
  --navy: #081521;
  --navy-deep: #050d15;
  --navy-mid: #12283a;
  --navy-soft: #17354c;
  --cyan: #30b8ff;
  --cyan-soft: #8ddcff;
  --silver: #d8e4ef;
  --silver-deep: #a8bccd;
  --gold: #d5a33b;
  --gold-light: #efc468;
  --gold-pale: rgba(213, 163, 59, 0.12);
  --white: #ffffff;
  --off-white: #f4f8fc;
  --text: #102233;
  --muted: #60758a;
  --border: rgba(11, 31, 48, 0.1);
  --radius-sm: 10px;
  --radius-md: 18px;
  --radius-lg: 28px;
  --shadow-sm: 0 12px 30px rgba(4, 15, 24, 0.08);
  --shadow-md: 0 24px 60px rgba(4, 15, 24, 0.16);
  --t: 180ms ease;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font-body, 'Inter', system-ui, -apple-system, sans-serif);
  color: var(--text);
  background: linear-gradient(180deg, #07111a 0%, #091826 10%, #ffffff 10%, #ffffff 100%);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
main { overflow: clip; }
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-display, 'Playfair Display', Georgia, serif);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.03em;
  color: var(--navy);
  margin-bottom: 0.75rem;
}
h1 { font-size: clamp(2.4rem, 6vw, 4.5rem); }
h2 { font-size: clamp(1.8rem, 3.6vw, 3rem); }
h3 { font-size: clamp(1.1rem, 2vw, 1.4rem); }
p { color: var(--muted); }
a { color: inherit; transition: color var(--t), border-color var(--t), background var(--t), box-shadow var(--t), transform var(--t); }

.py-lg-6 { padding-top: 5.5rem !important; padding-bottom: 5.5rem !important; }

.eyebrow,
.text-cyan {
  display: inline-block;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--cyan-soft);
}

.arch-navbar {
  background: rgba(5, 13, 21, 0.82) !important;
  border-bottom: 1px solid rgba(141, 220, 255, 0.12);
  backdrop-filter: blur(16px);
  padding: 0.7rem 0;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
}
.arch-logo { max-height: 48px; width: auto; }
.navbar .nav-link {
  font-family: var(--font-body, 'Inter', sans-serif);
  font-weight: 600;
  font-size: 0.9rem;
  letter-spacing: 0.01em;
  color: rgba(255,255,255,.8) !important;
  padding: 0.5rem 0.8rem !important;
  border-radius: 999px;
}
.navbar .nav-link:hover,
.navbar .nav-link.active {
  color: #fff !important;
  background: rgba(48, 184, 255, 0.12);
  box-shadow: inset 0 0 0 1px rgba(141, 220, 255, 0.18);
}
.navbar-toggler { border-color: rgba(255,255,255,.2); }
.navbar-toggler-icon { filter: invert(1); }
.navbar-collapse.collapse { visibility: visible !important; }

.btn {
  font-weight: 700;
  border-radius: 999px;
  padding: 0.78rem 1.45rem;
  transition: all var(--t);
}
.btn-lg { padding: 0.95rem 1.65rem; }
.btn-warning,
.btn-gold {
  background: linear-gradient(135deg, var(--gold-light), var(--gold));
  color: var(--navy);
  border: none;
  box-shadow: 0 12px 30px rgba(213, 163, 59, 0.28);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-gold:hover,
.btn-gold:focus {
  background: linear-gradient(135deg, #f5ce79, #d89f2f);
  color: var(--navy);
  transform: translateY(-1px);
}
.btn-navy {
  background: linear-gradient(135deg, #0d2233, #173a56);
  color: #fff;
  border: none;
}
.btn-navy:hover {
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 18px 35px rgba(8, 21, 33, 0.22);
}
.btn-navy-outline {
  background: rgba(255,255,255,0.03);
  color: #fff;
  border: 1px solid rgba(141, 220, 255, 0.3);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.03);
}
.btn-navy-outline:hover {
  background: rgba(48, 184, 255, 0.08);
  border-color: rgba(141, 220, 255, 0.6);
  color: #fff;
}
.btn-dark-glass {
  background: rgba(8, 21, 33, 0.82);
  color: #fff;
  border: 1px solid rgba(141, 220, 255, 0.14);
  border-radius: 999px;
  box-shadow: 0 14px 30px rgba(8, 21, 33, 0.18);
}
.btn-dark-glass:hover {
  color: #fff;
  background: rgba(14, 33, 49, 0.95);
  transform: translateY(-1px);
}

.hero-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 20%, rgba(48,184,255,0.22) 0%, transparent 30%),
    radial-gradient(circle at 88% 22%, rgba(216,228,239,0.18) 0%, transparent 24%),
    linear-gradient(135deg, #050d15 0%, #0c1d2c 42%, #12344e 100%);
  padding: calc(3.75rem - 125px) 0 3rem;
}
.hero-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, transparent 0%, rgba(255,255,255,0.06) 48%, transparent 52%),
    linear-gradient(180deg, rgba(255,255,255,0.02), transparent 28%);
  opacity: 0.65;
  pointer-events: none;
}
.hero-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(12px);
  pointer-events: none;
}
.hero-orb-one {
  width: 260px; height: 260px;
  background: radial-gradient(circle, rgba(48,184,255,0.35) 0%, rgba(48,184,255,0) 70%);
  top: 40px; right: 8%;
}
.hero-orb-two {
  width: 220px; height: 220px;
  background: radial-gradient(circle, rgba(216,228,239,0.25) 0%, rgba(216,228,239,0) 70%);
  bottom: 30px; left: 4%;
}
.hero-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.5rem 1rem;
  border-radius: 999px;
  border: 1px solid rgba(141, 220, 255, 0.24);
  background: rgba(255,255,255,0.05);
  color: var(--cyan-soft);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.hero-headline {
  color: #fff;
  font-size: clamp(2.25rem, 4.8vw, 3.9rem);
  line-height: 1.02;
  max-width: 13ch;
  text-shadow: 0 10px 32px rgba(0, 0, 0, 0.16);
}
.hero-sub {
  color: rgba(232, 240, 247, 0.82);
  font-size: 1.12rem;
  line-height: 1.9;
  max-width: 56rem;
}
.hero-glass-card {
  position: relative;
  padding: 2rem;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255,255,255,0.16), rgba(255,255,255,0.07));
  border: 1px solid rgba(255,255,255,0.18);
  box-shadow: 0 24px 60px rgba(0,0,0,0.24);
  backdrop-filter: blur(16px);
}
.hero-card-kicker {
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--cyan-soft);
  margin-bottom: 0.9rem;
}
.hero-card-title {
  font-family: var(--font-display, 'Playfair Display', Georgia, serif);
  color: #fff;
  font-size: clamp(1.6rem, 2.4vw, 2.2rem);
  margin-bottom: 0.8rem;
}
.hero-card-copy {
  color: rgba(240, 246, 250, 0.8);
  margin-bottom: 1.5rem;
}
.hero-stat-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
}
.hero-stat {
  padding: 1rem;
  border-radius: 18px;
  background: rgba(6, 17, 26, 0.34);
  border: 1px solid rgba(141, 220, 255, 0.12);
}
.hero-stat-value {
  color: #fff;
  font-weight: 800;
  font-size: 1rem;
  margin-bottom: 0.2rem;
}
.hero-stat-label {
  color: rgba(232, 240, 247, 0.66);
  font-size: 0.82rem;
  line-height: 1.5;
}
.hero-bottom-band {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}
.hero-bottom-item {
  padding: 1rem 1.2rem;
  border-radius: 18px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(141, 220, 255, 0.08);
  color: rgba(240, 246, 250, 0.9);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.04);
}
.hero-bottom-item strong {
  display: block;
  font-size: 0.97rem;
  font-weight: 700;
}
.hero-bottom-label {
  display: inline-block;
  margin-bottom: 0.35rem;
  color: var(--cyan-soft);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.premium-about-section {
  position: relative;
  background: linear-gradient(180deg, #ffffff 0%, #f4f8fc 100%);
}
.premium-about-heading { max-width: 12ch; }
.premium-about-card {
  padding: 2rem 2.2rem;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(244,248,252,0.96));
  border: 1px solid rgba(16, 34, 51, 0.08);
  box-shadow: var(--shadow-sm);
}
.premium-about-card p {
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.9;
}

.showcase-section {
  background: linear-gradient(180deg, #f4f8fc 0%, #edf4fa 100%);
}
.site-card {
  position: relative;
  background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(248,251,254,0.95));
  border: 1px solid rgba(16, 34, 51, 0.08);
  border-radius: 22px;
  padding: 1.75rem;
  transition: transform var(--t), box-shadow var(--t), border-color var(--t);
  box-shadow: 0 18px 45px rgba(8, 21, 33, 0.08);
}
.site-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 28px 55px rgba(8, 21, 33, 0.14);
  border-color: rgba(48, 184, 255, 0.22);
}
.site-card-topline {
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  border-radius: 22px 22px 0 0;
  background: linear-gradient(90deg, var(--cyan), var(--silver), var(--gold));
}
.site-category {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #248ec7;
}
.site-domain {
  font-size: 0.82rem;
  color: var(--muted);
  font-family: 'SF Mono', 'Fira Code', monospace;
}
.site-status {
  display: inline-block;
  background: rgba(48, 184, 255, 0.1);
  color: #126994;
  border: 1px solid rgba(48, 184, 255, 0.14);
  border-radius: 999px;
  padding: 0.28rem 0.7rem;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}
.site-summary { color: var(--muted); font-size: 0.92rem; line-height: 1.75; }

.cta-band,
.premium-cta {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #06111a 0%, #0f2435 45%, #173b59 100%);
}
.cta-band::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 86% 35%, rgba(48,184,255,0.22) 0%, transparent 28%), radial-gradient(circle at 18% 85%, rgba(213,163,59,0.16) 0%, transparent 24%);
}
.cta-watermark {
  position: absolute;
  right: 4%;
  bottom: -6px;
  font-family: var(--font-display, 'Playfair Display', Georgia, serif);
  font-size: clamp(4rem, 12vw, 10rem);
  line-height: 0.9;
  color: rgba(216, 228, 239, 0.07);
  letter-spacing: 0.04em;
  pointer-events: none;
}
.premium-cta-inner { position: relative; z-index: 1; }
.cta-heading { color: #fff; }
.cta-sub { color: rgba(232, 240, 247, 0.76); max-width: 44rem; }

.page-header {
  background: linear-gradient(135deg, #06111a 0%, #10283b 100%);
  padding: 4rem 0 3.5rem;
  position: relative;
  overflow: hidden;
}
.page-header::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 90% 50%, rgba(48,184,255,0.18) 0%, transparent 26%);
}
.page-header h1 { color: #fff; }
.page-header p { color: rgba(232, 240, 247, 0.7); }

.contact-info-card {
  background: linear-gradient(135deg, #081521 0%, #12344e 100%);
  border-radius: 24px;
  padding: 2.5rem;
  height: 100%;
  box-shadow: var(--shadow-md);
}
.contact-info-card h1 { color: #fff; font-size: clamp(1.8rem, 3vw, 2.4rem); }
.contact-info-card .sub { color: rgba(232,240,247,0.65); }
.contact-detail {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  padding: 0.85rem 0;
  color: rgba(255,255,255,.82);
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.contact-detail:last-child { border-bottom: none; }
.contact-detail-icon {
  width: 36px; height: 36px;
  background: rgba(48,184,255,0.12);
  border: 1px solid rgba(141,220,255,0.22);
  border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  color: var(--cyan-soft);
  flex-shrink: 0;
}
.contact-form-card {
  background: #fff;
  border: 1px solid rgba(16,34,51,0.08);
  border-radius: 24px;
  padding: 2.5rem;
  box-shadow: var(--shadow-sm);
}
.form-label {
  font-weight: 700;
  font-size: 0.83rem;
  color: var(--navy);
  margin-bottom: 0.35rem;
}
.form-control {
  border: 1.5px solid rgba(16,34,51,0.1);
  border-radius: 14px;
  padding: 0.75rem 0.95rem;
  font-size: 0.95rem;
  color: var(--text);
}
.form-control:focus {
  border-color: rgba(48,184,255,0.45);
  box-shadow: 0 0 0 4px rgba(48,184,255,0.12);
  outline: none;
}

.arch-footer {
  position: relative;
  background: linear-gradient(180deg, #050d15 0%, #081521 100%);
  color: rgba(255,255,255,.7);
  font-size: 0.9rem;
  border-top: 1px solid rgba(141, 220, 255, 0.12);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
}
.arch-footer::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--cyan), var(--silver), var(--gold));
}
.footer-logo { max-height: 48px; width: auto; }
.footer-company-name {
  font-family: var(--font-display, 'Playfair Display', Georgia, serif);
  color: #fff;
  font-size: 1.15rem;
  margin-bottom: 0.7rem;
}
.footer-tagline {
  color: rgba(232,240,247,0.62);
  font-size: 0.95rem;
  line-height: 1.8;
  max-width: 34rem;
  margin-bottom: 1rem;
}
.footer-contact-block {
  color: rgba(255,255,255,.66);
  line-height: 1.8;
}
.footer-heading {
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--cyan-soft);
  margin-bottom: 1rem;
}
.footer-links li, .footer-sites div { margin-bottom: 0.55rem; }
.footer-links a, .footer-sites a {
  color: rgba(255,255,255,.64);
  text-decoration: none;
}
.footer-links a:hover, .footer-sites a:hover { color: #fff; }
.footer-rule {
  border-color: rgba(255,255,255,.08);
  margin: 2rem 0 1.3rem;
}
.footer-bottom-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  color: rgba(255,255,255,.46);
  font-size: 0.82rem;
}
.footer-bottom-mark {
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-weight: 700;
  color: rgba(141, 220, 255, 0.52);
}

.mw-720 { max-width: 720px; }
.text-gold { color: var(--gold) !important; }
input::placeholder, textarea::placeholder { color: rgba(0,0,0,.28) !important; }

@media (max-width: 991px) {
  .hero-section { padding: 4.5rem 0 2.5rem; }
  .hero-bottom-band { grid-template-columns: 1fr; }
  .page-header { padding: 3rem 0 2.4rem; }
  .cta-band { padding: 3rem 0; }
  .navbar-collapse { border-top: 1px solid rgba(255,255,255,.08); padding-top: 0.75rem; margin-top: 0.6rem; }
  .footer-bottom-row { flex-direction: column; align-items: flex-start; }
}

/* Shared HCWF chrome harmonized with Archieboy branding */
.navbar .navbar-brand img {
  max-width: 350px;
  width: auto;
  height: auto;
  display: block;
}
.navbar .nav-link,
.navbar .dropdown-toggle {
  font-family: var(--font-body);
  font-weight: 600;
}
.navbar .nav-link[href="/register"],
.navbar .nav-link[href="/auth.html"] {
  display: none !important;
}

#contact.section-bg {
  background: #f7f9fc;
}
#contact .section-title {
  margin-bottom: 2rem;
}
#contact .info,
#contact form#contact-form {
  border-radius: 18px !important;
  border-top: 3px solid var(--secondary-color, var(--mm-accent)) !important;
  border-bottom: 3px solid var(--secondary-color, var(--mm-accent)) !important;
  box-shadow: 0 20px 50px rgba(9, 24, 40, 0.08) !important;
}
#contact .info h4,
#contact form label {
  color: var(--text-dark);
}
#contact form button.btn-primary {
  background: var(--secondary-color, var(--mm-accent)) !important;
  color: var(--primary-color) !important;
}

#footer.site-footer {
  background-color: #07111a !important;
  background-image: linear-gradient(180deg, #050d15 0%, #081521 100%) !important;
  color: rgba(255,255,255,.72) !important;
  border-top: 1px solid rgba(141, 220, 255, 0.12);
}
#footer.site-footer .container,
#footer.site-footer .row,
#footer.site-footer .col-lg-3,
#footer.site-footer .col-md-6,
#footer.site-footer .mb-4,
#footer.site-footer .container.text-center.mt-4.pt-3 {
  background: transparent !important;
}
#footer.site-footer h4,
#footer.site-footer p,
#footer.site-footer li,
#footer.site-footer a,
#footer.site-footer span,
#footer.site-footer .mb-0,
#footer.site-footer strong {
  color: var(--mm-footer-text, rgba(255,255,255,.72)) !important;
}
#footer.site-footer h4,
#footer.site-footer .footer-email-link,
#footer.site-footer .bi-chevron-right,
#footer.site-footer a:hover {
  color: var(--secondary-color) !important;
}
#footer.site-footer [style*="background: rgba(255,255,255,0.05)"] {
  background: rgba(255,255,255,0.05) !important;
}
#footer.site-footer [style*="border: 1px solid rgba(255,255,255,0.1)"] {
  border: 1px solid rgba(255,255,255,0.1) !important;
}
#footer.site-footer .container.text-center.mt-4.pt-3 {
  border-top: 1px solid rgba(255,255,255,0.1) !important;
}

@media (max-width: 767px) {
  .arch-logo { max-height: 42px; }
  .hero-glass-card { padding: 1.5rem; }
  .hero-stat-grid { grid-template-columns: 1fr; }
  .premium-about-card, .contact-form-card, .contact-info-card { padding: 1.5rem; }
}
