/*
Theme Name: HTech Solution
Theme URI: https://htechsolution.example.com
Author: HTech Solution
Author URI: https://htechsolution.example.com
Description: Custom theme cho website HTech Solution — chuyển đổi từ bộ giao diện HTML tĩnh (Home, About, Services, Project, Tin tức, Contact) sang WordPress, quản lý Dự án và Tin tức qua Custom Post Type.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: htech
*/

:root {
  --brand-gold: #ffc400;
  --brand-teal: #20c4b5;
  --brand-blue: #1f6bff;
  --brand-blue-2: #2f80ff;
  --gold: #cfa640;
  --gold-light: #f0d486;
  --dark-navy: #06182b;
  --deep-navy: #08233d;
  --navy-2: #0a3456;
  --glass: rgba(15, 48, 82, 0.46);
  --glass-2: rgba(255, 255, 255, 0.08);
  --white: #ffffff;
  --muted: #9fb3c8;
  --ink: #081424;
  --soft: #f5f8ff;
  --line: rgba(72, 146, 255, 0.32);
  --line-teal: rgba(32, 196, 181, 0.3);
  --shadow: 0 24px 70px rgba(0, 42, 110, 0.22);
  --radius: 18px;
  --container: 1180px;
  --radius-xl: 32px;
  --gradient-accent: linear-gradient(
    135deg,
    var(--brand-teal),
    var(--brand-gold)
  );
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  background: linear-gradient(135deg, #06182b 0%, #08233d 46%, #0a3456 100%);
  color: var(--white);
  line-height: 1.55;
  overflow-x: hidden;
}
a {
  color: inherit;
  text-decoration: none;
}
img {
  max-width: 100%;
  display: block;
}
button,
input,
select,
textarea {
  font-family: inherit;
}
.container {
  width: min(var(--container), calc(100% - 64px));
  margin-inline: auto;
}
.htech-page {
  display: block;
  min-height: 100vh;
  background: linear-gradient(
    135deg,
    rgba(6, 24, 43, 0.98),
    rgba(8, 35, 61, 0.94) 48%,
    rgba(10, 52, 86, 0.9)
  );
}
.eyebrow {
  display: inline-block;
  margin-bottom: 12px;
  color: var(--brand-teal);
  font-weight: 800;
  font-size: 13px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.breadcrumb {
  display: flex;
  gap: 12px;
  color: var(--brand-blue-2);
  font-weight: 800;
  font-size: 13px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 26px;
}
.breadcrumb span {
  color: #7aaaff;
}
h1,
h2,
h3,
p {
  margin-top: 0;
}
h1 {
  font-size: clamp(42px, 6vw, 72px);
  line-height: 1.03;
  letter-spacing: -0.055em;
  font-weight: 700;
}
h2 {
  font-size: clamp(28px, 3.8vw, 40px);
  line-height: 1.08;
  letter-spacing: -0.04em;
  font-weight: 900;
}
h3 {
  font-size: 18px;
  line-height: 1.15;
  letter-spacing: -0.02em;
}
p {
  color: var(--muted);
}
.accent {
  background: var(--gradient-accent);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.btn {
  border: 0;
  border-radius: 7px;
  padding: 13px 22px;
  font-weight: 900;
  font-size: 12px;
  letter-spacing: 0.035em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  cursor: pointer;
  transition: 0.25s ease;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
}
.btn::after {
  content: "";
  position: absolute;
  inset: -100% auto auto -50%;
  width: 60%;
  height: 300%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.25),
    transparent
  );
  transform: rotate(25deg);
  transition: 0.5s ease;
}
.btn:hover::after {
  left: 120%;
}

.btn.primary {
  background: linear-gradient(
    135deg,
    #fff7c2 0%,
    #f7d774 35%,
    #d4af37 68%,
    #a87512 100%
  );
  color: #120d02;
  box-shadow:
    0 16px 42px rgba(212, 175, 55, 0.45),
    0 0 18px rgba(247, 215, 116, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.5);
}
.btn.primary:hover {
  transform: translateY(-2px);
  box-shadow:
    0 20px 52px rgba(212, 175, 55, 0.52),
    0 0 24px rgba(247, 215, 116, 0.35);
}
.btn.ghost {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(26, 182, 174, 0.637);
  color: var(--brand-teal);
}
.btn.ghost:hover {
  border-color: var(--brand-teal);
  color: var(--brand-teal);
  transform: translateY(-2px);
}
.btn.small {
  padding: 12px 18px;
  font-size: 12px;
}
/* HEADER */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  padding: 18px 0;
  background:
    radial-gradient(
      circle at 18% 0%,
      rgba(246, 211, 101, 0.16),
      transparent 34%
    ),
    linear-gradient(
      180deg,
      rgba(4, 18, 36, 0.9) 0%,
      rgba(8, 32, 61, 0.72) 58%,
      rgba(8, 32, 61, 0.12) 100%
    );
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  transition: 0.25s ease;
  border-bottom: 1px solid rgba(246, 211, 101, 0.2);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2);
}
.site-header.scrolled {
  background: linear-gradient(
    180deg,
    rgba(5, 22, 42, 0.78),
    rgba(6, 30, 54, 0.62)
  );
  border-bottom-color: rgba(65, 138, 255, 0.2);
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.logo-link img {
  height: 44px;
  width: auto;
  filter: drop-shadow(0 8px 18px rgba(32, 196, 181, 0.2));
}
.nav {
  display: flex;
  align-items: center;
  gap: 42px;
}
.nav a {
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #fff;
  opacity: 0.93;
  position: relative;
  padding: 9px 0;
}
.nav a::after {
  content: "";
  position: absolute;
  height: 3px;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 999px;
  background: linear-gradient(
    90deg,
    #fff6c7 0%,
    #f6d365 35%,
    #d4af37 70%,
    #fff1a8 100%
  );
  box-shadow:
    0 0 8px rgba(246, 211, 101, 0.65),
    0 0 18px rgba(212, 175, 55, 0.35);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.22s ease;
}
.nav a:hover,
.nav a.active {
  background: linear-gradient(135deg, #fff8dc 0%, #f3d98b 45%, #c9a227 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}
.nav a.active::after,
.nav a:hover::after {
  transform: scaleX(1);
}
.hamburger {
  display: none;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--line);
  width: 42px;
  height: 38px;
  border-radius: 10px;
  color: white;
  font-size: 22px;
}
/* SHARED BACKGROUNDS */
.tech-bg {
  position: relative;
  isolation: isolate;
  background:
    radial-gradient(
      circle at 78% 16%,
      rgba(32, 196, 181, 0.28),
      transparent 28%
    ),
    radial-gradient(
      circle at 86% 36%,
      rgba(31, 107, 255, 0.32),
      transparent 36%
    ),
    radial-gradient(circle at 14% 8%, rgba(255, 196, 0, 0.13), transparent 24%),
    linear-gradient(
      135deg,
      rgba(4, 18, 36, 0.96) 0%,
      rgba(7, 31, 57, 0.9) 52%,
      rgba(10, 52, 86, 0.84) 100%
    );
  overflow: hidden;
}
.tech-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background-image:
    linear-gradient(rgba(47, 128, 255, 0.14) 1px, transparent 1px),
    linear-gradient(90deg, rgba(32, 196, 181, 0.13) 1px, transparent 1px);
  background-size: 70px 70px;
  mask-image: radial-gradient(circle at 70% 35%, #000, transparent 64%);
  opacity: 0.42;
}
.tech-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(
    90deg,
    rgba(4, 18, 36, 0.86) 0%,
    rgba(4, 22, 43, 0.68) 39%,
    rgba(4, 22, 43, 0.22) 72%,
    rgba(4, 22, 43, 0.48) 100%
  );
  pointer-events: none;
}
.bg-img {
  position: absolute;
  inset: 0 0 0 auto;
  width: 64%;
  height: 100%;
  background-position: center right;
  background-size: cover;
  opacity: 0.72;
  mix-blend-mode: screen;
  filter: saturate(1.2) contrast(1.05);
}
.bg-img::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      circle at 65% 45%,
      rgba(32, 196, 181, 0.22),
      transparent 44%
    ),
    linear-gradient(90deg, rgba(4, 18, 36, 0.84), rgba(4, 18, 36, 0.2) 58%);
}
.section-dark {
  background:
    radial-gradient(
      circle at 16% 0%,
      rgba(31, 107, 255, 0.22),
      transparent 30%
    ),
    radial-gradient(
      circle at 82% 18%,
      rgba(32, 196, 181, 0.18),
      transparent 32%
    ),
    radial-gradient(
      circle at 44% 100%,
      rgba(255, 196, 0, 0.07),
      transparent 34%
    ),
    linear-gradient(
      180deg,
      rgba(6, 24, 43, 0.96),
      rgba(9, 40, 69, 0.92) 50%,
      rgba(6, 26, 45, 0.94)
    );
  border-top: 1px solid rgba(67, 143, 255, 0.18);
  border-bottom: 1px solid rgba(67, 143, 255, 0.12);
  position: relative;
  overflow: hidden;
}
.section-dark::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(
    rgba(47, 128, 255, 0.24) 1px,
    transparent 1px
  );
  background-size: 34px 34px;
  opacity: 0.16;
  pointer-events: none;
}
.section-light {
  background:
    radial-gradient(
      circle at 92% 10%,
      rgba(47, 128, 255, 0.09),
      transparent 28%
    ),
    radial-gradient(circle at 4% 20%, rgba(32, 196, 181, 0.1), transparent 24%),
    linear-gradient(180deg, #fbfdff, #f4f8ff);
  color: var(--ink);
  position: relative;
  overflow: hidden;
}
.section-light p {
  color: #5d6c80;
}
.section-pad {
  padding: 50px 0;
}
.top-row {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 34px;
}
/* HERO */
.hero {
  min-height: 640px;
  display: flex;
  align-items: center;
  padding: 115px 0 78px;
  position: relative;
}
.hero .container {
  position: relative;
  z-index: 2;
}
.hero-content {
  max-width: 620px;
}
.hero-content p {
  font-size: 16px;
  max-width: 570px;
  color: #e0eceb;
}
.hero-actions {
  display: flex;
  gap: 14px;
  margin-top: 32px;
  flex-wrap: wrap;
}
.home-hero {
  min-height: 660px;
}
.home-hero .hero-content {
  max-width: 610px;
  padding-top: 52px;
}
.feature-project {
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-36%);
  width: 310px;
  padding: 24px 26px;
  background: linear-gradient(
    145deg,
    rgba(2, 17, 36, 0.48),
    rgba(5, 28, 55, 0.2)
  );
  border: 1px solid rgba(65, 138, 255, 0.22);
  border-radius: 16px;
  box-shadow: 0 25px 80px rgba(1, 8, 18, 0.22);
  backdrop-filter: blur(10px);
}
.feature-project .label {
  font-size: 11px;
  font-weight: 900;
  color: #20c4b5;
  letter-spacing: 0.12em;
}
.feature-project h3 {
  font-size: 26px;
  margin: 10px 0 2px;
}
.feature-project p {
  font-size: 13px;
  margin-bottom: 16px;
  color: #a7bdd3;
}
.feature-project a {
  color: #20c4b5;
  font-weight: 900;
  font-size: 12px;
}
.carousel-control {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(0, 0, 0, 0.25);
}
.carousel-control.left {
  left: -56px;
}
.carousel-control.right {
  right: -56px;
}
.dots {
  display: flex;
  justify-content: center;
  gap: 9px;
  margin-top: 32px;
}
.dots span {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.34);
}
.dots span.active {
  width: 24px;
  background: linear-gradient(90deg, var(--brand-blue), var(--brand-teal));
}
.inner-hero {
  min-height: 420px;
  padding-top: 130px;
}
.inner-hero h1 {
  max-width: 720px;
}
.inner-hero p {
  border-left: 2px solid var(--brand-blue);
  padding-left: 20px;
  max-width: 620px;
  font-size: 19px;
  color: #d3e0ed;
}
/* IMAGE/COLLAGE */
.split {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 72px;
  align-items: center;
}
.split.compact {
  gap: 54px;
}
.image-card {
  position: relative;
  border-radius: 17px;
  overflow: hidden;
  border: 1px solid rgba(66, 143, 255, 0.25);
  box-shadow: var(--shadow);
  background: #071a30;
}
.image-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-home .image-card {
  height: 410px;
}
.about-copy p {
  font-size: 15px;
  margin-bottom: 22px;
}
/* SERVICES CARDS */
.services-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
}
.service-card {
  min-height: 250px;
  padding: 28px 22px;
  border-radius: 10px;
  border: 1px solid var(--line);
  background: linear-gradient(
    145deg,
    rgba(16, 50, 85, 0.62),
    rgba(9, 32, 58, 0.42)
  );
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
  transition: 0.25s ease;
  position: relative;
  overflow: hidden;
}
.service-card::before {
  content: "";
  position: absolute;
  inset: -1px;
  background: radial-gradient(
    circle at 50% 0%,
    rgba(47, 128, 255, 0.25),
    transparent 46%
  );
  opacity: 0;
  transition: 0.25s ease;
}
.service-card:hover {
  transform: translateY(-8px);
  border-color: rgba(32, 196, 181, 0.55);
  box-shadow: 0 20px 54px rgba(0, 40, 90, 0.34);
}
.service-card:hover::before {
  opacity: 1;
}
.line-icon {
  width: 62px;
  height: 62px;
  color: #20c4b5;
  margin-bottom: 26px;
  position: relative;
  z-index: 1;
}
.line-icon svg,
.metric-ico svg,
.feature-ico svg,
.quick-icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.service-card h3 {
  position: relative;
  z-index: 1;
  margin-bottom: 14px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 900;
}
.service-card p {
  position: relative;
  z-index: 1;
  color: #b4c3d5;
  font-size: 13px;
  min-height: 54px;
}
.service-card a {
  position: relative;
  z-index: 1;
  font-size: 28px;
  color: #e7f0ff;
}
/* METRICS */
.metrics-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 34px;
  align-items: center;
}
.metric {
  display: grid;
  grid-template-columns: 58px auto;
  grid-template-rows: auto auto;
  column-gap: 15px;
  align-items: center;
}
.metric-ico {
  grid-row: 1/3;
  width: 58px;
  height: 58px;
  color: #20c4b5;
  background: #eef4ff;
  border-radius: 13px;
  padding: 14px;
}
.metric strong {
  font-size: 29px;
  color: var(--ink);
  line-height: 1;
  font-weight: 900;
}
.metric span {
  font-size: 12px;
  color: #66778b;
}
.experience-card {
  padding: 30px 34px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: linear-gradient(
    145deg,
    rgba(12, 38, 69, 0.8),
    rgba(6, 22, 43, 0.68)
  );
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.experience-card .metric {
  border-right: 1px solid rgba(255, 255, 255, 0.16);
  padding-right: 24px;
}
.experience-card .metric:last-child {
  border-right: 0;
}
.experience-card .metric-ico {
  background: rgba(31, 107, 255, 0.08);
  color: var(--brand-blue-2);
}
.experience-card .metric strong {
  color: #fff;
}
.experience-card .metric span {
  color: #b7c9db;
}
/* PROJECTS */
.projects-row {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 18px;
}
.project-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}
.project-card {
  background: linear-gradient(
    180deg,
    rgba(14, 45, 78, 0.78),
    rgba(7, 27, 51, 0.82)
  );
  border: 1px solid rgba(63, 136, 255, 0.28);
  border-radius: 9px;
  overflow: hidden;
  box-shadow: 0 18px 44px rgba(0, 28, 66, 0.18);
  transition: 0.25s ease;
}
.section-light .project-card {
  background: #fff;
  border-color: #dde7f6;
  box-shadow: 0 16px 32px rgba(33, 66, 120, 0.09);
}
.project-card:hover {
  transform: translateY(-7px);
  border-color: rgba(32, 196, 181, 0.55);
  box-shadow: 0 22px 60px rgba(10, 60, 130, 0.24);
}
.project-img {
  height: 176px;
  background-size: cover;
  background-position: center;
}
.project-body {
  padding: 17px 16px 20px;
}
.project-body h3 {
  margin-bottom: 2px;
  color: inherit;
  text-transform: none;
  font-size: 16px;
  font-weight: 900;
}
.project-body p {
  font-size: 12px;
  margin-bottom: 17px;
  color: #8192a7;
}
.project-body a {
  font-size: 12px;
  font-weight: 900;
  color: var(--brand-teal);
}
.slider-mini {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-top: 28px;
  color: #8fb1db;
}
.slider-mini button {
  border: 1px solid #d8e4f5;
  background: #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  color: #7fa0c8;
}
.clients-strip {
  padding: 40px 0;
  background: linear-gradient(
    90deg,
    rgba(6, 24, 43, 0.96),
    rgba(9, 40, 69, 0.9),
    rgba(6, 24, 43, 0.96)
  );
  border-top: 1px solid rgba(69, 143, 255, 0.18);
  border-bottom: 1px solid rgba(69, 143, 255, 0.18);
}
.clients-strip .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
.clients-strip span {
  font-weight: 900;
  letter-spacing: 0.04em;
  color: #fff;
  opacity: 0.88;
  white-space: nowrap;
}
.testimonial {
  display: grid;
  grid-template-columns: 230px 1fr 270px;
  gap: 40px;
  align-items: center;
}
.quote-mark {
  font-size: 90px;
  line-height: 1;
  color: #dbe8ff;
  font-weight: 900;
}
.testimonial-card {
  display: flex;
  align-items: center;
  gap: 18px;
}
.avatar {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #fff;
  border: 1px solid #e5effa;
  color: #f05e5e;
  font-size: 10px;
  font-weight: 900;
}
/* ABOUT/SERVICES PAGE */
.about-dark {
  padding: 78px 0;
  background:
    radial-gradient(
      circle at 75% 4%,
      rgba(32, 196, 181, 0.22),
      transparent 30%
    ),
    radial-gradient(
      circle at 18% 10%,
      rgba(31, 107, 255, 0.24),
      transparent 32%
    ),
    radial-gradient(
      circle at 40% 100%,
      rgba(255, 196, 0, 0.06),
      transparent 36%
    ),
    linear-gradient(180deg, rgba(6, 24, 43, 0.96), rgba(8, 35, 61, 0.92));
}
.about-dark p {
  color: #bdd0e4;
}
.clients-grid {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 10px;
}
.client-logo {
  height: 80px;
  border: 1px solid rgba(69, 143, 255, 0.25);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.035);
  display: grid;
  place-items: center;
  text-align: center;
  padding: 10px;
  color: #fff;
  font-weight: 900;
  letter-spacing: 0.02em;
}
.cta-form {
  margin: 36px auto 0;
  border: 1px solid rgba(69, 143, 255, 0.52);
  background: linear-gradient(
    135deg,
    rgba(9, 38, 69, 0.74),
    rgba(6, 24, 43, 0.56)
  );
  border-radius: 15px;
  padding: 32px 42px;
  display: grid;
  grid-template-columns: 0.72fr 1.35fr;
  gap: 46px;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.cta-form::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 45%;
  height: 70%;
  background: radial-gradient(
    circle at 50% 100%,
    rgba(31, 107, 255, 0.36),
    transparent 56%
  );
  pointer-events: none;
}
.cta-copy {
  position: relative;
  z-index: 1;
}
.cta-copy h2 {
  margin-bottom: 14px;
}
.cta-copy p {
  font-size: 14px;
  max-width: 360px;
  color: #c7d6e7;
}
.mini-form {
  position: relative;
  z-index: 1;
}
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 16px;
}
input,
select,
textarea {
  width: 100%;
  border: 1px solid rgba(111, 164, 245, 0.3);
  background: rgba(1, 10, 21, 0.45);
  color: #fff;
  border-radius: 6px;
  padding: 14px 16px;
  outline: none;
  transition: 0.2s ease;
}
input::placeholder,
textarea::placeholder {
  color: #8aa2bc;
}
input:focus,
select:focus,
textarea:focus {
  border-color: var(--brand-teal);
  box-shadow: 0 0 0 3px rgba(32, 196, 181, 0.1);
}
textarea {
  height: 84px;
  resize: vertical;
  margin: 12px 0;
}
.privacy {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  margin: 10px 0 0;
  color: #b7c7d8;
}
.privacy span {
  width: 17px;
  height: 17px;
  color: #b7c7d8;
}
.why-grid {
  display: grid;
  grid-template-columns: 1fr 1.22fr;
  gap: 54px;
  align-items: center;
}
.feature-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px 32px;
  margin-top: 34px;
}
.feature-item {
  display: grid;
  grid-template-columns: 66px 1fr;
  gap: 18px;
  align-items: start;
}
.feature-ico {
  width: 66px;
  height: 66px;
  border: 1px solid var(--line);
  border-radius: 11px;
  padding: 17px;
  color: var(--brand-teal);
  background: rgba(255, 255, 255, 0.035);
}
.feature-item h3 {
  margin-bottom: 6px;
}
.feature-item p {
  font-size: 13px;
  color: #b7c8d9;
}
.process {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-top: 42px;
  position: relative;
}
.process::before {
  content: "";
  position: absolute;
  left: 10%;
  right: 10%;
  top: 34px;
  border-top: 1px dashed rgba(47, 128, 255, 0.7);
}
.step {
  text-align: center;
  position: relative;
  z-index: 1;
}
.step-num {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  margin: 0 auto 28px;
  background: linear-gradient(135deg, var(--brand-gold), #d0dd1e);
  box-shadow: 0 0 30px rgba(47, 128, 255, 0.55);
  font-size: 22px;
  font-weight: 900;
}
.step .line-icon {
  margin: 0 auto 14px;
  width: 54px;
  height: 54px;
}
.step p {
  font-size: 14px;
  color: #b9cadd;
}
/* PROJECT PAGE */
.filters {
  display: flex;
  gap: 12px;
}
.filter-btn {
  background: rgba(255, 255, 255, 0.035);
  color: #fff;
  border: 1px solid rgba(69, 143, 255, 0.45);
  border-radius: 6px;
  padding: 13px 23px;
  font-weight: 900;
  font-size: 12px;
  text-transform: uppercase;
}
.project-cta {
  margin-top: 60px;
  border: 1px solid rgba(69, 143, 255, 0.5);
  background: linear-gradient(
    135deg,
    rgba(12, 45, 79, 0.76),
    rgba(6, 24, 43, 0.56)
  );
  border-radius: 16px;
  padding: 44px 56px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  position: relative;
  overflow: hidden;
}
.project-cta::after {
  content: "";
  position: absolute;
  right: 20%;
  bottom: -20px;
  width: 360px;
  height: 150px;
  background: radial-gradient(
    circle,
    rgba(31, 107, 255, 0.36),
    transparent 62%
  );
  pointer-events: none;
}
.project-cta p {
  max-width: 520px;
  font-size: 16px;
  color: #c7d6e7;
}
/* CONTACT */
.contact-hero {
  min-height: 520px;
}
.quick-contact {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  max-width: 850px;
  margin-top: 42px;
}
.quick-item {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 14px;
  align-items: start;
}
.quick-icon {
  width: 38px;
  height: 38px;
  color: var(--brand-blue-2);
}
.quick-item strong {
  display: block;
  margin-bottom: 3px;
}
.quick-item span {
  color: #c7d6e7;
  font-size: 14px;
}
.contact-section {
  padding: 80px 0;
}
.contact-layout {
  display: grid;
  grid-template-columns: 1.06fr 0.94fr;
  gap: 70px;
  align-items: start;
}
.contact-form label {
  display: block;
  font-weight: 800;
  font-size: 13px;
  margin: 0 0 8px;
  color: #1f2c3d;
}
.contact-form input,
.contact-form textarea {
  background: white;
  color: #0b1522;
  border: 1px solid #dbe4f0;
  border-radius: 6px;
}
.contact-form textarea {
  height: 140px;
}
.contact-form .form-grid {
  margin-top: 28px;
  gap: 20px 24px;
}
.full {
  grid-column: 1/-1;
}
.counter {
  text-align: right;
  margin-top: -34px;
  margin-right: 15px;
  color: #8a98aa;
  font-size: 13px;
  position: relative;
  z-index: 1;
}
.office-card {
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 20px 50px rgba(19, 44, 82, 0.13);
  overflow: hidden;
  border: 1px solid #e3ebf5;
}
.office-map {
  height: 320px;
  background-image: url("https://images.unsplash.com/photo-1497366754035-f200968a6e72?auto=format&fit=crop&w=1200&q=90");
  background-size: cover;
  background-position: center;
  position: relative;
}
.marker {
  position: absolute;
  left: 48%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  gap: 12px;
}
.pin-marker {
  width: 46px;
  height: 60px;
  background: linear-gradient(135deg, var(--brand-blue), #315bff);
  clip-path: path(
    "M23 60 C23 60 46 34 46 23 C46 10 36 0 23 0 C10 0 0 10 0 23 C0 34 23 60 23 60 Z"
  );
  filter: drop-shadow(0 12px 22px rgba(31, 107, 255, 0.45));
}
.marker span {
  background: linear-gradient(135deg, var(--brand-blue), #315bff);
  color: #fff;
  padding: 10px 16px;
  border-radius: 8px;
  font-weight: 900;
  font-size: 13px;
}
.office-info {
  padding: 28px;
}
.office-info h3 {
  color: #121c2b;
  font-size: 22px;
  margin-bottom: 20px;
}
.office-info p {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 14px;
  color: #35445a;
  margin: 0 0 16px;
}
.office-info p b {
  color: var(--brand-blue-2);
}
.choose-light {
  padding: 50px 0 76px;
}
.choose-items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 36px;
  margin-top: 36px;
}
.choose-item {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 18px;
  align-items: start;
}
.choose-icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #eef4ff;
  color: var(--brand-blue);
  padding: 17px;
}
.choose-icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: #20c4b5;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.choose-item h3 {
  color: #0d1727;
  margin-bottom: 5px;
}
.choose-item p {
  font-size: 14px;
}
/* ANIMATION */
.fade-up {
  opacity: 0;
  transform: translateY(24px);
  transition: 0.75s cubic-bezier(0.19, 1, 0.22, 1);
}
.fade-up.in {
  opacity: 1;
  transform: translateY(0);
}
/* RESPONSIVE */
@media (max-width: 1100px) {
  .services-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .projects-row {
    grid-template-columns: repeat(3, 1fr);
  }
  .project-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .clients-grid {
    grid-template-columns: repeat(4, 1fr);
  }
  .feature-project {
    position: relative;
    right: auto;
    top: auto;
    transform: none;
    margin-top: 42px;
  }
  .home-hero .hero-content {
    padding-top: 0;
  }
}
@media (max-width: 920px) {
  .container {
    width: min(100% - 40px, var(--container));
  }
  .hamburger {
    display: block;
  }
  .nav {
    position: fixed;
    top: 76px;
    left: 20px;
    right: 20px;
    background: rgba(2, 11, 24, 0.96);
    border: 1px solid var(--line);
    border-radius: 16px;
    padding: 18px;
    display: none;
    flex-direction: column;
    gap: 8px;
    align-items: stretch;
    box-shadow: 0 20px 70px rgba(0, 0, 0, 0.34);
  }
  .nav.open {
    display: flex;
  }
  /* .header-cta {
    display: none;
  } */
  .split,
  .why-grid,
  .contact-layout,
  .testimonial,
  .cta-form {
    grid-template-columns: 1fr;
    gap: 34px;
  }
  .bg-img {
    width: 100%;
    opacity: 0.45;
  }
  .inner-hero,
  .hero {
    min-height: auto;
    padding: 130px 0 76px;
  }
  .metrics-row,
  .experience-card {
    grid-template-columns: repeat(2, 1fr);
  }
  .experience-card .metric:nth-child(2) {
    border-right: 0;
  }
  .top-row {
    align-items: flex-start;
    flex-direction: column;
  }
  .quick-contact {
    grid-template-columns: 1fr;
  }
  .choose-items {
    grid-template-columns: repeat(2, 1fr);
  }
  .footer-inner {
    grid-template-columns: 1fr 1fr !important;
  }
}
@media (max-width: 640px) {
  h1 {
    font-size: 42px;
  }
  h2 {
    font-size: 31px;
  }
  .logo-link img {
    height: 37px;
  }
  .logo-link .brand-logo {
    height: 39px;
  }
  .hero-actions,
  .filters,
  .project-cta {
    flex-direction: column;
    align-items: flex-start;
  }
  .services-grid,
  .projects-row,
  .project-grid,
  .metrics-row,
  .experience-card,
  .form-grid,
  .clients-grid,
  .feature-grid,
  .process,
  .choose-items,
  .footer-inner {
    grid-template-columns: 1fr !important;
  }
  .process::before {
    display: none;
  }
  .experience-card .metric {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    padding-bottom: 18px;
  }
  .project-img {
    height: 210px;
  }
  .about-home .image-card {
    height: 320px;
  }
  .cta-form,
  .project-cta {
    padding: 28px 22px;
  }
  .footer-bottom {
    flex-direction: column;
    align-items: center;
    align-items: flex-start !important;
    gap: 14px;
  }
}
.site-footer {
  background: linear-gradient(
    180deg,
    rgba(6, 24, 43, 0.96),
    rgba(4, 18, 36, 0.92)
  );
  padding: 64px 0 0;
  border-top: 1px solid rgba(69, 143, 255, 0.16);
}
.footer-inner {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr 0.85fr 1.25fr;
  gap: 70px;
}
.footer-brand img {
  height: 58px;
  width: auto;
  margin-bottom: 20px;
}
.footer-brand p {
  max-width: 280px;
  color: #aebed0;
}
.socials {
  display: flex;
  gap: 12px;
  margin-top: 22px;
}
.socials a {
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-weight: 900;
  color: #d6e6f7;
}
.footer-col h4 {
  font-size: 15px;
  margin: 0 0 20px;
  color: #fff;
}
.footer-col a,
.footer-col p {
  display: block;
  color: #b7c6d8;
  font-size: 14px;
  margin: 0 0 12px;
}
.footer-col a:hover {
  color: var(--brand-teal);
}
.contact-col span {
  color: var(--brand-blue-2);
  font-weight: 900;
}
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 42px;
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #8fa3b8;
  font-size: 13px;
}
.footer-bottom p {
  margin: 0;
  color: #8fa3b8;
}
.footer-bottom div {
  display: flex;
  gap: 18px;
}

