@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;600;700&family=Lora:ital,wght@0,400;0,600;1,400&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;600;700&family=Lora:ital,wght@0,400;0,500;1,400&display=swap');

:root {
  --primary: hsl(344, 33%, 58%);
  --secondary: hsl(358, 31%, 73%);
  --accent: hsl(164, 49%, 71%);
  --bg-dark: #101216;
  --bg-panel: #1a1d23;
}

body{
  background-color: var(--bg-dark);
  color: #f2f2f2;
  font-family: 'Lora', serif;
}
h1,h2,h3,h4,h5,h6{
  font-family: 'Oswald', sans-serif;
}
.navbar{
  background-color: var(--bg-dark);
  border-bottom: 1px solid rgba(255,255,255,0.08);
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
}
.navbar-brand{
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
  color: #f2f2f2 !important;
  display: flex;
  align-items: center;
  gap: 0.6rem;
}
.navbar-brand img{
  border-radius: 10px;
}
.navbar-nav .nav-link{
  color: #e6e6e6 !important;
  font-family: 'Lora', serif;
  font-weight: 600;
  margin-left: 1.2rem;
  transition: color 0.2s ease;
}
.navbar-nav .nav-link:hover{
  color: var(--accent) !important;
}
.navbar-toggler{
  border-color: rgba(255,255,255,0.3);
}
.navbar-toggler-icon{
  filter: invert(1);
}

#contact-content {
  background: linear-gradient(180deg, #101216 0%, #16191f 100%);
  color: #f2f0ee;
  font-family: 'Lora', serif;
  padding: 112px 0;
}
#contact-content h1,
#contact-content h2,
#contact-content h3 {
  font-family: 'Oswald', sans-serif;
  color: #f2f0ee;
}
#contact-content .lead-text {
  color: hsl(358, 31%, 88%);
  max-width: 640px;
}
#contact-content .panel {
  background: #1a1d23;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 20px;
  padding: 40px;
}
#contact-content .info-item {
  border-bottom: 1px solid rgba(255,255,255,0.1);
  padding: 18px 0;
}
#contact-content .info-item:last-child {
  border-bottom: none;
}
#contact-content .info-label {
  font-family: 'Oswald', sans-serif;
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: hsl(164, 49%, 71%);
  margin-bottom: 6px;
}
#contact-content a {
  color: hsl(344, 33%, 68%);
  text-decoration: none;
}
#contact-content a:hover {
  color: hsl(164, 49%, 71%);
  text-decoration: underline;
}
#contact-content .form-label {
  font-family: 'Oswald', sans-serif;
  font-size: 0.85rem;
  letter-spacing: 0.05em;
  color: #f2f0ee;
}
#contact-content .form-control {
  background: #101216;
  border: 1px solid rgba(255,255,255,0.2);
  color: #f2f0ee;
  border-radius: 14px;
  padding: 12px 16px;
}
#contact-content .form-control:focus {
  background: #101216;
  color: #f2f0ee;
  border-color: hsl(344, 33%, 58%);
  box-shadow: 0 0 0 0.2rem rgba(196, 118, 143, 0.25);
}
#contact-content .form-control::placeholder {
  color: rgba(242,240,238,0.4);
}
#contact-content .btn-submit {
  background: hsl(344, 33%, 58%);
  color: #101216;
  border: none;
  border-radius: 14px;
  padding: 14px 36px;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-weight: 600;
}
#contact-content .btn-submit:hover {
  background: hsl(164, 49%, 71%);
  color: #101216;
}
#contact-content .hours-table td {
  padding: 6px 0;
  border-bottom: 1px dashed rgba(255,255,255,0.1);
  color: #f2f0ee;
}
#contact-content .hours-table td:last-child {
  text-align: right;
  color: hsl(358, 31%, 85%);
}
#contact-content .cta-strip {
  border: 1px solid hsl(164, 49%, 71%);
  border-radius: 20px;
  padding: 48px;
  text-align: center;
  margin-top: 96px;
}
#contact-content .cta-strip .btn-cta {
  background: hsl(164, 49%, 71%);
  color: #101216;
  border: none;
  border-radius: 14px;
  padding: 14px 40px;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 600;
  display: inline-block;
  margin-top: 20px;
}
#contact-content .btn-cta:hover {
  background: hsl(344, 33%, 58%);
  color: #101216;
}
@media (max-width: 767px) {
  #contact-content { padding: 80px 0; }
  #contact-content .panel { padding: 28px; }
  #contact-content .cta-strip { padding: 32px; }
}



