/* Cleaned and organized Roraima CSS
   Duplicate selectors merged, repeated declarations removed, and sections grouped.
*/

/* =========================
   Base / Variables
   ========================= */
:root {
  --navy: #061b46;
  --deep: #041b3f;
  --blue: #0b74ff;
  --sky: #4db8ff;
  --cyan: #00a3ff;
  --ink: #102033;
  --muted: #65748b;
  --line: #dce7f7;
  --soft: #f4f9ff;
  --white: #fff;
  --green: #11a77a;
  --shadow: 0 24px 70px rgba(0, 55, 130, .14);
  --radius: 22px;
  --blue2: #38a8ff;
  --text: #53657d;
  --dark: #041b46;
}

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

body {
  margin: 0;
  font-family: Inter, Arial, sans-serif;
  color: var(--navy);
  background: #fff;
  line-height: 1.65;
  overflow-x: hidden;
}

table {
  width: 100%;
  border-collapse: collapse;
}

th, td {
  padding: 15px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

th {
  background: #f3f8ff;
  color: var(--navy);
}

html {
  scroll-behavior: smooth;
}

/* =========================
   Header / Navigation
   ========================= */
.brand-tree {
  display: grid;
  gap: 18px;
  justify-items: center;
}

.brand-main {
  background: var(--navy);
  color: white;
  padding: 18px 32px;
  border-radius: 18px;
  font-weight: 950;
}

.brand-children {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  width: 100%;
}

.brand-child {
  background: #e9f4ff;
  color: var(--navy);
  padding: 18px;
  border-radius: 18px;
  text-align: center;
  font-weight: 900;
  border: 1px solid var(--line);
}

.brand-text h2 {
  font-size: clamp(2rem, 4vw, 3.4rem);
  color: #061b46;
  line-height: 1.1;
  margin: 14px 0;
}

.brand-text p {
  color: #53657d;
  font-size: 1.05rem;
  line-height: 1.8;
}

.brand-image-card:hover {
  transform: translateY(-12px) scale(1.02);
  box-shadow: 0 45px 100px rgba(0, 58, 140, 0.22);
}

.about-content h2, .brand-text h2 {
  font-size: clamp(1.2rem, 2vw, 2rem);
  line-height: 1.1;
  color: #061b46;
}

.about-content p, .brand-text p {
  color: #52647d;
  line-height: 1.85;
  font-size: 1.05rem;
}

.brand-structure-section {
  overflow: hidden;
  padding: 100px 0;
  background: linear-gradient(135deg, #ffffff, #f3f8ff);
}

.brand-structure-container {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 55px;
  align-items: center;
}

.brand-image-card {
  border: 1px solid rgba(0, 80, 180, 0.08);
  transition: 0.5s ease;
  background: #fff;
  border-radius: 30px;
  padding: 24px;
  box-shadow: 0 35px 90px rgba(0, 55, 130, 0.15);
  animation: floatImage 5s ease-in-out infinite;
}

.brand-image-card img {
  display: block;
  width: 100%;
  border-radius: 20px;
}

.topbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: rgba(255, 255, 255, .88);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(11, 116, 255, .08);
  box-shadow: 0 14px 40px rgba(0, 31, 84, .06);
}

.nav {
  padding: 12px 0;
  height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.brand img {
  width: 155px;
  height: 60px;
  display: block;
}

.menu {
  display: none;
  background: rgba(11, 116, 255, .08);
  border: 0;
  border-radius: 12px;
  padding: 8px 12px;
  font-size: 1.45rem;
  color: var(--navy);
  cursor: pointer;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 24px;
}

.nav-links a {
  color: var(--navy);
  text-decoration: none;
  font-size: .93rem;
  font-weight: 800;
  transition: .3s;
}

.nav-links a:hover, .nav-links a.active {
  color: var(--blue);
}

.nav-actions {
  align-items: center;
  display: flex;
  gap: 12px;
}

/* =========================
   Hero Sections / Sliders / Orbits
   ========================= */
.hero {
  position: relative;
  overflow: hidden;
  background: radial-gradient(circle at 78% 28%, rgba(77, 184, 255, .25), transparent 36%), linear-gradient(135deg, #ffffff 0%, #eef7ff 44%, #d6ecff 100%);
  min-height: 760px;
  display: flex;
  align-items: center;
}

.hero:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 55%;
  background: linear-gradient(90deg, rgba(255, 255, 255, .97), rgba(255, 255, 255, .55)), url("../images/roraima-logo.png") center/contain no-repeat;
  opacity: .55;
}

.hero:after {
  content: "";
  position: absolute;
  inset: auto -10% -35% -10%;
  height: 360px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), white);
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 40px;
  align-items: center;
  position: relative;
  z-index: 2;
}

.hero h1, .page-hero h1 {
  font-size: clamp(42px, 6vw, 78px);
  line-height: 1.02;
  margin: 10px 0 20px;
  color: var(--navy);
  letter-spacing: -.055em;
}

.hero h1 span, .blue {
  color: var(--blue);
}

.hero-card {
  background: rgba(255, 255, 255, .78);
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 34px;
  padding: 26px;
  box-shadow: var(--shadow);
  backdrop-filter: blur(12px);
}

.hero-card img {
  width: 100%;
  border-radius: 28px;
  display: block;
}

.hero-buttons {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 30px;
}

.page-hero {
  padding: 92px 0;
  background: linear-gradient(135deg, #f7fbff, #e4f3ff);
  border-bottom: 1px solid var(--line);
}

.hero.hero-split {
  min-height: 780px;
  background: radial-gradient(circle at 16% 18%, rgba(77, 184, 255, .18), transparent 32%), radial-gradient(circle at 92% 22%, rgba(11, 115, 232, .14), transparent 34%), linear-gradient(135deg, #ffffff 0%, #f3f9ff 48%, #e8f5ff 100%);
  overflow: hidden;
}

.hero.hero-split:before {
  content: "";
  position: absolute;
  right: -18%;
  top: 8%;
  width: 760px;
  height: 760px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(11, 115, 232, .12), rgba(77, 184, 255, .05));
  opacity: 1;
}

.hero.hero-split:after {
  content: "";
  position: absolute;
  left: -8%;
  bottom: -28%;
  width: 520px;
  border-radius: 50%;
  background: rgba(0, 163, 255, .08);
  height: 520px;
}

.hero-split .hero-grid {
  grid-template-columns: 1fr .95fr;
  gap: 58px;
}

.hero-copy {
  position: relative;
  z-index: 3;
}

.hero-copy h1 {
  max-width: 720px;
}

.hero-copy .lead {
  font-size: 18px;
  color: #40536b;
}

.hero-stats .stat {
  background: rgba(255, 255, 255, .86);
  box-shadow: 0 12px 34px rgba(6, 31, 74, .07);
  transition: .3s ease;
}

.hero-stats .stat:hover {
  transform: translateY(-6px);
  border-color: rgba(11, 115, 232, .35);
}

.hero-stats .stat span {
  display: block;
  color: #5e7086;
  font-size: 13px;
  line-height: 1.25;
  margin-top: 6px;
}

.hero-visual {
  position: relative;
  z-index: 3;
  min-height: 540px;
  display: flex;
  align-items: center;
  justify-content: center;
  perspective: 1200px;
}

.slider-shell {
  position: relative;
  width: 100%;
  max-width: 560px;
  min-height: 520px;
  border-radius: 36px;
  padding: 18px;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(135deg, #0b73e8, #4db8ff, #061f4a) border-box;
  border: 2px solid transparent;
  box-shadow: 0 35px 90px rgba(6, 31, 74, .18);
  overflow: hidden;
  animation: heroFloat 6s ease-in-out infinite;
}

.slider-shell:before {
  content: "";
  position: absolute;
  inset: -80px;
  background: conic-gradient(from 180deg, rgba(11, 115, 232, .22), transparent, rgba(77, 184, 255, .22), transparent);
  animation: spinSoft 14s linear infinite;
}

.hero-slide {
  position: absolute;
  inset: 18px;
  border-radius: 28px;
  overflow: hidden;
  opacity: 0;
  transform: scale(1.05) translateX(22px);
  transition: opacity 1s ease, transform 1.25s ease;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .45);
}

.hero-slide.active {
  opacity: 1;
  transform: scale(1) translateX(0);
}

.hero-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  animation: slowZoom 8s ease-in-out infinite;
}

.slide-caption {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 20px;
  border-radius: 22px;
  background: rgba(4, 27, 63, .72);
  color: #fff;
  backdrop-filter: blur(18px);
  box-shadow: 0 18px 50px rgba(4, 27, 63, .25);
  transform: translateY(18px);
  opacity: 0;
  transition: .8s ease .25s;
}

.hero-slide.active .slide-caption {
  transform: translateY(0);
  opacity: 1;
}

.slide-caption span {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(77, 184, 255, .22);
  border: 1px solid rgba(255, 255, 255, .28);
  font-weight: 900;
  color: #bde8ff;
}

.slide-caption strong {
  font-size: 18px;
  line-height: 1.2;
}

.slide-control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 8;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, .7);
  background: rgba(255, 255, 255, .78);
  color: var(--navy);
  font-size: 28px;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 10px 28px rgba(6, 31, 74, .12);
  transition: .25s ease;
}

.slide-control:hover {
  background: var(--blue);
  color: white;
  transform: translateY(-50%) scale(1.08);
}

.slide-control.prev {
  left: 28px;
}

.slide-control.next {
  right: 28px;
}

