@import url('https://fonts.googleapis.com/css2?family=Mona+Sans:ital,wdth,wght@0,75,200..900;1,75,200..900&family=Quicksand:wght@300..700&display=swap');


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


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

body{
  font-family:Inter,sans-serif;
  background:#dbe6ff;
  color:#f8f8f8;
  font-family: "Quicksand", sans-serif;
  padding-top: 100px;
}

h1,h2,h3,h4,h5,h5{
  font-family: "Mona Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings:
    "wdth" 75;
    text-transform:uppercase; 
   letter-spacing: -1.5px !important;
   color: #000a48;
   font-size: clamp(4rem, 5vw, 6rem) !important;
   line-height: 95%;
   margin-bottom: 20px;
}


.container{
  width:min(1400px,90%);
  margin:auto;
}

header{
  padding:30px 0;
}

.nav{
  display:flex;
  justify-content:space-between;
  align-items:center;
}

.logo{
  font-weight:800;
  font-size:28px;
  color:#0a0a0a;
}

nav{
  display:flex;
  gap:30px;
}

nav a{
  text-decoration:none;
  color:#0a0a0a;
}

.btn {
    display: inline-block;
    padding: 14px 24px;
    background: #0a0a0a;
    color: white;
    text-decoration: none;
    border-radius: 999px;
    font-size: 18px;
    font-weight: 600;
}

.btn-go {
    display: inline-block;
    padding: 15px 20px;
    background: #ff3723;
    color: white;
    text-decoration: none;
    border-radius: 0px;
    font-size: 18px;
    font-weight: 600;
    /* padding-right: 20px; */
}

.btn-outline{
  display:inline-block;
  padding:15px 20px;
  color:#0a0a0a;
  text-decoration:none;
  border-radius: 0px;
  background:#ffffff;
  font-size: 18px;
    font-weight: 600;
}

p{
  font-size: 1.2em;
  opacity: 0.8;
  color: #000;
}


.hero {
    padding: 100px 0px;
    height: 90vh;
    display: flex;
}

.hero-grid{
  display:grid;
  grid-template-columns:0.2fr 1fr;
  gap:80px;
  align-items:center;
}

.bi-telephone{
  background: white;
    border-radius: 500px;
    color: black;
    padding: 10px 12px;
    margin-right: 10px;
}

.hero h1, .card h3, .card-img h3 {
    line-height: 95%;
    color: #000a48;
    letter-spacing: -3.5px;
    /* margin: 30px 0; */
}

.hero h1 {
    font-size: clamp(4rem, 6vw, 10rem) !important;
}

.hero p{
  margin-top:0px;
  color:#222;
  max-width:500px;
}

.hero-actions{
  /* display:flex; */
  gap:15px;
  margin-top:35px;
}

.hero-image img{
  width:100%;
  max-width:500px;
  display:block;
  margin-left:auto;
}

.cards{
  padding:60px 0;
}

.card-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:60px;
  justify-items: center;
}

.card{
  background:#ffc735;
  /* padding:50px; */
  border-radius:24px;
  color:black;
}

.card span, .card-img span{
  color:#736237;
  font-size:16px;

}

.card p, .card-img p{
  margin-bottom:25px;
}

.card h3, .card-img h3 {
  margin:15px 0;
  font-size:2.4rem;
}

.image-card{
  min-height:320px;
  background:#1d1d1d;
  display:flex;
  align-items:center;
  justify-content:center;
}

.benefits{
  padding:120px 0;
}

.stack .benefits h2{
  text-align:left;
  color: white;
  margin-bottom:60px;
}

.benefit-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:30px;
}

.benefits-title{
  text-align:center;
}

.benefit{
  background:#161616;
  padding:40px;
  border-radius:24px;
  text-align:center;
}

.feature-block{
  padding:120px 0;
}

.split{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:50px;
  align-items:center;
}

.feature-copy h2{
  color:#0a0a0a;
  font-size:3rem;
}

