:root {
  --thm-font: "Space Grotesk", sans-serif;
  --thm-b-font: "Manrope", sans-serif;
  --thm-base: #f97316 !important;
  --thm-base-rgb: 249, 115, 22;
  --thm-black: #111827;
  --thm-text: #475569;
  --ad-surface: #fff7ed;
  --ad-surface-strong: #fff1e6;
  --ad-border: rgba(148, 163, 184, 0.22);
  --ad-shadow: 0 24px 60px rgba(15, 23, 42, 0.12);
}

body {
  color: var(--thm-text);
  background: #fffdf8;
  font-family: var(--thm-b-font);
}

body .ad-hero-section,
body .ad-section,
body .ad-footer-cta,
body .ad-refresh-footer {
  font-family: var(--thm-b-font);
}

body .ad-hero-section h1,
body .ad-hero-section h2,
body .ad-section h2,
body .ad-section h3,
body .ad-footer-cta h2 {
  font-family: var(--thm-font);
}

body .ad-section p,
body .ad-hero-section p,
body .ad-footer-cta p {
  text-align: inherit;
}

body .main-header .header-upper {
  background: rgba(255, 253, 248, 0.9);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

body .main-header .inner-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-top: 18px;
  padding-bottom: 18px;
}

.main-header .logo img {
  max-height: 56px;
}

.main-header .logo-box {
  flex: 0 0 220px;
}

.main-header .nav-outer {
  flex: 1 1 auto;
  display: flex;
  justify-content: center;
  min-width: 0;
}

.main-header .main-menu {
  margin-left: 0;
}

.main-menu .navigation > li {
  margin: 0 14px;
}

.main-menu .navigation > li > a {
  font-family: var(--thm-b-font);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-transform: none;
  color: #0f172a;
}

.main-menu .navigation > li.current > a,
.main-menu .navigation > li:hover > a {
  color: #f97316;
}

.ad-header-cta {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 0 0 430px;
  justify-content: flex-end;
  margin-left: 0;
}

.ad-header-cta .call-us .link {
  min-width: auto;
  padding-left: 0;
}

.ad-header-cta .sub-text {
  display: block;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #94a3b8;
}

.ad-header-cta .number {
  color: #0f172a;
}

.ad-nav-button,
.ad-hero-button,
.ad-text-link {
  transition: all 0.3s ease;
}

.ad-nav-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 20px;
  border-radius: 999px;
  background: linear-gradient(135deg, #f97316, #ea580c);
  color: #fff;
  font-family: var(--thm-b-font);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  box-shadow: 0 18px 36px rgba(249, 115, 22, 0.28);
}

.ad-nav-button:hover,
.ad-hero-button:hover {
  color: #fff;
  transform: translateY(-2px);
}

.ad-section .theme-btn.btn-style-one,
.ad-footer-cta .theme-btn.btn-style-one,
.ad-hero-intro .theme-btn.btn-style-one {
  border-radius: 999px;
  background: linear-gradient(135deg, #ef233c, #f43f5e);
  box-shadow: 0 18px 36px rgba(239, 35, 60, 0.28);
}

.ad-section .theme-btn.btn-style-one .btn-title,
.ad-footer-cta .theme-btn.btn-style-one .btn-title,
.ad-hero-intro .theme-btn.btn-style-one .btn-title {
  color: #fff;
  font-family: var(--thm-b-font);
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: none;
}

.ad-section .theme-btn.btn-style-one .btn-curve,
.ad-footer-cta .theme-btn.btn-style-one .btn-curve,
.ad-hero-intro .theme-btn.btn-style-one .btn-curve {
  display: none;
}

body .ad-kicker {
  display: inline-block;
  margin-bottom: 0px;
  color: #f97316;
  font-family: var(--thm-b-font);
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

body .ad-section,
body .ad-hero-section {
  position: relative;
}

body .ad-hero-section {
  padding: 132px 0 72px;
  background:
    radial-gradient(circle at top left, rgba(251, 191, 36, 0.24), transparent 34%),
    linear-gradient(180deg, #fff8ef 0%, #fffdf8 100%);
}

body .ad-hero-shell {
  position: relative;
  width: min(1320px, calc(100% - 40px));
  margin: 0 auto;
  min-height: 760px;
  border-radius: 38px;
  overflow: hidden;
  background: #0f172a;
  box-shadow: 0 38px 90px rgba(15, 23, 42, 0.18);
}

body .ad-hero-intro,
body .ad-hero-slider {
  border-radius: 0;
  overflow: hidden;
  box-shadow: none;
}

body .ad-hero-intro {
  position: absolute;
  top: 160px;
  display: none !important;
  left: 125px;
  bottom: 222px;
  z-index: 4;
  width: min(460px, calc(100% - 30px));
  padding: 30px 30px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 30px;
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.96) 0%, rgba(15, 23, 42, 0.88) 100%);
  backdrop-filter: blur(16px);
  color: rgba(255, 255, 255, 0.8);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

body .ad-hero-intro h1 {
  width: 100%;
  margin-bottom: 18px;
  font-size: 30px;
  line-height: 1.08em;
  color: #fff;
}

body .ad-hero-intro p {
  width: 100%;
  margin-bottom: 24px;
  font-size: 14px;
  line-height: 1.75em;
  color: rgba(255, 255, 255, 0.78);
}

body .ad-hero-actions {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 28px;
}

.ad-text-link {
  color: #0f172a;
  font-family: var(--thm-b-font);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.ad-hero-intro .ad-text-link {
  color: #f8fafc;
}

.ad-text-link:hover {
  color: #f97316;
}

body .ad-hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.ad-hero-metrics div {
  padding: 15px 10px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.05);
}

.ad-hero-metrics strong {
  display: block;
  margin-bottom: 6px;
  color: #fff;
  font-family: var(--thm-font);
  font-size: 28px;
  line-height: 1em;
}

.ad-hero-metrics span {
  display: block;
  font-size: 8px;
  font-weight: 700;
  /* letter-spacing: 0.08em; */
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.62);
}

body .ad-hero-slider {
  position: absolute;
  inset: 0;
  min-height: 760px;
}

body .ad-hero-slides {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

body .ad-hero-slide {
  width: 100%;
  height: 100%;
}

.ad-hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.7s ease, visibility 0.7s ease;
  background: #0f172a;
}

.ad-hero-slide.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.ad-hero-media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  transform: scale(1.02);
  filter: saturate(1.02);
}

.ad-hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(15, 23, 42, 0.72) 0%, rgba(15, 23, 42, 0.32) 38%, rgba(15, 23, 42, 0.42) 100%),
    linear-gradient(180deg, rgba(15, 23, 42, 0.08) 0%, rgba(15, 23, 42, 0.18) 100%);
}

.ad-hero-copy {
  position: absolute;
  right: 34px;
  bottom: 80px;
  z-index: 3;
  width: min(320px, calc(100% - 80px));
  padding: 18px 20px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 24px;
  background: rgba(10, 15, 29, 0.54);
  backdrop-filter: blur(16px);
}

.ad-hero-label {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-family: var(--thm-b-font);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.ad-hero-copy h2 {
  margin-bottom: 12px;
  font-size: 30px;
  line-height: 1.08em;
  color: #fff;
}

.ad-hero-copy p {
  margin-bottom: 14px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  line-height: 1.65em;
}

.ad-hero-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  background: #fff;
  color: #0f172a;
  font-family: var(--thm-b-font);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ad-hero-dots {
  position: absolute;
  right: 40px;
  bottom: 30px;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 12px;
}

.ad-hero-dot {
  width: 14px;
  height: 14px;
  border: 2px solid rgba(255, 255, 255, 0.72);
  border-radius: 50%;
  background: transparent;
  transition: all 0.25s ease;
}

.ad-hero-dot.is-active {
  background: #fff;
  transform: scale(1.05);
}

.ad-hero-arrow {
  position: absolute;
  top: 40%;
  z-index: 4;
  width: 56px;
  height: 56px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 50%;
  background: rgba(15, 23, 42, 0.36);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
  backdrop-filter: blur(12px);
  transition: all 0.25s ease;
}

.ad-hero-arrow:hover {
  background: rgba(249, 115, 22, 0.9);
  border-color: rgba(249, 115, 22, 0.9);
}

.ad-hero-arrow-left {
  left: 34px;
}

.ad-hero-arrow-right {
  right: 34px;
}

.ad-hero-strip {
  position: absolute;
  left: 34px;
  right: auto;
  bottom: 34px;
  z-index: 3;
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  width: 220px;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.72) 0%, rgba(15, 23, 42, 0.56) 100%);
  box-shadow: 0 20px 40px rgba(15, 23, 42, 0.22);
  backdrop-filter: blur(18px);
}

.ad-hero-strip span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.14) 0%, rgba(255, 255, 255, 0.08) 100%);
  color: rgba(255, 255, 255, 0.96);
  font-family: var(--thm-b-font);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  white-space: nowrap;
  backdrop-filter: blur(12px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  transition: transform 0.25s ease, background 0.25s ease, border-color 0.25s ease;
}

.ad-hero-strip span:hover {
  transform: translateY(-1px);
  border-color: rgba(249, 115, 22, 0.42);
  background: linear-gradient(180deg, rgba(249, 115, 22, 0.22) 0%, rgba(249, 115, 22, 0.12) 100%);
}

body .ad-section {
  padding: 50px 0;
}

body .ad-section-head {
  max-width: 760px;
  margin-bottom: 34px;
}

.ad-centered-head {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.ad-section-head h2,
.ad-story-copy h2,
.ad-footer-cta-box h2 {
  margin-bottom: 16px;
  font-size: clamp(34px, 4vw, 30px);
  line-height: 1.02em;
}

.ad-section-head p {
  /* max-width: 680px; */
  font-size: 16px;
  line-height: 25px;
  text-align: left;
}

body .ad-service-grid,
body .ad-proof-metrics,
body .ad-why-grid,
body .ad-process-track,
body .ad-faq-grid,
body .ad-gallery-grid,
body .ad-client-grid,
body .ad-testimonial-grid,
body .ad-blog-grid {
  display: grid !important;
  gap: 24px;
}

body .ad-service-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ad-proof-section {
  padding-top: 18px;
}

.ad-proof-intro {
  max-width: 980px;
  margin: 0 auto 34px;
  text-align: center;
}

.ad-proof-intro h2 {
  margin-bottom: 18px;
  font-size: clamp(38px, 4.8vw, 40px);
  line-height: 1em;
}

.ad-proof-intro h2 span,
.ad-section-head h2 span,
.ad-cta-panel h2 span {
  color: #ff5b0a;
}

.ad-proof-intro p {
  font-size: 18px;
}

body .ad-proof-metrics {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid rgba(148, 163, 184, 0.18);
  border-bottom: 1px solid rgba(148, 163, 184, 0.18);
  background: rgba(255, 255, 255, 0.8);
}

.ad-proof-metric {
  padding: 28px 18px;
  text-align: center;
}

.ad-proof-metric strong {
  display: block;
  margin-bottom: 8px;
  color: #ef233c;
  font-family: var(--thm-font);
  font-size: clamp(28px, 3vw, 48px);
  line-height: 1em;
}

.ad-proof-metric span {
  display: block;
  color: #94a3b8;
  font-family: var(--thm-b-font);
  font-size: 14px;
  font-weight: 700;
}

.ad-service-card,
.ad-faq-card,
.ad-testimonial-card,
.ad-blog-card {
  height: 100%;
  border: 1px solid var(--ad-border);
  border-radius: 24px;
  background: #fff;
  box-shadow: var(--ad-shadow);
  overflow: hidden;
}

.ad-services-section {
  background:
    radial-gradient(circle at top left, rgba(249, 115, 22, 0.12), transparent 28%),
    radial-gradient(circle at bottom right, rgba(14, 165, 233, 0.1), transparent 24%),
    linear-gradient(180deg, #fff8ef 0%, #ffffff 100%);
}

body .ad-services-section .ad-section-head {
  max-width: 820px;
  margin-bottom: 42px;
}

body .ad-services-section .ad-service-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.ad-section .ad-service-card,
.ad-section .ad-why-card,
.ad-section .ad-process-body,
.ad-section .ad-gallery-card,
.ad-section .ad-client-card,
.ad-section .ad-testimonial-card,
.ad-section .ad-blog-card,
.ad-section .ad-cta-panel,
.ad-footer-cta-box {
  box-shadow: var(--ad-shadow);
}

.ad-service-card {
  display: flex;
  flex-direction: column;
  position: relative;
  min-height: 100%;
  border-radius: 15px;
  border-color: rgba(148, 163, 184, 0.16);
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.42), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #fffaf4 100%);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.ad-service-card:hover {
  transform: translateY(-12px) scale(1.01);
  border-color: rgba(249, 115, 22, 0.24);
  box-shadow: 0 38px 78px rgba(15, 23, 42, 0.16);
}

.ad-service-media {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 240px;
  padding: 42px 34px 28px;
  overflow: hidden;
  border-radius: 15px 15px 0px 0px;
  background:
    linear-gradient(135deg, rgba(255, 247, 237, 0.96) 0%, rgba(255, 255, 255, 0.98) 100%);
}

.ad-service-media img {
  position: relative;
  z-index: 2;
  max-width: 150px;
  max-height: 150px;
  object-fit: contain;
  filter: drop-shadow(0 24px 32px rgba(15, 23, 42, 0.14));
}

.ad-service-content {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 16px;
  padding: 15px 15px 15px;
}

.ad-service-index {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 50px;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.92);
  color: #fff;
  font-family: var(--thm-font);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
  box-shadow: 0 14px 26px rgba(15, 23, 42, 0.18);
}

.ad-service-orb {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(249, 115, 22, 0.2) 0%, rgba(249, 115, 22, 0.07) 54%, transparent 76%);
  transform: translate(-50%, -48%);
}

.ad-service-tag {
  display: inline-flex;
  align-self: flex-start;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(249, 115, 22, 0.1);
  color: #ea580c;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.ad-service-content h3 {
  margin-bottom: 0;
  font-size: 25px;
  line-height: 1.02em;
  max-width: 100%;
  font-weight: 800;
}

.ad-service-content h3 a {
  color: #0f172a;
}

.ad-service-content h3 a:hover {
  color: #f97316;
}

