/* ========================================
   ELEGANT CLASSIC DESIGN SYSTEM
   Mislá Senho - Professional Carpet Cleaning
   ======================================== */

/* CSS RESET & BASE STYLES */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  font-family: 'Georgia', 'Times New Roman', serif;
  line-height: 1.8;
  color: #2c2c2c;
  background-color: #faf8f5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* ELEGANT CLASSIC TYPOGRAPHY */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Garamond', 'Georgia', serif;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 24px;
  line-height: 1.3;
  letter-spacing: 0.5px;
}

h1 {
  font-size: 48px;
  margin-bottom: 32px;
}

h2 {
  font-size: 36px;
  margin-bottom: 24px;
  text-align: center;
}

h3 {
  font-size: 24px;
  margin-bottom: 16px;
}

p {
  margin-bottom: 16px;
  color: #4a4a4a;
  font-size: 16px;
}

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

a:hover {
  color: #2B5F8F;
}

ul {
  list-style: none;
}

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

/* CONTAINER */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

/* HEADER */
header {
  background-color: #ffffff;
  border-bottom: 1px solid #e8e4df;
  padding: 24px 0;
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.logo {
  height: 60px;
  width: auto;
}

.main-nav {
  display: flex;
  gap: 32px;
  align-items: center;
  flex-wrap: wrap;
}

.main-nav a {
  font-family: 'Garamond', 'Georgia', serif;
  font-size: 16px;
  color: #2c2c2c;
  padding: 8px 16px;
  border-bottom: 2px solid transparent;
  transition: all 0.3s ease;
  letter-spacing: 0.5px;
}

.main-nav a:hover {
  color: #1a4570;
  border-bottom-color: #F8B84E;
}

/* MOBILE MENU */
.mobile-menu-toggle {
  display: none;
  position: fixed;
  top: 24px;
  right: 24px;
  z-index: 200;
  background-color: #1a4570;
  color: #ffffff;
  border: none;
  width: 48px;
  height: 48px;
  font-size: 24px;
  cursor: pointer;
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  transition: all 0.3s ease;
}

.mobile-menu-toggle:hover {
  background-color: #2B5F8F;
  transform: scale(1.05);
}

.mobile-menu {
  display: none;
  position: fixed;
  top: 0;
  right: -100%;
  width: 300px;
  height: 100vh;
  background-color: #ffffff;
  box-shadow: -4px 0 20px rgba(0,0,0,0.15);
  z-index: 150;
  padding: 80px 32px 32px;
  transition: right 0.4s ease;
  overflow-y: auto;
}

.mobile-menu.active {
  right: 0;
}

.mobile-menu-close {
  position: absolute;
  top: 24px;
  right: 24px;
  background: transparent;
  border: none;
  font-size: 32px;
  color: #2c2c2c;
  cursor: pointer;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.mobile-menu-close:hover {
  color: #1a4570;
  transform: rotate(90deg);
}

.mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.mobile-nav a {
  font-family: 'Garamond', 'Georgia', serif;
  font-size: 18px;
  color: #2c2c2c;
  padding: 16px 0;
  border-bottom: 1px solid #e8e4df;
  transition: all 0.3s ease;
  letter-spacing: 0.5px;
}

.mobile-nav a:hover {
  color: #1a4570;
  padding-left: 16px;
}

/* BUTTONS */
.btn {
  display: inline-block;
  padding: 16px 40px;
  font-family: 'Garamond', 'Georgia', serif;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  border-radius: 4px;
  border: 2px solid transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  letter-spacing: 0.5px;
  text-decoration: none;
}

.btn-primary {
  background-color: #1a4570;
  color: #ffffff;
  border-color: #1a4570;
}

.btn-primary:hover {
  background-color: #2B5F8F;
  border-color: #2B5F8F;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(26,69,112,0.3);
}
 

.btn-primary:hover {
  background-color: #1a4570;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(26,69,112,0.2);
}

.btn-placeholder {
  padding: 16px 40px;
  background-color: #1a4570;
  color: #ffffff;
  border-radius: 4px;
  font-family: 'Garamond', 'Georgia', serif;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.5px;
  cursor: not-allowed;
  opacity: 0.7;
}

.cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 32px;
}

/* HERO SECTION */
.hero {
  background: linear-gradient(135deg, #1a4570 0%, #2B5F8F 100%);
  color: #ffffff;
  padding: 80px 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="50" cy="50" r="40" fill="none" stroke="rgba(255,255,255,0.05)" stroke-width="0.5"/></svg>');
  background-size: 100px 100px;
  opacity: 0.3;
}

.hero-content {
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin: 0 auto;
}

.hero h1 {
  color: #ffffff;
  font-size: 48px;
  margin-bottom: 24px;
  text-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.subheadline {
  font-size: 20px;
  color: #f5f5f5;
  margin-bottom: 32px;
  line-height: 1.6;
}

.trust-badges {
  display: flex;
  justify-content: center;
  gap: 32px;
  flex-wrap: wrap;
  margin: 40px 0;
  padding: 32px 0;
  border-top: 1px solid rgba(255,255,255,0.2);
  border-bottom: 1px solid rgba(255,255,255,0.2);
}

.trust-badges span {
  font-family: 'Garamond', 'Georgia', serif;
  font-size: 16px;
  color: #ffffff;
  display: flex;
  align-items: center;
  gap: 8px;
  letter-spacing: 0.5px;
}

.trust-badges span::before {
  content: '✓';
  display: inline-block;
  width: 24px;
  height: 24px;
  background-color: #F8B84E;
  color: #1a4570;
  border-radius: 50%;
  text-align: center;
  line-height: 24px;
  font-weight: bold;
}

/* HERO INTERNAL */
.hero-internal {
  background: linear-gradient(135deg, #1a4570 0%, #2B5F8F 100%);
  color: #ffffff;
  padding: 60px 20px 40px;
  text-align: center;
}

.breadcrumbs {
  text-align: left;
  margin-bottom: 24px;
  font-size: 14px;
  color: rgba(255,255,255,0.8);
}

.breadcrumbs a {
  color: rgba(255,255,255,0.8);
  transition: all 0.3s ease;
}

.breadcrumbs a:hover {
  color: #ffffff;
}

.breadcrumbs span {
  color: #F8B84E;
}

.hero-internal h1 {
  color: #ffffff;
  margin-bottom: 16px;
}

.hero-internal .subheadline {
  color: #f5f5f5;
}

/* SECTIONS */
.section {
  margin-bottom: 60px;
  padding: 60px 20px;
}

.benefits,
.services-preview,
.process,
.testimonials,
.trust-stats,
.services-detailed,
.pricing-table,
.about-story,
.values,
.case-studies {
  padding: 80px 20px;
}

.section-intro {
  text-align: center;
  font-size: 18px;
  color: #6a6a6a;
  max-width: 800px;
  margin: 0 auto 48px;
  line-height: 1.8;
}

/* FLEXBOX GRIDS */
.benefits-grid,
.services-grid,
.testimonials-grid,
.stats-grid,
.values-grid,
.team-grid,
.contact-grid,
.pricing-grid,
.addons-grid,
.discounts-grid,
.links-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  justify-content: center;
  margin-top: 48px;
}

/* CARDS */
.benefit-card,
.service-card,
.testimonial-card,
.value-card,
.team-member,
.contact-card,
.pricing-card,
.addon-card,
.discount-card,
.link-card {
  background-color: #ffffff;
  padding: 40px 32px;
  border-radius: 8px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
  flex: 1 1 300px;
  max-width: 360px;
  border: 1px solid #e8e4df;
  position: relative;
  margin-bottom: 24px;
}

.benefit-card:hover,
.service-card:hover,
.value-card:hover,
.team-member:hover,
.contact-card:hover,
.pricing-card:hover,
.addon-card:hover,
.discount-card:hover,
.link-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.12);
  border-color: #F8B84E;
}

.benefit-card h3,
.service-card h3,
.value-card h3,
.team-member h3,
.contact-card h3,
.pricing-card h3,
.addon-card h3,
.discount-card h3,
.link-card h3 {
  color: #1a4570;
  margin-bottom: 16px;
  font-size: 22px;
}

.price {
  font-family: 'Garamond', 'Georgia', serif;
  font-size: 20px;
  font-weight: 600;
  color: #1a4570;
  margin-top: 20px;
  display: block;
}

.price-large {
  font-family: 'Garamond', 'Georgia', serif;
  font-size: 36px;
  font-weight: 700;
  color: #1a4570;
  margin: 24px 0;
  display: block;
  text-align: center;
}

/* TESTIMONIALS */
.testimonials {
  background-color: #f5f2ed;
  padding: 80px 20px;
}

.rating {
  text-align: center;
  font-size: 24px;
  color: #F8B84E;
  margin-bottom: 40px;
  font-weight: 600;
}

.testimonial-card {
  background-color: #ffffff;
  padding: 40px;
  border-left: 4px solid #F8B84E;
  font-style: italic;
  position: relative;
}

.testimonial-card p {
  color: #2c2c2c;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 16px;
}

.testimonial-card .author {
  font-style: normal;
  font-weight: 600;
  color: #1a4570;
  margin-top: 24px;
  font-size: 14px;
  text-align: right;
}

.testimonial-card .rating {
  font-size: 18px;
  text-align: right;
  margin: 8px 0 0 0;
}

.testimonial-text {
  color: #2c2c2c;
  font-size: 16px;
  line-height: 1.8;
}

/* PROCESS STEPS */
.process-steps {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  justify-content: space-between;
  margin-top: 48px;
}

.step {
  flex: 1 1 180px;
  text-align: center;
  padding: 32px 20px;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.08);
  border: 1px solid #e8e4df;
  transition: all 0.3s ease;
  position: relative;
  margin-bottom: 24px;
}