.feature-image img{
  width:100%;
  border-radius:24px;
}

footer{
  background:#0a0a0a;
  padding:80px 0;
}

.footer-grid{
  display:grid;
  grid-template-columns:2fr 1fr 1fr;
  gap:50px;
}

footer a{
  display:block;
  color:#bdbdbd;
  text-decoration:none;
  margin-top:10px;
}
.hero-image video {
  width: 100%;
  max-width: 500px;
  display: block;
  margin-left: auto;

  opacity: 0;
  animation: fadeIn 2.2s ease forwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fade-in{
    animation: fadeIn 2.2s ease forwards;
}

@media (max-width: 768px) {
  .container {
    width: min(100%, 92%);
  }

  header {
    padding: 20px 0;
  }

  .nav {
    flex-direction: column;
    gap: 16px;
  }

  nav {
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
  }

  .hero {
    padding: 60px 0;
  }

  .hero-grid,
  .card-grid,
  .benefit-grid,
  .split,
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 100px;
  }

  .hero h1 {
    font-size: 3rem;
    line-height: 0.95;
    letter-spacing: -1.5px;
  }

  .hero-actions {
    flex-direction: column;
  }

  .hero-actions .btn,
  .hero-actions .btn-outline {
    text-align: center;
  }

  .hero-image video {
    margin: 0 auto;
  }

  .card,
  .benefit {
    padding: 30px 20px;
  }

  .benefits,
  .feature-block {
    padding: 80px 0;
  }

  .feature-copy h2 {
    font-size: 2.2rem;
  }

  footer {
    padding: 60px 0;
  }
}


.card-img {
    border-radius: 24px;
    color: black;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: fit-content;
    position: relative;
    max-width: 450px;
}

.card-img .image{
    max-width: 100%;
    padding: 0;
}

.card-img-pushed {
  max-width: 400px;
    margin: auto;
    /* margin-top: -140px; */
    width: 100%;
    text-align: center;
    display: flex;
    margin-bottom: 20px;
}



.splitter {
    text-align: center;
    padding: 150px 80px;
    font-size: 30px;
    color: black;
    /* max-width: 800px;
    margin: auto; */
    line-height: 3.5rem;
    margin: 40px 0;
    background-color: #111827;
}

.splitter span, .splitter h1 {
    color: #ffffff;
}



.card.image-card {
    padding: 0;
    background: transparent;
    border-radius: 24px;
    min-height: 520px;
}
.card.image-card img {
    border-radius: 24px;
}

.footer-cta {
    background: white;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 40px;
    padding: 80px;
    overflow: hidden;
    margin: 50px;
}

.footer-content {
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:80px;
}

.footer-copy {
    max-width:520px;
}

.eyebrow {
    display:block;
    color:#f2c94c;
    text-transform:uppercase;
    letter-spacing:2px;
    margin-bottom:15px;
    font-size:12px;
}

.footer-copy h2 {
    color:#fff;
    font-size:clamp(42px,5vw,72px);
    line-height:1;
    margin-bottom:24px;
}

.footer-copy p {
    color:#999;
    font-size:18px;
    margin-bottom:40px;
}

.footer-links {
    display:flex;
    gap:25px;
    flex-wrap:wrap;
}

.footer-links a {
    color:#777;
    text-decoration:none;
    transition:.2s;
}

.footer-links a:hover {
    color:#fff;
}

.phone-wrap {
    flex-shrink:0;
    margin-bottom:-300px;
}

.phone {
    width:340px;
    height:680px;
    background:#161616;
    padding:10px;
    border-radius:50px;
    box-shadow:
    0 0 0 1px rgba(255,255,255,.08),
    0 40px 100px rgba(0,0,0,.5);
}

.phone-screen {
    height:100%;
    background:#000;
    border-radius:40px;
    padding:40px;
    display:flex;
    flex-direction:column;
}

.brand {
    color:#fff;
    opacity:.6;
    margin-bottom:80px;
}