.ad-service-content p,
.ad-faq-card p,
.ad-testimonial-card p,
.ad-blog-content p {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 15px;
  line-height: 1.85em;
}

.ad-service-content p {
  color: #475569;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  max-width: 92%;
}

.ad-service-footer {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding-top: 8px;
  border-top: 1px solid rgba(148, 163, 184, 0.16);
}

.ad-service-meta {
  color: #64748b;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ad-service-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 999px;
  background: #0f172a;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  box-shadow: 0 16px 28px rgba(15, 23, 42, 0.16);
  transition: transform 0.25s ease, background 0.25s ease;
}

.ad-service-link:hover {
  color: #fff;
  background: #f97316;
  transform: translateY(-1px);
}

.ad-service-link span {
  font-size: 14px;
}

.ad-service-sunset .ad-service-media {
  background: linear-gradient(135deg, rgba(255, 237, 213, 0.98) 0%, rgba(255, 251, 235, 0.98) 100%);
}

.ad-service-marine .ad-service-media {
  background: linear-gradient(135deg, rgba(224, 242, 254, 0.98) 0%, rgba(239, 246, 255, 0.98) 100%);
}

.ad-service-amber .ad-service-media {
  background: linear-gradient(135deg, rgba(254, 249, 195, 0.98) 0%, rgba(255, 251, 235, 0.98) 100%);
}

.ad-service-plum .ad-service-media {
  background: linear-gradient(135deg, rgba(243, 232, 255, 0.98) 0%, rgba(250, 245, 255, 0.98) 100%);
}

.ad-service-teal .ad-service-media {
  background: linear-gradient(135deg, rgba(204, 251, 241, 0.98) 0%, rgba(240, 253, 250, 0.98) 100%);
}

.ad-service-ember .ad-service-media {
  background: linear-gradient(135deg, rgba(254, 226, 226, 0.98) 0%, rgba(255, 241, 242, 0.98) 100%);
}

.ad-service-indigo .ad-service-media {
  background: linear-gradient(135deg, rgba(224, 231, 255, 0.98) 0%, rgba(238, 242, 255, 0.98) 100%);
}

.ad-service-mint .ad-service-media {
  background: linear-gradient(135deg, rgba(220, 252, 231, 0.98) 0%, rgba(240, 253, 244, 0.98) 100%);
}

.ad-gallery-card figcaption {
  border-radius: 22px;
  background: #fff;
  border: 1px solid var(--ad-border);
  box-shadow: var(--ad-shadow);
}

.ad-gallery-image {
  display: block;
  overflow: hidden;
  border-radius: 24px 24px 0 0;
}

.ad-gallery-image img {
  display: block;
  width: 100%;
  transition: transform 0.35s ease;
}

.ad-gallery-card:hover .ad-gallery-image img {
  transform: scale(1.04);
}

.ad-faq-card h3,
.ad-blog-content h3 {
  display: block;
  margin-bottom: 10px;
  color: #0f172a !important;
  font-family: var(--thm-font);
  font-size: 20px;
  line-height: 1.1em;
  font-weight: 700;
}

.ad-why-section {
  background: linear-gradient(180deg, #fff 0%, #fff8ef 100%);
}

body .ad-why-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ad-why-card {
  min-height: 100%;
  padding: 28px 30px;
  border: 1px solid rgba(148, 163, 184, 0.22);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: var(--ad-shadow);
}

.ad-why-badge {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  margin-bottom: 20px;
  padding: 0 14px;
  border-radius: 999px;
  font-family: var(--thm-b-font);
  font-size: 12px;
  font-weight: 800;
}

.ad-why-card h3,
.ad-process-body h3,
.ad-cta-contact-row a {
  color: #0f172a;
  font-family: var(--thm-font);
}

.ad-why-card h3 {
  margin-bottom: 14px;
  font-size: 28px;
  line-height: 1.08em;
  font-weight: 600;
}

.ad-why-card p {
  margin-bottom: 0;
  font-size: 15px;
  line-height: 1.5em;
}

.ad-tone-amber {
  border-color: rgba(251, 191, 36, 0.32);
}

.ad-tone-amber .ad-why-badge {
  color: #d97706;
  background: rgba(251, 191, 36, 0.14);
}

.ad-tone-blue {
  border-color: rgba(59, 130, 246, 0.28);
}

.ad-tone-blue .ad-why-badge {
  color: #2563eb;
  background: rgba(59, 130, 246, 0.12);
}

.ad-tone-green {
  border-color: rgba(34, 197, 94, 0.28);
}

.ad-tone-green .ad-why-badge {
  color: #16a34a;
  background: rgba(34, 197, 94, 0.12);
}

.ad-tone-mint {
  border-color: rgba(16, 185, 129, 0.24);
}

.ad-tone-mint .ad-why-badge {
  color: #10b981;
  background: rgba(16, 185, 129, 0.12);
}

.ad-tone-orange {
  border-color: rgba(249, 115, 22, 0.28);
}

.ad-tone-orange .ad-why-badge {
  color: #f97316;
  background: rgba(249, 115, 22, 0.12);
}

.ad-tone-violet {
  border-color: rgba(168, 85, 247, 0.24);
}

.ad-tone-violet .ad-why-badge {
  color: #9333ea;
  background: rgba(168, 85, 247, 0.12);
}

.ad-tone-pink {
  border-color: rgba(236, 72, 153, 0.22);
}

.ad-tone-pink .ad-why-badge {
  color: #ec4899;
  background: rgba(236, 72, 153, 0.1);
}

.ad-tone-cyan {
  border-color: rgba(6, 182, 212, 0.24);
}

.ad-tone-cyan .ad-why-badge {
  color: #0891b2;
  background: rgba(6, 182, 212, 0.1);
}

.ad-process-section {
  overflow: hidden;
}

body .ad-process-track {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
  align-items: start;
}

.ad-process-card {
  position: relative;
}

.ad-process-card::before {
  content: "";
  position: absolute;
  top: 68px;
  left: calc(50% + 58px);
  width: calc(100% - 24px);
  height: 3px;
  background: linear-gradient(90deg, currentColor, rgba(255,255,255,0));
  opacity: 0.45;
}

.ad-process-card:last-child::before {
  display: none;
}

.ad-process-node {
  position: relative;
  width: 116px;
  height: 116px;
  margin: 0 auto 22px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.12);
}

.ad-process-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 34px;
  line-height: 1;
  text-shadow: 0 8px 20px rgba(15, 23, 42, 0.18);
}

.ad-process-step {
  position: absolute;
  top: -8px;
  right: -4px;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(148, 163, 184, 0.3);
  border-radius: 50%;
  background: #fff;
  display: grid;
  place-items: center;
  color: #0f172a;
  font-family: var(--thm-b-font);
  font-size: 14px;
  font-weight: 800;
}

.ad-process-body {
  min-height: 100%;
  padding: 24px 22px;
  border: 1px solid rgba(148, 163, 184, 0.22);
  border-radius: 24px;
  background: #fff;
  box-shadow: var(--ad-shadow);
  text-align: center;
}

.ad-process-badge {
  display: inline-block;
  margin-bottom: 14px;
  color: #ef233c;
  font-family: var(--thm-b-font);
  font-size: 12px;
  font-weight: 800;
}

.ad-process-body h3 {
  margin-bottom: 12px;
  font-size: 20px;
  line-height: 1.08em;
}

.ad-process-body p {
  margin-bottom: 0;
  font-size: 13px;
  line-height: 1.5em;
}

