* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 1.3;
}

h1 {
  font-size: calc(1.575rem + 2.4vw);
}

h2 {
  font-size: calc(1.425rem + 1.1vw);
}

h3 {
  font-size: calc(1.375rem + .8vw);
}

h4 {
  font-size: calc(1.275rem + .3vw);
}

h5 {
  font-size: 1.375rem;
}

h6 {
  font-size: 1.125rem;
}

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

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

a:hover {
  opacity: .8;
}

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-2 {
  font-size: calc(1.625rem + 3.6vw);
  font-weight: 600;
  line-height: 1.15;
}

.display-3 {
  font-size: calc(1.675rem + 4.2vw);
  font-weight: 600;
  line-height: 1.15;
}

.display-4 {
  font-size: calc(1.575rem + 2.7vw);
  font-weight: 600;
  line-height: 1.15;
}

.display-5 {
  font-size: calc(1.525rem + 2.4vw);
  font-weight: 600;
  line-height: 1.15;
}

.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 600;
  line-height: 1.15;
}

.lead {
  font-size: 1.3125rem;
  font-weight: 400;
}

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

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

.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;
}

.g-0 {
  margin-right: 0;
  margin-left: 0;
}

.g-0 > * {
  padding-right: 0;
  padding-left: 0;
}

.g-3 > * {
  padding-right: .875rem;
  padding-left: .875rem;
}

