﻿* {
  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;
}

:root {
  --magenta: #ff006e;
  --lime: #8ac926;
  --cyan: #00b4d8;
  --dark: #1a1a2e;
  --dark-purple: #16213e;
  --orange: #ff6700;
  --purple: #9d4edd;
  --pink: #f72585;
  --teal: #06d6a0;
  --yellow: #ffd60a;
  --light: #f8f9fa;
  --white: #ffffff;
}

body {
  margin: 0;
  font-family: 'Work Sans', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: var(--dark);
  background-color: var(--white);
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 0;
}

h1 {
  font-size: 3.5rem;
}

h2 {
  font-size: 2.5rem;
}

h3 {
  font-size: 1.75rem;
}

h4 {
  font-size: 1.5rem;
}

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

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

a:hover {
  color: var(--cyan);
  transform: translateY(-2px);
}

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

.container {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 1rem;
}

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

.row > * {
  padding: 0 0.75rem;
}

.col-6 { width: 50%; }
.col-md-4 { width: 33.333%; }
.col-md-5 { width: 41.667%; }
.col-md-6 { width: 50%; }
.col-md-8 { width: 66.667%; }
.col-lg-4 { width: 33.333%; }
.col-lg-5 { width: 41.667%; }
.col-lg-6 { width: 50%; }
.col-lg-8 { width: 66.667%; }

.btn {
  display: inline-block;
  padding: 1rem 2rem;
  font-family: 'Space Mono', monospace;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: 3px solid;
  border-radius: 0;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  transition: left 0.3s ease;
}

.btn:hover::before {
  left: 100%;
}

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

.btn-primary:hover {
  background: var(--dark);
  border-color: var(--dark);
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(255, 0, 110, 0.4);
}

.btn-secondary {
  background: transparent;
  color: var(--lime);
  border-color: var(--lime);
}

.btn-secondary:hover {
  background: var(--lime);
  color: var(--dark);
}

.btn-ultimate {
  background: linear-gradient(135deg, var(--magenta), var(--purple));
  color: var(--white);
  border: none;
  padding: 1.2rem 2.5rem;
  font-size: 1.1rem;
}

.btn-block {
  display: block;
  width: 100%;
}

.hero-section {
  min-height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding: 4rem 0;
}

.gradient-mesh {
  background: linear-gradient(135deg, var(--magenta) 0%, var(--cyan) 50%, var(--lime) 100%);
  position: relative;
}

.gradient-mesh::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
    radial-gradient(circle at 20% 50%, rgba(255, 0, 110, 0.3) 0%, transparent 50%),
    radial-gradient(circle at 80% 80%, rgba(138, 201, 38, 0.3) 0%, transparent 50%),
    radial-gradient(circle at 40% 20%, rgba(0, 180, 216, 0.3) 0%, transparent 50%);
  animation: meshMove 20s ease-in-out infinite;
}

@keyframes meshMove {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(50px, 30px) scale(1.1); }
}

.hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
}

.hero-logo {
  max-width: 200px;
  margin: 0 auto 2rem;
  filter: drop-shadow(0 10px 30px rgba(0, 0, 0, 0.3));
}

.hero-title {
  font-size: 4rem;
  color: var(--white);
  margin-bottom: 1.5rem;
  text-shadow: 3px 3px 0 var(--dark);
  animation: titlePop 0.6s ease-out;
}

@keyframes titlePop {
  0% { transform: scale(0.8); opacity: 0; }
  100% { transform: scale(1); opacity: 1; }
}

.highlight-magenta {
  color: var(--magenta);
  background: var(--white);
  padding: 0 0.5rem;
  display: inline-block;
  transform: rotate(-2deg);
}

.highlight-lime {
  color: var(--lime);
  background: var(--dark);
  padding: 0 0.5rem;
  display: inline-block;
  transform: rotate(1deg);
}

