﻿* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

h2, h3, h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 1.25;
}

h2 {
  font-size: calc(1.325rem + .9vw);
}

h3 {
  font-size: calc(1.3rem + .6vw);
}

h5 {
  font-size: 1.25rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

a {
  text-decoration: none;
  display: inline-block;
  transition: color .15s ease-in-out, opacity .15s ease-in-out;
}

a:hover {
  opacity: .7;
}

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

button {
  cursor: pointer;
}

input, button, select, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

.display-3 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 700;
  line-height: 1.1;
}

.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 700;
  line-height: 1.1;
}

.container {
  width: 100%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -0.75rem;
  margin-left: -0.75rem;
}

.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.form-label {
  margin-bottom: .5rem;
  display: inline-block;
}

.form-control {
  display: block;
  width: 100%;
  padding: .825rem 1.1875rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.2;
  background-color: transparent;
  border-radius: .625rem;
}

.form-control:focus {
  outline: 0;
}

.form-select {
  display: block;
  width: 100%;
  padding: .825rem 3.5625rem .825rem 1.1875rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.2;
  background-color: transparent;
  border-radius: .625rem;
  appearance: none;
}

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 0;
  margin-bottom: 0;
}

.form-check-input {
  width: 1.5rem;
  height: 1.5rem;
  margin-top: 0;
  margin-right: .5rem;
  vertical-align: top;
  background-color: transparent;
  appearance: none;
}

.form-check-label {
  cursor: pointer;
}