.site-footer {
  background-color: #14161b;
  color: #e8e6e3;
  font-family: 'Lora', serif;
  border-top: 1px solid rgba(255,255,255,0.08);
  padding: 80px 0 32px;
}

.site-footer h5, .site-footer h6 {
  font-family: 'Oswald', sans-serif;
  color: #fff;
  letter-spacing: 0.5px;
  margin-bottom: 18px;
}

.site-footer p {
  color: #c9c6c2;
  line-height: 1.7;
}

.site-footer a {
  color: #c9c6c2;
  text-decoration: none;
  transition: color 0.2s ease;
}

.site-footer a:hover {
  color: hsl(164, 49%, 71%);
}

.footer-links li {
  margin-bottom: 10px;
}

.footer-contact li {
  margin-bottom: 14px;
  display: flex;
  gap: 10px;
  color: #c9c6c2;
}

.footer-contact i {
  color: hsl(344, 33%, 58%);
  margin-top: 3px;
}

.footer-divider {
  border-color: rgba(255,255,255,0.08);
  margin: 48px 0 24px;
}

.social-row a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.15);
  color: #fff;
  margin-right: 10px;
  transition: all 0.25s ease;
}

.social-row a:hover {
  background-color: hsl(344, 33%, 58%);
  border-color: hsl(344, 33%, 58%);
  color: #fff;
}

.copyright-line {
  color: #9a9793;
  font-size: 0.9rem;
}

#privacyBox {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2000;
  background-color: #181b21;
  border-top: 1px solid rgba(255,255,255,0.1);
  box-shadow: 0 -8px 30px rgba(0,0,0,0.5);
  padding: 20px 0;
  max-height: 60vh;
  overflow-y: auto;
  font-family: 'Lora', serif;
  border-radius: 20px 20px 0 0;
}

#privacyBox h6 {
  font-family: 'Oswald', sans-serif;
  color: #fff;
  margin-bottom: 8px;
  font-size: 1.05rem;
}

#privacyBox p, #privacyBox li {
  color: #c9c6c2;
  font-size: 0.88rem;
  margin-bottom: 6px;
}

.cookie-cat {
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 14px;
  padding: 10px 14px;
  margin-bottom: 8px;
  background-color: #14161b;
}

.cookie-cat strong {
  color: hsl(164, 49%, 71%);
  font-family: 'Oswald', sans-serif;
  font-size: 0.85rem;
}

.btn-cookie-accept, .btn-cookie-reject {
  font-family: 'Oswald', sans-serif;
  padding: 10px 20px;
  border-radius: 12px;
  font-size: 0.9rem;
  font-weight: 500;
  border: none;
  transition: all 0.25s ease;
  width: 100%;
}

.btn-cookie-accept {
  background-color: hsl(344, 33%, 58%);
  color: #fff;
}

.btn-cookie-accept:hover {
  background-color: hsl(344, 33%, 48%);
  color: #fff;
}

.btn-cookie-reject {
  background-color: hsl(358, 31%, 73%);
  color: #1a1a1a;
}

.btn-cookie-reject:hover {
  background-color: hsl(358, 31%, 63%);
  color: #1a1a1a;
}

.btn-cookie-manage {
  color: hsl(164, 49%, 71%);
  font-size: 0.85rem;
  text-decoration: underline;
}

.btn-cookie-manage:hover {
  color: hsl(164, 49%, 61%);
}



