:root {
  --agency-bg: #fbfaf8;
  --agency-bg-soft: #f4f2fb;
  --agency-card: #ffffff;
  --agency-ink: #17072f;
  --agency-muted: #756f84;
  --agency-muted-2: #a9a3b5;
  --agency-line: rgba(23, 7, 47, 0.10);
  --agency-line-strong: rgba(23, 7, 47, 0.18);
  --agency-purple: #23124a;
  --agency-purple-2: #2f1b68;
  --agency-accent: #16e0b2;
  --agency-accent-dark: #08a986;
  --agency-danger: #d94747;
  --agency-radius-lg: 34px;
  --agency-radius-md: 24px;
  --agency-shadow: 0 28px 80px rgba(42, 30, 78, 0.08);
  --agency-font: "Inter", "SF Pro Display", "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  --agency-mono: "JetBrains Mono", "SF Mono", Consolas, monospace;

  --aw-bg: var(--agency-bg);
  --aw-panel: var(--agency-card);
  --aw-text: var(--agency-ink);
  --aw-muted: var(--agency-muted);
  --aw-paper: var(--agency-bg-soft);
  --aw-ink: var(--agency-ink);
  --aw-line: var(--agency-line);
  --aw-dark-line: var(--agency-line);
  --aw-blue: var(--agency-accent);
  --aw-gold: var(--agency-accent);
  --aw-success: var(--agency-accent);
  --aw-font: var(--agency-font);
  --aw-mono: var(--agency-mono);
}

html,
body {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body,
.nws-pro-body,
.site,
.nws-main {
  background: var(--agency-bg) !important;
  color: var(--agency-ink) !important;
  font-family: var(--agency-font);
}

body::before {
  pointer-events: none;
  position: fixed;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 72% 6%, rgba(99, 74, 180, 0.10), transparent 27rem),
    radial-gradient(circle at 14% 16%, rgba(22, 224, 178, 0.08), transparent 22rem),
    var(--agency-bg);
  content: "";
}

a {
  color: inherit;
}

.nws-header {
  border: 0 !important;
  background: transparent !important;
  padding: 18px 24px !important;
}

body.admin-bar .nws-header {
  top: 32px !important;
}

.nws-header.is-scrolled {
  background: transparent !important;
  box-shadow: none !important;
}

.nws-header__inner {
  max-width: 1228px !important;
  border: 1px solid var(--agency-line) !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, 0.82) !important;
  padding: 10px 14px !important;
  box-shadow: 0 16px 44px rgba(42, 30, 78, 0.08) !important;
  backdrop-filter: blur(18px);
}

.nws-brand {
  color: var(--agency-ink) !important;
  text-decoration: none !important;
}

