/* =========================================================
   GEOMATIKA TECHNOLOGY
   Clean Modern Company Website CSS
   Bootstrap 5 Compatible
   ========================================================= */

/* =========================================================
   1. ROOT VARIABLES
   ========================================================= */

:root {
  --primary: #075985;
  --primary-dark: #0c4a6e;
  --primary-deep: #083344;
  --primary-soft: #e0f2fe;

  --accent: #16a34a;
  --accent-dark: #15803d;
  --accent-soft: #dcfce7;

  --dark: #0f172a;
  --text: #475569;
  --muted: #64748b;

  --white: #ffffff;
  --light: #f8fafc;
  --soft: #f1f5f9;
  --border: #e2e8f0;

  --radius-sm: 12px;
  --radius-md: 18px;
  --radius-lg: 28px;
  --radius-xl: 36px;

  --shadow-sm: 0 8px 24px rgba(15, 23, 42, 0.06);
  --shadow-md: 0 18px 45px rgba(15, 23, 42, 0.1);
  --shadow-lg: 0 30px 70px rgba(15, 23, 42, 0.16);

  --container: 1180px;
}

/* =========================================================
   2. GLOBAL RESET
   ========================================================= */

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  color: var(--text);
  background: var(--white);
  line-height: 1.7;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: var(--primary);
  text-decoration: none;
  transition: all 0.22s ease;
}

a:hover {
  color: var(--accent);
}

p {
  margin-top: 0;
  color: var(--text);
}

ul,
ol {
  color: var(--text);
}

::selection {
  background: var(--primary);
  color: var(--white);
}

/* =========================================================
   3. BOOTSTRAP COMPATIBILITY
   ========================================================= */

.container {
  width: min(var(--container), calc(100% - 40px));
  max-width: var(--container);
  margin-inline: auto;
  padding-left: 0;
  padding-right: 0;
}

.row {
  margin-left: 0;
  margin-right: 0;
}

.text-primary {
  color: var(--primary) !important;
}

.bg-primary {
  background-color: var(--primary) !important;
}

.border-primary {
  border-color: var(--primary) !important;
}

.btn-primary {
  --bs-btn-bg: var(--primary);
  --bs-btn-border-color: var(--primary);
  --bs-btn-hover-bg: var(--primary-dark);
  --bs-btn-hover-border-color: var(--primary-dark);
  --bs-btn-active-bg: var(--primary-dark);
  --bs-btn-active-border-color: var(--primary-dark);
}

/* =========================================================
   4. ACCESSIBILITY
   ========================================================= */

.skip-link {
  position: absolute;
  top: 10px;
  left: -999px;
  z-index: 9999;
  padding: 10px 14px;
  border-radius: var(--radius-sm);
  background: var(--white);
  color: #000000;
  box-shadow: var(--shadow-sm);
}

.skip-link:focus {
  left: 10px;
}

/* =========================================================
   5. HEADER / NAVBAR
   ========================================================= */

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.95);
  border-bottom: 1px solid rgba(226, 232, 240, 0.95);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.navbar {
  min-height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 0;
}

.brand {
  display: flex;
  align-items: center;
  gap: 14px;
  color: var(--dark);
}

.brand:hover {
  color: var(--dark);
}

.brand img {
  width: 96px;
  height: auto;
  object-fit: contain;
}

.brand-text strong {
  display: block;
  color: var(--dark);
  font-size: 1.04rem;
  font-weight: 850;
  line-height: 1.1;
  letter-spacing: -0.03em;
}

.brand-text span {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 0.78rem;
}

.main-nav {
  display: flex;
  align-items: center;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 6px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.nav-links li {
  margin: 0;
}

.nav-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  border-radius: 999px;
  color: #475569;
  font-size: 0.94rem;
  font-weight: 750;
  line-height: 1;
}

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

.nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 20px;
  border-radius: 999px;
  background: var(--primary);
  color: var(--white);
  font-weight: 850;
  line-height: 1;
  box-shadow: 0 12px 24px rgba(7, 89, 133, 0.22);
  white-space: nowrap;
}

.nav-cta:hover {
  background: var(--primary-dark);
  color: var(--white);
  transform: translateY(-1px);
}

.menu-toggle {
  display: none;
  border: 0;
  border-radius: 16px;
  padding: 12px 17px;
  background: var(--primary);
  color: var(--white);
  font-weight: 850;
  font-size: 1rem;
  box-shadow: var(--shadow-sm);
}