.ad-process-coral { color: #ff5a36; }
.ad-process-coral .ad-process-node { background: radial-gradient(circle at top, #ff754a, #ff5a1f); }
.ad-process-orange { color: #fb923c; }
.ad-process-orange .ad-process-node { background: radial-gradient(circle at top, #ffb347, #fb923c); }
.ad-process-yellow { color: #fbbf24; }
.ad-process-yellow .ad-process-node { background: radial-gradient(circle at top, #ffd34d, #fbbf24); }
.ad-process-lime { color: #84cc16; }
.ad-process-lime .ad-process-node { background: radial-gradient(circle at top, #a3e635, #84cc16); }
.ad-process-green { color: #22c55e; }
.ad-process-green .ad-process-node { background: radial-gradient(circle at top, #34d399, #22c55e); }

.ad-cta-section {
  padding-top: 24px;
}

.ad-cta-panel {
  max-width: 1040px;
  margin: 0 auto;
  padding: 54px 40px;
  border: 1px solid rgba(239, 35, 60, 0.14);
  border-radius: 36px;
  background:
    radial-gradient(circle at top right, rgba(239, 35, 60, 0.08), transparent 24%),
    linear-gradient(180deg, #ffffff 0%, #fff8ef 100%);
  text-align: center;
  box-shadow: var(--ad-shadow);
}

.ad-cta-panel h2 {
  margin-bottom: 18px;
  font-size: clamp(40px, 5vw, 40px);
  line-height: 0.98em;
}

.ad-cta-panel p {
  max-width: 760px;
  margin: 0 auto 28px;
  font-size: 15px;
  line-height: 26px;
}

body .ad-cta-actions {
  display: flex;
  justify-content: center;
  gap: 18px;
  margin-bottom: 28px;
}

.ad-cta-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 68px;
  padding: 0 36px;
  border: 1px solid rgba(15, 23, 42, 0.16);
  border-radius: 999px;
  color: #0f172a;
  font-family: var(--thm-b-font);
  font-size: 16px;
  font-weight: 800;
  background: #fff;
}

.ad-cta-secondary:hover {
  color: #0f172a;
  border-color: rgba(15, 23, 42, 0.3);
  transform: translateY(-2px);
}

body .ad-cta-contact-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 18px;
}

.ad-cta-contact-row a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 62px;
  padding: 0 20px;
  border: 1px solid rgba(148, 163, 184, 0.24);
  border-radius: 18px;
  background: #fff;
  font-size: 16px;
  font-weight: 800;
}

.ad-cta-contact-row a:hover {
  transform: translateY(-2px);
}

.ad-cta-contact-row a span {
  color: #64748b;
  font-family: var(--thm-b-font);
  font-size: 15px;
  font-weight: 600;
}

.ad-cta-contact-row a:nth-child(2) {
  border-color: rgba(34, 197, 94, 0.22);
  background: #22c55e;
  color: #fff;
}

.ad-cta-contact-row a:nth-child(2) span {
  color: rgba(255, 255, 255, 0.88);
}

.ad-cta-meta {
  color: #94a3b8;
  font-family: var(--thm-b-font);
  font-size: 15px;
  font-weight: 600;
}

.ad-value-section {
  background: #0f172a;
}

.ad-value-section .ad-section-head h2,
.ad-value-section .ad-section-head p {
  color: #fff;
}

.ad-faq-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ad-faq-card {
  padding: 28px;
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.08);
  box-shadow: none;
}

.ad-faq-number {
  display: inline-flex;
  margin-bottom: 18px;
  color: #f97316;
  font-family: var(--thm-font);
  font-size: 42px;
  line-height: 1em;
}

.ad-faq-card h3,
.ad-faq-card p {
  color: #fff;
}

.ad-gallery-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ad-gallery-card {
  overflow: hidden;
  border-radius: 24px;
  background: #fff;
  box-shadow: var(--ad-shadow);
}

.ad-gallery-card img {
  width: 100%;
  height: 320px;
  object-fit: cover;
}

.ad-gallery-card figcaption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: -1px;
  padding: 18px 20px;
  box-shadow: none;
  border-radius: 0 0 24px 24px;
}

.ad-gallery-card strong {
  color: #0f172a;
  font-family: var(--thm-b-font);
  font-size: 16px;
}

body .ad-client-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.ad-client-card {
  display: grid;
  place-items: center;
  min-height: 125px;
  padding: 15px;
  border: 1px solid var(--ad-border);
  border-radius: 24px;
  background: #fff;
}

.ad-client-card img {
  max-width: 100%;
  max-height: 74px;
  object-fit: contain;
  /* filter: grayscale(100%); */
  opacity: 0.82;
}

.ad-clients-action {
  margin-top: 28px;
  text-align: center;
}

body .ad-testimonial-grid,
body .ad-blog-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body .ad-hero-section,
body .ad-proof-section,
body .ad-services-section,
body .ad-why-section,
body .ad-process-section,
body .ad-cta-section,
body .ad-gallery-section,
body .ad-clients-section,
body .ad-testimonial-section,
body .ad-blog-section {
  display: block !important;
  width: 100% !important;
  clear: both;
}

body .ad-proof-section .auto-container,
body .ad-services-section .auto-container,
body .ad-why-section .auto-container,
body .ad-process-section .auto-container,
body .ad-cta-section .auto-container,
body .ad-gallery-section .auto-container,
body .ad-clients-section .auto-container,
body .ad-testimonial-section .auto-container,
body .ad-blog-section .auto-container,
body .ad-footer-cta .auto-container {
  max-width: 1350px !important;
}

body .ad-service-card,
body .ad-why-card,
body .ad-process-body,
body .ad-gallery-card,
body .ad-client-card,
body .ad-testimonial-card,
body .ad-blog-card,
body .ad-footer-cta-box {
  /* background: #fff !important; */
}

body .ad-proof-intro h2,
body .ad-section-head h2,
body .ad-cta-panel h2,
body .ad-hero-copy h2,
body .ad-hero-intro h1 {
  font-weight: 700 !important;
  letter-spacing: -0.03em;
}

body .ad-gallery-card figcaption strong:empty,
body .ad-hero-copy h2:empty,
body .ad-blog-content p:empty {
  display: none;
}

.ad-testimonial-card,
.ad-blog-card {
  padding: 28px;
}

.ad-testimonial-top {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 18px;
}

.ad-testimonial-top img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  object-fit: cover;
}

.ad-testimonial-top strong {
  display: block;
  color: #0f172a;
  font-family: var(--thm-b-font);
  font-size: 18px;
  font-weight: 800;
}

.ad-testimonial-top span,
.ad-blog-content span {
  display: inline-block;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #94a3b8;
}

.ad-blog-card {
  padding: 0;
}

.ad-blog-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.ad-blog-content {
  padding: 24px;
}

.ad-footer-cta {
  padding: 8px 0 52px;
}

.ad-footer-cta-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 42px;
  padding: 30px 30px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 15px;
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.18), transparent 24%),
    linear-gradient(135deg, #ef233c 0%, #f97316 52%, #fb923c 100%) !important;
  box-shadow: 0 34px 68px rgba(249, 115, 22, 0.28);
  overflow: hidden;
  position: relative;
}

.ad-footer-cta-box::before {
  content: "";
  position: absolute;
  inset: auto -80px -80px auto;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  filter: blur(4px);
}

.ad-footer-cta-copy {
  position: relative;
  z-index: 1;
  max-width: 760px;
}

.ad-footer-cta-box .ad-kicker,
.ad-footer-cta-box h2 {
  color: #fff;
}

.ad-footer-cta-box p {
  max-width: 640px;
  margin: 14px 0 20px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 15px;
  line-height: 1.8em;
}

.ad-footer-cta-points {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.ad-footer-cta-points span {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ad-footer-cta-actions {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 16px;
  min-width: 250px;
}

.ad-footer-cta-actions .theme-btn.btn-style-one {
  width: 100%;
  min-height: 68px;
  background: #0f172a;
  box-shadow: 0 24px 36px rgba(15, 23, 42, 0.26);
}

.ad-footer-cta-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 56px;
  padding: 0 24px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: transform 0.25s ease, background 0.25s ease;
}

.ad-footer-cta-link:hover {
  color: #fff;
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.18);
}

.ad-refresh-footer {
  padding: 44px 0 0;
  background: #10192d;
}

.ad-footer-main {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(160px, 0.65fr) minmax(0, 1fr);
  gap: 44px;
  align-items: start;
}

.ad-footer-col {
  min-width: 0;
}

.ad-footer-logo img {
  max-width: 168px;
}

.ad-footer-brand-col p {
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 18px;
  line-height: 1.9em;
}

.ad-footer-social-links {
  margin-top: 24px;
}

.ad-footer-social-links li {
  margin-right: 10px;
}

.ad-footer-social-links li a {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.ad-footer-social-links li a:hover {
  background: linear-gradient(135deg, #ef4444, #f97316);
}

.ad-refresh-footer h6 {
  margin-bottom: 18px;
  color: #fff;
  font-size: 24px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.ad-refresh-footer .text,
.ad-refresh-footer a,
.ad-refresh-footer .copyright {
  color: rgba(255, 255, 255, 0.78);
}

.ad-footer-nav-list {
  display: grid;
  gap: 12px;
}

.ad-footer-nav-list a {
  font-size: 17px;
  line-height: 1.8em;
}

.ad-footer-simple-contact {
  display: grid;
  gap: 14px;
}

.ad-footer-simple-contact li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 16px;
  line-height: 1.8em;
}

.ad-footer-simple-contact .icon {
  margin-top: 4px;
  color: #ff8c32;
  font-size: 16px;
}

.ad-footer-plan-card {
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.ad-footer-contact a {
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.04);
  font-size: 14px;
  font-weight: 700;
}

.ad-footer-contact {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.ad-footer-plan-card p {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 16px;
  line-height: 1.8em;
}

.ad-footer-contact a:hover,
.ad-refresh-footer a:hover {
  color: #fff;
}

.ad-refresh-footer .footer-bottom {
  margin-top: 34px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(0, 0, 0, 0.12);
}

.ad-refresh-footer .footer-bottom .inner {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ad-refresh-footer .footer-bottom .copyright {
  font-size: 15px;
  text-align: center;
}

.ad-inner-banner .image-layer {
  opacity: 0.3;
}

.ad-contact-section .map-box iframe,
.ad-contact-section .form-box {
  border-radius: 24px;
  overflow: hidden;
}

.ad-form-flash .alert {
  margin-bottom: 24px;
  border-radius: 18px;
}

.ad-contact-section .field-inner input,
.ad-contact-section .field-inner textarea {
  border-radius: 18px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: #fff;
}

.ad-contact-page {
  background: #fff;
  color: #0f172a;
  font-family: var(--thm-b-font);
}

.ad-contact-page h2,
.ad-contact-page h3 {
  font-family: var(--thm-font);
  letter-spacing: 0;
}

.ad-contact-hero {
  padding: 86px 0 72px;
  background:
    radial-gradient(circle at 12% 14%, rgba(240, 196, 0, 0.18), transparent 26%),
    linear-gradient(180deg, #fff 0%, #fff7ed 100%);
}

.ad-contact-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(420px, 1.05fr);
  gap: 34px;
  align-items: stretch;
}

.ad-contact-intro,
.ad-contact-form-card,
.ad-location-card,
.ad-contact-map-grid {
  border: 1px solid rgba(148, 163, 184, 0.2);
  border-radius: 28px;
  background: #fff;
  box-shadow: var(--ad-shadow);
}

.ad-contact-intro {
  padding: 44px;
  background:
    linear-gradient(135deg, rgba(15, 23, 42, 0.94), rgba(30, 41, 59, 0.96)),
    url("../images/about_admarket.png") center/cover;
  overflow: hidden;
  position: relative;
}

.ad-contact-intro::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(15, 23, 42, 0.94), rgba(15, 23, 42, 0.74));
}

.ad-contact-intro > * {
  position: relative;
  z-index: 1;
}

.ad-contact-intro .ad-kicker,
.ad-contact-intro h2,
.ad-contact-intro p {
  color: #fff;
}

.ad-contact-intro h2 {
  max-width: 620px;
  margin: 0 0 18px;
  font-size: clamp(40px, 4.5vw, 40px);
  font-weight: 900;
  line-height: 1.04em;
}

.ad-contact-intro p {
  max-width: 620px;
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 17px;
  line-height: 1.8em;
}

.ad-contact-action-grid {
  display: grid;
  gap: 14px;
  margin-top: 36px;
}

.ad-contact-action-grid a {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.ad-contact-action-grid a:hover {
  color: #fff;
  transform: translateY(-2px);
}

.ad-contact-action-grid span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  flex: 0 0 52px;
  border-radius: 14px;
  background: #d63378;
  color: #fff;
}

.ad-contact-action-grid a:nth-child(2) span {
  background: #f97316;
}

.ad-contact-action-grid strong,
.ad-contact-action-grid em {
  display: block;
  font-style: normal;
}

.ad-contact-action-grid strong {
  margin-bottom: 0px;
  font-size: 15px;
  font-weight: 900;
}

.ad-contact-action-grid em {
  color: rgba(255, 255, 255, 0.76);
  font-size: 14px;
  overflow-wrap: anywhere;
}

.ad-contact-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 36px;
}

.ad-contact-metrics div {
  padding: 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.1);
}

.ad-contact-metrics strong {
  display: block;
  color: #f0c400;
  font-family: var(--thm-font);
  font-size: 30px;
  font-weight: 900;
  line-height: 1em;
}

.ad-contact-metrics span {
  display: block;
  margin-top: 0px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  font-weight: 600;
}

.ad-contact-form-card {
  padding: 34px;
}

.ad-contact-form-head {
  margin-bottom: 22px;
}

.ad-contact-form-head span {
  color: #d63378;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.ad-contact-form-head h3 {
  margin: 8px 0 0;
  color: #0f172a;
  font-size: 34px;
  font-weight: 900;
}

.ad-contact-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.ad-contact-form-grid .field-inner {
  display: grid;
  gap: 8px;
}

.ad-contact-form-grid label {
  margin: 0;
  color: #475569;
  font-size: 13px;
  font-weight: 900;
}

.ad-contact-form-grid input,
.ad-contact-form-grid textarea {
  width: 100%;
  border: 1px solid rgba(148, 163, 184, 0.26);
  border-radius: 16px;
  background: #f8fafc;
  color: #0f172a;
  font-size: 15px;
  font-weight: 700;
}

.ad-contact-form-grid input {
  height: 58px;
  padding: 0 18px;
}

.ad-contact-form-grid textarea {
  min-height: 156px;
  padding: 18px;
  resize: vertical;
}

.ad-contact-message,
.ad-contact-form-grid button {
  grid-column: 1 / -1;
}

.ad-contact-form-grid button {
  justify-self: start;
  margin-top: 4px;
}

.ad-contact-locations {
  padding: 82px 0;
  background: #fff;
}

.ad-location-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.ad-location-card {
  /* min-height: 270px; */
  padding: 25px;
  transition: transform 0.3s ease, border-color 0.3s ease;
}

.ad-location-card:hover {
  transform: translateY(-8px);
  border-color: rgba(214, 51, 120, 0.28);
}

.ad-location-card > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  margin-bottom: 24px;
  border-radius: 16px;
  background: #fff3eb;
  color: #f97316;
  font-size: 22px;
}

.ad-location-card h3 {
  margin: 0 0 12px;
  color: #0f172a;
  font-size: 24px;
  font-weight: 900;
}

.ad-location-card p {
  /* min-height: 58px; */
  margin: 0 0 18px;
  color: #64748b;
  font-size: 15px;
  line-height: 1.65em;
}

.ad-location-card a {
  color: #d63378;
  font-weight: 900;
}

.ad-contact-map-section {
  padding: 0 0 82px;
  background: #fff;
}

.ad-contact-map-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.58fr) minmax(0, 1fr);
  overflow: hidden;
}

.ad-contact-map-copy {
  padding: 30px;
  background: #0f172a;
}

.ad-contact-map-copy .ad-kicker,
.ad-contact-map-copy h2 {
  color: #fff;
}

.ad-contact-map-copy h2 {
  margin: 0 0 15px;
  font-size: clamp(34px, 4vw, 40px);
  font-weight: 900;
}

.ad-contact-map-copy p {
  margin: 0 0 24px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 16px;
  line-height: 1.75em;
}

.ad-contact-map-link {
  color: #f0c400;
  font-weight: 900;
  overflow-wrap: anywhere;
}

.ad-contact-map-link:hover {
  color: #fff;
}

.ad-contact-map iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 420px;
}

@media only screen and (max-width: 1199px) {
  .ad-contact-shell {
    grid-template-columns: 1fr;
  }

  .ad-location-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ad-contact-map-grid {
    grid-template-columns: 1fr;
  }

  .ad-contact-map iframe {
    min-height: 360px;
  }
}

@media only screen and (max-width: 991px) {
  .ad-contact-hero {
    padding: 56px 0 60px;
  }

  .ad-contact-shell {
    gap: 24px;
  }

  .ad-contact-intro,
  .ad-contact-form-card {
    border-radius: 24px;
  }

  .ad-contact-intro {
    padding: 34px 28px;
  }

  .ad-contact-intro h2 {
    font-size: clamp(32px, 7vw, 42px);
  }

  .ad-contact-metrics {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .ad-contact-form-card {
    padding: 28px;
  }

  .ad-contact-form-grid input,
  .ad-contact-form-grid textarea {
    width: 100%;
  }

  .ad-contact-locations {
    padding: 64px 0;
  }

  .ad-contact-map-section {
    padding-bottom: 64px;
  }
}

@media only screen and (max-width: 767px) {
  .ad-contact-hero {
    padding: 44px 0 52px;
  }

  .ad-contact-shell,
  .ad-contact-form-grid,
  .ad-location-grid,
  .ad-contact-map-grid {
    grid-template-columns: 1fr;
  }

  .ad-contact-intro,
  .ad-contact-form-card,
  .ad-location-card,
  .ad-contact-map-grid {
    border-radius: 22px;
  }

  .ad-contact-intro {
    padding: 28px 20px;
  }

  .ad-contact-intro h2 {
    font-size: 30px;
    line-height: 1.08em;
  }

  .ad-contact-intro p {
    font-size: 15px;
    line-height: 1.7em;
  }

  .ad-contact-action-grid a {
    align-items: flex-start;
    padding: 14px;
    min-width: 0;
  }

  .ad-contact-action-grid span {
    width: 44px;
    height: 44px;
    flex-basis: 44px;
  }

  .ad-contact-action-grid strong,
  .ad-contact-action-grid em {
    min-width: 0;
  }

  .ad-contact-metrics {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 24px;
  }

  .ad-contact-metrics div {
    padding: 14px;
  }

  .ad-contact-metrics strong {
    font-size: 26px;
  }

  .ad-contact-form-card {
    padding: 22px 18px;
  }

  .ad-contact-form-head h3 {
    font-size: 26px;
  }

  .ad-contact-form-grid {
    gap: 14px;
  }

  .ad-contact-form-grid input {
    height: 52px;
    padding: 0 15px;
  }

  .ad-contact-form-grid textarea {
    min-height: 140px;
    padding: 15px;
  }

  .ad-contact-form-grid button {
    width: 100%;
    justify-self: stretch;
  }

  .ad-contact-locations {
    padding: 54px 0;
  }

  .ad-location-card {
    padding: 22px 18px;
  }

  .ad-location-card > span {
    width: 48px;
    height: 48px;
    margin-bottom: 18px;
  }

  .ad-location-card h3 {
    font-size: 21px;
  }

  .ad-contact-map-section {
    padding-bottom: 54px;
  }

  .ad-contact-map-copy {
    padding: 24px 20px;
  }

  .ad-contact-map-copy h2 {
    font-size: 28px;
  }

  .ad-contact-map iframe {
    min-height: 320px;
  }
}

@media only screen and (max-width: 575px) {
  .ad-contact-hero {
    padding: 32px 0 42px;
  }

  .ad-contact-shell {
    gap: 18px;
  }

  .ad-contact-intro,
  .ad-contact-form-card,
  .ad-location-card,
  .ad-contact-map-grid {
    border-radius: 18px;
  }

  .ad-contact-intro {
    padding: 24px 16px;
  }

  .ad-contact-intro h2 {
    font-size: 27px;
  }

  .ad-contact-action-grid {
    margin-top: 24px;
  }

  .ad-contact-action-grid a {
    gap: 12px;
    padding: 12px;
    border-radius: 15px;
  }

  .ad-contact-action-grid span {
    width: 40px;
    height: 40px;
    flex-basis: 40px;
    border-radius: 12px;
  }

  .ad-contact-metrics {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 7px;
  }

  .ad-contact-metrics div {
    padding: 12px 8px;
    border-radius: 14px;
  }

  .ad-contact-metrics strong {
    font-size: 20px;
  }

  .ad-contact-metrics span {
    font-size: 11px;
    line-height: 1.3em;
  }

  .ad-contact-form-card {
    padding: 22px 15px;
  }

  .ad-contact-form-head {
    margin-bottom: 18px;
  }

  .ad-contact-form-head h3 {
    font-size: 24px;
  }

  .ad-contact-form-grid label {
    margin-bottom: 7px;
    font-size: 12px;
  }

  .ad-contact-form-grid input {
    height: 50px;
    border-radius: 14px;
  }

  .ad-contact-form-grid textarea {
    min-height: 126px;
    border-radius: 14px;
  }

  .ad-contact-locations {
    padding: 44px 0;
  }

  .ad-location-grid {
    gap: 13px;
  }

  .ad-location-card {
    padding: 18px 15px;
  }

  .ad-location-card > span {
    width: 42px;
    height: 42px;
    margin-bottom: 14px;
    border-radius: 12px;
    font-size: 18px;
  }

  .ad-location-card h3 {
    font-size: 19px;
  }

  .ad-location-card p {
    margin-bottom: 12px;
    font-size: 14px;
  }

  .ad-contact-map-section {
    padding-bottom: 44px;
  }

  .ad-contact-map-copy {
    padding: 22px 16px;
  }

  .ad-contact-map-copy h2 {
    font-size: 26px;
  }

  .ad-contact-map-copy p {
    font-size: 15px;
  }

  .ad-contact-map iframe {
    min-height: 280px;
  }
}

.ad-blog-page {
  background: #fff;
  color: #0f172a;
  font-family: var(--thm-b-font);
}

.ad-blog-page h2,
.ad-blog-page h3 {
  font-family: var(--thm-font);
  letter-spacing: 0;
}

.ad-blog-hero {
  padding: 84px 0 72px;
  background:
    linear-gradient(180deg, #fff 0%, #fff8ef 100%);
}

.ad-blog-hero-head {
  max-width: 940px;
  margin-bottom: 42px;
}

.ad-blog-hero-head h2 {
  margin: 0 0 18px;
  color: #0f172a;
  font-size: clamp(35px, 5vw, 30px);
  font-weight: 900;
  line-height: 1.02em;
}

.ad-blog-hero-head p {
  max-width: 760px;
  margin: 0;
  color: #64748b;
  font-size: 18px;
  line-height: 1.75em;
}

.ad-blog-featured {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(400px, 0.9fr);
  overflow: hidden;
  border: 1px solid rgba(148, 163, 184, 0.2);
  border-radius: 30px;
  background: #fff;
  box-shadow: var(--ad-shadow);
}

.ad-blog-featured-image {
  position: relative;
  display: block;
  min-height: 435px;
  overflow: hidden;
  background: #0f172a;
}

.ad-blog-featured-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 38%, rgba(15, 23, 42, 0.38) 100%);
}

.ad-blog-featured-image img,
.ad-blog-card-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.ad-blog-featured:hover .ad-blog-featured-image img,
.ad-blog-list-card:hover .ad-blog-card-image img {
  transform: scale(1.05);
}

.ad-blog-featured-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
}

.ad-blog-pill {
  display: inline-flex;
  align-self: flex-start;
  margin-bottom: 10px;
  padding: 9px 14px;
  border-radius: 999px;
  background: rgba(214, 51, 120, 0.1);
  color: #d63378;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.ad-blog-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 10px;
}

.ad-blog-meta span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #64748b;
  font-size: 13px;
  font-weight: 800;
}

.ad-blog-meta i {
  color: #f97316;
}

.ad-blog-featured-copy h3 {
  margin: 0 0 18px;
  font-size: clamp(25px, 3.5vw, 25px);
  font-weight: 900;
  line-height: 1.08em;
}

.ad-blog-featured-copy h3 a,
.ad-blog-card-body h3 a {
  color: #0f172a;
}

.ad-blog-featured-copy h3 a:hover,
.ad-blog-card-body h3 a:hover {
  color: #d63378;
}

.ad-blog-featured-copy p,
.ad-blog-card-body p {
  color: #64748b;
  line-height: 1.75em;
}

.ad-blog-featured-copy p {
  margin: 0 0 15px;
  font-size: 17px;
}

.ad-blog-read {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  align-self: flex-start;
  color: #d63378;
  font-size: 14px;
  font-weight: 900;
}

.ad-blog-read:hover {
  color: #f97316;
}

.ad-blog-listing {
  padding: 78px 0 92px;
  background: #fff;
}

.ad-blog-listing-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 36px;
}

.ad-blog-listing-head h2 {
  max-width: 760px;
  margin: 0;
  color: #0f172a;
  font-size: clamp(34px, 4vw, 40px);
  font-weight: 900;
  line-height: 1.04em;
}

.ad-blog-listing-head > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 999px;
  background: #0f172a;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.ad-blog-listing-head > a:hover {
  color: #fff;
  background: #d63378;
}