.nws-brand span {
  border-color: transparent !important;
  background: linear-gradient(135deg, var(--agency-accent), #7c5cff) !important;
  color: var(--agency-ink) !important;
  box-shadow: none !important;
}

.nws-brand strong,
.nws-nav a,
.nws-quiet-link {
  color: var(--agency-ink) !important;
}

.nws-brand small {
  color: var(--agency-muted) !important;
}

.nws-nav a {
  border-radius: 999px;
  font-size: 14px;
  font-weight: 760;
  text-decoration: none;
}

.nws-nav a:hover,
.nws-nav a.is-active,
.nws-quiet-link:hover {
  color: var(--agency-purple-2) !important;
  background: rgba(35, 18, 74, 0.06);
}

.nws-button,
.nws-button--primary,
.wp-block-button__link,
.agency-button,
.agency-price a,
button,
input[type="submit"] {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent !important;
  border-radius: 999px !important;
  background: var(--agency-accent) !important;
  color: var(--agency-ink) !important;
  box-shadow: none !important;
  font-weight: 900 !important;
  text-decoration: none !important;
  transition: transform 0.22s ease, background 0.22s ease, border-color 0.22s ease, color 0.22s ease;
}

.nws-button:hover,
.nws-button--primary:hover,
.wp-block-button__link:hover,
.agency-button:hover,
.agency-price a:hover,
button:hover,
input[type="submit"]:hover {
  background: #10cda0 !important;
  color: var(--agency-ink) !important;
  transform: translateY(-2px);
}

.agency-button--secondary,
.nws-button--secondary,
.nws-button--quiet {
  border-color: var(--agency-line-strong) !important;
  background: #fff !important;
  color: var(--agency-ink) !important;
}

.agency-button--secondary:hover,
.nws-button--secondary:hover,
.nws-button--quiet:hover {
  border-color: var(--agency-purple) !important;
  background: var(--agency-purple) !important;
  color: #fff !important;
}

.nws-menu-button {
  background: transparent !important;
  min-height: 44px !important;
  border: 1px solid var(--agency-line) !important;
}

.nws-menu-button span:not(.screen-reader-text) {
  background: var(--agency-ink) !important;
}

.nws-mobile-menu {
  width: min(390px, calc(100vw - 24px)) !important;
  right: 12px !important;
  top: 82px !important;
  border: 1px solid var(--agency-line) !important;
  border-radius: 26px !important;
  background: rgba(255, 255, 255, 0.94) !important;
  box-shadow: 0 24px 70px rgba(42, 30, 78, 0.14) !important;
  backdrop-filter: blur(18px);
}

.nws-mobile-menu a {
  border: 1px solid var(--agency-line);
  border-radius: 999px;
  background: #f8f6fb;
  color: var(--agency-muted) !important;
  font-weight: 800;
}

.nws-mobile-menu a:last-child,
.nws-mobile-menu a:nth-last-child(2) {
  background: var(--agency-accent);
  color: var(--agency-ink) !important;
}

.nws-hp {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}

.agency-home {
  background: transparent;
  color: var(--agency-ink);
  font-family: var(--agency-font);
}

.agency-container,
.aw-container {
  width: min(1232px, calc(100% - 48px));
  margin-inline: auto;
}

.agency-hero {
  padding: 178px 0 92px;
}

.agency-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.32fr) minmax(330px, 0.68fr);
  gap: 72px;
  align-items: end;
  border-bottom: 1px solid var(--agency-line);
  padding-bottom: 64px;
}

.agency-hero__grid > *,
.agency-why__grid > *,
.agency-industries__grid > *,
.agency-pricing__grid > * {
  min-width: 0;
}

.agency-kicker,
.agency-label {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  color: var(--agency-muted-2);
  font-family: var(--agency-mono);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.22em;
  line-height: 1.25;
  text-transform: uppercase;
}

.agency-kicker span,
.agency-label::before {
  width: 40px;
  height: 2px;
  border-radius: 999px;
  background: #7c5cff;
  content: "";
}

.agency-hero h1,
.agency-section h2,
.agency-final h2 {
  margin: 34px 0 0;
  color: var(--agency-ink) !important;
  font-size: clamp(56px, 7.4vw, 110px);
  font-weight: 950;
  letter-spacing: -0.075em;
  line-height: 0.92;
}

.agency-hero h1 {
  max-width: 12.5ch;
}

.agency-section h2,
.agency-final h2 {
  max-width: 13.5ch;
  font-size: clamp(42px, 5vw, 76px);
}

.agency-hero__intro {
  padding-bottom: 8px;
}

.agency-hero__intro p,
.agency-editorial p,
.agency-section__head > p:not(.agency-label),
.agency-final p {
  margin: 0;
  color: var(--agency-muted) !important;
  font-size: clamp(17px, 1.35vw, 20px);
  line-height: 1.78;
}

.agency-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.agency-button {
  padding: 0 24px;
}

.agency-trust-line {
  margin-top: 22px !important;
  color: var(--agency-muted-2) !important;
  font-size: 13px !important;
  max-width: 100%;
  overflow-wrap: break-word;
}

.agency-hero-visual {
  overflow: hidden;
  margin: 34px 0 0;
  border: 1px solid var(--agency-line);
  border-radius: var(--agency-radius-lg);
  background: #fff;
  box-shadow: var(--agency-shadow);
}

.agency-hero-visual img,
.agency-case-preview img {
  display: block;
  width: 100%;
  height: auto;
}

.agency-trust {
  background: var(--agency-purple);
  padding: 34px 0;
}

