/* --- CSS Variables & Global Styles --- */
:root {
  --primary-dark: #0D1B2A;
  --secondary-blue: #1f1f1f;
  --accent-coral: #0a192f;
  --text-light: #F8F9FA;
  --text-dark: #343A40;
  --text-muted: #6C757D;
  --bg-light: #F8F9FA;
  --border-color: #E0E1DD;
  --shadow-color: rgba(0, 0, 0, 0.08);
  --font-family: 'Poppins', sans-serif;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-family);
  background-color: #fff;
  color: var(--text-dark);
  line-height: 1.7;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.section-title {
  font-size: 42px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
  color: var(--primary-dark);
}

.section-subtitle {
  font-size: 18px;
  text-align: center;
  max-width: 700px;
  margin: 0 auto 60px auto;
  color: var(--text-muted);
}

.cta-button {
  display: inline-block;
  background: #e8a900;
  color: #fff;
  padding: 15px 35px;
  border: none;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  transition: transform 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 15px rgba(233, 79, 55, 0.2);
}

.cta-button:hover {
  background-color: #d8452e;
  transform: translateY(-3px);
  box-shadow: 0 7px 20px rgba(233, 79, 55, 0.3);
}

/* --- Hero Section --- */
@font-face {
  font-family: Satoshi;
  src: url("https://cdn.prod.website-files.com/681b04c67ed0d3f6f2904e8d/681b04c67ed0d3f6f2905080_Satoshi-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url("https://cdn.prod.website-files.com/681b04c67ed0d3f6f2904e8d/681b04c67ed0d3f6f2905074_Satoshi-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url("https://cdn.prod.website-files.com/681b04c67ed0d3f6f2904e8d/681b04c67ed0d3f6f2905071_Satoshi-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: #f9f9f9;
  --black: #1d2025;
  --matte: #2f2f2f;
  --border-radius: 20px;
  --hero-z-index-01: 0;
  --hero-z-index-02: 0;
}

* {
  box-sizing: border-box;
}

body {
  background-color: var(--white);
  color: var(--black);
  font-family: Satoshi, sans-serif;
  font-size: 1.11vw;
  font-weight: 400;
  line-height: 1.89vw;
  margin: 0;
}

img {
  max-width: 100%;
  display: inline-block;
  vertical-align: middle;
}

h1 {
  text-transform: uppercase;
  margin: 0;
  font-size: 11.11vw;
  font-weight: 500;
  line-height: .8;
}

h5 {
  letter-spacing: .14vw;
  text-transform: uppercase;
  margin: 0;
  font-size: 1vw;
  font-weight: 400;
  line-height: 1.11vw;
}

a {
  color: var(--black);
  text-decoration: none;
}


.w-layout-blockcontainer,
.container-full {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
  overflow: hidden;
}

.hero-section {
  background-color: var(--white);
  width: 100%;
  position: relative;
}

.hero-wrapper {
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.hero-text {
  color: var(--black);
  text-align: center;
  width: 16rem;
  margin-left: auto;
  margin-right: auto;
  font-size: .9rem;
  line-height: 1.2;
  position: absolute;
  bottom: 9rem;
  left: 0;
  right: 0;
}

.hero-title-wrapper {
  z-index: 10;
  mix-blend-mode: difference;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  top: 9vh;
}

.hero-subtitle {
  color: var(--white);
  mix-blend-mode: exclusion;
  position: absolute;
  top: -1rem;
}

@font-face {
  font-family: 'Zing Rust Base Rough'; /* This is the name you will use in your CSS */
  src: url('font/ZingRustDemo-Base.otf') format('opentype'); /* This is the path to the font file */
  font-weight: normal;
  font-style: normal;
}
.hero-title {
  z-index: 1;
  color: var(--white);
  white-space: nowrap;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  font-family: 'Zing Rust Base Rough', sans-serif;
  font-weight: 400;
  font-size: 5rem;
  position: relative;
  
}

.hero-title.smaller {
  align-self: flex-start;
  font-size: 2rem;
  line-height: .9;
}

.socials-absolute {
  z-index: 10;
  gap: 1.1vw;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0 4rem 0 auto;
}

.social-link-wrapper-small {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.2rem;
  height: 1.2rem;
}

.social-icon {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.hero-cards-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: -6vh;
  left: 0;
  right: 0;
}

.hero-cards {
  transform-origin: 50% 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
}

.hero-card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.hero-card {
  z-index: 2;
  border-radius: var(--border-radius);
  object-position: 50% 50%;
  object-fit: cover;
  width: 18rem;
  height: 24rem;
  box-shadow: -1rem 1rem 2rem rgba(0, 0, 0, 0.06);
}

.hero-card-wrapper._01 {
  z-index: var(--hero-z-index-01);
  transform-origin: 50% 100%;
  transform: rotate(-128deg);
}

.hero-card-wrapper._02 {
  z-index: var(--hero-z-index-01);
  transform-origin: 50% 100%;
  transform: rotate(-96deg);
}

.hero-card-wrapper._03 {
  z-index: var(--hero-z-index-02);
  transform-origin: 50% 100%;
  transform: rotate(-64deg);
}

.hero-card-wrapper._04 {
  z-index: 0;
  transform-origin: 50% 100%;
  transform: rotate(-32deg);
}

.hero-card-wrapper._05 {
  z-index: 0;
  transform-origin: 50% 100%;
  transform: rotate(0deg);
}

.hero-card-wrapper._06 {
  z-index: 0;
  transform-origin: 50% 100%;
  transform: rotate(32deg);
}

.hero-card-wrapper._07 {
  z-index: 0;
  transform-origin: 50% 100%;
  transform: rotate(64deg);
}

.hero-card-wrapper._08 {
  z-index: 0;
  transform-origin: 50% 100%;
  transform: rotate(96deg);
}

.hero-card-wrapper._09 {
  z-index: 0;
  transform-origin: 50% 100%;
  transform: rotate(128deg);
}

@media screen and (max-width: 991px) {
  body {
    font-size: 1rem;
    line-height: 1.7rem;
  }

  h1 {
    font-size: 8rem;
    line-height: .9;
  }

  h5 {
    font-size: .9rem;
    line-height: 1;
    letter-spacing: .125rem;
  }

  .hero-title.smaller {
    font-size: 6rem;
  }

  .hero-title-wrapper {
    top: 8vh;
  }

  .hero-title {
    font-size: 2rem !important;
  }

  .socials-absolute {
    display: none;
  }

  .hero-wrapper {
    height: 100svh;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 6rem;
    line-height: .9;
  }

  .hero-title.smaller {
    font-size: 5rem;
  }

  .hero-title-wrapper {
    top: 8vh;
  }

  .hero-title {
    font-size: 2rem !important;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 17vw;
    line-height: .9;
  }

  .hero-title.smaller {
    font-size: 3.5rem;
  }

  .hero-wrapper {
    min-height: 800px;
  }

  .hero-title-wrapper {
    top: 8vh;
  }

  .hero-title {
    font-size: 1.5rem !important;
  }

  .hero-text {
    bottom: 9rem;
  }

  .socials-absolute {
    flex-direction: row;
    position: absolute;
    gap: 2rem;
    inset: auto 0 2rem 0;
    width: fit-content;
    margin: auto;
  }

  .hero-cards-wrapper {
    transform: scale(.8);
    top: -8vh;
  }
}

/* --- Services Section --- */
#services {
  background: var(--bg-light);
  padding: 100px 0;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.service-card {
  background: #fff;
  padding: 40px 30px;
  border-radius: 12px;
  border: 1px solid var(--border-color);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px var(--shadow-color);
}

.service-card .icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 20px auto;
  background-color:#0a192f;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-card .icon svg {
  width: 30px;
  height: 30px;
  stroke: #ffffff;
}

.service-card h3 {
  font-size: 22px;
  margin-bottom: 15px;
  color: var(--primary-dark);
}

/* --- How It Works Section --- */
#process {
  background: #fff;
}

