/* ============================================
   LAXMI THERAPEUTIC DEVICES - Main Stylesheet
   ============================================ */

/* ============================================
   FONTS (Self-hosted for GDPR compliance)
   ============================================ */

/* Host Grotesk - Latin Extended */
@font-face {
  font-family: 'Host Grotesk';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/host-grotesk-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* Host Grotesk - Latin */
@font-face {
  font-family: 'Host Grotesk';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/host-grotesk-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Host Grotesk';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/host-grotesk-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: 'Host Grotesk';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/host-grotesk-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Host Grotesk';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../fonts/host-grotesk-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: 'Host Grotesk';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../fonts/host-grotesk-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Host Grotesk';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/host-grotesk-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: 'Host Grotesk';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/host-grotesk-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* ============================================
   CSS CUSTOM PROPERTIES (Design Tokens)
   ============================================ */
:root {
  /* Colors */
  --color-primary: #645DBF;
  --color-primary-light: #8882B9;
  --color-primary-lighter: #CCC6FF;
  --color-primary-bg: #F0EFFA;
  --color-black: #1C1C1C;
  --color-text: #3F3F40;
  --color-text-light: #686868;
  --color-text-muted: #8D8D8D;
  --color-white: #FFFFFF;
  --color-bg-light: #F8F8F9;
  --color-border: #CBCAD6;
  --color-border-light: #D0D0D0;
  --color-border-neutral: #BDBDBD;

  /* Typography */
  --font-primary: 'Host Grotesk', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --font-display: 'Aeonik', var(--font-primary);
  
  /* Spacing */
  --space-xs: 6px;
  --space-sm: 10px;
  --space-md: 14px;
  --space-lg: 20px;
  --space-xl: 30px;
  --space-2xl: 50px;
  --space-3xl: 70px;
  --space-4xl: 100px;
  
  /* Container */
  --container-max: 1280px;
  --container-padding: 80px;
  
  /* Border Radius */
  --radius-sm: 10px;
  --radius-md: 14px;
  --radius-lg: 81px;
  --radius-full: 9999px;
  
  /* Transitions */
  --transition-fast: 150ms ease;
  --transition-normal: 250ms ease;
}

/* Reset & Base */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-primary);
  font-weight: 400;
  line-height: 1.4;
  color: var(--color-text);
  background-color: var(--color-white);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

a {
  color: inherit;
  text-decoration: none;
  transition: color var(--transition-fast);
}

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

ul, ol {
  list-style: none;
}

button {
  font-family: inherit;
  cursor: pointer;
  border: none;
  background: none;
}

/* Container Utility */
.container {
  max-width: var(--container-max);
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--container-padding);
  padding-right: var(--container-padding);
  width: 100%;
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  line-height: 1.2;
  color: var(--color-black);
}

h1 {
  font-size: 78px;
  line-height: 1;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 21px;
}

p {
  line-height: 1.4;
}

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

.text-white {
  color: var(--color-white);
}

.text-muted {
  color: var(--color-text-muted);
}

.text-center {
  text-align: center;
}

.text-uppercase {
  text-transform: uppercase;
}

.font-medium {
  font-weight: 500;
}

.section {
  padding: var(--space-4xl) 0;
}

/* ============================================
   HEADER
   ============================================ */
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 70px;
  z-index: 1000;
  transition: background-color var(--transition-normal);
}

.header--transparent {
  background: transparent;
}

.header--solid {
  background: var(--color-white);
}

.header__logo {
  height: 39px;
  width: auto;
}

.header__nav {
  display: flex;
  align-items: center;
  gap: 32px;
}

.header__nav-link {
  font-size: 17px;
  text-transform: capitalize;
  transition: opacity var(--transition-fast);
}

.header__nav-link:hover {
  opacity: 0.7;
}

.header--transparent .header__nav-link {
  color: var(--color-white);
}

.header--solid .header__nav-link {
  color: var(--color-black);
}

.header--transparent .header__nav-link--active {
  color: var(--color-white);
  opacity: 0.7;
}

.header--solid .header__nav-link--active {
  color: var(--color-primary);
}

.header__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  padding: 0 24px;
  border-radius: var(--radius-lg);
  font-size: 16px;
  font-weight: 500;
  transition: all var(--transition-fast);
}

.header--transparent .header__cta {
  background: var(--color-white);
  color: var(--color-primary);
}

.header--solid .header__cta {
  background: var(--color-primary);
  color: var(--color-white);
}

.header__cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(100, 93, 191, 0.3);
}

/* Mobile Menu Toggle */
.header__menu-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  padding: 10px;
}

.header__menu-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: currentColor;
  transition: all var(--transition-fast);
}

.header--transparent .header__menu-toggle {
  color: var(--color-white);
}

.header--solid .header__menu-toggle {
  color: var(--color-black);
}

/* ============================================
   BUTTONS
   ============================================ */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 48px;
  padding: 0 18px;
  border-radius: var(--radius-lg);
  font-size: 16px;
  font-weight: 500;
  transition: all var(--transition-fast);
}

.btn:has(.btn__icon) {
  padding-right: 6px;
}

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

.btn--primary:hover {
  background: var(--color-primary);
  color: var(--color-white);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(100, 93, 191, 0.3);
}

/* Keep text and arrow readable on primary button hover (match header__cta) */
.btn--primary:hover .btn__icon {
  background: rgba(255, 255, 255, 0.3);
}

.btn--outline {
  background: transparent;
  border: 1px solid var(--color-black);
  color: var(--color-black);
}

.btn--outline:hover {
  background: var(--color-black);
  color: var(--color-white);
}

.btn--outline-primary {
  background: transparent;
  border: 1px solid var(--color-primary);
  color: var(--color-primary);
}

.btn--outline-primary:hover {
  background: var(--color-primary);
  color: var(--color-white);
}

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

