@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@500;600;700&family=Libre+Baskerville:wght@400;700&display=swap');

:root {
  --primary: hsl(62, 40%, 56%);
  --secondary: hsl(68, 31%, 42%);
  --accent: hsl(54, 59%, 67%);
  --bg-dark: #101216;
  --bg-panel: #1a1d23;
  --color-primary: hsl(62, 40%, 56%);
  --color-secondary: hsl(68, 31%, 42%);
  --color-accent: hsl(54, 59%, 67%);
}

body {
  background-color: var(--bg-dark);
  color: #f2f2f0;
  font-family: 'Libre Baskerville', serif;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
}
a {
  text-decoration: none;
}
.navbar {
  background-color: var(--bg-dark);
  border-bottom: 1px solid rgba(255,255,255,0.12);
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
}
.navbar-brand {
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  color: #f2f2f0 !important;
  display: flex;
  align-items: center;
  gap: 0.6rem;
}
.navbar-brand img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
}
.navbar-nav .nav-link {
  color: #f2f2f0 !important;
  font-family: 'Quicksand', sans-serif;
  font-weight: 600;
  padding: 0.5rem 1rem;
  border-radius: 0;
}
.navbar-nav .nav-link:hover {
  color: var(--primary) !important;
}
.navbar-toggler {
  border-color: rgba(255,255,255,0.4);
}
.navbar-toggler-icon {
  filter: invert(1);
}

footer {
  background-color: #101216;
  color: #f0f0ec;
  font-family: 'Libre Baskerville', serif;
  padding: 96px 0 32px;
  border-top: 1px solid hsl(62, 40%, 56%, 0.3);
}
footer h5 {
  font-family: 'Quicksand', sans-serif;
  color: hsl(54, 59%, 67%);
  font-weight: 600;
  margin-bottom: 20px;
}
footer p, footer li, footer a {
  color: #d8d8d0;
}
footer a {
  text-decoration: none;
  transition: color 0.2s ease;
}
footer a:hover {
  color: hsl(62, 40%, 56%);
}
footer ul {
  list-style: none;
  padding-left: 0;
}
footer ul li {
  margin-bottom: 10px;
}
.footer-divider {
  border-color: rgba(255,255,255,0.1);
  margin: 48px 0 24px;
}
.social-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid hsl(62, 40%, 56%);
  color: hsl(54, 59%, 67%);
  margin-right: 10px;
  font-size: 1.2rem;
  transition: all 0.2s ease;
}
.social-icons a:hover {
  background-color: hsl(62, 40%, 56%);
  color: #101216;
}
.footer-bottom {
  color: #9a9a92;
  font-size: 0.9rem;
}
#consentPanel {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2000;
  background-color: #1a1d23;
  color: #f0f0ec;
  border-top: 2px solid hsl(62, 40%, 56%);
  padding: 20px 0;
  max-height: 60vh;
  overflow-y: auto;
  font-family: 'Libre Baskerville', serif;
}
#consentPanel h5 {
  font-family: 'Quicksand', sans-serif;
  color: hsl(54, 59%, 67%);
  font-weight: 600;
  font-size: 1.1rem;
}
#consentPanel p, #consentPanel li {
  font-size: 0.85rem;
  color: #d8d8d0;
  margin-bottom: 6px;
}
#consentPanel ul {
  padding-left: 18px;
  margin-bottom: 12px;
}
.consent-btn {
  border-radius: 0;
  font-family: 'Quicksand', sans-serif;
  font-weight: 600;
  padding: 10px 20px;
  border: 1px solid hsl(62, 40%, 56%);
  transition: all 0.2s ease;
  font-size: 0.9rem;
  width: 100%;
}
.btn-accept-all {
  background-color: hsl(62, 40%, 56%);
  color: #101216;
}
.btn-accept-all:hover {
  background-color: hsl(54, 59%, 67%);
  color: #101216;
}
.btn-reject-optional {
  background-color: transparent;
  color: hsl(54, 59%, 67%);
}
.btn-reject-optional:hover {
  background-color: hsl(68, 31%, 42%);
  color: #101216;
}
.link-manage {
  color: #d8d8d0;
  font-size: 0.85rem;
  text-decoration: underline;
}
.link-manage:hover {
  color: hsl(62, 40%, 56%);
}

