:root {
  /* Primary (Browsio) */
  --brand-primary: #fdc134;
  --brand-primary-light: #fdd067;
  --brand-primary-dark: #fcb102;
  --brand-primary-subtle: #fff7e5;

  /* Secondary (core blues / layout) */
  --brand-secondary: #213b52;         /* navy */
  --brand-secondary-light: #284864;   /* navy-2 */
  --brand-secondary-dark: #1a2e40;    /* navy-3 */
  --brand-secondary-subtle: #dde8f1;  /* pale blue border */

  /* Accent (optional extra) */
  --brand-accent: var(--brand-primary);
  --brand-accent-light: var(--brand-primary-subtle);
  --brand-accent-dark: #111111;
  --brand-accent-subtle: #fff7e5;

  /* Core blues (explicit, because template uses them a lot) */
  --color-brand-navy: #213b52;
  --color-brand-navy-2: #284864;
  --color-brand-navy-3: #1a2e40;

  --color-brand-blue: #3e6f9b;
  --color-brand-blue-2: #5289ba;
  --color-brand-blue-3: #9bbbd7;

  --color-white: #ffffff;
  --color-black: #000000;

  --color-bg: #ffffff;
  --color-surface: #ffffff;

  --neutral-100: #f6f9fb;  /* bg-alt */
  --neutral-200: #f2f6fa;  /* bg-soft */
  --neutral-300: #eeeeee;  /* border-soft */
  --neutral-400: #dddddd;  /* border */
  --neutral-500: #cccccc;  /* border-strong */

  /* Typography */
  --color-text: #444444;
  --color-text-600: #5e5e5e;
  --color-text-muted: #777777;
  --color-text-muted-2: #6c757d;   
  --color-text-soft: #848484;
  --color-text-faint: #999999;
  --color-text-faint-2: #bababa;

  --color-heading: #111111;
  --color-heading-soft: #222222;

  --color-primary: var(--brand-primary);
  --color-primary-hover: var(--brand-primary-light);
  --color-primary-dark: var(--brand-primary-dark);
  --color-primary-soft: var(--brand-primary-subtle);

  --color-secondary: var(--brand-secondary);
  --color-secondary-hover: var(--brand-secondary-dark);
  --color-secondary-soft: var(--brand-secondary-subtle);

  /* Extra theme tokens used by this template */
  --brand-primary-hover-alt: #ffcb30; /* keep if referenced */
  --brand-primary-subtle-alt: #ffe7a0;
  --brand-primary-subtle-2: #ffeeba;


  /* Borders + backgrounds */
  --color-border: var(--neutral-400);
  --color-border-strong: var(--neutral-500);
  --color-border-soft: var(--neutral-300);
  --color-border-accent: #dde8f1;

  --color-bg-soft: var(--neutral-200);
  --color-bg-alt: var(--neutral-100);

  /* Nav + hero text */
  --color-nav-link: #adc7de;
  --color-hero-title: #d2e0ed;

  /* Overlays */
  --overlay-mobile: rgba(18, 33, 46, 0.90);
  --overlay-portfolio: rgba(33, 59, 82, 0.60);
  --overlay-footer: rgba(26, 46, 64, 0.85);

  /* Shadows  */
  --shadow-dropdown-color: rgba(127, 137, 161, 0.25);
  --shadow-card-color: rgba(0, 0, 0, 0.10);
  --shadow-soft-color: rgba(214, 215, 216, 0.60);
  --shadow-pricing-color: rgba(73, 78, 92, 0.15);
  --shadow-portfolio-info-color: rgba(33, 59, 82, 0.08);

  /* Shadow presets  */
  --shadow-elev: 0 18px 60px rgba(0, 0, 0, 0.35);
  --shadow-soft: 0 10px 30px rgba(0, 0, 0, 0.22);

  /* Hero gradient */
  --hero-grad-mid: rgb(33, 60, 84);
  --hero-grad-end: rgb(32, 69, 100);

  /* Glass / on-dark tokens  */
  --header-glass: rgba(255, 255, 255, 0.06);
  --header-stroke: rgba(255, 255, 255, 0.10);
  --text-on-dark: rgba(255, 255, 255, 0.86);
  --text-on-dark-soft: rgba(255, 255, 255, 0.70);

  --hero-surface: rgba(255, 255, 255, 0.06);
  --hero-stroke: rgba(255, 255, 255, 0.12);

  --chip-bg: rgba(255, 255, 255, 0.08);
  --chip-stroke: rgba(255, 255, 255, 0.14);

  --primary-glow: rgba(253, 193, 52, 0.25);

  --accent-success: #18d26e;
  --accent-danger: #ed3c0d;

  --accent-blue: #47aeff;
  --accent-orange: #ffa76e;
  --accent-pink: #e80368;
  --accent-yellow: #ffbb2c;
  --accent-red: #ff5828;
  --accent-teal: #11dbcf;

  --white-rgb: 255, 255, 255;
  --black-rgb: 0, 0, 0;

  --brand-primary-rgb: 253, 193, 52;      /* #fdc134 */
  --brand-secondary-rgb: 33, 59, 82;      /* #213b52 */
  --brand-blue-rgb: 62, 111, 155;         /* #3e6f9b */

  --color-text-rgb: 68, 68, 68;           /* #444444 */
  --color-heading-deep-rgb: 34, 34, 34;   /* #222222 */

  --success-rgb: 24, 210, 110;            /* #18d26e */
  --danger-rgb: 237, 60, 13;              /* #ed3c0d */

  --shadow-blue-rgb: 127, 137, 161;       /* dropdown base */
}





/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: var(--color-text);
}

a {
  color: var(--color-primary);
  text-decoration: none;
}

a:hover {
  color: var(--color-primary-hover);
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", sans-serif;
}

/*--------------------------------------------------------------
# Global Section Heading
--------------------------------------------------------------*/
.sec-head{
  text-align: center;
  max-width: 980px;
  margin: 0 auto 44px;
}

.sec-eyebrow{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}

.sec-dot{
  width: 14px;
  height: 14px;
  border-radius: 999px;
  background: rgba(var(--brand-primary-rgb), 0.22);
  position: relative;
}
.sec-dot::after{
  content:"";
  position:absolute;
  inset: 3px;
  border-radius: 999px;
  background: var(--color-primary);
}

.sec-kicker{
  font-weight: 800;
  letter-spacing: 3px;
  font-size: 12px;
  color: rgba(20,24,30,0.55);
  text-transform: uppercase;
}

.sec-title{
  margin: 0 0 14px;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--color-brand-navy);
  font-size: clamp(34px, 4.6vw, 72px);
  line-height: 1.02;
}

.sec-sub{
  margin: 0 auto;
  max-width: 860px;
  font-size: 18px;
  line-height: 1.7;
  color: rgba(20,24,30,0.62);
}
@media (max-width: 575px){
  .sec-sub{ font-size: 16px; }
  .sec-head{ margin-bottom: 34px; }
}


/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background: var(--color-brand-navy);
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 24px;
  color: var(--color-white);
  line-height: 0;
}

.back-to-top:hover {
  background: var(--color-primary);
  color: var(--color-white);
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header{
  z-index: 997;
  position: sticky;
  top: 0;
  transition: all .35s ease;
  padding: 14px 0;
  background: rgba(15, 23, 42, .82); /* fallback if tokens not set */
  background: color-mix(in srgb, var(--color-brand-navy) 82%, transparent);
  border-bottom: 1px solid rgba(255,255,255,.08);
}

/* Optional: if your JS adds header-scrolled, it will look nicer */
#header.header-scrolled{
  padding: 10px 0;
  background: rgba(15, 23, 42, .92);
  background: color-mix(in srgb, var(--color-brand-navy) 92%, transparent);
  box-shadow: 0 18px 55px rgba(0,0,0,.22);
  border-bottom-color: rgba(255,255,255,.10);
}

#header .container{
  position: relative;
}

#header .logo{
  display: flex;
  align-items: center;
  gap: 10px;
}

#header .logo h1{
  font-size: 22px;
  margin: 0;
  padding: 10px 0;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 2.2px;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
}

#header .logo h1 a,
#header .logo h1 a:hover{
  color: var(--color-white);
  text-decoration: none;
}

#header .logo h1 a span,
#header .logo h1 a:hover span{
  color: var(--color-primary);
}

#header .logo img{
  padding: 0;
  margin: 0;
  max-height: 42px;
}

/*--------------------------------------------------------------
# Navigation Menu (Desktop)
--------------------------------------------------------------*/
.navbar{
  padding: 0;
}

.navbar ul{
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
  gap: 2px;
}

.navbar li{
  position: relative;
}

.navbar a,
.navbar a:focus{
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;

  padding: 10px 0 10px 26px;
  font-size: 14px;
  font-weight: 600;
  color: var(--color-nav-link);
  white-space: nowrap;
  transition: color .2s ease, opacity .2s ease;
  position: relative;
}

.navbar a i,
.navbar a:focus i{
  font-size: 12px;
  line-height: 0;
  margin-left: 2px;
  opacity: .9;
}

/* modern underline */
.navbar a::after{
  content: "";
  position: absolute;
  left: 26px;
  right: 0;
  bottom: 6px;
  height: 2px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--color-primary) 80%, transparent);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .22s ease;
  opacity: .95;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover > a{
  color: var(--color-white);
}

.navbar a:hover::after,
.navbar .active::after,
.navbar li:hover > a::after{
  transform: scaleX(1);
}

/* CTA button */
.navbar .getstarted,
.navbar .getstarted:focus{
  margin-left: 18px;
  padding: 9px 18px 10px 18px;

  border-radius: 999px;
  border: 1px solid color-mix(in srgb, var(--color-primary) 70%, transparent);

  background: rgba(255,255,255,.06);
  color: var(--color-white);

  box-shadow: 0 10px 25px rgba(0,0,0,.18);
  transition: background .2s ease, border-color .2s ease, transform .2s ease;
}

.navbar .getstarted::after{
  display: none; /* no underline on button */
}

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover{
  background: color-mix(in srgb, var(--color-primary) 20%, rgba(255,255,255,.06));
  border-color: color-mix(in srgb, var(--color-primary) 95%, transparent);
  transform: translateY(-1px);
}

/*--------------------------------------------------------------
# Dropdown (Desktop)
--------------------------------------------------------------*/
.navbar .dropdown ul{
  display: block;
  position: absolute;
  left: 16px;
  top: calc(100% + 14px);

  margin: 0;
  padding: 10px 0;
  z-index: 99;

  opacity: 0;
  visibility: hidden;

  background: rgba(255,255,255,.96);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(0,0,0,.06);
  box-shadow: 0 24px 60px rgba(0,0,0,.20);

  border-radius: 14px;
  transition: .22s ease;
  transform: translateY(6px);
  min-width: 220px;
}

.navbar .dropdown ul li{
  min-width: 220px;
}

.navbar .dropdown ul a{
  padding: 10px 18px;
  font-size: 14px;
  text-transform: none;
  font-weight: 650;
  color: var(--color-brand-blue);
}

.navbar .dropdown ul a::after{
  left: 18px;
  right: 18px;
  bottom: 6px;
  opacity: .7;
}

