@import url('https://fonts.googleapis.com/css2?family=Inter:wght@600;700;800&family=Raleway:wght@400;500;600&display=swap');

:root {
  --primary: hsl(124, 34%, 60%);
  --secondary: hsl(138, 28%, 45%);
  --accent: hsl(304, 48%, 78%);
  --bg-dark: #101216;
  --bg-panel: #181b20;
}

body{
  background-color: var(--bg-dark);
  color: #f2f2f2;
  font-family: 'Raleway', sans-serif;
}
h1,h2,h3,h4,h5,h6{
  font-family: 'Inter', sans-serif;
}
.navbar{
  background-color: var(--bg-panel);
  border-bottom: 1px solid rgba(255,255,255,0.08);
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.navbar-brand{
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-weight: 700;
  font-size: 1.3rem;
  color: #f2f2f2 !important;
}
.navbar-brand img{
  border-radius: 8px;
}
.navbar-nav .nav-link{
  color: #e8e8e8 !important;
  font-weight: 600;
  margin-left: 1rem;
  transition: color 0.2s ease;
}
.navbar-nav .nav-link:hover{
  color: var(--primary) !important;
}
.navbar-toggler{
  border-color: rgba(255,255,255,0.3);
}
.navbar-toggler-icon{
  filter: invert(1) grayscale(100%) brightness(200%);
}

footer.site-footer {
  background: #14171c;
  color: #e8e9ec;
  font-family: 'Raleway', sans-serif;
  border-top: 1px solid rgba(255,255,255,0.1);
  padding: 64px 0 32px;
}
footer.site-footer h5 {
  font-family: 'Inter', sans-serif;
  color: #ffffff;
  margin-bottom: 18px;
}
footer.site-footer p, footer.site-footer li, footer.site-footer a {
  color: #c7cad0;
  font-size: 0.95rem;
}
footer.site-footer a {
  text-decoration: none;
  transition: color 0.2s ease;
}
footer.site-footer a:hover {
  color: hsl(124, 34%, 60%);
}
footer.site-footer ul {
  list-style: none;
  padding-left: 0;
}
footer.site-footer ul li {
  margin-bottom: 10px;
}
.footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,0.15);
  color: #e8e9ec;
  margin-right: 10px;
  transition: all 0.2s ease;
}
.footer-social a:hover {
  background: hsl(124, 34%, 60%);
  border-color: hsl(124, 34%, 60%);
  color: #101216;
}
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.1);
  margin-top: 40px;
  padding-top: 24px;
  font-size: 0.85rem;
  color: #9a9ea5;
}

#cookieNotice {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2000;
  background: #181b21;
  border-top: 2px solid hsl(124, 34%, 60%);
  color: #e8e9ec;
  font-family: 'Raleway', sans-serif;
  padding: 20px 0;
  max-height: 60vh;
  overflow-y: auto;
  box-shadow: 0 -4px 20px rgba(0,0,0,0.5);
}
#cookieNotice h5 {
  font-family: 'Inter', sans-serif;
  color: #ffffff;
  font-size: 1.05rem;
  margin-bottom: 8px;
}
#cookieNotice p, #cookieNotice li {
  font-size: 0.85rem;
  color: #c7cad0;
  margin-bottom: 6px;
}
#cookieNotice ul {
  padding-left: 18px;
  margin-bottom: 12px;
}
.cookie-btn {
  border-radius: 16px;
  padding: 10px 20px;
  font-family: 'Inter', sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  border: none;
  transition: all 0.2s ease;
  flex: 1;
}
.btn-accept-all {
  background: hsl(124, 34%, 60%);
  color: #101216;
}
.btn-accept-all:hover {
  background: hsl(138, 28%, 45%);
  color: #ffffff;
}
.btn-reject-optional {
  background: transparent;
  border: 1px solid hsl(304, 48%, 78%);
  color: hsl(304, 48%, 78%);
}
.btn-reject-optional:hover {
  background: hsl(304, 48%, 78%);
  color: #101216;
}
.cookie-manage-link {
  color: #9a9ea5;
  font-size: 0.82rem;
  text-decoration: underline;
}
.cookie-manage-link:hover {
  color: #e8e9ec;
}
@media (max-width: 576px) {
  #cookieNotice h5 { font-size: 0.95rem; }
  #cookieNotice p, #cookieNotice li { font-size: 0.8rem; }
}