/* =========================================================
   6. TYPOGRAPHY
   ========================================================= */

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--dark);
  font-weight: 850;
  line-height: 1.08;
  letter-spacing: -0.045em;
}

h1 {
  font-size: clamp(3rem, 6vw, 5.8rem);
}

h2 {
  font-size: clamp(2rem, 4vw, 3.2rem);
}

h3 {
  font-size: 1.35rem;
}

h4 {
  font-size: 1.16rem;
}

.major {
  margin-bottom: 38px;
}

.major p {
  max-width: 720px;
  margin: 0;
  color: var(--muted);
  font-size: 1.05rem;
}

.major.special,
.special {
  text-align: center;
}

.major.special p,
.special .major p {
  margin-inline: auto;
}

.green,
.light-blue {
  color: var(--primary) !important;
}

.section-label {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(14, 165, 233, 0.12);
  color: var(--primary);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.section-label.light {
  background: rgba(255, 255, 255, 0.14);
  color: var(--white);
}

/* =========================================================
   7. BUTTONS
   ========================================================= */

.actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  list-style: none;
  padding: 0;
  margin: 28px 0 0;
}

.special .actions {
  justify-content: center;
}

.button,
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 14px 24px;
  border: 1px solid transparent;
  border-radius: 999px;
  background: var(--accent);
  color: var(--white) !important;
  font-size: 0.95rem;
  font-weight: 850;
  line-height: 1;
  box-shadow: 0 14px 30px rgba(22, 163, 74, 0.24);
  transition: all 0.22s ease;
}

.button:hover,
.btn:hover {
  background: var(--accent-dark);
  color: var(--white) !important;
  transform: translateY(-2px);
}

.button.big,
.btn-lg {
  min-height: 54px;
  padding: 15px 28px;
}

.button.blue {
  background: var(--white);
  color: var(--primary) !important;
  box-shadow: var(--shadow-sm);
}

.button.blue:hover {
  background: var(--primary-soft);
  color: var(--primary-dark) !important;
}

.button-outline {
  background: transparent !important;
  color: var(--white) !important;
  border-color: rgba(255, 255, 255, 0.45) !important;
  box-shadow: none !important;
}

.button-outline:hover {
  background: var(--white) !important;
  color: var(--primary) !important;
}

/* =========================================================
   8. COMMON HERO FOR INNER PAGES
   ========================================================= */

.inner-hero {
  position: relative;
  padding: 105px 0 115px;
  background:
    radial-gradient(circle at 88% 12%, rgba(22, 163, 74, 0.22), transparent 28rem),
    radial-gradient(circle at 12% 10%, rgba(14, 165, 233, 0.16), transparent 24rem),
    linear-gradient(135deg, #061c3d 0%, #075985 52%, #083344 100%);
  color: var(--white);
  overflow: hidden;
}

.inner-hero::before {
  content: "";
  position: absolute;
  right: -140px;
  top: -170px;
  width: 440px;
  height: 440px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
}

.inner-hero::after {
  content: "";
  position: absolute;
  left: -170px;
  bottom: -190px;
  width: 460px;
  height: 460px;
  border-radius: 50%;
  background: rgba(22, 163, 74, 0.14);
}

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

.inner-hero-content {
  max-width: 850px;
  text-align: center;
  margin-inline: auto;
}

.inner-hero h1 {
  margin: 0 0 18px;
  color: var(--white);
  font-size: clamp(2.8rem, 6vw, 5.4rem);
  font-weight: 920;
  line-height: 0.98;
  letter-spacing: -0.075em;
}

.inner-hero p {
  max-width: 760px;
  margin: 0 auto;
  color: #dbeafe;
  font-size: 1.12rem;
  line-height: 1.75;
}

/* =========================================================
   9. HOMEPAGE
   ========================================================= */

.home-content {
  overflow: hidden;
}

.hero-startup {
  position: relative;
  width: 100%;
  min-height: 720px;
  display: flex;
  align-items: center;
  padding: 110px 0 125px;
  background:
    radial-gradient(circle at 88% 14%, rgba(22, 163, 74, 0.24), transparent 28rem),
    radial-gradient(circle at 12% 10%, rgba(14, 165, 233, 0.2), transparent 24rem),
    linear-gradient(135deg, #061c3d 0%, #075985 50%, #083344 100%);
  color: var(--white);
  overflow: hidden;
}

.hero-startup::before {
  content: "";
  position: absolute;
  right: -130px;
  top: -150px;
  width: 430px;
  height: 430px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
}

.hero-startup::after {
  content: "";
  position: absolute;
  left: -160px;
  bottom: -180px;
  width: 470px;
  height: 470px;
  border-radius: 50%;
  background: rgba(22, 163, 74, 0.14);
}

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

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

.hero-badge {
  display: inline-flex;
  align-items: center;
  margin-bottom: 22px;
  padding: 9px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: #dff7ff;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-startup h1 {
  margin: 0 0 22px;
  color: var(--white);
  font-size: clamp(3.4rem, 7vw, 6.3rem);
  font-weight: 920;
  line-height: 0.95;
  letter-spacing: -0.075em;
}

.hero-subtitle {
  max-width: 590px;
  margin-bottom: 18px;
  color: #e0f2fe;
  font-size: clamp(1.12rem, 2vw, 1.42rem);
  font-weight: 700;
  line-height: 1.55;
}

.hero-description {
  max-width: 590px;
  margin-bottom: 0;
  color: #c7dbe8;
  font-size: 1.02rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.hero-image-wrap {
  position: relative;
  padding: 18px;
}

.hero-image-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 44px;
  background: rgba(255, 255, 255, 0.12);
  transform: rotate(-4deg);
}

.hero-image-wrap::after {
  content: "";
  position: absolute;
  right: -8px;
  bottom: -8px;
  width: 150px;
  height: 150px;
  border-radius: 36px;
  background: rgba(22, 163, 74, 0.32);
}

.hero-image {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 430px;
  object-fit: cover;
  border-radius: 36px;
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.32);
}

.startup-highlights {
  position: relative;
  z-index: 5;
  margin-top: -75px;
  padding: 0 0 80px;
  background: transparent;
}

.highlight-card {
  height: 100%;
  padding: 34px;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  background: var(--white);
  box-shadow: 0 22px 55px rgba(15, 23, 42, 0.14);
  transition: all 0.22s ease;
}

.highlight-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 30px 70px rgba(15, 23, 42, 0.18);
}