/* LOGO SHARPENING + LIGHTER BRAND BACKGROUND TUNE */
.logo-link .brand-logo {
  height: 46px;
  width: auto;
  display: block;
  overflow: visible;
  filter: drop-shadow(0 10px 22px rgba(32, 196, 181, 0.22));
  shape-rendering: geometricPrecision;
  text-rendering: geometricPrecision;
}
.footer-brand .brand-logo {
  height: 60px;
  width: auto;
  margin-bottom: 20px;
  display: block;
  overflow: visible;
  filter: drop-shadow(0 10px 24px rgba(32, 196, 181, 0.18));
  shape-rendering: geometricPrecision;
  text-rendering: geometricPrecision;
}
@media (max-width: 680px) {
  .logo-link .brand-logo {
    height: 39px;
  }
  .footer-brand .brand-logo {
    height: 56px;
  }
}

/* CSS MOI THEM */
.home-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(
      circle at 18% 20%,
      rgba(79, 140, 255, 0.18),
      transparent 34%
    ),
    radial-gradient(
      circle at 82% 28%,
      rgba(246, 211, 101, 0.2),
      transparent 32%
    ),
    linear-gradient(135deg, #041224 0%, #08203d 48%, #05172d 100%);
}

.home-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), transparent 80%);
  pointer-events: none;
  z-index: 0;
}

.home-hero::after {
  content: "";
  position: absolute;
  width: 760px;
  height: 760px;
  right: -180px;
  top: 40px;
  border-radius: 50%;
  background: conic-gradient(
    from 180deg,
    rgba(255, 248, 220, 0.08),
    rgba(246, 211, 101, 0.34),
    rgba(79, 140, 255, 0.2),
    rgba(32, 196, 181, 0.18),
    rgba(255, 248, 220, 0.08)
  );
  filter: blur(6px);
  opacity: 0.85;
  pointer-events: none;
  z-index: 0;
}

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

.hero-orb {
  position: absolute;
  display: block;
  border-radius: 999px;
  filter: blur(0.2px);
}

.orb-main {
  width: 440px;
  height: 440px;
  right: 10%;
  top: 22%;
  background:
    radial-gradient(
      circle at 32% 28%,
      rgba(255, 255, 255, 0.82),
      transparent 11%
    ),
    radial-gradient(
      circle at 38% 35%,
      rgba(255, 246, 199, 0.72),
      transparent 22%
    ),
    radial-gradient(
      circle at 60% 70%,
      rgba(212, 175, 55, 0.46),
      transparent 46%
    ),
    linear-gradient(135deg, rgba(255, 248, 220, 0.34), rgba(212, 175, 55, 0.12));
  border: 1px solid rgba(246, 211, 101, 0.36);
  box-shadow:
    0 0 70px rgba(246, 211, 101, 0.28),
    0 0 130px rgba(79, 140, 255, 0.14),
    inset 0 0 42px rgba(255, 255, 255, 0.14);
  animation: floatOrb 7s ease-in-out infinite;
}

.orb-soft {
  width: 260px;
  height: 260px;
  right: 28%;
  bottom: 10%;
  background: radial-gradient(
    circle,
    rgba(32, 196, 181, 0.28),
    transparent 65%
  );
  filter: blur(18px);
  opacity: 0.9;
}

.hero-line {
  position: absolute;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(246, 211, 101, 0.68),
    transparent
  );
  transform: rotate(-18deg);
  opacity: 0.65;
}

.line-1 {
  width: 520px;
  right: 4%;
  top: 32%;
}

.line-2 {
  width: 420px;
  right: 18%;
  top: 55%;
  opacity: 0.35;
}

.home-hero .container {
  position: relative;
  z-index: 2;
}

@keyframes floatOrb {
  0%,
  100% {
    transform: translateY(0) rotate(0deg);
  }

  50% {
    transform: translateY(-18px) rotate(4deg);
  }
}
.home-hero .bg-img {
  display: none;
}

.about-photo-card {
  position: relative;
  min-height: 520px;
  border-radius: 34px;
  overflow: hidden;
  background: #071b36;
  border: 1px solid rgba(246, 211, 101, 0.28);
  box-shadow:
    0 28px 80px rgba(6, 26, 51, 0.22),
    0 0 0 1px rgba(255, 255, 255, 0.06);
}

.about-photo-card img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  display: block;
  object-fit: cover;
  object-position: center;
  transform: scale(1.02);
}

.about-photo-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      180deg,
      rgba(4, 18, 36, 0.02) 0%,
      rgba(4, 18, 36, 0.18) 52%,
      rgba(4, 18, 36, 0.58) 100%
    ),
    linear-gradient(
      135deg,
      rgba(246, 211, 101, 0.18) 0%,
      transparent 34%,
      rgba(79, 140, 255, 0.12) 100%
    );
  pointer-events: none;
}

.about-photo-badge {
  position: absolute;
  left: 28px;
  bottom: 28px;
  z-index: 2;
  padding: 18px 22px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.72);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.about-photo-badge strong {
  display: block;
  color: #c9a227;
  font-size: 36px;
  line-height: 1;
  font-weight: 900;
}

.about-photo-badge span {
  display: block;
  margin-top: 6px;
  color: #061a33;
  font-size: 13px;
  font-weight: 700;
}

@media (max-width: 991px) {
  .about-photo-card,
  .about-photo-card img {
    min-height: 440px;
  }
}

@media (max-width: 575px) {
  .about-photo-card,
  .about-photo-card img {
    min-height: 360px;
  }

  .about-photo-badge {
    left: 18px;
    bottom: 18px;
    padding: 14px 18px;
  }

  .about-photo-badge strong {
    font-size: 30px;
  }
}

.about-photo-card {
  position: relative;
  z-index: 3;
  min-height: 500px;
  border-radius: 36px;
  overflow: hidden;
  background: #071b36;
  border: 1px solid rgba(246, 211, 101, 0.48);
  box-shadow:
    0 34px 90px rgba(7, 27, 54, 0.24),
    0 0 0 8px rgba(246, 211, 101, 0.08),
    0 0 48px rgba(212, 175, 55, 0.18);
  transform: translateY(-8px);
}

.about-photo-card::before {
  content: "";
  position: absolute;
  inset: 14px;
  z-index: 2;
  border-radius: 28px;
  border: 1px solid rgba(246, 211, 101, 0.38);
  pointer-events: none;
}

.about-photo-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(
      180deg,
      rgba(4, 18, 36, 0.02) 0%,
      rgba(4, 18, 36, 0.12) 46%,
      rgba(4, 18, 36, 0.56) 100%
    ),
    radial-gradient(
      circle at 18% 12%,
      rgba(246, 211, 101, 0.22),
      transparent 34%
    ),
    linear-gradient(
      135deg,
      rgba(246, 211, 101, 0.14),
      transparent 38%,
      rgba(79, 140, 255, 0.14)
    );
  pointer-events: none;
}

.about-photo-card img {
  width: 100%;
  height: 100%;
  min-height: 500px;
  display: block;
  object-fit: cover;
  object-position: center;
  transform: scale(1.06);
  filter: saturate(1.08) contrast(1.04) brightness(1.02);
  transition:
    transform 0.45s ease,
    filter 0.45s ease;
}

.about-photo-card:hover img {
  transform: scale(1.1);
  filter: saturate(1.14) contrast(1.06) brightness(1.04);
}

.about-photo-badge {
  position: absolute;
  left: 42px;
  bottom: 34px;
  z-index: 4;
  min-width: 255px;
  padding: 18px 32px;
  border-radius: 999px;
  background: linear-gradient(
    135deg,
    rgba(38, 56, 80, 0.96),
    rgba(18, 34, 56, 0.96)
  );
  border: 1px solid rgba(246, 211, 101, 0.55);
  box-shadow:
    0 18px 46px rgba(7, 27, 54, 0.34),
    0 0 24px rgba(246, 211, 101, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.16);
  text-align: center;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.about-photo-badge strong {
  display: inline;
  color: #f6d365;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.about-photo-badge span {
  display: inline;
  margin-left: 6px;
  color: #f6d365;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .about-photo-card,
  .about-photo-card img {
    min-height: 420px;
  }

  .about-photo-card {
    transform: none;
  }
}

@media (max-width: 575px) {
  .about-photo-card,
  .about-photo-card img {
    min-height: 320px;
    border-radius: 26px;
  }

  .about-photo-card::before {
    inset: 10px;
    border-radius: 20px;
  }

  .about-photo-badge {
    left: 18px;
    bottom: 18px;
    min-width: auto;
    padding: 13px 18px;
  }

  .about-photo-badge strong,
  .about-photo-badge span {
    font-size: 11px;
    letter-spacing: 0.08em;
  }
}

/* ACHIEVEMENTS - LUXURY VERSION */
.achievements-luxury {
  position: relative;
  overflow: hidden;
  padding: 50px 0;
  background:
    radial-gradient(
      circle at 8% 18%,
      rgba(246, 211, 101, 0.16),
      transparent 28%
    ),
    radial-gradient(
      circle at 92% 22%,
      rgba(47, 128, 255, 0.08),
      transparent 30%
    ),
    linear-gradient(180deg, #fbfdff 0%, #eef4fb 100%);
}

.achievements-luxury .split.compact {
  grid-template-columns: 0.72fr 1.28fr;
  gap: 42px;
  align-items: center;
}

.achievements-luxury .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #20c4b5;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.18em;
}

.achievements-luxury h2 {
  margin: 12px 0 0;
  color: #071b36;
  font-size: clamp(38px, 4.6vw, 60px);
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.055em;
}

.achievements-luxury .metrics-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  align-items: stretch;
}

.achievements-luxury .metric {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 178px;
  padding: 24px 16px 22px;
  border-radius: 24px;
  text-align: center;
  background:
    radial-gradient(
      circle at 50% 0%,
      rgba(246, 211, 101, 0.15),
      transparent 42%
    ),
    linear-gradient(180deg, #ffffff 0%, #f7faff 100%);
  border: 1px solid rgba(212, 175, 55, 0.32);
  box-shadow:
    0 22px 52px rgba(7, 27, 54, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.92);
  overflow: hidden;
  transition: 0.25s ease;
}

.achievements-luxury .metric:hover {
  transform: translateY(-6px);
  border-color: rgba(212, 175, 55, 0.5);
  box-shadow:
    0 30px 70px rgba(7, 27, 54, 0.15),
    0 0 26px rgba(212, 175, 55, 0.18);
}

.achievements-luxury .metric-ico {
  width: 54px;
  height: 54px;
  grid-row: auto;
  margin: 0 0 16px;
  padding: 13px;
  border-radius: 18px;
  color: #071b36;
  background: linear-gradient(135deg, #fff8dc 0%, #f5d260 48%, #d4af37 100%);
  box-shadow:
    0 14px 30px rgba(212, 175, 55, 0.26),
    inset 0 1px 0 rgba(255, 255, 255, 0.62);
}

.achievements-luxury .metric-ico svg {
  width: 100%;
  height: 100%;
  stroke: currentColor;
  stroke-width: 2.6;
}

.achievements-luxury .metric strong {
  display: block;
  color: #071b36;
  font-size: 36px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.045em;
}

.achievements-luxury .metric span {
  display: inline-block;
  min-width: 112px;
  margin-top: 14px;
  padding-top: 10px;
  border-top: 3px solid #d4af37;
  color: rgba(7, 27, 54, 0.72);
  font-size: 11px;
  font-weight: 900;
  line-height: 1.35;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

@media (max-width: 920px) {
  .achievements-luxury .split.compact {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 640px) {
  .achievements-luxury {
    padding: 58px 0;
  }

  .achievements-luxury .metrics-row {
    grid-template-columns: 1fr;
  }

  .achievements-luxury .metric {
    min-height: 160px;
  }
}

/* PREMIUM LUXURY BANNER HERO OPTION */
.premium-hero {
  position: relative;
  min-height: 760px;
  overflow: hidden;
  isolation: isolate;
  background: #041224;
}

.premium-hero::before,
.premium-hero::after {
  display: none;
}

.premium-hero .hero-slider {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.premium-hero .hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  transform: scale(1.08);
  filter: saturate(1.05) contrast(1.04);
  transition:
    opacity 1s ease,
    transform 6.5s ease;
}

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

.premium-hero .lux-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(
      circle at 74% 28%,
      rgba(246, 211, 101, 0.18),
      transparent 30%
    ),
    radial-gradient(
      circle at 92% 74%,
      rgba(32, 196, 181, 0.15),
      transparent 34%
    ),
    linear-gradient(
      90deg,
      rgba(4, 18, 36, 0.98) 0%,
      rgba(4, 18, 36, 0.9) 36%,
      rgba(4, 18, 36, 0.58) 66%,
      rgba(4, 18, 36, 0.34) 100%
    );
}

.premium-hero .lux-hero-overlay::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 78px 78px;
  opacity: 0.24;
  mask-image: linear-gradient(to right, #000, transparent 78%);
}

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

.premium-hero-lines span {
  position: absolute;
  right: 7%;
  width: 560px;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(246, 211, 101, 0.72),
    transparent
  );
  box-shadow: 0 0 18px rgba(246, 211, 101, 0.3);
  transform: rotate(-18deg);
}

.premium-hero-lines span:first-child {
  top: 34%;
}

.premium-hero-lines span:last-child {
  top: 47%;
  width: 420px;
  opacity: 0.55;
}

.premium-hero .container {
  position: relative;
  z-index: 4;
}

.premium-hero .hero-content {
  max-width: 650px;
}

.premium-hero .hero-content h1 {
  text-shadow: 0 24px 60px rgba(0, 0, 0, 0.38);
}

.premium-hero .hero-content p {
  color: rgba(230, 240, 246, 0.92);
}

.premium-feature {
  right: clamp(145px, 11vw, 210px);
  width: 280px;
  padding: 22px;
  border-radius: 26px;
  border: 1px solid rgba(246, 211, 101, 0.34);
  background:
    radial-gradient(
      circle at 20% 0%,
      rgba(246, 211, 101, 0.14),
      transparent 36%
    ),
    linear-gradient(145deg, rgba(7, 27, 54, 0.8), rgba(7, 27, 54, 0.38));
  box-shadow:
    0 24px 66px rgba(0, 0, 0, 0.28),
    0 0 30px rgba(212, 175, 55, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.premium-feature-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 16px;
}

.premium-kicker {
  display: block;
  margin-bottom: 6px;
  color: #f6d365;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.16em;
}

.premium-feature-top strong {
  color: rgba(230, 240, 246, 0.74);
  font-size: 12px;
  font-weight: 700;
}

.premium-feature-top em {
  font-style: normal;
  color: rgba(255, 248, 220, 0.8);
  font-size: 28px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.04em;
}

.premium-feature-line {
  width: 100%;
  height: 1px;
  margin-bottom: 18px;
  background: linear-gradient(
    90deg,
    rgba(246, 211, 101, 0.72),
    rgba(246, 211, 101, 0.14),
    transparent
  );
}

.premium-feature h3 {
  margin: 0 0 8px;
  color: #ffffff;
  font-size: 27px;
  line-height: 1.05;
  font-weight: 700;
  letter-spacing: -0.045em;
}

.premium-feature p {
  margin: 0 0 20px;
  color: rgba(230, 240, 246, 0.78);
  font-size: 13px;
  line-height: 1.5;
}

.premium-feature-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.premium-feature-bottom a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #f6d365;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.premium-feature-bottom a span {
  transition: 0.25s ease;
}

.premium-feature-bottom a:hover span {
  transform: translateX(4px);
}

.premium-arrows {
  display: flex;
  gap: 8px;
}

.premium-feature .carousel-control {
  position: static;
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  border: 1px solid rgba(246, 211, 101, 0.34);
  background: rgba(255, 255, 255, 0.06);
  color: #f6d365;
  font-size: 21px;
  line-height: 1;
  cursor: pointer;
  transform: none;
  transition: 0.25s ease;
}

.premium-feature .carousel-control:hover {
  background: rgba(246, 211, 101, 0.16);
  transform: translateY(-2px);
}

.premium-hero-dots {
  position: absolute;
  right: 0;
  bottom: 70px;
  z-index: 6;
  display: flex;
  align-items: center;
  gap: 12px;
}

.premium-hero-dots span {
  position: relative;
  width: 74px;
  height: 54px;
  border-radius: 18px;
  overflow: hidden;
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(7, 27, 54, 0.42);
  cursor: pointer;
  opacity: 0.62;
  box-shadow: none;
  transition: 0.28s ease;
}

.premium-hero-dots span.active,
.premium-hero-dots span:hover {
  width: 108px;
  opacity: 1;
  border-color: rgba(246, 211, 101, 0.62);
  box-shadow:
    0 18px 40px rgba(0, 0, 0, 0.32),
    0 0 24px rgba(246, 211, 101, 0.18);
}

.premium-hero-dots span img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.08) contrast(1.05);
}

.premium-hero-dots span::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(4, 18, 36, 0.68),
    rgba(4, 18, 36, 0.18)
  );
}

.premium-hero-dots span i {
  position: absolute;
  left: 10px;
  top: 8px;
  z-index: 2;
  color: #fff8dc;
  font-style: normal;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-shadow: 0 4px 12px rgba(0, 0, 0, 0.55);
}

@media (max-width: 1100px) {
  .premium-feature {
    width: 100%;
    max-width: 430px;
    margin-top: 42px;
  }

  .premium-hero-dots {
    position: relative;
    right: auto;
    bottom: auto;
    margin-top: 30px;
    flex-wrap: wrap;
  }

  .premium-hero-dots span,
  .premium-hero-dots span.active,
  .premium-hero-dots span:hover {
    width: 82px;
  }
}

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

  .premium-hero-lines {
    display: none;
  }

  .premium-feature {
    padding: 22px;
    border-radius: 24px;
  }

  .premium-feature h3 {
    font-size: 28px;
  }

  .premium-feature-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .premium-hero-dots {
    gap: 8px;
  }

  .premium-hero-dots span,
  .premium-hero-dots span.active,
  .premium-hero-dots span:hover {
    width: 68px;
    height: 48px;
    border-radius: 14px;
  }
}

/* HERO THUMBNAIL DOTS - VERTICAL RIGHT SIDE */
.premium-hero-dots {
  position: absolute;
  right: clamp(24px, 3vw, 56px);
  top: 50%;
  bottom: auto;
  z-index: 8;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  transform: translateY(-50%);
}

.premium-hero-dots span {
  position: relative;
  width: 70px;
  height: 54px;
  display: block;
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(7, 27, 54, 0.42);
  cursor: pointer;
  opacity: 0.62;
  box-shadow: none;
  transition: 0.28s ease;
}

.premium-hero-dots span.active,
.premium-hero-dots span:hover {
  width: 82px;
  height: 64px;
  opacity: 1;
  border-color: rgba(246, 211, 101, 0.68);
  box-shadow:
    0 18px 42px rgba(0, 0, 0, 0.34),
    0 0 26px rgba(246, 211, 101, 0.22);
  transform: translateX(-10px);
}

.premium-hero-dots span img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  filter: saturate(1.08) contrast(1.05);
}

.premium-hero-dots span::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(4, 18, 36, 0.68),
    rgba(4, 18, 36, 0.12)
  );
}

.premium-hero-dots span i {
  position: absolute;
  left: 10px;
  top: 8px;
  z-index: 2;
  color: #fff8dc;
  font-style: normal;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-shadow: 0 4px 12px rgba(0, 0, 0, 0.6);
}

/* Đẩy featured card qua trái để không đụng thumbnail dọc */
.premium-feature {
  right: clamp(145px, 11vw, 210px);
}

/* Responsive */
@media (max-width: 1100px) {
  .premium-hero-dots {
    position: relative;
    right: auto;
    top: auto;
    bottom: auto;
    transform: none;
    flex-direction: row;
    justify-content: flex-start;
    margin-top: 30px;
    flex-wrap: wrap;
  }

  .premium-hero-dots span,
  .premium-hero-dots span.active,
  .premium-hero-dots span:hover {
    width: 76px;
    height: 54px;
    transform: none;
  }

  .premium-feature {
    right: auto;
  }
}

@media (max-width: 640px) {
  .premium-hero-dots {
    gap: 8px;
  }

  .premium-hero-dots span,
  .premium-hero-dots span.active,
  .premium-hero-dots span:hover {
    width: 64px;
    height: 46px;
    border-radius: 14px;
  }
}

/* Đối tác/Partner */
.clients-strip.clients-luxury {
  position: relative;
  overflow: hidden;
  padding: 40px 0 50px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfaf7 52%, #f7f9fc 100%);
  border-top: 1px solid rgba(212, 175, 55, 0.1);
  border-bottom: 1px solid rgba(212, 175, 55, 0.08);
}

.clients-strip.clients-luxury::before {
  content: "";
  position: absolute;
  inset: 0;
  background: none;
  pointer-events: none;
}

.clients-head {
  display: block !important;
}

.clients-title {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 0 !important;
}

.clients-title .eyebrow {
  display: block !important;
  margin-bottom: 10px !important;
  color: #20c4b5;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.clients-title h2 {
  line-height: 1.08;
  letter-spacing: -0.04em;
  font-weight: 900;
}

.clients-orb {
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
  margin-top: 4px;
  border-radius: 50%;
  background: radial-gradient(
    circle at 38% 34%,
    #fffdf0 0%,
    #fff2b8 34%,
    #f6d365 72%,
    #d4af37 100%
  );
  box-shadow:
    0 0 0 8px rgba(246, 211, 101, 0.14),
    0 18px 36px rgba(212, 175, 55, 0.2);
}

.clients-title .eyebrow {
  display: block;
  margin-bottom: 8px;
  color: #20c4b5;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.clients-strip.clients-luxury .clients-head {
  display: block !important;
  margin-bottom: 28px !important;
}

.clients-strip.clients-luxury .clients-title {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 0 !important;
  max-width: 720px !important;
}

.clients-strip.clients-luxury .clients-title .eyebrow {
  display: block !important;
  margin-bottom: 16px !important;
  color: #20c4b5 !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  letter-spacing: 0.2em !important;
  text-transform: uppercase !important;
}

.clients-strip.clients-luxury .clients-title h2 {
  margin: 0 !important;
  color: #071b36 !important;
  font-size: clamp(30px, 3.6vw, 46px) !important;
  line-height: 1.08 !important;
  letter-spacing: -0.045em !important;
  font-weight: 700;
}

.clients-head p {
  max-width: 680px;
  margin: 0;
  color: rgba(7, 27, 54, 0.58);
  font-size: 17px;
  line-height: 1.8;
  text-align: center;
}

.clients-marquee {
  position: relative;
  z-index: 2;
  width: 100%;

  padding: 25px 0 20px;
  background: transparent;
  mask-image: none;
  -webkit-mask-image: none;
}

.clients-track {
  display: flex;
  width: max-content;
  gap: 28px;
  animation: clientsMarquee 32s linear infinite;
}

.clients-marquee:hover .clients-track {
  animation-play-state: paused;
}

.client-logo-card {
  position: relative;
  width: 250px;
  height: 112px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  padding: 20px 28px;
  border-radius: 24px;
  background:
    radial-gradient(
      circle at 100% 0%,
      rgba(246, 211, 101, 0.13),
      transparent 34%
    ),
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.96),
      rgba(248, 251, 255, 0.92)
    );
  border: 1px solid rgba(212, 175, 55, 0.28);
  box-shadow:
    0 22px 56px rgba(7, 27, 54, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  transition: 0.28s ease;
}

.client-logo-card::before {
  content: "";
  position: absolute;
  inset: 12px;
  border-radius: 18px;
  border: 1px solid rgba(212, 175, 55, 0.14);
  pointer-events: none;
}

.client-logo-card:hover {
  transform: translateY(-8px);
  border-color: rgba(212, 175, 55, 0.48);
  box-shadow:
    0 30px 72px rgba(7, 27, 54, 0.13),
    0 0 28px rgba(212, 175, 55, 0.16);
}

.client-logo-card img {
  max-width: 150px;
  max-height: 46px;
  object-fit: contain;
  filter: saturate(1.08) contrast(1.04);
}

.client-logo-card img[src=""],
.client-logo-card img:not([src]) {
  display: none;
}

.client-logo-card span {
  display: none;
  color: #071b36;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.08em;
  white-space: nowrap;
}

.client-logo-card img[src=""] + span,
.client-logo-card img:not([src]) + span {
  display: block;
}

@keyframes clientsMarquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@media (max-width: 991px) {
  .clients-head {
    grid-template-columns: 1fr;
    gap: 22px;
    text-align: left;
  }

  .clients-head p {
    text-align: left;
  }

  .client-logo-card {
    width: 220px;
    height: 100px;
  }
}

@media (max-width: 575px) {
  .clients-strip.clients-luxury {
    padding: 64px 0 58px;
  }

  .clients-orb {
    width: 36px;
    height: 36px;
  }

  .client-logo-card {
    width: 190px;
    height: 88px;
    border-radius: 20px;
  }

  .client-logo-card img {
    max-width: 126px;
    max-height: 38px;
  }
}

/* TESTIMONIAL - LUXURY VERSION */
.testimonial-luxury-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(
      circle at 12% 18%,
      rgba(246, 211, 101, 0.14),
      transparent 30%
    ),
    radial-gradient(
      circle at 86% 20%,
      rgba(79, 140, 255, 0.08),
      transparent 34%
    ),
    linear-gradient(180deg, #f8fbff 0%, #eef5fb 100%);
}

.testimonial-luxury-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(7, 27, 54, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(7, 27, 54, 0.03) 1px, transparent 1px);
  background-size: 82px 82px;
  opacity: 0.3;
  pointer-events: none;
}

.testimonial-luxury {
  position: relative;
  z-index: 2;
}

.testimonial-luxury-head {
  max-width: 550px;
  margin-bottom: 36px;
}

.testimonial-luxury-head .eyebrow {
  color: #20c4b5;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.testimonial-luxury-head h2 {
  margin: 16px 0 18px;
  color: #071b36;
  font-size: clamp(30px, 3.6vw, 46px);
  line-height: 1.04;
  font-weight: 700;
  letter-spacing: -0.05em;
}

.testimonial-luxury-head p {
  max-width: 640px;
  margin: 0;
  color: rgba(7, 27, 54, 0.58);
  font-size: 14px;
  line-height: 1.75;
}

.testimonial-luxury-panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) 360px;
  gap: 34px;
  align-items: stretch;
  padding: clamp(30px, 4vw, 38px);
  border-radius: 38px;
  background:
    radial-gradient(
      circle at 8% 0%,
      rgba(246, 211, 101, 0.16),
      transparent 32%
    ),
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(248, 251, 255, 0.9));
  border: 1px solid rgba(212, 175, 55, 0.22);
  box-shadow:
    0 34px 90px rgba(7, 27, 54, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.95);
  overflow: hidden;
}

.testimonial-luxury-panel::after {
  content: "";
  position: absolute;
  right: -120px;
  top: -120px;
  width: 340px;
  height: 340px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(246, 211, 101, 0.18),
    transparent 68%
  );
  pointer-events: none;
}

.testimonial-quote-mark {
  position: absolute;
  left: 38px;
  top: 18px;
  color: rgba(212, 175, 55, 0.16);
  font-size: 180px;
  line-height: 1;
  font-weight: 900;
  pointer-events: none;
}

.testimonial-main {
  position: relative;
  z-index: 2;
  padding: 22px 8px 12px 90px;
}