.btn__icon {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
}

/* SVG displayed directly inside button (no mask) */
.btn__icon-svg {
  flex-shrink: 0;
  color: inherit;
}

/* ============================================
   HERO SECTION (Home Page)
   ============================================ */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  color: var(--color-white);
  overflow: hidden;
}

.hero__background {
  position: absolute;
  inset: 0;
  z-index: -1;
}

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

.hero__background::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(14, 8, 19, 0.5);
}

.hero__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 180px 70px 60px;
  max-width: 760px;
}

.hero__title {
  font-size: 78px;
  line-height: 1;
  color: var(--color-white);
  margin-bottom: var(--space-xl);
  font-weight: 500;
}

.hero__subtitle {
  font-size: 18px;
  line-height: 1.4;
  opacity: 0.9;
  max-width: 690px;
}

/* Hero Bottom Section */
.hero__bottom {
  display: grid;
  grid-template-columns: 1fr 1fr;
  backdrop-filter: blur(6.75px);
  background: rgba(255, 255, 255, 0.01);
}

.hero__mission {
  padding: 40px 70px;
}

.hero__label {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: var(--space-lg);
  color: var(--color-white);
}

.hero__text {
  font-size: 16px;
  line-height: 1.4;
  max-width: 618px;
  margin-bottom: var(--space-lg);
}

/* ============================================
   ABOUT SECTION
   ============================================ */
.about {
  background: var(--color-bg-light);
  padding: 100px 0;
}

.about__container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  max-width: var(--container-max);
  margin: 0 auto;
  padding: 0 var(--container-padding);
}

.about__content {
  max-width: 586px;
}

.about__label {
  font-size: 14px;
  font-weight: 500;
  color: var(--color-primary);
  text-transform: uppercase;
  margin-bottom: var(--space-lg);
}

.about__title {
  font-size: 36px;
  line-height: 1.2;
  margin-bottom: var(--space-lg);
}

.about__text {
  font-size: 16px;
  color: var(--color-text);
  margin-bottom: var(--space-xl);
}

.about__benefits {
  margin-top: var(--space-xl);
}

.about__benefits-title {
  font-size: 16px;
  font-weight: 500;
  color: var(--color-black);
  margin-bottom: 15px;
}

.about__benefit {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-bottom: 15px;
}

.about__benefit-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  color: var(--color-primary);
}

.about__benefit-icon svg {
  width: 100%;
  height: 100%;
}

.about__image {
  border-radius: var(--radius-md);
  overflow: hidden;
  background: var(--color-white);
}

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

/* ============================================
   PRODUCT SECTION
   ============================================ */
.product {
  padding: 100px 0;
}

.product__header {
  text-align: center;
  max-width: 599px;
  margin: 0 auto 60px;
}

.product__label {
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  color: var(--color-primary);
  text-transform: uppercase;
  margin-bottom: var(--space-md);
}

.product__title {
  text-align: center;
  font-size: 36px;
  width: max-content;
  line-height: 1.2;
  text-transform: capitalize;
}

.product__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.product__card {
  overflow: hidden;
  position: relative;
}

.product__card--dark {
  color: var(--color-white);
}

.product__card--gradient {
  background: linear-gradient(151.95deg, #443971 18.47%, #7164A3 99.44%);
  color: var(--color-white);
  padding: 64px 42px;
  border-radius: var(--radius-sm);
}

.product__card-illustration {
  position: absolute;
  bottom: -100px;
  right: -200px;
  max-width: 520px;
  object-fit: contain;
  object-position: bottom right;
  pointer-events: none;
}

.product__card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: var(--radius-sm);
}

.product__card-logo {
  height: 39px;
  margin-bottom: var(--space-xl);
}

.product__card-title {
  font-size: 26px;
  color: #E5E2FF;
  margin-bottom: var(--space-lg);
}

.product__card-text {
  font-size: 16px;
  line-height: 1.4;
  color: #E5E2FF;
}

.product__description {
  margin-top: 40px;
  max-width: 629px;
}

.product__description p {
  font-size: 21px;
  line-height: 1.35;
  color: var(--color-black);
  margin-bottom: var(--space-lg);
}

.product__link {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  font-size: 16px;
  color: var(--color-black);
  transition: color var(--transition-fast);
}

.product__link:hover {
  color: var(--color-primary);
}

.product__link .icon {
  color: inherit;
}

.product__link svg {
  width: 12px;
  height: 12px;
}

/* Divider between Product and How it works only (width matches container) */
.section-divider {
  height: 0;
  border: none;
  border-top: 1px solid #E7E7E7;
  margin: 0;
}

/* ============================================
   HOW IT WORKS SECTION
   ============================================ */
.how-it-works {
  padding: 0 0 100px;
  /* border-top: 1px solid #E7E7E7; */
}

.how-it-works__container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
}

.how-it-works__image {
  position: relative;
  align-self: start;
}

.how-it-works__image img {
  width: 100%;
  height: 423px;
  object-fit: cover;
  border-radius: var(--radius-md);
}

.how-it-works__overlay {
  position: absolute;
  bottom: -20px;
  left: 68px;
  right: -20px;
  background: rgba(241, 240, 253, 0.74);
  backdrop-filter: blur(11.2px);
  border-radius: var(--radius-md);
  padding: 25px 43px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  gap: 64px;
}

.how-it-works__overlay-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 7px;
  text-align: center;
}

.how-it-works__overlay-icon {
  width: 37px;
  height: 37px;
  margin: 0 auto 7px;
}

.how-it-works__overlay-text {
  font-size: 15px;
  color: var(--color-black);
}

.how-it-works__content {
  padding-top: 14px;
}

.how-it-works__divider {
  border: none;
  border-top: 1px solid var(--color-border-light);
  margin: 0 0 24px;
}

