/*
 * DigiPestControl public design system
 * Shared by the root marketing site and the public tools module.
 * Existing page copy and application behavior stay in their PHP/i18n sources.
 */

:root {
  --dpc-night: #001115;
  --dpc-night-alt: #001f27;
  --dpc-dark: #02282f;
  --dpc-dark-raised: #08343d;
  --dpc-primary: #00687c;
  --dpc-primary-strong: #004e5e;
  --dpc-accent: #2ab1d0;
  --dpc-accent-light: #66defe;
  --dpc-ice: #b0ecff;
  --dpc-brand-soft: #e6f7fb;
  --dpc-bg: #f8fafc;
  --dpc-bg-alt: #f0eded;
  --dpc-surface: #fff;
  --dpc-surface-soft: #f6f3f2;
  --dpc-text: #1c1b1b;
  --dpc-text-soft: #41484a;
  --dpc-text-muted: #64748b;
  --dpc-border: #e2e8f0;
  --dpc-border-strong: #c1c8ca;
  --dpc-success: #059669;
  --dpc-warning: #d97706;
  --dpc-danger: #dc2626;
  --dpc-info: #0284c7;
  --dpc-radius-sm: 4px;
  --dpc-radius: 12px;
  --dpc-radius-md: 16px;
  --dpc-radius-card: 24px;
  --dpc-radius-panel: 32px;
  --dpc-space-1: 4px;
  --dpc-space-2: 8px;
  --dpc-space-3: 12px;
  --dpc-space-4: 16px;
  --dpc-space-6: 24px;
  --dpc-space-8: 32px;
  --dpc-space-12: 48px;
  --dpc-space-16: 64px;
  --dpc-container: 1440px;
  --dpc-shadow-card: 0 18px 60px rgba(0, 78, 94, 0.08);
  --dpc-font-display: "Manrope", "Ubuntu", Arial, sans-serif;
  --dpc-font-body: "Inter", "Open Sans", Arial, sans-serif;
  --dpc-transition: 180ms cubic-bezier(0.2, 0.8, 0.2, 1);
  --header-offset: 88px;
}

@media (max-width: 991px) {
  :root {
    --header-offset: 70px;
  }
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--header-offset);
}

:is(section[id], div[id].mm-subheader, .page-section[id], #fiyatlar, #ozellikler, #blog, #hemen-ulasalim, #anasayfa) {
  scroll-margin-top: var(--header-offset);
}

html {
  scroll-behavior: smooth;
}

body.pco-site-shell,
body.dpc-tool-shell {
  background: var(--dpc-bg);
  color: var(--dpc-text);
  font-family: var(--dpc-font-body);
  text-rendering: optimizeLegibility;
}

body.pco-site-shell *,
body.dpc-tool-shell * {
  box-sizing: border-box;
}

body.pco-site-shell :focus-visible,
body.dpc-tool-shell :focus-visible {
  outline: 3px solid var(--dpc-accent);
  outline-offset: 3px;
}

.dpc-skip-link {
  position: fixed;
  top: var(--dpc-space-3);
  left: var(--dpc-space-3);
  z-index: 10000;
  padding: 10px 16px;
  border-radius: var(--dpc-radius);
  background: var(--dpc-night);
  color: #fff;
  font-weight: 700;
  transform: translateY(-180%);
  transition: transform var(--dpc-transition);
}

.dpc-skip-link:focus {
  color: #fff;
  transform: translateY(0);
}

.dpc-page-content:focus {
  outline: 0;
}

/* Root site shell */
body.pco-site-shell #page_wrapper {
  background: var(--dpc-bg);
  overflow: clip;
}

body.pco-site-shell .site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  width: 100%;
  height: 88px;
  min-height: 88px;
  border-bottom: 1px solid rgba(0, 104, 124, 0.14);
  background: rgba(248, 250, 252, 0.94);
  box-shadow: 0 8px 32px rgba(0, 17, 21, 0.05);
  backdrop-filter: blur(18px);
}

body.pco-site-shell .site-header-main-wrapper,
body.pco-site-shell .site-header .site-header-main {
  height: 88px !important;
  min-height: 88px;
  background: transparent;
}

body.pco-site-shell .site-header-row,
body.pco-site-shell .site-header-col-left,
body.pco-site-shell .site-header-col-right {
  height: 100%;
  min-height: 0;
}