.hero-subtitle {
  font-size: 1.3rem;
  color: var(--white);
  margin-bottom: 2rem;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.hero-cta {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}

.hero-decoration {
  position: absolute;
  width: 300px;
  height: 300px;
  border: 20px solid var(--yellow);
  border-radius: 50%;
  bottom: -150px;
  right: -150px;
  opacity: 0.3;
  animation: decorRotate 30s linear infinite;
}

@keyframes decorRotate {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

section {
  padding: 5rem 0;
  position: relative;
}

.bg-pattern-dots {
  background-color: var(--light);
  background-image: 
    radial-gradient(var(--magenta) 2px, transparent 2px),
    radial-gradient(var(--cyan) 2px, transparent 2px);
  background-size: 50px 50px;
  background-position: 0 0, 25px 25px;
}

.bg-pattern-zigzag {
  background: 
    linear-gradient(135deg, var(--light) 25%, transparent 25%),
    linear-gradient(225deg, var(--light) 25%, transparent 25%),
    linear-gradient(45deg, var(--light) 25%, transparent 25%),
    linear-gradient(315deg, var(--light) 25%, var(--white) 25%);
  background-position: 20px 0, 20px 0, 0 0, 0 0;
  background-size: 40px 40px;
}

.bg-pattern-waves {
  background-color: var(--white);
  background-image: url("data:image/svg+xml,%3Csvg width='100' height='20' viewBox='0 0 100 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.184 20c.357-.13.72-.264 1.088-.402l1.768-.661C33.64 15.347 39.647 14 50 14c10.271 0 15.362 1.222 24.629 4.928.955.383 1.869.74 2.75 1.072h6.225c-2.51-.73-5.139-1.691-8.233-2.928C65.888 13.278 60.562 12 50 12c-10.626 0-16.855 1.397-26.66 5.063l-1.767.662c-2.475.923-4.66 1.674-6.724 2.275h6.335zm0-20C13.258 2.892 8.077 4 0 4V2c5.744 0 9.951-.574 14.85-2h6.334zM77.38 0C85.239 2.966 90.502 4 100 4V2c-6.842 0-11.386-.542-16.396-2h-6.225zM0 14c8.44 0 13.718-1.21 22.272-4.402l1.768-.661C33.64 5.347 39.647 4 50 4c10.271 0 15.362 1.222 24.629 4.928C84.112 12.722 89.438 14 100 14v-2c-10.271 0-15.362-1.222-24.629-4.928C65.888 3.278 60.562 2 50 2 39.374 2 33.145 3.397 23.34 7.063l-1.767.662C13.223 10.84 8.163 12 0 12v2z' fill='%23ff006e' fill-opacity='0.1'/%3E%3C/svg%3E");
}

.bg-pattern-circles {
  background-color: var(--light);
  background-image: radial-gradient(circle at center, var(--cyan) 1px, transparent 1px);
  background-size: 30px 30px;
}

.bg-lime-gradient {
  background: linear-gradient(135deg, var(--lime) 0%, #6fa81e 100%);
}

.bg-cyan-gradient {
  background: linear-gradient(135deg, var(--cyan) 0%, #0088aa 100%);
}

.bg-dark-texture {
  background: var(--dark);
  position: relative;
}

.bg-dark-texture::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  opacity: 0.5;
}

.bg-dark-magenta {
  background: linear-gradient(135deg, var(--dark-purple) 0%, var(--magenta) 100%);
}

.texture-grain {
  position: relative;
}

.texture-grain::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.05'/%3E%3C/svg%3E");
  pointer-events: none;
}

.texture-noise {
  position: relative;
}

.texture-noise::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.08'/%3E%3C/svg%3E");
  pointer-events: none;
}

.texture-diagonal {
  background-image: repeating-linear-gradient(
    45deg,
    transparent,
    transparent 10px,
    rgba(255, 255, 255, 0.05) 10px,
    rgba(255, 255, 255, 0.05) 20px
  );
}

.section-title {
  font-size: 3rem;
  margin-bottom: 2rem;
  color: var(--dark);
}

.display-title {
  font-size: 3.5rem;
  line-height: 1.1;
}

.display-title-xl {
  font-size: 4rem;
  line-height: 1;
}

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

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

.section-title-light {
  color: var(--white);
}

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

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

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

.text-lime-bright {
  color: var(--lime);
  text-shadow: 0 0 20px rgba(138, 201, 38, 0.5);
}

.text-dark-highlight {
  background: var(--white);
  color: var(--dark);
  padding: 0 1rem;
  display: inline-block;
}

.section-description {
  font-size: 1.2rem;
  color: var(--dark);
  margin-bottom: 2rem;
}

.section-description-dark {
  font-size: 1.2rem;
  color: var(--white);
  margin-bottom: 2rem;
}

.section-description-light {
  font-size: 1.2rem;
  color: var(--white);
}

.section-intro {
  font-size: 1.3rem;
  text-align: center;
  max-width: 800px;
  margin: 0 auto 3rem;
  color: var(--dark);
}

.section-header-center {
  text-align: center;
  margin-bottom: 4rem;
}

.content-wrapper {
  padding: 2rem;
  position: relative;
  z-index: 2;
}

.content-wrapper-inverse {
  padding: 2rem;
  position: relative;
  z-index: 2;
}

.content-wrapper-light {
  padding: 2rem;
  position: relative;
  z-index: 2;
}

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

.flex-column-reverse {
  flex-direction: column-reverse;
}

.mb-8 {
  margin-bottom: 2rem;
}

.mb-12 {
  margin-bottom: 3rem;
}

.mb-15 {
  margin-bottom: 4rem;
}

.mt-15 {
  margin-top: 4rem;
}

.floating-image {
  animation: float 6s ease-in-out infinite;
  border-radius: 20px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-20px); }
}