#about-section {
  background: #14161b;
  color: #e8e9ec;
  font-family: 'Raleway', sans-serif;
  padding: 96px 0;
}
#about-section h1, #about-section h2, #about-section h3 {
  font-family: 'Inter', sans-serif;
}
#about-section h1 {
  font-size: 2.6rem;
  font-weight: 700;
  color: #f2f3f5;
}
#about-section h2 {
  font-size: 1.7rem;
  font-weight: 700;
  color: hsl(124, 34%, 60%);
}
#about-section p {
  line-height: 1.75;
  color: #cfd2d8;
}
#about-section .lead-text {
  font-size: 1.15rem;
  color: #dcdfe3;
}
#about-section .panel {
  background: #1a1d23;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 20px;
  padding: 32px;
}
#about-section .about-img {
  aspect-ratio: 3 / 2;
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 20px;
  border: 1px solid rgba(255,255,255,0.08);
}
#about-section .team-card {
  background: #1a1d23;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 18px;
  padding: 24px;
  height: 100%;
}
#about-section .team-card h3 {
  font-size: 1.15rem;
  color: hsl(304, 48%, 78%);
  margin-bottom: 4px;
}
#about-section .team-role {
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: hsl(138, 28%, 45%);
  margin-bottom: 10px;
}
#about-section .team-desc {
  font-size: 0.92rem;
  color: #c4c7cd;
}
#about-section .facts-table {
  width: 100%;
  border-collapse: collapse;
  color: #d7d9dd;
}
#about-section .facts-table th,
#about-section .facts-table td {
  border-bottom: 1px solid rgba(255,255,255,0.1);
  padding: 12px 14px;
  text-align: left;
  font-size: 0.95rem;
}
#about-section .facts-table th {
  color: hsl(124, 34%, 60%);
  font-weight: 600;
  width: 55%;
}
#about-section .divider {
  height: 1px;
  background: rgba(255,255,255,0.08);
  margin: 56px 0;
  border: none;
}
#about-section .btn-cta {
  background: hsl(124, 34%, 60%);
  color: #101216;
  font-weight: 600;
  border-radius: 14px;
  padding: 14px 34px;
  border: none;
  display: inline-block;
  text-decoration: none;
}
#about-section .btn-cta:hover {
  background: hsl(138, 28%, 45%);
  color: #ffffff;
}
#about-section .cta-panel {
  background: #1a1d23;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 20px;
  padding: 48px;
  text-align: center;
}

#contact-section {
  background: #14161a;
  color: #e8e9eb;
  font-family: 'Raleway', sans-serif;
  padding: 96px 0;
}
#contact-section h1, #contact-section h2, #contact-section h3 {
  font-family: 'Inter', sans-serif;
}
#contact-section .lead-text {
  color: #b8bcc2;
  max-width: 640px;
}
#contact-section .panel {
  background: #1a1d23;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 20px;
  padding: 40px;
  height: 100%;
}
#contact-section .form-control {
  background: #101216;
  border: 1px solid rgba(255,255,255,0.15);
  color: #e8e9eb;
  border-radius: 12px;
  padding: 12px 16px;
}
#contact-section .form-control:focus {
  background: #101216;
  color: #e8e9eb;
  border-color: hsl(124, 34%, 60%);
  box-shadow: 0 0 0 0.2rem hsla(124, 34%, 60%, 0.25);
}
#contact-section label {
  color: #cfd2d6;
  font-weight: 600;
  margin-bottom: 6px;
}
#contact-section .btn-submit {
  background: hsl(124, 34%, 60%);
  color: #101216;
  border: none;
  border-radius: 12px;
  padding: 14px 32px;
  font-weight: 700;
  font-family: 'Inter', sans-serif;
}
#contact-section .btn-submit:hover {
  background: hsl(138, 28%, 45%);
  color: #ffffff;
}
#contact-section .info-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
#contact-section .info-list li {
  padding: 18px 0;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
#contact-section .info-list li:last-child {
  border-bottom: none;
}
#contact-section .info-label {
  color: hsl(124, 34%, 60%);
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  display: block;
  margin-bottom: 4px;
}
#contact-section a {
  color: #e8e9eb;
  text-decoration: none;
}
#contact-section a:hover {
  color: hsl(124, 34%, 60%);
}
#contact-section .map-link {
  color: hsl(304, 48%, 78%);
  font-weight: 600;
  font-size: 0.95rem;
}
#contact-section .map-link:hover {
  color: hsl(124, 34%, 60%);
}
#contact-section .badge-response {
  background: hsl(304, 48%, 78%);
  color: #101216;
  border-radius: 999px;
  padding: 8px 18px;
  font-size: 0.85rem;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 24px;
}
#contact-section .cta-strip {
  border-top: 1px solid rgba(255,255,255,0.1);
  margin-top: 64px;
  padding-top: 48px;
  text-align: center;
}
#contact-section .cta-strip .btn-submit {
  display: inline-block;
}
@media (max-width: 767px) {
  #contact-section .panel {
    padding: 24px;
  }
}



