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

html {
  scroll-behavior: smooth;
}

html.lenis,
html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

body {
  min-height: 100vh;
  background: #000;
  color: #fff;
  font-family: Inter, Arial, sans-serif;
  overflow-x: hidden;
}

.page {
  width: min(1248px, calc(100% - 76px));
  margin: 0 auto;
}

.header {
  height: 94px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-top: 20px;
}

.logo {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 26px;
  font-weight: 600;
  font-style: italic;
}

.mark {
  position: relative;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  width: auto;
  height: auto;
}

.mark img {
  display: block;
  width: auto;
  height: 36px;
  max-width: 135px;
  object-fit: contain;
}



.mark span {
  position: absolute;
  left: 0;
  height: 5px;
  border-radius: 1px;
  background: linear-gradient(90deg, #ff5b00, #b200ff);
}

.mark span:nth-child(1) {
  top: 0;
  width: 27px;
}

.mark span:nth-child(2) {
  top: 9px;
  width: 39px;
}

.mark span:nth-child(3) {
  top: 18px;
  width: 26px;
}

.nav {
  display: flex;
  gap: 26px;
  padding-top: 14px;
  font-size: 16px;
  /* color: #cad0df; */
}

.nav-link {
  color: #b3b5bb;
  text-decoration: none;
  transition: color 0.2s ease;
}


.nav-link.active {
  color: #f84904;
}

@media (hover: hover) {
  .nav-link:hover {
    color: #f84904;
  }
}


.hero {
  position: relative;
  min-height: 545px;
  border: 1px solid #222;
  border-radius: 17px;
  overflow: hidden;
  background: #000;
  box-shadow: inset 0 -1px 0 rgba(164, 0, 255, 0.35);
}

.hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

.hero__gradient-mesh {
  position: absolute;
  inset: 0;
  transform: rotate(180deg);
  transform-origin: center center;
}

.hero__gradient-canvas {
  display: block;
  width: 100%;
  height: 100%;
}

.hero__light-rotating {
  position: absolute;
  top: calc(50% - 104px);
  left: -984px;
  right: -984px;
  height: 208px;
  z-index: 1;
  background: linear-gradient(270deg, #5b03ad 0%, rgb(255, 83, 0) 100%);
  filter: blur(10px);
  -webkit-filter: blur(10px);
  animation: heroLightRotate 20s linear infinite;
}

.hero__overlay {
  position: absolute;
  left: -34px;
  right: -34px;
  bottom: -40px;
  height: 62px;
  background: #000;
  filter: blur(20px);
  -webkit-filter: blur(20px);
  z-index: 0;
}

@keyframes heroLightRotate {
  to {
    transform: rotate(360deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero__light-rotating {
    animation: none;
  }
}

.copy {
  position: relative;
  z-index: 4;
  width: 50%;
  padding: 80px 0 0 49px;
}

.eyebrow {
  margin-bottom: 4px;
  background: linear-gradient(to right, #ff7b24 0%, #ffffff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-size: 22px;
}

h1 {
  max-width: 520px;
  margin-bottom: 18px;
  font-size: 64px;
  line-height: 1.08;
  font-weight: 800;
}

.tags {
  margin-bottom: 16px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}

.description {
  max-width: 520px;
  margin-bottom: 30px;
  color: #fff9;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 400;
  margin-top: 20px;
  line-height: 1.4em;
  letter-spacing: 0.02em;
}

.actions {
  display: flex;
  gap: 8px;
}


@media (max-width:768px){
.actions {
gap: 17px;
}
}

.hero-description{
font-size: 32px;
    margin-bottom: 12px;
    margin-top: -15px;
    line-height: 1.15em;
    font-weight: 500;
}

@media (max-width:768px){
.hero-description{
font-size: 28px;
font-weight: 500;
}
}


#heroHeading{
    display:flex;
    align-items:baseline;
    gap:10px;
    flex-wrap:nowrap;
    white-space:nowrap;
    font-size:60px;
    font-weight:800;
    line-height:1.1;
}

.hero-heading-prefix{
    flex:0 0 auto;
    color:#fff;
}

.hero-rotator{
    position:relative;
    display:inline-block;
    overflow:hidden;
    height:72px;
    min-width:220px;   /* adjust if needed */
    vertical-align:middle;
}

.hero-track{
    display:flex;
    flex-direction:column;
    will-change:transform;
    transition:transform .6s ease;
}

.hero-word {
  display: flex;
  align-items: center;
  height: 72px;
  white-space: nowrap;
  font-weight: 800;

    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
/* Use your variables and the requested 250deg angle */
/* If 250deg makes purple come first, move the purple variable to the right */
background-image: linear-gradient(
  90deg, 
  var(--token-f6e40045-5d66-4cd0-84fd-400583c11961, #ff5300) 0%, 
  var(--token-2fc4c466-f7f2-4170-afe3-72a9c1fba996, #5b03ad) 70%
);  
}


/* Mobile */
@media (max-width:768px){

    #heroHeading{
        display:flex;
        flex-direction:column;
        align-items:flex-start;
        gap:4px;
        font-size:42px;
        line-height:1.1;
    }

    .hero-heading-prefix{
        display:block;
        font-size: 28px;
        margin-top: 10px;
        font-weight: 500;
    }

    .hero-rotator{
        position:relative;
        width:100%;
        height:52px;      /* exactly one word height */
        overflow:hidden;
    }

    .hero-track{
        display:flex;
        flex-direction:column;
        transition:transform .5s ease;
    }

    .hero-word{
        display:flex;
        align-items:center;
        height:52px;      /* MUST match hero-rotator height */
        font-size:52px;
        line-height:52px;
        font-weight: 600;
        white-space:nowrap;
        background-image: linear-gradient(
        90deg,var(--token-f6e40045-5d66-4cd0-84fd-400583c11961, #ff5300) 0%,  var(--token-2fc4c466-f7f2-4170-afe3-72a9c1fba996, #5b03ad) 50%);  
        background-clip: text;
        color: transparent;
        -webkit-text-fill-color: transparent;

    }
}











.button {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    gap: 16px;
    padding: 18px 22px;
    min-width: 44px;
    min-height: 44px;
    border-radius: 50px;
    border: 1px solid transparent;
    cursor: pointer;
    user-select: none;
    outline: none;
    overflow: hidden;
    backdrop-filter: blur(50px);
    background: linear-gradient(165deg, rgba(156, 156, 156, 0) 0%, transparent 40%), linear-gradient(255deg, rgba(156, 156, 156, 0) 0%, transparent 30%), linear-gradient(300deg, rgba(156, 156, 156, 0) 0%, rgba(122, 114, 110, 0.275) 50%, rgba(0, 0, 0, 0.03) 100%), linear-gradient(transparent 0%, rgba(0, 0, 0, 0.1) 100%);
    box-shadow: rgba(0, 0, 0, 0) 0px 5px 7.5px -10px, rgba(0, 0, 0, 0.1) 0px -8px 8px 2px inset;
    transform: scale(1) translateZ(0px);
    transition: transform 0.08s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    will-change: transform;
    outline-offset: 0px;
    color: white;
    text-decoration: none;
}

.button:hover {
  background: rgba(118, 0, 160, 0.85);
  transform: translateY(-2px);
}

.button.secondary {
  background: rgba(123, 35, 89, 0.82);
}

@media (max-width:768px){
.button.secondary {

    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    gap: 5px;
    padding-top: 18px;
    padding-right: 22px;
    padding-bottom: 18px;
    padding-left: 22px;
    min-width: 44px;
    min-height: 44px;
    border-radius: 50px;
    border: 1px solid transparent;
    cursor: pointer;
    user-select: none;
    outline: none;
    overflow: hidden;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    background: linear-gradient(60deg, 
                rgba(115, 115, 115, 0.4) 0%,
                transparent 40%
            ),
            linear-gradient(150deg, 
                rgba(115, 115, 115, 0.15) 0%,
                transparent 30%
            ),
            linear-gradient(195deg, 
                rgba(115, 115, 115, 0.3) 0%,
                rgba(84, 84, 84, 0.15) 50%,
                rgba(18, 18, 18, 0.03) 100%
            ),
            linear-gradient(to bottom, 
                transparent 0%, 
                rgba(18, 18, 18, 0.1) 100%
            );
    box-shadow: 0 5px 7.5px -10px rgba(255, 255, 255, 0),
            inset 0 -8px 8px 2px rgba(18, 18, 18, 0.1);
    transform: scale(1) translateZ(0);
    transition: transform 0.08s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    will-change: transform;
}
}

.button.secondary:hover {
  background: rgba(160, 45, 112, 0.9);
}

.stripe-stage {
  position: absolute;
  z-index: 1;
  top: -81px;
  right: -149px;
  width: 752px;
  height: 100%;
  overflow: visible;
  transform: translateX(var(--stripe-shift, 0));
  transition: transform 0.12s ease-out;
  display: flex;
  align-items: center;
}

.stripe-img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}

/* keep old .stripe rules inert — image replaces them */
.stripe {
  display: none;
}

.stripe::after {
  display: none;
}

.stripe:nth-child(1),
.stripe:nth-child(2),
.stripe:nth-child(3) {
  display: none;
}

.person {
  position: absolute;
  z-index: 3;
  right: 108px;
  bottom: -2px;
  width: 551px;
  height: auto;
  filter: drop-shadow(-28px 24px 48px rgba(255, 57, 0, 0.24));

  /* Slideshow states */
  opacity: 0;
  visibility: hidden;
  pointer-events: none;

  /* Smoothly transitions both mouse movement translation and fading transitions */
  transform: translateX(var(--person-shift, 0));
  transition: transform 0.12s ease-out, opacity 0.8s ease, visibility 0.8s;
}

.person.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

@media (max-width: 900px) {
  .page {
    width: min(100% - 30px, 680px);
  }

  .header {
    height: 74px;
    align-items: center;
    padding-top: 0;
  }

  .logo {
    margin-left: 0;
  }

  .nav {
    margin-right: 0;
    gap: 15px;
  }

  .hero {
    min-height: 720px;
  }

  .copy {
    width: 100%;
    padding: 52px 34px 0;
  }

  h1 {
    font-size: clamp(38px, 10vw, 52px);
  }

  .stripe-stage {
    top: 350px;
    right: -180px;
    transform: scale(0.86) translateX(var(--stripe-shift, 0));
  }

  .person {
    right: 6%;
    bottom: -10px;
    width: 420px;
    transform: scale(0.86) translateX(var(--person-shift, 0));
    transform-origin: bottom right;
  }
}

@media (max-width: 560px) {
  .page {
    width: calc(100% - 24px);
  }

  .nav {
    display: none;
  }

  .hero {
    min-height: 760px;
  }

  .copy {
    padding: 38px 24px 0;
  }

  .eyebrow {
    font-size: 18px;
  }

  h1 {
    font-size: 39px;
  }

  .description {
    font-size: 16px;
  }

  .actions {
    flex-wrap: wrap;
  }

  .person {
    right: -52px;
    width: 390px;
    transform: scale(0.72) translateX(var(--person-shift, 0));
  }
}


/* ================= HERO BORDER ================= */

@property --angle {
  syntax: '<angle>';
  initial-value: 0deg;
  inherits: false;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 17px;
  padding: 2px;
  background: conic-gradient(from var(--angle),
      transparent 0%,
      #ff5b00 5%,
      #b200ff 15%,
      transparent 25%,
      transparent 50%,
      #ff3900 55%,
      #bc1e74 65%,
      transparent 75%);
  animation: beamChase 7s linear infinite;
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: 5;
}

@keyframes beamChase {
  to {
    --angle: 360deg;
  }
}

body {
  min-height: 100vh;
  background: #000;
  color: #fff;
  /* 🏷️ Font family updated to Google Sans */
  font-family: 'Google Sans Text', Arial, sans-serif;
  overflow-x: hidden;
}


/* Reset and Base Styles */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  background-color: #050505;
  /* Deep dark background */
  color: #ffffff;
}

/* Section Container */
.trust-section {
  position: relative;
  padding: 120px 24px;
  overflow: hidden;
  /* Contains the background glows */
  display: flex;
  justify-content: center;
}

/* Atmospheric Background Glows */
.glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(100px);
  z-index: 0;
  opacity: 0.4;
}

.glow-orange {
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(255, 87, 34, 0.3) 0%, rgba(0, 0, 0, 0) 70%);
  bottom: -100px;
  left: -100px;
}

.glow-purple {
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(156, 39, 176, 0.2) 0%, rgba(0, 0, 0, 0) 70%);
  bottom: -150px;
  right: -50px;
}

/* Content Wrapper */
.container {
  position: relative;
  z-index: 1;
  max-width: 800px;
  /* Constrains width to match Framer layout */
  width: 100%;
}

/* Typography */
.main-heading {
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin-bottom: 2rem;
}

/* Framer-style Text Gradients */
.gradient-orange {
  background: linear-gradient(90deg, #FF6B00, #FF3B3B);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.gradient-purple {
  background: linear-gradient(90deg, #D92769, #7B2CBF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.text-content p {
  font-size: 1.125rem;
  line-height: 1.6;
  color: #A0A0A0;
  /* Light gray for readability */
  margin-bottom: 1.5rem;
}

.text-yellow {
  color: #FFC107;
}

/* Button Styling with subtle border glow */
.glow-button {
  background-color: #000;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 12px 28px;
  border-radius: 40px;
  /* Pill shape */
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 1rem;
  transition: all 0.3s ease;

  /* Creates the bottom purple/pink border glow */
  box-shadow: 0px 4px 15px -5px rgba(217, 39, 105, 0.5);
}

.glow-button:hover {
  transform: translateY(-2px);
  box-shadow: 0px 6px 20px -4px rgba(217, 39, 105, 0.8);
  border-color: rgba(255, 255, 255, 0.3);
}

.arrow {
  font-size: 1.2rem;
  transition: transform 0.3s ease;
}

.glow-button:hover .arrow {
  transform: translateX(4px);
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
  .main-heading {
    font-size: 2.5rem;
  }

  .text-content p {
    font-size: 1rem;
  }
}


/* ==========================
   SECOND SECTION
   ========================== */

:root {
  --bg: #000000;
  --dim: 0.40;
  --bright: 0.80;
  --ease: cubic-bezier(.22, .61, .36, 1);
}

.scroll-spacer {
  height: 100vh;
}

.scroll-spacer.bottom {
  height: 80vh;
}

.section {
  position: relative;
  min-height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 100px 0 160px;
  overflow: visible;
  isolation: isolate;
}

.section::before,
.section::after {
  content: "";
  position: absolute;
  z-index: -1;
  pointer-events: none;
  filter: blur(40px);
}

.section::before {
  width: 60vw;
  height: 55vh;
  left: -14vw;
  bottom: -22vh;
  background: radial-gradient(closest-side,
      rgba(180, 70, 18, .55),
      rgba(120, 40, 8, .22) 45%,
      transparent 72%);
}

.section::after {
  width: 62vw;
  height: 60vh;
  right: -16vw;
  bottom: -24vh;
  background: radial-gradient(closest-side,
      rgba(96, 24, 168, .58),
      rgba(60, 12, 120, .24) 48%,
      transparent 74%);
}

.trust-wrap {
  width: 100%;
  max-width: min(1248px, calc(100% - 76px));
  margin: 0 auto;

  /* Center-align block content */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.heading {
  font-weight: 800;
  font-size: clamp(36px, 4vw, 52px);
  line-height: 1.08;
  letter-spacing: -0.03em;
  max-width: 1080px;
  width: 100%;
  /* Forces layout consistency across the text box width */
  margin-bottom: 40px;
  color: #fff;
  text-align: left;
  /* Left-aligned */
}


.heading .grad {
  background: linear-gradient(90deg, var(--token-f6e40045-5d66-4cd0-84fd-400583c11961, rgb(255, 83, 0)), var(--token-2fc4c466-f7f2-4170-afe3-72a9c1fba996, rgb(91, 3, 173)));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.heading .heading-accent {
  color: #fff;
  -webkit-text-fill-color: #fff;
}

/* Standard Body Paragraphs (Muted Grey) */
.body {
  font-size: 24px;
  line-height: 1.6;
  color: #b4b7be;
  /* Slate grey text color */
  font-weight: 400;
  margin-bottom: 24px;
  /* Space between paragraphs */
  max-width: 800px;
}


/* ==========================================================================
   SCROLL REVEAL ENGINE FOR PARAGRAPH 1 & 2
   ========================================================================== */

/* Paragraph 1: Keeps your original operational styling rules */
#bodyText {
  font-size: 24px;
  line-height: 1.6;
  max-width: 800px;
  margin-bottom: 24px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.25);
  transition: color 0.4s ease;
  text-align: left;
}

#bodyText.active,
#bodyText.visible {
  color: #ffffff !important;
}

/* Paragraph 2: Pure CSS Viewport-Based Scroll Override */
#bodyText2 {
  font-size: 24px;
  line-height: 1.6;
  max-width: 800px;
  margin-bottom: 24px;
  font-weight: 400;

  /* Initial dark state */
  color: rgba(255, 255, 255, 0.25);

  /* Links animation straight to viewport scroll progress */
  view-timeline: --textReveal block;
  animation-name: nativeScrollReveal;
  animation-fill-mode: both;
  animation-timing-function: linear;
  animation-timeline: --textReveal;

  /* Triggers white fade when paragraph is between 20% and 60% from screen bottom */
  animation-range: entry 20% cover 60%;
}

/* Natively forces the text from your dark grey to your crisp white design color */
@keyframes nativeScrollReveal {
  from {
    color: rgba(255, 255, 255, 0.25);
  }

  to {
    color: #ffffff;
  }
}

/* Final Highlight Paragraph (Stays highlighted gold) */
#trustHighlight {
  font-size: 24px;
  line-height: 1.6;
  color: #e5b842;
  font-weight: 600;
  margin-bottom: 36px;
  max-width: 800px;
  text-align: left;
}




/* Desktop */
.menu-toggle,
.menu-close {
  display: none;
}



@media (max-width:768px){

  .header{
      position:fixed;
      top:0;
      left:50%;
      transform:translateX(-50%);
      width:100vw;
      max-width:100vw;
      height:70px;
      padding:0 16px;
      background:#000;
      z-index:999999;
      display:flex;
      align-items:center;
      justify-content:space-between;
      padding-top: 10px;
  }

  body{
      padding-top:70px;
  }

  main.page{
      width:100%;
      max-width:1248px;
      margin:0 auto;
  }
}

@media (max-width:768px){

  .nav{
    position: fixed;
    top: 70px;
    left: 0;
    width: 100%;
    height: calc(100vh - 70px);
    background: #000;
    z-index: 99998;
  }
}



/* Final Highlight Paragraph (Gold Accent Style) */
.highlight {
  font-size: 16px;
  line-height: 1.6;
  color: #e5b842;
  /* Your design's gold accent color code */
  font-weight: 600;
  margin-bottom: 36px;
  max-width: 800px;
}


.body .word {
  color: rgba(255, 255, 255, var(--dim));
  transition: color .1s linear;
}

.highlight {
  font-weight: 600;
  font-size: clamp(20px, 2vw, 28px);
  line-height: 1.5;
  max-width: 1080px;
  /* Adjusted to match the heading box limit perfectly */
  width: 100%;
  margin-bottom: 50px;
  text-align: left;
  /* Keeps internal alignment precisely left-oriented */

  background: linear-gradient(90deg,
      #ffffff 0%,
      #fff0b3 50%,
      #f3c948 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

/* Trust section — button alignment */
.text-block .btn {
  align-self: flex-start;
}

/* Pill buttons — Get Started, Brazil Story, Learn More */
.btn {
  --bw: 1.5px;
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 16px;
  padding: 18px 24px;
  border-radius: 999px;
  border: none;
  background: #000;
  cursor: pointer;
  overflow: visible;
  text-decoration: none;
  color: #fff;
  font-family: 'Google Sans', 'Google Sans Flex', 'Product Sans', system-ui, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0;
  -webkit-tap-highlight-color: transparent;
  transition: transform 0.08s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.btn:not(.btn--secondary)::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: var(--bw);
  background: conic-gradient(from var(--ra),
      rgba(255, 255, 255, .04) 0deg, #ff6a3d 24deg, #ff324f 46deg,
      rgba(255, 255, 255, .03) 96deg, rgba(255, 255, 255, .03) 200deg,
      #b026d6 226deg, #7c2fe0 248deg, rgba(255, 255, 255, .03) 300deg,
      rgba(255, 255, 255, .04) 360deg);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  animation: btn-raspin 5s linear infinite;
  pointer-events: none;
  z-index: 0;
}

/* Remove old radar/after layers */
.btn:not(.btn--secondary)::after {
  display: none;
}

.btn__light {
  display: none;
}

@keyframes btn-raspin {
  to {
    --ra: 360deg;
  }
}

.btn:hover {
  transform: scale(1.02);
}

.btn__label {
  position: relative;
  z-index: 2;
  white-space: nowrap;
}

.btn__arrow,
.btn>svg {
  position: relative;
  z-index: 2;
  width: 12px;
  height: 12px;
  flex-shrink: 0;
  transition: transform 0.35s ease;
}

.btn:hover .btn__arrow,
.btn:hover>svg {
  transform: translateX(4px);
}

.btn:focus-visible {
  outline: 2px solid #ffd36b;
  outline-offset: 4px;
}

.btn__particles {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}

.btn__particles i {
  position: absolute;
  width: var(--sz, 2px);
  height: var(--sz, 2px);
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 5px rgba(255, 255, 255, 0.85);
  opacity: 0;
  will-change: transform, opacity;
  animation: pfloat var(--dur, 5s) ease-in-out var(--delay, 0s) infinite;
}

@keyframes pfloat {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }

  16% {
    opacity: var(--peak, 0.7);
  }

  50% {
    transform: translate(var(--dx, 8px), var(--dy, -6px));
    opacity: var(--peak, 0.7);
  }

  84% {
    opacity: 0;
  }

  100% {
    transform: translate(var(--dx2, 14px), var(--dy2, -11px));
    opacity: 0;
  }
}

.btn--secondary {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.3);
  overflow: hidden;
  transition: background 0.25s ease, border-color 0.25s ease, transform 0.08s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.btn--secondary:hover {
  background: #5b03ad;
  border-color: #5b03ad;
}

.btn--secondary .btn__light {
  display: none;
}

@media (prefers-reduced-motion: reduce) {
  .btn__light {
    animation: none;
  }

  .btn__particles i {
    animation: none;
    opacity: 0.4;
  }

  .btn:hover {
    transform: none;
  }
}

@media(max-width:968px) {
  .trust-wrap {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    align-items: flex-start;
  }
}


/* 3rd section */
:root {
  --page: #fff;
  --ink: #0c0a0f;
  /* near-black text */
  --muted: #9a988f;
  /* warm gray subtitle */
  --grad-orange: linear-gradient(95deg, #ff7a2f 0%, #ff4d2e 55%, #ff2f6d 100%);
  --ease: cubic-bezier(.22, .61, .36, 1);
  --gap: 18px;
  /* Consistent layout gutters */
}

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



body {
  color: var(--ink);
  font-family: 'Google Sans', 'Google Sans Flex', 'Product Sans',
    system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

/* ===== Target Full-Width Wrapper ===== */
.inji-hero-wrapper {
  width: 100%;
  position: relative;
  background-color: #fff;
  background-image:
    radial-gradient(ellipse 90% 65% at 82% -8%, rgba(91, 3, 173, 0.22) 0%, transparent 68%),
    radial-gradient(ellipse 90% 65% at 18% -8%, rgba(255, 83, 0, 0.2) 0%, transparent 68%);
  overflow: hidden;
}

.hero-section {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 96px clamp(20px, 5vw, 56px) 120px;
  position: relative;
  z-index: 1;
}

/* ===== Title with rotating word ===== */
.hero-title {

  line-height: 1.05;
  letter-spacing: -.025em;
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: .28em;
  color: var(--ink);
  font-size: 58px;
  font-style: italic;
  font-weight: 600;

}

.hero-title .text-rotator {
  position: relative;
  display: inline-block;
  height: 1.12em;
  overflow: hidden;
  vertical-align: bottom;
}

.hero-title .text-rotator__list {
  display: flex;
  flex-direction: column;
  transition: transform .62s var(--ease);
  will-change: transform;

}

.hero-title .text-rotator__item {
  height: 1.12em;
  line-height: 1.12em;
  display: block;
  background-image: linear-gradient(90deg, rgb(255, 83, 0) 0%, rgb(91, 3, 173) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  white-space: nowrap;
  transition: opacity .5s var(--ease);
  font-style: Google Sans;
  /* Overrides italic on rotating word for better brand consistency */
}

/* ===== Subtitle ===== */
.hero-subtitle {
  margin-top: 22px;
  font-weight: 500;
  font-size: clamp(17px, 1.9vw, 26px);
  line-height: 1.45;
  letter-spacing: -.01em;
  max-width: 45ch;
  /* Slightly widened for better reading flow */
}

.hero-subtitle .text-primary {

  color: rgba(0, 0, 0, 0.6);
  font-weight: 400;
}

.hero-subtitle .text-secondary {
  color: var(--ink);
}

/* ===== Two column row ===== */
.content-row {
  margin-top: clamp(34px, 4vw, 56px);
  display: grid;
  grid-template-columns: 1.55fr 1fr;
  /* Matched to production ratio */
  gap: var(--gap);
  align-items: stretch;
}

/* ===== Video Container (No Border Radius) ===== */
.media-wrapper {
  position: relative;
  border-radius: 0px;
  /* REMOVED BORDER RADIUS */
  overflow: hidden;
  background: #0a0a0a;
  aspect-ratio: 16/10;
  min-height: 100%;
}

.media-wrapper video,
.media-wrapper img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ===== Cards column ===== */
.cards-container {
  --bg: #000000;
  --page: #fff;
  --ink: #0c0a0f;
  --muted: #9a988f;
  --grad-orange: linear-gradient(95deg, #ff7a2f 0%, #ff4d2e 55%, #ff2f6d 100%);
  --gap: 18px;
  --keycap-border: rgba(255, 255, 255, 0.15);
  --keycap-gap: 30px;
  --keycap-radius: 2px;
  --dim: 0.40;
  --bright: 0.85;
  --gvc-ease: cubic-bezier(.22, .61, .36, 1);
  --token-de954fd2-a975-4916-8b85-2e5f2acf6b9e: #fff;
  --token-2fc4c466-f7f2-4170-afe3-72a9c1fba996: #5b03ad;
  --token-f6e40045-5d66-4cd0-84fd-400583c11961: #ff5300;
  --token-9290ae07-4cff-4182-81b6-96e36f3e64bf: rgba(255, 255, 255, 0.8);
  --token-82c171b9-bd6f-4ae6-804b-e2ed453c267d: #000;
  --ease: cubic-bezier(.22, .61, .36, 1);
  --grad: linear-gradient(90deg, var(--token-f6e40045-5d66-4cd0-84fd-400583c11961), var(--token-2fc4c466-f7f2-4170-afe3-72a9c1fba996));
  color: #fff;
  font-family: 'Google Sans', 'Google Sans Flex', 'Product Sans',
    system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: var(--gap);
}

/* ===== Layout Card (No Border Radius) ===== */
.feature-card {
  position: relative;
  flex: 1 1 0;
  min-height: 0;
  border-radius: 0px;
  /* REMOVED BORDER RADIUS */
  overflow: hidden;
  padding: 60px 60px;
  /* Better padding match to reference */
  display: flex;
  flex-direction: column;
  justify-content: center;
  isolation: isolate;
  background: #000;
}

.feature-card__bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  background-size: cover;
  background-position: right center;
}

.feature-card__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg,
      rgba(0, 0, 0, .98) 0%, rgba(0, 0, 0, .85) 40%,
      rgba(0, 0, 0, .4) 75%, rgba(0, 0, 0, .1) 100%);
}

.feature-card--dark {
  background: #050406;
  /* Adjusted slate-toned true black background */
}

/* ===== Brand Typography Alignment ===== */
.feature-card__head {
  display: flex;
  align-items: center;
  gap: 12px;
  font-style: normal;
  /* Removed forced italics to match official design */
  font-weight: 600;
  /* Clean medium-bold weight matching reference image */
  font-size: clamp(20px, 1.8vw, 25px);
  /* Matched to site inspect values */
  letter-spacing: -.01em;
  line-height: 1.2;
}



.feature-card__head {
  display: flex;
  align-items: center;
  gap: 5px;
  /* Tightened gap so text reads as a single seamless logotype */
  font-size: clamp(24px, 2.2vw, 28px);
  /* Proportional scaling matching the reference */
  line-height: 1;
  letter-spacing: -0.04em;
  /* Ultra-tight letter spacing precisely matching the image */
}

.feature-card__brand {
  color: #fff;
  font-weight: 700;
  /* Strong bold branding for 'Inji' */
  font-style: italic;
  /* Forces true italic posture */
}

.feature-card__word {
  font-weight: 600;
  /* Marginally cleaner medium weight for the product names */
  font-style: italic;
  /* Forces true italic posture to match 'Inji' */
  background: var(--grad-orange);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

/* ===== Description Typography Alignment ===== */
.feature-card__desc {
  /* margin-top: 14px; */
  font-weight: 400;
  font-size: 16px;
  /* Scaled slightly up for legibility */
  line-height: 1.5;
  letter-spacing: -0.01em;
  color: #ffffff;
  /* Closer to the light gray/silver text in reference */
  max-width: 42ch;
  /* Increased to avoid awkward narrow text wraps */
}

/* ===== Responsive Adaptations ===== */
@media (max-width: 880px) {
  .content-row {
    grid-template-columns: 1fr;
  }

  .media-wrapper {
    aspect-ratio: 16/9;
  }

  .cards-container {
    gap: var(--gap);
  }

  .feature-card {
    min-height: 160px;
  }
}

@media (prefers-reduced-motion: reduce) {

  .hero-title .text-rotator__list,
  .hero-title .text-rotator__item {
    transition: none;
  }
}


/* 4th section — Key Capabilities */
:root {
  --keycap-border: rgba(255, 255, 255, 0.15);
  --keycap-gap: 30px;
  --keycap-radius: 2px;
}

.keycap {
  position: relative;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background: #000;
  padding: 120px 30px;
  overflow: visible;
}

.keycap__title,
.keycap .grid {
  max-width: 1230px;
  margin: 0 auto;
  width: 100%;
}

.keycap__title {
  font-weight: 600;
  font-size: 58px;
  letter-spacing: 0;
  line-height: 1.2;
  margin-bottom: 100px;
}

.keycap__title .k {
  color: #fff;
}

.keycap__title .c {
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #ff5300, #5b03ad);
}

/* three-column layout */
.grid {
  display: flex;
  align-items: stretch;
  gap: var(--keycap-gap);
}

.col {
  display: flex;
  flex-direction: column;
  gap: var(--keycap-gap);
  align-items: flex-end;
  will-change: transform;
}

.col--left,
.col--right {
  flex: 1 1 0;
  min-width: 0;
  align-self: stretch;
}

.col--mid {
  flex: 0 0 40%;
  width: 40%;
}

.col--right {
  padding-top: 30px;
  justify-content: flex-end;
}

/* card base */
.card {
  position: relative;
  width: 100%;
  border-radius: var(--keycap-radius);
  border: 1px solid var(--keycap-border);
  overflow: hidden;
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  isolation: isolate;
}

.card__title {
  position: relative;
  z-index: 1;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: 0;
  margin: 0;
}

.card__body {
  position: relative;
  z-index: 1;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0;
  margin: 0;
}

/* dark cards */
.card--dark {
  background: #000;
}

.card--dark .card__title {
  color: #fff;
}

.card--dark .card__body {
  color: rgba(255, 255, 255, 0.8);
}

/* white card */
.card--white {
  background: #fff;
  max-width: 350px;
  width: 100%;
  align-self: flex-end;
  will-change: transform;
}

.card--white .card__title {
  color: #000;
}

.card--white .card__body {
  color: rgba(0, 0, 0, 0.8);
}

/* orange card */
.card--orange {
  background: #ff5300;
  max-width: 350px;
  width: 100%;
  align-self: flex-end;
  margin-top: -24px;
  will-change: transform;
}

.card--orange .card__title {
  color: #fff;
}

.card--orange .card__body {
  color: rgba(255, 255, 255, 0.8);
}

.std-h {
  position: relative;
  z-index: 1;
  margin: 0;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
}

.std-list {
  position: relative;
  z-index: 1;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 11px;
}

.std-list li {
  position: relative;
  padding-left: 20px;
  font-size: 16px;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.8);
}

.std-list li::before {
  content: "";
  position: absolute;
  left: 4px;
  top: .62em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #fff;
}

/* purple card — no border in reference */
.card--purple {
  background: #5b03ad;
  border: none;
}

.card--purple::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(transparent 0%, rgba(0, 0, 0, 0.9) 100%);
  pointer-events: none;
}

.card--purple .card__title {
  color: #fff;
}

.card--purple .card__body {
  color: rgba(255, 255, 255, 0.8);
}

/* trusted card */
.card--trusted {
  gap: 20px;
  background: #000;
  min-height: auto;
}

.card--trusted .card__title {
  color: #fff;
}

.phone-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 400px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.phone-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.card--trusted .card__body {
  color: rgba(255, 255, 255, 0.8);
}

/* image card */
.card--image {
  background: #000;
  min-height: auto;
}

.card--image .card__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-size: cover;
  background-position: 0% 30.5%;
}

.card--image .card__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(transparent 0%, rgba(0, 0, 0, 0.75) 100%);
  border: none;
}