.g-4 > * {
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

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

.form-label {
  margin-bottom: .75rem;
  display: inline-block;
  font-weight: 500;
}

.form-control {
  display: block;
  width: 100%;
  padding: .925rem 1.375rem;
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 1.3;
  background-color: transparent;
  border-radius: .75rem;
}

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

.form-select {
  display: block;
  width: 100%;
  padding: .925rem 3.75rem .925rem 1.375rem;
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 1.3;
  background-color: transparent;
  border-radius: .75rem;
  appearance: none;
}

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

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

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

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

.btn {
  display: inline-block;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
  cursor: pointer;
  user-select: none;
  border: 1px solid transparent;
  padding: .925rem 1.375rem;
  font-size: 1.0625rem;
  border-radius: .75rem;
  transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out, opacity .2s ease-in-out;
}

.btn-lg {
  padding: 1.125rem 1.875rem;
  font-size: 1.1875rem;
  border-radius: .875rem;
}

.nav-link {
  display: block;
  padding: .75rem 1.25rem;
  transition: color .2s ease-in-out;
}

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

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

.navbar-brand {
  padding-top: .5rem;
  padding-bottom: .5rem;
  margin-right: 1.25rem;
  font-size: 1.5rem;
  white-space: nowrap;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.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: .375rem .875rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: .75rem;
}

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

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

.img-fluid {
  max-width: 100%;
  height: auto;
}

.badge {
  display: inline-block;
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.5rem;
}

.border {
  border: 1px solid #e2e8f0 !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-start {
  border-left: 1px solid #e2e8f0 !important;
}

.border-primary {
  border-color: #8b1538 !important;
}

.border-success {
  border-color: #10b981 !important;
}

.border-warning {
  border-color: #f59e0b !important;
}

.bg-white {
  background-color: #ffffff !important;
}

.bg-light {
  background-color: #f9f5f0 !important;
}

.bg-primary {
  background-color: #8b1538 !important;
}

.bg-dark {
  background-color: #1e293b !important;
}

.bg-success {
  background-color: #10b981 !important;
}

.text-white {
  color: #ffffff !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-muted {
  color: #64748b !important;
}

.text-secondary {
  color: #475569 !important;
}

.text-primary {
  color: #8b1538 !important;
}

.text-success {
  color: #10b981 !important;
}

.text-warning {
  color: #f59e0b !important;
}

.text-info {
  color: #06b6d4 !important;
}

.small {
  font-size: 0.875rem;
}

.fst-italic {
  font-style: italic !important;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.d-block {
  display: block !important;
}

.d-flex {
  display: flex !important;
}

.d-none {
  display: none !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.w-100 {
  width: 100% !important;
}

.h-100 {
  height: 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;
}

.object-fit-cover {
  object-fit: cover !important;
}

.mt-2 {
  margin-top: .75rem !important;
}

.mt-3 {
  margin-top: .875rem !important;
}

.mt-4 {
  margin-top: 1.25rem !important;
}

.mt-5 {
  margin-top: 1.5rem !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-2 {
  margin-bottom: .75rem !important;
}

.mb-3 {
  margin-bottom: .875rem !important;
}

.mb-4 {
  margin-bottom: 1.25rem !important;
}

.mb-5 {
  margin-bottom: 1.5rem !important;
}

.mb-6 {
  margin-bottom: 3.5rem !important;
}

.ms-2 {
  margin-left: .75rem !important;
}

.ms-3 {
  margin-left: .875rem !important;
}

.ms-4 {
  margin-left: 1.25rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.me-2 {
  margin-right: .75rem !important;
}

.me-3 {
  margin-right: .875rem !important;
}

.me-4 {
  margin-right: 1.25rem !important;
}

.p-0 {
  padding: 0 !important;
}

.p-3 {
  padding: .875rem !important;
}

.p-4 {
  padding: 1.25rem !important;
}

.p-5 {
  padding: 1.5rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-3 {
  padding-top: .875rem !important;
  padding-bottom: .875rem !important;
}

.py-4 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}

.py-5 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-6 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.py-7 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.px-3 {
  padding-left: .875rem !important;
  padding-right: .875rem !important;
}

.px-5 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.ps-3 {
  padding-left: .875rem !important;
}

.ps-4 {
  padding-left: 1.25rem !important;
}

.ps-5 {
  padding-left: 1.5rem !important;
}

.pe-4 {
  padding-right: 1.25rem !important;
}

.fw-bold {
  font-weight: 600 !important;
}

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

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

.text-decoration-none {
  text-decoration: none !important;
}

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

.rounded {
  border-radius: .75rem !important;
}

.rounded-2 {
  border-radius: .75rem !important;
}

@media (min-width: 576px) {
  .container {
    max-width: 560px;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 740px;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .text-md-start {
    text-align: left !important;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 980px;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .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-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .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: .75rem;
    padding-left: .75rem;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .py-lg-5 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-6 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-lg-7 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1160px;
  }
  h1 {
    font-size: 3.125rem;
  }
  h2 {
    font-size: 2.125rem;
  }
  h3 {
    font-size: 1.875rem;
  }
  h4 {
    font-size: 1.5rem;
  }
  .display-2 {
    font-size: 4.25rem;
  }
  .display-3 {
    font-size: 4.75rem;
  }
  .display-4 {
    font-size: 3.75rem;
  }
  .display-5 {
    font-size: 3.25rem;
  }
  .display-6 {
    font-size: 2.5rem;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1340px;
  }
}

:root {
  --primary-color: #8b1538;
  --secondary-color: #fef3e2;
  --accent-color: #d4a574;
  --text-color: #1a1a1a;
  --bg-color: #ffffff;
  --bg-secondary: #f9f5f0;
  --border-color: #e8dfd6;
}

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

.topbar {
  background-color: var(--primary-color);
  color: white;
  padding: 0.65rem 0;
  font-size: 0.9rem;
}

.topbar a {
  color: white;
  text-decoration: none;
  opacity: 0.9;
  transition: opacity 0.2s;
}

.topbar a:hover {
  opacity: 1;
}

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

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

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

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

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

.btn-action-2 {
  background-color: var(--accent-color);
  color: white;
  border-color: var(--accent-color);
}

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

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

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

.btn-outline-dark {
  color: var(--text-color);
  border-color: var(--text-color);
  background-color: transparent;
}

.btn-outline-dark:hover {
  background-color: var(--text-color);
  border-color: var(--text-color);
  color: white;
  opacity: 1;
}

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

.form-control, .form-select {
  border: 1px solid var(--border-color);
  background-color: white;
}

.form-control:focus, .form-select:focus {
  border-color: var(--primary-color);
  box-shadow: 0 0 0 0.3rem rgba(139, 21, 56, 0.15);
}

.form-check-input {
  border: 1px solid var(--border-color);
}

.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;
  position: relative;
}

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

.navbar-toggler {
  border-color: var(--border-color);
}

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

.bi {
  vertical-align: middle;
}

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

a:hover {
  color: #6e1129;
  opacity: 1;
}

.hero-section {
  position: relative;
  min-height: 600px;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(139, 21, 56, 0.90) 0%, rgba(110, 17, 41, 0.88) 100%);
}

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

.creative-image-circle {
  border-radius: 50%;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
  transform: rotate(-5deg);
}

.creative-image-rounded {
  border-radius: 2.5rem;
  box-shadow: 0 20px 45px rgba(139, 21, 56, 0.25);
  border: 10px solid var(--secondary-color);
}

.creative-image-clip {
  clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.creative-offset-up {
  position: relative;
  margin-top: -6rem;
  z-index: 10;
}

.creative-bg-shape {
  position: absolute;
  width: 400px;
  height: 400px;
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--accent-color) 100%);
  opacity: 0.06;
  border-radius: 50%;
  z-index: 0;
}

.scroll-to-top {
  position: fixed;
  bottom: 2.5rem;
  right: 2.5rem;
  width: 55px;
  height: 55px;
  background-color: var(--primary-color);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 1.5rem;
  box-shadow: 0 6px 20px rgba(139, 21, 56, 0.4);
  transition: all 0.3s ease;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
}

.scroll-to-top.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.scroll-to-top:hover {
  background-color: #6e1129;
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(139, 21, 56, 0.5);
}

.cookie-banner {
  position: fixed;
  bottom: 1.5rem;
  left: 1.5rem;
  max-width: 400px;
  background-color: white;
  border-radius: 1rem;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  z-index: 9900;
  padding: 1.75rem;
  border: 2px solid var(--border-color);
}

.cookie-banner-text {
  font-size: 0.9rem;
  line-height: 1.5;
  margin-bottom: 1.25rem;
  color: var(--text-color);
}

.cookie-banner-actions {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.cookie-banner-actions .btn {
  font-size: 0.875rem;
  padding: 0.625rem 1.125rem;
}

.cookie-modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 9950;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}

.cookie-modal-overlay:target {
  display: flex;
}

.cookie-modal-box {
  background-color: white;
  border-radius: 1.25rem;
  max-width: 520px;
  width: 100%;
  max-height: 85vh;
  overflow-y: auto;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
  padding: 2rem;
  position: relative;
}

.cookie-modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
  padding-bottom: 1.25rem;
  border-bottom: 2px solid var(--border-color);
}

.cookie-modal-title {
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--text-color);
  margin: 0;
}

.cookie-close-btn {
  text-decoration: none;
  font-size: 2rem;
  color: var(--text-color);
  line-height: 1;
  opacity: 0.5;
  transition: opacity 0.2s;
}

.cookie-close-btn:hover {
  opacity: 1;
}

.cookie-intro {
  font-size: 0.9rem;
  color: var(--text-color);
  margin-bottom: 1.5rem;
  line-height: 1.6;
  opacity: 0.85;
}

.cookie-category-item {
  margin-bottom: 1.25rem;
  padding: 1.25rem;
  background-color: var(--bg-secondary);
  border-radius: 0.75rem;
  border-left: 4px solid var(--primary-color);
}

.cookie-category-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.75rem;
}