.agency-trust__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px 42px;
}

.agency-trust span {
  color: rgba(255, 255, 255, 0.52);
  font-family: var(--agency-mono);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.agency-section {
  padding: 108px 0;
}

.agency-section__head {
  max-width: 870px;
}

.agency-service-list {
  display: grid;
  gap: 18px;
  margin-top: 54px;
}

.agency-service {
  display: grid;
  grid-template-columns: 70px minmax(220px, 0.75fr) minmax(250px, 1fr) minmax(250px, 1fr);
  gap: 28px;
  align-items: start;
  border-top: 1px solid var(--agency-line);
  padding: 34px 0;
}

.agency-service span,
.agency-step span {
  color: var(--agency-muted-2);
  font-family: var(--agency-mono);
  font-size: 12px;
  font-weight: 900;
}

.agency-service h3,
.agency-step h3,
.agency-price h3 {
  margin: 0;
  color: var(--agency-ink) !important;
  font-size: clamp(24px, 2.5vw, 36px);
  font-weight: 930;
  letter-spacing: -0.055em;
  line-height: 1;
}

.agency-service h3 a {
  color: inherit !important;
  text-decoration: none;
}

.agency-service h3 a:hover {
  color: var(--agency-purple-2) !important;
}

.agency-service p,
.agency-service strong,
.agency-step p,
.agency-price p,
.agency-price li {
  margin: 0;
  color: var(--agency-muted) !important;
  font-size: 15px;
  line-height: 1.66;
}

.agency-service strong {
  color: var(--agency-ink) !important;
  font-weight: 760;
}

.agency-why,
.agency-pricing,
.agency-founder {
  background: var(--agency-bg-soft);
}

.agency-why__grid,
.agency-industries__grid,
.agency-problems__grid,
.agency-founder__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.75fr);
  gap: 70px;
  align-items: start;
}

.agency-problem-list {
  display: grid;
  gap: 12px;
}

.agency-problem-list p {
  margin: 0;
  border: 1px solid var(--agency-line);
  border-radius: 999px;
  background: #fff;
  padding: 14px 18px;
  color: var(--agency-muted) !important;
  font-size: 15px;
  font-weight: 760;
  line-height: 1.45;
  box-shadow: 0 18px 46px rgba(42, 30, 78, 0.045);
}

.agency-editorial {
  display: grid;
  gap: 26px;
  border-radius: var(--agency-radius-lg);
  background: var(--agency-card);
  padding: 44px;
  box-shadow: var(--agency-shadow);
}

.agency-method__list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  margin-top: 56px;
  border-top: 1px solid var(--agency-line);
  border-left: 1px solid var(--agency-line);
}

.agency-step {
  min-height: 310px;
  border-right: 1px solid var(--agency-line);
  border-bottom: 1px solid var(--agency-line);
  padding: 28px;
}

.agency-step h3 {
  margin-top: 42px;
}

.agency-step p {
  margin-top: 18px;
}

.agency-industry-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.agency-industry-tags span {
  border: 1px solid var(--agency-line);
  border-radius: 999px;
  background: #fff;
  padding: 11px 15px;
  color: var(--agency-muted);
  font-size: 14px;
  font-weight: 800;
}

.agency-case-preview {
  overflow: hidden;
  align-self: start;
  border: 1px solid var(--agency-line);
  border-radius: var(--agency-radius-lg);
  background: #fff;
  box-shadow: var(--agency-shadow);
}

.agency-case-preview p {
  margin: 0;
  border-top: 1px solid var(--agency-line);
  padding: 18px 22px;
  color: var(--agency-muted) !important;
  font-size: 14px;
  line-height: 1.55;
}

.agency-founder__grid {
  align-items: center;
}

.agency-founder__grid > div:last-child > p:not(.agency-label) {
  max-width: 670px;
  margin-top: 24px;
  color: var(--agency-muted) !important;
  font-size: 18px;
  line-height: 1.75;
}