.hero-section {
  min-height: 100vh;
  background: #101216;
  color: #f0f2f0;
  display: flex;
  align-items: center;
  padding: 48px 0;
}

.hero-section h1 {
  font-family: 'Inter', sans-serif;
  font-weight: 800;
  color: #ffffff;
  font-size: clamp(2.2rem, 5vw, 3.5rem);
  line-height: 1.15;
}

.hero-section h2 {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  color: hsl(124, 34%, 60%);
  font-size: clamp(1.1rem, 2.5vw, 1.5rem);
  margin-top: 12px;
}

.hero-section p {
  font-family: 'Raleway', sans-serif;
  color: #c7cbd1;
  font-size: 1.05rem;
  margin-top: 20px;
  max-width: 520px;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid hsl(138, 28%, 45%);
  color: hsl(124, 34%, 60%);
  border-radius: 20px;
  padding: 6px 16px;
  font-family: 'Raleway', sans-serif;
  font-size: 0.9rem;
  margin-bottom: 20px;
}

.btn-hero {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  background: hsl(124, 34%, 60%);
  color: #101216;
  border: none;
  border-radius: 18px;
  padding: 14px 32px;
  font-size: 1.05rem;
  margin-top: 32px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: background 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
  text-decoration: none;
}

.btn-hero:hover {
  background: hsl(138, 28%, 45%);
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(124, 200, 130, 0.25);
}

.hero-img-wrap {
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid #2a2e35;
}

.hero-img-wrap img {
  aspect-ratio: 3 / 2;
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

.hero-stats {
  display: flex;
  gap: 32px;
  margin-top: 40px;
  flex-wrap: wrap;
}

.hero-stat-num {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  color: #ffffff;
  font-size: 1.6rem;
}

.hero-stat-label {
  font-family: 'Raleway', sans-serif;
  color: #9aa0a8;
  font-size: 0.85rem;
}

@media (max-width: 991.98px) {
  .hero-section {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .hero-img-wrap {
    margin-top: 40px;
  }
}

#company {
  background-color: #14161b;
  color: #e8e9ec;
  font-family: 'Raleway', sans-serif;
  padding: 96px 0;
}
#company h2, #company h3 {
  font-family: 'Inter', sans-serif;
}
#company .lead-text {
  color: #c7cad1;
  line-height: 1.75;
}
#company .accent-text {
  color: hsl(304, 48%, 78%);
}
#company img {
  aspect-ratio: 3 / 2;
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 20px;
  border: 1px solid rgba(255,255,255,0.1);
}
#company .value-panel {
  background-color: #1a1d23;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 20px;
  padding: 28px;
  height: 100%;
}
#company .value-panel h4 {
  color: hsl(124, 34%, 60%);
  font-size: 1.1rem;
  margin-bottom: 10px;
}
#company .team-card {
  background-color: #1a1d23;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 20px;
  padding: 24px;
  height: 100%;
}
#company .team-card .role {
  color: hsl(138, 28%, 45%);
  font-size: 0.9rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 8px;
}
#company .team-card p {
  color: #c7cad1;
  font-size: 0.95rem;
  margin-bottom: 0;
}
#company .divider-line {
  width: 60px;
  height: 3px;
  background-color: hsl(124, 34%, 60%);
  border-radius: 2px;
  margin-bottom: 24px;
}
#company .stat-inline {
  color: hsl(304, 48%, 78%);
  font-weight: 700;
}
@media (max-width: 767px) {
  #company { padding: 64px 0; }
}