.highlight-icon {
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  border-radius: 18px;
  background: var(--primary-soft);
  color: var(--primary);
  font-weight: 900;
}

.highlight-card h3 {
  margin: 0 0 12px;
  color: var(--dark);
  font-size: 1.28rem;
}

.highlight-card p {
  margin: 0;
  color: var(--muted);
}

/* =========================================================
   10. GENERAL WRAPPER
   ========================================================= */

.wrapper {
  position: relative;
  padding: 95px 0;
}

.wrapper.style1 {
  background: var(--white);
}

.wrapper.style2 {
  background: var(--light);
  box-shadow: 0 0 0 100vmax var(--light);
  clip-path: inset(0 -100vmax);
}

.wrapper.style3 {
  background:
    linear-gradient(135deg, rgba(7, 89, 133, 0.94), rgba(8, 51, 68, 0.96)),
    url("../images/putrajaya-1000-istana-kehakimam.jpg") center / cover no-repeat;
  color: var(--white);
  box-shadow: 0 0 0 100vmax var(--primary-dark);
  clip-path: inset(0 -100vmax);
}

.wrapper.style3 h1,
.wrapper.style3 h2,
.wrapper.style3 h3,
.wrapper.style3 p {
  color: var(--white);
}

/* =========================================================
   11. HOMEPAGE ABOUT / SERVICE / PORTFOLIO
   ========================================================= */

.about-image-card {
  position: relative;
  overflow: hidden;
  border-radius: 34px;
  box-shadow: var(--shadow-md);
}

.about-image-card img {
  width: 100%;
  height: 430px;
  object-fit: cover;
}

.about-list {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 24px 0 0;
  list-style: none;
}

.about-list li {
  position: relative;
  padding-left: 32px;
  color: #475569;
  font-weight: 650;
}

.about-list li::before {
  content: "";
  position: absolute;
  left: 3px;
  top: 0.68em;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 6px var(--accent-soft);
}

.service-card-modern {
  height: 100%;
  display: grid;
  grid-template-columns: 112px 1fr;
  gap: 24px;
  padding: 30px;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  background: var(--white);
  box-shadow: var(--shadow-sm);
  transition: all 0.22s ease;
}

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

.service-image {
  width: 112px;
  height: 112px;
  overflow: hidden;
  border-radius: 26px;
  background: var(--primary-soft);
}

.service-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-content h4 {
  margin: 0 0 8px;
  color: var(--dark);
  font-size: 1.22rem;
}