body.pco-site-shell .container.siteheader-container {
  width: min(calc(100% - 48px), var(--dpc-container));
  max-width: var(--dpc-container);
  padding: 0;
}

body.pco-site-shell .site-logo-img {
  display: block;
  width: 170px !important;
  max-width: 170px !important;
  height: auto !important;
  object-fit: contain;
  transition: opacity var(--dpc-transition), transform var(--dpc-transition);
}

body.pco-site-shell .site-header-col-left a:hover .site-logo-img {
  opacity: 0.86;
  transform: translateY(-1px);
}

body.pco-site-shell .main-menu-wrapper {
  display: flex;
  align-items: center;
  gap: var(--dpc-space-3);
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.pco-site-shell .main-menu-wrapper .sh-component,
body.pco-site-shell .mm__menuWrapper {
  margin: 0;
  padding: 0;
}

body.pco-site-shell .mm__mainMenu {
  display: flex;
  align-items: center;
  gap: 4px;
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

body.pco-site-shell .mm__mainMenu > li {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0 !important;
}

body.pco-site-shell .mm__mainMenu > li > a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 10px;
  border-radius: 10px;
  color: var(--dpc-text-soft);
  font-family: var(--dpc-font-body);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1;
  white-space: nowrap;
  transition: color var(--dpc-transition), background var(--dpc-transition);
}

body.pco-site-shell .mm__mainMenu > li > a > span {
  display: block;
  padding: 0;
  border: 0;
  line-height: 1;
  white-space: nowrap;
}

body.pco-site-shell .mm__mainMenu > li > a:hover,
body.pco-site-shell .mm__mainMenu > li > a.active {
  background: rgba(0, 104, 124, 0.07);
  color: var(--dpc-primary-strong);
}

body.pco-site-shell .mm__mainMenu > li > a.active::after {
  position: absolute;
  right: 12px;
  bottom: 5px;
  left: 12px;
  height: 2px;
  border-radius: 999px;
  background: var(--dpc-primary);
  content: "";
}

body.pco-site-shell .mm__mainMenu > li > a::before {
  display: none !important;
  content: none !important;
}

body.pco-site-shell .drop-panel {
  top: calc(100% + 8px);
  margin-top: 0;
  border: 1px solid rgba(0, 104, 124, 0.13);
  border-radius: var(--dpc-radius-md);
  background: rgba(255, 255, 255, 0.98);
  box-shadow: var(--dpc-shadow-float);
  overflow: hidden;
}

body.pco-site-shell .drop-panel a {
  font-family: var(--dpc-font-body);
}

body.pco-site-shell .mm__ctaButton .btn,
body.pco-site-shell .btn--fullblack {
  border: 1px solid var(--dpc-primary) !important;
  border-radius: var(--dpc-radius) !important;
  background: var(--dpc-primary) !important;
  box-shadow: 0 12px 28px rgba(0, 104, 124, 0.2);
  color: #fff !important;
  font-family: var(--dpc-font-body);
  transition: background var(--dpc-transition), border-color var(--dpc-transition), transform var(--dpc-transition);
}

body.pco-site-shell .mm__ctaButton .btn:hover,
body.pco-site-shell .btn--fullblack:hover {
  border-color: var(--dpc-primary-strong) !important;
  background: var(--dpc-primary-strong) !important;
  transform: translateY(-2px);
}

body.pco-site-shell .pco-lang-switcher {
  border-color: rgba(0, 104, 124, 0.18);
  background: rgba(255, 255, 255, 0.7);
}

body.pco-site-shell .pco-lang-select {
  color: var(--dpc-text-soft);
  font-family: var(--dpc-font-body);
}

/* Homepage visual baseline; all copy remains in p_giris.php/lang files. */
body.pco-page--home .mm-subheader {
  position: relative;
  min-height: clamp(680px, calc(100vh - 80px), 900px);
  margin-top: 0;
  background:
    radial-gradient(circle at 75% 42%, rgba(42, 177, 208, 0.17), transparent 25%),
    linear-gradient(120deg, var(--dpc-night) 0%, #001a20 56%, var(--dpc-dark) 100%) !important;
  isolation: isolate;
  overflow: hidden;
}

body.pco-page--home .mm-subheader::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image:
    linear-gradient(rgba(102, 222, 254, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(102, 222, 254, 0.045) 1px, transparent 1px);
  background-size: 48px 48px;
  content: "";
  mask-image: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0.45) 72%, transparent 100%);
}