.navbar .dropdown ul a i{
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover > a{
  color: var(--color-primary);
}

.navbar .dropdown:hover > ul{
  opacity: 1;
  top: calc(100% + 10px);
  visibility: visible;
  transform: translateY(0);
}

.navbar .dropdown .dropdown ul{
  top: 0;
  left: calc(100% - 12px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover > ul{
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

/* keep your old edge-case fix, but a bit cleaner */
@media (max-width: 1366px){
  .navbar .dropdown .dropdown ul{
    left: -95%;
  }
  .navbar .dropdown .dropdown:hover > ul{
    left: -100%;
  }
}

/*--------------------------------------------------------------
# Mobile Navigation Toggle
--------------------------------------------------------------*/
.mobile-nav-toggle{
  color: var(--color-primary);
  font-size: 30px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: transform .25s ease, opacity .25s ease;

  position: fixed;
  right: 16px;
  top: 16px;
  z-index: 9998;

  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;

  border-radius: 12px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.10);
  box-shadow: 0 18px 55px rgba(0,0,0,.22);

  border: 0; /* keep consistent with your template */
}

/* Show toggle, hide desktop menu */
@media (max-width: 991px){
  .mobile-nav-toggle{
    display: grid;
  }
  .navbar ul{
    display: none;
  }

}

/* Mobile toggle: HIDE by default (desktop) */
.mobile-nav-toggle{
  display: none;                 /* ✅ this is the key */
  color: var(--color-primary);
  font-size: 30px;
  cursor: pointer;
  line-height: 0;
  transition: transform .25s ease, opacity .25s ease;

  position: fixed;
  right: 16px;
  top: 16px;
  z-index: 9998;

  width: 44px;
  height: 44px;
  place-items: center;

  border-radius: 12px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.10);
  box-shadow: 0 18px 55px rgba(0,0,0,.22);
}

/* Show toggle ONLY on mobile */
@media (max-width: 991px){
  .mobile-nav-toggle{
    display: grid;
  }
  .navbar ul{
    display: none;
  }
}


/*--------------------------------------------------------------
# Mobile Navigation Panel
--------------------------------------------------------------*/
.navbar-mobile{
  position: fixed;
  overflow: hidden;
  inset: 0;
  background: var(--overlay-mobile);
  transition: .25s ease;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle{
  position: absolute;
  top: 14px;
  right: 14px;
}

.navbar-mobile ul{
  display: block;
  position: absolute;
  top: 64px;
  right: 14px;
  bottom: 14px;
  left: 14px;

  padding: 12px 10px;
  border-radius: 18px;
  background-color: rgba(255,255,255,.96);
  backdrop-filter: blur(10px);

  border: 1px solid rgba(0,0,0,.06);
  overflow-y: auto;
  transition: .25s ease;
  box-shadow: 0 30px 80px rgba(0,0,0,.22);
}

.navbar-mobile a,
.navbar-mobile a:focus{
  padding: 12px 14px;
  margin: 2px 8px;
  border-radius: 12px;

  font-size: 15px;
  font-weight: 700;
  color: var(--color-brand-navy);

  display: flex;
  justify-content: space-between;
  align-items: center;

  transition: background .2s ease, color .2s ease;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover > a{
  color: var(--color-primary);
  background: color-mix(in srgb, var(--color-primary) 10%, transparent);
}

.navbar-mobile a::after{
  display: none; /* no underline in mobile list */
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus{
  margin: 12px 10px 6px;
  display: block;
  text-align: center;

  border-radius: 999px;
  border: 1px solid color-mix(in srgb, var(--color-primary) 55%, transparent);

  background: var(--color-brand-navy);
  color: var(--color-white);

  padding: 12px 16px;
  box-shadow: 0 18px 45px rgba(0,0,0,.18);
}

/* Dropdown inside mobile */
.navbar-mobile .dropdown ul{
  position: static;
  display: none;
  margin: 6px 18px 10px;
  padding: 8px 0;

  z-index: 99;
  opacity: 1;
  visibility: visible;

  background: rgba(255,255,255,.85);
  border: 1px solid rgba(0,0,0,.06);
  box-shadow: 0 18px 45px rgba(0,0,0,.12);
  border-radius: 14px;
}

.navbar-mobile .dropdown ul li{
  min-width: 200px;
}

.navbar-mobile .dropdown ul a{
  padding: 10px 14px;
  margin: 2px 10px;
  border-radius: 12px;
  font-weight: 650;
}

.navbar-mobile .dropdown ul a i{
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover > a{
  color: var(--color-primary);
  background: color-mix(in srgb, var(--color-primary) 10%, transparent);
}

/* your JS toggles this class */
.navbar-mobile .dropdown > .dropdown-active{
  display: block;
}

/*--------------------------------------------------------------
# Extra small phones
--------------------------------------------------------------*/
@media (max-width: 420px){
  #header{ padding: 12px 0; }
  #header .logo h1{
    font-size: 20px;
    letter-spacing: 1.4px;
  }

  .mobile-nav-toggle{
    width: 42px;
    height: 42px;
    right: 12px;
    top: 12px;
    border-radius: 12px;
  }

  .navbar-mobile ul{
    top: 60px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    border-radius: 18px;
  }
}

/*--------------------------------------------------------------
# Reduced motion
--------------------------------------------------------------*/
@media (prefers-reduced-motion: reduce){
  #header,
  .navbar a,
  .navbar .getstarted,
  .navbar .dropdown ul,
  .navbar-mobile,
  .navbar-mobile ul,
  .mobile-nav-toggle{
    transition: none !important;
  }
}

/*--------------------------------------------------------------
# Hero: Motion Safety
--------------------------------------------------------------*/
@media (prefers-reduced-motion: reduce) {
  .orb, .browser-mock, .address::before,
  .stat, .chip, .btn, .nav-pills a::after {
    animation: none !important;
    transition: none !important;
  }
}

/*--------------------------------------------------------------
# Hero: Background FX (orbs/grid/sparks)
--------------------------------------------------------------*/
.orb{
  animation: orbFloat 10s ease-in-out infinite;
  will-change: transform;
}
.orb-1{ animation-duration: 11s; animation-delay: -4s; }
.orb-2{ animation-duration: 13s; animation-delay: -2s; }

@keyframes orbFloat{
  0%   { transform: translate3d(0, 0, 0) scale(1); }
  50%  { transform: translate3d(0, -18px, 0) scale(1.02); }
  100% { transform: translate3d(0, 0, 0) scale(1); }
}

.hero-bg .grid{
  position: absolute;
  inset: -40%;
  background-image: radial-gradient(rgba(255,255,255,0.06) 1px, transparent 1px);
  background-size: 28px 28px;
  transform: rotate(10deg);
  opacity: 0.35;
}

.hero-bg .orb{
  position: absolute;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  filter: blur(40px);
  opacity: 0.55;
}
.hero-bg .orb-1{
  left: -160px;
  top: -160px;
  background: rgba(255,193,7,0.18);
}
.hero-bg .orb-2{
  right: -220px;
  bottom: -220px;
  background: rgba(71,174,255,0.14);
}

.spark{
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: rgba(var(--white-rgb), 0.22);
  filter: blur(0.2px);
  opacity: 0.5;
  animation: sparkFloat 9s ease-in-out infinite;
}
.s1{ left: 14%; top: 22%; animation-delay: -1s; }
.s2{ left: 38%; top: 62%; animation-delay: -3s; width: 4px; height: 4px; opacity: 0.35; }
.s3{ left: 64%; top: 34%; animation-delay: -5s; width: 5px; height: 5px; opacity: 0.40; }

@keyframes sparkFloat{
  0%,100% { transform: translate3d(0,0,0); }
  50%     { transform: translate3d(0,-16px,0); }
}

/*--------------------------------------------------------------
# Hero: Base Layout
--------------------------------------------------------------*/
.hero{
  position: relative;
  padding: 70px 0 40px 0;
  overflow: hidden;
  background: linear-gradient(180deg,
    var(--color-brand-navy) 0%,
    rgba(20, 24, 30, 0.92) 55%,
    rgba(20, 24, 30, 1) 100%);
}

.hero-wrap{
  position: relative;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 28px;
  align-items: center;
}

.hero-left h1{
  color: var(--color-white);
  font-size: 52px;
  line-height: 1.05;
  letter-spacing: -0.5px;
  margin: 14px 0;
}

.hero-accent{
  color: var(--color-primary);
  text-shadow: 0 14px 50px rgba(255,193,7,0.18);
}

.hero-lead{
  color: var(--text-on-dark);
  max-width: 540px;
  font-size: 16px;
  line-height: 1.7;
  margin: 0 0 22px 0;
}

.hero-badge{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(var(--white-rgb), 0.06);
  border: 1px solid rgba(var(--white-rgb), 0.12);
  color: var(--text-on-dark-soft);
  font-size: 13px;
}

.hero-actions{ display: flex; gap: 12px; flex-wrap: wrap; }

.hero-chips{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.chip{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 12px;
  border-radius: 999px;
  background: var(--chip-bg);
  border: 1px solid var(--chip-stroke);
  color: var(--text-on-dark);
  font-size: 13px;
  position: relative;
  will-change: transform;
  transition: transform 0.20s ease, background 0.20s ease, border-color 0.20s ease;
}
.hero-chips .chip:hover{
  transform: translateY(-2px);
  background: rgba(var(--white-rgb), 0.10);
  border-color: rgba(var(--white-rgb), 0.18);
}

/*--------------------------------------------------------------
# Hero: Stats
--------------------------------------------------------------*/
.hero-stats{
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 520px;
  position: relative;
}
.hero-stats::before{
  content:"";
  position:absolute;
  inset: -22px -18px;
  border-radius: 26px;
  background: radial-gradient(circle at 20% 30%,
    rgba(var(--brand-primary-rgb), 0.14),
    transparent 55%);
  filter: blur(10px);
  opacity: 0.65;
  pointer-events: none;
  z-index: -1;
}

.stat{
  padding: 12px 12px;
  border-radius: 16px;
  background: rgba(var(--white-rgb), 0.05);
  border: 1px solid rgba(var(--white-rgb), 0.10);
  position: relative;
  overflow: hidden;
  transform: translateZ(0);
  will-change: transform;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease, background 0.22s ease;
  animation: statFloat 6.5s ease-in-out infinite;
}

.hero-stats .stat:nth-child(2){ animation-delay: -1.2s; animation-duration: 7.2s; }
.hero-stats .stat:nth-child(3){ animation-delay: -2.2s; animation-duration: 7.8s; }

@keyframes statFloat{
  0%,100% { transform: translate3d(0,0,0); }
  50%     { transform: translate3d(0,-6px,0); }
}

.stat-num{ color: var(--color-white); font-weight: 800; font-size: 18px; }
.stat-label{ color: var(--text-on-dark-soft); font-size: 12px; margin-top: 2px; }

/* Hover glow layer */
.hero-stats .stat::before{
  content:"";
  position:absolute;
  inset:-1px;
  border-radius: inherit;
  pointer-events:none;
  opacity: 0;
  background: radial-gradient(60% 60% at 20% 10%,
    rgba(var(--brand-primary-rgb), 0.28),
    transparent 55%);
  transition: opacity 0.22s ease;
}

/* Hover shimmer scan */
.hero-stats .stat::after{
  content:"";
  position:absolute;
  top:-40%;
  left:-60%;
  width:45%;
  height:180%;
  transform: rotate(18deg);
  background: linear-gradient(90deg, transparent, rgba(var(--white-rgb),0.10), transparent);
  opacity: 0;
}

.hero-stats .stat:hover{
  transform: translate3d(0,-10px,0);
  border-color: rgba(var(--brand-primary-rgb), 0.28);
  box-shadow: 0 22px 60px rgba(var(--black-rgb), 0.35);
  background: rgba(var(--white-rgb), 0.07);
}
.hero-stats .stat:hover::before{
  opacity: 1;
}
.hero-stats .stat:hover::after{
  opacity: 1;
  animation: shimmer 1.4s ease-in-out infinite;
}

/* tiny underline accent for the number */
.hero-stats .stat-num{
  position: relative;
  display: inline-block;
}
.hero-stats .stat-num::after{
  content:"";
  position:absolute;
  left: 0;
  bottom: -6px;
  width: 34px;
  height: 3px;
  border-radius: 999px;
  background: rgba(var(--brand-primary-rgb), 0.35);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.22s ease;
}
.hero-stats .stat:hover .stat-num::after{
  transform: scaleX(1);
}

/*--------------------------------------------------------------
# Browser Mock
--------------------------------------------------------------*/
.hero-right{ position: relative; }

.browser-mock{
  border-radius: 22px;
  background: rgba(var(--white-rgb), 0.06);
  border: 1px solid rgba(var(--white-rgb), 0.12);
  box-shadow: var(--shadow-elev);
  overflow: hidden;
  transform: translateZ(0);
  transform-style: preserve-3d;
  will-change: transform;
  transition: transform 0.18s ease;
}
.browser-mock.is-idle{
  animation: mockBreathe 6s ease-in-out infinite;
}
@keyframes mockBreathe{
  0%,100% { transform: translate3d(0,0,0); }
  50%     { transform: translate3d(0,-6px,0); }
}

.browser-top{
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 16px;
  background: rgba(var(--black-rgb), 0.18);
  border-bottom: 1px solid rgba(var(--white-rgb), 0.10);
}

.dot{ width: 10px; height: 10px; border-radius: 50%; display: inline-block; }
.dot.red{ background: #ff5f57; }
.dot.yellow{ background: #febc2e; }
.dot.green{ background: #28c840; }

.tabs{ margin-left: 10px; display: flex; gap: 8px; flex: 1; overflow: hidden; }
.tab{
  padding: 8px 10px;
  border-radius: 999px;
  font-size: 12px;
  color: rgba(var(--white-rgb), 0.68);
  background: rgba(var(--white-rgb), 0.05);
  border: 1px solid rgba(var(--white-rgb), 0.10);
}
.tab.active{
  color: var(--color-white);
  background: rgba(var(--white-rgb), 0.10);
}

.browser-bar{
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  border-bottom: 1px solid rgba(var(--white-rgb), 0.10);
}

.icon-btn{
  width: 34px;
  height: 34px;
  border-radius: 10px;
  border: 1px solid rgba(var(--white-rgb), 0.12);
  background: rgba(var(--white-rgb), 0.06);
  color: rgba(var(--white-rgb), 0.85);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.address{
  flex: 1;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 12px;
  background: rgba(var(--white-rgb), 0.06);
  border: 1px solid rgba(var(--white-rgb), 0.12);
  color: rgba(var(--white-rgb), 0.78);
  font-size: 13px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* Address shimmer (hover) */
.address::before{
  content: "";
  position: absolute;
  top: -40%;
  left: -60%;
  width: 45%;
  height: 180%;
  transform: rotate(18deg);
  background: linear-gradient(90deg, transparent, rgba(var(--white-rgb), 0.14), transparent);
  opacity: 0;
  will-change: transform;
}
.browser-mock:hover .address::before,
.address:hover::before{
  opacity: 1;
  animation: shimmer 1.2s ease-in-out infinite;
}

@keyframes shimmer{
  0%   { transform: translateX(0) rotate(18deg); }
  100% { transform: translateX(260%) rotate(18deg); }
}

.browser-body{
  position: relative;
  padding: 18px;
  min-height: 360px;
}

.search-card{
  border-radius: 18px;
  padding: 16px;
  background: rgba(var(--white-rgb), 0.05);
  border: 1px solid rgba(var(--white-rgb), 0.10);
  box-shadow: var(--shadow-soft);
}

.search-title{
  color: var(--color-white);
  font-weight: 700;
  margin-bottom: 10px;
}

.search-input{
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 12px;
  border-radius: 14px;
  background: rgba(var(--black-rgb), 0.22);
  border: 1px solid rgba(var(--white-rgb), 0.10);
  color: rgba(var(--white-rgb), 0.72);
  font-size: 13px;
}
.search-input kbd{
  margin-left: auto;
  padding: 4px 8px;
  border-radius: 10px;
  border: 1px solid rgba(var(--white-rgb), 0.14);
  background: rgba(var(--white-rgb), 0.06);
  color: rgba(var(--white-rgb), 0.80);
  font-size: 12px;
}

.results{ margin-top: 12px; display: grid; gap: 10px; }
.result{
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px;
  border-radius: 14px;
  background: rgba(var(--white-rgb), 0.04);
  border: 1px solid rgba(var(--white-rgb), 0.10);
}
.r-icon{
  width: 40px; height: 40px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: rgba(255,193,7,0.12);
  border: 1px solid rgba(255,193,7,0.20);
  color: var(--color-primary);
}
.r-title{ color: var(--color-white); font-weight: 700; font-size: 13px; }
.r-sub{ color: rgba(var(--white-rgb), 0.68); font-size: 12px; margin-top: 2px; }
.r-pill{
  margin-left: auto;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(var(--white-rgb), 0.06);
  border: 1px solid rgba(var(--white-rgb), 0.12);
  color: rgba(var(--white-rgb), 0.80);
  font-size: 12px;
}

/* Floating mini cards */
.float-card{
  position: absolute;
  padding: 12px 12px;
  border-radius: 16px;
  background: rgba(var(--white-rgb), 0.06);
  border: 1px solid rgba(var(--white-rgb), 0.12);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(10px);
  width: 180px;
}
.fc-title{ color: var(--color-white); font-weight: 800; font-size: 13px; }
.fc-sub{ color: rgba(var(--white-rgb), 0.70); font-size: 12px; margin-top: 3px; }
.fc-1{ right: 16px; top: -4px; transform: rotate(2deg); }
.fc-2{ left: 16px; bottom: -14px; transform: rotate(6deg); }

/*--------------------------------------------------------------
# Hero Buttons
--------------------------------------------------------------*/
.hero-actions .btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 18px;
  border-radius: 14px;
  font-weight: 700;
  letter-spacing: 0.2px;
  border: 1px solid transparent;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease, color .2s ease;
  text-decoration: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.hero-actions .btn-lg{
  padding: 14px 22px;
  border-radius: 16px;
  font-size: 15px;
}

.hero-actions .btn-primary{
  color: #0b0f14;
  background: linear-gradient(180deg,
    rgba(255, 215, 120, 1) 0%,
    rgba(255, 193, 7, 1) 55%,
    rgba(230, 168, 0, 1) 100%);
  border-color: rgba(255,193,7,0.45);
  box-shadow:
    0 18px 40px rgba(0,0,0,0.35),
    0 10px 30px rgba(255,193,7,0.18);
}
.hero-actions .btn-primary:hover{
  transform: translateY(-2px);
  box-shadow:
    0 26px 60px rgba(0,0,0,0.45),
    0 14px 40px rgba(255,193,7,0.24);
}
.hero-actions .btn-primary:active{ transform: translateY(0); }

.hero-actions .btn-ghost{
  color: rgba(var(--white-rgb), 0.88);
  background: rgba(var(--white-rgb), 0.06);
  border-color: rgba(var(--white-rgb), 0.14);
  box-shadow: 0 14px 40px rgba(0,0,0,0.20);
  backdrop-filter: blur(10px);
}
.hero-actions .btn-ghost:hover{
  transform: translateY(-2px);
  background: rgba(var(--white-rgb), 0.10);
  border-color: rgba(var(--white-rgb), 0.20);
}
.hero-actions .btn:focus-visible{
  outline: none;
  box-shadow:
    0 0 0 4px rgba(255,193,7,0.22),
    0 18px 44px rgba(0,0,0,0.35);
}

.hero-wrap,
.hero-layout--2col {
  min-width: 0;
}

.hero-left,
.hero-right,
.hero-copy,
.hero-preview {
  min-width: 0;
}

.hero-left h1,
.hero-copy__title {
  font-size: clamp(30px, 7.5vw, 52px);
  line-height: 1.06;
  word-break: break-word;
  overflow-wrap: anywhere;
}

.browser-top,
.browser-bar {
  min-width: 0;
}

.tabs {
  min-width: 0;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  /* Firefox */
}

.tabs::-webkit-scrollbar {
  display: none;
}

.tab {
  flex: 0 0 auto;
}

.address {
  min-width: 0;
  overflow: hidden;
}

.address span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}

.browser-mock {
  width: 100%;
  max-width: 100%;
}

/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/
@media (max-width: 991px){
  .hero-wrap{ grid-template-columns: 1fr; }
  .nav-pills{ display: none; }
  .hero-left h1{ font-size: 40px; }
}
@media (max-width: 575px){
  .hero-left h1{ font-size: 32px; }
  .hero-stats{ grid-template-columns: 1fr; }
  .hero-actions{ width: 100%; }
  .hero-actions .btn{ flex: 1; }
}

@media (max-width: 460px) {
  .hero-actions {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
  }
  .hero-actions .btn {
    width: 100%;
  }
}

@media (max-width: 430px) {
  .hero-stats {
    grid-template-columns: 1fr;
    max-width: 100%;
  }
}

@media (max-width: 480px) {
  .float-card {
    display: none;
  }
}

.hero-bg {
  overflow: hidden;
}

/* ============================================================
   Browser Mock: make responsive down to 220px
   (paste AFTER your existing hero CSS)
============================================================ */

/* Let internal flex items shrink */
.browser-mock,
.browser-top,
.browser-bar,
.browser-body,
.tabs,
.address,
.search-input,
.result,
.r-text {
  min-width: 0;
}

/* Base: ensure the mock never overflows its column */
.browser-mock { width: 100%; max-width: 100%; }

/* ---------- <= 350px (tight phones) ---------- */
@media (max-width: 350px) {
  .browser-top { padding: 10px 10px; gap: 8px; }
  .dot { width: 8px; height: 8px; }

  .tabs { gap: 6px; margin-left: 6px; }
  .tab { padding: 6px 8px; font-size: 11px; }

  .browser-bar { padding: 10px 10px; gap: 8px; }
  .icon-btn {
    width: 30px; height: 30px;
    border-radius: 10px;
  }

  .address {
    padding: 8px 10px;
    border-radius: 12px;
    font-size: 12px;
  }

  .browser-body { padding: 14px; min-height: 320px; }

  .search-card { padding: 14px; border-radius: 16px; }
  .search-title { font-size: 14px; }

  .search-input {
    padding: 10px 10px;
    border-radius: 12px;
    font-size: 12px;
  }
  .search-input kbd {
    padding: 3px 7px;
    border-radius: 9px;
    font-size: 11px;
  }

  .result { padding: 10px; border-radius: 12px; gap: 10px; }
  .r-icon { width: 36px; height: 36px; border-radius: 12px; }
  .r-title { font-size: 12px; }
  .r-sub { font-size: 11px; }
  .r-pill { padding: 5px 9px; font-size: 11px; }
}

/* ---------- <= 280px (very small screens) ---------- */
@media (max-width: 280px) {
  /* Tabs become scroll-only; keep them from forcing width */
  .tabs { overflow-x: auto; scrollbar-width: none; }
  .tabs::-webkit-scrollbar { display: none; }
  .tab { flex: 0 0 auto; }

  /* Hide Forward + Refresh to save horizontal space */
  .browser-bar .icon-btn:nth-child(2),
  .browser-bar .icon-btn:last-child {
    display: none;
  }

  .address { font-size: 11px; padding: 8px 9px; }

  .browser-body { padding: 12px; min-height: 300px; }

  /* Search row: remove kbd badge (it becomes too wide) */
  .search-input kbd { display: none; }

  /* Results: allow wrapping and prevent side pill overflow */
  .result { align-items: flex-start; }
  .r-text { min-width: 0; }
  .r-title, .r-sub { overflow-wrap: anywhere; }

  .r-pill {
    margin-left: 8px;
    padding: 4px 8px;
    font-size: 10.5px;
  }

  /* Floating cards MUST go on tiny widths */
  .float-card { display: none !important; }
}

/* ---------- <= 220px (hard minimum) ---------- */
@media (max-width: 220px) {
  .browser-top { padding: 9px 8px; }
  .browser-bar { padding: 9px 8px; }

  /* Hide tabs entirely if the screen is absurdly narrow */
  .tabs { display: none; }

  /* Keep back button + address only */
  .browser-bar .icon-btn { width: 28px; height: 28px; }
  .address { padding: 7px 8px; font-size: 10.5px; }

  .browser-body { padding: 10px; min-height: 280px; }

  .search-card { padding: 12px; }
  .search-title { font-size: 13px; }

  .search-input { font-size: 11px; }
  .r-icon { width: 32px; height: 32px; }
  .r-pill { font-size: 10px; padding: 4px 7px; }
}



/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background: linear-gradient(180deg, var(--color-bg-soft) 0%, var(--color-white) 100%);
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  font-family: "Poppins", sans-serif;
  color: var(--color-brand-navy);
}

.section-title h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: var(--color-border);
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: var(--color-primary);
  bottom: 0;
  left: calc(50% - 20px);
}

.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background-color: var(--color-bg-alt);
  min-height: 40px;
}

.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: var(--color-text-muted-2);
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}

.clients{
  padding: 34px 0;
  overflow: hidden;
  position: relative;
}

/* Soft background (optional) */
.clients.section-bg{
  background:
    radial-gradient(900px 380px at 15% 10%, rgba(255,193,7,.10), transparent 60%),
    radial-gradient(900px 420px at 85% 30%, rgba(120,170,255,.10), transparent 60%),
    linear-gradient(180deg, rgba(255,255,255,.02), rgba(255,255,255,0));
}

/* Mask edges so scroll fades nicely */
.clients-marquee{
  position: relative;
  overflow: hidden;
  padding: 10px 0;
  mask-image: linear-gradient(90deg, transparent 0, #000 10%, #000 90%, transparent 100%);
}

/* Track that moves */
.clients-track{
  display: flex;
  align-items: center;
  gap: 18px;
  width: max-content;
  animation: clientsMarquee 24s linear infinite;
  will-change: transform;
}

/* Pause on hover (nice UX) */
.clients-marquee:hover .clients-track{
  animation-play-state: paused;
}

/* Smaller premium tile */
.clients .client-logo{
  flex: 0 0 auto;

  height: 78px;              /* smaller */
  min-width: 200px;          /* consistent block */
  padding: 12px 18px;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 16px;
  background: rgba(255,255,255,.60);
  border: 1px solid rgba(0,0,0,.06);
  box-shadow: 0 18px 50px rgba(0,0,0,.10);

  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease, background .22s ease;
  position: relative;
  overflow: hidden;
}

/* subtle highlight */
.clients .client-logo::before{
  content:"";
  position:absolute;
  inset:0;
  background: linear-gradient(135deg, rgba(255,255,255,.55), transparent 55%);
  opacity: .35;
  pointer-events:none;
}

/* Logo itself */
.clients .client-logo img{
  height: 34px;             /* smaller logos */
  width: auto;
  filter: grayscale(100%) contrast(1.05);
  opacity: .78;
  transition: transform .22s ease, filter .22s ease, opacity .22s ease;
}

/* Hover */
.clients .client-logo:hover{
  transform: translateY(-3px);
  border-color: rgba(255,193,7,.22);
  background: rgba(255,255,255,.72);
  box-shadow: 0 26px 70px rgba(0,0,0,.14);
}

.clients .client-logo:hover img{
  transform: scale(1.06);
  filter: grayscale(0%) contrast(1.05);
  opacity: 1;
}

/* Infinite loop: because we duplicated the set, move half width */
@keyframes clientsMarquee{
  0%{ transform: translateX(0); }
  100%{ transform: translateX(-50%); }
}

/* Responsive */
@media (max-width: 768px){
  .clients{ padding: 26px 0; }
  .clients .client-logo{
    height: 70px;
    min-width: 170px;
    border-radius: 14px;
  }
  .clients .client-logo img{ height: 30px; }
  .clients-track{ animation-duration: 18s; }
}

@media (prefers-reduced-motion: reduce){
  .clients-track{ animation: none !important; }
}
/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about-bold{
  padding: 90px 0;
  background:
    radial-gradient(900px 520px at 12% 20%, rgba(var(--brand-primary-rgb), .14), transparent 60%),
    radial-gradient(900px 520px at 88% 25%, rgba(70,140,255,.12), transparent 60%),
    #ffffff;
}

.about-bold *{ box-sizing: border-box; }

.about-bold .about-grid{
  display: grid;
  grid-template-columns: 1.05fr 1.25fr 1fr;
  gap: 34px;
  align-items: start;
}

/* Typography */
.about-bold{
  font-family: "Inter", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color: var(--color-brand-navy);
}

.about-bold .about-kicker{
  display: inline-flex;
  align-items: center;
  gap: 10px;

  font-family: "Space Grotesk", system-ui, sans-serif;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-size: 12px;

  color: rgba(var(--color-heading-deep-rgb), .75);
}

.about-bold .k-dot{
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--color-primary);
  box-shadow: 0 0 0 6px rgba(var(--brand-primary-rgb), .18);
}

.about-bold .about-word{
  margin: 14px 0 14px;
  font-family: "Space Grotesk", system-ui, sans-serif;
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: .9;
  font-size: clamp(54px, 5.4vw, 92px);
  color: #0b1220;
}

.about-bold .about-word span{
  color: rgba(var(--color-heading-deep-rgb), .88);
}

.about-bold .about-lead{
  margin: 0 0 18px;
  font-size: 16px;
  line-height: 1.7;
  color: rgba(var(--color-heading-deep-rgb), .72);
  max-width: 46ch;
}

/* Points */
.about-bold .about-points{
  display: grid;
  gap: 12px;
  margin: 18px 0 18px;
}

.about-bold .point{
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 12px;
  align-items: start;

  padding: 12px 12px;
  border-radius: 16px;

  background: rgba(255,255,255,.85);
  border: 1px solid rgba(14,18,24,.08);
  box-shadow: 0 16px 45px rgba(14,18,24,.08);

  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.about-bold .point:hover{
  transform: translateY(-3px);
  border-color: rgba(var(--brand-primary-rgb), .22);
  box-shadow: 0 22px 65px rgba(14,18,24,.12);
}

.about-bold .p-ico{
  width: 42px;
  height: 42px;
  border-radius: 14px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  background: rgba(var(--brand-primary-rgb), .18);
  border: 1px solid rgba(var(--brand-primary-rgb), .22);
  color: #0b1220;
}

.p-ico.p-num{
  width: 44px;
  height: 44px;
  border-radius: 14px;
  flex: 0 0 44px;

  display: grid;
  place-items: center;

  font-weight: 800;
  letter-spacing: 0.5px;
  font-size: 14px;

  color: rgba(20,24,30,0.85);
  background: rgba(255,193,7,0.22);
  border: 1px solid rgba(255,193,7,0.35);

  box-shadow:
    0 10px 25px rgba(20, 24, 30, 0.06),
    inset 0 1px 0 rgba(255,255,255,0.6);
}


.about-bold .p-title{
  font-weight: 800;
  font-size: 14px;
  margin-bottom: 2px;
}

.about-bold .p-sub{
  font-size: 13px;
  line-height: 1.6;
  color: rgba(var(--color-heading-deep-rgb), .70);
}

/* Pills */
.about-bold .about-pills{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.about-bold .pill{
  padding: 10px 12px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 13px;

  background: rgba(var(--color-heading-deep-rgb), .04);
  border: 1px solid rgba(14,18,24,.08);
  color: rgba(var(--color-heading-deep-rgb), .80);
}

/* Collage */
.about-bold .collage{
  position: relative;
  border-radius: 28px;
  min-height: 520px;
  overflow: visible;
  transform-style: preserve-3d;
}

.about-bold .img-big{
  position: absolute;
  inset: 0;
  border-radius: 28px;
  border: 1px solid rgba(14,18,24,.08);
  box-shadow: 0 30px 90px rgba(14,18,24,.18);
}

.about-bold .img-small{
  position: absolute;
  right: -18px;
  top: 26px;

  width: 220px;
  height: 150px;
  border-radius: 22px;

  border: 1px solid rgba(14,18,24,.10);
  box-shadow: 0 22px 70px rgba(14,18,24,.20);
}

.about-bold .collage-glow{
  position: absolute;
  inset: -80px -80px -80px -80px;
  background:
    radial-gradient(420px 260px at 30% 25%, rgba(var(--brand-primary-rgb), .22), transparent 60%),
    radial-gradient(420px 260px at 75% 20%, rgba(70,140,255,.16), transparent 65%);
  pointer-events: none;
  z-index: -1;
  filter: blur(2px);
}


/* Philosophy card */
.about-bold .ph-card{
  border-radius: 22px;
  padding: 18px;
  background: rgba(255,255,255,.88);
  border: 1px solid rgba(14,18,24,.08);
  box-shadow: 0 30px 90px rgba(14,18,24,.12);
}

.about-bold .ph-top{
  display: grid;
  grid-template-columns: 74px 1fr;
  gap: 14px;
  align-items: center;
  margin-bottom: 10px;
}

.about-bold .ph-thumb{
  width: 74px;
  height: 74px;
  border-radius: 18px;
  border: 1px solid rgba(14,18,24,.10);
}

.about-bold .ph-title{
  font-family: "Space Grotesk", system-ui, sans-serif;
  font-weight: 800;
  font-size: 22px;
  line-height: 1.1;
}

.about-bold .ph-sub{
  margin-top: 4px;
  color: rgba(var(--color-heading-deep-rgb), .68);
  font-weight: 600;
  font-size: 14px;
}

.about-bold .ph-text{
  margin: 10px 0 14px;
  color: rgba(var(--color-heading-deep-rgb), .72);
  line-height: 1.7;
  font-size: 14px;
}

.about-bold .ph-stats{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 10px;
}

.about-bold .stat{
  border-radius: 18px;
  padding: 14px;
  background: rgba(var(--color-heading-deep-rgb), .03);
  border: 1px solid rgba(14,18,24,.08);
}

.about-bold .stat-n{
  font-family: "Space Grotesk", system-ui, sans-serif;
  font-weight: 800;
  font-size: 22px;
  letter-spacing: -0.02em;
}

.about-bold .stat-l{
  margin-top: 4px;
  font-size: 13px;
  color: rgba(var(--color-heading-deep-rgb), .66);
  font-weight: 600;
}

.about-bold .ph-cta{
  margin-top: 14px;
  display: inline-flex;
  align-items: center;
  gap: 10px;

  font-weight: 800;
  text-decoration: none;
  color: #0b1220;

  padding: 12px 14px;
  border-radius: 14px;

  background: rgba(var(--brand-primary-rgb), .22);
  border: 1px solid rgba(var(--brand-primary-rgb), .28);
  transition: transform .22s ease, filter .22s ease;
}

.about-bold .ph-cta:hover{
  transform: translateY(-2px);
  filter: brightness(1.02);
}

.about-bold .p-ico{
  background: rgba(var(--brand-primary-rgb), .18);
  border: 1px solid rgba(var(--brand-primary-rgb), .28);
  color: #0b1220;
}
.about-bold .p-ico svg{
  width: 20px;
  height: 20px;
  stroke-width: 2.25;
}

.about-bold .ph-card{
  position: relative;
  overflow: hidden;
}

.about-bold .ph-card::before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  right:0;
  height:4px;
  background: linear-gradient(
    90deg,
    rgba(var(--brand-primary-rgb), .85),
    rgba(70,140,255,.55)
  );
}

.about-bold{
  position: relative;
}
.about-bold::after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background-image:
    radial-gradient(rgba(0,0,0,.05) 1px, transparent 1px);
  background-size: 22px 22px;
  opacity: .10;
  mix-blend-mode: multiply;
}
.about-bold .container{ position: relative; z-index: 1; }

.about-bold .about-lead{
  position: relative;
  padding-left: 14px;
}
.about-bold .about-lead::before{
  content:"";
  position:absolute;
  left:0;
  top:.35em;
  width:4px;
  height: calc(100% - .7em);
  border-radius: 999px;
  background: rgba(var(--brand-primary-rgb), .75);
}


/* Responsive */
@media (max-width: 1199px){
  .about-bold .about-grid{
    grid-template-columns: 1fr 1fr;
  }
  .about-bold .about-right{
    grid-column: 1 / -1;
  }
  .about-bold .collage{
    min-height: 460px;
  }
}

@media (max-width: 991px){
  .about-bold{
    padding: 64px 0;
  }
  .about-bold .about-grid{
    grid-template-columns: 1fr;
  }
  .about-bold .collage{
    min-height: 360px;
  }
  .about-bold .img-small{
    right: 14px;
    top: 14px;
    width: 180px;
    height: 120px;
  }
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services-modern{
  position: relative;
  padding: 96px 0 88px;
  overflow: hidden;
}

/* soft background glow */
.services-modern::before{
  content:"";
  position:absolute;
  inset:-35%;
  background:
    radial-gradient(circle at 15% 25%, rgba(255,193,7,0.14), transparent 55%),
    radial-gradient(circle at 85% 45%, rgba(80,180,255,0.12), transparent 55%),
    radial-gradient(circle at 50% 90%, rgba(0,0,0,0.06), transparent 55%);
  pointer-events:none;
}

/* Header */
.services-head{
  text-align: center;
  max-width: 980px;
  margin: 0 auto 44px;
  position: relative;
  z-index: 1;
}

.services-kicker{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  letter-spacing: 2px;
  font-size: 12px;
  color: rgba(20,24,30,0.55);
  text-transform: uppercase;
}

.services-kicker::before{
  content:"";
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: rgba(255,193,7,0.9);
  box-shadow: 0 0 0 8px rgba(255,193,7,0.15);
}

.services-title{
  margin: 12px 0 10px;
  font-weight: 900;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  font-size: clamp(34px, 3.2vw, 56px);
  color: var(--color-brand-navy);
}

.services-sub{
  margin: 0 auto;
  max-width: 860px;
  font-size: 16px;
  line-height: 1.7;
  color: var(--color-text-soft);
}

/* Grid wrapper */
.services-grid{
  position: relative;
  z-index: 1;
}

/* Card */
.svc-card{
  height: 100%;
  border-radius: 22px;
  overflow: hidden;
  background: rgba(17,19,24,0.92);
  border: 1px solid rgba(255,255,255,0.10);
  box-shadow: 0 24px 70px rgba(0,0,0,0.18);
  transform: translateZ(0);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
  position: relative;
}

/* brand corner accent */
.svc-card::after{
  content:"";
  position:absolute;
  width: 64px;
  height: 64px;
  right: -26px;
  bottom: -26px;
  border-radius: 22px;
  background: rgba(255,193,7,0.9);
  filter: blur(0px);
  opacity: 0.95;
}

/* Image */
.svc-media{
  position: relative;
  height: 190px;
  overflow: hidden;
}

.svc-media img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.05);
  filter: saturate(1.05) contrast(1.05);
  transition: transform .55s ease, filter .55s ease;
}

/* subtle gradient for readability */
.svc-media::after{
  content:"";
  position:absolute;
  inset:0;
  background: linear-gradient(
    180deg,
    rgba(0,0,0,0.05) 0%,
    rgba(0,0,0,0.30) 60%,
    rgba(0,0,0,0.55) 100%
  );
}

/* Body */
.svc-body{
  padding: 18px 18px 18px;
  position: relative;
}

/* Big outline numbers (no icons needed) */
.svc-num{
  position: absolute;
  top: 10px;
  right: 12px;
  font-weight: 900;
  font-size: 56px;
  line-height: 1;
  letter-spacing: 1px;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255,255,255,0.22);
  text-stroke: 1px rgba(255,255,255,0.22);
  opacity: 0.95;
  pointer-events: none;
}

.svc-name{
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.92);
}

.svc-text{
  margin: 0 0 14px;
  font-size: 14px;
  line-height: 1.7;
  color: rgba(255,255,255,0.70);
}

/* Link */
.svc-link{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  color: rgba(255,255,255,0.78);
  position: relative;
}

.svc-arrow{
  transition: transform .2s ease;
}

/* Hover */
.svc-card:hover{
  transform: translateY(-6px);
  border-color: rgba(255,193,7,0.28);
  box-shadow: 0 30px 90px rgba(0,0,0,0.28);
}

.svc-card:hover .svc-media img{
  transform: scale(1.15);
  filter: saturate(1.15) contrast(1.08);
}

.svc-card:hover .svc-arrow{
  transform: translateX(3px);
}

/* CTA button */
.services-cta{
  text-align: center;
  margin-top: 28px;
  position: relative;
  z-index: 1;
}

.services-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 22px;
  border-radius: 999px;
  font-weight: 900;
  letter-spacing: 0.6px;
  text-decoration: none;

  background: rgba(20,24,30,0.92);
  border: 1px solid rgba(255,255,255,0.14);
  color: rgba(255,255,255,0.92);

  box-shadow: 0 18px 55px rgba(0,0,0,0.18);
  transition: transform .22s ease, background .22s ease;
}

.services-btn:hover{
  transform: translateY(-1px);
  background: rgba(20,24,30,0.98);
}

/* Responsive */
@media (max-width: 991px){
  .services-modern{
    padding: 72px 0 66px;
  }
  .svc-media{
    height: 200px;
  }
}

@media (max-width: 575px){
  .svc-num{ font-size: 52px; }
  .svc-name{ font-size: 15px; }
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce){
  .svc-card,
  .svc-media img,
  .svc-arrow,
  .services-btn{
    transition: none !important;
  }
}


/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features.features-board{
  padding: 96px 0 84px;
  position: relative;
  overflow: hidden;
}

/* soft background glow */
.features.features-board::before{
  content:"";
  position:absolute;
  inset:-35%;
  background:
    radial-gradient(circle at 15% 20%, rgba(255,193,7,0.12), transparent 55%),
    radial-gradient(circle at 85% 35%, rgba(41,121,255,0.10), transparent 55%),
    radial-gradient(circle at 50% 100%, rgba(0,0,0,0.06), transparent 55%);
  pointer-events:none;
}

.features.features-board .section-title{
  text-align:center;
  margin-bottom: 34px;
  position: relative;
  z-index: 1;
}

/* reuseable section headings (use this everywhere) */
.section-title h2{
  margin: 0 0 12px;
  font-weight: 900;
  letter-spacing: 0.6px;
  font-size: clamp(34px, 3.2vw, 54px);
  color: var(--color-brand-navy);
  text-transform: uppercase;
}
.section-title p{
  margin: 0 auto;
  max-width: 860px;
  font-size: 16px;
  line-height: 1.7;
  color: var(--color-text-soft);
}

/* Board wrapper */
.features-board-wrap{
  position: relative;
  z-index: 1;
  padding: 42px 0 10px;
}

/* Big watermark word */
.features-watermark{
  position:absolute;
  left: 50%;
  top: 52%;
  transform: translate(-50%, -50%);
  font-weight: 900;
  letter-spacing: 10px;
  font-size: clamp(64px, 10vw, 160px);
  color: rgba(17, 24, 39, 0.06); /* subtle */
  text-transform: uppercase;
  user-select: none;
  pointer-events: none;
  white-space: nowrap;
}

/* Stage = the "board" area */
.features-stage{
  position: relative;
  width: min(1050px, 100%);
  margin: 0 auto;
  min-height: 520px;

  border-radius: 28px;
  background: rgba(255,255,255,0.72);
  border: 1px solid rgba(0,0,0,0.06);
  box-shadow: 0 40px 120px rgba(0,0,0,0.10);
  backdrop-filter: blur(10px);

  transform-style: preserve-3d;
  perspective: 900px;

  padding: 30px;
}

/* inner faint grid like SaaS boards */
.features-stage::before{
  content:"";
  position:absolute;
  inset: 0;
  border-radius: 28px;
  background-image:
    linear-gradient(rgba(0,0,0,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0,0,0,0.04) 1px, transparent 1px);
  background-size: 44px 44px;
  opacity: 0.35;
  pointer-events:none;
}

/* Floating tiles */
.f-tile{
  position:absolute;
  width: min(340px, 44%);
  padding: 18px 18px 16px;
  border-radius: 18px;
  background: rgba(255,255,255,0.92);
  border: 1px solid rgba(0,0,0,0.06);
  box-shadow: 0 18px 60px rgba(0,0,0,0.10);
  backdrop-filter: blur(10px);
  transform: translateZ(28px);

  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.f-tile:hover{
  transform: translateZ(28px) translateY(-6px);
  border-color: rgba(255,193,7,0.30);
  box-shadow: 0 26px 80px rgba(0,0,0,0.14);
}

/* Number chip (no icon needed) */
.f-chip{
  width: 42px;
  height: 42px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  font-weight: 900;
  color: rgba(20,24,30,0.92);

  background: rgba(255,193,7,0.22);
  border: 1px solid rgba(255,193,7,0.28);
  box-shadow: 0 10px 26px rgba(255,193,7,0.18);
  margin-bottom: 12px;
}

.f-title{
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0.2px;
  color: var(--color-brand-navy);
}

.f-text{
  margin: 0;
  font-size: 14.5px;
  line-height: 1.65;
  color: var(--color-text-soft);
}

/* tile positions (match the “floating around watermark” look) */
.f-tile--a{ left: 28px; top: 44px; }
.f-tile--b{ right: 28px; top: 64px; }
.f-tile--c{ left: 28px; bottom: 44px; }
.f-tile--d{ right: 28px; bottom: 64px; }

/* Center card */
.f-center{
  position:absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) translateZ(40px);
  width: min(350px, 52%);
  padding: 22px 22px 20px;
  border-radius: 22px;

  background: rgba(255,255,255,0.94);
  border: 1px solid rgba(0,0,0,0.06);
  box-shadow: 0 26px 90px rgba(0,0,0,0.12);
}

.f-center-top{
  display:flex;
  align-items:center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.f-center-pill{
  display:inline-flex;
  align-items:center;
  height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  font-weight: 800;
  font-size: 12px;
  letter-spacing: 0.6px;
  text-transform: uppercase;

  background: rgba(20,24,30,0.06);
  border: 1px solid rgba(0,0,0,0.06);
  color: rgba(20,24,30,0.75);
}

.f-center-dot{
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: rgba(255,193,7,0.95);
  box-shadow: 0 0 0 8px rgba(255,193,7,0.18);
}

.f-center-title{
  margin: 0 0 8px;
  font-size: 20px;
  font-weight: 900;
  color: var(--color-brand-navy);
}

.f-center-sub{
  margin: 0 0 14px;
  color: var(--color-text-soft);
  font-size: 14.5px;
  line-height: 1.65;
}

.f-center-cta{
  display:flex;
  gap: 10px;
  flex-wrap: wrap;
}

/* Features center CTA — match your palette (no harsh blue) */
.features-board .f-center .btn{
  border-radius: 14px;
  padding: 12px 16px;
  font-weight: 800;
  box-shadow: none;
}

/* Primary = warm/yellow */
.features-board .f-center .btn.btn-primary{
  background: var(--color-primary);
  color: var(--color-brand-navy);
  border: 1px solid rgba(255,193,7,0.35);
  box-shadow: 0 14px 38px rgba(255,193,7,0.22);
}
.features-board .f-center .btn.btn-primary:hover{
  filter: brightness(1.02);
  transform: translateY(-1px);
}

/* Secondary = subtle glass */
.features-board .f-center .btn.btn-ghost{
  background: rgba(20,24,30,0.06);
  color: rgba(20,24,30,0.78);
  border: 1px solid rgba(0,0,0,0.08);
}
.features-board .f-center .btn.btn-ghost:hover{
  background: rgba(20,24,30,0.09);
  transform: translateY(-1px);
}

/* If any global CSS forces blue on buttons, kill it here */
.features-board .f-center a.btn{
  background-image: none !important;
}


/* Responsive */
@media (max-width: 991px){
  .features-stage{
    min-height: 720px;
    padding: 18px;
  }

  .f-center{
    width: calc(100% - 34px);
    top: 56%;
    display: none;
  }

  .f-tile{
    position: relative;
    width: 100%;
    left: auto; right: auto; top: auto; bottom: auto;
    margin: 10px 0;
    transform: translateZ(0);
  }

  .features-watermark{
    top: 14%;
    font-size: clamp(54px, 16vw, 120px);
  }
}

/* Respect reduced motion */
@media (prefers-reduced-motion: reduce){
  .f-tile, .f-tile:hover{
    transition: none !important;
  }
}


/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio{
  padding: 96px 0 70px;
  position: relative;
  overflow: hidden;
}

/* soft background glow */
.portfolio::before{
  content:"";
  position:absolute;
  inset:-40%;
  background:
    radial-gradient(circle at 18% 22%, rgba(255,193,7,0.14), transparent 55%),
    radial-gradient(circle at 85% 35%, rgba(52,183,167,0.10), transparent 55%),
    radial-gradient(circle at 50% 100%, rgba(17,17,17,0.06), transparent 60%);
  pointer-events:none;
}

.portfolio .container{
  position: relative;
  z-index: 1;
}

.portfolio .portfolio-item{
  margin-bottom: 26px;
}

/* ---------- Filters (pills) ---------- */
.portfolio #portfolio-flters{
  padding: 8px;
  margin: 0 auto 34px;
  list-style: none;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;

  background: rgba(255,255,255,0.72);
  border: 1px solid rgba(0,0,0,0.06);
  border-radius: 999px;
  box-shadow: 0 16px 50px rgba(0,0,0,0.08);
  backdrop-filter: blur(10px);
}

.portfolio #portfolio-flters li{
  cursor: pointer;
  user-select: none;

  padding: 10px 14px;
  border-radius: 999px;

  font-size: 13px;
  font-weight: 800;
  letter-spacing: .6px;
  text-transform: uppercase;

  color: rgba(20,24,30,0.62);
  background: transparent;
  border: 1px solid transparent;

  transition: transform .18s ease, background .18s ease, border-color .18s ease, color .18s ease;
}

.portfolio #portfolio-flters li:hover{
  transform: translateY(-1px);
  color: rgba(20,24,30,0.82);
  background: rgba(var(--brand-primary-rgb), 0.10);
  border-color: rgba(var(--brand-primary-rgb), 0.22);
}