.step:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.12);
  border-color: #F8B84E;
}

.step-number {
  display: inline-block;
  width: 60px;
  height: 60px;
  background-color: #1a4570;
  color: #ffffff;
  border-radius: 50%;
  font-size: 24px;
  font-weight: 700;
  line-height: 60px;
  margin-bottom: 20px;
  font-family: 'Garamond', 'Georgia', serif;
}

.step h3 {
  font-size: 18px;
  margin-bottom: 12px;
  color: #1a4570;
}

.step p {
  font-size: 14px;
  color: #6a6a6a;
  line-height: 1.6;
}

/* STATS */
.trust-stats {
  background-color: #1a4570;
  color: #ffffff;
  padding: 80px 20px;
  text-align: center;
}

.trust-stats h2 {
  color: #ffffff;
  margin-bottom: 48px;
}

.stats-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 48px;
  justify-content: center;
  margin-top: 48px;
}

.stat {
  flex: 1 1 200px;
  text-align: center;
  padding: 32px 20px;
  border: 2px solid rgba(255,255,255,0.2);
  border-radius: 8px;
  transition: all 0.3s ease;
  background-color: rgba(255,255,255,0.05);
}

.stat:hover {
  border-color: #F8B84E;
  background-color: rgba(255,255,255,0.1);
  transform: scale(1.05);
}