.hero-section {
  min-height: 100vh;
  background: linear-gradient(180deg, #101216 0%, #16181f 100%);
  color: #f5f5f5;
  display: flex;
  align-items: center;
  padding: 60px 0;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(164, 200, 184, 0.08);
  border: 1px solid hsl(164, 49%, 71%);
  color: hsl(164, 49%, 71%);
  padding: 8px 18px;
  border-radius: 20px;
  font-family: 'Lora', serif;
  font-size: 0.9rem;
  margin-bottom: 28px;
}

.hero-heading {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: clamp(2.4rem, 5vw, 3.8rem);
  line-height: 1.15;
  color: #f5f5f5;
  margin-bottom: 20px;
}

.hero-subheading {
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  font-size: clamp(1.2rem, 2.5vw, 1.6rem);
  color: hsl(358, 31%, 73%);
  margin-bottom: 24px;
}

.hero-desc {
  font-family: 'Lora', serif;
  font-size: 1.08rem;
  line-height: 1.7;
  color: #c9ccd1;
  max-width: 520px;
  margin-bottom: 36px;
}

.hero-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: hsl(344, 33%, 58%);
  color: #101216;
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  font-size: 1.05rem;
  padding: 16px 36px;
  border-radius: 18px;
  text-decoration: none;
  border: 1px solid hsl(344, 33%, 58%);
  transition: all 0.3s ease;
}

.hero-btn:hover {
  background: transparent;
  color: hsl(344, 33%, 58%);
  border-color: hsl(344, 33%, 58%);
  transform: translateY(-2px);
}

.hero-img-wrap {
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.12);
}

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

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

.hero-stat-num {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 1.7rem;
  color: hsl(164, 49%, 71%);
}

.hero-stat-label {
  font-family: 'Lora', serif;
  font-size: 0.85rem;
  color: #a9adb3;
}

@media (max-width: 991px) {
  .hero-section { padding: 48px 0; text-align: left; }
  .hero-img-wrap { margin-top: 40px; }
}

#projects {
  background: #14161b;
  padding: 96px 0;
  font-family: 'Lora', serif;
  color: #f5f5f5;
}
#projects h2 {
  font-family: 'Oswald', sans-serif;
  color: #f5f5f5;
  font-weight: 600;
}
#projects .lead-text {
  color: hsl(358, 31%, 73%);
  max-width: 700px;
}
#projects .project-card {
  background: #1a1d23;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 20px;
  overflow: hidden;
  height: 100%;
  transition: transform 0.25s ease, border-color 0.25s ease;
}
#projects .project-card:hover {
  transform: translateY(-6px);
  border-color: hsl(344, 33%, 58%);
}
#projects .project-img-wrap {
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
  background: #0f1114;
}
#projects .project-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
#projects .project-body {
  padding: 24px;
}
#projects .project-body h3 {
  font-family: 'Oswald', sans-serif;
  font-size: 1.2rem;
  color: #f5f5f5;
  margin-bottom: 10px;
}
#projects .badge-category {
  background: hsl(164, 49%, 71%);
  color: #10241d;
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  font-size: 0.72rem;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: 30px;
  display: inline-block;
  margin-bottom: 14px;
}
#projects .project-body p {
  color: #c9cbd1;
  font-size: 0.95rem;
  line-height: 1.6;
}
#projects .btn-details {
  border: 1px solid hsl(344, 33%, 58%);
  color: #f5f5f5;
  background: transparent;
  font-family: 'Oswald', sans-serif;
  font-size: 0.85rem;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding: 8px 20px;
  border-radius: 30px;
  margin-top: 12px;
  transition: background 0.25s ease, color 0.25s ease;
}
#projects .btn-details:hover {
  background: hsl(344, 33%, 58%);
  color: #fff;
}
#projects .modal-content {
  background: #1a1d23;
  color: #f5f5f5;
  border-radius: 20px;
  border: 1px solid rgba(255,255,255,0.12);
}
#projects .modal-header, #projects .modal-footer {
  border-color: rgba(255,255,255,0.1);
}
#projects .modal-title {
  font-family: 'Oswald', sans-serif;
}
#projects .modal-body img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  border-radius: 14px;
  margin-bottom: 20px;
}
#projects .btn-close-custom {
  background: transparent;
  border: 1px solid rgba(255,255,255,0.3);
  color: #f5f5f5;
  border-radius: 30px;
  padding: 6px 18px;
  font-family: 'Oswald', sans-serif;
  font-size: 0.85rem;
}
#projects .btn-close-custom:hover {
  background: rgba(255,255,255,0.1);
  color: #fff;
}