.service-subtitle {
  margin-bottom: 12px;
  color: var(--primary);
  font-weight: 750;
}

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

.image.fit {
  height: 100%;
}

.image.fit img {
  width: 100%;
  height: 270px;
  object-fit: cover;
}

.image.captioned {
  height: 100%;
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  background: var(--white);
  box-shadow: var(--shadow-sm);
  transition: all 0.22s ease;
}

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

.image.captioned h3 {
  margin: 0;
  padding: 18px 20px 20px;
  color: var(--dark);
  font-size: 1.02rem;
  font-weight: 820;
  line-height: 1.35;
  text-align: left;
}

.portfolio-card:hover {
  transform: translateY(-6px);
}

/* =========================================================
   12. ABOUT PAGE
   ========================================================= */

.about-section {
  padding: 90px 0;
  background: var(--white);
}

.about-section-soft {
  background: var(--light);
  box-shadow: 0 0 0 100vmax var(--light);
  clip-path: inset(0 -100vmax);
}

.about-profile-card {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 48px;
  align-items: center;
}

.about-profile-image {
  position: relative;
  overflow: hidden;
  border-radius: 36px;
  box-shadow: 0 26px 70px rgba(15, 23, 42, 0.14);
}

.about-profile-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 48%, rgba(7, 89, 133, 0.38));
}

.about-profile-image img {
  width: 100%;
  height: 520px;
  object-fit: cover;
}

.about-profile-content h2 {
  margin: 0 0 22px;
  color: var(--dark);
  font-size: clamp(2rem, 4vw, 3.3rem);
}

.about-profile-content p {
  color: #475569;
  font-size: 1.02rem;
}

.content-card {
  padding: clamp(28px, 5vw, 52px);
  border: 1px solid var(--border);
  border-radius: 34px;
  background: var(--white);
  box-shadow: var(--shadow-sm);
}

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

.info-card {
  height: 100%;
  padding: 36px;
  border: 1px solid var(--border);
  border-radius: 30px;
  background: var(--white);
  box-shadow: var(--shadow-sm);
  transition: all 0.22s ease;
}

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

.info-card-icon {
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  border-radius: 18px;
  background: var(--primary-soft);
  color: var(--primary);
  font-weight: 900;
}

.info-card h2 {
  margin: 0 0 20px;
  color: var(--dark);
  font-size: 1.8rem;
}

.clean-list {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.clean-list li {
  position: relative;
  padding-left: 32px;
  color: #475569;
  line-height: 1.65;
}

.clean-list li::before {
  content: "";
  position: absolute;
  left: 3px;
  top: 0.7em;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 6px var(--accent-soft);
}

.company-group-card {
  height: 100%;
  padding: 34px;
  border: 1px solid var(--border);
  border-radius: 30px;
  background: var(--white);
  box-shadow: var(--shadow-sm);
  transition: all 0.22s ease;
}

.company-group-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-md);
}

.company-group-card h3 {
  margin: 0 0 20px;
  color: var(--primary);
  font-size: 1.35rem;
  font-weight: 850;
}

.company-group-card ul {
  display: grid;
  gap: 9px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.company-group-card li {
  position: relative;
  padding-left: 20px;
  color: #475569;
}

.company-group-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.75em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--accent);
}

.people-section {
  padding-bottom: 110px;
}

.people-card {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 42px;
  align-items: start;
  padding: clamp(28px, 5vw, 52px);
  border: 1px solid var(--border);
  border-radius: 36px;
  background: var(--white);
  box-shadow: 0 22px 60px rgba(15, 23, 42, 0.1);
}

.people-image {
  position: sticky;
  top: 120px;
}

.people-image img {
  width: 280px;
  height: 280px;
  object-fit: cover;
  border-radius: 32px;
  box-shadow: var(--shadow-md);
}

.people-content h3 {
  margin: 0 0 8px;
  color: var(--dark);
  font-size: clamp(1.8rem, 3vw, 2.4rem);
}

.people-position {
  margin-bottom: 24px;
  color: var(--primary) !important;
  font-weight: 800;
}

.people-content p {
  color: #475569;
}

/* =========================================================
   13. SERVICES PAGE
   ========================================================= */