.testimonial-rating {
  display: flex;
  gap: 6px;
  margin-bottom: 22px;
}

.testimonial-rating span {
  color: #d4af37;
  font-size: 18px;
  text-shadow: 0 0 14px rgba(212, 175, 55, 0.24);
}

.testimonial-text {
  max-width: 760px;
  margin: 0;
  color: #071b36;
  font-size: clamp(18px, 2.1vw, 25px);
  line-height: 1.45;
  font-weight: 700;
  letter-spacing: -0.025em;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 34px;
}

.testimonial-avatar {
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  border-radius: 22px;
  color: #071b36;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.08em;
  background: linear-gradient(135deg, #fff8dc 0%, #f5d260 48%, #d4af37 100%);
  box-shadow:
    0 18px 38px rgba(212, 175, 55, 0.26),
    inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.testimonial-author h3 {
  margin: 0 0 4px;
  color: #071b36;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.testimonial-author p {
  margin: 0;
  color: rgba(7, 27, 54, 0.54);
  font-size: 14px;
  font-weight: 700;
}

.testimonial-side-card {
  position: relative;
  z-index: 2;
  padding: 30px;
  border-radius: 30px;
  background:
    radial-gradient(
      circle at 20% 0%,
      rgba(246, 211, 101, 0.18),
      transparent 36%
    ),
    linear-gradient(145deg, rgba(7, 27, 54, 0.96), rgba(8, 32, 61, 0.9));
  border: 1px solid rgba(246, 211, 101, 0.26);
  box-shadow:
    0 26px 70px rgba(7, 27, 54, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.testimonial-side-card span {
  display: block;
  margin-bottom: 16px;
  color: #f6d365;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.18em;
}

.testimonial-side-card strong {
  display: block;
  margin-bottom: 16px;
  color: #ffffff;
  font-size: 20px;
  line-height: 1.15;
  font-weight: 700;
  letter-spacing: -0.035em;
}

.testimonial-side-card p {
  margin: 0;
  color: rgba(230, 240, 246, 0.72);
  font-size: 14px;
  line-height: 1.75;
}

.testimonial-mini-dots {
  display: flex;
  gap: 8px;
  margin-top: 28px;
}

.testimonial-mini-dots i {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.24);
}

.testimonial-mini-dots i.active {
  width: 34px;
  background: linear-gradient(90deg, #fff8dc, #f6d365, #d4af37);
  box-shadow: 0 0 16px rgba(246, 211, 101, 0.38);
}

@media (max-width: 991px) {
  .testimonial-luxury-panel {
    grid-template-columns: 1fr;
  }

  .testimonial-main {
    padding-left: 64px;
  }

  .testimonial-side-card {
    max-width: 480px;
  }
}

@media (max-width: 575px) {
  .testimonial-luxury-head h2 {
    font-size: 38px;
  }

  .testimonial-luxury-panel {
    padding: 26px;
    border-radius: 28px;
  }

  .testimonial-quote-mark {
    left: 22px;
    top: 16px;
    font-size: 120px;
  }

  .testimonial-main {
    padding: 42px 0 0;
  }

  .testimonial-text {
    font-size: 22px;
  }

  .testimonial-author {
    align-items: flex-start;
  }

  .testimonial-side-card {
    padding: 24px;
    border-radius: 24px;
  }
}

.footer-col.contact-col p span {
  color: #d4af37;
  font-weight: 900;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  margin-right: 8px;
  text-shadow: 0 0 14px rgba(212, 175, 55, 0.35);
}

.footer-mail-form {
  margin-top: 22px;
}

.footer-mail-form label {
  display: block;
  margin-bottom: 10px;
  color: #f6d365;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.footer-mail-box {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: 250px;
  min-height: 50px;
  padding: 7px 7px 7px 16px;
  border-radius: 999px;
  border: 1px solid rgba(246, 211, 101, 0.34);
  background:
    radial-gradient(
      circle at 12% 0%,
      rgba(246, 211, 101, 0.16),
      transparent 36%
    ),
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.08),
      rgba(255, 255, 255, 0.03)
    );
  box-shadow:
    0 18px 44px rgba(0, 0, 0, 0.22),
    0 0 24px rgba(212, 175, 55, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.footer-mail-box span {
  flex: 0 0 auto;
  color: #f6d365;
  font-size: 15px;
  text-shadow: 0 0 14px rgba(246, 211, 101, 0.42);
}

.footer-mail-box input {
  flex: 1;
  min-width: 0;
  border: 0;
  outline: none;
  background: transparent;
  color: #ffffff;
  font-size: 10px;
  font-weight: 600;
}

.footer-mail-box input::placeholder {
  color: rgba(230, 240, 246, 0.5);
}

.footer-mail-box button {
  flex: 0 0 auto;
  height: 40px;
  padding: 0 18px;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  color: #071b36;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: linear-gradient(135deg, #fff8dc 0%, #f6d365 48%, #d4af37 100%);
  box-shadow:
    0 12px 28px rgba(212, 175, 55, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.62);
  transition: 0.25s ease;
}

.footer-mail-box button:hover {
  transform: translateY(-2px);
  box-shadow:
    0 16px 34px rgba(212, 175, 55, 0.38),
    0 0 18px rgba(246, 211, 101, 0.28);
}

.footer-mail-box:focus-within {
  border-color: rgba(246, 211, 101, 0.62);
  box-shadow:
    0 20px 48px rgba(0, 0, 0, 0.26),
    0 0 30px rgba(246, 211, 101, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.14);
}

@media (max-width: 575px) {
  .footer-mail-box {
    max-width: 100%;
  }

  .footer-mail-box button {
    padding: 0 14px;
  }
}

/* ACHIEVEMENTS - PREMIUM COMPACT */
.achievements-pro {
  position: relative;
  overflow: hidden;
  padding: 50px 0;
  background:
    radial-gradient(
      circle at 12% 18%,
      rgba(246, 211, 101, 0.12),
      transparent 30%
    ),
    linear-gradient(180deg, #fbfdff 0%, #f3f7fc 100%);
  border-top: 1px solid rgba(212, 175, 55, 0.12);
  border-bottom: 1px solid rgba(212, 175, 55, 0.1);
}

.achievements-pro::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(7, 27, 54, 0.028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(7, 27, 54, 0.024) 1px, transparent 1px);
  background-size: 74px 74px;
  opacity: 0.42;
  pointer-events: none;
}

.achievements-pro-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 42px;
  align-items: center;
  padding: 34px;
  border-radius: 34px;
  background:
    radial-gradient(
      circle at 100% 0%,
      rgba(246, 211, 101, 0.14),
      transparent 34%
    ),
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(248, 251, 255, 0.9));
  border: 1px solid rgba(212, 175, 55, 0.2);
  box-shadow:
    0 26px 70px rgba(7, 27, 54, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

.achievements-pro-head .eyebrow {
  display: inline-block;
  margin-bottom: 14px;
  color: #c9a227;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.achievements-pro-head h2 {
  margin: 0 0 14px;
  color: #071b36;
  font-size: clamp(32px, 3.4vw, 46px);
  line-height: 1.06;
  font-weight: 700;
  letter-spacing: -0.05em;
}

.achievements-pro-head p {
  max-width: 390px;
  margin: 0;
  color: rgba(7, 27, 54, 0.58);
  font-size: 14px;
  line-height: 1.7;
}

.achievement-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.achievement-card {
  position: relative;
  min-height: 148px;
  padding: 20px 14px 18px;
  border-radius: 24px;
  text-align: center;
  overflow: hidden;
  background:
    radial-gradient(
      circle at 50% 0%,
      rgba(246, 211, 101, 0.16),
      transparent 42%
    ),
    linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  border: 1px solid rgba(212, 175, 55, 0.24);
  box-shadow:
    0 18px 44px rgba(7, 27, 54, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  transition: 0.25s ease;
}

.achievement-card:hover {
  transform: translateY(-5px);
  border-color: rgba(212, 175, 55, 0.46);
  box-shadow:
    0 24px 58px rgba(7, 27, 54, 0.13),
    0 0 22px rgba(212, 175, 55, 0.14);
}

.achievement-icon {
  width: 44px;
  height: 44px;
  margin: 0 auto 14px;
  padding: 10px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  color: #071b36;
  background: linear-gradient(135deg, #fff8dc 0%, #f5d260 48%, #d4af37 100%);
  box-shadow:
    0 12px 24px rgba(212, 175, 55, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.65);
}

.achievement-icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.achievement-card strong {
  display: block;
  margin-bottom: 8px;
  color: #071b36;
  font-size: 30px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.045em;
}

.achievement-card span {
  display: block;
  max-width: 110px;
  margin: 0 auto;
  padding-top: 9px;
  border-top: 2px solid rgba(212, 175, 55, 0.72);
  color: rgba(7, 27, 54, 0.68);
  font-size: 10px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

/* CSS TIN TUC */
.news-section {
  padding: 60px 0;
  background:
    radial-gradient(
      circle at 10% 8%,
      rgba(207, 166, 64, 0.11),
      transparent 25rem
    ),
    linear-gradient(180deg, #f3f6fb 0%, #eef3f8 100%);
}

.section-title {
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 700;
  color: #071528 !important;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  margin-bottom: 38px;
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 18px;
  padding-bottom: 18px;
}

.section-title::before {
  content: "";
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background:
    linear-gradient(135deg, rgba(207, 166, 64, 0.22), rgba(207, 166, 64, 0.03)),
    rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(207, 166, 64, 0.38);
  box-shadow: inset 0 0 0 7px rgba(207, 166, 64, 0.08);
}

.section-title::after {
  content: "";
  position: absolute;
  left: 62px;
  bottom: 0;
  width: 104px;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(
    90deg,
    var(--gold-light),
    var(--gold),
    transparent
  );
}
.card-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
}

.bg-hero-placeholder {
  background:
    radial-gradient(
      circle at 75% 18%,
      rgba(240, 212, 134, 0.18),
      transparent 26rem
    ),
    radial-gradient(
      circle at 14% 35%,
      rgba(54, 82, 92, 0.14),
      transparent 24rem
    ),
    linear-gradient(
      112deg,
      rgba(6, 16, 30, 0.82) 0%,
      rgba(18, 34, 52, 0.66) 45%,
      rgba(28, 42, 60, 0.42) 100%
    ),
    url("https://sonha.com/wp-content/uploads/2025/07/BIDV-Tower-4-1.jpg")
      no-repeat center/cover;
}

.bg-card-dark-placeholder {
  background:
    linear-gradient(
      180deg,
      rgba(4, 21, 51, 0.12) 0%,
      rgba(1, 8, 24, 0.92) 100%
    ),
    url("https://www.hanoi-office.com/uploads/images/hud.jpg") no-repeat
      center/cover;
}

.bg-card-dark-placeholder1 {
  background:
    linear-gradient(
      180deg,
      rgba(4, 21, 51, 0.12) 0%,
      rgba(1, 8, 24, 0.92) 100%
    ),
    url("https://plus.unsplash.com/premium_photo-1661304638736-5038d46f45f4?q=80&w=2800&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D")
      no-repeat center/cover;
}

.bg-card-dark-placeholder2 {
  background:
    linear-gradient(
      180deg,
      rgba(4, 21, 51, 0.12) 0%,
      rgba(1, 8, 24, 0.92) 100%
    ),
    url("https://plus.unsplash.com/premium_photo-1727730015669-aac64afb50ad?q=80&w=1770&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D")
      no-repeat center/cover;
}

.bg-card-dark-placeholder3 {
  background:
    linear-gradient(
      180deg,
      rgba(4, 21, 51, 0.08) 0%,
      rgba(1, 8, 24, 0.84) 100%
    ),
    url("https://sonha.com/wp-content/uploads/2025/07/BIDV-Tower-4-1.jpg")
      no-repeat center/cover;
}

.bg-card-dark-placeholder4 {
  background:
    linear-gradient(
      180deg,
      rgba(4, 21, 51, 0.08) 0%,
      rgba(1, 8, 24, 0.84) 100%
    ),
    url("https://sigma.net.vn/uploaded/du%20an/BIDV%20tower%20bao%20tri/bidv-sap-ban-25-co-phan-cho-doi-tac-ngoai-1-1454122412874_ZGBS.jpg")
      no-repeat center/cover;
}

.bg-card-dark-placeholder5 {
  background:
    linear-gradient(
      180deg,
      rgba(4, 21, 51, 0.08) 0%,
      rgba(1, 8, 24, 0.84) 100%
    ),
    url("https://images.unsplash.com/photo-1516321318423-f06f85e504b3?q=80&w=1770&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D")
      no-repeat center/cover;
}

.dark-card {
  position: relative;
  min-height: 330px;
  height: auto;
  border-radius: var(--radius-xl);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 32px;
  cursor: pointer;
  box-shadow: var(--shadow-lux);
  transition: all 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  isolation: isolate;
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.dark-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(
      circle at 24% 20%,
      rgba(240, 212, 134, 0.34),
      transparent 18rem
    ),
    linear-gradient(
      180deg,
      transparent 0%,
      rgba(1, 8, 24, 0.38) 44%,
      rgba(1, 8, 24, 0.88) 100%
    );
  transition: var(--transition);
}

.dark-card::after {
  content: "";
  position: absolute;
  inset: 14px;
  border-radius: calc(var(--radius-xl) - 10px);
  border: 1px solid rgba(240, 212, 134, 0.16);
  pointer-events: none;
}

.dark-card:hover {
  transform: translateY(-12px) scale(1.01);
  box-shadow: 0 32px 78px rgba(2, 13, 36, 0.28);
}

.dark-card:hover::before {
  background:
    radial-gradient(
      circle at 24% 20%,
      rgba(240, 212, 134, 0.42),
      transparent 18rem
    ),
    linear-gradient(
      180deg,
      rgba(1, 8, 24, 0.05) 0%,
      rgba(1, 8, 24, 0.42) 44%,
      rgba(1, 8, 24, 0.9) 100%
    );
}

.dark-card-icon {
  position: absolute;
  top: 34px;
  left: 34px;
  width: 70px;
  height: 70px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.09) !important;
  border: 1px solid rgba(240, 212, 134, 0.55) !important;
  color: var(--gold-light);
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(14px) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 18px 38px rgba(0, 0, 0, 0.26),
    0 0 0 8px rgba(207, 166, 64, 0.08);
  z-index: 3;
}

.dark-card-icon svg {
  width: 34px;
  height: 34px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.75;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.dark-card-title {
  color: var(--white);
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
  z-index: 2;
  padding-right: 54px;
  letter-spacing: -0.35px;
}

.dark-card-desc {
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.65;
  z-index: 2;
  padding-right: 54px;
}

.dark-card-arrow {
  position: absolute;
  bottom: 30px;
  right: 30px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(240, 212, 134, 0.26);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold-light);
  transition: var(--transition);
  z-index: 2;
  backdrop-filter: blur(12px);
}

.dark-card:hover .dark-card-arrow {
  background: linear-gradient(135deg, var(--gold-light), var(--gold));
  color: var(--primary-dark);
  transform: translateX(4px) rotate(-8deg);
  box-shadow: 0 16px 28px rgba(207, 166, 64, 0.28);
}

@media (max-width: 991px) {
  .achievements-pro-inner {
    grid-template-columns: 1fr;
    gap: 30px;
  }

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

  .achievements-pro-head p {
    max-width: 560px;
  }
}

@media (max-width: 575px) {
  .achievements-pro {
    padding: 52px 0;
  }

  .achievements-pro-inner {
    padding: 24px;
    border-radius: 26px;
  }

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

  .achievement-card {
    min-height: 140px;
  }
}

/* ABOUT PAGE HERO - LUXURY VERSION */
.about-inner-hero {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  isolation: isolate;
  background: #041224;
  display: flex;
  align-items: center;
}

.about-inner-hero::before,
.about-inner-hero::after {
  display: none;
}

.about-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: url("https://images.unsplash.com/photo-1497366754035-f200968a6e72?auto=format&fit=crop&w=1900&q=90");
  background-size: cover;
  background-position: center;
  transform: scale(1.04);
  filter: saturate(1.05) contrast(1.04);
}

.about-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(
      circle at 76% 26%,
      rgba(246, 211, 101, 0.18),
      transparent 30%
    ),
    radial-gradient(
      circle at 92% 76%,
      rgba(32, 196, 181, 0.14),
      transparent 34%
    ),
    linear-gradient(
      90deg,
      rgba(4, 18, 36, 0.98) 0%,
      rgba(4, 18, 36, 0.9) 38%,
      rgba(4, 18, 36, 0.62) 68%,
      rgba(4, 18, 36, 0.42) 100%
    );
}

.about-hero-overlay::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.052) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 78px 78px;
  opacity: 0.24;
  mask-image: linear-gradient(to right, #000, transparent 80%);
  -webkit-mask-image: linear-gradient(to right, #000, transparent 80%);
}

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

.about-hero-decor .decor-line {
  position: absolute;
  right: 7%;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(246, 211, 101, 0.72),
    transparent
  );
  box-shadow: 0 0 18px rgba(246, 211, 101, 0.32);
  transform: rotate(-18deg);
}

.about-hero-decor .line-one {
  top: 34%;
  width: 560px;
}

.about-hero-decor .line-two {
  top: 48%;
  width: 420px;
  opacity: 0.54;
}

.about-hero-decor .decor-orb {
  position: absolute;
  right: 11%;
  top: 24%;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  border: 1px solid rgba(246, 211, 101, 0.24);
  box-shadow:
    0 0 80px rgba(246, 211, 101, 0.12),
    inset 0 0 60px rgba(246, 211, 101, 0.08);
}

.about-hero-container {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 56px;
  align-items: center;
}

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

.about-hero-copy .breadcrumb {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 24px;
  padding: 10px 16px;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(246, 211, 101, 0.22);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.about-hero-copy .breadcrumb span {
  color: #f6d365;
}

.about-hero-kicker {
  display: block;
  margin-bottom: 16px;
  color: #f6d365;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.about-hero-copy h1 {
  margin: 0 0 20px;
  color: #ffffff;
  font-size: clamp(40px, 6vw, 66px);
  line-height: 0.95;
  font-weight: 700;
  letter-spacing: -0.065em;
  text-shadow: 0 24px 64px rgba(0, 0, 0, 0.42);
}

.about-hero-copy p {
  max-width: 620px;
  margin: 0;
  color: rgba(230, 240, 246, 0.9);
  font-size: 18px;
  line-height: 1.75;
}

.about-hero-card {
  position: relative;
  padding: 28px;
  border-radius: 30px;
  border: 1px solid rgba(246, 211, 101, 0.34);
  background:
    radial-gradient(
      circle at 18% 0%,
      rgba(246, 211, 101, 0.18),
      transparent 36%
    ),
    linear-gradient(145deg, rgba(7, 27, 54, 0.84), rgba(7, 27, 54, 0.38));
  box-shadow:
    0 34px 90px rgba(0, 0, 0, 0.34),
    0 0 42px rgba(212, 175, 55, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.about-hero-card > span {
  display: block;
  margin-bottom: 14px;
  color: #20c4b5;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.about-hero-card strong {
  display: block;
  margin-bottom: 14px;
  color: #ffffff;
  font-size: 26px;
  line-height: 1.16;
  font-weight: 700;
  letter-spacing: -0.04em;
}

.about-hero-card p {
  margin: 0;
  color: rgba(230, 240, 246, 0.72);
  font-size: 14px;
  line-height: 1.7;
}

.about-hero-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-top: 24px;
}

.about-hero-stats div {
  padding: 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(246, 211, 101, 0.18);
}

.about-hero-stats b {
  display: block;
  color: #f6d365;
  font-size: 28px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.04em;
}

.about-hero-stats small {
  display: block;
  margin-top: 8px;
  color: rgba(230, 240, 246, 0.74);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .about-inner-hero {
    min-height: auto;
    padding: 150px 0 82px;
  }

  .about-hero-container {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .about-hero-card {
    max-width: 440px;
  }
}

@media (max-width: 575px) {
  .about-inner-hero {
    padding: 132px 0 68px;
  }

  .about-hero-copy h1 {
    font-size: 52px;
  }

  .about-hero-copy p {
    font-size: 15px;
  }

  .about-hero-card {
    padding: 22px;
    border-radius: 24px;
  }

  .about-hero-card strong {
    font-size: 22px;
  }

  .about-hero-decor {
    display: none;
  }
}

/* EXPERIENCE - LUXURY ORBIT VERSION */
.experience-luxury {
  position: relative;
  overflow: hidden;
  padding: 50px 0 92px;
  background:
    radial-gradient(
      circle at 14% 22%,
      rgba(246, 211, 101, 0.16),
      transparent 30%
    ),
    radial-gradient(
      circle at 88% 16%,
      rgba(32, 196, 181, 0.13),
      transparent 34%
    ),
    linear-gradient(135deg, #041224 0%, #071b36 46%, #061529 100%);
  isolation: isolate;
}

.experience-luxury::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.052) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.038) 1px, transparent 1px);
  background-size: 82px 82px;
  opacity: 0.22;
  pointer-events: none;
}

.experience-luxury::after {
  content: "";
  position: absolute;
  right: -220px;
  top: -220px;
  width: 560px;
  height: 560px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(246, 211, 101, 0.18),
    transparent 68%
  );
  filter: blur(4px);
  pointer-events: none;
}

.experience-luxury-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: clamp(42px, 6vw, 84px);
  align-items: center;
}

.experience-luxury-copy {
  max-width: 540px;
}

.experience-luxury-copy .eyebrow {
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
  color: #f6d365;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.experience-luxury-copy .eyebrow::before {
  content: "";
  width: 38px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, #fff8dc, #f6d365, #d4af37);
  box-shadow: 0 0 16px rgba(246, 211, 101, 0.42);
}

.experience-luxury-copy h2 {
  margin: 0 0 20px;
  color: #ffffff;
  font-size: clamp(30px, 3.8vw, 46px);
  line-height: 1.02;
  font-weight: 700;
  letter-spacing: -0.055em;
}

.experience-luxury-copy > p {
  max-width: 500px;
  margin: 0;
  color: rgba(230, 240, 246, 0.78);
  font-size: 15px;
  line-height: 1.78;
}

.experience-luxury-note {
  display: flex;
  gap: 16px;
  margin-top: 28px;
  padding: 20px;
  border-radius: 24px;
  border: 1px solid rgba(246, 211, 101, 0.24);
  background:
    radial-gradient(
      circle at 0% 0%,
      rgba(246, 211, 101, 0.16),
      transparent 36%
    ),
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.08),
      rgba(255, 255, 255, 0.035)
    );
  box-shadow:
    0 22px 58px rgba(0, 0, 0, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.experience-luxury-note > span {
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border-radius: 15px;
  color: #071b36;
  background: linear-gradient(135deg, #fff8dc 0%, #f6d365 48%, #d4af37 100%);
  box-shadow: 0 14px 30px rgba(212, 175, 55, 0.28);
}

.experience-luxury-note strong {
  display: block;
  margin-bottom: 6px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: -0.02em;
}

.experience-luxury-note p {
  margin: 0;
  color: rgba(230, 240, 246, 0.66);
  font-size: 13px;
  line-height: 1.65;
}

.experience-orbit {
  position: relative;
  min-height: 520px;
  border-radius: 42px;
  background:
    radial-gradient(
      circle at 50% 50%,
      rgba(246, 211, 101, 0.14),
      transparent 30%
    ),
    radial-gradient(
      circle at 50% 50%,
      rgba(32, 196, 181, 0.1),
      transparent 44%
    ),
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.075),
      rgba(255, 255, 255, 0.025)
    );
  border: 1px solid rgba(246, 211, 101, 0.2);
  box-shadow:
    0 34px 90px rgba(0, 0, 0, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  overflow: hidden;
}

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

.experience-orbit::before {
  width: 420px;
  height: 420px;
  border: 1px solid rgba(246, 211, 101, 0.18);
  box-shadow: inset 0 0 60px rgba(246, 211, 101, 0.04);
}

.experience-orbit::after {
  width: 280px;
  height: 280px;
  border: 1px dashed rgba(246, 211, 101, 0.22);
}

.experience-core {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  width: 190px;
  height: 190px;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 26px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background:
    radial-gradient(
      circle at 35% 20%,
      rgba(255, 248, 220, 0.32),
      transparent 34%
    ),
    linear-gradient(135deg, #fff8dc 0%, #f6d365 48%, #d4af37 100%);
  box-shadow:
    0 28px 70px rgba(212, 175, 55, 0.28),
    0 0 48px rgba(246, 211, 101, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.experience-core span {
  display: block;
  margin-bottom: 8px;
  color: rgba(7, 27, 54, 0.68);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
}

.experience-core strong {
  display: block;
  color: #071b36;
  font-size: 22px;
  line-height: 1.14;
  font-weight: 700;
  letter-spacing: -0.04em;
}

.exp-metric {
  position: absolute;
  z-index: 4;
  width: 190px;
  padding: 18px 16px 16px;
  border-radius: 24px;
  border: 1px solid rgba(246, 211, 101, 0.28);
  background:
    radial-gradient(
      circle at 20% 0%,
      rgba(246, 211, 101, 0.14),
      transparent 36%
    ),
    linear-gradient(145deg, rgba(7, 27, 54, 0.82), rgba(7, 27, 54, 0.42));
  box-shadow:
    0 24px 62px rgba(0, 0, 0, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  transition: 0.28s ease;
}

.exp-metric:hover {
  transform: translateY(-6px);
  border-color: rgba(246, 211, 101, 0.5);
  box-shadow:
    0 30px 74px rgba(0, 0, 0, 0.36),
    0 0 28px rgba(246, 211, 101, 0.16);
}

.exp-metric-1 {
  left: 54px;
  top: 54px;
}

.exp-metric-2 {
  right: 54px;
  top: 74px;
}

.exp-metric-3 {
  left: 72px;
  bottom: 58px;
}

.exp-metric-4 {
  right: 64px;
  bottom: 52px;
}

.exp-icon {
  width: 42px;
  height: 42px;
  margin-bottom: 14px;
  padding: 9px;
  display: grid;
  place-items: center;
  border-radius: 15px;
  color: #071b36;
  background: linear-gradient(135deg, #fff8dc 0%, #f6d365 48%, #d4af37 100%);
  box-shadow:
    0 12px 26px rgba(212, 175, 55, 0.26),
    inset 0 1px 0 rgba(255, 255, 255, 0.66);
}

.exp-icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.exp-metric strong {
  display: block;
  margin-bottom: 8px;
  color: #ffffff;
  font-size: 30px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.045em;
}

.exp-metric-3 strong {
  font-size: 25px;
}

.exp-metric span {
  display: block;
  padding-top: 8px;
  border-top: 2px solid rgba(246, 211, 101, 0.72);
  color: rgba(230, 240, 246, 0.78);
  font-size: 10px;
  font-weight: 900;
  line-height: 1.35;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

@media (max-width: 1100px) {
  .experience-luxury-inner {
    grid-template-columns: 1fr;
  }

  .experience-luxury-copy {
    max-width: 720px;
  }
}

@media (max-width: 760px) {
  .experience-luxury {
    padding: 64px 0;
  }

  .experience-orbit {
    min-height: auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 22px;
    border-radius: 30px;
  }

  .experience-orbit::before,
  .experience-orbit::after,
  .experience-core {
    display: none;
  }

  .exp-metric {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .exp-metric:hover {
    transform: translateY(-4px);
  }
  .cta-form {
    flex-wrap: wrap;
  }
  .card-grid-3 {
    grid-template-columns: repeat(1, minmax(0, 1fr))
  }
}

@media (max-width: 575px) {
  .experience-luxury-copy h2 {
    font-size: 38px;
  }

  .experience-luxury-note {
    padding: 18px;
  }
}

/* CLIENTS SHOWCASE - DARK LUXURY */
.clients-showcase-dark {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(
      circle at 12% 16%,
      rgba(246, 211, 101, 0.12),
      transparent 28%
    ),
    radial-gradient(
      circle at 88% 18%,
      rgba(32, 196, 181, 0.08),
      transparent 30%
    ),
    linear-gradient(135deg, #041224 0%, #071b36 48%, #061529 100%);
}

.clients-showcase-dark::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 78px 78px;
  opacity: 0.18;
  pointer-events: none;
}

.clients-showcase-head {
  position: relative;
  z-index: 2;
  max-width: 760px;
  margin-bottom: 30px;
}

.clients-showcase-head .eyebrow {
  display: inline-block;
  margin-bottom: 14px;
  color: #f6d365;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.clients-showcase-head h2 {
  margin: 0 0 14px;
  color: #ffffff;
  font-size: clamp(36px, 4vw, 54px);
  line-height: 1.04;
  font-weight: 700;
  letter-spacing: -0.05em;
}

.clients-showcase-head p {
  max-width: 620px;
  margin: 0;
  color: rgba(230, 240, 246, 0.72);
  font-size: 15px;
  line-height: 1.75;
}

.clients-logo-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 28px;
  margin-bottom: 54px;
}

.client-logo-card-dark {
  position: relative;
  min-height: 136px;
  padding: 22px 18px 18px;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  text-align: center;
  overflow: hidden;
  border: 1px solid rgba(246, 211, 101, 0.18);
  background:
    radial-gradient(
      circle at 50% 0%,
      rgba(246, 211, 101, 0.12),
      transparent 38%
    ),
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.08),
      rgba(255, 255, 255, 0.03)
    );
  box-shadow:
    0 20px 54px rgba(0, 0, 0, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  transition: 0.28s ease;
}

.client-logo-card-dark:hover {
  transform: translateY(-6px);
  border-color: rgba(246, 211, 101, 0.38);
  box-shadow:
    0 28px 68px rgba(0, 0, 0, 0.3),
    0 0 22px rgba(246, 211, 101, 0.12);
}

.client-logo-card-dark::before {
  content: "";
  position: absolute;
  inset: 12px;
  border-radius: 18px;
  border: 1px solid rgba(246, 211, 101, 0.08);
  pointer-events: none;
}

.client-logo-card-dark img {
  max-width: 150px;
  max-height: 42px;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
  filter: brightness(1.08) contrast(1.02);
}

.client-logo-card-dark span {
  color: rgba(230, 240, 246, 0.78);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  line-height: 1.35;
}

/* CTA form spacing trong section này */
.clients-showcase-dark .cta-form {
  margin-top: 10px;
}

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

@media (max-width: 575px) {
  .clients-logo-grid {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-bottom: 40px;
  }

  .client-logo-card-dark {
    min-height: 118px;
    border-radius: 20px;
  }

  .client-logo-card-dark img {
    max-width: 130px;
    max-height: 38px;
  }

  .clients-showcase-head h2 {
    font-size: 34px;
  }
}

/* ABOUT HOMEPAGE - LUXURY SHOWCASE */
.about-showcase-luxury {
  position: relative;
  overflow: hidden;
  padding: 50px 0;
  background:
    radial-gradient(
      circle at 12% 16%,
      rgba(246, 211, 101, 0.14),
      transparent 30%
    ),
    radial-gradient(
      circle at 86% 12%,
      rgba(79, 140, 255, 0.08),
      transparent 34%
    ),
    linear-gradient(180deg, #fbfdff 0%, #f1f6fb 100%);
  border-top: 1px solid rgba(212, 175, 55, 0.1);
  border-bottom: 1px solid rgba(212, 175, 55, 0.08);
}

.about-showcase-luxury::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(7, 27, 54, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(7, 27, 54, 0.024) 1px, transparent 1px);
  background-size: 82px 82px;
  opacity: 0.34;
  pointer-events: none;
}

.about-showcase-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(440px, 0.9fr);
  gap: clamp(46px, 6vw, 86px);
  align-items: center;
}

.about-showcase-copy {
  position: relative;
  padding: 42px;
  border-radius: 36px;
  background:
    radial-gradient(
      circle at 0% 0%,
      rgba(246, 211, 101, 0.12),
      transparent 34%
    ),
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(248, 251, 255, 0.9));
  border: 1px solid rgba(212, 175, 55, 0.18);
  box-shadow:
    0 28px 76px rgba(7, 27, 54, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

.about-showcase-copy .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
  color: #c9a227;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.about-showcase-copy h2 {
  margin: 0 0 22px;
  color: #071b36;
  font-size: clamp(38px, 4vw, 56px);
  line-height: 1.04;
  font-weight: 700;
  letter-spacing: -0.055em;
}

.about-showcase-copy p {
  margin: 0 0 18px;
  color: rgba(7, 27, 54, 0.62);
  font-size: 15px;
  line-height: 1.8;
}

.about-partner-line {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 24px 0;
}

.about-partner-line span {
  padding: 9px 13px;
  border-radius: 999px;
  color: #071b36;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: linear-gradient(
    135deg,
    rgba(255, 248, 220, 0.95),
    rgba(246, 211, 101, 0.28)
  );
  border: 1px solid rgba(212, 175, 55, 0.26);
  box-shadow: 0 10px 24px rgba(212, 175, 55, 0.1);
}

.about-action-row {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 28px;
}

.about-mini-proof {
  min-width: 132px;
  padding: 12px 16px;
  border-radius: 18px;
  background: #071b36;
  border: 1px solid rgba(212, 175, 55, 0.24);
  box-shadow: 0 16px 38px rgba(7, 27, 54, 0.18);
}

.about-mini-proof strong {
  display: block;
  color: #f6d365;
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.04em;
}

.about-mini-proof span {
  display: block;
  margin-top: 6px;
  color: rgba(230, 240, 246, 0.74);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.about-showcase-visual {
  position: relative;
}

.about-main-photo {
  position: relative;
  min-height: 520px;
  border-radius: 38px;
  overflow: hidden;
  background: #071b36;
  border: 1px solid rgba(212, 175, 55, 0.24);
  box-shadow:
    0 34px 90px rgba(7, 27, 54, 0.16),
    0 0 36px rgba(212, 175, 55, 0.1);
}

.about-main-photo img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  display: block;
  object-fit: cover;
  object-position: center;
  filter: saturate(1.06) contrast(1.02);
}

.about-main-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(7, 27, 54, 0.02), rgba(7, 27, 54, 0.42)),
    radial-gradient(
      circle at 80% 14%,
      rgba(246, 211, 101, 0.18),
      transparent 32%
    );
  pointer-events: none;
}

.about-photo-badge {
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: 2;
  width: 70px;
  height: 70px;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 10px;
  border-radius: 50%;
  background:
    radial-gradient(
      circle at 32% 20%,
      rgba(255, 255, 255, 0.32),
      transparent 30%
    ),
    linear-gradient(135deg, #fff8dc 0%, #f6d365 48%, #d4af37 100%);
  box-shadow:
    0 16px 38px rgba(212, 175, 55, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.65);
}

.about-photo-badge strong {
  display: block;
  color: #071b36;
  font-size: 26px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.05em;
}

.about-photo-badge span {
  display: block;
  margin-top: 4px;
  color: rgba(7, 27, 54, 0.7);
  font-size: 7.5px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.about-floating-card {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  z-index: 3;
  padding: 22px;
  border-radius: 24px;
  border: 1px solid rgba(246, 211, 101, 0.32);
  background:
    radial-gradient(
      circle at 14% 0%,
      rgba(246, 211, 101, 0.16),
      transparent 34%
    ),
    linear-gradient(145deg, rgba(7, 27, 54, 0.88), rgba(7, 27, 54, 0.48));
  box-shadow:
    0 24px 58px rgba(0, 0, 0, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.about-floating-card span {
  display: block;
  margin-bottom: 10px;
  color: #20c4b5;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.about-floating-card strong {
  display: block;
  margin-bottom: 8px;
  color: #ffffff;
  font-size: 24px;
  line-height: 1.18;
  font-weight: 700;
  letter-spacing: -0.04em;
}

.about-floating-card p {
  margin: 0;
  color: rgba(230, 240, 246, 0.72);
  font-size: 13px;
  line-height: 1.65;
}

.about-capability-grid {
  position: absolute;
  right: -28px;
  top: 50%;
  z-index: 4;
  display: grid;
  gap: 12px;
  transform: translateY(-50%);
}

.about-capability-grid div {
  width: 170px;
  padding: 14px 16px;
  border-radius: 18px;
  background: linear-gradient(
    145deg,
    rgba(255, 255, 255, 0.96),
    rgba(248, 251, 255, 0.9)
  );
  border: 1px solid rgba(212, 175, 55, 0.22);
  box-shadow:
    0 18px 42px rgba(7, 27, 54, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

.about-capability-grid b {
  display: block;
  margin-bottom: 6px;
  color: #d4af37;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.about-capability-grid span {
  display: block;
  color: #071b36;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.35;
  letter-spacing: 0.02em;
}

@media (max-width: 1100px) {
  .about-showcase-inner {
    grid-template-columns: 1fr;
  }

  .about-capability-grid {
    position: relative;
    right: auto;
    top: auto;
    transform: none;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 16px;
  }

  .about-capability-grid div {
    width: auto;
  }
}

@media (max-width: 575px) {
  .about-showcase-luxury {
    padding: 64px 0;
  }

  .about-showcase-copy {
    padding: 26px;
    border-radius: 28px;
  }

  .about-showcase-copy h2 {
    font-size: 38px;
  }

  .about-action-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .about-main-photo {
    min-height: 380px;
    border-radius: 28px;
  }

  .about-main-photo img {
    min-height: 380px;
  }

  .about-photo-badge {
    width: 98px;
    height: 98px;
    left: 16px;
    top: 16px;
  }

  .about-photo-badge strong {
    font-size: 26px;
  }

  .about-floating-card {
    left: 16px;
    right: 16px;
    bottom: 16px;
    padding: 18px;
  }

  .about-capability-grid {
    grid-template-columns: 1fr;
  }
}

/* ABOUT SHOWCASE - WRAP 2 CỤC TRONG 1 BOX LUXURY */
.about-showcase-inner {
  padding: clamp(30px, 4vw, 48px) !important;
  border-radius: 44px !important;
  background:
    radial-gradient(
      circle at 8% 8%,
      rgba(246, 211, 101, 0.12),
      transparent 30%
    ),
    radial-gradient(
      circle at 92% 12%,
      rgba(79, 140, 255, 0.08),
      transparent 34%
    ),
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.98),
      rgba(248, 251, 255, 0.94)
    ) !important;
  border: 1px solid rgba(212, 175, 55, 0.34) !important;
  box-shadow:
    0 34px 90px rgba(7, 27, 54, 0.12),
    0 0 36px rgba(212, 175, 55, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.96) !important;
}

/* bỏ cảm giác card lồng card bên trái cho sạch hơn */
.about-showcase-copy {
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

/* chỉnh ảnh bên phải nằm gọn và sang hơn trong box lớn */
.about-main-photo {
  border-radius: 34px !important;
  border: 1px solid rgba(212, 175, 55, 0.28) !important;
  box-shadow:
    0 28px 70px rgba(7, 27, 54, 0.16),
    0 0 28px rgba(212, 175, 55, 0.08) !important;
}

/* kéo 3 card nhỏ vào trong box, không bị lòi ra ngoài quá nhiều */
.about-capability-grid {
  right: -12px !important;
}

/* PORTFOLIO - LUXURY SHOWCASE */
.portfolio-luxury {
  position: relative;
  overflow: hidden;
  padding: 50px 0;
  background:
    radial-gradient(
      circle at 10% 12%,
      rgba(246, 211, 101, 0.16),
      transparent 30%
    ),
    radial-gradient(
      circle at 88% 16%,
      rgba(79, 140, 255, 0.1),
      transparent 34%
    ),
    linear-gradient(135deg, #fffdf8 0%, #f8fbff 52%, #fff5d8 100%);
  border-top: 1px solid rgba(212, 175, 55, 0.14);
  border-bottom: 1px solid rgba(212, 175, 55, 0.1);
}

.portfolio-luxury::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(7, 27, 54, 0.028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(7, 27, 54, 0.022) 1px, transparent 1px);
  background-size: 82px 82px;
  opacity: 0.32;
  pointer-events: none;
}

.portfolio-luxury .container {
  position: relative;
  z-index: 2;
}

.portfolio-luxury-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  margin-bottom: 30px;
}

.portfolio-luxury-head > div {
  max-width: 720px;
}

.portfolio-luxury-head .eyebrow {
  display: inline-block;
  margin-bottom: 14px;
  color: #c9a227;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.portfolio-luxury-head h2 {
  margin: 0 0 14px;
  color: #071b36;
  font-size: clamp(30px, 3vw, 46px);
  line-height: 1.04;
  font-weight: 700;
  letter-spacing: -0.055em;
}

.portfolio-luxury-head p {
  max-width: 620px;
  margin: 0;
  color: rgba(7, 27, 54, 0.6);
  font-size: 15px;
  line-height: 1.75;
}

.portfolio-luxury-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr 0.85fr;
  gap: 22px;
}

.portfolio-feature-card {
  position: relative;
  grid-row: span 2;
  min-height: 560px;
  overflow: hidden;
  border-radius: 34px;
  background: #071b36;
  border: 1px solid rgba(212, 175, 55, 0.28);
  box-shadow:
    0 34px 90px rgba(7, 27, 54, 0.18),
    0 0 32px rgba(212, 175, 55, 0.1);
}

.portfolio-img {
  position: absolute;
  inset: 0;
}

.portfolio-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1.03);
  filter: saturate(1.08) contrast(1.04);
  transition: 0.45s ease;
}

.portfolio-feature-card:hover .portfolio-img img {
  transform: scale(1.08);
}

.portfolio-feature-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      circle at 80% 12%,
      rgba(246, 211, 101, 0.18),
      transparent 32%
    ),
    linear-gradient(180deg, rgba(7, 27, 54, 0.08), rgba(7, 27, 54, 0.84));
}

.portfolio-feature-content {
  position: absolute;
  left: 26px;
  right: 26px;
  bottom: 26px;
  z-index: 3;
  padding: 26px;
  border-radius: 26px;
  border: 1px solid rgba(246, 211, 101, 0.34);
  background:
    radial-gradient(
      circle at 16% 0%,
      rgba(246, 211, 101, 0.16),
      transparent 34%
    ),
    linear-gradient(145deg, rgba(7, 27, 54, 0.9), rgba(7, 27, 54, 0.52));
  box-shadow:
    0 28px 70px rgba(0, 0, 0, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.portfolio-feature-content > span {
  display: block;
  margin-bottom: 12px;
  color: #20c4b5;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.portfolio-feature-content h3 {
  margin: 0 0 8px;
  color: #ffffff;
  font-size: clamp(30px, 3vw, 42px);
  line-height: 1.05;
  font-weight: 700;
  letter-spacing: -0.045em;
}

.portfolio-feature-content p {
  margin: 0;
  color: rgba(230, 240, 246, 0.74);
  font-size: 15px;
  line-height: 1.6;
}

.portfolio-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 20px 0 22px;
}

.portfolio-meta small {
  padding: 7px 10px;
  border-radius: 999px;
  color: #f6d365;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border: 1px solid rgba(246, 211, 101, 0.24);
  background: rgba(255, 255, 255, 0.06);
}

.portfolio-feature-content a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #f6d365;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.portfolio-card {
  position: relative;
  overflow: hidden;
  min-height: 268px;
  border-radius: 28px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.97),
    rgba(248, 251, 255, 0.92)
  );
  border: 1px solid rgba(212, 175, 55, 0.24);
  box-shadow:
    0 22px 58px rgba(7, 27, 54, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.94);
  transition: 0.28s ease;
}