.services-section {
  background: #14161b;
  padding: 112px 0;
}
.services-section .section-heading {
  font-family: 'Oswald', sans-serif;
  color: #f5f5f5;
  font-weight: 600;
}
.services-section .section-sub {
  font-family: 'Lora', serif;
  color: hsl(358, 31%, 73%);
  max-width: 640px;
}
.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;
  display: flex;
  gap: 20px;
  align-items: flex-start;
  transition: background 0.3s ease, transform 0.3s ease;
  border-radius: 16px;
}
.service-item:hover {
  background: #1c1f26;
  transform: translateY(-3px);
}
.service-icon {
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  border-radius: 16px;
  background: hsla(344, 33%, 58%, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  color: hsl(344, 33%, 58%);
}
.service-title {
  font-family: 'Oswald', sans-serif;
  color: #f5f5f5;
  font-size: 1.15rem;
  margin-bottom: 8px;
  font-weight: 500;
}
.service-desc {
  font-family: 'Lora', serif;
  color: #c9ccd1;
  font-size: 0.95rem;
  margin-bottom: 10px;
  line-height: 1.6;
}
.service-price {
  font-family: 'Oswald', sans-serif;
  color: hsl(164, 49%, 71%);
  font-size: 1rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  .service-item {
    padding: 24px 12px;
  }
}

#voices {
  background: linear-gradient(180deg, #101216 0%, #15181e 100%);
  padding: 112px 0;
  font-family: 'Lora', serif;
  color: #f2f0ee;
}
#voices h2 {
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  letter-spacing: 0.5px;
}
#voices .lead-sub {
  color: hsl(358, 31%, 85%);
  max-width: 640px;
}
#voices .review-card {
  background: #1a1d23;
  border: 1px solid rgba(210, 176, 186, 0.18);
  border-radius: 20px;
  padding: 32px;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 14px;
  transition: border-color 0.25s ease, transform 0.25s ease;
}
#voices .review-card:hover {
  border-color: hsl(344, 33%, 58%);
  transform: translateY(-3px);
}
#voices .review-stars {
  color: hsl(164, 49%, 71%);
  font-size: 1rem;
  letter-spacing: 2px;
}
#voices .review-text {
  color: #e6e3e0;
  font-size: 1rem;
  line-height: 1.65;
  margin: 0;
}
#voices .review-text.short {
  font-size: 1.05rem;
  font-style: italic;
}
#voices .review-author {
  margin-top: auto;
  padding-top: 12px;
  border-top: 1px solid rgba(210, 176, 186, 0.15);
  display: flex;
  flex-direction: column;
}
#voices .review-author strong {
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  color: #fff;
  font-size: 1rem;
}
#voices .review-author span {
  color: hsl(358, 31%, 73%);
  font-size: 0.85rem;
}
#voices .review-tag {
  display: inline-block;
  background: rgba(164, 49, 71, 0.12);
  color: hsl(344, 33%, 70%);
  border: 1px solid rgba(214, 128, 150, 0.35);
  border-radius: 999px;
  padding: 3px 12px;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  width: fit-content;
  font-family: 'Oswald', sans-serif;
}
#voices .review-card.featured {
  background: linear-gradient(145deg, #1c2027, #181b20);
  border-color: hsl(164, 49%, 71%);
}
@media (max-width: 767px) {
  #voices { padding: 80px 0; }
  #voices .review-card { padding: 24px; }
}