.how-it-works__title {
  font-size: 30px;
  margin-bottom: 10px;
}

.how-it-works__steps {
  margin-top: 0;
}

.how-it-works__step {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 23px 0;
  border-top: 0.5px solid var(--color-border);
}

.how-it-works__step-icon {
  width: 33px;
  height: 33px;
  flex-shrink: 0;
}

.how-it-works__step-icon svg {
  width: 100%;
  height: 100%;
}

.how-it-works__step-content {
  flex: 1;
}

.how-it-works__step-title {
  font-size: 16px;
  font-weight: 500;
  color: var(--color-black);
  margin-bottom: var(--space-sm);
}

.how-it-works__step-text {
  font-size: 14px;
  line-height: 1.39;
  color: var(--color-text);
}

/* ============================================
   TIME IN RANGE SECTION
   ============================================ */
.tir-section {
  padding: 60px 0 100px;
  border-top: 1px solid #E7E7E7;
}

.tir-section__content {
  padding-top: 10px;
  padding-bottom: 20px;
}

.tir-section__content h2,
.tir-section__content p {
  max-width: 568px;
}

.tir-section__title {
  font-size: 36px;
  line-height: 1.2;
  margin-bottom: var(--space-lg);
}

.tir-section__text {
  font-size: 16px;
  line-height: 1.48;
  margin-bottom: var(--space-lg);
}

/* ============================================
   TIR CALLOUT SECTION
   ============================================ */

.tir-callout {
  background: var(--color-primary-bg);
  padding: 56px 0;
  margin-bottom: 56px;
}

.tir-callout__inner {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}

.tir-callout__headline {
  font-size: 28px;
  font-weight: 700;
  color: var(--color-black);
  line-height: 1.25;
  margin-bottom: 40px;
}

.tir-callout__stats {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 28px;
}

.tir-callout__stat {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.tir-callout__stat-number {
  font-size: 64px;
  font-weight: 700;
  color: var(--color-primary);
  line-height: 1;
}

.tir-callout__stat-label {
  font-size: 15px;
  color: var(--color-text);
  max-width: 180px;
  line-height: 1.4;
}

.tir-callout__divider-line {
  width: 1px;
  height: 80px;
  background: var(--color-border);
  margin: 0 40px;
  flex-shrink: 0;
}

.tir-callout__context {
  font-size: 15px;
  color: var(--color-text-light);
  margin-bottom: 16px;
  line-height: 1.5;
}

.tir-callout__citation {
  font-size: 12px;
  color: var(--color-text-muted);
  line-height: 1.5;
}

.tir-callout__insight {
  font-size: 14px;
  color: var(--color-text);
  line-height: 1.6;
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid var(--color-border);
}

/* ============================================
   CONTACT SECTION
   ============================================ */
.contact {
  padding: 20px 0;
}

.contact__container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
}

.contact__info {
  max-width: 568px;
}

.contact__title {
  font-size: 36px;
  margin-bottom: var(--space-lg);
}

.contact__text {
  font-size: 16px;
  line-height: 1.48;
  margin-bottom: 54px;
}

.contact__location {
  margin-bottom: 40px;
}

.contact__location-icon {
  width: 24px;
  height: 24px;
  margin-bottom: 15px;
}

.contact__location-name {
  font-size: 15px;
  font-weight: 500;
  color: var(--color-black);
  margin-bottom: var(--space-sm);
}

.contact__location-address {
  font-size: 15px;
  color: var(--color-text);
  margin-bottom: 15px;
}

.contact__location-link {
  font-size: 15px;
  color: var(--color-black);
}

.contact__form-wrapper {
  background: var(--color-bg-light);
  border-radius: var(--radius-md);
  padding: 32px 35px;
}

.contact__form {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.contact__form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 17px;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: var(--space-xs);
}

.form-group label {
  font-size: 15px;
  color: var(--color-black);
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: var(--space-sm);
  border: 0.5px solid #A7A7A7;
  border-radius: var(--radius-sm);
  font-family: inherit;
  font-size: 15px;
  background: var(--color-white);
  transition: border-color var(--transition-fast);
}

.form-group input:focus,
.form-group textarea:focus {
  outline: none;
  border-color: var(--color-primary);
}

.form-group input::placeholder,
.form-group textarea::placeholder {
  color: #9D9DA6;
}

.form-group textarea {
  min-height: 100px;
  resize: vertical;
}

.contact__form-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: var(--space-xl);
}

.contact__form-footer .btn {
  flex-shrink: 0;
  white-space: nowrap;
}

.contact__form-terms {
  font-size: 13px;
  max-width: 295px;
  flex-shrink: 1;
  min-width: 0;
}

.contact__form-terms a {
  color: var(--color-primary);
}

/* ============================================
   FOOTER
   ============================================ */