.stat .number {
  display: block;
  font-size: 48px;
  font-weight: 700;
  color: #F8B84E;
  margin-bottom: 12px;
  font-family: 'Garamond', 'Georgia', serif;
}

.stat .label {
  display: block;
  font-size: 16px;
  color: #f5f5f5;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
}

.stats-inline {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
  align-items: center;
}

/* CTA SECTIONS */
.cta-final,
.cta-section {
  background: linear-gradient(135deg, #1a4570 0%, #2B5F8F 100%);
  color: #ffffff;
  padding: 80px 20px;
  text-align: center;
  margin-bottom: 0;
}

.cta-final h2,
.cta-section h2 {
  color: #ffffff;
  margin-bottom: 24px;
}

.cta-final p,
.cta-section p {
  color: #f5f5f5;
  font-size: 18px;
  margin-bottom: 32px;
}

/* SERVICE DETAILS */
.service-detail {
  background-color: #ffffff;
  padding: 48px;
  margin-bottom: 40px;
  border-radius: 8px;
  border: 1px solid #e8e4df;
  box-shadow: 0 4px 16px rgba(0,0,0,0.08);
}

.service-detail h2 {
  color: #1a4570;
  text-align: left;
  margin-bottom: 16px;
}

.service-intro {
  font-size: 20px;
  color: #1a4570;
  font-weight: 600;
  margin-bottom: 24px;
}

.benefits-list {
  list-style: none;
  margin: 24px 0;
  padding: 0;
}

.benefits-list li {
  padding: 12px 0 12px 32px;
  position: relative;
  color: #4a4a4a;
  line-height: 1.6;
}

.benefits-list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: #F8B84E;
  font-weight: bold;
  font-size: 18px;
}