body.pco-page--home .mm-subheader::after {
  position: absolute;
  top: 50%;
  right: max(5vw, calc((100vw - var(--dpc-container)) / 2 + 24px));
  bottom: auto;
  left: auto;
  z-index: -1;
  width: min(43vw, 620px);
  aspect-ratio: 1.18;
  border: 1px solid rgba(152, 228, 251, 0.22);
  border-radius: var(--dpc-radius-panel);
  background:
    linear-gradient(90deg, transparent 0 8%, rgba(102, 222, 254, 0.18) 8% 8.4%, transparent 8.4% 100%),
    linear-gradient(rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.015)),
    repeating-linear-gradient(0deg, rgba(176, 236, 255, 0.09) 0 1px, transparent 1px 54px),
    var(--dpc-dark);
  box-shadow: inset 0 0 60px rgba(102, 222, 254, 0.06), var(--dpc-shadow-float);
  content: "";
  pointer-events: none;
  transform: translateY(-46%);
}

body.pco-page--home .mm-subheader .custom-width-container {
  width: min(calc(100% - 48px), var(--dpc-container));
  max-width: var(--dpc-container);
  min-height: inherit;
  padding: 0;
}

body.pco-page--home .mm-subheader .row,
body.pco-page--home .mm-subheader .col-xs-12 {
  width: 100%;
}

body.pco-page--home .home-hero__inner {
  width: min(56vw, 680px);
  max-width: none;
  margin: 0;
  padding: 104px 0 80px;
  text-align: left;
}

body.pco-page--home .home-hero__inner::before {
  content: none;
  display: none;
}

body.pco-page--home .home-hero__title {
  max-width: 680px;
  margin: 0;
  color: #fff;
  font-family: var(--dpc-font-display);
  font-size: clamp(42px, 4vw, 58px);
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 1.06;
  text-wrap: balance;
}

body.pco-page--home .home-hero__title-accent,
.home-hero__title-accent {
  color: #5dd5f5;
  background: linear-gradient(135deg, #8ae9ff 0%, #38bdf8 50%, #2ab1d0 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: inline;
}

body.pco-page--home .home-hero__subtitle {
  max-width: 660px;
  margin: var(--dpc-space-6) 0 0;
  color: rgba(243, 240, 239, 0.76);
  font-family: var(--dpc-font-body);
  font-size: clamp(17px, 1.6vw, 21px);
  line-height: 1.65;
}

body.pco-page--home .home-hero__cta {
  display: flex;
  flex-wrap: wrap;
  gap: var(--dpc-space-3);
  justify-content: flex-start;
  margin-top: var(--dpc-space-8);
}

body.pco-page--home .home-hero__cta .btn {
  min-height: 52px;
  padding: 15px 22px;
  border-radius: var(--dpc-radius) !important;
  font-family: var(--dpc-font-body);
  font-size: 14px;
  font-weight: 700;
}

body.pco-page--home .home-hero__cta .btn--fullwhite {
  border-color: rgba(176, 236, 255, 0.28) !important;
  background: rgba(255, 255, 255, 0.04) !important;
  color: #fff !important;
  backdrop-filter: blur(8px);
}

body.pco-page--home .home-hero__cta .btn--fullwhite:hover {
  border-color: var(--dpc-accent-light) !important;
  background: rgba(102, 222, 254, 0.1) !important;
}

body.pco-page--home .page-section {
  font-family: var(--dpc-font-body);
}

body.pco-page--home :is(.home-about__title, .home-features__title, .home-features-grid__title, .pricing-header__title, .home-geo__title, .home-stats__title, .home-blog__title, .home-contact__title) {
  color: var(--dpc-night);
  font-family: var(--dpc-font-display);
  letter-spacing: -0.025em;
}

body.pco-page--home :is(.home-about-card, .home-feature-card, .home-geo-card, .home-blog__card, .pricing-card, .blok-hemen-ulasalim-2026__form-wrap, .spider-teaser__card) {
  border: 1px solid rgba(0, 104, 124, 0.12);
  border-radius: var(--dpc-radius-card);
  box-shadow: var(--dpc-shadow-card);
}

body.pco-page--home :is(.home-about__label, .home-features__label, .home-features-grid__label, .pricing-header__label, .home-geo__label, .home-blog__label, .spider-teaser__kicker) {
  color: var(--dpc-primary);
  font-family: var(--dpc-font-body);
  letter-spacing: 0.1em;
}

/* Root footer */
body.pco-site-shell .site-footer--modern {
  border-top: 1px solid rgba(102, 222, 254, 0.13);
  background: var(--dpc-night) !important;
  color: rgba(243, 240, 239, 0.76);
}

body.pco-site-shell .site-footer--modern :is(.footer-menu-title, .copyright, .btm-footer, .footer-desc) {
  font-family: var(--dpc-font-body);
}

body.pco-site-shell .site-footer--modern .footer-menu-title {
  color: #fff;
  font-family: var(--dpc-font-display);
}

body.pco-site-shell .site-footer--modern a {
  color: var(--dpc-ice);
}

body.pco-site-shell .site-footer--modern a:hover {
  color: var(--dpc-accent-light);
}

/* Public tools shell */
body.dpc-tool-shell {
  --tw-ring-color: rgba(42, 177, 208, 0.28);
  background: var(--dpc-bg) !important;
  color: var(--dpc-text) !important;
  font-family: var(--dpc-font-body) !important;
}

body.dpc-tool-shell .dpc-tool-header {
  min-height: 88px;
  border-color: rgba(0, 104, 124, 0.14) !important;
  background: rgba(248, 250, 252, 0.94) !important;
  box-shadow: 0 8px 32px rgba(0, 17, 21, 0.05);
  backdrop-filter: blur(18px);
}

body.dpc-tool-shell .dpc-tool-header__inner {
  width: min(calc(100% - 48px), var(--dpc-container));
  max-width: var(--dpc-container);
  height: 88px;
  padding: 0;
}

body.dpc-tool-shell .dpc-tool-brand {
  flex: 0 0 auto;
  min-width: 210px;
}

body.dpc-tool-shell .dpc-tool-brand > div {
  display: none !important;
}

body.dpc-tool-shell .dpc-tool-header img {
  width: 170px !important;
  max-width: 170px !important;
  height: auto !important;
  object-fit: contain;
}

body.dpc-tool-shell .dpc-tool-nav {
  gap: 4px;
  margin: 0 auto;
  white-space: nowrap;
}

body.dpc-tool-shell .dpc-tool-nav > a,
body.dpc-tool-shell .dpc-tool-nav > .dropdown-trigger > button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 10px;
  border-radius: 10px;
  border-color: transparent;
  font-family: var(--dpc-font-body);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1;
  white-space: nowrap;
  text-transform: uppercase;
}