#portfolio-content {
  background: #14161b;
  color: #f0f0ec;
  font-family: 'Libre Baskerville', serif;
  padding: 96px 0;
}
#portfolio-content h1,
#portfolio-content h2,
#portfolio-content h3,
#portfolio-content h4 {
  font-family: 'Quicksand', sans-serif;
  font-weight: 600;
}
#portfolio-content .intro-block {
  max-width: 780px;
  margin-bottom: 80px;
}
#portfolio-content .intro-block h1 {
  font-size: 2.6rem;
  color: hsl(62, 40%, 56%);
  margin-bottom: 20px;
}
#portfolio-content .intro-block p {
  color: #cfd0c8;
  font-size: 1.05rem;
  line-height: 1.7;
}
#portfolio-content .steps-block {
  border: 1px solid rgba(240,240,236,0.15);
  padding: 48px;
  margin-bottom: 96px;
}
#portfolio-content .steps-block h2 {
  color: hsl(54, 59%, 67%);
  font-size: 1.8rem;
  margin-bottom: 32px;
}
#portfolio-content .step-item {
  display: flex;
  gap: 20px;
  margin-bottom: 24px;
}
#portfolio-content .step-num {
  font-family: 'Quicksand', sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  color: hsl(62, 40%, 56%);
  min-width: 50px;
}
#portfolio-content .step-text h4 {
  font-size: 1.1rem;
  color: #f0f0ec;
  margin-bottom: 6px;
}
#portfolio-content .step-text p {
  color: #b9bab2;
  font-size: 0.95rem;
  margin: 0;
  line-height: 1.6;
}
#portfolio-content .case-card {
  background: #191c22;
  border: 1px solid rgba(240,240,236,0.12);
  border-radius: 0;
  height: 100%;
  overflow: hidden;
  transition: border-color .2s ease;
}
#portfolio-content .case-card:hover {
  border-color: hsl(62, 40%, 56%);
}
#portfolio-content .case-img-wrap {
  aspect-ratio: 4/3;
  overflow: hidden;
  background: #0e1013;
}
#portfolio-content .case-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
#portfolio-content .case-body {
  padding: 24px;
}
#portfolio-content .badge-cat {
  background: hsl(68, 31%, 42%);
  color: #101216;
  font-family: 'Quicksand', sans-serif;
  font-weight: 600;
  font-size: 0.75rem;
  padding: 5px 12px;
  border-radius: 0;
  display: inline-block;
  margin-bottom: 14px;
  letter-spacing: 0.02em;
}
#portfolio-content .case-body h3 {
  font-size: 1.2rem;
  color: #f0f0ec;
  margin-bottom: 10px;
}
#portfolio-content .case-body p {
  color: #b9bab2;
  font-size: 0.92rem;
  line-height: 1.6;
  margin-bottom: 18px;
}
#portfolio-content .btn-detail {
  border: 1px solid hsl(62, 40%, 56%);
  color: hsl(62, 40%, 56%);
  background: transparent;
  font-family: 'Quicksand', sans-serif;
  font-weight: 600;
  padding: 8px 20px;
  border-radius: 0;
  font-size: 0.9rem;
}
#portfolio-content .btn-detail:hover {
  background: hsl(62, 40%, 56%);
  color: #101216;
}
#portfolio-content .modal-content {
  background: #191c22;
  border: 1px solid rgba(240,240,236,0.15);
  border-radius: 0;
  color: #f0f0ec;
}
#portfolio-content .modal-header {
  border-bottom: 1px solid rgba(240,240,236,0.15);
}
#portfolio-content .modal-header .btn-close {
  filter: invert(1);
}
#portfolio-content .modal-title {
  color: hsl(62, 40%, 56%);
  font-family: 'Quicksand', sans-serif;
}
#portfolio-content .modal-body img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  margin-bottom: 20px;
}
#portfolio-content .modal-body p {
  color: #cfd0c8;
  line-height: 1.7;
}
#portfolio-content .cta-final {
  margin-top: 96px;
  border: 1px solid rgba(240,240,236,0.15);
  padding: 56px;
  text-align: center;
}
#portfolio-content .cta-final h2 {
  color: hsl(54, 59%, 67%);
  font-size: 1.9rem;
  margin-bottom: 18px;
}
#portfolio-content .cta-final p {
  color: #cfd0c8;
  max-width: 600px;
  margin: 0 auto 28px;
}
#portfolio-content .btn-cta {
  background: hsl(62, 40%, 56%);
  color: #101216;
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  padding: 14px 40px;
  border-radius: 0;
  text-decoration: none;
  display: inline-block;
  font-size: 1rem;
}
#portfolio-content .btn-cta:hover {
  background: hsl(54, 59%, 67%);
  color: #101216;
}
#portfolio-content .row.g-4 {
  --bs-gutter-x: 1.5rem;
}



  

  .thankyou-section {
    font-family: 'Libre Baskerville', serif;
    background: linear-gradient(135deg, hsl(54, 59%, 90%) 0%, hsl(62, 40%, 92%) 100%);
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 3rem 1rem;
  }

  .thankyou-card {
    background: #ffffff;
    border-radius: 1.25rem;
    padding: 3rem 2rem;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.1);
    max-width: 650px;
    margin: 0 auto;
    text-align: center;
    border-top: 6px solid var(--color-primary);
  }

  .thankyou-heading {
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
    color: var(--color-secondary);
    margin-top: 1.5rem;
    margin-bottom: 1rem;
    font-size: 2rem;
  }

  .thankyou-text {
    color: #4a4a4a;
    font-size: 1.05rem;
    line-height: 1.7;
    margin-bottom: 0.75rem;
  }

  .icon-wrapper {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--color-accent), var(--color-primary));
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    box-shadow: 0 0.5rem 1.5rem hsla(62, 40%, 56%, 0.4);
    animation: popIn 0.5s ease-out;
  }

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

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

  .info-box {
    background: hsl(62, 40%, 96%);
    border-left: 4px solid var(--color-primary);
    border-radius: 0.5rem;
    padding: 1rem 1.25rem;
    margin: 1.5rem 0;
    text-align: left;
    font-size: 0.95rem;
    color: #555;
  }

  .info-box strong {
    font-family: 'Quicksand', sans-serif;
    color: var(--color-secondary);
  }

  .btn-thankyou {
    font-family: 'Quicksand', sans-serif;
    font-weight: 600;
    background-color: var(--color-primary);
    border: none;
    color: #3a3a2a;
    padding: 0.75rem 2.25rem;
    border-radius: 2rem;
    font-size: 1.05rem;
    transition: all 0.3s ease;
    box-shadow: 0 0.25rem 0.75rem hsla(62, 40%, 56%, 0.35);
  }

  .btn-thankyou:hover {
    background-color: var(--color-secondary);
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 0.5rem 1rem hsla(68, 31%, 42%, 0.45);
  }

  @media (max-width: 576px) {
    .thankyou-card {
      padding: 2rem 1.25rem;
    }
    .thankyou-heading {
      font-size: 1.5rem;
    }
  }