#contacts {
  background-color: #14161b;
  padding: 96px 0;
  font-family: 'Lora', serif;
  color: #e8e6e3;
}
#contacts h2 {
  font-family: 'Oswald', sans-serif;
  color: #f2f0ed;
  font-weight: 600;
}
#contacts .lead-text {
  color: #c9c6c2;
  font-size: 1.05rem;
  max-width: 640px;
}
#contacts .contact-panel {
  background-color: #1b1e24;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 20px;
  padding: 40px;
  height: 100%;
}
#contacts .contact-panel h3 {
  font-family: 'Oswald', sans-serif;
  color: hsl(164, 49%, 71%);
  font-size: 1.3rem;
  margin-bottom: 24px;
}
#contacts .contact-info-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 20px;
}
#contacts .contact-info-item .icon-box {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background-color: hsl(344, 33%, 58%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #101216;
  font-size: 1.1rem;
}
#contacts .contact-info-item a {
  color: #e8e6e3;
  text-decoration: none;
}
#contacts .contact-info-item a:hover {
  color: hsl(164, 49%, 71%);
}
#contacts .contact-info-item p {
  margin: 0;
  color: #c9c6c2;
}
#contacts .map-link {
  color: hsl(358, 31%, 73%);
  text-decoration: underline;
  font-size: 0.95rem;
}
#contacts .map-link:hover {
  color: hsl(164, 49%, 71%);
}
#contacts .hours-box {
  border-top: 1px solid rgba(255,255,255,0.1);
  padding-top: 20px;
  margin-top: 8px;
}
#contacts .hours-box p {
  margin-bottom: 4px;
  color: #c9c6c2;
  font-size: 0.95rem;
}
#contacts .form-panel {
  background-color: #1b1e24;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 20px;
  padding: 40px;
  height: 100%;
}
#contacts .form-panel .form-label {
  color: #e8e6e3;
  font-family: 'Oswald', sans-serif;
  font-size: 0.9rem;
  letter-spacing: 0.02em;
}
#contacts .form-panel .form-control {
  background-color: #101216;
  border: 1px solid rgba(255,255,255,0.15);
  color: #e8e6e3;
  border-radius: 12px;
  padding: 12px 16px;
}
#contacts .form-panel .form-control:focus {
  background-color: #101216;
  border-color: hsl(344, 33%, 58%);
  box-shadow: 0 0 0 0.2rem hsla(344, 33%, 58%, 0.25);
  color: #e8e6e3;
}
#contacts .form-panel .form-control::placeholder {
  color: #6f7379;
}
#contacts .btn-submit {
  background-color: hsl(344, 33%, 58%);
  color: #101216;
  border: none;
  border-radius: 12px;
  padding: 12px 32px;
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  letter-spacing: 0.03em;
  transition: background-color 0.2s ease;
}
#contacts .btn-submit:hover {
  background-color: hsl(164, 49%, 71%);
  color: #101216;
}
@media (max-width: 767px) {
  #contacts .contact-panel, #contacts .form-panel {
    padding: 28px;
  }
}

#legal {
  background: linear-gradient(180deg, #14161b 0%, #1a1d23 100%);
  padding: 96px 0;
  font-family: 'Lora', serif;
  color: #e8e6e3;
}
#legal h2 {
  font-family: 'Oswald', sans-serif;
  color: #f2f0ee;
  font-weight: 600;
  letter-spacing: 0.5px;
}
#legal .disclaimer-panel {
  background-color: #1e2128;
  border: 1px solid hsla(164, 49%, 71%, 0.25);
  border-radius: 20px;
  padding: 48px;
}
#legal .icon-wrap {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  background-color: hsla(164, 49%, 71%, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
#legal .icon-wrap i {
  font-size: 1.75rem;
  color: hsl(164, 49%, 71%);
}
#legal p.disclaimer-text {
  color: #cfcdc9;
  font-size: 1.05rem;
  line-height: 1.85;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  #legal .disclaimer-panel {
    padding: 32px 24px;
  }
  #legal {
    padding: 64px 0;
  }
}





.thankyou-section {
  font-family: 'Lora', serif;
  min-height: 100vh;
  display: flex;
  align-items: center;
  background: linear-gradient(135deg, hsl(344, 33%, 97%) 0%, hsl(358, 31%, 95%) 100%);
  padding: 3rem 1rem;
}

.thankyou-card {
  background: #fff;
  border-radius: 1.25rem;
  padding: 3rem 2.5rem;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.08);
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.thankyou-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 6px;
  background: linear-gradient(90deg, var(--primary), var(--secondary), var(--accent));
}

.success-icon-wrapper {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--accent) 0%, var(--secondary) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.75rem;
  animation: pop-in 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
  box-shadow: 0 0.5rem 1.5rem hsla(344, 33%, 58%, 0.25);
}

.success-icon-wrapper svg {
  width: 52px;
  height: 52px;
  stroke: #fff;
}