.footer {
  background: linear-gradient(to top, #3A3758, #131313);
  color: var(--color-white);
  padding: 70px 0 40px;
}

.footer__top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

.footer__left {
  display: flex;
  flex-direction: column;
  gap: 56px;
}

.footer__brand {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.footer__logo {
  width: 130px;
  height: 45px;
}

.footer__divider {
  width: 1px;
  height: 45px;
  background: #B3B3B3;
}

.footer__tagline {
  font-size: 21px;
  font-weight: 500;
  line-height: 1.14;
  color: #E5E5E5;
}

.footer__nav {
  display: flex;
  gap: 200px;
}

.footer__nav-column h4 {
  font-size: 18px;
  color: #8B86B4;
  margin-bottom: 24px;
}

.footer__nav-column ul {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.footer__nav-column a {
  font-size: 16px;
  color: var(--color-white);
}

.footer__contact {
  margin-top: 0;
  margin-bottom: 0;
}

.footer__contact p {
  font-size: 15px;
  color: #E5E5E5;
  line-height: 1.26;
}

.footer__bottom {
  padding-top: 40px;
}

.footer__copyright {
  font-size: 14px;
  color: var(--color-text-muted);
}

/* ============================================
   TECHNOLOGY PAGE
   ============================================ */
.page-header {
  padding: 150px 0 60px;
}

.page-header__container {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 60px;
  align-items: center;
  justify-content: space-between;
}

.page-header__content {
  flex: 1 1 400px;
  min-width: 0;
}

.page-header__tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 28px;
  padding: 0 var(--space-sm);
  background: var(--color-primary-lighter);
  border-radius: 30px;
  font-size: 15px;
  text-transform: capitalize;
  margin-bottom: 30px;
}

.page-header__title {
  font-size: 36px;
  line-height: 1.2;
  max-width: 516px;
  margin-bottom: var(--space-lg);
}

.page-header__content .page-header__title {
  max-width: none;
}

.page-header__text {
  font-size: 16px;
  line-height: 1.4;
  max-width: 490px;
  margin-bottom: var(--space-lg);
}

.page-header__content .page-header__text {
  max-width: none;
}

.page-header__text p {
  margin-bottom: var(--space-sm);
}

.page-header__image {
  position: relative;
  flex: 1 1 300px;
  min-width: 280px;
  width: 100%;
  aspect-ratio: 560 / 520;
  overflow: hidden;
}

.page-header__image-bg {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  transform: translate(-50%, -50%);
}

.page-header__image-product {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  max-width: 560px;
  object-fit: contain;
  object-position: center;
  transform: translate(-50%, -50%) rotate(-12deg);
}

/* Technology Lag Section */
.tech-lag {
  padding: 0 0 100px 0;
}

.tech-lag__container {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 64px;
  padding-top: 100px;
}

.tech-lag__title {
  font-size: 26px;
  line-height: 1.2;
  margin-bottom: var(--space-lg);
}

.tech-lag__text {
  font-size: 16px;
  line-height: 1.4;
}

.tech-lag__effects-wrapper {
  margin-top: 48px;
}

.tech-lag__effects-title {
  font-size: 20px;
  margin-bottom: 24px;
  text-align: center;
}

.tech-lag__effects {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 60px;
  max-width: 700px;
  margin: 0 auto;
}

.tech-lag__effect {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  flex: 0 0 auto;
  max-width: 220px;
}

.tech-lag__effect-title {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 0;
}

.tech-lag__effect-item {
  display: flex;
  gap: 4px;
  align-items: flex-start;
}

.tech-lag__effect-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.tech-lag__effect-text {
  font-size: 14px;
  line-height: 1.4;
  color: var(--color-text);
}

/* Dermal Section */
.dermal-section {
  background: var(--color-bg-light);
  padding: 100px 0;
}

.dermal-section__container {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
  align-items: flex-start;
  justify-content: space-between;
}

/* Left column: text — don't shrink below ~320px, wrap when needed */
.dermal-section__container > div:first-child {
  min-width: 300px;
  flex: 1 1 320px;
}

/* Right column: diagram — don't shrink below ~480px, wrap when needed */
.dermal-section__container > .dermal-section__diagram-wrap {
  min-width: 560px;
  flex: 1 1 560px;
}

.dermal-section__label {
  font-size: 14px;
  font-weight: 500;
  color: var(--color-primary);
  text-transform: uppercase;
  margin-bottom: var(--space-lg);
}

.dermal-section__title {
  font-size: 36px;
  line-height: 1.2;
  margin-bottom: var(--space-lg);
}

.dermal-section__text {
  font-size: 16px;
  line-height: 1.4;
}

.dermal-section__text p {
  margin-bottom: var(--space-sm);
}

.dermal-section__diagram-wrap {
  display: flex;
  align-items: stretch;
  gap: 24px;
  min-width: 0;
  align-self: center;
}

/* Legend: pills match diagram layer positions. Override --dermal-pill-* (percent from top) to align with your image. */
.dermal-section__pills {
  --dermal-pill-epidermis: 30%;
  --dermal-pill-dermis: 47%;
  --dermal-pill-hypodermis: 78%;
  --dermal-pills-width: 110px; /* column width so pills don't overlap the image */
  position: relative;
  flex-shrink: 0;
  align-self: stretch;
  min-width: var(--dermal-pills-width);
}

.dermal-section__pill {
  position: absolute;
  left: 0;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  padding: 6px 12px;
  font-size: 13px;
  font-weight: 500;
  white-space: nowrap;
  color: var(--color-text);
  background: transparent;
  border: 1px solid currentColor;
  border-radius: 999px;
  white-space: nowrap;
}

.dermal-section__pill--epidermis { top: var(--dermal-pill-epidermis); }
.dermal-section__pill--dermis { top: var(--dermal-pill-dermis); }
.dermal-section__pill--hypodermis { top: var(--dermal-pill-hypodermis); }

.dermal-section__images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  min-width: 0;
  flex: 1;
  align-items: start;
}

.dermal-section__image-card {
  min-width: 0;
}

.dermal-section__image-title {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.dermal-section__image-title span {
  color: var(--color-primary);
}

.dermal-section__image {
  aspect-ratio: 1; /* same size for both diagrams; override with --dermal-image-aspect if needed */
  border-radius: 18px;
  overflow: hidden;
  min-width: 0;
}

.dermal-section__image img {
  width: 100%;
  height: 100%;
  min-width: 0;
  object-fit: cover;
}

/* Laxmi Advantage Section */
.laxmi-advantage {
  padding: 56px 0;
}

.laxmi-advantage__inner {
  text-align: center;
}

.laxmi-advantage__title {
  font-size: 36px;
  font-weight: 700;
  color: var(--color-black);
  margin-bottom: 32px;
}

.laxmi-advantage__title,
.laxmi-advantage__statement,
.laxmi-advantage__substatement {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.laxmi-advantage__body {
  font-size: 16px;
  color: var(--color-text);
  line-height: 1.7;
  margin-bottom: 40px;
}

.laxmi-advantage__statement {
  font-size: 32px;
  font-weight: 700;
  color: var(--color-primary);
  line-height: 1.2;
  margin-bottom: 16px;
}

.laxmi-advantage__substatement {
  font-size: 18px;
  font-weight: 500;
  font-style: italic;
  color: var(--color-text-light);
  line-height: 1.6;
  margin-bottom: 40px;
}

/* Better Control Section */
.better-control {
  padding: 10px 0 0 0;
}

.better-control__tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 28px;
  padding: 0 var(--space-sm);
  background: #D1CDFF;
  border-radius: 30px;
  font-size: 15px;
  text-transform: capitalize;
  margin-bottom: var(--space-lg);
}

.better-control__title {
  font-size: 36px;
  line-height: 1.2;
  max-width: 510px;
  margin-bottom: var(--space-lg);
}

.better-control__text {
  font-size: 16px;
  line-height: 1.4;
  max-width: 510px;
  margin-bottom: 43px;
}

.better-control__chart {
  background: #ECF3F4;
  border-radius: 17px;
  padding: 63px;
  margin-bottom: 43px;
}

.better-control__chart img {
  width: 100%;
  max-width: 945px;
  margin: 0 auto;
}

.better-control__features {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  padding: 0 0 60px;
  border-bottom: 0.5px solid var(--color-border-light);
}

.better-control__feature {
  flex: 1 1 280px;
  max-width: 423px;
}

.better-control__feature-icon {
  width: 26px;
  height: 26px;
  margin-bottom: 15px;
}

.better-control__feature-title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: var(--space-sm);
  margin-top: var(--space-md);
}

.better-control__feature-text {
  font-size: 16px;
  line-height: 1.4;
}

/* Confident Section */
.confident-section {
  padding: 100px 0;
  text-align: center;
}

.confident-section__tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 28px;
  padding: 0 var(--space-sm);
  background: #FFF8CD;
  border-radius: 30px;
  font-size: 15px;
  text-transform: capitalize;
  margin-bottom: var(--space-md);
}