body.dpc-tool-shell .dpc-tool-nav > .dropdown-trigger {
  padding-block: 0;
}

body.dpc-tool-shell .dpc-tool-nav .dropdown-menu {
  padding-top: 8px;
  text-transform: none !important;
  letter-spacing: normal !important;
}

body.dpc-tool-shell .dpc-tool-nav .dropdown-menu * {
  text-transform: none;
  letter-spacing: normal;
}

body.dpc-tool-shell .dpc-tool-actions {
  gap: 12px;
}

body.dpc-tool-shell .dpc-tool-actions > * {
  margin: 0 !important;
}

body.dpc-tool-shell .dpc-tool-actions .dpc-lang-select {
  min-height: 46px;
  border-color: rgba(0, 104, 124, 0.18);
  border-radius: 999px;
  background-color: rgba(255, 255, 255, 0.78);
  box-shadow: 0 10px 24px rgba(42, 177, 208, 0.12);
}

body.dpc-tool-shell .dpc-tool-actions > a {
  min-height: 46px;
  align-items: center;
  border-radius: var(--dpc-radius);
  background: var(--dpc-primary);
  box-shadow: 0 12px 28px rgba(0, 104, 124, 0.2);
}

body.dpc-tool-shell .dpc-tool-actions > a:hover {
  background: var(--dpc-primary-strong);
}

body.dpc-tool-shell .dpc-tool-mobile-nav {
  border-color: rgba(0, 104, 124, 0.14);
  background: rgba(248, 250, 252, 0.98);
  box-shadow: 0 18px 40px rgba(0, 17, 21, 0.12);
}

body.dpc-tool-shell :is(h1, h2, h3, h4, .font-headline-md) {
  font-family: var(--dpc-font-display) !important;
  letter-spacing: -0.02em;
}

body.dpc-tool-shell :is(button, input, select, textarea, a) {
  transition-duration: 180ms;
}