.card--image .card__title {
  color: #fff;
}

.card--image .card__body {
  color: rgba(255, 255, 255, 0.8);
}

/* laptop card */
.card--laptop {
  background: #000;
}

.card--laptop .card__title {
  color: #fff;
}

.card--laptop .card__body {
  color: rgba(255, 255, 255, 0.8);
}

.laptop-img {
  position: relative;
  z-index: 1;
  width: 100%;
  aspect-ratio: 2.084 / 1;
  object-fit: cover;
  display: block;
  border-radius: 0;
  margin: 0;
}

@media (max-width:900px) {
  .keycap {
    padding: 80px 20px;
  }

  .keycap__title {
    font-size: clamp(36px, 8vw, 58px);
    margin-bottom: 60px;
  }

  .grid {
    flex-direction: column;
  }

  .col--left,
  .col--right,
  .col--mid {
    flex: 1 1 auto;
    width: 100%;
    padding-top: 0;
    align-items: stretch;
  }

  .card--white,
  .card--orange {
    max-width: none;
    align-self: stretch;
    transform: none !important;
  }

  .card--orange {
    margin-top: 0;
  }

  .col {
    transform: none !important;
  }
}

@media (prefers-reduced-motion:reduce) {
  .col {
    transform: none !important;
  }
}