.rotate-image {
  transform: rotate(-3deg);
  transition: transform 0.3s ease;
  border-radius: 20px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.rotate-image:hover {
  transform: rotate(0deg) scale(1.05);
}

.feature-list {
  margin: 2rem 0;
}

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

.feature-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  flex-shrink: 0;
}

.bg-magenta {
  background: var(--magenta);
}

.bg-lime {
  background: var(--lime);
}

.bg-cyan {
  background: var(--cyan);
}

.pricing-badge,
.pricing-badge-inverse,
.pricing-badge-light,
.pricing-badge-center {
  margin-top: 2rem;
  padding: 1.5rem;
  background: var(--white);
  border: 4px solid var(--magenta);
  display: inline-block;
  transform: rotate(-2deg);
}

.pricing-badge-center {
  display: block;
  text-align: center;
  max-width: 400px;
  margin: 3rem auto;
}

.price {
  font-family: 'Space Mono', monospace;
  font-size: 3rem;
  font-weight: 700;
  color: var(--magenta);
  display: block;
}

.price-dark {
  font-family: 'Space Mono', monospace;
  font-size: 3rem;
  font-weight: 700;
  color: var(--dark);
  display: block;
}

.price-light {
  font-family: 'Space Mono', monospace;
  font-size: 3rem;
  font-weight: 700;
  color: var(--white);
  display: block;
}

.price-label,
.price-label-dark,
.price-label-light {
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: block;
  margin-top: 0.5rem;
}

.workshop-modules {
  margin: 2rem 0;
}

.module-card {
  background: var(--white);
  padding: 2rem;
  margin-bottom: 2rem;
  border-left: 8px solid var(--cyan);
  box-shadow: 5px 5px 0 var(--dark);
  transition: transform 0.3s ease;
}

.module-card:hover {
  transform: translateX(10px);
}

.module-card h3 {
  color: var(--magenta);
  margin-bottom: 1rem;
}

.messaging-grid {
  display: grid;
  gap: 2rem;
}

.messaging-card {
  padding: 3rem;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease;
}

.messaging-card:hover {
  transform: scale(1.05);
}