body.dpc-tool-shell .dpc-tool-footer {
  border-color: rgba(102, 222, 254, 0.13) !important;
  background: var(--dpc-night) !important;
  color: rgba(243, 240, 239, 0.72) !important;
}

body.dpc-tool-shell .dpc-tool-footer :is(h4, strong) {
  color: #fff !important;
}

body.dpc-tool-shell .dpc-tool-footer a {
  color: var(--dpc-ice) !important;
}

body.dpc-tool-shell .dpc-tool-footer a:hover {
  color: var(--dpc-accent-light) !important;
}

/* Shared dark footer: root site and public tools */
.dpc-standard-footer {
  position: relative;
  overflow: hidden;
  margin-top: 0 !important;
  padding: 64px 0 36px !important;
  border-top: 1px solid rgba(102, 222, 254, 0.16) !important;
  background-color: var(--dpc-night) !important;
  background-image:
    linear-gradient(rgba(42, 177, 208, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(42, 177, 208, 0.035) 1px, transparent 1px);
  background-size: 96px 96px;
  color: rgba(243, 240, 239, 0.68) !important;
}

.dpc-standard-footer > :is(.container, .max-w-7xl) {
  position: relative;
  z-index: 1;
  width: min(calc(100% - 48px), var(--dpc-container)) !important;
  max-width: var(--dpc-container) !important;
  margin-inline: auto !important;
  padding: 0 !important;
}

.dpc-standard-footer .dpc-standard-footer__logo-link {
  display: inline-flex;
  margin-bottom: 24px;
}

.dpc-standard-footer .dpc-standard-footer__logo {
  display: block;
  width: 170px !important;
  max-width: 170px !important;
  height: auto !important;
  object-fit: contain;
}

.dpc-standard-footer :is(.footer-menu-title, h4) {
  position: relative;
  display: block;
  margin: 0 0 18px !important;
  padding: 0 0 12px !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(214, 247, 255, 0.7) !important;
  color: #fff !important;
  font-family: var(--dpc-font-display) !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: 0.04em !important;
  line-height: 1.25 !important;
  text-transform: uppercase;
}

.dpc-standard-footer :is(.footer-menu-title, h4)::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 30px;
  height: 2px;
  background: var(--dpc-accent);
}

.dpc-standard-footer :is(p, li, a) {
  font-family: var(--dpc-font-body);
}

.dpc-standard-footer :is(.footer-desc, p, li) {
  color: rgba(214, 247, 255, 0.58) !important;
  font-size: 12px !important;
  line-height: 1.75 !important;
}

.dpc-standard-footer a:not(.footer-social-link) {
  color: rgba(214, 247, 255, 0.86) !important;
  text-decoration: none;
}

.dpc-standard-footer a:not(.footer-social-link):hover {
  color: var(--dpc-accent-light) !important;
}

body.pco-site-shell .dpc-standard-footer .footer_row {
  display: grid !important;
  grid-template-columns: minmax(300px, 1.4fr) minmax(240px, 1fr) minmax(210px, 0.9fr) minmax(150px, 0.6fr);
  gap: 48px;
  margin: 0 0 32px;
  padding: 0 0 42px;
  border-bottom: 1px solid rgba(214, 247, 255, 0.22);
}

body.pco-site-shell .dpc-standard-footer .footer_row > [class*="col-"] {
  float: none !important;
  width: auto !important;
  min-width: 0;
  margin: 0 !important;
  padding: 0 !important;
}

body.pco-site-shell .dpc-standard-footer .dpc-standard-footer__brand { grid-column: 1; }
body.pco-site-shell .dpc-standard-footer .dpc-standard-footer__contact { grid-column: 2; }
body.pco-site-shell .dpc-standard-footer .dpc-standard-footer__service { grid-column: 3; }
body.pco-site-shell .dpc-standard-footer .dpc-standard-footer__social { grid-column: 4; }

body.pco-site-shell .dpc-standard-footer :is(.footer-desc, .footer-desc.txt-light) {
  color: rgba(224, 239, 243, 0.76) !important;
  font-family: var(--dpc-font-body) !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 1.55 !important;
  letter-spacing: 0 !important;
}

body.pco-site-shell .dpc-standard-footer .footer-desc strong {
  color: #fff !important;
  font-family: var(--dpc-font-body) !important;
  font-size: 14px !important;
  font-weight: 600 !important;
}

body.pco-site-shell .dpc-standard-footer .footer-menu-title {
  font-family: var(--dpc-font-body) !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
  letter-spacing: 0.1em !important;
}