.ad-blog-list-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.ad-blog-list-card {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(148, 163, 184, 0.2);
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.1);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.ad-blog-list-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 30px 70px rgba(15, 23, 42, 0.15);
}

.ad-blog-card-image {
  display: block;
  height: 250px;
  overflow: hidden;
  background: #0f172a;
}

.ad-blog-card-body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 20px;
}

.ad-blog-card-body h3 {
  margin: 0 0 10px;
  color: #0f172a;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.14em;
}

.ad-blog-card-body p {
  display: -webkit-box;
  overflow: hidden;
  margin: 0 0 10px;
  font-size: 15px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.ad-blog-card-body .ad-blog-read {
  margin-top: auto;
}

.ad-blog-empty {
  display: grid;
  place-items: center;
  min-height: 360px;
  padding: 44px;
  border: 1px dashed rgba(148, 163, 184, 0.42);
  border-radius: 28px;
  background: #f8fafc;
  text-align: center;
}

.ad-blog-empty span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 74px;
  height: 74px;
  margin-bottom: 22px;
  border-radius: 20px;
  background: #fff3eb;
  color: #f97316;
  font-size: 30px;
}

.ad-blog-empty h3 {
  margin: 0 0 10px;
  color: #0f172a;
  font-size: 30px;
  font-weight: 900;
}

.ad-blog-empty p {
  max-width: 520px;
  margin: 0;
  color: #64748b;
  font-size: 16px;
  line-height: 1.7em;
}

.ad-blog-detail-page {
  background: #fff;
  color: #0f172a;
  font-family: var(--thm-b-font);
}

.ad-blog-detail-page h2,
.ad-blog-detail-page h3,
.ad-blog-detail-page h4 {
  font-family: var(--thm-font);
  letter-spacing: 0;
}

.ad-blog-detail-hero {
  padding: 82px 0 0;
  background:
    radial-gradient(circle at 12% 20%, rgba(214, 51, 120, 0.12), transparent 26%),
    linear-gradient(180deg, #fff 0%, #fff7ed 100%);
}

.ad-blog-detail-head {
  max-width: 1040px;
  margin-bottom: 38px;
}

.ad-blog-detail-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 8px 0 18px;
}

.ad-blog-detail-meta span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: #fff;
  color: #64748b;
  font-size: 13px;
  font-weight: 900;
  box-shadow: 0 12px 26px rgba(15, 23, 42, 0.08);
}

.ad-blog-detail-meta i {
  color: #f97316;
}

.ad-blog-detail-head h2 {
  margin: 0 0 20px;
  color: #0f172a;
  font-size: clamp(35px, 5vw, 35px);
  font-weight: 900;
  line-height: 1.02em;
}

.ad-blog-detail-head p {
  /* max-width: 820px; */
  margin: 0;
  color: #475569;
  font-size: 17px;
  line-height: 1.7em;
}

.ad-blog-detail-featured {
  overflow: hidden;
  margin: 0;
  border-radius: 30px;
  box-shadow: 0 34px 80px rgba(15, 23, 42, 0.16);
}

.ad-blog-detail-featured img {
  display: block;
  width: 100%;
  height: 560px;
  object-fit: cover;
}

.ad-blog-detail-body-section {
  padding: 84px 0 96px;
  background: #fff;
}

.ad-blog-detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 44px;
  align-items: start;
}

.ad-blog-detail-article {
  min-width: 0;
}

.ad-blog-detail-lede {
  margin-bottom: 34px;
  padding: 26px 30px;
  border-left: 6px solid #d63378;
  border-radius: 18px;
  background: #fff7ed;
  color: #0f172a;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.55em;
}

.ad-blog-detail-content {
  color: #334155;
  font-size: 18px;
  line-height: 1.9em;
}

.ad-blog-detail-content p {
  margin: 0 0 5px;
  color: #334155;
  font-size: 18px;
  line-height: 1.9em;
}

.ad-blog-detail-content h2,
.ad-blog-detail-content h3,
.ad-blog-detail-content h4 {
  margin: 36px 0 16px;
  color: #0f172a;
  font-weight: 900;
  line-height: 1.18em;
}

.ad-blog-detail-content h2 {
  font-size: 30px;
}

.ad-blog-detail-content h3 {
  font-size: 24px;
}

.ad-blog-detail-content h4 {
  font-size: 24px;
}

.ad-blog-detail-content ul,
.ad-blog-detail-content ol {
  display: grid;
  gap: 0px;
  margin: 8px 0 15px;
  padding: 0;
}

.ad-blog-detail-content li {
  position: relative;
  padding-left: 34px;
  color: #334155;
  font-size: 17px;
  line-height: 1em;
}

.ad-blog-detail-content li::before {
  content: "\f00c";
  position: absolute;
  top: 4px;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #d63378;
  color: #fff;
  font-family: "Font Awesome 5 Free";
  font-size: 10px;
  font-weight: 900;
}

.ad-blog-detail-content blockquote {
  margin: 34px 0;
  padding: 30px;
  border-radius: 22px;
  background: #0f172a;
  color: #fff;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.5em;
}

.ad-blog-detail-content a {
  color: #d63378;
  font-weight: 900;
}

.ad-blog-detail-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 38px;
}

.ad-blog-detail-gallery img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  border-radius: 22px;
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.12);
}

.ad-blog-detail-sidebar {
  position: sticky;
  top: 120px;
  display: grid;
  gap: 22px;
}

.ad-blog-side-card {
  padding: 28px;
  border: 1px solid rgba(148, 163, 184, 0.2);
  border-radius: 24px;
  background: #fff;
  box-shadow: var(--ad-shadow);
}

.ad-blog-side-card h3 {
  margin: 0 0 16px;
  color: #0f172a;
  font-size: 25px;
  font-weight: 900;
  line-height: 1.16em;
}

.ad-blog-side-card p {
  margin: 0 0 22px;
  color: #64748b;
  font-size: 15px;
  line-height: 1.7em;
}

.ad-blog-contact-card {
  background:
    linear-gradient(135deg, rgba(214, 51, 120, 0.96), rgba(249, 115, 22, 0.96)),
    url("../images/about_admarket.png") center/cover;
}

.ad-blog-contact-card .ad-kicker,
.ad-blog-contact-card h3,
.ad-blog-contact-card p {
  color: #fff;
}

.ad-blog-contact-card p {
  color: rgba(255, 255, 255, 0.86);
}

.ad-blog-contact-card a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 999px;
  background: #0f172a;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
}

.ad-blog-contact-card a:hover {
  color: #fff;
  transform: translateY(-2px);
}

.ad-blog-side-list {
  display: grid;
  gap: 16px;
}

.ad-blog-side-list a {
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  color: #0f172a;
}

.ad-blog-side-list a:hover {
  color: #d63378;
}

.ad-blog-side-list img {
  width: 86px;
  height: 68px;
  object-fit: cover;
  border-radius: 14px;
}

.ad-blog-side-list span {
  font-size: 15px;
  font-weight: 900;
  line-height: 1.35em;
}

@media only screen and (max-width: 1199px) {
  body .ad-hero-shell,
  body .ad-service-grid,
  body .ad-proof-metrics,
  body .ad-why-grid,
  body .ad-process-track,
  body .ad-faq-grid,
  body .ad-gallery-grid,
  body .ad-client-grid,
  body .ad-testimonial-grid,
  body .ad-blog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body .ad-hero-shell {
    width: min(1320px, calc(100% - 32px));
    min-height: 680px;
  }

  body .ad-hero-intro {
    width: min(420px, calc(100% - 68px));
  }
}

@media only screen and (max-width: 991px) {
  body .ad-footer-cta-box {
    flex-direction: column;
  }

  body {
    padding-top: 69px;
  }

  body .main-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9999;
    background: #fffdf8;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.08);
  }

  body .main-header .header-upper {
    position: relative;
    z-index: 20;
    background: rgba(255, 253, 248, 0.96);
    backdrop-filter: blur(16px);
  }

  body .main-header .inner-container {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding-top: 12px;
    padding-bottom: 12px;
    min-height: 68px;
  }

  body .main-header .logo-box {
    display: flex;
    align-items: center;
    flex: 0 1 auto;
    width: auto;
    max-width: calc(100% - 78px);
    padding: 0 !important;
  }

  body .main-header .logo {
    margin: 0;
    display: block;
  }

  body .main-header .logo img {
    display: block;
    width: auto;
    max-width: 100%;
    max-height: 44px;
  }

  body .main-header .nav-outer {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
    width: auto;
    justify-content: flex-end;
  }

  body .main-header .other-links,
  body .ad-header-cta {
    display: none !important;
  }

  body .main-header .nav-outer .main-menu,
  body .sticky-header {
    display: none !important;
  }

  body .nav-outer .mobile-nav-toggler {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    padding: 0;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.14);
    margin: 0;
    font-size: 26px;
    line-height: 1;
    color: #0f172a;
  }

  .ad-footer-main {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .ad-footer-cta-box {
    align-items: flex-start;
    gap: 28px;
    padding: 34px 28px;
  }

  .ad-footer-cta-actions {
    width: 100%;
    align-items: stretch;
    min-width: 0;
  }

  body .ad-hero-section {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }

  body .ad-services-section .ad-service-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  body .ad-service-card {
    min-height: 0;
  }

  body .ad-service-media {
    min-height: 190px;
    padding: 30px 20px 18px;
  }

  body .ad-service-media img {
    max-width: 108px;
    max-height: 108px;
  }

  body .ad-service-content {
    gap: 12px;
    padding: 16px;
  }

  body .ad-service-content h3 {
    font-size: 20px;
    line-height: 1.12em;
  }

  body .ad-service-footer {
    flex-direction: column;
    align-items: flex-start;
  }

  body .ad-hero-shell {
    min-height: auto;
    display: flex !important;
    flex-direction: column;
    width: min(1320px, calc(100% - 28px));
    border-radius: 28px;
  }

  body .ad-hero-slider {
    position: relative;
    inset: auto;
    height: 420px;
    min-height: 420px;
    order: 2;
    overflow: hidden;
  }

  body .ad-hero-slides,
  body .ad-hero-slide,
  body .ad-hero-media {
    height: 100%;
    min-height: 420px;
  }

  body .ad-hero-media {
    z-index: 1;
    opacity: 1;
  }

  body .ad-hero-overlay {
    z-index: 2;
  }

  body .ad-hero-intro {
    position: relative;
    top: auto;
    left: auto;
    bottom: auto;
    width: 100%;
    max-width: none;
    padding: 28px 24px;
    border-radius: 0;
    order: 1;
  }

  body .ad-hero-intro p {
    max-width: none;
  }

  body .ad-hero-copy {
    right: 18px;
    bottom: 18px;
    width: min(320px, calc(100% - 36px));
    padding: 18px;
    z-index: 5;
  }

  body .ad-cta-contact-row {
    grid-template-columns: 1fr;
  }

  .ad-hero-strip {
    position: relative;
    left: auto;
    display: none;
    right: auto;
    bottom: auto;
    width: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 18px 20px 22px;
    order: 3;
    background: #0f172a;
  }
}