.service-info {
  background-color: #f5f2ed;
  padding: 24px;
  border-radius: 4px;
  margin: 24px 0;
  border-left: 4px solid #F8B84E;
  font-size: 14px;
  line-height: 1.8;
}

/* PRICING */
.pricing-intro {
  background-color: #f5f2ed;
  padding: 48px;
  border-radius: 8px;
  margin-bottom: 60px;
}

.included-list {
  list-style: none;
  margin-top: 24px;
}

.included-list li {
  padding: 12px 0 12px 32px;
  position: relative;
  color: #4a4a4a;
}

.included-list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: #1a4570;
  font-weight: bold;
  font-size: 18px;
}

.pricing-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 40px;
}

.pricing-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 32px;
  background-color: #ffffff;
  border-radius: 8px;
  border: 1px solid #e8e4df;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
  gap: 20px;
  flex-wrap: wrap;
}

.pricing-item:hover {
  box-shadow: 0 4px 16px rgba(0,0,0,0.1);
  border-color: #F8B84E;
}

.pricing-item h3 {
  margin: 0;
  color: #1a4570;
  font-size: 20px;
  flex: 1 1 200px;
}

.pricing-item .price {
  font-size: 24px;
  color: #1a4570;
  font-weight: 700;
  margin: 0;
  flex: 0 0 auto;
}

.pricing-item p {
  flex: 1 1 100%;
  margin: 12px 0 0 0;
  color: #6a6a6a;
  font-size: 14px;
}

.furniture-pricing {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  justify-content: center;
  margin-top: 40px;
}

.furniture-item {
  flex: 1 1 200px;
  text-align: center;
  padding: 32px;
  background-color: #ffffff;
  border-radius: 8px;
  border: 1px solid #e8e4df;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
}

.furniture-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.12);
  border-color: #F8B84E;
}

.furniture-item h3 {
  color: #1a4570;
  margin-bottom: 16px;
}

.furniture-item .price {
  font-size: 24px;
  color: #1a4570;
  font-weight: 700;
}

/* ABOUT PAGE */
.timeline {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-top: 48px;
  position: relative;
  padding-left: 40px;
}

.timeline::before {
  content: '';
  position: absolute;
  left: 15px;
  top: 0;
  bottom: 0;
  width: 2px;
  background-color: #F8B84E;
}

.milestone {
  position: relative;
  padding: 24px;
  background-color: #ffffff;
  border-radius: 8px;
  border: 1px solid #e8e4df;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.milestone::before {
  content: '';
  position: absolute;
  left: -40px;
  top: 32px;
  width: 16px;
  height: 16px;
  background-color: #1a4570;
  border: 4px solid #F8B84E;
  border-radius: 50%;
}

.milestone .year {
  display: inline-block;
  background-color: #1a4570;
  color: #ffffff;
  padding: 8px 16px;
  border-radius: 4px;
  font-weight: 600;
  margin-bottom: 12px;
  font-family: 'Garamond', 'Georgia', serif;
}

.milestone h3 {
  color: #1a4570;
  margin-bottom: 12px;
}

.team-member .role {
  color: #F8B84E;
  font-weight: 600;
  margin-bottom: 12px;
  display: block;
  font-size: 16px;
}

.equipment-list {
  list-style: none;
  margin-top: 32px;
}

.equipment-list li {
  padding: 16px 0 16px 40px;
  position: relative;
  color: #4a4a4a;
  border-bottom: 1px solid #e8e4df;
}

.equipment-list li::before {
  content: '◆';
  position: absolute;
  left: 0;
  color: #F8B84E;
  font-size: 20px;
}

/* GALLERY */
.case-study {
  background-color: #ffffff;
  padding: 48px;
  margin-bottom: 40px;
  border-radius: 8px;
  border: 1px solid #e8e4df;
  box-shadow: 0 4px 16px rgba(0,0,0,0.08);
  border-left: 6px solid #F8B84E;
}