.portfolio-card:hover {
  transform: translateY(-7px);
  border-color: rgba(212, 175, 55, 0.46);
  box-shadow:
    0 30px 76px rgba(7, 27, 54, 0.15),
    0 0 24px rgba(212, 175, 55, 0.12);
}

.portfolio-card-img {
  height: 150px;
  overflow: hidden;
  border-radius: 24px 24px 0 0;
  background: #dfe8f4;
}

.portfolio-card-img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: 0.45s ease;
}

.portfolio-card:hover .portfolio-card-img img {
  transform: scale(1.08);
}

.portfolio-card-body {
  position: relative;
  padding: 20px 20px 22px;
}

.portfolio-card-body::before {
  content: "";
  position: absolute;
  right: 20px;
  top: -18px;
  width: 42px;
  height: 42px;
  border-radius: 15px;
  background: linear-gradient(135deg, #fff8dc 0%, #f6d365 48%, #d4af37 100%);
  box-shadow:
    0 14px 30px rgba(212, 175, 55, 0.26),
    inset 0 1px 0 rgba(255, 255, 255, 0.68);
}

.portfolio-card-body span {
  display: block;
  margin-bottom: 8px;
  color: rgba(7, 27, 54, 0.52);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  line-height: 1.35;
}

.portfolio-card-body h3 {
  margin: 0 0 16px;
  color: #071b36;
  font-size: 23px;
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: -0.04em;
}

.portfolio-card-body a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #c9a227;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

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

  .portfolio-feature-card {
    grid-column: span 2;
    min-height: 480px;
  }
}

@media (max-width: 760px) {
  .portfolio-luxury-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .portfolio-luxury-grid {
    grid-template-columns: 1fr;
  }

  .portfolio-feature-card {
    grid-column: auto;
    min-height: 440px;
  }
}

@media (max-width: 575px) {
  .portfolio-luxury {
    padding: 64px 0;
  }

  .portfolio-feature-content {
    left: 16px;
    right: 16px;
    bottom: 16px;
    padding: 20px;
    border-radius: 22px;
  }

  .portfolio-feature-content h3 {
    font-size: 30px;
  }

  .portfolio-card {
    min-height: auto;
  }
}

/* SERVICES PAGE HERO - LUXURY VERSION */
.services-inner-hero {
  position: relative;
  min-height: 600px;
  overflow: hidden;
  isolation: isolate;
  background: #041224;
  display: flex;
  align-items: center;
}

.services-inner-hero::before,
.services-inner-hero::after {
  display: none;
}

.services-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: url("https://images.unsplash.com/photo-1497366811353-6870744d04b2?auto=format&fit=crop&w=1900&q=90");
  background-size: cover;
  background-position: center;
  transform: scale(1.04);
  filter: saturate(1.08) contrast(1.05);
}

.services-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(
      circle at 74% 24%,
      rgba(246, 211, 101, 0.2),
      transparent 30%
    ),
    radial-gradient(
      circle at 92% 78%,
      rgba(32, 196, 181, 0.14),
      transparent 34%
    ),
    linear-gradient(
      90deg,
      rgba(4, 18, 36, 0.98) 0%,
      rgba(4, 18, 36, 0.92) 36%,
      rgba(4, 18, 36, 0.66) 68%,
      rgba(4, 18, 36, 0.44) 100%
    );
}

.services-hero-overlay::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.052) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 78px 78px;
  opacity: 0.24;
  mask-image: linear-gradient(to right, #000, transparent 82%);
  -webkit-mask-image: linear-gradient(to right, #000, transparent 82%);
}

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

.services-hero-decor .services-line {
  position: absolute;
  right: 7%;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(246, 211, 101, 0.72),
    transparent
  );
  box-shadow: 0 0 18px rgba(246, 211, 101, 0.32);
  transform: rotate(-18deg);
}

.services-hero-decor .line-one {
  top: 32%;
  width: 560px;
}

.services-hero-decor .line-two {
  top: 47%;
  width: 430px;
  opacity: 0.54;
}

.services-hero-decor .services-orb {
  position: absolute;
  right: 10%;
  top: 22%;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  border: 1px solid rgba(246, 211, 101, 0.24);
  box-shadow:
    0 0 80px rgba(246, 211, 101, 0.12),
    inset 0 0 60px rgba(246, 211, 101, 0.08);
}

.services-hero-container {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 380px;
  gap: 58px;
  align-items: center;
}

.services-hero-copy {
  max-width: 820px;
}

.services-hero-copy .breadcrumb {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 24px;
  padding: 10px 16px;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(246, 211, 101, 0.22);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.services-hero-copy .breadcrumb span {
  color: #f6d365;
}

.services-hero-kicker {
  display: block;
  margin-bottom: 16px;
  color: #f6d365;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.services-hero-copy h1 {
  margin: 0 0 22px;
  color: #ffffff;
  font-size: clamp(40px, 5.8vw, 66px);
  line-height: 0.98;
  font-weight: 700;
  letter-spacing: -0.065em;
  text-shadow: 0 24px 64px rgba(0, 0, 0, 0.42);
}

.services-hero-copy p {
  max-width: 660px;
  margin: 0;
  color: rgba(230, 240, 246, 0.9);
  font-size: 14px;
  line-height: 1.75;
}

.services-hero-copy .hero-actions {
  margin-top: 30px;
}

.services-hero-card {
  position: relative;
  padding: 30px;
  border-radius: 30px;
  border: 1px solid rgba(246, 211, 101, 0.34);
  background:
    radial-gradient(
      circle at 18% 0%,
      rgba(246, 211, 101, 0.18),
      transparent 36%
    ),
    linear-gradient(145deg, rgba(7, 27, 54, 0.84), rgba(7, 27, 54, 0.38));
  box-shadow:
    0 34px 90px rgba(0, 0, 0, 0.34),
    0 0 42px rgba(212, 175, 55, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.services-hero-card > span {
  display: block;
  margin-bottom: 14px;
  color: #20c4b5;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.services-hero-card strong {
  display: block;
  margin-bottom: 14px;
  color: #ffffff;
  font-size: 27px;
  line-height: 1.16;
  font-weight: 700;
  letter-spacing: -0.04em;
}

.services-hero-card p {
  margin: 0;
  color: rgba(230, 240, 246, 0.72);
  font-size: 14px;
  line-height: 1.7;
}

.services-hero-list {
  display: grid;
  gap: 12px;
  margin-top: 24px;
}

.services-hero-list div {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(246, 211, 101, 0.18);
}

.services-hero-list b {
  width: 36px;
  height: 36px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border-radius: 13px;
  color: #071b36;
  font-size: 13px;
  font-weight: 700;
  background: linear-gradient(135deg, #fff8dc 0%, #f6d365 48%, #d4af37 100%);
  box-shadow: 0 12px 28px rgba(212, 175, 55, 0.24);
}

.services-hero-list small {
  color: rgba(230, 240, 246, 0.8);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  line-height: 1.35;
}

@media (max-width: 991px) {
  .services-inner-hero {
    min-height: auto;
    padding: 150px 0 82px;
  }

  .services-hero-container {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .services-hero-card {
    max-width: 460px;
  }
}

@media (max-width: 575px) {
  .services-inner-hero {
    padding: 132px 0 68px;
  }

  .services-hero-copy h1 {
    font-size: 44px;
  }

  .services-hero-copy p {
    font-size: 15px;
  }

  .services-hero-card {
    padding: 22px;
    border-radius: 24px;
  }

  .services-hero-card strong {
    font-size: 22px;
  }

  .services-hero-decor {
    display: none;
  }
}

/* PROJECT PAGE HERO - LUXURY VERSION */
.project-inner-hero {
  position: relative;
  min-height: 600px;
  overflow: hidden;
  isolation: isolate;
  background: #041224;
  display: flex;
  align-items: center;
}

.project-inner-hero::before,
.project-inner-hero::after {
  display: none;
}

.project-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: url("https://images.unsplash.com/photo-1497366754035-f200968a6e72?auto=format&fit=crop&w=1900&q=90");
  background-size: cover;
  background-position: center;
  transform: scale(1.04);
  filter: saturate(1.08) contrast(1.05);
}

.project-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(
      circle at 74% 24%,
      rgba(246, 211, 101, 0.22),
      transparent 30%
    ),
    radial-gradient(
      circle at 92% 78%,
      rgba(32, 196, 181, 0.14),
      transparent 34%
    ),
    linear-gradient(
      90deg,
      rgba(4, 18, 36, 0.98) 0%,
      rgba(4, 18, 36, 0.92) 36%,
      rgba(4, 18, 36, 0.68) 68%,
      rgba(4, 18, 36, 0.44) 100%
    );
}

.project-hero-overlay::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.052) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 78px 78px;
  opacity: 0.24;
  mask-image: linear-gradient(to right, #000, transparent 82%);
  -webkit-mask-image: linear-gradient(to right, #000, transparent 82%);
}

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

.project-hero-decor .project-line {
  position: absolute;
  right: 7%;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(246, 211, 101, 0.72),
    transparent
  );
  box-shadow: 0 0 18px rgba(246, 211, 101, 0.32);
  transform: rotate(-18deg);
}

.project-hero-decor .line-one {
  top: 32%;
  width: 560px;
}

.project-hero-decor .line-two {
  top: 47%;
  width: 430px;
  opacity: 0.54;
}

.project-hero-decor .project-orb {
  position: absolute;
  right: 10%;
  top: 22%;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  border: 1px solid rgba(246, 211, 101, 0.24);
  box-shadow:
    0 0 80px rgba(246, 211, 101, 0.12),
    inset 0 0 60px rgba(246, 211, 101, 0.08);
}

.project-hero-container {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 390px;
  gap: 58px;
  align-items: center;
}

.project-hero-copy {
  max-width: 820px;
}

.project-hero-copy .breadcrumb {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 24px;
  padding: 10px 16px;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(246, 211, 101, 0.22);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.project-hero-copy .breadcrumb span {
  color: #f6d365;
}

.project-hero-kicker {
  display: block;
  margin-bottom: 16px;
  color: #f6d365;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.project-hero-copy h1 {
  margin: 0 0 22px;
  color: #ffffff;
  font-size: clamp(40px, 6vw, 66px);
  line-height: 0.96;
  font-weight: 700;
  letter-spacing: -0.07em;
  text-shadow: 0 24px 64px rgba(0, 0, 0, 0.42);
}

.project-hero-copy p {
  max-width: 680px;
  margin: 0;
  color: rgba(230, 240, 246, 0.9);
  font-size: 14px;
  line-height: 1.75;
}

.project-hero-card {
  position: relative;
  padding: 20px;
  border-radius: 30px;
  border: 1px solid rgba(246, 211, 101, 0.34);
  background:
    radial-gradient(
      circle at 18% 0%,
      rgba(246, 211, 101, 0.18),
      transparent 36%
    ),
    linear-gradient(145deg, rgba(7, 27, 54, 0.84), rgba(7, 27, 54, 0.38));
  box-shadow:
    0 34px 90px rgba(0, 0, 0, 0.34),
    0 0 42px rgba(212, 175, 55, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.project-hero-card > span {
  display: block;
  margin-bottom: 14px;
  color: #20c4b5;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.project-hero-card strong {
  display: block;
  margin-bottom: 12px;
  color: #ffffff;
  font-size: 27px;
  line-height: 1.16;
  font-weight: 700;
  letter-spacing: -0.04em;
}

.project-hero-card p {
  margin: 0;
  color: rgba(230, 240, 246, 0.72);
  font-size: 14px;
  line-height: 1.7;
}

.project-hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 22px 0;
}

.project-hero-tags small {
  padding: 8px 10px;
  border-radius: 999px;
  color: #f6d365;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border: 1px solid rgba(246, 211, 101, 0.22);
  background: rgba(255, 255, 255, 0.06);
}

.project-hero-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.project-hero-stats div {
  padding: 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(246, 211, 101, 0.18);
}

.project-hero-stats b {
  display: block;
  color: #f6d365;
  font-size: 30px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.05em;
}

.project-hero-stats small {
  display: block;
  margin-top: 6px;
  color: rgba(230, 240, 246, 0.78);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .project-inner-hero {
    min-height: auto;
    padding: 150px 0 82px;
  }

  .project-hero-container {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .project-hero-card {
    max-width: 480px;
  }
}

@media (max-width: 575px) {
  .project-inner-hero {
    padding: 132px 0 68px;
  }

  .project-hero-copy h1 {
    font-size: 54px;
  }

  .project-hero-copy p {
    font-size: 15px;
  }

  .project-hero-card {
    padding: 22px;
    border-radius: 24px;
  }

  .project-hero-card strong {
    font-size: 22px;
  }

  .project-hero-decor {
    display: none;
  }
}

/* PROJECT CATALOG - EQUAL LUXURY CARDS WITH CATEGORY FILTER */
.project-catalog-luxury {
  position: relative;
  overflow: hidden;
  padding: 50px 0;
  background:
    radial-gradient(
      circle at 10% 14%,
      rgba(246, 211, 101, 0.15),
      transparent 30%
    ),
    radial-gradient(
      circle at 88% 16%,
      rgba(32, 196, 181, 0.1),
      transparent 34%
    ),
    linear-gradient(135deg, #041224 0%, #071b36 48%, #061529 100%);
  isolation: isolate;
}

.project-catalog-luxury::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.052) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.038) 1px, transparent 1px);
  background-size: 82px 82px;
  opacity: 0.2;
  pointer-events: none;
}

.project-catalog-luxury::after {
  content: "";
  position: absolute;
  right: -190px;
  top: -190px;
  width: 540px;
  height: 540px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(246, 211, 101, 0.18),
    transparent 68%
  );
  pointer-events: none;
}

.project-catalog-luxury .container {
  position: relative;
  z-index: 2;
}

.project-catalog-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 36px;
  margin-bottom: 34px;
}

.project-catalog-head > div:first-child {
  max-width: 760px;
}

.project-catalog-head .eyebrow {
  /* display: inline-flex; */
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
  color: #f6d365;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.project-catalog-head .eyebrow::before {
  content: "";
  width: 38px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, #fff8dc, #f6d365, #d4af37);
  box-shadow: 0 0 16px rgba(246, 211, 101, 0.42);
}