.hero-dots {
  position: absolute;
  left: 50%;
  bottom: 32px;
  transform: translateX(-50%);
  z-index: 9;
  display: flex;
  gap: 10px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .72);
  backdrop-filter: blur(14px);
}

.hero-dots .dot {
  width: 10px;
  height: 10px;
  border: 0;
  border-radius: 999px;
  background: #9fb8d8;
  cursor: pointer;
  transition: .3s ease;
}

.hero-dots .dot.active {
  width: 30px;
  background: var(--blue);
}

.about-hero {
  position: relative;
  min-height: 68vh;
  padding: 100px 0 70px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: radial-gradient(circle at top right, rgba(11,116,255,.15), transparent 35%), linear-gradient(135deg,#f7fbff 0%,#ffffff 55%,#eef6ff 100%);
}

.about-hero-image img {
  height: 420px;
  object-fit: contain;
  width: 100%;
  display: block;
}

.bulbs-hero {
  position: relative;
  min-height: 70vh;
  padding: 100px 0 70px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: radial-gradient(circle at 75% 40%, rgba(255,255,255,.95), transparent 20%), linear-gradient(135deg, #ffffff 0%, #f5f9ff 45%, #eaf4ff 100%);
}

.bulb {
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, #ffffff 0%, #ffffff 18%, #b9dcff 42%, rgba(11,116,255,.28) 70%, transparent 100%);
  box-shadow: 0 0 25px rgba(255,255,255,.9), 0 0 60px rgba(11,116,255,.35);
  opacity: .75;
  z-index: 2;
  animation: bulbFloat 8s ease-in-out infinite, bulbPulse 2.8s ease-in-out infinite;
}

.bulb::after {
  content: "";
  position: absolute;
  width: 24%;
  height: 16%;
  left: 38%;
  bottom: -7%;
  border-radius: 4px;
  background: #0b74ff;
  opacity: .55;
}

.bulb-1 {
  width: 60px;
  height: 60px;
  top: 12%;
  left: 8%;
}

.bulb-2 {
  width: 90px;
  height: 90px;
  top: 14%;
  left: 44%;
  animation-delay: 1s;
}

.bulb-3 {
  width: 115px;
  height: 115px;
  bottom: 10%;
  left: 42%;
  animation-delay: 1.8s;
}

.bulb-4 {
  width: 75px;
  height: 75px;
  top: 17%;
  right: 10%;
  animation-delay: .7s;
}

.bulb-5 {
  width: 42px;
  height: 42px;
  bottom: 18%;
  right: 20%;
  animation-delay: 2.4s;
}

.hero-lines {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 10% 20%, rgba(255,255,255,.9) 0 2px, transparent 3px), radial-gradient(circle at 30% 80%, rgba(255,255,255,.85) 0 3px, transparent 4px), radial-gradient(circle at 55% 30%, rgba(255,255,255,.95) 0 2px, transparent 3px), radial-gradient(circle at 77% 65%, rgba(255,255,255,.9) 0 3px, transparent 4px), radial-gradient(circle at 90% 20%, rgba(255,255,255,.9) 0 2px, transparent 3px);
  opacity: .9;
  animation: particleMove 8s ease-in-out infinite alternate;
  z-index: 1;
}

.hero-lines::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 20%, rgba(11,116,255,.08), transparent 45%), linear-gradient(25deg, transparent 55%, rgba(255,255,255,.7), transparent 75%);
  animation: lightSweep 6s linear infinite;
}

.service-bulbs-hero {
  position: relative;
  min-height: 74vh;
  padding: 105px 0 75px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: radial-gradient(circle at 72% 45%, rgba(255,255,255,.98), transparent 23%), linear-gradient(135deg, #ffffff 0%, #f6faff 45%, #eaf4ff 100%);
}

.about-hero-grid {
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
}

.about-hero-text {
  position: relative;
  z-index: 6;
  animation: slideHeroText 1s ease forwards;
}

.about-hero-text h1 {
  margin-bottom: 18px;
  font-size: clamp(1.6rem, 2vw, 2.8rem);
  line-height: 1.08;
  color: #061b46;
  margin: 18px 0;
}

.about-hero-text h1 span {
  color: #0b74ff;
}

.about-hero-text p {
  color: #4e6078;
  font-size: 1.08rem;
  line-height: 1.85;
  max-width: 720px;
  margin-bottom: 30px;
}

.about-hero-image {
  max-width: 500px;
  margin-left: auto;
  background: #fff;
  padding: 35px;
  border-radius: 38px;
  box-shadow: 0 35px 90px rgba(0, 60, 150, 0.16);
  animation: floatImage 5s ease-in-out infinite;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 4;
}

.logo-orbit {
  width: 410px;
  height: 410px;
  border-radius: 50%;
  background: rgba(255,255,255,.76);
  backdrop-filter: blur(18px);
  box-shadow: 0 0 80px rgba(11,116,255,.16), inset 0 0 55px rgba(255,255,255,.85);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  animation: floatLogo 5s ease-in-out infinite;
}

.logo-orbit::before, .logo-orbit::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(11,116,255,.18);
  animation: rotateOrbit 18s linear infinite;
}

.logo-orbit::before {
  inset: -32px;
}

.logo-orbit::after {
  inset: -60px;
  animation-duration: 28s;
}

.logo-orbit img {
  width: 72%;
  z-index: 2;
}

.hero-network {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: radial-gradient(circle at 62% 28%, rgba(255,255,255,.9) 0 3px, transparent 4px), radial-gradient(circle at 78% 26%, rgba(255,255,255,.9) 0 3px, transparent 4px), radial-gradient(circle at 85% 48%, rgba(255,255,255,.9) 0 3px, transparent 4px), radial-gradient(circle at 72% 68%, rgba(255,255,255,.95) 0 3px, transparent 4px), radial-gradient(circle at 52% 62%, rgba(255,255,255,.9) 0 3px, transparent 4px), linear-gradient(115deg, transparent 58%, rgba(11,116,255,.08), transparent 76%);
  animation: networkMove 9s ease-in-out infinite alternate;
}

.hero-network::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(25deg, transparent 40%, rgba(11,116,255,.08) 41%, transparent 43%), linear-gradient(145deg, transparent 35%, rgba(11,116,255,.07) 36%, transparent 38%), linear-gradient(80deg, transparent 55%, rgba(255,255,255,.9) 56%, transparent 58%);
  animation: lightSweep 7s linear infinite;
}

.service-bulb {
  position: absolute;
  z-index: 7;
  text-align: center;
  min-width: 145px;
  animation: floatServiceBulb 6s ease-in-out infinite;
}

.service-bulb .bulb-icon {
  width: 86px;
  height: 86px;
  margin: 0 auto 10px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 2rem;
  background: radial-gradient(circle at 35% 28%, #fff 0%, #fff 20%, rgba(191,222,255,.9) 45%, rgba(11,116,255,.25) 75%);
  box-shadow: 0 0 24px rgba(255,255,255,.95), 0 0 55px rgba(11,116,255,.32);
  position: relative;
}

.service-bulb .bulb-icon::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 10px;
  bottom: -6px;
  border-radius: 4px;
  background: #0b74ff;
  opacity: .65;
}

.service-bulb h4 {
  color: #061b46;
  font-size: .9rem;
  text-transform: uppercase;
  margin: 8px 0 4px;
  font-weight: 900;
}

.service-bulb p {
  color: #42536b;
  font-size: .78rem;
  line-height: 1.35;
  margin: 0;
}

.services-hero {
  position: relative;
  padding: 120px 0 90px;
  overflow: hidden;
  background: linear-gradient(135deg,#ffffff,#f4f9ff,#eaf4ff);
}

.services-hero::before {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  right: -140px;
  top: -140px;
  border-radius: 50%;
  background: radial-gradient(circle,rgba(11,116,255,.18),transparent 70%);
  animation: heroGlow 7s ease-in-out infinite;
}

.services-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  align-items: center;
  gap: 70px;
}

.services-hero-text h1 {
  font-size: clamp(1.7rem,2vw,2rem);
  color: #061b46;
  line-height: 1.05;
  margin: 18px 0;
  animation: slideInLeft 1s ease;
}

.services-hero-text p {
  color: #52647d;
  font-size: 1.1rem;
  line-height: 1.85;
  max-width: 700px;
  margin-bottom: 30px;
}

.services-hero-visual {
  position: relative;
  height: 420px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-btn {
  display: inline-block;
  background: linear-gradient(135deg,#0b74ff,#003f9e);
  color: #fff;
  text-decoration: none;
  padding: 15px 28px;
  border-radius: 12px;
  font-weight: 800;
  box-shadow: 0 20px 40px rgba(11,116,255,.28);
}

.orbit-box {
  position: relative;
  width: 480px;
  height: 480px;
  margin: auto;
}

.orbit {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 1px dashed rgba(11,116,255,.35);
  animation: rotateOrbit 55s linear infinite;
}

.orbit::before {
  content: "";
  position: absolute;
  inset: 70px;
  border-radius: 50%;
  border: 1px solid rgba(11,116,255,.12);
}

.fintech-hero {
  position: relative;
  min-height: 92vh;
  padding: 135px 0 85px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: linear-gradient(135deg, #ffffff 0%, #f7fbff 42%, #eaf4ff 100%);
}

.fintech-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 74% 42%, rgba(11, 116, 255, .16), transparent 27%), radial-gradient(circle at 16% 82%, rgba(255, 255, 255, .9), transparent 22%);
  pointer-events: none;
}

.fintech-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .45;
  background-image: radial-gradient(circle at 15% 30%, rgba(11, 116, 255, .22) 0 1px, transparent 2px), radial-gradient(circle at 70% 75%, rgba(11, 116, 255, .18) 0 1px, transparent 2px);
  background-size: 36px 36px, 42px 42px;
  animation: particles 12s linear infinite alternate;
}