.case-study h3 {
  color: #1a4570;
  margin-bottom: 24px;
  font-size: 24px;
}

.case-study p {
  margin-bottom: 16px;
  line-height: 1.8;
}

.case-study strong {
  color: #1a4570;
  font-weight: 600;
}

.service-tag {
  display: inline-block;
  background-color: #f5f2ed;
  color: #1a4570;
  padding: 8px 16px;
  border-radius: 4px;
  font-size: 14px;
  margin-top: 16px;
  font-weight: 600;
}

/* CONTACT PAGE */
.contact-value {
  font-size: 18px;
  color: #1a4570;
  font-weight: 600;
  margin-bottom: 8px;
}

.contact-note {
  font-size: 14px;
  color: #6a6a6a;
  font-style: italic;
}

.form-note {
  background-color: #f5f2ed;
  padding: 24px;
  border-radius: 8px;
  margin-bottom: 32px;
  border-left: 4px solid #F8B84E;
}

.form-preview {
  background-color: #ffffff;
  padding: 48px;
  border-radius: 8px;
  border: 1px solid #e8e4df;
  box-shadow: 0 4px 16px rgba(0,0,0,0.08);
  max-width: 800px;
  margin: 0 auto;
}

.form-group {
  margin-bottom: 32px;
}

.form-group label {
  display: block;
  font-family: 'Garamond', 'Georgia', serif;
  font-weight: 600;
  color: #2c2c2c;
  margin-bottom: 12px;
  font-size: 16px;
}

.form-field-placeholder {
  height: 48px;
  background-color: #f5f2ed;
  border: 1px solid #e8e4df;
  border-radius: 4px;
}

.form-field-placeholder.large {
  height: 120px;
}

.form-submit {
  text-align: center;
  margin-top: 40px;
}

.hours-table {
  max-width: 600px;
  margin: 40px auto;
  background-color: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0,0,0,0.08);
}

.hours-row {
  display: flex;
  justify-content: space-between;
  padding: 20px 32px;
  border-bottom: 1px solid #e8e4df;
  align-items: center;
}

.hours-row:last-child {
  border-bottom: none;
}

.hours-row .day {
  font-weight: 600;
  color: #2c2c2c;
}

.hours-row .hours {
  color: #1a4570;
  font-weight: 600;
}

.note {
  text-align: center;
  margin-top: 24px;
  font-size: 14px;
  color: #6a6a6a;
  font-style: italic;
}

.zones {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  justify-content: center;
  margin: 40px 0;
}

.zone {
  flex: 1 1 300px;
  padding: 32px;
  background-color: #ffffff;
  border-radius: 8px;
  border: 1px solid #e8e4df;
  box-shadow: 0 4px 16px rgba(0,0,0,0.08);
  text-align: center;
}

.zone h3 {
  color: #1a4570;
  margin-bottom: 16px;
}

.express-info {
  font-size: 18px;
  font-weight: 600;
  color: #1a4570;
  text-align: center;
  margin-top: 24px;
}

/* LEGAL PAGES */
.legal-content {
  padding: 60px 20px;
  max-width: 900px;
  margin: 0 auto;
}

.effective-date {
  text-align: center;
  font-style: italic;
  color: #6a6a6a;
  margin-bottom: 40px;
}

.legal-section {
  margin-bottom: 48px;
  padding-bottom: 32px;
  border-bottom: 1px solid #e8e4df;
}

.legal-section:last-child {
  border-bottom: none;
}

.legal-section h2 {
  color: #1a4570;
  text-align: left;
  margin-bottom: 24px;
  font-size: 28px;
}

.legal-section ul {
  list-style: none;
  margin: 24px 0;
}

.legal-section ul li {
  padding: 12px 0 12px 32px;
  position: relative;
  color: #4a4a4a;
  line-height: 1.8;
}

.legal-section ul li::before {
  content: '•';
  position: absolute;
  left: 0;
  color: #1a4570;
  font-size: 24px;
  line-height: 1;
}