.project-catalog-head h2 {
  margin: 0 0 16px;
  color: #ffffff;
  font-size: clamp(30px, 3vw, 46px);
  line-height: 1.02;
  font-weight: 700;
  letter-spacing: -0.06em;
}

.project-catalog-head p {
  max-width: 660px;
  margin: 0;
  color: rgba(230, 240, 246, 0.74);
  font-size: 14px;
  line-height: 1.75;
}

.project-catalog-stat {
  min-width: 170px;
  padding: 20px 22px;
  border-radius: 24px;
  border: 1px solid rgba(246, 211, 101, 0.28);
  background:
    radial-gradient(
      circle at 18% 0%,
      rgba(246, 211, 101, 0.16),
      transparent 38%
    ),
    rgba(255, 255, 255, 0.06);
  box-shadow:
    0 22px 58px rgba(0, 0, 0, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(14px);
}

.project-catalog-stat strong {
  display: block;
  color: #f6d365;
  font-size: 34px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.05em;
}

.project-catalog-stat span {
  display: block;
  margin-top: 7px;
  color: rgba(230, 240, 246, 0.76);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.project-category-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 34px;
  padding: 14px;
  border-radius: 26px;
  border: 1px solid rgba(246, 211, 101, 0.18);
  background: linear-gradient(
    145deg,
    rgba(255, 255, 255, 0.07),
    rgba(255, 255, 255, 0.03)
  );
  box-shadow:
    0 24px 68px rgba(0, 0, 0, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.project-category-filter button {
  height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  cursor: pointer;
  color: rgba(230, 240, 246, 0.78);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border: 1px solid rgba(246, 211, 101, 0.16);
  background: rgba(255, 255, 255, 0.055);
  transition: 0.24s ease;
}

.project-category-filter button.active,
.project-category-filter button:hover {
  color: #071b36;
  border-color: rgba(246, 211, 101, 0.58);
  background: linear-gradient(135deg, #fff8dc 0%, #f6d365 48%, #d4af37 100%);
  box-shadow: 0 14px 34px rgba(212, 175, 55, 0.24);
}

.project-category-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  align-items: stretch;
}

.project-category-card {
  position: relative;
  min-height: 430px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 30px;
  border: 1px solid rgba(246, 211, 101, 0.22);
  background:
    radial-gradient(
      circle at 20% 0%,
      rgba(246, 211, 101, 0.12),
      transparent 36%
    ),
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.085),
      rgba(255, 255, 255, 0.035)
    );
  box-shadow:
    0 24px 68px rgba(0, 0, 0, 0.26),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  transition:
    transform 0.28s ease,
    opacity 0.24s ease,
    border-color 0.28s ease,
    box-shadow 0.28s ease;
}

.project-category-card:hover {
  transform: translateY(-7px);
  border-color: rgba(246, 211, 101, 0.5);
  box-shadow:
    0 32px 86px rgba(0, 0, 0, 0.36),
    0 0 28px rgba(246, 211, 101, 0.14);
}

.project-category-card::before {
  content: "";
  position: absolute;
  inset: 14px;
  z-index: 1;
  border-radius: 24px;
  border: 1px solid rgba(246, 211, 101, 0.075);
  pointer-events: none;
}

.project-category-img {
  position: relative;
  height: 218px;
  overflow: hidden;
  border-radius: 28px 28px 0 0;
  background: #071b36;
}

.project-category-img::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 30%, rgba(7, 27, 54, 0.5)),
    radial-gradient(
      circle at 82% 10%,
      rgba(246, 211, 101, 0.18),
      transparent 34%
    );
}

.project-category-img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: 0.45s ease;
}

.project-category-card:hover .project-category-img img {
  transform: scale(1.08);
}

.project-category-img span {
  position: absolute;
  left: 18px;
  top: 18px;
  z-index: 3;
  padding: 8px 11px;
  border-radius: 999px;
  color: #071b36;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  background: linear-gradient(135deg, #fff8dc 0%, #f6d365 48%, #d4af37 100%);
  box-shadow: 0 12px 28px rgba(212, 175, 55, 0.24);
}

.project-category-body {
  position: relative;
  z-index: 2;
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 24px 24px 26px;
}

.project-category-body small {
  display: block;
  margin-bottom: 10px;
  color: #20c4b5;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.project-category-body h3 {
  margin: 0 0 12px;
  color: #ffffff;
  font-size: 25px;
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: -0.04em;
}

.project-category-body p {
  margin: 0;
  color: rgba(230, 240, 246, 0.7);
  font-size: 13.5px;
  line-height: 1.68;
}

.project-category-body a {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  padding-top: 22px;
  color: #f6d365;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.project-category-card.is-hidden {
  display: none;
}

@media (max-width: 1100px) {
  .project-category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .project-catalog-head {
    align-items: flex-start;
  }
}

@media (max-width: 760px) {
  .project-catalog-head {
    flex-direction: column;
  }

  .project-catalog-stat {
    min-width: 0;
  }

  .project-category-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575px) {
  .project-catalog-luxury {
    padding: 64px 0;
  }

  .project-category-filter {
    padding: 10px;
    border-radius: 22px;
  }

  .project-category-filter button {
    height: 38px;
    padding: 0 12px;
    font-size: 10px;
  }

  .project-category-card {
    min-height: 410px;
    border-radius: 24px;
  }

  .project-category-img {
    height: 200px;
    border-radius: 22px 22px 0 0;
  }

  .project-category-body {
    padding: 22px;
  }
}

/* PROJECT CATEGORY FILTER - HORIZONTAL SLIDER */
.project-category-slider {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 34px;
  padding: 14px;
  border-radius: 28px;
  border: 1px solid rgba(246, 211, 101, 0.2);
  background:
    radial-gradient(
      circle at 8% 0%,
      rgba(246, 211, 101, 0.12),
      transparent 34%
    ),
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.075),
      rgba(255, 255, 255, 0.035)
    );
  box-shadow:
    0 24px 68px rgba(0, 0, 0, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.09);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.project-category-slider::before,
.project-category-slider::after {
  content: "";
  position: absolute;
  top: 14px;
  bottom: 14px;
  z-index: 3;
  width: 52px;
  pointer-events: none;
}

.project-category-slider::before {
  left: 62px;
  background: linear-gradient(90deg, rgba(7, 27, 54, 0.78), transparent);
}

.project-category-slider::after {
  right: 62px;
  background: linear-gradient(-90deg, rgba(7, 27, 54, 0.78), transparent);
}