.portfolio #portfolio-flters li.filter-active{
  color: rgba(20,24,30,0.92);
  background: rgba(var(--brand-primary-rgb), 0.16);
  border-color: rgba(var(--brand-primary-rgb), 0.28);
  box-shadow: 0 10px 26px rgba(0,0,0,0.08);
}

/* ---------- Card ---------- */
.portfolio .portfolio-wrap{
  position: relative;
  overflow: hidden;
  border-radius: 22px;

  background: rgba(255,255,255,0.60);
  border: 1px solid rgba(0,0,0,0.06);

  box-shadow: 0 24px 70px rgba(0,0,0,0.10);
  transform: translateZ(0);
}

/* media frame */
.portfolio .portfolio-wrap img{
  width: 100%;
  height: 280px;
  object-fit: cover;
  display: block;

  transform: scale(1.01);
  transition: transform .55s ease, filter .55s ease;
  filter: saturate(1.02) contrast(1.03);
}

/* Overlay (soft, premium) */
.portfolio .portfolio-wrap::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 20% 10%, rgba(255,255,255,0.14), transparent 55%),
    linear-gradient(180deg, rgba(10,14,20,0.00) 0%, rgba(10,14,20,0.12) 55%, rgba(10,14,20,0.30) 100%);
  opacity: 0;
  transition: opacity .28s ease;
  z-index: 2;
}