.fintech-grid {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  align-items: center;
  gap: 70px;
}

.fintech-text {
  animation: slideLeft 1s ease forwards;
}

.hero-tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 11px 18px;
  border-radius: 40px;
  background: rgba(255, 255, 255, .88);
  box-shadow: 0 12px 35px rgba(0, 55, 130, .1);
  color: var(--blue);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .5px;
}

.hero-tag::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--blue);
  box-shadow: 0 0 18px var(--blue);
}

.fintech-text h1 {
  font-size: clamp(2.75rem, 5.2vw, 5.5rem);
  line-height: 1.06;
  color: var(--navy);
  margin: 26px 0 22px;
  letter-spacing: -2.2px;
}

.fintech-text h1 span {
  color: var(--blue);
}

.fintech-text p {
  color: var(--text);
  font-size: 1.12rem;
  line-height: 1.85;
  max-width: 650px;
  margin-bottom: 34px;
}

.orbit-stage {
  position: relative;
  width: 500px;
  height: 500px;
  margin: auto;
  filter: drop-shadow(0 30px 70px rgba(0, 55, 130, .12));
}

.orbit-stage::before, .orbit-stage::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.orbit-stage::before {
  width: 100%;
  height: 100%;
  border: 2px dashed rgba(11, 116, 255, .22);
  animation: ringPulse 4s ease-in-out infinite;
}

.orbit-stage::after {
  width: 68%;
  height: 68%;
  border: 1px solid rgba(11, 116, 255, .12);
}

.orbit-icon {
  position: absolute;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: #fff;
  color: var(--blue);
  display: grid;
  place-items: center;
  font-size: 1.25rem;
  box-shadow: 0 14px 32px rgba(0, 55, 130, .16), inset 0 0 18px rgba(11, 116, 255, .06);
  border: 1px solid rgba(11, 116, 255, .13);
  transform: translate(-50%, -50%);
  z-index: 8;
  transition: .3s ease;
}

.orbit-icon:hover {
  background: var(--blue);
  color: #fff;
  transform: translate(-50%, -50%) scale(1.18);
  box-shadow: 0 20px 50px rgba(11, 116, 255, .42);
}

.orbit-icon::after {
  content: attr(data-title);
  position: absolute;
  top: 72px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  color: #061b46;
  font-size: .62rem;
  font-weight: 900;
  background: rgba(255, 255, 255, .86);
  padding: 4px 8px;
  border-radius: 20px;
  box-shadow: 0 8px 20px rgba(0, 55, 130, .08);
}

.orbit-icon .number {
  position: absolute;
  right: -7px;
  top: -8px;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  background: var(--blue);
  color: #fff;
  display: grid;
  place-items: center;
  font-size: .55rem;
  font-weight: 900;
  box-shadow: 0 8px 18px rgba(11, 116, 255, .32);
}

/* =========================
   Reusable Layout / Cards / Sections
   ========================= */
.lead {
  font-size: 18px;
  color: #3d4d63;
  max-width: 690px;
}

.stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 34px;
}

.stat {
  padding: 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, .78);
  border: 1px solid var(--line);
}

.stat b {
  display: block;
  color: var(--blue);
  font-size: 28px;
  line-height: 1;
}

.section {
  padding: 84px 0;
}

.section.soft {
  background: var(--soft);
}

.section.dark {
  background: linear-gradient(135deg, var(--deep), #08306b);
  color: white;
}

.section.dark p, .section.dark .muted {
  color: #d8e9ff;
}

.title {
  max-width: 820px;
  margin-bottom: 36px;
}

.title h2 {
  font-size: clamp(30px, 4vw, 50px);
  line-height: 1.12;
  margin: 8px 0;
  color: var(--navy);
  letter-spacing: -.04em;
}

.section.dark .title h2 {
  color: white;
}

.grid {
  display: grid;
  gap: 24px;
}

.grid-2 {
  grid-template-columns: repeat(2, 1fr);
}

.grid-3 {
  grid-template-columns: repeat(3, 1fr);
}

.grid-4 {
  grid-template-columns: repeat(4, 1fr);
}

.card {
  background: white;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 28px;
  box-shadow: 0 10px 35px rgba(6, 31, 74, .06);
  transition: .25s;
}

.card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow);
}

.dark .card {
  background: rgba(255, 255, 255, .08);
  border-color: rgba(255, 255, 255, .16);
  color: white;
}