.project-category-filter {
  flex: 1;
  display: flex !important;
  flex-wrap: nowrap !important;
  gap: 10px;
  margin-bottom: 0 !important;
  padding: 0 !important;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

.project-category-filter::-webkit-scrollbar {
  display: none;
}

.project-category-filter button {
  flex: 0 0 auto;
  scroll-snap-align: start;
  white-space: nowrap;
}

.project-filter-arrow {
  position: relative;
  z-index: 5;
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  display: grid;
  place-items: center;
  cursor: pointer;
  border-radius: 999px;
  color: #f6d365;
  font-size: 28px;
  line-height: 1;
  font-weight: 800;
  border: 1px solid rgba(246, 211, 101, 0.28);
  background:
    radial-gradient(
      circle at 30% 20%,
      rgba(246, 211, 101, 0.14),
      transparent 36%
    ),
    rgba(255, 255, 255, 0.07);
  box-shadow:
    0 14px 34px rgba(0, 0, 0, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
  transition: 0.24s ease;
}

.project-filter-arrow:hover {
  color: #071b36;
  border-color: rgba(246, 211, 101, 0.58);
  background: linear-gradient(135deg, #fff8dc 0%, #f6d365 48%, #d4af37 100%);
  box-shadow: 0 16px 36px rgba(212, 175, 55, 0.26);
}

@media (max-width: 575px) {
  .project-category-slider {
    gap: 8px;
    padding: 10px;
    border-radius: 22px;
  }

  .project-filter-arrow {
    width: 38px;
    height: 38px;
    flex-basis: 38px;
    font-size: 24px;
  }

  .project-category-slider::before {
    left: 48px;
  }

  .project-category-slider::after {
    right: 48px;
  }
}

/* Slider Project */
.project-category-card.is-hidden {
  display: none !important;
}

/* PROJECT FILTER PANEL - TYPE + CATEGORY */
.project-filter-panel {
  display: grid;
  gap: 16px;
  margin-bottom: 34px;
  padding: 18px;
  border-radius: 30px;
  border: 1px solid rgba(246, 211, 101, 0.2);
  background:
    radial-gradient(
      circle at 8% 0%,
      rgba(246, 211, 101, 0.12),
      transparent 34%
    ),
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.075),
      rgba(255, 255, 255, 0.035)
    );
  box-shadow:
    0 24px 68px rgba(0, 0, 0, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.09);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.project-filter-group {
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
}

.project-filter-group > span {
  color: #f6d365;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.project-type-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.project-type-filter button,
.project-category-filter button {
  height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  cursor: pointer;
  color: rgba(230, 240, 246, 0.78);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border: 1px solid rgba(246, 211, 101, 0.16);
  background: rgba(255, 255, 255, 0.055);
  transition: 0.24s ease;
  white-space: nowrap;
}

.project-type-filter button.active,
.project-type-filter button:hover,
.project-category-filter button.active,
.project-category-filter button:hover {
  color: #071b36;
  border-color: rgba(246, 211, 101, 0.58);
  background: linear-gradient(135deg, #fff8dc 0%, #f6d365 48%, #d4af37 100%);
  box-shadow: 0 14px 34px rgba(212, 175, 55, 0.24);
}

.project-category-slider {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  margin-bottom: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.project-category-filter {
  flex: 1;
  display: flex !important;
  flex-wrap: nowrap !important;
  gap: 10px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  scrollbar-width: none;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.project-category-filter::-webkit-scrollbar {
  display: none;
}

.project-filter-arrow {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  cursor: pointer;
  color: #f6d365;
  font-size: 25px;
  font-weight: 800;
  border: 1px solid rgba(246, 211, 101, 0.28);
  background: rgba(255, 255, 255, 0.07);
  transition: 0.24s ease;
}

.project-filter-arrow:hover {
  color: #071b36;
  background: linear-gradient(135deg, #fff8dc 0%, #f6d365 48%, #d4af37 100%);
}

.project-category-card.is-hidden {
  display: none !important;
}

@media (max-width: 575px) {
  .project-filter-panel {
    padding: 14px;
    border-radius: 24px;
  }

  .project-filter-group {
    grid-template-columns: 1fr;
  }

  .project-type-filter {
    flex-wrap: nowrap;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .project-type-filter::-webkit-scrollbar {
    display: none;
  }
}

/* PROJECT CATEGORY DROPDOWN */
.project-category-dropdown {
  position: relative;
  width: min(100%, 360px);
}

.project-category-dropdown select {
  width: 100%;
  height: 46px;
  padding: 0 48px 0 18px;
  border-radius: 999px;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  color: #f6d365;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border: 1px solid rgba(246, 211, 101, 0.32);
  background:
    radial-gradient(
      circle at 18% 0%,
      rgba(246, 211, 101, 0.14),
      transparent 36%
    ),
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.09),
      rgba(255, 255, 255, 0.035)
    );
  box-shadow:
    0 16px 38px rgba(0, 0, 0, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
  outline: none;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  transition: 0.24s ease;
}

.project-category-dropdown select:hover,
.project-category-dropdown select:focus {
  border-color: rgba(246, 211, 101, 0.58);
  box-shadow:
    0 20px 46px rgba(0, 0, 0, 0.28),
    0 0 24px rgba(246, 211, 101, 0.12);
}

.project-category-dropdown select option {
  color: #071b36;
  background: #fffdf7;
  font-weight: 800;
}

.project-category-dropdown .dropdown-arrow {
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  color: #f6d365;
  font-size: 18px;
  font-weight: 900;
  pointer-events: none;
}

/* PROJECT FILTER PANEL - SAME ROW */
.project-filter-panel {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  align-items: center !important;
  gap: 22px !important;
}

.project-filter-group {
  display: grid !important;
  grid-template-columns: auto minmax(0, 1fr) !important;
  align-items: center !important;
  gap: 14px !important;
  min-width: 0 !important;
}

.project-filter-group:first-child {
  min-width: 0 !important;
}

.project-filter-group:last-child {
  justify-content: end !important;
}

.project-filter-group > span {
  white-space: nowrap !important;
}

.project-type-filter {
  display: flex !important;
  flex-wrap: nowrap !important;
  gap: 10px !important;
  overflow-x: auto !important;
  scrollbar-width: none !important;
}

.project-type-filter::-webkit-scrollbar {
  display: none !important;
}

.project-category-dropdown {
  width: 320px !important;
  max-width: 100% !important;
}

/* Tablet/mobile thì cho xuống dòng để không bị bể */
@media (max-width: 768px) {
  .project-filter-panel {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }

  .project-filter-group {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }

  .project-filter-group:last-child {
    justify-content: stretch !important;
  }

  .project-category-dropdown {
    width: 100% !important;
  }
}

/* CONTACT PAGE HERO - LUXURY VERSION */
.contact-inner-hero {
  position: relative;
  min-height: 640px;
  overflow: hidden;
  isolation: isolate;
  background: #041224;
  display: flex;
  align-items: center;
}

.contact-inner-hero::before,
.contact-inner-hero::after {
  display: none;
}

.contact-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: url("https://images.unsplash.com/photo-1556761175-b413da4baf72?auto=format&fit=crop&w=1900&q=90");
  background-size: cover;
  background-position: center;
  transform: scale(1.04);
  filter: saturate(1.08) contrast(1.05);
}

.contact-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(
      circle at 74% 24%,
      rgba(246, 211, 101, 0.22),
      transparent 30%
    ),
    radial-gradient(
      circle at 92% 78%,
      rgba(32, 196, 181, 0.14),
      transparent 34%
    ),
    linear-gradient(
      90deg,
      rgba(4, 18, 36, 0.98) 0%,
      rgba(4, 18, 36, 0.92) 36%,
      rgba(4, 18, 36, 0.68) 68%,
      rgba(4, 18, 36, 0.44) 100%
    );
}

.contact-hero-overlay::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.052) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 78px 78px;
  opacity: 0.24;
  mask-image: linear-gradient(to right, #000, transparent 82%);
  -webkit-mask-image: linear-gradient(to right, #000, transparent 82%);
}

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

.contact-hero-decor .contact-line {
  position: absolute;
  right: 7%;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(246, 211, 101, 0.72),
    transparent
  );
  box-shadow: 0 0 18px rgba(246, 211, 101, 0.32);
  transform: rotate(-18deg);
}

.contact-hero-decor .line-one {
  top: 32%;
  width: 560px;
}

.contact-hero-decor .line-two {
  top: 47%;
  width: 430px;
  opacity: 0.54;
}

.contact-hero-decor .contact-orb {
  position: absolute;
  right: 10%;
  top: 22%;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  border: 1px solid rgba(246, 211, 101, 0.24);
  box-shadow:
    0 0 80px rgba(246, 211, 101, 0.12),
    inset 0 0 60px rgba(246, 211, 101, 0.08);
}

.contact-hero-container {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 430px;
  gap: 58px;
  align-items: center;
}

.contact-hero-copy {
  max-width: 840px;
}

.contact-hero-copy .breadcrumb {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 24px;
  padding: 10px 16px;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(246, 211, 101, 0.22);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.contact-hero-copy .breadcrumb span {
  color: #f6d365;
}

.contact-hero-kicker {
  display: block;
  margin-bottom: 16px;
  color: #f6d365;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.contact-hero-copy h1 {
  margin: 0 0 22px;
  color: #ffffff;
  font-size: clamp(40px, 5.8vw, 66px);
  line-height: 0.98;
  font-weight: 700;
  letter-spacing: -0.065em;
  text-shadow: 0 24px 64px rgba(0, 0, 0, 0.42);
}

.contact-hero-copy h1 span {
  color: #f6d365;
}

.contact-hero-copy p {
  max-width: 660px;
  margin: 0;
  color: rgba(230, 240, 246, 0.9);
  font-size: 14px;
  line-height: 1.75;
}

.contact-hero-card {
  position: relative;
  padding: 30px;
  border-radius: 30px;
  border: 1px solid rgba(246, 211, 101, 0.34);
  background:
    radial-gradient(
      circle at 18% 0%,
      rgba(246, 211, 101, 0.18),
      transparent 36%
    ),
    linear-gradient(145deg, rgba(7, 27, 54, 0.84), rgba(7, 27, 54, 0.38));
  box-shadow:
    0 34px 90px rgba(0, 0, 0, 0.34),
    0 0 42px rgba(212, 175, 55, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.contact-hero-card > span {
  display: block;
  margin-bottom: 14px;
  color: #20c4b5;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.contact-hero-card strong {
  display: block;
  margin-bottom: 14px;
  color: #ffffff;
  font-size: 27px;
  line-height: 1.16;
  font-weight: 700;
  letter-spacing: -0.04em;
}

.contact-hero-card p {
  margin: 0;
  color: rgba(230, 240, 246, 0.72);
  font-size: 14px;
  line-height: 1.7;
}

.contact-quick-list {
  display: grid;
  gap: 12px;
  margin-top: 24px;
}

.contact-quick-item {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  padding: 14px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(246, 211, 101, 0.18);
}

.contact-quick-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 17px;
  color: #071b36;
  background: linear-gradient(135deg, #fff8dc 0%, #f6d365 48%, #d4af37 100%);
  box-shadow: 0 12px 28px rgba(212, 175, 55, 0.24);
}

.contact-quick-icon svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.contact-quick-item strong {
  display: block;
  margin: 0 0 4px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.contact-quick-item span {
  display: block;
  color: rgba(230, 240, 246, 0.75);
  font-size: 12.5px;
  line-height: 1.45;
}

@media (max-width: 991px) {
  .contact-inner-hero {
    min-height: auto;
    padding: 150px 0 82px;
  }

  .contact-hero-container {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .contact-hero-card {
    max-width: 520px;
  }
}

@media (max-width: 575px) {
  .contact-inner-hero {
    padding: 132px 0 68px;
  }

  .contact-hero-copy h1 {
    font-size: 42px;
  }

  .contact-hero-copy p {
    font-size: 15px;
  }

  .contact-hero-card {
    padding: 22px;
    border-radius: 24px;
  }

  .contact-hero-card strong {
    font-size: 22px;
  }

  .contact-hero-decor {
    display: none;
  }

  .contact-quick-item {
    grid-template-columns: 42px minmax(0, 1fr);
    padding: 12px;
  }

  .contact-quick-icon {
    width: 42px;
    height: 42px;
    border-radius: 15px;
  }
}

/* Contact */
/* CONTACT FORM - LUXURY VERSION */
.contact-luxury-section {
  position: relative;
  overflow: hidden;
  padding: 50px 0;
  background:
    radial-gradient(
      circle at 10% 12%,
      rgba(246, 211, 101, 0.18),
      transparent 30%
    ),
    radial-gradient(
      circle at 88% 20%,
      rgba(32, 196, 181, 0.12),
      transparent 34%
    ),
    linear-gradient(135deg, #fffdf8 0%, #f8fbff 50%, #fff5d8 100%);
  border-top: 1px solid rgba(212, 175, 55, 0.14);
}

.contact-luxury-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(7, 27, 54, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(7, 27, 54, 0.03) 1px, transparent 1px);
  background-size: 84px 84px;
  opacity: 0.75;
  pointer-events: none;
}

.contact-luxury-section::after {
  content: "";
  position: absolute;
  right: -180px;
  bottom: -200px;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(246, 211, 101, 0.22),
    transparent 68%
  );
  pointer-events: none;
}

.contact-luxury-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) 0.82fr;
  gap: 28px;
  align-items: stretch;
}

.contact-form-luxury {
  position: relative;
  overflow: hidden;
  padding: clamp(28px, 4vw, 44px);
  border-radius: 38px;
  background:
    radial-gradient(
      circle at 12% 0%,
      rgba(246, 211, 101, 0.12),
      transparent 34%
    ),
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.96),
      rgba(248, 251, 255, 0.86)
    );
  border: 1px solid rgba(212, 175, 55, 0.28);
  box-shadow:
    0 34px 90px rgba(7, 27, 54, 0.12),
    0 0 34px rgba(212, 175, 55, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.contact-form-luxury::before {
  content: "";
  position: absolute;
  right: -90px;
  top: -90px;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(32, 196, 181, 0.14),
    transparent 68%
  );
  pointer-events: none;
}

.contact-form-luxury .eyebrow {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
  color: #d4af37;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.contact-form-luxury .eyebrow::before {
  content: "";
  width: 38px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, #fff8dc, #f6d365, #d4af37);
  box-shadow: 0 0 16px rgba(246, 211, 101, 0.42);
}

.contact-form-head {
  position: relative;
  z-index: 2;
  max-width: 620px;
  margin-bottom: 28px;
}

.contact-form-head h2 {
  margin: 0 0 14px;
  color: #071b36;
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.04;
  font-weight: 700;
  letter-spacing: -0.055em;
}

.contact-form-head p {
  max-width: 560px;
  margin: 0;
  color: rgba(7, 27, 54, 0.66);
  font-size: 15px;
  line-height: 1.72;
}

.luxury-form-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.field-luxury {
  position: relative;
}

.field-luxury.full {
  grid-column: 1 / -1;
}

.field-luxury label {
  display: block;
  margin-bottom: 9px;
  color: #071b36;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.field-luxury input,
.field-luxury textarea {
  width: 100%;
  border: 1px solid rgba(7, 27, 54, 0.12);
  outline: none;
  color: #071b36;
  font-size: 14px;
  font-weight: 650;
  background: linear-gradient(
    145deg,
    rgba(255, 255, 255, 0.98),
    rgba(248, 251, 255, 0.82)
  );
  box-shadow:
    0 16px 38px rgba(7, 27, 54, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.95);
  transition: 0.24s ease;
}

.field-luxury input {
  height: 54px;
  padding: 0 18px;
  border-radius: 18px;
}

.field-luxury textarea {
  min-height: 158px;
  resize: vertical;
  padding: 18px;
  border-radius: 22px;
  line-height: 1.65;
}

.field-luxury input::placeholder,
.field-luxury textarea::placeholder {
  color: rgba(7, 27, 54, 0.38);
}

.field-luxury input:hover,
.field-luxury textarea:hover {
  border-color: rgba(212, 175, 55, 0.34);
}

.field-luxury input:focus,
.field-luxury textarea:focus {
  border-color: rgba(212, 175, 55, 0.62);
  box-shadow:
    0 18px 42px rgba(7, 27, 54, 0.08),
    0 0 0 4px rgba(246, 211, 101, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

.field-luxury .counter,
.contact-form-luxury .counter {
  margin-top: 8px;
  text-align: right;
  color: rgba(7, 27, 54, 0.48);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.04em;
}

.contact-form-action {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: flex-start;
  margin-top: 26px;
}

.contact-submit-luxury {
  min-width: 190px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 52px;
  border-radius: 999px;
  box-shadow:
    0 18px 42px rgba(212, 175, 55, 0.24),
    0 0 24px rgba(246, 211, 101, 0.12);
}

.office-card-luxury {
  position: relative;
  overflow: hidden;
  border-radius: 38px;
  background:
    radial-gradient(
      circle at 18% 0%,
      rgba(246, 211, 101, 0.18),
      transparent 36%
    ),
    radial-gradient(
      circle at 86% 14%,
      rgba(32, 196, 181, 0.12),
      transparent 34%
    ),
    linear-gradient(145deg, #041224 0%, #071b36 58%, #061529 100%);
  border: 1px solid rgba(246, 211, 101, 0.32);
  box-shadow:
    0 34px 90px rgba(7, 27, 54, 0.22),
    0 0 40px rgba(212, 175, 55, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.office-card-luxury::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 68px 68px;
  opacity: 0.22;
  pointer-events: none;
}

.office-map-luxury {
  position: relative;
  min-height: 250px;
  overflow: hidden;
  background:
    radial-gradient(
      circle at 48% 48%,
      rgba(246, 211, 101, 0.2),
      transparent 22%
    ),
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.08),
      rgba(255, 255, 255, 0.02)
    );
  border-bottom: 1px solid rgba(246, 211, 101, 0.18);
}

.office-map-luxury::before,
.office-map-luxury::after {
  content: "";
  position: absolute;
  inset: 22px;
  border-radius: 28px;
  border: 1px solid rgba(246, 211, 101, 0.13);
}

.office-map-luxury::after {
  inset: 54px;
  border-color: rgba(32, 196, 181, 0.16);
}

.map-glow {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 210px;
  height: 210px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(246, 211, 101, 0.26),
    transparent 68%
  );
  filter: blur(2px);
}

.marker-luxury {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 10px;
  transform: translate(-50%, -50%);
  padding: 10px 14px 10px 10px;
  border-radius: 999px;
  background: rgba(7, 27, 54, 0.78);
  border: 1px solid rgba(246, 211, 101, 0.34);
  box-shadow:
    0 18px 46px rgba(0, 0, 0, 0.28),
    0 0 28px rgba(246, 211, 101, 0.16);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.pin-marker-luxury {
  width: 34px;
  height: 34px;
  border-radius: 50% 50% 50% 8px;
  transform: rotate(-45deg);
  background: linear-gradient(135deg, #fff8dc 0%, #f6d365 48%, #d4af37 100%);
  box-shadow: 0 12px 28px rgba(212, 175, 55, 0.28);
}

.pin-marker-luxury::after {
  content: "";
  position: absolute;
  inset: 10px;
  border-radius: 50%;
  background: #071b36;
}

.marker-luxury span {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.office-info-luxury {
  position: relative;
  z-index: 2;
  padding: 30px;
}

.office-kicker {
  display: block;
  margin-bottom: 10px;
  color: #20c4b5;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.office-info-luxury h3 {
  margin: 0 0 22px;
  color: #ffffff;
  font-size: 32px;
  line-height: 1.08;
  font-weight: 700;
  letter-spacing: -0.04em;
}

.office-list-luxury {
  display: grid;
  gap: 12px;
}

.office-list-luxury p {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 12px;
  align-items: flex-start;
  margin: 0;
  padding: 14px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(246, 211, 101, 0.16);
}

.office-list-luxury p b {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  color: #071b36;
  font-size: 16px;
  background: linear-gradient(135deg, #fff8dc 0%, #f6d365 48%, #d4af37 100%);
  box-shadow: 0 12px 28px rgba(212, 175, 55, 0.22);
}

.office-list-luxury p span {
  color: rgba(230, 240, 246, 0.78);
  font-size: 13px;
  line-height: 1.55;
}

@media (max-width: 991px) {
  .contact-luxury-layout {
    grid-template-columns: 1fr;
  }

  .office-card-luxury {
    max-width: 620px;
  }
}

@media (max-width: 575px) {
  .contact-luxury-section {
    padding: 64px 0;
  }

  .contact-form-luxury,
  .office-card-luxury {
    border-radius: 26px;
  }

  .luxury-form-grid {
    grid-template-columns: 1fr;
  }

  .contact-form-action {
    justify-content: center;
  }

  .contact-submit-luxury {
    width: 100%;
  }

  .office-info-luxury {
    padding: 22px;
  }

  .office-map-luxury {
    min-height: 220px;
  }

  .office-info-luxury h3 {
    font-size: 26px;
  }
}

/* CONTACT FORM - COMPACT LUXURY OVERRIDE */
.contact-luxury-section {
  padding: 72px 0 !important;
}

.contact-luxury-layout {
  grid-template-columns: minmax(0, 1fr) 390px !important;
  gap: 24px !important;
  align-items: flex-start !important;
}

.contact-form-luxury {
  padding: 30px !important;
  border-radius: 30px !important;
}

.contact-form-head {
  margin-bottom: 22px !important;
}

.contact-form-head h2 {
  font-size: clamp(30px, 3.2vw, 42px) !important;
  margin-bottom: 10px !important;
}

.contact-form-head p {
  font-size: 14px !important;
  line-height: 1.6 !important;
  max-width: 520px !important;
}

.contact-form-luxury .eyebrow {
  margin-bottom: 12px !important;
  font-size: 11px !important;
}

.luxury-form-grid {
  gap: 14px !important;
}

.field-luxury label {
  margin-bottom: 7px !important;
  font-size: 10px !important;
}

.field-luxury input {
  height: 48px !important;
  padding: 0 16px !important;
  border-radius: 16px !important;
  font-size: 13px !important;
}

.field-luxury textarea {
  min-height: 108px !important;
  max-height: 140px !important;
  padding: 15px 16px !important;
  border-radius: 18px !important;
  font-size: 13px !important;
  line-height: 1.55 !important;
}

.field-luxury .counter,
.contact-form-luxury .counter {
  margin-top: 6px !important;
  font-size: 10px !important;
}

.contact-form-action {
  margin-top: 20px !important;
}

.contact-submit-luxury {
  height: 48px !important;
  min-width: 175px !important;
  font-size: 12px !important;
}

/* OFFICE CARD COMPACT */
.office-card-luxury {
  border-radius: 30px !important;
}

.office-map-luxury {
  min-height: 185px !important;
}

.map-glow {
  width: 160px !important;
  height: 160px !important;
}

.marker-luxury {
  padding: 8px 12px 8px 8px !important;
}

.pin-marker-luxury {
  width: 28px !important;
  height: 28px !important;
}

.pin-marker-luxury::after {
  inset: 8px !important;
}

.marker-luxury span {
  font-size: 10px !important;
}

.office-info-luxury {
  padding: 24px !important;
}

.office-kicker {
  font-size: 10px !important;
  margin-bottom: 8px !important;
}

.office-info-luxury h3 {
  font-size: 27px !important;
  margin-bottom: 16px !important;
}

.office-list-luxury {
  gap: 10px !important;
}

.office-list-luxury p {
  grid-template-columns: 34px minmax(0, 1fr) !important;
  gap: 10px !important;
  padding: 11px !important;
  border-radius: 16px !important;
}

.office-list-luxury p b {
  width: 34px !important;
  height: 34px !important;
  border-radius: 12px !important;
  font-size: 14px !important;
}

.office-list-luxury p span {
  font-size: 12px !important;
  line-height: 1.45 !important;
}

@media (max-width: 991px) {
  .contact-luxury-layout {
    grid-template-columns: 1fr !important;
  }

  .office-card-luxury {
    max-width: 100% !important;
  }
}

@media (max-width: 575px) {
  .contact-luxury-section {
    padding: 56px 0 !important;
  }

  .contact-form-luxury {
    padding: 22px !important;
    border-radius: 24px !important;
  }

  .luxury-form-grid {
    grid-template-columns: 1fr !important;
  }

  .contact-submit-luxury {
    width: 100% !important;
  }
}

/* =========================================================
         HTECH LUXURY COLOR SYSTEM OVERRIDE - V2 VISIBLE
         Purpose: only color/background/border/shadow/text/hover tuning.
         ========================================================= */
:root {
  --brand-gold: #d7b35f;
  --brand-gold-soft: #f4d890;
  --brand-gold-pale: #fff4d4;
  --brand-teal: #21c7ba;
  --brand-teal-soft: #9bf0e7;
  --brand-blue: #437fff;
  --brand-blue-2: #75aaff;
  --dark-navy: #030b18;
  --deep-navy: #06192f;
  --navy-2: #092844;
  --glass: rgba(8, 28, 52, 0.68);
  --glass-2: rgba(255, 255, 255, 0.075);
  --white: #ffffff;
  --muted: #a9bbcf;
  --ink: #071426;
  --soft: #f7f9fc;
  --line: rgba(215, 179, 95, 0.28);
  --line-teal: rgba(33, 199, 186, 0.26);
  --shadow: 0 28px 80px rgba(6, 20, 38, 0.16);
  --gradient-accent: linear-gradient(135deg, #21c7ba 0%, #f4d890 100%);
  --lux-dark-0: #020812;
  --lux-dark-1: #041224;
  --lux-dark-2: #06192f;
  --lux-dark-3: #082742;
  --lux-light-0: #fffaf0;
  --lux-light-1: #f8fbff;
  --lux-light-2: #edf4fb;
  --lux-card: #ffffff;
  --lux-text: #071426;
  --lux-muted: rgba(7, 20, 38, 0.64);
  --lux-gold-line: rgba(215, 179, 95, 0.3);
  --lux-blue-line: rgba(117, 170, 255, 0.18);
  --lux-shadow-soft: 0 24px 70px rgba(7, 20, 38, 0.13);
  --lux-shadow-dark: 0 30px 88px rgba(0, 0, 0, 0.32);
}

html,
body {
  background:
    radial-gradient(
      circle at 12% 4%,
      rgba(215, 179, 95, 0.12),
      transparent 28%
    ),
    radial-gradient(circle at 86% 8%, rgba(33, 199, 186, 0.1), transparent 30%),
    linear-gradient(135deg, #020812 0%, #041224 42%, #06192f 100%) !important;
  color: #ffffff !important;
}

.htech-page {
  background:
    radial-gradient(
      circle at 84% 8%,
      rgba(33, 199, 186, 0.08),
      transparent 30%
    ),
    radial-gradient(
      circle at 12% 0%,
      rgba(215, 179, 95, 0.08),
      transparent 26%
    ),
    linear-gradient(180deg, #020812 0%, #041224 46%, #06192f 100%) !important;
}

/* Header / navigation */
.site-header {
  background:
    radial-gradient(
      circle at 18% 0%,
      rgba(244, 216, 144, 0.12),
      transparent 34%
    ),
    linear-gradient(
      180deg,
      rgba(2, 8, 18, 0.94) 0%,
      rgba(4, 18, 36, 0.82) 62%,
      rgba(4, 18, 36, 0.24) 100%
    ) !important;
  border-bottom-color: rgba(215, 179, 95, 0.28) !important;
  box-shadow: 0 14px 42px rgba(0, 0, 0, 0.24) !important;
}

.site-header.scrolled {
  background: linear-gradient(
    180deg,
    rgba(2, 8, 18, 0.92),
    rgba(5, 20, 38, 0.82)
  ) !important;
  border-bottom-color: rgba(215, 179, 95, 0.34) !important;
}

.nav a {
  color: rgba(246, 250, 255, 0.92) !important;
}

.nav a:hover,
.nav a.active,
.footer-col a:hover {
  background: linear-gradient(
    135deg,
    #fff8dc 0%,
    #f4d890 46%,
    #d7b35f 100%
  ) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  color: transparent !important;
  -webkit-text-fill-color: transparent !important;
}

.nav a::after {
  background: linear-gradient(
    90deg,
    #fff8dc 0%,
    #f4d890 48%,
    #d7b35f 100%
  ) !important;
  box-shadow: 0 0 16px rgba(244, 216, 144, 0.44) !important;
}

.hamburger {
  background: rgba(255, 255, 255, 0.065) !important;
  border-color: rgba(215, 179, 95, 0.32) !important;
}

@media (max-width: 920px) {
  .nav {
    background: rgba(2, 8, 18, 0.97) !important;
    border-color: rgba(215, 179, 95, 0.24) !important;
  }
}

/* General typography / accent */
.eyebrow,
.breadcrumb span,
.feature-project .label,
.feature-project a,
.project-body a,
.about-floating-card span,
.portfolio-feature-content > span,
.project-category-body small,
.services-hero-card > span,
.project-hero-card > span,
.about-hero-card > span {
  color: #21c7ba !important;
}

.accent,
.about-hero-kicker,
.services-hero-kicker,
.project-hero-kicker,
.experience-luxury-copy .eyebrow,
.clients-showcase-head .eyebrow,
.project-catalog-head .eyebrow,
.premium-kicker,
.premium-feature-bottom a,
.portfolio-feature-content a,
.project-category-body a,
.project-hero-tags small,
.project-catalog-stat strong,
.project-filter-group > span,
.footer-mail-form label {
  color: #f4d890 !important;
  background: none !important;
  -webkit-text-fill-color: currentColor !important;
}

.section-light h1,
.section-light h2,
.section-light h3,
.about-showcase-luxury h2,
.portfolio-luxury h2,
.testimonial-luxury-head h2,
.achievements-pro-head h2,
.achievements-luxury h2,
.clients-strip.clients-luxury .clients-title h2,
.contact-form h2,
.choose-item h3,
.office-info h3 {
  color: #071426 !important;
}

.section-light p,
.about-showcase-luxury p,
.portfolio-luxury p,
.testimonial-luxury-head p,
.achievements-pro-head p,
.clients-head p,
.choose-item p,
.office-info p {
  color: rgba(7, 20, 38, 0.66) !important;
}

/* Buttons */
.btn.primary,
.footer-mail-box button,
.project-category-filter button.active,
.project-category-filter button:hover,
.project-type-filter button.active,
.project-type-filter button:hover,
.project-filter-arrow:hover,
.services-hero-list b,
.achievement-icon,
.metric-ico,
.experience-core,
.exp-icon,
.testimonial-avatar,
.step-num,
.about-photo-badge,
.portfolio-card-body::before,
.project-category-img span {
  background: linear-gradient(
    135deg,
    #fff8dc 0%,
    #f4d890 42%,
    #d7b35f 74%,
    #a77a2a 100%
  ) !important;
  color: #061426 !important;
  box-shadow:
    0 16px 38px rgba(215, 179, 95, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.7) !important;
}

.btn.primary:hover {
  box-shadow:
    0 22px 56px rgba(215, 179, 95, 0.42),
    0 0 24px rgba(244, 216, 144, 0.28) !important;
}

.btn.ghost {
  background: rgba(255, 255, 255, 0.055) !important;
  border-color: rgba(244, 216, 144, 0.38) !important;
  color: #f4d890 !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08) !important;
}

.btn.ghost:hover {
  background: rgba(244, 216, 144, 0.1) !important;
  border-color: rgba(244, 216, 144, 0.62) !important;
  color: #fff8dc !important;
}

/* Premium hero / inner heroes */
.premium-hero,
.about-inner-hero,
.services-inner-hero,
.project-inner-hero,
.tech-bg,
.home-hero {
  background:
    radial-gradient(
      circle at 80% 24%,
      rgba(215, 179, 95, 0.15),
      transparent 30%
    ),
    radial-gradient(
      circle at 92% 70%,
      rgba(33, 199, 186, 0.11),
      transparent 34%
    ),
    linear-gradient(135deg, #020812 0%, #041224 44%, #06192f 100%) !important;
}

.premium-hero .lux-hero-overlay,
.about-hero-overlay,
.services-hero-overlay,
.project-hero-overlay {
  background:
    radial-gradient(
      circle at 72% 28%,
      rgba(215, 179, 95, 0.18),
      transparent 30%
    ),
    radial-gradient(
      circle at 92% 76%,
      rgba(33, 199, 186, 0.13),
      transparent 34%
    ),
    linear-gradient(
      90deg,
      rgba(2, 8, 18, 0.98) 0%,
      rgba(4, 18, 36, 0.9) 36%,
      rgba(4, 18, 36, 0.6) 68%,
      rgba(4, 18, 36, 0.36) 100%
    ) !important;
}

.premium-hero .hero-content p,
.about-hero-copy p,
.services-hero-copy p,
.project-hero-copy p,
.hero-content p {
  color: rgba(238, 246, 252, 0.9) !important;
}

.premium-feature,
.about-hero-card,
.services-hero-card,
.project-hero-card,
.feature-project {
  background:
    radial-gradient(
      circle at 18% 0%,
      rgba(244, 216, 144, 0.14),
      transparent 36%
    ),
    linear-gradient(145deg, rgba(5, 20, 38, 0.88), rgba(8, 39, 66, 0.54)) !important;
  border-color: rgba(215, 179, 95, 0.38) !important;
  box-shadow:
    0 30px 86px rgba(0, 0, 0, 0.34),
    0 0 34px rgba(215, 179, 95, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.12) !important;
}

.premium-hero-lines span,
.about-hero-decor .decor-line,
.services-hero-decor .services-line,
.project-hero-decor .project-line,
.hero-line {
  background: linear-gradient(
    90deg,
    transparent,
    rgba(244, 216, 144, 0.82),
    transparent
  ) !important;
  box-shadow: 0 0 18px rgba(244, 216, 144, 0.35) !important;
}

.premium-hero-dots span.active,
.premium-hero-dots span:hover {
  border-color: rgba(244, 216, 144, 0.7) !important;
  box-shadow:
    0 18px 42px rgba(0, 0, 0, 0.36),
    0 0 28px rgba(244, 216, 144, 0.23) !important;
}

/* Bright sections - ivory / pale blue */
.section-light,
.about-showcase-luxury,
.portfolio-luxury,
.clients-strip.clients-luxury,
.testimonial-luxury-section,
.achievements-pro,
.achievements-luxury,
.contact-section,
.choose-light {
  background:
    radial-gradient(
      circle at 10% 10%,
      rgba(215, 179, 95, 0.13),
      transparent 28%
    ),
    radial-gradient(
      circle at 88% 12%,
      rgba(117, 170, 255, 0.1),
      transparent 34%
    ),
    linear-gradient(180deg, #fffaf0 0%, #f8fbff 46%, #edf4fb 100%) !important;
  color: #071426 !important;
  border-top-color: rgba(215, 179, 95, 0.14) !important;
  border-bottom-color: rgba(215, 179, 95, 0.12) !important;
}

.portfolio-luxury {
  background:
    radial-gradient(
      circle at 9% 12%,
      rgba(215, 179, 95, 0.16),
      transparent 30%
    ),
    radial-gradient(
      circle at 86% 18%,
      rgba(33, 199, 186, 0.08),
      transparent 34%
    ),
    linear-gradient(135deg, #fff7df 0%, #f8fbff 50%, #eef5fb 100%) !important;
}

.about-showcase-inner,
.about-showcase-copy,
.testimonial-luxury-panel,
.achievements-pro-inner,
.client-logo-card,
.achievement-card,
.achievements-luxury .metric,
.portfolio-card,
.office-card,
.contact-form,
.contact-layout > form,
.about-capability-grid div {
  background:
    radial-gradient(
      circle at 100% 0%,
      rgba(215, 179, 95, 0.1),
      transparent 34%
    ),
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.98),
      rgba(248, 251, 255, 0.94)
    ) !important;
  border-color: rgba(215, 179, 95, 0.26) !important;
  box-shadow:
    0 26px 72px rgba(7, 20, 38, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.96) !important;
}

.about-showcase-copy {
  background: transparent !important;
  box-shadow: none !important;
  border-color: transparent !important;
}

.about-partner-line span,
.portfolio-meta small {
  background: linear-gradient(
    135deg,
    rgba(255, 248, 220, 0.98),
    rgba(244, 216, 144, 0.34)
  ) !important;
  border-color: rgba(215, 179, 95, 0.32) !important;
  color: #071426 !important;
}

.about-mini-proof,
.testimonial-side-card,
.portfolio-feature-content,
.about-floating-card {
  background:
    radial-gradient(
      circle at 14% 0%,
      rgba(244, 216, 144, 0.15),
      transparent 34%
    ),
    linear-gradient(145deg, rgba(5, 20, 38, 0.92), rgba(8, 39, 66, 0.62)) !important;
  border-color: rgba(215, 179, 95, 0.34) !important;
  box-shadow:
    0 28px 72px rgba(0, 0, 0, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.11) !important;
}

/* Dark sections - premium navy */
.section-dark,
.about-dark,
.experience-luxury,
.clients-showcase-dark,
.project-catalog-luxury,
.clients-strip:not(.clients-luxury),
.site-footer {
  background:
    radial-gradient(
      circle at 13% 16%,
      rgba(215, 179, 95, 0.12),
      transparent 28%
    ),
    radial-gradient(
      circle at 88% 14%,
      rgba(33, 199, 186, 0.09),
      transparent 32%
    ),
    linear-gradient(135deg, #020812 0%, #041224 48%, #06192f 100%) !important;
  border-top-color: rgba(215, 179, 95, 0.18) !important;
  border-bottom-color: rgba(117, 170, 255, 0.1) !important;
}

.section-dark p,
.about-dark p,
.experience-luxury-copy > p,
.clients-showcase-head p,
.project-catalog-head p,
.project-category-body p,
.service-card p,
.footer-brand p,
.footer-col a,
.footer-col p,
.footer-bottom,
.footer-bottom p {
  color: rgba(229, 240, 250, 0.74) !important;
}

.service-card,
.experience-card,
.experience-luxury-note,
.experience-orbit,
.exp-metric,
.client-logo-card-dark,
.project-category-card,
.project-filter-panel,
.project-category-slider,
.cta-form,
.project-cta,
.project-card:not(.section-light .project-card),
.footer-mail-box,
.services-hero-list div,
.project-hero-stats div,
.about-hero-stats div {
  background:
    radial-gradient(
      circle at 18% 0%,
      rgba(244, 216, 144, 0.12),
      transparent 36%
    ),
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.085),
      rgba(255, 255, 255, 0.035)
    ) !important;
  border-color: rgba(215, 179, 95, 0.24) !important;
  box-shadow:
    0 24px 68px rgba(0, 0, 0, 0.26),
    inset 0 1px 0 rgba(255, 255, 255, 0.1) !important;
}

.service-card:hover,
.project-category-card:hover,
.client-logo-card-dark:hover,
.exp-metric:hover,
.portfolio-card:hover,
.client-logo-card:hover,
.achievement-card:hover {
  border-color: rgba(244, 216, 144, 0.54) !important;
  box-shadow:
    0 32px 86px rgba(0, 0, 0, 0.3),
    0 0 28px rgba(244, 216, 144, 0.16) !important;
}

.service-card h3,
.project-category-body h3,
.experience-luxury-copy h2,
.clients-showcase-head h2,
.project-catalog-head h2,
.footer-col h4,
.testimonial-side-card strong,
.about-floating-card strong,
.portfolio-feature-content h3 {
  color: #ffffff !important;
}

.line-icon,
.feature-ico,
.quick-icon,
.choose-icon,
.choose-icon svg {
  color: #21c7ba !important;
  stroke: #21c7ba !important;
}

.line-icon,
.feature-ico,
.choose-icon {
  background: rgba(33, 199, 186, 0.1) !important;
  border-color: rgba(33, 199, 186, 0.28) !important;
}

/* Project cards and filters */
.project-card,
.section-light .project-card {
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%) !important;
  border-color: rgba(215, 179, 95, 0.22) !important;
  box-shadow: 0 22px 58px rgba(7, 20, 38, 0.1) !important;
}

.project-card h3,
.portfolio-card-body h3,
.project-body h3,
.achievement-card strong,
.achievements-luxury .metric strong,
.about-photo-badge strong,
.about-capability-grid span {
  color: #071426 !important;
}

.project-card p,
.project-body p,
.portfolio-card-body span,
.achievement-card span,
.achievements-luxury .metric span,
.about-photo-badge span {
  color: rgba(7, 20, 38, 0.62) !important;
}

.project-type-filter button,
.project-category-filter button,
.project-filter-arrow,
.project-category-dropdown select,
.filter-btn {
  background: rgba(255, 255, 255, 0.07) !important;
  border-color: rgba(215, 179, 95, 0.24) !important;
  color: rgba(238, 246, 252, 0.78) !important;
}

.project-category-dropdown select:focus,
.filter-btn:hover,
.filter-btn.active {
  border-color: rgba(244, 216, 144, 0.58) !important;
  color: #f4d890 !important;
}

/* Contact form / inputs */
.contact-section .contact-layout {
  position: relative;
}

.contact-form {
  border: 1px solid rgba(215, 179, 95, 0.24) !important;
  border-radius: 28px !important;
  background:
    radial-gradient(circle at 0% 0%, rgba(215, 179, 95, 0.1), transparent 34%),
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.98),
      rgba(248, 251, 255, 0.95)
    ) !important;
  box-shadow: 0 28px 80px rgba(7, 20, 38, 0.13) !important;
}

.contact-form label {
  color: #071426 !important;
}

input,
select,
textarea,
.contact-form input,
.contact-form textarea {
  background: rgba(255, 255, 255, 0.92) !important;
  color: #071426 !important;
  border-color: rgba(117, 170, 255, 0.24) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72) !important;
}

input::placeholder,
textarea::placeholder {
  color: rgba(7, 20, 38, 0.42) !important;
}

input:focus,
select:focus,
textarea:focus,
.contact-form input:focus,
.contact-form textarea:focus {
  border-color: rgba(215, 179, 95, 0.72) !important;
  box-shadow:
    0 0 0 4px rgba(215, 179, 95, 0.14),
    0 14px 34px rgba(7, 20, 38, 0.08) !important;
}

.cta-form input,
.cta-form textarea,
.footer-mail-box input,
.project-category-dropdown select {
  background: rgba(255, 255, 255, 0.08) !important;
  color: #ffffff !important;
  border-color: rgba(215, 179, 95, 0.26) !important;
}

.cta-form input::placeholder,
.cta-form textarea::placeholder,
.footer-mail-box input::placeholder {
  color: rgba(229, 240, 250, 0.52) !important;
}

.office-map::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(7, 20, 38, 0.04),
    rgba(7, 20, 38, 0.16)
  );
  pointer-events: none;
}

.pin-marker,
.marker span {
  background: linear-gradient(135deg, #21c7ba 0%, #437fff 100%) !important;
  box-shadow: 0 14px 30px rgba(33, 199, 186, 0.28) !important;
}

/* Footer */
.site-footer {
  background:
    radial-gradient(circle at 14% 8%, rgba(215, 179, 95, 0.1), transparent 30%),
    linear-gradient(180deg, #041224 0%, #020812 100%) !important;
  border-top-color: rgba(215, 179, 95, 0.22) !important;
}

.socials a {
  border-color: rgba(215, 179, 95, 0.3) !important;
  color: #f4d890 !important;
  background: rgba(255, 255, 255, 0.045) !important;
}

.socials a:hover {
  background: rgba(244, 216, 144, 0.12) !important;
  border-color: rgba(244, 216, 144, 0.54) !important;
}

.footer-bottom {
  border-top-color: rgba(215, 179, 95, 0.14) !important;
}

/* Subtle separators / grid masks */
.section-dark::before,
.experience-luxury::before,
.clients-showcase-dark::before,
.project-catalog-luxury::before,
.about-showcase-luxury::before,
.portfolio-luxury::before,
.testimonial-luxury-section::before,
.achievements-pro::before {
  opacity: 0.18 !important;
}

.clients-strip span {
  color: rgba(255, 255, 255, 0.9) !important;
}

.clients-strip.clients-luxury span,
.client-logo-card span {
  color: #071426 !important;
}

.quote-mark,
.testimonial-quote-mark {
  color: rgba(215, 179, 95, 0.18) !important;
}

.testimonial-rating span {
  color: #d7b35f !important;
}

.slider-mini button {
  border-color: rgba(215, 179, 95, 0.28) !important;
  color: #a77a2a !important;
  background: #ffffff !important;
}

.dots span.active {
  background: linear-gradient(90deg, #21c7ba, #f4d890) !important;
}

/* Keep image contrast premium, not burnt. */
.premium-hero .hero-slide,
.about-hero-bg,
.services-hero-bg,
.project-hero-bg,
.portfolio-img img,
.project-category-img img,
.about-main-photo img {
  filter: saturate(1.06) contrast(1.04) brightness(0.96) !important;
}

/* =========================================================
         HTECH SCOPED COLOR FIX - V3
         Scope only: About OUR EXPERIENCE, Services 3 content sections,
         Project catalog section. No HTML/JS/layout changes.
         ========================================================= */

/* 1) ABOUT PAGE - OUR EXPERIENCE: unify with Homepage warm luxury tone */
#page-about .experience-luxury {
  background:
    radial-gradient(
      circle at 10% 12%,
      rgba(215, 179, 95, 0.16),
      transparent 30%
    ),
    radial-gradient(
      circle at 88% 14%,
      rgba(117, 170, 255, 0.1),
      transparent 34%
    ),
    linear-gradient(135deg, #fff7df 0%, #f8fbff 52%, #fff2c7 100%) !important;
  border-top: 1px solid rgba(215, 179, 95, 0.16) !important;
  border-bottom: 1px solid rgba(215, 179, 95, 0.12) !important;
}

#page-about .experience-luxury::before {
  background-image:
    linear-gradient(rgba(7, 20, 38, 0.032) 1px, transparent 1px),
    linear-gradient(90deg, rgba(7, 20, 38, 0.026) 1px, transparent 1px) !important;
  opacity: 0.3 !important;
}

#page-about .experience-luxury::after {
  background: radial-gradient(
    circle,
    rgba(215, 179, 95, 0.16),
    transparent 68%
  ) !important;
  opacity: 0.9 !important;
}

#page-about .experience-luxury-copy .eyebrow {
  color: #c9a227 !important;
  -webkit-text-fill-color: #c9a227 !important;
}

#page-about .experience-luxury-copy .eyebrow::before {
  background: linear-gradient(90deg, #fff8dc, #f4d890, #d7b35f) !important;
  box-shadow: 0 0 16px rgba(215, 179, 95, 0.3) !important;
}

#page-about .experience-luxury-copy h2 {
  color: #071426 !important;
  text-shadow: none !important;
}

#page-about .experience-luxury-copy > p,
#page-about .experience-luxury-note p,
#page-about .exp-metric span {
  color: rgba(7, 20, 38, 0.66) !important;
}

#page-about .experience-luxury-note,
#page-about .experience-orbit,
#page-about .exp-metric {
  background:
    radial-gradient(
      circle at 100% 0%,
      rgba(215, 179, 95, 0.12),
      transparent 34%
    ),
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.98),
      rgba(248, 251, 255, 0.94)
    ) !important;
  border-color: rgba(215, 179, 95, 0.28) !important;
  box-shadow:
    0 26px 72px rgba(7, 20, 38, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.96) !important;
}

#page-about .experience-luxury-note strong,
#page-about .exp-metric strong {
  color: #071426 !important;
}

#page-about .experience-orbit::before {
  border-color: rgba(215, 179, 95, 0.22) !important;
  box-shadow: inset 0 0 58px rgba(215, 179, 95, 0.06) !important;
}

#page-about .experience-orbit::after {
  border-color: rgba(215, 179, 95, 0.28) !important;
}

#page-about .experience-core,
#page-about .exp-icon,
#page-about .experience-luxury-note > span {
  background: linear-gradient(
    135deg,
    #fff8dc 0%,
    #f4d890 44%,
    #d7b35f 100%
  ) !important;
  color: #071426 !important;
  box-shadow:
    0 16px 36px rgba(215, 179, 95, 0.26),
    inset 0 1px 0 rgba(255, 255, 255, 0.72) !important;
}

#page-about .experience-core span,
#page-about .experience-core strong {
  color: #071426 !important;
}

#page-about .exp-metric span {
  border-top-color: rgba(215, 179, 95, 0.72) !important;
}

/* 2) SERVICES PAGE - exactly 3 content sections: match Homepage warm gold gradient */
#page-services > section.section-dark.section-pad {
  background:
    radial-gradient(
      circle at 10% 12%,
      rgba(215, 179, 95, 0.16),
      transparent 30%
    ),
    radial-gradient(
      circle at 88% 14%,
      rgba(117, 170, 255, 0.1),
      transparent 34%
    ),
    linear-gradient(135deg, #fff7df 0%, #f8fbff 52%, #fff2c7 100%) !important;
  border-top: 1px solid rgba(215, 179, 95, 0.14) !important;
  border-bottom: 1px solid rgba(215, 179, 95, 0.1) !important;
}

#page-services > section.section-dark.section-pad::before {
  background-image:
    linear-gradient(rgba(7, 20, 38, 0.032) 1px, transparent 1px),
    linear-gradient(90deg, rgba(7, 20, 38, 0.026) 1px, transparent 1px) !important;
  opacity: 0.28 !important;
}

#page-services > section.section-dark.section-pad .eyebrow {
  color: #c9a227 !important;
  -webkit-text-fill-color: #c9a227 !important;
}

#page-services > section.section-dark.section-pad h2,
#page-services > section.section-dark.section-pad h3 {
  color: #071426 !important;
  text-shadow: none !important;
}

#page-services > section.section-dark.section-pad p {
  color: rgba(7, 20, 38, 0.66) !important;
}

#page-services .service-card {
  background:
    radial-gradient(
      circle at 100% 0%,
      rgba(215, 179, 95, 0.12),
      transparent 34%
    ),
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.98),
      rgba(248, 251, 255, 0.94)
    ) !important;
  border-color: rgba(215, 179, 95, 0.24) !important;
  box-shadow:
    0 22px 58px rgba(7, 20, 38, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.95) !important;
}

#page-services .service-card:hover {
  border-color: rgba(215, 179, 95, 0.46) !important;
  box-shadow:
    0 28px 70px rgba(7, 20, 38, 0.14),
    0 0 24px rgba(215, 179, 95, 0.12) !important;
}

#page-services .service-card h3,
#page-services .service-card p,
#page-services .feature-item h3,
#page-services .feature-item p,
#page-services .step h3,
#page-services .step p {
  color: inherit !important;
}

#page-services .service-card h3,
#page-services .feature-item h3,
#page-services .step h3 {
  color: #071426 !important;
}

#page-services .service-card p,
#page-services .feature-item p,
#page-services .step p {
  color: rgba(7, 20, 38, 0.64) !important;
}

#page-services .line-icon,
#page-services .feature-ico {
  color: #21c7ba !important;
  background: rgba(33, 199, 186, 0.09) !important;
  border-color: rgba(33, 199, 186, 0.24) !important;
}

#page-services .service-card a {
  color: #c9a227 !important;
}

#page-services .image-card {
  border-color: rgba(215, 179, 95, 0.28) !important;
  box-shadow: 0 28px 72px rgba(7, 20, 38, 0.14) !important;
}