.hero-section {
  min-height: 100vh;
  width: 100%;
  background-image: linear-gradient(180deg, rgba(16,18,22,0.75) 0%, rgba(16,18,22,0.55) 45%, rgba(16,18,22,0.9) 100%), url('../images/cover.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  color: #f5f5f0;
}

.hero-content {
  max-width: 720px;
  padding: 0 1.5rem;
}

.hero-eyebrow {
  font-family: 'Quicksand', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: hsl(54, 59%, 67%);
  font-size: 0.95rem;
  margin-bottom: 1.25rem;
  display: flex;
  align-items: center;
  gap: 0.6rem;
}

.hero-heading {
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  font-size: clamp(2.2rem, 5.5vw, 4.2rem);
  line-height: 1.1;
  color: #f5f5f0;
  margin-bottom: 1rem;
}

.hero-subheading {
  font-family: 'Quicksand', sans-serif;
  font-weight: 500;
  font-size: clamp(1.1rem, 2vw, 1.6rem);
  color: hsl(62, 40%, 56%);
  margin-bottom: 1.5rem;
}

.hero-desc {
  font-family: 'Libre Baskerville', serif;
  font-size: 1.05rem;
  line-height: 1.7;
  color: #e6e6e0;
  margin-bottom: 2.25rem;
  max-width: 600px;
}

.hero-btn {
  font-family: 'Quicksand', sans-serif;
  font-weight: 600;
  font-size: 1.05rem;
  padding: 0.9rem 2.2rem;
  border: 2px solid hsl(62, 40%, 56%);
  background-color: hsl(62, 40%, 56%);
  color: #101216;
  border-radius: 0;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.2s ease;
}

.hero-btn:hover {
  background-color: transparent;
  color: hsl(54, 59%, 67%);
  border-color: hsl(54, 59%, 67%);
  transform: translateY(-2px);
}

.hero-scroll-icon {
  position: absolute;
  bottom: 2.5rem;
  left: 50%;
  transform: translateX(-50%);
  color: #f5f5f0;
  font-size: 1.8rem;
  opacity: 0.7;
}

@media (max-width: 576px) {
  .hero-content {
    padding: 0 1rem;
  }
  .hero-btn {
    width: 100%;
    justify-content: center;
  }
}

#who-we-are {
  background: #14161a;
  color: #e8e6df;
  padding: 96px 0;
  font-family: 'Libre Baskerville', serif;
}
#who-we-are h2 {
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  color: hsl(62, 40%, 56%);
  font-size: 2.4rem;
  margin-bottom: 1.5rem;
}
#who-we-are .lead-text {
  color: #cfcdc5;
  font-size: 1.05rem;
  line-height: 1.85;
}
#who-we-are .values-list {
  list-style: none;
  padding-left: 0;
  margin-top: 1.8rem;
}
#who-we-are .values-list li {
  padding: 0.6rem 0;
  border-bottom: 1px solid #2c2f36;
  color: #e8e6df;
}
#who-we-are .values-list li:last-child {
  border-bottom: none;
}
#who-we-are .values-list strong {
  color: hsl(54, 59%, 67%);
  font-family: 'Quicksand', sans-serif;
}
#who-we-are .img-frame {
  border: 1px solid #33363d;
  overflow: hidden;
}
#who-we-are .img-frame img {
  aspect-ratio: 3 / 2;
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}
#who-we-are .stats-row {
  margin-top: 2.5rem;
  border-top: 1px solid #2c2f36;
  padding-top: 2rem;
}
#who-we-are .stat-num {
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  color: hsl(62, 40%, 56%);
  font-size: 2rem;
  display: block;
}
#who-we-are .stat-label {
  color: #b8b6ae;
  font-size: 0.9rem;
}

