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

body {
  margin: 0;
  font-family: 'Work Sans', sans-serif;
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 1.7;
  color: #2c3e50;
  background-color: #fafafa;
}

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

h1 { font-size: 3.5rem; }
h2 { font-size: 2.75rem; }
h3 { font-size: 2rem; }
h4 { font-size: 1.5rem; }
h5 { font-size: 1.25rem; }

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

a {
  color: #4169e1;
  text-decoration: none;
  transition: all 0.3s ease;
}

a:hover {
  color: #dc143c;
}

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

.container {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px;
}

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

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

.col-12 { flex: 0 0 auto; width: 100%; }
.col-lg-4 { flex: 0 0 auto; width: 100%; }
.col-lg-5 { flex: 0 0 auto; width: 100%; }
.col-lg-6 { flex: 0 0 auto; width: 100%; }
.col-lg-7 { flex: 0 0 auto; width: 100%; }
.col-lg-8 { flex: 0 0 auto; width: 100%; }
.col-lg-10 { flex: 0 0 auto; width: 100%; }
.col-md-3 { flex: 0 0 auto; width: 100%; }
.col-md-4 { flex: 0 0 auto; width: 100%; }
.col-md-5 { flex: 0 0 auto; width: 100%; }
.col-md-6 { flex: 0 0 auto; width: 100%; }
.col-md-8 { flex: 0 0 auto; width: 100%; }
.col-sm-6 { flex: 0 0 auto; width: 100%; }
.col-xl-7 { flex: 0 0 auto; width: 100%; }
.col-xl-9 { flex: 0 0 auto; width: 100%; }
.col-xxl-7 { flex: 0 0 auto; width: 100%; }

@media (min-width: 576px) {
  .col-sm-6 { width: 50%; }
}

@media (min-width: 768px) {
  .container { max-width: 720px; }
  .col-md-3 { width: 25%; }
  .col-md-4 { width: 33.333%; }
  .col-md-5 { width: 41.667%; }
  .col-md-6 { width: 50%; }
  .col-md-8 { width: 66.667%; }
}

@media (min-width: 992px) {
  .container { max-width: 960px; }
  .col-lg-4 { width: 33.333%; }
  .col-lg-5 { width: 41.667%; }
  .col-lg-6 { width: 50%; }
  .col-lg-7 { width: 58.333%; }
  .col-lg-8 { width: 66.667%; }
  .col-lg-10 { width: 83.333%; }
}

@media (min-width: 1200px) {
  .container { max-width: 1140px; }
  .col-xl-7 { width: 58.333%; }
  .col-xl-9 { width: 75%; }
}

@media (min-width: 1400px) {
  .container { max-width: 1320px; }
  .col-xxl-7 { width: 58.333%; }
}

.text-center { text-align: center !important; }
.mx-auto { margin-left: auto !important; margin-right: auto !important; }
.mb-0 { margin-bottom: 0 !important; }
.mb-4 { margin-bottom: 1.5rem !important; }
.mb-5 { margin-bottom: 2rem !important; }
.mt-3 { margin-top: 1rem !important; }
.mt-5 { margin-top: 2rem !important; }
.ps-lg-5 { padding-left: 0; }
.pe-lg-5 { padding-right: 0; }
.align-items-center { align-items: center; }
.justify-content-center { justify-content: center; }

@media (min-width: 992px) {
  .ps-lg-5 { padding-left: 3rem !important; }
  .pe-lg-5 { padding-right: 3rem !important; }
  .mb-lg-0 { margin-bottom: 0 !important; }
  .order-lg-1 { order: 1; }
  .order-lg-2 { order: 2; }
}