body.pco-site-shell .dpc-standard-footer .vertical-ul li {
  margin: 0 0 12px;
}

body.pco-site-shell .dpc-standard-footer .vertical-ul li a {
  color: rgba(224, 239, 243, 0.78) !important;
  font-family: var(--dpc-font-body) !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
  letter-spacing: 0 !important;
}

body.pco-site-shell .dpc-standard-footer .copyright {
  color: rgba(224, 239, 243, 0.7) !important;
  font-size: 14px !important;
  line-height: 1.5 !important;
}

body.pco-site-shell .dpc-standard-footer .btm-footer,
body.pco-site-shell .dpc-standard-footer .footer-seo-links a {
  color: rgba(224, 239, 243, 0.62) !important;
  font-size: 13px !important;
  line-height: 1.5 !important;
}

body.pco-site-shell .dpc-standard-footer .footer-desc-cont {
  margin: 0;
  padding: 0;
}

body.pco-site-shell .dpc-standard-footer .footer_row + .row {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
}

body.pco-site-shell .dpc-standard-footer .footer_row + .row > [class*="col-"] {
  padding: 0;
}

body.pco-site-shell .dpc-standard-footer .footer-seo-links {
  gap: 8px 20px;
  margin-top: 10px;
}

body.pco-site-shell .dpc-standard-footer .footer_row + .row .text-right img {
  width: auto;
  max-width: 310px;
  height: 30px;
  opacity: 0.88;
}

body.dpc-tool-shell .dpc-standard-footer > .max-w-7xl {
  display: flex;
  flex-direction: column;
  gap: 36px !important;
}

body.dpc-tool-shell .dpc-standard-footer > .max-w-7xl > .grid {
  display: grid !important;
  grid-template-columns: minmax(300px, 1.4fr) minmax(240px, 1fr) minmax(210px, 0.9fr) minmax(240px, 1fr) !important;
  gap: 48px !important;
  margin-bottom: 0 !important;
}

body.dpc-tool-shell .dpc-standard-footer > .max-w-7xl > .grid > * {
  grid-column: auto !important;
  min-width: 0;
}

body.dpc-tool-shell .dpc-standard-footer h4 {
  font-family: var(--dpc-font-body) !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
  letter-spacing: 0.1em !important;
}

body.dpc-tool-shell .dpc-standard-footer p {
  color: rgba(224, 239, 243, 0.76) !important;
  font-family: var(--dpc-font-body) !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 1.55 !important;
  letter-spacing: 0 !important;
}

body.dpc-tool-shell .dpc-standard-footer li,
body.dpc-tool-shell .dpc-standard-footer li a {
  color: rgba(224, 239, 243, 0.78) !important;
  font-family: var(--dpc-font-body) !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
  letter-spacing: 0 !important;
}

body.dpc-tool-shell .dpc-standard-footer li {
  margin-bottom: 10px;
}

body.dpc-tool-shell .dpc-standard-footer .bg-teal-50 {
  font-family: var(--dpc-font-body) !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  line-height: 1.25 !important;
}

body.dpc-tool-shell .dpc-standard-footer a:is(.bg-slate-900, .bg-teal-50) {
  font-family: var(--dpc-font-body) !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 1.25 !important;
}

body.dpc-tool-shell .dpc-standard-footer :is(.space-y-2, .space-y-2\.5, .space-y-3, .space-y-4) > :not([hidden]) ~ :not([hidden]) {
  margin-top: 9px;
}

body.dpc-tool-shell .dpc-standard-footer .bg-teal-50 {
  border-color: rgba(102, 222, 254, 0.36) !important;
  background: rgba(102, 222, 254, 0.08) !important;
  color: var(--dpc-ice) !important;
}

body.dpc-tool-shell .dpc-standard-footer a:is(.bg-slate-900, .bg-teal-50) {
  border: 1px solid rgba(102, 222, 254, 0.2) !important;
  background: #111a32 !important;
  color: #fff !important;
}

body.dpc-tool-shell .dpc-standard-footer a:is(.bg-slate-900, .bg-teal-50):hover {
  border-color: var(--dpc-accent) !important;
  background: var(--dpc-primary) !important;
}

body.dpc-tool-shell .dpc-standard-footer .border-t {
  border-color: rgba(214, 247, 255, 0.22) !important;
}