.phone-screen h3 {
    color:#fff;
    font-size:40px;
    line-height:1;
    margin:0;
}

.phone-sub {
    color:#f2c94c;
    font-size:24px;
    margin-top:20px;
    margin-bottom:auto;
}

/* DESKTOP BUTTON */

.desktop-call {
    height:72px;
    border-radius:999px;
    background:#f2c94c;
    color:#000;
    text-decoration:none;
    font-weight:700;
    display:flex;
    align-items:center;
    justify-content:center;
    position:relative;
    overflow:hidden;
}

.desktop-call::before,
.desktop-call::after {
    content:'';
    position:absolute;
    inset:-12px;
    border-radius:999px;
    background:rgba(242,201,76,.2);
}

.desktop-call::before {
    animation:pulse 2s infinite;
}

.desktop-call::after {
    animation:pulse 2s infinite 1s;
}

.desktop-call span {
    position:relative;
    z-index:2;
}

/* MOBILE SWIPE */

.swipe-container {
    display:none;
}

.swipe-track {
    position:relative;
    height:72px;
    border-radius:999px;
    background:#141414;
    overflow:hidden;
}

.swipe-track span {
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
    color:#fff;
}

.swipe-thumb {
    position:absolute;
    left:6px;
    top:6px;
    width:60px;
    height:60px;
    border-radius:50%;
    background:#f2c94c;
    color:#000;
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:700;
}

.swipe-thumb::before,
.swipe-thumb::after {
    content:'';
    position:absolute;
    inset:-8px;
    border-radius:50%;
    background:rgba(242,201,76,.25);
}

.swipe-thumb::before {
    animation:pulse 2s infinite;
}

.swipe-thumb::after {
    animation:pulse 2s infinite 1s;
}

@keyframes pulse {

    0% {
        transform:scale(1);
        opacity:.7;
    }

    70% {
        transform:scale(1.7);
        opacity:0;
    }

    100% {
        transform:scale(1.7);
        opacity:0;
    }
}

/* MOBILE */

@media (max-width: 900px) {

    .footer-cta {
        padding:40px 25px;
    }

    .footer-content {
        flex-direction:column;
        text-align:center;
        gap:50px;
    }

    .footer-copy {
        max-width:100%;
    }

    .footer-links {
        justify-content:center;
    }

    .phone {
        width:100%;
        max-width:340px;
        height:620px;
    }

    .desktop-call {
        display:none;
    }

    .swipe-container {
        display:block;
    }

    .phone-screen h3 {
        font-size:48px;
    }
}





/*message notification animation*/
.notification{

    width:fit-content;
    height: fit-content;
    margin: auto;
    background:#ffffff;

    border-radius:2cqh;

    padding:15px;

    display:flex;
    align-items:center;
    gap:0px;

    box-shadow:
    0 12px 30px rgba(0,0,0,.08);

}

.notification__icon{

    flex:0 0 65px;

}

.notification__content{

    flex:1;

}

.notification__top{

    display:flex;
    justify-content:space-between;
    align-items:flex-start;
    gap: 40px;
    margin-bottom:8px;

}

.title{

    display:flex;
    gap:10px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 20px !important;
    font-weight:700;
    letter-spacing: 0 !important;
    margin: 0;
}

.time{
    color:#8b8b8b;
    font-size:15px;

}

.message{

    display:flex;
    flex-wrap:wrap;
    gap:3px;
     font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size:20px;
    font-weight:400;

}

.title span,
.message span{

    display:inline-block;

    opacity:0;

    transform:translateY(30px);

}


