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
















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

body {
    font-family: 'Inter', sans-serif;
    background: #1a0d1a;
    color: #ffffff;
    line-height: 1.6;
    overflow-x: hidden;
}

.nav-sidebar {
    position: fixed;
    left: 0;
    top: 0;
    width: 280px;
    height: 100vh;
    background: linear-gradient(180deg, #2d1a2d 0%, #1a0d1a 100%);
    padding: 2rem 1.8rem;
    z-index: 1000;
    overflow-y: auto;
    border-right: 2px solid rgba(255, 107, 157, 0.1);
}

.logo-link {
    color: #ff6b9d;
    font-size: 1.5rem;
    font-weight: 700;
    text-decoration: none;
    margin-bottom: 3.5rem;
    display: block;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.nav-list {
    list-style: none;
    margin-bottom: 3rem;
}

.nav-list li {
    margin-bottom: 1.2rem;
}

.nav-list a {
    color: #e0e0e0;
    text-decoration: none;
    font-size: 0.95rem;
    padding: 0.6rem 0;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: color 0.3s ease;
    font-weight: 500;
}

.nav-list a:hover {
    color: #ff6b9d;
}

.social-icons {
    display: flex;
    gap: 1.2rem;
}

.social-icons a {
    color: #e0e0e0;
    font-size: 1.3rem;
    transition: color 0.3s ease;
}

.social-icons a:hover {
    color: #ff6b9d;
}

.main-wrapper {
    margin-left: 280px;
    min-height: 100vh;
}

.hero-section {
    height: 100vh;
    background: linear-gradient(rgba(26,13,26,0.8), rgba(26,13,26,0.8)), url('../images/Mind1.webp');
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
}

.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 30% 50%, rgba(255, 107, 157, 0.15) 0%, transparent 50%);
}

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

.hero-content h1 {
    font-size: 4rem;
    font-weight: 800;
    margin-bottom: 1.8rem;
    color: #ff6b9d;
    text-shadow: 3px 3px 6px rgba(0,0,0,0.7);
    line-height: 1.1;
}

.hero-content p {
    font-size: 1.4rem;
    margin-bottom: 2.5rem;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
    font-weight: 400;
    color: #f0f0f0;
}

.primary-btn {
    background: linear-gradient(135deg, #ff6b9d, #c44569);
    color: white;
    padding: 1.2rem 3rem;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 700;
    font-size: 1.15rem;
    transition: all 0.3s ease;
    display: inline-block;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.primary-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(255,107,157,0.5);
    color: white;
    text-decoration: none;
}

.section {
    padding: 7rem 0;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin: -15px;
}

.col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 15px;
}

.col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding: 15px;
}

.features-section {
    background: linear-gradient(135deg, #2d1a2d, #1a0d1a);
    position: relative;
}

.features-section::after {
    content: '';
    position: absolute;
    top: 20%;
    right: -5%;
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba(255, 107, 157, 0.1) 0%, transparent 70%);
    border-radius: 50%;
}

.section-heading {
    font-size: 3.2rem;
    font-weight: 700;
    color: #ff6b9d;
    margin-bottom: 1.2rem;
    text-align: center;
    line-height: 1.2;
}

.section-subheading {
    font-size: 1.3rem;
    color: #b8b8b8;
    text-align: center;
    margin-bottom: 4.5rem;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    font-weight: 400;
}

.feature-box {
    text-align: center;
    padding: 2.5rem 2rem;
    background: rgba(255,107,157,0.08);
    border-radius: 20px;
    margin-bottom: 2.5rem;
    transition: all 0.3s ease;
    border: 1px solid rgba(255,107,157,0.15);
    position: relative;
    overflow: hidden;
}

.feature-box::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(45deg, transparent, rgba(255, 107, 157, 0.05), transparent);
    transform: rotate(45deg);
    transition: all 0.6s ease;
    opacity: 0;
}

.feature-box:hover::before {
    opacity: 1;
    animation: shimmer 2s infinite;
}

@keyframes shimmer {
    0% { transform: translateX(-100%) translateY(-100%) rotate(45deg); }
    100% { transform: translateX(100%) translateY(100%) rotate(45deg); }
}

.feature-box:hover {
    transform: translateY(-8px);
    background: rgba(255,107,157,0.12);
    box-shadow: 0 15px 40px rgba(255,107,157,0.2);
}