#page-services .process::before {
  border-top-color: rgba(215, 179, 95, 0.52) !important;
}

#page-services .step-num {
  background: linear-gradient(
    135deg,
    #fff8dc 0%,
    #f4d890 44%,
    #d7b35f 100%
  ) !important;
  color: #071426 !important;
  box-shadow: 0 14px 34px rgba(215, 179, 95, 0.28) !important;
}

/* 3) PROJECT PAGE - catalog section follows the same Homepage/Service warm gold gradient */
#page-project .project-catalog-luxury {
  background:
    radial-gradient(
      circle at 10% 12%,
      rgba(215, 179, 95, 0.16),
      transparent 30%
    ),
    radial-gradient(
      circle at 88% 14%,
      rgba(117, 170, 255, 0.1),
      transparent 34%
    ),
    linear-gradient(135deg, #fff7df 0%, #f8fbff 52%, #fff2c7 100%) !important;
  border-top: 1px solid rgba(215, 179, 95, 0.14) !important;
  border-bottom: 1px solid rgba(215, 179, 95, 0.1) !important;
}

#page-project .project-catalog-luxury::before {
  background-image:
    linear-gradient(rgba(7, 20, 38, 0.032) 1px, transparent 1px),
    linear-gradient(90deg, rgba(7, 20, 38, 0.026) 1px, transparent 1px) !important;
  opacity: 0.28 !important;
}

#page-project .project-catalog-luxury::after {
  background: radial-gradient(
    circle,
    rgba(215, 179, 95, 0.14),
    transparent 68%
  ) !important;
}

#page-project .project-catalog-head .eyebrow,
#page-project .project-filter-group > span,
#page-project .project-category-body small,
#page-project .project-category-body a {
  color: #c9a227 !important;
  -webkit-text-fill-color: #c9a227 !important;
}

#page-project .project-catalog-head h2,
#page-project .project-category-body h3 {
  color: #071426 !important;
  text-shadow: none !important;
}

#page-project .project-catalog-head p,
#page-project .project-category-body p,
#page-project .project-catalog-stat span {
  color: rgba(7, 20, 38, 0.66) !important;
}

#page-project .project-filter-panel,
#page-project .project-catalog-stat,
#page-project .project-category-card {
  background:
    radial-gradient(
      circle at 100% 0%,
      rgba(215, 179, 95, 0.12),
      transparent 34%
    ),
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.98),
      rgba(248, 251, 255, 0.94)
    ) !important;
  border-color: rgba(215, 179, 95, 0.26) !important;
  box-shadow:
    0 24px 66px rgba(7, 20, 38, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.95) !important;
}

#page-project .project-catalog-stat strong {
  color: #c9a227 !important;
  -webkit-text-fill-color: #c9a227 !important;
}

#page-project .project-type-filter button,
#page-project .project-category-dropdown select {
  background: rgba(255, 255, 255, 0.92) !important;
  border-color: rgba(215, 179, 95, 0.28) !important;
  color: #071426 !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.78) !important;
}

#page-project .project-type-filter button.active,
#page-project .project-type-filter button:hover {
  color: #071426 !important;
  border-color: rgba(215, 179, 95, 0.58) !important;
  background: linear-gradient(
    135deg,
    #fff8dc 0%,
    #f4d890 44%,
    #d7b35f 100%
  ) !important;
  box-shadow: 0 14px 34px rgba(215, 179, 95, 0.24) !important;
}

#page-project .dropdown-arrow {
  color: #c9a227 !important;
}

#page-project .project-category-card:hover {
  border-color: rgba(215, 179, 95, 0.48) !important;
  box-shadow:
    0 30px 76px rgba(7, 20, 38, 0.16),
    0 0 24px rgba(215, 179, 95, 0.12) !important;
}

#page-project .project-category-img span {
  background: linear-gradient(
    135deg,
    #fff8dc 0%,
    #f4d890 44%,
    #d7b35f 100%
  ) !important;
  color: #071426 !important;
}

/* =========================================================
         OPTION 2 — HTECH SOLUTION PREMIUM EDITORIAL UI/UX
         New visual direction: light luxury tech, ivory + navy + gold + teal.
         Keeps existing content, pages, JS hooks and assets intact.
      ========================================================= */
body.option-2 {
  --o2-gold: #ffc400;
  --o2-gold-deep: #c89700;
  --o2-gold-soft: #fff4bf;
  --o2-teal: #20c4b5;
  --o2-teal-deep: #0b9389;
  --o2-navy: #06182b;
  --o2-blue: #0d2f55;
  --o2-ink: #071528;
  --o2-muted: #68778b;
  --o2-cream: #fff9ec;
  --o2-ivory: #fffdf8;
  --o2-paper: #ffffff;
  --o2-line: rgba(6, 24, 43, 0.11);
  --o2-line-gold: rgba(201, 151, 0, 0.24);
  --o2-shadow: 0 26px 80px rgba(6, 24, 43, 0.12);
  --o2-shadow-strong: 0 34px 110px rgba(6, 24, 43, 0.18);
  --o2-radius-xl: 42px;
  --o2-radius-lg: 30px;
  --o2-radius-md: 22px;
  background:
    radial-gradient(circle at 8% 4%, rgba(255, 196, 0, 0.12), transparent 28%),
    radial-gradient(
      circle at 92% 12%,
      rgba(32, 196, 181, 0.11),
      transparent 30%
    ),
    linear-gradient(180deg, #fffaf0 0%, #f8fbff 52%, #fffdf8 100%) !important;
  color: var(--o2-ink) !important;
}

body.option-2::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(6, 24, 43, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(6, 24, 43, 0.03) 1px, transparent 1px);
  background-size: 92px 92px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.78), transparent 88%);
  opacity: 0.55;
}

.option-2 .htech-page {
  background:
    radial-gradient(circle at 12% 0%, rgba(255, 196, 0, 0.11), transparent 34%),
    radial-gradient(
      circle at 94% 12%,
      rgba(32, 196, 181, 0.09),
      transparent 36%
    ),
    linear-gradient(180deg, #fffaf0 0%, #f8fbff 56%, #fffdf8 100%) !important;
  color: var(--o2-ink) !important;
}

.option-2 .container {
  width: min(1230px, calc(100% - 72px));
}

.option-2 h1,
.option-2 h2,
.option-2 h3 {
  letter-spacing: -0.065em;
}

.option-2 h1 {
  font-size: 72px;
  line-height: 1.25 !important;
  font-weight: 700 !important;
}

.option-2 h2 {
  font-size: clamp(34px, 4.3vw, 58px) !important;
  line-height: 1.25 !important;
  font-weight: 700 !important;
  color: #fff;
}

.option-2 p {
  color: var(--o2-muted) !important;
}

.option-2 .accent {
  background: linear-gradient(
    120deg,
    var(--o2-teal) 0%,
    var(--o2-gold-deep) 58%,
    var(--o2-gold) 100%
  ) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  color: transparent !important;
  -webkit-text-fill-color: transparent !important;
}

.option-2 .eyebrow,
.option-2 .breadcrumb {
  color: var(--o2-teal-deep) !important;
}

.option-2 .eyebrow {
  display: inline-flex !important;
  align-items: center;
  gap: 10px;
  padding: 9px 14px;
  margin-bottom: 18px !important;
  border-radius: 999px;
  background: rgba(32, 196, 181, 0.08);
  border: 1px solid rgba(32, 196, 181, 0.22);
  color: var(--o2-teal-deep) !important;
  font-size: 11px !important;
  font-weight: 700;
  letter-spacing: 0.18em !important;
}

.option-2 .eyebrow::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--o2-gold);
  box-shadow: 0 0 0 6px rgba(255, 196, 0, 0.14);
}

.option-2 .btn {
  border-radius: 999px !important;
  padding: 15px 24px !important;
  letter-spacing: 0.08em !important;
  box-shadow: none;
}

.option-2 .btn.primary {
  background: linear-gradient(
    135deg,
    #06203b 0%,
    #0a3456 48%,
    #051428 100%
  ) !important;
  color: #fff !important;
  border: 1px solid rgba(255, 196, 0, 0.32) !important;
  box-shadow:
    0 18px 46px rgba(6, 24, 43, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.12) !important;
  width: fit-content;
}

.option-2 .btn.primary:hover {
  transform: translateY(-3px) !important;
  box-shadow:
    0 26px 62px rgba(6, 24, 43, 0.28),
    0 0 30px rgba(255, 196, 0, 0.18) !important;
}

.option-2 .btn.ghost {
  background: rgba(255, 255, 255, 0.72) !important;
  color: var(--o2-navy) !important;
  border: 1px solid rgba(6, 24, 43, 0.14) !important;
  box-shadow: 0 14px 34px rgba(6, 24, 43, 0.08) !important;
}

.option-2 .btn.ghost:hover {
  border-color: rgba(32, 196, 181, 0.55) !important;
  color: var(--o2-teal-deep) !important;
}

/* HEADER */
.option-2 .site-header {
  top: 18px;
  left: 22px;
  right: 22px;
  width: auto;
  padding: 10px 0 !important;
  border-radius: 999px;
  background: rgba(255, 253, 248, 0.82) !important;
  border: 1px solid rgba(6, 24, 43, 0.1) !important;
  box-shadow: 0 22px 70px rgba(6, 24, 43, 0.12) !important;
  backdrop-filter: blur(22px) saturate(150%) !important;
  -webkit-backdrop-filter: blur(22px) saturate(150%) !important;
}

.option-2 .site-header.scrolled {
  background: rgba(255, 255, 255, 0.9) !important;
  border-color: rgba(201, 151, 0, 0.22) !important;
  box-shadow: 0 20px 62px rgba(6, 24, 43, 0.14) !important;
}

.option-2 .header-inner {
  min-height: 52px;
}

.option-2 .logo-link .brand-logo {
  height: 40px !important;
  filter: drop-shadow(0 10px 18px rgba(6, 24, 43, 0.1)) !important;
}

.option-2 .nav {
  gap: 8px !important;
  padding: 6px;
  border-radius: 999px;
  background: rgba(6, 24, 43, 0.045);
  border: 1px solid rgba(6, 24, 43, 0.06);
}

.option-2 .nav a {
  color: rgba(6, 24, 43, 0.74) !important;
  opacity: 1 !important;
  padding: 9px 14px !important;
  border-radius: 999px;
  font-size: 11px !important;
  letter-spacing: 0.08em !important;
}

.option-2 .nav a::after {
  display: none !important;
}

.option-2 .nav a:hover,
.option-2 .nav a.active {
  background: #06182b !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  box-shadow: 0 12px 26px rgba(6, 24, 43, 0.18);
}