#works {
    background: #14161b;
    padding: 96px 0;
    font-family: 'Libre Baskerville', serif;
    color: #f0f0ec;
}

#works h2 {
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
    color: hsl(62, 40%, 56%);
}

#works .lead-text {
    color: #c9cbc5;
    max-width: 720px;
}

#works .portfolio-card {
    background: #1a1d23;
    border: 1px solid rgba(240, 240, 236, 0.12);
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: border-color 0.25s ease;
}

#works .portfolio-card:hover {
    border-color: hsl(62, 40%, 56%);
}

#works .portfolio-img-wrap {
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: #0d0f13;
}

#works .portfolio-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

#works .portfolio-body {
    padding: 24px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

#works .badge-category {
    display: inline-block;
    background: transparent;
    border: 1px solid hsl(54, 59%, 67%);
    color: hsl(54, 59%, 67%);
    font-family: 'Quicksand', sans-serif;
    font-size: 0.75rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    padding: 4px 10px;
    margin-bottom: 12px;
    align-self: flex-start;
}

#works .portfolio-card h3 {
    font-family: 'Quicksand', sans-serif;
    font-size: 1.2rem;
    color: #f5f5f0;
    margin-bottom: 10px;
}

#works .portfolio-card p {
    color: #b9bbb4;
    font-size: 0.95rem;
    line-height: 1.6;
    flex-grow: 1;
}

#works .btn-detail {
    border: 1px solid hsl(62, 40%, 56%);
    color: hsl(62, 40%, 56%);
    background: transparent;
    font-family: 'Quicksand', sans-serif;
    font-weight: 600;
    border-radius: 0;
    padding: 8px 18px;
    margin-top: 16px;
    align-self: flex-start;
    text-decoration: none;
}

#works .btn-detail:hover {
    background: hsl(62, 40%, 56%);
    color: #14161b;
}

#works .modal-content {
    background: #1a1d23;
    border: 1px solid rgba(240, 240, 236, 0.15);
    border-radius: 0;
    color: #f0f0ec;
}

