:root {
  --evax-brand: #00aebe;
  --evax-brand-dark: #007b87;
  --evax-brand-deep: #073b45;
  --evax-ink: #132f36;
  --evax-muted: #60747a;
  --evax-soft: #f3fafb;
  --evax-line: #dcebed;
  --evax-white: #fff;
}

html { scroll-behavior: smooth; }

body {
  color: var(--evax-ink);
  background: var(--evax-white);
  font-family: "Roboto", sans-serif;
  line-height: 1.65;
}

body,
button,
input,
textarea,
select { -webkit-font-smoothing: antialiased; }

a:focus-visible,
button:focus-visible,
summary:focus-visible {
  outline: 3px solid rgba(0, 174, 190, .35);
  outline-offset: 3px;
}

#mu-header.mu-header-modern {
  display: block;
  float: left;
  width: 100%;
  padding: 9px 0;
  color: #eafcfe;
  background: var(--evax-brand-deep);
  background-color: var(--evax-brand-deep);
  font-size: 13px;
}

#mu-header.mu-header-modern a,
#mu-header.mu-header-modern .phone-text,
#mu-header.mu-header-modern strong {
  color: #fff;
  text-decoration: none;
}

#mu-header.mu-header-modern a:hover,
#mu-header.mu-header-modern a:focus { color: #a8f5fc; }

.mu-header-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px 24px;
}

.phone-numbers {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.phone-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.phone-link i { color: #64e8f2; font-size: 16px; }
#mu-header.mu-header-modern .phone-link i { color: #64e8f2; }
.phone-text strong { font-weight: 700; }

#mu-menu,
#mu-menu .navbar {
  position: relative;
  z-index: 999;
}

#mu-menu .navbar-default {
  min-height: 72px;
  margin: 0;
  border: 0;
  border-bottom: 1px solid var(--evax-line);
  background: rgba(255, 255, 255, .98);
}

#mu-menu .navbar-brand {
  height: 72px;
  padding: 6px 15px;
  color: var(--evax-ink);
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  font-weight: 800;
}

#mu-menu .navbar-brand img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}

#mu-menu .navbar-nav > li > a {
  padding-top: 25px;
  padding-bottom: 25px;
  color: #29474e;
  font-size: 14px;
  font-weight: 700;
}

#mu-menu .navbar-nav > li > a:hover,
#mu-menu .navbar-nav > li > a:focus,
#mu-menu .navbar-nav > .active > a,
#mu-menu .navbar-nav > .active > a:hover {
  color: var(--evax-brand-dark);
  background: #effbfc;
}

/* Dil seçici. */
#mu-menu .navbar-nav > li.evax-lang-switch > a {
  padding-left: 12px;
  padding-right: 12px;
  color: var(--evax-brand-dark);
  font-weight: 800;
  letter-spacing: .04em;
}
#mu-menu .navbar-nav > li.evax-lang-switch > a:hover,
#mu-menu .navbar-nav > li.evax-lang-switch > a:focus {
  color: #fff;
  background: var(--evax-brand-dark);
}

/* Menü sağındaki dönüşüm butonu (WhatsApp / Ücretsiz Alım). */
#mu-menu .navbar-nav > li.evax-nav-cta { display: flex; align-items: center; }
#mu-menu .navbar-nav > li.evax-nav-cta > a,
#mu-menu .navbar-nav > li.evax-nav-cta > a:hover,
#mu-menu .navbar-nav > li.evax-nav-cta > a:focus {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 16px 0 16px 12px;
  padding: 10px 18px;
  color: #063812;
  border-radius: 999px;
  background: #25d366;
  font-size: 14px;
  font-weight: 800;
  box-shadow: 0 6px 16px rgba(37, 211, 102, .32);
}
#mu-menu .navbar-nav > li.evax-nav-cta > a:hover,
#mu-menu .navbar-nav > li.evax-nav-cta > a:focus { background: #1fbe5a; }
#mu-menu .navbar-nav > li.evax-nav-cta > a i { font-size: 16px; }