.icon {
  width: 54px;
  height: 54px;
  border-radius: 16px;
  background: linear-gradient(135deg, #e6f3ff, #fff);
  display: grid;
  place-items: center;
  color: var(--blue);
  font-size: 25px;
  margin-bottom: 18px;
}

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

.feature {
  background: linear-gradient(135deg, var(--navy), #082f69);
  color: white;
  border-radius: 34px;
  padding: 42px;
  box-shadow: var(--shadow);
}

.feature h2 {
  color: white;
}

.feature p {
  color: #d8e9ff;
}

.pill-list {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 20px;
}

.pill {
  padding: 9px 14px;
  border-radius: 999px;
  background: #e9f4ff;
  color: var(--navy);
  font-weight: 900;
  font-size: 13px;
}

.feature .pill {
  background: rgba(255, 255, 255, .12);
  color: white;
}

.float-card {
  position: absolute;
  z-index: 10;
  padding: 16px 18px;
  border-radius: 20px;
  background: rgba(255, 255, 255, .82);
  border: 1px solid rgba(220, 231, 247, .95);
  box-shadow: 0 20px 60px rgba(6, 31, 74, .15);
  backdrop-filter: blur(18px);
  animation: floatCard 5s ease-in-out infinite;
}

.float-card b {
  display: block;
  color: var(--navy);
  font-size: 15px;
}

.float-card span {
  display: block;
  color: #5e7086;
  font-size: 12px;
}

.card-one {
  top: 62px;
  right: -8px;
}

.card-two {
  left: -18px;
  bottom: 58px;
  animation-delay: 1.2s;
}

.ceo-welcome-section {
  padding: 110px 0;
  background: radial-gradient(circle at top left, rgba(14, 116, 255, 0.12), transparent 35%), linear-gradient(135deg, #f7fbff 0%, #ffffff 45%, #eef6ff 100%);
  overflow: hidden;
}

.section-tag {
  display: inline-block;
  padding: 8px 18px;
  border-radius: 50px;
  background: rgba(14, 116, 255, 0.1);
  color: #0b5ed7;
  font-weight: 800;
  font-size: 0.78rem;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.ceo-image-card {
  position: relative;
  width: 420px;
  height: 500px;
  border-radius: 34px;
  padding: 12px;
  background: linear-gradient(145deg, #0b74ff, #061b46);
  box-shadow: 0 35px 80px rgba(0, 48, 120, 0.25);
  animation: floatImage 5s ease-in-out infinite;
}

.ceo-image-card::before {
  content: "";
  position: absolute;
  inset: -22px;
  border-radius: 42px;
  background: linear-gradient(135deg, rgba(14,116,255,0.25), transparent);
  z-index: -1;
  animation: pulseGlow 4s ease-in-out infinite;
}

.ceo-image-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 26px;
  display: block;
}

.hot-sales-section {
  padding: 90px 0;
  background: linear-gradient(135deg, #f7fbff, #ffffff);
}

.hot-sales-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 22px;
}

.product-card {
  position: relative;
  background: #fff;
  border-radius: 24px;
  padding: 22px;
  box-shadow: 0 20px 55px rgba(0, 55, 130, 0.12);
  border: 1px solid rgba(0, 90, 190, 0.08);
  overflow: hidden;
  transition: 0.45s ease;
  animation: fadeUp 0.9s ease forwards;
}

.product-card:hover {
  transform: translateY(-14px) scale(1.02);
  box-shadow: 0 30px 80px rgba(0, 72, 180, 0.2);
}

.product-card img {
  width: 100%;
  height: 150px;
  object-fit: contain;
  margin-bottom: 20px;
  transition: 0.5s ease;
}

.product-card:hover img {
  transform: scale(1.08) rotate(-2deg);
}

.product-card h3 {
  font-size: 1.05rem;
  color: #061b46;
  margin-bottom: 14px;
}

.product-card ul {
  list-style: none;
  padding: 0;
  margin: 0 0 18px;
}

.product-card ul li {
  font-size: 0.86rem;
  color: #53657d;
  margin-bottom: 8px;
}

.product-card ul li::before {
  content: "✓";
  color: #0b74ff;
  font-weight: 900;
  margin-right: 7px;
}

.product-card button {
  width: 100%;
  border: none;
  background: linear-gradient(135deg, #0b74ff, #003f9e);
  color: #fff;
  padding: 13px;
  border-radius: 14px;
  font-weight: 800;
  cursor: pointer;
  transition: 0.35s ease;
}

.product-card button:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 35px rgba(0, 92, 220, 0.35);
}

.product-card:nth-child(2) {
  animation-delay: 0.15s;
}

.product-card:nth-child(3) {
  animation-delay: 0.3s;
}

.product-card:nth-child(4) {
  animation-delay: 0.45s;
}

.product-card:nth-child(5) {
  animation-delay: 0.6s;
}

.about-main-section {
  padding: 110px 0;
  background: #fff;
}

.mission-vision-section {
  padding: 90px 0;
  background: linear-gradient(135deg, #061b46, #0b5ed7);
}

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

.mv-card {
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.2);
  backdrop-filter: blur(18px);
  border-radius: 28px;
  padding: 35px;
  color: #fff;
  transition: 0.45s ease;
}

.mv-card:hover, .motion-card:hover {
  transform: translateY(-14px);
}

.mv-card .icon {
  font-size: 2rem;
  margin-bottom: 18px;
}

.motion-card {
  transition: 0.45s ease;
}

.services-3d-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 28px;
  perspective: 1200px;
}

.service-3d-card {
  position: relative;
  padding: 34px;
  min-height: 230px;
  border-radius: 28px;
  background: linear-gradient(145deg,#ffffff,#f3f8ff);
  border: 1px solid rgba(11,116,255,.08);
  box-shadow: 0 22px 60px rgba(0,55,130,.12);
  transition: .5s ease;
  overflow: hidden;
  animation: fadeUp .9s ease forwards;
}

.service-3d-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg,rgba(11,116,255,.12),transparent 55%);
  opacity: 0;
  transition: .4s;
}

.service-3d-card:hover {
  transform: translateY(-16px) rotateX(8deg) rotateY(-6deg);
  box-shadow: 0 35px 90px rgba(0,75,180,.22);
}

.service-3d-card:hover::before {
  opacity: 1;
}

.service-3d-card i {
  width: 68px;
  height: 68px;
  border-radius: 20px;
  background: linear-gradient(135deg,#0b74ff,#003f9e);
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 1.7rem;
  margin-bottom: 22px;
  box-shadow: 0 16px 35px rgba(11,116,255,.3);
}

.service-3d-card h3 {
  color: #061b46;
  font-size: 1.25rem;
  margin-bottom: 12px;
}

.service-3d-card p {
  color: #5b6b82;
  line-height: 1.7;
}

.service-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 82px;
  height: 82px;
  margin-left: -41px;
  margin-top: -41px;
  transform: rotate(calc(var(--i) * 20deg)) translateX(240px) rotate(calc(var(--i) * -20deg));
  animation: keepStraight 55s linear infinite reverse;
  text-align: center;
}

.service-icon i {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  margin: auto;
  background: #fff;
  color: #0b74ff;
  font-size: 1.25rem;
  box-shadow: 0 12px 28px rgba(0,55,130,.18);
}

.service-icon span {
  display: block;
  margin-top: 6px;
  font-size: .65rem;
  font-weight: 800;
  color: #061b46;
}

.services-stats {
  position: relative;
  z-index: 5;
  margin-top: -52px;
  margin-bottom: 75px;
}

.stats-card {
  background: rgba(255, 255, 255, .92);
  backdrop-filter: blur(20px);
  box-shadow: var(--shadow);
  border: 1px solid rgba(11, 116, 255, .08);
  border-radius: 30px;
  padding: 30px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.stat-item {
  display: flex;
  gap: 18px;
  align-items: center;
  padding: 15px;
  border-right: 1px solid rgba(11, 116, 255, .12);
}

.stat-item:last-child {
  border-right: none;
}

.stat-icon {
  width: 58px;
  height: 58px;
  border-radius: 18px;
  background: #eef6ff;
  color: var(--blue);
  display: grid;
  place-items: center;
  font-size: 1.5rem;
}

.stat-item h3 {
  font-size: 1.75rem;
  color: var(--blue);
}

.stat-item p {
  color: var(--text);
  font-weight: 700;
  font-size: .9rem;
}

.section-title {
  text-align: center;
  margin-bottom: 50px;
}

.section-title .eyebrow {
  color: var(--blue);
  font-weight: 900;
  text-transform: uppercase;
}

.section-title h2 {
  font-size: clamp(2rem, 4vw, 3.5rem);
  margin-top: 10px;
  color: var(--navy);
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
  perspective: 1200px;
}

.service-card {
  min-height: 210px;
  padding: 30px;
  border-radius: 26px;
  background: linear-gradient(145deg, #fff, #f3f8ff);
  border: 1px solid rgba(11, 116, 255, .08);
  box-shadow: 0 20px 55px rgba(0, 55, 130, .1);
  transition: .45s ease;
  position: relative;
  overflow: hidden;
  animation: fadeUp .8s ease forwards;
}

.service-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(11, 116, 255, .12), transparent 55%);
  opacity: 0;
  transition: .35s;
}

.service-card:hover {
  transform: translateY(-14px) rotateX(5deg) rotateY(-4deg);
  box-shadow: 0 35px 90px rgba(0, 75, 180, .2);
}

.service-card:hover::before {
  opacity: 1;
}

.service-card i {
  position: relative;
  width: 62px;
  height: 62px;
  border-radius: 18px;
  background: linear-gradient(135deg, var(--blue), #0044ba);
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 1.55rem;
  margin-bottom: 20px;
  box-shadow: 0 14px 32px rgba(11, 116, 255, .28);
}

.service-card h3 {
  position: relative;
  font-size: 1.18rem;
  color: var(--navy);
  margin-bottom: 10px;
}

.service-card p {
  position: relative;
  color: var(--text);
  line-height: 1.7;
}

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

.social-icons {
  display: flex;
  gap: 14px;
  margin-top: 25px;
}

.social-icons a {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, .08);
  font-size: 25px;
  transition: .4s;
}

.social-icons a:hover {
  background: #463f40;
  transform: translateY(-6px);
  padding-left: 0;
}

/* =========================
   About / CEO / Brand Sections
   ========================= */
.ceo-welcome-container {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: center;
  gap: 70px;
}

.ceo-content h2 {
  font-size: clamp(1.4rem, 5vw, 2.5rem);
  line-height: 1.05;
  color: #061b46;
  margin-bottom: 14px;
}

.ceo-content p {
  font-size: 1.05rem;
  line-height: 1.85;
  color: #46566f;
  margin-bottom: 18px;
  max-width: 720px;
}

.ceo-content blockquote {
  margin: 32px 0;
  padding: 22px 28px;
  border-left: 5px solid #0b74ff;
  background: rgba(255,255,255,0.75);
  border-radius: 0 22px 22px 0;
  box-shadow: 0 18px 45px rgba(0, 39, 95, 0.08);
  font-size: 1.25rem;
  font-weight: 800;
  color: #05285f;
}

.ceo-signature h4 {
  font-size: 1.35rem;
  color: #06245c;
  margin-bottom: 4px;
}

.ceo-signature span {
  color: #0b74ff;
  font-weight: 700;
}

.ceo-image-area {
  position: relative;
  min-height: 560px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
}

.about-image-box {
  position: relative;
  border-radius: 34px;
  overflow: hidden;
  box-shadow: 0 35px 90px rgba(0, 55, 130, 0.18);
  animation: revealZoom 1s ease forwards;
}

.about-image-box img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  display: block;
  transition: 0.6s ease;
}

.about-image-box:hover img {
  transform: scale(1.08);
}

.about-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.about-list span {
  background: #eef6ff;
  color: #0b5ed7;
  padding: 12px 18px;
  border-radius: 50px;
  font-weight: 800;
}

/* =========================
   Hot Sales / Product Cards
   ========================= */
.hot-sales-container {
  width: min(1200px, 92%);
  margin: auto;
}

.hot-sales-heading {
  text-align: center;
  margin-bottom: 45px;
}

.hot-sales-heading span {
  color: #ff4b00;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.hot-sales-heading h2 {
  font-size: clamp(2rem, 4vw, 3rem);
  color: #061b46;
  margin: 10px 0;
}

.hot-sales-heading p {
  color: #5b6b82;
  font-size: 1rem;
}

.sale-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  background: #ff1f1f;
  color: #fff;
  padding: 6px 12px;
  border-radius: 30px;
  font-size: 0.72rem;
  font-weight: 800;
}

.sale-badge.green {
  background: #28a745;
}

.sale-badge.purple {
  background: #8a2be2;
}

.sale-badge.orange {
  background: #ff8c00;
}

.sale-badge.blue {
  background: #0b74ff;
}

.price {
  color: #0b5ed7;
  font-size: 1.35rem;
  font-weight: 900;
  margin-bottom: 18px;
}

.price small {
  color: #9aa7b8;
  text-decoration: line-through;
  font-size: 0.85rem;
  margin-left: 6px;
}

/* =========================
   Services Sections
   ========================= */