/* ---------- Floating actions ---------- */
.portfolio .portfolio-links{
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 3;

  opacity: 0;
  transform: translateY(-6px);
  transition: opacity .22s ease, transform .22s ease;
  display: inline-flex;
  gap: 10px;
}

.portfolio .portfolio-links a{
  width: 42px;
  height: 42px;
  border-radius: 14px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  color: rgba(20,24,30,0.75);
  background: rgba(255,255,255,0.85);
  border: 1px solid rgba(0,0,0,0.08);

  backdrop-filter: blur(10px);
  box-shadow: 0 14px 34px rgba(0,0,0,0.12);
  transition: transform .18s ease, color .18s ease, border-color .18s ease, background .18s ease;
}

.portfolio .portfolio-links a i{
  font-size: 18px;
  line-height: 0;
}

.portfolio .portfolio-links a:hover{
  transform: translateY(-2px);
  color: rgba(20,24,30,0.92);
  border-color: rgba(var(--brand-primary-rgb), 0.30);
  background: rgba(255,255,255,0.92);
}

/* ---------- Bottom info bar ---------- */
.portfolio .portfolio-info{
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 14px;
  z-index: 3;

  opacity: 0;
  transform: translateY(10px);
  transition: opacity .22s ease, transform .22s ease;

  padding: 14px 14px 12px;
  border-radius: 18px;

  background: rgba(255,255,255,0.88);
  border: 1px solid rgba(0,0,0,0.06);
  backdrop-filter: blur(10px);
  box-shadow: 0 18px 55px rgba(0,0,0,0.12);
}

