body {
  color: #f2efe6;
  background: #171717;
  font-weight: 400;
  font-family: "Manrope", sans-serif;
}

body,
p,
span,
li,
input,
textarea,
select {
  font-family: "Manrope", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.section-heading h2,
.section-heading h5,
.btn,
label,
.agency-nav .nav > li > a {
  font-family: "Archivo", sans-serif;
}

.agency-nav {
  background: rgba(16, 16, 16, 0.94);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.28);
  border-bottom: 1px solid rgba(255, 204, 51, 0.16);
  min-height: 112px;
  backdrop-filter: blur(14px);
}

.agency-nav .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 112px;
}

.agency-nav .navbar-header {
  display: flex;
  align-items: center;
}

.agency-nav .navbar-brand {
  display: flex;
  align-items: center;
  height: auto;
  min-height: 112px;
  padding: 0;
}

.agency-nav .logo {
  max-height: 84px;
  width: auto;
}

.agency-nav .navbar-collapse {
  padding-left: 0;
  padding-right: 0;
  border-top: 0;
}

.agency-nav .navbar-nav {
  float: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
}

.agency-nav .nav > li {
  float: none;
}

.agency-nav .nav > li > a {
  color: #ffcc33 !important;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1.2;
  padding: 14px 18px;
  border-radius: 999px;
  transition: color 0.2s ease, background-color 0.2s ease;
}

.agency-nav .nav > li > a:hover,
.agency-nav .nav > li > a:focus {
  color: #ffe082 !important;
  background: rgba(255, 204, 51, 0.1);
}

.agency-hero {
  background-position: center;
  background-size: cover;
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 180px 0 120px;
  position: relative;
}

.agency-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 15% 20%, rgba(255, 204, 51, 0.16), transparent 32%),
    radial-gradient(circle at 85% 25%, rgba(255, 204, 51, 0.1), transparent 28%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.38));
}

.agency-hero .container {
  position: relative;
  z-index: 1;
}

.agency-kicker {
  display: inline-block;
  margin-bottom: 24px;
  padding: 8px 16px;
  border-radius: 999px;
  background: rgba(255, 204, 51, 0.14);
  color: #ffcc33;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.agency-hero h1 {
  color: #ffcc33;
  font-size: 64px;
  font-weight: 800;
  line-height: 1.02;
  margin-bottom: 24px;
  text-transform: uppercase;
  letter-spacing: -0.03em;
}

.agency-hero p {
  color: rgba(255, 244, 214, 0.92);
  font-size: 18px;
  line-height: 1.8;
  max-width: 640px;
}

.agency-hero-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 32px;
}

.agency-hero-tags,
.agency-inline-points {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.agency-hero-tags span,
.agency-inline-points span {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 10px 16px;
  border-radius: 999px;
  border: 1px solid rgba(255, 204, 51, 0.24);
  background: rgba(255, 204, 51, 0.08);
  color: #fff1be;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.btn-outline-light {
  border: 1px solid rgba(255, 204, 51, 0.7);
  color: #ffcc33;
  background: transparent;
}

.btn-outline-light:hover,
.btn-outline-light:focus {
  color: #121212;
  background: #ffcc33;
}

.agency-hero-card,
.agency-service-card,
.agency-portfolio-card,
.agency-process-card,
.agency-testimonial-card,
.agency-insight-card,
.agency-stat-card {
  border-radius: 24px;
}

.agency-hero-card {
  padding: 38px 34px;
  background: linear-gradient(180deg, rgba(26, 26, 26, 0.88), rgba(13, 13, 13, 0.9));
  backdrop-filter: blur(12px);
  color: #f9f2d9;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
  border: 1px solid rgba(255, 204, 51, 0.24);
}

.agency-hero-card h3 {
  color: #ffcc33;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 18px;
}

.agency-check-list {
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.agency-check-list li {
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 204, 51, 0.12);
}

.agency-hero-note {
  margin-top: 24px;
  padding: 18px 20px;
  border-radius: 18px;
  background: rgba(255, 204, 51, 0.1);
  border: 1px solid rgba(255, 204, 51, 0.18);
}

.agency-hero-note strong,
.agency-hero-note span {
  display: block;
}

.agency-hero-note strong {
  color: #ffcc33;
  font-size: 18px;
  text-transform: uppercase;
}

.agency-hero-note span {
  margin-top: 6px;
  color: rgba(255, 244, 214, 0.88);
}

.agency-hero-note-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 14px 28px;
  background: #ffcc33 !important;
  border: 1px solid #ffcc33 !important;
  color: #111111 !important;
  text-align: center;
  white-space: normal;
  box-shadow: 0 12px 28px rgba(255, 204, 51, 0.22);
}

.agency-hero-note-cta:hover,
.agency-hero-note-cta:focus {
  background: #e0b32a !important;
  border-color: #e0b32a !important;
  color: #111111 !important;
}