.service-orb {
  width: 230px;
  height: 230px;
  border-radius: 50%;
  background: linear-gradient(145deg,#0b74ff,#061b46);
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 5rem;
  box-shadow: 0 35px 90px rgba(0,75,180,.3);
  animation: floatOrb 5s ease-in-out infinite;
}

.service-orb.small {
  position: absolute;
  width: 90px;
  height: 90px;
  font-size: 2rem;
  background: #fff;
  color: #0b74ff;
  border: 1px solid rgba(11,116,255,.15);
}

.service-orb.one {
  top: 30px;
  left: 60px;
  animation-delay: .5s;
}

.service-orb.two {
  right: 70px;
  top: 65px;
  animation-delay: 1s;
}

.service-orb.three {
  bottom: 45px;
  right: 120px;
  animation-delay: 1.5s;
}

.services-showcase {
  padding: 90px 0 110px;
  background: #fff;
}

/* =========================
   Footer
   ========================= */
.copy {
  border-top: 1px solid rgba(255, 255, 255, .15);
  margin-top: 35px;
  padding-top: 22px;
  color: #a9c3e5;
}

.footer {
  background: #041b46;
  color: #fff;
  padding: 80px 0 25px;
}

.footer img {
  background: white;
  border-radius: 14px;
  padding: 6px;
  width: 170px;
  margin-bottom: 20px;
}

.footer h3 {
  margin-bottom: 20px;
  color: #fff;
}

.footer a {
  margin: 8px 0;
  display: block;
  color: #c7d5ef;
  text-decoration: none;
  margin-bottom: 12px;
  transition: .35s;
}

.footer a:hover {
  color: #4ca4ff;
  padding-left: 6px;
}

.footer p {
  color: #b8c8e6;
  line-height: 1.8;
}

.newsletter {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.newsletter input {
  padding: 14px;
  border: none;
  border-radius: 10px;
  outline: none;
}

.newsletter button {
  background: #0B74FF;
  color: #fff;
  border: none;
  padding: 14px;
  border-radius: 10px;
  font-weight: 700;
  cursor: pointer;
  transition: .35s;
}

.newsletter button:hover {
  background: #0057d8;
}

.footer hr {
  border-color: rgba(255,255,255,.08);
  margin: 50px 0 25px;
  border: none;
  border-top: 1px solid rgba(255, 255, 255, .08);
}

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

.footer-bottom div {
  display: flex;
  gap: 25px;
}

.footer-bottom a {
  margin: 0;
}

/* =========================
   Forms / Admin
   ========================= */
.form {
  display: grid;
  gap: 16px;
}

.input, textarea, select {
  width: 100%;
  padding: 14px 16px;
  border-radius: 14px;
  border: 1px solid var(--line);
  font: inherit;
}

textarea {
  min-height: 130px;
}

.admin-shell {
  display: grid;
  grid-template-columns: 260px 1fr;
  min-height: 100vh;
}

.sidebar {
  background: #041b3f;
  color: white;
  padding: 24px;
}

.sidebar img {
  width: 170px;
  background: white;
  border-radius: 12px;
}

.sidebar a {
  display: block;
  color: #dcecff;
  text-decoration: none;
  padding: 12px 14px;
  border-radius: 12px;
  margin: 5px 0;
}

.sidebar a:hover, .sidebar a.active {
  background: rgba(255, 255, 255, .1);
}

.dash {
  padding: 28px;
  background: #f5f9ff;
}

.login-box {
  width: min(460px, 92%);
  margin: 70px auto;
}

/* =========================
   Utilities / Miscellaneous
   ========================= */
.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 35px rgba(6, 31, 74, .12);
}

.eyebrow {
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--blue);
  font-weight: 950;
  font-size: 13px;
}

.breadcrumb {
  color: var(--blue);
  font-weight: 900;
}

.table-wrap {
  overflow: auto;
  border-radius: 18px;
  border: 1px solid var(--line);
  background: white;
}

.timeline {
  position: relative;
  display: grid;
  gap: 16px;
}

.timeline-item {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 20px;
  background: white;
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 20px;
}

.year {
  font-weight: 950;
  color: var(--blue);
  font-size: 20px;
}

.target-map {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.target {
  border-radius: 999px;
  padding: 22px;
  text-align: center;
  background: linear-gradient(135deg, #0b73e8, #064a9b);
  color: white;
  font-weight: 900;
  box-shadow: 0 18px 40px rgba(11, 115, 232, .18);
}

.notice {
  background: #eaf5ff;
  border: 1px solid var(--line);
  padding: 18px;
  border-radius: 18px;
  color: var(--navy);
}

.fade-up {
  animation: fadeUp .7s ease both;
}

.floating-badge {
  position: absolute;
  background: rgba(255,255,255,0.88);
  backdrop-filter: blur(18px);
  border: 1px solid rgba(255,255,255,0.75);
  box-shadow: 0 20px 50px rgba(0, 48, 120, 0.16);
  border-radius: 22px;
  padding: 18px 22px;
  min-width: 160px;
  animation: floatBadge 4s ease-in-out infinite;
}

.floating-badge strong {
  display: block;
  color: #0b5ed7;
  font-size: 1.7rem;
  font-weight: 900;
}

.floating-badge span {
  color: #061b46;
  font-size: 0.85rem;
  font-weight: 700;
}

.badge-one {
  left: 0;
  top: 80px;
}

.badge-two {
  right: 0;
  bottom: 100px;
  animation-delay: 1.2s;
}

.reveal-left, .reveal-right {
  opacity: 0;
  transform: translateY(45px);
  animation: revealUp 1.1s ease forwards;
}

.reveal-right {
  animation-delay: 0.25s;
}

.reveal-up {
  animation: revealUp 1s ease forwards;
}

.reveal-zoom {
  animation: revealZoom 1.1s ease forwards;
}

.floating-note {
  position: absolute;
  left: 28px;
  bottom: 28px;
  background: rgba(255,255,255,0.85);
  backdrop-filter: blur(15px);
  color: #061b46;
  padding: 16px 22px;
  border-radius: 50px;
  font-weight: 800;
}

.payment {
  top: 12%;
  right: 40%;
}

.wallet {
  top: 13%;
  right: 10%;
  animation-delay: .8s;
}

.remittance {
  top: 43%;
  right: 39%;
  animation-delay: 1.5s;
}

.ecommerce {
  top: 62%;
  right: 5%;
  animation-delay: 2.2s;
}

.agency {
  bottom: 8%;
  right: 25%;
  animation-delay: 3s;
}

.container {
  width: min(1200px, 92%);
  margin: auto;
}

.btn {
  justify-content: center;
  border: 1px solid var(--line);
  color: var(--navy);
  background: white;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 20px;
  border-radius: 14px;
  font-weight: 900;
  text-decoration: none;
  transition: .35s ease;
}

.btn.primary {
  border: 0;
  display: inline-block;
  padding: 15px 28px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 800;
  transition: .35s ease;
  background: linear-gradient(135deg, var(--blue), #0047c7);
  color: #fff;
  box-shadow: 0 15px 35px rgba(11, 116, 255, .24);
}

.btn.primary:hover {
  transform: translateY(-4px);
  box-shadow: 0 26px 55px rgba(11, 116, 255, .38);
}

.inner-ring {
  position: absolute;
  width: 42%;
  height: 42%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 1px solid rgba(11, 116, 255, .12);
  pointer-events: none;
}

.center-logo {
  position: absolute;
  width: 175px;
  height: 175px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: rgba(255, 255, 255, .93);
  display: grid;
  place-items: center;
  z-index: 10;
  box-shadow: 0 0 80px rgba(11, 116, 255, .24), inset 0 0 45px rgba(255, 255, 255, .95);
  animation: centerFloat 5s ease-in-out infinite;
}

.center-logo img {
  width: 82%;
  height: auto;
}

/* =========================
   Responsive Rules
   ========================= */
@media (max-width:1000px) {
  .menu {
    display: block;
  }

  .nav-links, .nav-actions {
    display: none;
  }

  .nav-links.open {
    display: flex;
    position: absolute;
    top: 82px;
    left: 4%;
    right: 4%;
    background: white;
    flex-direction: column;
    padding: 24px;
    border: 1px solid var(--line);
    border-radius: 22px;
    box-shadow: var(--shadow);
  }

  .hero {
    min-height: auto;
    padding: 60px 0;
  }

  .hero:before {
    display: none;
  }

  .hero-grid, .split {
    grid-template-columns: 1fr;
  }

  .grid-2, .grid-3, .grid-4, .stats, .footer-grid, .target-map, .brand-children {
    grid-template-columns: 1fr;
  }

  .timeline-item {
    grid-template-columns: 1fr;
  }

  .admin-shell {
    grid-template-columns: 1fr;
  }

  .brand img {
    width: 125px;
  }

  .hero.hero-split {
    padding: 70px 0;
    min-height: auto;
  }

  .hero-split .hero-grid {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    min-height: 430px;
  }

  .slider-shell {
    max-width: 100%;
    min-height: 430px;
  }

  .card-one {
    right: 12px;
  }

  .card-two {
    left: 12px;
  }

}

@media (max-width:640px) {
  .hero-visual {
    min-height: 360px;
  }

  .slider-shell {
    min-height: 360px;
    border-radius: 28px;
  }

  .hero-slide {
    inset: 12px;
    border-radius: 22px;
  }

  .slide-caption {
    left: 16px;
    right: 16px;
    bottom: 18px;
    padding: 14px 16px;
  }

  .float-card {
    display: none;
  }

  .slide-control {
    width: 38px;
    height: 38px;
  }

  .stats.hero-stats {
    grid-template-columns: repeat(2, 1fr);
  }

}

@media (max-width: 900px) {
  .ceo-welcome-container {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .ceo-image-area {
    min-height: 480px;
  }

  .ceo-image-card {
    width: 330px;
    height: 420px;
  }

  .badge-one {
    left: 20px;
  }

  .badge-two {
    right: 20px;
  }

  .brand-structure-container {
    grid-template-columns: 1fr;
  }

  .about-hero-grid, .about-two-col, .mission-grid, .brand-structure-container {
    grid-template-columns: 1fr;
  }

  .about-image-box img {
    height: 380px;
  }

  .bulbs-hero {
    min-height: auto;
    padding: 90px 0 60px;
  }

  .about-hero-grid {
    grid-template-columns: 1fr;
    gap: 45px;
    text-align: center;
  }

  .about-hero-text p {
    margin-left: auto;
    margin-right: auto;
  }

  .logo-orbit {
    width: 280px;
    height: 280px;
  }

  .service-bulb {
    position: relative;
    display: inline-block;
    top: auto;
    right: auto;
    bottom: auto;
    margin: 12px;
    transform: none;
  }

  .service-bulbs-hero {
    min-height: auto;
    padding: 90px 0 50px;
    display: block;
  }

}

@media (max-width: 1100px) {
  .hot-sales-grid {
    grid-template-columns: repeat(3, 1fr);
  }

}

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

}

@media (max-width: 520px) {
  .hot-sales-grid {
    grid-template-columns: 1fr;
  }

}

@media (max-width:768px) {
  .about-hero {
    min-height: auto;
    padding: 90px 0 50px;
  }

  .about-hero-grid {
    grid-template-columns: 1fr;
    gap: 35px;
    text-align: center;
  }

  .about-hero-image {
    max-width: 320px;
    margin: auto;
  }

  .about-hero-image img {
    height: 280px;
  }

  .about-hero-text h1 {
    font-size: 0.3rem;
  }

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

  .footer-bottom {
    flex-direction: column;
    text-align: center;
  }

}

@media (max-width:992px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .services-hero-grid, .services-3d-grid {
    grid-template-columns: 1fr;
  }

  .services-hero {
    padding: 100px 0 60px;
  }

  .services-hero-visual {
    height: 320px;
  }

}

@media (max-width:900px) {
  .fintech-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .orbit-box {
    width: 330px;
    height: 330px;
  }

  .center-logo {
    width: 140px;
    height: 140px;
  }

  .service-icon {
    width: 58px;
    height: 58px;
    margin-left: -29px;
    margin-top: -29px;
    transform: rotate(calc(var(--i) * 20deg)) translateX(165px) rotate(calc(var(--i) * -20deg));
  }

  .service-icon span {
    display: none;
  }

}

@media (max-width:1050px) {
  .nav-links, .nav-actions {
    display: none;
  }

  .menu {
    display: block;
  }

  .fintech-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .fintech-text p {
    margin-left: auto;
    margin-right: auto;
  }

  .orbit-stage {
    width: 390px;
    height: 390px;
  }

  .center-logo {
    width: 140px;
    height: 140px;
  }

  .orbit-icon {
    width: 46px;
    height: 46px;
    font-size: 1rem;
  }

  .orbit-icon::after {
    display: none;
  }

  .orbit-icon .number {
    width: 18px;
    height: 18px;
    font-size: .5rem;
  }

  .stats-card {
    grid-template-columns: repeat(2, 1fr);
  }

  .stat-item {
    border-right: none;
  }

  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }

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

}

@media (max-width:620px) {
  .brand img {
    height: 48px;
  }

  .nav {
    height: 72px;
  }

  .fintech-hero {
    padding: 105px 0 60px;
    min-height: auto;
  }

  .fintech-text h1 {
    font-size: 2.35rem;
    letter-spacing: -1px;
  }

  .orbit-stage {
    width: 305px;
    height: 305px;
  }

  .center-logo {
    width: 112px;
    height: 112px;
  }

  .orbit-icon {
    width: 36px;
    height: 36px;
    font-size: .85rem;
  }

  .orbit-icon .number {
    display: none;
  }

  .stats-card, .services-grid, .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-bottom {
    flex-direction: column;
    text-align: center;
  }

  .footer-bottom div {
    justify-content: center;
    flex-wrap: wrap;
  }

}

@media(max-width:1050px) {
  .nav-links, .nav-actions {
    display: none;
  }

  .menu {
    display: block;
  }

  .fintech-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .fintech-text p {
    margin-left: auto;
    margin-right: auto;
  }

  .orbit-stage {
    width: 390px;
    height: 390px;
  }

  .center-logo {
    width: 140px;
    height: 140px;
  }

  .orbit-icon {
    width: 46px;
    height: 46px;
    font-size: 1rem;
  }

  .orbit-icon::after {
    display: none;
  }

  .orbit-icon .number {
    width: 18px;
    height: 18px;
    font-size: .5rem;
  }

  .stats-card {
    grid-template-columns: repeat(2, 1fr);
  }

  .stat-item {
    border-right: none;
  }

  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }

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

}

@media(max-width:620px) {
  .brand img {
    height: 48px;
  }

  .nav {
    height: 72px;
  }

  .fintech-hero {
    padding: 105px 0 60px;
    min-height: auto;
  }

  .fintech-text h1 {
    font-size: 2.35rem;
    letter-spacing: -1px;
  }

  .orbit-stage {
    width: 305px;
    height: 305px;
  }

  .center-logo {
    width: 112px;
    height: 112px;
  }

  .orbit-icon {
    width: 36px;
    height: 36px;
    font-size: .85rem;
  }

  .orbit-icon .number {
    display: none;
  }

  .stats-card, .services-grid, .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-bottom {
    flex-direction: column;
    text-align: center;
  }

  .footer-bottom div {
    justify-content: center;
    flex-wrap: wrap;
  }

}

/* =========================
   Animations
   ========================= */
@keyframes fadeUp {
from {
        opacity: 0;
        transform: translateY(34px)
      }

      to {
        opacity: 1;
        transform: translateY(0)
      }
}

@keyframes heroFloat {
0%,
    100% {
        transform: translateY(0) rotateX(0)
    }

    50% {
        transform: translateY(-12px) rotateX(1deg)
    }
}

@keyframes floatCard {
0%,
    100% {
        transform: translateY(0)
    }

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

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

    50% {
        transform: scale(1.06)
    }
}

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

@keyframes revealUp {
from {
    opacity: 0;
    transform: translateY(45px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes floatImage {
0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-18px);
  }
}

@keyframes floatBadge {
0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-14px);
  }
}