.portfolio .portfolio-info h4{
  margin: 0 0 2px;
  font-size: 16px;
  font-weight: 900;
  color: rgba(20,24,30,0.92);
  letter-spacing: .2px;
}

.portfolio .portfolio-info p{
  margin: 0;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  color: rgba(20,24,30,0.55);
}

/* ---------- Hover (desktop) ---------- */
.portfolio .portfolio-wrap:hover::before{
  opacity: 1;
}

.portfolio .portfolio-wrap:hover img{
  transform: scale(1.08);
  filter: saturate(1.08) contrast(1.05);
}

.portfolio .portfolio-wrap:hover .portfolio-links{
  opacity: 1;
  transform: translateY(0);
}

.portfolio .portfolio-wrap:hover .portfolio-info{
  opacity: 1;
  transform: translateY(0);
}

/* ---------- Responsive ---------- */
@media (max-width: 991px){
  .portfolio{
    padding: 72px 0 54px;
  }
  .portfolio .portfolio-wrap img{
    height: 240px;
  }
}

@media (max-width: 575px){
  .portfolio #portfolio-flters{
    border-radius: 18px;
    padding: 10px;
  }
  .portfolio #portfolio-flters li{
    padding: 10px 12px;
    font-size: 12px;
  }
  .portfolio .portfolio-wrap{
    border-radius: 18px;
  }
  .portfolio .portfolio-wrap img{
    height: 220px;
  }
}