.evax-hero {
  position: relative;
  display: block;
  float: left;
  clear: both;
  width: 100%;
  overflow: hidden;
  min-height: 360px;
  padding: 54px 0;
  color: #fff;
  background-color: #073b45;
  background-image:
    linear-gradient(90deg, rgba(5, 43, 50, .72) 0%, rgba(5, 43, 50, .42) 55%, rgba(5, 43, 50, .22) 100%),
    url('/images/sliders/slide1.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.evax-hero-inner {
  position: relative;
  z-index: 2;
  width: 100%;
}

.evax-hero h1 {
  max-width: 740px;
  margin: 0;
  color: #fff !important;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(30px, 4.4vw, 48px);
  font-weight: 800;
  letter-spacing: -.04em;
  line-height: 1.12;
}

.evax-hero-lead {
  max-width: 610px;
  margin: 16px 0 26px;
  color: #d7eef1 !important;
  font-size: clamp(16px, 2.1vw, 19px);
  line-height: 1.6;
}

.evax-app-row {
  display: flex;
  align-items: center;
}

#main-content,
.evax-proof,
.evax-section,
.evax-app,
.evax-contact-cta,
.evax-footer {
  display: block;
  float: left;
  clear: both;
  width: 100%;
}

.evax-eyebrow {
  margin: 0 0 12px;
  color: var(--evax-brand-dark);
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.evax-eyebrow--light { color: #83eef5; }

.evax-hero-actions,
.evax-contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
}

.evax-btn {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 12px 21px;
  border: 1px solid transparent;
  border-radius: 10px;
  font-weight: 700;
  text-decoration: none;
  transition: transform .18s ease, background-color .18s ease, border-color .18s ease;
}

.evax-btn:hover,
.evax-btn:focus {
  text-decoration: none;
  transform: translateY(-2px);
}

.evax-btn--primary {
  color: #032f36;
  background: #61e6ef;
}

.evax-btn--primary:hover,
.evax-btn--primary:focus {
  color: #032f36;
  background: #8cf1f7;
}

.evax-btn--secondary {
  color: #fff;
  border-color: rgba(255, 255, 255, .36);
  background: rgba(255, 255, 255, .06);
}

.evax-btn--secondary:hover,
.evax-btn--secondary:focus { color: #fff; border-color: #fff; }

.evax-btn--light {
  color: var(--evax-brand-deep);
  background: #fff;
}

.evax-btn--light:hover,
.evax-btn--light:focus { color: var(--evax-brand-deep); background: #ddfbfd; }

.evax-btn--outline-light {
  color: #fff;
  border-color: rgba(255, 255, 255, .55);
  background: transparent;
}

.evax-btn--outline-light:hover,
.evax-btn--outline-light:focus { color: #fff; border-color: #fff; }

.evax-proof {
  position: relative;
  z-index: 2;
  padding: 23px 0;
  border-bottom: 1px solid var(--evax-line);
  background: #fff;
}

.evax-proof-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.evax-proof-grid > div {
  padding: 5px 26px;
  text-align: center;
  border-left: 1px solid var(--evax-line);
}

.evax-proof-grid > div:first-child { border-left: 0; }

.evax-proof-grid strong {
  display: block;
  color: var(--evax-brand-dark);
  font-family: "Montserrat", sans-serif;
  font-size: 25px;
  font-weight: 800;
}

.evax-proof-grid span { color: var(--evax-muted); font-size: 13px; }

.evax-google {
  display: block;
  float: left;
  clear: both;
  width: 100%;
  padding: 52px 0;
  border-bottom: 1px solid var(--evax-line);
  background: #fff;
}

.evax-google-grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: 22px;
}

.evax-google-rating,
.evax-google-location {
  overflow: hidden;
  border: 1px solid var(--evax-line);
  border-radius: 17px;
  background: #fff;
  box-shadow: 0 14px 40px rgba(7, 59, 69, .07);
}

.evax-google-rating { padding: 27px; }

.evax-google-rating-top {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.evax-google-mark {
  flex: 0 0 46px;
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  color: #fff;
  border-radius: 13px;
  background: #4285f4;
  font-family: "Montserrat", sans-serif;
  font-size: 25px;
  font-weight: 800;
}

.evax-google-rating h2,
.evax-google-location h2 {
  margin: 0;
  color: var(--evax-ink);
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -.02em;
  line-height: 1.3;
}

.evax-google-score {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 11px;
  margin: 22px 0 15px;
}

.evax-google-score strong {
  color: var(--evax-ink);
  font-family: "Montserrat", sans-serif;
  font-size: 35px;
  line-height: 1;
}

.evax-google-stars {
  color: #f4b400;
  letter-spacing: 2px;
  font-size: 18px;
}

.evax-google-score > span:last-child {
  flex: 1 1 100%;
  color: var(--evax-muted);
  font-size: 13px;
}

.evax-google-rating > p {
  margin: 0 0 21px;
  color: var(--evax-muted);
  font-size: 14px;
}

.evax-btn--google {
  color: #fff;
  background: #1a73e8;
}

.evax-btn--google:hover,
.evax-btn--google:focus {
  color: #fff;
  background: #155fc0;
}

.evax-google-location {
  display: grid;
  grid-template-columns: minmax(190px, .85fr) minmax(230px, 1.15fr);
}

.evax-google-location-copy { padding: 27px 18px 27px 25px; }

.evax-google-location address {
  margin: 17px 0 13px;
  color: #405d64;
  font-size: 14px;
  font-style: normal;
  line-height: 1.65;
}

.evax-google-location address i { margin-right: 7px; color: var(--evax-brand-dark); }

.evax-google-location-copy > a {
  display: block;
  margin-top: 10px;
  color: var(--evax-brand-dark);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.evax-google-location-copy > a:hover,
.evax-google-location-copy > a:focus { color: #005c65; text-decoration: underline; }

.evax-google-location-copy > a i { width: 17px; margin-right: 3px; }

.evax-google-map {
  width: 100%;
  height: 100%;
  min-height: 310px;
  display: block;
  border: 0;
}

.evax-review-brief {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 22px;
  margin: 34px 0 17px;
}

.evax-review-brief h3 {
  max-width: 690px;
  margin: 0;
  color: var(--evax-ink);
  font-family: "Montserrat", sans-serif;
  font-size: clamp(22px, 3vw, 30px);
  font-weight: 800;
  letter-spacing: -.03em;
  line-height: 1.25;
}

.evax-review-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 15px;
}

.evax-review-card {
  min-height: 245px;
  display: flex;
  flex-direction: column;
  padding: 21px;
  border: 1px solid var(--evax-line);
  border-radius: 15px;
  background: linear-gradient(180deg, #fff 0%, #f7fcfd 100%);
}

.evax-review-stars {
  margin-bottom: 13px;
  color: #f4b400;
  letter-spacing: 1px;
  font-size: 14px;
}

.evax-review-card blockquote {
  flex: 1 1 auto;
  margin: 0;
  color: #314f56;
  font-size: 14px;
  line-height: 1.65;
}

.evax-review-card cite {
  display: block;
  margin-top: 18px;
  color: var(--evax-ink);
  font-style: normal;
  font-weight: 800;
}

.evax-review-card cite span {
  display: block;
  margin-top: 3px;
  color: var(--evax-muted);
  font-size: 12px;
  font-weight: 600;
}

.evax-section { padding: 82px 0; }
.evax-section--soft { background: var(--evax-soft); }

.evax-section-heading {
  max-width: 720px;
  margin: 0 auto 42px;
  text-align: center;
}

.evax-section-heading--left {
  max-width: none;
  margin: 6px 35px 25px 0;
  text-align: left;
}

.evax-section-heading h2,
.evax-app h2,
.evax-contact-cta h2 {
  margin: 0 0 14px;
  color: var(--evax-ink);
  font-family: "Montserrat", sans-serif;
  font-size: clamp(29px, 4vw, 42px);
  font-weight: 800;
  letter-spacing: -.03em;
  line-height: 1.2;
}

.evax-section-heading > p:last-child {
  margin: 0;
  color: var(--evax-muted);
  font-size: 17px;
}

.evax-process > div { display: flex; }

.evax-process-step {
  position: relative;
  width: 100%;
  min-height: 280px;
  padding: 28px 24px;
  border: 1px solid var(--evax-line);
  border-radius: 14px;
  background: #fff;
}

.evax-process-step > i {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  margin-bottom: 26px;
  color: var(--evax-brand-dark);
  border-radius: 12px;
  background: #e6f9fb;
  font-size: 21px;
}

.evax-step-number {
  position: absolute;
  top: 23px;
  right: 23px;
  color: #aec1c5;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 800;
}

.evax-process-step h3,
.evax-benefit-grid h3,
.evax-article h3 {
  margin: 0 0 10px;
  color: var(--evax-ink);
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.evax-process-step p,
.evax-benefit-grid p {
  margin: 0;
  color: var(--evax-muted);
  font-size: 14px;
}

.evax-washing-standard {
  display: block;
  float: left;
  clear: both;
  width: 100%;
  padding: 74px 0;
  color: #d8eef1;
  background:
    radial-gradient(circle at 92% 8%, rgba(0, 174, 190, .25), transparent 28rem),
    var(--evax-brand-deep);
}

.evax-washing-standard-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, .95fr);
  align-items: end;
  gap: 50px;
  margin-bottom: 34px;
}

.evax-washing-standard-intro h2 {
  max-width: 680px;
  margin: 0;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(29px, 4vw, 42px);
  font-weight: 800;
  letter-spacing: -.035em;
  line-height: 1.2;
}

.evax-washing-standard-intro > p {
  margin: 0;
  color: #c3e0e4;
  font-size: 16px;
  line-height: 1.75;
}

.evax-washing-standard-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.evax-washing-standard-grid article {
  position: relative;
  min-height: 270px;
  padding: 27px 24px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 15px;
  background: rgba(255, 255, 255, .055);
}

.evax-washing-standard-grid article.evax-standard-featured {
  border-color: rgba(100, 232, 242, .45);
  background: rgba(0, 174, 190, .14);
}

.evax-washing-standard-grid article > i {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  margin-bottom: 27px;
  color: #073b45;
  border-radius: 12px;
  background: #83eef5;
  font-size: 20px;
}

.evax-standard-number {
  position: absolute;
  top: 24px;
  right: 24px;
  color: rgba(255, 255, 255, .4);
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 800;
}

.evax-washing-standard-grid h3 {
  margin: 0 0 10px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 19px;
  font-weight: 800;
}

.evax-washing-standard-grid p {
  margin: 0;
  color: #bed9dd;
  font-size: 14px;
  line-height: 1.65;
}

.evax-standard-note {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-top: 18px;
  padding: 15px 18px;
  color: #d6edef;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 12px;
  background: rgba(255, 255, 255, .045);
}

.evax-standard-note i { margin-top: 4px; color: #83eef5; }
.evax-standard-note p { margin: 0; font-size: 13.5px; line-height: 1.6; }
.evax-standard-note strong { color: #fff; }

.evax-benefit-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}

.evax-benefit-grid article {
  display: flex;
  gap: 16px;
  padding: 21px;
  border: 1px solid var(--evax-line);
  border-radius: 13px;
  background: #fff;
}

.evax-benefit-grid article > i {
  flex: 0 0 39px;
  width: 39px;
  height: 39px;
  display: grid;
  place-items: center;
  color: var(--evax-brand-dark);
  border-radius: 10px;
  background: #e6f9fb;
}

.evax-text-link {
  color: var(--evax-brand-dark);
  font-weight: 700;
  text-decoration: none;
}

.evax-text-link:hover,
.evax-text-link:focus { color: #005c65; text-decoration: underline; }

.evax-area-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.evax-area-list a {
  padding: 11px 17px;
  color: #31535a;
  border: 1px solid var(--evax-line);
  border-radius: 999px;
  background: #fff;
  font-weight: 700;
}

.evax-area-list a:hover,
.evax-area-list a:focus {
  color: #fff;
  border-color: var(--evax-brand-dark);
  background: var(--evax-brand-dark);
}

.evax-centered-link { margin-top: 28px; text-align: center; }

.evax-subarea-wrap {
  max-width: 980px;
  margin: 38px auto 0;
  padding: 25px;
  border: 1px solid var(--evax-line);
  border-radius: 15px;
  background: var(--evax-soft);
  text-align: center;
}

.evax-subarea-wrap h3 {
  margin: 0 0 5px;
  color: var(--evax-ink);
  font-family: "Montserrat", sans-serif;
  font-size: 19px;
  font-weight: 800;
}

.evax-subarea-wrap > p { margin: 0 0 16px; color: var(--evax-muted); font-size: 14px; }

.evax-subarea-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}

.evax-subarea-list a {
  padding: 8px 12px;
  color: #31535a;
  border-radius: 8px;
  background: #fff;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.evax-subarea-list a:hover,
.evax-subarea-list a:focus {
  color: #fff;
  background: var(--evax-brand-dark);
}

.evax-app {
  overflow: hidden;
  padding: 78px 0;
  color: #d5edef;
  background: var(--evax-brand-dark);
}

.evax-app h2 { color: #fff; }
.evax-app .col-md-7 > p:not(.evax-eyebrow) { max-width: 650px; font-size: 18px; }

.evax-phone {
  width: 225px;
  height: 390px;
  margin: 0 auto -125px;
  padding: 14px;
  border: 5px solid #b9f4f8;
  border-bottom: 0;
  border-radius: 36px 36px 0 0;
  background: #052f37;
}

.evax-phone-speaker {
  width: 54px;
  height: 5px;
  margin: 2px auto 14px;
  border-radius: 5px;
  background: #5e9299;
}

.evax-phone-screen {
  height: 100%;
  padding-top: 58px;
  text-align: center;
  border-radius: 24px 24px 0 0;
  background: #f4fcfd;
}

.evax-phone-mark {
  width: 66px;
  height: 66px;
  display: grid;
  place-items: center;
  margin: auto;
  color: #fff;
  border-radius: 20px;
  background: var(--evax-brand);
  font-family: "Montserrat", sans-serif;
  font-size: 37px;
  font-weight: 800;
}

.evax-phone-screen strong {
  display: block;
  margin-top: 14px;
  color: var(--evax-ink);
  font-family: "Montserrat", sans-serif;
  font-size: 25px;
}

.evax-phone-screen small { display: block; color: var(--evax-muted); }

.evax-phone-status {
  margin: 50px 16px 0;
  padding: 13px 8px;
  color: #24535a;
  border: 1px solid var(--evax-line);
  border-radius: 10px;
  background: #fff;
  font-size: 12px;
}

.evax-phone-status i { color: var(--evax-brand); }

.evax-app-features {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  margin: 23px 0 27px;
  padding: 0;
  list-style: none;
}

.evax-app-features i { margin-right: 6px; color: #83eef5; }

.evax-faq {
  padding: 18px 0;
  border-bottom: 1px solid #cfe2e4;
}

.evax-faq:first-child { border-top: 1px solid #cfe2e4; }

.evax-faq summary {
  position: relative;
  padding-right: 30px;
  color: var(--evax-ink);
  cursor: pointer;
  list-style: none;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.evax-faq summary::-webkit-details-marker { display: none; }
.evax-faq summary::after { position: absolute; top: 0; right: 5px; content: "+"; color: var(--evax-brand-dark); font-size: 22px; }
.evax-faq[open] summary::after { content: "−"; }
.evax-faq p { margin: 12px 35px 0 0; color: var(--evax-muted); }

.evax-articles > div { display: flex; }

.evax-article {
  width: 100%;
  padding: 25px;
  border-top: 3px solid var(--evax-brand);
  background: var(--evax-soft);
}

.evax-article > span {
  display: block;
  margin-bottom: 11px;
  color: var(--evax-brand-dark);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.evax-article p { min-height: 67px; color: var(--evax-muted); font-size: 14px; }
.evax-article a { color: var(--evax-brand-dark); font-weight: 700; }

.evax-contact-cta {
  padding: 48px 0;
  color: #d4edef;
  background: var(--evax-brand-deep);
}

.evax-contact-cta .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
}

.evax-contact-cta h2 {
  max-width: 720px;
  margin: 0;
  color: #fff;
  font-size: 30px;
}

.evax-contact-actions { flex: 0 0 auto; }

.evax-footer {
  padding: 54px 0 0;
  color: #b9cbce;
  background: #052b32;
}

.evax-footer strong {
  display: block;
  margin-bottom: 14px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
}

.evax-footer p,
.evax-footer address {
  max-width: 430px;
  color: #9eb7bb;
  font-size: 14px;
  font-style: normal;
}

.evax-footer a {
  display: block;
  margin-bottom: 9px;
  color: #b9d7da;
}

.evax-footer a:hover { color: #83eef5; }

.evax-footer-bottom {
  margin-top: 40px;
  padding: 19px 0;
  color: #789398;
  border-top: 1px solid rgba(255, 255, 255, .1);
  font-size: 12px;
}

.evax-mobile-actions { display: none; }

@media (max-width: 991px) {
  .evax-hero { min-height: 320px; padding: 44px 0; }
  .evax-google-grid { grid-template-columns: 1fr; }
  .evax-review-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .evax-washing-standard-intro { grid-template-columns: 1fr; gap: 15px; }
  .evax-app-row { display: block; }
  .evax-process > div:nth-child(n+3) { margin-top: 20px; }
  .evax-phone { margin-bottom: 35px; }
  .evax-section-heading--left { margin-right: 0; }
  .evax-contact-cta .container { display: block; }
  .evax-contact-actions { margin-top: 25px; }
}

@media (max-width: 767px) {
  body { padding-bottom: 65px; }

  .mu-header-modern { display: none; }

  #mu-menu .navbar-default { min-height: 62px; }
  #mu-menu .navbar-brand { height: 62px; padding: 5px 15px; font-size: 15px; }
  #mu-menu .navbar-brand img { width: 50px; height: 50px; }
  #mu-menu .navbar-toggle { margin-top: 14px; border-color: var(--evax-line); }
  #mu-menu .navbar-nav > li > a { padding-top: 12px; padding-bottom: 12px; }

  /* Mobilde CTA butonu tam genişlikte ve menü içinde blok. */
  #mu-menu .navbar-nav > li.evax-nav-cta { display: block; }
  #mu-menu .navbar-nav > li.evax-nav-cta > a,
  #mu-menu .navbar-nav > li.evax-nav-cta > a:hover,
  #mu-menu .navbar-nav > li.evax-nav-cta > a:focus {
    justify-content: center;
    margin: 10px 15px 14px;
    border-radius: 10px;
  }

  .navbar-collapse.collapse { display: none !important; }
  .navbar-collapse.collapse.in { display: block !important; }

  .evax-hero { min-height: 300px; padding: 36px 0; }
  .evax-hero h1 { font-size: 28px; }
  .evax-hero-lead { font-size: 16px; }
  .evax-hero-actions .evax-btn { width: 100%; }

  .evax-proof-grid { grid-template-columns: repeat(2, 1fr); row-gap: 18px; }
  .evax-proof-grid > div:nth-child(3) { border-left: 0; }
  .evax-proof-grid strong { font-size: 21px; }

  .evax-google { padding: 38px 0; }
  .evax-google-location { grid-template-columns: 1fr; }
  .evax-google-map { min-height: 250px; }
  .evax-google-rating,
  .evax-google-location-copy { padding: 21px; }
  .evax-google-rating-top { gap: 12px; }
  .evax-google-rating h2,
  .evax-google-location h2 { font-size: 19px; }
  .evax-btn--google { width: 100%; }
  .evax-review-brief { display: block; }
  .evax-review-brief .evax-text-link { display: inline-block; margin-top: 12px; }
  .evax-review-grid { grid-template-columns: 1fr; }
  .evax-review-card { min-height: 0; }

  .evax-section { padding: 58px 0; }
  .evax-section-heading { margin-bottom: 30px; }
  .evax-process > div { margin-top: 15px !important; }
  .evax-process > div:first-child { margin-top: 0 !important; }
  .evax-process-step { min-height: 0; }
  .evax-washing-standard { padding: 56px 0; }
  .evax-washing-standard-grid { grid-template-columns: 1fr; }
  .evax-washing-standard-grid article { min-height: 0; }
  .evax-benefit-grid { grid-template-columns: 1fr; }
  .evax-subarea-wrap { padding: 20px 14px; }

  .evax-phone { width: 190px; height: 325px; margin-bottom: 30px; }
  .evax-phone-screen { padding-top: 34px; }
  .evax-phone-status { margin-top: 32px; }
  .evax-app { padding: 58px 0; text-align: center; }
  .evax-app-features { display: block; text-align: left; }
  .evax-app-features li { margin-bottom: 8px; }

  .evax-articles > div { margin-top: 15px; }
  .evax-articles > div:first-child { margin-top: 0; }
  .evax-article p { min-height: 0; }

  .evax-contact-cta { text-align: center; }
  .evax-contact-actions { justify-content: center; }
  .evax-contact-actions .evax-btn { width: 100%; }

  .evax-footer .col-sm-3,
  .evax-footer .col-sm-4 { margin-top: 28px; }

  .evax-mobile-actions {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10000;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding-bottom: env(safe-area-inset-bottom);
    border-top: 1px solid var(--evax-line);
    background: #fff;
  }

  .evax-mobile-actions a {
    min-height: 64px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
    color: var(--evax-brand-deep);
    border-left: 1px solid var(--evax-line);
    font-size: 12px;
    font-weight: 700;
  }

  .evax-mobile-actions a:first-child { border-left: 0; }
  .evax-mobile-actions i { color: var(--evax-brand-dark); font-size: 19px; }
}

@media (min-width: 768px) {
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    overflow: visible !important;
  }
  .navbar-toggle { display: none !important; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .evax-btn { transition: none; }
}

/* Fiyat sayfası */
.evax-price-head { padding-bottom: 34px; }
.evax-crumbs { margin-bottom: 18px; font-size: 13px; color: var(--evax-muted); }
.evax-crumbs a { color: var(--evax-brand-dark); font-weight: 700; text-decoration: none; }
.evax-crumbs span { margin: 0 6px; color: #b6c7ca; }
.evax-price-head .evax-section-heading { margin-bottom: 0; }

.evax-price-chips {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 9px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}
.evax-price-chips li {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 13px;
  color: #31535a;
  border: 1px solid var(--evax-line);
  border-radius: 999px;
  background: #f7fcfd;
  font-size: 13px;
  font-weight: 700;
}
.evax-price-chips i { color: var(--evax-brand-dark); }
.evax-price-calc-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 17px;
  padding: 11px 16px;
  color: #fff;
  border-radius: 10px;
  background: var(--evax-brand-dark);
  font-size: 14px;
  font-weight: 800;
  box-shadow: 0 7px 18px rgba(0, 123, 135, .2);
}
.evax-price-calc-link:hover,
.evax-price-calc-link:focus { color: #fff; background: var(--evax-brand-deep); }

.evax-price-calculator {
  display: block;
  float: left;
  clear: both;
  width: 100%;
  padding: 58px 0;
  background:
    radial-gradient(circle at 8% 10%, rgba(0, 174, 190, .24), transparent 26rem),
    var(--evax-brand-deep);
}
.evax-price-calculator[hidden] { display: none; }
.evax-calc-shell {
  display: grid;
  grid-template-columns: minmax(250px, .72fr) minmax(0, 1.55fr);
  gap: 34px;
  align-items: start;
}
.evax-calc-intro { padding-top: 12px; color: #c9e3e6; }
.evax-calc-intro h2 {
  margin: 0 0 14px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(27px, 3.5vw, 38px);
  font-weight: 800;
  letter-spacing: -.035em;
  line-height: 1.2;
}
.evax-calc-intro > p:not(.evax-eyebrow) { margin: 0; font-size: 15px; line-height: 1.7; }
.evax-calc-intro ul { margin: 22px 0 0; padding: 0; list-style: none; }
.evax-calc-intro li { margin-top: 10px; color: #d9eef0; font-size: 13.5px; }
.evax-calc-intro li i { width: 20px; color: #83eef5; }

.evax-calc-card {
  padding: 23px;
  border-radius: 17px;
  background: #fff;
  box-shadow: 0 20px 55px rgba(0, 25, 30, .28);
}
.evax-calc-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--evax-line);
}
.evax-calc-card-head strong {
  display: block;
  color: var(--evax-ink);
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
}
.evax-calc-card-head span { display: block; margin-top: 2px; color: var(--evax-muted); font-size: 12px; }
.evax-calc-card-actions { display: flex; align-items: center; gap: 7px; }
.evax-calc-add {
  flex: 0 0 auto;
  padding: 9px 13px;
  color: var(--evax-brand-dark);
  border: 1px solid #bce7ea;
  border-radius: 10px;
  background: #eefbfc;
  font-weight: 800;
  cursor: pointer;
}
.evax-calc-add:hover,
.evax-calc-add:focus { color: #fff; border-color: var(--evax-brand-dark); background: var(--evax-brand-dark); }
.evax-calc-close {
  flex: 0 0 39px;
  width: 39px;
  height: 39px;
  color: #6c8085;
  border: 1px solid var(--evax-line);
  border-radius: 10px;
  background: #f6f9fa;
  cursor: pointer;
}
.evax-calc-close:hover,
.evax-calc-close:focus { color: #fff; border-color: #9b5656; background: #9b5656; }

.evax-calc-rows { display: grid; gap: 10px; margin-top: 16px; }
.evax-calc-row {
  position: relative;
  display: grid;
  grid-template-columns: minmax(160px, 1.2fr) minmax(245px, 1.65fr) minmax(105px, .65fr) 36px;
  gap: 11px;
  align-items: end;
  padding: 14px;
  border: 1px solid var(--evax-line);
  border-radius: 13px;
  background: #f9fcfd;
}
.evax-calc-field { min-width: 0; margin: 0; }
.evax-calc-field > span {
  display: block;
  margin-bottom: 5px;
  color: #587178;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .025em;
  text-transform: uppercase;
}
.evax-calc-field select,
.evax-calc-field input {
  width: 100%;
  height: 42px;
  padding: 8px 10px;
  color: var(--evax-ink);
  border: 1px solid #cfe1e4;
  border-radius: 9px;
  background: #fff;
  font-family: inherit;
  font-size: 14px;
}
.evax-calc-field select:focus,
.evax-calc-field input:focus {
  outline: 3px solid rgba(0, 174, 190, .18);
  border-color: var(--evax-brand);
}
.evax-calc-measure-fields {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 7px;
}
.evax-calc-measure-fields label { min-width: 0; margin: 0; }
.evax-calc-measure-fields--piece { grid-template-columns: minmax(90px, 1fr); }
.evax-calc-measure-fields small {
  display: block;
  margin-bottom: 4px;
  color: #71878c;
  font-size: 10.5px;
  font-weight: 700;
}
.evax-calc-line-total { padding-bottom: 7px; text-align: right; }
.evax-calc-line-total span { display: block; color: var(--evax-muted); font-size: 10.5px; }
.evax-calc-line-total strong { display: block; color: var(--evax-brand-dark); font-size: 15px; }
.evax-calc-line-total small { display: block; min-height: 16px; color: #7b9095; font-size: 10px; line-height: 1.3; }
.evax-calc-remove {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  margin-bottom: 3px;
  color: #9b5656;
  border: 0;
  border-radius: 9px;
  background: #fff0f0;
  cursor: pointer;
}
.evax-calc-remove:hover,
.evax-calc-remove:focus { color: #fff; background: #b54545; }
.evax-calc-remove[disabled] { cursor: not-allowed; opacity: .35; }

.evax-calc-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 16px;
  padding: 17px 18px;
  color: #dff4f6;
  border-radius: 12px;
  background: var(--evax-brand-dark);
}
.evax-calc-summary span { display: block; font-weight: 800; }
.evax-calc-summary small { display: block; margin-top: 2px; color: #b8dfe3; font-size: 11px; }
.evax-calc-summary strong {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 25px;
  white-space: nowrap;
}
.evax-calc-disclaimer {
  margin: 13px 0;
  color: #70858a;
  font-size: 11.5px;
  line-height: 1.55;
}
.evax-calc-disclaimer i { margin-right: 4px; color: var(--evax-brand-dark); }
.evax-calc-whatsapp {
  width: 100%;
  min-height: 48px;
  color: #063812;
  border: 0;
  border-radius: 11px;
  background: #25d366;
  font-size: 15px;
  font-weight: 800;
  cursor: pointer;
}
.evax-calc-whatsapp:hover,
.evax-calc-whatsapp:focus { background: #37df75; }
.evax-calc-empty,
.evax-calc-noscript { margin: 0; color: var(--evax-muted); }

.evax-price-body { padding-top: 46px; }

.evax-price-card {
  padding: 26px 24px;
  border: 1px solid var(--evax-line);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 14px 40px rgba(7, 59, 69, .07);
}
.evax-price-card-top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 18px;
}
.evax-price-card-top h2 {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  font-weight: 800;
  color: var(--evax-ink);
}
.evax-price-badge {
  padding: 6px 13px;
  color: var(--evax-brand-dark);
  background: #e6f9fb;
  border-radius: 999px;
  font-size: 12.5px;
  font-weight: 800;
}

.evax-price-table-wrap { overflow-x: auto; }
.evax-price-table { width: 100%; border-collapse: collapse; }
.evax-price-table th {
  padding: 12px 14px;
  text-align: left;
  color: #47646b;
  background: #f0f9fa;
  border-bottom: 2px solid var(--evax-line);
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .04em;
}
.evax-price-table td {
  padding: 13px 14px;
  border-bottom: 1px solid var(--evax-line);
  color: var(--evax-ink);
  font-size: 15px;
}
.evax-price-table tbody tr:nth-child(even) td { background: #fafdfe; }
.evax-price-table tbody tr:hover td { background: #eefbfc; }
.evax-price-table .ta-right { text-align: right; }
.evax-price-table td strong { color: var(--evax-brand-dark); }

.evax-price-kdv {
  margin: 16px 0 0;
  padding: 11px 14px;
  color: #8a5a00;
  background: #fff7e6;
  border: 1px solid #ffe4a6;
  border-radius: 10px;
  font-size: 13.5px;
  font-weight: 600;
}
.evax-price-kdv i { margin-right: 6px; }

.evax-price-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  margin-top: 20px;
}

.evax-price-side {
  padding: 26px 24px;
  border: 1px solid var(--evax-line);
  border-radius: 16px;
  background: #fff;
  height: 100%;
}
.evax-price-side h2 {
  margin: 0 0 16px;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 800;
  color: var(--evax-ink);
}
.evax-price-list { margin: 0; padding: 0; list-style: none; }
.evax-price-list li {
  position: relative;
  padding: 8px 0 8px 28px;
  color: #33525a;
  font-size: 14.5px;
  border-bottom: 1px dashed var(--evax-line);
}
.evax-price-list li:last-child { border-bottom: 0; }
.evax-price-list li i {
  position: absolute;
  left: 0;
  top: 11px;
  color: var(--evax-brand-dark);
}
.evax-price-note { margin: 16px 0 0; color: var(--evax-muted); font-size: 13px; }

.evax-price-why { padding-bottom: 40px; }

/* Değer kutusu: fiyatın neden biraz yüksek olduğunu şık şekilde vurgular. */
.evax-price-value {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  margin-top: 16px;
  padding: 20px 22px;
  border: 1px solid #bfeef2;
  border-left: 4px solid var(--evax-brand);
  border-radius: 14px;
  background: linear-gradient(135deg, #f2fdfe 0%, #eafafb 100%);
}
.evax-price-value-icon {
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  color: #fff;
  border-radius: 12px;
  background: var(--evax-brand);
  font-size: 19px;
  box-shadow: 0 6px 16px rgba(0, 174, 190, .35);
}
.evax-price-value-body h3 {
  margin: 2px 0 7px;
  font-family: "Montserrat", sans-serif;
  font-size: 16.5px;
  font-weight: 800;
  color: var(--evax-brand-deep);
}
.evax-price-value-body p { margin: 0; color: #34565d; font-size: 14px; line-height: 1.6; }
.evax-price-value-body strong { color: var(--evax-brand-dark); }

@media (max-width: 767px) {
  .evax-price-chips { justify-content: flex-start; gap: 7px; }
  .evax-price-chips li { padding: 7px 10px; font-size: 12px; }
  .evax-price-calculator { padding: 44px 0; }
  .evax-calc-shell { grid-template-columns: 1fr; gap: 22px; }
  .evax-calc-card { padding: 16px; }
  .evax-calc-card-head { align-items: flex-start; }
  .evax-calc-card-head > div:first-child span { display: none; }
  .evax-calc-row { grid-template-columns: 1fr; gap: 9px; }
  .evax-calc-line-total { padding: 2px 46px 0 0; text-align: left; }
  .evax-calc-remove { position: absolute; right: 12px; bottom: 12px; margin: 0; }
  .evax-calc-summary strong { font-size: 21px; }
  .evax-price-body .col-md-5 { margin-top: 22px; }
  .evax-price-card, .evax-price-side { padding: 20px 16px; }
  .evax-price-actions .evax-btn { width: 100%; }

  /* Mobilde tablo yerine sade tek satırlık liste: isim solda, fiyat sağda. */
  .evax-price-table thead { display: none; }
  .evax-price-table, .evax-price-table tbody { display: block; width: 100%; }
  .evax-price-table tr {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: space-between;
    padding: 13px 4px;
    border-bottom: 1px solid var(--evax-line);
  }
  .evax-price-table tbody tr:nth-child(even) td,
  .evax-price-table tbody tr:hover td { background: transparent; }
  .evax-price-table td {
    display: inline;
    padding: 0;
    border: 0;
    background: transparent;
    font-size: 15px;
  }
  .evax-price-table td::before { display: none; }
  .evax-price-table td[data-label="Cins"] { flex: 1 1 auto; font-weight: 700; color: var(--evax-ink); padding-right: 12px; }
  .evax-price-table td[data-label="Fiyat"] { flex: 0 0 auto; text-align: right; }
  .evax-price-table td[data-label="Birim"] {
    flex: 1 1 100%;
    margin-top: 3px;
    color: var(--evax-muted);
    font-size: 12.5px;
  }
  .evax-price-table td[data-label="Birim"]::before { content: "Birim: "; }

  .evax-price-value { padding: 16px 16px; gap: 12px; }
  .evax-price-value-icon { flex-basis: 38px; width: 38px; height: 38px; font-size: 16px; }
  .evax-price-value-body h3 { font-size: 15px; }
}

/* Yukarı çık — jQuery fade yerine sınıf tabanlı görünürlük */
.scrollToTop {
  background-color: var(--evax-brand);
  border: 2px solid var(--evax-brand);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .2s ease, visibility .2s ease, background-color .2s ease;
}
.scrollToTop.is-visible {
  display: block !important;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.scrollToTop:hover,
.scrollToTop:focus {
  background-color: var(--evax-brand-dark);
  border-color: var(--evax-brand-dark);
  color: #fff;
}

.evax-price-en-summary {
  padding: 8px 2px 18px;
}
.evax-price-en-amount {
  margin: 0 0 12px;
  color: var(--evax-brand-deep);
  font-family: "Montserrat", sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.25;
}
.evax-price-en-summary > p {
  margin: 0 0 12px;
  color: var(--evax-muted);
  font-size: 15px;
}

/* Local district / neighborhood content blocks */
.evax-local-angle {
  margin: 28px 0 32px;
  padding: 22px 24px;
  border: 1px solid var(--evax-line);
  border-radius: 14px;
  background: #fff;
}
.evax-local-angle > h2,
.evax-local-angle > h3 {
  margin: 0 0 10px;
  color: var(--evax-ink);
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.3;
}
.evax-local-angle > p {
  margin: 0 0 14px;
  color: #405d63;
  font-size: 16px;
  line-height: 1.75;
}
.evax-local-angle-list {
  margin: 0;
  padding: 0 0 0 18px;
  color: #34545b;
  font-size: 15px;
  line-height: 1.7;
}
.evax-local-angle-list li + li { margin-top: 6px; }
.evax-local-profile {
  margin: 0 0 28px;
  padding: 22px 24px;
  border-left: 4px solid var(--evax-brand-dark);
  border-radius: 0 14px 14px 0;
  background: linear-gradient(135deg, #eef8f9 0%, #f7fcfd 100%);
}
.evax-local-profile > h2,
.evax-local-profile > h3 {
  margin: 0 0 10px;
  color: var(--evax-ink);
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.35;
}
.evax-local-profile > p {
  margin: 0 0 10px;
  color: #405d63;
  font-size: 15px;
  line-height: 1.75;
}
.evax-local-profile-highlight {
  margin: 12px 0 0 !important;
  color: var(--evax-brand-deep) !important;
  font-size: 14px !important;
  font-weight: 700;
}
@media (max-width: 767px) {
  .evax-local-angle,
  .evax-local-profile { padding: 18px 16px; }
  .evax-local-angle > h2,
  .evax-local-angle > h3 { font-size: 19px; }
}

/* Yasal metin sayfaları (KVKK / gizlilik) */
.evax-legal-head .evax-section-heading { max-width: 720px; }
.evax-legal-updated {
  margin: 10px 0 0;
  color: var(--evax-muted);
  font-size: 14px;
}
.evax-legal-panel {
  max-width: 820px;
  margin: 0 auto;
  padding: 28px 30px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(15, 55, 62, 0.06);
}
.evax-legal-panel > h2 {
  margin: 28px 0 10px;
  color: var(--evax-ink);
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.35;
}
.evax-legal-panel > h2:first-child { margin-top: 0; }
.evax-legal-panel > p,
.evax-legal-panel li {
  color: #405d63;
  font-size: 15px;
  line-height: 1.75;
}
.evax-legal-panel > p { margin: 0 0 12px; }
.evax-legal-panel ul {
  margin: 0 0 12px;
  padding-left: 20px;
}
.evax-legal-panel li + li { margin-top: 6px; }
.evax-legal-note {
  margin: 0 0 22px;
  padding: 14px 16px;
  border-left: 4px solid var(--evax-brand-dark);
  border-radius: 0 10px 10px 0;
  background: #eef8f9;
  color: #2f5259;
  font-size: 15px;
  line-height: 1.65;
}
.evax-legal-table-wrap {
  margin: 14px 0 18px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.evax-legal-table {
  width: 100%;
  min-width: 520px;
  border-collapse: collapse;
  font-size: 14px;
}
.evax-legal-table th,
.evax-legal-table td {
  padding: 12px 14px;
  border: 1px solid #d7e6e8;
  text-align: left;
  vertical-align: top;
  color: #405d63;
  line-height: 1.55;
}
.evax-legal-table th {
  background: #eef8f9;
  color: var(--evax-ink);
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}
.evax-legal-related {
  margin-top: 28px !important;
  padding-top: 18px;
  border-top: 1px solid #d7e6e8;
}
@media (max-width: 767px) {
  .evax-legal-panel { padding: 20px 16px; }
  .evax-legal-panel > h2 { font-size: 18px; }
}

/* Hizmetlerimiz */
.evax-services-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.evax-service-card {
  padding: 22px 20px;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(15, 55, 62, 0.06);
}
.evax-service-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 12px;
  border-radius: 10px;
  background: #eef8f9;
  color: var(--evax-brand-dark);
  font-size: 18px;
}
.evax-service-card h3 {
  margin: 0 0 8px;
  color: var(--evax-ink);
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.35;
}
.evax-service-card p {
  margin: 0 0 14px;
  color: #405d63;
  font-size: 14px;
  line-height: 1.65;
}
.evax-services-linklist {
  margin: 0;
  padding: 0;
  list-style: none;
  columns: 2;
  column-gap: 28px;
}
.evax-services-linklist li {
  break-inside: avoid;
  margin: 0 0 10px;
}
.evax-services-linklist a {
  color: var(--evax-brand-deep);
  font-weight: 600;
  text-decoration: none;
}
.evax-services-linklist a:hover { text-decoration: underline; }
.evax-services-chiprow {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.evax-services-chiprow a {
  display: inline-block;
  padding: 8px 14px;
  border-radius: 999px;
  background: #fff;
  color: var(--evax-ink);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 6px 16px rgba(15, 55, 62, 0.06);
}
.evax-services-chiprow a:hover {
  color: var(--evax-brand-dark);
}
.evax-services-more { margin: 18px 0 0; }
@media (max-width: 991px) {
  .evax-services-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 767px) {
  .evax-services-grid { grid-template-columns: 1fr; }
  .evax-services-linklist { columns: 1; }
}