/* 5th section  */
/* Core Layout Container */
.rws-container {
  background-color: #000000;
  color: #ffffff;
  font-family: 'Google Sans', sans-serif;
  padding: 4rem 2rem;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

/* Typography & Headings */
.rws-header {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}

.rws-title {
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin: 0;
  display: flex;
  flex-direction: column;
}

.rws-gradient-text {
  background: linear-gradient(90deg, #ff5300 0%, #5b03ad 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Feature Showcase Card */
.rws-card {
  position: relative;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  background-color: #050505;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  overflow: hidden;
  min-height: 450px;
}

/* Ambient Corner Glow Effect */
.rws-card__bg-glow {
  position: absolute;
  bottom: -100px;
  left: -50px;
  width: 400px;
  height: 250px;
  background: radial-gradient(circle, rgba(255, 83, 0, 0.25) 0%, transparent 70%);
  filter: blur(40px);
  pointer-events: none;
}

/* Abstract Background Vectors */
.rws-card__geometry {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 50%;
  opacity: 0.85;
  pointer-events: none;
}

.rws-card__geometry svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Structural Layout Content Grid */
.rws-card__content {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  align-items: center;
  height: 100%;
  min-height: 450px;
}

.rws-card__text-block {
  padding: 4rem 3rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

/* Card Typography & Text-Scrub Effects */
.rws-card__lead {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.3;
  margin: 0;
  background: linear-gradient(270deg, #ffffff 0%, #ff5300 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.rws-card__body {
  font-size: 1.25rem;
  line-height: 1.5;
  margin: 0;
  letter-spacing: -0.01em;
}

.rws-card__body .highlight {
  color: #ffffff;
  font-weight: 500;
}

.rws-card__body .dimmed {
  color: rgba(255, 255, 255, 0.25);
}

/* Visual Image Layer */
.rws-card__image-wrapper {
  position: relative;
  align-self: flex-end;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.rws-card__img {
  width: 90%;
  max-height: 95%;
  object-fit: contain;
  object-position: bottom center;
  z-index: 3;
}

/* Responsive Breakdown for Tablets and Mobile devices */
@media (max-width: 968px) {
  .rws-card__content {
    grid-template-columns: 1fr;
  }

  .rws-card__geometry {
    width: 100%;
    height: 50%;
    bottom: 0;
    top: auto;
  }

  .rws-card__text-block {
    padding: 3rem 2rem 1rem 2rem;
  }

  .rws-card__image-wrapper {
    width: 100%;
    height: 300px;
  }
}



/* 5th section */
:root {
  --ease: cubic-bezier(.22, .61, .36, 1);
  --grad: linear-gradient(95deg, #ff6a1f 0%, #ff3d57 38%, #e0309b 66%, #7c3aed 100%);
  --dim: 0.40;
  --bright: 0.85;
}

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

body {
  background: #000;
  color: #fff;
  font-family: 'Google Sans', 'Google Sans Flex', 'Product Sans', system-ui, -apple-system, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

.spacer {
  height: auto;
}

.rws {
  position: relative;
  z-index: 1;
  max-width: 1230px;
  margin: 0 auto;
  padding: 0 30px 100px;
}

/* ===== Heading ===== */
.rws__heading {
  font-weight: 500;
  font-size: 60px;
  line-height: 1.04;
  letter-spacing: -.025em;
  margin-bottom: clamp(36px, 4.5vw, 60px);
}

.rws__heading .w {
  color: #fff;
  display: block;

}

.rws__heading .g {
  background-image: linear-gradient(90deg, var(--token-f6e40045-5d66-4cd0-84fd-400583c11961, rgb(255, 83, 0)), var(--token-2fc4c466-f7f2-4170-afe3-72a9c1fba996, rgb(91, 3, 173)));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* ===== Card Container ===== */
@property --ra {
  syntax: '<angle>';
  inherits: false;
  initial-value: 0deg;
}

.rws__card {
  --bw: 1.6px;
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  background: #070608;
  isolation: isolate;
  min-height: 380px;
  /* Controlled reduced container height */
  display: flex;
}

/* Animated Border Layout */
.rws__card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: var(--bw);
  pointer-events: none;
  z-index: 6;
  background: conic-gradient(from var(--ra),
      rgba(255, 255, 255, .04) 0deg, #ff6a3d 24deg, #ff324f 46deg,
      rgba(255, 255, 255, .03) 96deg, rgba(255, 255, 255, .03) 200deg,
      #b026d6 226deg, #7c2fe0 248deg, rgba(255, 255, 255, .03) 300deg,
      rgba(255, 255, 255, .04) 360deg);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  animation: rwspin 5s linear infinite;
}

@keyframes rwspin {
  to {
    --ra: 360deg;
  }
}

/* ===== Ambient Mesh Backdrops (Layer 1) ===== */
.rws__mesh {
  position: absolute;
  inset: 0;
  left: 38%;
  z-index: 1;
  overflow: hidden;
  -webkit-mask: linear-gradient(90deg, transparent 0%, #000 26%, #000 100%);
  mask: linear-gradient(90deg, transparent 0%, #000 26%, #000 100%);
}

.rws__mesh span {
  position: absolute;
  border-radius: 50%;
  filter: blur(46px);
  opacity: .4;
  mix-blend-mode: screen;
  will-change: transform;
}

.rws__mesh .b1 {
  width: 46%;
  height: 70%;
  left: 6%;
  top: -12%;
  background: radial-gradient(circle, #ff7a1f, transparent 66%);
  animation: drift1 9s var(--ease) infinite alternate;
}

.rws__mesh .b2 {
  width: 52%;
  height: 80%;
  left: -4%;
  top: 36%;
  background: radial-gradient(circle, #ff2e3d, transparent 64%);
  animation: drift2 11s var(--ease) infinite alternate;
}

.rws__mesh .b3 {
  width: 50%;
  height: 72%;
  left: 40%;
  top: -6%;
  background: radial-gradient(circle, #c0269e, transparent 66%);
  animation: drift3 10s var(--ease) infinite alternate;
}

.rws__mesh .b4 {
  width: 48%;
  height: 78%;
  left: 48%;
  top: 34%;
  background: radial-gradient(circle, #7c2fd6, transparent 66%);
  animation: drift4 12s var(--ease) infinite alternate;
}

.rws__mesh .b5 {
  width: 40%;
  height: 60%;
  left: 24%;
  top: 18%;
  background: radial-gradient(circle, #ff5a2f, transparent 62%);
  animation: drift1 13s var(--ease) infinite alternate-reverse;
}

@keyframes drift1 {
  from {
    transform: translate(0, 0) scale(1)
  }

  to {
    transform: translate(8%, 10%) scale(1.12)
  }
}

@keyframes drift2 {
  from {
    transform: translate(0, 0) scale(1.05)
  }

  to {
    transform: translate(12%, -8%) scale(.95)
  }
}

@keyframes drift3 {
  from {
    transform: translate(0, 0) scale(1)
  }

  to {
    transform: translate(-10%, 12%) scale(1.1)
  }
}

@keyframes drift4 {
  from {
    transform: translate(0, 0) scale(1.08)
  }

  to {
    transform: translate(-8%, -10%) scale(.96)
  }
}

/* ===== Purple Coaster Layer (Layer 2) ===== */
.purple-coaster {
  position: absolute;
  right: 0;
  top: 0;
  width: 55%;
  height: 100%;
  z-index: 2;
  overflow: visible;
  pointer-events: none;
}

.framer-shape {
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  flex-shrink: 0;
}

.shape-alpha {
  width: 100%;
  height: 55%;
  left: 0;
  top: 15%;
}

.shape-beta {
  width: 100%;
  height: 55%;
  left: 8%;
  top: 40%;
}

.shape-gamma {
  width: 60%;
  height: 30%;
  left: 40%;
  top: 0;
}

/* ===== Foreground Profiles Image (Layer 3) ===== */
.rws__people {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 3;
  width: 55%;
  /* Takes up the exact right-side layout footprint */
  height: 80%;
  /* Fills the clean, updated container height perfectly */
  object-fit: cover;
  /* Ensures crisp scale transformation without duplication */
  object-position: center bottom;
  /* Keeps characters cleanly anchored to the base */
  pointer-events: none;
}

/* ===== Typography Content Column (Layer 4) ===== */
.rws__content {
  position: relative;
  z-index: 4;
  padding: clamp(34px, 4vw, 60px);
  max-width: 50%;
  align-self: center;
}

.rws__lead {
  font-weight: 600;
  font-size: clamp(20px, 2.1vw, 28px);
  line-height: 1.3;
  letter-spacing: -.01em;
  margin-bottom: 1.1em;
  max-width: 24ch;
  background: linear-gradient(92deg, #ff7a45 0%, #ff9a6e 45%, #ffd8c4 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.rws__fill {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: -.005em;
  max-width: 30ch;
}

.rws__fill .word {
  color: rgba(255, 255, 255, var(--dim));
  transition: color .1s linear;
}

/* ===== Responsive Adaptations ===== */
@media (max-width: 900px) {
  .rws__card {
    flex-direction: column;
    min-height: auto;
    padding-bottom: 0;
  }

  .rws__content {
    max-width: 100%;
    padding-bottom: 20px;
  }

  .purple-coaster {
    position: relative;
    width: 100%;
    height: 240px;
    right: auto;
    margin-top: 20px;
  }

  .rws__people {
    position: absolute;
    width: 90%;
    height: 240px;
    right: 5%;
    bottom: 0;
  }

  .rws__mesh {
    left: 0;
    -webkit-mask: none;
    mask: none;
  }
}

@media (prefers-reduced-motion: reduce) {

  .rws__card::before,
  .rws__mesh span {
    animation: none;
  }
}








/* 6th section — Real World + Sector cards shared stage */
:root {
  --gvc-ease: cubic-bezier(.22, .61, .36, 1);
}

.sectors-stage {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background: #000;
  overflow: hidden;
  padding: 120px 0 0;
}

.sectors-stage__bg {
  position: absolute;
  left: 0;
  right: 0;
  top: -25%;
  height: 150%;
  z-index: 0;
  pointer-events: none;
  will-change: transform;
  background-image: url('https://framerusercontent.com/images/zfWZ0YykqJtEv9evWckhr7LUQ.png?width=3344&height=1882');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.sectors-stage__bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.75);
}

.gvc-section {
  position: relative;
  z-index: 1;
  max-width: 1230px;
  margin: 0 auto;
  padding: 0 30px 120px;
  background: none;
}

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

@media (max-width: 1000px) {
  .gvc-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .sectors-stage {
    padding-top: 80px;
  }

  .gvc-section {
    padding: 0 20px 80px;
  }

  .gvc-grid {
    grid-template-columns: 1fr;
  }
}

/* ===== Card Styling ===== */
.gvc-card {
  --gvc-bw: 2px;
  position: relative;
  border-radius: 2px;
  padding: var(--gvc-bw);
  min-height: auto;
  background: rgba(255, 255, 255, 0.05);
  isolation: isolate;
  cursor: pointer;
  overflow: hidden;
  border: none;
  transition: background 0.4s var(--gvc-ease), transform 0.4s var(--gvc-ease);
}

.gvc-card__inner {
  position: relative;
  z-index: 2;
  height: 100%;
  padding: 40px;
  border-radius: 1px;
  background: rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(60px);
  -webkit-backdrop-filter: blur(60px);
  transition: background 0.4s var(--gvc-ease), backdrop-filter 0.4s var(--gvc-ease);
}

.gvc-card:hover {
  background: #000;
  transform: translateY(-2px);
}

.gvc-card:hover .gvc-card__inner {
  background: #000;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

/* Two rotating light streaks — no continuous border ring */
.gvc-card__border-track,
.gvc-card__glow,
.gvc-card__glow--alt {
  display: none;
}

@property --ra {
  syntax: '<angle>';
  inherits: false;
  initial-value: 0deg;
}

.gvc-card {
  --bw: 2px;
}

.gvc-card::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: var(--bw);
  pointer-events: none;
  z-index: 6;
  background: conic-gradient(from var(--ra),
      rgba(255, 255, 255, .04) 0deg, #ff6a3d 24deg, #ff324f 46deg,
      rgba(255, 255, 255, .03) 96deg, rgba(255, 255, 255, .03) 200deg,
      #b026d6 226deg, #7c2fe0 248deg, rgba(255, 255, 255, .03) 300deg,
      rgba(255, 255, 255, .04) 360deg);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  transition: opacity 0.35s ease;
}

.gvc-card:hover::before {
  opacity: 1;
  animation: gvc-raspin 5s linear infinite;
}

@keyframes gvc-raspin {
  to {
    --ra: 360deg;
  }
}

/* ===== Card Content ===== */
.gvc-card__icon {
  width: 46px;
  height: 46px;
  margin-bottom: 20px;
  display: block;
}

.gvc-card__title {
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 1.2;
  margin-bottom: 18px;
  background-image: linear-gradient(305deg, rgb(254, 196, 1) -40%, rgb(254, 222, 163) 33%, rgb(255, 249, 241) 73%, rgb(255, 255, 255) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.gvc-card__body {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.6);
  max-width: 34ch;
}

@media (prefers-reduced-motion: reduce) {
  .gvc-card:hover .gvc-card__border-track {
    animation: none;
  }

  .sectors-stage__bg {
    transform: none !important;
  }
}

/* ===== Icon Hover Animations ===== */
.gvc-card__icon * {
  transform-box: fill-box;
  transform-origin: center;
}

/* Governance */
.gvc-ic-gov .gvc-d {
  transition: transform .3s var(--gvc-ease);
}

.gvc-card:hover .gvc-ic-gov .gvc-d1 {
  animation: gvc-dotb .9s var(--gvc-ease) infinite;
}

.gvc-card:hover .gvc-ic-gov .gvc-d2 {
  animation: gvc-dotb .9s var(--gvc-ease) .12s infinite;
}

.gvc-card:hover .gvc-ic-gov .gvc-d3 {
  animation: gvc-dotb .9s var(--gvc-ease) .24s infinite;
}

@keyframes gvc-dotb {

  0%,
  100% {
    transform: translateY(0)
  }

  40% {
    transform: translateY(-4px) scale(1.08)
  }
}

/* Service Delivery */
.gvc-ic-gear .gvc-gear {
  transition: transform .4s var(--gvc-ease);
}

.gvc-card:hover .gvc-ic-gear .gvc-gear {
  animation: gvc-spin 2.6s linear infinite;
}

@keyframes gvc-spin {
  to {
    transform: rotate(360deg)
  }
}

/* Travel */
.gvc-ic-plane .gvc-plane {
  transition: transform .35s var(--gvc-ease);
}

.gvc-card:hover .gvc-ic-plane .gvc-plane {
  animation: gvc-fly 1.5s var(--gvc-ease) infinite;
}

@keyframes gvc-fly {
  0% {
    transform: translate(0, 0)
  }

  45% {
    transform: translate(7px, -7px)
  }

  50% {
    transform: translate(-6px, 6px)
  }

  100% {
    transform: translate(0, 0)
  }
}

/* Finance */
.gvc-ic-fin .gvc-ch {
  transition: transform .3s var(--gvc-ease);
}

.gvc-card:hover .gvc-ic-fin .gvc-chL {
  animation: gvc-chl 1s var(--gvc-ease) infinite;
}

.gvc-card:hover .gvc-ic-fin .gvc-chR {
  animation: gvc-chr 1s var(--gvc-ease) infinite;
}

.gvc-card:hover .gvc-ic-fin .gvc-fin-card {
  animation: gvc-shuffle 1.2s var(--gvc-ease) infinite;
}

@keyframes gvc-chl {

  0%,
  100% {
    transform: translateX(0)
  }

  50% {
    transform: translateX(-3px)
  }
}

@keyframes gvc-chr {

  0%,
  100% {
    transform: translateX(0)
  }

  50% {
    transform: translateX(3px)
  }
}

@keyframes gvc-shuffle {

  0%,
  100% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(-2px)
  }
}

/* Education */
.gvc-ic-edu .gvc-sq {
  transition: transform .3s var(--gvc-ease);
}

.gvc-card:hover .gvc-ic-edu .gvc-s1 {
  animation: gvc-pop 1.1s var(--gvc-ease) 0s infinite;
}

.gvc-card:hover .gvc-ic-edu .gvc-s2 {
  animation: gvc-pop 1.1s var(--gvc-ease) .12s infinite;
}

.gvc-card:hover .gvc-ic-edu .gvc-s3 {
  animation: gvc-pop 1.1s var(--gvc-ease) .24s infinite;
}

.gvc-card:hover .gvc-ic-edu .gvc-s4 {
  animation: gvc-pop 1.1s var(--gvc-ease) .36s infinite;
}

@keyframes gvc-pop {

  0%,
  100% {
    transform: scale(1)
  }

  40% {
    transform: scale(1.18)
  }
}

/* Employment */
.gvc-ic-emp .gvc-emp {
  transition: transform .3s var(--gvc-ease);
}

.gvc-card:hover .gvc-ic-emp .gvc-emp {
  animation: gvc-pulse 1.2s var(--gvc-ease) infinite;
}

@keyframes gvc-pulse {

  0%,
  100% {
    transform: scale(1)
  }

  50% {
    transform: scale(1.1)
  }
}

/* Supply Chains */
.gvc-ic-supply .gvc-lnk {
  transition: transform .3s var(--gvc-ease);
}

.gvc-card:hover .gvc-ic-supply .gvc-lk1 {
  animation: gvc-lkp 1s var(--gvc-ease) infinite;
}

.gvc-card:hover .gvc-ic-supply .gvc-lk2 {
  animation: gvc-lkp 1s var(--gvc-ease) .15s infinite;
}

@keyframes gvc-lkp {

  0%,
  100% {
    transform: translateX(0)
  }

  50% {
    transform: translateX(-2px)
  }
}

/* Hospitality */
.gvc-ic-hosp .gvc-bell {
  transition: transform .3s var(--gvc-ease);
  transform-origin: 23px 12px;
}

.gvc-card:hover .gvc-ic-hosp .gvc-bell {
  animation: gvc-ring 1s var(--gvc-ease) infinite;
}

@keyframes gvc-ring {

  0%,
  100% {
    transform: rotate(0)
  }

  20% {
    transform: rotate(7deg)
  }

  60% {
    transform: rotate(-7deg)
  }
}

/* And More */
.gvc-ic-more .gvc-md {
  transition: transform .3s var(--gvc-ease);
}

.gvc-card:hover .gvc-ic-more .gvc-m1 {
  animation: gvc-dotb .9s var(--gvc-ease) 0s infinite;
}

.gvc-card:hover .gvc-ic-more .gvc-m2 {
  animation: gvc-dotb .9s var(--gvc-ease) .12s infinite;
}

.gvc-card:hover .gvc-ic-more .gvc-m3 {
  animation: gvc-dotb .9s var(--gvc-ease) .24s infinite;
}

@media (prefers-reduced-motion: reduce) {
  .gvc-card:hover .gvc-card__icon * {
    animation: none !important;
  }
}


/* 7th section */
:root {
  /* ===== Design System Token Mappings ===== */
  --token-de954fd2-a975-4916-8b85-2e5f2acf6b9e: #fff;
  --token-2fc4c466-f7f2-4170-afe3-72a9c1fba996: #5b03ad;
  --token-f6e40045-5d66-4cd0-84fd-400583c11961: #ff5300;
  --token-9290ae07-4cff-4182-81b6-96e36f3e64bf: rgba(255, 255, 255, 0.8);
  --token-82c171b9-bd6f-4ae6-804b-e2ed453c267d: #000;

  /* Animation Curve */
  --ease: cubic-bezier(.22, .61, .36, 1);
  --grad: linear-gradient(90deg, var(--token-f6e40045-5d66-4cd0-84fd-400583c11961), var(--token-2fc4c466-f7f2-4170-afe3-72a9c1fba996));
}

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

body {
  background: #fff;
  color: #000;
  font-family: 'Google Sans', 'Google Sans Flex', system-ui, -apple-system, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.geo {
  max-width: 1280px;
  margin: 0 auto;
  padding: 80px clamp(20px, 4vw, 44px) 100px;
}

/* ===== Heading Block ===== */
.geo__heading {
  font-weight: 600;
  font-size: clamp(28px, 3.6vw, 48px);
  line-height: 1.2;
  letter-spacing: -.02em;
  max-width: 40in;
  margin-bottom: clamp(40px, 5vw, 72px);
  color: #fff;
}

.geo__heading .g {
  background: var(--grad);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

/* ===== Flex Row Layout ===== */
.geo__row {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: clamp(32px, 5vw, 80px);
  align-items: flex-start;
}

/* Head Container */
.slide__head {
  display: flex;
  align-items: center;
  min-height: 60px;
  margin-bottom: 30px;
  width: 100%;
  gap: 10px;
}

.slide__name {
  flex: 1 0 0px;
  font-weight: 600;
  font-size: clamp(34px, 4.4vw, 48px);
  line-height: 1.1;
  background: linear-gradient(270deg, var(--token-2fc4c466-f7f2-4170-afe3-72a9c1fba996) 0%, var(--token-f6e40045-5d66-4cd0-84fd-400583c11961) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  transition: opacity .35s var(--ease);
  padding-right: 0px;
}

/* Fixed Navigation Track Container */
.framer-woosj {
  display: flex;
  gap: 12px;
  flex: none;
}

.framer-pqtan0,
.framer-1llj3zk {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid rgba(255, 83, 0, 0.95);
  cursor: pointer;
  display: grid;
  place-items: center;
  transition: border-color .25s var(--ease), background .25s var(--ease), opacity .25s var(--ease);
}

.framer-pqtan0:hover,
.framer-1llj3zk:hover {
  border-color: var(--token-f6e40045-5d66-4cd0-84fd-400583c11961);
  background: var(--token-f6e40045-5d66-4cd0-84fd-400583c11961);
}

.framer-pqtan0:hover .chevron,
.framer-1llj3zk:hover .chevron {
  border-top-color: #fff;
  border-right-color: #fff;
}

.framer-woosj .disabled {
  opacity: 0.5;
  pointer-events: none;
  border-color: rgba(255, 83, 0, 0.2);
}

/* Precision Inline UI Chevrons */
.chevron {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: 2px solid var(--token-f6e40045-5d66-4cd0-84fd-400583c11961);
  border-right: 2px solid var(--token-f6e40045-5d66-4cd0-84fd-400583c11961);
}

.chevron.left {
  transform: rotate(-135deg);
  margin-left: 4px;
}

.chevron.right {
  transform: rotate(45deg);
  margin-right: 4px;
}

.slide__body {
  min-height: 280px;
}

.slide__body p {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
  color: var(--token-9290ae07-4cff-4182-81b6-96e36f3e64bf);
  margin-bottom: 1.2em;
}

.slide__fade {
  transition: opacity .35s var(--ease), transform .35s var(--ease);
}

.slide__fade.is-out {
  opacity: 0;
  transform: translateY(10px);
}

.slide__btns {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  /* margin-top: 36px; */
}

.slide__btns .btn svg {
  width: 12px;
  height: 12px;
  stroke: currentColor;
}

/* Right Column World Map */
.geo__map-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 1875/2000;
}

.geo__map-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

/* Map Coordinate Pointer Target */
.pointer {
  position: absolute;
  width: 32px;
  height: 32px;
  transform: translate(-50%, -50%);
  transition: left .7s var(--ease), top .7s var(--ease);
  pointer-events: none;
}

.pointer .pulse {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  background-color: var(--token-f6e40045-5d66-4cd0-84fd-400583c11961);
  opacity: 0.4;
  animation: ping 2.5s var(--ease) infinite;
}

.pointer .center-dot {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 12px;
  height: 12px;
  border-radius: 100px;
  background-color: var(--token-f6e40045-5d66-4cd0-84fd-400583c11961);
}

@keyframes ping {
  0% {
    transform: scale(0.5);
    opacity: 0.8;
  }

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

@media (max-width: 880px) {
  .geo__row {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .geo__map-wrapper {
    max-width: 500px;
    margin: 0 auto;
  }

  .slide__body {
    min-height: 0;
  }
}


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

body {
  background: #000;
  color: #fff;
  font-family: 'Google Sans', 'Google Sans Flex', 'Product Sans',
    system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.footer {
  position: relative;
  width: 100vw !important;
  max-width: 100vw !important;
  background: #000;
  overflow: hidden;
  padding: 120px clamp(22px, 4vw, 60px) 40px;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

/* purple glow top-left */
.footer::before {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: 0;
  top: -150px;
  left: -120px;
  width: 540px;
  height: 380px;
  background: radial-gradient(closest-side,
      rgba(96, 22, 160, .60), rgba(52, 6, 98, .30) 48%, transparent 76%);
  filter: blur(14px);
}

/* amber glow top-right */
.footer::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: 0;
  top: -200px;
  right: -80px;
  width: 720px;
  height: 480px;
  background: radial-gradient(closest-side,
      rgba(190, 80, 12, .62), rgba(120, 45, 0, .30) 46%, transparent 74%);
  filter: blur(26px);
}

.footer__inner {
  position: relative;
  z-index: 1;
  max-width: 1180px;
  margin: 0 auto;
}

/* ===== top row ===== */
.footer__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  padding-bottom: 34px;
}

.footer__brand {
  max-width: 360px;
}

.logo {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}

.logo__mark {
  width: 34px;
  height: 25px;
  flex: 0 0 auto;
}

.logo__word {
  font-style: italic;
  font-weight: 700;
  font-size: 30px;
  letter-spacing: -.01em;
  color: #fff;
  line-height: 1;
}

.footer__sub {
  font-weight: 400;
  font-size: 15px;
  line-height: 1.5;
  color: #8e8c94;
  max-width: 300px;
}

.footer__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  padding-top: 42px;
}

.footer__nav a {
  color: #fff9;
  text-decoration: none;
  font-size: 15px;
  font-weight: 400;
  transition: color .2s ease;
}

.footer__nav a:hover {
  color: #ff5300;
}

/* ===== divider ===== */
.footer__divider {
  height: 1px;
  width: 100%;
  background: rgba(255, 255, 255, .08);
  margin: 0 0 26px;
}

/* ===== bottom row ===== */
.footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}

.footer__copy {
  font-size: 14px;
  color: #a0a0a6;
  font-weight: 400;
}

.footer__legal {
  display: flex;
  align-items: center;
  gap: 14px;
}

.footer__legal a {
  color: #fff9;
  text-decoration: none;
  font-size: 14px;
  transition: color .2s ease;
}

.footer__legal a:hover {
  color: #ff5300;
}

.footer__legal .sep {
  color: #fff9;
  font-size: 14px;
}

@media (max-width:760px) {
  .footer__top {
    flex-direction: column;
    gap: 28px;
  }

  .footer__nav {
    padding-top: 0;
    gap: 18px 26px;
  }

  .footer__bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }
}

/* Footer full-width fix */
.footer {
  width: 100%;
  position: relative;
  left: 0;
  right: 0;
}

/* Override header logo margin inside footer */
.footer .logo {
  margin-left: 0;
  margin-bottom: 20px;
  font-size: 30px;
  font-style: italic;
  font-weight: 700;
}

/* Responsive overrides */
.menu-toggle,
.menu-close {
  display: none
}

@media (max-width:1024px) {
  .page {
    width: calc(100% - 32px)
  }

  section {
    margin-bottom: 48px !important
  }

  .header {
    align-items: center
  }

  .menu-toggle {
    background: none;
    border: 0;
    flex-direction: column;
    gap: 5px
  }

  .menu-toggle span {
    width: 24px;
    height: 2px;
    background: #ff5b00;
    display: block
  }

  .nav {
    position: fixed;
    inset: 0;
    background: #000;
    z-index: 999;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transform: translateX(100%);
    transition: .3s;
    padding: 40px
  }

  .nav.open {
    transform: translateX(0)
  }

  .menu-close {
    display: block;
    position: absolute;
    top: 30px;
    right: 30px;
    background: none;
    border: 0;
    color: #ff5b00;
    font-size: 34px
  }

  .nav-link {
    font-size: 24px
  }

  .hero,
  .geo,
  .hero-section,
  .section {
    padding-left: 20px !important;
    padding-right: 20px !important
  }

  .sectors-stage .rws,
  .sectors-stage .gvc-section {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  .hero {
    min-height: auto
  }

  .copy,
  .rws .copy,
  .text-block {
    width: 100% !important;
    padding: 40px 0 0 !important
  }

  .stripe-stage,
  .person {
    position: relative !important;
    right: auto !important;
    bottom: auto !important;
    max-width: 100%
  }

  .hero,
  .rws {
    display: flex;
    flex-direction: column
  }

  .hero-section .container,
  .hero-section .content-wrapper,
  .cards-wrapper,
  .capabilities-grid,
  .cards-grid {
    display: flex;
    flex-direction: column !important
  }

  .geo {
    display: flex;
    flex-direction: column
  }

  .geo .map,
  .geo iframe,
  img.map {
    order: 1
  }
}

@media (max-width:768px) {
  h1 {
    font-size: 42px !important
  }

  .hero-title {
    font-size: 42px !important
  }

  .footer {
    padding-left: 20px;
    padding-right: 20px
  }
}


/* Mobile hero and Real World image alignment fixes */
@media (max-width: 768px) {
  .hero {
    min-height: 920px !important;
  }

  .stripe-stage {
    top: auto !important;
    bottom: 120px !important;
    right: -120px !important;
    width: 90% !important;
    transform: scale(.9) !important;
    transform-origin: bottom right;
  }

  .person {
    right: 50% !important;
    bottom: -10px !important;
    width: min(95vw, 420px) !important;
    transform: translateX(50%) scale(.88) !important;
    transform-origin: bottom center !important;
  }

  .rws__card {
    min-height: 860px;
    overflow: hidden;
  }

  .rws__content {
    max-width: 100% !important;
    padding: 32px 24px !important;
    position: relative;
    z-index: 4;
  }

  .purple-coaster {
    width: 120% !important;
    right: -45% !important;
    top: auto !important;
    bottom: 90px !important;
    height: auto !important;
  }

  .purple-coaster img {
    width: 100%;
    height: auto;
  }

  .rws__people {
    width: 95% !important;
    height: auto !important;
    right: -10% !important;
    bottom: 0 !important;
    object-fit: contain !important;
    object-position: center bottom !important;
  }
}

@media (max-width: 480px) {
  .hero {
    min-height: 980px !important;
  }

  .stripe-stage {
    right: -160px !important;
    bottom: 150px !important;
    transform: scale(.82) !important;
  }

  .person {
    width: 390px !important;
  }

  .rws__card {
    min-height: 760px;
  }

  .purple-coaster {
    width: 140% !important;
    right: -62% !important;
    bottom: 120px !important;
  }

  .rws__people {
    width: 115% !important;
    right: -22% !important;
  }
}


/* Mobile hero and real world alignment fix */
@media (max-width: 767px) {
  .hero {
    min-height: auto !important;
    height: auto !important;
    padding-bottom: 0 !important;
  }

  .stripe-stage {
    top: auto !important;
    bottom: 0 !important;
    left: 50% !important;
    right: auto !important;
    width: 140% !important;
    max-width: none !important;
    transform: translateX(-50%) !important;
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }

  .person {
    left: 50% !important;
    right: auto !important;
    bottom: 0 !important;
    width: 340px !important;
    max-width: 92vw !important;
    transform: translateX(-50%) !important;
    transform-origin: bottom center !important;
  }

  .rws__card {
    min-height: auto !important;
    overflow: hidden;
    padding-bottom: 0 !important;
  }

  .rws__content {
    max-width: 100% !important;
    position: relative;
    z-index: 5;
  }

  .purple-coaster {
    position: absolute !important;
    width: 140% !important;
    height: auto !important;
    left: 50% !important;
    right: auto !important;
    bottom: 0 !important;
    top: auto !important;
    transform: translateX(-50%) !important;
    margin-top: 0 !important;
  }

  .rws__people {
    width: 90% !important;
    max-width: 340px !important;
    height: auto !important;
    left: 50% !important;
    right: auto !important;
    bottom: 0 !important;
    transform: translateX(-50%) !important;
    object-fit: contain !important;
    object-position: center bottom !important;
  }
}

@media (max-width: 767px) {
  .hero {
    display: flex !important;
    flex-direction: column !important;
    min-height: auto !important;
    padding-bottom: 0 !important;
    margin-left: 15px;
    margin-right: 15px;
  }

  .copy {
    width: 100% !important;
    padding-bottom: 24px !important;
  }

  .stripe-stage {
    position: relative !important;
    width: 100% !important;
    height: 220px !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    top: auto !important;
    transform: none !important;
    display: flex !important;
    align-items: flex-end !important;
    justify-content: center !important;
    margin-top: -10px !important;
  }

  .stripe-img {
    width: 125% !important;
    max-width: none !important;
    margin-top: 0 !important;
  }

  .person {
    width: 360px !important;
    max-width: 95vw !important;
    bottom: 0 !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
  }

  .rws__card {
    display: flex !important;
    flex-direction: column !important;
    overflow: hidden !important;
  }

  .rws__content {
    order: 1 !important;
    position: relative !important;
    z-index: 5 !important;
  }

  .purple-coaster {
    order: 2 !important;
    position: relative !important;
    width: 125% !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    margin-top: 20px !important;
    bottom: auto !important;
  }

  .rws__people {
    position: absolute !important;
    left: 50% !important;
    bottom: 0 !important;
    width: 360px !important;
    max-width: 95vw !important;
    transform: translateX(-50%) !important;
    z-index: 2 !important;
  }
}

/* Final mobile hero and real world fixes */
@media (max-width: 767px) {
  .hero {
    padding-bottom: 0 !important;
  }

  .stripe-stage {
    height: 170px !important;
    margin-top: -45px !important;
    overflow: visible !important;
  }

  .stripe-img {
    width: 135% !important;
    display: block !important;
  }

  .person {
    width: 380px !important;
    max-width: 96vw !important;
    position: absolute !important;
    bottom: -5px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    z-index: 2 !important;
  }

  .rws__card {
    display: flex !important;
    flex-direction: column !important;
    overflow: hidden !important;
    padding-bottom: 340px !important;
  }

  .rws__content {
    order: 1 !important;
    z-index: 5 !important;
  }

  .purple-coaster {
    position: absolute !important;
    left: 50% !important;
    bottom: 0 !important;
    width: 135% !important;
    transform: translateX(-50%) !important;
    z-index: 1 !important;
    margin-top: 0 !important;
  }

  .rws__people {
    position: absolute !important;
    left: 50% !important;
    bottom: 0 !important;
    width: 380px !important;
    max-width: 96vw !important;
    transform: translateX(-50%) !important;
    z-index: 3 !important;
  }
}


/* Mobile spacing refinements */
@media (max-width: 767px) {
  .hero .copy {
    padding-bottom: 12px !important;
  }

  .hero .stripe-stage {
    margin-top: 130px !important;
    align-items: flex-end !important;
  }

  .hero .person {
    bottom: 0 !important;
  }

  .rws__card {
    padding-bottom: 250px !important;
  }

  .rws__content {
    margin-bottom: 16px !important;
  }

  .purple-coaster {
    bottom: 0 !important;
    width: 125% !important;
  }

  .rws__people {
    bottom: 0 !important;
  }
}


/* Mobile hero spacing fix - keep images below buttons */
@media (max-width: 767px) {
  .copy {
    padding-bottom: 32px !important;
  }

  .stripe-stage {
    margin-top: 100px !important;
    height: 250px !important;
  }

  .person {
    bottom: 0 !important;
  }
}



/* Mobile fix - Building Trust section background full width */
@media (max-width: 767px) {

  .trust-section,
  .building-trust,
  .section-trust,
  section[data-section="trust"] {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    padding-bottom: 48px !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center bottom !important;
  }

  .trust-section .container,
  .building-trust .container,
  .section-trust .container,
  section[data-section="trust"] .container {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }
}

.card--trusted .card__body,
.card--trusted .card__body * {
  background: none !important;
  color: #e7e5ee !important;
  -webkit-text-fill-color: #e7e5ee !important;
  -webkit-background-clip: initial !important;
  background-clip: none !important;
}



/* ===========================
   Privacy Policy
=========================== */

.privacy-policy {
  background: #050505;
  color: #fff;
  padding: 140px 0 120px;
}

.privacy-container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 24px !important;
  box-sizing: border-box !important;
}

.privacy-hero {
  max-width: 680px;
  margin-bottom: 90px;
}

.privacy-title {
  margin-bottom: 30px;
  font-size: 64px;
  font-weight: 500;
  line-height: 1.1;
  color: #fff;
  font-family: 'Google Sans';
}

.privacy-title span {
  background: linear-gradient(90deg,
      rgb(255, 83, 0),
      rgb(91, 3, 173));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-family: 'Google Sans';
}

.privacy-hero p {
  font-size: 20px;
  line-height: 1.7;
  color: #fff;
  font-family: 'Google Sans';
  max-width: 1023px;
  width: 100%;
}

.privacy-content {
  max-width: 700px;
}

.privacy-content section {
  margin-bottom: 80px;
}

.privacy-content section:last-child {
  margin-bottom: 0;
}

.privacy-content h2 {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 20px;
  color: white;
  font-family: 'Google Sans';
}

.privacy-content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 24px;
  font-family: 'Google Sans';
  text-align: left;
}

.privacy-content p:last-child {
  margin-bottom: 0;
}

.privacy-content ul {
  margin: 18px 0 0;
  padding-left: 22px;
}

.privacy-content li {
  font-size: 16px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 14px;
  font-family: 'Google Sans';
}

.privacy-content strong {
  color: #fff;
}

.contact-details {
  margin-top: 20px;
}

/* First responsive block removed and consolidated below */



/* ===========================
   IP Policy
=========================== */


/* Paragraph spacing */
.privacy-content p {
  margin-bottom: 24px;
  line-height: 1.75;
  font-family: 'Google Sans';
  text-align: left;
}

.privacy-content p+p {
  margin-top: 0;
  font-family: 'Google Sans';

}

/* Section spacing */
.privacy-content section {
  margin-bottom: 90px;
}

.privacy-content section:last-child {
  margin-bottom: 0;
}

/* Headings */
.privacy-content h2 {
  margin-bottom: 18px;
  line-height: 1.3;
  font-family: 'Google Sans';
}

.privacy-content h3 {
  margin: 32px 0 14px;
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
  line-height: 1.3;
  font-family: 'Google Sans';
}

/* Lists */
.privacy-content ul {
  margin: 18px 0 0;
  padding-left: 24px;
}

.privacy-content li {
  margin-bottom: 14px;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.65);
  font-family: 'Google Sans';
}

.privacy-content li:last-child {
  margin-bottom: 0;
}

/* Links */
.privacy-content a {
  color: #ffffff;
  text-decoration: none;
  word-break: break-word;
  font-family: 'Google Sans';
}

.privacy-content .contact-details a {
  text-decoration: none;
  color: inherit;
}

/* Strong text */
.privacy-content strong {
  color: #ffffff;
  font-weight: 500;
  font-family: 'Google Sans';
}

/* Mobile optimization */
@media (max-width: 768px) {
  .privacy-policy {
    padding: 60px 0;
  }

  .privacy-container {
    padding: 0 20px !important;
  }

  .privacy-hero {
    margin-bottom: 40px;
  }

  .privacy-title {
    font-size: 32px;
    font-family: 'Google Sans';
    line-height: 1.2;
    margin-bottom: 12px;
  }

  .privacy-hero p {
    font-size: 16px;
    font-family: 'Google Sans';
    line-height: 1.5;
  }

  .privacy-content section {
    margin-bottom: 40px;
  }

  .privacy-content h2 {
    font-size: 22px;
    line-height: 1.3;
    margin-bottom: 12px;
  }

  .privacy-content h3 {
    font-size: 18px;
    margin-top: 24px;
    margin-bottom: 10px;
  }

  .privacy-content p {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 20px;
  }

  .privacy-content ul {
    padding-left: 20px;
    margin-top: 14px;
  }

  .privacy-content li {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 10px;
  }
}

@media (max-width: 480px) {
  .privacy-policy {
    padding: 40px 0;
  }

  .privacy-container {
    padding: 0 16px !important;
  }

  .privacy-title {
    font-size: 26px;
  }

  .privacy-hero p {
    font-size: 14px;
  }

  .privacy-content h2 {
    font-size: 18px;
  }

  .privacy-content h3 {
    font-size: 16px;
  }

  .privacy-content p,
  .privacy-content li {
    font-size: 14px;
    margin-bottom: 20px;
  }
}


.menu-toggle{
    display:none;
}


/* Mobile */
@media(max-width:768px){

.menu-toggle{
    display:flex;
    flex-direction:column;
    justify-content:center;
    gap:5px;
    width:40px;
    height:40px;
    background:transparent;
    border:0;
    cursor:pointer;
    margin-top: -15px;
}


.menu-toggle span{
    width:25px;
    height:3px;
    background: #ff5b00;   
     display:block;
}


/* hide hamburger when menu open */
.menu-toggle.hide{
    display:none;
}


.nav{
    display:none;
}


.nav.open{
    display:flex;
    flex-direction:column;
    position:absolute;
    top:70px;
    left:0;
    width:104%;
    background:#000;
    z-index:9999;
}


.menu-close{
    display:block;
    top: -56px;
}

}








html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

* {
  box-sizing: border-box;
}

img,
video,
iframe {
  max-width: 100%;
  height: auto;
}