@keyframes pop-in {
  0% { transform: scale(0); opacity: 0; }
  100% { transform: scale(1); opacity: 1; }
}

.thankyou-heading {
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  color: hsl(344, 33%, 30%);
  font-size: 2rem;
  letter-spacing: 0.02em;
  margin-bottom: 1.25rem;
}

.thankyou-text {
  color: #5a4a4d;
  font-size: 1.08rem;
  line-height: 1.8;
  margin-bottom: 0.75rem;
}

.thankyou-divider {
  width: 60px;
  height: 3px;
  background: var(--primary);
  border-radius: 3px;
  margin: 1.5rem auto;
  opacity: 0.6;
}

.info-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
  margin: 1.75rem 0;
}

.info-badge {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background: hsl(358, 31%, 96%);
  color: hsl(344, 33%, 40%);
  padding: 0.55rem 1.1rem;
  border-radius: 50px;
  font-size: 0.92rem;
  font-weight: 500;
}

.info-badge svg {
  width: 18px;
  height: 18px;
  stroke: var(--primary);
  flex-shrink: 0;
}

.btn-home {
  background: var(--primary);
  border: none;
  color: #fff;
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  letter-spacing: 0.03em;
  padding: 0.85rem 2.5rem;
  border-radius: 50px;
  font-size: 1.05rem;
  transition: all 0.3s ease;
  box-shadow: 0 0.4rem 1rem hsla(344, 33%, 58%, 0.3);
}

.btn-home:hover {
  background: hsl(344, 33%, 48%);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 0.6rem 1.3rem hsla(344, 33%, 58%, 0.4);
}

.btn-home:active {
  transform: translateY(0);
}

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

#portfolio-main {
  background: #101216;
  color: #f0f0f0;
  font-family: 'Lora', serif;
  padding: 96px 0;
}
#portfolio-main h1, #portfolio-main h2, #portfolio-main h3, #portfolio-main h4 {
  font-family: 'Oswald', sans-serif;
  color: #f5f5f5;
}
#portfolio-main .intro-block {
  max-width: 780px;
  margin: 0 auto 72px;
  text-align: center;
}
#portfolio-main .intro-block p {
  color: #cfcfcf;
  font-size: 1.05rem;
  line-height: 1.7;
}
#portfolio-main .badge-cat {
  background: hsl(164, 49%, 71%);
  color: #101216;
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 0.78rem;
  letter-spacing: 0.03em;
}
#portfolio-main .project-card {
  background: #16181d;
  border: 1px solid rgba(255,255,255,0.09);
  border-radius: 20px;
  overflow: hidden;
  height: 100%;
  transition: border-color 0.25s ease, transform 0.25s ease;
}
#portfolio-main .project-card:hover {
  border-color: hsl(344, 33%, 58%);
  transform: translateY(-4px);
}
#portfolio-main .project-img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  display: block;
}
#portfolio-main .project-body {
  padding: 24px;
}
#portfolio-main .project-body h3 {
  font-size: 1.25rem;
  margin: 14px 0 10px;
}
#portfolio-main .project-body p {
  color: #c7c7c7;
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 18px;
}
#portfolio-main .btn-details {
  background: transparent;
  border: 1px solid hsl(344, 33%, 58%);
  color: #f5f5f5;
  font-family: 'Oswald', sans-serif;
  font-size: 0.85rem;
  padding: 8px 20px;
  border-radius: 14px;
  letter-spacing: 0.03em;
}
#portfolio-main .btn-details:hover {
  background: hsl(344, 33%, 58%);
  color: #101216;
}
#portfolio-main .modal-content {
  background: #1a1d23;
  color: #f0f0f0;
  border-radius: 20px;
  border: 1px solid rgba(255,255,255,0.1);
}
#portfolio-main .modal-header {
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
#portfolio-main .modal-footer {
  border-top: 1px solid rgba(255,255,255,0.1);
}
#portfolio-main .modal-img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  border-radius: 14px;
  margin-bottom: 20px;
}
#portfolio-main .btn-close-custom {
  filter: invert(1);
}
#portfolio-main .steps-section {
  margin-top: 100px;
  padding-top: 80px;
  border-top: 1px solid rgba(255,255,255,0.09);
}
#portfolio-main .step-item {
  background: #16181d;
  border: 1px solid rgba(255,255,255,0.09);
  border-radius: 18px;
  padding: 28px 24px;
  height: 100%;
}
#portfolio-main .step-number {
  font-family: 'Oswald', sans-serif;
  font-size: 2.2rem;
  color: hsl(358, 31%, 73%);
  line-height: 1;
  margin-bottom: 12px;
}
#portfolio-main .step-item h4 {
  font-size: 1.05rem;
  margin-bottom: 8px;
}
#portfolio-main .step-item p {
  color: #bfbfbf;
  font-size: 0.92rem;
  line-height: 1.6;
  margin-bottom: 0;
}
#portfolio-main .cta-block {
  margin-top: 96px;
  text-align: center;
  padding: 56px 24px;
  background: #16181d;
  border: 1px solid rgba(255,255,255,0.09);
  border-radius: 22px;
}
#portfolio-main .cta-block h2 {
  margin-bottom: 16px;
}
#portfolio-main .cta-block p {
  color: #cfcfcf;
  max-width: 560px;
  margin: 0 auto 28px;
}
#portfolio-main .btn-cta {
  background: hsl(344, 33%, 58%);
  color: #101216;
  font-family: 'Oswald', sans-serif;
  padding: 12px 34px;
  border-radius: 16px;
  font-size: 1rem;
  text-decoration: none;
  display: inline-block;
  letter-spacing: 0.03em;
}
#portfolio-main .btn-cta:hover {
  background: hsl(358, 31%, 73%);
  color: #101216;
}
#portfolio-main .facts-row {
  margin-top: 24px;
}
#portfolio-main .fact-num {
  font-family: 'Oswald', sans-serif;
  font-size: 1.6rem;
  color: hsl(164, 49%, 71%);
}
#portfolio-main .fact-label {
  font-size: 0.85rem;
  color: #b5b5b5;
}