@media only screen and (max-width: 767px) {

  .ad-proof-intro h2 {
    margin-bottom: 18px;
    font-size: clamp(25px, 4.8vw, 40px);
    line-height: 1em;
  }

  .ad-proof-intro p {
    font-size: 15px;
    line-height: 25px;
  }

  .ad-proof-metric {
    padding: 15px 15px;
    text-align: center;
  }

  .ad-proof-metric strong {
    display: block;
    margin-bottom: 0px;
    color: #ef233c;
    font-family: var(--thm-font);
    font-size: clamp(28px, 3vw, 48px);
    line-height: 1em;
  }

  .ad-section-head h2 {
    font-size: clamp(25px, 3.6vw, 40px) !important;
  }

  .ad-section-head p {
    margin: 0;
    color: #475569;
    font-size: 15px !important;
    text-align: left !important;
    line-height: 1.75em;
  }

  .ad-process-card::before {
    content: "";
    position: absolute;
    top: 68px;
    left: calc(50% + 58px);
    width: calc(100% - 24px);
    height: 3px;
    background: linear-gradient(90deg, currentColor, rgba(255, 255, 255, 0));
    opacity: 0.45;
    display: none;
  }

  .ad-process-node {
    position: relative;
    width: 116px;
    height: 116px;
    margin: 0 auto -30px !important;
    border-radius: 50%;
    display: grid;
    place-items: center;
    box-shadow: 0 16px 36px rgba(15, 23, 42, 0.12);
  }

  .ad-process-badge {
    display: inline-block;
    margin-bottom: 0px;
    color: #ef233c;
    font-family: var(--thm-b-font);
    font-size: 12px;
    font-weight: 800;
  }

  .ad-cta-panel h2 {
    margin-bottom: 18px;
    font-size: clamp(25px, 5vw, 40px);
    line-height: 0.98em;
  }

  .btn-style-one .btn-title {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
    letter-spacing: .1em;
    padding: 10px 15px 10px;
    z-index: 1;
  }

  .ad-cta-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px !important;
    padding: 0 35px !important;
    border: 1px solid rgba(15, 23, 42, 0.16);
    border-radius: 999px;
    color: #0f172a;
    font-family: var(--thm-b-font);
    font-size: 15px !important;
    font-weight: 800;
    background: #fff;
  }

  body .ad-cta-contact-row {
    display: inline !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-bottom: 18px;
  }

  .ad-cta-contact-row a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 50px;
    margin-bottom: 10px;
    padding: 0 20px;
    border: 1px solid rgba(148, 163, 184, 0.24);
    border-radius: 18px;
    background: #fff;
    font-size: 15px;
    font-weight: 800;
  }

  .ad-cta-contact-row a span {
    color: #64748b;
    font-family: var(--thm-b-font);
    font-size: 12px !important;
    font-weight: 600;
  }

  .ad-service-detail-actions .theme-btn {
    min-width: 0;
    flex: 0 1 50px !important;
    justify-content: center;
    white-space: nowrap;
  }

  .ad-cta-meta {
    color: #94a3b8;
    font-family: var(--thm-b-font);
    font-size: 15px;
    font-weight: 600;
    line-height: 22px !important;
  }

  .ad-service-content h2, .ad-service-content h3, .ad-service-content h4 {
    margin: 0px 0 0px;
    color: #0f172a;
    font-family: var(--thm-font);
    font-weight: 900;
    font-size: 22px;
    letter-spacing: -0.03em;
  }

  .page-banner .page-nav {
    position: relative;
    padding-top: 10px;
    text-align: left !important;
  }

  .ad-blog-hero {
    padding: 50px 0 50px !important;
    background: linear-gradient(180deg, #fff 0%, #fff8ef 100%);
  }

  .ad-blog-hero-head h2 {
    margin: 0 0 18px;
    color: #0f172a;
    font-size: clamp(25px, 5vw, 30px);
    font-weight: 900;
    line-height: 1.02em;
  }

  .ad-blog-listing {
    padding: 35px 0 50px;
    background: #fff;
  }

  .ad-blog-hero-head p {
    max-width: 760px;
    margin: 0;
    color: #64748b;
    font-size: 15px;
    line-height: 1.75em;
  }

  .ad-blog-listing-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 36px;
  }

  .ad-blog-listing-head h2 {
    max-width: 760px;
    margin: 0;
    color: #0f172a;
    font-size: clamp(20px, 4vw, 40px);
    font-weight: 900;
    line-height: 1.04em;
  }

  .ad-blog-list-grid {
    display: inline;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
  }

  .ad-blog-list-card {
    display: flex;
    min-height: 100%;
    margin: 0px 0px 20px 0px !important;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid rgba(148, 163, 184, 0.2);
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 18px 42px rgba(15, 23, 42, 0.1);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
  }

  .ad-footer-cta-actions .theme-btn.btn-style-one {
    width: 100%;
    min-height: 45px !important;
    background: #0f172a;
    box-shadow: 0 24px 36px rgba(15, 23, 42, 0.26);
  }

  .ad-career-mail-card strong {
    display: inline-block;
    color: #10213a;
    font-size: 18px !important;
    font-weight: 800;
    letter-spacing: -0.03em;
  }

  .ad-section-head h2, .ad-story-copy h2, .ad-footer-cta-box h2 {
    margin-bottom: 16px;
    font-size: clamp(25px, 4vw, 30px) !important;
    line-height: 1.02em;
  }

  .ad-footer-cta-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 50px !important;
    padding: 0 24px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    transition: transform 0.25s ease, background 0.25s ease;
  }

  body .ad-service-grid,
  body .ad-proof-metrics,
  body .ad-why-grid,
  body .ad-process-track,
  body .ad-faq-grid,
  body .ad-gallery-grid,
  body .ad-client-grid,
  body .ad-testimonial-grid,
  body .ad-blog-grid,
  body .ad-hero-metrics {
    grid-template-columns: 1fr;
  }

  body .ad-section,
  body .ad-hero-section {
    padding: 30px 0;
  }

  body .ad-hero-shell {
    width: min(1320px, calc(100% - 20px));
  }

  body .ad-hero-slider {
    height: 340px;
    min-height: 340px;
  }

  body .ad-hero-slides,
  body .ad-hero-slide,
  body .ad-hero-media {
    min-height: 340px;
  }

  body .ad-hero-intro {
    padding: 24px 20px;
  }

  body .ad-hero-intro h1 {
    max-width: none;
    font-size: 35px;
  }

  body .ad-hero-actions {
    flex-direction: column;
    align-items: flex-start;
  }

  body .ad-hero-copy {
    position: absolute;
    right: 14px;
    left: 14px;
    bottom: 14px;
    width: auto;
    display: none;
  }

  .ad-hero-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    padding: 14px 16px 18px;
  }

  body .ad-cta-actions {
    flex-direction: column;
  }

  body .ad-footer-cta-box {
    padding: 28px 22px;
  }

  .ad-footer-cta-box p {
    font-size: 15px;
  }

  .ad-footer-brand-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .ad-refresh-footer h6 {
    font-size: 22px;
  }

  .ad-footer-brand-col p,
  .ad-footer-plan-card p,
  .ad-refresh-footer .footer-bottom .copyright {
    font-size: 15px;
  }

  .ad-footer-cta-points {
    gap: 10px;
  }

  body .main-header .inner-container {
    gap: 12px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  body .main-header .logo-box {
    max-width: calc(100% - 64px);
  }

  body .main-header .logo img {
    max-height: 30px;
  }

  body .main-header .nav-outer {
    max-width: 44px;
  }

  body .nav-outer .mobile-nav-toggler {
    width: 40px;
    height: 40px;
    font-size: 22px;
  }

  body .ad-service-media {
    min-height: 168px;
    padding: 26px 18px 16px;
  }

  body .ad-service-media img {
    max-width: 92px;
    max-height: 92px;
  }

  body .ad-service-index {
    top: 14px;
    left: 14px;
    min-width: 44px;
    min-height: 28px;
    font-size: 11px;
  }

  body .ad-service-orb {
    width: 140px;
    height: 140px;
  }

  body .ad-service-content h3 {
    font-size: 18px;
  }

  body .ad-service-link {
    min-height: 40px;
    padding: 0 14px;
    font-size: 10px;
  }

  .ad-footer-cta-points span {
    width: 100%;
    justify-content: center;
  }

  body .ad-cta-panel {
    padding: 25px 25px;
    border-radius: 10px;
  }
}

@media only screen and (max-width: 575px) {
  .ad-service-brochure-dialog {
    width: calc(100vw - 24px);
    margin-top: 24px;
    padding: 26px 18px 22px;
    border-radius: 18px;
  }

  .ad-service-brochure-dialog h3 {
    font-size: 24px;
  }
}

.ad-career-page {
  background:
    radial-gradient(circle at top left, rgba(249, 115, 22, 0.16), transparent 34%),
    radial-gradient(circle at top right, rgba(214, 51, 120, 0.12), transparent 28%),
    linear-gradient(180deg, #fffdf9 0%, #fff7ee 100%);
}

.ad-career-hero,
.ad-career-intro,
.ad-career-openings,
.ad-career-cta-strip {
  position: relative;
  padding: 60px 0;
}

.ad-career-hero {
  overflow: hidden;
}

.ad-career-hero:before,
.ad-career-openings:before {
  content: "";
  position: absolute;
  border-radius: 999px;
  filter: blur(0);
  pointer-events: none;
}

.ad-career-hero:before {
  top: 60px;
  right: -110px;
  width: 320px;
  height: 320px;
  background: radial-gradient(circle, rgba(244, 67, 54, 0.18), rgba(244, 67, 54, 0));
}

.ad-career-openings:before {
  left: -80px;
  bottom: 40px;
  width: 260px;
  height: 260px;
  background: radial-gradient(circle, rgba(15, 118, 110, 0.12), rgba(15, 118, 110, 0));
}

.ad-career-hero-grid,
.ad-career-intro-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(320px, 0.9fr);
  gap: 28px;
  align-items: start;
}

.ad-career-hero-copy h2,
.ad-career-intro-copy h3,
.ad-career-cta-box h2 {
  margin: 0;
  color: #10213a;
  font-family: var(--thm-font);
  font-weight: 900;
  letter-spacing: -0.05em;
}

.ad-career-hero-copy h2 {
  max-width: 760px;
  font-size: clamp(42px, 6vw, 68px);
  line-height: 1em;
}

.ad-career-hero-copy h2 span,
.ad-career-intro-copy h3 span,
.ad-career-cta-box h2 span {
  color: #f44336;
}

.ad-career-hero-copy p,
.ad-career-intro-copy p,
.ad-career-mail-card p,
.ad-career-opening-copy,
.ad-career-empty-card p {
  color: #516179;
  font-size: 18px;
  line-height: 1.8em;
}

.ad-career-hero-copy p {
  max-width: 690px;
  margin: 22px 0 0;
}

.ad-career-hero-actions,
.ad-career-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  margin-top: 28px;
}

.ad-career-secondary-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 62px;
  padding: 18px 28px;
  border: 1px solid rgba(249, 115, 22, 0.2);
  border-radius: 16px;
  color: #10213a;
  background: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  transition: all 0.3s ease;
}

.ad-career-secondary-link:hover {
  color: #fff;
  background: #10213a;
  border-color: #10213a;
}

.ad-career-hero-side {
  display: grid;
  gap: 16px;
}

.ad-career-stat-card,
.ad-career-mail-card,
.ad-career-opening-card,
.ad-career-empty-card,
.ad-career-cta-box {
  border: 1px solid rgba(249, 115, 22, 0.14);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 22px 55px rgba(15, 23, 42, 0.07);
}

.ad-career-stat-card {
  padding: 28px 24px;
}

.ad-career-stat-card strong {
  display: block;
  color: #10213a;
  font-family: var(--thm-font);
  font-size: 34px;
  line-height: 1em;
  font-weight: 900;
}

.ad-career-stat-card span {
  display: block;
  margin-top: 10px;
  color: #64748b;
  line-height: 1.7em;
}