/* Respect reduced motion */
@media (prefers-reduced-motion: reduce){
  .portfolio *{
    transition: none !important;
  }
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: var(--color-white);
  opacity: 1;
  border: 1px solid var(--color-primary);
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--color-primary);
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px var(--shadow-portfolio-info);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--color-border-soft);
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}
/*--------------------------------------------------------------
# Teams
--------------------------------------------------------------*/

.team{
  padding: 96px 0 70px;
  position: relative;
  overflow: hidden;
}

.team::before{
  content:"";
  position:absolute;
  inset:-40%;
  background:
    radial-gradient(circle at 20% 20%, rgba(255,193,7,0.12), transparent 55%),
    radial-gradient(circle at 80% 40%, rgba(52,183,167,0.08), transparent 55%),
    radial-gradient(circle at 50% 100%, rgba(17,17,17,0.06), transparent 60%);
  pointer-events:none;
}

.team .container{ position: relative; z-index: 1; }

/* Center version for headings */
.sec-head--center{
  text-align: center;
  margin-bottom: 34px;
}
.sec-head--center .sec-eyebrow{
  justify-content: center;
}

/* Stage */
.team-stage{
  position: relative;
  border-radius: 28px;
  padding: 46px 26px 56px;

  background:
    radial-gradient(circle at 50% 30%, rgba(255,255,255,0.06), transparent 55%),
    linear-gradient(180deg, rgba(7,10,20,0.94) 0%, rgba(6,8,18,0.96) 100%);

  border: 1px solid rgba(255,255,255,0.06);
  box-shadow: 0 40px 120px rgba(0,0,0,0.45);
  overflow: hidden;
}

/* subtle arch glow like your sample */
.team-stage::after{
  content:"";
  position:absolute;
  left: 50%;
  top: 34px;
  width: 720px;
  height: 380px;
  transform: translateX(-50%);
  border-radius: 999px;
  border: 1px solid rgba(170,190,255,0.14);
  opacity: .55;
  pointer-events:none;
}

/* Rail (scroll-snap carousel feel) */
.team-rail{
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(240px, 280px);
  gap: 18px;

  overflow-x: auto;
  padding: 10px 8px 8px;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}
.team-rail::-webkit-scrollbar{ display:none; }

.tcard{
  scroll-snap-align: center;
  border-radius: 22px;
  overflow: hidden;
  position: relative;

  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 22px 70px rgba(0,0,0,0.35);
  transform: translateZ(0);

  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.tcard-media{
  height: 320px;
  position: relative;
  overflow: hidden;
  background: rgba(255,255,255,0.06);
}

.tcard-media img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
  transition: transform .55s ease, filter .55s ease;
  filter: saturate(1.05) contrast(1.05);
}

/* soft vignette */
.tcard-media::after{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 50% 20%, rgba(255,255,255,0.10), transparent 55%),
    linear-gradient(180deg, rgba(0,0,0,0.00) 35%, rgba(0,0,0,0.65) 100%);
  opacity: .95;
  pointer-events:none;
}

/* Body */
.tcard-body{
  padding: 14px 16px 16px;
  color: rgba(255,255,255,0.92);
}

.tcard-body h4{
  margin: 0;
  font-weight: 900;
  letter-spacing: .2px;
  font-size: 18px;
}

.trole{
  margin: 6px 0 12px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.9px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.62);
}

/* Social */
.tsocial{
  display: flex;
  gap: 10px;
}

.tsocial a{
  width: 36px;
  height: 36px;
  border-radius: 12px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  color: rgba(255,255,255,0.72);
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.10);

  transition: transform .18s ease, background .18s ease, border-color .18s ease, color .18s ease;
}

.tsocial a:hover{
  transform: translateY(-2px);
  color: rgba(255,255,255,0.92);
  background: rgba(var(--brand-primary-rgb), 0.18);
  border-color: rgba(var(--brand-primary-rgb), 0.30);
}

/* Hover lift */
.tcard:hover{
  transform: translateY(-6px);
  border-color: rgba(var(--brand-primary-rgb), 0.28);
  box-shadow: 0 30px 90px rgba(0,0,0,0.45);
}
.tcard:hover .tcard-media img{
  transform: scale(1.09);
  filter: saturate(1.12) contrast(1.08);
}

/* Nav buttons */
.team-nav{
  position:absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;

  width: 44px;
  height: 44px;
  border-radius: 999px;

  border: 1px solid rgba(255,255,255,0.14);
  background: rgba(0,0,0,0.20);
  color: rgba(255,255,255,0.82);

  display: inline-flex;
  align-items: center;
  justify-content: center;

  box-shadow: 0 16px 40px rgba(0,0,0,0.35);
  backdrop-filter: blur(10px);

  transition: transform .18s ease, background .18s ease, border-color .18s ease;
}

.team-nav:hover{
  transform: translateY(-50%) scale(1.04);
  background: rgba(0,0,0,0.32);
  border-color: rgba(var(--brand-primary-rgb), 0.28);
}

.team-nav--prev{ left: 14px; }
.team-nav--next{ right: 14px; }

/* Dots */
.team-dots{
  position:absolute;
  left: 50%;
  bottom: 18px;
  transform: translateX(-50%);
  display:flex;
  gap: 10px;
  opacity: .8;
}

.team-dots .dot{
  width: 26px;
  height: 3px;
  border-radius: 999px;
  background: rgba(255,255,255,0.18);
}
.team-dots .dot.is-active{
  background: rgba(var(--brand-primary-rgb), 0.70);
}

/* Stage stays the same (keep your existing .team-stage styles) */

/* Grid */
.team-grid{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  padding: 10px 8px 8px;
}

/* Make cards feel “featured” like the screenshot */
.team-grid .tcard:nth-child(2){
  transform: translateY(-10px);
}
.team-grid .tcard:nth-child(3){
  transform: translateY(-6px);
}

@media (max-width: 1199px){
  .team-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .team-grid .tcard:nth-child(2),
  .team-grid .tcard:nth-child(3){
    transform: none;
  }
}

@media (max-width: 575px){
  .team-grid{
    grid-template-columns: 1fr;
  }
}