#gallery {
  background: #14161b;
  color: #f1f1f1;
  padding: 96px 0;
  font-family: 'Raleway', sans-serif;
}
#gallery h2, #gallery h3, #gallery .modal-title {
  font-family: 'Inter', sans-serif;
}
#gallery .lead-text {
  color: #c7cbd1;
  max-width: 680px;
}
#gallery .work-card {
  background: #1a1d23;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 20px;
  overflow: hidden;
  height: 100%;
  transition: transform 0.2s ease, border-color 0.2s ease;
}
#gallery .work-card:hover {
  transform: translateY(-4px);
  border-color: hsl(124, 34%, 60%);
}
#gallery .work-card img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
}
#gallery .work-card .body {
  padding: 20px;
}
#gallery .badge-cat {
  background: hsl(138, 28%, 45%);
  color: #ffffff;
  font-weight: 600;
  font-size: 0.75rem;
  padding: 6px 12px;
  border-radius: 12px;
  display: inline-block;
  margin-bottom: 10px;
}
#gallery .work-card h3 {
  font-size: 1.15rem;
  color: #f1f1f1;
  margin-bottom: 8px;
}
#gallery .work-card p {
  color: #c7cbd1;
  font-size: 0.92rem;
  margin-bottom: 16px;
}
#gallery .btn-view {
  background: transparent;
  border: 1px solid hsl(124, 34%, 60%);
  color: hsl(124, 34%, 60%);
  border-radius: 12px;
  padding: 8px 18px;
  font-weight: 600;
  font-size: 0.9rem;
}
#gallery .btn-view:hover {
  background: hsl(124, 34%, 60%);
  color: #14161b;
}
#gallery .modal-content {
  background: #1a1d23;
  color: #f1f1f1;
  border-radius: 20px;
  border: 1px solid rgba(255,255,255,0.1);
}
#gallery .modal-header {
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
#gallery .modal-footer {
  border-top: 1px solid rgba(255,255,255,0.1);
}
#gallery .btn-close-custom {
  background: transparent;
  filter: invert(1);
}
#gallery .modal img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  border-radius: 14px;
  margin-bottom: 16px;
}
#gallery .section-eyebrow {
  color: hsl(304, 48%, 78%);
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 0.85rem;
}

.services-section{background:#14161b;padding:96px 0;font-family:'Raleway',sans-serif;}
.services-section h2{font-family:'Inter',sans-serif;color:#f5f5f5;font-weight:700;}
.services-section .lead-text{color:#c3c7cd;max-width:700px;}
.services-list{border-top:1px solid rgba(255,255,255,0.12);}
.service-item{border-bottom:1px solid rgba(255,255,255,0.12);padding:32px 20px;transition:background 0.3s ease, transform 0.3s ease;border-radius:16px;}
.service-item:hover{background:#1c1f26;transform:translateY(-3px);}
.service-icon{width:56px;height:56px;border-radius:16px;background:hsla(124,34%,60%,0.15);display:flex;align-items:center;justify-content:center;flex-shrink:0;}
.service-icon i{font-size:1.6rem;color:hsl(124,34%,60%);}
.service-title{font-family:'Inter',sans-serif;color:#f5f5f5;font-weight:600;font-size:1.15rem;margin-bottom:6px;}
.service-desc{color:#b6bbc2;font-size:0.95rem;margin-bottom:10px;}
.service-price{color:hsl(304,48%,78%);font-weight:600;font-family:'Inter',sans-serif;font-size:1.05rem;}
@media (min-width:992px){
.services-list .col-lg-6:nth-child(odd) .service-item{border-right:1px solid rgba(255,255,255,0.12);}
}

#reach-us {
  background: #14161b;
  padding: 96px 0;
  font-family: 'Raleway', sans-serif;
  color: #e8e8e8;
}
#reach-us h2, #reach-us h3 {
  font-family: 'Inter', sans-serif;
  color: #f5f5f5;
}
#reach-us .lead-text {
  color: #b8bcc2;
  max-width: 640px;
}
#reach-us .panel {
  background: #1a1d23;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 20px;
  padding: 40px;
  height: 100%;
}
#reach-us .form-control {
  background: #101216;
  border: 1px solid rgba(255,255,255,0.15);
  color: #f0f0f0;
  border-radius: 12px;
  padding: 12px 16px;
}
#reach-us .form-control:focus {
  background: #101216;
  color: #f0f0f0;
  border-color: hsl(124, 34%, 60%);
  box-shadow: 0 0 0 0.2rem hsla(124, 34%, 60%, 0.25);
}
#reach-us .form-label {
  color: #d0d3d8;
  font-weight: 500;
  margin-bottom: 6px;
}
#reach-us .btn-submit {
  background: hsl(124, 34%, 60%);
  color: #101216;
  border: none;
  border-radius: 12px;
  padding: 12px 32px;
  font-weight: 600;
  font-family: 'Inter', sans-serif;
  transition: background 0.2s ease;
}
#reach-us .btn-submit:hover {
  background: hsl(138, 28%, 45%);
  color: #ffffff;
}
#reach-us .info-list {
  list-style: none;
  padding: 0;
  margin: 0 0 24px 0;
}
#reach-us .info-list li {
  display: flex;
  gap: 14px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  align-items: flex-start;
}
#reach-us .info-list li:last-child {
  border-bottom: none;
}
#reach-us .info-icon {
  color: hsl(124, 34%, 60%);
  font-size: 1.2rem;
  flex-shrink: 0;
  width: 24px;
  text-align: center;
}
#reach-us a {
  color: hsl(124, 34%, 60%);
  text-decoration: none;
}
#reach-us a:hover {
  color: hsl(304, 48%, 78%);
}
#reach-us .find-us-note {
  background: #101216;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 14px;
  padding: 16px 20px;
  margin-top: 8px;
  font-size: 0.95rem;
  color: #c0c3c8;
}
#reach-us .hours-box {
  background: #101216;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 14px;
  padding: 20px;
  margin-top: 20px;
}
#reach-us .hours-box h4 {
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  color: #f5f5f5;
  margin-bottom: 10px;
}
#reach-us .hours-box p {
  margin: 4px 0;
  color: #b8bcc2;
  font-size: 0.92rem;
}
@media (max-width: 767px) {
  #reach-us { padding: 64px 0; }
  #reach-us .panel { padding: 28px 20px; }
}