.ad-career-stat-card.is-accent {
  background: linear-gradient(135deg, #10213a, #1d4e89);
  border-color: transparent;
}

.ad-career-stat-card.is-accent strong,
.ad-career-stat-card.is-accent span {
  color: #fff;
}

.ad-career-intro {
  padding-top: 0;
}

.ad-career-intro-copy h3 {
  font-size: 38px;
  line-height: 1.12em;
}

.ad-career-intro-copy p {
  margin-top: 18px;
}

.ad-career-mail-card {
  display: block;
  padding: 34px 32px;
  color: inherit;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.ad-career-mail-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 28px 65px rgba(15, 23, 42, 0.12);
}

.ad-career-mail-label {
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  border-radius: 999px;
  color: #f44336;
  background: rgba(244, 67, 54, 0.08);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.ad-career-mail-card h3 {
  margin: 18px 0 14px;
  color: #10213a;
  font-size: 30px;
  line-height: 1.18em;
}

.ad-career-mail-card strong {
  display: inline-block;
  color: #10213a;
  font-size: 24px;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.ad-career-mail-card p {
  margin: 16px 0 0;
}

.ad-career-mail-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.ad-career-mail-meta span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 999px;
  color: #10213a;
  background: #fff4e8;
  font-size: 13px;
  font-weight: 700;
}

.ad-career-opening-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.ad-career-opening-card,
.ad-career-empty-card {
  padding: 28px 24px;
}

.ad-career-opening-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.ad-career-opening-top span {
  color: #f44336;
  font-family: var(--thm-font);
  font-size: 32px;
  font-weight: 900;
  line-height: 1em;
}

.ad-career-opening-top small {
  display: inline-flex;
  align-items: center;
  padding: 7px 12px;
  border-radius: 999px;
  color: #0f766e;
  background: rgba(15, 118, 110, 0.1);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ad-career-opening-card h3,
.ad-career-empty-card h3 {
  margin: 18px 0 12px;
  color: #10213a;
  font-size: 26px;
  line-height: 1.18em;
}

.ad-career-opening-copy p,
.ad-career-opening-copy li {
  color: #516179;
  line-height: 1.8em;
}

.ad-career-opening-copy ul,
.ad-career-opening-copy ol {
  margin-top: 12px;
  padding-left: 18px;
}

.ad-career-opening-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 20px;
}

.ad-career-opening-actions a {
  color: #10213a;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ad-career-empty-card {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.ad-career-empty-card .theme-btn {
  margin-top: 12px;
}

.ad-career-cta-strip {
  padding-top: 0;
}

.ad-career-cta-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
  padding: 34px 36px;
  background:
    radial-gradient(circle at top right, rgba(249, 115, 22, 0.18), transparent 34%),
    linear-gradient(135deg, #fff8ef 0%, #ffffff 100%);
}

.ad-career-cta-box h2 {
  max-width: 700px;
  font-size: 38px;
  line-height: 1.08em;
}

@media only screen and (max-width: 1199px) {
  .ad-career-opening-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media only screen and (max-width: 991px) {
  .ad-career-hero,
  .ad-career-intro,
  .ad-career-openings,
  .ad-career-cta-strip {
    padding: 45px 0;
  }

  .ad-career-hero-grid,
  .ad-career-intro-layout,
  .ad-career-cta-box {
    grid-template-columns: 1fr;
    display: inline;
  }

  .ad-career-hero-copy h2 {
    font-size: 48px;
  }

  .ad-career-intro-copy h3,
  .ad-career-cta-box h2 {
    font-size: 32px;
  }

  .ad-career-opening-grid {
    grid-template-columns: 1fr;
  }
}

@media only screen and (max-width: 767px) {
  .ad-career-hero-copy h2 {
    font-size: 25px;
  }

  .ad-career-intro-copy h3,
  .ad-career-mail-card h3,
  .ad-career-cta-box h2 {
    font-size: 28px;
  }

  .ad-career-hero-copy p,
  .ad-career-intro-copy p,
  .ad-career-mail-card p,
  .ad-career-opening-copy,
  .ad-career-empty-card p {
    font-size: 15px;
  }

  .ad-career-mail-card,
  .ad-career-opening-card,
  .ad-career-empty-card,
  .ad-career-cta-box,
  .ad-career-stat-card {
    padding: 24px 20px;
    border-radius: 22px;
  }
}

.widgets-section {
  padding: 0px !important;
}

body .ad-about-page {
  font-family: var(--thm-b-font);
  color: #0f172a;
  background: #fff;
}

body .ad-about-page h1,
body .ad-about-page h2,
body .ad-about-page h3 {
  font-family: var(--thm-font);
  letter-spacing: 0;
}

.ad-about-hero {
  padding: 76px 0 54px;
  /* background:
    linear-gradient(180deg, #fff 0%, #fff 68%, #f8fafc 68%, #f8fafc 100%); */
}

.ad-about-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 1fr);
  align-items: center;
  gap: 72px;
}

.ad-about-visual {
  position: relative;
  min-height: 520px;
}

.ad-about-visual img {
  position: absolute;
  top: 54px;
  right: 0;
  z-index: 2;
  width: calc(100% - 62px);
  height: 420px;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.18);
}

.ad-about-visual-block {
  position: absolute;
  top: 18px;
  left: 40px;
  width: 210px;
  height: 270px;
  border-radius: 16px;
  background: #e35a06;
}

.ad-about-dot-grid {
  position: absolute;
  left: 28px;
  bottom: 42px;
  width: 112px;
  height: 112px;
  background-image: radial-gradient(#ff3b8a 1.8px, transparent 1.8px);
  background-size: 13px 13px;
}

.ad-about-copy h1 {
  margin: 0 0 16px;
  color: #000000;
  font-size: clamp(35px, 5vw, 35px);
  font-weight: 800;
  line-height: 1.12em;
}

.ad-about-rule {
  width: 100%;
  height: 3px;
  margin: 10px 0 18px;
  background: #f0c400;
}

.ad-about-copy h2 {
  margin: 0 0 10px;
  color: #2f91c7;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.25em;
}

.ad-about-copy p {
  margin: 0 0 15px;
  color: #020617;
  font-size: 16px;
  line-height: 1.65em;
}

.ad-about-list-title {
  margin: 2px 0 10px;
  color: #020617;
  font-size: 16px;
  font-weight: 900;
}

.ad-about-checklist {
  margin: 0;
  padding-left: 0;
}

.ad-about-checklist li {
  position: relative;
  margin-bottom: 7px;
  padding-left: 34px;
  color: #020617;
  font-size: 16px;
  line-height: 1.35em;
}

.ad-about-checklist li::before {
  content: "\f00c";
  position: absolute;
  top: 2px;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #F44336;
  color: #fff;
  font-family: "Font Awesome 5 Free";
  font-size: 8px;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 8px 16px rgba(214, 51, 120, 0.18);
}

.ad-about-proof-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 30px;
}

.ad-about-proof-card {
  display: flex;
  align-items: center;
  gap: 20px;
  /* min-height: 129px; */
  padding: 26px 18px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.13);
  border-bottom: 6px solid currentColor;
}

.ad-about-proof-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  flex: 0 0 70px;
  border-radius: 6px;
  background: currentColor;
}

.ad-about-proof-card i {
  color: #fff;
  font-size: 28px;
}

.ad-about-proof-card strong {
  display: block;
  margin-bottom: 4px;
  color: currentColor;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.12em;
}

.ad-about-proof-card p {
  margin: 0;
  color: #64748b;
  font-size: 15px;
  line-height: 1.45em;
  text-align: inherit;
}

.ad-about-proof-blue {
  color: #3498cf;
}

.ad-about-proof-pink {
  color: #d63378;
}

.ad-about-proof-gold {
  color: #f0c400;
}

.ad-about-purpose {
  padding: 74px 0 96px;
  background: #f8fafc;
}

.ad-purpose-head {
  margin-bottom: 40px;
  text-align: center;
}

.ad-purpose-head span {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 0px;
  color: #ff5b0a;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0.34em;
  text-transform: uppercase;
}

.ad-purpose-head span::before,
.ad-purpose-head span::after {
  content: "";
  width: 40px;
  height: 1px;
  background: #ff5b0a;
}

.ad-purpose-head h2 {
  margin: 0;
  color: #0f172a;
  font-size: clamp(40px, 4.8vw, 35px);
  font-weight: 900;
  line-height: 1.05em;
}

.ad-purpose-head h2 strong {
  color: #ff5b0a;
  font-weight: 900;
}

.ad-purpose-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 25px;
  /* max-width: 1280px; */
  margin: 0 auto;
}

.ad-purpose-card {
  /* min-height: 330px; */
  padding: 25px;
  border: 1px solid #dbe4ef;
  border-radius: 26px;
  background: #fff;
}

.ad-purpose-title {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 15px;
}

.ad-purpose-title span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  border: 2px solid #ffbd97;
  border-radius: 18px;
  background: #fff3eb;
  color: #ff5b0a;
  font-size: 28px;
}

.ad-purpose-card h3 {
  margin: 0;
  color: #020617;
  font-size: 30px;
  font-weight: 900;
}

.ad-purpose-card p {
  margin: 0;
  color: #64748b;
  font-size: 15px;
  line-height: 1.55em;
}

.ad-about-solutions {
  padding: 76px 0 12px;
  background: #fff;
}

.ad-about-solutions .ad-section-head {
  margin-bottom: 30px;
}

.ad-about-solutions .ad-section-head h2 {
  font-size: clamp(35px, 4.8vw, 30px);
  font-weight: 900;
}

.ad-about-solutions .ad-section-head p {
  margin: 0 auto;
  color: #020617;
  font-size: 16px;
  text-align: center;
  line-height: 26px;
}

.ad-solution-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 28px;
}

.ad-solution-card {
  position: relative;
  overflow: hidden;
  min-height: 375px;
  border: 1px solid currentColor;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 16px 32px rgba(15, 23, 42, 0.12);
}

.ad-solution-card img {
  display: block;
  width: 100%;
  height: 208px;
  object-fit: cover;
  border-top: 18px solid currentColor;
}

.ad-solution-card > span {
  position: absolute;
  top: 174px;
  left: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: currentColor;
  transform: translateX(-50%);
  box-shadow: 0 12px 22px rgba(15, 23, 42, 0.14);
}

.ad-solution-card > span i {
  color: #fff;
  font-size: 26px;
}

.ad-solution-card div {
  padding: 40px 20px 5px;
}

.ad-solution-card h3 {
  margin: 0 0 14px;
  color: currentColor;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.15em;
}

.ad-solution-card p {
  margin: 0;
  color: #020617;
  font-size: 14px;
  line-height: 1.55em;
}

.ad-solution-pink {
  color: #d63378;
  background: #fde2ee;
}

.ad-solution-blue {
  color: #3498cf;
  background: #e2f2fb;
}

.ad-solution-gold {
  color: #f0c400;
  background: #fff7cd;
}

.ad-about-work {
  padding: 92px 0;
  background:
    linear-gradient(180deg, #fff 0%, #fff7ed 100%);
}

.ad-about-work .ad-section-head {
  max-width: 880px;
}

.ad-about-process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.ad-about-process-grid article {
  /* min-height: 270px; */
  padding: 20px 20px;
  border: 1px solid rgba(148, 163, 184, 0.2);
  border-radius: 24px;
  background: #fff;
  box-shadow: var(--ad-shadow);
}

.ad-about-process-grid span {
  display: block;
  margin-bottom: 10px;
  color: #f97316;
  font-family: var(--thm-font);
  font-size: 46px;
  font-weight: 900;
  line-height: 1em;
}

.ad-about-process-grid h3 {
  margin: 0 0 10px;
  color: #0f172a;
  font-size: 24px;
  font-weight: 900;
}

.ad-about-process-grid p {
  margin: 0;
  color: #64748b;
  font-size: 15px;
  line-height: 1.7em;
  text-align: inherit;
}

.ad-about-clients {
  padding: 50px 0;
  background: #fff;
}

.ad-about-client-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
}

.ad-about-client-grid img {
  width: 100%;
  height: 136px;
  object-fit: contain;
  padding: 22px;
  border: 1px solid rgba(148, 163, 184, 0.2);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.08);
}

.ad-about-cta {
  padding: 0 0 72px;
  background: #fff;
}

.ad-about-cta-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: 44px 48px;
  border-radius: 30px;
  background: linear-gradient(135deg, #d63378 0%, #f97316 100%);
  box-shadow: 0 28px 62px rgba(214, 51, 120, 0.24);
}

.ad-about-cta-box .ad-kicker,
.ad-about-cta-box h2,
.ad-about-cta-box p {
  color: #fff;
}

.ad-about-cta-box h2 {
  margin: 0 0 12px;
  font-size: clamp(34px, 4vw, 54px);
  font-weight: 900;
}

.ad-about-cta-box p {
  max-width: 690px;
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 17px;
  line-height: 1.7em;
}

.ad-about-cta-box .theme-btn {
  flex: 0 0 auto;
  background: #0f172a !important;
  box-shadow: 0 18px 36px rgba(15, 23, 42, 0.22) !important;
}

.ad-service-detail-page {
  background:
    radial-gradient(circle at 10% 20%, rgba(249, 115, 22, 0.12), transparent 28%),
    linear-gradient(180deg, #fffdf8 0%, #ffffff 48%, #f8fafc 100%);
  overflow: visible;
}

.ad-service-detail-hero {
  position: relative;
  padding: 92px 0 74px;
}

.ad-service-detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  gap: 58px;
  align-items: center;
}

.ad-service-detail-copy h2,
.ad-section-head h2 {
  margin: 8px 0 18px;
  color: #0f172a;
  font-family: var(--thm-font);
  font-size: clamp(38px, 4.8vw, 50px);
  line-height: 0.98em;
  font-weight: 900;
  letter-spacing: -0.05em;
}

.ad-service-detail-copy h2 span,
.ad-section-head h2 span {
  color: #F44336;
}

.ad-service-detail-copy p {
  max-width: 650px;
  margin: 0;
  color: #475569;
  font-size: 19px;
  line-height: 1.75em;
}

.ad-service-detail-actions {
  display: flex;
  flex-wrap: nowrap;
  gap: 14px;
  align-items: center;
  margin-top: 34px;
}

.ad-service-detail-actions .theme-btn {
  min-width: 0;
  flex: 0 1 250px;
  justify-content: center;
  white-space: nowrap;
}

.ad-service-proof-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 34px;
}

.ad-service-proof-row div {
  border: 1px solid rgba(249, 115, 22, 0.2);
  border-radius: 20px;
  background: rgba(255, 247, 237, 0.86);
  padding: 18px 16px;
}