.intro {
  font-size: 18px;
  color: #2c2c2c;
  background-color: #f5f2ed;
  padding: 24px;
  border-radius: 8px;
  border-left: 4px solid #F8B84E;
  margin-bottom: 40px;
}

/* THANK YOU PAGE */
.thank-you-hero,
.thank-you-page {
  padding: 100px 20px;
  text-align: center;
  background: linear-gradient(135deg, #1a4570 0%, #2B5F8F 100%);
  color: #ffffff;
}

.success-icon {
  width: 80px;
  height: 80px;
  background-color: #F8B84E;
  color: #1a4570;
  font-size: 48px;
  font-weight: bold;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 32px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.2);
}

.thank-you-hero h1,
.thank-you-content h1 {
  color: #ffffff;
  margin-bottom: 24px;
}

.confirmation-message {
  font-size: 20px;
  color: #f5f5f5;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.8;
}

.next-steps,
.email-confirmation,
.useful-links,
.testimonial-highlight,
.social-proof-stats,
.back-home {
  padding: 80px 20px;
}

.steps-timeline {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  justify-content: space-between;
  margin-top: 48px;
}

.steps-timeline .step {
  flex: 1 1 220px;
}

.timeframe {
  font-size: 14px;
  color: #F8B84E;
  font-weight: 600;
  margin-top: 12px;
}

.sender-info {
  text-align: center;
  font-size: 14px;
  color: #6a6a6a;
  margin-top: 24px;
  font-style: italic;
}

/* FOOTER */
footer {
  background-color: #1a1a1a;
  color: #f5f5f5;
  padding: 60px 20px 20px;
  margin-top: 80px;
}

.footer-content {
  display: flex;
  flex-wrap: wrap;
  gap: 48px;
  justify-content: space-between;
  margin-bottom: 48px;
}

.footer-section {
  flex: 1 1 200px;
}

.footer-section h3 {
  color: #F8B84E;
  font-size: 18px;
  margin-bottom: 20px;
  font-family: 'Garamond', 'Georgia', serif;
}

.footer-section p {
  color: #cccccc;
  font-size: 14px;
  line-height: 1.8;
}

.footer-logo {
  height: 50px;
  width: auto;
  margin-bottom: 20px;
}

.footer-nav {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-nav a {
  color: #cccccc;
  font-size: 14px;
  transition: all 0.3s ease;
  padding: 4px 0;
}

.footer-nav a:hover {
  color: #F8B84E;
  padding-left: 8px;
}

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

.footer-bottom p {
  color: #999999;
  font-size: 14px;
}

/* COOKIE CONSENT */
.cookie-consent {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #1a1a1a;
  color: #f5f5f5;
  padding: 24px;
  box-shadow: 0 -4px 20px rgba(0,0,0,0.3);
  z-index: 1000;
  transform: translateY(100%);
  transition: transform 0.4s ease;
}

.cookie-consent.active {
  transform: translateY(0);
}

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

.cookie-text {
  flex: 1 1 400px;
  font-size: 14px;
  line-height: 1.6;
}

.cookie-buttons {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.cookie-btn {
  padding: 12px 24px;
  font-family: 'Garamond', 'Georgia', serif;
  font-size: 14px;
  font-weight: 600;
  border-radius: 4px;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  letter-spacing: 0.5px;
}

.cookie-accept {
  background-color: #1a4570;
  color: #ffffff;
}

.cookie-accept:hover {
  background-color: #2B5F8F;
}

.cookie-reject {
  background-color: transparent;
  color: #f5f5f5;
  border: 1px solid #666666;
}

.cookie-reject:hover {
  background-color: #333333;
}

.cookie-settings {
  background-color: transparent;
  color: #F8B84E;
  border: 1px solid #F8B84E;
}

.cookie-settings:hover {
  background-color: #F8B84E;
  color: #1a1a1a;
}

/* COOKIE MODAL */
.cookie-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.8);
  z-index: 2000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.cookie-modal.active {
  display: flex;
}

.modal-content {
  background-color: #ffffff;
  max-width: 600px;
  width: 100%;
  padding: 48px;
  border-radius: 8px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.3);
  max-height: 90vh;
  overflow-y: auto;
}

.modal-content h2 {
  color: #1a4570;
  margin-bottom: 24px;
}