#disclaimer {
  background-color: #14161b;
  padding: 96px 0;
  font-family: 'Raleway', sans-serif;
}
#disclaimer .disclaimer-panel {
  background-color: #1a1d23;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 20px;
  padding: 48px;
}
#disclaimer .icon-wrap {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  background-color: hsla(124, 34%, 60%, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}
#disclaimer .icon-wrap i {
  color: hsl(124, 34%, 60%);
  font-size: 1.6rem;
}
#disclaimer h2 {
  font-family: 'Inter', sans-serif;
  color: #f5f5f5;
  font-weight: 700;
  margin-bottom: 20px;
}
#disclaimer p {
  color: #c9cdd3;
  font-size: 1.02rem;
  line-height: 1.75;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  #disclaimer .disclaimer-panel {
    padding: 32px 24px;
  }
}



  .thankyou-section {
    font-family: 'Raleway', sans-serif;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3rem 1rem;
    background: linear-gradient(135deg, hsl(124, 34%, 96%) 0%, hsl(304, 48%, 96%) 100%);
  }

  .thankyou-card {
    background: #ffffff;
    border-radius: 1.25rem;
    padding: 3rem 2.5rem;
    max-width: 640px;
    width: 100%;
    text-align: center;
    box-shadow: 0 1rem 3rem rgba(56, 128, 68, 0.15);
    border: 1px solid hsl(124, 34%, 90%);
  }

  .thankyou-heading {
    font-family: 'Inter', sans-serif;
    font-weight: 800;
    color: hsl(138, 28%, 30%);
    margin-bottom: 1rem;
  }

  .thankyou-icon-wrapper {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: linear-gradient(135deg, hsl(124, 34%, 60%), hsl(138, 28%, 45%));
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.75rem;
    box-shadow: 0 0.5rem 1.5rem hsla(124, 34%, 45%, 0.35);
    animation: popIn 0.5s ease-out;
  }

  .thankyou-icon-wrapper svg {
    width: 52px;
    height: 52px;
    stroke: #ffffff;
  }

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

  .thankyou-text {
    font-family: 'Raleway', sans-serif;
    color: #4a4a4a;
    font-size: 1.05rem;
    line-height: 1.75;
    margin-bottom: 0.75rem;
  }

  .thankyou-highlight {
    background: hsl(304, 48%, 92%);
    border-left: 4px solid hsl(304, 48%, 78%);
    border-radius: 0.5rem;
    padding: 1rem 1.25rem;
    margin: 1.5rem 0;
    font-size: 0.98rem;
    color: hsl(138, 28%, 30%);
    text-align: left;
  }

  .thankyou-highlight strong {
    font-family: 'Inter', sans-serif;
  }

  .btn-thankyou-primary {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    background: hsl(124, 34%, 60%);
    border: none;
    color: #ffffff;
    padding: 0.75rem 2.5rem;
    border-radius: 50px;
    font-size: 1rem;
    transition: all 0.3s ease;
    box-shadow: 0 0.4rem 1rem hsla(124, 34%, 45%, 0.4);
  }

  .btn-thankyou-primary:hover {
    background: hsl(138, 28%, 45%);
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 0.6rem 1.4rem hsla(138, 28%, 45%, 0.45);
  }

  .thankyou-divider {
    width: 60px;
    height: 4px;
    background: hsl(304, 48%, 78%);
    border-radius: 2px;
    margin: 1.25rem auto;
  }

  @media (max-width: 576px) {
    .thankyou-card {
      padding: 2rem 1.5rem;
    }
    .thankyou-icon-wrapper {
      width: 80px;
      height: 80px;
    }
    .thankyou-icon-wrapper svg {
      width: 42px;
      height: 42px;
    }
  }