.ad-service-proof-row strong {
  display: block;
  color: #0f172a;
  font-family: var(--thm-font);
  font-size: 28px;
  line-height: 1em;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.ad-service-proof-row span {
  display: block;
  margin-top: 7px;
  color: #64748b;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ad-service-phone {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #0f172a;
  font-size: 17px;
  font-weight: 800;
}

.ad-service-phone i {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  background: #d63378;
}

.ad-service-brochure-btn {
  border: 0;
  cursor: pointer;
  color: #10213a;
  background: linear-gradient(135deg, #ffffff, #ffe7c8);
  box-shadow: inset 0 0 0 1px rgba(249, 115, 22, 0.22);
}

.ad-service-brochure-btn .btn-curve {
  background: rgba(249, 115, 22, 0.16);
}

.ad-service-brochure-btn .btn-title {
  color: #10213a;
}

.ad-modal-open {
  overflow: hidden;
}

.ad-service-brochure-modal {
  position: fixed;
  inset: 0;
  display: none;
  z-index: 9999;
}

.ad-service-brochure-modal.is-open {
  display: block;
}

.ad-service-brochure-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(12, 20, 32, 0.66);
}

.ad-service-brochure-dialog {
  position: relative;
  width: min(92vw, 520px);
  margin: 8vh auto 0;
  background: #fff;
  border-radius: 24px;
  padding: 34px 28px 28px;
  box-shadow: 0 30px 70px rgba(15, 23, 42, 0.28);
  z-index: 1;
}

.ad-service-brochure-dialog h3 {
  margin: 10px 0 12px;
  color: #10213a;
  font-size: 30px;
  line-height: 1.2;
}

.ad-service-brochure-dialog p {
  margin-bottom: 20px;
  color: #5f6f86;
}

.ad-service-brochure-dialog form {
  display: grid;
  gap: 14px;
}

.ad-service-brochure-dialog input {
  width: 100%;
  height: 54px;
  border: 1px solid #d7dfeb;
  border-radius: 14px;
  padding: 0 16px;
  color: #10213a;
  background: #f8fbff;
}

.ad-service-brochure-close {
  position: absolute;
  top: 14px;
  right: 16px;
  border: 0;
  background: transparent;
  color: #6b778c;
  font-size: 34px;
  line-height: 1;
  cursor: pointer;
}

.ad-service-detail-media {
  position: relative;
  margin: 0;
  min-height: 470px;
}

.ad-service-detail-media:before {
  content: "";
  position: absolute;
  top: -34px;
  left: -34px;
  width: 220px;
  height: 260px;
  border-radius: 28px;
  background: linear-gradient(135deg, #d63378, #f97316);
}

.ad-service-detail-media:after {
  content: "";
  position: absolute;
  right: -22px;
  bottom: -22px;
  width: 130px;
  height: 130px;
  background-image: radial-gradient(#f97316 2px, transparent 2px);
  background-size: 14px 14px;
  opacity: 0.65;
}

.ad-service-detail-media img {
  position: relative;
  z-index: 1;
  width: 100%;
  /* height: 395px; */
  object-fit: cover;
  border-radius: 28px;
  box-shadow: 0 34px 80px rgba(15, 23, 42, 0.18);
}

.ad-service-detail-media figcaption {
  position: absolute;
  z-index: 2;
  left: 24px;
  bottom: 24px;
  max-width: calc(100% - 48px);
  border-radius: 20px;
  background: rgba(15, 23, 42, 0.88);
  color: #fff;
  padding: 16px 18px;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.24);
}

.ad-service-detail-media figcaption span {
  display: block;
  color: #fb923c;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ad-service-detail-media figcaption strong {
  display: block;
  margin-top: 4px;
  font-family: var(--thm-font);
  font-size: 22px;
  line-height: 1.15em;
  font-weight: 900;
}

.ad-service-detail-body {
  padding: 22px 0 82px;
}

.ad-service-detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 390px;
  gap: 34px;
  align-items: start;
}

.ad-service-article,
.ad-service-brief-card,
.ad-service-faq-item,
.ad-service-related-card,
.ad-service-portfolio-card {
  border: 1px solid rgba(148, 163, 184, 0.22);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 22px 60px rgba(15, 23, 42, 0.09);
}

.ad-service-article {
  border-radius: 30px;
  padding: 42px;
}

.ad-service-lede {
  margin-bottom: 15px;
  padding: 25px 20px;
  border-left: 5px solid #f97316;
  border-radius: 18px;
  background: #fff7ed;
  color: #0f172a;
  font-size: 15px;
  line-height: 1.65em;
  font-weight: 600;
}

.ad-service-content,
.ad-service-content p {
  color: #334155;
  font-size: 18px;
  line-height: 1.9em;
}

.ad-service-content p {
  margin: 0 0 0px;
}

.ad-service-content h2,
.ad-service-content h3,
.ad-service-content h4 {
  margin: 0px 0 0px;
  color: #0f172a;
  font-family: var(--thm-font);
  font-weight: 900;
  letter-spacing: -0.03em;
}

.ad-service-content h2 {
  font-size: 36px;
}

.ad-service-content h3 {
  font-size: 23px;
}

.ad-service-content ul,
.ad-service-content ol {
  margin: -1px 0 0px;
  padding: 0;
  list-style: none;
}

.ad-service-content li {
  position: relative;
  margin-bottom: 12px;
  padding-left: 34px;
  color: #1f2937;
  font-size: 18px;
  line-height: 1.7em;
}

.ad-service-content li:before {
  content: "\f00c";
  position: absolute;
  top: 3px;
  left: 0;
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #d63378;
  color: #fff;
  font-family: "Font Awesome 5 Free";
  font-size: 11px;
  font-weight: 900;
}

.ad-service-brief-card {
  position: sticky;
  top: 112px;
  border-radius: 28px;
  padding: 30px;
  background:
    linear-gradient(180deg, rgba(255, 247, 237, 0.86), rgba(255, 255, 255, 0.96)),
    #fff;
}

.ad-service-toc-card {
  display: grid;
  gap: 10px;
  margin-bottom: 28px;
  padding-bottom: 26px;
  border-bottom: 1px solid rgba(148, 163, 184, 0.24);
}

.ad-service-toc-card .ad-kicker {
  margin-bottom: 6px;
}

.ad-service-toc-card a {
  position: relative;
  display: block;
  border-radius: 14px;
  background: #fff;
  color: #334155;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.35em;
  padding: 13px 14px 13px 36px;
  box-shadow: inset 0 0 0 1px rgba(148, 163, 184, 0.18);
}

.ad-service-toc-card a:before {
  content: "";
  position: absolute;
  top: 18px;
  left: 16px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #f97316;
}

.ad-service-toc-card a:hover {
  color: #d63378;
  box-shadow: inset 0 0 0 1px rgba(214, 51, 120, 0.32);
}

.ad-service-brief-card h3 {
  margin: 8px 0 22px;
  color: #0f172a;
  font-family: var(--thm-font);
  font-size: 30px;
  line-height: 1.1em;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.ad-service-brief-card form {
  display: grid;
  gap: 14px;
}

.ad-service-brief-card input,
.ad-service-brief-card textarea {
  width: 100%;
  border: 1px solid rgba(148, 163, 184, 0.28);
  border-radius: 16px;
  background: #fff;
  color: #0f172a;
  font-size: 15px;
  outline: none;
  padding: 15px 16px;
}

.ad-service-brief-card textarea {
  min-height: 126px;
  resize: vertical;
}

.ad-service-extra-section {
  padding: 60px 0 60px;
  background: #fff;
  overflow: visible;
}

.ad-service-extra-list {
  display: grid;
  gap: 28px;
}

.ad-service-extra-card {
  display: grid;
  grid-template-columns: minmax(340px, 0.82fr) minmax(0, 1fr);
  gap: 34px;
  align-items: start;
  border: 1px solid rgba(148, 163, 184, 0.22);
  border-radius: 30px;
  background: linear-gradient(135deg, #fff7ed 0%, #fff 42%, #f8fafc 100%);
  padding: 24px;
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.09);
}

.ad-service-extra-card.is-reversed {
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.82fr);
}

.ad-service-extra-card.is-reversed figure {
  order: 2;
}

.ad-service-extra-card figure {
  position: sticky;
  top: 112px;
  overflow: hidden;
  margin: 0;
  border-radius: 24px;
  background: #111827;
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.14);
}

.ad-service-extra-card figure img {
  width: 100%;
  height: min(520px, calc(100vh - 150px));
  min-height: 330px;
  display: block;
  object-fit: cover;
}

.ad-service-extra-copy {
  padding: 10px 8px;
}

.ad-service-extra-copy > span {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: linear-gradient(135deg, #d63378, #f97316);
  color: #fff;
  font-family: var(--thm-font);
  font-weight: 900;
}

.ad-service-extra-copy h3 {
  margin: 20px 0 14px;
  color: #0f172a;
  font-family: var(--thm-font);
  font-size: clamp(25px, 3vw, 25px);
  line-height: 1.05em;
  font-weight: 900;
  letter-spacing: -0.045em;
}

.ad-service-extra-copy p,
.ad-service-extra-copy li {
  color: #475569;
  font-size: 15px;
  line-height: 1.8em;
}

.ad-service-extra-copy p {
  margin: 0 0 14px;
}

.ad-service-extra-copy ul,
.ad-service-extra-copy ol {
  margin: 10px 0 0;
  padding-left: 20px;
}

.ad-service-why-section {
  padding: 10px 0 78px;
  background: #fff;
}

.ad-service-why-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.ad-service-why-card {
  position: relative;
  overflow: hidden;
  min-height: 255px;
  border: 1px solid rgba(148, 163, 184, 0.22);
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255, 247, 237, 0.75), rgba(255, 255, 255, 0.98)),
    #fff;
  padding: 30px 26px;
  box-shadow: 0 22px 60px rgba(15, 23, 42, 0.08);
}

.ad-service-why-card:after {
  content: "";
  position: absolute;
  right: -42px;
  bottom: -42px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: rgba(214, 51, 120, 0.1);
}

.ad-service-why-icon {
  width: 62px;
  height: 62px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  background: linear-gradient(135deg, #d63378, #f97316);
  color: #fff;
  font-size: 24px;
  box-shadow: 0 18px 34px rgba(214, 51, 120, 0.2);
}

.ad-service-why-card h3 {
  margin: 24px 0 12px;
  color: #0f172a;
  font-family: var(--thm-font);
  font-size: 25px;
  line-height: 1.15em;
  font-weight: 900;
  letter-spacing: -0.035em;
}

.ad-service-why-card p {
  margin: 0;
  color: #64748b;
  font-size: 15px;
  line-height: 1.75em;
}

.ad-service-coverage-section {
  padding: 90px 0 96px;
  background:
    radial-gradient(circle at 50% 0%, rgba(248, 113, 113, 0.14), transparent 22%),
    linear-gradient(180deg, #fff1f2 0%, #fff7f7 100%);
}

.ad-service-coverage-head {
  max-width: 760px;
  margin: 0 auto 54px;
  text-align: center;
}

.ad-service-location-icon {
  width: 84px;
  height: 84px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 28px;
  border: 7px solid #f87171;
  border-radius: 50% 50% 50% 0;
  color: #f87171;
  font-size: 30px;
  transform: rotate(-45deg);
}

.ad-service-location-icon i {
  transform: rotate(45deg);
}

.ad-service-coverage-head h2 {
  margin: 0 0 22px;
  color: #111827;
  font-family: var(--thm-font);
  font-size: clamp(42px, 5vw, 64px);
  line-height: 1em;
  font-weight: 900;
  letter-spacing: -0.055em;
}

.ad-service-coverage-head p {
  margin: 0;
  color: #1f2937;
  font-size: 22px;
  line-height: 1.55em;
}

.ad-service-coverage-card {
  max-width: 1110px;
  margin: 0 auto;
  border: 1px solid rgba(248, 113, 113, 0.28);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.86);
  padding: 44px 42px 38px;
  text-align: center;
  box-shadow: 0 28px 55px rgba(15, 23, 42, 0.12);
}

.ad-service-coverage-card strong {
  display: block;
  color: #f87171;
  font-family: var(--thm-font);
  font-size: clamp(58px, 7vw, 92px);
  line-height: 0.95em;
  font-weight: 900;
  letter-spacing: -0.055em;
}

.ad-service-coverage-card h3 {
  margin: 22px 0 12px;
  color: #020617;
  font-family: var(--thm-font);
  font-size: 30px;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.ad-service-coverage-card p {
  margin: 0 auto;
  max-width: 760px;
  color: #334155;
  font-size: 19px;
  line-height: 1.65em;
}

.ad-service-city-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  max-width: 760px;
  margin: 26px auto 28px;
}

.ad-service-city-list span {
  border: 1px solid rgba(248, 113, 113, 0.28);
  border-radius: 999px;
  background: #fff7f7;
  color: #111827;
  font-size: 14px;
  font-weight: 800;
  padding: 8px 14px;
}

.ad-service-city-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border-radius: 999px;
  background: linear-gradient(135deg, #f87171, #fda4af);
  color: #fff;
  font-size: 16px;
  font-weight: 900;
  padding: 15px 28px;
  box-shadow: 0 16px 32px rgba(248, 113, 113, 0.28);
}

.ad-service-city-btn:hover {
  color: #fff;
  transform: translateY(-2px);
}

.ad-service-campaign-strip {
  padding: 0 0 84px;
}

.ad-service-campaign-box {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 1fr) auto;
  gap: 28px;
  align-items: center;
  border-radius: 34px;
  background:
    radial-gradient(circle at 96% 12%, rgba(255, 255, 255, 0.22), transparent 28%),
    linear-gradient(135deg, #111827 0%, #d63378 54%, #f97316 100%);
  color: #fff;
  padding: 34px;
  box-shadow: 0 30px 74px rgba(214, 51, 120, 0.22);
}

.ad-service-campaign-box .ad-kicker {
  color: #fed7aa;
}

.ad-service-campaign-box h2 {
  margin: 8px 0 0;
  color: #fff;
  font-family: var(--thm-font);
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.05em;
  font-weight: 900;
  letter-spacing: -0.045em;
}

.ad-service-campaign-points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.ad-service-campaign-points span {
  position: relative;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.92);
  font-size: 13px;
  font-weight: 800;
  padding: 10px 14px 10px 34px;
}

.ad-service-campaign-points span:before {
  content: "\f00c";
  position: absolute;
  top: 10px;
  left: 14px;
  color: #fed7aa;
  font-family: "Font Awesome 5 Free";
  font-size: 11px;
  font-weight: 900;
}