.cookie-category {
  margin-bottom: 24px;
  padding: 20px;
  background-color: #f5f2ed;
  border-radius: 4px;
}

.cookie-category h3 {
  color: #2c2c2c;
  font-size: 18px;
  margin-bottom: 12px;
}

.cookie-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 12px;
}

.toggle-switch {
  position: relative;
  width: 50px;
  height: 26px;
  background-color: #cccccc;
  border-radius: 13px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.toggle-switch.active {
  background-color: #1a4570;
}

.toggle-switch.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.modal-buttons {
  display: flex;
  gap: 12px;
  margin-top: 32px;
  justify-content: flex-end;
  flex-wrap: wrap;
}

/* RESPONSIVE DESIGN */
@media (max-width: 768px) {
  .mobile-menu-toggle {
    display: block;
  }
  
  .mobile-menu {
    display: block;
  }
  
  .main-nav {
    display: none;
  }
  
  h1 {
    font-size: 32px;
  }
  
  h2 {
    font-size: 28px;
  }
  
  h3 {
    font-size: 20px;
  }
  
  .hero h1 {
    font-size: 32px;
  }
  
  .subheadline {
    font-size: 16px;
  }
  
  .trust-badges {
    flex-direction: column;
    gap: 16px;
  }
  
  .cta-buttons {
    flex-direction: column;
  }
  
  .btn {
    width: 100%;
    text-align: center;
  }
  
  .benefits-grid,
  .services-grid,
  .testimonials-grid,
  .stats-grid,
  .values-grid,
  .team-grid,
  .contact-grid,
  .pricing-grid,
  .addons-grid,
  .discounts-grid,
  .links-grid {
    flex-direction: column;
  }
  
  .benefit-card,
  .service-card,
  .testimonial-card,
  .value-card,
  .team-member,
  .contact-card,
  .pricing-card,
  .addon-card,
  .discount-card,
  .link-card {
    max-width: 100%;
  }
  
  .process-steps {
    flex-direction: column;
  }
  
  .footer-content {
    flex-direction: column;
    gap: 32px;
  }
  
  .cookie-content {
    flex-direction: column;
  }
  
  .cookie-buttons {
    width: 100%;
    flex-direction: column;
  }
  
  .cookie-btn {
    width: 100%;
  }
  
  .modal-content {
    padding: 32px 24px;
  }
  
  .service-detail,
  .case-study {
    padding: 32px 24px;
  }
  
  .form-preview {
    padding: 32px 24px;
  }
  
  .timeline {
    padding-left: 24px;
  }
  
  .pricing-item {
    flex-direction: column;
    text-align: center;
  }
  
  .hours-row {
    padding: 16px 20px;
  }
  
  .zones {
    flex-direction: column;
  }
  
  .steps-timeline {
    flex-direction: column;
  }
}

@media (max-width: 480px) {
  .container {
    padding: 0 16px;
  }
  
  h1 {
    font-size: 28px;
  }
  
  h2 {
    font-size: 24px;
  }
  
  .hero h1 {
    font-size: 28px;
  }
  
  .section {
    padding: 40px 16px;
  }
  
  .stat .number {
    font-size: 36px;
  }
  
  .price-large {
    font-size: 28px;
  }
}

/* UTILITY CLASSES */
.text-center {
  text-align: center;
}

.mb-24 {
  margin-bottom: 24px;
}

.mb-32 {
  margin-bottom: 32px;
}

.mt-24 {
  margin-top: 24px;
}

.mt-32 {
  margin-top: 32px;
}

/* ANIMATIONS */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.fade-in {
  animation: fadeIn 0.6s ease forwards;
}

/* SMOOTH SCROLLING */
html {
  scroll-behavior: smooth;
}

/* FOCUS STYLES */
a:focus,
button:focus {
  outline: 2px solid #F8B84E;
  outline-offset: 2px;
}

/* PRINT STYLES */
@media print {
  header,
  footer,
  .mobile-menu-toggle,
  .mobile-menu,
  .cookie-consent,
  .cookie-modal,
  .cta-buttons {
    display: none;
  }
  
  body {
    background-color: #ffffff;
    color: #000000;
  }
  
  a {
    color: #000000;
    text-decoration: underline;
  }
}