body.dpc-tool-shell .dpc-standard-footer > .max-w-7xl > .border-t {
  padding-top: 28px !important;
}

body.dpc-tool-shell .dpc-standard-footer > .max-w-7xl > .border-t p:last-child {
  color: var(--dpc-accent) !important;
}

body.dpc-tool-shell .dpc-standard-footer > .max-w-7xl > .border-t p {
  font-size: 13px !important;
  line-height: 1.5 !important;
}

@media (max-width: 1100px) {
  body.dpc-tool-shell .dpc-standard-footer > .max-w-7xl > .grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 991px) {
  body.pco-site-shell .dpc-standard-footer .footer_row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.pco-site-shell .dpc-standard-footer .footer_row > [class*="dpc-standard-footer__"] {
    grid-column: auto;
  }
}

@media (max-width: 767px) {
  .dpc-standard-footer {
    padding: 48px 0 28px !important;
  }

  .dpc-standard-footer > :is(.container, .max-w-7xl) {
    width: calc(100% - 32px) !important;
  }

  .dpc-standard-footer .dpc-standard-footer__logo {
    width: 150px !important;
    max-width: 150px !important;
  }

  body.pco-site-shell .dpc-standard-footer .footer_row {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  body.pco-site-shell .dpc-standard-footer .footer_row + .row {
    display: block;
  }

  body.pco-site-shell .dpc-standard-footer .footer_row + .row .text-right {
    margin-top: 22px;
    text-align: left !important;
  }

  body.dpc-tool-shell .dpc-standard-footer > .max-w-7xl > .grid {
    grid-template-columns: 1fr !important;
    gap: 30px !important;
  }

  body.dpc-tool-shell .dpc-standard-footer p {
    font-size: 15px !important;
  }
}

@media (max-width: 1180px) {
  body.pco-site-shell .container.siteheader-container {
    width: min(calc(100% - 32px), var(--dpc-container));
  }

  body.pco-site-shell .mm__mainMenu > li > a {
    padding-inline: 9px;
    font-size: 12px;
  }

  body.pco-page--home .home-hero__inner {
    width: min(60vw, 620px);
  }
}

@media (max-width: 991px) {
  body.pco-site-shell .site-header,
  body.pco-site-shell .site-header-main-wrapper,
  body.pco-site-shell .site-header .site-header-main {
    height: 70px !important;
    min-height: 70px;
  }

  body.pco-site-shell .site-logo-img {
    width: 150px !important;
    max-width: 150px !important;
    height: auto !important;
  }

  body.dpc-tool-shell .dpc-tool-header {
    min-height: 70px;
  }

  body.dpc-tool-shell .dpc-tool-header__inner {
    width: calc(100% - 32px);
    height: 70px;
  }

  body.dpc-tool-shell .dpc-tool-brand {
    min-width: 0;
  }

  body.dpc-tool-shell .dpc-tool-header img {
    width: 150px !important;
    max-width: 150px !important;
    height: auto !important;
  }

  body.pco-site-shell .main-menu-wrapper {
    width: 44px !important;
    height: 44px !important;
    min-width: 44px !important;
    max-width: 44px !important;
    border-radius: 12px !important;
    background: rgba(255, 255, 255, 0.18) !important;
    border: 1px solid rgba(255, 255, 255, 0.4) !important;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.3) !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
    margin: 0 0 0 auto !important;
  }

  body.pco-site-shell .mm__mainMenu-trigger {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 44px !important;
    height: 44px !important;
    margin: 0 !important;
    padding: 0 !important;
    cursor: pointer !important;
  }

  body.pco-site-shell .mm__mainMenu-trigger .mm__menuBurger {
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
    width: 22px !important;
    height: 16px !important;
    position: relative !important;
    display: block !important;
    margin: 0 auto !important;
    opacity: 1 !important;
    cursor: pointer !important;
  }

  body.pco-site-shell .mm__mainMenu-trigger .mm__menuBurger span,
  body.pco-site-shell .mm__menuBurger span,
  body.pco-site-shell .sh__hamburger-trigger span {
    background: #ffffff !important;
    height: 2.5px !important;
    width: 100% !important;
    border-radius: 3px !important;
    display: block !important;
    position: absolute !important;
    left: 0 !important;
    opacity: 1 !important;
  }

  body.pco-site-shell .mm__mainMenu-trigger .mm__menuBurger span:first-child,
  body.pco-site-shell .mm__mainMenu-trigger .mm__menuBurger span:nth-child(1) {
    top: 0 !important;
    background: #ffffff !important;
  }

  body.pco-site-shell .mm__mainMenu-trigger .mm__menuBurger span:nth-child(2) {
    top: 6.5px !important;
    background: #ffffff !important;
  }

  body.pco-site-shell .mm__mainMenu-trigger .mm__menuBurger span:nth-child(3) {
    top: 13px !important;
    background: #ffffff !important;
  }

  body.pco-site-shell .mm__resMenu {
    z-index: 1500;
    background: #00171f !important;
    background-color: #00171f !important;
  }

  body.pco-site-shell .mm__resMenu li {
    border-color: rgba(255, 255, 255, 0.12) !important;
  }

  body.pco-site-shell .mm__resMenu li a,
  body.pco-site-shell .mm__resMenu li a.mm__menu-link,
  body.pco-site-shell .mm__resMenu li button.mm__resMenu-backLink,
  body.pco-site-shell .mm__resMenu-backLink,
  body.pco-site-shell .mm__resMenu-backIcon,
  body.pco-site-shell .pco-lang-mobile-label {
    color: #ffffff !important;
    background-color: transparent !important;
    font-family: var(--dpc-font-body);
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.04em !important;
  }

  body.pco-site-shell .mm__resMenu li a:hover,
  body.pco-site-shell .mm__resMenu li a.mm__menu-link:hover,
  body.pco-site-shell .mm__resMenu li button.mm__resMenu-backLink:hover {
    color: #00c49f !important;
    background: rgba(255, 255, 255, 0.08) !important;
  }

  body.pco-site-shell .mm__resMenu li a.active,
  body.pco-site-shell .mm__resMenu li a.mm__menu-link.active,
  body.pco-site-shell .mm__resMenu li a:active,
  body.pco-site-shell .mm__resMenu li a:focus {
    color: #ffffff !important;
    background: rgba(93, 213, 245, 0.16) !important;
    border: 1px solid rgba(93, 213, 245, 0.45) !important;
    border-radius: 8px !important;
    box-shadow: 0 0 16px rgba(93, 213, 245, 0.35), inset 0 0 10px rgba(93, 213, 245, 0.18) !important;
    backdrop-filter: blur(8px) !important;
    -webkit-backdrop-filter: blur(8px) !important;
    text-shadow: 0 0 8px rgba(255, 255, 255, 0.6) !important;
  }

  body.pco-page--home .mm-subheader {
    min-height: 720px;
  }

  body.pco-page--home .mm-subheader::after {
    right: -12vw;
    width: 54vw;
    opacity: 0.68;
  }

  body.pco-page--home .home-hero__inner {
    width: min(64vw, 580px);
  }
}