.ad-service-campaign-box .theme-btn {
  white-space: nowrap;
  background: #0f172a !important;
}

.ad-service-portfolio-section,
.ad-service-faq-section,
.ad-service-related-section,
.ad-service-client-section {
  padding: 78px 0;
}

.ad-service-portfolio-section,
.ad-service-related-section {
  background: #fff;
}

.ad-section-head {
  max-width: 780px;
  margin-bottom: 34px;
}

.ad-centered-head {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.ad-section-head h2 {
  font-size: clamp(34px, 3.6vw, 40px);
}

.ad-section-head p {
  margin: 0;
  color: #475569;
  font-size: 17px;
  text-align: left;
  line-height: 1.75em;
}

.ad-service-portfolio-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.ad-service-portfolio-card {
  position: relative;
  display: block;
  overflow: hidden;
  min-height: 270px;
  border-radius: 28px;
}

.ad-service-portfolio-card img {
  width: 100%;
  height: 310px;
  object-fit: cover;
  transition: transform 500ms ease;
}

.ad-service-portfolio-card span {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 18px;
  background: rgba(15, 23, 42, 0.88);
  color: #fff;
  font-weight: 900;
  padding: 14px 16px;
}

.ad-service-portfolio-card span:after {
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.ad-service-portfolio-card:hover img {
  transform: scale(1.06);
}

.ad-service-faq-section {
  background: #f8fafc;
}

.ad-service-faq-list {
  display: grid;
  gap: 16px;
}

.ad-service-faq-item {
  border-radius: 22px;
  padding: 0;
  overflow: hidden;
}

.ad-service-faq-item summary {
  position: relative;
  cursor: pointer;
  list-style: none;
  color: #0f172a;
  font-size: 20px;
  font-weight: 900;
  padding: 24px 64px 24px 26px;
}

.ad-service-faq-item summary::-webkit-details-marker {
  display: none;
}

.ad-service-faq-item summary:after {
  content: "+";
  position: absolute;
  top: 18px;
  right: 22px;
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff7ed;
  color: #f97316;
  font-size: 26px;
  line-height: 1;
}

.ad-service-faq-item[open] summary:after {
  content: "-";
  background: #d63378;
  color: #fff;
}

.ad-service-faq-item > div {
  padding: 0 26px 26px;
  color: #475569;
  font-size: 17px;
  line-height: 1.8em;
}

.ad-service-related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.ad-service-related-card {
  overflow: hidden;
  border-radius: 26px;
  padding-bottom: 24px;
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.ad-service-related-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 30px 70px rgba(15, 23, 42, 0.14);
}

.ad-service-related-card img {
  width: 100%;
  height: 210px;
  object-fit: cover;
}

.ad-service-related-card h3,
.ad-service-related-card p,
.ad-service-related-card a {
  margin-left: 24px;
  margin-right: 24px;
}

.ad-service-related-card h3 {
  margin-top: 24px;
  margin-bottom: 10px;
  color: #0f172a;
  font-family: var(--thm-font);
  font-size: 25px;
  font-weight: 900;
  letter-spacing: -0.03em;
}

.ad-service-related-card p {
  min-height: 58px;
  color: #64748b;
  line-height: 1.7em;
}

.ad-service-related-card a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #d63378;
  font-weight: 900;
}

.ad-service-related-card a:after {
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  font-size: 12px;
  font-weight: 900;
}

.ad-service-client-section {
  background: #fff7ed;
}

.ad-services-list-page {
  background:
    radial-gradient(circle at 92% 8%, rgba(214, 51, 120, 0.1), transparent 30%),
    linear-gradient(180deg, #fffdf8 0%, #ffffff 44%, #f8fafc 100%);
  overflow: hidden;
}

.ad-services-list-hero {
  padding: 92px 0 48px;
}

.ad-services-list-head {
  max-width: 960px;
}

.ad-services-list-head h2 {
  margin: 8px 0 20px;
  color: #0f172a;
  font-family: var(--thm-font);
  font-size: clamp(40px, 5vw, 76px);
  line-height: 0.98em;
  font-weight: 900;
  letter-spacing: -0.055em;
}

.ad-services-list-head h2 span {
  color: #d63378;
}

.ad-services-list-head p {
  max-width: 760px;
  margin: 0;
  color: #475569;
  font-size: 19px;
  line-height: 1.75em;
}

.ad-services-feature-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.ad-services-feature-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(249, 115, 22, 0.24);
  border-radius: 999px;
  background: rgba(255, 247, 237, 0.9);
  color: #0f172a;
  font-weight: 900;
  padding: 11px 16px 11px 12px;
}

.ad-services-feature-pill span {
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #f97316;
  color: #fff;
  font-size: 12px;
}

.ad-services-list-section {
  padding: 58px 0 76px;
  background: #fff;
}

.ad-services-list-section.is-tinted {
  background: #f8fafc;
}

.ad-services-list-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
}

.ad-services-list-card {
  overflow: hidden;
  border: 1px solid rgba(148, 163, 184, 0.22);
  border-radius: 30px;
  background: #fff;
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.ad-services-list-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 34px 78px rgba(15, 23, 42, 0.14);
}

.ad-services-list-media {
  position: relative;
  display: block;
  overflow: hidden;
  background: #111827;
}

.ad-services-list-media img {
  width: 100%;
  height: 245px;
  object-fit: cover;
  opacity: 0.9;
  transition: transform 500ms ease;
}

.ad-services-list-card:hover .ad-services-list-media img {
  transform: scale(1.06);
}

.ad-services-list-media span {
  position: absolute;
  left: 18px;
  bottom: 18px;
  border-radius: 999px;
  background: rgba(214, 51, 120, 0.92);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  padding: 8px 13px;
  text-transform: uppercase;
}

.ad-services-list-copy {
  padding: 26px 26px 28px;
}

.ad-services-list-copy h3 {
  margin: 0 0 12px;
  color: #0f172a;
  font-family: var(--thm-font);
  font-size: 28px;
  line-height: 1.15em;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.ad-services-list-copy h3 a {
  color: inherit;
}

.ad-services-list-copy p {
  min-height: 88px;
  margin: 0 0 20px;
  color: #64748b;
  font-size: 16px;
  line-height: 1.75em;
}

.ad-services-list-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #f97316;
  font-weight: 900;
}

.ad-services-list-link:after {
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  font-size: 12px;
  font-weight: 900;
}

.ad-services-list-cta {
  padding: 80px 0 96px;
  background: #fffdf8;
}

.ad-empty-state {
  border: 1px solid rgba(148, 163, 184, 0.24);
  border-radius: 28px;
  background: #fff;
  padding: 44px;
  text-align: center;
}

.ad-empty-state h2 {
  margin: 0 0 10px;
  color: #0f172a;
  font-family: var(--thm-font);
  font-weight: 900;
}

@media only screen and (max-width: 1199px) {
  .ad-about-hero-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .ad-about-visual {
    min-height: 500px;
  }

  .ad-about-proof-row,
  .ad-solution-grid,
  .ad-about-process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ad-about-client-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .ad-blog-detail-layout {
    grid-template-columns: 1fr;
  }

  .ad-blog-detail-sidebar {
    position: relative;
    top: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ad-service-detail-grid,
  .ad-service-detail-layout {
    grid-template-columns: 1fr;
  }

  .ad-service-brief-card {
    position: relative;
    top: auto;
  }

  .ad-service-campaign-box {
    grid-template-columns: 1fr;
  }

  .ad-service-extra-card,
  .ad-service-extra-card.is-reversed {
    grid-template-columns: 1fr;
  }

  .ad-service-extra-card.is-reversed figure {
    order: 0;
  }

  .ad-service-extra-card figure {
    position: relative;
    top: auto;
  }

  .ad-service-why-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ad-services-list-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media only screen and (max-width: 991px) {
  .ad-purpose-grid,
  .ad-about-proof-row {
    grid-template-columns: 1fr;
  }

  .ad-purpose-card {
    min-height: auto;
  }

  .ad-purpose-card p {
    font-size: 20px;
  }

  .ad-about-cta-box {
    flex-direction: column;
    align-items: flex-start;
  }

  .ad-blog-detail-featured img {
    height: 420px;
  }

  .ad-blog-detail-sidebar {
    grid-template-columns: 1fr;
  }

  .ad-service-portfolio-grid,
  .ad-service-related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ad-service-proof-row {
    grid-template-columns: 1fr;
  }

  .ad-services-list-head h2 {
    font-size: 48px;
  }
}

@media only screen and (max-width: 767px) {
  .ad-about-hero {
    padding: 45px 0 45px;
  }

  .ad-about-visual {
    min-height: auto;
    padding-top: 34px;
    padding-left: 18px;
  }

  .ad-about-visual img {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    height: 300px;
  }

  .ad-about-visual-block {
    top: 0;
    left: 0;
    width: 150px;
    height: 189px;
  }

  .ad-about-dot-grid {
    left: 0;
    bottom: -22px;
  }

  .ad-about-copy h1 {
    font-size: 30px;
  }

  .ad-about-proof-card {
    align-items: flex-start;
  }

  .ad-purpose-head {
    margin-bottom: 34px;
  }

  .ad-purpose-head h2 {
    font-size: 25px;
  }

  .ad-purpose-card {
    padding: 28px 24px;
  }

  .ad-purpose-title {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 15px;
  }

  .ad-purpose-card h3 {
    font-size: 26px;
  }

  .ad-purpose-card p {
    font-size: 15px;
  }

  .ad-solution-grid,
  .ad-about-process-grid,
  .ad-about-client-grid {
    grid-template-columns: 1fr;
  }

  .ad-solution-card {
    min-height: auto;
  }

  .ad-about-purpose,
  .ad-about-work,
  .ad-about-clients {
    padding: 66px 0;
  }

  .ad-about-cta-box {
    padding: 32px 24px;
  }

  .ad-blog-detail-hero {
    padding-top: 62px;
  }

  .ad-blog-detail-head h2 {
    font-size: 25px;
  }

  .ad-blog-detail-head p,
  .ad-blog-detail-lede {
    font-size: 17px;
  }

  .ad-blog-detail-featured {
    border-radius: 22px;
  }

  .ad-blog-detail-featured img {
    height: 300px;
  }

  .ad-blog-detail-body-section {
    padding: 58px 0 70px;
  }

  .ad-blog-detail-content,
  .ad-blog-detail-content p {
    font-size: 16px;
    line-height: 1.8em;
  }

  .ad-blog-detail-content h2 {
    font-size: 28px;
  }

  .ad-blog-detail-content h3 {
    font-size: 24px;
  }

  .ad-blog-detail-gallery {
    grid-template-columns: 1fr;
  }

  .ad-blog-side-list a {
    grid-template-columns: 76px minmax(0, 1fr);
  }

  .ad-blog-side-list img {
    width: 76px;
    height: 62px;
  }

  .ad-service-detail-hero {
    padding: 40px 0 40px;
  }

  .ad-service-detail-grid {
    gap: 36px;
  }

  .ad-service-detail-copy h2 {
    font-size: 25px;
  }

  .ad-service-detail-copy p,
  .ad-service-lede {
    font-size: 14px;
    font-weight: 600 !important;
  }

  .ad-service-detail-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .ad-service-detail-media {
    min-height: auto;
  }

  .ad-service-detail-media:before {
    top: -18px;
    left: -12px;
    width: 150px;
    height: 190px;
  }

  .ad-service-detail-media img {
    height: 300px;
    border-radius: 22px;
  }

  .ad-service-detail-media figcaption {
    left: 14px;
    right: 14px;
    bottom: 14px;
    max-width: none;
  }

  .ad-service-article,
  .ad-service-brief-card {
    padding: 26px 22px;
    border-radius: 22px;
  }

  .ad-service-detail-body,
  .ad-service-extra-section,
  .ad-service-why-section,
  .ad-service-coverage-section,
  .ad-service-campaign-strip,
  .ad-service-portfolio-section,
  .ad-service-faq-section,
  .ad-service-related-section,
  .ad-service-client-section {
    padding: 58px 0;
  }

  .ad-service-content,
  .ad-service-content p,
  .ad-service-content li {
    font-size: 16px;
  }

  .ad-service-content h2 {
    font-size: 28px;
  }

  .ad-service-content h3,
  .ad-service-brief-card h3 {
    font-size: 24px;
  }

  .ad-service-portfolio-grid,
  .ad-service-related-grid {
    grid-template-columns: 1fr;
  }

  .ad-service-portfolio-card img,
  .ad-service-related-card img {
    height: 250px;
  }

  .ad-service-faq-item summary {
    font-size: 17px;
    padding: 20px 58px 20px 20px;
  }

  .ad-service-campaign-box {
    padding: 26px 22px;
    border-radius: 24px;
  }

  .ad-service-extra-card {
    padding: 18px;
    border-radius: 22px;
  }

  .ad-service-extra-card figure img {
    height: 250px;
  }

  .ad-service-extra-copy {
    padding: 4px 2px;
  }

  .ad-service-why-grid {
    grid-template-columns: 1fr;
  }

  .ad-service-coverage-head {
    margin-bottom: 34px;
  }

  .ad-service-location-icon {
    width: 70px;
    height: 70px;
    margin-bottom: 22px;
    border-width: 6px;
    font-size: 24px;
  }

  .ad-service-coverage-head h2 {
    font-size: 38px;
  }

  .ad-service-coverage-head p,
  .ad-service-coverage-card p {
    font-size: 17px;
  }

  .ad-service-coverage-card {
    padding: 34px 20px 30px;
    border-radius: 22px;
  }

  .ad-service-campaign-points {
    grid-template-columns: 1fr;
  }

  .ad-services-list-hero {
    padding: 62px 0 34px;
  }

  .ad-services-list-head h2 {
    font-size: 38px;
  }

  .ad-services-list-head p {
    font-size: 17px;
  }

  .ad-services-feature-row {
    align-items: stretch;
    flex-direction: column;
  }

  .ad-services-list-grid {
    grid-template-columns: 1fr;
  }

  .ad-services-list-section,
  .ad-services-list-cta {
    padding: 56px 0;
  }

  .ad-services-list-copy p {
    min-height: auto;
  }
}