.feature-icon {
    width: 90px;
    height: 90px;
    background: linear-gradient(135deg, #ff6b9d, #c44569);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 2rem;
    font-size: 2.2rem;
    color: white;
    box-shadow: 0 8px 25px rgba(255,107,157,0.3);
}

.feature-box h3 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1.2rem;
    color: #ffffff;
}

.feature-box p {
    color: #b8b8b8;
    line-height: 1.7;
    font-weight: 400;
}

.content-section {
    background: #1a0d1a;
}

.content-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 3.5rem;
    margin-top: 3.5rem;
}

.content-card {
    background: linear-gradient(135deg, #2d1a2d, #4a2d4a);
    padding: 3rem 2.5rem;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
    transition: transform 0.3s ease;
}

.content-card:hover {
    transform: translateY(-5px);
}

.content-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 15px;
    margin-bottom: 2rem;
}

.content-card h3 {
    color: #ff6b9d;
    font-size: 1.6rem;
    margin-bottom: 1.2rem;
    font-weight: 600;
}

.content-card p {
    color: #c0c0c0;
    line-height: 1.6;
}

.additional-section {
    background: linear-gradient(135deg, #4a2d4a, #2d1a2d);
    position: relative;
}

.additional-section::before {
    content: '';
    position: absolute;
    bottom: 10%;
    left: -10%;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(196, 69, 105, 0.08) 0%, transparent 70%);
    border-radius: 50%;
}

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

.stat-item {
    text-align: center;
    padding: 2rem;
    background: rgba(255, 107, 157, 0.1);
    border-radius: 15px;
    border: 1px solid rgba(255, 107, 157, 0.2);
}

.stat-number {
    font-size: 3.5rem;
    font-weight: 800;
    color: #ff6b9d;
    margin-bottom: 0.5rem;
    display: block;
}

.stat-label {
    font-size: 1.1rem;
    color: #e0e0e0;
    font-weight: 500;
}

.pricing-section {
    background: linear-gradient(135deg, #2d1a2d, #1a0d1a);
}

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2.5rem;
    margin-top: 4rem;
}

.pricing-card {
    background: rgba(255,107,157,0.08);
    padding: 3.5rem 2.5rem;
    border-radius: 25px;
    text-align: center;
    border: 2px solid rgba(255,107,157,0.2);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.pricing-card::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 107, 157, 0.1), transparent);
    transition: left 0.6s ease;
}

.pricing-card:hover::after {
    left: 100%;
}

.pricing-card:hover {
    transform: scale(1.05);
    border-color: #ff6b9d;
    box-shadow: 0 20px 50px rgba(255,107,157,0.3);
}

.pricing-card h3 {
    font-size: 1.4rem;
    color: #ffffff;
    margin-bottom: 1.5rem;
    font-weight: 600;
}

.price {
    font-size: 3.5rem;
    font-weight: 800;
    color: #ff6b9d;
    margin-bottom: 1.5rem;
    line-height: 1;
}

.pricing-card p {
    color: #c0c0c0;
    margin-bottom: 1rem;
    font-size: 0.95rem;
}

.pricing-card .primary-btn {
    margin-top: 1.5rem;
    padding: 1rem 2.5rem;
    font-size: 1rem;
}

.footer {
    background: #0a0508;
    padding: 4rem 0 2rem;
    text-align: center;
    border-top: 1px solid rgba(255,107,157,0.1);
}

.footer-content {
    margin-bottom: 2.5rem;
}

.footer h3 {
    color: #ff6b9d;
    margin-bottom: 1.5rem;
    font-size: 1.3rem;
}

.footer p, .footer a {
    color: #b8b8b8;
    text-decoration: none;
    margin-bottom: 0.8rem;
    display: block;
    font-size: 0.95rem;
}

.footer a:hover {
    color: #ff6b9d;
}

.footer-bottom {
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 1px solid rgba(255,107,157,0.1);
    color: #888;
    font-size: 0.9rem;
}