.cookie-category-name {
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--text-color);
  margin: 0;
}

.cookie-switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 26px;
}

.cookie-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.cookie-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #cbd5e1;
  transition: 0.3s;
  border-radius: 26px;
}

.cookie-slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  transition: 0.3s;
  border-radius: 50%;
}

.cookie-switch input:checked + .cookie-slider {
  background-color: var(--primary-color);
}

.cookie-switch input:checked + .cookie-slider:before {
  transform: translateX(24px);
}

.cookie-switch input:disabled + .cookie-slider {
  opacity: 0.5;
  cursor: not-allowed;
}

.cookie-category-description {
  font-size: 0.85rem;
  color: var(--text-color);
  opacity: 0.8;
  line-height: 1.5;
  margin: 0;
}

.cookie-modal-actions {
  display: flex;
  gap: 0.75rem;
  margin-top: 1.75rem;
  flex-wrap: wrap;
}

.cookie-modal-actions .btn {
  font-size: 0.9rem;
  padding: 0.75rem 1.25rem;
}

footer {
  background-color: #1e293b;
  color: rgba(255, 255, 255, 0.8);
  padding: 3.5rem 0 2rem;
}

footer a {
  color: rgba(255, 255, 255, 0.7);
  transition: color 0.2s;
}

footer a:hover {
  color: white;
  opacity: 1;
}