@keyframes pulseGlow {
0%, 100% {
    opacity: 0.5;
    transform: scale(1);
  }
  50% {
    opacity: 0.9;
    transform: scale(1.04);
  }
}

@keyframes revealZoom {
from {
    opacity: 0;
    transform: scale(0.92);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes floatBrand {
0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-14px);
  }
}

@keyframes slideLeft {
from {
        opacity: 0;
        transform: translateX(-45px)
      }

      to {
        opacity: 1;
        transform: translateX(0)
      }
}

@keyframes slideHeroText {
from {
    opacity: 0;
    transform: translateX(-45px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes bulbFloat {
0%, 100% {
    transform: translateY(0) translateX(0);
  }
  50% {
    transform: translateY(-26px) translateX(12px);
  }
}

@keyframes bulbPulse {
0%, 100% {
    filter: brightness(1);
    opacity: .65;
  }
  50% {
    filter: brightness(1.45);
    opacity: 1;
  }
}

@keyframes floatLogo {
0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-18px);
  }
}

@keyframes rotateOrbit {
from{transform:rotate(0deg);}
  to{transform:rotate(360deg);}
}

@keyframes particleMove {
from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-25px);
  }
}

@keyframes lightSweep {
from {
    transform: translateX(-25%);
  }
  to {
    transform: translateX(25%);
  }
}

@keyframes floatServiceBulb {
0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-18px);
  }
}

@keyframes networkMove {
from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-20px);
  }
}

@keyframes slideInLeft {
from{opacity:0;transform:translateX(-45px);}
  to{opacity:1;transform:translateX(0);}
}

@keyframes floatOrb {
0%,100%{transform:translateY(0);}
  50%{transform:translateY(-20px);}
}

@keyframes heroGlow {
0%,100%{transform:scale(1);}
  50%{transform:scale(1.08);}
}

@keyframes keepStraight {
from{rotate:0deg;}
  to{rotate:360deg;}
}

@keyframes particles {
from {
        transform: translateY(0)
      }

      to {
        transform: translateY(-25px)
      }
}