.bg-cyan-card {
  background: linear-gradient(135deg, var(--cyan), #0088aa);
  color: var(--white);
}

.bg-magenta-card {
  background: linear-gradient(135deg, var(--magenta), var(--pink));
  color: var(--white);
}

.bg-lime-card {
  background: linear-gradient(135deg, var(--lime), #6fa81e);
  color: var(--dark);
}

.messaging-card h3 {
  font-size: 2rem;
  margin-bottom: 1rem;
}

.messaging-features {
  list-style: none;
  padding: 0;
  margin: 2rem 0 0 0;
}

.messaging-features li {
  padding: 0.5rem 0;
  padding-left: 2rem;
  position: relative;
}

.messaging-features li::before {
  content: '→';
  position: absolute;
  left: 0;
  font-weight: 700;
  font-size: 1.2rem;
}

.course-list {
  margin: 2rem 0;
}

.course-item {
  background: rgba(255, 255, 255, 0.1);
  padding: 2rem;
  margin-bottom: 1.5rem;
  border-left: 5px solid var(--lime);
  backdrop-filter: blur(10px);
}

.course-item h4 {
  color: var(--white);
  margin-bottom: 1rem;
}

.course-item p {
  color: rgba(255, 255, 255, 0.9);
}

.course-duration {
  display: inline-block;
  margin-top: 1rem;
  padding: 0.5rem 1rem;
  background: var(--lime);
  color: var(--dark);
  font-family: 'Space Mono', monospace;
  font-size: 0.9rem;
  font-weight: 700;
}

.course-visual {
  position: relative;
  height: 500px;
}

.visual-stack {
  position: relative;
  width: 100%;
  height: 100%;
}

.visual-card {
  position: absolute;
  width: 80%;
  height: 300px;
  border-radius: 20px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.card-1 {
  background: linear-gradient(135deg, var(--magenta), var(--pink));
  top: 0;
  left: 0;
  transform: rotate(-5deg);
  z-index: 3;
}

.card-2 {
  background: linear-gradient(135deg, var(--cyan), #0088aa);
  top: 50px;
  left: 50px;
  transform: rotate(3deg);
  z-index: 2;
}

.card-3 {
  background: linear-gradient(135deg, var(--lime), #6fa81e);
  top: 100px;
  left: 100px;
  transform: rotate(-2deg);
  z-index: 1;
}

.gallery-categories {
  margin: 3rem 0;
}

.gallery-card {
  background: var(--white);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
}

.gallery-card:hover {
  transform: translateY(-10px);
}

.gallery-image {
  height: 250px;
  background-size: cover;
  background-position: center;
}

.gradient-overlay-cyan {
  background: linear-gradient(135deg, var(--cyan), #0088aa);
}

.gradient-overlay-magenta {
  background: linear-gradient(135deg, var(--magenta), var(--pink));
}

.gradient-overlay-lime {
  background: linear-gradient(135deg, var(--lime), #6fa81e);
}

.gallery-card h3 {
  padding: 1.5rem 1.5rem 0.5rem;
  margin-bottom: 0.5rem;
}

.gallery-card p {
  padding: 0 1.5rem;
  font-size: 0.95rem;
}

.gallery-count {
  display: block;
  padding: 0 1.5rem 1.5rem;
  font-family: 'Space Mono', monospace;
  font-weight: 700;
  color: var(--magenta);
}

.voice-dimensions {
  margin: 2rem 0;
}

.dimension-card {
  background: rgba(255, 255, 255, 0.1);
  padding: 2rem;
  margin-bottom: 1.5rem;
  border-radius: 10px;
  backdrop-filter: blur(10px);
}

.dimension-card h4 {
  color: var(--white);
  margin-bottom: 1rem;
}

.dimension-card p {
  color: rgba(255, 255, 255, 0.9);
}

.tone-examples {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.example-box {
  padding: 2rem;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.example-1 {
  background: linear-gradient(135deg, var(--magenta), var(--pink));
  color: var(--white);
  transform: rotate(-2deg);
}

.example-2 {
  background: var(--white);
  border: 4px solid var(--cyan);
  transform: rotate(1deg);
}

.example-3 {
  background: linear-gradient(135deg, var(--lime), #6fa81e);
  color: var(--dark);
  transform: rotate(-1deg);
}

.example-label {
  display: block;
  font-family: 'Space Mono', monospace;
  font-size: 0.9rem;
  font-weight: 700;
  margin-bottom: 1rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.example-box p {
  font-size: 1.1rem;
  margin: 0;
}

.kit-components {
  margin: 3rem 0;
}

.component-card {
  padding: 3rem;
  border-radius: 20px;
  color: var(--white);
  height: 100%;
  position: relative;
  overflow: hidden;
}

.component-card::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
  animation: shimmer 8s linear infinite;
}

@keyframes shimmer {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.bg-gradient-purple {
  background: linear-gradient(135deg, var(--purple), var(--pink));
}

.bg-gradient-orange {
  background: linear-gradient(135deg, var(--orange), #ff4500);
}

.bg-gradient-teal {
  background: linear-gradient(135deg, var(--teal), #04aa7a);
}

.bg-gradient-pink {
  background: linear-gradient(135deg, var(--pink), var(--magenta));
}

.component-card h3 {
  font-size: 2rem;
  margin-bottom: 1.5rem;
  position: relative;
  z-index: 2;
}

.component-features {
  list-style: none;
  padding: 0;
  margin: 2rem 0 0 0;
  position: relative;
  z-index: 2;
}

.component-features li {
  padding: 0.75rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.lab-exercises {
  margin: 2rem 0;
}

.exercise-module {
  display: flex;
  gap: 2rem;
  margin-bottom: 3rem;
  align-items: flex-start;
}

.module-number {
  font-family: 'Space Mono', monospace;
  font-size: 4rem;
  font-weight: 700;
  color: var(--lime);
  line-height: 1;
  flex-shrink: 0;
  text-shadow: 3px 3px 0 rgba(0, 0, 0, 0.2);
}

.module-content h4 {
  color: var(--white);
  margin-bottom: 1rem;
}

.module-content p {
  color: rgba(255, 255, 255, 0.9);
}

.lab-visual {
  position: relative;
  height: 500px;
}

.visual-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  height: 100%;
}

.grid-item {
  border-radius: 20px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease;
}

.grid-item:hover {
  transform: scale(1.1) rotate(5deg);
}

.item-1 {
  background: linear-gradient(135deg, var(--magenta), var(--pink));
}

.item-2 {
  background: linear-gradient(135deg, var(--cyan), #0088aa);
}

.item-3 {
  background: linear-gradient(135deg, var(--lime), #6fa81e);
}

.item-4 {
  background: linear-gradient(135deg, var(--purple), var(--magenta));
}

.site-footer {
  padding: 4rem 0 2rem;
}

.bg-dark-footer {
  background: var(--dark);
  color: var(--white);
}

.footer-main {
  margin-bottom: 3rem;
}

.footer-brand {
  font-family: 'Playfair Display', serif;
  font-size: 2rem;
  color: var(--lime);
  margin-bottom: 1rem;
}

.footer-description {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 2rem;
}

.footer-contact p {
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 0.5rem;
}

.footer-title {
  color: var(--cyan);
  font-size: 1.2rem;
  margin-bottom: 1rem;
}

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

.footer-links li {
  margin-bottom: 0.75rem;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.7);
  transition: color 0.3s ease;
}

.footer-links a:hover {
  color: var(--lime);
}

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

.footer-bottom p {
  color: rgba(255, 255, 255, 0.5);
  margin: 0;
  font-size: 0.9rem;
}

.page-header {
  padding: 4rem 0 3rem;
  text-align: center;
}

.bg-gradient-header {
  background: linear-gradient(135deg, var(--magenta), var(--cyan));
}

.back-link {
  display: inline-block;
  color: var(--white);
  margin-bottom: 2rem;
  font-family: 'Space Mono', monospace;
  font-weight: 700;
  transition: transform 0.3s ease;
}

.back-link:hover {
  transform: translateX(-5px);
}

.page-title {
  font-size: 4rem;
  color: var(--white);
  margin-bottom: 1rem;
  text-shadow: 3px 3px 0 var(--dark);
}

.page-subtitle {
  font-size: 1.3rem;
  color: var(--white);
  max-width: 700px;
  margin: 0 auto;
}

.services-overview {
  padding: 5rem 0;
}

.service-card {
  background: var(--white);
  padding: 3rem;
  border-radius: 20px;
  height: 100%;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
}

.card-featured {
  border: 4px solid var(--lime);
}

.card-ultimate {
  border: 4px solid var(--purple);
  background: linear-gradient(135deg, rgba(157, 78, 221, 0.1), rgba(255, 0, 110, 0.1));
}

.featured-badge,
.ultimate-badge {
  position: absolute;
  top: -10px;
  right: 20px;
  background: var(--lime);
  color: var(--dark);
  padding: 0.5rem 1.5rem;
  font-family: 'Space Mono', monospace;
  font-weight: 700;
  transform: rotate(3deg);
  z-index: 10;
}

.ultimate-badge {
  background: var(--purple);
  color: var(--white);
}

.service-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-bottom: 2rem;
}

.icon-magenta {
  background: linear-gradient(135deg, var(--magenta), var(--pink));
}

.icon-lime {
  background: linear-gradient(135deg, var(--lime), #6fa81e);
}

.icon-cyan {
  background: linear-gradient(135deg, var(--cyan), #0088aa);
}

.service-card h3 {
  font-size: 1.75rem;
  margin-bottom: 1.5rem;
  color: var(--dark);
}

.service-description {
  font-size: 1rem;
  color: #666;
  margin-bottom: 2rem;
}

.service-features {
  list-style: none;
  padding: 0;
  margin: 2rem 0;
}

.service-features li {
  padding: 0.75rem 0;
  border-bottom: 1px solid #eee;
  font-size: 0.95rem;
}

.service-price {
  text-align: center;
  margin: 2rem 0;
  padding: 1.5rem 0;
  border-top: 2px solid var(--magenta);
  border-bottom: 2px solid var(--magenta);
}

.price-amount {
  font-family: 'Space Mono', monospace;
  font-size: 3rem;
  font-weight: 700;
  color: var(--magenta);
  display: block;
  line-height: 1;
}

.price-period {
  font-size: 1rem;
  color: #666;
  display: block;
  margin-top: 0.5rem;
}

.price-save {
  display: block;
  margin-top: 0.5rem;
  font-weight: 700;
  color: var(--lime);
}

.service-photos {
  padding: 5rem 0;
}

.rounded-large {
  border-radius: 30px;
}

.shadow-large {
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.3);
}

.photo-content {
  padding: 2rem;
}

.stats-row {
  display: flex;
  gap: 2rem;
  margin-top: 2rem;
  flex-wrap: wrap;
}

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

.stat-number {
  font-family: 'Space Mono', monospace;
  font-size: 3rem;
  font-weight: 700;
  color: var(--white);
  display: block;
  text-shadow: 2px 2px 0 var(--dark);
}

.stat-label {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.9);
  display: block;
  margin-top: 0.5rem;
}

.comparison-wrapper {
  overflow-x: auto;
}

.comparison-table-grid {
  width: 100%;
  background: var(--white);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

.comparison-table-grid thead {
  background: var(--dark);
  color: var(--white);
}

.comparison-table-grid th,
.comparison-table-grid td {
  padding: 1.5rem;
  text-align: center;
  border-bottom: 1px solid #eee;
}

.comparison-table-grid th {
  font-size: 1.2rem;
  font-weight: 700;
}

.comparison-table-grid td:first-child {
  text-align: left;
  font-weight: 600;
}

.price-row {
  background: var(--light);
  font-size: 1.5rem;
}

.contact-section {
  padding: 5rem 0;
}

.contact-info {
  padding: 2rem;
}

.contact-details {
  margin-top: 3rem;
}

.detail-item {
  display: flex;
  gap: 2rem;
  margin-bottom: 2rem;
  align-items: flex-start;
}

.detail-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: var(--lime);
  flex-shrink: 0;
}

.detail-content h4 {
  color: var(--white);
  margin-bottom: 0.5rem;
}

.detail-content p {
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 0.5rem;
}

.detail-note {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.7);
  font-style: italic;
}

.contact-form-wrapper {
  background: rgba(255, 255, 255, 0.1);
  padding: 3rem;
  border-radius: 20px;
  backdrop-filter: blur(10px);
}

.form-group {
  margin-bottom: 1.5rem;
}

.form-label {
  display: block;
  color: var(--white);
  margin-bottom: 0.5rem;
  font-weight: 600;
}

.form-control,
.form-select {
  width: 100%;
  padding: 1rem;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.1);
  color: var(--white);
  font-size: 1rem;
  transition: all 0.3s ease;
}

.form-control:focus,
.form-select:focus {
  outline: none;
  border-color: var(--lime);
  background: rgba(255, 255, 255, 0.2);
}

.form-control::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

textarea.form-control {
  resize: vertical;
  min-height: 120px;
}

.form-check {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin: 2rem 0;
}

.form-check-input {
  width: 20px;
  height: 20px;
  margin-top: 0.25rem;
  flex-shrink: 0;
}

.form-check-label {
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.9rem;
}

.form-check-label a {
  color: var(--lime);
  text-decoration: underline;
}

.btn-submit {
  background: var(--lime);
  color: var(--dark);
  border: none;
  width: 100%;
  padding: 1.2rem;
  font-size: 1.1rem;
  margin-top: 1rem;
}

.btn-submit:hover {
  background: var(--cyan);
  color: var(--white);
}

.faq-section {
  padding: 5rem 0;
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin-top: 3rem;
}

.faq-item {
  background: var(--white);
  padding: 2rem;
  border-radius: 15px;
  border-left: 5px solid var(--cyan);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.faq-item h3 {
  color: var(--dark);
  font-size: 1.3rem;
  margin-bottom: 1rem;
}

.faq-item p {
  color: #666;
  margin: 0;
}

.legal-header {
  padding: 3rem 0 2rem;
}

.legal-title {
  font-size: 3rem;
  color: var(--white);
  margin-bottom: 1rem;
  text-shadow: 2px 2px 0 var(--dark);
}

.legal-date {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.8);
  font-style: italic;
}

.legal-content {
  padding: 4rem 0;
  background: var(--white);
}

.legal-content .content-wrapper {
  max-width: 900px;
  margin: 0 auto;
  padding: 3rem;
  background: var(--light);
  border-radius: 20px;
}

.legal-content p {
  font-size: 1.1rem;
  line-height: 1.8;
  color: var(--dark);
  margin-bottom: 2rem;
}

.thankyou-section {
  min-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--lime), var(--cyan));
  padding: 4rem 0;
}

.thankyou-content {
  text-align: center;
  max-width: 700px;
  background: var(--white);
  padding: 4rem 3rem;
  border-radius: 30px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.2);
}

.thankyou-icon {
  margin-bottom: 2rem;
}

.success-checkmark {
  width: 80px;
  height: 80px;
  margin: 0 auto;
}

.check-icon {
  width: 80px;
  height: 80px;
  position: relative;
  border-radius: 50%;
  box-sizing: content-box;
  border: 4px solid var(--lime);
}

.icon-line {
  height: 5px;
  background-color: var(--lime);
  display: block;
  border-radius: 2px;
  position: absolute;
  z-index: 10;
}

.icon-line.line-tip {
  top: 46px;
  left: 14px;
  width: 25px;
  transform: rotate(45deg);
  animation: icon-line-tip 0.75s;
}

.icon-line.line-long {
  top: 38px;
  right: 8px;
  width: 47px;
  transform: rotate(-45deg);
  animation: icon-line-long 0.75s;
}

@keyframes icon-line-tip {
  0% { width: 0; left: 1px; top: 19px; }
  54% { width: 0; left: 1px; top: 19px; }
  70% { width: 50px; left: -8px; top: 37px; }
  84% { width: 17px; left: 21px; top: 48px; }
  100% { width: 25px; left: 14px; top: 45px; }
}

@keyframes icon-line-long {
  0% { width: 0; right: 46px; top: 54px; }
  65% { width: 0; right: 46px; top: 54px; }
  84% { width: 55px; right: 0; top: 35px; }
  100% { width: 47px; right: 8px; top: 38px; }
}

.icon-circle {
  top: -4px;
  left: -4px;
  z-index: 10;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  position: absolute;
  box-sizing: content-box;
  border: 4px solid rgba(138, 201, 38, 0.3);
}

.icon-fix {
  top: 8px;
  width: 5px;
  left: 26px;
  z-index: 1;
  height: 85px;
  position: absolute;
  transform: rotate(-45deg);
  background-color: var(--white);
}

.thankyou-title {
  font-size: 3rem;
  color: var(--dark);
  margin-bottom: 1rem;
}

.thankyou-message {
  font-size: 1.3rem;
  color: var(--dark);
  margin-bottom: 1rem;
}

.thankyou-submessage {
  font-size: 1rem;
  color: #666;
  margin-bottom: 2rem;
}

.thankyou-actions {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 2rem;
}

@media (max-width: 991px) {
  .hero-title {
    font-size: 2.5rem;
  }
  
  .display-title {
    font-size: 2.5rem;
  }
  
  .display-title-xl {
    font-size: 2.8rem;
  }
  
  .section-title {
    font-size: 2rem;
  }
  
  .flex-lg-row {
    flex-direction: column;
  }
  
  .order-lg-1 {
    order: 1;
  }
  
  .order-lg-2 {
    order: 2;
  }
  
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-8 {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .hero-title {
    font-size: 2rem;
  }
  
  .page-title {
    font-size: 2.5rem;
  }
  
  .btn {
    padding: 0.8rem 1.5rem;
    font-size: 0.9rem;
  }
  
  .messaging-card,
  .component-card,
  .service-card {
    padding: 2rem;
  }
  
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-8 {
    width: 100%;
  }
  
  .stats-row {
    flex-direction: column;
    gap: 1rem;
  }
  
  .comparison-table-grid th,
  .comparison-table-grid td {
    padding: 1rem 0.5rem;
    font-size: 0.9rem;
  }
  
  .contact-form-wrapper {
    padding: 2rem;
  }
  
  .exercise-module {
    flex-direction: column;
  }
  
  .module-number {
    font-size: 3rem;
  }
}