.services-hero {
  background:
    radial-gradient(circle at 88% 12%, rgba(22, 163, 74, 0.22), transparent 28rem),
    radial-gradient(circle at 12% 10%, rgba(14, 165, 233, 0.16), transparent 24rem),
    linear-gradient(135deg, #061c3d 0%, #075985 52%, #083344 100%);
}

.services-overview {
  position: relative;
  z-index: 5;
  margin-top: -74px;
  padding: 0 0 82px;
  background: transparent;
}

.service-overview-card {
  height: 100%;
  display: block;
  padding: 32px;
  border: 1px solid var(--border);
  border-radius: 30px;
  background: var(--white);
  box-shadow: 0 22px 55px rgba(15, 23, 42, 0.13);
  transition: all 0.22s ease;
}

.service-overview-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 30px 70px rgba(15, 23, 42, 0.18);
}

.service-overview-icon {
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  border-radius: 18px;
  background: var(--primary-soft);
  color: var(--primary);
  font-weight: 900;
}

.service-overview-card h3 {
  margin: 0 0 12px;
  color: var(--dark);
  font-size: 1.28rem;
  font-weight: 850;
}

.service-overview-card p {
  margin: 0;
  color: var(--muted);
}

.service-detail-section {
  padding: 92px 0;
  background: var(--white);
}

.service-detail-soft {
  background: var(--light);
  box-shadow: 0 0 0 100vmax var(--light);
  clip-path: inset(0 -100vmax);
}

.service-detail-card {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 52px;
  align-items: center;
}

.service-detail-reverse {
  grid-template-columns: 1.1fr 0.9fr;
}

.service-detail-reverse .service-detail-image {
  order: 2;
}

.service-detail-reverse .service-detail-content {
  order: 1;
}

.service-detail-image {
  position: relative;
  overflow: hidden;
  border-radius: 36px;
  box-shadow: 0 26px 70px rgba(15, 23, 42, 0.14);
}

.service-detail-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(7, 89, 133, 0.36));
  pointer-events: none;
}

.service-detail-image img {
  width: 100%;
  height: 520px;
  object-fit: cover;
}

.service-detail-content h2,
.service-text-card h2 {
  margin: 0 0 22px;
  color: var(--dark);
  font-size: clamp(2rem, 4vw, 3.3rem);
  font-weight: 900;
  letter-spacing: -0.055em;
}

.service-detail-content p,
.service-text-card p {
  color: #475569;
  font-size: 1.02rem;
}

.service-list-box {
  margin-top: 28px;
  padding: 28px;
  border: 1px solid var(--border);
  border-radius: 26px;
  background: var(--light);
}

.service-list-box h4,
.mini-service-card h4 {
  margin: 0 0 18px;
  color: var(--primary);
  font-size: 1.14rem;
  font-weight: 850;
}

.service-check-list {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.service-check-list-two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 24px;
}

.service-check-list li {
  position: relative;
  padding-left: 32px;
  color: #475569;
  line-height: 1.6;
}

.service-check-list li::before {
  content: "";
  position: absolute;
  left: 3px;
  top: 0.72em;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 6px var(--accent-soft);
}

.technology-section {
  padding: 90px 0;
  background: var(--light);
  box-shadow: 0 0 0 100vmax var(--light);
  clip-path: inset(0 -100vmax);
}

.technology-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 18px;
}

.tech-card {
  height: 132px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 20px;
  border: 1px solid var(--border);
  border-radius: 24px;
  background: var(--white);
  box-shadow: var(--shadow-sm);
  transition: all 0.22s ease;
}

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

.tech-card img {
  max-width: 86px;
  max-height: 48px;
  object-fit: contain;
}

.tech-card span {
  color: #334155;
  font-size: 0.88rem;
  font-weight: 800;
}

.service-text-card {
  padding: clamp(30px, 5vw, 54px);
  border: 1px solid var(--border);
  border-radius: 36px;
  background: var(--white);
  box-shadow: var(--shadow-sm);
}

.mini-service-card {
  height: 100%;
  padding: 30px;
  border: 1px solid var(--border);
  border-radius: 28px;
  background: var(--light);
}

.info-card .service-check-list {
  margin-top: 22px;
}

.info-card h4 {
  margin: 24px 0 10px;
  color: var(--primary);
  font-size: 1.08rem;
  font-weight: 850;
}

/* =========================================================
   14. CTA
   ========================================================= */

.startup-cta {
  padding: 90px 0;
  background: var(--white);
}

.cta-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: clamp(34px, 5vw, 60px);
  border-radius: var(--radius-xl);
  background:
    radial-gradient(circle at 92% 12%, rgba(22, 163, 74, 0.2), transparent 26rem),
    linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
  color: var(--white);
  box-shadow: var(--shadow-lg);
}