.confident-section__title {
  font-size: 36px;
  line-height: 1.2;
  max-width: 692px;
  margin: 0 auto var(--space-md);
}

.confident-section__text {
  font-size: 16px;
  line-height: 1.4;
  max-width: 692px;
  margin: 0 auto var(--space-lg);
}

.confident-section__pub-link {
  text-align: center;
  margin: var(--space-xl) auto var(--space-2xl);
}

.confident-section__pub-link-anchor {
  font-size: 16px;
  color: var(--color-primary);
  text-decoration: underline;
  font-weight: 600;
}

.confident-section__pub-link-anchor:hover {
  text-decoration: none;
}

.confident-section__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 23px;
}

.confident-section__card {
  background: var(--color-primary-bg);
  border-radius: var(--radius-md);
  padding: 30px;
  text-align: left;
}

.confident-section__card-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 33px;
  padding: 0 var(--space-sm);
  background: var(--color-primary-lighter);
  border-radius: 31px;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 18px;
}

.confident-section__card-text {
  font-size: 16px;
  line-height: 1.4;
}

.confident-section__card-list {
  margin-top: var(--space-md);
}

.confident-section__card-item {
  display: flex;
  align-items: flex-start;
  gap: var(--space-sm);
  margin-bottom: 7px;
}

.confident-section__card-item svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  margin-top: 4px;
}

.confident-section__card-item span {
  font-size: 16px;
  font-weight: 600;
}

/* Tech Tau + Clinical Data Section */
.tech-tau-section {
  padding: 60px 0 60px;
}

.tech-tau-section--last {
  padding-bottom: 10px;
}

.tech-tau {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  margin-bottom: 100px;
}

.tech-tau__text {
  min-width: 0;
}

.tech-tau__title {
  font-size: 36px;
  line-height: 1.2;
  margin-bottom: var(--space-lg);
}

.tech-tau__text p {
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: var(--space-sm);
}

.tech-tau__footnote {
  margin-top: var(--space-md);
  margin-bottom: 0;
  font-size: 15px;
  color: var(--color-text-light);
}

.tech-tau__link {
  color: var(--color-primary);
  text-decoration: underline;
}

.tech-tau__link:hover {
  text-decoration: none;
}

.tech-tau__chart-wrap {
  min-width: 0;
}

.tech-tau__chart-img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: var(--radius-md);
}

/* Block 2: Clinical data (image uses how-it-works__image layout) */
.tech-clinical {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}

.tech-clinical .how-it-works__image {
  min-width: 0;
}

.tech-clinical__overlay {
  justify-content: center;
  gap: 0;
}

.tech-clinical__quote {
  font-size: 15px;
  line-height: 1.4;
  margin: 0;
  font-style: italic;
  color: var(--color-text);
  text-align: center;
}

.tech-clinical__content {
  min-width: 0;
}

.tech-clinical__title {
  font-size: 36px;
  line-height: 1.2;
  margin-bottom: var(--space-lg);
}

.tech-clinical__intro {
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: var(--space-xl);
}

.tech-clinical__accordions {
  border-radius: var(--radius-sm);
}

.tech-clinical__accordion {
  border-top: 1px solid var(--color-border-neutral);
  border-bottom: 1px solid var(--color-border-neutral);
}

.tech-clinical__accordion[open] {
  border-top-color: var(--color-primary);
  border-bottom: 2px solid var(--color-primary);
}

.tech-clinical__accordion:first-child {
  border-top: 1px solid var(--color-border-neutral);
}

.tech-clinical__accordion:first-child[open] {
  border-top: 1px solid var(--color-primary);
}

