  :root {
      --white: #ffffff;
      --bg: #f7f8fa;
      --bg2: #f0f2f5;
      --surface: #ffffff;
      --border: #e5e8ed;
      --border-light: #f0f2f5;
      --text: #111318;
      --text2: #3d4452;
      --muted: #8a919e;
      --accent: #f16724;
      --accent-light: #eff4ff;
      --accent-mid: #c7d7fd;
      --shadow-sm: 0 1px 4px rgba(0, 0, 0, 0.06), 0 2px 12px rgba(0, 0, 0, 0.04);
      --shadow-md: 0 4px 24px rgba(0, 0, 0, 0.08), 0 1px 4px rgba(0, 0, 0, 0.04);
      --shadow-lg: 0 12px 48px rgba(0, 0, 0, 0.10);
      --radius: 14px;
      --radius-sm: 8px;
  }

  *,
  *::before,
  *::after {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
  }

  html {
      scroll-behavior: smooth;
  }

  body {
      font-family: 'Outfit', sans-serif;
      background: var(--bg);
      color: var(--text);
      line-height: 1.6;
      overflow-x: hidden;
      -webkit-font-smoothing: antialiased;
  }

  /* NAV */
  nav {
      position: fixed;
      top: 0;
      width: 100%;
      z-index: 200;
      background: rgba(255, 255, 255, 0.94);
      backdrop-filter: blur(20px);
      border-bottom: 1px solid var(--border);
      padding: 0 6%;
      height: 64px;
      display: flex;
      align-items: center;
      justify-content: space-between;
  }

  .nav-logo {
      font-family: 'Outfit', sans-serif;
      font-weight: 700;
      font-size: 1.1rem;
      color: var(--text);
      text-decoration: none;
      display: flex;
      align-items: center;
      gap: 8px;
  }

  .nav-logo img {
      width: 70px;
  }

  .nav-dot {
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: var(--accent);
  }

  .nav-links {
      display: flex;
      gap: 2rem;
      list-style: none;
  }

  .nav-links a {
      color: var(--text2);
      text-decoration: none;
      font-size: 0.875rem;
      font-weight: 500;
      transition: color 0.2s;
  }

  .nav-links a:hover {
      color: var(--accent);
  }

  .nav-cta {
      background: var(--accent);
      color: #fff;
      padding: 0.5rem 1.3rem;
      border-radius: 6px;
      font-size: 0.875rem;
      font-weight: 600;
      text-decoration: none;
      transition: opacity 0.2s;
  }

  .nav-cta:hover {
      opacity: 0.88;
  }

  /* HERO */
  #hero {
      min-height: 100vh;
      background: var(--white);
      display: flex;
      align-items: center;
      padding: 100px 6% 80px;
      position: relative;
      overflow: hidden;
  }

  .hero-panel {
      position: absolute;
      right: 0;
      top: 0;
      bottom: 0;
      width: 44%;
      background: var(--bg);
      clip-path: polygon(10% 0, 100% 0, 100% 100%, 0% 100%);
  }

  .hero-inner {
      position: relative;
      z-index: 1;
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 5rem;
      align-items: center;
      width: 100%;
  }

  .hero-badge {
      display: inline-flex;
      align-items: center;
      gap: 7px;
      background: var(--accent-light);
      color: var(--accent);
      border: 1px solid var(--accent-mid);
      padding: 0.28rem 0.9rem;
      border-radius: 999px;
      font-size: 0.76rem;
      font-weight: 600;
      letter-spacing: 0.8px;
      text-transform: uppercase;
      margin-bottom: 1.3rem;
  }

  .badge-dot {
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background: var(--accent);
  }

  h1 {
      font-family: 'Playfair Display', serif;
      font-size: clamp(2.5rem, 4.5vw, 3.8rem);
      font-weight: 800;
      line-height: 1.1;
      letter-spacing: -1.5px;
      color: var(--text);
      margin-bottom: 1.2rem;
  }

  h1 em {
      font-style: italic;
      color: var(--accent);
  }

  .hero-p {
      font-size: 1.02rem;
      color: var(--text2);
      line-height: 1.75;
      margin-bottom: 2rem;
      max-width: 430px;
      font-weight: 300;
  }

  .hero-btns {
      display: flex;
      gap: 1rem;
      align-items: center;
      flex-wrap: wrap;
  }

  .btn-fill {
      background: var(--accent);
      color: #fff;
      padding: 0.8rem 1.8rem;
      border-radius: var(--radius-sm);
      font-weight: 600;
      font-size: 0.9rem;
      text-decoration: none;
      transition: opacity 0.2s, transform 0.2s;
  }

  .btn-fill:hover {
      opacity: 0.88;
      transform: translateY(-1px);
  }

  .btn-text {
      color: var(--text2);
      font-size: 0.9rem;
      font-weight: 500;
      text-decoration: none;
      display: flex;
      align-items: center;
      gap: 5px;
      transition: color 0.2s;
  }

  .btn-text:hover {
      color: var(--accent);
  }

  .hero-cards {
      display: flex;
      flex-direction: column;
      gap: 0.9rem;
  }

  .h-card {
      background: var(--white);
      border: 1px solid var(--border);
      border-radius: var(--radius);
      padding: 1.3rem 1.5rem;
      box-shadow: var(--shadow-sm);
  }

  .hc-label {
      font-size: 0.7rem;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 1px;
      color: var(--muted);
      margin-bottom: 0.3rem;
  }

  .hc-value {
      font-family: 'Playfair Display', serif;
      font-size: 1.5rem;
      font-weight: 700;
      color: var(--text);
  }

  .hc-sub {
      font-size: 0.8rem;
      color: var(--muted);
      margin-top: 2px;
  }

  .h-stats {
      display: flex;
      gap: 0.8rem;
  }

  .h-stat {
      flex: 1;
      background: var(--bg);
      border: 1px solid var(--border-light);
      border-radius: var(--radius-sm);
      padding: 0.9rem;
      text-align: center;
  }

  .hs-n {
      font-family: 'Playfair Display', serif;
      font-size: 1.4rem;
      font-weight: 700;
      color: var(--accent);
  }

  .hs-l {
      font-size: 0.72rem;
      color: var(--muted);
      margin-top: 2px;
  }

  .h-pills {
      display: flex;
      gap: 0.4rem;
      flex-wrap: wrap;
      padding: 0.8rem 1.2rem;
      background: var(--bg);
      border-radius: var(--radius);
      border: 1px solid var(--border-light);
  }

  .h-pill {
      background: var(--white);
      border: 1px solid var(--border);
      border-radius: 999px;
      padding: 0.22rem 0.7rem;
      font-size: 0.76rem;
      color: var(--text2);
      font-weight: 500;
  }

  /* SECTIONS */
  section {
      padding: 6rem 6%;
  }

  .slabel {
      font-size: 0.72rem;
      font-weight: 700;
      letter-spacing: 2px;
      text-transform: uppercase;
      color: var(--accent);
      margin-bottom: 0.6rem;
  }

  .stitle {
      font-family: 'Playfair Display', serif;
      font-size: clamp(1.8rem, 3vw, 2.6rem);
      font-weight: 800;
      letter-spacing: -1px;
      line-height: 1.15;
      color: var(--text);
      margin-bottom: 0.8rem;
  }

  .sdesc {
      color: var(--muted);
      font-size: 0.95rem;
      max-width: 500px;
      line-height: 1.75;
  }

  .sh {
      margin-bottom: 3rem;
  }

  /* ABOUT */
  #about {
      background: var(--white);
  }

  .about-wrap {
      display: grid;
      grid-template-columns: 1.1fr 1fr;
      gap: 5rem;
      align-items: center;
  }

  .about-img {
      border-radius: var(--radius);
      overflow: hidden;
      aspect-ratio: 4/3;
      box-shadow: var(--shadow-lg);
  }

  .about-img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
  }

  .about-body p {
      color: var(--text2);
      line-height: 1.8;
      font-size: 0.95rem;
      margin-bottom: 0.9rem;
      font-weight: 300;
  }

  .pill-row {
      display: flex;
      gap: 0.5rem;
      flex-wrap: wrap;
      margin-top: 1.4rem;
  }

  .pill {
      background: var(--accent-light);
      color: var(--accent);
      border: 1px solid var(--accent-mid);
      padding: 0.28rem 0.85rem;
      border-radius: 999px;
      font-size: 0.78rem;
      font-weight: 600;
  }

  /* SERVICES */
  #services {
      background: var(--bg);
  }

  .svc-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 1.2rem;
  }

  .svc {
      background: var(--white);
      border: 1px solid var(--border);
      border-radius: var(--radius);
      padding: 1.8rem 1.6rem;
      transition: box-shadow 0.25s, transform 0.25s;
  }

  .svc:hover {
      box-shadow: var(--shadow-md);
      transform: translateY(-3px);
  }

  .svc-icon {
      width: 44px;
      height: 44px;
      border-radius: 10px;
      background: var(--accent-light);
      border: 1px solid var(--accent-mid);
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.2rem;
      margin-bottom: 1rem;
      color: #b95a07;
  }

  .svc-t {
      font-weight: 700;
      font-size: 0.97rem;
      margin-bottom: 0.5rem;
  }

  .svc-d {
      color: var(--muted);
      font-size: 0.875rem;
      line-height: 1.65;
  }

  /* TECH */
  #tech {
      background: var(--white);
  }

  .tech-wrap {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 2rem;
  }

  .tg-title {
      font-weight: 700;
      font-size: 0.8rem;
      letter-spacing: 1.2px;
      text-transform: uppercase;
      padding-bottom: 0.8rem;
      border-bottom: 2px solid var(--accent);
      margin-bottom: 1rem;
  }

  .tg-items {
      display: flex;
      flex-direction: column;
      gap: 0.5rem;
  }

  .ti {
      display: flex;
      align-items: center;
      gap: 0.6rem;
      font-size: 0.875rem;
      color: var(--text2);
      padding: 0.5rem 0.8rem;
      background: var(--bg);
      border-radius: var(--radius-sm);
      border: 1px solid var(--border-light);
      transition: border-color 0.2s, color 0.2s;
  }

  .ti:hover {
      border-color: var(--accent-mid);
      color: var(--accent);
  }

  .ti-dot {
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background: var(--accent);
      opacity: 0.6;
      flex-shrink: 0;
  }

  /* PROJECTS */
  #projects {
      background: var(--bg);
  }

  .proj-list {
      display: flex;
      flex-direction: column;
      gap: 2rem;
      margin-bottom: 1.8rem;
  }

  .proj-card {
      background: var(--white);
      border: 1px solid var(--border);
      border-radius: var(--radius);
      overflow: hidden;
      display: grid;
      grid-template-columns: 380px 1fr;
      box-shadow: var(--shadow-sm);
      transition: box-shadow 0.3s;
  }

  .proj-card:hover {
      box-shadow: var(--shadow-lg);
  }

  .proj-card.flip {
      grid-template-columns: 1fr 380px;
      margin-bottom: 1.8rem;
  }

  .proj-card.flip .pv {
      order: 2;
  }

  .proj-card.flip .pb {
      order: 1;
  }

  .pv {
      position: relative;
      min-height: 300px;
      display: flex;
      align-items: center;
      justify-content: center;
      overflow: hidden;
  }

  .pv-h {
      background: linear-gradient(145deg, #eef5ff, #dbeafe);
  }

  .pv-a {
      background: linear-gradient(145deg, #faf5ff, #ede9fe);
  }

  .pv-g {
      background: linear-gradient(145deg, #f0fdf4, #dcfce7);
  }

  .pv-dots {
      position: absolute;
      inset: 0;
      background-image: radial-gradient(circle, rgba(0, 0, 0, 0.07) 1px, transparent 1px);
      background-size: 22px 22px;
  }

  .pscreen {
      position: relative;
      z-index: 2;
      background: var(--white);
      border-radius: 10px;
      box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
      border: 1px solid var(--border);
      overflow: hidden;
  }

  .ps-bar {
      background: var(--bg2);
      padding: 7px 10px;
      display: flex;
      gap: 5px;
      border-bottom: 1px solid var(--border);
  }

  .pd {
      width: 7px;
      height: 7px;
      border-radius: 50%;
  }

  .pd:nth-child(1) {
      background: #fd5f57;
  }

  .pd:nth-child(2) {
      background: #febb2e;
  }

  .pd:nth-child(3) {
      background: #28c840;
  }

  .ps-body {
      padding: 12px;
  }

  .pe {
      font-size: 1.5rem;
      text-align: center;
      padding: 0.4rem 0;
  }

  .pl {
      height: 7px;
      border-radius: 4px;
      margin-bottom: 5px;
  }

  .pb-card {
      padding: 2.4rem 2.6rem;
      display: flex;
      flex-direction: column;
      justify-content: center;
  }

  .p-num {
      font-size: 0.72rem;
      font-weight: 700;
      letter-spacing: 2px;
      text-transform: uppercase;
      color: var(--muted);
      margin-bottom: 0.4rem;
  }

  .p-title {
      font-family: 'Playfair Display', serif;
      font-size: 1.6rem;
      font-weight: 800;
      letter-spacing: -0.5px;
      margin-bottom: 0.2rem;
  }

  .p-sub {
      font-size: 0.84rem;
      color: var(--accent);
      font-weight: 600;
      margin-bottom: 0.9rem;
  }

  .p-desc {
      color: var(--text2);
      font-size: 0.9rem;
      line-height: 1.75;
      margin-bottom: 1.1rem;
      font-weight: 300;
  }

  .p-feats {
      list-style: none;
      display: flex;
      flex-direction: column;
      gap: 0.38rem;
      margin-bottom: 1.3rem;
  }

  .p-feats li {
      display: flex;
      align-items: center;
      gap: 0.6rem;
      font-size: 0.86rem;
      color: var(--text2);
  }

  .p-feats li::before {
      content: '';
      width: 5px;
      height: 5px;
      border-radius: 50%;
      background: var(--accent);
      flex-shrink: 0;
  }

  .p-tags {
      display: flex;
      flex-wrap: wrap;
      gap: 0.4rem;
  }

  .pt {
      background: var(--bg);
      border: 1px solid var(--border);
      color: var(--text2);
      padding: 0.22rem 0.7rem;
      border-radius: 4px;
      font-size: 0.76rem;
      font-weight: 500;
  }

  .proj-link {
      cursor: pointer;
  }

  .proj-link:active {
      transform: scale(.98);
  }

  /* TRAINING */
  #training {
      background: var(--white);
  }

  .tr-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 1rem;
  }

  .tr-card {
      background: var(--bg);
      border: 1px solid var(--border);
      border-radius: var(--radius);
      padding: 1.4rem 1.2rem;
      text-align: center;
      transition: box-shadow 0.25s, transform 0.25s;
  }

  .tr-card:hover {
      box-shadow: var(--shadow-md);
      transform: translateY(-3px);
  }

  .tr-icon {
      font-size: 1.8rem;
      margin-bottom: 0.6rem;
      color: #de6c08;
  }

  .tr-name {
      font-weight: 700;
      font-size: 0.9rem;
      color: var(--text);
  }

  /* WHY */
  #why {
      background: var(--bg);
  }

  .why-grid {
      display: grid;
      grid-template-columns: repeat(5, 1fr);
      gap: 1.2rem;
  }

  .why-card {
      background: var(--white);
      border: 1px solid var(--border);
      border-top: 3px solid var(--accent);
      border-radius: 0 0 var(--radius) var(--radius);
      padding: 1.4rem 1.2rem;
      transition: box-shadow 0.25s;
  }

  .why-card:nth-child(2) {
      border-top-color: #7c3aed;
  }

  .why-card:nth-child(3) {
      border-top-color: #059669;
  }

  .why-card:nth-child(4) {
      border-top-color: #d97706;
  }

  .why-card:nth-child(5) {
      border-top-color: #dc2626;
  }

  .why-card:hover {
      box-shadow: var(--shadow-md);
  }

  .wi {
      font-size: 1.4rem;
      margin-bottom: 0.6rem;
  }

  .wt {
      font-weight: 700;
      font-size: 0.92rem;
      margin-bottom: 0.35rem;
  }

  .wt i {
      color: #ed7308;
  }

  .wd {
      color: var(--muted);
      font-size: 0.83rem;
      line-height: 1.6;
  }

  /* PROCESS */
  #process {
      background: var(--white);
  }

  .proc-row {
      display: flex;
      align-items: flex-start;
      position: relative;
  }

  .proc-row::before {
      content: '';
      position: absolute;
      top: 22px;
      left: 22px;
      right: 22px;
      height: 1px;
      background: var(--border);
      z-index: 0;
  }

  .proc-step {
      flex: 1;
      text-align: center;
      position: relative;
      z-index: 1;
      padding: 0 0.5rem;
  }

  .proc-n {
      width: 44px;
      height: 44px;
      border-radius: 50%;
      background: var(--white);
      border: 2px solid var(--accent);
      color: var(--accent);
      font-weight: 700;
      font-size: 0.9rem;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto 0.75rem;
  }

  .proc-l {
      font-size: 0.8rem;
      font-weight: 600;
      color: var(--text2);
  }

  /* CONTACT */
  #contact {
      background: var(--bg);
  }

  .contact-grid {
      display: grid;
      grid-template-columns: 1fr 1.2fr;
      gap: 4rem;
      align-items: start;
  }

  .cc-list {
      display: flex;
      flex-direction: column;
      gap: 0.85rem;
  }

  .cc {
      background: var(--white);
      border: 1px solid var(--border);
      border-radius: var(--radius);
      padding: 1.1rem 1.3rem;
      display: flex;
      gap: 1rem;
      align-items: flex-start;
      box-shadow: var(--shadow-sm);
  }

  .cc-ic {
      width: 36px;
      height: 36px;
      flex-shrink: 0;
      background: var(--accent-light);
      border: 1px solid var(--accent-mid);
      border-radius: 8px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1rem;
      color: #f97807;
  }

  .cc-lbl {
      font-size: 0.7rem;
      color: var(--muted);
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 0.8px;
      margin-bottom: 0.2rem;
  }

  .cc-val {
      font-size: 0.9rem;
      font-weight: 500;
  }

  .cc-val a {
      color: var(--accent);
      text-decoration: none;
  }

  .cc-val a:hover {
      text-decoration: underline;
  }

  .cform {
      background: var(--white);
      border: 1px solid var(--border);
      border-radius: var(--radius);
      padding: 2.2rem;
      box-shadow: var(--shadow-sm);
  }

  .cform-title {
      font-family: 'Playfair Display', serif;
      font-size: 1.3rem;
      font-weight: 700;
      margin-bottom: 1.4rem;
  }

  .frow {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 0.9rem;
      margin-bottom: 0.9rem;
  }

  .fg {
      margin-bottom: 0.9rem;
  }

  label {
      display: block;
      font-size: 0.78rem;
      font-weight: 600;
      color: var(--text2);
      margin-bottom: 0.35rem;
  }

  input,
  textarea {
      width: 100%;
      background: var(--bg);
      border: 1px solid var(--border);
      border-radius: var(--radius-sm);
      padding: 0.7rem 0.9rem;
      color: var(--text);
      font-family: 'Outfit', sans-serif;
      font-size: 0.88rem;
      outline: none;
      transition: border-color 0.2s, box-shadow 0.2s;
  }

  input:focus,
  textarea:focus {
      border-color: var(--accent);
      box-shadow: 0 0 0 3px rgba(26, 86, 219, 0.08);
  }

  textarea {
      resize: vertical;
      min-height: 100px;
  }

  .fsub {
      width: 100%;
      background: var(--accent);
      color: #fff;
      border: none;
      padding: 0.85rem;
      border-radius: var(--radius-sm);
      font-family: 'Outfit', sans-serif;
      font-weight: 700;
      font-size: 0.9rem;
      cursor: pointer;
      transition: opacity 0.2s;
  }

  .fsub:hover {
      opacity: 0.88;
  }

  .qbtn {
      cursor: pointer;
      color: #f16724;
  }

  /* FOOTER */
  footer {
      background: #111318;
      color: #fff;
      padding: 2.5rem 6%;
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-wrap: wrap;
      gap: 1rem;
  }

  .fl {
      font-weight: 600;
      font-size: 1rem;
      display: flex;
      align-items: center;
      gap: 8px;
  }

  .fl-dot {
      width: 7px;
      height: 7px;
      border-radius: 50%;
      background: var(--accent);
  }

  .fc {
      font-size: 0.82rem;
      color: rgba(255, 255, 255, 0.4);
  }

  .flinks {
      display: flex;
      gap: 1.5rem;
  }

  .flinks a {
      color: rgba(255, 255, 255, 0.5);
      font-size: 0.82rem;
      text-decoration: none;
      transition: color 0.2s;
  }

  .flinks a:hover {
      color: #fff;
  }

  /* ANIMATIONS */
  .rev {
      opacity: 0;
      transform: translateY(20px);
      transition: opacity 0.55s ease, transform 0.55s ease;
  }

  .rev.in {
      opacity: 1;
      transform: translateY(0);
  }

  .d1 {
      transition-delay: 0.08s;
  }

  .d2 {
      transition-delay: 0.16s;
  }

  .d3 {
      transition-delay: 0.24s;
  }

  .d4 {
      transition-delay: 0.32s;
  }

  .d5 {
      transition-delay: 0.40s;
  }

  .d6 {
      transition-delay: 0.48s;
  }

  /* RESPONSIVE */
  @media(max-width:1024px) {
      .svc-grid {
          grid-template-columns: repeat(2, 1fr);
      }

      .tech-wrap {
          grid-template-columns: repeat(2, 1fr);
      }

      .tr-grid {
          grid-template-columns: repeat(2, 1fr);
      }

      .why-grid {
          grid-template-columns: repeat(3, 1fr);
      }

      .proj-card,
      .proj-card.flip {
          grid-template-columns: 1fr;
      }

      .proj-card.flip .pv,
      .proj-card.flip .pb-card {
          order: 0;
      }

      .pv {
          min-height: 220px;
      }
  }

  @media(max-width:768px) {
      .hero-panel {
          display: none;
      }

      .hero-inner {
          grid-template-columns: 1fr;
          gap: 2.5rem;
      }

      .about-wrap,
      .contact-grid {
          grid-template-columns: 1fr;
          gap: 2.5rem;
      }

      .svc-grid {
          grid-template-columns: 1fr;
      }

      .tech-wrap {
          grid-template-columns: 1fr 1fr;
      }

      .why-grid {
          grid-template-columns: repeat(2, 1fr);
      }

      .nav-links {
          display: none;
      }

      .proc-row {
          flex-wrap: wrap;
          justify-content: center;
          gap: 1.5rem;
      }

      .proc-row::before {
          display: none;
      }

      .proc-step {
          min-width: 90px;
      }

      .frow {
          grid-template-columns: 1fr;
      }
  }