:root {
  --gold: #B8860B;
  --blue: #34495E;
  --bg: #1A1A1A;
  --text: #ffffff;
  --section-pad: 8rem;
  --max-width: 1200px;
  --radius: 10px;
  --hero-gap-logo-title: 0.75rem;
  --hero-gap-title-claim: -2.5rem;
  --hero-gap-claim-button: 5rem;
  --brand-logo-max: 175px;
  --brand-logo-max-mobile: 125px;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
}
body {
  background: var(--bg);
  color: var(--text);
  font-family: "Barlow", sans-serif;
  font-size: 1.1rem;
  line-height: 1.9;
  font-weight: 400;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  -webkit-font-smoothing: antialiased;
  background-color: var(--bg);
  background-image: url('images/pattern.webp');
  background-repeat: repeat;
  background-position: center center;
  background-attachment: fixed;
}
h1, h2, h3 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 2.2rem;
  letter-spacing: 2px;
  color: var(--gold);
  margin-bottom: 1rem;
  text-shadow: 0px 0px 25px rgba(184,134,11,.4);
}
a {
  color: var(--gold);
  text-decoration: none;
}
h2 {
  color: #F5F5F5;
  text-transform: uppercase;
  font-family: 'Bebas Neue', sans-serif;
  letter-spacing: 3px;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}