.process-timeline {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.process-timeline::before {
  content: '';
  position: absolute;
  top: 35px;
  left: 15%;
  right: 15%;
  height: 4px;
  background: var(--border-color);
  z-index: 0;
}

.process-step {
  text-align: center;
  width: 30%;
  position: relative;
}

.step-number {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: var(--bg-light);
  border: 4px solid var(--border-color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 700;
  color: var(--text-muted);
  margin: 0 auto 20px auto;
  transition: all 0.4s ease;
  z-index: 1;
  position: relative;
}

.process-step:hover .step-number {
  background: var(--accent-coral);
  color: #fff;
  border-color: var(--accent-coral);
  transform: scale(1.1);
}

.process-step h3 {
  font-size: 20px;
  margin-bottom: 10px;
  color: var(--primary-dark);
}

/* --- Testimonials Section --- */
#testimonials {
  color: var(--text-light);
  padding: 100px 0;
}

#testimonials .section-title {
  color: var(--primary-dark);
}

#testimonials .section-subtitle {
  color: var(--primary-dark);
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 30px;
}

.testimonial-card-1 {
  background: #0a192f;
  padding: 30px;
  border-radius: 12px;
}

.testimonial-card-1 blockquote {
  font-size: 18px;
  font-style: italic;
  border-left: 3px solid #5340fa;
  padding-left: 20px;
  margin-bottom: 20px;
}