footer h5 {
  color: white;
  font-size: 1.175rem;
  margin-bottom: 1.25rem;
  font-weight: 600;
}

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

.social-links {
  display: flex;
  gap: 1.25rem;
  align-items: center;
}

.social-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  transition: all 0.3s;
  font-size: 1.25rem;
}

.social-links a:hover {
  background-color: var(--primary-color);
  transform: translateY(-4px);
}

@media (max-width: 991px) {
  .hero-section {
    min-height: 500px;
  }
  
  .creative-offset-up {
    margin-top: 0;
  }
  
  .py-6 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  
  .py-7 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  
  .cookie-modal-box {
    padding: 1.75rem;
  }
  
  .cookie-modal-actions {
    flex-direction: column;
  }
  
  .cookie-modal-actions .btn {
    width: 100%;
  }
  
  .cookie-banner {
    left: 1rem;
    bottom: 1rem;
    right: 1rem;
    max-width: none;
  }
}

@media (max-width: 576px) {
  .navbar-brand {
    font-size: 1.375rem;
  }
  
  .display-4 {
    font-size: calc(1.4rem + 2vw);
  }
  
  .hero-section {
    min-height: 450px;
  }
  
  .py-6 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  
  .py-7 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  
  .scroll-to-top {
    width: 50px;
    height: 50px;
    bottom: 2rem;
    right: 2rem;
  }
  
  .social-links {
    justify-content: center;
    margin-top: 1.5rem;
  }
  
  .cookie-modal-box {
    padding: 1.5rem;
  }
  
  .cookie-modal-title {
    font-size: 1.25rem;
  }
  
  .cookie-category-name {
    font-size: 0.95rem;
  }
  
  .cookie-banner {
    padding: 1.5rem;
  }
  
  .cookie-banner-actions {
    flex-direction: column;
  }
  
  .cookie-banner-actions .btn {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .col-lg-1  { flex: 0 0 auto; width: 8.333333%;  }
  .col-lg-2  { flex: 0 0 auto; width: 16.666667%; }
  .col-lg-3  { flex: 0 0 auto; width: 25%;        }
  .col-lg-4  { flex: 0 0 auto; width: 33.333333%; }
  .col-lg-5  { flex: 0 0 auto; width: 41.666667%; }
  .col-lg-6  { flex: 0 0 auto; width: 50%;        }
  .col-lg-7  { flex: 0 0 auto; width: 58.333333%; }
  .col-lg-8  { flex: 0 0 auto; width: 66.666667%; }
  .col-lg-9  { flex: 0 0 auto; width: 75%;        }
  .col-lg-10 { flex: 0 0 auto; width: 83.333333%; }
  .col-lg-11 { flex: 0 0 auto; width: 91.666667%; }
  .col-lg-12 { flex: 0 0 auto; width: 100%;       }
}

.case-study-stats {
  padding: 1.5rem;
  background-color: var(--bg-secondary);
  border-radius: 0.75rem;
  border-left: 4px solid var(--primary-color);
}

.case-study-stats h5 {
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 0.25rem;
}

.case-study-stats small {
  font-size: 0.8rem;
  display: block;
  line-height: 1.3;
}

.badge {
  display: inline-block;
  padding: 0.5rem 1rem;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.5rem;
  letter-spacing: 0.5px;
}

.badge.bg-primary {
  background-color: var(--primary-color) !important;
  color: white;
}

.badge.bg-success {
  background-color: #10b981 !important;
  color: white;
}

.badge.bg-accent {
  background-color: var(--accent-color) !important;
  color: white;
}

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

.thank-you-page {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--primary-color) 0%, #6e1129 100%);
  padding: 2rem;
}