#about-section {
  background: #14161b;
  color: #e8e6e3;
  font-family: 'Lora', serif;
  padding: 112px 0;
}
#about-section h1, #about-section h2, #about-section h3 {
  font-family: 'Oswald', sans-serif;
  color: #f2efec;
}
#about-section .eyebrow {
  color: hsl(164, 49%, 71%);
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.85rem;
  font-family: 'Oswald', sans-serif;
}
#about-section .lead-text {
  font-size: 1.15rem;
  line-height: 1.8;
  color: #d8d5d1;
}
#about-section img {
  aspect-ratio: 3 / 2;
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 20px;
  border: 1px solid rgba(255,255,255,0.12);
}
#about-section .panel {
  background: #1a1d23;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 20px;
  padding: 32px;
}
#about-section .value-item {
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 18px;
  padding: 24px;
  height: 100%;
  background: #181b20;
}
#about-section .value-item h3 {
  font-size: 1.15rem;
  color: hsl(344, 33%, 58%);
  margin-bottom: 12px;
}
#about-section table {
  color: #e8e6e3;
  border-color: rgba(255,255,255,0.15);
}
#about-section table th {
  font-family: 'Oswald', sans-serif;
  color: hsl(164, 49%, 71%);
  font-weight: 500;
  border-color: rgba(255,255,255,0.15);
}
#about-section table td {
  border-color: rgba(255,255,255,0.15);
}
#about-section .divider {
  height: 1px;
  background: rgba(255,255,255,0.12);
  margin: 96px 0;
  border: none;
}
#about-section .cta-box {
  background: #1a1d23;
  border: 1px solid hsl(344, 33%, 58%);
  border-radius: 20px;
  padding: 48px;
  text-align: center;
}
#about-section .btn-cta {
  background: hsl(344, 33%, 58%);
  color: #14161b;
  border: none;
  padding: 14px 36px;
  border-radius: 14px;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.95rem;
  text-decoration: none;
  display: inline-block;
  transition: opacity 0.2s;
}
#about-section .btn-cta:hover {
  opacity: 0.85;
  color: #14161b;
}
@media (max-width: 767px) {
  #about-section { padding: 72px 0; }
  #about-section .divider { margin: 64px 0; }
}