.btn {
  display: inline-block;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  cursor: pointer;
  user-select: none;
  border: 1px solid transparent;
  padding: .825rem 1.1875rem;
  font-size: 1.125rem;
  border-radius: .625rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

.nav-link {
  display: block;
  padding: .5rem 1rem;
  transition: color .15s ease-in-out;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.navbar > .container {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  padding-top: .40625rem;
  padding-bottom: .40625rem;
  margin-right: 1rem;
  font-size: 1.125rem;
  white-space: nowrap;
  font-weight: 700;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: .25rem .75rem;
  font-size: 1.125rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: .625rem;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.collapse:not(.show) {
  display: none;
}

.d-flex {
  display: flex !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.w-100 {
  width: 100% !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.align-items-center {
  align-items: center !important;
}
.mt-4 {
  margin-top: 1rem !important;
}
.mt-6 {
  margin-top: 1.5rem !important;
}
.mt-8 {
  margin-top: 2rem !important;
}
.mt-12 {
  margin-top: 3rem !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-2 {
  margin-bottom: .5rem !important;
}
.mb-4 {
  margin-bottom: 1rem !important;
}
.mb-5 {
  margin-bottom: 1.25rem !important;
}
.mb-6 {
  margin-bottom: 1.5rem !important;
}
.mb-8 {
  margin-bottom: 2rem !important;
}
.mb-12 {
  margin-bottom: 3rem !important;
}
.ms-auto {
  margin-left: auto !important;
}
.me-4 {
  margin-right: 1rem !important;
}
.p-6 {
  padding: 1.5rem !important;
}
.p-8 {
  padding: 2rem !important;
}
.py-3 {
  padding-top: .75rem !important;
  padding-bottom: .75rem !important;
}
.py-8 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}
.py-10 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}
.ps-9 {
  padding-left: 2.25rem !important;
}
.ps-12 {
  padding-left: 3rem !important;
}
.fs-1 {
  font-size: 1.5rem !important;
}
.fs-2 {
  font-size: 1.375rem !important;
}
.fs-3 {
  font-size: 1.25rem !important;
}
.fs-4 {
  font-size: 1.125rem !important;
}
.fw-bold {
  font-weight: 700 !important;
}
.text-center {
  text-align: center !important;
}
.text-decoration-none {
  text-decoration: none !important;
}
.rounded-2 {
  border-radius: .625rem !important;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .me-md-4 {
    margin-right: 1rem !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .p-md-8 {
    padding: 2rem !important;
  }
  .p-md-12 {
    padding: 3rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-12 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-20 {
    margin-bottom: 5rem !important;
  }
  .py-lg-15 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }
  .py-lg-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  h2 {
    font-size: 2rem;
  }
  h3 {
    font-size: 1.75rem;
  }
  .display-3 {
    font-size: 4.5rem;
  }
  .display-5 {
    font-size: 3rem;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
}


:root {
  --primary-color: #3a7ca5;
  --secondary-color: #d9e6f2;
  --accent-color: #f25c54;
  --text-color: #2d3e50;
  --bg-color: #f9f9f9;
  --bg-secondary: #e9ecef;
}

body {
  font-family: 'Lato', sans-serif;
  color: var(--text-color);
  background-color: var(--bg-color);
}

.bg-bg-2 {
  background-color: var(--bg-secondary);
}

.bg-bg-3 {
  background-color: var(--bg-color);
}

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

.btn-action-1:hover {
  background-color: #2c6183;
  border-color: #2c6183;
  color: white;
  opacity: 1;
}

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


.form-control, .form-select {
  border: 1px solid #ced4da;
  background-color: white;
}

.form-control:focus, .form-select:focus {
  border-color: var(--primary-color);
  box-shadow: 0 0 0 0.25rem rgba(58, 124, 165, 0.25);
}

.form-check-input:checked {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

.navbar-nav .nav-link {
  color: var(--text-color);
  font-weight: 500;
}

.navbar-nav .nav-link:hover {
  color: var(--primary-color);
}

.navbar-toggler {
  border-color: transparent;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.gradient-bg {
  background: linear-gradient(135deg, var(--primary-color) 0%, #2c6183 100%);
}

.bi {
  vertical-align: middle;
}

a {
  color: var(--primary-color);
  transition: color 0.3s, opacity 0.3s;
}

a:hover {
  color: #2c6183;
}

.decorated-border {
  position: relative;
}

.decorated-border::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background-color: var(--accent-color);
  border-radius: 3px;
}

@media (max-width: 576px) {
  .navbar-brand {
    font-size: 1.5rem !important;
  }
  
  .display-5 {
    font-size: calc(1.2rem + 1.5vw) !important;
  }
  
  .py-10 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
}











* {
box-sizing: border-box;
margin: 0;
padding: 0;
}

body {
font-family: 'Exo 2', sans-serif;
background: #0a0e17;
color: #e0e6ed;
line-height: 1.7;
font-size: 17px;
overflow-x: hidden;
}

h1, h2, h3, h5 {
font-family: 'Orbitron', sans-serif;
font-weight: 700;
line-height: 1.3;
margin: 0;
}

h1 {
font-size: 3.2rem;
}

h2 {
font-size: 2.6rem;
}

h3 {
font-size: 2rem;
}

h5 {
font-size: 1.3rem;
}

p {
margin: 0 0 1.2rem 0;
}

a {
text-decoration: none;
color: #00d4ff;
transition: all 0.35s ease;
display: inline-block;
}

a:hover {
color: #a855f7;
transform: translateY(-2px);
}

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

button, input, select, textarea {
font-family: inherit;
}

.container-main {
max-width: 1280px;
margin: 0 auto;
padding: 0 2.5rem;
width: 100%;
}

.container-fluid {
width: 100%;
padding: 0 2.5rem;
}

.hero-fractal {
min-height: 95vh;
background-size: cover;
background-position: center;
background-attachment: fixed;
position: relative;
display: flex;
align-items: center;
justify-content: center;
overflow: hidden;
}

.overlay-fractal {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: linear-gradient(135deg, rgba(10,14,23,0.85) 0%, rgba(31,10,45,0.75) 100%);
z-index: 1;
}

.overlay-fractal::before {
content: '';
position: absolute;
width: 200%;
height: 200%;
background: 
repeating-linear-gradient(0deg, transparent, transparent 2px, rgba(0,212,255,0.03) 2px, rgba(0,212,255,0.03) 4px),
repeating-linear-gradient(90deg, transparent, transparent 2px, rgba(168,85,247,0.03) 2px, rgba(168,85,247,0.03) 4px);
animation: grid-shift 20s linear infinite;
}

@keyframes grid-shift {
0% { transform: translate(0, 0); }
100% { transform: translate(50px, 50px); }
}

.hero-content-wrapper {
position: relative;
z-index: 2;
text-align: center;
max-width: 920px;
}

.fractal-logo-symbol {
margin-bottom: 2rem;
}

.fractal-icon {
font-size: 5.5rem;
color: #00d4ff;
display: block;
margin-bottom: 1rem;
animation: pulse-glow 3s ease-in-out infinite;
text-shadow: 0 0 30px rgba(0,212,255,0.6);
}

@keyframes pulse-glow {
0%, 100% { opacity: 1; text-shadow: 0 0 30px rgba(0,212,255,0.6); }
50% { opacity: 0.7; text-shadow: 0 0 50px rgba(0,212,255,0.9); }
}

.brand-title {
font-size: 2.8rem;
font-weight: 900;
letter-spacing: 0.3em;
color: #ffffff;
text-transform: uppercase;
}

.hero-main-title {
font-size: 4rem;
margin-bottom: 1.8rem;
background: linear-gradient(135deg, #00d4ff 0%, #a855f7 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
font-weight: 900;
}

.hero-description {
font-size: 1.4rem;
color: #b8c5d6;
margin-bottom: 2.8rem;
line-height: 1.8;
font-weight: 300;
}

.cta-primary-btn {
background: linear-gradient(135deg, #00d4ff 0%, #0099cc 100%);
color: #0a0e17;
padding: 1.1rem 2.8rem;
font-size: 1.15rem;
font-weight: 700;
border-radius: 8px;
border: none;
cursor: pointer;
transition: all 0.3s ease;
text-transform: uppercase;
letter-spacing: 0.08em;
box-shadow: 0 10px 30px rgba(0,212,255,0.3);
}

.cta-primary-btn:hover {
transform: translateY(-3px);
box-shadow: 0 15px 40px rgba(0,212,255,0.5);
background: linear-gradient(135deg, #0099cc 0%, #00d4ff 100%);
color: #ffffff;
}

.section-dark-clinical {
padding: 6rem 0;
background: #0f1419;
position: relative;
}

.pattern-bg::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-image: 
radial-gradient(circle at 20% 50%, rgba(0,212,255,0.05) 0%, transparent 50%),
radial-gradient(circle at 80% 80%, rgba(168,85,247,0.05) 0%, transparent 50%);
pointer-events: none;
}

.content-centered-wide {
max-width: 880px;
margin: 0 auto;
text-align: center;
position: relative;
z-index: 1;
}

.section-label {
font-size: 1.1rem;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.15em;
margin-bottom: 1.5rem;
display: inline-block;
}

.neon-text {
color: #00d4ff;
text-shadow: 0 0 20px rgba(0,212,255,0.5);
}

.section-heading-xl {
font-size: 3.2rem;
margin-bottom: 2rem;
color: #ffffff;
}

.section-description-lg {
font-size: 1.25rem;
line-height: 1.9;
color: #9ca9ba;
}

.clinical-anatomy-section {
padding: 7rem 0;
background: #13171f;
position: relative;
overflow: hidden;
}

.recursive-grid::after {
content: '';
position: absolute;
top: 0;
right: 0;
width: 40%;
height: 100%;
background: repeating-linear-gradient(45deg, transparent, transparent 35px, rgba(0,212,255,0.02) 35px, rgba(0,212,255,0.02) 70px);
pointer-events: none;
}

.split-layout-reverse {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 5rem;
align-items: center;
position: relative;
z-index: 1;
}

.col-content-primary {
order: 2;
}

.col-visual-secondary {
order: 1;
}

.img-clinical {
width: 100%;
border-radius: 12px;
margin-bottom: 2.5rem;
box-shadow: 0 20px 60px rgba(0,0,0,0.4);
border: 1px solid rgba(0,212,255,0.1);
}

.heading-anatomical {
font-size: 2.8rem;
margin-bottom: 1.8rem;
color: #ffffff;
}

.text-clinical-body {
font-size: 1.1rem;
line-height: 1.85;
color: #9ca9ba;
}

.stats-clinical-block {
display: flex;
flex-direction: column;
gap: 2.5rem;
}

.stat-item-anatomical {
background: rgba(0,212,255,0.03);
padding: 2rem;
border-radius: 10px;
border: 1px solid rgba(0,212,255,0.1);
transition: all 0.3s ease;
}

.stat-item-anatomical:hover {
background: rgba(0,212,255,0.06);
border-color: rgba(0,212,255,0.3);
transform: translateX(8px);
}

.stat-number-neon {
font-size: 3.5rem;
color: #00d4ff;
margin-bottom: 1rem;
font-family: 'Orbitron', sans-serif;
text-shadow: 0 0 25px rgba(0,212,255,0.6);
}

.stat-label-text {
font-size: 1.3rem;
margin-bottom: 0.8rem;
color: #ffffff;
}

.stat-description-small {
font-size: 1rem;
color: #7a8796;
line-height: 1.6;
margin: 0;
}

.vault-infinity-display {
padding: 6.5rem 0;
}

.bg-deep-void {
background: linear-gradient(180deg, #0a0e17 0%, #1a0f2e 100%);
}

.header-centered-anatomy {
text-align: center;
max-width: 800px;
margin: 0 auto 4.5rem;
}

.heading-vault-style {
font-size: 3rem;
margin-bottom: 1.5rem;
color: #ffffff;
}

.subheading-clinical-text {
font-size: 1.2rem;
color: #9ca9ba;
line-height: 1.8;
}

.grid-case-anatomical {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 3rem;
}

.case-card-clinical {
background: rgba(0,212,255,0.02);
border: 1px solid rgba(0,212,255,0.08);
border-radius: 12px;
overflow: hidden;
transition: all 0.4s ease;
}

.case-card-clinical:hover {
transform: translateY(-8px);
border-color: rgba(0,212,255,0.3);
box-shadow: 0 20px 50px rgba(0,212,255,0.15);
}

.case-visual-wrapper {
width: 100%;
height: 280px;
overflow: hidden;
}

.img-case-study {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.4s ease;
}

.case-card-clinical:hover .img-case-study {
transform: scale(1.08);
}

.case-content-block {
padding: 2rem;
}

.case-title-neon {
font-size: 1.35rem;
color: #00d4ff;
margin-bottom: 1rem;
}

.case-metrics-text {
font-size: 1rem;
color: #7a8796;
margin: 0;
}

.library-cycles-section {
padding: 6.5rem 0;
background: #0f1419;
position: relative;
}

.pattern-overlay::before {
content: '';
position: absolute;
width: 100%;
height: 100%;
background-image: radial-gradient(circle at 1px 1px, rgba(168,85,247,0.08) 1px, transparent 1px);
background-size: 40px 40px;
pointer-events: none;
}

.two-column-anatomy-layout {
display: grid;
grid-template-columns: 1.2fr 0.8fr;
gap: 5rem;
align-items: center;
position: relative;
z-index: 1;
}


.label-neon-accent {
color: #a855f7;
font-size: 1.05rem;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.12em;
margin-bottom: 1.5rem;
display: block;
text-shadow: 0 0 20px rgba(168,85,247,0.5);
}

.heading-library-cycles {
font-size: 3rem;
margin-bottom: 2rem;
color: #ffffff;
}

.body-text-clinical-lg {
font-size: 1.15rem;
line-height: 1.85;
color: #9ca9ba;
}

.column-metrics-secondary {
display: flex;
flex-direction: column;
gap: 2.5rem;
}

.metric-block-vertical {
background: rgba(168,85,247,0.05);
padding: 2.5rem;
border-radius: 10px;
border: 1px solid rgba(168,85,247,0.15);
text-align: center;
transition: all 0.3s ease;
}

.metric-block-vertical:hover {
background: rgba(168,85,247,0.1);
transform: scale(1.05);
}

.metric-value-electric {
font-size: 4rem;
color: #a855f7;
font-family: 'Orbitron', sans-serif;
margin-bottom: 1rem;
text-shadow: 0 0 30px rgba(168,85,247,0.6);
}

.metric-label-text {
font-size: 1.1rem;
color: #b8c5d6;
margin: 0;
}

.zoom-interface-section {
padding: 7rem 0;
}

.bg-clinical-dark {
background: #0a0e17;
}

.centered-content-block-xl {
max-width: 900px;
margin: 0 auto 4rem;
text-align: center;
}

.heading-zoom-system {
font-size: 3.2rem;
margin-bottom: 2rem;
color: #ffffff;
}

.description-zoom-interface {
font-size: 1.2rem;
line-height: 1.9;
color: #9ca9ba;
}

.visual-zoom-demonstration {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 2rem;
margin-top: 4rem;
}

.zoom-level-macro,
.zoom-level-meso,
.zoom-level-micro {
background: rgba(0,212,255,0.03);
padding: 2.5rem 1.8rem;
border-radius: 10px;
text-align: center;
transition: all 0.4s ease;
}

.pulse-neon-border {
border: 2px solid rgba(0,212,255,0.2);
}

.zoom-level-macro:hover,
.zoom-level-meso:hover,
.zoom-level-micro:hover {
transform: translateY(-10px);
background: rgba(0,212,255,0.08);
border-color: rgba(0,212,255,0.5);
}

.zoom-label {
font-size: 1.4rem;
color: #00d4ff;
margin-bottom: 1.2rem;
}

.zoom-description {
font-size: 1.05rem;
color: #7a8796;
line-height: 1.7;
margin: 0;
}

.planning-recursive-section {
padding: 6.5rem 0;
background: #13171f;
}

.anatomical-bg {
position: relative;
}

.anatomical-bg::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: radial-gradient(ellipse at 30% 50%, rgba(168,85,247,0.08) 0%, transparent 70%);
pointer-events: none;
}

.grid-planning-structure {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 5rem;
align-items: center;
position: relative;
z-index: 1;
}



.img-fluid-anatomical {
width: 100%;
border-radius: 12px;
box-shadow: 0 20px 60px rgba(0,0,0,0.5);
border: 1px solid rgba(168,85,247,0.15);
}



.planning-label-neon {
color: #a855f7;
font-size: 1.05rem;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.12em;
margin-bottom: 1.5rem;
display: block;
text-shadow: 0 0 20px rgba(168,85,247,0.5);
}

.planning-heading-main {
font-size: 3rem;
margin-bottom: 2rem;
color: #ffffff;
}

.planning-body-text {
font-size: 1.15rem;
line-height: 1.85;
color: #9ca9ba;
margin-bottom: 2.5rem;
}

.planning-features-list {
display: flex;
flex-direction: column;
gap: 2rem;
}

.feature-item-recursive {
display: flex;
gap: 1.5rem;
align-items: flex-start;
}

.feature-icon-electric {
font-size: 1.8rem;
color: #00d4ff;
flex-shrink: 0;
margin-top: 0.3rem;
}

.feature-text-block {
flex: 1;
}

.feature-title-small {
font-size: 1.2rem;
color: #ffffff;
margin-bottom: 0.6rem;
}

.feature-desc-text {
font-size: 1.05rem;
color: #7a8796;
line-height: 1.7;
margin: 0;
}

.pattern-matching-cta {
padding: 6rem 0;
text-align: center;
}

.bg-electric-void {
background: linear-gradient(135deg, #0a0e17 0%, #1e0a2e 50%, #0a0e17 100%);
}

.cta-content-anatomical {
max-width: 800px;
margin: 0 auto;
}

.cta-heading-neon {
font-size: 3.2rem;
margin-bottom: 2rem;
background: linear-gradient(135deg, #00d4ff 0%, #a855f7 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
}

.cta-description-clinical {
font-size: 1.25rem;
line-height: 1.85;
color: #9ca9ba;
margin-bottom: 3rem;
}

.btn-clinical-action {
background: linear-gradient(135deg, #a855f7 0%, #7c3aed 100%);
color: #ffffff;
padding: 1.1rem 2.8rem;
font-size: 1.15rem;
font-weight: 700;
border-radius: 8px;
cursor: pointer;
transition: all 0.3s ease;
text-transform: uppercase;
letter-spacing: 0.08em;
box-shadow: 0 10px 30px rgba(168,85,247,0.3);
}

.btn-clinical-action:hover {
transform: translateY(-3px);
box-shadow: 0 15px 40px rgba(168,85,247,0.5);
background: linear-gradient(135deg, #7c3aed 0%, #a855f7 100%);
}

.services-hero-compact {
padding: 5rem 0 3rem;
background: #0f1419;
text-align: center;
}

.services-hero-content {
max-width: 720px;
margin: 0 auto;
}

.services-label-neon {
color: #00d4ff;
font-size: 1.05rem;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.12em;
margin-bottom: 1.5rem;
display: inline-block;
text-shadow: 0 0 20px rgba(0,212,255,0.5);
}

.services-main-heading {
font-size: 3.5rem;
margin-bottom: 1.5rem;
color: #ffffff;
}

.services-intro-text {
font-size: 1.25rem;
color: #9ca9ba;
line-height: 1.8;
}

.pricing-grid-section {
padding: 6rem 0;
}

.bg-deep-clinical {
background: #0a0e17;
}

.pricing-cards-wrapper {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 2.5rem;
}

.pricing-card-item {
background: rgba(0,212,255,0.02);
border-radius: 12px;
padding: 2.5rem;
position: relative;
transition: all 0.4s ease;
}

.pulse-border-subtle {
border: 1px solid rgba(0,212,255,0.1);
}

.pulse-border-neon {
border: 2px solid rgba(0,212,255,0.3);
}

.pricing-card-item:hover {
transform: translateY(-10px);
border-color: rgba(0,212,255,0.5);
box-shadow: 0 25px 60px rgba(0,212,255,0.2);
}

.featured-pricing {
background: rgba(0,212,255,0.05);
border: 2px solid rgba(0,212,255,0.4);
}

.featured-badge-top {
position: absolute;
top: -15px;
left: 50%;
transform: translateX(-50%);
background: linear-gradient(135deg, #00d4ff 0%, #0099cc 100%);
color: #0a0e17;
padding: 0.5rem 1.5rem;
border-radius: 20px;
font-size: 0.9rem;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.08em;
}

.pricing-header-block {
text-align: center;
margin-bottom: 2.5rem;
padding-bottom: 2rem;
border-bottom: 1px solid rgba(0,212,255,0.1);
}

.pricing-plan-name {
font-size: 1.6rem;
color: #ffffff;
margin-bottom: 1.5rem;
}

.pricing-amount-display {
display: flex;
align-items: flex-start;
justify-content: center;
gap: 0.3rem;
}

.price-currency-symbol {
font-size: 1.8rem;
color: #00d4ff;
font-weight: 700;
margin-top: 0.8rem;
}

.price-number-large {
font-size: 4.5rem;
color: #00d4ff;
font-family: 'Orbitron', sans-serif;
font-weight: 900;
line-height: 1;
}

.pricing-period-text {
font-size: 1rem;
color: #7a8796;
margin-top: 0.8rem;
}

.pricing-features-list {
display: flex;
flex-direction: column;
gap: 1.2rem;
margin-bottom: 2.5rem;
}

.pricing-feature-item {
display: flex;
align-items: flex-start;
gap: 1rem;
}

.feature-check-mark {
color: #00d4ff;
font-size: 1.3rem;
flex-shrink: 0;
margin-top: 0.2rem;
}

.feature-text-pricing {
font-size: 1.05rem;
color: #b8c5d6;
line-height: 1.6;
margin: 0;
}

.btn-pricing-select {
width: 100%;
background: rgba(0,212,255,0.1);
border: 1px solid rgba(0,212,255,0.3);
color: #00d4ff;
padding: 1rem;
font-size: 1.1rem;
font-weight: 700;
border-radius: 8px;
text-align: center;
cursor: pointer;
transition: all 0.3s ease;
text-transform: uppercase;
letter-spacing: 0.08em;
}

.btn-pricing-select:hover {
background: rgba(0,212,255,0.2);
border-color: rgba(0,212,255,0.6);
transform: translateY(-2px);
}

.services-detailed-section {
padding: 6.5rem 0;
background: #13171f;
position: relative;
}

.anatomical-pattern-bg::before {
content: '';
position: absolute;
width: 100%;
height: 100%;
background-image: 
linear-gradient(90deg, rgba(0,212,255,0.03) 1px, transparent 1px),
linear-gradient(rgba(0,212,255,0.03) 1px, transparent 1px);
background-size: 80px 80px;
pointer-events: none;
}

.services-header-centered {
text-align: center;
max-width: 720px;
margin: 0 auto 4rem;
position: relative;
z-index: 1;
}

.services-section-heading {
font-size: 3rem;
color: #ffffff;
}

.services-detail-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 3rem;
position: relative;
z-index: 1;
}

.service-detail-card {
background: rgba(0,212,255,0.02);
border: 1px solid rgba(0,212,255,0.08);
border-radius: 12px;
overflow: hidden;
transition: all 0.4s ease;
}

.service-detail-card:hover {
transform: translateY(-8px);
border-color: rgba(0,212,255,0.3);
box-shadow: 0 20px 50px rgba(0,212,255,0.15);
}

.service-visual-block {
width: 100%;
height: 240px;
overflow: hidden;
}

.service-detail-img {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.4s ease;
}

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

.service-detail-title {
font-size: 1.35rem;
color: #00d4ff;
margin: 1.8rem 2rem 1rem;
}

.service-detail-description {
font-size: 1.05rem;
color: #9ca9ba;
line-height: 1.75;
padding: 0 2rem 2rem;
margin: 0;
}

.methodology-showcase-section {
padding: 7rem 0;
}

.bg-void-clinical {
background: linear-gradient(180deg, #0a0e17 0%, #13171f 100%);
}

.methodology-split-layout {
display: grid;
grid-template-columns: 1.3fr 0.7fr;
gap: 5rem;
align-items: center;
}


.methodology-label-electric {
color: #00d4ff;
font-size: 1.05rem;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.12em;
margin-bottom: 1.5rem;
display: block;
text-shadow: 0 0 20px rgba(0,212,255,0.5);
}

.methodology-heading-main {
font-size: 3rem;
margin-bottom: 2rem;
color: #ffffff;
}

.methodology-body-text {
font-size: 1.15rem;
line-height: 1.85;
color: #9ca9ba;
margin-bottom: 1.5rem;
}

.methodology-stats-side {
display: flex;
flex-direction: column;
gap: 2.5rem;
}

.stat-block-clinical {
background: rgba(168,85,247,0.05);
padding: 2.5rem;
border-radius: 10px;
border: 1px solid rgba(168,85,247,0.15);
text-align: center;
transition: all 0.3s ease;
}

.stat-block-clinical:hover {
background: rgba(168,85,247,0.1);
transform: scale(1.05);
}

.stat-value-neon-large {
font-size: 4.5rem;
color: #a855f7;
font-family: 'Orbitron', sans-serif;
margin-bottom: 1rem;
text-shadow: 0 0 30px rgba(168,85,247,0.6);
}

.stat-label-clinical {
font-size: 1.1rem;
color: #b8c5d6;
margin: 0;
}

.tools-interface-section {
padding: 6.5rem 0;
background: #0f1419;
position: relative;
}

.pattern-grid-bg::before {
content: '';
position: absolute;
width: 100%;
height: 100%;
background-image: radial-gradient(circle at 2px 2px, rgba(168,85,247,0.06) 2px, transparent 2px);
background-size: 60px 60px;
pointer-events: none;
}

.tools-content-centered {
text-align: center;
max-width: 780px;
margin: 0 auto 4rem;
position: relative;
z-index: 1;
}

.tools-heading-style {
font-size: 3rem;
margin-bottom: 1.5rem;
color: #ffffff;
}

.tools-intro-description {
font-size: 1.2rem;
color: #9ca9ba;
line-height: 1.8;
}

.tools-grid-layout {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 2.5rem;
position: relative;
z-index: 1;
}

.tool-card-anatomical {
background: rgba(0,212,255,0.03);
padding: 2.5rem;
border-radius: 10px;
border: 1px solid rgba(0,212,255,0.1);
transition: all 0.4s ease;
}

.tool-card-anatomical:hover {
background: rgba(0,212,255,0.06);
border-color: rgba(0,212,255,0.3);
transform: translateY(-5px);
}

.tool-card-title {
font-size: 1.5rem;
color: #00d4ff;
margin-bottom: 1.2rem;
}

.tool-card-description {
font-size: 1.05rem;
color: #9ca9ba;
line-height: 1.75;
margin: 0;
}

.vip-consulting-section {
padding: 7rem 0;
}

.bg-electric-gradient {
background: linear-gradient(135deg, #1a0f2e 0%, #0f1419 50%, #1a0f2e 100%);
}

.vip-content-wrapper {
max-width: 900px;
margin: 0 auto;
text-align: center;
}

.vip-heading-exclusive {
font-size: 3.5rem;
margin-bottom: 1.8rem;
background: linear-gradient(135deg, #00d4ff 0%, #a855f7 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
}

.vip-description-text {
font-size: 1.25rem;
color: #9ca9ba;
line-height: 1.85;
margin-bottom: 3rem;
}

.vip-pricing-block {
background: rgba(0,212,255,0.03);
border: 2px solid rgba(0,212,255,0.2);
border-radius: 12px;
padding: 3rem;
}

.vip-price-display {
display: flex;
flex-direction: column;
align-items: center;
margin-bottom: 2.5rem;
}

.vip-price-amount {
font-size: 5rem;
color: #00d4ff;
font-family: 'Orbitron', sans-serif;
font-weight: 900;
line-height: 1;
text-shadow: 0 0 40px rgba(0,212,255,0.5);
}

.vip-price-period {
font-size: 1.2rem;
color: #7a8796;
margin-top: 0.8rem;
}

.vip-features-detailed {
text-align: left;
max-width: 600px;
margin: 0 auto 2.5rem;
}

.vip-feature-line {
font-size: 1.1rem;
color: #b8c5d6;
line-height: 2;
margin-bottom: 0.8rem;
}

.btn-vip-apply {
background: linear-gradient(135deg, #00d4ff 0%, #0099cc 100%);
color: #0a0e17;
padding: 1.2rem 3rem;
font-size: 1.2rem;
font-weight: 700;
border-radius: 8px;
cursor: pointer;
transition: all 0.3s ease;
text-transform: uppercase;
letter-spacing: 0.08em;
box-shadow: 0 15px 40px rgba(0,212,255,0.4);
}

.btn-vip-apply:hover {
transform: translateY(-3px);
box-shadow: 0 20px 50px rgba(0,212,255,0.6);
background: linear-gradient(135deg, #0099cc 0%, #00d4ff 100%);
color: #ffffff;
}

.testimonials-clinical-section {
padding: 6.5rem 0;
background: #13171f;
position: relative;
}

.anatomical-texture::before {
content: '';
position: absolute;
width: 100%;
height: 100%;
background-image: radial-gradient(ellipse at 70% 50%, rgba(0,212,255,0.05) 0%, transparent 70%);
pointer-events: none;
}

.testimonials-header-block {
text-align: center;
margin-bottom: 4rem;
position: relative;
z-index: 1;
}

.testimonials-heading-text {
font-size: 3rem;
color: #ffffff;
}

.testimonials-grid-layout {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 3rem;
position: relative;
z-index: 1;
}

.testimonial-card-clinical {
background: rgba(0,212,255,0.02);
border: 1px solid rgba(0,212,255,0.08);
padding: 2.5rem;
border-radius: 12px;
transition: all 0.4s ease;
}

.testimonial-card-clinical:hover {
background: rgba(0,212,255,0.05);
border-color: rgba(0,212,255,0.3);
transform: translateY(-5px);
}

.testimonial-quote-text {
font-size: 1.15rem;
color: #b8c5d6;
line-height: 1.8;
margin-bottom: 2rem;
font-style: italic;
}


.testimonial-author-name {
font-size: 1.2rem;
color: #00d4ff;
font-weight: 700;
margin-bottom: 0.3rem;
}

.testimonial-author-role {
font-size: 1rem;
color: #7a8796;
margin: 0;
}

.contact-form-section {
padding: 7rem 0;
}

.form-wrapper-clinical {
max-width: 800px;
margin: 0 auto;
background: rgba(0,212,255,0.02);
border: 1px solid rgba(0,212,255,0.1);
padding: 4rem;
border-radius: 12px;
}

.form-header-content {
text-align: center;
margin-bottom: 3rem;
}

.form-heading-neon {
font-size: 3rem;
margin-bottom: 1.2rem;
color: #00d4ff;
text-shadow: 0 0 30px rgba(0,212,255,0.4);
}

.form-description-text {
font-size: 1.15rem;
color: #9ca9ba;
line-height: 1.8;
}



.form-row-group {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 2rem;
margin-bottom: 2rem;
}

.form-field-wrapper {
display: flex;
flex-direction: column;
}

.form-label-clinical {
font-size: 1.05rem;
color: #b8c5d6;
margin-bottom: 0.8rem;
font-weight: 600;
}

.form-input-clinical,
.form-select-clinical,
.form-textarea-clinical {
background: rgba(0,212,255,0.03);
border: 1px solid rgba(0,212,255,0.2);
color: #e0e6ed;
padding: 1rem 1.2rem;
font-size: 1.05rem;
border-radius: 8px;
transition: all 0.3s ease;
}

.form-input-clinical:focus,
.form-select-clinical:focus,
.form-textarea-clinical:focus {
outline: none;
border-color: rgba(0,212,255,0.5);
background: rgba(0,212,255,0.05);
box-shadow: 0 0 0 3px rgba(0,212,255,0.1);
}

.form-select-clinical {
appearance: none;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%2300d4ff' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
background-repeat: no-repeat;
background-position: right 1rem center;
padding-right: 3rem;
}

.form-textarea-clinical {
resize: vertical;
min-height: 140px;
font-family: inherit;
}

.form-checkbox-wrapper {
display: flex;
align-items: flex-start;
gap: 1rem;
margin-bottom: 2.5rem;
}

.form-checkbox-clinical {
width: 20px;
height: 20px;
flex-shrink: 0;
margin-top: 0.2rem;
cursor: pointer;
appearance: none;
background: rgba(0,212,255,0.03);
border: 1px solid rgba(0,212,255,0.3);
border-radius: 4px;
transition: all 0.3s ease;
}

.form-checkbox-clinical:checked {
background: #00d4ff;
border-color: #00d4ff;
}

.form-checkbox-label {
font-size: 1rem;
color: #9ca9ba;
line-height: 1.6;
cursor: pointer;
}

.form-link-inline {
color: #00d4ff;
text-decoration: underline;
}

.form-link-inline:hover {
color: #a855f7;
}

.form-submit-btn-neon {
width: 100%;
background: linear-gradient(135deg, #00d4ff 0%, #0099cc 100%);
color: #0a0e17;
padding: 1.2rem;
font-size: 1.2rem;
font-weight: 700;
border: none;
border-radius: 8px;
cursor: pointer;
transition: all 0.3s ease;
text-transform: uppercase;
letter-spacing: 0.08em;
box-shadow: 0 10px 30px rgba(0,212,255,0.3);
}

.form-submit-btn-neon:hover {
transform: translateY(-3px);
box-shadow: 0 15px 40px rgba(0,212,255,0.5);
background: linear-gradient(135deg, #0099cc 0%, #00d4ff 100%);
color: #ffffff;
}

.policy-page-section {
padding: 6rem 0;
}

.policy-content-wrapper {
max-width: 880px;
margin: 0 auto;
}

.policy-main-heading {
font-size: 3.5rem;
color: #ffffff;
margin-bottom: 1rem;
}

.policy-update-date {
font-size: 1rem;
color: #7a8796;
margin-bottom: 3rem;
font-style: italic;
}

.policy-text-block {
font-size: 1.1rem;
line-height: 1.9;
color: #9ca9ba;
margin-bottom: 2rem;
}

.thankyou-section-fullscreen {
min-height: 85vh;
display: flex;
align-items: center;
justify-content: center;
background: linear-gradient(180deg, #0a0e17 0%, #13171f 100%);
padding: 5rem 0;
}

.thankyou-content-centered {
text-align: center;
max-width: 900px;
margin: 0 auto;
}

.success-icon-fractal {
margin-bottom: 2.5rem;
}

.fractal-success-symbol {
font-size: 6rem;
color: #00d4ff;
display: inline-block;
animation: success-pulse 2s ease-in-out infinite;
text-shadow: 0 0 40px rgba(0,212,255,0.7);
}

@keyframes success-pulse {
0%, 100% { transform: scale(1); opacity: 1; }
50% { transform: scale(1.1); opacity: 0.8; }
}

.thankyou-heading-main {
font-size: 3.8rem;
color: #ffffff;
margin-bottom: 1.5rem;
}

.thankyou-message-primary {
font-size: 1.35rem;
color: #b8c5d6;
line-height: 1.8;
margin-bottom: 1rem;
}

.thankyou-message-secondary {
font-size: 1.15rem;
color: #9ca9ba;
line-height: 1.8;
margin-bottom: 3.5rem;
}

.thankyou-next-steps {
background: rgba(0,212,255,0.03);
border: 1px solid rgba(0,212,255,0.1);
padding: 3rem;
border-radius: 12px;
margin-bottom: 3rem;
}

.next-steps-heading {
font-size: 2rem;
color: #ffffff;
margin-bottom: 2.5rem;
}

.steps-grid-layout {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 2.5rem;
}

.step-item-block {
text-align: center;
}

.step-number-neon {
font-size: 2.5rem;
color: #00d4ff;
font-family: 'Orbitron', sans-serif;
display: block;
margin-bottom: 1rem;
text-shadow: 0 0 25px rgba(0,212,255,0.5);
}

.step-description-text {
font-size: 1.05rem;
color: #9ca9ba;
line-height: 1.7;
margin: 0;
}

.thankyou-actions-block {
display: flex;
gap: 2rem;
justify-content: center;
margin-bottom: 3rem;
}

.btn-return-home,
.btn-explore-services {
padding: 1rem 2.5rem;
font-size: 1.1rem;
font-weight: 700;
border-radius: 8px;
cursor: pointer;
transition: all 0.3s ease;
text-transform: uppercase;
letter-spacing: 0.08em;
}

.btn-return-home {
background: linear-gradient(135deg, #00d4ff 0%, #0099cc 100%);
color: #0a0e17;
box-shadow: 0 10px 25px rgba(0,212,255,0.3);
}

.btn-return-home:hover {
transform: translateY(-3px);
box-shadow: 0 15px 35px rgba(0,212,255,0.5);
color: #ffffff;
}

.btn-explore-services {
background: rgba(0,212,255,0.1);
border: 1px solid rgba(0,212,255,0.3);
color: #00d4ff;
}

.btn-explore-services:hover {
background: rgba(0,212,255,0.2);
border-color: rgba(0,212,255,0.5);
transform: translateY(-3px);
}

.thankyou-contact-info {
margin-top: 2rem;
}

.contact-info-text {
font-size: 1.1rem;
color: #9ca9ba;
margin-bottom: 1rem;
}

.contact-phone-link {
font-size: 1.8rem;
color: #00d4ff;
font-weight: 700;
font-family: 'Orbitron', sans-serif;
text-shadow: 0 0 20px rgba(0,212,255,0.4);
}

.contact-phone-link:hover {
color: #a855f7;
text-shadow: 0 0 20px rgba(168,85,247,0.4);
}

.footer-anatomical-style {
background: #070a0f;
padding: 4rem 0 2rem;
border-top: 1px solid rgba(0,212,255,0.1);
}

.footer-grid-layout {
display: grid;
grid-template-columns: 1.5fr 1fr 1fr;
gap: 4rem;
margin-bottom: 3rem;
}


.footer-logo-block {
display: flex;
align-items: center;
gap: 1rem;
margin-bottom: 1.5rem;
}

.footer-fractal-symbol {
font-size: 2.5rem;
color: #00d4ff;
text-shadow: 0 0 20px rgba(0,212,255,0.5);
}

.footer-brand-name {
font-size: 1.8rem;
color: #ffffff;
font-family: 'Orbitron', sans-serif;
font-weight: 900;
letter-spacing: 0.2em;
}

.footer-tagline {
font-size: 1.05rem;
color: #7a8796;
line-height: 1.7;
margin: 0;
}



.footer-heading-text {
font-size: 1.3rem;
color: #ffffff;
margin-bottom: 1.5rem;
}

.footer-contact-item {
font-size: 1rem;
color: #9ca9ba;
line-height: 1.8;
margin-bottom: 0.8rem;
}



.footer-link-item {
display: block;
font-size: 1rem;
color: #9ca9ba;
margin-bottom: 0.8rem;
transition: all 0.3s ease;
}

.footer-link-item:hover {
color: #00d4ff;
padding-left: 5px;
}

.footer-bottom-bar {
padding-top: 2rem;
border-top: 1px solid rgba(0,212,255,0.05);
text-align: center;
}

.footer-copyright-text {
font-size: 0.95rem;
color: #5a6673;
margin: 0;
}

@media (max-width: 1200px) {
.container-main {
padding: 0 2rem;
}
.hero-main-title {
font-size: 3.2rem;
}
.split-layout-reverse,
.grid-planning-structure,
.two-column-anatomy-layout,
.methodology-split-layout {
grid-template-columns: 1fr;
gap: 3rem;
}
.col-content-primary {
order: 1;
}
.col-visual-secondary {
order: 2;
}
.grid-case-anatomical,
.tools-grid-layout,
.testimonials-grid-layout {
grid-template-columns: 1fr;
}
.visual-zoom-demonstration {
grid-template-columns: 1fr;
}
}

@media (max-width: 992px) {
h1 {
font-size: 2.6rem;
}
h2 {
font-size: 2.2rem;
}
.pricing-cards-wrapper {
grid-template-columns: 1fr;
}
.services-detail-grid {
grid-template-columns: 1fr;
}
.footer-grid-layout {
grid-template-columns: 1fr;
gap: 2.5rem;
}
.form-row-group {
grid-template-columns: 1fr;
gap: 1.5rem;
}
.steps-grid-layout {
grid-template-columns: 1fr;
}
.thankyou-actions-block {
flex-direction: column;
gap: 1.5rem;
}
}

@media (max-width: 768px) {
.container-main,
.container-fluid {
padding: 0 1.5rem;
}
.hero-fractal {
min-height: 80vh;
}
.hero-main-title {
font-size: 2.4rem;
}
.hero-description {
font-size: 1.15rem;
}
.section-dark-clinical,
.clinical-anatomy-section,
.vault-infinity-display,
.library-cycles-section,
.zoom-interface-section,
.planning-recursive-section,
.pattern-matching-cta,
.pricing-grid-section,
.services-detailed-section,
.methodology-showcase-section,
.tools-interface-section,
.vip-consulting-section,
.testimonials-clinical-section,
.contact-form-section {
padding: 4rem 0;
}
.form-wrapper-clinical {
padding: 2.5rem 1.5rem;
}
}