.thank-you-container {
  background-color: white;
  border-radius: 1.5rem;
  padding: 3.5rem 2.5rem;
  max-width: 600px;
  width: 100%;
  text-align: center;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
}

.thank-you-icon {
  font-size: 5rem;
  color: #10b981;
  margin-bottom: 1.5rem;
  animation: scaleIn 0.5s ease-out;
}

@keyframes scaleIn {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.thank-you-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--text-color);
  margin-bottom: 1.25rem;
}

.thank-you-message {
  font-size: 1.25rem;
  color: var(--text-color);
  margin-bottom: 1rem;
  line-height: 1.6;
}

.thank-you-submessage {
  font-size: 1rem;
  color: #64748b;
  margin-bottom: 2.5rem;
  line-height: 1.5;
}

.thank-you-button {
  margin-top: 1rem;
}

@media (max-width: 576px) {
  .thank-you-container {
    padding: 2.5rem 1.75rem;
  }
  
  .thank-you-icon {
    font-size: 4rem;
  }
  
  .thank-you-title {
    font-size: 2rem;
  }
  
  .thank-you-message {
    font-size: 1.1rem;
  }
  
  .thank-you-submessage {
    font-size: 0.95rem;
  }
}

.article-page {
  background-color: white;
}

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

.article-meta {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  font-size: 0.9rem;
  color: #64748b;
}

.article-category {
  background-color: var(--primary-color);
  color: white;
  padding: 0.4rem 1rem;
  border-radius: 2rem;
  font-weight: 600;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.article-category.bg-success {
  background-color: #10b981;
}

.article-category.bg-warning {
  background-color: #f59e0b;
}

.article-category.bg-info {
  background-color: #06b6d4;
}

.article-date,
.article-read-time {
  color: #64748b;
}

.article-title {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
  color: var(--text-color);
  margin-bottom: 1.5rem;
}

.article-author {
  color: #64748b;
  font-size: 0.95rem;
}

.article-featured-image {
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.article-featured-image img {
  width: 100%;
  height: auto;
}

.article-content {
  font-size: 1.125rem;
  line-height: 1.8;
  color: var(--text-color);
}

.article-content .lead {
  font-size: 1.35rem;
  font-weight: 500;
  color: #475569;
  line-height: 1.7;
  margin-bottom: 2rem;
}

.article-content h2 {
  font-size: 1.875rem;
  font-weight: 700;
  margin-top: 2.5rem;
  margin-bottom: 1.25rem;
  color: var(--text-color);
}

.article-content h3 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-top: 2rem;
  margin-bottom: 1rem;
  color: var(--text-color);
}

.article-content p {
  margin-bottom: 1.5rem;
}

.article-content ul,
.article-content ol {
  margin-bottom: 1.5rem;
  padding-left: 2rem;
}

.article-content li {
  margin-bottom: 0.75rem;
}

.article-conclusion {
  border-left: 4px solid var(--primary-color);
  background-color: #f8fafc;
  border-radius: 0.75rem;
}

.article-conclusion h3 {
  font-size: 1.5rem;
  color: var(--primary-color);
  margin-bottom: 1rem;
}

.article-share h4 {
  font-size: 1.25rem;
  margin-bottom: 1.25rem;
  font-weight: 600;
}

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

.share-buttons .btn {
  padding: 0.625rem 1.25rem;
}

.related-articles {
  border-top: 2px solid var(--bg-secondary);
}

.related-articles h3 {
  font-size: 1.75rem;
  font-weight: 700;
}

.related-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-radius: 0.75rem;
  overflow: hidden;
}