.tech-clinical__accordion-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  padding: 18px 20px;
  font-size: 16px;
  font-weight: 500;
  color: var(--color-black);
  background: transparent;
  cursor: pointer;
  list-style: none;
  text-align: left;
  transition: color var(--transition-fast);
}

.tech-clinical__accordion-head:hover {
  color: var(--color-primary);
}

.tech-clinical__accordion-head::-webkit-details-marker {
  display: none;
}

.tech-clinical__accordion-icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  position: relative;
}

.tech-clinical__accordion-icon::before,
.tech-clinical__accordion-icon::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  background: var(--color-primary);
  transition: transform var(--transition-fast), background var(--transition-fast);
}

.tech-clinical__accordion[open] .tech-clinical__accordion-icon::before,
.tech-clinical__accordion[open] .tech-clinical__accordion-icon::after {
  background: var(--color-black);
}

.tech-clinical__accordion-head:hover .tech-clinical__accordion-icon::before,
.tech-clinical__accordion-head:hover .tech-clinical__accordion-icon::after {
  background: var(--color-primary);
}

.tech-clinical__accordion-icon::before {
  width: 12px;
  height: 2px;
  margin-left: -6px;
  margin-top: -1px;
}

.tech-clinical__accordion-icon::after {
  width: 2px;
  height: 12px;
  margin-left: -1px;
  margin-top: -6px;
}

.tech-clinical__accordion[open] .tech-clinical__accordion-icon::after {
  transform: scaleY(0);
}

.tech-clinical__accordion-body {
  padding: 0 20px 18px;
}

.tech-clinical__accordion-body p {
  font-size: 16px;
  line-height: 1.4;
  margin: 0 0 8px;
}

.tech-clinical__accordion-body p:last-child {
  margin-bottom: 0;
}

.tech-clinical__link {
  color: var(--color-primary);
  text-decoration: underline;
}

.tech-clinical__link:hover {
  text-decoration: none;
}

/* ============================================
   TEAM PAGE
   ============================================ */
.team-hero {
  background: var(--color-bg-light);
  padding: 115px 0 60px;
  text-align: center;
}

.team-hero__title {
  font-size: 36px;
  line-height: 1.2;
  max-width: 610px;
  margin: 0 auto var(--space-lg);
  text-transform: capitalize;
}

.team-hero__text {
  font-size: 16px;
  max-width: 626px;
  margin: 0 auto;
  color: #464646;
}

.team-section {
  background: var(--color-bg-light);
  padding: 40px 0;
}

.team-section__label {
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: var(--space-lg);
}

.team-section__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: flex-end;
  margin-top: var(--space-md);
}

.team-section__grid--three-col {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.team-card {
  width: 250px;
  flex: 0 0 250px;
}

.team-card__image {
  width: 100%;
  height: 293px;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: var(--space-md);
  position: relative;
}

.team-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.team-card__overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(101, 93, 198, 0.8);
  backdrop-filter: blur(11.6px);
  padding: 18px 20px;
  color: var(--color-white);
  font-size: 14px;
  line-height: 1.4;
}

.team-card__name {
  font-size: 16px;
  font-weight: 500;
  color: var(--color-black);
  margin-bottom: var(--space-xs);
}

.team-card__role {
  font-size: 15px;
  color: var(--color-text);
}

.team-divider {
  height: 0.5px;
  background: #B6B6B6;
  margin: 47px 0px;
}

/* Career Section */
.career-section {
  background: var(--color-bg-light);
  padding: 60px 0 100px;
  scroll-margin-top: 100px;
}

.career-section__header {
  text-align: center;
  margin-bottom: 28px;
}

.career-section__title {
  font-size: 36px;
  margin-bottom: var(--space-lg);
}

.career-section__text {
  font-size: 16px;
}