.cta-box h2 {
  margin: 0 0 10px;
  color: var(--white);
  font-size: clamp(2rem, 4vw, 3.2rem);
}

.cta-box p {
  margin: 0;
  color: #dbeafe;
  font-size: 1.08rem;
}

/* =========================================================
   15. LEGACY PAGE SUPPORT
   ========================================================= */

.page-content {
  width: min(var(--container), calc(100% - 40px));
  margin: 52px auto 78px;
  padding: clamp(26px, 5vw, 58px);
  border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  background: var(--white);
  box-shadow: var(--shadow-md);
}

.page-content::after {
  content: "";
  display: block;
  clear: both;
}

.page-content section {
  margin: 36px 0;
}

.page-content p {
  color: #475569;
}

.page-content h3,
.page-content h4 {
  color: var(--dark);
}

.page-content ul {
  padding-left: 1.25rem;
}

.page-content li {
  margin: 0.4rem 0;
}

.table-wrapper {
  overflow: auto;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  background: var(--white);
  box-shadow: var(--shadow-sm);
}

table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
}

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

th {
  background: var(--primary-soft);
  color: var(--primary-dark);
  font-weight: 850;
}

tr:hover td {
  background: #f8fafc;
}

td.center {
  text-align: center;
}

td img {
  max-width: 84px;
  max-height: 58px;
  object-fit: contain;
  margin: auto;
}

iframe {
  width: 100%;
  border: 0;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
}

hr {
  border: 0;
  border-top: 1px solid var(--border);
  margin: 36px 0;
}

.box,
.panel {
  padding: 28px;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  background: var(--white);
  box-shadow: var(--shadow-sm);
}

.image.left {
  float: left;
  max-width: 420px;
  margin: 8px 30px 18px 0;
}

.image.left img {
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
}

.image.right {
  float: right;
  max-width: 420px;
  margin: 8px 0 18px 30px;
}

.image.right img {
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
}

.image.rounded,
.image.rounded img {
  border-radius: 50%;
  overflow: hidden;
}

.fa-ul {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}

.fa-ul li {
  padding: 12px 0;
  border-bottom: 1px solid var(--border);
}

/* =========================================================
   16. FOOTER
   ========================================================= */