.agency-founder-card,
.nws-founder-portrait {
  display: grid;
  min-height: 420px;
  place-items: center;
  border: 1px solid var(--agency-line);
  border-radius: var(--agency-radius-lg);
  background:
    radial-gradient(circle at 72% 22%, rgba(216, 181, 109, 0.16), transparent 18rem),
    linear-gradient(135deg, #fff, #f7f1e6);
  box-shadow: var(--agency-shadow);
  text-align: center;
}

.agency-founder-card span,
.nws-founder-portrait span {
  display: grid;
  width: 142px;
  height: 142px;
  place-items: center;
  border: 1px solid rgba(23, 7, 47, 0.14);
  border-radius: 50%;
  background: var(--agency-purple);
  color: #fff;
  font-size: 48px;
  font-weight: 950;
  letter-spacing: -0.08em;
}

.agency-founder-card p,
.nws-founder-portrait p {
  margin: 18px 0 0;
  color: var(--agency-muted) !important;
  font-size: 14px;
  font-weight: 850;
}

.agency-pricing__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 54px;
}

.agency-price {
  display: flex;
  min-height: 500px;
  flex-direction: column;
  border: 1px solid var(--agency-line);
  border-radius: var(--agency-radius-lg);
  background: #fff;
  padding: 32px;
  box-shadow: var(--agency-shadow);
}

.agency-price:nth-child(2) {
  background: var(--agency-purple);
  color: #fff;
}

.agency-price:nth-child(2) h3,
.agency-price:nth-child(2) strong {
  color: #fff !important;
}

.agency-price:nth-child(2) p,
.agency-price:nth-child(2) li {
  color: rgba(255, 255, 255, 0.68) !important;
}

.agency-price strong {
  display: block;
  margin-top: 26px;
  color: var(--agency-purple-2) !important;
  font-size: clamp(34px, 4vw, 52px);
  font-weight: 950;
  letter-spacing: -0.07em;
  line-height: 0.95;
}

.agency-price p {
  margin-top: 20px;
}

.agency-price ul {
  display: grid;
  gap: 12px;
  margin: 28px 0 32px;
  padding: 0;
  list-style: none;
}

.agency-price li {
  position: relative;
  padding-left: 22px;
}

.agency-price li::before {
  position: absolute;
  left: 0;
  color: var(--agency-accent-dark);
  content: "—";
}

.agency-price a {
  width: 100%;
  margin-top: auto;
  padding: 0 20px;
}

.agency-final {
  padding: 120px 0;
  background: var(--agency-purple);
  color: #fff;
}

.agency-final__inner {
  max-width: 900px;
}

.agency-final .agency-label,
.agency-final p,
.agency-final h2 {
  color: #fff !important;
}

.agency-final p {
  max-width: 720px;
  margin-top: 28px;
  color: rgba(255, 255, 255, 0.70) !important;
}

.agency-final .agency-button {
  margin-top: 34px;
}

.nws-footer {
  background: #120625 !important;
  color: #fff !important;
  border-top: 0 !important;
}

.nws-footer p,
.nws-footer a,
.nws-footer span {
  color: rgba(255, 255, 255, 0.68) !important;
}

.nws-footer h2,
.nws-footer .nws-brand strong {
  color: #fff !important;
}

.nws-footer .nws-brand span {
  background: var(--agency-accent) !important;
  color: var(--agency-ink) !important;
}

.nws-trust-row span {
  border-color: rgba(255, 255, 255, 0.14) !important;
  background: rgba(255, 255, 255, 0.04) !important;
}

.agency-reveal,
.aw-reveal {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.58s ease, transform 0.58s ease;
}

.agency-reveal.is-visible,
.aw-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.aw-home,
.aw-section,
.aw-paper,
.nws-page-hero,
.nws-section,
.nws-soft {
  background: var(--agency-bg) !important;
  color: var(--agency-ink) !important;
}

.nws-deep,
.nws-final {
  background: var(--agency-purple) !important;
  color: #fff !important;
}