#works .modal-header {
    border-bottom: 1px solid rgba(240, 240, 236, 0.15);
}

#works .modal-header .modal-title {
    font-family: 'Quicksand', sans-serif;
    color: hsl(62, 40%, 56%);
}

#works .modal-footer {
    border-top: 1px solid rgba(240, 240, 236, 0.15);
}

#works .btn-close-custom {
    background: transparent;
    border: 1px solid #b9bbb4;
    color: #f0f0ec;
    font-family: 'Quicksand', sans-serif;
    border-radius: 0;
}

#works .modal-img-wrap {
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    margin-bottom: 20px;
}

#works .modal-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#works .section-divider {
    width: 60px;
    height: 3px;
    background: hsl(68, 31%, 42%);
    margin: 20px 0 40px;
}

#in-numbers {
  background: #14161a;
  padding: 96px 0;
  border-top: 1px solid rgba(255,255,255,0.08);
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

#in-numbers h2 {
  font-family: 'Quicksand', sans-serif;
  color: #f5f5f0;
  font-weight: 700;
}

#in-numbers .lead {
  font-family: 'Libre Baskerville', serif;
  color: #c7c9cd;
}

#in-numbers .stat-card {
  background: #1a1d23;
  border: 1px solid rgba(230, 224, 165, 0.2);
  padding: 40px 24px;
  height: 100%;
  text-align: center;
  transition: border-color 0.3s ease, transform 0.3s ease;
}

#in-numbers .stat-card:hover {
  border-color: hsl(54, 59%, 67%);
  transform: translateY(-4px);
}

#in-numbers .stat-icon {
  font-size: 2.5rem;
  color: hsl(62, 40%, 56%);
  margin-bottom: 16px;
  display: inline-block;
  animation: pulseIcon 3s ease-in-out infinite;
}

@keyframes pulseIcon {
  0%, 100% { opacity: 0.85; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.08); }
}

#in-numbers .stat-number {
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  font-size: 2.8rem;
  color: #f5f5f0;
  line-height: 1;
  margin-bottom: 8px;
  counter-reset: num;
  animation: fadeInUp 0.8s ease-out;
}

@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: translateY(0); }
}

#in-numbers .stat-label {
  font-family: 'Libre Baskerville', serif;
  color: #c7c9cd;
  font-size: 1rem;
  margin-bottom: 4px;
}

#in-numbers .stat-context {
  font-family: 'Libre Baskerville', serif;
  color: hsl(68, 31%, 62%);
  font-size: 0.85rem;
  font-style: italic;
}

@media (max-width: 767px) {
  #in-numbers .stat-card { padding: 32px 16px; }
  #in-numbers .stat-number { font-size: 2.2rem; }
}