.career-section__card {
  background: linear-gradient(to right, #DFDCFF, #F8F8F8);
  border-radius: var(--radius-md);
  padding: 74px 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.career-section__card-content {
  max-width: 490px;
}

.career-section__card-title {
  font-size: 34px;
  margin-bottom: 10px;
}

.career-section__card-text {
  font-size: 16px;
  line-height: 1.4;
}

/* Where We Work Section */
.locations-section {
  background: var(--color-bg-light);
  padding: 60px 0 100px;
}

.locations-section__title {
  font-size: 36px;
  text-align: center;
  margin-bottom: 43px;
}

.locations-section__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 54px;
}

.location-card {
  text-align: center;
}

.location-card__image {
  height: 453px;
  border-radius: var(--radius-md);
  overflow: hidden;
  margin-bottom: 25px;
}

.location-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.location-card__name {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 11px;
}

.location-card__address {
  font-size: 16px;
  color: var(--color-text-light);
  line-height: 1.26;
}

/* ============================================
   RESPONSIVE STYLES
   ============================================ */

/* Large screens (1280px and below) */
@media (max-width: 1280px) {
  :root {
    --container-padding: 60px;
  }
  
  .header {
    padding: 0 48px;
  }
  
  .hero__content {
    padding: 180px 48px 60px;
  }
  
  .hero__title {
    font-size: 56px;
  }
  
  .hero__mission {
    padding: 30px 40px;
  }
  
  .footer__nav {
    gap: 60px;
  }
}

/* Tablet Landscape (1024px and below) */
@media (max-width: 1024px) {
  :root {
    --container-padding: 48px;
  }
  
  .header {
    padding: 0 40px;
  }
  
  .hero__content {
    padding: 160px 40px 50px;
  }
  
  .hero__title {
    font-size: 48px;
  }
  
  .product__grid {
    grid-template-columns: 1fr;
  }
  
  .how-it-works__container {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .tir-callout__stats {
    flex-direction: column;
    gap: 32px;
  }

  .tir-callout__divider-line {
    width: 80px;
    height: 1px;
    margin: 0;
  }

  .tir-callout__stat-number {
    font-size: 48px;
  }
  
  .contact__container {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  
  .page-header__container {
    gap: 32px;
  }
  
  .tech-lag__container {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  
  
  .dermal-section__pills {
    display: none;
  }

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

  .tech-tau {
    grid-template-columns: 1fr;
    gap: 40px;
    margin-bottom: 60px;
  }

  .tech-clinical {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .tech-clinical .how-it-works__image {
    order: 2;
  }

  .tech-clinical__content {
    order: 1;
  }

  .locations-section__grid {
    grid-template-columns: 1fr;
  }
  
  .about__container {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  
  .about__image {
    order: -1;
    max-height: 500px;
  }
}

/* Tablet Portrait (768px and below) */
@media (max-width: 768px) {
  :root {
    --container-padding: 32px;
  }
  
  .page-header__container {
    justify-content: center;
  }
  
  .page-header__content {
    flex: 1 1 100%;
    max-width: 100%;
  }
  
  .page-header__image {
    flex: 1 1 100%;
    max-width: 100%;
    min-width: 0;
  }
  
  .dermal-section__container {
    flex-direction: column;
    gap: 40px;
  }
  
  .dermal-section__container > div:first-child {
    max-width: none;
    min-width: 0;
  }
  
  .dermal-section__container > .dermal-section__diagram-wrap {
    min-width: 0;
    width: 100%;
    flex: 0 0 auto; /* don't grow in column layout; height = content */
  }
  
  h1, .hero__title {
    font-size: 36px;
  }
  
  h2, .about__title, .product__title, .tir-section__title,
  .contact__title, .page-header__title, .dermal-section__title,
  .better-control__title,
  .confident-section__title, .tech-tau__title, .tech-clinical__title,
  .team-hero__title, .career-section__title, .locations-section__title {
    font-size: 28px;
  }
  
  h3, .how-it-works__title, .tech-lag__title {
    font-size: 22px;
  }
  
  .header {
    padding: 0 24px;
  }
  
  .header__nav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
    background: var(--color-white);
    z-index: 999;
    padding: 80px 24px 40px;
  }
  
  .header__nav--open {
    display: flex;
  }
  
  .header__nav--open .header__nav-link {
    color: var(--color-black);
    font-size: 20px;
    padding: 8px 0;
  }
  
  .header__nav--open .header__cta {
    display: inline-flex;
    margin-top: 16px;
  }
  
  .header__menu-toggle {
    display: flex;
    position: relative;
    z-index: 1001;
    background: none;
    border: none;
    cursor: pointer;
  }
  
  .header__menu-toggle--open span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }
  
  .header__menu-toggle--open span:nth-child(2) {
    opacity: 0;
  }
  
  .header__menu-toggle--open span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }
  
  .header--menu-open {
    background: var(--color-white);
  }
  
  .header--menu-open .header__nav-link {
    color: var(--color-black);
  }
  
  .header--menu-open .header__menu-toggle {
    color: var(--color-black);
  }
  
  body.menu-open {
    overflow: hidden;
  }
  
  .header__cta {
    display: none;
  }
  
  .hero__content {
    padding: 120px 24px 40px;
  }
  
  .hero__bottom {
    grid-template-columns: 1fr;
  }
  
  
  .about__image {
    max-height: 350px;
  }
  
  .product__card--gradient {
    padding: 40px 24px;
  }
  
  .contact__form-row {
    grid-template-columns: 1fr;
  }
  
  .footer__top {
    flex-direction: column;
    gap: 40px;
  }
  
  .footer__nav {
    flex-direction: column;
    gap: 30px;
  }
  
  .footer__nav-column h4 {
    margin-bottom: 20px;
  }
  
  .footer__nav-column ul {
    gap: 15px;
  }
  
  .better-control__features {
    justify-content: center;
  }
  
  .confident-section__cards {
    grid-template-columns: 1fr;
  }
  
  .career-section__card {
    flex-direction: column;
    gap: 30px;
    text-align: center;
    padding: 40px 24px;
  }

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


/* Mobile (480px and below) */
@media (max-width: 480px) {
  
  :root {
    --space-lg: 16px;
    --space-xl: 24px;
    --space-2xl: 32px;
    --space-3xl: 48px;
    --space-4xl: 60px;
    --container-padding: 20px;
  }
  
  .tech-lag__effects {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .team-section__grid--three-col {
    grid-template-columns: 1fr;
    justify-items: center;
  }
  
  .header {
    padding: 0 16px;
  }
  
  .hero__content {
    padding: 100px 16px 32px;
  }
  
  .hero__title {
    font-size: 28px;
  }
  
  .hero__subtitle {
    font-size: 15px;
  }
  
  h2, .about__title, .product__title, .tir-section__title,
  .contact__title, .page-header__title, .dermal-section__title,
  .better-control__title,
  .confident-section__title, .tech-tau__title, .tech-clinical__title,
  .team-hero__title, .career-section__title, .locations-section__title {
    font-size: 24px;
  }
  
  h3, .how-it-works__title, .tech-lag__title {
    font-size: 20px;
  }
  
  .btn {
    height: 44px;
    font-size: 14px;
    padding: 0 20px;
  }
  
  .how-it-works__overlay {
    flex-direction: column;
    gap: 16px;
    left: 16px;
    right: 16px;
    bottom: 16px;
    padding: 16px;
  }
  
  .team-card {
    width: 100%;
    flex: 1 1 100%;
    max-width: 300px;
  }
  
  .contact__form-wrapper {
    padding: 24px 16px;
  }
  
  .contact__form-footer {
    flex-direction: column;
    gap: 16px;
    align-items: stretch;
  }
  
  .contact__form-footer .btn {
    width: 100%;
    justify-content: center;
  }
  
  .footer__brand {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  
  .footer__divider {
    display: none;
  }

  .dermal-section__container > .dermal-section__diagram-wrap {
    min-width: 0;
    flex: 0 0 auto;
  }
  
}

/* SVG Icon Styles */
.icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.icon img {
  width: 100%;
  height: 100%;
}

/* Inline SVG icons */
.icon svg {
  width: 100%;
  height: 100%;
  display: block;
  flex-shrink: 0;
}

/* Icon sizes */
.icon--xs {
  width: 12px;
  height: 12px;
}

.icon--sm {
  width: 16px;
  height: 16px;
}

.icon--md {
  width: 20px;
  height: 20px;
}

.icon--lg {
  width: 24px;
  height: 24px;
}

.icon--xl {
  width: 26px;
  height: 26px;
}

.icon--2xl {
  width: 33px;
  height: 33px;
}

.icon--3xl {
  width: 34px;
  height: 34px;
}

.icon--4xl {
  width: 37px;
  height: 37px;
}

/* Icon color modifiers */
.icon--primary {
  color: var(--color-primary);
}

.icon--white {
  color: var(--color-white);
}

.icon--black {
  color: var(--color-black);
}

.icon--danger {
  color: #E74C3C;
}

.icon--success {
  color: #22C55E;
}

/* Mask-based icons (for external SVGs that need CSS color control) */
.icon--mask {
  background-color: currentColor;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}

/* Icon mask definitions */
.icon--arrow-diagonal { -webkit-mask-image: url('../images/icons/arrow-diagonal.svg'); mask-image: url('../images/icons/arrow-diagonal.svg'); }
.icon--arrow-right-line { -webkit-mask-image: url('../images/icons/arrow-right-line.svg'); mask-image: url('../images/icons/arrow-right-line.svg'); }
.icon--checkmark-circle-filled { -webkit-mask-image: url('../images/icons/checkmark-circle-filled.svg'); mask-image: url('../images/icons/checkmark-circle-filled.svg'); }
.icon--checkmark-circle-stroke { -webkit-mask-image: url('../images/icons/checkmark-circle-stroke.svg'); mask-image: url('../images/icons/checkmark-circle-stroke.svg'); }
.icon--checkmark-simple { -webkit-mask-image: url('../images/icons/checkmark-simple.svg'); mask-image: url('../images/icons/checkmark-simple.svg'); }
.icon--sensor-measurement { -webkit-mask-image: url('../images/icons/sensor-measurement.svg'); mask-image: url('../images/icons/sensor-measurement.svg'); }
.icon--data-transmission { -webkit-mask-image: url('../images/icons/data-transmission.svg'); mask-image: url('../images/icons/data-transmission.svg'); }
.icon--display-analysis { -webkit-mask-image: url('../images/icons/display-analysis.svg'); mask-image: url('../images/icons/display-analysis.svg'); }
.icon--gox-molecule { -webkit-mask-image: url('../images/icons/gox-molecule.svg'); mask-image: url('../images/icons/gox-molecule.svg'); }
.icon--dermal-layers { -webkit-mask-image: url('../images/icons/dermal-layers.svg'); mask-image: url('../images/icons/dermal-layers.svg'); }
.icon--arm-wear { -webkit-mask-image: url('../images/icons/arm-wear.svg'); mask-image: url('../images/icons/arm-wear.svg'); }
.icon--minute-sampling { -webkit-mask-image: url('../images/icons/minute-sampling.svg'); mask-image: url('../images/icons/minute-sampling.svg'); }
.icon--single-sensor { -webkit-mask-image: url('../images/icons/single-sensor.svg'); mask-image: url('../images/icons/single-sensor.svg'); }
.icon--bluetooth-app { -webkit-mask-image: url('../images/icons/bluetooth-app.svg'); mask-image: url('../images/icons/bluetooth-app.svg'); }
.icon--location-pin { -webkit-mask-image: url('../images/icons/location-pin.svg'); mask-image: url('../images/icons/location-pin.svg'); }
.icon--transmission-bolt { -webkit-mask-image: url('../images/icons/transmission-bolt.svg'); mask-image: url('../images/icons/transmission-bolt.svg'); }
.icon--red-dot-circle { -webkit-mask-image: url('../images/icons/red-dot-circle.svg'); mask-image: url('../images/icons/red-dot-circle.svg'); }
.icon--check-circle-filled { -webkit-mask-image: url('../images/icons/checkmark-circle-filled.svg'); mask-image: url('../images/icons/checkmark-circle-filled.svg'); }

/* Utility Classes */
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.mobile-only {
  display: none;
}

@media (max-width: 768px) {
  .mobile-only {
    display: block;
  }
  
  .desktop-only {
    display: none;
  }
}

/* ============================================
   PAGE-SPECIFIC & INLINE-STYLE MIGRATIONS
   ============================================ */

/* Team page body background */
body.page--team {
  background: var(--color-bg-light);
}

/* How it works: second section no top padding */
.how-it-works--no-padding-top {
  padding-top: 0;
}

.how-it-works__intro {
  color: var(--color-text);
  font-size: 16px;
  margin-bottom: 32px;
}

.how-it-works__benefits-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.how-it-works__benefits-title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 16px;
}

.how-it-works__benefits-list .about__benefit {
  margin-bottom: 8px;
}

.how-it-works__benefits-list .about__benefit:last-child {
  margin-bottom: 0;
}

.how-it-works__benefits-text {
  font-size: 14px;
}

.confident-section__card-text--spaced {
  margin-top: 14px;
}

.career-section__btn {
  height: 54px;
  font-size: 18px;
}

.product__title-break {
  display: block;
}

@media (max-width: 480px) {
  .product__title {
    width: 100%;
  }

  .better-control__chart {
    padding: 16px;
  }
}