@media (max-width: 767px) {
  body.pco-site-shell .site-header,
  body.pco-site-shell .site-header-main-wrapper,
  body.pco-site-shell .site-header .site-header-main {
    height: 70px !important;
  }

  body.pco-site-shell .container.siteheader-container,
  body.pco-page--home .mm-subheader .custom-width-container {
    width: calc(100% - 32px);
  }

  body.dpc-tool-shell .dpc-tool-actions {
    gap: 8px;
  }

  body.dpc-tool-shell .dpc-tool-actions .dpc-lang-select {
    max-width: 116px;
    min-height: 40px;
    padding-top: 0;
    padding-bottom: 0;
  }

  body.pco-page--home .mm-subheader {
    min-height: 690px;
  }

  body.pco-page--home .mm-subheader::before {
    mask-image: linear-gradient(#000, transparent 92%);
  }

  body.pco-page--home .mm-subheader::after {
    top: auto;
    right: -28%;
    bottom: -16%;
    left: auto;
    width: 92vw;
    opacity: 0.32;
    transform: none;
  }

  body.pco-page--home .home-hero__inner {
    width: 100%;
    padding: 88px 0 190px;
  }

  body.pco-page--home .home-hero__title {
    font-size: clamp(40px, 12vw, 58px);
    line-height: 1.04;
  }

  body.pco-page--home .home-hero__subtitle {
    font-size: 17px;
    line-height: 1.58;
  }

  body.pco-page--home .home-hero__cta {
    align-items: stretch;
    flex-direction: column;
  }

  body.pco-page--home .home-hero__cta .btn {
    display: flex;
    justify-content: center;
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  body.pco-site-shell *,
  body.dpc-tool-shell * {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