.services-section{background:#14161b;padding:112px 0;font-family:'Libre Baskerville',serif;}
.services-section h2{font-family:'Quicksand',sans-serif;color:#f5f5f0;font-weight:700;}
.services-section .lead-text{color:#c9c9c0;max-width:680px;}
.service-card{
  background:#1a1d23;
  border:1px solid rgba(230,224,178,0.18);
  border-radius:0;
  padding:40px 32px;
  height:100%;
  transition:all 0.3s ease;
}
.service-card:hover{
  background:#20242b;
  border-color:hsl(54, 59%, 67%);
  transform:translateY(-6px);
}
.service-icon{
  width:64px;
  height:64px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:hsl(62, 40%, 56%);
  color:#14161b;
  font-size:28px;
  margin-bottom:24px;
  border-radius:0;
}
.service-card h3{
  font-family:'Quicksand',sans-serif;
  color:#f5f5f0;
  font-size:1.3rem;
  font-weight:600;
  margin-bottom:14px;
}
.service-card p{
  color:#b7b7ae;
  font-size:0.98rem;
  line-height:1.65;
  margin-bottom:22px;
}
.service-price{
  display:flex;
  justify-content:space-between;
  align-items:center;
  border-top:1px solid rgba(230,224,178,0.18);
  padding-top:18px;
}
.service-price .price-value{
  font-family:'Quicksand',sans-serif;
  color:hsl(54, 59%, 67%);
  font-weight:700;
  font-size:1.15rem;
}
.service-price .price-label{
  color:#8f8f86;
  font-size:0.85rem;
}
.section-divider{
  width:60px;
  height:3px;
  background:hsl(68, 31%, 42%);
  margin-bottom:28px;
}
@media (max-width:767px){
  .services-section{padding:80px 0;}
}

#contacts {
  background: #14161b;
  color: #e8e6df;
  padding: 96px 0;
  font-family: 'Libre Baskerville', serif;
}
#contacts h2, #contacts h3 {
  font-family: 'Quicksand', sans-serif;
  color: hsl(62, 40%, 56%);
}
#contacts .panel {
  background: #1a1d23;
  border: 1px solid hsl(68, 31%, 42%);
  padding: 40px;
  height: 100%;
}
#contacts .form-control {
  background: #101216;
  border: 1px solid #3a3d43;
  color: #e8e6df;
  border-radius: 0;
}
#contacts .form-control:focus {
  background: #101216;
  color: #e8e6df;
  border-color: hsl(62, 40%, 56%);
  box-shadow: none;
}
#contacts .form-control::placeholder {
  color: #8a8d93;
}
#contacts label {
  color: #cfcdc4;
  margin-bottom: 6px;
  font-family: 'Quicksand', sans-serif;
}
#contacts .btn-submit {
  background: hsl(62, 40%, 56%);
  color: #101216;
  border: none;
  border-radius: 0;
  padding: 12px 32px;
  font-family: 'Quicksand', sans-serif;
  font-weight: 600;
}
#contacts .btn-submit:hover {
  background: hsl(54, 59%, 67%);
  color: #101216;
}
#contacts a {
  color: hsl(54, 59%, 67%);
  text-decoration: none;
}
#contacts a:hover {
  color: hsl(62, 40%, 56%);
  text-decoration: underline;
}
#contacts .info-item {
  border-bottom: 1px solid #2a2d33;
  padding: 16px 0;
}
#contacts .info-item:last-child {
  border-bottom: none;
}
#contacts .schedule-row {
  display: flex;
  justify-content: space-between;
  padding: 4px 0;
  font-size: 0.95rem;
  color: #cfcdc4;
}
#contacts .schedule-row span:last-child {
  color: #e8e6df;
}

#notice {
  background: linear-gradient(180deg, #14161b 0%, #1a1d23 100%);
  padding: 96px 0;
  font-family: 'Libre Baskerville', serif;
  color: #e8e6df;
}
#notice .notice-panel {
  border: 1px solid hsla(62, 40%, 56%, 0.35);
  padding: 48px 40px;
  background-color: #16181d;
}
#notice h2 {
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  color: hsl(54, 59%, 67%);
  margin-bottom: 24px;
  font-size: 2rem;
}
#notice .icon-wrap {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid hsla(62, 40%, 56%, 0.4);
  margin-bottom: 20px;
  flex-shrink: 0;
}
#notice .icon-wrap i {
  font-size: 1.6rem;
  color: hsl(62, 40%, 56%);
}
#notice p {
  color: #cfcdc5;
  font-size: 1.05rem;
  line-height: 1.8;
  margin-bottom: 0;
  max-width: 780px;
}
@media (max-width: 767px) {
  #notice .notice-panel {
    padding: 32px 20px;
  }
  #notice h2 {
    font-size: 1.6rem;
  }
}