.agency-process-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  margin-top: 18px;
  padding: 12px 24px;
  background: #ffcc33 !important;
  border: 1px solid #ffcc33 !important;
  color: #111111 !important;
  text-align: center;
  box-shadow: 0 12px 28px rgba(255, 204, 51, 0.18);
}

.agency-process-cta:hover,
.agency-process-cta:focus {
  background: #e0b32a !important;
  border-color: #e0b32a !important;
  color: #111111 !important;
}

.agency-section {
  padding: 110px 0;
  position: relative;
}

.agency-section-light {
  background: linear-gradient(180deg, #232323 0%, #171717 100%);
}

.agency-section-dark {
  background: linear-gradient(135deg, #111111 0%, #1c1c1c 100%);
}

.agency-section-portfolio {
  background: linear-gradient(180deg, #1f1f1f 0%, #2a2415 100%);
}

.agency-section-accent {
  background: linear-gradient(135deg, #5f4a11 0%, #ffcc33 100%);
  padding: 70px 0;
}

.agency-section-testimonials {
  background: linear-gradient(135deg, #141414 0%, #2d2613 100%);
}

.agency-section-clients {
  background: linear-gradient(135deg, #1a1a1a 0%, #3f3412 100%);
}

.agency-section-contact {
  background: linear-gradient(135deg, #101010 0%, #2e2818 100%);
}

.agency-lead {
  font-size: 21px;
  line-height: 1.7;
  margin-bottom: 18px;
  color: #fff2bf;
}

.agency-service-card,
.agency-process-card,
.agency-insight-card {
  height: 100%;
  padding: 32px 28px;
  background: rgba(255, 204, 51, 0.08);
  color: #f8f1db;
  border: 1px solid rgba(255, 204, 51, 0.16);
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.agency-section-light .agency-process-card,
.agency-section-light .agency-insight-card {
  background: #202020;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
  color: #f3edd8;
}

.agency-service-card:hover,
.agency-process-card:hover,
.agency-insight-card:hover,
.agency-portfolio-card:hover,
.agency-testimonial-card:hover,
.agency-client-card:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 204, 51, 0.34);
  box-shadow: 0 22px 46px rgba(0, 0, 0, 0.24);
}

.agency-service-card i {
  display: inline-block;
  margin-bottom: 20px;
  font-size: 36px;
  color: #ffcc33;
}

.agency-service-card h3,
.agency-portfolio-body h3,
.agency-process-card h3,
.agency-testimonial-card h3,
.agency-insight-card h3 {
  font-size: 24px;
  margin-bottom: 14px;
  line-height: 1.2;
}

.agency-portfolio-card {
  overflow: hidden;
  background: #1f1f1f;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.24);
  margin-bottom: 30px;
  border: 1px solid rgba(255, 204, 51, 0.12);
}

.agency-portfolio-media img {
  width: 100%;
  height: 270px;
  object-fit: cover;
  filter: saturate(0.9) contrast(1.02);
}

.agency-portfolio-body {
  padding: 28px;
}

.agency-portfolio-body span,
.agency-insight-card span,
.agency-testimonial-card span {
  display: inline-block;
  margin-bottom: 12px;
  color: #ffcc33;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 12px;
}

.agency-stat-card {
  padding: 28px 20px;
  text-align: center;
  color: #151515;
  background: rgba(255, 240, 190, 0.88);
  margin-bottom: 20px;
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.agency-stat-card strong {
  display: block;
  font-size: 38px;
  line-height: 1.1;
}

.agency-stat-card span {
  display: block;
  margin-top: 8px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.agency-step-number {
  display: inline-block;
  margin-bottom: 18px;
  color: #ffcc33;
  font-size: 40px;
  font-weight: 700;
}

.agency-testimonial-card {
  height: 100%;
  padding: 34px 30px;
  background: rgba(255, 204, 51, 0.08);
  color: #fff6da;
  border: 1px solid rgba(255, 204, 51, 0.16);
}

.agency-testimonial-card p {
  font-size: 18px;
  line-height: 1.8;
}

.agency-insight-card {
  margin-bottom: 30px;
}

.agency-client-card {
  min-height: 110px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  margin-bottom: 20px;
  background: rgba(255, 204, 51, 0.08);
  border-radius: 20px;
  border: 1px solid rgba(255, 204, 51, 0.14);
}

.agency-client-name {
  display: block;
  color: #fff6da;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}

.agency-client-category {
  display: block;
  margin-top: 8px;
  color: rgba(255, 244, 214, 0.72);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-align: center;
}

.agency-contact-copy,
.agency-contact-copy p,
.agency-contact-list {
  color: rgba(255, 244, 214, 0.86);
}

.agency-contact-list {
  list-style: none;
  padding: 0;
  margin: 18px 0 0;
}

.agency-contact-list li {
  margin-bottom: 10px;
}

.agency-contact-form .md-input.style-02,
.agency-contact-form .md-textarea.style-02 {
  color: #fff4cb;
  border-bottom-color: rgba(255, 204, 51, 0.45);
}

.agency-contact-form .md-input.style-02::placeholder,
.agency-contact-form .md-textarea.style-02::placeholder {
  color: rgba(255, 231, 166, 0.72);
}

.agency-form-alert {
  margin-bottom: 24px;
  padding: 16px 20px;
  border-radius: 14px;
  font-weight: 600;
}

.agency-form-alert-success {
  background: rgba(67, 181, 129, 0.2);
  color: #d6ffe8;
}

.agency-form-alert-error {
  background: rgba(255, 120, 120, 0.2);
  color: #ffd5d5;
}

.agency-form-alert-info {
  background: rgba(255, 210, 92, 0.2);
  color: #fff0be;
}

.agency-verification-panel {
  margin-bottom: 24px;
  padding: 18px 20px;
  border-radius: 18px;
  background: rgba(255, 204, 51, 0.1);
  border: 1px solid rgba(255, 204, 51, 0.2);
  color: #fff2bf;
}

.agency-verification-panel strong,
.agency-verification-panel span {
  display: block;
}

.agency-verification-panel strong {
  margin-bottom: 6px;
  font-family: "Archivo", sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.agency-verification-panel-success {
  background: rgba(67, 181, 129, 0.16);
  border-color: rgba(67, 181, 129, 0.28);
  color: #dffff0;
}

.agency-secondary-action {
  margin-left: 12px;
}

.agency-footer .footer-copyright {
  background: #0f0f0f;
  border-top: 0;
  padding-top: 26px;
  padding-bottom: 26px;
}

.agency-footer-logo {
  max-height: 68px;
}

.section-heading h5,
.default-color,
.white-color {
  color: #ffcc33 !important;
}

.section-heading h2,
.agency-portfolio-body h3,
.agency-process-card h3,
.agency-testimonial-card h3,
.agency-insight-card h3,
.agency-service-card h3,
.copy-right,
.social-media li a {
  color: #f9f0cf !important;
}

.section-heading h2 {
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.08;
}

.agency-portfolio-body p,
.agency-process-card p,
.agency-insight-card,
.agency-service-card p,
.agency-testimonial-card p,
.copy-right {
  color: rgba(249, 240, 207, 0.82) !important;
}

.btn-color,
.btn-dark {
  background-color: #ffcc33;
  border-color: #ffcc33;
  color: #111111;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border-radius: 999px;
  padding-left: 28px;
  padding-right: 28px;
}

.btn-color:hover,
.btn-color:focus,
.btn-dark:hover,
.btn-dark:focus {
  background-color: #e0b32a;
  border-color: #e0b32a;
  color: #111111;
}

@media (max-width: 991px) {
  .agency-nav {
    min-height: 96px;
  }

  .agency-nav .container {
    display: block;
    min-height: 96px;
  }

  .agency-nav .navbar-header {
    width: 100%;
    min-height: 96px;
    justify-content: space-between;
  }

  .agency-nav .navbar-brand {
    min-height: 96px;
  }

  .agency-nav .navbar-toggle {
    margin-top: 28px;
    margin-bottom: 28px;
    border: 0;
    color: #ffcc33;
  }

  .agency-nav .navbar-collapse {
    margin-top: 4px;
    padding: 8px 0 16px;
    background: rgba(13, 13, 13, 0.96);
    border-top: 1px solid rgba(255, 204, 51, 0.12);
    box-shadow: 0 18px 32px rgba(0, 0, 0, 0.22);
  }

  .agency-nav .navbar-nav {
    display: block;
  }

  .agency-nav .nav > li > a {
    padding: 14px 18px;
    border-radius: 16px;
  }

  .agency-secondary-action {
    margin-left: 0;
    margin-top: 12px;
  }

  .agency-hero {
    min-height: auto;
    padding: 150px 0 100px;
  }

  .agency-hero h1 {
    font-size: 46px;
  }

  .agency-section {
    padding: 90px 0;
  }

  .agency-nav .logo {
    max-height: 72px;
  }
}

@media (max-width: 767px) {
  .agency-nav {
    min-height: 88px;
  }

  .agency-nav .container,
  .agency-nav .navbar-header,
  .agency-nav .navbar-brand {
    min-height: 88px;
  }

  .agency-nav .navbar-toggle {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .agency-hero h1 {
    font-size: 34px;
  }

  .agency-hero p,
  .agency-lead {
    font-size: 17px;
  }

  .agency-hero-actions {
    flex-direction: column;
  }

  .agency-nav .logo {
    max-height: 64px;
  }
}