.author-info {
  display: flex;
  align-items: center;
  gap: 15px;
}

.author-info img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid var(--accent-coral);
}

.author-info .name {
  font-weight: 700;
}

.author-info .title {
  font-size: 14px;
  opacity: 0.8;
}

/* --- FAQ Section --- */
#faq {
  background: var(--bg-light);
  padding: 100px 0;
}

.faq-accordion {
  max-width: 800px;
  margin: 0 auto;
}

.faq-item {
  background: #fff;
  border: 1px solid var(--border-color);
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.faq-item summary {
  font-size: 18px;
  font-weight: 600;
  padding: 20px;
  cursor: pointer;
  outline: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  /* Hide default marker */
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: '+';
  font-size: 28px;
  font-weight: 400;
  color: var(--accent-coral);
  transition: transform 0.3s ease;
}

.faq-item[open] summary::after {
  transform: rotate(45deg);
}

.faq-content {
  padding: 0 20px 20px 20px;
  color: var(--text-muted);
}

/* --- Final CTA Section --- */
#final-cta {
  background: #05040b;
  text-align: center;
  color: #fff;
  padding: 100px 0;
}

#final-cta .section-title {
  color: #fff;
  font-size: 48px;
}

#final-cta p {
  font-size: 20px;
  max-width: 700px;
  margin: 0 auto 40px auto;
  opacity: 0.9;
  color: #6b7280;
}

/* --- Animation --- */
.fade-in {
  /*opacity: 0;*/
  transform: translateY(20px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.fade-in.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* --- Responsive Design --- */
@media (max-width: 992px) {
  .process-timeline {
    flex-direction: column;
    gap: 40px;
  }

  .process-timeline::before {
    top: 5%;
    bottom: 5%;
    left: 35px;
    width: 4px;
    height: auto;
  }

  .process-step {
    width: 100%;
    text-align: left;
    padding-left: 100px;
  }

  .step-number {
    position: absolute;
    left: 0;
    margin: 0;
  }
}

@media (max-width: 768px) {
  .section-title {
    font-size: 36px;
  }
}

/* --- STYLES FOR THE NOTIFICATION TOASTS --- */
.toast-container {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 400px;
  width: 100%;
}

@media (max-width: 768px) {
  .toast-container {
    top: 10px;
    right: 10px;
    left: 10px;
    max-width: none;
  }
}

.toast {
  position: relative;
  background: white;
  border-radius: 16px;
  padding: 20px;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(20px);
  animation: toastSlideIn 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
  color: white;
  font-family: 'Inter', sans-serif;
  /* Use Inter font for toasts */
}

@keyframes toastSlideIn {
  from {
    opacity: 0;
    transform: translateX(100%) scale(0.9);
  }

  to {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
}

.toast.removing {
  animation: toastSlideOut 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

@keyframes toastSlideOut {
  to {
    opacity: 0;
    transform: translateX(100%) scale(0.9);
  }
}

.toast-icon {
  position: relative;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: bold;
  flex-shrink: 0;
  backdrop-filter: blur(10px);
}

.icon-pulse {
  position: absolute;
  inset: -4px;
  border-radius: 50%;
  background: inherit;
  opacity: 0.3;
  animation: iconPulse 2s ease-in-out infinite;
}

@keyframes iconPulse {

  0%,
  100% {
    transform: scale(1);
    opacity: 0.3;
  }

  50% {
    transform: scale(1.2);
    opacity: 0.1;
  }
}

.toast-content {
  flex: 1;
  min-width: 0;
}

.toast-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 4px;
  color: white;
}

.toast-message {
  font-size: 14px;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.9);
  margin: 0;
}

.toast-close {
  background: rgba(255, 255, 255, 0.2);
  border: none;
  border-radius: 8px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: white;
  cursor: pointer;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
  flex-shrink: 0;
}

.toast-close:hover {
  background: rgba(255, 255, 255, 0.3);
  transform: scale(1.1);
}

.toast-progress {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: rgba(255, 255, 255, 0.2);
  overflow: hidden;
}

.progress-bar {
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  transform: translateX(-100%);
  animation: progressBar 5s linear;
}

@keyframes progressBar {
  to {
    transform: translateX(0);
  }
}

.toast-glow {
  position: absolute;
  inset: -2px;
  background: inherit;
  border-radius: 18px;
  filter: blur(8px);
  opacity: 0.3;
  z-index: -1;
}