#about-main {
  background: #14161b;
  color: #e8e6df;
  font-family: 'Libre Baskerville', serif;
  padding: 96px 0;
}
#about-main h1, #about-main h2, #about-main h3 {
  font-family: 'Quicksand', sans-serif;
  color: hsl(62, 40%, 56%);
}
#about-main .lead-text {
  color: #cfcdc4;
  font-size: 1.1rem;
  line-height: 1.8;
}
#about-main .panel {
  background: #1a1d23;
  border: 1px solid hsl(68, 31%, 42%, 0.4);
  padding: 32px;
}
#about-main img {
  aspect-ratio: 3 / 2;
  width: 100%;
  height: auto;
  object-fit: cover;
  border: 1px solid hsl(54, 59%, 67%, 0.3);
}
#about-main .divider {
  height: 1px;
  background: hsl(68, 31%, 42%, 0.4);
  margin: 80px 0;
}
#about-main .value-item {
  border-left: 3px solid hsl(62, 40%, 56%);
  padding-left: 20px;
  margin-bottom: 28px;
}
#about-main table {
  color: #e8e6df;
  border-color: hsl(68, 31%, 42%, 0.4);
}
#about-main table th {
  color: hsl(54, 59%, 67%);
  font-family: 'Quicksand', sans-serif;
  font-weight: 600;
  border-color: hsl(68, 31%, 42%, 0.4) !important;
  background: #1a1d23;
}
#about-main table td {
  border-color: hsl(68, 31%, 42%, 0.3) !important;
  background: #14161b;
}
#about-main .btn-accent {
  background: hsl(62, 40%, 56%);
  color: #14161b;
  border: none;
  padding: 14px 36px;
  font-family: 'Quicksand', sans-serif;
  font-weight: 600;
  border-radius: 0;
  text-decoration: none;
  display: inline-block;
}
#about-main .btn-accent:hover {
  background: hsl(54, 59%, 67%);
  color: #101216;
}
#about-main .breadcrumb-link {
  color: hsl(54, 59%, 67%);
  text-decoration: none;
}
#about-main .breadcrumb-link:hover {
  color: hsl(62, 40%, 56%);
}
#about-main .num {
  font-family: 'Quicksand', sans-serif;
  font-size: 2.2rem;
  color: hsl(62, 40%, 56%);
  font-weight: 600;
}
@media (max-width: 767px) {
  #about-main { padding: 64px 0; }
  #about-main .divider { margin: 56px 0; }
}

#contact-page {
  background: #14161a;
  color: #f0f0ea;
  padding: 96px 0;
  font-family: 'Libre Baskerville', serif;
}
#contact-page h1,
#contact-page h2,
#contact-page h3 {
  font-family: 'Quicksand', sans-serif;
  color: #f0f0ea;
}
#contact-page .lead-text {
  color: #c9c9bf;
  max-width: 640px;
}
#contact-page .panel {
  background: #1a1d23;
  border: 1px solid hsl(62, 40%, 56%, 0.35);
  padding: 40px;
  height: 100%;
}
#contact-page label {
  font-family: 'Quicksand', sans-serif;
  color: #f0f0ea;
  margin-bottom: 6px;
  display: block;
}
#contact-page .form-control {
  background: #101216;
  border: 1px solid #3a3d44;
  color: #f0f0ea;
  border-radius: 0;
  padding: 12px 14px;
  margin-bottom: 20px;
}
#contact-page .form-control:focus {
  background: #101216;
  color: #f0f0ea;
  border-color: hsl(62, 40%, 56%);
  box-shadow: none;
}
#contact-page .btn-primary-custom {
  background: hsl(62, 40%, 56%);
  color: #101216;
  border: none;
  border-radius: 0;
  padding: 14px 32px;
  font-family: 'Quicksand', sans-serif;
  font-weight: 600;
  letter-spacing: 0.03em;
  transition: background 0.2s ease;
}
#contact-page .btn-primary-custom:hover {
  background: hsl(54, 59%, 67%);
  color: #101216;
}
#contact-page .info-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
#contact-page .info-list li {
  border-bottom: 1px solid #2b2e34;
  padding: 18px 0;
}
#contact-page .info-list li:last-child {
  border-bottom: none;
}
#contact-page .info-label {
  font-family: 'Quicksand', sans-serif;
  color: hsl(54, 59%, 67%);
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 6px;
}
#contact-page a {
  color: hsl(62, 40%, 56%);
  text-decoration: none;
}
#contact-page a:hover {
  color: hsl(54, 59%, 67%);
  text-decoration: underline;
}
#contact-page .map-hint {
  font-size: 0.95rem;
  color: #c9c9bf;
  margin-top: 8px;
}
#contact-page .hours-table td {
  color: #d8d8ce;
  padding: 4px 0;
  border: none;
  font-size: 0.95rem;
}
#contact-page .hours-table td:first-child {
  color: #f0f0ea;
  font-family: 'Quicksand', sans-serif;
  padding-right: 16px;
}
#contact-page .bottom-cta {
  border-top: 1px solid #2b2e34;
  margin-top: 96px;
  padding-top: 56px;
  text-align: center;
}
@media (max-width: 767px) {
  #contact-page { padding: 64px 0; }
  #contact-page .panel { padding: 28px; }
  #contact-page .bottom-cta { margin-top: 64px; padding-top: 40px; }
}