.cookie-notice {
    position: fixed;
    bottom: 0;
    left: 280px;
    right: 0;
    background: linear-gradient(135deg, #2d1a2d, #4a2d4a);
    padding: 1.5rem;
    border-top: 3px solid #ff6b9d;
    z-index: 999;
    box-shadow: 0 -5px 20px rgba(0,0,0,0.3);
}

.cookie-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

.cookie-text {
    flex: 1;
    margin-right: 2rem;
    color: #e0e0e0;
}

.cookie-buttons {
    display: flex;
    gap: 1rem;
}

.btn-accept, .btn-settings {
    padding: 0.8rem 1.5rem;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 600;
    transition: all 0.3s ease;
    font-size: 0.9rem;
    text-decoration: none;
    display: inline-block;
}

.btn-accept {
    background: #ff6b9d;
    color: white;
}

.btn-accept:hover {
    background: #e55a87;
}

.btn-settings {
    background: transparent;
    color: #ff6b9d;
    border: 2px solid #ff6b9d;
}

.btn-settings:hover {
    background: #ff6b9d;
    color: white;
    text-decoration: none;
}

.about-hero {
    background: linear-gradient(rgba(26,13,26,0.9), rgba(26,13,26,0.9)), url('I/Mind2.webp');
    height: 60vh;
}

.about-intro {
    padding: 8rem 0;
}

.about-text {
    padding: 2rem;
}

.about-text h2 {
    color: #ff6b9d;
    font-size: 2.5rem;
    margin-bottom: 2rem;
    font-weight: 700;
}

.about-text p {
    color: #c0c0c0;
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 1.5rem;
}

.about-image-wrapper {
    padding: 2rem;
}

.about-image-wrapper img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(255,107,157,0.2);
}

.section-margin {
    margin-top: 6rem;
}

.team-section {
    background: linear-gradient(135deg, #2d1a2d, #1a0d1a);
}

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

.team-member {
    text-align: center;
    background: rgba(255,107,157,0.08);
    padding: 3rem 2rem;
    border-radius: 20px;
    border: 1px solid rgba(255,107,157,0.15);
    transition: transform 0.3s ease;
}

.team-member:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(255,107,157,0.2);
}

.member-avatar {
    font-size: 4rem;
    color: #ff6b9d;
    margin-bottom: 1.5rem;
}