.nws-card,
.nws-contact-card,
.nws-form,
.nws-detail-card,
.nws-care-grid article,
.nws-value-grid article,
.nws-founder-portrait,
.nws-service-list a,
.nws-ai-tools article,
.nws-pricing article,
.nws-faq details,
.nws-demo-card,
.nws-client-card,
.nws-portal-panel,
.nws-case,
.nws-process-card,
.aw-brief-card,
.aw-service-card,
.aw-process-card,
.aw-price-card,
.aw-form,
[class*="dashboard"],
[class*="product-preview"],
[class*="nahidos"],
[class*="studio-os"] {
  border: 1px solid var(--agency-line) !important;
  background: #fff !important;
  color: var(--agency-ink) !important;
  box-shadow: var(--agency-shadow) !important;
}

[class*="dashboard"],
[class*="product-preview"],
[class*="nahidos"],
[class*="studio-os"] {
  display: none !important;
}

.nws-page-hero h1,
.nws-section h2,
.nws-card h2,
.nws-card h3,
.nws-contact-card h2,
.nws-contact-card h3,
.nws-form h2,
.nws-form h3 {
  color: var(--agency-ink) !important;
}

.nws-page-hero p,
.nws-section p,
.nws-card p,
.nws-detail-card p,
.nws-detail-card li,
.nws-care-grid p,
.nws-care-grid li,
.nws-value-grid p,
.nws-card li,
.nws-contact-card p,
.nws-form p,
.nws-form li {
  color: var(--agency-muted) !important;
}

.nws-detail-stack {
  display: grid;
  gap: 18px;
  margin-top: 48px;
}

.nws-detail-card {
  display: grid;
  grid-template-columns: minmax(220px, 0.85fr) minmax(240px, 1fr) minmax(240px, 1fr);
  gap: 32px;
  border-radius: var(--agency-radius-lg);
  padding: 32px;
}

.nws-detail-card span {
  display: inline-flex;
  margin-bottom: 18px;
  color: var(--agency-muted-2);
  font-family: var(--agency-mono);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.nws-detail-card h2,
.nws-detail-card h3,
.nws-care-grid h3,
.nws-care-grid strong,
.nws-value-grid h3 {
  color: var(--agency-ink) !important;
}

.nws-detail-card h2 {
  margin: 0;
  font-size: clamp(30px, 4vw, 54px);
  font-weight: 950;
  letter-spacing: -0.065em;
  line-height: 0.98;
}

.nws-detail-card h3 {
  margin: 0 0 10px;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.nws-detail-card p {
  margin: 0 0 22px;
  font-size: 15px;
  line-height: 1.68;
}

.nws-detail-card ul,
.nws-care-grid ul {
  display: grid;
  gap: 10px;
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
}

.nws-detail-card li,
.nws-care-grid li {
  position: relative;
  padding-left: 20px;
  font-size: 14px;
  line-height: 1.55;
}

.nws-detail-card li::before,
.nws-care-grid li::before {
  position: absolute;
  left: 0;
  color: var(--agency-accent-dark);
  content: "—";
}

.nws-pricing--three {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

.nws-section-head--compact {
  margin-top: 72px;
}

.nws-care-grid,
.nws-value-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 34px;
}

.nws-value-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.nws-care-grid article,
.nws-value-grid article {
  border-radius: 28px;
  padding: 28px;
}

.nws-care-grid strong {
  display: block;
  margin: 14px 0;
  font-size: 24px;
  font-weight: 950;
  letter-spacing: -0.045em;
}

.nws-about-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1fr);
  gap: 72px;
  align-items: center;
}

.nws-about-grid h2 {
  max-width: 720px;
}

.nws-about-grid p {
  color: var(--agency-muted) !important;
  font-size: 18px;
  line-height: 1.76;
}

.nws-kicker,
.nws-badge,
.nws-chip,
.badge,
.pill,
.tag,
.aw-kicker,
.aw-eyebrow,
.aw-eyebrow-dark {
  border-color: var(--agency-line) !important;
  background: rgba(35, 18, 74, 0.05) !important;
  color: var(--agency-muted) !important;
}

input,
textarea,
select {
  border: 1px solid var(--agency-line-strong) !important;
  border-radius: 18px !important;
  background: #fff !important;
  color: var(--agency-ink) !important;
}

input.is-invalid,
textarea.is-invalid,
select.is-invalid {
  border-color: #d94747 !important;
  box-shadow: 0 0 0 4px rgba(217, 71, 71, 0.10) !important;
}