.option-2 .header-cta {
  padding: 12px 18px !important;
  background: linear-gradient(135deg, #fff4bf, #ffc400) !important;
  color: #06182b !important;
  border-color: rgba(201, 151, 0, 0.34) !important;
  box-shadow: 0 16px 38px rgba(201, 151, 0, 0.22) !important;
}

.option-2 .hamburger {
  background: #06182b !important;
  border-color: rgba(255, 196, 0, 0.28) !important;
  color: #fff !important;
}

/* HOME HERO */
.option-2 .premium-hero {
  min-height: 780px !important;
  padding: 150px 0 92px !important;
  background:
    radial-gradient(
      circle at 15% 18%,
      rgba(255, 196, 0, 0.16),
      transparent 34%
    ),
    linear-gradient(135deg, #fffaf0 0%, #f9fcff 48%, #eaf8f6 100%) !important;
}

.option-2 .premium-hero .hero-slider {
  inset: 0 0 0 42% !important;
  z-index: 0;
  border-radius: 0 0 0 80px;
  overflow: hidden;
  box-shadow: -34px 0 110px rgba(6, 24, 43, 0.14);
}

.option-2 .premium-hero .hero-slide {
  filter: saturate(1.02) contrast(1.03) brightness(1.02) !important;
}

.option-2 .premium-hero .lux-hero-overlay {
  background:
    radial-gradient(
      circle at 70% 28%,
      rgba(255, 196, 0, 0.16),
      transparent 26%
    ),
    radial-gradient(
      circle at 88% 70%,
      rgba(32, 196, 181, 0.16),
      transparent 34%
    ),
    linear-gradient(
      90deg,
      rgba(255, 250, 240, 0.98) 0%,
      rgba(255, 250, 240, 0.92) 36%,
      rgba(255, 250, 240, 0.58) 56%,
      rgba(6, 24, 43, 0.22) 100%
    ) !important;
}

.option-2 .premium-hero .lux-hero-overlay::after {
  opacity: 0.22 !important;
  background-image:
    linear-gradient(rgba(6, 24, 43, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(6, 24, 43, 0.035) 1px, transparent 1px) !important;
}

.option-2 .premium-hero-lines span {
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 196, 0, 0.78),
    rgba(32, 196, 181, 0.35),
    transparent
  ) !important;
  right: 16% !important;
}

.option-2 .premium-hero .hero-content {
  max-width: 690px !important;
  padding: 34px 0 0 !important;
}

.option-2 .premium-hero .hero-content h1 {
  color: var(--o2-ink) !important;
  text-shadow: none !important;
  margin-bottom: 24px !important;
}

.option-2 .premium-hero .hero-content p {
  max-width: 570px !important;
  color: rgba(7, 21, 40, 0.68) !important;
  font-size: 16px !important;
}

.option-2 .premium-feature {
  right: clamp(70px, 7vw, 120px) !important;
  top: 55% !important;
  width: 320px !important;
  padding: 24px !important;
  border-radius: 30px !important;
  background: rgba(255, 255, 255, 0.86) !important;
  border: 1px solid rgba(255, 196, 0, 0.28) !important;
  box-shadow:
    0 30px 90px rgba(6, 24, 43, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.9) !important;
  color: var(--o2-ink) !important;
}

.option-2 .premium-kicker,
.option-2 .premium-feature-bottom a {
  color: var(--o2-teal-deep) !important;
}

.option-2 .premium-feature-top strong,
.option-2 .premium-feature p {
  color: rgba(7, 21, 40, 0.58) !important;
}

.option-2 .premium-feature-top em,
.option-2 .premium-feature h3 {
  color: var(--o2-ink) !important;
}

.option-2 .premium-feature-line {
  background: linear-gradient(
    90deg,
    var(--o2-gold),
    rgba(32, 196, 181, 0.42),
    transparent
  ) !important;
}

.option-2 .premium-feature .carousel-control {
  background: #06182b !important;
  color: #ffc400 !important;
  border-color: rgba(255, 196, 0, 0.3) !important;
}

.option-2 .premium-hero-dots {
  right: clamp(20px, 2vw, 42px) !important;
  gap: 12px !important;
}

.option-2 .premium-hero-dots span {
  border-radius: 22px !important;
  border: 2px solid rgba(255, 255, 255, 0.58) !important;
  box-shadow: 0 16px 40px rgba(6, 24, 43, 0.18) !important;
}

.option-2 .premium-hero-dots span.active,
.option-2 .premium-hero-dots span:hover {
  border-color: #ffc400 !important;
  transform: translateX(-12px) scale(1.03) !important;
}

/* GENERIC SECTION PANELS */
.option-2 .section-pad,
.option-2 .about-showcase-luxury,
.option-2 .achievements-pro,
.option-2 .portfolio-luxury,
.option-2 .testimonial-luxury-section,
.option-2 .clients-strip.clients-luxury {
  padding: 76px 0 !important;
}

.option-2 .about-showcase-luxury,
.option-2 .achievements-pro,
.option-2 .portfolio-luxury,
.option-2 .testimonial-luxury-section {
  background:
    radial-gradient(
      circle at 10% 10%,
      rgba(255, 196, 0, 0.12),
      transparent 30%
    ),
    radial-gradient(
      circle at 92% 18%,
      rgba(32, 196, 181, 0.08),
      transparent 34%
    ),
    linear-gradient(180deg, #fffdf8 0%, #f8fbff 100%) !important;
  border: 0 !important;
}

.option-2 .about-showcase-inner,
.option-2 .achievements-pro-inner,
.option-2 .testimonial-luxury-panel {
  border-radius: var(--o2-radius-xl) !important;
  background: rgba(255, 255, 255, 0.82) !important;
  border: 1px solid var(--o2-line-gold) !important;
  box-shadow: var(--o2-shadow) !important;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

/* HOME ABOUT */
.option-2 .about-showcase-inner {
  grid-template-columns: minmax(0, 0.9fr) minmax(430px, 1fr) !important;
  gap: clamp(36px, 5vw, 72px) !important;
  padding: clamp(32px, 5vw, 62px) !important;
}

.option-2 .about-showcase-copy h2,
.option-2 .achievements-pro-head h2,
.option-2 .portfolio-luxury-head h2,
.option-2 .testimonial-luxury-head h2,
.option-2 .clients-title h2,
.option-2 .clients-showcase-head h2 {
  color: var(--o2-ink) !important;
}

.option-2 .about-showcase-copy p,
.option-2 .achievements-pro-head p,
.option-2 .portfolio-luxury-head p,
.option-2 .testimonial-luxury-head p,
.option-2 .clients-head p {
  color: rgba(7, 21, 40, 0.62) !important;
}

.option-2 .about-main-photo {
  min-height: 560px !important;
  border-radius: 44px !important;
  clip-path: polygon(0 0, 100% 4%, 96% 100%, 4% 96%);
  box-shadow: var(--o2-shadow-strong) !important;
}

.option-2 .about-main-photo img {
  min-height: 560px !important;
}

.option-2 .about-floating-card {
  left: 28px !important;
  right: 28px !important;
  bottom: 28px !important;
  border-radius: 28px !important;
  background: rgba(6, 24, 43, 0.86) !important;
  border-color: rgba(255, 196, 0, 0.32) !important;
}

.option-2 .about-floating-card strong,
.option-2 .about-floating-card p {
  color: #fff !important;
}

.option-2 .about-capability-grid div {
  border-radius: 22px !important;
  background: rgba(255, 255, 255, 0.92) !important;
  border-color: rgba(32, 196, 181, 0.22) !important;
  box-shadow: 0 18px 46px rgba(6, 24, 43, 0.11) !important;
}

.option-2 .about-partner-line span {
  background: rgba(32, 196, 181, 0.08) !important;
  border-color: rgba(32, 196, 181, 0.22) !important;
  color: var(--o2-teal-deep) !important;
}

.option-2 .about-mini-proof {
  background: #fffaf0 !important;
  border-color: rgba(255, 196, 0, 0.32) !important;
}

.option-2 .about-mini-proof strong {
  color: var(--o2-gold-deep) !important;
}

.option-2 .about-mini-proof span {
  color: rgba(7, 21, 40, 0.64) !important;
}

/* ACHIEVEMENTS */
.option-2 .achievements-pro-inner {
  grid-template-columns: 0.82fr 1.18fr !important;
  align-items: stretch !important;
}

.option-2 .achievement-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 16px !important;
}

.option-2 .achievement-card {
  min-height: 178px !important;
  border-radius: 30px !important;
  background: linear-gradient(180deg, #06182b 0%, #0a2c4d 100%) !important;
  border-color: rgba(255, 196, 0, 0.28) !important;
  box-shadow: 0 24px 62px rgba(6, 24, 43, 0.18) !important;
}

.option-2 .achievement-icon {
  background: rgba(32, 196, 181, 0.12) !important;
  color: var(--o2-teal) !important;
  box-shadow: none !important;
}

.option-2 .achievement-card strong {
  color: #fff !important;
}

.option-2 .achievement-card span {
  color: rgba(255, 255, 255, 0.66) !important;
  border-top-color: rgba(255, 196, 0, 0.72) !important;
}

/* HOME PORTFOLIO */
.option-2 .portfolio-luxury-grid {
  grid-template-columns: 1.15fr 0.85fr 0.85fr !important;
  gap: 20px !important;
}

.option-2 .portfolio-feature-card,
.option-2 .portfolio-card {
  border-radius: 34px !important;
  border-color: rgba(6, 24, 43, 0.11) !important;
  box-shadow: var(--o2-shadow) !important;
}

.option-2 .portfolio-feature-card::after {
  background:
    radial-gradient(circle at 80% 12%, rgba(255, 196, 0, 0.2), transparent 32%),
    linear-gradient(180deg, rgba(6, 24, 43, 0.03), rgba(6, 24, 43, 0.82)) !important;
}

.option-2 .portfolio-feature-content {
  border-radius: 30px !important;
  background: rgba(255, 255, 255, 0.86) !important;
  border-color: rgba(255, 196, 0, 0.26) !important;
}

.option-2 .portfolio-feature-content h3,
.option-2 .portfolio-feature-content p {
  color: var(--o2-ink) !important;
}

.option-2 .portfolio-meta small {
  color: var(--o2-teal-deep) !important;
  background: rgba(32, 196, 181, 0.08) !important;
  border-color: rgba(32, 196, 181, 0.18) !important;
}

.option-2 .portfolio-card {
  background: rgba(255, 255, 255, 0.9) !important;
}

.option-2 .portfolio-card-body h3 {
  color: var(--o2-ink) !important;
}

/* PARTNERS */
.option-2 .clients-strip.clients-luxury {
  background: linear-gradient(
    135deg,
    #06182b 0%,
    #0a3456 58%,
    #06182b 100%
  ) !important;
  border: 0 !important;
}

.option-2 .clients-strip.clients-luxury .clients-title h2,
.option-2 .clients-strip.clients-luxury .clients-title .eyebrow {
  color: #fff !important;
}

.option-2 .clients-strip.clients-luxury .clients-title .eyebrow {
  color: var(--o2-gold) !important;
  background: rgba(255, 196, 0, 0.08) !important;
  border-color: rgba(255, 196, 0, 0.24) !important;
}

.option-2 .client-logo-card {
  width: 240px !important;
  height: 104px !important;
  border-radius: 28px !important;
  background: rgba(255, 255, 255, 0.94) !important;
  border: 1px solid rgba(255, 196, 0, 0.24) !important;
  box-shadow: 0 20px 56px rgba(0, 0, 0, 0.18) !important;
}

/* TESTIMONIAL */
.option-2 .testimonial-luxury-section {
  background:
    radial-gradient(
      circle at 12% 18%,
      rgba(255, 196, 0, 0.11),
      transparent 30%
    ),
    linear-gradient(180deg, #fffdf8 0%, #eef8f7 100%) !important;
}

.option-2 .testimonial-luxury-panel {
  grid-template-columns: 1.35fr 340px !important;
}

.option-2 .testimonial-text,
.option-2 .testimonial-author h3 {
  color: var(--o2-ink) !important;
}

.option-2 .testimonial-side-card {
  background: linear-gradient(145deg, #06182b, #0a3456) !important;
  border-color: rgba(255, 196, 0, 0.3) !important;
}

.option-2 .testimonial-side-card strong,
.option-2 .testimonial-side-card p {
  color: #fff !important;
}

/* INNER HERO PAGES */
.option-2 .about-inner-hero,
.option-2 .services-inner-hero,
.option-2 .project-inner-hero,
.option-2 .contact-inner-hero {
  min-height: 640px !important;
  padding: 150px 0 94px !important;
  background: #fffaf0 !important;
}

.option-2 .about-hero-overlay,
.option-2 .services-hero-overlay,
.option-2 .project-hero-overlay,
.option-2 .contact-hero-overlay {
  background:
    radial-gradient(
      circle at 72% 26%,
      rgba(255, 196, 0, 0.17),
      transparent 30%
    ),
    radial-gradient(
      circle at 90% 76%,
      rgba(32, 196, 181, 0.13),
      transparent 34%
    ),
    linear-gradient(
      90deg,
      rgba(255, 250, 240, 0.98) 0%,
      rgba(255, 250, 240, 0.9) 38%,
      rgba(255, 250, 240, 0.62) 68%,
      rgba(6, 24, 43, 0.25) 100%
    ) !important;
}

.option-2 .about-hero-overlay::after,
.option-2 .services-hero-overlay::after,
.option-2 .project-hero-overlay::after,
.option-2 .contact-hero-overlay::after {
  background-image:
    linear-gradient(rgba(6, 24, 43, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(6, 24, 43, 0.03) 1px, transparent 1px) !important;
}

.option-2 .about-hero-copy .breadcrumb,
.option-2 .services-hero-copy .breadcrumb,
.option-2 .project-hero-copy .breadcrumb,
.option-2 .contact-hero-copy .breadcrumb {
  color: rgba(7, 21, 40, 0.72) !important;
  background: rgba(255, 255, 255, 0.7) !important;
  border-color: rgba(6, 24, 43, 0.1) !important;
}

.option-2 .about-hero-copy .breadcrumb span,
.option-2 .services-hero-copy .breadcrumb span,
.option-2 .project-hero-copy .breadcrumb span,
.option-2 .contact-hero-copy .breadcrumb span {
  color: var(--o2-gold-deep) !important;
}

.option-2 .about-hero-kicker,
.option-2 .services-hero-kicker,
.option-2 .project-hero-kicker,
.option-2 .contact-hero-kicker {
  color: var(--o2-teal-deep) !important;
}

.option-2 .about-hero-copy h1,
.option-2 .services-hero-copy h1,
.option-2 .project-hero-copy h1,
.option-2 .contact-hero-copy h1 {
  color: var(--o2-ink) !important;
  text-shadow: none !important;
}

.option-2 .about-hero-copy p,
.option-2 .services-hero-copy p,
.option-2 .project-hero-copy p,
.option-2 .contact-hero-copy p {
  color: rgba(7, 21, 40, 0.66) !important;
}

.option-2 .about-hero-card,
.option-2 .services-hero-card,
.option-2 .project-hero-card,
.option-2 .contact-hero-card {
  background: rgba(255, 255, 255, 0.86) !important;
  border-color: rgba(255, 196, 0, 0.3) !important;
  box-shadow: var(--o2-shadow) !important;
  color: var(--o2-ink) !important;
}

.option-2 .about-hero-card strong,
.option-2 .services-hero-card strong,
.option-2 .project-hero-card strong,
.option-2 .contact-hero-card strong {
  color: var(--o2-ink) !important;
}

.option-2 .about-hero-card p,
.option-2 .services-hero-card p,
.option-2 .project-hero-card p,
.option-2 .contact-hero-card p {
  color: rgba(7, 21, 40, 0.62) !important;
}

.option-2 .about-hero-stats div,
.option-2 .project-hero-stats div,
.option-2 .contact-hero-stats div,
.option-2 .services-hero-list div {
  background: rgba(6, 24, 43, 0.04) !important;
  border-color: rgba(6, 24, 43, 0.1) !important;
}

.option-2 .about-hero-stats b,
.option-2 .project-hero-stats b,
.option-2 .contact-hero-stats b {
  color: var(--o2-gold-deep) !important;
}

.option-2 .about-hero-stats small,
.option-2 .project-hero-stats small,
.option-2 .contact-hero-stats small,
.option-2 .services-hero-list small {
  color: rgba(7, 21, 40, 0.62) !important;
}

/* ABOUT EXPERIENCE */
.option-2 .experience-luxury,
.option-2 .clients-showcase-dark,
.option-2 .project-catalog-luxury {
  background:
    radial-gradient(
      circle at 10% 16%,
      rgba(255, 196, 0, 0.12),
      transparent 30%
    ),
    radial-gradient(
      circle at 88% 20%,
      rgba(32, 196, 181, 0.1),
      transparent 34%
    ),
    linear-gradient(180deg, #fffdf8 0%, #f7fbff 100%) !important;
  color: var(--o2-ink) !important;
}

.option-2 .experience-luxury-copy h2,
.option-2 .project-catalog-head h2 {
  color: var(--o2-ink) !important;
}

.option-2 .experience-luxury-copy > p,
.option-2 .project-catalog-head p {
  color: rgba(7, 21, 40, 0.64) !important;
}

.option-2 .experience-luxury-copy .eyebrow,
.option-2 .project-catalog-head .eyebrow {
  color: var(--o2-teal-deep) !important;
  background: rgba(32, 196, 181, 0.08) !important;
  border-color: rgba(32, 196, 181, 0.22) !important;
}

.option-2 .experience-orbit {
  background: rgba(255, 255, 255, 0.86) !important;
  border-color: rgba(255, 196, 0, 0.22) !important;
  box-shadow: var(--o2-shadow) !important;
}

.option-2 .experience-core {
  background: linear-gradient(135deg, #06182b, #0a3456) !important;
  box-shadow: 0 28px 70px rgba(6, 24, 43, 0.22) !important;
}

.option-2 .experience-core span,
.option-2 .experience-core strong {
  color: #fff !important;
}

.option-2 .exp-metric,
.option-2 .experience-luxury-note {
  background: rgba(255, 255, 255, 0.9) !important;
  border-color: rgba(6, 24, 43, 0.1) !important;
  box-shadow: 0 22px 62px rgba(6, 24, 43, 0.12) !important;
}

.option-2 .exp-metric strong,
.option-2 .experience-luxury-note strong {
  color: var(--o2-ink) !important;
}

.option-2 .exp-metric span,
.option-2 .experience-luxury-note p {
  color: rgba(7, 21, 40, 0.62) !important;
}

.option-2 .clients-logo-grid {
  grid-template-columns: repeat(4, 1fr) !important;
}

.option-2 .client-logo-card-dark {
  background: rgba(255, 255, 255, 0.92) !important;
  border-color: rgba(255, 196, 0, 0.22) !important;
  box-shadow: 0 22px 62px rgba(6, 24, 43, 0.1) !important;
}

.option-2 .client-logo-card-dark span {
  color: rgba(7, 21, 40, 0.68) !important;
}

.option-2 .clients-showcase-head .eyebrow {
  color: var(--o2-teal-deep) !important;
  background: rgba(32, 196, 181, 0.08) !important;
  border-color: rgba(32, 196, 181, 0.2) !important;
}

/* SERVICES PAGE */
.option-2 #page-services .section-dark {
  background:
    radial-gradient(circle at 8% 12%, rgba(255, 196, 0, 0.12), transparent 28%),
    radial-gradient(
      circle at 90% 10%,
      rgba(32, 196, 181, 0.08),
      transparent 34%
    ),
    linear-gradient(180deg, #fffdf8 0%, #f7fbff 100%) !important;
  border: 0 !important;
}

.option-2 #page-services .section-dark::before {
  opacity: 0.22 !important;
  background-image:
    linear-gradient(rgba(6, 24, 43, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(6, 24, 43, 0.03) 1px, transparent 1px) !important;
}

.option-2 #page-services .section-dark h2,
.option-2 #page-services .section-dark h3 {
  color: var(--o2-ink) !important;
}

.option-2 #page-services .section-dark p {
  color: rgba(7, 21, 40, 0.62) !important;
}

.option-2 .services-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 20px !important;
}

.option-2 .service-card {
  min-height: 290px !important;
  padding: 30px !important;
  border-radius: 32px !important;
  background: rgba(255, 255, 255, 0.9) !important;
  border: 1px solid rgba(6, 24, 43, 0.1) !important;
  box-shadow: var(--o2-shadow) !important;
}

.option-2 .service-card:nth-child(1),
.option-2 .service-card:nth-child(4) {
  background: linear-gradient(145deg, #06182b, #0a3456) !important;
  border-color: rgba(255, 196, 0, 0.26) !important;
}

.option-2 .service-card:nth-child(1) h3,
.option-2 .service-card:nth-child(1) p,
.option-2 .service-card:nth-child(4) h3,
.option-2 .service-card:nth-child(4) p {
  color: #fff !important;
}

.option-2 .service-card h3 {
  color: var(--o2-ink) !important;
}

.option-2 .service-card p {
  color: rgba(7, 21, 40, 0.62) !important;
}

.option-2 .line-icon,
.option-2 .feature-ico,
.option-2 .quick-icon {
  color: var(--o2-teal-deep) !important;
}

.option-2 .feature-item {
  padding: 22px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(6, 24, 43, 0.09);
  box-shadow: 0 18px 50px rgba(6, 24, 43, 0.08);
}

.option-2 .feature-item p {
  color: rgba(7, 21, 40, 0.62) !important;
}

.option-2 .process {
  gap: 18px !important;
}

.option-2 .process::before {
  border-top-color: rgba(201, 151, 0, 0.34) !important;
}

.option-2 .step {
  padding: 28px 20px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(6, 24, 43, 0.09);
  box-shadow: 0 20px 56px rgba(6, 24, 43, 0.09);
}

.option-2 .step-num {
  background: linear-gradient(135deg, #06182b, #0a3456) !important;
  color: #ffc400 !important;
  box-shadow: 0 18px 42px rgba(6, 24, 43, 0.22) !important;
}

/* PROJECT CATALOG */
.option-2 .project-catalog-stat,
.option-2 .project-filter-panel {
  background: rgba(255, 255, 255, 0.86) !important;
  border-color: rgba(6, 24, 43, 0.1) !important;
  box-shadow: var(--o2-shadow) !important;
}

.option-2 .project-filter-group > span,
.option-2 .project-catalog-stat strong {
  color: var(--o2-gold-deep) !important;
}

.option-2 .project-catalog-stat span {
  color: rgba(7, 21, 40, 0.62) !important;
}

.option-2 .project-type-filter button,
.option-2 .project-category-filter button,
.option-2 .project-category-dropdown select {
  background: rgba(6, 24, 43, 0.045) !important;
  color: rgba(7, 21, 40, 0.68) !important;
  border-color: rgba(6, 24, 43, 0.1) !important;
}

.option-2 .project-type-filter button.active,
.option-2 .project-type-filter button:hover,
.option-2 .project-category-filter button.active,
.option-2 .project-category-filter button:hover {
  background: linear-gradient(135deg, #06182b, #0a3456) !important;
  color: #fff !important;
  border-color: rgba(255, 196, 0, 0.34) !important;
}

.option-2 .project-category-dropdown::after {
  color: var(--o2-gold-deep) !important;
}

.option-2 .project-category-card {
  min-height: 444px !important;
  border-radius: 34px !important;
  background: rgba(255, 255, 255, 0.9) !important;
  border-color: rgba(6, 24, 43, 0.1) !important;
  box-shadow: var(--o2-shadow) !important;
}

.option-2 .project-category-body h3 {
  color: var(--o2-ink) !important;
}

.option-2 .project-category-body p {
  color: rgba(7, 21, 40, 0.62) !important;
}

.option-2 .project-category-body small {
  color: var(--o2-teal-deep) !important;
}

.option-2 .project-category-img span {
  background: linear-gradient(135deg, #06182b, #0a3456) !important;
  color: #ffc400 !important;
}

.option-2 .project-cta {
  border-radius: 38px !important;
  background: linear-gradient(135deg, #06182b, #0a3456) !important;
  border-color: rgba(255, 196, 0, 0.24) !important;
  box-shadow: var(--o2-shadow-strong) !important;
}

.option-2 .project-cta h2,
.option-2 .project-cta p {
  color: #fff !important;
}

/* CONTACT */
.option-2 .contact-luxury-section {
  background:
    radial-gradient(
      circle at 12% 16%,
      rgba(255, 196, 0, 0.12),
      transparent 30%
    ),
    radial-gradient(
      circle at 88% 14%,
      rgba(32, 196, 181, 0.1),
      transparent 34%
    ),
    linear-gradient(180deg, #fffdf8 0%, #f7fbff 100%) !important;
  padding: 80px 0 !important;
}

.option-2 .contact-luxury-layout {
  border-radius: 44px !important;
  padding: clamp(24px, 4vw, 48px) !important;
  background: rgba(255, 255, 255, 0.86) !important;
  border: 1px solid rgba(255, 196, 0, 0.22) !important;
  box-shadow: var(--o2-shadow) !important;
}

.option-2 .contact-form-luxury,
.option-2 .contact-side-luxury,
.option-2 .office-card,
.option-2 .contact-info-card,
.option-2 .contact-office-card,
.option-2 .contact-mini-card {
  background: rgba(255, 255, 255, 0.9) !important;
  border-color: rgba(6, 24, 43, 0.1) !important;
  box-shadow: 0 20px 56px rgba(6, 24, 43, 0.09) !important;
}

.option-2 .contact-form-luxury h2,
.option-2 .contact-form-luxury h3,
.option-2 .contact-side-luxury h3,
.option-2 .contact-info-card h3,
.option-2 .contact-office-card h3 {
  color: var(--o2-ink) !important;
}

.option-2 .contact-form-luxury p,
.option-2 .contact-side-luxury p,
.option-2 .contact-info-card p,
.option-2 .contact-office-card p {
  color: rgba(7, 21, 40, 0.62) !important;
}

.option-2 .contact-form-luxury input,
.option-2 .contact-form-luxury textarea,
.option-2 .contact-form-luxury select,
.option-2 .contact-form input,
.option-2 .contact-form textarea,
.option-2 .contact-form select,
.option-2 .field-luxury input,
.option-2 .field-luxury textarea,
.option-2 .field-luxury select,
.option-2 input,
.option-2 textarea,
.option-2 select {
  background: #ffffff !important;
  color: var(--o2-ink) !important;
  border: 1px solid rgba(6, 24, 43, 0.13) !important;
  border-radius: 18px !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9) !important;
}

.option-2 .contact-form-luxury input:focus,
.option-2 .contact-form-luxury textarea:focus,
.option-2 .contact-form input:focus,
.option-2 .contact-form textarea:focus,
.option-2 input:focus,
.option-2 textarea:focus,
.option-2 select:focus {
  border-color: rgba(32, 196, 181, 0.68) !important;
  box-shadow: 0 0 0 5px rgba(32, 196, 181, 0.1) !important;
}

.option-2 input::placeholder,
.option-2 textarea::placeholder {
  color: rgba(7, 21, 40, 0.4) !important;
}

.option-2 .counter {
  color: rgba(7, 21, 40, 0.48) !important;
}

.option-2 .office-map,
.option-2 .contact-map-luxury {
  border-radius: 28px !important;
  overflow: hidden;
}

/* FOOTER */
.option-2 .site-footer {
  background:
    radial-gradient(circle at 10% 0%, rgba(255, 196, 0, 0.14), transparent 30%),
    linear-gradient(135deg, #06182b 0%, #0a2d50 58%, #06182b 100%) !important;
  border-top: 0 !important;
}

.option-2 .footer-col h4,
.option-2 .footer-brand p,
.option-2 .footer-col a,
.option-2 .footer-col p {
  color: rgba(255, 255, 255, 0.76) !important;
}

.option-2 .footer-col h4 {
  color: #fff !important;
}

.option-2 .footer-bottom {
  border-top-color: rgba(255, 255, 255, 0.12) !important;
}

/* ── Wrapper ── */
.htech-fab-group {
  position: fixed;
  bottom: 32px;
  right: 24px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

/* ── Base button ── */
.htech-fab {
  position: relative;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: none;
  text-decoration: none;
  transition:
    transform 0.25s,
    box-shadow 0.25s,
    opacity 0.25s;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.18);
}
.htech-fab:hover {
  transform: translateY(-3px) scale(1.08);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.22);
}
.htech-fab svg {
  width: 22px;
  height: 22px;
}

/* ── Tooltip ── */
.htech-fab__tooltip {
  position: absolute;
  right: calc(100% + 10px);
  top: 50%;
  transform: translateY(-50%);
  background: rgba(20, 20, 20, 0.82);
  color: #fff;
  font-size: 12px;
  white-space: nowrap;
  padding: 4px 10px;
  border-radius: 6px;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s;
}
.htech-fab:hover .htech-fab__tooltip {
  opacity: 1;
}

/* ── Zalo ── */
.htech-fab--zalo {
  background: #fff;
  padding: 0;
  overflow: hidden;
}
.htech-fab--zalo svg {
  width: 48px;
  height: 48px;
}

/* ── Hotline / Phone ── */
.htech-fab--phone {
  background: #16a34a;
  color: #fff;
  /* pulse animation */
  animation: htechRing 2s ease infinite;
}
@keyframes htechRing {
  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(22, 163, 74, 0.55);
  }
  60% {
    box-shadow: 0 0 0 12px rgba(22, 163, 74, 0);
  }
}

/* ── Back to top ── */
.htech-fab--top {
  background: var(--htech-primary, #1a56db);
  color: #fff;
  opacity: 0;
  pointer-events: none;
  transition:
    opacity 0.3s,
    transform 0.25s,
    box-shadow 0.25s;
}
.htech-fab--top.visible {
  opacity: 1;
  pointer-events: auto;
}
.hide-on-desktop {
  display: none;
}

.hide-on-mobile {
  display: block;
}

/* RESPONSIVE OPTION 2 */
@media (max-width: 1100px) {
  .option-2 .container {
    width: min(100% - 48px, 1230px);
  }
  .option-2 .premium-hero .hero-slider {
    inset: 0 !important;
    opacity: 0.42;
    border-radius: 0 !important;
  }
  .option-2 .premium-hero .lux-hero-overlay {
    background: linear-gradient(
      180deg,
      rgba(255, 250, 240, 0.96),
      rgba(255, 250, 240, 0.84),
      rgba(255, 250, 240, 0.96)
    ) !important;
  }
  .option-2 .premium-feature {
    position: relative !important;
    right: auto !important;
    top: auto !important;
    transform: none !important;
    max-width: 450px !important;
    margin-top: 40px !important;
  }
  .option-2 .premium-hero-dots {
    position: relative !important;
    right: auto !important;
    top: auto !important;
    flex-direction: row !important;
    transform: none !important;
    margin-top: 28px !important;
  }
  .option-2 .about-showcase-inner,
  .option-2 .achievements-pro-inner,
  .option-2 .experience-luxury-inner,
  .option-2 .about-hero-container,
  .option-2 .services-hero-container,
  .option-2 .project-hero-container,
  .option-2 .contact-hero-container,
  .option-2 .contact-luxury-layout {
    grid-template-columns: 1fr !important;
  }
  .option-2 .services-grid,
  .option-2 .project-category-grid,
  .option-2 .clients-logo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  .option-2 .portfolio-luxury-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  .option-2 .portfolio-feature-card {
    grid-column: span 2 !important;
  }
}

@media (max-width: 920px) {
  .option-2 .section-pad, .option-2 .about-showcase-luxury, .option-2 .achievements-pro, .option-2 .portfolio-luxury, .option-2 .testimonial-luxury-section, .option-2 .clients-strip.clients-luxury {
    padding: 40px 0 !important;
  }

  .option-2 .site-header {
    top: 10px;
    left: 10px;
    right: 10px;
    border-radius: 26px;
  }
  .option-2 .nav {
    top: 82px !important;
    left: 16px !important;
    right: 16px !important;
    align-items: stretch !important;
    background: rgba(255, 255, 255, 0.96) !important;
    border-color: rgba(6, 24, 43, 0.12) !important;
    box-shadow: 0 22px 70px rgba(6, 24, 43, 0.16) !important;
    border-radius: 0;
  }
  .option-2 .nav a {
    color: rgba(6, 24, 43, 0.74) !important;
  }
  .option-2 .achievement-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  .option-2 .testimonial-luxury-panel {
    grid-template-columns: 1fr !important;
  }
  .hide-on-mobile {
    display: none;
  }
  .hide-on-desktop {
    display: block;
  }
  .option-2 select {
    color: rgba(6, 24, 43, 0.74) !important;
    border: none !important;
    font-size: 14px;
    font-weight: 600;
    padding-left: 14px;
  }
  .e-brochure-btn {
    margin-inline: auto;
  }
}

@media (max-width: 640px) {
  .option-2 .container {
    width: min(100% - 32px, 1230px);
  }
  .option-2 h1,
  .option-2 .about-hero-copy h1,
  .option-2 .services-hero-copy h1,
  .option-2 .project-hero-copy h1,
  .option-2 .contact-hero-copy h1 {
    font-size: 43px !important;
    line-height: 1.25 !important;
  }
  .option-2 h2 {
    font-size: 34px !important;
  }
  .option-2 .premium-hero,
  .option-2 .about-inner-hero,
  .option-2 .services-inner-hero,
  .option-2 .project-inner-hero,
  .option-2 .contact-inner-hero {
    padding: 124px 0 64px !important;
    min-height: auto !important;
  }
  .option-2 .hero-actions {
    align-items: stretch !important;
    width: 100%;
  }
  .option-2 .hero-actions .btn {
    width: 100%;
  }
  .option-2 .premium-feature,
  .option-2 .about-showcase-inner,
  .option-2 .achievements-pro-inner,
  .option-2 .testimonial-luxury-panel,
  .option-2 .contact-luxury-layout {
    border-radius: 28px !important;
    padding: 22px !important;
  }
  .option-2 .about-main-photo,
  .option-2 .about-main-photo img {
    min-height: 390px !important;
  }
  .option-2 .about-main-photo {
    clip-path: none;
    border-radius: 28px !important;
  }
  .option-2 .services-grid,
  .option-2 .project-category-grid,
  .option-2 .clients-logo-grid,
  .option-2 .achievement-grid,
  .option-2 .portfolio-luxury-grid {
    grid-template-columns: 1fr !important;
  }
  .option-2 .portfolio-feature-card {
    grid-column: auto !important;
    min-height: 450px !important;
  }
  .option-2 .service-card,
  .option-2 .project-category-card {
    border-radius: 26px !important;
  }
  .option-2 .project-filter-group {
    grid-template-columns: 1fr !important;
  }
  .option-2 .project-type-filter {
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
  }
  .option-2 .footer-inner {
    grid-template-columns: 1fr !important;
    gap: 32px !important;
  }
  .htech-fab-group {
    bottom: 20px;
    right: 14px;
  }
  .htech-fab {
    width: 44px;
    height: 44px;
  }
}

/* ---------- News detail modal (added for Tin tức page) ---------- */
.news-modal-overlay {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 2000;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(4, 12, 24, 0.72);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}
.news-modal-overlay.open {
  display: flex;
}
.news-modal {
  position: relative;
  width: min(560px, 100%);
  padding: 36px;
  border-radius: 22px;
  background: linear-gradient(
    145deg,
    rgba(10, 35, 61, 0.98),
    rgba(8, 24, 43, 0.98)
  );
  border: 1px solid rgba(246, 211, 101, 0.28);
  box-shadow:
    0 34px 90px rgba(0, 0, 0, 0.45),
    0 0 42px rgba(212, 175, 55, 0.16);
}
.news-modal h3 {
  margin: 0 0 14px;
  color: #f6d365;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: -0.03em;
}
.news-modal p {
  margin: 0;
  color: rgba(230, 240, 246, 0.86);
  font-size: 15px;
  line-height: 1.75;
}
.news-modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid rgba(246, 211, 101, 0.32);
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  transition: 0.2s ease;
}
.news-modal-close:hover {
  background: rgba(246, 211, 101, 0.18);
  border-color: #f6d365;
  color: #f6d365;
}

/* ---------- Detail page: shared article layout (News detail / Project detail) ---------- */
.detail-hero {
  position: relative;
  min-height: 420px;
  overflow: hidden;
  isolation: isolate;
  background: #041224;
  display: flex;
  align-items: flex-end;
  padding-bottom: 56px;
}
.detail-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-size: cover;
  background-position: center;
  transform: scale(1.04);
  filter: saturate(1.05) contrast(1.04);
}
.detail-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(
      circle at 80% 0%,
      rgba(246, 211, 101, 0.16),
      transparent 34%
    ),
    linear-gradient(
      180deg,
      rgba(4, 18, 36, 0.55) 0%,
      rgba(4, 18, 36, 0.92) 78%,
      rgba(4, 18, 36, 0.98) 100%
    );
}
.detail-hero-inner {
  position: relative;
  z-index: 3;
}
.detail-hero-inner .breadcrumb {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 22px;
  padding: 10px 16px;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(246, 211, 101, 0.22);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.detail-hero-inner .breadcrumb span {
  color: #f6d365;
}
.detail-hero-tagline {
  display: block;
  margin-bottom: 16px;
  color: #f6d365;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.detail-hero-inner h1 {
  margin: 0 0 18px;
  max-width: 920px;
  color: #ffffff;
  font-size: clamp(34px, 5vw, 56px);
  line-height: 1.05;
  font-weight: 700;
  letter-spacing: -0.05em;
  text-shadow: 0 24px 64px rgba(0, 0, 0, 0.42);
}
.detail-meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 28px;
  align-items: center;
}
.detail-meta-row .meta-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(230, 240, 246, 0.86);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.detail-meta-row .meta-item b {
  color: #20c4b5;
  font-weight: 900;
}

/* Body layout */
.detail-body-section {
  padding: 80px 0 40px;
}
.detail-body-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 64px;
  align-items: start;
}
.detail-article {
  max-width: 760px;
  padding: 36px 40px;
  border-radius: 24px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.6),
    rgba(255, 250, 240, 0.5)
  );
  border: 1px solid rgba(246, 211, 101, 0.14);
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.25);
}

.detail-article p {
  color: rgba(235, 244, 250, 0.92) !important;
  font-size: 16px;
  line-height: 1.85;
  margin: 0 0 22px;
}
.htech-rich-text {
  color: rgba(235, 244, 250, 0.92) !important;
}
.detail-article h2 {
  color: #1a2744;
  font-size: 32px !important;
  font-weight: 900;
  letter-spacing: -0.03em;
  margin: 40px 0 16px;
}
.detail-article h2:first-child {
  margin-top: 0;
}

.detail-article p {
  color: #1a2744 !important;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.03em;
  margin: 0px 0 16px;
}

.detail-article ul {
  margin: 0 0 22px;
  padding-left: 20px;
  color: #1a2744;
  font-size: 16px;
  line-height: 1.85;
}
.detail-article li {
  margin-bottom: 8px;
}
.detail-article blockquote {
  margin: 28px 0;
  padding: 24px 28px;
  border-left: 3px solid #f6d365;
  border-radius: 0 16px 16px 0;
  background: rgba(255, 255, 255, 0.04);
  color: #f6d365;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
  font-style: italic;
}
.detail-article a {
  color: #20c4b5;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.detail-article a:hover {
  color: #f6d365;
}
.detail-article strong,
.detail-article b {
  color: #fff;
  font-weight: 800;
}
.detail-article em,
.detail-article i {
  font-style: italic;
}
.detail-article img {
  max-width: 100%;
  height: auto;
  border-radius: 16px;
  margin: 20px 0;
  display: block;
}
.detail-article h3,
.detail-article h4 {
  color: #fff;
  font-weight: 800;
  margin: 28px 0 14px;
}
.htech-rich-text > *:last-child {
  margin-bottom: 0;
}

.detail-figure {
  margin: 32px 0;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(246, 211, 101, 0.18);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.3);
}
.detail-figure img {
  width: 100%;
  display: block;
  margin: 0px;
}
.detail-gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin: 32px 0;
}
.detail-gallery img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 14px;
  border: 1px solid rgba(246, 211, 101, 0.16);
}

.detail-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 28px;
}
.detail-tags span {
  padding: 7px 14px;
  border-radius: 999px;
  background: rgba(32, 196, 181, 0.12);
  border: 1px solid rgba(32, 196, 181, 0.32);
  color: #20c4b5;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* Sidebar */
.detail-sidebar {
  position: sticky;
  top: 110px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.detail-side-card {
  padding: 26px;
  border-radius: 22px;
  border: 1px solid rgba(246, 211, 101, 0.35);
  background:
    radial-gradient(
      circle at 18% 0%,
      rgba(246, 211, 101, 0.1),
      transparent 36%
    ),
    linear-gradient(145deg, rgba(255, 255, 255, 0.7), rgba(255, 250, 240, 0.5));
  box-shadow:
    0 30px 70px rgba(0, 0, 0, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.detail-side-card h4 {
  margin: 0 0 16px;
  color: #b8860b; /* vàng đậm hơn để hiện trên nền sáng */
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.detail-side-list div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08); /* đổi từ trắng sang đen */
  font-size: 13px;
}

.detail-side-list div:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.detail-side-list span:first-child {
  color: rgba(30, 40, 60, 0.6); /* label nhạt */
  font-weight: 700;
}

.detail-side-list span:last-child {
  color: #1a2744; /* navy đậm thay cho trắng */
  font-weight: 800;
  text-align: right;
}
.detail-side-card .btn {
  width: 100%;
  margin-top: 6px;
}
.detail-share {
  display: flex;
  gap: 10px;
}
.detail-share a {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(246, 211, 101, 0.2);
  color: #1a2744;
  font-size: 13px;
  font-weight: 800;
  transition: 0.2s ease;
}
.detail-share a:hover {
  background: rgba(246, 211, 101, 0.16);
  border-color: #f6d365;
  color: #f6d365;
}

.detail-back-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 28px;
  color: #000;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transition: 0.2s ease;
}
.detail-back-link:hover {
  color: #f6d365;
}

/* Related section */
.detail-related {
  padding: 40px 0 100px;
}
.detail-related-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 36px;
  flex-wrap: wrap;
}

@media (max-width: 991px) {
  .detail-body-grid {
    grid-template-columns: 1fr;
  }
  .detail-sidebar {
    position: static;
  }
  .detail-gallery {
    grid-template-columns: 1fr;
  }
  .detail-hero {
    min-height: auto;
    padding: 140px 0 40px;
  }
  .detail-article {
    padding: 26px 22px;
    border-radius: 18px;
  }
}

.news-filter-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 40px;
}

.news-filter-btn {
  padding: 8px 22px;
  border: 1px solid var(--line);
  background: var(--glass-2);
  color: var(--muted);
  border-radius: 100px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  cursor: pointer;
  transition: all 0.25s ease;
  text-transform: uppercase;
}

.news-filter-btn:hover {
  border-color: var(--brand-gold);
  color: var(--brand-gold);
  background: rgba(255, 196, 0, 0.08);
}

.news-filter-btn.active {
  background: var(--brand-gold);
  border-color: var(--brand-gold);
  color: var(--ink);
  font-weight: 700;
}

/* Card ẩn khi filter */
.news-card-detail.is-hidden {
  display: none;
}

.news-card-detail {
  cursor: pointer;
  border-radius: 20px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(246, 211, 101, 0.16);
  transition: 0.3s ease;
}
.news-card-detail:hover {
  transform: translateY(-6px);
  border-color: rgba(246, 211, 101, 0.4);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.3);
}
.news-card-detail-img {
  height: 190px;
  overflow: hidden;
}
.news-card-detail-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s ease;
}
.news-card-detail:hover .news-card-detail-img img {
  transform: scale(1.06);
}
.news-card-detail-body {
  padding: 22px;
}
.news-card-detail-body small {
  display: block;
  margin-bottom: 10px;
  color: #20c4b5;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.news-card-detail-body h3 {
  margin: 0 0 10px;
  color: var(--dark-navy);
  font-size: 19px;
  font-weight: 900;
  letter-spacing: -0.02em;
}
.news-card-detail-body p {
  margin: 0 0 16px;
  color: rgba(230, 240, 246, 0.7);
  font-size: 14px;
  line-height: 1.6;
}
.news-card-detail-body a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #f6d365;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.06em;
}
.related-news-slider-wrap {
  position: relative;
}

.related-news-slider {
  display: flex;
  gap: 24px;
  overflow: hidden; /* ẩn scroll, JS điều khiển */
}

.related-news-slider .slider-item {
  flex: 0 0 calc(33.333% - 16px);
  min-width: 0;
  transition:
    transform 0.4s ease,
    opacity 0.4s ease;
}

/* Arrows */
.rn-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid var(--line);
  background: var(--glass);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.25s ease;
  z-index: 2;
  backdrop-filter: blur(8px);
}

.rn-arrow:hover {
  border-color: var(--brand-gold);
  color: var(--brand-gold);
  background: rgba(255, 196, 0, 0.1);
}

.rn-arrow.is-disabled {
  opacity: 0.3;
  pointer-events: none;
}

.rn-arrow-prev {
  left: -54px;
}
.rn-arrow-next {
  right: -54px;
}
@media (max-width: 1024px) {
  .rn-arrow-prev {
    left: 0;
  }
  .rn-arrow-next {
    right: 0;
  }

  .related-news-slider-wrap {
    padding: 0 50px;
  }
}

@media (max-width: 768px) {
  .related-news-slider .slider-item {
    flex: 0 0 85%;
  }
}
.flex {
  display: flex;
  gap: 20px;
  align-items: center;
}

.lang-switcher-select {
  position: relative;
  width: fit-content;
}

.lang-switcher-trigger {
  display: flex;
  align-items: center;
  gap: 6px;
  appearance: none;
  background: transparent;
  border: 1px solid var(--line);
  color: var(--muted);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 6px 16px;
  border-radius: 20px;
  cursor: pointer;
  transition: all 0.2s ease;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 24 24' fill='none' stroke='%239fb3c8' stroke-width='2.5'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 8px center;
  width: 70px;
}

.lang-switcher-trigger:hover,
.lang-switcher-select.open .lang-switcher-trigger {
  border-color: var(--brand-gold);
  color: var(--brand-gold);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 24 24' fill='none' stroke='%23ffc400' stroke-width='2.5'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
}

.lang-flag {
  width: 24px;
  height: 18px;
  object-fit: cover;
  border-radius: 2px;
}

.lang-switcher-menu {
  display: none;
  position: absolute;
  top: 110%;
  left: 0;
  min-width: 100%;
  margin: 0;
  padding: 4px 0;
  list-style: none;
  background: var(--dark-navy);
  border: 1px solid var(--line);
  border-radius: 4px;
  z-index: 20;
}

.lang-switcher-select.open .lang-switcher-menu {
  display: block;
}

.lang-switcher-menu a {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  color: var(--white);
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 14px;
}

.lang-switcher-menu a:hover,
.lang-switcher-menu a.is-current {
  color: var(--brand-gold);
}