.team-member h3 {
    color: #ffffff;
    font-size: 1.4rem;
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.member-role {
    color: #ff6b9d;
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.member-desc {
    color: #c0c0c0;
    font-size: 0.95rem;
    line-height: 1.6;
}

.values-section {
    background: #1a0d1a;
}

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

.value-item {
    text-align: center;
    padding: 2.5rem 2rem;
    background: rgba(255,107,157,0.05);
    border-radius: 15px;
    border: 1px solid rgba(255,107,157,0.1);
}

.value-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #ff6b9d, #c44569);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    font-size: 1.8rem;
    color: white;
}

.value-item h3 {
    color: #ffffff;
    font-size: 1.3rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.value-item p {
    color: #c0c0c0;
    line-height: 1.6;
}

.methodology-section {
    background: linear-gradient(135deg, #4a2d4a, #2d1a2d);
}

.methodology-content {
    margin-top: 4rem;
}

.method-step {
    display: flex;
    align-items: flex-start;
    margin-bottom: 3rem;
    padding: 2rem;
    background: rgba(255,107,157,0.05);
    border-radius: 15px;
    border-left: 4px solid #ff6b9d;
}

.step-number {
    background: linear-gradient(135deg, #ff6b9d, #c44569);
    color: white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.2rem;
    margin-right: 2rem;
    flex-shrink: 0;
}

.step-content h3 {
    color: #ffffff;
    font-size: 1.4rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.step-content p {
    color: #c0c0c0;
    line-height: 1.6;
}

.cta-section {
    background: linear-gradient(135deg, #ff6b9d, #c44569);
    text-align: center;
}

.cta-content h2 {
    color: white;
    font-size: 3rem;
    margin-bottom: 1.5rem;
    font-weight: 700;
}

.cta-content p {
    color: rgba(255,255,255,0.9);
    font-size: 1.3rem;
    margin-bottom: 2.5rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.cta-content .primary-btn {
    background: white;
    color: #ff6b9d;
    font-weight: 700;
    padding: 1.5rem 3rem;
    font-size: 1.2rem;
}

.cta-content .primary-btn:hover {
    background: #f0f0f0;
    color: #c44569;
}

.policy-section {
    background: #1a0d1a;
    padding: 8rem 0;
}

.policy-title {
    color: #ff6b9d;
    font-size: 3.5rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 3rem;
}

.policy-content {
    background: rgba(255,107,157,0.05);
    padding: 3rem;
    border-radius: 20px;
    border: 1px solid rgba(255,107,157,0.1);
    max-width: 900px;
    margin: 0 auto;
}

.policy-content p {
    color: #c0c0c0;
    font-size: 1rem;
    line-height: 1.8;
    text-align: justify;
}

.policy-update {
    margin-top: 3rem;
    padding: 2rem;
    background: rgba(255,107,157,0.08);
    border-radius: 15px;
    border-left: 4px solid #ff6b9d;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.policy-update p {
    color: #e0e0e0;
    margin-bottom: 0.8rem;
    font-size: 0.95rem;
}

.policy-update strong {
    color: #ff6b9d;
}

.thankyou-hero {
    background: linear-gradient(135deg, #2d1a2d, #4a2d4a);
    text-align: center;
    padding: 8rem 0;
}

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

.success-icon {
    font-size: 5rem;
    color: #ff6b9d;
    margin-bottom: 2rem;
}

.thankyou-content h1 {
    color: #ffffff;
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.lead-text {
    font-size: 1.4rem;
    color: #c0c0c0;
    line-height: 1.6;
    margin-bottom: 0;
}

.next-steps {
    background: #1a0d1a;
}

.steps-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2.5rem;
    margin-top: 4rem;
}

.step-item {
    display: flex;
    align-items: flex-start;
    background: rgba(255,107,157,0.05);
    padding: 2.5rem 2rem;
    border-radius: 15px;
    border: 1px solid rgba(255,107,157,0.1);
}

.step-number {
    background: linear-gradient(135deg, #ff6b9d, #c44569);
    color: white;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    margin-right: 1.5rem;
    flex-shrink: 0;
}

.step-content h3 {
    color: #ffffff;
    font-size: 1.3rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.step-content p {
    color: #c0c0c0;
    line-height: 1.6;
    font-size: 0.95rem;
}

.contact-form-section {
    background: linear-gradient(135deg, #4a2d4a, #2d1a2d);
}

.form-wrapper {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
}

.form-wrapper h2 {
    color: #ff6b9d;
    font-size: 2.5rem;
    margin-bottom: 1rem;
    font-weight: 700;
}

.form-wrapper > p {
    color: #c0c0c0;
    font-size: 1.1rem;
    margin-bottom: 3rem;
    line-height: 1.6;
}

.contact-form {
    background: rgba(255,107,157,0.05);
    padding: 3rem;
    border-radius: 20px;
    border: 1px solid rgba(255,107,157,0.1);
    text-align: left;
}

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

.form-group label {
    display: block;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 0.8rem;
    font-size: 0.95rem;
}

.form-group input, .form-group select, .form-group textarea {
    width: 100%;
    padding: 1rem 1.2rem;
    background: rgba(255,255,255,0.05);
    border: 2px solid rgba(255,107,157,0.2);
    border-radius: 10px;
    color: #ffffff;
    font-size: 1rem;
    transition: border-color 0.3s ease;
    font-family: 'Inter', sans-serif;
}

.form-group input:focus, .form-group select:focus, .form-group textarea:focus {
    outline: none;
    border-color: #ff6b9d;
    background: rgba(255,255,255,0.08);
}

.form-group input::placeholder, .form-group textarea::placeholder {
    color: rgba(255,255,255,0.4);
}

.checkbox-group {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}

.checkbox-group input[type="checkbox"] {
    width: auto;
    margin: 0;
    accent-color: #ff6b9d;
}

.checkbox-group label {
    margin-bottom: 0;
    font-size: 0.9rem;
    color: #c0c0c0;
    line-height: 1.5;
}

.checkbox-group a {
    color: #ff6b9d;
    text-decoration: underline;
}

.checkbox-group a:hover {
    color: #e55a87;
}

.contact-form .primary-btn {
    width: 100%;
    padding: 1.2rem;
    font-size: 1.1rem;
    margin-top: 1rem;
}

.resources-section {
    background: #1a0d1a;
}

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

.resource-item {
    text-align: center;
    background: rgba(255,107,157,0.05);
    padding: 3rem 2rem;
    border-radius: 20px;
    border: 1px solid rgba(255,107,157,0.1);
    transition: transform 0.3s ease;
}

.resource-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(255,107,157,0.1);
}

.resource-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #ff6b9d, #c44569);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 2rem;
    font-size: 2rem;
    color: white;
}

.resource-item h3 {
    color: #ffffff;
    font-size: 1.4rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.resource-item p {
    color: #c0c0c0;
    line-height: 1.6;
}

.emergency-contact {
    background: linear-gradient(135deg, #2d1a2d, #4a2d4a);
}

.emergency-box {
    background: rgba(255,107,157,0.08);
    padding: 3rem;
    border-radius: 20px;
    border: 2px solid rgba(255,107,157,0.2);
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.emergency-box h2 {
    color: #ff6b9d;
    font-size: 2.5rem;
    margin-bottom: 3rem;
    font-weight: 700;
}

.contact-details {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    text-align: left;
}

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

.contact-item i {
    font-size: 1.5rem;
    color: #ff6b9d;
    margin-top: 0.3rem;
    flex-shrink: 0;
}

.contact-item strong {
    color: #ffffff;
    font-size: 1.1rem;
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.contact-item p {
    color: #c0c0c0;
    margin: 0;
    line-height: 1.5;
}

@media (max-width: 768px) {
    .nav-sidebar {
        width: 100%;
        height: 80px;
        padding: 1rem;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    
    .nav-list, .social-icons {
        display: none;
    }
    
    .main-wrapper {
        margin-left: 0;
        margin-top: 80px;
    }
    
    .hero-content h1 {
        font-size: 2.8rem;
    }
    
    .hero-content p {
        font-size: 1.2rem;
        padding: 0 1rem;
    }
    
    .col-md-6, .col-lg-3 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .section-heading {
        font-size: 2.5rem;
    }
    
    .section-subheading {
        font-size: 1.1rem;
        padding: 0 1rem;
    }
    
    .feature-box {
        margin-bottom: 2rem;
    }
    
    .content-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }
    
    .pricing-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .cookie-notice {
        left: 0;
        padding: 1rem;
    }
    
    .cookie-wrapper {
        flex-direction: column;
        text-align: center;
    }
    
    .cookie-text {
        margin-right: 0;
        margin-bottom: 1.5rem;
    }
    
    .about-text {
        padding: 1rem;
    }
    
    .about-text h2 {
        font-size: 2rem;
    }
    
    .about-image-wrapper {
        padding: 1rem;
    }
    
    .about-image-wrapper img {
        height: 250px;
    }
    
    .team-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .values-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .method-step {
        flex-direction: column;
        text-align: center;
        padding: 1.5rem;
    }
    
    .step-number {
        margin-right: 0;
        margin-bottom: 1.5rem;
    }
    
    .cta-content h2 {
        font-size: 2.2rem;
    }
    
    .cta-content p {
        font-size: 1.1rem;
        padding: 0 1rem;
    }
    
    .policy-title {
        font-size: 2.5rem;
    }
    
    .policy-content {
        padding: 2rem;
        margin: 0 1rem;
    }
    
    .policy-update {
        margin: 2rem 1rem 0;
        padding: 1.5rem;
    }
    
    .thankyou-content h1 {
        font-size: 2.5rem;
    }
    
    .lead-text {
        font-size: 1.2rem;
        padding: 0 1rem;
    }
    
    .steps-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .step-item {
        flex-direction: column;
        text-align: center;
    }
    
    .step-item .step-number {
        margin-right: 0;
        margin-bottom: 1rem;
    }
    
    .form-wrapper {
        margin: 0 1rem;
    }
    
    .form-wrapper h2 {
        font-size: 2rem;
    }
    
    .contact-form {
        padding: 2rem;
    }
    
    .resources-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .contact-details {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .emergency-box {
        margin: 0 1rem;
        padding: 2rem;
    }
    
    .emergency-box h2 {
        font-size: 2rem;
    }
    
    .stat-number {
        font-size: 2.8rem;
    }
    
    .pricing-card {
        padding: 2.5rem 2rem;
    }
    
    .primary-btn {
        padding: 1rem 2rem;
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .hero-content h1 {
        font-size: 2.2rem;
    }
    
    .section-heading {
        font-size: 2rem;
    }
    
    .feature-icon {
        width: 70px;
        height: 70px;
        font-size: 1.8rem;
    }
    
    .feature-box {
        padding: 2rem 1.5rem;
    }
    
    .content-card {
        padding: 2rem 1.5rem;
    }
    
    .stats-grid {
        grid-template-columns: 1fr;
    }
    
    .stat-number {
        font-size: 2.5rem;
    }
    
    .pricing-card {
        padding: 2rem 1.5rem;
    }
    
    .price {
        font-size: 3rem;
    }
    
    .contact-form {
        padding: 1.5rem;
    }
    
    .emergency-box {
        padding: 1.5rem;
    }
    
    .policy-content {
        padding: 1.5rem;
    }
    
    .thankyou-content h1 {
        font-size: 2rem;
    }
    
    .section {
        padding: 5rem 0;
    }
    
    .container {
        padding: 0 1rem;
    }
}