.related-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.related-card img {
  border-radius: 0.75rem;
  transition: transform 0.3s ease;
}

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

.related-card h5 {
  font-size: 1.125rem;
  font-weight: 600;
  margin-top: 0.75rem;
  color: var(--text-color);
  line-height: 1.4;
}

@media (max-width: 991px) {
  .article-title {
    font-size: 2rem;
  }
  
  .article-content {
    font-size: 1.0625rem;
  }
  
  .article-content .lead {
    font-size: 1.2rem;
  }
  
  .article-content h2 {
    font-size: 1.625rem;
  }
  
  .article-content h3 {
    font-size: 1.375rem;
  }
}

@media (max-width: 767px) {
  .article-title {
    font-size: 1.75rem;
  }
  
  .article-meta {
    gap: 0.75rem;
    font-size: 0.85rem;
  }
  
  .article-content {
    font-size: 1rem;
  }
  
  .article-content .lead {
    font-size: 1.125rem;
  }
  
  .article-content h2 {
    font-size: 1.5rem;
    margin-top: 2rem;
  }
  
  .article-content h3 {
    font-size: 1.25rem;
    margin-top: 1.5rem;
  }
  
  .share-buttons {
    flex-direction: column;
  }
  
  .share-buttons .btn {
    width: 100%;
  }
}

.legal-page {
  background-color: #f8fafc;
  min-height: calc(100vh - 400px);
}

.legal-title {
  font-size: 2.75rem;
  font-weight: 700;
  color: var(--text-color);
  margin-bottom: 0.75rem;
  text-align: center;
}

.legal-updated {
  text-align: center;
  color: #64748b;
  font-size: 0.95rem;
  margin-bottom: 3rem;
  font-style: italic;
}

.legal-content {
  background-color: white;
  padding: 3rem;
  border-radius: 1rem;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.legal-content p {
  font-size: 1.0625rem;
  line-height: 1.8;
  color: #334155;
  margin-bottom: 1.5rem;
}

.legal-content h2 {
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--primary-color);
  margin-top: 2.5rem;
  margin-bottom: 1.25rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid var(--bg-secondary);
}

.legal-content h2:first-of-type {
  margin-top: 0;
}

.legal-content h3 {
  font-size: 1.375rem;
  font-weight: 600;
  color: var(--text-color);
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.legal-content ul {
  margin-bottom: 1.5rem;
  padding-left: 2rem;
}

.legal-content li {
  margin-bottom: 0.75rem;
  line-height: 1.7;
  color: #334155;
}

.legal-content a {
  color: var(--primary-color);
  text-decoration: underline;
  transition: opacity 0.2s ease;
}

.legal-content a:hover {
  opacity: 0.8;
}

@media (max-width: 991px) {
  .legal-title {
    font-size: 2.25rem;
  }
  
  .legal-content {
    padding: 2.5rem;
  }
  
  .legal-content h2 {
    font-size: 1.5rem;
  }
  
  .legal-content h3 {
    font-size: 1.25rem;
  }
}

@media (max-width: 767px) {
  .legal-title {
    font-size: 1.875rem;
  }
  
  .legal-content {
    padding: 1.75rem;
  }
  
  .legal-content p {
    font-size: 1rem;
  }
  
  .legal-content h2 {
    font-size: 1.375rem;
    margin-top: 2rem;
  }
  
  .legal-content h3 {
    font-size: 1.125rem;
    margin-top: 1.5rem;
  }
}