@keyframes centerFloat {
0%,
      100% {
        transform: translate(-50%, -50%) translateY(0)
      }

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

@keyframes ringPulse {
0%,
      100% {
        opacity: .72;
        transform: translate(-50%, -50%) scale(1)
      }

      50% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1.025)
      }
}
.target-hero{
  padding:130px 0 80px;
  background:linear-gradient(135deg,#ffffff,#f4f9ff,#eaf4ff);
  overflow:hidden;
}

.target-hero-grid{
  display:grid;
  grid-template-columns:1fr .8fr;
  gap:60px;
  align-items:center;
}

.target-hero h1{
  font-size:clamp(2.5rem,5vw,5rem);
  line-height:1.05;
  color:#061b46;
}

.target-hero p{
  color:#52647d;
  font-size:1.1rem;
  line-height:1.8;
  max-width:650px;
  margin:25px 0;
}

.target-logo-card{
  background:#fff;
  padding:35px;
  border-radius:35px;
  box-shadow:0 35px 90px rgba(0,55,130,.16);
  animation:floatImage 5s ease-in-out infinite;
}

.target-logo-card img{
  width:100%;
}

.target-network-section{
  padding:100px 0;
  background:#fff;
}

.target-title{
  text-align:center;
  max-width:850px;
  margin:0 auto 60px;
}

.target-title h2{
  font-size:clamp(2rem,4vw,3.5rem);
  color:#061b46;
}

.target-network{
  position:relative;
  width:min(900px,100%);
  height:650px;
  margin:auto;
}

.center-node{
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
  width:190px;
  height:190px;
  border-radius:50%;
  background:linear-gradient(135deg,#061b46,#0b74ff);
  color:#fff;
  display:grid;
  place-items:center;
  text-align:center;
  box-shadow:0 30px 80px rgba(0,70,170,.25);
  z-index:5;
}

.center-node img{
  width:90px;
  background:#fff;
  border-radius:50%;
  padding:8px;
}

.center-node strong{
  font-size:.9rem;
  letter-spacing:1px;
}

.market-node{
  position:absolute;
  width:190px;
  min-height:120px;
  border-radius:28px;
  background:linear-gradient(145deg,#ffffff,#eef6ff);
  border:1px solid rgba(11,116,255,.12);
  box-shadow:0 25px 60px rgba(0,55,130,.14);
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  text-align:center;
  gap:12px;
  padding:20px;
  color:#061b46;
  font-weight:800;
  animation:floatNode 5s ease-in-out infinite;
  transition:.4s ease;
}

.market-node::before{
  content:"";
  position:absolute;
  width:130px;
  height:2px;
  background:rgba(11,116,255,.35);
  top:50%;
  z-index:-1;
}

.market-node i{
  width:58px;
  height:58px;
  border-radius:18px;
  display:grid;
  place-items:center;
  background:linear-gradient(135deg,#0b74ff,#003f9e);
  color:#fff;
  font-size:1.45rem;
  box-shadow:0 15px 35px rgba(11,116,255,.3);
}

.market-node:hover{
  transform:translateY(-12px) scale(1.05);
  box-shadow:0 40px 90px rgba(0,75,180,.25);
}

.node-1{top:0;left:50%;transform:translateX(-50%);}
.node-2{top:115px;left:40px;}
.node-3{top:305px;left:0;}
.node-4{top:115px;right:40px;}
.node-5{top:305px;right:0;}
.node-6{bottom:35px;left:90px;}
.node-7{bottom:0;left:50%;transform:translateX(-50%);}
.node-8{bottom:35px;right:90px;}

.node-1::before{height:95px;width:2px;left:50%;top:100%;}
.node-7::before{height:95px;width:2px;left:50%;top:-95px;}
.node-2::before,.node-3::before,.node-6::before{right:-115px;}
.node-4::before,.node-5::before,.node-8::before{left:-115px;}

@keyframes floatNode{
  0%,100%{margin-top:0;}
  50%{margin-top:-14px;}
}

@keyframes floatImage{
  0%,100%{transform:translateY(0);}
  50%{transform:translateY(-16px);}
}

@media(max-width:900px){
  .target-hero-grid{
    grid-template-columns:1fr;
    text-align:center;
  }

  .target-network{
    height:auto;
    display:grid;
    grid-template-columns:1fr;
    gap:20px;
  }

  .center-node,
  .market-node{
    position:relative;
    left:auto;
    right:auto;
    top:auto;
    bottom:auto;
    transform:none;
    width:100%;
  }

  .market-node::before{
    display:none;
  }
}
.leadership-hero {
  padding: 130px 0 90px;
  background:
    radial-gradient(circle at 85% 30%, rgba(11,116,255,.18), transparent 30%),
    linear-gradient(135deg,#ffffff,#f4f9ff,#eaf4ff);
  overflow: hidden;
}

.leadership-hero-grid {
  display: grid;
  grid-template-columns: 1fr .9fr;
  gap: 70px;
  align-items: center;
}

.leadership-hero h1 {
  font-size: clamp(2.5rem,5vw,5rem);
  line-height: 1.05;
  color: #061b46;
  margin: 20px 0;
}

.leadership-hero p {
  color: #52647d;
  font-size: 1.1rem;
  line-height: 1.85;
  max-width: 680px;
  margin-bottom: 30px;
}

.leadership-visual {
  position: relative;
  min-height: 430px;
  display: grid;
  place-items: center;
}

.leadership-visual img {
  width: 330px;
  background: #fff;
  border-radius: 50%;
  padding: 25px;
  box-shadow: 0 35px 90px rgba(0,55,130,.18);
  animation: floatLogo 5s ease-in-out infinite;
}

.floating-leadership-card {
  position: absolute;
  background: rgba(255,255,255,.88);
  backdrop-filter: blur(18px);
  border: 1px solid rgba(11,116,255,.12);
  border-radius: 22px;
  padding: 16px 22px;
  font-weight: 900;
  color: #061b46;
  box-shadow: 0 20px 50px rgba(0,55,130,.14);
  animation: floatCard 4.5s ease-in-out infinite;
}

.card-a { top: 40px; left: 40px; }
.card-b { right: 40px; top: 130px; animation-delay: 1s; }
.card-c { bottom: 60px; left: 70px; animation-delay: 1.8s; }

.leadership-section {
  padding: 100px 0;
  background: #fff;
}

.section-title {
  text-align: center;
  margin-bottom: 55px;
}

.section-title h2 {
  font-size: clamp(2rem,4vw,3.5rem);
  color: #061b46;
}

.leadership-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 28px;
  perspective: 1200px;
}

.leader-card {
  position: relative;
  min-height: 330px;
  padding: 34px;
  border-radius: 30px;
  background: linear-gradient(145deg,#ffffff,#f3f8ff);
  border: 1px solid rgba(11,116,255,.1);
  box-shadow: 0 24px 65px rgba(0,55,130,.12);
  transition: .45s ease;
  overflow: hidden;
}

.leader-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg,rgba(11,116,255,.14),transparent 55%);
  opacity: 0;
  transition: .4s;
}

.leader-card:hover {
  transform: translateY(-16px) rotateX(7deg) rotateY(-5deg);
  box-shadow: 0 40px 100px rgba(0,75,180,.22);
}

.leader-card:hover::before {
  opacity: 1;
}

.leader-icon {
  position: relative;
  width: 72px;
  height: 72px;
  border-radius: 22px;
  background: linear-gradient(135deg,#0b74ff,#003f9e);
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 1.25rem;
  font-weight: 900;
  box-shadow: 0 18px 40px rgba(11,116,255,.35);
  margin-bottom: 24px;
}

.leader-card h3 {
  position: relative;
  color: #061b46;
  font-size: 1.3rem;
  margin-bottom: 8px;
}

.leader-card span {
  position: relative;
  display: block;
  color: #0b74ff;
  font-weight: 900;
  margin-bottom: 16px;
}

.leader-card p {
  position: relative;
  color: #5b6b82;
  line-height: 1.75;
}

.board-section {
  padding: 100px 0;
  background: linear-gradient(135deg,#061b46,#0b74ff);
}

.board-section .section-title h2,
.board-section .eyebrow {
  color: #fff;
}

.board-grid {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 30px;
}

.board-card {
  background: rgba(255,255,255,.12);
  backdrop-filter: blur(18px);
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 30px;
  padding: 36px;
  color: #fff;
  box-shadow: 0 30px 80px rgba(0,0,0,.18);
  transition: .45s ease;
}

.board-card:hover {
  transform: translateY(-12px);
  background: rgba(255,255,255,.17);
}

.board-card h3 {
  font-size: 1.6rem;
  margin-bottom: 20px;
}

.board-card ul {
  padding-left: 20px;
}

.board-card li {
  margin-bottom: 14px;
  color: #e8f3ff;
}

@keyframes floatLogo {
  0%,100% { transform: translateY(0); }
  50% { transform: translateY(-16px); }
}

@keyframes floatCard {
  0%,100% { transform: translateY(0); }
  50% { transform: translateY(-14px); }
}

@media(max-width: 992px) {
  .leadership-hero-grid,
  .leadership-grid,
  .board-grid {
    grid-template-columns: 1fr;
  }

  .leadership-hero {
    padding: 110px 0 70px;
  }

  .leadership-visual {
    min-height: 360px;
  }

  .leadership-visual img {
    width: 260px;
  }
}
.history-hero-modern {
  padding: 130px 0 90px;
  background:
    radial-gradient(circle at 85% 25%, rgba(11,116,255,.18), transparent 30%),
    linear-gradient(135deg,#ffffff,#f5f9ff,#eaf4ff);
  overflow: hidden;
}

.history-hero-grid {
  display: grid;
  grid-template-columns: 1fr .85fr;
  gap: 70px;
  align-items: center;
}

.history-hero-modern h1 {
  font-size: clamp(2.4rem,5vw,5rem);
  line-height: 1.05;
  color: #061b46;
  margin: 20px 0;
}

.history-hero-modern p {
  color: #52647d;
  font-size: 1.1rem;
  line-height: 1.85;
  max-width: 680px;
  margin-bottom: 30px;
}

.history-hero-card {
  position: relative;
  background: #fff;
  border-radius: 38px;
  padding: 40px;
  box-shadow: 0 35px 90px rgba(0,55,130,.16);
  animation: floatHistory 5s ease-in-out infinite;
}

.history-hero-card img {
  width: 100%;
  display: block;
}

.history-float {
  position: absolute;
  background: rgba(255,255,255,.9);
  backdrop-filter: blur(18px);
  color: #061b46;
  font-weight: 900;
  padding: 16px 22px;
  border-radius: 22px;
  border: 1px solid rgba(11,116,255,.14);
  box-shadow: 0 20px 50px rgba(0,55,130,.14);
  animation: floatBadge 4.5s ease-in-out infinite;
}

.history-float.one {
  top: 35px;
  right: -25px;
}

.history-float.two {
  left: -25px;
  bottom: 45px;
  animation-delay: 1s;
}

.history-card-section {
  padding: 100px 0;
  background: #fff;
}

.section-title {
  text-align: center;
  max-width: 850px;
  margin: 0 auto 60px;
}

.section-title h2 {
  font-size: clamp(2rem,4vw,3.5rem);
  color: #061b46;
}

.history-card-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 28px;
  perspective: 1200px;
}

.history-3d-card {
  position: relative;
  min-height: 300px;
  padding: 34px;
  border-radius: 30px;
  background: linear-gradient(145deg,#ffffff,#f3f8ff);
  border: 1px solid rgba(11,116,255,.1);
  box-shadow: 0 24px 65px rgba(0,55,130,.12);
  transition: .45s ease;
  overflow: hidden;
  animation: fadeUp .9s ease forwards;
}

.history-3d-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg,rgba(11,116,255,.14),transparent 55%);
  opacity: 0;
  transition: .4s;
}

.history-3d-card:hover {
  transform: translateY(-16px) rotateX(7deg) rotateY(-5deg);
  box-shadow: 0 40px 100px rgba(0,75,180,.22);
}

.history-3d-card:hover::before {
  opacity: 1;
}

.history-year {
  position: relative;
  display: inline-block;
  background: linear-gradient(135deg,#0b74ff,#003f9e);
  color: #fff;
  padding: 10px 18px;
  border-radius: 50px;
  font-weight: 900;
  margin-bottom: 22px;
}

.history-3d-card h3 {
  position: relative;
  color: #061b46;
  font-size: 1.35rem;
  margin-bottom: 14px;
}

.history-3d-card p {
  position: relative;
  color: #5b6b82;
  line-height: 1.8;
}

.highlight-card {
  background: linear-gradient(135deg,#061b46,#0b74ff);
  color: #fff;
}

.highlight-card h3,
.highlight-card p {
  color: #fff;
}

.highlight-card .history-year {
  background: rgba(255,255,255,.18);
  border: 1px solid rgba(255,255,255,.25);
}

@keyframes floatHistory {
  0%,100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-16px);
  }
}

@keyframes floatBadge {
  0%,100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-14px);
  }
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(35px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media(max-width: 992px) {
  .history-hero-grid,
  .history-card-grid {
    grid-template-columns: 1fr;
  }

  .history-hero-modern {
    padding: 110px 0 70px;
  }

  .history-hero-card {
    max-width: 420px;
    margin: auto;
  }
}
.contact-hero {
  padding: 130px 0 90px;
  background:
    radial-gradient(circle at 82% 30%, rgba(11,116,255,.18), transparent 30%),
    linear-gradient(135deg,#ffffff,#f5f9ff,#eaf4ff);
  overflow: hidden;
}

.contact-hero-grid {
  display: grid;
  grid-template-columns: 1fr .85fr;
  gap: 70px;
  align-items: center;
}

.contact-hero h1 {
  font-size: clamp(2.4rem,5vw,5rem);
  line-height: 1.05;
  color: #061b46;
  margin: 20px 0;
}

.contact-hero p {
  color: #52647d;
  font-size: 1.1rem;
  line-height: 1.85;
  max-width: 680px;
  margin-bottom: 30px;
}

.contact-visual {
  position: relative;
  min-height: 430px;
  display: grid;
  place-items: center;
}

.contact-visual img {
  width: 330px;
  background: #fff;
  border-radius: 50%;
  padding: 25px;
  box-shadow: 0 35px 90px rgba(0,55,130,.18);
  animation: floatContactLogo 5s ease-in-out infinite;
}

.contact-float {
  position: absolute;
  background: rgba(255,255,255,.9);
  backdrop-filter: blur(18px);
  color: #061b46;
  font-weight: 900;
  padding: 16px 22px;
  border-radius: 22px;
  border: 1px solid rgba(11,116,255,.14);
  box-shadow: 0 20px 50px rgba(0,55,130,.14);
  animation: floatContactCard 4.5s ease-in-out infinite;
}

.contact-float.one {
  top: 40px;
  left: 40px;
}

.contact-float.two {
  right: 30px;
  top: 145px;
  animation-delay: 1s;
}

.contact-float.three {
  bottom: 50px;
  left: 70px;
  animation-delay: 1.8s;
}

.contact-section {
  padding: 100px 0;
  background: #fff;
}

.contact-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 35px;
  align-items: stretch;
}

.contact-info-card,
.contact-form-card {
  position: relative;
  padding: 38px;
  border-radius: 32px;
  background: linear-gradient(145deg,#ffffff,#f3f8ff);
  border: 1px solid rgba(11,116,255,.1);
  box-shadow: 0 24px 65px rgba(0,55,130,.12);
  transition: .45s ease;
  overflow: hidden;
}

.contact-info-card:hover,
.contact-form-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 40px 100px rgba(0,75,180,.2);
}

.contact-info-card h2,
.contact-form-card h2 {
  color: #061b46;
  font-size: clamp(1.8rem,3vw,2.7rem);
  margin: 12px 0;
}

.contact-info-card h4 {
  color: #0b74ff;
  font-size: 1.1rem;
  margin-bottom: 28px;
}

.contact-info-list {
  display: grid;
  gap: 20px;
  margin: 30px 0;
}

.contact-info-list div {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 18px;
  border-radius: 22px;
  background: rgba(255,255,255,.78);
  border: 1px solid rgba(11,116,255,.08);
}

.contact-info-list i {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg,#0b74ff,#003f9e);
  color: #fff;
  font-size: 1.1rem;
  flex-shrink: 0;
  box-shadow: 0 14px 30px rgba(11,116,255,.3);
}

.contact-info-list p {
  margin: 0;
  color: #52647d;
  line-height: 1.7;
}

.contact-info-list a {
  color: #061b46;
  font-weight: 800;
  text-decoration: none;
}

.contact-actions,
.hero-buttons {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.contact-form-card {
  display: grid;
  gap: 18px;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.contact-form-card .input,
.contact-form-card textarea {
  width: 100%;
  border: 1px solid rgba(11,116,255,.14);
  background: rgba(255,255,255,.9);
  border-radius: 18px;
  padding: 16px 18px;
  font: inherit;
  outline: none;
  transition: .3s;
}

.contact-form-card textarea {
  min-height: 170px;
  resize: vertical;
}

.contact-form-card .input:focus,
.contact-form-card textarea:focus {
  border-color: #0b74ff;
  box-shadow: 0 0 0 4px rgba(11,116,255,.1);
}

@keyframes floatContactLogo {
  0%,100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-16px);
  }
}

@keyframes floatContactCard {
  0%,100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-14px);
  }
}

@media(max-width: 900px) {
  .contact-hero-grid,
  .contact-grid,
  .form-row {
    grid-template-columns: 1fr;
  }

  .contact-hero {
    padding: 110px 0 70px;
  }

  .contact-hero-grid {
    text-align: center;
  }

  .contact-visual {
    min-height: 360px;
  }

  .contact-visual img {
    width: 260px;
  }
}
/* =========================
   HEADER AND NAVIGATION
========================= */

* {
  box-sizing: border-box;
}

body {
  margin: 0;
}

.container {
  width: min(100% - 32px, 1280px);
  margin-inline: auto;
}

.topbar {
  position: relative;
  z-index: 1000;
  width: 100%;
  background: #ffffff;
  border-bottom: 1px solid #e5e7eb;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.06);
}

.nav {
  min-height: 82px;
  display: flex;
  align-items: center;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
}

.brand img {
  display: block;
  width: 60px;
  max-width: 100%;
  height: auto;
}

.navigation-wrapper {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 6px;
}

.nav-links a {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 10px 12px;
  color: #1f2937;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
  border-radius: 8px;
  transition:
    color 0.25s ease,
    background-color 0.25s ease,
    transform 0.25s ease;
}

.nav-links a:hover,
.nav-links a.active {
  color: #ffffff;
  background: #0d6efd;
}

.nav-links a:hover {
  transform: translateY(-1px);
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 16px;
  border: none;
  border-radius: 8px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    background-color 0.25s ease;
}

.btn.primary {
  color: #ffffff;
  background: #0d6efd;
}

.btn.primary:hover {
  background: #0a58ca;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(13, 110, 253, 0.25);
}

/* Hamburger button */

.menu {
  display: none;
  width: 46px;
  height: 46px;
  margin-left: auto;
  padding: 10px;
  border: 1px solid #dbe2ea;
  border-radius: 10px;
  background: #ffffff;
  cursor: pointer;
}

.menu span {
  display: block;
  width: 100%;
  height: 3px;
  margin: 5px 0;
  border-radius: 999px;
  background: #111827;
  transition:
    transform 0.3s ease,
    opacity 0.3s ease;
}

/* =========================
   TABLET
========================= */

@media (max-width: 1100px) {
  .nav {
    gap: 16px;
  }

  .nav-links a {
    padding-inline: 8px;
    font-size: 13px;
  }

  .btn {
    padding-inline: 12px;
    font-size: 13px;
  }
}

/* =========================
   MOBILE NAVIGATION
========================= */

@media (max-width: 900px) {
  .container {
    width: min(100% - 24px, 1280px);
  }

  .nav {
    min-height: 72px;
    flex-wrap: wrap;
    gap: 0;
  }

  .brand img {
    width: 52px;
  }

  .menu {
    display: block;
  }

  .navigation-wrapper {
    display: none;
    width: 100%;
    flex: 0 0 100%;
    padding: 16px 0 22px;
  }

  .navigation-wrapper.open {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 18px;
    animation: openMenu 0.3s ease;
  }

  .nav-links {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 6px;
  }

  .nav-links a {
    width: 100%;
    min-height: 46px;
    padding: 12px 14px;
    font-size: 15px;
  }

  .nav-actions {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .nav-actions .btn {
    width: 100%;
    white-space: normal;
    text-align: center;
  }

  .menu.active span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }

  .menu.active span:nth-child(2) {
    opacity: 0;
  }

  .menu.active span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }
}

/* =========================
   SMALL MOBILE
========================= */

@media (max-width: 520px) {
  .container {
    width: min(100% - 20px, 1280px);
  }

  .nav-actions {
    grid-template-columns: 1fr;
  }

  .btn {
    min-height: 46px;
    font-size: 14px;
  }
}

@keyframes openMenu {
  from {
    opacity: 0;
    transform: translateY(-8px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}