/* Responsive */
@media (max-width: 575px){
  .team-stage{
    padding: 38px 14px 52px;
    border-radius: 22px;
  }
  .team-nav{ display:none; } /* swipe on mobile */
  .tcard-media{ height: 300px; }
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce){
  .team *{ transition: none !important; }
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing{
  padding: 96px 0 80px;
  position: relative;
  overflow: hidden;
}

/* soft background glow like other sections */
.pricing::before{
  content:"";
  position:absolute;
  inset:-40%;
  background:
    radial-gradient(circle at 15% 30%, rgba(255,193,7,0.12), transparent 55%),
    radial-gradient(circle at 85% 35%, rgba(52,183,167,0.10), transparent 55%),
    radial-gradient(circle at 50% 110%, rgba(17,17,17,0.06), transparent 55%);
  pointer-events:none;
}

/* ---------- shared heading style (same vibe as your “OUR SERVICES” image) ---------- */
.section-head{
  max-width: 980px;
  margin: 0 auto 44px;
  position: relative;
  z-index: 1;
}

.section-head .kicker{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  margin-bottom: 10px;
}

.section-head .kdot{
  width: 36px;
  height: 36px;
  border-radius: 999px;
  background: rgba(255,193,7,0.18);
  position: relative;
}
.section-head .kdot::after{
  content:"";
  position:absolute;
  inset: 11px;
  border-radius: 999px;
  background: rgba(255,193,7,0.95);
}

.section-head .ktext{
  font-weight: 900;
  letter-spacing: 0.24em;
  font-size: 13px;
  color: rgba(20,24,30,0.55);
  text-transform: uppercase;
}

.section-head .h-hero{
  margin: 0 0 12px;
  font-weight: 1000;
  letter-spacing: 0.02em;
  font-size: clamp(40px, 4.2vw, 68px);
  color: var(--color-brand-navy);
  text-transform: uppercase;
}

.section-head .lead{
  margin: 0 auto;
  max-width: 860px;
  font-size: 16px;
  line-height: 1.75;
  color: var(--color-text-soft);
}

/* ---------- grid ---------- */
.pricing-grid{
  display:grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  position: relative;
  z-index: 1;
}

/* ---------- cards ---------- */
.p-card{
  background: rgba(255,255,255,0.88);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(0,0,0,0.06);
  border-radius: 26px;
  padding: 26px 22px 22px;
  box-shadow: 0 24px 70px rgba(0,0,0,0.10);
  position: relative;
  overflow: hidden;
  transform: translateZ(0);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

/* top hairline */
.p-card::before{
  content:"";
  position:absolute;
  left: 18px;
  right: 18px;
  top: 12px;
  height: 3px;
  border-radius: 999px;
  background: rgba(255,193,7,0.55);
  opacity: .65;
}

.p-top{
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(0,0,0,0.06);
  margin-bottom: 16px;
}

.p-name{
  margin: 0 0 10px;
  font-weight: 900;
  letter-spacing: 0.2px;
  font-size: 20px;
  color: var(--color-brand-navy);
}

.p-price{
  display:flex;
  align-items: flex-end;
  gap: 6px;
  margin-bottom: 10px;
}

.p-currency{
  font-weight: 900;
  color: var(--color-brand-navy);
  opacity: .9;
  transform: translateY(-6px);
}

.p-amount{
  font-size: 52px;
  line-height: 1;
  font-weight: 1000;
  color: var(--color-brand-navy);
}

.p-period{
  color: rgba(20,24,30,0.55);
  font-weight: 700;
  margin-bottom: 6px;
}

.p-desc{
  margin: 0;
  color: var(--color-text-soft);
  line-height: 1.65;
  font-size: 14px;
}

/* feature list */
.p-list{
  list-style:none;
  padding: 0;
  margin: 0 0 18px;
  display: grid;
  gap: 10px;
  color: rgba(20,24,30,0.78);
}

.p-list li{
  position: relative;
  padding-left: 26px;
  line-height: 1.45;
  font-size: 14px;
}

.p-list li::before{
  content:"";
  position:absolute;
  left: 0;
  top: 6px;
  width: 16px;
  height: 16px;
  border-radius: 6px;
  background: rgba(52,183,167,0.12);
  border: 1px solid rgba(52,183,167,0.22);
}

.p-list li::after{
  content:"";
  position:absolute;
  left: 5px;
  top: 10px;
  width: 7px;
  height: 4px;
  border-left: 2px solid rgba(52,183,167,0.95);
  border-bottom: 2px solid rgba(52,183,167,0.95);
  transform: rotate(-45deg);
}

.p-list li.na{
  opacity: .55;
  text-decoration: line-through;
}
.p-list li.na::before{
  background: rgba(0,0,0,0.06);
  border-color: rgba(0,0,0,0.10);
}
.p-list li.na::after{
  border-color: rgba(0,0,0,0.25);
}

/* buttons */
.p-btn{
  display:flex;
  align-items:center;
  justify-content:center;
  gap: 8px;
  padding: 12px 14px;
  border-radius: 16px;
  font-weight: 900;
  letter-spacing: 0.02em;
  text-decoration:none;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease, border-color .2s ease;
  user-select:none;
}

.p-btn-ghost{
  background: rgba(255,255,255,0.7);
  color: var(--color-brand-navy);
  border: 1px solid rgba(0,0,0,0.08);
}

.p-btn-solid{
  background: var(--color-primary);
  color: var(--color-brand-navy);
  border: 1px solid rgba(0,0,0,0.06);
  box-shadow: 0 16px 40px rgba(255,193,7,0.25);
}

.p-btn:hover{
  transform: translateY(-2px);
  box-shadow: 0 18px 55px rgba(0,0,0,0.12);
}

/* featured middle plan */
.p-featured{
  background: rgba(255,255,255,0.94);
  border-color: rgba(255,193,7,0.22);
  box-shadow: 0 28px 85px rgba(0,0,0,0.14);
  transform: translateY(-10px);
}

.p-featured::before{
  background: rgba(255,193,7,0.95);
  opacity: 1;
}

.p-badge{
  position:absolute;
  top: 14px;
  right: 14px;
  background: rgba(255,193,7,0.18);
  border: 1px solid rgba(255,193,7,0.26);
  color: rgba(20,24,30,0.75);
  font-weight: 1000;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 8px 10px;
  border-radius: 999px;
  margin-top: 8px;
}

.p-note{
  margin-top: 12px;
  font-size: 12px;
  color: rgba(20,24,30,0.55);
  text-align: center;
}

/* hover */
.p-card:hover{
  transform: translateY(-6px);
  border-color: rgba(255,193,7,0.22);
  box-shadow: 0 34px 95px rgba(0,0,0,0.16);
}

.p-featured:hover{
  transform: translateY(-14px);
}

/* responsive */
@media (max-width: 991px){
  .pricing{
    padding: 76px 0 60px;
  }
  .pricing-grid{
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .p-featured{
    transform: none;
  }
  .p-featured:hover{
    transform: translateY(-6px);
  }
}

/* reduced motion */
@media (prefers-reduced-motion: reduce){
  .p-card, .p-btn{
    transition: none !important;
  }
}

/*--------------------------------------------------------------
# FAQ
--------------------------------------------------------------*/
.faq{
  padding: 96px 0 80px;
  position: relative;
  overflow: hidden;
}

.faq::before{
  content:"";
  position:absolute;
  inset:-40%;
  background:
    radial-gradient(circle at 18% 25%, rgba(255,193,7,0.12), transparent 55%),
    radial-gradient(circle at 82% 30%, rgba(52,183,167,0.10), transparent 55%),
    radial-gradient(circle at 50% 115%, rgba(17,17,17,0.06), transparent 55%);
  pointer-events:none;
}

/* layout */
.faq-shell{
  display:grid;
  grid-template-columns: 1.6fr .8fr;
  gap: 18px;
  align-items: start;
  position: relative;
  z-index: 1;
}

/* accordion base */
.faq-acc{
  background: rgba(255,255,255,0.72);
  border: 1px solid rgba(0,0,0,0.06);
  border-radius: 28px;
  padding: 14px;
  box-shadow: 0 28px 80px rgba(0,0,0,0.10);
  backdrop-filter: blur(12px);
}

/* item */
.faq-item{
  border: 0;
  background: transparent;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 10px;
}

.faq-item:last-child{ margin-bottom: 0; }

.faq-item .accordion-header{ margin: 0; }

.faq-item .accordion-button{
  background: rgba(255,255,255,0.84);
  border: 1px solid rgba(0,0,0,0.06);
  border-radius: 20px;
  padding: 18px 18px;
  font-weight: 900;
  color: var(--color-brand-navy);
  box-shadow: 0 16px 45px rgba(0,0,0,0.08);
  gap: 14px;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.faq-item .accordion-button:focus{
  box-shadow: 0 18px 55px rgba(0,0,0,0.10);
  border-color: rgba(255,193,7,0.22);
}

/* remove default bootstrap arrow background */
.faq-item .accordion-button::after{
  filter: grayscale(1);
  opacity: .75;
}

/* number chip (replaces icon) */
.faq-num{
  width: 40px;
  height: 40px;
  border-radius: 14px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight: 1000;
  letter-spacing: .02em;
  color: rgba(20,24,30,0.78);
  background: rgba(255,193,7,0.14);
  border: 1px solid rgba(255,193,7,0.24);
  flex: 0 0 auto;
}

.faq-q{
  font-size: 16px;
  line-height: 1.35;
}

/* open state */
.faq-item .accordion-button:not(.collapsed){
  transform: translateY(-2px);
  border-color: rgba(255,193,7,0.25);
  box-shadow: 0 22px 70px rgba(0,0,0,0.12);
}

/* body */
.faq-item .accordion-collapse{
  border: 0;
}

.faq-item .accordion-body{
  padding: 14px 18px 20px;
  color: var(--color-text-soft);
  line-height: 1.75;
  font-size: 15px;
}

/* aside card */
.faq-aside{
  position: sticky;
  top: 110px;
}

.faq-help{
  border-radius: 28px;
  background: rgba(255,255,255,0.84);
  border: 1px solid rgba(0,0,0,0.06);
  box-shadow: 0 28px 80px rgba(0,0,0,0.10);
  backdrop-filter: blur(12px);
  padding: 22px;
  overflow: hidden;
  position: relative;
}

.faq-help::before{
  content:"";
  position:absolute;
  inset:-40%;
  background:
    radial-gradient(circle at 20% 20%, rgba(255,193,7,0.20), transparent 55%),
    radial-gradient(circle at 80% 30%, rgba(52,183,167,0.14), transparent 55%);
  pointer-events:none;
}

.faq-help-kicker{
  font-weight: 1000;
  letter-spacing: .22em;
  font-size: 12px;
  color: rgba(20,24,30,0.55);
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}

.faq-help-title{
  margin-top: 8px;
  font-size: 22px;
  font-weight: 1000;
  color: var(--color-brand-navy);
  position: relative;
  z-index: 1;
}

.faq-help-text{
  margin: 10px 0 16px;
  color: var(--color-text-soft);
  line-height: 1.7;
  font-size: 14px;
  position: relative;
  z-index: 1;
}

.faq-help-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding: 12px 14px;
  border-radius: 16px;
  font-weight: 900;
  text-decoration:none;
  background: var(--color-primary);
  color: var(--color-brand-navy);
  border: 1px solid rgba(0,0,0,0.06);
  box-shadow: 0 16px 40px rgba(255,193,7,0.22);
  transition: transform .2s ease, box-shadow .2s ease;
  position: relative;
  z-index: 1;
}

.faq-help-btn:hover{
  transform: translateY(-2px);
  box-shadow: 0 22px 60px rgba(0,0,0,0.12);
}

/* responsive */
@media (max-width: 991px){
  .faq{
    padding: 76px 0 60px;
  }
  .faq-shell{
    grid-template-columns: 1fr;
  }
  .faq-aside{
    position: static;
  }
}
@media (prefers-reduced-motion: reduce){
  .faq-item .accordion-button,
  .faq-help-btn{
    transition: none !important;
  }
}


/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact-modern{
  padding: 96px 0 90px;
  position: relative;
  overflow: hidden;
}

/* Keep your soft glow style (but dark) */
.contact-modern::before{
  content:"";
  position:absolute;
  inset:-40%;
  background:
    radial-gradient(circle at 15% 20%, rgba(255,193,7,0.16), transparent 55%),
    radial-gradient(circle at 85% 30%, rgba(52,183,167,0.14), transparent 55%),
    radial-gradient(circle at 50% 110%, rgba(17,17,17,0.10), transparent 55%);
  pointer-events:none;
}

/* Dark stage */
.contact-stage{
  position: relative;
  z-index: 1;
  border-radius: 34px;
  padding: 34px;
  background: radial-gradient(circle at 20% 10%, rgba(255,255,255,0.06), transparent 60%),
              radial-gradient(circle at 80% 0%, rgba(255,255,255,0.04), transparent 55%),
              rgba(8,10,12,0.92);
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 35px 120px rgba(0,0,0,0.55);
}

/* Intro */
.contact-intro{
  position: relative;
  min-height: 100%;
  padding: 10px 10px 10px 0;
}

.contact-intro .watermark{
  position:absolute;
  left: -8px;
  top: -28px;
  font-size: clamp(48px, 6vw, 96px);
  font-weight: 1000;
  letter-spacing: -0.03em;
  color: rgba(255,255,255,0.06);
  pointer-events:none;
  user-select:none;
}

.contact-intro .c-title{
  margin: 6px 0 12px;
  font-size: clamp(32px, 3.2vw, 44px);
  font-weight: 1000;
  color: rgba(255,255,255,0.92);
}

.contact-intro .c-title .arrow{
  opacity: .75;
  margin-left: 6px;
}

.contact-intro .c-sub{
  margin: 0 0 18px;
  color: rgba(255,255,255,0.62);
  line-height: 1.7;
  font-size: 15px;
  max-width: 420px;
}

/* bullets */
.c-bullets{
  margin: 0 0 18px;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.c-bullets li{
  display:flex;
  align-items:center;
  gap: 12px;
  color: rgba(255,255,255,0.62);
  font-size: 14px;
}

.c-bullets .tick{
  width: 22px;
  height: 22px;
  border-radius: 999px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.10);
  position: relative;
  flex: 0 0 auto;
}

.c-bullets .tick::after{
  content:"";
  position:absolute;
  left: 7px;
  top: 6px;
  width: 7px;
  height: 4px;
  border-left: 2px solid rgba(255,255,255,0.82);
  border-bottom: 2px solid rgba(255,255,255,0.82);
  transform: rotate(-45deg);
}

/* socials */
.c-social{
  display:flex;
  gap: 10px;
  margin-top: 18px;
}

.c-social a{
  width: 40px;
  height: 40px;
  border-radius: 14px;
  display:flex;
  align-items:center;
  justify-content:center;
  color: rgba(255,255,255,0.78);
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.10);
  transition: transform .2s ease, background .2s ease, color .2s ease;
}

.c-social a:hover{
  transform: translateY(-2px);
  background: rgba(255,193,7,0.16);
  color: rgba(255,255,255,0.92);
}

/* Form card */
.contact-card{
  height: 100%;
  border-radius: 28px;
  padding: 18px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.10);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.06);
}