/*stacked cards*/
  .intro, .outro {
    max-width: 720px;
    margin: 0 auto;
    padding: 80px 24px;
    text-align: center;
  }
  .intro h1 { font-size: 2.5rem; margin-bottom: 12px; }
  .intro p, .outro p { color: #5a5570; }

  .stack {
    position: relative;
    height: 500vh;
    max-width: 720px;
    margin: 0 auto;
  }

  .cards-stage {
    position: sticky;
    top: 0;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
  }

  .stack .card {
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(100% - 48px);
    max-width: 640px;
    border-radius: 28px;
    /* overflow: hidden; */
    background: #c9b8ff;
    box-shadow: 0 20px 60px -20px rgba(20, 10, 50, 0.25);
    display: grid;
    grid-template-rows: auto 1fr;
    will-change: transform, opacity;
    pointer-events: auto;
    transform-origin: center center;
  }

  .stack .card-img {
    width: calc(100% - 48px);
    margin: 24px 24px 0;
    aspect-ratio: 16/11;
    border-radius: 20px;
    background-size: cover;
    background-position: center;
    position: absolute;
    margin-top: -40%;
  }

  .card-body {
    padding: 28px 32px 36px;
    position: relative;
  }

  .pill {
    display: inline-block;
    background: #fff;
    color: #1a1230;
    padding: 8px 16px;
    border-radius: 999px;
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 20px;
  }

  .card-title {
    font-size: clamp(1.8rem, 4vw, 2.6rem);
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: -0.02em;
    margin-bottom: 18px;
    max-width: 90%;
    color: #ffffff;
  }

  .card-link {
    font-weight: 600;
    color: #1a1230;
    text-decoration: none;
  }

  .card-num {
    position: absolute;
    right: 32px;
    bottom: 28px;
    font-size: 2rem;
    font-weight: 600;
    color: #1a1230;
    letter-spacing: -0.02em;
  }

  .card.c1 { background: #000a48; }
  .card.c2 { background: #000a48; }
  .card.c3 { background: #000a48; }
  .card.c4 { background: #000a48; }


  .card-body .card-num {
    color: #ff3624 !important;
}


/*NAVIGATION*/
/* --- Fixed Header Container --- */
.navbar-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    /* padding: 20px; */
    z-index: 1000;
    display: flex;
    justify-content: center;
}

/* --- The Capsule Navbar --- */
.navbar {
    width: 100%;
    max-width: 870px;
    background-color: #323d5b9c; /* Light bluish/white tone from screenshot */
    border-radius: 0px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
    backdrop-filter: blur(15px); /* Premium background blur */
        -webkit-backdrop-filter: blur(15px);
}

/* --- Logo Styling --- */
.logo {
    display: flex;
    align-items: center;
}

.logo-text {
    font-size: 1.3rem;
    font-weight: 600;
    color: #0d1b2a;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-bottom: 3px solid #0d1b2a;
    padding-bottom: 2px;
}

.logo-text strong {
    font-size: 1.6rem;
    margin-right: 2px;
}

/* --- Desktop Navigation --- */
.nav-links {
    display: flex;
    list-style: none;
    gap: 30px;
}

.nav-links a {
    text-decoration: none;
    color: white;
    font-weight: 100;
    font-size: 1rem;
    transition: color 0.2s ease;
}

.nav-links a:hover {
    opacity: 0.8;
}

/* --- CTA Button --- */
.cta-btn {
    background-color: #ff3624;
    color: #ffffff;
    text-decoration: none;
    padding: 12px;
    border-radius: 0px;
    font-weight: 600;
    font-size: 0.95rem;
    white-space: nowrap;
    transition: background-color 0.2s ease, transform 0.1s ease;
    display: inline-block;
    font-size: 16px;
}

.cta-btn:hover {
    background-color: #d63a1b;
}

/* --- Mobile Toggle Button (Hidden on Desktop) --- */
.menu-toggle {
    display: none;
    background: none;
    border: none;
    font-size: 1rem;
    font-weight: bold;
    color: #ffffff;
    cursor: pointer;
    /* text-transform: uppercase; */
    width: 65px; /* Fixed width prevents layout shifting when text changes to CLOSE */
    text-align: left;
    outline: none;
    z-index: 1001; /* Stay above the overlay content if needed */
    font-family: "Quicksand", sans-serif;
    margin-left: 10px;
}

  .logo {
   margin-left: 15px;
}

/* --- Responsive Breakpoint: 900px --- */
@media (max-width: 900px) {
  .navbar{
    margin: 10px;
  }
  /* .logo {
   margin-left: 0px;
} */
    .menu-toggle {
        display: block;
    }

    /* Reordering elements matching the mobile screenshot layout: Menu | Logo | CTA */
    .menu-toggle { order: 1; }
    .logo { order: 2; }
    .cta-container { order: 3; }

    /* Transforming nav-menu into a full screen overlay */
    .nav-menu {
        position: fixed;
        top: 0;
        left: -10px;
        width: 100vw;
        height: 100vh;
        background-color: rgba(230, 237, 255, 0.85); /* Tinted transparent background */
        backdrop-filter: blur(15px); /* Premium background blur */
        -webkit-backdrop-filter: blur(15px);
        display: flex;
        justify-content: center;
        align-items: center;
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.4s ease;
        z-index: 999;
    }

    /* Reveal overlay when active class is applied via JS */
    .nav-menu.active {
        opacity: 1;
        pointer-events: auto;
    }

    .nav-links {
        flex-direction: column;
        align-items: center;
        gap: 40px;
    }

    .nav-links a {
        font-size: 2rem; /* Make links larger on mobile overlay */
        font-weight: 600;
    }
}





/* Base Footer Styling */
.site-footer {
  position: relative;
  background-color: transparent; /* Dark navy background */
  color: #f1ebd9; /* Off-white text */
  padding: 80px 5% 0px 5%; /* Bottom padding ensures content never covers the watermark */
  overflow: hidden;
  box-sizing: border-box;
}

/* Two-column layout */
.footer-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2; /* Keeps text above watermark */
  margin-bottom: 300px;
}

/* Left Column */
.footer-left h1 {
  font-size: 3.5rem;
  line-height: 1.05;
  margin: 0 0 32px 0;
  text-transform: uppercase;
  /* color: #f1ebd9; */
}

.btn-call {
  display: inline-block;
  background-color: #ff3333; /* Accent red button */
  color: #ffffff;
  padding: 14px 28px;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: opacity 0.2s ease;
}

.btn-call:hover {
  opacity: 0.9;
}

/* Right Column */
.footer-right {
  display: flex;
  flex-direction: column;
  gap: 48px;
  font-size: 0.9rem;
  letter-spacing: 1px;
}

.info-block p {
    margin: 0 0 10px 0;
    text-transform: uppercase;
    display: flex;
    align-items: flex-end;
}



.footer-nav {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-right a {
  color: #000;
  text-decoration: none;
  transition: opacity 0.2s ease;
}

.footer-right a:hover {
  opacity: 0.7;
}

/* Watermark Logo Container */
.footer-logo-watermark {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    pointer-events: none;
    z-index: 1;
    color: rgba(241, 235, 217, 0.05);
    opacity: 0.05;
    padding: 15px;
}

.footer-logo-watermark svg {
  display: block;
  width: 100%;
  height: 100%;
}

/* Mobile Stacking (< 850px) */
@media (max-width: 850px) {
.footer-logo-watermark{
    visibility: hidden;
  }
      #Layer_2 {
        width: 800px !important;
        right: 0;
        position: absolute;
    }
  .site-footer {
    padding: 60px 24px 0px 24px; /* Sufficient bottom padding for watermark */
  }

  .footer-container {
    grid-template-columns: 1fr; /* Stacks right text underneath */
    gap: 48px;
  }

  .footer-left h1 {
    font-size: 2.5rem;
  }

  .footer-logo-watermark {
    max-height: 140px; /* Scaled watermark height on smaller screens */
  }
}

#Layer_2 {
    width: 100%;
    height: fit-content;
    bottom: 0;
    padding-bottom: 20px;
}


p.bs-eyebrow {
    color: white !important;
}