.site-footer {
  padding: 60px 0 24px;
  background:
    radial-gradient(circle at 18% 0%, rgba(14, 165, 233, 0.18), transparent 24rem),
    linear-gradient(135deg, #061826 0%, #082f49 100%);
  color: #dbeafe;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 0.75fr 1fr;
  gap: 38px;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 15px;
  color: var(--white);
}

.footer-brand:hover {
  color: var(--white);
}

.footer-brand img {
  width: 82px;
  padding: 8px;
  border-radius: 18px;
  background: var(--white);
}

.footer-brand strong {
  display: block;
  color: var(--white);
  font-weight: 850;
}

.footer-brand small {
  display: block;
  margin-top: 3px;
  color: #a8c7da;
}

.site-footer h3 {
  margin: 0 0 14px;
  color: var(--white);
  font-size: 1.05rem;
  font-weight: 850;
}

.site-footer p {
  margin: 14px 0;
  color: #b8d1df;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin: 9px 0;
}

.footer-links a {
  color: #dbeafe;
}

.footer-links a:hover {
  color: #86efac;
}

.footer-bottom {
  margin-top: 36px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  color: #9fb8ca;
  font-size: 0.9rem;
}

/* =========================================================
   17. RESPONSIVE
   ========================================================= */

@media (max-width: 1200px) {
  .technology-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 992px) {
  .container {
    width: min(100% - 36px, var(--container));
  }

  .navbar {
    min-height: 78px;
  }

  .brand img {
    width: 76px;
  }

  .brand-text span {
    display: none;
  }

  .nav-cta {
    display: none;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .main-nav {
    margin-left: auto;
  }

  .nav-links {
    position: absolute;
    top: 84px;
    left: 20px;
    right: 20px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 12px;
    border: 1px solid var(--border);
    border-radius: 22px;
    background: var(--white);
    box-shadow: var(--shadow-md);
  }

  .nav-links.open {
    display: flex;
  }

  .nav-links a {
    justify-content: center;
    padding: 13px 14px;
  }

  .inner-hero {
    padding: 85px 0 95px;
  }

  .hero-startup {
    min-height: auto;
    padding: 85px 0 130px;
    text-align: center;
  }

  .hero-content {
    max-width: 100%;
  }

  .hero-actions {
    justify-content: center;
  }

  .hero-image {
    height: 330px;
  }

  .startup-highlights,
  .services-overview {
    margin-top: -80px;
  }

  .wrapper {
    padding: 72px 0;
  }

  .about-section,
  .service-detail-section {
    padding: 72px 0;
  }

  .about-profile-card,
  .people-card,
  .service-detail-card,
  .service-detail-reverse {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .service-detail-reverse .service-detail-image,
  .service-detail-reverse .service-detail-content {
    order: initial;
  }

  .about-profile-image img,
  .service-detail-image img {
    height: 360px;
  }

  .people-image {
    position: relative;
    top: auto;
  }

  .people-image img {
    width: 220px;
    height: 220px;
  }

  .service-card-modern {
    grid-template-columns: 92px 1fr;
  }

  .service-image {
    width: 92px;
    height: 92px;
  }

  .cta-box {
    flex-direction: column;
    text-align: center;
  }

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

  .image.left,
  .image.right {
    float: none;
    max-width: 100%;
    margin: 0 0 26px;
  }
}

@media (max-width: 768px) {
  .container,
  .page-content {
    width: min(100% - 32px, var(--container));
  }

  .brand img {
    width: 66px;
  }

  .brand-text strong {
    font-size: 0.95rem;
  }

  .hero-startup h1 {
    font-size: clamp(3rem, 14vw, 4.4rem);
  }

  .inner-hero h1 {
    font-size: clamp(2.8rem, 12vw, 4rem);
  }

  .hero-subtitle {
    font-size: 1.08rem;
  }

  .hero-image {
    height: 300px;
  }

  .highlight-card,
  .service-overview-card {
    padding: 28px;
  }

  .about-profile-image img {
    height: 340px;
  }

  .image.fit img {
    height: 230px;
  }

  .page-content {
    margin-top: 32px;
    margin-bottom: 58px;
    padding: 26px;
    border-radius: 24px;
  }

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

  .service-check-list-two {
    grid-template-columns: 1fr;
  }

  .service-text-card,
  .mini-service-card,
  .service-list-box {
    padding: 24px;
    border-radius: 24px;
  }

  th,
  td {
    padding: 12px;
  }
}

@media (max-width: 560px) {
  body {
    line-height: 1.65;
  }

  .container,
  .page-content {
    width: min(100% - 28px, var(--container));
  }

  .brand {
    gap: 10px;
  }

  .brand img {
    width: 58px;
  }

  .brand-text strong {
    font-size: 0.9rem;
  }

  .nav-links {
    left: 14px;
    right: 14px;
  }

  .hero-startup {
    padding: 65px 0 115px;
  }

  .inner-hero {
    padding: 70px 0 78px;
  }

  .hero-startup h1 {
    font-size: 3.05rem;
    letter-spacing: -0.065em;
  }

  .inner-hero h1 {
    font-size: 2.8rem;
  }

  .inner-hero p {
    font-size: 1rem;
  }

  .hero-badge,
  .section-label {
    font-size: 0.68rem;
    white-space: normal;
  }

  .hero-description {
    font-size: 0.97rem;
  }

  .hero-image {
    height: 240px;
    border-radius: 26px;
  }

  .hero-image-wrap {
    padding: 10px;
  }

  .hero-image-wrap::before {
    border-radius: 30px;
  }

  .startup-highlights,
  .services-overview {
    padding-bottom: 56px;
  }

  .wrapper {
    padding: 58px 0;
  }

  .about-section,
  .service-detail-section {
    padding: 58px 0;
  }

  .major {
    margin-bottom: 28px;
  }

  .about-profile-card {
    gap: 30px;
  }

  .about-profile-image,
  .service-detail-image {
    border-radius: 26px;
  }

  .about-profile-image img,
  .service-detail-image img {
    height: 280px;
  }

  .content-card,
  .info-card,
  .company-group-card,
  .people-card,
  .service-overview-card,
  .service-text-card,
  .mini-service-card,
  .service-list-box {
    padding: 24px;
    border-radius: 24px;
  }

  .people-image img {
    width: 180px;
    height: 180px;
    border-radius: 24px;
  }

  .service-card-modern {
    grid-template-columns: 1fr;
    padding: 24px;
  }

  .service-image {
    width: 100px;
    height: 100px;
  }

  .image.captioned h3 {
    font-size: 0.96rem;
  }

  .image.fit img {
    height: 210px;
  }

  .technology-grid {
    gap: 14px;
  }

  .tech-card {
    height: 118px;
    padding: 16px;
  }

  .tech-card img {
    max-width: 72px;
    max-height: 40px;
  }

  .tech-card span {
    font-size: 0.8rem;
  }

  .cta-box {
    border-radius: 28px;
  }

  .footer-brand img {
    width: 66px;
  }
}

/* =========================================================
   CONTACT PAGE - SHARED LOCATION DESIGN
   ========================================================= */

.contact-hero {
  background:
    radial-gradient(circle at 88% 12%, rgba(22, 163, 74, 0.22), transparent 28rem),
    radial-gradient(circle at 12% 10%, rgba(14, 165, 233, 0.16), transparent 24rem),
    linear-gradient(135deg, #061c3d 0%, #075985 52%, #083344 100%);
}

.contact-section {
  padding: 92px 0;
  background: #ffffff;
}

.contact-map-full {
  overflow: hidden;
  margin-bottom: 42px;
  border: 1px solid #e2e8f0;
  border-radius: 36px;
  background: #ffffff;
  box-shadow: 0 24px 65px rgba(15, 23, 42, 0.12);
}

.map-header {
  padding: clamp(28px, 4vw, 42px);
  border-bottom: 1px solid #e2e8f0;
  background:
    radial-gradient(circle at 92% 10%, rgba(22, 163, 74, 0.1), transparent 22rem),
    #ffffff;
}

.map-header h2 {
  margin: 0 0 12px;
  color: #0f172a;
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 900;
  letter-spacing: -0.055em;
}

.map-header p {
  max-width: 780px;
  margin: 0;
  color: #64748b;
  font-size: 1.05rem;
}

.map-frame iframe {
  display: block;
  width: 100%;
  min-height: 520px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.contact-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.contact-company-card {
  height: 100%;
  padding: clamp(28px, 4vw, 42px);
  border: 1px solid #e2e8f0;
  border-radius: 34px;
  background:
    radial-gradient(circle at 92% 8%, rgba(14, 165, 233, 0.09), transparent 20rem),
    #ffffff;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
  transition: all 0.22s ease;
}

.contact-company-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 26px 60px rgba(15, 23, 42, 0.13);
}

.contact-card-top {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  margin-bottom: 22px;
}

.contact-card-icon {
  flex: 0 0 auto;
  width: 62px;
  height: 62px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  background: #e0f2fe;
  color: #075985;
  font-size: 0.95rem;
  font-weight: 900;
}

.contact-label {
  display: inline-flex;
  margin-bottom: 8px;
  padding: 6px 12px;
  border-radius: 999px;
  background: #dcfce7;
  color: #15803d;
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.contact-company-card h2 {
  margin: 0;
  color: #0f172a;
  font-size: clamp(1.55rem, 3vw, 2.35rem);
  font-weight: 900;
  letter-spacing: -0.055em;
}

.contact-intro {
  margin-bottom: 26px;
  color: #64748b;
  font-size: 1rem;
}

.contact-list {
  display: grid;
  gap: 0;
  padding: 0;
  margin: 0;
  list-style: none;
  border-top: 1px solid #e2e8f0;
}

.contact-list li {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 18px;
  padding: 16px 0;
  border-bottom: 1px solid #e2e8f0;
}

.contact-list strong {
  color: #075985;
  font-weight: 850;
}

.contact-list span {
  color: #475569;
}

.contact-list a {
  color: #075985;
  font-weight: 750;
}

.contact-list a:hover {
  color: #16a34a;
}

.contact-card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.button-light {
  background: #ffffff !important;
  color: #075985 !important;
  border-color: #e2e8f0 !important;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06) !important;
}

.button-light:hover {
  background: #e0f2fe !important;
  color: #0c4a6e !important;
}

@media (max-width: 992px) {
  .contact-section {
    padding: 72px 0;
  }

  .contact-card-grid {
    grid-template-columns: 1fr;
  }

  .map-frame iframe {
    min-height: 430px;
  }
}

@media (max-width: 768px) {
  .contact-map-full,
  .contact-company-card {
    border-radius: 26px;
  }

  .contact-list li {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .contact-card-actions {
    flex-direction: column;
  }

  .contact-card-actions .button {
    width: 100%;
  }

  .map-frame iframe {
    min-height: 380px;
  }
}

@media (max-width: 560px) {
  .contact-section {
    padding: 58px 0;
  }

  .contact-card-top {
    flex-direction: column;
  }

  .map-frame iframe {
    min-height: 330px;
  }
}