/* override the template form box */
.contact-modern .php-email-form{
  box-shadow: none;
  padding: 0;
  background: transparent;
}

.c-form .form-control{
  border-radius: 18px !important;
  border: 1px solid rgba(255,255,255,0.12) !important;
  background: rgba(255,255,255,0.06) !important;
  color: rgba(255,255,255,0.88) !important;
  padding: 14px 16px !important;
  box-shadow: none !important;
  font-size: 14px;
}

.c-form textarea.form-control{
  border-radius: 22px !important;
  min-height: 220px;
  resize: vertical;
}

.c-form .form-control::placeholder{
  color: rgba(255,255,255,0.38);
}

.c-form .form-control:focus{
  border-color: rgba(255,193,7,0.40) !important;
  box-shadow: 0 0 0 4px rgba(255,193,7,0.12) !important;
}

/* submit button */
.c-submit{
  width: 100%;
  margin-top: 14px;
  border: 0;
  border-radius: 999px;
  padding: 14px 18px;
  font-weight: 900;
  letter-spacing: .02em;
  background: rgba(255,255,255,0.92);
  color: rgba(10,12,14,0.92);
  transition: transform .2s ease, box-shadow .2s ease;
}

.c-submit:hover{
  transform: translateY(-2px);
  box-shadow: 0 22px 70px rgba(0,0,0,0.35);
}

/* fix template message blocks inside dark card */
.contact-modern .php-email-form .loading,
.contact-modern .php-email-form .error-message,
.contact-modern .php-email-form .sent-message{
  border-radius: 14px;
}

/* bottom info cards */
.c-mini{
  border-radius: 22px;
  padding: 18px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.10);
  box-shadow: 0 22px 70px rgba(0,0,0,0.25);
  min-height: 110px;
  position: relative;
  overflow: hidden;
}

.c-mini::before{
  content:"";
  position:absolute;
  inset:-60%;
  background: radial-gradient(circle at 30% 20%, rgba(255,193,7,0.18), transparent 55%);
  pointer-events:none;
}

.c-mini-ico{
  width: 38px;
  height: 38px;
  border-radius: 14px;
  display:flex;
  align-items:center;
  justify-content:center;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.10);
  color: rgba(255,255,255,0.88);
}

.c-mini-title{
  margin-top: 10px;
  font-weight: 900;
  color: rgba(255,255,255,0.90);
}

.c-mini-text{
  margin-top: 4px;
  color: rgba(255,255,255,0.55);
  font-size: 14px;
}

/* Responsive */
@media (max-width: 991px){
  .contact-stage{ padding: 22px; }
  .contact-intro{ padding: 0; }
  .contact-intro .watermark{ left: -4px; top: -20px; }
  .c-form textarea.form-control{ min-height: 180px; }
}

@media (max-width: 575px){
  .contact-modern{ padding: 76px 0 70px; }
  .contact-stage{ border-radius: 26px; }
  .contact-card{ border-radius: 22px; padding: 14px; }
  .c-submit{ padding: 13px 16px; }
}

/* Respect reduced motion */
@media (prefers-reduced-motion: reduce){
  .c-social a, .c-submit{ transition: none !important; }
}


/*--------------------------------------------------------------
# Footer (Modern)
--------------------------------------------------------------*/
.site-footer{
  position: relative;
  padding: 70px 0 40px;
  background: transparent;
  overflow: hidden;
}

/* Soft ambient glow like other sections */
.site-footer::before{
  content:"";
  position:absolute;
  inset:-40%;
  background:
    radial-gradient(circle at 15% 20%, rgba(255,193,7,0.14), transparent 55%),
    radial-gradient(circle at 85% 25%, rgba(52,183,167,0.12), transparent 55%),
    radial-gradient(circle at 50% 110%, rgba(17,17,17,0.08), transparent 55%);
  pointer-events:none;
}

/* Main footer shell */
.footer-card{
  position: relative;
  z-index: 1;
  border-radius: 34px;
  padding: 42px 40px 0;
  background: rgba(255,255,255,0.92);
  border: 1px solid rgba(0,0,0,0.06);
  box-shadow: 0 30px 90px rgba(0,0,0,0.10);
  overflow: hidden;
}

/* faint grid texture */
.footer-card::after{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(to right, rgba(0,0,0,0.03) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(0,0,0,0.03) 1px, transparent 1px);
  background-size: 48px 48px;
  opacity: .25;
  pointer-events:none;
}

.footer-top{
  position: relative;
  z-index: 2;
  padding-bottom: 26px;
}

/* Brand */
.footer-brand{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 1000;
  font-size: 22px;
  letter-spacing: -0.02em;
  color: var(--color-brand-navy);
  text-decoration: none;
}

.footer-brand .brand-dot{
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: var(--color-primary);
  box-shadow: 0 10px 25px rgba(255,193,7,0.35);
}

.footer-desc{
  margin: 14px 0 16px;
  color: var(--color-text-soft);
  line-height: 1.7;
  max-width: 360px;
}

/* Titles */
.footer-title{
  margin: 0 0 14px;
  font-weight: 1000;
  font-size: 14px;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  color: rgba(20,24,30,0.80);
}

/* Links */
.footer-links{
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 10px;
}

.footer-links a{
  color: rgba(20,24,30,0.70);
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  transition: color .2s ease, transform .2s ease;
}

.footer-links a:hover{
  color: var(--color-primary);
  transform: translateX(2px);
}

/* Social */
.footer-social{
  display: flex;
  gap: 10px;
}

.footer-social a{
  width: 40px;
  height: 40px;
  border-radius: 14px;
  display:flex;
  align-items:center;
  justify-content:center;
  background: rgba(0,0,0,0.04);
  border: 1px solid rgba(0,0,0,0.06);
  color: rgba(20,24,30,0.70);
  transition: transform .2s ease, background .2s ease, color .2s ease, box-shadow .2s ease;
}

.footer-social a:hover{
  transform: translateY(-2px);
  background: rgba(255,193,7,0.15);
  color: rgba(20,24,30,0.90);
  box-shadow: 0 16px 40px rgba(0,0,0,0.10);
}

/* Newsletter */
.footer-note{
  margin: 0 0 14px;
  color: var(--color-text-soft);
  line-height: 1.6;
}

.footer-newsletter{
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px;
  border-radius: 999px;
  background: rgba(255,255,255,0.75);
  border: 1px solid rgba(0,0,0,0.06);
  box-shadow: 0 16px 45px rgba(0,0,0,0.08);
}

.footer-newsletter input{
  border: 0;
  outline: none;
  background: transparent;
  padding: 10px 12px;
  width: 100%;
  font-weight: 700;
  font-size: 14px;
  color: rgba(20,24,30,0.85);
}

.footer-newsletter input::placeholder{
  color: rgba(20,24,30,0.45);
}

.footer-newsletter button{
  border: 0;
  outline: none;
  border-radius: 999px;
  padding: 10px 16px;
  font-weight: 900;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--color-brand-navy);
  color: var(--color-white);
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
  white-space: nowrap;
}

.footer-newsletter button i{
  font-size: 18px;
}

.footer-newsletter button:hover{
  transform: translateY(-1px);
  background: var(--color-primary);
  box-shadow: 0 18px 55px rgba(0,0,0,0.15);
}

/* Contact mini */
.footer-contact{
  margin-top: 14px;
  display: grid;
  gap: 10px;
}

.fc-item{
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(20,24,30,0.65);
  font-weight: 700;
}

.fc-item i{
  width: 34px;
  height: 34px;
  border-radius: 14px;
  display:flex;
  align-items:center;
  justify-content:center;
  background: rgba(0,0,0,0.04);
  border: 1px solid rgba(0,0,0,0.06);
  color: rgba(20,24,30,0.70);
}

.fc-item a{
  color: rgba(20,24,30,0.70);
  text-decoration: none;
}

.fc-item a:hover{
  color: var(--color-primary);
}

/* Bottom bar */
.footer-bottom{
  position: relative;
  z-index: 2;
  margin-top: 26px;
  padding: 18px 0 22px;
  border-top: 1px solid rgba(0,0,0,0.06);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.footer-copy{
  font-size: 13px;
  color: rgba(20,24,30,0.65);
}

.footer-mini-links{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
}

.footer-mini-links a{
  color: rgba(20,24,30,0.65);
  text-decoration: none;
  font-weight: 800;
}

.footer-mini-links a:hover{
  color: var(--color-primary);
}

.footer-mini-links .dot{
  color: rgba(20,24,30,0.35);
}

/* Responsive */
@media (max-width: 991px){
  .footer-card{ padding: 34px 22px 0; border-radius: 28px; }
}

@media (max-width: 575px){
  .site-footer{ padding: 60px 0 34px; }
  .footer-bottom{ flex-direction: column; text-align: center; }
  .footer-newsletter{ flex-direction: column; border-radius: 22px; align-items: stretch; }
  .footer-newsletter button{ justify-content: center; }
}