.btn {
  display: inline-block;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
  cursor: pointer;
  user-select: none;
  border: 2px solid transparent;
  padding: 1rem 2.25rem;
  font-size: 1.125rem;
  border-radius: 8px;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.btn-primary-hero {
  background: linear-gradient(135deg, #dc143c 0%, #b01030 100%);
  color: white;
  border-color: #dc143c;
  box-shadow: 0 4px 15px rgba(220, 20, 60, 0.3);
}

.btn-primary-hero:hover {
  background: linear-gradient(135deg, #b01030 0%, #8b0c28 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(220, 20, 60, 0.4);
  color: white;
}

.btn-secondary-hero {
  background: white;
  color: #dc143c;
  border-color: #dc143c;
}

.btn-secondary-hero:hover {
  background: #dc143c;
  color: white;
  border-color: #dc143c;
}

.btn-service {
  background: #4169e1;
  color: white;
  border-color: #4169e1;
  width: 100%;
  font-size: 1rem;
  padding: 0.875rem 1.5rem;
}

.btn-service:hover {
  background: #2c4fb8;
  border-color: #2c4fb8;
  color: white;
}

.btn-cta-large {
  background: linear-gradient(135deg, #dc143c 0%, #b01030 100%);
  color: white;
  padding: 1.25rem 3rem;
  font-size: 1.25rem;
  border-radius: 10px;
  box-shadow: 0 6px 20px rgba(220, 20, 60, 0.35);
}

.btn-cta-large:hover {
  background: linear-gradient(135deg, #b01030 0%, #8b0c28 100%);
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(220, 20, 60, 0.45);
  color: white;
}

.btn-primary-large {
  background: #4169e1;
  color: white;
  border-color: #4169e1;
  padding: 1rem 2.5rem;
  margin: 0.5rem;
}

.btn-primary-large:hover {
  background: #2c4fb8;
  color: white;
}

.btn-secondary-large {
  background: white;
  color: #4169e1;
  border-color: #4169e1;
  padding: 1rem 2.5rem;
  margin: 0.5rem;
}

.btn-secondary-large:hover {
  background: #4169e1;
  color: white;
}

.btn-cookie-accept {
  background: #4169e1;
  color: white;
  padding: 0.75rem 1.5rem;
  font-size: 0.95rem;
  border: none;
  border-radius: 6px;
  margin-right: 0.75rem;
}

.btn-cookie-decline {
  background: white;
  color: #4169e1;
  border: 2px solid #4169e1;
  padding: 0.75rem 1.5rem;
  font-size: 0.95rem;
  border-radius: 6px;
}

.hero-section {
  position: relative;
  min-height: 85vh;
  display: flex;
  align-items: center;
  background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f1419 100%);
  overflow: hidden;
}

.hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
    radial-gradient(circle at 20% 50%, rgba(220, 20, 60, 0.15) 0%, transparent 50%),
    radial-gradient(circle at 80% 80%, rgba(65, 105, 225, 0.15) 0%, transparent 50%);
  z-index: 1;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: repeating-linear-gradient(
    0deg,
    transparent,
    transparent 2px,
    rgba(255,255,255,0.02) 2px,
    rgba(255,255,255,0.02) 4px
  );
  z-index: 2;
}

.hero-content {
  position: relative;
  z-index: 3;
  padding: 4rem 0;
}

.hero-title {
  font-size: 3.75rem;
  font-weight: 900;
  color: white;
  margin-bottom: 1.5rem;
  line-height: 1.1;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

.hero-subtitle {
  font-size: 1.375rem;
  color: #e0e0e0;
  margin-bottom: 2.5rem;
  line-height: 1.6;
  font-weight: 400;
}

.hero-buttons {
  margin-bottom: 3rem;
}

.hero-buttons .btn {
  margin-right: 1rem;
  margin-bottom: 1rem;
}

.hero-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
  margin-top: 3rem;
}

.stat-item {
  display: flex;
  flex-direction: column;
}

.stat-number {
  font-size: 2.5rem;
  font-weight: 900;
  color: #dc143c;
  font-family: 'Playfair Display', serif;
  margin-bottom: 0.25rem;
}

.stat-label {
  font-size: 0.95rem;
  color: #b0b0b0;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
}

.services-pricing-section {
  padding: 6rem 0;
  background: #ffffff;
}

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

.section-title {
  font-size: 3rem;
  font-weight: 900;
  color: #1a1a1a;
  margin-bottom: 1rem;
}

.section-subtitle {
  font-size: 1.25rem;
  color: #666;
  font-weight: 400;
}

.service-card {
  background: white;
  border: 2px solid #e0e0e0;
  border-radius: 12px;
  padding: 2.5rem;
  height: 100%;
  transition: all 0.3s ease;
  position: relative;
}

.service-card:hover {
  border-color: #4169e1;
  box-shadow: 0 8px 30px rgba(65, 105, 225, 0.15);
  transform: translateY(-5px);
}

.service-card.featured {
  border-color: #dc143c;
  border-width: 3px;
  box-shadow: 0 10px 40px rgba(220, 20, 60, 0.2);
}

.popular-badge {
  position: absolute;
  top: -15px;
  right: 20px;
  background: linear-gradient(135deg, #dc143c 0%, #b01030 100%);
  color: white;
  padding: 0.5rem 1.5rem;
  border-radius: 20px;
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.service-header {
  margin-bottom: 1.5rem;
  border-bottom: 2px solid #f0f0f0;
  padding-bottom: 1.5rem;
}

.service-header h3 {
  font-size: 1.75rem;
  margin-bottom: 1rem;
  color: #1a1a1a;
}

.price-tag {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 0.75rem;
}

.old-price {
  font-size: 1.25rem;
  color: #999;
  text-decoration: line-through;
}

.current-price {
  font-size: 2.5rem;
  font-weight: 900;
  color: #dc143c;
  font-family: 'Playfair Display', serif;
}

.savings-badge {
  display: inline-block;
  background: #fff3cd;
  color: #856404;
  padding: 0.375rem 0.875rem;
  border-radius: 6px;
  font-size: 0.875rem;
  font-weight: 600;
}

.service-body {
  margin-top: 1.5rem;
}

.service-description {
  font-size: 1.0625rem;
  color: #555;
  margin-bottom: 1.5rem;
  line-height: 1.6;
}

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

.service-features li {
  padding: 0.75rem 0;
  padding-left: 1.75rem;
  position: relative;
  color: #444;
  border-bottom: 1px solid #f0f0f0;
}

.service-features li:last-child {
  border-bottom: none;
}

.service-features li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: #4169e1;
  font-weight: 700;
  font-size: 1.125rem;
}

.guarantee-box {
  background: linear-gradient(135deg, #e8f4fd 0%, #d0e7f9 100%);
  border: 2px solid #4169e1;
  border-radius: 12px;
  padding: 2rem;
  margin-top: 3rem;
  text-align: center;
}

.guarantee-box h4 {
  color: #1a1a1a;
  margin-bottom: 0.75rem;
  font-size: 1.5rem;
}

.guarantee-box p {
  color: #444;
  margin: 0;
  font-size: 1.0625rem;
}

.psychology-pricing-section,
.value-stack-section,
.objection-elimination-section,
.scarcity-urgency-section,
.ab-testing-section,
.presentation-design-section,
.risk-reversal-section {
  padding: 6rem 0;
  background: #fafafa;
}

.psychology-pricing-section:nth-of-type(even),
.value-stack-section:nth-of-type(even) {
  background: white;
}

.display-title {
  font-size: 2.75rem;
  font-weight: 900;
  color: #1a1a1a;
  margin-bottom: 1.5rem;
  line-height: 1.2;
}

.lead-text {
  font-size: 1.25rem;
  color: #555;
  line-height: 1.7;
  margin-bottom: 2rem;
}

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

.block-title {
  font-size: 1.5rem;
  color: #1a1a1a;
  margin-bottom: 1rem;
  font-weight: 700;
}

.content-block p {
  color: #555;
  line-height: 1.7;
}

.section-image {
  border-radius: 12px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.1);
}

.objection-card {
  background: white;
  border-radius: 12px;
  padding: 2rem;
  margin-bottom: 2rem;
  border-left: 4px solid #dc143c;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
}

.objection-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.25rem;
}

.objection-number {
  background: linear-gradient(135deg, #dc143c 0%, #b01030 100%);
  color: white;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 900;
  flex-shrink: 0;
}

.objection-header h3 {
  margin: 0;
  font-size: 1.5rem;
}

.objection-text {
  color: #555;
  line-height: 1.7;
  margin-bottom: 1rem;
}

.value-stacking-demo {
  background: white;
  border-radius: 12px;
  padding: 2.5rem;
  margin: 2.5rem 0;
  box-shadow: 0 8px 30px rgba(0,0,0,0.1);
}

.stack-item {
  border: 2px solid #e0e0e0;
  border-radius: 10px;
  padding: 1.5rem;
  margin-bottom: 1rem;
  background: #fafafa;
}

.stack-label {
  font-weight: 700;
  color: #1a1a1a;
  font-size: 1.125rem;
  margin-bottom: 0.5rem;
}

.stack-value {
  font-size: 1.75rem;
  color: #4169e1;
  font-weight: 900;
  font-family: 'Playfair Display', serif;
  margin-bottom: 0.75rem;
}

.stack-connector {
  text-align: center;
  font-size: 2rem;
  color: #dc143c;
  font-weight: 700;
  margin: 0.5rem 0;
}

.stack-total {
  background: linear-gradient(135deg, #f0f0f0 0%, #e0e0e0 100%);
  border-radius: 10px;
  padding: 1.5rem;
  margin: 1.5rem 0;
  text-align: center;
}

.total-label {
  font-size: 1.125rem;
  font-weight: 600;
  color: #444;
  margin-bottom: 0.5rem;
}

.total-value {
  font-size: 2.5rem;
  color: #1a1a1a;
  font-weight: 900;
  font-family: 'Playfair Display', serif;
}

.offer-price {
  background: linear-gradient(135deg, #dc143c 0%, #b01030 100%);
  border-radius: 10px;
  padding: 2rem;
  text-align: center;
  color: white;
}

.price-label {
  font-size: 1.125rem;
  margin-bottom: 0.5rem;
  opacity: 0.9;
}

.price-value {
  font-size: 3.5rem;
  font-weight: 900;
  font-family: 'Playfair Display', serif;
  margin-bottom: 0.5rem;
}

.savings-highlight {
  font-size: 1.25rem;
  font-weight: 700;
}

.methodology-text {
  margin-top: 2rem;
  color: #555;
  line-height: 1.7;
  font-style: italic;
}

.tactic-card {
  background: white;
  border-radius: 12px;
  padding: 2rem;
  height: 100%;
  border: 2px solid #e0e0e0;
  transition: all 0.3s ease;
}

.tactic-card:hover {
  border-color: #4169e1;
  box-shadow: 0 6px 25px rgba(65, 105, 225, 0.15);
}

.tactic-number {
  display: inline-block;
  background: #4169e1;
  color: white;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  font-size: 1.5rem;
  font-weight: 900;
  margin-bottom: 1rem;
}

.tactic-title {
  font-size: 1.5rem;
  color: #1a1a1a;
  margin-bottom: 1rem;
}

.tactic-description {
  color: #555;
  line-height: 1.7;
  margin-bottom: 1.5rem;
}

.example-box {
  background: #f8f9fa;
  border-left: 4px solid #4169e1;
  padding: 1.25rem;
  border-radius: 6px;
  margin-top: 1rem;
}

.example-box strong {
  color: #1a1a1a;
  display: block;
  margin-bottom: 0.5rem;
}

.ethics-statement {
  background: linear-gradient(135deg, #e8f4fd 0%, #d0e7f9 100%);
  border-radius: 12px;
  padding: 2.5rem;
  margin-top: 3rem;
}

.ethics-statement h4 {
  color: #1a1a1a;
  margin-bottom: 1rem;
  font-size: 1.75rem;
}

.ethics-statement p {
  color: #444;
  line-height: 1.7;
  margin: 0;
  font-size: 1.0625rem;
}

.testing-phase {
  margin-bottom: 2.5rem;
}

.phase-title {
  font-size: 1.75rem;
  color: #1a1a1a;
  margin-bottom: 1rem;
  font-weight: 700;
}

.testing-phase p {
  color: #555;
  line-height: 1.7;
  margin-bottom: 1.5rem;
}

.hypothesis-example {
  background: #fff9e6;
  border-left: 4px solid #ffc107;
  padding: 1.25rem;
  border-radius: 6px;
  margin-top: 1rem;
}

.hypothesis-example strong {
  color: #1a1a1a;
  display: block;
  margin-bottom: 0.5rem;
}

.metrics-list h4 {
  font-size: 1.125rem;
  color: #1a1a1a;
  margin-bottom: 0.75rem;
}

.metrics-list ul {
  list-style: none;
  padding: 0;
}

.metrics-list li {
  padding: 0.5rem 0;
  padding-left: 1.5rem;
  position: relative;
  color: #555;
}

.metrics-list li::before {
  content: '→';
  position: absolute;
  left: 0;
  color: #4169e1;
  font-weight: 700;
}

.elements-grid {
  display: grid;
  gap: 1rem;
  margin-top: 1.5rem;
}

.element-item {
  background: white;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  padding: 1.25rem;
}

.element-impact {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  border-radius: 4px;
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
}

.element-impact.high {
  background: #ffeaea;
  color: #dc143c;
}

.element-impact.medium {
  background: #fff3cd;
  color: #856404;
}

.element-impact.low {
  background: #e8f4fd;
  color: #4169e1;
}

.element-item h5 {
  font-size: 1.125rem;
  color: #1a1a1a;
  margin-bottom: 0.5rem;
}

.element-item p {
  color: #666;
  font-size: 0.95rem;
  margin: 0;
}

.iteration-note {
  background: #f8f9fa;
  border-left: 4px solid #dc143c;
  padding: 1.25rem;
  border-radius: 6px;
  margin-top: 1.5rem;
  font-style: italic;
  color: #444;
}

.design-principle {
  margin-bottom: 2rem;
}

.principle-title {
  font-size: 1.375rem;
  color: #1a1a1a;
  margin-bottom: 0.75rem;
  font-weight: 700;
}

.design-principle p {
  color: #555;
  line-height: 1.7;
}

.design-checklist {
  background: white;
  border-radius: 12px;
  padding: 2rem;
  margin-top: 2rem;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
}

.design-checklist h4 {
  font-size: 1.5rem;
  color: #1a1a1a;
  margin-bottom: 1.25rem;
}

.design-checklist ul {
  list-style: none;
  padding: 0;
}

.design-checklist li {
  padding: 0.75rem 0;
  padding-left: 2rem;
  position: relative;
  color: #555;
  border-bottom: 1px solid #f0f0f0;
}

.design-checklist li:last-child {
  border-bottom: none;
}

.design-checklist li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: #4169e1;
  font-weight: 900;
  font-size: 1.25rem;
}

.intro-text {
  font-size: 1.125rem;
  color: #555;
  line-height: 1.7;
  margin-bottom: 2rem;
  font-style: italic;
}

.guarantee-type {
  background: white;
  border-radius: 12px;
  padding: 2rem;
  height: 100%;
  border: 2px solid #e0e0e0;
}

.guarantee-title {
  font-size: 1.5rem;
  color: #1a1a1a;
  margin-bottom: 1rem;
  font-weight: 700;
}

.guarantee-type p {
  color: #555;
  line-height: 1.7;
  margin-bottom: 1.5rem;
}

.guarantee-example {
  background: #f8f9fa;
  border-radius: 8px;
  padding: 1.25rem;
  margin-top: 1rem;
}

.example-header {
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 0.5rem;
  font-size: 0.95rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.guarantee-example p {
  color: #444;
  margin: 0.75rem 0;
  line-height: 1.6;
}

.implementation-tips {
  margin-top: 3rem;
}

.implementation-tips h4 {
  font-size: 1.75rem;
  color: #1a1a1a;
  margin-bottom: 2rem;
  text-align: center;
}

.tip-box {
  background: white;
  border-radius: 8px;
  padding: 1.5rem;
  height: 100%;
  border: 2px solid #e0e0e0;
}

.tip-box h5 {
  font-size: 1.25rem;
  color: #dc143c;
  margin-bottom: 0.75rem;
  font-weight: 700;
}

.tip-box p {
  color: #555;
  line-height: 1.6;
  margin: 0;
}

.cta-final-section {
  padding: 5rem 0;
  background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
}

.cta-box {
  background: rgba(255,255,255,0.05);
  border: 2px solid rgba(255,255,255,0.1);
  border-radius: 16px;
  padding: 3rem;
  backdrop-filter: blur(10px);
}

.cta-title {
  font-size: 2.5rem;
  color: white;
  margin-bottom: 1rem;
  font-weight: 900;
}

.cta-text {
  font-size: 1.25rem;
  color: #e0e0e0;
  margin-bottom: 1.5rem;
  line-height: 1.6;
}

.urgency-indicator {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  background: rgba(220, 20, 60, 0.2);
  border: 2px solid #dc143c;
  border-radius: 8px;
  padding: 0.75rem 1.5rem;
  margin-top: 1rem;
}

.urgency-icon {
  font-size: 1.5rem;
}

.urgency-text {
  color: #ffffff;
  font-weight: 600;
  font-size: 1rem;
}

.cta-subtext {
  margin-top: 1rem;
  color: #b0b0b0;
  font-size: 0.95rem;
}

.site-footer {
  background: #1a1a2e;
  color: #b0b0b0;
  padding: 4rem 0 2rem;
}

.footer-brand {
  font-size: 1.75rem;
  color: white;
  margin-bottom: 1rem;
  font-family: 'Playfair Display', serif;
  font-weight: 900;
}

.footer-description {
  color: #b0b0b0;
  line-height: 1.6;
}

.footer-heading {
  color: white;
  font-size: 1.25rem;
  margin-bottom: 1.25rem;
  font-weight: 700;
}

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

.footer-contact li {
  padding: 0.375rem 0;
  color: #b0b0b0;
}

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

.footer-links li {
  padding: 0.5rem 0;
}

.footer-links a {
  color: #b0b0b0;
  transition: color 0.3s ease;
}

.footer-links a:hover {
  color: #dc143c;
}

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

.footer-bottom p {
  color: #808080;
  margin: 0;
  font-size: 0.95rem;
}

.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(26, 26, 46, 0.98);
  border-top: 3px solid #4169e1;
  padding: 1.5rem;
  z-index: 9999;
  backdrop-filter: blur(10px);
  box-shadow: 0 -4px 20px rgba(0,0,0,0.3);
}

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

.cookie-content p {
  color: white;
  margin: 0;
  flex: 1;
  min-width: 250px;
}

.cookie-content a {
  color: #4169e1;
  text-decoration: underline;
}

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

.inner-hero {
  background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
  padding: 5rem 0 4rem;
  text-align: center;
}

.inner-hero-title {
  font-size: 3rem;
  color: white;
  margin-bottom: 1rem;
  font-weight: 900;
}

.inner-hero-subtitle {
  font-size: 1.25rem;
  color: #e0e0e0;
  margin: 0;
}

.inner-hero-small {
  background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
  padding: 3rem 0 2.5rem;
  text-align: center;
}

.story-section,
.philosophy-section,
.methodology-section,
.results-section,
.testimonials-section,
.commitment-section,
.cta-section {
  padding: 5rem 0;
}

.story-section {
  background: white;
}

.philosophy-section {
  background: #fafafa;
}

.methodology-section {
  background: white;
}

.results-section {
  background: #fafafa;
}

.testimonials-section {
  background: white;
}

.commitment-section {
  background: #fafafa;
}

.cta-section {
  background: white;
}

.story-text {
  color: #555;
  line-height: 1.7;
  margin-bottom: 1.5rem;
  font-size: 1.0625rem;
}

.philosophy-card {
  background: white;
  border-radius: 12px;
  padding: 2rem;
  height: 100%;
  border: 2px solid #e0e0e0;
  transition: all 0.3s ease;
}

.philosophy-card:hover {
  border-color: #4169e1;
  box-shadow: 0 6px 25px rgba(65, 105, 225, 0.15);
  transform: translateY(-5px);
}

.philosophy-icon {
  background: linear-gradient(135deg, #dc143c 0%, #b01030 100%);
  color: white;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.75rem;
  font-weight: 900;
  margin-bottom: 1.25rem;
}

.philosophy-card h3 {
  font-size: 1.5rem;
  color: #1a1a1a;
  margin-bottom: 1rem;
}

.philosophy-card p {
  color: #555;
  line-height: 1.7;
  margin: 0;
}

.methodology-intro {
  font-size: 1.125rem;
  color: #555;
  line-height: 1.7;
  margin-bottom: 2rem;
}

.methodology-step {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #e0e0e0;
}

.methodology-step:last-child {
  border-bottom: none;
}

.step-number {
  background: #4169e1;
  color: white;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 900;
  flex-shrink: 0;
}

.step-content h4 {
  font-size: 1.25rem;
  color: #1a1a1a;
  margin-bottom: 0.5rem;
}

.step-content p {
  color: #555;
  line-height: 1.7;
  margin: 0;
}

.stat-card {
  background: white;
  border-radius: 12px;
  padding: 2rem;
  text-align: center;
  height: 100%;
  border: 2px solid #e0e0e0;
  transition: all 0.3s ease;
}

.stat-card:hover {
  border-color: #dc143c;
  box-shadow: 0 6px 25px rgba(220, 20, 60, 0.15);
  transform: translateY(-5px);
}

.stat-card .stat-number {
  font-size: 3rem;
  color: #dc143c;
  font-weight: 900;
  font-family: 'Playfair Display', serif;
  margin-bottom: 0.5rem;
}

.stat-card .stat-label {
  font-size: 1.125rem;
  color: #1a1a1a;
  font-weight: 700;
  margin-bottom: 0.75rem;
  display: block;
}

.stat-description {
  color: #666;
  font-size: 0.95rem;
  line-height: 1.5;
  margin: 0;
}

.testimonial-card {
  background: white;
  border-radius: 12px;
  padding: 2rem;
  height: 100%;
  border-left: 4px solid #4169e1;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
}

.testimonial-text {
  color: #555;
  line-height: 1.7;
  font-size: 1.0625rem;
  margin-bottom: 1.5rem;
  font-style: italic;
}

.testimonial-author {
  display: flex;
  flex-direction: column;
}

.testimonial-author strong {
  color: #1a1a1a;
  font-size: 1.125rem;
  margin-bottom: 0.25rem;
}

.testimonial-author span {
  color: #666;
  font-size: 0.95rem;
}

.commitment-content {
  background: white;
  border-radius: 12px;
  padding: 2.5rem;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
}

.commitment-content p {
  color: #555;
  line-height: 1.7;
  margin-bottom: 1.5rem;
  font-size: 1.0625rem;
}

.commitment-highlight {
  background: linear-gradient(135deg, #fff3cd 0%, #ffe8a1 100%);
  border-left: 4px solid #ffc107;
  padding: 1.5rem;
  border-radius: 8px;
  font-size: 1.125rem;
  font-weight: 500;
  color: #856404;
  margin-top: 2rem;
}

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

.contact-form-wrapper {
  background: white;
  border-radius: 12px;
  padding: 2.5rem;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
}

.form-title {
  font-size: 2rem;
  color: #1a1a1a;
  margin-bottom: 1rem;
  font-weight: 700;
}

.form-description {
  color: #666;
  line-height: 1.7;
  margin-bottom: 2rem;
}

.form-label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 600;
  color: #1a1a1a;
}

.form-control,
.form-select {
  display: block;
  width: 100%;
  padding: 0.875rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #2c3e50;
  background-color: white;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.form-control:focus,
.form-select:focus {
  outline: 0;
  border-color: #4169e1;
  box-shadow: 0 0 0 3px rgba(65, 105, 225, 0.1);
}

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

.form-check {
  display: flex;
  align-items: flex-start;
  margin-bottom: 0;
}

.form-check-input {
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 0.125rem;
  margin-right: 0.75rem;
  flex-shrink: 0;
  border: 2px solid #e0e0e0;
  border-radius: 4px;
  background-color: white;
  cursor: pointer;
}

.form-check-input:checked {
  background-color: #4169e1;
  border-color: #4169e1;
}

.form-check-label {
  color: #555;
  line-height: 1.5;
  cursor: pointer;
}

.form-note {
  margin-top: 1rem;
  color: #666;
  font-size: 0.95rem;
  font-style: italic;
}

.contact-info-box {
  background: white;
  border-radius: 12px;
  padding: 2rem;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
  margin-bottom: 2rem;
}

.info-title {
  font-size: 1.5rem;
  color: #1a1a1a;
  margin-bottom: 1.5rem;
  font-weight: 700;
}

.info-item {
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #f0f0f0;
}

.info-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.info-item h4 {
  font-size: 1.125rem;
  color: #1a1a1a;
  margin-bottom: 0.5rem;
}

.info-item p {
  color: #555;
  margin: 0;
  line-height: 1.6;
}

.info-note {
  font-size: 0.95rem;
  color: #999;
  margin-top: 0.25rem;
}

.guarantee-box-sidebar {
  background: linear-gradient(135deg, #e8f4fd 0%, #d0e7f9 100%);
  border: 2px solid #4169e1;
  border-radius: 12px;
  padding: 1.5rem;
  margin-bottom: 2rem;
}

.guarantee-box-sidebar h4 {
  font-size: 1.25rem;
  color: #1a1a1a;
  margin-bottom: 0.75rem;
}

.guarantee-box-sidebar p {
  color: #444;
  line-height: 1.6;
  margin: 0;
  font-size: 0.95rem;
}

.faq-sidebar {
  background: white;
  border-radius: 12px;
  padding: 2rem;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
}

.faq-sidebar h4 {
  font-size: 1.25rem;
  color: #1a1a1a;
  margin-bottom: 1.5rem;
  font-weight: 700;
}

.faq-item {
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #f0f0f0;
}

.faq-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.faq-item h5 {
  font-size: 1rem;
  color: #1a1a1a;
  margin-bottom: 0.5rem;
  font-weight: 600;
}

.faq-item p {
  color: #666;
  line-height: 1.6;
  margin: 0;
  font-size: 0.95rem;
}

.locations-section {
  padding: 5rem 0;
  background: white;
}

.location-card {
  background: #fafafa;
  border: 2px solid #e0e0e0;
  border-radius: 12px;
  padding: 2rem;
  height: 100%;
  transition: all 0.3s ease;
}

.location-card:hover {
  border-color: #4169e1;
  box-shadow: 0 6px 25px rgba(65, 105, 225, 0.15);
}

.location-card h3 {
  font-size: 1.5rem;
  color: #1a1a1a;
  margin-bottom: 1rem;
}

.location-card p {
  color: #555;
  line-height: 1.7;
  margin: 0;
}

.policy-content {
  padding: 4rem 0;
  background: white;
}

.policy-text {
  color: #555;
  line-height: 1.8;
  font-size: 1.0625rem;
}

.policy-intro {
  font-size: 1.25rem;
  color: #444;
  line-height: 1.7;
  margin-bottom: 2.5rem;
  font-weight: 500;
}

.policy-text h2 {
  font-size: 1.75rem;
  color: #1a1a1a;
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-weight: 700;
}

.policy-text p {
  margin-bottom: 1.5rem;
}

.policy-date {
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 2px solid #e0e0e0;
  font-style: italic;
  color: #999;
  text-align: center;
}

.thankyou-section {
  min-height: 80vh;
  display: flex;
  align-items: center;
  padding: 5rem 0;
  background: linear-gradient(135deg, #fafafa 0%, #f0f0f0 100%);
}

.thankyou-content {
  background: white;
  border-radius: 16px;
  padding: 4rem 3rem;
  box-shadow: 0 10px 40px rgba(0,0,0,0.1);
}

.success-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #4caf50 0%, #45a049 100%);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  margin: 0 auto 2rem;
  font-weight: 900;
}

.thankyou-title {
  font-size: 2.5rem;
  color: #1a1a1a;
  margin-bottom: 1rem;
  font-weight: 900;
}

.thankyou-text {
  font-size: 1.25rem;
  color: #666;
  line-height: 1.7;
  margin-bottom: 3rem;
}

.next-steps {
  background: #f8f9fa;
  border-radius: 12px;
  padding: 2rem;
  margin: 2.5rem 0;
}

.next-steps h3 {
  font-size: 1.75rem;
  color: #1a1a1a;
  margin-bottom: 1.5rem;
  text-align: center;
}

.step {
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #e0e0e0;
}

.step:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.step strong {
  display: block;
  color: #1a1a1a;
  font-size: 1.125rem;
  margin-bottom: 0.5rem;
}

.step p {
  color: #666;
  line-height: 1.6;
  margin: 0;
}

.thankyou-cta {
  margin: 2.5rem 0;
}

.cta-text {
  font-size: 1.0625rem;
  color: #666;
  margin-bottom: 1.5rem;
}

.contact-reminder {
  margin-top: 2.5rem;
  padding-top: 2rem;
  border-top: 2px solid #f0f0f0;
  text-align: center;
}

.contact-reminder p {
  color: #555;
  margin: 0;
  font-size: 1.0625rem;
}

.contact-reminder a {
  color: #4169e1;
  font-weight: 700;
  text-decoration: underline;
}

@media (max-width: 991px) {
  .hero-title {
    font-size: 2.5rem;
  }
  
  .hero-subtitle {
    font-size: 1.125rem;
  }
  
  .hero-stats {
    gap: 2rem;
  }
  
  .stat-number {
    font-size: 2rem;
  }
  
  .section-title {
    font-size: 2.25rem;
  }
  
  .display-title {
    font-size: 2rem;
  }
  
  h1 {
    font-size: 2.5rem;
  }
  
  h2 {
    font-size: 2rem;
  }
}

@media (max-width: 767px) {
  .hero-section {
    min-height: 70vh;
  }
  
  .hero-title {
    font-size: 2rem;
  }
  
  .hero-subtitle {
    font-size: 1rem;
  }
  
  .hero-buttons .btn {
    display: block;
    width: 100%;
    margin-right: 0;
  }
  
  .hero-stats {
    gap: 1.5rem;
    justify-content: center;
  }
  
  .stat-item {
    text-align: center;
  }
  
  .section-title {
    font-size: 1.875rem;
  }
  
  .service-card {
    padding: 1.75rem;
  }
  
  .cta-box {
    padding: 2rem 1.5rem;
  }
  
  .cta-title {
    font-size: 1.875rem;
  }
  
  .cookie-content {
    flex-direction: column;
  }
  
  .cookie-buttons {
    width: 100%;
    justify-content: space-between;
  }
  
  .inner-hero-title {
    font-size: 2rem;
  }
  
  .contact-form-wrapper {
    padding: 1.75rem;
  }
  
  .thankyou-content {
    padding: 2.5rem 1.5rem;
  }
  
  .thankyou-title {
    font-size: 1.875rem;
  }
}