:root {
  --neutral-0: hsl(0, 0%, 100%);
  --neutral-50: hsl(0, 0%, 99%);
  --neutral-100: hsl(210, 17%, 98%);
  --neutral-200: hsl(210, 14%, 89%);
  --neutral-300: hsl(210, 14%, 83%);
  --neutral-400: hsl(208, 7%, 67%);
  --neutral-800: hsl(210, 10%, 23%);
  --neutral-900: hsl(0, 0%, 0%);
  --success-primary: hsl(134, 61%, 41%);
  --error-primary: hsl(350, 95%, 43%);
  --white-hsl: 0, 0%, 100%;
  --ink-hsl: 218, 37%, 23%;
  --accent-light-hsl: 200, 95%, 45%;
  --accent-primary-hsl: 205, 100%, 35%;
  --accent-dark-hsl: 210, 100%, 25%;
  --accent-primary: hsl(201, 100%, 36%);
  --accent-dark: hsl(214, 97%, 27%);
  --accent-grad: linear-gradient(135deg,
      hsl(190, 100%, 42%) 0%,
      hsl(201, 100%, 36%) 45%,
      hsl(214, 97%, 27%) 100%);
  --bg-body: var(--neutral-0);
  --bg-surface: var(--neutral-0);
  --text-dark: hsl(var(--ink-hsl));
  --text-primary: hsl(var(--ink-hsl));
  --text-secondary: hsla(var(--ink-hsl), 0.8);
  --text-muted: hsla(var(--ink-hsl), 0.85);
  --overlay-dark: rgba(0, 0, 0, 0.4);
  --overlay-strong: rgba(0, 0, 0, 0.6);
  --border-subtle: hsla(var(--ink-hsl), 0.08);
  --border-inverse-subtle: hsla(var(--white-hsl), 0.2);
  --border-accent: hsla(var(--accent-primary-hsl), 0.4);
  --border-strong: var(--neutral-300);
  --shadow-sm: 0 1px 2px hsla(var(--ink-hsl), 0.05);
  --shadow-md: 0 4px 6px hsla(var(--ink-hsl), 0.08);
  --shadow-lg: 0 10px 15px hsla(var(--ink-hsl), 0.12);
  --shadow-accent: 0 4px 15px hsla(var(--accent-primary-hsl), 0.15);
  --shadow-accent-soft: 0 0 12px hsla(var(--accent-primary-hsl), 0.12);
  --shadow-accent-strong: 0 8px 25px hsla(var(--accent-primary-hsl), 0.25);
  --shadow-glass: 0 8px 32px hsla(var(--ink-hsl), 0.05);
  --shadow-xl: 0 20px 50px rgba(0, 0, 0, 0.3);
  --z-below: -1;
  --z-base: 1;
  --z-surface: 10;
  --z-profile-metric: 60;
  --z-profile-desc: 70;
  --z-contact-form: 80;
  --z-floating-tools: 90;
  --z-header: 130;
  --z-navbar: 130;
  --z-mobile-menu: 140;
  --z-floating-tools: 90;
  --z-chatbot-toggler: 100;
  --z-chatbot-window: 110;
  --z-peek: 150;
  --z-contact-form: 80;
  --z-standard-backdrop: 1050;
  --z-standard-modal: 1060;
  --z-security: 2000;
  --chatbot-width: 390px;
  --chatbot-height: 550px;
  --chatbot-vh-buffer: 120px;
  --chatbot-avatar-size: 50px;
  --chatbot-header-avatar: 45px;
  --purity-tier-xs: 300px;
  --purity-tier-md: 350px;
  --purity-tier-lg: 400px;
  --purity-tier-xl: 450px;
  --header-height: 80px;
}
.text-gradient {
  background: var(--accent-grad);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.chatbot-avatar {
  background-image: url('../images/profile/alissa-master-15lx.webp');
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}
body {
  margin: 0;
  width: 100%;
  line-height: 1.6;
  font-family: "Instrument Sans", system-ui, sans-serif;
  background: var(--bg-body);
  color: var(--text-primary);
  -webkit-font-smoothing: antialiased;
  position: relative;
}
@media (prefers-reduced-motion: reduce) {
  * {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
}
#services,
#profile,
footer,
.legal-frame {
  content-visibility: auto;
  contain-intrinsic-size: 800px;
}
#services {
  scroll-margin-top: 120px;
  padding-top: 50px;
}
#profile {
  scroll-margin-top: 80px;
  padding-top: 50px;
}
#contact {
  scroll-margin-top: 140px;
  position: relative;
  z-index: var(--z-surface);
}
@media (max-width: 768px) {
  #services {
    scroll-margin-top: 60px;
  }
  #profile {
    scroll-margin-top: 40px;
  }
  #contact {
    scroll-margin-top: 55px;
    padding-top: 55px;
  }
  #services,
  #profile {
    padding-top: 50px;
  }
}
@media (min-width: 768px) {
  #services,
  #profile {
    padding-top: 70px;
  }
}
@media (min-width: 1200px) {
  #services,
  #profile {
    padding-top: 80px;
  }
}
img {
  -webkit-user-drag: none;
  user-select: none;
  -webkit-user-select: none;
  pointer-events: none;
}
.navbar-brand {
  display: flex;
  align-items: center;
  text-decoration: none;
  min-width: 0;
  flex-shrink: 1;
  flex-grow: 1;
  max-width: 75%;
  overflow: hidden;
}
.navbar-brand span {
  font-weight: 800;
  font-size: clamp(0.85rem, 0.8rem + 0.5vw, 1.15rem);
  white-space: normal;
  line-height: 1.1;
  margin-right: 0.5rem;
  color: var(--neutral-0);
  transition: color 0.3s ease;
}
.navbar-brand img {
  height: 24px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  transition: height 0.3s ease;
  pointer-events: auto;
}
@media (min-width: 768px) {
  .navbar-brand img {
    height: 30px;
  }
}
@media (min-width: 1200px) {
  .navbar-brand img {
    height: 34px;
  }
}
a {
  color: var(--accent-dark);
  transition: filter .25s ease;
  text-decoration: none;
}
a:hover {
  filter: brightness(1.15) saturate(1.1);
}
.form-control {
  background-color: var(--bg-surface);
  border: 1px solid var(--neutral-200);
  color: var(--text-primary);
  font-size: 0.95rem;
  padding: 0.75rem 1rem;
  border-radius: 6px;
  transition: all 0.2s ease;
}
.form-control:hover {
  border-color: var(--neutral-300);
}
.form-control:focus {
  border-color: var(--neutral-300);
  box-shadow: 0 0 0 3px hsla(var(--accent-primary-hsl), 0.25);
  outline: none;
}
.contact-form .form-control:invalid:focus {
  border-color: var(--accent-primary);
  box-shadow: 0 0 0 3px hsla(var(--accent-primary-hsl), 0.25);
}
.contact-form .form-control:invalid {
  border-color: var(--border-subtle);
}
.contact-form .form-control:focus:invalid {
  outline: none;
}
.input-group-text {
  background-color: var(--bg-surface);
  border: 1px solid var(--border-subtle);
  color: var(--text-secondary);
}
.form-check {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin: 24px 0;
}
.form-check-input {
  width: 18px;
  height: 18px;
  cursor: pointer;
  border: 1.5px solid var(--border-subtle);
}
.form-check-input:checked {
  background-color: var(--accent-primary);
  border-color: var(--accent-primary);
}
.form-check-label {
  font-size: 0.85rem;
  line-height: 1.5;
  color: var(--text-secondary);
}
.navbar {
  height: var(--header-height);
  padding: 0;
  transition: all 0.3s ease;
  z-index: var(--z-navbar);
}
.nav-container {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  gap: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.nav-container>div {
  flex-shrink: 0;
}
.navbar.nav-scrolled {
  background: hsla(var(--white-hsl), 0.98);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--border-subtle);
  box-shadow: var(--shadow-sm);
}
@supports not (backdrop-filter: blur(15px)) {
  .navbar.nav-scrolled {
    background: var(--neutral-0);
  }
}
.modal {
  z-index: var(--z-standard-modal);
}
.modal-backdrop {
  z-index: var(--z-standard-backdrop);
}
.navbar.nav-scrolled .navbar-brand span {
  color: var(--neutral-900);
}
.navbar-nav .nav-link {
  color: var(--neutral-0);
  font-size: 0.95rem;
  font-weight: 600;
  padding: 0.5rem 0;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  opacity: 0.85;
}
.nav-link:hover {
  opacity: 1;
}
.navbar-nav .nav-link::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 50%;
  width: 0;
  height: 2px;
  background: var(--accent-grad);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateX(-50%);
  border-radius: 2px;
}
.navbar-nav .nav-link:hover::after {
  width: 100%;
}
.nav-scrolled .navbar-nav .nav-link {
  color: var(--neutral-900);
}
.nav-link.active::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--accent-grad);
  border-radius: 2px;
}
.navbar-toggler {
  border: none;
  padding: 0;
  z-index: var(--z-toggler);
  position: relative;
}
.navbar-toggler:focus {
  box-shadow: none;
}
.hamburger-icon {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 5px;
  cursor: pointer;
}
.hamburger-icon span {
  display: block;
  width: 25px;
  height: 2px;
  background: var(--neutral-0);
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.nav-scrolled .hamburger-icon span {
  background: var(--neutral-900);
}
.navbar-toggler[aria-expanded="true"] .hamburger-icon span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .hamburger-icon span:nth-child(2) {
  opacity: 0;
}
.navbar-toggler[aria-expanded="true"] .hamburger-icon span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}
@media (max-width: 1200px) {
  .navbar-collapse {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100dvh;
    background: var(--neutral-0);
    padding: 100px 40px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transform: translateX(100%);
    z-index: var(--z-mobile-menu);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .navbar-collapse.show {
    transform: translateX(0);
    visibility: visible;
  }
  .navbar-nav .nav-link {
    color: var(--text-primary);
    font-size: 1.5rem;
    font-weight: 700;
    margin: 10px 0;
    text-align: center;
    width: 100%;
  }
  .navbar-nav {
    width: 100%;
    margin-bottom: 2rem;
  }
}
@media (min-width: 1200px) {
  .navbar-nav {
    gap: 2.5rem;
    align-items: center;
  }
}
.hero-btns {
  display: flex;
  flex-wrap: nowrap;
  gap: 0.75rem;
  margin-top: 0;
  width: 100%;
  max-width: 450px;
}
.hero-btns .btn {
  flex: 1;
  min-width: 0;
  padding: 12px 4px;
  font-size: 1rem;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 480px) {
  .hero-btns {
    gap: 1rem;
    max-width: none;
  }
  .hero-btns .btn {
    flex: none;
    min-width: 200px;
    padding: 14px 24px;
    font-size: 1rem;
  }
}
@media (min-width: 1200px) {
  .hero-btns .btn {
    min-width: 220px;
  }
}
@media (max-width: 992px) {
  .hero-btns {
    justify-content: center;
    margin-left: 0;
    margin-right: 0;
  }
}
.lang-dropdown .dropdown-toggle {
  background: hsla(var(--white-hsl), 0.05);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  border: 1px solid hsla(var(--white-hsl), 0.2);
  padding: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: auto;
  min-height: auto;
  min-width: auto;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  margin: 0;
  margin-top: 1px;
  line-height: 0;
  font-size: 0;
}
@supports not (backdrop-filter: blur(4px)) {
  .lang-dropdown .dropdown-toggle {
    background: var(--neutral-0);
    border-color: var(--neutral-200);
  }
}
.lang-dropdown .dropdown-toggle:hover,
.lang-dropdown .dropdown-toggle:focus,
.lang-dropdown .dropdown-toggle:active,
.lang-dropdown .show>.dropdown-toggle {
  transform: none;
  background: hsla(var(--accent-light-hsl), 0.08);
  border-color: var(--accent-primary);
  box-shadow: var(--shadow-accent-soft);
  opacity: 1;
}
.nav-scrolled .lang-dropdown .dropdown-toggle {
  background: transparent;
  border: 1px solid hsla(var(--ink-hsl), 0.1);
  box-shadow: none;
}
.nav-scrolled .lang-dropdown .show>.dropdown-toggle {
  border-color: var(--accent-primary);
  box-shadow: var(--shadow-accent-soft);
}
.lang-dropdown .dropdown-toggle::after {
  display: none;
}
.lang-dropdown .dropdown-menu {
  min-width: 80px;
  background: hsla(var(--white-hsl), 0.8);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid hsla(var(--white-hsl), 0.4);
  box-shadow: var(--shadow-lg);
  border-radius: 8px;
  padding: 0;
  margin-top: 15px;
  overflow: hidden;
}
@supports not (backdrop-filter: blur(20px)) {
  .lang-dropdown .dropdown-menu {
    background: var(--neutral-0);
  }
}
.lang-dropdown .dropdown-item {
  font-size: 0.85rem;
  font-weight: 600;
  padding: 6px 10px;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  color: var(--neutral-800);
}
.lang-dropdown .dropdown-item:hover {
  background: hsla(var(--accent-light-hsl), 0.08);
  color: var(--accent-primary);
}
.lang-dropdown .dropdown-item.active {
  background: hsla(var(--accent-light-hsl), 0.1);
  color: var(--accent-dark);
  font-weight: 700;
  backdrop-filter: blur(5px);
  border-left: none !important;
  box-shadow: none !important;
}
.lang-dropdown .dropdown-toggle .lang-flag {
  width: 30px;
  height: 20px;
  border-radius: 1px;
  object-fit: cover;
}
.lang-flag {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.mobile-lang-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  width: 100%;
  max-width: 280px;
  margin: 30px auto 0;
  justify-items: center;
}
.mobile-lang-grid a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 36px;
  padding: 4px;
  background: var(--neutral-0);
  border: 1px solid hsla(var(--ink-hsl), 0.08);
  border-radius: 4px;
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: all 0.3s ease;
}
.mobile-lang-grid a.active,
.mobile-lang-grid a:hover {
  background: linear-gradient(135deg, hsla(var(--accent-light-hsl), 0.12) 0%, hsla(var(--accent-dark-hsl), 0.06) 100%);
  border: 1.5px solid hsla(var(--accent-primary-hsl), 0.35);
  box-shadow: var(--shadow-accent-soft);
  opacity: 1;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.mobile-lang-grid a .lang-flag {
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: none;
}
.hero {
  min-height: 100dvh;
  position: relative;
  overflow: hidden;
  background: var(--neutral-900);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: var(--header-height);
}
.hero::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  --hero-url: url('../images/hero/singapore-capital-context-768.webp');
  --hero-overlay: linear-gradient(hsla(var(--ink-hsl), 0.3), hsla(var(--ink-hsl), 0.3));
  background-image:
    var(--hero-overlay),
    var(--hero-url);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
@media (min-width: 768px) {
  .hero::after {
    --hero-url: url('../images/hero/singapore-capital-context-1280.webp');
    background-position: center 30%;
  }
}
@media (min-width: 1200px) {
  .hero::after {
    --hero-url: url('../images/hero/singapore-capital-context-1920.webp');
    background-position: center center;
    --hero-overlay: radial-gradient(circle at 25% 50%, hsla(var(--ink-hsl), 0.6) 0%, hsla(var(--ink-hsl), 0.2) 50%, transparent 100%);
  }
}
.contact-form {
  position: relative;
  z-index: var(--z-contact-form);
}
.hero-content {
  position: relative;
  z-index: 3;
}
@media (max-width: 992px) {
  .hero-content {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.hero-content h1 {
  color: var(--neutral-0);
  font-size: clamp(1.8rem, 1rem + 3.5vw, 3.3rem);
  font-weight: 800;
  margin-bottom: 20px;
  line-height: 1.1;
  text-shadow: 0 4px 15px hsla(var(--ink-hsl), 0.15);
  letter-spacing: -0.01em;
  max-width: 18ch;
  width: fit-content;
}
.hero-description {
  color: hsla(var(--white-hsl), 0.9);
  font-size: clamp(1rem, 0.6rem + 1vw, 1.1rem);
  margin-bottom: 30px;
  max-width: 50ch;
  line-height: 1.6;
  text-shadow: 0 2px 10px hsla(var(--ink-hsl), 0.1);
}
@media (max-width: 992px) {
  .hero-content h1 {
    max-width: 14ch;
  }
}
.hero .subtitle {
  color: hsla(var(--white-hsl), 0.95);
  font-weight: 700;
  text-transform: uppercase;
  font-size: clamp(0.9rem, 0.5rem + 1.2vw, 1rem);
  letter-spacing: 0.1em;
  white-space: normal;
  margin-bottom: 20px;
  max-width: fit-content;
}
@media (max-width: 992px) {
  .hero-content .subtitle {
    margin-left: 0;
    margin-right: 0;
  }
}
.btn {
  font-weight: 700;
  border-radius: 0.25rem;
  transition: all 0.3s ease;
  cursor: pointer;
  text-decoration: none;
}
.btn-primary {
  background: var(--accent-grad);
  border: none;
  color: var(--neutral-0);
  padding: 14px 24px;
  font-weight: 700;
  border-radius: 0.25rem;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: var(--shadow-accent);
}
.btn-primary:hover {
  filter: brightness(1.1);
  transform: translateY(-2px);
  box-shadow: var(--shadow-accent-strong);
}
.btn-outline {
  border: 2px solid var(--neutral-0);
  color: var(--neutral-0);
  padding: 14px 24px;
  border-radius: 0.25rem;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  background: transparent;
  transition: all 0.3s ease;
}
.btn-outline:hover {
  border-color: var(--neutral-0);
  background: hsla(var(--white-hsl), 0.15);
  color: var(--neutral-0);
}
.section-title {
  font-size: clamp(2.2rem, 4vw, 3rem);
  font-weight: 800;
  margin-bottom: 1rem;
}
.glass-surface {
  background: hsla(var(--white-hsl), 0.7);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid hsla(var(--white-hsl), 0.4);
  box-shadow: var(--shadow-glass);
}
@import "contact-box.css";
.contact-box h2 {
  font-size: clamp(1.7rem, 4vw, 2rem);
  font-weight: 700;
  margin-bottom: 0.5rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.contact-box:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-lg);
  border-color: var(--accent-primary);
}
.grid {
  display: flex;
  flex-wrap: wrap;
  margin-right: -0.75rem;
  margin-left: -0.75rem;
}
.grid>* {
  flex: 0 0 auto;
  width: 100%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 992px) {
  .grid>* {
    width: 33.33333333%;
    margin-bottom: 2rem;
  }
}
.feature-card {
  border-radius: 1rem;
  padding: 3rem 2rem;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  z-index: 1;
  text-align: center;
  height: 100%;
}
.feature-card.glass-surface {
  background: hsla(var(--white-hsl), 0.6);
  border: 1px solid hsla(var(--white-hsl), 0.4);
}
.feature-icon {
  font-size: 3.5rem;
  background: var(--accent-grad);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 1.5rem;
  display: inline-block;
  transition: transform 0.3s ease;
}
.feature-card:hover .feature-icon {
  transform: none;
}
.feature-card h3 {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: var(--accent-dark);
}
.feature-card p {
  font-size: 0.95rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 0;
}
.modal-content.success-modal {
  border-radius: 16px;
  border: none;
  box-shadow: var(--shadow-lg);
}
.success-icon {
  font-size: 3.5rem;
  color: var(--accent-primary);
  margin-bottom: 1rem;
}
.risk-statement-section {
  padding: 0;
  margin: 1rem 0 0 0;
}
footer {
  background: var(--neutral-100);
  border-top: 1px solid var(--border-subtle);
}
.footer-grid {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  text-align: center;
  font-size: 0.85rem;
}
.copyright-section {
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--neutral-800);
}
.copyright-section a {
  background: var(--accent-grad);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 500;
  opacity: 0.85;
  transition: opacity 0.3s ease;
  text-decoration: none;
}
.copyright-section a:hover {
  opacity: 1;
  text-decoration: none;
}
.footer-links-row {
  display: flex;
  gap: 1rem;
  align-items: center;
}
.footer-middle {
  display: none;
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--neutral-800);
}
.footer-links-row a {
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--neutral-800);
  transition: all 0.3s ease;
  text-decoration: none;
}
.footer-links-row a:hover,
.footer-links-row a:active {
  color: var(--neutral-900);
  text-decoration: none;
  opacity: 1;
}
@media (min-width: 992px) {}
.footer-divider {
  display: none;
  opacity: 0.3;
  font-weight: 400;
}
@media (min-width: 992px) {
  .footer-grid {
    flex-direction: row;
    justify-content: space-between;
    gap: 0;
    text-align: left;
  }
  .footer-divider {
    display: inline;
    margin: 0;
  }
  .footer-links-row {
    gap: 1rem;
  }
  .footer-middle {
    display: block;
  }
}
.risk-statement-box {
  max-width: 630px;
  width: 100%;
  margin: 0 auto;
  display: block;
  font-size: 0.95rem;
  color: var(--text-secondary);
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
}
@media (max-width: 480px) and (orientation: portrait) {
  .profile-image {
    transform: none;
  }
}
@media (min-width: 992px),
(min-width: 768px) and (orientation: landscape) {
  .profile-grid {
    display: grid;
    grid-template-columns: 2fr 3fr;
    gap: 4rem;
    max-width: 1280px;
    margin: 0 auto;
    align-items: center;
  }
  .profile-grid>div:last-child {
    padding-top: 15px;
  }
  .profile-image-container {
    width: 100%;
    max-width: 512px;
    aspect-ratio: 4/5;
    height: auto;
    border-radius: 1rem;
    box-shadow: var(--shadow-lg);
    position: relative;
    overflow: hidden;
    margin-left: auto;
    margin-right: 0;
  }
  .profile-image-container:hover .profile-image {
    transform: scale(1.05);
  }
}
.profile-image-container:active .profile-image {
  transform: scale(0.98);
}
.profile-image {
  background-image: url('../images/profile/darren-profile.webp');
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  display: block;
  transition: transform 0.4s ease;
}
.profile-image-container::after {
  content: '';
  position: absolute;
  top: 10%;
  left: 10%;
  width: 80%;
  height: 80%;
  background: var(--accent-grad);
  filter: blur(60px);
  opacity: 0;
  z-index: -1;
  transition: opacity 0.5s ease;
}
.profile-image-container:hover::after {
  opacity: 0.1;
}
.profile-title {
  font-size: 2.5rem;
  font-weight: 800;
  margin-bottom: 1.5rem;
  text-align: center;
}
@media (min-width: 992px) {
  .profile-title {
    text-align: left;
  }
}
.profile-desc {
  font-size: 1.1rem;
  color: var(--text-secondary);
  line-height: 1.8;
  margin-bottom: 2rem;
  position: relative;
  z-index: var(--z-profile-desc);
}
@media (max-width: 992px) {
  .profile-grid>div:last-child {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.metric-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.9rem;
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .metric-grid {
    grid-template-columns: 1fr 1fr;
  }
}
.metric-item {
  background: var(--neutral-0);
  padding: 1.25rem 0.75rem 1.25rem 0.75rem;
  border-radius: 12px;
  border: 1px solid var(--border-subtle);
  transition: all 0.3s ease;
  position: relative;
  z-index: var(--z-profile-metric);
}
.metric-item h4 {
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--accent-primary);
  margin-bottom: 0.5rem;
}
.metric-item li {
  font-size: 0.825rem;
  line-height: 1.4;
  margin-bottom: 0.5rem;
}
.metric-item li:last-child {
  margin-bottom: 0;
}
.country-code-input {
  flex: 0 0 100px;
  max-width: 100px;
  min-width: 90px;
  text-align: center;
}
.phone-input {
  flex: 1;
  max-width: none;
}
.no-spinners::-webkit-outer-spin-button,
.no-spinners::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}
.no-spinners {
  -moz-appearance: textfield;
  appearance: textfield;
}
.highlight-gradient {
  background: linear-gradient(90deg,
      transparent 0%,
      hsla(var(--accent-light-hsl), 0.1) 50%,
      transparent 100%);
  padding: 1rem 1.5rem;
  border-radius: 8px;
  margin: 1.5rem 0;
}
.legal-page {
  background: var(--bg-body);
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.nav-minimal {
  padding: 2.5rem 5% 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  flex-shrink: 0;
}
.legal-frame {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 5% 4rem;
  overflow: hidden;
}
.legal-card {
  width: 100%;
  max-width: 900px;
  max-height: 100%;
  padding: 4rem;
  border-radius: 32px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  position: relative;
  text-align: left;
  overflow-y: auto;
}
.legal-card h1 {
  font-size: clamp(1.8rem, 5vh, 3.5rem);
  margin-bottom: 3vh;
  font-weight: 800;
}
.legal-card p {
  font-size: clamp(0.85rem, 1.8vh, 1.15rem);
  line-height: 1.7;
  margin-bottom: 2vh;
  color: var(--text-secondary);
}
.legal-card p:last-child {
  margin-bottom: 0;
}
.legal-card p strong {
  color: var(--accent-dark);
}
.close-x {
  font-weight: 600;
  color: var(--neutral-800);
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 32px;
  border-radius: 0.25rem;
  background: var(--neutral-0);
  border: 1px solid var(--neutral-300);
  cursor: pointer;
  text-decoration: none;
}
.close-x:hover {
  text-decoration: none;
  background: var(--neutral-50);
}
@media (max-width: 768px) {
  .nav-minimal {
    padding: 1.25rem 20px;
    justify-content: space-between;
  }
  .legal-frame {
    padding: 10px 20px 30px;
  }
  .legal-card {
    padding: 2.5rem 1.5rem;
    border-radius: 20px;
    justify-content: flex-start;
  }
  .legal-card h1 {
    font-size: 1.6rem;
    margin-bottom: 1.5rem;
  }
  .legal-card p {
    font-size: 0.825rem;
    line-height: 1.6;
    margin-bottom: 1rem;
  }
}
@media (max-height: 768px) {
  .legal-card {
    padding: 2rem;
  }
  .legal-card h1 {
    margin-bottom: 1rem;
  }
  .legal-card p {
    margin-bottom: 0.8rem;
  }
}
@media (max-width: 992px) {
  .profile-image-container {
    margin: 0 auto;
  }
  .profile-title,
  .profile-desc {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .contact-box,
  .metric-item,
  .feature-card {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .contact-box {
    padding: 3rem 1.5rem;
    touch-action: pan-y;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
  }
  .contact-box .form-control::placeholder,
  .country-code-input::placeholder {
    opacity: 1;
    color: var(--neutral-400);
  }
  .profile-image-container {
    width: 100%;
    max-width: 512px;
    height: auto;
    aspect-ratio: 4 / 5;
    border-radius: 20px;
    margin: 0 auto 2rem auto;
    background: hsla(var(--white-hsl), 0.05);
    backdrop-filter: blur(5px);
    border: none;
    box-shadow: var(--shadow-lg);
    overflow: hidden;
  }
  .profile-image-container .profile-image {
    object-position: top center;
    transform: none;
  }
  .metric-grid {
    gap: 1rem;
  }
}
.security-shield {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--neutral-0);
  z-index: var(--z-security);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.security-shield.active {
  opacity: 1;
  pointer-events: all;
}
.security-shield .shield-msg {
  color: var(--text-dark);
  font-family: "Instrument Sans", sans-serif;
}
.security-shield .row-1 {
  font-size: 1.5rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 0.75rem;
}
.security-shield .row-2 {
  font-size: 1.1rem;
  font-weight: 500;
  opacity: 0.7;
}
@media print {
  .no-print {
    display: none !important;
  }
}
:focus-visible {
  outline: 2px solid var(--accent-primary);
  outline-offset: 2px;
}
h1,
h2,
h3,
h4 {
  letter-spacing: -0.01em;
}
@media (pointer: coarse) {
  .btn {
    min-height: 48px;
  }
}
ul li a:hover,
ul li a:active {
  text-decoration: none !important;
}
.contact-box {
  position: relative;
  z-index: 1;
  padding: 4rem 2rem;
  border-radius: 1rem;
  width: 100%;
  max-width: 750px;
  margin: 3rem auto 0;
  transition: all 0.4s ease;
  border: none !important;
  background: hsla(var(--white-hsl), 0.7);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}
.contact-box::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background: var(--accent-grad);
  z-index: -1;
  border-radius: inherit;
  padding: 2px;
  -webkit-mask: linear-gradient(var(--neutral-0) 0 0) content-box, linear-gradient(var(--neutral-0) 0 0);
  mask: linear-gradient(var(--neutral-0) 0 0) content-box, linear-gradient(var(--neutral-0) 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  opacity: 0.2;
  transition: opacity 0.4s ease;
}
.contact-box:hover::before,
.contact-box:focus-within::before {
  opacity: 1;
}
.contact-box:hover,
.contact-box:focus-within {
  transform: translateY(-5px);
  box-shadow: var(--shadow-lg);
  background: hsla(var(--white-hsl), 0.75);
}
@media (min-width: 768px) {
  .contact-box {
    padding: 4.5rem;
  }
}
@media (min-width: 992px) {
  .contact-box {
    padding: 4.5rem;
    max-width: 750px;
  }
}
@media (min-width: 1200px) {
  .contact-box {
    max-width: 750px;
  }
}