button:disabled,
.nws-button:disabled {
  cursor: wait !important;
  opacity: 0.72;
  transform: none !important;
}

input::placeholder,
textarea::placeholder {
  color: var(--agency-muted-2) !important;
}

.nws-form-status a {
  color: var(--agency-purple-2) !important;
  font-weight: 850;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.nws-showcase-feature {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  overflow: hidden;
  border: 1px solid var(--agency-line);
  border-radius: 42px;
  background: #fff;
  padding: clamp(24px, 4vw, 52px);
  box-shadow: var(--agency-shadow);
}

.nws-showcase-feature__media {
  display: grid;
  min-height: 520px;
  place-items: center;
  border-radius: 34px;
  background:
    radial-gradient(circle at 28% 22%, rgba(63, 143, 114, 0.22), transparent 18rem),
    linear-gradient(135deg, #eef7f3, #f8faf9 46%, #e8f0fb);
}

.nws-showcase-phone {
  position: relative;
  display: grid;
  width: min(290px, 82vw);
  gap: 12px;
  border: 1px solid rgba(23, 32, 29, 0.10);
  border-radius: 38px;
  background: rgba(255, 255, 255, 0.88);
  padding: 54px 22px 24px;
  box-shadow: 0 34px 90px rgba(23, 32, 29, 0.16);
}

.nws-showcase-phone::before {
  position: absolute;
  top: 18px;
  left: 50%;
  width: 74px;
  height: 8px;
  border-radius: 999px;
  background: rgba(23, 32, 29, 0.14);
  content: "";
  transform: translateX(-50%);
}

.nws-showcase-phone span {
  display: block;
  width: 52px;
  height: 52px;
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(63, 143, 114, 0.96), rgba(112, 184, 164, 0.92)),
    #3f8f72;
}

.nws-showcase-phone strong {
  color: var(--agency-ink);
  font-size: 26px;
  letter-spacing: -0.04em;
}

.nws-showcase-phone p {
  margin: 0 0 4px;
  color: var(--agency-muted) !important;
}

.nws-showcase-phone em,
.nws-showcase-phone small {
  display: block;
  border: 1px solid rgba(23, 32, 29, 0.09);
  border-radius: 18px;
  background: #fff;
  padding: 14px;
  color: var(--agency-ink);
  font-style: normal;
  font-weight: 850;
}

.nws-showcase-phone small {
  background: #e8f4ef;
  color: #2d6f57;
}

.nws-showcase-feature__content > span,
.nws-showcase-notes span {
  display: inline-flex;
  margin-bottom: 16px;
  color: var(--agency-muted-2);
  font-family: var(--agency-mono);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.nws-showcase-feature__content h3 {
  margin: 0 0 18px;
  color: var(--agency-ink);
  font-size: clamp(34px, 5vw, 68px);
  font-weight: 950;
  letter-spacing: -0.065em;
  line-height: 0.95;
}

.nws-showcase-feature__content p {
  max-width: 680px;
  color: var(--agency-muted) !important;
  font-size: 18px;
  line-height: 1.72;
}

.nws-showcase-feature__content ul {
  display: grid;
  gap: 12px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.nws-showcase-feature__content li {
  position: relative;
  padding-left: 24px;
  color: var(--agency-muted);
  line-height: 1.6;
}

.nws-showcase-feature__content li::before {
  position: absolute;
  left: 0;
  color: #3f8f72;
  content: "✓";
  font-weight: 950;
}

.nws-showcase-notes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.nws-showcase-notes article {
  border: 1px solid var(--agency-line);
  border-radius: 28px;
  background: #fff;
  padding: 26px;
  box-shadow: var(--agency-shadow);
}

.nws-showcase-notes p {
  margin: 0;
  color: var(--agency-muted) !important;
  line-height: 1.68;
}

img {
  filter: saturate(0.92) contrast(1.02);
}

@media (max-width: 1100px) {
  .agency-hero__grid,
  .agency-why__grid,
  .agency-industries__grid,
  .agency-problems__grid,
  .agency-founder__grid,
  .nws-detail-card,
  .nws-about-grid,
  .agency-pricing__grid,
  .nws-showcase-feature,
  .nws-showcase-notes {
    grid-template-columns: 1fr;
  }

  .nws-care-grid,
  .nws-value-grid,
  .nws-pricing--three {
    grid-template-columns: 1fr !important;
  }

  .agency-method__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .agency-service {
    grid-template-columns: 56px minmax(180px, 0.7fr) minmax(0, 1fr);
  }

  .agency-service strong {
    grid-column: 2 / -1;
  }
}

@media (max-width: 760px) {
  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }

  .agency-container,
  .aw-container {
    width: min(100% - 32px, 1232px);
  }

  .nws-header {
    padding: 12px !important;
  }

  body.admin-bar .nws-header {
    top: 46px !important;
  }

  .nws-header__inner {
    padding: 9px 10px !important;
  }

  .nws-brand strong {
    font-size: 14px;
  }

  .nws-brand small,
  .nws-quiet-link {
    display: none !important;
  }

  .agency-hero {
    padding: 120px 0 62px;
  }

  .agency-hero__grid {
    gap: 34px;
    padding-bottom: 42px;
  }

  .agency-hero h1,
  .agency-section h2,
  .agency-final h2 {
    max-width: 100%;
    overflow-wrap: anywhere;
    font-size: clamp(40px, 12.4vw, 56px);
    letter-spacing: -0.065em;
    line-height: 0.94;
  }

  .agency-kicker,
  .agency-label,
  .agency-trust-line {
    max-width: 100%;
    white-space: normal;
  }

  .agency-hero__intro p,
  .agency-editorial p,
  .agency-section__head > p:not(.agency-label),
  .agency-final p {
    font-size: 16px;
    line-height: 1.66;
  }

  .agency-actions {
    display: grid;
    margin-top: 26px;
  }

  .agency-button,
  .agency-price a,
  .nws-button {
    width: 100%;
    min-height: 54px;
  }

  .agency-trust {
    padding: 28px 0;
  }

  .agency-trust__inner {
    justify-content: flex-start;
    gap: 12px;
  }

  .agency-trust span {
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 999px;
    padding: 9px 12px;
    font-size: 10px;
  }

  .agency-section {
    padding: 74px 0;
  }

  .agency-service {
    grid-template-columns: 1fr;
    gap: 14px;
    border: 1px solid var(--agency-line);
    border-radius: 28px;
    background: #fff;
    padding: 24px;
    box-shadow: var(--agency-shadow);
  }

  .agency-service strong {
    grid-column: auto;
  }

  .agency-editorial {
    border-radius: 28px;
    padding: 26px;
  }

  .agency-problem-list p {
    border-radius: 22px;
  }

  .agency-method__list {
    grid-template-columns: 1fr;
    border-left: 0;
  }

  .agency-step {
    min-height: 0;
    border-left: 1px solid var(--agency-line);
    padding: 24px;
  }

  .agency-step h3 {
    margin-top: 28px;
  }

  .agency-price {
    min-height: 0;
    border-radius: 28px;
    padding: 26px;
  }

  .agency-founder-card,
  .nws-founder-portrait {
    min-height: 300px;
    border-radius: 28px;
  }

  .nws-detail-card,
  .nws-care-grid article,
  .nws-value-grid article {
    border-radius: 26px;
    padding: 24px;
  }

  .nws-showcase-feature {
    border-radius: 30px;
    padding: 20px;
  }

  .nws-showcase-feature__media {
    min-height: 390px;
    border-radius: 24px;
  }

  .nws-showcase-notes article {
    border-radius: 24px;
    padding: 22px;
  }

  .nws-detail-card h2 {
    font-size: clamp(30px, 11vw, 44px);
  }

  .agency-final {
    padding: 82px 0;
  }
}

@media (max-width: 430px) {
  .agency-container,
  .aw-container {
    width: min(100% - 26px, 1232px);
  }

  .agency-kicker,
  .agency-label {
    font-size: 10px;
    letter-spacing: 0.16em;
  }

  .agency-kicker span,
  .agency-label::before {
    width: 34px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
}