.hero-fixed {
  position: relative;
  min-height: 100vh;
  background-image: url('images/hero.webp');
  background-position: center 0px;
  transition: none;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
}
@media (max-width: 768px) {
  .hero-fixed {
    background-image: url('images/hero-mobil.webp');
    background-position: 58% 0px;
    background-attachment: scroll;
  }
}
.hero-logo,
.logo-legal {
  width: 100%;
  margin-bottom: 2.5rem;
  height: auto;
  max-width: var(--brand-logo-max);
}
@media (max-width: 768px) {
  .hero-logo,
  .logo-legal {
    max-width: var(--brand-logo-max-mobile);
  }
}
.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to bottom,
        rgba(26, 26, 26, 0.5) 0%,
        rgba(26, 26, 26, 0.65) 50%,
        #1A1A1A 100%
    );
    z-index: 1;
}
.hero-content {
  position: relative;
  z-index: 2;
  padding: 0 1.5rem;
  max-width: var(--max-width);
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 768px) {
  .hero-fixed {
    min-height: 85vh;
  }
}
.logo {
  width: 175px;
  height: auto;
  opacity: 0.95;
  transition: transform .4s ease, opacity .4s ease;
  margin-bottom: 4.35rem;
}
.hero-content h1 {
  margin: 0 0 1.2rem 0;
  line-height: 1.15;
}
.hero-content h1 .brand {
  display: block;
  font-size: 9rem;
  font-weight: 800;
  letter-spacing: 6px;
  color: #fff;
  text-shadow: 0 0 10px rgba(26,26,26,0.25);
}
.hero-content h1 .system {
  display: block;
  font-size: 6rem;
  letter-spacing: 8px;
  margin-top: -0.6rem;
  color: #fff;
  text-shadow: 0 0 10px rgba(26,26,26,0.25);
  opacity: 0.95;
}
.hero-content h1 .name {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  display: block;
  font-size: 1.575rem;
  letter-spacing: 10px;
  margin-top: 0.7rem;
  color: #fff;
  text-shadow: 0 0 10px rgba(26,26,26,0.5);
  opacity: 0.95;
}
.hero-content .lead {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.3rem;
  letter-spacing: 2px;
  color: var(--text);
  text-transform: none;
  line-height: 3;
  margin: 1rem 0 0 0;
  text-shadow: 0 0 10px rgba(26,26,26,0.25);
}
a.button,
button.button {
  display: block;
  width: fit-content;
  margin: 1.6rem auto;
  background: var(--blue);
  color: #fff !important;
  padding: 1.1rem 2.8rem;
  border-radius: 8px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 1.07rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
a.button:hover,
button.button:hover {
  transform: translateY(-3px);
  box-shadow: 0 0 25px rgba(52,73,94,.6);
}
a.button-primary,
button.button-primary {
  background: #B8860B;
  color: #1A1A1A !important;
  box-shadow: 0 0 15px rgba(184,134,11,.3);
  display: inline-block;
  line-height: 1.4 !important;
}
a.button-primary:hover,
button.button-primary:hover {
  background-color: #d4a017 !important;
    box-shadow: 0 0 25px rgba(184, 134, 11, 0.7) !important;
    transform: translateY(-3px);
}
.button.button-center {
    margin-bottom: 6.25rem
    display: inline-block;
    line-height: 1.4 !important;
}
.button-final {
  background-color: #8C6A05 !important;
  color: #ffffff !important;
  box-shadow: 0 0 20px rgba(184, 134, 11, 0.35);
  display: inline-block;
  line-height: 1.4 !important;
  position: relative;
  border: none;
  animation: heroPulse 2s ease-in-out infinite;
  transition: transform 0.2s cubic-bezier(0.2, 0, 0.2, 1), box-shadow 0.2s ease !important;
}
a.button-primary, .button-final {
  background: linear-gradient(135deg, #B8860B 0%, #8C6A05 100%) !important;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.button-final:hover {
  background-color: #a67c08 !important;
  animation: none;
  transform: translateY(0) !important;
  box-shadow: 0 0 30px rgba(184, 134, 11, 0.6) !important;
}
.button-final:active {
  transition: all 0.05s linear !important;
  transform: translateY(5px) scale(0.95) !important;
  color: #cccccc !important;
  box-shadow:
    inset 0 8px 15px rgba(0, 0, 0, 0.6),
    0 1px 1px rgba(184, 134, 11, 0.1) !important;
}
.button-final.success {
  background-color: #27ae60 !important;
  box-shadow: 0 0 20px rgba(39, 174, 96, 0.5) !important;
  transform: scale(1) !important;
  pointer-events: none;
}
.button-final.success::after {
  content: " ✓";
  font-family: Arial, sans-serif;
}
.contact-form .button {
  justify-self: center;
}
.button-final:hover {
  background-color: #a67c08 !important;
    box-shadow: 0 0 30px rgba(184,134,11,.8) !important;
    transform: scale(1.02);
}
.button-final:focus,
.button-final:focus-visible {
  outline: none;
  box-shadow:
    0 0 0 3px rgba(184,134,11,.45),
    0 0 25px rgba(184,134,11,.6),
    inset 0 0 10px rgba(0,0,0,.25);
}
.button-final:active {
  transform: translateY(2px) scale(0.98);
  box-shadow:
    inset 0 0 14px rgba(0,0,0,.45),
    0 0 8px rgba(184,134,11,.35);
}
.button-primary {
  animation: heroPulse 2s ease-in-out 1.2s infinite;
}
@keyframes heroPulse {
  0% {
    box-shadow: 0 0 0px rgba(184,134,11,0);
  }
  50% {
    box-shadow: 0 0 30px rgba(184,134,11,.75);
  }
  100% {
    box-shadow: 0 0 0px rgba(184,134,11,0);
  }
}
.button-primary:hover {
  animation: none;
}
.reveal {
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 1.8s cubic-bezier(.2,.9,.2,1),
              transform 1.8s cubic-bezier(.2,.9,.2,1);
}
.reveal.active {
  opacity: 1;
  transform: translateY(0);
}
.button.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1.2s cubic-bezier(.2,.9,.2,1),
              transform 1.2s cubic-bezier(.2,.9,.2,1),
              background 0.3s ease;
}
.button.reveal.active {
  opacity: 1;
  transform: translateY(0);
}
.button.reveal.active:hover {
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease !important;
}
.button-primary.active {
  animation: heroPulse 2s ease-in-out 1.2s infinite;
}
.section {
  padding: var(--section-pad) 15%;
}
.control-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 2.5rem;
  margin: 15rem auto 0;
  width: 100%;
}
.control-text {
  max-width: 800px;
  color: var(--text);
  text-align: left;
}
.control-text h2 {
  text-align: center;
  margin-bottom: 3rem;
  font-family: 'Bebas Neue', sans-serif;
  letter-spacing: 2px;
  line-height: 1.4 !important;
  font-size: 2.2rem;
}
.control-text p {
  margin-bottom: 2rem;
  line-height: 1.7;
  font-size: 1.05rem;
}
.highlight-box {
  background: rgba(217, 217, 217, 0.03);
  padding: 1.5rem 2rem;
  border-left: 3px solid #D4AF37;
  margin: 2.5rem 0;
  border-radius: 0 4px 4px 0;
}
.highlight-sub {
  color: #D4AF37 !important;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.9rem;
  margin-bottom: 0.5rem !important;
  letter-spacing: 1px;
}
.gold-text {
  color: var(--gold, #B8860B);
  font-weight: bold;
}
.cta-line {
  margin-top: 4rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(184, 134, 11, 0.2);
  text-align: left;
}
.cta-line p {
  margin-bottom: 0.5rem;
  color: var(--muted);
}
.control-text .cta-gold {
  color: var(--gold, #B8860B) !important;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.6rem !important;
  line-height: 1.4 !important;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 1.2rem;
  display: block;
}
@media (max-width: 768px) {
  .control-text {
    width: 90%;
    margin-top: -55px;
  }
  .highlight-box {
    padding: 1.25rem;
  }
}
.values-header {
  max-width: 1000px;
  margin: 0 auto 1.5rem auto;
  text-align: center;
}
.values-header h2 {
  font-size: 2.2rem;
  letter-spacing: 2px;
  line-height: 1.4;
  margin-bottom: 0;
}
.values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  max-width: 1200px;
  margin: 5rem auto 0;
  align-items: stretch;
  justify-content: center;
  text-align: center;
}
.value-item {
  background: rgba(217,217,217,.05);
  border: 1px solid rgba(217,217,217,.25);
  border-radius: 8px;
  padding: 3rem 2rem;
  transition: all 0.4s ease;
  box-shadow: 0 20px 40px rgba(0,0,0,0.4);
}
.value-item:hover {
  border-color: var(--gold, #B8860B);
  background: rgba(184, 134, 11, 0.05);
  transform: translateY(-5px);
}
.value-icon {
  width: 48px;
  height: auto;
  margin-bottom: 1.5rem;
  filter: drop-shadow(0 0 5px rgba(184, 134, 11, 0.3));
}
.value-item h3 {
  color: var(--white);
  font-family: 'Bebas Neue', sans-serif;
  font-size: 2rem;
  margin-bottom: 1rem;
  letter-spacing: 2px;
}
.value-sub {
  color: var(--gold, #B8860B) !important;
  font-size: 1.1rem;
  margin-bottom: 2rem !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.4;
}
.value-points p {
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 0.75rem;
  position: relative;
  padding-left: 0;
}
.value-points p::before {
  content: "-";
  color: #D4AF37;
  font-weight: bold;
  margin-right: 8px;
}
.values-note {
  max-width: 1000px;
  margin: 3rem auto 0 auto;
  text-align: center;
}
.values-note p {
  font-size: 0.95rem;
  color: rgba(217,217,217,0.6);
  line-height: 1.6;
}
.value-item:hover .value-icon {
  filter: drop-shadow(0 0 8px rgba(184, 134, 11, 0.6)) brightness(1.2);
  transform: scale(1.05);
  transition: all 0.4s ease;
}
.value-icon {
  transition: all 0.4s ease;
}
@media (max-width: 1024px) {
  .values-grid {
    max-width: 90%;
    gap: 1.5rem;
  }
}
@media (max-width: 900px) {
  .values-grid {
    grid-template-columns: 1fr;
    max-width: 500px;
  }
}
@media (max-width: 768px) {
  .values-header {
    margin-top: 5px;
    margin-bottom: -25px;
  }
}
.experience-container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 4rem;
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 15px;
  padding: 5rem 5%;
}
.experience-text {
  flex: 1.2;
  text-align: left;
}
.experience-text h2 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 2.2rem;
  line-height: 1.1 !important;
  letter-spacing: 2px;
  margin-bottom: 3rem;
  color: var(--white);
}
.experience-text p {
  margin-bottom: 1.5rem;
  line-height: 1.7;
  font-size: 1.05rem;
}
.gold-text {
  color: var(--gold, #B8860B);
  font-weight: bold;
}
.experience-text .highlight-box {
  background: rgba(217, 217, 217, 0.03);
  padding: 1.5rem 2rem;
  border-left: 3px solid #D4AF37;
  margin: 2.5rem 0;
  border-radius: 0 4px 4px 0;
}
.highlight-sub {
  color: #D4AF37 !important;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.9rem;
  margin-bottom: 0.5rem !important;
  letter-spacing: 1px;
}
.experience-text .cta-line {
  margin-top: 3rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(184, 134, 11, 0.2);
}
.experience-text .cta-gold {
  color: var(--gold, #B8860B) !important;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.6rem !important;
  line-height: 1.4 !important;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 1rem;
  display: block;
}
.experience-image {
  flex: 0.8;
  display: flex;
  justify-content: flex-end;
}
.portrait-img {
  width: 100%;
  max-width: 450px;
  border: 1px solid rgba(217, 217, 217, .25);
  border-radius: 8px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
  filter: grayscale(.05) contrast(.98);
  object-fit: cover;
}
.plan-header {
  max-width: 1000px;
  margin: 0 auto 1.5rem auto;
  margin-top: 145px;
  text-align: center;
}
.plan-header {
  max-width: 1000px;
  margin: 0 auto 1.5rem auto;
  margin-top: 145px;
  text-align: center;
}
.plan-header h2 {
  font-size: 2.2rem;
  line-height: 1.4;
  letter-spacing: 2px;
  margin-bottom: 0;
  font-family: 'Bebas Neue', sans-serif;
}
.plan-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  max-width: 1200px;
  margin: 5rem auto 0;
  align-items: stretch;
  justify-content: center;
  text-align: center;
}
.plan-item {
  background: rgba(217,217,217,.05);
  border: 1px solid rgba(217,217,217,.25);
  border-radius: 8px;
  padding: 3rem 2rem;
  transition: all 0.4s ease;
  box-shadow: 0 20px 40px rgba(0,0,0,0.4);
  position: relative;
}
.plan-item:hover {
  border-color: var(--gold, #B8860B);
  background: rgba(184, 134, 11, 0.05);
  transform: translateY(-5px);
}
.plan-step-number {
  font-family: 'Nova Mono', monospace;
  font-size: 2.8rem;
  color: var(--gold, #B8860B);
  text-shadow: 0 0 10px rgba(184, 134, 11, 0.3);
  margin-bottom: 0.5rem;
  transition: all 0.4s ease;
}
.plan-item:hover .plan-step-number {
  text-shadow: 0 0 20px rgba(184, 134, 11, 0.6);
  transform: scale(1.05);
}
.plan-step-title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 2rem;
  letter-spacing: 2px;
  color: var(--white);
  margin-bottom: 1rem;
}
.plan-sub {
  color: var(--gold, #B8860B) !important;
  font-size: 1.1rem;
  margin-bottom: 2rem !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.4;
}
.plan-points p {
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 0.75rem;
  position: relative;
  text-align: center;
}
.plan-points p::before {
  content: "-";
  color: #D4AF37;
  font-weight: bold;
  margin-right: 8px;
}
@media (max-width: 1024px) {
  .plan-grid {
    max-width: 90%;
    gap: 1.5rem;
  }
}
@media (max-width: 1024px) {
  .plan-header {
    margin-top: 160px;
    margin-bottom: -20px;
  }
}
@media (max-width: 900px) {
  .plan-grid {
    grid-template-columns: 1fr;
    max-width: 500px;
  }
}
.offer-steps {
  max-width: 900px;
  margin: 4rem auto 0;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-bottom: -95px;
}
.offer-step {
  display: flex;
  align-items: flex-start;
  gap: 2.5rem;
  background: rgba(217,217,217,.05);
  border: 1px solid rgba(217,217,217,.25);
  border-radius: 8px;
  padding: 2.5rem;
  transition: all 0.4s ease;
  box-shadow: 0 20px 40px rgba(0,0,0,0.4);
  position: relative;
}
.offer-step:hover {
  border-color: var(--gold, #B8860B);
  background: rgba(184, 134, 11, 0.05);
  transform: translateX(10px);
}
.offer h2 {
  text-align: center;
  margin-bottom: 5rem;
  font-family: 'Bebas Neue', sans-serif;
  letter-spacing: 2px;
  font-size: 2.2rem;
  line-height: 1.4;
  margin-top: 115px;
}
.step-number {
  font-family: 'Nova Mono', monospace;
  font-size: 3rem;
  color: var(--gold, #B8860B);
  min-width: 60px;
  text-shadow: 0 0 10px rgba(184, 134, 11, 0.3);
  line-height: 1;
  transition: all 0.4s ease;
}
.offer-step:hover .step-number {
  text-shadow: 0 0 20px rgba(184, 134, 11, 0.6);
  transform: scale(1.1);
}
.step-content h3 {
  font-family: 'Bebas Neue', sans-serif;
  letter-spacing: 2px;
  font-size: 1.8rem;
  color: var(--white);
  margin-bottom: 0.75rem;
  line-height: 1.4;
}
.offer-sub {
  color: var(--gold, #B8860B) !important;
  font-size: 1.05rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 1.25rem !important;
  line-height: 1.4;
}
.offer-points p {
  display: flex;
  align-items: flex-start;
  text-align: left;
  font-size: 0.95rem;
  line-height: 1.6;
  color: var(--muted);
  margin-bottom: 0.5rem;
  position: relative;
}
.offer-points p::before {
  content: "-";
  color: #D4AF37;
  flex-shrink: 0;
  font-weight: bold;
  margin-right: 10px;
}
@media (max-width: 768px) {
  .offer-step {
    flex-direction: column;
    gap: 1rem;
    padding: 2rem;
    margin-top: -6px;
    text-align: left;
  }
  .offer-step:hover {
    transform: translateY(-5px);
  }
}
@media (max-width: 768px) {
  .offer h2 {
    margin-bottom: 0px;
  }
}
.investment-box {
  max-width: 750px;
  margin: 165px auto 45px auto;
  background: rgba(184, 134, 11, 0.03);
  border: 1px solid var(--gold, #B8860B);
  border-radius: 12px;
  padding: 3.5rem 2.5rem;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5), 0 0 20px rgba(184, 134, 11, 0.15);
  text-align: center;
  transition: all 0.4s ease;
}
.investment-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.6), 0 0 30px rgba(184, 134, 11, 0.25);
}
.investment-header h2 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 2.5rem;
  letter-spacing: 2px;
  margin-bottom: 0.5rem;
}
.investment-sub-gold {
  color: var(--gold, #B8860B) !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 1.1rem;
  margin-bottom: 1.5rem !important;
}
.investment-desc-top {
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 1.2rem;
}
.investment-divider {
  border-top: 1px solid rgba(184, 134, 11, 0.2);
  margin: 0 auto 3.5rem auto;
  max-width: 100%;
}
.investment-desc-sub {
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 2.5rem;
}
.investment-features {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem;
  text-align: left;
  margin-bottom: 4rem;
}
.investment-item h3, .investment-itemextra h3 {
  font-family: 'Bebas Neue', sans-serif;
  color: var(--white);
  font-size: 1.3rem;
  letter-spacing: 1px;
  margin-bottom: 1.25rem;
}
.investment-points p {
  font-size: 0.85rem;
  line-height: 1.6;
  color: var(--muted);
  display: flex;
  align-items: flex-start;
  position: relative;
  gap: 0.8rem;
}
.investment-points p::before {
  content: "-";
  color: var(--gold, #D4AF37);
  font-weight: bold;
  position: absolute;
  left: 0;
}
.investment-itemextra {
  grid-column: 1 / -1;
  text-align: center;
  margin-top: 1.5rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(184, 134, 11, 0.1);
}
.investment-pointsextra {
  display: inline-block;
  text-align: left;
  line-height: 1.6;
}
.investment-pointsextra p {
  font-size: 0.85rem;
  line-height: 1.6;
  margin-bottom: 1.2rem;
  color: var(--muted);
  position: relative;
  padding-left: 1.5rem;
  display: flex;
  align-items: flex-start;
  gap: 0.8rem;
}
.investment-pointsextra p:last-child {
  margin-bottom: 0;
}
.investment-pointsextra p::before {
  content: "-";
  color: var(--gold, #D4AF37);
  font-weight: bold;
  position: absolute;
  left: 0;
}
.investment-price-container {
  border-top: 1px solid rgba(184, 134, 11, 0.2);
  padding-top: 2.5rem;
  margin-bottom: 2rem;
}
.price-old {
  font-size: 1.5rem;
  color: rgba(255, 255, 255, 0.3);
  font-family: 'Nova Mono', monospace;
  margin-bottom: -0.5rem;
}
.price-new {
  font-size: 4rem;
  color: var(--gold, #B8860B);
  font-family: 'Bebas Neue', sans-serif;
  letter-spacing: 3px;
  text-shadow: 0 0 15px rgba(184, 134, 11, 0.4);
}
.investment-beta {
  background: rgba(255, 255, 255, 0.03);
  padding: 1.5rem;
  border-radius: 4px;
}
.beta-highlight {
  color: var(--white);
  font-weight: bold;
  font-size: 0.95rem;
  margin-bottom: 0.5rem !important;
}
.investment-beta p:last-child {
  font-size: 0.85rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.5);
  margin: 0;
}
@media (max-width: 768px) {
  .investment-features {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .price-new {
    font-size: 3rem;
  }
}
@media (max-width: 768px) {
  .investment-box {
    margin-top: 175px;
  }
}
.credentials-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  background: rgba(217, 217, 217, .05);
  border: 1px solid rgba(217, 217, 217, .25);
  border-radius: 8px;
  padding: 2.5rem;
  margin: 24.5rem auto 6rem auto;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
  max-width: 700px;
  text-align: left;
  transition: all 0.4s ease;
}
.credentials-box:hover {
  border-color: var(--gold, #B8860B);
  background: rgba(184, 134, 11, 0.05);
  transform: translateY(-5px);
}
.cred-icon {
  flex-shrink: 0;
  width: 60px;
  height: auto;
  transition: all 0.4s ease;
}
.credentials-box:hover .value-icon {
  filter: drop-shadow(0 0 10px rgba(184, 134, 11, 0.6)) brightness(1.2);
  transform: scale(1.1);
}
.cred-text h3 {
  color: var(--white);
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.8rem;
  letter-spacing: 2px;
  margin-bottom: 0.5rem;
}
.cred-sub {
  color: var(--gold, #B8860B) !important;
  font-size: 1.05rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 0.75rem !important;
}
.cred-points p {
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.6;
  position: relative;
  padding-left: 1.25rem;
}
.cred-points p::before {
  content: "-";
  color: #D4AF37;
  font-weight: bold;
  position: absolute;
  left: 0;
}
@media (max-width: 600px) {
  .credentials-box {
    flex-direction: column;
    text-align: center;
    padding: 2rem;
    gap: 1.5rem;
  }
  .cred-points p {
    padding-left: 0;
  }
  .cred-points p::before {
    position: static;
    margin-right: 8px;
  }
}
.form-progress-sticky-wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1000;
  margin-top: 1rem;
  padding: 1.5rem 0;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  pointer-events: none;
}
.form-progress-container {
  pointer-events: auto;
  width: 70%;
  max-width: 700px;
  height: 2px;
  background: rgba(255, 255, 255, 0.1);
  margin: 0 auto;
  border-radius: 2px;
  overflow: hidden;
  opacity: 0;
  animation: fadeInProgress 1s ease-out forwards;
  animation-delay: 0.5s;
}
.form-progress-bar {
  width: 0%;
  height: 100%;
  background: var(--gold);
  box-shadow: 0 0 10px rgba(184, 134, 11, 0.5);
  transition: width 0.4s ease;
}
@keyframes fadeInProgress {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}
.form-progress-bar.complete {
  box-shadow: 0 0 20px rgba(184, 134, 11, 0.8);
  filter: brightness(1.3);
}
.contact {
  text-align: center;
  padding: 8rem 5% 10rem;
}
.contact-frame {
  max-width: 800px;
  margin: 0 auto;
  padding: 4rem 0;
  border-top: 1px solid rgba(184, 134, 11, 0.2);
  border-bottom: 1px solid rgba(184, 134, 11, 0.2);
  position: relative;
  margin-bottom: -170px;
}
.contact h2 {
  font-size: 2.8rem;
  line-height: 1.4;
  margin-bottom: 2.5rem;
}
.contact-lead {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--text-muted);
  margin-bottom: 1.5rem;
}
.contact-sub-gold {
  color: var(--gold, #B8860B) !important;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.8rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 1.5rem !important;
  text-shadow: 0 0 15px rgba(184, 134, 11, 0.2);
}
.contact-details {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--text-muted);
  margin-bottom: 1rem;
}
.highlight-orange {
  display: block;
  margin-top: 2rem;
  color: #D4AF37;
  font-weight: bold;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media (max-width: 768px) {
  .contact h2 {
    font-size: 2rem;
  }
  .contact-frame {
    padding: 3rem 1rem;
    border-left: none;
    border-right: none;
  }
}
.contact-sub-gold {
  color: var(--gold, #B8860B) !important;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.8rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 1.5rem !important;
  display: flex;
  align-items: baseline;
  justify-content: center;
  flex-wrap: wrap;
}
.contact-time {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.2rem;
  opacity: 0.5;
  letter-spacing: 1px;
  margin-left: 12px;
}
@media (max-width: 768px) {
  .contact-sub-gold {
    font-size: 1.5rem;
    flex-direction: column;
    align-items: center;
    gap: 0.2rem;
  }
  .contact-time {
    font-size: 1rem;
    margin-left: 0;
  }
}
.contact-form {
  max-width: 700px;
  margin: 2rem auto;
  display: grid;
  gap: 1rem;
}
.contact-form label {
  display: block;
}
.contact-form .label {
  display: block;
  font-size: .85rem;
  margin-bottom: .35rem;
  color: var(--text);
}
#contact {
  text-align: center;
}
.contact-form {
  max-width: 700px;
  margin: 2rem auto;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.contact-form label,
.contact-form .label {
  text-align: left;
  display: block;
}
.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: .85rem;
  border: 1px solid rgba(217,217,217,.25);
  background: rgba(217,217,217,.05);
  color: var(--text);
  outline: none;
  transition: box-shadow .12s ease, border-color .12s ease;
}
.contact-form input:focus,
.contact-form textarea:focus {
  box-shadow: 0 20px 40px rgba(0,0,0,0.4);
  border-color: rgba(184,134,11,1);
}
.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  padding: 0.8rem;
  margin-top: 0.5rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 20px 40px rgba(0,0,0,0.4);
  border-radius: 8px;
  color: #fff;
  font-family: inherit;
  font-size: 1rem;
}
.contact-form select {
  appearance: none;
  background-image: url('data:image/svg+xml;charset=US-ASCII,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="white"><path d="M5 7l5 5 5-5z"/></svg>');
  background-repeat: no-repeat;
  background-position: right 15px center;
  padding-right: 40px;
}
.contact-form select option {
  background: #1a1a1a;
  color: #fff;
}
.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: #B8860B !important;
  background: rgba(184, 134, 11, 0.08);
  box-shadow: 0 0 8px rgba(184, 134, 11, 0.4);
  transition: all 0.3s ease;
}
.contact-form input:focus::placeholder,
.contact-form textarea:focus::placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.contact-form .label {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--gold);
  margin-bottom: 0.6rem;
  margin-top: 1.2rem;
  opacity: 0.9;
}
.contact-form input,
.contact-form select,
.contact-form textarea {
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0.5px;
}
.contact-form select:invalid {
  color: rgba(255, 255, 255, 0.4);
}
.hp-field {
  display: none !important;
  visibility: hidden;
}
.form-cred {
  max-width: 700px;
  margin: 1.5rem auto;
  padding: 1rem;
  border-left: 2px solid rgba(184,134,11,0.5);
  background: rgba(255,255,255,0.025);
  margin-bottom: 160px;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: opacity, transform;
}
.form-cred.reveal.active {
  opacity: 1;
  transform: translateY(0);
}
.form-cred p {
  font-size: 0.85rem;
  line-height: 1.4;
  color: rgba(255,255,255,0.6);
  margin: 0;
}
.form-cred strong {
  color: rgba(184, 134, 11, 1);
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 1px;
}
@media (max-width: 768px) {
  .form-cred {
    width: calc(100% - 40px);
    margin: 85px auto 95px auto;
    padding: 1rem;
    max-width: none;
  }
}
.form-disclaimer {
  max-width: 700px;
  margin: 1.5rem 0;
  padding: 1rem;
  border-left: 2px solid rgba(184,134,11,0.5);
  background: rgba(255,255,255,0.025);
}
.form-disclaimer p {
  font-size: 0.85rem;
  line-height: 1.4;
  color: rgba(255,255,255,0.6);
  margin: 0;
}
.form-disclaimer strong {
  color: rgba(184, 134, 11, 1);
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 1px;
}
.contact-alt {
  text-align: center;
  margin-top: 4rem;
  color: var(--text);
  font-size: 1.1rem;
  line-height: 1.9;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 1.8s cubic-bezier(.2,.9,.2,1),
              transform 1.8s cubic-bezier(.2,.9,.2,1);
}
.contact-alt.active {
  opacity: 1;
  transform: translateY(0);
}
.contact-alt p {
  margin: 0.5rem 0;
}
.contact-alt strong {
  color: var(--text);
  font-family: 'Barlow', sans-serif;
}
.contact-alt a {
  color: var(--gold);
  text-decoration: none;
  font-weight: 400;
}
.contact-alt a:hover {
  text-decoration: none;
}
.contact-alt i {
  color: var(--gold);
  margin-right: 6px;
  font-size: 1.1rem;
}
.contact-footer {
  margin-top: 5rem;
  padding-bottom: 3rem;
  text-align: center;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}
.footer-note {
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 0.7rem;
  color: rgba(255, 255, 255, 0.3);
  margin-bottom: 1.5rem;
  margin-top: 2rem;
}
.faq-box {
  max-width: 700px;
  margin: 5rem auto;
  background: rgba(217, 217, 217, .05);
  border: 1px solid rgba(217, 217, 217, .25);
  border-radius: 8px;
  padding: 3.5rem 2.5rem;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
  text-align: left;
  transition: all 0.4s ease;
  margin-bottom: 0px;
}
.faq-header h2 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 2.2rem;
  letter-spacing: 2px;
  line-height: 1.4;
  margin-bottom: 3rem;
  text-align: center;
}
.faq-item {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  transition: all 0.3s ease;
  cursor: pointer;
}
.faq-item:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: 'Bebas Neue', sans-serif;
  color: var(--gold, #B8860B);
  letter-spacing: 1.5px;
  font-size: 1.4rem;
  line-height: 1.4;
  list-style: none;
  outline: none;
  transition: all 0.3s ease;
}
.faq-question::-webkit-details-marker {
  display: none;
}
.faq-question::after {
  content: "+";
  font-size: 1.6rem;
  color: var(--gold, #B8860B);
  transition: transform 0.3s ease;
}
.faq-item[open] .faq-question::after {
  content: "-";
  transform: rotate(180deg);
}
.faq-answer p {
  font-size: 0.95rem;
  line-height: 1.6;
  color: var(--muted, #ccc);
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
  position: relative;
  animation: fadeIn 0.4s ease forwards;
}
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(-10px); }
  to { opacity: 1; transform: translateY(0); }
}
.faq-item:hover .faq-question {
  transform: translateX(5px);
  text-shadow: 0 0 10px rgba(184, 134, 11, 0.4);
}
@media (max-width: 768px) {
  .faq-box {
    width: 90%;
    padding: 2.5rem 1.5rem;
    margin-top: 50px;
    margin-bottom: 55px;
  }
  .faq-question {
    font-size: 1.2rem;
  }
}
.leagl-box {
  max-width: 800px;
  margin: 0rem auto;
  background: rgba(217,217,217,.05);
  border: 1px solid rgba(217,217,217,.25);
  border-radius: 8px;
  padding: 2.5rem 2rem;
  box-shadow: 0 20px 40px rgba(0,0,0,0.4);
  text-align: left;
}
.legal-header h2 {
  margin-bottom: 2rem;
}
.legal-item {
  margin-bottom: 1.5rem;
}
.legal-item span {
  display: block;
  font-family: 'Bebas Neue', sans-serif;
  color: var(--gold);
  letter-spacing: 1px;
  font-size: 1.2rem;
  margin-bottom: .35rem;
}
.legal-item p {
  font-size: .95rem;
  opacity: .85;
  line-height: 1.6;
}
.thankyou-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.95);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999;
  backdrop-filter: blur(10px);
}
.thankyou-content {
  position: relative;
  width: 90%;
  max-width: 450px;
  background: rgba(15, 15, 15, 0.98);
  border: 1px solid rgba(184, 134, 11, 0.3);
  border-radius: 12px;
  padding: 3.5rem 2rem 2.5rem 2rem;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  box-sizing: border-box;
}
.thankyou-content h2 {
  color: #B8860B;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.8rem;
  margin: 1rem 0 0.5rem 0;
}
.close-thankyou {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.2rem;
  color: rgba(255, 255, 255, 0.3);
  cursor: pointer;
  transition: all 0.3s ease;
  line-height: 1;
  border-radius: 50%;
}
.close-thankyou:hover {
  color: #B8860B;
  background: rgba(184, 134, 11, 0.1);
  transform: rotate(90deg);
}
.gold-subtitle {
  color: #B8860B !important;
  font-weight: 600;
  font-size: 0.9rem !important;
  margin-bottom: 2rem !important;
  letter-spacing: 1px;
}
.next-steps-container {
  text-align: left;
  margin: 2rem 0;
  border-top: 1px solid rgba(255,255,255,0.1);
  padding-top: 1.5rem;
}
.step {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1.5rem;
}
.step-idx {
  font-family: 'Nova Mono', monospace;
  color: #B8860B;
  font-size: 0.8rem;
  font-weight: bold;
  margin-right: 1.2rem;
  margin-top: 0.35rem;
  min-width: 20px;
  line-height: 1;
}
.step p {
  font-size: 0.85rem !important;
  line-height: 1.6 !important;
  margin: 0 !important;
  opacity: 0.9 !important;
  color: white;
}
.close-btn {
  background: transparent;
  border: 1px solid #B8860B;
  color: #fff;
  padding: 0.8rem 2rem;
  font-family: 'Bebas Neue', sans-serif;
  letter-spacing: 2px;
  cursor: pointer;
  transition: 0.3s;
  margin-top: 1rem;
  width: 100%;
}
.close-btn:hover {
  background: #B8860B;
  color: #000;
}
@media (max-width: 768px) {
  .investment-features {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
  .investment-item,
  .investment-itemextra {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 0 auto;
    max-width: 300px;
    width: 100%;
    text-align: left;
  }
  .investment-itemextra {
    margin-top: 0.8rem;
    padding-top: 2.2rem;
    border-top: 1px solid rgba(184, 134, 11, 0.2);
    grid-column: 1 / -1;
  }
  .investment-item h3,
  .investment-itemextra h3 {
    width: 100%;
    margin-bottom: 1rem;
    text-align: left;
  }
  .investment-points p,
  .investment-pointsextra p {
    display: flex !important;
    flex-direction: row;
    align-items: flex-start;
    gap: 0.8rem;
    padding-left: 0 !important;
    text-indent: 0 !important;
    position: relative;
}
  .investment-pointsextra {
    width: 100%;
  }
}
.investment-points p::before,
.investment-pointsextra p::before {
    content: "–";
    color: var(--gold, #D4AF37);
    font-weight: bold;
    flex-shrink: 0;
    position: static !important;
    margin-right: 0;
}
@media (max-width: 600px) {
  .thankyou-content {
    padding: 3rem 1.5rem 2rem 1.5rem;
  }
  lottie-player {
    width: 120px !important;
    height: 120px !important;
    margin: 0 auto -10px auto;
  }
  .thankyou-content h2 {
    font-size: 1.5rem;
  }
  .step-idx {
    font-size: 0.75rem;
    margin-top: 0.3rem;
  }
}
#scrollTopBtn {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  width: 52px;
  height: 52px;
  background: var(--gold);
  color: var(--bg);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 20px 40px rgba(0,0,0,0.4);
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.4s ease, transform 0.4s ease, box-shadow 0.25s ease, background 0.25s ease;
  z-index: 1000;
  pointer-events: none;
}
#scrollTopBtn img {
  filter: drop-shadow(0 0 3px rgba(26,26,26,0.4));
}
#scrollTopBtn.show {
  opacity: 1;
  transform: translateY(0);
  pointer-events: all;
}
#scrollTopBtn:hover {
  box-shadow: 0 0 35px rgba(184,134,11,0.45);
  transform: translateY(-3px);
}
.footer {
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  padding: 1rem;
  text-align: center;
  background: rgba(184,134,11,1);
  color: #1a1a1a;
  margin-top: 2rem;
  box-shadow: 0 -15px 30px rgba(0, 0, 0, 0.45);
}
.footer a {
  font-weight: 500;
  font-size: 0.9rem;
  color: #1a1a1a;
  text-decoration: none;
}
.footer p {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    margin: 0;
}
@media (max-width: 1000px) {
  .gallery-grid {
    flex-wrap: wrap;
    gap: 1rem;
  }
}
@media (max-width: 900px) {
  body {
    background-attachment: scroll;
    background-position: center top;
  }
  .about-inner {
    flex-direction: column;
    text-align: center;
  }
  .hero-content h1 {
    font-size: 3rem;
  }
  .hero-fixed {
    background-attachment: scroll;
  }
  .testi-grid {
    grid-template-columns: 1fr;
  }
  @media (max-width: 900px) {
  .testi-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 600px) {
  .testi-grid {
    grid-template-columns: 1fr;
  }
}
  .about-image img {
    max-width: 320px;
    margin: 0 auto;
  }
}
@media (max-width: 600px) {
  .contact-alt {
    font-size: 1rem;
  }
  .contact-alt a {
    display: inline-block;
    margin-top: 0.2rem;
  }
}
@media (max-width: 600px) {
.logo {
    filter: drop-shadow(0 10px 5px rgba(26,26,26,0.2));
}
@media (max-width: 600px) {
.logo { max-width: 120px; }
.logo-legal { max-width: 120px; }
.hero-content h1 .brand { font-size: 7rem; }
.hero-content h1 .system { font-size: 3.5rem; }
.hero-content h1 .name { font-size: 1.5rem; margin-top: 2rem; }
.hero-content .lead {
    font-size: 1.15rem;
    line-height: 1.35 !important;
    margin-top: 1rem;
    margin-bottom: 1rem;
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
}
@media (max-width: 992px) {
  .section {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1024px) {
  .hero-fixed {
    background-attachment: scroll;
  }
}
@media (max-width: 992px) {
    .section {
        padding: 4rem 20px !important;
    }
    .experience-container {
        flex-direction: column;
        text-align: center;
        gap: 2rem;
        margin-top: 35px;
    }
    .experience-image {
        order: 1;
        width: 100%;
        display: flex;
        justify-content: center;
        margin-bottom: 2.5rem !important;
    }
    .experience-text { order: 2; width: 100%; }
    a.button,
    button.button,
    .contact-form .button,
    .cta-button {
        width: 100% !important;
        max-width: 350px !important;
        margin: 1.5rem auto !important;
        display: block !important;
        box-sizing: border-box !important;
    }
    .credentials-box,
    .investment-box,
    .faq-box,
    .contact-form {
        width: 100% !important;
        max-width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: 2rem 1.5rem !important;
        box-sizing: border-box !important;
    }
    .contact-form input,
    .contact-form select,
    .contact-form textarea {
        width: 100% !important;
        box-sizing: border-box !important;
    }
    .hero-content h1 .brand { font-size: 5rem; }
    .hero-content h1 .system { font-size: 3rem; }
}
@media (max-width: 480px) {
    .investment-price-container .price-new {
        font-size: 3rem;
    }
}
@media (max-width: 992px) {
  .credentials-box {
    width: auto !important;
    max-width: none !important;
    margin: 4rem 20px !important;
    padding: 2rem 1.5rem !important;
    box-sizing: border-box !important;
    flex-direction: column !important;
    text-align: center !important;
  }
  .credentials-box .cred-icon {
    margin: 0 auto 1rem !important;
  }
  .cred-points p {
    padding-left: 0 !important;
  }
  .cred-points p::before {
    position: static !important;
    margin-right: 8px !important;
  }
}
@media (max-width: 992px) {
  .experience-container {
    flex-direction: column !important;
    text-align: center !important;
    gap: 0 !important;
  }
  .experience-image {
    order: 1 !important;
    display: flex !important;
    justify-content: center !important;
    width: 100% !important;
  }
  .portrait-img {
    margin-bottom: 4rem !important;
    display: block !important;
  }
  .experience-text {
    order: 2 !important;
    width: 100% !important;
  }
}
@supports (-webkit-touch-callout: none) {
  body {
    background-attachment: scroll !important;
  }
  .hero-fixed {
    background-attachment: scroll !important;
  }
}
@media (max-width: 1024px) {
  .hero-content {
    padding-top: 1.5rem;
  }
}
@media (max-width: 600px) {
  .footer p {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      gap: 15px;
      font-size: 0.85rem;
      margin: 0 !important;
  }
  .footer a {
      display: inline-block;
      padding: 8px 12px;
      text-decoration: none;
      opacity: 0.8;
      transition: opacity 0.3s;
        }
      }
@supports (-webkit-touch-callout: none) {
  .hero-content {
    padding-top: calc(env(safe-area-inset-top) + 2.5rem);
  }
}
